SeleniumBasic - VBA - Edgedriver - FindElementsByClass doesn't work

45 views Asked by At

I am trying to get the text from the tag below by doing either:

.FindElementByClass("fFGajs").text or,

.FindElementsByClass("fFGajs")(1).text (single tag on the page),

but I am getting "", and I can only think of the HTML Comments <!----> messing it up.

What is the problem here with getting: "659 In Stock - FREE next working day delivery available" ?

enter image description here

0

There are 0 answers