From c48e4d5d92605cb7bbb8ecdcf681384aecb3014b Mon Sep 17 00:00:00 2001 From: soulgalore Date: Tue, 2 Jun 2020 09:06:05 +0200 Subject: [PATCH] docs: typeos --- docs/documentation/sitespeed.io/scripting/index.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/documentation/sitespeed.io/scripting/index.md b/docs/documentation/sitespeed.io/scripting/index.md index 8d99995e7..20a5c84b7 100644 --- a/docs/documentation/sitespeed.io/scripting/index.md +++ b/docs/documentation/sitespeed.io/scripting/index.md @@ -830,7 +830,7 @@ Wait for an element found by xpath to appear before maxTime. The element needs t Wait for an element found by selector to appear before maxTime. The element needs to be visible for the user. If the elemet do not appear within maxTime an error will be thrown. #### wait.byPageToComplete() -Wait for the page to finish loading by using the configured [page cmplete check](/documentation/sitespeed.io/browsers/#choose-when-to-end-your-test). This can be useful if you use Selenium to click on elements and want to wait on a new page to load. +Wait for the page to finish loading by using the configured [page complete check](/documentation/sitespeed.io/browsers/#choose-when-to-end-your-test). This can be useful if you use Selenium to click on elements and want to wait on a new page to load. ### Run JavaScript You can run your own JavaScript in the browser from your script. @@ -1023,16 +1023,6 @@ Will result in: ![Title and description for a script]({{site.baseurl}}/img/titleanddesc.png) {: .img-thumbnail} - -#### meta.setTitle(title) -Add a title of your script. The title is text only. - -Will result in: - -![Title and description for a script]({{site.baseurl}}/img/titleanddesc.png) -{: .img-thumbnail} - - #### meta.setTitle(title) Add a title of your script. The title is text only.