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
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