Forum Discussion
Marsha_R
Champion Level 3
7 years ago"script is not working" gives us no details about your problem, so we can't really answer it
Tell us what happens when you try to run the script? Do you get an error? What is the message? What have you tried in order to fix it and what happened then?
saranoor
7 years agoFrequent Contributor
function foo(){
var itemCount = Aliases.browser.pageUntitledDo
Sys.Browser("iexplore").Page("
&stid=1&apid=2").Table(1);
Log.Message(Project.Variables.
var test1 = itemCount.FindChild("text",Pro
test1.DblClick();
}
I get below error when I run the script.
You are trying to call the "DblClick" method or property of an object
that does not exist.