Replies: 2 comments 3 replies
-
Hello, For the issue "failed to navigate: request unsuccessful: invalid session id", this issue linked to an issue to run the driver, often the issue is an invalid version between the browser driver and the driver. You can find below chrome driver recommandations: Which version do you use for chrome driver and chrome ? For the issue "request unsuccessful: HTTP method not allowed", I need more information about target web site to try to help you. Regards |
Beta Was this translation helpful? Give feedback.
-
Hello, I check and I reproduce the issue, there are a communication issue between the web driver and the browser during the session creation "cannot parse args". I check venom code and due to a refactoring, web driver argument is now retrieve with the method "StringVarFromCtx" instead of using the method "StringSliceVarFromCtx". Regards, |
Beta Was this translation helpful? Give feedback.
-
Hi folks.
After great success with the grpc and api executor tests, our team have been looking into using the web executor for some light UI checks. Unfortunately we've been running into difficulties getting it working.
Just wondering if anyone had success or similar issues when using the web executor?
Agouti is in a deprecated state and hasn't seen changes in a long time which I think may be contributing to the problems.
Attempting to use the chrome driver (Chrome 98)
failed to navigate: request unsuccessful: invalid session id
Attempting to use gecko driver the page launches, but any attempted clicks result in the following (Firefox 97.0.1)
failed to click on selection 'CSS: a[href*="blah"] [single]': request unsuccessful: HTTP method not allowed
phantomjs is no longer maintained, so we are trying with chrome and firefox. I tried phantomjs out of interest and received the following on a click
"name":"Invalid Command Method"
Thanks in advance
Dave
Beta Was this translation helpful? Give feedback.
All reactions