page_object v0.4.0 API Reference
Modules
PageObject wraps all the available macros and is the target module you should use in your PageObject module
A module wrapper for the clickable action macro
A module wrapper for the fillable action macro
A module wrapper for the selectable action macro
A module wrapper for the visitable action macro
Collections are used to scope a CSS query to multiple page elements that follow the same html structure
A module wrapper for the attribute query macro
A module wrapper for the is_present? query macro
A module wrapper for the text query macro
A module wrapper for the value query macro
A group of URL helpers used in visitable macro currently. These will be mostly replaced by usage of the URI module in future