Revision: 547
Author:   henryju
Date:     2006-08-01 04:31:54 -0700 (Tue, 01 Aug 2006)
ViewCVS:  http://svn.sourceforge.net/jwebunit/?rev=547&view=rev

Log Message:
-----------
Add a TODO to not forget textarea support in setTextField

Modified Paths:
--------------
    
trunk/jwebunit-selenium-plugin/src/main/java/net/sourceforge/jwebunit/selenium/SeleniumDialog.java
Modified: 
trunk/jwebunit-selenium-plugin/src/main/java/net/sourceforge/jwebunit/selenium/SeleniumDialog.java
===================================================================
--- 
trunk/jwebunit-selenium-plugin/src/main/java/net/sourceforge/jwebunit/selenium/SeleniumDialog.java
  2006-08-01 11:16:05 UTC (rev 546)
+++ 
trunk/jwebunit-selenium-plugin/src/main/java/net/sourceforge/jwebunit/selenium/SeleniumDialog.java
  2006-08-01 11:31:54 UTC (rev 547)
@@ -390,6 +390,7 @@
     }
 
     public void setTextField(String inputName, String text) {
+        //TODO Add textarea support
         selenium.type("xpath=" + formSelector() + "//[EMAIL 
PROTECTED]'"+inputName+"' and (@type=text or @type=password)]", text);
     }
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Jwebunit-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-development

Reply via email to