autotester
autotester copied to clipboard
need more examples
We need several examples. Because now it's not very obvious how to write them.
Hi @jt3k ! Could you make a list which examples will be most useful?
Filling and sending the form
- entering the value in the fields
- select the radio button
- select a value in selectbox
- click on the buttons
- focus, blur
- sending the key code (for example ENTER when focus in input [type = text])
- access to the item object (for example, to find out the input.value or element.disabled)
BONUS
- mouse in / out (:hover)
- access to the DOM
Thank you @jt3k ! Will start from these cases.