<?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: Unable to Get the Check box State in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93536#M43083</link>
    <description>Hi Krista,&lt;BR /&gt;&lt;BR /&gt;Tried comparing few other check boxes but there are no difference in the attributes except for the Path and the ID.&lt;BR /&gt;&lt;BR /&gt;Any further help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;rahul chaudhary&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 21 Apr 2021 10:39:00 GMT</pubDate>
    <dc:creator>rahulchaudhary1</dc:creator>
    <dc:date>2021-04-21T10:39:00Z</dc:date>
    <item>
      <title>Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93530#M43077</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I have a web application which has multiple check box along with the labels. The process involves checking the state of one of the check box if the respective check box is checked then uncheck it.&lt;BR /&gt;&lt;BR /&gt;Example&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Check box 1 ABC&lt;BR /&gt;Check box 2 DEF&lt;BR /&gt;Check box 3 GHI&lt;BR /&gt;&lt;BR /&gt;Bot will check if the check box 2 is checked or not , if it is checked then uncheck it and end the process.&lt;BR /&gt;&lt;BR /&gt;Issue :- &lt;BR /&gt;1) When i tried to spy the check box along with the label the element type is "Web Element", i manually changed it to "Check Box" and the data type also gets changed to "Flag". Then using the "Read" stage used the "Get Check State" method to fetch the state of the check box , but the value is always "False" even if the check box is checked or unchecked.&lt;BR /&gt;&lt;BR /&gt;2) When i tried to spy the checkbox i.e only the square box without the label , the element type is "Button" and the data type is "Text" there is only one option in the Element Type drop down which is "Web Element" and hence cannot perform any relevant operations to get the state.&lt;BR /&gt;&lt;BR /&gt;Can anyone please provide the solution to this problem :- "How to check the state of the check box and based on the state perform the Unchecking option"&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;rahul chaudhary&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 07:36:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93530#M43077</guid>
      <dc:creator>rahulchaudhary1</dc:creator>
      <dc:date>2021-04-20T07:36:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93531#M43078</link>
      <description>Hi Rahul&lt;BR /&gt;&lt;BR /&gt;If you cant use check state do you have the option of using read value? this might give you value you need. I was wondering though if the checkbox should always be unchecked? is so then do you need to get the current state cant you just write False to the check box since this would make no change if its already unchecked but would uncheck it if it is checked.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 07:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93531#M43078</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2021-04-20T07:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93532#M43079</link>
      <description>&lt;P&gt;I had a similar situation with an SAP Ariba web page. I couldn't use the read stage with Get Check State because it always showed "False" as well. &lt;BR /&gt;I suggest you spy at least the first three or 4 rows of the checkboxes with a certain spy mode, such as HTML. Compare all of the elements for each row to find where the difference is. I noticed a difference with the Parent aY and Match Index with one set of checkboxes. In another set of checkboxes I found it using AA spy mode and the difference was in the aX.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Krista James&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 13:05:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93532#M43079</guid>
      <dc:creator>krista.m.james</dc:creator>
      <dc:date>2021-04-20T13:05:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93533#M43080</link>
      <description>Hello Rahul,&lt;BR /&gt;Just to chime in as well, this may be a good time to use the application modeler.&amp;nbsp; There is a video in the KB link below outlining how it can sometimes help to find elements you are having trouble spying.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://portal.blueprism.com/customer-support/support-center#/path/Automation-Design/Studio/Application-Modeller/1401287562/How-do-I-use-the-Blue-Prism-Application-Navigator.htm" target="test_blank"&gt;https://portal.blueprism.com/customer-support/support-center#/path/Automation-Design/Studio/Application-Modeller/1401287562/How-do-I-use-the-Blue-Prism-Application-Navigator.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Tony Chavez&lt;BR /&gt;Solution Support Engineer&lt;BR /&gt;Blue Prism&lt;BR /&gt;America/Chicago&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93533#M43080</guid>
      <dc:creator>tonylchavez</dc:creator>
      <dc:date>2021-04-20T14:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93534#M43081</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;I tried the "Get Current Value" option it returns the Label value example it returns "DEF".&lt;BR /&gt;also by anyway if we get the flag value True or False we can set it check box to "False" always, but am not getting the Flag value.&lt;BR /&gt;is there any other way we can achieve it ?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;rahul chaudhary&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2021 06:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93534#M43081</guid>
      <dc:creator>rahulchaudhary1</dc:creator>
      <dc:date>2021-04-21T06:28:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93535#M43082</link>
      <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply !&lt;BR /&gt;&lt;BR /&gt;I have already tried doing it in the Application Navigation there are only two elements 1) Button 2) Text . Don't see check box anywhere.&lt;BR /&gt;&lt;BR /&gt;Any further help would be appreciated.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;rahul chaudhary&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2021 10:34:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93535#M43082</guid>
      <dc:creator>rahulchaudhary1</dc:creator>
      <dc:date>2021-04-21T10:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Unable to Get the Check box State</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93536#M43083</link>
      <description>Hi Krista,&lt;BR /&gt;&lt;BR /&gt;Tried comparing few other check boxes but there are no difference in the attributes except for the Path and the ID.&lt;BR /&gt;&lt;BR /&gt;Any further help would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Rahul&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;rahul chaudhary&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Apr 2021 10:39:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Unable-to-Get-the-Check-box-State/m-p/93536#M43083</guid>
      <dc:creator>rahulchaudhary1</dc:creator>
      <dc:date>2021-04-21T10:39:00Z</dc:date>
    </item>
  </channel>
</rss>

