Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 512 Bytes

File metadata and controls

30 lines (18 loc) · 512 Bytes

selenium-page-object

selenium-page-object is a behavior driven development (BDD) approach to write automation test script to test Web.

Requirement

Chromedriver need to be installed

Requirements : brew install chromedriver

Inclusion

This project is using selenium-serverselenium-server 3.6.0 junit 4.11

Run

Execute FunctionalTest.java as Junit Test

References

For more information, please, see https://github.com/SeleniumHQ/selenium.