Skip to content

Set of static methods to work with HTML tables

Notifications You must be signed in to change notification settings

sen4ik/selenium-table-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-table-utility

If you want to use it, you need to do the following. First, add jitpack repository to the pom.xml:

<repositories>
  <repository>
    <id>jitpack.io</id>
    <url>https://jitpack.io</url>
  </repository>
</repositories>

Second, add dependency to the pom.xml:

<dependencies>
  <dependency>
    <groupId>com.github.sen4ik</groupId>
    <artifactId>selenium-table-utility</artifactId>
    <version>d5f6267</version>
  </dependency>
</dependencies>

About

Set of static methods to work with HTML tables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published