Method: Playwright::BrowserContext#pages
- Defined in:
- lib/playwright_api/browser_context.rb
#pages ⇒ Object
Returns all open pages in the context.
245 246 247 |
# File 'lib/playwright_api/browser_context.rb', line 245 def pages wrap_impl(@impl.pages) end |