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.
WPEWebKitService
WebKitGTKService
1 parent d2a74f1 commit 4680cd3Copy full SHA for 4680cd3
1 file changed
py/selenium/webdriver/__init__.py
@@ -38,8 +38,10 @@
38
from .safari.service import Service as SafariService # noqa
39
from .safari.webdriver import WebDriver as Safari # noqa
40
from .webkitgtk.options import Options as WebKitGTKOptions # noqa
41
+from .webkitgtk.service import Service as WebKitGTKService # noqa
42
from .webkitgtk.webdriver import WebDriver as WebKitGTK # noqa
43
from .wpewebkit.options import Options as WPEWebKitOptions # noqa
44
+from .wpewebkit.service import Service as WPEWebKitService # noqa
45
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
46
47
__version__ = "4.10.0"
@@ -65,8 +67,10 @@
65
67
"SafariService",
66
68
"WebKitGTK",
69
"WebKitGTKOptions",
70
+ "WebKitGTKService",
71
"WPEWebKit",
72
"WPEWebKitOptions",
73
+ "WPEWebKitService",
74
"Remote",
75
"DesiredCapabilities",
76
"ActionChains",
0 commit comments