Hi,
In my form I have a mandatory field. I am entering the text into the field and saving my form while recording.
But while playback, text is being entered into the text box but on-click of "save" an validation message is shown saying field shouldn't be empty.
But if I set "SimulateRealTyping" to true then it is working. Is there any way or work around where we can execute without simulating real typing?
Here is the code :
I used both the codes but none is working.
1. Actions.SetText(Pages.FaxNewMicrosoft0.FrameContentIFrame.SubjectText, "Test Fax");
2.Pages.FaxNewMicrosoft0.FrameContentIFrame.SubjectText.Text="Test Fax";
Thanks
Bhaskar
In my form I have a mandatory field. I am entering the text into the field and saving my form while recording.
But while playback, text is being entered into the text box but on-click of "save" an validation message is shown saying field shouldn't be empty.
But if I set "SimulateRealTyping" to true then it is working. Is there any way or work around where we can execute without simulating real typing?
Here is the code :
I used both the codes but none is working.
1. Actions.SetText(Pages.FaxNewMicrosoft0.FrameContentIFrame.SubjectText, "Test Fax");
2.Pages.FaxNewMicrosoft0.FrameContentIFrame.SubjectText.Text="Test Fax";
Thanks
Bhaskar