Hi,
Developed the automation script (Ex: Add User scenario).
By using SetText method I can able to enter data in the text boxes, but while saving the details application thowing error.
This issue has been resolved by using Keys method.
But script execution speed is slower when compared with the SetText method execution.
Is there a way to make SetText property work on our application?