Returns a an element that has attributes that match the NameValuePairs passed it.
All matching is case-insensitive.
Parameters- nameValuePairs (String[]())
- A list of name value pairs to match. For example: GetAllElementsByAttributes("bar=foo","class=myclass","src=~foo.gif"). Use =~ for partial values.
Return ValueThe found element. The function returns null if no element is found.
Assembly: ArtOfTest.WebAii (Module: ArtOfTest.WebAii)
