C# to Automate an ASP.NET Website -
I have a website on which I have to pass 4 parameters and then have to remove the data programmatically, but one There is a big problem. The website is built with Ajax inside form AJAX. Therefore, I can fill a field in a programmatically and then I fill out another area. To fill the third area requires clicking a button, so I press the button in programmatically, the problem is that when I click on the button, the second filler becomes empty before filling the button and the cause of the error Is formed.
So is there any way from which I can fill the areas fast without errors?
Take a look at the Web Automation Library - such that you can talk like this.
Comments
Post a Comment