class Selenium::DevTools::V136::Emulation
def set_touch_emulation_enabled(enabled:, max_touch_points: nil)
def set_touch_emulation_enabled(enabled:, max_touch_points: nil) @devtools.send_cmd('Emulation.setTouchEmulationEnabled', enabled: enabled, maxTouchPoints: max_touch_points) end