InterviewSolution
Saved Bookmarks
| 1. |
In Selenium WebDriver, what is an Object Repository? |
|
Answer» 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. |
|