Represents a browser or app that finicky could start
A function that returns a browser to open
Matches urls (or other properties) to decide if to change the url or open a browser.
If the matcher is a string, if the url equals the string exactly, it will match.
If the matcher is a regular expression, if it matches any part of the url, it will match.
If the matcher is a MatcherFunction, it will match if the function returns true
Represents a url that will be handled by finicky
A function that returns a url
Generated using TypeDoc
Finicky Configuration Reference.