Question
1
Replies
28
Views
Posted: March 19, 2020
Last activity: June 12, 2020
AngularJS web application Automation openspan
Hi,
could you please tell me how to automate the drop down in AngularJS web application ?
and I enterd the value text box in ANgularJS application . but when I submit the page , it says value is empty. please let me know how we can handle it ?
@ScottT32 , @AnuragA4810 ,
@Anushree Srivastava (AnushreeS)
Thanks, Ashok
This would likely require some hands on. I have found success in raising specific events like onblur and onchange after you set the value to whatever you need.
Here is an example I have used before to raise the events in a script. This is useful as there are some that are not available from the RaiseEvent method of a control.