Members
(inner) queue
    Keeps track of the websites we want to visit next.
- Source:
Methods
(inner) connectToUrl(url)
    Creates a fake connection to a given url.
We open the given url in a new tab in our hidden browser window.
    Parameters:
| Name | Type | Description | 
|---|---|---|
| url | string | The url we want to connect to. | 
- Source:
(inner) runApplication()
    Starts the application: Creates fake connections in the hidden window and removes the tabs
when finished. The selected algorithm defines what exactly these fake connections do.
- Source:
(inner) startConnectLoop()
    Repeats connecting to webpages.
- Source: