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 ValueThe list of found elements.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
