browserstack-node-sdk 1.49.6 → 1.49.8
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
|
-
const
|
|
1
|
+
function a100_0x2404(_0x17a459,_0x2265df){const _0x3399c3=a100_0x3399();return a100_0x2404=function(_0x240436,_0x3f7f77){_0x240436=_0x240436-0x11b;let _0x5a0223=_0x3399c3[_0x240436];return _0x5a0223;},a100_0x2404(_0x17a459,_0x2265df);}const a100_0x140bc2=a100_0x2404;(function(_0x79d581,_0xa804a3){const _0x57f09b=a100_0x2404,_0x72a2e5=_0x79d581();while(!![]){try{const _0x99db93=parseInt(_0x57f09b(0x12d))/0x1*(parseInt(_0x57f09b(0x144))/0x2)+-parseInt(_0x57f09b(0x143))/0x3*(-parseInt(_0x57f09b(0x126))/0x4)+parseInt(_0x57f09b(0x136))/0x5+parseInt(_0x57f09b(0x137))/0x6*(parseInt(_0x57f09b(0x158))/0x7)+parseInt(_0x57f09b(0x14e))/0x8+-parseInt(_0x57f09b(0x120))/0x9+parseInt(_0x57f09b(0x155))/0xa*(-parseInt(_0x57f09b(0x13a))/0xb);if(_0x99db93===_0xa804a3)break;else _0x72a2e5['push'](_0x72a2e5['shift']());}catch(_0x37e696){_0x72a2e5['push'](_0x72a2e5['shift']());}}}(a100_0x3399,0x1a1ba));const calculateTimeDiff=_0x72105c=>Date[a100_0x140bc2(0x127)]()-_0x72105c,logger=require(a100_0x140bc2(0x146))['winstonLogger'],globals=require(a100_0x140bc2(0x147));class HealingCommandRepo{constructor(){const _0x149075=a100_0x140bc2,_0x326037={};_0x326037[_0x149075(0x14f)]=_0x149075(0x13e);const _0x28340a=_0x326037,_0x176ad1=_0x28340a[_0x149075(0x14f)][_0x149075(0x159)]('|');let _0x204d61=0x0;while(!![]){switch(_0x176ad1[_0x204d61++]){case'0':this[_0x149075(0x128)]={};continue;case'1':this[_0x149075(0x132)]={};continue;case'2':this[_0x149075(0x150)]=![];continue;case'3':this[_0x149075(0x134)]='';continue;case'4':this[_0x149075(0x11f)]='';continue;case'5':this[_0x149075(0x13c)]={};continue;}break;}}['_pushCommand'](_0x118109,_0x3158cc){const _0x54c8a2=a100_0x140bc2,_0x5afe17={};_0x5afe17[_0x54c8a2(0x121)]=function(_0x1c6da9,_0x47b833){return _0x1c6da9 in _0x47b833;};const _0x4720d2=_0x5afe17;!_0x4720d2[_0x54c8a2(0x121)](_0x118109,this[_0x54c8a2(0x13c)])&&(this[_0x54c8a2(0x13c)][_0x118109]=[]),this[_0x54c8a2(0x13c)][_0x118109][_0x54c8a2(0x145)](_0x3158cc);}[a100_0x140bc2(0x131)](_0x4f95c3,_0x5e1485){const _0x315f9a=a100_0x140bc2,_0x375fec={'wYUrm':function(_0x253793,_0x416549){return _0x253793(_0x416549);}},_0x3ccfb3=_0x5e1485[_0x315f9a(0x138)],_0x530483=_0x5e1485[_0x315f9a(0x124)][_0x315f9a(0x159)](_0x4f95c3)[0x1],_0x57dbee=this[_0x315f9a(0x128)][_0x4f95c3],_0x56d3ac={'k':_0x3ccfb3+':'+_0x530483,'t':_0x375fec[_0x315f9a(0x141)](calculateTimeDiff,_0x57dbee)};this[_0x315f9a(0x14a)](_0x4f95c3,_0x56d3ac);}[a100_0x140bc2(0x156)](_0x5dfecb){const _0x111b55=a100_0x140bc2;this[_0x111b55(0x128)][_0x5dfecb]=Date[_0x111b55(0x127)]();}[a100_0x140bc2(0x148)](_0x3b3d85,_0x4b9e08){const _0x1f02fe=a100_0x140bc2;this[_0x1f02fe(0x132)]['userName']=_0x3b3d85,this['authInfo'][_0x1f02fe(0x149)]=_0x4b9e08;}[a100_0x140bc2(0x12f)](){const _0x341f3b=a100_0x140bc2;return this[_0x341f3b(0x132)];}[a100_0x140bc2(0x11b)](_0xacec49){this['projectName']=_0xacec49;}[a100_0x140bc2(0x129)](_0x3f08ed){const _0x289c5a=a100_0x140bc2;this[_0x289c5a(0x11f)]=_0x3f08ed;}[a100_0x140bc2(0x14c)](_0x43fd4e){const _0x1d127b=a100_0x140bc2;this[_0x1d127b(0x139)]=_0x43fd4e,this[_0x1d127b(0x11b)](_0x43fd4e[_0x1d127b(0x134)]),this['setAuthInfo'](_0x43fd4e[_0x1d127b(0x151)],_0x43fd4e['accessKey']);}[a100_0x140bc2(0x154)](_0x4a9579){const _0x750253=a100_0x140bc2;this[_0x750253(0x133)]=_0x4a9579;}[a100_0x140bc2(0x11c)](_0x400664){const _0x289dc4=a100_0x140bc2;this[_0x289dc4(0x150)]=_0x400664;}[a100_0x140bc2(0x135)](){return this['config'];}[a100_0x140bc2(0x14b)](){return this['framework'];}[a100_0x140bc2(0x152)](){const _0x2652db=a100_0x140bc2;return this[_0x2652db(0x134)];}[a100_0x140bc2(0x11d)](){return this['testName'];}[a100_0x140bc2(0x14d)](_0x5000e8){const _0x3825e8=a100_0x140bc2,_0x5c6a31={};_0x5c6a31[_0x3825e8(0x12a)]=_0x3825e8(0x12c),_0x5c6a31['PRQpg']='aiHeal_isHealingEnabled',_0x5c6a31[_0x3825e8(0x130)]=function(_0x1ee9a5,_0x397f38){return _0x1ee9a5===_0x397f38;},_0x5c6a31[_0x3825e8(0x153)]=function(_0x3eb2e0,_0x3dea40){return _0x3eb2e0+_0x3dea40;},_0x5c6a31['THzIo']=_0x3825e8(0x12e);const _0x55902b=_0x5c6a31,_0x10592b=this[_0x3825e8(0x13c)][_0x5000e8];this[_0x3825e8(0x13c)][_0x5000e8]=[];if(globals[_0x3825e8(0x11e)](_0x55902b[_0x3825e8(0x12a)])&&globals[_0x3825e8(0x11e)](_0x55902b['PRQpg'])&&!_0x10592b||_0x55902b[_0x3825e8(0x130)](_0x10592b[_0x3825e8(0x122)],0x0))return logger[_0x3825e8(0x123)](_0x55902b['nWHNd'](_0x55902b[_0x3825e8(0x125)],_0x5000e8)),'';return _0x10592b['map'](_0x1dfb6f=>JSON[_0x3825e8(0x13d)](_0x1dfb6f))[_0x3825e8(0x13b)](',');}[a100_0x140bc2(0x12b)](){const _0x270a13=a100_0x140bc2,_0x4b6d07={};_0x4b6d07[_0x270a13(0x140)]=function(_0xce9abf,_0x3a165b){return _0xce9abf===_0x3a165b;},_0x4b6d07[_0x270a13(0x157)]='true';const _0x12ce02=_0x4b6d07;let _0x466bcc=![];return this['getConfig']()&&(_0x12ce02[_0x270a13(0x140)](this[_0x270a13(0x135)]()['selfHeal'],!![])||_0x12ce02[_0x270a13(0x140)](this[_0x270a13(0x135)]()['selfHeal'],_0x12ce02[_0x270a13(0x157)]))&&(_0x466bcc=!![]),_0x466bcc;}[a100_0x140bc2(0x13f)](){return this['isTcgTokenSet'];}}function a100_0x3399(){const _0x22ef28=['30FZFMfD','method','config','9691INrans','join','commands','stringify','5|0|3|4|1|2','getTcgTokenStatus','eegup','wYUrm','commandRepository','921lZFTlN','97978WdVdwn','push','../logger','../globals','setAuthInfo','accessKey','_pushCommand','getFramework','setConfig','getCommands','663160KnrafI','nOHEp','isTcgTokenSet','userName','getProjectName','nWHNd','setFramework','4280GJNgrE','setAiSessionTimeStamp','wnqAL','236971StpNWa','split','setProjectNameForHealingContext','setTcgTokenStatus','getTestName','getGlobal','testName','795033fELkwR','kUVXU','length','debug','path','THzIo','1784duNBQc','now','aiSessionTimeStamp','setTestNameForHealingContext','AKNbZ','isSelfHealEnabled','aiHeal_isAuthenticated','1LEAfOw','No\x20commands\x20found\x20for\x20session:\x20','getAuthInfo','zyIPi','pushCommand','authInfo','framework','projectName','getConfig','671360imbRQy'];a100_0x3399=function(){return _0x22ef28;};return a100_0x3399();}exports[a100_0x140bc2(0x142)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a101_0x56aa28=a101_0x123f;(function(_0x818094,_0x1f82c3){const _0x46ded4=a101_0x123f,_0x26ec48=_0x818094();while(!![]){try{const _0x504c5a=parseInt(_0x46ded4(0x14a))/0x1*(parseInt(_0x46ded4(0x152))/0x2)+parseInt(_0x46ded4(0x149))/0x3*(parseInt(_0x46ded4(0x14e))/0x4)+-parseInt(_0x46ded4(0x14b))/0x5*(-parseInt(_0x46ded4(0x146))/0x6)+-parseInt(_0x46ded4(0x156))/0x7+-parseInt(_0x46ded4(0x15c))/0x8*(parseInt(_0x46ded4(0x151))/0x9)+-parseInt(_0x46ded4(0x159))/0xa+-parseInt(_0x46ded4(0x147))/0xb*(-parseInt(_0x46ded4(0x14d))/0xc);if(_0x504c5a===_0x1f82c3)break;else _0x26ec48['push'](_0x26ec48['shift']());}catch(_0x14e548){_0x26ec48['push'](_0x26ec48['shift']());}}}(a101_0x41e4,0xb2ea0));function a101_0x41e4(){const _0x3a90ad=['9mPKWFY','35273uVeysp','10FZzYWR','prod','251148lLYmdp','1626904kvWKXC','https://grid-preprod.bsstag.com/dashboard/builds','BUILDS_DASHBOARD_URL','1107MNpCqX','6UGtJso','automate-turboscale/v1','pre-prod','API_ENDPOINT','5616457hgUcVU','BROWSERSTACK_ENV','preprod','11319360QIBlch','stag','exports','64072EtBpgp','1767366gInKaE','913IyMGUD','https://grid.browserstack.com/dashboard/builds'];a101_0x41e4=function(){return _0x3a90ad;};return a101_0x41e4();}const a101_0x392627={};a101_0x392627['BUILDS_DASHBOARD_URL']=a101_0x56aa28(0x148),a101_0x392627[a101_0x56aa28(0x155)]=a101_0x56aa28(0x153),module[a101_0x56aa28(0x15b)]=a101_0x392627;const _env=(process['env'][a101_0x56aa28(0x157)]||a101_0x56aa28(0x14c))['toLowerCase']();function a101_0x123f(_0xf94eb5,_0x29df21){const _0x41e498=a101_0x41e4();return a101_0x123f=function(_0x123fa9,_0x26e84d){_0x123fa9=_0x123fa9-0x146;let _0x1074e4=_0x41e498[_0x123fa9];return _0x1074e4;},a101_0x123f(_0xf94eb5,_0x29df21);}if(_env==='staging'||_env===a101_0x56aa28(0x15a))module['exports'][a101_0x56aa28(0x150)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a101_0x56aa28(0x158)||_env===a101_0x56aa28(0x154))&&(module[a101_0x56aa28(0x15b)]['BUILDS_DASHBOARD_URL']=a101_0x56aa28(0x14f));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a102_0x8c0de2=a102_0x4b27;(function(_0x4a49e0,_0x3f8c2c){const _0x478af5=a102_0x4b27,_0x1f5388=_0x4a49e0();while(!![]){try{const _0x4cbba4=parseInt(_0x478af5(0xbd))/0x1*(-parseInt(_0x478af5(0xb9))/0x2)+-parseInt(_0x478af5(0xbc))/0x3*(parseInt(_0x478af5(0xbb))/0x4)+-parseInt(_0x478af5(0xcf))/0x5+parseInt(_0x478af5(0xd1))/0x6+parseInt(_0x478af5(0xd0))/0x7*(-parseInt(_0x478af5(0xd2))/0x8)+-parseInt(_0x478af5(0xca))/0x9+parseInt(_0x478af5(0xbe))/0xa;if(_0x4cbba4===_0x3f8c2c)break;else _0x1f5388['push'](_0x1f5388['shift']());}catch(_0x17718d){_0x1f5388['push'](_0x1f5388['shift']());}}}(a102_0x4641,0x91347));const constants=require(a102_0x8c0de2(0xb7));function a102_0x4b27(_0x485952,_0x9540e3){const _0x4641a1=a102_0x4641();return a102_0x4b27=function(_0x4b2768,_0x9a102c){_0x4b2768=_0x4b2768-0xb1;let _0x3eebc5=_0x4641a1[_0x4b2768];return _0x3eebc5;},a102_0x4b27(_0x485952,_0x9540e3);}exports[a102_0x8c0de2(0xb1)]=()=>{const _0x56f0e7=a102_0x8c0de2;if(!constants[_0x56f0e7(0xce)][_0x56f0e7(0xb2)])return{};return constants[_0x56f0e7(0xce)][_0x56f0e7(0xb2)];},exports[a102_0x8c0de2(0xc1)]=_0x55bc00=>{const _0x7b285=a102_0x8c0de2,_0x57e5ed={};_0x57e5ed['pgMYy']=_0x7b285(0xb5);const _0x31f712=_0x57e5ed;if(_0x55bc00['turboScaleOptions']&&_0x55bc00['turboScaleOptions'][_0x7b285(0xc4)])return _0x55bc00[_0x7b285(0xbf)][_0x7b285(0xc4)];if(process[_0x7b285(0xcc)][_0x7b285(0xc8)])return process[_0x7b285(0xcc)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x31f712[_0x7b285(0xba)];},exports[a102_0x8c0de2(0xc3)]=_0x5cc55=>{const _0x608a67=a102_0x8c0de2,_0x42e40d={};_0x42e40d[_0x608a67(0xcb)]=function(_0x537bbc,_0x2e48c6){return _0x537bbc===_0x2e48c6;},_0x42e40d['dHlVP']='true';const _0x3ff023=_0x42e40d;return _0x5cc55&&_0x5cc55[_0x608a67(0xb4)]&&_0x3ff023[_0x608a67(0xcb)](_0x5cc55[_0x608a67(0xb4)]['toString']()[_0x608a67(0xb6)](),_0x3ff023[_0x608a67(0xc5)]);},exports[a102_0x8c0de2(0xc9)]=(_0x51bcca,_0x527d30,_0x13b22b)=>{const _0x3be25b=a102_0x8c0de2,_0x586235={};_0x586235[_0x3be25b(0xc2)]=_0x3be25b(0xb3);const _0xcf32ce=_0x586235,_0x94a06b={};_0x94a06b[_0x3be25b(0xcd)]=_0xcf32ce['mYQUP'];_0x51bcca[_0x3be25b(0xb8)]&&(_0x94a06b['buildTags']=Array['isArray'](_0x51bcca[_0x3be25b(0xb8)])?_0x51bcca['buildTags']:_0x51bcca[_0x3be25b(0xb8)][_0x3be25b(0xc0)](','));if(process[_0x3be25b(0xcc)][_0x3be25b(0xc7)])try{_0x94a06b[_0x3be25b(0xb8)]=process['env']['BROWSERSTACK_BUILD_TAGS']['split'](',');}catch{_0x94a06b[_0x3be25b(0xb8)]=process[_0x3be25b(0xcc)][_0x3be25b(0xc7)];}return _0x51bcca['buildPriority']&&(_0x94a06b[_0x3be25b(0xcd)]=_0x51bcca['buildPriority']),process[_0x3be25b(0xcc)][_0x3be25b(0xc6)]&&(_0x94a06b[_0x3be25b(0xcd)]=process[_0x3be25b(0xcc)][_0x3be25b(0xc6)]),_0x94a06b;};function a102_0x4641(){const _0x5725d8=['dHlVP','BROWSERSTACK_BUILD_PRIORITY','BROWSERSTACK_BUILD_TAGS','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleCaps','9928431cTHOyJ','hhcJX','env','buildPriority','TURBOSCALE_OPTIONS','1593005bVzapA','3714319RgYVDO','3053904pBtxqY','16SLyfHh','getTurboScaleOptions','options','medium','turboScale','NO_GRID_NAME_PASSED','toLowerCase','../../bin/utils/constants','buildTags','703024XtJvkB','pgMYy','2316svEkmn','1098wGDIUm','1YIYmWx','31321950MGgCOE','turboScaleOptions','split','getTurboScaleGridName','mYQUP','isTurboScaleSession','gridName'];a102_0x4641=function(){return _0x5725d8;};return a102_0x4641();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a103_0x48749a=a103_0x392d;function a103_0x392d(_0x2eed73,_0x5b5b2c){var _0x22c19b=a103_0x22c1();return a103_0x392d=function(_0x392dff,_0x17cbe7){_0x392dff=_0x392dff-0x72;var _0x4ad9ca=_0x22c19b[_0x392dff];return _0x4ad9ca;},a103_0x392d(_0x2eed73,_0x5b5b2c);}function a103_0x22c1(){var _0x95dfa7=['calendarFormat','320969VyUJtl','intentAction','locationServicesAuthorized','updatedWDABundleId','meUWz','EnvCapsMapping','customSSLCert','androidInstallPath','resetKeyboard','remoteDebugProxy','BROWSERSTACK_ACCESS_KEY','6244510UlRoic','browserstack.testOrchestration.skipFlakyandFailed','buildName','chromedriverDisableBuildCheck','PELqw','buildToolsVersion','iitLg','skipUnlock','BhxXN','autoAcceptAlerts','localIdentifier','BROWSERSTACK_RERUN_TESTS','browserstack.testOrchestration.retryTestsOnFailure','browserstack.rerunTests','webviewConnectRetries','webkitDebugProxyPort','chromedriverExecutableDir','SmlGa','sgVxV','browserstack.automation','HOGMF','keepKeyChains','wdaStartupRetries','ignoreUnimportantViews','browserstack.parallelsPerPlatform','fullContextList','AppiumCaps','autoGrantPermissions','showIOSLog','nativeWebTap','tapWithShortPressDuration','ayMDg','launchTimeout','browserstack.localIdentifier','buildIdentifier','hHYeo','keyPassword','enableWebviewDetailsCollection','chromeOptions','resetOnSessionStartOnly','systemPort','simpleIsVisibleCheck','browserstack.logDir','shouldUseSingletonTestManager','YRVQO','BROWSERSTACK_APP','allowDelayAdb','wdaLaunchTimeout','deviceReadyTimeout','maxTypingFrequency','298985gEhzGW','connectHardwareKeyboard','browserstack.accessKey','autoLaunch','enforceAppInstall','userName','sendKeyStrategy','useKeystore','webDriverAgentUrl','localeScript','browserstack.access_key','636cURtiC','avdReadyTimeout','androidDeviceReadyTimeout','HGmQI','networkSpeed','JEKqq','automationName','AeuTZ','appWaitPackage','browserstack.userName','96mgyOHU','1018eNprWu','AFtRD','appWaitDuration','browserstack.projectName','BROWSERSTACK_PROJECT_NAME','crxou','locationServicesEnabled','androidCoverage','allowTouchIdEnroll','app','wdaStartupRetryInterval','CvjYW','gziNU','keychainPassword','NmeoN','UVCKl','deviceName','logDir','uninstallOtherPackages','RZRsy','logLevel','udid','BROWSERSTACK_AUTOMATION','1564228aAvosC','safariInitialUrl','projectName','xcodeConfigFile','fullReset','skipDeviceInitialization','XrHQa','androidDeviceSocket','BROWSERSTACK_PARALLELS_PER_PLATFORM','enablePerformanceLogging','xcodeOrgId','ignoreHiddenApiPolicyError','newCommandTimeout','disableWindowAnimation','xcodeSigningId','mBwhr','webkitResponseTimeout','locale','abortBuildOnFailure','Larbg','BROWSERSTACK_USERNAME','safariIgnoreFraudWarning','accessKey','10419800wkRzKS','gWFQL','9LIVizj','uAMZU','enableAsyncExecuteFromHttps','androidScreenshotPath','orientation','browserstack.local','BROWSERSTACK_BUILD_NAME','69902qzjYcJ','MQZfT','waitForAppScript','parallelsPerPlatform','3IQmDCK','BROWSERSTACK_LOG_DIR','758KtWGzg','MSOTU','avd','WtnRo','startIWDP','tarLz','skipFlakyandFailed','disableAndroidWatchers','chromedriverChromeMappingFile','webviewDevtoolsPort','nativeWebScreenshot','intentCategory','BROWSERSTACK_OBSERVABILITY_DEBUG','iosInstallPause','unicodeKeyboard','browserstackLocal','ncenk','autoWebviewTimeout','browserstack.buildName','nativeInstrumentsLib','appName','keyAlias','browserstackConfigFile','EQHXZ','automation','BROWSERSTACK_APP_ID','androidCoverageEndIntent','BROWSERSTACK_TEST_REPORTING_DEBUG','scaleFactor','language','otherApps','avdLaunchTimeout','chromedriverExecutable','bundleId','androidInstallTimeout','skipLogcatCapture','unlockType','BROWSERSTACK_LOCAL','chromedriverUseSystemExecutable','browserstack.buildIdentifier','ueSFg','noReset','runPreviouslyFailedFirst','BROWSERSTACK_USER_NAME','wdaLocalPort','safariOpenLinksInBackground','GezvY','remoteAppsCacheLimit','SPdfw','usePrebuiltWDA','keystorePassword','useCarthageSsl','browserstack.testOrchestration.abortBuildOnFailure','adbPort','printPageSourceOnFindFailure','BXsXB','dontStopAppOnReset','recreateChromeDriverSessions','appActivity','igomP','browserstack.logLevel','commandTimeouts','optionalIntentArguments','rerunTests','autoWebview'];a103_0x22c1=function(){return _0x95dfa7;};return a103_0x22c1();}(function(_0x4e8c0c,_0x46fee6){var _0x1836ea=a103_0x392d,_0xa39cb5=_0x4e8c0c();while(!![]){try{var _0x4e8f8c=-parseInt(_0x1836ea(0x132))/0x1*(parseInt(_0x1836ea(0xf5))/0x2)+-parseInt(_0x1836ea(0x130))/0x3*(-parseInt(_0x1836ea(0x10c))/0x4)+-parseInt(_0x1836ea(0xdf))/0x5+-parseInt(_0x1836ea(0xf4))/0x6*(parseInt(_0x1836ea(0x12c))/0x7)+-parseInt(_0x1836ea(0x123))/0x8+parseInt(_0x1836ea(0x125))/0x9*(parseInt(_0x1836ea(0xad))/0xa)+-parseInt(_0x1836ea(0xa2))/0xb*(-parseInt(_0x1836ea(0xea))/0xc);if(_0x4e8f8c===_0x46fee6)break;else _0xa39cb5['push'](_0xa39cb5['shift']());}catch(_0x5ea213){_0xa39cb5['push'](_0xa39cb5['shift']());}}}(a103_0x22c1,0x9fb2d),exports['CLICapsMapping']=()=>{var _0x33cac7=a103_0x392d,_0x30b556={};_0x30b556[_0x33cac7(0x142)]='browserstack.user_name',_0x30b556[_0x33cac7(0x11b)]=_0x33cac7(0xf3),_0x30b556[_0x33cac7(0xc1)]=_0x33cac7(0xe9),_0x30b556['EQHXZ']=_0x33cac7(0xe1),_0x30b556[_0x33cac7(0xfa)]=_0x33cac7(0x72),_0x30b556['XWksw']=_0x33cac7(0xf8),_0x30b556[_0x33cac7(0x8e)]=_0x33cac7(0x87),_0x30b556[_0x33cac7(0x133)]='browserstack.ppp',_0x30b556['PELqw']=_0x33cac7(0xc5),_0x30b556[_0x33cac7(0x103)]=_0x33cac7(0x12a),_0x30b556['bKszY']=_0x33cac7(0xce),_0x30b556['AeuTZ']=_0x33cac7(0xba),_0x30b556[_0x33cac7(0x90)]='browserstack.app',_0x30b556[_0x33cac7(0xb5)]=_0x33cac7(0x9c),_0x30b556[_0x33cac7(0xf6)]=_0x33cac7(0xc0),_0x30b556['gWFQL']=_0x33cac7(0xd7),_0x30b556[_0x33cac7(0x9b)]='browserstack.config',_0x30b556[_0x33cac7(0x101)]=_0x33cac7(0x76),_0x30b556['SmlGa']=_0x33cac7(0xb9),_0x30b556[_0x33cac7(0xed)]=_0x33cac7(0x94),_0x30b556[_0x33cac7(0xa6)]='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x30b556[_0x33cac7(0xbf)]='browserstack.testOrchestration.rerunPreviouslyFailed',_0x30b556[_0x33cac7(0x97)]=_0x33cac7(0xae);var _0x224825=_0x30b556,_0x47baae={};return _0x47baae[_0x33cac7(0xe4)]=[_0x224825[_0x33cac7(0x142)],_0x224825['mBwhr']],_0x47baae[_0x33cac7(0x122)]=[_0x224825[_0x33cac7(0xc1)],_0x224825[_0x33cac7(0x77)]],_0x47baae[_0x33cac7(0xaf)]=[_0x224825[_0x33cac7(0xfa)]],_0x47baae[_0x33cac7(0x10e)]=[_0x224825['XWksw']],_0x47baae[_0x33cac7(0xcf)]=[_0x224825[_0x33cac7(0x8e)]],_0x47baae['parallelsPerPlatform']=[_0x224825[_0x33cac7(0x133)],_0x224825[_0x33cac7(0xb1)]],_0x47baae[_0x33cac7(0x141)]=[_0x224825['NmeoN']],_0x47baae['localIdentifier']=[_0x224825['bKszY']],_0x47baae['rerunTests']=[_0x224825[_0x33cac7(0xf1)]],_0x47baae['app']=[_0x224825[_0x33cac7(0x90)]],_0x47baae[_0x33cac7(0x109)]=[_0x224825[_0x33cac7(0xb5)]],_0x47baae[_0x33cac7(0x78)]=[_0x224825['AFtRD']],_0x47baae[_0x33cac7(0x106)]=[_0x224825[_0x33cac7(0x124)]],_0x47baae['browserstackConfigFile']=[_0x224825[_0x33cac7(0x9b)],_0x224825['gziNU']],_0x47baae['retryTestsOnFailure']=[_0x224825[_0x33cac7(0xbe)]],_0x47baae[_0x33cac7(0x11e)]=[_0x224825[_0x33cac7(0xed)]],_0x47baae[_0x33cac7(0x8a)]=[_0x224825[_0x33cac7(0xa6)]],_0x47baae['rerunPreviouslyFailed']=[_0x224825[_0x33cac7(0xbf)]],_0x47baae[_0x33cac7(0x138)]=[_0x224825[_0x33cac7(0x97)]],_0x47baae;},exports[a103_0x48749a(0xa7)]=()=>{var _0x46affe=a103_0x48749a,_0x2dc082={};_0x2dc082['UVCKl']=_0x46affe(0x120),_0x2dc082[_0x46affe(0x88)]=_0x46affe(0x8b),_0x2dc082['tarLz']=_0x46affe(0xac),_0x2dc082[_0x46affe(0x12d)]=_0x46affe(0x12b),_0x2dc082[_0x46affe(0xd0)]=_0x46affe(0xf9),_0x2dc082[_0x46affe(0x100)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x2dc082[_0x46affe(0x108)]=_0x46affe(0x114),_0x2dc082['bSKPq']=_0x46affe(0x85),_0x2dc082[_0x46affe(0xef)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x2dc082[_0x46affe(0x112)]=_0x46affe(0xb8),_0x2dc082[_0x46affe(0xd9)]=_0x46affe(0x79),_0x2dc082[_0x46affe(0x126)]=_0x46affe(0xda),_0x2dc082[_0x46affe(0x11f)]=_0x46affe(0x13e),_0x2dc082[_0x46affe(0xcc)]=_0x46affe(0x7b),_0x2dc082[_0x46affe(0xb3)]=_0x46affe(0x10b),_0x2dc082[_0x46affe(0x135)]=_0x46affe(0x131);var _0x2a1687=_0x2dc082,_0x2ff3d0={};return _0x2ff3d0[_0x46affe(0xe4)]=[_0x2a1687[_0x46affe(0x104)],_0x2a1687[_0x46affe(0x88)]],_0x2ff3d0[_0x46affe(0x122)]=[_0x2a1687[_0x46affe(0x137)]],_0x2ff3d0['buildName']=[_0x2a1687[_0x46affe(0x12d)]],_0x2ff3d0[_0x46affe(0x10e)]=[_0x2a1687[_0x46affe(0xd0)]],_0x2ff3d0[_0x46affe(0xcf)]=[_0x2a1687['CvjYW']],_0x2ff3d0[_0x46affe(0x12f)]=[_0x2a1687['RZRsy']],_0x2ff3d0[_0x46affe(0x141)]=[_0x2a1687['bSKPq']],_0x2ff3d0[_0x46affe(0xb7)]=[_0x2a1687[_0x46affe(0xef)]],_0x2ff3d0[_0x46affe(0x9f)]=[_0x2a1687[_0x46affe(0x112)]],_0x2ff3d0[_0x46affe(0xfe)]=[_0x2a1687[_0x46affe(0xd9)],_0x2a1687['uAMZU']],_0x2ff3d0[_0x46affe(0x109)]=[_0x2a1687[_0x46affe(0x11f)],_0x2a1687['ayMDg']],_0x2ff3d0[_0x46affe(0x78)]=[_0x2a1687[_0x46affe(0xb3)]],_0x2ff3d0[_0x46affe(0x106)]=[_0x2a1687[_0x46affe(0x135)]],_0x2ff3d0;},exports[a103_0x48749a(0xc7)]=()=>[a103_0x48749a(0xf0),'platformVersion',a103_0x48749a(0x105),a103_0x48749a(0x118),a103_0x48749a(0xfe),a103_0x48749a(0x10a),a103_0x48749a(0x7d),a103_0x48749a(0x11d),a103_0x48749a(0x129),a103_0x48749a(0xa0),a103_0x48749a(0x89),a103_0x48749a(0x110),'clearSystemFiles','eventTimings',a103_0x48749a(0x115),a103_0x48749a(0x7e),a103_0x48749a(0x96),a103_0x48749a(0x9a),'appPackage','appWaitActivity',a103_0x48749a(0xf2),a103_0x48749a(0xf7),a103_0x48749a(0xdd),'allowTestPackages',a103_0x48749a(0xfc),a103_0x48749a(0x7a),a103_0x48749a(0xec),a103_0x48749a(0x95),a103_0x48749a(0x113),a103_0x48749a(0x82),a103_0x48749a(0xa9),a103_0x48749a(0x134),a103_0x48749a(0x7f),a103_0x48749a(0xeb),'avdArgs',a103_0x48749a(0xe6),'keystorePath',a103_0x48749a(0x92),a103_0x48749a(0x75),a103_0x48749a(0xd1),a103_0x48749a(0x80),'chromedriverArgs',a103_0x48749a(0xbd),a103_0x48749a(0x13a),a103_0x48749a(0x86),'chromedriverPort','chromedriverPorts',a103_0x48749a(0xb0),a103_0x48749a(0x143),a103_0x48749a(0xa3),a103_0x48749a(0x13d),'intentFlags',a103_0x48749a(0x9e),a103_0x48749a(0x98),a103_0x48749a(0x140),a103_0x48749a(0xaa),'noSign',a103_0x48749a(0xc4),a103_0x48749a(0x139),a103_0x48749a(0xd3),a103_0x48749a(0x99),a103_0x48749a(0x13c),a103_0x48749a(0x128),a103_0x48749a(0xee),'gpsEnabled','isHeadless','adbExecTimeout',a103_0x48749a(0xe8),a103_0x48749a(0x111),a103_0x48749a(0xc8),'androidNaturalOrientation',a103_0x48749a(0xd5),'remoteAdbHost',a103_0x48749a(0xb4),a103_0x48749a(0x84),'unlockKey',a103_0x48749a(0xe2),a103_0x48749a(0x83),a103_0x48749a(0x107),a103_0x48749a(0x119),a103_0x48749a(0xb2),a103_0x48749a(0xe3),'ensureWebviewsHavePages',a103_0x48749a(0x13b),a103_0x48749a(0xd2),a103_0x48749a(0x8f),a103_0x48749a(0xa1),a103_0x48749a(0x81),a103_0x48749a(0xcd),a103_0x48749a(0xfb),a103_0x48749a(0xa4),a103_0x48749a(0xb6),'autoDismissAlerts',a103_0x48749a(0x73),a103_0x48749a(0xca),a103_0x48749a(0x10d),'safariAllowPopups',a103_0x48749a(0x121),a103_0x48749a(0x8d),a103_0x48749a(0xc2),'localizableStringsDir','processArguments','interKeyDelay',a103_0x48749a(0xc9),a103_0x48749a(0xe5),a103_0x48749a(0x11c),'screenshotWaitTimeout',a103_0x48749a(0xab),a103_0x48749a(0x127),'skipLogCapture',a103_0x48749a(0xbc),a103_0x48749a(0xc6),a103_0x48749a(0x12e),a103_0x48749a(0xbb),a103_0x48749a(0x74),a103_0x48749a(0xa8),a103_0x48749a(0xcb),a103_0x48749a(0x7c),a103_0x48749a(0x8c),'showXcodeLog',a103_0x48749a(0x13f),a103_0x48749a(0x10f),a103_0x48749a(0x102),a103_0x48749a(0x91),'preventWDAAttachments',a103_0x48749a(0xe7),'keychainPath','useNewWDA',a103_0x48749a(0xdc),'wdaConnectionTimeout',a103_0x48749a(0x116),a103_0x48749a(0x11a),a103_0x48749a(0xa5),a103_0x48749a(0xd4),a103_0x48749a(0x9d),a103_0x48749a(0xc3),a103_0x48749a(0xff),a103_0x48749a(0xe0),a103_0x48749a(0xde),a103_0x48749a(0xd6),a103_0x48749a(0x93),a103_0x48749a(0xd8),a103_0x48749a(0x136),a103_0x48749a(0xfd),a103_0x48749a(0x117),'mockLocationApp','logcatFormat','logcatFilterSpecs',a103_0x48749a(0xdb)]);
|
|
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 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a104_0x4f4e(){var _0x1c83fe=['217aAIUic','https://hub-use-only.browserstack.com/wd/hub','208903IkqxeJ','1640364DmUgQo','864778CAYKbo','9933282aXqLMF','BROWSERSTACK_GRR_US_HUB_URL','19484GwASTB','1228911jcdSBJ','10HFOBaf','2152UUflwF'];a104_0x4f4e=function(){return _0x1c83fe;};return a104_0x4f4e();}function a104_0x1189(_0x11fb66,_0x20aef2){var _0x4f4e6f=a104_0x4f4e();return a104_0x1189=function(_0x118986,_0x3ce611){_0x118986=_0x118986-0xd2;var _0x2cf0b7=_0x4f4e6f[_0x118986];return _0x2cf0b7;},a104_0x1189(_0x11fb66,_0x20aef2);}var a104_0x26af93=a104_0x1189;(function(_0x503a08,_0x453a89){var _0x4174ea=a104_0x1189,_0x44f0f6=_0x503a08();while(!![]){try{var _0x8806b5=parseInt(_0x4174ea(0xd6))/0x1+parseInt(_0x4174ea(0xd8))/0x2+parseInt(_0x4174ea(0xdc))/0x3+-parseInt(_0x4174ea(0xdb))/0x4*(-parseInt(_0x4174ea(0xd2))/0x5)+parseInt(_0x4174ea(0xd7))/0x6+parseInt(_0x4174ea(0xd4))/0x7*(parseInt(_0x4174ea(0xd3))/0x8)+-parseInt(_0x4174ea(0xd9))/0x9;if(_0x8806b5===_0x453a89)break;else _0x44f0f6['push'](_0x44f0f6['shift']());}catch(_0x463020){_0x44f0f6['push'](_0x44f0f6['shift']());}}}(a104_0x4f4e,0x3a472),exports[a104_0x26af93(0xda)]=a104_0x26af93(0xd5));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a105_0x39dc(_0x3f8988,_0x24ae1b){var _0x581486=a105_0x5814();return a105_0x39dc=function(_0x5814c3,_0x39dcac){_0x5814c3=_0x5814c3-0x174;var _0x3e2215=_0x581486[_0x5814c3];return _0x3e2215;},a105_0x39dc(_0x3f8988,_0x24ae1b);}function a105_0x5814(){var _0x207e51=['2329016KelgCi','4098933GuwLlH','KCNvQ','a11y_scanner','jiBnZ','central_scanner_log','1804533SyieBg','setCentralScannerData','10RZjlyk','env','78972vcEHni','80pUKfTo','308120iMrPii','8GPZSKT','6882513IoZlza','A11Y_SCAN_RESULT','224WyHxqr','parse','734450QgSPIS','BROWSERSTACK_CENTRAL_SCANNER_JWT'];a105_0x5814=function(){return _0x207e51;};return a105_0x5814();}var a105_0x17216f=a105_0x39dc;(function(_0x3981ce,_0x355a84){var _0x3f23b9=a105_0x39dc,_0x3ae544=_0x3981ce();while(!![]){try{var _0x3a446f=parseInt(_0x3f23b9(0x181))/0x1+parseInt(_0x3f23b9(0x183))/0x2+parseInt(_0x3f23b9(0x175))/0x3+parseInt(_0x3f23b9(0x17b))/0x4*(-parseInt(_0x3f23b9(0x17a))/0x5)+parseInt(_0x3f23b9(0x179))/0x6*(-parseInt(_0x3f23b9(0x17f))/0x7)+-parseInt(_0x3f23b9(0x17c))/0x8*(-parseInt(_0x3f23b9(0x184))/0x9)+parseInt(_0x3f23b9(0x177))/0xa*(-parseInt(_0x3f23b9(0x17d))/0xb);if(_0x3a446f===_0x355a84)break;else _0x3ae544['push'](_0x3ae544['shift']());}catch(_0xe22a15){_0x3ae544['push'](_0x3ae544['shift']());}}}(a105_0x5814,0xa52cf),exports[a105_0x17216f(0x176)]=(_0x5ae1ea,_0x495be3,_0xf77433)=>{var _0x56de2c=a105_0x17216f,_0x102a9b={'KCNvQ':function(_0x46df16,_0x566082){return _0x46df16(_0x566082);},'jiBnZ':function(_0x3c61e6,_0x460375){return _0x3c61e6||_0x460375;}};_0x5ae1ea[_0x56de2c(0x174)]={'http_code':_0x102a9b[_0x56de2c(0x185)](String,_0x495be3)||null,'redirect_url':_0x102a9b[_0x56de2c(0x187)](_0xf77433,null),'token':process[_0x56de2c(0x178)][_0x56de2c(0x182)]||null},process[_0x56de2c(0x178)][_0x56de2c(0x17e)]&&(_0x5ae1ea[_0x56de2c(0x174)][_0x56de2c(0x186)]=JSON[_0x56de2c(0x180)](process[_0x56de2c(0x178)][_0x56de2c(0x17e)])||null);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a106_0x34f0(){const _0x25776f=['2224RzEigP','4647594HRmdJh','1897596THjjHJ','3292137VMkYtU','4dUnKXO','5185503DVwemA','2490265crBFpk','11fLnnzq','createClassLogger','483883KKbtmC','warn','6dWeIkG','13QQcgVn','error','2HioTrL','exports','10EjYPYw','11942gzIfAs','info','winstonLogger'];a106_0x34f0=function(){return _0x25776f;};return a106_0x34f0();}const a106_0x2e1750=a106_0x5de5;(function(_0x25071b,_0x12483c){const _0x15161f=a106_0x5de5,_0x2f708d=_0x25071b();while(!![]){try{const _0x11c2b1=-parseInt(_0x15161f(0x15f))/0x1*(parseInt(_0x15161f(0x164))/0x2)+-parseInt(_0x15161f(0x16d))/0x3*(-parseInt(_0x15161f(0x16e))/0x4)+-parseInt(_0x15161f(0x170))/0x5*(-parseInt(_0x15161f(0x161))/0x6)+-parseInt(_0x15161f(0x167))/0x7*(parseInt(_0x15161f(0x16a))/0x8)+-parseInt(_0x15161f(0x16f))/0x9*(parseInt(_0x15161f(0x166))/0xa)+parseInt(_0x15161f(0x15d))/0xb*(parseInt(_0x15161f(0x16c))/0xc)+-parseInt(_0x15161f(0x162))/0xd*(-parseInt(_0x15161f(0x16b))/0xe);if(_0x11c2b1===_0x12483c)break;else _0x2f708d['push'](_0x2f708d['shift']());}catch(_0x3028ca){_0x2f708d['push'](_0x2f708d['shift']());}}}(a106_0x34f0,0x86932));function a106_0x5de5(_0x22ac7e,_0x5727b3){const _0x34f089=a106_0x34f0();return a106_0x5de5=function(_0x5de5b9,_0x2412f5){_0x5de5b9=_0x5de5b9-0x15d;let _0x2b9f89=_0x34f089[_0x5de5b9];return _0x2b9f89;},a106_0x5de5(_0x22ac7e,_0x5727b3);}const logger=require('./logger.js')[a106_0x2e1750(0x169)];function createClassLogger(_0x31d4a9){const _0x7a0e0=a106_0x2e1750;return{'info':(_0x5a080a,..._0x4cfd6b)=>logger[_0x7a0e0(0x168)]('['+_0x31d4a9+']\x20'+_0x5a080a,..._0x4cfd6b),'debug':(_0x29a53b,..._0x49e9f9)=>logger['debug']('['+_0x31d4a9+']\x20'+_0x29a53b,..._0x49e9f9),'warn':(_0x578e1f,..._0x223680)=>logger[_0x7a0e0(0x160)]('['+_0x31d4a9+']\x20'+_0x578e1f,..._0x223680),'error':(_0x3f6c86,..._0x181cb2)=>logger[_0x7a0e0(0x163)]('['+_0x31d4a9+']\x20'+_0x3f6c86,..._0x181cb2),'verbose':(_0x442be8,..._0x2d4768)=>logger['verbose']('['+_0x31d4a9+']\x20'+_0x442be8,..._0x2d4768)};}const a106_0x5cd4ba={};a106_0x5cd4ba[a106_0x2e1750(0x15e)]=createClassLogger,module[a106_0x2e1750(0x165)]=a106_0x5cd4ba;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a107_0x4914b4=a107_0x4cfc;(function(_0x138216,_0x27e9c9){var _0x51c666=a107_0x4cfc,_0x5d4301=_0x138216();while(!![]){try{var _0x22bb85=parseInt(_0x51c666(0x1a2))/0x1*(-parseInt(_0x51c666(0x1a3))/0x2)+parseInt(_0x51c666(0x19f))/0x3+-parseInt(_0x51c666(0x1a6))/0x4*(parseInt(_0x51c666(0x1a4))/0x5)+parseInt(_0x51c666(0x1ab))/0x6+-parseInt(_0x51c666(0x1ac))/0x7*(parseInt(_0x51c666(0x1a5))/0x8)+parseInt(_0x51c666(0x1a7))/0x9*(parseInt(_0x51c666(0x1a8))/0xa)+-parseInt(_0x51c666(0x1a1))/0xb;if(_0x22bb85===_0x27e9c9)break;else _0x5d4301['push'](_0x5d4301['shift']());}catch(_0x8ac3b7){_0x5d4301['push'](_0x5d4301['shift']());}}}(a107_0x2caf,0x4b0bb));class Global{static [a107_0x4914b4(0x1a9)];constructor(){var _0x1be620=a107_0x4914b4;if(Global['__instance'])return Global[_0x1be620(0x1a9)];this[_0x1be620(0x1a0)]=global,Global[_0x1be620(0x1a9)]=this;}[a107_0x4914b4(0x1ae)](_0x4f4bd3,_0x393b93){this['browserStackGlobals'][_0x4f4bd3]=_0x393b93;}[a107_0x4914b4(0x1ad)](_0x281f8a){var _0x4674d6=a107_0x4914b4;return this[_0x4674d6(0x1a0)][_0x281f8a];}}function a107_0x4cfc(_0x5daff4,_0x2d66df){var _0x2cafca=a107_0x2caf();return a107_0x4cfc=function(_0x4cfc1c,_0x3caf13){_0x4cfc1c=_0x4cfc1c-0x19f;var _0x40dcb9=_0x2cafca[_0x4cfc1c];return _0x40dcb9;},a107_0x4cfc(_0x5daff4,_0x2d66df);}module[a107_0x4914b4(0x1aa)]=new Global();function a107_0x2caf(){var _0x540bef=['20fideki','104QbVztZ','260740vbLHuv','99KvURgJ','21940GwOrTG','__instance','exports','3462930GbJZGP','39851wcAxlN','getGlobal','setGlobal','707868qkEBve','browserStackGlobals','1235575ExDtLj','2587xnSLKT','64mfFAdX'];a107_0x2caf=function(){return _0x540bef;};return a107_0x2caf();}
|