Danp2 / au3WebDriver

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

wd_demo.au3 _RunDemo_Update() should back to main loop on error #507

Closed mlipok closed 6 months ago

mlipok commented 7 months ago

Pull request

Proposed changes

_RunDemo_Update() should back to main loop on error Currently I notice some issue with updating chromedriver.exe and testing with wd_demo.au3 the scirpts goes over the issue (even with forced update) instead ends on non updated driver

Checklist

Types of changes

Please check x the type of change your PR introduces:

What is the current behavior?

on dirver update errors the program still is trying to go ahead

What is the new behavior?

on dirver update errors the program back to main loop

Influences and relationship to other functionality

none

Additional context

none

System under test

Wersja 121.0.6167.185 (Oficjalna wersja) (64-bitowa)

mlipok commented 6 months ago

btw. Currently I notice some issue with updating chromedriver.exe

this was related to the fact that an update was released for Chrome but not for the corresponding web driver. After a few hours, the corresponding webdriver was also released.