Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not bypass detection when using a VPN connection (NordVPN) #2794

Closed
bjornkarlsson opened this issue May 21, 2024 · 1 comment
Closed
Labels
duplicate The answer/solution already exists somewhere UC Mode Undetected Chromedriver Mode (--uc)

Comments

@bjornkarlsson
Copy link

bjornkarlsson commented May 21, 2024

Reopening Issue 2793, as I am not sure the testing instructions were clear.

I experience this issue ONLY when connected to a VPN (Nord vpn). This is the modified code as per comment.

    url = 'https://rateyourmusic.com/artist/pink-floyd/'
    with SB(uc=True) as sb:
        sb.driver.uc_open_with_reconnect(url, 8)

        if sb.is_element_visible('iframe[src*="challenge"]'):
            sb.driver.uc_switch_to_frame('iframe[src*="challenge"]')
            confirm_input = sb.driver.find_element(By.CSS_SELECTOR, 'input')
            confirm_input.uc_click()
            sb.sleep(2)

What happens is that the verification box excepts the user action (does not happen on direct connection).

After clicking the checkbox input (manually or as instructed by the driver) the verification proceeds for a seconds (green spinning wheel).
This fails and leads to initial state.

Please could we make sure is tested with a VPN subscription, or is anyone that can do this?

P.S I am able to pass the verification process after clicking the checkbox with selenium-driverless

Many thanks!

@mdmintz mdmintz added duplicate The answer/solution already exists somewhere UC Mode Undetected Chromedriver Mode (--uc) labels May 21, 2024
@mdmintz
Copy link
Member

mdmintz commented May 21, 2024

Duplicate of your existing ticket: #2793.

@mdmintz mdmintz closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The answer/solution already exists somewhere UC Mode Undetected Chromedriver Mode (--uc)
Projects
None yet
Development

No branches or pull requests

2 participants