Expensive, good morning! I'm writing a program in Python to collect links from a website. The part of the code that collects the links is:
links = driver.find_elements_by_xpath('//*[@href]')
for link in links:
print(link.get_attribute('hre...
asked by
31.10.2018 / 13:48