Skip navigation links
A C D F G I L N P R S T U V W 

A

assertCurrentUrlStartsWith(String) - Method in class io.fabric8.selenium.WebDriverFacade
 
assertWebDriverForService(KubernetesClient, String, String, Function<WebDriverFacade, T>) - Static method in class io.fabric8.selenium.SeleniumTests
 

C

clearAndSendKeys(By, String) - Method in class io.fabric8.selenium.FormFacade
 
clearAndSendKeys(By, String) - Method in class io.fabric8.selenium.WebDriverFacade
Finds the element for the `by`, clears the field and sends the given text
ComboCompleteInputValue - Class in io.fabric8.selenium.inputs
Used to input values into a completion based combo list where we enter text; pause for the smart completion list to pop up and then tab out of the field to forge the selection
ComboCompleteInputValue(WebDriverFacade, By, String) - Constructor for class io.fabric8.selenium.inputs.ComboCompleteInputValue
 
completeComboBox(By, String) - Method in class io.fabric8.selenium.FormFacade
 
ConsoleTests - Class in io.fabric8.selenium
Helper methods for tests using the fabric8 console
ConsoleTests() - Constructor for class io.fabric8.selenium.ConsoleTests
 
createProject(NewProjectFormData) - Method in class io.fabric8.forge.ProjectsPage
Creates a new project using the create projects wizard
createWebDriver() - Static method in class io.fabric8.selenium.SeleniumTests
 
currentUrlStartsWith(String) - Method in class io.fabric8.selenium.WebDriverFacade
 

D

doCreateWebDriver() - Static method in class io.fabric8.selenium.SeleniumTests
 
doInput() - Method in class io.fabric8.selenium.inputs.ComboCompleteInputValue
 
doInput() - Method in class io.fabric8.selenium.inputs.InputValue
 
doInputOnElement(WebElement) - Method in class io.fabric8.selenium.inputs.InputValue
 

F

FABRIC8_WEBDRIVER_NAME - Static variable in class io.fabric8.selenium.SeleniumTests
 
findOptionalElement(By) - Method in class io.fabric8.selenium.WebDriverFacade
Finds an element or returns null if it could not be found
findOptionalElement(WebElement, By) - Method in class io.fabric8.selenium.WebDriverFacade
Find an optinoal element from a given element or return null
form() - Method in class io.fabric8.selenium.WebDriverFacade
Returns a form facade for submitting a form
FormFacade - Class in io.fabric8.selenium
A helper facade for submitting forms
FormFacade(WebDriverFacade) - Constructor for class io.fabric8.selenium.FormFacade
 

G

generateName() - Static method in class io.fabric8.selenium.support.NameGenerator
 
getArchetypeFilter() - Method in class io.fabric8.forge.NewProjectFormData
 
getBy() - Method in class io.fabric8.selenium.inputs.InputValue
 
getClient() - Method in class io.fabric8.selenium.WebDriverFacade
 
getCreateProjectBy() - Method in class io.fabric8.forge.ProjectsPage
 
getDefaultTimeoutInSeconds() - Method in class io.fabric8.selenium.WebDriverFacade
 
getDriver() - Method in class io.fabric8.selenium.LogSupport
 
getFacade() - Method in class io.fabric8.selenium.LogSupport
 
getFacade() - Method in class io.fabric8.selenium.PageSupport
 
getFacade() - Method in class io.fabric8.selenium.WebDriverFacade
 
getJenkinsFileFilter() - Method in class io.fabric8.forge.NewProjectFormData
 
getNamed() - Method in class io.fabric8.forge.NewProjectFormData
 
getNamespace() - Method in class io.fabric8.selenium.WebDriverFacade
 
getServiceUrl(String) - Method in class io.fabric8.selenium.WebDriverFacade
Returns the service URL for the given service name
getSignInBy() - Method in class io.fabric8.forge.ProjectsPage
 
getType() - Method in class io.fabric8.forge.NewProjectFormData
 
getValue() - Method in class io.fabric8.selenium.inputs.InputValue
 
getVersion(String) - Static method in class io.fabric8.selenium.support.Versions
 
getVersions() - Static method in class io.fabric8.selenium.support.Versions
 
goToProjectsPage() - Method in class io.fabric8.forge.ProjectsPage
 

I

InputValue - Class in io.fabric8.selenium.inputs
Stores the By and value of an input field for a form
InputValue(WebDriverFacade, By, String) - Constructor for class io.fabric8.selenium.inputs.InputValue
 
io.fabric8.forge - package io.fabric8.forge
 
io.fabric8.selenium - package io.fabric8.selenium
 
io.fabric8.selenium.inputs - package io.fabric8.selenium.inputs
 
io.fabric8.selenium.support - package io.fabric8.selenium.support
 

L

locationText() - Method in class io.fabric8.selenium.LogSupport
 
logClick(String) - Method in class io.fabric8.selenium.LogSupport
 
logClick(String) - Static method in class io.fabric8.selenium.SeleniumTests
 
logError(String, Throwable) - Method in class io.fabric8.selenium.LogSupport
 
logError(String, Throwable) - Static method in class io.fabric8.selenium.SeleniumTests
 
logInfo(String) - Method in class io.fabric8.selenium.LogSupport
 
logInfo(String) - Static method in class io.fabric8.selenium.SeleniumTests
 
logInput(String) - Method in class io.fabric8.selenium.LogSupport
 
logInput(String) - Static method in class io.fabric8.selenium.SeleniumTests
 
logSubmit(String) - Method in class io.fabric8.selenium.LogSupport
 
logSubmit(String) - Static method in class io.fabric8.selenium.SeleniumTests
 
LogSupport - Class in io.fabric8.selenium
Abstract base class to provide reusable helper methods for PageSupport and WebDriverFacade
LogSupport(WebDriver) - Constructor for class io.fabric8.selenium.LogSupport
 
logWait(String) - Method in class io.fabric8.selenium.LogSupport
 
logWait(String) - Static method in class io.fabric8.selenium.SeleniumTests
 
logWarn(String) - Method in class io.fabric8.selenium.LogSupport
 
logWarn(String, Throwable) - Method in class io.fabric8.selenium.LogSupport
 
logWarn(String) - Static method in class io.fabric8.selenium.SeleniumTests
 
logWarn(String, Throwable) - Static method in class io.fabric8.selenium.SeleniumTests
 

N

NameGenerator - Class in io.fabric8.selenium.support
 
NameGenerator() - Constructor for class io.fabric8.selenium.support.NameGenerator
 
navigateToService(String) - Method in class io.fabric8.selenium.WebDriverFacade
Navigates to the given service name in the current namespace
NewProjectFormData - Class in io.fabric8.forge
Represents the data to input into the Create Project wizard page
NewProjectFormData(String, String, String) - Constructor for class io.fabric8.forge.NewProjectFormData
 

P

PageSupport - Class in io.fabric8.selenium
Abstract base class for page tests
PageSupport(WebDriverFacade) - Constructor for class io.fabric8.selenium.PageSupport
 
ProjectsPage - Class in io.fabric8.forge
 
ProjectsPage(WebDriverFacade, String) - Constructor for class io.fabric8.forge.ProjectsPage
 

R

relativeUrl(String, String, String) - Method in class io.fabric8.forge.ProjectsPage
Returns a new URL from the given url trimming the `trimPath` and adding the `newPath`

S

SeleniumTests - Class in io.fabric8.selenium
Helper methods for using Selenium tests with Kubernetes
SeleniumTests() - Constructor for class io.fabric8.selenium.SeleniumTests
 
setArchetypeFilter(String) - Method in class io.fabric8.forge.NewProjectFormData
 
setDefaultTimeoutInSeconds(long) - Method in class io.fabric8.selenium.WebDriverFacade
 
setJenkinsFileFilter(String) - Method in class io.fabric8.forge.NewProjectFormData
 
setNamed(String) - Method in class io.fabric8.forge.NewProjectFormData
 
setType(String) - Method in class io.fabric8.forge.NewProjectFormData
 
signIntoGogs() - Method in class io.fabric8.forge.ProjectsPage
Once on the sign in page lets sign in
sleep(long) - Method in class io.fabric8.selenium.WebDriverFacade
 
submit() - Method in class io.fabric8.selenium.FormFacade
 
submitButton(By) - Method in class io.fabric8.selenium.FormFacade
 

T

toString() - Method in class io.fabric8.selenium.inputs.ComboCompleteInputValue
 
toString() - Method in class io.fabric8.selenium.inputs.InputValue
 

U

until(ExpectedCondition<Boolean>) - Method in class io.fabric8.selenium.WebDriverFacade
 
until(String, ExpectedCondition<Boolean>) - Method in class io.fabric8.selenium.WebDriverFacade
 
until(String, long, ExpectedCondition<Boolean>) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilElementPredicate(By, Function<WebElement, Boolean>) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilElementPredicate(long, By, Function<WebElement, Boolean>) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilIsDisplayed(By, By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilIsDisplayed(long, By, By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilIsDisplayed(By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilIsDisplayed(long, By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilIsEnabled(By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilIsEnabled(long, By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilLinkClicked(By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilLinkClicked(long, By) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilLinkClickedLoop(By, String) - Method in class io.fabric8.selenium.WebDriverFacade
Lets wait until the link is visible then click it.
untilNextWizardPage(WebDriverFacade, By) - Method in class io.fabric8.forge.ProjectsPage
 
untilOneOf(By...) - Method in class io.fabric8.selenium.WebDriverFacade
Waits until one of the given elements is available
untilSelectedByVisibleText(By, String) - Method in class io.fabric8.selenium.WebDriverFacade
 
untilSelectedByVisibleText(long, By, String) - Method in class io.fabric8.selenium.WebDriverFacade
 

V

Versions - Class in io.fabric8.selenium.support
A helper class for returning versions of maven artifacts
Versions() - Constructor for class io.fabric8.selenium.support.Versions
 

W

WAIT_AFTER_SELENIUM - Static variable in class io.fabric8.selenium.SeleniumTests
 
waitUntilLoggedIn(WebDriverFacade, String) - Static method in class io.fabric8.selenium.ConsoleTests
 
WebDriverFacade - Class in io.fabric8.selenium
A facade and helper methods for writing WebDriver based Selenium tests
WebDriverFacade(WebDriver, KubernetesClient, String) - Constructor for class io.fabric8.selenium.WebDriverFacade
 
A C D F G I L N P R S T U V W 
Skip navigation links

Copyright © 2011–2015 Red Hat. All rights reserved.