You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I switched to Github Actions for CI, but it's currently running only the parsing tests, not the browser automation tests. I'm not confident we can do Selenium browser automation with either CI system.
there's a circleci config variable:
CIRCLECI=true
try making the chromedrvier call just do driver=webdriver.chrome(options=options), in fetch_page.py
The text was updated successfully, but these errors were encountered: