ouio# Please enter the commit message for your changes. Lines starting
This commit is contained in:
parent
8ab6c41200
commit
7c4de0ff5d
10
V4.py
10
V4.py
|
@ -182,13 +182,19 @@ def claim_amazon():
|
||||||
box.send_keys(code)
|
box.send_keys(code)
|
||||||
driver.find_element(By.XPATH, "//span[contains( text( ), 'Déverrouillez votre récompense')]").click()
|
driver.find_element(By.XPATH, "//span[contains( text( ), 'Déverrouillez votre récompense')]").click()
|
||||||
sleep(5)
|
sleep(5)
|
||||||
fcode = driver.find_element(By.XPATH, "/html/body/div[1]/div[1]/main/div/div/div/div/div[1]/div/div[1]/div[2]/div[2]/div/div/div/div/div/div[2]/span").get_attribute("innerHTML")
|
|
||||||
#amazon = search("> ([^ ]+) <", fcode)[1]
|
#amazon = search("> ([^ ]+) <", fcode)[1]
|
||||||
|
driver.refresh()
|
||||||
|
fcode = driver.find_element(By.XPATH, "/html/body/div[1]/div[1]/main/div/div/div/div/div[1]/div/div[1]/div[2]/div[2]/div/div/div/div/div/div[2]/span").get_attribute("innerHTML")
|
||||||
|
CustomSleep(10)
|
||||||
|
if fcode :
|
||||||
webhookSuccess.send(_mail +" - "+ fcode)
|
webhookSuccess.send(_mail +" - "+ fcode)
|
||||||
|
else :
|
||||||
|
LogError("impossible de localiser le code ")
|
||||||
|
|
||||||
else :
|
else :
|
||||||
LogError("la recuperation ne peux pas être automatique")
|
LogError("la recuperation ne peux pas être automatique")
|
||||||
except Exception as e :
|
except Exception as e :
|
||||||
LogError('problème dans la recuperation' + e)
|
LogError(f'problème dans la recuperation : {e}')
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue