- 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
-
- 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
-
- 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.
- 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.