jqueryui_widgets
This is a ruby wrapper around some of the jQueryUI controls to make them easy to use with the page-object gem.
Known Issues
This widgets that make up this gem will not work properly if you are using SeleniumWebDriver as the driver and nested within a frame or iframe.
Installation
Add this line to your application's Gemfile:
gem 'jqueryui_widgets'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jqueryui_widgets
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request