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

Commit

Permalink
chore: fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wswebcreation committed May 1, 2019
1 parent 3b951be commit b423e54
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/OPTIONS.md
Expand Up @@ -78,9 +78,9 @@ The timeout in milliseconds to wait after a scroll. This might help identifying
#### `hideScrollBars`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`
- **Default:** `true`

Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot
Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot. This is set to default `true` to prevent extra issues.

### `savePerInstance`
- **Type:** `boolean`
Expand Down Expand Up @@ -122,9 +122,9 @@ and reset when done
#### `hideScrollBars`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`
- **Default:** `true`

Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot
Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot. This is set to default `true` to prevent extra issues.

#### `hideElements`
- **Type:** `array`
Expand Down Expand Up @@ -157,9 +157,9 @@ and reset when done
#### `hideScrollBars`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`
- **Default:** `true`

Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot
Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot. This is set to default `true` to prevent extra issues.

#### `hideElements`
- **Type:** `array`
Expand Down Expand Up @@ -192,9 +192,9 @@ The timeout in milliseconds to wait after a scroll. This might help identifying
#### `hideScrollBars`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`
- **Default:** `true`

Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot
Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot. This is set to default `true` to prevent extra issues.

#### `hideElements`
- **Type:** `array`
Expand Down Expand Up @@ -281,9 +281,9 @@ and reset when done
#### `hideScrollBars`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`
- **Default:** `true`

Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot
Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot. This is set to default `true` to prevent extra issues.

#### `hideElements`
- **Type:** `array`
Expand Down Expand Up @@ -327,9 +327,9 @@ The timeout in milliseconds to wait after a scroll. This might help identifying
#### `hideScrollBars`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`
- **Default:** `true`

Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot
Hide scrollbars in the application. If set to true all scrollbars will be disabled before taking a screenshot. This is set to default `true` to prevent extra issues.

#### `hideElements`
- **Type:** `array`
Expand Down

0 comments on commit b423e54

Please sign in to comment.