I am automating some tests on an ASP.NET form with Fluent Automation. When the program clicks the submit button, the page refreshes and the fields are cleared of data.
I have tried using a link button and an ASP button control for this and get the same results with either of them.
I am using the following code to trigger the click:
I.Click([MYBUTTON]);
Anyone have a suggestion as to why my automated button click is not firing a proper postback?