class Playwright::FrameAlreadyDetachedError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/playwright/channel_owners/page.rb, line 803 def initialize super('Navigating frame was detached!') end