class Selenium::WebDriver::Remote::BiDiBridge

def browsing_context

def browsing_context
  @browsing_context ||= WebDriver::BiDi::BrowsingContext.new(self)
end