browserstack-node-sdk 1.52.2 → 1.52.3
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 +4 -3
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a103_0x4b18b0=a103_0x575d;(function(_0x67e843,_0x5c6e8b){const _0x4b5405=a103_0x575d,_0x21074d=_0x67e843();while(!![]){try{const _0x33581e=parseInt(_0x4b5405(0x253))/0x1*(-parseInt(_0x4b5405(0x1b6))/0x2)+-parseInt(_0x4b5405(0x23f))/0x3*(-parseInt(_0x4b5405(0x242))/0x4)+parseInt(_0x4b5405(0x19c))/0x5+parseInt(_0x4b5405(0x23d))/0x6+-parseInt(_0x4b5405(0x20b))/0x7*(parseInt(_0x4b5405(0x251))/0x8)+-parseInt(_0x4b5405(0x1ec))/0x9*(parseInt(_0x4b5405(0x255))/0xa)+parseInt(_0x4b5405(0x1fa))/0xb;if(_0x33581e===_0x5c6e8b)break;else _0x21074d['push'](_0x21074d['shift']());}catch(_0x304afe){_0x21074d['push'](_0x21074d['shift']());}}}(a103_0x4d45,0xd87d7));const path=require('path'),util=require(a103_0x4b18b0(0x1a4)),bsSetupHelper=require(a103_0x4b18b0(0x1c0)),logger=require(a103_0x4b18b0(0x17c))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a103_0x4b18b0(0x211)),PerformanceTester=require(a103_0x4b18b0(0x217)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a103_0x4b18b0(0x24f));function a103_0x575d(_0x215570,_0x38c7fb){const _0x4d4524=a103_0x4d45();return a103_0x575d=function(_0x575d93,_0x180a96){_0x575d93=_0x575d93-0x173;let _0x4a0f45=_0x4d4524[_0x575d93];return _0x4a0f45;},a103_0x575d(_0x215570,_0x38c7fb);}function a103_0x4d45(){const _0x542e1f=['message','KJkIg','./constants','rnLiv','YQoWA','getAccessibilityResults','bOvvC','pass','../performance/performance-tester','EbgFh','hGgVC','--headless','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parse','PUT','eNGxY','status','BcRpK','getBrowserA11yConfig','user','getBrowserVersion','lXnJF','LQZqx','chrome','GET_RESULTS','isAccessibilityPlatform','getPlatformVersion','bBVXW','getGitMetaData','Nmpnp','GoSDG','join','zfthn','kwQEG','VZfdQ','Performing\x20scan\x20before\x20getting\x20results','bstack:options','LHYAn','stopAccessibilityTestRun','a11y:start','playwright','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','ayREf','getPlatform','POLtn','gxcgo','1817616KCBoRY','response','374511LUUraq','bstackA11yScanOptions','bstackA11yShouldScan','12AyeBQg','parseA11yJwtPayload','deviceName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','--headless=new','xevmJ','toISOString','goog:chromeOptions','Performing\x20scan\x20before\x20getting\x20results\x20summary','gLSfG','getUserName','Build\x20creation\x20had\x20failed.','forEach','../performance/constants','chromeOptions','22248EYhdni','set','4MYKjnh','platforms','2830SMOMPK','some','statusText','getAccessibilityResultsSummary','auth','mHkNO','getBrowserName','shouldScanTestForAccessibility','executeAsyncScript','getAgentVersion','headers','BS_A11Y_JWT','getBrowserDisplayName','kXFvk','Invalid\x20request:\x20','format','IbUcU','DJFvC','script','accessibility','isBrowserSupportedForAccessibility','../logger','BROWSERSTACK_TURBOSCALE','success','ypnWV','includeTagsInTestingScope','RpSnI','zMSaF','EHvzl','nestedKeyValue','scannerVersion','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getHostInfo','TMUOb','OEvtq','map','base64','QObBF','toJson','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','isBrowserStackCommandExecutor','yydEJ','length','measureWrapper','requires_chrome_options_check','assign','error','isUndefined','qMKlY','Content-Type','GET_RESULTS_SUMMARY','mjdjF','mergeDeep','3304680ntIPLG','WETtD','pwmhv','Not\x20a\x20Accessibility\x20Session','parseFromJson','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','cwd','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','util','device','Authorization','body','PERFORM_SCAN','browserstackSessionName','isTrue','false','setNonBstackInfraCapabilities','basename','WVxhW','replace','nPkev','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','nonBstackPlatformValidation','getCiInfo','getCapabilities','nodeRequest','36170WIsABJ','ueFjW','wVxBl','data','args','string','oATfv','isAccessibilityAutomationSession','ZLkmB','isVersionSupported','../helper','hFdea','buildDescription','qYvfo','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','YSKod','compareVersions','__cloud_provider___','KJoVj','getGlobal','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','VBYdN','cDKYo','fetchPlatformDetails','--headless=','stack','ZkWQT','NDuVL','trim','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','skycb','HqzFS','toLowerCase','requiresChromeOptionsValidation','capabilities_','debug','browserVersion','selenium-webdriver/chrome.js','buildName','CsCBn','checkAccessibilityPlatformConfig','wait','startsWith','resolve','wfWqI','WkiSc','json','performScan','excludeTagsInTestingScope','method','zCgCP','VseHq','accessibilityToken','12861XwvMdQ','XTOzT','yhRLf','options_','v2/test_runs','isArray','POST','GnWTB','gsVNR','get','isBrowserstackInfra','ENMrc','HAfgY','Options','8872248WYQbPi','CJVWg','browserstack_executor','iVgAN','stringify','return\x20document.readyState\x20===\x20\x22complete\x22','env','getTestFrameworkDetails','QJjeO','getResults','a11y:stop','includes','getPackageVersion','min_version_non_browserstack','lqGbt','jjgCV','errors','1967aIHxaw','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','RcojG','XQXnp'];a103_0x4d45=function(){return _0x542e1f;};return a103_0x4d45();}exports[a103_0x4b18b0(0x1ce)]=async _0x194625=>{const _0x48bcf6=a103_0x4b18b0,_0x11eefc={};_0x11eefc['eNGxY']=function(_0x399ad4,_0x34aab3){return _0x399ad4===_0x34aab3;},_0x11eefc[_0x48bcf6(0x1c6)]='browserstack';const _0x56de2c=_0x11eefc;let _0x565117={};try{const _0x165bb0=await _0x194625[_0x48bcf6(0x1b4)]();_0x565117={'os_name':_0x165bb0[_0x48bcf6(0x23a)](),'os_version':bsSetupHelper[_0x48bcf6(0x229)](_0x56de2c[_0x48bcf6(0x21e)](global[_0x48bcf6(0x1c8)],_0x56de2c['YSKod'])),'browser_name':_0x165bb0[_0x48bcf6(0x25b)](),'browser_version':_0x165bb0[_0x48bcf6(0x223)]()};}catch(_0x4a20a7){logger[_0x48bcf6(0x1da)](_0x48bcf6(0x1d4)+_0x4a20a7);}return _0x565117;},exports[a103_0x4b18b0(0x1bd)]=()=>{const _0x2c0154=a103_0x4b18b0,_0x1c956e={};_0x1c956e[_0x2c0154(0x1d5)]=function(_0x1e13be,_0x2555dc){return _0x1e13be===_0x2555dc;},_0x1c956e[_0x2c0154(0x183)]='string',_0x1c956e[_0x2c0154(0x177)]=function(_0x58c40e,_0x5c80b5){return _0x58c40e>_0x5c80b5;},_0x1c956e[_0x2c0154(0x22a)]=function(_0x2b938e,_0x4c0919){return _0x2b938e!==_0x4c0919;},_0x1c956e[_0x2c0154(0x1ee)]='null',_0x1c956e[_0x2c0154(0x1bc)]=function(_0x37b6e4,_0x249553){return _0x37b6e4&&_0x249553;};const _0x272fb1=_0x1c956e;try{const _0x1afc76=bsSetupHelper[_0x2c0154(0x1aa)](process[_0x2c0154(0x200)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x2c0154(0x200)][_0x2c0154(0x18e)]),_0x999d28=_0x272fb1[_0x2c0154(0x1d5)](typeof process[_0x2c0154(0x200)][_0x2c0154(0x260)],_0x272fb1['EHvzl'])&&_0x272fb1[_0x2c0154(0x177)](process[_0x2c0154(0x200)][_0x2c0154(0x260)][_0x2c0154(0x191)],0x0)&&_0x272fb1['bBVXW'](process[_0x2c0154(0x200)][_0x2c0154(0x260)],_0x272fb1[_0x2c0154(0x1ee)]);return _0x272fb1[_0x2c0154(0x1bc)](_0x1afc76,_0x999d28);}catch(_0x14554e){logger[_0x2c0154(0x1da)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x14554e);}return![];},exports[a103_0x4b18b0(0x1b2)]=(_0x235cb1,_0x64f6e5)=>{const _0x4b45ce=a103_0x4b18b0,_0x25ae37={'RqZYy':'browserName','xevmJ':function(_0x56c2df,_0x1a16e0){return _0x56c2df(_0x1a16e0);},'POLtn':_0x4b45ce(0x1db),'OEvtq':function(_0xff225d,_0x48e4c7){return _0xff225d(_0x48e4c7);},'YQoWA':'version','gsVNR':_0x4b45ce(0x233),'ayREf':_0x4b45ce(0x244),'VtVPT':_0x4b45ce(0x1a5),'wfWqI':_0x4b45ce(0x245),'iVgAN':_0x4b45ce(0x1dc),'LQZqx':'selenium-webdriver','pJHlK':_0x4b45ce(0x1ef),'bOvvC':_0x4b45ce(0x1ba),'jjgCV':_0x4b45ce(0x250),'QObBF':_0x4b45ce(0x20c),'ZkWQT':_0x4b45ce(0x249),'AOGSw':function(_0x70f694,_0x980b9b){return _0x70f694===_0x980b9b;},'ueFjW':_0x4b45ce(0x226),'QvNRk':function(_0x5294f4,_0xc5bc3b){return _0x5294f4>=_0xc5bc3b;}},_0xb0510c=_0x235cb1['get'](_0x25ae37['RqZYy']),_0x144b04=_0x25ae37[_0x4b45ce(0x247)](parseFloat,_0x235cb1['get'](_0x25ae37[_0x4b45ce(0x23b)]))||_0x25ae37[_0x4b45ce(0x189)](parseFloat,_0x235cb1[_0x4b45ce(0x1f5)](_0x25ae37[_0x4b45ce(0x213)])),_0x583ab0=_0x235cb1[_0x4b45ce(0x1f5)](_0x25ae37['gsVNR'])||{},_0x55b4a6=_0x25ae37[_0x4b45ce(0x189)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x565e3c=_0x583ab0[_0x25ae37[_0x4b45ce(0x239)]]||_0x235cb1[_0x4b45ce(0x1f5)](_0x25ae37['VtVPT'])||![];if(_0x565e3c)return logger['warn'](_0x25ae37[_0x4b45ce(0x1e3)]),![];let _0x55f38e;try{_0x55f38e=bsSetupHelper['requireModule'](_0x25ae37[_0x4b45ce(0x1fd)],_0x25ae37[_0x4b45ce(0x225)]);}catch(_0x725e2f){return![];}const _0x56a033=new _0x55f38e[(_0x4b45ce(0x1f9))](_0x64f6e5['chromeOptions_']),_0x5e185d=bsSetupHelper[_0x4b45ce(0x184)](_0x56a033,[_0x25ae37['pJHlK'],_0x25ae37[_0x4b45ce(0x215)]])||bsSetupHelper[_0x4b45ce(0x184)](_0x64f6e5[_0x4b45ce(0x1d9)],[_0x25ae37[_0x4b45ce(0x1f4)],_0x25ae37[_0x4b45ce(0x209)],_0x25ae37['bOvvC']])||bsSetupHelper[_0x4b45ce(0x184)](_0x64f6e5['capabilities_'],[_0x25ae37[_0x4b45ce(0x209)],_0x25ae37[_0x4b45ce(0x215)]])||[],_0xfd1684=Array['isArray'](_0x5e185d)?_0x5e185d:[];if(_0xfd1684[_0x4b45ce(0x256)](_0x2f5bed=>typeof _0x2f5bed===_0x4b45ce(0x1bb)&&(_0x2f5bed===_0x4b45ce(0x21a)||_0x2f5bed[_0x4b45ce(0x1e1)](_0x4b45ce(0x1cf))&&_0x2f5bed!==_0x4b45ce(0x246))))return logger[_0x4b45ce(0x1c4)](_0x25ae37[_0x4b45ce(0x18c)]),![];const _0x122601=_0x64f6e5[_0x4b45ce(0x1d9)]||{},_0x212191=bsSetupHelper[_0x4b45ce(0x184)](_0x122601,[_0x25ae37[_0x4b45ce(0x1d1)]])||{},_0xc8513b=bsSetupHelper[_0x4b45ce(0x184)](_0x212191,[_0x25ae37[_0x4b45ce(0x215)]])||[],_0xa0a913=Array[_0x4b45ce(0x1f1)](_0xc8513b)?_0xc8513b:[];if(_0xa0a913[_0x4b45ce(0x256)](_0x201f26=>typeof _0x201f26===_0x4b45ce(0x1bb)&&(_0x201f26===_0x4b45ce(0x21a)||_0x201f26[_0x4b45ce(0x1e1)](_0x4b45ce(0x1cf))&&_0x201f26!==_0x4b45ce(0x246))))return logger[_0x4b45ce(0x1c4)](_0x25ae37[_0x4b45ce(0x18c)]),![];if(_0x25ae37['AOGSw'](_0xb0510c[_0x4b45ce(0x1d7)](),_0x25ae37[_0x4b45ce(0x1b7)])&&_0x25ae37['QvNRk'](_0x144b04,_0x55b4a6))return!![];return logger[_0x4b45ce(0x1c4)](_0x4b45ce(0x1c5)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a103_0x4b18b0(0x1ac)]=_0x4e8ba9=>{const _0x56fe12=a103_0x4b18b0,_0x3f27a0={};_0x3f27a0[_0x56fe12(0x210)]='goog:chromeOptions',_0x3f27a0[_0x56fe12(0x1f8)]=function(_0x30eb7c,_0x2cb0a3){return _0x30eb7c||_0x2cb0a3;},_0x3f27a0[_0x56fe12(0x22c)]=_0x56fe12(0x19f);const _0x5f4660=_0x3f27a0,_0x17e474=scripts['ChromeExtension'];try{const _0x33fb20=bsSetupHelper[_0x56fe12(0x1aa)](process[_0x56fe12(0x200)][_0x56fe12(0x186)])||bsSetupHelper[_0x56fe12(0x1aa)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x56fe12(0x200)][_0x56fe12(0x17d)])&&_0x33fb20){const _0x5435ca=_0x4e8ba9[_0x56fe12(0x1b4)](),_0x3c1369=_0x5435ca[_0x56fe12(0x1f5)](_0x5f4660[_0x56fe12(0x210)]),_0x4ee3e6=_0x5f4660[_0x56fe12(0x1f8)](_0x3c1369,{});bsSetupHelper[_0x56fe12(0x19b)](_0x4ee3e6,_0x17e474),_0x4e8ba9[_0x56fe12(0x1b4)]()[_0x56fe12(0x252)](_0x5f4660[_0x56fe12(0x210)],_0x4ee3e6);}else logger['warn'](_0x5f4660['Nmpnp']);}catch(_0x2b1480){logger['error']('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x2b1480);}},exports[a103_0x4b18b0(0x25c)]=(_0x5815a1=null,_0x4f85dd=!![],_0x1fbf18=[])=>{const _0x4a5b7e=a103_0x4b18b0,_0x509b7a={};_0x509b7a[_0x4a5b7e(0x22d)]=function(_0x30e87a,_0x21b9fb){return _0x30e87a==_0x21b9fb;},_0x509b7a[_0x4a5b7e(0x1cc)]=function(_0x5e112c,_0x5453ee){return _0x5e112c>_0x5453ee;},_0x509b7a[_0x4a5b7e(0x19d)]=function(_0x26cb05,_0x1e5703){return _0x26cb05===_0x1e5703;},_0x509b7a['gODkx']=function(_0x408b31,_0x52280c){return _0x408b31&&_0x52280c;},_0x509b7a[_0x4a5b7e(0x1cd)]=function(_0x1feb82,_0x3db0fd){return _0x1feb82&&_0x3db0fd;};const _0x2ad36f=_0x509b7a;if(_0x2ad36f[_0x4a5b7e(0x22d)](process[_0x4a5b7e(0x200)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x250d0b=JSON[_0x4a5b7e(0x21c)](process[_0x4a5b7e(0x200)][_0x4a5b7e(0x21b)]),_0x3e16e3=Array[_0x4a5b7e(0x1f1)](_0x250d0b['includeTagsInTestingScope'])?_0x250d0b[_0x4a5b7e(0x180)]:[],_0x2362ef=Array['isArray'](_0x250d0b[_0x4a5b7e(0x1e7)])?_0x250d0b[_0x4a5b7e(0x1e7)]:[],_0x1384c1=_0x1f0d60=>typeof _0x1f0d60===_0x4a5b7e(0x1bb)?_0x1f0d60[_0x4a5b7e(0x1af)](/^@/,'')['toLowerCase']()[_0x4a5b7e(0x1d3)]():_0x1f0d60;if(bsSetupHelper['isUndefined'](_0x5815a1)){if(_0x2ad36f[_0x4a5b7e(0x1cc)](_0x1fbf18['length'],0x0)){const _0x217956=_0x1fbf18[_0x4a5b7e(0x18a)](_0x1384c1),_0x39125b=_0x2362ef[_0x4a5b7e(0x256)](_0x1f785e=>_0x217956['includes'](_0x1384c1(_0x1f785e))),_0xb22a62=_0x2ad36f[_0x4a5b7e(0x19d)](_0x3e16e3[_0x4a5b7e(0x191)],0x0)||_0x3e16e3[_0x4a5b7e(0x256)](_0x1ca260=>_0x217956[_0x4a5b7e(0x205)](_0x1384c1(_0x1ca260)));return _0x2ad36f['gODkx'](!_0x39125b,_0xb22a62);}return!![];}let _0x34dbcf;_0x4f85dd?_0x34dbcf=_0x5815a1[_0x4a5b7e(0x22e)]('/'):_0x34dbcf=_0x5815a1;const _0x477d13=_0x2362ef['some'](_0x18f4cb=>_0x34dbcf[_0x4a5b7e(0x1d7)]()[_0x4a5b7e(0x205)](_0x1384c1(_0x18f4cb)[_0x4a5b7e(0x1d7)]())),_0x167784=_0x2ad36f[_0x4a5b7e(0x19d)](_0x3e16e3['length'],0x0)||_0x3e16e3['some'](_0x4dca59=>_0x34dbcf[_0x4a5b7e(0x1d7)]()['includes'](_0x1384c1(_0x4dca59)['toLowerCase']()));return _0x2ad36f[_0x4a5b7e(0x1cd)](!_0x477d13,_0x167784);}catch(_0x329d5a){logger[_0x4a5b7e(0x1da)]('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util[_0x4a5b7e(0x176)](_0x329d5a));}return![];},exports[a103_0x4b18b0(0x1df)]=_0x4026a3=>{const _0x447419=a103_0x4b18b0;let _0x1cbdbd=![];try{_0x4026a3[_0x447419(0x254)][_0x447419(0x24e)](_0x1eb73e=>{const _0x4a8498=_0x447419;if(bsSetupHelper[_0x4a8498(0x1aa)](_0x1eb73e[_0x4a8498(0x17a)]))return _0x1cbdbd=!![],!![];});}catch(_0x8c3041){logger[_0x447419(0x1da)](_0x447419(0x238)+_0x8c3041);}return _0x1cbdbd||bsSetupHelper[_0x447419(0x1aa)](_0x4026a3['accessibility']);},exports['createAccessibilityTestRun']=PerformanceTester[a103_0x4b18b0(0x192)](a103_0x4b18b0(0x236),async function(_0xc4d0e9,_0x66a7b1){const _0x23cf2a=a103_0x4b18b0,_0x12133b={};_0x12133b[_0x23cf2a(0x1d2)]=_0x23cf2a(0x1b1),_0x12133b[_0x23cf2a(0x1be)]=_0x23cf2a(0x237),_0x12133b[_0x23cf2a(0x212)]='javascript',_0x12133b[_0x23cf2a(0x19a)]='application/json',_0x12133b[_0x23cf2a(0x174)]=_0x23cf2a(0x1f2),_0x12133b[_0x23cf2a(0x234)]=_0x23cf2a(0x1f0),_0x12133b[_0x23cf2a(0x1e9)]=function(_0x47bf17,_0x3b2324){return _0x47bf17===_0x3b2324;},_0x12133b['QJjeO']='Invalid\x20configuration\x20passed.',_0x12133b[_0x23cf2a(0x230)]=_0x23cf2a(0x1ab);const _0x292792=_0x12133b,_0x5d79f0=bsSetupHelper[_0x23cf2a(0x24c)](_0xc4d0e9),_0x11c7b3=bsSetupHelper['getAccessKey'](_0xc4d0e9);if(bsSetupHelper[_0x23cf2a(0x196)](_0x5d79f0)||bsSetupHelper[_0x23cf2a(0x196)](_0x11c7b3))return logger[_0x23cf2a(0x195)](_0x292792['NDuVL']),[null,null];try{let _0x1f6cc1;bsSetupHelper[_0x23cf2a(0x196)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x1f6cc1={}:_0x1f6cc1=JSON[_0x23cf2a(0x21c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0xb80591,version:_0x511523}=bsSetupHelper[_0x23cf2a(0x201)](_0xc4d0e9,_0x66a7b1),_0x56c96e={'projectName':_0xc4d0e9['projectName'],'buildName':_0xc4d0e9[_0x23cf2a(0x1dd)]||path[_0x23cf2a(0x1ad)](path[_0x23cf2a(0x1e2)](process[_0x23cf2a(0x1a2)]())),'startTime':new Date()[_0x23cf2a(0x248)](),'description':_0xc4d0e9[_0x23cf2a(0x1c2)]||'','source':{'frameworkName':_0x66a7b1['includes'](_0x292792[_0x23cf2a(0x1be)])?_0x292792['ZLkmB']:_0x66a7b1,'frameworkVersion':bsSetupHelper[_0x23cf2a(0x206)](_0x66a7b1),'sdkVersion':bsSetupHelper[_0x23cf2a(0x25e)](),'language':_0x292792[_0x23cf2a(0x212)],'testFramework':_0xb80591,'testFrameworkVersion':_0x511523},'settings':_0x1f6cc1,'versionControl':await bsSetupHelper[_0x23cf2a(0x22b)](),'ciInfo':bsSetupHelper[_0x23cf2a(0x1b3)](),'hostInfo':bsSetupHelper[_0x23cf2a(0x187)](),'browserstackAutomation':bsSetupHelper[_0x23cf2a(0x1f6)]()},_0x57597a={};_0x57597a[_0x23cf2a(0x222)]=_0x5d79f0,_0x57597a[_0x23cf2a(0x216)]=_0x11c7b3;const _0x356c3d={};_0x356c3d['Content-Type']=_0x292792[_0x23cf2a(0x19a)];const _0x418411={};_0x418411[_0x23cf2a(0x259)]=_0x57597a,_0x418411[_0x23cf2a(0x25f)]=_0x356c3d;const _0x5597c5=_0x418411,_0x250250={};_0x250250[_0x23cf2a(0x1a7)]=_0x56c96e,_0x250250[_0x23cf2a(0x1e5)]=!![];const _0x581cb7=Object[_0x23cf2a(0x194)](_0x5597c5,_0x250250),_0x35c828=await bsSetupHelper['nodeRequest'](_0x292792[_0x23cf2a(0x174)],_0x292792[_0x23cf2a(0x234)],_0x581cb7,_0xc4d0e9,API_URL);let _0x1baeea=process[_0x23cf2a(0x200)][_0x23cf2a(0x21b)];return _0x1baeea?_0x1baeea=JSON[_0x23cf2a(0x21c)](process['env'][_0x23cf2a(0x21b)]):_0x1baeea={},scripts[_0x23cf2a(0x1a0)](_0x35c828[_0x23cf2a(0x1b9)][_0x23cf2a(0x1b9)]),scripts[_0x23cf2a(0x18d)](),_0x1baeea[_0x23cf2a(0x185)]=_0x35c828[_0x23cf2a(0x1b9)][_0x23cf2a(0x1b9)]['scannerVersion'],process[_0x23cf2a(0x200)][_0x23cf2a(0x21b)]=JSON[_0x23cf2a(0x1fe)](_0x1baeea),[_0x35c828[_0x23cf2a(0x1b9)]['data'][_0x23cf2a(0x1eb)],_0x35c828[_0x23cf2a(0x1b9)]['data']['id']];}catch(_0x190efd){if(_0x190efd[_0x23cf2a(0x23e)])logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x190efd['response'][_0x23cf2a(0x21f)]+'\x20'+_0x190efd[_0x23cf2a(0x23e)][_0x23cf2a(0x257)]+'\x20'+JSON[_0x23cf2a(0x1fe)](_0x190efd[_0x23cf2a(0x23e)][_0x23cf2a(0x1b9)]));else{if(_0x292792[_0x23cf2a(0x1e9)](_0x190efd['message'],_0x292792[_0x23cf2a(0x202)])){logger[_0x23cf2a(0x195)](_0x23cf2a(0x1a3)+(_0x190efd[_0x23cf2a(0x20f)]||_0x190efd[_0x23cf2a(0x1d0)]));for(const _0x2c2938 of _0x190efd[_0x23cf2a(0x20a)]){logger[_0x23cf2a(0x195)](_0x2c2938[_0x23cf2a(0x20f)]);}process['env'][_0x23cf2a(0x186)]=_0x292792['kwQEG'],process[_0x23cf2a(0x200)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x292792[_0x23cf2a(0x230)];}else logger[_0x23cf2a(0x195)](_0x23cf2a(0x1a3)+(_0x190efd[_0x23cf2a(0x20f)]||_0x190efd[_0x23cf2a(0x1d0)]));}return[null,null];}}),exports[a103_0x4b18b0(0x235)]=PerformanceTester['measureWrapper'](a103_0x4b18b0(0x204),async function(_0x3c6b71){const _0x527d2e=a103_0x4b18b0,_0xc65754={};_0xc65754[_0x527d2e(0x178)]=function(_0x16f5d1,_0x3d44b4){return _0x16f5d1!==_0x3d44b4;},_0xc65754[_0x527d2e(0x188)]=_0x527d2e(0x1bb),_0xc65754[_0x527d2e(0x1ae)]=_0x527d2e(0x195),_0xc65754['zMSaF']=_0x527d2e(0x24d),_0xc65754[_0x527d2e(0x1ed)]='application/json',_0xc65754[_0x527d2e(0x219)]=_0x527d2e(0x21d),_0xc65754[_0x527d2e(0x181)]='test_runs/stop',_0xc65754[_0x527d2e(0x1b0)]=function(_0x5f1fe1,_0x1331ac){return _0x5f1fe1+_0x1331ac;},_0xc65754['RcojG']=_0x527d2e(0x175),_0xc65754[_0x527d2e(0x1d6)]=_0x527d2e(0x17e);const _0x23eaaf=_0xc65754;if(bsSetupHelper[_0x527d2e(0x196)](process[_0x527d2e(0x200)][_0x527d2e(0x260)])||_0x23eaaf[_0x527d2e(0x178)](typeof process[_0x527d2e(0x200)][_0x527d2e(0x260)],_0x23eaaf[_0x527d2e(0x188)])){const _0xa62824={};return _0xa62824[_0x527d2e(0x21f)]=_0x23eaaf[_0x527d2e(0x1ae)],_0xa62824[_0x527d2e(0x20f)]=_0x23eaaf[_0x527d2e(0x182)],_0xa62824;}const _0x2243a9={'endTime':new Date()['toISOString']()},_0x5ae2e0={};_0x5ae2e0[_0x527d2e(0x1a6)]='Bearer\x20'+process[_0x527d2e(0x200)]['BS_A11Y_JWT'],_0x5ae2e0[_0x527d2e(0x198)]=_0x23eaaf[_0x527d2e(0x1ed)];const _0x246bf0={};_0x246bf0[_0x527d2e(0x25f)]=_0x5ae2e0;const _0x4c9e8f=_0x246bf0,_0x4ac8e8={};_0x4ac8e8['body']=_0x2243a9,_0x4ac8e8['auth']=null,_0x4ac8e8[_0x527d2e(0x1e5)]=!![];const _0x438246=Object['assign'](_0x4c9e8f,_0x4ac8e8);try{const _0x2464c7=await bsSetupHelper[_0x527d2e(0x1b5)](_0x23eaaf[_0x527d2e(0x219)],_0x23eaaf[_0x527d2e(0x181)],_0x438246,_0x3c6b71,API_URL);if(_0x2464c7[_0x527d2e(0x1b9)][_0x527d2e(0x195)])throw new Error(_0x23eaaf[_0x527d2e(0x1b0)](_0x23eaaf[_0x527d2e(0x20d)],_0x2464c7[_0x527d2e(0x1b9)][_0x527d2e(0x195)]));else{logger['info']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x527d2e(0x248)]());const _0x5ab442={};return _0x5ab442[_0x527d2e(0x21f)]=_0x23eaaf[_0x527d2e(0x1d6)],_0x5ab442[_0x527d2e(0x20f)]='',_0x5ab442;}}catch(_0x417498){_0x417498[_0x527d2e(0x23e)]?logger[_0x527d2e(0x195)](_0x527d2e(0x1a1)+_0x417498['response'][_0x527d2e(0x21f)]+'\x20'+_0x417498[_0x527d2e(0x23e)][_0x527d2e(0x257)]+'\x20'+JSON[_0x527d2e(0x1fe)](_0x417498[_0x527d2e(0x23e)][_0x527d2e(0x1b9)])):logger[_0x527d2e(0x195)](_0x527d2e(0x1a1)+(_0x417498[_0x527d2e(0x20f)]||util[_0x527d2e(0x176)](_0x417498)));const _0x1059af={};return _0x1059af[_0x527d2e(0x21f)]=_0x23eaaf[_0x527d2e(0x1ae)],_0x1059af[_0x527d2e(0x20f)]=_0x417498['message']||(_0x417498[_0x527d2e(0x23e)]?_0x417498[_0x527d2e(0x23e)][_0x527d2e(0x21f)]+':'+_0x417498[_0x527d2e(0x23e)][_0x527d2e(0x257)]:_0x417498),_0x1059af;}}),exports[a103_0x4b18b0(0x1e6)]=async(_0x4c41f3,_0x19b47b=null,_0x1d35df=![],_0x1756b9=null)=>{const _0x48ce12=a103_0x4b18b0,_0x412aa5={};_0x412aa5[_0x48ce12(0x231)]='isAccessibilityPlatform',_0x412aa5['wVxBl']=_0x48ce12(0x241),_0x412aa5[_0x48ce12(0x24b)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.',_0x412aa5[_0x48ce12(0x220)]=function(_0x168042,_0x3f08f0){return _0x168042||_0x3f08f0;},_0x412aa5['NXkPD']=_0x48ce12(0x240);const _0xbb09c6=_0x412aa5;if(!this[_0x48ce12(0x1bd)]()||!globals[_0x48ce12(0x1ca)](_0xbb09c6[_0x48ce12(0x231)])||!_0x1d35df&&!globals['getGlobal'](_0xbb09c6[_0x48ce12(0x1b8)])){logger[_0x48ce12(0x1c4)](_0xbb09c6[_0x48ce12(0x24b)]);return;}const _0x29c3b6=_0x1d35df?_0xbb09c6[_0x48ce12(0x220)](_0x1756b9,{}):globals['getGlobal'](_0xbb09c6['NXkPD'])||{},_0x1d70a4={};_0x1d70a4[_0x48ce12(0x1e8)]=_0x19b47b||global[_0x48ce12(0x1a9)];const _0x1964d7=Object[_0x48ce12(0x194)]({},_0x29c3b6,_0x1d70a4);logger[_0x48ce12(0x1da)]('[Accessibility]\x20Selenium\x20performScan\x20payload:\x20'+util['format']('%j',_0x1964d7));const _0x402934={};return _0x402934['command']=_0x19b47b,await PerformanceTester[_0x48ce12(0x192)](PerformanceA11yEvents[_0x48ce12(0x1a8)],async()=>{const _0xdabbe4=_0x48ce12;try{await _0x4c41f3[_0xdabbe4(0x1e0)](()=>_0x4c41f3['executeScript'](_0xdabbe4(0x1ff)),0x1388);}catch(_0x58bc5e){}const _0x39d75f=util[_0xdabbe4(0x176)](await _0x4c41f3[_0xdabbe4(0x25d)](scripts['performScan'],_0x1964d7));return logger[_0xdabbe4(0x1da)]('Performed\x20scan\x20with\x20result:\x20'+_0x39d75f),_0x39d75f;},_0x402934)();},exports[a103_0x4b18b0(0x214)]=async(_0x164e90,_0x29866d)=>{const _0xa6167=a103_0x4b18b0,_0x5081e5={};_0x5081e5[_0xa6167(0x1c3)]=_0xa6167(0x232),_0x5081e5['gxcgo']=_0xa6167(0x228),_0x5081e5['EbgFh']=_0xa6167(0x241),_0x5081e5[_0xa6167(0x1fb)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x5081e5[_0xa6167(0x22f)]=_0xa6167(0x214),_0x5081e5['dswyE']='No\x20accessibility\x20results\x20were\x20found.';const _0x366475=_0x5081e5;if(!this['isAccessibilityAutomationSession']()||!globals[_0xa6167(0x1ca)](_0x366475[_0xa6167(0x23c)])||!globals['getGlobal'](_0x366475[_0xa6167(0x218)]))return logger[_0xa6167(0x1c4)](_0x366475[_0xa6167(0x1fb)]),[];try{return await PerformanceTester[_0xa6167(0x192)](PerformanceA11yEvents[_0xa6167(0x1a8)],async()=>{const _0x4aa9e3=_0xa6167;logger[_0x4aa9e3(0x1da)](_0x366475[_0x4aa9e3(0x1c3)]);const _0x38bb77={};_0x38bb77['method']=_0x29866d[_0x4aa9e3(0x1a9)],logger[_0x4aa9e3(0x1da)](util[_0x4aa9e3(0x176)](await _0x164e90[_0x4aa9e3(0x25d)](scripts[_0x4aa9e3(0x1e6)],_0x38bb77)));},{'command':_0x366475[_0xa6167(0x22f)]})(),await PerformanceTester[_0xa6167(0x192)](PerformanceA11yEvents[_0xa6167(0x227)],async()=>{const _0x31e301=_0xa6167,_0xb55d51=await _0x164e90[_0x31e301(0x25d)](scripts[_0x31e301(0x203)]);return _0xb55d51;})();}catch{return logger['error'](_0x366475['dswyE']),[];}},exports[a103_0x4b18b0(0x258)]=async(_0x51e3d7,_0x3aa0fb)=>{const _0x47522e=a103_0x4b18b0,_0xc0c71c={};_0xc0c71c[_0x47522e(0x17f)]=_0x47522e(0x24a),_0xc0c71c['XQXnp']=_0x47522e(0x228),_0xc0c71c[_0x47522e(0x1e4)]=_0x47522e(0x241),_0xc0c71c[_0x47522e(0x1ea)]=_0x47522e(0x1cb),_0xc0c71c[_0x47522e(0x19e)]=_0x47522e(0x258),_0xc0c71c[_0x47522e(0x1c9)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x256fc0=_0xc0c71c;if(!this[_0x47522e(0x1bd)]()||!globals[_0x47522e(0x1ca)](_0x256fc0[_0x47522e(0x20e)])||!globals[_0x47522e(0x1ca)](_0x256fc0[_0x47522e(0x1e4)]))return logger['warn'](_0x256fc0['VseHq']),{};try{return await PerformanceTester[_0x47522e(0x192)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x2f5124=_0x47522e;logger[_0x2f5124(0x1da)](_0x256fc0[_0x2f5124(0x17f)]);const _0x2b86be={};_0x2b86be['method']=_0x3aa0fb[_0x2f5124(0x1a9)],logger[_0x2f5124(0x1da)](util[_0x2f5124(0x176)](await _0x51e3d7['executeAsyncScript'](scripts[_0x2f5124(0x1e6)],_0x2b86be)));},{'command':_0x256fc0['pwmhv']})(),await PerformanceTester[_0x47522e(0x192)](PerformanceA11yEvents[_0x47522e(0x199)],async()=>{const _0x5a411d=await _0x51e3d7['executeAsyncScript'](scripts['getResultsSummary']);return _0x5a411d;})();}catch{return logger[_0x47522e(0x195)](_0x256fc0[_0x47522e(0x1c9)]),{};}},exports[a103_0x4b18b0(0x18f)]=_0x4e2df6=>{const _0x360009=a103_0x4b18b0,_0x4bf088={};_0x4bf088[_0x360009(0x197)]=function(_0x22428b,_0x4e4002){return _0x22428b===_0x4e4002;},_0x4bf088[_0x360009(0x1de)]='string',_0x4bf088[_0x360009(0x208)]=_0x360009(0x1fc);const _0x5b090e=_0x4bf088;if(_0x4e2df6&&_0x4e2df6[_0x360009(0x179)]&&_0x5b090e[_0x360009(0x197)](typeof _0x4e2df6[_0x360009(0x179)],_0x5b090e[_0x360009(0x1de)]))return _0x4e2df6[_0x360009(0x179)][_0x360009(0x205)](_0x5b090e['lqGbt']);return![];},exports[a103_0x4b18b0(0x17b)]=_0x34bdc8=>{const _0x84a219=a103_0x4b18b0,_0x447d73={};_0x447d73['ENMrc']=function(_0x4377d6,_0x5d8cd8){return _0x4377d6 in _0x5d8cd8;};const _0x503d49=_0x447d73;if(bsSetupHelper[_0x84a219(0x196)](_0x34bdc8))return![];const _0x3b05ac=_0x34bdc8[_0x84a219(0x1d7)]();return _0x503d49[_0x84a219(0x1f7)](_0x3b05ac,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports['getBrowserA11yConfig']=_0x59bf99=>{const _0x3735bf=a103_0x4b18b0;if(bsSetupHelper['isUndefined'](_0x59bf99))return null;const _0x533d8d=_0x59bf99[_0x3735bf(0x1d7)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x533d8d]||null;},exports['getMinVersionForBrowser']=(_0x2459f7,_0x364b6f)=>{const _0x4b2f76=a103_0x4b18b0,_0x278bff=this[_0x4b2f76(0x221)](_0x2459f7);if(!_0x278bff)return null;if(_0x364b6f)return _0x278bff['min_version_browserstack'];return _0x278bff[_0x4b2f76(0x207)];},exports[a103_0x4b18b0(0x173)]=_0xc41b60=>{const _0x4027a7=this['getBrowserA11yConfig'](_0xc41b60);return _0x4027a7?_0x4027a7['display_name']:_0xc41b60;},exports[a103_0x4b18b0(0x1d8)]=_0x177684=>{const _0x1cfb0f=a103_0x4b18b0,_0x5cece0=this[_0x1cfb0f(0x221)](_0x177684);return _0x5cece0?_0x5cece0[_0x1cfb0f(0x193)]:![];},exports[a103_0x4b18b0(0x1bf)]=(_0x10f5dc,_0x114a70)=>{const _0x4412f1=a103_0x4b18b0,_0x423a55={'WqmQq':function(_0x44fff3,_0x5267bc){return _0x44fff3(_0x5267bc);},'GnWTB':function(_0x22c436,_0x59a037){return _0x22c436(_0x59a037);},'lXnJF':function(_0x5cae84,_0x27c6d4){return _0x5cae84>=_0x27c6d4;}};if(bsSetupHelper[_0x4412f1(0x196)](_0x10f5dc)||bsSetupHelper[_0x4412f1(0x196)](_0x114a70))return![];const _0x347bac=bsSetupHelper[_0x4412f1(0x1c7)](_0x423a55['WqmQq'](String,_0x10f5dc),_0x423a55[_0x4412f1(0x1f3)](String,_0x114a70));return _0x423a55[_0x4412f1(0x224)](_0x347bac,0x0);},exports[a103_0x4b18b0(0x243)]=_0x472695=>{const _0x5c2df4=a103_0x4b18b0,_0x49a613={};_0x49a613['yydEJ']=function(_0x118bb2,_0x5e5ff9){return _0x118bb2!==_0x5e5ff9;},_0x49a613[_0x5c2df4(0x1c1)]='string',_0x49a613['mHkNO']=_0x5c2df4(0x18b);const _0x410bc3=_0x49a613;if(!_0x472695||_0x410bc3[_0x5c2df4(0x190)](typeof _0x472695,_0x410bc3[_0x5c2df4(0x1c1)]))return null;try{return JSON['parse'](Buffer['from'](_0x472695['split']('.')[0x1],_0x410bc3[_0x5c2df4(0x25a)])['toString']());}catch{return null;}};
|
|
1
|
+
const a103_0x20a0ad=a103_0x1833;function a103_0x1833(_0x5a3e5e,_0x1bb19d){const _0x40d028=a103_0x40d0();return a103_0x1833=function(_0x1833d0,_0xf0ed67){_0x1833d0=_0x1833d0-0xf1;let _0x10fe0b=_0x40d028[_0x1833d0];return _0x10fe0b;},a103_0x1833(_0x5a3e5e,_0x1bb19d);}(function(_0x21cc5c,_0x502dfd){const _0x1c48d0=a103_0x1833,_0x1eb239=_0x21cc5c();while(!![]){try{const _0x3f46bc=-parseInt(_0x1c48d0(0x144))/0x1*(parseInt(_0x1c48d0(0x127))/0x2)+-parseInt(_0x1c48d0(0x1a8))/0x3*(parseInt(_0x1c48d0(0x1ba))/0x4)+parseInt(_0x1c48d0(0xf4))/0x5+parseInt(_0x1c48d0(0x132))/0x6+parseInt(_0x1c48d0(0x1e9))/0x7*(-parseInt(_0x1c48d0(0x173))/0x8)+parseInt(_0x1c48d0(0x1d8))/0x9+-parseInt(_0x1c48d0(0x1bc))/0xa*(-parseInt(_0x1c48d0(0x1c5))/0xb);if(_0x3f46bc===_0x502dfd)break;else _0x1eb239['push'](_0x1eb239['shift']());}catch(_0x2a7f2b){_0x1eb239['push'](_0x1eb239['shift']());}}}(a103_0x40d0,0x25d45));function a103_0x40d0(){const _0x590f5c=['replace','set','ExyjK','isVersionSupported','accessibility','nestedKeyValue','shouldScanTestForAccessibility','No\x20accessibility\x20results\x20were\x20found.','min_version_browserstack','stack','rfHpl','status','json','BROWSERSTACK_TEST_ACCESSIBILITY_YML','test_runs/stop','buildName','a11y:start','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','Invalid\x20request:\x20','headers','getBrowserA11yConfig','rVpAC','browserVersion','BS_A11Y_JWT','xPrPL','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','getGlobal','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','measureWrapper','riITS','getPlatform','application/json','GDEvK','isBrowserStackCommandExecutor','compareVersions','isAccessibilityAutomationSession','parseFromJson','rsleq','Aeuqp','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','a11y:stop','split','./constants','some','nonBstackPlatformValidation','CyMKK','getAccessibilityResults','PERFORM_SCAN','AAoze','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','Options','join','821694alCTSz','script','getUserName','lKXyJ','IhpBx','stringify','getHostInfo','executeAsyncScript','env','YxtZH','includeTagsInTestingScope','requireModule','POST','kHNXd','SkcXL','statusText','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','debug','4sUHemH','getAccessibilityResultsSummary','97610yrGJUt','basename','ykHmL','excludeTagsInTestingScope','stopAccessibilityTestRun','bstackA11yShouldScan','Build\x20creation\x20had\x20failed.','isUndefined','auth','77gchHeW','isBrowserstackInfra','CQSRA','getAgentVersion','base64','message','ucckM','tfeqp','EdTar','chrome','../logger','Not\x20a\x20Accessibility\x20Session','sedSS','startsWith','./scripts','xUxRn','version','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','1714194UiWcjF','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','getCapabilities','includes','wLram','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Performing\x20scan\x20before\x20getting\x20results\x20summary','QqRkz','Authorization','TXscs','toString','options_','FRcdO','sjkbt','setNonBstackInfraCapabilities','bstackA11yScanOptions','KBAsA','19481vxjBbW','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','length','getTestFrameworkDetails','658435JikYOv','isAccessibilityPlatform','isArray','XPuYE','capabilities_','GSwzH','BROWSERSTACK_TURBOSCALE','getResultsSummary','HAhBa','return\x20document.readyState\x20===\x20\x22complete\x22','EYUcv','getPlatformVersion','fPycu','UuAtp','SMbkS','hjsNC','hBasK','chromeOptions_','args','performScan','ouQIj','selenium-webdriver/chrome.js','method','pVUNQ','parse','min_version_non_browserstack','cwd','getBrowserDisplayName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','playwright','JPzmD','OauEt','checkAccessibilityPlatformConfig','../globals','hBVsn','__cloud_provider___','user','kYRpI','fIiCg','getBrowserVersion','HETxv','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','resolve','platforms','--headless=new','command','Fpyjl','deviceName','JfSch','--headless','QQlgQ','398686NlHrJz','Content-Type','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','string','winstonLogger','format','EzJtP','selenium-webdriver','HrKTg','xAZIP','iSDSs','1493052OYddWE','lWEng','body','browserstackSessionName','JpdmL','fetchPlatformDetails','dPLVe','assign','QzSQa','uHOpr','data','jyAGW','false','RmzWi','error','--headless=','info','nodeRequest','1hsWubZ','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','oovvn','VfNVg','TXctM','Performing\x20scan\x20before\x20getting\x20results','response','requires_chrome_options_check','executeScript','cVWLq','map','bstack:options','warn','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','getMinVersionForBrowser','hmvcP','RerJR','forEach','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','toLowerCase','wait','getCiInfo','projectName','UrJUG','dFDFl','oPgOs','display_name','isTrue','DoJld','get','toISOString','chromeOptions','pass','device','browserstack','isBrowserSupportedForAccessibility','scannerVersion','ozjzb','VgvPk','util','../helper','snZrg','zhCQR','PUT','pdGDk','No\x20accessibility\x20summary\x20was\x20found.','jMmQv','32rRLBTV'];a103_0x40d0=function(){return _0x590f5c;};return a103_0x40d0();}const path=require('path'),util=require(a103_0x20a0ad(0x16b)),bsSetupHelper=require(a103_0x20a0ad(0x16c)),logger=require(a103_0x20a0ad(0x1cf))[a103_0x20a0ad(0x12b)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a103_0x20a0ad(0x19e)),PerformanceTester=require('../performance/performance-tester'),scripts=require(a103_0x20a0ad(0x1d3)),globals=require(a103_0x20a0ad(0x115)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a103_0x20a0ad(0x137)]=async _0x26152e=>{const _0x188e51=a103_0x20a0ad,_0x286f19={};_0x286f19[_0x188e51(0x136)]=function(_0x472319,_0x5c5723){return _0x472319===_0x5c5723;},_0x286f19[_0x188e51(0x160)]=_0x188e51(0x166);const _0x244ab5=_0x286f19;let _0x5b1e56={};try{const _0x3b5e53=await _0x26152e[_0x188e51(0x1da)]();_0x5b1e56={'os_name':_0x3b5e53[_0x188e51(0x192)](),'os_version':bsSetupHelper[_0x188e51(0xff)](_0x244ab5[_0x188e51(0x136)](global[_0x188e51(0x117)],_0x244ab5[_0x188e51(0x160)])),'browser_name':_0x3b5e53['getBrowserName'](),'browser_version':_0x3b5e53[_0x188e51(0x11b)]()};}catch(_0x142fe9){logger[_0x188e51(0x1b9)](_0x188e51(0x18d)+_0x142fe9);}return _0x5b1e56;},exports[a103_0x20a0ad(0x197)]=()=>{const _0x2a4287=a103_0x20a0ad,_0x4d9444={};_0x4d9444[_0x2a4287(0x1b5)]=function(_0xf56caf,_0x596c31){return _0xf56caf===_0x596c31;},_0x4d9444[_0x2a4287(0x119)]='string',_0x4d9444[_0x2a4287(0x15b)]=function(_0x562877,_0x350e1d){return _0x562877>_0x350e1d;},_0x4d9444['pdGDk']=function(_0x5720fd,_0x5caba3){return _0x5720fd!==_0x5caba3;},_0x4d9444['Aeuqp']='null',_0x4d9444['KRcgt']=function(_0x244c6a,_0x3d96f2){return _0x244c6a&&_0x3d96f2;};const _0x59cf04=_0x4d9444;try{const _0x949bd3=bsSetupHelper[_0x2a4287(0x15f)](process[_0x2a4287(0x1b0)][_0x2a4287(0x181)])||bsSetupHelper[_0x2a4287(0x15f)](process[_0x2a4287(0x1b0)][_0x2a4287(0x1dd)]),_0x4c3fd0=_0x59cf04[_0x2a4287(0x1b5)](typeof process['env']['BS_A11Y_JWT'],_0x59cf04[_0x2a4287(0x119)])&&_0x59cf04[_0x2a4287(0x15b)](process[_0x2a4287(0x1b0)][_0x2a4287(0x18b)][_0x2a4287(0xf2)],0x0)&&_0x59cf04[_0x2a4287(0x170)](process['env'][_0x2a4287(0x18b)],_0x59cf04[_0x2a4287(0x19a)]);return _0x59cf04['KRcgt'](_0x949bd3,_0x4c3fd0);}catch(_0x103ae4){logger[_0x2a4287(0x1b9)](_0x2a4287(0x185)+_0x103ae4);}return![];},exports[a103_0x20a0ad(0x1a0)]=(_0x23fab5,_0x14422e)=>{const _0x3e287a=a103_0x20a0ad,_0x52eb81={'jqtJQ':'browserName','wLram':function(_0x57c3a4,_0x4f3ea5){return _0x57c3a4(_0x4f3ea5);},'lKXyJ':_0x3e287a(0x18a),'hBVsn':_0x3e287a(0x1d5),'dPLVe':_0x3e287a(0x14f),'QQlgQ':function(_0x5dca34,_0x4a15f0){return _0x5dca34(_0x4a15f0);},'pVUNQ':_0x3e287a(0x123),'hjsNC':_0x3e287a(0x165),'snZrg':_0x3e287a(0x1a5),'XnyDB':_0x3e287a(0x109),'Ewmgg':_0x3e287a(0x12e),'QzSQa':_0x3e287a(0x1e3),'ucckM':_0x3e287a(0x106),'YxtZH':_0x3e287a(0x163),'lWEng':_0x3e287a(0x1d6),'TXscs':'goog:chromeOptions','ouQIj':function(_0x41108d,_0x278089){return _0x41108d===_0x278089;},'fIiCg':_0x3e287a(0x1ce),'iSDSs':function(_0x1796f5,_0x1cdf91){return _0x1796f5>=_0x1cdf91;}},_0x221f57=_0x23fab5['get'](_0x52eb81['jqtJQ']),_0x44bcff=_0x52eb81[_0x3e287a(0x1dc)](parseFloat,_0x23fab5['get'](_0x52eb81[_0x3e287a(0x1ab)]))||_0x52eb81[_0x3e287a(0x1dc)](parseFloat,_0x23fab5[_0x3e287a(0x161)](_0x52eb81[_0x3e287a(0x116)])),_0x4df26c=_0x23fab5[_0x3e287a(0x161)](_0x52eb81[_0x3e287a(0x138)])||{},_0x383d02=_0x52eb81[_0x3e287a(0x126)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3532f5=_0x4df26c[_0x52eb81[_0x3e287a(0x10b)]]||_0x23fab5[_0x3e287a(0x161)](_0x52eb81[_0x3e287a(0x103)])||![];if(_0x3532f5)return logger['warn'](_0x52eb81[_0x3e287a(0x16d)]),![];let _0x4c792a;try{_0x4c792a=bsSetupHelper[_0x3e287a(0x1b3)](_0x52eb81['XnyDB'],_0x52eb81['Ewmgg']);}catch(_0x4e0669){return![];}const _0x25bc59=new _0x4c792a[(_0x3e287a(0x1a6))](_0x14422e[_0x3e287a(0x105)]),_0x559fb8=bsSetupHelper['nestedKeyValue'](_0x25bc59,[_0x52eb81[_0x3e287a(0x13a)],_0x52eb81[_0x3e287a(0x1cb)]])||bsSetupHelper[_0x3e287a(0x179)](_0x14422e['capabilities_'],[_0x52eb81['dPLVe'],_0x52eb81[_0x3e287a(0x1b1)],_0x52eb81['ucckM']])||bsSetupHelper[_0x3e287a(0x179)](_0x14422e['capabilities_'],[_0x52eb81[_0x3e287a(0x1b1)],_0x52eb81['ucckM']])||[],_0x47d5e4=Array[_0x3e287a(0xf6)](_0x559fb8)?_0x559fb8:[];if(_0x47d5e4[_0x3e287a(0x19f)](_0x42d324=>typeof _0x42d324===_0x3e287a(0x12a)&&(_0x42d324==='--headless'||_0x42d324['startsWith'](_0x3e287a(0x141))&&_0x42d324!=='--headless=new')))return logger['warn'](_0x52eb81[_0x3e287a(0x133)]),![];const _0xc8429d=_0x14422e[_0x3e287a(0xf8)]||{},_0x5ecda2=bsSetupHelper[_0x3e287a(0x179)](_0xc8429d,[_0x52eb81[_0x3e287a(0x1e1)]])||{},_0x11881c=bsSetupHelper[_0x3e287a(0x179)](_0x5ecda2,[_0x52eb81[_0x3e287a(0x1cb)]])||[],_0x429e71=Array['isArray'](_0x11881c)?_0x11881c:[];if(_0x429e71[_0x3e287a(0x19f)](_0x127f73=>typeof _0x127f73===_0x3e287a(0x12a)&&(_0x127f73===_0x3e287a(0x125)||_0x127f73[_0x3e287a(0x1d2)](_0x3e287a(0x141))&&_0x127f73!==_0x3e287a(0x120))))return logger[_0x3e287a(0x150)](_0x52eb81[_0x3e287a(0x133)]),![];if(_0x52eb81[_0x3e287a(0x108)](_0x221f57[_0x3e287a(0x157)](),_0x52eb81[_0x3e287a(0x11a)])&&_0x52eb81[_0x3e287a(0x131)](_0x44bcff,_0x383d02))return!![];return logger['warn'](_0x3e287a(0x156)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a103_0x20a0ad(0x1e6)]=_0x377a53=>{const _0x182616=a103_0x20a0ad,_0x154893={};_0x154893[_0x182616(0x1df)]='goog:chromeOptions',_0x154893[_0x182616(0x124)]=function(_0x5aaff1,_0xfeebfc){return _0x5aaff1||_0xfeebfc;},_0x154893['GSwzH']=_0x182616(0x1d0);const _0x5b00aa=_0x154893,_0x5472bb=scripts['ChromeExtension'];try{const _0x3326cf=bsSetupHelper[_0x182616(0x15f)](process['env'][_0x182616(0x181)])||bsSetupHelper[_0x182616(0x15f)](process[_0x182616(0x1b0)][_0x182616(0x1dd)]);if((!bsSetupHelper[_0x182616(0x1c6)]()||process[_0x182616(0x1b0)][_0x182616(0xfa)])&&_0x3326cf){const _0x1ab894=_0x377a53[_0x182616(0x1da)](),_0x1e9f3d=_0x1ab894[_0x182616(0x161)](_0x5b00aa[_0x182616(0x1df)]),_0x361ea4=_0x5b00aa['JfSch'](_0x1e9f3d,{});bsSetupHelper['mergeDeep'](_0x361ea4,_0x5472bb),_0x377a53[_0x182616(0x1da)]()[_0x182616(0x175)](_0x5b00aa['QqRkz'],_0x361ea4);}else logger['warn'](_0x5b00aa[_0x182616(0xf9)]);}catch(_0x597c76){logger[_0x182616(0x140)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x597c76);}},exports[a103_0x20a0ad(0x17a)]=(_0x2bffeb=null,_0x59003e=!![],_0x19fa0f=[])=>{const _0x1a5dd3=a103_0x20a0ad,_0x1dafe8={};_0x1dafe8[_0x1a5dd3(0x146)]=function(_0x5902b7,_0x3da875){return _0x5902b7==_0x3da875;},_0x1dafe8[_0x1a5dd3(0xf7)]=function(_0x5afbdb,_0x2a5e7a){return _0x5afbdb>_0x2a5e7a;},_0x1dafe8[_0x1a5dd3(0x176)]=function(_0x10ce99,_0x507e4d){return _0x10ce99===_0x507e4d;},_0x1dafe8[_0x1a5dd3(0x1a4)]=function(_0x2b821d,_0x1a7a20){return _0x2b821d&&_0x1a7a20;},_0x1dafe8[_0x1a5dd3(0x1ac)]=function(_0x162142,_0x5cccba){return _0x162142===_0x5cccba;},_0x1dafe8[_0x1a5dd3(0x15c)]=function(_0x24203f,_0x2cd7c6){return _0x24203f&&_0x2cd7c6;};const _0x38fa4b=_0x1dafe8;if(_0x38fa4b[_0x1a5dd3(0x146)](process[_0x1a5dd3(0x1b0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x257dcc=JSON[_0x1a5dd3(0x10c)](process[_0x1a5dd3(0x1b0)][_0x1a5dd3(0xf1)]),_0x34097b=Array[_0x1a5dd3(0xf6)](_0x257dcc[_0x1a5dd3(0x1b2)])?_0x257dcc[_0x1a5dd3(0x1b2)]:[],_0xb8276a=Array['isArray'](_0x257dcc[_0x1a5dd3(0x1bf)])?_0x257dcc[_0x1a5dd3(0x1bf)]:[],_0xa2c4d5=_0x5298c8=>typeof _0x5298c8===_0x1a5dd3(0x12a)?_0x5298c8[_0x1a5dd3(0x174)](/^@/,'')[_0x1a5dd3(0x157)]()['trim']():_0x5298c8;if(bsSetupHelper['isUndefined'](_0x2bffeb)){if(_0x38fa4b['XPuYE'](_0x19fa0f[_0x1a5dd3(0xf2)],0x0)){const _0x3b11bc=_0x19fa0f[_0x1a5dd3(0x14e)](_0xa2c4d5),_0x701e8c=_0xb8276a[_0x1a5dd3(0x19f)](_0x45d109=>_0x3b11bc[_0x1a5dd3(0x1db)](_0xa2c4d5(_0x45d109))),_0x5e134c=_0x38fa4b[_0x1a5dd3(0x176)](_0x34097b[_0x1a5dd3(0xf2)],0x0)||_0x34097b['some'](_0x50c663=>_0x3b11bc['includes'](_0xa2c4d5(_0x50c663)));return _0x38fa4b[_0x1a5dd3(0x1a4)](!_0x701e8c,_0x5e134c);}return!![];}let _0x288e2a;_0x59003e?_0x288e2a=_0x2bffeb[_0x1a5dd3(0x1a7)]('/'):_0x288e2a=_0x2bffeb;const _0x51364b=_0xb8276a[_0x1a5dd3(0x19f)](_0x4d18e0=>_0x288e2a[_0x1a5dd3(0x157)]()[_0x1a5dd3(0x1db)](_0xa2c4d5(_0x4d18e0)[_0x1a5dd3(0x157)]())),_0x541cd8=_0x38fa4b[_0x1a5dd3(0x1ac)](_0x34097b['length'],0x0)||_0x34097b['some'](_0x118981=>_0x288e2a[_0x1a5dd3(0x157)]()[_0x1a5dd3(0x1db)](_0xa2c4d5(_0x118981)[_0x1a5dd3(0x157)]()));return _0x38fa4b[_0x1a5dd3(0x15c)](!_0x51364b,_0x541cd8);}catch(_0x160a42){logger['debug'](_0x1a5dd3(0x151)+util[_0x1a5dd3(0x12c)](_0x160a42));}return![];},exports[a103_0x20a0ad(0x114)]=_0x22647f=>{const _0x57d10d=a103_0x20a0ad;let _0x39da4e=![];try{_0x22647f[_0x57d10d(0x11f)][_0x57d10d(0x155)](_0x5bbe0c=>{const _0x4f4beb=_0x57d10d;if(bsSetupHelper[_0x4f4beb(0x15f)](_0x5bbe0c[_0x4f4beb(0x178)]))return _0x39da4e=!![],!![];});}catch(_0x2643bd){logger[_0x57d10d(0x1b9)](_0x57d10d(0x145)+_0x2643bd);}return _0x39da4e||bsSetupHelper[_0x57d10d(0x15f)](_0x22647f['accessibility']);},exports['createAccessibilityTestRun']=PerformanceTester[a103_0x20a0ad(0x190)](a103_0x20a0ad(0x184),async function(_0x525212,_0x915f37){const _0x49858e=a103_0x20a0ad,_0x2ec424={};_0x2ec424[_0x49858e(0x194)]=_0x49858e(0x129),_0x2ec424[_0x49858e(0x1e5)]=_0x49858e(0x111),_0x2ec424[_0x49858e(0x1be)]='javascript',_0x2ec424['oPgOs']='application/json',_0x2ec424[_0x49858e(0x1e8)]=_0x49858e(0x1b4),_0x2ec424[_0x49858e(0x12f)]='v2/test_runs',_0x2ec424[_0x49858e(0x112)]=function(_0xa41fb7,_0x1bf001){return _0xa41fb7===_0x1bf001;},_0x2ec424[_0x49858e(0x14d)]='Invalid\x20configuration\x20passed.',_0x2ec424[_0x49858e(0x18c)]=_0x49858e(0x13e);const _0x249f5d=_0x2ec424,_0x3e9dc5=bsSetupHelper[_0x49858e(0x1aa)](_0x525212),_0x4c17e5=bsSetupHelper['getAccessKey'](_0x525212);if(bsSetupHelper[_0x49858e(0x1c3)](_0x3e9dc5)||bsSetupHelper['isUndefined'](_0x4c17e5))return logger[_0x49858e(0x140)](_0x249f5d[_0x49858e(0x194)]),[null,null];try{let _0x22a122;bsSetupHelper[_0x49858e(0x1c3)](process['env'][_0x49858e(0xf1)])?_0x22a122={}:_0x22a122=JSON[_0x49858e(0x10c)](process[_0x49858e(0x1b0)][_0x49858e(0xf1)]);const {name:_0x3bf15e,version:_0x30acfd}=bsSetupHelper[_0x49858e(0xf3)](_0x525212,_0x915f37),_0xe53868={'projectName':_0x525212[_0x49858e(0x15a)],'buildName':_0x525212[_0x49858e(0x183)]||path[_0x49858e(0x1bd)](path[_0x49858e(0x11e)](process[_0x49858e(0x10e)]())),'startTime':new Date()[_0x49858e(0x162)](),'description':_0x525212['buildDescription']||'','source':{'frameworkName':_0x915f37[_0x49858e(0x1db)](_0x249f5d[_0x49858e(0x1e5)])?_0x249f5d[_0x49858e(0x1e5)]:_0x915f37,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x915f37),'sdkVersion':bsSetupHelper[_0x49858e(0x1c8)](),'language':_0x249f5d[_0x49858e(0x1be)],'testFramework':_0x3bf15e,'testFrameworkVersion':_0x30acfd},'settings':_0x22a122,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x49858e(0x159)](),'hostInfo':bsSetupHelper[_0x49858e(0x1ae)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x5ddb5a={};_0x5ddb5a[_0x49858e(0x118)]=_0x3e9dc5,_0x5ddb5a[_0x49858e(0x164)]=_0x4c17e5;const _0x2fc572={};_0x2fc572[_0x49858e(0x128)]=_0x249f5d[_0x49858e(0x15d)];const _0x5db036={};_0x5db036[_0x49858e(0x1c4)]=_0x5ddb5a,_0x5db036['headers']=_0x2fc572;const _0xde6186=_0x5db036,_0x1f0359={};_0x1f0359['body']=_0xe53868,_0x1f0359[_0x49858e(0x180)]=!![];const _0x58a8a9=Object[_0x49858e(0x139)](_0xde6186,_0x1f0359),_0x184796=await bsSetupHelper[_0x49858e(0x143)](_0x249f5d['KBAsA'],_0x249f5d['HrKTg'],_0x58a8a9,_0x525212,API_URL);let _0x48f4ae=process[_0x49858e(0x1b0)][_0x49858e(0xf1)];return _0x48f4ae?_0x48f4ae=JSON[_0x49858e(0x10c)](process[_0x49858e(0x1b0)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x48f4ae={},scripts[_0x49858e(0x198)](_0x184796[_0x49858e(0x13c)][_0x49858e(0x13c)]),scripts['toJson'](),_0x48f4ae['scannerVersion']=_0x184796['data'][_0x49858e(0x13c)][_0x49858e(0x168)],process[_0x49858e(0x1b0)][_0x49858e(0xf1)]=JSON[_0x49858e(0x1ad)](_0x48f4ae),[_0x184796['data'][_0x49858e(0x13c)]['accessibilityToken'],_0x184796[_0x49858e(0x13c)][_0x49858e(0x13c)]['id']];}catch(_0x293810){if(_0x293810[_0x49858e(0x14a)])logger[_0x49858e(0x140)](_0x49858e(0x1b8)+_0x293810[_0x49858e(0x14a)][_0x49858e(0x17f)]+'\x20'+_0x293810[_0x49858e(0x14a)]['statusText']+'\x20'+JSON[_0x49858e(0x1ad)](_0x293810['response'][_0x49858e(0x13c)]));else{if(_0x249f5d['JPzmD'](_0x293810[_0x49858e(0x1ca)],_0x249f5d['cVWLq'])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x293810['message']||_0x293810[_0x49858e(0x17d)]));for(const _0xaa5bdb of _0x293810['errors']){logger['error'](_0xaa5bdb[_0x49858e(0x1ca)]);}process[_0x49858e(0x1b0)][_0x49858e(0x181)]=_0x249f5d[_0x49858e(0x18c)],process[_0x49858e(0x1b0)][_0x49858e(0x1dd)]=_0x249f5d['xPrPL'];}else logger[_0x49858e(0x140)](_0x49858e(0x1b8)+(_0x293810['message']||_0x293810[_0x49858e(0x17d)]));}return[null,null];}}),exports[a103_0x20a0ad(0x1c0)]=PerformanceTester['measureWrapper'](a103_0x20a0ad(0x19c),async function(_0x57f880){const _0x3de160=a103_0x20a0ad,_0x918bf9={};_0x918bf9['CyMKK']=function(_0x20cad4,_0x19bc37){return _0x20cad4!==_0x19bc37;},_0x918bf9['uHOpr']=_0x3de160(0x12a),_0x918bf9[_0x3de160(0x100)]='error',_0x918bf9[_0x3de160(0x148)]=_0x3de160(0x1c2),_0x918bf9['xUxRn']=_0x3de160(0x193),_0x918bf9[_0x3de160(0x172)]=_0x3de160(0x16f),_0x918bf9['rsleq']=_0x3de160(0x182),_0x918bf9[_0x3de160(0x169)]=function(_0x5d05e4,_0x138bbf){return _0x5d05e4+_0x138bbf;},_0x918bf9[_0x3de160(0x16e)]=_0x3de160(0x186),_0x918bf9[_0x3de160(0x11c)]='success';const _0x5d73b5=_0x918bf9;if(bsSetupHelper[_0x3de160(0x1c3)](process[_0x3de160(0x1b0)][_0x3de160(0x18b)])||_0x5d73b5[_0x3de160(0x1a1)](typeof process['env']['BS_A11Y_JWT'],_0x5d73b5[_0x3de160(0x13b)])){const _0x19bdec={};return _0x19bdec[_0x3de160(0x17f)]=_0x5d73b5['fPycu'],_0x19bdec[_0x3de160(0x1ca)]=_0x5d73b5[_0x3de160(0x148)],_0x19bdec;}const _0x45d205={'endTime':new Date()[_0x3de160(0x162)]()},_0x203593={};_0x203593[_0x3de160(0x1e0)]='Bearer\x20'+process[_0x3de160(0x1b0)]['BS_A11Y_JWT'],_0x203593[_0x3de160(0x128)]=_0x5d73b5[_0x3de160(0x1d4)];const _0x2fab29={};_0x2fab29[_0x3de160(0x187)]=_0x203593;const _0x1de3f2=_0x2fab29,_0x561dc5={};_0x561dc5[_0x3de160(0x134)]=_0x45d205,_0x561dc5[_0x3de160(0x1c4)]=null,_0x561dc5[_0x3de160(0x180)]=!![];const _0x100a3e=Object[_0x3de160(0x139)](_0x1de3f2,_0x561dc5);try{const _0x3e61ae=await bsSetupHelper[_0x3de160(0x143)](_0x5d73b5[_0x3de160(0x172)],_0x5d73b5[_0x3de160(0x199)],_0x100a3e,_0x57f880,API_URL);if(_0x3e61ae['data'][_0x3de160(0x140)])throw new Error(_0x5d73b5[_0x3de160(0x169)](_0x5d73b5[_0x3de160(0x16e)],_0x3e61ae['data'][_0x3de160(0x140)]));else{logger[_0x3de160(0x142)](_0x3de160(0x1d9)+new Date()[_0x3de160(0x162)]());const _0x51e0de={};return _0x51e0de[_0x3de160(0x17f)]=_0x5d73b5[_0x3de160(0x11c)],_0x51e0de[_0x3de160(0x1ca)]='',_0x51e0de;}}catch(_0x56127c){_0x56127c[_0x3de160(0x14a)]?logger[_0x3de160(0x140)](_0x3de160(0x11d)+_0x56127c['response']['status']+'\x20'+_0x56127c[_0x3de160(0x14a)][_0x3de160(0x1b7)]+'\x20'+JSON[_0x3de160(0x1ad)](_0x56127c[_0x3de160(0x14a)]['data'])):logger['error'](_0x3de160(0x11d)+(_0x56127c[_0x3de160(0x1ca)]||util[_0x3de160(0x12c)](_0x56127c)));const _0x803c62={};return _0x803c62[_0x3de160(0x17f)]=_0x5d73b5[_0x3de160(0x100)],_0x803c62['message']=_0x56127c[_0x3de160(0x1ca)]||(_0x56127c[_0x3de160(0x14a)]?_0x56127c[_0x3de160(0x14a)][_0x3de160(0x17f)]+':'+_0x56127c[_0x3de160(0x14a)][_0x3de160(0x1b7)]:_0x56127c),_0x803c62;}}),exports[a103_0x20a0ad(0x107)]=async(_0x27f8d4,_0x22b5ae=null,_0x47a1e6=![],_0x2ad816=null)=>{const _0x3dc566=a103_0x20a0ad,_0x45202f={};_0x45202f[_0x3dc566(0x102)]='isAccessibilityPlatform',_0x45202f[_0x3dc566(0x1b6)]=_0x3dc566(0x1c1),_0x45202f[_0x3dc566(0x1cc)]=_0x3dc566(0x19b),_0x45202f['EdTar']=function(_0x528c27,_0x41a3e7){return _0x528c27||_0x41a3e7;},_0x45202f[_0x3dc566(0x153)]=_0x3dc566(0x1e7);const _0x4152d5=_0x45202f;if(!this[_0x3dc566(0x197)]()||!globals['getGlobal'](_0x4152d5[_0x3dc566(0x102)])||!_0x47a1e6&&!globals[_0x3dc566(0x18e)](_0x4152d5[_0x3dc566(0x1b6)])){logger[_0x3dc566(0x150)](_0x4152d5[_0x3dc566(0x1cc)]);return;}const _0x1515fd=_0x47a1e6?_0x4152d5[_0x3dc566(0x1cd)](_0x2ad816,{}):globals['getGlobal'](_0x4152d5[_0x3dc566(0x153)])||{},_0x3f19f5={};_0x3f19f5['method']=_0x22b5ae||global[_0x3dc566(0x135)];const _0x157b76=Object[_0x3dc566(0x139)]({},_0x1515fd,_0x3f19f5);logger[_0x3dc566(0x1b9)](_0x3dc566(0x18f)+util['format']('%j',_0x157b76));const _0x3b8c5f={};return _0x3b8c5f[_0x3dc566(0x121)]=_0x22b5ae,await PerformanceTester[_0x3dc566(0x190)](PerformanceA11yEvents[_0x3dc566(0x1a3)],async()=>{const _0x12da00=_0x3dc566;try{await _0x27f8d4[_0x12da00(0x158)](()=>_0x27f8d4[_0x12da00(0x14c)](_0x12da00(0xfd)),0x1388);}catch(_0xa8c388){}const _0x3144cf=util['format'](await _0x27f8d4[_0x12da00(0x1af)](scripts[_0x12da00(0x107)],_0x157b76));return logger[_0x12da00(0x1b9)]('Performed\x20scan\x20with\x20result:\x20'+_0x3144cf),_0x3144cf;},_0x3b8c5f)();},exports[a103_0x20a0ad(0x1a2)]=async(_0x289fea,_0x52bcda)=>{const _0x12f0fa=a103_0x20a0ad,_0x409b84={};_0x409b84[_0x12f0fa(0x16a)]=_0x12f0fa(0x149),_0x409b84[_0x12f0fa(0x113)]=_0x12f0fa(0xf5),_0x409b84[_0x12f0fa(0x101)]=_0x12f0fa(0x1c1),_0x409b84[_0x12f0fa(0x17e)]=_0x12f0fa(0x110),_0x409b84[_0x12f0fa(0x1e4)]=_0x12f0fa(0x1a2),_0x409b84['TKaYv']=_0x12f0fa(0x17b);const _0x15772f=_0x409b84;if(!this['isAccessibilityAutomationSession']()||!globals[_0x12f0fa(0x18e)](_0x15772f['OauEt'])||!globals[_0x12f0fa(0x18e)](_0x15772f[_0x12f0fa(0x101)]))return logger[_0x12f0fa(0x150)](_0x15772f[_0x12f0fa(0x17e)]),[];try{return await PerformanceTester[_0x12f0fa(0x190)](PerformanceA11yEvents[_0x12f0fa(0x1a3)],async()=>{const _0x503b16=_0x12f0fa;logger[_0x503b16(0x1b9)](_0x15772f[_0x503b16(0x16a)]);const _0x4e7b5e={};_0x4e7b5e[_0x503b16(0x10a)]=_0x52bcda['browserstackSessionName'],logger[_0x503b16(0x1b9)](util[_0x503b16(0x12c)](await _0x289fea[_0x503b16(0x1af)](scripts[_0x503b16(0x107)],_0x4e7b5e)));},{'command':_0x15772f[_0x12f0fa(0x1e4)]})(),await PerformanceTester[_0x12f0fa(0x190)](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x102fb7=await _0x289fea['executeAsyncScript'](scripts['getResults']);return _0x102fb7;})();}catch{return logger[_0x12f0fa(0x140)](_0x15772f['TKaYv']),[];}},exports[a103_0x20a0ad(0x1bb)]=async(_0x55e71f,_0x54edb3)=>{const _0x45e224=a103_0x20a0ad,_0x40568b={};_0x40568b[_0x45e224(0x13d)]=_0x45e224(0x1de),_0x40568b[_0x45e224(0x13f)]=_0x45e224(0xf5),_0x40568b['RerJR']='bstackA11yShouldScan',_0x40568b[_0x45e224(0xfe)]=_0x45e224(0x1d7),_0x40568b[_0x45e224(0x122)]=_0x45e224(0x1bb),_0x40568b[_0x45e224(0x147)]=_0x45e224(0x171);const _0x410b2=_0x40568b;if(!this[_0x45e224(0x197)]()||!globals['getGlobal'](_0x410b2[_0x45e224(0x13f)])||!globals[_0x45e224(0x18e)](_0x410b2[_0x45e224(0x154)]))return logger[_0x45e224(0x150)](_0x410b2['EYUcv']),{};try{return await PerformanceTester[_0x45e224(0x190)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0xdc987d=_0x45e224;logger[_0xdc987d(0x1b9)](_0x410b2[_0xdc987d(0x13d)]);const _0x29ed62={};_0x29ed62[_0xdc987d(0x10a)]=_0x54edb3['browserstackSessionName'],logger[_0xdc987d(0x1b9)](util[_0xdc987d(0x12c)](await _0x55e71f['executeAsyncScript'](scripts[_0xdc987d(0x107)],_0x29ed62)));},{'command':_0x410b2[_0x45e224(0x122)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x278544=_0x45e224,_0x1b2559=await _0x55e71f[_0x278544(0x1af)](scripts[_0x278544(0xfb)]);return _0x1b2559;})();}catch{return logger['error'](_0x410b2['VfNVg']),{};}},exports[a103_0x20a0ad(0x195)]=_0x99c744=>{const _0x1929a3=a103_0x20a0ad,_0x5ac6dc={};_0x5ac6dc['EzJtP']=function(_0x264a5a,_0xbb1bda){return _0x264a5a===_0xbb1bda;},_0x5ac6dc[_0x1929a3(0x1c7)]=_0x1929a3(0x12a),_0x5ac6dc[_0x1929a3(0x1d1)]='browserstack_executor';const _0x5c44e7=_0x5ac6dc;if(_0x99c744&&_0x99c744[_0x1929a3(0x1a9)]&&_0x5c44e7[_0x1929a3(0x12d)](typeof _0x99c744['script'],_0x5c44e7[_0x1929a3(0x1c7)]))return _0x99c744['script'][_0x1929a3(0x1db)](_0x5c44e7[_0x1929a3(0x1d1)]);return![];},exports[a103_0x20a0ad(0x167)]=_0x2eeb19=>{const _0x5ea385=a103_0x20a0ad,_0x26fca7={};_0x26fca7['tawRg']=function(_0xb40add,_0x16201e){return _0xb40add in _0x16201e;};const _0x52a9ed=_0x26fca7;if(bsSetupHelper[_0x5ea385(0x1c3)](_0x2eeb19))return![];const _0x39ff99=_0x2eeb19[_0x5ea385(0x157)]();return _0x52a9ed['tawRg'](_0x39ff99,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a103_0x20a0ad(0x188)]=_0x4ea248=>{const _0xafa872=a103_0x20a0ad;if(bsSetupHelper['isUndefined'](_0x4ea248))return null;const _0x54a306=_0x4ea248[_0xafa872(0x157)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x54a306]||null;},exports[a103_0x20a0ad(0x152)]=(_0x4232d6,_0x390dc0)=>{const _0x30aee9=a103_0x20a0ad,_0x3b9a67=this[_0x30aee9(0x188)](_0x4232d6);if(!_0x3b9a67)return null;if(_0x390dc0)return _0x3b9a67[_0x30aee9(0x17c)];return _0x3b9a67[_0x30aee9(0x10d)];},exports[a103_0x20a0ad(0x10f)]=_0x55cc58=>{const _0x464e7e=a103_0x20a0ad,_0x27afe9=this[_0x464e7e(0x188)](_0x55cc58);return _0x27afe9?_0x27afe9[_0x464e7e(0x15e)]:_0x55cc58;},exports['requiresChromeOptionsValidation']=_0x4a4738=>{const _0x1b9c44=a103_0x20a0ad,_0x6dc635=this['getBrowserA11yConfig'](_0x4a4738);return _0x6dc635?_0x6dc635[_0x1b9c44(0x14b)]:![];},exports[a103_0x20a0ad(0x177)]=(_0x868201,_0x2bfb45)=>{const _0x334e15=a103_0x20a0ad,_0x45408c={'HAhBa':function(_0x459b4e,_0x583dcd){return _0x459b4e(_0x583dcd);},'hBasK':function(_0x1cbec7,_0x4ba633){return _0x1cbec7>=_0x4ba633;}};if(bsSetupHelper[_0x334e15(0x1c3)](_0x868201)||bsSetupHelper[_0x334e15(0x1c3)](_0x2bfb45))return![];const _0x169c8f=bsSetupHelper[_0x334e15(0x196)](_0x45408c[_0x334e15(0xfc)](String,_0x868201),_0x45408c[_0x334e15(0xfc)](String,_0x2bfb45));return _0x45408c[_0x334e15(0x104)](_0x169c8f,0x0);},exports['parseA11yJwtPayload']=_0x14e481=>{const _0x5a53bb=a103_0x20a0ad,_0x312685={};_0x312685['rVpAC']=function(_0xc521e8,_0x45449d){return _0xc521e8!==_0x45449d;},_0x312685['riITS']='string',_0x312685[_0x5a53bb(0x130)]=_0x5a53bb(0x1c9);const _0x1b3a3c=_0x312685;if(!_0x14e481||_0x1b3a3c[_0x5a53bb(0x189)](typeof _0x14e481,_0x1b3a3c[_0x5a53bb(0x191)]))return null;try{return JSON[_0x5a53bb(0x10c)](Buffer['from'](_0x14e481[_0x5a53bb(0x19d)]('.')[0x1],_0x1b3a3c[_0x5a53bb(0x130)])[_0x5a53bb(0x1e2)]());}catch{return null;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a104_0x36d5(_0x5a81d7,_0x27116a){const _0x6ee960=a104_0x6ee9();return a104_0x36d5=function(_0x36d5e6,_0x19b613){_0x36d5e6=_0x36d5e6-0xc5;let _0x1b153b=_0x6ee960[_0x36d5e6];return _0x1b153b;},a104_0x36d5(_0x5a81d7,_0x27116a);}function a104_0x6ee9(){const _0xffd0b5=['.browserstack','exports','map','findIndex','../helper','debug','ChromeExtension','getResults','6oomONs','commandsToWrap','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','shouldWrapCommand','saveResults','Iutxa','getClass','cxPZZ','9326808MIDkXr','bAYOe','getCommand','writeFileSync','path','saveTestResults','performScan','../../helpers/logger','McMaL','homedir','toJson','browserstackFolderPath','scripts','getLibrary','existsSync','fromJson','nonBStackInfraA11yChromeOptions','52ALkNfq','xofRy','toLowerCase','JyifZ','getModule','join','commands.json','589550LwgRfh','jSDaD','getResultsSummary','166016jsRFVW','scan','commands','DVuGW','getName','0|5|4|1|6|3|2','142539lcGTaL','split','780854MErMpA','length','rhEYU','JSOoR','mkdirSync','name','842282eCYqAd','commandsPath','getMethod','2001045WUifSU','HOiyZ'];a104_0x6ee9=function(){return _0xffd0b5;};return a104_0x6ee9();}const a104_0x6b50b1=a104_0x36d5;(function(_0x582793,_0x35be87){const _0x45c97c=a104_0x36d5,_0x1ed4e1=_0x582793();while(!![]){try{const _0x98af9f=-parseInt(_0x45c97c(0xd7))/0x1+-parseInt(_0x45c97c(0xe2))/0x2+-parseInt(_0x45c97c(0xe0))/0x3*(-parseInt(_0x45c97c(0xd0))/0x4)+-parseInt(_0x45c97c(0xeb))/0x5*(parseInt(_0x45c97c(0xf5))/0x6)+parseInt(_0x45c97c(0xe8))/0x7+parseInt(_0x45c97c(0xda))/0x8+parseInt(_0x45c97c(0xfd))/0x9;if(_0x98af9f===_0x35be87)break;else _0x1ed4e1['push'](_0x1ed4e1['shift']());}catch(_0x5cd108){_0x1ed4e1['push'](_0x1ed4e1['shift']());}}}(a104_0x6ee9,0x65499));const path=require(a104_0x6b50b1(0x101)),fs=require('fs'),logger=require(a104_0x6b50b1(0xc6))['winstonLogger'],helper=require(a104_0x6b50b1(0xf1));class Scripts{constructor(){const _0x116f9d=a104_0x6b50b1,_0xd7ed4c={};_0xd7ed4c['rhEYU']=_0x116f9d(0xdf),_0xd7ed4c['JyifZ']=_0x116f9d(0xd6),_0xd7ed4c['bAYOe']=_0x116f9d(0xed);const _0x1ba556=_0xd7ed4c,_0x5db15b=_0x1ba556[_0x116f9d(0xe4)][_0x116f9d(0xe1)]('|');let _0x4c5aaa=0x0;while(!![]){switch(_0x5db15b[_0x4c5aaa++]){case'0':this[_0x116f9d(0xc5)]=null;continue;case'1':this[_0x116f9d(0x102)]=null;continue;case'2':this[_0x116f9d(0xce)]();continue;case'3':this[_0x116f9d(0xe9)]=path[_0x116f9d(0xd5)](this['browserstackFolderPath'],_0x1ba556[_0x116f9d(0xd3)]);continue;case'4':this[_0x116f9d(0xd9)]=null;continue;case'5':this[_0x116f9d(0xf4)]=null;continue;case'6':this['browserstackFolderPath']=path[_0x116f9d(0xd5)](helper[_0x116f9d(0xc8)](),_0x1ba556[_0x116f9d(0xfe)]);continue;}break;}}['parseFromJson'](_0x5bfd4d){const _0x43d81a=a104_0x6b50b1;_0x5bfd4d[_0x43d81a(0xcb)]&&(this['performScan']=_0x5bfd4d[_0x43d81a(0xcb)][_0x43d81a(0xdb)],this[_0x43d81a(0xf4)]=_0x5bfd4d['scripts'][_0x43d81a(0xf4)],this['getResultsSummary']=_0x5bfd4d[_0x43d81a(0xcb)][_0x43d81a(0xd9)],this['saveTestResults']=_0x5bfd4d[_0x43d81a(0xcb)][_0x43d81a(0xf9)]),this[_0x43d81a(0xf6)]=_0x5bfd4d[_0x43d81a(0xdc)],this['ChromeExtension']=_0x5bfd4d[_0x43d81a(0xcf)];}['parseFromProto'](_0xd62f64,_0x167a30){const _0x52031f=a104_0x6b50b1,_0x559379={};_0x559379[_0x52031f(0xd1)]=function(_0x188a57,_0x44e9cd){return _0x188a57>_0x44e9cd;},_0x559379[_0x52031f(0xe5)]=function(_0x326fa9,_0x4278a3){return _0x326fa9===_0x4278a3;},_0x559379[_0x52031f(0xd8)]=_0x52031f(0xdb),_0x559379[_0x52031f(0xec)]=function(_0x59ffad,_0x1d854f){return _0x59ffad===_0x1d854f;},_0x559379['vgJth']=_0x52031f(0xf4),_0x559379[_0x52031f(0xfa)]=function(_0x1fa221,_0x1bb54c){return _0x1fa221===_0x1bb54c;},_0x559379[_0x52031f(0xc7)]=_0x52031f(0xd9),_0x559379['vdtJr']=_0x52031f(0xf9),_0x559379['cxPZZ']=function(_0x3f1f62,_0xe4a04){return _0x3f1f62>_0xe4a04;};const _0x46307b=_0x559379;if(_0xd62f64&&_0x46307b['xofRy'](_0xd62f64[_0x52031f(0xe3)],0x0))for(const _0xdf9e96 of _0xd62f64){if(_0x46307b[_0x52031f(0xe5)](_0xdf9e96[_0x52031f(0xde)](),_0x46307b[_0x52031f(0xd8)]))this[_0x52031f(0xc5)]=_0xdf9e96[_0x52031f(0xff)]();else{if(_0x46307b['HOiyZ'](_0xdf9e96[_0x52031f(0xde)](),_0x46307b['vgJth']))this[_0x52031f(0xf4)]=_0xdf9e96[_0x52031f(0xff)]();else{if(_0x46307b[_0x52031f(0xfa)](_0xdf9e96[_0x52031f(0xde)](),_0x46307b[_0x52031f(0xc7)]))this[_0x52031f(0xd9)]=_0xdf9e96[_0x52031f(0xff)]();else _0x46307b[_0x52031f(0xe5)](_0xdf9e96[_0x52031f(0xde)](),_0x46307b['vdtJr'])&&(this[_0x52031f(0x102)]=_0xdf9e96[_0x52031f(0xff)]());}}}_0x167a30&&_0x46307b[_0x52031f(0xfc)](_0x167a30[_0x52031f(0xe3)],0x0)&&(this[_0x52031f(0xf6)]=_0x167a30[_0x52031f(0xef)](_0x3eb7ff=>{const _0x4001d2=_0x52031f;return{'name':_0x3eb7ff['getName'](),'method':_0x3eb7ff[_0x4001d2(0xea)](),'library':_0x3eb7ff[_0x4001d2(0xcc)](),'module':_0x3eb7ff[_0x4001d2(0xd4)](),'class':_0x3eb7ff[_0x4001d2(0xfb)]()};}));}[a104_0x6b50b1(0xf8)](_0x199625){const _0x204d3b=a104_0x6b50b1,_0x5f175a={};_0x5f175a['DVuGW']=function(_0x2bc1a9,_0x23d82a){return _0x2bc1a9!==_0x23d82a;};const _0x4c5f21=_0x5f175a;try{return _0x4c5f21[_0x204d3b(0xdd)](this[_0x204d3b(0xf6)][_0x204d3b(0xf0)](_0x23ff00=>_0x23ff00[_0x204d3b(0xe7)][_0x204d3b(0xd2)]()===_0x199625[_0x204d3b(0xd2)]()),-0x1);}catch(_0x2e707f){logger[_0x204d3b(0xf2)](_0x204d3b(0xf7)+_0x2e707f);}return![];}[a104_0x6b50b1(0xc9)](){const _0x3ce10d=a104_0x6b50b1;!fs[_0x3ce10d(0xcd)](this[_0x3ce10d(0xca)])&&fs[_0x3ce10d(0xe6)](this[_0x3ce10d(0xca)]),fs[_0x3ce10d(0x100)](this[_0x3ce10d(0xe9)],JSON['stringify']({'scripts':{'scan':this[_0x3ce10d(0xc5)],'getResults':this[_0x3ce10d(0xf4)],'getResultsSummary':this['getResultsSummary'],'saveResults':this['saveTestResults']},'commands':this[_0x3ce10d(0xf6)],'nonBStackInfraA11yChromeOptions':this[_0x3ce10d(0xf3)]}));}[a104_0x6b50b1(0xce)](){const _0x501144=a104_0x6b50b1,_0x17981b={'iHNlB':function(_0x21139,_0x2db3d3){return _0x21139(_0x2db3d3);}};fs['existsSync'](this[_0x501144(0xe9)])&&this['parseFromJson'](_0x17981b['iHNlB'](require,this['commandsPath']));}}module[a104_0x6b50b1(0xee)]=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a105_0x15cd(){const _0x24d313=['path','\x22:\x20{\x22endpoint\x22:\x20\x22','error','jlZWz','keys','healFailure','getGlobal','HEALING_LOG_DATA_TIMEOUT','../../helpers/timeoutPromise','HSyWU','iWSin','UCJxX','78xkVxji','join','race','ohDLM','handleFailure','12484prZzcB','firefox','fromEntries','DCgSJ','lHnOn','getProjectName','PEYVg','BrowserstackHealingPollResultFailed','capabilities_','initializeHealingCapabilities','../globals','HgRwF','100oyZFRq','jgdNh','TCG_URL','cancel','_handleEvent','browserName','XGONA','5134242cfkaKC','message','winstonLogger','config','frJSu','getId','BFCps','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','parameters_','gaHyi','XEwWp','getTestName','ZZdGj','chrome','EPUuo','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','lAMBh','executeScript','1935WcYiCs','fVZPT','../../ai-sdk-node/bundle','aiHeal_isGroupAIEnabled','BrowserstackHealingSetTcgTokenFailed','RcgxM','aiHeal_groupId','ydKka','locatorType','BrowserstackHealing.setToken\x20method\x20timed\x20out','dNPMA','getCommands','TCG_REGION','freeze','BrowserstackHealing','VMxmo','aiHealing','framework','handleSuccess','pollResult','../../bin/utils/constants','getCapabilities','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','browserstackSessionName','replace','edgeOptions_','2472puUbSZ','kdGNV','BrowserstackHealing.pollResult\x20method\x20timed\x20out','\x22}}}','234592AKQAHC','logData','then','BrowserstackHealingLogDataFailed','using','\x22,\x20\x22tcgUrls\x22:\x20{\x22','650UOWfsA','value','toLowerCase','jjmbl','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','name_','safariOptions_','split','256858xzSzhy','microsoftedge','locatorValue','FYKbB','firefoxOptions_','SET_TCG_TOKEN_TIMEOUT','map_','TOAoH','tvgsl','BrowserstackHealing.logData\x20method\x20timed\x20out','getSession','aiHeal_userId','xyhKS','524529VHdLXV','selector','safari','108999EeXMMY','isSelfHealEnabled'];a105_0x15cd=function(){return _0x24d313;};return a105_0x15cd();}const a105_0x461703=a105_0x4df2;(function(_0x300167,_0x2f57c3){const _0x29931e=a105_0x4df2,_0x58546b=_0x300167();while(!![]){try{const _0x2ab894=-parseInt(_0x29931e(0xd3))/0x1+-parseInt(_0x29931e(0x75))/0x2*(-parseInt(_0x29931e(0xe4))/0x3)+-parseInt(_0x29931e(0xb8))/0x4*(-parseInt(_0x29931e(0x81))/0x5)+-parseInt(_0x29931e(0x88))/0x6+-parseInt(_0x29931e(0xc6))/0x7+-parseInt(_0x29931e(0xb4))/0x8*(-parseInt(_0x29931e(0x9a))/0x9)+parseInt(_0x29931e(0xbe))/0xa*(parseInt(_0x29931e(0xd6))/0xb);if(_0x2ab894===_0x2f57c3)break;else _0x58546b['push'](_0x58546b['shift']());}catch(_0xb75aa1){_0x58546b['push'](_0x58546b['shift']());}}}(a105_0x15cd,0x9986a));const path=require(a105_0x461703(0xd8)),{commandRepository}=require('./autoHealHelper'),constants=require(a105_0x461703(0xae)),logger=require('../logger')[a105_0x461703(0x8a)],globals=require(a105_0x461703(0x7f)),timeoutPromise=require(a105_0x461703(0xe0)),isUndefinedOrNull=_0x457ad4=>_0x457ad4===undefined||_0x457ad4===null||_0x457ad4==='',isNotUndefinedOrNull=_0x12f39e=>!isUndefinedOrNull(_0x12f39e),isString=_0x5293cd=>isNotUndefinedOrNull(_0x5293cd)&&typeof _0x5293cd==='string';function a105_0x4df2(_0x8cebc1,_0x47860a){const _0x15cdb3=a105_0x15cd();return a105_0x4df2=function(_0x4df22b,_0x3c456c){_0x4df22b=_0x4df22b-0x73;let _0xf7064d=_0x15cdb3[_0x4df22b];return _0xf7064d;},a105_0x4df2(_0x8cebc1,_0x47860a);}class AiSdkWrapper{constructor(){const _0xc40cef=a105_0x461703,_0x4d77ce={'XGONA':function(_0x1bd41c,_0x1646d0){return _0x1bd41c(_0x1646d0);},'ohDLM':_0xc40cef(0x9c)};this[_0xc40cef(0xa8)]=undefined;try{this[_0xc40cef(0xa8)]=_0x4d77ce[_0xc40cef(0x87)](require,path[_0xc40cef(0xe5)](__dirname,_0x4d77ce[_0xc40cef(0x73)]));}catch(_0x21d122){logger[_0xc40cef(0xda)](_0xc40cef(0x97)+(_0x21d122&&_0x21d122[_0xc40cef(0x89)]?_0x21d122[_0xc40cef(0x89)]:''));}}[a105_0x461703(0x7e)](_0x28b4a2){const _0x4a4ff7=a105_0x461703,_0x29cafc={};_0x29cafc[_0x4a4ff7(0xd2)]='newCapabilities',_0x29cafc[_0x4a4ff7(0x96)]=function(_0x2d8c34,_0x77ad45){return _0x2d8c34===_0x77ad45;},_0x29cafc[_0x4a4ff7(0x9b)]=_0x4a4ff7(0x95),_0x29cafc[_0x4a4ff7(0x91)]=function(_0x3d6fc8,_0x8db17b){return _0x3d6fc8===_0x8db17b;},_0x29cafc['FYKbB']=_0x4a4ff7(0x76),_0x29cafc[_0x4a4ff7(0xe3)]=function(_0x185601,_0x3b9cd5){return _0x185601===_0x3b9cd5;},_0x29cafc[_0x4a4ff7(0x7b)]=_0x4a4ff7(0xd5),_0x29cafc[_0x4a4ff7(0xa4)]=function(_0x513230,_0x164e42){return _0x513230===_0x164e42;},_0x29cafc[_0x4a4ff7(0xce)]='edge',_0x29cafc[_0x4a4ff7(0xc1)]=_0x4a4ff7(0xc7),_0x29cafc[_0x4a4ff7(0xe1)]=function(_0x28cb5d,_0x18e8ad){return _0x28cb5d===_0x18e8ad;};const _0x108463=_0x29cafc;try{const _0x3a3835=this['BrowserstackHealing']['initializeCapabilities'](Object[_0x4a4ff7(0x77)](_0x28b4a2[_0x4a4ff7(0xaf)]()[_0x4a4ff7(0xcc)]));console['log'](_0x108463['xyhKS'],_0x3a3835);if(_0x108463[_0x4a4ff7(0x96)](_0x3a3835?.[_0x4a4ff7(0x86)]?.[_0x4a4ff7(0xc0)](),_0x108463[_0x4a4ff7(0x9b)]))_0x28b4a2['chromeOptions_']=_0x3a3835;else{if(_0x108463['gaHyi'](_0x3a3835?.[_0x4a4ff7(0x86)]?.['toLowerCase'](),_0x108463[_0x4a4ff7(0xc9)]))_0x28b4a2[_0x4a4ff7(0xca)]=_0x3a3835;else{if(_0x108463['UCJxX'](_0x3a3835?.[_0x4a4ff7(0x86)]?.[_0x4a4ff7(0xc0)](),_0x108463['PEYVg']))_0x28b4a2[_0x4a4ff7(0xc4)]=_0x3a3835;else{if(_0x108463['dNPMA'](_0x3a3835?.[_0x4a4ff7(0x86)]?.['toLowerCase'](),_0x108463[_0x4a4ff7(0xce)])||_0x108463['UCJxX'](_0x3a3835?.[_0x4a4ff7(0x86)]?.[_0x4a4ff7(0xc0)](),_0x108463[_0x4a4ff7(0xc1)]))_0x28b4a2[_0x4a4ff7(0xb3)]=_0x3a3835;else _0x108463[_0x4a4ff7(0xe1)](_0x3a3835?.[_0x4a4ff7(0x86)]?.[_0x4a4ff7(0xc0)](),'ie')&&(_0x28b4a2['ieOptions_']=_0x3a3835);}}}Object[_0x4a4ff7(0xdc)](_0x3a3835)['forEach'](_0x1a075b=>{const _0x30b82f=_0x4a4ff7,_0x68fd42=_0x28b4a2[_0x30b82f(0x7d)]['get'](_0x1a075b);_0x28b4a2[_0x30b82f(0x7d)]['set'](_0x1a075b,_0x3a3835[_0x1a075b]);});}catch(_0x18ced4){logger['error'](_0x4a4ff7(0x8f)+(_0x18ced4&&_0x18ced4['message']?_0x18ced4[_0x4a4ff7(0x89)]:''));}}async['setTcgToken'](_0x574b11){const _0x11dff3=a105_0x461703,_0x5f57d2={'oQSpt':function(_0x590596,_0x9973f,_0x4aa446,_0x1e7d99,_0x3208c9,_0x3da0cb,_0x42288f){return _0x590596(_0x9973f,_0x4aa446,_0x1e7d99,_0x3208c9,_0x3da0cb,_0x42288f);},'RcgxM':_0x11dff3(0xa3),'lAMBh':_0x11dff3(0x9e),'ZZdGj':'aiHeal_sessionToken'},_0x4e03c=new Date(),_0x86502e=_0x5f57d2['oQSpt'](timeoutPromise,constants[_0x11dff3(0xcb)],_0x5f57d2[_0x11dff3(0x9f)],_0x5f57d2[_0x11dff3(0x98)],_0x4e03c,this['config'],this[_0x11dff3(0xab)]);await Promise[_0x11dff3(0xe6)]([this[_0x11dff3(0xa8)]['setToken'](_0x574b11,globals[_0x11dff3(0xde)](_0x5f57d2[_0x11dff3(0x94)]),constants[_0x11dff3(0x83)])[_0x11dff3(0xba)](()=>{const _0x3d544f=_0x11dff3;_0x86502e[_0x3d544f(0x84)]();}),_0x86502e]);}async[a105_0x461703(0x85)](_0x28e423,_0x3414c9,_0x5b320a,_0x53453a){const _0x1806d1=a105_0x461703,_0x316b21={'hcBDb':function(_0x3c1fea,_0x43ffb2){return _0x3c1fea===_0x43ffb2;},'bvCgW':function(_0x133e4f,_0x8bacba){return _0x133e4f===_0x8bacba;},'iWSin':function(_0x2d53ac,_0x336e6d){return _0x2d53ac(_0x336e6d);},'frJSu':function(_0xad8d78,_0x431568){return _0xad8d78(_0x431568);},'ydKka':function(_0x405e2e,_0x5e7c55){return _0x405e2e(_0x5e7c55);},'TOAoH':function(_0x4d630d,_0x366d93){return _0x4d630d(_0x366d93);},'XEwWp':function(_0x5db248,_0x40fc96){return _0x5db248(_0x40fc96);},'pywIE':function(_0x33056c,_0x2f2730){return _0x33056c(_0x2f2730);},'HgRwF':'s://','VMxmo':function(_0x35d5f8,_0x5f29b3){return _0x35d5f8(_0x5f29b3);},'OuzzS':function(_0x29acef,_0x5cb1cd){return _0x29acef(_0x5cb1cd);},'jlZWz':_0x1806d1(0xd1),'kdGNV':_0x1806d1(0xa0),'upUtE':_0x1806d1(0x9d),'jgdNh':function(_0x2dd57e,_0x361704,_0x3e7245,_0x2f892b,_0x428c75,_0x3e49ea,_0x14555e){return _0x2dd57e(_0x361704,_0x3e7245,_0x2f892b,_0x428c75,_0x3e49ea,_0x14555e);},'yRjmr':_0x1806d1(0xcf),'CYuEB':_0x1806d1(0xbb),'DCgSJ':function(_0x4c139a,_0x3343ed,_0x400c15,_0x4d369d,_0x5f24cd,_0x567c72,_0x10660c){return _0x4c139a(_0x3343ed,_0x400c15,_0x4d369d,_0x5f24cd,_0x567c72,_0x10660c);},'BLcBe':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','BFCps':'BrowserstackHealingHealFailureFailed'},_0x3b066e=(await _0x3414c9[_0x1806d1(0xd0)]())['getId']();let _0x1fe5c6='';if(commandRepository[_0x1806d1(0xd7)]()&&_0x316b21['hcBDb'](_0x53453a,![])||_0x316b21['bvCgW'](_0x53453a,!![])){const _0x571488=_0x316b21[_0x1806d1(0xe2)](isNotUndefinedOrNull,_0x5b320a[_0x1806d1(0x90)][_0x1806d1(0xbc)])&&_0x316b21[_0x1806d1(0x8c)](isString,_0x5b320a[_0x1806d1(0x90)][_0x1806d1(0xbc)])?_0x5b320a['parameters_'][_0x1806d1(0xbc)][_0x1806d1(0xb2)](/'/g,'\x5c\x27')[_0x1806d1(0xb2)](/"/g,'\x5c\x22'):'',_0x25484f=_0x316b21['ydKka'](isNotUndefinedOrNull,_0x5b320a['parameters_'][_0x1806d1(0xbc)])&&_0x316b21[_0x1806d1(0xa1)](isString,_0x5b320a[_0x1806d1(0x90)][_0x1806d1(0xbf)])?_0x5b320a[_0x1806d1(0x90)]['value']['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x597129=_0x316b21[_0x1806d1(0x8c)](isNotUndefinedOrNull,commandRepository[_0x1806d1(0x7a)]())&&_0x316b21['ydKka'](isString,commandRepository['getProjectName']())?commandRepository[_0x1806d1(0x7a)]()[_0x1806d1(0xb2)](/'/g,'\x5c\x27')[_0x1806d1(0xb2)](/"/g,'\x5c\x22'):'';let _0x4fa117=_0x316b21[_0x1806d1(0xcd)](isNotUndefinedOrNull,global[_0x1806d1(0xb1)])&&_0x316b21[_0x1806d1(0x92)](isString,global[_0x1806d1(0xb1)])?global[_0x1806d1(0xb1)][_0x1806d1(0xb2)](/'/g,'\x5c\x27')[_0x1806d1(0xb2)](/"/g,'\x5c\x22'):'';!_0x4fa117&&(_0x4fa117=_0x316b21['pywIE'](isNotUndefinedOrNull,commandRepository[_0x1806d1(0x93)]())&&_0x316b21[_0x1806d1(0x92)](isString,commandRepository[_0x1806d1(0x93)]())?commandRepository[_0x1806d1(0x93)]()[_0x1806d1(0xb2)](/'/g,'\x5c\x27')[_0x1806d1(0xb2)](/"/g,'\x5c\x22'):'');let _0x4a2aa9='{\x22region\x22:\x20\x22'+constants[_0x1806d1(0xa6)]+_0x1806d1(0xbd)+constants['TCG_REGION']+_0x1806d1(0xd9)+constants[_0x1806d1(0x83)][_0x1806d1(0xc5)](_0x316b21[_0x1806d1(0x80)])[0x1]+_0x1806d1(0xb7);_0x4a2aa9=_0x316b21[_0x1806d1(0xa9)](isNotUndefinedOrNull,_0x4a2aa9)&&_0x316b21['OuzzS'](isString,_0x4a2aa9)?_0x4a2aa9[_0x1806d1(0xb2)](/'/g,'\x5c\x27')[_0x1806d1(0xb2)](/"/g,'\x5c\x22'):'';const _0x204bfe=commandRepository[_0x1806d1(0xa5)](_0x3b066e),_0xe97e1e=globals[_0x1806d1(0xde)](_0x316b21[_0x1806d1(0xdb)]),_0x230655=globals[_0x1806d1(0xde)](_0x316b21[_0x1806d1(0xb5)]),_0x558754=globals[_0x1806d1(0xde)](_0x316b21['upUtE']),_0x2e7d29=![],_0x1f9c3d=new Date();if(_0x53453a){const _0x465e71=_0x316b21[_0x1806d1(0x82)](timeoutPromise,constants[_0x1806d1(0xdf)],_0x316b21['yRjmr'],_0x316b21['CYuEB'],_0x1f9c3d,this['config'],this[_0x1806d1(0xab)]);_0x1fe5c6=await Promise[_0x1806d1(0xe6)]([this['BrowserstackHealing'][_0x1806d1(0xb9)](_0x571488,_0x25484f,_0x597129,_0x4fa117,_0x230655,_0x3b066e,_0x204bfe,_0x4a2aa9)['then'](_0x5dce96=>{const _0x1d0a61=_0x1806d1;return _0x465e71[_0x1d0a61(0x84)](),_0x5dce96;}),_0x465e71]);}else{if(commandRepository[_0x1806d1(0xd7)]()){const _0x12ee97=_0x316b21[_0x1806d1(0x78)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x316b21['BLcBe'],_0x316b21[_0x1806d1(0x8e)],_0x1f9c3d,this['config'],this[_0x1806d1(0xab)]);_0x1fe5c6=await Promise[_0x1806d1(0xe6)]([this[_0x1806d1(0xa8)][_0x1806d1(0xdd)](_0x571488,_0x25484f,_0x597129,_0x4fa117,_0xe97e1e,_0x230655,_0x3b066e,_0x204bfe,_0x2e7d29,_0x558754,_0x4a2aa9)[_0x1806d1(0xba)](_0x3bde5f=>{const _0xab34f2=_0x1806d1;return _0x12ee97[_0xab34f2(0x84)](),_0x3bde5f;}),_0x12ee97]);}}_0x1fe5c6&&await _0x3414c9[_0x1806d1(0x99)](_0x1fe5c6);}}async[a105_0x461703(0xac)](_0x104693,_0x3ea8be,_0x565a4c){const _0x29dd34=a105_0x461703;try{await this[_0x29dd34(0x85)](_0x104693,_0x3ea8be,_0x565a4c,!![]);}catch(_0x5fc6a0){return logger[_0x29dd34(0xda)](_0x29dd34(0xb0)+(_0x5fc6a0&&_0x5fc6a0[_0x29dd34(0x89)]?_0x5fc6a0[_0x29dd34(0x89)]:'')),![];}return!![];}async[a105_0x461703(0x74)](_0x456f00,_0x248cb5,_0x2d5f73){const _0x4974cb=a105_0x461703,_0x58a51f={'zuigE':function(_0x25b0f8,_0x481705,_0x5d962b,_0x273258,_0x37e849,_0x39d3a8,_0x305f4a){return _0x25b0f8(_0x481705,_0x5d962b,_0x273258,_0x37e849,_0x39d3a8,_0x305f4a);},'BlcxT':_0x4974cb(0xb6),'lHnOn':_0x4974cb(0x7c),'ONGps':'aiHeal_sessionToken'};try{await this[_0x4974cb(0x85)](_0x456f00,_0x248cb5,_0x2d5f73,![]);const _0x504663=(await _0x248cb5[_0x4974cb(0xd0)]())[_0x4974cb(0x8d)](),_0xe95d0b=new Date(),_0x2352d9=_0x58a51f['zuigE'](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x58a51f['BlcxT'],_0x58a51f[_0x4974cb(0x79)],_0xe95d0b,this[_0x4974cb(0x8b)],this[_0x4974cb(0xab)]),_0x402cef=await Promise[_0x4974cb(0xe6)]([this[_0x4974cb(0xa8)][_0x4974cb(0xad)](constants[_0x4974cb(0x83)],_0x504663,globals[_0x4974cb(0xde)](_0x58a51f['ONGps']))[_0x4974cb(0xba)](_0x41707b=>{const _0x423db8=_0x4974cb;return _0x2352d9[_0x423db8(0x84)](),_0x41707b;}),_0x2352d9]);if(_0x402cef&&_0x402cef['selector']&&_0x402cef[_0x4974cb(0xbf)]){const _0x2ef5df={};return _0x2ef5df[_0x4974cb(0xa2)]=_0x402cef[_0x4974cb(0xd4)],_0x2ef5df[_0x4974cb(0xc8)]=_0x402cef[_0x4974cb(0xbf)],_0x2ef5df[_0x4974cb(0xaa)]=!![],_0x2ef5df;}const _0x15bcd0={};return _0x15bcd0[_0x4974cb(0xa2)]=_0x2d5f73['parameters_'][_0x4974cb(0xbc)],_0x15bcd0['locatorValue']=_0x402cef[_0x4974cb(0xbf)],_0x15bcd0[_0x4974cb(0xaa)]=!![],_0x15bcd0;}catch(_0x27f587){return logger['debug']('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x27f587&&_0x27f587[_0x4974cb(0x89)]?_0x27f587['message']:'')),logger['info'](_0x4974cb(0xc2)+_0x2d5f73[_0x4974cb(0xc3)]+'\x20command'),_0x2d5f73;}}}exports['aiSdkWrapper']=Object[a105_0x461703(0xa7)](new AiSdkWrapper());
|
|
1
|
+
const a105_0x3bcb2f=a105_0x5e59;function a105_0x5e59(_0x2b6b50,_0x54ed7c){const _0xbdb6a5=a105_0xbdb6();return a105_0x5e59=function(_0x5e592c,_0x60715c){_0x5e592c=_0x5e592c-0xd3;let _0x3a8956=_0xbdb6a5[_0x5e592c];return _0x3a8956;},a105_0x5e59(_0x2b6b50,_0x54ed7c);}(function(_0x53a76d,_0x4595f2){const _0x354e87=a105_0x5e59,_0x10890d=_0x53a76d();while(!![]){try{const _0x2a2bb4=-parseInt(_0x354e87(0xf3))/0x1*(parseInt(_0x354e87(0xd7))/0x2)+-parseInt(_0x354e87(0x126))/0x3+parseInt(_0x354e87(0x13f))/0x4*(-parseInt(_0x354e87(0x139))/0x5)+-parseInt(_0x354e87(0x119))/0x6+parseInt(_0x354e87(0x132))/0x7*(-parseInt(_0x354e87(0x121))/0x8)+-parseInt(_0x354e87(0xd3))/0x9*(-parseInt(_0x354e87(0x140))/0xa)+parseInt(_0x354e87(0x14f))/0xb;if(_0x2a2bb4===_0x4595f2)break;else _0x10890d['push'](_0x10890d['shift']());}catch(_0x4f3ff9){_0x10890d['push'](_0x10890d['shift']());}}}(a105_0xbdb6,0xa9077));const path=require('path'),{commandRepository}=require('./autoHealHelper'),constants=require(a105_0x3bcb2f(0xfe)),logger=require(a105_0x3bcb2f(0x127))['winstonLogger'],globals=require(a105_0x3bcb2f(0x137)),timeoutPromise=require(a105_0x3bcb2f(0xf7)),isUndefinedOrNull=_0x3c515b=>_0x3c515b===undefined||_0x3c515b===null||_0x3c515b==='',isNotUndefinedOrNull=_0x2f438c=>!isUndefinedOrNull(_0x2f438c),isString=_0x8f22fb=>isNotUndefinedOrNull(_0x8f22fb)&&typeof _0x8f22fb===a105_0x3bcb2f(0x105);class AiSdkWrapper{constructor(){const _0x46bf33=a105_0x3bcb2f,_0xd85714={'aHnJT':function(_0x7e019e,_0x3771d4){return _0x7e019e(_0x3771d4);},'OIRCM':_0x46bf33(0x12b)};this[_0x46bf33(0xd6)]=undefined;try{this[_0x46bf33(0xd6)]=_0xd85714['aHnJT'](require,path[_0x46bf33(0x117)](__dirname,_0xd85714['OIRCM']));}catch(_0x2ab4cc){logger[_0x46bf33(0x145)](_0x46bf33(0x10d)+(_0x2ab4cc&&_0x2ab4cc[_0x46bf33(0xdd)]?_0x2ab4cc['message']:''));}}[a105_0x3bcb2f(0xf2)](_0x1c1a1e){const _0x411bc5=a105_0x3bcb2f,_0x212757={};_0x212757[_0x411bc5(0xd5)]=_0x411bc5(0xed),_0x212757[_0x411bc5(0x12e)]=function(_0xbf0319,_0x1de718){return _0xbf0319===_0x1de718;},_0x212757[_0x411bc5(0x122)]='chrome',_0x212757[_0x411bc5(0x124)]=_0x411bc5(0x100),_0x212757[_0x411bc5(0x14a)]=_0x411bc5(0x11f),_0x212757[_0x411bc5(0xdc)]=function(_0x638249,_0x130806){return _0x638249===_0x130806;},_0x212757[_0x411bc5(0xee)]=_0x411bc5(0x109),_0x212757[_0x411bc5(0x146)]=function(_0x15d419,_0x5e98f6){return _0x15d419===_0x5e98f6;},_0x212757[_0x411bc5(0x11b)]=_0x411bc5(0x11a),_0x212757[_0x411bc5(0x123)]=function(_0x1e2b29,_0x262cad){return _0x1e2b29===_0x262cad;};const _0x20ce54=_0x212757;try{const _0x1e3cef=this[_0x411bc5(0xd6)][_0x411bc5(0x13e)](Object[_0x411bc5(0x115)](_0x1c1a1e[_0x411bc5(0xfb)]()[_0x411bc5(0xe4)]));console[_0x411bc5(0x10b)](_0x20ce54[_0x411bc5(0xd5)],_0x1e3cef);if(_0x20ce54['rYxPh'](_0x1e3cef?.[_0x411bc5(0xe7)]?.[_0x411bc5(0x114)](),_0x20ce54[_0x411bc5(0x122)]))_0x1c1a1e[_0x411bc5(0xe8)]=_0x1e3cef;else{if(_0x20ce54[_0x411bc5(0x12e)](_0x1e3cef?.[_0x411bc5(0xe7)]?.[_0x411bc5(0x114)](),_0x20ce54['joVSl']))_0x1c1a1e['firefoxOptions_']=_0x1e3cef;else{if(_0x20ce54[_0x411bc5(0x12e)](_0x1e3cef?.[_0x411bc5(0xe7)]?.[_0x411bc5(0x114)](),_0x20ce54[_0x411bc5(0x14a)]))_0x1c1a1e[_0x411bc5(0x12d)]=_0x1e3cef;else{if(_0x20ce54[_0x411bc5(0xdc)](_0x1e3cef?.[_0x411bc5(0xe7)]?.[_0x411bc5(0x114)](),_0x20ce54['SMzBN'])||_0x20ce54['OlNqK'](_0x1e3cef?.[_0x411bc5(0xe7)]?.['toLowerCase'](),_0x20ce54[_0x411bc5(0x11b)]))_0x1c1a1e[_0x411bc5(0x135)]=_0x1e3cef;else _0x20ce54[_0x411bc5(0x123)](_0x1e3cef?.['browserName']?.[_0x411bc5(0x114)](),'ie')&&(_0x1c1a1e['ieOptions_']=_0x1e3cef);}}}Object[_0x411bc5(0x14b)](_0x1e3cef)['forEach'](_0x22b5e6=>{const _0x1541f2=_0x411bc5,_0x1a6c84=_0x1c1a1e[_0x1541f2(0x131)][_0x1541f2(0x10a)](_0x22b5e6);_0x1c1a1e[_0x1541f2(0x131)]['set'](_0x22b5e6,_0x1e3cef[_0x22b5e6]);});}catch(_0x55a01f){logger[_0x411bc5(0x145)](_0x411bc5(0x10e)+(_0x55a01f&&_0x55a01f[_0x411bc5(0xdd)]?_0x55a01f['message']:''));}}async[a105_0x3bcb2f(0xf1)](_0x585e7d){const _0x19f5ce=a105_0x3bcb2f,_0x4ad472={'KekFN':function(_0x11412b,_0xa23b74,_0x160728,_0x395ba6,_0xdcecd5,_0x4d8858,_0x3e5a58){return _0x11412b(_0xa23b74,_0x160728,_0x395ba6,_0xdcecd5,_0x4d8858,_0x3e5a58);},'slLWZ':_0x19f5ce(0x147),'Wljvg':_0x19f5ce(0x10c),'GoFkY':_0x19f5ce(0x108)},_0x41f654=new Date(),_0x59d476=_0x4ad472['KekFN'](timeoutPromise,constants[_0x19f5ce(0x112)],_0x4ad472[_0x19f5ce(0xd9)],_0x4ad472[_0x19f5ce(0x120)],_0x41f654,this[_0x19f5ce(0x101)],this[_0x19f5ce(0xfa)]);await Promise[_0x19f5ce(0x136)]([this[_0x19f5ce(0xd6)][_0x19f5ce(0x11e)](_0x585e7d,globals[_0x19f5ce(0x129)](_0x4ad472['GoFkY']),constants[_0x19f5ce(0x118)])[_0x19f5ce(0xfc)](()=>{const _0x103094=_0x19f5ce;_0x59d476[_0x103094(0x149)]();}),_0x59d476]);}async['_handleEvent'](_0x82c1f8,_0x37f989,_0x207719,_0x1c922d){const _0x5880a4=a105_0x3bcb2f,_0x2740f1={'NDCln':function(_0x2d580d,_0x349ed6){return _0x2d580d===_0x349ed6;},'TSCbU':function(_0x2a5712,_0x3184a0){return _0x2a5712===_0x3184a0;},'tXNAw':function(_0x5dd935,_0x3a917f){return _0x5dd935(_0x3a917f);},'uScyW':function(_0x4c3cb1,_0x509bdb){return _0x4c3cb1(_0x509bdb);},'DFoUP':function(_0x1a25b3,_0x8b47c){return _0x1a25b3(_0x8b47c);},'PeIsA':function(_0x296b82,_0x10f112){return _0x296b82(_0x10f112);},'lxbln':function(_0x51a213,_0x3c8844){return _0x51a213(_0x3c8844);},'WISJq':_0x5880a4(0xe2),'USEMA':function(_0x39ad59,_0x36f85f){return _0x39ad59(_0x36f85f);},'JUpgJ':function(_0x20324a,_0x11b7f1){return _0x20324a(_0x11b7f1);},'ozcXX':_0x5880a4(0xf4),'hZWjq':_0x5880a4(0xe9),'bkiaH':_0x5880a4(0x143),'AciER':function(_0x414de8,_0x1fac89,_0xc3348a,_0x16e42b,_0xdbd6d8,_0x3d9f68,_0x1086f5){return _0x414de8(_0x1fac89,_0xc3348a,_0x16e42b,_0xdbd6d8,_0x3d9f68,_0x1086f5);},'yiGdN':_0x5880a4(0xe1),'exEyK':_0x5880a4(0xf5),'nKcMa':function(_0x2af231,_0x222fe8,_0x301f96,_0x33bcc9,_0xe06a03,_0x3dc7e4,_0x599905){return _0x2af231(_0x222fe8,_0x301f96,_0x33bcc9,_0xe06a03,_0x3dc7e4,_0x599905);},'LEfJp':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','LVpCG':'BrowserstackHealingHealFailureFailed'},_0x56896e=(await _0x37f989[_0x5880a4(0x14d)]())[_0x5880a4(0x11d)]();let _0x44775f='';if(commandRepository[_0x5880a4(0xf9)]()&&_0x2740f1[_0x5880a4(0xea)](_0x1c922d,![])||_0x2740f1[_0x5880a4(0x148)](_0x1c922d,!![])){const _0x1d5d94=_0x2740f1[_0x5880a4(0x133)](isNotUndefinedOrNull,_0x207719[_0x5880a4(0x111)]['using'])&&_0x2740f1['uScyW'](isString,_0x207719[_0x5880a4(0x111)][_0x5880a4(0xdf)])?_0x207719['parameters_'][_0x5880a4(0xdf)][_0x5880a4(0x13a)](/'/g,'\x5c\x27')[_0x5880a4(0x13a)](/"/g,'\x5c\x22'):'',_0x4e4414=_0x2740f1['uScyW'](isNotUndefinedOrNull,_0x207719[_0x5880a4(0x111)][_0x5880a4(0xdf)])&&_0x2740f1[_0x5880a4(0xf8)](isString,_0x207719['parameters_'][_0x5880a4(0x138)])?_0x207719['parameters_'][_0x5880a4(0x138)]['replace'](/'/g,'\x5c\x27')[_0x5880a4(0x13a)](/"/g,'\x5c\x22'):'',_0x52893b=_0x2740f1[_0x5880a4(0x133)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x2740f1['PeIsA'](isString,commandRepository[_0x5880a4(0xd4)]())?commandRepository[_0x5880a4(0xd4)]()['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x4a7f23=_0x2740f1[_0x5880a4(0x103)](isNotUndefinedOrNull,global[_0x5880a4(0x128)])&&_0x2740f1[_0x5880a4(0xef)](isString,global[_0x5880a4(0x128)])?global['browserstackSessionName'][_0x5880a4(0x13a)](/'/g,'\x5c\x27')[_0x5880a4(0x13a)](/"/g,'\x5c\x22'):'';!_0x4a7f23&&(_0x4a7f23=_0x2740f1[_0x5880a4(0x133)](isNotUndefinedOrNull,commandRepository[_0x5880a4(0xe0)]())&&_0x2740f1[_0x5880a4(0x133)](isString,commandRepository[_0x5880a4(0xe0)]())?commandRepository['getTestName']()[_0x5880a4(0x13a)](/'/g,'\x5c\x27')[_0x5880a4(0x13a)](/"/g,'\x5c\x22'):'');let _0x1800be='{\x22region\x22:\x20\x22'+constants[_0x5880a4(0xf6)]+_0x5880a4(0x12a)+constants[_0x5880a4(0xf6)]+_0x5880a4(0xd8)+constants['TCG_URL'][_0x5880a4(0x13b)](_0x2740f1[_0x5880a4(0x11c)])[0x1]+_0x5880a4(0x14e);_0x1800be=_0x2740f1[_0x5880a4(0x144)](isNotUndefinedOrNull,_0x1800be)&&_0x2740f1['JUpgJ'](isString,_0x1800be)?_0x1800be[_0x5880a4(0x13a)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0xe8c083=commandRepository[_0x5880a4(0x106)](_0x56896e),_0x51ce1d=globals[_0x5880a4(0x129)](_0x2740f1[_0x5880a4(0x151)]),_0x5d72e1=globals[_0x5880a4(0x129)](_0x2740f1[_0x5880a4(0xde)]),_0x3655d9=globals[_0x5880a4(0x129)](_0x2740f1[_0x5880a4(0x13c)]),_0x44bafd=![],_0x2a94b1=new Date();if(_0x1c922d){const _0x183748=_0x2740f1['AciER'](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x2740f1['yiGdN'],_0x2740f1[_0x5880a4(0x107)],_0x2a94b1,this[_0x5880a4(0x101)],this[_0x5880a4(0xfa)]);_0x44775f=await Promise[_0x5880a4(0x136)]([this[_0x5880a4(0xd6)]['logData'](_0x1d5d94,_0x4e4414,_0x52893b,_0x4a7f23,_0x5d72e1,_0x56896e,_0xe8c083,_0x1800be)[_0x5880a4(0xfc)](_0x2d0be0=>{const _0x542dd8=_0x5880a4;return _0x183748[_0x542dd8(0x149)](),_0x2d0be0;}),_0x183748]);}else{if(commandRepository[_0x5880a4(0xf9)]()){const _0x3fc051=_0x2740f1[_0x5880a4(0xf0)](timeoutPromise,constants[_0x5880a4(0xe3)],_0x2740f1[_0x5880a4(0x150)],_0x2740f1['LVpCG'],_0x2a94b1,this[_0x5880a4(0x101)],this['framework']);_0x44775f=await Promise[_0x5880a4(0x136)]([this[_0x5880a4(0xd6)][_0x5880a4(0x113)](_0x1d5d94,_0x4e4414,_0x52893b,_0x4a7f23,_0x51ce1d,_0x5d72e1,_0x56896e,_0xe8c083,_0x44bafd,_0x3655d9,_0x1800be)[_0x5880a4(0xfc)](_0xf68e15=>{return _0x3fc051['cancel'](),_0xf68e15;}),_0x3fc051]);}}_0x44775f&&await _0x37f989[_0x5880a4(0xda)](_0x44775f);}}async[a105_0x3bcb2f(0x110)](_0x3ee90c,_0x4bce3c,_0xc92ec2){const _0x37860c=a105_0x3bcb2f;try{await this[_0x37860c(0xdb)](_0x3ee90c,_0x4bce3c,_0xc92ec2,!![]);}catch(_0x1a7e1e){return logger['error'](_0x37860c(0x14c)+(_0x1a7e1e&&_0x1a7e1e[_0x37860c(0xdd)]?_0x1a7e1e[_0x37860c(0xdd)]:'')),![];}return!![];}async[a105_0x3bcb2f(0x12c)](_0xb2042d,_0x463d5d,_0x17fdcc){const _0x1ddae0=a105_0x3bcb2f,_0xdbb71={'DRcyn':function(_0xaea068,_0x22e12a,_0x2141f8,_0x4ed138,_0x126c54,_0x3a7a19,_0x5a54b2){return _0xaea068(_0x22e12a,_0x2141f8,_0x4ed138,_0x126c54,_0x3a7a19,_0x5a54b2);},'ncaaJ':_0x1ddae0(0x130),'HYGFn':_0x1ddae0(0x102),'mWtkM':'aiHeal_sessionToken'};try{await this['_handleEvent'](_0xb2042d,_0x463d5d,_0x17fdcc,![]);const _0x155446=(await _0x463d5d['getSession']())[_0x1ddae0(0x11d)](),_0x325256=new Date(),_0x44b6a1=_0xdbb71[_0x1ddae0(0xe6)](timeoutPromise,constants[_0x1ddae0(0x116)],_0xdbb71['ncaaJ'],_0xdbb71['HYGFn'],_0x325256,this[_0x1ddae0(0x101)],this[_0x1ddae0(0xfa)]),_0x41b6dc=await Promise['race']([this[_0x1ddae0(0xd6)][_0x1ddae0(0x141)](constants[_0x1ddae0(0x118)],_0x155446,globals[_0x1ddae0(0x129)](_0xdbb71['mWtkM']))[_0x1ddae0(0xfc)](_0x1bd8d2=>{return _0x44b6a1['cancel'](),_0x1bd8d2;}),_0x44b6a1]);if(_0x41b6dc&&_0x41b6dc['selector']&&_0x41b6dc[_0x1ddae0(0x138)]){const _0x14ce88={};return _0x14ce88[_0x1ddae0(0xff)]=_0x41b6dc[_0x1ddae0(0x134)],_0x14ce88[_0x1ddae0(0xfd)]=_0x41b6dc[_0x1ddae0(0x138)],_0x14ce88['aiHealing']=!![],_0x14ce88;}const _0x3d99ef={};return _0x3d99ef[_0x1ddae0(0xff)]=_0x17fdcc[_0x1ddae0(0x111)][_0x1ddae0(0xdf)],_0x3d99ef[_0x1ddae0(0xfd)]=_0x41b6dc[_0x1ddae0(0x138)],_0x3d99ef[_0x1ddae0(0x125)]=!![],_0x3d99ef;}catch(_0x5aae95){return logger[_0x1ddae0(0x10f)](_0x1ddae0(0xec)+(_0x5aae95&&_0x5aae95[_0x1ddae0(0xdd)]?_0x5aae95[_0x1ddae0(0xdd)]:'')),logger[_0x1ddae0(0x12f)](_0x1ddae0(0xeb)+_0x17fdcc[_0x1ddae0(0x104)]+_0x1ddae0(0x142)),_0x17fdcc;}}}exports[a105_0x3bcb2f(0xe5)]=Object[a105_0x3bcb2f(0x13d)](new AiSdkWrapper());function a105_0xbdb6(){const _0x3ba450=['kihRA','BrowserstackHealing','686042SeSxIV','\x22:\x20{\x22endpoint\x22:\x20\x22','slLWZ','executeScript','_handleEvent','SJbFW','message','hZWjq','using','getTestName','BrowserstackHealing.logData\x20method\x20timed\x20out','s://','HEALING_FAILURE_TIMEOUT','map_','aiSdkWrapper','DRcyn','browserName','chromeOptions_','aiHeal_groupId','NDCln','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','newCapabilities','SMzBN','uScyW','nKcMa','setTcgToken','initializeHealingCapabilities','1WEJRnL','aiHeal_userId','BrowserstackHealingLogDataFailed','TCG_REGION','../../helpers/timeoutPromise','DFoUP','isSelfHealEnabled','framework','getCapabilities','then','locatorValue','../../bin/utils/constants','locatorType','firefox','config','BrowserstackHealingPollResultFailed','lxbln','name_','string','getCommands','exEyK','aiHeal_sessionToken','edge','get','log','BrowserstackHealingSetTcgTokenFailed','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','debug','handleSuccess','parameters_','SET_TCG_TOKEN_TIMEOUT','healFailure','toLowerCase','fromEntries','POLL_HEALING_RESULT_TIMEOUT','join','TCG_URL','1460472jSSIdc','microsoftedge','GPukN','WISJq','getId','setToken','safari','Wljvg','64azeRwV','yISdS','VWktg','joVSl','aiHealing','1955739piBNES','../logger','browserstackSessionName','getGlobal','\x22,\x20\x22tcgUrls\x22:\x20{\x22','../../ai-sdk-node/bundle','handleFailure','safariOptions_','rYxPh','info','BrowserstackHealing.pollResult\x20method\x20timed\x20out','capabilities_','604919UqayUJ','tXNAw','selector','edgeOptions_','race','../globals','value','160FXFcaZ','replace','split','bkiaH','freeze','initializeCapabilities','124492IQTtzU','7664390oNImDg','pollResult','\x20command','aiHeal_isGroupAIEnabled','USEMA','error','OlNqK','BrowserstackHealing.setToken\x20method\x20timed\x20out','TSCbU','cancel','AVZqY','keys','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','getSession','\x22}}}','31366742auiswV','LEfJp','ozcXX','9hFnFXP','getProjectName'];a105_0xbdb6=function(){return _0x3ba450;};return a105_0xbdb6();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a106_0x1ec3b4=a106_0x22de;function a106_0x22de(_0xa254d3,_0x1e7793){const _0x1a95ee=a106_0x1a95();return a106_0x22de=function(_0x22de07,_0x51728b){_0x22de07=_0x22de07-0x185;let _0x1ab91a=_0x1a95ee[_0x22de07];return _0x1ab91a;},a106_0x22de(_0xa254d3,_0x1e7793);}(function(_0x59d88d,_0x52901){const _0xea8b82=a106_0x22de,_0x4b2045=_0x59d88d();while(!![]){try{const _0x356909=-parseInt(_0xea8b82(0x1a4))/0x1*(-parseInt(_0xea8b82(0x1c0))/0x2)+parseInt(_0xea8b82(0x185))/0x3+parseInt(_0xea8b82(0x19e))/0x4*(parseInt(_0xea8b82(0x1b1))/0x5)+-parseInt(_0xea8b82(0x195))/0x6+parseInt(_0xea8b82(0x1aa))/0x7*(-parseInt(_0xea8b82(0x18b))/0x8)+-parseInt(_0xea8b82(0x1b3))/0x9*(parseInt(_0xea8b82(0x1a1))/0xa)+parseInt(_0xea8b82(0x1ab))/0xb*(parseInt(_0xea8b82(0x194))/0xc);if(_0x356909===_0x52901)break;else _0x4b2045['push'](_0x4b2045['shift']());}catch(_0xa98381){_0x4b2045['push'](_0x4b2045['shift']());}}}(a106_0x1a95,0xca433));function a106_0x1a95(){const _0x78c7b5=['1|4|5|2|3|0','setFramework','push','aiHeal_isAuthenticated','8DOJyxZ','testName','fhMIp','17700mjgNit','vzLQg','NsykE','3QkzTTj','getGlobal','DiSRs','getAuthInfo','XgWjU','getTcgTokenStatus','7eBokLO','55jXcfOF','DIPlV','split','debug','stringify','_pushCommand','3056260EADQzs','config','1899LvrcFz','getCommands','EpIPj','aiSessionTimeStamp','getTestName','setProjectNameForHealingContext','userName','projectName','setAuthInfo','getProjectName','selfHeal','yjfwa','length','247730XdgrVf','../logger','winstonLogger','3572868gEXocE','isSelfHealEnabled','authInfo','No\x20commands\x20found\x20for\x20session:\x20','now','commands','11931256keFIfE','pushCommand','map','accessKey','FwARW','framework','setConfig','getConfig','commandRepository','3715728invFni','9839586HGVIeL','VlaRd','getFramework','isTcgTokenSet','join'];a106_0x1a95=function(){return _0x78c7b5;};return a106_0x1a95();}const calculateTimeDiff=_0x4fd24e=>Date[a106_0x1ec3b4(0x189)]()-_0x4fd24e,logger=require(a106_0x1ec3b4(0x1c1))[a106_0x1ec3b4(0x1c2)],globals=require('../globals');class HealingCommandRepo{constructor(){const _0x59bf51=a106_0x1ec3b4,_0xd78542={};_0xd78542[_0x59bf51(0x1a0)]=_0x59bf51(0x19a);const _0x4f8b54=_0xd78542,_0x2888fe=_0x4f8b54['fhMIp'][_0x59bf51(0x1ad)]('|');let _0x279f8c=0x0;while(!![]){switch(_0x2888fe[_0x279f8c++]){case'0':this[_0x59bf51(0x198)]=![];continue;case'1':this[_0x59bf51(0x18a)]={};continue;case'2':this[_0x59bf51(0x19f)]='';continue;case'3':this['authInfo']={};continue;case'4':this[_0x59bf51(0x1b6)]={};continue;case'5':this[_0x59bf51(0x1ba)]='';continue;}break;}}['_pushCommand'](_0x3c86be,_0x4a0c6d){const _0x3ca6e5=a106_0x1ec3b4,_0x270c28={};_0x270c28[_0x3ca6e5(0x196)]=function(_0x127149,_0x58ac11){return _0x127149 in _0x58ac11;};const _0x22bbae=_0x270c28;!_0x22bbae[_0x3ca6e5(0x196)](_0x3c86be,this[_0x3ca6e5(0x18a)])&&(this[_0x3ca6e5(0x18a)][_0x3c86be]=[]),this['commands'][_0x3c86be][_0x3ca6e5(0x19c)](_0x4a0c6d);}[a106_0x1ec3b4(0x18c)](_0x3a38bb,_0x4b2db1){const _0x932731=a106_0x1ec3b4,_0x486cc3={'vzLQg':function(_0x40a827,_0x5b8a56){return _0x40a827(_0x5b8a56);}},_0x4944f1=_0x4b2db1['method'],_0x197643=_0x4b2db1['path'][_0x932731(0x1ad)](_0x3a38bb)[0x1],_0x4b7e58=this[_0x932731(0x1b6)][_0x3a38bb],_0x352c21={'k':_0x4944f1+':'+_0x197643,'t':_0x486cc3[_0x932731(0x1a2)](calculateTimeDiff,_0x4b7e58)};this[_0x932731(0x1b0)](_0x3a38bb,_0x352c21);}['setAiSessionTimeStamp'](_0x76ba73){const _0x36b44f=a106_0x1ec3b4;this[_0x36b44f(0x1b6)][_0x76ba73]=Date[_0x36b44f(0x189)]();}[a106_0x1ec3b4(0x1bb)](_0x3be827,_0xd75734){const _0x525e20=a106_0x1ec3b4;this[_0x525e20(0x187)][_0x525e20(0x1b9)]=_0x3be827,this[_0x525e20(0x187)][_0x525e20(0x18e)]=_0xd75734;}[a106_0x1ec3b4(0x1a7)](){const _0x1b918c=a106_0x1ec3b4;return this[_0x1b918c(0x187)];}[a106_0x1ec3b4(0x1b8)](_0x2bc541){const _0x24580d=a106_0x1ec3b4;this[_0x24580d(0x1ba)]=_0x2bc541;}['setTestNameForHealingContext'](_0x2f6afd){const _0x418525=a106_0x1ec3b4;this[_0x418525(0x19f)]=_0x2f6afd;}[a106_0x1ec3b4(0x191)](_0x5abc87){const _0x44d483=a106_0x1ec3b4;this[_0x44d483(0x1b2)]=_0x5abc87,this[_0x44d483(0x1b8)](_0x5abc87[_0x44d483(0x1ba)]),this[_0x44d483(0x1bb)](_0x5abc87[_0x44d483(0x1b9)],_0x5abc87['accessKey']);}[a106_0x1ec3b4(0x19b)](_0x3176c4){const _0x39b5ae=a106_0x1ec3b4;this[_0x39b5ae(0x190)]=_0x3176c4;}['setTcgTokenStatus'](_0x420996){const _0x1f169e=a106_0x1ec3b4;this[_0x1f169e(0x198)]=_0x420996;}['getConfig'](){const _0x410530=a106_0x1ec3b4;return this[_0x410530(0x1b2)];}[a106_0x1ec3b4(0x197)](){return this['framework'];}[a106_0x1ec3b4(0x1bc)](){const _0x614d99=a106_0x1ec3b4;return this[_0x614d99(0x1ba)];}[a106_0x1ec3b4(0x1b7)](){const _0x7584ee=a106_0x1ec3b4;return this[_0x7584ee(0x19f)];}[a106_0x1ec3b4(0x1b4)](_0x58f3ef){const _0x59e5a8=a106_0x1ec3b4,_0x2cd288={};_0x2cd288['NsykE']=_0x59e5a8(0x19d),_0x2cd288[_0x59e5a8(0x1b5)]='aiHeal_isHealingEnabled',_0x2cd288[_0x59e5a8(0x1ac)]=function(_0x386cc8,_0x991385){return _0x386cc8===_0x991385;},_0x2cd288[_0x59e5a8(0x18f)]=function(_0xac15d1,_0x40a1f0){return _0xac15d1+_0x40a1f0;},_0x2cd288['DiSRs']=_0x59e5a8(0x188);const _0x5ea52a=_0x2cd288,_0x18aba9=this[_0x59e5a8(0x18a)][_0x58f3ef];this['commands'][_0x58f3ef]=[];if(globals['getGlobal'](_0x5ea52a[_0x59e5a8(0x1a3)])&&globals[_0x59e5a8(0x1a5)](_0x5ea52a['EpIPj'])&&!_0x18aba9||_0x5ea52a[_0x59e5a8(0x1ac)](_0x18aba9[_0x59e5a8(0x1bf)],0x0))return logger[_0x59e5a8(0x1ae)](_0x5ea52a[_0x59e5a8(0x18f)](_0x5ea52a[_0x59e5a8(0x1a6)],_0x58f3ef)),'';return _0x18aba9[_0x59e5a8(0x18d)](_0x6fa290=>JSON[_0x59e5a8(0x1af)](_0x6fa290))[_0x59e5a8(0x199)](',');}[a106_0x1ec3b4(0x186)](){const _0x32744e=a106_0x1ec3b4,_0x256e0e={};_0x256e0e[_0x32744e(0x1be)]=function(_0x225144,_0x484704){return _0x225144===_0x484704;},_0x256e0e['XgWjU']='true';const _0x2bdb53=_0x256e0e;let _0x2ec52e=![];return this[_0x32744e(0x192)]()&&(_0x2bdb53['yjfwa'](this['getConfig']()[_0x32744e(0x1bd)],!![])||_0x2bdb53[_0x32744e(0x1be)](this[_0x32744e(0x192)]()['selfHeal'],_0x2bdb53[_0x32744e(0x1a8)]))&&(_0x2ec52e=!![]),_0x2ec52e;}[a106_0x1ec3b4(0x1a9)](){return this['isTcgTokenSet'];}}exports[a106_0x1ec3b4(0x193)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a107_0x5aa114=a107_0x1717;(function(_0x18a769,_0x5c05bd){const _0x3906b4=a107_0x1717,_0x5628a3=_0x18a769();while(!![]){try{const _0x289fbb=-parseInt(_0x3906b4(0x1f4))/0x1*(parseInt(_0x3906b4(0x1ef))/0x2)+parseInt(_0x3906b4(0x1f3))/0x3+-parseInt(_0x3906b4(0x1f0))/0x4+-parseInt(_0x3906b4(0x1e9))/0x5+parseInt(_0x3906b4(0x1f7))/0x6*(-parseInt(_0x3906b4(0x1f9))/0x7)+parseInt(_0x3906b4(0x1fc))/0x8+parseInt(_0x3906b4(0x1ee))/0x9;if(_0x289fbb===_0x5c05bd)break;else _0x5628a3['push'](_0x5628a3['shift']());}catch(_0x434427){_0x5628a3['push'](_0x5628a3['shift']());}}}(a107_0x450a,0xd6a23));const a107_0x204b21={};function a107_0x1717(_0x340285,_0x546036){const _0x450aba=a107_0x450a();return a107_0x1717=function(_0x1717ef,_0x1b1ae3){_0x1717ef=_0x1717ef-0x1e9;let _0x443582=_0x450aba[_0x1717ef];return _0x443582;},a107_0x1717(_0x340285,_0x546036);}function a107_0x450a(){const _0x4ccb49=['40451319xsNnij','35394UQkpwt','192628uwHQzz','API_ENDPOINT','pre-prod','67134OGaDVw','96LsypoK','automate-turboscale/v1','https://grid.browserstack.com/dashboard/builds','9052530NikbcJ','exports','7EusvMj','prod','BROWSERSTACK_ENV','5076672aMRSgH','5082950eTyDjq','https://grid-preprod.bsstag.com/dashboard/builds','BUILDS_DASHBOARD_URL','env','stag'];a107_0x450a=function(){return _0x4ccb49;};return a107_0x450a();}a107_0x204b21[a107_0x5aa114(0x1eb)]=a107_0x5aa114(0x1f6),a107_0x204b21[a107_0x5aa114(0x1f1)]=a107_0x5aa114(0x1f5),module[a107_0x5aa114(0x1f8)]=a107_0x204b21;const _env=(process[a107_0x5aa114(0x1ec)][a107_0x5aa114(0x1fb)]||a107_0x5aa114(0x1fa))['toLowerCase']();if(_env==='staging'||_env===a107_0x5aa114(0x1ed))module[a107_0x5aa114(0x1f8)][a107_0x5aa114(0x1eb)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env==='preprod'||_env===a107_0x5aa114(0x1f2))&&(module['exports']['BUILDS_DASHBOARD_URL']=a107_0x5aa114(0x1ea));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a108_0x1d1821=a108_0x159d;function a108_0x5734(){const _0x368900=['188DBJiLS','16KEFZvQ','turboScale','options','BROWSERSTACK_BUILD_PRIORITY','3019833nZAnaG','toString','split','getTurboScaleCaps','isArray','true','buildPriority','getTurboScaleGridName','weVUk','turboScaleOptions','WxvGC','env','BROWSERSTACK_BUILD_TAGS','buildTags','toLowerCase','6271884UjYGXJ','medium','122GxSmFg','30988100kOaGDE','../../bin/utils/constants','KckwE','sSJyU','BROWSERSTACK_TURBOSCALE_GRID_NAME','TURBOSCALE_OPTIONS','36140WscXnt','477079SQpCUp','358162AzpJvQ','12879nWDZPv','gridName'];a108_0x5734=function(){return _0x368900;};return a108_0x5734();}(function(_0x1c26e6,_0x533e54){const _0x1a7ab9=a108_0x159d,_0x3abc9d=_0x1c26e6();while(!![]){try{const _0x3062a7=-parseInt(_0x1a7ab9(0xb8))/0x1+-parseInt(_0x1a7ab9(0xb0))/0x2*(parseInt(_0x1a7ab9(0xba))/0x3)+-parseInt(_0x1a7ab9(0xbc))/0x4*(parseInt(_0x1a7ab9(0xb7))/0x5)+-parseInt(_0x1a7ab9(0xae))/0x6+-parseInt(_0x1a7ab9(0xb9))/0x7*(parseInt(_0x1a7ab9(0xbd))/0x8)+-parseInt(_0x1a7ab9(0xc1))/0x9+parseInt(_0x1a7ab9(0xb1))/0xa;if(_0x3062a7===_0x533e54)break;else _0x3abc9d['push'](_0x3abc9d['shift']());}catch(_0x1997a4){_0x3abc9d['push'](_0x3abc9d['shift']());}}}(a108_0x5734,0x8317f));const constants=require(a108_0x1d1821(0xb2));function a108_0x159d(_0x30f377,_0x566c1d){const _0x573435=a108_0x5734();return a108_0x159d=function(_0x159df3,_0x4cd01a){_0x159df3=_0x159df3-0xa6;let _0xadb145=_0x573435[_0x159df3];return _0xadb145;},a108_0x159d(_0x30f377,_0x566c1d);}exports['getTurboScaleOptions']=()=>{const _0x8c0007=a108_0x1d1821;if(!constants['TURBOSCALE_OPTIONS'][_0x8c0007(0xbf)])return{};return constants[_0x8c0007(0xb6)][_0x8c0007(0xbf)];},exports[a108_0x1d1821(0xa6)]=_0x4fcbc6=>{const _0x15b290=a108_0x1d1821,_0xde7b7a={};_0xde7b7a[_0x15b290(0xb3)]='NO_GRID_NAME_PASSED';const _0xdfdc97=_0xde7b7a;if(_0x4fcbc6[_0x15b290(0xa8)]&&_0x4fcbc6[_0x15b290(0xa8)][_0x15b290(0xbb)])return _0x4fcbc6[_0x15b290(0xa8)][_0x15b290(0xbb)];if(process['env'][_0x15b290(0xb5)])return process[_0x15b290(0xaa)][_0x15b290(0xb5)];return _0xdfdc97[_0x15b290(0xb3)];},exports['isTurboScaleSession']=_0x2fd35a=>{const _0x4c1a71=a108_0x1d1821,_0x18521c={};_0x18521c[_0x4c1a71(0xb4)]=function(_0x2bfc2c,_0x4a48f7){return _0x2bfc2c===_0x4a48f7;},_0x18521c[_0x4c1a71(0xa9)]=_0x4c1a71(0xc6);const _0x240cdd=_0x18521c;return _0x2fd35a&&_0x2fd35a[_0x4c1a71(0xbe)]&&_0x240cdd[_0x4c1a71(0xb4)](_0x2fd35a['turboScale'][_0x4c1a71(0xc2)]()[_0x4c1a71(0xad)](),_0x240cdd['WxvGC']);},exports[a108_0x1d1821(0xc4)]=(_0x336503,_0x42cfef,_0x575dcd)=>{const _0x19a03d=a108_0x1d1821,_0x1cdfa3={};_0x1cdfa3[_0x19a03d(0xa7)]=_0x19a03d(0xaf);const _0x43cf22=_0x1cdfa3,_0x65e0d2={};_0x65e0d2['buildPriority']=_0x43cf22[_0x19a03d(0xa7)];_0x336503[_0x19a03d(0xac)]&&(_0x65e0d2[_0x19a03d(0xac)]=Array[_0x19a03d(0xc5)](_0x336503[_0x19a03d(0xac)])?_0x336503[_0x19a03d(0xac)]:_0x336503[_0x19a03d(0xac)][_0x19a03d(0xc3)](','));if(process[_0x19a03d(0xaa)]['BROWSERSTACK_BUILD_TAGS'])try{_0x65e0d2[_0x19a03d(0xac)]=process[_0x19a03d(0xaa)][_0x19a03d(0xab)][_0x19a03d(0xc3)](',');}catch{_0x65e0d2['buildTags']=process[_0x19a03d(0xaa)]['BROWSERSTACK_BUILD_TAGS'];}return _0x336503['buildPriority']&&(_0x65e0d2[_0x19a03d(0xc7)]=_0x336503[_0x19a03d(0xc7)]),process['env']['BROWSERSTACK_BUILD_PRIORITY']&&(_0x65e0d2['buildPriority']=process[_0x19a03d(0xaa)][_0x19a03d(0xc0)]),_0x65e0d2;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a109_0x310a(_0x48cc34,_0x3a2f1f){var _0xe95dd=a109_0xe95d();return a109_0x310a=function(_0x310a89,_0x483393){_0x310a89=_0x310a89-0xa2;var _0x1a9e71=_0xe95dd[_0x310a89];return _0x1a9e71;},a109_0x310a(_0x48cc34,_0x3a2f1f);}function a109_0xe95d(){var _0x30ee81=['fWqpF','automationName','Ngjgl','jwTZl','avdReadyTimeout','nativeWebScreenshot','keystorePath','wdaLocalPort','safariOpenLinksInBackground','fullContextList','webviewDevtoolsPort','keystorePassword','EnvCapsMapping','deviceReadyTimeout','safariIgnoreFraudWarning','browserstack.local','VrpIB','connectHardwareKeyboard','fullReset','CLICapsMapping','recreateChromeDriverSessions','disableAndroidWatchers','browserstack.testOrchestration.runPreviouslyFailedFirst','ehtsE','rerunTests','BROWSERSTACK_LOCAL','BROWSERSTACK_APP_ID','4566312vGqxRD','adbExecTimeout','FMETU','skipDeviceInitialization','isHeadless','HluPG','wdaStartupRetryInterval','browserstack.ppp','scaleFactor','83745DThEtu','2ZnFEDT','appActivity','nosVW','SQlqQ','lzWaN','logLevel','remoteAppsCacheLimit','4798698ZXRcAk','buildToolsVersion','androidCoverageEndIntent','skipFlakyandFailed','BROWSERSTACK_AUTOMATION','appWaitPackage','browserstack.user_name','BOPYq','wdaConnectionTimeout','interKeyDelay','startIWDP','mockLocationApp','XtlKF','updatedWDABundleId','webkitResponseTimeout','unlockType','keychainPassword','networkSpeed','gyCoV','maxTypingFrequency','autoAcceptAlerts','resetKeyboard','keepKeyChains','NMZTk','deviceName','AIasw','avdArgs','logDir','browserstack.logDir','browserstack.accessKey','254387wNGJPd','BROWSERSTACK_USERNAME','shouldUseSingletonTestManager','sejAp','90TgXyup','projectName','nJmKN','newCommandTimeout','webDriverAgentUrl','useKeystore','fxHOr','usePrebuiltWDA','platformVersion','gSPSF','browserstack.buildIdentifier','browserstack.config','skipLogcatCapture','YvQQf','chromedriverExecutable','enableAsyncExecuteFromHttps','enablePerformanceLogging','remoteAdbHost','avd','disableWindowAnimation','xcodeConfigFile','chromedriverArgs','webkitDebugProxyPort','2290XPaZTM','ignoreHiddenApiPolicyError','locationServicesEnabled','allowTestPackages','showIOSLog','keychainPath','iMlgo','locale','234823QMohkZ','app','browserstack.testOrchestration.rerunPreviouslyFailed','chromedriverDisableBuildCheck','unicodeKeyboard','gpsEnabled','keyAlias','qDXro','abortBuildOnFailure','buildName','BROWSERSTACK_OBSERVABILITY_DEBUG','screenshotWaitTimeout','browserstackLocal','otherApps','quPOQ','zcwSv','browserstackConfigFile','browserstack.testOrchestration.skipFlakyandFailed','oRxNw','automation','ensureWebviewsHavePages','optionalIntentArguments','sendKeyStrategy','logcatFormat','xisrl','wdaStartupRetries','browserstackAutomation','simpleIsVisibleCheck','keyPassword','useNewWDA','autoLaunch','useCarthageSsl','BROWSERSTACK_PROJECT_NAME','localeScript','browserstack.buildName','localizableStringsDir','androidScreenshotPath','rerunPreviouslyFailed','udid','BROWSERSTACK_RERUN_TESTS','preventWDAAttachments','showXcodeLog','Djstw','buildIdentifier','GwCaC','runPreviouslyFailedFirst','parallelsPerPlatform','accessKey','browserstack.projectName','BROWSERSTACK_BUILD_NAME','noSign','customSSLCert','BROWSERSTACK_LOG_DIR','6307550hpUhDL','skipLogCapture','chromedriverChromeMappingFile','xcodeSigningId','nativeWebTap','logcatFilterSpecs','5144808voeFdx','allowDelayAdb','browserstack.testOrchestration.abortBuildOnFailure','keTmx','androidCoverage','avdLaunchTimeout','androidInstallTimeout','ekHuO','lPgrB','locationServicesAuthorized','orientation','autoWebview','appPackage','intentFlags','browserstack.app','chromedriverUseSystemExecutable','enforceAppInstall','localIdentifier','rMWsZ','chromedriverExecutableDir','BROWSERSTACK_APP','userName','vhZct','skipUnlock','BROWSERSTACK_ACCESS_KEY','chromedriverPorts','browserstack.automation','printPageSourceOnFindFailure','calendarFormat','iosInstallPause','browserstack.rerunTests','qiNLt','NOOlm','aJsif','uninstallOtherPackages','chromedriverPort','ignoreUnimportantViews','appWaitDuration','browserstack.localIdentifier','NtxNM','autoWebviewTimeout','LNevA'];a109_0xe95d=function(){return _0x30ee81;};return a109_0xe95d();}var a109_0x5b2a16=a109_0x310a;(function(_0x133a76,_0x511582){var _0x18fa5c=a109_0x310a,_0x445f07=_0x133a76();while(!![]){try{var _0x41153d=parseInt(_0x18fa5c(0x110))/0x1+parseInt(_0x18fa5c(0xc8))/0x2*(parseInt(_0x18fa5c(0xcf))/0x3)+parseInt(_0x18fa5c(0x14b))/0x4+-parseInt(_0x18fa5c(0x145))/0x5+parseInt(_0x18fa5c(0xf1))/0x6*(parseInt(_0x18fa5c(0xed))/0x7)+parseInt(_0x18fa5c(0xbe))/0x8+-parseInt(_0x18fa5c(0xc7))/0x9*(parseInt(_0x18fa5c(0x108))/0xa);if(_0x41153d===_0x511582)break;else _0x445f07['push'](_0x445f07['shift']());}catch(_0x2c5d16){_0x445f07['push'](_0x445f07['shift']());}}}(a109_0xe95d,0xce16c),exports[a109_0x5b2a16(0xb6)]=()=>{var _0x15353a=a109_0x5b2a16,_0x2d89b6={};_0x2d89b6[_0x15353a(0xfe)]=_0x15353a(0xd5),_0x2d89b6[_0x15353a(0xa6)]='browserstack.userName',_0x2d89b6[_0x15353a(0xa5)]='browserstack.access_key',_0x2d89b6[_0x15353a(0xca)]=_0x15353a(0xec),_0x2d89b6['fWqpF']=_0x15353a(0x132),_0x2d89b6[_0x15353a(0x10e)]=_0x15353a(0x140),_0x2d89b6[_0x15353a(0x11f)]=_0x15353a(0xfb),_0x2d89b6[_0x15353a(0xc0)]=_0x15353a(0xc5),_0x2d89b6[_0x15353a(0x16b)]='browserstack.parallelsPerPlatform',_0x2d89b6[_0x15353a(0xb3)]=_0x15353a(0xb2),_0x2d89b6[_0x15353a(0xe6)]=_0x15353a(0x171),_0x2d89b6['NtxNM']=_0x15353a(0x169),_0x2d89b6[_0x15353a(0x153)]=_0x15353a(0x159),_0x2d89b6[_0x15353a(0xf7)]='browserstack.logLevel',_0x2d89b6[_0x15353a(0x15d)]=_0x15353a(0x165),_0x2d89b6[_0x15353a(0xe1)]=_0x15353a(0xeb),_0x2d89b6[_0x15353a(0x11e)]=_0x15353a(0xfc),_0x2d89b6[_0x15353a(0x122)]=_0x15353a(0x120),_0x2d89b6['HluPG']='browserstack.testOrchestration.retryTestsOnFailure',_0x2d89b6[_0x15353a(0xcb)]=_0x15353a(0x14d),_0x2d89b6['AIasw']=_0x15353a(0xb9),_0x2d89b6[_0x15353a(0x16a)]=_0x15353a(0x112),_0x2d89b6[_0x15353a(0xdb)]=_0x15353a(0x121);var _0x22d0a8=_0x2d89b6,_0x5e6fd9={};return _0x5e6fd9[_0x15353a(0x160)]=[_0x22d0a8[_0x15353a(0xfe)],_0x22d0a8['jwTZl']],_0x5e6fd9['accessKey']=[_0x22d0a8[_0x15353a(0xa5)],_0x22d0a8[_0x15353a(0xca)]],_0x5e6fd9[_0x15353a(0x119)]=[_0x22d0a8[_0x15353a(0xa3)]],_0x5e6fd9['projectName']=[_0x22d0a8['iMlgo']],_0x5e6fd9[_0x15353a(0x13b)]=[_0x22d0a8[_0x15353a(0x11f)]],_0x5e6fd9[_0x15353a(0x13e)]=[_0x22d0a8[_0x15353a(0xc0)],_0x22d0a8[_0x15353a(0x16b)]],_0x5e6fd9[_0x15353a(0x11c)]=[_0x22d0a8['VrpIB']],_0x5e6fd9['localIdentifier']=[_0x22d0a8[_0x15353a(0xe6)]],_0x5e6fd9[_0x15353a(0xbb)]=[_0x22d0a8[_0x15353a(0x172)]],_0x5e6fd9[_0x15353a(0x111)]=[_0x22d0a8[_0x15353a(0x153)]],_0x5e6fd9[_0x15353a(0xcd)]=[_0x22d0a8[_0x15353a(0xf7)]],_0x5e6fd9[_0x15353a(0x123)]=[_0x22d0a8[_0x15353a(0x15d)]],_0x5e6fd9[_0x15353a(0xea)]=[_0x22d0a8['gyCoV']],_0x5e6fd9[_0x15353a(0x120)]=[_0x22d0a8[_0x15353a(0x11e)],_0x22d0a8['oRxNw']],_0x5e6fd9['retryTestsOnFailure']=[_0x22d0a8[_0x15353a(0xc3)]],_0x5e6fd9[_0x15353a(0x118)]=[_0x22d0a8[_0x15353a(0xcb)]],_0x5e6fd9[_0x15353a(0x13d)]=[_0x22d0a8[_0x15353a(0xe8)]],_0x5e6fd9[_0x15353a(0x135)]=[_0x22d0a8[_0x15353a(0x16a)]],_0x5e6fd9[_0x15353a(0xd2)]=[_0x22d0a8[_0x15353a(0xdb)]],_0x5e6fd9;},exports[a109_0x5b2a16(0xaf)]=()=>{var _0x54741e=a109_0x5b2a16,_0x5d9b66={};_0x5d9b66[_0x54741e(0x117)]=_0x54741e(0xee),_0x5d9b66[_0x54741e(0x16c)]='BROWSERSTACK_USER_NAME',_0x5d9b66[_0x54741e(0xfa)]=_0x54741e(0x163),_0x5d9b66[_0x54741e(0xa2)]=_0x54741e(0x141),_0x5d9b66['sejAp']=_0x54741e(0x130),_0x5d9b66[_0x54741e(0xd6)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x5d9b66[_0x54741e(0xba)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x5d9b66[_0x54741e(0x152)]=_0x54741e(0xbc),_0x5d9b66[_0x54741e(0x13c)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x5d9b66['vhZct']=_0x54741e(0x137),_0x5d9b66[_0x54741e(0xcc)]=_0x54741e(0xbd),_0x5d9b66['yozNs']=_0x54741e(0x15f),_0x5d9b66[_0x54741e(0x14e)]=_0x54741e(0x11a),_0x5d9b66[_0x54741e(0xf3)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x5d9b66[_0x54741e(0x13a)]=_0x54741e(0xd3),_0x5d9b66[_0x54741e(0x128)]=_0x54741e(0x144);var _0x122f75=_0x5d9b66,_0x5dd0b5={};return _0x5dd0b5[_0x54741e(0x160)]=[_0x122f75['qDXro'],_0x122f75[_0x54741e(0x16c)]],_0x5dd0b5[_0x54741e(0x13f)]=[_0x122f75[_0x54741e(0xfa)]],_0x5dd0b5['buildName']=[_0x122f75[_0x54741e(0xa2)]],_0x5dd0b5[_0x54741e(0xf2)]=[_0x122f75[_0x54741e(0xf0)]],_0x5dd0b5['buildIdentifier']=[_0x122f75['BOPYq']],_0x5dd0b5[_0x54741e(0x13e)]=[_0x122f75[_0x54741e(0xba)]],_0x5dd0b5[_0x54741e(0x11c)]=[_0x122f75[_0x54741e(0x152)]],_0x5dd0b5[_0x54741e(0x15c)]=[_0x122f75[_0x54741e(0x13c)]],_0x5dd0b5['rerunTests']=[_0x122f75[_0x54741e(0x161)]],_0x5dd0b5['app']=[_0x122f75[_0x54741e(0xcc)],_0x122f75['yozNs']],_0x5dd0b5[_0x54741e(0xcd)]=[_0x122f75['keTmx'],_0x122f75[_0x54741e(0xf3)]],_0x5dd0b5[_0x54741e(0x123)]=[_0x122f75['Djstw']],_0x5dd0b5[_0x54741e(0x12a)]=[_0x122f75[_0x54741e(0x13a)]],_0x5dd0b5[_0x54741e(0xea)]=[_0x122f75[_0x54741e(0x128)]],_0x5dd0b5;},exports['AppiumCaps']=()=>[a109_0x5b2a16(0xa4),a109_0x5b2a16(0xf9),a109_0x5b2a16(0xe7),a109_0x5b2a16(0xf4),'app',a109_0x5b2a16(0x136),'language',a109_0x5b2a16(0x10f),a109_0x5b2a16(0x155),a109_0x5b2a16(0x156),'noReset',a109_0x5b2a16(0xb5),'clearSystemFiles','eventTimings',a109_0x5b2a16(0x101),a109_0x5b2a16(0x11d),a109_0x5b2a16(0x166),a109_0x5b2a16(0xc9),a109_0x5b2a16(0x157),'appWaitActivity',a109_0x5b2a16(0xd4),a109_0x5b2a16(0x170),a109_0x5b2a16(0xb0),a109_0x5b2a16(0x10b),a109_0x5b2a16(0x14f),a109_0x5b2a16(0xd1),'androidDeviceReadyTimeout','adbPort','androidDeviceSocket',a109_0x5b2a16(0x151),'androidInstallPath',a109_0x5b2a16(0x103),a109_0x5b2a16(0x150),a109_0x5b2a16(0xa7),a109_0x5b2a16(0xe9),a109_0x5b2a16(0xf6),a109_0x5b2a16(0xa9),a109_0x5b2a16(0xae),a109_0x5b2a16(0x116),a109_0x5b2a16(0x12c),a109_0x5b2a16(0xff),a109_0x5b2a16(0x106),a109_0x5b2a16(0x15e),a109_0x5b2a16(0x147),a109_0x5b2a16(0x15a),a109_0x5b2a16(0x16e),a109_0x5b2a16(0x164),a109_0x5b2a16(0x113),a109_0x5b2a16(0x173),'intentAction','intentCategory',a109_0x5b2a16(0x158),a109_0x5b2a16(0x125),'dontStopAppOnReset',a109_0x5b2a16(0x114),a109_0x5b2a16(0xe4),a109_0x5b2a16(0x142),a109_0x5b2a16(0x16f),a109_0x5b2a16(0xb8),'chromeOptions',a109_0x5b2a16(0xb7),a109_0x5b2a16(0xa8),a109_0x5b2a16(0x134),a109_0x5b2a16(0xe0),a109_0x5b2a16(0x115),a109_0x5b2a16(0xc2),a109_0x5b2a16(0xbf),a109_0x5b2a16(0x131),a109_0x5b2a16(0xc1),'autoGrantPermissions','androidNaturalOrientation','systemPort',a109_0x5b2a16(0x102),a109_0x5b2a16(0x162),a109_0x5b2a16(0xde),'unlockKey',a109_0x5b2a16(0x12e),a109_0x5b2a16(0xfd),a109_0x5b2a16(0x16d),a109_0x5b2a16(0x104),a109_0x5b2a16(0xd0),a109_0x5b2a16(0x15b),a109_0x5b2a16(0x124),a109_0x5b2a16(0xad),'enableWebviewDetailsCollection',a109_0x5b2a16(0xce),a109_0x5b2a16(0x167),'bundleId','launchTimeout',a109_0x5b2a16(0x10a),a109_0x5b2a16(0x154),a109_0x5b2a16(0xe3),'autoDismissAlerts','nativeInstrumentsLib',a109_0x5b2a16(0x149),'safariInitialUrl','safariAllowPopups',a109_0x5b2a16(0xb1),a109_0x5b2a16(0xab),a109_0x5b2a16(0xe5),a109_0x5b2a16(0x133),'processArguments',a109_0x5b2a16(0xd8),a109_0x5b2a16(0x10c),a109_0x5b2a16(0x126),a109_0x5b2a16(0xdd),a109_0x5b2a16(0x11b),'remoteDebugProxy',a109_0x5b2a16(0x100),a109_0x5b2a16(0x146),a109_0x5b2a16(0x107),a109_0x5b2a16(0xac),'waitForAppScript','webviewConnectRetries','appName',a109_0x5b2a16(0x143),'tapWithShortPressDuration',a109_0x5b2a16(0xc6),a109_0x5b2a16(0xaa),a109_0x5b2a16(0x139),a109_0x5b2a16(0x168),a109_0x5b2a16(0x105),a109_0x5b2a16(0xdf),a109_0x5b2a16(0xf8),a109_0x5b2a16(0x138),a109_0x5b2a16(0xf5),a109_0x5b2a16(0x10d),a109_0x5b2a16(0x12d),'wdaLaunchTimeout',a109_0x5b2a16(0xd7),'xcodeOrgId',a109_0x5b2a16(0x148),a109_0x5b2a16(0xdc),'resetOnSessionStartOnly','commandTimeouts',a109_0x5b2a16(0x129),a109_0x5b2a16(0xc4),a109_0x5b2a16(0xb4),a109_0x5b2a16(0xe2),a109_0x5b2a16(0x12b),a109_0x5b2a16(0x12f),a109_0x5b2a16(0xef),a109_0x5b2a16(0xd9),'allowTouchIdEnroll',a109_0x5b2a16(0x109),a109_0x5b2a16(0xda),a109_0x5b2a16(0x127),a109_0x5b2a16(0x14a),a109_0x5b2a16(0x14c)]);
|
|
1
|
+
var a109_0x3734c1=a109_0x37ed;(function(_0xc582c4,_0x38285f){var _0x596291=a109_0x37ed,_0x2a7fed=_0xc582c4();while(!![]){try{var _0x59474a=parseInt(_0x596291(0x27f))/0x1*(-parseInt(_0x596291(0x29e))/0x2)+parseInt(_0x596291(0x221))/0x3*(parseInt(_0x596291(0x20d))/0x4)+parseInt(_0x596291(0x290))/0x5+parseInt(_0x596291(0x27d))/0x6*(parseInt(_0x596291(0x23a))/0x7)+parseInt(_0x596291(0x278))/0x8*(-parseInt(_0x596291(0x286))/0x9)+parseInt(_0x596291(0x243))/0xa+parseInt(_0x596291(0x1ea))/0xb*(-parseInt(_0x596291(0x298))/0xc);if(_0x59474a===_0x38285f)break;else _0x2a7fed['push'](_0x2a7fed['shift']());}catch(_0x107700){_0x2a7fed['push'](_0x2a7fed['shift']());}}}(a109_0x407e,0xd1677),exports['CLICapsMapping']=()=>{var _0x7b889d=a109_0x37ed,_0x348ec5={};_0x348ec5[_0x7b889d(0x28f)]=_0x7b889d(0x23f),_0x348ec5[_0x7b889d(0x20e)]=_0x7b889d(0x20f),_0x348ec5[_0x7b889d(0x28d)]=_0x7b889d(0x2ae),_0x348ec5[_0x7b889d(0x242)]=_0x7b889d(0x213),_0x348ec5['bhSAX']='browserstack.buildName',_0x348ec5['xqkdE']='browserstack.projectName',_0x348ec5[_0x7b889d(0x21b)]=_0x7b889d(0x1fe),_0x348ec5[_0x7b889d(0x223)]=_0x7b889d(0x1fb),_0x348ec5[_0x7b889d(0x226)]='browserstack.parallelsPerPlatform',_0x348ec5[_0x7b889d(0x1f1)]='browserstack.local',_0x348ec5['rLncs']=_0x7b889d(0x21d),_0x348ec5['GTQBk']=_0x7b889d(0x29f),_0x348ec5[_0x7b889d(0x21e)]=_0x7b889d(0x215),_0x348ec5['IEUIZ']=_0x7b889d(0x276),_0x348ec5[_0x7b889d(0x25c)]='browserstack.automation',_0x348ec5['BWhzF']='browserstack.logDir',_0x348ec5[_0x7b889d(0x1f5)]=_0x7b889d(0x2a5),_0x348ec5[_0x7b889d(0x250)]=_0x7b889d(0x274),_0x348ec5[_0x7b889d(0x24d)]=_0x7b889d(0x207),_0x348ec5[_0x7b889d(0x264)]=_0x7b889d(0x23b),_0x348ec5[_0x7b889d(0x280)]='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x348ec5[_0x7b889d(0x24b)]=_0x7b889d(0x235),_0x348ec5[_0x7b889d(0x275)]='browserstack.testOrchestration.skipFlakyandFailed';var _0x54d459=_0x348ec5,_0x280a7c={};return _0x280a7c[_0x7b889d(0x2b2)]=[_0x54d459[_0x7b889d(0x28f)],_0x54d459[_0x7b889d(0x20e)]],_0x280a7c['accessKey']=[_0x54d459['vunbI'],_0x54d459['fwDaA']],_0x280a7c['buildName']=[_0x54d459[_0x7b889d(0x2b0)]],_0x280a7c['projectName']=[_0x54d459['xqkdE']],_0x280a7c[_0x7b889d(0x270)]=[_0x54d459[_0x7b889d(0x21b)]],_0x280a7c[_0x7b889d(0x273)]=[_0x54d459['HEGms'],_0x54d459[_0x7b889d(0x226)]],_0x280a7c['browserstackLocal']=[_0x54d459[_0x7b889d(0x1f1)]],_0x280a7c[_0x7b889d(0x281)]=[_0x54d459[_0x7b889d(0x1f6)]],_0x280a7c[_0x7b889d(0x29d)]=[_0x54d459[_0x7b889d(0x237)]],_0x280a7c[_0x7b889d(0x24e)]=[_0x54d459[_0x7b889d(0x21e)]],_0x280a7c[_0x7b889d(0x257)]=[_0x54d459[_0x7b889d(0x214)]],_0x280a7c['automation']=[_0x54d459[_0x7b889d(0x25c)]],_0x280a7c[_0x7b889d(0x29b)]=[_0x54d459[_0x7b889d(0x228)]],_0x280a7c[_0x7b889d(0x274)]=[_0x54d459[_0x7b889d(0x1f5)],_0x54d459[_0x7b889d(0x250)]],_0x280a7c[_0x7b889d(0x2af)]=[_0x54d459[_0x7b889d(0x24d)]],_0x280a7c['abortBuildOnFailure']=[_0x54d459['pKZTg']],_0x280a7c[_0x7b889d(0x268)]=[_0x54d459[_0x7b889d(0x280)]],_0x280a7c['rerunPreviouslyFailed']=[_0x54d459['HJkeW']],_0x280a7c['skipFlakyandFailed']=[_0x54d459[_0x7b889d(0x275)]],_0x280a7c;},exports[a109_0x3734c1(0x21f)]=()=>{var _0x54ff69=a109_0x3734c1,_0x125234={};_0x125234[_0x54ff69(0x299)]=_0x54ff69(0x256),_0x125234['uxOgQ']='BROWSERSTACK_USER_NAME',_0x125234['qHUMI']='BROWSERSTACK_ACCESS_KEY',_0x125234['ipidO']=_0x54ff69(0x200),_0x125234[_0x54ff69(0x263)]=_0x54ff69(0x234),_0x125234[_0x54ff69(0x1f8)]=_0x54ff69(0x1f7),_0x125234[_0x54ff69(0x251)]=_0x54ff69(0x201),_0x125234[_0x54ff69(0x203)]=_0x54ff69(0x26e),_0x125234['fwXPl']=_0x54ff69(0x24f),_0x125234[_0x54ff69(0x26f)]=_0x54ff69(0x21c),_0x125234[_0x54ff69(0x27c)]=_0x54ff69(0x209),_0x125234[_0x54ff69(0x2b3)]=_0x54ff69(0x22e),_0x125234[_0x54ff69(0x269)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x125234[_0x54ff69(0x24c)]=_0x54ff69(0x25f),_0x125234['gUjiW']='BROWSERSTACK_AUTOMATION',_0x125234[_0x54ff69(0x1f3)]=_0x54ff69(0x227);var _0xc4d25c=_0x125234,_0x53b376={};return _0x53b376[_0x54ff69(0x2b2)]=[_0xc4d25c[_0x54ff69(0x299)],_0xc4d25c['uxOgQ']],_0x53b376[_0x54ff69(0x285)]=[_0xc4d25c[_0x54ff69(0x28c)]],_0x53b376[_0x54ff69(0x25a)]=[_0xc4d25c[_0x54ff69(0x295)]],_0x53b376[_0x54ff69(0x2a0)]=[_0xc4d25c[_0x54ff69(0x263)]],_0x53b376[_0x54ff69(0x270)]=[_0xc4d25c[_0x54ff69(0x1f8)]],_0x53b376['parallelsPerPlatform']=[_0xc4d25c[_0x54ff69(0x251)]],_0x53b376[_0x54ff69(0x23c)]=[_0xc4d25c['tDipd']],_0x53b376[_0x54ff69(0x281)]=[_0xc4d25c[_0x54ff69(0x253)]],_0x53b376['rerunTests']=[_0xc4d25c[_0x54ff69(0x26f)]],_0x53b376['app']=[_0xc4d25c[_0x54ff69(0x27c)],_0xc4d25c[_0x54ff69(0x2b3)]],_0x53b376[_0x54ff69(0x257)]=[_0xc4d25c[_0x54ff69(0x269)],_0xc4d25c['ZyrGL']],_0x53b376[_0x54ff69(0x2a7)]=[_0xc4d25c[_0x54ff69(0x255)]],_0x53b376[_0x54ff69(0x2a8)]=[_0xc4d25c['gUjiW']],_0x53b376[_0x54ff69(0x29b)]=[_0xc4d25c[_0x54ff69(0x1f3)]],_0x53b376;},exports[a109_0x3734c1(0x262)]=()=>['automationName',a109_0x3734c1(0x248),a109_0x3734c1(0x2ab),a109_0x3734c1(0x233),'app','udid',a109_0x3734c1(0x1eb),a109_0x3734c1(0x22b),a109_0x3734c1(0x22d),a109_0x3734c1(0x236),a109_0x3734c1(0x297),a109_0x3734c1(0x26b),a109_0x3734c1(0x20c),a109_0x3734c1(0x20b),a109_0x3734c1(0x27a),a109_0x3734c1(0x2a2),a109_0x3734c1(0x25b),a109_0x3734c1(0x2a3),a109_0x3734c1(0x245),a109_0x3734c1(0x291),a109_0x3734c1(0x259),a109_0x3734c1(0x238),a109_0x3734c1(0x2b4),'allowTestPackages',a109_0x3734c1(0x232),a109_0x3734c1(0x26c),a109_0x3734c1(0x208),a109_0x3734c1(0x24a),a109_0x3734c1(0x217),a109_0x3734c1(0x1fc),a109_0x3734c1(0x22a),a109_0x3734c1(0x1fd),a109_0x3734c1(0x28b),a109_0x3734c1(0x22c),a109_0x3734c1(0x1f4),a109_0x3734c1(0x216),'keystorePath','keystorePassword','keyAlias','keyPassword',a109_0x3734c1(0x2aa),a109_0x3734c1(0x222),'chromedriverExecutableDir','chromedriverChromeMappingFile',a109_0x3734c1(0x284),a109_0x3734c1(0x254),'chromedriverPorts',a109_0x3734c1(0x240),'autoWebviewTimeout',a109_0x3734c1(0x206),'intentCategory',a109_0x3734c1(0x1ec),'optionalIntentArguments','dontStopAppOnReset',a109_0x3734c1(0x2b1),'resetKeyboard',a109_0x3734c1(0x2ac),a109_0x3734c1(0x272),a109_0x3734c1(0x294),a109_0x3734c1(0x287),a109_0x3734c1(0x1ef),a109_0x3734c1(0x249),a109_0x3734c1(0x1f9),a109_0x3734c1(0x282),a109_0x3734c1(0x258),a109_0x3734c1(0x26a),a109_0x3734c1(0x28e),'localeScript',a109_0x3734c1(0x271),a109_0x3734c1(0x246),a109_0x3734c1(0x229),a109_0x3734c1(0x2a1),a109_0x3734c1(0x247),a109_0x3734c1(0x252),a109_0x3734c1(0x212),a109_0x3734c1(0x241),a109_0x3734c1(0x244),'skipLogcatCapture','uninstallOtherPackages',a109_0x3734c1(0x27b),a109_0x3734c1(0x296),a109_0x3734c1(0x218),a109_0x3734c1(0x29a),a109_0x3734c1(0x277),a109_0x3734c1(0x211),a109_0x3734c1(0x21a),a109_0x3734c1(0x260),a109_0x3734c1(0x20a),'launchTimeout','locationServicesEnabled','locationServicesAuthorized',a109_0x3734c1(0x1f2),a109_0x3734c1(0x1ff),a109_0x3734c1(0x220),a109_0x3734c1(0x224),a109_0x3734c1(0x265),a109_0x3734c1(0x1e9),a109_0x3734c1(0x204),a109_0x3734c1(0x29c),'keepKeyChains',a109_0x3734c1(0x23e),'processArguments',a109_0x3734c1(0x230),a109_0x3734c1(0x231),a109_0x3734c1(0x289),a109_0x3734c1(0x23d),'screenshotWaitTimeout','remoteDebugProxy',a109_0x3734c1(0x219),a109_0x3734c1(0x26d),'webkitDebugProxyPort',a109_0x3734c1(0x239),'waitForAppScript','webviewConnectRetries','appName',a109_0x3734c1(0x205),a109_0x3734c1(0x1ee),a109_0x3734c1(0x2a4),'wdaLocalPort',a109_0x3734c1(0x261),a109_0x3734c1(0x283),a109_0x3734c1(0x2a9),a109_0x3734c1(0x27e),a109_0x3734c1(0x293),a109_0x3734c1(0x267),a109_0x3734c1(0x25e),'keychainPath',a109_0x3734c1(0x292),a109_0x3734c1(0x25d),'wdaConnectionTimeout',a109_0x3734c1(0x1fa),a109_0x3734c1(0x266),'updatedWDABundleId','resetOnSessionStartOnly','commandTimeouts',a109_0x3734c1(0x225),'wdaStartupRetryInterval',a109_0x3734c1(0x2a6),a109_0x3734c1(0x2ad),'simpleIsVisibleCheck',a109_0x3734c1(0x28a),a109_0x3734c1(0x22f),a109_0x3734c1(0x202),a109_0x3734c1(0x1f0),a109_0x3734c1(0x288),a109_0x3734c1(0x210),a109_0x3734c1(0x1ed),'logcatFilterSpecs',a109_0x3734c1(0x279)]);function a109_0x37ed(_0x3a05ff,_0x2e763e){var _0x407e79=a109_0x407e();return a109_0x37ed=function(_0x37ed3d,_0x438e53){_0x37ed3d=_0x37ed3d-0x1e9;var _0x392aca=_0x407e79[_0x37ed3d];return _0x392aca;},a109_0x37ed(_0x3a05ff,_0x2e763e);}function a109_0x407e(){var _0x3ed362=['enableWebviewDetailsCollection','unlockType','browserstack.accessKey','IEUIZ','browserstack.app','useKeystore','androidDeviceSocket','enforceAppInstall','enableAsyncExecuteFromHttps','remoteAppsCacheLimit','IAWAn','BROWSERSTACK_RERUN_TESTS','browserstack.localIdentifier','lCXDC','EnvCapsMapping','nativeInstrumentsLib','18CAOEVV','chromedriverArgs','HEGms','nativeWebTap','wdaStartupRetries','OqZjS','BROWSERSTACK_LOG_DIR','BWhzF','androidNaturalOrientation','androidInstallPath','locale','avdReadyTimeout','orientation','BROWSERSTACK_APP','shouldUseSingletonTestManager','interKeyDelay','showIOSLog','androidCoverage','newCommandTimeout','BROWSERSTACK_PROJECT_NAME','browserstack.testOrchestration.rerunPreviouslyFailed','autoWebview','GTQBk','appWaitDuration','fullContextList','5173511pvdGmM','browserstack.testOrchestration.abortBuildOnFailure','browserstackLocal','webkitResponseTimeout','localizableStringsDir','browserstack.user_name','chromedriverDisableBuildCheck','unlockKey','fwDaA','12744510KNDcJB','autoLaunch','appPackage','autoGrantPermissions','remoteAdbHost','platformVersion','nativeWebScreenshot','adbPort','HJkeW','ZyrGL','hqlOh','app','BROWSERSTACK_LOCAL_IDENTIFIER','SwGsK','MaSRO','skipUnlock','fwXPl','chromedriverPort','gUjiW','BROWSERSTACK_USERNAME','logLevel','gpsEnabled','appWaitPackage','buildName','printPageSourceOnFindFailure','crxBC','wdaLaunchTimeout','webDriverAgentUrl','BROWSERSTACK_TEST_REPORTING_DEBUG','calendarFormat','showXcodeLog','AppiumCaps','yKmKK','pKZTg','safariInitialUrl','xcodeSigningId','preventWDAAttachments','runPreviouslyFailedFirst','bjWiT','isHeadless','fullReset','androidCoverageEndIntent','skipLogCapture','BROWSERSTACK_LOCAL','jHNeZ','buildIdentifier','skipDeviceInitialization','ignoreUnimportantViews','parallelsPerPlatform','browserstackConfigFile','WTNOi','browserstack.logLevel','webviewDevtoolsPort','1001032pPoErh','allowDelayAdb','enablePerformanceLogging','disableWindowAnimation','JxaEt','6hmqnxX','keychainPassword','3EQXWLs','KNHgb','localIdentifier','networkSpeed','iosInstallPause','chromedriverUseSystemExecutable','accessKey','90GJpPLS','chromeOptions','ignoreHiddenApiPolicyError','sendKeyStrategy','useCarthageSsl','avdLaunchTimeout','qHUMI','vunbI','adbExecTimeout','iCBlX','5154335NiapzV','appWaitActivity','useNewWDA','usePrebuiltWDA','disableAndroidWatchers','ipidO','buildToolsVersion','noReset','21321288yhbjyg','eIEAA','ensureWebviewsHavePages','logDir','safariOpenLinksInBackground','rerunTests','466128ssBqyp','browserstack.rerunTests','projectName','systemPort','otherApps','appActivity','scaleFactor','browserstack.config','connectHardwareKeyboard','automation','browserstackAutomation','xcodeConfigFile','chromedriverExecutable','deviceName','noSign','maxTypingFrequency','browserstack.access_key','retryTestsOnFailure','bhSAX','unicodeKeyboard','userName','LVtFp','deviceReadyTimeout','safariAllowPopups','11oBDwcz','language','intentFlags','logcatFormat','tapWithShortPressDuration','recreateChromeDriverSessions','allowTouchIdEnroll','PVrQW','autoAcceptAlerts','JnkkT','avdArgs','ecdEq','rLncs','BROWSERSTACK_BUILD_IDENTIFIER','aNgli','androidScreenshotPath','xcodeOrgId','browserstack.ppp','androidInstallTimeout','avd','browserstack.buildIdentifier','autoDismissAlerts','BROWSERSTACK_BUILD_NAME','BROWSERSTACK_PARALLELS_PER_PLATFORM','startIWDP','tDipd','safariIgnoreFraudWarning','customSSLCert','intentAction','browserstack.testOrchestration.retryTestsOnFailure','androidDeviceReadyTimeout','BROWSERSTACK_APP_ID','bundleId','eventTimings','clearSystemFiles','1027056aBJAeM','jAZJY','browserstack.userName','mockLocationApp'];a109_0x407e=function(){return _0x3ed362;};return a109_0x407e();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a110_0x52c88e=a110_0x1517;function a110_0x19bb(){var _0x5c8176=['1zolHOh','2152371nFFuGr','https://hub-use-only.browserstack.com/wd/hub','3828670srRlMw','908472gfrbkr','36PRFWDW','11CpSEyL','88dsSaWq','4860228PIiDVM','773194yJjMhQ','72965wvZFdR','7863807oSXFRC'];a110_0x19bb=function(){return _0x5c8176;};return a110_0x19bb();}function a110_0x1517(_0x5554f0,_0xa4d86){var _0x19bb96=a110_0x19bb();return a110_0x1517=function(_0x15176d,_0x495482){_0x15176d=_0x15176d-0x64;var _0x337836=_0x19bb96[_0x15176d];return _0x337836;},a110_0x1517(_0x5554f0,_0xa4d86);}(function(_0x1bfb26,_0x1c161c){var _0x33c379=a110_0x1517,_0x1301ce=_0x1bfb26();while(!![]){try{var _0x37105b=-parseInt(_0x33c379(0x6c))/0x1*(parseInt(_0x33c379(0x69))/0x2)+-parseInt(_0x33c379(0x6d))/0x3+parseInt(_0x33c379(0x67))/0x4*(-parseInt(_0x33c379(0x6a))/0x5)+parseInt(_0x33c379(0x68))/0x6+parseInt(_0x33c379(0x6b))/0x7+parseInt(_0x33c379(0x64))/0x8*(parseInt(_0x33c379(0x65))/0x9)+-parseInt(_0x33c379(0x6f))/0xa*(parseInt(_0x33c379(0x66))/0xb);if(_0x37105b===_0x1c161c)break;else _0x1301ce['push'](_0x1301ce['shift']());}catch(_0x253f9e){_0x1301ce['push'](_0x1301ce['shift']());}}}(a110_0x19bb,0x8d87c),exports['BROWSERSTACK_GRR_US_HUB_URL']=a110_0x52c88e(0x6e));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a111_0x5999(){var _0x4b0b4a=['2009623osOzDo','peAQI','81oZuPAX','parse','3658026UkNhRh','2612500GMviON','1839388nAvlJe','2287720FuHmzo','central_scanner_log','3fqGibz','a11y_scanner','5gDNOXU','setCentralScannerData','2188792aukvjx','env','A11Y_SCAN_RESULT','CEACN','875213oqnCYu'];a111_0x5999=function(){return _0x4b0b4a;};return a111_0x5999();}var a111_0x2a4261=a111_0x296d;function a111_0x296d(_0x5a2c4e,_0x93aee4){var _0x599960=a111_0x5999();return a111_0x296d=function(_0x296dd9,_0x316897){_0x296dd9=_0x296dd9-0x1bb;var _0x9cd7a1=_0x599960[_0x296dd9];return _0x9cd7a1;},a111_0x296d(_0x5a2c4e,_0x93aee4);}(function(_0x4b63db,_0x3983d3){var _0x2367aa=a111_0x296d,_0x31dd13=_0x4b63db();while(!![]){try{var _0x442b82=-parseInt(_0x2367aa(0x1c1))/0x1+parseInt(_0x2367aa(0x1c8))/0x2*(-parseInt(_0x2367aa(0x1cb))/0x3)+parseInt(_0x2367aa(0x1c9))/0x4+-parseInt(_0x2367aa(0x1bb))/0x5*(parseInt(_0x2367aa(0x1c6))/0x6)+-parseInt(_0x2367aa(0x1c2))/0x7+parseInt(_0x2367aa(0x1bd))/0x8+parseInt(_0x2367aa(0x1c4))/0x9*(parseInt(_0x2367aa(0x1c7))/0xa);if(_0x442b82===_0x3983d3)break;else _0x31dd13['push'](_0x31dd13['shift']());}catch(_0x48812f){_0x31dd13['push'](_0x31dd13['shift']());}}}(a111_0x5999,0x7b518),exports[a111_0x2a4261(0x1bc)]=(_0x4c2f1a,_0x53763e,_0x528fbe)=>{var _0xc97775=a111_0x2a4261,_0x3656ac={'peAQI':function(_0x543c9b,_0x4350d0){return _0x543c9b(_0x4350d0);},'CEACN':function(_0x14f9f3,_0x1b0a42){return _0x14f9f3||_0x1b0a42;}};_0x4c2f1a[_0xc97775(0x1ca)]={'http_code':_0x3656ac[_0xc97775(0x1c3)](String,_0x53763e)||null,'redirect_url':_0x3656ac[_0xc97775(0x1c0)](_0x528fbe,null),'token':process[_0xc97775(0x1be)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process['env'][_0xc97775(0x1bf)]&&(_0x4c2f1a['central_scanner_log'][_0xc97775(0x1cc)]=JSON[_0xc97775(0x1c5)](process['env'][_0xc97775(0x1bf)])||null);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a112_0x195a9a=a112_0x5b7d;(function(_0x175803,_0xe7ac79){const _0x3cd7ab=a112_0x5b7d,_0x915e2f=_0x175803();while(!![]){try{const _0x579de1=-parseInt(_0x3cd7ab(0x1f6))/0x1*(parseInt(_0x3cd7ab(0x1f5))/0x2)+-parseInt(_0x3cd7ab(0x1f8))/0x3+-parseInt(_0x3cd7ab(0x1ee))/0x4*(-parseInt(_0x3cd7ab(0x1ef))/0x5)+-parseInt(_0x3cd7ab(0x1f9))/0x6+-parseInt(_0x3cd7ab(0x1fa))/0x7+-parseInt(_0x3cd7ab(0x1f1))/0x8+parseInt(_0x3cd7ab(0x1ed))/0x9;if(_0x579de1===_0xe7ac79)break;else _0x915e2f['push'](_0x915e2f['shift']());}catch(_0x2318e9){_0x915e2f['push'](_0x915e2f['shift']());}}}(a112_0x57ab,0x58363));function a112_0x5b7d(_0x3f1ed4,_0x68526a){const _0x57abce=a112_0x57ab();return a112_0x5b7d=function(_0x5b7d7f,_0x177f50){_0x5b7d7f=_0x5b7d7f-0x1ed;let _0x5ce37b=_0x57abce[_0x5b7d7f];return _0x5ce37b;},a112_0x5b7d(_0x3f1ed4,_0x68526a);}const logger=require(a112_0x195a9a(0x1f4))[a112_0x195a9a(0x1f2)];function createClassLogger(_0x5cad9d){const _0x5d24f5=a112_0x195a9a;return{'info':(_0x3b8090,..._0x1c850d)=>logger['info']('['+_0x5cad9d+']\x20'+_0x3b8090,..._0x1c850d),'debug':(_0x456ac1,..._0xe1a788)=>logger['debug']('['+_0x5cad9d+']\x20'+_0x456ac1,..._0xe1a788),'warn':(_0x45675a,..._0x2b71fb)=>logger['warn']('['+_0x5cad9d+']\x20'+_0x45675a,..._0x2b71fb),'error':(_0x51bb9f,..._0x457fb2)=>logger[_0x5d24f5(0x1f3)]('['+_0x5cad9d+']\x20'+_0x51bb9f,..._0x457fb2),'verbose':(_0x4cc98f,..._0x245c1f)=>logger[_0x5d24f5(0x1f7)]('['+_0x5cad9d+']\x20'+_0x4cc98f,..._0x245c1f)};}const a112_0x5d5c82={};function a112_0x57ab(){const _0x4aba65=['548OCGbeX','12215ycsOOv','exports','4299376amtdwa','winstonLogger','error','./logger.js','6942IpAkrQ','151kHXKVS','verbose','1077168AAWTzk','4270104ratcjP','3602753LDgqCe','24062274HKsZHM'];a112_0x57ab=function(){return _0x4aba65;};return a112_0x57ab();}a112_0x5d5c82['createClassLogger']=createClassLogger,module[a112_0x195a9a(0x1f0)]=a112_0x5d5c82;
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a113_0x451537=a113_0x1787;(function(_0x17e95d,_0x4b3767){var _0x171556=a113_0x1787,_0x137549=_0x17e95d();while(!![]){try{var _0x71d8ba=parseInt(_0x171556(0x1c5))/0x1+parseInt(_0x171556(0x1c1))/0x2+parseInt(_0x171556(0x1bb))/0x3*(-parseInt(_0x171556(0x1bc))/0x4)+-parseInt(_0x171556(0x1be))/0x5+parseInt(_0x171556(0x1bf))/0x6+-parseInt(_0x171556(0x1bd))/0x7+-parseInt(_0x171556(0x1c3))/0x8;if(_0x71d8ba===_0x4b3767)break;else _0x137549['push'](_0x137549['shift']());}catch(_0xe9742f){_0x137549['push'](_0x137549['shift']());}}}(a113_0x3788,0x7d123));function a113_0x3788(){var _0x3c342d=['693250NsfIdV','3378672HtFLvk','exports','1455444SrZWmq','__instance','1695024UTbLub','browserStackGlobals','23583VUUTNo','setGlobal','483BpKIvs','5588tYOrRg','1586767UoKTdo'];a113_0x3788=function(){return _0x3c342d;};return a113_0x3788();}function a113_0x1787(_0x1bacd0,_0x555737){var _0x378839=a113_0x3788();return a113_0x1787=function(_0x17872e,_0x48f8b2){_0x17872e=_0x17872e-0x1bb;var _0x4c5927=_0x378839[_0x17872e];return _0x4c5927;},a113_0x1787(_0x1bacd0,_0x555737);}class Global{static ['__instance'];constructor(){var _0x3f6db5=a113_0x1787;if(Global[_0x3f6db5(0x1c2)])return Global[_0x3f6db5(0x1c2)];this[_0x3f6db5(0x1c4)]=global,Global['__instance']=this;}[a113_0x451537(0x1c6)](_0x5dd3a6,_0x1d2b1e){var _0x52fb8b=a113_0x451537;this[_0x52fb8b(0x1c4)][_0x5dd3a6]=_0x1d2b1e;}['getGlobal'](_0x12e097){var _0x2a601b=a113_0x451537;return this[_0x2a601b(0x1c4)][_0x12e097];}}module[a113_0x451537(0x1c0)]=new Global();
|