Import seleniumbase in visual studio code #1125
Answered
by
mdmintz
Binyamin999
asked this question in
Q&A
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 15, 2021
Replies: 1 comment 9 replies
-
Hello @Binyamin999, and welcome! Once you've installed seleniumbase, you can create a Python file like the one below, and then run it with
|
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Binyamin999, and welcome!
Once you've installed seleniumbase, you can create a Python file like the one below, and then run it with
pytest
from the terminal. :)