...
Code Block | ||||
---|---|---|---|---|
| ||||
var parms = getQueryStringParms();
if (parms["mode"] == "test") { // if mode parameter is equal to "test"
pui.click("btnExit"); // click the exit button
}
|
...
...
Code Block | ||||
---|---|---|---|---|
| ||||
var parms = getQueryStringParms();
if (parms["mode"] == "test") { // if mode parameter is equal to "test"
pui.click("btnExit"); // click the exit button
}
|
...