You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support CSS-like syntax.
For example: element(by.selector("#parentId @UIImage"))
Will get the first element of type UIImage which is a descendent of an element with testIDparentId
The text was updated successfully, but these errors were encountered:
Support CSS-like syntax.
For example:
element(by.selector("#parentId @UIImage"))
Will get the first element of type
UIImage
which is a descendent of an element withtestID
parentId
The text was updated successfully, but these errors were encountered: