Is it possible to configure a remote server for doing all the Selenium / browser work?
There is webdriver.Remote for Selenium in Python to configure the ip / hostname
and https://hub.docker.com/u/selenium Docker images for all browsers.
Thought about building a stack like this:
document-dl container & selenium chrome container
connected through docker docker network and
a volume bind for an invoice directory
(auto sub-dirs for all invoice providers).
Alternative: everything in one container (https://nander.cc/using-selenium-within-a-docker-container).
Is it possible to configure a remote server for doing all the Selenium / browser work?
There is webdriver.Remote for Selenium in Python to configure the ip / hostname
and https://hub.docker.com/u/selenium Docker images for all browsers.
Thought about building a stack like this:
document-dl container & selenium chrome container
connected through docker docker network and
a volume bind for an invoice directory
(auto sub-dirs for all invoice providers).
Alternative: everything in one container (https://nander.cc/using-selenium-within-a-docker-container).