-
Notifications
You must be signed in to change notification settings - Fork 163
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
setTimeouts setting does not take effect #122
Comments
The The tests for |
In composer.json
my behat.yml
|
and I don't understand your last sentence. |
You're saying that |
Yes, I passed your tests and the whole history of issues - I'm just saying that there is some problem (implementation / version of selenium server) I do not know, but I finding solutions. thx |
Just dumb guess, but maybe the element you're expecting would appear within 10 seconds isn't appearing? If you can arrange minimal HTML/JS piece of code where you can replicate the problem then I can better assist you in solving it. |
yes, that's a problem. But I think I'm on the way to a solution. But if I want to use
in code:
https://github.com/Behat/MinkSelenium2Driver/pull/98 |
I found a solution, the correct value is "page load" not "page" https://code.google.com/p/selenium/wiki/JsonWireProtocol # POST_ / session /: sessionId / timeouts |
So, what was the original problem:
If test server (where page is located) is slow then using Feel free to close the issue if it has been resolved. |
Hi, Do you know which Exception does getDriver()->setTimeouts(array('page'=>10000)); throw?? |
@suswari because it should be |
Hi,
I have step in my context:
in seleniumRC log:
but does not affect the setting timeouts.
10s timeout does not apply - does not expect to find an element in next method.
What I doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: