Skip to content

Commit

Permalink
[py]: Expose WPEWebKitService and WebKitGTKService in the public API
Browse files Browse the repository at this point in the history
  • Loading branch information
symonk committed Jul 24, 2023
1 parent d2a74f1 commit 4680cd3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions py/selenium/webdriver/__init__.py
Expand Up @@ -38,8 +38,10 @@
from .safari.service import Service as SafariService # noqa
from .safari.webdriver import WebDriver as Safari # noqa
from .webkitgtk.options import Options as WebKitGTKOptions # noqa
from .webkitgtk.service import Service as WebKitGTKService # noqa
from .webkitgtk.webdriver import WebDriver as WebKitGTK # noqa
from .wpewebkit.options import Options as WPEWebKitOptions # noqa
from .wpewebkit.service import Service as WPEWebKitService # noqa
from .wpewebkit.webdriver import WebDriver as WPEWebKit # noqa

__version__ = "4.10.0"
Expand All @@ -65,8 +67,10 @@
"SafariService",
"WebKitGTK",
"WebKitGTKOptions",
"WebKitGTKService",
"WPEWebKit",
"WPEWebKitOptions",
"WPEWebKitService",
"Remote",
"DesiredCapabilities",
"ActionChains",
Expand Down

0 comments on commit 4680cd3

Please sign in to comment.