test
This commit is contained in:
parent
36a7fec15c
commit
f9c5e30856
4
V4.py
4
V4.py
@ -616,12 +616,12 @@ def BingMobileSearch(override=randint(22, 25)):
|
|||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
MobileDriver = FirefoxDriver(mobile=True)
|
MobileDriver = FirefoxDriver(mobile=True)
|
||||||
MobileDriver.implicitly_wait(10)
|
MobileDriver.implicitly_wait(15)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
sleep(30)
|
sleep(30)
|
||||||
LogError("BingMobileSearch - 1 - echec de la creation du driver mobile")
|
LogError("BingMobileSearch - 1 - echec de la creation du driver mobile")
|
||||||
MobileDriver = FirefoxDriver(mobile=True)
|
MobileDriver = FirefoxDriver(mobile=True)
|
||||||
MobileDriver.implicitly_wait(10)
|
MobileDriver.implicitly_wait(15)
|
||||||
echec = 0
|
echec = 0
|
||||||
|
|
||||||
def Mlogin(echec):
|
def Mlogin(echec):
|
||||||
|
Loading…
Reference in New Issue
Block a user