ElementComparator

Functions

Link copied to clipboard

Evaluates a statement about the UI and returns a boolean result with explanation.

Link copied to clipboard

Evaluates a prompt and returns a descriptive string response with explanation.

Link copied to clipboard
abstract fun extractNumberFromString(input: String): Double?

Extracts a number from a string using regex.

Link copied to clipboard
abstract fun getElementValue(prompt: String): String?

Gets the value of an element based on a prompt description.