Browser.target() method

Gets the target associated with the default browser context).

Signature

class Browser {
  abstract target(): Target;
}

Returns:

Target