My workflow in salesforce lightning (chrome) keeps getting hung up on a specific click activity. I need it to click a button in a grouping at the top of the page but even though the selector is correct, I have to manually jiggle the mouse or else I get the “Could not find UI element” error.
Here are some things I have tried:
Using SendWindowsMessage, SimulateClick, and the default method
Changing the selector
Repairing the selector on various record pages
Using the AA Framework instead of the Default
Adding an anchor to the group of buttons
Using an Element Exists activity before the click
Placing the activity in a Retry Scope
Adding a click activity that clicks a different part of the page(this works sometimes)
I would like to avoid using the “ClickText” activity if possible.
What else can I try?