XCUIApplication
XCUIApplication is a class in the XCTest framework of Apple's Xcode development environment, specifically designed for user interface testing of iOS applications. It represents the application under test and provides methods to interact with and query the application's user interface elements. XCUIApplication is part of the XCUITest framework, which is built on top of the XCTest framework and is intended for testing the user interface of iOS applications.
The XCUIApplication class allows developers to launch and terminate the application, as well as interact with
XCUIApplication is typically used in conjunction with other classes in the XCUITest framework, such as XCUIElement