Minimal Reproducible Example N/A Environment Operating system: macOS 13.x Appium server version (output ofappium --version): 2.0.0-beta.58 Appium driver(s) and their version(s): xcuitest-4.21.1 Appium plugin(s) and their version(s): no plugins ...
var bingResult = bingPane.FindElementByName("88"); Assert.IsNotNull(bingResult); If you use "AccessibiltyIds" and refer to native controls in a non-locale specific way you can even reuse test code across platforms. For example, you could write sign in code for Windows, iOS, your ...