Click or drag to resize
DriverUtilitiesGetAllItemsToStringList Method
This method is used to get a list of "Text" values for items in IWebelement list

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<string> GetAllItemsToStringList(
	List<IWebElement> allElements,
	string textFromWhereToTrim = "AmolDakhane"
)

Parameters

allElements
Type: System.Collections.GenericListIWebElement

[Missing <param name="allElements"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetAllItemsToStringList(System.Collections.Generic.List{OpenQA.Selenium.IWebElement},System.String)"]

textFromWhereToTrim (Optional)
Type: SystemString

[Missing <param name="textFromWhereToTrim"/> documentation for "M:SeleniumUtilities.DriverUtilities.GetAllItemsToStringList(System.Collections.Generic.List{OpenQA.Selenium.IWebElement},System.String)"]

Return Value

Type: ListString

[Missing <returns> documentation for "M:SeleniumUtilities.DriverUtilities.GetAllItemsToStringList(System.Collections.Generic.List{OpenQA.Selenium.IWebElement},System.String)"]

See Also