Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scoping ViewObjects makes things a bit messy #5

Open
mac-cain13 opened this issue Jan 24, 2020 · 0 comments
Open

Scoping ViewObjects makes things a bit messy #5

mac-cain13 opened this issue Jan 24, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@mac-cain13
Copy link
Contributor

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.

Example MasterView and ItemCell.

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.

@mac-cain13 mac-cain13 added the enhancement New feature or request label Jan 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant