Can I evaluate javascript code with seleniumbase github action? #3835
Answered
by
mdmintz
juanfrilla
asked this question in
Q&A
-
Can I evaluate javascript code with seleniumbase github action? I need to inject code to obtain a token |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Jun 20, 2025
Replies: 1 comment 2 replies
-
The SeleniumBase API is independent of the location where you're running your script, so whether you're running in GitHub Actions or on your local machine, use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The SeleniumBase API is independent of the location where you're running your script, so whether you're running in GitHub Actions or on your local machine, use
sb.execute_script(script)
to evaluate JS code.