Skip to content

chamiz/SeleniumPageObjectGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# SeleniumPageObjectGenerator

Read HowTo file to get information about running project.

This project will extract input , select and anchor elements for html page and creates page object class. Sample Main class will be created to guide you to call page objects. 
You can change properties using project.properties file.

#output files will be created in this folder
output.folder=output

#package name
package.name=com.isa.automation

#page object class name
class.name=Login

#input file name
file.input=index.html

Sample files can be found at output folder

If you need modification to this project, please mail me to
[email protected]

About

Automates page object generation using Selenium and JAVA

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published