Y
Y
Yakovlev Daniil2021-10-22 18:43:43
Python
Yakovlev Daniil, 2021-10-22 18:43:43

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

1 answer(s)
D
DevMan, 2021-10-22
@Kil0Gramm

https://medium.com/war-code/getting-started-with-h...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question