Browser.target() method
Gets the target associated with the default browser context).
Signature:
class Browser {
abstract target(): Target;
}
Returns:
Gets the target associated with the default browser context).
class Browser {
abstract target(): Target;
}
Returns: