Im having an issue on how to refer to this view / "Allow with passcode" button while UI testing
Im trying to UI test our setup procedure and ScreenTime is a part of that process so I need this approval before I go to my next VC
let stHandler = addUIInterruptionMonitor(withDescription: "“Allow Access to Screen Time")
{ (alert)
or
let stHandler = addUIInterruptionMonitor(withDescription: "“Allow Access to Screen Time")
{ (group)
dont work
Anyone any ideas?
Thanks in advance
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
The value of ProcessInfo.processInfo.operatingSystemVersion on iOS 26 is returning 19.0.0 would of expected 26.0.0