Hi,
I am having a hybrid app for iOS, Android and windows devices, when I am inspecting my elements in a Mac in a iOS simulator or a real iOS device by using a inspector session for some elements like buttons, the Xpath is returning same with some special characters like “//XCUIElementTypeButton[@name=“”]” for different buttons and name and labels as “”. Hence it is very difficult to write the test case with these inputs. Hence to understand whether this is a issue with the iOS driver. Now I am completely blocked.