We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cec372 commit 74ae07dCopy full SHA for 74ae07d
py/selenium/webdriver/remote/webdriver.py
@@ -67,7 +67,7 @@ def _make_w3c_caps(caps):
67
"""
68
profile = caps.get('firefox_profile')
69
always_match = {}
70
- for k, v in caps.iteritems():
+ for k, v in caps.items():
71
if k in _W3C_CAPABILITY_NAMES or ':' in k:
72
always_match[k] = v
73
if profile:
0 commit comments