ropensci / RSelenium

An R client for Selenium Remote WebDriver

Home Page:https://docs.ropensci.org/RSelenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in parse_ptr(version) : invalid character encountered: .

Damini1098 opened this issue · comments

I am trying to connect selenium server with internet explorer.
remDr <- RSelenium::rsDriver(remoteServerAddr = "localhost", browser = "internet explorer",version= "latest",iedrver = "latest" , port = 5555L, verbose=F, extraCapabilities = list(acceptInsecureCerts = TRUE))
Facing error :

checking iedriver versions:
BEGIN: PREDOWNLOAD
BEGIN: DOWNLOAD
Creating directory: C:\Users\M114569\AppData\Local/binman/binman...
Downloading binary: https://www.googleapis.com/download/storage/...

BEGIN: POSTDOWNLOAD
Error in parse_ptr(version) : invalid character encountered: .

because it is automatically downloaded one folder in binman as ".3.150.2"
It can't process "."
please help me to solve this issue