- AbstractBrowserAwareFinder(Injector) - Constructor for class com.atlassian.pageobjects.binder.BrowserModule.AbstractBrowserAwareFinder
-
- AbstractInjectingRunner - Class in com.atlassian.webdriver.testing.runner
-
A JUnit runner that injects all the page bindery things into your tests.
- AbstractInjectingRunner(Class<?>) - Constructor for class com.atlassian.webdriver.testing.runner.AbstractInjectingRunner
-
Constructor compatible with the underlying default JUnit4 runner.
- AbstractInjectionConfiguration - Class in com.atlassian.pageobjects.inject
-
- AbstractInjectionConfiguration() - Constructor for class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration
-
- AbstractInjectionConfiguration.InterfaceToImpl - Class in com.atlassian.pageobjects.inject
-
- AbstractInjectionConfiguration.InterfaceToInstance - Class in com.atlassian.pageobjects.inject
-
- AbstractKeySequence - Class in com.atlassian.webtest.ui.keys
-
Abstract implementation of the
KeySequence interface and its accompanying
interfaces.
- AbstractKeySequence(TypeMode, Collection<ModifierKey>, Collection<KeyEventType>) - Constructor for class com.atlassian.webtest.ui.keys.AbstractKeySequence
-
- AbstractPollingQuery - Class in com.atlassian.pageobjects.elements.query
-
- AbstractPollingQuery(long, long) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractPollingQuery
-
- AbstractPollingQuery(PollingQuery) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractPollingQuery
-
- AbstractProductContextRunner - Class in com.atlassian.webdriver.testing.runner
-
Given a tested product supporting injection, injects framework members into the test class and object
before running the test.
- AbstractProductContextRunner(Class<?>) - Constructor for class com.atlassian.webdriver.testing.runner.AbstractProductContextRunner
-
Constructor compatible with the underlying default JUnit4 runner.
- AbstractSearchQuery<E,Q extends SearchQuery<E,Q>> - Class in com.atlassian.pageobjects.internal.elements.search
-
- AbstractSearchQuery(Supplier<Iterable<E>>) - Constructor for class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- AbstractSeleniumConfiguration - Class in com.atlassian.selenium
-
An abstract implementation of the SeleniumConfigurationClass that
has methods that return default values for some of the configuration
variables
- AbstractSeleniumConfiguration() - Constructor for class com.atlassian.selenium.AbstractSeleniumConfiguration
-
- AbstractSeleniumDriver - Class in com.atlassian.selenium
-
Base class for utilities using
SeleniumClient for higher-level operations.
- AbstractSeleniumDriver(SeleniumClient) - Constructor for class com.atlassian.selenium.AbstractSeleniumDriver
-
- AbstractTimedCondition - Class in com.atlassian.pageobjects.elements.query
-
- AbstractTimedCondition(Clock, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractTimedCondition
-
- AbstractTimedCondition(long, long) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractTimedCondition
-
- AbstractTimedCondition(PollingQuery) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractTimedCondition
-
- AbstractTimedQuery<T> - Class in com.atlassian.pageobjects.elements.query
-
- AbstractTimedQuery(Clock, long, long, ExpirationHandler) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- AbstractTimedQuery(long, long, ExpirationHandler) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- AbstractTimedQuery(PollingQuery, ExpirationHandler) - Constructor for class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- ACTION_WAIT - Variable in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
The maximum wait time for actions that don't require page loads.
- activate(WebDriverLink<T>) - Method in class com.atlassian.webdriver.jira.component.menu.AdminSideMenu
-
- activate() - Method in class com.atlassian.webdriver.jira.component.WebDriverLink
-
- activate(SearchContext) - Method in class com.atlassian.webdriver.jira.component.WebDriverLink
-
- ActivatedComponent<T> - Interface in com.atlassian.pageobjects.component
-
- ActivatedComponent<T> - Interface in com.atlassian.pageobjects.components
-
Represents a components that needs to be activated to interact with.
- add(String, String) - Method in class com.atlassian.pageobjects.util.QueryStringBuilder
-
- addCustomRequestHeader(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- addError(Test, Throwable) - Method in class com.atlassian.performance.junit.PerformanceListener
-
- addError(Test, Throwable) - Method in class com.atlassian.performance.junit.TimeMethodLoggerListener
-
- addFailure(Test, AssertionFailedError) - Method in class com.atlassian.performance.junit.PerformanceListener
-
- addFailure(Test, AssertionFailedError) - Method in class com.atlassian.performance.junit.TimeMethodLoggerListener
-
- addImplementation(Class<I>, Class<? extends I>) - Method in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration
-
- addImplementation(Class<I>, Class<? extends I>) - Method in interface com.atlassian.pageobjects.inject.InjectionConfiguration
-
Add mapping from interface to a concrete implementation.
- addLocationStrategy(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- addPageElement(PageElementInfo) - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifference
-
- addPresentElements(String...) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- addProject() - Method in class com.atlassian.webdriver.jira.page.ProjectsViewPage
-
- addRecorder(TimeRecorder) - Method in class com.atlassian.performance.PerformanceReporter
-
- addScript(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- addScriptResult(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- addSelection(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- addSingleton(Class<C>, I) - Method in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration
-
- addSingleton(Class<C>, I) - Method in interface com.atlassian.pageobjects.inject.InjectionConfiguration
-
Add mapping from a type to a singleton instance of this type that shall be used for injection in given context.
- addToGroupsAndReturnToPage(Class<T>, String...) - Method in class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
Add to groups either redirects the user to another page or returns the user to
the EditUserGroupsPage.
- addToGroupsExpectingError(String...) - Method in class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
- addUser(User, boolean) - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
Takes User object and fills out the addUserPage form and creates the user.
- AddUserPage - Class in com.atlassian.webdriver.jira.page.user
-
- AddUserPage() - Constructor for class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- AdminHomePage<H extends Header> - Interface in com.atlassian.pageobjects.page
-
The home page for the administration section of this application
- AdminMenu - Class in com.atlassian.webdriver.jira.component.menu
-
Object for interacting with the Admin menu in the JIRA header.
- AdminMenu() - Constructor for class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- AdminSideMenu - Class in com.atlassian.webdriver.jira.component.menu
-
- AdminSideMenu() - Constructor for class com.atlassian.webdriver.jira.component.menu.AdminSideMenu
-
- after() - Method in class com.atlassian.webdriver.testing.rule.SessionCleanupRule
-
- AjsDropdownMenu - Class in com.atlassian.webdriver.confluence.component.menu
-
- AjsDropdownMenu(By) - Constructor for class com.atlassian.webdriver.confluence.component.menu.AjsDropdownMenu
-
- ALL - Static variable in enum com.atlassian.webtest.ui.keys.KeyEventType
-
- allowNativeXpath(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- altKeyDown() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- altKeyUp() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- alwaysFalse() - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
A timed condition that always returns false
- alwaysTrue() - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
A timed condition that always returns true
- and(TimedQuery<Boolean>...) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Return new combinable condition that is logical product of conditions.
- and(Iterable<TimedQuery<Boolean>>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Return new combinable condition that is logical product of conditions.
- and(TimedCondition) - Method in interface com.atlassian.pageobjects.elements.query.Conditions.CombinableCondition
-
Combine other condition with this condition logical query, such that the resulting condition
represents a logical product of this condition and other.
- and() - Method in interface com.atlassian.webdriver.waiter.ExecutableWaiterQuery
-
Allows chaining of queries together and will pass when
both queries evaluates to true
- answerOnNextPrompt(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- AnyQuery<E> - Interface in com.atlassian.pageobjects.elements.search
-
- appContext - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- append(String) - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- append(Key...) - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- append(Collection<Key>) - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- appLocation - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- apply(T) - Method in class com.atlassian.webdriver.testing.matcher.MatcherPredicate
-
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.ClassInjectionRule
-
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.DefaultProductContextRules.ForClass
-
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.DefaultProductContextRules.ForMethod
-
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.FailsafeExternalResource
-
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.IgnoreBrowserRule
-
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.TestBrowserRule
-
Deprecated.
- apply(Statement, Description) - Method in class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.element.ExistsFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.element.HasClassFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.element.IsEnabledFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.element.IsSelectedFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.element.IsVisibleFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.ContainsFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.EndsWithFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.EqualsIgnoresCaseFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.IsEmptyFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.IsEqualFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.MatchesFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.field.StartsWithFunction
-
- apply(WebDriver) - Method in class com.atlassian.webdriver.waiter.webdriver.function.NotFunction
-
- appPort - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- args - Variable in class com.atlassian.selenium.MethodHandlerCallable
-
- artifactDir(File) - Method in class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
Returns a copy of this rule, specifying a different artifact directory than the default.
- as(Class<PE>) - Method in interface com.atlassian.pageobjects.elements.search.PageElementQuery
-
Map current results to a more specialized pageElementClass (e.g.
- as(Class<PE>) - Method in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- as(WebDriver, Class<T>) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
Get the underlying web driver instance from driver as instance of type.
- asConfigurableInjectionContext(TestedProduct<?>) - Static method in class com.atlassian.pageobjects.util.InjectingTestedProducts
-
Returns configurable injection context associated with given product.
- asInjectionContext(TestedProduct<?>) - Static method in class com.atlassian.pageobjects.util.InjectingTestedProducts
-
Returns injection context associated with given product.
- asMatcherOf(Class<PEE>, Matcher<PE>) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- asPagePart(By) - Method in class com.atlassian.webdriver.visualcomparison.VisualComparisonSupport
-
- assertThat() - Static method in class com.atlassian.selenium.browsers.AutoInstallClient
-
- assertThat - Variable in class com.atlassian.selenium.SeleniumMultiTest
-
- assertThat - Variable in class com.atlassian.selenium.SeleniumTest
-
- assertUIMatches(String, String) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- assignId(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- asString(Object...) - Static method in class com.atlassian.pageobjects.elements.util.StringConcat
-
Concatenate array of objects into a string in accordance with
JLS $15.18.1 (except that primitive values are not accepted
by this method other than by autoboxing).
- asWebElement() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
This allows retrieving the web element from the page element.
- AtlassianWebDriver - Interface in com.atlassian.webdriver
-
- AtlassianWebDriverModule - Class in com.atlassian.webdriver
-
Guice module providing Atlassian WebDriver components.
- AtlassianWebDriverModule(TestedProduct<? extends WebDriverTester>) - Constructor for class com.atlassian.webdriver.AtlassianWebDriverModule
-
- AtlassianWebDriverTestBase - Class in com.atlassian.webdriver
-
- AtlassianWebDriverTestBase() - Constructor for class com.atlassian.webdriver.AtlassianWebDriverTestBase
-
Deprecated.
- AtlassianWebDriverWait - Class in com.atlassian.webdriver.waiter.webdriver
-
A specialization of FluentWait that uses WebDriver instances
and uses milliseconds for the time interval instead of seconds.
- AtlassianWebDriverWait(WebDriver, Clock, Sleeper) - Constructor for class com.atlassian.webdriver.waiter.webdriver.AtlassianWebDriverWait
-
- AtlassianWebDriverWait(WebDriver, long) - Constructor for class com.atlassian.webdriver.waiter.webdriver.AtlassianWebDriverWait
-
- AtlassianWebDriverWait(WebDriver, long, long) - Constructor for class com.atlassian.webdriver.waiter.webdriver.AtlassianWebDriverWait
-
- AtlassianWebDriverWait(WebDriver, Clock, Sleeper, long, long) - Constructor for class com.atlassian.webdriver.waiter.webdriver.AtlassianWebDriverWait
-
- attachFile(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- attachmentsAreEnabled() - Method in class com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
-
- ATTRIBUTE_CLASS - Static variable in class com.atlassian.webdriver.Elements
-
- ATTRIBUTE_ID - Static variable in class com.atlassian.webdriver.Elements
-
- attributeContainsValue(String, String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that the element given by the locator has an attribute which contains the required value.
- attributeContainsValue(PageElement, String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- attributeContainsValue(String, String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that the element given by the locator has an attribute which contains the required value.
- attributeContainsValue(PageElement, String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- attributeContainsValue(String, String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- attributeContainsValue(PageElement, String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- attributeDoesntContainValue(String, String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that the element given by the locator has an attribute which does not contain the given value.
- attributeDoesntContainValue(PageElement, String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- attributeDoesntContainValue(String, String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that the element given by the locator has an attribute which does not contain the given value.
- attributeDoesntContainValue(PageElement, String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- attributeDoesntContainValue(String, String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- attributeDoesntContainValue(PageElement, String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- AuiDropDownMenu - Class in com.atlassian.pageobjects.components.aui
-
Represents a DropDown built via AUI.
- AuiDropDownMenu(By) - Constructor for class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- AuiDropdownMenu - Class in com.atlassian.webdriver.jira.component.menu
-
Represents an AUI dropdown menu
- AuiDropdownMenu(By) - Constructor for class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
Default constructor
- AuiInlineDialog - Class in com.atlassian.pageobjects.components.aui
-
Represents an inline dialog created via AUI.
- AuiInlineDialog(By, String) - Constructor for class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- AuiTabs - Class in com.atlassian.pageobjects.components.aui
-
Represents a tabbed content area created via AUI.
- AuiTabs(By) - Constructor for class com.atlassian.pageobjects.components.aui.AuiTabs
-
- autogeneratedKey - Variable in class com.atlassian.selenium.pageobjects.PageElement
-
- AutoInstallClient - Class in com.atlassian.selenium.browsers
-
Client that supports automatically installing the appropriate browser for the environment
- AutoInstallClient() - Constructor for class com.atlassian.selenium.browsers.AutoInstallClient
-
- AutoInstallConfiguration - Class in com.atlassian.webdriver.browsers
-
- AutoInstallConfiguration() - Constructor for class com.atlassian.webdriver.browsers.AutoInstallConfiguration
-
- before() - Method in class com.atlassian.webdriver.testing.rule.SessionCleanupRule
-
- before() - Method in class com.atlassian.webdriver.testing.rule.VisualComparerRule
-
- bind(Class<P>, Object...) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- bind() - Method in interface com.atlassian.pageobjects.DelayedBinder
-
Builds, waits for, validates the state of, and returns the page object.
- bind(PageBinder, Class<P>, TimeoutType) - Static method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- bind(Class<P>, Object...) - Method in interface com.atlassian.pageobjects.PageBinder
-
Builds and binds the page object to the page.
- bind(PageBinder, Iterable<E>, Class<EE>, Object...) - Static method in class com.atlassian.pageobjects.PageObjects
-
Transforms a list of objects into a list of page objects wrapping those objects.
- bindTo(Class<F>, Object...) - Method in interface com.atlassian.pageobjects.elements.search.SearchQuery
-
Map the results by binding into a page object.
- bindTo(Class<F>, Object...) - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- bindTo(PageBinder, Class<PO>, Object...) - Static method in class com.atlassian.pageobjects.PageObjects
-
- bindTo(PageBinder, Class<E>, Class<PO>, Object...) - Static method in class com.atlassian.pageobjects.PageObjects
-
Binds 'wrapper' page objects that take one constructor parameter (and optionally any number of "fixed"
extraArguments.
- blur() - Method in interface com.atlassian.pageobjects.elements.PageElementFormJavascript
-
Dispatches a 'blur' event to the associated element, as if it lost input focus.
- BODY - Static variable in class com.atlassian.pageobjects.elements.PageElements
-
- BoundingBox - Class in com.atlassian.selenium.visualcomparison.utils
-
- BoundingBox(int, int) - Constructor for class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- BoundingBox(int, int, int, int) - Constructor for class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- BrowseMenu - Class in com.atlassian.webdriver.confluence.component.menu
-
TODO: Document this class / interface here
- BrowseMenu() - Constructor for class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- Browser - Enum in com.atlassian.pageobjects.browser
-
- Browser - Enum in com.atlassian.selenium
-
- BROWSER - Static variable in class com.atlassian.selenium.browsers.SeleniumBrowserConfiguration
-
- browserAware - Variable in class com.atlassian.pageobjects.binder.BrowserModule.AbstractBrowserAwareFinder
-
- BrowserAware - Interface in com.atlassian.pageobjects.browser
-
A browser-aware component.
- BrowserAwareProvider(Injector) - Constructor for class com.atlassian.pageobjects.binder.BrowserModule.BrowserAwareProvider
-
- BrowserEngine - Interface in com.atlassian.selenium.visualcomparison.v2
-
An SPI to hook in the browser automation framework used to drive the visual comparison.
- BrowserModule - Class in com.atlassian.pageobjects.binder
-
Adds the browser associated with the product to the context, via
BrowserAware.
- BrowserModule() - Constructor for class com.atlassian.pageobjects.binder.BrowserModule
-
- BrowserModule.AbstractBrowserAwareFinder - Class in com.atlassian.pageobjects.binder
-
- BrowserModule.BrowserAwareProvider - Class in com.atlassian.pageobjects.binder
-
- BrowserModule.BrowserProvider - Class in com.atlassian.pageobjects.binder
-
- BrowserProvider(Injector) - Constructor for class com.atlassian.pageobjects.binder.BrowserModule.BrowserProvider
-
- browserStartString - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- BrowserUtil - Class in com.atlassian.pageobjects.util
-
- BrowserUtil() - Constructor for class com.atlassian.pageobjects.util.BrowserUtil
-
Deprecated.
- build() - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
-
- build() - Method in interface com.atlassian.webdriver.waiter.Query
-
- build() - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- builder() - Static method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout
-
- Builder() - Constructor for class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
-
- Button - Class in com.atlassian.selenium.pageobjects
-
- Button(String, SeleniumClient) - Constructor for class com.atlassian.selenium.pageobjects.Button
-
- by(long) - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- by(long, TimeUnit) - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- by(long) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Custom assertion timeout expressed in milliseconds.
- by(long, TimeUnit) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Custom assertion timeout expressed in a number of time units.
- by(long) - Method in interface com.atlassian.pageobjects.elements.query.TimedQuery
-
Evaluate this query by given timeout.
- by(long, TimeUnit) - Method in interface com.atlassian.pageobjects.elements.query.TimedQuery
-
Evaluate this query by given timeout.
- by(By) - Method in interface com.atlassian.pageobjects.elements.search.PageElementQuery
-
Search withing all results for child elements matching by.
- by(By, Predicate<? super PageElement>) - Method in interface com.atlassian.pageobjects.elements.search.PageElementQuery
-
Search child elements using by and applying the filter at the same time.
- by(By) - Method in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- by(By, Predicate<? super PageElement>) - Method in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- byData(String) - Static method in class com.atlassian.webdriver.utils.by.ByDataAttribute
-
- byData(String, String) - Static method in class com.atlassian.webdriver.utils.by.ByDataAttribute
-
- ByDataAttribute - Class in com.atlassian.webdriver.utils.by
-
Extensions of By to locate elements by HTML5 data-* attribute.
- byDefaultTimeout() - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- byDefaultTimeout() - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Timeout indicating that the assertion method will wait for the default timeout of exercised timed query for
the condition to become true.
- byDefaultTimeout() - Method in interface com.atlassian.pageobjects.elements.query.TimedQuery
-
Evaluate this query by a timeout deemed default by this query.
- ByJquery - Class in com.atlassian.webdriver.utils.by
-
Provides an extension to By so that jQuery selectors can be used.
- byTagAndData(String, String) - Static method in class com.atlassian.webdriver.utils.by.ByDataAttribute
-
- byTagAndData(String, String, String) - Static method in class com.atlassian.webdriver.utils.by.ByDataAttribute
-
- byTimeout(Condition) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- byTimeout(Condition, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- byTimeout(ByTimeoutConfiguration) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- byTimeout(Condition) - Method in class com.atlassian.selenium.SeleniumChecks
-
- byTimeout(Condition, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- byTimeout(Condition) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- byTimeout(Condition, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- ByTimeoutConfiguration - Class in com.atlassian.selenium
-
- calculateTime(long) - Static method in class com.atlassian.performance.EventTime
-
- call() - Method in class com.atlassian.selenium.MethodHandlerCallable
-
- canAddGadget() - Method in class com.atlassian.webdriver.jira.page.DashboardPage
-
TODO: fix this.
- canBind() - Method in interface com.atlassian.pageobjects.DelayedBinder
-
Goes through the full binding, including lifecycle methods, to determine whether the page object can be bound.
- cancelCreateUser() - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- captureEntirePageScreenshot(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- captureEntirePageScreenshot(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- captureEntirePageScreenshot(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- captureEntirePageScreenshot(String) - Method in interface com.atlassian.selenium.visualcomparison.VisualComparableClient
-
- captureEntirePageScreenshot(String) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverVisualComparableClient
-
- captureEntirePageScreenshotToString(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- captureNetworkTraffic(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- captureScreenshot(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- CaptureScreenshotListener - Class in com.atlassian.selenium.junit4
-
This is a RunListener and captures a screenshot when a test fails.
- CaptureScreenshotListener() - Constructor for class com.atlassian.selenium.junit4.CaptureScreenshotListener
-
- captureScreenshotTo(File) - Method in interface com.atlassian.selenium.visualcomparison.v2.BrowserEngine
-
Capture a screenshot of the current page.
- captureScreenshotTo(File) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverBrowserEngine
-
- captureScreenshotToString() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- change() - Method in interface com.atlassian.pageobjects.elements.PageElementFormJavascript
-
Dispatches a 'change' event to the associated element, as if the value of this element has changed.
- CharacterKey - Interface in com.atlassian.webtest.ui.keys
-
A
Key instance that has a corresponding 16-bit
char representation in Java (e.g.
- CharacterKeySequence - Class in com.atlassian.webtest.ui.keys
-
Key sequence consisting out of alphanumeric characters only, capable of being represented as a pure string.
- CharacterKeySequence(String, TypeMode, Set<ModifierKey>, Collection<KeyEventType>) - Constructor for class com.atlassian.webtest.ui.keys.CharacterKeySequence
-
- CharacterKeySequence(String, TypeMode, Set<ModifierKey>) - Constructor for class com.atlassian.webtest.ui.keys.CharacterKeySequence
-
- CharacterKeySequence(String, Set<ModifierKey>) - Constructor for class com.atlassian.webtest.ui.keys.CharacterKeySequence
-
- CharacterKeySequence(String) - Constructor for class com.atlassian.webtest.ui.keys.CharacterKeySequence
-
- chars(String) - Static method in class com.atlassian.webtest.ui.keys.Sequences
-
Create a sequence from a string of characters.
- charsBuilder(String) - Static method in class com.atlassian.webtest.ui.keys.Sequences
-
Create a sequence builder from a string of characters.
- check() - Method in interface com.atlassian.pageobjects.elements.CheckboxElement
-
Checks this Checkbox
- check() - Method in class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- check(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- check(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- check(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
Checks a checkbox given a name and value.
- check(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Checks a checkbox given a name and value.
- Check - Class in com.atlassian.webdriver.utils
-
Utilities for doing simple checks on a page.
- CheckboxElement - Interface in com.atlassian.pageobjects.elements
-
Represents an input element with type=checkbox
- checkForErrors() - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- children() - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- children(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- chooseCancelOnNextConfirmation() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- chooseOkOnNextConfirmation() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- ChromeBrowser - Class in com.atlassian.webdriver.browsers.chrome
-
- ChromeUrlConvert() - Constructor for class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher.ChromeUrlConvert
-
- classBlock(RunNotifier) - Method in class com.atlassian.webdriver.testing.runner.AbstractInjectingRunner
-
- classBlock(RunNotifier) - Method in class com.atlassian.webdriver.testing.simpleserver.SimpleServerRunner
-
- ClassInjectionRule<P extends TestedProduct<?>> - Class in com.atlassian.webdriver.testing.rule
-
- className(String) - Static method in class com.atlassian.webdriver.utils.by.DeferredBy
-
Finds elements based on the value of the "class" attribute.
- cleanUp() - Static method in class com.atlassian.webdriver.AtlassianWebDriverTestBase
-
Deprecated.
- clear() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Clear the value of the text entry element.
- clear() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- clear() - Method in class com.atlassian.selenium.keyboard.SeleniumTypeWriter
-
- clear() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- click() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Click this element
- click(PageElement) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- click() - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- click() - Method in interface com.atlassian.pageobjects.elements.PageElementMouseJavascript
-
Dispatches a click event to the associated element.
- click() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- click(String, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- click(String, long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- click(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- click() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- click(String, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
Click the element with the given locator and optionally wait for the page to load, using #PAGE_LOAD_WAIT.
- click(String, long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Click the element with the given locator and wait for the page to load, for a maximum of timeoutMillis.
- click(String, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- click(String, long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Click the element with the given locator and wait for the page to load, for a maximum of timeoutMillis.
- click() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- ClickableLink - Annotation Type in com.atlassian.webdriver.jira.component
-
- ClickableLinkPostInjectionProcessor - Class in com.atlassian.webdriver.jira
-
- ClickableLinkPostInjectionProcessor() - Constructor for class com.atlassian.webdriver.jira.ClickableLinkPostInjectionProcessor
-
- clickAndHold(PageElement) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- clickAndHold() - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- clickAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickAndWaitForAjaxWithJquery(String, long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
Click the element with the given locator and wait for the ajax call to finish.
- clickAndWaitForAjaxWithJquery(String, long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Click the element with the given locator and wait for the ajax call to finish.
- clickAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Click the element with the given locator and wait for the ajax call to finish.
- clickAndWaitForAjaxWithJquery(String, long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Click the element with the given locator and wait for the ajax call to finish.
- clickAt(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickButton(String, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickButton(String, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickButton(String, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickButtonAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickButtonAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickButtonAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickButtonWithClass(String, SeleniumClient) - Static method in class com.atlassian.selenium.XpathHelper
-
- clickButtonWithName(String, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickButtonWithName(String, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickButtonWithName(String, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickButtonWithNameAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickButtonWithNameAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickButtonWithNameAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithClass(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithClass(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithClass(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithClass(String, String, SeleniumClient) - Static method in class com.atlassian.selenium.XpathHelper
-
- clickElementWithClassAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithClassAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithClassAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithCss(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithCss(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithCss(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithCssAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithCssAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithCssAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithTitle(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithTitle(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithTitle(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithTitleAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithTitleAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithTitleAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithXpath(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithXpath(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithXpath(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickElementWithXpathAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickElementWithXpathAndWaitForAjaxWithJquery(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickElementWithXpathAndWaitForAjaxWithJquery(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- clickLinkWithText(String, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- clickLinkWithText(String, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
- clickLinkWithText(String, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- client - Variable in class com.atlassian.selenium.AbstractSeleniumDriver
-
- client - Variable in class com.atlassian.selenium.MethodHandlerCallable
-
- client - Variable in class com.atlassian.selenium.pageobjects.PageElement
-
- client - Variable in class com.atlassian.selenium.SeleniumMultiTest
-
- client - Variable in class com.atlassian.selenium.SeleniumTest
-
- clock() - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- Clock - Interface in com.atlassian.pageobjects.elements.query.util
-
Provides information about current time.
- clock() - Method in interface com.atlassian.pageobjects.elements.query.util.ClockAware
-
Clock used by this instance.
- ClockAware - Interface in com.atlassian.pageobjects.elements.query.util
-
Marks classes that perform time computations and are using
Clocks.
- Clocks - Class in com.atlassian.pageobjects.elements.query.util
-
Utilities for clocks.
- close() - Method in interface com.atlassian.pageobjects.component.ActivatedComponent
-
- close() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- close() - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
Closes this window.
- close() - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- close() - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxLauncher
-
- close() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- close() - Method in class com.atlassian.webdriver.confluence.component.menu.AjsDropdownMenu
-
- close() - Method in class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- close() - Method in class com.atlassian.webdriver.confluence.component.menu.ConfluenceUserMenu
-
- close() - Method in class com.atlassian.webdriver.confluence.component.sherpa.WelcomeScreen
-
- close() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- close() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
Closes the Gadget view and returns the WebDriver context back to the default content
Which is usually the Dashboard content.
- close() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- close() - Method in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- close() - Method in class com.atlassian.webdriver.jira.component.menu.DashboardMenu
-
- close() - Method in class com.atlassian.webdriver.jira.component.menu.JiraUserMenu
-
- closest(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- codeUnit() - Method in interface com.atlassian.webtest.ui.keys.CharacterKey
-
Char (a code unit) representation of the character entered by this key
- codeUnit() - Method in class com.atlassian.webtest.ui.keys.DefaultCharacterKey
-
- com.atlassian.pageobjects - package com.atlassian.pageobjects
-
The API for creating and interacting with page objects for functional tests.
- com.atlassian.pageobjects.binder - package com.atlassian.pageobjects.binder
-
The default binder implementation, InjectPageBinder, supporting javax.inject.Inject annotations and lifecycle methods.
- com.atlassian.pageobjects.browser - package com.atlassian.pageobjects.browser
-
- com.atlassian.pageobjects.component - package com.atlassian.pageobjects.component
-
Common components to be implemented by all products
- com.atlassian.pageobjects.components - package com.atlassian.pageobjects.components
-
- com.atlassian.pageobjects.components.aui - package com.atlassian.pageobjects.components.aui
-
- com.atlassian.pageobjects.elements - package com.atlassian.pageobjects.elements
-
- com.atlassian.pageobjects.elements.query - package com.atlassian.pageobjects.elements.query
-
- com.atlassian.pageobjects.elements.query.util - package com.atlassian.pageobjects.elements.query.util
-
- com.atlassian.pageobjects.elements.query.webdriver - package com.atlassian.pageobjects.elements.query.webdriver
-
- com.atlassian.pageobjects.elements.search - package com.atlassian.pageobjects.elements.search
-
Contains API for advanced DOM search functionality.
- com.atlassian.pageobjects.elements.testing - package com.atlassian.pageobjects.elements.testing
-
- com.atlassian.pageobjects.elements.timeout - package com.atlassian.pageobjects.elements.timeout
-
- com.atlassian.pageobjects.elements.util - package com.atlassian.pageobjects.elements.util
-
- com.atlassian.pageobjects.inject - package com.atlassian.pageobjects.inject
-
- com.atlassian.pageobjects.internal.elements.search - package com.atlassian.pageobjects.internal.elements.search
-
- com.atlassian.pageobjects.page - package com.atlassian.pageobjects.page
-
Common pages to be implemented by all products
- com.atlassian.pageobjects.util - package com.atlassian.pageobjects.util
-
Utilities to be used when implementing page objects and extensions to the page object api
- com.atlassian.performance - package com.atlassian.performance
-
- com.atlassian.performance.junit - package com.atlassian.performance.junit
-
- com.atlassian.selenium - package com.atlassian.selenium
-
- com.atlassian.selenium.browsers - package com.atlassian.selenium.browsers
-
- com.atlassian.selenium.browsers.firefox - package com.atlassian.selenium.browsers.firefox
-
This package contains forks of the following files from Selenium Server 1.0.3:
org.openqa.selenium.server.browserlaunchers.FirefoxChromeLauncher
org.openqa.selenium.server.browserlaunchers.FirefoxLauncher
- com.atlassian.selenium.junit4 - package com.atlassian.selenium.junit4
-
- com.atlassian.selenium.keyboard - package com.atlassian.selenium.keyboard
-
- com.atlassian.selenium.mock - package com.atlassian.selenium.mock
-
- com.atlassian.selenium.pageobjects - package com.atlassian.selenium.pageobjects
-
- com.atlassian.selenium.visualcomparison - package com.atlassian.selenium.visualcomparison
-
- com.atlassian.selenium.visualcomparison.utils - package com.atlassian.selenium.visualcomparison.utils
-
- com.atlassian.selenium.visualcomparison.v2 - package com.atlassian.selenium.visualcomparison.v2
-
- com.atlassian.selenium.visualcomparison.v2.settings - package com.atlassian.selenium.visualcomparison.v2.settings
-
- com.atlassian.webdriver - package com.atlassian.webdriver
-
- com.atlassian.webdriver.browsers - package com.atlassian.webdriver.browsers
-
- com.atlassian.webdriver.browsers.chrome - package com.atlassian.webdriver.browsers.chrome
-
- com.atlassian.webdriver.browsers.firefox - package com.atlassian.webdriver.browsers.firefox
-
- com.atlassian.webdriver.browsers.ie - package com.atlassian.webdriver.browsers.ie
-
- com.atlassian.webdriver.browsers.profile - package com.atlassian.webdriver.browsers.profile
-
- com.atlassian.webdriver.confluence - package com.atlassian.webdriver.confluence
-
- com.atlassian.webdriver.confluence.component - package com.atlassian.webdriver.confluence.component
-
- com.atlassian.webdriver.confluence.component.header - package com.atlassian.webdriver.confluence.component.header
-
- com.atlassian.webdriver.confluence.component.macro - package com.atlassian.webdriver.confluence.component.macro
-
- com.atlassian.webdriver.confluence.component.menu - package com.atlassian.webdriver.confluence.component.menu
-
- com.atlassian.webdriver.confluence.component.sherpa - package com.atlassian.webdriver.confluence.component.sherpa
-
- com.atlassian.webdriver.confluence.data - package com.atlassian.webdriver.confluence.data
-
- com.atlassian.webdriver.confluence.page - package com.atlassian.webdriver.confluence.page
-
- com.atlassian.webdriver.debug - package com.atlassian.webdriver.debug
-
- com.atlassian.webdriver.greenhopper.page.admin - package com.atlassian.webdriver.greenhopper.page.admin
-
- com.atlassian.webdriver.jira - package com.atlassian.webdriver.jira
-
- com.atlassian.webdriver.jira.component - package com.atlassian.webdriver.jira.component
-
- com.atlassian.webdriver.jira.component.dashboard - package com.atlassian.webdriver.jira.component.dashboard
-
- com.atlassian.webdriver.jira.component.header - package com.atlassian.webdriver.jira.component.header
-
- com.atlassian.webdriver.jira.component.menu - package com.atlassian.webdriver.jira.component.menu
-
- com.atlassian.webdriver.jira.component.project - package com.atlassian.webdriver.jira.component.project
-
- com.atlassian.webdriver.jira.data - package com.atlassian.webdriver.jira.data
-
- com.atlassian.webdriver.jira.page - package com.atlassian.webdriver.jira.page
-
- com.atlassian.webdriver.jira.page.user - package com.atlassian.webdriver.jira.page.user
-
- com.atlassian.webdriver.pageobjects - package com.atlassian.webdriver.pageobjects
-
- com.atlassian.webdriver.testing.annotation - package com.atlassian.webdriver.testing.annotation
-
- com.atlassian.webdriver.testing.matcher - package com.atlassian.webdriver.testing.matcher
-
- com.atlassian.webdriver.testing.rule - package com.atlassian.webdriver.testing.rule
-
- com.atlassian.webdriver.testing.runner - package com.atlassian.webdriver.testing.runner
-
- com.atlassian.webdriver.testing.simpleserver - package com.atlassian.webdriver.testing.simpleserver
-
- com.atlassian.webdriver.utils - package com.atlassian.webdriver.utils
-
- com.atlassian.webdriver.utils.by - package com.atlassian.webdriver.utils.by
-
- com.atlassian.webdriver.utils.element - package com.atlassian.webdriver.utils.element
-
- com.atlassian.webdriver.visualcomparison - package com.atlassian.webdriver.visualcomparison
-
- com.atlassian.webdriver.waiter - package com.atlassian.webdriver.waiter
-
WebDriver Waiter utility for performing timed queries on
elements and executing timed functions
WARNING: This API is still experimental and may be changed between versions.
- com.atlassian.webdriver.waiter.webdriver - package com.atlassian.webdriver.waiter.webdriver
-
- com.atlassian.webdriver.waiter.webdriver.function - package com.atlassian.webdriver.waiter.webdriver.function
-
- com.atlassian.webdriver.waiter.webdriver.function.element - package com.atlassian.webdriver.waiter.webdriver.function.element
-
- com.atlassian.webdriver.waiter.webdriver.function.field - package com.atlassian.webdriver.waiter.webdriver.function.field
-
- com.atlassian.webdriver.waiter.webdriver.retriever - package com.atlassian.webdriver.waiter.webdriver.retriever
-
- com.atlassian.webtest.ui.keys - package com.atlassian.webtest.ui.keys
-
- compare(String) - Method in interface com.atlassian.selenium.visualcomparison.v2.Comparer
-
Take a snapshot of the current page and compare it with a baseline using given id.
- compare(String, ComparisonSettings) - Method in interface com.atlassian.selenium.visualcomparison.v2.Comparer
-
Take a snapshot of the current page and compare it with a baseline using given id.
- compare(String) - Method in class com.atlassian.selenium.visualcomparison.v2.DefaultComparer
-
- compare(String, ComparisonSettings) - Method in class com.atlassian.selenium.visualcomparison.v2.DefaultComparer
-
- Comparer - Interface in com.atlassian.selenium.visualcomparison.v2
-
The main tool for visual comparison.
- compareScreenshots(ArrayList<Screenshot>, ArrayList<Screenshot>) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- compareTo(ScreenResolution) - Method in class com.atlassian.selenium.visualcomparison.utils.ScreenResolution
-
- compareTo(Screenshot) - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- compareTo(Resolution) - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
- ComparisonSettings - Class in com.atlassian.selenium.visualcomparison.v2
-
Represents settings used for visual comparison.
- Condition - Interface in com.atlassian.selenium
-
- ConditionFunction - Interface in com.atlassian.webdriver.waiter.webdriver.function
-
- conditionInterval(long) - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- Conditions - Class in com.atlassian.pageobjects.elements.query
-
- Conditions - Class in com.atlassian.selenium
-
A set of conditions used in waitTill...
- Conditions() - Constructor for class com.atlassian.selenium.Conditions
-
- Conditions.CombinableCondition - Interface in com.atlassian.pageobjects.elements.query
-
A timed condition that may be logically combined with others, by means of basic logical operations: 'and'/'or'.
- config - Variable in class com.atlassian.selenium.SeleniumTest
-
- ConfigurableInjectionContext - Interface in com.atlassian.pageobjects.inject
-
Injection context that can be configured.
- configure() - Method in class com.atlassian.pageobjects.binder.BrowserModule
-
- configure() - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- configure() - Method in class com.atlassian.pageobjects.binder.LoggerModule
-
- configure(Binder) - Method in class com.atlassian.pageobjects.binder.StandardModule
-
- configure(Binder) - Method in class com.atlassian.pageobjects.elements.ElementModule
-
- configure(Binder) - Method in class com.atlassian.pageobjects.elements.timeout.TimeoutsModule
-
- configure() - Method in interface com.atlassian.pageobjects.inject.ConfigurableInjectionContext
-
Get an injection configuration object that may be used to add/override objects in this injection context.
- configure() - Method in class com.atlassian.performance.PageInstantiatorModule
-
- configure() - Method in class com.atlassian.performance.TimeMethodModule
-
- configure(Binder) - Method in class com.atlassian.webdriver.AtlassianWebDriverModule
-
- confirm(Class<T>) - Method in interface com.atlassian.pageobjects.page.WebSudoPage
-
Confirm the sys admin password and navigate to given page
- confirm(String, Class<T>) - Method in interface com.atlassian.pageobjects.page.WebSudoPage
-
Confirm with given password and navigate to given page
- confirm(Class<T>) - Method in class com.atlassian.webdriver.confluence.page.ConfluenceWebSudoPage
-
- confirm(String, Class<T>) - Method in class com.atlassian.webdriver.confluence.page.ConfluenceWebSudoPage
-
- confirm(Class<T>) - Method in class com.atlassian.webdriver.jira.page.JiraWebSudoPage
-
- confirm(String, Class<T>) - Method in class com.atlassian.webdriver.jira.page.JiraWebSudoPage
-
- confirmLogout() - Method in class com.atlassian.webdriver.jira.page.LogoutPage
-
- ConfluenceAbstractPage - Class in com.atlassian.webdriver.confluence.page
-
Base class for all Confluence pages.
- ConfluenceAbstractPage() - Constructor for class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- ConfluenceAdminHomePage - Class in com.atlassian.webdriver.confluence.page
-
TODO: Document this class / interface here
- ConfluenceAdminHomePage() - Constructor for class com.atlassian.webdriver.confluence.page.ConfluenceAdminHomePage
-
- ConfluenceHeader - Class in com.atlassian.webdriver.confluence.component.header
-
- ConfluenceHeader() - Constructor for class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- ConfluenceLoginPage - Class in com.atlassian.webdriver.confluence.page
-
Page object implementation for the LoginPage in Confluence.
- ConfluenceLoginPage() - Constructor for class com.atlassian.webdriver.confluence.page.ConfluenceLoginPage
-
- ConfluenceTestedProduct - Class in com.atlassian.webdriver.confluence
-
- ConfluenceTestedProduct(TestedProductFactory.TesterFactory<WebDriverTester>, ProductInstance) - Constructor for class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- ConfluenceUserMenu - Class in com.atlassian.webdriver.confluence.component.menu
-
TODO: Document this class / interface here
- ConfluenceUserMenu() - Constructor for class com.atlassian.webdriver.confluence.component.menu.ConfluenceUserMenu
-
- ConfluenceWebSudoBanner - Class in com.atlassian.webdriver.confluence.component.header
-
- ConfluenceWebSudoBanner() - Constructor for class com.atlassian.webdriver.confluence.component.header.ConfluenceWebSudoBanner
-
- ConfluenceWebSudoPage - Class in com.atlassian.webdriver.confluence.page
-
Confluence WebSudo page
- ConfluenceWebSudoPage() - Constructor for class com.atlassian.webdriver.confluence.page.ConfluenceWebSudoPage
-
- contains(int, int) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- contains(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- contains(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- containsAtLeast(Matcher<T>, int) - Static method in class com.atlassian.webdriver.utils.element.WebElementMatchers
-
- ContainsFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.field
-
- ContainsFunction(WebElementFieldRetriever, String) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.field.ContainsFunction
-
- contextClick(PageElement) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- contextMenu(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- contextMenu(PageElement) - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- contextMenuAt(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- controlKeyDown() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- controlKeyUp() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- convert(String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher.ChromeUrlConvert
-
- copyCert8db(File) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- copyDirectory(File, File) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- copySingleFileWithOverwrite(File, File) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- create(String) - Static method in class com.atlassian.pageobjects.TestedProductFactory
-
Creates a tested product, allowing the instance to choose its own default
Tester and instance id
- create(Class<P>) - Static method in class com.atlassian.pageobjects.TestedProductFactory
-
Creates a tested product, allowing the instance to choose its own default
Tester and instance id
- create(Class<P>, String, TestedProductFactory.TesterFactory<?>) - Static method in class com.atlassian.pageobjects.TestedProductFactory
-
Creates a tested product using the passed tester factory and instance id.
- create(Class<P>, ProductInstance, TestedProductFactory.TesterFactory<?>) - Static method in class com.atlassian.pageobjects.TestedProductFactory
-
Creates a tested product using the passed tester factory and product instance.
- create() - Method in class com.atlassian.pageobjects.TestedProductFactory.SingletonTesterFactory
-
- create() - Method in interface com.atlassian.pageobjects.TestedProductFactory.TesterFactory
-
- createCapabilitiesFromString(String) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
Parses capabilities from input string
- createContext() - Static method in class com.atlassian.selenium.visualcomparison.utils.ReportRenderer
-
- createCookie(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- createCustomProfileDir() - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- createDefaultDriver() - Static method in class com.atlassian.webdriver.browsers.ie.IeBrowser
-
- createIeDriver(String, BrowserConfig) - Static method in class com.atlassian.webdriver.browsers.ie.IeBrowser
-
- createProduct(Class<? extends TestedProduct<?>>) - Method in class com.atlassian.webdriver.testing.runner.ProductContextRunner
-
Override to implement custom factory method for tested product.
- createProduct(Class<? extends TestedProduct<?>>) - Method in class com.atlassian.webdriver.testing.simpleserver.SimpleServerRunner
-
- createSreenshotFileName(Description) - Method in class com.atlassian.selenium.junit4.CaptureScreenshotListener
-
- createTimout() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- createUser() - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- createUserExpectingError() - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- createValueMismatchException(SeleniumClient, Object, SeleniumClient, Object) - Method in class com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler
-
- cssSelector(String) - Static method in class com.atlassian.webdriver.utils.by.DeferredBy
-
Finds elements via the driver's underlying W3 Selector engine.
- currentBrowserSupplier() - Static method in class com.atlassian.pageobjects.util.BrowserUtil
-
Deprecated.
- currentDriverSupplier() - Static method in class com.atlassian.webdriver.LifecycleAwareWebDriverGrid
-
- currentTime() - Method in interface com.atlassian.pageobjects.elements.query.util.Clock
-
Current time according to this clock.
- currentTime() - Method in class com.atlassian.pageobjects.elements.query.util.SystemClock
-
- currentValue() - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
Current evaluation of the query.
- currentValue() - Method in class com.atlassian.pageobjects.elements.query.StaticQuery
-
- currentValue() - Method in class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- DashboardMenu - Class in com.atlassian.webdriver.jira.component.menu
-
TODO: Document this class / interface here
- DashboardMenu() - Constructor for class com.atlassian.webdriver.jira.component.menu.DashboardMenu
-
- DashboardPage - Class in com.atlassian.webdriver.confluence.page
-
Page object implementation for the Dashbaord page in Confluence.
- DashboardPage() - Constructor for class com.atlassian.webdriver.confluence.page.DashboardPage
-
- DashboardPage - Class in com.atlassian.webdriver.jira.page
-
Page object implementation for the Dashbaord page in JIRA.
- DashboardPage() - Constructor for class com.atlassian.webdriver.jira.page.DashboardPage
-
- DATA_PREFIX - Static variable in class com.atlassian.pageobjects.elements.PageElements
-
- DataAttributeFinder - Class in com.atlassian.pageobjects.elements
-
- DataAttributeFinder.Timed - Class in com.atlassian.pageobjects.elements
-
- DEFAULT - Static variable in class com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
-
- DEFAULT_AJAX_ACTION - Static variable in class com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
-
- DEFAULT_DIALOG_LOAD - Static variable in class com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
-
- DEFAULT_INTERVAL - Static variable in interface com.atlassian.pageobjects.elements.query.PollingQuery
-
- DEFAULT_INTERVAL - Static variable in interface com.atlassian.pageobjects.elements.timeout.Timeouts
-
- DEFAULT_PAGE_LOAD - Static variable in class com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
-
- DEFAULT_PROPERTY_KEY - Static variable in class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
- DEFAULT_TIMEOUT - Static variable in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
- DEFAULT_TIMEOUT_UNIT - Static variable in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
- DefaultAnyQuery<E> - Class in com.atlassian.pageobjects.internal.elements.search
-
- DefaultAnyQuery(Supplier<Iterable<E>>) - Constructor for class com.atlassian.pageobjects.internal.elements.search.DefaultAnyQuery
-
- DefaultAtlassianWebDriver - Class in com.atlassian.webdriver
-
Exposes a set of common functions to use.
- DefaultAtlassianWebDriver(WebDriver, Browser) - Constructor for class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- DefaultCharacterKey - Class in com.atlassian.webtest.ui.keys
-
Character implementation of the
Key interface.
- DefaultCharacterKey(String) - Constructor for class com.atlassian.webtest.ui.keys.DefaultCharacterKey
-
- DefaultCharacterKey(char) - Constructor for class com.atlassian.webtest.ui.keys.DefaultCharacterKey
-
- DefaultComparer - Class in com.atlassian.selenium.visualcomparison.v2
-
Current default implementation of
Comparer.
- DefaultComparer(BrowserEngine, ComparisonSettings) - Constructor for class com.atlassian.selenium.visualcomparison.v2.DefaultComparer
-
- DefaultJavaScriptErrorRetriever - Class in com.atlassian.webdriver.debug
-
- DefaultJavaScriptErrorRetriever(Supplier<? extends WebDriver>) - Constructor for class com.atlassian.webdriver.debug.DefaultJavaScriptErrorRetriever
-
- DefaultKeySequence - Class in com.atlassian.webtest.ui.keys
-
- DefaultKeySequence(List<Key>, ModifierKey...) - Constructor for class com.atlassian.webtest.ui.keys.DefaultKeySequence
-
- DefaultKeySequence(List<Key>, Collection<ModifierKey>) - Constructor for class com.atlassian.webtest.ui.keys.DefaultKeySequence
-
- DefaultKeySequence(List<Key>, TypeMode, Collection<ModifierKey>) - Constructor for class com.atlassian.webtest.ui.keys.DefaultKeySequence
-
- DefaultKeySequence(List<Key>, TypeMode, Collection<ModifierKey>, Collection<KeyEventType>) - Constructor for class com.atlassian.webtest.ui.keys.DefaultKeySequence
-
- DefaultProductContextRules - Class in com.atlassian.webdriver.testing.rule
-
A version of default, recommended rules that is injectable into the test.
- DefaultProductContextRules.ForClass - Class in com.atlassian.webdriver.testing.rule
-
- DefaultProductContextRules.ForMethod - Class in com.atlassian.webdriver.testing.rule
-
- DefaultProductInstance - Class in com.atlassian.pageobjects
-
- DefaultProductInstance(String, String, int, String) - Constructor for class com.atlassian.pageobjects.DefaultProductInstance
-
- DefaultQuery - Interface in com.atlassian.pageobjects.elements.search
-
- Defaults - Annotation Type in com.atlassian.pageobjects
-
- defaultTimeout - Variable in class com.atlassian.pageobjects.elements.query.AbstractPollingQuery
-
- defaultTimeout() - Method in class com.atlassian.pageobjects.elements.query.AbstractPollingQuery
-
- defaultTimeout() - Method in interface com.atlassian.pageobjects.elements.query.PollingQuery
-
Default timeout (in milliseconds) of this query in the current test context.
- defaultTimeout - Variable in class com.atlassian.pageobjects.elements.WebDriverElement
-
- DefaultTimeouts - Class in com.atlassian.pageobjects.elements.timeout
-
Timeouts implementation that reads values from a default properties file or loads default timeouts if file
is not found.
- DefaultTimeouts() - Constructor for class com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
-
- DefaultWebDriverQuery - Class in com.atlassian.pageobjects.internal.elements.search
-
- DefaultWebDriverQuery(WebDriverElement) - Constructor for class com.atlassian.pageobjects.internal.elements.search.DefaultWebDriverQuery
-
- DefaultWebDriverTester - Class in com.atlassian.webdriver.pageobjects
-
Implementation that uses WebDriver to drive the browser.
- DefaultWebDriverTester() - Constructor for class com.atlassian.webdriver.pageobjects.DefaultWebDriverTester
-
- DefaultWebDriverTester(AtlassianWebDriver) - Constructor for class com.atlassian.webdriver.pageobjects.DefaultWebDriverTester
-
- defaultWindow() - Method in class com.atlassian.pageobjects.elements.WindowSession
-
- DeferredBy - Class in com.atlassian.webdriver.utils.by
-
Looks for an element by using the WebDriver wait and ElementLocated condition.
- DeferredBy() - Constructor for class com.atlassian.webdriver.utils.by.DeferredBy
-
- delayedBind(Class<P>, Object...) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- delayedBind(Class<P>, Object...) - Method in interface com.atlassian.pageobjects.PageBinder
-
Creates a delayed binder that gives the caller full control over the lifecycle of the page object.
- DelayedBinder<T> - Interface in com.atlassian.pageobjects
-
A delayed binder that gives the caller full control over the creation and lifecycle of the page object.
- deleteAllVisibleCookies() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- deleteCookie(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- deleteProject() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- deleteSingleLineBoxes(List<BoundingBox>) - Static method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- deleteUser() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- deleteUserExpectingError() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- DeleteUserPage - Class in com.atlassian.webdriver.jira.page.user
-
- DeleteUserPage() - Constructor for class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- dependantCondition(TimedQuery<Boolean>, Supplier<TimedQuery<Boolean>>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Returns a condition that combines original and dependant in a manner that dependant condition
will only ever be retrieved if the original condition is true.
- deselectPopUp() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- diff(Screenshot, Screenshot, List<BoundingBox>, boolean) - Method in class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiffer
-
- disableReportGeneration() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- dispatchEvent(String, WebElement, WebDriver) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
- dispatchMouseEvent(String, WebElement, WebDriver) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
Dispatches a javascript mouse event in the browser on a specified element
- DisplayAwareFirefoxChromeLauncher - Class in com.atlassian.selenium.browsers.firefox
-
This is an override of the FirefoxChromeLauncher
class from selenium so we can control the display system property
to get xvfb to work.
- DisplayAwareFirefoxChromeLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- DisplayAwareFirefoxChromeLauncher(Capabilities, RemoteControlConfiguration, String, BrowserInstallation) - Constructor for class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- DisplayAwareFirefoxChromeLauncher.ChromeUrlConvert - Class in com.atlassian.selenium.browsers.firefox
-
- DisplayAwareFirefoxChromeLauncher.FileLockRemainedException - Exception in com.atlassian.selenium.browsers.firefox
-
- DisplayAwareFirefoxLauncher - Class in com.atlassian.selenium.browsers.firefox
-
This is an override of the FirefoxLauncher
class from selenium.
- DisplayAwareFirefoxLauncher(Capabilities, RemoteControlConfiguration, String, String) - Constructor for class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxLauncher
-
- doCommand(String, String[]) - Method in class com.atlassian.selenium.HtmlDumpingHttpCommandProcessor
-
- doesNotEndWith(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- doesNotEndWith(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- doesNotExist() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- doesNotExist() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- doesNotHaveClass(String) - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- doesNotHaveClass(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- doesNotMatch(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- doesNotMatch(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- doesNotStartWith(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- doesNotStartWith(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- doInWindow(Runnable) - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
Execute some operations within this window and switch back to the default window.
- doInWindow(I, Function<I, O>) - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
- doubleClick(PageElement) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- doubleClick() - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- doubleClick() - Method in interface com.atlassian.pageobjects.elements.PageElementMouseJavascript
-
Dispatches a 'double click' event to the associated element.
- doubleClick(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- doubleClick() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- doubleClickAt(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- doWait() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- doWait() - Method in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
The default doWait for JIRA is to wait for the footer to be located.
- dragAndDrop(PageElement, PageElement) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- dragAndDrop(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- dragAndDrop(String) - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- dragAndDropBy(PageElement, int, int) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- dragAndDropToObject(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- dragAndDropToObject(PageElement) - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- dragdrop(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- driver - Variable in class com.atlassian.pageobjects.elements.WebDriverElement
-
- driver - Static variable in class com.atlassian.webdriver.AtlassianWebDriverTestBase
-
Deprecated.
- driver - Variable in class com.atlassian.webdriver.confluence.component.menu.AjsDropdownMenu
-
- driver - Variable in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- driver - Variable in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
- DriverCleanupRule - Class in com.atlassian.webdriver.testing.rule
-
A class rule that cleans up web drivers from the
LifecycleAwareWebDriverGrid
after a specific amount of time elapses since the last test has been run.
- DriverCleanupRule(long, TimeUnit) - Constructor for class com.atlassian.webdriver.testing.rule.DriverCleanupRule
-
- DriverCleanupRule() - Constructor for class com.atlassian.webdriver.testing.rule.DriverCleanupRule
-
- Drivers - Class in com.atlassian.webdriver
-
Utils for getting and manipulating WebDriver instances.
- driverSupplier() - Static method in enum com.atlassian.webdriver.browsers.WebDriverBrowserAutoInstall
-
- DropDown - Class in com.atlassian.selenium.pageobjects
-
- DropDown(String, SeleniumClient) - Constructor for class com.atlassian.selenium.pageobjects.DropDown
-
- dropWebSudo(Class<P>) - Method in interface com.atlassian.pageobjects.component.WebSudoBanner
-
Drops the websudo privilege if the websudo banner is displayed otherwise just navigates
to the next page.
- dropWebSudo(Class<M>) - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceWebSudoBanner
-
- dumpPageSourceTo(Writer) - Method in class com.atlassian.webdriver.debug.WebDriverDebug
-
Writes the source of the last loaded page to the specified writer.
- dumpSourceTo(File) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- dumpSourceTo(File) - Method in class com.atlassian.webdriver.debug.WebDriverDebug
-
Writes the source of the last loaded page to the specified file.
- dumpSourceTo(File) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- editDetails() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- editGroups() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- editProject() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- editProperties() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- editUserGroups(User) - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
When editing a users groups from this page, EditUserGroups always returns back to
UserBrowser unless there was an error.
- EditUserGroupsPage - Class in com.atlassian.webdriver.jira.page.user
-
Page object implementation for the edit user's group page in JIRA.
- EditUserGroupsPage() - Constructor for class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
- element(By) - Method in interface com.atlassian.webdriver.waiter.WaiterQuery
-
- element(By, SearchContext) - Method in interface com.atlassian.webdriver.waiter.WaiterQuery
-
- element(WebElement) - Method in interface com.atlassian.webdriver.waiter.WaiterQuery
-
- ElementBy - Annotation Type in com.atlassian.pageobjects.elements
-
Injects an Element into the field.
- ElementByPostInjectionProcessor - Class in com.atlassian.pageobjects.elements
-
Find fields marked with @ElementBy annotation and set them to instances of WebDriverElement
- ElementByPostInjectionProcessor() - Constructor for class com.atlassian.pageobjects.elements.ElementByPostInjectionProcessor
-
- ElementConditions - Class in com.atlassian.webdriver.utils.element
-
Factory for element conditions.
- elementContainsText(String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that an element contains the given text.
- elementContainsText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementContainsText(String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that an element contains the given text.
- elementContainsText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementContainsText(String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementContainsText(PageElement, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementDoesNotContainText(String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that an element does not contain the given text.
- elementDoesNotContainText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementDoesNotContainText(String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that an element does not contain the given text.
- elementDoesNotContainText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementDoesNotContainText(String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementDoesNotContainText(PageElement, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementDoesntHaveText(String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that the element specified by the locator does not contain the specified text
- elementDoesntHaveText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementDoesntHaveText(String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that the element specified by the locator does not contain the specified text
- elementDoesntHaveText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementDoesntHaveText(String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementDoesntHaveText(PageElement, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementExists(By) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- elementExists(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- elementExists(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.Check
-
Checks that an element that matches the by param exists within another element.
- elementExistsAt(By, SearchContext) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- elementExistsAt(By, SearchContext) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- elementFinder - Variable in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- elementFinder - Variable in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- elementFinder - Variable in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- elementHasText(String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that the element specified by the locator contains the specified text
- elementHasText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementHasText(String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that the element specified by the locator contains the specified text
- elementHasText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementHasText(String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementHasText(PageElement, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementIsVisible(By) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- elementIsVisible(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- elementIsVisible(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.Check
-
- ElementIsVisible - Class in com.atlassian.webdriver.utils.element
-
Continues to execute until a particular element is visible.
- ElementIsVisible(By) - Constructor for class com.atlassian.webdriver.utils.element.ElementIsVisible
-
- ElementIsVisible(By, SearchContext) - Constructor for class com.atlassian.webdriver.utils.element.ElementIsVisible
-
- elementIsVisibleAt(By, SearchContext) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- elementIsVisibleAt(By, SearchContext) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- ElementLocated - Class in com.atlassian.webdriver.utils.element
-
Continues to execute until a particular element is located.
- ElementLocated(By) - Constructor for class com.atlassian.webdriver.utils.element.ElementLocated
-
- ElementLocated(By, SearchContext) - Constructor for class com.atlassian.webdriver.utils.element.ElementLocated
-
- ElementModule - Class in com.atlassian.pageobjects.elements
-
Guice module that adds bindings for classes required by the elements
- ElementModule() - Constructor for class com.atlassian.pageobjects.elements.ElementModule
-
- ElementNotLocated - Class in com.atlassian.webdriver.utils.element
-
Continues to execute until a particular element is no longer located.
- ElementNotLocated(By) - Constructor for class com.atlassian.webdriver.utils.element.ElementNotLocated
-
- ElementNotLocated(By, SearchContext) - Constructor for class com.atlassian.webdriver.utils.element.ElementNotLocated
-
- elementNotPresent(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a given element is not present on the current page
- elementNotPresent(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresent(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a given element is not present on the current page
- elementNotPresent(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresent(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresent(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentByTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
This will wait until an element is not present.
- elementNotPresentByTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentByTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
This will wait until an element is not present.
- elementNotPresentByTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentByTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentByTimeout(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentByTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentByTimeout(PageElement, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentUntilTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentUntilTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentUntilTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentUntilTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotPresentUntilTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentUntilTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentUntilTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentUntilTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotPresentUntilTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentUntilTimeout(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentUntilTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotPresentUntilTimeout(PageElement, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotVisible(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a given element is not present and visible.
- elementNotVisible(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementNotVisible(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a given element is not present and visible.
- elementNotVisible(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementNotVisible(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementNotVisible(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- ElementNotVisible - Class in com.atlassian.webdriver.utils.element
-
Continues to execute until a particular element is no longer visible.
- ElementNotVisible(By) - Constructor for class com.atlassian.webdriver.utils.element.ElementNotVisible
-
- ElementNotVisible(By, SearchContext) - Constructor for class com.atlassian.webdriver.utils.element.ElementNotVisible
-
- elementPresent(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a given element is present
- elementPresent(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresent(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a given element is present
- elementPresent(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresent(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresent(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentByTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentByTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentByTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentByTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentByTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentByTimeout(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentByTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentByTimeout(PageElement, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentUntilTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentUntilTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentUntilTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentUntilTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementPresentUntilTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentUntilTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentUntilTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentUntilTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementPresentUntilTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentUntilTimeout(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentUntilTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementPresentUntilTimeout(PageElement, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- ElementQuery - Interface in com.atlassian.webdriver.waiter
-
WARNING: This API is still experimental and may be changed between versions.
- Elements - Class in com.atlassian.webdriver
-
Utilities related to manipulating/querying of web elements (of any sort).
- elementsAreVisible(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.Check
-
- elementsSameHeight(String, String, int) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementsSameHeight(PageElement, PageElement, int) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementsSameHeight(String, String, int) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementsSameHeight(PageElement, PageElement, int) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementsSameHeight(String, String, int) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementsSameHeight(PageElement, PageElement, int) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementsVerticallyAligned(String, String, int) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that two elements (located by selenium syntax) are vertically within deltaPixels of each other.
- elementsVerticallyAligned(PageElement, PageElement, int) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementsVerticallyAligned(String, String, int) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that two elements (located by selenium syntax) are vertically within deltaPixels of each other.
- elementsVerticallyAligned(PageElement, PageElement, int) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementsVerticallyAligned(String, String, int) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementsVerticallyAligned(PageElement, PageElement, int) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementVisible(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a given element is present and is visible.
- elementVisible(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementVisible(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a given element is present and is visible.
- elementVisible(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementVisible(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementVisible(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementVisibleContainsText(String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a given element is visible and also contains the given text.
- elementVisibleContainsText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- elementVisibleContainsText(String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a given element is visible and also contains the given text.
- elementVisibleContainsText(PageElement, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- elementVisibleContainsText(String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementVisibleContainsText(PageElement, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- elementWithClass(String) - Static method in class com.atlassian.selenium.XpathHelper
-
- elementWithClass(String, String) - Static method in class com.atlassian.selenium.XpathHelper
-
- empty() - Static method in class com.atlassian.webtest.ui.keys.Sequences
-
Empty key sequence (useful for clearing out form inputs).
- emptySettings() - Static method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
Creates a new empty instance of settings.
- enableReportGeneration(String) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- endsWith(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- endsWith(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- EndsWithFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.field
-
- EndsWithFunction(WebElementFieldRetriever, String) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.field.EndsWithFunction
-
- endTest(Test) - Method in class com.atlassian.performance.junit.PerformanceListener
-
- endTest(Test) - Method in class com.atlassian.performance.junit.TimeMethodLoggerListener
-
- equals(Object) - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
- equals(Object) - Method in class com.atlassian.webdriver.confluence.data.User
-
- equals(Object) - Method in class com.atlassian.webdriver.jira.data.User
-
- equals(Object) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- equals(Object) - Method in class com.atlassian.webdriver.utils.by.DeferredBy
-
- equalsIgnoresCase(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- equalsIgnoresCase(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- EqualsIgnoresCaseFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.field
-
- EqualsIgnoresCaseFunction(WebElementFieldRetriever, String) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.field.EqualsIgnoresCaseFunction
-
- errorMessage() - Method in interface com.atlassian.selenium.Condition
-
- errorRetriever(JavaScriptErrorRetriever) - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
Returns a copy of this rule with a different underlying ErrorRetriever.
- errorsToIgnore(Set<String>) - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
Returns a copy of this rule with a specific set of error messages to ignore.
- evaluate(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- evaluate(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- evaluate(String) - Method in interface com.atlassian.selenium.visualcomparison.VisualComparableClient
-
- evaluate(String) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverVisualComparableClient
-
- EventTime - Class in com.atlassian.performance
-
- EventTime(String, long, boolean, boolean) - Constructor for class com.atlassian.performance.EventTime
-
- EventTime(String, long, boolean) - Constructor for class com.atlassian.performance.EventTime
-
- EventTime.TimedEvent - Interface in com.atlassian.performance
-
- ex - Variable in class com.atlassian.selenium.MethodHandlerCallable
-
- ExecutableWaiterQuery - Interface in com.atlassian.webdriver.waiter
-
WARNING: This API is still experimental and may be changed between versions.
- execute(String, Object...) - Method in interface com.atlassian.pageobjects.elements.PageElementJavascript
-
Executes custom script on this element.
- execute(Class<T>, String, Object...) - Method in interface com.atlassian.pageobjects.elements.PageElementJavascript
-
- execute(String, Object...) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- execute(String, Object...) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Execute a script on the client.
- execute(String, Object...) - Method in interface com.atlassian.selenium.visualcomparison.VisualComparableClient
-
Execute a script in the client and return the evaluated result.
- execute(String, WebDriver, Object...) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
- execute(Class<T>, String, WebDriver, Object...) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
- execute(String, Object...) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverVisualComparableClient
-
- execute() - Method in interface com.atlassian.webdriver.waiter.ExecutableWaiterQuery
-
Executes the built up waiter query.
- executeAsync(String, Object...) - Method in interface com.atlassian.pageobjects.elements.PageElementJavascript
-
Executes custom script on this element asynchronously.
- executeAsync(Class<T>, String, Object...) - Method in interface com.atlassian.pageobjects.elements.PageElementJavascript
-
- executeAsyncScript(String, Object...) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- executedScripts() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- executeScript(Class<T>, String, Object...) - Method in interface com.atlassian.selenium.visualcomparison.v2.BrowserEngine
-
Execute a Javascript snippet in the context of the current page.
- executeScript(String) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- executeScript(String, Object...) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- executeScript(Class<T>, String, Object...) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverBrowserEngine
-
- executeTest(Selenium) - Method in interface com.atlassian.selenium.Condition
-
A method to test a condition.
- executeTimed(Class<T>, String, Object...) - Method in interface com.atlassian.pageobjects.elements.PageElementJavascript
-
Executes custom script on this element in a periodic manner, allowing the client to wait for a particular
expected result to occur (via the returned
TimedQuery).
- exists() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- exists() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- ExistsFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.element
-
- ExistsFunction(WebElementRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.element.ExistsFunction
-
- EXPECTED_ELEMENT_LENGTH - Static variable in class com.atlassian.pageobjects.elements.util.StringConcat
-
- expirationHandler() - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
Expiration handler of this query
- ExpirationHandler - Interface in com.atlassian.pageobjects.elements.query
-
Strategies for handling expired timeouts of the
TimedQuery.
- expired(TimedQuery<T>, T, long) - Method in interface com.atlassian.pageobjects.elements.query.ExpirationHandler
-
Handle timeout expiration for given query.
- extractProfileFromJar() - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- failed(Throwable, Description) - Method in class com.atlassian.webdriver.testing.rule.LogPageSourceRule
-
- failed(Throwable, Description) - Method in class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- failOnJavaScriptErrors(boolean) - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
Returns a copy of this rule, specifying whether it should force a test failure when Javascript errors are found.
- FailsafeExternalResource - Class in com.atlassian.webdriver.testing.rule
-
A template for a TestRule allowing to execute code around the Statement.evaluate() call.
- FailsafeExternalResource() - Constructor for class com.atlassian.webdriver.testing.rule.FailsafeExternalResource
-
- fillInStackTrace() - Method in exception com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery.InvalidValue
-
- filter(Predicate<? super E>) - Method in interface com.atlassian.pageobjects.elements.search.SearchQuery
-
Filter the underlying results using predicate.
- filter(Predicate<? super E>) - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- filter(Browser, List<Class>) - Static method in class com.atlassian.selenium.SkipInBrowserUtil
-
- filter(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
This allows filtering results based on a selector or a function.
- filter(Browser, List<Class>) - Static method in class com.atlassian.webdriver.utils.SkipInBrowserUtil
-
Deprecated.
- filterByUserName(String) - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- find(By) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- find(By, TimeoutType) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- find(By, Class<T>) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- find(By, Class<T>, TimeoutType) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- find(By) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Returns an element that will match the given locator within this element.
- find(By) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates
PageElement implementation
using the specified
locator and default timeout.
- find(By, TimeoutType) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates
PageElement implementation
using the specified
locator and given
timeoutType.
- find(By, Class<T>) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates
PageElement extension of type
T using the specified
locator and default timeout.
- find(By, Class<T>, TimeoutType) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates
PageElement extension of type
T using the specified
locator and given
timeoutType
- find(By) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- find(By, TimeoutType) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- find(By, Class<T>) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- find(By, Class<T>, TimeoutType) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- find(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- findAll(By) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- findAll(By, TimeoutType) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- findAll(By, Class<T>) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- findAll(By, Class<T>, TimeoutType) - Method in class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- findAll(By) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Returns a list of element's that match the given locator within this element
- findAll(By) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates a
PageElement for each element that matches the given
locator
using default timeout.
- findAll(By, TimeoutType) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates a
PageElement for each element that matches the given
locator
using
timeoutType.
- findAll(By, Class<T>) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates (@Link PageElement) extension of type T for each element that matches the given
locator with default timeout
- findAll(By, Class<T>, TimeoutType) - Method in interface com.atlassian.pageobjects.elements.PageElementFinder
-
Creates (@Link PageElement) extension of type T for each element that matches the given
locator with timeoutType
- findAll(By) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- findAll(By, TimeoutType) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- findAll(By, Class<T>) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- findAll(By, Class<T>, TimeoutType) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- findElement(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- findElement(By) - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- findElement(SearchContext) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
Find a single element.
- findElements(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- findElements(By) - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- findElementWithChildElement(By, By, WebDriver) - Static method in class com.atlassian.webdriver.utils.Search
-
Searches for an element that contains a specific child element.
- findElementWithChildElement(By, By, WebElement) - Static method in class com.atlassian.webdriver.utils.Search
-
- findElementWithText(By, String, WebDriver) - Static method in class com.atlassian.webdriver.utils.Search
-
- findElementWithText(By, String, WebElement) - Static method in class com.atlassian.webdriver.utils.Search
-
- findMapping(Class<T>) - Static method in class com.atlassian.pageobjects.elements.WebDriverElementMappings
-
- findVisibleElements(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.Search
-
- finish() - Method in interface com.atlassian.pageobjects.inject.InjectionConfiguration
-
Finish the configuration and retrieve the resulting injection context instance.
- finished(Description) - Method in class com.atlassian.webdriver.testing.rule.DriverCleanupRule
-
- finished(Description) - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
- fireEvent(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- FirefoxBrowser - Class in com.atlassian.webdriver.browsers.firefox
-
A helper utility for obtaining a FirefoxDriver.
- first() - Method in interface com.atlassian.pageobjects.elements.search.SearchQuery
-
- first() - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- flatMap(Function<? super E, Iterable<F>>) - Method in interface com.atlassian.pageobjects.elements.search.SearchQuery
-
Flat map the results using mapper.
- flatMap(Function<? super E, Iterable<F>>) - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- flatMapSupplier(Function<? super E, Iterable<F>>) - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- focus() - Method in interface com.atlassian.pageobjects.elements.PageElementFormJavascript
-
Dispatches a 'focus' event to the associated element, as if it received input focus.
- focus(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- focus() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- ForClass(DriverCleanupRule) - Constructor for class com.atlassian.webdriver.testing.rule.DefaultProductContextRules.ForClass
-
- forEachFieldWithAnnotation(Object, Class<A>, InjectUtils.FieldVisitor<A>) - Static method in class com.atlassian.pageobjects.util.InjectUtils
-
Executes the callback for each private field marked with the desired annotation
- forId(String, String) - Static method in class com.atlassian.selenium.visualcomparison.v2.settings.Replacement
-
- forInstance(VE) - Static method in class com.atlassian.webdriver.testing.rule.WebDriverSupport
-
- forKey(ModifierKey) - Static method in enum com.atlassian.selenium.keyboard.SeleniumModifierKey
-
- forKey(SpecialKey) - Static method in enum com.atlassian.selenium.keyboard.SeleniumSpecialKeys
-
- forKeys(Collection<ModifierKey>) - Static method in enum com.atlassian.selenium.keyboard.SeleniumModifierKey
-
- form() - Method in interface com.atlassian.pageobjects.elements.PageElementJavascript
-
Access to form events for the associated page element.
- forMatcher(TimedQuery<T>, Matcher<? super T>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Return condition that will be
true, if given
matcher will match the
query.
- forMatcher(Matcher<T>) - Static method in class com.atlassian.webdriver.testing.matcher.MatcherPredicate
-
- formElementEquals(String, String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a given element has a specified value
- formElementEquals(String, String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a given element has a specified value
- formElementEquals(String, String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- ForMethod(IgnoreBrowserRule, JavaScriptErrorsRule, LogPageSourceRule, SessionCleanupRule, WebDriverScreenshotRule, WindowSizeRule) - Constructor for class com.atlassian.webdriver.testing.rule.DefaultProductContextRules.ForMethod
-
- forSupplier(Supplier<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Returns a timed condition, whose current evaluation is based on a value provided by given supplier.
- forSupplier(long, Supplier<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Returns a timed condition, whose current evaluation is based on a value provided by given supplier.
- forSupplier(Timeouts, Supplier<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Returns a timed condition, whose current evaluation is based on a value provided by the
supplier and with
a
default timeout.
- forSupplier(Timeouts, Supplier<Boolean>, TimeoutType) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Returns a timed condition, whose current evaluation is based on a value provided by the supplier, with
timeout of timeoutType.
- forSupplier(Timeouts, Supplier<T>) - Static method in class com.atlassian.pageobjects.elements.query.Queries
-
Returns a timed query, with current evaluation is based on a value provided by given supplier.
- forSupplier(Timeouts, Supplier<T>, TimeoutType) - Static method in class com.atlassian.pageobjects.elements.query.Queries
-
Returns a timed query, with current evaluation is based on a value provided by given
supplier.
- forSupplier(Supplier<T>, TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- forSupplier(Supplier<T>) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- forSupplier(Supplier<? extends VE>) - Static method in class com.atlassian.webdriver.testing.rule.WebDriverSupport
-
- forTest(Object, Class<T>) - Static method in class com.atlassian.webdriver.testing.rule.InjectionRules
-
- forTest(Object, Supplier<T>) - Static method in class com.atlassian.webdriver.testing.rule.InjectionRules
-
- forTestClass(Class<T>) - Static method in class com.atlassian.webdriver.testing.rule.InjectionRules
-
- forTestClass(Supplier<T>) - Static method in class com.atlassian.webdriver.testing.rule.InjectionRules
-
- forTestInContext(Object) - Static method in class com.atlassian.webdriver.testing.rule.InjectionRules
-
- fromAutoInstall() - Static method in class com.atlassian.webdriver.testing.rule.WebDriverSupport
-
- fromClassPath(String, ClassLoader) - Static method in class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
Load instance of PropertiesBasedTimeouts based on properties from a class path resource.
- fromClassPath(String) - Static method in class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
Load instance of PropertiesBasedTimeouts based on properties from a class path resource.
- fromFactory(Class<T>) - Static method in class com.atlassian.pageobjects.TestedProductFactory
-
- fromFile(String) - Static method in class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
Load instance of PropertiesBasedTimeouts based on properties from file on disk.
- fromProduct(TestedProduct<? extends WebDriverTester>) - Static method in class com.atlassian.webdriver.Drivers
-
- full(String, String, String) - Static method in class com.atlassian.pageobjects.elements.Options
-
New option distinguishable all identifiers.
- function(ConditionFunction) - Method in interface com.atlassian.webdriver.waiter.WaiterQuery
-
- FunctionQuery - Interface in com.atlassian.webdriver.waiter
-
WARNING: This API is still experimental and may be changed between versions.
- Gadget - Class in com.atlassian.webdriver.jira.component.dashboard
-
Implements a object for interacting with a JIRA Dashboard Gadget.
- Gadget(String) - Constructor for class com.atlassian.webdriver.jira.component.dashboard.Gadget
-
- GadgetView - Class in com.atlassian.webdriver.jira.component.dashboard
-
GadgetView is an implentation of the internal view for a gadget and just extends a
WebElement so all the normal methods that WebDriver exposes on web elements is available.
- GadgetView(WebElement) - Constructor for class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- generateByTimeoutConfig(Condition, String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- generateByTimeoutConfig(Condition, PageElement, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- generateFileName(String, ScreenResolution) - Static method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- generateKeyEvent(String, KeyEventType, int, int, boolean, boolean, boolean, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- generateKeyEvent(String, KeyEventType, int, int, boolean, boolean, boolean, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
This is a low level function to generate one keyboard event.
- generateKeyEvent(String, KeyEventType, int, int, boolean, boolean, boolean, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- generatePacAndPrefJs(String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- generateReport(Writer, boolean) - Method in class com.atlassian.performance.PerformanceReporter
-
- genericScriptResult(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- GenericWebDriverTimedQuery<T> - Class in com.atlassian.pageobjects.elements.query.webdriver
-
Generic, WebDriver-based implementation of
TimedQuery.
- GenericWebDriverTimedQuery(Supplier<T>, Clock, long, long, ExpirationHandler) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- GenericWebDriverTimedQuery(Supplier<T>, long, long, ExpirationHandler) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- GenericWebDriverTimedQuery(Supplier<T>, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- GenericWebDriverTimedQuery(Supplier<T>, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- GenericWebDriverTimedQuery(GenericWebDriverTimedQuery<T>, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- GenericWebDriverTimedQuery.InvalidValue - Exception in com.atlassian.pageobjects.elements.query.webdriver
-
- get() - Method in class com.atlassian.pageobjects.binder.BrowserModule.BrowserAwareProvider
-
- get() - Method in class com.atlassian.pageobjects.binder.BrowserModule.BrowserProvider
-
- get() - Method in interface com.atlassian.pageobjects.DelayedBinder
-
- get() - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- get(String) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
WebDriver implementation below
- getActionWait() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
- getActionWait() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getActionWait() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The time that various utility classes will wait after performing some Selenium
action like the mouseOver method in the
SeleniumClient.
- getActivePluginKey() - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- getActivePluginKey() - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- getActiveUsers() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getActiveUsers() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getAdminMenu() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- getAdminSideMenu() - Method in class com.atlassian.webdriver.jira.page.JiraAdminAbstractPage
-
- getAdminSideMenu() - Method in class com.atlassian.webdriver.jira.page.JiraAdminHomePage
-
- getAlert() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAllButtons() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAllFields() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAllLinks() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAllMatchingAttributes(String, String, SeleniumClient) - Static method in class com.atlassian.selenium.XpathHelper
-
- getAllOptions() - Method in interface com.atlassian.pageobjects.elements.MultiSelectElement
-
All options
- getAllOptions() - Method in interface com.atlassian.pageobjects.elements.SelectElement
-
All options
- getAllOptions() - Method in class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- getAllOptions() - Method in class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- getAllUsernames() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- getAllWindowIds() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAllWindowNames() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAllWindowTitles() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getApplicationContext() - Method in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- getAssertions() - Method in interface com.atlassian.selenium.pageobjects.SeleniumTester
-
- getAssertMessage() - Method in class com.atlassian.selenium.ByTimeoutConfiguration
-
- getAttachmentPath() - Method in class com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
-
- getAttachmentSize() - Method in class com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
-
- getAttribute(String) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Get the value of the given attribute of this element.
- getAttribute(String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- getAttribute(String, TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getAttribute(String) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getAttribute(String) - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getAttribute(String) - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing the element's given attribute.
- getAttribute(String) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getAttribute(String) - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getAttribute(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAttribute(String) - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getAttribute(String) - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- getAttribute(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- getAttributeFromAllWindows(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getAutoGeneratedKey() - Method in class com.atlassian.selenium.ByTimeoutConfiguration
-
- getBaselineDirectory() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- getBaseUrl() - Method in class com.atlassian.pageobjects.DefaultProductInstance
-
- getBaseUrl() - Method in interface com.atlassian.pageobjects.ProductInstance
-
- getBaseUrl() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getBaseUrl() - Method in class com.atlassian.selenium.ParameterizedSeleniumConfiguration
-
- getBaseUrl() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The starting url for the browser
- getBaseUrl() - Method in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- getBodyText() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getBottom() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getBottom() - Method in interface com.atlassian.selenium.visualcomparison.v2.settings.PagePart
-
- getBottom() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.SimplePagePart
-
- getBoundingBox() - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifference
-
- getBrowseMenu() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- getBrowseMenu() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- getBrowser() - Method in interface com.atlassian.pageobjects.browser.BrowserAware
-
Get browser associated with this component.
- getBrowser() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getBrowser() - Method in interface com.atlassian.selenium.SeleniumClient
-
- getBrowser() - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- getBrowser() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getBrowser() - Method in class com.atlassian.webdriver.pageobjects.DefaultWebDriverTester
-
- getBrowser() - Static method in class com.atlassian.webdriver.WebDriverFactory
-
- getBrowser(String) - Static method in class com.atlassian.webdriver.WebDriverFactory
-
- getBrowserName() - Method in class com.atlassian.selenium.browsers.SeleniumBrowserConfiguration
-
- getBrowserName() - Method in class com.atlassian.webdriver.browsers.WebDriverBrowserConfiguration
-
- getBrowserProperty() - Static method in class com.atlassian.webdriver.WebDriverFactory
-
- getBrowsers() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- getBrowserStartString() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getBrowserStartString() - Method in class com.atlassian.selenium.ParameterizedSeleniumConfiguration
-
- getBrowserStartString() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The browser start string to be passed to Selenium
- getBrowserStartString() - Method in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- getCancelDeleteUserButton() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getCharacter() - Method in class com.atlassian.selenium.keyboard.KeyEventSequence
-
- getChromeDriver() - Static method in class com.atlassian.webdriver.browsers.chrome.ChromeBrowser
-
- getChromeDriver(BrowserConfig) - Static method in class com.atlassian.webdriver.browsers.chrome.ChromeBrowser
-
Configures a ChromeDriver based on the browserConfig
- getChromeDriver(String) - Static method in class com.atlassian.webdriver.browsers.chrome.ChromeBrowser
-
Gets a chrome driver based on the browser path based in
- getClient() - Method in interface com.atlassian.selenium.pageobjects.SeleniumTester
-
- getClock(Object) - Static method in class com.atlassian.pageobjects.elements.query.util.Clocks
-
- getCode() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- getColumnList(boolean) - Method in class com.atlassian.performance.PerformanceReporter
-
- getComparer() - Method in class com.atlassian.webdriver.testing.rule.VisualComparerRule
-
- getCondition() - Method in class com.atlassian.selenium.ByTimeoutConfiguration
-
- getConditionCheckInterval() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
- getConditionCheckInterval() - Method in class com.atlassian.selenium.ByTimeoutConfiguration
-
- getConditionCheckInterval() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getConditionCheckInterval() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The time in milliseconds between condition checks.
- getConfirmation() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getConsoleOutput() - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
- getContextPath() - Method in class com.atlassian.pageobjects.DefaultProductInstance
-
- getContextPath() - Method in interface com.atlassian.pageobjects.ProductInstance
-
- getCookie() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getCookieByName(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getCssClasses() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Get a set of CSS classes associated with this element.
- getCssClasses() - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- getCssClasses(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getCssClasses() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getCssClasses() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query for a set of CSS classes associated with this element.
- getCssClasses() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getCssClasses() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getCssClasses(String) - Static method in class com.atlassian.webdriver.Elements
-
Extract CSS class names from the CSS "class" attribute value.
- getCssCount(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getCssValue(String) - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getCurrentBrowser() - Static method in class com.atlassian.pageobjects.util.BrowserUtil
-
Deprecated.
- getCurrentDriver() - Static method in class com.atlassian.webdriver.LifecycleAwareWebDriverGrid
-
- getCurrentFailedLoginCount() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getCurrentUrl() - Method in class com.atlassian.webdriver.debug.WebDriverDebug
-
Get the URL that the underlying web driver is currently at.
- getCurrentUrl() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getCursorPosition(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getCursorPosition() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getDashboardMenu() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- getDashboardMenu() - Method in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
- getDataAttribute(String) - Method in class com.atlassian.pageobjects.elements.DataAttributeFinder
-
- getDataAttribute(String) - Method in class com.atlassian.pageobjects.elements.DataAttributeFinder.Timed
-
- getDataAttribute(String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- getDatePurchased() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getDatePurchased() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getDefaultAssignee() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- getDefaultTimeout() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getDeleteUserButton() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getDescription() - Method in interface com.atlassian.webdriver.debug.JavaScriptErrorInfo
-
Returns the full error line as it should be displayed.
- getDiff(Screenshot) - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- getDiff(Screenshot, List<BoundingBox>, boolean) - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- getDifferences() - Method in class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiff
-
- getDiffImageFile() - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifferenceImages
-
- getDisabledPlugins() - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- getDisabledPlugins() - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- getDriver() - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
Deprecated.
Gets the underlying WebDriver.
- getDriver() - Method in enum com.atlassian.webdriver.browsers.WebDriverBrowserAutoInstall
-
- getDriver() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getDriver() - Static method in class com.atlassian.webdriver.LifecycleAwareWebDriverGrid
-
- getDriver() - Method in class com.atlassian.webdriver.pageobjects.DefaultWebDriverTester
-
- getDriver() - Method in interface com.atlassian.webdriver.pageobjects.WebDriverTester
-
- getDriver() - Method in class com.atlassian.webdriver.testing.rule.WebDriverSupport
-
- getDriver() - Static method in class com.atlassian.webdriver.WebDriverFactory
-
- getDriver(BrowserConfig) - Static method in class com.atlassian.webdriver.WebDriverFactory
-
- getElementAt(int, int) - Method in interface com.atlassian.selenium.visualcomparison.v2.BrowserEngine
-
Get an
element that is closest to the point in the document specified by
x and
y.
- getElementAt(int, int) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverBrowserEngine
-
- getElementAtPoint(int, int) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getElementAtPoint(int, int) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- getElementAtPoint(int, int) - Method in interface com.atlassian.selenium.visualcomparison.VisualComparableClient
-
- getElementAtPoint(int, int) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverVisualComparableClient
-
- getElementHeight(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getElementHeight() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getElementId() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Replacement
-
- getElementIndex(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getElementKey() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getElementPositionLeft(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getElementPositionTop(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getElementWidth(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getElementWidth() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getEmail() - Method in class com.atlassian.webdriver.confluence.component.macro.UserMacro
-
- getEmail() - Method in class com.atlassian.webdriver.confluence.data.User
-
- getEmail() - Method in class com.atlassian.webdriver.jira.data.User
-
- getEmail() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getErrorMessage() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
Gets the error message in the update admin form area.
- getErrors() - Method in class com.atlassian.webdriver.debug.DefaultJavaScriptErrorRetriever
-
- getErrors() - Method in interface com.atlassian.webdriver.debug.JavaScriptErrorRetriever
-
Attempt to retrieve Javascript errors from the current driver.
- getErrors() - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
Get the console output from the browser.
- getEscapedHtmlString() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getEval(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getEvent() - Method in class com.atlassian.performance.EventTime
-
- getEventString() - Method in enum com.atlassian.webtest.ui.keys.KeyEventType
-
- getEventTimes() - Method in class com.atlassian.performance.TimeRecorder
-
- getEventType() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- getExpiryDate() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getExpression(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getFileFromParent(File, String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- getFileName() - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- getFirefoxDriver() - Static method in class com.atlassian.webdriver.browsers.firefox.FirefoxBrowser
-
Gets the default FirefoxDriver that tries to use the default system paths
for where the firefox binary should be
- getFirefoxDriver(BrowserConfig) - Static method in class com.atlassian.webdriver.browsers.firefox.FirefoxBrowser
-
Configures a FirefoxDriver based on the browserConfig
- getFirefoxDriver(String) - Static method in class com.atlassian.webdriver.browsers.firefox.FirefoxBrowser
-
Gets a firefox driver based on the browser path based in
- getFirefoxProfileTemplate() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
- getFirefoxProfileTemplate() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getFirefoxProfileTemplate() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
Gets firefox profile location
- getFullName() - Method in class com.atlassian.webdriver.confluence.component.macro.UserMacro
-
- getFullName() - Method in class com.atlassian.webdriver.confluence.data.User
-
- getFullName() - Method in class com.atlassian.webdriver.jira.data.User
-
- getFullname() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getGadget(String) - Method in class com.atlassian.webdriver.jira.page.DashboardPage
-
- getGadgetTitle() - Method in class com.atlassian.webdriver.jira.component.dashboard.Gadget
-
- getHeader() - Method in interface com.atlassian.pageobjects.page.AdminHomePage
-
- getHeader() - Method in interface com.atlassian.pageobjects.page.HomePage
-
- getHeader() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- getHeader() - Method in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
- getHeight() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getHeight() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getHeight() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
- getHtml() - Method in interface com.atlassian.selenium.visualcomparison.ScreenElement
-
- getHtml() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Replacement
-
- getHtmlContent() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getHtmlSource() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getHttpPort() - Method in class com.atlassian.pageobjects.DefaultProductInstance
-
- getHttpPort() - Method in interface com.atlassian.pageobjects.ProductInstance
-
- getId() - Static method in class com.atlassian.pageobjects.elements.Options
-
- getId() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
- getId() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query for the "id" attribute of this element.
- getId() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getId() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getId() - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- getId() - Method in exception com.atlassian.selenium.visualcomparison.v2.VisualComparisonFailedException
-
- getIdentifier() - Method in class com.atlassian.selenium.keyboard.KeyEventSequence
-
- getIgnoreAreas() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getIgnoredParts() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- getIgnoreSingleLineDiffs() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getImage() - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- getImageOutputDir(String, String) - Static method in class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiff
-
- getImages() - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifference
-
- getIndex() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getInjectionContext() - Method in class com.atlassian.webdriver.testing.runner.AbstractInjectingRunner
-
- getInjectionContext() - Method in class com.atlassian.webdriver.testing.runner.AbstractProductContextRunner
-
- getInnerHtml(WebElement, WebDriver) - Static method in class com.atlassian.webdriver.utils.WebElementUtil
-
- getInstance(Class<T>) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- getInstance(Class<T>) - Method in interface com.atlassian.pageobjects.inject.InjectionContext
-
Get an instance of given type from context.
- getInstance() - Static method in class com.atlassian.selenium.SeleniumStarter
-
- getInstance(Class<T>) - Method in class com.atlassian.webdriver.testing.rule.ClassInjectionRule
-
- getInstanceId() - Method in class com.atlassian.pageobjects.DefaultProductInstance
-
- getInstanceId() - Method in interface com.atlassian.pageobjects.ProductInstance
-
- getItems() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- getKey() - Method in class com.atlassian.selenium.ByTimeoutConfiguration
-
- getKey() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- getKeyboard() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getKeyEvents() - Method in class com.atlassian.selenium.keyboard.KeyEventSequence
-
- getLastFailedLogin() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getLastLogin() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getLeft() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getLeft() - Method in interface com.atlassian.selenium.visualcomparison.v2.settings.PagePart
-
- getLeft() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.SimplePagePart
-
- getLicenseDescription() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getLicenseType() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getLicenseType() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getLocation() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Location of this element on the page (top-left corner)
- getLocation(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getLocation() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getLocation() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Timed query representing the location of the element on the page.
- getLocation() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getLocation() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getLocation() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getLocation() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getLocator() - Method in interface com.atlassian.pageobjects.elements.WebDriverLocatable
-
Gets the WebDriver locator for this SearchContext.
- getLocator() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getLog() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getLoggedInPassword() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- getLoggedInUsername() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- getLoginCount() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getMarginBottom(int) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getMarginHeight(int) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getMarginLeft() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getMarginRight(int) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getMarginTop() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getMarginWidth(int) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getMaxWaitTime() - Method in class com.atlassian.selenium.ByTimeoutConfiguration
-
- getMessage() - Method in interface com.atlassian.pageobjects.component.WebSudoBanner
-
Retrieves the websudo message from the banner.
- getMessage() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceWebSudoBanner
-
- getMessage() - Method in interface com.atlassian.webdriver.debug.JavaScriptErrorInfo
-
Returns only the message portion of the error (for comparison to errorsToIgnore).
- getMouse() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getMouseSpeed() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getName() - Method in enum com.atlassian.pageobjects.browser.Browser
-
- getName() - Method in enum com.atlassian.selenium.Browser
-
- getName() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- getNewImageFile() - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifferenceImages
-
- getNumberOfAssignedIssuesElement() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getNumberOfOtherFavoriteDashboardsElement() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getNumberOfOtherSharedFiltersElement() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getNumberOfReportedIssuesElement() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getNumberOfSharedDashboardsElement() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getNumberOfSharedFiltersElement() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getNumberOfUsers() - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- getOffsetLeft() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getOffsetTop() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getOldImageFile() - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifferenceImages
-
- getOrganisation() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getOrganisation() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getOrganization() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getPageBinder() - Method in interface com.atlassian.pageobjects.TestedProduct
-
- getPageBinder() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- getPageBinder() - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- getPageBinder() - Method in class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- getPageElements() - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifference
-
- getPageLoadWait() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
- getPageLoadWait() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getPageLoadWait() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The maximum time various utility clasess will wait for a page to load.
- getPageObject() - Method in exception com.atlassian.pageobjects.binder.PageBindingException
-
- getPageSource() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getParent() - Method in interface com.atlassian.pageobjects.elements.WebDriverLocatable
-
The parent of this SearchContext.
- getPassword() - Method in class com.atlassian.webdriver.confluence.data.User
-
- getPassword() - Method in class com.atlassian.webdriver.jira.data.User
-
- getPerformanceReportLocation() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
By default return null so reports aren't generated.
- getPerformanceReportLocation() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getPerformanceReportLocation() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
File location where the performance report based on the time in wait for conditions
should be created.
- getPluginsWithLoadingErrors() - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- getPluginsWithLoadingErrors() - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- getPort() - Method in class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- getPositionLeft() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getPositionTop() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getPreferences() - Method in class com.atlassian.webdriver.browsers.profile.ProfilePreferences
-
- getPreviousLogin() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getProduct() - Method in class com.atlassian.webdriver.testing.runner.AbstractProductContextRunner
-
- getProduct() - Method in class com.atlassian.webdriver.testing.runner.ProductContextRunner
-
- getProductInstance() - Method in interface com.atlassian.pageobjects.TestedProduct
-
- getProductInstance() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- getProductInstance() - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- getProductInstance() - Method in class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- getProjectLead() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- getProjects() - Method in class com.atlassian.webdriver.jira.page.ProjectsViewPage
-
- getPrompt() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getPurchasedDate() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getRecorder() - Method in interface com.atlassian.performance.junit.PerformanceTest
-
- getRecorder() - Method in class com.atlassian.selenium.SeleniumTest
-
- getRect() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getRefreshAfterResize() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getReplacements() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- getReporter() - Method in class com.atlassian.performance.junit.PerformanceListener
-
- getReportingDirectory() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- getResolution() - Method in class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- getResolutions() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- getRight() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getRight() - Method in interface com.atlassian.selenium.visualcomparison.v2.settings.PagePart
-
- getRight() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.SimplePagePart
-
- getScreenResolutions() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getScreenshotAs(OutputType<X>) - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getScreenshotDiff(Screenshot, Screenshot) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getSelected() - Method in interface com.atlassian.pageobjects.elements.MultiSelectElement
-
Selected options.
- getSelected() - Method in interface com.atlassian.pageobjects.elements.SelectElement
-
Selected option of this select.
- getSelected() - Method in class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- getSelected() - Method in class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- getSelectedId(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedId() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedIds(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedIds() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedIndex(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedIndex() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedIndexes(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedIndexes() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedLabel(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedLabel() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedLabels(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedLabels() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedValue(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedValue() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectedValues(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectedValues() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSelectOptions(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getSelectOptions(String) - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- getSeleniumClient(SeleniumConfiguration) - Method in class com.atlassian.selenium.SeleniumStarter
-
- getSeleniumClient(List<SeleniumConfiguration>) - Method in class com.atlassian.selenium.SeleniumStarter
-
- getSeleniumClient(List<SeleniumConfiguration>, boolean) - Method in class com.atlassian.selenium.SeleniumStarter
-
This method will create a Multi-Browser Selenium client with a browser corresponding to
each of the selenium configurations passed in in the list.
- getSeleniumClient() - Method in class com.atlassian.selenium.SeleniumTest
-
Gets the SeleniumClient.
- getSeleniumConfiguration() - Method in class com.atlassian.selenium.SeleniumTest
-
- getSeleniumConfiguration() - Method in class com.atlassian.selenium.SeleniumTestSuite
-
To be implemented by users of this class.
- getSeleniumConfigurations() - Method in class com.atlassian.selenium.SeleniumMultiTest
-
- getSeleniumConfigurations() - Method in class com.atlassian.selenium.SeleniumMultiTestSuite
-
To be implemented by users of this class.
- getSeleniumServer(SeleniumConfiguration) - Method in class com.atlassian.selenium.SeleniumStarter
-
- getServerID() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getServerId() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getServerId() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getServerLocation() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getServerLocation() - Method in class com.atlassian.selenium.ParameterizedSeleniumConfiguration
-
- getServerLocation() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The address of the node hosting the selenium
server.
- getServerLocation() - Method in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- getServerPort() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getServerPort() - Method in class com.atlassian.selenium.ParameterizedSeleniumConfiguration
-
- getServerPort() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
The port the selenium server is listening on
- getServerPort() - Method in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- getShowAutoGeneratedPerformanceEvents() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
By default return false so only events with explicit keys
are recorded (if a report location is specified).
- getShowAutoGeneratedPerformanceEvents() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getShowAutoGeneratedPerformanceEvents() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
Determines whether the performance report will include all events (using the locator
or some other auto-generated value as a key) or just those events where an explicit
key has been provided.
- getSingleWindowMode() - Method in class com.atlassian.selenium.AbstractSeleniumConfiguration
-
- getSingleWindowMode() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getSingleWindowMode() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
Only applies if Selenium Server is started by the Atlassian Selenium Framework
Will run the selenium server in single browser window or split between a command
window and a test window
- getSize() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Dimension of this element on the page
- getSize(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getSize() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getSize() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Timed query representing the dimension of the element.
- getSize() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getSize() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getSize() - Method in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- getSize() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getSpeed() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getStartSeleniumServer() - Method in class com.atlassian.selenium.mock.MockSeleniumConfiguration
-
- getStartSeleniumServer() - Method in class com.atlassian.selenium.ParameterizedSeleniumConfiguration
-
- getStartSeleniumServer() - Method in interface com.atlassian.selenium.SeleniumConfiguration
-
Whether the framework should start the selenium server
- getStartSeleniumServer() - Method in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- getSupportEntitlementNumber() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getSupportEntitlementNumber() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getSupportEntitlementNumber() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getTable(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getTagName() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Get the tag name of this element
- getTagName(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getTagName() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getTagName() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getTagName() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing the element's tag name
- getTagName() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getTagName() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getTagName(String) - Method in class com.atlassian.selenium.SeleniumTagInspector
-
Get tag name for a given locator.
- getTagName() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getTempPath() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getTestedProduct() - Method in class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- getTester() - Method in interface com.atlassian.pageobjects.TestedProduct
-
- getTester() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- getTester() - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- getTester() - Method in class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- getTestName() - Method in class com.atlassian.performance.TimeRecorder
-
- getText() - Static method in class com.atlassian.pageobjects.elements.Options
-
- getText() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Get the visible innerText of this element, including sub-elements, without any leading or trailing whitespaces.
- getText() - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- getText(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getText() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getText() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getText() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing the element's inner text.
- getText() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getText() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getText(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getText() - Method in class com.atlassian.selenium.pageobjects.Button
-
- getText() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getText() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getText() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- getText() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- getTime() - Method in class com.atlassian.performance.EventTime
-
- getTimedOut() - Method in class com.atlassian.performance.EventTime
-
- getTitle() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getTitle() - Method in class com.atlassian.webdriver.confluence.component.sherpa.WelcomeScreen
-
- getTitle() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getTmpDir() - Method in class com.atlassian.selenium.browsers.SeleniumBrowserConfiguration
-
- getTmpDir() - Method in class com.atlassian.webdriver.browsers.WebDriverBrowserConfiguration
-
- getTop() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getTop() - Method in interface com.atlassian.selenium.visualcomparison.v2.settings.PagePart
-
- getTop() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.SimplePagePart
-
- getTotalFailedLoginCount() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getTrigger() - Method in interface com.atlassian.pageobjects.components.ActivatedComponent
-
Gets the element that when activated opens the view of this components.
- getTrigger() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- getTrigger() - Method in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- getUIStringReplacements() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getUnderlyingDriver(WebDriver) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
Retrieve the underlying WebDriver instance.
- getUrl() - Method in interface com.atlassian.pageobjects.Page
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAdminHomePage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceLoginPage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceWebSudoPage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.DashboardPage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.LogoutPage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- getUrl() - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- getUrl() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperEnabledProjectsPage
-
- getUrl() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperGeneralConfigurationPage
-
- getUrl() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- getUrl() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperProjectTemplatesPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.DashboardPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.JiraAdminHomePage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.JiraLoginPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.JiraWebSudoPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.LogoutPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.ProjectsViewPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getUrl() - Method in class com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
-
- getUrlStr() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- getUserLimit() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- getUserLimit() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- getUserMacro(String) - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- getUserMenu() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- getUserMenu() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- getUserMenu() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- getUsername() - Method in class com.atlassian.webdriver.confluence.component.macro.UserMacro
-
- getUsername() - Method in class com.atlassian.webdriver.confluence.data.User
-
- getUsername() - Method in class com.atlassian.webdriver.jira.data.User
-
- getUsername() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- getUsersGroups(User) - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- getValue() - Static method in class com.atlassian.pageobjects.elements.Options
-
- getValue() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Get the value of this element's "value" attribute.
- getValue(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getValue() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- getValue() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- getValue() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing the element's 'value' attribute
- getValue() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- getValue() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- getValue(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getValue() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- getView() - Method in interface com.atlassian.pageobjects.components.ActivatedComponent
-
The view Element, hidden or not present until activated.
- getView() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- getView() - Method in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- getWaitforJQueryTimeout() - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- getWebSudoBanner() - Method in interface com.atlassian.pageobjects.component.Header
-
- getWebSudoBanner() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- getWebSudoBanner() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- getWhetherThisFrameMatchFrameExpression(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getWhetherThisWindowMatchWindowExpression(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- getWidth() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- getWidth() - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- getWidth() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
- getWindow(String) - Method in class com.atlassian.pageobjects.elements.WindowSession
-
Get window by given name, the window must already be open
- getWindowHandle() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getWindowHandles() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getWrappedDriver() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- getXpathCount(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- GlobalElementFinder - Class in com.atlassian.pageobjects.elements
-
- GlobalElementFinder() - Constructor for class com.atlassian.pageobjects.elements.GlobalElementFinder
-
- GlobalPageElementSearch - Class in com.atlassian.pageobjects.internal.elements.search
-
- GlobalPageElementSearch() - Constructor for class com.atlassian.pageobjects.internal.elements.search.GlobalPageElementSearch
-
- goBack() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- gotoAddUserPage() - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
navigates to the addUserPage by activating the add User link
- gotoAdminHomePage() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- gotoAdminHomePage() - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- gotoAdminPage() - Method in class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- gotoDeleteUserPage() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- gotoHomePage() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- gotoHomePage() - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- gotoLicenseDetailsPage() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAdminHomePage
-
- gotoLicenseDetailsPage() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- gotoLoginPage() - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- gotoLoginPage() - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- gotoPeopleDirectoryPage() - Method in class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- gotoPluginsPage() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAdminHomePage
-
- gotoPluginsPage() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- gotoProjectsPage() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- gotoUrl(String) - Method in interface com.atlassian.pageobjects.Tester
-
Goes to a URL by changing the browser's location
- gotoUrl(String) - Method in class com.atlassian.webdriver.pageobjects.DefaultWebDriverTester
-
- gotoUserBrowserPage() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- gotoViewUserPage(User) - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- GreenHopperEnabledProjectsPage - Class in com.atlassian.webdriver.greenhopper.page.admin
-
- GreenHopperEnabledProjectsPage() - Constructor for class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperEnabledProjectsPage
-
- GreenHopperGeneralConfigurationPage - Class in com.atlassian.webdriver.greenhopper.page.admin
-
- GreenHopperGeneralConfigurationPage() - Constructor for class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperGeneralConfigurationPage
-
- GreenHopperLicenseDetailsPage - Class in com.atlassian.webdriver.greenhopper.page.admin
-
- GreenHopperLicenseDetailsPage() - Constructor for class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- GreenHopperProjectTemplatesPage - Class in com.atlassian.webdriver.greenhopper.page.admin
-
- GreenHopperProjectTemplatesPage() - Constructor for class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperProjectTemplatesPage
-
- hasAttribute(String, String) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Whether this element has an attribute set to a specific value
- hasAttribute(String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- hasAttribute(String, String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- hasAttribute(String, String, TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasAttribute(String, String) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasAttribute(String, String) - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- hasAttribute(String, String) - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing whether this element has the given attribute set
- hasAttribute(String, String) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- hasAttribute(String, String) - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- hasClass(String) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Whether this element has the given class set
- hasClass(String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- hasClass(String, TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasClass(String) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasClass(String) - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- hasClass(String) - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing whether this element has the given classname set.
- hasClass(String) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- hasClass(String) - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- hasClass(String, WebElement) - Static method in class com.atlassian.webdriver.utils.Check
-
Checks to see if a specified element contains a specific class of not.
- hasClass(String) - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- hasClass(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- HasClassFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.element
-
- HasClassFunction(WebElementRetriever, String) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.element.HasClassFunction
-
- hasCssClass(String, String) - Static method in class com.atlassian.webdriver.Elements
-
Checks to see if a raw rawClassValue contains a specific class of not.
- hasDataAttribute(String, String) - Method in class com.atlassian.pageobjects.elements.DataAttributeFinder
-
- hasDataAttribute(String, String) - Method in class com.atlassian.pageobjects.elements.DataAttributeFinder.Timed
-
- hasDataAttribute(String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- hasDataAttribute(String, String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- hasDifferences() - Method in class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiff
-
- hasError() - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- hasError(String) - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- hasError(String) - Method in class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
- hasErrors() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- hasErrors() - Method in class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
- hashCode() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
- hashCode() - Method in class com.atlassian.webdriver.confluence.data.User
-
- hashCode() - Method in class com.atlassian.webdriver.jira.data.User
-
- hashCode() - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- hashCode() - Method in class com.atlassian.webdriver.utils.by.DeferredBy
-
- hasJquery() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- hasJquery() - Method in interface com.atlassian.selenium.SeleniumClient
-
- hasJquery() - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- hasResult() - Method in interface com.atlassian.pageobjects.elements.search.SearchQuery
-
- hasResult() - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- hasText(String, TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasText(String) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasText(String) - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- hasText(String) - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing whether this element's innerText is equal to the provided string.
- hasText(String) - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- hasUrl() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- hasUser(String) - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- hasUser(User) - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- hasValue(String) - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- hasValue(String, TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasValue(String) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- hasValue(String) - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- hasValue(String) - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing whether this element's value attribute is equal to the provided string.
- hasValue(String) - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- Header - Interface in com.atlassian.pageobjects.component
-
Header component to be implemented via an override by the products
- highlight(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- highlight() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- HomePage<H extends Header> - Interface in com.atlassian.pageobjects.page
-
The home page of the application
- hover(By, WebDriver) - Static method in class com.atlassian.webdriver.utils.MouseEvents
-
Fires a mouse over event on an element that matches the By
- hover(WebElement, WebDriver) - Static method in class com.atlassian.webdriver.utils.MouseEvents
-
Fires a mouse over event on the specified element.
- htmlContent - Variable in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- HtmlDumpingHttpCommandProcessor - Class in com.atlassian.selenium
-
An Atlassian HttpCommand processor to dump the HTML if there are any errors.
- HtmlDumpingHttpCommandProcessor(String, int, String, String) - Constructor for class com.atlassian.selenium.HtmlDumpingHttpCommandProcessor
-
- htmlNotPresent(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a particular piece of HTML is not present in the HTML source.
- htmlNotPresent(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a particular piece of HTML is not present in the HTML source.
- htmlNotPresent(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- htmlPresent(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a particular piece of HTML is present in the HTML source.
- htmlPresent(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a particular piece of HTML is present in the HTML source.
- htmlPresent(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- id() - Method in interface com.atlassian.pageobjects.elements.Option
-
Option ID.
- id(String) - Static method in class com.atlassian.pageobjects.elements.Options
-
New option distinguishable by its HTML ID.
- id(String) - Static method in class com.atlassian.webdriver.utils.by.DeferredBy
-
- IE_SERVICE_EXECUTABLE - Static variable in class com.atlassian.webdriver.browsers.ie.IeBrowser
-
- IeBrowser - Class in com.atlassian.webdriver.browsers.ie
-
- ignoreAttributesWithoutValue(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- IgnoreBrowser - Annotation Type in com.atlassian.pageobjects.browser
-
Marks a method that should not be called if the current test browser matches any of the given browsers.
- IgnoreBrowser - Annotation Type in com.atlassian.webdriver.testing.annotation
-
- IgnoreBrowserRule - Class in com.atlassian.webdriver.testing.rule
-
A rule that allows annotating test methods with the
IgnoreBrowser
annotation and will skip the test if the current running driver
is in the list of browsers to ignore.
- IgnoreBrowserRule(Browser) - Constructor for class com.atlassian.webdriver.testing.rule.IgnoreBrowserRule
-
- IgnoreBrowserRule(Supplier<Browser>) - Constructor for class com.atlassian.webdriver.testing.rule.IgnoreBrowserRule
-
- IgnoreBrowserRule() - Constructor for class com.atlassian.webdriver.testing.rule.IgnoreBrowserRule
-
- ignoringPart(PagePart) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- ignoringSingleLineDifferences(boolean) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- implementation - Variable in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration.InterfaceToImpl
-
- Init - Annotation Type in com.atlassian.pageobjects.binder
-
Marks a method that should be called after the object has been constructed, all objects have been injected,
and all lifecycle methods have executed.
- init() - Method in class com.atlassian.webdriver.confluence.component.sherpa.WelcomeScreen
-
- init() - Method in class com.atlassian.webdriver.jira.component.dashboard.Gadget
-
- init() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- init() - Method in class com.atlassian.webdriver.jira.page.user.UserBrowserPage
-
- initialise() - Method in class com.atlassian.webdriver.confluence.component.menu.AjsDropdownMenu
-
- initialise() - Method in class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- initialise() - Method in class com.atlassian.webdriver.confluence.component.menu.ConfluenceUserMenu
-
- initialise() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- initialise() - Method in class com.atlassian.webdriver.jira.component.menu.DashboardMenu
-
- initialise() - Method in class com.atlassian.webdriver.jira.component.menu.JiraUserMenu
-
- initialize() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- initialize() - Method in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- initialize() - Method in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- initialize() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- initialize() - Method in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- initProfileTemplate() - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- inject(T) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- inject() - Method in interface com.atlassian.pageobjects.DelayedBinder
-
Instantiates, injects, and initialises the page object, but doesn't execute its lifecycle methods.
- inject(T) - Method in interface com.atlassian.pageobjects.inject.InjectionContext
-
Execute injection of fields on targetInstance
- inject(T) - Method in class com.atlassian.webdriver.testing.rule.ClassInjectionRule
-
- InjectingTestedProducts - Class in com.atlassian.pageobjects.util
-
Manipulating and verifying
TestedProducts abilities to inject dependencies.
- InjectingTestRule - Interface in com.atlassian.webdriver.testing.rule
-
A test rule capable of performing injection.
- InjectionConfiguration - Interface in com.atlassian.pageobjects.inject
-
- InjectionContext - Interface in com.atlassian.pageobjects.inject
-
Simple interface for framework components capable of injection of components as described by JSR-330.
- InjectionRules - Class in com.atlassian.webdriver.testing.rule
-
Static factory for a set of JUnit4-compatible injection rules.
- injectMembers(Object) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- injectMembers(Object) - Method in interface com.atlassian.pageobjects.inject.InjectionContext
-
- injectMembers(Object) - Method in class com.atlassian.webdriver.testing.rule.ClassInjectionRule
-
- injector() - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- InjectPageBinder - Class in com.atlassian.pageobjects.binder
-
Page navigator that builds page objects from classes, then injects them with dependencies and calls lifecycle methods.
- InjectPageBinder(ProductInstance, Tester, Module...) - Constructor for class com.atlassian.pageobjects.binder.InjectPageBinder
-
- injectStatic(Class<?>) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- injectStatic(Class<?>) - Method in interface com.atlassian.pageobjects.inject.InjectionContext
-
Execute injection of static fields on given targetClass.
- injectStatic(Class<?>) - Method in class com.atlassian.webdriver.testing.rule.ClassInjectionRule
-
- InjectUtils - Class in com.atlassian.pageobjects.util
-
Utility methods for custom injections
- InjectUtils() - Constructor for class com.atlassian.pageobjects.util.InjectUtils
-
- InjectUtils.FieldVisitor<A extends Annotation> - Interface in com.atlassian.pageobjects.util
-
A callback method for fields annotated with a certain annotation
- innerHtml(WebElement, WebDriver) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
- INSTANCE - Static variable in class com.atlassian.pageobjects.elements.query.util.SystemClock
-
- instance - Variable in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration.InterfaceToInstance
-
- interfacesToImpls - Variable in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration
-
- interfacesToInstances - Variable in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration
-
- interfaceType - Variable in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration.InterfaceToImpl
-
- interfaceType - Variable in class com.atlassian.pageobjects.inject.AbstractInjectionConfiguration.InterfaceToInstance
-
- interval - Variable in class com.atlassian.pageobjects.elements.query.AbstractPollingQuery
-
- interval() - Method in class com.atlassian.pageobjects.elements.query.AbstractPollingQuery
-
- interval() - Method in interface com.atlassian.pageobjects.elements.query.PollingQuery
-
An interval (in milliseconds) that will be used to periodically evaluate the query.
- InvalidPageStateException - Exception in com.atlassian.pageobjects.binder
-
Thrown if the page was unable to validate its state
- InvalidPageStateException(Object, Throwable) - Constructor for exception com.atlassian.pageobjects.binder.InvalidPageStateException
-
- InvalidPageStateException(String, Object) - Constructor for exception com.atlassian.pageobjects.binder.InvalidPageStateException
-
- InvalidPageStateException(String, Object, Throwable) - Constructor for exception com.atlassian.pageobjects.binder.InvalidPageStateException
-
- InvalidValue(Object) - Constructor for exception com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery.InvalidValue
-
- invoke(MethodInvocation) - Method in class com.atlassian.performance.TimeMethodInterceptor
-
- invoke(Object, Method, Object[]) - Method in class com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler
-
- isAdmin() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- isAdmin() - Method in interface com.atlassian.webdriver.confluence.component.UserDiscoverable
-
- isAdmin() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- isAdmin() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- isAdmin() - Method in interface com.atlassian.webdriver.jira.component.UserDiscoverable
-
- isAdmin() - Method in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
- isAlertPresent() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isAltKeyDown() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- isAutoGenerated() - Method in class com.atlassian.performance.EventTime
-
- isAutogeneratedKey() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- isChecked() - Method in interface com.atlassian.pageobjects.elements.CheckboxElement
-
- isChecked() - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- isChecked() - Method in class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- isChecked(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isChrome(WebDriver) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
- isConfirmationPresent() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isCookiePresent(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isCtrlKeyDown() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- isDisplayed() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- isEditable(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isEditable() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- isElementPresent(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isEmpty() - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
isEmpty should evaludate to true if the value is null
or is the empty String
- isEmpty() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- IsEmptyFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.field
-
- IsEmptyFunction(WebElementFieldRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.field.IsEmptyFunction
-
- isEnabled() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Whether this element is enabled on the page
- isEnabled(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isEnabled() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isEnabled() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- isEnabled() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing whether this element is enabled on a page.
- isEnabled() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- isEnabled() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- isEnabled() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- isEnabled() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- isEnabled() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- IsEnabledFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.element
-
- IsEnabledFunction(WebElementRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.element.IsEnabledFunction
-
- isEqual(T, TimedQuery<T>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Returns timed condition verifying that given query will evaluate to value equal to value.
- isEqual(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
isEqual will evaluate to true if both values are null or equal.
- isEqual(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- IsEqualFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.field
-
- IsEqualFunction(WebElementFieldRetriever, String) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.field.IsEqualFunction
-
- isErrorRetrievalSupported() - Method in class com.atlassian.webdriver.debug.DefaultJavaScriptErrorRetriever
-
- isErrorRetrievalSupported() - Method in interface com.atlassian.webdriver.debug.JavaScriptErrorRetriever
-
Return true if the current driver supports retrieval of Javascript errors.
- isEvaluation() - Method in class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- isEvaluation() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- isFalse() - Method in interface com.atlassian.webdriver.waiter.FunctionQuery
-
- isFirefox(WebDriver) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
- isHtmlUnit(WebDriver) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
- isIE(WebDriver) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
- isIgnoreSingleLineDifferences() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- isInput(String) - Method in class com.atlassian.selenium.SeleniumTagInspector
-
- isInstance(WebDriver, Class<?>) - Static method in class com.atlassian.webdriver.utils.WebDriverUtil
-
Check whether the underlying driver is instance of type.
- isJavascriptEnabled() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- isLoggedIn() - Method in interface com.atlassian.pageobjects.component.Header
-
- isLoggedIn() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- isLoggedIn() - Method in interface com.atlassian.webdriver.confluence.component.UserDiscoverable
-
- isLoggedIn() - Method in class com.atlassian.webdriver.confluence.page.ConfluenceAbstractPage
-
- isLoggedIn() - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- isLoggedIn() - Method in interface com.atlassian.webdriver.jira.component.UserDiscoverable
-
- isLoggedIn() - Method in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
- isManual() - Method in class com.atlassian.selenium.SeleniumStarter
-
- isMetaKey() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- isNear(int, int) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- isNear(BoundingBox) - Method in class com.atlassian.selenium.visualcomparison.utils.BoundingBox
-
- isNotEmpty() - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
isNotEmpty should evaluate to true if the value is not null
and is not the empty String.
- isNotEmpty() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- isNotEnabled() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- isNotEnabled() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- isNotPresent(String) - Static method in class com.atlassian.selenium.Conditions
-
- isNotPresent(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isNotPresent(By) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isNotSelected() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- isNotSelected() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- isNotVisible(String) - Static method in class com.atlassian.selenium.Conditions
-
- isNotVisible(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isNotVisible(By) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isNotVisible() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- isNotVisible() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- isOpen() - Method in interface com.atlassian.pageobjects.component.ActivatedComponent
-
- isOpen() - Method in interface com.atlassian.pageobjects.components.ActivatedComponent
-
Whether the view is currently opened.
- isOpen() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- isOpen() - Method in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- isOpen() - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
- isOpen() - Method in class com.atlassian.webdriver.confluence.component.menu.AjsDropdownMenu
-
- isOpen() - Method in class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- isOpen() - Method in class com.atlassian.webdriver.confluence.component.menu.ConfluenceUserMenu
-
- isOpen() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- isOpen() - Method in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- isOpen() - Method in class com.atlassian.webdriver.jira.component.menu.DashboardMenu
-
- isOpen() - Method in class com.atlassian.webdriver.jira.component.menu.JiraUserMenu
-
- isOrdered(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isPresent() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Whether this element is currently on the DOM of the page
- isPresent(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isPresent() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isPresent(SearchContext, By) - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- isPresent() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- isPresent() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing the existence of this element on a page.
- isPresent() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- isPresent(WebDriver, int) - Method in interface com.atlassian.pageobjects.elements.WebDriverLocatable
-
- isPresent(WebDriver, WebDriverLocatable.LocateTimeout) - Method in interface com.atlassian.pageobjects.elements.WebDriverLocatable
-
Whether this SearchContext is present, given its parent is located by timeout.
- isPresent() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- isPresent(String) - Static method in class com.atlassian.selenium.Conditions
-
- isPresent() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- isPresent(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isPresent(By) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isPromptPresent() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isRefreshAfterResize() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- isReportingEnabled() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- isScriptLoaded(String, WebDriver) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
- isSelected() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Whether this element is selected on the page.
- isSelected(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isSelected() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isSelected() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- isSelected() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing whether this element is selected on a page.
- isSelected() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- isSelected() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- isSelected() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- isSelected() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- isSelected() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- IsSelectedFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.element
-
- IsSelectedFunction(WebElementRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.element.IsSelectedFunction
-
- isShiftKeyDown() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- isShowing() - Method in interface com.atlassian.pageobjects.component.WebSudoBanner
-
Checks the websudo banner is showing
- isShowing() - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceWebSudoBanner
-
- isShowingAllPeople() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- isShowingPeopleWithPersonalSpaces() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- isSomethingSelected(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isSomethingSelected() - Method in class com.atlassian.selenium.pageobjects.DropDown
-
- isStale(WebElement) - Static method in class com.atlassian.pageobjects.elements.WebDriverLocators
-
Whether the given WebElement is stale and needs to be relocated.
- isTextNotPresent(String) - Static method in class com.atlassian.selenium.Conditions
-
- isTextPresent(String) - Static method in class com.atlassian.selenium.Conditions
-
- isTextPresent(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isToCharacterCode() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- isToKeyCode() - Method in class com.atlassian.selenium.keyboard.KeyEvent
-
- isTrial() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- isTrue() - Method in interface com.atlassian.webdriver.waiter.FunctionQuery
-
- isVisible() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Whether this element is visible on the page
- isVisible() - Static method in class com.atlassian.pageobjects.elements.PageElements
-
- isVisible(TimeoutType) - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isVisible() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- isVisible() - Static method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFunctions
-
- isVisible() - Method in interface com.atlassian.pageobjects.elements.TimedElement
-
Query representing visibility of this element on a page.
- isVisible() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- isVisible() - Method in class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
- isVisible(String) - Static method in class com.atlassian.selenium.Conditions
-
- isVisible(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- isVisible() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- isVisible(By, SearchContext) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isVisible(By) - Static method in class com.atlassian.webdriver.utils.element.ElementConditions
-
- isVisible() - Method in interface com.atlassian.webdriver.waiter.ElementQuery
-
- isVisible() - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- IsVisibleFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.element
-
- IsVisibleFunction(WebElementRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.element.IsVisibleFunction
-
- isWindowOpen(String, TimeoutType) - Method in class com.atlassian.pageobjects.elements.WindowSession
-
Timed condition to check and wait for a given window to be open.
- isWindowOpen(String) - Method in class com.atlassian.pageobjects.elements.WindowSession
-
Timed condition to check and wait for a given window to be open.
- iterator() - Method in class com.atlassian.pageobjects.elements.PageElementIterableImpl
-
- launch(String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- launchHTMLSuite(String, String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- launchHTMLSuite(String, String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxLauncher
-
- launchRemoteSession(String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- launchRemoteSession(String) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxLauncher
-
- LicenseDetailsPage - Class in com.atlassian.webdriver.confluence.page
-
TODO: Document this class / interface here
- LicenseDetailsPage() - Constructor for class com.atlassian.webdriver.confluence.page.LicenseDetailsPage
-
- LicenseDetailsPage - Class in com.atlassian.webdriver.jira.page
-
Page object implementation for the License details page in JIRA.
- LicenseDetailsPage() - Constructor for class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- licenseIsLoaded() - Method in class com.atlassian.webdriver.greenhopper.page.admin.GreenHopperLicenseDetailsPage
-
- LifecycleAwareWebDriverGrid - Class in com.atlassian.webdriver
-
Simple lifecycle aware Webdriver helper that will setup auto browsers and then retrieve a driver from the factory.
- linkNotPresentWithText(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that no link exists on the page containing the given text
- linkNotPresentWithText(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that no link exists on the page containing the given text
- linkNotPresentWithText(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- linkPresentWithText(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a link containing the given text appears on the page
- linkPresentWithText(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a link containing the given text appears on the page
- linkPresentWithText(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- linkText(String) - Static method in class com.atlassian.webdriver.utils.by.DeferredBy
-
- linkVisibleWithText(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
Asserts that a link containin the given text is present and visible.
- linkVisibleWithText(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
Asserts that a link containin the given text is present and visible.
- linkVisibleWithText(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- list(WebElement, By, int, WebDriverLocatable) - Static method in class com.atlassian.pageobjects.elements.WebDriverLocators
-
Creates a WebDriverLocatable for an element included in a list initialized with given element.
- loadBaselineScreenshots(String, String) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- loadProjects() - Method in class com.atlassian.webdriver.jira.page.ProjectsViewPage
-
- loadScript(String, WebDriver) - Static method in class com.atlassian.webdriver.utils.JavaScriptUtils
-
Will load a javascript file from the class loader.
- locatable - Variable in class com.atlassian.pageobjects.elements.WebDriverElement
-
- locator - Variable in class com.atlassian.selenium.pageobjects.PageElement
-
- logger(Logger) - Method in class com.atlassian.webdriver.testing.rule.JavaScriptErrorsRule
-
Returns a copy of this rule that writes to a different logger.
- logger(Logger) - Method in class com.atlassian.webdriver.testing.rule.LogPageSourceRule
-
Returns a copy of this rule, specifying a different logger than the default.
- LoggerModule - Class in com.atlassian.pageobjects.binder
-
Adds a common SLF4J logger to the injection context.
- LoggerModule(Logger) - Constructor for class com.atlassian.pageobjects.binder.LoggerModule
-
- LoggerModule(Class<?>) - Constructor for class com.atlassian.pageobjects.binder.LoggerModule
-
- login(String, String, Class<M>) - Method in interface com.atlassian.pageobjects.page.LoginPage
-
Logs in a user and sends the browser to the next page
- login(String, String, Class<M>) - Method in class com.atlassian.webdriver.confluence.page.ConfluenceLoginPage
-
- login(String, String, boolean, Class<M>) - Method in class com.atlassian.webdriver.confluence.page.ConfluenceLoginPage
-
- login(String, String, Class<M>) - Method in class com.atlassian.webdriver.jira.page.JiraLoginPage
-
- login(String, String, boolean, Class<M>) - Method in class com.atlassian.webdriver.jira.page.JiraLoginPage
-
- loginAsSysAdmin(Class<M>) - Method in interface com.atlassian.pageobjects.page.LoginPage
-
Logs in the default sysadmin user and sends the browser to the next page
- loginAsSysAdmin(Class<M>) - Method in class com.atlassian.webdriver.confluence.page.ConfluenceLoginPage
-
- loginAsSysAdmin(Class<M>) - Method in class com.atlassian.webdriver.jira.page.JiraLoginPage
-
- LoginPage - Interface in com.atlassian.pageobjects.page
-
A login page that logs in a user and sends the browser to the next page
- logout(Class<M>) - Method in interface com.atlassian.pageobjects.component.Header
-
Logs out the user if currently logged in and sends the browser to the next page.
- logout(Class<M>) - Method in class com.atlassian.webdriver.confluence.component.header.ConfluenceHeader
-
- logout() - Method in class com.atlassian.webdriver.confluence.component.menu.ConfluenceUserMenu
-
- logout(Class<M>) - Method in class com.atlassian.webdriver.jira.component.header.JiraHeader
-
- logout() - Method in class com.atlassian.webdriver.jira.component.menu.JiraUserMenu
-
- LogoutPage - Class in com.atlassian.webdriver.confluence.page
-
Extends the Login Page as Confluence redirects the user back to the login
page when they log out.
- LogoutPage() - Constructor for class com.atlassian.webdriver.confluence.page.LogoutPage
-
- LogoutPage - Class in com.atlassian.webdriver.jira.page
-
Page object implementation for the Logout page in JIRA.
- LogoutPage() - Constructor for class com.atlassian.webdriver.jira.page.LogoutPage
-
- LogPageSourceRule - Class in com.atlassian.webdriver.testing.rule
-
- LogPageSourceRule(WebDriver, Logger) - Constructor for class com.atlassian.webdriver.testing.rule.LogPageSourceRule
-
- LogPageSourceRule(Supplier<? extends WebDriver>, Logger) - Constructor for class com.atlassian.webdriver.testing.rule.LogPageSourceRule
-
- LogPageSourceRule(Logger) - Constructor for class com.atlassian.webdriver.testing.rule.LogPageSourceRule
-
- LogPageSourceRule() - Constructor for class com.atlassian.webdriver.testing.rule.LogPageSourceRule
-
- of(long) - Static method in class com.atlassian.pageobjects.elements.util.Timeout
-
- onSetUp() - Method in class com.atlassian.selenium.SeleniumMultiTest
-
To be overridden in the case of test-specific setup activities
- onSetUp() - Method in class com.atlassian.selenium.SeleniumTest
-
To be overridden in the case of test-specific setup activities
- onTearDown() - Method in class com.atlassian.selenium.SeleniumMultiTest
-
To be overridden in the case of test-specific tear-down activities
- onTearDown() - Method in class com.atlassian.selenium.SeleniumTest
-
To be overridden in the case of test-specific tear-down activities
- open() - Method in interface com.atlassian.pageobjects.component.ActivatedComponent
-
- open() - Method in interface com.atlassian.pageobjects.components.ActivatedComponent
-
Opens the view and waits until UI is ready for interaction.
- open() - Method in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- open() - Method in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- open() - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
- open(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- open(String, long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- open(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- open(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
Unlike DefaultSelenium#open, this opens the provided URL relative to the application context path.
- open(String, long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Opens the given URL and waits a maximum of timeoutMillis for the page to load completely.
- open(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Unlike DefaultSelenium.open(java.lang.String, java.lang.String), this opens the provided URL relative to the application context path.
- open(String, long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Opens the given URL and waits a maximum of timeoutMillis for the page to load completely.
- open() - Method in class com.atlassian.webdriver.confluence.component.menu.AjsDropdownMenu
-
- open() - Method in class com.atlassian.webdriver.confluence.component.menu.BrowseMenu
-
- open() - Method in class com.atlassian.webdriver.confluence.component.menu.ConfluenceUserMenu
-
- open() - Method in class com.atlassian.webdriver.jira.component.menu.AdminMenu
-
- open() - Method in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- open() - Method in class com.atlassian.webdriver.jira.component.menu.DashboardMenu
-
- open() - Method in class com.atlassian.webdriver.jira.component.menu.JiraUserMenu
-
- openNewWindow(String) - Method in class com.atlassian.pageobjects.elements.WindowSession
-
Opens a new window with the given name
- openNoWait(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- openNoWait(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
Wait for page to load doesn't work the case of non-HTML based resources (like images).
- openNoWait(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Wait for page to load doesn't work the case of non-HTML based resources (like images).
- openTab(String) - Method in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- openTab(PageElement) - Method in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- openTab(PageElement) - Method in interface com.atlassian.pageobjects.components.TabbedComponent
-
Open's the given tab's view.
- openWindow(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- Option - Interface in com.atlassian.pageobjects.elements
-
An option in select and multi-select components.
- Options - Class in com.atlassian.pageobjects.elements
-
- Options() - Constructor for class com.atlassian.pageobjects.elements.Options
-
- Options.FullOption - Class in com.atlassian.pageobjects.elements
-
- Options.IdOption - Class in com.atlassian.pageobjects.elements
-
- Options.TextOption - Class in com.atlassian.pageobjects.elements
-
- Options.ValueOption - Class in com.atlassian.pageobjects.elements
-
- or(TimedCondition) - Method in interface com.atlassian.pageobjects.elements.query.Conditions.CombinableCondition
-
Combine other condition with this condition logical query, such that the resulting condition
represents a logical sum of this condition and other.
- or(TimedQuery<Boolean>...) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Return new combinable condition that is logical sum of conditions.
- or(Iterable<TimedQuery<Boolean>>) - Static method in class com.atlassian.pageobjects.elements.query.Conditions
-
Return new combinable condition that is logical sum of conditions.
- or() - Method in interface com.atlassian.webdriver.waiter.ExecutableWaiterQuery
-
Allows chaining of queries together and will pass when
either query evaluates to true
- override(Class<P>, Class<? extends P>) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- override(Class<P>, Class<? extends P>) - Method in interface com.atlassian.pageobjects.PageBinder
-
Overrides a page object
- Page - Interface in com.atlassian.pageobjects
-
The implementation for a PageObject
- PAGE_LOAD_WAIT - Variable in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
The maximum page load wait time used by Selenium.
- pageBinder - Variable in class com.atlassian.pageobjects.components.aui.AuiDropDownMenu
-
- pageBinder - Variable in class com.atlassian.pageobjects.components.aui.AuiInlineDialog
-
- pageBinder - Variable in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- pageBinder - Variable in class com.atlassian.pageobjects.elements.WebDriverElement
-
- pageBinder - Variable in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- PageBinder - Interface in com.atlassian.pageobjects
-
Creates and binds the page objects to the page.
- pageBinder - Variable in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- pageBinder - Variable in class com.atlassian.webdriver.jira.page.JiraAbstractPage
-
- PageBindingException - Exception in com.atlassian.pageobjects.binder
-
Parent exception for all binding exceptions
- PageBindingException(String, Object) - Constructor for exception com.atlassian.pageobjects.binder.PageBindingException
-
- PageBindingException(String, Object, Throwable) - Constructor for exception com.atlassian.pageobjects.binder.PageBindingException
-
- PageBindingException(Object, Throwable) - Constructor for exception com.atlassian.pageobjects.binder.PageBindingException
-
- PageBindingWaitException - Exception in com.atlassian.pageobjects.binder
-
Thrown if a problem occurs when waiting for a page binding
- PageBindingWaitException(Object, Throwable) - Constructor for exception com.atlassian.pageobjects.binder.PageBindingWaitException
-
- PageBindingWaitException(String, Object) - Constructor for exception com.atlassian.pageobjects.binder.PageBindingWaitException
-
- PageBindingWaitException(String, Object, Throwable) - Constructor for exception com.atlassian.pageobjects.binder.PageBindingWaitException
-
- PageDifference - Class in com.atlassian.selenium.visualcomparison.utils
-
- PageDifference(BoundingBox) - Constructor for class com.atlassian.selenium.visualcomparison.utils.PageDifference
-
- PageDifferenceImages - Class in com.atlassian.selenium.visualcomparison.utils
-
- PageDifferenceImages(File, File, File, String) - Constructor for class com.atlassian.selenium.visualcomparison.utils.PageDifferenceImages
-
- PageElement - Interface in com.atlassian.pageobjects.elements
-
Represents an HTML element that is expected on a DOM of a page.
- PageElement - Class in com.atlassian.selenium.pageobjects
-
- PageElement(String, String, SeleniumClient) - Constructor for class com.atlassian.selenium.pageobjects.PageElement
-
- PageElement(String, SeleniumClient) - Constructor for class com.atlassian.selenium.pageobjects.PageElement
-
- PageElementActions - Class in com.atlassian.pageobjects.elements
-
Wrapper around WebDriver's
Actions class for convenient use
with
PageElements.
- PageElementActions() - Constructor for class com.atlassian.pageobjects.elements.PageElementActions
-
- pageElementClass - Variable in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- PageElementFinder - Interface in com.atlassian.pageobjects.elements
-
Encapsulates functionality for finding instances and collections of
PageElement
on the tested pages, or parts of pages.
- PageElementFormJavascript - Interface in com.atlassian.pageobjects.elements
-
Encapsulates Javascript form element events of the
PageElement.
- PageElementInfo - Class in com.atlassian.selenium.visualcomparison.utils
-
- PageElementInfo() - Constructor for class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- PageElementIterableImpl - Class in com.atlassian.pageobjects.elements
-
Iterable of PageElements defined by the criteria given to the constructor.
- PageElementIterableImpl(PageElementFinder, Class<? extends PageElement>, By, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.PageElementIterableImpl
-
- PageElementJavascript - Interface in com.atlassian.pageobjects.elements
-
Encapsulates Javascript functionality of the
PageElement.
- PageElementKeyboardJavascript - Interface in com.atlassian.pageobjects.elements
-
Encapsulates Javascript keyboard element events of the
PageElement.
- PageElementMatchers - Class in com.atlassian.pageobjects.elements.testing
-
- PageElementMouseJavascript - Interface in com.atlassian.pageobjects.elements
-
Encapsulates Javascript mouse events of the
PageElement.
- PageElementQuery<E extends PageElement> - Interface in com.atlassian.pageobjects.elements.search
-
- PageElements - Class in com.atlassian.pageobjects.elements
-
- PageElementSearch - Interface in com.atlassian.pageobjects.elements.search
-
Search Overview
- PageFactoryPostInjectionProcessor - Class in com.atlassian.webdriver.pageobjects
-
Processor that will use to initialize the object
- PageFactoryPostInjectionProcessor(AtlassianWebDriver) - Constructor for class com.atlassian.webdriver.pageobjects.PageFactoryPostInjectionProcessor
-
- PageInstantiatorModule - Class in com.atlassian.performance
-
- PageInstantiatorModule(Class, Object[]) - Constructor for class com.atlassian.performance.PageInstantiatorModule
-
- PageObjects - Class in com.atlassian.pageobjects
-
Predicates, functions and other utilities for use with
PageBinder and other page-object-related APIs.
- PagePart - Interface in com.atlassian.selenium.visualcomparison.v2.settings
-
Represents a part of the page identified by a top-left and bottom-right corner coordinates.
- parallel - Variable in class com.atlassian.selenium.SeleniumMultiTest
-
- ParameterizedSeleniumConfiguration - Class in com.atlassian.selenium
-
- ParameterizedSeleniumConfiguration(String, int, String, String) - Constructor for class com.atlassian.selenium.ParameterizedSeleniumConfiguration
-
- parent() - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- parent(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- parents() - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- parents(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- parse(String) - Static method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
Parse
- parsePage() - Method in class com.atlassian.webdriver.jira.page.user.DeleteUserPage
-
- parsePage() - Method in class com.atlassian.webdriver.jira.page.user.EditUserGroupsPage
-
- parseUsers() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- partialLinkText(String) - Static method in class com.atlassian.webdriver.utils.by.DeferredBy
-
- PeopleDirectoryPage - Class in com.atlassian.webdriver.confluence.page
-
- PeopleDirectoryPage() - Constructor for class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- perform() - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
Execute the specified series of actions.
- PerformanceListener - Class in com.atlassian.performance.junit
-
- PerformanceListener(PerformanceReporter) - Constructor for class com.atlassian.performance.junit.PerformanceListener
-
- PerformanceReporter - Class in com.atlassian.performance
-
- PerformanceReporter() - Constructor for class com.atlassian.performance.PerformanceReporter
-
- PerformanceTest - Interface in com.atlassian.performance.junit
-
- pluginHasErrors(String) - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- pluginHasErrors(String) - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- pluginIsDisabled(String) - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- pluginIsDisabled(String) - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- pluginIsLoaded(String) - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- pluginIsLoaded(String) - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- PluginsPage - Class in com.atlassian.webdriver.confluence.page
-
Page object implementation for the Plugins page for Confluence.
- PluginsPage() - Constructor for class com.atlassian.webdriver.confluence.page.PluginsPage
-
- PluginsPage - Class in com.atlassian.webdriver.jira.page
-
Page object implementation for the Plugins page for JIRA.
- PluginsPage() - Constructor for class com.atlassian.webdriver.jira.page.PluginsPage
-
- Poller - Class in com.atlassian.pageobjects.elements.query
-
Utility class to poll and wait for a particular states of timeout-based queries inheriting from
PollingQuery.
- Poller.WaitTimeout - Class in com.atlassian.pageobjects.elements.query
-
- PollingQuery - Interface in com.atlassian.pageobjects.elements.query
-
A query over the state of the current test that is capable of being repeated at given intervals in an attempt to
wait for a desired result.
- pollInterval(long) - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
-
- pollInterval(long, TimeUnit) - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
-
- pollInterval() - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout
-
- position - Variable in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- PostInjectionProcessor - Interface in com.atlassian.pageobjects.binder
-
- prepareCommand(String...) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- prev() - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- prev(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- process(T) - Method in interface com.atlassian.pageobjects.binder.PostInjectionProcessor
-
- process(T) - Method in class com.atlassian.pageobjects.elements.ElementByPostInjectionProcessor
-
- process(T) - Method in class com.atlassian.webdriver.jira.ClickableLinkPostInjectionProcessor
-
- process(P) - Method in class com.atlassian.webdriver.pageobjects.PageFactoryPostInjectionProcessor
-
- ProductContextRunner - Class in com.atlassian.webdriver.testing.runner
-
'Default' product context runner that reads the tested product class from the
TestedProductClass annotation that the test class
MUST be annotated with, and uses
TestedProductFactory to instantiate
the product and inject context into the test instance.
- ProductContextRunner(Class<?>) - Constructor for class com.atlassian.webdriver.testing.runner.ProductContextRunner
-
Constructor compatible with the underlying default JUnit4 runner.
- ProductInstance - Interface in com.atlassian.pageobjects
-
Encapsulates information about the product instance being tested.
- ProfilePreferences - Class in com.atlassian.webdriver.browsers.profile
-
A class for reading a preferences file for a profile and extracting the
properties.
- ProfilePreferences(File) - Constructor for class com.atlassian.webdriver.browsers.profile.ProfilePreferences
-
- ProjectSummary - Class in com.atlassian.webdriver.jira.component.project
-
TODO: Document this class / interface here
- ProjectSummary(WebElement) - Constructor for class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- ProjectsViewPage - Class in com.atlassian.webdriver.jira.page
-
TODO: Document this class / interface here
- ProjectsViewPage() - Constructor for class com.atlassian.webdriver.jira.page.ProjectsViewPage
-
- PropertiesBasedTimeouts - Class in com.atlassian.pageobjects.elements.timeout
-
Timeouts implementation based on Java properties.
- PropertiesBasedTimeouts(Properties) - Constructor for class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
- PropertiesBasedTimeouts(InputStream) - Constructor for class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
Reads the properties from given reader.
- PROPERTY_PREFIX - Static variable in class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
- ScreenElement - Interface in com.atlassian.selenium.visualcomparison
-
Represents an HTML element with access to the outer HTML that makes up for that element.
- ScreenResolution - Class in com.atlassian.selenium.visualcomparison.utils
-
- ScreenResolution(int, int) - Constructor for class com.atlassian.selenium.visualcomparison.utils.ScreenResolution
-
- ScreenResolution(String) - Constructor for class com.atlassian.selenium.visualcomparison.utils.ScreenResolution
-
- Screenshot - Class in com.atlassian.selenium.visualcomparison.utils
-
- Screenshot(VisualComparableClient, String, String, ScreenResolution) - Constructor for class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- Screenshot(File) - Constructor for class com.atlassian.selenium.visualcomparison.utils.Screenshot
-
- ScreenshotDiff - Class in com.atlassian.selenium.visualcomparison.utils
-
- ScreenshotDiff(Screenshot, Screenshot, String, ScreenResolution, BufferedImage, ArrayList<BoundingBox>, List<BoundingBox>) - Constructor for class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiff
-
- ScreenshotDiffer - Class in com.atlassian.selenium.visualcomparison.utils
-
- ScreenshotDiffer() - Constructor for class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiffer
-
- search() - Method in interface com.atlassian.pageobjects.elements.search.PageElementSearch
-
- search() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- search() - Method in class com.atlassian.pageobjects.internal.elements.search.GlobalPageElementSearch
-
- Search - Class in com.atlassian.webdriver.utils
-
Search utilties
- SearchQuery<E,Q extends SearchQuery<E,Q>> - Interface in com.atlassian.pageobjects.elements.search
-
Represents a generic query for any type of object.
- seconds() - Method in class com.atlassian.pageobjects.elements.util.Timeout.TimeoutBuilder
-
- seconds() - Method in class com.atlassian.pageobjects.elements.util.Timeout.WaitTimeBuilder
-
- select(Option) - Method in interface com.atlassian.pageobjects.elements.MultiSelectElement
-
Add given option to the current selection.
- select() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Select an element.
- select() - Method in interface com.atlassian.pageobjects.elements.PageElementFormJavascript
-
Dispatches a 'select' event to the associated element, as if a text in this element was selected.
- select(Option) - Method in interface com.atlassian.pageobjects.elements.SelectElement
-
Select given option.
- select() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- select(Option) - Method in class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- select(Option) - Method in class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- select(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- selectAll() - Method in interface com.atlassian.pageobjects.elements.MultiSelectElement
-
Add all options to the current selection.
- selectAll() - Method in class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- selectedTab() - Method in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- selectedTab() - Method in interface com.atlassian.pageobjects.components.TabbedComponent
-
Returns element that represents the selected tab.
- selectedView() - Method in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- selectedView() - Method in interface com.atlassian.pageobjects.components.TabbedComponent
-
Returns element that represents the selected tab's view.
- SelectElement - Interface in com.atlassian.pageobjects.elements
-
Represents a standard select HTML components.
- selectFrame(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- selectOption(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- selectOption(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will select an option from a select field.
- selectOption(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
This will select an option from a select field.
- selectOptionAndWaitForAjaxWithJquery(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- selectOptionAndWaitForAjaxWithJquery(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will select an option from a select field.
- selectOptionAndWaitForAjaxWithJquery(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
This will select an option from a select field.
- selectPlugin(String) - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- selectPlugin(String) - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- selectPopUp(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- selectWindow(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- SeleniumAssertions - Class in com.atlassian.selenium
-
This provides helper methods for selenium assertions.
- SeleniumAssertions(Selenium, SeleniumConfiguration, TimeRecorder) - Constructor for class com.atlassian.selenium.SeleniumAssertions
-
- SeleniumAssertions(Selenium, SeleniumConfiguration) - Constructor for class com.atlassian.selenium.SeleniumAssertions
-
Temporarily bring back the old constructor so that some older codes compile.
- SeleniumBrowserConfiguration - Class in com.atlassian.selenium.browsers
-
Defines the selenium browser configuration to be used by the BrowserAutoInstaller
- SeleniumBrowserConfiguration() - Constructor for class com.atlassian.selenium.browsers.SeleniumBrowserConfiguration
-
- SeleniumChecks - Class in com.atlassian.selenium
-
- SeleniumChecks(Selenium, SeleniumConfiguration) - Constructor for class com.atlassian.selenium.SeleniumChecks
-
- seleniumClient() - Static method in class com.atlassian.selenium.browsers.AutoInstallClient
-
- SeleniumClient - Interface in com.atlassian.selenium
-
Extends the Selenium client to provide a more sensible implementation
as well some extra utility methods such as keypress.
- SeleniumConditions - Interface in com.atlassian.selenium
-
Created by IntelliJ IDEA.
- seleniumConfiguration() - Static method in class com.atlassian.selenium.browsers.AutoInstallClient
-
- SeleniumConfiguration - Interface in com.atlassian.selenium
-
A class that should be implemented by all users of the Atlassian-Selenium library.
- SeleniumJUnit4ClassRunner - Class in com.atlassian.selenium.junit4
-
A JUNIT 4 test runner that registers the it.com.atlassian.applinks.CaptureScreenshotListener before executing a test.
- SeleniumJUnit4ClassRunner(Class<?>) - Constructor for class com.atlassian.selenium.junit4.SeleniumJUnit4ClassRunner
-
Creates a BlockJUnit4ClassRunner to run klass
- SeleniumKeyHandler - Class in com.atlassian.selenium
-
Encapsulates complex key events handling.
- SeleniumKeyHandler(SeleniumClient, String, Set<KeyEventType>, boolean) - Constructor for class com.atlassian.selenium.SeleniumKeyHandler
-
- seleniumKeyPress(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- seleniumKeyPress(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- seleniumKeyPress(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- SeleniumModifierKey - Enum in com.atlassian.selenium.keyboard
-
Enumeration of Selenium modifier keys with mappings to the
ModifierKey enumeration.
- SeleniumMultiTest - Class in com.atlassian.selenium
-
- SeleniumMultiTest() - Constructor for class com.atlassian.selenium.SeleniumMultiTest
-
- SeleniumMultiTestSuite - Class in com.atlassian.selenium
-
A skeleton test suite for Selenium tests.
- SeleniumMultiTestSuite() - Constructor for class com.atlassian.selenium.SeleniumMultiTestSuite
-
- SeleniumReturnValueMismatch - Exception in com.atlassian.selenium
-
- SeleniumSpecialKeys - Enum in com.atlassian.selenium.keyboard
-
Mappings of special keys into Selenium codes.
- SeleniumStarter - Class in com.atlassian.selenium
-
Helper class to setup the Selenium Proxy and client.
- SeleniumTagInspector - Class in com.atlassian.selenium
-
Performs different checks over HTML tags located by Selenium locators.
- SeleniumTagInspector(SeleniumClient) - Constructor for class com.atlassian.selenium.SeleniumTagInspector
-
- SeleniumTest - Class in com.atlassian.selenium
-
A base class for selenium tests
- SeleniumTest() - Constructor for class com.atlassian.selenium.SeleniumTest
-
- SeleniumTester - Interface in com.atlassian.selenium.pageobjects
-
- SeleniumTestSuite - Class in com.atlassian.selenium
-
A skeleton test suite for Selenium tests.
- SeleniumTestSuite() - Constructor for class com.atlassian.selenium.SeleniumTestSuite
-
- SeleniumTypeWriter - Class in com.atlassian.selenium.keyboard
-
Utility to type into Selenium components.
- SeleniumTypeWriter(SeleniumClient, String, TypeMode) - Constructor for class com.atlassian.selenium.keyboard.SeleniumTypeWriter
-
- sendKeys(CharSequence...) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- sendKeys(PageElement, CharSequence...) - Method in class com.atlassian.pageobjects.elements.PageElementActions
-
- sendKeys(CharSequence...) - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- sendPasswordEmail(boolean) - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- Sequences - Class in com.atlassian.webtest.ui.keys
-
- serverLocation - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- serverPort - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- SessionCleanupRule - Class in com.atlassian.webdriver.testing.rule
-
A simple rule to clear the browsers session at the end of a test.
- SessionCleanupRule(Supplier<? extends WebDriver>) - Constructor for class com.atlassian.webdriver.testing.rule.SessionCleanupRule
-
- SessionCleanupRule(WebDriver) - Constructor for class com.atlassian.webdriver.testing.rule.SessionCleanupRule
-
- SessionCleanupRule() - Constructor for class com.atlassian.webdriver.testing.rule.SessionCleanupRule
-
- setBrowserLogLevel(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setCommandLine(CommandLine) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- setConfirmPassword(String) - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- setContext(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setCurrentBrowser(Browser) - Static method in class com.atlassian.pageobjects.util.BrowserUtil
-
Deprecated.
- setCursorPosition(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setCustomProfileDir(File) - Method in class com.atlassian.selenium.browsers.firefox.DisplayAwareFirefoxChromeLauncher
-
- setEmail(String) - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- setExtensionJs(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setFullname(String) - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- setIgnoreAreas(List<BoundingBox>) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- setIgnoreSingleLineDiffs(boolean) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- setImages(PageDifferenceImages) - Method in class com.atlassian.selenium.visualcomparison.utils.PageDifference
-
- setLoggedInUser(String, String) - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- setManual(boolean) - Method in class com.atlassian.selenium.SeleniumStarter
-
- setMouseSpeed(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setPassword(String) - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- setPassword() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- setRefreshAfterResize(boolean) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- setScreenResolutions(ScreenResolution[]) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- setSelected() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- setSpeed(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setTempPath(String) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- setTimeout(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- setUIStringReplacements(Map<String, String>) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- setUp() - Method in class com.atlassian.selenium.SeleniumMultiTest
-
Calls overridden onSetup method before starting
the selenium client and possibly server and initiating
assertThat and interaction variables
- setUp() - Method in class com.atlassian.selenium.SeleniumTest
-
Calls overridden onSetup method before starting
the selenium client and possibly server and initiating
assertThat and interaction variables
- setupBrowser() - Static method in class com.atlassian.webdriver.browsers.AutoInstallConfiguration
-
Setup a browser using system props to determine which, using maven's taget dir as a temp dir.
- setupBrowser(BrowserConfiguration) - Static method in class com.atlassian.webdriver.browsers.AutoInstallConfiguration
-
Setup a browser specifying the browser and temp dir.
- setUsername(String) - Method in class com.atlassian.webdriver.jira.page.user.AddUserPage
-
- setWaitforJQueryTimeout(long) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- shiftKeyDown() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- shiftKeyUp() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- shouldReturn(Boolean) - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedCondition
-
- shouldReturn(T) - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
If the current evaluated query value should be returned.
- shouldReturn(T) - Method in class com.atlassian.pageobjects.elements.query.StaticQuery
-
- shouldReturn(T) - Method in class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- showAllPeople() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- showAllPeopleWithPersonalSpaces() - Method in class com.atlassian.webdriver.confluence.page.PeopleDirectoryPage
-
- showAtStartup(boolean) - Method in class com.atlassian.webdriver.confluence.component.sherpa.WelcomeScreen
-
- showContextualBanner() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- showContextualBanner(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- shutdown() - Static method in class com.atlassian.webdriver.LifecycleAwareWebDriverGrid
-
A manual shut down of the registered drivers.
- shutDownSeleniumServer() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- siblings() - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- siblings(String) - Method in class com.atlassian.webdriver.utils.by.ByJquery
-
- SimplePagePart - Class in com.atlassian.selenium.visualcomparison.v2.settings
-
Simple implementation of
PagePart that stores all the coordinates internally.
- SimplePagePart(int, int, int, int) - Constructor for class com.atlassian.selenium.visualcomparison.v2.settings.SimplePagePart
-
- SimpleServer - Class in com.atlassian.webdriver.testing.simpleserver
-
Simple server for serving up html pages and other resources from class path.
- SimpleServer(int) - Constructor for class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- SimpleServer() - Constructor for class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- SimpleServer(Map<String, String>) - Constructor for class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- SimpleServer(Map<String, String>, int) - Constructor for class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- SimpleServerRunner - Class in com.atlassian.webdriver.testing.simpleserver
-
Product context runner extension that starts an embedded server before instantiating the product.
- SimpleServerRunner(Class<?>) - Constructor for class com.atlassian.webdriver.testing.simpleserver.SimpleServerRunner
-
Constructor compatible with the underlying default JUnit4 runner.
- simulateKeyPressForCharacter(String, Character, Collection<KeyEventType>) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- simulateKeyPressForCharacter(String, Character) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- simulateKeyPressForCharacter(String, Character, Collection<KeyEventType>) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will send all the events for a particular character
NOTE: This function will only handle vanilla ascii characters
more exotic characters will be ignored (ie.
- simulateKeyPressForCharacter(String, Character) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will send all the events for a particular character
NOTE: This function will only handle vanilla ascii characters
more exotic characters will be ignored (ie.
- simulateKeyPressForCharacter(String, Character) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- simulateKeyPressForCharacter(String, Character, Collection<KeyEventType>) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- simulateKeyPressForSpecialKey(String, int, Collection<KeyEventType>) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- simulateKeyPressForSpecialKey(String, int) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- simulateKeyPressForSpecialKey(String, int, Collection<KeyEventType>) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will send all the events for a particular special key (for example F1 or the down arrow key)
The keyCode matches the codes in java.awt.event.KeyEvent
NOTE: the return key actually fires events with a keyCode of 13 NOT VK_ENTER
*
- simulateKeyPressForSpecialKey(String, int) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will send all the events for a particular special key (for example F1 or the down arrow key)
The keyCode matches the codes in java.awt.event.KeyEvent
NOTE: the return key actually fires events with a keyCode of 13 NOT VK_ENTER
This will fire ALL events for the special key.
- simulateKeyPressForSpecialKey(String, int) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- simulateKeyPressForSpecialKey(String, int, Collection<KeyEventType>) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- single(By) - Static method in class com.atlassian.pageobjects.elements.WebDriverLocators
-
Creates a WebDriverLocatable for a single element in global context.
- SingleBrowserSeleniumClient - Class in com.atlassian.selenium
-
Extends the DefaultSelenium client to provide a more sensible implementation
as well some extra utility methods such as keypress.
- SingleBrowserSeleniumClient(SeleniumConfiguration) - Constructor for class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- SingletonTesterFactory(T) - Constructor for class com.atlassian.pageobjects.TestedProductFactory.SingletonTesterFactory
-
- size() - Method in class com.atlassian.pageobjects.util.QueryStringBuilder
-
- size - Variable in class com.atlassian.selenium.visualcomparison.utils.PageElementInfo
-
- size() - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- skip(Browser, Class<?>) - Static method in class com.atlassian.selenium.SkipInBrowserUtil
-
- skip(Browser, Class<?>) - Static method in class com.atlassian.webdriver.utils.SkipInBrowserUtil
-
Deprecated.
- SkipInBrowser - Annotation Type in com.atlassian.selenium
-
- SkipInBrowser - Annotation Type in com.atlassian.webdriver.utils
-
Deprecated.
- SkipInBrowserUtil - Class in com.atlassian.selenium
-
- SkipInBrowserUtil() - Constructor for class com.atlassian.selenium.SkipInBrowserUtil
-
- SkipInBrowserUtil - Class in com.atlassian.webdriver.utils
-
Deprecated.
- SkipInBrowserUtil() - Constructor for class com.atlassian.webdriver.utils.SkipInBrowserUtil
-
Deprecated.
- SpecialKey - Interface in com.atlassian.webtest.ui.keys
-
A
Key extension that represents non-character keys commonly used within tests
(e.g.
- SpecialKeys - Enum in com.atlassian.webtest.ui.keys
-
- specialKeys() - Method in class com.atlassian.webtest.ui.keys.SpecialKeysSequence
-
- SpecialKeysSequence - Class in com.atlassian.webtest.ui.keys
-
- SpecialKeysSequence(SpecialKeys, TypeMode, Collection<ModifierKey>, Collection<KeyEventType>) - Constructor for class com.atlassian.webtest.ui.keys.SpecialKeysSequence
-
- SpecialKeysSequence(List<SpecialKeys>, TypeMode, Collection<ModifierKey>, Collection<KeyEventType>) - Constructor for class com.atlassian.webtest.ui.keys.SpecialKeysSequence
-
- StandardModule - Class in com.atlassian.pageobjects.binder
-
- StandardModule(TestedProduct) - Constructor for class com.atlassian.pageobjects.binder.StandardModule
-
- start() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- start(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- start(Object) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- start() - Method in interface com.atlassian.selenium.SeleniumClient
-
- start(SeleniumConfiguration) - Method in class com.atlassian.selenium.SeleniumStarter
-
- start(List<SeleniumConfiguration>) - Method in class com.atlassian.selenium.SeleniumStarter
-
- start() - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- starting(Description) - Method in class com.atlassian.webdriver.testing.rule.DriverCleanupRule
-
- starting(Description) - Method in class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- starting(Description) - Method in class com.atlassian.webdriver.testing.rule.WindowSizeRule
-
- startSeleniumServer - Variable in class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- startServer() - Method in class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- startsWith(String) - Method in interface com.atlassian.webdriver.waiter.StringValueQuery
-
- startsWith(String) - Method in class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- StartsWithFunction - Class in com.atlassian.webdriver.waiter.webdriver.function.field
-
- StartsWithFunction(WebElementFieldRetriever, String) - Constructor for class com.atlassian.webdriver.waiter.webdriver.function.field.StartsWithFunction
-
- startTest(Test) - Method in class com.atlassian.performance.junit.PerformanceListener
-
- startTest(Test) - Method in class com.atlassian.performance.junit.TimeMethodLoggerListener
-
- startUp() - Static method in class com.atlassian.webdriver.AtlassianWebDriverTestBase
-
Deprecated.
- staticElement(WebElement) - Static method in class com.atlassian.pageobjects.elements.WebDriverLocators
-
- StaticQuery<T> - Class in com.atlassian.pageobjects.elements.query
-
A
TimedQuery that always immediately returns a pre-defined static value.
- StaticQuery(T, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.StaticQuery
-
- stop() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- stop() - Method in class com.atlassian.selenium.SeleniumStarter
-
- stopServer() - Method in class com.atlassian.webdriver.testing.simpleserver.SimpleServer
-
- string() - Method in interface com.atlassian.webtest.ui.keys.CharacterKey
-
String representation of the character entered by this key
- string() - Method in class com.atlassian.webtest.ui.keys.CharacterKeySequence
-
Characters of this sequence as pure string
- string() - Method in class com.atlassian.webtest.ui.keys.DefaultCharacterKey
-
- StringConcat - Class in com.atlassian.pageobjects.elements.util
-
Utility for string concatenation.
- StringValueQuery - Interface in com.atlassian.webdriver.waiter
-
WARNING: This API is still experimental and may be changed between versions.
- submit() - Method in interface com.atlassian.pageobjects.elements.PageElementFormJavascript
-
Dispatches a 'submit' event to the associated element, as if its form (or the form it represents) was submitted.
- submit(String, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- submit(String, long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- submit(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- submit(String, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
Submit the named form locator and optionally wait for the page to load, using #PAGE_LOAD_WAIT.
- submit(String, long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Submit the given form and wait for the page to load, for a maximum of timeoutMillis.
- submit(String, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- submit(String, long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Submit the given form and wait for the page to load, for a maximum of timeoutMillis.
- submit() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- Supplier<T> - Interface in com.atlassian.webdriver.waiter.webdriver.retriever
-
TODO: Document this class / interface here
- supply() - Method in interface com.atlassian.webdriver.waiter.webdriver.retriever.Supplier
-
- supportsConfigurableInjection(TestedProduct<?>) - Static method in class com.atlassian.pageobjects.util.InjectingTestedProducts
-
Checks whether given product supports injection.
- supportsInjection(TestedProduct<?>) - Static method in class com.atlassian.pageobjects.util.InjectingTestedProducts
-
Checks whether given product supports injection.
- switchBack() - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
Switch back to default window and return parent window session
- switchTo() - Method in class com.atlassian.pageobjects.elements.WindowSession.BrowserWindow
-
Switch to this window.
- switchTo() - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- switchToDefault() - Method in class com.atlassian.pageobjects.elements.WindowSession
-
- SystemClock - Class in com.atlassian.pageobjects.elements.query.util
-
Real-world clock returning system time.
- SystemClock() - Constructor for class com.atlassian.pageobjects.elements.query.util.SystemClock
-
- SystemPropertySeleniumConfiguration - Class in com.atlassian.selenium
-
- SystemPropertySeleniumConfiguration(String, String, String, int, String, boolean, String, String, String, String, String, String) - Constructor for class com.atlassian.selenium.SystemPropertySeleniumConfiguration
-
- TabbedComponent - Interface in com.atlassian.pageobjects.components
-
Represents a components that has multiple tabs with content.
- tabs() - Method in class com.atlassian.pageobjects.components.aui.AuiTabs
-
- tabs() - Method in interface com.atlassian.pageobjects.components.TabbedComponent
-
Returns all elements that represent the tabs.
- TAG_BODY - Static variable in class com.atlassian.webdriver.Elements
-
- TAG_DIV - Static variable in class com.atlassian.webdriver.Elements
-
- TAG_LI - Static variable in class com.atlassian.webdriver.Elements
-
- TAG_TD - Static variable in class com.atlassian.webdriver.Elements
-
- TAG_TR - Static variable in class com.atlassian.webdriver.Elements
-
- TAG_UL - Static variable in class com.atlassian.webdriver.Elements
-
- tagName(String) - Static method in class com.atlassian.webdriver.utils.by.DeferredBy
-
- tagNameEqual(String) - Static method in class com.atlassian.webdriver.utils.element.WebElementMatchers
-
- takeScreenshots(String) - Method in class com.atlassian.selenium.visualcomparison.VisualComparer
-
- takeScreenshotTo(File) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- takeScreenshotTo(File) - Method in class com.atlassian.webdriver.debug.WebDriverDebug
-
Saves screen shot of the browser to the specified file.
- takeScreenshotTo(File) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- TD - Static variable in class com.atlassian.pageobjects.elements.PageElements
-
- tearDown() - Method in class com.atlassian.selenium.SeleniumMultiTest
-
Calls overridden onTearDown method before shutting down
the selenium client and possibly server
- tearDown() - Method in class com.atlassian.selenium.SeleniumTest
-
Calls overridden onTearDown method before shutting down
the selenium client and possibly server
- tearDown() - Method in class com.atlassian.webdriver.AtlassianWebDriverTestBase
-
Deprecated.
- TestBrowser - Annotation Type in com.atlassian.webdriver.testing.annotation
-
- TestBrowserRule - Class in com.atlassian.webdriver.testing.rule
-
- TestBrowserRule() - Constructor for class com.atlassian.webdriver.testing.rule.TestBrowserRule
-
Deprecated.
- TestedProduct<T extends Tester> - Interface in com.atlassian.pageobjects
-
The product being tested.
- TestedProductClass - Annotation Type in com.atlassian.webdriver.testing.annotation
-
Marks a test class with a 'hint' what tested product class should be used to create context and run that test.
- TestedProductFactory - Class in com.atlassian.pageobjects
-
- TestedProductFactory() - Constructor for class com.atlassian.pageobjects.TestedProductFactory
-
- TestedProductFactory.SingletonTesterFactory<T extends Tester> - Class in com.atlassian.pageobjects
-
A factory that always returns the same
Tester
- TestedProductFactory.TesterFactory<T> - Interface in com.atlassian.pageobjects
-
A factory for
Tester instances
- TestedProductRule<T extends TestedProduct<WebDriverTester>> - Class in com.atlassian.webdriver.testing.rule
-
Creates a TestedProductRule which acts just like a TestedProduct.
- TestedProductRule(Class<T>) - Constructor for class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- Tester - Interface in com.atlassian.pageobjects
-
Abstracts the technology that can drive the browser.
- testFailure(Failure) - Method in class com.atlassian.selenium.junit4.CaptureScreenshotListener
-
- text() - Method in interface com.atlassian.pageobjects.elements.Option
-
Text between the option tags
- text(String) - Static method in class com.atlassian.pageobjects.elements.Options
-
New option distinguishable by its text between tags
- textNotPresent(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- textNotPresent(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- textNotPresent(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- textNotPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- textNotPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- textNotPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- textNotPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- textNotPresentByTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- textNotPresentByTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- textPresent(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- textPresent(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- textPresent(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- textPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- textPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- textPresentByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- textPresentByTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- textPresentByTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- textPresentByTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- THROW_ASSERTION_ERROR - Static variable in interface com.atlassian.pageobjects.elements.query.ExpirationHandler
-
- THROW_ILLEGAL_STATE - Static variable in interface com.atlassian.pageobjects.elements.query.ExpirationHandler
-
- thumnailsAreEnabled() - Method in class com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
-
- timed() - Method in class com.atlassian.pageobjects.elements.DataAttributeFinder
-
- timed() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Creates a timed element based on this element's locator.
- timed() - Method in interface com.atlassian.pageobjects.elements.search.SearchQuery
-
- timed() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- timed() - Method in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- TimedCondition - Interface in com.atlassian.pageobjects.elements.query
-
A marker interface for a special type of
TimedQuery.
- TimedElement - Interface in com.atlassian.pageobjects.elements
-
Represents an HTML element that is expected in the DOM of a page, all queries return TimedQueries.
- TimedQuery<T> - Interface in com.atlassian.pageobjects.elements.query
-
Represents a repeatable query over the state of the test that results in an object instance of a particular type
T.
- timeEvent(String, boolean, EventTime.TimedEvent) - Static method in class com.atlassian.performance.EventTime
-
- TimeMethod - Annotation Type in com.atlassian.performance
-
- TimeMethodInterceptor - Class in com.atlassian.performance
-
- TimeMethodInterceptor() - Constructor for class com.atlassian.performance.TimeMethodInterceptor
-
- TimeMethodInterceptor.TimedMethodInvocation - Class in com.atlassian.performance
-
- TimeMethodLoggerListener - Class in com.atlassian.performance.junit
-
- TimeMethodLoggerListener() - Constructor for class com.atlassian.performance.junit.TimeMethodLoggerListener
-
- TimeMethodModule - Class in com.atlassian.performance
-
- TimeMethodModule() - Constructor for class com.atlassian.performance.TimeMethodModule
-
- Timeout - Class in com.atlassian.pageobjects.elements.util
-
Utility for quick timeout specification.
- timeout() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- timeout(long) - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
-
- timeout(long, TimeUnit) - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout.Builder
-
- timeout() - Method in class com.atlassian.pageobjects.elements.WebDriverLocatable.LocateTimeout
-
- Timeout.TimeoutBuilder - Class in com.atlassian.pageobjects.elements.util
-
- Timeout.WaitTimeBuilder - Class in com.atlassian.pageobjects.elements.util
-
- timeoutFor(TimeoutType) - Method in class com.atlassian.pageobjects.elements.timeout.DefaultTimeouts
-
- timeoutFor(TimeoutType) - Method in class com.atlassian.pageobjects.elements.timeout.MapBasedTimeouts
-
- timeoutFor(TimeoutType) - Method in class com.atlassian.pageobjects.elements.timeout.PropertiesBasedTimeouts
-
- timeoutFor(TimeoutType) - Method in interface com.atlassian.pageobjects.elements.timeout.Timeouts
-
Provide timeout (in milliseconds) for a given timeoutType.
- Timeouts - Interface in com.atlassian.pageobjects.elements.timeout
-
A configuration components responsible for providing customizable timeouts for various timeout types.
- timeouts() - Method in class com.atlassian.pageobjects.elements.timeout.TimeoutsModule
-
- timeouts - Variable in class com.atlassian.pageobjects.elements.WebDriverElement
-
- timeouts - Variable in class com.atlassian.pageobjects.internal.elements.search.AbstractSearchQuery
-
- TimeoutsModule - Class in com.atlassian.pageobjects.elements.timeout
-
A module implementation to provide
Timeouts implementation
to the injector.
- TimeoutsModule() - Constructor for class com.atlassian.pageobjects.elements.timeout.TimeoutsModule
-
- TimeoutsModule(Timeouts) - Constructor for class com.atlassian.pageobjects.elements.timeout.TimeoutsModule
-
- TimeoutType - Enum in com.atlassian.pageobjects.elements.timeout
-
Enumeration of default timeout types in the elements.
- timeoutType - Variable in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- TimeRecorder - Class in com.atlassian.performance
-
- TimeRecorder(String) - Constructor for class com.atlassian.performance.TimeRecorder
-
- TO_LOCATABLE - Static variable in class com.atlassian.pageobjects.elements.WebDriverElement
-
- toggle() - Method in interface com.atlassian.pageobjects.elements.PageElement
-
If the element is a checkbox this will toggle the elements state from selected to not selected, or from not selected to selected.
- toggle() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- toggle() - Method in class com.atlassian.webdriver.jira.component.dashboard.GadgetView
-
- toggleToCharacterCode(boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- toggleToCharacterCode(boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
This sets if subsiquent calls to the keyEvent (@keyDown, @keyPress, @keyUp) fuctions
will set the code in the characterCode or not.
- toggleToCharacterCode(boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- toggleToKeyCode(boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- toggleToKeyCode(boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
This sets if subsiquent calls to the keyEvent (@keyDown, @keyPress, @keyUp) fuctions
will set the code in the keyCode or not.
- toggleToKeyCode(boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- toLocatable(PageElement) - Static method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- toString() - Method in class com.atlassian.pageobjects.elements.query.AbstractTimedQuery
-
- toString() - Method in class com.atlassian.pageobjects.elements.query.StaticQuery
-
- toString() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebDriverLocatableBasedTimedQuery
-
- toString() - Method in class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery
-
- toString() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- toString() - Method in class com.atlassian.pageobjects.util.QueryStringBuilder
-
- toString() - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- toString() - Method in class com.atlassian.selenium.visualcomparison.utils.ScreenResolution
-
- toString() - Method in class com.atlassian.selenium.visualcomparison.v2.settings.Resolution
-
- toString() - Method in class com.atlassian.webtest.ui.keys.CharacterKeySequence
-
- toString() - Method in class com.atlassian.webtest.ui.keys.DefaultCharacterKey
-
- TR - Static variable in class com.atlassian.pageobjects.elements.PageElements
-
- type(CharSequence...) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Simulate typing into this element.
- type(CharSequence...) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- type(KeySequence) - Method in class com.atlassian.selenium.keyboard.SeleniumTypeWriter
-
- type(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- type(String) - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- typeInElementWithCss(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- typeInElementWithCss(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- typeInElementWithCss(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- typeInElementWithName(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- typeInElementWithName(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
- typeInElementWithName(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- typeKeys(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- typeKeys(String) - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- typeMode() - Method in class com.atlassian.webtest.ui.keys.AbstractKeySequence
-
- typeMode(TypeMode) - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- TypeMode - Enum in com.atlassian.webtest.ui.keys
-
Enumeration of possible type modes.
- typeMode() - Method in interface com.atlassian.webtest.ui.keys.TypeModeAware
-
Type mode of this component.
- TypeModeAware - Interface in com.atlassian.webtest.ui.keys
-
A type-mode aware component.
- typeOf(String) - Static method in enum com.atlassian.pageobjects.browser.Browser
-
- typeOf(String) - Static method in enum com.atlassian.selenium.Browser
-
- typeWithFullKeyEvents(String, String, boolean) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- typeWithFullKeyEvents(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- typeWithFullKeyEvents(String) - Method in class com.atlassian.selenium.pageobjects.PageElement
-
- typeWithFullKeyEvents(String, String, boolean) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will type into a field by first blanking it out and then sending key down / key press / key up
events.
- typeWithFullKeyEvents(String, String) - Method in interface com.atlassian.selenium.SeleniumClient
-
This will type into a field by first blanking it out and then sending key down / key press / key up
events.
- typeWithFullKeyEvents(String) - Method in class com.atlassian.selenium.SeleniumKeyHandler
-
- typeWithFullKeyEvents(String, String, boolean) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
This will type into a field by first blanking it out and then sending key down / key press / key up
events.
- typeWithFullKeyEvents(String, String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
This will type into a field by first blanking it out and then sending key down / key press / key up
events.
- ValidateState - Annotation Type in com.atlassian.pageobjects.binder
-
Marks a method that should be called to validate the state, including location, of the browser is correct
- validateState() - Method in interface com.atlassian.pageobjects.DelayedBinder
-
Builds, waits for, and validates the state of the page object
- value() - Method in interface com.atlassian.pageobjects.elements.Option
-
Option value, which is actually its unique key in the collection of options.
- value(String) - Static method in class com.atlassian.pageobjects.elements.Options
-
New option distinguishable by its HTML value attribute.
- valueOf(String) - Static method in enum com.atlassian.pageobjects.browser.Browser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.pageobjects.elements.timeout.TimeoutType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.selenium.Browser
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.selenium.keyboard.SeleniumModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.selenium.keyboard.SeleniumSpecialKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.webdriver.browsers.WebDriverBrowserAutoInstall
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.webtest.ui.keys.KeyEventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.webtest.ui.keys.ModifierKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.webtest.ui.keys.SpecialKeys
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.atlassian.webtest.ui.keys.TypeMode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.atlassian.pageobjects.browser.Browser
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.pageobjects.elements.timeout.TimeoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.selenium.Browser
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.selenium.keyboard.SeleniumModifierKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.selenium.keyboard.SeleniumSpecialKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.webdriver.browsers.WebDriverBrowserAutoInstall
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.webtest.ui.keys.KeyEventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.webtest.ui.keys.ModifierKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.webtest.ui.keys.SpecialKeys
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.atlassian.webtest.ui.keys.TypeMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- valueSupplier - Variable in class com.atlassian.pageobjects.elements.query.webdriver.GenericWebDriverTimedQuery
-
- verifyReturnValues(List<Future<Object>>) - Method in class com.atlassian.selenium.MultiBrowserSeleniumClientInvocationHandler
-
- view() - Method in class com.atlassian.webdriver.jira.component.dashboard.Gadget
-
Switches to the gadget iframe and returns a GadgetView which is the html page for the gadget.
- ViewAttachmentsSettingsPage - Class in com.atlassian.webdriver.jira.page
-
- ViewAttachmentsSettingsPage() - Constructor for class com.atlassian.webdriver.jira.page.ViewAttachmentsSettingsPage
-
- viewProject() - Method in class com.atlassian.webdriver.jira.component.project.ProjectSummary
-
- viewProjectsRoles() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- viewPublicProfile() - Method in class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- ViewUserPage - Class in com.atlassian.webdriver.jira.page.user
-
- ViewUserPage() - Constructor for class com.atlassian.webdriver.jira.page.user.ViewUserPage
-
- visibleByTimeout(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- visibleByTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- visibleByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
This will wait until an element is visible.
- visibleByTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- visibleByTimeout(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- visibleByTimeout(PageElement) - Method in class com.atlassian.selenium.SeleniumChecks
-
- visibleByTimeout(String, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
This will wait until an element is visible.
- visibleByTimeout(PageElement, long) - Method in class com.atlassian.selenium.SeleniumChecks
-
- visibleByTimeout(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- visibleByTimeout(PageElement) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- visibleByTimeout(String, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- visibleByTimeout(PageElement, long) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- visit(Class<P>, Object...) - Method in interface com.atlassian.pageobjects.TestedProduct
-
Constructs the page object, changes the browser URL to the desired page URL, then binds the object to the page.
- visit(Field, A) - Method in interface com.atlassian.pageobjects.util.InjectUtils.FieldVisitor
-
- visit(Class<P>, Object...) - Method in class com.atlassian.webdriver.confluence.ConfluenceTestedProduct
-
- visit(Class<P>, Object...) - Method in class com.atlassian.webdriver.jira.JiraTestedProduct
-
- visit(Class<P>, Object...) - Method in class com.atlassian.webdriver.testing.rule.TestedProductRule
-
- visitUrl(Page) - Method in class com.atlassian.pageobjects.binder.InjectPageBinder
-
- VisualComparableClient - Interface in com.atlassian.selenium.visualcomparison
-
- VisualComparer - Class in com.atlassian.selenium.visualcomparison
-
Implements the visual comparison functionality.
- VisualComparer(VisualComparableClient) - Constructor for class com.atlassian.selenium.visualcomparison.VisualComparer
-
- VisualComparerRule - Class in com.atlassian.webdriver.testing.rule
-
- VisualComparerRule() - Constructor for class com.atlassian.webdriver.testing.rule.VisualComparerRule
-
- VisualComparisonFailedException - Exception in com.atlassian.selenium.visualcomparison.v2
-
- VisualComparisonFailedException(String) - Constructor for exception com.atlassian.selenium.visualcomparison.v2.VisualComparisonFailedException
-
- VisualComparisonFailedException(String, String) - Constructor for exception com.atlassian.selenium.visualcomparison.v2.VisualComparisonFailedException
-
- VisualComparisonFailedException(String, String, Throwable) - Constructor for exception com.atlassian.selenium.visualcomparison.v2.VisualComparisonFailedException
-
- VisualComparisonSupport - Class in com.atlassian.webdriver.visualcomparison
-
- VisualComparisonSupport() - Constructor for class com.atlassian.webdriver.visualcomparison.VisualComparisonSupport
-
- Waiter - Interface in com.atlassian.webdriver.waiter
-
Exposes a set of methods to allow for polling elements for particular conditions
WARNING: This API is still experimental and may be changed between versions.
- WaiterQuery - Interface in com.atlassian.webdriver.waiter
-
WARNING: This API is still experimental and may be changed between versions.
- waitFor(long) - Static method in class com.atlassian.pageobjects.elements.util.Timeout
-
- waitForAjaxWithJquery() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForAjaxWithJquery(long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForAjaxWithJquery() - Method in interface com.atlassian.selenium.SeleniumClient
-
Waits for the page to finish loading ajax calls, and returns if there are no more ajax calls currently running.
- waitForAjaxWithJquery(long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Waits for the page to finish loading ajax calls, and returns if there are no more ajax calls currently running.
- waitForAjaxWithJquery() - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Waits for the page to finish loading ajax calls, and returns if there are no more ajax calls currently running.
- waitForAjaxWithJquery(long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Waits for the page to finish loading ajax calls, and returns if there are no more ajax calls currently running.
- waitForCondition(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForCondition(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForCondition(String, long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForCondition(String) - Method in interface com.atlassian.selenium.SeleniumClient
-
Executes the given Javascript in the context of the text page and waits for it to evaluate to true
for a maximum of SeleniumConfiguration.getActionWait milliseconds.
- waitForCondition(String, long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Executes the given Javascript in the context of the text page and waits for it to evaluate to true
for a maximum of timeoutMillis.
- waitForCondition(String) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- waitForCondition(String, long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Executes the given Javascript in the context of the text page and waits for it to evaluate to true
for a maximum of timeoutMillis.
- waitForFrameToLoad(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForJQuery(long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForJQuery(long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Wait for jQuery AJAX calls to return.
- waitForJQuery(long) - Method in interface com.atlassian.selenium.visualcomparison.VisualComparableClient
-
Wait until all active jQuery AJAX queries have returned -- i.e., no AJAX queries are active.
- waitForJQuery(long) - Method in class com.atlassian.webdriver.visualcomparison.WebDriverVisualComparableClient
-
- waitForLayout() - Method in class com.atlassian.webdriver.jira.page.DashboardPage
-
- waitForLoadedPlugins() - Method in class com.atlassian.webdriver.confluence.page.PluginsPage
-
- waitForLoadedPlugins() - Method in class com.atlassian.webdriver.jira.page.PluginsPage
-
- waitForLogoutPrompt() - Method in class com.atlassian.webdriver.jira.page.LogoutPage
-
- waitForPageToLoad(String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForPageToLoad(long) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForPageToLoad() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForPageToLoad(long) - Method in interface com.atlassian.selenium.SeleniumClient
-
Overloads Selenium.waitForPageToLoad(String) to take in a long.
- waitForPageToLoad() - Method in interface com.atlassian.selenium.SeleniumClient
-
- waitForPageToLoad(long) - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
Overloads DefaultSelenium.waitForPageToLoad(String) to take in a long.
- waitForPageToLoad() - Method in class com.atlassian.selenium.SingleBrowserSeleniumClient
-
- waitForPopUp(String, String) - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- waitForTable() - Method in class com.atlassian.webdriver.jira.page.LicenseDetailsPage
-
- waitForWebElement() - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- waitForWebElement(WebDriverLocatable.LocateTimeout) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- WaitUntil - Annotation Type in com.atlassian.pageobjects.binder
-
Marks a method that should be called to force the thread to wait until the page object is ready.
- waitUntil() - Method in interface com.atlassian.pageobjects.DelayedBinder
-
Builds the page object and executes its wait until lifecycle
methods.
- waitUntil(TimedQuery<T>, Matcher<? super T>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given query fulfils certain condition specified by the matcher, by
default timeout of the query.
- waitUntil(String, TimedQuery<T>, Matcher<? super T>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given query fulfils certain condition specified by the matcher, by
default timeout of the query.
- waitUntil(TimedQuery<T>, Matcher<? super T>, Poller.WaitTimeout) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given query fulfils certain condition specified by given the matcher, by
given timeout.
- waitUntil(String, TimedQuery<T>, Matcher<? super T>, Poller.WaitTimeout) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given query fulfils certain condition specified by given the matcher, by
given timeout.
- waitUntil(Function<WebDriver, Boolean>) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntil(Function<WebDriver, Boolean>, int) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntil(Function<WebDriver, Boolean>) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntil(Function<WebDriver, Boolean>, int) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntil(Function<WebDriver, Boolean>) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true, up to the default timeout.
- waitUntil(Function<WebDriver, Boolean>, long) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition up to the timeoutInSeconds.
- waitUntil(Function<WebDriver, Boolean>, long, TimeUnit) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition up to the timeout specified by unit.
- waitUntil(WebElement, Predicate<WebElement>) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true for element, up to the default timeout.
- waitUntil(WebElement, Predicate<WebElement>, long) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true for element, up to the timeoutInSeconds.
- waitUntil(WebElement, Predicate<WebElement>, long, TimeUnit) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true for element, up to the timeout specified
by unit.
- waitUntil(WebElement, Matcher<? super WebElement>) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true for element, up to the default timeout.
- waitUntil(WebElement, Matcher<? super WebElement>, long) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true for element, up to the timeoutInSeconds.
- waitUntil(WebElement, Matcher<? super WebElement>, long, TimeUnit) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
Wait until condition is true for element, up to the timeout specified
by unit.
- waitUntilClose() - Method in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- waitUntilElementIsLocated(By) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsLocated(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsLocatedAt(By, SearchContext) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsLocatedAt(By, SearchContext) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsNotLocated(By) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsNotLocated(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsNotLocatedAt(By, SearchContext) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsNotLocatedAt(By, SearchContext) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsNotVisible(By) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsNotVisible(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsNotVisibleAt(By, SearchContext) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsNotVisibleAt(By, SearchContext) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsVisible(By) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsVisible(By) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilElementIsVisibleAt(By, SearchContext) - Method in interface com.atlassian.webdriver.AtlassianWebDriver
-
- waitUntilElementIsVisibleAt(By, SearchContext) - Method in class com.atlassian.webdriver.DefaultAtlassianWebDriver
-
- waitUntilEquals(T, TimedQuery<T>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given query evaluates to actual value that is equal to expectedValue
by default timeout.
- waitUntilEquals(String, T, TimedQuery<T>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given query evaluates to actual value that is equal to expectedValue by default timeout,
with custom error message.
- waitUntilFalse(TimedQuery<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given condition is false by default timeout
- waitUntilFalse(String, TimedQuery<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given condition is false by default timeout, with custom error message.
- waitUntilLocated(WebDriver, int) - Method in interface com.atlassian.pageobjects.elements.WebDriverLocatable
-
- waitUntilLocated(WebDriver, WebDriverLocatable.LocateTimeout) - Method in interface com.atlassian.pageobjects.elements.WebDriverLocatable
-
Wait until the SearchContext represented by this locatable is located.
- waitUntilOpen() - Method in class com.atlassian.webdriver.jira.component.menu.AuiDropdownMenu
-
- waitUntilTrue(TimedQuery<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given condition is true by default timeout
- waitUntilTrue(String, TimedQuery<Boolean>) - Static method in class com.atlassian.pageobjects.elements.query.Poller
-
Wait until given condition is true by default timeout, with custom error message.
- webDriver - Variable in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- WebDriverBrowserAutoInstall - Enum in com.atlassian.webdriver.browsers
-
Client that supports automatically installing the appropriate browser for the environment
- WebDriverBrowserConfiguration - Class in com.atlassian.webdriver.browsers
-
A default BrowserConfiguration that reads the specific browser from System properties
and uses the maven 'target' directory as a tmp dir to install the driver in if auto-installing it.
- WebDriverBrowserConfiguration() - Constructor for class com.atlassian.webdriver.browsers.WebDriverBrowserConfiguration
-
- WebDriverBrowserEngine - Class in com.atlassian.webdriver.visualcomparison
-
- WebDriverBrowserEngine(WebDriver) - Constructor for class com.atlassian.webdriver.visualcomparison.WebDriverBrowserEngine
-
- WebDriverCheckboxElement - Class in com.atlassian.pageobjects.elements
-
- WebDriverCheckboxElement(By) - Constructor for class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- WebDriverCheckboxElement(By, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- WebDriverCheckboxElement(WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- WebDriverCheckboxElement(By, WebDriverLocatable) - Constructor for class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- WebDriverCheckboxElement(By, WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverCheckboxElement
-
- WebDriverDebug - Class in com.atlassian.webdriver.debug
-
An injectable component for performing common debug operations using WebDriver.
- WebDriverDebug(WebDriver) - Constructor for class com.atlassian.webdriver.debug.WebDriverDebug
-
- WebDriverElement - Class in com.atlassian.pageobjects.elements
-
Implementation of
PageElement that waits for element to be
present before executing each actions.
- WebDriverElement(By) - Constructor for class com.atlassian.pageobjects.elements.WebDriverElement
-
Creates a WebDriverElement within the driver's search context and default timeout
- WebDriverElement(By, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverElement
-
Creates a WebDriverElement within the driver's search context and given timeout type.
- WebDriverElement(By, WebDriverLocatable) - Constructor for class com.atlassian.pageobjects.elements.WebDriverElement
-
Creates a WebDriverElement within a given parent and default timeout.
- WebDriverElement(By, WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverElement
-
Creates a WebDriverElement within a given parent and given timeout type.
- WebDriverElement(WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverElement
-
Creates a WebDriverElement with the given locatable and timeout type.
- WebDriverElementMappings - Class in com.atlassian.pageobjects.elements
-
Maps element interfaces to web driver implementations.
- WebDriverElementMappings() - Constructor for class com.atlassian.pageobjects.elements.WebDriverElementMappings
-
- WebDriverElementQuery<E extends PageElement> - Class in com.atlassian.pageobjects.internal.elements.search
-
- WebDriverElementQuery(Supplier<Iterable<E>>, Class<E>, TimeoutType) - Constructor for class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- WebDriverElementQuery - Class in com.atlassian.webdriver.waiter.webdriver
-
WARNING: This API is still experimental and may be changed between versions.
- WebDriverElementQuery(WebDriverQueryBuilder, WebElementRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.WebDriverElementQuery
-
- WebDriverFactory - Class in com.atlassian.webdriver
-
Checks the System property webdriver.browser to see what browser driver to return.
- WebDriverFieldQuery - Class in com.atlassian.webdriver.waiter.webdriver
-
WARNING: This API is still experimental and may be changed between versions.
- WebDriverFieldQuery(WebDriverQueryBuilder, WebElementFieldRetriever) - Constructor for class com.atlassian.webdriver.waiter.webdriver.WebDriverFieldQuery
-
- WebDriverLink<P extends Page> - Class in com.atlassian.webdriver.jira.component
-
- WebDriverLink(By, Class<P>) - Constructor for class com.atlassian.webdriver.jira.component.WebDriverLink
-
- WebDriverLocatable - Interface in com.atlassian.pageobjects.elements
-
A
SearchContext that can be located by WebDriver, capable of re-locating.
- WebDriverLocatable.LocateTimeout - Class in com.atlassian.pageobjects.elements
-
Provides information about timeout and poll interval to use while performing locatable operations.
- WebDriverLocatable.LocateTimeout.Builder - Class in com.atlassian.pageobjects.elements
-
- WebDriverLocatableBasedTimedCondition - Class in com.atlassian.pageobjects.elements.query.webdriver
-
Timed condition based on WebElement.
- WebDriverLocatableBasedTimedCondition(WebDriverLocatable, AtlassianWebDriver, Function<WebElement, Boolean>, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverLocatableBasedTimedCondition
-
- WebDriverLocatableBasedTimedQuery<T> - Class in com.atlassian.pageobjects.elements.query.webdriver
-
- WebDriverLocatableBasedTimedQuery(WebDriverLocatable, WebDriver, Function<WebElement, T>, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverLocatableBasedTimedQuery
-
- WebDriverLocatableBasedTimedQuery(WebDriverLocatable, WebDriver, Function<WebElement, T>, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverLocatableBasedTimedQuery
-
- WebDriverLocatableBasedTimedQuery(WebDriverLocatable, WebDriver, Function<WebElement, T>, long, long, T) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverLocatableBasedTimedQuery
-
- WebDriverLocatableBasedTimedQuery(WebDriverLocatableBasedTimedQuery<T>, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverLocatableBasedTimedQuery
-
- WebDriverLocators - Class in com.atlassian.pageobjects.elements
-
Creates WebDriveLocatables for different search strategies.
- WebDriverMultiSelectElement - Class in com.atlassian.pageobjects.elements
-
- WebDriverMultiSelectElement(By) - Constructor for class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- WebDriverMultiSelectElement(By, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- WebDriverMultiSelectElement(By, WebDriverLocatable) - Constructor for class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- WebDriverMultiSelectElement(WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- WebDriverMultiSelectElement(By, WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverMultiSelectElement
-
- WebDriverPoller - Class in com.atlassian.webdriver.utils.element
-
A component that can be used to wait for certain conditions to happen on the tested page.
- WebDriverPoller(WebDriver) - Constructor for class com.atlassian.webdriver.utils.element.WebDriverPoller
-
- WebDriverPoller(WebDriver, long, TimeUnit) - Constructor for class com.atlassian.webdriver.utils.element.WebDriverPoller
-
- WebDriverQueryFactory - Class in com.atlassian.pageobjects.elements.query.webdriver
-
Creates various WebDriver-based queries.
- WebDriverQueryFactory(WebDriverLocatable) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- WebDriverQueryFactory(WebDriverLocatable, Timeouts, AtlassianWebDriver) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebDriverQueryFactory
-
- WebDriverQueryFunctions - Class in com.atlassian.pageobjects.elements.query.webdriver
-
Collection of functions for implementing timed queries in WebDriver.
- WebDriverScreenshotRule - Class in com.atlassian.webdriver.testing.rule
-
A rule for taking screen-shots when a WebDriver test fails.
- WebDriverScreenshotRule(WebDriverDebug, File) - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverScreenshotRule(WebDriverSupport<? extends WebDriver>, File) - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverScreenshotRule(Supplier<? extends WebDriver>, File) - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverScreenshotRule(Supplier<? extends WebDriver>) - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverScreenshotRule(WebDriver) - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverScreenshotRule(WebDriverDebug) - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverScreenshotRule() - Constructor for class com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule
-
- WebDriverSelectElement - Class in com.atlassian.pageobjects.elements
-
- WebDriverSelectElement(By) - Constructor for class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- WebDriverSelectElement(By, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- WebDriverSelectElement(WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- WebDriverSelectElement(By, WebDriverLocatable) - Constructor for class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- WebDriverSelectElement(By, WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverSelectElement
-
- WebDriverSupport<WD extends org.openqa.selenium.WebDriver> - Class in com.atlassian.webdriver.testing.rule
-
Support for rules that need a
WebDriver instance.
- WebDriverTester - Interface in com.atlassian.webdriver.pageobjects
-
Tester to be used by Atlassian pageobject tests.
- WebDriverTimedElement - Class in com.atlassian.pageobjects.elements
-
Implementation of TimedElement based on WebDriver
- WebDriverTimedElement(WebDriverLocatable, TimeoutType) - Constructor for class com.atlassian.pageobjects.elements.WebDriverTimedElement
-
Create a WebDriverTimedElement with the given timeout.
- WebDriverUtil - Class in com.atlassian.webdriver.utils
-
- WebDriverVisualComparableClient - Class in com.atlassian.webdriver.visualcomparison
-
- WebDriverVisualComparableClient(AtlassianWebDriver) - Constructor for class com.atlassian.webdriver.visualcomparison.WebDriverVisualComparableClient
-
- WebDriverWaiter - Class in com.atlassian.webdriver.waiter.webdriver
-
WARNING: This API is still experimental and may be changed between versions.
- WebDriverWaiter(AtlassianWebDriver) - Constructor for class com.atlassian.webdriver.waiter.webdriver.WebDriverWaiter
-
- WebElementBasedTimedCondition - Class in com.atlassian.pageobjects.elements.query.webdriver
-
Timed condition based on WebElement.
- WebElementBasedTimedCondition(SearchContext, By, Function<WebElement, Boolean>, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedCondition
-
- WebElementBasedTimedQuery<T> - Class in com.atlassian.pageobjects.elements.query.webdriver
-
WebDriver based timed query that retrieves WebElement using provided
By and applies provided function from that element to the target value.
- WebElementBasedTimedQuery(WebDriver, By, Function<WebElement, T>, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery
-
- WebElementBasedTimedQuery(SearchContext, By, Function<WebElement, T>, long, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery
-
- WebElementBasedTimedQuery(SearchContext, By, Function<WebElement, T>, long, long, T) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery
-
- WebElementBasedTimedQuery(WebElementBasedTimedQuery<T>, long) - Constructor for class com.atlassian.pageobjects.elements.query.webdriver.WebElementBasedTimedQuery
-
- WebElementFieldRetriever - Class in com.atlassian.webdriver.waiter.webdriver.retriever
-
- WebElementMatchers - Class in com.atlassian.webdriver.utils.element
-
Hamcrest matchers for web elements
- WebElementRetriever - Class in com.atlassian.webdriver.waiter.webdriver.retriever
-
- WebElementUtil - Class in com.atlassian.webdriver.utils
-
- WebSudoBanner - Interface in com.atlassian.pageobjects.component
-
WebSudoBanner component interface so that products can add WebSudoBanner functionality to PageObjects
- WebSudoPage - Interface in com.atlassian.pageobjects.page
-
The page that confirms the administrator password to start a secure administrator session
- WelcomeScreen - Class in com.atlassian.webdriver.confluence.component.sherpa
-
TODO: Document this class / interface here
- WelcomeScreen() - Constructor for class com.atlassian.webdriver.confluence.component.sherpa.WelcomeScreen
-
- windowClosed(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- windowClosed(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- windowClosed(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- windowFocus() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- windowMaximize() - Method in class com.atlassian.selenium.mock.MockSeleniumClient
-
- windowOpen(String) - Method in class com.atlassian.selenium.SeleniumAssertions
-
- windowOpen(String) - Method in class com.atlassian.selenium.SeleniumChecks
-
- windowOpen(String) - Method in interface com.atlassian.selenium.SeleniumConditions
-
- WindowSession - Class in com.atlassian.pageobjects.elements
-
Utility for opening new window sessions.
- WindowSession.BrowserWindow - Class in com.atlassian.pageobjects.elements
-
- WindowSize - Annotation Type in com.atlassian.webdriver.testing.annotation
-
- WindowSizeRule - Class in com.atlassian.webdriver.testing.rule
-
- WindowSizeRule(WebDriver) - Constructor for class com.atlassian.webdriver.testing.rule.WindowSizeRule
-
- WindowSizeRule(Supplier<? extends WebDriver>) - Constructor for class com.atlassian.webdriver.testing.rule.WindowSizeRule
-
- WindowSizeRule() - Constructor for class com.atlassian.webdriver.testing.rule.WindowSizeRule
-
- withAttribute(String, String) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withAttributeThat(String, Matcher<String>) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withBaselineDirectory(File) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- withClass(String) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withClassThat(Matcher<String>) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withDataAttribute(String, String) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withDataAttributeThat(String, Matcher<String>) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withDefaultTimeout(long, TimeUnit) - Method in class com.atlassian.webdriver.utils.element.WebDriverPoller
-
- withEvents(KeyEventType...) - Method in enum com.atlassian.webtest.ui.keys.SpecialKeys
-
Construct key sequence consisting of this special key with given key events to invoke
- withId(String) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withIdThat(Matcher<String>) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withMatcher(Matcher<T>) - Static method in class com.atlassian.webdriver.testing.matcher.MatcherPredicate
-
- withPressed() - Method in class com.atlassian.webtest.ui.keys.AbstractKeySequence
-
- withPressed() - Method in interface com.atlassian.webtest.ui.keys.KeySequence
-
- withPressed(ModifierKey) - Method in class com.atlassian.webtest.ui.keys.KeySequenceBuilder
-
- withPressed() - Method in enum com.atlassian.webtest.ui.keys.SpecialKeys
-
- withReplacement(Replacement) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- withReportingDisabled() - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- withReportingEnabled(File) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- withResolution(Resolution) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- withResolutions(Resolution, Resolution...) - Method in class com.atlassian.selenium.visualcomparison.v2.ComparisonSettings
-
- withText(String) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withText(String) - Static method in class com.atlassian.webdriver.utils.element.WebElementMatchers
-
- withTextThat(Matcher<String>) - Static method in class com.atlassian.pageobjects.elements.testing.PageElementMatchers
-
- withTextThat(Matcher<String>) - Static method in class com.atlassian.webdriver.utils.element.WebElementMatchers
-
- withTimeout(TimeoutType) - Method in interface com.atlassian.pageobjects.elements.PageElement
-
Returns an instance equivalent to this element, with a changed timeoutType.
- withTimeout(TimeoutType) - Method in interface com.atlassian.pageobjects.elements.search.PageElementQuery
-
Apply a custom timeoutType to all resulting elements.
- withTimeout(TimeoutType) - Method in class com.atlassian.pageobjects.elements.WebDriverElement
-
- withTimeout(TimeoutType) - Method in class com.atlassian.pageobjects.internal.elements.search.WebDriverElementQuery
-
- writeDiffReport(String, String) - Method in class com.atlassian.selenium.visualcomparison.utils.ScreenshotDiff
-
- writeReport(File, boolean) - Method in class com.atlassian.performance.PerformanceReporter
-