I'm using Xpath and having trouble pulling out what information I need from this HTML info to click this button:
[@id='domain-members']/div[@id='app']/div[@id='frameworkModule']/div[@id='header'][1]/nav[@class='navbar navbar-default navbar-fixed-top navbar-primary flex background']/div[@id='nav2']/ul[@class='flex no-padding height-50 list-style-none']/li[@class='dropdown dropdown-accordion nav-hover sysf-resources-module flex-1 flex']/span/a[@class='icon flex-1 flex justify-content-center align-items-center']
my code is:
folder = driver.find_element_by_xpath("//span[@title='______']")
folder.click()
any help or resources to point me towards where I can better find the info I want would be a great help!