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 e7ec223 commit ff71ab0Copy full SHA for ff71ab0
py/selenium/webdriver/webkitgtk/options.py
@@ -55,7 +55,7 @@ def overlay_scrollbars_enabled(self, value) -> None:
55
"""
56
self._overlay_scrollbars_enabled = value
57
58
- def to_capabilities(self)-> dict:
+ def to_capabilities(self) -> dict:
59
"""Create a capabilities dictionary with all set options."""
60
caps = self._caps
61
0 commit comments