Returns a list of elements that have attributes that match the NameValuePairs passed it
fully or partially.
Syntax| C# |
public ReadOnlyCollection<Element> AllByAttributes ( params string[] nameValuePairs )
Parameters- nameValuePairs (String[]())
- A list of name value pairs to match. For example: AllByAttributes("bar=foo","class=myclass","src=~foo.gif"). Use =~ for partial values.
Return ValueThe list of found elements.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
