PageStateMatcher class

Constructors

PageStateMatcher({UrlFilter? pageUrl, List<String>? css, bool? isBookmarked, required PageStateMatcherInstanceType instanceType})
PageStateMatcher.fromJS(PageStateMatcher _wrapped)

Properties

css List<String>?
Matches if all of the CSS selectors in the array match displayed elements in a frame with the same origin as the page's main frame. All selectors in this array must be compound selectors to speed up matching. Note: Listing hundreds of CSS selectors or listing CSS selectors that match hundreds of times per page can slow down web sites.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
instanceType PageStateMatcherInstanceType
getter/setter pair
isBookmarked bool?
Matches if the bookmarked state of the page is equal to the specified value. Requres the bookmarks permission.
getter/setter pair
pageUrl UrlFilter?
Matches if the conditions of the UrlFilter are fulfilled for the top-level URL of the page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → PageStateMatcher
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited