30 open-source projects similar to microsoft/playwright-java, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Playwright Java alternative.
Playwright for Python is a browser automation framework designed for end-to-end testing, web scraping, and user interaction simulation. It functions as a headless browser controller that enables programmatic navigation, data extraction, and the execution of complex workflows across multiple rendering engines. The framework distinguishes itself through an actionability-aware interaction engine that automatically verifies element readiness before performing actions, significantly reducing test flakiness. It utilizes isolated browser contexts to maintain separate storage and cookies for parallel
| | Linux | macOS | Windows | | :--- | :---: | :---: | :---: | | Chromium 148.0.7778.96 | ✅ | ✅ | ✅ | | WebKit 26.4 | ✅ | ✅ | ✅ | | Firefox 150.0.2 | ✅ | ✅ | ✅ |
This project houses the experimental client for Spark Connect for Apache Spark written in Golang.
Vulkan header generator and Vulkan OOP-style API wrapper for Object Pascal (FreePascal >= 3.3.1 FPC trunk and any recent current Delphi version)
Silk.NET is a low-level API binding library for the .NET ecosystem that provides high-performance interfaces for graphics, audio, and input APIs. It consists of a C header binding generator that converts headers into type-safe language bindings, a graphics API interface for GPU compute and rendering, and a cross-platform windowing wrapper. The project utilizes a customizable pipeline to automate the generation of language bindings from C headers by mapping metadata to syntax trees. Its windowing and input abstraction provides a unified interface to manage application windows across different
This is a lightweight, auto-generated and thin Swift wrapper around the popular and excellent dear imgui library.
This is meant to be a Kotlin-friendly wrapper (and binding) for Dear ImGui. It is experimental, as I am iterating on the API design and considering optimisations.
c-api for imgui (https://github.com/ocornut/imgui) Look at: https://github.com/cimgui for other widgets
.NET for Apache Spark provides high performance APIs for using Apache Spark from C# and F#. With these .NET APIs, you can access the most popular Dataframe and SparkSQL aspects of Apache Spark, for working with structured data, and Spark Structured Streaming, for working with streaming data.
Pascal bindings for dear imgui (AKA ImGui) https://github.com/ocornut/imgui
SwiftGUI is an experimental API inspired by SwiftUI DSL, using Dear ImGui as renderer and running on OSX and iOS.
Dynamic bindings to the cimgui library (a c-api for IMGUI) for the D programming language
This is a WebAssembly build of jq, the command-line JSON processor.
C language library for creating bindings for the Qt QML language
JavaScript bindings for Dear ImGui using Emscripten and TypeScript
``rust ui.window("Hello world") .size(300.0, 100.0, Condition::FirstUseEver) .build(|| { ui.text("Hello world!"); ui.text("こんにちは世界!"); ui.text("This...is...imgui-rs!"); ui.separator(); let mousepos = ui.io().mousepos; ui.text(format!( "Mouse Position: ({:.1},{:.1})", mousepos0, mousepos1…
java-jq is not a re-implementation of jq in Java; instead, it embeds the necessary jq and Oniguruma native libraries in a jar file, and then uses Java Native Access (JNA) to call the embedded libraries in a Java-friendly way.