page property

PageApi page

Actions and events related to the inspected page belong to the page domain.

Implementation

PageApi get page => _page ??= PageApi(client);