
HTTP Toolkit
Proxyman.io
Charles Proxy
mitmproxy
Surge for Mac
Fiddler
Weer
James
Playwright
puppeteer
Selenium
Cypress.io
Vitest
Wicked PDF
SEOBOTS.io
BrowserStack
HTTP Toolkit
PlaywrightBased on our record, Playwright seems to be a lot more popular than HTTP Toolkit. While we know about 329 links to Playwright, we've tracked only 30 mentions of HTTP Toolkit. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
I can add certificates on my unrooted android. That how HTTPToolkit [0] works, it only requires adb, which (thankfully) doesn't trip banking apps. Banking apps can (and do iirc) pin certificates, so a rooted phone adds no risk whatsoever. Also in my experience a rooted phone experience is by far more secure than the OEM androids. Security is supposed to assess risk objectively, yet "running on a Xiaomi phone with... - Source: Hacker News / 6 months ago
For my rather simple needs I've been using https://httptoolkit.com free edition, I like that it launches a independent Firefox window on its own for the intercepting so I don't have to touch my working browser or deal with configuring a proxy anywhere. - Source: Hacker News / 8 months ago
This one is truly a gem: https://httptoolkit.com It even bypasses SSL pinning on Android using 1 click. - Source: Hacker News / 8 months ago
Https://httptoolkit.com also worth a look if you're interested in this space: has some neat automated setup for Android MITM that can be much simpler _and_ more effective than the manual config route (with automated Frida setup on rooted devices, so it handles unpinning too!). More UI & less CLI focused, so depends which way your preferences go there. - Source: Hacker News / about 1 year ago
Just setup httptoolkit [0], it just works. [0] - https://httptoolkit.com/. - Source: Hacker News / almost 2 years ago
Page.pdf() in Playwright / Puppeteer gives You a modern engine, full JS execution, and total control. The code is five lines; the Operations are not: you now run a browser fleet. Zombie processes, memory ceilings per tab, Crash-looping renderers under load, sandboxing (seccomp/user namespaces if you take isolation Seriously), font packages in the image, timeouts, and scaling the pool โ all yours. - Source: dev.to / 1 day ago
Browsers are automatable by design. Most agent tools ship their own browser or Drive an external one; point Playwright at a page and Every element has a stable, queryable handle. The DOM is an accessibility tree Wearing a different hat โ roles, labels, structure, all there for the reading. For The web, this half of debugging is close to solved. - Source: dev.to / 18 days ago
To see why this matters, it helps to remember what people are reaching for a different browser to do. Playwright is excellent at driving a browser, and scrapy-playwright wires that capability into Scrapy at the download handler so a rendered page arrives through the normal request and response cycle, asynchronously and quickly. The catch is the binary. The Chromium and Firefox builds that Playwright ships are the... - Source: dev.to / about 1 month ago
Browser automation has been dominated by tools like Selenium and Playwright. They're very powerful, but you need to understand the DOM, manage selectors, and set up a testing stack before doing anything meaningful. - Source: dev.to / about 1 month ago
There is no live demo, but you can have a look at the screenshots taken by playwright during testing. - Source: dev.to / about 2 months ago
Proxyman.io - Proxyman is a high-performance macOS app, which enables developers to view HTTP/HTTPS requests from apps and domains.
puppeteer - Puppeteer is a Node library which provides a high-level API to control headless Chrome or Chromium...
Charles Proxy - HTTP proxy / HTTP monitor / Reverse Proxy
Selenium - Selenium automates browsers. That's it! What you do with that power is entirely up to you. Primarily, it is for automating web applications for testing purposes, but is certainly not limited to just that.
mitmproxy - mitmproxy is an SSL-capable man-in-the-middle proxy for HTTP.
Cypress.io - Slow, difficult and unreliable testing for anything that runs in a browser. Install Cypress in seconds and take the pain out of front-end testing.