Accepted IG cookies by default... problem
Open
- Dominant language
- Python
- Stars
- 18.2k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
IG should find and click on Accept All cookie.
## Current Behavior
It is xPath problem and IG could not find Accept All bottom.
## Possible Solution (optional)
the xPath should change from
xpath["accept_igcookie_dialogue"] = {"accept_button": "//button[text()='Accept']"}
to
xpath["accept_igcookie_dialogue"] = {"accept_button": "//button[text()='Accept All']"}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.