net.thucydides.gwt.widgets
Class FileToUpload

Package class diagram package FileToUpload
java.lang.Object
  extended by net.thucydides.gwt.widgets.FileToUpload

public class FileToUpload
extends Object

A class that helps upload a file to an HTML form in using a fluent API.


Constructor Summary
FileToUpload(String filename)
           
 
Method Summary
 void to(org.openqa.selenium.WebElement uploadFileField)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileToUpload

public FileToUpload(String filename)
Method Detail

to

public void to(org.openqa.selenium.WebElement uploadFileField)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.