setValue()
Simulates text input on a text field element.
setValue(text: string): this;
Notes
- This method sets input focus on a text field, sets its value to the provided text, and sends the
inputplatform event. - Nothing happens if the element isn’t a text field.
Parameters
- text — The new text value
Related
class TestOutputElement
A class that represents a rendered output element.
