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
Post a Comment