------ 저장 -------
== 셋 ===
Command |
Target |
Value |
verifyText |
//div/p |
${userName} |
== 출력 ===
Command |
Target |
Value |
type |
id=login |
${userName} |
Javascript and delenese Parameters
ommand |
Target |
Value |
store |
10 |
hits |
storeXpathCount |
//blockquote |
blockquotes |
storeEval |
storedVars[‘hits’]-storedVars[‘blockquotes’] |
paragraphs |
Command |
Target |
Value |
store |
Edith Wharton |
name |
storeEval |
storedVars[‘name’].toUpperCase() |
uc |
storeEval |
storedVars[‘name’].toLowerCase() |
lc |
Command |
Target |
Value |
store |
league of nations |
searchString |
type |
q |
javascript{storedVars[‘searchString’].toUpperCase()} |