DevTools always listens to browser… (in Selenium browser)?

Good bye,

I've programmed a small tool in Python that opens and controls a browser window via Selenium, but every time a new browser is opened, I get a message in the terminal that DevTools (Developer Tools) is listening on browser such and such. The following example:

Is there any way to stop my tool/browser/DevTools from listening? I'm also planning to run the browser in the background with "–headless" because it looks better, but then everything displayed in the console in the DevTools (like error messages, etc.) is displayed in the terminal, which is even worse.

Best regards

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
1 Answer
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
guteantwort626
1 year ago

That must be as far as I know Selenium uses the devtools to control the browser.