Hi,
I want to make a bot that could scrape in some web page html source code the sentence that starts with the words:"<input type="hidden" name="weight" value= "
(for example : <input type="hidden" name="weight" value="0.015"/>)
I tried to use scrape function and define "weight" but its doesn't work....
can anyone help me?