Д
Size: a a a
Д
Д
AG
Д
Д
D
D
Missing elements is common iOS XCUITest problem. Specially when elements are putting inside button element.
AS
D
We struggle this with help of iOS dev by putting needed elements mapping accesibility elements in init funtion. In such case they appear in page source outside e.g. button in tree BUT we can see and interact with them.
D
BO
We struggle this with help of iOS dev by putting needed elements mapping accesibility elements in init funtion. In such case they appear in page source outside e.g. button in tree BUT we can see and interact with them.
D
IS
IS
Д
D
D
findElement("-ios predicate string", "name = 'qwerty321'")
Д
D
function sleep(ms) {
return new Promise((resolve) => {
setTimeout(resolve, ms);
});
}
Д