GNOME Bugzilla – Bug 616370
Object name lookup fails
Last modified: 2010-04-21 07:16:54 UTC
Steps to reproduce: 1. In VMware Workstation Installer window, when EULA page display a text object is available 2. Navigate to next pages and when entering Eclipse path, again text object exist Actual result: LDTP failed to set text on second text, as the appmap info was incorrect. Still pointing to first text control Expected result: It has to re-iterate and update the appmap info Also the above bug applicable for waittillguinotexist function. During installation of VMware Workstation, progress bar appears for near about 100 seconds. In this case, if I use: waittillguinotexist('VMware Workstation Installer', 'pbar0', 240) Even though the progress bar disappeared in approx 100 seconds, this function was waiting for 240 seconds. Additional fix, with above fix for: # In gedit of Ubuntu 10.04 getobjectproperty('dlgOpenFiles', 'txtLocation', 'label_by') actual: returns '' expected: returns 'Location:' Fix has been checked into git.