XPath query module has no output while scraping web page

Hi all!

First post here.

I’m with my second test scenery:

  1. get an url from Google sheets (Vanguard U.S. 500 Stock Index Fund EUR Hedged Acc|IE00B1G3DH73)
  2. make a HTML request (it works)
  3. use XPath query to get the value I need (“/html/body/div[3]/div[1]/div/div/div/div[1]/div/div[2]/div[1]/div[3]/div/table/tbody/tr[2]/td[1]/span”)

But I get no output. Even if I use (“/html”) that i think it will give all the html the HTML request module I get no output.

Any hint?