class Selenium::DevTools::V101::Animation

def seek_animations(animations:, current_time:)

def seek_animations(animations:, current_time:)
  @devtools.send_cmd('Animation.seekAnimations',
                     animations: animations,
                     currentTime: current_time)
end