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, getValue
getMessageValue, getMessageValue, getWidgetId
getElement, getElement, getId, getSubElement, getSubElement, getSubElementId, getWebFragment, getWidget, getWidget, hasSubElement, instantiateWidget, setId, setInput, setInput, setInput
public RichEditorElement(org.openqa.selenium.WebDriver driver, String id)
driver
- id
- public void setInputValue(String content)
setInputValue
in class WidgetElement
content
- 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 WidgetElement
Copyright © 2019 Nuxeo. All rights reserved.