• Projects -
  • Rating -
  • Rating 613

Budget: 5000 UAH Deadline: 1 day

Hello!

I am ready to urgently connect to fix bugs in your Python + Playwright software.

From the description, I see that the problems are typical for browser automation: an element or button is not found, the script hangs while waiting, clicks do not trigger, selectors change, or the page does not fully load in time. Such errors are usually resolved through log analysis, locator checks, correct waits, timeouts, retry logic, and exception handling.

What I will do:

— review the specifications, logs, screenshots, and code;
— find the places where the software hangs or does not find elements;

  • Projects 6
  • Rating 5.0
  • Rating 1 108

Budget: 4800 UAH Deadline: 1 day

Good day
I have reviewed the description, and the task is clear. I constantly work with Python + Playwright, and such bugs (element not found, hanging on waiting, unstable selectors, timeouts) are typical for me.
Logs and screenshots greatly simplify diagnostics.
Regarding the timeline, 32 hours from the moment of receiving the specifications and files is completely acceptable for me; I am allowing some buffer to ensure I meet the deadline. I will stay in touch throughout the work.
To get started, please send the specifications with the list of bugs, the code, logs with screenshots, and access data for the website if needed for reproduction.
I am ready to start immediately after receiving the materials.

  • Projects -
  • Rating -
  • Rating 596

Budget: 5000 UAH Deadline: 1 day

Hello!

We are dZENcode – a full-cycle digital solutions development company: from design and programming to integrations and post-release support. We take on projects from scratch and also engage in the improvement of existing solutions.

We can quickly get involved and fix bugs in your Python automation tool.

What bugs need to be prioritized for fixing?

You can find detailed information about our services and rates on our website: Freelancehunt
Take a look – after that we can discuss the details and agree on the next steps.

Rental Car
  • Projects 32
  • Rating 5.0
  • Rating 23 568

Budget: 5000 UAH Deadline: 2 days

Good day.

I can take this on urgently. I work with Python + Playwright, automations, sessions, element waits, unstable selectors, hangs on wait_for_selector / locator, timeouts, logging, and error recovery.

If there are ready logs, screenshots, and a clear specification — this is just the right format for a quick fix. But honestly, before starting, I want to quickly look at the errors/hanging points to confirm that these are indeed minor adjustments and not symptoms of a larger problem in the authorization logic, proxy, anti-bot protection, or changes in the website layout.

What I can do within the task:

- find the cause of hangs and errors based on logs/screenshots;
- fix selectors, waits, timeouts, clicks, retry logic;

  • Projects 15
  • Rating 5.0
  • Rating 7 744

Budget: 5000 UAH Deadline: 2 days

I will urgently join your project, analyze the error logs, and promptly fix all software hangs related to element searches clearly within the specified 32 hours.

You have already confirmed from the logs that the software freezes and hangs while waiting specifically due to dynamic rendering or changes in selectors on the target resource, and not due to the simple absence of a button, so that the new performer does not waste your last hours on blind experiments?

I am ready to instantly receive the full technical specification, deploy the code, and start working right now, and we can discuss the financial terms in private messages.

Similar project: В модулі OpenCart виправити 5 проблем повязаних з Facebook API
Your performing robot. Manual work — into the conveyor.
  • Projects 44
  • Rating 5.0
  • Rating 6 283

Budget: 5000 UAH Deadline: 1 day

Hello! I am ready to take on your project and will complete it urgently. I have extensive experience with similar tasks, so there will be no difficulties. If I have piqued your interest, feel free to write; I am happy to collaborate!

Andrey K.
1 286 1
  • Projects 1 290
  • Rating 5.0
  • Rating 103 531

Budget: 5000 UAH Deadline: 1 day

Hello. I have been working with Python for over 9+ years. Can I review the specifications?

  • Projects 5
  • Rating 4.9
  • Rating 781

Budget: 5000 UAH Deadline: 7 days

Hello, I have worked on automating web processes for an e-commerce platform using Playwright, where I fixed similar bugs related to element searching and timeouts - optimized selectors and added conditional waits, which reduced errors by 95%.

I am curious if the bugs are related to dynamic loading of elements on the page or to changes in the DOM structure during script execution?

I suggest we get in touch; I will provide you with a free technical consultation and we can create a development plan + I will tell you about my team! ⚡

  • Projects -
  • Rating -
  • Rating 243

Budget: 5000 UAH Deadline: 3 days

Hello! I have extensive experience in automation and parsing with Python using the Playwright library (as well as Selenium / Scrapy). I am good at understanding other people's code and finding the reasons for script failures. How I can help: I will quickly find out why errors occur (issues with selectors, blocks, or timeouts). I will optimize the script's performance (set up proxies, bypass captchas if needed). I will rewrite problematic sections of code for stable operation. I am ready to take a look at your code right now in the chat. Please describe at what stage or on which website the script is giving an error?

  • Projects -
  • Rating -
  • Rating 156

Budget: 5000 UAH Deadline: 1 day

Hello! I have carefully read about your problem and fully understand the requirement for a strict deadline and "no experiments."

Software hanging in Playwright when searching for buttons is a classic issue of fragile selectors (the frontend has changed the DOM structure) or a lack of proper asynchronous waiting (wait_for_selector / hard timeouts without exception handling).

Since I recently registered on this platform, I propose the safest format for collaboration:

You can just send me the logs and screenshots in private messages right now (without access to servers or prepayments).

I will take 15 minutes to analyze and reply to you with the exact reason for the hang and how I will fix it in the code (for example, switching to stable locators get_by_role or adding retry logic).

  • Projects 4
  • Rating 4.8
  • Rating 706

Budget: 5000 UAH Deadline: 1 day

Hello! I can urgently complete your task, I work with Playwright.

  • Projects 33
  • Rating 5.0
  • Rating 3 388

Budget: 4999 UAH Deadline: 1 day

Hello!

Please write to me personally to resolve your issue.

How extensive is the automation?
I developed my own automator for uploading products to Prom, and I also rewrote the software from Selenium to Playwright (booking hotel rooms).
Most likely, I will quickly fix your problems as well.

  • Projects -
  • Rating -
  • Rating 212

Budget: 5000 UAH Deadline: 1 day

Hello, Volodymyr! I completely understand your situation and the critical nature of the 32-hour deadline. No experiments or time-wasting — I am ready to start working right now and close the task in a few hours.

The described symptoms (hanging on waiting, loss of buttons) are a standard issue of asynchronicity in Playwright.

Here’s how I will solve the problem:

I will immediately analyze your logs and screenshots to quickly localize the problematic areas.

I will wrap fragile parts of the code in try/except blocks with strict timeouts (so the software doesn’t hang completely but continues or restarts).

  • Projects 5
  • Rating 4.9
  • Rating 1 753

Budget: 5000 UAH Deadline: 1 day

Good evening!

We are ready to take on the corrections. Judging by the description, the bugs are related to dynamic loading of elements or timeout issues. Typical solutions include:

- replacing fixed delays with waiting for a specific state of the element
- adding retry logic when the button search fails
- handling edge cases where the software remains in a suspended state

Send over the specifications, logs, and screenshots — we will sort it out.

  • Projects 14
  • Rating 5.0
  • Rating 7 752

Budget: 5000 UAH Deadline: 1 day

Hello, Vladimir! I am Nina — the manager of the developer Valentin. We have fully read your warning: we understand the risks and responsibility for the deadline, and we do not engage in empty experiments. Valentin is ready to join the project right now and deliver the corrected software within a few hours.

What Valentin will do to prevent the software from hanging:
Locator fix: He will replace fragile CSS/XPath selectors that break with minimal changes to the website layout with stable text and role locators from Playwright (get_by_role, get_by_text).

Protection against hangs: He will limit infinite waits with strict dynamic timeouts and implement retry mechanisms for network failures, so the software does not get stuck but continues or correctly reports a skipped step.

Timeline: We will deliver the work within 6-9 hours from the moment of file transfer (with a buffer covering your 32 hours).
Cost: 5,000 UAH turnkey.

  • Projects 4
  • Rating 5.0
  • Rating 558

Budget: 5000 UAH Deadline: 1 day

Hello Volodymyr! I am a developer specializing in parsing and automation with Python+Playwright. I am ready to start working on your project. Let's discuss in detail what is not working for you.

  • Projects -
  • Rating -
  • Rating 279

Budget: 5000 UAH Deadline: 2 days

Good day, Volodymyr.

I see in the comments your "it will be like this constantly, as they change HTML tags" — and this is the most important part of the task. A one-time fix of the selectors will not save you: if the target site regularly changes its layout, the script will fail again after each of their changes. Therefore, I would look not only at "what is broken now," but at "how to make it less likely to break next time."

What I propose:
1. A quick fix for current bugs — selectors, waiting (wait_for_selector / load_state), timeouts, retry logic.
2. To convert fragile XPath/CSS locators to more robust role-based / text-based ones, which withstand tag changes better.
3. To ensure the software does not "hang silently": proper error handling + a clear log indicating where and why it failed — so that you can identify the next failure in 30 seconds, rather than guessing.

The stack is familiar: Python + Playwright. Before starting, I want to take 15 minutes to look at the code and logs to honestly say — are these minor adjustments within 32 hours, or a symptom of a deeper problem (anti-bot, change in authorization flow, dynamic rendering). I won’t promise "I’ll fix it in an hour" blindly.

  • Projects 35
  • Rating 4.2
  • Rating 1 251

Budget: 5555 UAH Deadline: 5 days

Hello, I am ready to complete the project. Please message me to discuss the terms and conditions.

  • Projects 14
  • Rating 5.0
  • Rating 1 512

Budget: 5000 UAH Deadline: 1 day

Hello! I have sufficient experience in automation and bot development. Please message me privately to discuss the details. I am ready to start working today!

  • Projects -
  • Rating -
  • Rating 346

Budget: 5000 UAH Deadline: 2 days

Hello! I'm ready to start — as soon as you send the specifications, I'll get to work right away.

  • Projects -
  • Rating -
  • Rating 229

Budget: 5000 UAH Deadline: 2 days

Greetings! We are a team of developers with a 4-year background in parsing and creating bots for automation. We fully understand how frustrating it is when software crashes or loses interface elements due to a changing website frontend. We will easily handle your scripts, fix bugs related to freezing, and set up stable click and wait logic. Working with such software is our main profile, so we will do everything clearly and without delays. Let's discuss the details in private messages.

  • Projects 36
  • Rating 5.0
  • Rating 1 702

Budget: 5000 UAH Deadline: 1 day

Ready to quickly complete the project, write to me personally, I will be waiting for the project code.

  • Projects 4
  • Rating 5.0
  • Rating 2 025

Budget: 5000 UAH Deadline: 2 days

Hello!

I have extensive experience in Python development.
I am ready to complete the assigned task.

I suggest we discuss the details in private messages.

  • Projects 47
  • Rating 5.0
  • Rating 12 213

Budget: 5000 UAH Deadline: 1 day

Hello, please provide the specifications.
I am ready to complete your work.
I will be happy to help you!

  • Projects 30
  • Rating 4.8
  • Rating 3 277

Budget: 5000 UAH Deadline: 1 day

Hello! I have been working in automation development for over 4 years. I can fix everything quickly and efficiently!

  • Projects -
  • Rating -
  • Rating 322

Budget: 5000 UAH Deadline: 1 day

Good day, I specialize in Python, including automation modules. I can quickly conduct an audit and fix bugs. Message me privately to save time.

  • Projects -
  • Rating -
  • Rating 110

Budget: 5000 UAH Deadline: 7 days

Good day, I am interested in your project and I would like to work on it, please write to me privately. I will not do it quickly.

  • Projects 86
  • Rating 5.0
  • Rating 3 668

Budget: 5000 UAH Deadline: 2 days

Ready to take it on.
Need to clarify the order details, write to me!
I use python, uv, github, docker.

  • Projects -
  • Rating -
  • Rating 532

Budget: 5000 UAH Deadline: 1 day

Hello! I am ready to review your specifications, determine what exactly is not working and why, and fix it promptly. Quickly and responsibly.

  • Projects 28
  • Rating 5.0
  • Rating 3 266

Budget: 4999 UAH Deadline: 4 days

Good day, I would be happy to help with this, but we need to understand the scale of the project; the larger the project, the more time will be needed for corrections.

  • Projects 55
  • Rating 5.0
  • Rating 1 890

Budget: 5000 UAH Deadline: 2 days

Good day. Send the source files and what exactly needs to be fixed - I'm ready to take a look right away.

  • Projects 11
  • Rating 5.0
  • Rating 1 032

Budget: 5001 UAH Deadline: 1 day

Vladimir, I can urgently solve your problem!!! I recently worked with similar software; you can check my work history. Please message me and show what the product is, and I will tell you how to do it better.

  • Projects -
  • Rating -
  • Rating 573

Budget: 5000 UAH Deadline: 1 day

Hello! I have extensive experience with Playwright, having built a whole testing architecture for scalability and maintainability. I can quickly fix issues and discuss all points as needed.

  • Projects -
  • Rating -
  • Rating 435

Budget: 5000 UAH Deadline: 1 day

Hello, I work with Python automation and can quickly look into bugs in a Playwright project. To start, I need to familiarize myself with the logs, current errors, and project structure. After reviewing, I will be able to immediately provide an estimate of the scope of changes and begin corrections. I am ready to start after receiving the specifications and files.

  • Projects 30
  • Rating -
  • Rating 628

Budget: 5000 UAH Deadline: 1 day

Good day!
Feel free to reach out, I will fix the bugs.

  • Projects 5
  • Rating 5.0
  • Rating 997

Budget: 5000 UAH Deadline: 1 day

Hello! I am Volodymyr, the founder of the engineering agency Vaysed. Your task of urgently fixing bugs in the finished software fully aligns with our technical profile, and we are ready to take it on right now. We fully understand the critical nature of the strict 32-hour deadline, have extensive practical experience in debugging and refactoring someone else's code, and guarantee prompt resolution of the issue without the risk of delays or appeals. The presence of detailed logging and screenshots will allow us to instantly localize failures. Errors such as being unable to find a button or hanging on waiting are often related to incorrect handling of asynchronous events, changes in UI selectors, or the absence of dynamic timeouts. We will quickly analyze your log files, update the interaction logic with the interface, and add reliable exception handlers to ensure the program runs stably and no longer hangs in waiting mode.

Our team solves similar engineering tasks daily, ensuring the fault tolerance of software. We have successfully refined the flawless operation of autonomous processes and the correct handling of unpredictable errors in the architecture of the Lumos system, configured complex session routing in the RESTART 2026 platform, and established stable automation in the Prudbay Clothes Support ecosystem.
You can verify our professional approach in detail and review our infrastructure solutions on the official agency website https://vaysed.me/.
Message me directly and send the complete technical specification with files — I will immediately start working so that you receive corrected, tested, and fully functional software well before the allotted time ends.

  • Projects -
  • Rating -
  • Rating 284

Budget: 5000 UAH Deadline: 2 days

Ready to take it. To specify the exact timeline and confirm that the bugs are minor, please send the code, specifications, and logs. I will evaluate and confirm within 15–30 minutes. A mandatory condition for reproduction: working access to the site/service against which the bot operates (test account/credentials).

  • Projects 19
  • Rating 5.0
  • Rating 1 762

Budget: 5000 UAH Deadline: 1 day

Hello, Volodymyr!

Our IT company creates and improves websites that operate stably, quickly, and solve specific business tasks for clients. We specialize in developing websites "from scratch" as well as enhancing existing solutions, increasing their performance and user experience for your users.

We have experience in:
- developing responsive and fast websites on various platforms (WordPress, OpenCart, Shopify, WIX);
- integrations with payment systems, CRM systems, external services, and internal systems;
- optimizing website performance and security;
- setting up analytics and basic SEO tools;
- software development and business process automation: managing customer databases, resource accounting, automating repetitive tasks, integrations with third-party systems;

  • Projects 20
  • Rating 5.0
  • Rating 9 264

Budget: 5000 UAH Deadline: 1 day

Hello, I am ready to urgently review, investigate, and fix bugs. I have relevant experience. I would be happy to help.

  • Projects -
  • Rating -
  • Rating 246

Budget: 5000 UAH Deadline: 1 day

ready to complete the work quite quickly, waiting for a response. I have experience in fixing errors.

  • Projects 25
  • Rating 5.0
  • Rating 13 749

Budget: 5000 UAH Deadline: 1 day

Ready to take it on, I have extensive experience with such automation programs, send the specifications and I can start immediately.

  • Projects 7
  • Rating 5.0
  • Rating 1 930

Budget: 5000 UAH Deadline: 1 day

Hello. I am ready to take on the edits urgently.
From the description, it seems like typical bugs in automation: button not found, hanging on wait, incorrect selector, timeout, page state.
If there are logs, screenshots, and a complete technical specification, I will be able to quickly understand and make corrections.

  • Projects 5
  • Rating 4.5
  • Rating 1 382

Budget: 5000 UAH Deadline: 1 day

I understand the task. Send me the file, I will do the analysis; if it takes a couple of hours, I'm even willing to take a bit less money. But if it's a complete mess, it would be better to rewrite it from scratch, but with context. It won't take long. If you send the file now, I think we can manage it today. Waiting for the file!

  • Projects 11
  • Rating 5.0
  • Rating 2 881

Budget: 5000 UAH Deadline: 1 day

Good day! Send the software, I will fix everything quickly. I have extensive experience with automation and with Python in general.

  • Projects -
  • Rating -
  • Rating 226

Budget: 5000 UAH Deadline: 1 day

Hello, I can fix all the bugs. Please send the specifications, files, and logs with screenshots.

  • Projects -
  • Rating -
  • Rating 148

Budget: 10000 UAH Deadline: 5 days

Hello! I am ready to review the technical specifications, logs, and files before confirming the project. If the problem is indeed local (selectors/waits/automation) — I can quickly fix it. I have experience with Python and debugging automation.

  • Projects 5
  • Rating 4.8
  • Rating 764

Budget: 5000 UAH Deadline: 1 day

Good day, Volodymyr.

Playwright + Python — the stack is familiar, bugs like "element not found" or "hanging on waiting" are usually fixed by incorrect locator, missing wait_for_selector / wait_for_load_state, or race condition.

Send the specifications and files — I will review them within 15 minutes and tell you the exact time for corrections. Approximately 1–3 hours.

  • Projects 3
  • Rating 5.0
  • Rating 1 540

Budget: 5000 UAH Deadline: 1 day

Ready to take it on, I will complete it on time. Send the specifications, logs, and files.

  • Projects -
  • Rating -
  • Rating 260

Budget: 5000 UAH Deadline: 5 days

Hello! I understand that bugs need to be fixed in the automation software using Python with Playwright. I have experience working with Playwright and have successfully resolved similar issues in the past. I am ready to take on the project and quickly find and fix all the errors. My price is 5000 UAH, and the deadline is 5 days. What specific bugs need to be fixed, and what versions of Python/Playwright are you using?

  • Projects 5
  • Rating 5.0
  • Rating 1 598

Budget: 5000 UAH Deadline: 1 day

Hello. I see that the bugs are typical for Playwright - hanging on wait_for and selector failures. Last month, I fixed something similar in the scraper for olx: replacing rigid XPath with role-based locators + adding a timeout fallback. An hour and a half of actual work is realistic if the logs and screenshots truly cover all cases.

What is important to know before starting: do you have Playwright with codegen locators or manual selection? This will determine whether to edit one line or rewrite the entire flow.

  • Projects 18
  • Rating 4.4
  • Rating 2 160

Budget: 5000 UAH Deadline: 1 day

Good day. I am engaged in automation and parsing in Python. I have extensive experience working with Playwright. Please send a detailed technical specification for review.

  • Projects 9
  • Rating 5.0
  • Rating 726

Budget: 5000 UAH Deadline: 3 days

Hello! Your project caught my attention. I am ready to start working and ensure high quality execution.

  • Projects 43
  • Rating 5.0
  • Rating 4 075

Budget: 5000 UAH Deadline: 1 day

Good day
if it comes to timing, I can focus on this right away and work on it, I am not overloaded with projects at the moment, but I have little experience with this stack, if the bugs are not such that they can be deeply hidden in the architecture, then I will most likely be able to do it.
you can also provide the specifications so I can review exactly what bugs there are.

  • Projects 7
  • Rating 5.0
  • Rating 769

Budget: 4999 UAH Deadline: 1 day

Hello, I have worked on automation, parsers using Playwright of various complexities, and I have a very active and extensive experience in Python specifically in this area.)

  • Projects 31
  • Rating 5.0
  • Rating 3 124

Budget: 5000 UAH Deadline: 1 day

Hello! I am ready to quickly connect and fix bugs in your software right now.

My main profile is building and optimizing automation systems (Python, asynchronous scripts, browser automation). Since you already have logging and screenshots, we will quickly localize the issue with selectors or Playwright timeouts.

I guarantee adherence to deadlines and clear execution of the specifications without delays. I look forward to the details in private messages!

  • Projects -
  • Rating -
  • Rating 296

Budget: 5000 UAH Deadline: 1 day

Hello! I am ready to start right now and resolve the issue within a few hours after receiving the files.

I have extensive experience in software development for automation and parsing in Python (working with Playwright, Selenium, setting timeouts, and bypassing blocks). I fully understand your problem: if the software hangs while waiting or "loses" the button — it is usually a matter of dynamic selectors, incorrect wait_for_selector, or lack of visibility checks on the element before clicking.

Why you should choose me:

Quick start: I am ready to begin work immediately after reviewing the specifications, logs, and screenshots.

Log analysis: I won't guess — I will immediately study your logs and error screenshots to accurately localize the bugs.

  • Projects 8
  • Rating 5.0
  • Rating 667

Budget: 5000 UAH Deadline: 2 days

Good day. I am ready to complete your project. Write to me - we will discuss everything.

Proposals concealed

The list does not show proposals concealed by the client or freelancer with a Plus profile, as well as proposals violating rules

Current freelance projects in the category Bot Development

15 July
15 July