Click activity not click

I use click activity but sometimes click , sometime not click and pass to next step.

Please guide me about it.

image

@fairymemay,

Best way to get selector is that, use ui explorer and once you indicate on element using it, it will give us lot of options to make selector workable in any situation.

Cheers,
Pankaj

@Pankaj.Patil round 1 click but round 2 not click.

@fairymemay,

Plz see if any difference found in both selectors by debuging code.
i guess something extra is coming for round 2.

@Pankaj.Patil I add new sequence and use click activity by UIExplorer ----> click correct.

But I copy to original flow not click.

Please guide me about it.

@fairymemay,

Great…
I like to see selector of that click activity.
once you copy from test flow and paste in original one and validate it there itself.

Hi @fairymemay

when you are using click activity, please enable the “Simulate Click” in the property panel under Options. If its not support, please let me know.

image

1 Like

@saijagadesh06 I​ check​ enable simulate​ click​ -​–> click​ correct.

What​ does​ simulate click​ work​?

@fairymemay - This rule checks for all the activities that have the SimulateClick property selected. Using Simulate Click does not rely on the mouse driver, so it provides a faster way of performing click actions. On the other hand, some applications might not support this click type, so this rule provides a list of all activities that have this property selected.

2 Likes

@fairymemay - If you got an answer, please mark it as solution.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.