You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after starting the server and running the executable after opening firefox it crashes unexpectedly, reporting this error:
I had these error: libc++abi: terminating with uncaught exception of type webdriverxx::WebDriverException: HTTP code indicates that request is invalid at line 171, file /Library/webdriverxx/src/include/webdriverxx/detail/resource.h called from ProcessResponse (HTTP code: 405, body: HTTP method not allowed) called from Download (request: GET, command: , resource: http://localhost:4444/wd/hub/session/4d4f5af4-66b4-436f-a251-d605ca6994fc) called from CreateSession zsh: abort ./a.out
compiled with this command: g++ -I /Library/webdriverxx/src/include main.cpp -std=c++20 -lcurl
The text was updated successfully, but these errors were encountered:
federikowsky
changed the title
Error after installation
Error after example execution
Nov 12, 2022
after starting the server and running the executable after opening firefox it crashes unexpectedly, reporting this error:
I had these error:
libc++abi: terminating with uncaught exception of type webdriverxx::WebDriverException: HTTP code indicates that request is invalid at line 171, file /Library/webdriverxx/src/include/webdriverxx/detail/resource.h called from ProcessResponse (HTTP code: 405, body: HTTP method not allowed) called from Download (request: GET, command: , resource: http://localhost:4444/wd/hub/session/4d4f5af4-66b4-436f-a251-d605ca6994fc) called from CreateSession zsh: abort ./a.out
compiled with this command:
g++ -I /Library/webdriverxx/src/include main.cpp -std=c++20 -lcurl
The text was updated successfully, but these errors were encountered: