Created
September 23, 2020 19:13
-
-
Save seleniumgists/2914b8d0011dff2cdd0a4fe5a7874e48 to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pip install seleniumbase | |
seleniumbase install chromedriver | |
seleniumbase mkdir ui_tests | |
cd ui_tests | |
seleniumbase mkfile new_test.py | |
pytest new_test.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment