Selenium Helper
A simple helper to get started with selenium quickly
Maven Dependency
Add to your pom.xml
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>selenium-helper</artifactId>
<version>0.0.1</version>
</dependency>
| License |
License |
|---|---|
| Categories |
CategoriesJava Languages |
| GroupId | GroupIdme.shib.java.lib |
| ArtifactId | ArtifactIdselenium-helper |
| Last Version | Last Version0.0.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSelenium Helper
A simple helper to get started with selenium quickly
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| selenium-helper-0.0.1.pom | |
| selenium-helper-0.0.1.jar | 6 KB |
| selenium-helper-0.0.1-sources.jar | 4 KB |
| selenium-helper-0.0.1-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/me.shib.java.lib/selenium-helper/ -->
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>selenium-helper</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.shib.java.lib/selenium-helper/
implementation 'me.shib.java.lib:selenium-helper:0.0.1'
// https://jarcasting.com/artifacts/me.shib.java.lib/selenium-helper/
implementation ("me.shib.java.lib:selenium-helper:0.0.1")
'me.shib.java.lib:selenium-helper:jar:0.0.1'
<dependency org="me.shib.java.lib" name="selenium-helper" rev="0.0.1">
<artifact name="selenium-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.shib.java.lib', module='selenium-helper', version='0.0.1')
)
libraryDependencies += "me.shib.java.lib" % "selenium-helper" % "0.0.1"
[me.shib.java.lib/selenium-helper "0.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| me.shib.java.lib : utils | jar | 0.0.1 |
A simple helper to get started with selenium quickly
Add to your pom.xml
<dependency>
<groupId>me.shib.java.lib</groupId>
<artifactId>selenium-helper</artifactId>
<version>0.0.1</version>
</dependency>