rootx 18 Posted May 8 Share Posted May 8 Hi friends, for a long time I've been using my own script to use gmaps inside an Autoit window, I used it to take gps coordinates dynamically at mouse click on the map and then use them in another program of mine. I would like to know a few things before I start writing code. With this WebDriver UDF can I manage the browser inside an Autoit window and open gmaps inside it? Can I read the values of js variables that I generate when clicking on the map (lat,long)? This is what I used to do before the end of IE support from Gmaps. THX MarkIT 1 Link to post Share on other sites
Danp2 1,255 Posted May 8 Share Posted May 8 It may be possible to use Webdriver technology with WebView2, but I don't know if anyone has tried yet. Yes, you can execute any valid Javascript commands with _WD_Execute. WebDriver UDF [GH&S] Latest version Wiki FAQs Link to post Share on other sites
rootx 18 Posted May 8 Author Share Posted May 8 I am honored by udf author's reply! A question but does webview2 use the Edge engine? I thought it was possible to have iframe embed from chrome without going through there. Could you please explain more if possible. From here WebView2 cefau3.bin.x86.zip MarkIT 1 Link to post Share on other sites
Danp2 1,255 Posted May 8 Share Posted May 8 I haven't played with CEF / Webview2, so hopefully someone else with more experience will jump in to offer advice. WebDriver UDF [GH&S] Latest version Wiki FAQs Link to post Share on other sites
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now