Forum Discussion

loginmm's avatar
loginmm
Contributor
14 years ago

Waiting until the bar item state changes operation

 Hi,


In my application after Selecting a checkbox pop up will come but between these two operations 'waiting until the bar item state changes operation' is running and the script failing all the time. Its not showing the recorded steps, but only at the time running the script.

How can I stop/skip this operation.



Please review the screenshot.


 

16 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    Based upon that screen shot, I would use the IsChecked[Set] method and pass the value of "true" to it.
  • Hi Bob,


    Thank you for the reply.


    After I changed the operation as  IsChecked[Set] method and pass the value of "true" to it, while running application showing as playback, but not going to the next step, please review the screenshot.


     

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    The value you need to pass needs to be of Mode Constant, Type Boolean and set the value to "true".  It looks like you are using the string "true" instead of the actual boolean.
  • Please review the parameters what ever I mention in the attachment. I did not mention String type.
  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    To be honest, I'm at a bit of a loss right now.  



    Generally speaking, you're going to have to play around with the check box component to find the proper methods, properties, etc, to end up with the box checked and then allowing the automation to continue to the next step.  There will most likely be a lot of trial and error. 



    That is, unless someone else has any particular thoughts.
  • Hi Bob,



    Thank you for your time.



    I will try some other ways and I will let you know if I need any information.