Skip to content

Commit ceb7286

Browse files
authored
Merge pull request #1 from botcity-dev/selenium
WebDriver
2 parents 5a73228 + 248daa1 commit ceb7286

File tree

13 files changed

+724
-518
lines changed

13 files changed

+724
-518
lines changed

botcity/web/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from .bot import * # noqa: F401, F403
1+
from .bot import WebBot, Browser, BROWSER_CONFIGS # noqa: F401, F403
22

33
from botcity.web._version import get_versions
44
__version__ = get_versions()['version']

0 commit comments

Comments
 (0)