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
- Add services.selenium to set up the Selenium server using the selenium/standalone-chrome:latest Docker image. The server will be accessible on port 4444.
- Add enchancement step "Wait for Selenium" to run a loop to check if the Selenium server is ready. It uses nc (Netcat) to test the connection to localhost:4444 and waits until it is available.
0 commit comments