-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[nodejs] add pollTimeout argument to wait() in WebDriver class #6520
[nodejs] add pollTimeout argument to wait() in WebDriver class #6520
Conversation
Could someone give feedback? :) I'm newer in contributing. |
Best bet is to get a review from someone like @jleyba or maybe @manoj9788 ? |
Seems |
@CrispusDH Apologies, for the delay in getting back on this and thank you for your contribution. |
Currently, the poll timeout is constant and equal to 0. In this way polling is as fast as it can. Also, you can not customize this time. In java this parameter is argument and by default is 200 ms.
* mention in JsDoc that the timeout is specified in milliseconds * add an entry to the CHANGES.md
@manoj9788 could you take a look at last changes? |
@manoj9788 Could you tell me what further steps I should do? :) It's my first PR and that's why I don't know what should be done for merging :) |
LGTM |
Thanks @jleyba and @CrispusDH |
…iumHQ#6520) Currently, the poll timeout is constant and equal to 0. In this way polling is as fast as it can. Also, you can not customize this time. In java this parameter is argument and by default is 200 ms.
Currently, the poll timeout is constant and equal
to 0. In this way polling is as fast as it can.
Also, you can not customize this time.
In java this parameter is argument and by default
is 200 ms.
X
in the preceding checkbox, I verify that I have signed the Contributor License AgreementThis change is