-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
one of the argument is required #29
Comments
Same Problem |
I got it fixed- Just replace botaccountcreate.py with this- options = Options() #Fill the email value Fill the fullname valuefullname_field = driver.find_element_by_name('fullName') Fill username valueusername_field = driver.find_element_by_name('username') Fill password valuepassword_field = driver.find_element_by_name('password') time.sleep(8) #Birthday verification driver.find_element_by_xpath("//[@id='react-root']/section/main/div/div/div[1]/div/div[4]/div/div/span/span[2]/select").click() driver.find_element_by_xpath("//[@id='react-root']/section/main/div/div/div[1]/div/div[4]/div/div/span/span[3]/select").click() WebDriverWait(driver, 20).until(EC.element_to_be_clickable((By.XPATH, "//*[@id='react-root']/section/main/div/div/div[1]/div/div[6]/button"))).click() fMail = fake_email[0].split("@") |
run with chrome option like this |
Thanks! vaasu070 |
i dont understand these>? which one should i change? or run and where? |
Do i even need to put firefox driver path also.....I put google driver path and it said one of the arguement __firefox __chrome is required. i dont understand. can you tell me a fix
The text was updated successfully, but these errors were encountered: