<?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: Cannot Click Date within Date-Picker Browser Element. in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70463#M23068</link>
    <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/10304"&gt;@Ben_Scholefield_Everflow&lt;/a&gt;, almost&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;ANY &lt;/STRONG&gt;&lt;/EM&gt;HTML element can always be clicked in this way, though might have to make use of ScrollTo as well (as John said, for those off the screen).&lt;/P&gt;
&lt;P&gt;IF the page has iframes and your content lies in an iframe, you'll have to click relative to the iframe (not the main over-arching HTML body), otherwise you'll click in the wrong position.&lt;/P&gt;
&lt;P&gt;UIA is good enough usually to capture the iframe.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;re SendKeys and scrambled characters, I think there's a fix for that in later BP versions, but in any case, you can put an interval of about 0.3 seconds as the other parameter to Send Keys.&lt;/P&gt;
&lt;P&gt;Using the clipboard and Ctrl-V is another hack - for those fields that allow paste.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Anton Hosang&lt;BR /&gt;RPA Developer&lt;BR /&gt;Smart Automation Services&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 24 Jan 2024 14:17:00 GMT</pubDate>
    <dc:creator>Anton__Hosang</dc:creator>
    <dc:date>2024-01-24T14:17:00Z</dc:date>
    <item>
      <title>Cannot Click Date within Date-Picker Browser Element.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70461#M23066</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to select from a date Picker window within Chrome. I previously tried writing the date in the field using both a write stage and Global Send Keys, however the digits are scrambled.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have devised multiple methods for selecting the correct date, the one I landed on being dynamically setting the Xpath attribute for the desired date. I know this works because I can highlight the desired date by using the "Select" Action within the navigate stage.&lt;/P&gt;
&lt;P&gt;When I&amp;nbsp; try to use the "Click" action on the desired date, however, nothing happens...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I have tried making it focus on the element before clicking, using the "Double Click" Action, changing the Element Type from "Table Item" to "Web Element". There is no Global Mouse click action available for this element.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;What can I do from here? Any help would be greatly appreciated.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27554.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27683iA5186678FA84C52D/image-size/large?v=v2&amp;amp;px=999" role="button" title="27554.png" alt="27554.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Ben Scholefield&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2024 13:23:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70461#M23066</guid>
      <dc:creator>Ben_Scholefield_Everflow</dc:creator>
      <dc:date>2024-01-23T13:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot Click Date within Date-Picker Browser Element.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70462#M23067</link>
      <description>&lt;P&gt;Calendars are a nightmare Ben, so try everything you can before resorting to spying the calendar elements. You can replicate a Global Click with a workaround - it's a bit of pain, but it works.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Spy the browser window and the inner 'web content' area using Win32&lt;/LI&gt;
&lt;LI&gt;Create a Global Click page that activates the main window and clicks the inner area&lt;/LI&gt;
&lt;LI&gt;Add a Bounds collection input to the page and use it to calculate the click coordinates&lt;/LI&gt;
&lt;LI&gt;To click a web element, read its bounds and then make a reference to the new page, passing in the collection&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Note that this method assumes the element is visible and not scrolled off page.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="27549.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/27679iDC447527735653FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="27549.png" alt="27549.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;John Carter&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 23 Jan 2024 18:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70462#M23067</guid>
      <dc:creator>John__Carter</dc:creator>
      <dc:date>2024-01-23T18:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot Click Date within Date-Picker Browser Element.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70463#M23068</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/10304"&gt;@Ben_Scholefield_Everflow&lt;/a&gt;, almost&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;ANY &lt;/STRONG&gt;&lt;/EM&gt;HTML element can always be clicked in this way, though might have to make use of ScrollTo as well (as John said, for those off the screen).&lt;/P&gt;
&lt;P&gt;IF the page has iframes and your content lies in an iframe, you'll have to click relative to the iframe (not the main over-arching HTML body), otherwise you'll click in the wrong position.&lt;/P&gt;
&lt;P&gt;UIA is good enough usually to capture the iframe.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;re SendKeys and scrambled characters, I think there's a fix for that in later BP versions, but in any case, you can put an interval of about 0.3 seconds as the other parameter to Send Keys.&lt;/P&gt;
&lt;P&gt;Using the clipboard and Ctrl-V is another hack - for those fields that allow paste.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Anton Hosang&lt;BR /&gt;RPA Developer&lt;BR /&gt;Smart Automation Services&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2024 14:17:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70463#M23068</guid>
      <dc:creator>Anton__Hosang</dc:creator>
      <dc:date>2024-01-24T14:17:00Z</dc:date>
    </item>
    <item>
      <title>RE: Cannot Click Date within Date-Picker Browser Element.</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70464#M23069</link>
      <description>&lt;P&gt;Have you tried changing the format of the date you are writing to the field? We had a date field that needed the date formatting as yyyy/MM/dd before writing and it would then flip it to dd/MM/yyyy and accept it. Try reading the date field and see what format it comes out in, it may not be the same as is displayed.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Dan Lister&lt;BR /&gt;Developer&lt;BR /&gt;Arvato&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Jan 2024 17:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Cannot-Click-Date-within-Date-Picker-Browser-Element/m-p/70464#M23069</guid>
      <dc:creator>Dan.Lister</dc:creator>
      <dc:date>2024-01-24T17:57:00Z</dc:date>
    </item>
  </channel>
</rss>

