lambada
8 years agoContributor
navigation browser / page
Hi everybody.
I would like to declare the page (browser) because I need it later to access on it on other objects. The necessary page is already open.
I used:
function DB() {
var url = "http://.............../";
Browsers.Item(btChrome).Run(url);
var page = Sys.Browser("*").Page(url);
Sys.Browser().BrowserWindow(0).Maximize();
...
}
When I use it, the page will a kind of "refresh" with this code.
What can you alternatively recommend me how to do it?
Thank you very much in advance!