A B C D E F G H I L M N O P R S T U V W 

A

AjaxElement - Annotation Type in com.github.wiselenium.core.annotation
Identifies Ajax Elements.
and() - Method in class com.github.wiselenium.core.element.BasicElement
 
and() - Method in interface com.github.wiselenium.core.element.Element
Returns this element object in order to allow chain calls in a more fluent way.
and() - Method in class com.github.wiselenium.core.pagefactory.Page
Returns this page instance in order to allow chain calls in a more fluent way.
AnnotationUtil - Class in com.github.wiselenium.core.util
Utility class to verify if annotations are present on types.

B

BasicContainer<T extends Container<T>> - Class in com.github.wiselenium.core.element.container.impl
Basic implementation of a common Container.
BasicContainer() - Constructor for class com.github.wiselenium.core.element.container.impl.BasicContainer
 
BasicElement<T extends Element<T>> - Class in com.github.wiselenium.core.element
Basic implementation of a common Element.
BasicElement() - Constructor for class com.github.wiselenium.core.element.BasicElement
 
BasicField<T extends Field<T>> - Class in com.github.wiselenium.core.element.field.impl
Basic implementation of a common Field.
BasicField() - Constructor for class com.github.wiselenium.core.element.field.impl.BasicField
 
BasicFrame<T extends Frame<T>> - Class in com.github.wiselenium.core.element.frame.impl
Basic implementation of a common Frame.
BasicFrame() - Constructor for class com.github.wiselenium.core.element.frame.impl.BasicFrame
 
Button - Interface in com.github.wiselenium.core.element.field
Represents a HTML Button.
ButtonImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Button.
ButtonImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.ButtonImpl
 

C

check() - Method in interface com.github.wiselenium.core.element.field.Checkbox
Checks this checkbox if not checked already.
check() - Method in class com.github.wiselenium.core.element.field.impl.CheckboxImpl
 
check() - Method in class com.github.wiselenium.core.element.field.impl.RadiobuttonImpl
 
check() - Method in interface com.github.wiselenium.core.element.field.Radiobutton
Checks this radio button if not checked already.
Checkbox - Interface in com.github.wiselenium.core.element.field
Represents a HTML Checkbox.
CheckboxImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Checkbox.
CheckboxImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.CheckboxImpl
 
ClasspathUtil - Class in com.github.wiselenium.core.util
Utility class to find resources on the classpath.
clear() - Method in class com.github.wiselenium.core.element.field.impl.TextImpl
 
clear() - Method in interface com.github.wiselenium.core.element.field.Text
Clears this text content.
click() - Method in interface com.github.wiselenium.core.element.field.Field
Clicks on this field.
click() - Method in class com.github.wiselenium.core.element.field.impl.BasicField
 
com.github.wiselenium.core - package com.github.wiselenium.core
 
com.github.wiselenium.core.annotation - package com.github.wiselenium.core.annotation
 
com.github.wiselenium.core.element - package com.github.wiselenium.core.element
 
com.github.wiselenium.core.element.container - package com.github.wiselenium.core.element.container
 
com.github.wiselenium.core.element.container.impl - package com.github.wiselenium.core.element.container.impl
 
com.github.wiselenium.core.element.field - package com.github.wiselenium.core.element.field
 
com.github.wiselenium.core.element.field.impl - package com.github.wiselenium.core.element.field.impl
 
com.github.wiselenium.core.element.frame - package com.github.wiselenium.core.element.frame
 
com.github.wiselenium.core.element.frame.impl - package com.github.wiselenium.core.element.frame.impl
 
com.github.wiselenium.core.pagefactory - package com.github.wiselenium.core.pagefactory
 
com.github.wiselenium.core.test - package com.github.wiselenium.core.test
 
com.github.wiselenium.core.test.annotation - package com.github.wiselenium.core.test.annotation
 
com.github.wiselenium.core.util - package com.github.wiselenium.core.util
 
Container - Annotation Type in com.github.wiselenium.core.annotation
Identifies Containers.
Container<T extends Container<T>> - Interface in com.github.wiselenium.core.element.container
Represents an abstraction of a HTML Container.
copyResourceToTempFile(String, String, String) - Method in enum com.github.wiselenium.core.test.Driver
Copies a resource to a temp file.

D

decorate(Class<E>, List<WebElement>) - Method in class com.github.wiselenium.core.pagefactory.WiseDecorator
 
decorate(Class<E>, WebElement) - Method in class com.github.wiselenium.core.pagefactory.WiseDecorator
 
decorate(ClassLoader, Field) - Method in class com.github.wiselenium.core.pagefactory.WiseDecorator
 
decorateElement(Class<E>, WebElement) - Static method in class com.github.wiselenium.core.pagefactory.WiseDecorator
Decorates a webElement.
decorateElements(Class<E>, List<WebElement>) - Static method in class com.github.wiselenium.core.pagefactory.WiseDecorator
Decorates a list of webElements.
deselectAll() - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
deselectAll() - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Deselects all options.
deselectByIndex(int...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
deselectByIndex(int...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Deselects all options at the given indexes.
deselectByValue(String...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
deselectByValue(String...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Deselects all options that have a value matching the argument.
deselectByVisibleText(String...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
deselectByVisibleText(String...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Deselects all options that display text matching the argument.
deselectOptions(Option...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
deselectOptions(Option...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Deselects some options of this select if not already deselected.
doubleClick() - Method in interface com.github.wiselenium.core.element.field.Field
Double clicks on this field.
doubleClick() - Method in class com.github.wiselenium.core.element.field.impl.BasicField
 
Driver - Enum in com.github.wiselenium.core.test
WebDrivers enum for convenience.

E

Element<T> - Interface in com.github.wiselenium.core.element
Represents a HTML Element.
executeScript(String) - Method in class com.github.wiselenium.core.pagefactory.Page
Executes a script on the page.
exportInnerElement(E) - Method in interface com.github.wiselenium.core.element.frame.Frame
Proxies an element that lives inside this Frame, so that it can be used transparently even outside the frame class.
exportInnerElement(E) - Method in class com.github.wiselenium.core.element.frame.impl.BasicFrame
 
exportInnerElements(List<E>) - Method in interface com.github.wiselenium.core.element.frame.Frame
Proxies a list of elements that live inside this Frame, so that they can be used transparently even outside the frame class.
exportInnerElements(List<E>) - Method in class com.github.wiselenium.core.element.frame.impl.BasicFrame
 

F

Field - Annotation Type in com.github.wiselenium.core.annotation
Identifies Fields.
Field<T extends Field<T>> - Interface in com.github.wiselenium.core.element.field
Represents an abstraction of a HTML Field.
findAnnotation(Class<?>, Class<A>) - Static method in class com.github.wiselenium.core.util.AnnotationUtil
Finds an annotation in a class type hierarchy.
findElement(Class<E>, By) - Method in class com.github.wiselenium.core.element.container.impl.BasicContainer
 
findElement(Class<E>, By) - Method in class com.github.wiselenium.core.element.frame.impl.BasicFrame
 
findElement(Class<E>, By) - Method in class com.github.wiselenium.core.pagefactory.Page
 
findElement(Class<E>, By, SearchContext) - Static method in class com.github.wiselenium.core.pagefactory.WiseLocator
Finds the first element within the search context using the given mechanism.
findElement(Class<E>, By) - Method in interface com.github.wiselenium.core.WiseQuery
Finds the first element within the current context using the given mechanism.
findElements(Class<E>, By) - Method in class com.github.wiselenium.core.element.container.impl.BasicContainer
 
findElements(Class<E>, By) - Method in class com.github.wiselenium.core.element.frame.impl.BasicFrame
 
findElements(Class<E>, By) - Method in class com.github.wiselenium.core.pagefactory.Page
 
findElements(Class<E>, By, SearchContext) - Static method in class com.github.wiselenium.core.pagefactory.WiseLocator
Finds all elements within the search context using the given mechanism.
findElements(Class<E>, By) - Method in interface com.github.wiselenium.core.WiseQuery
Finds all elements within the current context using the given mechanism.
findImplementationClass(Class<T>) - Static method in class com.github.wiselenium.core.util.ClasspathUtil
Finds the implementation class of a type on the classpath.
Frame - Annotation Type in com.github.wiselenium.core.annotation
Identifies Frames.
Frame<T extends Frame<T>> - Interface in com.github.wiselenium.core.element.frame
Represents an abstraction of a HTML Frame.
FrameUtil - Class in com.github.wiselenium.core.util
Utility class to handle frames.

G

get(String) - Method in class com.github.wiselenium.core.pagefactory.Page
Loads a new web page in the current browser window using a HTTP GET operation.
getAlt() - Method in interface com.github.wiselenium.core.element.field.Img
Retrieves the alt of this image.
getAlt() - Method in class com.github.wiselenium.core.element.field.impl.ImgImpl
 
getAttribute(String) - Method in class com.github.wiselenium.core.element.BasicElement
 
getAttribute(String) - Method in interface com.github.wiselenium.core.element.Element
Gets the value of a given attribute of the element.
getBody() - Method in class com.github.wiselenium.core.element.container.impl.TableImpl
 
getBody() - Method in interface com.github.wiselenium.core.element.container.Table
Returns the body of the table (tbody).
getCaption() - Method in class com.github.wiselenium.core.element.container.impl.TableImpl
 
getCaption() - Method in interface com.github.wiselenium.core.element.container.Table
Returns the caption of the table.
getCell(int) - Method in class com.github.wiselenium.core.element.container.impl.TableRowImpl
 
getCell(int) - Method in interface com.github.wiselenium.core.element.container.TableRow
Returns a specific cell of the row.
getCells() - Method in class com.github.wiselenium.core.element.container.impl.TableRowImpl
 
getCells() - Method in interface com.github.wiselenium.core.element.container.TableRow
Returns the cells of the row.
getColSpan() - Method in class com.github.wiselenium.core.element.container.impl.TableCellImpl
 
getColSpan() - Method in interface com.github.wiselenium.core.element.container.TableCell
Returns the column span of this cell.
getCssValue(String) - Method in class com.github.wiselenium.core.element.BasicElement
 
getCssValue(String) - Method in interface com.github.wiselenium.core.element.Element
Gets the value of a given CSS property.
getCurrentFramePath() - Static method in class com.github.wiselenium.core.util.FrameUtil
Retrieves the current content path.
getCurrentUrl() - Method in class com.github.wiselenium.core.pagefactory.Page
Retrieves the current URL that the browser is looking at.
getDriver() - Static method in class com.github.wiselenium.core.WiseContext
Retrieves the WebDriver of the current thread.
getFoot() - Method in class com.github.wiselenium.core.element.container.impl.TableImpl
 
getFoot() - Method in interface com.github.wiselenium.core.element.container.Table
Returns the foot of the table (tfoot).
getFor() - Method in class com.github.wiselenium.core.element.field.impl.LabelImpl
 
getFor() - Method in interface com.github.wiselenium.core.element.field.Label
Retrieves the form element id this label is bound to.
getHead() - Method in class com.github.wiselenium.core.element.container.impl.TableImpl
 
getHead() - Method in interface com.github.wiselenium.core.element.container.Table
Returns the head of the table (thead).
getHref() - Method in interface com.github.wiselenium.core.element.field.Hyperlink
Retrieves the specified URL of the page the link goes to.
getHref() - Method in class com.github.wiselenium.core.element.field.impl.HyperlinkImpl
 
getId() - Method in class com.github.wiselenium.core.element.BasicElement
 
getId() - Method in interface com.github.wiselenium.core.element.Element
Retrieves the id of this element.
getMaxLength() - Method in class com.github.wiselenium.core.element.field.impl.TextImpl
 
getMaxLength() - Method in interface com.github.wiselenium.core.element.field.Text
Retrieves the the maximum number of characters allowed in this text field.
getOptions() - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
getOptions() - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
getOptions() - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Gets the options of this select.
getOptions() - Method in interface com.github.wiselenium.core.element.container.Select
Gets the options of this select.
getPageSource() - Method in class com.github.wiselenium.core.pagefactory.Page
Retrieves the source of the page rendered in the browser.
getRow(int) - Method in class com.github.wiselenium.core.element.container.impl.TableBodyImpl
 
getRow(int) - Method in class com.github.wiselenium.core.element.container.impl.TableFootImpl
 
getRow(int) - Method in class com.github.wiselenium.core.element.container.impl.TableHeadImpl
 
getRow(int) - Method in interface com.github.wiselenium.core.element.container.TableBody
Returns a specific row of the table body.
getRow(int) - Method in interface com.github.wiselenium.core.element.container.TableFoot
Returns a specific row of the table foot.
getRow(int) - Method in interface com.github.wiselenium.core.element.container.TableHead
Returns a specific row of the table head.
getRows() - Method in class com.github.wiselenium.core.element.container.impl.TableBodyImpl
 
getRows() - Method in class com.github.wiselenium.core.element.container.impl.TableFootImpl
 
getRows() - Method in class com.github.wiselenium.core.element.container.impl.TableHeadImpl
 
getRows() - Method in interface com.github.wiselenium.core.element.container.TableBody
Returns the rows of the table body.
getRows() - Method in interface com.github.wiselenium.core.element.container.TableFoot
Returns the rows of the table foot.
getRows() - Method in interface com.github.wiselenium.core.element.container.TableHead
Returns the rows of the table head.
getRowSpan() - Method in class com.github.wiselenium.core.element.container.impl.TableCellImpl
 
getRowSpan() - Method in interface com.github.wiselenium.core.element.container.TableCell
Returns the row span of this cell.
getSelectedOption() - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
getSelectedOption() - Method in interface com.github.wiselenium.core.element.container.Select
Returns the selected option.
getSelectedOptions() - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
getSelectedOptions() - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Returns the selected options.
getSelectedValue() - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
getSelectedValue() - Method in interface com.github.wiselenium.core.element.container.Select
Returns the selected value.
getSelectedValues() - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
getSelectedValues() - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Returns the selected values.
getSelectedVisibleText() - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
getSelectedVisibleText() - Method in interface com.github.wiselenium.core.element.container.Select
Returns the selected visible text.
getSelectedVisibleTexts() - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
getSelectedVisibleTexts() - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Returns the selected visible texts.
getSrc() - Method in interface com.github.wiselenium.core.element.field.Img
Retrieves the src of this image.
getSrc() - Method in class com.github.wiselenium.core.element.field.impl.ImgImpl
 
getStyleClass() - Method in class com.github.wiselenium.core.element.BasicElement
 
getStyleClass() - Method in interface com.github.wiselenium.core.element.Element
Retrieves the style class of this element.
getTarget() - Method in interface com.github.wiselenium.core.element.field.Hyperlink
Retrieves the specification of where to open the linked document.
getTarget() - Method in class com.github.wiselenium.core.element.field.impl.HyperlinkImpl
 
getText() - Method in class com.github.wiselenium.core.element.container.impl.TableCellImpl
 
getText() - Method in interface com.github.wiselenium.core.element.container.TableCell
Returns the text of the cell.
getText() - Method in interface com.github.wiselenium.core.element.field.Hyperlink
Retrieves the text of this hyperlink.
getText() - Method in class com.github.wiselenium.core.element.field.impl.HyperlinkImpl
 
getText() - Method in class com.github.wiselenium.core.element.field.impl.LabelImpl
 
getText() - Method in interface com.github.wiselenium.core.element.field.Label
Retrieves the text of this label.
getTitle() - Method in class com.github.wiselenium.core.element.BasicElement
 
getTitle() - Method in interface com.github.wiselenium.core.element.Element
Retrieves the title of this element.
getTitle() - Method in class com.github.wiselenium.core.pagefactory.Page
Retrieves the title of the current page.
getType() - Method in interface com.github.wiselenium.core.element.field.Button
Retrieves the type of the button.
getType() - Method in class com.github.wiselenium.core.element.field.impl.ButtonImpl
 
getValue() - Method in interface com.github.wiselenium.core.element.field.Button
Retrieves the value of this button.
getValue() - Method in class com.github.wiselenium.core.element.field.impl.ButtonImpl
 
getValue() - Method in class com.github.wiselenium.core.element.field.impl.OptionImpl
 
getValue() - Method in class com.github.wiselenium.core.element.field.impl.TextImpl
 
getValue() - Method in interface com.github.wiselenium.core.element.field.Option
Gets the value of this option.
getValue() - Method in interface com.github.wiselenium.core.element.field.Text
Retrieves the value of this text.
getVisibleText() - Method in class com.github.wiselenium.core.element.field.impl.OptionImpl
 
getVisibleText() - Method in interface com.github.wiselenium.core.element.field.Option
Gets the visible text of this option.
getWrappedDriver() - Method in class com.github.wiselenium.core.pagefactory.Page
 

H

Hyperlink - Interface in com.github.wiselenium.core.element.field
Represents a HTML Hyperlink.
HyperlinkImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Hyperlink.
HyperlinkImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.HyperlinkImpl
 

I

Img - Interface in com.github.wiselenium.core.element.field
Represents a HTML Image.
ImgImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Image.
ImgImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.ImgImpl
 
initDriver() - Method in enum com.github.wiselenium.core.test.Driver
Should init a webDriver.
initDriver(Capabilities) - Method in enum com.github.wiselenium.core.test.Driver
Should init a webDriver with the desired capabilities.
initElements(SearchContext, T) - Static method in class com.github.wiselenium.core.pagefactory.WisePageFactory
As WisePageFactory.initElements(WebDriver, Class) but will only replace the element fields of an already instantiated Page Object.
initElements(WebDriver, Class<T>) - Static method in class com.github.wiselenium.core.pagefactory.WisePageFactory
Instantiates an instance of the given class, and set a lazy proxy for each of its element fields (WebElement, List<WebElement> or any type annotated with Field, Container or Frame).
initNextPage(Class<E>) - Method in class com.github.wiselenium.core.pagefactory.Page
Instantiates the next page of the user navigation and initialize its elements.
isAnnotationPresent(Class<?>, Class<A>) - Static method in class com.github.wiselenium.core.util.AnnotationUtil
Verifies if an annotation is present at a class type hierarchy.
isChecked() - Method in interface com.github.wiselenium.core.element.field.Checkbox
Returns whether this checkbox is checked.
isChecked() - Method in class com.github.wiselenium.core.element.field.impl.CheckboxImpl
 
isChecked() - Method in class com.github.wiselenium.core.element.field.impl.RadiobuttonImpl
 
isChecked() - Method in interface com.github.wiselenium.core.element.field.Radiobutton
Returns whether this radio button is checked.
isDisplayed() - Method in class com.github.wiselenium.core.element.BasicElement
 
isDisplayed() - Method in interface com.github.wiselenium.core.element.Element
Verifies if the element is displayed on the page.
isEnabled() - Method in interface com.github.wiselenium.core.element.field.Button
Retrieves whether this button is enabled.
isEnabled() - Method in interface com.github.wiselenium.core.element.field.Checkbox
Returns whether this checkbox is enabled.
isEnabled() - Method in class com.github.wiselenium.core.element.field.impl.ButtonImpl
 
isEnabled() - Method in class com.github.wiselenium.core.element.field.impl.CheckboxImpl
 
isEnabled() - Method in class com.github.wiselenium.core.element.field.impl.RadiobuttonImpl
 
isEnabled() - Method in class com.github.wiselenium.core.element.field.impl.TextImpl
 
isEnabled() - Method in interface com.github.wiselenium.core.element.field.Radiobutton
Returns whether this radio button is enabled.
isEnabled() - Method in interface com.github.wiselenium.core.element.field.Text
Retrieves whether this test is enabled or not.
isLoaded() - Method in class com.github.wiselenium.core.pagefactory.Page
 
isReadOnly() - Method in class com.github.wiselenium.core.element.field.impl.TextImpl
 
isReadOnly() - Method in interface com.github.wiselenium.core.element.field.Text
Retrieves whether this test is read-only or not.
isSelected() - Method in class com.github.wiselenium.core.element.field.impl.OptionImpl
 
isSelected() - Method in interface com.github.wiselenium.core.element.field.Option
Verifies whether this option is selected.

L

Label - Interface in com.github.wiselenium.core.element.field
Represents a HTML Label.
LabelImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Label.
LabelImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.LabelImpl
 
load() - Method in class com.github.wiselenium.core.pagefactory.Page
 

M

MultiSelect - Interface in com.github.wiselenium.core.element.container
Represents a HTML Multiple Select.
MultiSelectImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Multiple Select.
MultiSelectImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 

N

NoElementImplementationClassFoundException - Exception in com.github.wiselenium.core.util
Represents an exception thrown when an implementation of the element couldn't be found by wiselenium.
NoElementImplementationClassFoundException(Class<?>, Throwable) - Constructor for exception com.github.wiselenium.core.util.NoElementImplementationClassFoundException
 

O

Option - Interface in com.github.wiselenium.core.element.field
Represents a HTML Select Option.
OptionImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Select Option.
OptionImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.OptionImpl
 

P

Page<T extends Page<T>> - Class in com.github.wiselenium.core.pagefactory
Basic implementation of a common Page.
Page() - Constructor for class com.github.wiselenium.core.pagefactory.Page
 
Page(WebDriver) - Constructor for class com.github.wiselenium.core.pagefactory.Page
 
Page - Annotation Type in com.github.wiselenium.core.test.annotation
Identifies a Page to be injected on a WiseTest.
PageInitializationException - Exception in com.github.wiselenium.core.pagefactory
Represents an exception thrown due to an error while initializing the elements of a page.
PageInitializationException(Class<?>, Throwable) - Constructor for exception com.github.wiselenium.core.pagefactory.PageInitializationException
 

R

Radiobutton - Interface in com.github.wiselenium.core.element.field
Represents a HTML Radio button.
RadiobuttonImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML Radio button.
RadiobuttonImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.RadiobuttonImpl
 

S

ScreenShooter - Class in com.github.wiselenium.core.util
Utility class to handle screenshots.
ScreenShooting<T> - Interface in com.github.wiselenium.core
Takes a screenshot of the browser.
ScreenShotException - Exception in com.github.wiselenium.core.util
Represents an exception thrown while taking a snapshot of the webdriver page.
ScreenShotException(Throwable) - Constructor for exception com.github.wiselenium.core.util.ScreenShotException
 
Select - Interface in com.github.wiselenium.core.element.container
Represents a HTML Select.
selectAll() - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
selectAll() - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Selects all options.
selectByIndex(int...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
selectByIndex(int) - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
selectByIndex(int...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Selects all options at the given indexes.
selectByIndex(int) - Method in interface com.github.wiselenium.core.element.container.Select
Selects the option at the given index.
selectByValue(String...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
selectByValue(String) - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
selectByValue(String...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Selects all options that have a value matching the argument.
selectByValue(String) - Method in interface com.github.wiselenium.core.element.container.Select
Selects the option that has a value matching the argument.
selectByVisibleText(String...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
selectByVisibleText(String) - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
selectByVisibleText(String...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Selects all options that display text matching the argument.
selectByVisibleText(String) - Method in interface com.github.wiselenium.core.element.container.Select
Selects the option that displays text matching the argument.
SelectImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Select.
SelectImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.SelectImpl
 
selectOption(Option) - Method in class com.github.wiselenium.core.element.container.impl.SelectImpl
 
selectOption(Option) - Method in interface com.github.wiselenium.core.element.container.Select
Selects an option of this select if not already selected.
selectOptions(Option...) - Method in class com.github.wiselenium.core.element.container.impl.MultiSelectImpl
 
selectOptions(Option...) - Method in interface com.github.wiselenium.core.element.container.MultiSelect
Selects some options of this select if not already selected.
sendKeys(CharSequence...) - Method in class com.github.wiselenium.core.element.field.impl.TextImpl
 
sendKeys(CharSequence...) - Method in interface com.github.wiselenium.core.element.field.Text
Types into this text.
setDriver(WebDriver) - Static method in class com.github.wiselenium.core.WiseContext
Sets the WebDriver of the current thread.
switchToFrame(List<String>) - Static method in class com.github.wiselenium.core.util.FrameUtil
Switches the driver to a frame, using its complete path.

T

Table - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table.
TableBody - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table Body (tbody).
TableBodyImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Table Body (tbody).
TableBodyImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.TableBodyImpl
 
TableCell - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table Cell (th or td).
TableCellImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Table Cell (th or td).
TableCellImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.TableCellImpl
 
TableData - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table Data (td).
TableFoot - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table Foot (tfoot).
TableFootImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Table Foot (tfoot).
TableFootImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.TableFootImpl
 
TableHead - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table Head (thead).
TableHeadImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Table Head (thead).
TableHeadImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.TableHeadImpl
 
TableImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Table.
TableImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.TableImpl
 
TableRow - Interface in com.github.wiselenium.core.element.container
Represents a HTML Table Row (tr).
TableRowImpl - Class in com.github.wiselenium.core.element.container.impl
Implementation of a HTML Table Row (tr).
TableRowImpl() - Constructor for class com.github.wiselenium.core.element.container.impl.TableRowImpl
 
takeScreenShot(String) - Method in class com.github.wiselenium.core.pagefactory.Page
 
takeScreenShot(String) - Method in interface com.github.wiselenium.core.ScreenShooting
Takes a screenshot of the webDriver page and saves it into a file.
takeScreenShot(WebDriver, String) - Static method in class com.github.wiselenium.core.util.ScreenShooter
Takes a screenshot of the webDriver page.
Text - Interface in com.github.wiselenium.core.element.field
Represents a HTML input text;
TextImpl - Class in com.github.wiselenium.core.element.field.impl
Implementation of a HTML input text.
TextImpl() - Constructor for class com.github.wiselenium.core.element.field.impl.TextImpl
 

U

uncheck() - Method in interface com.github.wiselenium.core.element.field.Checkbox
Unchecks this checkbox if not unchecked already.
uncheck() - Method in class com.github.wiselenium.core.element.field.impl.CheckboxImpl
 
unwrapWebDriver(Object) - Static method in class com.github.wiselenium.core.WiseUnwrapper
Unwraps the WebDriver of a page.
unwrapWebElement(Object) - Static method in class com.github.wiselenium.core.WiseUnwrapper
Unwraps the WebElement of an Element.

V

valueOf(String) - Static method in enum com.github.wiselenium.core.test.Driver
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.wiselenium.core.test.Driver
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(long) - Method in class com.github.wiselenium.core.pagefactory.Page
 
waitFor(long, long) - Method in class com.github.wiselenium.core.pagefactory.Page
 
waitFor(long) - Method in interface com.github.wiselenium.core.WiseRoot
A helper method for the WebDriverWait.WebDriverWait(org.openqa.selenium.WebDriver, long).
waitFor(long, long) - Method in interface com.github.wiselenium.core.WiseRoot
A helper method for the WebDriverWait.WebDriverWait(org.openqa.selenium.WebDriver, long, long).
WiseContext - Class in com.github.wiselenium.core
Helper class to make some objects available for the whole thread.
WiseDecorator - Class in com.github.wiselenium.core.pagefactory
Class responsible for decorating WebElements.
WiseDecorator(ElementLocatorFactory) - Constructor for class com.github.wiselenium.core.pagefactory.WiseDecorator
 
WiseException - Exception in com.github.wiselenium.core
Represents a runtime exception thrown by wiselenium.
WiseException(String) - Constructor for exception com.github.wiselenium.core.WiseException
 
WiseException(String, Throwable) - Constructor for exception com.github.wiselenium.core.WiseException
 
WiseLocator - Class in com.github.wiselenium.core.pagefactory
Utility class to find elements.
WisePageFactory - Class in com.github.wiselenium.core.pagefactory
Utility class to create Pages.
WiseQuery - Interface in com.github.wiselenium.core
Finds wise elements.
WiseRoot<T extends WiseRoot<T>> - Interface in com.github.wiselenium.core
Interface for "root" types, like a Test or a Page.
WiseUnwrapper - Class in com.github.wiselenium.core
Utility class to unwrap WebElements out of Elements and WebDrivers out of Pages.
A B C D E F G H I L M N O P R S T U V W 

Copyright © 2013. All Rights Reserved.