Package com.codeborne.selenide.cli
Class SelenideCli
java.lang.Object
com.codeborne.selenide.cli.SelenideCli
Command-line entry point for Selenide — a stateless, per-invocation CLI over a background daemon.
selenide open <url> starts (or reuses) a browser daemon for the session; subsequent
invocations like selenide click "#submit" run one command against that daemon. Each
successful command is recorded, and selenide code prints the generated Selenide Java.
Use -s <name> / --session <name> to run isolated sessions concurrently.
-
Method Summary
Modifier and TypeMethodDescriptionThe set of commands this CLI understands (lower-case).static voidstatic intrun(List<String> args, PrintStream out, PrintStream err)
-
Method Details
-
main
-
run
-
commandNames
The set of commands this CLI understands (lower-case). Exposed for the MCP/CLI parity test so it can verify both front-ends cover the shared browser-action catalog.
-