error while locating svg in selenium using python
error: selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: /html/body/div1/section/div/div1/div/div[3]/div/div[2]/a/svg/path
error while locating svg in selenium using python
error: selenium.common.exceptions.NoSuchElementException: Message: Unable to locate element: /html/body/div1/section/div/div1/div/div[3]/div/div[2]/a/svg/path
You have to identify svg
using the name attribute as shown below
/html/body/div1/section/div/div1/div/div[3]/div/div[2]/a/*[name()='svg']/path