class Playwright::AlreadyClosedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/playwright/channel_owners/page.rb, line 797 def initialize super('Page closed') end