Skip to content

Selectors

jian edited this page Jul 14, 2021 · 3 revisions

Selectors are most frequently used parameters in test story. Most test steps, either actions or verifications, need to interact with elements in current page. So the step need the selector to locate right element, e.g., get the button reference for step: When I click {selector}.

Handow support 2 selector types, CSS Selector and XPath Selector. Please read Selector Specification for details.

Clone this wiki locally