Uses of Class
com.facilita.fc.web.OptionElement
-
Packages that use OptionElement 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 OptionElement in com.facilita.fc.web
Methods in com.facilita.fc.web that return OptionElement Modifier and Type Method Description OptionElement
Form. getOptionElement(java.lang.String name)
Gets theOptionElement
with the specifiedname
.OptionElement
Form. getOptionElement(java.lang.String name, java.lang.String value)
OptionElement
SelectElement. getOptionElement(int index)
Gets theOptionElement
at the specifedindex
.OptionElement
SelectElement. getOptionElement(java.lang.String value)
Gets theOptionElement
with the specifiedvalue
.OptionElement
SelectElement. getSelectedOption()
Gets theOptionElement
that is currently selected.Methods in com.facilita.fc.web with parameters of type OptionElement Modifier and Type Method Description void
SelectElement. addOptionElement(OptionElement element)
Adds anOptionElement
to the list of availableOptionElement
objects.static long
OptionElement. getCPtr(OptionElement obj)
For internal use only.void
SelectElement. insertOptionElement(int index, OptionElement element)
Inserts anOptionElement
into the list of availableOptionElement
objects.void
SelectElement. setSelectedOption(OptionElement element)
Sets the selected option from the list of availableOptionElement
objects.
-