ropensci / RSelenium

An R client for Selenium Remote WebDriver
https://docs.ropensci.org/RSelenium
343 stars 81 forks source link

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

Open Damini1098 opened 1 year ago

Damini1098 commented 1 year ago

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