Skip to content

Commit 2c19805

Browse files
committed
Add "sbase" shortcuts for "seleniumbase"
1 parent 698fb0c commit 2c19805

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sbase/__init__.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
from seleniumbase import BaseCase # noqa
2+
from seleniumbase import decorators # noqa
3+
from seleniumbase import Driver # noqa
4+
from seleniumbase import encryption # noqa
5+
from seleniumbase import get_driver # noqa
6+
from seleniumbase import js_utils # noqa
7+
from seleniumbase import MasterQA # noqa
8+
from seleniumbase import page_actions # noqa
9+
from seleniumbase import page_utils # noqa
10+
from seleniumbase import SB # noqa

0 commit comments

Comments
 (0)