Testing Recipes
Ctrl
K
Copy
Cypress
How to type into an input field
Copy
cy
.get
(
'.search'
)
.type
(
'hello world'
)
Previous
How to get hold of a specific element
Next
How to confirm text value of input field
Last updated
5 years ago
Was this helpful?