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

SPIKE: Page verification for navigation prior to returning new object? #15

Open
kgress opened this issue Apr 9, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@kgress
Copy link
Contributor

kgress commented Apr 9, 2019

Summary

This ticket is for looking into a way we could verify a page is the correct page we're expecting prior to returning the page object. We could use a generic method under navigation that will check to ensure it's navigated to the right page prior to returning the new object. This could also relate somewhat to ticket #8 .

We could do this by checking for the page header, for example, on that new page. If it throws a NoSuchElementFoundException, we could try to do the navigation again. If failing for several times, throw an error that states the page could not be verified?

We don't want the page verification to be too obstructive so we will need to spend some time thinking about options.

A/C

  • Investigate and POC a new method for page verification that is not too obstructive
@kgress kgress added the enhancement New feature or request label Apr 9, 2019
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