browserstack-node-sdk 1.53.6 → 1.54.1
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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +10 -9
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a108_0x4665ee=a108_0x1a42;function a108_0x1a42(_0x93903e,_0x2e42ed){const _0x4573df=a108_0x4573();return a108_0x1a42=function(_0x1a4258,_0x2f195){_0x1a4258=_0x1a4258-0x1d2;let _0x4e62ec=_0x4573df[_0x1a4258];return _0x4e62ec;},a108_0x1a42(_0x93903e,_0x2e42ed);}function a108_0x4573(){const _0x570b75=['5946993KUuRqS','medium','1275602wMnxrS','3JtKJcu','true','kyAzd','16GkCMHn','BROWSERSTACK_BUILD_TAGS','2016754fqRSfc','nJPts','split','1987748cIlTqw','1058130OAFDIi','NO_GRID_NAME_PASSED','TURBOSCALE_OPTIONS','options','env','getTurboScaleGridName','Buawn','gridName','BROWSERSTACK_BUILD_PRIORITY','15elqHKG','toString','buildTags','toLowerCase','turboScaleOptions','isArray','../../bin/utils/constants','turboScale','962045mVDIHC','21988630Faqepz','buildPriority','LPGCe','11aAebMB'];a108_0x4573=function(){return _0x570b75;};return a108_0x4573();}(function(_0x5571cf,_0x32e9e7){const _0x3c10e3=a108_0x1a42,_0x1ed2d4=_0x5571cf();while(!![]){try{const _0x432ef6=-parseInt(_0x3c10e3(0x1e8))/0x1+-parseInt(_0x3c10e3(0x1ee))/0x2*(parseInt(_0x3c10e3(0x1e9))/0x3)+-parseInt(_0x3c10e3(0x1f1))/0x4*(-parseInt(_0x3c10e3(0x1d9))/0x5)+-parseInt(_0x3c10e3(0x1f2))/0x6+parseInt(_0x3c10e3(0x1e1))/0x7*(parseInt(_0x3c10e3(0x1ec))/0x8)+-parseInt(_0x3c10e3(0x1e6))/0x9+parseInt(_0x3c10e3(0x1e2))/0xa*(parseInt(_0x3c10e3(0x1e5))/0xb);if(_0x432ef6===_0x32e9e7)break;else _0x1ed2d4['push'](_0x1ed2d4['shift']());}catch(_0x24db74){_0x1ed2d4['push'](_0x1ed2d4['shift']());}}}(a108_0x4573,0xcdea9));const constants=require(a108_0x4665ee(0x1df));exports['getTurboScaleOptions']=()=>{const _0x18c514=a108_0x4665ee;if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants[_0x18c514(0x1d2)][_0x18c514(0x1d3)];},exports[a108_0x4665ee(0x1d5)]=_0x1b57dd=>{const _0x44cf72=a108_0x4665ee,_0x2f1f60={};_0x2f1f60[_0x44cf72(0x1d6)]=_0x44cf72(0x1f3);const _0x389cd3=_0x2f1f60;if(_0x1b57dd[_0x44cf72(0x1dd)]&&_0x1b57dd['turboScaleOptions'][_0x44cf72(0x1d7)])return _0x1b57dd[_0x44cf72(0x1dd)]['gridName'];if(process[_0x44cf72(0x1d4)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x389cd3['Buawn'];},exports['isTurboScaleSession']=_0x6ebabb=>{const _0x47dfa3=a108_0x4665ee,_0x334479={};_0x334479[_0x47dfa3(0x1ef)]=function(_0xe13282,_0x1a680f){return _0xe13282===_0x1a680f;},_0x334479[_0x47dfa3(0x1e4)]=_0x47dfa3(0x1ea);const _0x2a449b=_0x334479;return _0x6ebabb&&_0x6ebabb['turboScale']&&_0x2a449b['nJPts'](_0x6ebabb[_0x47dfa3(0x1e0)][_0x47dfa3(0x1da)]()[_0x47dfa3(0x1dc)](),_0x2a449b['LPGCe']);},exports['getTurboScaleCaps']=(_0x1d0b7f,_0x383e77,_0x278203)=>{const _0x394965=a108_0x4665ee,_0x3c419f={};_0x3c419f['kyAzd']=_0x394965(0x1e7);const _0x28e202=_0x3c419f,_0x54305d={};_0x54305d['buildPriority']=_0x28e202[_0x394965(0x1eb)];_0x1d0b7f[_0x394965(0x1db)]&&(_0x54305d[_0x394965(0x1db)]=Array[_0x394965(0x1de)](_0x1d0b7f['buildTags'])?_0x1d0b7f['buildTags']:_0x1d0b7f[_0x394965(0x1db)][_0x394965(0x1f0)](','));if(process['env'][_0x394965(0x1ed)])try{_0x54305d[_0x394965(0x1db)]=process[_0x394965(0x1d4)][_0x394965(0x1ed)][_0x394965(0x1f0)](',');}catch{_0x54305d[_0x394965(0x1db)]=process['env'][_0x394965(0x1ed)];}return _0x1d0b7f[_0x394965(0x1e3)]&&(_0x54305d[_0x394965(0x1e3)]=_0x1d0b7f[_0x394965(0x1e3)]),process['env'][_0x394965(0x1d8)]&&(_0x54305d[_0x394965(0x1e3)]=process[_0x394965(0x1d4)][_0x394965(0x1d8)]),_0x54305d;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a109_0x508e35=a109_0x38a8;(function(_0x149e69,_0x4c8464){var _0x1ca849=a109_0x38a8,_0x1dac57=_0x149e69();while(!![]){try{var _0x4c5282=-parseInt(_0x1ca849(0x2a8))/0x1+-parseInt(_0x1ca849(0x26e))/0x2*(-parseInt(_0x1ca849(0x21c))/0x3)+parseInt(_0x1ca849(0x282))/0x4+-parseInt(_0x1ca849(0x2a2))/0x5+parseInt(_0x1ca849(0x2ad))/0x6*(parseInt(_0x1ca849(0x213))/0x7)+-parseInt(_0x1ca849(0x267))/0x8*(-parseInt(_0x1ca849(0x2a9))/0x9)+-parseInt(_0x1ca849(0x222))/0xa*(parseInt(_0x1ca849(0x238))/0xb);if(_0x4c5282===_0x4c8464)break;else _0x1dac57['push'](_0x1dac57['shift']());}catch(_0x17473c){_0x1dac57['push'](_0x1dac57['shift']());}}}(a109_0x8f6b,0x52244),exports[a109_0x508e35(0x239)]=()=>{var _0x2c4f1e=a109_0x508e35,_0x2b1525={};_0x2b1525[_0x2c4f1e(0x2ab)]=_0x2c4f1e(0x271),_0x2b1525[_0x2c4f1e(0x21e)]=_0x2c4f1e(0x2b1),_0x2b1525[_0x2c4f1e(0x218)]=_0x2c4f1e(0x262),_0x2b1525[_0x2c4f1e(0x296)]='browserstack.accessKey',_0x2b1525[_0x2c4f1e(0x228)]='browserstack.buildName',_0x2b1525[_0x2c4f1e(0x21a)]='browserstack.projectName',_0x2b1525[_0x2c4f1e(0x22f)]=_0x2c4f1e(0x20e),_0x2b1525['LmRwV']=_0x2c4f1e(0x219),_0x2b1525[_0x2c4f1e(0x1ef)]=_0x2c4f1e(0x246),_0x2b1525[_0x2c4f1e(0x20b)]='browserstack.local',_0x2b1525[_0x2c4f1e(0x273)]=_0x2c4f1e(0x289),_0x2b1525['aSUlZ']=_0x2c4f1e(0x248),_0x2b1525['jJQWQ']='browserstack.app',_0x2b1525[_0x2c4f1e(0x24d)]=_0x2c4f1e(0x1f0),_0x2b1525[_0x2c4f1e(0x1f6)]='browserstack.automation',_0x2b1525['kzrbx']=_0x2c4f1e(0x286),_0x2b1525[_0x2c4f1e(0x1fb)]=_0x2c4f1e(0x277),_0x2b1525['HBUeb']='browserstackConfigFile',_0x2b1525[_0x2c4f1e(0x1e6)]='browserstack.testOrchestration.retryTestsOnFailure',_0x2b1525['gMKoL']=_0x2c4f1e(0x233),_0x2b1525[_0x2c4f1e(0x23a)]=_0x2c4f1e(0x203),_0x2b1525[_0x2c4f1e(0x232)]='browserstack.testOrchestration.rerunPreviouslyFailed',_0x2b1525[_0x2c4f1e(0x23b)]=_0x2c4f1e(0x283);var _0x4adb08=_0x2b1525,_0x5d457d={};return _0x5d457d[_0x2c4f1e(0x26a)]=[_0x4adb08['JnVtz'],_0x4adb08[_0x2c4f1e(0x21e)]],_0x5d457d[_0x2c4f1e(0x251)]=[_0x4adb08[_0x2c4f1e(0x218)],_0x4adb08[_0x2c4f1e(0x296)]],_0x5d457d['buildName']=[_0x4adb08['GJOgm']],_0x5d457d['projectName']=[_0x4adb08[_0x2c4f1e(0x21a)]],_0x5d457d[_0x2c4f1e(0x22b)]=[_0x4adb08['tDNUy']],_0x5d457d[_0x2c4f1e(0x200)]=[_0x4adb08[_0x2c4f1e(0x253)],_0x4adb08[_0x2c4f1e(0x1ef)]],_0x5d457d['browserstackLocal']=[_0x4adb08[_0x2c4f1e(0x20b)]],_0x5d457d[_0x2c4f1e(0x278)]=[_0x4adb08['PKYkl']],_0x5d457d[_0x2c4f1e(0x2aa)]=[_0x4adb08[_0x2c4f1e(0x1eb)]],_0x5d457d['app']=[_0x4adb08[_0x2c4f1e(0x2a4)]],_0x5d457d['logLevel']=[_0x4adb08['xACoR']],_0x5d457d[_0x2c4f1e(0x24a)]=[_0x4adb08[_0x2c4f1e(0x1f6)]],_0x5d457d[_0x2c4f1e(0x259)]=[_0x4adb08['kzrbx']],_0x5d457d[_0x2c4f1e(0x2a6)]=[_0x4adb08[_0x2c4f1e(0x1fb)],_0x4adb08['HBUeb']],_0x5d457d[_0x2c4f1e(0x23c)]=[_0x4adb08[_0x2c4f1e(0x1e6)]],_0x5d457d[_0x2c4f1e(0x20a)]=[_0x4adb08[_0x2c4f1e(0x2b0)]],_0x5d457d[_0x2c4f1e(0x293)]=[_0x4adb08[_0x2c4f1e(0x23a)]],_0x5d457d[_0x2c4f1e(0x287)]=[_0x4adb08['cWLuw']],_0x5d457d[_0x2c4f1e(0x27d)]=[_0x4adb08[_0x2c4f1e(0x23b)]],_0x5d457d;},exports['EnvCapsMapping']=()=>{var _0x5a51c7=a109_0x508e35,_0x20ea73={};_0x20ea73[_0x5a51c7(0x291)]=_0x5a51c7(0x25a),_0x20ea73['vshed']='BROWSERSTACK_USER_NAME',_0x20ea73[_0x5a51c7(0x216)]=_0x5a51c7(0x214),_0x20ea73[_0x5a51c7(0x212)]=_0x5a51c7(0x1f1),_0x20ea73['pkIVf']=_0x5a51c7(0x280),_0x20ea73[_0x5a51c7(0x20f)]=_0x5a51c7(0x26f),_0x20ea73[_0x5a51c7(0x28b)]=_0x5a51c7(0x290),_0x20ea73[_0x5a51c7(0x29a)]=_0x5a51c7(0x29c),_0x20ea73[_0x5a51c7(0x245)]=_0x5a51c7(0x297),_0x20ea73['DIbDJ']=_0x5a51c7(0x1f9),_0x20ea73[_0x5a51c7(0x21f)]=_0x5a51c7(0x1f2),_0x20ea73[_0x5a51c7(0x1f8)]=_0x5a51c7(0x281),_0x20ea73[_0x5a51c7(0x21d)]=_0x5a51c7(0x242),_0x20ea73[_0x5a51c7(0x257)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x20ea73['MzzVY']=_0x5a51c7(0x24e),_0x20ea73[_0x5a51c7(0x2a1)]=_0x5a51c7(0x1f4);var _0x18f860=_0x20ea73,_0x425c0c={};return _0x425c0c[_0x5a51c7(0x26a)]=[_0x18f860[_0x5a51c7(0x291)],_0x18f860[_0x5a51c7(0x250)]],_0x425c0c[_0x5a51c7(0x251)]=[_0x18f860['aRwmM']],_0x425c0c['buildName']=[_0x18f860[_0x5a51c7(0x212)]],_0x425c0c[_0x5a51c7(0x23f)]=[_0x18f860[_0x5a51c7(0x22c)]],_0x425c0c['buildIdentifier']=[_0x18f860[_0x5a51c7(0x20f)]],_0x425c0c[_0x5a51c7(0x200)]=[_0x18f860[_0x5a51c7(0x28b)]],_0x425c0c[_0x5a51c7(0x24f)]=[_0x18f860[_0x5a51c7(0x29a)]],_0x425c0c[_0x5a51c7(0x278)]=[_0x18f860['xfgAN']],_0x425c0c[_0x5a51c7(0x2aa)]=[_0x18f860['DIbDJ']],_0x425c0c[_0x5a51c7(0x1f5)]=[_0x18f860[_0x5a51c7(0x21f)],_0x18f860[_0x5a51c7(0x1f8)]],_0x425c0c[_0x5a51c7(0x26d)]=[_0x18f860[_0x5a51c7(0x21d)],_0x18f860[_0x5a51c7(0x257)]],_0x425c0c['automation']=[_0x18f860[_0x5a51c7(0x270)]],_0x425c0c['browserstackAutomation']=[_0x18f860[_0x5a51c7(0x270)]],_0x425c0c[_0x5a51c7(0x259)]=[_0x18f860[_0x5a51c7(0x2a1)]],_0x425c0c;},exports[a109_0x508e35(0x29e)]=()=>[a109_0x508e35(0x2a0),a109_0x508e35(0x208),'deviceName','newCommandTimeout',a109_0x508e35(0x1f5),a109_0x508e35(0x247),a109_0x508e35(0x284),a109_0x508e35(0x288),a109_0x508e35(0x25b),'autoWebview',a109_0x508e35(0x254),a109_0x508e35(0x263),a109_0x508e35(0x1fc),a109_0x508e35(0x2a5),a109_0x508e35(0x272),a109_0x508e35(0x29b),a109_0x508e35(0x205),a109_0x508e35(0x268),a109_0x508e35(0x217),a109_0x508e35(0x240),a109_0x508e35(0x252),'appWaitDuration',a109_0x508e35(0x209),a109_0x508e35(0x265),a109_0x508e35(0x27a),a109_0x508e35(0x292),a109_0x508e35(0x26c),a109_0x508e35(0x2a3),'androidDeviceSocket',a109_0x508e35(0x230),'androidInstallPath',a109_0x508e35(0x1ff),a109_0x508e35(0x1ed),'avdReadyTimeout','avdArgs',a109_0x508e35(0x1fd),a109_0x508e35(0x215),'keystorePassword',a109_0x508e35(0x22e),a109_0x508e35(0x25e),a109_0x508e35(0x235),a109_0x508e35(0x1ee),a109_0x508e35(0x256),a109_0x508e35(0x261),'chromedriverUseSystemExecutable','chromedriverPort',a109_0x508e35(0x244),a109_0x508e35(0x295),'autoWebviewTimeout',a109_0x508e35(0x2af),'intentCategory',a109_0x508e35(0x276),a109_0x508e35(0x255),'dontStopAppOnReset',a109_0x508e35(0x22d),a109_0x508e35(0x237),a109_0x508e35(0x25f),a109_0x508e35(0x225),a109_0x508e35(0x25d),'chromeOptions','recreateChromeDriverSessions','nativeWebScreenshot',a109_0x508e35(0x22a),a109_0x508e35(0x29f),a109_0x508e35(0x26b),'isHeadless',a109_0x508e35(0x249),a109_0x508e35(0x28e),a109_0x508e35(0x2ac),'autoGrantPermissions',a109_0x508e35(0x2ae),a109_0x508e35(0x1f7),a109_0x508e35(0x264),'skipUnlock',a109_0x508e35(0x260),a109_0x508e35(0x20d),a109_0x508e35(0x27c),a109_0x508e35(0x266),'uninstallOtherPackages','disableWindowAnimation',a109_0x508e35(0x23e),a109_0x508e35(0x28f),a109_0x508e35(0x269),a109_0x508e35(0x21b),'enableWebviewDetailsCollection',a109_0x508e35(0x285),'calendarFormat','bundleId',a109_0x508e35(0x229),a109_0x508e35(0x28a),'locationServicesAuthorized',a109_0x508e35(0x1ec),'autoDismissAlerts',a109_0x508e35(0x25c),'nativeWebTap',a109_0x508e35(0x241),a109_0x508e35(0x202),a109_0x508e35(0x274),a109_0x508e35(0x294),a109_0x508e35(0x220),a109_0x508e35(0x20c),a109_0x508e35(0x206),a109_0x508e35(0x2a7),a109_0x508e35(0x299),a109_0x508e35(0x28c),'webkitResponseTimeout',a109_0x508e35(0x1e9),a109_0x508e35(0x258),a109_0x508e35(0x1e5),a109_0x508e35(0x27b),a109_0x508e35(0x298),a109_0x508e35(0x1fa),a109_0x508e35(0x223),'webviewConnectRetries',a109_0x508e35(0x224),a109_0x508e35(0x1e7),a109_0x508e35(0x275),'scaleFactor','wdaLocalPort',a109_0x508e35(0x24c),a109_0x508e35(0x24b),a109_0x508e35(0x231),'keychainPassword',a109_0x508e35(0x27e),a109_0x508e35(0x204),'webDriverAgentUrl',a109_0x508e35(0x28d),a109_0x508e35(0x1e8),a109_0x508e35(0x1f3),a109_0x508e35(0x23d),a109_0x508e35(0x201),a109_0x508e35(0x27f),a109_0x508e35(0x211),a109_0x508e35(0x243),'commandTimeouts',a109_0x508e35(0x29d),'wdaStartupRetryInterval',a109_0x508e35(0x279),'maxTypingFrequency','simpleIsVisibleCheck',a109_0x508e35(0x210),a109_0x508e35(0x207),a109_0x508e35(0x234),a109_0x508e35(0x236),a109_0x508e35(0x227),a109_0x508e35(0x1fe),a109_0x508e35(0x221),a109_0x508e35(0x226),a109_0x508e35(0x1ea)]);function a109_0x38a8(_0xab07a7,_0x262873){var _0x8f6b7e=a109_0x8f6b();return a109_0x38a8=function(_0x38a8e6,_0xa14b70){_0x38a8e6=_0x38a8e6-0x1e5;var _0x52cc7b=_0x8f6b7e[_0x38a8e6];return _0x52cc7b;},a109_0x38a8(_0xab07a7,_0x262873);}function a109_0x8f6b(){var _0x527870=['systemPort','ZnUth','BROWSERSTACK_RERUN_TESTS','fullContextList','iqoky','clearSystemFiles','useKeystore','mockLocationApp','avd','parallelsPerPlatform','xcodeOrgId','safariAllowPopups','browserstack.testOrchestration.runPreviouslyFailedFirst','preventWDAAttachments','printPageSourceOnFindFailure','processArguments','shouldUseSingletonTestManager','platformVersion','deviceReadyTimeout','abortBuildOnFailure','EEvAw','localizableStringsDir','unlockKey','browserstack.buildIdentifier','FcgtY','useCarthageSsl','updatedWDABundleId','dxnEg','4430769lrPWUH','BROWSERSTACK_ACCESS_KEY','keystorePath','aRwmM','appPackage','oxLIU','browserstack.ppp','dcKDO','webviewDevtoolsPort','72780sZDiHx','wIyPa','Kqhuy','dzQKP','keepKeyChains','logcatFormat','11320szbhtA','waitForAppScript','appName','ignoreUnimportantViews','logcatFilterSpecs','ignoreHiddenApiPolicyError','GJOgm','launchTimeout','androidScreenshotPath','buildIdentifier','pkIVf','unicodeKeyboard','keyAlias','tDNUy','androidInstallTimeout','xcodeConfigFile','cWLuw','browserstack.testOrchestration.abortBuildOnFailure','startIWDP','chromedriverExecutable','allowTouchIdEnroll','resetKeyboard','12716EPjgfZ','CLICapsMapping','xLbVc','unTRx','retryTestsOnFailure','wdaConnectionTimeout','buildToolsVersion','projectName','appWaitActivity','safariInitialUrl','BROWSERSTACK_OBSERVABILITY_DEBUG','resetOnSessionStartOnly','chromedriverPorts','xfgAN','browserstack.parallelsPerPlatform','udid','browserstack.rerunTests','adbExecTimeout','automation','iosInstallPause','showXcodeLog','xACoR','BROWSERSTACK_AUTOMATION','browserstackLocal','vshed','accessKey','appWaitPackage','LmRwV','noReset','optionalIntentArguments','chromedriverExecutableDir','XAqFL','remoteDebugProxy','logDir','BROWSERSTACK_USERNAME','orientation','nativeInstrumentsLib','disableAndroidWatchers','keyPassword','noSign','unlockType','chromedriverChromeMappingFile','browserstack.access_key','fullReset','remoteAdbHost','allowTestPackages','skipLogcatCapture','408AyrEWw','appActivity','ensureWebviewsHavePages','userName','gpsEnabled','androidDeviceReadyTimeout','logLevel','18goNHhS','BROWSERSTACK_BUILD_IDENTIFIER','MzzVY','browserstack.user_name','enablePerformanceLogging','PKYkl','safariIgnoreFraudWarning','tapWithShortPressDuration','intentFlags','browserstack.config','localIdentifier','connectHardwareKeyboard','androidCoverage','skipLogCapture','autoLaunch','skipFlakyandFailed','usePrebuiltWDA','xcodeSigningId','BROWSERSTACK_PROJECT_NAME','BROWSERSTACK_APP','2228148QNMNlJ','browserstack.testOrchestration.skipFlakyandFailed','language','remoteAppsCacheLimit','browserstack.logDir','rerunPreviouslyFailed','locale','browserstack.localIdentifier','locationServicesEnabled','FaipD','sendKeyStrategy','keychainPath','localeScript','enforceAppInstall','BROWSERSTACK_PARALLELS_PER_PLATFORM','txxIz','androidCoverageEndIntent','runPreviouslyFailedFirst','safariOpenLinksInBackground','chromedriverDisableBuildCheck','GpuGg','BROWSERSTACK_LOCAL_IDENTIFIER','webkitDebugProxyPort','showIOSLog','CucTL','otherApps','BROWSERSTACK_LOCAL','wdaStartupRetries','AppiumCaps','networkSpeed','automationName','eiXRm','1330490npKURp','adbPort','jJQWQ','eventTimings','browserstackConfigFile','interKeyDelay','14699xNUMqq','91323TkIVAj','rerunTests','JnVtz','skipDeviceInitialization','6GSDFer','androidNaturalOrientation','intentAction','gMKoL','browserstack.userName','enableAsyncExecuteFromHttps','QZOmF','customSSLCert','useNewWDA','screenshotWaitTimeout','allowDelayAdb','aSUlZ','autoAcceptAlerts','avdLaunchTimeout','chromedriverArgs','KJSgy','browserstack.logLevel','BROWSERSTACK_BUILD_NAME','BROWSERSTACK_APP_ID','wdaLaunchTimeout','BROWSERSTACK_LOG_DIR','app','HZceU'];a109_0x8f6b=function(){return _0x527870;};return a109_0x8f6b();}
|
|
1
|
+
function a109_0x3dcd(_0x237fa1,_0xe5b1b5){var _0x2e78fc=a109_0x2e78();return a109_0x3dcd=function(_0x3dcd2c,_0x55ffc6){_0x3dcd2c=_0x3dcd2c-0xc7;var _0x1fec5d=_0x2e78fc[_0x3dcd2c];return _0x1fec5d;},a109_0x3dcd(_0x237fa1,_0xe5b1b5);}var a109_0x5e8727=a109_0x3dcd;(function(_0xf80875,_0x29e760){var _0x1dd401=a109_0x3dcd,_0x4e5fe9=_0xf80875();while(!![]){try{var _0x5320f1=-parseInt(_0x1dd401(0x146))/0x1*(-parseInt(_0x1dd401(0xec))/0x2)+parseInt(_0x1dd401(0x166))/0x3*(-parseInt(_0x1dd401(0xc8))/0x4)+parseInt(_0x1dd401(0x141))/0x5+-parseInt(_0x1dd401(0x175))/0x6+-parseInt(_0x1dd401(0x100))/0x7+parseInt(_0x1dd401(0xe3))/0x8*(parseInt(_0x1dd401(0x163))/0x9)+parseInt(_0x1dd401(0x155))/0xa;if(_0x5320f1===_0x29e760)break;else _0x4e5fe9['push'](_0x4e5fe9['shift']());}catch(_0x588747){_0x4e5fe9['push'](_0x4e5fe9['shift']());}}}(a109_0x2e78,0x795d0),exports[a109_0x5e8727(0xfa)]=()=>{var _0x1fc8b3=a109_0x5e8727,_0x3dcce2={};_0x3dcce2[_0x1fc8b3(0x17a)]='browserstack.user_name',_0x3dcce2[_0x1fc8b3(0x15d)]=_0x1fc8b3(0x12f),_0x3dcce2[_0x1fc8b3(0x147)]=_0x1fc8b3(0x112),_0x3dcce2[_0x1fc8b3(0x165)]=_0x1fc8b3(0xe9),_0x3dcce2[_0x1fc8b3(0x145)]=_0x1fc8b3(0x156),_0x3dcce2[_0x1fc8b3(0xcf)]=_0x1fc8b3(0x161),_0x3dcce2[_0x1fc8b3(0x167)]=_0x1fc8b3(0xe6),_0x3dcce2[_0x1fc8b3(0x102)]=_0x1fc8b3(0xe7),_0x3dcce2['GMOBt']=_0x1fc8b3(0x11e),_0x3dcce2[_0x1fc8b3(0x18f)]=_0x1fc8b3(0xfb),_0x3dcce2[_0x1fc8b3(0x182)]=_0x1fc8b3(0xf0),_0x3dcce2[_0x1fc8b3(0x170)]=_0x1fc8b3(0x12b),_0x3dcce2[_0x1fc8b3(0x119)]=_0x1fc8b3(0x187),_0x3dcce2['Iwkuv']=_0x1fc8b3(0x11f),_0x3dcce2[_0x1fc8b3(0xfe)]='browserstack.automation',_0x3dcce2['xtXaJ']='browserstack.logDir',_0x3dcce2['wfrrH']='browserstack.config',_0x3dcce2['fiAVu']='browserstackConfigFile',_0x3dcce2[_0x1fc8b3(0xeb)]=_0x1fc8b3(0x172),_0x3dcce2[_0x1fc8b3(0xe5)]='browserstack.testOrchestration.abortBuildOnFailure',_0x3dcce2[_0x1fc8b3(0xd9)]=_0x1fc8b3(0x103),_0x3dcce2[_0x1fc8b3(0x136)]=_0x1fc8b3(0x127),_0x3dcce2[_0x1fc8b3(0x180)]=_0x1fc8b3(0x183);var _0x4e0f67=_0x3dcce2,_0x4c38e9={};return _0x4c38e9[_0x1fc8b3(0x12a)]=[_0x4e0f67[_0x1fc8b3(0x17a)],_0x4e0f67[_0x1fc8b3(0x15d)]],_0x4c38e9[_0x1fc8b3(0x178)]=[_0x4e0f67[_0x1fc8b3(0x147)],_0x4e0f67[_0x1fc8b3(0x165)]],_0x4c38e9[_0x1fc8b3(0x121)]=[_0x4e0f67[_0x1fc8b3(0x145)]],_0x4c38e9[_0x1fc8b3(0xee)]=[_0x4e0f67[_0x1fc8b3(0xcf)]],_0x4c38e9[_0x1fc8b3(0x10a)]=[_0x4e0f67['vaqvq']],_0x4c38e9['parallelsPerPlatform']=[_0x4e0f67['RFeWF'],_0x4e0f67[_0x1fc8b3(0xd6)]],_0x4c38e9[_0x1fc8b3(0x14f)]=[_0x4e0f67['GOEXc']],_0x4c38e9[_0x1fc8b3(0x143)]=[_0x4e0f67[_0x1fc8b3(0x182)]],_0x4c38e9[_0x1fc8b3(0x18a)]=[_0x4e0f67[_0x1fc8b3(0x170)]],_0x4c38e9[_0x1fc8b3(0xd4)]=[_0x4e0f67[_0x1fc8b3(0x119)]],_0x4c38e9[_0x1fc8b3(0x179)]=[_0x4e0f67['Iwkuv']],_0x4c38e9[_0x1fc8b3(0x13f)]=[_0x4e0f67[_0x1fc8b3(0xfe)]],_0x4c38e9[_0x1fc8b3(0xdf)]=[_0x4e0f67['xtXaJ']],_0x4c38e9['browserstackConfigFile']=[_0x4e0f67[_0x1fc8b3(0x17b)],_0x4e0f67[_0x1fc8b3(0xfd)]],_0x4c38e9[_0x1fc8b3(0xe8)]=[_0x4e0f67[_0x1fc8b3(0xeb)]],_0x4c38e9[_0x1fc8b3(0x15f)]=[_0x4e0f67[_0x1fc8b3(0xe5)]],_0x4c38e9['runPreviouslyFailedFirst']=[_0x4e0f67[_0x1fc8b3(0xd9)]],_0x4c38e9['rerunPreviouslyFailed']=[_0x4e0f67[_0x1fc8b3(0x136)]],_0x4c38e9[_0x1fc8b3(0x11c)]=[_0x4e0f67[_0x1fc8b3(0x180)]],_0x4c38e9;},exports[a109_0x5e8727(0xfc)]=()=>{var _0x3e73c8=a109_0x5e8727,_0x69dfbe={};_0x69dfbe[_0x3e73c8(0x15a)]='BROWSERSTACK_USERNAME',_0x69dfbe[_0x3e73c8(0x12d)]='BROWSERSTACK_USER_NAME',_0x69dfbe[_0x3e73c8(0x106)]=_0x3e73c8(0x133),_0x69dfbe[_0x3e73c8(0xde)]=_0x3e73c8(0x181),_0x69dfbe[_0x3e73c8(0x113)]=_0x3e73c8(0x132),_0x69dfbe[_0x3e73c8(0x16e)]=_0x3e73c8(0x177),_0x69dfbe[_0x3e73c8(0x11d)]=_0x3e73c8(0x12e),_0x69dfbe[_0x3e73c8(0x138)]=_0x3e73c8(0xf3),_0x69dfbe[_0x3e73c8(0x158)]=_0x3e73c8(0x18d),_0x69dfbe['EQGtf']=_0x3e73c8(0x134),_0x69dfbe[_0x3e73c8(0x150)]='BROWSERSTACK_APP_ID',_0x69dfbe[_0x3e73c8(0xdb)]=_0x3e73c8(0x125),_0x69dfbe['qdium']=_0x3e73c8(0x16c),_0x69dfbe[_0x3e73c8(0xd8)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x69dfbe[_0x3e73c8(0x16b)]='BROWSERSTACK_AUTOMATION',_0x69dfbe[_0x3e73c8(0x18e)]=_0x3e73c8(0x144);var _0x22149b=_0x69dfbe,_0x1971f7={};return _0x1971f7[_0x3e73c8(0x12a)]=[_0x22149b[_0x3e73c8(0x15a)],_0x22149b[_0x3e73c8(0x12d)]],_0x1971f7[_0x3e73c8(0x178)]=[_0x22149b[_0x3e73c8(0x106)]],_0x1971f7[_0x3e73c8(0x121)]=[_0x22149b[_0x3e73c8(0xde)]],_0x1971f7[_0x3e73c8(0xee)]=[_0x22149b[_0x3e73c8(0x113)]],_0x1971f7[_0x3e73c8(0x10a)]=[_0x22149b[_0x3e73c8(0x16e)]],_0x1971f7[_0x3e73c8(0xca)]=[_0x22149b['rxJzU']],_0x1971f7[_0x3e73c8(0x14f)]=[_0x22149b[_0x3e73c8(0x138)]],_0x1971f7[_0x3e73c8(0x143)]=[_0x22149b['oereH']],_0x1971f7[_0x3e73c8(0x18a)]=[_0x22149b[_0x3e73c8(0x16f)]],_0x1971f7[_0x3e73c8(0xd4)]=[_0x22149b[_0x3e73c8(0x150)],_0x22149b['rRLZS']],_0x1971f7['logLevel']=[_0x22149b[_0x3e73c8(0xf1)],_0x22149b[_0x3e73c8(0xd8)]],_0x1971f7[_0x3e73c8(0x13f)]=[_0x22149b['kONHj']],_0x1971f7[_0x3e73c8(0x14a)]=[_0x22149b[_0x3e73c8(0x16b)]],_0x1971f7['logDir']=[_0x22149b[_0x3e73c8(0x18e)]],_0x1971f7;},exports[a109_0x5e8727(0x189)]=()=>[a109_0x5e8727(0x162),a109_0x5e8727(0x186),a109_0x5e8727(0x135),'newCommandTimeout',a109_0x5e8727(0xd4),a109_0x5e8727(0x164),a109_0x5e8727(0xcb),a109_0x5e8727(0x110),a109_0x5e8727(0x160),a109_0x5e8727(0x15b),a109_0x5e8727(0x168),a109_0x5e8727(0x10d),'clearSystemFiles',a109_0x5e8727(0xef),'enablePerformanceLogging',a109_0x5e8727(0x148),a109_0x5e8727(0x116),'appActivity',a109_0x5e8727(0x108),'appWaitActivity',a109_0x5e8727(0x169),a109_0x5e8727(0x111),a109_0x5e8727(0x131),a109_0x5e8727(0x10f),'androidCoverage',a109_0x5e8727(0x17f),a109_0x5e8727(0x10c),a109_0x5e8727(0x17d),a109_0x5e8727(0xd2),a109_0x5e8727(0x13d),a109_0x5e8727(0xf2),a109_0x5e8727(0x120),a109_0x5e8727(0x153),a109_0x5e8727(0x11b),a109_0x5e8727(0x109),'useKeystore',a109_0x5e8727(0x18b),'keystorePassword',a109_0x5e8727(0xe4),a109_0x5e8727(0x15c),a109_0x5e8727(0x17c),'chromedriverArgs','chromedriverExecutableDir',a109_0x5e8727(0x157),a109_0x5e8727(0x149),'chromedriverPort',a109_0x5e8727(0x17e),a109_0x5e8727(0x129),'autoWebviewTimeout',a109_0x5e8727(0xd1),'intentCategory','intentFlags','optionalIntentArguments',a109_0x5e8727(0xea),a109_0x5e8727(0x107),a109_0x5e8727(0x101),a109_0x5e8727(0xf5),a109_0x5e8727(0xf7),a109_0x5e8727(0x159),a109_0x5e8727(0x13e),'recreateChromeDriverSessions',a109_0x5e8727(0x16d),a109_0x5e8727(0x118),'networkSpeed',a109_0x5e8727(0xda),a109_0x5e8727(0x126),a109_0x5e8727(0x10e),a109_0x5e8727(0x14e),a109_0x5e8727(0x10b),'autoGrantPermissions',a109_0x5e8727(0xe2),a109_0x5e8727(0xe1),'remoteAdbHost','skipUnlock',a109_0x5e8727(0xc7),'unlockKey',a109_0x5e8727(0x11a),a109_0x5e8727(0x154),a109_0x5e8727(0x13b),a109_0x5e8727(0xd5),a109_0x5e8727(0x13c),a109_0x5e8727(0xf6),a109_0x5e8727(0xff),'webviewDevtoolsPort','enableWebviewDetailsCollection','remoteAppsCacheLimit','calendarFormat','bundleId','launchTimeout',a109_0x5e8727(0x188),a109_0x5e8727(0xdc),a109_0x5e8727(0xf8),a109_0x5e8727(0xe0),a109_0x5e8727(0x18c),'nativeWebTap',a109_0x5e8727(0x176),a109_0x5e8727(0x16a),a109_0x5e8727(0x151),a109_0x5e8727(0x130),'keepKeyChains',a109_0x5e8727(0xc9),'processArguments',a109_0x5e8727(0xf4),'showIOSLog','sendKeyStrategy',a109_0x5e8727(0xd7),a109_0x5e8727(0x185),'remoteDebugProxy',a109_0x5e8727(0x142),a109_0x5e8727(0xcc),a109_0x5e8727(0x140),a109_0x5e8727(0x173),a109_0x5e8727(0x12c),'webviewConnectRetries',a109_0x5e8727(0xcd),a109_0x5e8727(0x104),a109_0x5e8727(0xce),'scaleFactor','wdaLocalPort',a109_0x5e8727(0xed),a109_0x5e8727(0x105),a109_0x5e8727(0x123),a109_0x5e8727(0x122),'usePrebuiltWDA',a109_0x5e8727(0x15e),a109_0x5e8727(0xd0),a109_0x5e8727(0x117),a109_0x5e8727(0x128),a109_0x5e8727(0x115),'wdaConnectionTimeout',a109_0x5e8727(0x124),a109_0x5e8727(0xdd),'updatedWDABundleId','resetOnSessionStartOnly',a109_0x5e8727(0x174),a109_0x5e8727(0x14c),a109_0x5e8727(0x184),'connectHardwareKeyboard','maxTypingFrequency',a109_0x5e8727(0x114),a109_0x5e8727(0x13a),a109_0x5e8727(0x137),a109_0x5e8727(0x152),a109_0x5e8727(0x171),a109_0x5e8727(0x14d),a109_0x5e8727(0x14b),a109_0x5e8727(0x139),a109_0x5e8727(0xf9),a109_0x5e8727(0xd3)]);function a109_0x2e78(){var _0x448e3f=['oereH','disableAndroidWatchers','EsPDc','autoWebview','keyPassword','GFWEg','preventWDAAttachments','abortBuildOnFailure','orientation','browserstack.projectName','automationName','2539206eHxruz','udid','GROMs','3753DSqbSo','vaqvq','noReset','appWaitPackage','safariAllowPopups','kONHj','BROWSERSTACK_OBSERVABILITY_DEBUG','nativeWebScreenshot','PAWyi','EQGtf','fDyqu','allowTouchIdEnroll','browserstack.testOrchestration.retryTestsOnFailure','fullContextList','commandTimeouts','2054250UrCwbb','safariInitialUrl','BROWSERSTACK_BUILD_IDENTIFIER','accessKey','logLevel','rVVVf','wfrrH','chromedriverExecutable','adbPort','chromedriverPorts','androidCoverageEndIntent','JAINX','BROWSERSTACK_BUILD_NAME','ydUgM','browserstack.testOrchestration.skipFlakyandFailed','wdaStartupRetryInterval','screenshotWaitTimeout','platformVersion','browserstack.app','locationServicesEnabled','AppiumCaps','rerunTests','keystorePath','nativeInstrumentsLib','BROWSERSTACK_LOCAL_IDENTIFIER','IEgAA','GOEXc','unlockType','1844uLkmwI','localizableStringsDir','parallelsPerPlatform','language','skipLogCapture','appName','tapWithShortPressDuration','iMWPr','webDriverAgentUrl','intentAction','androidDeviceSocket','allowDelayAdb','app','disableWindowAnimation','GMOBt','webkitResponseTimeout','CTZil','Nhpkb','gpsEnabled','rRLZS','locationServicesAuthorized','xcodeSigningId','OUoom','logDir','autoDismissAlerts','systemPort','androidNaturalOrientation','8hsCDRJ','keyAlias','rfroV','browserstack.buildIdentifier','browserstack.ppp','retryTestsOnFailure','browserstack.accessKey','dontStopAppOnReset','IJkcN','840132UbWKIQ','showXcodeLog','projectName','eventTimings','browserstack.localIdentifier','qdium','androidInstallPath','BROWSERSTACK_LOCAL','interKeyDelay','noSign','enforceAppInstall','ignoreUnimportantViews','autoAcceptAlerts','logcatFilterSpecs','CLICapsMapping','browserstack.local','EnvCapsMapping','fiAVu','sBGZC','ensureWebviewsHavePages','3809379XkfodD','resetKeyboard','RFeWF','browserstack.testOrchestration.runPreviouslyFailedFirst','customSSLCert','iosInstallPause','GtXcJ','unicodeKeyboard','appPackage','avdArgs','buildIdentifier','skipDeviceInitialization','androidDeviceReadyTimeout','fullReset','adbExecTimeout','allowTestPackages','locale','appWaitDuration','browserstack.access_key','vYtRH','simpleIsVisibleCheck','wdaLaunchTimeout','printPageSourceOnFindFailure','keychainPath','androidScreenshotPath','BdaRB','autoLaunch','avdReadyTimeout','skipFlakyandFailed','rxJzU','browserstack.parallelsPerPlatform','browserstack.logLevel','avd','buildName','keychainPassword','xcodeConfigFile','xcodeOrgId','BROWSERSTACK_APP','isHeadless','browserstack.testOrchestration.rerunPreviouslyFailed','useNewWDA','chromedriverDisableBuildCheck','userName','browserstack.rerunTests','waitForAppScript','vDMJk','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.userName','safariOpenLinksInBackground','deviceReadyTimeout','BROWSERSTACK_PROJECT_NAME','BROWSERSTACK_ACCESS_KEY','BROWSERSTACK_RERUN_TESTS','deviceName','exYhX','shouldUseSingletonTestManager','CKnSt','logcatFormat','useCarthageSsl','uninstallOtherPackages','buildToolsVersion','androidInstallTimeout','chromeOptions','automation','webkitDebugProxyPort','486850unERnW','enableAsyncExecuteFromHttps','localIdentifier','BROWSERSTACK_LOG_DIR','AnspC','1cLuCwe','esweV','otherApps','chromedriverUseSystemExecutable','browserstackAutomation','mockLocationApp','wdaStartupRetries','ignoreHiddenApiPolicyError','localeScript','browserstackLocal','zBFcB','safariIgnoreFraudWarning','startIWDP','avdLaunchTimeout','skipLogcatCapture','11608170KvmLJK','browserstack.buildName','chromedriverChromeMappingFile'];a109_0x2e78=function(){return _0x448e3f;};return a109_0x2e78();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a110_0x11c4(){var _0x53a077=['BROWSERSTACK_GRR_US_HUB_URL','1000230YdzPvL','2170416mrdatl','3400OeVXiL','16856PdJOQA','https://hub-use-only.browserstack.com/wd/hub','228CBTJuC','6050ldfmJC','272xiGght','81HeqsjJ','1166TAmuVE','108475kvzYIU','13560YFKcue','35178ZQAkNy'];a110_0x11c4=function(){return _0x53a077;};return a110_0x11c4();}function a110_0x5592(_0x4faf70,_0x45679b){var _0x11c4a4=a110_0x11c4();return a110_0x5592=function(_0x559208,_0x4eb261){_0x559208=_0x559208-0x1b0;var _0x28ba7d=_0x11c4a4[_0x559208];return _0x28ba7d;},a110_0x5592(_0x4faf70,_0x45679b);}var a110_0x11180b=a110_0x5592;(function(_0x553fbb,_0x126057){var _0x42d29b=a110_0x5592,_0x569d2a=_0x553fbb();while(!![]){try{var _0x1b3109=parseInt(_0x42d29b(0x1bd))/0x1+-parseInt(_0x42d29b(0x1b0))/0x2*(-parseInt(_0x42d29b(0x1b5))/0x3)+parseInt(_0x42d29b(0x1b8))/0x4+parseInt(_0x42d29b(0x1b3))/0x5*(parseInt(_0x42d29b(0x1bc))/0x6)+-parseInt(_0x42d29b(0x1ba))/0x7*(parseInt(_0x42d29b(0x1b9))/0x8)+-parseInt(_0x42d29b(0x1b1))/0x9*(parseInt(_0x42d29b(0x1b7))/0xa)+-parseInt(_0x42d29b(0x1b2))/0xb*(parseInt(_0x42d29b(0x1b4))/0xc);if(_0x1b3109===_0x126057)break;else _0x569d2a['push'](_0x569d2a['shift']());}catch(_0x2cd2d0){_0x569d2a['push'](_0x569d2a['shift']());}}}(a110_0x11c4,0xe1afd),exports[a110_0x11180b(0x1b6)]=a110_0x11180b(0x1bb));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a111_0x13fa(){var _0x312db8=['1053666vVxcjd','setCentralScannerData','50372oguyWz','110YGxYxs','1627730PGHbri','A11Y_SCAN_RESULT','jOEts','PHQlc','1139312WUAXqG','2392116AYIfyo','190665xGeBbw','a11y_scanner','env','5734KQQhqx','59qGylMM','central_scanner_log','7ZSEENY'];a111_0x13fa=function(){return _0x312db8;};return a111_0x13fa();}var a111_0x36c55b=a111_0x3e44;function a111_0x3e44(_0x25fafa,_0x3e8d72){var _0x13fa93=a111_0x13fa();return a111_0x3e44=function(_0x3e44d4,_0x317be1){_0x3e44d4=_0x3e44d4-0x10b;var _0x2ff231=_0x13fa93[_0x3e44d4];return _0x2ff231;},a111_0x3e44(_0x25fafa,_0x3e8d72);}(function(_0x2a63b8,_0x58fe67){var _0x4c3007=a111_0x3e44,_0xd4a703=_0x2a63b8();while(!![]){try{var _0x36a8b0=parseInt(_0x4c3007(0x11b))/0x1*(parseInt(_0x4c3007(0x11a))/0x2)+parseInt(_0x4c3007(0x10d))/0x3+-parseInt(_0x4c3007(0x10f))/0x4+-parseInt(_0x4c3007(0x111))/0x5+parseInt(_0x4c3007(0x116))/0x6+-parseInt(_0x4c3007(0x10c))/0x7*(parseInt(_0x4c3007(0x115))/0x8)+parseInt(_0x4c3007(0x117))/0x9*(-parseInt(_0x4c3007(0x110))/0xa);if(_0x36a8b0===_0x58fe67)break;else _0xd4a703['push'](_0xd4a703['shift']());}catch(_0x188f70){_0xd4a703['push'](_0xd4a703['shift']());}}}(a111_0x13fa,0x322a1),exports[a111_0x36c55b(0x10e)]=(_0xcd60ed,_0x2eeaf1,_0x2c7549)=>{var _0x33de6b=a111_0x36c55b,_0x32028a={'PHQlc':function(_0x22972d,_0x455992){return _0x22972d(_0x455992);},'jOEts':function(_0x111b25,_0x5b515c){return _0x111b25||_0x5b515c;}};_0xcd60ed['central_scanner_log']={'http_code':_0x32028a[_0x33de6b(0x114)](String,_0x2eeaf1)||null,'redirect_url':_0x32028a[_0x33de6b(0x113)](_0x2c7549,null),'token':process[_0x33de6b(0x119)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process[_0x33de6b(0x119)][_0x33de6b(0x112)]&&(_0xcd60ed[_0x33de6b(0x10b)][_0x33de6b(0x118)]=JSON['parse'](process['env']['A11Y_SCAN_RESULT'])||null);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a112_0x464f5b=a112_0x20a2;function a112_0x20a2(_0x1e9c11,_0x312035){const _0x4250e5=a112_0x4250();return a112_0x20a2=function(_0x20a204,_0xba51b){_0x20a204=_0x20a204-0x1cb;let _0x11a555=_0x4250e5[_0x20a204];return _0x11a555;},a112_0x20a2(_0x1e9c11,_0x312035);}(function(_0x3074e8,_0x346564){const _0x1c73af=a112_0x20a2,_0x162754=_0x3074e8();while(!![]){try{const _0xe0233c=-parseInt(_0x1c73af(0x1d7))/0x1+-parseInt(_0x1c73af(0x1da))/0x2*(-parseInt(_0x1c73af(0x1d1))/0x3)+-parseInt(_0x1c73af(0x1d4))/0x4+parseInt(_0x1c73af(0x1cb))/0x5*(parseInt(_0x1c73af(0x1d3))/0x6)+parseInt(_0x1c73af(0x1d2))/0x7*(-parseInt(_0x1c73af(0x1cd))/0x8)+-parseInt(_0x1c73af(0x1d6))/0x9+parseInt(_0x1c73af(0x1cc))/0xa;if(_0xe0233c===_0x346564)break;else _0x162754['push'](_0x162754['shift']());}catch(_0x18591b){_0x162754['push'](_0x162754['shift']());}}}(a112_0x4250,0xbe818));const logger=require(a112_0x464f5b(0x1d9))['winstonLogger'];function createClassLogger(_0x27388c){const _0x24788b=a112_0x464f5b;return{'info':(_0x41884d,..._0x48347d)=>logger[_0x24788b(0x1d8)]('['+_0x27388c+']\x20'+_0x41884d,..._0x48347d),'debug':(_0x554ef4,..._0x2000ed)=>logger[_0x24788b(0x1cf)]('['+_0x27388c+']\x20'+_0x554ef4,..._0x2000ed),'warn':(_0x4502eb,..._0x5d4f7c)=>logger[_0x24788b(0x1d5)]('['+_0x27388c+']\x20'+_0x4502eb,..._0x5d4f7c),'error':(_0x37b961,..._0x4ccf54)=>logger[_0x24788b(0x1db)]('['+_0x27388c+']\x20'+_0x37b961,..._0x4ccf54),'verbose':(_0x4641be,..._0x3da822)=>logger[_0x24788b(0x1d0)]('['+_0x27388c+']\x20'+_0x4641be,..._0x3da822)};}const a112_0x33cd86={};a112_0x33cd86['createClassLogger']=createClassLogger,module[a112_0x464f5b(0x1ce)]=a112_0x33cd86;function a112_0x4250(){const _0x3451ff=['5408847fBNSXj','700401vfdKYQ','info','./logger.js','4DIyhQO','error','101690waVOfq','23533030lFrUWk','1878992dbmuui','exports','debug','verbose','1951194EAYwHY','7GCHMSP','48KAekAz','6000932LjdWtF','warn'];a112_0x4250=function(){return _0x3451ff;};return a112_0x4250();}
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a113_0x5c07d5=a113_0x2663;(function(_0x19d7af,_0x480687){var _0x2d67f1=a113_0x2663,_0x533310=_0x19d7af();while(!![]){try{var _0x3febf4=-parseInt(_0x2d67f1(0xfc))/0x1+parseInt(_0x2d67f1(0xfb))/0x2*(parseInt(_0x2d67f1(0xf0))/0x3)+parseInt(_0x2d67f1(0xf2))/0x4+parseInt(_0x2d67f1(0xf3))/0x5+-parseInt(_0x2d67f1(0xf4))/0x6*(parseInt(_0x2d67f1(0xf6))/0x7)+-parseInt(_0x2d67f1(0xf8))/0x8+parseInt(_0x2d67f1(0xf1))/0x9;if(_0x3febf4===_0x480687)break;else _0x533310['push'](_0x533310['shift']());}catch(_0x9be22c){_0x533310['push'](_0x533310['shift']());}}}(a113_0x39c4,0x9e55e));class Global{static ['__instance'];constructor(){var _0x23479e=a113_0x2663;if(Global[_0x23479e(0xfa)])return Global[_0x23479e(0xfa)];this[_0x23479e(0xf9)]=global,Global[_0x23479e(0xfa)]=this;}[a113_0x5c07d5(0xf7)](_0xc4bd60,_0x5b90ba){var _0xe1bcb7=a113_0x5c07d5;this[_0xe1bcb7(0xf9)][_0xc4bd60]=_0x5b90ba;}['getGlobal'](_0x5eca09){return this['browserStackGlobals'][_0x5eca09];}}module[a113_0x5c07d5(0xf5)]=new Global();function a113_0x2663(_0x2747e6,_0x2cf0da){var _0x39c454=a113_0x39c4();return a113_0x2663=function(_0x26637d,_0x3704de){_0x26637d=_0x26637d-0xf0;var _0x53c673=_0x39c454[_0x26637d];return _0x53c673;},a113_0x2663(_0x2747e6,_0x2cf0da);}function a113_0x39c4(){var _0x56f6ad=['__instance','316818evnhqI','38841iQNXoF','18ftNVBd','3379887UozOwp','1515096xNKfqI','4409825gbzbFa','186FYJwgX','exports','219093dUawgj','setGlobal','7432672UykzaL','browserStackGlobals'];a113_0x39c4=function(){return _0x56f6ad;};return a113_0x39c4();}
|