hello i'am trying to run pipeline which run selenium python tests:
the yaml :
pipelines:
default:
- step:
name: tests
image: python:3.7
script:
- python --version
- pip3 install selenium
- pip3 install webdriver_manager
- python3.7 Tests/Test1.py
there is some issue with webdriver execution does anyone have idea please
error :
selenium.common.exceptions.WebDriverException: Message: Service /root/.wdm/drivers/chromedriver/linux64/110.0.5481/chromedriver unexpectedly exited. Status code was: 127