-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Operating System
OS Name Microsoft Windows 11 Home
Selenium Server version (selenium-server-standalone-3.0.1.jar etc.)
java -jar selenium-server-4.8.3.jar standalone
Browser version (firefox 50.1.0, chrome 54.0.2840.100 (64-bit) etc.)
Chrome 111.0.5563.147
Other driver version (chromedriver 2.27, geckodriver v0.11.1, iedriver x64_3.0.0, PhantomJS 2.1.1 etc.)
Chromedriver 111.0.5563.64
Expected behaviour
I expect remDr$open() to open a browser window or show an error
Actual behaviour
I get this output:
[1] "Connecting to remote server"
$id
[1] NA
Steps to reproduce the behaviour
remDr <- remoteDriver(
remoteServerAddr = "localhost",
port =4444L,
browserName = "chrome"
)
remDr$open()
- I have confirmed selenium is running by inspecting http://localhost:4444/ui
- If I change the port then remDr$open does show an error (so I don't think this is the problem)
mwr824 and stevecondylios
Metadata
Metadata
Assignees
Labels
No labels