class Playwright::CrashedError

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/playwright/channel_owners/page.rb, line 791
def initialize
  super('Page crashed')
end