page property
PageApi
get
page
Actions and events related to the inspected page belong to the page domain.
Implementation
PageApi get page => _page ??= PageApi(client);
Actions and events related to the inspected page belong to the page domain.
PageApi get page => _page ??= PageApi(client);