InstaPy / InstaPy/InstaPy

Accepted IG cookies by default... problem

Open
#6,384 7 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.