Simulate click doesn't work

Hello friends,
@rkelchuri, @Ninett_Panfir, @Rammohan91, @balupad14, @Florent_Salendres, @vvaidya, @Palaniyappan, @loginerror, @MAHESH1

I need to perform the click on the button Cerca of the Chrome page.
I’ve attached the selector of the element.
The simulate click doesn’t work.
can you help me please?
CAmi

simulate click tries to click as soon as the page is loaded. If the page is taking time to load completely it fails in that scenario.
Set the property in Target waitforReady=Complete

Or try with Send Window Message it is also an option for background automation

Well,

is there a mandate that you have to use simulate click only? Just asking…

Well have you tried Hovering cursor over it before clicking then keep all wait for ready as COMPLETE and try clicking.

Also have you tried all UiFrameworks in the UiExplorer for optimizing the selector?

please check and get back if issue still persists :slight_smile:

1 Like

Thank you so much @Raghavendraprasad.

  1. I’ll try Hovering cursor over it before clicking then keep all wait for ready as COMPLETE and try clicking.

  2. What do you measn by trying all UiFrameworks in the UiExplorer for optimizing the selector?
    Thank you,
    Cami

Well @CamiCat

In your screenshot where your UiExplorer is open you can see UiFramework beside the ‘Highlight’ option there you can use either the Default or the active accessibility or the UiAutomation options and sometimes they will provide you with more objects/path/attributes for stabilizing or optimizing the selector.

Hi
choose this attribute and try once
image

Cheers @CamiCat

If AAname is not there for Ui control then?