From 2c198058bd4036e100b6f3e92cd560fd4264fc27 Mon Sep 17 00:00:00 2001 From: Michael Mintz Date: Sat, 29 Oct 2022 21:57:14 -0400 Subject: [PATCH] Add "sbase" shortcuts for "seleniumbase" --- sbase/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sbase/__init__.py b/sbase/__init__.py index e69de29b..7a0dd87e 100755 --- a/sbase/__init__.py +++ b/sbase/__init__.py @@ -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