While running the workflow, I got the following error:
Run python scraper.py
Traceback (most recent call last):
File "/home/runner/work/selenium-github-actions/selenium-github-actions/scraper.py", line 3, in
from webdriver_manager.core.utils import ChromeType
ImportError: cannot import name 'ChromeType' from 'webdriver_manager.core.utils' (/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/webdriver_manager/core/utils.py)
Error: Process completed with exit code 1.
While running the workflow, I got the following error:
Hope you can help me.