Accepted IG cookies by default... problem
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 18.2k
- Forks
- 3.9k
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## 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']"}
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.