Skip to main content
Version: 21.5.2

Page.browser() method

Get the browser the page belongs to.

Signature:

class Page {
abstract browser(): Browser;
}

Returns:

Browser