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
I was just curious if there's any scope to support a newer edge version, where this currently uses v.89 (and actually doesn't build locally for me, because the package doesn't seem to be in apt anymore)
I've tried various ways to build with v98, but so far no luck. I'm starting to assume that newer Edge versions/drivers just aren't Selenium3 compatible...
When trying with v98, I keep getting:
System info: host: '797e291277e1', ip: '172.17.0.2', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.60.1-microsoft-standard-WSL2', java.version: '1.8.0_212'
Driver info: driver.version: unknown
at org.openqa.grid.internal.utils.configuration.json.CommonJsonConfiguration.fromJson(CommonJsonConfiguration.java:52)
at org.openqa.grid.internal.utils.configuration.json.CommonJsonConfiguration.fromResourceOrFile(CommonJsonConfiguration.java:41)
at org.openqa.grid.internal.utils.configuration.json.NodeJsonConfiguration.loadFromResourceOrFile(NodeJsonConfiguration.java:48)
at java.util.Optional.map(Optional.java:215)
at org.openqa.grid.internal.utils.configuration.GridNodeConfiguration.<init>(GridNodeConfiguration.java:203)
at org.openqa.grid.selenium.GridLauncherV3.lambda$buildLaunchers$7(GridLauncherV3.java:275)
at org.openqa.grid.selenium.GridLauncherV3.lambda$launch$0(GridLauncherV3.java:86)
at java.util.Optional.map(Optional.java:215)
at org.openqa.grid.selenium.GridLauncherV3.launch(GridLauncherV3.java:86)
at org.openqa.grid.selenium.GridLauncherV3.main(GridLauncherV3.java:70)
Caused by: org.openqa.selenium.json.JsonException: Object coercer cannot determine proper type: END_MAP
Build info: version: '3.141.59', revision: 'e82be7d358', time: '2018-11-14T08:25:53'
System info: host: '797e291277e1', ip: '172.17.0.2', os.name: 'Linux', os.arch: 'amd64', os.version: '5.10.60.1-microsoft-standard-WSL2', java.version: '1.8.0_212'
Driver info: driver.version: unknown
I get this even if I set JAVA_OPTS=-Dwebdriver.edge.driver=/opt/selenium/msedgedriver too.
Would appreciate your thoughts :)
The text was updated successfully, but these errors were encountered:
I was able to get it to work with 95.0.1020.40 edge version. So I think it should be possible but need to find a way to automate the process of getting the latest version
It would also be very handy to have a 'debug' version of the edge image (comes bundled with VNC for debugging and other integrations)?
Edit: that said, we can add that on our side if that's too niche of a requirement for here :) looks like they take the created node image, add vnc, and drop another supervisord config in: https://github.com/SeleniumHQ/docker-selenium/blob/selenium-3/NodeChromeDebug/Dockerfile
Firstly, Hi, and thanks for providing this :)
I was just curious if there's any scope to support a newer edge version, where this currently uses v.89 (and actually doesn't build locally for me, because the package doesn't seem to be in apt anymore)
I've tried various ways to build with v98, but so far no luck. I'm starting to assume that newer Edge versions/drivers just aren't Selenium3 compatible...
When trying with v98, I keep getting:
I get this even if I set
JAVA_OPTS=-Dwebdriver.edge.driver=/opt/selenium/msedgedriver
too.Would appreciate your thoughts :)
The text was updated successfully, but these errors were encountered: