DEV Community

Discussion on: Solving the "Wordle" Game using Python and Selenium

Collapse
 
mintzworld profile image
Michael Mintz

For running Selenium tests remotely, there is something called a "Selenium Grid". Some info on that here: github.com/seleniumbase/SeleniumBa...

Collapse
 
ifuchs profile image
ifuchs • Edited

Selenium Grid is the right way to do remote execution but I found a less attractive way which is to start a terminal session with the screen command and detach the console. If I then ssh in and reattach the console, I am able to run the pytest and get the print output back.