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
happening in firefox and chrome... am i doing something wrong?
* Accept Lego's website cookies Traceback (most recent call last): File "lego.py", line 183, in <module> main() File "lego.py", line 91, in main function(**kwargs) File "lego.py", line 179, in order order.process(lego_set, order_list) File "/Users/wclifton1/Documents/GitHub/lego-mindstorms-ev3-comparison/legoshop.py", line 540, in process self._process_cookies_accept() File "/Users/wclifton1/Documents/GitHub/lego-mindstorms-ev3-comparison/legoshop.py", line 282, in _process_cookies_accept cookie_button[0].click() IndexError: list index out of range
The text was updated successfully, but these errors were encountered:
It looks like there is no button anymore, or none with a class="l-accept__btn" attribute on the page being evaluated. Or the page did load too slowly.
class="l-accept__btn"
Sorry, something went wrong.
No branches or pull requests
happening in firefox and chrome... am i doing something wrong?
The text was updated successfully, but these errors were encountered: