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 97d5b87 commit 2345aeeCopy full SHA for 2345aee
seleniumbase/__init__.py
@@ -21,3 +21,4 @@
21
del webdriver # Undo "import webdriver" / Simplify "dir(seleniumbase)"
22
23
version_info = [int(i) for i in __version__.split(".") if i.isdigit()] # noqa
24
+version_tuple = tuple(version_info) # noqa
0 commit comments