excludeUrlsToVisit ( string regex ) : void
Remove from the list of URLs to visit some links corresponding to the regex expression given.
Example
excludeUrlsToVisit(/([^a-z0-9]logout)/) // exclude all links containing "logout"
Parameters
regex
The regex to exclude