Class
Celerity::ElementLocator
In:
lib/celerity/element_locator.rb
Parent:
Object
Used internally to locate elements on the page.
Methods
element_by_idents
elements_by_idents
find_by_conditions
find_by_id
find_by_label
find_by_xpath
new
Included Modules
Celerity::Exception
Attributes
idents
[RW]
Public Class methods
new
(container, element_class)
Public Instance methods
element_by_idents
(idents = @idents)
elements_by_idents
(idents = @idents)
find_by_conditions
(conditions)
find_by_id
(what)
find_by_label
(what)
find_by_xpath
(what)
[Validate]