Forum Discussion

simonaferrara's avatar
simonaferrara
Frequent Contributor
4 years ago
Solved

Change url on the already opened browser

Hi all,

 

I've got a general question, seems an easy concept but I'm not able to do it for now and I'm not finding information on how to do it.

 

In my test, I've already opened the browser with a previous code like this:

Browsers.Item("edge").Run(url);

then, I want to go to another url within the same test. 

If a newly use the Run method, a warning is generated that tell me that browser is already running.

 

How can I simply change page url with the already running browser, without having warnings?

 

Thanks

Simona