froth-webdriverio-framework 7.0.94 → 7.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -176,9 +176,8 @@ const commonHooks = {
176
176
  capabilities['appium:app'] = appPath;
177
177
 
178
178
  console.log('✅ App & media set in before session');
179
-
179
+
180
180
  if (capabilities.platformName === 'android') {
181
- capabilities['autoGrantPermissions'] = true;
182
181
  capabilities['appium:autoGrantPermissions'] = true;
183
182
  // capabilities['appium:autoGrantPermissions'] = bsCaps.autoGrantPermissions;
184
183
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "froth-webdriverio-framework",
3
- "version": "7.0.94",
3
+ "version": "7.0.95",
4
4
  "readme": "WebdriverIO Integration",
5
5
  "description": "WebdriverIO and BrowserStack App Automate",
6
6
  "license": "MIT",