s

sentinel

A Selenium framework that implements the Page Object Model (POM) using Object Oriented Programming (OOP) concepts. It abstracts out most of the complexity of Selenium to allow users to focus on automating tests and not spend time dealing with the technical details of implementing an automation framework, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
https://github.com/dougnoel/${project.artifactId}
The Apache License, Version 2.0
Doug Noël
Doug Noël
文件下载
文件名 操作
sentinel-1.0.3.jar 下载
sentinel-1.0.3.pom 下载
sentinel-1.0.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.dougnoel</groupId>
  <artifactId>sentinel</artifactId>
  <version>1.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.dougnoel:sentinel:1.0.3'
Gradle Kotlin
implementation("com.dougnoel:sentinel:1.0.3")
Scala SBT
libraryDependencies += "com.dougnoel" % "sentinel" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.dougnoel', module='sentinel', version='1.0.3')
)
Apache Ivy
<dependency org="com.dougnoel" name="sentinel" rev="1.0.3" />
Leiningen
[com.dougnoel/sentinel "1.0.3"]
Apache Buildr
'com.dougnoel:sentinel:jar:1.0.3'