Click or drag to resize
DriverUtilitiesGetCollectionFromPageToStringList Method
This method is used to get a list of "Text" values for items from collection on page

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> GetCollectionFromPageToStringList(
	By locator,
	string textFromWhereToTrim = "AmolDakhane"
)

Parameters

locator
Type: By

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

textFromWhereToTrim (Optional)
Type: SystemString

[Missing <param name="textFromWhereToTrim"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetCollectionFromPageToStringList(OpenQA.Selenium.By,System.String)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.GetCollectionFromPageToStringList(OpenQA.Selenium.By,System.String)"]

See Also