[LDTP-Dev] [Bug 343878] Need a function to get the window's size
LDTP (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Mon Jun 5 01:36:58 PDT 2006
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=343878
LDTP | general | Ver: 0.4.x
------- Comment #3 from Prashanth Mohan 2006-06-05 08:36 UTC -------
For widgetexists(), you can create a simple python function:
def WidgetExists (WindowName, ComponentName):
for widget in getobjectlist (WindowName):
if widget == ComponentName:
return True
return False
--
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are watching the assignee for the bug.
More information about the LDTP-dev
mailing list