class Playwright::ChannelOwners::ElementHandle
def dblclick(
def dblclick( button: nil, delay: nil, force: nil, modifiers: nil, noWaitAfter: nil, position: nil, timeout: nil, trial: nil) params = { button: button, delay: delay, force: force, modifiers: modifiers, noWaitAfter: noWaitAfter, position: position, timeout: timeout, trial: trial, }.compact @channel.send_message_to_server('dblclick', params) nil end