You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know what exactly was in http://www.phpunit.de/ticket/1002 and who opened it. Anyway Selenium Driver should not be equivalent to SeleniumRC.
SeleniumRC by itself doesn't have waitFor command. It's only plain proxy to SeleniumCore which runs in "one thread" of javascript. Client (driver) then gives him one more "thread" and thus ability to run commands like wait for.
PHPUnit_Selenium should behave the same as other clients such as SeleniumIDE or Libraries for Java, Perl, etc..
Copied from http://www.phpunit.de/ticket/1002
The text was updated successfully, but these errors were encountered: