pages method

Future<List<Page>> pages()

Implementation

Future<List<Page>> pages() async {
  return await browser.pages;
}