-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
triageThis ticket will be looked at shortlyThis ticket will be looked at shortly
Description
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
Labels
triageThis ticket will be looked at shortlyThis ticket will be looked at shortly