Specify domains
Use the AcceptedDomains property to determine which domains the Universal Web Adapter should recognize. You cannot interrogate any documents you exclude using this filter property, nor do those documents match at runtime.
In the AcceptedDomains property, enter a list of filters. You can filter domains using verbs such as Contains, DoesNotContain, StartsWith, and EndsWith. You can also use full regular expression (regex) functionality.
The system only considers the domain portion of a document’s path when filtering. The
system ignores the scheme (HTTP/HTTPS
) and query string
(?a=b
). Be sure to include a forward slash (/
) at
the end of the domain, as shown in this example: www.pega.com/
.
Use this property to prevent an adapter from processing documents that you do not need to
match or interrogate.
Previous topic Interact with browser controls using the PerformClick or SendKeys methods Next topic Stop the browser