Target.browser() method

Get the browser the target belongs to.

Signature

class Target {
  abstract browser(): Browser;
}

Returns:

Browser