chromium/tools/perf/page_sets/companion/browser_element_identifiers.py

# Copyright 2023 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

# This file is a subset of browser element identifiers being used in Companion
# benchmark. The name of the identifiers and the string names used by the
# benchmark are expected to be equal.
#
# Please keep the names in this file in sync with
# `chrome/browser/ui/browser_element_identifiers.h`

kOmniboxElementId = 'kOmniboxElementId'
kSideSearchButtonElementId = 'kSideSearchButtonElementId'
kToolbarTabCounterButtonElementId = 'kToolbarTabCounterButtonElementId'
kTabSearchButtonElementId = 'kTabSearchButtonElementId'
kSidePanelOpenInNewTabButtonElementId = 'kSidePanelOpenInNewTabButtonElementId'
kToolbarSidePanelButtonElementId = 'kToolbarSidePanelButtonElementId'
kSidePanelComboboxElementId = 'kSidePanelComboboxElementId'