Question about a page with text box

Hello ! I really want to scrape the information of a page but the info that I need to pull out is Inside a textbox.

What do I need to do to be able to pull the information that is inside of it? Thank you for your help guys

Hi @olfox

Try to use an "Element attribute" selector - input[name="BRAND"] with an "Attribute name" - value.

Helpful resources:

https://webscraper.io/how-to-video/element-attribute

1 Like

Awesome, It worked, Thank you for your help viesturs.

Down the road I might need to ask some other thing,

Let me know if the way that I asked about this one was incorrect.

I hope u have a nice day.