# ScreenObject **Repository Path**: mirrors_Automattic/ScreenObject ## Basic Information - **Project Name**: ScreenObject - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: trunk - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-09 - **Last Updated**: 2026-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ScreenObject This package offers a starting point on which to implement the [page object](https://martinfowler.com/bliki/PageObject.html) pattern for UI testing iOS applications. In the context of mobile apps, there are screen, not pages, so we refer to the pattern as _screen object_. ⚠️ This pacakge is still in early development and it's subject to change. There is no documentation yet. Refer to the UI tests in the TestAppUITests target to see this package in action.