Jump to content

Edge browser save as to desktop


Recommended Posts

Looking at some of your other post I would suggest putting some time into Webdriver.

If using webdriver I would look into. 

_WD_GetSource()

Here is an example with IE. 

#include <IE.au3>

Local $oIE = _IECreate("google.com", 1, 1)
While _IEPropertyGet($oIE, "busy")
    Sleep(100)
WEnd
FileWrite(@DesktopDir & '\Results.html', _IEDocReadHTML($oIE))
_IEQuit($oIE)

 

 

Edited by SkysLastChance

You miss 100% of the shots you don't take. -Wayne Gretzky -Michael Scott

Link to comment
Share on other sites

installing software has nothing to do with my problem

i can issue a send("^s") but then i have to click on desktop on the 

popup and then click save to save it to the desktop

i had hoped to find a way to do this with a script

i.e. not show the popup and have to click on desktop and then the save button

anyway i have found a better method to do what i wanted to do

ty all for your time

btw there appears to be a way to save a edge website to excel

just haven't figured it out yet

 

 

Edited by serena_knight
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...