I want to know if it's possible to get the XPATH of the web element?
test = driver.find_elements_by_css_selector('div.menu-listes ul.menu.menu-horizontal.menu_left li h3')
for t in test:
//i want to have the XPATH
i tried t.location
but i get just {'y': 0, 'x': 0}