If you have any questions why you received this email, please see the text at the end of this email. Replies to this email are NOT read, please see the text at the end of this email. You can add comments to this bug at: http://bugzilla.gnome.org/show_bug.cgi?id=587614
LDTP | pyldtp | Ver: 1.6.0 Summary: Method to measure how long a window is showing up Product: LDTP Version: 1.6.0 Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: Normal Component: pyldtp AssignedTo: ldtp-ma...@gnome.bugs ReportedBy: apul...@gmail.com QAContact: ldtp-dev@lists.freedesktop.org GNOME version: Unspecified GNOME milestone: Unspecified I would love to have a method that returns the time (in milliseconds) that a window has been showing in the screen. Right now I use: waittillguiexists(window) start_time = time.time() waittillguinotexists(window) end_time = time.time() but that has a measure error of about 1.5 seconds. It would be great to have something like: time = showing_time(window) that will return how long the window was showing on the screen. -- See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received this email, why you can't respond via email, how to stop receiving emails (or reduce the number you receive), and how to contact someone if you are having problems with the system. You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=587614. _______________________________________________ LDTP-dev mailing list LDTP-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/ldtp-dev