class Selenium::DevTools::V137::LayerTree
def replay_snapshot(snapshot_id:, from_step: nil, to_step: nil, scale: nil)
def replay_snapshot(snapshot_id:, from_step: nil, to_step: nil, scale: nil) @devtools.send_cmd('LayerTree.replaySnapshot', snapshotId: snapshot_id, fromStep: from_step, toStep: to_step, scale: scale) end