ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.FromXml(xml) method
Namespaces > ArtOfTest.WebAii.Core > Find > FromXml(String)
Finds all elements with FindParams defined in the serialized xml string. Found elements can be accessed from Find.Elements
Syntax
C#
public IDictionary<string, Element> FromXml (
	string xml
)
Parameters
xml (String)
The xml string that describes the FindParams collection.

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