nemo-page
Version:
View Interface for nemo enhanced with nested locators and collection mechanics.
14 lines (9 loc) • 333 B
Markdown
# Input Model
The Input model is an extension of the Element model where data collection is based on the input value of the element.
`_model` - "input"
Extends - [Element Model](element.md)
## Methods
### setValue(data)
**Auto-Retry Enabled**
Sets the input value for the element.
` data {String}` - The data to be set.