| ClearDefinitionParser | |
| ClearMessageProcessor | ClearMessageProcessor invokes the clear(org.openqa.selenium.WebElement) method in SeleniumModule. |
| ClickDefinitionParser | |
| ClickMessageProcessor | ClickMessageProcessor invokes the click(org.openqa.selenium.WebElement) method in SeleniumModule. |
| FindElementDefinitionParser | |
| 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. |
| FindElementsDefinitionParser | |
| 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. |
| GetAttributeDefinitionParser | |
| GetAttributeMessageProcessor | GetAttributeMessageProcessor invokes the getAttribute(org.openqa.selenium.WebElement, java.lang.String) method in SeleniumModule. |
| GetCurrentUrlDefinitionParser | |
| GetCurrentUrlMessageProcessor | GetCurrentUrlMessageProcessor invokes the getCurrentUrl() method in SeleniumModule. |
| GetDefinitionParser | |
| GetMessageProcessor | GetMessageProcessor invokes the get(java.lang.String) method in SeleniumModule. |
| GetTextDefinitionParser | |
| GetTextMessageProcessor | GetTextMessageProcessor invokes the getText(org.openqa.selenium.WebElement) method in SeleniumModule. |
| GetTitleDefinitionParser | |
| GetTitleMessageProcessor | GetTitleMessageProcessor invokes the getTitle() method in SeleniumModule. |
| IsEnabledDefinitionParser | |
| IsEnabledMessageProcessor | IsEnabledMessageProcessor invokes the isEnabled(org.openqa.selenium.WebElement) method in SeleniumModule. |
| IsSelectedDefinitionParser | |
| IsSelectedMessageProcessor | IsSelectedMessageProcessor invokes the isSelected(org.openqa.selenium.WebElement) method in SeleniumModule. |
| NestedProcessorChain | |
| NestedProcessorString |
| SeleniumModule | Selenium WebDriver is a tool for automating testing web applications, and in particular to verify that they work as expected. |
| SeleniumModuleCapabilitiesAdapter | A SeleniumModuleCapabilitiesAdapter is a wrapper around SeleniumModule that implements org.mule.api.Capabilities interface. |
| SeleniumModuleConfigDefinitionParser | |
| SeleniumModuleLifecycleAdapter | A SeleniumModuleLifecycleAdapter is a wrapper around SeleniumModule that adds lifecycle methods to the pojo. |
| SeleniumModuleNamespaceHandler | Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/selenium. |
| SeleniumWebDriver | List of Selenium Web drivers. |
| SeleniumWebDriverEnumTransformer | |
| SendKeysDefinitionParser | |
| SendKeysMessageProcessor | SendKeysMessageProcessor invokes the sendKeys(org.openqa.selenium.WebElement, java.lang.String) method in SeleniumModule. |
| SubmitDefinitionParser | |
| SubmitMessageProcessor | SubmitMessageProcessor invokes the submit(org.openqa.selenium.WebElement) method in SeleniumModule. |
| UntilDefinitionParser | |
| UntilMessageProcessor | UntilMessageProcessor invokes the until(long, org.mule.api.NestedProcessor) method in SeleniumModule. |