public class RichEditorElement extends WidgetElement
driver, id| Constructor and Description | 
|---|
RichEditorElement(org.openqa.selenium.WebDriver driver,
                 String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clickBoldButton()
Actions a click on the "Bold" button in the editor 
 | 
void | 
clickItalicButton()  | 
String | 
getHtmlContent()  | 
String | 
getInputValue()  | 
String | 
getRawContent()  | 
void | 
setInputValue(String content)
Insert content in the editor of the document. 
 | 
getInputElement, getOutputElement, getOutputValue, getValuegetMessageValue, getMessageValue, getWidgetIdgetElement, getElement, getId, getSubElement, getSubElement, getSubElementId, getWebFragment, getWidget, getWidget, hasSubElement, instantiateWidget, setId, setInput, setInput, setInputpublic RichEditorElement(org.openqa.selenium.WebDriver driver, String id)
driver - id - public void setInputValue(String content)
setInputValue in class WidgetElementcontent - The content to define in the document.public void clickBoldButton()
public void clickItalicButton()
public String getRawContent()
public String getHtmlContent()
public String getInputValue()
getInputValue in class WidgetElementCopyright © 2016 Nuxeo SA. All rights reserved.