TucoTuco.Finder

Source

Summary

find(atom1, id)

Find an option with the given value or content text

find(atom1, term, sel)

Find either a checkbox or radio button with the given id, name or label within a specified select element

find_all(atom1, xpath)

Return an array of all the elements matching an xpath

find_with_retry(using, term)

Perform a find operation with retries if they are enabled

find_with_retry(using, term, options)

Functions

find(atom1, id)

Find an option with the given value or content text.

Source
find(atom1, term, sel)

Find either a checkbox or radio button with the given id, name or label within a specified select element.

Source
find_all(atom1, xpath)

Return an array of all the elements matching an xpath.

Source
find_with_retry(using, term)

Perform a find operation with retries if they are enabled.

Source
find_with_retry(using, term, options)
Source