Selenium Project Structure - denhoefel/EcommerceSeleniumProject GitHub Wiki
Structure
📁 resources
path: root/resources
All resources will be added to this folder
ChromeDriver
Add Chromedriver to the resources directory
📁 Test classes
🗁 base
- path: _root/src/test/java/base
📁 Page Objects classes
🗁 pages
path: _root/src/main/java/pages
Every Webpage have their own class where you can call the element, methods to navigate or interact to the page