dogtail r399 - in trunk: . examples
- From: zcerza svn gnome org
- To: svn-commits-list gnome org
- Subject: dogtail r399 - in trunk: . examples
- Date: Mon, 11 Aug 2008 21:21:21 +0000 (UTC)
Author: zcerza
Date: Mon Aug 11 21:21:21 2008
New Revision: 399
URL: http://svn.gnome.org/viewvc/dogtail?rev=399&view=rev
Log:
* examples/gedit-test-utf8-procedural-api.py: Collapse the file
chooser's expander widget when we're done using it.
Modified:
trunk/ChangeLog
trunk/examples/gedit-test-utf8-procedural-api.py
Modified: trunk/examples/gedit-test-utf8-procedural-api.py
==============================================================================
--- trunk/examples/gedit-test-utf8-procedural-api.py (original)
+++ trunk/examples/gedit-test-utf8-procedural-api.py Mon Aug 11 21:21:21 2008
@@ -2,6 +2,7 @@
# Dogtail demo script
from dogtail.config import config
+#config.debugSleep = True
#config.debugSearching = True
#config.debugTranslation = True
@@ -64,6 +65,9 @@
# Click the Desktop widget
click('Desktop', roleName = 'table cell')
+# collapse the expander
+click('Browse for other folders')
+
# We want to save to the file name 'UTF8demo.txt'.
focus.text()
focus.widget.text = 'UTF8demo.txt'
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]