WaitFor should return the result regardless of passing or failing state#4
Merged
camme merged 2 commits intowebdriverio:masterfrom Nov 9, 2011
filaraujo:TestDrivenDevelopment
Merged
WaitFor should return the result regardless of passing or failing state#4camme merged 2 commits intowebdriverio:masterfrom filaraujo:TestDrivenDevelopment
camme merged 2 commits intowebdriverio:masterfrom
filaraujo:TestDrivenDevelopment
Conversation
… all state, allows for this.log to be used without wrapping checks around it
camme
added a commit
that referenced
this pull request
Nov 9, 2011
WaitFor should return the result regardless of passing or failing state
|
thanks for the contribution! |
camme
added a commit
that referenced
this pull request
Aug 26, 2013
WaitFor should return the result regardless of passing or failing state
yamkay
pushed a commit
to MoveInc/webdriverio
that referenced
this pull request
Jun 13, 2019
PE-211: Fix for the dataprovider issue with multiple capabilities
christian-bromann
pushed a commit
that referenced
this pull request
Nov 1, 2019
* fix typo * webdriverio: introduce support for custom locator strategy * webdriverio: add strategies to browser and element cmd tests * webdriverio: add test for custom$ command * webdriverio: add test for locator strat in remote * webdriverio: add custom40740 commmand. add docs notes for browser custom commands * webdriverio: add custom selectors for element. fix doc comments * webdriverio: fix logic for custom selectors * webdriverio: finalize custom selectors for elements * webdriverio: increase coverage for custom selectors * remove fiber context wrapper from custom commands * custom selector verifies if elements are returned from script * increase coverage for webdriverio module * custom selector doc fixes * webdriverio: introduce addLocatorStrategyHandler * increase coverage * test improvements (#4) * fix custom selector error test
abhidp
added a commit
to abhidp/webdriverio
that referenced
this pull request
Aug 5, 2020
Fixed grammar on line webdriverio#4
8 tasks
xxshubhamxx
referenced
this pull request
in xxshubhamxx/webdriverio
Jun 13, 2024
Updated readme for webdriverio
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
change waitFor to return result, allowing for access to result in callback