class Playwright::DebugConsoleNotEnabledError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/playwright/channel_owners/browser_context.rb, line 297 def initialize super('Debug console should be enabled in advance, by calling `browser_context.enable_debug_console!`') end