Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 740 Bytes

File metadata and controls

17 lines (10 loc) · 740 Bytes

JavaPageFactoryExample

Build Status

This is a Java Selenium Page Factory Pattern project with maven and TestNG.

To run this Project use the Maven Command mvn clean install.

Works on Chrome and Firefox browser.

To run on different browsers change the browser property in data.properties as below:

     For Chrome: browser=chrome

     For firefox: browser=firefox

Note: By default it is configured to run on chrome. Flight application is used to automate the flow.