class ArtistPageSASTabLocators: INFO_BLOCK = "//*[@id='artist-tab-bar-warning-message-tab']" CLOCK_ICON = "//*[@id='artist-tab-bar-hint-icon']" CLOCK_ICON_TOOLTIP = "(//*[contains(@id, 'tooltip')])[last()]" DSP_DD = "//*[@id='artist-page-performance-section-dsp-dd']" MARKET_DD = "//*[@id='artist-page-performance-section-dsp-market-dd']" GRAPH_VIEW = "//*[@id='artist-page-performance-section-chart-type-dd']" EXPORT_BUTTON = "//*[@id='artist-page-performance-section-export-btn']" SHOWING_N_DAYS = "//*[@id='artist-page-performance-section-day-count-label']" LEGEND_VALUES = "//*[contains(@id, 'legend')]"