<?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 RE: How to use 'Invoke Javascript Function' to fire in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72286#M24891</link>
    <description>Hello, I hope you are well, then you can use the dynamic element and force the click.&lt;BR /&gt;&lt;BR /&gt;I usually only use JS in extreme cases, I think the support team may have problems.&lt;BR /&gt;&lt;BR /&gt;Try to map the first element and place it as dynamic, if you have to select other options, you can do this by XPATH or even by value&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 28 May 2021 13:14:00 GMT</pubDate>
    <dc:creator>EmersonF</dc:creator>
    <dc:date>2021-05-28T13:14:00Z</dc:date>
    <item>
      <title>How to use 'Invoke Javascript Function' to fire</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72285#M24890</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;There is a web page that fires an event when user select the pull-down menu(combo box).&lt;/P&gt;
&lt;P&gt;e.q.&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;&amp;lt;body&amp;gt;
&amp;lt;select&amp;gt;
    &amp;lt;option&amp;gt;apple&amp;lt;/option&amp;gt;
    &amp;lt;option&amp;gt;orange&amp;lt;/option&amp;gt;
    &amp;lt;option&amp;gt;banana&amp;lt;/option&amp;gt;
&amp;lt;/select&amp;gt;
 
&amp;lt;script&amp;gt;
    $('select').change(function() {
        var text = $('option:selected').text();
    
        console.log( text );
    });
&amp;lt;/script&amp;gt;
&amp;lt;/body&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If I select this pull-down menu with "Select Item" , the event doesn't fire.&lt;BR /&gt;So I thought that I could fire the event by using the "Invoke JavaScript Function", but I don't know how to use.&lt;BR /&gt;Can someone please tell me how to use "Invoke JavaScript Function"?&lt;BR /&gt;Or is there other more appropriate technique?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/P&gt;
------------------------------&lt;BR /&gt;Mitsuko &lt;BR /&gt;Asia/Tokyo&lt;BR /&gt;------------------------------</description>
      <pubDate>Fri, 28 May 2021 08:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72285#M24890</guid>
      <dc:creator>sumire</dc:creator>
      <dc:date>2021-05-28T08:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to use 'Invoke Javascript Function' to fire</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72286#M24891</link>
      <description>Hello, I hope you are well, then you can use the dynamic element and force the click.&lt;BR /&gt;&lt;BR /&gt;I usually only use JS in extreme cases, I think the support team may have problems.&lt;BR /&gt;&lt;BR /&gt;Try to map the first element and place it as dynamic, if you have to select other options, you can do this by XPATH or even by value&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Emerson Ferreira&lt;BR /&gt;Sr Business Analyst&lt;BR /&gt;Avanade Brasil&lt;BR /&gt;+55 (081) 98886-9544&lt;BR /&gt;If my answer helped you? Mark as useful!&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 28 May 2021 13:14:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72286#M24891</guid>
      <dc:creator>EmersonF</dc:creator>
      <dc:date>2021-05-28T13:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to use 'Invoke Javascript Function' to fire</title>
      <link>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72287#M24892</link>
      <description>Hi Mitsuko,&lt;BR /&gt;&lt;BR /&gt;Try spy the element using UIA mode. It seems to work in my instance.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Bruce Liu&lt;BR /&gt;Senior Product Consultant, Professional Services&lt;BR /&gt;Blue Prism&lt;BR /&gt;Australia/Sydney&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 31 May 2021 03:59:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/How-to-use-Invoke-Javascript-Function-to-fire/m-p/72287#M24892</guid>
      <dc:creator>bruce.liu</dc:creator>
      <dc:date>2021-05-31T03:59:00Z</dc:date>
    </item>
  </channel>
</rss>

