I have a Linux server which can only be controlled via CLI. It doesn't have any browser installed, mainly because it is not needed and because unless it's lynx or a derivative, it is going to install x-server, which I don't want.
I know I can run Chrome and Firefox with the headless option, but it still requires to be installed.
Is there any way I can run selenium on that server without having to install one of the "main" browsers, or will I have to switch to another library (urllib, requests) if I want to programatically browse the web?