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