Uses of Class
com.facilita.fc.web.InputElement
-
Packages that use InputElement Package Description com.facilita.fc.web The eggPlant Performance Web Java API makes it easy to perform load tests against web sites and services, by providing classes and methods that simulate the behaviour of a web browser sending/receiving HTTP(s) requests to/from a web server. -
-
Uses of InputElement in com.facilita.fc.web
Subclasses of InputElement in com.facilita.fc.web Modifier and Type Class Description class
FileElement
Represents anInputElement
which is a file select control.class
ImageButtonElement
Represents anInputElement
which is an image.Methods in com.facilita.fc.web that return InputElement Modifier and Type Method Description InputElement
Form. getInputElement(java.lang.String name)
Gets theInputElement
with the specifiedname
.InputElement
Form. getInputElement(java.lang.String name, java.lang.String value)
static InputElement
InputElement. makeFrom(HtmlElement htmlElement)
For internal use only.Methods in com.facilita.fc.web with parameters of type InputElement Modifier and Type Method Description static long
InputElement. getCPtr(InputElement obj)
For internal use only.
-