Gets a list of PageElements that have the specified Tag(s).
IList<IPageElement> GetElementsWithTags(
string pattern
)
Parameters
- pattern
-
Type: string
A partial string or Regex pattern to match. Tags are case-insensitive.
