browserstack-node-sdk 1.42.7 → 1.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/cucumber-sessionDetails.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/playwright-patcher.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_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/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/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/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/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/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 -0
- 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
|
-
function
|
|
1
|
+
function a93_0xb09c(_0x18a610,_0x18eb0c){const _0x4eab6c=a93_0x4eab();return a93_0xb09c=function(_0xb09c36,_0x16cb4c){_0xb09c36=_0xb09c36-0x156;let _0x1a72de=_0x4eab6c[_0xb09c36];return _0x1a72de;},a93_0xb09c(_0x18a610,_0x18eb0c);}const a93_0x4c6d13=a93_0xb09c;function a93_0x4eab(){const _0x293867=['getTurboScaleOptions','49890tHYfBA','4424870YBXbaE','toString','gridName','5481760dJgyoR','27pYbPHu','getTurboScaleCaps','split','TURBOSCALE_OPTIONS','sxmXH','medium','buildPriority','1667650WiHeej','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleGridName','90rtmmAo','oeCyn','turboScaleOptions','../../bin/utils/constants','EqgKu','561606njMWAs','7rnZHmN','BROWSERSTACK_TURBOSCALE_GRID_NAME','isArray','buildTags','true','env','turboScale','isTurboScaleSession','153872wmjARH','BROWSERSTACK_BUILD_TAGS','2974736UCmRZu','options','toLowerCase'];a93_0x4eab=function(){return _0x293867;};return a93_0x4eab();}(function(_0x409a61,_0x81c5b0){const _0x1a869c=a93_0xb09c,_0x3ad5ea=_0x409a61();while(!![]){try{const _0x3b1455=parseInt(_0x1a869c(0x15d))/0x1+-parseInt(_0x1a869c(0x172))/0x2*(parseInt(_0x1a869c(0x163))/0x3)+-parseInt(_0x1a869c(0x15f))/0x4+parseInt(_0x1a869c(0x164))/0x5+parseInt(_0x1a869c(0x177))/0x6*(-parseInt(_0x1a869c(0x178))/0x7)+parseInt(_0x1a869c(0x167))/0x8+-parseInt(_0x1a869c(0x168))/0x9*(-parseInt(_0x1a869c(0x16f))/0xa);if(_0x3b1455===_0x81c5b0)break;else _0x3ad5ea['push'](_0x3ad5ea['shift']());}catch(_0x1fecfa){_0x3ad5ea['push'](_0x3ad5ea['shift']());}}}(a93_0x4eab,0x9bf06));const constants=require(a93_0x4c6d13(0x175));exports[a93_0x4c6d13(0x162)]=()=>{const _0x29615a=a93_0x4c6d13;if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants[_0x29615a(0x16b)][_0x29615a(0x160)];},exports[a93_0x4c6d13(0x171)]=_0x526d26=>{const _0x190ae8=a93_0x4c6d13,_0x1ce77a={};_0x1ce77a[_0x190ae8(0x16c)]='NO_GRID_NAME_PASSED';const _0x3e5668=_0x1ce77a;if(_0x526d26['turboScaleOptions']&&_0x526d26[_0x190ae8(0x174)]['gridName'])return _0x526d26[_0x190ae8(0x174)][_0x190ae8(0x166)];if(process[_0x190ae8(0x15a)][_0x190ae8(0x156)])return process[_0x190ae8(0x15a)][_0x190ae8(0x156)];return _0x3e5668['sxmXH'];},exports[a93_0x4c6d13(0x15c)]=_0x48e781=>{const _0x1970d5=a93_0x4c6d13,_0x39018c={};_0x39018c[_0x1970d5(0x173)]=function(_0x9e6822,_0x3735ae){return _0x9e6822===_0x3735ae;},_0x39018c[_0x1970d5(0x176)]=_0x1970d5(0x159);const _0x5a1e84=_0x39018c;return _0x48e781&&_0x48e781[_0x1970d5(0x15b)]&&_0x5a1e84[_0x1970d5(0x173)](_0x48e781[_0x1970d5(0x15b)][_0x1970d5(0x165)]()[_0x1970d5(0x161)](),_0x5a1e84['EqgKu']);},exports[a93_0x4c6d13(0x169)]=(_0x241bca,_0x70045d,_0x5dd2ea)=>{const _0x1cfabc=a93_0x4c6d13,_0x55627f={};_0x55627f['SIeva']=_0x1cfabc(0x16d);const _0x52e0a4=_0x55627f,_0x3a5780={};_0x3a5780[_0x1cfabc(0x16e)]=_0x52e0a4['SIeva'];_0x241bca[_0x1cfabc(0x158)]&&(_0x3a5780[_0x1cfabc(0x158)]=Array[_0x1cfabc(0x157)](_0x241bca[_0x1cfabc(0x158)])?_0x241bca[_0x1cfabc(0x158)]:_0x241bca['buildTags'][_0x1cfabc(0x16a)](','));if(process[_0x1cfabc(0x15a)]['BROWSERSTACK_BUILD_TAGS'])try{_0x3a5780['buildTags']=process[_0x1cfabc(0x15a)][_0x1cfabc(0x15e)][_0x1cfabc(0x16a)](',');}catch{_0x3a5780[_0x1cfabc(0x158)]=process[_0x1cfabc(0x15a)][_0x1cfabc(0x15e)];}return _0x241bca[_0x1cfabc(0x16e)]&&(_0x3a5780[_0x1cfabc(0x16e)]=_0x241bca[_0x1cfabc(0x16e)]),process[_0x1cfabc(0x15a)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x3a5780[_0x1cfabc(0x16e)]=process[_0x1cfabc(0x15a)][_0x1cfabc(0x170)]),_0x3a5780;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a93_0x5a506e=a93_0x3d04;function a93_0x3d04(_0xddeb6d,_0x2b67f5){var _0xcb2006=a93_0xcb20();return a93_0x3d04=function(_0x3d04bf,_0xc64d2d){_0x3d04bf=_0x3d04bf-0xd7;var _0x2c3c2d=_0xcb2006[_0x3d04bf];return _0x2c3c2d;},a93_0x3d04(_0xddeb6d,_0x2b67f5);}(function(_0x1e6910,_0x4c83b4){var _0x52bf69=a93_0x3d04,_0x27dddc=_0x1e6910();while(!![]){try{var _0x26a60f=parseInt(_0x52bf69(0x178))/0x1*(-parseInt(_0x52bf69(0x17a))/0x2)+-parseInt(_0x52bf69(0x18f))/0x3*(-parseInt(_0x52bf69(0x122))/0x4)+-parseInt(_0x52bf69(0x187))/0x5+parseInt(_0x52bf69(0x11e))/0x6*(-parseInt(_0x52bf69(0x14f))/0x7)+-parseInt(_0x52bf69(0x128))/0x8+-parseInt(_0x52bf69(0x10c))/0x9+parseInt(_0x52bf69(0x147))/0xa;if(_0x26a60f===_0x4c83b4)break;else _0x27dddc['push'](_0x27dddc['shift']());}catch(_0x31e0da){_0x27dddc['push'](_0x27dddc['shift']());}}}(a93_0xcb20,0xec28e),exports['CLICapsMapping']=()=>{var _0x1b240f=a93_0x3d04,_0x492a32={};_0x492a32[_0x1b240f(0x149)]='browserstack.user_name',_0x492a32[_0x1b240f(0x148)]=_0x1b240f(0x19d),_0x492a32[_0x1b240f(0xde)]='browserstack.access_key',_0x492a32[_0x1b240f(0xfb)]=_0x1b240f(0x150),_0x492a32[_0x1b240f(0x14e)]=_0x1b240f(0xdf),_0x492a32[_0x1b240f(0x172)]=_0x1b240f(0x18b),_0x492a32[_0x1b240f(0x19a)]='browserstack.buildIdentifier',_0x492a32[_0x1b240f(0x184)]=_0x1b240f(0x111),_0x492a32[_0x1b240f(0xea)]='browserstack.parallelsPerPlatform',_0x492a32[_0x1b240f(0x179)]=_0x1b240f(0x110),_0x492a32[_0x1b240f(0xf9)]=_0x1b240f(0x175),_0x492a32[_0x1b240f(0x142)]=_0x1b240f(0xf5),_0x492a32[_0x1b240f(0x1aa)]=_0x1b240f(0x141),_0x492a32[_0x1b240f(0x1a7)]='browserstack.logLevel',_0x492a32[_0x1b240f(0xe7)]=_0x1b240f(0x106),_0x492a32[_0x1b240f(0x11c)]=_0x1b240f(0x127),_0x492a32[_0x1b240f(0x126)]=_0x1b240f(0x10e),_0x492a32[_0x1b240f(0x151)]=_0x1b240f(0x195),_0x492a32[_0x1b240f(0x180)]='browserstack.testOrchestration.retryTestsOnFailure',_0x492a32['SgIHB']=_0x1b240f(0xf8),_0x492a32[_0x1b240f(0x144)]=_0x1b240f(0x169),_0x492a32[_0x1b240f(0xfa)]=_0x1b240f(0x17b),_0x492a32[_0x1b240f(0x18a)]=_0x1b240f(0x10b);var _0x3db5c0=_0x492a32,_0x357d9f={};return _0x357d9f[_0x1b240f(0x108)]=[_0x3db5c0[_0x1b240f(0x149)],_0x3db5c0['OPtNG']],_0x357d9f['accessKey']=[_0x3db5c0[_0x1b240f(0xde)],_0x3db5c0['tRtgu']],_0x357d9f[_0x1b240f(0x134)]=[_0x3db5c0[_0x1b240f(0x14e)]],_0x357d9f[_0x1b240f(0x12e)]=[_0x3db5c0['OGmUN']],_0x357d9f[_0x1b240f(0xe9)]=[_0x3db5c0[_0x1b240f(0x19a)]],_0x357d9f[_0x1b240f(0x176)]=[_0x3db5c0[_0x1b240f(0x184)],_0x3db5c0[_0x1b240f(0xea)]],_0x357d9f[_0x1b240f(0x1a9)]=[_0x3db5c0[_0x1b240f(0x179)]],_0x357d9f[_0x1b240f(0x188)]=[_0x3db5c0[_0x1b240f(0xf9)]],_0x357d9f['rerunTests']=[_0x3db5c0[_0x1b240f(0x142)]],_0x357d9f['app']=[_0x3db5c0[_0x1b240f(0x1aa)]],_0x357d9f[_0x1b240f(0x196)]=[_0x3db5c0[_0x1b240f(0x1a7)]],_0x357d9f['automation']=[_0x3db5c0[_0x1b240f(0xe7)]],_0x357d9f[_0x1b240f(0x118)]=[_0x3db5c0[_0x1b240f(0x11c)]],_0x357d9f[_0x1b240f(0x195)]=[_0x3db5c0[_0x1b240f(0x126)],_0x3db5c0['llnjI']],_0x357d9f[_0x1b240f(0x130)]=[_0x3db5c0[_0x1b240f(0x180)]],_0x357d9f[_0x1b240f(0xe6)]=[_0x3db5c0[_0x1b240f(0x15b)]],_0x357d9f[_0x1b240f(0xf3)]=[_0x3db5c0[_0x1b240f(0x144)]],_0x357d9f[_0x1b240f(0xef)]=[_0x3db5c0['JNCIe']],_0x357d9f[_0x1b240f(0x191)]=[_0x3db5c0[_0x1b240f(0x18a)]],_0x357d9f;},exports[a93_0x5a506e(0x162)]=()=>{var _0x10e8e9=a93_0x5a506e,_0x342f7c={};_0x342f7c[_0x10e8e9(0x103)]=_0x10e8e9(0xe8),_0x342f7c[_0x10e8e9(0x15d)]=_0x10e8e9(0x198),_0x342f7c[_0x10e8e9(0x109)]=_0x10e8e9(0x192),_0x342f7c['ykWOG']=_0x10e8e9(0x157),_0x342f7c['VcHEX']='BROWSERSTACK_PROJECT_NAME',_0x342f7c['QvFGj']=_0x10e8e9(0x1a3),_0x342f7c[_0x10e8e9(0x10a)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x342f7c['GNtSc']=_0x10e8e9(0x115),_0x342f7c[_0x10e8e9(0x13a)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x342f7c[_0x10e8e9(0x159)]='BROWSERSTACK_RERUN_TESTS',_0x342f7c[_0x10e8e9(0x107)]=_0x10e8e9(0x120),_0x342f7c[_0x10e8e9(0x114)]=_0x10e8e9(0x1a2),_0x342f7c[_0x10e8e9(0x167)]=_0x10e8e9(0x138),_0x342f7c['KOWIs']=_0x10e8e9(0x155),_0x342f7c[_0x10e8e9(0x166)]=_0x10e8e9(0xf2),_0x342f7c['tNYKY']='BROWSERSTACK_LOG_DIR';var _0x440f23=_0x342f7c,_0x20dba7={};return _0x20dba7['userName']=[_0x440f23[_0x10e8e9(0x103)],_0x440f23[_0x10e8e9(0x15d)]],_0x20dba7[_0x10e8e9(0xfe)]=[_0x440f23['YEOxS']],_0x20dba7[_0x10e8e9(0x134)]=[_0x440f23['ykWOG']],_0x20dba7[_0x10e8e9(0x12e)]=[_0x440f23[_0x10e8e9(0xeb)]],_0x20dba7['buildIdentifier']=[_0x440f23[_0x10e8e9(0x139)]],_0x20dba7['parallelsPerPlatform']=[_0x440f23[_0x10e8e9(0x10a)]],_0x20dba7[_0x10e8e9(0x1a9)]=[_0x440f23[_0x10e8e9(0xf4)]],_0x20dba7[_0x10e8e9(0x188)]=[_0x440f23['ggVlC']],_0x20dba7[_0x10e8e9(0x15f)]=[_0x440f23[_0x10e8e9(0x159)]],_0x20dba7[_0x10e8e9(0x1a8)]=[_0x440f23['IDZEz'],_0x440f23[_0x10e8e9(0x114)]],_0x20dba7['logLevel']=[_0x440f23[_0x10e8e9(0x167)],_0x440f23[_0x10e8e9(0x189)]],_0x20dba7[_0x10e8e9(0x116)]=[_0x440f23[_0x10e8e9(0x166)]],_0x20dba7[_0x10e8e9(0x118)]=[_0x440f23['tNYKY']],_0x20dba7;},exports[a93_0x5a506e(0x131)]=()=>[a93_0x5a506e(0xda),a93_0x5a506e(0x16a),a93_0x5a506e(0xdc),a93_0x5a506e(0xe0),a93_0x5a506e(0x1a8),a93_0x5a506e(0x140),a93_0x5a506e(0x16c),a93_0x5a506e(0x1a1),'orientation',a93_0x5a506e(0x10d),a93_0x5a506e(0x11d),'fullReset','clearSystemFiles',a93_0x5a506e(0xfd),a93_0x5a506e(0x170),a93_0x5a506e(0x16e),'printPageSourceOnFindFailure',a93_0x5a506e(0x14d),a93_0x5a506e(0xf1),a93_0x5a506e(0x14c),a93_0x5a506e(0xe3),a93_0x5a506e(0xe4),a93_0x5a506e(0xf0),a93_0x5a506e(0x112),a93_0x5a506e(0x16d),a93_0x5a506e(0x136),a93_0x5a506e(0x13c),a93_0x5a506e(0x11b),a93_0x5a506e(0x129),'androidInstallTimeout',a93_0x5a506e(0x12d),a93_0x5a506e(0xfc),a93_0x5a506e(0x164),a93_0x5a506e(0x18d),a93_0x5a506e(0x12f),a93_0x5a506e(0xf6),a93_0x5a506e(0xd7),a93_0x5a506e(0x105),'keyAlias',a93_0x5a506e(0x1a0),a93_0x5a506e(0x171),a93_0x5a506e(0x173),'chromedriverExecutableDir',a93_0x5a506e(0x168),a93_0x5a506e(0x135),'chromedriverPort',a93_0x5a506e(0x152),'chromedriverDisableBuildCheck',a93_0x5a506e(0x132),a93_0x5a506e(0x16b),a93_0x5a506e(0x17c),a93_0x5a506e(0xff),a93_0x5a506e(0x15a),a93_0x5a506e(0x133),a93_0x5a506e(0x186),a93_0x5a506e(0x161),a93_0x5a506e(0x1a5),'ignoreUnimportantViews',a93_0x5a506e(0x13e),a93_0x5a506e(0xe2),a93_0x5a506e(0x146),a93_0x5a506e(0x177),'androidScreenshotPath','networkSpeed',a93_0x5a506e(0x15e),a93_0x5a506e(0x11a),a93_0x5a506e(0x19c),a93_0x5a506e(0x13f),'skipDeviceInitialization',a93_0x5a506e(0x16f),a93_0x5a506e(0x121),a93_0x5a506e(0x194),a93_0x5a506e(0x193),'skipUnlock',a93_0x5a506e(0x125),a93_0x5a506e(0x19e),a93_0x5a506e(0x137),a93_0x5a506e(0x119),'uninstallOtherPackages',a93_0x5a506e(0x117),a93_0x5a506e(0x174),a93_0x5a506e(0x102),a93_0x5a506e(0x185),'webviewDevtoolsPort',a93_0x5a506e(0x101),a93_0x5a506e(0x10f),a93_0x5a506e(0x160),a93_0x5a506e(0x183),a93_0x5a506e(0x12a),a93_0x5a506e(0x17d),a93_0x5a506e(0x13d),'autoAcceptAlerts',a93_0x5a506e(0x153),a93_0x5a506e(0xd8),a93_0x5a506e(0x124),'safariInitialUrl',a93_0x5a506e(0xed),a93_0x5a506e(0x104),a93_0x5a506e(0x190),a93_0x5a506e(0x181),a93_0x5a506e(0x182),a93_0x5a506e(0x1a4),a93_0x5a506e(0x197),'showIOSLog',a93_0x5a506e(0x11f),a93_0x5a506e(0xd9),'screenshotWaitTimeout',a93_0x5a506e(0x14b),a93_0x5a506e(0x17e),a93_0x5a506e(0xdd),a93_0x5a506e(0xe1),a93_0x5a506e(0x1a6),'waitForAppScript','webviewConnectRetries',a93_0x5a506e(0x145),a93_0x5a506e(0xee),a93_0x5a506e(0x163),a93_0x5a506e(0x18c),a93_0x5a506e(0x154),a93_0x5a506e(0x199),a93_0x5a506e(0x18e),a93_0x5a506e(0x17f),'keychainPassword',a93_0x5a506e(0x13b),a93_0x5a506e(0xe5),'webDriverAgentUrl',a93_0x5a506e(0x165),a93_0x5a506e(0x19f),'wdaLaunchTimeout',a93_0x5a506e(0x15c),a93_0x5a506e(0x143),a93_0x5a506e(0x19b),'updatedWDABundleId','resetOnSessionStartOnly',a93_0x5a506e(0x158),a93_0x5a506e(0x156),'wdaStartupRetryInterval',a93_0x5a506e(0xec),a93_0x5a506e(0x123),a93_0x5a506e(0x12b),'useCarthageSsl',a93_0x5a506e(0x12c),a93_0x5a506e(0xdb),a93_0x5a506e(0x113),'ignoreHiddenApiPolicyError',a93_0x5a506e(0xf7),'logcatFormat',a93_0x5a506e(0x14a),a93_0x5a506e(0x100)]);function a93_0xcb20(){var _0x12a6d9=['autoLaunch','BROWSERSTACK_OBSERVABILITY_DEBUG','QvFGj','ggVlC','usePrebuiltWDA','androidDeviceReadyTimeout','locationServicesAuthorized','disableAndroidWatchers','localeScript','udid','browserstack.app','MbbaE','xcodeOrgId','VwXbq','appName','recreateChromeDriverSessions','65839090vUJUgK','OPtNG','KjMQN','logcatFilterSpecs','remoteDebugProxy','appWaitActivity','appActivity','ojlaa','178633jaoPtc','browserstack.accessKey','llnjI','chromedriverPorts','autoDismissAlerts','wdaLocalPort','BROWSERSTACK_TEST_REPORTING_DEBUG','wdaStartupRetries','BROWSERSTACK_BUILD_NAME','commandTimeouts','pjKsh','optionalIntentArguments','SgIHB','wdaConnectionTimeout','TRTVq','gpsEnabled','rerunTests','calendarFormat','resetKeyboard','EnvCapsMapping','tapWithShortPressDuration','avdLaunchTimeout','keychainPath','EFjAI','Ffpes','chromedriverChromeMappingFile','browserstack.testOrchestration.runPreviouslyFailedFirst','platformVersion','intentAction','language','androidCoverage','otherApps','autoGrantPermissions','enablePerformanceLogging','chromedriverExecutable','OGmUN','chromedriverArgs','buildToolsVersion','browserstack.localIdentifier','parallelsPerPlatform','nativeWebScreenshot','3YKaCNj','ssUcL','923932oBpFKZ','browserstack.testOrchestration.rerunPreviouslyFailed','intentCategory','locationServicesEnabled','enableAsyncExecuteFromHttps','xcodeConfigFile','IRlHt','keepKeyChains','localizableStringsDir','bundleId','xlYDQ','ensureWebviewsHavePages','unicodeKeyboard','8858210uiTfjr','localIdentifier','KOWIs','QTibn','browserstack.projectName','scaleFactor','avdReadyTimeout','iosInstallPause','3640044ktnBEu','safariOpenLinksInBackground','skipFlakyandFailed','BROWSERSTACK_ACCESS_KEY','remoteAdbHost','systemPort','browserstackConfigFile','logLevel','interKeyDelay','BROWSERSTACK_USER_NAME','showXcodeLog','TlVCB','xcodeSigningId','adbExecTimeout','browserstack.userName','unlockKey','useNewWDA','keyPassword','locale','BROWSERSTACK_APP','BROWSERSTACK_BUILD_IDENTIFIER','processArguments','noSign','fullContextList','lBkHr','app','browserstackLocal','JrrJn','keystorePath','nativeInstrumentsLib','webkitResponseTimeout','automationName','startIWDP','deviceName','skipLogCapture','GxVSQ','browserstack.buildName','newCommandTimeout','webkitDebugProxyPort','chromeOptions','appWaitPackage','appWaitDuration','preventWDAAttachments','abortBuildOnFailure','OkkVg','BROWSERSTACK_USERNAME','buildIdentifier','Bdbdu','VcHEX','connectHardwareKeyboard','safariAllowPopups','customSSLCert','rerunPreviouslyFailed','deviceReadyTimeout','appPackage','BROWSERSTACK_AUTOMATION','runPreviouslyFailedFirst','GNtSc','browserstack.rerunTests','useKeystore','mockLocationApp','browserstack.testOrchestration.abortBuildOnFailure','RGrBj','JNCIe','tRtgu','avd','eventTimings','accessKey','intentFlags','allowDelayAdb','enableWebviewDetailsCollection','enforceAppInstall','wotwU','safariIgnoreFraudWarning','keystorePassword','browserstack.automation','IDZEz','userName','YEOxS','YHqhb','browserstack.testOrchestration.skipFlakyandFailed','12951801HftqKL','autoWebview','browserstack.config','remoteAppsCacheLimit','browserstack.local','browserstack.ppp','allowTestPackages','allowTouchIdEnroll','ORSsE','BROWSERSTACK_LOCAL','automation','disableWindowAnimation','logDir','skipLogcatCapture','isHeadless','adbPort','IeqFS','noReset','102qlDkIb','sendKeyStrategy','BROWSERSTACK_APP_ID','androidNaturalOrientation','4ZWHYmd','maxTypingFrequency','nativeWebTap','unlockType','QPkPu','browserstack.logDir','14395960VberbT','androidDeviceSocket','launchTimeout','simpleIsVisibleCheck','shouldUseSingletonTestManager','androidInstallPath','projectName','avdArgs','retryTestsOnFailure','AppiumCaps','autoWebviewTimeout','dontStopAppOnReset','buildName','chromedriverUseSystemExecutable','androidCoverageEndIntent'];a93_0xcb20=function(){return _0x12a6d9;};return a93_0xcb20();}
|
|
1
|
+
function a94_0x21a1(){var _0x409fb2=['wdaLocalPort','rtiIz','FAhAe','BROWSERSTACK_APP','BROWSERSTACK_USERNAME','browserstack.testOrchestration.retryTestsOnFailure','browserstack.accessKey','Fienr','MOJNq','mxCdL','browserstack.testOrchestration.rerunPreviouslyFailed','skipLogcatCapture','keystorePath','webviewConnectRetries','2706110BvMJCG','disableWindowAnimation','userName','launchTimeout','browserstack.app','stVkt','CLICapsMapping','useKeystore','QbkLt','wdaStartupRetries','432700hMifLM','noSign','browserstack.config','androidCoverageEndIntent','appWaitDuration','webDriverAgentUrl','dOhTR','164hnVbmb','BROWSERSTACK_APP_ID','buildIdentifier','BROWSERSTACK_RERUN_TESTS','enforceAppInstall','commandTimeouts','qoeqk','chromedriverArgs','EViAn','adbExecTimeout','rerunTests','interKeyDelay','browserstack.testOrchestration.abortBuildOnFailure','jqZoA','androidCoverage','FXBlX','remoteDebugProxy','projectName','skipDeviceInitialization','unicodeKeyboard','adbPort','unlockKey','keychainPassword','ensureWebviewsHavePages','3743136zjqHot','4965779oZQpcv','54GXwLQG','localIdentifier','tapWithShortPressDuration','ignoreUnimportantViews','rzspc','zhliJ','20958DYDqsl','keyPassword','Kspxz','keychainPath','platformVersion','chromedriverChromeMappingFile','chromeOptions','avd','vHLzx','BROWSERSTACK_BUILD_IDENTIFIER','uninstallOtherPackages','logLevel','androidInstallTimeout','avdLaunchTimeout','chromedriverDisableBuildCheck','browserstack.userName','localizableStringsDir','skipFlakyandFailed','gpsEnabled','browserstack.rerunTests','intentAction','browserstack.user_name','aWZIZ','disableAndroidWatchers','hycbs','appName','autoAcceptAlerts','otherApps','remoteAppsCacheLimit','systemPort','browserstackConfigFile','locationServicesAuthorized','BROWSERSTACK_PROJECT_NAME','automation','remoteAdbHost','abortBuildOnFailure','safariIgnoreFraudWarning','wdaStartupRetryInterval','maxTypingFrequency','safariOpenLinksInBackground','safariInitialUrl','EnvCapsMapping','RdBnL','sCHGy','nMhWN','noReset','buildToolsVersion','browserstackLocal','chromedriverPorts','autoDismissAlerts','locale','wdaLaunchTimeout','enableWebviewDetailsCollection','appWaitActivity','unlockType','browserstack.local','browserstack.localIdentifier','androidScreenshotPath','BROWSERSTACK_LOCAL','rerunPreviouslyFailed','kxOlt','clearSystemFiles','BROWSERSTACK_TEST_REPORTING_DEBUG','updatedWDABundleId','BROWSERSTACK_LOCAL_IDENTIFIER','deviceReadyTimeout','appWaitPackage','sendKeyStrategy','browserstack.buildName','iaqKq','preventWDAAttachments','allowTouchIdEnroll','keyAlias','logcatFormat','orientation','logcatFilterSpecs','BROWSERSTACK_AUTOMATION','1598070rVvIwU','parallelsPerPlatform','browserstack.testOrchestration.runPreviouslyFailedFirst','36EmxJft','allowDelayAdb','appActivity','retryTestsOnFailure','keystorePassword','resetOnSessionStartOnly','xgpzC','RXtfT','locationServicesEnabled','xcodeSigningId','resetKeyboard','networkSpeed','BROWSERSTACK_ACCESS_KEY','chromedriverExecutable','41358htEojP','androidDeviceSocket','CXtuv','BROWSERSTACK_USER_NAME','optionalIntentArguments','tAAhb','useCarthageSsl','wdaConnectionTimeout','buildName','zQFmu','browserstack.logDir','printPageSourceOnFindFailure','chromedriverPort','simpleIsVisibleCheck','Kszus','androidNaturalOrientation','nativeWebScreenshot','bbiwN','BROWSERSTACK_LOG_DIR','app','shouldUseSingletonTestManager','webviewDevtoolsPort','localeScript','VqYHb','browserstack.testOrchestration.skipFlakyandFailed','automationName','djwMb','kEjBj','nfxsm','dEKWU','eventTimings','allowTestPackages','skipLogCapture','fullReset','chromedriverUseSystemExecutable','runPreviouslyFailedFirst','browserstack.access_key','waitForAppScript','autoWebviewTimeout','xyRps','AFzVg','customSSLCert'];a94_0x21a1=function(){return _0x409fb2;};return a94_0x21a1();}function a94_0x5f3c(_0x4022c1,_0x413a1b){var _0x21a1e5=a94_0x21a1();return a94_0x5f3c=function(_0x5f3cfa,_0xd277a6){_0x5f3cfa=_0x5f3cfa-0xdc;var _0x5f1718=_0x21a1e5[_0x5f3cfa];return _0x5f1718;},a94_0x5f3c(_0x4022c1,_0x413a1b);}var a94_0x19668c=a94_0x5f3c;(function(_0x46668f,_0x56d33e){var _0x43d080=a94_0x5f3c,_0x6d5770=_0x46668f();while(!![]){try{var _0x206271=-parseInt(_0x43d080(0x101))/0x1*(parseInt(_0x43d080(0x151))/0x2)+parseInt(_0x43d080(0x15f))/0x3*(-parseInt(_0x43d080(0xe1))/0x4)+parseInt(_0x43d080(0x197))/0x5+parseInt(_0x43d080(0x14e))/0x6+parseInt(_0x43d080(0xfa))/0x7+-parseInt(_0x43d080(0xf9))/0x8+-parseInt(_0x43d080(0xfb))/0x9*(-parseInt(_0x43d080(0x1a1))/0xa);if(_0x206271===_0x56d33e)break;else _0x6d5770['push'](_0x6d5770['shift']());}catch(_0x1de5ca){_0x6d5770['push'](_0x6d5770['shift']());}}}(a94_0x21a1,0x5968e),exports[a94_0x19668c(0x19d)]=()=>{var _0x44c008=a94_0x19668c,_0x3b3301={};_0x3b3301['rtiIz']=_0x44c008(0x116),_0x3b3301['RdBnL']=_0x44c008(0x110),_0x3b3301[_0x44c008(0x168)]=_0x44c008(0x183),_0x3b3301[_0x44c008(0x119)]=_0x44c008(0x18f),_0x3b3301[_0x44c008(0x117)]=_0x44c008(0x145),_0x3b3301[_0x44c008(0x16d)]='browserstack.projectName',_0x3b3301[_0x44c008(0x19c)]='browserstack.buildIdentifier',_0x3b3301[_0x44c008(0xe0)]='browserstack.ppp',_0x3b3301['AFzVg']='browserstack.parallelsPerPlatform',_0x3b3301[_0x44c008(0x170)]=_0x44c008(0x138),_0x3b3301[_0x44c008(0xff)]=_0x44c008(0x139),_0x3b3301[_0x44c008(0x186)]=_0x44c008(0x114),_0x3b3301[_0x44c008(0x18b)]=_0x44c008(0x19b),_0x3b3301[_0x44c008(0xee)]='browserstack.logLevel',_0x3b3301['dabEA']='browserstack.automation',_0x3b3301[_0x44c008(0x161)]=_0x44c008(0x169),_0x3b3301[_0x44c008(0x100)]=_0x44c008(0xdc),_0x3b3301[_0x44c008(0x19f)]=_0x44c008(0x11f),_0x3b3301[_0x44c008(0x12d)]=_0x44c008(0x18e),_0x3b3301[_0x44c008(0xe9)]=_0x44c008(0xed),_0x3b3301[_0x44c008(0x12c)]=_0x44c008(0x150),_0x3b3301[_0x44c008(0x157)]=_0x44c008(0x193),_0x3b3301[_0x44c008(0x17a)]=_0x44c008(0x177);var _0x57c726=_0x3b3301,_0x558e41={};return _0x558e41[_0x44c008(0x199)]=[_0x57c726[_0x44c008(0x18a)],_0x57c726[_0x44c008(0x12b)]],_0x558e41['accessKey']=[_0x57c726[_0x44c008(0x168)],_0x57c726[_0x44c008(0x119)]],_0x558e41[_0x44c008(0x167)]=[_0x57c726['aWZIZ']],_0x558e41['projectName']=[_0x57c726[_0x44c008(0x16d)]],_0x558e41['buildIdentifier']=[_0x57c726['stVkt']],_0x558e41[_0x44c008(0x14f)]=[_0x57c726['dOhTR'],_0x57c726[_0x44c008(0x187)]],_0x558e41[_0x44c008(0x130)]=[_0x57c726['bbiwN']],_0x558e41[_0x44c008(0xfc)]=[_0x57c726['rzspc']],_0x558e41[_0x44c008(0xeb)]=[_0x57c726[_0x44c008(0x186)]],_0x558e41[_0x44c008(0x172)]=[_0x57c726['FAhAe']],_0x558e41[_0x44c008(0x10c)]=[_0x57c726[_0x44c008(0xee)]],_0x558e41[_0x44c008(0x122)]=[_0x57c726['dabEA']],_0x558e41['logDir']=[_0x57c726['CXtuv']],_0x558e41[_0x44c008(0x11f)]=[_0x57c726[_0x44c008(0x100)],_0x57c726[_0x44c008(0x19f)]],_0x558e41[_0x44c008(0x154)]=[_0x57c726[_0x44c008(0x12d)]],_0x558e41[_0x44c008(0x124)]=[_0x57c726[_0x44c008(0xe9)]],_0x558e41[_0x44c008(0x182)]=[_0x57c726[_0x44c008(0x12c)]],_0x558e41[_0x44c008(0x13c)]=[_0x57c726[_0x44c008(0x157)]],_0x558e41[_0x44c008(0x112)]=[_0x57c726['kEjBj']],_0x558e41;},exports[a94_0x19668c(0x12a)]=()=>{var _0x50afa1=a94_0x19668c,_0xf32e79={};_0xf32e79['kxOlt']=_0x50afa1(0x18d),_0xf32e79[_0x50afa1(0x17c)]=_0x50afa1(0x162),_0xf32e79[_0x50afa1(0x176)]=_0x50afa1(0x15d),_0xf32e79[_0x50afa1(0x191)]='BROWSERSTACK_BUILD_NAME',_0xf32e79[_0x50afa1(0x190)]=_0x50afa1(0x121),_0xf32e79[_0x50afa1(0xe7)]=_0x50afa1(0x10a),_0xf32e79[_0x50afa1(0x109)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0xf32e79['tbmaI']=_0x50afa1(0x13b),_0xf32e79[_0x50afa1(0x146)]=_0x50afa1(0x141),_0xf32e79[_0x50afa1(0x179)]=_0x50afa1(0xe4),_0xf32e79['RXtfT']=_0x50afa1(0xe2),_0xf32e79[_0x50afa1(0x17b)]=_0x50afa1(0x18c),_0xf32e79[_0x50afa1(0xf0)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xf32e79[_0x50afa1(0x103)]=_0x50afa1(0x13f),_0xf32e79[_0x50afa1(0x164)]=_0x50afa1(0x14d),_0xf32e79[_0x50afa1(0x192)]=_0x50afa1(0x171);var _0x4b3687=_0xf32e79,_0x1d8b8c={};return _0x1d8b8c[_0x50afa1(0x199)]=[_0x4b3687[_0x50afa1(0x13d)],_0x4b3687[_0x50afa1(0x17c)]],_0x1d8b8c['accessKey']=[_0x4b3687[_0x50afa1(0x176)]],_0x1d8b8c[_0x50afa1(0x167)]=[_0x4b3687[_0x50afa1(0x191)]],_0x1d8b8c[_0x50afa1(0xf2)]=[_0x4b3687[_0x50afa1(0x190)]],_0x1d8b8c[_0x50afa1(0xe3)]=[_0x4b3687[_0x50afa1(0xe7)]],_0x1d8b8c[_0x50afa1(0x14f)]=[_0x4b3687[_0x50afa1(0x109)]],_0x1d8b8c[_0x50afa1(0x130)]=[_0x4b3687['tbmaI']],_0x1d8b8c[_0x50afa1(0xfc)]=[_0x4b3687[_0x50afa1(0x146)]],_0x1d8b8c[_0x50afa1(0xeb)]=[_0x4b3687[_0x50afa1(0x179)]],_0x1d8b8c['app']=[_0x4b3687[_0x50afa1(0x158)],_0x4b3687[_0x50afa1(0x17b)]],_0x1d8b8c['logLevel']=[_0x4b3687['FXBlX'],_0x4b3687[_0x50afa1(0x103)]],_0x1d8b8c[_0x50afa1(0x122)]=[_0x4b3687[_0x50afa1(0x164)]],_0x1d8b8c['logDir']=[_0x4b3687[_0x50afa1(0x192)]],_0x1d8b8c;},exports['AppiumCaps']=()=>[a94_0x19668c(0x178),a94_0x19668c(0x105),'deviceName','newCommandTimeout',a94_0x19668c(0x172),'udid','language',a94_0x19668c(0x133),a94_0x19668c(0x14b),'autoWebview',a94_0x19668c(0x12e),a94_0x19668c(0x180),a94_0x19668c(0x13e),a94_0x19668c(0x17d),'enablePerformanceLogging',a94_0x19668c(0x11c),a94_0x19668c(0x16a),a94_0x19668c(0x153),'appPackage',a94_0x19668c(0x136),a94_0x19668c(0x143),a94_0x19668c(0xde),a94_0x19668c(0x142),a94_0x19668c(0x17e),a94_0x19668c(0xef),a94_0x19668c(0xdd),'androidDeviceReadyTimeout',a94_0x19668c(0xf5),a94_0x19668c(0x160),a94_0x19668c(0x10d),'androidInstallPath',a94_0x19668c(0x108),a94_0x19668c(0x10e),'avdReadyTimeout','avdArgs',a94_0x19668c(0x19e),a94_0x19668c(0x195),a94_0x19668c(0x155),a94_0x19668c(0x149),a94_0x19668c(0x102),a94_0x19668c(0x15e),a94_0x19668c(0xe8),'chromedriverExecutableDir',a94_0x19668c(0x106),a94_0x19668c(0x181),a94_0x19668c(0x16b),a94_0x19668c(0x131),a94_0x19668c(0x10f),a94_0x19668c(0x185),a94_0x19668c(0x115),'intentCategory','intentFlags',a94_0x19668c(0x163),'dontStopAppOnReset',a94_0x19668c(0xf4),a94_0x19668c(0x15b),a94_0x19668c(0x1a2),a94_0x19668c(0xfe),a94_0x19668c(0x118),a94_0x19668c(0x107),'recreateChromeDriverSessions',a94_0x19668c(0x16f),a94_0x19668c(0x13a),a94_0x19668c(0x15c),a94_0x19668c(0x113),'isHeadless',a94_0x19668c(0xea),a94_0x19668c(0x175),a94_0x19668c(0xf3),'autoGrantPermissions',a94_0x19668c(0x16e),a94_0x19668c(0x11e),a94_0x19668c(0x123),'skipUnlock',a94_0x19668c(0x137),a94_0x19668c(0xf6),'autoLaunch',a94_0x19668c(0x194),a94_0x19668c(0x10b),a94_0x19668c(0x198),a94_0x19668c(0x12f),a94_0x19668c(0xe5),a94_0x19668c(0xf8),a94_0x19668c(0x174),a94_0x19668c(0x135),a94_0x19668c(0x11d),'calendarFormat','bundleId',a94_0x19668c(0x19a),a94_0x19668c(0x159),a94_0x19668c(0x120),a94_0x19668c(0x11b),a94_0x19668c(0x132),'nativeInstrumentsLib','nativeWebTap',a94_0x19668c(0x129),'safariAllowPopups',a94_0x19668c(0x125),a94_0x19668c(0x128),'keepKeyChains',a94_0x19668c(0x111),'processArguments',a94_0x19668c(0xec),'showIOSLog',a94_0x19668c(0x144),'webkitResponseTimeout','screenshotWaitTimeout',a94_0x19668c(0xf1),'enableAsyncExecuteFromHttps',a94_0x19668c(0x17f),'webkitDebugProxyPort','fullContextList',a94_0x19668c(0x184),a94_0x19668c(0x196),a94_0x19668c(0x11a),a94_0x19668c(0x188),a94_0x19668c(0xfd),'scaleFactor',a94_0x19668c(0x189),'showXcodeLog','iosInstallPause','xcodeConfigFile',a94_0x19668c(0xf7),'usePrebuiltWDA',a94_0x19668c(0x147),a94_0x19668c(0xdf),a94_0x19668c(0x104),'useNewWDA',a94_0x19668c(0x134),a94_0x19668c(0x166),'xcodeOrgId',a94_0x19668c(0x15a),a94_0x19668c(0x140),a94_0x19668c(0x156),a94_0x19668c(0xe6),a94_0x19668c(0x1a0),a94_0x19668c(0x126),'connectHardwareKeyboard',a94_0x19668c(0x127),a94_0x19668c(0x16c),a94_0x19668c(0x165),a94_0x19668c(0x173),'startIWDP',a94_0x19668c(0x148),'ignoreHiddenApiPolicyError','mockLocationApp',a94_0x19668c(0x14a),a94_0x19668c(0x14c),a94_0x19668c(0x152)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a95_0x876a19=a95_0x4751;function a95_0x4751(_0x448fed,_0x385bc5){var _0x790f8d=a95_0x790f();return a95_0x4751=function(_0x475137,_0x3a57d2){_0x475137=_0x475137-0x19e;var _0x132b27=_0x790f8d[_0x475137];return _0x132b27;},a95_0x4751(_0x448fed,_0x385bc5);}(function(_0x1e656c,_0x24bee8){var _0x1ca45f=a95_0x4751,_0x1bdf8c=_0x1e656c();while(!![]){try{var _0x313ca1=-parseInt(_0x1ca45f(0x1a6))/0x1+parseInt(_0x1ca45f(0x1a1))/0x2*(-parseInt(_0x1ca45f(0x1a8))/0x3)+parseInt(_0x1ca45f(0x1a4))/0x4+parseInt(_0x1ca45f(0x1a5))/0x5*(parseInt(_0x1ca45f(0x19e))/0x6)+-parseInt(_0x1ca45f(0x1a2))/0x7+parseInt(_0x1ca45f(0x1a9))/0x8*(-parseInt(_0x1ca45f(0x1a0))/0x9)+parseInt(_0x1ca45f(0x1a7))/0xa;if(_0x313ca1===_0x24bee8)break;else _0x1bdf8c['push'](_0x1bdf8c['shift']());}catch(_0x3e638c){_0x1bdf8c['push'](_0x1bdf8c['shift']());}}}(a95_0x790f,0xb1f8e),exports[a95_0x876a19(0x19f)]=a95_0x876a19(0x1a3));function a95_0x790f(){var _0x4836df=['5755799tbWCie','https://hub-use-only.browserstack.com/wd/hub','4408464jWIAWS','5921395hqrnxY','619305uNbBbL','12292360aATHlZ','3957zdobNG','60104XSHuhm','6GIScbC','BROWSERSTACK_GRR_US_HUB_URL','36OjnerL','1994fLviSw'];a95_0x790f=function(){return _0x4836df;};return a95_0x790f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a96_0x2f5e(_0x234679,_0x499f6e){var _0x1dfd02=a96_0x1dfd();return a96_0x2f5e=function(_0x2f5e0b,_0x2e9cf0){_0x2f5e0b=_0x2f5e0b-0xcc;var _0x4bdaff=_0x1dfd02[_0x2f5e0b];return _0x4bdaff;},a96_0x2f5e(_0x234679,_0x499f6e);}var a96_0x3e909d=a96_0x2f5e;(function(_0x4e51f0,_0x11f357){var _0x2e6b96=a96_0x2f5e,_0x382c5a=_0x4e51f0();while(!![]){try{var _0x41d4c3=parseInt(_0x2e6b96(0xd7))/0x1*(parseInt(_0x2e6b96(0xd6))/0x2)+-parseInt(_0x2e6b96(0xcf))/0x3*(parseInt(_0x2e6b96(0xd5))/0x4)+parseInt(_0x2e6b96(0xcc))/0x5*(-parseInt(_0x2e6b96(0xe0))/0x6)+-parseInt(_0x2e6b96(0xe1))/0x7+-parseInt(_0x2e6b96(0xd2))/0x8*(parseInt(_0x2e6b96(0xd3))/0x9)+-parseInt(_0x2e6b96(0xdf))/0xa*(-parseInt(_0x2e6b96(0xd0))/0xb)+-parseInt(_0x2e6b96(0xd9))/0xc*(-parseInt(_0x2e6b96(0xd8))/0xd);if(_0x41d4c3===_0x11f357)break;else _0x382c5a['push'](_0x382c5a['shift']());}catch(_0x8019f3){_0x382c5a['push'](_0x382c5a['shift']());}}}(a96_0x1dfd,0x89b77),exports[a96_0x3e909d(0xdd)]=(_0x6dd11f,_0x560a70,_0x19e968)=>{var _0x5ca94b=a96_0x3e909d,_0x2baec0={'cQRsQ':function(_0xef9c7,_0x5b6207){return _0xef9c7(_0x5b6207);},'FOaBQ':function(_0x1b5a8f,_0x1cb9db){return _0x1b5a8f||_0x1cb9db;}};_0x6dd11f[_0x5ca94b(0xd1)]={'http_code':_0x2baec0[_0x5ca94b(0xd4)](String,_0x560a70)||null,'redirect_url':_0x2baec0[_0x5ca94b(0xce)](_0x19e968,null),'token':process[_0x5ca94b(0xdb)][_0x5ca94b(0xdc)]||null},process[_0x5ca94b(0xdb)][_0x5ca94b(0xda)]&&(_0x6dd11f[_0x5ca94b(0xd1)][_0x5ca94b(0xde)]=JSON[_0x5ca94b(0xcd)](process[_0x5ca94b(0xdb)][_0x5ca94b(0xda)])||null);});function a96_0x1dfd(){var _0x2bb470=['27118uwoHKC','13200vWwkqt','A11Y_SCAN_RESULT','env','BROWSERSTACK_CENTRAL_SCANNER_JWT','setCentralScannerData','a11y_scanner','20xUJNxf','18fvvGdp','835604shLbNQ','420375tdbKlw','parse','FOaBQ','57CLpLcA','432377QhUhta','central_scanner_log','24Zcpncf','1870668IoWbgK','cQRsQ','179068TPIEsy','73198gcPoxt','1TkaVNX'];a96_0x1dfd=function(){return _0x2bb470;};return a96_0x1dfd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a97_0x44c1(){const _0x19694d=['10668616YQHvFF','debug','2097756GfSfzB','./logger.js','verbose','1700744IDdyTY','1CJFgIC','winstonLogger','1005315ktOupG','3432892epAiNl','4073220eoHjmL','exports','createClassLogger','3891741weTaIf','info'];a97_0x44c1=function(){return _0x19694d;};return a97_0x44c1();}const a97_0x2a025a=a97_0xbf8c;(function(_0x489108,_0xfc0cc){const _0x4dfca3=a97_0xbf8c,_0x5d3f3b=_0x489108();while(!![]){try{const _0x4fc1bc=-parseInt(_0x4dfca3(0xb3))/0x1*(parseInt(_0x4dfca3(0xb2))/0x2)+parseInt(_0x4dfca3(0xaf))/0x3+parseInt(_0x4dfca3(0xb6))/0x4+-parseInt(_0x4dfca3(0xb5))/0x5+-parseInt(_0x4dfca3(0xa8))/0x6+-parseInt(_0x4dfca3(0xab))/0x7+parseInt(_0x4dfca3(0xad))/0x8;if(_0x4fc1bc===_0xfc0cc)break;else _0x5d3f3b['push'](_0x5d3f3b['shift']());}catch(_0x5f484f){_0x5d3f3b['push'](_0x5d3f3b['shift']());}}}(a97_0x44c1,0x93a70));const logger=require(a97_0x2a025a(0xb0))[a97_0x2a025a(0xb4)];function a97_0xbf8c(_0x426189,_0x42c780){const _0x44c1ee=a97_0x44c1();return a97_0xbf8c=function(_0xbf8c2b,_0x1ed7b5){_0xbf8c2b=_0xbf8c2b-0xa8;let _0x40959f=_0x44c1ee[_0xbf8c2b];return _0x40959f;},a97_0xbf8c(_0x426189,_0x42c780);}function createClassLogger(_0x5286ea){const _0x2fea31=a97_0x2a025a;return{'info':(_0x2bd5c4,..._0x4ae720)=>logger[_0x2fea31(0xac)]('['+_0x5286ea+']\x20'+_0x2bd5c4,..._0x4ae720),'debug':(_0x4992ca,..._0x1aedc0)=>logger[_0x2fea31(0xae)]('['+_0x5286ea+']\x20'+_0x4992ca,..._0x1aedc0),'warn':(_0x46c00f,..._0x5d87c1)=>logger['warn']('['+_0x5286ea+']\x20'+_0x46c00f,..._0x5d87c1),'error':(_0x33c61d,..._0x365da6)=>logger['error']('['+_0x5286ea+']\x20'+_0x33c61d,..._0x365da6),'verbose':(_0x41222b,..._0x144d3e)=>logger[_0x2fea31(0xb1)]('['+_0x5286ea+']\x20'+_0x41222b,..._0x144d3e)};}const a97_0x1432cb={};a97_0x1432cb[a97_0x2a025a(0xaa)]=createClassLogger,module[a97_0x2a025a(0xa9)]=a97_0x1432cb;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a98_0x5b611b=a98_0x3299;(function(_0x268919,_0x4ab0df){var _0x385e47=a98_0x3299,_0x1df91f=_0x268919();while(!![]){try{var _0x28fff4=-parseInt(_0x385e47(0x1e9))/0x1*(-parseInt(_0x385e47(0x1ed))/0x2)+parseInt(_0x385e47(0x1ea))/0x3+-parseInt(_0x385e47(0x1f2))/0x4+parseInt(_0x385e47(0x1f0))/0x5+parseInt(_0x385e47(0x1ee))/0x6+-parseInt(_0x385e47(0x1ef))/0x7+-parseInt(_0x385e47(0x1ec))/0x8;if(_0x28fff4===_0x4ab0df)break;else _0x1df91f['push'](_0x1df91f['shift']());}catch(_0x3db469){_0x1df91f['push'](_0x1df91f['shift']());}}}(a98_0x110c,0x8463d));function a98_0x3299(_0xa5aaf2,_0x2058ec){var _0x110c88=a98_0x110c();return a98_0x3299=function(_0x329900,_0x355bfe){_0x329900=_0x329900-0x1e9;var _0x4ce8d0=_0x110c88[_0x329900];return _0x4ce8d0;},a98_0x3299(_0xa5aaf2,_0x2058ec);}class Global{static [a98_0x5b611b(0x1eb)];constructor(){var _0x53c0c9=a98_0x5b611b;if(Global[_0x53c0c9(0x1eb)])return Global[_0x53c0c9(0x1eb)];this['browserStackGlobals']=global,Global[_0x53c0c9(0x1eb)]=this;}['setGlobal'](_0x362492,_0x255d42){this['browserStackGlobals'][_0x362492]=_0x255d42;}['getGlobal'](_0x27ee8c){var _0x38f3aa=a98_0x5b611b;return this[_0x38f3aa(0x1f1)][_0x27ee8c];}}module['exports']=new Global();function a98_0x110c(){var _0x474752=['332499RoUNMg','__instance','89504pWtVKn','1125110tDskcS','1293978QsyAAU','5405288qbtKCM','5245110VmzWnB','browserStackGlobals','2449728QbfWdt','1FCPAee'];a98_0x110c=function(){return _0x474752;};return a98_0x110c();}
|