class Selenium::DevTools::V102::Runtime

def set_async_call_stack_depth(max_depth:)

def set_async_call_stack_depth(max_depth:)
  @devtools.send_cmd('Runtime.setAsyncCallStackDepth',
                     maxDepth: max_depth)
end