get the text source

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • jackdaniels
    No longer a forum member
    • Mar 2007
    • 533

    get the text source

    am i doing it wrong to get the text source and run notepad to view it ?

    Code:
    WebBrowserExtension.Initialize(Web.GetProperties("Web1").WindowHandle);
    textSource = WebBrowserExtension.GetTextSource();
    TextFile.WriteFromTable("C:\\MyFile.txt", textSource, false);
    File.Run("C:\\MyFile.txt", "", "", SW_SHOWNORMAL, false);
    WebBrowserExtension.UnInitialize();
  • ShadowUK
    No longer a forum member
    • Oct 2007
    • 1322

    #2
    I don't remember GetTextSource returning a table?

    Comment

    • RizlaUK
      Indigo Rose Customer
      • May 2006
      • 5552

      #3
      looking at the example, get links and get images return a table, get text returns a string
      Embrace change in your life, you never know, it could all work out for the best

      Comment

      Working...
      X