- getAllSelectedOptions() - Method in class ru.yandex.qatools.htmlelements.element.Select
-
Returns all selected options belonging to this select tag.
- getAlt() - Method in class ru.yandex.qatools.htmlelements.element.Image
-
Retrieves alternative text from "alt" attribute
- getAttribute(String) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Gets the value of a the given attribute of the element.
- getAttribute(String) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getButtons() - Method in class ru.yandex.qatools.htmlelements.element.Radio
-
Returns all radio buttons belonging to this group.
- getCellAt(int, int) - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns table cell element (<td>), at i-th row and j-th column.
- getClearCharSequence() - Method in class ru.yandex.qatools.htmlelements.element.TextInput
-
Returns sequence of backspaces and deletes that will clear element.
- getColumnByIndex(int) - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns table cell elements (<td>), of a particular column.
- getColumns() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns table cell elements (<td>), grouped by columns.
- getColumnsAsString() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns text values of table cell elements (<td>), grouped by columns.
- getCssValue(String) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Gets the value of a given CSS property.
- getCssValue(String) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getElementName(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
-
- getElementName(Class<T>) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
-
- getElementType(WebElement) - Method in class ru.yandex.qatools.htmlelements.element.Form
-
- getEnteredText() - Method in class ru.yandex.qatools.htmlelements.element.TextInput
-
- getFirstSelectedOption() - Method in class ru.yandex.qatools.htmlelements.element.Select
-
The first selected option in this select tag (or the currently selected option in a normal select).
- getGenericParameterClass(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
-
- getHeadings() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns a list of table heading elements (<th>).
- getHeadingsAsString() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns text values of table heading elements (contained in "th" tags).
- getLabel() - Method in class ru.yandex.qatools.htmlelements.element.CheckBox
-
Finds label corresponding to this checkbox using "following-sibling::label" xpath.
- getLabelText() - Method in class ru.yandex.qatools.htmlelements.element.CheckBox
-
Finds a text of the checkbox label.
- getLocation() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Gets position of the top left-hand corner of the rendered element on page.
- getLocation() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getName() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
- getName() - Method in interface ru.yandex.qatools.htmlelements.element.Named
-
Returns name of the entity.
- getName() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getOptions() - Method in class ru.yandex.qatools.htmlelements.element.Select
-
Returns all options belonging to this select tag.
- getRect() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
- getRect() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getReference() - Method in class ru.yandex.qatools.htmlelements.element.Link
-
Retrieves reference from "href" attribute.
- getResourceFromClasspath(String) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
-
- getRows() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns table cell elements (<td>), grouped by rows.
- getRowsAsString() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns text values of table cell elements (<td>), grouped by rows.
- getRowsAsStringMappedToHeadings() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
- getRowsAsStringMappedToHeadings(List<String>) - Method in class ru.yandex.qatools.htmlelements.element.Table
-
- getRowsMappedToHeadings() - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns list of maps where keys are table headings and values are table row elements (<td>).
- getRowsMappedToHeadings(List<String>) - Method in class ru.yandex.qatools.htmlelements.element.Table
-
Returns list of maps where keys are passed headings and values are table row elements (<td>),.
- getScreenshotAs(OutputType<X>) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
- getScreenshotAs(OutputType<X>) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getSelectedButton() - Method in class ru.yandex.qatools.htmlelements.element.Radio
-
Returns selected radio button.
- getSize() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Gets width and height of the rendered element.
- getSize() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getSource() - Method in class ru.yandex.qatools.htmlelements.element.Image
-
Retrieves path to image from "src" attribute
- getTagName() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Gets the tag name of this element.
- getTagName() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getText() - Method in class ru.yandex.qatools.htmlelements.element.CheckBox
-
- getText() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Gets the visible inner text of this element.
- getText() - Method in class ru.yandex.qatools.htmlelements.element.TextInput
-
Retrieves the text entered into this text input.
- getText() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- getTimeOut(Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementLocatorFactory
-
- getTimeOut(Class) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementLocatorFactory
-
- getWrappedElement() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
- getWrappedElement() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- select() - Method in class ru.yandex.qatools.htmlelements.element.CheckBox
-
Selects checkbox if it is not already selected.
- Select - Class in ru.yandex.qatools.htmlelements.element
-
Represents web page select control.
- Select(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Select
-
Specifies wrapped WebElement.
- selectByIndex(int) - Method in class ru.yandex.qatools.htmlelements.element.Radio
-
Selects a radio button by the given index.
- selectByIndex(int) - Method in class ru.yandex.qatools.htmlelements.element.Select
-
Select the option at the given index.
- selectByValue(String) - Method in class ru.yandex.qatools.htmlelements.element.Radio
-
Selects first radio button that has a value matching the specified argument.
- selectByValue(String) - Method in class ru.yandex.qatools.htmlelements.element.Select
-
Select all options that have a value matching the argument.
- selectByVisibleText(String) - Method in class ru.yandex.qatools.htmlelements.element.Select
-
Select all options that display text matching the argument.
- sendKeys(CharSequence...) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Simulates typing into an element.
- sendKeys(CharSequence...) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
- set(boolean) - Method in class ru.yandex.qatools.htmlelements.element.CheckBox
-
Selects checkbox if passed value is true and deselects otherwise.
- setFileToUpload(String) - Method in class ru.yandex.qatools.htmlelements.element.FileInput
-
Sets a file to be uploaded.
- setName(String) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Sets a name of a block.
- setName(String) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-
Sets a name of an element.
- setWrappedElement(WebElement) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
Sets the wrapped WebElement.
- sleepFor() - Method in class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementNamedProxyHandler
-
- submit() - Method in class ru.yandex.qatools.htmlelements.element.FileInput
-
Submits selected file by simply submitting the whole form, which contains this file input.
- submit() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
-
If this element is a form, or an element within a form, then this will submit this form to
the remote server.
- submit() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
-