ArtOfTest, Inc. - WebAii 1.1 Automation Infrastructure reference library
Find.AllByTagName(tagName) method
Namespaces > ArtOfTest.WebAii.Core > Find > AllByTagName(String)
Returns a list of elements with a specific tag name.
Syntax
C#
public ReadOnlyCollection<Element> AllByTagName (
	string tagName
)
Parameters
tagName (String)
The tag name to search for.
Return Value
The list of found elements.

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