Uses of Class
com.facilita.fc.web.SelectElement
-
Packages that use SelectElement 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 SelectElement in com.facilita.fc.web
Methods in com.facilita.fc.web that return SelectElement Modifier and Type Method Description SelectElement
Form. getSelectElement(java.lang.String name)
Gets theSelectElement
with the specifiedname
.SelectElement
Form. getSelectElement(java.lang.String name, java.lang.String value)
static SelectElement
SelectElement. makeFrom(HtmlElement htmlElement)
For internal use only.Methods in com.facilita.fc.web with parameters of type SelectElement Modifier and Type Method Description static long
SelectElement. getCPtr(SelectElement obj)
For internal use only.
-