| Modifier and Type | Method and Description |
|---|---|
PageAssertions.HasTitleOptions |
PageAssertions.HasTitleOptions.setTimeout(double timeout)
Time to retry the assertion for.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PageAssertions.hasTitle(Pattern titleOrRegExp,
PageAssertions.HasTitleOptions options)
Ensures the page has the given title.
|
void |
PageAssertions.hasTitle(String titleOrRegExp,
PageAssertions.HasTitleOptions options)
Ensures the page has the given title.
|
Copyright © 2021. All rights reserved.