Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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