Skip to content

Access Denied from Imperva check #1809

Answered by KebabLord
fw2155 asked this question in Q&A
Discussion options

You must be logged in to vote

i can access it with undetected chromedriver

make sure you are using the latest version;
py -m pip install -U undetected-chromedriver

also you don't have to install webdriver everytime.

import undetected_chromedriver as uc
driver = uc.Chrome()
url = "https://redeem.tcg.pokemon.com/en-us/"
driver.get(url)
input("PRESS ENTER TO CLOSE THE SCRIPT")

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by fw2155
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants