I am spying a web-based application using IE. The Username, Password and Submit button elements only appears when in AA spying mode. I have used both Edit(AA) and Active Accessability and both yielded the same results. If I use the Write stage to enter the value for username, I get the error message below:
Internal : Failed to perform step 1 in Write Stage 'Writer1' on page 'Login - Edit AA' - Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
I made sure I am attached to the application.
What works is combo of Navigate stage with Global Mouse Click Center on Username field and then Another Navigate stage on same field with Global Send Keys. I really don't want to use this combo.
Any suggestions?