com.ibm.team.fvt.tests.web
Class WebCKEditorSimpleElement
java.lang.Object
com.ibm.team.fvt.tests.web.WebPageElement
com.ibm.team.fvt.tests.web.WebElementWrapper
com.ibm.team.fvt.tests.web.WebCKEditorSimpleElement
public class WebCKEditorSimpleElement
- extends WebElementWrapper
Class to handle a CKEditor simple element.
Following features are accessible in this page:
Following internal features are also defined or specialized by this page:
Method Summary |
void |
setContent(java.lang.String text)
Set the editor content with the given text. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CKEDITOR_LOCATOR
public static final org.openqa.selenium.By CKEDITOR_LOCATOR
WebCKEditorSimpleElement
public WebCKEditorSimpleElement(WebPage page,
WebBrowserElement element)
WebCKEditorSimpleElement
public WebCKEditorSimpleElement(WebPage page,
WebBrowserElement element,
boolean parent)
setContent
public void setContent(java.lang.String text)
- Set the editor content with the given text.
- Parameters:
text
- The text to set the editor content with