I am currently new to Selenium and webscraping. I would like to click on button on a page. However, my program cannot find it using this Xpath:
/html/body/div[3]/header/div[1]/div/nav[1]/ul/li[8]/a
The HTML code: HTML screenshot
Is there something wrong with my Xpath? Can you please help me with that?
Thank you