Answer the question
In order to leave comments, you need to log in
How to run chromedriver/geckodriver in stealth mode?
CENTOS 7
I type geckodriver in the console and start the parser, everything works.
But it turns out that the console is full of log output, and if it is closed, then the parser stops working.
How to run it in background mode, how the same nginx launched it and it works without blocking the console.
Answer the question
In order to leave comments, you need to log in
Already figured out,
run any command in the background:
command > /dev/null 2>&1 &
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question