-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
navigation: refactor waiting for navigation and response checks
This patch creates two new definitions to _wait for navigation to complete_ and for _post-navigation checks_ that can be referenced and reused in commands where we expect navigation to occur, such as Element Click, Go, and Refresh. It references the Web App Security specification, as HTML does, when it looks at the outcome of the response from navigating. The patch furthermore defines page loading strategies (and fixes a lot of references to them throughout) and makes sure theyare taken into consideration when waiting for the document's ready state to change. It also adds a few examples. Signed-off-by: AutomatedTester <[email protected]>
- Loading branch information
1 parent
a8ac274
commit 321fff4
Showing
1 changed file
with
149 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters