playwright-java
Java version of the Playwright testing and automation library (by microsoft)
playwright-python
Python version of the Playwright testing and automation library. (by microsoft)
playwright-java | playwright-python | |
---|---|---|
10 | 35 | |
1,351 | 13,613 | |
0.7% | 1.1% | |
8.4 | 9.2 | |
5 days ago | 4 days ago | |
Java | Python | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
playwright-java
Posts with mentions or reviews of playwright-java.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-10-09.
-
Show HN: Donobu – Mac App for Web Automation and Testing
- Playwright for controlling the browser (https://playwright.dev/java/).
-
Quickstart Guide to Using Playwright with Java for Web Testing
For more detailed tutorials and resources, visit the official Playwright documentation.
- I'm considering moving from Clojure to Common Lisp
-
Get some data from html
https://playwright.dev/java/ - Playwright is nice if you want to deal with dynamic webpages. It's not lightweight as jsoup as it internally using the real browser engines (headless), but there is no such limitations like in regular parser libraries with dynamic js content.
-
How to pass page (Playwright library) in Java?
So I'm using the playwright library for a project (https://playwright.dev/java/), and I have like 4 different methods that navigate to the same page. Problem is, whenever I try to make a separate method for navigating to that part of the page, when I return that page and try to do things with it I get this error:
-
Help with Maven
I'm so lost as to what to do to resolve this. I am trying to install playwright (https://playwright.dev/java/) into my Intellij IDE and I have run into so many problems. I have already tried looking for tutorial on how to do this but can't find one that helps me. I am also not familiar with Maven. I would MUCH prefer someone voice calling with me and walking me through it while I screen share than a text step-by-step. If anybody thinks they can help me with this problem, please temporarily friend me on discord, we can call and then you can unfriend me. Thanks. My disc is Sohezee#8362
-
Vaadin 23 opinions?
Sorry. I was in shock because every time when request like this happened we asked a question about an API and if did not get anything we just told it's not possible/sustainable and client accepted it. Never I was forced to do things like that. I never would have guessed somebody does that besides of course data scrapping or SEO bots or something like that. I can't think of other solution if you really have to do that. Btw. maybe you know but if you are scrapping JS heavy apps maybe https://playwright.dev/java/ (or for other langs) would be of greater help.
-
How to write my own Headless-Browser from scratch? [JAVA]
Playwright supports all 3 major evergreen browsers and has Java bindings: https://github.com/microsoft/playwright-java
-
Using 🎭Playwright in Ruby/Rails
Java (or Kotlin): https://github.com/microsoft/playwright-java
- Playwright - Testing and Automation Library for Browser Interactions
playwright-python
Posts with mentions or reviews of playwright-python.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-30.
-
How to scrape TikTok using Python
TikTok uses quite a lot of JavaScript on its site, both for displaying content and for analyzing user behavior, including detecting and blocking crawlers. Therefore, for crawling TikTok, we'll use a headless browser with Playwright.
- reviewing prelude's django starter template(by Sheena O'Connell)
-
Google and Anthropic are working on AI agents - so I made an open source alternative
Integrating Ollama, Microsoft vision models and Playwright I've made a simple agent that can browse websites and data to answer your query.
-
Ask HN: How to remove Ads from a downloaded HTML file to output an ad free file?
Do you have to use Curl? It wouldn't render a lot of sites correctly anyway (anything that uses JS for rendering).
Can you run a puppeteer/playwright instance and add an ad blocker to that? e.g. https://github.com/ghostery/adblocker or https://github.com/microsoft/playwright-python/issues/782
-
Scrape Google Flights with Python
Playwright
-
Login for web-scraping help
An alternative is to use a package like playwright (or Selenium) to run a browser remotely and login.
-
Show HN: Use cookies from Chrome (CDP) in cURL without copy pasting
Using the tools at hand is often the best approach. That said, I've spent most of the last 13 years of my career automating browsers. For years, I used Selenium with a variety of libraries. After switching to Puppeteer/Playwright, I have zero interest in going back lol. Playwright actually has first party Python support. (Puppeteer has a port called Pyppeteer, but it's no longer maintained and the author recommends using Playwright)
https://playwright.dev/python/
- Any extension to automate workflow in automatic1111?
- Can Requests be used to make a call to a js script? Need some guidance.
-
I can't find any good Python Selenium tutorials out there. Anyone got any good links to video tutorials or even dcoumentatniton?
This is pretty great for web automation https://playwright.dev/python/
What are some alternatives?
When comparing playwright-java and playwright-python you can also consider the following projects:
playwright-ruby-client - Playwright client for Ruby
Playwright - Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
srfi-1 - SRFI-1: List Library
Scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python.
zephyr - Zephyr is an open-source Java-based plugin framework with smart dependency management, a modular design, and a small footprint.
pyppeteer - Headless chrome/chromium automation library (unofficial port of puppeteer)