ФМ
Size: a a a
ФМ
KS
ФМ
ФМ
KS
ФМ
KS
ФМ
KS
KS
OK
let foundElements = null
try {
browser.wait(()=> {
found = $$(‘selector here’)
return false
}, {timeout: 10000})
} catch {
// no-op
}
console.log(‘Got ’, foundElements.length)
OK
OK
KS
let foundElements = null
try {
browser.wait(()=> {
found = $$(‘selector here’)
return false
}, {timeout: 10000})
} catch {
// no-op
}
console.log(‘Got ’, foundElements.length)
OK
OK
KS
OK
OK
OK