Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 389 Bytes

selenium

This java modul contains an implementation to create a chrome webdriver and several functions to perfom actions on a website

To test the project copy the file

src/test/java/resources/junit.properties.tpl

to

src/test/java/resources/junit.properties

and set the path to chrome_driver

Requirements

  • JDK 11
  • Chrome Browser
  • Chrome Webdriver
  • Netbeans 13