browserstack-node-sdk 1.40.4 → 1.40.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/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_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/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 a91_0x4702(_0x540e30,_0x1c8836){var _0x3d3445=a91_0x3d34();return a91_0x4702=function(_0x4702db,_0x510979){_0x4702db=_0x4702db-0x159;var _0x405846=_0x3d3445[_0x4702db];return _0x405846;},a91_0x4702(_0x540e30,_0x1c8836);}function a91_0x3d34(){var _0x5c7405=['chromedriverUseSystemExecutable','app','chromedriverDisableBuildCheck','useKeystore','ignoreUnimportantViews','dontStopAppOnReset','webviewConnectRetries','autoDismissAlerts','shouldUseSingletonTestManager','autoWebviewTimeout','appWaitPackage','BROWSERSTACK_ACCESS_KEY','enablePerformanceLogging','100JglMit','keyPassword','lsshU','rerunTests','EsAkg','newCommandTimeout','3815MCisIz','QsIKf','startIWDP','SYGtQ','keepKeyChains','keychainPassword','lxfAK','avdReadyTimeout','gpsEnabled','browserstack.automation','vssDN','androidScreenshotPath','browserstack.local','KepGY','unlockKey','1986uxrMRX','browserstack.projectName','locationServicesEnabled','automation','mockLocationApp','byGKH','BROWSERSTACK_PARALLELS_PER_PLATFORM','23932UkzMzp','iosInstallPause','localIdentifier','browserstack.app','chromedriverExecutableDir','autoGrantPermissions','browserstack.logLevel','buildIdentifier','buildName','logcatFilterSpecs','locationServicesAuthorized','chromedriverPorts','WrPEj','AApBD','logLevel','runPreviouslyFailedFirst','AAzfC','BROWSERSTACK_LOG_DIR','KreVQ','ayJjh','isHeadless','qVkGo','xcodeConfigFile','EnvCapsMapping','KvOIR','appWaitActivity','SNSEX','usePrebuiltWDA','tapWithShortPressDuration','interKeyDelay','browserstack.ppp','autoAcceptAlerts','eventTimings','chromedriverPort','boxrd','wdaLocalPort','keychainPath','webviewDevtoolsPort','eXVHN','browserstack.testOrchestration.rerunPreviouslyFailed','ikJQl','nativeWebScreenshot','language','87AHUCgG','networkSpeed','safariAllowPopups','BROWSERSTACK_OBSERVABILITY_DEBUG','chromedriverExecutable','browserstack.testOrchestration.skipFlakyandFailed','resetOnSessionStartOnly','NCwWn','tnqNt','localeScript','logcatFormat','BROWSERSTACK_USERNAME','safariInitialUrl','BROWSERSTACK_LOCAL_IDENTIFIER','enableWebviewDetailsCollection','xcodeOrgId','remoteAppsCacheLimit','updatedWDABundleId','abortBuildOnFailure','deviceReadyTimeout','unicodeKeyboard','BROWSERSTACK_APP_ID','FcrOk','uninstallOtherPackages','remoteDebugProxy','dpsUf','fullContextList','showXcodeLog','browserstackLocal','BROWSERSTACK_PROJECT_NAME','accessKey','browserstack.testOrchestration.retryTestsOnFailure','otherApps','parallelsPerPlatform','browserstack.logDir','webkitResponseTimeout','rerunPreviouslyFailed','safariOpenLinksInBackground','skipFlakyandFailed','ignoreHiddenApiPolicyError','remoteAdbHost','BROWSERSTACK_BUILD_IDENTIFIER','locale','chromeOptions','intentCategory','chromedriverArgs','safariIgnoreFraudWarning','PoztL','441676SVRUQE','CLICapsMapping','calendarFormat','YJSJI','HytWx','noSign','buildToolsVersion','675585KaxvJi','FsWXT','skipLogCapture','skipDeviceInitialization','simpleIsVisibleCheck','xcodeSigningId','intentFlags','enforceAppInstall','wdaLaunchTimeout','IOFAJ','clearSystemFiles','logDir','androidDeviceSocket','CYXxc','optionalIntentArguments','systemPort','browserstack.testOrchestration.runPreviouslyFailedFirst','allowTestPackages','1225096StoKXr','browserstack.buildName','wdaConnectionTimeout','localizableStringsDir','udid','deviceName','CILKV','browserstack.localIdentifier','BROWSERSTACK_BUILD_NAME','showIOSLog','gwdwB','browserstack.config','preventWDAAttachments','connectHardwareKeyboard','androidCoverage','platformVersion','PVvKu','disableAndroidWatchers','XRwIU','bundleId','BROWSERSTACK_USER_NAME','avdLaunchTimeout','processArguments','zdADE','215084ZTeeEf','browserstack.rerunTests','yEDMn','2495290rpytVL','browserstack.accessKey','disableWindowAnimation','keystorePath','jNOCn','printPageSourceOnFindFailure','resetKeyboard','QJYPB','wdaStartupRetries','avdArgs','customSSLCert','useNewWDA','intentAction','browserstack.parallelsPerPlatform','adbPort','allowDelayAdb'];a91_0x3d34=function(){return _0x5c7405;};return a91_0x3d34();}var a91_0x550ffc=a91_0x4702;(function(_0x334227,_0x50a52b){var _0x10b008=a91_0x4702,_0x5bfc55=_0x334227();while(!![]){try{var _0x3c9167=parseInt(_0x10b008(0x1a9))/0x1+parseInt(_0x10b008(0x1da))/0x2+parseInt(_0x10b008(0x179))/0x3*(parseInt(_0x10b008(0x216))/0x4)+-parseInt(_0x10b008(0x200))/0x5*(parseInt(_0x10b008(0x20f))/0x6)+parseInt(_0x10b008(0x1dd))/0x7+parseInt(_0x10b008(0x1c2))/0x8+parseInt(_0x10b008(0x1b0))/0x9*(-parseInt(_0x10b008(0x1fa))/0xa);if(_0x3c9167===_0x50a52b)break;else _0x5bfc55['push'](_0x5bfc55['shift']());}catch(_0x3949e5){_0x5bfc55['push'](_0x5bfc55['shift']());}}}(a91_0x3d34,0x37f09),exports[a91_0x550ffc(0x1aa)]=()=>{var _0x2d9b99=a91_0x550ffc,_0x5ab01b={};_0x5ab01b[_0x2d9b99(0x1bd)]='browserstack.user_name',_0x5ab01b[_0x2d9b99(0x1fc)]='browserstack.userName',_0x5ab01b[_0x2d9b99(0x160)]='browserstack.access_key',_0x5ab01b['CQsHS']=_0x2d9b99(0x1de),_0x5ab01b['SNSEX']=_0x2d9b99(0x1c3),_0x5ab01b['yEDMn']=_0x2d9b99(0x210),_0x5ab01b[_0x2d9b99(0x1c8)]='browserstack.buildIdentifier',_0x5ab01b['FcrOk']=_0x2d9b99(0x16c),_0x5ab01b[_0x2d9b99(0x166)]=_0x2d9b99(0x1ea),_0x5ab01b['eXVHN']=_0x2d9b99(0x20c),_0x5ab01b[_0x2d9b99(0x203)]=_0x2d9b99(0x1c9),_0x5ab01b[_0x2d9b99(0x206)]=_0x2d9b99(0x1db),_0x5ab01b[_0x2d9b99(0x163)]=_0x2d9b99(0x219),_0x5ab01b[_0x2d9b99(0x1b1)]=_0x2d9b99(0x21c),_0x5ab01b[_0x2d9b99(0x20a)]=_0x2d9b99(0x209),_0x5ab01b[_0x2d9b99(0x15e)]=_0x2d9b99(0x19b),_0x5ab01b['HytWx']=_0x2d9b99(0x1cd),_0x5ab01b[_0x2d9b99(0x1d4)]='browserstackConfigFile',_0x5ab01b[_0x2d9b99(0x170)]=_0x2d9b99(0x198),_0x5ab01b[_0x2d9b99(0x15b)]='browserstack.testOrchestration.abortBuildOnFailure',_0x5ab01b['NCwWn']=_0x2d9b99(0x1c0),_0x5ab01b[_0x2d9b99(0x161)]=_0x2d9b99(0x175),_0x5ab01b[_0x2d9b99(0x1fe)]=_0x2d9b99(0x17e);var _0x678411=_0x5ab01b,_0x83c382={};return _0x83c382['userName']=[_0x678411[_0x2d9b99(0x1bd)],_0x678411[_0x2d9b99(0x1fc)]],_0x83c382[_0x2d9b99(0x197)]=[_0x678411['KreVQ'],_0x678411['CQsHS']],_0x83c382[_0x2d9b99(0x21e)]=[_0x678411[_0x2d9b99(0x168)]],_0x83c382['projectName']=[_0x678411[_0x2d9b99(0x1dc)]],_0x83c382[_0x2d9b99(0x21d)]=[_0x678411['CILKV']],_0x83c382[_0x2d9b99(0x19a)]=[_0x678411[_0x2d9b99(0x18f)],_0x678411[_0x2d9b99(0x166)]],_0x83c382[_0x2d9b99(0x195)]=[_0x678411[_0x2d9b99(0x174)]],_0x83c382[_0x2d9b99(0x218)]=[_0x678411[_0x2d9b99(0x203)]],_0x83c382['rerunTests']=[_0x678411[_0x2d9b99(0x206)]],_0x83c382[_0x2d9b99(0x1ee)]=[_0x678411['qVkGo']],_0x83c382[_0x2d9b99(0x15c)]=[_0x678411[_0x2d9b99(0x1b1)]],_0x83c382['automation']=[_0x678411[_0x2d9b99(0x20a)]],_0x83c382[_0x2d9b99(0x1bb)]=[_0x678411[_0x2d9b99(0x15e)]],_0x83c382['browserstackConfigFile']=[_0x678411[_0x2d9b99(0x1ad)],_0x678411[_0x2d9b99(0x1d4)]],_0x83c382['retryTestsOnFailure']=[_0x678411['boxrd']],_0x83c382[_0x2d9b99(0x18b)]=[_0x678411[_0x2d9b99(0x15b)]],_0x83c382[_0x2d9b99(0x15d)]=[_0x678411[_0x2d9b99(0x180)]],_0x83c382[_0x2d9b99(0x19d)]=[_0x678411['ayJjh']],_0x83c382[_0x2d9b99(0x19f)]=[_0x678411[_0x2d9b99(0x1fe)]],_0x83c382;},exports[a91_0x550ffc(0x165)]=()=>{var _0x23ecbf=a91_0x550ffc,_0x38c733={};_0x38c733[_0x23ecbf(0x20d)]=_0x23ecbf(0x184),_0x38c733['IOFAJ']=_0x23ecbf(0x1d6),_0x38c733['PoztL']=_0x23ecbf(0x1f8),_0x38c733[_0x23ecbf(0x181)]=_0x23ecbf(0x1ca),_0x38c733['dpsUf']=_0x23ecbf(0x196),_0x38c733[_0x23ecbf(0x214)]=_0x23ecbf(0x1a2),_0x38c733['gwdwB']=_0x23ecbf(0x215),_0x38c733[_0x23ecbf(0x15a)]='BROWSERSTACK_LOCAL',_0x38c733[_0x23ecbf(0x1d2)]=_0x23ecbf(0x186),_0x38c733[_0x23ecbf(0x1e4)]='BROWSERSTACK_RERUN_TESTS',_0x38c733[_0x23ecbf(0x1d9)]=_0x23ecbf(0x18e),_0x38c733['ikJQl']='BROWSERSTACK_APP',_0x38c733['jNOCn']=_0x23ecbf(0x17c),_0x38c733[_0x23ecbf(0x1ac)]='BROWSERSTACK_AUTOMATION',_0x38c733[_0x23ecbf(0x201)]=_0x23ecbf(0x15f);var _0x5d6dbd=_0x38c733,_0x4dbe1e={};return _0x4dbe1e['userName']=[_0x5d6dbd[_0x23ecbf(0x20d)],_0x5d6dbd[_0x23ecbf(0x1b9)]],_0x4dbe1e['accessKey']=[_0x5d6dbd[_0x23ecbf(0x1a8)]],_0x4dbe1e[_0x23ecbf(0x21e)]=[_0x5d6dbd[_0x23ecbf(0x181)]],_0x4dbe1e['projectName']=[_0x5d6dbd[_0x23ecbf(0x192)]],_0x4dbe1e[_0x23ecbf(0x21d)]=[_0x5d6dbd['byGKH']],_0x4dbe1e[_0x23ecbf(0x19a)]=[_0x5d6dbd[_0x23ecbf(0x1cc)]],_0x4dbe1e[_0x23ecbf(0x195)]=[_0x5d6dbd[_0x23ecbf(0x15a)]],_0x4dbe1e[_0x23ecbf(0x218)]=[_0x5d6dbd[_0x23ecbf(0x1d2)]],_0x4dbe1e[_0x23ecbf(0x1fd)]=[_0x5d6dbd[_0x23ecbf(0x1e4)]],_0x4dbe1e['app']=[_0x5d6dbd[_0x23ecbf(0x1d9)],_0x5d6dbd[_0x23ecbf(0x176)]],_0x4dbe1e['logLevel']=[_0x5d6dbd[_0x23ecbf(0x1e1)]],_0x4dbe1e[_0x23ecbf(0x212)]=[_0x5d6dbd[_0x23ecbf(0x1ac)]],_0x4dbe1e['logDir']=[_0x5d6dbd[_0x23ecbf(0x201)]],_0x4dbe1e;},exports['AppiumCaps']=()=>['automationName',a91_0x550ffc(0x1d1),a91_0x550ffc(0x1c7),a91_0x550ffc(0x1ff),a91_0x550ffc(0x1ee),a91_0x550ffc(0x1c6),a91_0x550ffc(0x178),a91_0x550ffc(0x1a3),'orientation','autoWebview','noReset','fullReset',a91_0x550ffc(0x1ba),a91_0x550ffc(0x16e),a91_0x550ffc(0x1f9),a91_0x550ffc(0x199),a91_0x550ffc(0x1e2),'appActivity','appPackage',a91_0x550ffc(0x167),a91_0x550ffc(0x1f7),'appWaitDuration',a91_0x550ffc(0x18c),a91_0x550ffc(0x1c1),a91_0x550ffc(0x1d0),'androidCoverageEndIntent','androidDeviceReadyTimeout',a91_0x550ffc(0x1eb),a91_0x550ffc(0x1bc),'androidInstallTimeout','androidInstallPath','avd',a91_0x550ffc(0x1d7),a91_0x550ffc(0x207),a91_0x550ffc(0x1e6),a91_0x550ffc(0x1f0),a91_0x550ffc(0x1e0),'keystorePassword','keyAlias',a91_0x550ffc(0x1fb),a91_0x550ffc(0x17d),a91_0x550ffc(0x1a6),a91_0x550ffc(0x21a),'chromedriverChromeMappingFile',a91_0x550ffc(0x1ed),a91_0x550ffc(0x16f),a91_0x550ffc(0x159),a91_0x550ffc(0x1ef),a91_0x550ffc(0x1f6),a91_0x550ffc(0x1e9),a91_0x550ffc(0x1a5),a91_0x550ffc(0x1b6),a91_0x550ffc(0x1be),a91_0x550ffc(0x1f2),a91_0x550ffc(0x18d),a91_0x550ffc(0x1e3),a91_0x550ffc(0x1ae),a91_0x550ffc(0x1f1),a91_0x550ffc(0x1d3),a91_0x550ffc(0x1a4),'recreateChromeDriverSessions',a91_0x550ffc(0x177),a91_0x550ffc(0x20b),a91_0x550ffc(0x17a),a91_0x550ffc(0x208),a91_0x550ffc(0x162),'adbExecTimeout',a91_0x550ffc(0x182),a91_0x550ffc(0x1b3),a91_0x550ffc(0x21b),'androidNaturalOrientation',a91_0x550ffc(0x1bf),a91_0x550ffc(0x1a1),'skipUnlock','unlockType',a91_0x550ffc(0x20e),'autoLaunch','skipLogcatCapture',a91_0x550ffc(0x190),a91_0x550ffc(0x1df),a91_0x550ffc(0x1af),a91_0x550ffc(0x1b7),'ensureWebviewsHavePages',a91_0x550ffc(0x173),a91_0x550ffc(0x187),a91_0x550ffc(0x189),a91_0x550ffc(0x1ab),a91_0x550ffc(0x1d5),'launchTimeout',a91_0x550ffc(0x211),a91_0x550ffc(0x220),a91_0x550ffc(0x16d),a91_0x550ffc(0x1f4),'nativeInstrumentsLib','nativeWebTap',a91_0x550ffc(0x185),a91_0x550ffc(0x17b),a91_0x550ffc(0x1a7),a91_0x550ffc(0x19e),a91_0x550ffc(0x204),a91_0x550ffc(0x1c5),a91_0x550ffc(0x1d8),a91_0x550ffc(0x16b),a91_0x550ffc(0x1cb),'sendKeyStrategy',a91_0x550ffc(0x19c),'screenshotWaitTimeout',a91_0x550ffc(0x191),'enableAsyncExecuteFromHttps',a91_0x550ffc(0x1b2),'webkitDebugProxyPort',a91_0x550ffc(0x193),'waitForAppScript',a91_0x550ffc(0x1f3),'appName',a91_0x550ffc(0x1e7),a91_0x550ffc(0x16a),'scaleFactor',a91_0x550ffc(0x171),a91_0x550ffc(0x194),a91_0x550ffc(0x217),a91_0x550ffc(0x164),a91_0x550ffc(0x205),a91_0x550ffc(0x169),a91_0x550ffc(0x1ce),'webDriverAgentUrl',a91_0x550ffc(0x172),a91_0x550ffc(0x1e8),a91_0x550ffc(0x1b8),a91_0x550ffc(0x1c4),a91_0x550ffc(0x188),a91_0x550ffc(0x1b5),a91_0x550ffc(0x18a),a91_0x550ffc(0x17f),'commandTimeouts',a91_0x550ffc(0x1e5),'wdaStartupRetryInterval',a91_0x550ffc(0x1cf),'maxTypingFrequency',a91_0x550ffc(0x1b4),'useCarthageSsl',a91_0x550ffc(0x1f5),a91_0x550ffc(0x202),'allowTouchIdEnroll',a91_0x550ffc(0x1a0),a91_0x550ffc(0x213),a91_0x550ffc(0x183),a91_0x550ffc(0x21f),a91_0x550ffc(0x1ec)]);
|
|
1
|
+
function a91_0x36a6(_0x3dfb23,_0x352f5f){var _0x8f76e5=a91_0x8f76();return a91_0x36a6=function(_0x36a6ab,_0xae1855){_0x36a6ab=_0x36a6ab-0x17b;var _0x160cd4=_0x8f76e5[_0x36a6ab];return _0x160cd4;},a91_0x36a6(_0x3dfb23,_0x352f5f);}var a91_0x4e1aa8=a91_0x36a6;function a91_0x8f76(){var _0x2c12f9=['EIcQN','clearSystemFiles','xcodeConfigFile','chromedriverPort','mockLocationApp','simpleIsVisibleCheck','nVaAr','AppiumCaps','browserstack.localIdentifier','keepKeyChains','iosInstallPause','browserstack.buildIdentifier','platformVersion','UQOoc','2755374EJglrA','showIOSLog','allowTouchIdEnroll','disableWindowAnimation','parallelsPerPlatform','resetOnSessionStartOnly','browserstack.app','eventTimings','2471802JRISNG','app','pgdOF','nativeInstrumentsLib','7eBZMTR','safariIgnoreFraudWarning','icclB','browserstackConfigFile','fullContextList','YlBon','kmMmN','androidDeviceReadyTimeout','HnUWJ','autoAcceptAlerts','BROWSERSTACK_USERNAME','safariOpenLinksInBackground','gpsEnabled','BROWSERSTACK_LOCAL_IDENTIFIER','startIWDP','webkitResponseTimeout','xJjQr','5995256hnRfSH','browserstack.config','androidDeviceSocket','skipLogcatCapture','browserstack.automation','orientation','spTnw','orXpc','chromedriverArgs','avdArgs','LXVrl','Dmgbm','appActivity','browserstack.testOrchestration.skipFlakyandFailed','skipUnlock','Htlui','skipFlakyandFailed','interKeyDelay','chromedriverPorts','localIdentifier','vSniO','locale','keyPassword','otherApps','allowDelayAdb','BROWSERSTACK_PARALLELS_PER_PLATFORM','chromedriverDisableBuildCheck','dSnCN','uninstallOtherPackages','intentCategory','cgjAm','buildIdentifier','axvfC','sYARU','keychainPath','launchTimeout','oydsm','accessKey','processArguments','usePrebuiltWDA','sVSRw','webkitDebugProxyPort','customSSLCert','retryTestsOnFailure','noSign','adbPort','abortBuildOnFailure','autoWebviewTimeout','sendKeyStrategy','wdaLaunchTimeout','browserstack.parallelsPerPlatform','unlockType','intentFlags','appWaitActivity','AVfjQ','newCommandTimeout','ignoreHiddenApiPolicyError','avd','appName','chromeOptions','browserstack.logLevel','locationServicesEnabled','useNewWDA','keyAlias','xrRvZ','allowTestPackages','466449nUIokc','webviewConnectRetries','webDriverAgentUrl','scaleFactor','remoteAdbHost','browserstack.projectName','HcWwI','systemPort','xhMQm','BROWSERSTACK_USER_NAME','skipLogCapture','browserstack.testOrchestration.retryTestsOnFailure','tapWithShortPressDuration','browserstack.local','stYUS','intentAction','rxsTd','androidInstallPath','BROWSERSTACK_BUILD_NAME','resetKeyboard','IpXhH','udid','wdaStartupRetryInterval','androidCoverage','runPreviouslyFailedFirst','BROWSERSTACK_PROJECT_NAME','browserstack.testOrchestration.abortBuildOnFailure','avdLaunchTimeout','BROWSERSTACK_ACCESS_KEY','androidCoverageEndIntent','printPageSourceOnFindFailure','browserstack.rerunTests','browserstack.access_key','2299828abGxHl','remoteDebugProxy','13633974ncMwse','deviceName','appWaitPackage','enforceAppInstall','calendarFormat','xcodeSigningId','wdaConnectionTimeout','XtWnd','commandTimeouts','autoLaunch','enableAsyncExecuteFromHttps','hjHVg','shouldUseSingletonTestManager','waitForAppScript','useCarthageSsl','keychainPassword','BROWSERSTACK_AUTOMATION','dontStopAppOnReset','browserstack.logDir','WGheO','browserstack.testOrchestration.runPreviouslyFailedFirst','connectHardwareKeyboard','xcodeOrgId','wdaStartupRetries','browserstack.user_name','skipDeviceInitialization','autoGrantPermissions','bundleId','isHeadless','logLevel','enableWebviewDetailsCollection','showXcodeLog','608735WePdlO','safariAllowPopups','androidScreenshotPath','BROWSERSTACK_APP_ID','useKeystore','ensureWebviewsHavePages','browserstackLocal','chromedriverExecutableDir','remoteAppsCacheLimit','webviewDevtoolsPort','chromedriverExecutable','screenshotWaitTimeout','buildName','EnvCapsMapping','rerunTests','keystorePassword','qDUXf','logcatFormat','localizableStringsDir','BROWSERSTACK_BUILD_IDENTIFIER','maxTypingFrequency','zUeXx','20qkZdfQ','wdaLocalPort','logDir','PLDZF','rerunPreviouslyFailed'];a91_0x8f76=function(){return _0x2c12f9;};return a91_0x8f76();}(function(_0x5c550c,_0x631372){var _0xaede00=a91_0x36a6,_0x537bfb=_0x5c550c();while(!![]){try{var _0x125ec1=parseInt(_0xaede00(0x228))/0x1+parseInt(_0xaede00(0x17e))/0x2+parseInt(_0xaede00(0x1c9))/0x3+-parseInt(_0xaede00(0x1b6))/0x4*(parseInt(_0xaede00(0x1a0))/0x5)+-parseInt(_0xaede00(0x1d1))/0x6*(parseInt(_0xaede00(0x1d5))/0x7)+parseInt(_0xaede00(0x1e6))/0x8+-parseInt(_0xaede00(0x180))/0x9;if(_0x125ec1===_0x631372)break;else _0x537bfb['push'](_0x537bfb['shift']());}catch(_0x2e6db8){_0x537bfb['push'](_0x537bfb['shift']());}}}(a91_0x8f76,0xb6c60),exports['CLICapsMapping']=()=>{var _0x1660c5=a91_0x36a6,_0x21a1f8={};_0x21a1f8[_0x1660c5(0x1da)]=_0x1660c5(0x198),_0x21a1f8[_0x1660c5(0x1e5)]='browserstack.userName',_0x21a1f8[_0x1660c5(0x1f0)]=_0x1660c5(0x17d),_0x21a1f8[_0x1660c5(0x20e)]='browserstack.accessKey',_0x21a1f8[_0x1660c5(0x238)]='browserstack.buildName',_0x21a1f8[_0x1660c5(0x1bb)]=_0x1660c5(0x22d),_0x21a1f8[_0x1660c5(0x206)]=_0x1660c5(0x1c6),_0x21a1f8[_0x1660c5(0x226)]='browserstack.ppp',_0x21a1f8[_0x1660c5(0x230)]=_0x1660c5(0x218),_0x21a1f8[_0x1660c5(0x1dd)]=_0x1660c5(0x235),_0x21a1f8['qtBbs']=_0x1660c5(0x1c3),_0x21a1f8[_0x1660c5(0x1b9)]=_0x1660c5(0x17c),_0x21a1f8['TGzGZ']=_0x1660c5(0x1cf),_0x21a1f8[_0x1660c5(0x22e)]=_0x1660c5(0x222),_0x21a1f8[_0x1660c5(0x1b0)]=_0x1660c5(0x1ea),_0x21a1f8[_0x1660c5(0x201)]=_0x1660c5(0x192),_0x21a1f8[_0x1660c5(0x187)]=_0x1660c5(0x1e7),_0x21a1f8[_0x1660c5(0x1d7)]=_0x1660c5(0x1d8),_0x21a1f8[_0x1660c5(0x20a)]=_0x1660c5(0x233),_0x21a1f8[_0x1660c5(0x207)]=_0x1660c5(0x242),_0x21a1f8['Dmgbm']=_0x1660c5(0x194),_0x21a1f8[_0x1660c5(0x1d3)]='browserstack.testOrchestration.rerunPreviouslyFailed',_0x21a1f8[_0x1660c5(0x21c)]=_0x1660c5(0x1f3);var _0x437d8c=_0x21a1f8,_0x3dd86b={};return _0x3dd86b['userName']=[_0x437d8c[_0x1660c5(0x1da)],_0x437d8c[_0x1660c5(0x1e5)]],_0x3dd86b[_0x1660c5(0x20b)]=[_0x437d8c[_0x1660c5(0x1f0)],_0x437d8c[_0x1660c5(0x20e)]],_0x3dd86b['buildName']=[_0x437d8c[_0x1660c5(0x238)]],_0x3dd86b['projectName']=[_0x437d8c[_0x1660c5(0x1bb)]],_0x3dd86b['buildIdentifier']=[_0x437d8c[_0x1660c5(0x206)]],_0x3dd86b[_0x1660c5(0x1cd)]=[_0x437d8c[_0x1660c5(0x226)],_0x437d8c['xhMQm']],_0x3dd86b[_0x1660c5(0x1a6)]=[_0x437d8c[_0x1660c5(0x1dd)]],_0x3dd86b[_0x1660c5(0x1f9)]=[_0x437d8c['qtBbs']],_0x3dd86b[_0x1660c5(0x1ae)]=[_0x437d8c[_0x1660c5(0x1b9)]],_0x3dd86b[_0x1660c5(0x1d2)]=[_0x437d8c['TGzGZ']],_0x3dd86b['logLevel']=[_0x437d8c[_0x1660c5(0x22e)]],_0x3dd86b['automation']=[_0x437d8c['qDUXf']],_0x3dd86b[_0x1660c5(0x1b8)]=[_0x437d8c[_0x1660c5(0x201)]],_0x3dd86b[_0x1660c5(0x1d8)]=[_0x437d8c[_0x1660c5(0x187)],_0x437d8c[_0x1660c5(0x1d7)]],_0x3dd86b[_0x1660c5(0x211)]=[_0x437d8c[_0x1660c5(0x20a)]],_0x3dd86b[_0x1660c5(0x214)]=[_0x437d8c[_0x1660c5(0x207)]],_0x3dd86b[_0x1660c5(0x240)]=[_0x437d8c[_0x1660c5(0x1f1)]],_0x3dd86b[_0x1660c5(0x1ba)]=[_0x437d8c['pgdOF']],_0x3dd86b[_0x1660c5(0x1f6)]=[_0x437d8c[_0x1660c5(0x21c)]],_0x3dd86b;},exports[a91_0x4e1aa8(0x1ad)]=()=>{var _0x2645c3=a91_0x4e1aa8,_0x4129f6={};_0x4129f6[_0x2645c3(0x23c)]=_0x2645c3(0x1df),_0x4129f6['cgjAm']=_0x2645c3(0x231),_0x4129f6[_0x2645c3(0x1ec)]=_0x2645c3(0x244),_0x4129f6[_0x2645c3(0x1f5)]=_0x2645c3(0x23a),_0x4129f6['WGheO']=_0x2645c3(0x241),_0x4129f6[_0x2645c3(0x1c1)]=_0x2645c3(0x1b3),_0x4129f6[_0x2645c3(0x1b5)]=_0x2645c3(0x1ff),_0x4129f6['QQpeq']='BROWSERSTACK_LOCAL',_0x4129f6[_0x2645c3(0x1fa)]=_0x2645c3(0x1e2),_0x4129f6[_0x2645c3(0x18b)]='BROWSERSTACK_RERUN_TESTS',_0x4129f6['kmMmN']=_0x2645c3(0x1a3),_0x4129f6[_0x2645c3(0x1c8)]='BROWSERSTACK_APP',_0x4129f6['orXpc']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x4129f6[_0x2645c3(0x236)]=_0x2645c3(0x190),_0x4129f6['bYpNP']='BROWSERSTACK_LOG_DIR';var _0xcc1a3e=_0x4129f6,_0x69fbb={};return _0x69fbb['userName']=[_0xcc1a3e[_0x2645c3(0x23c)],_0xcc1a3e[_0x2645c3(0x204)]],_0x69fbb[_0x2645c3(0x20b)]=[_0xcc1a3e[_0x2645c3(0x1ec)]],_0x69fbb[_0x2645c3(0x1ac)]=[_0xcc1a3e[_0x2645c3(0x1f5)]],_0x69fbb['projectName']=[_0xcc1a3e[_0x2645c3(0x193)]],_0x69fbb[_0x2645c3(0x205)]=[_0xcc1a3e['nVaAr']],_0x69fbb[_0x2645c3(0x1cd)]=[_0xcc1a3e[_0x2645c3(0x1b5)]],_0x69fbb[_0x2645c3(0x1a6)]=[_0xcc1a3e['QQpeq']],_0x69fbb[_0x2645c3(0x1f9)]=[_0xcc1a3e[_0x2645c3(0x1fa)]],_0x69fbb[_0x2645c3(0x1ae)]=[_0xcc1a3e['hjHVg']],_0x69fbb[_0x2645c3(0x1d2)]=[_0xcc1a3e[_0x2645c3(0x1db)],_0xcc1a3e[_0x2645c3(0x1c8)]],_0x69fbb[_0x2645c3(0x19d)]=[_0xcc1a3e[_0x2645c3(0x1ed)]],_0x69fbb['automation']=[_0xcc1a3e[_0x2645c3(0x236)]],_0x69fbb[_0x2645c3(0x1b8)]=[_0xcc1a3e['bYpNP']],_0x69fbb;},exports[a91_0x4e1aa8(0x1c2)]=()=>['automationName',a91_0x4e1aa8(0x1c7),a91_0x4e1aa8(0x181),a91_0x4e1aa8(0x21d),a91_0x4e1aa8(0x1d2),a91_0x4e1aa8(0x23d),'language',a91_0x4e1aa8(0x1fb),a91_0x4e1aa8(0x1eb),'autoWebview','noReset','fullReset',a91_0x4e1aa8(0x1bc),a91_0x4e1aa8(0x1d0),'enablePerformanceLogging',a91_0x4e1aa8(0x1fd),a91_0x4e1aa8(0x17b),a91_0x4e1aa8(0x1f2),'appPackage',a91_0x4e1aa8(0x21b),a91_0x4e1aa8(0x182),'appWaitDuration','deviceReadyTimeout',a91_0x4e1aa8(0x227),a91_0x4e1aa8(0x23f),a91_0x4e1aa8(0x245),a91_0x4e1aa8(0x1dc),a91_0x4e1aa8(0x213),a91_0x4e1aa8(0x1e8),'androidInstallTimeout',a91_0x4e1aa8(0x239),a91_0x4e1aa8(0x21f),a91_0x4e1aa8(0x243),'avdReadyTimeout',a91_0x4e1aa8(0x1ef),a91_0x4e1aa8(0x1a4),'keystorePath',a91_0x4e1aa8(0x1af),a91_0x4e1aa8(0x225),a91_0x4e1aa8(0x1fc),a91_0x4e1aa8(0x1aa),a91_0x4e1aa8(0x1ee),a91_0x4e1aa8(0x1a7),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable',a91_0x4e1aa8(0x1be),a91_0x4e1aa8(0x1f8),a91_0x4e1aa8(0x200),a91_0x4e1aa8(0x215),a91_0x4e1aa8(0x237),a91_0x4e1aa8(0x203),a91_0x4e1aa8(0x21a),'optionalIntentArguments',a91_0x4e1aa8(0x191),'unicodeKeyboard',a91_0x4e1aa8(0x23b),a91_0x4e1aa8(0x212),'ignoreUnimportantViews','disableAndroidWatchers',a91_0x4e1aa8(0x221),'recreateChromeDriverSessions','nativeWebScreenshot',a91_0x4e1aa8(0x1a2),'networkSpeed',a91_0x4e1aa8(0x1e1),a91_0x4e1aa8(0x19c),'adbExecTimeout','localeScript',a91_0x4e1aa8(0x199),a91_0x4e1aa8(0x19a),'androidNaturalOrientation',a91_0x4e1aa8(0x22f),a91_0x4e1aa8(0x22c),a91_0x4e1aa8(0x1f4),a91_0x4e1aa8(0x219),'unlockKey',a91_0x4e1aa8(0x189),a91_0x4e1aa8(0x1e9),a91_0x4e1aa8(0x202),a91_0x4e1aa8(0x1cc),'buildToolsVersion',a91_0x4e1aa8(0x183),a91_0x4e1aa8(0x1a5),a91_0x4e1aa8(0x1a9),a91_0x4e1aa8(0x19e),a91_0x4e1aa8(0x1a8),a91_0x4e1aa8(0x184),a91_0x4e1aa8(0x19b),a91_0x4e1aa8(0x209),a91_0x4e1aa8(0x223),'locationServicesAuthorized',a91_0x4e1aa8(0x1de),'autoDismissAlerts',a91_0x4e1aa8(0x1d4),'nativeWebTap','safariInitialUrl',a91_0x4e1aa8(0x1a1),a91_0x4e1aa8(0x1d6),a91_0x4e1aa8(0x1e0),a91_0x4e1aa8(0x1c4),a91_0x4e1aa8(0x1b2),a91_0x4e1aa8(0x20c),a91_0x4e1aa8(0x1f7),a91_0x4e1aa8(0x1ca),a91_0x4e1aa8(0x216),a91_0x4e1aa8(0x1e4),a91_0x4e1aa8(0x1ab),a91_0x4e1aa8(0x17f),a91_0x4e1aa8(0x18a),a91_0x4e1aa8(0x232),a91_0x4e1aa8(0x20f),a91_0x4e1aa8(0x1d9),a91_0x4e1aa8(0x18d),a91_0x4e1aa8(0x229),a91_0x4e1aa8(0x220),a91_0x4e1aa8(0x210),a91_0x4e1aa8(0x234),a91_0x4e1aa8(0x22b),a91_0x4e1aa8(0x1b7),a91_0x4e1aa8(0x19f),a91_0x4e1aa8(0x1c5),a91_0x4e1aa8(0x1bd),a91_0x4e1aa8(0x18f),a91_0x4e1aa8(0x20d),'preventWDAAttachments',a91_0x4e1aa8(0x22a),a91_0x4e1aa8(0x208),a91_0x4e1aa8(0x224),a91_0x4e1aa8(0x217),a91_0x4e1aa8(0x186),a91_0x4e1aa8(0x196),a91_0x4e1aa8(0x185),'updatedWDABundleId',a91_0x4e1aa8(0x1ce),a91_0x4e1aa8(0x188),a91_0x4e1aa8(0x197),a91_0x4e1aa8(0x23e),a91_0x4e1aa8(0x195),a91_0x4e1aa8(0x1b4),a91_0x4e1aa8(0x1c0),a91_0x4e1aa8(0x18e),a91_0x4e1aa8(0x18c),a91_0x4e1aa8(0x1e3),a91_0x4e1aa8(0x1cb),a91_0x4e1aa8(0x21e),a91_0x4e1aa8(0x1bf),a91_0x4e1aa8(0x1b1),'logcatFilterSpecs',a91_0x4e1aa8(0x1fe)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a92_0x213b50=a92_0x17d0;function a92_0x17d0(_0x5197f9,_0x407e90){var _0x57cc32=a92_0x57cc();return a92_0x17d0=function(_0x17d07d,_0xe1aee6){_0x17d07d=_0x17d07d-0x1b7;var _0x1034b8=_0x57cc32[_0x17d07d];return _0x1034b8;},a92_0x17d0(_0x5197f9,_0x407e90);}function a92_0x57cc(){var _0x4c0790=['266990aCFbnY','6TlspMs','1227275BqGXly','BROWSERSTACK_GRR_US_HUB_URL','9266GfDuFo','1631032JQIUOA','33XpNIhJ','296002JmGnOe','4LqcnEA','https://hub-use-only.browserstack.com/wd/hub','2652597fBHAOP','2ccFfLj','474312ruIDJs'];a92_0x57cc=function(){return _0x4c0790;};return a92_0x57cc();}(function(_0x1ca79c,_0x29b193){var _0x3e33bc=a92_0x17d0,_0x5c26be=_0x1ca79c();while(!![]){try{var _0x43653d=parseInt(_0x3e33bc(0x1be))/0x1*(-parseInt(_0x3e33bc(0x1b7))/0x2)+parseInt(_0x3e33bc(0x1bf))/0x3*(-parseInt(_0x3e33bc(0x1bb))/0x4)+-parseInt(_0x3e33bc(0x1c2))/0x5+-parseInt(_0x3e33bc(0x1c1))/0x6*(-parseInt(_0x3e33bc(0x1ba))/0x7)+parseInt(_0x3e33bc(0x1b8))/0x8+parseInt(_0x3e33bc(0x1bd))/0x9+-parseInt(_0x3e33bc(0x1c0))/0xa*(-parseInt(_0x3e33bc(0x1b9))/0xb);if(_0x43653d===_0x29b193)break;else _0x5c26be['push'](_0x5c26be['shift']());}catch(_0x5db552){_0x5c26be['push'](_0x5c26be['shift']());}}}(a92_0x57cc,0x32d2a),exports[a92_0x213b50(0x1c3)]=a92_0x213b50(0x1bc));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a93_0xe582(_0x103890,_0x2573ef){var _0x4b35c6=a93_0x4b35();return a93_0xe582=function(_0xe5827c,_0x5acc9a){_0xe5827c=_0xe5827c-0xad;var _0x5424b5=_0x4b35c6[_0xe5827c];return _0x5424b5;},a93_0xe582(_0x103890,_0x2573ef);}(function(_0x2b682d,_0x6d4454){var _0x851474=a93_0xe582,_0x30d07d=_0x2b682d();while(!![]){try{var _0x3b281b=parseInt(_0x851474(0xbb))/0x1+parseInt(_0x851474(0xb3))/0x2+-parseInt(_0x851474(0xb7))/0x3+parseInt(_0x851474(0xb8))/0x4*(parseInt(_0x851474(0xbd))/0x5)+parseInt(_0x851474(0xb6))/0x6*(parseInt(_0x851474(0xb4))/0x7)+parseInt(_0x851474(0xb2))/0x8*(parseInt(_0x851474(0xb5))/0x9)+-parseInt(_0x851474(0xb1))/0xa;if(_0x3b281b===_0x6d4454)break;else _0x30d07d['push'](_0x30d07d['shift']());}catch(_0x425856){_0x30d07d['push'](_0x30d07d['shift']());}}}(a93_0x4b35,0x244a0),exports['setCentralScannerData']=(_0x400bb0,_0x2ffc9b,_0x379207)=>{var _0xb4cfd6=a93_0xe582,_0x251fe2={'dZpxV':function(_0x5e3e27,_0x32c967){return _0x5e3e27(_0x32c967);},'MHXcA':function(_0x372a76,_0x2a2482){return _0x372a76||_0x2a2482;}};_0x400bb0[_0xb4cfd6(0xb9)]={'http_code':_0x251fe2[_0xb4cfd6(0xaf)](String,_0x2ffc9b)||null,'redirect_url':_0x251fe2[_0xb4cfd6(0xae)](_0x379207,null),'token':process[_0xb4cfd6(0xba)][_0xb4cfd6(0xbc)]||null},process[_0xb4cfd6(0xba)][_0xb4cfd6(0xad)]&&(_0x400bb0['central_scanner_log'][_0xb4cfd6(0xb0)]=JSON['parse'](process[_0xb4cfd6(0xba)]['A11Y_SCAN_RESULT'])||null);});function a93_0x4b35(){var _0x37bc16=['BROWSERSTACK_CENTRAL_SCANNER_JWT','249560HdJmtv','A11Y_SCAN_RESULT','MHXcA','dZpxV','a11y_scanner','6674520YGFOVf','2544hCqYmc','552080JBEPnW','49lWnuwX','1611KGFdzf','143172zxwEoR','106752SMJFYC','8cgOHxG','central_scanner_log','env','251856zYgNPe'];a93_0x4b35=function(){return _0x37bc16;};return a93_0x4b35();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a94_0x53a6d8=a94_0x5364;(function(_0x1b717f,_0x236ea6){const _0x371e4d=a94_0x5364,_0x48ab58=_0x1b717f();while(!![]){try{const _0xd46deb=-parseInt(_0x371e4d(0x10f))/0x1*(parseInt(_0x371e4d(0x116))/0x2)+-parseInt(_0x371e4d(0x119))/0x3*(parseInt(_0x371e4d(0x114))/0x4)+-parseInt(_0x371e4d(0x11b))/0x5*(parseInt(_0x371e4d(0x111))/0x6)+-parseInt(_0x371e4d(0x113))/0x7+parseInt(_0x371e4d(0x109))/0x8*(parseInt(_0x371e4d(0x10a))/0x9)+-parseInt(_0x371e4d(0x10c))/0xa*(-parseInt(_0x371e4d(0x110))/0xb)+parseInt(_0x371e4d(0x115))/0xc;if(_0xd46deb===_0x236ea6)break;else _0x48ab58['push'](_0x48ab58['shift']());}catch(_0x45c200){_0x48ab58['push'](_0x48ab58['shift']());}}}(a94_0x7c9b,0x615cf));const logger=require(a94_0x53a6d8(0x10e))[a94_0x53a6d8(0x112)];function createClassLogger(_0xbae967){const _0x55a17d=a94_0x53a6d8;return{'info':(_0x138a5e,..._0x2202dd)=>logger[_0x55a17d(0x117)]('['+_0xbae967+']\x20'+_0x138a5e,..._0x2202dd),'debug':(_0x5bbb21,..._0x47d94f)=>logger[_0x55a17d(0x10b)]('['+_0xbae967+']\x20'+_0x5bbb21,..._0x47d94f),'warn':(_0x3db98e,..._0x559fd5)=>logger['warn']('['+_0xbae967+']\x20'+_0x3db98e,..._0x559fd5),'error':(_0xc8ba3c,..._0x3f55ae)=>logger[_0x55a17d(0x118)]('['+_0xbae967+']\x20'+_0xc8ba3c,..._0x3f55ae),'verbose':(_0x40e12c,..._0x4293d1)=>logger[_0x55a17d(0x10d)]('['+_0xbae967+']\x20'+_0x40e12c,..._0x4293d1)};}function a94_0x7c9b(){const _0x10d0e0=['verbose','./logger.js','84062zYYGzO','40821JUyBEc','425838xsStDc','winstonLogger','4937891ygDDsY','702276vbqstF','21331512APujjv','14lduGuk','info','error','3omDFAq','exports','30Cogqbu','createClassLogger','32KpdFSb','84843axUbwL','debug','1290CxGWsd'];a94_0x7c9b=function(){return _0x10d0e0;};return a94_0x7c9b();}const a94_0x575b26={};function a94_0x5364(_0x8281f,_0x26a59f){const _0x7c9bd4=a94_0x7c9b();return a94_0x5364=function(_0x5364b5,_0x264fd0){_0x5364b5=_0x5364b5-0x109;let _0x1e1640=_0x7c9bd4[_0x5364b5];return _0x1e1640;},a94_0x5364(_0x8281f,_0x26a59f);}a94_0x575b26[a94_0x53a6d8(0x11c)]=createClassLogger,module[a94_0x53a6d8(0x11a)]=a94_0x575b26;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a95_0x8661(){var _0x211401=['setGlobal','16734NCOIYy','1710YhKCXC','11ZRERpG','__instance','480394sBGyCy','9400BNlQzL','1400UtrWlb','6131650GFxUgb','16LmNpsF','exports','1151563VDLFYQ','browserStackGlobals','3372kVjmii','61396NexLKB'];a95_0x8661=function(){return _0x211401;};return a95_0x8661();}var a95_0x59ff15=a95_0x212f;(function(_0x135be3,_0x3d9739){var _0x2b8ad6=a95_0x212f,_0x4a164a=_0x135be3();while(!![]){try{var _0x35df95=parseInt(_0x2b8ad6(0x1b8))/0x1+-parseInt(_0x2b8ad6(0x1af))/0x2+parseInt(_0x2b8ad6(0x1ba))/0x3*(-parseInt(_0x2b8ad6(0x1b3))/0x4)+-parseInt(_0x2b8ad6(0x1b1))/0x5*(-parseInt(_0x2b8ad6(0x1b7))/0x6)+-parseInt(_0x2b8ad6(0x1b5))/0x7+parseInt(_0x2b8ad6(0x1b0))/0x8*(-parseInt(_0x2b8ad6(0x1ac))/0x9)+parseInt(_0x2b8ad6(0x1b2))/0xa*(parseInt(_0x2b8ad6(0x1ad))/0xb);if(_0x35df95===_0x3d9739)break;else _0x4a164a['push'](_0x4a164a['shift']());}catch(_0x1c54df){_0x4a164a['push'](_0x4a164a['shift']());}}}(a95_0x8661,0x2c595));function a95_0x212f(_0x4bb30b,_0xff2c53){var _0x8661b3=a95_0x8661();return a95_0x212f=function(_0x212f50,_0x310f50){_0x212f50=_0x212f50-0x1ac;var _0x4dd682=_0x8661b3[_0x212f50];return _0x4dd682;},a95_0x212f(_0x4bb30b,_0xff2c53);}class Global{static ['__instance'];constructor(){var _0x51d39c=a95_0x212f;if(Global[_0x51d39c(0x1ae)])return Global[_0x51d39c(0x1ae)];this[_0x51d39c(0x1b6)]=global,Global[_0x51d39c(0x1ae)]=this;}[a95_0x59ff15(0x1b9)](_0x21bf10,_0x4d452f){var _0x1cada8=a95_0x59ff15;this[_0x1cada8(0x1b6)][_0x21bf10]=_0x4d452f;}['getGlobal'](_0x144170){var _0x54c1d9=a95_0x59ff15;return this[_0x54c1d9(0x1b6)][_0x144170];}}module[a95_0x59ff15(0x1b4)]=new Global();
|