views:

12

answers:

1

I have a link that opens in a new window, and I need to test the part of my app that is within that new window.

Any suggestions will be much appreciated.

A: 

Could you just validate that the link has it's target set to _blank?

jspooner
no, cause I need to run tests on the stuff that the link points too... actually... I think I can pull that information with x_path.. thanks for helping think!
DerNalia
Ah, you should just be able to say "Then I follow the link 'login'"
jspooner