Last Version

webdriver-framework 0.0.1

A framework which manages Webdriver creation based on an external configuration file.

License

License

MIT
GroupId

GroupId

com.browserstack
ArtifactId

ArtifactId

webdriver-framework
Version

Version

0.0.1
Type

Type

pom
Description

Description

webdriver-framework
A framework which manages Webdriver creation based on an external configuration file.
Project URL

Project URL

https://www.browserstack.com

Download webdriver-framework 0.0.1


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

Dependencies

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

Project Modules

  • webdriver-framework-core
  • webdriver-framework-testng
  • webdriver-framework-junit5
  • webdriver-framework-junit4