[Checkins] SVN: gocept.selenium/trunk/ - API expansion: add ``runScript``.

Christian Zagrodnick cz at gocept.com
Thu Aug 5 05:05:55 EDT 2010


Log message for revision 115489:
  - API expansion: add ``runScript``.
  
  

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-08-05 08:45:48 UTC (rev 115488)
+++ gocept.selenium/trunk/CHANGES.txt	2010-08-05 09:05:55 UTC (rev 115489)
@@ -8,7 +8,9 @@
 
 - API expansion: add ``isChecked`` to verify checkboxes.
 
+- API expansion: add ``runScript``.
 
+
 0.5 (2010-08-03)
 ----------------
 

Modified: gocept.selenium/trunk/src/gocept/selenium/selenese.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-05 08:45:48 UTC (rev 115488)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-05 09:05:55 UTC (rev 115489)
@@ -214,6 +214,10 @@
     def typeKeys(self):
         pass
 
+    @passthrough
+    def runScript(self, script):
+        pass
+
     # Getter
 
     @assert_type('pattern')



More information about the checkins mailing list