I have 2 questions:
![]()
-
When opening a webpage by clicking a link on an original webpage, the Back button on the new webpage should be clickable. But when I run my automation, sometimes the Back button might be grey. In this scenario, I have to click the blank area of this webpage manually to activate the button. My browser is Chrome.
-
In order to solve the first problem, I added a hardware event Click activity in my automation. Since hardware activity tends to be interrupted, I also added a GetAttribution activity for Back button to judge if the hardware activity is needed. It seems the “foreground” attribution is the one (true corresponds to available) as in below figure. However, in the ForEach, it only worked in the first cycle. In the following cycles, the output of GetAttribution seems wrong, that is, although the Back button is grey (and the “foreground” attribution is also “false” in UI Explorer, below figure), the output of GetAttribution is “true”.

The first problem used to occur in the initial cycle only, but recently it also occurred in the sequent cycles. I wonder if it is related to the update of the latest community version.
Please share your advice and help me. Thank you in advance.
