IWebDriverExtensionsFindElementsByRegEx Method

Overload List

FindElementsByRegEx(IWebDriver, Regex) Finds a list of elements that match the text supplied using RegEx.
FindElementsByRegEx(IWebDriver, By, Regex) Finds a list of elements using the given mechanism that match the text supplied using RegEx.

See Also