public class RichEditorElement extends AbstractWidgetElement
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 |
getRawContent() |
void |
insertContent(String content)
Insert content in the editor of the document.
|
getMessageValue, getMessageValue, getWidgetId
getElement, getElement, getId, getSubElement, getSubElement, getSubElementId, getWebFragment, getWidget, getWidget, setId, setInput, setInput, setInput
public RichEditorElement(org.openqa.selenium.WebDriver driver, String id)
driver
- id
- public void insertContent(String content)
content
- The content to define in the document.public void clickBoldButton()
public void clickItalicButton()
public String getRawContent()
public String getHtmlContent()
Copyright © 2015 Nuxeo SA. All rights reserved.