Click or drag to resize
DriverUtilitiesGetCollectionToList Method
This method is used to get the similar elements to the IWebElement list

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

Parameters

locator
Type: By

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

Return Value

Type: ListIWebElement

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

See Also