I tryed find element into tree DOM but I have a problem. I wrote:
age = browser.find_elements_by_xpath("//div[@id='ads']/ul/li[6]/span[2]").text
But all the time it display my the error:
AttributeError: 'list' object has no attribute 'text'
What is wrong?