Skip to content

Adding local plugin/ Changing firefox to chrome in client script #18

Answered by parkeraddison
Nikhilesh212 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Nikhilesh,

To use Google Chrome + ChromeDriver

You'll need to change the Docker image to install these rather than Firefox+Geckodriver. We'll need to change these lines:

# Install apt dependencies for web browsing
RUN apt-get update && \
apt-get install -y \
firefox-esr
# We'll need geckodriver in order to use selenium
#
# Here we're just finding the download url to the latest pre-compiled release
# for linux64, then downloading and extracting to a location that's part of PATH
RUN export org=mozilla && export repo=geckodriver && \
export tag=$(curl -s "https://api.githu…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by parkeraddison
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants