Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

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

Description

@kgress

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions