XCUIApplication
A proxy that can launch, monitor, and terminate a test application.
Declaration
@MainActor class XCUIApplicationMentioned in
Overview
Use this class to launch, monitor, and terminate your app in a UI test. Use wait(for:timeout:) to launch your app and wait for it to reach an expected state before you check test conditions.