Questions tagged [xcuiautomation]
3 questions
1
vote
0 answers
Appium Inpector showing XCUIElementTypeAny instead of XCUIElementTypeCell
In a table view, there is a list of Cells we have applied accessibility IDs for that list but when I inspect it through Appium inspector it is showing XCUIElementTypeAny instead of XCUIElementTypeCell and inside the Cell, all child element is also…

Mayank Sati
- 11
- 1
0
votes
0 answers
xcuitest erroneously throws interruption error label: is no longer valid after interruption handling
I'm trying to run an automation / UI test on a real device but I'm getting an error related to interruption handling. Any idea how to handle this error or how to debug it?
I believe the error is not valid because clearly there is no element (i.e…

themihai
- 7,903
- 11
- 39
- 61
0
votes
0 answers
dyld: Library not loaded: @rpath/XCUIAutomation.framework/XCUIAutomation
I am using Xcode 13 and building a swift project. Earlier it was Alamofire 4 but now I have updated it with Alamofire 5. So now mostly we are using xcframework. After succesful build on launch facing some crash.
I started added framework in Embedded…

Sanoj Kashyap
- 5,020
- 4
- 49
- 75