watir / watir_meta

Former watir.gem that referenced both watir-webdriver and watir-classic
http://watir.com
Other
407 stars 45 forks source link

rautomation dependency missing in gem #4

Closed brettveenstra closed 12 years ago

brettveenstra commented 12 years ago

Just installed watir and tried sending Function Key (e.g. browser.send_keys :f9) and got an error stating the key combination was not supported.

This blew up in the rautomation library. Once I installed the rautomation gem, I can now use the send_keys for :f9.

Could you please update the dependencies for this gem to include rautomation with the Function-key support?

Thanks!

jarmo commented 12 years ago

Watir-classic has a dependency for RAutomation set properly. Like this:

'rautomation', '~>0.7.2'

I'm not sure if that was not the case ~3 months ago. Closing.