Can SB run tests using the selenium/standalone-chrome? #2319
-
|
My company has pre-existing (non-SB) tests that use the selenium/standalone-chrome service. Can I tell SB to use it too? from the scheduler gitlab.yml file: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
|
Beta Was this translation helpful? Give feedback.
-
|
heres the Docker Hub link: https://hub.docker.com/r/selenium/standalone-chrome so to use that, you're saying I'll need to get the Docker IP and plug it in with |
Beta Was this translation helpful? Give feedback.
-
|
thank you @mdmintz ! I just needed to use the docker library to get the image's IP and plug it in to |
Beta Was this translation helpful? Give feedback.
seleniumbaseworks wherever you can runpip install seleniumbase. If you want to connect to a selenium grid (if that's whatselenium/standalone-chromeis) then you can setservernameandportas options in theDriver()andSB()manager formats, as well as using--server=HOST/IPand--port=PORTaspytestcommand-line options.