- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
- Since:
- 2.7
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidadaptAndValidate(WebPage webPage, Endpoint endpoint, TestContext context) voidvalidate(T webPage, B browser, TestContext context) Validate page contents.
-
Method Details
-
validate
Validate page contents. -
adaptAndValidate
-