[Checkins] SVN: gocept.selenium/trunk/ - API expandsion: ``getSelectOptions``

Christian Zagrodnick cz at gocept.com
Fri Oct 22 07:33:10 EDT 2010


Log message for revision 117817:
  - API expandsion: ``getSelectOptions``
  
  

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-10-22 05:31:17 UTC (rev 117816)
+++ gocept.selenium/trunk/CHANGES.txt	2010-10-22 11:33:09 UTC (rev 117817)
@@ -5,6 +5,7 @@
 ----------------
 
 - Fixed tests for the StaticFilesLayer to pass with Python 2.4 through 2.7.
+- API expandsion: ``getSelectOptions``
 
 
 0.7 (2010-08-16)

Modified: gocept.selenium/trunk/src/gocept/selenium/selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-10-22 05:31:17 UTC (rev 117816)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-10-22 11:33:09 UTC (rev 117817)
@@ -501,6 +501,10 @@
     def isSomethingSelected(self, locator):
         pass
 
+    @passthrough
+    def getSelectOptions(self, locator):
+        pass
+
     @assert_type('locator')
     @passthrough
     def isChecked(self, locator):



More information about the checkins mailing list