Re: [R] RWebdriver and RSelenium returns the same error while trying to connect the java server

2015-03-02 Thread peter dalgaard
Is this a very recent version of Firefox? Have a look at the thread Re: [R] Firefox not showing R help. It could be related, in which case you might want to try the up-to-the-minute latest version of R-patched (aka 3.1.3RC). Otherwise, as usual, you may need to talk with the relevant package

Re: [R] RWebdriver and RSelenium returns the same error while trying to connect the java server

2015-03-01 Thread Ista Zahn
Do you have a server running? Can you connect to localhost directly from a browser? Best, Ista On Sun, Mar 1, 2015 at 12:35 PM, PO SU wrote: > > > Dear expeRts, >when i using RWebdriver and RSelenium , > > > >> require(RSelenium) > Loading required package: RSelenium >> remDr <- remoteDriver

[R] RWebdriver and RSelenium returns the same error while trying to connect the java server

2015-03-01 Thread PO SU
Dear expeRts,    when i using RWebdriver and RSelenium ,  > require(RSelenium) Loading required package: RSelenium > remDr <- remoteDriver(remoteServerAddr = "localhost"  +                       , port = +                       , browserName = "firefox" + ) > remDr$open() [1] "Connecting