class Selenium::DevTools::V102::Debugger

def set_async_call_stack_depth(max_depth:)

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