autotester icon indicating copy to clipboard operation
autotester copied to clipboard

need more examples

Open jt3k opened this issue 8 years ago • 3 comments

We need several examples. Because now it's not very obvious how to write them.

jt3k avatar Apr 21 '17 10:04 jt3k

Hi @jt3k ! Could you make a list which examples will be most useful?

vitalets avatar Apr 30 '17 09:04 vitalets

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

jt3k avatar Apr 30 '17 19:04 jt3k

Thank you @jt3k ! Will start from these cases.

vitalets avatar May 04 '17 08:05 vitalets