class Selenium::DevTools::V136::Emulation

def set_device_posture_override(posture:)

def set_device_posture_override(posture:)
  @devtools.send_cmd('Emulation.setDevicePostureOverride',
                     posture: posture)
end