Defines element search operations that are sufficient to be able to implement a Locator on top of.
Shorthand for find(null, bySelector, null)
bySelector
- a WebDriver By selectorSelects elements by both CSS selector and attributes. For example find("input", name: "firstName") will select all input elements with the name "firstName".
selector
- a CSS selectorpredicates
- a Map with keys representing attributes and values representing required values or patternsGroovy API Documentation for Geb 2.2 - Licensed under the Apache License, Version 2.0 - http://www.gebish.org