Lapis Lazuli:Browser.multi find()

From Test Automation Wiki
Revision as of 16:33, 28 June 2016 by Gijsp (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>