ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.BuildBestFitFindParam(element) method
Namespaces > ArtOfTest.WebAii.Core > Find > BuildBestFitFindParam(Element)
Generates a FindParam[] list to be used to find the specified element. The function uses an algorithm optimized for most reliable search methods and will revert back to using the tagname index as a last resort
Syntax
C#
public static FindParam[] BuildBestFitFindParam (
	Element element
)
Parameters
element (Element)
The element to generate the FindParam for.
Return Value
The FindParam scheme to use to find the element. Can contain Chained FindParams

Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)