com.appperfect.devcommon.script.webelement
Interface WebTextArea

All Superinterfaces:
IScript, WebObject

public interface WebTextArea
extends WebObject

WebTextArea element can be created using createWebTextArea API of IScriptEngine interface. The return value is an instance of WebTextArea interface. Once WebTextArea is created, you can play events on it. Apart from additional events mentioned below, WebTextArea also supports events supported on WebObject

See Also:
WebObject

Method Summary
 boolean set(java.lang.String text)
 To set text in textarea
 
Methods inherited from interface com.appperfect.devcommon.script.webelement.WebObject
addAttribute, click, dblClick, mouseMove, rightClick, setBreakPoint, setExactMatchForAttributesComparision, setIgnored, setImagePath, setThinkTime, setTitle, submit, type, wait
 
Methods inherited from interface com.appperfect.devcommon.script.IScript
getReasonForFailure, isIgnored, isTaskSuccessful, isTaskTimedOut, setReasonForFailure, setTaskSuccessful, setTaskTimedout, setTimeout
 

Method Detail

set

boolean set(java.lang.String text)
To set text in textarea

Specified by:
set in interface WebObject
Parameters:
text - text to set in textarea
Returns:
true if success, false otherwise


Copyright © 2003-2016 AppPerfect Corporation. All Rights Reserved.