ahhhhhhhhhhhhhhhh
This commit is contained in:
parent
ab875f5566
commit
a4fc2aafa1
10
V4.py
10
V4.py
|
@ -86,17 +86,17 @@ def FirefoxMobile(Headless = Headless):
|
||||||
|
|
||||||
|
|
||||||
def FirefoxPC(Headless = Headless):
|
def FirefoxPC(Headless = Headless):
|
||||||
PC_USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) '
|
#PC_USER_AGENT = ('Mozilla/5.0 (Windows NT 10.0; Win64; x64) '
|
||||||
'AppleWebKit/537.36 (KHTML, like Gecko) '
|
# 'AppleWebKit/537.36 (KHTML, like Gecko) '
|
||||||
'Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134')
|
# 'Chrome/64.0.3282.140 Safari/537.36 Edge/17.17134')
|
||||||
|
#options.set_preference("general.useragent.override", PC_USER_AGENT)
|
||||||
options = Options()
|
options = Options()
|
||||||
options.set_preference("browser.link.open_newwindow", 3)
|
options.set_preference("browser.link.open_newwindow", 3)
|
||||||
|
|
||||||
if Headless :
|
if Headless :
|
||||||
options.add_argument("-headless")
|
options.add_argument("-headless")
|
||||||
|
|
||||||
options.set_preference("general.useragent.override", PC_USER_AGENT)
|
|
||||||
return(webdriver.Firefox(options=options))
|
return(webdriver.Firefox(options=options))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue