A B C D E F G H I L M N O P Q R S T U V W X Z 
All Classes All Packages

A

AbstractCapabilities<T extends org.openqa.selenium.MutableCapabilities> - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability
 
AbstractCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.AbstractCapabilities
 
AbstractElementExtractor - Class in com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor
 
AbstractElementExtractor() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
 
AbstractFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.core.factory
Base implementation of WebDriver factory.
AbstractFactory() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.factory.AbstractFactory
 
AbstractPage - Class in com.qaprosoft.carina.core.gui
All page POJO objects should extend this abstract page to get extra logic.
AbstractPage(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.AbstractPage
 
AbstractPlatformDependsConverter - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive
 
AbstractPlatformDependsConverter() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.AbstractPlatformDependsConverter
 
AbstractScreen - Class in com.qaprosoft.carina.core.gui
Base class for mobile screen models.
AbstractScreen(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.AbstractScreen
 
AbstractUIObject - Class in com.qaprosoft.carina.core.gui
 
AbstractUIObject(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.AbstractUIObject
Initializes UI object using PageFactory.
AbstractUIObject(WebDriver, SearchContext) - Constructor for class com.qaprosoft.carina.core.gui.AbstractUIObject
Initializes UI object using PageFactory.
AbstractUIObjectListHandler<T extends AbstractUIObject> - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.internal
 
AbstractUIObjectListHandler(ClassLoader, Class<?>, WebDriver, ElementLocator, String) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.AbstractUIObjectListHandler
 
acceptAlert() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Accepts alert modal.
ACCESS_COARSE_LOCATION - com.zebrunner.carina.utils.android.Permissions.Permission
 
ACCESS_FINE_LOCATION - com.zebrunner.carina.utils.android.Permissions.Permission
 
ACCESS_LOCATION_EXTRA_COMMANDS - com.zebrunner.carina.utils.android.Permissions.Permission
 
accessibilityId() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
 
AccessibilityId - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
 
ADB - com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
 
addCookie(Cookie) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
addRule(IScreenshotRule) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Adds screenshot rule.
addRules(List<IScreenshotRule>) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Adds screenshot rules.
addScreenshotRule(IScreenshotRule) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
for simplifying name of the method, use Screenshot.addRule(IScreenshotRule) instead.
addScreenshotRules(List<IScreenshotRule>) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
for simplifying name of the method, use Screenshot.addRules(List) instead.
addStaticCapability(String, Object) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.DesktopFactory
 
AFTER_CLASS - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
AFTER_METHOD - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
AFTER_SUITE - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
AFTER_TEST - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
afterAccept(Alert) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterBack(WebDriver.Navigation) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterClick(WebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterDismiss(Alert) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterForward(WebDriver.Navigation) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterRefresh(WebDriver.Navigation) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterSendKeys(WebElement, CharSequence...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
afterTo(WebDriver.Navigation, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
ALL - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
ALL - com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
 
allElementListsAreNotEmpty(long, List<ExtendedWebElement>...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Method which quickly looks for all element lists and check that they contain at least one element during timeout
allElementListsAreNotEmpty(List<ExtendedWebElement>...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Method which quickly looks for all element lists and check that they contain at least one element during SHORT_TIMEOUT
allElementsPresent(long, ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Method which quickly looks for all element and check that they present during timeout sec
allElementsPresent(ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Method which quickly looks for all element and check that they present during EXPLICIT_TIMEOUT
allowInvisibleElements(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Set whether the source output/xpath search should consider all elements, visible and invisible.
androidDataMatcher() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
see AppiumBy.androidDataMatcher(String)
AndroidService - Class in com.zebrunner.carina.utils.android
 
AndroidService() - Constructor for class com.zebrunner.carina.utils.android.AndroidService
 
AndroidService.ChangeTimeZoneWorkflow - Enum in com.zebrunner.carina.utils.android
 
androidUIAutomator() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
 
androidViewMatcher() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
see AppiumBy.androidViewMatcher(String)}
androidViewTag() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
see AppiumBy.androidViewTag(String)
APK - com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
 
APPIUM_BY_ACCESSIBILITY_ID - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_ANDROID_DATA_MATCHER - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_ANDROID_UI_AUTOMATOR - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_ANDROID_VIEW_MATCHER - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_ANDROID_VIEW_TAG - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_CLASSNAME - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_CUSTOM - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_ID - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_IMAGE - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_IOS_CLASS_CHAIN - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_IOS_NS_PREDICATE - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
APPIUM_BY_NAME - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
AppManager - Class in com.zebrunner.carina.utils.android
 
ArtifactProvider - Class in com.zebrunner.carina.utils.mobile
 
ArtifactProvider() - Constructor for class com.zebrunner.carina.utils.mobile.ArtifactProvider
 
assertElementPresent() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
assertElementPresent(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
assertElementPresent(ExtendedWebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
assertElementPresent(ExtendedWebElement, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
assertElementWithTextPresent(ExtendedWebElement, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
assertElementWithTextPresent(ExtendedWebElement, String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
assertElementWithTextPresent(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
assertElementWithTextPresent(String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
assertPageOpened() - Method in class com.qaprosoft.carina.core.gui.AbstractPage
Asserts whether page is opened or not.
assertPageOpened(long) - Method in class com.qaprosoft.carina.core.gui.AbstractPage
Asserts whether page is opened or not.
assertUIObjectNotPresent() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Checks missing of UIObject root element on the page and throws Assertion error in case if it presents
assertUIObjectNotPresent(long) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Checks missing of UIObject root element on the page and throws Assertion error in case if it presents
assertUIObjectPresent() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Checks presence of UIObject root element on the page and throws Assertion error in case if it's missing
assertUIObjectPresent(long) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Checks presence of UIObject root element on the page and throws Assertion error in case if it's missing
attachFile(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
ATTRIBUTE_SINGLE_PATTERN - Static variable in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.AbstractPlatformDependsConverter
 
authByFingerPrint(int) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Authenticate users by using their finger print scans on supported emulators
AutoScreenshotRule - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
AutoScreenshotRule() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.screenshot.AutoScreenshotRule
Deprecated.
 

B

baseInitCmd - Static variable in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
BEFORE_CLASS - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
BEFORE_METHOD - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
BEFORE_SUITE - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
BEFORE_TEST - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
buildBy() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedAnnotations
 
buildByFromShortFindBy(ExtendedFindBy) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindByBuilder
 
buildConvertedBy() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
buildIt(Object, Field) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy.FindByBuilder
 
buildLocatorFromString(String) - Method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Build locator from string.
buildLocatorFromString(String, Object...) - Method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Build format locator from string.
buildLocatorWithIndex(String, int) - Method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Build locator with index.
BY_CLASSNAME - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_CSS - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_ELEMENT - com.qaprosoft.carina.core.foundation.webdriver.decorator.PageOpeningStrategy
 
BY_ID - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_LINKTEXT - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_NAME - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_PARTIAL_LINK_TEXT - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_PRESENCE - com.qaprosoft.carina.core.foundation.webdriver.decorator.ElementLoadingStrategy
 
BY_PRESENCE_OR_VISIBILITY - com.qaprosoft.carina.core.foundation.webdriver.decorator.ElementLoadingStrategy
 
BY_TAG_NAME - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
BY_URL - com.qaprosoft.carina.core.foundation.webdriver.decorator.PageOpeningStrategy
 
BY_URL_AND_ELEMENT - com.qaprosoft.carina.core.foundation.webdriver.decorator.PageOpeningStrategy
 
BY_VISIBILITY - com.qaprosoft.carina.core.foundation.webdriver.decorator.ElementLoadingStrategy
 
BY_XPATH - com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 

C

CAMERA_ACCESS - com.zebrunner.carina.utils.android.Permissions.Permission
 
cancelAlert() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Cancels alert modal.
CapabilitiesLoader - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability
Created by yauhenipatotski on 10/26/15.
CapabilitiesLoader() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.CapabilitiesLoader
 
capture(ICapturable.ScreenArea) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable
Deprecated.
Captures screenshot.
capture(ICapturable.ScreenArea) - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.Screen
Deprecated.
 
capture(WebDriver, ScreenshotType) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Capture screenshot by rule.
capture(WebDriver, ScreenshotType, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Capture screenshot by rule.
capture(WebDriver, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
capture(WebDriver, String, boolean) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
capture(WebDriver, SearchContext, IScreenshotRule, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Capture screenshot by concrete rule (ignoring rules in pool).
capture(WebElement, ScreenshotType) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Capture screenshot by rule.
capture(WebElement, ScreenshotType, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Capture screenshot by rule.
captureByRule(WebDriver, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
captureByRule(WebDriver, String, boolean) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
CarinaDriver - Class in com.qaprosoft.carina.core.foundation.webdriver
 
CarinaDriver(String, WebDriver, Device, TestPhase.Phase, long) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
CaseInsensitiveConverter - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive
 
CaseInsensitiveConverter(CaseInsensitiveXPath, boolean) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.CaseInsensitiveConverter
 
CaseInsensitiveXPath - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
Convert specific parts of the locator to case-insensitive Support following types of locators: FindBy.id(), FindBy.name(), FindBy.xpath(), FindBy.linkText().
caseInsensitiveXpathByAttribute(String, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.AbstractPlatformDependsConverter
 
castDriver(WebDriver, Class<T>) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
Clean driver from Decorator and cast driver to
changePermissions(String, Permissions.PermissionAction, Permissions.Permission...) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Change package permissions in runtime
check() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check checkbox
checkTimeout(long) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scroll Timeout check
ChromeCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop
 
ChromeCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.ChromeCapabilities
 
CLASS_NAME - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
classAttr() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.CaseInsensitiveXPath
web, mobile-web: @class mobile-native: @class
ClassChain - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
 
cleanNotificationByService() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
cleanNotificationByService
clearApkCache(String) - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
clearAppCache() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Deprecated.
https://github.com/appium/appium/issues/15807
clearAppCache(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Reset test specific application by package name
App's settings will be reset.
clearAppData() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
clearAppData(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
clearNotifications() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
clearNotifications
clearNotifications() - Method in class com.zebrunner.carina.utils.android.AndroidService
clearNotifications
clearRules() - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Clear all rules and disable all kind of screenshots, even for failures!
click() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element.
click(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element.
click(long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element.
clickAlert(String) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
clickAny(long, ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Clicks on element.
clickAny(ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Clicks on element.
clickBack() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Back' button as on the remote control
clickByActions() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element by Actions.
clickByActions(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element by Actions.
clickByActions(long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element by Actions.
clickByJs() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element by javascript.
clickByJs(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element by javascript.
clickByJs(long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click on element by javascript.
clickDown() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Down' button as on the remote control
clickHome() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Home' button as on the remote control
clickIfPresent() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click onto element if it present.
clickIfPresent(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Click onto element if present.
clickLeft() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Left' button as on the remote control
clickMenu() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Menu' button as on the remote control
clickNextButton() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
clickNextButton
clickPlay() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Play/pause' button as on the remote control
clickRight() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Right' button as on the remote control
clickSelect() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Select' button as on the remote control
clickSetLocation() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
clickStopFakeGps() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
clickUp() - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the 'Up' button as on the remote control
closeApp() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Deprecated.
https://github.com/appium/appium/issues/1580
closeStatusBar() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
collapseStatusBar() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
collapseStatusBar
collapseStatusBar() - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
duplicate, use IAndroidUtils.closeStatusBar() instead
com.qaprosoft.carina.core.foundation.webdriver - package com.qaprosoft.carina.core.foundation.webdriver
 
com.qaprosoft.carina.core.foundation.webdriver.augmenter - package com.qaprosoft.carina.core.foundation.webdriver.augmenter
 
com.qaprosoft.carina.core.foundation.webdriver.core.capability - package com.qaprosoft.carina.core.foundation.webdriver.core.capability
 
com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop - package com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop
 
com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mac - package com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mac
 
com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile - package com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile
 
com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.windows - package com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.windows
 
com.qaprosoft.carina.core.foundation.webdriver.core.factory - package com.qaprosoft.carina.core.foundation.webdriver.core.factory
 
com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl - package com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl
 
com.qaprosoft.carina.core.foundation.webdriver.decorator - package com.qaprosoft.carina.core.foundation.webdriver.decorator
 
com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations - package com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
 
com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor - package com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor
 
com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl - package com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl
 
com.qaprosoft.carina.core.foundation.webdriver.device - package com.qaprosoft.carina.core.foundation.webdriver.device
 
com.qaprosoft.carina.core.foundation.webdriver.listener - package com.qaprosoft.carina.core.foundation.webdriver.listener
 
com.qaprosoft.carina.core.foundation.webdriver.locator - package com.qaprosoft.carina.core.foundation.webdriver.locator
 
com.qaprosoft.carina.core.foundation.webdriver.locator.converter - package com.qaprosoft.carina.core.foundation.webdriver.locator.converter
 
com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive - package com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive
 
com.qaprosoft.carina.core.foundation.webdriver.locator.internal - package com.qaprosoft.carina.core.foundation.webdriver.locator.internal
 
com.qaprosoft.carina.core.foundation.webdriver.screenshot - package com.qaprosoft.carina.core.foundation.webdriver.screenshot
 
com.qaprosoft.carina.core.gui - package com.qaprosoft.carina.core.gui
 
com.qaprosoft.carina.core.gui.mobile.devices - package com.qaprosoft.carina.core.gui.mobile.devices
 
com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps - package com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps
 
com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications - package com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications
 
com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings - package com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings
 
com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger - package com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger
 
com.zebrunner.carina.utils.android - package com.zebrunner.carina.utils.android
 
com.zebrunner.carina.utils.appletv - package com.zebrunner.carina.utils.appletv
 
com.zebrunner.carina.utils.factory - package com.zebrunner.carina.utils.factory
 
com.zebrunner.carina.utils.ios - package com.zebrunner.carina.utils.ios
 
com.zebrunner.carina.utils.mobile - package com.zebrunner.carina.utils.mobile
 
comment(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable
Deprecated.
Adds comment to screenshot.
comment(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.Screen
Deprecated.
 
compare(BufferedImage, BufferedImage, String, boolean) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
 
compare(BufferedImage, BufferedImage, String, boolean, DiffMarkupPolicy) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Compares two different screenshots.
comparePrimitives(Object, Object) - Method in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
Method to compare primitives with corresponding wrappers
configuratorSetActionAcknowledgmentTimeout(Duration) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Invoke setActionAcknowledgmentTimeout in com.android.uiautomator.core.Configurator.
configuratorSetKeyInjectionDelay(Duration) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Invoke configuratorSetKeyInjectionDelay in com.android.uiautomator.core.Configurator.
configuratorSetScrollAcknowledgmentTimeout(Duration) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Invoke setScrollAcknowledgmentTimeout in com.android.uiautomator.core.Configurator.
configuratorSetWaitForIdleTimeout(Duration) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Invoke setWaitForIdleTimeout in com.android.uiautomator.core.Configurator.
configuratorSetWaitForSelectorTimeout(Duration) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Invoke setWaitForSelectorTimeout in com.android.uiautomator.core.Configurator.
connectRemote() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
convert(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.CaseInsensitiveConverter
 
convert(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.FormatLocatorConverter
 
convert(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.LocalizeLocatorConverter
 
convert(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.locator.converter.LocatorConverter
 
create(String, MutableCapabilities, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.AbstractFactory
Creates new instance of WebDriver according to specified MutableCapabilities.
create(String, MutableCapabilities, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.DriverFactory
 
create(String, MutableCapabilities, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.DesktopFactory
 
create(String, MutableCapabilities, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.MacFactory
 
create(String, MutableCapabilities, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.MobileFactory
 
create(String, MutableCapabilities, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.WindowsFactory
 
createLocator(Field) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocatorFactory
 
createTranslateWithParameters(String, String, String, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.AbstractPlatformDependsConverter
 
createXpathFromAnotherTypeOfLocator(String, String, String, String, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.AbstractPlatformDependsConverter
 
CRYPTO_PATTERN - Static variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
cryptoTool - Variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
currentDevice - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 
custom() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
see AppiumBy.custom(String)
customCapabilities - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 

D

dateAndTimeScreenHeaderTitle - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
DateTimeSettingsPage - Class in com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings
 
DateTimeSettingsPage(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
DebugLevelScreenshotRule - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Screenshot rule for capturing screenshots if debug log level enabled.
DebugLevelScreenshotRule() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DebugLevelScreenshotRule
 
decorate(ClassLoader, Field) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
DEFAULT - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 
DEFAULT_MAX_SWIPE_COUNT - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
DEFAULT_MIN_SWIPE_COUNT - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
DEFAULT_TOUCH_ACTION_DURATION - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
DEFAULT_TRIES - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
DefaultSuccessfulDriverActionScreenshotRule - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Screenshot rule for capturing screenshots on ScreenshotType.SUCCESSFUL_DRIVER_ACTION.
DefaultSuccessfulDriverActionScreenshotRule() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultSuccessfulDriverActionScreenshotRule
 
DefaultUnSuccessfulDriverActionScreenshotRule - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Screenshot rule for capturing screenshots on ScreenshotType.UNSUCCESSFUL_DRIVER_ACTION.
DefaultUnSuccessfulDriverActionScreenshotRule() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultUnSuccessfulDriverActionScreenshotRule
 
DELAY - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
delete(String) - Method in class com.zebrunner.carina.utils.mobile.ArtifactProvider
 
DENIED - com.zebrunner.carina.utils.android.Permissions.PermissionType
 
DESCRIPTION - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
DESCRIPTION_CONTAINS - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
DesktopFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl
 
DesktopFactory() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.DesktopFactory
 
Device - Class in com.qaprosoft.carina.core.foundation.webdriver.device
 
Device() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
Device(String, String, String, String, String, String, String, String) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
Device(Capabilities) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
DisableCacheLookup - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
Deprecated.
disableGPS() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Disable GPS
Works if ONLY DEVICE (GPS sensor) is user for obtaining location
disableWifi() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Turns off Wi-Fi, if it's on
disconnectRemote() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
dismissBtn - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
displayRecentApps() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Bring up the application switcher dialog
DivisionElementExtractor - Class in com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl
 
DivisionElementExtractor() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl.DivisionElementExtractor
 
doAttachFile(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doCheck() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doClick() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doClickByActions() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doClickByJs() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doDoubleClick() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doGetAttribute(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doGetLocation() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doGetSelectedValue() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doGetSelectedValues() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doGetSize() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doGetText() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doHover(Integer, Integer) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doIsChecked() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doRightClick() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doSelect(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doSelectByIndex(int) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doSelectByMatcher(BaseMatcher<String>) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doSelectByPartialText(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doSelectValues(String[]) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doSendKeys(Keys) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
doType(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
DOUBLE_OBJ_STR - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
DOUBLE_STR - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
doubleClick() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Double Click on element.
doubleClick(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Double Click on element.
doubleClick(long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Double Click on element.
doUncheck() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement.ActionSteps
 
DOWN - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
DOWN - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
download(String, Path) - Method in class com.zebrunner.carina.utils.mobile.ArtifactProvider
 
dragAndDrop(int, int, int, int, Duration, Duration) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Drag and drop
dragAndDrop(ExtendedWebElement, ExtendedWebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Drags and drops element to specified place.
dragAndDrop(ExtendedWebElement, ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Drag and drop
dragAndDropHtml5(ExtendedWebElement, ExtendedWebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Drags and drops element to specified place.
driver - Variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
DriverAugmenter - Class in com.qaprosoft.carina.core.foundation.webdriver.augmenter
 
DriverAugmenter() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.augmenter.DriverAugmenter
 
DriverFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.core.factory
DriverFactory produces driver instance with capabilities according to configuration.
DriverHelper - Class in com.qaprosoft.carina.core.foundation.webdriver
DriverHelper - WebDriver wrapper for logging and reporting features.
DriverHelper() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
DriverHelper(WebDriver) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
DriverListener - Class in com.qaprosoft.carina.core.foundation.webdriver.listener
Default driver listener
If you want to create your own driver event listener, it must necessarily implement the WebDriverListener interface and it must have a default constructor, or if you need a driver in methods where the driver is not passed as a parameter, then add a constructor that takes a single parameter of the WebDriver type.
DriverListener - captures screenshot after essential webdriver event.
DriverListener(WebDriver) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
driversMap - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 
driversPool - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 

E

EdgeCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop
 
EdgeCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.EdgeCapabilities
 
ElementLoadingStrategy - Enum in com.qaprosoft.carina.core.foundation.webdriver.decorator
 
enabled() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.AccessibilityId
 
enabled() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.ClassChain
 
enabled() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.Predicate
 
enableGPS() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Enable GPS
enableNotificationListener(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Whether to enable or disable the notification listener.
enableWifi() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Turns on Wi-Fi, if it's off
EspressoCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile
 
EspressoCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile.EspressoCapabilities
 
EventFiringAppiumCommandExecutor - Class in com.qaprosoft.carina.core.foundation.webdriver.listener
EventFiringAppiumCommandExecutor triggers event listener before/after execution of the command.
EventFiringAppiumCommandExecutor(URL) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringAppiumCommandExecutor
 
EventFiringAppiumCommandExecutor(Map<String, CommandInfo>, URL) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringAppiumCommandExecutor
 
EventFiringAppiumCommandExecutor(Map<String, CommandInfo>, URL, HttpClient.Factory) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringAppiumCommandExecutor
 
EventFiringAppiumCommandExecutor(Map<String, CommandInfo>, DriverService) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringAppiumCommandExecutor
 
EventFiringAppiumCommandExecutor(Map<String, CommandInfo>, DriverService, HttpClient.Factory) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringAppiumCommandExecutor
 
EventFiringSeleniumCommandExecutor - Class in com.qaprosoft.carina.core.foundation.webdriver.listener
EventFiringSeleniumCommandExecutor triggers event listener before/after execution of the command.
EventFiringSeleniumCommandExecutor(URL) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringSeleniumCommandExecutor
 
execute(String[]) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
execute(Command) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringAppiumCommandExecutor
 
execute(Command) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.EventFiringSeleniumCommandExecutor
 
executeAdbCommand(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
execute ADB command bypassing the driver
executeDeepLink(String, String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
For internal use only Start URI that may take users directly to the specific content in the app
executeMobileScript(WebDriver, String, Map<String, Object>) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
For internal use only Execute scripts
executeShell(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Execute android-specific commands throw driver using adb
executeShell(List<String>) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Execute android-specific commands throw driver using adb
executor - Static variable in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
expandStatusBar() - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
duplicate, use IAndroidUtils.openStatusBar() instead
EXPLICIT_FULL_SIZE - com.qaprosoft.carina.core.foundation.webdriver.ScreenshotType
Create full-size screenshot explicitly
EXPLICIT_TIMEOUT - Static variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
EXPLICIT_TIMEOUT - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Deprecated, for removal: This API element is subject to removal in a future version.
this constant is not used in IMobileUtils
EXPLICIT_VISIBLE - com.qaprosoft.carina.core.foundation.webdriver.ScreenshotType
Create screenshot of visible part of the page explicitly
ExplicitFullSizeScreenshotRule - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Screenshot rule for capturing screenshots on ScreenshotType.EXPLICIT_FULL_SIZE.
ExplicitFullSizeScreenshotRule() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitFullSizeScreenshotRule
 
ExplicitVisibleScreenshotRule - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Screenshot rule for capturing screenshots on ScreenshotType.EXPLICIT_VISIBLE.
ExplicitVisibleScreenshotRule() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitVisibleScreenshotRule
 
ExtendedAnnotations - Class in com.qaprosoft.carina.core.foundation.webdriver.locator
 
ExtendedAnnotations(Field) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedAnnotations
 
ExtendedElementLocator - Class in com.qaprosoft.carina.core.foundation.webdriver.locator
The default element locator, which will lazily locate an element or an element list on a page.
ExtendedElementLocator(WebDriver, SearchContext, Field, AbstractAnnotations) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
Creates a new element locator.
ExtendedElementLocatorFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.locator
 
ExtendedElementLocatorFactory(WebDriver, SearchContext) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocatorFactory
 
ExtendedFieldDecorator - Class in com.qaprosoft.carina.core.foundation.webdriver.decorator
 
ExtendedFieldDecorator(ElementLocatorFactory, WebDriver) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
ExtendedFindBy - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.locator
 
ExtendedFindBy.FindByBuilder - Class in com.qaprosoft.carina.core.foundation.webdriver.locator
 
ExtendedFindByBuilder - Class in com.qaprosoft.carina.core.foundation.webdriver.locator
 
ExtendedFindByBuilder() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindByBuilder
 
ExtendedWebElement - Class in com.qaprosoft.carina.core.foundation.webdriver.decorator
 
ExtendedWebElement(By, String, WebDriver, SearchContext) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
ExtendedWebElement(By, String, WebDriver, SearchContext, Object[]) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
ExtendedWebElement(WebElement, String) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
For internal usage only
ExtendedWebElement(WebElement, String, By) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
ExtendedWebElement.ActionSteps - Interface in com.qaprosoft.carina.core.foundation.webdriver.decorator
 
extractRemoteWebDriver(WebDriver) - Method in class com.qaprosoft.carina.core.foundation.webdriver.augmenter.DriverAugmenter
 

F

factory - Variable in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
FakeGpsPage - Class in com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps
Fake GPS Page
FakeGpsPage(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
FindByBuilder() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy.FindByBuilder
 
findElement() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
Find the element.
findElements() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
Find the element list.
findExpectedNotification(String, String) - Method in class com.zebrunner.carina.utils.android.AndroidService
find Expected Notification with partial text
findExpectedNotification(String, String, boolean) - Method in class com.zebrunner.carina.utils.android.AndroidService
find Expected Notification
findExtendedWebElement(By) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Find Extended Web Element on page using By starting search from this object.
findExtendedWebElement(By) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Find element on the page
Element search is limited by the Configuration.Parameter.EXPLICIT_TIMEOUT
findExtendedWebElement(By, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Find Extended Web Element on page using By starting search from this object.
findExtendedWebElement(By, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Find element on the page
findExtendedWebElement(By, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Find Extended Web Element on page using By starting search from this object.
findExtendedWebElement(By, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Find element on the page
Element search is limited by the Configuration.Parameter.EXPLICIT_TIMEOUT
findExtendedWebElement(By, String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Find Extended Web Element on page using By starting search from this object.
findExtendedWebElement(By, String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Find element on the page
findExtendedWebElements(By) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
findExtendedWebElements(By) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Find elements on the page
Elements search is limited by the Configuration.Parameter.EXPLICIT_TIMEOUT
findExtendedWebElements(By, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get list of ExtendedWebElements.
findExtendedWebElements(By, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Find elements on the page
FirefoxCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop
 
FirefoxCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.FirefoxCapabilities
 
format(Object...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get element with formatted locator.
FormatLocatorConverter - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.converter
 
FormatLocatorConverter(Object...) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.FormatLocatorConverter
 
formatToList(Object...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get list of elements with formatted locator.
FULL_SCREEN - com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable.ScreenArea
Deprecated.
 

G

generateByForList(By, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Deprecated, for removal: This API element is subject to removal in a future version.
when we search list of elements we do not needed for generating by with index
generateExtenedElement(List<WebElement>, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
 
generateUiDump(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
Save xml layout of the application
getAction() - Method in enum com.zebrunner.carina.utils.android.Permissions.PermissionAction
 
getActivePhase() - Static method in class com.qaprosoft.carina.core.foundation.webdriver.TestPhase
 
getAdbName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getAllAvailableNotifications() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
getAllAvailableNotifications
getApkPackageName(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getApkVersion(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getAppLink(String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.MobileFactory
Get a direct (pre-sign) link to the application.
getAppPermissions(String, Permissions.PermissionType) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
To get list of granted/denied/requested permission for specified application if response is not correct, return null
getAppState(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get the state of an application
getAppStringMap() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get all defined Strings from an app for the default language
getAppStringMap(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get all defined Strings from an app for the specified language
getAppStringMap(String, String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get all defined Strings from an app for the specified language and strings filename
getAppVersion(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get app's version for the app that is already installed to devices, based on its package name.
getAppVersionName(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get app's version name for the app that is already installed to devices, based on its package name
getAttribute(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get element attribute.
getAvailableContexts() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get the names of available contexts
getBatteryInfo() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Retrieves battery info from the device under test
getBatteryInfo() - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Retrieves battery info from the device under test
getBy() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get element By.
getBy() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
getCapabilities() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getCapabilities() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get capabilities of the current driver
getCapabilities(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.CapabilitiesLoader
Generate MutableCapabilities from external file.
getCapabilities(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.DesktopFactory
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.AbstractCapabilities
Generate Capabilities according to configuration file
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.ChromeCapabilities
Generate ChromeOptions depends on capabilities defines in configuration file Also adds chrome-specific arguments, prefs and so on
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.EdgeCapabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.FirefoxCapabilities
Generate FirefoxOptions for Firefox with default Carina FirefoxProfile.
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.OperaCapabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.SafariCapabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mac.Mac2Capabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile.EspressoCapabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile.UiAutomator2Capabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile.XCUITestCapabilities
 
getCapability(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.windows.WindowsCapabilities
 
getCapability(String, FirefoxProfile) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.FirefoxCapabilities
Generate FirefoxOptions for Firefox with custom FirefoxProfile.
getClassName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
getClipboard(ClipboardContentType) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get the content of the clipboard.
getClipboardImage() - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Get an image from the clipboard
getClipboardText() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
getClipboardUrl() - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Get an URL from the clipboard
getConstructorByParams(Class<T>, Object...) - Method in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
Get constructor from clazz that satisfy specific range of parameters (using Reflection)
getContext() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get the name of the current context
getControlKeyword() - Method in enum com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
getCurrentActivity() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get the current activity being run on the mobile device
getCurrentDeviceFocus() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Deprecated, for removal: This API element is subject to removal in a future version.
this method calls adb bypassing the driver, so use IAndroidUtils.getCurrentPackage() instead
getCurrentFocusedApkDetails() - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
getCurrentFocusedApkPackageName() - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
getCurrentPackage() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get current device package
getCurrentPackageActivity() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get the current activity being run on the mobile device with package name (apkPackage/apkActivity)
getCurrentUrl() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Get a string representing the current URL that the browser is looking at.
getCurrentUrl(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Get a string representing the current URL that the browser is looking at.
getDefaultDevice() - Static method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Deprecated.
getDefaultFirefoxProfile() - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.FirefoxCapabilities
Generate default default Carina FirefoxProfile.
getDevice() - Method in class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
getDevice() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get device registered to default driver.
getDevice(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get device registered to named driver.
getDevice(WebDriver) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get device registered to driver.
getDeviceActualTimeZone() - Method in class com.zebrunner.carina.utils.android.AndroidService
get Device Actual TimeZone
getDeviceLanguage() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Deprecated, for removal: This API element is subject to removal in a future version.
this method calls adb bypassing the driver, so use IAndroidUtils.getSystemDeviceLanguage() instead
getDeviceModel() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get device model
Important: before carina 8.x this method calls adb bypassing the driver, but now it gets device model using driver
getDeviceTime() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Gets device date and time for both iOS(host time is returned for simulators) and Android devices
The default format is `YYYY-MM-DDTHH:mm:ssZ`, which complies to ISO-8601.
getDeviceTime(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Gets device date and time for both iOS(host time is returned for simulators) and Android devices
getDeviceTimezone() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get device timezone
getDeviceTimeZone() - Method in class com.zebrunner.carina.utils.android.AndroidService
get Device Time Zone
getDeviceTimeZone(String) - Method in class com.zebrunner.carina.utils.android.AndroidService
get Device Time Zone.
getDeviceType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getDirectLink(String) - Method in class com.zebrunner.carina.utils.mobile.ArtifactProvider
 
getDisplayDensity() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Retrieve the display density of the Android device
getDriver() - Method in class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
getDriver() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
getDriver() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
getDriver() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get default driver.
getDriver() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
getDriver(Device) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get driver registered to device.
getDriver(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get driver by name.
getDriver(String, MutableCapabilities) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get driver by name and Capabilities.
getDriver(String, MutableCapabilities, String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get driver by name.
getDriver(SessionId) - Static method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Get driver by sessionId.
getDrivers() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Return all drivers registered in the DriverPool for this thread including on Before Suite/Class/Method stages
getElement() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
getElementsByCoordinates(int, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
 
getElementsByCoordinates(int, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl.DivisionElementExtractor
 
getElementsByCoordinates(int, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl.ScreenElementExtractor
 
getEndLevelElements(WebDriver) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
Method extracts all end level elements (elements have no children) which are on the screen
getFilename() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Get screenshot filename.
getFullPackageByName(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getFullPackageByName(String) - Method in class com.zebrunner.carina.utils.android.AppManager
 
getImage() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable
Deprecated.
Returns BufferedImage instance of captured screenshot.
getImage() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.Screen
Deprecated.
 
getImageResizeDimensions() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Get image resize dimensions
getInstalledApkVersion(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getInstalledPackages() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getInstance() - Static method in class com.zebrunner.carina.utils.android.AndroidService
 
getInstance() - Static method in class com.zebrunner.carina.utils.android.AppManager
 
getInstance() - Static method in class com.zebrunner.carina.utils.mobile.ArtifactProvider
 
getInstance(WebDriver) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.Screen
Deprecated.
 
getItemText(int) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
getItemText
getItemTitle(int) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
getItemTitle
getL10nPattern() - Static method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.LocalizeLocatorConverter
Get compiled L10N pattern
getLastItemsContentSize() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
getLastItemsContentSize
getLoadingStrategy() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated, for removal: This API element is subject to removal in a future version.
to interact with the current component (getting information about the current element) use AbstractUIObject.rootExtendedElement
getLocation() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get element location.
getLocation() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Gets the physical location
getLocatorConverters() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
getLocatorType(By) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorUtils
Get type of locator
getMessage(boolean) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
getName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
getName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
getName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getName() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
getNameWithLocator() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
getNotifications() - Method in class com.zebrunner.carina.utils.android.AndroidService
getNotifications
getNotifications(boolean) - Method in class com.zebrunner.carina.utils.android.AndroidService
getNotifications
getNullDevice() - Static method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Return nullDevice object to avoid NullPointerException and tons of verification across carina-core modules.
getOrientation() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get device orientation
getOs() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getOsVersion() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getPageOpeningStrategy() - Method in class com.qaprosoft.carina.core.gui.AbstractPage
 
getPageSource() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
getPageURL() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
getPerformanceData(String, String, int) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
returns the resource usage information of the application.
getPermission() - Method in enum com.zebrunner.carina.utils.android.Permissions.Permission
 
getPhase() - Method in class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
getProxyPort() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getRect(WebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
Method to generate rectangle for the element since current version of appium driver throws unimplemented exception
getRemoteURL() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getRootBy() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated, for removal: This API element is subject to removal in a future version.
to interact with the current component (getting information about the current element) use AbstractUIObject.rootExtendedElement
getRootElement() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated, for removal: This API element is subject to removal in a future version.
to interact with the current component (getting information about the current element) use AbstractUIObject.rootExtendedElement
getRootExtendedElement() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Get the ExtendedWebElement of the current component
getRotation() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get device rotation
getRule(ScreenshotType) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Get screenshot rule by ScreenshotType.
getSaveFolder() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Get path where to save screenshot
getScreenshotType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.AutoScreenshotRule
Deprecated.
 
getScreenshotType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DebugLevelScreenshotRule
 
getScreenshotType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultSuccessfulDriverActionScreenshotRule
 
getScreenshotType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultUnSuccessfulDriverActionScreenshotRule
 
getScreenshotType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitFullSizeScreenshotRule
 
getScreenshotType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitVisibleScreenshotRule
 
getScreenshotType() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Get the type of screenshots for which the current rule will apply
getScrollContainerSelector(ExtendedWebElement, IAndroidUtils.SelectorType) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scrolls into view in specified container
getScrollToElementSelector(String, IAndroidUtils.SelectorType) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scrolls into view in specified container
getSearchContext() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
getSelectedValue() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get selected elements from one-value select.
getSelectedValues() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get selected elements from multi-value select.
getSettings() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get settings stored for this test session.
getSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get element size.
getStartsWith() - Method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
 
getSupportedPerformanceDataTypes() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
returns the information type of the system state which is supported to read as like cpu, memory, network traffic, and battery
getSystemBars() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Retrieve visibility and bounds information of the status and navigation bars
getSystemDeviceLanguage() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get the current language on the device
getText() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get element text.
getTextFromClipboard() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Get the clipboard text.
getThreadId() - Method in class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
getTimeout() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Get timeout for screenshot capturing
getTitle() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Return page title.
getTitle(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Return page title.
getType() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getType() - Method in enum com.zebrunner.carina.utils.android.Permissions.PermissionType
 
getUdid() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getUiLoadedMarker() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
getVnc() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
getWorkflow() - Method in enum com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
 
gotoAndroidHome() - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
duplicate, use IAndroidUtils.pressHome() instead
GRANT - com.zebrunner.carina.utils.android.Permissions.PermissionAction
 
GRANTED - com.zebrunner.carina.utils.android.Permissions.PermissionType
 

H

helper - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
hideKeyboard() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Hides the keyboard if it is showing
hideKeyboard(String) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Hides the keyboard by pressing the button specified by keyName if it is showing
hideKeyboard(String, String) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Hides the keyboard if it is showing.
highlight(Point) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable
Deprecated.
Highlights dot on screenshot.
highlight(Point) - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.Screen
Deprecated.
 
highlight(Rectangle) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable
Deprecated.
Highlights rectangle on screenshot.
highlight(Rectangle) - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.Screen
Deprecated.
 
HOME - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
HORIZONTAL - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
HORIZONTAL_RIGHT_FIRST - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
hover() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
MouseOver (Hover) an element.
hover(Integer, Integer) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
MouseOver (Hover) an element.

I

IAndroidUtils - Interface in com.zebrunner.carina.utils.android
Contains utility methods for working with android devices
IAndroidUtils.SelectorType - Enum in com.zebrunner.carina.utils.android
 
ICapturable - Interface in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
use Screenshot instead
ICapturable.ScreenArea - Enum in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Deprecated.
 
ICustomTypePageFactory - Interface in com.zebrunner.carina.utils.factory
 
id() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.CaseInsensitiveXPath
web, mobile-web: @id mobile-native: @resource-id
ID - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
IDriverPool - Interface in com.qaprosoft.carina.core.foundation.webdriver
 
ignoreUnimportantViews(Boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Set the `ignoreUnimportantViews` setting.
image() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
 
IMobileUtils - Interface in com.zebrunner.carina.utils.mobile
Contains utility methods for working with android and ios
IMobileUtils.Direction - Enum in com.zebrunner.carina.utils.mobile
 
IMobileUtils.Zoom - Enum in com.zebrunner.carina.utils.mobile
 
IN - com.zebrunner.carina.utils.mobile.IMobileUtils.Zoom
 
INIT_TIMEOUT - Static variable in class com.zebrunner.carina.utils.android.AndroidService
 
initBaseCapabilities(T, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.AbstractCapabilities
 
initCapabilities(T) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.AbstractCapabilities
Add capabilities from configuration file to capabilities param
initPage(Class<T>, Object...) - Method in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
initPage(WebDriver, Class<T>, Object...) - Method in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
installApk(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Install android Apk by path to apk file
installApk(String, boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Install android Apk by path to apk or by name in classpath
installApp(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
installApp(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Install an app on the mobile device
installApp(String, BaseInstallApplicationOptions<?>) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Install an app on the mobile device
installAppSync(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
INSTANCE - Static variable in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.W3CCapabilityCommonKeys
 
INT_STR - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
INTEGER_STR - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
invoke(Object, Method, Object[]) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.AbstractUIObjectListHandler
 
invoke(Object, Method, Object[]) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.LocatingListHandler
 
invoke(Object, Method, Object[]) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.LocatingListsElementHandler
 
iosClassChain() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
 
iosPredicate() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
 
IOSUtils - Interface in com.zebrunner.carina.utils.ios
Contains utility methods for working with ios
IRemoteControllerAppleTV - Interface in com.zebrunner.carina.utils.appletv
 
is(String) - Method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Checks if the locator belongs to the current type
isAirplaneModeEnabled() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Is airplane mode enabled or not
isAlertPresent() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Checks that alert modal is shown.
isAllowFullSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.AutoScreenshotRule
Deprecated.
 
isAllowFullSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DebugLevelScreenshotRule
 
isAllowFullSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultSuccessfulDriverActionScreenshotRule
 
isAllowFullSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultUnSuccessfulDriverActionScreenshotRule
 
isAllowFullSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitFullSizeScreenshotRule
 
isAllowFullSize() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitVisibleScreenshotRule
 
isAllowFullSize() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Allow full-size screenshot or not
isAnyElementPresent(long, ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Method which quickly looks for any element presence during timeout sec
isAnyElementPresent(ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Method which quickly looks for any element presence during SHORT_TIMEOUT
isAppInstall(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
isApplicationInstalled(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Checks if an app is installed on the device
isAppRunning() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Check if started driver/application is running in foreground
isAppRunning(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Check running in foreground application by bundleId or appId
isCapabilitiesEmpty(Capabilities) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.AbstractFactory
Checks driver capabilities for being not empty.
isCaptured(String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Analyze if screenshot can be captured using the most common reason when driver is died etc.
isCarrierConnectionAvailable() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
isCaseInsensitive() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
isChecked() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Get checkbox state.
isChecked(ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
isClassAttr() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.CaseInsensitiveConverter
 
isClassAttr() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.ParamsToConvert
 
isClearAllBtnLoaded() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
isClearAllBtnLoaded
isClickable() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Checks that element clickable.
isClickable(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element clickable within specified timeout.
IScreenshotRule - Interface in com.qaprosoft.carina.core.foundation.webdriver.screenshot
 
isDeviceLocked() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Check if the device is locked
isDeviceRegistered() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Verify if device is registered in the Pool
isDriverRegistered(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Verify if driver is registered in the DriverPool
isElementNotPresent(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element not present and not visible within specified timeout.
isElementNotPresent(ExtendedWebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Check that element not present on page.
isElementNotPresent(ExtendedWebElement, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Check that element not present on page.
isElementNotPresent(String, WebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Check that element not present on page.
isElementPresent() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element present and visible.
isElementPresent(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element present and visible within specified timeout.
isElementWithTextPresent(ExtendedWebElement, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Check that element with text present.
isElementWithTextPresent(ExtendedWebElement, String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Check that element with text present.
isElementWithTextPresent(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element with text present.
isElementWithTextPresent(String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element with text present.
isEnabled(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.AbstractFactory
 
isEnableValidation() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Is need to check rules when capture screenshot
Method that validate rules: com.qaprosoft.carina.core.foundation.webdriver.Screenshot#validateRule(IScreenshotRule)
isGPSEnabled() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Get GPS service status.
isId() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.CaseInsensitiveConverter
 
isId() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.ParamsToConvert
 
isIndexSupport() - Method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Is support generation of locator with index of element in list
isInside(Rectangle, int, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
 
isKeyboardShown() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Check if keyboard is showing
isLocalized() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedElementLocator
 
isLower(Rectangle, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.AbstractElementExtractor
Method return 1 in case if y is lower than element, -1 if higher, 0 - if 'y' within the element's range
isName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.CaseInsensitiveConverter
 
isName() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.ParamsToConvert
 
isNativeNotificationPage() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
isNativeNotificationPage
isNotificationPkgExist(String) - Method in class com.zebrunner.carina.utils.android.AndroidService
isNotificationPkgExist
isNotificationWithTextExist(String) - Method in class com.zebrunner.carina.utils.android.AndroidService
isNotificationWithTextExist
isNull() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
isNumber(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.AbstractCapabilities
 
isOpened() - Method in class com.qaprosoft.carina.core.gui.AbstractScreen
 
isOpened() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
isOpened() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
isOpened() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
isOpened() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 
isOpened() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
isOpened(long) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
isOpened(long) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
isOpened
isOpened(long) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
isOpened
isOpened(long) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
isOpened
isOpenSettingButtonPresent() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
isPageOpened() - Method in class com.qaprosoft.carina.core.gui.AbstractPage
 
isPageOpened(long) - Method in class com.qaprosoft.carina.core.gui.AbstractPage
 
isPageOpened(AbstractPage) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
isPageOpened(AbstractPage, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
isPhone() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
isPresent() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element present or visible.
isPresent(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element present or visible within specified timeout.
isPresent(By, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element with By present within specified timeout.
isStatusBarExpanded() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
isStatusBarExpanded
isStatusBarExpanded() - Method in class com.zebrunner.carina.utils.android.AndroidService
isStatusBarExpanded
isSupported(AndroidService.ChangeTimeZoneWorkflow) - Method in enum com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
 
isTablet() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
isTakeScreenshot() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.AutoScreenshotRule
Deprecated.
 
isTakeScreenshot() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DebugLevelScreenshotRule
 
isTakeScreenshot() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultSuccessfulDriverActionScreenshotRule
 
isTakeScreenshot() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.DefaultUnSuccessfulDriverActionScreenshotRule
 
isTakeScreenshot() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitFullSizeScreenshotRule
 
isTakeScreenshot() - Method in class com.qaprosoft.carina.core.foundation.webdriver.screenshot.ExplicitVisibleScreenshotRule
 
isTakeScreenshot() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.screenshot.IScreenshotRule
Take a screenshot or not
isText() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.CaseInsensitiveConverter
 
isText() - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.ParamsToConvert
 
isTitleAsExpected(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Checks that page title is as expected.
isTitleAsExpectedPattern(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Checks that page suites to expected pattern.
isTv() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
isUIObjectPresent() - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
isUIObjectPresent(long) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Verifies if root WebElement presents on page.
isUrlAsExpected(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Checks that current URL is as expected.
isUrlAsExpected(String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Checks that current URL is as expected.
isVisible() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Checks that element visible.
isVisible(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Check that element is visible within specified timeout.
isWifiEnabled() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Is Wi-Fi connection enabled or not

L

LANGUAGE_CHANGE_APP_PATH - Static variable in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
LEFT - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
LEFT - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
loadCapabilities(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.CapabilitiesLoader
Load capabilities and properties from external file into the global CONFIG context.
loadCapabilities(String, boolean) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.CapabilitiesLoader
Load capabilities and properties from external file into the global or current test CONFIG context.
loadCapabilities(Capabilities) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.CapabilitiesLoader
Put Capabilities from Zebrunner Agent.
Localized - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
 
LocalizeLocatorConverter - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.converter
 
LocalizeLocatorConverter() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.LocalizeLocatorConverter
 
LocatingListHandler - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.internal
 
LocatingListHandler(ClassLoader, ElementLocator, Field) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.LocatingListHandler
 
LocatingListHandler(ClassLoader, ElementLocator, String) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.LocatingListHandler
 
LocatingListsElementHandler - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.internal
 
LocatingListsElementHandler(WebElement, ElementLocator) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.internal.LocatingListsElementHandler
 
locationSearch(String) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
LocatorConverter - Interface in com.qaprosoft.carina.core.foundation.webdriver.locator.converter
 
locatorToXpath(String, LocatorType, UnaryOperator<String>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.AbstractPlatformDependsConverter
 
LocatorType - Enum in com.qaprosoft.carina.core.foundation.webdriver.locator
 
LocatorUtils - Class in com.qaprosoft.carina.core.foundation.webdriver.locator
For internal usage only
lockDevice() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
This method locks a device
It will return silently if the device is already locked
lockDevice(Duration) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Lock the device (bring it to the lock screen) for a given number of seconds or forever (until the command for unlocking is called)
The call is ignored if the device has been already locked.
LONG_OBJ_STR - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
LONG_STR - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
longPress(ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Tap and Hold (LongPress) on element
longPressKey(KeyEvent) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Send a long press key event to the device
longTap(ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Tap slowly to imitate log tap on element

M

Mac2Capabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mac
 
Mac2Capabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mac.Mac2Capabilities
 
MacFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl
WindowsFactory creates instance WebDriver for Windows native application testing.
MacFactory() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.MacFactory
 
makeGsmCall(String, GsmCallActions) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate GSM call event on the connected emulator
MENU - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
METHOD - com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
 
MINIMAL_TIMEOUT - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
MINIMUM_TIMEOUT - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Deprecated, for removal: This API element is subject to removal in a future version.
this constant is not used in IMobileUtils
MobileAbstractPage - Class in com.qaprosoft.carina.core.gui.mobile.devices
 
MobileAbstractPage(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
MobileFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl
MobileFactory creates instance WebDriver for mobile testing.
MobileFactory() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.MobileFactory
 

N

name - Variable in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
name() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.CaseInsensitiveXPath
web, mobile-web: @name mobile-native: @name
nativeWebTap(Boolean) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Set the `nativeWebTap` setting.
navigateBack() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Go back in browser.
nextButton - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
nextButton - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 
normalizeTagNames(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Setting this value to true will enforce source tree dumper to transliterate all class names used as XML tags to the limited set of ASCII characters supported by Apache Harmony lib and used by default in Android to avoid possible XML parsing exceptions caused by XPath lookup.
notification_scroller - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
NOTIFICATION_XPATH - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
NotificationPage - Class in com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications
 
NotificationPage(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
notifications - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
notificationsCount() - Method in class com.zebrunner.carina.utils.android.AndroidService
notificationsCount
notificationsOtherDevices - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
nullDevice - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 

O

ONE_SEC_TIMEOUT - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
onError(Object, Method, Object[], InvocationTargetException) - Method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
open() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Opens page according to specified in constructor URL.
openApp(String) - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
openApp(String, String) - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
openAppMenuFromDeviceSettings(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Method enters an App's menu within device System Settings
openCamera() - Method in class com.zebrunner.carina.utils.android.AndroidService
Open camera on device
openDeveloperOptions() - Method in class com.zebrunner.carina.utils.android.AndroidService
Deprecated, for removal: This API element is subject to removal in a future version.
this method calls adb bypassing the driver, so use IAndroidUtils.openDeveloperOptions() instead
openDeveloperOptions() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Open development settings
openDeviceSettings() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Open android device native settings
openStatusBar() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
openTab(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Opens a new tab for the given URL
openTimeZoneSetting() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
openTimeZoneSetting
openURL(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Open URL.
openURL(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Trigger a deeplink (link to specific place within the application) or event open URL in mobile browser

NOTE, that to open URL in browser, URL should start with "https://www.{place your link here}"
NOTE that not all deeplinks require package name
openURL(String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Open URL.
OperaCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop
 
OperaCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.OperaCapabilities
 
OUT - com.zebrunner.carina.utils.mobile.IMobileUtils.Zoom
 

P

PAGEFACTORY_LOGGER - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
PageOpeningStrategy - Enum in com.qaprosoft.carina.core.foundation.webdriver.decorator
 
pageURL - Variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
ParamsToConvert - Class in com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive
 
ParamsToConvert(boolean, boolean, boolean, boolean) - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.locator.converter.caseinsensitive.ParamsToConvert
 
pause(double) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
pause(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Pause for specified timeout.
pause(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
pause(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Pause for specified timeout.
pause(Double) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
performIgnoreException(Supplier<T>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
performTouchID(boolean) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Simulate touchId event.
Permissions - Class in com.zebrunner.carina.utils.android
 
Permissions() - Constructor for class com.zebrunner.carina.utils.android.Permissions
 
Permissions.Permission - Enum in com.zebrunner.carina.utils.android
 
Permissions.PermissionAction - Enum in com.zebrunner.carina.utils.android
 
Permissions.PermissionType - Enum in com.zebrunner.carina.utils.android
 
PLAY - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
POOL_LOGGER - Static variable in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
 
Predicate - Annotation Type in com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations
 
pressBack() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Send a key-press AndroidKey.BACK event to the keyboard
pressBottomRightKey() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Pressing bottom right button on the keyboard by coordinates: "search", "ok", "next", etc.
pressHome() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate tap at native 'Home' button.
All applications will be closed to background.
pressKey(int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
pressKeyboardKey(AndroidKey) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Send a key-press event to the keyboard
pressKeyboardKey(AndroidKey, KeyEventFlag...) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Send a key-press event to the keyboard
pressKeyboardKeys(List<AndroidKey>) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Send a key-press events to the keyboard
pressNextKey() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Press next key
pressSearchKey() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Send a key-press AndroidKey.SEARCH event to the keyboard
pressTab() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
proxyForAbstractUIObject(ClassLoader, Field, ElementLocator) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
proxyForListLocator(ClassLoader, Field, ElementLocator) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
proxyForListUIObjects(ClassLoader, Field, ElementLocator) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
proxyForLocator(ClassLoader, Field, ElementLocator) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedFieldDecorator
 
pullFile(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Pull a file from the remote system
On Android the application under test should be built with debuggable flag enabled in order to get access to its container on the internal file system
pullFolder(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Pull a folder content from the remote system
On Android the application under test should be built with debuggable flag enabled in order to get access to its container on the internal file system.
PUSH_NOTIFICATIONS_TIMEOUT - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
pushFile(String, byte[]) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Saves base64 encoded data as a media file on the remote system.
pushFile(String, File) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Saves base64 encoded data as a media file on the remote system
put(Path, String) - Method in class com.zebrunner.carina.utils.mobile.ArtifactProvider
 

Q

quitDriver() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Quit default driver
quitDriver(String) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Quit driver by name
quitDrivers(TestPhase.Phase...) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Quit current drivers by phase(s).

R

RC_LOGGER - Static variable in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
 
READ_EXTERNAL_STORAGE - com.zebrunner.carina.utils.android.Permissions.Permission
 
REFLECTIONS - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
refresh() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Reinitialize the element according to its locator.
refresh() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Refresh browser.
refresh(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Refresh browser.
registerDevice(Device) - Static method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Register device information for current thread by MobileFactory and clear SysLog for Android only
registerListeners(WebDriver, WebDriverListener...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.AbstractFactory
If any listeners specified, converts RemoteWebDriver to EventFiringDecorator and registers all listeners.
remoteControlAction(RemoteControlKeyword) - Method in interface com.zebrunner.carina.utils.appletv.IRemoteControllerAppleTV
Click the button as on the remote control
RemoteControlKeyword - Enum in com.zebrunner.carina.utils.appletv
 
removeApp(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Remove the specified app from the device (uninstall)
removeApp(String, BaseRemoveApplicationOptions<?>) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Remove the specified app from the device (uninstall)
removeAppiumPrefix(MutableCapabilities) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.factory.AbstractFactory
 
removeCapabilities() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Remove custom capabilities.
removeRule(IScreenshotRule) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Remove rule if exists
removeRule(ScreenshotType) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Remove screenshot rule by ScreenshotType if exists.
removeScreenshotRule(IScreenshotRule) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.Screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
for simplifying name of the method, use Screenshot.removeRule(IScreenshotRule) instead.
replaceElementValue(RemoteWebElement, String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Replaces element value with the given one
REQUESTED - com.zebrunner.carina.utils.android.Permissions.PermissionType
 
restartDriver() - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Restart default driver
restartDriver(boolean) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Restart default driver on the same device
RETRY_TIME - Static variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
returnAnyPresentElement(long, ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
return Any Present Element from the list which present during timeout sec
returnAnyPresentElement(ExtendedWebElement...) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
return Any Present Element from the list which present during SHORT_TIMEOUT
REVOKE - com.zebrunner.carina.utils.android.Permissions.PermissionAction
 
RIGHT - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
RIGHT - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
rightClick() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Mouse RightClick on element.
rightClick(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Mouse RightClick on element.
rightClick(long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Mouse RightClick on element.
rootBy - Variable in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated.
rootElement - Variable in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated.
rotate(DeviceRotation) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Change the rotation of the device
rotate(ScreenOrientation) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Change the orientation of the device
runAppInBackground(Duration) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Runs the current app as a background app for the time requested
This is a synchronous method, it blocks while the application is in background.

S

SafariCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop
 
SafariCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.desktop.SafariCapabilities
 
saveBeforePopup(WebDriver) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.WindowsHandler
 
savePageAsPdf(boolean, String) - Method in class com.qaprosoft.carina.core.gui.AbstractPage
Save page as pdf
If you want to set fileName as test name, use TestNamingService.getTestName()
savePageAsPdf(String) - Method in class com.qaprosoft.carina.core.gui.AbstractPage
Save page as pdf
If you want to set fileName as test name, use TestNamingService.getTestName()
Screen - Class in com.qaprosoft.carina.core.foundation.webdriver.screenshot
Deprecated, for removal: This API element is subject to removal in a future version.
use Screenshot instead
ScreenElementExtractor - Class in com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl
 
ScreenElementExtractor() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.decorator.extractor.impl.ScreenElementExtractor
 
Screenshot - Class in com.qaprosoft.carina.core.foundation.webdriver
Screenshot manager.
ScreenshotType - Enum in com.qaprosoft.carina.core.foundation.webdriver
Types of situations of screenshot capturing
scroll(String, ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scrolls into view in specified container by text only and return found element
scroll(String, ExtendedWebElement, IAndroidUtils.SelectorType, int, IAndroidUtils.SelectorType) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scrolls into view in a container specified by it's instance (index)
scroll(String, ExtendedWebElement, IAndroidUtils.SelectorType, int, IAndroidUtils.SelectorType, int) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scrolls into view in specified container
scroll(String, ExtendedWebElement, IAndroidUtils.SelectorType, IAndroidUtils.SelectorType) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Scrolls into view in specified container
SCROLL_MAX_SEARCH_SWIPES - Static variable in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
SCROLL_TIMEOUT - Static variable in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
scrollableContainer - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
scrollableContainer - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 
scrollableContainerByClassName - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
scrollableContainerInVersion8_1 - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
scrollTo() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
/** Scroll to element (applied only for desktop).
select(int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Selects item by index in specified select element.
select(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Selects text in specified select element.
select(String[]) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Select multiple text values in specified select element.
SELECT - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
SELECT_TIME_ZONE_TEXT - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
selectByMatcher(BaseMatcher<String>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Selects value according to text value matcher.
selectByPartialText(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Selects first value according to partial text value.
selectTimeZone - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
selectTimeZone(String) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
selectTimeZone
selectTimeZone(String, String, String) - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
selectTimeZone
sendKeys(Keys) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Send Keys to element.
sendKeys(Keys, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Send Keys to element.
sendKeys(Keys, long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Send Keys to element.
sendSMS(String, String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate send SMS event on the connected emulator
setActivePhase(TestPhase.Phase) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.TestPhase
 
setBy(By) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
setCapabilities(Capabilities) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setCapabilities(MutableCapabilities) - Method in interface com.qaprosoft.carina.core.foundation.webdriver.IDriverPool
Set custom capabilities.
setClipboard(ClipboardContentType, byte[]) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Set the content of device's clipboard.
setClipboard(String, ClipboardContentType, byte[]) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Set the content of device's clipboard
setClipboardImage(BufferedImage) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Set an image to the clipboard
setClipboardText(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Set text to clipboard
setClipboardText(String, String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Set the clipboard text
setClipboardUrl(URL) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Set an URL to the clipboard
setControlKeyword(String) - Method in enum com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
setDeviceDefaultTimeZoneAndLanguage() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Deprecated, for removal: This API element is subject to removal in a future version.
IMobileUtils should contains only methods for Android and IOS, so use IAndroidUtils.setDeviceDefaultTimeZoneLanguage()
setDeviceDefaultTimeZoneAndLanguage(boolean) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Deprecated, for removal: This API element is subject to removal in a future version.
IMobileUtils should contains only methods for Android and IOS, so use IAndroidUtils.setDeviceDefaultTimeZoneLanguage(boolean)
setDeviceDefaultTimeZoneLanguage() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Set android device default timezone and language based on config or to GMT and En without restoring actual focused apk
setDeviceDefaultTimeZoneLanguage(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Set default timezone and language based on config or to GMT and En
setDeviceLanguage(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
change device language using ADBChangeLanguage application via ADB
setDeviceLanguage(String, int) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
change device language using ADBChangeLanguage application via ADB
setDeviceTimeZone(String, DeviceTimeZone.TimeFormat) - Method in class com.zebrunner.carina.utils.android.AndroidService
set Device TimeZone by using Apk
setDeviceTimeZone(String, String, DeviceTimeZone.TimeFormat) - Method in class com.zebrunner.carina.utils.android.AndroidService
set Device TimeZone using all supported workflows.
setDeviceTimeZone(String, String, DeviceTimeZone.TimeFormat, String, AndroidService.ChangeTimeZoneWorkflow) - Method in class com.zebrunner.carina.utils.android.AndroidService
set Device TimeZone.
setDriver(WebDriver) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
setElement(WebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
setElementResponseAttributes(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Which attributes should be returned if compact responses are disabled.
setElementResponseAttributes(String) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Which attributes should be returned if compact responses are disabled.
setFakeGPSLocation(String) - Method in class com.zebrunner.carina.utils.android.AndroidService
startFakeGPS to emulate GPS location
setFakeGPSLocation(String, boolean) - Method in class com.zebrunner.carina.utils.android.AndroidService
startFakeGPS to emulate GPS location
setGsmSignalStrength(GsmSignalStrength) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate GSM signal strength change event on the connected emulator
setGsmVoice(GsmVoiceState) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate GSM voice event on the connected emulator
setIsRefreshSupport(boolean) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
For internal usage only!
setIsSingle(boolean) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
For internal usage only!
setKeyboardAutocorrection(boolean) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Changes the 'Auto-Correction' preference in Keyboards setting.
setKeyboardPrediction(boolean) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Changes the 'Predictive' preference in Keyboards setting.
setLoadingStrategy(ElementLoadingStrategy) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated, for removal: This API element is subject to removal in a future version.
to interact with the current component (getting information about the current element) use AbstractUIObject.rootExtendedElement
setLocaleAndLanguage(T) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.AbstractCapabilities
Add locale and language capabilities to caps param
setLocation(AndroidGeoLocation) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Allows to set geo location with extended parameters available for Android platform
setLocation(Location) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Set the physical location
setMessages(String, String) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.listener.DriverListener
 
setMjpegScalingFactor(int) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
The scale of screenshots in range 1..100.
setMjpegServerFramerate(int) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
The frame rate at which the background screenshots broadcaster should broadcast screenshots in range 1..60.
setMjpegServerScreenshotQuality(int) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
The quality of the screenshots generated by the screenshots broadcaster, The value of 0 represents the maximum compression (or lowest quality) while the value of 100 represents the least compression (or best quality).
setName(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
setName(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setName(String) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
setNetworkSpeed(NetworkSpeed) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate network speed change event on the connected emulator
setOs(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setOsVersion(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setPageAbsoluteURL(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
setPageOpeningStrategy(PageOpeningStrategy) - Method in class com.qaprosoft.carina.core.gui.AbstractPage
 
setPageURL(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
setPowerAC(PowerACState) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate power state change on the connected emulator
setPowerCapacity(int) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Emulate power capacity change on the connected emulator
setProxy(String, String, String, String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setProxyPort(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setRemoteURL(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setRootBy(By) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated, for removal: This API element is subject to removal in a future version.
to interact with the current component (getting information about the current element) use AbstractUIObject.rootExtendedElement
setRootElement(WebElement) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
Deprecated, for removal: This API element is subject to removal in a future version.
to interact with the current component (getting information about the current element) use AbstractUIObject.rootExtendedElement
setRootExtendedElement(ExtendedWebElement) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
setScreenshotQuality(int) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Changes the quality of phone display screenshots according to XCTest/XCTImageQuality enum.
setSearchContext(SearchContext) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
setSetting(Setting, Object) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Set a setting for this test session.
setSetting(String, Object) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Set a setting for this test session.
setSettings(EnumMap<Setting, Object>) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Sets settings for this test session.
setSettings(Map<String, Object>) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Sets settings for this test session.
setShouldUseCompactResponses(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Whether to return compact (standards-compliant) and faster responses in find element/s (the default setting).
setShouldUseCompactResponses(boolean) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Whether to return compact (standards-compliant) and faster responses from find element/s (the default setting).
setTextToClipboard(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Set the clipboard text.
setThreadId(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.CarinaDriver
 
SETTINGS - com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
 
setTrackScrollEvents(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Turn on or off the tracking of scroll events as they happen.
setType(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setUdid(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
setUiLoadedMarker(ExtendedWebElement) - Method in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
setVnc(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
shake() - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Shake the device
SHORT_TIMEOUT - Static variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
SHORT_TIMEOUT - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
shutdownOnPowerDisconnect(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Whether to enable or disable shutdown the server through the broadcast receiver on ACTION_POWER_DISCONNECTED.
slide(ExtendedWebElement, int, int) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Performs slider move for specified offset.
solveMockSettings() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.fakegps.FakeGpsPage
 
startActivity(Activity) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
This method should start arbitrary activity during a test.
startApp(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Activates the given app if it installed, but not running or if it is running in the background
startApp(String, BaseActivateApplicationOptions<?>) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Activates the given app if it installed, but not running or if it is running in the background
startRecordingScreen() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Start asynchronous screen recording process with default options
startRecordingScreen(T) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Start asynchronous screen recording process
stopFakeGPS() - Method in class com.zebrunner.carina.utils.android.AndroidService
stopFakeGPS stop using Fake GPS
stopFakeGPS(boolean) - Method in class com.zebrunner.carina.utils.android.AndroidService
stopFakeGPS stop using Fake GPS
stopRecordingScreen() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Gather the output from the previously started screen recording to a media file with default options
stopRecordingScreen(T) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Gather the output from the previously started screen recording to a media file
SUCCESSFUL_DRIVER_ACTION - com.qaprosoft.carina.core.foundation.webdriver.ScreenshotType
Capture screenshot on successful driver action
swipe(int, int, int, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe by coordinates
swipe(ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
swipe till element
swipe(ExtendedWebElement, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe till element
swipe(ExtendedWebElement, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
swipe till element
swipe(ExtendedWebElement, ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe inside container in default direction - Direction.UP Number of attempts is limited by 5
swipe(ExtendedWebElement, ExtendedWebElement, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe inside container in default direction - Direction.UP Number of attempts is limited by count argument
swipe(ExtendedWebElement, ExtendedWebElement, IMobileUtils.Direction) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe inside container in specified direction Number of attempts is limited by 5
swipe(ExtendedWebElement, ExtendedWebElement, IMobileUtils.Direction, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe inside container in specified direction with default pulling timeout in 1000ms Number of attempts is limited by count argument
swipe(ExtendedWebElement, ExtendedWebElement, IMobileUtils.Direction, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe to element inside container in specified direction while element will not be present on the screen.
swipe(ExtendedWebElement, IMobileUtils.Direction) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
swipe till element
swipe(ExtendedWebElement, IMobileUtils.Direction, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
swipe till element
SWIPE_DURATION - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.MobileAbstractPage
 
swipeDown(int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe down
swipeDown(int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe down several times
swipeInContainer(ExtendedWebElement, IMobileUtils.Direction, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
swipeInContainer
swipeInContainer(ExtendedWebElement, IMobileUtils.Direction, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
swipeInContainer
swipeLeft(int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe left
swipeLeft(int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe left several times
swipeLeft(ExtendedWebElement, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe left in container
swipeRight(int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe right
swipeRight(int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe right several times
swipeRight(ExtendedWebElement, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe right in container
swipeUp(int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe up
swipeUp(int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Swipe up several times
switchBackAfterPopup(WebDriver) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.WindowsHandler
 
switchContext(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Switches to the given context
switchDeviceAutoTimeAndTimeZone(boolean) - Method in class com.zebrunner.carina.utils.android.AndroidService
switchDeviceAutoTimeAndTimeZone
switchToApp() - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Switch to focused app to interact with it (be it a native app or a browser)
Application will not be restarted
switchToApp(boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Switch to focused app to interact with it (be it a native app or a browser)
switchToApp(String, String, boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Switch to another app to interact with it (be it a native app or a browser)
If you need more control over the activity settings of the launched application, use IAndroidUtils.startActivity(Activity)
switchToPopup(WebDriver) - Static method in class com.qaprosoft.carina.core.foundation.webdriver.WindowsHandler
 
switchWindow() - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 

T

takePhoto() - Method in class com.zebrunner.carina.utils.android.AndroidService
Android camera should be already opened
takeScreenShot(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Save screenshot to specified folder on device's OS using provided path
tap(int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Tap by coordinates with default 1000ms duration
tap(int, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Tap by coordinates with custom duration
tap(ExtendedWebElement) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Tap the center of element
tapClearAllBtn() - Method in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
terminateApp() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Terminate running driver/application
terminateApp(String) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Terminate the particular application if it is running
terminateApp(String, BaseTerminateApplicationOptions<?>) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Terminate the particular application if it is running
test(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.core.capability.W3CCapabilityCommonKeys
Checks capability for compliance with w3c (whether it is contained in standard capabilities or meets certain rules)
TestPhase - Class in com.qaprosoft.carina.core.foundation.webdriver
 
TestPhase() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.TestPhase
 
TestPhase.Phase - Enum in com.qaprosoft.carina.core.foundation.webdriver
 
text() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.decorator.annotations.CaseInsensitiveXPath
web, mobile-web: text() mobile-native: @text, text(), @content-desc
text() - Method in annotation type com.qaprosoft.carina.core.foundation.webdriver.locator.ExtendedFindBy
 
TEXT - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
TEXT_CONTAINS - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
TEXT_STARTS_WITH - com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
 
timer - Variable in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
 
TIMEZONE_TEXT_BASE - Static variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 
timeZoneOption - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
timeZoneRegionOption - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
timeZoneRegionSearchInputField - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
timeZoneRegionSearchResult - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
title - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.notifications.NotificationPage
 
title - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 
toggleAppNotificationsFromDeviceSettings(String, boolean) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Toggles a specified app's ability to recieve Push Notifications on the system level
toggleTouchIDEnrollment(boolean) - Method in interface com.zebrunner.carina.utils.ios.IOSUtils
Enrolls touchId in iOS Simulators.
toString() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
 
toString() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
trigger(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Executes a script Really should only be used when the web driver is sucking at exposing functionality natively
trigger(String, WebElement) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Executes a script on an element Really should only be used when the web driver is sucking at exposing functionality natively
triggerDeeplink(String, String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Start URI that may take users directly to the specific content in the app
type(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Type text to element.
type(String, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Type text to element.
type(String, long, ExpectedCondition<?>) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Type text to element.
typeWithADB(String) - Method in interface com.zebrunner.carina.utils.android.IAndroidUtils
Method to enter text to ACTIVATED input field.
TZChangerPage - Class in com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger
 
TZChangerPage(WebDriver) - Constructor for class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 
tzSelectionBase - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.settings.DateTimeSettingsPage
 
tzSelectionBase - Variable in class com.qaprosoft.carina.core.gui.mobile.devices.android.phone.pages.tzchanger.TZChangerPage
 

U

UiAutomator2Capabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile
 
UiAutomator2Capabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile.UiAutomator2Capabilities
 
uiLoadedMarker - Variable in class com.qaprosoft.carina.core.gui.AbstractUIObject
 
uncheck() - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Uncheck checkbox
uninstallApp(String) - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
 
uninstallRelatedApps() - Method in class com.qaprosoft.carina.core.foundation.webdriver.device.Device
Related apps will be uninstall just once for a test launch.
unlockDevice() - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
Unlock the device if it is locked
This method will return silently if the device is not locked
UNSUCCESSFUL_DRIVER_ACTION - com.qaprosoft.carina.core.foundation.webdriver.ScreenshotType
Capture screenshot on unsuccessful driver action (failure)
UP - com.zebrunner.carina.utils.appletv.RemoteControlKeyword
 
UP - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
UTILS_LOGGER - Static variable in interface com.zebrunner.carina.utils.android.IAndroidUtils
 
UTILS_LOGGER - Static variable in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 

V

valueOf(String) - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.decorator.ElementLoadingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.decorator.PageOpeningStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable.ScreenArea
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.ScreenshotType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.android.Permissions.Permission
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.android.Permissions.PermissionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.android.Permissions.PermissionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.appletv.RemoteControlKeyword
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.zebrunner.carina.utils.mobile.IMobileUtils.Zoom
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.decorator.ElementLoadingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.decorator.PageOpeningStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.locator.LocatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable.ScreenArea
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.ScreenshotType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.qaprosoft.carina.core.foundation.webdriver.TestPhase.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.android.AndroidService.ChangeTimeZoneWorkflow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.android.IAndroidUtils.SelectorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.android.Permissions.Permission
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.android.Permissions.PermissionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.android.Permissions.PermissionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.appletv.RemoteControlKeyword
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.zebrunner.carina.utils.mobile.IMobileUtils.Zoom
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_SPLITTER - Static variable in interface com.zebrunner.carina.utils.factory.ICustomTypePageFactory
 
VERTICAL - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
VERTICAL_DOWN_FIRST - com.zebrunner.carina.utils.mobile.IMobileUtils.Direction
 
VISIBLE_SCREEN - com.qaprosoft.carina.core.foundation.webdriver.screenshot.ICapturable.ScreenArea
Deprecated.
 

W

W3CCapabilityCommonKeys - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability
 
waitForJSToLoad() - Method in class com.qaprosoft.carina.core.gui.AbstractPage
Waits till JS and jQuery (if applicable for the page) are completely processed on the page
waitForJSToLoad(long) - Method in class com.qaprosoft.carina.core.gui.AbstractPage
Waits till JS and jQuery (if applicable for the page) are completely processed on the page
waitUntil(ExpectedCondition<?>, long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.DriverHelper
Wait until any condition happens.
waitUntilElementDisappear(long) - Method in class com.qaprosoft.carina.core.foundation.webdriver.decorator.ExtendedWebElement
Wait until element disappear
waitUntilNewNotificationAppear(String, long) - Method in class com.zebrunner.carina.utils.android.AndroidService
waitUntilNewNotificationAppear
waitUntilNewNotificationPackageAppear(String, long) - Method in class com.zebrunner.carina.utils.android.AndroidService
waitUntilNewNotificationPackageAppear
WindowsCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.windows
 
WindowsCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.windows.WindowsCapabilities
 
WindowsFactory - Class in com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl
WindowsFactory creates instance WebDriver for Windows native application testing.
WindowsFactory() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.factory.impl.WindowsFactory
 
WindowsHandler - Class in com.qaprosoft.carina.core.foundation.webdriver
 
WindowsHandler() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.WindowsHandler
 
WRITE_EXTERNAL_STORAGE - com.zebrunner.carina.utils.android.Permissions.Permission
 

X

XCUITestCapabilities - Class in com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile
 
XCUITestCapabilities() - Constructor for class com.qaprosoft.carina.core.foundation.webdriver.core.capability.impl.mobile.XCUITestCapabilities
 

Z

zoom(int, int, int, int, int, int, int, int, int) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
zoom(IMobileUtils.Zoom) - Method in interface com.zebrunner.carina.utils.mobile.IMobileUtils
 
A B C D E F G H I L M N O P Q R S T U V W X Z 
All Classes All Packages