From b8c3686e6d040fcb7dfec4c4e9866e3e6ac5c7fb Mon Sep 17 00:00:00 2001 From: Andrey Lushnikov Date: Wed, 23 Aug 2017 15:34:57 -0700 Subject: [PATCH] [doc] elaborate on `url` parameter in `page.goto`. (#504) --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 6c49196f..66f80185 100644 --- a/docs/api.md +++ b/docs/api.md @@ -514,7 +514,7 @@ can not go back, resolves to null. Navigate to the next page in history. #### page.goto(url, options) -- `url` <[string]> URL to navigate page to +- `url` <[string]> URL to navigate page to. The url should include scheme, e.g. `https://`. - `options` <[Object]> Navigation parameters which might have the following properties: - `timeout` <[number]> Maximum navigation time in milliseconds, defaults to 30 seconds. - `waitUntil` <[string]> When to consider navigation succeeded, defaults to `load`. Could be either: