Skip to content
This repository has been archived by the owner on Nov 24, 2018. It is now read-only.

Commit

Permalink
update the API TOC in the project's main README
Browse files Browse the repository at this point in the history
  • Loading branch information
seangransee committed Aug 1, 2017
1 parent a9fdcf3 commit e1d8b47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,14 @@ const chromeless = new Chromeless({
- [`mousedown()`](docs/api.md#api-mousedown) - Not implemented yet
- [`mouseup()`](docs/api.md#api-mouseup) - Not implemented yet
- [`scrollTo(x: number, y: number)`](docs/api.md#api-scrollto)
- [`setHtml(html: string)`](docs/api.md#api-sethtml)
- [`viewport(width: number, height: number)`](docs/api.md#api-viewport)
- [`evaluate<U extends any>(fn: (...args: any[]) => void, ...args: any[])`](docs/api.md#api-evaluate)
- [`inputValue(selector: string)`](docs/api.md#api-inputvalue)
- [`exists(selector: string)`](docs/api.md#api-exists)
- [`screenshot()`](docs/api.md#api-screenshot)
- [`pdf()`](docs/api.md#api-pdf) - Not implemented yet
- [`getHtml()`](docs/api.md#api-gethtml)
- [`cookiesGet()`](docs/api.md#api-cookiesget)
- [`cookiesGet(name: string)`](docs/api.md#api-cookiesget-name)
- [`cookiesGet(query: CookieQuery)`](docs/api.md#api-cookiesget-query) - Not implemented yet
Expand Down

0 comments on commit e1d8b47

Please sign in to comment.