Skip navigation links
A B C D E F G H I L M N O P Q R S T U V W Y Z 

A

AbstractMetricsModule - Class in com.github.noraui.cucumber.metrics.module
 
AbstractMetricsModule() - Constructor for class com.github.noraui.cucumber.metrics.module.AbstractMetricsModule
 
AbstractNoraUiCli - Class in com.github.noraui.cli
 
AbstractNoraUiCli() - Constructor for class com.github.noraui.cli.AbstractNoraUiCli
 
add(String, String, Class<?>, boolean) - Method in class com.github.noraui.cli.Application
Add new target application to your robot.
add(String, String, String, String, Class<?>, boolean) - Method in class com.github.noraui.cli.Model
Add new model for a target application to your robot.
add(String, String, String, String, boolean) - Method in class com.github.noraui.cli.Scenario
Add new scenario to your robot.
addApplication(NoraUiApplicationFile) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
addFailure() - Static method in class com.github.noraui.utils.Context
 
addInjector(String) - Static method in class com.github.noraui.log.NoraUiLoggingInjector
 
addModel(Model) - Method in class com.github.noraui.application.model.demo.Articles
Adds a Model in ModelList
addModel(String, NoraUiModel) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
addModel(Model) - Method in interface com.github.noraui.model.ModelList
Adds a Model in ModelList
addScenario(NoraUiScenarioFile) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
addUrlPage(String, String) - Method in class com.github.noraui.application.Application
add a url page to an application.
addWarning() - Static method in class com.github.noraui.utils.Context
 
addWindow(String, String) - Method in class com.github.noraui.browser.WindowManager
 
addWindow(String, String) - Static method in class com.github.noraui.utils.Context
 
all() - Method in class com.github.noraui.browser.waits.ChainableWait
 
Application - Class in com.github.noraui.application
 
Application() - Constructor for class com.github.noraui.application.Application
Constructor by default.
Application(String, String) - Constructor for class com.github.noraui.application.Application
Constructor using home page (default page).
application - Variable in class com.github.noraui.application.page.Page
 
Application - Class in com.github.noraui.cli
 
Application() - Constructor for class com.github.noraui.cli.Application
 
Application(String) - Constructor for class com.github.noraui.cli.Application
 
applicationProperties - Variable in class com.github.noraui.utils.Context
 
applications - Variable in class com.github.noraui.utils.Context
Map of Applications
apply(A, B, C) - Method in interface com.github.noraui.browser.waits.TriFunction
 
Article - Class in com.github.noraui.application.model.demo
 
Article() - Constructor for class com.github.noraui.application.model.demo.Article
 
Article(String, String, String, String, String) - Constructor for class com.github.noraui.application.model.demo.Article
 
Articles - Class in com.github.noraui.application.model.demo
 
Articles() - Constructor for class com.github.noraui.application.model.demo.Articles
 
Articles(CommonModels<Article>) - Constructor for class com.github.noraui.application.model.demo.Articles
 
AssertError - Error in com.github.noraui.exception
 
AssertError(String) - Constructor for error com.github.noraui.exception.AssertError
 
atLeastOneOfTheseElementsIsPresent(By...) - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.atLeastOneOfTheseElementsIsPresent(By... locators) Expects that at least one of the given elements is present.
atLeastOneOfTheseElementsIsPresent(By...) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
Expects that at least one of the given elements is present.
Auth - Class in com.github.noraui.browser
 
Auth() - Constructor for class com.github.noraui.browser.Auth
Constructor.
Auth.authenticationTypes - Enum in com.github.noraui.browser
 
Auth.User - Class in com.github.noraui.browser
Inner class representing an authenticated user.
AUTH_TYPE - Static variable in class com.github.noraui.utils.Context
 

B

BAKERY_ADMIN - Static variable in class com.github.noraui.utils.Context
 
BAKERY_DEMO - Static variable in class com.github.noraui.utils.Context
 
BAKERY_HOME - Static variable in class com.github.noraui.utils.Context
 
BAKERY_KEY - Static variable in class com.github.noraui.utils.Context
BAKERY
BAKERY_REF - Static variable in class com.github.noraui.utils.Context
 
BLACK - Static variable in class com.github.noraui.Constants
 
BLACK_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
BLACK_BRIGHT - Static variable in class com.github.noraui.Constants
 
BLUE - Static variable in class com.github.noraui.Constants
 
BLUE_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
BLUE_BRIGHT - Static variable in class com.github.noraui.Constants
 
BREAK_SCENARIO - Static variable in class com.github.noraui.exception.Result
 
BROWSER_KEY - Static variable in class com.github.noraui.utils.Context
 
BrowserSteps - Class in com.github.noraui.browser.steps
 
BrowserSteps() - Constructor for class com.github.noraui.browser.steps.BrowserSteps
 

C

call() - Method in class com.github.noraui.exception.Callbacks.Callback
Invokes the callback method
callBack - Variable in class com.github.noraui.application.page.Page
 
Callback(String, String, Object...) - Constructor for class com.github.noraui.exception.Callbacks.Callback
Constructor
callback - Variable in class com.github.noraui.exception.Result
 
Callbacks - Class in com.github.noraui.exception
 
Callbacks() - Constructor for class com.github.noraui.exception.Callbacks
 
Callbacks.Callback - Class in com.github.noraui.exception
 
ChainableWait<T> - Class in com.github.noraui.browser.waits
 
ChainableWait(WebDriverWait) - Constructor for class com.github.noraui.browser.waits.ChainableWait
 
ChainableWait(WebDriverWait, T) - Constructor for class com.github.noraui.browser.waits.ChainableWait
 
changeDate(String, Map<String, String>) - Method in class com.github.noraui.application.steps.TimeSteps
 
changeValue(String, Map<String, String>) - Method in class com.github.noraui.application.steps.MathsSteps
 
checkAlert(String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Checks that a given page displays a html alert.
checkAlert(String) - Method in class com.github.noraui.application.steps.CommonSteps
Checks that a given page displays a html alert with a message.
checkAlert(Page) - Method in class com.github.noraui.application.steps.Step
Checks that a given page displays a html alert.
checkCondition() - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
checkConditions(List<GherkinStepCondition>) - Method in class com.github.noraui.cucumber.interceptor.ConditionedInterceptor
Check all conditions.
checkElementNotDisplayed(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Deprecated.
As of release 4.1, replaced by WaitSteps.waitInvisibilityOf(Page.PageElement, Boolean, List) "I wait invisibility of {string}(\\?)" Checks if an html element is not visible.
checkElementNotPresent(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Deprecated.
As of release 4.1, replaced by WaitSteps.waitPresenceOfElementLocated(Page.PageElement, Boolean, List) "The element {page-element} {should-shouldnot} be present(\\?)" Checks if an html element is not present.
checkElementPresence(Page.PageElement, boolean, Object...) - Method in class com.github.noraui.application.steps.Step
Checks if an html element (PageElement) is displayed.
checkElementPresent(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Deprecated.
As of release 4.1, replaced by WaitSteps.waitPresenceOfElementLocated(Page.PageElement, Boolean, List) "The element {page-element} {should-shouldnot} be present(\\?)" Checks if an html element is present.
checkElementVisible(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Deprecated.
As of release 4.1, replaced by WaitSteps.waitVisibilityOf(Page.PageElement pageElement, Boolean not, List) "I wait visibility of {string}(\\?)" Checks if an html element is visible.
checkElementVisible(Page.PageElement, boolean, Object...) - Method in class com.github.noraui.application.steps.Step
Checks if an html element (PageElement) is displayed.
checkFile(String, String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.FileSteps
Checks that a file in the default downloaded files folder matches the given regexp.
checkInputText(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Checks if html input text contains expected value.
checkInputText(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Checks if input text contains expected value.
checkInputText(int, Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Checks if input text contains expected value.
checkMandatoryField(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Checks that mandatory field is no empty with conditions.
checkMandatoryFields(Map<String, String>) - Method in class com.github.noraui.application.steps.CommonSteps
Check all mandatory fields.
checkMandatoryTextField(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Checks mandatory text field.
checkNotEmpty(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Generic method to check that the value given in parameters is not empty.
checkPage(Object...) - Method in interface com.github.noraui.application.page.IPage
 
checkRadioList(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Checks if radio list expected value with conditions.
checkRadioList(Page.PageElement, String, Map<String, String>) - Method in class com.github.noraui.application.steps.CommonSteps
Checks if radio list expected value using a map of keys/printed values.
checkRadioList(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Checks that given value is matching the selected radio list button.
checkRadioList(Page.PageElement, String, Map<String, String>, Object...) - Method in class com.github.noraui.application.steps.Step
Checks that given value is matching the selected radio list button by value (value corresponding to key "index").
checkStep(IPage) - Method in interface com.github.noraui.application.steps.IStep
checkStep call checkPage
checkStep(IPage) - Method in class com.github.noraui.application.steps.Step
checkStep call checkPage
checkText(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Checks if HTML text equals expected value.
checkTextContains(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Checks if HTML text contains expected value.
checkTextSelectedInList(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Check text selected in list (html select option).
checkThatValueInContextContains(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ContextSteps
Check that value (or value in context) contains value (or value in context).
checkThatValueInContextEqualsIgnoreCaseTo(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ContextSteps
Check that value (or value in context) equals ignore case to value (or value in context).
checkThatValueInContextEqualsTo(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ContextSteps
Check that value (or value in context) equals to value (or value in context).
CHROME - Static variable in class com.github.noraui.browser.DriverFactory
 
cleanDownloadDirectory(List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.FileSteps
Empties the default downloaded files folder.
clear() - Static method in class com.github.noraui.browser.Auth
Clears authentication data.
clear() - Method in class com.github.noraui.browser.DriverFactory
Clear loaded drivers
clear() - Static method in class com.github.noraui.browser.waits.Wait
Clears the instance of WebDriverWait.
clear() - Method in class com.github.noraui.browser.WindowManager
Clear loaded windows
clear() - Static method in class com.github.noraui.utils.Context
Clear context
clearText(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Clears a html element with conditions.
clearText(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with "".
clearText(int, Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with "".
clearText(Page.PageElement, CharSequence, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with "".
clearText(int, Page.PageElement, CharSequence, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with "".
CLI_APPLICATIONS_FILES_DIR - Static variable in class com.github.noraui.Constants
internal sub-directory ("applications") path contains all files generated by NoraUi CLI.
CLI_APPLICATIONS_FILES_DIR - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
CLI_FILES_DIR - Static variable in class com.github.noraui.Constants
internal directory path contains all files generated by NoraUi CLI.
CLI_FILES_DIR - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
CLI_SCENARIOS_FILES_DIR - Static variable in class com.github.noraui.Constants
internal sub-directory ("scenarios") path contains all files generated by NoraUi CLI.
CLI_SCENARIOS_FILES_DIR - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
CLI_YOU_MUST_CREATE_AN_APPLICATION_FIRST - Static variable in class com.github.noraui.utils.Messages
CLI.
clickCanBeDoneWithoutAlertOnElement(WebElement) - Static method in class com.github.noraui.browser.WindowManager
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.clickCanBeDoneWithoutAlertOnElement(WebElement) Click can be done without alert on Element.
clickCanBeDoneWithoutAlertOnElement(WebElement) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
Click can be done without alert on Element.
clickCanBeDoneWithoutAlertOnElementLocated(By) - Static method in class com.github.noraui.browser.WindowManager
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.clickCanBeDoneWithoutAlertOnElementLocated(By) click can be done without alert on element located.
clickCanBeDoneWithoutAlertOnElementLocated(By) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
click can be done without alert on element located.
clickOn(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Click on html element if all 'expected' parameters equals 'actual' parameters in conditions.
clickOn(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Click on html element.
clickOn(int, Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Click on html element.
clickOnAndSwitchWindow(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Click on html element and switch window when the scenario contain more one windows (one more application for example), if all 'expected' parameters equals 'actual' parameters in conditions.
clickOnByJs(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Click on html element using Javascript if all 'expected' parameters equals 'actual' parameters in conditions.
clickOnByJs(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Click on html element by Javascript.
clickOnByJs(int, Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Click on html element by Javascript.
clickOnByJs(Page, String) - Method in class com.github.noraui.application.steps.Step
Click on html element by Javascript.
clickOnByJs(int, Page, String) - Method in class com.github.noraui.application.steps.Step
Click on html element by Javascript.
clickOnXpathByJs(String, Page, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Click on html element using Javascript if all 'expected' parameters equals 'actual' parameters in conditions.
Clock - Class in com.github.noraui.cucumber.metrics.core.impl
An abstraction for how time passes.
Clock() - Constructor for class com.github.noraui.cucumber.metrics.core.impl.Clock
 
Clock.CpuTimeClock - Class in com.github.noraui.cucumber.metrics.core.impl
A clock implementation which returns the current thread's CPU time.
Clock.UserTimeClock - Class in com.github.noraui.cucumber.metrics.core.impl
A clock implementation which returns the current time in epoch nanoseconds.
CLOSE_ALL_WINDOWS_AND_SWITCH_TO - Static variable in class com.github.noraui.browser.steps.BrowserSteps
 
CLOSE_WINDOW_AND_SWITCH_TO - Static variable in class com.github.noraui.browser.steps.BrowserSteps
 
CLOSE_WINDOW_AND_SWITCH_TO_BAKERY_HOME - Static variable in class com.github.noraui.exception.Callbacks
 
CLOSE_WINDOW_AND_SWITCH_TO_GITHUBAPI_HOME - Static variable in class com.github.noraui.exception.Callbacks
 
closeAllWindowsAndSwitchTo(String, List<GherkinStepCondition>) - Method in class com.github.noraui.browser.steps.BrowserSteps
Closes all browser windows and switches to target window with conditions.
closeAllWindowsAndSwitchTo(String) - Method in class com.github.noraui.browser.steps.BrowserSteps
Closes all windows except the given one.
closeWindowAndSwitchTo(String, List<GherkinStepCondition>) - Method in class com.github.noraui.browser.steps.BrowserSteps
Closes window and switches to target window with conditions.
closeWindowAndSwitchTo(String, String) - Method in class com.github.noraui.browser.steps.BrowserSteps
Closes a specific window and go to the given url.
Column - Annotation Type in com.github.noraui.annotation
 
columns - Variable in class com.github.noraui.data.CommonDataProvider
 
com.github.noraui - package com.github.noraui
 
com.github.noraui.annotation - package com.github.noraui.annotation
 
com.github.noraui.application - package com.github.noraui.application
 
com.github.noraui.application.model - package com.github.noraui.application.model
 
com.github.noraui.application.model.demo - package com.github.noraui.application.model.demo
 
com.github.noraui.application.page - package com.github.noraui.application.page
 
com.github.noraui.application.steps - package com.github.noraui.application.steps
 
com.github.noraui.browser - package com.github.noraui.browser
 
com.github.noraui.browser.steps - package com.github.noraui.browser.steps
 
com.github.noraui.browser.waits - package com.github.noraui.browser.waits
 
com.github.noraui.cli - package com.github.noraui.cli
 
com.github.noraui.cli.model - package com.github.noraui.cli.model
 
com.github.noraui.cucumber.annotation - package com.github.noraui.cucumber.annotation
 
com.github.noraui.cucumber.config - package com.github.noraui.cucumber.config
 
com.github.noraui.cucumber.injector - package com.github.noraui.cucumber.injector
 
com.github.noraui.cucumber.interceptor - package com.github.noraui.cucumber.interceptor
 
com.github.noraui.cucumber.metrics.annotation.regulator - package com.github.noraui.cucumber.metrics.annotation.regulator
 
com.github.noraui.cucumber.metrics.annotation.time - package com.github.noraui.cucumber.metrics.annotation.time
 
com.github.noraui.cucumber.metrics.core - package com.github.noraui.cucumber.metrics.core
 
com.github.noraui.cucumber.metrics.core.impl - package com.github.noraui.cucumber.metrics.core.impl
 
com.github.noraui.cucumber.metrics.interceptor - package com.github.noraui.cucumber.metrics.interceptor
 
com.github.noraui.cucumber.metrics.jmx - package com.github.noraui.cucumber.metrics.jmx
 
com.github.noraui.cucumber.metrics.module - package com.github.noraui.cucumber.metrics.module
 
com.github.noraui.cucumber.module - package com.github.noraui.cucumber.module
 
com.github.noraui.data - package com.github.noraui.data
 
com.github.noraui.data.console - package com.github.noraui.data.console
 
com.github.noraui.data.csv - package com.github.noraui.data.csv
 
com.github.noraui.data.db - package com.github.noraui.data.db
 
com.github.noraui.data.excel - package com.github.noraui.data.excel
 
com.github.noraui.data.gherkin - package com.github.noraui.data.gherkin
 
com.github.noraui.data.rest - package com.github.noraui.data.rest
 
com.github.noraui.exception - package com.github.noraui.exception
 
com.github.noraui.exception.data - package com.github.noraui.exception.data
 
com.github.noraui.gherkin - package com.github.noraui.gherkin
 
com.github.noraui.indus - package com.github.noraui.indus
 
com.github.noraui.log - package com.github.noraui.log
 
com.github.noraui.log.annotation - package com.github.noraui.log.annotation
 
com.github.noraui.main - package com.github.noraui.main
 
com.github.noraui.model - package com.github.noraui.model
 
com.github.noraui.selenium - package com.github.noraui.selenium
 
com.github.noraui.service - package com.github.noraui.service
 
com.github.noraui.service.impl - package com.github.noraui.service.impl
 
com.github.noraui.statistics - package com.github.noraui.statistics
 
com.github.noraui.utils - package com.github.noraui.utils
 
CommonDataProvider - Class in com.github.noraui.data
 
CommonDataProvider() - Constructor for class com.github.noraui.data.CommonDataProvider
 
CommonDataProvider.ResultColumnNames - Class in com.github.noraui.data
Class that manages available column names used in Data Providers.
CommonModel - Class in com.github.noraui.application.model
 
CommonModel() - Constructor for class com.github.noraui.application.model.CommonModel
 
CommonModels<T> - Class in com.github.noraui.application.model
 
CommonModels() - Constructor for class com.github.noraui.application.model.CommonModels
 
CommonModels(CommonModels<T>) - Constructor for class com.github.noraui.application.model.CommonModels
 
CommonSteps - Class in com.github.noraui.application.steps
 
CommonSteps() - Constructor for class com.github.noraui.application.steps.CommonSteps
 
compare(MavenRunCounter.Counter, MavenRunCounter.Counter) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
compareScreenshot(String, Inequality, double, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
Take a screenshot and compare to screen all ready to disc.
compareTo(Article) - Method in class com.github.noraui.application.model.demo.Article
comparingNames(String, String) - Method in class com.github.noraui.service.impl.UserNameServiceImpl
comparingNames(String, String) - Method in interface com.github.noraui.service.UserNameService
 
Conditioned - Annotation Type in com.github.noraui.cucumber.annotation
 
ConditionedInterceptor - Class in com.github.noraui.cucumber.interceptor
 
ConditionedInterceptor() - Constructor for class com.github.noraui.cucumber.interceptor.ConditionedInterceptor
 
configure(Binder) - Method in class com.github.noraui.cucumber.metrics.module.SpeedRegulatorModule
 
configure(Binder) - Method in class com.github.noraui.cucumber.metrics.module.TimeModule
 
configure(Binder) - Method in class com.github.noraui.cucumber.module.NoraUiModule
configure(Binder) - Method in class com.github.noraui.log.NoraUiLoggingModule
This configure method does not use Guice binding by far as it only injects static loggers in classes annotated with @see com.github.noraui.log.annotation.Loggable
configureTypeRegistry(TypeRegistry) - Method in class com.github.noraui.cucumber.config.CucumberTypeRegistryConfigurer
 
Constants - Class in com.github.noraui
 
Constants - Class in com.github.noraui.utils
Deprecated.
As of release 4.2.0, Constants
Context - Class in com.github.noraui.utils
Cucumber context.
Context() - Constructor for class com.github.noraui.utils.Context
Private constructor
ContextSteps - Class in com.github.noraui.application.steps
 
ContextSteps() - Constructor for class com.github.noraui.application.steps.ContextSteps
 
CONTINUE_SCENARIO - Static variable in class com.github.noraui.exception.Result
 
copyContext(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ContextSteps
Copy source value or value in context.
count(List<String>, List<String>, List<String>, File) - Method in class com.github.noraui.indus.MavenRunCounter
Runs the counting process to figure out expected test runs results (Runs, Failures, Errors, Skipped).
Counter - Class in com.github.noraui.indus
 
Counter(String, int) - Constructor for class com.github.noraui.indus.MavenRunCounter.Counter
 
Counter(MavenRunCounter.Counter) - Constructor for class com.github.noraui.indus.MavenRunCounter.Counter
 
CpuTimeClock() - Constructor for class com.github.noraui.cucumber.metrics.core.impl.Clock.CpuTimeClock
 
createInjector(Injector) - Static method in class com.github.noraui.cucumber.injector.NoraUiInjector
 
createMovieFile(Format) - Method in class com.github.noraui.utils.NoraUiScreenRecorder
 
createSha1(File) - Method in class com.github.noraui.utils.Security
 
createSha1CheckSumFile(File) - Method in class com.github.noraui.utils.Security
 
CRYPTO_KEY - Static variable in class com.github.noraui.utils.Context
 
cryptoService - Variable in class com.github.noraui.application.steps.Step
 
CryptoService - Interface in com.github.noraui.service
 
CryptoServiceImpl - Class in com.github.noraui.service.impl
 
CryptoServiceImpl() - Constructor for class com.github.noraui.service.impl.CryptoServiceImpl
 
CSV_CHAR_ESCAPE - Static variable in class com.github.noraui.data.csv.CsvDataProvider
 
CSV_CHAR_LINEEND - Static variable in class com.github.noraui.data.csv.CsvDataProvider
 
CSV_CHAR_QUOTE - Static variable in class com.github.noraui.data.csv.CsvDataProvider
 
CSV_CHAR_SEPARATOR - Static variable in class com.github.noraui.data.csv.CsvDataProvider
 
CSV_SEPARATOR - Static variable in class com.github.noraui.data.csv.CsvDataProvider
 
CSV_TYPE - Static variable in class com.github.noraui.data.csv.CsvDataProvider
 
CsvDataProvider - Class in com.github.noraui.data.csv
 
CsvDataProvider() - Constructor for class com.github.noraui.data.csv.CsvDataProvider
 
cucumber.runner - package cucumber.runner
 
cucumber.runtime - package cucumber.runtime
 
cucumber.runtime.java - package cucumber.runtime.java
 
cucumberExpressionService - Variable in class com.github.noraui.application.steps.Step
 
CucumberExpressionService - Interface in com.github.noraui.service
 
CucumberExpressionServiceImpl - Class in com.github.noraui.service.impl
 
CucumberExpressionServiceImpl() - Constructor for class com.github.noraui.service.impl.CucumberExpressionServiceImpl
 
CucumberHooks - Class in com.github.noraui.application.steps
 
CucumberHooks() - Constructor for class com.github.noraui.application.steps.CucumberHooks
 
CucumberTypeRegistryConfigurer - Class in com.github.noraui.cucumber.config
 
CucumberTypeRegistryConfigurer() - Constructor for class com.github.noraui.cucumber.config.CucumberTypeRegistryConfigurer
 
CYAN - Static variable in class com.github.noraui.Constants
 
CYAN_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
CYAN_BRIGHT - Static variable in class com.github.noraui.Constants
 

D

DATA_IN - Static variable in class com.github.noraui.Constants
internal directory path for Input Data Provider.
DATA_IN - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
DATA_OUT - Static variable in class com.github.noraui.Constants
internal directory path for Output Data Provider.
DATA_OUT - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
DatabaseException - Exception in com.github.noraui.exception.data
 
DatabaseException() - Constructor for exception com.github.noraui.exception.data.DatabaseException
 
DatabaseException(String) - Constructor for exception com.github.noraui.exception.data.DatabaseException
 
DataIndex - Class in com.github.noraui.data
 
DataIndex(int, List<Integer>) - Constructor for class com.github.noraui.data.DataIndex
 
dataInPath - Variable in class com.github.noraui.data.CommonDataProvider
 
DataInputProvider - Interface in com.github.noraui.data
 
DataModel - Class in com.github.noraui.data.rest
 
DataModel() - Constructor for class com.github.noraui.data.rest.DataModel
 
dataOutPath - Variable in class com.github.noraui.data.CommonDataProvider
 
DataOutputProvider - Interface in com.github.noraui.data
 
DataProvider - Interface in com.github.noraui.data
 
DataProvider.type - Enum in com.github.noraui.data
 
DataUtils - Class in com.github.noraui.data
 
DATE_FORMAT - Static variable in class com.github.noraui.Constants
Deprecated.
As of release 4.1.4, replaced by Constants.FRENCH_DATE_FORMAT French date format.
DATE_FORMAT - Static variable in class com.github.noraui.utils.Constants
Deprecated.
As of release 4.1.4, replaced by Constants.FRENCH_DATE_FORMAT French date format.
DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.Constants
Deprecated.
As of release 4.1.4, replaced by Constants.FRENCH_DATE_FORMAT_REG_EXP Regex to validate date format dd/mm/yyyy.
DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.utils.Constants
Deprecated.
As of release 4.1.4, replaced by Constants.FRENCH_DATE_FORMAT_REG_EXP Regex to validate date format dd/mm/yyyy.
DATE_GREATER_THAN_TODAY - Static variable in class com.github.noraui.utils.Messages
 
DBDataProvider - Class in com.github.noraui.data.db
 
DBDataProvider(String, String, String, String, String, String) - Constructor for class com.github.noraui.data.db.DBDataProvider
 
decrypt(String) - Method in interface com.github.noraui.service.CryptoService
decrypt given text as plainText (encrypted), use cryptoKey as string in context and return decrypted plainText.
decrypt(String, String) - Method in interface com.github.noraui.service.CryptoService
decrypt given cryptoKey as string and text as plainText (encrypted) and return decrypted plainText.
decrypt(String) - Method in class com.github.noraui.service.impl.CryptoServiceImpl
decrypt given text as plainText (encrypted), use cryptoKey as string in context and return decrypted plainText.
decrypt(String, String) - Method in class com.github.noraui.service.impl.CryptoServiceImpl
decrypt given cryptoKey as string and text as plainText (encrypted) and return decrypted plainText.
DEFAULT_DATE_FORMAT - Static variable in class com.github.noraui.Constants
English date format.
DEFAULT_DATE_FORMAT - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
DEFAULT_DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.Constants
Regex to validate date format yyyy-mm-dd.
DEFAULT_DRIVER - Static variable in class com.github.noraui.browser.DriverFactory
 
DEFAULT_ENDODING - Static variable in class com.github.noraui.Constants
 
DEFAULT_ENDODING - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
DEFAULT_FORMAT - Static variable in class com.github.noraui.application.steps.MathsSteps
 
DEFAULT_ZONE_ID - Static variable in class com.github.noraui.Constants
Default zone time is London.
DEFAULT_ZONE_ID - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
defaultClock() - Static method in class com.github.noraui.cucumber.metrics.core.impl.Clock
The default clock to use.
deserialize(String) - Method in class com.github.noraui.application.model.demo.Article
deserialize(String) - Method in class com.github.noraui.application.model.demo.Articles
deserialize(String) - Method in interface com.github.noraui.model.SerializableModel
 
DISPLAY_STACK_TRACE - Static variable in class com.github.noraui.utils.Context
 
displayConcernedElementsAtTheBeginningOfMethod(String, List<String>) - Method in class com.github.noraui.application.steps.Step
Display message (list of elements) at the beginning of method in logs.
displayMessageAtTheBeginningOfMethod(String, String, String, List<String>) - Method in class com.github.noraui.application.steps.Step
Displays message (concerned activity and list of authorized activities) at the beginning of method in logs.
displayMessageAtTheBeginningOfMethod(String, String, List<String>) - Method in class com.github.noraui.application.steps.Step
Display message (list of authorized activities) at the beginning of method in logs.
displayMessageAtTheBeginningOfMethod(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.cucumber.interceptor.ConditionedInterceptor
Display a message at the beginning of method.
doUntil(String, String, String, String, int, List<GherkinConditionedLoopedStep>) - Method in class com.github.noraui.application.steps.CommonSteps
Does steps execution until a given condition is unverified.
DOWNLOADED_FILES_FOLDER - Static variable in class com.github.noraui.Constants
external directory path for loaded Files by robot (and screenshot).
DOWNLOADED_FILES_FOLDER - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
DriverFactory - Class in com.github.noraui.browser
 
DriverFactory() - Constructor for class com.github.noraui.browser.DriverFactory
 
DriverFactory.Driver - Enum in com.github.noraui.browser
List of external non-java web drivers.
dryRunStep(Scenario) - Method in class cucumber.runner.PickleStepDefinitionMatch
 

E

EMPTY_DATA_FILE_CONTENT_ERROR_MESSAGE - Static variable in exception com.github.noraui.exception.data.EmptyDataFileContentException
 
EmptyDataFileContentException - Exception in com.github.noraui.exception.data
 
EmptyDataFileContentException() - Constructor for exception com.github.noraui.exception.data.EmptyDataFileContentException
 
EmptyDataFileContentException(String) - Constructor for exception com.github.noraui.exception.data.EmptyDataFileContentException
 
emptyScenarioRegistry() - Static method in class com.github.noraui.utils.Context
 
encrypt(String) - Method in interface com.github.noraui.service.CryptoService
encrypt given text as plainText, use cryptoKey as string in context and return encrypted plainText.
encrypt(String, String) - Method in interface com.github.noraui.service.CryptoService
encrypt given cryptoKey as string and text as plainText and return encrypted plainText.
encrypt(String) - Method in class com.github.noraui.service.impl.CryptoServiceImpl
encrypt given text as plainText, use cryptoKey as string in context and return encrypted plainText.
encrypt(String, String) - Method in class com.github.noraui.service.impl.CryptoServiceImpl
encrypt given cryptoKey as string and text as plainText and return encrypted plainText.
ENVIRONMENTS - Static variable in class com.github.noraui.cli.AbstractNoraUiCli
 
equals(Object) - Method in class com.github.noraui.application.model.demo.Article
ERROR_DURING_PAGE_ELEMENT_LOOKUP - Static variable in class com.github.noraui.application.page.Page
 
EWMA - Class in com.github.noraui.cucumber.metrics.core.impl
An exponentially-weighted moving average.
EWMA(double, long, TimeUnit) - Constructor for class com.github.noraui.cucumber.metrics.core.impl.EWMA
Create a new EWMA with a specific smoothing constant.
ExcelDataProvider - Class in com.github.noraui.data.excel
 
ExcelDataProvider() - Constructor for class com.github.noraui.data.excel.ExcelDataProvider
 
exceptionCallbacks - Variable in class com.github.noraui.utils.Context
Map of ExceptionCallbacks
execute(Object[]) - Method in interface cucumber.runtime.StepDefinition
Invokes the step definition.
EXPECTED_FILES_FOLDER - Static variable in class com.github.noraui.Constants
external directory path for expected Files by robot (Example: template screenshot compare to real screenshot take by robot).
ExpectSteps - Class in com.github.noraui.application.steps
This class contains Gherkin callable steps that aim for expecting a specific result.
ExpectSteps() - Constructor for class com.github.noraui.application.steps.ExpectSteps
 
expectText(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ExpectSteps
Checks if an html element contains expected value.
expectText(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Expects that an element equals expected value.
expectText(int, Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Expects that an element equals expected value.
expectTextContains(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Expects that an element contains expected value.
expectTextContains(int, Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Expects that an element contains expected value.
Experimental - Annotation Type in com.github.noraui.cucumber.annotation
 
ExperimentalInterceptor - Class in com.github.noraui.cucumber.interceptor
 
ExperimentalInterceptor() - Constructor for class com.github.noraui.cucumber.interceptor.ExperimentalInterceptor
 

F

fail() - Method in class com.github.noraui.exception.Result.Failure
 
FAIL_MESSAGE_ALERT_FOUND - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_ALERT_NOT_FOUND - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_CONTEXT_NOT_CONTAINS - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_CONTEXT_NOT_EQUALS - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_CONTEXT_NOT_EQUALS_IGNORE_CASE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_DATE_FORMATTER - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_DEFAULT - Static variable in class com.github.noraui.utils.Messages
Default error/warning message
FAIL_MESSAGE_DOWNLOADED_FILE_NOT_FOUND - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_ELEMENT_STILL_VISIBLE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_EMPTY_DATA - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_EMPTY_DATAS - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_EMPTY_FIELD - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_EMPTY_MANDATORY_FIELD - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_ERROR_CLEAR_ON_INPUT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_ERROR_ON_INPUT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_FILE_NOT_FOUND - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_FILE_NOT_MATCHES - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_FORMAT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_HOME_PAGE_NOT_FOUND - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_LIST - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_LOGOUT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_MAIL_ACTIVATION - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_MATERIAL_UNABLE_TO_CHECK_ELEMENT - Static variable in class com.github.noraui.utils.Messages
Functional Material fail messages with parameters.
FAIL_MESSAGE_MATERIAL_UNABLE_TO_SELECT_RADIO_BUTTON - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_NOT_FOUND_ON_ALERT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_TEXT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_CALL_API_REST - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_CALL_METICS_API_REST - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_CHANGE_VALUE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_CHECK_ELEMENT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_CLOSE_APP - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_COPY_VALUE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_EVALUATE_XPATH - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_FIND_ELEMENT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_FIND_TEXT_IN_ELEMENT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_GENERATE_RANDOM_VALUE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_OPEN_A_NEW_WINDOW - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_OPEN_APPLICATION - Static variable in class com.github.noraui.utils.Messages
Functional fail messages with parameters.
FAIL_MESSAGE_UNABLE_TO_OPEN_ON_CLICK - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_OPEN_PAGE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_PASS_OVER_ELEMENT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_RETRIEVE_VALUE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_SELECT_RADIO_BUTTON - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_SWITCH_FRAME - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_SWITCH_WINDOW - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNABLE_TO_WRITE_MESSAGE_IN_RESULT_FILE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNDEFINED_PAGE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNEXPECTED_DATE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_UNKNOWN_CREDENTIALS - Static variable in class com.github.noraui.utils.Messages
Functional fail messages.
FAIL_MESSAGE_UPLOADING_FILE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_VALUE_NOT_AVAILABLE_IN_THE_LIST - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_WRONG_DATE_FORMAT - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_WRONG_EXPECTED_VALUE - Static variable in class com.github.noraui.utils.Messages
 
FAIL_MESSAGE_WRONG_PAGE - Static variable in class com.github.noraui.utils.Messages
 
Failure(O, String, boolean, int, Callbacks.Callback) - Constructor for class com.github.noraui.exception.Result.Failure
 
Failure(O, String, boolean, Callbacks.Callback) - Constructor for class com.github.noraui.exception.Result.Failure
 
failure() - Method in class com.github.noraui.exception.Result.Failure
 
FailureException - Exception in com.github.noraui.exception
 
FailureException(Result.Failure<?>) - Constructor for exception com.github.noraui.exception.FailureException
 
fifteenMinuteEWMA() - Static method in class com.github.noraui.cucumber.metrics.core.impl.EWMA
Creates a new EWMA which is equivalent to the UNIX fifteen minute load average and which expects to be ticked every 5 seconds.
FileSteps - Class in com.github.noraui.application.steps
This class contains Gherkin callable steps that handle file uploading and downloading.
FileSteps() - Constructor for class com.github.noraui.application.steps.FileSteps
 
fillInStackTrace() - Method in error com.github.noraui.exception.AssertError
 
findBySymbol(String) - Static method in enum com.github.noraui.gherkin.Inequality
 
findElement(WebDriver, String, String, Object...) - Static method in class com.github.noraui.utils.Utilities
Find the first WebElement using the given method.
findElement(Page, String, Object...) - Static method in class com.github.noraui.utils.Utilities
Find the first WebElement using the given method.
findElement(Page.PageElement, Object...) - Static method in class com.github.noraui.utils.Utilities
Find the first WebElement using the given method.
findOptionByIgnoreCaseText(String, Select) - Method in class com.github.noraui.service.impl.UserNameServiceImpl
findOptionByIgnoreCaseText(String, Select) - Method in interface com.github.noraui.service.UserNameService
 
FIREFOX - Static variable in class com.github.noraui.browser.DriverFactory
 
fiveMinuteEWMA() - Static method in class com.github.noraui.cucumber.metrics.core.impl.EWMA
Creates a new EWMA which is equivalent to the UNIX five minute load average and which expects to be ticked every 5 seconds.
FORMAT - Static variable in class com.github.noraui.application.steps.MathsSteps
 
format(String, Object...) - Static method in class com.github.noraui.utils.Messages
Format given message with provided arguments
FORMATTER - Static variable in class com.github.noraui.application.steps.TimeSteps
 
FRENCH_DATE_FORMAT - Static variable in class com.github.noraui.Constants
French date format.
FRENCH_DATE_FORMAT - Static variable in class com.github.noraui.utils.Constants
Deprecated.
French date format.
FRENCH_DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.Constants
Regex to validate date format dd/mm/yyyy.
FRENCH_DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.utils.Constants
Deprecated.
Regex to validate date format dd/mm/yyyy.
fusionProcessor(Class<Model>, Constructor<Model>) - Static method in class com.github.noraui.data.DataUtils
 

G

generateAndSaveTextWithRamdomValueMatchRegexp(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ContextSteps
Save in context a text generated with ramdom match a regExp.
generateExpected1(String, int, int) - Method in class com.github.noraui.indus.MavenRunCounter
 
generateExpected2(String, int, int, int, int) - Method in class com.github.noraui.indus.MavenRunCounter
 
get() - Method in class com.github.noraui.browser.waits.ChainableWait
 
get() - Method in class com.github.noraui.cli.Application
 
get() - Method in class com.github.noraui.cli.Scenario
 
get(Object) - Method in class com.github.noraui.gherkin.ScenarioRegistry
get(String) - Method in interface com.github.noraui.service.HttpService
 
get(String, String) - Method in interface com.github.noraui.service.HttpService
 
get(String) - Method in class com.github.noraui.service.impl.HttpServiceImpl
get(String, String) - Method in class com.github.noraui.service.impl.HttpServiceImpl
getActual() - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
getAlertMessage() - Method in class com.github.noraui.application.steps.Step
 
getApplication() - Method in interface com.github.noraui.application.page.IPage
 
getApplication() - Method in class com.github.noraui.application.page.Page
getApplication() - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
getApplication(String) - Static method in class com.github.noraui.utils.Context
 
getApplicationByPagekey(String) - Static method in class com.github.noraui.utils.Context
Get application name in a string by page key.
getApplicationFiles() - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
getApplicationName() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getApplications(Class<?>) - Method in class com.github.noraui.cli.Model
 
getApplications() - Method in class com.github.noraui.statistics.Statistics
 
getArea() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getArtifactId() - Method in class com.github.noraui.statistics.Statistics
 
getAttribute(String) - Method in class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
getAttributes(String[]) - Method in class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
getAudioFormat() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getAuthenticationCookie(String) - Static method in class com.github.noraui.browser.Auth
Returns a Cookie object by retrieving data from -Dcookie maven parameter.
getAuthor() - Method in class com.github.noraui.application.model.demo.Article
 
getAuthorizedNames() - Static method in class com.github.noraui.data.CommonDataProvider.ResultColumnNames
 
getBrowser() - Static method in class com.github.noraui.utils.Context
 
getCallBack() - Method in interface com.github.noraui.application.page.IPage
 
getCallBack() - Method in class com.github.noraui.application.page.Page
getCallBack(String) - Static method in class com.github.noraui.utils.Context
 
getCfg() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getClient() - Method in class com.github.noraui.service.impl.HttpServiceImpl
 
getCodeLocation() - Method in class cucumber.runner.PickleStepDefinitionMatch
 
getColumns() - Method in class com.github.noraui.data.rest.DataModel
 
getColumns() - Method in class com.github.noraui.data.rest.Row
 
getConnection() - Method in class com.github.noraui.data.db.DBDataProvider
 
getConnectTimeout() - Static method in class com.github.noraui.utils.Context
 
getCount() - Method in class com.github.noraui.cucumber.metrics.core.impl.Meter
 
getCount() - Method in interface com.github.noraui.cucumber.metrics.core.Metered
Returns the number of events which have been marked.
getCryptoKey() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getCryptoKey() - Static method in class com.github.noraui.utils.Context
 
getCucumberMethods() - Method in class com.github.noraui.statistics.Statistics
 
getCucumberMethods() - Static method in class com.github.noraui.utils.Context
 
getCurrentOperatingSystem() - Static method in enum com.github.noraui.utils.Utilities.OperatingSystem
 
getCurrentOperatingSystemAsAHashSet() - Static method in enum com.github.noraui.utils.Utilities.OperatingSystem
 
getCurrentScenario() - Static method in class com.github.noraui.utils.Context
 
getCurrentScenarioData() - Static method in class com.github.noraui.utils.Context
 
getCurrentStepIndex() - Static method in class com.github.noraui.utils.Context
 
getCurrentSubStepIndex() - Static method in class com.github.noraui.utils.Context
 
getCurrentSystemArchitecture() - Static method in enum com.github.noraui.utils.Utilities.SystemArchitecture
 
getDataInputProvider() - Static method in class com.github.noraui.utils.Context
 
getDataLine() - Method in class com.github.noraui.data.DataIndex
 
getDataOutputProvider() - Static method in class com.github.noraui.utils.Context
 
getDataTableTypes() - Static method in class com.github.noraui.cucumber.config.CucumberTypeRegistryConfigurer
 
getDayMinusXBusinessDay(int, String, String) - Method in class com.github.noraui.service.impl.TimeServiceImpl
getDayMinusXBusinessDay(int, String, String) - Method in interface com.github.noraui.service.TimeService
 
getDayPlusXBusinessDay(int, String, String) - Method in class com.github.noraui.service.impl.TimeServiceImpl
getDayPlusXBusinessDay(int, String, String) - Method in interface com.github.noraui.service.TimeService
 
getDescription() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getDescription() - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
getDifferencePercent(String, String) - Method in class com.github.noraui.service.impl.ScreenServiceImpl
Percentage difference between images.
getDifferencePercent(String, String) - Method in interface com.github.noraui.service.ScreenService
Percentage difference between images.
getDriver() - Method in interface com.github.noraui.application.page.IPage
Quick getter to the global web driver
getDriver() - Method in class com.github.noraui.application.page.Page
Quick getter to the global web driver
getDriver() - Method in interface com.github.noraui.application.steps.IStep
Quick getter to the global web driver
getDriver() - Method in class com.github.noraui.application.steps.Step
Quick getter to the global web driver
getDriver() - Method in class com.github.noraui.browser.DriverFactory
Get selenium driver.
getDriver() - Static method in class com.github.noraui.utils.Context
Get the selenium driver from the driver factory.
getErrorStepIndex() - Method in class com.github.noraui.data.rest.Row
 
getExamples() - Method in class com.github.noraui.data.gherkin.InputGherkinDataProvider
Gets prepared Gherkin examples.
getExamples(String) - Static method in class com.github.noraui.gherkin.GherkinFactory
 
getExpected() - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
getFailure() - Method in exception com.github.noraui.exception.FailureException
 
getFailures() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getFeatureCode() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getFeatureLanguage(String) - Static method in class com.github.noraui.gherkin.GherkinFactory
 
getFields() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getFields() - Method in class com.github.noraui.cli.model.NoraUiModel
 
getFieldsString() - Method in class com.github.noraui.cli.model.NoraUiModel
 
getFileFormat() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getGroupId() - Method in class com.github.noraui.statistics.Statistics
 
getHomeKey() - Method in class com.github.noraui.application.Application
Getter of homeKey.
getHomeUrl() - Method in class com.github.noraui.application.Application
Getter of homeUrl.
getIds() - Method in class com.github.noraui.application.model.demo.Articles
getIds() - Method in interface com.github.noraui.model.ModelList
 
getIndexData(int) - Method in class com.github.noraui.data.CommonDataProvider
get IndexData in case of serial data.
getIndexData(int) - Method in interface com.github.noraui.data.DataProvider
get IndexData in case of serial data.
getIndexes() - Method in class com.github.noraui.data.DataIndex
 
getInjector() - Method in class com.github.noraui.cucumber.injector.NoraUiInjectorSource
getInjector() - Static method in class com.github.noraui.log.NoraUiLoggingInjector
 
getInput() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getInstance(String) - Static method in class com.github.noraui.application.page.Page
Finds a Page by its name (not the full qualified name).
getInstance() - Static method in class com.github.noraui.browser.Auth
Get auth singleton.
getInstance() - Static method in class com.github.noraui.utils.Context
Get context singleton.
getInteractiveMode() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getJavaClassHeaders(String) - Method in class com.github.noraui.cli.AbstractNoraUiCli
 
getKey() - Method in interface com.github.noraui.application.page.IPage.IPageElement
 
getKey() - Method in class com.github.noraui.application.page.Page.PageElement
getKey() - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
getLabel() - Method in interface com.github.noraui.application.page.IPage.IPageElement
 
getLabel() - Method in class com.github.noraui.application.page.Page.PageElement
getLang() - Static method in class com.github.noraui.utils.Context
 
getLocale() - Static method in class com.github.noraui.utils.Context
 
getLocation(boolean) - Method in interface cucumber.runtime.StepDefinition
The source line where the step definition is defined.
getLocator(String, String, Object...) - Static method in class com.github.noraui.utils.Utilities
This method read a application descriptor file and return a By object (xpath, id, link ...).
getLocator(Page, String, Object...) - Static method in class com.github.noraui.utils.Utilities
This method read a application descriptor file and return a By object (xpath, id, link ...).
getLocator(Page.PageElement, Object...) - Static method in class com.github.noraui.utils.Utilities
This method read a application descriptor file and return a By object (xpath, id, link ...).
getLocatorValue(Page.PageElement, Object...) - Static method in class com.github.noraui.utils.Utilities
 
getLogin() - Static method in class com.github.noraui.browser.Auth
Gets current user login if direct authentication is used.
getMainWindow() - Method in class com.github.noraui.browser.WindowManager
 
getMainWindow() - Static method in class com.github.noraui.utils.Context
 
getMatch() - Method in class cucumber.runner.PickleStepDefinitionMatch
 
getMBeanInfo() - Method in class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
getMessage() - Method in exception com.github.noraui.exception.FailureException
getMessage() - Method in exception com.github.noraui.exception.WarningException
getMessage(String) - Static method in class com.github.noraui.utils.Messages
Gets a message by key using the default resources bundle ('i18n/messages').
getMessage(String, String) - Static method in class com.github.noraui.utils.Messages
Gets a message by key using the resources bundle given in parameters.
getModel(String) - Method in class com.github.noraui.data.CommonDataProvider
getModel(String) - Method in interface com.github.noraui.data.DataProvider
 
getModel(String) - Method in class com.github.noraui.data.gherkin.InputGherkinDataProvider
getModelConstructor(Class<Model>, String[]) - Static method in class com.github.noraui.data.DataUtils
 
getModelList() - Method in class com.github.noraui.application.model.demo.Article
getModelList() - Method in interface com.github.noraui.model.Model
 
getModelName() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getModelPackages() - Static method in class com.github.noraui.utils.Context
 
getModels(String, Class<?>) - Method in class com.github.noraui.cli.Model
 
getModels() - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
getMotherPage() - Method in interface com.github.noraui.application.page.IPage
 
getMotherPage() - Method in class com.github.noraui.application.page.Page
getMouseFormat() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getMovieFolder() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getName() - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
getName() - Method in class com.github.noraui.cli.model.NoraUiField
 
getName() - Method in class com.github.noraui.cli.model.NoraUiModel
 
getName() - Method in class com.github.noraui.cli.model.NoraUiResult
 
getName() - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
getName() - Method in class com.github.noraui.statistics.Statistics
 
getNbCas() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getNbFailure() - Static method in class com.github.noraui.utils.Context
 
getNbGherkinExample() - Method in class com.github.noraui.data.CommonDataProvider
getNbGherkinExample() - Method in interface com.github.noraui.data.DataProvider
 
getNbLines() - Method in class com.github.noraui.data.csv.CsvDataProvider
Gets the number of readable lines of current opened file.
getNbLines() - Method in interface com.github.noraui.data.DataInputProvider
Gets the number of readable lines of current opened file.
getNbLines() - Method in class com.github.noraui.data.db.DBDataProvider
Gets the number of readable lines of current opened file.
getNbLines() - Method in class com.github.noraui.data.excel.ExcelDataProvider
Gets the number of readable lines of current opened file.
getNbLines() - Method in class com.github.noraui.data.gherkin.InputGherkinDataProvider
Gets the number of readable lines of current opened file.
getNbLines() - Method in class com.github.noraui.data.rest.RestDataProvider
Gets the number of readable lines of current opened file.
getNbScenario() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getNbStep() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getNbWarning() - Static method in class com.github.noraui.utils.Context
 
getNid() - Method in class com.github.noraui.application.model.demo.Article
 
getNoraUiInjectorSource() - Static method in class com.github.noraui.cucumber.injector.NoraUiInjector
 
getNorauiVersion() - Method in class com.github.noraui.statistics.Statistics
 
getNormalizeName(String) - Method in class com.github.noraui.service.impl.UserNameServiceImpl
getNormalizeName(String) - Method in interface com.github.noraui.service.UserNameService
 
getNote() - Method in class com.github.noraui.application.model.demo.Article
 
getNumberOfGherkinExamples(String) - Static method in class com.github.noraui.gherkin.GherkinFactory
 
getOperatingSystem(String) - Static method in enum com.github.noraui.utils.Utilities.OperatingSystem
 
getOperatingSystemDir() - Method in enum com.github.noraui.utils.Utilities.OperatingSystem
 
getOperatingSystemName() - Method in enum com.github.noraui.utils.Utilities.OperatingSystem
 
getPage() - Method in interface com.github.noraui.application.page.IPage.IPageElement
 
getPage() - Method in class com.github.noraui.application.page.Page.PageElement
getPageElementByKey(String) - Method in interface com.github.noraui.application.page.IPage
 
getPageElementByKey(String) - Method in class com.github.noraui.application.page.Page
getPageKey() - Method in interface com.github.noraui.application.page.IPage
 
getPageKey() - Method in class com.github.noraui.application.page.Page
getParameterCount() - Method in interface cucumber.runtime.StepDefinition
How many declared parameters this step definition has.
getParameters() - Method in interface cucumber.runtime.StepDefinition
list of declared parameters this step definition has.
getParameterTypes() - Static method in class com.github.noraui.cucumber.config.CucumberTypeRegistryConfigurer
 
getPassword() - Static method in class com.github.noraui.browser.Auth
Gets current user password if direct authentication is used.
getPath(DriverFactory.Driver) - Static method in class com.github.noraui.browser.DriverFactory
Get the path of the driver given in parameters.
getPattern() - Method in class cucumber.runner.PickleStepDefinitionMatch
 
getPattern() - Method in interface cucumber.runtime.StepDefinition
 
getPrefix() - Method in interface com.github.noraui.service.CryptoService
 
getPrefix() - Method in class com.github.noraui.service.impl.CryptoServiceImpl
getPropertie(String) - Static method in class com.github.noraui.utils.Context
 
getProperty(String, Properties) - Static method in class com.github.noraui.utils.Context
 
getProxy() - Static method in class com.github.noraui.utils.Context
 
getRate(TimeUnit) - Method in class com.github.noraui.cucumber.metrics.core.impl.EWMA
Returns the rate in the given units of time.
getReadTimeout() - Static method in class com.github.noraui.utils.Context
 
getRemainingTime() - Static method in class com.github.noraui.application.steps.CucumberHooks
 
getResourcesPath() - Static method in class com.github.noraui.utils.Context
 
getResult() - Method in class com.github.noraui.data.rest.Row
 
getResultColumnName() - Method in class com.github.noraui.data.CommonDataProvider
Getter of resultName column name.
getResultColumnName() - Method in interface com.github.noraui.data.DataProvider
Getter of resultName column name.
getResults() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getResults() - Method in class com.github.noraui.cli.model.NoraUiModel
 
getResultsString() - Method in class com.github.noraui.cli.model.NoraUiModel
 
getRobotContext() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getRobotCounter() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getRows() - Method in class com.github.noraui.data.rest.DataModel
 
getRun() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getScenarioFiles() - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
getScenarioName() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getScenarioName() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getScenarioName() - Static method in class com.github.noraui.utils.Context
 
getScenarioProperty(String) - Static method in class com.github.noraui.utils.Context
 
getScreenFormat() - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
getSelectorsVersion() - Static method in class com.github.noraui.utils.Context
 
getSelectorValue(String, String, Object...) - Static method in class com.github.noraui.utils.Utilities
 
getSkipped() - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
getStartCurrentScenario() - Static method in class com.github.noraui.utils.Context
 
getStatus() - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
getStatus() - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
getStep() - Method in class com.github.noraui.gherkin.GherkinConditionedLoopedStep
 
getSuffixBinary() - Method in enum com.github.noraui.utils.Utilities.OperatingSystem
 
getSystemArchitecture(String) - Static method in enum com.github.noraui.utils.Utilities.SystemArchitecture
 
getSystemArchitectureName() - Method in enum com.github.noraui.utils.Utilities.SystemArchitecture
 
getText() - Method in class com.github.noraui.application.model.demo.Article
 
getTextOrKey(String) - Method in class com.github.noraui.application.steps.Step
 
getTick() - Method in class com.github.noraui.cucumber.metrics.core.impl.Clock.CpuTimeClock
 
getTick() - Method in class com.github.noraui.cucumber.metrics.core.impl.Clock
Returns the current time tick.
getTick() - Method in class com.github.noraui.cucumber.metrics.core.impl.Clock.UserTimeClock
 
getTime() - Method in class com.github.noraui.cucumber.metrics.core.impl.Clock
Returns the current time in milliseconds.
getTimeout() - Static method in class com.github.noraui.utils.Context
 
getTitle() - Method in class com.github.noraui.application.model.demo.Article
 
getType() - Method in class cucumber.runtime.java.ParameterInfo
 
getUrl() - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
getUrl() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getUrlByPagekey(String) - Static method in class com.github.noraui.utils.Context
Get url name in a string by page key.
getUrlPages() - Method in class com.github.noraui.application.Application
 
getValue() - Method in enum com.github.noraui.gherkin.Inequality
 
getValue(String) - Static method in class com.github.noraui.utils.Context
 
getVerbose() - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
getVersion() - Method in class com.github.noraui.statistics.Statistics
 
getWarning() - Method in exception com.github.noraui.exception.WarningException
 
getWebdriversProperties(String) - Static method in class com.github.noraui.utils.Context
 
getWindow(String) - Method in class com.github.noraui.browser.WindowManager
 
getWindow(String) - Static method in class com.github.noraui.utils.Context
 
getWindows() - Method in class com.github.noraui.browser.WindowManager
 
getWindows() - Static method in class com.github.noraui.utils.Context
 
getWriteTimeout() - Static method in class com.github.noraui.utils.Context
 
GherkinConditionedLoopedStep - Class in com.github.noraui.gherkin
 
GherkinConditionedLoopedStep(String, String, String, String) - Constructor for class com.github.noraui.gherkin.GherkinConditionedLoopedStep
 
GherkinFactory - Class in com.github.noraui.gherkin
 
GherkinStepCondition - Class in com.github.noraui.gherkin
 
GherkinStepCondition() - Constructor for class com.github.noraui.gherkin.GherkinStepCondition
 
GherkinStepCondition(String, String, String) - Constructor for class com.github.noraui.gherkin.GherkinStepCondition
 
GITHUBAPI_HOME - Static variable in class com.github.noraui.utils.Context
 
GITHUBAPI_KEY - Static variable in class com.github.noraui.utils.Context
GITHUBAPI
GO_TO_URL_METHOD_NAME - Static variable in class com.github.noraui.browser.steps.BrowserSteps
 
GO_TO_URL_METHOD_NAME - Static variable in class com.github.noraui.utils.Context
Deprecated.
As of release 4.2.3, replaced by BrowserSteps.GO_TO_URL_METHOD_NAME
GOOGLE_INJECT_SINGLETON_ANNOTATION - Static variable in class com.github.noraui.cli.AbstractNoraUiCli
 
goToNextData() - Static method in class com.github.noraui.utils.Context
 
goToNextFeature() - Static method in class com.github.noraui.utils.Context
 
goToNextStep() - Static method in class com.github.noraui.utils.Context
 
goToUrl(String) - Method in class com.github.noraui.browser.steps.BrowserSteps
Go to Url.
GREEN - Static variable in class com.github.noraui.Constants
 
GREEN_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
GREEN_BRIGHT - Static variable in class com.github.noraui.Constants
 

H

hashCode() - Method in class com.github.noraui.application.model.demo.Article
HEADLESS - Static variable in class com.github.noraui.utils.Context
 
HTTP_PROXY - Static variable in class com.github.noraui.utils.Context
 
HTTP_SERVICE_ERROR_MESSAGE - Static variable in exception com.github.noraui.exception.HttpServiceException
 
HTTPS_PROXY - Static variable in class com.github.noraui.utils.Context
 
HttpService - Interface in com.github.noraui.service
 
HttpServiceException - Exception in com.github.noraui.exception
 
HttpServiceException() - Constructor for exception com.github.noraui.exception.HttpServiceException
Build an object HttpServiceException.
HttpServiceException(String, Throwable) - Constructor for exception com.github.noraui.exception.HttpServiceException
Build an object HttpServiceException.
HttpServiceException(String) - Constructor for exception com.github.noraui.exception.HttpServiceException
Build an object HttpServiceException.
HttpServiceException(Throwable) - Constructor for exception com.github.noraui.exception.HttpServiceException
Build an object HttpServiceException.
HttpServiceImpl - Class in com.github.noraui.service.impl
 
HttpServiceImpl() - Constructor for class com.github.noraui.service.impl.HttpServiceImpl
 

I

IE - Static variable in class com.github.noraui.browser.DriverFactory
 
IMPLICIT_WAIT - Static variable in class com.github.noraui.browser.DriverFactory
Default web drivers implicit wait
IMPORT_SLF4J_LOGGER - Static variable in class com.github.noraui.cli.AbstractNoraUiCli
 
indexData - Variable in class com.github.noraui.data.CommonDataProvider
 
Inequality - Enum in com.github.noraui.gherkin
 
iniFiles - Static variable in class com.github.noraui.utils.Context
 
initApplicationDom(ClassLoader, String, String) - Static method in class com.github.noraui.utils.Context
 
initColumns() - Method in class com.github.noraui.data.excel.ExcelDataProvider
 
initDateInContext(String, Map<String, String>) - Method in class com.github.noraui.application.steps.TimeSteps
 
initializeBusinessDayWithAdd(int, String, Map<String, String>) - Method in class com.github.noraui.application.steps.TimeSteps
 
initializeBusinessDayWithMinus(int, String, Map<String, String>) - Method in class com.github.noraui.application.steps.TimeSteps
 
initializeEnv(String) - Method in class com.github.noraui.utils.Context
 
initializeRobot(Class<?>) - Method in class com.github.noraui.utils.Context
 
initializeScenarioProperties(ClassLoader) - Static method in class com.github.noraui.utils.Context
 
initializeWebdriversProperties(ClassLoader) - Static method in class com.github.noraui.utils.Context
 
initPropertiesFile(ClassLoader, String) - Static method in class com.github.noraui.utils.Context
 
injectDataInGherkinExamples(String, Map<Integer, List<String[]>>) - Static method in class com.github.noraui.gherkin.GherkinFactory
 
InputExcelDataProvider - Class in com.github.noraui.data.excel
 
InputExcelDataProvider() - Constructor for class com.github.noraui.data.excel.InputExcelDataProvider
 
InputGherkinDataProvider - Class in com.github.noraui.data.gherkin
This DataInputProvider can be used if you want to provide Gherkin example by your own.
InputGherkinDataProvider() - Constructor for class com.github.noraui.data.gherkin.InputGherkinDataProvider
 
instance - Static variable in class com.github.noraui.utils.Context
Static context instance.
invoke(MethodInvocation) - Method in class com.github.noraui.cucumber.interceptor.ConditionedInterceptor
invoke(MethodInvocation) - Method in class com.github.noraui.cucumber.interceptor.ExperimentalInterceptor
invoke(MethodInvocation) - Method in class com.github.noraui.cucumber.interceptor.StepInterceptor
invoke(MethodInvocation) - Method in class com.github.noraui.cucumber.metrics.interceptor.SpeedRegulatorInterceptor
 
invoke(MethodInvocation) - Method in class com.github.noraui.cucumber.metrics.interceptor.TimeInterceptor
 
invoke(String, Object[], String[]) - Method in class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
IPage - Interface in com.github.noraui.application.page
 
IPage.IPageElement - Interface in com.github.noraui.application.page
 
IS_CONNECTED_REGISTRY_KEY - Static variable in class com.github.noraui.Constants
 
IS_CONNECTED_REGISTRY_KEY - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
isConnected() - Static method in class com.github.noraui.browser.Auth
Returns true if current user is connected, false otherwise
isDefinedAt(StackTraceElement) - Method in interface cucumber.runtime.StepDefinition
Return true if this matches the location.
isElementPresent(By) - Static method in class com.github.noraui.utils.Utilities
Check if element {link org.openqa.selenium.By} is present.
isElementPresentAndGetFirstOne(By) - Static method in class com.github.noraui.utils.Utilities
Check if element present and get first one.
isHeadless() - Static method in class com.github.noraui.utils.Context
 
isResultColumnNameAuthorized(String) - Method in class com.github.noraui.data.CommonDataProvider
Returns true if the given column name is part of authorized column names.
isResultColumnNameAuthorized(String) - Method in interface com.github.noraui.data.DataProvider
Returns true if the given column name is part of authorized column names.
isScenarioScoped() - Method in interface cucumber.runtime.StepDefinition
 
isStackTraceDisplayed() - Static method in class com.github.noraui.utils.Context
 
IStep - Interface in com.github.noraui.application.steps
 

L

LANG_KEY - Static variable in class com.github.noraui.utils.Context
 
listFilesForFolder(List<String>, File) - Static method in class com.github.noraui.indus.MavenRunCounter
 
loadAuthenticationCookie(Cookie) - Static method in class com.github.noraui.browser.Auth
Loads authentication cookie in the current web browsers.
locale() - Method in class com.github.noraui.cucumber.config.CucumberTypeRegistryConfigurer
 
LOCALE - Static variable in class com.github.noraui.utils.Context
 
log - Static variable in class com.github.noraui.service.impl.CryptoServiceImpl
 
log - Static variable in class com.github.noraui.service.impl.TimeServiceImpl
 
Loggable - Annotation Type in com.github.noraui.log.annotation
This annotation can be used on a class to inject a static Slf4J logger typed by the class of the declared logger.
loop(String, String, int, List<GherkinConditionedLoopedStep>) - Method in class com.github.noraui.application.steps.CommonSteps
Loops on steps execution for a specific number of times.

M

MailSteps - Class in com.github.noraui.application.steps
This class contains Gherkin callable steps that aim for expecting a specific result.
MailSteps() - Constructor for class com.github.noraui.application.steps.MailSteps
 
main(String[]) - Static method in class com.github.noraui.indus.Counter
 
main(String[]) - Static method in class com.github.noraui.main.ScenarioInitiatorRunner
 
map(Function<T, A>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
map(A) - Method in class com.github.noraui.browser.waits.ChainableWait
 
mark() - Method in class com.github.noraui.cucumber.metrics.core.impl.Meter
Mark the occurrence of an event.
mark(long) - Method in class com.github.noraui.cucumber.metrics.core.impl.Meter
Mark the occurrence of a given number of events.
match(String, String) - Method in interface com.github.noraui.service.CucumberExpressionService
 
match(String, String) - Method in class com.github.noraui.service.impl.CucumberExpressionServiceImpl
matchedArguments(PickleStep) - Method in interface cucumber.runtime.StepDefinition
Returns a list of arguments.
MathsSteps - Class in com.github.noraui.application.steps
 
MathsSteps() - Constructor for class com.github.noraui.application.steps.MathsSteps
 
MavenRunCounter - Class in com.github.noraui.indus
 
MavenRunCounter() - Constructor for class com.github.noraui.indus.MavenRunCounter
 
MavenRunCounter.Counter - Class in com.github.noraui.indus
Class representing all expectation counting data for a single scenario in a Feature.
message - Variable in class com.github.noraui.exception.Result
 
Messages - Class in com.github.noraui.utils
 
Messages() - Constructor for class com.github.noraui.utils.Messages
 
Meter - Class in com.github.noraui.cucumber.metrics.core.impl
 
Meter() - Constructor for class com.github.noraui.cucumber.metrics.core.impl.Meter
Creates a new Meter.
Meter(long) - Constructor for class com.github.noraui.cucumber.metrics.core.impl.Meter
Creates a new Meter.
Meter(long, Clock) - Constructor for class com.github.noraui.cucumber.metrics.core.impl.Meter
Creates a new Meter.
Metered - Interface in com.github.noraui.cucumber.metrics.core
An object which maintains mean and exponentially-weighted rate.
Model - Class in com.github.noraui.cli
 
Model() - Constructor for class com.github.noraui.cli.Model
 
Model(String) - Constructor for class com.github.noraui.cli.Model
 
Model - Interface in com.github.noraui.model
 
MODEL_PACKAGES - Static variable in class com.github.noraui.utils.Context
 
ModelList - Interface in com.github.noraui.model
 
MODIFYHEADER_PATH - Static variable in class com.github.noraui.browser.DriverFactory
 
motherPage - Variable in class com.github.noraui.application.page.Page
 

N

newWindowOpens(Set<String>) - Static method in class com.github.noraui.browser.WindowManager
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.newWindowOpens(Set)
newWindowOpens(Set<String>) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
 
nid - Variable in class com.github.noraui.exception.Result
 
NO_PROXY - Static variable in class com.github.noraui.utils.Context
 
NORAUI_LOGGABLE_ANNOTATION - Static variable in class com.github.noraui.cli.AbstractNoraUiCli
 
NoraUiApplicationFile - Class in com.github.noraui.cli.model
 
NoraUiApplicationFile() - Constructor for class com.github.noraui.cli.model.NoraUiApplicationFile
 
NoraUiCliFile - Class in com.github.noraui.cli.model
 
NoraUiCliFile() - Constructor for class com.github.noraui.cli.model.NoraUiCliFile
 
NoraUiCliParameters - Class in com.github.noraui.cli.model
 
NoraUiCliParameters(int, String, String, String, String, String, String, String, String, Class<?>, Class<?>, boolean, Scanner, boolean) - Constructor for class com.github.noraui.cli.model.NoraUiCliParameters
 
NoraUiCommandLineInterface - Class in com.github.noraui.cli
 
NoraUiCommandLineInterface() - Constructor for class com.github.noraui.cli.NoraUiCommandLineInterface
 
NoraUiExpectedConditions - Class in com.github.noraui.selenium
 
NoraUiField - Class in com.github.noraui.cli.model
 
NoraUiField() - Constructor for class com.github.noraui.cli.model.NoraUiField
 
NoraUiField(String) - Constructor for class com.github.noraui.cli.model.NoraUiField
 
NoraUiInjector - Class in com.github.noraui.cucumber.injector
 
NoraUiInjectorSource - Class in com.github.noraui.cucumber.injector
 
NoraUiInjectorSource() - Constructor for class com.github.noraui.cucumber.injector.NoraUiInjectorSource
 
NoraUiLoggingInjector - Class in com.github.noraui.log
 
NoraUiLoggingModule - Class in com.github.noraui.log
 
NoraUiLoggingModule(String) - Constructor for class com.github.noraui.log.NoraUiLoggingModule
 
NoraUiModel - Class in com.github.noraui.cli.model
 
NoraUiModel() - Constructor for class com.github.noraui.cli.model.NoraUiModel
 
NoraUiModule - Class in com.github.noraui.cucumber.module
 
NoraUiModule() - Constructor for class com.github.noraui.cucumber.module.NoraUiModule
 
noraUiModules - Variable in class com.github.noraui.cucumber.injector.NoraUiInjectorSource
 
NoraUiResult - Class in com.github.noraui.cli.model
 
NoraUiResult() - Constructor for class com.github.noraui.cli.model.NoraUiResult
 
NoraUiResult(String) - Constructor for class com.github.noraui.cli.model.NoraUiResult
 
NoraUiScenarioFile - Class in com.github.noraui.cli.model
 
NoraUiScenarioFile() - Constructor for class com.github.noraui.cli.model.NoraUiScenarioFile
 
NoraUiScreenRecorder - Class in com.github.noraui.utils
 
NoraUiScreenRecorder(NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration, String) - Constructor for class com.github.noraui.utils.NoraUiScreenRecorder
 
NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration - Class in com.github.noraui.utils
 
NoraUiScreenRecorderConfiguration() - Constructor for class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
NOT_RUN_MESSAGE - Static variable in class com.github.noraui.utils.Messages
 

O

OKHTTP_CONNECT_TIMEOUT - Static variable in class com.github.noraui.utils.Context
 
OKHTTP_READ_TIMEOUT - Static variable in class com.github.noraui.utils.Context
 
OKHTTP_WRITE_TIMEOUT - Static variable in class com.github.noraui.utils.Context
 
oneMinuteEWMA() - Static method in class com.github.noraui.cucumber.metrics.core.impl.EWMA
Creates a new EWMA which is equivalent to the UNIX one minute load average and which expects to be ticked every 5 seconds.
openInputData() - Method in class com.github.noraui.data.excel.ExcelDataProvider
 
openNewWindow(List<GherkinStepCondition>) - Method in class com.github.noraui.browser.steps.BrowserSteps
Open new window with conditions.
openUrlIfDifferent(String, List<GherkinStepCondition>) - Method in class com.github.noraui.browser.steps.BrowserSteps
Open Url if different with conditions.
OutputConsoleDataProvider - Class in com.github.noraui.data.console
This DataOutputProvider can be used to display run results through the default console.
OutputConsoleDataProvider() - Constructor for class com.github.noraui.data.console.OutputConsoleDataProvider
 
OutputExcelDataProvider - Class in com.github.noraui.data.excel
 
OutputExcelDataProvider() - Constructor for class com.github.noraui.data.excel.OutputExcelDataProvider
 

P

Page - Class in com.github.noraui.application.page
 
Page() - Constructor for class com.github.noraui.application.page.Page
 
Page.PageElement - Class in com.github.noraui.application.page
 
PageElement(String) - Constructor for class com.github.noraui.application.page.Page.PageElement
The PageElement is the object that makes the link between the selector of the ini file and the use java side.
PageElement(String, String) - Constructor for class com.github.noraui.application.page.Page.PageElement
The PageElement is the object that makes the link between the selector of the ini file and the use java side.
pageKey - Variable in class com.github.noraui.application.page.Page
 
ParameterInfo - Class in cucumber.runtime.java
This class composes all interesting parameter information into one object.
passOver(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Simulates the mouse over a html element
passOver(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Passes over a specific page element triggering 'mouseover' js event.
PASSWORD - Static variable in class com.github.noraui.browser.Auth
 
PickleStepDefinitionMatch - Class in cucumber.runner
 
PickleStepDefinitionMatch(List<Argument>, StepDefinition, String, PickleStep) - Constructor for class cucumber.runner.PickleStepDefinitionMatch
 
post(String, String) - Method in interface com.github.noraui.service.HttpService
 
post(String, String, String) - Method in interface com.github.noraui.service.HttpService
 
post(String, String) - Method in class com.github.noraui.service.impl.HttpServiceImpl
post(String, String, String) - Method in class com.github.noraui.service.impl.HttpServiceImpl
PREFIX_SAVE - Static variable in class com.github.noraui.Constants
 
PREFIX_SAVE - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
prepare(String) - Method in class com.github.noraui.data.console.OutputConsoleDataProvider
prepare(String) - Method in class com.github.noraui.data.csv.CsvDataProvider
prepare(String) - Method in interface com.github.noraui.data.DataProvider
 
prepare(String) - Method in class com.github.noraui.data.db.DBDataProvider
prepare(String) - Method in class com.github.noraui.data.excel.InputExcelDataProvider
prepare(String) - Method in class com.github.noraui.data.excel.OutputExcelDataProvider
prepare(String) - Method in class com.github.noraui.data.gherkin.InputGherkinDataProvider
prepare(String) - Method in class com.github.noraui.data.rest.RestDataProvider
presenceOfMaximumElementsLocatedBy(By, int) - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.presenceOfMaximumElementsLocatedBy(By, int) An expectation for checking that nb elements that match (or less) the locator are present on the web page.
presenceOfMaximumElementsLocatedBy(By, int) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
An expectation for checking that nb elements that match (or less) the locator are present on the web page.
presenceOfMinimumElementsLocatedBy(By, int) - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.presenceOfMinimumElementsLocatedBy(By, int) An expectation for checking that nb elements that match (or more) the locator are present on the web page.
presenceOfMinimumElementsLocatedBy(By, int) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
An expectation for checking that nb elements that match (or more) the locator are present on the web page.
presenceOfNbElementsLocatedBy(By, int) - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.presenceOfNbElementsLocatedBy(By locator, int nb) An expectation for checking that nb elements that match the locator are present on the web page.
presenceOfNbElementsLocatedBy(By, int) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
An expectation for checking that nb elements that match the locator are present on the web page.
print(List<MavenRunCounter.Counter>, String) - Method in class com.github.noraui.indus.MavenRunCounter
 
properties - Variable in class com.github.noraui.utils.Context
Map of properties
PURPLE - Static variable in class com.github.noraui.Constants
 
PURPLE_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
PURPLE_BRIGHT - Static variable in class com.github.noraui.Constants
 
put(String, String, String, Object...) - Method in class com.github.noraui.exception.Callbacks
 

Q

quit() - Method in class com.github.noraui.browser.DriverFactory
Quit loaded drivers
quit() - Static method in class com.github.noraui.utils.Context
Clear context

R

readLine(int, boolean) - Method in class com.github.noraui.data.csv.CsvDataProvider
readLine(int, boolean) - Method in interface com.github.noraui.data.DataInputProvider
 
readLine(int, boolean) - Method in class com.github.noraui.data.db.DBDataProvider
readLine(int, boolean) - Method in class com.github.noraui.data.excel.ExcelDataProvider
readLine(int, boolean) - Method in class com.github.noraui.data.gherkin.InputGherkinDataProvider
readLine(int, boolean) - Method in class com.github.noraui.data.rest.RestDataProvider
readNoraUiCliFiles(boolean) - Method in class com.github.noraui.cli.NoraUiCommandLineInterface
 
readValue(String, int) - Method in class com.github.noraui.data.csv.CsvDataProvider
Reads a cell of opened input file.
readValue(String, int) - Method in interface com.github.noraui.data.DataInputProvider
Reads a cell of opened input file.
readValue(String, int) - Method in class com.github.noraui.data.db.DBDataProvider
Reads a cell of opened input file.
readValue(String, int) - Method in class com.github.noraui.data.excel.ExcelDataProvider
Reads a cell of opened input file.
readValue(String, int) - Method in class com.github.noraui.data.gherkin.InputGherkinDataProvider
Reads a cell of opened input file.
readValue(String, int) - Method in class com.github.noraui.data.rest.RestDataProvider
Reads a cell of opened input file.
readValueTextField(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Read Value Text Field.
RED - Static variable in class com.github.noraui.Constants
 
RED_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
RED_BRIGHT - Static variable in class com.github.noraui.Constants
 
REMOTE_WEBDRIVER_BROWSER_VERSION - Static variable in class com.github.noraui.browser.DriverFactory
 
REMOTE_WEBDRIVER_PLATFORM_NAME - Static variable in class com.github.noraui.browser.DriverFactory
 
REMOTE_WEBDRIVER_URL - Static variable in class com.github.noraui.browser.DriverFactory
 
remove(String, Class<?>, boolean) - Method in class com.github.noraui.cli.Application
Remove target application to your robot.
remove(String, String, Class<?>, boolean) - Method in class com.github.noraui.cli.Model
Remove model for a target application to your robot.
remove(String, String, Class<?>, boolean) - Method in class com.github.noraui.cli.Scenario
Remove old scenario to your robot.
removeApplication(String) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
removefileInDownloadDirectory(String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.FileSteps
Remove a file in the default downloaded files folder
removeModel(String, String) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
removeScenario(String) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
removeWindow(String) - Method in class com.github.noraui.browser.WindowManager
 
removeWindow(String) - Static method in class com.github.noraui.utils.Context
 
RESET - Static variable in class com.github.noraui.Constants
 
resetInjector() - Static method in class com.github.noraui.cucumber.injector.NoraUiInjector
 
resetInjector() - Static method in class com.github.noraui.log.NoraUiLoggingInjector
 
RESOURCES - Static variable in class com.github.noraui.cli.AbstractNoraUiCli
 
resourcesPath - Variable in class com.github.noraui.utils.Context
 
RESTART_WEB_DRIVER - Static variable in class com.github.noraui.exception.Callbacks
 
RESTART_WEB_DRIVER_AND_SWITCH_TO - Static variable in class com.github.noraui.browser.steps.BrowserSteps
 
RESTART_WEB_DRIVER_METHOD_NAME - Static variable in class com.github.noraui.browser.steps.BrowserSteps
 
RESTART_WEB_DRIVER_METHOD_NAME - Static variable in class com.github.noraui.utils.Context
Deprecated.
As of release 4.2.3, replaced by BrowserSteps.RESTART_WEB_DRIVER_METHOD_NAME
restartWebDriver() - Method in class com.github.noraui.browser.steps.BrowserSteps
Restart WebDriver with a Context.clear().
restartWebDriverAndSwitchTo(String, List<GherkinStepCondition>) - Method in class com.github.noraui.browser.steps.BrowserSteps
Restart WebDriver with a Context.clear() and switches to target window with conditions.
restartWebDriverAndSwitchTo(String) - Method in class com.github.noraui.browser.steps.BrowserSteps
Restart WebDriver with a Context.clear() and go to the given url.
RestDataProvider - Class in com.github.noraui.data.rest
 
RestDataProvider(String, String, String) - Constructor for class com.github.noraui.data.rest.RestDataProvider
Constructor of REST DataProvider.
RestDataProvider.types - Enum in com.github.noraui.data.rest
 
RESTSteps - Class in com.github.noraui.application.steps
This class contains API REST callable steps.
RESTSteps() - Constructor for class com.github.noraui.application.steps.RESTSteps
 
Result - Class in com.github.noraui.exception
 
Result.Failure<O> - Class in com.github.noraui.exception
 
Result.Success<O> - Class in com.github.noraui.exception
 
Result.Warning<O> - Class in com.github.noraui.exception
 
RESULT_COLUMN_NAME - Static variable in class com.github.noraui.data.CommonDataProvider.ResultColumnNames
 
resultColumnName - Variable in class com.github.noraui.data.CommonDataProvider
 
RetryOnFailure - Annotation Type in com.github.noraui.cucumber.annotation
 
RetryOnWarning - Annotation Type in com.github.noraui.cucumber.annotation
 
Row - Class in com.github.noraui.data.rest
 
Row() - Constructor for class com.github.noraui.data.rest.Row
 
Row(List<String>) - Constructor for class com.github.noraui.data.rest.Row
 
Row(List<String>, int) - Constructor for class com.github.noraui.data.rest.Row
 
Row(List<String>, int, String) - Constructor for class com.github.noraui.data.rest.Row
 
run() - Method in class com.github.noraui.utils.ShellCommand
 
runAllStepsInLoop(List<GherkinConditionedLoopedStep>) - Method in class com.github.noraui.application.steps.Step
Runs a bunch of steps for a Gherkin loop.
runCli(Class<?>, Class<?>, String...) - Method in class com.github.noraui.cli.NoraUiCommandLineInterface
 
runStep(Scenario) - Method in class cucumber.runner.PickleStepDefinitionMatch
 

S

saveElementValue(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Save field in memory if all 'expected' parameters equals 'actual' parameters in conditions.
saveElementValue(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Save value in memory using default target key (Page key + field).
saveElementValue(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Save value in memory.
saveScreenshot(String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
Save a screenshot and add to DOWNLOAD_FILES_FOLDER folder.
saveScreenshot(String) - Method in class com.github.noraui.service.impl.ScreenServiceImpl
Indicates a driver that can capture a screenshot and store it in different ways.
saveScreenshot(String, WebElement) - Method in class com.github.noraui.service.impl.ScreenServiceImpl
Indicates a driver that can capture a screenshot of one element only and store it in different ways.
saveScreenshot(String) - Method in interface com.github.noraui.service.ScreenService
Indicates a driver that can capture a screenshot and store it in different ways.
saveScreenshot(String, WebElement) - Method in interface com.github.noraui.service.ScreenService
Indicates a driver that can capture a screenshot of one element only and store it in different ways.
saveValue(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Save field in memory if all 'expected' parameters equals 'actual' parameters in conditions.
saveValue(String, String, String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.RESTSteps
Save result of REST API in memory if all 'expected' parameters equals 'actual' parameters in conditions.
saveValue(String, String) - Static method in class com.github.noraui.utils.Context
 
saveValueInDataOutputProvider(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Save field in data output provider if all 'expected' parameters equals 'actual' parameters in conditions.
saveValueInDataOutputProvider(String, String, String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.RESTSteps
Save result of REST API in dataOutputProvider if all 'expected' parameters equals 'actual' parameters in conditions.
saveWebElementInScreenshot(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
Save a screenshot of one element only and add to DOWNLOAD_FILES_FOLDER folder.
Scenario - Class in com.github.noraui.cli
 
Scenario() - Constructor for class com.github.noraui.cli.Scenario
 
Scenario(String) - Constructor for class com.github.noraui.cli.Scenario
 
SCENARIO_ERROR_MESSAGE_ILLEGAL_TAB_FORMAT - Static variable in class com.github.noraui.utils.Messages
 
SCENARIO_ERROR_MESSAGE_SCENARIO_OUTLINE_IS_MANDATORY - Static variable in class com.github.noraui.utils.Messages
 
SCENARIO_ERROR_MESSAGE_TYPE_NOT_IMPLEMENTED - Static variable in class com.github.noraui.utils.Messages
Errors of Gherkin and Cucumber.
SCENARIO_FILE - Static variable in class com.github.noraui.Constants
This file contains all scenarios present in robot.
SCENARIO_FILE - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
SCENARIO_INITIATOR_ERROR_EMPTY_FILE - Static variable in class com.github.noraui.main.ScenarioInitiator
 
scenarioHasWarning(boolean) - Static method in class com.github.noraui.utils.Context
 
scenarioHasWarning() - Static method in class com.github.noraui.utils.Context
 
ScenarioInitiator - Class in com.github.noraui.main
 
ScenarioInitiator() - Constructor for class com.github.noraui.main.ScenarioInitiator
 
ScenarioInitiatorRunner - Class in com.github.noraui.main
 
ScenarioInitiatorRunner() - Constructor for class com.github.noraui.main.ScenarioInitiatorRunner
 
scenarioName - Variable in class com.github.noraui.data.CommonDataProvider
 
ScenarioRegistry - Class in com.github.noraui.gherkin
 
ScenarioRegistry() - Constructor for class com.github.noraui.gherkin.ScenarioRegistry
 
ScreenService - Interface in com.github.noraui.service
 
ScreenServiceImpl - Class in com.github.noraui.service.impl
 
ScreenServiceImpl() - Constructor for class com.github.noraui.service.impl.ScreenServiceImpl
 
ScreenSteps - Class in com.github.noraui.application.steps
This class contains Gherkin callable steps that goal of working with the screen (scrennshot, ...).
ScreenSteps() - Constructor for class com.github.noraui.application.steps.ScreenSteps
 
scrollIntoView(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
 
scrollIntoView(WebElement) - Method in class com.github.noraui.service.impl.ScreenServiceImpl
scrollIntoView(WebElement) - Method in interface com.github.noraui.service.ScreenService
 
SECURE_MASK - Static variable in class com.github.noraui.application.steps.Step
 
Security - Class in com.github.noraui.utils
 
Security() - Constructor for class com.github.noraui.utils.Security
 
selectCheckbox(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Updates the value of a html checkbox element with conditions.
selectCheckbox(Page.PageElement, String, Map<String, Boolean>) - Method in class com.github.noraui.application.steps.CommonSteps
Updates the value of a html checkbox element with conditions regarding the provided keys/values map.
selectCheckbox(Page.PageElement, boolean, Object...) - Method in class com.github.noraui.application.steps.Step
Checks a checkbox type element.
selectCheckbox(Page.PageElement, String, Map<String, Boolean>, Object...) - Method in class com.github.noraui.application.steps.Step
Checks a checkbox type element (value corresponding to key "valueKey").
SELECTORS_VERSION - Static variable in class com.github.noraui.utils.Context
 
selectorsVersion - Variable in class com.github.noraui.utils.Context
Selectors version
SerializableModel - Interface in com.github.noraui.model
 
serialize() - Method in class com.github.noraui.application.model.CommonModel
serialize() - Method in class com.github.noraui.application.model.CommonModels
serialize() - Method in interface com.github.noraui.model.SerializableModel
 
SESSION_COOKIE - Static variable in class com.github.noraui.browser.Auth
 
setActual(String) - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
setApplication(String) - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
setApplication(Application) - Method in class com.github.noraui.cli.NoraUiCommandLineInterface
 
setApplicationFiles(List<NoraUiApplicationFile>) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
setApplicationName(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setApplications(Map<String, String>) - Method in class com.github.noraui.statistics.Statistics
 
setArea(Rectangle) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setArtifactId(String) - Method in class com.github.noraui.statistics.Statistics
 
setAttribute(Attribute) - Method in class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
setAttributes(AttributeList) - Method in class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
setAudioFormat(Format) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setAuthenticationType(String) - Static method in class com.github.noraui.browser.Auth
Sets the authentication mode.
setAuthor(String) - Method in class com.github.noraui.application.model.demo.Article
 
setCfg(GraphicsConfiguration) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setColumns(List<String>) - Method in class com.github.noraui.data.rest.DataModel
 
setColumns(List<String>) - Method in class com.github.noraui.data.rest.Row
 
setConnected(boolean) - Static method in class com.github.noraui.browser.Auth
Save the value of current user's authentication (true if connected, false otherwise)
setCryptoKey(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setCucumberMethods(Map<String, String>) - Method in class com.github.noraui.statistics.Statistics
 
setCurrentScenario(Scenario) - Static method in class com.github.noraui.utils.Context
 
setCurrentScenarioData(int) - Static method in class com.github.noraui.utils.Context
 
setCurrentSubStepIndex(int) - Static method in class com.github.noraui.utils.Context
 
setDataInPath(String) - Method in class com.github.noraui.data.CommonDataProvider
Setter of dataInPath.
setDataInPath(String) - Method in interface com.github.noraui.data.DataProvider
Setter of dataInPath.
setDataInputProvider(DataInputProvider) - Static method in class com.github.noraui.utils.Context
 
setDataOutPath(String) - Method in class com.github.noraui.data.CommonDataProvider
Setter of dataOutPath.
setDataOutPath(String) - Method in interface com.github.noraui.data.DataProvider
Setter of dataOutPath.
setDataOutputProvider(DataOutputProvider) - Static method in class com.github.noraui.utils.Context
 
setDescription(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setDescription(String) - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
setErrorStepIndex(int) - Method in class com.github.noraui.data.rest.Row
 
setExpected(String) - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
setFailures(int) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setFeatureCode(int) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setFields(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setFields(List<NoraUiField>) - Method in class com.github.noraui.cli.model.NoraUiModel
 
setFields(String) - Method in class com.github.noraui.cli.model.NoraUiModel
 
setFileFormat(Format) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setGroupId(String) - Method in class com.github.noraui.statistics.Statistics
 
setHttpService(HttpService) - Method in class com.github.noraui.data.rest.RestDataProvider
HttpService setter for mock
setIndexData(List<DataIndex>) - Method in class com.github.noraui.data.CommonDataProvider
set IndexData in case of serial data.
setIndexData(List<DataIndex>) - Method in interface com.github.noraui.data.DataProvider
set IndexData in case of serial data.
setInput(Scanner) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setInteractiveMode(boolean) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setKey(String) - Method in class com.github.noraui.gherkin.GherkinStepCondition
 
setMainWindow(String) - Method in class com.github.noraui.browser.WindowManager
 
setMainWindow(String) - Static method in class com.github.noraui.utils.Context
 
setModel(Model) - Method in class com.github.noraui.cli.NoraUiCommandLineInterface
 
setModelName(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setModels(List<NoraUiModel>) - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
setMotherPage(Page) - Method in interface com.github.noraui.application.page.IPage
set the linked container page.
setMotherPage(Page) - Method in class com.github.noraui.application.page.Page
set the linked container page.
setMouseFormat(Format) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setMovieFolder(File) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setName(String) - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
setName(String) - Method in class com.github.noraui.cli.model.NoraUiField
 
setName(String) - Method in class com.github.noraui.cli.model.NoraUiModel
 
setName(String) - Method in class com.github.noraui.cli.model.NoraUiResult
 
setName(String) - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
setName(String) - Method in class com.github.noraui.statistics.Statistics
 
setNbCas(int) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setNbFailure(int) - Static method in class com.github.noraui.utils.Context
 
setNbScenario(int) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setNbStep(int) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setNbWarning(int) - Static method in class com.github.noraui.utils.Context
 
setNid(Integer) - Method in class com.github.noraui.application.model.demo.Article
 
setNorauiVersion(String) - Method in class com.github.noraui.statistics.Statistics
 
setNote(int) - Method in class com.github.noraui.application.model.demo.Article
 
setPageMainPackage(String) - Static method in class com.github.noraui.application.page.Page
Sets the Page main package used to find pages by their class name.
setProperty(String, String) - Static method in class com.github.noraui.utils.Utilities
Set value to a variable (null is forbiden, so set default value).
setResult(String) - Method in class com.github.noraui.data.rest.Row
 
setResults(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setResults(List<NoraUiResult>) - Method in class com.github.noraui.cli.model.NoraUiModel
 
setResults(String) - Method in class com.github.noraui.cli.model.NoraUiModel
 
setRobotContext(Class<?>) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setRobotCounter(Class<?>) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setRows(List<Row>) - Method in class com.github.noraui.data.rest.DataModel
 
setRun(int) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setScenario(Scenario) - Method in class com.github.noraui.cli.NoraUiCommandLineInterface
 
setScenarioFiles(List<NoraUiScenarioFile>) - Method in class com.github.noraui.cli.model.NoraUiCliFile
 
setScenarioName(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setScenarioName(String) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setScenarioName(String) - Static method in class com.github.noraui.utils.Context
 
setScreenFormat(Format) - Method in class com.github.noraui.utils.NoraUiScreenRecorder.NoraUiScreenRecorderConfiguration
 
setSkipped(int) - Method in class com.github.noraui.indus.MavenRunCounter.Counter
 
setStatus(boolean) - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
setStatus(boolean) - Method in class com.github.noraui.cli.model.NoraUiScenarioFile
 
setText(String) - Method in class com.github.noraui.application.model.demo.Article
 
setText(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
 
setText(String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
 
setText(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Set a html input text with a text.
setText(Page.PageElement, String, CharSequence, Object...) - Method in class com.github.noraui.application.steps.Step
Set a html input text with a text.
setText(int, Page.PageElement, String, CharSequence, Object...) - Method in class com.github.noraui.application.steps.Step
Set a html input text with a text.
setTitle(String) - Method in class com.github.noraui.application.model.demo.Article
 
setUpScenario(Scenario) - Static method in class com.github.noraui.application.steps.CucumberHooks
 
setUrl(String) - Method in class com.github.noraui.cli.model.NoraUiApplicationFile
 
setUrl(String) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setVerbose(boolean) - Method in class com.github.noraui.cli.model.NoraUiCliParameters
 
setVersion(String) - Method in class com.github.noraui.statistics.Statistics
 
share(Statistics, String) - Method in class com.github.noraui.statistics.StatisticsService
If you use this method, you have agreed to share your usage statistics and configuration of your robot with the NoraUi team anonymously.
ShellCommand - Class in com.github.noraui.utils
 
ShellCommand(String, String...) - Constructor for class com.github.noraui.utils.ShellCommand
 
SPEED_REGULATOR_ANNOTATION_ENABLE - Static variable in class com.github.noraui.cucumber.metrics.module.SpeedRegulatorModule
 
SPEED_REGULATORS_ANNOTATION_ENABLE - Static variable in class com.github.noraui.cucumber.metrics.module.SpeedRegulatorModule
 
SpeedRegulator - Annotation Type in com.github.noraui.cucumber.metrics.annotation.regulator
 
SpeedRegulatorInterceptor - Class in com.github.noraui.cucumber.metrics.interceptor
 
SpeedRegulatorInterceptor() - Constructor for class com.github.noraui.cucumber.metrics.interceptor.SpeedRegulatorInterceptor
 
SpeedRegulatorModule - Class in com.github.noraui.cucumber.metrics.module
 
SpeedRegulatorModule() - Constructor for class com.github.noraui.cucumber.metrics.module.SpeedRegulatorModule
 
SpeedRegulators - Annotation Type in com.github.noraui.cucumber.metrics.annotation.regulator
 
sqlSanitized4readOnly(String) - Static method in class com.github.noraui.data.db.DBDataProvider
 
stage - Variable in class com.github.noraui.cucumber.injector.NoraUiInjectorSource
 
start(String[]) - Method in class com.github.noraui.main.ScenarioInitiator
This method inject data from dataProvider in Gherkin feature file.
startCurrentScenario() - Static method in class com.github.noraui.utils.Context
 
startVideoCapture(String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
I start video capture and add to DOWNLOAD_FILES_FOLDER folder.
startVideoCapture(String) - Method in class com.github.noraui.service.impl.ScreenServiceImpl
Start video capture with screenName.avi in DOWNLOAD_FILES_FOLDER folder.
startVideoCapture(String) - Method in interface com.github.noraui.service.ScreenService
Start video capture with screenName.avi in DOWNLOAD_FILES_FOLDER folder.
Statistics - Class in com.github.noraui.statistics
 
Statistics() - Constructor for class com.github.noraui.statistics.Statistics
 
statistics - Variable in class com.github.noraui.utils.Context
 
STATISTICS_API_GATEWAY - Static variable in class com.github.noraui.statistics.StatisticsConfig
 
STATISTICS_URI - Static variable in class com.github.noraui.statistics.StatisticsConfig
 
STATISTICS_VERSION - Static variable in class com.github.noraui.statistics.StatisticsConfig
 
StatisticsConfig - Class in com.github.noraui.statistics
 
statisticsProcessor(ClassLoader, String) - Method in class com.github.noraui.utils.Context
statisticsProcessor retrieves specific information from the robot to return it to users statistic feature.
StatisticsService - Class in com.github.noraui.statistics
 
StatisticsService() - Constructor for class com.github.noraui.statistics.StatisticsService
 
Step - Class in com.github.noraui.application.steps
 
Step() - Constructor for class com.github.noraui.application.steps.Step
 
StepDefinition - Interface in cucumber.runtime
 
StepInterceptor - Class in com.github.noraui.cucumber.interceptor
 
StepInterceptor() - Constructor for class com.github.noraui.cucumber.interceptor.StepInterceptor
 
STEPS_BROWSER_STEPS_CLASS_QUALIFIED_NAME - Static variable in class com.github.noraui.utils.Context
 
stopVideoCapture(List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
I start video capture and add to DOWNLOAD_FILES_FOLDER folder.
stopVideoCapture() - Method in class com.github.noraui.service.impl.ScreenServiceImpl
Stop video capture in DOWNLOAD_FILES_FOLDER folder..
stopVideoCapture() - Method in interface com.github.noraui.service.ScreenService
Stop video capture in DOWNLOAD_FILES_FOLDER folder..
subtract(ModelList) - Method in class com.github.noraui.application.model.demo.Articles
Subtracts a Model of ModelList
subtract(ModelList) - Method in interface com.github.noraui.model.ModelList
Subtracts a Model of ModelList
Success(O, String) - Constructor for class com.github.noraui.exception.Result.Success
 
success() - Method in class com.github.noraui.exception.Result.Success
 
SUCCESS_MESSAGE - Static variable in class com.github.noraui.utils.Messages
Success message
SUCCESS_MESSAGE_WITH_RESERVE - Static variable in class com.github.noraui.utils.Messages
 
SUFFIX_COMMON - Static variable in class com.github.noraui.cli.Application
 
SUFFIX_HOME - Static variable in class com.github.noraui.cli.Application
 
SUFFIX_KEY - Static variable in class com.github.noraui.cli.Application
 
SUFFIX_PORTAL - Static variable in class com.github.noraui.cli.Application
 
switchFrame(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Switches to the given frame.
switchFrame(Page.PageElement, Object...) - Method in class com.github.noraui.application.steps.Step
Switches to the given frame.
switchWindow(String, List<GherkinStepCondition>) - Method in class com.github.noraui.browser.steps.BrowserSteps
Switch window when the scenario contain more one windows (one more application for example).

T

takeScreenshot(List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.ScreenSteps
Take a screenshot and add to result.
takeScreenshot - Variable in class com.github.noraui.exception.Result
 
takeScreenshot(Scenario) - Method in class com.github.noraui.service.impl.ScreenServiceImpl
Indicates a driver that can capture a screenshot and store it in different ways.
takeScreenshot(Scenario) - Method in interface com.github.noraui.service.ScreenService
Indicates a driver that can capture a screenshot and store it in different ways.
TARGET_BROWSER_BINARY_PATH - Static variable in class com.github.noraui.browser.DriverFactory
 
tearDown(Scenario) - Static method in class com.github.noraui.application.steps.CucumberHooks
 
TECHNICAL_ERROR_MESSAGE - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_CHECKSUM_IO_EXCEPTION - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_DATA_IOEXCEPTION - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_DATABASE_EXCEPTION - Static variable in exception com.github.noraui.exception.data.DatabaseException
 
TECHNICAL_ERROR_MESSAGE_DECRYPT_CONFIGURATION_EXCEPTION - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_DECRYPT_EXCEPTION - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_ENCRYPT_EXCEPTION - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_FUSION_PROCESSOR - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_NORAUI_INJECTOR_SOURCE_ALREADY_EXISTS - Static variable in class com.github.noraui.cucumber.injector.NoraUiInjector
 
TECHNICAL_ERROR_MESSAGE_NORAUI_LOGGING_INJECTOR_ALREADY_EXISTS - Static variable in class com.github.noraui.log.NoraUiLoggingInjector
 
TECHNICAL_ERROR_MESSAGE_REMOTE_WEBDRIVER_URL - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_MESSAGE_UNKNOWN_DATABASE_TYPE - Static variable in exception com.github.noraui.exception.data.DatabaseException
 
TECHNICAL_ERROR_MESSAGE_UNKNOWN_WEB_SERVICES_TYPE - Static variable in exception com.github.noraui.exception.data.WebServicesException
 
TECHNICAL_ERROR_MESSAGE_WEB_SERVICES_EXCEPTION - Static variable in exception com.github.noraui.exception.data.WebServicesException
 
TECHNICAL_ERROR_MESSAGE_WEBDRIVER_SET_EXECUTABLE - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_ERROR_STEP_UNDEFINED - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_EXPECTED_ACTUAL_SIZE_DIFFERENT - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_EXPECTED_AT_LEAST_AN_ID_COLUMN_IN_EXAMPLES - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_EXPECTED_EXCEL_EXTENTION_ERROR - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_IO_EXCEPTION - Static variable in exception com.github.noraui.exception.TechnicalException
 
TECHNICAL_SUBSTEP_ERROR_MESSAGE - Static variable in exception com.github.noraui.exception.TechnicalException
 
TechnicalException - Exception in com.github.noraui.exception
 
TechnicalException() - Constructor for exception com.github.noraui.exception.TechnicalException
Build an object TechnicalException.
TechnicalException(String, Throwable) - Constructor for exception com.github.noraui.exception.TechnicalException
Build an object TechnicalException.
TechnicalException(String) - Constructor for exception com.github.noraui.exception.TechnicalException
Build an object TechnicalException.
TechnicalException(Throwable) - Constructor for exception com.github.noraui.exception.TechnicalException
Build an object TechnicalException.
textContainsExpectedValue(By, String) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
Expects that the target element contains the given value as text.
textToBeEqualsToExpectedValue(By, String) - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.textToBeEqualsToExpectedValue(By, String) Expects that the target element contains the given value as text. The inner text and 'value' attribute of the element are checked.
textToBeEqualsToExpectedValue(By, String) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
Expects that the target element equals the given value as text.
textToBePresentInElement(By) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
text to be presentInElement on element located.
THANK_YOU_FOR_YOUR_CONTRIBUTION - Static variable in class com.github.noraui.utils.Messages
Functional fail messages.
then(Consumer<T>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
then(Function<T, O>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
tick() - Method in class com.github.noraui.cucumber.metrics.core.impl.EWMA
Mark the passage of time and decay the current rate accordingly.
Time - Annotation Type in com.github.noraui.cucumber.metrics.annotation.time
 
TIME_ANNOTATION_ENABLE - Static variable in class com.github.noraui.cucumber.metrics.module.TimeModule
 
TimedJmxDynamicMBean - Class in com.github.noraui.cucumber.metrics.jmx
 
TimedJmxDynamicMBean() - Constructor for class com.github.noraui.cucumber.metrics.jmx.TimedJmxDynamicMBean
 
TimeInterceptor - Class in com.github.noraui.cucumber.metrics.interceptor
 
TimeInterceptor() - Constructor for class com.github.noraui.cucumber.metrics.interceptor.TimeInterceptor
 
TimeModule - Class in com.github.noraui.cucumber.metrics.module
 
TimeModule() - Constructor for class com.github.noraui.cucumber.metrics.module.TimeModule
 
TimeName - Annotation Type in com.github.noraui.cucumber.metrics.annotation.time
 
TIMEOUT_KEY - Static variable in class com.github.noraui.utils.Context
 
Times - Annotation Type in com.github.noraui.cucumber.metrics.annotation.time
 
TIMES_ANNOTATION_ENABLE - Static variable in class com.github.noraui.cucumber.metrics.module.TimeModule
 
TimeService - Interface in com.github.noraui.service
 
TimeServiceImpl - Class in com.github.noraui.service.impl
 
TimeServiceImpl() - Constructor for class com.github.noraui.service.impl.TimeServiceImpl
 
TimeSteps - Class in com.github.noraui.application.steps
 
TimeSteps() - Constructor for class com.github.noraui.application.steps.TimeSteps
 
TimeValue - Annotation Type in com.github.noraui.cucumber.metrics.annotation.time
 
TOP_LEVEL_PACKAGE - Static variable in class com.github.noraui.Constants
 
TOP_LEVEL_PACKAGE - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
toString() - Method in class com.github.noraui.application.model.demo.Article
 
toString() - Method in class com.github.noraui.application.model.demo.Articles
 
toString() - Method in class com.github.noraui.application.page.Page.PageElement
toString() - Method in class com.github.noraui.application.page.Page
toString() - Method in class cucumber.runtime.java.ParameterInfo
 
TriFunction<A,B,C,O> - Interface in com.github.noraui.browser.waits
 

U

UID - Static variable in class com.github.noraui.browser.Auth
 
UNABLE_TO_RETRIEVE_PAGE - Static variable in class com.github.noraui.application.page.Page
 
UNABLE_TO_RETRIEVE_PAGE_ELEMENT - Static variable in class com.github.noraui.application.page.Page
 
until(ExpectedCondition<T>) - Static method in class com.github.noraui.browser.waits.Wait
Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
until(ExpectedCondition<T>, boolean) - Static method in class com.github.noraui.browser.waits.Wait
 
until(ExpectedCondition<T>, int) - Static method in class com.github.noraui.browser.waits.Wait
Wait will ignore instances of NotFoundException that are encountered (thrown) by default in the 'until' condition, and immediately propagate all others.
until(ExpectedCondition<T>, int, boolean) - Static method in class com.github.noraui.browser.waits.Wait
 
untilAnd(ExpectedCondition<T>) - Static method in class com.github.noraui.browser.waits.Wait
 
untilAnd(ExpectedCondition<T>, boolean) - Static method in class com.github.noraui.browser.waits.Wait
 
untilAnd(ExpectedCondition<T>, int) - Static method in class com.github.noraui.browser.waits.Wait
 
untilAnd(ExpectedCondition<T>, int, boolean) - Static method in class com.github.noraui.browser.waits.Wait
 
update(long) - Method in class com.github.noraui.cucumber.metrics.core.impl.EWMA
Update the moving average with a new value.
updateDate(Page.PageElement, String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Update a html input text with a date.
updateDateValidated(Page.PageElement, String, String, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text value with a date.
updateFile(String, StringBuilder) - Method in class com.github.noraui.cli.AbstractNoraUiCli
 
updateList(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Update a html select input text with a text data (if it exists in html "option" list).
updateList(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html select with a text value.
updateRadioList(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Updates the value of a html radio element with conditions.
updateRadioList(Page.PageElement, String, Map<String, String>) - Method in class com.github.noraui.application.steps.CommonSteps
Updates the value of html radio element with conditions using a map of keys/printed values.
updateRadioList(Page.PageElement, String, Map<String, String>, Object...) - Method in class com.github.noraui.application.steps.Step
Update html radio button by value (value corresponding to key "index").
updateRadioList(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Update html radio button by text "input".
updateText(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Update a html input text with a given text.
updateText(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with a text.
updateText(int, Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with a text.
updateText(Page.PageElement, String, CharSequence, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with a text.
updateText(int, Page.PageElement, String, CharSequence, Object...) - Method in class com.github.noraui.application.steps.Step
Update a html input text with a text.
updateTextAndSeleniumKeys(Page.PageElement, Keys, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Update a html input text with a given text and then press org.openqa.selenium.Keys (ENTER, ESCAPE, ...).
updateTextWithRamdomValueMatchRegexp(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
Update a html input text with a random text.
uploadFile(Page.PageElement, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.FileSteps
Waits the full download of a file.
uploadFile(Page.PageElement, String, Object...) - Method in class com.github.noraui.application.steps.Step
Updates a html file input with the path of the file to upload.
User(String, String) - Constructor for class com.github.noraui.browser.Auth.User
 
USER_DIR - Static variable in class com.github.noraui.Constants
 
USER_DIR - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
userNameService - Variable in class com.github.noraui.application.steps.Step
 
UserNameService - Interface in com.github.noraui.service
 
UserNameServiceImpl - Class in com.github.noraui.service.impl
 
UserNameServiceImpl() - Constructor for class com.github.noraui.service.impl.UserNameServiceImpl
 
UserTimeClock() - Constructor for class com.github.noraui.cucumber.metrics.core.impl.Clock.UserTimeClock
 
usingAuthentication(String) - Static method in class com.github.noraui.browser.Auth
Process a given url using the current authentication mode.
Utilities - Class in com.github.noraui.utils
 
Utilities() - Constructor for class com.github.noraui.utils.Utilities
 
Utilities.OperatingSystem - Enum in com.github.noraui.utils
 
Utilities.SystemArchitecture - Enum in com.github.noraui.utils
 

V

validActivationEmail(String, String, String, String, String, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.MailSteps
Valid activation email.
VALUE - Static variable in class com.github.noraui.Constants
 
VALUE - Static variable in class com.github.noraui.utils.Constants
Deprecated.
 
valueOf(String) - Static method in enum com.github.noraui.browser.Auth.authenticationTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.noraui.browser.DriverFactory.Driver
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.noraui.data.DataProvider.type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.noraui.data.rest.RestDataProvider.types
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.noraui.gherkin.Inequality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.noraui.utils.Utilities.OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.noraui.utils.Utilities.SystemArchitecture
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.noraui.browser.Auth.authenticationTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.noraui.browser.DriverFactory.Driver
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.noraui.data.DataProvider.type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.noraui.data.rest.RestDataProvider.types
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.noraui.gherkin.Inequality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.noraui.utils.Utilities.OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.noraui.utils.Utilities.SystemArchitecture
Returns an array containing the constants of this enum type, in the order they are declared.
visibilityOfNbElementsLocatedBy(By, int) - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.visibilityOfNbElementsLocatedBy(By, int) An expectation for checking that nb elements present on the web page that match the locator are visible. Visibility means that the elements are not only displayed but also have a height and width that is greater than 0.
visibilityOfNbElementsLocatedBy(By, int) - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
An expectation for checking that nb elements present on the web page that match the locator are visible.

W

wait(int, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
Waits a time in second.
wait(Function<A, ExpectedCondition<O>>, Function<T, A>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
wait(BiFunction<A, B, ExpectedCondition<O>>, Function<T, Pair<A, B>>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
wait(TriFunction<A, B, C, ExpectedCondition<O>>, Function<T, Triplet<A, B, C>>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
wait(Function<T, ExpectedCondition<O>>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
wait(Supplier<ExpectedCondition<O>>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
wait(ExpectedCondition<T>) - Method in class com.github.noraui.browser.waits.ChainableWait
 
Wait - Class in com.github.noraui.browser.waits
 
Wait() - Constructor for class com.github.noraui.browser.waits.Wait
 
waitAttributeContains(String, Page.PageElement, Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitAttributeToBe(String, Page.PageElement, Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitDownloadFile(String, int, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.FileSteps
Waits the full download of a file with a maximum timeout in seconds.
waitElementToBeClickable(Page.PageElement, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitElementToBeNotSelected(Page.PageElement, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitForLoad() - Static method in class com.github.noraui.application.steps.ExpectSteps
Deprecated.
As of release 4.1, replaced by NoraUiExpectedConditions.waitForLoad() Expects that the target page is completely loaded.
waitForLoad() - Static method in class com.github.noraui.selenium.NoraUiExpectedConditions
Expects that the target page is completely loaded.
waitIfNecessaryAndUpdateNextAvailableTime() - Method in class com.github.noraui.cucumber.metrics.core.impl.Meter
 
waitInvisibilityOf(Page.PageElement, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitInvisibilityOf(Page.PageElement, Boolean, int, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
Waits invisibility of element with timeout of x seconds.
waitInvisibilityOfElementWithText(Page.PageElement, String, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitInvisibilityOfElementWithTextWithTimeout(Page.PageElement, String, Boolean, int, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitNumberOfElementsToBe(Page.PageElement, Boolean, int, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitNumberOfElementsToBeLessThan(Page.PageElement, Boolean, Integer, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitNumberOfElementsToBeMoreThan(Page.PageElement, Boolean, Integer, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitNumberOfWindowsToBe(Boolean, Integer, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitPresenceOfElementLocated(Page.PageElement, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitPresenceOfNestedElementLocatedBy(Page.PageElement, Page.PageElement, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitStalenessOf(Page.PageElement, Boolean, int, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
Waits staleness of element with timeout of x seconds.
WaitSteps - Class in com.github.noraui.application.steps
 
WaitSteps() - Constructor for class com.github.noraui.application.steps.WaitSteps
 
waitTextMatches(Page.PageElement, Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitTextToBe(Page.PageElement, Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitTextToBePresentInElementLocated(Page.PageElement, Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitTextToBePresentInElementValue(Page.PageElement, Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
Waits text to be present in element value.
waitTitleContains(Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitTitleIs(Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitUrlContains(Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitUrlMatches(Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitUrlToBe(Boolean, String, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitVisibilityOf(Page.PageElement, Boolean, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
waitVisibilityOfNestedElementsLocatedBy(Page.PageElement, Boolean, Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.WaitSteps
 
Warning(O, String, boolean, int) - Constructor for class com.github.noraui.exception.Result.Warning
 
warning() - Method in class com.github.noraui.exception.Result.Warning
 
WARNING_MESSAGE_DEFAULT - Static variable in class com.github.noraui.utils.Messages
 
WarningException - Exception in com.github.noraui.exception
 
WarningException(Result.Warning<?>) - Constructor for exception com.github.noraui.exception.WarningException
 
WEBDRIVER_OPTIONS_ADDITIONAL_ARGS - Static variable in class com.github.noraui.browser.DriverFactory
 
WebServicesException - Exception in com.github.noraui.exception.data
 
WebServicesException() - Constructor for exception com.github.noraui.exception.data.WebServicesException
 
WebServicesException(String) - Constructor for exception com.github.noraui.exception.data.WebServicesException
 
whileDo(String, String, String, String, int, List<GherkinConditionedLoopedStep>) - Method in class com.github.noraui.application.steps.CommonSteps
While a given condition is verified, does steps execution.
WHITE - Static variable in class com.github.noraui.Constants
 
WHITE_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
WHITE_BRIGHT - Static variable in class com.github.noraui.Constants
 
WindowManager - Class in com.github.noraui.browser
 
WindowManager() - Constructor for class com.github.noraui.browser.WindowManager
 
WITH_WHITE_LISTED_IPS - Static variable in class com.github.noraui.browser.DriverFactory
 
writeDataResult(String, int, String) - Method in class com.github.noraui.data.CommonDataProvider
Writes some data as result.
writeDataResult(String, int, String) - Method in class com.github.noraui.data.console.OutputConsoleDataProvider
Writes some data as result.
writeDataResult(String, int, String) - Method in interface com.github.noraui.data.DataOutputProvider
Writes a data in the output file.
writeDataResult(String, int, String) - Method in class com.github.noraui.data.excel.ExcelDataProvider
Writes some data as result.
writeFailedResult(int, String) - Method in class com.github.noraui.data.CommonDataProvider
Writes a fail result
writeFailedResult(int, String) - Method in class com.github.noraui.data.console.OutputConsoleDataProvider
Writes a fail result
writeFailedResult(int, String) - Method in interface com.github.noraui.data.DataOutputProvider
Writes a fail message in the output file.
writeFailedResult(int, String) - Method in class com.github.noraui.data.excel.ExcelDataProvider
Writes a fail result
writeNoraUiCliFiles(NoraUiCliFile, boolean) - Method in class com.github.noraui.cli.NoraUiCommandLineInterface
 
writeSuccessResult(int) - Method in class com.github.noraui.data.CommonDataProvider
Writes a success result
writeSuccessResult(int) - Method in class com.github.noraui.data.console.OutputConsoleDataProvider
Writes a success result
writeSuccessResult(int) - Method in interface com.github.noraui.data.DataOutputProvider
Writes a successful message in the output file.
writeSuccessResult(int) - Method in class com.github.noraui.data.excel.ExcelDataProvider
Writes a success result
writeValue(String, int, String) - Method in class com.github.noraui.data.CommonDataProvider
Defines how to write values.
writeValue(String, int, String) - Method in class com.github.noraui.data.csv.CsvDataProvider
Defines how to write values.
writeValue(String, int, String) - Method in class com.github.noraui.data.rest.RestDataProvider
Defines how to write values.
writeWarningResult(int, String) - Method in class com.github.noraui.data.CommonDataProvider
Writes a warning result
writeWarningResult(int, String) - Method in class com.github.noraui.data.console.OutputConsoleDataProvider
Writes a warning result
writeWarningResult(int, String) - Method in interface com.github.noraui.data.DataOutputProvider
Writes a warning message in the output file.
writeWarningResult(int, String) - Method in class com.github.noraui.data.excel.ExcelDataProvider
 
WRONG_RESULT_COLUMN_NAME_ERROR_MESSAGE - Static variable in exception com.github.noraui.exception.data.WrongDataFileFormatException
 
WrongDataFileFormatException - Exception in com.github.noraui.exception.data
 
WrongDataFileFormatException() - Constructor for exception com.github.noraui.exception.data.WrongDataFileFormatException
 
WrongDataFileFormatException(String) - Constructor for exception com.github.noraui.exception.data.WrongDataFileFormatException
 

Y

YELLOW - Static variable in class com.github.noraui.Constants
 
YELLOW_BACKGROUND_BRIGHT - Static variable in class com.github.noraui.Constants
 
YELLOW_BRIGHT - Static variable in class com.github.noraui.Constants
 

Z

Z_MANAGER - Static variable in class com.github.noraui.indus.MavenRunCounter
 
A B C D E F G H I L M N O P Q R S T U V W Y Z 
Skip navigation links

Copyright © 2023 NoraUi. All rights reserved.