Skip to content

Commit 995679d

Browse files
authored
🔖 release 2.0.3-beta.0 (#91)
* 🔖 release 2.0.3-beta.0 * Updating ReadMe
1 parent abe191e commit 995679d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ percy_screenshot(driver, name = 'Screenshot 1')
8989
- `driver` (**required**) - A Selenium driver instance
9090
- `name` (**required**) - The screenshot name; must be unique to each screenshot
9191
- `options` (**optional**) - There are various options supported by percy_screenshot to server further functionality.
92+
- `sync` - Boolean value by default it falls back to `false`, Gives the processed result around screenshot [From CLI v1.28.0-beta.0+]
9293
- `full_page` - Boolean value by default it falls back to `false`, Takes full page screenshot [From CLI v1.27.6+]
9394
- `freeze_animated_image` - Boolean value by default it falls back to `false`, you can pass `true` and percy will freeze image based animations.
9495
- `freeze_image_by_selectors` -List of selectors. Images will be freezed which are passed using selectors. For this to work `freeze_animated_image` must be set to true.

percy/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '2.0.2'
1+
__version__ = '2.0.3-beta.0'

0 commit comments

Comments
 (0)