Hello!
First of all, great work on the package. It's an absolute wonder.
However, I'm having trouble trying to scrape a particular information from a website.

I need to get the value that is right after Qtde.:

If that <strong></strong> tag wasn't there, the request would be probably something like this:

And would return the desired value, but apparently because this "title" is not alone inside the component, the response is this:

As you can see, the value: tag is empty.
Is there any way for me to go around this? Is it because of the hidden #text tag? I'm very confused 😅
Hello!
First of all, great work on the package. It's an absolute wonder.
However, I'm having trouble trying to scrape a particular information from a website.
I need to get the value that is right after Qtde.:
If that
<strong></strong>tag wasn't there, the request would be probably something like this:And would return the desired value, but apparently because this "title" is not alone inside the component, the response is this:
As you can see, the
value:tag is empty.Is there any way for me to go around this? Is it because of the hidden #text tag? I'm very confused 😅