package

org.mule.modules.selenium.config

Classes

ClearMessageProcessor ClearMessageProcessor invokes the clear(org.openqa.selenium.WebElement) method in SeleniumModule
ClickMessageProcessor ClickMessageProcessor invokes the click(org.openqa.selenium.WebElement) method in SeleniumModule
FindElementMessageProcessor FindElementMessageProcessor invokes the findElement(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) method in SeleniumModule
FindElementsMessageProcessor FindElementsMessageProcessor invokes the findElements(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String) method in SeleniumModule
GetAttributeMessageProcessor GetAttributeMessageProcessor invokes the getAttribute(org.openqa.selenium.WebElement, java.lang.String) method in SeleniumModule
GetCurrentUrlMessageProcessor GetCurrentUrlMessageProcessor invokes the getCurrentUrl() method in SeleniumModule
GetMessageProcessor GetMessageProcessor invokes the get(java.lang.String) method in SeleniumModule
GetTextMessageProcessor GetTextMessageProcessor invokes the getText(org.openqa.selenium.WebElement) method in SeleniumModule
GetTitleMessageProcessor GetTitleMessageProcessor invokes the getTitle() method in SeleniumModule
IsEnabledMessageProcessor IsEnabledMessageProcessor invokes the isEnabled(org.openqa.selenium.WebElement) method in SeleniumModule
IsSelectedMessageProcessor IsSelectedMessageProcessor invokes the isSelected(org.openqa.selenium.WebElement) method in SeleniumModule
SeleniumModuleCapabilitiesAdapter A SeleniumModuleCapabilitiesAdapter is a wrapper around SeleniumModule that implements org.mule.api.Capabilities interface. 
SeleniumModuleLifecycleAdapter A SeleniumModuleLifecycleAdapter is a wrapper around SeleniumModule that adds lifecycle methods to the pojo. 
SeleniumWebDriverEnumTransformer  
SendKeysMessageProcessor SendKeysMessageProcessor invokes the sendKeys(org.openqa.selenium.WebElement, java.lang.String) method in SeleniumModule
SubmitMessageProcessor SubmitMessageProcessor invokes the submit(org.openqa.selenium.WebElement) method in SeleniumModule
UntilMessageProcessor UntilMessageProcessor invokes the until(long, org.mule.api.NestedProcessor) method in SeleniumModule