We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
I am trying to set up a script which starts the opening of a private chrome. However, I am unable to do so. Here is what I tried already:
Does anyone have an idea?
my code:
remote_driver<-rsDriver(browser = "chrome", chromever = "113.0.5672.63", verbose = F, port =free_port(), extraCapabilities= list(args = "--incognito"))
remDr <- remote_driver$client
remDr$open()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
I am trying to set up a script which starts the opening of a private chrome. However, I am unable to do so. Here is what I tried already:
Does anyone have an idea?
my code:
remote_driver<-rsDriver(browser = "chrome", chromever = "113.0.5672.63",
verbose = F,
port =free_port(),
extraCapabilities= list(args = "--incognito"))
remDr <- remote_driver$client
remDr$open()
The text was updated successfully, but these errors were encountered: