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
For example when you have a view with multiple cells and per cell you want a view object you can pass the XCUIElement to the cell ViewObject. But that makes navigating to the next view a bit different than it is in other places.
Maybe we could solve this by having 2 properties in a ViewObject, the root that should be the smallest scope possible and the application that is the whole application that can be used to search through everything. Need to think about this a little bit more.
The text was updated successfully, but these errors were encountered:
For example when you have a view with multiple cells and per cell you want a view object you can pass the
XCUIElement
to the cellViewObject
. But that makes navigating to the next view a bit different than it is in other places.Example MasterView and ItemCell.
Maybe we could solve this by having 2 properties in a
ViewObject
, theroot
that should be the smallest scope possible and theapplication
that is the whole application that can be used to search through everything. Need to think about this a little bit more.The text was updated successfully, but these errors were encountered: