Skip to content

Blocked by Cloudflare #300

@chaikivskyi

Description

@chaikivskyi

Description

It was detected by Cloudflare. Do you have any recommendations on how to avoid this? I was using Docker, and the web page is:

www.upwork.com/ab/account-security/login

Full steps to reproduce the issue

    const {browser} = await connect({
        headless: false,
        turnstile: true,
        disableXvfb: false,
        connectOption: {
            defaultViewport: null
        },
        args: ["--start-maximized"],
    });
    
    const page = await browser.newPage();
    await page.goto('https://www.upwork.com/ab/account-security/login', {
        waitUntil: 'networkidle2',
    });

    await page.waitForSelector('#login_username');

Issue Type

Bug

Operating System

Linux

Do you use Docker?

Docker

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageThis ticket will be looked at shortly

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions