<?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 Issue with Double click action in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73298#M25903</link>
    <description>&lt;SPAN&gt;Hello - I am trying to double-click on an element which is spied in AA mode. There is no 'double click mouse center' option - so i used multiple global mouse click center to double click the element. Unfortunately since the element takes time to be recognized on the screen, this particular option is not feasible. The element I am trying to click cannot be spied in any other mode. Please let me know if there are any other options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 19 Sep 2019 17:34:00 GMT</pubDate>
    <dc:creator>maneesh.vemula1</dc:creator>
    <dc:date>2019-09-19T17:34:00Z</dc:date>
    <item>
      <title>Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73298#M25903</link>
      <description>&lt;SPAN&gt;Hello - I am trying to double-click on an element which is spied in AA mode. There is no 'double click mouse center' option - so i used multiple global mouse click center to double click the element. Unfortunately since the element takes time to be recognized on the screen, this particular option is not feasible. The element I am trying to click cannot be spied in any other mode. Please let me know if there are any other options.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Maneesh&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 19 Sep 2019 17:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73298#M25903</guid>
      <dc:creator>maneesh.vemula1</dc:creator>
      <dc:date>2019-09-19T17:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73299#M25904</link>
      <description>Did you try click once and send the enter key?&lt;BR /&gt;&lt;BR /&gt;When I want to double-click on some element, I always set the global mouse click twice in the same stage and change the interval value.&lt;BR /&gt;&lt;BR /&gt;But you said it takes time to find out the element so maybe you can try another way like using enter key to make this happened.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Chenglung Tsai&lt;BR /&gt;Consultant&lt;BR /&gt;Avanade&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2019 00:35:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73299#M25904</guid>
      <dc:creator>ChenglungTsai1</dc:creator>
      <dc:date>2019-09-20T00:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73300#M25905</link>
      <description>1. Spy the window in Region Mode&lt;BR /&gt;2. Add a arbitrary region inside with Location method as coordinates (Lets say R1)&lt;BR /&gt;3. make Start X, Start Y, End X, End Y of R1 dynamic&lt;BR /&gt;4. Read screen bounds of your button&lt;BR /&gt;5. Use navigate - Global mouse click 2x on R1 and pass screen bounds of button as params (StartX=Left, Start Y= Top, End X= Left + width, End Y= Top + Height)&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>Fri, 20 Sep 2019 06:55:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73300#M25905</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2019-09-20T06:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73301#M25906</link>
      <description>you could do Global Send Keys Events with 2 Enter { }{ }&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Cohen&lt;BR /&gt;RPA Developer&lt;BR /&gt;&lt;BR /&gt;Romania&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2019 06:58:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73301#M25906</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-09-20T06:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73302#M25907</link>
      <description>Hi Gopal,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I don´t understood the step 5, how can I send a 2x in the mouse text field?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Miguel Gonzalez Moreno&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73302#M25907</guid>
      <dc:creator>MiguelGonzalez_</dc:creator>
      <dc:date>2020-01-22T19:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73303#M25908</link>
      <description>You may need to change your filters on the element in order to speed it up. Consider adding the following:&lt;BR /&gt;&lt;BR /&gt;-Match Index&lt;BR /&gt;-Ordinal&lt;BR /&gt;-Ancestor Count&lt;BR /&gt;-aAncestor Count&lt;BR /&gt;&lt;BR /&gt;If any value has a blank, remove those from the filters in order to reduce the number of checks required per element.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ami Barrett&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;Richardson, TX&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jan 2020 19:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73303#M25908</guid>
      <dc:creator>AmiBarrett</dc:creator>
      <dc:date>2020-01-22T19:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: Issue with Double click action</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73304#M25909</link>
      <description>&lt;P&gt;What I meant was use the Global Mouse Click step twice for the same element with no pause in between.&lt;/P&gt;
​&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>Thu, 23 Jan 2020 03:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Issue-with-Double-click-action/m-p/73304#M25909</guid>
      <dc:creator>GopalBhaire</dc:creator>
      <dc:date>2020-01-23T03:53:00Z</dc:date>
    </item>
  </channel>
</rss>

