if (FALSE) {
# example from windows using a profile directory "Profile 1"
cprof <- getChromeProfile(
"C:\\Users\\john\\AppData\\Local\\Google\\Chrome\\User Data",
"Profile 1"
)
remDr <- remoteDriver(browserName = "chrome", extraCapabilities = cprof)
}
Run the code above in your browser using DataLab