I want the link of the button when they are clicked or those elements of button
from selenium import webdriver
browser=webdriver.Chrome()
browser.get("http://fileml.com/l/0wC1#/offers")
elemlist=browser.find_elements_by_xpath("ul/li/a")
But elemlist is also empty neither I can get those elements nor I can get the href But once it clicked it opens some url
So is there any what that I can atleast get elements of those buttons