Webcrawler

Package for helping classes for selenium frameworks

Лицензия

Лицензия

Группа

Группа

io.github.tquality
Идентификатор

Идентификатор

webcrawler
Последняя версия

Последняя версия

3.0.16
Дата

Дата

Тип

Тип

jar
Описание

Описание

Webcrawler
Package for helping classes for selenium frameworks
Система контроля версий

Система контроля версий

https://github.com/tquality/webcrawler

Скачать webcrawler

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.seleniumhq.selenium : selenium-java jar 3.141.0
com.imalittletester : thewaiter jar 1.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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