class Selenium::WebDriver::BiDi::Protocol::BrowsingContext

def get_tree(max_depth: Serialization::UNSET, root: Serialization::UNSET)

Other tags:
    See: https://www.selenium.dev/documentation/warnings/bidi-implementation/ -

Other tags:
    Api: - private
def get_tree(max_depth: Serialization::UNSET, root: Serialization::UNSET)
  params = GetTreeParameters.new(max_depth: max_depth, root: root)
  execute(cmd: 'browsingContext.getTree', params: params, result: BrowsingContext::GetTreeResult)
end