Sha256: 6a87770eeecafaeddd4460393ad073c0d16a4eb06289a0501235394cf23eab1f
Contents?: true
Size: 996 Bytes
Versions: 1
Compression:
Stored size: 996 Bytes
Contents
# WatirCss A CSS based locator engine for [watir](https://github.com/watir/watir). By default Watir translates location approaches into XPath. This gem will replace XPath calls with CSS calls where possible. Some locator strategies supported by Watir cannot be reimplemented with watir_css. In such cases, it falls back to the XPath implementation in Watir. ## Installation Add this line to your application's Gemfile: ```ruby gem 'watir_css' ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install watir_css ``` ## Usage ```ruby require 'watir_css' ``` ## Specs WatirCss will run watirspecs from Watir project: ```bash $ bundle exec rake spec ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/watir/watir_css. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
watir_css-0.2.0 | README.md |