LDTP
2.3.1
|
getobjectnameatcoords([wait])
Get object name at the mouse coordinates
1 | on success, 0 on failure |
Refer: http://cgit.freedesktop.org/ldtp/ldtp/tree/python/ldtp.py
from ldtp import *
print getobjectnameatcoords()
print getobjectnameatcoords(5)