Has anyone ever encountered a HTTP 500 internal server error when clicking a button with WatiN?
I have tried Click(); ClickNoWait(); FireEvent("blah"); and all of them bring me to a 500 error page. If you click the button normally with a mouse it works as intended.
I have seen WatiN work randomly for this button and I think it might be something to do with a need to clear the form data.
Any suggestions would be appreciated.
Thank you