Cloudflare Turnstile Challenge
L3
PlaywrightEval Web
Navigate websites with Cloudflare Turnstile protection, handle security challenges, bypass bot detection mechanisms, and successfully access protected content using automated browser interactions.
Created by Allison Zhan
2025-07-27
User Interaction
Model Ranking
Click on the dots to view the trajectory of each task run
Task State
Instruction
Cloudflare Turnstile Authentication Challenge Task
Use Playwright MCP tools to complete Cloudflare Turnstile authentication challenge.
Requirements:
- Navigate to https://eval-web.mcpmark.ai/auth/turnstile
- Fill in the authentication form with provided test credentials:
- Username: "testuser"
- Password: "password123"
- Wait for the Cloudflare Turnstile challenge widget to load completely
- Interact with the Turnstile challenge widget to complete the authentication (if needed)
- Wait for successful challenge completion (widget shows success state with checkmark)
- Submit the form by clicking the "Sign In" button
- Wait for and capture any success message or confirmation that appears
- Output the success capture in step 7
Notes:
- Use the provided test credentials: testuser / password123
- Page shows success message inline, does not redirect to separate success page
- Wait for all UI state changes before proceeding to next step
- Verify both Turnstile completion and form submission success
Verify
Python