Vidyalelo
Python · Q18

Web Scraping with Python

Programming · Python · question 18

Q18

How does the headless browser mode in Selenium work?

A.
It runs a browser with a visible user interface
B.
It runs a browser without a visible user interface
Answer
C.
It runs a browser with extra features
D.
It runs a browser with a virtual environment

Answer: Option B

Solution

Answer: Option B
Solution:
The headless mode in Selenium runs a browser without a visible user interface.