browserstack-node-sdk 1.49.8 → 1.49.9
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 +1 -1
- 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/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/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/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/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/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
|
-
|
|
1
|
+
const a100_0x55abe2=a100_0x7c15;(function(_0x13be5,_0x30b288){const _0x451628=a100_0x7c15,_0x2c1aa6=_0x13be5();while(!![]){try{const _0x45b3c7=-parseInt(_0x451628(0xb6))/0x1+parseInt(_0x451628(0xb2))/0x2+-parseInt(_0x451628(0xb0))/0x3*(parseInt(_0x451628(0xcf))/0x4)+parseInt(_0x451628(0xd4))/0x5+-parseInt(_0x451628(0xba))/0x6+-parseInt(_0x451628(0xc3))/0x7+-parseInt(_0x451628(0xd7))/0x8*(-parseInt(_0x451628(0xb7))/0x9);if(_0x45b3c7===_0x30b288)break;else _0x2c1aa6['push'](_0x2c1aa6['shift']());}catch(_0x2c00b0){_0x2c1aa6['push'](_0x2c1aa6['shift']());}}}(a100_0x58eb,0x6f102));const calculateTimeDiff=_0xa5689d=>Date['now']()-_0xa5689d,logger=require(a100_0x55abe2(0xe1))[a100_0x55abe2(0xa9)],globals=require(a100_0x55abe2(0xb5));function a100_0x7c15(_0x66560f,_0x4bd03e){const _0x58ebec=a100_0x58eb();return a100_0x7c15=function(_0x7c151a,_0x254fe4){_0x7c151a=_0x7c151a-0xa6;let _0x1b59c7=_0x58ebec[_0x7c151a];return _0x1b59c7;},a100_0x7c15(_0x66560f,_0x4bd03e);}class HealingCommandRepo{constructor(){const _0x2ca1e0=a100_0x55abe2,_0x18a6b2={};_0x18a6b2['QjqYG']=_0x2ca1e0(0xd6);const _0x4863d0=_0x18a6b2,_0x2b7f4b=_0x4863d0[_0x2ca1e0(0xbf)][_0x2ca1e0(0xca)]('|');let _0x118a94=0x0;while(!![]){switch(_0x2b7f4b[_0x118a94++]){case'0':this['aiSessionTimeStamp']={};continue;case'1':this['isTcgTokenSet']=![];continue;case'2':this[_0x2ca1e0(0xc2)]='';continue;case'3':this['projectName']='';continue;case'4':this['authInfo']={};continue;case'5':this['commands']={};continue;}break;}}['_pushCommand'](_0x158f97,_0x470c65){const _0x2e987f=a100_0x55abe2,_0xd34b53={};_0xd34b53[_0x2e987f(0xc0)]=function(_0x37aed5,_0x4c2ca4){return _0x37aed5 in _0x4c2ca4;};const _0x2e3620=_0xd34b53;!_0x2e3620[_0x2e987f(0xc0)](_0x158f97,this[_0x2e987f(0xaf)])&&(this[_0x2e987f(0xaf)][_0x158f97]=[]),this[_0x2e987f(0xaf)][_0x158f97][_0x2e987f(0xdb)](_0x470c65);}[a100_0x55abe2(0xcd)](_0x42150b,_0x18d2ae){const _0x287bf4=a100_0x55abe2,_0x64ca8c={'jMyIK':function(_0x570667,_0x125ef8){return _0x570667(_0x125ef8);}},_0x1fff4b=_0x18d2ae[_0x287bf4(0xb1)],_0x4a545c=_0x18d2ae[_0x287bf4(0xdc)][_0x287bf4(0xca)](_0x42150b)[0x1],_0x3a34bc=this[_0x287bf4(0xc1)][_0x42150b],_0x4da6aa={'k':_0x1fff4b+':'+_0x4a545c,'t':_0x64ca8c[_0x287bf4(0xd2)](calculateTimeDiff,_0x3a34bc)};this[_0x287bf4(0xbc)](_0x42150b,_0x4da6aa);}[a100_0x55abe2(0xab)](_0x286de0){const _0x1c1456=a100_0x55abe2;this[_0x1c1456(0xc1)][_0x286de0]=Date[_0x1c1456(0xc6)]();}[a100_0x55abe2(0xac)](_0x5c544d,_0x312d8b){const _0x289713=a100_0x55abe2;this[_0x289713(0xc5)]['userName']=_0x5c544d,this[_0x289713(0xc5)][_0x289713(0xc9)]=_0x312d8b;}[a100_0x55abe2(0xe3)](){return this['authInfo'];}[a100_0x55abe2(0xcc)](_0x2327e6){const _0x2335bd=a100_0x55abe2;this[_0x2335bd(0xb9)]=_0x2327e6;}['setTestNameForHealingContext'](_0x1205cd){const _0x12f838=a100_0x55abe2;this[_0x12f838(0xc2)]=_0x1205cd;}[a100_0x55abe2(0xbe)](_0x1fb6ac){const _0x46a977=a100_0x55abe2;this['config']=_0x1fb6ac,this[_0x46a977(0xcc)](_0x1fb6ac[_0x46a977(0xb9)]),this[_0x46a977(0xac)](_0x1fb6ac[_0x46a977(0xa8)],_0x1fb6ac[_0x46a977(0xc9)]);}[a100_0x55abe2(0xd0)](_0x57579e){this['framework']=_0x57579e;}[a100_0x55abe2(0xaa)](_0x4e8bdf){const _0x3ff6ed=a100_0x55abe2;this[_0x3ff6ed(0xc8)]=_0x4e8bdf;}['getConfig'](){const _0x598d7b=a100_0x55abe2;return this[_0x598d7b(0xde)];}[a100_0x55abe2(0xe2)](){const _0x4ac75b=a100_0x55abe2;return this[_0x4ac75b(0xb4)];}[a100_0x55abe2(0xb8)](){return this['projectName'];}[a100_0x55abe2(0xae)](){const _0x4c52f1=a100_0x55abe2;return this[_0x4c52f1(0xc2)];}[a100_0x55abe2(0xa6)](_0x2e2e7f){const _0xbfd099=a100_0x55abe2,_0xba5a1f={};_0xba5a1f[_0xbfd099(0xd3)]=_0xbfd099(0xb3),_0xba5a1f['xKDEa']=_0xbfd099(0xc7),_0xba5a1f[_0xbfd099(0xdd)]=function(_0x2340e0,_0x304112){return _0x2340e0===_0x304112;},_0xba5a1f[_0xbfd099(0xbd)]=function(_0x551254,_0x24da54){return _0x551254+_0x24da54;},_0xba5a1f[_0xbfd099(0xa7)]=_0xbfd099(0xd5);const _0x20c1c1=_0xba5a1f,_0x51f9cb=this[_0xbfd099(0xaf)][_0x2e2e7f];this[_0xbfd099(0xaf)][_0x2e2e7f]=[];if(globals[_0xbfd099(0xcb)](_0x20c1c1['BdbEa'])&&globals[_0xbfd099(0xcb)](_0x20c1c1['xKDEa'])&&!_0x51f9cb||_0x20c1c1['ixLQh'](_0x51f9cb[_0xbfd099(0xc4)],0x0))return logger['debug'](_0x20c1c1[_0xbfd099(0xbd)](_0x20c1c1[_0xbfd099(0xa7)],_0x2e2e7f)),'';return _0x51f9cb[_0xbfd099(0xe0)](_0x415963=>JSON['stringify'](_0x415963))['join'](',');}['isSelfHealEnabled'](){const _0x33c6f3=a100_0x55abe2,_0x14e87f={};_0x14e87f[_0x33c6f3(0xbb)]=function(_0x4e4b89,_0x3412c3){return _0x4e4b89===_0x3412c3;},_0x14e87f[_0x33c6f3(0xad)]=function(_0x33b037,_0x5498ba){return _0x33b037===_0x5498ba;},_0x14e87f[_0x33c6f3(0xd9)]=_0x33c6f3(0xda);const _0x5b58b5=_0x14e87f;let _0x4d05d8=![];return this[_0x33c6f3(0xd8)]()&&(_0x5b58b5[_0x33c6f3(0xbb)](this[_0x33c6f3(0xd8)]()[_0x33c6f3(0xdf)],!![])||_0x5b58b5['RMQoH'](this[_0x33c6f3(0xd8)]()[_0x33c6f3(0xdf)],_0x5b58b5[_0x33c6f3(0xd9)]))&&(_0x4d05d8=!![]),_0x4d05d8;}[a100_0x55abe2(0xd1)](){const _0x424a86=a100_0x55abe2;return this[_0x424a86(0xc8)];}}exports[a100_0x55abe2(0xce)]=new HealingCommandRepo();function a100_0x58eb(){const _0x31bb5f=['split','getGlobal','setProjectNameForHealingContext','pushCommand','commandRepository','53112WPewjO','setFramework','getTcgTokenStatus','jMyIK','BdbEa','1238850dYtVMh','No\x20commands\x20found\x20for\x20session:\x20','5|0|3|2|4|1','16JSGjxf','getConfig','KgLwJ','true','push','path','ixLQh','config','selfHeal','map','../logger','getFramework','getAuthInfo','getCommands','mpubI','userName','winstonLogger','setTcgTokenStatus','setAiSessionTimeStamp','setAuthInfo','RMQoH','getTestName','commands','21ebKbyd','method','659234QcMlaU','aiHeal_isAuthenticated','framework','../globals','754059RHtZqI','7271721rHJpGc','getProjectName','projectName','3113286vSlowp','jPzir','_pushCommand','zypVt','setConfig','QjqYG','EaczN','aiSessionTimeStamp','testName','2607675JpJuOF','length','authInfo','now','aiHeal_isHealingEnabled','isTcgTokenSet','accessKey'];a100_0x58eb=function(){return _0x31bb5f;};return a100_0x58eb();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a101_0x341883=a101_0x4ff7;(function(_0x244db7,_0x19de18){const _0x1558bf=a101_0x4ff7,_0x15f630=_0x244db7();while(!![]){try{const _0x414bba=-parseInt(_0x1558bf(0x116))/0x1*(parseInt(_0x1558bf(0x115))/0x2)+-parseInt(_0x1558bf(0x10f))/0x3*(parseInt(_0x1558bf(0x123))/0x4)+-parseInt(_0x1558bf(0x122))/0x5+parseInt(_0x1558bf(0x11f))/0x6*(parseInt(_0x1558bf(0x11a))/0x7)+-parseInt(_0x1558bf(0x114))/0x8+-parseInt(_0x1558bf(0x119))/0x9*(parseInt(_0x1558bf(0x113))/0xa)+parseInt(_0x1558bf(0x11e))/0xb;if(_0x414bba===_0x19de18)break;else _0x15f630['push'](_0x15f630['shift']());}catch(_0x4a37c0){_0x15f630['push'](_0x15f630['shift']());}}}(a101_0x3f45,0x6a5ba));function a101_0x3f45(){const _0x3a34c5=['pre-prod','15781986egHZEC','6QMirqy','https://grid.browserstack.com/dashboard/builds','env','76040woDZpt','4uSzsaB','https://grid-devhst.bsstag.com/dashboard/builds','toLowerCase','exports','12633gUjaJw','BROWSERSTACK_ENV','API_ENDPOINT','staging','1396360FbRqSp','4733104XUKQDz','562waVeMG','1138xqskIM','BUILDS_DASHBOARD_URL','preprod','9OsMDTd','499709Dbjxyh','stag','prod'];a101_0x3f45=function(){return _0x3a34c5;};return a101_0x3f45();}const a101_0x41abfb={};a101_0x41abfb[a101_0x341883(0x117)]=a101_0x341883(0x120),a101_0x41abfb[a101_0x341883(0x111)]='automate-turboscale/v1',module[a101_0x341883(0x10e)]=a101_0x41abfb;const _env=(process[a101_0x341883(0x121)][a101_0x341883(0x110)]||a101_0x341883(0x11c))[a101_0x341883(0x10d)]();function a101_0x4ff7(_0x5ec6e6,_0x1cbc5c){const _0x3f45e2=a101_0x3f45();return a101_0x4ff7=function(_0x4ff716,_0x247dfd){_0x4ff716=_0x4ff716-0x10c;let _0x485649=_0x3f45e2[_0x4ff716];return _0x485649;},a101_0x4ff7(_0x5ec6e6,_0x1cbc5c);}if(_env===a101_0x341883(0x112)||_env===a101_0x341883(0x11b))module['exports']['BUILDS_DASHBOARD_URL']=a101_0x341883(0x10c);else(_env===a101_0x341883(0x118)||_env===a101_0x341883(0x11d))&&(module[a101_0x341883(0x10e)]['BUILDS_DASHBOARD_URL']='https://grid-preprod.bsstag.com/dashboard/builds');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a102_0x5655(){const _0x5f519d=['toLowerCase','options','1030692cAevgP','BROWSERSTACK_TURBOSCALE_GRID_NAME','BROWSERSTACK_BUILD_PRIORITY','true','buildTags','64970svjBMy','2053958YEcmvY','MXCCh','ONHYP','8898329GXzRRX','NO_GRID_NAME_PASSED','10011976vxVdDj','split','1112625AOsyfq','getTurboScaleCaps','turboScale','15857610lRXHHR','buildPriority','medium','env','7rXLlVs','4ZfDfdL','1cNqoRU','9RqyTAS','TURBOSCALE_OPTIONS','BROWSERSTACK_BUILD_TAGS','gridName','12ASVLMQ','turboScaleOptions','660tiPegW','dlwvx','getTurboScaleGridName','ONezY','toString','isTurboScaleSession','../../bin/utils/constants'];a102_0x5655=function(){return _0x5f519d;};return a102_0x5655();}const a102_0x3d23ea=a102_0x31c8;(function(_0x2e10ec,_0x4b30a0){const _0x237fc2=a102_0x31c8,_0x385102=_0x2e10ec();while(!![]){try{const _0x497c89=parseInt(_0x237fc2(0xc6))/0x1*(parseInt(_0x237fc2(0xb6))/0x2)+-parseInt(_0x237fc2(0xbd))/0x3*(parseInt(_0x237fc2(0xc5))/0x4)+-parseInt(_0x237fc2(0xb5))/0x5*(-parseInt(_0x237fc2(0xa7))/0x6)+-parseInt(_0x237fc2(0xc4))/0x7*(-parseInt(_0x237fc2(0xbb))/0x8)+parseInt(_0x237fc2(0xc7))/0x9*(-parseInt(_0x237fc2(0xc0))/0xa)+-parseInt(_0x237fc2(0xb9))/0xb+-parseInt(_0x237fc2(0xa5))/0xc*(parseInt(_0x237fc2(0xb0))/0xd);if(_0x497c89===_0x4b30a0)break;else _0x385102['push'](_0x385102['shift']());}catch(_0x3e8129){_0x385102['push'](_0x385102['shift']());}}}(a102_0x5655,0xd2aed));const constants=require(a102_0x3d23ea(0xad));function a102_0x31c8(_0x383d7b,_0x18f19d){const _0x56550e=a102_0x5655();return a102_0x31c8=function(_0x31c866,_0x338202){_0x31c866=_0x31c866-0xa3;let _0x4efb6f=_0x56550e[_0x31c866];return _0x4efb6f;},a102_0x31c8(_0x383d7b,_0x18f19d);}exports['getTurboScaleOptions']=()=>{const _0x4773c9=a102_0x3d23ea;if(!constants[_0x4773c9(0xc8)][_0x4773c9(0xaf)])return{};return constants['TURBOSCALE_OPTIONS']['options'];},exports[a102_0x3d23ea(0xa9)]=_0x1f2df2=>{const _0xb2d24e=a102_0x3d23ea,_0x44bfea={};_0x44bfea[_0xb2d24e(0xa8)]=_0xb2d24e(0xba);const _0xc4c453=_0x44bfea;if(_0x1f2df2[_0xb2d24e(0xa6)]&&_0x1f2df2[_0xb2d24e(0xa6)][_0xb2d24e(0xa4)])return _0x1f2df2[_0xb2d24e(0xa6)][_0xb2d24e(0xa4)];if(process['env'][_0xb2d24e(0xb1)])return process['env'][_0xb2d24e(0xb1)];return _0xc4c453[_0xb2d24e(0xa8)];},exports[a102_0x3d23ea(0xac)]=_0x3b0d6f=>{const _0x14e304=a102_0x3d23ea,_0x1ac9f0={};_0x1ac9f0[_0x14e304(0xb7)]=function(_0x3b2e07,_0x321ab0){return _0x3b2e07===_0x321ab0;},_0x1ac9f0[_0x14e304(0xaa)]=_0x14e304(0xb3);const _0x5349c7=_0x1ac9f0;return _0x3b0d6f&&_0x3b0d6f[_0x14e304(0xbf)]&&_0x5349c7[_0x14e304(0xb7)](_0x3b0d6f[_0x14e304(0xbf)][_0x14e304(0xab)]()[_0x14e304(0xae)](),_0x5349c7['ONezY']);},exports[a102_0x3d23ea(0xbe)]=(_0x54c1d3,_0x2e5f3e,_0x39d194)=>{const _0x1c072b=a102_0x3d23ea,_0x553389={};_0x553389[_0x1c072b(0xb8)]=_0x1c072b(0xc2);const _0x520db5=_0x553389,_0x1f2aaa={};_0x1f2aaa[_0x1c072b(0xc1)]=_0x520db5[_0x1c072b(0xb8)];_0x54c1d3[_0x1c072b(0xb4)]&&(_0x1f2aaa[_0x1c072b(0xb4)]=Array['isArray'](_0x54c1d3[_0x1c072b(0xb4)])?_0x54c1d3[_0x1c072b(0xb4)]:_0x54c1d3[_0x1c072b(0xb4)][_0x1c072b(0xbc)](','));if(process[_0x1c072b(0xc3)]['BROWSERSTACK_BUILD_TAGS'])try{_0x1f2aaa[_0x1c072b(0xb4)]=process['env']['BROWSERSTACK_BUILD_TAGS'][_0x1c072b(0xbc)](',');}catch{_0x1f2aaa[_0x1c072b(0xb4)]=process[_0x1c072b(0xc3)][_0x1c072b(0xa3)];}return _0x54c1d3['buildPriority']&&(_0x1f2aaa['buildPriority']=_0x54c1d3[_0x1c072b(0xc1)]),process['env'][_0x1c072b(0xb2)]&&(_0x1f2aaa['buildPriority']=process[_0x1c072b(0xc3)]['BROWSERSTACK_BUILD_PRIORITY']),_0x1f2aaa;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a103_0x91b9(_0x4dd041,_0x5d1a23){var _0x4b604d=a103_0x4b60();return a103_0x91b9=function(_0x91b94c,_0x9fbaa6){_0x91b94c=_0x91b94c-0x13b;var _0x111efb=_0x4b604d[_0x91b94c];return _0x111efb;},a103_0x91b9(_0x4dd041,_0x5d1a23);}var a103_0x42fff9=a103_0x91b9;function a103_0x4b60(){var _0x1d2b99=['chromedriverExecutable','intentFlags','dFcWD','vlPfn','nativeWebScreenshot','accessKey','gpsEnabled','mockLocationApp','xcodeOrgId','systemPort','xcodeSigningId','deviceName','fvOeQ','useNewWDA','BROWSERSTACK_BUILD_NAME','pDjJH','webviewDevtoolsPort','safariAllowPopups','BROWSERSTACK_PARALLELS_PER_PLATFORM','simpleIsVisibleCheck','appName','clearSystemFiles','JgyeM','KfGxr','runPreviouslyFailedFirst','nTcOq','fullReset','wdaLaunchTimeout','wdaLocalPort','YiqVA','BROWSERSTACK_TEST_REPORTING_DEBUG','logLevel','browserstack.buildName','autoAcceptAlerts','autoDismissAlerts','mZNWT','rerunPreviouslyFailed','resetKeyboard','osjnQ','browserstackLocal','267305nCLRzi','buildName','enableAsyncExecuteFromHttps','LlHOn','customSSLCert','resetOnSessionStartOnly','AdIeS','appPackage','adbExecTimeout','772JzqgFA','BROWSERSTACK_USERNAME','BROWSERSTACK_OBSERVABILITY_DEBUG','cWGFc','nativeWebTap','fFxCs','otherApps','localeScript','keystorePassword','locationServicesAuthorized','keepKeyChains','zSgio','dCNhE','androidNaturalOrientation','adbPort','eRejO','safariInitialUrl','updatedWDABundleId','xcodeConfigFile','SfRjA','BROWSERSTACK_APP_ID','1864NpbhFm','20xtDXyC','parallelsPerPlatform','iosInstallPause','maxTypingFrequency','processArguments','BROWSERSTACK_PROJECT_NAME','printPageSourceOnFindFailure','skipLogCapture','abortBuildOnFailure','logcatFormat','androidDeviceSocket','browserstack.testOrchestration.skipFlakyandFailed','scaleFactor','allowTestPackages','retryTestsOnFailure','deviceReadyTimeout','17795ciXYYW','remoteAdbHost','eQapb','browserstack.projectName','BROWSERSTACK_LOCAL','startIWDP','EnvCapsMapping','chromedriverPorts','showIOSLog','PSXgN','unlockType','allowTouchIdEnroll','browserstack.accessKey','browserstack.logDir','browserstack.testOrchestration.abortBuildOnFailure','nativeInstrumentsLib','browserstack.user_name','ignoreHiddenApiPolicyError','browserstack.automation','2071553DrcDZk','sendKeyStrategy','UJVyY','BROWSERSTACK_ACCESS_KEY','keystorePath','noReset','logDir','localizableStringsDir','browserstack.testOrchestration.retryTestsOnFailure','autoLaunch','keyAlias','usePrebuiltWDA','IVRAT','platformVersion','connectHardwareKeyboard','localIdentifier','unlockKey','newCommandTimeout','3CbTdXJ','bundleId','buildIdentifier','browserstack.rerunTests','BROWSERSTACK_APP','browserstack.localIdentifier','ensureWebviewsHavePages','userName','autoWebview','shouldUseSingletonTestManager','keychainPath','browserstack.ppp','disableAndroidWatchers','remoteDebugProxy','2853486WXGnJH','browserstack.local','InFJn','browserstack.testOrchestration.runPreviouslyFailedFirst','isHeadless','browserstack.logLevel','preventWDAAttachments','vRuof','chromedriverDisableBuildCheck','optionalIntentArguments','chromedriverExecutableDir','unicodeKeyboard','BROWSERSTACK_USER_NAME','tapWithShortPressDuration','app','intentAction','MxIMv','automation','ZWVsx','useKeystore','950960QMeVkQ','allowDelayAdb','androidCoverage','TyKhJ','webkitResponseTimeout','avdLaunchTimeout','ddIwN','dontStopAppOnReset','chromedriverPort','browserstack.app','browserstackConfigFile','fullContextList','avd','uninstallOtherPackages','QVzKw','browserstack.config','BROWSERSTACK_BUILD_IDENTIFIER','useCarthageSsl','BmcuD','safariOpenLinksInBackground','wdaStartupRetryInterval','FkoYX','avdReadyTimeout','BROWSERSTACK_RERUN_TESTS','browserstack.parallelsPerPlatform','projectName','launchTimeout','appWaitPackage','26658dKsEXr','autoWebviewTimeout','wdaConnectionTimeout','appActivity','skipFlakyandFailed','noSign','FecrL','yuTxT','udid','zpVUv','androidInstallPath','disableWindowAnimation','PMLvY','3400278LRhPdj','locale','intentCategory','fdxDS','HjlNW'];a103_0x4b60=function(){return _0x1d2b99;};return a103_0x4b60();}(function(_0x289e2f,_0x358a93){var _0x185474=a103_0x91b9,_0x10622d=_0x289e2f();while(!![]){try{var _0x59ef2c=parseInt(_0x185474(0x147))/0x1+-parseInt(_0x185474(0x1bd))/0x2*(-parseInt(_0x185474(0x19b))/0x3)+parseInt(_0x185474(0x150))/0x4*(-parseInt(_0x185474(0x176))/0x5)+parseInt(_0x185474(0x1a9))/0x6+-parseInt(_0x185474(0x1e6))/0x7+-parseInt(_0x185474(0x165))/0x8*(-parseInt(_0x185474(0x1d9))/0x9)+parseInt(_0x185474(0x166))/0xa*(-parseInt(_0x185474(0x189))/0xb);if(_0x59ef2c===_0x358a93)break;else _0x10622d['push'](_0x10622d['shift']());}catch(_0x1673b8){_0x10622d['push'](_0x10622d['shift']());}}}(a103_0x4b60,0x57b39),exports['CLICapsMapping']=()=>{var _0x2a9cec=a103_0x91b9,_0x1e9ae3={};_0x1e9ae3[_0x2a9cec(0x1b9)]=_0x2a9cec(0x186),_0x1e9ae3['IVRAT']='browserstack.userName',_0x1e9ae3[_0x2a9cec(0x17f)]='browserstack.access_key',_0x1e9ae3[_0x2a9cec(0x155)]=_0x2a9cec(0x182),_0x1e9ae3[_0x2a9cec(0x1cb)]=_0x2a9cec(0x13f),_0x1e9ae3[_0x2a9cec(0x1c0)]=_0x2a9cec(0x179),_0x1e9ae3['zSgio']='browserstack.buildIdentifier',_0x1e9ae3[_0x2a9cec(0x1ea)]=_0x2a9cec(0x1a6),_0x1e9ae3[_0x2a9cec(0x153)]=_0x2a9cec(0x1d5),_0x1e9ae3['BmcuD']=_0x2a9cec(0x1aa),_0x1e9ae3[_0x2a9cec(0x1ed)]=_0x2a9cec(0x1a0),_0x1e9ae3['YiqVA']=_0x2a9cec(0x19e),_0x1e9ae3['hKPPE']=_0x2a9cec(0x1c6),_0x1e9ae3[_0x2a9cec(0x204)]=_0x2a9cec(0x1ae),_0x1e9ae3[_0x2a9cec(0x163)]=_0x2a9cec(0x188),_0x1e9ae3['EnQzY']=_0x2a9cec(0x183),_0x1e9ae3['fdxDS']=_0x2a9cec(0x1cc),_0x1e9ae3[_0x2a9cec(0x1f7)]=_0x2a9cec(0x1c7),_0x1e9ae3[_0x2a9cec(0x1b0)]=_0x2a9cec(0x191),_0x1e9ae3[_0x2a9cec(0x178)]=_0x2a9cec(0x184),_0x1e9ae3[_0x2a9cec(0x1e2)]=_0x2a9cec(0x1ac),_0x1e9ae3[_0x2a9cec(0x1ee)]='browserstack.testOrchestration.rerunPreviouslyFailed',_0x1e9ae3[_0x2a9cec(0x1e0)]=_0x2a9cec(0x171);var _0x23d736=_0x1e9ae3,_0xfe7eca={};return _0xfe7eca[_0x2a9cec(0x1a2)]=[_0x23d736[_0x2a9cec(0x1b9)],_0x23d736[_0x2a9cec(0x195)]],_0xfe7eca[_0x2a9cec(0x1f0)]=[_0x23d736[_0x2a9cec(0x17f)],_0x23d736[_0x2a9cec(0x155)]],_0xfe7eca[_0x2a9cec(0x148)]=[_0x23d736[_0x2a9cec(0x1cb)]],_0xfe7eca[_0x2a9cec(0x1d6)]=[_0x23d736[_0x2a9cec(0x1c0)]],_0xfe7eca[_0x2a9cec(0x19d)]=[_0x23d736[_0x2a9cec(0x15b)]],_0xfe7eca[_0x2a9cec(0x167)]=[_0x23d736[_0x2a9cec(0x1ea)],_0x23d736[_0x2a9cec(0x153)]],_0xfe7eca[_0x2a9cec(0x146)]=[_0x23d736[_0x2a9cec(0x1cf)]],_0xfe7eca[_0x2a9cec(0x198)]=[_0x23d736[_0x2a9cec(0x1ed)]],_0xfe7eca['rerunTests']=[_0x23d736[_0x2a9cec(0x13c)]],_0xfe7eca[_0x2a9cec(0x1b7)]=[_0x23d736['hKPPE']],_0xfe7eca[_0x2a9cec(0x13e)]=[_0x23d736[_0x2a9cec(0x204)]],_0xfe7eca[_0x2a9cec(0x1ba)]=[_0x23d736[_0x2a9cec(0x163)]],_0xfe7eca[_0x2a9cec(0x18f)]=[_0x23d736['EnQzY']],_0xfe7eca[_0x2a9cec(0x1c7)]=[_0x23d736[_0x2a9cec(0x1e9)],_0x23d736['fvOeQ']],_0xfe7eca[_0x2a9cec(0x174)]=[_0x23d736['vRuof']],_0xfe7eca[_0x2a9cec(0x16e)]=[_0x23d736['eQapb']],_0xfe7eca[_0x2a9cec(0x203)]=[_0x23d736['zpVUv']],_0xfe7eca[_0x2a9cec(0x143)]=[_0x23d736[_0x2a9cec(0x1ee)]],_0xfe7eca[_0x2a9cec(0x1dd)]=[_0x23d736[_0x2a9cec(0x1e0)]],_0xfe7eca;},exports[a103_0x42fff9(0x17c)]=()=>{var _0xf1cc8c=a103_0x42fff9,_0x1d880b={};_0x1d880b['PMLvY']=_0xf1cc8c(0x151),_0x1d880b[_0xf1cc8c(0x14d)]=_0xf1cc8c(0x1b5),_0x1d880b[_0xf1cc8c(0x18b)]=_0xf1cc8c(0x18c),_0x1d880b[_0xf1cc8c(0x1bb)]=_0xf1cc8c(0x1f9),_0x1d880b[_0xf1cc8c(0x1c3)]=_0xf1cc8c(0x16b),_0x1d880b['dCNhE']=_0xf1cc8c(0x1cd),_0x1d880b[_0xf1cc8c(0x202)]=_0xf1cc8c(0x1fd),_0x1d880b[_0xf1cc8c(0x14a)]=_0xf1cc8c(0x17a),_0x1d880b[_0xf1cc8c(0x1ab)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x1d880b[_0xf1cc8c(0x1fa)]=_0xf1cc8c(0x1d4),_0x1d880b[_0xf1cc8c(0x1d2)]=_0xf1cc8c(0x164),_0x1d880b['osjnQ']=_0xf1cc8c(0x19f),_0x1d880b[_0xf1cc8c(0x15f)]=_0xf1cc8c(0x152),_0x1d880b[_0xf1cc8c(0x142)]=_0xf1cc8c(0x13d),_0x1d880b[_0xf1cc8c(0x201)]='BROWSERSTACK_AUTOMATION',_0x1d880b[_0xf1cc8c(0x1df)]='BROWSERSTACK_LOG_DIR';var _0x265e47=_0x1d880b,_0x360ec1={};return _0x360ec1[_0xf1cc8c(0x1a2)]=[_0x265e47[_0xf1cc8c(0x1e5)],_0x265e47['AdIeS']],_0x360ec1[_0xf1cc8c(0x1f0)]=[_0x265e47[_0xf1cc8c(0x18b)]],_0x360ec1['buildName']=[_0x265e47[_0xf1cc8c(0x1bb)]],_0x360ec1[_0xf1cc8c(0x1d6)]=[_0x265e47[_0xf1cc8c(0x1c3)]],_0x360ec1['buildIdentifier']=[_0x265e47[_0xf1cc8c(0x15c)]],_0x360ec1['parallelsPerPlatform']=[_0x265e47[_0xf1cc8c(0x202)]],_0x360ec1[_0xf1cc8c(0x146)]=[_0x265e47[_0xf1cc8c(0x14a)]],_0x360ec1[_0xf1cc8c(0x198)]=[_0x265e47['InFJn']],_0x360ec1['rerunTests']=[_0x265e47[_0xf1cc8c(0x1fa)]],_0x360ec1[_0xf1cc8c(0x1b7)]=[_0x265e47[_0xf1cc8c(0x1d2)],_0x265e47[_0xf1cc8c(0x145)]],_0x360ec1[_0xf1cc8c(0x13e)]=[_0x265e47[_0xf1cc8c(0x15f)],_0x265e47[_0xf1cc8c(0x142)]],_0x360ec1['automation']=[_0x265e47[_0xf1cc8c(0x201)]],_0x360ec1[_0xf1cc8c(0x18f)]=[_0x265e47[_0xf1cc8c(0x1df)]],_0x360ec1;},exports['AppiumCaps']=()=>['automationName',a103_0x42fff9(0x196),a103_0x42fff9(0x1f6),a103_0x42fff9(0x19a),'app',a103_0x42fff9(0x1e1),'language',a103_0x42fff9(0x1e7),'orientation',a103_0x42fff9(0x1a3),a103_0x42fff9(0x18e),a103_0x42fff9(0x205),a103_0x42fff9(0x200),'eventTimings','enablePerformanceLogging',a103_0x42fff9(0x156),a103_0x42fff9(0x16c),a103_0x42fff9(0x1dc),a103_0x42fff9(0x14e),'appWaitActivity',a103_0x42fff9(0x1d8),'appWaitDuration',a103_0x42fff9(0x175),a103_0x42fff9(0x173),a103_0x42fff9(0x1bf),'androidCoverageEndIntent','androidDeviceReadyTimeout',a103_0x42fff9(0x15e),a103_0x42fff9(0x170),'androidInstallTimeout',a103_0x42fff9(0x1e3),a103_0x42fff9(0x1c9),a103_0x42fff9(0x1c2),a103_0x42fff9(0x1d3),'avdArgs',a103_0x42fff9(0x1bc),a103_0x42fff9(0x18d),a103_0x42fff9(0x158),a103_0x42fff9(0x193),'keyPassword',a103_0x42fff9(0x1eb),'chromedriverArgs',a103_0x42fff9(0x1b3),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable',a103_0x42fff9(0x1c5),a103_0x42fff9(0x17d),a103_0x42fff9(0x1b1),a103_0x42fff9(0x1da),a103_0x42fff9(0x1b8),a103_0x42fff9(0x1e8),a103_0x42fff9(0x1ec),a103_0x42fff9(0x1b2),a103_0x42fff9(0x1c4),a103_0x42fff9(0x1b4),a103_0x42fff9(0x144),a103_0x42fff9(0x1de),'ignoreUnimportantViews',a103_0x42fff9(0x1a7),'chromeOptions','recreateChromeDriverSessions',a103_0x42fff9(0x1ef),'androidScreenshotPath','networkSpeed',a103_0x42fff9(0x1f1),a103_0x42fff9(0x1ad),a103_0x42fff9(0x14f),a103_0x42fff9(0x157),'skipDeviceInitialization','autoGrantPermissions',a103_0x42fff9(0x15d),a103_0x42fff9(0x1f4),a103_0x42fff9(0x177),'skipUnlock',a103_0x42fff9(0x180),a103_0x42fff9(0x199),a103_0x42fff9(0x192),'skipLogcatCapture',a103_0x42fff9(0x1ca),a103_0x42fff9(0x1e4),'buildToolsVersion','enforceAppInstall',a103_0x42fff9(0x1a1),a103_0x42fff9(0x1fb),'enableWebviewDetailsCollection','remoteAppsCacheLimit','calendarFormat',a103_0x42fff9(0x19c),a103_0x42fff9(0x1d7),'locationServicesEnabled',a103_0x42fff9(0x159),a103_0x42fff9(0x140),a103_0x42fff9(0x141),a103_0x42fff9(0x185),a103_0x42fff9(0x154),a103_0x42fff9(0x160),a103_0x42fff9(0x1fc),'safariIgnoreFraudWarning',a103_0x42fff9(0x1d0),a103_0x42fff9(0x15a),a103_0x42fff9(0x190),a103_0x42fff9(0x16a),'interKeyDelay',a103_0x42fff9(0x17e),a103_0x42fff9(0x18a),a103_0x42fff9(0x1c1),'screenshotWaitTimeout',a103_0x42fff9(0x1a8),a103_0x42fff9(0x149),a103_0x42fff9(0x16d),'webkitDebugProxyPort',a103_0x42fff9(0x1c8),'waitForAppScript','webviewConnectRetries',a103_0x42fff9(0x1ff),a103_0x42fff9(0x14b),a103_0x42fff9(0x1b6),a103_0x42fff9(0x172),a103_0x42fff9(0x13b),'showXcodeLog',a103_0x42fff9(0x168),a103_0x42fff9(0x162),'keychainPassword',a103_0x42fff9(0x194),a103_0x42fff9(0x1af),'webDriverAgentUrl',a103_0x42fff9(0x1a5),a103_0x42fff9(0x1f8),a103_0x42fff9(0x206),a103_0x42fff9(0x1db),a103_0x42fff9(0x1f3),a103_0x42fff9(0x1f5),a103_0x42fff9(0x161),a103_0x42fff9(0x14c),'commandTimeouts','wdaStartupRetries',a103_0x42fff9(0x1d1),a103_0x42fff9(0x197),a103_0x42fff9(0x169),a103_0x42fff9(0x1fe),a103_0x42fff9(0x1ce),a103_0x42fff9(0x1a4),a103_0x42fff9(0x17b),a103_0x42fff9(0x181),a103_0x42fff9(0x187),a103_0x42fff9(0x1f2),a103_0x42fff9(0x16f),'logcatFilterSpecs',a103_0x42fff9(0x1be)]);
|
|
1
|
+
function a103_0x558d(){var _0x259c6d=['chromeOptions','browserstack.logLevel','gfrEW','rerunPreviouslyFailed','androidInstallTimeout','adbExecTimeout','runPreviouslyFailedFirst','eventTimings','safariAllowPopups','intentAction','preventWDAAttachments','browserstack.local','automationName','qdKGt','tapWithShortPressDuration','KbrgP','keepKeyChains','yMiId','SThHz','noReset','logcatFilterSpecs','projectName','skipLogcatCapture','avd','browserstack.ppp','MKTFY','Okdbs','654507CFRHBb','BROWSERSTACK_LOCAL_IDENTIFIER','skipUnlock','intentFlags','keyPassword','6994525bkfpPr','BROWSERSTACK_LOCAL','useKeystore','AAbWe','PMexB','app','browserstack.localIdentifier','platformVersion','intentCategory','AwTCg','6814888DneppJ','keystorePath','BROWSERSTACK_OBSERVABILITY_DEBUG','AppiumCaps','browserstack.accessKey','unlockKey','BROWSERSTACK_USERNAME','wdaLocalPort','maxTypingFrequency','processArguments','newCommandTimeout','5498ptYuWn','resetKeyboard','sendKeyStrategy','16zvPuEk','buildIdentifier','609546EPeyNp','DpgRE','chromedriverArgs','autoLaunch','oLhnN','nativeWebTap','browserstack.app','BROWSERSTACK_LOG_DIR','waitForAppScript','updatedWDABundleId','avdArgs','avdLaunchTimeout','logLevel','xpGxD','browserstack.buildIdentifier','EbAIu','jLbOO','networkSpeed','357QKNSLG','safariInitialUrl','browserstack.testOrchestration.skipFlakyandFailed','nativeWebScreenshot','WBLkp','webkitResponseTimeout','iQNdi','BROWSERSTACK_BUILD_NAME','BROWSERSTACK_PARALLELS_PER_PLATFORM','automation','deviceReadyTimeout','commandTimeouts','bundleId','jsSNr','zXTQJ','deviceName','skipFlakyandFailed','usePrebuiltWDA','BROWSERSTACK_RERUN_TESTS','browserstack.testOrchestration.retryTestsOnFailure','BROWSERSTACK_BUILD_IDENTIFIER','buildName','WvrMK','ulmdX','browserstack.access_key','BROWSERSTACK_APP','allowDelayAdb','customSSLCert','appWaitDuration','autoWebviewTimeout','vGvqT','autoDismissAlerts','iosInstallPause','localIdentifier','rerunTests','allowTestPackages','QrKiO','vHTOO','xcodeConfigFile','parallelsPerPlatform','keystorePassword','chromedriverExecutable','avdReadyTimeout','udid','xcodeOrgId','ensureWebviewsHavePages','resetOnSessionStartOnly','chromedriverExecutableDir','oSeud','wdaStartupRetryInterval','browserstack.testOrchestration.abortBuildOnFailure','unicodeKeyboard','FjlMu','safariOpenLinksInBackground','browserstack.automation','safariIgnoreFraudWarning','chromedriverDisableBuildCheck','otherApps','enablePerformanceLogging','BROWSERSTACK_APP_ID','showXcodeLog','browserstack.projectName','autoWebview','launchTimeout','remoteAppsCacheLimit','androidCoverage','keychainPath','keychainPassword','language','browserstack.rerunTests','browserstackConfigFile','wdaStartupRetries','NtvmY','androidDeviceSocket','androidNaturalOrientation','browserstack.parallelsPerPlatform','ignoreUnimportantViews','abortBuildOnFailure','localeScript','showIOSLog','appActivity','systemPort','appPackage','androidScreenshotPath','xqJqi','browserstack.userName','3293339pMMRrz','MeRNN','androidInstallPath','screenshotWaitTimeout','BROWSERSTACK_PROJECT_NAME','clearSystemFiles','eOPOE','IzbIG','recreateChromeDriverSessions','locale','browserstack.config','userName','chromedriverUseSystemExecutable','NwsPA','simpleIsVisibleCheck','nativeInstrumentsLib','wdaLaunchTimeout','calendarFormat','10523370qIQIbT','xHRxA','appWaitActivity','enableAsyncExecuteFromHttps','isHeadless','skipLogCapture','chromedriverPorts','keyAlias','wdaConnectionTimeout','retryTestsOnFailure','webkitDebugProxyPort','accessKey','browserstack.buildName','printPageSourceOnFindFailure','fullContextList','logDir','browserstackLocal','chromedriverPort','mockLocationApp','fullReset','orientation','browserstack.logDir','autoGrantPermissions','SzHem','WEnZi','unlockType'];a103_0x558d=function(){return _0x259c6d;};return a103_0x558d();}function a103_0x45d7(_0x7abec2,_0xcca5ca){var _0x558d2d=a103_0x558d();return a103_0x45d7=function(_0x45d779,_0x5507b3){_0x45d779=_0x45d779-0x139;var _0x234f79=_0x558d2d[_0x45d779];return _0x234f79;},a103_0x45d7(_0x7abec2,_0xcca5ca);}var a103_0x436944=a103_0x45d7;(function(_0x36ec39,_0x25787e){var _0x156178=a103_0x45d7,_0x5e9b93=_0x36ec39();while(!![]){try{var _0x3267be=-parseInt(_0x156178(0x14f))/0x1*(parseInt(_0x156178(0x206))/0x2)+parseInt(_0x156178(0x13d))/0x3+-parseInt(_0x156178(0x1fb))/0x4+parseInt(_0x156178(0x1f1))/0x5+parseInt(_0x156178(0x1b7))/0x6+parseInt(_0x156178(0x1a5))/0x7+parseInt(_0x156178(0x13b))/0x8*(-parseInt(_0x156178(0x1ec))/0x9);if(_0x3267be===_0x25787e)break;else _0x5e9b93['push'](_0x5e9b93['shift']());}catch(_0x5f1ac6){_0x5e9b93['push'](_0x5e9b93['shift']());}}}(a103_0x558d,0xf323a),exports['CLICapsMapping']=()=>{var _0x1b062b=a103_0x45d7,_0x2a05bf={};_0x2a05bf[_0x1b062b(0x141)]='browserstack.user_name',_0x2a05bf['WBLkp']=_0x1b062b(0x1a4),_0x2a05bf[_0x1b062b(0x15d)]=_0x1b062b(0x167),_0x2a05bf[_0x1b062b(0x197)]=_0x1b062b(0x1ff),_0x2a05bf[_0x1b062b(0x1de)]=_0x1b062b(0x1c3),_0x2a05bf[_0x1b062b(0x1e3)]=_0x1b062b(0x18c),_0x2a05bf[_0x1b062b(0x1a3)]=_0x1b062b(0x14b),_0x2a05bf[_0x1b062b(0x1ac)]=_0x1b062b(0x1e9),_0x2a05bf[_0x1b062b(0x1f5)]=_0x1b062b(0x19a),_0x2a05bf[_0x1b062b(0x1b2)]=_0x1b062b(0x1dc),_0x2a05bf[_0x1b062b(0x14d)]=_0x1b062b(0x1f7),_0x2a05bf['PLqvf']=_0x1b062b(0x194),_0x2a05bf[_0x1b062b(0x1cf)]=_0x1b062b(0x143),_0x2a05bf[_0x1b062b(0x1ea)]=_0x1b062b(0x1d2),_0x2a05bf[_0x1b062b(0x1fa)]=_0x1b062b(0x185),_0x2a05bf[_0x1b062b(0x174)]=_0x1b062b(0x1cc),_0x2a05bf[_0x1b062b(0x14a)]=_0x1b062b(0x1af),_0x2a05bf[_0x1b062b(0x165)]='browserstackConfigFile',_0x2a05bf['gfrEW']=_0x1b062b(0x162),_0x2a05bf[_0x1b062b(0x155)]=_0x1b062b(0x181),_0x2a05bf[_0x1b062b(0x1b8)]='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x2a05bf[_0x1b062b(0x183)]='browserstack.testOrchestration.rerunPreviouslyFailed',_0x2a05bf[_0x1b062b(0x1e0)]=_0x1b062b(0x151);var _0x370a96=_0x2a05bf,_0x4c0600={};return _0x4c0600[_0x1b062b(0x1b0)]=[_0x370a96[_0x1b062b(0x141)],_0x370a96[_0x1b062b(0x153)]],_0x4c0600[_0x1b062b(0x1c2)]=[_0x370a96[_0x1b062b(0x15d)],_0x370a96[_0x1b062b(0x197)]],_0x4c0600[_0x1b062b(0x164)]=[_0x370a96[_0x1b062b(0x1de)]],_0x4c0600['projectName']=[_0x370a96[_0x1b062b(0x1e3)]],_0x4c0600['buildIdentifier']=[_0x370a96['xqJqi']],_0x4c0600[_0x1b062b(0x176)]=[_0x370a96[_0x1b062b(0x1ac)],_0x370a96['PMexB']],_0x4c0600[_0x1b062b(0x1c7)]=[_0x370a96[_0x1b062b(0x1b2)]],_0x4c0600[_0x1b062b(0x170)]=[_0x370a96['jLbOO']],_0x4c0600[_0x1b062b(0x171)]=[_0x370a96['PLqvf']],_0x4c0600[_0x1b062b(0x1f6)]=[_0x370a96[_0x1b062b(0x1cf)]],_0x4c0600[_0x1b062b(0x149)]=[_0x370a96[_0x1b062b(0x1ea)]],_0x4c0600[_0x1b062b(0x158)]=[_0x370a96[_0x1b062b(0x1fa)]],_0x4c0600[_0x1b062b(0x1c6)]=[_0x370a96['vHTOO']],_0x4c0600[_0x1b062b(0x195)]=[_0x370a96[_0x1b062b(0x14a)],_0x370a96[_0x1b062b(0x165)]],_0x4c0600[_0x1b062b(0x1c0)]=[_0x370a96[_0x1b062b(0x1d3)]],_0x4c0600[_0x1b062b(0x19c)]=[_0x370a96[_0x1b062b(0x155)]],_0x4c0600[_0x1b062b(0x1d7)]=[_0x370a96[_0x1b062b(0x1b8)]],_0x4c0600[_0x1b062b(0x1d4)]=[_0x370a96[_0x1b062b(0x183)]],_0x4c0600[_0x1b062b(0x15f)]=[_0x370a96[_0x1b062b(0x1e0)]],_0x4c0600;},exports['EnvCapsMapping']=()=>{var _0x2a8070=a103_0x45d7,_0x2b0a25={};_0x2b0a25['JMsnj']=_0x2a8070(0x201),_0x2b0a25['oSeud']='BROWSERSTACK_USER_NAME',_0x2b0a25[_0x2a8070(0x1a6)]='BROWSERSTACK_ACCESS_KEY',_0x2b0a25[_0x2a8070(0x1e2)]=_0x2a8070(0x156),_0x2b0a25[_0x2a8070(0x16d)]=_0x2a8070(0x1a9),_0x2b0a25[_0x2a8070(0x173)]=_0x2a8070(0x163),_0x2b0a25[_0x2a8070(0x13e)]=_0x2a8070(0x157),_0x2b0a25[_0x2a8070(0x1ab)]=_0x2a8070(0x1f2),_0x2b0a25['BxXmn']=_0x2a8070(0x1ed),_0x2b0a25[_0x2a8070(0x1eb)]=_0x2a8070(0x161),_0x2b0a25[_0x2a8070(0x1f4)]=_0x2a8070(0x18a),_0x2b0a25[_0x2a8070(0x1ce)]=_0x2a8070(0x168),_0x2b0a25[_0x2a8070(0x166)]=_0x2a8070(0x1fd),_0x2b0a25[_0x2a8070(0x14c)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x2b0a25['aNeSY']='BROWSERSTACK_AUTOMATION',_0x2b0a25[_0x2a8070(0x15c)]=_0x2a8070(0x144);var _0x2cf2a1=_0x2b0a25,_0x30bc80={};return _0x30bc80[_0x2a8070(0x1b0)]=[_0x2cf2a1['JMsnj'],_0x2cf2a1[_0x2a8070(0x17f)]],_0x30bc80[_0x2a8070(0x1c2)]=[_0x2cf2a1[_0x2a8070(0x1a6)]],_0x30bc80[_0x2a8070(0x164)]=[_0x2cf2a1[_0x2a8070(0x1e2)]],_0x30bc80[_0x2a8070(0x1e6)]=[_0x2cf2a1[_0x2a8070(0x16d)]],_0x30bc80[_0x2a8070(0x13c)]=[_0x2cf2a1[_0x2a8070(0x173)]],_0x30bc80[_0x2a8070(0x176)]=[_0x2cf2a1['DpgRE']],_0x30bc80[_0x2a8070(0x1c7)]=[_0x2cf2a1[_0x2a8070(0x1ab)]],_0x30bc80[_0x2a8070(0x170)]=[_0x2cf2a1['BxXmn']],_0x30bc80['rerunTests']=[_0x2cf2a1['Okdbs']],_0x30bc80['app']=[_0x2cf2a1[_0x2a8070(0x1f4)],_0x2cf2a1[_0x2a8070(0x1ce)]],_0x30bc80[_0x2a8070(0x149)]=[_0x2cf2a1[_0x2a8070(0x166)],_0x2cf2a1[_0x2a8070(0x14c)]],_0x30bc80[_0x2a8070(0x158)]=[_0x2cf2a1['aNeSY']],_0x30bc80[_0x2a8070(0x1c6)]=[_0x2cf2a1[_0x2a8070(0x15c)]],_0x30bc80;},exports[a103_0x436944(0x1fe)]=()=>[a103_0x436944(0x1dd),a103_0x436944(0x1f8),a103_0x436944(0x15e),a103_0x436944(0x205),a103_0x436944(0x1f6),a103_0x436944(0x17a),a103_0x436944(0x193),a103_0x436944(0x1ae),a103_0x436944(0x1cb),a103_0x436944(0x18d),a103_0x436944(0x1e4),a103_0x436944(0x1ca),a103_0x436944(0x1aa),a103_0x436944(0x1d8),a103_0x436944(0x189),a103_0x436944(0x188),a103_0x436944(0x1c4),a103_0x436944(0x19f),a103_0x436944(0x1a1),a103_0x436944(0x1b9),'appWaitPackage',a103_0x436944(0x16b),a103_0x436944(0x159),a103_0x436944(0x172),a103_0x436944(0x190),'androidCoverageEndIntent','androidDeviceReadyTimeout','adbPort',a103_0x436944(0x198),a103_0x436944(0x1d5),a103_0x436944(0x1a7),a103_0x436944(0x1e8),a103_0x436944(0x148),a103_0x436944(0x179),a103_0x436944(0x147),a103_0x436944(0x1f3),a103_0x436944(0x1fc),a103_0x436944(0x177),a103_0x436944(0x1be),a103_0x436944(0x1f0),a103_0x436944(0x178),a103_0x436944(0x13f),a103_0x436944(0x17e),'chromedriverChromeMappingFile',a103_0x436944(0x1b1),a103_0x436944(0x1c8),a103_0x436944(0x1bd),a103_0x436944(0x187),a103_0x436944(0x16c),a103_0x436944(0x1da),a103_0x436944(0x1f9),a103_0x436944(0x1ef),'optionalIntentArguments','dontStopAppOnReset',a103_0x436944(0x182),a103_0x436944(0x139),'noSign',a103_0x436944(0x19b),'disableAndroidWatchers',a103_0x436944(0x1d1),a103_0x436944(0x1ad),a103_0x436944(0x152),a103_0x436944(0x1a2),a103_0x436944(0x14e),'gpsEnabled',a103_0x436944(0x1bb),a103_0x436944(0x1d6),a103_0x436944(0x19d),'skipDeviceInitialization',a103_0x436944(0x1cd),a103_0x436944(0x199),a103_0x436944(0x1a0),'remoteAdbHost',a103_0x436944(0x1ee),a103_0x436944(0x1d0),a103_0x436944(0x200),a103_0x436944(0x140),a103_0x436944(0x1e7),'uninstallOtherPackages','disableWindowAnimation','buildToolsVersion','enforceAppInstall',a103_0x436944(0x17c),'webviewDevtoolsPort','enableWebviewDetailsCollection',a103_0x436944(0x18f),a103_0x436944(0x1b6),a103_0x436944(0x15b),a103_0x436944(0x18e),'locationServicesEnabled','locationServicesAuthorized','autoAcceptAlerts',a103_0x436944(0x16e),a103_0x436944(0x1b4),a103_0x436944(0x142),a103_0x436944(0x150),a103_0x436944(0x1d9),a103_0x436944(0x186),a103_0x436944(0x184),a103_0x436944(0x1e1),'localizableStringsDir',a103_0x436944(0x204),'interKeyDelay',a103_0x436944(0x19e),a103_0x436944(0x13a),a103_0x436944(0x154),a103_0x436944(0x1a8),'remoteDebugProxy',a103_0x436944(0x1ba),a103_0x436944(0x1bc),a103_0x436944(0x1c1),a103_0x436944(0x1c5),a103_0x436944(0x145),'webviewConnectRetries','appName',a103_0x436944(0x16a),a103_0x436944(0x1df),'scaleFactor',a103_0x436944(0x202),a103_0x436944(0x18b),a103_0x436944(0x16f),a103_0x436944(0x175),a103_0x436944(0x192),a103_0x436944(0x160),a103_0x436944(0x1db),'webDriverAgentUrl',a103_0x436944(0x191),'useNewWDA',a103_0x436944(0x1b5),a103_0x436944(0x1bf),a103_0x436944(0x17b),'xcodeSigningId',a103_0x436944(0x146),a103_0x436944(0x17d),a103_0x436944(0x15a),a103_0x436944(0x196),a103_0x436944(0x180),'connectHardwareKeyboard',a103_0x436944(0x203),a103_0x436944(0x1b3),'useCarthageSsl','shouldUseSingletonTestManager','startIWDP','allowTouchIdEnroll','ignoreHiddenApiPolicyError',a103_0x436944(0x1c9),'logcatFormat',a103_0x436944(0x1e5),a103_0x436944(0x169)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a104_0x5ee9(_0x506ad8,_0x4b03c1){var _0x43e3e3=a104_0x43e3();return a104_0x5ee9=function(_0x5ee93e,_0x33315c){_0x5ee93e=_0x5ee93e-0x8e;var _0x278b14=_0x43e3e3[_0x5ee93e];return _0x278b14;},a104_0x5ee9(_0x506ad8,_0x4b03c1);}function a104_0x43e3(){var _0x2d0f74=['970AUUfJg','95162ZDglXO','21513dfDFhY','704291rdCJOR','39324945sUbVJn','851406CjugTW','https://hub-use-only.browserstack.com/wd/hub','13zEkCVu','692vJqVUE','6834060AILNSM','131427zNeEsV','40VdJcZH'];a104_0x43e3=function(){return _0x2d0f74;};return a104_0x43e3();}var a104_0x49695b=a104_0x5ee9;(function(_0x49576c,_0x551022){var _0x248d0a=a104_0x5ee9,_0x4c6bc8=_0x49576c();while(!![]){try{var _0x550aac=parseInt(_0x248d0a(0x92))/0x1*(parseInt(_0x248d0a(0x98))/0x2)+-parseInt(_0x248d0a(0x99))/0x3*(parseInt(_0x248d0a(0x93))/0x4)+-parseInt(_0x248d0a(0x94))/0x5+parseInt(_0x248d0a(0x90))/0x6+parseInt(_0x248d0a(0x8e))/0x7*(parseInt(_0x248d0a(0x96))/0x8)+-parseInt(_0x248d0a(0x95))/0x9*(parseInt(_0x248d0a(0x97))/0xa)+parseInt(_0x248d0a(0x8f))/0xb;if(_0x550aac===_0x551022)break;else _0x4c6bc8['push'](_0x4c6bc8['shift']());}catch(_0x41b176){_0x4c6bc8['push'](_0x4c6bc8['shift']());}}}(a104_0x43e3,0xc6e24),exports['BROWSERSTACK_GRR_US_HUB_URL']=a104_0x49695b(0x91));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a105_0x317f(_0x593a56,_0x46fb41){var _0x3fc9ae=a105_0x3fc9();return a105_0x317f=function(_0x317ff2,_0x1f5fb4){_0x317ff2=_0x317ff2-0x9a;var _0x4d57fc=_0x3fc9ae[_0x317ff2];return _0x4d57fc;},a105_0x317f(_0x593a56,_0x46fb41);}function a105_0x3fc9(){var _0x80d5a3=['668673shXoIK','384439hDntpV','706195VJuWfq','96MATIEK','276455tgfhcd','2bfUsLc','A11Y_SCAN_RESULT','137282LIHrym','90cYTJQb','central_scanner_log','setCentralScannerData','104IvGuDC','a11y_scanner','onNdm','4qbojSn','10928268vCeaxO','2932539NJjtby','NHFJL'];a105_0x3fc9=function(){return _0x80d5a3;};return a105_0x3fc9();}var a105_0x46006f=a105_0x317f;(function(_0x4d7ff9,_0x3eace7){var _0x193fbf=a105_0x317f,_0x387158=_0x4d7ff9();while(!![]){try{var _0x2cfb50=-parseInt(_0x193fbf(0xa4))/0x1+-parseInt(_0x193fbf(0xa2))/0x2*(parseInt(_0x193fbf(0x9b))/0x3)+-parseInt(_0x193fbf(0xab))/0x4*(parseInt(_0x193fbf(0xa1))/0x5)+-parseInt(_0x193fbf(0xa0))/0x6*(-parseInt(_0x193fbf(0x9f))/0x7)+-parseInt(_0x193fbf(0xa8))/0x8*(-parseInt(_0x193fbf(0x9d))/0x9)+parseInt(_0x193fbf(0xa5))/0xa*(parseInt(_0x193fbf(0x9e))/0xb)+-parseInt(_0x193fbf(0x9a))/0xc;if(_0x2cfb50===_0x3eace7)break;else _0x387158['push'](_0x387158['shift']());}catch(_0x17d7f2){_0x387158['push'](_0x387158['shift']());}}}(a105_0x3fc9,0xc6adb),exports[a105_0x46006f(0xa7)]=(_0x2d6d7c,_0x286b0e,_0x4a46ea)=>{var _0x1b9632=a105_0x46006f,_0x5bb7a5={'onNdm':function(_0x3aade4,_0x30d364){return _0x3aade4(_0x30d364);},'NHFJL':function(_0x324691,_0x33e183){return _0x324691||_0x33e183;}};_0x2d6d7c[_0x1b9632(0xa6)]={'http_code':_0x5bb7a5[_0x1b9632(0xaa)](String,_0x286b0e)||null,'redirect_url':_0x5bb7a5[_0x1b9632(0x9c)](_0x4a46ea,null),'token':process['env']['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process['env']['A11Y_SCAN_RESULT']&&(_0x2d6d7c[_0x1b9632(0xa6)][_0x1b9632(0xa9)]=JSON['parse'](process['env'][_0x1b9632(0xa3)])||null);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a106_0x2c8efc=a106_0x35a1;(function(_0x5a4b3f,_0x3bd7d7){const _0x102812=a106_0x35a1,_0x1341cf=_0x5a4b3f();while(!![]){try{const _0x12f2e7=parseInt(_0x102812(0xd0))/0x1*(parseInt(_0x102812(0xc5))/0x2)+parseInt(_0x102812(0xd1))/0x3+-parseInt(_0x102812(0xca))/0x4*(-parseInt(_0x102812(0xc6))/0x5)+parseInt(_0x102812(0xc2))/0x6*(-parseInt(_0x102812(0xc9))/0x7)+parseInt(_0x102812(0xce))/0x8+-parseInt(_0x102812(0xc3))/0x9*(parseInt(_0x102812(0xc4))/0xa)+parseInt(_0x102812(0xc8))/0xb;if(_0x12f2e7===_0x3bd7d7)break;else _0x1341cf['push'](_0x1341cf['shift']());}catch(_0x242cbd){_0x1341cf['push'](_0x1341cf['shift']());}}}(a106_0x4a2e,0x97346));const logger=require(a106_0x2c8efc(0xcf))['winstonLogger'];function createClassLogger(_0x385b64){const _0x2d26f5=a106_0x2c8efc;return{'info':(_0x12850b,..._0x2e73f0)=>logger[_0x2d26f5(0xcc)]('['+_0x385b64+']\x20'+_0x12850b,..._0x2e73f0),'debug':(_0x46d71b,..._0xdc6154)=>logger['debug']('['+_0x385b64+']\x20'+_0x46d71b,..._0xdc6154),'warn':(_0x19207d,..._0x47452e)=>logger['warn']('['+_0x385b64+']\x20'+_0x19207d,..._0x47452e),'error':(_0x1f9151,..._0x29d645)=>logger['error']('['+_0x385b64+']\x20'+_0x1f9151,..._0x29d645),'verbose':(_0x42e20a,..._0x41c59a)=>logger[_0x2d26f5(0xcd)]('['+_0x385b64+']\x20'+_0x42e20a,..._0x41c59a)};}const a106_0x5c7717={};function a106_0x35a1(_0xfbd67b,_0x44f03b){const _0x4a2ef4=a106_0x4a2e();return a106_0x35a1=function(_0x35a118,_0x13b7f6){_0x35a118=_0x35a118-0xc2;let _0x2b6051=_0x4a2ef4[_0x35a118];return _0x2b6051;},a106_0x35a1(_0xfbd67b,_0x44f03b);}a106_0x5c7717[a106_0x2c8efc(0xcb)]=createClassLogger,module[a106_0x2c8efc(0xc7)]=a106_0x5c7717;function a106_0x4a2e(){const _0x53eeaf=['info','verbose','1118152XQessD','./logger.js','113CXhzbT','812784zPhrEV','415722oUJMEO','434799VbVHTy','210cjctgG','3284AaEPiK','12995TzHSwo','exports','5972186nlqWDA','7lVlPrp','868oyCSav','createClassLogger'];a106_0x4a2e=function(){return _0x53eeaf;};return a106_0x4a2e();}
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a107_0x2ecd36=a107_0x1a34;(function(_0x5a0f7e,_0x5a7ad1){var _0xb4a3a6=a107_0x1a34,_0x48d43f=_0x5a0f7e();while(!![]){try{var _0x4764c1=parseInt(_0xb4a3a6(0x1f2))/0x1+parseInt(_0xb4a3a6(0x1f1))/0x2*(parseInt(_0xb4a3a6(0x1fb))/0x3)+-parseInt(_0xb4a3a6(0x1f8))/0x4+parseInt(_0xb4a3a6(0x1f7))/0x5+-parseInt(_0xb4a3a6(0x1f4))/0x6+parseInt(_0xb4a3a6(0x1f3))/0x7+parseInt(_0xb4a3a6(0x1fc))/0x8;if(_0x4764c1===_0x5a7ad1)break;else _0x48d43f['push'](_0x48d43f['shift']());}catch(_0x5582b3){_0x48d43f['push'](_0x48d43f['shift']());}}}(a107_0x5228,0x5c38c));function a107_0x1a34(_0x81dedf,_0x12d84e){var _0x52287c=a107_0x5228();return a107_0x1a34=function(_0x1a34e3,_0x4fc5e0){_0x1a34e3=_0x1a34e3-0x1f1;var _0x3a7386=_0x52287c[_0x1a34e3];return _0x3a7386;},a107_0x1a34(_0x81dedf,_0x12d84e);}class Global{static [a107_0x2ecd36(0x1fa)];constructor(){var _0x41e363=a107_0x2ecd36;if(Global[_0x41e363(0x1fa)])return Global['__instance'];this['browserStackGlobals']=global,Global[_0x41e363(0x1fa)]=this;}[a107_0x2ecd36(0x1f5)](_0x2d4255,_0x4cee1b){var _0x211ee2=a107_0x2ecd36;this[_0x211ee2(0x1f6)][_0x2d4255]=_0x4cee1b;}[a107_0x2ecd36(0x1f9)](_0x7d82e0){return this['browserStackGlobals'][_0x7d82e0];}}function a107_0x5228(){var _0x5ea845=['setGlobal','browserStackGlobals','1125610fcYiYu','1078432nFzYBa','getGlobal','__instance','877422xQdzGi','338336PKhKMY','2dvyKyn','177065ygHUvl','4443159kCqdKL','4346052GMcRly'];a107_0x5228=function(){return _0x5ea845;};return a107_0x5228();}module['exports']=new Global();
|