Forum Discussion
Which part are you having trouble with? Is the storing of the value or finding the correct line to click?
I think it is when I am tryingt o write the script to call the stored .variable
- Marsha_R6 years agoModerator
Try putting the variable value in the log. Then you can see if it's getting the value you want or not.
- saranoor6 years agoFrequent Contributor
Added some more screenshots.
I think the value is not getting stored in the global variable.
- saranoor6 years agoFrequent Contributor
value is getting stored and that step is passing,.
now I need to understand how to tweak the script
function foo(){
var itemCount = Aliases.browser.pageUntitledDocument.table;
Sys.Browser("iexplore").Page("http://fred01/index.cfm?fuseaction=MEDFR.OneProject&key=28942stid=1&apid=2").Table(1);
var test1 = itemCount.FindChild("text",Project.Variables.MedferReportNumber,5);
test1.DblClick();
}
Related Content
Recent Discussions
- 16 hours ago
- 4 days ago