
Awarded
Posted
I am stuck on a single Playwright + TypeScript test that fails at the captcha step. The blocker is a Math Captcha (custom type) and I already have the vendor’s API documentation for solving it, but my current script is not wiring the request-response cycle correctly. Here’s what I need: • Patch or rewrite the section of the test that calls the captcha-solving API, parses the response, and submits the answer before the page times out. • Keep the rest of the flow unchanged; the test should run headless and pass with `npx playwright test`. • Add brief inline comments so I understand what was changed. Acceptance: running the updated test on my machine with `npm test` completes end-to-end without manual input and the captcha is solved every time. You are free to introduce lightweight helpers or Playwright test fixtures as long as they stay in TypeScript and require no extra paid services beyond the existing API.
Project ID: 40404555
41 proposals
Remote project
Active 4 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
41 freelancers are bidding on average ₹1,118 INR/hour for this job

Hi, this kind of failure usually comes from incorrect timing or response parsing in the captcha API flow not Playwright itself. I can fix this by: Correctly wiring the request → response → answer submission cycle Handling async timing so the captcha is solved before timeout Parsing the API response reliably and injecting the answer into the page Keeping the rest of your test flow unchanged I’ll also add clear inline comments so you can understand and reuse the logic. I’ve worked with Playwright + API integrations and can get this running headless with npx playwright test consistently passing. For similar work: https://www.freelancer.com/u/Microlent Happy to take a quick look and patch this fast. ~ Rajesh
₹1,000 INR in 40 days
9.4
9.4

Hello there, we are a team of Full Stack Web Developers and we can do this project in no time. Thanks Ashish Kumar.
₹2,000 INR in 40 days
5.4
5.4

Your current test is close but missing proper async flow or response parsing for the captcha API. I’ve fixed similar Playwright scripts where the API call timing or response handling caused flakiness. I’ll rewrite just the captcha-solving part to correctly send the request, await the response, extract the math answer, and submit it before timeout. I’ll add precise inline comments to explain each step for clarity. The rest of your test flow will remain unchanged and run headless as you want. Would you be able to share the snippet that calls the captcha API? That way I can pinpoint where the async or parsing is off. Also, does the API return JSON or plain text? This affects how I handle the response parsing. I’m ready to jump in and deliver a patched test that runs end-to-end with npm test and solves the captcha every time without manual input.
₹1,000 INR in 7 days
5.1
5.1

Hi sir, please share the source code and let me fix the code for you. Lets have a chat too so we can discuss more.
₹1,000 INR in 40 days
5.1
5.1

As a seasoned Software Developer, I understand the nuances of API integration and tailor-made solutions. Having completed my Masters in IT and previously worked as a Software Developer intern, I am more than equipped to tackle your Playwright Maths Captcha Fix requirement. My experience in JavaScript will ensure an efficient and thorough rewrite of the test, ensuring that it calls the captcha-solving API correctly, parses responses diligently, and submits the answer within the specified timeout period. I resonate with the need to keep the flow intact while strengthening the script for your test to run headless and pass seamlessly. Thus, I’ll maintain utmost caution while introducing any additional fixtures or helpers in line with your TypeScript specification - so you won't have to worry about extra paid services beyond your esteemed existing API. My commitment doesn't just stop at delivering clean code; I comprehend the importance of self-sufficiency which is why I believe clear inline comments will be an integral part of my final submission. This step-by-step referencing will ensure you fully apprehend every action taken in solving the math captcha for future feasibility. Running your updated test on my machine with `npm test` will be a smooth ordeal that completes end-to-end without any manual interruptions, leaving you satisfied knowing that your project has been handled deftly and comprehensively. So, are you ready to have this blocker solved once and for all?
₹1,200 INR in 2 days
5.1
5.1

✋ Hi there. I can fix your Playwright test by wiring your Math Captcha API call correctly so the answer submits before timeout. ✔️ I have solved captcha integration in five Playwright test suites before, each one using async request‑response flows and waitForSelector patterns. ✔️ I will add a function that calls your vendor API, waits for the captcha image or text field, extracts the challenge, sends it with your API key, then fills the returned answer and clicks submit, all with inline comments. Let’s chat so you can share your current test snippet and the captcha API documentation. Mykhaylo
₹1,000 INR in 40 days
4.6
4.6

I see that you are facing a challenge with the Playwright + TypeScript test due to a Math Captcha, which is blocking your progress. It’s crucial to ensure that the captcha-solving API is correctly integrated into your existing workflow without altering the overall flow of your test. With over 12 years of experience in full-stack development and automation, I specialize in technologies like Playwright, TypeScript, and Node.js. I can patch or rewrite the section of your test to accurately call the captcha-solving API, parse its response effectively, and submit the solution without timing out. My approach will include maintaining inline comments for clarity on changes made. Furthermore, I’ll ensure that the implementation runs headless and passes seamlessly with `npm test`, adhering to your requirements. Could you please share more details about how you are currently handling API requests within your script? This information will help me tailor my solution more effectively.
₹1,250 INR in 7 days
4.3
4.3

Hi, I am Haresh, having 14+ years of experience in Software Testing Industry. - Having unique blend of knowledge in Quality Product Delivery, AI based testing, Processes Management, Functional testing, Integration and regression testing, load and Perfromance Testing which help me to take the Quality of the software to the next level. - Hands on experience on testing Desktop, Web Based, Mobile application and ERP based application. - Hands on experience on automation testing tools on selenium webdriver, jmeter, katalon studio, Appium, cypress, selenium with TestNG freamwork, AI Drivan Testing etc.. - Thorough understanding of Product Delivery Life Cycle, Software Testing Life Cycle and Software Development Life Cycle. - Experience in Well conversant with writing Test plan,Test Cases,Bug report, Release Note and Product Health Report. - Worked in various domains like Finance, Retail, Web Portals, Healthcare, ecommnerce, CMS, Eduction Portal, Life Insurance, ERP system etc. - I do have require mobile devices to test mobile view or applications like android and iOS applications. - I have hands on experience with Git, postman, MSSQL Server. Kindly review my profile and let me know you view over the same. Thanks, Haresh
₹1,000 INR in 40 days
4.4
4.4

--- Playwright TypeScript Captcha Fix & Automation Patch --- I will fix your failing Playwright test by correctly integrating the Math Captcha API into your existing TypeScript flow. Key Features: • Patch captcha-solving request/response handling logic • Ensure API result is parsed and submitted before timeout • Keep full end-to-end flow unchanged and headless compatible • Add lightweight helpers or fixtures in TypeScript if needed • Include brief inline comments for clarity and maintainability Thanks
₹750 INR in 40 days
4.5
4.5

The primary challenge here is the misalignment in the request-response cycle for the Math Captcha API, which is causing the Playwright test to fail. I will refine the implementation within your existing TypeScript test, ensuring accurate parsing of the API response and timely submission of the captcha answer. Leveraging the vendor’s API documentation, I will develop a solution that seamlessly fits into your current test flow while maintaining it headless. Clear inline comments will accompany the changes for future reference. The deliverable will be ready in 2 days, executing successfully with `npm test` on your machine. Do you have a specific timeline for the first milestone?
₹800 INR in 40 days
2.2
2.2

Hi, Your Playwright test is blocking at the CAPTCHA step—I've handled this exact scenario before. The issue isn't Playwright or TypeScript itself; it's identifying which CAPTCHA strategy will work for your specific implementation (service-based like 2captcha, browser automation tricks, or OCR if it's image-based). I'll start by examining your test setup and CAPTCHA type, then implement the right approach. Most image CAPTCHAs can be solved via OCR libraries (like Tesseract) or delegated to a service API, while others respond to headless context flags or timing adjustments in Playwright. I'll use whichever is cleanest for your codebase—likely the 2captcha API if it's production-ready, since it's reliable and integrates in ~30 lines of TS code. Let's start with a 24-hour diagnostic: I'll run your test locally, confirm the CAPTCHA type and failure mode, then propose the fix. What CAPTCHA library or service is the site using—or should I reverse-engineer it from your test? Best regards, Val
₹750 INR in 7 days
1.8
1.8

Hello, I can help you resolve your Playwright (TypeScript) CAPTCHA issue and improve the reliability of your automation flow while keeping it stable and maintainable. What I Offer Debugging Playwright TS scripts to identify CAPTCHA failure points Improving automation flow handling (timeouts, selectors, navigation issues) Implementing best-practice solutions for CAPTCHA handling scenarios Enhancing script stability and reducing flaky test behavior Optimizing waits, retries, and session handling where needed Clean, maintainable code improvements for long-term use Testing after fixes to ensure consistent execution I focus on making your automation scripts more stable, reliable, and production-ready, while ensuring best practices are followed. Please share your current script and error details so I can get started immediately. Best regards, Mohammad
₹5,000 INR in 6 days
1.0
1.0

Hi there, I read your requirements carefully, and I can fix the Playwright + TypeScript captcha step while keeping the rest of your test flow unchanged. I will review your current script, correctly wire the Math Captcha vendor API request/response flow, parse the returned answer, submit it before timeout, and make sure the test runs headless with npx playwright test or npm test. I’ll also add brief inline comments so you can clearly understand what was changed. I’m comfortable with Playwright, TypeScript, API integration, debugging async test flows, selectors, timeouts, and clean helper functions. Rate: ₹1,000/hour || Timeline: Same day after reviewing the test file Best regards,
₹1,000 INR in 40 days
1.0
1.0

I already see a clean way to execute this. I specialize in Playwright end-to-end testing with TypeScript, including handling anti-bot flows like captchas, stealth configurations, and robust wait/selector strategies. I’ve fixed similar “last-step” test failures before where everything works manually but breaks under automation, so this is very much in my lane. You want this one stubborn test to reliably pass the captcha step so your suite runs green without manual intervention or flaky workarounds. In simple terms: a stable, maintainable solution that doesn’t break every time the captcha or page behavior changes slightly. My approach would be to first reproduce the issue, analyze how the captcha is being triggered, then apply the most viable solution (whether that’s bypassing, integrating a solver service, or adjusting how the test interacts with the page) while keeping your existing test style intact. Quick question: do you already use any third‑party captcha solving service, or is this purely browser-side right now? Lets chat more about your project, worst case you walk away with a free strategy session Regards
₹1,000 INR in 7 days
0.0
0.0

Hello, Greetings , Good morning! I am professional mobile programmer with skills including JavaScript, PHP, Automation, Software Architecture, Software Development, Debugging, API Integration and Python. Please contact me to discuss more regarding this project. With regards
₹1,420 INR in 20 days
0.0
0.0

Hi, I can fix the captcha step in your Playwright + TypeScript test and make it run reliably in headless mode. **Work Process:** • Audit your current CAPTCHA API integration and identify the request/response gap • Refactor the API call, handle async flow correctly, and parse the response as per vendor docs • Ensure the captcha answer is submitted within the .timeout without affecting the existing flow • Keep the rest of the test unchanged and compatible with `npx playwright test` • Add concise inline comments for clarity and future maintenance • Validate consistent, end-to-end execution with no manual input Best regards, Murtuza
₹1,000 INR in 40 days
0.1
0.1

Playwright + captcha API wiring is usually a timing issue. The script fires the API call but doesn't wait correctly for the response before submitting, or the parsed answer isn't being injected into the right field. Narrow fix once I see the current code. I'd patch just the captcha section, keep everything else untouched, add clear inline comments, and confirm it runs headless end-to-end with npx playwright test before handing back. Could you share the current script and the vendor API docs? That's all I need to get started.
₹1,000 INR in 40 days
0.0
0.0

As a seasoned full-stack developer well-versed in JavaScript and Software Development, I would be the perfect fit to solve your Playwright + TypeScript issue. Over the years, I have not only honed my skills in Node.js and PostgreSQL, but also built a strong proficiency in modern web application development. This means I can handle any facet of your project with precision. My in-depth understanding of TypeScript enables me to dive into existing codebases and quickly identify issues that need fixing. And my familiarity with APIs ensures a seamless wiring of the request-response cycle - exactly what you need for this Math Captcha problem. Onboarded seamlessly into your machine through `npm test`, the revised code will solve the captcha every single time without needing any manual input from your end. In addition, I will add brief inline comments throughout the code so you can easily follow along with the changes made. With clear communication and your project's end-goal always in mind, rest assured that my work will be completed on time, efficiently and effectively improving operations just as you envisioned
₹1,000 INR in 40 days
0.9
0.9

Hello, I’ve reviewed your issue with the Playwright + TypeScript test failing at the math captcha step — and I understand exactly where the problem likely is. This kind of issue usually happens when the captcha API request-response cycle is not properly synchronized with the Playwright flow (async handling, timing, or response parsing issues). I have experience debugging similar automation flows where external APIs are involved. Here’s how I will fix it: * Properly implement and await the captcha-solving API request * Ensure correct parsing of the API response * Synchronize the response with Playwright actions (fill + submit before timeout) * Handle timing and retries to avoid failures * Keep your existing test flow unchanged * Add clear inline comments for maintainability The final result will run cleanly with `npx playwright test` in headless mode and consistently solve the captcha without manual input. I can start immediately and deliver a clean, working fix quickly. Let’s get this resolved!
₹1,000 INR in 40 days
0.0
0.0

Hi there, I can fix your Playwright + TypeScript captcha-solving logic today. Since you already have the vendor’s API documentation, the issue likely lies in the async handling of the request-response cycle or how the response is being parsed and injected into the headless browser context. With my background in backend API integrations and automated testing, I will: Fix the wiring: Ensure the API call is awaited correctly and the math solution is parsed without timing out. Ensure Headless Compatibility: I’ll maintain the npx playwright test flow to ensure it runs seamlessly in the background. Clean Documentation: I will provide brief, inline comments for every change made so you can maintain the script easily moving forward. I’m available to jump on this right away and get your npm test passing end-to-end. Looking forward to seeing the current script and API docs. Best regards, Sumit G.
₹1,000 INR in 25 days
0.0
0.0

New Delhi, India
Payment method verified
Member since Apr 28, 2026
₹750-1250 INR / hour
€750-1500 EUR
₹250000-500000 INR
₹2000-3000 INR
₹12500-37500 INR
$170-171 CAD
€250-750 EUR
$750-1500 USD
₹1500-12500 INR
$250-750 USD
$30-250 CAD
$30-250 USD
$250-750 USD
$10-30 USD
₹150000-250000 INR
$250-750 USD
$15-25 USD / hour
₹1500-12500 INR
$250-750 USD
min $50 USD / hour
€250-750 EUR