- SearchContainer - Class in com.abmash.extraction
-
- SearchContainer() - Constructor for class com.abmash.extraction.SearchContainer
-
- second() - Method in class com.abmash.api.HtmlElements
-
Gets the second item of the list.
- select(String) - Static method in class com.abmash.api.query.QueryFactory
-
Finds elements that match the given selector (CSS or jQuery).
- Select - Class in com.abmash.core.browser.interaction
-
- Select(Browser, HtmlElement, String, Select.SelectMethod) - Constructor for class com.abmash.core.browser.interaction.Select
-
- select(String, double) - Static method in class com.abmash.core.jquery.JQueryFactory
-
- Select.SelectMethod - Enum in com.abmash.core.browser.interaction
-
- SelectPredicate - Class in com.abmash.core.query.predicate
-
- SelectPredicate(String) - Constructor for class com.abmash.core.query.predicate.SelectPredicate
-
- setAlt(String) - Method in class com.abmash.parser.content.Image
-
- setAttributeNames(ArrayList<String>) - Method in class com.abmash.api.HtmlElement
-
- setAttributes(Map<String, String>) - Method in class com.abmash.api.HtmlElement
-
- setColor(Color) - Method in class com.abmash.core.query.ColorOptions
-
- setDate(String, DateTime) - Method in class com.abmash.core.tools.ParamHolder
-
- setDirectionHasToMatchAllTargets(boolean) - Method in class com.abmash.core.query.DirectionOptions
-
- setDistanceType(DistanceType) - Method in class com.abmash.core.query.DirectionOptions
-
- setDominance(double) - Method in class com.abmash.core.query.ColorOptions
-
- setDominance(Dominance) - Method in class com.abmash.core.query.ColorOptions
-
- setDouble(String, Double) - Method in class com.abmash.core.tools.ParamHolder
-
- setExactMatch(String) - Method in class com.abmash.extraction.container.TextExtractionContainer
-
- setExactMatchWithWindow(String) - Method in class com.abmash.extraction.container.TextExtractionContainer
-
- setFrameElement(HtmlElement) - Method in class com.abmash.api.HtmlElement
-
Sets frame element if this element is located in a frame or iframe.
- setInBounds(boolean) - Method in class com.abmash.core.query.DirectionOptions
-
- setInteger(String, Integer) - Method in class com.abmash.core.tools.ParamHolder
-
- setLabel(String) - Method in class com.abmash.parser.content.Input
-
- setLimit(int) - Method in class com.abmash.core.query.DirectionOptions
-
- setLimitPerTarget(int) - Method in class com.abmash.core.query.DirectionOptions
-
- setLocation(Location) - Method in class com.abmash.api.HtmlElement
-
- setLocation(Location) - Method in class com.abmash.parser.content.ContentElement
-
- setMaxDistance(int) - Method in class com.abmash.core.query.DirectionOptions
-
- setMinDistance(int) - Method in class com.abmash.core.query.DirectionOptions
-
- setName(String) - Method in class com.abmash.parser.content.Input
-
- setName(String) - Method in class com.abmash.parser.content.Link
-
- setPageType(String) - Method in class com.abmash.extraction.container.PageTypeExtractionContainer
-
- setQueries(ArrayList<String>) - Method in class com.abmash.extraction.SearchContainer
-
- setRaw(byte[]) - Method in class com.abmash.parser.content.Image
-
- setReferenceElements(HtmlElements) - Method in class com.abmash.api.HtmlElement
-
Sets reference elements, which are needed for internal closeness calculations.
- setReferenceElements(HtmlElement) - Method in class com.abmash.api.HtmlElement
-
Sets reference element, which is needed for internal closeness calculations.
- setSize(Size) - Method in class com.abmash.api.HtmlElement
-
- setSize(Size) - Method in class com.abmash.parser.content.ContentElement
-
- setSize(String) - Method in class com.abmash.parser.content.Header
-
- setSourceText(String) - Method in class com.abmash.api.HtmlElement
-
- setStatus(String) - Method in class com.abmash.extraction.container.PageTypeExtractionContainer
-
- setString(String, String) - Method in class com.abmash.core.tools.ParamHolder
-
- setTagName(String) - Method in class com.abmash.api.HtmlElement
-
- setTagName(String) - Method in class com.abmash.parser.content.ContentElement
-
- setText(String) - Method in class com.abmash.api.HtmlElement
-
- setText(String) - Method in class com.abmash.parser.content.ContentElement
-
- setText(String) - Method in class com.abmash.parser.content.Header
-
- setTitle(String) - Method in class com.abmash.parser.content.Image
-
- setTolerance(double) - Method in class com.abmash.core.query.ColorOptions
-
- setTolerance(Tolerance) - Method in class com.abmash.core.query.ColorOptions
-
- setType(DirectionType) - Method in class com.abmash.core.query.DirectionOptions
-
- setType(String) - Method in class com.abmash.parser.content.Input
-
- setTypes(ArrayList<ElementCondition.ElementType>) - Method in class com.abmash.api.HtmlElement
-
Sets element types.
- setTypes(ArrayList<ElementCondition.ElementType>) - Method in class com.abmash.api.HtmlElements
-
Sets the type of all elements.
- setUniqueSelector(String) - Method in class com.abmash.api.HtmlElement
-
- setUrl(String) - Method in class com.abmash.parser.content.Image
-
- setUrl(String) - Method in class com.abmash.parser.content.Link
-
- setWeight(double) - Method in class com.abmash.core.jquery.JQuery
-
- setWindowName(String) - Method in class com.abmash.api.HtmlElement
-
Sets name of window which contains this element.
- setWordMatch(String) - Method in class com.abmash.extraction.container.TextExtractionContainer
-
- siblings() - Method in class com.abmash.core.jquery.JQuery
-
- siblings(String) - Method in class com.abmash.core.jquery.JQuery
-
- siblings(SiblingsCommand) - Method in class com.abmash.core.jquery.JQuery
-
- SiblingsCommand - Class in com.abmash.core.jquery.command
-
Gets siblings of each element in the current set of matched elements.
- SiblingsCommand(String) - Constructor for class com.abmash.core.jquery.command.SiblingsCommand
-
- Size - Class in com.abmash.core.element
-
Similar to java.awt.Point, but with double values
- Size(double, double) - Constructor for class com.abmash.core.element.Size
-
- submit(String) - Method in class com.abmash.api.Browser
-
Submits the form, which contains the given form element.
- submit() - Method in class com.abmash.api.HtmlElement
-
Submits the form linked to this element.
- submit() - Method in class com.abmash.api.HtmlElements
-
Submits all elements.
- Submit - Class in com.abmash.core.browser.interaction
-
- Submit(Browser, HtmlElement, Submit.SubmitMethod) - Constructor for class com.abmash.core.browser.interaction.Submit
-
- Submit.SubmitMethod - Enum in com.abmash.core.browser.interaction
-
- submittable(String) - Static method in class com.abmash.api.query.QueryFactory
-
Finds input elements that can be used to submit a form and are labeled with a specific text.
- submittable() - Static method in class com.abmash.api.query.QueryFactory
-
Finds input elements that can be used to submit a form.
- SubmittablePredicate - Class in com.abmash.core.query.predicate
-
- SubmittablePredicate(String) - Constructor for class com.abmash.core.query.predicate.SubmittablePredicate
-
- switchTo(String) - Method in class com.abmash.api.browser.Frame
-
Switches to frame with specified name.
- switchTo(HtmlElement) - Method in class com.abmash.api.browser.Frame
-
Switches to frame which is specified by given
HtmlElement
.
- switchTo() - Method in class com.abmash.core.browser.Popup
-
- switchToElementWindow() - Method in class com.abmash.api.HtmlElement
-
Switches to the window in which this element is located.
- switchToLastOpenedPopup() - Method in class com.abmash.api.browser.Window
-
Switches to the last opened popup.
- switchToMain() - Method in class com.abmash.api.browser.Frame
-
Switches to main content in this window.
- switchToMainContent() - Method in class com.abmash.api.browser.Window
-
Switches to main content in the current window.
- switchToMainWindow() - Method in class com.abmash.api.browser.Window
-
Switches to main window.
- switchToPopup(Popup) - Method in class com.abmash.api.browser.Window
-
Switches to the specified popup.
- switchToWindow(String) - Method in class com.abmash.api.browser.Window
-
Switches to window with specified name or handle.