IWebDriverExtensionsFindElementsByText Method

Overload List

FindElementsByText(IWebDriver, String, StringComparison) Finds a list of elements that match the text supplied.
FindElementsByText(IWebDriver, By, String, StringComparison) Finds a list of elements using the given mechanism that match the text supplied.

See Also