Forum Discussion
AlexKaras
14 years agoChampion Level 3
Hi
Shanmugavel,
> Can I do Click event on my screen using Co-Ordinates.
Yes, you can. Something like
Sys.Desktop.MouseDown(...)
Sys.Desktop.MouseUp(...)
See relevant help topics for MouseDown/MouseUp description and parameters.
> Also Can I do click on a object that is not enabled ie. another object
is overlapped [...]
Yes, you can click on the disabled object absolutely the same way you are clicking on enabled object.
Most probably you will not be able to click the object overlapped by some other one just because you cannot do this as an ordinary user. And because TestComplete emulates user's actions it will fail to click such overlapped object as well.
Shanmugavel,
> Can I do Click event on my screen using Co-Ordinates.
Yes, you can. Something like
Sys.Desktop.MouseDown(...)
Sys.Desktop.MouseUp(...)
See relevant help topics for MouseDown/MouseUp description and parameters.
> Also Can I do click on a object that is not enabled ie. another object
is overlapped [...]
Yes, you can click on the disabled object absolutely the same way you are clicking on enabled object.
Most probably you will not be able to click the object overlapped by some other one just because you cannot do this as an ordinary user. And because TestComplete emulates user's actions it will fail to click such overlapped object as well.
Related Content
- 15 years ago
Recent Discussions
- 2 days ago
- 8 days ago
- 11 days ago