From f9c5e308566ee078ff6d3bf1e8a33f4ba31d2e83 Mon Sep 17 00:00:00 2001 From: piair Date: Fri, 27 May 2022 15:26:16 +0200 Subject: [PATCH] test --- V4.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/V4.py b/V4.py index 8861305..06ca2f8 100755 --- a/V4.py +++ b/V4.py @@ -616,12 +616,12 @@ def BingMobileSearch(override=randint(22, 25)): try: try: MobileDriver = FirefoxDriver(mobile=True) - MobileDriver.implicitly_wait(10) + MobileDriver.implicitly_wait(15) except Exception as e: sleep(30) LogError("BingMobileSearch - 1 - echec de la creation du driver mobile") MobileDriver = FirefoxDriver(mobile=True) - MobileDriver.implicitly_wait(10) + MobileDriver.implicitly_wait(15) echec = 0 def Mlogin(echec):