You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/control-flow.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
-
The Webdriver Control Flow
1
+
The WebDriver Control Flow
2
2
==========================
3
3
4
-
The WebDriverJS API is based on [promises](https://code.google.com/p/selenium/wiki/WebDriverJs#Promises),
4
+
The [WebDriverJS API](https://code.google.com/p/selenium/wiki/WebDriverJs#Understanding_the_API) is based on [promises](https://code.google.com/p/selenium/wiki/WebDriverJs#Promises),
5
5
which are managed by a [control flow](https://code.google.com/p/selenium/wiki/WebDriverJs#Control_Flows)
6
-
and adapated for [Jasmine](http://jasmine.github.io/1.3/introduction.html).
6
+
and adapted for [Jasmine](http://jasmine.github.io/1.3/introduction.html).
7
7
A short summary about how Protractor interacts with the control flow is presented below.
0 commit comments