getting_url = parsing_table_urls.find_element_by_xpath("//a[@class='listBlock main PreviewTooltip']")
getting_url = parsing_table_urls.find_element_by_xpath("//a[@class='listBlock main PreviewTooltip'][2]")
items = node.find_elements_by_xpath('xpath')
for item in items:
print(item.get_attribute('href'))