This repository was archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
browser.wait() icoherent api vs documentation #3679
Comments
Could you clarify by what you mean by
Could you provide a clear reproducible example repo that isolates this? |
I think he means it doesn't block js execution, only control flow execution. Which is probably confusing for beginners. I'll fix it |
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 12, 2017
The existing documentation was redundant and confusing. Closes angular#3679
sjelin
added a commit
to sjelin/protractor
that referenced
this issue
Jan 12, 2017
The existing documentation was redundant and confusing. Closes angular#3679
heathkit
pushed a commit
that referenced
this issue
Jan 14, 2017
The existing documentation was redundant and confusing. Closes #3679
igniteram
pushed a commit
to igniteram/protractor
that referenced
this issue
Feb 21, 2017
The existing documentation was redundant and confusing. Closes angular#3679
bodyduardU
pushed a commit
to bodyduardU/protractor
that referenced
this issue
Dec 5, 2022
The existing documentation was redundant and confusing. Closes angular/protractor#3679
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Documentation states that
browser.wait()
is a blocking call. Whereas when using api, thebrowser.wait()
is definitely not waiting for resolution, it continues execution.From documentation:
The actual behaviour is DIFFERENT !
Please correct the behaviour or the documentation since it is VERY misleading and this is BASCIC functionality people want to use. If you want Protractor to spreat this is VERY important of an issue.
Bug report
4.0.9
2.0
Feature Request
The text was updated successfully, but these errors were encountered: