selenider-config {selenider} | R Documentation |
Selenider options
Description
selenider
has a few options, allowing you to specify the session and
browser to use without having to tell selenider_session()
this information
every time.
-
selenider.session
- The package to use as a backend: either "chromote", "selenium" or "rselenium". -
selenider.browser
- The name of the browser to run the session in; one of "chrome", "firefox", "edge", "safari", or another valid browser name.
[Package selenider version 0.4.0 Index]