Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore URI::RFC3986_PARSER.escape deprecation warning
`uri` switched the default parser from RFC2396 to RFC3986. The new parser emits a deprecation warning on a few methods and delegates them to RFC2396. See ruby/uri#114. The selenium-webdriver gem [calls `URI::RFC3986_PARSER.escape`][webdriver-callsite], which is now deprecated. Until this is fixed in selenium-webdriver, ignore the warning. [webdriver-callsite]: https://github.com/SeleniumHQ/selenium/blob/trunk/rb/lib/selenium/webdriver/remote/bridge.rb#L679
- Loading branch information