cancel
Showing results for 
Search instead for 
Did you mean: 

Avoid to repopen the same window with the method navigate_absolute,

Former Member
0 Kudos

Hi,

It´s possible to know if a window browser was open with them method lr_port_manager->navigate_absolute, avoiding reopen the same window browser?

It´s possible to modify de window browser title when using the method lr_port_manager->navigate_absolute.

I use the parameter window_name, but the window browser title don´t change.

Thanks,

Márcio

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It´s possible to know if a window browser was open with them method lr_port_manager->navigate_absolute, avoiding reopen the same window browser?

Well you can use the dirty flag logic to achieve this but it is not full proof. when ever you launch absolute navigation in new Browser window set a local View Attribute ( say to true ), when user try's to launch window again check this variable in WDDOMODIFY mehod & decide is u wish to launch window or not.

Greetings

Prashant