<?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 Date Picker is not working in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69467#M22072</link>
    <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;Anyone has idea how to select a date from the Date picker where the Date can only be selected through the Date picker. There is no option to write Date as a text Field.&lt;BR /&gt;I am using Blue Prism Version 6.10.4.&lt;BR /&gt;I doubt&amp;nbsp; Blue prism has ever implemented the same. It's not at all possible to select Date from a date picker using browser mode. I have not checked AA or UIA mode but it should work with Browser mode I guess.&lt;BR /&gt;Please find below website where you can perform the test.&lt;BR /&gt;&lt;A data-url="https://www.trip.com/" class="embedly-content" href="https://us.trip.com/" target="_blank" rel="noopener"&gt;Trip.com Official Site‎‎ | Travel Deals and Promotions&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17757.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17916i8827FE71A137E5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="17757.png" alt="17757.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amlan Sahoo&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;WonderBotz&lt;BR /&gt;------------------------------</description>
    <pubDate>Thu, 23 Jun 2022 08:11:00 GMT</pubDate>
    <dc:creator>_Amlansahoo</dc:creator>
    <dc:date>2022-06-23T08:11:00Z</dc:date>
    <item>
      <title>Date Picker is not working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69467#M22072</link>
      <description>Hi Team,&lt;BR /&gt;&lt;BR /&gt;Anyone has idea how to select a date from the Date picker where the Date can only be selected through the Date picker. There is no option to write Date as a text Field.&lt;BR /&gt;I am using Blue Prism Version 6.10.4.&lt;BR /&gt;I doubt&amp;nbsp; Blue prism has ever implemented the same. It's not at all possible to select Date from a date picker using browser mode. I have not checked AA or UIA mode but it should work with Browser mode I guess.&lt;BR /&gt;Please find below website where you can perform the test.&lt;BR /&gt;&lt;A data-url="https://www.trip.com/" class="embedly-content" href="https://us.trip.com/" target="_blank" rel="noopener"&gt;Trip.com Official Site‎‎ | Travel Deals and Promotions&lt;/A&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="17757.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/17916i8827FE71A137E5BD/image-size/large?v=v2&amp;amp;px=999" role="button" title="17757.png" alt="17757.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amlan Sahoo&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;WonderBotz&lt;BR /&gt;------------------------------</description>
      <pubDate>Thu, 23 Jun 2022 08:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69467#M22072</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2022-06-23T08:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Date Picker is not working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69468#M22073</link>
      <description>Hi Amlan.&lt;BR /&gt;&lt;BR /&gt;For the date field, lets say if you want to choose the 25th June, 2022 date then you can use an XPath expression as: &lt;CODE&gt;//li[@data-date='2022-06-25']&lt;/CODE&gt;&lt;BR /&gt;&lt;BR /&gt;I think here the issue is specifically with Click action that actually I have been seeing in many websites nowadays while automating in Browser mode since if you select Global Hover option you will be able to see that the mouse cursor goes over that specific date field which means that the element is able to get identified&lt;BR /&gt;&lt;BR /&gt;However, click/press/select options itself are not working and this I believe is a major bug with Browser mode as of now. Same issue I found while automating another website for &lt;A href="https://www.spicejet.com/" target="_blank" rel="noopener"&gt;Spice Jet&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="user-content-mention" data-sign="@" data-contactkey="bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-tag-text="@John Carter" href="https://community.blueprism.com/network/profile?UserKey=bf6edb31-c42f-4040-9e4b-d47f91046c5a" data-itemmentionkey="a1c3dc5f-0a17-447d-8ac5-10335895eec0"&gt;@John Carter&lt;/A&gt; &lt;A class="user-content-mention" data-sign="@" data-contactkey="0a9b5778-7ac7-4764-a9c9-822633ad2ffb" data-tag-text="@Bruce Liu" href="https://community.blueprism.com/people/bruce-liu1" data-itemmentionkey="030b0488-b87a-40b2-8c8e-6c83433f6de2"&gt;@Bruce Liu&lt;/A&gt; - Are you aware of any such bugs and is it there under any bug fixes plan for upcoming versions as many times UIA/AA mode might not be suitable considering the speed and performance for some of these automations. Ideally, with browser mode we should be able to click on elements if that is getting identified properly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;​​​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;----------------------------------&lt;BR /&gt;Hope it helps you out and if my solution resolves your query, then please mark it as the 'Best Answer' so that the others members in the community having similar problem statement can track the answer easily in future&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Devneet Mohanty&lt;BR /&gt;Intelligent Process Automation Consultant | Sr. Consultant - Automation Developer,&lt;BR /&gt;WonderBotz India Pvt. Ltd.&lt;BR /&gt;Blue Prism Community MVP | Blue Prism 7x Certified Professional&lt;BR /&gt;Website: &lt;A href="https://devneet.github.io/" target="test_blank"&gt;https://devneet.github.io/&lt;/A&gt;&lt;BR /&gt;Email: devneetmohanty07@gmail.com&lt;BR /&gt;&lt;BR /&gt;----------------------------------&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2022 10:40:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69468#M22073</guid>
      <dc:creator>devneetmohanty07</dc:creator>
      <dc:date>2022-06-23T10:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: Date Picker is not working</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69469#M22074</link>
      <description>I have tried the same &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1843"&gt;@devneetmohanty07&lt;/a&gt; . But the problem is click Press that functionality is not working.​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Amlan Sahoo&lt;BR /&gt;Senior RPA Consultant&lt;BR /&gt;WonderBotz&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Jun 2022 11:18:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Date-Picker-is-not-working/m-p/69469#M22074</guid>
      <dc:creator>_Amlansahoo</dc:creator>
      <dc:date>2022-06-23T11:18:00Z</dc:date>
    </item>
  </channel>
</rss>

