Hi Team,
As per the design the BOT has to click check box on both “Is team requisition & Is team received” fields.
When bot retry the same transaction due to application exception… the bot is unchecking those fields.
Check/uncheck activity is not working on this element ( looks like this is not check button element)
Get attribute activity also not useful ( since property explorer does not have any unique value when it is checked/unchecked)
How to Skip bot clicking on check box on these 2 field when it is retrying the same transaction?
Hi @Sathish_Kumar_S ,
Have you Checked with the UiExplorer the differences in the Selector and also the with the Check Box Clicked and Unclicked ?
If possible, Could you Share the Screenshots (Both) of the whole UiExplorer window here ?
Result when using check/uncheck activity:
I didn’t see any difference in values in property explorer and selector
Unchecked:
Checked:
ppr
(Peter Preuss)
January 12, 2023, 12:37pm
4
we would recommend to inspect also the elements around this element, as you had shared with us a label element.
Anil_G
(Anil Gorthi)
January 12, 2023, 12:38pm
5
Sathish_Kumar_S:
o
@Sathish_Kumar_S
I believe you are spying a label element…Can you try hovering mouse over it while indicating may be there is some other element or you can verify from inspect element on browser as well…
If you identify the element properly then you might get the checked and unchecked value
Try hovering over check box if nothing highlights separately check the html using inspect element
cheers
cheers
@ppr @Anil_G Is it possible to do something with Retry number variable value?
Like retrynumber=0 only click on check box else do nothing?
How to use retry number variable or argument in Process.xaml?
Anil_G
(Anil Gorthi)
January 13, 2023, 2:23am
7
@Sathish_Kumar_S
May I know which retry you are talking about?
Cheers
transactionitem.retryno option?
Anil_G
(Anil Gorthi)
January 13, 2023, 5:48am
9
Sathish_Kumar_S:
nothing
@Sathish_Kumar_S
You can create condition using it…And that would be available only when you use queues.
cheers
1 Like
yes i am using queue… Is it possible to invoke this inside process.xaml
May i know the if condition to check box only for first time not after exception occured?
transactionitem.retryno=0 or transactionitem.retryno=1?
Enabling check box only if transactionitem.retryno=0 and it worked
1 Like
system
(system)
Closed
January 16, 2023, 6:54am
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.