We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95707f2 commit bd5ca6cCopy full SHA for bd5ca6c
py/selenium/webdriver/chromium/webdriver.py
@@ -75,6 +75,8 @@ def __init__(self, browser_name, vendor_prefix,
75
if desired_capabilities:
76
for key, value in desired_capabilities.items():
77
options.set_capability(key, value)
78
+ else:
79
+ desired_capabilities = options.to_capabilities()
80
81
if options._ignore_local_proxy:
82
_ignore_proxy = options._ignore_local_proxy
0 commit comments