I am trying to use remoteDriver(browserName = "chrome") and I find a fatal error. I wish you can help me, please.
The steps I follow are:
My sessionInfo:
> sessionInfo()
R version 3.4.4 (2018-03-15)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 16.04.5 LTS
Set up the selenium server jar:
system("xvfb-run -a java -Dwebdriver.chrome.driver=/home/mario/chromedriver -jar /home/mario/selenium-server-standalone-3.13.0.jar -port 4444",wait=FALSE) # Twitter
OK, It's running on port 4444:
13:41:44.327 INFO [GridLauncherV3.launch] - Selenium build info: version: '3.13.0', revision: '2f0d292'
13:41:44.328 INFO [GridLauncherV3$1.launch] - Launching a standalone Selenium Server on port 4444
2020-04-06 13:41:44.635:INFO::main: Logging initialized @1024ms to org.seleniumhq.jetty9.util.log.StdErrLog
13:41:45.242 INFO [SeleniumServer.boot] - Selenium Server is up and running on port 4444
Hi,
I am trying to use
remoteDriver(browserName = "chrome")
and I find a fatal error. I wish you can help me, please.The steps I follow are:
system("xvfb-run -a java -Dwebdriver.chrome.driver=/home/mario/chromedriver -jar /home/mario/selenium-server-standalone-3.13.0.jar -port 4444",wait=FALSE) # Twitter
And the output message:
the output message of "search" object is chrome unreachable:
So, when I try to send a word to the active element with
search$sendKeysToElement(list("hello"))
I obtain the following error: