Skip navigation links
B C D E F G H I L N P R S T W 

B

buildBy() - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementClassAnnotationsHandler
 
buildBy() - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementFieldAnnotationsHandler
 
Button - Class in ru.yandex.qatools.htmlelements.element
Represents web page button control.
Button(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Button
Specifies wrapped WebElement.

C

CheckBox - Class in ru.yandex.qatools.htmlelements.element
Represents web page checkbox control.
CheckBox(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.CheckBox
Specifies wrapped WebElement.
clear() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
If this element is a text entry element, this will clear the value.
clear() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
click() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Clicks this element.
click() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
create(Class<T>, WebDriver) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Creates and initializes a block of elements if the given class is HtmlElement or its successor and initializes page object otherwise.
createHtmlElement(Class<T>, SearchContext) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Creates an instance of the given class representing a block of elements and initializes its fields with lazy proxies.
createHtmlElement(Class<T>, WebElement, String) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
 
createHtmlElementListProxy(ClassLoader, InvocationHandler) - Static method in class ru.yandex.qatools.htmlelements.loader.decorator.ProxyFactory
 
createLocator(Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementLocatorFactory
Creates locator for the given field.
createLocator(Class) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementLocatorFactory
Creates locator for the given field.
createLocator(Class) - Method in interface ru.yandex.qatools.htmlelements.pagefactory.CustomElementLocatorFactory
 
createPageObject(Class<T>, WebDriver) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Creates an instance of the given page object class and initializes its fields with lazy proxies.
createTypifiedElement(Class<T>, SearchContext) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
 
createTypifiedElement(Class<T>, WebElement, String) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
 
createTypifiedElementListProxy(ClassLoader, InvocationHandler) - Static method in class ru.yandex.qatools.htmlelements.loader.decorator.ProxyFactory
 
createWebElementListProxy(ClassLoader, InvocationHandler) - Static method in class ru.yandex.qatools.htmlelements.loader.decorator.ProxyFactory
 
createWebElementProxy(ClassLoader, InvocationHandler) - Static method in class ru.yandex.qatools.htmlelements.loader.decorator.ProxyFactory
 
CustomElementLocatorFactory - Interface in ru.yandex.qatools.htmlelements.pagefactory
A factory for producing ElementLocators.

D

decorate(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
decorateHtmlElement(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
decorateHtmlElementList(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
decorateTypifiedElement(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
decorateTypifiedElementList(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
decorateWebElement(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
decorateWebElementList(ClassLoader, Field) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
DEFAULT_TIMEOUT - Static variable in class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementNamedProxyHandler
 
deselect() - Method in class ru.yandex.qatools.htmlelements.element.CheckBox
Deselects checkbox if it is not already deselected.
deselectAll() - Method in class ru.yandex.qatools.htmlelements.element.Select
Clear all selected entries.
deselectByIndex(int) - Method in class ru.yandex.qatools.htmlelements.element.Select
Deselect the option at the given index.
deselectByValue(String) - Method in class ru.yandex.qatools.htmlelements.element.Select
Deselect all options that have a value matching the argument.
deselectByVisibleText(String) - Method in class ru.yandex.qatools.htmlelements.element.Select
Deselect all options that display text matching the argument.

E

exists() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Determines whether or not this element exists on page.
exists() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
Determines whether or not this element exists on page.
existsInClasspath(String) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 

F

factory - Variable in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
FileInput - Class in ru.yandex.qatools.htmlelements.element
Represents web page file upload element.
FileInput(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.FileInput
Specifies wrapped WebElement.
fill(Map<String, Object>) - Method in class ru.yandex.qatools.htmlelements.element.Form
Fills form with data contained in passed map.
fillCheckBox(WebElement, String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
fillElement(WebElement, String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
fillFile(WebElement, String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
fillInput(WebElement, String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
fillRadio(WebElement, String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
fillSelect(WebElement, String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
findElement(By) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Find the first WebElement using the given mechanism.
findElement(By) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
findElementByKey(String) - Method in class ru.yandex.qatools.htmlelements.element.Form
 
findElements(By) - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Finds all elements within the current context using the given mechanism.
findElements(By) - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
Form - Class in ru.yandex.qatools.htmlelements.element
Represents web page form tag.
Form(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Form
Specifies WebElement representing form tag.

G

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
Deprecated.
Use getText() instead. Retrieves the text entered into this text input.
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
Same as Table.getRowsMappedToHeadings() but retrieves text from row elements (<td>).
getRowsAsStringMappedToHeadings(List<String>) - Method in class ru.yandex.qatools.htmlelements.element.Table
Same as Table.getRowsMappedToHeadings(java.util.List) but retrieves text from row elements (<td>).
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
 

H

hasSelectedButton() - Method in class ru.yandex.qatools.htmlelements.element.Radio
Indicates if radio group has selected button.
hasSelectedOption() - Method in class ru.yandex.qatools.htmlelements.element.Select
Indicates if select has at least one selected option.
HtmlElement - Class in ru.yandex.qatools.htmlelements.element
The base class to be used for making blocks of elements.
HtmlElement() - Constructor for class ru.yandex.qatools.htmlelements.element.HtmlElement
 
HtmlElementClassAnnotationsHandler<T extends HtmlElement> - Class in ru.yandex.qatools.htmlelements.loader.decorator
Handles annotation of HtmlElement and its successors.
HtmlElementClassAnnotationsHandler(Class<T>) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementClassAnnotationsHandler
 
HtmlElementDecorator - Class in ru.yandex.qatools.htmlelements.loader.decorator
Decorator which is used to decorate fields of blocks and page objects.
HtmlElementDecorator(CustomElementLocatorFactory) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementDecorator
 
HtmlElementFieldAnnotationsHandler - Class in ru.yandex.qatools.htmlelements.loader.decorator
Extends default field annotations handling mechanism with processing annotation for blocks and lists of blocks.
HtmlElementFieldAnnotationsHandler(Field) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementFieldAnnotationsHandler
 
HtmlElementListNamedProxyHandler<T extends HtmlElement> - Class in ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers
 
HtmlElementListNamedProxyHandler(Class<T>, ElementLocator, String) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.HtmlElementListNamedProxyHandler
 
HtmlElementLoader - Class in ru.yandex.qatools.htmlelements.loader
Contains methods for blocks of elements initialization and page objects initialization.
HtmlElementLoader() - Constructor for class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
 
HtmlElementLocatorFactory - Class in ru.yandex.qatools.htmlelements.loader.decorator
A factory for producing locator instances.
HtmlElementLocatorFactory(SearchContext) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementLocatorFactory
 
HtmlElementsException - Exception in ru.yandex.qatools.htmlelements.exceptions
Is used to be thrown in runtime in cases when a block of elements or a page object can't be instantiated or initialized.
HtmlElementsException() - Constructor for exception ru.yandex.qatools.htmlelements.exceptions.HtmlElementsException
 
HtmlElementsException(String) - Constructor for exception ru.yandex.qatools.htmlelements.exceptions.HtmlElementsException
 
HtmlElementsException(String, Throwable) - Constructor for exception ru.yandex.qatools.htmlelements.exceptions.HtmlElementsException
 
HtmlElementsException(Throwable) - Constructor for exception ru.yandex.qatools.htmlelements.exceptions.HtmlElementsException
 
HtmlElementUtils - Class in ru.yandex.qatools.htmlelements.utils
Contains utility methods used in framework.

I

Image - Class in ru.yandex.qatools.htmlelements.element
Represents image
Image(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Image
 
invoke(Object, Method, Object[]) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.HtmlElementListNamedProxyHandler
 
invoke(Object, Method, Object[]) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.TypifiedElementListNamedProxyHandler
 
invoke(Object, Method, Object[]) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementListNamedProxyHandler
 
invoke(Object, Method, Object[]) - Method in class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementNamedProxyHandler
 
isDisplayed() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Indicates if this element is displayed or not.
isDisplayed() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
isEnabled() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Indicates if the element is currently enabled or not.
isEnabled() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
isHtmlElement(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isHtmlElement(Class<?>) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isHtmlElement(T) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isHtmlElementList(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isLookupCached() - Method in class ru.yandex.qatools.htmlelements.loader.decorator.HtmlElementClassAnnotationsHandler
 
isMultiple() - Method in class ru.yandex.qatools.htmlelements.element.Select
Indicates whether this select element support selecting multiple options at the same time.
isOnRemoteWebDriver(WebElement) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isRemoteWebElement(WebElement) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isSelected() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Indicates whether this element is selected or not.
isSelected() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
 
isTypifiedElement(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isTypifiedElement(Class<?>) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isTypifiedElementList(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isWebElement(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isWebElement(Class<?>) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 
isWebElementList(Field) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 

L

Link - Class in ru.yandex.qatools.htmlelements.element
Represents hyperlink.
Link(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Link
 

N

Name - Annotation Type in ru.yandex.qatools.htmlelements.annotations
Annotation that is used to set a name for a block of elements or for an element in a block or for a page object element.
Named - Interface in ru.yandex.qatools.htmlelements.element
Represents a named entity.
newInstance(Class<T>, Object...) - Static method in class ru.yandex.qatools.htmlelements.utils.HtmlElementUtils
 

P

populate(T, WebDriver) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Initializes instance as a block of elements it is instance of HtmlElement or its successor and as a page object otherwise.
populateHtmlElement(HtmlElement, SearchContext) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Initializes fields of the given block of elements with lazy proxies.
populateHtmlElement(HtmlElement, CustomElementLocatorFactory) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Initializes fields of the given block of elements using specified locator factory.
populatePageObject(Object, SearchContext) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Initializes fields of the given page object with lazy proxies.
populatePageObject(Object, CustomElementLocatorFactory) - Static method in class ru.yandex.qatools.htmlelements.loader.HtmlElementLoader
Initializes fields of the given page object using specified locator factory.
ProxyFactory - Class in ru.yandex.qatools.htmlelements.loader.decorator
Contains factory methods for creating proxy of blocks, typified elements, page objects
ProxyFactory() - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.ProxyFactory
 

R

Radio - Class in ru.yandex.qatools.htmlelements.element
Represents a group of radio buttons.
Radio(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Radio
Specifies a radio button of a radio button group that will be used to find all other buttons of this group.
ru.yandex.qatools.htmlelements.annotations - package ru.yandex.qatools.htmlelements.annotations
 
ru.yandex.qatools.htmlelements.element - package ru.yandex.qatools.htmlelements.element
 
ru.yandex.qatools.htmlelements.exceptions - package ru.yandex.qatools.htmlelements.exceptions
 
ru.yandex.qatools.htmlelements.loader - package ru.yandex.qatools.htmlelements.loader
 
ru.yandex.qatools.htmlelements.loader.decorator - package ru.yandex.qatools.htmlelements.loader.decorator
 
ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers - package ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers
 
ru.yandex.qatools.htmlelements.pagefactory - package ru.yandex.qatools.htmlelements.pagefactory
 
ru.yandex.qatools.htmlelements.utils - package ru.yandex.qatools.htmlelements.utils
 

S

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
 

T

Table - Class in ru.yandex.qatools.htmlelements.element
Represents web page table element.
Table(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.Table
Specifies WebElement representing table tag.
TextBlock - Class in ru.yandex.qatools.htmlelements.element
Represents text block on a web page.
TextBlock(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.TextBlock
 
TextInput - Class in ru.yandex.qatools.htmlelements.element
Represents text input control (such as <input type="text"/> or <textarea/>).
TextInput(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.TextInput
Specifies wrapped WebElement.
Timeout - Annotation Type in ru.yandex.qatools.htmlelements.annotations
Annotation that is used for setting waiting timeout value, which will be used for waiting an element to appear.
toString() - Method in class ru.yandex.qatools.htmlelements.element.HtmlElement
Returns specified name, actually the same as HtmlElement.getName() method.
toString() - Method in class ru.yandex.qatools.htmlelements.element.TypifiedElement
Returns specified name, actually the same as TypifiedElement.getName() method.
TypifiedElement - Class in ru.yandex.qatools.htmlelements.element
The base class to be used for making classes representing typified elements (i.e web page controls such as text inputs, buttons or more complex elements).
TypifiedElement(WebElement) - Constructor for class ru.yandex.qatools.htmlelements.element.TypifiedElement
Specifies wrapped WebElement.
TypifiedElementListNamedProxyHandler<T extends TypifiedElement> - Class in ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers
 
TypifiedElementListNamedProxyHandler(Class<T>, ElementLocator, String) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.TypifiedElementListNamedProxyHandler
 

W

WebElementListNamedProxyHandler - Class in ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers
 
WebElementListNamedProxyHandler(ElementLocator, String) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementListNamedProxyHandler
 
WebElementNamedProxyHandler - Class in ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers
 
WebElementNamedProxyHandler(ElementLocator, String) - Constructor for class ru.yandex.qatools.htmlelements.loader.decorator.proxyhandlers.WebElementNamedProxyHandler
 
B C D E F G H I L N P R S T W 
Skip navigation links

Copyright © 2023 Yandex. All rights reserved.