Methods for defining how GPAL locates an element - by CSS, XPath, AutomationID, name, text, value, href, or a custom attribute.
Methods that filter found elements by requiring an exact match on a specific property - text content, value, attribute, href, src, or placeholder.
Methods that filter found elements using regular expressions on text, value, attribute, href, src, or placeholder - for when exact matching is too strict.
Methods that filter found elements by checking if a property contains a substring - a looser match than the exact Match methods.
Methods for adjusting where clicks land relative to an element, configuring drag offsets, and locating elements by image template matching.
Methods for configuring how a selector behaves - stopping the workflow on failure, enabling scroll-based search, using OCR, naming the selector for logs, and selecting the interaction engine.
Attach conditional logic directly to a selector - run a delegate when elements are found or when no elements are found.