Answer the question
In order to leave comments, you need to log in
How to make os open hidden browser?
how to make os open hidden browser? that is, the browser which will not be on the screen itself
import os
import time
os.system("start \"\" https://google.com")
time.sleep(30)
os.system("taskkill /im chrome.exe /f")
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question