====== GetPosition() ====== //(Sample Code taken from the DroidScript Google-Group)// var obj = element.GetPosition(); app.Alert(obj.left + "\n" + obj.top + "\n"+ obj.width + "\n" + obj.height )