Reputation: 6873
I have a website to which I need to pass 4 parameters and then extract data programmatically but there is a big problem. The website is built into ASP.NET with FORM inside AJAX. So, I can fill one field programmatically and then I fill second field. There is a need to click a button in order to fill third field so I press button programmatically then. The problem is that when I click the button, the second fill gets empty before calling the button event and causes error.
So is there a way I can sharply fill fields without causing errors?
Upvotes: 0
Views: 631
Reputation: 378
I believe IRobotSoft web scraper can do this kind of work. You will use two form filling actions, and add a Click action between them.
Upvotes: 0
Reputation: 5666
I agree with Oded and would like to add that as an alternative Selenium RC in combination with NUnit might be an option.
Upvotes: 2