Add "sbase" shortcuts for "seleniumbase"

This commit is contained in:
Michael Mintz 2022-10-29 21:57:14 -04:00
parent 698fb0c08c
commit 2c198058bd
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
from seleniumbase import BaseCase # noqa
from seleniumbase import decorators # noqa
from seleniumbase import Driver # noqa
from seleniumbase import encryption # noqa
from seleniumbase import get_driver # noqa
from seleniumbase import js_utils # noqa
from seleniumbase import MasterQA # noqa
from seleniumbase import page_actions # noqa
from seleniumbase import page_utils # noqa
from seleniumbase import SB # noqa