browserstack-node-sdk 1.34.1 → 1.34.3

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.
Files changed (126) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +2 -2
  36. package/src/ai-sdk-node/bundle.js +1 -0
  37. package/src/ai-sdk-node/extensions/chrome_extension.crx +0 -0
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test-observability.js +1 -1
  46. package/src/bin/cucumber-js/test.setup.js +1 -1
  47. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  48. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  49. package/src/bin/integrations/command.js +1 -1
  50. package/src/bin/integrations/constants.js +1 -1
  51. package/src/bin/jest/command.js +1 -1
  52. package/src/bin/jest/customImplements/customCircus.js +1 -1
  53. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  54. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  55. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  56. package/src/bin/jest/jest.setup.js +1 -1
  57. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  58. package/src/bin/jest/test-observability/helper.js +1 -1
  59. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  60. package/src/bin/jest/test-observability/test-details.js +1 -1
  61. package/src/bin/jest/test_before.setup.js +1 -1
  62. package/src/bin/launcher/launcher.js +1 -1
  63. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  64. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  65. package/src/bin/mocha/command.js +1 -1
  66. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  67. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  68. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  69. package/src/bin/mocha/test.setup.js +1 -1
  70. package/src/bin/nightwatch/command.js +1 -1
  71. package/src/bin/playwright/accessibility-helper.js +1 -1
  72. package/src/bin/playwright/command.js +1 -1
  73. package/src/bin/playwright/globalSetup.js +1 -1
  74. package/src/bin/playwright/mock-process.js +1 -1
  75. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  76. package/src/bin/playwright/patches.js +1 -1
  77. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  78. package/src/bin/playwright/reporter/reporter.js +1 -1
  79. package/src/bin/playwright/reporter/test-details.js +1 -1
  80. package/src/bin/playwright/sessionDetails.js +1 -1
  81. package/src/bin/runner.js +1 -1
  82. package/src/bin/setup.js +1 -1
  83. package/src/bin/test-runner/index.js +1 -1
  84. package/src/bin/test-runner/runTest.js +1 -1
  85. package/src/bin/test-runner/testWorker.js +1 -1
  86. package/src/bin/utils/constants.js +1 -1
  87. package/src/bin/utils/log4jsAppender.js +1 -1
  88. package/src/bin/utils/logPatcher.js +1 -1
  89. package/src/bin/utils/logReportingAPI.js +1 -1
  90. package/src/bin/vanilla-js/command.js +1 -1
  91. package/src/browserStackSdk.js +1 -1
  92. package/src/helpers/BrowserStackSetup.js +1 -1
  93. package/src/helpers/accessibility-automation/constants.js +1 -1
  94. package/src/helpers/accessibility-automation/helper.js +1 -1
  95. package/src/helpers/accessibility-automation/scripts.js +1 -1
  96. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -0
  97. package/src/helpers/ai-sdk/autoHealHelper.js +1 -0
  98. package/src/helpers/ats/constants.js +1 -1
  99. package/src/helpers/ats/helper.js +1 -1
  100. package/src/helpers/capsMapping.js +1 -1
  101. package/src/helpers/globals.js +1 -1
  102. package/src/helpers/helper.js +1 -1
  103. package/src/helpers/logger.js +1 -1
  104. package/src/helpers/patchHelpers.js +1 -1
  105. package/src/helpers/percy/Percy.js +1 -1
  106. package/src/helpers/percy/PercyBinary.js +1 -1
  107. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  108. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  109. package/src/helpers/percy/PercySDK.js +1 -1
  110. package/src/helpers/percy/index.js +1 -1
  111. package/src/helpers/percy/utils.js +1 -1
  112. package/src/helpers/performance-tester.js +1 -1
  113. package/src/helpers/request-spy.js +1 -1
  114. package/src/helpers/setKeepAlive.js +1 -1
  115. package/src/helpers/test-observability/constants.js +1 -1
  116. package/src/helpers/test-observability/error-handler.js +1 -1
  117. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  118. package/src/helpers/test-observability/sessionHandler.js +1 -1
  119. package/src/helpers/test-observability/utils.js +1 -1
  120. package/src/helpers/testhub/constants.js +1 -1
  121. package/src/helpers/testhub/testhubHandler.js +1 -1
  122. package/src/helpers/testhub/utils.js +1 -1
  123. package/src/helpers/timeoutPromise.js +1 -0
  124. package/src/helpers/w3cMapping.js +1 -1
  125. package/src/hubAllocationMethods.js +1 -1
  126. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a59_0x3c5e27=a59_0x33ef;function a59_0x36f2(){const _0x435e62=['308Jrrogn','2653152VbsXNc','turboScaleOptions','../../bin/utils/constants','buildTags','getTurboScaleGridName','gridName','4264981CPOLIo','isArray','turboScale','BROWSERSTACK_BUILD_TAGS','NSKuA','NO_GRID_NAME_PASSED','BROWSERSTACK_BUILD_PRIORITY','options','buildPriority','2PoxmOX','16sAvXhL','6093516xVAvrY','TURBOSCALE_OPTIONS','QqTKA','BROWSERSTACK_TURBOSCALE_GRID_NAME','135620lDmPKB','798844IrgJqH','env','5cHMjVh','isTurboScaleSession','20WzwfrP','546066NSCdgR','yliPc','556905FzSiWr','getTurboScaleOptions'];a59_0x36f2=function(){return _0x435e62;};return a59_0x36f2();}function a59_0x33ef(_0x130df4,_0x14028b){const _0x36f221=a59_0x36f2();return a59_0x33ef=function(_0x33ef27,_0xa4378){_0x33ef27=_0x33ef27-0xeb;let _0x2b84f3=_0x36f221[_0x33ef27];return _0x2b84f3;},a59_0x33ef(_0x130df4,_0x14028b);}(function(_0x2fe700,_0x572d77){const _0x29e598=a59_0x33ef,_0x9efdb4=_0x2fe700();while(!![]){try{const _0x2216ac=-parseInt(_0x29e598(0xf2))/0x1*(-parseInt(_0x29e598(0xeb))/0x2)+parseInt(_0x29e598(0xf9))/0x3*(-parseInt(_0x29e598(0xf6))/0x4)+-parseInt(_0x29e598(0xf4))/0x5*(-parseInt(_0x29e598(0xfc))/0x6)+-parseInt(_0x29e598(0x102))/0x7+-parseInt(_0x29e598(0xec))/0x8*(parseInt(_0x29e598(0xf7))/0x9)+-parseInt(_0x29e598(0xf1))/0xa*(-parseInt(_0x29e598(0xfb))/0xb)+parseInt(_0x29e598(0xed))/0xc;if(_0x2216ac===_0x572d77)break;else _0x9efdb4['push'](_0x9efdb4['shift']());}catch(_0x39fc7f){_0x9efdb4['push'](_0x9efdb4['shift']());}}}(a59_0x36f2,0x72aff));const constants=require(a59_0x3c5e27(0xfe));exports[a59_0x3c5e27(0xfa)]=()=>{const _0xd3fe46=a59_0x3c5e27;if(!constants[_0xd3fe46(0xee)][_0xd3fe46(0x109)])return{};return constants['TURBOSCALE_OPTIONS'][_0xd3fe46(0x109)];},exports[a59_0x3c5e27(0x100)]=_0x2cae54=>{const _0x13ac00=a59_0x3c5e27,_0x4b9163={};_0x4b9163[_0x13ac00(0x106)]=_0x13ac00(0x107);const _0x23ab28=_0x4b9163;if(_0x2cae54[_0x13ac00(0xfd)]&&_0x2cae54[_0x13ac00(0xfd)][_0x13ac00(0x101)])return _0x2cae54[_0x13ac00(0xfd)][_0x13ac00(0x101)];if(process[_0x13ac00(0xf3)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x13ac00(0xf3)][_0x13ac00(0xf0)];return _0x23ab28['NSKuA'];},exports[a59_0x3c5e27(0xf5)]=_0x1425e9=>{const _0x189c80=a59_0x3c5e27,_0x37b313={};_0x37b313[_0x189c80(0xef)]=function(_0x1b3b9f,_0x521b3c){return _0x1b3b9f===_0x521b3c;};const _0x4a28e8=_0x37b313;return _0x1425e9&&_0x4a28e8[_0x189c80(0xef)](_0x1425e9[_0x189c80(0x104)],!![]);},exports['getTurboScaleCaps']=(_0x14699f,_0x4309ac,_0x3f5b2f)=>{const _0x40801e=a59_0x3c5e27,_0x2eaa14={};_0x2eaa14[_0x40801e(0xf8)]='medium';const _0x459db1=_0x2eaa14,_0x154c32={};_0x154c32[_0x40801e(0x10a)]=_0x459db1[_0x40801e(0xf8)];_0x14699f[_0x40801e(0xff)]&&(_0x154c32[_0x40801e(0xff)]=Array[_0x40801e(0x103)](_0x14699f[_0x40801e(0xff)])?_0x14699f['buildTags']:_0x14699f[_0x40801e(0xff)]['split'](','));if(process[_0x40801e(0xf3)][_0x40801e(0x105)])try{_0x154c32[_0x40801e(0xff)]=process[_0x40801e(0xf3)][_0x40801e(0x105)]['split'](',');}catch{_0x154c32[_0x40801e(0xff)]=process[_0x40801e(0xf3)][_0x40801e(0x105)];}return _0x14699f[_0x40801e(0x10a)]&&(_0x154c32[_0x40801e(0x10a)]=_0x14699f['buildPriority']),process[_0x40801e(0xf3)][_0x40801e(0x108)]&&(_0x154c32[_0x40801e(0x10a)]=process[_0x40801e(0xf3)][_0x40801e(0x108)]),_0x154c32;};
1
+ function a62_0x1b3c(_0x38792a,_0x1638cf){const _0x42b012=a62_0x42b0();return a62_0x1b3c=function(_0x1b3cd7,_0x2ab2e0){_0x1b3cd7=_0x1b3cd7-0x1cc;let _0x1965d7=_0x42b012[_0x1b3cd7];return _0x1965d7;},a62_0x1b3c(_0x38792a,_0x1638cf);}const a62_0x4c11e7=a62_0x1b3c;(function(_0x163e1c,_0x1d8a68){const _0x5c3fb1=a62_0x1b3c,_0x24311f=_0x163e1c();while(!![]){try{const _0x2caf62=parseInt(_0x5c3fb1(0x1da))/0x1+-parseInt(_0x5c3fb1(0x1dd))/0x2+parseInt(_0x5c3fb1(0x1d1))/0x3*(-parseInt(_0x5c3fb1(0x1e3))/0x4)+-parseInt(_0x5c3fb1(0x1e1))/0x5+parseInt(_0x5c3fb1(0x1d8))/0x6*(-parseInt(_0x5c3fb1(0x1dc))/0x7)+parseInt(_0x5c3fb1(0x1d7))/0x8+-parseInt(_0x5c3fb1(0x1e7))/0x9*(-parseInt(_0x5c3fb1(0x1e8))/0xa);if(_0x2caf62===_0x1d8a68)break;else _0x24311f['push'](_0x24311f['shift']());}catch(_0x168514){_0x24311f['push'](_0x24311f['shift']());}}}(a62_0x42b0,0xcd776));function a62_0x42b0(){const _0x2411f6=['split','turboScaleOptions','ajNVe','getTurboScaleOptions','12144192EEvwpd','233526ZKfqUC','BROWSERSTACK_BUILD_PRIORITY','954638DebRNh','LXbTM','105XdVdmx','1898846QSVEyc','gridName','../../bin/utils/constants','NO_GRID_NAME_PASSED','8321085xTIDLf','env','4mBDrDH','options','medium','isTurboScaleSession','2539116VTTcpj','60iOsTbe','turboScale','isArray','buildPriority','buildTags','BROWSERSTACK_BUILD_TAGS','379083lUrubl','qNTvs'];a62_0x42b0=function(){return _0x2411f6;};return a62_0x42b0();}const constants=require(a62_0x4c11e7(0x1df));exports[a62_0x4c11e7(0x1d6)]=()=>{const _0x12c6cf=a62_0x4c11e7;if(!constants['TURBOSCALE_OPTIONS'][_0x12c6cf(0x1e4)])return{};return constants['TURBOSCALE_OPTIONS'][_0x12c6cf(0x1e4)];},exports['getTurboScaleGridName']=_0x2c38c3=>{const _0xc83cb6=a62_0x4c11e7,_0x230875={};_0x230875[_0xc83cb6(0x1d2)]=_0xc83cb6(0x1e0);const _0x1411d0=_0x230875;if(_0x2c38c3[_0xc83cb6(0x1d4)]&&_0x2c38c3['turboScaleOptions'][_0xc83cb6(0x1de)])return _0x2c38c3[_0xc83cb6(0x1d4)][_0xc83cb6(0x1de)];if(process[_0xc83cb6(0x1e2)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x1411d0[_0xc83cb6(0x1d2)];},exports[a62_0x4c11e7(0x1e6)]=_0x2cbc26=>{const _0x5096ac=a62_0x4c11e7,_0x1a81a6={};_0x1a81a6[_0x5096ac(0x1d5)]=function(_0x11d677,_0x2cdd89){return _0x11d677===_0x2cdd89;};const _0x37444d=_0x1a81a6;return _0x2cbc26&&_0x37444d['ajNVe'](_0x2cbc26[_0x5096ac(0x1cc)],!![]);},exports['getTurboScaleCaps']=(_0x5499f6,_0x2b3b86,_0x1e8118)=>{const _0x21f10d=a62_0x4c11e7,_0x4165cf={};_0x4165cf[_0x21f10d(0x1db)]=_0x21f10d(0x1e5);const _0x300ba0=_0x4165cf,_0x2ff442={};_0x2ff442[_0x21f10d(0x1ce)]=_0x300ba0[_0x21f10d(0x1db)];_0x5499f6[_0x21f10d(0x1cf)]&&(_0x2ff442[_0x21f10d(0x1cf)]=Array[_0x21f10d(0x1cd)](_0x5499f6['buildTags'])?_0x5499f6[_0x21f10d(0x1cf)]:_0x5499f6[_0x21f10d(0x1cf)][_0x21f10d(0x1d3)](','));if(process[_0x21f10d(0x1e2)][_0x21f10d(0x1d0)])try{_0x2ff442[_0x21f10d(0x1cf)]=process['env'][_0x21f10d(0x1d0)][_0x21f10d(0x1d3)](',');}catch{_0x2ff442[_0x21f10d(0x1cf)]=process[_0x21f10d(0x1e2)][_0x21f10d(0x1d0)];}return _0x5499f6[_0x21f10d(0x1ce)]&&(_0x2ff442[_0x21f10d(0x1ce)]=_0x5499f6['buildPriority']),process[_0x21f10d(0x1e2)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x2ff442[_0x21f10d(0x1ce)]=process[_0x21f10d(0x1e2)][_0x21f10d(0x1d9)]),_0x2ff442;};
@@ -1 +1 @@
1
- var a60_0x2f3e6b=a60_0x3fc5;function a60_0x3fc5(_0x1e2798,_0x568e61){var _0x29926d=a60_0x2992();return a60_0x3fc5=function(_0x3fc5bb,_0x3436b6){_0x3fc5bb=_0x3fc5bb-0x136;var _0x118fd0=_0x29926d[_0x3fc5bb];return _0x118fd0;},a60_0x3fc5(_0x1e2798,_0x568e61);}function a60_0x2992(){var _0x3af875=['logcatFilterSpecs','intentCategory','enablePerformanceLogging','appPackage','calendarFormat','wdaLaunchTimeout','allowTestPackages','userName','browserstack.rerunTests','webkitResponseTimeout','browserstack.app','locale','chromeOptions','xcodeOrgId','useNewWDA','chromedriverUseSystemExecutable','GBeHT','intentAction','locationServicesEnabled','NTsAQ','logcatFormat','browserstack.localIdentifier','avdLaunchTimeout','systemPort','deviceName','allowDelayAdb','chromedriverChromeMappingFile','androidInstallPath','simpleIsVisibleCheck','maxTypingFrequency','Ttrdg','safariInitialUrl','skipLogCapture','disableWindowAnimation','deviceReadyTimeout','BROWSERSTACK_PARALLELS_PER_PLATFORM','kwMie','parallelsPerPlatform','22vajPVz','BROWSERSTACK_BUILD_NAME','tapWithShortPressDuration','3987vaxMMx','browserstack.accessKey','1591056bCDyty','androidNaturalOrientation','enforceAppInstall','ruibR','printPageSourceOnFindFailure','intentFlags','browserstackLocal','YdVYa','chromedriverPort','SnqPX','uninstallOtherPackages','taDSB','showIOSLog','browserstack.buildName','BROWSERSTACK_PROJECT_NAME','BROWSERSTACK_LOCAL','chromedriverExecutableDir','platformVersion','1542012IfrPpZ','LMrvA','waitForAppScript','enableAsyncExecuteFromHttps','safariIgnoreFraudWarning','browserstack.user_name','orientation','chromedriverDisableBuildCheck','localIdentifier','PBaIz','ZPSqd','BROWSERSTACK_USERNAME','vWPmy','browserstack.projectName','app','browserstack.access_key','ignoreUnimportantViews','avdArgs','useCarthageSsl','chromedriverArgs','androidInstallTimeout','avdReadyTimeout','keystorePath','nruaL','isHeadless','interKeyDelay','disableAndroidWatchers','dontStopAppOnReset','autoLaunch','browserstack.buildIdentifier','LnWwH','eventTimings','keyPassword','safariOpenLinksInBackground','keychainPath','nativeWebTap','allowTouchIdEnroll','optionalIntentArguments','shouldUseSingletonTestManager','OneVq','ignoreHiddenApiPolicyError','1591625xuFqkW','avd','otherApps','customSSLCert','20824mQSZPP','4718580gvjhFz','RlzJB','autoAcceptAlerts','automation','BROWSERSTACK_APP','webDriverAgentUrl','FSasJ','chromedriverExecutable','iosInstallPause','safariAllowPopups','wdaStartupRetries','keepKeyChains','webviewConnectRetries','sendKeyStrategy','browserstack.parallelsPerPlatform','WBzPU','locationServicesAuthorized','remoteDebugProxy','webkitDebugProxyPort','ZVXsi','appActivity','connectHardwareKeyboard','wdaStartupRetryInterval','gnRCx','autoDismissAlerts','iTFJG','dXxLs','buildToolsVersion','keychainPassword','2695665VvscNO','adbPort','buildName','androidCoverage','wdaLocalPort','14299XGKtHQ','browserstack.ppp','GnqNa','AppiumCaps','oINBX','unicodeKeyboard','autoWebview','androidScreenshotPath','remoteAdbHost','accessKey','startIWDP','browserstack.local','networkSpeed','androidCoverageEndIntent','adbExecTimeout','androidDeviceSocket','rerunTests','wdaConnectionTimeout','xcodeConfigFile','clearSystemFiles','preventWDAAttachments','unlockType','xcodeSigningId','recreateChromeDriverSessions','keystorePassword','scaleFactor','keyAlias','launchTimeout','nzCsE','browserstack.userName','enableWebviewDetailsCollection','iXipG','skipLogcatCapture','BROWSERSTACK_ACCESS_KEY','WTNzA','appWaitActivity','BROWSERSTACK_BUILD_IDENTIFIER','buildIdentifier'];a60_0x2992=function(){return _0x3af875;};return a60_0x2992();}(function(_0x2f1b32,_0x20d88c){var _0x95e4a2=a60_0x3fc5,_0x5e9b0c=_0x2f1b32();while(!![]){try{var _0x4affe2=-parseInt(_0x95e4a2(0x1a6))/0x1*(-parseInt(_0x95e4a2(0x13f))/0x2)+-parseInt(_0x95e4a2(0x144))/0x3+-parseInt(_0x95e4a2(0x156))/0x4+-parseInt(_0x95e4a2(0x1a1))/0x5+parseInt(_0x95e4a2(0x184))/0x6+-parseInt(_0x95e4a2(0x17f))/0x7+parseInt(_0x95e4a2(0x183))/0x8*(parseInt(_0x95e4a2(0x142))/0x9);if(_0x4affe2===_0x20d88c)break;else _0x5e9b0c['push'](_0x5e9b0c['shift']());}catch(_0x249b52){_0x5e9b0c['push'](_0x5e9b0c['shift']());}}}(a60_0x2992,0x65315),exports['CLICapsMapping']=()=>{var _0x1e11ca=a60_0x3fc5,_0xaa7622={};_0xaa7622['taDSB']=_0x1e11ca(0x15b),_0xaa7622[_0x1e11ca(0x174)]=_0x1e11ca(0x1c3),_0xaa7622['hQyaf']=_0x1e11ca(0x165),_0xaa7622[_0x1e11ca(0x1aa)]=_0x1e11ca(0x143),_0xaa7622[_0x1e11ca(0x1a8)]=_0x1e11ca(0x151),_0xaa7622[_0x1e11ca(0x157)]=_0x1e11ca(0x163),_0xaa7622['SnqPX']=_0x1e11ca(0x173),_0xaa7622[_0x1e11ca(0x1dc)]=_0x1e11ca(0x1a7),_0xaa7622['iTFJG']=_0x1e11ca(0x192),_0xaa7622[_0x1e11ca(0x18a)]=_0x1e11ca(0x1b1),_0xaa7622[_0x1e11ca(0x17d)]=_0x1e11ca(0x1e1),_0xaa7622[_0x1e11ca(0x13d)]=_0x1e11ca(0x1d4),_0xaa7622['gnRCx']=_0x1e11ca(0x1d6),_0xaa7622[_0x1e11ca(0x197)]='browserstack.logLevel',_0xaa7622[_0x1e11ca(0x1c8)]='browserstack.automation';var _0x1f3e0c=_0xaa7622,_0x4dd4f2={};return _0x4dd4f2['userName']=[_0x1f3e0c[_0x1e11ca(0x14f)],_0x1f3e0c['LnWwH']],_0x4dd4f2[_0x1e11ca(0x1af)]=[_0x1f3e0c['hQyaf'],_0x1f3e0c[_0x1e11ca(0x1aa)]],_0x4dd4f2[_0x1e11ca(0x1a3)]=[_0x1f3e0c['GnqNa']],_0x4dd4f2['projectName']=[_0x1f3e0c[_0x1e11ca(0x157)]],_0x4dd4f2[_0x1e11ca(0x1cb)]=[_0x1f3e0c[_0x1e11ca(0x14d)]],_0x4dd4f2[_0x1e11ca(0x13e)]=[_0x1f3e0c[_0x1e11ca(0x1dc)],_0x1f3e0c[_0x1e11ca(0x19d)]],_0x4dd4f2[_0x1e11ca(0x14a)]=[_0x1f3e0c[_0x1e11ca(0x18a)]],_0x4dd4f2[_0x1e11ca(0x15e)]=[_0x1f3e0c[_0x1e11ca(0x17d)]],_0x4dd4f2[_0x1e11ca(0x1b6)]=[_0x1f3e0c[_0x1e11ca(0x13d)]],_0x4dd4f2[_0x1e11ca(0x164)]=[_0x1f3e0c[_0x1e11ca(0x19b)]],_0x4dd4f2['logLevel']=[_0x1f3e0c[_0x1e11ca(0x197)]],_0x4dd4f2[_0x1e11ca(0x187)]=[_0x1f3e0c[_0x1e11ca(0x1c8)]],_0x4dd4f2;},exports['EnvCapsMapping']=()=>{var _0x38edfe=a60_0x3fc5,_0x160643={};_0x160643[_0x38edfe(0x162)]=_0x38edfe(0x161),_0x160643[_0x38edfe(0x1c2)]='BROWSERSTACK_USER_NAME',_0x160643[_0x38edfe(0x137)]=_0x38edfe(0x1c7),_0x160643[_0x38edfe(0x16d)]=_0x38edfe(0x140),_0x160643['iXipG']=_0x38edfe(0x152),_0x160643[_0x38edfe(0x15f)]=_0x38edfe(0x1ca),_0x160643[_0x38edfe(0x160)]=_0x38edfe(0x13c),_0x160643['dXxLs']=_0x38edfe(0x153),_0x160643[_0x38edfe(0x1df)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x160643[_0x38edfe(0x193)]='BROWSERSTACK_RERUN_TESTS',_0x160643[_0x38edfe(0x14b)]='BROWSERSTACK_APP_ID',_0x160643[_0x38edfe(0x185)]=_0x38edfe(0x188),_0x160643[_0x38edfe(0x147)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x160643['hWEMP']='BROWSERSTACK_AUTOMATION';var _0x2a5b0b=_0x160643,_0x4ef9f={};return _0x4ef9f[_0x38edfe(0x1d3)]=[_0x2a5b0b[_0x38edfe(0x162)],_0x2a5b0b['nzCsE']],_0x4ef9f['accessKey']=[_0x2a5b0b[_0x38edfe(0x137)]],_0x4ef9f[_0x38edfe(0x1a3)]=[_0x2a5b0b[_0x38edfe(0x16d)]],_0x4ef9f['projectName']=[_0x2a5b0b[_0x38edfe(0x1c5)]],_0x4ef9f[_0x38edfe(0x1cb)]=[_0x2a5b0b[_0x38edfe(0x15f)]],_0x4ef9f[_0x38edfe(0x13e)]=[_0x2a5b0b[_0x38edfe(0x160)]],_0x4ef9f[_0x38edfe(0x14a)]=[_0x2a5b0b[_0x38edfe(0x19e)]],_0x4ef9f[_0x38edfe(0x15e)]=[_0x2a5b0b[_0x38edfe(0x1df)]],_0x4ef9f[_0x38edfe(0x1b6)]=[_0x2a5b0b[_0x38edfe(0x193)]],_0x4ef9f['app']=[_0x2a5b0b[_0x38edfe(0x14b)],_0x2a5b0b['RlzJB']],_0x4ef9f['logLevel']=[_0x2a5b0b[_0x38edfe(0x147)]],_0x4ef9f['automation']=[_0x2a5b0b['hWEMP']],_0x4ef9f;},exports[a60_0x2f3e6b(0x1a9)]=()=>['automationName',a60_0x2f3e6b(0x155),a60_0x2f3e6b(0x1e4),'newCommandTimeout',a60_0x2f3e6b(0x164),'udid','language',a60_0x2f3e6b(0x1d7),a60_0x2f3e6b(0x15c),a60_0x2f3e6b(0x1ac),'noReset','fullReset',a60_0x2f3e6b(0x1b9),a60_0x2f3e6b(0x175),a60_0x2f3e6b(0x1ce),a60_0x2f3e6b(0x181),a60_0x2f3e6b(0x148),a60_0x2f3e6b(0x198),a60_0x2f3e6b(0x1cf),a60_0x2f3e6b(0x1c9),'appWaitPackage','appWaitDuration',a60_0x2f3e6b(0x13b),a60_0x2f3e6b(0x1d2),a60_0x2f3e6b(0x1a4),a60_0x2f3e6b(0x1b3),'androidDeviceReadyTimeout',a60_0x2f3e6b(0x1a2),a60_0x2f3e6b(0x1b5),a60_0x2f3e6b(0x16a),a60_0x2f3e6b(0x1e7),a60_0x2f3e6b(0x180),a60_0x2f3e6b(0x1e2),a60_0x2f3e6b(0x16b),a60_0x2f3e6b(0x167),'useKeystore',a60_0x2f3e6b(0x16c),a60_0x2f3e6b(0x1be),a60_0x2f3e6b(0x1c0),a60_0x2f3e6b(0x176),a60_0x2f3e6b(0x18b),a60_0x2f3e6b(0x169),a60_0x2f3e6b(0x154),a60_0x2f3e6b(0x1e6),a60_0x2f3e6b(0x1db),a60_0x2f3e6b(0x14c),'chromedriverPorts',a60_0x2f3e6b(0x15d),'autoWebviewTimeout',a60_0x2f3e6b(0x1dd),a60_0x2f3e6b(0x1cd),a60_0x2f3e6b(0x149),a60_0x2f3e6b(0x17b),a60_0x2f3e6b(0x171),a60_0x2f3e6b(0x1ab),'resetKeyboard','noSign',a60_0x2f3e6b(0x166),a60_0x2f3e6b(0x170),a60_0x2f3e6b(0x1d8),a60_0x2f3e6b(0x1bd),'nativeWebScreenshot',a60_0x2f3e6b(0x1ad),a60_0x2f3e6b(0x1b2),'gpsEnabled',a60_0x2f3e6b(0x16e),a60_0x2f3e6b(0x1b4),'localeScript','skipDeviceInitialization','autoGrantPermissions',a60_0x2f3e6b(0x145),a60_0x2f3e6b(0x1e3),a60_0x2f3e6b(0x1ae),'skipUnlock',a60_0x2f3e6b(0x1bb),'unlockKey',a60_0x2f3e6b(0x172),a60_0x2f3e6b(0x1c6),a60_0x2f3e6b(0x14e),a60_0x2f3e6b(0x13a),a60_0x2f3e6b(0x19f),a60_0x2f3e6b(0x146),'ensureWebviewsHavePages','webviewDevtoolsPort',a60_0x2f3e6b(0x1c4),'remoteAppsCacheLimit',a60_0x2f3e6b(0x1d0),'bundleId',a60_0x2f3e6b(0x1c1),a60_0x2f3e6b(0x1de),a60_0x2f3e6b(0x194),a60_0x2f3e6b(0x186),a60_0x2f3e6b(0x19c),'nativeInstrumentsLib',a60_0x2f3e6b(0x179),a60_0x2f3e6b(0x138),a60_0x2f3e6b(0x18d),a60_0x2f3e6b(0x15a),a60_0x2f3e6b(0x177),a60_0x2f3e6b(0x18f),'localizableStringsDir','processArguments',a60_0x2f3e6b(0x16f),a60_0x2f3e6b(0x150),a60_0x2f3e6b(0x191),a60_0x2f3e6b(0x1d5),'screenshotWaitTimeout',a60_0x2f3e6b(0x195),a60_0x2f3e6b(0x159),a60_0x2f3e6b(0x139),a60_0x2f3e6b(0x196),'fullContextList',a60_0x2f3e6b(0x158),a60_0x2f3e6b(0x190),'appName',a60_0x2f3e6b(0x182),a60_0x2f3e6b(0x141),a60_0x2f3e6b(0x1bf),a60_0x2f3e6b(0x1a5),'showXcodeLog',a60_0x2f3e6b(0x18c),a60_0x2f3e6b(0x1b8),a60_0x2f3e6b(0x1a0),'usePrebuiltWDA',a60_0x2f3e6b(0x1ba),a60_0x2f3e6b(0x189),a60_0x2f3e6b(0x178),a60_0x2f3e6b(0x1da),a60_0x2f3e6b(0x1d1),a60_0x2f3e6b(0x1b7),a60_0x2f3e6b(0x1d9),a60_0x2f3e6b(0x1bc),'updatedWDABundleId','resetOnSessionStartOnly','commandTimeouts',a60_0x2f3e6b(0x18e),a60_0x2f3e6b(0x19a),a60_0x2f3e6b(0x199),a60_0x2f3e6b(0x136),a60_0x2f3e6b(0x1e8),a60_0x2f3e6b(0x168),a60_0x2f3e6b(0x17c),a60_0x2f3e6b(0x1b0),a60_0x2f3e6b(0x17a),a60_0x2f3e6b(0x17e),'mockLocationApp',a60_0x2f3e6b(0x1e0),a60_0x2f3e6b(0x1cc),a60_0x2f3e6b(0x1e5)]);
1
+ var a63_0x41ac8c=a63_0x4391;(function(_0x236ff3,_0x3dfbaf){var _0x3e90ac=a63_0x4391,_0x2ee3c8=_0x236ff3();while(!![]){try{var _0x4395d6=-parseInt(_0x3e90ac(0x207))/0x1+parseInt(_0x3e90ac(0x205))/0x2*(-parseInt(_0x3e90ac(0x1c9))/0x3)+parseInt(_0x3e90ac(0x1f5))/0x4+-parseInt(_0x3e90ac(0x1d8))/0x5*(-parseInt(_0x3e90ac(0x204))/0x6)+parseInt(_0x3e90ac(0x21f))/0x7*(parseInt(_0x3e90ac(0x1ed))/0x8)+-parseInt(_0x3e90ac(0x23e))/0x9+parseInt(_0x3e90ac(0x22c))/0xa*(parseInt(_0x3e90ac(0x1e4))/0xb);if(_0x4395d6===_0x3dfbaf)break;else _0x2ee3c8['push'](_0x2ee3c8['shift']());}catch(_0x5989a1){_0x2ee3c8['push'](_0x2ee3c8['shift']());}}}(a63_0x6630,0xda30a),exports['CLICapsMapping']=()=>{var _0x421f80=a63_0x4391,_0x6f0cd7={};_0x6f0cd7[_0x421f80(0x22b)]=_0x421f80(0x1c5),_0x6f0cd7['aqSqy']=_0x421f80(0x258),_0x6f0cd7[_0x421f80(0x218)]=_0x421f80(0x219),_0x6f0cd7[_0x421f80(0x23c)]=_0x421f80(0x232),_0x6f0cd7[_0x421f80(0x1ee)]=_0x421f80(0x1bf),_0x6f0cd7[_0x421f80(0x23d)]=_0x421f80(0x1aa),_0x6f0cd7[_0x421f80(0x1f0)]=_0x421f80(0x203),_0x6f0cd7['gVBwU']=_0x421f80(0x24c),_0x6f0cd7[_0x421f80(0x239)]=_0x421f80(0x210),_0x6f0cd7[_0x421f80(0x214)]=_0x421f80(0x24b),_0x6f0cd7[_0x421f80(0x234)]=_0x421f80(0x1e1),_0x6f0cd7['CJEhj']='browserstack.rerunTests',_0x6f0cd7[_0x421f80(0x22a)]=_0x421f80(0x1ae),_0x6f0cd7[_0x421f80(0x23f)]=_0x421f80(0x1b0),_0x6f0cd7[_0x421f80(0x211)]=_0x421f80(0x249);var _0x55ed7c=_0x6f0cd7,_0x3c8c20={};return _0x3c8c20[_0x421f80(0x1d2)]=[_0x55ed7c[_0x421f80(0x22b)],_0x55ed7c[_0x421f80(0x245)]],_0x3c8c20['accessKey']=[_0x55ed7c['lzZgA'],_0x55ed7c[_0x421f80(0x23c)]],_0x3c8c20[_0x421f80(0x21d)]=[_0x55ed7c['eWpbL']],_0x3c8c20[_0x421f80(0x1e2)]=[_0x55ed7c[_0x421f80(0x23d)]],_0x3c8c20[_0x421f80(0x1a2)]=[_0x55ed7c[_0x421f80(0x1f0)]],_0x3c8c20[_0x421f80(0x1e8)]=[_0x55ed7c['gVBwU'],_0x55ed7c['xoocE']],_0x3c8c20[_0x421f80(0x25a)]=[_0x55ed7c[_0x421f80(0x214)]],_0x3c8c20[_0x421f80(0x255)]=[_0x55ed7c[_0x421f80(0x234)]],_0x3c8c20['rerunTests']=[_0x55ed7c[_0x421f80(0x225)]],_0x3c8c20[_0x421f80(0x227)]=[_0x55ed7c[_0x421f80(0x22a)]],_0x3c8c20[_0x421f80(0x231)]=[_0x55ed7c[_0x421f80(0x23f)]],_0x3c8c20['automation']=[_0x55ed7c[_0x421f80(0x211)]],_0x3c8c20;},exports[a63_0x41ac8c(0x1de)]=()=>{var _0x3015a6=a63_0x41ac8c,_0xf434e1={};_0xf434e1[_0x3015a6(0x1e7)]=_0x3015a6(0x22d),_0xf434e1[_0x3015a6(0x1b2)]=_0x3015a6(0x1e0),_0xf434e1['zRUSo']='BROWSERSTACK_ACCESS_KEY',_0xf434e1[_0x3015a6(0x1a3)]=_0x3015a6(0x1ad),_0xf434e1[_0x3015a6(0x229)]='BROWSERSTACK_PROJECT_NAME',_0xf434e1['INnld']='BROWSERSTACK_BUILD_IDENTIFIER',_0xf434e1[_0x3015a6(0x1c2)]=_0x3015a6(0x1c6),_0xf434e1[_0x3015a6(0x1a8)]=_0x3015a6(0x1cb),_0xf434e1['FJGfm']='BROWSERSTACK_LOCAL_IDENTIFIER',_0xf434e1['OxPCj']=_0x3015a6(0x202),_0xf434e1[_0x3015a6(0x237)]=_0x3015a6(0x1ec),_0xf434e1[_0x3015a6(0x22f)]=_0x3015a6(0x1f7),_0xf434e1[_0x3015a6(0x1b9)]=_0x3015a6(0x20a),_0xf434e1[_0x3015a6(0x20f)]=_0x3015a6(0x1f6);var _0x1405fe=_0xf434e1,_0xc4e165={};return _0xc4e165[_0x3015a6(0x1d2)]=[_0x1405fe['xGaPK'],_0x1405fe[_0x3015a6(0x1b2)]],_0xc4e165[_0x3015a6(0x1dc)]=[_0x1405fe[_0x3015a6(0x212)]],_0xc4e165[_0x3015a6(0x21d)]=[_0x1405fe['sIVeU']],_0xc4e165[_0x3015a6(0x1e2)]=[_0x1405fe[_0x3015a6(0x229)]],_0xc4e165[_0x3015a6(0x1a2)]=[_0x1405fe['INnld']],_0xc4e165[_0x3015a6(0x1e8)]=[_0x1405fe['ydlRQ']],_0xc4e165[_0x3015a6(0x25a)]=[_0x1405fe[_0x3015a6(0x1a8)]],_0xc4e165[_0x3015a6(0x255)]=[_0x1405fe[_0x3015a6(0x222)]],_0xc4e165['rerunTests']=[_0x1405fe[_0x3015a6(0x1a9)]],_0xc4e165[_0x3015a6(0x227)]=[_0x1405fe[_0x3015a6(0x237)],_0x1405fe[_0x3015a6(0x22f)]],_0xc4e165['logLevel']=[_0x1405fe[_0x3015a6(0x1b9)]],_0xc4e165['automation']=[_0x1405fe[_0x3015a6(0x20f)]],_0xc4e165;},exports[a63_0x41ac8c(0x23b)]=()=>[a63_0x41ac8c(0x21a),a63_0x41ac8c(0x20e),a63_0x41ac8c(0x1c3),a63_0x41ac8c(0x1da),'app','udid',a63_0x41ac8c(0x1b6),'locale',a63_0x41ac8c(0x253),a63_0x41ac8c(0x1d9),a63_0x41ac8c(0x1dd),'fullReset',a63_0x41ac8c(0x20c),'eventTimings',a63_0x41ac8c(0x1e3),a63_0x41ac8c(0x206),'printPageSourceOnFindFailure',a63_0x41ac8c(0x209),a63_0x41ac8c(0x24a),'appWaitActivity',a63_0x41ac8c(0x24e),a63_0x41ac8c(0x1ff),a63_0x41ac8c(0x1f1),a63_0x41ac8c(0x1d6),'androidCoverage','androidCoverageEndIntent',a63_0x41ac8c(0x1b3),a63_0x41ac8c(0x22e),a63_0x41ac8c(0x1d7),'androidInstallTimeout',a63_0x41ac8c(0x233),a63_0x41ac8c(0x1b1),a63_0x41ac8c(0x1ca),a63_0x41ac8c(0x243),a63_0x41ac8c(0x23a),a63_0x41ac8c(0x1cc),a63_0x41ac8c(0x201),a63_0x41ac8c(0x236),a63_0x41ac8c(0x1c0),a63_0x41ac8c(0x244),'chromedriverExecutable',a63_0x41ac8c(0x241),a63_0x41ac8c(0x1c4),a63_0x41ac8c(0x1e9),a63_0x41ac8c(0x1b4),a63_0x41ac8c(0x246),a63_0x41ac8c(0x1fa),a63_0x41ac8c(0x1ce),a63_0x41ac8c(0x1f2),a63_0x41ac8c(0x238),'intentCategory','intentFlags',a63_0x41ac8c(0x1ac),a63_0x41ac8c(0x1bd),a63_0x41ac8c(0x1be),a63_0x41ac8c(0x259),a63_0x41ac8c(0x21c),a63_0x41ac8c(0x1e6),a63_0x41ac8c(0x228),a63_0x41ac8c(0x1fe),a63_0x41ac8c(0x1d1),a63_0x41ac8c(0x254),a63_0x41ac8c(0x1e5),a63_0x41ac8c(0x1f9),a63_0x41ac8c(0x24f),a63_0x41ac8c(0x256),a63_0x41ac8c(0x215),a63_0x41ac8c(0x1a0),a63_0x41ac8c(0x1ef),a63_0x41ac8c(0x1af),a63_0x41ac8c(0x257),a63_0x41ac8c(0x1f4),'remoteAdbHost','skipUnlock',a63_0x41ac8c(0x1f8),'unlockKey',a63_0x41ac8c(0x208),a63_0x41ac8c(0x24d),a63_0x41ac8c(0x247),'disableWindowAnimation',a63_0x41ac8c(0x221),a63_0x41ac8c(0x226),'ensureWebviewsHavePages',a63_0x41ac8c(0x217),'enableWebviewDetailsCollection',a63_0x41ac8c(0x1d0),'calendarFormat',a63_0x41ac8c(0x21e),a63_0x41ac8c(0x230),'locationServicesEnabled',a63_0x41ac8c(0x200),'autoAcceptAlerts','autoDismissAlerts',a63_0x41ac8c(0x1b8),a63_0x41ac8c(0x1fb),'safariInitialUrl','safariAllowPopups',a63_0x41ac8c(0x1bc),'safariOpenLinksInBackground','keepKeyChains','localizableStringsDir',a63_0x41ac8c(0x1db),a63_0x41ac8c(0x1c1),a63_0x41ac8c(0x1eb),a63_0x41ac8c(0x235),a63_0x41ac8c(0x21b),a63_0x41ac8c(0x1f3),'remoteDebugProxy',a63_0x41ac8c(0x248),a63_0x41ac8c(0x1fd),a63_0x41ac8c(0x1a4),'fullContextList',a63_0x41ac8c(0x1a7),a63_0x41ac8c(0x1b5),a63_0x41ac8c(0x251),'customSSLCert','tapWithShortPressDuration',a63_0x41ac8c(0x1a1),a63_0x41ac8c(0x1b7),a63_0x41ac8c(0x1fc),a63_0x41ac8c(0x1ab),a63_0x41ac8c(0x223),a63_0x41ac8c(0x252),a63_0x41ac8c(0x1d3),a63_0x41ac8c(0x250),'webDriverAgentUrl',a63_0x41ac8c(0x213),a63_0x41ac8c(0x1c7),a63_0x41ac8c(0x224),a63_0x41ac8c(0x1ba),a63_0x41ac8c(0x1bb),a63_0x41ac8c(0x1d5),a63_0x41ac8c(0x1ea),a63_0x41ac8c(0x1df),a63_0x41ac8c(0x242),a63_0x41ac8c(0x20b),a63_0x41ac8c(0x220),a63_0x41ac8c(0x1d4),a63_0x41ac8c(0x20d),a63_0x41ac8c(0x1c8),'useCarthageSsl',a63_0x41ac8c(0x216),a63_0x41ac8c(0x1cf),a63_0x41ac8c(0x240),a63_0x41ac8c(0x1a6),a63_0x41ac8c(0x1a5),a63_0x41ac8c(0x1cd),'logcatFilterSpecs','allowDelayAdb']);function a63_0x4391(_0x26d3d2,_0xb237b8){var _0x6630c9=a63_0x6630();return a63_0x4391=function(_0x439180,_0x502635){_0x439180=_0x439180-0x1a0;var _0x5ba00f=_0x6630c9[_0x439180];return _0x5ba00f;},a63_0x4391(_0x26d3d2,_0xb237b8);}function a63_0x6630(){var _0x5a8692=['browserstack.local','browserstack.ppp','skipLogcatCapture','appWaitPackage','gpsEnabled','preventWDAAttachments','appName','keychainPassword','orientation','nativeWebScreenshot','localIdentifier','isHeadless','androidNaturalOrientation','browserstack.userName','resetKeyboard','browserstackLocal','localeScript','scaleFactor','buildIdentifier','sIVeU','webkitDebugProxyPort','mockLocationApp','ignoreHiddenApiPolicyError','waitForAppScript','XsFyX','OxPCj','browserstack.projectName','iosInstallPause','optionalIntentArguments','BROWSERSTACK_BUILD_NAME','browserstack.app','autoGrantPermissions','browserstack.logLevel','avd','cVzpQ','androidDeviceReadyTimeout','chromedriverUseSystemExecutable','webviewConnectRetries','language','wdaLocalPort','nativeInstrumentsLib','caPvL','wdaConnectionTimeout','xcodeOrgId','safariIgnoreFraudWarning','dontStopAppOnReset','unicodeKeyboard','browserstack.buildName','keyAlias','interKeyDelay','ydlRQ','deviceName','chromedriverExecutableDir','browserstack.user_name','BROWSERSTACK_PARALLELS_PER_PLATFORM','useNewWDA','simpleIsVisibleCheck','1582626nSiYyu','avdLaunchTimeout','BROWSERSTACK_LOCAL','useKeystore','logcatFormat','chromedriverDisableBuildCheck','startIWDP','remoteAppsCacheLimit','recreateChromeDriverSessions','userName','usePrebuiltWDA','connectHardwareKeyboard','xcodeSigningId','allowTestPackages','androidDeviceSocket','835IOHXaH','autoWebview','newCommandTimeout','processArguments','accessKey','noReset','EnvCapsMapping','resetOnSessionStartOnly','BROWSERSTACK_USER_NAME','browserstack.localIdentifier','projectName','enablePerformanceLogging','2058881cbUVIB','androidScreenshotPath','ignoreUnimportantViews','xGaPK','parallelsPerPlatform','chromedriverChromeMappingFile','updatedWDABundleId','showIOSLog','BROWSERSTACK_APP_ID','73384giMJyJ','eWpbL','skipDeviceInitialization','jBBAo','deviceReadyTimeout','autoWebviewTimeout','screenshotWaitTimeout','systemPort','4925592ayBTOJ','BROWSERSTACK_AUTOMATION','BROWSERSTACK_APP','unlockType','networkSpeed','chromedriverPorts','nativeWebTap','showXcodeLog','skipLogCapture','chromeOptions','appWaitDuration','locationServicesAuthorized','keystorePath','BROWSERSTACK_RERUN_TESTS','browserstack.buildIdentifier','30606lLfITR','4vOfpED','otherApps','873158tedVPM','autoLaunch','appActivity','BROWSERSTACK_OBSERVABILITY_DEBUG','wdaStartupRetries','clearSystemFiles','maxTypingFrequency','platformVersion','yCdRj','browserstack.parallelsPerPlatform','EhvHO','zRUSo','keychainPath','IdTIk','adbExecTimeout','shouldUseSingletonTestManager','webviewDevtoolsPort','lzZgA','browserstack.access_key','automationName','webkitResponseTimeout','noSign','buildName','bundleId','483FkoJhl','wdaStartupRetryInterval','buildToolsVersion','FJGfm','xcodeConfigFile','wdaLaunchTimeout','CJEhj','enforceAppInstall','app','disableAndroidWatchers','Dvrar','jUIKV','ahzUb','10sXsHno','BROWSERSTACK_USERNAME','adbPort','Jueua','launchTimeout','logLevel','browserstack.accessKey','androidInstallPath','CaKGn','sendKeyStrategy','keystorePassword','VTgeo','intentAction','xoocE','avdArgs','AppiumCaps','aAycN','gxYrJ','732825kMGuTV','Bnqek','allowTouchIdEnroll','chromedriverArgs','commandTimeouts','avdReadyTimeout','keyPassword','aqSqy','chromedriverPort','uninstallOtherPackages','enableAsyncExecuteFromHttps','browserstack.automation','appPackage'];a63_0x6630=function(){return _0x5a8692;};return a63_0x6630();}
@@ -1 +1 @@
1
- var a61_0x602c20=a61_0x3c58;function a61_0x41ae(){var _0x5260ba=['3663872vZZtGB','exports','157754xeYfRE','5eFNUNq','397056MEwkfP','3298337Weadkj','1581964jkauUD','browserStackGlobals','__instance','4040GrVdkb','38943rcwMxp','26198tygqsE','48waERbu'];a61_0x41ae=function(){return _0x5260ba;};return a61_0x41ae();}function a61_0x3c58(_0x270a60,_0x1fac6e){var _0x41ae91=a61_0x41ae();return a61_0x3c58=function(_0x3c587d,_0x5933d6){_0x3c587d=_0x3c587d-0xd6;var _0x59c399=_0x41ae91[_0x3c587d];return _0x59c399;},a61_0x3c58(_0x270a60,_0x1fac6e);}(function(_0x502817,_0x12df6f){var _0x57639d=a61_0x3c58,_0x190a4e=_0x502817();while(!![]){try{var _0x54fcfa=parseInt(_0x57639d(0xdf))/0x1+parseInt(_0x57639d(0xdb))/0x2*(-parseInt(_0x57639d(0xdc))/0x3)+-parseInt(_0x57639d(0xd6))/0x4*(parseInt(_0x57639d(0xe0))/0x5)+-parseInt(_0x57639d(0xe1))/0x6+-parseInt(_0x57639d(0xe2))/0x7+-parseInt(_0x57639d(0xdd))/0x8+parseInt(_0x57639d(0xda))/0x9*(parseInt(_0x57639d(0xd9))/0xa);if(_0x54fcfa===_0x12df6f)break;else _0x190a4e['push'](_0x190a4e['shift']());}catch(_0x56f6eb){_0x190a4e['push'](_0x190a4e['shift']());}}}(a61_0x41ae,0x4a91c));class Global{static [a61_0x602c20(0xd8)];constructor(){var _0x128a87=a61_0x602c20;if(Global[_0x128a87(0xd8)])return Global['__instance'];this[_0x128a87(0xd7)]=global,Global['__instance']=this;}['setGlobal'](_0x3e1d55,_0xe38b2){var _0x508d19=a61_0x602c20;this[_0x508d19(0xd7)][_0x3e1d55]=_0xe38b2;}['getGlobal'](_0x2b3ef3){var _0x1ea660=a61_0x602c20;return this[_0x1ea660(0xd7)][_0x2b3ef3];}}module[a61_0x602c20(0xde)]=new Global();
1
+ var a64_0x6d58d3=a64_0x44f8;function a64_0x44f8(_0xe64fa2,_0x39bf42){var _0x20552c=a64_0x2055();return a64_0x44f8=function(_0x44f870,_0x414167){_0x44f870=_0x44f870-0x10e;var _0x34e805=_0x20552c[_0x44f870];return _0x34e805;},a64_0x44f8(_0xe64fa2,_0x39bf42);}(function(_0x5355ba,_0xce7ed0){var _0x54ff79=a64_0x44f8,_0x1fda42=_0x5355ba();while(!![]){try{var _0x1cfb5e=-parseInt(_0x54ff79(0x117))/0x1*(-parseInt(_0x54ff79(0x10f))/0x2)+-parseInt(_0x54ff79(0x110))/0x3*(-parseInt(_0x54ff79(0x11b))/0x4)+parseInt(_0x54ff79(0x118))/0x5+-parseInt(_0x54ff79(0x119))/0x6+-parseInt(_0x54ff79(0x10e))/0x7*(-parseInt(_0x54ff79(0x114))/0x8)+parseInt(_0x54ff79(0x11a))/0x9+-parseInt(_0x54ff79(0x116))/0xa;if(_0x1cfb5e===_0xce7ed0)break;else _0x1fda42['push'](_0x1fda42['shift']());}catch(_0x4d01c3){_0x1fda42['push'](_0x1fda42['shift']());}}}(a64_0x2055,0xd67b2));class Global{static ['__instance'];constructor(){var _0x3cdebb=a64_0x44f8;if(Global[_0x3cdebb(0x111)])return Global['__instance'];this[_0x3cdebb(0x112)]=global,Global[_0x3cdebb(0x111)]=this;}['setGlobal'](_0x130d61,_0x241134){var _0x370768=a64_0x44f8;this[_0x370768(0x112)][_0x130d61]=_0x241134;}[a64_0x6d58d3(0x113)](_0x4000b7){return this['browserStackGlobals'][_0x4000b7];}}function a64_0x2055(){var _0x34fb8e=['__instance','browserStackGlobals','getGlobal','96GYnmZA','exports','41832080asqdLV','1335479xtGQFU','7380375nkdcNC','9407838oUaWlL','15582636IZzdtB','228DbbyUK','840308hopcmS','2fXOuXX','34011yUGADQ'];a64_0x2055=function(){return _0x34fb8e;};return a64_0x2055();}module[a64_0x6d58d3(0x115)]=new Global();