browserstack-node-sdk 1.42.3 → 1.42.5
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/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
|
+
const a91_0x5df7c3=a91_0x50b6;function a91_0x50b6(_0x4845d4,_0x549e89){const _0x1cdfe9=a91_0x1cdf();return a91_0x50b6=function(_0x50b6b1,_0x138626){_0x50b6b1=_0x50b6b1-0x103;let _0x2cd28a=_0x1cdfe9[_0x50b6b1];return _0x2cd28a;},a91_0x50b6(_0x4845d4,_0x549e89);}(function(_0x590230,_0x295282){const _0x460c7a=a91_0x50b6,_0x54a8a3=_0x590230();while(!![]){try{const _0x3c8d6e=parseInt(_0x460c7a(0x104))/0x1*(-parseInt(_0x460c7a(0x117))/0x2)+parseInt(_0x460c7a(0x10e))/0x3*(parseInt(_0x460c7a(0x114))/0x4)+-parseInt(_0x460c7a(0x10d))/0x5+parseInt(_0x460c7a(0x103))/0x6+parseInt(_0x460c7a(0x106))/0x7+parseInt(_0x460c7a(0x10c))/0x8*(parseInt(_0x460c7a(0x107))/0x9)+-parseInt(_0x460c7a(0x105))/0xa*(parseInt(_0x460c7a(0x112))/0xb);if(_0x3c8d6e===_0x295282)break;else _0x54a8a3['push'](_0x54a8a3['shift']());}catch(_0x344b30){_0x54a8a3['push'](_0x54a8a3['shift']());}}}(a91_0x1cdf,0xe518a));const a91_0x48b517={};a91_0x48b517['BUILDS_DASHBOARD_URL']=a91_0x5df7c3(0x116),a91_0x48b517[a91_0x5df7c3(0x110)]='automate-turboscale/v1',module[a91_0x5df7c3(0x115)]=a91_0x48b517;function a91_0x1cdf(){const _0xfe93ec=['1098RGPhyN','BROWSERSTACK_ENV','pre-prod','staging','stag','1688WpstkR','7828990aSOXwy','3EJLcIU','BUILDS_DASHBOARD_URL','API_ENDPOINT','https://grid-preprod.bsstag.com/dashboard/builds','77363qsxmlp','prod','6196748YMWSQu','exports','https://grid.browserstack.com/dashboard/builds','20JqpiAE','1237344YcFIeT','35637vsXIDh','240tnkHGE','8737295FzvYPp'];a91_0x1cdf=function(){return _0xfe93ec;};return a91_0x1cdf();}const _env=(process['env'][a91_0x5df7c3(0x108)]||a91_0x5df7c3(0x113))['toLowerCase']();if(_env===a91_0x5df7c3(0x10a)||_env===a91_0x5df7c3(0x10b))module[a91_0x5df7c3(0x115)][a91_0x5df7c3(0x10f)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env==='preprod'||_env===a91_0x5df7c3(0x109))&&(module[a91_0x5df7c3(0x115)][a91_0x5df7c3(0x10f)]=a91_0x5df7c3(0x111));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a92_0x8a83ea=a92_0x3813;function a92_0x3813(_0x450f1d,_0x1b514e){const _0x4d754c=a92_0x4d75();return a92_0x3813=function(_0x381313,_0x17c95a){_0x381313=_0x381313-0x182;let _0x16cff3=_0x4d754c[_0x381313];return _0x16cff3;},a92_0x3813(_0x450f1d,_0x1b514e);}(function(_0xbc09b3,_0xe3fc1a){const _0x47bfc6=a92_0x3813,_0x516946=_0xbc09b3();while(!![]){try{const _0x2b9021=parseInt(_0x47bfc6(0x183))/0x1+-parseInt(_0x47bfc6(0x19d))/0x2*(parseInt(_0x47bfc6(0x182))/0x3)+parseInt(_0x47bfc6(0x18f))/0x4*(-parseInt(_0x47bfc6(0x195))/0x5)+-parseInt(_0x47bfc6(0x1a0))/0x6*(parseInt(_0x47bfc6(0x1a3))/0x7)+parseInt(_0x47bfc6(0x192))/0x8+parseInt(_0x47bfc6(0x186))/0x9+-parseInt(_0x47bfc6(0x18c))/0xa;if(_0x2b9021===_0xe3fc1a)break;else _0x516946['push'](_0x516946['shift']());}catch(_0x3744ae){_0x516946['push'](_0x516946['shift']());}}}(a92_0x4d75,0x6d3dd));const constants=require(a92_0x8a83ea(0x194));exports[a92_0x8a83ea(0x190)]=()=>{const _0x3ad7a8=a92_0x8a83ea;if(!constants['TURBOSCALE_OPTIONS'][_0x3ad7a8(0x187)])return{};return constants[_0x3ad7a8(0x1a4)][_0x3ad7a8(0x187)];},exports[a92_0x8a83ea(0x199)]=_0xf34387=>{const _0xf45679=a92_0x8a83ea,_0x41f45d={};_0x41f45d['fDjcU']=_0xf45679(0x18d);const _0xf1c05d=_0x41f45d;if(_0xf34387[_0xf45679(0x197)]&&_0xf34387[_0xf45679(0x197)][_0xf45679(0x191)])return _0xf34387[_0xf45679(0x197)][_0xf45679(0x191)];if(process[_0xf45679(0x18a)][_0xf45679(0x198)])return process[_0xf45679(0x18a)][_0xf45679(0x198)];return _0xf1c05d[_0xf45679(0x18e)];},exports[a92_0x8a83ea(0x1a1)]=_0x558f47=>{const _0x4b2607=a92_0x8a83ea,_0x202e10={};_0x202e10[_0x4b2607(0x196)]=function(_0x23a9b1,_0x3f433f){return _0x23a9b1===_0x3f433f;},_0x202e10['sEqOm']=_0x4b2607(0x1a2);const _0x33e3bb=_0x202e10;return _0x558f47&&_0x558f47[_0x4b2607(0x189)]&&_0x33e3bb['DVgNE'](_0x558f47['turboScale'][_0x4b2607(0x19f)]()[_0x4b2607(0x18b)](),_0x33e3bb[_0x4b2607(0x188)]);},exports[a92_0x8a83ea(0x193)]=(_0x73e8f,_0x2d1c3c,_0x51a15d)=>{const _0xb08032=a92_0x8a83ea,_0x463f22={};_0x463f22['jhhhL']='medium';const _0x5327e0=_0x463f22,_0x51b547={};_0x51b547[_0xb08032(0x19e)]=_0x5327e0['jhhhL'];_0x73e8f[_0xb08032(0x19a)]&&(_0x51b547[_0xb08032(0x19a)]=Array[_0xb08032(0x185)](_0x73e8f[_0xb08032(0x19a)])?_0x73e8f[_0xb08032(0x19a)]:_0x73e8f[_0xb08032(0x19a)][_0xb08032(0x19b)](','));if(process['env']['BROWSERSTACK_BUILD_TAGS'])try{_0x51b547['buildTags']=process[_0xb08032(0x18a)][_0xb08032(0x184)]['split'](',');}catch{_0x51b547['buildTags']=process[_0xb08032(0x18a)][_0xb08032(0x184)];}return _0x73e8f[_0xb08032(0x19e)]&&(_0x51b547[_0xb08032(0x19e)]=_0x73e8f[_0xb08032(0x19e)]),process[_0xb08032(0x18a)][_0xb08032(0x19c)]&&(_0x51b547[_0xb08032(0x19e)]=process[_0xb08032(0x18a)][_0xb08032(0x19c)]),_0x51b547;};function a92_0x4d75(){const _0x440ed0=['DVgNE','turboScaleOptions','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleGridName','buildTags','split','BROWSERSTACK_BUILD_PRIORITY','6tzZzTL','buildPriority','toString','240DzpHqd','isTurboScaleSession','true','40621KnsFcX','TURBOSCALE_OPTIONS','119184RDWLcu','829087mAqbWs','BROWSERSTACK_BUILD_TAGS','isArray','2851740slzagc','options','sEqOm','turboScale','env','toLowerCase','8149160cnifpn','NO_GRID_NAME_PASSED','fDjcU','12RUZtDe','getTurboScaleOptions','gridName','4607056UyFYCO','getTurboScaleCaps','../../bin/utils/constants','180260hgQgEn'];a92_0x4d75=function(){return _0x440ed0;};return a92_0x4d75();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a93_0x4d8f5b=a93_0x3f29;function a93_0x3f29(_0x5f1ba6,_0x4e2b10){var _0x47058=a93_0x4705();return a93_0x3f29=function(_0x3f2964,_0x1c9ed9){_0x3f2964=_0x3f2964-0x1d0;var _0x52307c=_0x47058[_0x3f2964];return _0x52307c;},a93_0x3f29(_0x5f1ba6,_0x4e2b10);}function a93_0x4705(){var _0x499d07=['uninstallOtherPackages','chromedriverArgs','yHqMf','autoWebview','maxTypingFrequency','keyPassword','chromedriverExecutable','browserstack.app','browserstack.local','IPsdP','androidInstallPath','ZqiPR','autoAcceptAlerts','webkitResponseTimeout','lxxst','noSign','useNewWDA','nativeWebScreenshot','locale','ignoreHiddenApiPolicyError','automation','fRGXI','browserstack.automation','LMZdg','ensureWebviewsHavePages','keychainPath','BROWSERSTACK_BUILD_IDENTIFIER','enablePerformanceLogging','BROWSERSTACK_LOCAL_IDENTIFIER','platformVersion','pqTNK','keyAlias','dfuCk','intentFlags','appWaitDuration','fullContextList','buildName','browserstack.testOrchestration.rerunPreviouslyFailed','Mdskk','projectName','otherApps','appWaitPackage','apjaJ','screenshotWaitTimeout','intentAction','adbPort','PcGOB','iosInstallPause','sendKeyStrategy','browserstack.testOrchestration.skipFlakyandFailed','browserstackConfigFile','chromedriverUseSystemExecutable','xcodeOrgId','chromedriverChromeMappingFile','androidCoverageEndIntent','BROWSERSTACK_LOCAL','keychainPassword','wOdfW','webDriverAgentUrl','safariAllowPopups','androidDeviceReadyTimeout','dontStopAppOnReset','chromeOptions','browserstack.buildIdentifier','QRyTW','enableWebviewDetailsCollection','skipUnlock','browserstack.accessKey','orientation','eventTimings','logLevel','avd','598816ICTGMJ','eyCRO','AppiumCaps','EnvCapsMapping','browserstack.testOrchestration.retryTestsOnFailure','unicodeKeyboard','BROWSERSTACK_ACCESS_KEY','qDFjF','VEOzf','BROWSERSTACK_USERNAME','enableAsyncExecuteFromHttps','BROWSERSTACK_AUTOMATION','buildIdentifier','disableAndroidWatchers','buildToolsVersion','startIWDP','disableWindowAnimation','dEyfP','androidDeviceSocket','agQgW','wpAyd','interKeyDelay','abortBuildOnFailure','localIdentifier','connectHardwareKeyboard','BROWSERSTACK_PARALLELS_PER_PLATFORM','appName','autoWebviewTimeout','UCaOp','resetOnSessionStartOnly','avdReadyTimeout','5oUTIZH','skipFlakyandFailed','wdaLaunchTimeout','uMuEc','jJzCa','simpleIsVisibleCheck','app','nqDkv','deviceReadyTimeout','browserstack.rerunTests','parallelsPerPlatform','utvvZ','shouldUseSingletonTestManager','runPreviouslyFailedFirst','xcodeConfigFile','androidNaturalOrientation','840261dFQNYP','accessKey','showXcodeLog','logcatFilterSpecs','remoteAppsCacheLimit','chromedriverPorts','eFKMg','browserstack.logDir','chromedriverExecutableDir','bundleId','BROWSERSTACK_APP','browserstackLocal','locationServicesAuthorized','BROWSERSTACK_TEST_REPORTING_DEBUG','skipLogCapture','117iNXDfX','1777221ZsCyMD','BROWSERSTACK_APP_ID','BROWSERSTACK_BUILD_NAME','skipLogcatCapture','unlockType','ldbeY','webviewConnectRetries','customSSLCert','logcatFormat','locationServicesEnabled','xcodeSigningId','avdArgs','browserstack.parallelsPerPlatform','clearSystemFiles','autoDismissAlerts','browserstack.testOrchestration.abortBuildOnFailure','gpsEnabled','keystorePassword','ignoreUnimportantViews','BROWSERSTACK_LOG_DIR','CLICapsMapping','systemPort','browserstack.userName','useCarthageSsl','userName','fullReset','eLqwL','tapWithShortPressDuration','keepKeyChains','udid','2403708mWUUFZ','VQlVl','CBzie','logDir','4239753XhAcJL','webkitDebugProxyPort','unlockKey','IsZZd','rerunPreviouslyFailed','automationName','liQOy','androidScreenshotPath','chromedriverDisableBuildCheck','Iwhew','safariOpenLinksInBackground','localeScript','calendarFormat','wdaConnectionTimeout','printPageSourceOnFindFailure','uxSpn','mockLocationApp','commandTimeouts','wdaStartupRetryInterval','browserstack.testOrchestration.runPreviouslyFailedFirst','launchTimeout','deviceName','browserstack.access_key','browserstack.buildName','skipDeviceInitialization','browserstack.localIdentifier','isHeadless','language','RkkCn','remoteAdbHost','preventWDAAttachments','1533714nseMLh','recreateChromeDriverSessions','avdLaunchTimeout','nativeWebTap','UgpNb','6712756FtkTRi','appActivity','BLAnl'];a93_0x4705=function(){return _0x499d07;};return a93_0x4705();}(function(_0x44576a,_0x467ec1){var _0x46e2cb=a93_0x3f29,_0x44d82c=_0x44576a();while(!![]){try{var _0x257439=-parseInt(_0x46e2cb(0x261))/0x1+parseInt(_0x46e2cb(0x1d2))/0x2+parseInt(_0x46e2cb(0x251))/0x3+-parseInt(_0x46e2cb(0x1d7))/0x4*(-parseInt(_0x46e2cb(0x241))/0x5)+-parseInt(_0x46e2cb(0x27f))/0x6+-parseInt(_0x46e2cb(0x283))/0x7+parseInt(_0x46e2cb(0x222))/0x8*(parseInt(_0x46e2cb(0x260))/0x9);if(_0x257439===_0x467ec1)break;else _0x44d82c['push'](_0x44d82c['shift']());}catch(_0x5920af){_0x44d82c['push'](_0x44d82c['shift']());}}}(a93_0x4705,0xdf503),exports[a93_0x4d8f5b(0x275)]=()=>{var _0x16ed4c=a93_0x4d8f5b,_0x1df0f1={};_0x1df0f1[_0x16ed4c(0x236)]='browserstack.user_name',_0x1df0f1['jMwCw']=_0x16ed4c(0x277),_0x1df0f1[_0x16ed4c(0x257)]=_0x16ed4c(0x299),_0x1df0f1[_0x16ed4c(0x289)]=_0x16ed4c(0x21d),_0x1df0f1['uxSpn']=_0x16ed4c(0x29a),_0x1df0f1[_0x16ed4c(0x1f8)]='browserstack.projectName',_0x1df0f1[_0x16ed4c(0x208)]=_0x16ed4c(0x219),_0x1df0f1['gsswk']='browserstack.ppp',_0x1df0f1[_0x16ed4c(0x223)]=_0x16ed4c(0x26d),_0x1df0f1['dfuCk']=_0x16ed4c(0x1e2),_0x1df0f1[_0x16ed4c(0x1e3)]=_0x16ed4c(0x29c),_0x1df0f1[_0x16ed4c(0x200)]=_0x16ed4c(0x24a),_0x1df0f1[_0x16ed4c(0x1e5)]=_0x16ed4c(0x1e1),_0x1df0f1[_0x16ed4c(0x28c)]='browserstack.logLevel',_0x1df0f1['jzbeI']=_0x16ed4c(0x1f0),_0x1df0f1['VEOzf']=_0x16ed4c(0x258),_0x1df0f1[_0x16ed4c(0x1ef)]='browserstack.config',_0x1df0f1[_0x16ed4c(0x24c)]=_0x16ed4c(0x20c),_0x1df0f1[_0x16ed4c(0x1dc)]=_0x16ed4c(0x226),_0x1df0f1[_0x16ed4c(0x1d9)]=_0x16ed4c(0x270),_0x1df0f1[_0x16ed4c(0x213)]=_0x16ed4c(0x296),_0x1df0f1['jJzCa']=_0x16ed4c(0x1ff),_0x1df0f1[_0x16ed4c(0x235)]=_0x16ed4c(0x20b);var _0x1029d3=_0x1df0f1,_0x583f5b={};return _0x583f5b[_0x16ed4c(0x279)]=[_0x1029d3['wpAyd'],_0x1029d3['jMwCw']],_0x583f5b['accessKey']=[_0x1029d3[_0x16ed4c(0x257)],_0x1029d3[_0x16ed4c(0x289)]],_0x583f5b['buildName']=[_0x1029d3[_0x16ed4c(0x292)]],_0x583f5b[_0x16ed4c(0x201)]=[_0x1029d3[_0x16ed4c(0x1f8)]],_0x583f5b[_0x16ed4c(0x22e)]=[_0x1029d3[_0x16ed4c(0x208)]],_0x583f5b[_0x16ed4c(0x24b)]=[_0x1029d3['gsswk'],_0x1029d3[_0x16ed4c(0x223)]],_0x583f5b[_0x16ed4c(0x25c)]=[_0x1029d3[_0x16ed4c(0x1fa)]],_0x583f5b[_0x16ed4c(0x239)]=[_0x1029d3[_0x16ed4c(0x1e3)]],_0x583f5b['rerunTests']=[_0x1029d3[_0x16ed4c(0x200)]],_0x583f5b[_0x16ed4c(0x247)]=[_0x1029d3[_0x16ed4c(0x1e5)]],_0x583f5b['logLevel']=[_0x1029d3[_0x16ed4c(0x28c)]],_0x583f5b['automation']=[_0x1029d3['jzbeI']],_0x583f5b[_0x16ed4c(0x282)]=[_0x1029d3[_0x16ed4c(0x22a)]],_0x583f5b['browserstackConfigFile']=[_0x1029d3['fRGXI'],_0x1029d3[_0x16ed4c(0x24c)]],_0x583f5b['retryTestsOnFailure']=[_0x1029d3[_0x16ed4c(0x1dc)]],_0x583f5b[_0x16ed4c(0x238)]=[_0x1029d3[_0x16ed4c(0x1d9)]],_0x583f5b[_0x16ed4c(0x24e)]=[_0x1029d3['wOdfW']],_0x583f5b[_0x16ed4c(0x287)]=[_0x1029d3[_0x16ed4c(0x245)]],_0x583f5b[_0x16ed4c(0x242)]=[_0x1029d3['agQgW']],_0x583f5b;},exports[a93_0x4d8f5b(0x225)]=()=>{var _0x350bee=a93_0x4d8f5b,_0x36c48f={};_0x36c48f[_0x350bee(0x23e)]=_0x350bee(0x22b),_0x36c48f[_0x350bee(0x29f)]='BROWSERSTACK_USER_NAME',_0x36c48f['LMZdg']=_0x350bee(0x228),_0x36c48f[_0x350bee(0x266)]=_0x350bee(0x263),_0x36c48f[_0x350bee(0x280)]='BROWSERSTACK_PROJECT_NAME',_0x36c48f[_0x350bee(0x1d6)]=_0x350bee(0x1f4),_0x36c48f['dEyfP']=_0x350bee(0x23b),_0x36c48f[_0x350bee(0x204)]=_0x350bee(0x211),_0x36c48f[_0x350bee(0x21a)]=_0x350bee(0x1f6),_0x36c48f[_0x350bee(0x1e8)]='BROWSERSTACK_RERUN_TESTS',_0x36c48f[_0x350bee(0x248)]=_0x350bee(0x262),_0x36c48f[_0x350bee(0x229)]=_0x350bee(0x25b),_0x36c48f[_0x350bee(0x281)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x36c48f['uMuEc']=_0x350bee(0x25e),_0x36c48f[_0x350bee(0x27b)]=_0x350bee(0x22d),_0x36c48f[_0x350bee(0x286)]=_0x350bee(0x274);var _0x2a3fa9=_0x36c48f,_0x204f51={};return _0x204f51['userName']=[_0x2a3fa9[_0x350bee(0x23e)],_0x2a3fa9[_0x350bee(0x29f)]],_0x204f51[_0x350bee(0x252)]=[_0x2a3fa9[_0x350bee(0x1f1)]],_0x204f51[_0x350bee(0x1fe)]=[_0x2a3fa9['ldbeY']],_0x204f51[_0x350bee(0x201)]=[_0x2a3fa9[_0x350bee(0x280)]],_0x204f51[_0x350bee(0x22e)]=[_0x2a3fa9[_0x350bee(0x1d6)]],_0x204f51[_0x350bee(0x24b)]=[_0x2a3fa9[_0x350bee(0x233)]],_0x204f51[_0x350bee(0x25c)]=[_0x2a3fa9['apjaJ']],_0x204f51[_0x350bee(0x239)]=[_0x2a3fa9[_0x350bee(0x21a)]],_0x204f51['rerunTests']=[_0x2a3fa9[_0x350bee(0x1e8)]],_0x204f51[_0x350bee(0x247)]=[_0x2a3fa9['nqDkv'],_0x2a3fa9[_0x350bee(0x229)]],_0x204f51[_0x350bee(0x220)]=[_0x2a3fa9[_0x350bee(0x281)],_0x2a3fa9[_0x350bee(0x244)]],_0x204f51[_0x350bee(0x1ee)]=[_0x2a3fa9['eLqwL']],_0x204f51[_0x350bee(0x282)]=[_0x2a3fa9['IsZZd']],_0x204f51;},exports[a93_0x4d8f5b(0x224)]=()=>[a93_0x4d8f5b(0x288),a93_0x4d8f5b(0x1f7),a93_0x4d8f5b(0x298),'newCommandTimeout',a93_0x4d8f5b(0x247),a93_0x4d8f5b(0x27e),a93_0x4d8f5b(0x29e),a93_0x4d8f5b(0x1ec),a93_0x4d8f5b(0x21e),a93_0x4d8f5b(0x1dd),'noReset',a93_0x4d8f5b(0x27a),a93_0x4d8f5b(0x26e),a93_0x4d8f5b(0x21f),a93_0x4d8f5b(0x1f5),a93_0x4d8f5b(0x202),a93_0x4d8f5b(0x291),a93_0x4d8f5b(0x1d8),'appPackage','appWaitActivity',a93_0x4d8f5b(0x203),a93_0x4d8f5b(0x1fc),a93_0x4d8f5b(0x249),'allowTestPackages','androidCoverage',a93_0x4d8f5b(0x210),a93_0x4d8f5b(0x216),a93_0x4d8f5b(0x207),a93_0x4d8f5b(0x234),'androidInstallTimeout',a93_0x4d8f5b(0x1e4),a93_0x4d8f5b(0x221),a93_0x4d8f5b(0x1d4),a93_0x4d8f5b(0x240),a93_0x4d8f5b(0x26c),'useKeystore','keystorePath',a93_0x4d8f5b(0x272),a93_0x4d8f5b(0x1f9),a93_0x4d8f5b(0x1df),a93_0x4d8f5b(0x1e0),a93_0x4d8f5b(0x1db),a93_0x4d8f5b(0x259),a93_0x4d8f5b(0x20f),a93_0x4d8f5b(0x20d),'chromedriverPort',a93_0x4d8f5b(0x256),a93_0x4d8f5b(0x28b),a93_0x4d8f5b(0x23d),a93_0x4d8f5b(0x206),'intentCategory',a93_0x4d8f5b(0x1fb),'optionalIntentArguments',a93_0x4d8f5b(0x217),a93_0x4d8f5b(0x227),'resetKeyboard',a93_0x4d8f5b(0x1e9),a93_0x4d8f5b(0x273),a93_0x4d8f5b(0x22f),a93_0x4d8f5b(0x218),a93_0x4d8f5b(0x1d3),a93_0x4d8f5b(0x1eb),a93_0x4d8f5b(0x28a),'networkSpeed',a93_0x4d8f5b(0x271),a93_0x4d8f5b(0x29d),'adbExecTimeout',a93_0x4d8f5b(0x28e),a93_0x4d8f5b(0x29b),'autoGrantPermissions',a93_0x4d8f5b(0x250),a93_0x4d8f5b(0x276),a93_0x4d8f5b(0x1d0),a93_0x4d8f5b(0x21c),a93_0x4d8f5b(0x265),a93_0x4d8f5b(0x285),'autoLaunch',a93_0x4d8f5b(0x264),a93_0x4d8f5b(0x1da),a93_0x4d8f5b(0x232),a93_0x4d8f5b(0x230),'enforceAppInstall',a93_0x4d8f5b(0x1f2),'webviewDevtoolsPort',a93_0x4d8f5b(0x21b),a93_0x4d8f5b(0x255),a93_0x4d8f5b(0x28f),a93_0x4d8f5b(0x25a),a93_0x4d8f5b(0x297),a93_0x4d8f5b(0x26a),a93_0x4d8f5b(0x25d),a93_0x4d8f5b(0x1e6),a93_0x4d8f5b(0x26f),'nativeInstrumentsLib',a93_0x4d8f5b(0x1d5),'safariInitialUrl',a93_0x4d8f5b(0x215),'safariIgnoreFraudWarning',a93_0x4d8f5b(0x28d),a93_0x4d8f5b(0x27d),'localizableStringsDir','processArguments',a93_0x4d8f5b(0x237),'showIOSLog',a93_0x4d8f5b(0x20a),a93_0x4d8f5b(0x1e7),a93_0x4d8f5b(0x205),'remoteDebugProxy',a93_0x4d8f5b(0x22c),a93_0x4d8f5b(0x25f),a93_0x4d8f5b(0x284),a93_0x4d8f5b(0x1fd),'waitForAppScript',a93_0x4d8f5b(0x267),a93_0x4d8f5b(0x23c),a93_0x4d8f5b(0x268),a93_0x4d8f5b(0x27c),'scaleFactor','wdaLocalPort',a93_0x4d8f5b(0x253),a93_0x4d8f5b(0x209),a93_0x4d8f5b(0x24f),a93_0x4d8f5b(0x212),'usePrebuiltWDA',a93_0x4d8f5b(0x1d1),a93_0x4d8f5b(0x214),a93_0x4d8f5b(0x1f3),a93_0x4d8f5b(0x1ea),a93_0x4d8f5b(0x243),a93_0x4d8f5b(0x290),a93_0x4d8f5b(0x20e),a93_0x4d8f5b(0x26b),'updatedWDABundleId',a93_0x4d8f5b(0x23f),a93_0x4d8f5b(0x294),'wdaStartupRetries',a93_0x4d8f5b(0x295),a93_0x4d8f5b(0x23a),a93_0x4d8f5b(0x1de),a93_0x4d8f5b(0x246),a93_0x4d8f5b(0x278),a93_0x4d8f5b(0x24d),a93_0x4d8f5b(0x231),'allowTouchIdEnroll',a93_0x4d8f5b(0x1ed),a93_0x4d8f5b(0x293),a93_0x4d8f5b(0x269),a93_0x4d8f5b(0x254),'allowDelayAdb']);
|
|
1
|
+
function a93_0x20ba(_0x2a687c,_0x1d90a5){var _0x427294=a93_0x4272();return a93_0x20ba=function(_0x20ba3a,_0x584d88){_0x20ba3a=_0x20ba3a-0x1b0;var _0x2e08fe=_0x427294[_0x20ba3a];return _0x2e08fe;},a93_0x20ba(_0x2a687c,_0x1d90a5);}var a93_0x5a2424=a93_0x20ba;(function(_0x27d3a6,_0x790feb){var _0x2d9950=a93_0x20ba,_0x2b9b57=_0x27d3a6();while(!![]){try{var _0x119a77=-parseInt(_0x2d9950(0x1cc))/0x1*(-parseInt(_0x2d9950(0x254))/0x2)+parseInt(_0x2d9950(0x243))/0x3+-parseInt(_0x2d9950(0x24d))/0x4+-parseInt(_0x2d9950(0x273))/0x5+-parseInt(_0x2d9950(0x27c))/0x6*(parseInt(_0x2d9950(0x222))/0x7)+parseInt(_0x2d9950(0x26b))/0x8*(parseInt(_0x2d9950(0x1fb))/0x9)+parseInt(_0x2d9950(0x240))/0xa*(parseInt(_0x2d9950(0x1d8))/0xb);if(_0x119a77===_0x790feb)break;else _0x2b9b57['push'](_0x2b9b57['shift']());}catch(_0x25c90a){_0x2b9b57['push'](_0x2b9b57['shift']());}}}(a93_0x4272,0xeac15),exports['CLICapsMapping']=()=>{var _0x1ab0f2=a93_0x20ba,_0x4d77c3={};_0x4d77c3[_0x1ab0f2(0x1ec)]=_0x1ab0f2(0x225),_0x4d77c3[_0x1ab0f2(0x1ee)]=_0x1ab0f2(0x1cd),_0x4d77c3[_0x1ab0f2(0x234)]=_0x1ab0f2(0x1f2),_0x4d77c3[_0x1ab0f2(0x25b)]='browserstack.accessKey',_0x4d77c3['OOIHH']=_0x1ab0f2(0x264),_0x4d77c3['dCEon']=_0x1ab0f2(0x1d2),_0x4d77c3['qqoOh']='browserstack.buildIdentifier',_0x4d77c3['SEKrL']=_0x1ab0f2(0x27a),_0x4d77c3[_0x1ab0f2(0x20f)]=_0x1ab0f2(0x1b1),_0x4d77c3[_0x1ab0f2(0x202)]=_0x1ab0f2(0x1e3),_0x4d77c3[_0x1ab0f2(0x27f)]=_0x1ab0f2(0x259),_0x4d77c3[_0x1ab0f2(0x224)]=_0x1ab0f2(0x213),_0x4d77c3['HoygG']=_0x1ab0f2(0x1d4),_0x4d77c3[_0x1ab0f2(0x1d9)]=_0x1ab0f2(0x220),_0x4d77c3['WDrCO']=_0x1ab0f2(0x246),_0x4d77c3[_0x1ab0f2(0x236)]='browserstack.logDir',_0x4d77c3['XYBwJ']=_0x1ab0f2(0x249),_0x4d77c3['eOGPd']=_0x1ab0f2(0x23c),_0x4d77c3['gwsBh']='browserstack.testOrchestration.retryTestsOnFailure',_0x4d77c3[_0x1ab0f2(0x1be)]='browserstack.testOrchestration.abortBuildOnFailure',_0x4d77c3['nMBXw']=_0x1ab0f2(0x1c8),_0x4d77c3[_0x1ab0f2(0x270)]=_0x1ab0f2(0x210),_0x4d77c3[_0x1ab0f2(0x1ea)]=_0x1ab0f2(0x1dd);var _0xa6f3f4=_0x4d77c3,_0x27728e={};return _0x27728e['userName']=[_0xa6f3f4[_0x1ab0f2(0x1ec)],_0xa6f3f4[_0x1ab0f2(0x1ee)]],_0x27728e['accessKey']=[_0xa6f3f4[_0x1ab0f2(0x234)],_0xa6f3f4[_0x1ab0f2(0x25b)]],_0x27728e[_0x1ab0f2(0x1f4)]=[_0xa6f3f4[_0x1ab0f2(0x1e0)]],_0x27728e[_0x1ab0f2(0x284)]=[_0xa6f3f4['dCEon']],_0x27728e[_0x1ab0f2(0x1f7)]=[_0xa6f3f4['qqoOh']],_0x27728e[_0x1ab0f2(0x1d5)]=[_0xa6f3f4[_0x1ab0f2(0x265)],_0xa6f3f4[_0x1ab0f2(0x20f)]],_0x27728e[_0x1ab0f2(0x1e4)]=[_0xa6f3f4[_0x1ab0f2(0x202)]],_0x27728e[_0x1ab0f2(0x266)]=[_0xa6f3f4[_0x1ab0f2(0x27f)]],_0x27728e[_0x1ab0f2(0x24c)]=[_0xa6f3f4[_0x1ab0f2(0x224)]],_0x27728e['app']=[_0xa6f3f4[_0x1ab0f2(0x255)]],_0x27728e['logLevel']=[_0xa6f3f4[_0x1ab0f2(0x1d9)]],_0x27728e[_0x1ab0f2(0x1e6)]=[_0xa6f3f4[_0x1ab0f2(0x1fd)]],_0x27728e[_0x1ab0f2(0x262)]=[_0xa6f3f4['CBWgE']],_0x27728e[_0x1ab0f2(0x23c)]=[_0xa6f3f4['XYBwJ'],_0xa6f3f4[_0x1ab0f2(0x22f)]],_0x27728e['retryTestsOnFailure']=[_0xa6f3f4['gwsBh']],_0x27728e[_0x1ab0f2(0x274)]=[_0xa6f3f4[_0x1ab0f2(0x1be)]],_0x27728e[_0x1ab0f2(0x25a)]=[_0xa6f3f4[_0x1ab0f2(0x27b)]],_0x27728e[_0x1ab0f2(0x279)]=[_0xa6f3f4[_0x1ab0f2(0x270)]],_0x27728e[_0x1ab0f2(0x1f8)]=[_0xa6f3f4[_0x1ab0f2(0x1ea)]],_0x27728e;},exports['EnvCapsMapping']=()=>{var _0x3ab2fc=a93_0x20ba,_0xb93af3={};_0xb93af3[_0x3ab2fc(0x1ce)]=_0x3ab2fc(0x1d1),_0xb93af3[_0x3ab2fc(0x244)]=_0x3ab2fc(0x200),_0xb93af3['bcyKR']=_0x3ab2fc(0x22b),_0xb93af3[_0x3ab2fc(0x268)]=_0x3ab2fc(0x1b5),_0xb93af3[_0x3ab2fc(0x1d7)]=_0x3ab2fc(0x1e8),_0xb93af3[_0x3ab2fc(0x1bc)]=_0x3ab2fc(0x209),_0xb93af3[_0x3ab2fc(0x21f)]=_0x3ab2fc(0x212),_0xb93af3['UvIDB']=_0x3ab2fc(0x20b),_0xb93af3[_0x3ab2fc(0x241)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0xb93af3[_0x3ab2fc(0x1b9)]=_0x3ab2fc(0x223),_0xb93af3[_0x3ab2fc(0x1bd)]=_0x3ab2fc(0x271),_0xb93af3['Jhjjv']=_0x3ab2fc(0x263),_0xb93af3[_0x3ab2fc(0x25f)]=_0x3ab2fc(0x283),_0xb93af3[_0x3ab2fc(0x1c9)]=_0x3ab2fc(0x1c5),_0xb93af3[_0x3ab2fc(0x205)]=_0x3ab2fc(0x21a),_0xb93af3[_0x3ab2fc(0x239)]=_0x3ab2fc(0x1ed);var _0x1dd706=_0xb93af3,_0xfee67={};return _0xfee67[_0x3ab2fc(0x235)]=[_0x1dd706[_0x3ab2fc(0x1ce)],_0x1dd706[_0x3ab2fc(0x244)]],_0xfee67[_0x3ab2fc(0x1d0)]=[_0x1dd706[_0x3ab2fc(0x276)]],_0xfee67[_0x3ab2fc(0x1f4)]=[_0x1dd706['qEwEu']],_0xfee67['projectName']=[_0x1dd706[_0x3ab2fc(0x1d7)]],_0xfee67[_0x3ab2fc(0x1f7)]=[_0x1dd706[_0x3ab2fc(0x1bc)]],_0xfee67[_0x3ab2fc(0x1d5)]=[_0x1dd706[_0x3ab2fc(0x21f)]],_0xfee67[_0x3ab2fc(0x1e4)]=[_0x1dd706['UvIDB']],_0xfee67[_0x3ab2fc(0x266)]=[_0x1dd706['eBGzY']],_0xfee67['rerunTests']=[_0x1dd706[_0x3ab2fc(0x1b9)]],_0xfee67[_0x3ab2fc(0x215)]=[_0x1dd706[_0x3ab2fc(0x1bd)],_0x1dd706[_0x3ab2fc(0x281)]],_0xfee67['logLevel']=[_0x1dd706[_0x3ab2fc(0x25f)],_0x1dd706['ahEmo']],_0xfee67[_0x3ab2fc(0x1e6)]=[_0x1dd706[_0x3ab2fc(0x205)]],_0xfee67[_0x3ab2fc(0x262)]=[_0x1dd706[_0x3ab2fc(0x239)]],_0xfee67;},exports[a93_0x5a2424(0x1eb)]=()=>[a93_0x5a2424(0x27d),a93_0x5a2424(0x1ff),a93_0x5a2424(0x280),a93_0x5a2424(0x204),'app','udid',a93_0x5a2424(0x211),a93_0x5a2424(0x1f6),'orientation',a93_0x5a2424(0x203),'noReset',a93_0x5a2424(0x1da),a93_0x5a2424(0x26a),a93_0x5a2424(0x1bf),a93_0x5a2424(0x277),a93_0x5a2424(0x275),a93_0x5a2424(0x23f),a93_0x5a2424(0x25d),'appPackage',a93_0x5a2424(0x1cb),a93_0x5a2424(0x1de),a93_0x5a2424(0x245),a93_0x5a2424(0x26f),'allowTestPackages','androidCoverage',a93_0x5a2424(0x285),a93_0x5a2424(0x1dc),a93_0x5a2424(0x20a),a93_0x5a2424(0x1c4),a93_0x5a2424(0x1fe),a93_0x5a2424(0x1ca),a93_0x5a2424(0x227),a93_0x5a2424(0x1fc),a93_0x5a2424(0x21d),a93_0x5a2424(0x230),'useKeystore',a93_0x5a2424(0x286),a93_0x5a2424(0x272),a93_0x5a2424(0x218),'keyPassword',a93_0x5a2424(0x23a),'chromedriverArgs',a93_0x5a2424(0x24b),a93_0x5a2424(0x238),a93_0x5a2424(0x20e),a93_0x5a2424(0x1ef),a93_0x5a2424(0x1b2),'chromedriverDisableBuildCheck',a93_0x5a2424(0x1e9),'intentAction',a93_0x5a2424(0x1b3),a93_0x5a2424(0x206),a93_0x5a2424(0x219),a93_0x5a2424(0x253),a93_0x5a2424(0x27e),a93_0x5a2424(0x216),a93_0x5a2424(0x1c2),a93_0x5a2424(0x267),a93_0x5a2424(0x214),a93_0x5a2424(0x1e5),a93_0x5a2424(0x24e),a93_0x5a2424(0x23b),'androidScreenshotPath',a93_0x5a2424(0x1b7),a93_0x5a2424(0x26d),a93_0x5a2424(0x22a),'adbExecTimeout',a93_0x5a2424(0x248),a93_0x5a2424(0x24f),a93_0x5a2424(0x1f0),'androidNaturalOrientation',a93_0x5a2424(0x229),a93_0x5a2424(0x1b6),'skipUnlock',a93_0x5a2424(0x1c3),'unlockKey',a93_0x5a2424(0x201),a93_0x5a2424(0x1fa),'uninstallOtherPackages',a93_0x5a2424(0x231),'buildToolsVersion',a93_0x5a2424(0x1e7),'ensureWebviewsHavePages',a93_0x5a2424(0x20c),a93_0x5a2424(0x269),a93_0x5a2424(0x25c),a93_0x5a2424(0x1df),a93_0x5a2424(0x26e),a93_0x5a2424(0x24a),a93_0x5a2424(0x26c),a93_0x5a2424(0x257),'autoAcceptAlerts',a93_0x5a2424(0x23d),a93_0x5a2424(0x21e),'nativeWebTap',a93_0x5a2424(0x1c1),a93_0x5a2424(0x228),a93_0x5a2424(0x21c),a93_0x5a2424(0x1bb),a93_0x5a2424(0x1d3),a93_0x5a2424(0x1f3),a93_0x5a2424(0x252),a93_0x5a2424(0x1b8),a93_0x5a2424(0x1ba),a93_0x5a2424(0x247),a93_0x5a2424(0x282),a93_0x5a2424(0x261),a93_0x5a2424(0x258),a93_0x5a2424(0x20d),a93_0x5a2424(0x1e1),a93_0x5a2424(0x1db),a93_0x5a2424(0x22c),a93_0x5a2424(0x278),a93_0x5a2424(0x1e2),'appName',a93_0x5a2424(0x221),a93_0x5a2424(0x25e),a93_0x5a2424(0x1b4),a93_0x5a2424(0x233),a93_0x5a2424(0x22e),a93_0x5a2424(0x226),'xcodeConfigFile',a93_0x5a2424(0x251),a93_0x5a2424(0x1d6),'preventWDAAttachments',a93_0x5a2424(0x1c6),'keychainPath',a93_0x5a2424(0x21b),a93_0x5a2424(0x1c0),a93_0x5a2424(0x22d),'xcodeOrgId',a93_0x5a2424(0x260),a93_0x5a2424(0x1f5),a93_0x5a2424(0x1cf),a93_0x5a2424(0x207),a93_0x5a2424(0x242),'wdaStartupRetryInterval',a93_0x5a2424(0x1f9),a93_0x5a2424(0x217),a93_0x5a2424(0x232),'useCarthageSsl',a93_0x5a2424(0x23e),a93_0x5a2424(0x208),a93_0x5a2424(0x1b0),a93_0x5a2424(0x1f1),a93_0x5a2424(0x237),a93_0x5a2424(0x1c7),a93_0x5a2424(0x256),a93_0x5a2424(0x250)]);function a93_0x4272(){var _0x536c4b=['autoDismissAlerts','shouldUseSingletonTestManager','printPageSourceOnFindFailure','10HuwXcd','eBGzY','wdaStartupRetries','1910928JSdfeB','gLaxB','appWaitDuration','browserstack.automation','sendKeyStrategy','localeScript','browserstack.config','launchTimeout','chromedriverExecutableDir','rerunTests','4245528sSboXG','recreateChromeDriverSessions','skipDeviceInitialization','allowDelayAdb','keychainPassword','processArguments','dontStopAppOnReset','3268136QaNTXl','HoygG','logcatFilterSpecs','locationServicesAuthorized','remoteDebugProxy','browserstack.localIdentifier','runPreviouslyFailedFirst','WGiir','remoteAppsCacheLimit','appActivity','tapWithShortPressDuration','nyNxN','xcodeSigningId','screenshotWaitTimeout','logDir','BROWSERSTACK_APP','browserstack.buildName','SEKrL','localIdentifier','ignoreUnimportantViews','qEwEu','enableWebviewDetailsCollection','clearSystemFiles','8887048gbTERL','locationServicesEnabled','gpsEnabled','bundleId','deviceReadyTimeout','NGwmq','BROWSERSTACK_APP_ID','keystorePassword','2463285ifiWWD','abortBuildOnFailure','otherApps','bcyKR','enablePerformanceLogging','waitForAppScript','rerunPreviouslyFailed','browserstack.ppp','nMBXw','6MpYUwR','automationName','unicodeKeyboard','CmCZs','deviceName','Jhjjv','webkitResponseTimeout','BROWSERSTACK_OBSERVABILITY_DEBUG','projectName','androidCoverageEndIntent','keystorePath','allowTouchIdEnroll','browserstack.parallelsPerPlatform','chromedriverPorts','intentCategory','scaleFactor','BROWSERSTACK_BUILD_NAME','remoteAdbHost','networkSpeed','interKeyDelay','DZAVh','showIOSLog','safariOpenLinksInBackground','IQvIh','lmBKC','qhFqK','eventTimings','wdaLaunchTimeout','safariInitialUrl','noSign','unlockType','androidDeviceSocket','BROWSERSTACK_TEST_REPORTING_DEBUG','webDriverAgentUrl','logcatFormat','browserstack.testOrchestration.runPreviouslyFailedFirst','ahEmo','androidInstallPath','appWaitActivity','1PmXjuc','browserstack.userName','mmaxK','resetOnSessionStartOnly','accessKey','BROWSERSTACK_USERNAME','browserstack.projectName','keepKeyChains','browserstack.app','parallelsPerPlatform','usePrebuiltWDA','RijUH','8054783KCVfKG','ckzqN','fullReset','webkitDebugProxyPort','androidDeviceReadyTimeout','browserstack.testOrchestration.skipFlakyandFailed','appWaitPackage','calendarFormat','OOIHH','skipLogCapture','webviewConnectRetries','browserstack.local','browserstackLocal','chromeOptions','automation','enforceAppInstall','BROWSERSTACK_PROJECT_NAME','autoWebviewTimeout','YqupJ','AppiumCaps','FFMJj','BROWSERSTACK_LOG_DIR','ybZbB','chromedriverPort','autoGrantPermissions','ignoreHiddenApiPolicyError','browserstack.access_key','localizableStringsDir','buildName','updatedWDABundleId','locale','buildIdentifier','skipFlakyandFailed','connectHardwareKeyboard','skipLogcatCapture','9AmgkAD','avdLaunchTimeout','WDrCO','androidInstallTimeout','platformVersion','BROWSERSTACK_USER_NAME','autoLaunch','nTFcb','autoWebview','newCommandTimeout','uxgiq','intentFlags','commandTimeouts','startIWDP','BROWSERSTACK_BUILD_IDENTIFIER','adbPort','BROWSERSTACK_LOCAL','webviewDevtoolsPort','enableAsyncExecuteFromHttps','chromedriverUseSystemExecutable','XnAjj','browserstack.testOrchestration.rerunPreviouslyFailed','language','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.rerunTests','disableAndroidWatchers','app','resetKeyboard','maxTypingFrequency','keyAlias','optionalIntentArguments','BROWSERSTACK_AUTOMATION','useNewWDA','safariIgnoreFraudWarning','avdReadyTimeout','nativeInstrumentsLib','bHZjQ','browserstack.logLevel','customSSLCert','11190074FKFRJM','BROWSERSTACK_RERUN_TESTS','nVuPd','browserstack.user_name','iosInstallPause','avd','safariAllowPopups','systemPort','isHeadless','BROWSERSTACK_ACCESS_KEY','fullContextList','wdaConnectionTimeout','showXcodeLog','eOGPd','avdArgs','disableWindowAnimation','simpleIsVisibleCheck','wdaLocalPort','ovTBu','userName','CBWgE','mockLocationApp','chromedriverChromeMappingFile','tyirb','chromedriverExecutable','nativeWebScreenshot','browserstackConfigFile'];a93_0x4272=function(){return _0x536c4b;};return a93_0x4272();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a94_0x5994(_0x1f05d,_0x1f2f5d){var _0xc684eb=a94_0xc684();return a94_0x5994=function(_0x599494,_0x32dd79){_0x599494=_0x599494-0xf7;var _0x449fd5=_0xc684eb[_0x599494];return _0x449fd5;},a94_0x5994(_0x1f05d,_0x1f2f5d);}var a94_0x2daeb7=a94_0x5994;(function(_0x24e762,_0x29443b){var _0x4e43a0=a94_0x5994,_0x142744=_0x24e762();while(!![]){try{var _0x41c932=-parseInt(_0x4e43a0(0xfb))/0x1+parseInt(_0x4e43a0(0xf9))/0x2*(parseInt(_0x4e43a0(0xfc))/0x3)+parseInt(_0x4e43a0(0xf8))/0x4+parseInt(_0x4e43a0(0xfe))/0x5+-parseInt(_0x4e43a0(0x100))/0x6+-parseInt(_0x4e43a0(0xfa))/0x7*(-parseInt(_0x4e43a0(0xff))/0x8)+-parseInt(_0x4e43a0(0xfd))/0x9;if(_0x41c932===_0x29443b)break;else _0x142744['push'](_0x142744['shift']());}catch(_0x54ec67){_0x142744['push'](_0x142744['shift']());}}}(a94_0xc684,0xbd78f),exports['BROWSERSTACK_GRR_US_HUB_URL']=a94_0x2daeb7(0xf7));function a94_0xc684(){var _0xe390e=['6286284rXilmp','https://hub-use-only.browserstack.com/wd/hub','5866596lendwS','4UxCbhf','3280487dvJEOQ','1300300AgJVcy','97485MahshC','1466622DeBYMl','1747445eFzLmH','24cPfSPh'];a94_0xc684=function(){return _0xe390e;};return a94_0xc684();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a95_0x741c(_0x35fe54,_0x392662){var _0xae6a87=a95_0xae6a();return a95_0x741c=function(_0x741c42,_0x4c4861){_0x741c42=_0x741c42-0x126;var _0x41dd24=_0xae6a87[_0x741c42];return _0x41dd24;},a95_0x741c(_0x35fe54,_0x392662);}(function(_0x2f9d88,_0x4c2fef){var _0x4a624e=a95_0x741c,_0x156e34=_0x2f9d88();while(!![]){try{var _0x3ea0c3=-parseInt(_0x4a624e(0x130))/0x1+-parseInt(_0x4a624e(0x128))/0x2*(parseInt(_0x4a624e(0x129))/0x3)+-parseInt(_0x4a624e(0x12d))/0x4*(parseInt(_0x4a624e(0x132))/0x5)+-parseInt(_0x4a624e(0x12c))/0x6*(-parseInt(_0x4a624e(0x134))/0x7)+parseInt(_0x4a624e(0x12a))/0x8*(-parseInt(_0x4a624e(0x12b))/0x9)+-parseInt(_0x4a624e(0x127))/0xa+parseInt(_0x4a624e(0x138))/0xb*(parseInt(_0x4a624e(0x135))/0xc);if(_0x3ea0c3===_0x4c2fef)break;else _0x156e34['push'](_0x156e34['shift']());}catch(_0x1ca357){_0x156e34['push'](_0x156e34['shift']());}}}(a95_0xae6a,0xa328d),exports['setCentralScannerData']=(_0x2ec7a6,_0x508d9d,_0x9e2e35)=>{var _0x42bec3=a95_0x741c,_0x47977e={'llQyJ':function(_0x184c5e,_0x52a670){return _0x184c5e(_0x52a670);},'RnzNl':function(_0x3d6dc9,_0x972cb6){return _0x3d6dc9||_0x972cb6;}};_0x2ec7a6[_0x42bec3(0x131)]={'http_code':_0x47977e['llQyJ'](String,_0x508d9d)||null,'redirect_url':_0x47977e[_0x42bec3(0x137)](_0x9e2e35,null),'token':process[_0x42bec3(0x126)][_0x42bec3(0x12f)]||null},process[_0x42bec3(0x126)][_0x42bec3(0x136)]&&(_0x2ec7a6[_0x42bec3(0x131)][_0x42bec3(0x12e)]=JSON[_0x42bec3(0x133)](process['env'][_0x42bec3(0x136)])||null);});function a95_0xae6a(){var _0x12cf3f=['parse','21588EqMOGI','852FtQhwL','A11Y_SCAN_RESULT','RnzNl','243881xgMbpY','env','1060400MiCfQG','20JVGDwB','28221jrEPxl','6061872GQxWcz','9glPGWA','1608WRdXLs','2700kZsxHo','a11y_scanner','BROWSERSTACK_CENTRAL_SCANNER_JWT','198733XfnkhF','central_scanner_log','4265kLyijY'];a95_0xae6a=function(){return _0x12cf3f;};return a95_0xae6a();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a96_0x165990=a96_0xb05f;(function(_0x6a3ae1,_0x23c52a){const _0x5e6288=a96_0xb05f,_0x2c7eec=_0x6a3ae1();while(!![]){try{const _0x523a3a=-parseInt(_0x5e6288(0xc3))/0x1+parseInt(_0x5e6288(0xc4))/0x2*(-parseInt(_0x5e6288(0xc6))/0x3)+-parseInt(_0x5e6288(0xc1))/0x4+-parseInt(_0x5e6288(0xb9))/0x5*(-parseInt(_0x5e6288(0xc9))/0x6)+parseInt(_0x5e6288(0xbf))/0x7+-parseInt(_0x5e6288(0xc8))/0x8*(-parseInt(_0x5e6288(0xbe))/0x9)+parseInt(_0x5e6288(0xc2))/0xa*(-parseInt(_0x5e6288(0xbd))/0xb);if(_0x523a3a===_0x23c52a)break;else _0x2c7eec['push'](_0x2c7eec['shift']());}catch(_0x48a2e9){_0x2c7eec['push'](_0x2c7eec['shift']());}}}(a96_0x1f23,0x192b8));const logger=require(a96_0x165990(0xc0))['winstonLogger'];function createClassLogger(_0x77255c){const _0x5a22fc=a96_0x165990;return{'info':(_0x1e4a55,..._0xe23bb7)=>logger['info']('['+_0x77255c+']\x20'+_0x1e4a55,..._0xe23bb7),'debug':(_0x10db8a,..._0x42f12f)=>logger[_0x5a22fc(0xbb)]('['+_0x77255c+']\x20'+_0x10db8a,..._0x42f12f),'warn':(_0x1c9a50,..._0xbb1b7a)=>logger[_0x5a22fc(0xc7)]('['+_0x77255c+']\x20'+_0x1c9a50,..._0xbb1b7a),'error':(_0x216280,..._0x5a9516)=>logger[_0x5a22fc(0xba)]('['+_0x77255c+']\x20'+_0x216280,..._0x5a9516),'verbose':(_0x1e9826,..._0x338546)=>logger['verbose']('['+_0x77255c+']\x20'+_0x1e9826,..._0x338546)};}const a96_0x2bb9a0={};a96_0x2bb9a0[a96_0x165990(0xc5)]=createClassLogger,module[a96_0x165990(0xbc)]=a96_0x2bb9a0;function a96_0xb05f(_0x1152aa,_0x1a21c3){const _0x1f2375=a96_0x1f23();return a96_0xb05f=function(_0xb05f4,_0x365e0e){_0xb05f4=_0xb05f4-0xb9;let _0x55ad64=_0x1f2375[_0xb05f4];return _0x55ad64;},a96_0xb05f(_0x1152aa,_0x1a21c3);}function a96_0x1f23(){const _0x396f58=['48352NwktGy','68922GNAdBi','25uXfBLe','error','debug','exports','11pgTZvD','171SDHtim','1308531wRogee','./logger.js','59656nrDqMv','1551670WAUJTl','47947jmMJMH','7616fqWcWn','createClassLogger','30ODezOv','warn'];a96_0x1f23=function(){return _0x396f58;};return a96_0x1f23();}
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a97_0x98dbef=a97_0x4e87;function a97_0x4e87(_0x1040a5,_0xba77f1){var _0xed9073=a97_0xed90();return a97_0x4e87=function(_0x4e8731,_0x341012){_0x4e8731=_0x4e8731-0x18c;var _0x592332=_0xed9073[_0x4e8731];return _0x592332;},a97_0x4e87(_0x1040a5,_0xba77f1);}(function(_0x5cb4b0,_0x1b42cd){var _0x500c0b=a97_0x4e87,_0x186234=_0x5cb4b0();while(!![]){try{var _0x2ef477=parseInt(_0x500c0b(0x18e))/0x1+-parseInt(_0x500c0b(0x199))/0x2*(parseInt(_0x500c0b(0x18d))/0x3)+-parseInt(_0x500c0b(0x192))/0x4+parseInt(_0x500c0b(0x190))/0x5*(-parseInt(_0x500c0b(0x196))/0x6)+-parseInt(_0x500c0b(0x194))/0x7+parseInt(_0x500c0b(0x191))/0x8+parseInt(_0x500c0b(0x195))/0x9;if(_0x2ef477===_0x1b42cd)break;else _0x186234['push'](_0x186234['shift']());}catch(_0x2e0fad){_0x186234['push'](_0x186234['shift']());}}}(a97_0xed90,0x584db));class Global{static [a97_0x98dbef(0x197)];constructor(){var _0x4c79e3=a97_0x98dbef;if(Global[_0x4c79e3(0x197)])return Global[_0x4c79e3(0x197)];this[_0x4c79e3(0x193)]=global,Global['__instance']=this;}[a97_0x98dbef(0x18c)](_0x268779,_0x2ef92c){var _0x4b6b3e=a97_0x98dbef;this[_0x4b6b3e(0x193)][_0x268779]=_0x2ef92c;}[a97_0x98dbef(0x18f)](_0x5273ad){var _0x353b19=a97_0x98dbef;return this[_0x353b19(0x193)][_0x5273ad];}}function a97_0xed90(){var _0xfdf3e6=['2rhYIYS','setGlobal','1016493LjIIMN','102302eLMkvk','getGlobal','8620lxVxSU','1618528ZKRmsm','2482052iFMrLu','browserStackGlobals','3200708qIhKvm','14628357IzEJIK','528BaSKgR','__instance','exports'];a97_0xed90=function(){return _0xfdf3e6;};return a97_0xed90();}module[a97_0x98dbef(0x198)]=new Global();
|