Syntax
getobjectnameatcoords([wait])
Description
Get object name at the mouse coordinates
- Return values
-
| 1 | on success, 0 on failure |
Refer: Linux: http://cgit.freedesktop.org/ldtp/ldtp2/tree/ldtpd/core.py
- Note
- Works only on Linux and Windows
Example
from ldtp import *
print getobjectnameatcoords()
print getobjectnameatcoords(5)
- Author
- Nagappan Alagappan nagap.nosp@m.pan@.nosp@m.gmail.nosp@m..com