webPageObj = Sys.Browser("iexplore*").Page("*");
I don't want to declare this object everytime I call a function. Is there any way that i could set it as a global variable? I tried the methods in help file. but it keeps failing...
webPageObj = Sys.Browser("iexplore*").Page("*");
I don't want to declare this object everytime I call a function. Is there any way that i could set it as a global variable? I tried the methods in help file. but it keeps failing...