HP.LFT.SDK Namespace > ITestObject Interface : FindChildren<TChild> Method |
TChild[] FindChildren<TChild>( IDescription selector ) where TChild: class, ITestObject
var suggestionList = suggestions.FindChildren<IWebElement>(new WebElementDescription { TagName = "LI" });