SimulateClick on Click Text activity

Hey guys,

Can someone explain how can I make Click Text activity to do Simulate Click?

@Sarunas_Brazauskas

Click text might not be supported with simulate…

Instead if the text is present in innertext field of the selector…then we can assign variable in the selector and then use click activity with simulate

Please try and let us know

Cheers

Hii @Sarunas_Brazauskas ,
Simulate text will be available in the click activity but not in the Click text Activity. Instead you can use Send window messages as input mode and try or you can go with what @Anil_G has suggested.

You can go through this for reference

Regards,

1 Like

Hi @Sarunas_Brazauskas ,

The SimulateClick property is not available in the Click Text activity, as this activity does not support the Simulate Click option. The SimulateClick property is only available in activities such as Click Image, Click, and Type Into, which can be used to simulate user clicks and keystrokes.