mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(webdriver): add missing options object to WebDriver initialization (#35504)
This commit is contained in:
@@ -489,6 +489,7 @@ class WebDriverSelenium(WebDriverProxy):
|
||||
for name, value in driver_opts.get("preferences", {}).items():
|
||||
options.profile.set_preference(str(name), value)
|
||||
kwargs |= {
|
||||
"options": options,
|
||||
"service": service_class(**driver_srv),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user