Sha256: d6f3f3322d87fca89f72fcb89d9577aa1f91c1be075f27c76ab294750a460e1f

Contents?: true

Size: 736 Bytes

Versions: 1

Compression:

Stored size: 736 Bytes

Contents

# WatirAngular

This gem will automatically wait for Angular events after each action that is 
likely to change the DOM. (Using `Watir::AfterHook` class)

This gem adds direct locator support for all `ng-` specific tags, like:

```ruby
browser.div(ng_model: 'foo')
browser.div(ng_class_even: 'bar')
```

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'watir_angular'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install watir_angular

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/titusfortner/watir_angular.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watir_angular-0.1.0 README.md