- has(String) - Method in class com.abmash.core.jquery.JQuery
-
- has(HasCommand) - Method in class com.abmash.core.jquery.JQuery
-
- hasAdequateReturnValue() - Method in class com.abmash.core.browser.JavaScriptResult
-
- HasCommand - Class in com.abmash.core.jquery.command
-
Reduce the set of matched elements to those that have a descendant that matches the selector or element.
- HasCommand(String) - Constructor for class com.abmash.core.jquery.command.HasCommand
-
- hashCode() - Method in class com.abmash.core.element.Location
-
- hashCode() - Method in class com.abmash.core.element.Size
-
- Header - Class in com.abmash.parser.content
-
- Header() - Constructor for class com.abmash.parser.content.Header
-
- headline(String) - Static method in class com.abmash.api.query.QueryFactory
-
Finds title/headline elements that contain a specific text and have a bigger font size than average elements.
- headline() - Static method in class com.abmash.api.query.QueryFactory
-
Finds all elements that are titles/headlines or have a bigger font size than average elements.
- HeadlinePredicate - Class in com.abmash.core.query.predicate
-
- HeadlinePredicate(String) - Constructor for class com.abmash.core.query.predicate.HeadlinePredicate
-
- height - Variable in class com.abmash.core.element.Size
-
- highlight(HtmlElement) - Method in class com.abmash.api.browser.Debug
-
Debug method which highlights the given
HtmlElement
with a red dashed border.
- highlight(HtmlElements) - Method in class com.abmash.api.browser.Debug
-
Debug method which highlights all given
HtmlElements
with a red dashed border.
- highlight(String) - Method in class com.abmash.api.browser.Debug
-
Debug method which searches for an element with the given query string and highlights it with a red dashed border.
- History - Class in com.abmash.api.browser
-
- history() - Method in class com.abmash.api.Browser
-
Allows to interact with the browser history.
- History(Browser) - Constructor for class com.abmash.api.browser.History
-
Constructs new BrowserHistory instance to interact with the browser history
- hover(String) - Method in class com.abmash.api.Browser
-
Searches for a element with specified query string and hovers it with the mouse.
- hover() - Method in class com.abmash.api.HtmlElement
-
Hovers on element with the mouse.
- hover() - Method in class com.abmash.api.HtmlElements
-
Hovers all elements with the mouse.
- Hover - Class in com.abmash.core.browser.interaction
-
- Hover(Browser, HtmlElement) - Constructor for class com.abmash.core.browser.interaction.Hover
-
- HtmlElement - Class in com.abmash.api
-
Representation of an HTML element on the web page.
- HtmlElement(Browser, RemoteWebElement) - Constructor for class com.abmash.api.HtmlElement
-
Creates a new HtmlElement
instance and caches most important data.
- HtmlElements - Class in com.abmash.api
-
- HtmlElements() - Constructor for class com.abmash.api.HtmlElements
-
Constructs new empty list.
- HtmlElements(HtmlElement) - Constructor for class com.abmash.api.HtmlElements
-
Constructs new list with one element.
- HtmlElements(Browser, List<WebElement>) - Constructor for class com.abmash.api.HtmlElements
-
/**
Constructs new list with multiple Selenium WebElement
instances.
- HtmlParser - Class in com.abmash.parser
-
- HtmlParser(Browser) - Constructor for class com.abmash.parser.HtmlParser
-