We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Fix typo - replace "you page" with "your page"
Using visible text I got this warning "WARN Watir [DEPRECATION] ["visible_text"] :link_text locator is deprecated. Use :visible_text instead."
Updated Elements (markdown)
Updated page object (markdown)
Updated Custom page object elements by using widgets. (markdown)
There are not so many practical examples on how to use page-object in more advanced way.
i read these docs and saw that span was not accessible by text, when i dove into source to confirm it looks like this is already available. i confirmed it to be working in my tests, perhaps its a beta feature or something, but i thought i would update this doc
Created Use Page Object On Any HTML Fragment Or Page (with WatirNokogiri) (markdown)
Update wiki to reflect new capability of the in_*frame methods to model arbitrary nested frames and their contents
Updated Page Sections (markdown)
typo fix
Updated Ajax Calls (markdown)
add :label as possible identifier for TextField
Page Sections example, lifted directly from discussion in the issues.
Updated Methods for HTML Tags (markdown)
Initial Home page
Created Methods for HTML Tags (markdown)
included information about how to use a table element to access rows and cells through index and built in searching as string indexes.
Corrected code for registering widget
avoid italics; unneeded apostrophe
Updated Frames and iFrames (markdown)
fix typo
Updated 支持watir webdriver及selenium webdriver (markdown)
Created 支持watir webdriver及selenium webdriver (markdown)
Created 简单的DSL (markdown)