Uses of Class
com.shaft.validation.NativeValidationsBuilder
Packages that use NativeValidationsBuilder
-
Uses of NativeValidationsBuilder in com.shaft.driver
Methods in com.shaft.driver that return NativeValidationsBuilderModifier and TypeMethodDescription -
Uses of NativeValidationsBuilder in com.shaft.validation
Subclasses of NativeValidationsBuilder in com.shaft.validationMethods in com.shaft.validation that return NativeValidationsBuilderModifier 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 URLConstructors in com.shaft.validation with parameters of type NativeValidationsBuilderModifierConstructorDescriptionValidationsExecutor
(NativeValidationsBuilder nativeValidationsBuilder)