How to select value from Input Text

Describe the problem.

How to write selector who grabs default value from input text value from HTML Form
To grab Mickey text from input fields in simple words?

Url:
https://www.w3schools.com/html/html_forms.asp

Sitemap:
{id:"sitemap code"}

Hi

you can't do that with this scraper

You can extract it with element attribute selector, here is an example sitemap:

{"_id":"w3schools-form-test","startUrl":["https://www.w3schools.com/html/html_forms.asp"],"selectors":[{"id":"First_name","type":"SelectorElementAttribute","selector":"input[name="firstname"] ","parentSelectors":["_root"],"multiple":false,"extractAttribute":"value","delay":0}]}

1 Like

Hi there, I tried to import the sitemap to see the settings but it says invalid JSON.

Can someone help how to extract value from input field - specifically on Amazon > Embed > Read Preview? https://ibb.co/RpVYKR4 (includes screenshot of my my settings).

This is the html element: https://ibb.co/NSNpsBg

Thanks!