Hi all!
First post here.
I’m with my second test scenery:
- get an url from Google sheets (Vanguard U.S. 500 Stock Index Fund EUR Hedged Acc|IE00B1G3DH73)
- make a HTML request (it works)
- 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?