MVN

com.github.vebqa : vebtal-selenium

Maven & Gradle

May 17, 2020
0 stars

Test Adaptation Layer to access webpages via webdriver. · Provides access for testing webpages with junit / assertj or keyword driven approach

<dependency>
    <groupId>com.github.vebqa</groupId>
    <artifactId>vebtal-selenium</artifactId>
    <version>1.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.vebqa : vebtal-selenium to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5

All Versions

Choose a version of com.github.vebqa : vebtal-selenium to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
vebtal-selenium-1.0.5
vebtal-selenium-1.0.3
vebtal-selenium-1.0.2.1
vebtal-selenium-1.0.2
vebtal-selenium-1.0.1
vebtal-selenium-1.0.0
0.9.x
vebtal-selenium-0.9.13
vebtal-selenium-0.9.12
vebtal-selenium-0.9.11
vebtal-selenium-0.9.10
vebtal-selenium-0.9.9
vebtal-selenium-0.9.7
vebtal-selenium-0.9.6
vebtal-selenium-0.9.5
vebtal-selenium-0.9.4
vebtal-selenium-0.9.3
vebtal-selenium-0.9.2
vebtal-selenium-0.9.1

How to add a dependency to Maven

Add the following com.github.vebqa : vebtal-selenium maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.vebqa</groupId>
    <artifactId>vebtal-selenium</artifactId>
    <version>1.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.vebqa : vebtal-selenium gradle dependency to your build.gradle file:

implementation 'com.github.vebqa:vebtal-selenium:1.0.5'

Gradle Kotlin DSL: Add the following com.github.vebqa : vebtal-selenium gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.vebqa:vebtal-selenium:1.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.vebqa : vebtal-selenium sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.vebqa" % "vebtal-selenium" % "1.0.5"

Advertisement

Dependencies from Group

May 17, 2020
13 usages
0 stars
Dec 04, 2019
2 usages
0 stars
Mar 25, 2019
2 usages
9 stars
Mar 25, 2019
1 usages
1 stars
May 17, 2020
0 stars

Discover Dependencies