appium-uiautomator2-driver 2.34.1 → 2.35.0

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.
@@ -370,6 +370,9 @@ export const executeMethodMap = {
370
370
 
371
371
  'mobile: getContexts': {
372
372
  command: 'mobileGetContexts',
373
+ params: {
374
+ optional: ['waitForWebviewMs'],
375
+ },
373
376
  },
374
377
 
375
378
  'mobile: getAppStrings': {