selectors
Namespace: canopy.mobile
Contains convetions that allow easier access to elements.
Functions and values
Function or value | Description |
defaultSelectorConvention
Signature: string -> By
|
The default Selector convention if none of the configurable Selector conventions are matched
|
selectorConventions
Signature: (string -> By option) list
|
Selector conventions that determine if a selector matches a pattern and if it does what the resulting By is
|
toBy selector
Signature: selector:string -> By
|
Using conventions convert a string representing a selector to a Selenium By
|