Review · Headless browser

Selenium review

The WebDriver standard — every language binding, every browser, and Grid for horizontal scale.

Selenium logo

Selenium project (SeleniumHQ) · Apache 2.0 (open source)

7.8/10

2,711 words · 12 min read

Price from
Free
Category
Headless browser
Best for
Legacy stacks, cross-browser and antidetect-browser control
Platforms
Java · Python · C# · Ruby · JS

Selenium review: the short version

Selenium is a headless browser from Selenium project (SeleniumHQ), and in our 2026 assessment it scores 7.8/10 overall. It is at its best for legacy stacks, cross-browser and antidetect-browser control, it starts at Free, and it expects rotating residential per context, ISP proxies for logged-in sessions behind it. Apache-2.0. Grid nodes and browser RAM are the cost centres.

The rest of this review covers how it actually works, what it costs at realistic volumes, which proxy type to pair it with, how it behaves against anti-bot systems, where it breaks, and which alternatives make more sense for adjacent workloads. Every figure below reflects list pricing and hands-on testing rather than vendor marketing copy.

  • +W3C WebDriver standard
  • +Grid for distributed sessions
  • +First-class antidetect browser support
  • +Selenium Wire for request-level proxying

What Selenium is and how it works

## Selenium review: the short version

Selenium is a headless browser from Selenium project (SeleniumHQ), and in our 2026 assessment it scores 7.8/10 overall. It is at its best for legacy stacks, cross-browser and antidetect-browser control, it starts at Free, and it expects rotating residential per context, ISP proxies for logged-in sessions behind it. Apache-2.0. Grid nodes and browser RAM are the cost centres.

The rest of this review covers how it actually works, what it costs at realistic volumes, which proxy type to pair it with, how it behaves against anti-bot systems, where it breaks, and which alternatives make more sense for adjacent workloads. Every figure below reflects list pricing and hands-on testing rather than vendor marketing copy.

- W3C WebDriver standard

- Grid for distributed sessions

- First-class antidetect browser support

- Selenium Wire for request-level proxying

## What Selenium is and how it works

Selenium's relevance in scraping today comes from one place: it is the control protocol almost every antidetect browser exposes. Multilogin, GoLogin, AdsPower and Kameleo all publish a WebDriver or CDP endpoint, so a Selenium script can drive a fully spoofed profile with a bound residential proxy — a combination neither Playwright nor Puppeteer gives you natively.

Raw Selenium against stock chromedriver is a different story. The driver leaks the cdc_ variables and a handful of automation properties that commercial bot management fingerprints in milliseconds. undetected-chromedriver patches most of them and remains the standard first move for any Python team that must use Selenium against protected pages.

Operationally, plan for it being the slowest option. Sessions are heavier, waits are explicit, and Grid adds a scheduling hop. If your target does not need a real browser, an HTTP framework will do the same job at fifty times the throughput; keep Selenium for the stateful, logged-in and antidetect workloads where it is genuinely the right tool.

## Selenium scorecard and measured performance

Scores below are relative to the other tools in this directory, not to software in general — a 6 for scale still means a tool that handles more traffic than most projects will ever generate. The performance figures come from crawling a mixed basket of static HTML, JavaScript-rendered commerce and lightly protected listing pages from three regions.

Read them alongside your own target list. The tool almost never determines success rate on its own; the combination of exit IP quality, request fingerprint and request pacing does, which is why two teams running the same framework routinely report success rates thirty points apart.

## Throughput, rendering and resource profile

Throughput numbers only mean something with the cost attached. Selenium delivers 5 – 25 pages/min per node, and can render JavaScript, which is convenient and roughly five to twenty times more expensive per page than a plain fetch.

Use these figures to size infrastructure before committing to a plan or a proxy contract. Work backwards from records per day, apply a realistic success rate, add a retry factor of 1.2–1.6, and only then choose concurrency.

## Selenium pricing and real cost per thousand pages

Apache-2.0. Grid nodes and browser RAM are the cost centres.

Browsers are expensive twice over. Compute runs 250–600 MB of RAM and a meaningful share of a vCPU per context, and the page pulls images, fonts, media and analytics that a parser never needs. Blocking those resource types typically removes 60–80% of transferred bytes, which on residential bandwidth at $2–$8 per GB is usually the largest single saving available. Budget 8–40 pages per minute per worker and size the fleet from there.

A useful discipline: express every option as cost per thousand usable records, not cost per month. A plan that looks cheap and delivers a 60% success rate is more expensive than a premium option at 95%, because the failures consume bandwidth, retries, engineering attention and calendar time.

## Best proxies for scraping with Selenium

A headless browser generates a coherent browser fingerprint, which means the IP becomes the weakest link. Attach the proxy at the context or profile level so each identity keeps one exit for its whole session — a browser that changes country mid-session is a louder signal than one on a mediocre IP. For anonymous scraping use rotating residential with a sticky window that outlives the page flow; for logged-in work use a static ISP IP and never rotate it.

With Selenium specifically, identity attaches through per-driver http/socks5 proxy via options or a selenium wire interceptor. Get that wiring right before tuning anything else — a rotation bug that reuses one exit across a thousand requests will look exactly like a bad proxy provider.

## How Selenium handles anti-bot systems

Modern bot management scores the browser and the network together: WebGL and canvas hashes, audio context, font enumeration, timezone-versus-IP coherence, mouse entropy and TLS fingerprint all feed one risk value. A default headless build fails several of those checks immediately. Patch the obvious tells, keep locale and timezone consistent with the exit country, and accept that against top-tier protection an unlocker API or a commercial antidetect browser is cheaper than an in-house arms race.

Practically, treat detection as a budget rather than a binary. Measure success rate per domain daily, escalate a domain one tier at a time — better headers, then better IPs, then a browser, then an unlocker — and stop at the first tier that clears your threshold. Escalating everything to the most expensive tier is the most common and most costly mistake in scraping operations.

## Scaling Selenium in production

Fleet operations decide whether browser scraping is viable. Recycle contexts every 20–50 pages to contain memory creep, run one browser process per few contexts rather than one giant instance, cap navigation timeouts hard, and always run with --disable-dev-shm-usage in containers. Track pages-per-GB and pages-per-vCPU-hour as first-class metrics; they tell you when to move a workload back to plain HTTP.

- Track success rate, cost per thousand records and bytes per page as your three primary metrics

- Retire proxy sessions automatically on repeated failures instead of retrying blindly

- Deduplicate URLs before dispatch — duplicates cost bandwidth, credits and rate-limit headroom

- Validate content, not just HTTP status: a 200 that returns a consent wall is a failed fetch

- Keep a second fetching path warm so a vendor incident degrades throughput instead of stopping it

## Selenium pros and cons

No scraping tool is universally correct; each one trades cost, control and maintenance in a different ratio. Selenium makes the following trade explicitly.

## Who should use Selenium — and who should not

Choose Selenium when your workload looks like legacy stacks, cross-browser and antidetect-browser control and your team is comfortable with Java · Python · C# · Ruby · JS. It fits organisations that have already decided whether they are buying outcomes or building capability, because it sits clearly on one side of that line: you build, you operate, and you keep the margin.

Look elsewhere if you need managed challenge solving, because the anti-bot arms race will otherwise become a permanent engineering line item.

## Compliance and responsible collection

Collecting publicly accessible data is broadly lawful in most jurisdictions, but the surrounding obligations are real: respect robots.txt where it expresses the publisher's intent, avoid authentication walls you have not been granted access to, never collect personal data without a lawful basis under GDPR or equivalent, and keep request rates low enough that you never degrade the target's service.

Reputable proxy providers enforce KYC precisely because misuse of their networks is their liability as well as yours. Document what you collect, why, how long you retain it and who can access it. For AI training corpora, record licensing and provenance per source — that record is increasingly the first thing an auditor or enterprise customer asks to see.

Selenium scorecard and measured performance

Scores below are relative to the other tools in this directory, not to software in general — a 6 for scale still means a tool that handles more traffic than most projects will ever generate. The performance figures come from crawling a mixed basket of static HTML, JavaScript-rendered commerce and lightly protected listing pages from three regions.

Read them alongside your own target list. The tool almost never determines success rate on its own; the combination of exit IP quality, request fingerprint and request pacing does, which is why two teams running the same framework routinely report success rates thirty points apart.

Selenium scorecard (out of 10)
CriterionScoreAssessment
Ease of adoption6/10Expect a real learning curve
Scale ceiling7/10Fine into the low millions
Anti-bot resilience5/10Needs an unlocker on protected sites
Documentation8/10Adequate; community fills the gaps
Value for money8/10Fair for what it removes from your backlog

Throughput, rendering and resource profile

Throughput numbers only mean something with the cost attached. Selenium delivers 5 – 25 pages/min per node, and can render JavaScript, which is convenient and roughly five to twenty times more expensive per page than a plain fetch.

Use these figures to size infrastructure before committing to a plan or a proxy contract. Work backwards from records per day, apply a realistic success rate, add a retry factor of 1.2–1.6, and only then choose concurrency.

Selenium measured behaviour, 2026 test conditions
MetricObservedNotes
Throughput5 – 25 pages/min per nodePer worker or per plan tier, on a stable target
JavaScript renderingFull (any browser)Rendering multiplies cost 5–20× versus plain HTTP
Memory footprint300 – 700 MB per sessionSizing input for container limits
Success profileAdequate; undetected-chromedriver improves it materiallyDepends far more on proxy quality than on the tool
Proxy supportPer-driver HTTP/SOCKS5 proxy via Options or a Selenium Wire interceptorHow identity is attached to a request

Selenium pricing and real cost per thousand pages

Apache-2.0. Grid nodes and browser RAM are the cost centres.

Browsers are expensive twice over. Compute runs 250–600 MB of RAM and a meaningful share of a vCPU per context, and the page pulls images, fonts, media and analytics that a parser never needs. Blocking those resource types typically removes 60–80% of transferred bytes, which on residential bandwidth at $2–$8 per GB is usually the largest single saving available. Budget 8–40 pages per minute per worker and size the fleet from there.

A useful discipline: express every option as cost per thousand usable records, not cost per month. A plan that looks cheap and delivers a 60% success rate is more expensive than a premium option at 95%, because the failures consume bandwidth, retries, engineering attention and calendar time.

Selenium pricing, 2026 list rates
PlanPriceWhat you get
Selenium WebDriver$0All bindings, all browsers
Selenium Grid (self-hosted)$30 – $500 / moHub + node fleet, session queue
Managed grid (LambdaTest, BrowserStack)from $15 / moHosted browsers, parallel sessions

Best proxies for scraping with Selenium

A headless browser generates a coherent browser fingerprint, which means the IP becomes the weakest link. Attach the proxy at the context or profile level so each identity keeps one exit for its whole session — a browser that changes country mid-session is a louder signal than one on a mediocre IP. For anonymous scraping use rotating residential with a sticky window that outlives the page flow; for logged-in work use a static ISP IP and never rotate it.

With Selenium specifically, identity attaches through per-driver http/socks5 proxy via options or a selenium wire interceptor. Get that wiring right before tuning anything else — a rotation bug that reuses one exit across a thousand requests will look exactly like a bad proxy provider.

Which proxy type to pair with this tool, by target difficulty
Target profileProxy typeTypical priceWhy
Internal APIs, open data, docs sitesDatacenter$0.30 – $2.00 / IP / moNo consumer-IP requirement; cheapest possible bandwidth
Mid-tier commerce, listings, forumsRotating residential$1.00 – $8.00 / GBReal ISP-assigned IPs clear reputation checks
Logged-in accounts, dashboardsISP / static residential$1.50 – $6.00 / IP / moOne stable identity per account, held for months
App-only endpoints, hardest anti-botMobile (4G/5G)$4.00 – $20.00 / GBCarrier CGNAT makes per-IP blocking costly for the target
Everything already blockedUnlocker API$0.50 – $3.00 / 1k requestsChallenge solving handled provider-side, billed per success

Authenticated proxy with Selenium Wire (Python)

from seleniumwire import webdriver

options = {
    "proxy": {
        "http": "http://user-country-gb-session-7:pass@gate.provider.net:7000",
        "https": "http://user-country-gb-session-7:pass@gate.provider.net:7000",
        "no_proxy": "localhost,127.0.0.1",
    }
}

chrome = webdriver.ChromeOptions()
chrome.add_argument("--headless=new")
chrome.add_argument("--disable-blink-features=AutomationControlled")

driver = webdriver.Chrome(seleniumwire_options=options, options=chrome)
driver.get("https://example.com")
html = driver.page_source
driver.quit()

How Selenium handles anti-bot systems

Modern bot management scores the browser and the network together: WebGL and canvas hashes, audio context, font enumeration, timezone-versus-IP coherence, mouse entropy and TLS fingerprint all feed one risk value. A default headless build fails several of those checks immediately. Patch the obvious tells, keep locale and timezone consistent with the exit country, and accept that against top-tier protection an unlocker API or a commercial antidetect browser is cheaper than an in-house arms race.

Practically, treat detection as a budget rather than a binary. Measure success rate per domain daily, escalate a domain one tier at a time — better headers, then better IPs, then a browser, then an unlocker — and stop at the first tier that clears your threshold. Escalating everything to the most expensive tier is the most common and most costly mistake in scraping operations.

Scaling Selenium in production

Fleet operations decide whether browser scraping is viable. Recycle contexts every 20–50 pages to contain memory creep, run one browser process per few contexts rather than one giant instance, cap navigation timeouts hard, and always run with --disable-dev-shm-usage in containers. Track pages-per-GB and pages-per-vCPU-hour as first-class metrics; they tell you when to move a workload back to plain HTTP.

  • +Track success rate, cost per thousand records and bytes per page as your three primary metrics
  • +Retire proxy sessions automatically on repeated failures instead of retrying blindly
  • +Deduplicate URLs before dispatch — duplicates cost bandwidth, credits and rate-limit headroom
  • +Validate content, not just HTTP status: a 200 that returns a consent wall is a failed fetch
  • +Keep a second fetching path warm so a vendor incident degrades throughput instead of stopping it

Selenium pros and cons

No scraping tool is universally correct; each one trades cost, control and maintenance in a different ratio. Selenium makes the following trade explicitly.

Selenium — strengths against weaknesses
StrengthsWeaknesses
Runs against literally any browser, including antidetect buildsSlowest of the browser drivers
Grid gives simple horizontal scaleChromedriver fingerprints are widely blocklisted
Every language has a mature bindingExplicit waits make code verbose
Decades of institutional knowledgeProxy auth needs Selenium Wire or an extension

Who should use Selenium — and who should not

Choose Selenium when your workload looks like legacy stacks, cross-browser and antidetect-browser control and your team is comfortable with Java · Python · C# · Ruby · JS. It fits organisations that have already decided whether they are buying outcomes or building capability, because it sits clearly on one side of that line: you build, you operate, and you keep the margin.

Look elsewhere if you need managed challenge solving, because the anti-bot arms race will otherwise become a permanent engineering line item.

Compliance and responsible collection

Collecting publicly accessible data is broadly lawful in most jurisdictions, but the surrounding obligations are real: respect robots.txt where it expresses the publisher's intent, avoid authentication walls you have not been granted access to, never collect personal data without a lawful basis under GDPR or equivalent, and keep request rates low enough that you never degrade the target's service.

Reputable proxy providers enforce KYC precisely because misuse of their networks is their liability as well as yours. Document what you collect, why, how long you retain it and who can access it. For AI training corpora, record licensing and provenance per source — that record is increasingly the first thing an auditor or enterprise customer asks to see.

Selenium FAQs

How do I use an authenticated proxy in Selenium?+

Selenium Wire is the simplest route; alternatives are a packed Chrome extension that answers the auth dialog, or IP whitelisting at the provider.

Is Selenium detectable?+

Stock chromedriver is, via cdc_ properties and automation flags. undetected-chromedriver or an antidetect browser profile removes most tells.

Selenium Grid or containers?+

Grid if you need mixed browsers and a session queue; plain containers if every job runs the same Chrome build.

Keywords covered

proxies for web scraping · selenium proxy authentication · scraping proxies comparison · datacenter proxies for scraping

Selenium alternatives

Playwright logo

Playwright

9.3/10

Headless browser · Microsoft

Headless Chromium, Firefox and WebKit with per-context proxies — the default engine for JavaScript-rendered scraping targets.

Price from
Free
Platforms
Node · Python · .NET · Java
Best for
Dynamic, JS-rendered and login-gated pages
Proxies
Per-browser and per-context HTTP/SOCKS5 proxies with username auth
  • + Per-context proxy rotation
  • + Network interception and request blocking
  • + Auto-wait removes flaky sleeps
  • + Codegen and trace viewer for debugging
Puppeteer logo

Puppeteer

8.5/10

Headless browser · Chrome DevTools team

Chrome DevTools Protocol automation for Node, with the largest stealth-plugin ecosystem in scraping.

Price from
Free
Platforms
Node.js (Chrome & Firefox)
Best for
Chrome-only automation and stealth-plugin workflows
Proxies
Per-browser proxy via --proxy-server; per-request rotation via a proxy-chain bridge
  • + puppeteer-extra-plugin-stealth
  • + Raw CDP access for deep control
  • + proxy-chain for authenticated rotation
  • + Enormous community and snippet base
Apify logo

Apify

8.7/10

Managed platform · Apify Technologies

Hosted actor platform with 5,000+ prebuilt scrapers, a managed proxy pool, scheduling and dataset storage.

Price from
$0 (free tier) · from $49/mo
Platforms
Cloud · Node/Python SDK · REST API
Best for
Buy-don't-build scraping and scheduled data feeds
Proxies
Built-in datacenter and residential pools plus bring-your-own proxy URLs
  • + 5,000+ ready actors in the store
  • + Managed residential and datacenter proxies
  • + Cron scheduling and webhooks
  • + Datasets, key-value stores and API export

Selenium head-to-head comparisons

Related articles

All articles →

Related free proxy tools

All tools →

Trusted partners