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
The Status(500) errors is while the page has not fully loaded. Then the Json(Error(... appears once the page is loaded, so I'm assuming that the element now exists but something is going wrong in the communication with the Selenium Server?
There's nothing in the Selenium Server's stdout that seems to have a correlation with this error.
I tried using Browser::Chrome but unfortunately that leaves me with this error message instead (I believe this is due to the Chrome configuration deployed by my company disallowing loading of custom Java Script which appears to be injected by Selenium).
The text was updated successfully, but these errors were encountered:
Actually the Chrome version works when I use a chromedriver with the correct version 😄 It still shows the popup, but it works.
Could you link the right versions for the Java server and the chrome WebDriver ? I can't seem to find any working combination that does not throw "Error(Json(Error("invalid type: null, expected a string", line: 3, column: 19)))"
Hey, first time using selenium-rs, and also I'm a Rust newbie.
This leaves me with the following in the console:
The
Status(500)
errors is while the page has not fully loaded. Then theJson(Error(...
appears once the page is loaded, so I'm assuming that the element now exists but something is going wrong in the communication with the Selenium Server?There's nothing in the Selenium Server's stdout that seems to have a correlation with this error.
I tried using
Browser::Chrome
but unfortunately that leaves me with this error message instead (I believe this is due to the Chrome configuration deployed by my company disallowing loading of custom Java Script which appears to be injected by Selenium).The text was updated successfully, but these errors were encountered: