Registry / testing / watir
library7.3.0rbrubygemsunverified

Web Application Testing In Ruby, mimicking user behavior to automate browser interactions.

gem install watir
INSTALL
IMPORT
SIG · WATIR
W
watir
testingrubyv7.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Watir
require 'watir'

Open a browser, search Google, and print the page title.

require 'watir' browser = Watir::Browser.new :chrome browser.goto 'google.com' browser.text_field(name: 'q').set 'Watir' browser.button(name: 'btnK').click puts browser.title browser.close
Debug
Known issues

No known issues recorded.

Upgrade
Version history
7.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
watir — gem install watir · libregistry