Uses of Class
org.htmlunit.html.HtmlSelect
Packages that use HtmlSelect
Package
Description
Provides abstract super classes for different types of actions.
Provides various utility classes to make writing test cases easier.
Classes specific to HTML pages, particularly the
HtmlPage
which represents
an HTML document and provides access to its content.-
Uses of HtmlSelect in com.xceptance.xlt.api.actions
Methods in com.xceptance.xlt.api.actions with parameters of type HtmlSelectModifier and TypeMethodDescriptionprotected void
AbstractHtmlPageAction.loadPageBySelect
(HtmlSelect select, String optionValue) Loads the page by selecting an option of the given HTML select element.protected void
AbstractHtmlPageAction.loadPageBySelect
(HtmlSelect select, String optionValue, long waitingTime) Loads the page by selecting an option from the given HTML select element.protected void
AbstractHtmlPageAction.loadPageBySelect
(HtmlSelect select, HtmlOption option) Loads the page by selecting an option form the given HTML select element.protected void
AbstractHtmlPageAction.loadPageBySelect
(HtmlSelect select, HtmlOption option, long waitingTime) Loads the page by selecting an option from the given HTML select element. -
Uses of HtmlSelect in com.xceptance.xlt.api.util
Methods in com.xceptance.xlt.api.util that return HtmlSelectModifier and TypeMethodDescriptionstatic HtmlSelect
HtmlPageUtils.getSelectEndingWith
(HtmlForm form, String suffix) Returns the first select element that ends with this suffix.static HtmlSelect
HtmlPageUtils.getSelectStartingWith
(HtmlForm form, String prefix) Returns the first select element that starts with this prefix. -
Uses of HtmlSelect in org.htmlunit.html
Methods in org.htmlunit.html that return HtmlSelectModifier and TypeMethodDescriptionHtmlOption.getEnclosingSelect()
Gets the enclosing select of this option.HtmlOptionGroup.getEnclosingSelect()
Gets the enclosing select of this HtmlOptionGroup.HtmlForm.getSelectByName
(String name) Returns the firstHtmlSelect
element in this form that has the specified name.Methods in org.htmlunit.html that return types with arguments of type HtmlSelectModifier and TypeMethodDescriptionHtmlForm.getSelectsByName
(String name) Returns all theHtmlSelect
elements in this form that have the specified name.