-
-
Use this to check against a certain browser attribute
Use this to check against a certain element attribute
RestValidationsBuilder.body()
Use this to calculate and check a certain file checksum to confirm if it has the exact same content or not
Use this to attempt to read and validate a certain file content (works for PDF and TEXT files)
Use this to check against a certain element attribute
Use this to extract a certain value from the provided actual response object and check against it
Use this to extract a certain value from the provided actual response object as list and check every item against it
Build a native validation to check against the target object
WebDriverElementValidationsBuilder.text()
Use this to check against the provided elements text attribute
Use this to check against the provided elements text attribute after it's trimmed (all leading and trailing space removed)
WebDriverBrowserValidationsBuilder.title()
Use this to check against the current page title
WebDriverBrowserValidationsBuilder.url()
Use this to check against the current page URL