Skip to content

Commit a7f2c6f

Browse files
committed
Update "__init__.py"
1 parent 5690d42 commit a7f2c6f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

seleniumbase/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from seleniumbase.__version__ import __version__ # noqa
22
from seleniumbase.core.browser_launcher import get_driver # noqa
3+
from seleniumbase.fixtures import js_utils # noqa
4+
from seleniumbase.fixtures import page_actions # noqa
35
from seleniumbase.fixtures.base_case import BaseCase # noqa
46
from seleniumbase.masterqa.master_qa import MasterQA # noqa
57
from seleniumbase.common import decorators # noqa

0 commit comments

Comments
 (0)