Taiko: Feature Request: Press "Down Arrow" & currentFocused selector

Created on 15 Jan 2019  路  3Comments  路  Source: getgauge/taiko

Hi there,
I want two features:

  1. support press('Down Arrow')
  2. support textField(currentFocused) in order to do further assertion

Most helpful comment

support textField(currentFocused) in order to do further assertion.

It would be great if you can provide more information about your use case.
You can also try write API.

All 3 comments

@lchrennew

support press('Down Arrow')

Please use ArrowDown instead of Down Arrow. Refer to this doc for a list of supported key in press API.

support textField(currentFocused) in order to do further assertion.

It would be great if you can provide more information about your use case.
You can also try write API.

@lchrennew , you can use focus(<selector_for_textfield>) if that's what you meant.

Was this page helpful?
0 / 5 - 0 ratings