public class RichFacesEditor extends Object implements Editor, AdvancedVisibleComponentIteractions<RichFacesEditor.AdvancedEditorInteractions>
Modifier and Type | Class and Description |
---|---|
class |
RichFacesEditor.AdvancedEditorInteractions |
Constructor and Description |
---|
RichFacesEditor() |
Modifier and Type | Method and Description |
---|---|
RichFacesEditor.AdvancedEditorInteractions |
advanced() |
void |
clear()
Clears the editor's input.
|
protected org.openqa.selenium.JavascriptExecutor |
getExecutor() |
String |
getText()
Gets the text which is currently typed in the editor.
|
protected org.openqa.selenium.WebElement |
switchToEditorActiveArea() |
void |
type(String text)
Types the given
text into the editor's input. |
public RichFacesEditor.AdvancedEditorInteractions advanced()
advanced
in interface AdvancedInteractions<RichFacesEditor.AdvancedEditorInteractions>
public void clear()
Editor
public String getText()
Editor
protected org.openqa.selenium.WebElement switchToEditorActiveArea()
public void type(String text)
Editor
text
into the editor's input.protected org.openqa.selenium.JavascriptExecutor getExecutor()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.