Dryden Posted July 26, 2021 Share Posted July 26, 2021 (edited) So this is the deal guys. I have a rather big script running in a company's lobby monitor that displays information gathered from 3 different websites, if exports the sites to text files every few seconds, filters what I want, compares it to the previous export and displays it in a gui. ...The thing is, as Internet Explorer is dying, the sites are no longer working properly with IE, meaning that I'm getting some random errors. To "fix" this I made another script that catches these errors, and relaunches the main script, but it's not pretty to randomly watch the monitor go black and after 30 seconds coming back up... I mean, its messy and it doesn't reflect how I generally work. Having said this, I'm thinking about updating my script, or maybe do one from scratch using something else. What should I use? Can someone point me in the right direction? Is there a good chrome/firefox/edge alternative to _IE functions? Thx in advance Edited July 26, 2021 by Dryden "Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life." - Terry Pratchett. Link to comment Share on other sites More sharing options...
Musashi Posted July 26, 2021 Share Posted July 26, 2021 (edited) 27 minutes ago, Dryden said: What should I use? Can someone point me in the right direction? Is there a good chrome/firefox/edge alternative to _IE functions? Take a look at @Danp2 's webdriver-udf-w3c-compliant-version-04282021 Edited July 26, 2021 by Musashi Typo Dryden 1 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move." Link to comment Share on other sites More sharing options...
Dryden Posted July 26, 2021 Author Share Posted July 26, 2021 1 hour ago, Musashi said: Take a look at @Danp2 's webdriver-udf-w3c-compliant-version-04282021 I'll do that. thnks "Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life." - Terry Pratchett. Link to comment Share on other sites More sharing options...
water Posted July 26, 2021 Share Posted July 26, 2021 In addition I suggest to have a look at the WebDriver pages in the wiki WebDriver can become quite complex and the wiki tries to shed some light at the subject. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Dryden Posted July 26, 2021 Author Share Posted July 26, 2021 30 minutes ago, water said: In addition I suggest to have a look at the WebDriver pages in the wiki WebDriver can become quite complex and the wiki tries to shed some light at the subject. Yeah, I'm swimming here... It's really different from _IE, I wish there were some examples of each function. But I'll get there in time... thx "Build a man a fire, and he'll be warm for a day. Set a man on fire, and he'll be warm for the rest of his life." - Terry Pratchett. Link to comment Share on other sites More sharing options...
water Posted July 26, 2021 Share Posted July 26, 2021 The WebDriver UDF comes with a demo script. Further examples can be found in this thread. SkysLastChance, Dryden and Danp2 3 My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
noellarkin Posted July 26, 2021 Share Posted July 26, 2021 @Dryden I got MozRepl + FF.au3 working for quite a few existing browsers the other day, maybe you'll find this useful: It works out-of-the-box for most of the browsers listed, for Pale Moon you'll need to make a small edit to the XPI file, I'll post the edit here if you're interested. Link to comment Share on other sites More sharing options...
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