From 40843bff653f5a36eac8207e79168998d681105b Mon Sep 17 00:00:00 2001 From: pankaj443 Date: Wed, 20 Sep 2023 15:00:37 +0530 Subject: [PATCH] replace experminal to alpha --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 09e4ab1..af831f6 100644 --- a/README.md +++ b/README.md @@ -77,13 +77,13 @@ percyScreenshot(driver, name[, { - `orientation`: ["portrait"/"landscape"] - Tell SDK which orientation app is in [ Note: This is only for tagging purpose, does not change the orientation of the device ] - `statusBarHeight`: In px if you want to override SDK; int - `navigationBarHeight`: In px if you want to override SDK; int - - `fullPage`: [Experimental] Only supported on App Automate driver sessions [ needs @percy/cli 1.20.2+ ]; boolean - - `screenLengths`: [Experimental] Max screen lengths for fullPage; int + - `fullPage`: [Alpha] Only supported on App Automate driver sessions [ needs @percy/cli 1.20.2+ ]; boolean + - `screenLengths`: [Alpha] Max screen lengths for fullPage; int - In case scrollview is overlapping with other app elements. Offsets can be provided to reduce the area which needs to be considered for scrolling: - - `topScrollviewOffset`: [Experimental] Offset from top of scrollview; int - - `bottomScrollviewOffset`: [Experimental] Offset from bottom of scrollview; int - - `scrollableXpath` [Experimental] Scrollable element xpath for fullpage; string - - `scrollableId`: [Experimental] Scrollable element accessibility id for fullpage; string + - `topScrollviewOffset`: [Alpha] Offset from top of scrollview; int + - `bottomScrollviewOffset`: [Alpha] Offset from bottom of scrollview; int + - `scrollableXpath` [Alpha] Scrollable element xpath for fullpage; string + - `scrollableId`: [Alpha] Scrollable element accessibility id for fullpage; string - `ignoreRegionXpaths`: Elements xpaths that user want to ignore in visual diff; list of string - `ignoreRegionAccessibilityIds`: Elements accessibility_ids that user want to ignore in visual diff; list of string - `ignoreRegionAppiumElements`: Appium elements that user want to ignore in visual diff; list of appium element object