0

I am stuck at a step where i need to press two keys at once in karate ui

And input('.myclass',  [Key.F2 , Key.ENTER])

Please help

Vishal Rathore
  • 137
  • 1
  • 13

1 Answers1

1

Currently not supported. You should be able to work around by submitting key events via JavaScript. See here for tips: https://stackoverflow.com/a/60800181/143475

Peter Thomas
  • 54,465
  • 21
  • 84
  • 248