Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=401992
LDTP | ldtp | Ver: unspecified Summary: Remap on specific control if the control is unavailable. Product: LDTP Version: unspecified Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: Normal Component: ldtp AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: ldtp-dev@lists.freedesktop.org GNOME version: Unspecified GNOME milestone: Unspecified Steps to Reproduce: 1. Input the following script, watch the map info: ldtp.click('frmTasks', 'btnNew') 2. Then input a script: ldtp.click('frmTasks', 'btnNewNon') Actual Results: 1. Map all of components inside the frmTasks. 2. Remap all of components inside the frmTasks again. Expected Results: 2. It should check the map of 'btnNewNon' button whether it exists in current window but for all of components, then add the map of control to map-file after it found. Other: In fact, We always just need to check whether the specific component is available aftet maped all of controls under the window. -- Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email _______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev