InstaPy / InstaPy/InstaPy

Accepted IG cookies by default... problem

Abierto
#6,384 7 comentarios 1 reacción 0 asignados Ver en GitHub
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.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.