Button Click Using JAVA Script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-03-20 05:50 AM
Hi All,
Is anyone has used JavaScript for Button click event?
I have tried with Global send Hotkeys "ENTER" but not working and the PopUp is unable to SPY using BluePrism.
Anyone knows other solution for this ,Please let me know.
Thanks in Advance.
------------------------------
Mohini Shelke
RPA Developer
vElement It
------------------------------
Is anyone has used JavaScript for Button click event?
I have tried with Global send Hotkeys "ENTER" but not working and the PopUp is unable to SPY using BluePrism.
Anyone knows other solution for this ,Please let me know.
Thanks in Advance.
------------------------------
Mohini Shelke
RPA Developer
vElement It
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-03-20 08:13 AM
You need to first insert a JS then Invoke the JS, It should be something like
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
function clickSubmit(){ var ele= document.getElementsByClassName('className'); ele[0].click(); }Then Invoke it by calling function clickSubmit and Arguments []
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-03-20 01:18 PM
You mentioned Popup which I missed last time, have you tried creating a separate object for the popup and spying.
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
------------------------------
Gopal Bhaire
Analyst
Accenture
------------------------------
