Registry / testing / page-object

page-object

JSON →
library2.3.1rbrubygemsunverified

Page Object DSL that works with both Watir and Selenium.

gem install page-object
INSTALL
IMPORT
SIG · PAGE-OBJECT
P
page-object
testingrubyv2.3.1
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.

PageObject
require 'page-object'

Define a page object for a login page.

require 'page-object' class LoginPage include PageObject text_field(:username, id: 'username') button(:login, id: 'login_button') end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.3.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
page-object — gem install page-object · libregistry