|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.jelly.TagSupport
net.sf.jameleon.LocationAwareTagSupport
net.sf.jameleon.JameleonTagSupport
net.sf.jameleon.function.FunctionTag
net.sf.jameleon.plugin.watij.WatijFunctionTag
net.sf.jameleon.plugin.watij.tags.AbstractWatijGetTag
net.sf.jameleon.plugin.watij.tags.WatijRadioTag
net.sf.jameleon.plugin.watij.tags.WatijSetRadioTag
public class WatijSetRadioTag
Gets a radio button on the page and stores it in the context. An example might be to check a radio button via its name:
Maybe there are several radio buttons with the same name:<testcase xmlns="jelly:jameleon" xmlns:j="jelly:core"> <watij-session baseUrl="http://some.url/some/path" beginSession="true"> <watij-set-radio functionId="Gets a radio button vi its name" how="name" what="radioName"/> </watij-session> </testcase>
See the javadocs on watij's<testcase xmlns="jelly:jameleon" xmlns:j="jelly:core"> <watij-session baseUrl="http://some.url/some/path" beginSession="true"> <watij-set-radio functionId="Gets a radio button via its name and value" how="name" what="radioName" value="val2"/> </watij-session> </testcase>
SymbolFactory for a complete list of supported symbols.
| Field Summary |
|---|
| Fields inherited from class net.sf.jameleon.plugin.watij.tags.WatijRadioTag |
|---|
value |
| Fields inherited from class net.sf.jameleon.plugin.watij.tags.AbstractWatijGetTag |
|---|
contextVar, failOnNotExists, how, what |
| Fields inherited from class net.sf.jameleon.plugin.watij.WatijFunctionTag |
|---|
sessionTag, STORE_SOURCE_CONFIG_NAME, storeSourceOnStateChange |
| Fields inherited from class net.sf.jameleon.function.FunctionTag |
|---|
addt, breakPoint, expectException, expectFailure, fResults, functionDelay, functionId, lastFileWritten, log, NO_DELAY, params, postcondition, precondition, st, state, tct, vpt |
| Fields inherited from class net.sf.jameleon.JameleonTagSupport |
|---|
attributes, broker, contextVars, fp, unsupportedAttributes |
| Fields inherited from class net.sf.jameleon.LocationAwareTagSupport |
|---|
columnNumber, elementTagName, lineNumber, scriptFileName |
| Fields inherited from class org.apache.commons.jelly.TagSupport |
|---|
body, context, hasTrimmed, parent, shouldTrim |
| Constructor Summary | |
|---|---|
WatijSetRadioTag()
|
|
| Method Summary | |
|---|---|
void |
testBlock()
|
| Methods inherited from class net.sf.jameleon.plugin.watij.tags.WatijRadioTag |
|---|
getHtmlElement, getTagName |
| Methods inherited from class net.sf.jameleon.plugin.watij.tags.AbstractWatijGetTag |
|---|
getHtmlElement, getPrefixMsg |
| Methods inherited from class net.sf.jameleon.plugin.watij.WatijFunctionTag |
|---|
getParentBrowser, getSymbolFromString, ie, setCurrentIE, setupEnvironment, store |
| Methods inherited from class net.sf.jameleon.JameleonTagSupport |
|---|
cleanVariablesInContext, createAttributes, describeAttributes, getAttributeBroker, getAttributes, getAttributeType, getClassAttributes, getFunctionalPoint, getUnsupportedAttributes, loadFunctionalPoint, resetFunctionalPoint, setAttribute, setVariableInContext, testForUnsupportedAttributesCaught |
| Methods inherited from class net.sf.jameleon.LocationAwareTagSupport |
|---|
getColumnNumber, getElementName, getFileName, getLineNumber, setColumnNumber, setElementName, setFileName, setLineNumber |
| Methods inherited from class org.apache.commons.jelly.TagSupport |
|---|
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.commons.jelly.Tag |
|---|
getBody, getContext, getParent, invokeBody, setBody, setContext, setParent |
| Constructor Detail |
|---|
public WatijSetRadioTag()
| Method Detail |
|---|
public void testBlock()
throws Exception
testBlock in class AbstractWatijGetTagException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||