Uses of Class
com.shaft.validation.NativeValidationsBuilder
-
Uses of NativeValidationsBuilder in com.shaft.driver
Modifier and TypeMethodDescription -
Uses of NativeValidationsBuilder in com.shaft.validation
Modifier and TypeMethodDescriptionWebDriverBrowserValidationsBuilder.attribute
(ValidationEnums.BrowserAttribute browserAttribute) Deprecated.Use this to check against a certain browser attributeWebDriverElementValidationsBuilder.attribute
(ValidationEnums.ElementAttribute elementAttribute) Deprecated.Use this to check against a certain element attributeRestValidationsBuilder.body()
FileValidationsBuilder.checksum()
Use this to calculate and check a certain file checksum to confirm if it has the exact same content or notFileValidationsBuilder.content()
Use this to attempt to read and validate a certain file content (works for PDF and TEXT files)WebDriverElementValidationsBuilder.cssProperty
(String elementCssProperty) Use this to check against a certain element attributeRestValidationsBuilder.extractedJsonValue
(String jsonPath) Use this to extract a certain value from the provided actual response object and check against itBuild a native validation to check against the target objectWebDriverElementValidationsBuilder.text()
Use this to check against the provided elements text attributeWebDriverBrowserValidationsBuilder.title()
Use this to check against the current page titleWebDriverBrowserValidationsBuilder.url()
Use this to check against the current page URLModifierConstructorDescriptionValidationsExecutor
(NativeValidationsBuilder nativeValidationsBuilder)