- 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
-
- checkElementNotPresent(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
-
- 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
-
- checkElementVisible(Page.PageElement, List<GherkinStepCondition>) - Method in class com.github.noraui.application.steps.CommonSteps
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- DATE_FORMAT - Static variable in class com.github.noraui.utils.Constants
-
- DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.Constants
-
- DATE_FORMAT_REG_EXP - Static variable in class com.github.noraui.utils.Constants
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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).
- 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
-
- 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
-
- 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.