As LMC suggested, try the following...
- Use Chrome DevTools to open the page's rendered HTML (open page in Chrome > right click on page > Inspect > select the Elements tab)
- Copy the full rendered HTML (right click the tag > Copy > Copy element) and paste it into a text editor
- Construct the XPath based on the element location (this might be helpful: https://devhints.io/xpath)