<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Button Click Using JAVA Script in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64815#M17524</link>
    <description>Hi All,&lt;BR /&gt;Is anyone has used JavaScript for Button click event?&lt;BR /&gt;I have tried with Global send Hotkeys "ENTER" but not working and the PopUp is unable to SPY using BluePrism.&lt;BR /&gt;&lt;BR /&gt;Anyone knows other solution for this ,Please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohini Shelke&lt;BR /&gt;RPA Developer&lt;BR /&gt;vElement It&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 23 Mar 2020 05:50:00 GMT</pubDate>
    <dc:creator>MohiniShelke</dc:creator>
    <dc:date>2020-03-23T05:50:00Z</dc:date>
    <item>
      <title>Button Click Using JAVA Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64815#M17524</link>
      <description>Hi All,&lt;BR /&gt;Is anyone has used JavaScript for Button click event?&lt;BR /&gt;I have tried with Global send Hotkeys "ENTER" but not working and the PopUp is unable to SPY using BluePrism.&lt;BR /&gt;&lt;BR /&gt;Anyone knows other solution for this ,Please let me know.&lt;BR /&gt;&lt;BR /&gt;Thanks in Advance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mohini Shelke&lt;BR /&gt;RPA Developer&lt;BR /&gt;vElement It&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2020 05:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64815#M17524</guid>
      <dc:creator>MohiniShelke</dc:creator>
      <dc:date>2020-03-23T05:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Button Click Using JAVA Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64816#M17525</link>
      <description>You need to first insert a JS then Invoke the JS, It should be something like&lt;BR /&gt;
&lt;PRE class="language-java"&gt;function &lt;SPAN class="token function"&gt;clickSubmit&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;{&lt;/SPAN&gt;
var ele&lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; document&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;getElementsByClassName&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token string"&gt;'className'&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
ele&lt;SPAN class="token punctuation"&gt;[&lt;/SPAN&gt;&lt;SPAN class="token number"&gt;0&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;]&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;click&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;(&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="token punctuation"&gt;}&lt;/SPAN&gt;​&lt;/PRE&gt;
Then Invoke it by calling function clickSubmit and Arguments []&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Mar 2020 08:13:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64816#M17525</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-03-23T08:13:00Z</dc:date>
    </item>
    <item>
      <title>RE: Button Click Using JAVA Script</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64817#M17526</link>
      <description>You mentioned Popup which I missed last time, have you tried creating a separate object for the popup and spying.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Gopal Bhaire&lt;BR /&gt;Analyst&lt;BR /&gt;Accenture&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2020 13:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Button-Click-Using-JAVA-Script/m-p/64817#M17526</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-03-24T13:18:00Z</dc:date>
    </item>
  </channel>
</rss>

