We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I have a problem with the cookie, because in the code there isn't the command to allow the cookie. Can you help me, or update the code. Thanks
The text was updated successfully, but these errors were encountered:
This one worked for me. Add the two lines in main.py in the login definition after line 219
LOGGER.info("Accepting cookies") WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH,'//*[@id="hf_cookie_text_cookieAccept"]'))).click()
LOGGER.info("Accepting cookies")
WebDriverWait(driver, 10).until(EC.element_to_be_clickable((By.XPATH,'//*[@id="hf_cookie_text_cookieAccept"]'))).click()
Sorry, something went wrong.
No branches or pull requests
Hello, I have a problem with the cookie, because in the code there isn't the command to allow the cookie. Can you help me, or update the code. Thanks
The text was updated successfully, but these errors were encountered: