+1 vote
in Selenium by
In Selenium WebDriver, what is an Object Repository?

1 Answer

0 votes
by

Instead of hard-coding element locator data in the scripts, the Object Repository is used to store the element locator data in a centralized location. To store all of the element locators, we create a property file (.properties), which acts as an object repository in Selenium WebDriver.

Related questions

0 votes
asked Aug 22, 2019 in Selenium by john ganales
0 votes
asked Jan 9 in Selenium by sharadyadav1986
...