- IfBrowserGotoPlugin - Class in et.seleniet.plugins
-
This plugin compares the browser name given in the web drivers capabilities
and used for current test execution and if it matches will jump to the given
label / test step.
- IfBrowserGotoPlugin() - Constructor for class et.seleniet.plugins.IfBrowserGotoPlugin
-
- IfDisabledGotoPlugin - Class in et.seleniet.plugins
-
This plugin checks whether a given element is disabled and will
jump to the given label / test step.
- IfDisabledGotoPlugin() - Constructor for class et.seleniet.plugins.IfDisabledGotoPlugin
-
- IfElemAttrGotoPlugin - Class in et.seleniet.plugins
-
This plugin checks whether a given attr matches the given value and jumps to the given label / test step.
- IfElemAttrGotoPlugin() - Constructor for class et.seleniet.plugins.IfElemAttrGotoPlugin
-
- IfFalseGotoPlugin - Class in et.seleniet.plugins
-
This plugin evaluates given string as javascript expression and if it evaluates to yes/true/1.0/1 it will
jump to the given label / test step.
- IfFalseGotoPlugin() - Constructor for class et.seleniet.plugins.IfFalseGotoPlugin
-
- IfFoundGotoPlugin - Class in et.seleniet.plugins
-
This plugin checks for existence of a given element and if it is found will
jump to the given label / test step.
- IfFoundGotoPlugin() - Constructor for class et.seleniet.plugins.IfFoundGotoPlugin
-
- IfNotFoundGotoPlugin - Class in et.seleniet.plugins
-
This plugin tries to find a given element and if it is NOT found will jump to the given label / test step.
- IfNotFoundGotoPlugin() - Constructor for class et.seleniet.plugins.IfNotFoundGotoPlugin
-
- IfNotVisibleGotoPlugin - Class in et.seleniet.plugins
-
This plugin checks for visibility of a given element and if not found will
jump to the given label / test step.
- IfNotVisibleGotoPlugin() - Constructor for class et.seleniet.plugins.IfNotVisibleGotoPlugin
-
- IfTrueGotoPlugin - Class in et.seleniet.plugins
-
This plugin evaluates given string as javascript expression and if it evaluates to yes/true/1.0/1 it will
jump to the given label / test step.
- IfTrueGotoPlugin() - Constructor for class et.seleniet.plugins.IfTrueGotoPlugin
-
- IfUnknownVarGotoPlugin - Class in et.seleniet.plugins
-
This plugin checks for the existance of the given variable name and if this variable is NOT defined will
jump to the given label / test step.
- IfUnknownVarGotoPlugin() - Constructor for class et.seleniet.plugins.IfUnknownVarGotoPlugin
-
- IfVarMatchGotoPlugin - Class in et.seleniet.plugins
-
This plugin compares the given value to the value of the given variable and if they match will
jump to the given label / test step.
- IfVarMatchGotoPlugin() - Constructor for class et.seleniet.plugins.IfVarMatchGotoPlugin
-
- IfVisibleGotoPlugin - Class in et.seleniet.plugins
-
This plugin checks for existence of a given element and if it is found will
jump to the given label / test step.
- IfVisibleGotoPlugin() - Constructor for class et.seleniet.plugins.IfVisibleGotoPlugin
-
- IfWarningsFailPlugin - Class in et.seleniet.plugins
-
This plugin does what it says: Failing the test case if any warnings are set.
- IfWarningsFailPlugin() - Constructor for class et.seleniet.plugins.IfWarningsFailPlugin
-
- IMAPConnectPlugin - Class in et.seleniet.plugins
-
This plugin opens a connection to an IMAP server and stores it as a named connection so that multiple connections can
be kept open and used at the same time.
- IMAPConnectPlugin() - Constructor for class et.seleniet.plugins.IMAPConnectPlugin
-
- IMAPCountPlugin - Class in et.seleniet.plugins
-
This plugin reads the number of mails of a given mail folder of the given mail IMAP connection.
- IMAPCountPlugin() - Constructor for class et.seleniet.plugins.IMAPCountPlugin
-
- IMAPReadPlugin - Class in et.seleniet.plugins
-
This plugin reads the nth mail from a given mail folder of the given mail IMAP connection.
- IMAPReadPlugin() - Constructor for class et.seleniet.plugins.IMAPReadPlugin
-
- IncrementVariablePlugin - Class in et.seleniet.plugins
-
This plugin increments the value of the given variable by the delta value specified (defaults to 1).
- IncrementVariablePlugin() - Constructor for class et.seleniet.plugins.IncrementVariablePlugin
-
- INetInfoPopupPlugin - Class in et.seleniet.plugins
-
This plugin triggers Ctrl+Alt+i and stores the content of the appearing poup into an internal variable returned via
the FailureInfoPlugin interface.
- INetInfoPopupPlugin() - Constructor for class et.seleniet.plugins.INetInfoPopupPlugin
-
- isGotoTarget() - Method in class et.seleniet.plugins.LabelPlugin
-
- SavePropertiesPlugin - Class in et.seleniet.plugins
-
This plugin allows to store variable values to a given properties file.
- SavePropertiesPlugin() - Constructor for class et.seleniet.plugins.SavePropertiesPlugin
-
- ScreenshotPlugin - Class in et.seleniet.plugins
-
This plugin take a "screenshot" of the browser window and stores it under the
given filename.
- ScreenshotPlugin() - Constructor for class et.seleniet.plugins.ScreenshotPlugin
-
- SelectPlugin - Class in et.seleniet.plugins
-
This plugin selects the option with given value of a select element.
- SelectPlugin() - Constructor for class et.seleniet.plugins.SelectPlugin
-
- SetVariablePlugin - Class in et.seleniet.plugins
-
This plugin allows to directly set the value of a variable. if three arguments are supplied it will take the second
argument as comma separated values list to retrieve the value from based on the third argument being an index to the list.
- SetVariablePlugin() - Constructor for class et.seleniet.plugins.SetVariablePlugin
-
- SingleStepModePlugin - Class in et.seleniet.plugins
-
This plugin switches the test run environment to single step mode, to allow
for closer examination of upcoming test steps or analysis.
- SingleStepModePlugin() - Constructor for class et.seleniet.plugins.SingleStepModePlugin
-
- sleep(Seleniet, long, long) - Method in class et.seleniet.plugins.WaitPlugin
-
- StoreElemAttributePlugin - Class in et.seleniet.plugins
-
This plugin looks up the attribute or text content of a given element and
stores it in the given variable.
- StoreElemAttributePlugin() - Constructor for class et.seleniet.plugins.StoreElemAttributePlugin
-
- StoreJSExecPlugin - Class in et.seleniet.plugins
-
This plugin stores the result of evaluating a given string into the variable with given name.
- StoreJSExecPlugin() - Constructor for class et.seleniet.plugins.StoreJSExecPlugin
-
- StoreNumberOfElemsPlugin - Class in et.seleniet.plugins
-
This plugin stores the number of matching elements found in the DOM in the given variable.
- StoreNumberOfElemsPlugin() - Constructor for class et.seleniet.plugins.StoreNumberOfElemsPlugin
-
- StoreValueOfVarPlugin - Class in et.seleniet.plugins
-
This plugin allows to store the value of a variable in another variable.
- StoreValueOfVarPlugin() - Constructor for class et.seleniet.plugins.StoreValueOfVarPlugin
-
- StoreWindowNumOfPlugin - Class in et.seleniet.plugins
-
This plugin stores the number of windows currently open to a variable.
- StoreWindowNumOfPlugin() - Constructor for class et.seleniet.plugins.StoreWindowNumOfPlugin
-
- SubmitPlugin - Class in et.seleniet.plugins
-
This plugin submits the specified HTML form element.
- SubmitPlugin() - Constructor for class et.seleniet.plugins.SubmitPlugin
-
- SubstringVarValuePlugin - Class in et.seleniet.plugins
-
This plugin returns sub string of a given string with start and end token as
delimiter.
- SubstringVarValuePlugin() - Constructor for class et.seleniet.plugins.SubstringVarValuePlugin
-
- SubtestPlugin - Class in et.seleniet.plugins
-
This plugin calls another test case as sub test (AKA not starting it as new
test case but counting all test steps to the current calling test case).
- SubtestPlugin() - Constructor for class et.seleniet.plugins.SubtestPlugin
-
- SVNLoadPropertiesPlugin - Class in et.seleniet.plugins
-
This plugin allows to load variable values from a dedicated folder of the local SVN repo
Interface
SVNLoadProperties filename
Parameters
filename: name of the property file attachment to load
- SVNLoadPropertiesPlugin() - Constructor for class et.seleniet.plugins.SVNLoadPropertiesPlugin
-
- Switch2TopFramePlugin - Class in et.seleniet.plugins
-
This plugin selects the top document DOM node as active "frame" again.
- Switch2TopFramePlugin() - Constructor for class et.seleniet.plugins.Switch2TopFramePlugin
-
- SwitchFramePlugin - Class in et.seleniet.plugins
-
This plugin selects the given frame element as active frame.
- SwitchFramePlugin() - Constructor for class et.seleniet.plugins.SwitchFramePlugin
-
- switchToWindow(Seleniet, String, String, String, long) - Method in class et.seleniet.plugins.SwitchWindowPlugin
-
- SwitchWindowPlugin - Class in et.seleniet.plugins
-
This plugin selects window identified by the given window title or index as new main window.
- SwitchWindowPlugin() - Constructor for class et.seleniet.plugins.SwitchWindowPlugin
-