Last Version

wiselenium 0.3.0

wiselenium is a framework built upon Selenium WebDriver to ease the creation of tests using strongly typed components. Easily create your own UI component types and use them in your tests.

License

License

GroupId

GroupId

com.github.wiselenium
ArtifactId

ArtifactId

wiselenium-parent
Version

Version

0.3.0
Type

Type

pom
Description

Description

wiselenium
wiselenium is a framework built upon Selenium WebDriver to ease the creation of tests using strongly typed components. Easily create your own UI component types and use them in your tests.
Project URL

Project URL

https://github.com/wiselenium/wiselenium
Source Code Management

Source Code Management

https://github.com/wiselenium/wiselenium/

Download wiselenium-parent 0.3.0


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • wiselenium-factory
  • wiselenium-elements
  • wiselenium-testng