I cant click the Combine Button on Excel

Why is my Click Combine button not working I have dropped a click widget(its classic)?

Hi @Ravu ,
You can use click image activity
pls check delay before click
or use click classic, you need edit selector of it
regards,

Hello @Ravu

  1. Use the “Click” activity.
  2. Set the “Selector” property to identify the target element.
  3. Optionally, adjust other properties like “SimulateClick” or “DelayBefore” based on your needs.
  4. Run the workflow to execute the click operation.

Thanks & Cheers!!!

@Ravu

Welcome to the community

  1. It is not advised to use ui automation on excel…instead there are excel related activities that you can use
  2. If you are using power query then also you can use macros and invoke them from UiPath instead of doing ui automation
  3. If you still want to use ui only then first check the selector if it is proper…and also sometimes on excel we need to use hardware events option in click to get the required click

Cheers