Jump to content

Recommended Posts

Posted (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 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.

Posted (edited)
  On 7/26/2021 at 9:30 AM, 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?

Expand  

Take a look at @Danp2 's  webdriver-udf-w3c-compliant-version-04282021

Edited by Musashi
Typo

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

Posted

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:

  Reveal hidden contents

 

Posted
  On 7/26/2021 at 12:38 PM, 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.

Expand  

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.

Posted

The WebDriver UDF comes with a demo script.
Further examples can be found in this thread.

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

@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.

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
  • Recently Browsing   0 members

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