Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium command 'waitFor*' not functionally equivalent to the Selenium RC command #7

Closed
sebastianbergmann opened this issue Jun 3, 2010 · 1 comment
Labels

Comments

@sebastianbergmann
Copy link
Contributor

Copied from http://www.phpunit.de/ticket/1002

@lexaurin
Copy link
Contributor

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..

I suggest to close this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants