πDriver
Configure the driver via the pylenium.json or the CLI.
The Driver Settings
"driver": {
"browser": "chrome",
"remote_url": "",
"wait_time": 10,
"page_load_wait_time": 0,
"options": [],
"capabilities": {},
"experimental_options": null,
"extension_paths": [],
"webdriver_kwargs": {},
"local_path": ""
}browser
remote_url
wait_time
page_load_wait_time
options
experimental_options
capabilities
extension_paths
Last updated