Click action is not working while test run

The action of clicking is captured and works in preview, but when I add that function in the main process it does not implement. Tried with Multiconfig as well as Web mode and Windows mode.
Kindly help to find the solution for click action to work in main process.

Hi Vijay,

This could be happening because of control id is dynamic. You can use JavaScript activity to perform click action.

Thank you and regards,
Rakesh

@vijay.kakade

You can also try Manual approach. In case Web Elements are not getting detected, then you can provide a expression to find the element.
Refer Knowledge Base for more info.