Closed tiroso closed 3 years ago
Let me guess, using selenium 4? If so, read this thread: https://github.com/teodesian/Selenium-Remote-Driver/issues/452
Yes it is. Thanks for your reply. Ill try to figure it out in the afternoon
George S. Baugh @.***> schrieb am Mo., 12. Juli 2021, 17:31:
Let me guess, using selenium 4? If so, read this thread:
452 https://github.com/teodesian/Selenium-Remote-Driver/issues/452
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/teodesian/Selenium-Remote-Driver/issues/474#issuecomment-878377963, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFOGKSFBAIGL2NLFT67DSPLTXMDGHANCNFSM5AHATQMQ .
Thank you very much. It all fits the issue you mentioned.
Quit() also works again. I still have to get along with Selenium::Client now. At the moment it fails with a simple NavigateTo. Error can be closed
Let me know over on the Selenium::Client tracker if you have any trouble I can help with. Thanks!
When using selenium grid, I am getting error for firefox browser while chrome browser worked fine:
org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Possible causes are invalid address of the remote server or browser start-up failure.
Host info: host: 'DESKTOP-VLILFCN', ip: '192.168.99.1'
Build info: version: '4.5.0', revision: 'fe167b119a'
System info: os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '11.0.16'
Driver info: org.openqa.selenium.remote.RemoteWebDriver
Command: [null, newSession {capabilities=[Capabilities {browserName: firefox, browserVersion: 105.0.1}], desiredCapabilities=Capabilities {browserName: firefox, browserVersion: 105.0.1}}]
Capabilities {}
at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:565)
at org.openqa.selenium.remote.RemoteWebDriver.startSession(RemoteWebDriver.java:242)
at org.openqa.selenium.remote.RemoteWebDriver.
Hi guys,
I don't know what else I can do. When using the method get_attribute I run into a timeout. In the meantime I have set the timeout to 30 seconds, but that can't be the goal. I could locate the element before with find_element_by_css.
I am trying to set up my test in a Docker environment.
Can you give me any more hints or tips?
Thanks a lot