This commit is contained in:
piair 2022-02-18 20:44:02 +01:00
parent d9d7328de8
commit 9b7b9f51e4
1 changed files with 1 additions and 1 deletions

2
V4.py
View File

@ -413,7 +413,7 @@ def login() :
def BingPcSearch(override = randint(35,40)): def BingPcSearch(override = randint(35,40)):
driver.get(f'https://www.bing.com/search?q={choice([x for x in range (999999)])}') driver.get(f'https://www.bing.com/search?q={choice(Liste_de_mot)}')
CustomSleep(uniform(1,2)) CustomSleep(uniform(1,2))
RGPD() RGPD()
send_keys_wait( driver.find_element(By.ID, 'sb_form_q'),Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE) send_keys_wait( driver.find_element(By.ID, 'sb_form_q'),Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE+Keys.BACKSPACE)