Hi so i ran into a problem with python:
(code doesnt work dont worry)
so how do i check the box automaticly?
thanks in advance
(code doesnt work dont worry)
Code:
if option == '2':
PATH = "C:\Chromedriver\chromedriver.exe"
driver = webdriver.Chrome(PATH)
f = open("Giftcards.txt", "r")
Code = f.readlines()[0]
f = open("email.txt", "r")
email = f.readline()
driver.get("https://cryptovoucher.io/redeem-now")
time.sleep(3)
keyboard.type(Code)
time.sleep(1)
keyboard.press(Key.tab)
keyboard.release(Key.cmd)
keyboard.type(email)
so how do i check the box automaticly?
thanks in advance