I want to get 2016 out of this id or the "year of" out of Years.
<tr id="2016" Years="year of" style>
I want to scrape the 2016, how would I do this? considering there is multiple "id" on the page? I have tried:
year = driver.find_element_by_id("id")
i am using requests, selenium and phantomJS