After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616370 - Object name lookup fails
Object name lookup fails
Status: RESOLVED FIXED
Product: LDTP
Classification: Other
Component: ldtp2
2.0.0
Other Linux
: Normal normal
: ---
Assigned To: LDTP Development Mailing List
LDTP Development Mailing List
Depends on:
Blocks:
 
 
Reported: 2010-04-21 07:15 UTC by Nagappan Alagappan
Modified: 2010-04-21 07:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Nagappan Alagappan 2010-04-21 07:15:45 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.