mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
2ffbb3c6a5
Implement initial visibility return for Selenium Use text content to pre-filter XPath searches
7 lines
No EOL
131 B
Text
7 lines
No EOL
131 B
Text
source 'https://rubygems.org'
|
|
|
|
gem 'bundler', '< 3.0'
|
|
gemspec path: '..'
|
|
|
|
gem 'xpath', github: 'teamcapybara/xpath'
|
|
gem 'nokogumbo' |