Home > other >  When open the Proxifier global, appear data: selenium open chrome address bar, page is blank
When open the Proxifier global, appear data: selenium open chrome address bar, page is blank

Time:11-17

 from the selenium import webdriver 
The import time
Browser=webdriver. Chrome ()
The get (' https://www.baidu.com/')
Time. Sleep (500)
The quit ()

I do not add the agent, do not open Proxifier, normal open, I opened the Proxifier set global agency data: selenium open chrome address bar appear after, blank page

How to solve,

CodePudding user response:

Hello, I'm open proxifier agent, through the selenium webdriver open chrome also can appear the data; , but is running normal input url after 1 second, if only for this 1 seconds blank, can need not entangled with the
If they are not to come out, be webdriver and chrome caused by the wrong version, but you said don't open proxy is normal, I'm not so sure

CodePudding user response:

I have been won't open is open proxifier global, my version research many times, is consistent, because they do not open proxifier global, open, normal, I now put proxifier closed, can make use of, what you said is normal, manual input to open my manual input to open global also normal, I demand is automatically open the browser, open the url of this problem,
  • Related