Click or drag to resize
DriverUtilitiesSelectFromListDrpDwnIgnoringStaleElementException Method
To Select a element from list dropdown ignoring the Stale Element exception

Namespace: SeleniumUtilities
Assembly: SeleniumUtilities (in SeleniumUtilities.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void SelectFromListDrpDwnIgnoringStaleElementException(
	IList<IWebElement> IWebElementsCollection,
	string itemName,
	int numberOfTries = 5
)

Parameters

IWebElementsCollection
Type: System.Collections.GenericIListIWebElement

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

itemName
Type: SystemString

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

numberOfTries (Optional)
Type: SystemInt32

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

See Also