dogtail r399 - in trunk: . examples



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]