What is an Object repository?
Hey Macy
An object repository is the centralized location of all the objects or WebElements
of the test scripts. In Selenium, we can implement an object repository using the Page Object Model as well as Page Factory design patterns.