Docker version failing #151
-
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 16 replies
-
Does the webdriver fail repeatedly? You can try adding these two flags right after |
Beta Was this translation helpful? Give feedback.
-
Exact same thing happens to me now on two different Win10 machines
|
Beta Was this translation helpful? Give feedback.
-
The selenium_base branch should now fix this issue. Could you test it out to make sure it works for you? Make sure to read the Changelog on that branch beforehand as there are important things in the Installing it on your system (needs to be done before the Docker step): In Docker: |
Beta Was this translation helpful? Give feedback.
The selenium_base branch should now fix this issue. Could you test it out to make sure it works for you? Make sure to read the Changelog on that branch beforehand as there are important things in the
Upcoming
field.Installing it on your system (needs to be done before the Docker step):
Run
git pull && git checkout selenium_base
In Docker:
Build the image with
docker build -t jdholtz/auto-southwest-check-in:selenium_base
and run it withdocker run jdholtz/auto-southwest-check-in:selenium_base ARGS
.