Skip to content

Commit 4680cd3

Browse files
committed
[py]: Expose WPEWebKitService and WebKitGTKService in the public API
1 parent d2a74f1 commit 4680cd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

py/selenium/webdriver/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,10 @@
3838
from .safari.service import Service as SafariService # noqa
3939
from .safari.webdriver import WebDriver as Safari # noqa
4040
from .webkitgtk.options import Options as WebKitGTKOptions # noqa
41+
from .webkitgtk.service import Service as WebKitGTKService # noqa
4142
from .webkitgtk.webdriver import WebDriver as WebKitGTK # noqa
4243
from .wpewebkit.options import Options as WPEWebKitOptions # noqa
44+
from .wpewebkit.service import Service as WPEWebKitService # noqa
4345
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa
4446

4547
__version__ = "4.10.0"
@@ -65,8 +67,10 @@
6567
"SafariService",
6668
"WebKitGTK",
6769
"WebKitGTKOptions",
70+
"WebKitGTKService",
6871
"WPEWebKit",
6972
"WPEWebKitOptions",
73+
"WPEWebKitService",
7074
"Remote",
7175
"DesiredCapabilities",
7276
"ActionChains",

0 commit comments

Comments
 (0)