Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@percy/appium-app

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@percy/appium-app - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

package.json
{
"name": "@percy/appium-app",
"description": "Appium client library for visual testing with Percy",
"version": "2.0.7",
"version": "2.0.8",
"license": "MIT",

@@ -6,0 +6,0 @@ "author": "Perceptual Inc.",

@@ -54,6 +54,10 @@ const utils = require('@percy/sdk-utils');

scrollableXpath,
topScrollviewOffset,
bottomScrollviewOffset,
scrollableId,
sync,
testCase,
thTestCaseExecutionId
thTestCaseExecutionId,
androidScrollAreaPercentage,
scrollSpeed
}) {

@@ -72,3 +76,13 @@ fullscreen = fullscreen || false;

const tag = await this.getTag();
const tiles = await this.getTiles(fullscreen, fullPage, screenLengths, scrollableXpath, scrollableId);
const tiles = await this.getTiles(
fullscreen,
fullPage,
screenLengths,
scrollableXpath,
topScrollviewOffset,
bottomScrollviewOffset,
scrollableId,
androidScrollAreaPercentage,
scrollSpeed
);
const ignoreRegions = await this.findRegions(

@@ -75,0 +89,0 @@ ignoreRegionXpaths, ignoreRegionAccessibilityIds, ignoreRegionAppiumElements, customIgnoreRegions

@@ -63,3 +63,3 @@ # @percy/appium-app

```js
percyScreenshot(driver, name[, {
percyScreenshot(driver, name, {
fullscreen,

@@ -70,3 +70,3 @@ deviceName,

navigationBarHeight
}])
})
```

@@ -73,0 +73,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc