Course-end Project 1
DESCRIPTION
To automate the Amazon application using Selenium WebDriver with Java.
Background of the problem statement:
Automating the Amazon application to get the list of types of a particular product.
You must use the following:
Eclipse Java 1.8 Selenium standalone server 3.141.59 The following requirements should be met:
Create a Java class for an Amazon application Open the browser and locate web elements using Locators. Write an automation script using page object design pattern class to store the web elements of a web page. Manage Transactions using Selenium and JDBC.