rootx Posted May 8, 2022 Posted May 8, 2022 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
Danp2 Posted May 8, 2022 Posted May 8, 2022 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. Latest Webdriver UDF Release Webdriver Wiki FAQs
rootx Posted May 8, 2022 Author Posted May 8, 2022 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
Danp2 Posted May 8, 2022 Posted May 8, 2022 I haven't played with CEF / Webview2, so hopefully someone else with more experience will jump in to offer advice. Latest Webdriver UDF Release Webdriver Wiki FAQs
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