RSelenium icon indicating copy to clipboard operation
RSelenium copied to clipboard

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

Open Damini1098 opened this issue 2 years ago • 0 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

Damini1098 avatar Dec 12 '22 13:12 Damini1098