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

A

AcceptAnyAlertPlugin - Class in et.seleniet.plugins
This plugin waits for any alert to appear and silently accepts it.
AcceptAnyAlertPlugin() - Constructor for class et.seleniet.plugins.AcceptAnyAlertPlugin
 
AssertTextNotPresentPlugin - Class in et.seleniet.plugins
This plugin tries to NOT find a text string in the page source.
AssertTextNotPresentPlugin() - Constructor for class et.seleniet.plugins.AssertTextNotPresentPlugin
 
AssertTextPresentPlugin - Class in et.seleniet.plugins
This plugin expects to find a text string in the page source.
AssertTextPresentPlugin() - Constructor for class et.seleniet.plugins.AssertTextPresentPlugin
 

B

BrowserToFrontPlugin - Class in et.seleniet.plugins
This plugin brings the browser window back to front and returns its focus on OS level.
BrowserToFrontPlugin() - Constructor for class et.seleniet.plugins.BrowserToFrontPlugin
 
BrowserWindowResizePlugin - Class in et.seleniet.plugins
This plugin allows to resize the browser window.
BrowserWindowResizePlugin() - Constructor for class et.seleniet.plugins.BrowserWindowResizePlugin
 

C

CheckAlertPlugin - Class in et.seleniet.plugins
This plugin waits for an alert with the optionally given text appearing.
CheckAlertPlugin() - Constructor for class et.seleniet.plugins.CheckAlertPlugin
 
ClickOnAutoClosePopupPlugin - Class in et.seleniet.plugins
This plugin performs a click on an element of a potentially autoclosing popup window.
ClickOnAutoClosePopupPlugin() - Constructor for class et.seleniet.plugins.ClickOnAutoClosePopupPlugin
 
ClickPlugin - Class in et.seleniet.plugins
This plugin performs a click on a given element.
ClickPlugin() - Constructor for class et.seleniet.plugins.ClickPlugin
 
CloseWindowPlugin - Class in et.seleniet.plugins
This plugin closes the given window.
CloseWindowPlugin() - Constructor for class et.seleniet.plugins.CloseWindowPlugin
 
connect2Imap(Seleniet, String) - Static method in class et.seleniet.plugins.IMAPConnectPlugin
 
cons - Static variable in class et.seleniet.plugins.IMAPConnectPlugin
 
CSVImportVarPlugin - Class in et.seleniet.plugins
This plugin is NOT implemented in this snapshot.
CSVImportVarPlugin() - Constructor for class et.seleniet.plugins.CSVImportVarPlugin
 

D

DBConnectPlugin - Class in et.seleniet.plugins
This plugin opens a connection to a jdbc compliant database and stores it as a named connection so that multiple connections can be kept open at the same time.
DBConnectPlugin() - Constructor for class et.seleniet.plugins.DBConnectPlugin
 
DBExecPlugin - Class in et.seleniet.plugins
This plugin performs a SQL statement.
DBExecPlugin() - Constructor for class et.seleniet.plugins.DBExecPlugin
 
DBQueryPlugin - Class in et.seleniet.plugins
This plugin performs a SQL query and compares it with the given expected result.
DBQueryPlugin() - Constructor for class et.seleniet.plugins.DBQueryPlugin
 
DBStoreVariablePlugin - Class in et.seleniet.plugins
This plugin performs a SQL query and stores the result in the variable with the given name.
DBStoreVariablePlugin() - Constructor for class et.seleniet.plugins.DBStoreVariablePlugin
 
DeleteCookiePlugin - Class in et.seleniet.plugins
This plugin deletes a cookie of given name.
DeleteCookiePlugin() - Constructor for class et.seleniet.plugins.DeleteCookiePlugin
 
DontFindPlugin - Class in et.seleniet.plugins
This plugin checks for the NON existance of the given element.
DontFindPlugin() - Constructor for class et.seleniet.plugins.DontFindPlugin
 
DontFindVarValuePlugin - Class in et.seleniet.plugins
This plugin tries to NOT find a given token within a variable.
DontFindVarValuePlugin() - Constructor for class et.seleniet.plugins.DontFindVarValuePlugin
 
DragPlugin - Class in et.seleniet.plugins
This plugin performs a click on the first given element,followed by a drag of this element onto the second given element.
DragPlugin() - Constructor for class et.seleniet.plugins.DragPlugin
 

E

EnterPlugin - Class in et.seleniet.plugins
This plugin enters a given text into an element (assuming its an input element) using the sendKeys method of Selenium.
EnterPlugin() - Constructor for class et.seleniet.plugins.EnterPlugin
 
et.seleniet.plugins - package et.seleniet.plugins
 
ExecPlugin - Class in et.seleniet.plugins
This plugin performs a shell command execution and optionally stores its output and error output in variables.
ExecPlugin() - Constructor for class et.seleniet.plugins.ExecPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.AcceptAnyAlertPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.AssertTextNotPresentPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.AssertTextPresentPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.BrowserToFrontPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.BrowserWindowResizePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.CheckAlertPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.ClickOnAutoClosePopupPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.ClickPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.CloseWindowPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.CSVImportVarPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DBConnectPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DBExecPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DBQueryPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DBStoreVariablePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DeleteCookiePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DontFindPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DontFindVarValuePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.DragPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.EnterPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.ExecPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FailPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FileComparePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FileCopyPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FindPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FindVarValuePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FTPIfFileExistsGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FTPRenameFilePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.FTPUploadPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.GetRequestPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.GotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.GrepVarPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.HoverPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfBrowserGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfDisabledGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfElemAttrGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfFalseGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfFoundGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfNotFoundGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfNotVisibleGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfTrueGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfUnknownVarGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfVarMatchGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfVisibleGotoPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IfWarningsFailPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IMAPConnectPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IMAPCountPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IMAPReadPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.IncrementVariablePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.INetInfoPopupPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.LabelPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.LoadJSONPropertiesPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.LoadPropertiesPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.LoadVarFromFilePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.LogOnOffPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.MatchElemAttributePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.MatchVariablePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.MatchVarStrLenPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.MatchXLSSheetPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.MSWaitPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.NoopPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.OpenURLPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.PKIDecryptPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.PostRequestPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.PostVarRequestPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.RemoveVariablePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.ReplaceVarValuePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.RestartBrowserPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.RobotKeyPressPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SavePropertiesPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.ScreenshotPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SelectPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SetVariablePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SingleStepModePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.StoreElemAttributePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.StoreJSExecPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.StoreNumberOfElemsPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.StoreValueOfVarPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.StoreWindowNumOfPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SubmitPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SubstringVarValuePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SubtestPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SVNLoadPropertiesPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.Switch2TopFramePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SwitchFramePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.SwitchWindowPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.TemplateFilePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.UploadPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.VerifyNotVisiblePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.VerifyVisiblePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.WaitPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.WarnIfNotPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.WarnIfPlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.WarnIfTruePlugin
 
execute(Seleniet, WebElement, String, List<String>, List<String>) - Method in class et.seleniet.plugins.ZephyrLoadPropertiesPlugin
 

F

FailPlugin - Class in et.seleniet.plugins
This plugin does what it says: manually failing the test case.
FailPlugin() - Constructor for class et.seleniet.plugins.FailPlugin
 
FileComparePlugin - Class in et.seleniet.plugins
This plugin compares the content of a given file with the given content.
FileComparePlugin() - Constructor for class et.seleniet.plugins.FileComparePlugin
 
FileCopyPlugin - Class in et.seleniet.plugins
This plugin copies a given file to another location, overwriting any already existing file.
FileCopyPlugin() - Constructor for class et.seleniet.plugins.FileCopyPlugin
 
FindPlugin - Class in et.seleniet.plugins
This plugin tries to find a given element inside the DOM.
FindPlugin() - Constructor for class et.seleniet.plugins.FindPlugin
 
FindVarValuePlugin - Class in et.seleniet.plugins
This plugin checks if a given token can be found within the content of a given variable.
FindVarValuePlugin() - Constructor for class et.seleniet.plugins.FindVarValuePlugin
 
FTPIfFileExistsGotoPlugin - Class in et.seleniet.plugins
This plugin connects to a given FTP server and checks for the exsctance of a given file. if it exsits will goto to given label.
FTPIfFileExistsGotoPlugin() - Constructor for class et.seleniet.plugins.FTPIfFileExistsGotoPlugin
 
FTPRenameFilePlugin - Class in et.seleniet.plugins
This plugin renames a given file on a remote ftp server.
FTPRenameFilePlugin() - Constructor for class et.seleniet.plugins.FTPRenameFilePlugin
 
FTPUploadPlugin - Class in et.seleniet.plugins
This plugin "uploads" a file to a given (S)FTP server using the given credentials or uses an anonymous account if the user is specified as "anonymous".
FTPUploadPlugin() - Constructor for class et.seleniet.plugins.FTPUploadPlugin
 

G

getKeyWord() - Method in class et.seleniet.plugins.DBStoreVariablePlugin
 
getKeyWord() - Method in class et.seleniet.plugins.IfFoundGotoPlugin
 
getKeyWord() - Method in class et.seleniet.plugins.IfNotFoundGotoPlugin
 
getKeyWord() - Method in class et.seleniet.plugins.IfNotVisibleGotoPlugin
 
getKeyWord() - Method in class et.seleniet.plugins.MatchElemAttributePlugin
 
getKeyWord() - Method in class et.seleniet.plugins.NoopPlugin
 
getKeyWord() - Method in class et.seleniet.plugins.SingleStepModePlugin
 
getKeyWord() - Method in class et.seleniet.plugins.StoreElemAttributePlugin
 
GetRequestPlugin - Class in et.seleniet.plugins
This plugin submits a http(s) GET request with given url/query.
GetRequestPlugin() - Constructor for class et.seleniet.plugins.GetRequestPlugin
 
getWarningInfo() - Method in class et.seleniet.plugins.INetInfoPopupPlugin
 
GotoPlugin - Class in et.seleniet.plugins
This plugin jumps to the given label / test step.
GotoPlugin() - Constructor for class et.seleniet.plugins.GotoPlugin
 
Grep - Class in et.seleniet.plugins
 
Grep() - Constructor for class et.seleniet.plugins.Grep
 
GrepVarPlugin - Class in et.seleniet.plugins
This plugin performs a shell command execution and optionally stores its output and error output in variables.
GrepVarPlugin() - Constructor for class et.seleniet.plugins.GrepVarPlugin
 

H

HoverPlugin - Class in et.seleniet.plugins
This plugin hovers the mouse over the given element Interface Hover page,object Hover xpath,xpathstring Parameters page, object: page, object name from Object Repository xpath,xpathstring: "xpath" and an xpath string to lookup a object
HoverPlugin() - Constructor for class et.seleniet.plugins.HoverPlugin
 

I

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
 

L

LabelPlugin - Class in et.seleniet.plugins
This plugin is a placeholder to allow to jump to a certain labeled position inside a test case.
LabelPlugin() - Constructor for class et.seleniet.plugins.LabelPlugin
 
LoadJSONPropertiesPlugin - Class in et.seleniet.plugins
This plugin allows to load variable values from a given JSON file.
LoadJSONPropertiesPlugin() - Constructor for class et.seleniet.plugins.LoadJSONPropertiesPlugin
 
LoadPropertiesPlugin - Class in et.seleniet.plugins
This plugin allows to load variable values from a given properties file.
LoadPropertiesPlugin() - Constructor for class et.seleniet.plugins.LoadPropertiesPlugin
 
LoadVarFromFilePlugin - Class in et.seleniet.plugins
This plugin compares the content of a given file with the given content.
LoadVarFromFilePlugin() - Constructor for class et.seleniet.plugins.LoadVarFromFilePlugin
 
LogOnOffPlugin - Class in et.seleniet.plugins
This plugin allwos to turn off/on logging completely in case confidential data like passwords or other credentials are sent to a web app.
LogOnOffPlugin() - Constructor for class et.seleniet.plugins.LogOnOffPlugin
 

M

MatchElemAttributePlugin - Class in et.seleniet.plugins
This plugin looks up the attribute or text content of a given element and tries to match it with the given value.
MatchElemAttributePlugin() - Constructor for class et.seleniet.plugins.MatchElemAttributePlugin
 
MatchVariablePlugin - Class in et.seleniet.plugins
This plugin checks if the content of a given variable matches the given value.
MatchVariablePlugin() - Constructor for class et.seleniet.plugins.MatchVariablePlugin
 
MatchVarStrLenPlugin - Class in et.seleniet.plugins
This plugin checks if the content of a given variable matches the given string length.
MatchVarStrLenPlugin() - Constructor for class et.seleniet.plugins.MatchVarStrLenPlugin
 
MatchXLSSheetPlugin - Class in et.seleniet.plugins
This plugin compares two sheets from two given xls files whether they match or not.
MatchXLSSheetPlugin() - Constructor for class et.seleniet.plugins.MatchXLSSheetPlugin
 
MSWaitPlugin - Class in et.seleniet.plugins
This plugin waits the given amount of milliseconds.
MSWaitPlugin() - Constructor for class et.seleniet.plugins.MSWaitPlugin
 

N

NoopPlugin - Class in et.seleniet.plugins
This plugin does what it says: NOTHING.
NoopPlugin() - Constructor for class et.seleniet.plugins.NoopPlugin
 
numMails(Store, String) - Static method in class et.seleniet.plugins.IMAPConnectPlugin
 

O

OpenURLPlugin - Class in et.seleniet.plugins
This plugin opens a new page from given URL.
OpenURLPlugin() - Constructor for class et.seleniet.plugins.OpenURLPlugin
 

P

ping(String, int) - Static method in class et.seleniet.plugins.OpenURLPlugin
Pings a HTTP URL.
PKIDecryptPlugin - Class in et.seleniet.plugins
This plugin deciphers a given content using the given key file and pass phrase to a variable with given name.
PKIDecryptPlugin() - Constructor for class et.seleniet.plugins.PKIDecryptPlugin
 
PostRequestPlugin - Class in et.seleniet.plugins
This plugin submits a http(s) POST request with given data.
PostRequestPlugin() - Constructor for class et.seleniet.plugins.PostRequestPlugin
 
PostVarRequestPlugin - Class in et.seleniet.plugins
This plugin submits a http(s) POST request with given data.
PostVarRequestPlugin() - Constructor for class et.seleniet.plugins.PostVarRequestPlugin
 
processFolders(String, Store, boolean) - Static method in class et.seleniet.plugins.IMAPConnectPlugin
 

R

readMail(Store, String, int) - Static method in class et.seleniet.plugins.IMAPConnectPlugin
 
RemoveVariablePlugin - Class in et.seleniet.plugins
This plugin allows to remove a variable from the list of known variables.
RemoveVariablePlugin() - Constructor for class et.seleniet.plugins.RemoveVariablePlugin
 
ReplaceVarValuePlugin - Class in et.seleniet.plugins
This plugin replaces a given token by a given string in a variable with given name.
ReplaceVarValuePlugin() - Constructor for class et.seleniet.plugins.ReplaceVarValuePlugin
 
RestartBrowserPlugin - Class in et.seleniet.plugins
This plugin restarts the selenium driver for the given browser.
RestartBrowserPlugin() - Constructor for class et.seleniet.plugins.RestartBrowserPlugin
 
RobotKeyPressPlugin - Class in et.seleniet.plugins
This plugin uses the robot library to allow sending keys to native dialogs (like to file save as dialog, when downloading certain files).
RobotKeyPressPlugin() - Constructor for class et.seleniet.plugins.RobotKeyPressPlugin
 

S

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
 

T

tearDown() - Method in class et.seleniet.plugins.DBConnectPlugin
 
tearDown() - Method in class et.seleniet.plugins.IMAPConnectPlugin
 
TemplateFilePlugin - Class in et.seleniet.plugins
This plugin loads a template file, replaces all params and variables in there and saves it as a new file to the file system.
TemplateFilePlugin() - Constructor for class et.seleniet.plugins.TemplateFilePlugin
 

U

UploadPlugin - Class in et.seleniet.plugins
This plugin "uploads" a file by sending the absolute path of the file to the input file field specified.
UploadPlugin() - Constructor for class et.seleniet.plugins.UploadPlugin
 

V

VerifyNotVisiblePlugin - Class in et.seleniet.plugins
Checks whether a given element that exists in the DOM is HIDDEN.
VerifyNotVisiblePlugin() - Constructor for class et.seleniet.plugins.VerifyNotVisiblePlugin
 
VerifyVisiblePlugin - Class in et.seleniet.plugins
Checks whether a given element that exists in the DOM is VISIBLE.
VerifyVisiblePlugin() - Constructor for class et.seleniet.plugins.VerifyVisiblePlugin
 

W

waitFor2BClickedElem(Seleniet, WebElement, boolean) - Method in class et.seleniet.plugins.ClickPlugin
 
WaitPlugin - Class in et.seleniet.plugins
This plugin waits the given amount of seconds.
WaitPlugin() - Constructor for class et.seleniet.plugins.WaitPlugin
 
WarnIfNotPlugin - Class in et.seleniet.plugins
This plugin checks for the existance of the given element.
WarnIfNotPlugin() - Constructor for class et.seleniet.plugins.WarnIfNotPlugin
 
WarnIfPlugin - Class in et.seleniet.plugins
This plugin checks for the NON existance of the given element.
WarnIfPlugin() - Constructor for class et.seleniet.plugins.WarnIfPlugin
 
WarnIfTruePlugin - Class in et.seleniet.plugins
This plugin checks for a true result returned by the given javascript snippet. if true will make a screenshot and save the HTML code plus will add it to the warning list of Seleniet.
WarnIfTruePlugin() - Constructor for class et.seleniet.plugins.WarnIfTruePlugin
 

Z

ZephyrLoadPropertiesPlugin - Class in et.seleniet.plugins
This plugin allows to load variable values from a given properties file attached in Zephyr to the current testcase.
ZephyrLoadPropertiesPlugin() - Constructor for class et.seleniet.plugins.ZephyrLoadPropertiesPlugin
 
A B C D E F G H I L M N O P R S T U V W Z 
Skip navigation links

Copyright © 2016 Thomas Eitzenberger. All rights reserved.