Forum Discussion

Veroniquelu's avatar
Veroniquelu
Contributor
9 years ago

Is there a way that I could set WebPageObj as a global variable?

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...