Skip to content

Commit 607bf0d

Browse files
committed
Add "sbase" shortcuts for "seleniumbase"
1 parent fb9f5e8 commit 607bf0d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sbase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1+
from seleniumbase import __version__ # noqa
12
from seleniumbase import BaseCase # noqa
23
from seleniumbase import decorators # noqa
34
from seleniumbase import Driver # noqa
5+
from seleniumbase import DriverContext # noqa
46
from seleniumbase import encryption # noqa
57
from seleniumbase import get_driver # noqa
68
from seleniumbase import js_utils # noqa

0 commit comments

Comments
 (0)