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 am using docker
when i run the command: docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -v $(pwd):/app webwhatsapi /bin/bash -c "pip install ./;pip list;python sample/echo.py"
i get the following error: selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.
i tried to put geckodriver in /usr/bin , /usr/local/bin and in the script path location and i have the same error
The text was updated successfully, but these errors were encountered:
i am using docker
when i run the command:
docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -v $(pwd):/app webwhatsapi /bin/bash -c "pip install ./;pip list;python sample/echo.py"
i get the following error:
selenium.common.exceptions.WebDriverException: Message: 'geckodriver' executable needs to be in PATH.
i tried to put geckodriver in /usr/bin , /usr/local/bin and in the script path location and i have the same error
The text was updated successfully, but these errors were encountered: