var
NewiOSmacOStvOSwatchOS
voiceOverService
NewiOSmacOStvOSwatchOSopen var voiceOverService: XCUIVoiceOverService { get }What's New / App Services, Foundation & Diagnostics
XCUIAutomation is the UI testing API for Apple platforms, used from XCTest UI test targets to drive and query app interfaces. It models on-screen elements, simulates user interaction, and exposes device and accessibility state to tests.
Two new APIs, no deprecations or removals. Both target VoiceOver from tests: a voiceOverService entry point and the XCUIVoiceOverServiceErrorDomain error domain for failures from that service.
voiceOverServiceopen var voiceOverService: XCUIVoiceOverService { get }XCUIVoiceOverServiceErrorDomainpublic let XCUIVoiceOverServiceErrorDomain: StringError domain for XCUIVoiceOverService errors.
No APIs match your filter.