I don't know where this error derived from: 'Error in strsplit(local, ":") : argumento de tipo no-carácter'
Dr = RSelenium::rsDriver(browser = 'firefox', port = netstat::free_port(), extraCapabilities = eCaps)
netstat::free_port(random = TRUE)
netstat::free_port()
The result of these three different lines is the same. So, what was the part of the code in which I took the mistake?
Thanks!!!