F
F
freeeeez2021-11-11 14:28:47
Command line
freeeeez, 2021-11-11 14:28:47

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

2 answer(s)
F
freeeeez, 2021-11-11
@freeeeez

Already figured out,
run any command in the background:
command > /dev/null 2>&1 &

P
Python Newbie, 2021-11-11
@Levman5

Make an executable and specify a hidden console when creating

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question