#WebDriver Element Locator
Automated approach to extract object properties. The script extracts the web element locator, By going to each page and validating the locator is unique or not. If the locator is unique then it is saved in Csv/Excel/Json file.
It also generate the Page Object Model class file
Website1=https://www.linkedin.com/
Website2=http://automationpractice.com/index.php
Website3=http://newtours.demoaut.com/
#Type - Excel,Csv,Json,POM
Type=Json
mvn clean generate-sources install