A
Size: a a a
A
A
A
OK
const first = $$(‘div’).get(0)
… some other code
const text = await first.getText() // элементы начнут искатся только сейчас
OK
SC
OK
OK
A
const first = $$(‘div’).get(0)
… some other code
const text = await first.getText() // элементы начнут искатся только сейчас
OK
A
BO
OK
m
m
AB
AB
m
AP
AP