-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Can I evaluate javascript code with seleniumbase github action? #3835
-
Can I evaluate javascript code with seleniumbase github action? I need to inject code to obtain a token
Im being detected with docker + proxies on server but not on the same conditions locally, im going to try with gh action
Beta Was this translation helpful? Give feedback.
All reactions
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.
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 sb.execute_script(script)
to evaluate JS code.
Beta Was this translation helpful? Give feedback.
All reactions
-
And can I call that gh action whenever I want?
Beta Was this translation helpful? Give feedback.
All reactions
-
See "Unlimited Free Web-Scraping with GitHub Actions" on YouTube:
Beta Was this translation helpful? Give feedback.