Click or drag to resize
ExtensionsGetTextFromAllRows Method
To get text for all items in collection of specific type

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> GetTextFromAllRows(
	this IList<IWebElement> elementList
)

Parameters

elementList
Type: System.Collections.GenericIListIWebElement

[Missing <param name="elementList"/> documentation for "M:SeleniumUtilities.Extensions.GetTextFromAllRows(System.Collections.Generic.IList{OpenQA.Selenium.IWebElement})"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:SeleniumUtilities.Extensions.GetTextFromAllRows(System.Collections.Generic.IList{OpenQA.Selenium.IWebElement})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IListIWebElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also