What is the difference between a click activity whose simulateclick property is checked and another one with the same property unchecked?
Answers
Answer:
the activity with the simulateclick flag unchecked moves the mouse cursor over the target element, which the one with flag set does not move the cursor.
Explanation:
Missing options in question :-
1) the activity with an enabled simulateclick flag does not click the target element, it just simulates the action.
2) the activity with the simulateclick flag unchecked moves the mouse cursor over the target element, which the one with flag set does not move the cursor.
3) there is no difference, both can be used in same scenario
4) Non of above
Answer :- the activity with the simulateclick flag unchecked moves the mouse cursor over the target element, which the one with flag set does not move the cursor.
Answer:
The difference between a click activity whose simulate click property is checked and another one with the same property unchecked is that when it is checked, the click is stimulated by using the target application's technology.
If it the check box is not selected, then the hardware driver is used to perform the default method.
This default method is is the slowest method and it cannot work in the background.