tags:

views:

37

answers:

1

I am carry out some functional test on a website where I basically want to open a website in the window then another in a second tab and control both of them. A solution is not to use two windows.

Is this at all posssible?

A: 

there are openWindow and selectWindow command in selenium. so its possible.

01