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 cd01130 commit e19a282Copy full SHA for e19a282
py/conftest.py
@@ -110,7 +110,7 @@ class SupportedDrivers:
110
edge: str = "Edge"
111
ie: str = "Ie"
112
webkitgtk: str = "WebKitGTK"
113
- wpewebkit: str = "WPEWebkit"
+ wpewebkit: str = "WPEWebKit"
114
remote: str = "Remote"
115
116
def __contains__(self, name):
@@ -128,7 +128,7 @@ class SupportedOptions:
128
ie: str = "IeOptions"
129
remote: str = "FirefoxOptions"
130
webkitgtk: str = "WebKitGTKOptions"
131
- wpewebkit: str = "WPEWebkitOptions"
+ wpewebkit: str = "WPEWebKitOptions"
132
133
134
if name in self.__dict__:
0 commit comments