How to assert redirect in Selenium?
Posted
by Andrew
on Stack Overflow
See other posts from Stack Overflow
or by Andrew
Published on 2010-05-04T21:54:47Z
Indexed on
2010/05/04
21:58 UTC
Read the original article
Hit count: 444
I am writing a selenium test and I need to assert that the page is redirected. How should I verify this?
I am using PHPUnit
and the PHPUnit_Extensions_SeleniumTestCase
.
© Stack Overflow or respective owner