Lapis Lazuli:Browser.multi find()

From Test Automation Wiki
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>