Difference between revisions of "Lapis Lazuli:Browser.multi find()"

From Test Automation Wiki
Jump to: navigation, search
(Created page with "== find_all functionality == <code>browser.multi_find()</code> works almost the same way as <code>browser.find()</code> except that multi_find...")
 
(No difference)

Latest revision as of 16:33, 28 June 2016

find_all functionality

browser.multi_find() works almost the same way as browser.find() except that multi_find can be given multiple selectors. With the multiple selectors you can choose to that any of the selectors should me matched, or both should be matched.

This function is still a work in progress and doesn't work as expected yet.

</syntaxhighlight>