Registry / testing / selenium-json

selenium-json

JSON →
library4.44.0javamavenunverified

Selenium automates browsers, providing a JSON-based interface for browser automation.

<dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-json</artifactId> <version>4.44.0</version> </dependency>
INSTALL
IMPORT
SIG · SELENIUM-JSON
S
selenium-json
testingjavav4.44.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Json
org.openqa.selenium.json.Json

Minimal example using Selenium's JSON utility to serialize an object.

import org.openqa.selenium.json.Json; public class Example { public static void main(String[] args) { Json json = new Json(); String result = json.toJson(new Object()); System.out.println(result); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.44.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
selenium-json — mvn dependency:get selenium-json · libregistry