playwright

  1. bmo_zx1

    How Cloudflare detects fake mouse movements (and how to fix yours)

    Been looking into why my Playwright scripts keep getting flagged even with stealth plugins. Spent some time analyzing what behavioral detection actually checks and thought I'd share what I found. Most bot mouse libraries generate movements using randomized Bezier curves. The problem is that...
  2. A

    How to monetize stealth automation & anti-detect expertise?

    Hey, I'm 5+ years in browser automation and anti-bot evasion. Looking for ways to monetize beyond random freelance gigs. My skills: Browser automation at scale (Playwright, Selenium) Fingerprint spoofing (browser-level patches, CDP overrides) Bypassing Cloudflare, DataDome, Akamai, PerimeterX...
  3. app_pilot

    Programming Services for Stealth Browser Automation Using GoLogin, Multilogin, AdsPower, Incogniton, and More | Social media Multi-Accou...

    Programming Services for Stealth Browser Automation Using GoLogin, Multilogin, AdsPower, Incogniton, and More | Social media Multi-Account Bots ⚡We build browser automation systems designed to automate browser interactions using available scripting tools on browser-based environments automating...
  4. BrowserCash

    ⭐BROWSER.CASH - TOP STEALTH BROWSER SERVICE - ALL-IN-ONE SOLUTION (Proxies + Antibot Bypass) - Use With Playwright, Selenium, CDP + More ⭐

    Browser Cash is a browsers-as-a-service platform for web scraping, automation, and browser agents. Browser API Connect with a few lines of code to Playwright, Selenium, or other existing frameworks Millions of Residential IPv4 addresses (proxies) Bypass DataDome, Akamai, Kasada, Cloudflare...
  5. N

    Looking for Automation Developer: Web Scraping & GPT Integration

    Looking for an automation developer with strong experience in web scraping (preferably using Playwright) for a relatively simple project. Must be comfortable working with proxies and Incogniton browser profiles. The automation must be designed to mimic real human activity/behavior, ensuring...
  6. N

    Looking for Automation developer

    Looking for automation developer with strong experience in web scraping (probably using Playwright) for quite simple project. Must be comfortable working with proxies and incogniton browser profiles. Scraping content, filtering by keywords and exporting results, automated email reports...
  7. Paabl0

    How to Connect Playwright/Puppeteer to Dolphin Anty & GoLogin for Automation?

    Hey everyone, I've been trying to automate browser profiles using Playwright/Puppeteer with Dolphin Anty and GoLogin, but I'm running into issues. There’s very little documentation or content on this, so I’m hoping someone here can help. Dolphin Anty Issue: According to this guide, you need...
  8. K

    Need custom bot development with antidetect browser

    Need custom bot development with antidetect browser Tele telejobsup
  9. milenario

    How to Maintain a Consistent Location on Amazon While Scraping with Proxy Rotation in Playwright?

    Hi, I am creating a script to scrape Amazon products, and I am using proxy rotation. The problem I am facing is that when Playwright creates the browser and opens the URL, it takes the location of the proxy. I want to use the same location all the time because otherwise, the products and offers...
  10. thebotmaker

    Speeding up browser automation script development

    Speeding up Selenium script development involves leveraging tools, best practices, and efficient workflows to minimize coding time while maximizing the effectiveness and reliability of your test scripts. When making a script you want to be able to complete it as quickly as possible. This will be...
  11. GrowthJson

    I do massive account generator and I'm trying to reset fingerprints in Gologin and python

    Hi guys, I code in Python, does someone has an idea how can I get a totally new fingerprint each time the browser starts, I use playwright / Gologin. Because It looks like it always get the profile fingerprint and I know how to reset it manually going to the browser but I wanted to do it...
  12. ciphercipher1

    GSA Captcha Breaker with Python

    Hello everyone, I am trying to build an account creator with python playwright library. I stumble across ReCaptcha and since I alredy have gsa captcha breaker I would love to make best use of it. I understand that I have to do POST request to the local webserver that the gsa captcha is running...
  13. Digital Finger

    [GUIDE] Handling multiple Puppeteer/Playwright instances (Node.js)

    Following my last guide, I received numerous inquiries about controlling and automating multiple instances concurrently. This guide will mostly comprise of code, but the overall sentiment and structure can be applied to any language. The provided code is written in TypeScript, which offers...
  14. Digital Finger

    [GUIDE] Unleash the Power of Stealth Fingerprinting Automation with Puppeteer/Playwright (Node.js)

    Stop fucking around with puppeteer-extra-stealth etc, it's useless. Automating browser actions can be tricky when you're trying to avoid detection. Fortunately, there's a tool called FingerprintSwitcher that can help you mimic real user behavior by using real fingerprints. This quick guide...
  15. BlackMickey

    How to use a loop Inside Playwright or async

    So I am having some trouble trying to figure this out, does any of you guys know how to do it? var csvsync = require('csvsync'); var fs = require('fs'); var csv = fs.readFileSync('sites.csv'); var data = csvsync.parse(csv); const { chromium } = require('playwright'); (async () => { const...
Back
Top