com.appperfect.devcommon.script.webelement
Interface WebRadioButton

All Superinterfaces:
IScript, WebObject

public interface WebRadioButton
extends WebObject

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

See Also:
WebObject

Method Summary
 boolean select()
 To select the radio button
 
Methods inherited from interface com.appperfect.devcommon.script.webelement.WebObject
addAttribute, click, dblClick, mouseMove, rightClick, set, 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

select

boolean select()
To select the radio button

Returns:
true if success, false otherwise


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