Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
107 stars 21 forks source link

MSEdgeIE driver update does not work #516

Open mlipok opened 4 months ago

mlipok commented 4 months ago

Bug report

Describe the bug

MSEdgeIE driver update does not work

How to reproduce

  1. run wd_demo.au3
  2. in browser combobox select MSEdgeIE
  3. select the option to force a driver update
  4. run DemoNavigation

Expected behavior

driver should update and browser should start

Screenshots

none

Additional context

none

System under test

MSEdgeIE

Danp2 commented 4 months ago

This is the issue --

mlipok commented 4 months ago

Please provide Links to check

Danp2 commented 4 months ago

Links come from entry in $_WD_SupportedBrowsers

mlipok commented 4 months ago

So the solution is to just wait until the appropriate version is available for download?

Danp2 commented 4 months ago

Yes, unless someone can come up with a more reliable way to retrieve this webdriver that works with the current functionality of _WD_UpdateDriver.

mlipok commented 4 months ago

So, since this is beyond our scope, should we consider this issue closed for our project?

Danp2 commented 4 months ago

I suggest leaving it open to prevent further reports on the same issue.

Sven-Seyfert commented 4 months ago

Is it a valid consideration to skip the support of the IE driver variant in the near future? Or do you think it's good to support that driver as long as possible? I am just curious what you both think of 😇 ?

Best regards Sven

mlipok commented 4 months ago

As long as possible, as long selenium support it.