Click or drag to resize
DriverUtilitiesGetIwebElementTextToStringList Method
This method is used to get all text items of the IWebElement list to the string list

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> GetIwebElementTextToStringList(
	By locator
)

Parameters

locator
Type: By

[Missing <param name="locator"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetIwebElementTextToStringList(OpenQA.Selenium.By)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.GetIwebElementTextToStringList(OpenQA.Selenium.By)"]

See Also