Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dekaulitz/selenium-starterpack
Starter Pack For Selenium Automotion Test
https://github.com/dekaulitz/selenium-starterpack
Last synced: about 1 month ago
JSON representation
Starter Pack For Selenium Automotion Test
- Host: GitHub
- URL: https://github.com/dekaulitz/selenium-starterpack
- Owner: dekaulitz
- Created: 2018-10-03T07:21:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T09:22:18.000Z (about 6 years ago)
- Last Synced: 2024-03-31T07:18:32.297Z (8 months ago)
- Language: Java
- Homepage:
- Size: 3.32 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# selenium-starterpack
Starter Pack For Selenium Automotion Test
This is a starter pack template for Selenium Web driver. In this pack we try to simplyfy the way to use selenium web driver.# Default Object Injection
Every page has extending to PageAction class that container navigation object and form input object.
Navigation Object is the object that simplyfy to use navigation concept and the input object that simply way to handle input action.# Default Object Injection
Every page has extending to PageAction class that container navigation object and input input object.
Navigation Object is the object that simplyfy to use navigation concept and the input object that simply way to handle input action. Every page that extending the# Exmplae
# NavigationObject