Using CSS Selector to Locate Elements
Based on the provided HTML structure, a CSS selector can be used to locate the “Data Only” tab. In Python’s Selenium, the driver.find_element_by_css_selector() method can be used to find the element. For example, according to the provided HTML, the CSS selector can be a[title='Data Only'].