Read a remote web page with a form, fill the form & submit it
Hi,
Is it possible to read a web page on some web site that contains a form.
Then identify the fields in the forms.
Then fills the fields with my data.
and then submits the form as it submitted normally.
I need to do this to automate for my final proyect , i need to fill many web pages remotly
Can I do that using jquery?
Thanks.