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

Commit

Permalink
Merge pull request #58 from balukov/patch-1
Browse files Browse the repository at this point in the history
Switch comments for options
  • Loading branch information
wswebcreation committed Mar 13, 2020
2 parents 6f4f0a8 + cdc8db4 commit 2aa3932
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/OPTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,14 +96,14 @@ The timeout in milliseconds to wait after a scroll. This might help identifying
- **Mandatory:** No
- **Default:** `true`

Tell the module if the used app is an Hybrid app, this will not calculate the address bar height because it is not there.
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.

#### `isHybridApp`
- **Type:** `boolean`
- **Mandatory:** No
- **Default:** `false`

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.
Tell the module if the used app is an Hybrid app, this will not calculate the address bar height because it is not there.

### `savePerInstance`
- **Type:** `boolean`
Expand Down Expand Up @@ -595,4 +595,4 @@ When providing a number for the amount of pixels here (higher then 0), the compa
- **Mandatory:** no
- **Remark:** *Can also be used for `checkElement`, `checkScreen()` and `checkFullPageScreen()`. It will override the plugin setting*

Scales 2 images to same size before execution of comparison. Highly recommended to enable `ignoreAntialiasing` and ignoreAlpha
Scales 2 images to same size before execution of comparison. Highly recommended to enable `ignoreAntialiasing` and ignoreAlpha

0 comments on commit 2aa3932

Please sign in to comment.