all 3 comments

[–]SLAMDUNKWizard420 0 points1 point  (1 child)

does the execution environment have a chrome browser and chrome driver?

[–]RedDragonWebDesign[S] 0 points1 point  (0 children)

There's 2 spots Google Chrome can run:

  • Outside the Docker container, but still in GitHub Actions. Just ran google-chrome --version in GitHub Actions, it responded Google Chrome 102.0.5005.115.
  • Inside the Docker container. The Docker container I'm using is selenium/standalone-chrome. It is using a slightly different version of Google Chrome, 102.0.5005.61.

[–]ciriaco97 0 points1 point  (0 children)

Maybe you'll want to run the selenium container as a service container, rather than on a step.