w

webdriver-framework-core

The module handles parsing the configuration file and initialising the WebDriver.
https://www.browserstack.com
文件下载
文件名 操作
webdriver-framework-core-0.0.1.jar 下载
webdriver-framework-core-0.0.1.pom 下载
webdriver-framework-core-0.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.browserstack</groupId>
  <artifactId>webdriver-framework-core</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.browserstack:webdriver-framework-core:0.0.1'
Gradle Kotlin
implementation("com.browserstack:webdriver-framework-core:0.0.1")
Scala SBT
libraryDependencies += "com.browserstack" % "webdriver-framework-core" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.browserstack', module='webdriver-framework-core', version='0.0.1')
)
Apache Ivy
<dependency org="com.browserstack" name="webdriver-framework-core" rev="0.0.1" />
Leiningen
[com.browserstack/webdriver-framework-core "0.0.1"]
Apache Buildr
'com.browserstack:webdriver-framework-core:jar:0.0.1'