[Hildon-test-aut-commits] r331 - trunk/dogtail/dogtail

suanand at garage.maemo.org suanand at garage.maemo.org
Mon Oct 1 15:11:52 EEST 2007


Author: suanand
Date: 2007-10-01 15:11:52 +0300 (Mon, 01 Oct 2007)
New Revision: 331

Modified:
   trunk/dogtail/dogtail/rocknroleSyntax.txt
Log:
updated syntax

Modified: trunk/dogtail/dogtail/rocknroleSyntax.txt
===================================================================
--- trunk/dogtail/dogtail/rocknroleSyntax.txt	2007-10-01 08:31:24 UTC (rev 330)
+++ trunk/dogtail/dogtail/rocknroleSyntax.txt	2007-10-01 12:11:52 UTC (rev 331)
@@ -20,12 +20,14 @@
 
 a.RNRmenu - returns list of all menu dogtail nodes under a
 
-a.tablecellCount() - returns the count of table cells under a
+a.tablecellCount() - returns the count of table cells under a or 0 if no tablecells under it
 
 a.menuClick(9) - click on 9th menu and return its dogtail node
 
 a.menuClickR(7) - click on 7th menu and return it as an RNR object
 
+a.menuIndex('Applications') - returns index of menu Applications or -1 if not found
+
 a.pushbuttonPress('OK') - press on pushbutton 'OK' and return its dogtail node
 
 a.pushbuttonPressR('OK', 'x') - press on pushbutton with name exactly as 'OK' and return it as RNR object



More information about the Hildon-test-aut-commits mailing list