watir - How do I send keyboard commands like (Control) + (1) to the browser using Ruby and FireWatir? -


i using firewatir test web app , need send ctrl + 1 open connection plugin text "ltn 123456" , send ctrl +2 close connection.

i suggest forget firewatir gem , use watir-webdriver gem (it drives firefox, chrome , internet explorer). api 99% same. has send_keys implementation.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -