Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tquality/webcrawler
Webcrawler is an easy to use package to use with WebDriver to move threw a webpage
https://github.com/tquality/webcrawler
selenium-webdriver test-automation testing testing-library testing-tools
Last synced: about 2 months ago
JSON representation
Webcrawler is an easy to use package to use with WebDriver to move threw a webpage
- Host: GitHub
- URL: https://github.com/tquality/webcrawler
- Owner: tquality
- License: mit
- Created: 2020-10-15T18:54:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T07:58:13.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T19:41:10.517Z (3 months ago)
- Topics: selenium-webdriver, test-automation, testing, testing-library, testing-tools
- Language: Java
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WEBCRAWLER ![Maven Central](https://img.shields.io/maven-central/v/io.github.tquality/webcrawler.svg)
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.