selenium-webdriver 4.3.0
Selenium implements the W3C WebDriver protocol to automate popular browsers. It aims to mimic the behaviour of a real user as it interacts with the application's HTML. It's primarily intended for web application testing, but any web-based task can automated.
Gemfile:
=
instalar:
=
Runtime Dependencies (4):
Development Dependencies (12):
ffi
>= 0
pry
~> 0.14
rack
~> 2.0
rake
>= 0
rspec
~> 3.0
rubocop
~> 1.22
rubocop-performance
>= 0
rubocop-rake
>= 0
rubocop-rspec
>= 0
webmock
~> 3.5
webrick
~> 1.7
yard
~> 0.9.11