-
Notifications
You must be signed in to change notification settings - Fork 1
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.
©2021 Handow
Supported by Handow team [email protected]