TucoTuco.Finder
SourceSummary
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) |