Page 1 of 1

Pre-populating web forms

Posted: Fri Feb 20, 2009 1:06 pm
by Andycal
I'm thinking of a small utility to automatically populate forms of web pages when clicking on a button on the stack. Thing is, where to start!

Is it possible within the browser instance to tell RunRev to put certain text within a certain label on a form? Or can the stream of data perhaps be intercepted to insert a 'value=something' at certain points of the form?

Or any other ideas really, I'm kinda at the beginning of this..

Posted: Sat Feb 28, 2009 12:27 am
by Mark Smith
Well you could set the url, and then grab the html source of the page (revBrowserGet tBrowserId, "htmltext"), fill in the form and then revBrowserSet "htmltext" with the amended html...

Posted: Sat Feb 28, 2009 12:35 am
by SparkOut