[Checkins] SVN: gocept.selenium/trunk/ added *SelectedLabel to the selenese API, tests pending

Thomas Lotze tl at gocept.com
Tue Mar 30 11:38:48 EDT 2010


Log message for revision 110301:
  added *SelectedLabel to the selenese API, tests pending

Changed:
  U   gocept.selenium/trunk/CHANGES.txt
  U   gocept.selenium/trunk/src/gocept/selenium/selenese.py

-=-
Modified: gocept.selenium/trunk/CHANGES.txt
===================================================================
--- gocept.selenium/trunk/CHANGES.txt	2010-03-30 13:58:08 UTC (rev 110300)
+++ gocept.selenium/trunk/CHANGES.txt	2010-03-30 15:38:48 UTC (rev 110301)
@@ -4,7 +4,7 @@
 0.4.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- API expansion: added ``getSelectedLabel``.
 
 
 0.4 (2010-03-30)

Modified: gocept.selenium/trunk/src/gocept/selenium/selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-03-30 13:58:08 UTC (rev 110300)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-03-30 15:38:48 UTC (rev 110301)
@@ -210,6 +210,11 @@
 
     @assert_type('locator_pattern')
     @passthrough
+    def getSelectedLabel(self, locator):
+        pass
+
+    @assert_type('locator_pattern')
+    @passthrough
     def getText(self, locator):
         pass
 



More information about the checkins mailing list