nittolese / gquestions

Find "People Also Ask" questions
GNU General Public License v3.0
59 stars 36 forks source link

"headless"? #4

Closed danyaljj closed 5 years ago

danyaljj commented 5 years ago

Just a clarification on your terminology: What do you mean by "headless"?

nittolese commented 5 years ago

Hi @danyaljj , headless Chrome is an instance of Chrome without GUI. When do you start the script in this mode, you don't see the browser but it is running in background (you can check on your Task Manager). It is useful when you're working on servers which don't have GUI (so-called headless environments).

Here you can find more info on Chrome headless

Regards!