Page Object (2013)
https://martinfowler.com/bliki/PageObject.html
#HackerNews #PageObject #PageObjectPattern #MartinFowler #SoftwareTesting #AutomationTesting
A page object wraps an HTML page, or fragment, with an application-specific API, allowing you to manipulate page elements for testing without digging around in the HTML.