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

Christian Zagrodnick cz at gocept.com
Thu Aug 5 08:59:56 EDT 2010


Log message for revision 115494:
  - API expansion: add ``clickAt``.
  
  

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 12:34:18 UTC (rev 115493)
+++ gocept.selenium/trunk/CHANGES.txt	2010-08-05 12:59:56 UTC (rev 115494)
@@ -13,7 +13,9 @@
 - The ``pause`` method uses float division now. Pauses where implicitly rounded
   to full seconds before when an int was passed.
 
+- API expansion: add ``clickAt``.
 
+
 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 12:34:18 UTC (rev 115493)
+++ gocept.selenium/trunk/src/gocept/selenium/selenese.py	2010-08-05 12:59:56 UTC (rev 115494)
@@ -127,6 +127,10 @@
         self.waitForPageToLoad()
 
     @passthrough
+    def clickAt(self, locator, coordString):
+        pass
+
+    @passthrough
     def chooseCancelOnNextConfirmation(self):
         pass
 



More information about the checkins mailing list