Jump to content

Kreten8

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Kreten8

  1. Thanks for the quick reply, but in the meantime I found the _WD_GetSource function which solved my problem
  2. I will display the page _WD_Navigate($sSession, "https://www.test.cz") then I have Sleep(30000) to log in on it and then I need to save the source code of that page after logging in. I couldn't find anything in the help or wd_demo.au3.
  3. Hello, I have a code: Local $oIE = _IECreate("https://www.example.com") _IENavigate ($oIE, "https://www.example.com/page=" & $i) local $sBody = _IEBodyReadHTML($oIE) how to replace it with another browser, when ie now ends
×
×
  • Create New...