Stagehand

Stagehand helps create Page Objects for Playwright for Java

License

License

GroupId

GroupId

io.github.uchagani
ArtifactId

ArtifactId

stagehand
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Stagehand
Stagehand helps create Page Objects for Playwright for Java
Project URL

Project URL

https://github.com/uchagani/stagehand
Source Code Management

Source Code Management

https://github.com/uchagani/stagehand

Download stagehand

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.uchagani/stagehand/ -->
<dependency>
    <groupId>io.github.uchagani</groupId>
    <artifactId>stagehand</artifactId>
    <version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.uchagani/stagehand/
implementation 'io.github.uchagani:stagehand:2.1.0'
// https://jarcasting.com/artifacts/io.github.uchagani/stagehand/
implementation ("io.github.uchagani:stagehand:2.1.0")
'io.github.uchagani:stagehand:jar:2.1.0'
<dependency org="io.github.uchagani" name="stagehand" rev="2.1.0">
  <artifact name="stagehand" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.uchagani', module='stagehand', version='2.1.0')
)
libraryDependencies += "io.github.uchagani" % "stagehand" % "2.1.0"
[io.github.uchagani/stagehand "2.1.0"]

Dependencies

provided (1)

Group / Artifact Type Version
com.microsoft.playwright : playwright jar 1.20.1

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.22.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.1.0
2.0.0
1.1
1.0