3

I am using FireWatir to test a web app and I need to send CTRL + 1 to open up a connection to plugin text "LTN 123456" and send CTRL +2 to close the connection.

Željko Filipin
  • 56,372
  • 28
  • 94
  • 125
Curtis Miller
  • 580
  • 1
  • 9
  • 31

1 Answers1

4

I would suggest that you forget firewatir gem and use watir-webdriver gem (it drives Firefox, Chrome and Internet Explorer). The API is probably 99% the same. It also has good send_keys implementation.

Željko Filipin
  • 56,372
  • 28
  • 94
  • 125