Posts

Post not yet marked as solved
0 Replies
300 Views
As per apple's document didCancel method will be called after stopSpeaking(at:) method call, instead didFinish method is being called. But in reality, so far I've checked: it's working perfectly on iOS 13.2.2, but after iOS 15. Is there anything I'm missing to configure. But it did work perfectly without doing anything on previous version.
Posted Last updated
.
Post not yet marked as solved
1 Replies
635 Views
I wish to switch to and from app switcher while automation for my test case to check the visibility of the content in my app when it's in app switcher stack. While I'm searching I found an option XCUIDevice Button press to go to home screen. XCUIDevice.shared.press(.home) sleep(10) XCUIApplication().launch() Although I can't view my app in app switcher stack, hence can't fulfil my test case. Also, I tried to do some work around like enabling Assistive Touch and try to use the App Switcher option from there. But I can't find the assistive touch element to utilise it. Is there any other way I need to try? 🔎 Thanks in advance...
Posted Last updated
.