import BaseController from 'automation.client.ui/src/controllers/web/base.controller.js'Constructor Summary
| Public Constructor | ||
| public |
constructor(args: args) Each controller needs a browser. |
|
Public Constructors
public constructor(args: args) source
Each controller needs a browser. Page objects use this browser, and is ultimately used there to make calls to the actual browser.
Params:
| Name | Type | Attribute | Description |
| args | args | Args from client |