Danp2 / au3WebDriver

Web Driver UDF for AutoIt
MIT License
108 stars 23 forks source link

Chromedriver.exe 128.0.6613.86 not working with wd_demo.au3 #520

Closed cramaboule closed 2 months ago

cramaboule commented 2 months ago

Bug report

Chromedriver.exe 128.0.6613.86 not working with wd_demo.au3

Describe the bug

Chrome is not launching

How to reproduce

I downloaded the chromedriver.exe manually, then Run wd_demo.au3 and choose 'Chrome' and Run Demo!

Additional context

__WD_Post ==> Send / Recv error [6] : HTTP status = 0 ResponseText=WinHTTP request timed out before Webdriver _WD_CreateSession ==> Webdriver Exception [10] ! Error = 10 occurred on: Demo ! _WD_LastHTTPResult = 0 ! _WD_LastHTTPResponse = 0 _WD_GetSession ==> Success [0] ! _WD_GetSession =

Chrome Logs

[1724920399.069][INFO]: Starting ChromeDriver 128.0.6613.86 (3045ed680fdab64f784f3b366cfe74adbdf6ff01-refs/branch-heads/6613@{#1337}) on port 0 [1724920399.069][INFO]: Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe. [1724920399.071][INFO]: ChromeDriver was started successfully on port 64293

System under test

W11 Pro x64 23H2 up to date . AutoIt Version: 3.3.16.1

Danp2 commented 2 months ago

Thanks for the report. This is change in behavior by the webdriver, which is not a bug in this UDF. See this issue for more details and how you can fix your own script.