error:
Waited 595 ms for network service
I searched for it and reached this link:
StackOverFlow
So I tried to add argument to my webdriver in this way:
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument("--enable-features=NetworkService")
chrome_options.add_argument("--enable-features=NetworkServiceWindowsSandbox")
driver = webdriver.Chrome(chrome_options=chrome_options)
But nothing changed 😐
Can u help me?
As I understood, I must enable --enable-features=NetworkService and --enable-features=NetworkServiceWindowsSandbox in my script but actually I don't know how to enable it and searching doesn't help me
Обсуждают сегодня