Webcrawler

Package for helping classes for selenium frameworks

License

License

GroupId

GroupId

io.github.tquality
ArtifactId

ArtifactId

webcrawler
Last Version

Last Version

3.0.16
Release Date

Release Date

Type

Type

jar
Description

Description

Webcrawler
Package for helping classes for selenium frameworks
Source Code Management

Source Code Management

https://github.com/tquality/webcrawler

Download webcrawler

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.tquality/webcrawler/ -->
<dependency>
    <groupId>io.github.tquality</groupId>
    <artifactId>webcrawler</artifactId>
    <version>3.0.16</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tquality/webcrawler/
implementation 'io.github.tquality:webcrawler:3.0.16'
// https://jarcasting.com/artifacts/io.github.tquality/webcrawler/
implementation ("io.github.tquality:webcrawler:3.0.16")
'io.github.tquality:webcrawler:jar:3.0.16'
<dependency org="io.github.tquality" name="webcrawler" rev="3.0.16">
  <artifact name="webcrawler" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tquality', module='webcrawler', version='3.0.16')
)
libraryDependencies += "io.github.tquality" % "webcrawler" % "3.0.16"
[io.github.tquality/webcrawler "3.0.16"]

Dependencies

compile (2)

Group / Artifact Type Version
org.seleniumhq.selenium : selenium-java jar 3.141.0
com.imalittletester : thewaiter jar 1.0

Project Modules

There are no modules declared in this project.

WEBCRAWLER Maven Central

Webcrawler is an easy to use package to add to your Selenium based Java tests. This package contains classes to click/input/Getdata from a webpage without the need of creating an own framework to wait or get the elements. The framework contains 4 main package with their own specification:

  • BrowserAction
  • DataHarvest
  • DataSend
  • Waiting

BrowserAction

BrowserAction is the package containing every moved of a webpage. In the current release this contains clicking methods and selecting values in a dropdown element.

DataHarvest

DataHarvest is the package that will get information from a webpage. In the current release you can get text from a Webelement or get the Webelement itself.

DataSend

DataSend is the package for sending information to the webpage. For example if you want to type a text inside an input element.

Waiting

Waiting is the package that contains different classes to wait for element or for the webpage to load.

Versions

Version
3.0.16
2.0.3
2.0.2
2.0.1
1.0.15
1.0.14
1.0.13
1.0.12
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2