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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -