class Playwright::DebugConsoleNotEnabledError
def initialize
def initialize super('Debug console should be enabled in advance, by calling `browser_context.enable_debug_console!`') end
def initialize super('Debug console should be enabled in advance, by calling `browser_context.enable_debug_console!`') end