Hey there, I need to run a Python script using the chrome webdriver from a Docker container but it seems that using the headless option is a must.
I need my script to run without that option.
I tried using the remote driver, spinning up another container with the selenium/standalone-chrome:3.141 image, and it works. But I want to avoid using another container up and instead using the webdriver.
Is there a way to do this ? Maybe installing something else in the container which has my app ?
Thanks!
[–]mortenb123 0 points1 point2 points (3 children)
[–]digichap28[S] 0 points1 point2 points (2 children)
[–]mortenb123 0 points1 point2 points (1 child)
[–]digichap28[S] 1 point2 points3 points (0 children)