docs: typeos

This commit is contained in:
soulgalore 2020-06-02 09:06:05 +02:00
parent 7ad2348d4f
commit c48e4d5d92
1 changed files with 1 additions and 11 deletions

View File

@ -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.