browserstack-node-sdk 1.55.6 → 1.55.7
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 +2 -2
- 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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.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/newmanTestFramework.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/caCertHelper.js +1 -0
- 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/stackFrameUtils.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 a106_0x431f7e=a106_0x538a;function a106_0x82d3(){const _0x2bda91=['ZjUlV','yzkUB','khRvZ','LbNZG','YtOpz','640tSdTkn','zKxZQ','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','sHNDR','currentTest','nWeQG','accessibilityPlatform','getAccessibilityModule','getRetryConfig','Moeri','Accessibility\x20scan\x20attempt\x20','567284mwvaon','gwSss','kvkQn','../performance/constants','isPlaywright','rejected',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','isSeleniumDriver','race','ATTZQ','BUwiv','hCiti','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','getAccessibilityResultsSummaryWithRetry','ibeiO','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','../../bin/v2/browserstackCLI','results','env','accessibilityConfig','Accessibility\x20results\x20save\x20attempt\x20','value','BKfeP','Accessibility\x20results\x20retrieval\x20attempt\x20','jvIIS','getCurrentUrl','ms\x20using\x20setTimeouts\x20API','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','reason','LpYWr','ArtNR','playwright-codecept-driver','util','bstackA11yShouldScan','timeoutMs','Accessibility\x20retry\x20configuration\x20updated:\x20','18EsJVIz','browserstackSessionName','aTFji','Unknown\x20error','8964xqNyOj','zuyCo','Comprehensive\x20accessibility\x20scan\x20failed\x20(','KHDfG','FvmTS','isRunning','TkcHV','nnubz','\x20failed\x20(','mjtfS','saveAccessibilityResultsWithRetry','PetTh','driverType','type','riJlN','setSeleniumScriptTimeout','MlvCv','WAULw','goto','updateRetryConfig','UobEl','__workerDetails','getAccessibilityResults','performScan',').\x20Last\x20error:\x20','10SnWOxf','MrvqT','ms\x20using\x20timeouts()\x20API','bXGDo','\x20-\x20not\x20applicable','):\x20','setPlaywrightScriptTimeout','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','playwright-page','isPlaywrightPage','27498647ZJzhnx','defaultTimeoutMs','isAccessibilityPlatform','fulfilled','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','93icWpUe','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','NITbw','winstonLogger','getCapabilities','UGkEI','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','is_mobile_session','uqlvN','wHByG','qvFHx','swrRM','resolveMobileThTestRunUuid','UWERC','\x20completed\x20successfully.','max','Esnng','xXJMq','STckw','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','FIVzt','TELIq','getGlobal','getAccessibilityResultsSummary','koRSQ','Operation\x20timed\x20out\x20after\x20','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','eBCgp','Unknown\x20driver/page\x20type:\x20','vrdYC','ms\x20using\x20setScriptTimeout\x20API','error','../performance/performance-tester','tNxGW','constructor','setScriptTimeout','CSwmY','unHRc','getInstance','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','message','\x20for\x20method:\x20','BugRT','isAccessibilityAutomationSession','tycke','Scan\x20attempt\x20',').\x20Error:\x20','zPfuk','getSession','PNGwh','../globals','function','isMobilePlatform','timeouts',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','Page','tpHYm','122704NpiemN','yzWXF','measureWrapper','DhLJO',')\x20with\x20error:\x20','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','name','script','maxRetries','stringify','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','5005854lOsGrE','selenium-webdriver','performScanWithRetry','warn','Skipping\x20timeout\x20setting\x20for\x20','saveTestResults','assign','Playwright','info','\x20failed\x20for\x20method:\x20','../logger','xFrQj','195967XpMxUF','summary','executeAsyncScript','FvGWb','manage','status','page','setDefaultTimeout','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','PERFORM_SCAN','unknown','debug','rdsAs','YjFMR','OauBQ','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','1240315JoTMtW','eACkg','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','hQAQS','url','getAccessibilityResultsWithRetry','scanSucceeded','CZdDf','./helper','AvFBO','kRiyV','McoEl','tqNui'];a106_0x82d3=function(){return _0x2bda91;};return a106_0x82d3();}(function(_0x4005bf,_0x52e39e){const _0x190855=a106_0x538a,_0x2f01ae=_0x4005bf();while(!![]){try{const _0x4d44b6=parseInt(_0x190855(0x145))/0x1+parseInt(_0x190855(0x172))/0x2+-parseInt(_0x190855(0xf4))/0x3*(parseInt(_0x190855(0x12e))/0x4)+parseInt(_0x190855(0x155))/0x5*(-parseInt(_0x190855(0xc8))/0x6)+-parseInt(_0x190855(0x139))/0x7+-parseInt(_0x190855(0x167))/0x8*(parseInt(_0x190855(0xcc))/0x9)+parseInt(_0x190855(0xe5))/0xa*(parseInt(_0x190855(0xef))/0xb);if(_0x4d44b6===_0x52e39e)break;else _0x2f01ae['push'](_0x2f01ae['shift']());}catch(_0x2d3cba){_0x2f01ae['push'](_0x2f01ae['shift']());}}}(a106_0x82d3,0x77843));const util=require(a106_0x431f7e(0xc4)),logger=require(a106_0x431f7e(0x143))[a106_0x431f7e(0xf7)],accessibilityHelper=require(a106_0x431f7e(0x15d)),globals=require(a106_0x431f7e(0x127)),scripts=require('./scripts'),PerformanceTester=require(a106_0x431f7e(0x115)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a106_0x431f7e(0x175)),BrowserstackCLI=require(a106_0x431f7e(0xb4));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a106_0x11b71a){logger[a106_0x431f7e(0x150)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a106_0x3bb8cb={};function a106_0x538a(_0x20f7d3,_0x17ae46){const _0x82d315=a106_0x82d3();return a106_0x538a=function(_0x538a19,_0x39fefe){_0x538a19=_0x538a19-0xac;let _0x539b76=_0x82d315[_0x538a19];return _0x539b76;},a106_0x538a(_0x20f7d3,_0x17ae46);}a106_0x3bb8cb[a106_0x431f7e(0x136)]=0x1,a106_0x3bb8cb[a106_0x431f7e(0xc6)]=0x7530,a106_0x3bb8cb[a106_0x431f7e(0xf0)]=0x7530;const RETRY_CONFIG=a106_0x3bb8cb,setConfigTimeout=(_0x417ea,_0x21656a=null)=>{const _0x4c81de=a106_0x431f7e,_0x25e8cb={'STckw':function(_0x46d536,_0x4d5eb9){return _0x46d536===_0x4d5eb9;},'inLWq':'scannerProcessingTimeout','WAULw':function(_0x1bbc24,_0x5343e6){return _0x1bbc24*_0x5343e6;},'vrdYC':function(_0x161d45,_0x1ad7c1){return _0x161d45(_0x1ad7c1);}};if(BrowserstackCLI[_0x4c81de(0x11b)]()[_0x4c81de(0xd1)]()&&BrowserstackCLI[_0x4c81de(0x11b)]()[_0x4c81de(0x16e)]()){const _0x50fd51=BrowserstackCLI[_0x4c81de(0x11b)]()[_0x4c81de(0x16e)]()[_0x4c81de(0xb7)],_0x582f0c=_0x50fd51['options']['capabilitiesList']||[];for(const _0x10b623 of _0x582f0c){_0x25e8cb[_0x4c81de(0x107)](_0x10b623['name'],_0x25e8cb['inLWq'])&&_0x25e8cb[_0x4c81de(0x107)](_0x21656a,null)&&(_0x417ea[_0x4c81de(0xc6)]=_0x25e8cb[_0x4c81de(0xdd)](_0x25e8cb[_0x4c81de(0x112)](parseInt,_0x10b623['value']),0x3e8));}}else process[_0x4c81de(0xb6)][_0x4c81de(0xb0)]&&(_0x417ea[_0x4c81de(0xc6)]=_0x25e8cb['WAULw'](_0x25e8cb[_0x4c81de(0x112)](parseInt,process[_0x4c81de(0xb6)][_0x4c81de(0xb0)]),0x3e8));},detectDriverType=_0x37dc7a=>{const _0x2f3088=a106_0x431f7e,_0x29d4d7={};_0x29d4d7[_0x2f3088(0x126)]=_0x2f3088(0x14f),_0x29d4d7[_0x2f3088(0xb2)]=function(_0x1286a6,_0x555ce0){return _0x1286a6===_0x555ce0;},_0x29d4d7[_0x2f3088(0xae)]=_0x2f3088(0x128),_0x29d4d7['rdsAs']=function(_0x49d542,_0x44247e){return _0x49d542===_0x44247e;},_0x29d4d7['xFrQj']=function(_0x580b0f,_0x3a5c28){return _0x580b0f===_0x3a5c28;},_0x29d4d7[_0x2f3088(0xaf)]=_0x2f3088(0xed),_0x29d4d7[_0x2f3088(0x124)]=_0x2f3088(0x13a),_0x29d4d7['UpHNk']=_0x2f3088(0x12c),_0x29d4d7['FvGWb']=function(_0x4e3cb6,_0x45efaa){return _0x4e3cb6===_0x45efaa;},_0x29d4d7[_0x2f3088(0x12f)]='WebDriver',_0x29d4d7['qsqEL']=_0x2f3088(0x140),_0x29d4d7['unHRc']=_0x2f3088(0xc3),_0x29d4d7[_0x2f3088(0x152)]=function(_0xe79f6b,_0x11133c){return _0xe79f6b||_0x11133c;},_0x29d4d7['EZhhS']='undefined';const _0x499a44=_0x29d4d7;if(!_0x37dc7a){const _0x1c2dc4={};return _0x1c2dc4[_0x2f3088(0x176)]=![],_0x1c2dc4['type']=_0x499a44[_0x2f3088(0x126)],_0x1c2dc4;}if(_0x499a44[_0x2f3088(0xb2)](typeof _0x37dc7a['evaluate'],_0x499a44[_0x2f3088(0xae)])&&_0x499a44['rdsAs'](typeof _0x37dc7a['url'],_0x499a44[_0x2f3088(0xae)])&&_0x499a44[_0x2f3088(0x144)](typeof _0x37dc7a[_0x2f3088(0xde)],_0x499a44[_0x2f3088(0xae)])){const _0x50933f={};return _0x50933f[_0x2f3088(0x176)]=!![],_0x50933f[_0x2f3088(0xd9)]=_0x499a44[_0x2f3088(0xaf)],_0x50933f;}if(_0x499a44['rdsAs'](typeof _0x37dc7a[_0x2f3088(0x147)],_0x499a44['BUwiv'])&&_0x499a44[_0x2f3088(0xb2)](typeof _0x37dc7a[_0x2f3088(0xf8)],_0x499a44[_0x2f3088(0xae)])){const _0x6e185a={};return _0x6e185a[_0x2f3088(0x176)]=![],_0x6e185a['type']=_0x499a44['zPfuk'],_0x6e185a;}const _0xe6e5a5=_0x37dc7a[_0x2f3088(0x117)]?.[_0x2f3088(0x134)];if(_0x499a44['xFrQj'](_0xe6e5a5,_0x499a44['UpHNk'])){const _0x520d0e={};return _0x520d0e['isPlaywright']=!![],_0x520d0e[_0x2f3088(0xd9)]=_0x499a44['hCiti'],_0x520d0e;}if(_0x499a44[_0x2f3088(0x148)](_0xe6e5a5,_0x499a44[_0x2f3088(0x12f)])){const _0x50f03f={};return _0x50f03f[_0x2f3088(0x176)]=![],_0x50f03f[_0x2f3088(0xd9)]=_0x499a44['zPfuk'],_0x50f03f;}if(_0x499a44[_0x2f3088(0x151)](_0xe6e5a5,_0x499a44['qsqEL'])){const _0x791f91={};return _0x791f91[_0x2f3088(0x176)]=!![],_0x791f91[_0x2f3088(0xd9)]=_0x499a44[_0x2f3088(0x11a)],_0x791f91;}logger['warn'](_0x2f3088(0x111)+_0x499a44[_0x2f3088(0x152)](_0xe6e5a5,_0x499a44['EZhhS']));const _0xa5a287={};return _0xa5a287[_0x2f3088(0x176)]=![],_0xa5a287[_0x2f3088(0xd9)]=_0x499a44[_0x2f3088(0x126)],_0xa5a287;},withTimeout=(_0x2ea6a3,_0x3b7e33)=>{const _0xffea0c=a106_0x431f7e;return Promise[_0xffea0c(0xac)]([_0x2ea6a3,new Promise((_0x35661f,_0x26ca4a)=>setTimeout(()=>_0x26ca4a(new Error(_0xffea0c(0x10e)+_0x3b7e33+'ms')),_0x3b7e33))]);};exports['performScanWithRetry']=async(_0x1b836e,_0x33909e=null,_0x59a096=null,_0x27c600=![],_0x547bde=null)=>{const _0x2bb562=a106_0x431f7e,_0x56c8d3={'MrvqT':function(_0x4b6431,_0x54039d){return _0x4b6431&&_0x54039d;},'eBCgp':function(_0x3e3282,_0x1ce04b,_0x4e30c5){return _0x3e3282(_0x1ce04b,_0x4e30c5);},'UobEl':function(_0x2feac4,_0x495547){return _0x2feac4===_0x495547;},'McoEl':_0x2bb562(0xc3),'yzkUB':function(_0x4e5e77,_0x4e18dd){return _0x4e5e77(_0x4e18dd);},'nWeQG':function(_0x3f0429,_0x299134){return _0x3f0429||_0x299134;},'tqNui':function(_0x58fc30,_0x1006fe){return _0x58fc30!==_0x1006fe;},'sHNDR':_0x2bb562(0xf1),'tNxGW':function(_0x23cfb7,_0x4b44b6){return _0x23cfb7!==_0x4b44b6;},'xXJMq':_0x2bb562(0xc5),'FIVzt':_0x2bb562(0x133),'KHDfG':'unknown_method','aTFji':'function','NITbw':function(_0x5e52bc,_0x191408){return _0x5e52bc===_0x191408;},'qvFHx':function(_0x1fddd0,_0x148ee5){return _0x1fddd0<=_0x148ee5;},'CZdDf':function(_0x354d40,_0x5b01e4){return _0x354d40+_0x5b01e4;},'dzaTO':_0x2bb562(0xcb)},{isPlaywright:_0x6970eb,type:_0x312a0a}=_0x56c8d3[_0x2bb562(0x163)](detectDriverType,_0x1b836e),_0x3bb762=_0x27c600?_0x56c8d3[_0x2bb562(0x16c)](_0x547bde,{}):global['bstackA11yScanOptions']||{},_0x43775e=_0x6970eb?global[_0x2bb562(0x16d)]&&(_0x27c600||_0x56c8d3[_0x2bb562(0x161)](global[_0x2bb562(0xc5)],![])):accessibilityHelper[_0x2bb562(0x120)]()&&globals[_0x2bb562(0x10b)](_0x56c8d3[_0x2bb562(0x16a)])&&(_0x27c600||_0x56c8d3[_0x2bb562(0x116)](globals[_0x2bb562(0x10b)](_0x56c8d3[_0x2bb562(0x106)]),![]));if(!_0x43775e)return _0x6970eb&&global[_0x2bb562(0x16d)]&&_0x56c8d3[_0x2bb562(0xe0)](global[_0x2bb562(0xc5)],![])||!_0x6970eb&&globals['getGlobal'](_0x56c8d3['sHNDR'])&&_0x56c8d3['UobEl'](globals[_0x2bb562(0x10b)](_0x56c8d3[_0x2bb562(0x106)]),![])?logger['debug'](_0x56c8d3[_0x2bb562(0x109)]):logger[_0x2bb562(0x13c)](_0x2bb562(0x138)+_0x312a0a+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x32c7c1=_0x33909e||global[_0x2bb562(0xc9)]||_0x56c8d3[_0x2bb562(0xcf)];let _0x2ffb05=null;const _0x51a251={'testhub_btcer_uuid':global[_0x2bb562(0xe1)]?.[_0x2bb562(0x16b)]?.['id'],'url':_0x56c8d3[_0x2bb562(0xe0)](typeof _0x1b836e[_0x2bb562(0x159)],_0x56c8d3[_0x2bb562(0xca)])?await _0x1b836e[_0x2bb562(0x159)]():_0x56c8d3[_0x2bb562(0xf6)](typeof _0x1b836e[_0x2bb562(0xbd)],_0x56c8d3[_0x2bb562(0xca)])?await _0x1b836e[_0x2bb562(0xbd)]():'','automate_session_id':_0x56c8d3['NITbw'](typeof _0x1b836e[_0x2bb562(0x125)],_0x56c8d3[_0x2bb562(0xca)])?(await _0x1b836e[_0x2bb562(0x125)]())['getId']():''};for(let _0x98f606=0x1;_0x56c8d3[_0x2bb562(0xff)](_0x98f606,_0x56c8d3[_0x2bb562(0x15c)](RETRY_CONFIG[_0x2bb562(0x136)],0x1));_0x98f606++){try{return logger['debug'](_0x2bb562(0x171)+_0x98f606+'/'+_0x56c8d3[_0x2bb562(0x15c)](RETRY_CONFIG[_0x2bb562(0x136)],0x1)+_0x2bb562(0x11e)+_0x32c7c1+'\x20('+_0x312a0a+')'),await PerformanceTester[_0x2bb562(0x130)](PerformanceA11yEvents[_0x2bb562(0x14e)],async()=>{const _0x4c2117=_0x2bb562;let _0x926a32;if(_0x56c8d3[_0x4c2117(0xe6)](_0x6970eb,playwrightA11yHelper)){_0x56c8d3['eBCgp'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x4c2117(0xeb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xc6)]);let _0x5e86d4=_0x1b836e;_0x56c8d3[_0x4c2117(0xe0)](_0x312a0a,_0x56c8d3[_0x4c2117(0x160)])&&(_0x5e86d4=_0x1b836e[_0x4c2117(0x14b)]);const _0x360ed0=global[_0x4c2117(0x129)]?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x4c2117(0x101)]()}:{};_0x926a32=await _0x56c8d3[_0x4c2117(0x110)](withTimeout,playwrightA11yHelper[_0x4c2117(0xe3)](_0x5e86d4,_0x32c7c1,_0x3bb762,_0x360ed0),RETRY_CONFIG[_0x4c2117(0xc6)]),await exports[_0x4c2117(0xeb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xf0)]);}else await exports[_0x4c2117(0xdb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xc6)]),_0x926a32=await _0x56c8d3['eBCgp'](withTimeout,accessibilityHelper[_0x4c2117(0xe3)](_0x1b836e,_0x32c7c1,_0x27c600,_0x3bb762),RETRY_CONFIG[_0x4c2117(0xc6)]),await exports[_0x4c2117(0xdb)](_0x1b836e,RETRY_CONFIG[_0x4c2117(0xf0)]);logger[_0x4c2117(0x150)](_0x4c2117(0x122)+_0x98f606+_0x4c2117(0x103));},{'command':_0x32c7c1,..._0x51a251})(),logger[_0x2bb562(0x141)](_0x2bb562(0x14d)+_0x98f606+'.'),!![];}catch(_0x4795e3){_0x2ffb05=_0x4795e3,logger['debug'](_0x2bb562(0x171)+_0x98f606+_0x2bb562(0x142)+_0x32c7c1+'\x20('+_0x312a0a+_0x2bb562(0x123)+_0x4795e3['message']);}}return logger[_0x2bb562(0x114)](_0x2bb562(0xec)+_0x32c7c1+'\x20('+_0x312a0a+_0x2bb562(0x132)+(_0x2ffb05?.[_0x2bb562(0x11d)]||_0x56c8d3['dzaTO'])),![];},exports[a106_0x431f7e(0x15a)]=async(_0x3d4a14,_0x3df2f7)=>{const _0x3bb3f0=a106_0x431f7e,_0x2fa839={'TXwuR':function(_0x1bbd6c,_0x15281e){return _0x1bbd6c(_0x15281e);},'swrRM':_0x3bb3f0(0xf1),'PetTh':function(_0x5e0cff,_0x310104){return _0x5e0cff<=_0x310104;},'tycke':function(_0x2474c8,_0x3ef2fb){return _0x2474c8+_0x3ef2fb;},'CSwmY':function(_0x316d59,_0xf31427){return _0x316d59&&_0xf31427;},'XeJiw':function(_0x56bbcc,_0x5a39ce,_0x4a92b3){return _0x56bbcc(_0x5a39ce,_0x4a92b3);},'YtOpz':function(_0x20952d,_0x2fe243,_0x147f4e){return _0x20952d(_0x2fe243,_0x147f4e);},'SPETz':function(_0x2d3eee,_0x1ba820,_0x64ff81){return _0x2d3eee(_0x1ba820,_0x64ff81);},'AvFBO':_0x3bb3f0(0xcb)},{isPlaywright:_0xf8eeb,type:_0x3dfd92}=_0x2fa839['TXwuR'](detectDriverType,_0x3d4a14),_0x2c5eab=_0xf8eeb?_0x3df2f7[_0x3bb3f0(0x16d)]:accessibilityHelper[_0x3bb3f0(0x120)]()&&globals[_0x3bb3f0(0x10b)](_0x2fa839[_0x3bb3f0(0x100)]);if(!_0x2c5eab)return logger[_0x3bb3f0(0x13c)](_0x3bb3f0(0x138)+_0x3dfd92+_0x3bb3f0(0x178)),[];let _0x471986=null;for(let _0x5f1fc8=0x1;_0x2fa839[_0x3bb3f0(0xd7)](_0x5f1fc8,_0x2fa839[_0x3bb3f0(0x121)](RETRY_CONFIG['maxRetries'],0x1));_0x5f1fc8++){try{logger[_0x3bb3f0(0x150)](_0x3bb3f0(0xbb)+_0x5f1fc8+'/'+_0x2fa839[_0x3bb3f0(0x121)](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x3dfd92+')');let _0x5ba21c;return _0x2fa839[_0x3bb3f0(0x119)](_0xf8eeb,playwrightA11yHelper)?(_0x2fa839['XeJiw'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3bb3f0(0xeb)](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xc6)]),_0x5ba21c=await _0x2fa839[_0x3bb3f0(0x166)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x3d4a14),RETRY_CONFIG['timeoutMs']),await exports['setPlaywrightScriptTimeout'](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xf0)])):(await exports['setSeleniumScriptTimeout'](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xc6)]),_0x5ba21c=await _0x2fa839['SPETz'](withTimeout,accessibilityHelper[_0x3bb3f0(0xe2)](_0x3d4a14,_0x3df2f7),RETRY_CONFIG[_0x3bb3f0(0xc6)]),await exports[_0x3bb3f0(0xdb)](_0x3d4a14,RETRY_CONFIG[_0x3bb3f0(0xf0)])),logger[_0x3bb3f0(0x141)](_0x3bb3f0(0xfa)+_0x5f1fc8+'\x20('+_0x3dfd92+')'),_0x5ba21c;}catch(_0x43fda1){_0x471986=_0x43fda1,logger[_0x3bb3f0(0x13c)]('Accessibility\x20results\x20retrieval\x20attempt\x20'+_0x5f1fc8+_0x3bb3f0(0xd4)+_0x3dfd92+_0x3bb3f0(0x123)+_0x43fda1[_0x3bb3f0(0x11d)]);}}return logger[_0x3bb3f0(0x114)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x3dfd92+').\x20Last\x20error:\x20'+(_0x471986?.[_0x3bb3f0(0x11d)]||_0x2fa839[_0x3bb3f0(0x15e)])),[];},exports[a106_0x431f7e(0xb1)]=async(_0x277c3f,_0x3d14a6)=>{const _0x2c60a3=a106_0x431f7e,_0x50488a={'koRSQ':function(_0x440759,_0x11145a){return _0x440759(_0x11145a);},'mjtfS':_0x2c60a3(0xf1),'UGkEI':function(_0x91bc68,_0x5cd6d5){return _0x91bc68<=_0x5cd6d5;},'Moeri':function(_0x49374d,_0x405529){return _0x49374d+_0x405529;},'BugRT':function(_0x5c3b60,_0x270efb){return _0x5c3b60+_0x270efb;},'ATTZQ':function(_0x13a701,_0x2602e1){return _0x13a701&&_0x2602e1;},'kvkQn':function(_0x5ac394,_0x335433,_0xf2f99){return _0x5ac394(_0x335433,_0xf2f99);},'zKxZQ':function(_0x7d44fc,_0x4229a1,_0x5df915){return _0x7d44fc(_0x4229a1,_0x5df915);},'TbtFS':function(_0x28fdbe,_0x23baac,_0x30dcfc){return _0x28fdbe(_0x23baac,_0x30dcfc);},'Esnng':_0x2c60a3(0xcb)},{isPlaywright:_0x11a0bd,type:_0x1c5a16}=_0x50488a[_0x2c60a3(0x10d)](detectDriverType,_0x277c3f),_0x4c452b=_0x11a0bd?_0x3d14a6[_0x2c60a3(0x16d)]:accessibilityHelper[_0x2c60a3(0x120)]()&&globals[_0x2c60a3(0x10b)](_0x50488a[_0x2c60a3(0xd5)]);if(!_0x4c452b)return logger[_0x2c60a3(0x13c)](_0x2c60a3(0x138)+_0x1c5a16+_0x2c60a3(0x12b)),{};let _0x218545=null;for(let _0x2633ec=0x1;_0x50488a[_0x2c60a3(0xf9)](_0x2633ec,_0x50488a[_0x2c60a3(0x170)](RETRY_CONFIG[_0x2c60a3(0x136)],0x1));_0x2633ec++){try{logger['debug'](_0x2c60a3(0x10f)+_0x2633ec+'/'+_0x50488a[_0x2c60a3(0x11f)](RETRY_CONFIG[_0x2c60a3(0x136)],0x1)+'\x20('+_0x1c5a16+')');let _0x4e7df4;return _0x50488a[_0x2c60a3(0xad)](_0x11a0bd,playwrightA11yHelper)?(_0x50488a[_0x2c60a3(0x174)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xc6)]),_0x4e7df4=await _0x50488a[_0x2c60a3(0x168)](withTimeout,playwrightA11yHelper[_0x2c60a3(0x10c)](_0x277c3f),RETRY_CONFIG[_0x2c60a3(0xc6)]),await exports['setPlaywrightScriptTimeout'](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xf0)])):(await exports[_0x2c60a3(0xdb)](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xc6)]),_0x4e7df4=await _0x50488a['TbtFS'](withTimeout,accessibilityHelper[_0x2c60a3(0x10c)](_0x277c3f,_0x3d14a6),RETRY_CONFIG['timeoutMs']),await exports[_0x2c60a3(0xdb)](_0x277c3f,RETRY_CONFIG[_0x2c60a3(0xf0)])),logger[_0x2c60a3(0x141)](_0x2c60a3(0x108)+_0x2633ec+'\x20('+_0x1c5a16+')'),_0x4e7df4;}catch(_0x55bd62){_0x218545=_0x55bd62,logger[_0x2c60a3(0x13c)](_0x2c60a3(0x10f)+_0x2633ec+_0x2c60a3(0xd4)+_0x1c5a16+_0x2c60a3(0x123)+_0x55bd62[_0x2c60a3(0x11d)]);}}return logger[_0x2c60a3(0x114)](_0x2c60a3(0xbf)+_0x1c5a16+_0x2c60a3(0xe4)+(_0x218545?.[_0x2c60a3(0x11d)]||_0x50488a[_0x2c60a3(0x105)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x6ac00f,_0x186c8b,_0x28b86d=null)=>{const _0x297c49=a106_0x431f7e,_0x3869b9={'BKfeP':function(_0x3aeb9d,_0x465558){return _0x3aeb9d(_0x465558);},'ArtNR':function(_0x44dd40,_0x4857cf){return _0x44dd40===_0x4857cf;},'wHByG':_0x297c49(0xf2),'ZjUlV':function(_0xfaf6aa,_0x40512e){return _0xfaf6aa===_0x40512e;},'eACkg':_0x297c49(0x177),'aVeKh':_0x297c49(0xfb)},{isPlaywright:_0x249624,type:_0x29bc0d}=_0x3869b9[_0x297c49(0xba)](detectDriverType,_0x6ac00f),_0x76827e={};_0x76827e[_0x297c49(0x15b)]=![],_0x76827e[_0x297c49(0xb5)]=[],_0x76827e[_0x297c49(0x146)]={},_0x76827e[_0x297c49(0x114)]=null,_0x76827e[_0x297c49(0xd8)]=_0x29bc0d;const _0x273dad=_0x76827e;try{_0x273dad['scanSucceeded']=await exports[_0x297c49(0x13b)](_0x6ac00f,_0x28b86d);if(_0x273dad[_0x297c49(0x15b)]){const [_0x82556,_0x288f40]=await Promise['allSettled']([exports[_0x297c49(0x15a)](_0x6ac00f,_0x186c8b),exports[_0x297c49(0xb1)](_0x6ac00f,_0x186c8b)]);_0x273dad['results']=_0x3869b9[_0x297c49(0xc2)](_0x82556[_0x297c49(0x14a)],_0x3869b9['wHByG'])?_0x82556[_0x297c49(0xb9)]:[],_0x273dad[_0x297c49(0x146)]=_0x3869b9[_0x297c49(0xc2)](_0x288f40[_0x297c49(0x14a)],_0x3869b9[_0x297c49(0xfe)])?_0x288f40[_0x297c49(0xb9)]:{},_0x3869b9[_0x297c49(0x162)](_0x82556[_0x297c49(0x14a)],_0x3869b9['eACkg'])&&logger['warn']('Failed\x20to\x20retrieve\x20accessibility\x20results\x20('+_0x29bc0d+_0x297c49(0xea)+_0x82556[_0x297c49(0xc0)]?.[_0x297c49(0x11d)]),_0x3869b9[_0x297c49(0xc2)](_0x288f40[_0x297c49(0x14a)],_0x3869b9[_0x297c49(0x156)])&&logger[_0x297c49(0x13c)](_0x297c49(0xf3)+_0x29bc0d+_0x297c49(0xea)+_0x288f40['reason']?.[_0x297c49(0x11d)]);}}catch(_0x623c60){_0x273dad['error']=_0x623c60[_0x297c49(0x11d)]||_0x3869b9['aVeKh'],logger[_0x297c49(0x114)](_0x297c49(0xce)+_0x29bc0d+_0x297c49(0xea)+_0x273dad[_0x297c49(0x114)]);}return _0x273dad;},exports[a106_0x431f7e(0xdf)]=_0x4fcf8d=>{const _0x3e4920=a106_0x431f7e,_0x4c9c2e={};_0x4c9c2e['jvIIS']=function(_0x59b725,_0x51daee){return _0x59b725!==_0x51daee;};const _0x58e13b=_0x4c9c2e;_0x58e13b['jvIIS'](_0x4fcf8d[_0x3e4920(0x136)],undefined)&&(RETRY_CONFIG[_0x3e4920(0x136)]=Math[_0x3e4920(0x104)](0x0,_0x4fcf8d[_0x3e4920(0x136)])),_0x58e13b[_0x3e4920(0xbc)](_0x4fcf8d[_0x3e4920(0xc6)],undefined)&&(RETRY_CONFIG[_0x3e4920(0xc6)]=Math['max'](0x3e8,_0x4fcf8d[_0x3e4920(0xc6)])),logger['debug'](_0x3e4920(0xc7)+JSON[_0x3e4920(0x137)](RETRY_CONFIG));},exports[a106_0x431f7e(0x16f)]=()=>{const _0x3aef1b={...RETRY_CONFIG};return _0x3aef1b;},exports[a106_0x431f7e(0xee)]=_0x104c2b=>{const _0x31af0f={'cgLfC':function(_0x5cd61a,_0x2d2943){return _0x5cd61a(_0x2d2943);}};return _0x31af0f['cgLfC'](detectDriverType,_0x104c2b)['isPlaywright'];},exports['isSeleniumDriver']=_0x1f9a9d=>{const _0x44f401=a106_0x431f7e,_0x25fd33={'khRvZ':function(_0x276a04,_0x2fcd5e){return _0x276a04(_0x2fcd5e);},'AxrbV':function(_0x1095c9,_0x3f19a6){return _0x1095c9===_0x3f19a6;},'tpHYm':'selenium-webdriver'},{isPlaywright:_0x28cd6c,type:_0x52b71a}=_0x25fd33[_0x44f401(0x164)](detectDriverType,_0x1f9a9d);return!_0x28cd6c&&_0x25fd33['AxrbV'](_0x52b71a,_0x25fd33[_0x44f401(0x12d)]);},exports[a106_0x431f7e(0xeb)]=async(_0x3ac76e,_0x3c6dad=null)=>{const _0x5665f7=a106_0x431f7e,_0x20a33f={'OauBQ':function(_0x4bdc65,_0x5c0b9f){return _0x4bdc65(_0x5c0b9f);},'YDIHo':function(_0x3cfb4c,_0x206abb){return _0x3cfb4c===_0x206abb;},'UWERC':_0x5665f7(0x128)},{isPlaywright:_0x32b03d,type:_0x4b650a}=_0x20a33f[_0x5665f7(0x153)](detectDriverType,_0x3ac76e);if(!_0x32b03d)return logger['debug'](_0x5665f7(0x13d)+_0x4b650a+_0x5665f7(0xe9)),!![];const _0x297f77=_0x3c6dad||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x3ac76e&&_0x20a33f['YDIHo'](typeof _0x3ac76e[_0x5665f7(0x14c)],_0x20a33f[_0x5665f7(0x102)])&&(await _0x3ac76e['setDefaultTimeout'](_0x297f77),logger[_0x5665f7(0x150)](_0x5665f7(0x154)+_0x297f77+'ms')),!![];}catch(_0x2a616c){return logger[_0x5665f7(0x13c)](_0x5665f7(0x169)+_0x2a616c[_0x5665f7(0x11d)]),![];}},exports[a106_0x431f7e(0xdb)]=async(_0x2b1f0b,_0x2c3e1a=null)=>{const _0x41100b=a106_0x431f7e,_0x64fcf8={};_0x64fcf8[_0x41100b(0xcd)]=_0x41100b(0xf5),_0x64fcf8[_0x41100b(0xd3)]=function(_0x1f5fb3,_0x17db93){return _0x1f5fb3===_0x17db93;},_0x64fcf8[_0x41100b(0xda)]=_0x41100b(0x128),_0x64fcf8['bXGDo']=function(_0x98fec7,_0x3c91ae){return _0x98fec7===_0x3c91ae;},_0x64fcf8[_0x41100b(0x165)]='Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting',_0x64fcf8[_0x41100b(0xd2)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x45b419=_0x64fcf8;if(!exports[_0x41100b(0x179)](_0x2b1f0b))return logger[_0x41100b(0x13c)](_0x45b419[_0x41100b(0xcd)]),![];const _0x5ac385=_0x2c3e1a||RETRY_CONFIG[_0x41100b(0xf0)];try{if(_0x2b1f0b&&_0x45b419[_0x41100b(0xd3)](typeof _0x2b1f0b['manage'],_0x45b419['riJlN'])){const _0x174ad2=_0x2b1f0b[_0x41100b(0x149)]();if(_0x174ad2&&_0x45b419[_0x41100b(0xe8)](typeof _0x174ad2[_0x41100b(0x12a)],_0x45b419[_0x41100b(0xda)]))await _0x174ad2[_0x41100b(0x12a)]()[_0x41100b(0x118)](_0x5ac385),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5ac385+_0x41100b(0xe7));else{if(_0x174ad2&&_0x45b419[_0x41100b(0xe8)](typeof _0x174ad2['setTimeouts'],_0x45b419['riJlN'])){const _0x3934d7={};_0x3934d7[_0x41100b(0x135)]=_0x5ac385,await _0x174ad2['setTimeouts'](_0x3934d7),logger[_0x41100b(0x150)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x5ac385+_0x41100b(0xbe));}else{if(_0x174ad2&&_0x45b419[_0x41100b(0xd3)](typeof _0x174ad2[_0x41100b(0x118)],_0x45b419[_0x41100b(0xda)]))await _0x174ad2[_0x41100b(0x118)](_0x5ac385),logger[_0x41100b(0x150)](_0x41100b(0xb3)+_0x5ac385+_0x41100b(0x113));else return logger[_0x41100b(0x150)](_0x45b419[_0x41100b(0x165)]),!![];}}}else return logger['debug'](_0x45b419['TkcHV']),!![];return!![];}catch(_0x36e0be){return logger[_0x41100b(0x13c)](_0x41100b(0x11c)+_0x36e0be['message']),![];}},exports[a106_0x431f7e(0xd6)]=async(_0x261a31,_0x3478f9)=>{const _0x3bfc4a=a106_0x431f7e,_0x122411={'hQAQS':function(_0x44355b,_0x382c05){return _0x44355b(_0x382c05);},'gwSss':_0x3bfc4a(0xf1),'FvmTS':function(_0x5e3419,_0x15b751){return _0x5e3419<=_0x15b751;},'DhLJO':function(_0x1cbc1d,_0x2e1d07){return _0x1cbc1d+_0x2e1d07;},'zlPLu':function(_0x5f3e66,_0x109992){return _0x5f3e66+_0x109992;},'kRiyV':function(_0x5f415d,_0x4a2065){return _0x5f415d&&_0x4a2065;},'MlvCv':function(_0x83531e,_0x4e24a6,_0x6a6ceb){return _0x83531e(_0x4e24a6,_0x6a6ceb);},'LpYWr':'isMobilePlatform','TELIq':function(_0x1911ad,_0x1f9317,_0x3384a8){return _0x1911ad(_0x1f9317,_0x3384a8);},'uqlvN':'Unknown\x20error'},{isPlaywright:_0x2edbea,type:_0x14858d}=_0x122411[_0x3bfc4a(0x158)](detectDriverType,_0x261a31),_0xd18429=_0x2edbea?global[_0x3bfc4a(0x16d)]:accessibilityHelper[_0x3bfc4a(0x120)]()&&globals[_0x3bfc4a(0x10b)](_0x122411[_0x3bfc4a(0x173)]);if(!_0xd18429)return logger[_0x3bfc4a(0x13c)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x14858d+',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.'),![];let _0x38bf96=null;for(let _0x3e0228=0x1;_0x122411[_0x3bfc4a(0xd0)](_0x3e0228,_0x122411[_0x3bfc4a(0x131)](RETRY_CONFIG[_0x3bfc4a(0x136)],0x1));_0x3e0228++){try{logger[_0x3bfc4a(0x150)](_0x3bfc4a(0xb8)+_0x3e0228+'/'+_0x122411['zlPLu'](RETRY_CONFIG[_0x3bfc4a(0x136)],0x1)+'\x20('+_0x14858d+')');if(_0x122411[_0x3bfc4a(0x15f)](_0x2edbea,playwrightA11yHelper)){_0x122411[_0x3bfc4a(0xdc)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x3bfc4a(0xeb)](_0x261a31,RETRY_CONFIG['timeoutMs']);const _0x224d29={};_0x224d29[_0x3bfc4a(0xfc)]=!![];const _0x5f2522=global[_0x3bfc4a(0x129)]?Object['assign']({},_0x3478f9,_0x224d29):_0x3478f9;await _0x122411[_0x3bfc4a(0xdc)](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x261a31,scripts['saveTestResults'],_0x5f2522),RETRY_CONFIG['timeoutMs']),await exports[_0x3bfc4a(0xeb)](_0x261a31,RETRY_CONFIG[_0x3bfc4a(0xf0)]);}else{await exports[_0x3bfc4a(0xdb)](_0x261a31,RETRY_CONFIG[_0x3bfc4a(0xc6)]);const _0x1b5827={};_0x1b5827['is_mobile_session']=!![];const _0x3f51b5=globals['getGlobal'](_0x122411[_0x3bfc4a(0xc1)])?Object[_0x3bfc4a(0x13f)]({},_0x3478f9,_0x1b5827):_0x3478f9;await _0x122411[_0x3bfc4a(0x10a)](withTimeout,_0x261a31[_0x3bfc4a(0x147)](scripts[_0x3bfc4a(0x13e)],_0x3f51b5),RETRY_CONFIG[_0x3bfc4a(0xc6)]),await exports[_0x3bfc4a(0xdb)](_0x261a31,RETRY_CONFIG[_0x3bfc4a(0xf0)]);}return logger[_0x3bfc4a(0x141)](_0x3bfc4a(0x157)+_0x3e0228+'\x20('+_0x14858d+')'),!![];}catch(_0x1f7d2d){_0x38bf96=_0x1f7d2d,logger[_0x3bfc4a(0x13c)](_0x3bfc4a(0xb8)+_0x3e0228+_0x3bfc4a(0xd4)+_0x14858d+_0x3bfc4a(0x123)+_0x1f7d2d[_0x3bfc4a(0x11d)]);}}return logger[_0x3bfc4a(0x114)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x14858d+_0x3bfc4a(0xe4)+(_0x38bf96?.[_0x3bfc4a(0x11d)]||_0x122411[_0x3bfc4a(0xfd)])),![];};
|
|
1
|
+
const a106_0x1f263e=a106_0x2db0;(function(_0x4bac42,_0x19dc68){const _0xb659f0=a106_0x2db0,_0x33c684=_0x4bac42();while(!![]){try{const _0x5d6dab=parseInt(_0xb659f0(0x13b))/0x1+-parseInt(_0xb659f0(0x19d))/0x2+parseInt(_0xb659f0(0x152))/0x3+-parseInt(_0xb659f0(0x1b5))/0x4+-parseInt(_0xb659f0(0x150))/0x5*(-parseInt(_0xb659f0(0x1d4))/0x6)+-parseInt(_0xb659f0(0x171))/0x7*(-parseInt(_0xb659f0(0x1d9))/0x8)+-parseInt(_0xb659f0(0x17f))/0x9;if(_0x5d6dab===_0x19dc68)break;else _0x33c684['push'](_0x33c684['shift']());}catch(_0x4955d1){_0x33c684['push'](_0x33c684['shift']());}}}(a106_0x4425,0xa9c7c));const util=require(a106_0x1f263e(0x155)),logger=require(a106_0x1f263e(0x13a))['winstonLogger'],accessibilityHelper=require(a106_0x1f263e(0x192)),globals=require(a106_0x1f263e(0x1ac)),scripts=require(a106_0x1f263e(0x12c)),PerformanceTester=require(a106_0x1f263e(0x14f)),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants'),BrowserstackCLI=require(a106_0x1f263e(0x186));let playwrightA11yHelper=null;function a106_0x2db0(_0x54db9c,_0x513339){const _0x44258e=a106_0x4425();return a106_0x2db0=function(_0x2db0ca,_0x1d1d78){_0x2db0ca=_0x2db0ca-0x122;let _0x2066d8=_0x44258e[_0x2db0ca];return _0x2066d8;},a106_0x2db0(_0x54db9c,_0x513339);}function a106_0x4425(){const _0x51acb4=['playwright-codecept-driver','Accessibility\x20results\x20retrieval\x20attempt\x20','function','nfULW','ThEEe','QTFQK','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','options','LWYKd','wixcL','getRetryConfig','Page',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.','8708967bgCOIU','constructor','JJDDo','rbZkZ','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20','unknown','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','../../bin/v2/browserstackCLI','unknown_method','corBS','kKFEB','getAccessibilityResultsSummaryWithRetry','browserstackSessionName','getId','status','pIZnd',',\x20cannot\x20perform\x20scan\x20with\x20retry.','goto','setScriptTimeout','./helper','bstackA11yShouldScan','Playwright\x20accessibility\x20helper\x20not\x20available','saveAccessibilityResultsWithRetry','getCurrentUrl','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','hGiLQ','isAccessibilityPlatform','isAccessibilityAutomationSession','getInstance','reason','2456114pgGbzO','HuegR','isMobilePlatform','ms\x20using\x20timeouts()\x20API','SQlNm','accessibilityConfig','alNZC','YngbW','TKzna','kBUMY','hIaAB','Accessibility\x20scan\x20attempt\x20','APYiE',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','env','../globals','rCqqM','WCEul','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','setTimeouts','IwXfF','message','\x20failed\x20for\x20method:\x20','saveTestResults','2640320OYVojj','sRiTo','ZqNVE','cZhQk','hpjWQ','summary','ygtKD','isPlaywrightPage','AkwiF','eRtir','nGeLb','getSession','../../bin/playwright/accessibility-helper','WruWa','UeVsi','hizBZ','getCapabilities','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','getAccessibilityModule','yAxNG','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','EqRUJ','setPlaywrightScriptTimeout','mGPPp','url','EIepS','PERFORM_SCAN','Lilwi','timeouts','resolveMobileThTestRunUuid','yeeag','6IULERD','performScanWithRetry','USIgx','skBFK','updateRetryConfig','40VsgxFW','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','undefined','allSettled','max','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','tiLZa','VGDFp','maxRetries','rYUdm','bstackA11yScanOptions','\x20failed\x20(','Unknown\x20driver/page\x20type:\x20','selenium-webdriver','):\x20','debug','scanSucceeded','script','IHgNr','UBBwI','getGlobal','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','stringify','results','[Accessibility]\x20Scan\x20skipped\x20-\x20scanning\x20is\x20currently\x20disabled\x20(partial\x20scan\x20mode)','OcoUe','measureWrapper','setDefaultTimeout','is_mobile_session','./scripts','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','Playwright','ms\x20using\x20setScriptTimeout\x20API','KvnQo','isSeleniumDriver','race','timeoutMs','FSDDQ','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','\x20completed\x20successfully.','yjKVn','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','Comprehensive\x20accessibility\x20scan\x20failed\x20(','../logger','203540FVtLZE','xeRNT','EMdOn','info','ZIrfL','NCcwi','warn','isPlaywright','rflxo','assign','eZqgw','error','getAccessibilityResults','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','getAccessibilityResultsSummary','uSUbq','value','GfDAD','isRunning','../performance/performance-tester','4283700PLFDGv','playwright-page','3561255fRDVpK','rTkAR','ZzHQW','util','setSeleniumScriptTimeout','bTpqA','rmDAi','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20',').\x20Last\x20error:\x20','Jmipd','accessibilityPlatform','Unknown\x20error','oNgpw','Skipping\x20timeout\x20setting\x20for\x20','WjRiD','CuZTO','defaultTimeoutMs','getAccessibilityResultsWithRetry','capabilitiesList','fQafP','DFoxb','type',').\x20Error:\x20','rejected','diEPu','gumiD','Accessibility\x20results\x20save\x20attempt\x20','afFrP','\x20for\x20method:\x20','executeAsyncScript','TboqI','1825397kCqZdg'];a106_0x4425=function(){return _0x51acb4;};return a106_0x4425();}try{playwrightA11yHelper=require(a106_0x1f263e(0x1c1));}catch(a106_0x52409d){logger[a106_0x1f263e(0x1e8)](a106_0x1f263e(0x194));}const a106_0x665afb={};a106_0x665afb['maxRetries']=0x1,a106_0x665afb['timeoutMs']=0x7530,a106_0x665afb[a106_0x1f263e(0x162)]=0x7530;const RETRY_CONFIG=a106_0x665afb,setConfigTimeout=(_0x288d45,_0x197106=null)=>{const _0x4a8b5d=a106_0x1f263e,_0x222dc3={'hkmvn':function(_0x4d8fe2,_0x4b129a){return _0x4d8fe2===_0x4b129a;},'oNgpw':'scannerProcessingTimeout','IwXfF':function(_0x447922,_0x54ded7){return _0x447922*_0x54ded7;},'kBUMY':function(_0x1c55a2,_0x59937b){return _0x1c55a2(_0x59937b);}};if(BrowserstackCLI[_0x4a8b5d(0x19b)]()[_0x4a8b5d(0x14e)]()&&BrowserstackCLI[_0x4a8b5d(0x19b)]()[_0x4a8b5d(0x1c7)]()){const _0x5ca7eb=BrowserstackCLI[_0x4a8b5d(0x19b)]()[_0x4a8b5d(0x1c7)]()[_0x4a8b5d(0x1a2)],_0x20f897=_0x5ca7eb[_0x4a8b5d(0x179)][_0x4a8b5d(0x164)]||[];for(const _0x2c5091 of _0x20f897){_0x222dc3['hkmvn'](_0x2c5091['name'],_0x222dc3[_0x4a8b5d(0x15e)])&&_0x222dc3['hkmvn'](_0x197106,null)&&(_0x288d45[_0x4a8b5d(0x133)]=_0x222dc3[_0x4a8b5d(0x1b1)](_0x222dc3[_0x4a8b5d(0x1a6)](parseInt,_0x2c5091[_0x4a8b5d(0x14c)]),0x3e8));}}else process[_0x4a8b5d(0x1ab)][_0x4a8b5d(0x135)]&&(_0x288d45['timeoutMs']=_0x222dc3[_0x4a8b5d(0x1b1)](_0x222dc3['kBUMY'](parseInt,process['env'][_0x4a8b5d(0x135)]),0x3e8));},detectDriverType=_0x5957fc=>{const _0x33f095=a106_0x1f263e,_0x8593fd={};_0x8593fd['CuZTO']=_0x33f095(0x184),_0x8593fd[_0x33f095(0x137)]=function(_0xec28e0,_0x51b7af){return _0xec28e0===_0x51b7af;},_0x8593fd[_0x33f095(0x143)]=_0x33f095(0x174),_0x8593fd['DmOST']=function(_0x1e96c0,_0x42d267){return _0x1e96c0===_0x42d267;},_0x8593fd['UBBwI']=function(_0x37e97b,_0x328f78){return _0x37e97b===_0x328f78;},_0x8593fd[_0x33f095(0x19e)]=_0x33f095(0x151),_0x8593fd['AkwiF']=function(_0x33e09f,_0x61dea6){return _0x33e09f===_0x61dea6;},_0x8593fd['skBFK']=_0x33f095(0x1e6),_0x8593fd[_0x33f095(0x1c8)]=function(_0xac247c,_0x34cc10){return _0xac247c===_0x34cc10;},_0x8593fd[_0x33f095(0x177)]=_0x33f095(0x17d),_0x8593fd[_0x33f095(0x13f)]=function(_0x5e615f,_0x2361b1){return _0x5e615f===_0x2361b1;},_0x8593fd[_0x33f095(0x13d)]='WebDriver',_0x8593fd[_0x33f095(0x1ca)]=function(_0x513bb6,_0x56c9e9){return _0x513bb6===_0x56c9e9;},_0x8593fd['pRYEW']=_0x33f095(0x12e),_0x8593fd[_0x33f095(0x154)]=_0x33f095(0x172),_0x8593fd[_0x33f095(0x1ce)]=function(_0x1f37a0,_0x5053d5){return _0x1f37a0||_0x5053d5;},_0x8593fd[_0x33f095(0x1c3)]=_0x33f095(0x1db);const _0x49ecd1=_0x8593fd;if(!_0x5957fc){const _0x185b25={};return _0x185b25[_0x33f095(0x142)]=![],_0x185b25['type']=_0x49ecd1[_0x33f095(0x161)],_0x185b25;}if(_0x49ecd1[_0x33f095(0x137)](typeof _0x5957fc['evaluate'],_0x49ecd1[_0x33f095(0x143)])&&_0x49ecd1['DmOST'](typeof _0x5957fc[_0x33f095(0x1cd)],_0x49ecd1[_0x33f095(0x143)])&&_0x49ecd1[_0x33f095(0x122)](typeof _0x5957fc[_0x33f095(0x190)],_0x49ecd1[_0x33f095(0x143)])){const _0xeb483b={};return _0xeb483b['isPlaywright']=!![],_0xeb483b[_0x33f095(0x167)]=_0x49ecd1[_0x33f095(0x19e)],_0xeb483b;}if(_0x49ecd1[_0x33f095(0x122)](typeof _0x5957fc[_0x33f095(0x16f)],_0x49ecd1[_0x33f095(0x143)])&&_0x49ecd1[_0x33f095(0x1bd)](typeof _0x5957fc[_0x33f095(0x1c5)],_0x49ecd1[_0x33f095(0x143)])){const _0x548aee={};return _0x548aee['isPlaywright']=![],_0x548aee[_0x33f095(0x167)]=_0x49ecd1['skBFK'],_0x548aee;}const _0x422ca1=_0x5957fc[_0x33f095(0x180)]?.['name'];if(_0x49ecd1[_0x33f095(0x1c8)](_0x422ca1,_0x49ecd1[_0x33f095(0x177)])){const _0x15c16e={};return _0x15c16e[_0x33f095(0x142)]=!![],_0x15c16e['type']=_0x49ecd1['HuegR'],_0x15c16e;}if(_0x49ecd1[_0x33f095(0x13f)](_0x422ca1,_0x49ecd1['EMdOn'])){const _0x167ffa={};return _0x167ffa['isPlaywright']=![],_0x167ffa[_0x33f095(0x167)]=_0x49ecd1[_0x33f095(0x1d7)],_0x167ffa;}if(_0x49ecd1[_0x33f095(0x1ca)](_0x422ca1,_0x49ecd1['pRYEW'])){const _0x1c762a={};return _0x1c762a['isPlaywright']=!![],_0x1c762a[_0x33f095(0x167)]=_0x49ecd1[_0x33f095(0x154)],_0x1c762a;}logger[_0x33f095(0x141)](_0x33f095(0x1e5)+_0x49ecd1[_0x33f095(0x1ce)](_0x422ca1,_0x49ecd1[_0x33f095(0x1c3)]));const _0x4768d3={};return _0x4768d3['isPlaywright']=![],_0x4768d3[_0x33f095(0x167)]=_0x49ecd1[_0x33f095(0x161)],_0x4768d3;},withTimeout=(_0x11137b,_0x18d0af)=>{const _0x5315ff=a106_0x1f263e;return Promise[_0x5315ff(0x132)]([_0x11137b,new Promise((_0x2aed21,_0x361954)=>setTimeout(()=>_0x361954(new Error('Operation\x20timed\x20out\x20after\x20'+_0x18d0af+'ms')),_0x18d0af))]);};exports[a106_0x1f263e(0x1d5)]=async(_0x5641d7,_0x5ce888=null,_0x270bfd=null,_0x5efe13=![],_0x175ce2=null)=>{const _0x11ba5a=a106_0x1f263e,_0x18bf9a={'OcoUe':function(_0x2c0ae0,_0x5cf443){return _0x2c0ae0&&_0x5cf443;},'FSDDQ':function(_0x26c507,_0x218d16,_0x15a8a7){return _0x26c507(_0x218d16,_0x15a8a7);},'alNZC':function(_0x33eebd,_0x23cc23){return _0x33eebd===_0x23cc23;},'eSace':_0x11ba5a(0x172),'yeeag':function(_0x51fe77,_0x3f3bc0,_0xae4ec1){return _0x51fe77(_0x3f3bc0,_0xae4ec1);},'rTkAR':function(_0x13bbfb,_0x384497,_0x11c909){return _0x13bbfb(_0x384497,_0x11c909);},'Lilwi':function(_0x5e2759,_0x406807){return _0x5e2759(_0x406807);},'KvnQo':function(_0x2eee35,_0x19170c){return _0x2eee35||_0x19170c;},'xeRNT':function(_0x2c3bc5,_0x1c91eb){return _0x2c3bc5!==_0x1c91eb;},'ZqNVE':_0x11ba5a(0x199),'LWYKd':function(_0x410b8d,_0x79f3e6){return _0x410b8d!==_0x79f3e6;},'kKFEB':_0x11ba5a(0x193),'TboqI':function(_0x461eef,_0x2d0efb){return _0x461eef===_0x2d0efb;},'fQafP':_0x11ba5a(0x127),'LDHjm':_0x11ba5a(0x187),'nfULW':_0x11ba5a(0x174),'GfDAD':function(_0x2150f1,_0x2181be){return _0x2150f1===_0x2181be;},'AAEXP':function(_0x399e8d,_0x325db6){return _0x399e8d<=_0x325db6;},'MCxhD':function(_0x2b6f01,_0x1db5ab){return _0x2b6f01+_0x1db5ab;},'VGDFp':function(_0x385f60,_0x1d0925){return _0x385f60+_0x1d0925;},'nGeLb':_0x11ba5a(0x15d)},{isPlaywright:_0x4d46b7,type:_0x27cd29}=_0x18bf9a[_0x11ba5a(0x1d0)](detectDriverType,_0x5641d7),_0x582ae5=_0x5efe13?_0x18bf9a[_0x11ba5a(0x130)](_0x175ce2,{}):global[_0x11ba5a(0x1e3)]||{},_0x203644=_0x4d46b7?global[_0x11ba5a(0x15c)]&&(_0x5efe13||_0x18bf9a[_0x11ba5a(0x13c)](global[_0x11ba5a(0x193)],![])):accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x11ba5a(0x123)](_0x18bf9a['ZqNVE'])&&(_0x5efe13||_0x18bf9a[_0x11ba5a(0x17a)](globals['getGlobal'](_0x18bf9a[_0x11ba5a(0x189)]),![]));if(!_0x203644)return _0x4d46b7&&global[_0x11ba5a(0x15c)]&&_0x18bf9a['alNZC'](global[_0x11ba5a(0x193)],![])||!_0x4d46b7&&globals['getGlobal'](_0x18bf9a[_0x11ba5a(0x1b7)])&&_0x18bf9a[_0x11ba5a(0x170)](globals[_0x11ba5a(0x123)](_0x18bf9a[_0x11ba5a(0x189)]),![])?logger['debug'](_0x18bf9a[_0x11ba5a(0x165)]):logger['warn']('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x27cd29+_0x11ba5a(0x18f)),![];const _0x961d18=_0x5ce888||global[_0x11ba5a(0x18b)]||_0x18bf9a['LDHjm'];let _0x48ca82=null;const _0x2e0db1={'testhub_btcer_uuid':global['__workerDetails']?.['currentTest']?.['id'],'url':_0x18bf9a[_0x11ba5a(0x170)](typeof _0x5641d7[_0x11ba5a(0x1cd)],_0x18bf9a[_0x11ba5a(0x175)])?await _0x5641d7['url']():_0x18bf9a[_0x11ba5a(0x14d)](typeof _0x5641d7[_0x11ba5a(0x196)],_0x18bf9a[_0x11ba5a(0x175)])?await _0x5641d7[_0x11ba5a(0x196)]():'','automate_session_id':_0x18bf9a[_0x11ba5a(0x14d)](typeof _0x5641d7[_0x11ba5a(0x1c0)],_0x18bf9a[_0x11ba5a(0x175)])?(await _0x5641d7[_0x11ba5a(0x1c0)]())[_0x11ba5a(0x18c)]():''};for(let _0x534dfc=0x1;_0x18bf9a['AAEXP'](_0x534dfc,_0x18bf9a['MCxhD'](RETRY_CONFIG[_0x11ba5a(0x1e1)],0x1));_0x534dfc++){try{return logger['debug'](_0x11ba5a(0x1a8)+_0x534dfc+'/'+_0x18bf9a[_0x11ba5a(0x1e0)](RETRY_CONFIG['maxRetries'],0x1)+_0x11ba5a(0x16e)+_0x961d18+'\x20('+_0x27cd29+')'),await PerformanceTester[_0x11ba5a(0x129)](PerformanceA11yEvents[_0x11ba5a(0x1cf)],async()=>{const _0x21c73e=_0x11ba5a;let _0x1f9281;if(_0x18bf9a[_0x21c73e(0x128)](_0x4d46b7,playwrightA11yHelper)){_0x18bf9a[_0x21c73e(0x134)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x21c73e(0x1cb)](_0x5641d7,RETRY_CONFIG[_0x21c73e(0x133)]);let _0x1b1c15=_0x5641d7;_0x18bf9a[_0x21c73e(0x1a3)](_0x27cd29,_0x18bf9a['eSace'])&&(_0x1b1c15=_0x5641d7['page']);const _0x58ec18=global['isMobilePlatform']?{'is_mobile_session':!![],'thTestRunUuid':accessibilityHelper[_0x21c73e(0x1d2)]()}:{};_0x1f9281=await _0x18bf9a[_0x21c73e(0x1d3)](withTimeout,playwrightA11yHelper['performScan'](_0x1b1c15,_0x961d18,_0x582ae5,_0x58ec18),RETRY_CONFIG[_0x21c73e(0x133)]),await exports[_0x21c73e(0x1cb)](_0x5641d7,RETRY_CONFIG[_0x21c73e(0x162)]);}else await exports[_0x21c73e(0x156)](_0x5641d7,RETRY_CONFIG[_0x21c73e(0x133)]),_0x1f9281=await _0x18bf9a[_0x21c73e(0x153)](withTimeout,accessibilityHelper['performScan'](_0x5641d7,_0x961d18,_0x5efe13,_0x582ae5),RETRY_CONFIG[_0x21c73e(0x133)]),await exports['setSeleniumScriptTimeout'](_0x5641d7,RETRY_CONFIG[_0x21c73e(0x162)]);logger[_0x21c73e(0x1e8)]('Scan\x20attempt\x20'+_0x534dfc+_0x21c73e(0x136));},{'command':_0x961d18,..._0x2e0db1})(),logger[_0x11ba5a(0x13e)]('Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20'+_0x534dfc+'.'),!![];}catch(_0x4ef5f0){_0x48ca82=_0x4ef5f0,logger[_0x11ba5a(0x1e8)](_0x11ba5a(0x1a8)+_0x534dfc+_0x11ba5a(0x1b3)+_0x961d18+'\x20('+_0x27cd29+_0x11ba5a(0x168)+_0x4ef5f0[_0x11ba5a(0x1b2)]);}}return logger[_0x11ba5a(0x146)](_0x11ba5a(0x1c6)+_0x961d18+'\x20('+_0x27cd29+')\x20with\x20error:\x20'+(_0x48ca82?.['message']||_0x18bf9a[_0x11ba5a(0x1bf)])),![];},exports[a106_0x1f263e(0x163)]=async(_0x3ebead,_0x56e278)=>{const _0xbf25f3=a106_0x1f263e,_0x4be950={'qDMEV':function(_0xa4f8c,_0x526fe9){return _0xa4f8c(_0x526fe9);},'Jmipd':_0xbf25f3(0x199),'corBS':function(_0x37a0f2,_0x2c3934){return _0x37a0f2<=_0x2c3934;},'DFoxb':function(_0x5ce00e,_0x39d378){return _0x5ce00e+_0x39d378;},'WCEul':function(_0x23da2b,_0x4a757c){return _0x23da2b&&_0x4a757c;},'uSUbq':function(_0x247df2,_0xe24368,_0x3e0ab0){return _0x247df2(_0xe24368,_0x3e0ab0);},'ygtKD':function(_0x3eb9a4,_0x20ee54,_0x38f18a){return _0x3eb9a4(_0x20ee54,_0x38f18a);},'cZhQk':_0xbf25f3(0x15d)},{isPlaywright:_0xf58949,type:_0x52744a}=_0x4be950['qDMEV'](detectDriverType,_0x3ebead),_0x3c1218=_0xf58949?_0x56e278[_0xbf25f3(0x15c)]:accessibilityHelper[_0xbf25f3(0x19a)]()&&globals['getGlobal'](_0x4be950[_0xbf25f3(0x15b)]);if(!_0x3c1218)return logger[_0xbf25f3(0x141)](_0xbf25f3(0x138)+_0x52744a+_0xbf25f3(0x17e)),[];let _0x525d4e=null;for(let _0x1ab12e=0x1;_0x4be950[_0xbf25f3(0x188)](_0x1ab12e,_0x4be950[_0xbf25f3(0x166)](RETRY_CONFIG[_0xbf25f3(0x1e1)],0x1));_0x1ab12e++){try{logger[_0xbf25f3(0x1e8)](_0xbf25f3(0x173)+_0x1ab12e+'/'+_0x4be950['DFoxb'](RETRY_CONFIG[_0xbf25f3(0x1e1)],0x1)+'\x20('+_0x52744a+')');let _0x549461;return _0x4be950[_0xbf25f3(0x1ae)](_0xf58949,playwrightA11yHelper)?(_0x4be950[_0xbf25f3(0x14b)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0xbf25f3(0x1cb)](_0x3ebead,RETRY_CONFIG['timeoutMs']),_0x549461=await _0x4be950[_0xbf25f3(0x14b)](withTimeout,playwrightA11yHelper[_0xbf25f3(0x147)](_0x3ebead),RETRY_CONFIG[_0xbf25f3(0x133)]),await exports[_0xbf25f3(0x1cb)](_0x3ebead,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0xbf25f3(0x156)](_0x3ebead,RETRY_CONFIG[_0xbf25f3(0x133)]),_0x549461=await _0x4be950[_0xbf25f3(0x1bb)](withTimeout,accessibilityHelper[_0xbf25f3(0x147)](_0x3ebead,_0x56e278),RETRY_CONFIG['timeoutMs']),await exports[_0xbf25f3(0x156)](_0x3ebead,RETRY_CONFIG['defaultTimeoutMs'])),logger['info'](_0xbf25f3(0x159)+_0x1ab12e+'\x20('+_0x52744a+')'),_0x549461;}catch(_0x3d0fb4){_0x525d4e=_0x3d0fb4,logger[_0xbf25f3(0x141)](_0xbf25f3(0x173)+_0x1ab12e+_0xbf25f3(0x1e4)+_0x52744a+_0xbf25f3(0x168)+_0x3d0fb4[_0xbf25f3(0x1b2)]);}}return logger[_0xbf25f3(0x146)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x52744a+_0xbf25f3(0x15a)+(_0x525d4e?.[_0xbf25f3(0x1b2)]||_0x4be950[_0xbf25f3(0x1b8)])),[];},exports[a106_0x1f263e(0x18a)]=async(_0x57fc97,_0x197047)=>{const _0x441704=a106_0x1f263e,_0x36a618={'SmlTM':function(_0x1bd953,_0x164ba9){return _0x1bd953(_0x164ba9);},'ovXEh':_0x441704(0x199),'wixcL':function(_0x4f1515,_0x34ef9e){return _0x4f1515<=_0x34ef9e;},'hGiLQ':function(_0x42c53e,_0x3f0022){return _0x42c53e+_0x3f0022;},'diEPu':function(_0x165790,_0x1a0e93){return _0x165790+_0x1a0e93;},'eZqgw':function(_0xdc86ba,_0x4ffd75){return _0xdc86ba&&_0x4ffd75;},'LFaQm':function(_0x598d8b,_0x493ac6,_0x47078c){return _0x598d8b(_0x493ac6,_0x47078c);},'SWSvP':function(_0x51c3db,_0x14f032,_0x307c90){return _0x51c3db(_0x14f032,_0x307c90);},'AyShi':function(_0x49680f,_0x4a800f,_0x3b78e9){return _0x49680f(_0x4a800f,_0x3b78e9);},'eRtir':_0x441704(0x15d)},{isPlaywright:_0x1114ef,type:_0xf81c4e}=_0x36a618['SmlTM'](detectDriverType,_0x57fc97),_0x21afc9=_0x1114ef?_0x197047[_0x441704(0x15c)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x441704(0x123)](_0x36a618['ovXEh']);if(!_0x21afc9)return logger[_0x441704(0x141)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0xf81c4e+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x4a797a=null;for(let _0x30f564=0x1;_0x36a618[_0x441704(0x17b)](_0x30f564,_0x36a618[_0x441704(0x198)](RETRY_CONFIG[_0x441704(0x1e1)],0x1));_0x30f564++){try{logger[_0x441704(0x1e8)](_0x441704(0x1c9)+_0x30f564+'/'+_0x36a618[_0x441704(0x16a)](RETRY_CONFIG[_0x441704(0x1e1)],0x1)+'\x20('+_0xf81c4e+')');let _0x4b2729;return _0x36a618[_0x441704(0x145)](_0x1114ef,playwrightA11yHelper)?(_0x36a618['LFaQm'](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x57fc97,RETRY_CONFIG['timeoutMs']),_0x4b2729=await _0x36a618['SWSvP'](withTimeout,playwrightA11yHelper[_0x441704(0x14a)](_0x57fc97),RETRY_CONFIG[_0x441704(0x133)]),await exports[_0x441704(0x1cb)](_0x57fc97,RETRY_CONFIG[_0x441704(0x162)])):(await exports[_0x441704(0x156)](_0x57fc97,RETRY_CONFIG['timeoutMs']),_0x4b2729=await _0x36a618['AyShi'](withTimeout,accessibilityHelper[_0x441704(0x14a)](_0x57fc97,_0x197047),RETRY_CONFIG[_0x441704(0x133)]),await exports[_0x441704(0x156)](_0x57fc97,RETRY_CONFIG[_0x441704(0x162)])),logger[_0x441704(0x13e)](_0x441704(0x12d)+_0x30f564+'\x20('+_0xf81c4e+')'),_0x4b2729;}catch(_0x4a4506){_0x4a797a=_0x4a4506,logger[_0x441704(0x141)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x30f564+_0x441704(0x1e4)+_0xf81c4e+_0x441704(0x168)+_0x4a4506['message']);}}return logger[_0x441704(0x146)](_0x441704(0x148)+_0xf81c4e+_0x441704(0x15a)+(_0x4a797a?.['message']||_0x36a618[_0x441704(0x1be)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0x1871ec,_0x3c7fca,_0x3bd567=null)=>{const _0xe9dfcf=a106_0x1f263e,_0x3c60dc={'rbZkZ':function(_0x189ef3,_0x3af24b){return _0x189ef3(_0x3af24b);},'hizBZ':function(_0x38bde0,_0x5a66dd){return _0x38bde0===_0x5a66dd;},'hIaAB':'fulfilled','SQlNm':_0xe9dfcf(0x169),'YngbW':function(_0x209fe4,_0x280ed7){return _0x209fe4===_0x280ed7;},'gqkTp':'Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan'},{isPlaywright:_0x19b0e4,type:_0x3d1777}=_0x3c60dc[_0xe9dfcf(0x182)](detectDriverType,_0x1871ec),_0x4fca78={};_0x4fca78['scanSucceeded']=![],_0x4fca78[_0xe9dfcf(0x126)]=[],_0x4fca78[_0xe9dfcf(0x1ba)]={},_0x4fca78['error']=null,_0x4fca78['driverType']=_0x3d1777;const _0xb71d48=_0x4fca78;try{_0xb71d48[_0xe9dfcf(0x1e9)]=await exports[_0xe9dfcf(0x1d5)](_0x1871ec,_0x3bd567);if(_0xb71d48[_0xe9dfcf(0x1e9)]){const [_0x4e8dde,_0x465118]=await Promise[_0xe9dfcf(0x1dc)]([exports['getAccessibilityResultsWithRetry'](_0x1871ec,_0x3c7fca),exports[_0xe9dfcf(0x18a)](_0x1871ec,_0x3c7fca)]);_0xb71d48[_0xe9dfcf(0x126)]=_0x3c60dc[_0xe9dfcf(0x1c4)](_0x4e8dde[_0xe9dfcf(0x18d)],_0x3c60dc['hIaAB'])?_0x4e8dde[_0xe9dfcf(0x14c)]:[],_0xb71d48[_0xe9dfcf(0x1ba)]=_0x3c60dc[_0xe9dfcf(0x1c4)](_0x465118['status'],_0x3c60dc[_0xe9dfcf(0x1a7)])?_0x465118[_0xe9dfcf(0x14c)]:{},_0x3c60dc[_0xe9dfcf(0x1c4)](_0x4e8dde[_0xe9dfcf(0x18d)],_0x3c60dc[_0xe9dfcf(0x1a1)])&&logger[_0xe9dfcf(0x141)](_0xe9dfcf(0x178)+_0x3d1777+_0xe9dfcf(0x1e7)+_0x4e8dde[_0xe9dfcf(0x19c)]?.[_0xe9dfcf(0x1b2)]),_0x3c60dc[_0xe9dfcf(0x1a4)](_0x465118[_0xe9dfcf(0x18d)],_0x3c60dc['SQlNm'])&&logger[_0xe9dfcf(0x141)](_0xe9dfcf(0x1af)+_0x3d1777+_0xe9dfcf(0x1e7)+_0x465118[_0xe9dfcf(0x19c)]?.[_0xe9dfcf(0x1b2)]);}}catch(_0xea6839){_0xb71d48['error']=_0xea6839[_0xe9dfcf(0x1b2)]||_0x3c60dc['gqkTp'],logger['error'](_0xe9dfcf(0x139)+_0x3d1777+_0xe9dfcf(0x1e7)+_0xb71d48[_0xe9dfcf(0x146)]);}return _0xb71d48;},exports[a106_0x1f263e(0x1d8)]=_0xa98382=>{const _0x27f102=a106_0x1f263e,_0x35e7a8={};_0x35e7a8[_0x27f102(0x160)]=function(_0x5cfafc,_0xefbe9b){return _0x5cfafc!==_0xefbe9b;};const _0x55f762=_0x35e7a8;_0x55f762['WjRiD'](_0xa98382[_0x27f102(0x1e1)],undefined)&&(RETRY_CONFIG[_0x27f102(0x1e1)]=Math[_0x27f102(0x1dd)](0x0,_0xa98382[_0x27f102(0x1e1)])),_0x55f762['WjRiD'](_0xa98382['timeoutMs'],undefined)&&(RETRY_CONFIG['timeoutMs']=Math[_0x27f102(0x1dd)](0x3e8,_0xa98382[_0x27f102(0x133)])),logger[_0x27f102(0x1e8)]('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON[_0x27f102(0x125)](RETRY_CONFIG));},exports[a106_0x1f263e(0x17c)]=()=>{const _0x5af69e={...RETRY_CONFIG};return _0x5af69e;},exports[a106_0x1f263e(0x1bc)]=_0x433616=>{const _0xf1d369=a106_0x1f263e,_0xe06599={'XeBHi':function(_0x26f7b8,_0x577f0e){return _0x26f7b8(_0x577f0e);}};return _0xe06599['XeBHi'](detectDriverType,_0x433616)[_0xf1d369(0x142)];},exports[a106_0x1f263e(0x131)]=_0x381c5c=>{const _0x31411e=a106_0x1f263e,_0x1196f3={'pIZnd':function(_0x3bb735,_0x7b65a0){return _0x3bb735(_0x7b65a0);},'APYiE':function(_0x51b0ba,_0xfe32c8){return _0x51b0ba===_0xfe32c8;},'mGPPp':'selenium-webdriver'},{isPlaywright:_0x3ac12b,type:_0x51ad55}=_0x1196f3[_0x31411e(0x18e)](detectDriverType,_0x381c5c);return!_0x3ac12b&&_0x1196f3[_0x31411e(0x1a9)](_0x51ad55,_0x1196f3[_0x31411e(0x1cc)]);},exports[a106_0x1f263e(0x1cb)]=async(_0x477532,_0x1b481e=null)=>{const _0x2f508c=a106_0x1f263e,_0x3045ff={'rmDAi':function(_0x461b44,_0x13772e){return _0x461b44(_0x13772e);},'TKzna':function(_0x148184,_0x370ca9){return _0x148184===_0x370ca9;},'bTpqA':_0x2f508c(0x174)},{isPlaywright:_0x5c0930,type:_0x1854fb}=_0x3045ff[_0x2f508c(0x158)](detectDriverType,_0x477532);if(!_0x5c0930)return logger['debug'](_0x2f508c(0x15f)+_0x1854fb+'\x20-\x20not\x20applicable'),!![];const _0x2c27a1=_0x1b481e||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x477532&&_0x3045ff[_0x2f508c(0x1a5)](typeof _0x477532['setDefaultTimeout'],_0x3045ff[_0x2f508c(0x157)])&&(await _0x477532[_0x2f508c(0x12a)](_0x2c27a1),logger[_0x2f508c(0x1e8)](_0x2f508c(0x149)+_0x2c27a1+'ms')),!![];}catch(_0x2008dc){return logger[_0x2f508c(0x141)](_0x2f508c(0x185)+_0x2008dc[_0x2f508c(0x1b2)]),![];}},exports[a106_0x1f263e(0x156)]=async(_0x1cd45d,_0x5a6b82=null)=>{const _0x1b83ca=a106_0x1f263e,_0x5f5cfb={};_0x5f5cfb[_0x1b83ca(0x1b6)]=_0x1b83ca(0x1de),_0x5f5cfb[_0x1b83ca(0x181)]=function(_0x59ab1d,_0x22cb39){return _0x59ab1d===_0x22cb39;},_0x5f5cfb[_0x1b83ca(0x1df)]=_0x1b83ca(0x174),_0x5f5cfb[_0x1b83ca(0x1d6)]=_0x1b83ca(0x1da),_0x5f5cfb[_0x1b83ca(0x16b)]='Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting';const _0x213a9c=_0x5f5cfb;if(!exports[_0x1b83ca(0x131)](_0x1cd45d))return logger['warn'](_0x213a9c[_0x1b83ca(0x1b6)]),![];const _0x32a02d=_0x5a6b82||RETRY_CONFIG[_0x1b83ca(0x162)];try{if(_0x1cd45d&&_0x213a9c[_0x1b83ca(0x181)](typeof _0x1cd45d['manage'],_0x213a9c['tiLZa'])){const _0x58871e=_0x1cd45d['manage']();if(_0x58871e&&_0x213a9c[_0x1b83ca(0x181)](typeof _0x58871e[_0x1b83ca(0x1d1)],_0x213a9c[_0x1b83ca(0x1df)]))await _0x58871e['timeouts']()[_0x1b83ca(0x191)](_0x32a02d),logger[_0x1b83ca(0x1e8)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x32a02d+_0x1b83ca(0x1a0));else{if(_0x58871e&&_0x213a9c[_0x1b83ca(0x181)](typeof _0x58871e[_0x1b83ca(0x1b0)],_0x213a9c[_0x1b83ca(0x1df)])){const _0x5be206={};_0x5be206[_0x1b83ca(0x1ea)]=_0x32a02d,await _0x58871e[_0x1b83ca(0x1b0)](_0x5be206),logger[_0x1b83ca(0x1e8)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x32a02d+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x58871e&&_0x213a9c['JJDDo'](typeof _0x58871e[_0x1b83ca(0x191)],_0x213a9c['tiLZa']))await _0x58871e[_0x1b83ca(0x191)](_0x32a02d),logger[_0x1b83ca(0x1e8)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x32a02d+_0x1b83ca(0x12f));else return logger[_0x1b83ca(0x1e8)](_0x213a9c['USIgx']),!![];}}}else return logger[_0x1b83ca(0x1e8)](_0x213a9c[_0x1b83ca(0x16b)]),!![];return!![];}catch(_0x47301e){return logger[_0x1b83ca(0x141)](_0x1b83ca(0x183)+_0x47301e[_0x1b83ca(0x1b2)]),![];}},exports[a106_0x1f263e(0x195)]=async(_0x2107bd,_0x55fac2)=>{const _0x42c67f=a106_0x1f263e,_0x36a1e2={'afFrP':function(_0x1ad697,_0x51ac9d){return _0x1ad697(_0x51ac9d);},'WruWa':_0x42c67f(0x199),'GjVqm':function(_0x527c68,_0x1b7421){return _0x527c68<=_0x1b7421;},'rYUdm':function(_0x55797d,_0x30fad3){return _0x55797d+_0x30fad3;},'IHgNr':function(_0x17e4a0,_0x5c7ae7){return _0x17e4a0+_0x5c7ae7;},'hpjWQ':function(_0x3bdee0,_0x333733){return _0x3bdee0&&_0x333733;},'rCqqM':function(_0x2c3f7a,_0x19e77d,_0x1d139c){return _0x2c3f7a(_0x19e77d,_0x1d139c);},'NCcwi':_0x42c67f(0x19f),'ThEEe':'Unknown\x20error'},{isPlaywright:_0x26c56d,type:_0x4c2dd1}=_0x36a1e2[_0x42c67f(0x16d)](detectDriverType,_0x2107bd),_0x5765da=_0x26c56d?global[_0x42c67f(0x15c)]:accessibilityHelper[_0x42c67f(0x19a)]()&&globals[_0x42c67f(0x123)](_0x36a1e2[_0x42c67f(0x1c2)]);if(!_0x5765da)return logger[_0x42c67f(0x141)](_0x42c67f(0x138)+_0x4c2dd1+_0x42c67f(0x1aa)),![];let _0x213955=null;for(let _0x13db3c=0x1;_0x36a1e2['GjVqm'](_0x13db3c,_0x36a1e2[_0x42c67f(0x1e2)](RETRY_CONFIG[_0x42c67f(0x1e1)],0x1));_0x13db3c++){try{logger[_0x42c67f(0x1e8)](_0x42c67f(0x16c)+_0x13db3c+'/'+_0x36a1e2[_0x42c67f(0x1eb)](RETRY_CONFIG[_0x42c67f(0x1e1)],0x1)+'\x20('+_0x4c2dd1+')');if(_0x36a1e2[_0x42c67f(0x1b9)](_0x26c56d,playwrightA11yHelper)){_0x36a1e2[_0x42c67f(0x1ad)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x42c67f(0x1cb)](_0x2107bd,RETRY_CONFIG[_0x42c67f(0x133)]);const _0x35d484={};_0x35d484[_0x42c67f(0x12b)]=!![];const _0x1aa9a2=global[_0x42c67f(0x19f)]?Object[_0x42c67f(0x144)]({},_0x55fac2,_0x35d484):_0x55fac2;await _0x36a1e2[_0x42c67f(0x1ad)](withTimeout,playwrightA11yHelper['browserStackEvaluate'](_0x2107bd,scripts[_0x42c67f(0x1b4)],_0x1aa9a2),RETRY_CONFIG[_0x42c67f(0x133)]),await exports[_0x42c67f(0x1cb)](_0x2107bd,RETRY_CONFIG[_0x42c67f(0x162)]);}else{await exports[_0x42c67f(0x156)](_0x2107bd,RETRY_CONFIG[_0x42c67f(0x133)]);const _0x39bd00={};_0x39bd00[_0x42c67f(0x12b)]=!![];const _0x2f1991=globals[_0x42c67f(0x123)](_0x36a1e2[_0x42c67f(0x140)])?Object[_0x42c67f(0x144)]({},_0x55fac2,_0x39bd00):_0x55fac2;await _0x36a1e2['rCqqM'](withTimeout,_0x2107bd[_0x42c67f(0x16f)](scripts[_0x42c67f(0x1b4)],_0x2f1991),RETRY_CONFIG[_0x42c67f(0x133)]),await exports[_0x42c67f(0x156)](_0x2107bd,RETRY_CONFIG[_0x42c67f(0x162)]);}return logger[_0x42c67f(0x13e)](_0x42c67f(0x197)+_0x13db3c+'\x20('+_0x4c2dd1+')'),!![];}catch(_0x19bf15){_0x213955=_0x19bf15,logger[_0x42c67f(0x141)]('Accessibility\x20results\x20save\x20attempt\x20'+_0x13db3c+_0x42c67f(0x1e4)+_0x4c2dd1+').\x20Error:\x20'+_0x19bf15['message']);}}return logger[_0x42c67f(0x146)](_0x42c67f(0x124)+_0x4c2dd1+').\x20Last\x20error:\x20'+(_0x213955?.[_0x42c67f(0x1b2)]||_0x36a1e2[_0x42c67f(0x176)])),![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a107_0x43041e=a107_0x405a;function a107_0xb66b(){var _0x1d0076=['30XatYWA','https://accessibility.browserstack.com/api','342509WXwlek','141','30399cRwYOm','API_URL','display_name','chromium','min_version_non_browserstack','min_version_browserstack','1393144NajTKK','Chrome','10brTorZ','Safari','1744443vBkTlG','requires_chrome_options_check','179106twsPVw','playwright-chromium','5387492wfEDVV','14BTaXyQ','safari','2WWLyAj','chromefortesting','MINIMUM_SAFARI_VERSION','ACCESSIBILITY_SUPPORTED_BROWSERS','1237788mYNfNA'];a107_0xb66b=function(){return _0x1d0076;};return a107_0xb66b();}(function(_0x5553a3,_0x22e771){var _0x37dc5f=a107_0x405a,_0x9f4800=_0x5553a3();while(!![]){try{var _0x52dc48=-parseInt(_0x37dc5f(0x193))/0x1+parseInt(_0x37dc5f(0x18c))/0x2*(parseInt(_0x37dc5f(0x195))/0x3)+-parseInt(_0x37dc5f(0x190))/0x4+-parseInt(_0x37dc5f(0x191))/0x5*(-parseInt(_0x37dc5f(0x1a1))/0x6)+-parseInt(_0x37dc5f(0x1a4))/0x7*(-parseInt(_0x37dc5f(0x19b))/0x8)+-parseInt(_0x37dc5f(0x19f))/0x9*(parseInt(_0x37dc5f(0x19d))/0xa)+parseInt(_0x37dc5f(0x1a3))/0xb;if(_0x52dc48===_0x22e771)break;else _0x9f4800['push'](_0x9f4800['shift']());}catch(_0x9e6c19){_0x9f4800['push'](_0x9f4800['shift']());}}}(a107_0xb66b,0x2c50a),exports[a107_0x43041e(0x196)]=a107_0x43041e(0x192),exports['MINIMUM_BROWSER_VERSION_ACCESSIBILITY']='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']='100',exports['MINIMUM_CHROMEFORTESTING_VERSION']=a107_0x43041e(0x194),exports[a107_0x43041e(0x18e)]='18.4');function a107_0x405a(_0x189d33,_0x4d2a93){var _0xb66b27=a107_0xb66b();return a107_0x405a=function(_0x405aa9,_0xb2c914){_0x405aa9=_0x405aa9-0x18b;var _0x3a7bb4=_0xb66b27[_0x405aa9];return _0x3a7bb4;},a107_0x405a(_0x189d33,_0x4d2a93);}var a107_0x2974f3={};a107_0x2974f3[a107_0x43041e(0x197)]='Chrome',a107_0x2974f3['min_version_browserstack']=0x5e,a107_0x2974f3[a107_0x43041e(0x199)]=0x64,a107_0x2974f3[a107_0x43041e(0x1a0)]=!![];var a107_0x360783={};a107_0x360783[a107_0x43041e(0x197)]=a107_0x43041e(0x19c),a107_0x360783[a107_0x43041e(0x19a)]=0x5e,a107_0x360783['min_version_non_browserstack']=0x64,a107_0x360783[a107_0x43041e(0x1a0)]=!![];var a107_0x2fa802={};a107_0x2fa802['display_name']=a107_0x43041e(0x19c),a107_0x2fa802[a107_0x43041e(0x19a)]=0x5e,a107_0x2fa802[a107_0x43041e(0x199)]=0x64,a107_0x2fa802[a107_0x43041e(0x1a0)]=!![];var a107_0x31f989={};a107_0x31f989[a107_0x43041e(0x197)]='ChromeForTesting',a107_0x31f989[a107_0x43041e(0x19a)]=0x8d,a107_0x31f989['min_version_non_browserstack']=0x8d,a107_0x31f989[a107_0x43041e(0x1a0)]=!![];var a107_0x1f829a={};a107_0x1f829a[a107_0x43041e(0x197)]=a107_0x43041e(0x19e),a107_0x1f829a[a107_0x43041e(0x19a)]=18.4,a107_0x1f829a[a107_0x43041e(0x199)]=18.4,a107_0x1f829a[a107_0x43041e(0x1a0)]=![];var a107_0x2c8cea={};a107_0x2c8cea['chrome']=a107_0x2974f3,a107_0x2c8cea[a107_0x43041e(0x198)]=a107_0x360783,a107_0x2c8cea[a107_0x43041e(0x1a2)]=a107_0x2fa802,a107_0x2c8cea[a107_0x43041e(0x18d)]=a107_0x31f989,a107_0x2c8cea[a107_0x43041e(0x18b)]=a107_0x1f829a,exports[a107_0x43041e(0x18f)]=a107_0x2c8cea;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a108_0x4d581a=a108_0x2f04;function a108_0x2f04(_0xad11,_0x4068ed){const _0x3e18bb=a108_0x3e18();return a108_0x2f04=function(_0x2f04da,_0x7e1959){_0x2f04da=_0x2f04da-0x12f;let _0x156a70=_0x3e18bb[_0x2f04da];return _0x156a70;},a108_0x2f04(_0xad11,_0x4068ed);}(function(_0x30808e,_0x102af9){const _0x5a1959=a108_0x2f04,_0x102445=_0x30808e();while(!![]){try{const _0x395495=parseInt(_0x5a1959(0x150))/0x1*(-parseInt(_0x5a1959(0x173))/0x2)+-parseInt(_0x5a1959(0x1e0))/0x3*(-parseInt(_0x5a1959(0x196))/0x4)+-parseInt(_0x5a1959(0x18b))/0x5+parseInt(_0x5a1959(0x18a))/0x6+parseInt(_0x5a1959(0x1d7))/0x7*(parseInt(_0x5a1959(0x217))/0x8)+parseInt(_0x5a1959(0x20f))/0x9+-parseInt(_0x5a1959(0x159))/0xa*(parseInt(_0x5a1959(0x165))/0xb);if(_0x395495===_0x102af9)break;else _0x102445['push'](_0x102445['shift']());}catch(_0x1e64f3){_0x102445['push'](_0x102445['shift']());}}}(a108_0x3e18,0x8d929));const path=require(a108_0x4d581a(0x1fa)),util=require('util'),bsSetupHelper=require('../helper'),logger=require(a108_0x4d581a(0x1f7))[a108_0x4d581a(0x221)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require('./constants'),PerformanceTester=require(a108_0x4d581a(0x1ce)),scripts=require(a108_0x4d581a(0x136)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a108_0x4d581a(0x19c)]=async _0x13e748=>{const _0x1d1881=a108_0x4d581a,_0x336ea3={};_0x336ea3[_0x1d1881(0x1e8)]=function(_0x412aa6,_0x49e994){return _0x412aa6===_0x49e994;},_0x336ea3[_0x1d1881(0x130)]=_0x1d1881(0x180);const _0x584b87=_0x336ea3;let _0x5bf9aa={};try{const _0xda3796=await _0x13e748['getCapabilities']();_0x5bf9aa={'os_name':_0xda3796['getPlatform'](),'os_version':bsSetupHelper[_0x1d1881(0x211)](_0x584b87[_0x1d1881(0x1e8)](global[_0x1d1881(0x243)],_0x584b87[_0x1d1881(0x130)])),'browser_name':_0xda3796[_0x1d1881(0x1a8)](),'browser_version':_0xda3796['getBrowserVersion']()};}catch(_0x5e9b5f){logger[_0x1d1881(0x170)](_0x1d1881(0x168)+_0x5e9b5f);}return _0x5bf9aa;},exports[a108_0x4d581a(0x15f)]=()=>{const _0x267c2c=a108_0x4d581a,_0x1258ae={};_0x1258ae[_0x267c2c(0x1c3)]=function(_0x27b868,_0x4f570d){return _0x27b868===_0x4f570d;},_0x1258ae['SrcSQ']=_0x267c2c(0x186),_0x1258ae[_0x267c2c(0x139)]=function(_0x454f59,_0xd46fdf){return _0x454f59>_0xd46fdf;},_0x1258ae[_0x267c2c(0x1f0)]=function(_0x2967bb,_0x155a71){return _0x2967bb!==_0x155a71;},_0x1258ae['NlzDi']=_0x267c2c(0x13d),_0x1258ae[_0x267c2c(0x16a)]=function(_0x2ae3c7,_0x272c3c){return _0x2ae3c7&&_0x272c3c;};const _0x4fcda2=_0x1258ae;try{const _0x530128=bsSetupHelper[_0x267c2c(0x1bc)](process[_0x267c2c(0x17a)][_0x267c2c(0x23a)])||bsSetupHelper[_0x267c2c(0x1bc)](process[_0x267c2c(0x17a)][_0x267c2c(0x240)]),_0x567983=_0x4fcda2['UtfDN'](typeof process[_0x267c2c(0x17a)][_0x267c2c(0x1a7)],_0x4fcda2[_0x267c2c(0x1e6)])&&_0x4fcda2[_0x267c2c(0x139)](process[_0x267c2c(0x17a)][_0x267c2c(0x1a7)][_0x267c2c(0x14a)],0x0)&&_0x4fcda2[_0x267c2c(0x1f0)](process['env']['BS_A11Y_JWT'],_0x4fcda2['NlzDi']);return _0x4fcda2[_0x267c2c(0x16a)](_0x530128,_0x567983);}catch(_0x270000){logger[_0x267c2c(0x170)](_0x267c2c(0x22e)+_0x270000);}return![];},exports[a108_0x4d581a(0x209)]=(_0x5effec,_0x1a4012)=>{const _0x135fb7=a108_0x4d581a,_0x584a75={'cLRGu':'browserName','qdmIl':function(_0x20fb00,_0x5ed33e){return _0x20fb00(_0x5ed33e);},'nuZcb':_0x135fb7(0x166),'EQlPC':function(_0x524bd5,_0x5e9473){return _0x524bd5(_0x5e9473);},'oQVgw':'version','rZqTZ':_0x135fb7(0x1d0),'qlcqX':_0x135fb7(0x137),'JvmsR':_0x135fb7(0x22f),'cbQjD':_0x135fb7(0x1f9),'RvbCY':'selenium-webdriver/chrome.js','erOTX':_0x135fb7(0x1dc),'PcpeA':_0x135fb7(0x1b0),'oGGCW':_0x135fb7(0x22c),'TnziH':'chromeOptions','calkG':_0x135fb7(0x174),'qsMoH':_0x135fb7(0x1df),'zwHPS':function(_0x9ba1fd,_0x162a44){return _0x9ba1fd===_0x162a44;},'yoeSz':_0x135fb7(0x1d1),'Vilas':function(_0x45d331,_0x582050){return _0x45d331>=_0x582050;}},_0xb41366=_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x1e9)]),_0x87e1c=_0x584a75[_0x135fb7(0x14b)](parseFloat,_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x1b4)]))||_0x584a75[_0x135fb7(0x149)](parseFloat,_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x142)])),_0x27698c=_0x5effec[_0x135fb7(0x218)](_0x584a75['rZqTZ'])||{},_0x4a1c60=_0x584a75[_0x135fb7(0x14b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3e72ec=_0x27698c[_0x584a75[_0x135fb7(0x22d)]]||_0x5effec[_0x135fb7(0x218)](_0x584a75[_0x135fb7(0x154)])||![];if(_0x3e72ec)return logger[_0x135fb7(0x1ae)](_0x584a75[_0x135fb7(0x21d)]),![];let _0x4f488e;try{_0x4f488e=bsSetupHelper[_0x135fb7(0x151)](_0x584a75[_0x135fb7(0x1e2)],_0x584a75[_0x135fb7(0x175)]);}catch(_0x22053f){return![];}const _0x4c975e=new _0x4f488e['Options'](_0x1a4012[_0x135fb7(0x15a)]),_0x18c569=bsSetupHelper[_0x135fb7(0x1ca)](_0x4c975e,[_0x584a75['PcpeA'],_0x584a75[_0x135fb7(0x147)]])||bsSetupHelper[_0x135fb7(0x1ca)](_0x1a4012[_0x135fb7(0x19d)],[_0x584a75['rZqTZ'],_0x584a75[_0x135fb7(0x152)],_0x584a75[_0x135fb7(0x147)]])||bsSetupHelper[_0x135fb7(0x1ca)](_0x1a4012['capabilities_'],[_0x584a75[_0x135fb7(0x152)],_0x584a75[_0x135fb7(0x147)]])||[],_0x1cc388=Array[_0x135fb7(0x233)](_0x18c569)?_0x18c569:[];if(_0x1cc388['some'](_0x595f4b=>typeof _0x595f4b===_0x135fb7(0x186)&&(_0x595f4b==='--headless'||_0x595f4b[_0x135fb7(0x135)](_0x135fb7(0x1eb))&&_0x595f4b!==_0x135fb7(0x1a3))))return logger[_0x135fb7(0x1ae)](_0x584a75[_0x135fb7(0x246)]),![];const _0xc4cfb8=_0x1a4012[_0x135fb7(0x19d)]||{},_0x4e4644=bsSetupHelper[_0x135fb7(0x1ca)](_0xc4cfb8,[_0x584a75[_0x135fb7(0x16d)]])||{},_0x2eaed0=bsSetupHelper[_0x135fb7(0x1ca)](_0x4e4644,[_0x584a75[_0x135fb7(0x147)]])||[],_0x125c92=Array['isArray'](_0x2eaed0)?_0x2eaed0:[];if(_0x125c92[_0x135fb7(0x143)](_0xc18793=>typeof _0xc18793===_0x135fb7(0x186)&&(_0xc18793===_0x135fb7(0x14f)||_0xc18793['startsWith']('--headless=')&&_0xc18793!==_0x135fb7(0x1a3))))return logger[_0x135fb7(0x1ae)](_0x584a75[_0x135fb7(0x246)]),![];if(_0x584a75[_0x135fb7(0x138)](_0xb41366[_0x135fb7(0x14d)](),_0x584a75[_0x135fb7(0x1c0)])&&_0x584a75[_0x135fb7(0x1a4)](_0x87e1c,_0x4a1c60))return!![];return logger[_0x135fb7(0x1ae)](_0x135fb7(0x202)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x4d581a(0x232)]=_0x58ed6b=>{const _0x3229fc=a108_0x4d581a,_0x4a674d={};_0x4a674d[_0x3229fc(0x12f)]=_0x3229fc(0x1df),_0x4a674d[_0x3229fc(0x157)]=function(_0xc3ab94,_0x279774){return _0xc3ab94||_0x279774;},_0x4a674d['jwADr']=_0x3229fc(0x148);const _0x3f3232=_0x4a674d,_0x4115b4=scripts[_0x3229fc(0x241)];try{const _0x2e490a=bsSetupHelper[_0x3229fc(0x1bc)](process[_0x3229fc(0x17a)][_0x3229fc(0x23a)])||bsSetupHelper[_0x3229fc(0x1bc)](process[_0x3229fc(0x17a)][_0x3229fc(0x240)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x3229fc(0x17a)]['BROWSERSTACK_TURBOSCALE'])&&_0x2e490a){const _0x2a95e5=_0x58ed6b[_0x3229fc(0x1ac)](),_0x4fdd35=_0x2a95e5[_0x3229fc(0x218)](_0x3f3232['oWSGH']),_0xc27711=_0x3f3232[_0x3229fc(0x157)](_0x4fdd35,{});bsSetupHelper[_0x3229fc(0x225)](_0xc27711,_0x4115b4),_0x58ed6b['getCapabilities']()['set'](_0x3f3232[_0x3229fc(0x12f)],_0xc27711);}else logger[_0x3229fc(0x1ae)](_0x3f3232['jwADr']);}catch(_0x3bd6d0){logger[_0x3229fc(0x1c1)](_0x3229fc(0x1a1)+_0x3bd6d0);}},exports['shouldScanTestForAccessibility']=(_0x23f870=null,_0x5e6322=!![],_0x54bb92=[])=>{const _0x153c94=a108_0x4d581a,_0x4b470b={};_0x4b470b[_0x153c94(0x19a)]=function(_0x584b08,_0x415648){return _0x584b08==_0x415648;},_0x4b470b['nlZVq']=function(_0x473bdc,_0x23f599){return _0x473bdc>_0x23f599;},_0x4b470b[_0x153c94(0x1e5)]=function(_0x141291,_0x18d4c2){return _0x141291===_0x18d4c2;},_0x4b470b[_0x153c94(0x215)]=function(_0x178e5e,_0x218eb1){return _0x178e5e&&_0x218eb1;};const _0x18ed09=_0x4b470b;if(_0x18ed09['XKrwf'](process[_0x153c94(0x17a)][_0x153c94(0x1c5)],null))return!![];try{const _0x897791=JSON[_0x153c94(0x16e)](process[_0x153c94(0x17a)][_0x153c94(0x1c5)]),_0x4f4caf=Array[_0x153c94(0x233)](_0x897791['includeTagsInTestingScope'])?_0x897791[_0x153c94(0x161)]:[],_0x45a92d=Array[_0x153c94(0x233)](_0x897791[_0x153c94(0x229)])?_0x897791[_0x153c94(0x229)]:[],_0x5c6452=_0x486e0f=>typeof _0x486e0f===_0x153c94(0x186)?_0x486e0f[_0x153c94(0x167)](/^@/,'')['toLowerCase']()[_0x153c94(0x1d6)]():_0x486e0f;if(bsSetupHelper['isUndefined'](_0x23f870)){if(_0x18ed09['nlZVq'](_0x54bb92[_0x153c94(0x14a)],0x0)){const _0x9899d2=_0x54bb92[_0x153c94(0x206)](_0x5c6452),_0x47ae0b=_0x45a92d[_0x153c94(0x143)](_0x4edec7=>_0x9899d2[_0x153c94(0x23e)](_0x5c6452(_0x4edec7))),_0x562dc7=_0x18ed09[_0x153c94(0x1e5)](_0x4f4caf[_0x153c94(0x14a)],0x0)||_0x4f4caf[_0x153c94(0x143)](_0x56419c=>_0x9899d2[_0x153c94(0x23e)](_0x5c6452(_0x56419c)));return _0x18ed09['PGMkZ'](!_0x47ae0b,_0x562dc7);}return!![];}let _0x16daff;_0x5e6322?_0x16daff=_0x23f870[_0x153c94(0x20e)]('/'):_0x16daff=_0x23f870;const _0x50fa09=_0x45a92d[_0x153c94(0x143)](_0x4d8ae6=>_0x16daff[_0x153c94(0x14d)]()['includes'](_0x5c6452(_0x4d8ae6)[_0x153c94(0x14d)]())),_0x26cc7f=_0x18ed09['AaCVD'](_0x4f4caf[_0x153c94(0x14a)],0x0)||_0x4f4caf['some'](_0x4b5755=>_0x16daff[_0x153c94(0x14d)]()[_0x153c94(0x23e)](_0x5c6452(_0x4b5755)[_0x153c94(0x14d)]()));return _0x18ed09[_0x153c94(0x215)](!_0x50fa09,_0x26cc7f);}catch(_0x1fa6d7){logger[_0x153c94(0x170)](_0x153c94(0x13a)+util[_0x153c94(0x228)](_0x1fa6d7));}return![];},exports[a108_0x4d581a(0x220)]=_0x1dd5fd=>{const _0x186e7=a108_0x4d581a;let _0x13d6ad=![];try{_0x1dd5fd['platforms']['forEach'](_0x179a79=>{if(bsSetupHelper['isTrue'](_0x179a79['accessibility']))return _0x13d6ad=!![],!![];});}catch(_0x5d7e67){logger['debug'](_0x186e7(0x1bf)+_0x5d7e67);}return _0x13d6ad||bsSetupHelper[_0x186e7(0x1bc)](_0x1dd5fd[_0x186e7(0x153)]);},exports[a108_0x4d581a(0x236)]=PerformanceTester[a108_0x4d581a(0x179)]('a11y:start',async function(_0x170c16,_0x3bd5d0){const _0x223123=a108_0x4d581a,_0x1e4caa={};_0x1e4caa[_0x223123(0x13f)]=_0x223123(0x22b),_0x1e4caa['ENaNF']='playwright',_0x1e4caa[_0x223123(0x227)]=_0x223123(0x1fe),_0x1e4caa[_0x223123(0x1a5)]='application/json',_0x1e4caa['BSvxT']=_0x223123(0x19f),_0x1e4caa['pMLvg']=_0x223123(0x1cb),_0x1e4caa[_0x223123(0x1aa)]=function(_0xb78fdb,_0x195367){return _0xb78fdb===_0x195367;},_0x1e4caa['jsxzN']=_0x223123(0x15b),_0x1e4caa[_0x223123(0x20d)]=_0x223123(0x248);const _0x38e50d=_0x1e4caa,_0x18f1da=bsSetupHelper[_0x223123(0x146)](_0x170c16),_0x124245=bsSetupHelper[_0x223123(0x1e3)](_0x170c16);if(bsSetupHelper[_0x223123(0x1cc)](_0x18f1da)||bsSetupHelper[_0x223123(0x1cc)](_0x124245))return logger['error'](_0x38e50d[_0x223123(0x13f)]),[null,null];try{let _0x3eb408;bsSetupHelper[_0x223123(0x1cc)](process[_0x223123(0x17a)][_0x223123(0x1c5)])?_0x3eb408={}:_0x3eb408=JSON['parse'](process[_0x223123(0x17a)][_0x223123(0x1c5)]);const {name:_0x435111,version:_0x4239d5}=bsSetupHelper['getTestFrameworkDetails'](_0x170c16,_0x3bd5d0),_0x3fc97c={'projectName':_0x170c16[_0x223123(0x1ed)],'buildName':_0x170c16[_0x223123(0x197)]||path['basename'](path[_0x223123(0x1ad)](process['cwd']())),'startTime':new Date()[_0x223123(0x198)](),'description':_0x170c16[_0x223123(0x1a9)]||'','source':{'frameworkName':_0x3bd5d0[_0x223123(0x23e)](_0x38e50d[_0x223123(0x23b)])?_0x38e50d[_0x223123(0x23b)]:_0x3bd5d0,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x3bd5d0),'sdkVersion':bsSetupHelper[_0x223123(0x155)](),'language':_0x38e50d[_0x223123(0x227)],'testFramework':_0x435111,'testFrameworkVersion':_0x4239d5},'settings':_0x3eb408,'versionControl':await bsSetupHelper[_0x223123(0x1b8)](),'ciInfo':bsSetupHelper[_0x223123(0x1af)](),'hostInfo':bsSetupHelper[_0x223123(0x189)](),'browserstackAutomation':bsSetupHelper[_0x223123(0x222)]()},_0x56eed9={};_0x56eed9['user']=_0x18f1da,_0x56eed9[_0x223123(0x15e)]=_0x124245;const _0x1c15cb={};_0x1c15cb[_0x223123(0x238)]=_0x38e50d[_0x223123(0x1a5)];const _0xda8084={};_0xda8084[_0x223123(0x162)]=_0x56eed9,_0xda8084[_0x223123(0x245)]=_0x1c15cb;const _0x21a797=_0xda8084,_0x27f2c9={};_0x27f2c9[_0x223123(0x244)]=_0x3fc97c,_0x27f2c9[_0x223123(0x1cd)]=!![];const _0x56d7aa=Object[_0x223123(0x231)](_0x21a797,_0x27f2c9),_0x1ec54b=await bsSetupHelper[_0x223123(0x13e)](_0x38e50d['BSvxT'],_0x38e50d[_0x223123(0x18d)],_0x56d7aa,_0x170c16,API_URL);let _0x5d5ef2=process[_0x223123(0x17a)][_0x223123(0x1c5)];return _0x5d5ef2?_0x5d5ef2=JSON[_0x223123(0x16e)](process[_0x223123(0x17a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x5d5ef2={},scripts[_0x223123(0x1be)](_0x1ec54b[_0x223123(0x1ef)][_0x223123(0x1ef)]),scripts['toJson'](),_0x5d5ef2[_0x223123(0x1bb)]=_0x1ec54b['data'][_0x223123(0x1ef)]['scannerVersion'],process[_0x223123(0x17a)][_0x223123(0x1c5)]=JSON[_0x223123(0x1fb)](_0x5d5ef2),[_0x1ec54b[_0x223123(0x1ef)][_0x223123(0x1ef)][_0x223123(0x193)],_0x1ec54b[_0x223123(0x1ef)][_0x223123(0x1ef)]['id']];}catch(_0x14da1c){if(_0x14da1c['response'])logger[_0x223123(0x1c1)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x14da1c[_0x223123(0x247)][_0x223123(0x17d)]+'\x20'+_0x14da1c[_0x223123(0x247)][_0x223123(0x235)]+'\x20'+JSON[_0x223123(0x1fb)](_0x14da1c[_0x223123(0x247)]['data']));else{if(_0x38e50d['euUwQ'](_0x14da1c['message'],_0x38e50d[_0x223123(0x219)])){logger[_0x223123(0x1c1)](_0x223123(0x199)+(_0x14da1c[_0x223123(0x176)]||_0x14da1c[_0x223123(0x1c6)]));for(const _0x40c976 of _0x14da1c[_0x223123(0x22a)]){logger[_0x223123(0x1c1)](_0x40c976[_0x223123(0x176)]);}process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x38e50d[_0x223123(0x20d)],process[_0x223123(0x17a)][_0x223123(0x240)]=_0x38e50d[_0x223123(0x20d)];}else logger[_0x223123(0x1c1)](_0x223123(0x199)+(_0x14da1c['message']||_0x14da1c[_0x223123(0x1c6)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a108_0x4d581a(0x179)](a108_0x4d581a(0x1a6),async function(_0x4a17b0){const _0x13d02e=a108_0x4d581a,_0x260848={};_0x260848['efnLy']=function(_0x307162,_0x1e9b90){return _0x307162!==_0x1e9b90;},_0x260848[_0x13d02e(0x15c)]='string',_0x260848[_0x13d02e(0x1b6)]=_0x13d02e(0x1c1),_0x260848[_0x13d02e(0x1bd)]=_0x13d02e(0x156),_0x260848[_0x13d02e(0x212)]=_0x13d02e(0x1ee),_0x260848[_0x13d02e(0x21c)]=_0x13d02e(0x230),_0x260848[_0x13d02e(0x17b)]=_0x13d02e(0x1db),_0x260848[_0x13d02e(0x192)]=function(_0x1ecb29,_0x7df35d){return _0x1ecb29+_0x7df35d;},_0x260848[_0x13d02e(0x216)]=_0x13d02e(0x14e),_0x260848[_0x13d02e(0x187)]=_0x13d02e(0x1c4);const _0x121b71=_0x260848;if(bsSetupHelper['isUndefined'](process['env'][_0x13d02e(0x1a7)])||_0x121b71['efnLy'](typeof process[_0x13d02e(0x17a)][_0x13d02e(0x1a7)],_0x121b71[_0x13d02e(0x15c)])){const _0x227f01={};return _0x227f01[_0x13d02e(0x17d)]=_0x121b71[_0x13d02e(0x1b6)],_0x227f01[_0x13d02e(0x176)]=_0x121b71['AKdRz'],_0x227f01;}const _0x52ffcd={'endTime':new Date()['toISOString']()},_0x6b31d8={};_0x6b31d8[_0x13d02e(0x1f2)]='Bearer\x20'+process[_0x13d02e(0x17a)][_0x13d02e(0x1a7)],_0x6b31d8[_0x13d02e(0x238)]=_0x121b71[_0x13d02e(0x212)];const _0x24e1c3={};_0x24e1c3[_0x13d02e(0x245)]=_0x6b31d8;const _0x408c0b=_0x24e1c3,_0x609399={};_0x609399[_0x13d02e(0x244)]=_0x52ffcd,_0x609399['auth']=null,_0x609399[_0x13d02e(0x1cd)]=!![];const _0x163286=Object[_0x13d02e(0x231)](_0x408c0b,_0x609399);try{const _0x14a3a2=await bsSetupHelper['nodeRequest'](_0x121b71[_0x13d02e(0x21c)],_0x121b71[_0x13d02e(0x17b)],_0x163286,_0x4a17b0,API_URL);if(_0x14a3a2[_0x13d02e(0x1ef)]['error'])throw new Error(_0x121b71['MUpsR'](_0x121b71[_0x13d02e(0x216)],_0x14a3a2[_0x13d02e(0x1ef)]['error']));else{logger[_0x13d02e(0x1c8)](_0x13d02e(0x1ea)+new Date()['toISOString']());const _0x4d4c3a={};return _0x4d4c3a[_0x13d02e(0x17d)]=_0x121b71[_0x13d02e(0x187)],_0x4d4c3a['message']='',_0x4d4c3a;}}catch(_0x106d17){_0x106d17[_0x13d02e(0x247)]?logger[_0x13d02e(0x1c1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x106d17[_0x13d02e(0x247)][_0x13d02e(0x17d)]+'\x20'+_0x106d17[_0x13d02e(0x247)]['statusText']+'\x20'+JSON[_0x13d02e(0x1fb)](_0x106d17[_0x13d02e(0x247)]['data'])):logger[_0x13d02e(0x1c1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x106d17['message']||util[_0x13d02e(0x228)](_0x106d17)));const _0x2d7b4c={};return _0x2d7b4c[_0x13d02e(0x17d)]=_0x121b71[_0x13d02e(0x1b6)],_0x2d7b4c[_0x13d02e(0x176)]=_0x106d17[_0x13d02e(0x176)]||(_0x106d17[_0x13d02e(0x247)]?_0x106d17['response'][_0x13d02e(0x17d)]+':'+_0x106d17[_0x13d02e(0x247)]['statusText']:_0x106d17),_0x2d7b4c;}}),exports['performScan']=async(_0x2e227a,_0x3cf7f3=null,_0x1ce9cb=![],_0x24985f=null)=>{const _0x1b8490=a108_0x4d581a,_0x34a174={};_0x34a174['dkwQr']=_0x1b8490(0x1fd),_0x34a174['ulVSl']=_0x1b8490(0x1a2),_0x34a174['hMCcI']=_0x1b8490(0x1ff),_0x34a174[_0x1b8490(0x132)]=function(_0x5355ac,_0x241043){return _0x5355ac||_0x241043;},_0x34a174[_0x1b8490(0x1f6)]='bstackA11yScanOptions',_0x34a174['djkND']=_0x1b8490(0x191);const _0x124db0=_0x34a174;if(!this['isAccessibilityAutomationSession']()||!globals[_0x1b8490(0x1c7)](_0x124db0[_0x1b8490(0x1e7)])||!_0x1ce9cb&&!globals[_0x1b8490(0x1c7)](_0x124db0[_0x1b8490(0x1d2)])){logger[_0x1b8490(0x1ae)](_0x124db0[_0x1b8490(0x1e4)]);return;}const _0x167f0f=_0x1ce9cb?_0x124db0[_0x1b8490(0x132)](_0x24985f,{}):globals[_0x1b8490(0x1c7)](_0x124db0[_0x1b8490(0x1f6)])||{},_0x39a920={};_0x39a920[_0x1b8490(0x17f)]=_0x3cf7f3||global[_0x1b8490(0x1b7)];const _0x37845e=Object[_0x1b8490(0x231)]({},_0x167f0f,_0x39a920);await this[_0x1b8490(0x19b)](_0x2e227a)&&(Object[_0x1b8490(0x231)](_0x37845e,this[_0x1b8490(0x13c)](),{'thTestRunUuid':this[_0x1b8490(0x205)]()}),logger[_0x1b8490(0x170)](_0x124db0['djkND']));logger[_0x1b8490(0x170)](_0x1b8490(0x210)+util['format']('%j',_0x37845e));const _0x2a9df4={};return _0x2a9df4[_0x1b8490(0x200)]=_0x3cf7f3,await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x1b8490(0x18f)],async()=>{const _0x59b81b=_0x1b8490;try{await _0x2e227a[_0x59b81b(0x21f)](()=>_0x2e227a[_0x59b81b(0x21e)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0x36ea5c){}const _0x4f9ca0=util['format'](await _0x2e227a[_0x59b81b(0x214)](scripts[_0x59b81b(0x160)],_0x37845e));return logger[_0x59b81b(0x170)](_0x59b81b(0x226)+_0x4f9ca0),_0x4f9ca0;},_0x2a9df4)();},exports[a108_0x4d581a(0x23c)]=async(_0x238eda,_0x10a678)=>{const _0x34437e=a108_0x4d581a,_0x2f7b2a={};_0x2f7b2a[_0x34437e(0x1c2)]=_0x34437e(0x1dd),_0x2f7b2a['ObSke']='isAccessibilityPlatform',_0x2f7b2a[_0x34437e(0x1f5)]=_0x34437e(0x1a2),_0x2f7b2a['IIEgs']=_0x34437e(0x1f3),_0x2f7b2a[_0x34437e(0x1d8)]=_0x34437e(0x23c),_0x2f7b2a[_0x34437e(0x207)]=_0x34437e(0x23f);const _0x215411=_0x2f7b2a;if(!this[_0x34437e(0x15f)]()||!globals[_0x34437e(0x1c7)](_0x215411[_0x34437e(0x1b1)])||!globals['getGlobal'](_0x215411[_0x34437e(0x1f5)]))return logger[_0x34437e(0x1ae)](_0x215411[_0x34437e(0x16f)]),[];try{const _0x477fd4=await this[_0x34437e(0x19b)](_0x238eda),_0x36d093=_0x477fd4?Object[_0x34437e(0x231)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x34437e(0x205)]()}):{};return _0x477fd4&&logger[_0x34437e(0x170)](_0x34437e(0x177)+util['format']('%j',_0x36d093)),await PerformanceTester[_0x34437e(0x179)](PerformanceA11yEvents[_0x34437e(0x18f)],async()=>{const _0x24d95e=_0x34437e;logger['debug'](_0x215411['oWUFh']);const _0x2aafc8={};_0x2aafc8['method']=_0x10a678['browserstackSessionName'];const _0x31df29=Object[_0x24d95e(0x231)](_0x2aafc8,_0x36d093);logger[_0x24d95e(0x170)](util[_0x24d95e(0x228)](await _0x238eda[_0x24d95e(0x214)](scripts[_0x24d95e(0x160)],_0x31df29)));},{'command':_0x215411[_0x34437e(0x1d8)]})(),await PerformanceTester[_0x34437e(0x179)](PerformanceA11yEvents[_0x34437e(0x172)],async()=>{const _0x41b9d1=_0x34437e,_0x793c49=_0x477fd4?await _0x238eda[_0x41b9d1(0x214)](scripts[_0x41b9d1(0x24b)],_0x36d093):await _0x238eda[_0x41b9d1(0x214)](scripts[_0x41b9d1(0x24b)]);return _0x793c49;})();}catch{return logger[_0x34437e(0x1c1)](_0x215411[_0x34437e(0x207)]),[];}},exports[a108_0x4d581a(0x204)]=async(_0x45e078,_0x3f39c8)=>{const _0x1c43d7=a108_0x4d581a,_0x31837c={};_0x31837c[_0x1c43d7(0x1e1)]=_0x1c43d7(0x1cf),_0x31837c[_0x1c43d7(0x178)]=_0x1c43d7(0x1fd),_0x31837c[_0x1c43d7(0x171)]=_0x1c43d7(0x1a2),_0x31837c[_0x1c43d7(0x1ba)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x31837c[_0x1c43d7(0x242)]='getAccessibilityResultsSummary',_0x31837c[_0x1c43d7(0x17c)]=_0x1c43d7(0x194);const _0x39f758=_0x31837c;if(!this[_0x1c43d7(0x15f)]()||!globals['getGlobal'](_0x39f758[_0x1c43d7(0x178)])||!globals[_0x1c43d7(0x1c7)](_0x39f758['GRhmg']))return logger[_0x1c43d7(0x1ae)](_0x39f758[_0x1c43d7(0x1ba)]),{};try{const _0xe582e7=await this[_0x1c43d7(0x19b)](_0x45e078),_0x1a01a6=_0xe582e7?Object[_0x1c43d7(0x231)]({},this[_0x1c43d7(0x13c)](),{'thTestRunUuid':this[_0x1c43d7(0x205)]()}):{};return _0xe582e7&&logger[_0x1c43d7(0x170)](_0x1c43d7(0x184)+util[_0x1c43d7(0x228)]('%j',_0x1a01a6)),await PerformanceTester[_0x1c43d7(0x179)](PerformanceA11yEvents[_0x1c43d7(0x18f)],async()=>{const _0x26caea=_0x1c43d7;logger[_0x26caea(0x170)](_0x39f758[_0x26caea(0x1e1)]);const _0x3b1cee={};_0x3b1cee['method']=_0x3f39c8[_0x26caea(0x1b7)];const _0xe174c2=Object[_0x26caea(0x231)](_0x3b1cee,_0x1a01a6);logger['debug'](util[_0x26caea(0x228)](await _0x45e078[_0x26caea(0x214)](scripts[_0x26caea(0x160)],_0xe174c2)));},{'command':_0x39f758[_0x1c43d7(0x242)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x52118d=_0x1c43d7,_0xe184e5=_0xe582e7?await _0x45e078['executeAsyncScript'](scripts[_0x52118d(0x140)],_0x1a01a6):await _0x45e078[_0x52118d(0x214)](scripts[_0x52118d(0x140)]);return _0xe184e5;})();}catch{return logger[_0x1c43d7(0x1c1)](_0x39f758[_0x1c43d7(0x17c)]),{};}},exports[a108_0x4d581a(0x21a)]=(_0x11e08c,_0x1f2bb7=![])=>{const _0x384560=a108_0x4d581a,_0x11a586={'fLouS':function(_0x3fc53b,_0x4ef9d0){return _0x3fc53b(_0x4ef9d0);},'rZOkA':function(_0x38ab07,_0x140b9b){return _0x38ab07(_0x140b9b);},'GIFeq':_0x384560(0x188),'bGJqc':function(_0x4bc85c,_0x32706d){return _0x4bc85c!==_0x32706d;},'hxyJF':_0x384560(0x181),'rjbyk':function(_0x2b7c6a,_0xd8415c){return _0x2b7c6a(_0xd8415c);},'Sfvhr':'browserName','tyXkD':_0x384560(0x1d1),'hnFYg':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','sKQEv':_0x384560(0x190)};try{if(!_0x11e08c)return![];const _0x2b5fe7=_0x4d20c9=>typeof _0x11e08c[_0x384560(0x218)]===_0x384560(0x1a0)?_0x11e08c[_0x384560(0x218)](_0x4d20c9):_0x11e08c[_0x4d20c9],_0x55d265=_0x11a586[_0x384560(0x144)](String,_0x11a586[_0x384560(0x24a)](_0x2b5fe7,_0x11a586[_0x384560(0x17e)])||'')[_0x384560(0x14d)]();if(_0x11a586[_0x384560(0x1ec)](_0x55d265,_0x11a586[_0x384560(0x169)]))return![];const _0x23c87f=_0x11a586['rjbyk'](String,_0x11a586[_0x384560(0x144)](_0x2b5fe7,_0x11a586['Sfvhr'])||'')[_0x384560(0x14d)]();if(!_0x23c87f['includes'](_0x11a586[_0x384560(0x203)]))return _0x1f2bb7&&logger[_0x384560(0x1ae)](_0x11a586[_0x384560(0x18c)]),![];return logger['debug'](_0x11a586[_0x384560(0x16c)]),!![];}catch(_0x5b7294){return logger[_0x384560(0x170)](_0x384560(0x141)+_0x5b7294),![];}},exports['isMobileAccessibilitySession']=async _0x24519d=>{const _0x4c04d0=a108_0x4d581a;try{const _0x29d50d=await _0x24519d['getCapabilities']();return exports[_0x4c04d0(0x21a)](_0x29d50d);}catch(_0x4dbca4){return logger[_0x4c04d0(0x170)](_0x4c04d0(0x15d)+_0x4dbca4),![];}},exports[a108_0x4d581a(0x13c)]=()=>{const _0x232989=a108_0x4d581a,_0xa05947={};return _0xa05947[_0x232989(0x21b)]=!![],_0xa05947;},exports[a108_0x4d581a(0x205)]=()=>{const _0x30cc1e=a108_0x4d581a,_0x3a1d54={};_0x3a1d54['dVVsI']=function(_0x195b7d,_0x2e56e4){return _0x195b7d===_0x2e56e4;},_0x3a1d54[_0x30cc1e(0x23d)]=_0x30cc1e(0x186),_0x3a1d54['YTPzo']=function(_0x4f1b03,_0x5a7180){return _0x4f1b03>_0x5a7180;},_0x3a1d54[_0x30cc1e(0x1b9)]=_0x30cc1e(0x13b),_0x3a1d54[_0x30cc1e(0x1de)]=_0x30cc1e(0x1f1),_0x3a1d54[_0x30cc1e(0x1d9)]=_0x30cc1e(0x14c);const _0x40c029=_0x3a1d54,_0x5ca0c9=global['__workerDetails'],_0x1625c4=_0x5ca0c9&&_0x5ca0c9[_0x30cc1e(0x1da)],_0x4e4832=_0x1625c4&&_0x1625c4[_0x30cc1e(0x239)];if(_0x40c029[_0x30cc1e(0x182)](typeof _0x4e4832,_0x40c029['aLesI'])&&_0x40c029[_0x30cc1e(0x20b)](_0x4e4832['length'],0x0))return _0x4e4832;let _0x549b27;if(!_0x5ca0c9)_0x549b27=_0x40c029[_0x30cc1e(0x1b9)];else!_0x1625c4?_0x549b27=_0x40c029[_0x30cc1e(0x1de)]:_0x549b27='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object['keys'](_0x1625c4)[_0x30cc1e(0x20e)](',\x20')+_0x30cc1e(0x1d5)+(_0x40c029[_0x30cc1e(0x182)](_0x4e4832,undefined)?_0x40c029[_0x30cc1e(0x1d9)]:'\x22'+_0x4e4832+'\x22')+_0x30cc1e(0x133);return logger[_0x30cc1e(0x1ae)](_0x30cc1e(0x224)+_0x549b27+_0x30cc1e(0x1fc)),'';},exports[a108_0x4d581a(0x213)]=_0x112853=>{const _0x54e343=a108_0x4d581a,_0x137a98={};_0x137a98[_0x54e343(0x18e)]=function(_0x32a98f,_0x29dd1b){return _0x32a98f===_0x29dd1b;},_0x137a98[_0x54e343(0x1b2)]=_0x54e343(0x186),_0x137a98[_0x54e343(0x20a)]=_0x54e343(0x131);const _0x7e1192=_0x137a98;if(_0x112853&&_0x112853[_0x54e343(0x145)]&&_0x7e1192['cGADw'](typeof _0x112853[_0x54e343(0x145)],_0x7e1192[_0x54e343(0x1b2)]))return _0x112853['script'][_0x54e343(0x23e)](_0x7e1192[_0x54e343(0x20a)]);return![];},exports[a108_0x4d581a(0x134)]=a108_0x4d581a(0x1d4),exports[a108_0x4d581a(0x201)]=()=>process[a108_0x4d581a(0x17a)][a108_0x4d581a(0x164)]===a108_0x4d581a(0x1b5),exports[a108_0x4d581a(0x195)]=_0x1cc6c8=>{const _0x3fc576=a108_0x4d581a,_0x5dbf9d={};_0x5dbf9d[_0x3fc576(0x234)]=function(_0x2981f4,_0x47fffa){return _0x2981f4 in _0x47fffa;};const _0x557acb=_0x5dbf9d;if(bsSetupHelper['isUndefined'](_0x1cc6c8))return![];const _0x68f8f=_0x1cc6c8[_0x3fc576(0x14d)]();return _0x557acb[_0x3fc576(0x234)](_0x68f8f,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x4d581a(0x1f8)]=_0x6bff44=>{const _0x1ac32a=a108_0x4d581a;if(bsSetupHelper[_0x1ac32a(0x1cc)](_0x6bff44))return null;const _0x48f958=_0x6bff44[_0x1ac32a(0x14d)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x48f958]||null;},exports['getMinVersionForBrowser']=(_0x53fb68,_0x17fdf3)=>{const _0x1f7537=a108_0x4d581a,_0x252088=this[_0x1f7537(0x1f8)](_0x53fb68);if(!_0x252088)return null;if(_0x17fdf3)return _0x252088[_0x1f7537(0x1f4)];return _0x252088[_0x1f7537(0x208)];},exports[a108_0x4d581a(0x237)]=_0x14a3ef=>{const _0x17732e=a108_0x4d581a,_0xfa36c2=this[_0x17732e(0x1f8)](_0x14a3ef);return _0xfa36c2?_0xfa36c2[_0x17732e(0x20c)]:_0x14a3ef;},exports[a108_0x4d581a(0x163)]=_0x312383=>{const _0x49c984=a108_0x4d581a,_0x30715a=this['getBrowserA11yConfig'](_0x312383);return _0x30715a?_0x30715a[_0x49c984(0x1c9)]:![];},exports[a108_0x4d581a(0x19e)]=(_0x34e974,_0x1433f0)=>{const _0xad1ce6=a108_0x4d581a,_0x1d301a={'vMzoB':function(_0x3f1515,_0x28667d){return _0x3f1515(_0x28667d);},'NDODR':function(_0x554bb3,_0x57d410){return _0x554bb3(_0x57d410);},'bqAbA':function(_0x580bec,_0x5c3649){return _0x580bec>=_0x5c3649;}};if(bsSetupHelper[_0xad1ce6(0x1cc)](_0x34e974)||bsSetupHelper[_0xad1ce6(0x1cc)](_0x1433f0))return![];const _0x16ae97=bsSetupHelper[_0xad1ce6(0x16b)](_0x1d301a['vMzoB'](String,_0x34e974),_0x1d301a[_0xad1ce6(0x249)](String,_0x1433f0));return _0x1d301a[_0xad1ce6(0x158)](_0x16ae97,0x0);},exports[a108_0x4d581a(0x185)]=_0x649e86=>{const _0x2a6036=a108_0x4d581a,_0x513d91={};_0x513d91['tQHym']=function(_0x433c97,_0x3bc232){return _0x433c97!==_0x3bc232;},_0x513d91['KeSln']='string',_0x513d91['uWIVk']=_0x2a6036(0x183);const _0x1d0ff2=_0x513d91;if(!_0x649e86||_0x1d0ff2['tQHym'](typeof _0x649e86,_0x1d0ff2[_0x2a6036(0x1d3)]))return null;try{return JSON[_0x2a6036(0x16e)](Buffer['from'](_0x649e86[_0x2a6036(0x1b3)]('.')[0x1],_0x1d0ff2[_0x2a6036(0x1ab)])[_0x2a6036(0x223)]());}catch{return null;}};function a108_0x3e18(){const _0x19e952=['nuZcb','true','lYnKH','browserstackSessionName','getGitMetaData','NgmxH','BfHiC','scannerVersion','isTrue','AKdRz','parseFromJson','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','yoeSz','error','oWUFh','UtfDN','success','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','stack','getGlobal','info','requires_chrome_options_check','nestedKeyValue','v2/test_runs','isUndefined','json','../performance/performance-tester','Performing\x20scan\x20before\x20getting\x20results\x20summary','bstack:options','chrome','ulVSl','KeSln','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.',']\x20but\x20thTestRunUuid\x20is\x20','trim','4501VTsJtI','tKBbW','htsrY','currentTest','test_runs/stop','selenium-webdriver','Performing\x20scan\x20before\x20getting\x20results','IvlHI','goog:chromeOptions','101319FdYzui','apvMP','RvbCY','getAccessKey','hMCcI','AaCVD','SrcSQ','dkwQr','UZdki','cLRGu','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','--headless=','bGJqc','projectName','application/json','data','nDoEb','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','Authorization','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','min_version_browserstack','GIMxv','OCjCZ','../logger','getBrowserA11yConfig','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','path','stringify','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','isAccessibilityPlatform','javascript','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','command','isMobileScanningEnabledForGroup','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','tyXkD','getAccessibilityResultsSummary','resolveMobileThTestRunUuid','map','SwAfD','min_version_non_browserstack','nonBstackPlatformValidation','SknWs','YTPzo','display_name','oWvOQ','join','1279566lYkOBy','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','getPlatformVersion','KvpKE','isBrowserStackCommandExecutor','executeAsyncScript','PGMkZ','itnaH','6464ceYPTV','get','jsxzN','isMobileAccessibilityPlatform','is_mobile_session','pSSLo','cbQjD','executeScript','wait','checkAccessibilityPlatformConfig','winstonLogger','isBrowserstackInfra','toString','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','mergeDeep','Performed\x20scan\x20with\x20result:\x20','EjBIy','format','excludeTagsInTestingScope','errors','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','args','qlcqX','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','device','PUT','assign','setNonBstackInfraCapabilities','isArray','RuVJH','statusText','createAccessibilityTestRun','getBrowserDisplayName','Content-Type','thTestRunUuid','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ENaNF','getAccessibilityResults','aLesI','includes','No\x20accessibility\x20results\x20were\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','ChromeExtension','sMVBX','__cloud_provider___','body','headers','calkG','response','false','NDODR','rZOkA','getResults','oWSGH','YiMzm','browserstack_executor','VBwDX','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','MOBILE_SCANNING_DISABLED_WARNING','startsWith','./scripts','deviceName','zwHPS','QhMHo','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','getMobileA11yCapabilities','null','nodeRequest','ZJTzM','getResultsSummary','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','oQVgw','some','fLouS','script','getUserName','oGGCW','Not\x20a\x20Accessibility\x20Session','EQlPC','length','qdmIl','undefined','toLowerCase','Invalid\x20request:\x20','--headless','207721xLUPZe','requireModule','TnziH','accessibility','JvmsR','getAgentVersion','Build\x20creation\x20had\x20failed.','ParHw','bqAbA','636860UjjleS','chromeOptions_','Invalid\x20configuration\x20passed.','Bwhqz','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','pass','isAccessibilityAutomationSession','performScan','includeTagsInTestingScope','auth','requiresChromeOptionsValidation','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','66ATTppe','browserVersion','replace','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','hxyJF','wyGDQ','compareVersions','sKQEv','qsMoH','parse','IIEgs','debug','GRhmg','GET_RESULTS','10icyuBz','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','erOTX','message','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','UEssV','measureWrapper','env','NbcDD','qiLSp','status','GIFeq','method','browserstack','android','dVVsI','base64','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','parseA11yJwtPayload','string','bHLdm','platformName','getHostInfo','5864196rBruJn','387655ptscNN','hnFYg','pMLvg','cGADw','PERFORM_SCAN','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','MUpsR','accessibilityToken','No\x20accessibility\x20summary\x20was\x20found.','isBrowserSupportedForAccessibility','52mmoFOf','buildName','toISOString','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','XKrwf','isMobileAccessibilitySession','fetchPlatformDetails','capabilities_','isVersionSupported','POST','function','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','bstackA11yShouldScan','--headless=new','Vilas','DJzqL','a11y:stop','BS_A11Y_JWT','getBrowserName','buildDescription','euUwQ','uWIVk','getCapabilities','resolve','warn','getCiInfo','options_','ObSke','nddsx','split'];a108_0x3e18=function(){return _0x19e952;};return a108_0x3e18();}
|
|
1
|
+
function a108_0x5abc(){const _0x556d6b=['chromeOptions_','playwright','mpGhA','set','scannerVersion','isBrowserstackInfra','VfOwB','resolveMobileThTestRunUuid','MlpRz','startsWith','accessibilityToken','toLowerCase','goog:chromeOptions','MOBILE_SCANNING_DISABLED_WARNING','util','glbIz','bkrOA','./constants','WyGCg','BS_A11Y_JWT','success','nestedKeyValue','VEjmo','includes','CEyhb','display_name','browserstack_executor','pEIUw','accessibility','toISOString','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','udFaX','GET_RESULTS_SUMMARY','PUT','Options','pass','BROWSERSTACK_TURBOSCALE','message','UXMrW','pwIyy','Build\x20creation\x20had\x20failed.','SwNCN','buildDescription','basename','eIjbN','rBFRp','gaMcr','XROAo','platforms','PkZiy','includeTagsInTestingScope','isBrowserSupportedForAccessibility','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','format','fRAHo','measureWrapper','uQIbt','winstonLogger','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','1571640QqiOJl','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','true','getMobileA11yCapabilities','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','compareVersions','command','Performing\x20scan\x20before\x20getting\x20results\x20summary','Lmyvp','getAccessibilityResults','getResultsSummary','assign','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','from','excludeTagsInTestingScope','getCapabilities','isUndefined',']\x20but\x20thTestRunUuid\x20is\x20','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','20IDmLoJ','errors','executeAsyncScript','./scripts','currentTest','browserstackSessionName','function','vOggU','olETM','isMobileAccessibilitySession','map','hYZta','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','4644mxvreu','getHostInfo','Bearer\x20','undefined','options_','a11y:start','requires_chrome_options_check','chrome','../performance/constants','browserVersion','opYmV','MfTwe','debug','DcxfS','ChromeExtension','sVECt','buildName','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','OGEZl','SkalA','isMobileAccessibilityPlatform','replace','PLRxb','WAaJj','71411oYbBXF','v2/test_runs','bstack:options','getPlatform','requireModule','KXlxt','RzQax','gLEWi','ucwIi','zqeDC','get','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','cZpms','NxxlH','../performance/performance-tester','--headless','../globals','setNonBstackInfraCapabilities','vdzCW','application/json','method','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fQXgZ','yqfBD','base64','wHMsv','min_version_browserstack','ghQPD','Authorization','POST','bLUEY','parseA11yJwtPayload','stringify','wVnQZ','CBopB','1888YlnWBg','cDCFy','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','dSxvf','Invalid\x20configuration\x20passed.','getAccessibilityResultsSummary','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','forEach','aOLws','a11y:stop','bVgzS','Content-Type','executeScript','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','SHVvg','jekjC','getAccessKey','nodeRequest','performScan','cXIeY','getResults','KGNXH','headers','wait','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','Performed\x20scan\x20with\x20result:\x20','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','__workerDetails','BVWWR','auth','device','GET_RESULTS','min_version_non_browserstack','return\x20document.readyState\x20===\x20\x22complete\x22','AxPDy','LuJXo','rcqdF','FrJSL','qGsKi','isAccessibilityAutomationSession','selenium-webdriver/chrome.js','getGlobal','isMobileScanningEnabledForGroup','rUiOG','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','dkVwn','stack','--headless=','capabilities_','csYfQ','AApIA','srbkV','parseFromJson','isVersionSupported','EiTcd','isAccessibilityPlatform','bjcqk','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','thTestRunUuid','createAccessibilityTestRun','RiaaD','CyzqL','parse','../logger','../helper','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','nUyWG','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','keys','fetchPlatformDetails','toString','KdtWn','cwd','274341DaXtQv','zkwph','TUNZV','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','statusText','Ixnwh','427506rfhiJE','--headless=new','getBrowserA11yConfig','tlZya','Performing\x20scan\x20before\x20getting\x20results','ZlzrN','status','uiurz','string','LTwaj','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Invalid\x20request:\x20','error','nwtrc','getBrowserName','split','EksmN','is_mobile_session','info','IdTHD','4BptkdV','getMinVersionForBrowser','data','PoZQU','response','VUxWt','zsARM','RLdFU','getUserName','bstackA11yShouldScan','isArray','cmrIC','env','pKpeb','trim','XeavT','2669130jVaRdZ','length','some','script','browserstack','No\x20accessibility\x20results\x20were\x20found.','body','isBrowserStackCommandExecutor','EZSTB','GDtPZ','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','json','ISxSM','Not\x20a\x20Accessibility\x20Session','browserName','frBTX','72460MObDZF','isTrue','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','args','warn','getPlatformVersion','javascript'];a108_0x5abc=function(){return _0x556d6b;};return a108_0x5abc();}const a108_0x519cc1=a108_0x1723;function a108_0x1723(_0x2adf63,_0x392278){const _0x5abc4b=a108_0x5abc();return a108_0x1723=function(_0x172312,_0x31e4c0){_0x172312=_0x172312-0x134;let _0x464115=_0x5abc4b[_0x172312];return _0x464115;},a108_0x1723(_0x2adf63,_0x392278);}(function(_0x29fd1f,_0x5b693e){const _0x299c5a=a108_0x1723,_0x15690f=_0x29fd1f();while(!![]){try{const _0x5951b9=parseInt(_0x299c5a(0x20d))/0x1*(-parseInt(_0x299c5a(0x172))/0x2)+parseInt(_0x299c5a(0x157))/0x3+-parseInt(_0x299c5a(0x192))/0x4*(-parseInt(_0x299c5a(0x1e8))/0x5)+-parseInt(_0x299c5a(0x15e))/0x6+-parseInt(_0x299c5a(0x1d5))/0x7+parseInt(_0x299c5a(0x230))/0x8*(parseInt(_0x299c5a(0x1f5))/0x9)+parseInt(_0x299c5a(0x182))/0xa;if(_0x5951b9===_0x5b693e)break;else _0x15690f['push'](_0x15690f['shift']());}catch(_0x298f3e){_0x15690f['push'](_0x15690f['shift']());}}}(a108_0x5abc,0x1bd53));const path=require('path'),util=require(a108_0x519cc1(0x1a7)),bsSetupHelper=require(a108_0x519cc1(0x14d)),logger=require(a108_0x519cc1(0x14c))[a108_0x519cc1(0x1d3)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS}=require(a108_0x519cc1(0x1aa)),PerformanceTester=require(a108_0x519cc1(0x21b)),scripts=require(a108_0x519cc1(0x1eb)),globals=require(a108_0x519cc1(0x21d)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a108_0x519cc1(0x1fd));exports[a108_0x519cc1(0x153)]=async _0x4fec80=>{const _0x1ba88d=a108_0x519cc1,_0x464654={};_0x464654[_0x1ba88d(0x21a)]=function(_0x4d5a28,_0x5b6f79){return _0x4d5a28===_0x5b6f79;},_0x464654[_0x1ba88d(0x1c3)]=_0x1ba88d(0x186);const _0x533722=_0x464654;let _0x3b3688={};try{const _0x4a54f6=await _0x4fec80['getCapabilities']();_0x3b3688={'os_name':_0x4a54f6[_0x1ba88d(0x210)](),'os_version':bsSetupHelper[_0x1ba88d(0x197)](_0x533722['NxxlH'](global['__cloud_provider___'],_0x533722['SwNCN'])),'browser_name':_0x4a54f6[_0x1ba88d(0x16c)](),'browser_version':_0x4a54f6['getBrowserVersion']()};}catch(_0x45a323){logger['debug'](_0x1ba88d(0x139)+_0x45a323);}return _0x3b3688;},exports[a108_0x519cc1(0x134)]=()=>{const _0x2bcc33=a108_0x519cc1,_0x59919b={};_0x59919b[_0x2bcc33(0x143)]=function(_0x2e3be5,_0x5de95e){return _0x2e3be5===_0x5de95e;},_0x59919b[_0x2bcc33(0x212)]='string',_0x59919b[_0x2bcc33(0x223)]=function(_0x553e29,_0x4ef117){return _0x553e29>_0x4ef117;},_0x59919b[_0x2bcc33(0x233)]=function(_0x35d318,_0x462c51){return _0x35d318!==_0x462c51;},_0x59919b[_0x2bcc33(0x149)]='null',_0x59919b[_0x2bcc33(0x16e)]=function(_0x1f1aec,_0x3729cd){return _0x1f1aec&&_0x3729cd;};const _0xc08b08=_0x59919b;try{const _0x4364a2=bsSetupHelper['isTrue'](process[_0x2bcc33(0x17e)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper['isTrue'](process[_0x2bcc33(0x17e)][_0x2bcc33(0x1d4)]),_0x52a8fe=_0xc08b08[_0x2bcc33(0x143)](typeof process[_0x2bcc33(0x17e)][_0x2bcc33(0x1ac)],_0xc08b08['KXlxt'])&&_0xc08b08[_0x2bcc33(0x223)](process[_0x2bcc33(0x17e)][_0x2bcc33(0x1ac)][_0x2bcc33(0x183)],0x0)&&_0xc08b08[_0x2bcc33(0x233)](process[_0x2bcc33(0x17e)][_0x2bcc33(0x1ac)],_0xc08b08['RiaaD']);return _0xc08b08[_0x2bcc33(0x16e)](_0x4364a2,_0x52a8fe);}catch(_0x1745e4){logger[_0x2bcc33(0x201)](_0x2bcc33(0x18c)+_0x1745e4);}return![];},exports['nonBstackPlatformValidation']=(_0x3a863a,_0x5a1dff)=>{const _0x3d92c8=a108_0x519cc1,_0x11b954={'uPrCH':_0x3d92c8(0x190),'wVnQZ':function(_0x104366,_0x248f7a){return _0x104366(_0x248f7a);},'MfTwe':_0x3d92c8(0x1fe),'VEjmo':'version','gLEWi':_0x3d92c8(0x20f),'OGEZl':function(_0x2b8674,_0x1dfe7f){return _0x2b8674(_0x1dfe7f);},'SHVvg':'deviceName','yqfBD':_0x3d92c8(0x24f),'zsARM':_0x3d92c8(0x1d6),'mlZiO':_0x3d92c8(0x135),'pEIUw':'selenium-webdriver','CyzqL':_0x3d92c8(0x1f9),'udFaX':_0x3d92c8(0x195),'frBTX':'chromeOptions','XeavT':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ZlzrN':_0x3d92c8(0x1a5),'FrJSL':function(_0x1caf60,_0x1c6d14){return _0x1caf60===_0x1c6d14;},'PoZQU':_0x3d92c8(0x1fc),'zkwph':function(_0x5c4603,_0xa32936){return _0x5c4603>=_0xa32936;}},_0x2ae14f=_0x3a863a['get'](_0x11b954['uPrCH']),_0x38df3c=_0x11b954[_0x3d92c8(0x22e)](parseFloat,_0x3a863a[_0x3d92c8(0x217)](_0x11b954[_0x3d92c8(0x200)]))||_0x11b954[_0x3d92c8(0x22e)](parseFloat,_0x3a863a[_0x3d92c8(0x217)](_0x11b954[_0x3d92c8(0x1af)])),_0x3d970f=_0x3a863a[_0x3d92c8(0x217)](_0x11b954[_0x3d92c8(0x214)])||{},_0x141863=_0x11b954[_0x3d92c8(0x207)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x50c5ce=_0x3d970f[_0x11b954[_0x3d92c8(0x23e)]]||_0x3a863a[_0x3d92c8(0x217)](_0x11b954[_0x3d92c8(0x224)])||![];if(_0x50c5ce)return logger[_0x3d92c8(0x196)](_0x11b954[_0x3d92c8(0x178)]),![];let _0x2e664d;try{_0x2e664d=bsSetupHelper[_0x3d92c8(0x211)](_0x11b954['mlZiO'],_0x11b954[_0x3d92c8(0x1b4)]);}catch(_0x2f78df){return![];}const _0x269b2f=new _0x2e664d[(_0x3d92c8(0x1bc))](_0x5a1dff[_0x3d92c8(0x199)]),_0x43555f=bsSetupHelper['nestedKeyValue'](_0x269b2f,[_0x11b954[_0x3d92c8(0x14a)],_0x11b954[_0x3d92c8(0x1b9)]])||bsSetupHelper['nestedKeyValue'](_0x5a1dff[_0x3d92c8(0x13d)],[_0x11b954[_0x3d92c8(0x214)],_0x11b954[_0x3d92c8(0x191)],_0x11b954['udFaX']])||bsSetupHelper[_0x3d92c8(0x1ae)](_0x5a1dff[_0x3d92c8(0x13d)],[_0x11b954['frBTX'],_0x11b954[_0x3d92c8(0x1b9)]])||[],_0x30222c=Array['isArray'](_0x43555f)?_0x43555f:[];if(_0x30222c[_0x3d92c8(0x184)](_0x5dde48=>typeof _0x5dde48==='string'&&(_0x5dde48===_0x3d92c8(0x21c)||_0x5dde48['startsWith'](_0x3d92c8(0x13c))&&_0x5dde48!==_0x3d92c8(0x15f))))return logger['warn'](_0x11b954[_0x3d92c8(0x181)]),![];const _0x5c479d=_0x5a1dff['capabilities_']||{},_0x297b18=bsSetupHelper['nestedKeyValue'](_0x5c479d,[_0x11b954[_0x3d92c8(0x163)]])||{},_0x2fba42=bsSetupHelper['nestedKeyValue'](_0x297b18,[_0x11b954[_0x3d92c8(0x1b9)]])||[],_0x58428b=Array[_0x3d92c8(0x17c)](_0x2fba42)?_0x2fba42:[];if(_0x58428b['some'](_0x17d2b6=>typeof _0x17d2b6===_0x3d92c8(0x166)&&(_0x17d2b6===_0x3d92c8(0x21c)||_0x17d2b6[_0x3d92c8(0x1a2)](_0x3d92c8(0x13c))&&_0x17d2b6!=='--headless=new')))return logger['warn'](_0x11b954[_0x3d92c8(0x181)]),![];if(_0x11b954[_0x3d92c8(0x256)](_0x2ae14f['toLowerCase'](),_0x11b954[_0x3d92c8(0x175)])&&_0x11b954[_0x3d92c8(0x158)](_0x38df3c,_0x141863))return!![];return logger[_0x3d92c8(0x196)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a108_0x519cc1(0x21e)]=_0x194840=>{const _0x2b4579=a108_0x519cc1,_0x3f236b={};_0x3f236b[_0x2b4579(0x213)]=_0x2b4579(0x1a5),_0x3f236b['xrqct']=function(_0x34cd7d,_0x430e36){return _0x34cd7d||_0x430e36;},_0x3f236b[_0x2b4579(0x177)]=_0x2b4579(0x18f);const _0x56ea21=_0x3f236b,_0x31913b=scripts[_0x2b4579(0x203)];try{const _0x563607=bsSetupHelper[_0x2b4579(0x193)](process[_0x2b4579(0x17e)][_0x2b4579(0x168)])||bsSetupHelper[_0x2b4579(0x193)](process[_0x2b4579(0x17e)][_0x2b4579(0x1d4)]);if((!bsSetupHelper[_0x2b4579(0x19e)]()||process[_0x2b4579(0x17e)][_0x2b4579(0x1be)])&&_0x563607){const _0x509027=_0x194840['getCapabilities'](),_0x535cc0=_0x509027[_0x2b4579(0x217)](_0x56ea21[_0x2b4579(0x213)]),_0x525291=_0x56ea21['xrqct'](_0x535cc0,{});bsSetupHelper['mergeDeep'](_0x525291,_0x31913b),_0x194840['getCapabilities']()[_0x2b4579(0x19c)](_0x56ea21[_0x2b4579(0x213)],_0x525291);}else logger[_0x2b4579(0x196)](_0x56ea21[_0x2b4579(0x177)]);}catch(_0x1dfbee){logger['error'](_0x2b4579(0x15a)+_0x1dfbee);}},exports['shouldScanTestForAccessibility']=(_0x326028=null,_0x24724e=!![],_0x3b8eaf=[])=>{const _0x5edb03=a108_0x519cc1,_0x30cbfc={};_0x30cbfc['cZpms']=function(_0x478d06,_0x43b5cc){return _0x478d06==_0x43b5cc;},_0x30cbfc[_0x5edb03(0x22b)]=function(_0x55b74b,_0x321421){return _0x55b74b>_0x321421;},_0x30cbfc['LTwaj']=function(_0x5d9e7e,_0x1928b0){return _0x5d9e7e===_0x1928b0;},_0x30cbfc[_0x5edb03(0x138)]=function(_0x372e7c,_0x58c2f1){return _0x372e7c&&_0x58c2f1;},_0x30cbfc[_0x5edb03(0x19f)]=function(_0x3bd5a8,_0x3910db){return _0x3bd5a8===_0x3910db;};const _0xf825eb=_0x30cbfc;if(_0xf825eb[_0x5edb03(0x219)](process[_0x5edb03(0x17e)][_0x5edb03(0x222)],null))return!![];try{const _0x3dc2bc=JSON[_0x5edb03(0x14b)](process[_0x5edb03(0x17e)][_0x5edb03(0x222)]),_0x516482=Array[_0x5edb03(0x17c)](_0x3dc2bc[_0x5edb03(0x1cc)])?_0x3dc2bc['includeTagsInTestingScope']:[],_0x560537=Array[_0x5edb03(0x17c)](_0x3dc2bc['excludeTagsInTestingScope'])?_0x3dc2bc[_0x5edb03(0x1e3)]:[],_0x309563=_0x35b9f1=>typeof _0x35b9f1==='string'?_0x35b9f1[_0x5edb03(0x20a)](/^@/,'')[_0x5edb03(0x1a4)]()[_0x5edb03(0x180)]():_0x35b9f1;if(bsSetupHelper[_0x5edb03(0x1e5)](_0x326028)){if(_0xf825eb[_0x5edb03(0x22b)](_0x3b8eaf[_0x5edb03(0x183)],0x0)){const _0x31d23f=_0x3b8eaf[_0x5edb03(0x1f2)](_0x309563),_0x45409e=_0x560537['some'](_0x5d9b0b=>_0x31d23f[_0x5edb03(0x1b0)](_0x309563(_0x5d9b0b))),_0x1ed648=_0xf825eb[_0x5edb03(0x167)](_0x516482[_0x5edb03(0x183)],0x0)||_0x516482[_0x5edb03(0x184)](_0x3673dc=>_0x31d23f[_0x5edb03(0x1b0)](_0x309563(_0x3673dc)));return _0xf825eb[_0x5edb03(0x138)](!_0x45409e,_0x1ed648);}return!![];}let _0x1edb2b;_0x24724e?_0x1edb2b=_0x326028['join']('/'):_0x1edb2b=_0x326028;const _0x432a9b=_0x560537[_0x5edb03(0x184)](_0x57c8aa=>_0x1edb2b['toLowerCase']()['includes'](_0x309563(_0x57c8aa)['toLowerCase']())),_0x46efdf=_0xf825eb['VfOwB'](_0x516482[_0x5edb03(0x183)],0x0)||_0x516482['some'](_0x57bcf4=>_0x1edb2b[_0x5edb03(0x1a4)]()[_0x5edb03(0x1b0)](_0x309563(_0x57bcf4)[_0x5edb03(0x1a4)]()));return _0xf825eb[_0x5edb03(0x138)](!_0x432a9b,_0x46efdf);}catch(_0x390c2b){logger[_0x5edb03(0x201)](_0x5edb03(0x146)+util[_0x5edb03(0x1cf)](_0x390c2b));}return![];},exports['checkAccessibilityPlatformConfig']=_0x2d051=>{const _0x30f0ee=a108_0x519cc1;let _0x33b804=![];try{_0x2d051[_0x30f0ee(0x1ca)][_0x30f0ee(0x237)](_0x143344=>{const _0xd65267=_0x30f0ee;if(bsSetupHelper[_0xd65267(0x193)](_0x143344[_0xd65267(0x1b5)]))return _0x33b804=!![],!![];});}catch(_0xc946db){logger['debug'](_0x30f0ee(0x232)+_0xc946db);}return _0x33b804||bsSetupHelper[_0x30f0ee(0x193)](_0x2d051[_0x30f0ee(0x1b5)]);},exports[a108_0x519cc1(0x148)]=PerformanceTester[a108_0x519cc1(0x1d1)](a108_0x519cc1(0x1fa),async function(_0xbcb2bd,_0x550ce2){const _0x32a342=a108_0x519cc1,_0x1fa710={};_0x1fa710[_0x32a342(0x257)]=_0x32a342(0x24a),_0x1fa710[_0x32a342(0x1c9)]=_0x32a342(0x19a),_0x1fa710[_0x32a342(0x22f)]=_0x32a342(0x198),_0x1fa710['bjcqk']=_0x32a342(0x220),_0x1fa710[_0x32a342(0x23f)]=_0x32a342(0x22a),_0x1fa710['WAaJj']=_0x32a342(0x20e),_0x1fa710['opYmV']=function(_0x5281b2,_0xc396db){return _0x5281b2===_0xc396db;},_0x1fa710[_0x32a342(0x231)]=_0x32a342(0x234),_0x1fa710[_0x32a342(0x155)]='false';const _0x392147=_0x1fa710,_0x776a38=bsSetupHelper[_0x32a342(0x17a)](_0xbcb2bd),_0x1be714=bsSetupHelper[_0x32a342(0x240)](_0xbcb2bd);if(bsSetupHelper['isUndefined'](_0x776a38)||bsSetupHelper[_0x32a342(0x1e5)](_0x1be714))return logger[_0x32a342(0x16a)](_0x392147[_0x32a342(0x257)]),[null,null];try{let _0x8e50be;bsSetupHelper['isUndefined'](process[_0x32a342(0x17e)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x8e50be={}:_0x8e50be=JSON[_0x32a342(0x14b)](process[_0x32a342(0x17e)][_0x32a342(0x222)]);const {name:_0x62a1c2,version:_0xfdc831}=bsSetupHelper['getTestFrameworkDetails'](_0xbcb2bd,_0x550ce2),_0x2da778={'projectName':_0xbcb2bd['projectName'],'buildName':_0xbcb2bd[_0x32a342(0x205)]||path[_0x32a342(0x1c5)](path['resolve'](process[_0x32a342(0x156)]())),'startTime':new Date()[_0x32a342(0x1b6)](),'description':_0xbcb2bd[_0x32a342(0x1c4)]||'','source':{'frameworkName':_0x550ce2[_0x32a342(0x1b0)](_0x392147[_0x32a342(0x1c9)])?_0x392147[_0x32a342(0x1c9)]:_0x550ce2,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x550ce2),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x392147[_0x32a342(0x22f)],'testFramework':_0x62a1c2,'testFrameworkVersion':_0xfdc831},'settings':_0x8e50be,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x32a342(0x1f6)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x57626d={};_0x57626d['user']=_0x776a38,_0x57626d[_0x32a342(0x1bd)]=_0x1be714;const _0x3f0463={};_0x3f0463['Content-Type']=_0x392147[_0x32a342(0x145)];const _0x29a630={};_0x29a630[_0x32a342(0x24e)]=_0x57626d,_0x29a630[_0x32a342(0x246)]=_0x3f0463;const _0x425c8c=_0x29a630,_0x1837a6={};_0x1837a6[_0x32a342(0x188)]=_0x2da778,_0x1837a6[_0x32a342(0x18d)]=!![];const _0x4ed31c=Object[_0x32a342(0x1e0)](_0x425c8c,_0x1837a6),_0x1a4ac0=await bsSetupHelper[_0x32a342(0x241)](_0x392147[_0x32a342(0x23f)],_0x392147[_0x32a342(0x20c)],_0x4ed31c,_0xbcb2bd,API_URL);let _0x57e24a=process[_0x32a342(0x17e)][_0x32a342(0x222)];return _0x57e24a?_0x57e24a=JSON['parse'](process[_0x32a342(0x17e)][_0x32a342(0x222)]):_0x57e24a={},scripts[_0x32a342(0x141)](_0x1a4ac0[_0x32a342(0x174)][_0x32a342(0x174)]),scripts['toJson'](),_0x57e24a[_0x32a342(0x19d)]=_0x1a4ac0['data']['data'][_0x32a342(0x19d)],process['env'][_0x32a342(0x222)]=JSON[_0x32a342(0x22d)](_0x57e24a),[_0x1a4ac0[_0x32a342(0x174)][_0x32a342(0x174)][_0x32a342(0x1a3)],_0x1a4ac0[_0x32a342(0x174)][_0x32a342(0x174)]['id']];}catch(_0x5114f4){if(_0x5114f4[_0x32a342(0x176)])logger[_0x32a342(0x16a)](_0x32a342(0x194)+_0x5114f4[_0x32a342(0x176)][_0x32a342(0x164)]+'\x20'+_0x5114f4['response']['statusText']+'\x20'+JSON[_0x32a342(0x22d)](_0x5114f4[_0x32a342(0x176)][_0x32a342(0x174)]));else{if(_0x392147[_0x32a342(0x1ff)](_0x5114f4[_0x32a342(0x1bf)],_0x392147['cDCFy'])){logger[_0x32a342(0x16a)](_0x32a342(0x194)+(_0x5114f4[_0x32a342(0x1bf)]||_0x5114f4['stack']));for(const _0xda33b of _0x5114f4[_0x32a342(0x1e9)]){logger[_0x32a342(0x16a)](_0xda33b[_0x32a342(0x1bf)]);}process[_0x32a342(0x17e)][_0x32a342(0x168)]=_0x392147[_0x32a342(0x155)],process[_0x32a342(0x17e)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x392147[_0x32a342(0x155)];}else logger[_0x32a342(0x16a)](_0x32a342(0x194)+(_0x5114f4['message']||_0x5114f4[_0x32a342(0x13b)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester['measureWrapper'](a108_0x519cc1(0x239),async function(_0x2a8d02){const _0x560688=a108_0x519cc1,_0x46d068={};_0x46d068['rcqdF']=function(_0x38c7de,_0x46f33f){return _0x38c7de!==_0x46f33f;},_0x46d068[_0x560688(0x1d2)]='string',_0x46d068[_0x560688(0x253)]='error',_0x46d068[_0x560688(0x165)]=_0x560688(0x1c2),_0x46d068[_0x560688(0x13e)]=_0x560688(0x220),_0x46d068['AApIA']=_0x560688(0x1bb),_0x46d068[_0x560688(0x202)]='test_runs/stop',_0x46d068[_0x560688(0x226)]=function(_0x113cf2,_0x55dc0c){return _0x113cf2+_0x55dc0c;},_0x46d068['YShis']=_0x560688(0x169),_0x46d068[_0x560688(0x18a)]=_0x560688(0x1ad);const _0x2740c5=_0x46d068;if(bsSetupHelper[_0x560688(0x1e5)](process['env'][_0x560688(0x1ac)])||_0x2740c5[_0x560688(0x255)](typeof process[_0x560688(0x17e)][_0x560688(0x1ac)],_0x2740c5[_0x560688(0x1d2)])){const _0x4957fb={};return _0x4957fb[_0x560688(0x164)]=_0x2740c5[_0x560688(0x253)],_0x4957fb[_0x560688(0x1bf)]=_0x2740c5[_0x560688(0x165)],_0x4957fb;}const _0x47a37d={'endTime':new Date()['toISOString']()},_0x4c2a90={};_0x4c2a90[_0x560688(0x229)]=_0x560688(0x1f7)+process[_0x560688(0x17e)][_0x560688(0x1ac)],_0x4c2a90[_0x560688(0x23b)]=_0x2740c5[_0x560688(0x13e)];const _0x296e08={};_0x296e08[_0x560688(0x246)]=_0x4c2a90;const _0x116c41=_0x296e08,_0x52d9f7={};_0x52d9f7['body']=_0x47a37d,_0x52d9f7['auth']=null,_0x52d9f7['json']=!![];const _0x20496e=Object[_0x560688(0x1e0)](_0x116c41,_0x52d9f7);try{const _0x5ad843=await bsSetupHelper[_0x560688(0x241)](_0x2740c5[_0x560688(0x13f)],_0x2740c5['DcxfS'],_0x20496e,_0x2a8d02,API_URL);if(_0x5ad843[_0x560688(0x174)][_0x560688(0x16a)])throw new Error(_0x2740c5['wHMsv'](_0x2740c5['YShis'],_0x5ad843[_0x560688(0x174)][_0x560688(0x16a)]));else{logger[_0x560688(0x170)](_0x560688(0x206)+new Date()['toISOString']());const _0x1c33ad={};return _0x1c33ad[_0x560688(0x164)]=_0x2740c5[_0x560688(0x18a)],_0x1c33ad[_0x560688(0x1bf)]='',_0x1c33ad;}}catch(_0x2765e2){_0x2765e2[_0x560688(0x176)]?logger[_0x560688(0x16a)](_0x560688(0x1e7)+_0x2765e2[_0x560688(0x176)][_0x560688(0x164)]+'\x20'+_0x2765e2[_0x560688(0x176)][_0x560688(0x15c)]+'\x20'+JSON[_0x560688(0x22d)](_0x2765e2['response']['data'])):logger['error'](_0x560688(0x1e7)+(_0x2765e2[_0x560688(0x1bf)]||util[_0x560688(0x1cf)](_0x2765e2)));const _0x3ad73f={};return _0x3ad73f[_0x560688(0x164)]=_0x2740c5[_0x560688(0x253)],_0x3ad73f[_0x560688(0x1bf)]=_0x2765e2['message']||(_0x2765e2['response']?_0x2765e2[_0x560688(0x176)]['status']+':'+_0x2765e2['response'][_0x560688(0x15c)]:_0x2765e2),_0x3ad73f;}}),exports[a108_0x519cc1(0x242)]=async(_0x258b8f,_0x40a8d5=null,_0x3c5593=![],_0x3e5ff4=null)=>{const _0x33a290=a108_0x519cc1,_0x383541={};_0x383541[_0x33a290(0x204)]=_0x33a290(0x144),_0x383541[_0x33a290(0x228)]='bstackA11yShouldScan',_0x383541[_0x33a290(0x208)]=_0x33a290(0x14f),_0x383541[_0x33a290(0x1ef)]=function(_0x562ac1,_0x729a95){return _0x562ac1||_0x729a95;},_0x383541['gaMcr']='bstackA11yScanOptions',_0x383541[_0x33a290(0x16b)]=_0x33a290(0x24b);const _0x320212=_0x383541;if(!this[_0x33a290(0x134)]()||!globals[_0x33a290(0x136)](_0x320212[_0x33a290(0x204)])||!_0x3c5593&&!globals[_0x33a290(0x136)](_0x320212[_0x33a290(0x228)])){logger['warn'](_0x320212[_0x33a290(0x208)]);return;}const _0x1473e7=_0x3c5593?_0x320212['vOggU'](_0x3e5ff4,{}):globals[_0x33a290(0x136)](_0x320212[_0x33a290(0x1c8)])||{},_0x5c7210={};_0x5c7210[_0x33a290(0x221)]=_0x40a8d5||global['browserstackSessionName'];const _0x50ada3=Object[_0x33a290(0x1e0)]({},_0x1473e7,_0x5c7210);await this[_0x33a290(0x1f1)](_0x258b8f)&&(Object['assign'](_0x50ada3,this[_0x33a290(0x1d8)](),{'thTestRunUuid':this[_0x33a290(0x1a0)]()}),logger[_0x33a290(0x201)](_0x320212['nwtrc']));logger['debug'](_0x33a290(0x218)+util[_0x33a290(0x1cf)]('%j',_0x50ada3));const _0x26aedd={};return _0x26aedd[_0x33a290(0x1db)]=_0x40a8d5,await PerformanceTester[_0x33a290(0x1d1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x28b745=_0x33a290;try{await _0x258b8f[_0x28b745(0x247)](()=>_0x258b8f[_0x28b745(0x23c)](_0x28b745(0x252)),0x1388);}catch(_0x3682a9){}const _0x29ae8e=util['format'](await _0x258b8f[_0x28b745(0x1ea)](scripts['performScan'],_0x50ada3));return logger[_0x28b745(0x201)](_0x28b745(0x249)+_0x29ae8e),_0x29ae8e;},_0x26aedd)();},exports[a108_0x519cc1(0x1de)]=async(_0xafdf83,_0x1ec26f)=>{const _0x10b38e=a108_0x519cc1,_0x4d2bd1={};_0x4d2bd1[_0x10b38e(0x15d)]=_0x10b38e(0x162),_0x4d2bd1[_0x10b38e(0x20b)]=_0x10b38e(0x144),_0x4d2bd1['BVWWR']=_0x10b38e(0x17b),_0x4d2bd1[_0x10b38e(0x254)]=_0x10b38e(0x1f4),_0x4d2bd1[_0x10b38e(0x171)]=_0x10b38e(0x1de),_0x4d2bd1[_0x10b38e(0x17f)]=_0x10b38e(0x187);const _0x4efed3=_0x4d2bd1;if(!this[_0x10b38e(0x134)]()||!globals[_0x10b38e(0x136)](_0x4efed3[_0x10b38e(0x20b)])||!globals[_0x10b38e(0x136)](_0x4efed3[_0x10b38e(0x24d)]))return logger[_0x10b38e(0x196)](_0x4efed3['LuJXo']),[];try{const _0xe5b22e=await this[_0x10b38e(0x1f1)](_0xafdf83),_0x20dd6e=_0xe5b22e?Object[_0x10b38e(0x1e0)]({},this[_0x10b38e(0x1d8)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0xe5b22e&&logger[_0x10b38e(0x201)](_0x10b38e(0x1d9)+util[_0x10b38e(0x1cf)]('%j',_0x20dd6e)),await PerformanceTester[_0x10b38e(0x1d1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x3a4f46=_0x10b38e;logger[_0x3a4f46(0x201)](_0x4efed3[_0x3a4f46(0x15d)]);const _0x4ba2d6={};_0x4ba2d6[_0x3a4f46(0x221)]=_0x1ec26f[_0x3a4f46(0x1ed)];const _0x5a1484=Object[_0x3a4f46(0x1e0)](_0x4ba2d6,_0x20dd6e);logger[_0x3a4f46(0x201)](util[_0x3a4f46(0x1cf)](await _0xafdf83['executeAsyncScript'](scripts[_0x3a4f46(0x242)],_0x5a1484)));},{'command':_0x4efed3[_0x10b38e(0x171)]})(),await PerformanceTester[_0x10b38e(0x1d1)](PerformanceA11yEvents[_0x10b38e(0x250)],async()=>{const _0x523954=_0x10b38e,_0x55a932=_0xe5b22e?await _0xafdf83[_0x523954(0x1ea)](scripts[_0x523954(0x244)],_0x20dd6e):await _0xafdf83[_0x523954(0x1ea)](scripts[_0x523954(0x244)]);return _0x55a932;})();}catch{return logger['error'](_0x4efed3[_0x10b38e(0x17f)]),[];}},exports[a108_0x519cc1(0x235)]=async(_0x17f858,_0x3ea72a)=>{const _0x25ae40=a108_0x519cc1,_0x1c4c13={};_0x1c4c13['oLvnE']=_0x25ae40(0x1dc),_0x1c4c13[_0x25ae40(0x179)]='isAccessibilityPlatform',_0x1c4c13[_0x25ae40(0x159)]=_0x25ae40(0x17b),_0x1c4c13[_0x25ae40(0x216)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x1c4c13['olETM']=_0x25ae40(0x235),_0x1c4c13[_0x25ae40(0x1c7)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x1d4382=_0x1c4c13;if(!this[_0x25ae40(0x134)]()||!globals[_0x25ae40(0x136)](_0x1d4382['RLdFU'])||!globals['getGlobal'](_0x1d4382[_0x25ae40(0x159)]))return logger['warn'](_0x1d4382[_0x25ae40(0x216)]),{};try{const _0x1b93c2=await this[_0x25ae40(0x1f1)](_0x17f858),_0x4655cd=_0x1b93c2?Object[_0x25ae40(0x1e0)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x1b93c2&&logger['debug']('getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20'+util[_0x25ae40(0x1cf)]('%j',_0x4655cd)),await PerformanceTester[_0x25ae40(0x1d1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4ee4b7=_0x25ae40;logger['debug'](_0x1d4382['oLvnE']);const _0x451f11={};_0x451f11['method']=_0x3ea72a[_0x4ee4b7(0x1ed)];const _0x4a1676=Object[_0x4ee4b7(0x1e0)](_0x451f11,_0x4655cd);logger['debug'](util[_0x4ee4b7(0x1cf)](await _0x17f858[_0x4ee4b7(0x1ea)](scripts[_0x4ee4b7(0x242)],_0x4a1676)));},{'command':_0x1d4382[_0x25ae40(0x1f0)]})(),await PerformanceTester[_0x25ae40(0x1d1)](PerformanceA11yEvents[_0x25ae40(0x1ba)],async()=>{const _0x140591=_0x25ae40,_0x53e949=_0x1b93c2?await _0x17f858['executeAsyncScript'](scripts[_0x140591(0x1df)],_0x4655cd):await _0x17f858[_0x140591(0x1ea)](scripts[_0x140591(0x1df)]);return _0x53e949;})();}catch{return logger[_0x25ae40(0x16a)](_0x1d4382[_0x25ae40(0x1c7)]),{};}},exports['isMobileAccessibilityPlatform']=(_0xf00fa7,_0x89288d=![])=>{const _0x3c9865=a108_0x519cc1,_0x4ae261={'cXIeY':function(_0x2805e0,_0x304f7b){return _0x2805e0(_0x304f7b);},'GDtPZ':function(_0x5683f7,_0x1d08a9){return _0x5683f7(_0x1d08a9);},'ucwIi':'platformName','aOLws':function(_0x3d3465,_0x5b4efc){return _0x3d3465!==_0x5b4efc;},'KGNXH':'android','vdzCW':function(_0x396b59,_0x50daca){return _0x396b59(_0x50daca);},'eIjbN':function(_0x4b1b25,_0x5a715b){return _0x4b1b25(_0x5a715b);},'cmrIC':_0x3c9865(0x190),'CEyhb':_0x3c9865(0x1fc),'bkrOA':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','PkZiy':_0x3c9865(0x248)};try{if(!_0xf00fa7)return![];const _0x52b223=_0x36b30f=>typeof _0xf00fa7[_0x3c9865(0x217)]===_0x3c9865(0x1ee)?_0xf00fa7[_0x3c9865(0x217)](_0x36b30f):_0xf00fa7[_0x36b30f],_0x113b16=_0x4ae261[_0x3c9865(0x243)](String,_0x4ae261[_0x3c9865(0x18b)](_0x52b223,_0x4ae261[_0x3c9865(0x215)])||'')[_0x3c9865(0x1a4)]();if(_0x4ae261[_0x3c9865(0x238)](_0x113b16,_0x4ae261[_0x3c9865(0x245)]))return![];const _0x3aecc0=_0x4ae261[_0x3c9865(0x21f)](String,_0x4ae261[_0x3c9865(0x1c6)](_0x52b223,_0x4ae261[_0x3c9865(0x17d)])||'')['toLowerCase']();if(!_0x3aecc0[_0x3c9865(0x1b0)](_0x4ae261[_0x3c9865(0x1b1)]))return _0x89288d&&logger[_0x3c9865(0x196)](_0x4ae261[_0x3c9865(0x1a9)]),![];return logger[_0x3c9865(0x201)](_0x4ae261[_0x3c9865(0x1cb)]),!![];}catch(_0x462750){return logger[_0x3c9865(0x201)](_0x3c9865(0x236)+_0x462750),![];}},exports[a108_0x519cc1(0x1f1)]=async _0x3c31f3=>{const _0x3db9a6=a108_0x519cc1;try{const _0x5a1c51=await _0x3c31f3[_0x3db9a6(0x1e4)]();return exports[_0x3db9a6(0x209)](_0x5a1c51);}catch(_0x322fa0){return logger['debug'](_0x3db9a6(0x1ce)+_0x322fa0),![];}},exports['getMobileA11yCapabilities']=()=>{const _0x47a493=a108_0x519cc1,_0x27e2fe={};return _0x27e2fe[_0x47a493(0x16f)]=!![],_0x27e2fe;},exports[a108_0x519cc1(0x1a0)]=()=>{const _0x467d5a=a108_0x519cc1,_0x7d2553={};_0x7d2553[_0x467d5a(0x1a8)]=function(_0x2a0a13,_0x137e16){return _0x2a0a13===_0x137e16;},_0x7d2553[_0x467d5a(0x1ab)]=_0x467d5a(0x166),_0x7d2553[_0x467d5a(0x1f3)]=function(_0x36d1cd,_0x127709){return _0x36d1cd>_0x127709;},_0x7d2553[_0x467d5a(0x150)]=_0x467d5a(0x1b8),_0x7d2553[_0x467d5a(0x18e)]=_0x467d5a(0x23d),_0x7d2553[_0x467d5a(0x13a)]=_0x467d5a(0x1f8);const _0x54b5c1=_0x7d2553,_0x366c5f=global[_0x467d5a(0x24c)],_0x3862ce=_0x366c5f&&_0x366c5f[_0x467d5a(0x1ec)],_0x23770a=_0x3862ce&&_0x3862ce[_0x467d5a(0x147)];if(_0x54b5c1['glbIz'](typeof _0x23770a,_0x54b5c1['WyGCg'])&&_0x54b5c1[_0x467d5a(0x1f3)](_0x23770a['length'],0x0))return _0x23770a;let _0x3d0814;if(!_0x366c5f)_0x3d0814=_0x54b5c1[_0x467d5a(0x150)];else!_0x3862ce?_0x3d0814=_0x54b5c1[_0x467d5a(0x18e)]:_0x3d0814='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object[_0x467d5a(0x152)](_0x3862ce)['join'](',\x20')+_0x467d5a(0x1e6)+(_0x54b5c1[_0x467d5a(0x1a8)](_0x23770a,undefined)?_0x54b5c1['dkVwn']:'\x22'+_0x23770a+'\x22')+_0x467d5a(0x15b);return logger[_0x467d5a(0x196)](_0x467d5a(0x1e1)+_0x3d0814+_0x467d5a(0x14e)),'';},exports[a108_0x519cc1(0x189)]=_0x340ac7=>{const _0x1a3456=a108_0x519cc1,_0x260548={};_0x260548[_0x1a3456(0x1dd)]=function(_0x4462d0,_0x5105a4){return _0x4462d0===_0x5105a4;},_0x260548[_0x1a3456(0x1c1)]=_0x1a3456(0x166),_0x260548[_0x1a3456(0x140)]=_0x1a3456(0x1b3);const _0xef7b6d=_0x260548;if(_0x340ac7&&_0x340ac7[_0x1a3456(0x185)]&&_0xef7b6d[_0x1a3456(0x1dd)](typeof _0x340ac7[_0x1a3456(0x185)],_0xef7b6d['pwIyy']))return _0x340ac7['script'][_0x1a3456(0x1b0)](_0xef7b6d[_0x1a3456(0x140)]);return![];},exports[a108_0x519cc1(0x1a6)]=a108_0x519cc1(0x151),exports[a108_0x519cc1(0x137)]=()=>process[a108_0x519cc1(0x17e)][a108_0x519cc1(0x1b7)]===a108_0x519cc1(0x1d7),exports[a108_0x519cc1(0x1cd)]=_0x197489=>{const _0x2c8bd6=a108_0x519cc1,_0x48ba14={};_0x48ba14[_0x2c8bd6(0x1a1)]=function(_0x406865,_0x1398a7){return _0x406865 in _0x1398a7;};const _0x3a56df=_0x48ba14;if(bsSetupHelper[_0x2c8bd6(0x1e5)](_0x197489))return![];const _0x1080df=_0x197489['toLowerCase']();return _0x3a56df[_0x2c8bd6(0x1a1)](_0x1080df,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a108_0x519cc1(0x160)]=_0x1f8ac5=>{const _0x13d4bb=a108_0x519cc1;if(bsSetupHelper['isUndefined'](_0x1f8ac5))return null;const _0x4dd624=_0x1f8ac5[_0x13d4bb(0x1a4)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x4dd624]||null;},exports[a108_0x519cc1(0x173)]=(_0x35f99d,_0x17f2cc)=>{const _0x5caee1=a108_0x519cc1,_0xd98737=this[_0x5caee1(0x160)](_0x35f99d);if(!_0xd98737)return null;if(_0x17f2cc)return _0xd98737[_0x5caee1(0x227)];return _0xd98737[_0x5caee1(0x251)];},exports['getBrowserDisplayName']=_0x340fd7=>{const _0x49391b=a108_0x519cc1,_0x4aacab=this[_0x49391b(0x160)](_0x340fd7);return _0x4aacab?_0x4aacab[_0x49391b(0x1b2)]:_0x340fd7;},exports['requiresChromeOptionsValidation']=_0x139e9a=>{const _0x21c2f5=a108_0x519cc1,_0x8b33b6=this[_0x21c2f5(0x160)](_0x139e9a);return _0x8b33b6?_0x8b33b6[_0x21c2f5(0x1fb)]:![];},exports[a108_0x519cc1(0x142)]=(_0x4e7a7f,_0x27454c)=>{const _0x118de6=a108_0x519cc1,_0x2dd109={'bVgzS':function(_0x242c44,_0x28d57f){return _0x242c44(_0x28d57f);},'mpGhA':function(_0x477eb3,_0x56b253){return _0x477eb3>=_0x56b253;}};if(bsSetupHelper[_0x118de6(0x1e5)](_0x4e7a7f)||bsSetupHelper[_0x118de6(0x1e5)](_0x27454c))return![];const _0x2280e2=bsSetupHelper[_0x118de6(0x1da)](_0x2dd109[_0x118de6(0x23a)](String,_0x4e7a7f),_0x2dd109[_0x118de6(0x23a)](String,_0x27454c));return _0x2dd109[_0x118de6(0x19b)](_0x2280e2,0x0);},exports[a108_0x519cc1(0x22c)]=_0x420039=>{const _0xe6b5e8=a108_0x519cc1,_0x3b17e0={};_0x3b17e0[_0xe6b5e8(0x1d0)]=function(_0x55ae9a,_0x3eb1cc){return _0x55ae9a!==_0x3eb1cc;},_0x3b17e0[_0xe6b5e8(0x161)]=_0xe6b5e8(0x166),_0x3b17e0['UXMrW']=_0xe6b5e8(0x225);const _0x5c1551=_0x3b17e0;if(!_0x420039||_0x5c1551[_0xe6b5e8(0x1d0)](typeof _0x420039,_0x5c1551[_0xe6b5e8(0x161)]))return null;try{return JSON['parse'](Buffer[_0xe6b5e8(0x1e2)](_0x420039[_0xe6b5e8(0x16d)]('.')[0x1],_0x5c1551[_0xe6b5e8(0x1c0)])[_0xe6b5e8(0x154)]());}catch{return null;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a109_0x58353d=a109_0x5050;(function(_0x504bf2,_0x1467a5){const _0xb7e59f=a109_0x5050,_0x54fde9=_0x504bf2();while(!![]){try{const _0x5b72d9=-parseInt(_0xb7e59f(0x6d))/0x1+-parseInt(_0xb7e59f(0x91))/0x2+parseInt(_0xb7e59f(0x84))/0x3*(-parseInt(_0xb7e59f(0xa0))/0x4)+-parseInt(_0xb7e59f(0x78))/0x5*(-parseInt(_0xb7e59f(0x9e))/0x6)+parseInt(_0xb7e59f(0x81))/0x7+parseInt(_0xb7e59f(0x90))/0x8*(-parseInt(_0xb7e59f(0x80))/0x9)+parseInt(_0xb7e59f(0x8b))/0xa;if(_0x5b72d9===_0x1467a5)break;else _0x54fde9['push'](_0x54fde9['shift']());}catch(_0xfee82d){_0x54fde9['push'](_0x54fde9['shift']());}}}(a109_0x362d,0x80916));function a109_0x5050(_0x4672bb,_0x438077){const _0x362d9f=a109_0x362d();return a109_0x5050=function(_0x505010,_0x1229b6){_0x505010=_0x505010-0x66;let _0x1c82a5=_0x362d9f[_0x505010];return _0x1c82a5;},a109_0x5050(_0x4672bb,_0x438077);}function a109_0x362d(){const _0x1807ba=['getClass','kPAyK','parseFromProto','nonBStackInfraA11yChromeOptions','6070QgHXQA','getResults','toJson','YvYCf','shouldWrapCommand','getCommand','smEdf','ChromeExtension','435879GxmRZr','2604889fcfYMo','browserstackFolderPath','toLowerCase','18RpjLrX','cLfRj','pwKmV','../../helpers/logger','gxhUL','fromJson','getModule','20515580BOsoVH','map','winstonLogger','name','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','56xmuick','2033282BPclql','4|1|6|5|3|0|2','exports','getResultsSummary','SIrdY','TPdeA','commands','join','split','AykoC','debug','existsSync','length','2022LWpdlR','getLibrary','102028pTtTEc','parseFromJson','stringify','commandsPath','commandsToWrap','saveTestResults','scripts','BhEJX','.browserstack','EFFmb','getName','mkdirSync','797489WixbOc','../helper','scan','oQYhC','writeFileSync','performScan','getMethod'];a109_0x362d=function(){return _0x1807ba;};return a109_0x362d();}const path=require('path'),fs=require('fs'),logger=require(a109_0x58353d(0x87))[a109_0x58353d(0x8d)],helper=require(a109_0x58353d(0x6e));class Scripts{constructor(){const _0x406ef7=a109_0x58353d,_0x293c54={};_0x293c54['smEdf']=_0x406ef7(0x92),_0x293c54[_0x406ef7(0x96)]='commands.json',_0x293c54['cLfRj']=_0x406ef7(0x69);const _0xef2450=_0x293c54,_0x14c3bb=_0xef2450[_0x406ef7(0x7e)][_0x406ef7(0x99)]('|');let _0x373942=0x0;while(!![]){switch(_0x14c3bb[_0x373942++]){case'0':this[_0x406ef7(0xa3)]=path['join'](this['browserstackFolderPath'],_0xef2450[_0x406ef7(0x96)]);continue;case'1':this['getResults']=null;continue;case'2':this[_0x406ef7(0x89)]();continue;case'3':this[_0x406ef7(0x82)]=path[_0x406ef7(0x98)](helper['homedir'](),_0xef2450[_0x406ef7(0x85)]);continue;case'4':this[_0x406ef7(0x72)]=null;continue;case'5':this[_0x406ef7(0x66)]=null;continue;case'6':this[_0x406ef7(0x94)]=null;continue;}break;}}[a109_0x58353d(0xa1)](_0x14f703){const _0x24373b=a109_0x58353d;_0x14f703[_0x24373b(0x67)]&&(this['performScan']=_0x14f703[_0x24373b(0x67)][_0x24373b(0x6f)],this[_0x24373b(0x79)]=_0x14f703[_0x24373b(0x67)][_0x24373b(0x79)],this[_0x24373b(0x94)]=_0x14f703[_0x24373b(0x67)][_0x24373b(0x94)],this[_0x24373b(0x66)]=_0x14f703[_0x24373b(0x67)]['saveResults']),this['commandsToWrap']=_0x14f703[_0x24373b(0x97)],this[_0x24373b(0x7f)]=_0x14f703[_0x24373b(0x77)];}[a109_0x58353d(0x76)](_0x51c6d5,_0x5c068b){const _0x258eac=a109_0x58353d,_0x3e4de9={};_0x3e4de9[_0x258eac(0x75)]=function(_0x4249d1,_0x1bb515){return _0x4249d1>_0x1bb515;},_0x3e4de9[_0x258eac(0x6a)]=function(_0x21ba1a,_0x3b2539){return _0x21ba1a===_0x3b2539;},_0x3e4de9[_0x258eac(0x70)]=_0x258eac(0x6f),_0x3e4de9['YvYCf']=_0x258eac(0x79),_0x3e4de9[_0x258eac(0x68)]='getResultsSummary',_0x3e4de9[_0x258eac(0x95)]='saveResults',_0x3e4de9[_0x258eac(0x88)]=function(_0x2e9918,_0x2a7e89){return _0x2e9918>_0x2a7e89;};const _0x24eb19=_0x3e4de9;if(_0x51c6d5&&_0x24eb19[_0x258eac(0x75)](_0x51c6d5[_0x258eac(0x9d)],0x0))for(const _0x5dd296 of _0x51c6d5){if(_0x24eb19[_0x258eac(0x6a)](_0x5dd296[_0x258eac(0x6b)](),_0x24eb19[_0x258eac(0x70)]))this[_0x258eac(0x72)]=_0x5dd296['getCommand']();else{if(_0x24eb19['EFFmb'](_0x5dd296[_0x258eac(0x6b)](),_0x24eb19[_0x258eac(0x7b)]))this[_0x258eac(0x79)]=_0x5dd296[_0x258eac(0x7d)]();else{if(_0x24eb19[_0x258eac(0x6a)](_0x5dd296[_0x258eac(0x6b)](),_0x24eb19[_0x258eac(0x68)]))this[_0x258eac(0x94)]=_0x5dd296[_0x258eac(0x7d)]();else _0x24eb19[_0x258eac(0x6a)](_0x5dd296[_0x258eac(0x6b)](),_0x24eb19[_0x258eac(0x95)])&&(this['saveTestResults']=_0x5dd296[_0x258eac(0x7d)]());}}}_0x5c068b&&_0x24eb19[_0x258eac(0x88)](_0x5c068b['length'],0x0)&&(this['commandsToWrap']=_0x5c068b[_0x258eac(0x8c)](_0x2156e0=>{const _0x5335c1=_0x258eac;return{'name':_0x2156e0[_0x5335c1(0x6b)](),'method':_0x2156e0[_0x5335c1(0x73)](),'library':_0x2156e0[_0x5335c1(0x9f)](),'module':_0x2156e0[_0x5335c1(0x8a)](),'class':_0x2156e0[_0x5335c1(0x74)]()};}));}[a109_0x58353d(0x7c)](_0x28e2a6){const _0xe8edda=a109_0x58353d,_0x1a398d={};_0x1a398d[_0xe8edda(0x86)]=function(_0x35a024,_0xc2a5fa){return _0x35a024!==_0xc2a5fa;};const _0x27f9ae=_0x1a398d;try{return _0x27f9ae[_0xe8edda(0x86)](this['commandsToWrap']['findIndex'](_0xd981db=>_0xd981db[_0xe8edda(0x8e)][_0xe8edda(0x83)]()===_0x28e2a6['toLowerCase']()),-0x1);}catch(_0x3eb9b5){logger[_0xe8edda(0x9b)](_0xe8edda(0x8f)+_0x3eb9b5);}return![];}[a109_0x58353d(0x7a)](){const _0x3dea35=a109_0x58353d;!fs['existsSync'](this[_0x3dea35(0x82)])&&fs[_0x3dea35(0x6c)](this['browserstackFolderPath']),fs[_0x3dea35(0x71)](this[_0x3dea35(0xa3)],JSON[_0x3dea35(0xa2)]({'scripts':{'scan':this[_0x3dea35(0x72)],'getResults':this[_0x3dea35(0x79)],'getResultsSummary':this[_0x3dea35(0x94)],'saveResults':this[_0x3dea35(0x66)]},'commands':this[_0x3dea35(0xa4)],'nonBStackInfraA11yChromeOptions':this[_0x3dea35(0x7f)]}));}[a109_0x58353d(0x89)](){const _0x35b516=a109_0x58353d,_0x4fa3eb={'AykoC':function(_0x383dee,_0x4a7334){return _0x383dee(_0x4a7334);}};fs[_0x35b516(0x9c)](this[_0x35b516(0xa3)])&&this['parseFromJson'](_0x4fa3eb[_0x35b516(0x9a)](require,this['commandsPath']));}}module[a109_0x58353d(0x93)]=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a110_0x27ef79=a110_0x14c6;(function(_0x19fcde,_0x3c9024){const _0x5d825a=a110_0x14c6,_0x4e6a35=_0x19fcde();while(!![]){try{const _0xb73264=parseInt(_0x5d825a(0x16b))/0x1*(parseInt(_0x5d825a(0x195))/0x2)+parseInt(_0x5d825a(0x19e))/0x3*(-parseInt(_0x5d825a(0x14d))/0x4)+parseInt(_0x5d825a(0x19c))/0x5*(-parseInt(_0x5d825a(0x144))/0x6)+parseInt(_0x5d825a(0x135))/0x7+-parseInt(_0x5d825a(0x136))/0x8+parseInt(_0x5d825a(0x18a))/0x9*(-parseInt(_0x5d825a(0x178))/0xa)+parseInt(_0x5d825a(0x17e))/0xb*(-parseInt(_0x5d825a(0x190))/0xc);if(_0xb73264===_0x3c9024)break;else _0x4e6a35['push'](_0x4e6a35['shift']());}catch(_0x5621d2){_0x4e6a35['push'](_0x4e6a35['shift']());}}}(a110_0x4510,0xe8aa0));function a110_0x14c6(_0x5705e0,_0x4276ce){const _0x45105d=a110_0x4510();return a110_0x14c6=function(_0x14c6a3,_0x48087d){_0x14c6a3=_0x14c6a3-0x129;let _0x80bc3e=_0x45105d[_0x14c6a3];return _0x80bc3e;},a110_0x14c6(_0x5705e0,_0x4276ce);}const path=require(a110_0x27ef79(0x182)),{commandRepository}=require(a110_0x27ef79(0x137)),constants=require(a110_0x27ef79(0x197)),logger=require('../logger')['winstonLogger'],globals=require('../globals'),timeoutPromise=require(a110_0x27ef79(0x185)),isUndefinedOrNull=_0x589c2b=>_0x589c2b===undefined||_0x589c2b===null||_0x589c2b==='',isNotUndefinedOrNull=_0x555ef0=>!isUndefinedOrNull(_0x555ef0),isString=_0x5ae522=>isNotUndefinedOrNull(_0x5ae522)&&typeof _0x5ae522==='string';class AiSdkWrapper{constructor(){const _0x2eb833=a110_0x27ef79,_0x300a1f={'ILyyu':function(_0x42544d,_0x5686dd){return _0x42544d(_0x5686dd);},'Hjrua':_0x2eb833(0x15e)};this[_0x2eb833(0x14b)]=undefined;try{this[_0x2eb833(0x14b)]=_0x300a1f[_0x2eb833(0x12f)](require,path[_0x2eb833(0x19b)](__dirname,_0x300a1f[_0x2eb833(0x186)]));}catch(_0x398ffe){logger[_0x2eb833(0x145)](_0x2eb833(0x179)+(_0x398ffe&&_0x398ffe[_0x2eb833(0x155)]?_0x398ffe[_0x2eb833(0x155)]:''));}}[a110_0x27ef79(0x13b)](_0x48a30c){const _0x563ec8=a110_0x27ef79,_0x321985={};_0x321985[_0x563ec8(0x164)]=_0x563ec8(0x156),_0x321985[_0x563ec8(0x16a)]=function(_0x46d850,_0x30f0e9){return _0x46d850===_0x30f0e9;},_0x321985[_0x563ec8(0x16c)]=_0x563ec8(0x16f),_0x321985[_0x563ec8(0x18c)]=_0x563ec8(0x13e),_0x321985[_0x563ec8(0x158)]='safari',_0x321985[_0x563ec8(0x17c)]='edge',_0x321985[_0x563ec8(0x13a)]=function(_0x569a10,_0xdffe72){return _0x569a10===_0xdffe72;},_0x321985[_0x563ec8(0x193)]='microsoftedge',_0x321985[_0x563ec8(0x171)]=function(_0x226f34,_0x5247ab){return _0x226f34===_0x5247ab;};const _0x24544d=_0x321985;try{const _0xadecf6=this[_0x563ec8(0x14b)][_0x563ec8(0x176)](Object[_0x563ec8(0x160)](_0x48a30c['getCapabilities']()[_0x563ec8(0x138)]));console['log'](_0x24544d['KDpfJ'],_0xadecf6);if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x16c)]))_0x48a30c[_0x563ec8(0x165)]=_0xadecf6;else{if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x18c)]))_0x48a30c[_0x563ec8(0x169)]=_0xadecf6;else{if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.['browserName']?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x158)]))_0x48a30c['safariOptions_']=_0xadecf6;else{if(_0x24544d[_0x563ec8(0x16a)](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x17c)])||_0x24544d['ZqShq'](_0xadecf6?.[_0x563ec8(0x142)]?.[_0x563ec8(0x140)](),_0x24544d[_0x563ec8(0x193)]))_0x48a30c[_0x563ec8(0x175)]=_0xadecf6;else _0x24544d[_0x563ec8(0x171)](_0xadecf6?.[_0x563ec8(0x142)]?.['toLowerCase'](),'ie')&&(_0x48a30c[_0x563ec8(0x129)]=_0xadecf6);}}}Object['keys'](_0xadecf6)['forEach'](_0x56ad66=>{const _0x3ac90a=_0x563ec8,_0x2a53fe=_0x48a30c[_0x3ac90a(0x168)][_0x3ac90a(0x161)](_0x56ad66);_0x48a30c[_0x3ac90a(0x168)][_0x3ac90a(0x132)](_0x56ad66,_0xadecf6[_0x56ad66]);});}catch(_0x26b6ba){logger[_0x563ec8(0x145)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x26b6ba&&_0x26b6ba['message']?_0x26b6ba[_0x563ec8(0x155)]:''));}}async['setTcgToken'](_0xd4c51a){const _0x437da1=a110_0x27ef79,_0x39477e={'GoGdF':function(_0xcd1d86,_0x2acb1e,_0x4d2503,_0x2c38a2,_0x24141d,_0x1859a9,_0x223da2){return _0xcd1d86(_0x2acb1e,_0x4d2503,_0x2c38a2,_0x24141d,_0x1859a9,_0x223da2);},'ZkLiG':_0x437da1(0x188),'gUoXS':_0x437da1(0x167),'dnblr':_0x437da1(0x15f)},_0x2c4051=new Date(),_0x5565e2=_0x39477e[_0x437da1(0x15b)](timeoutPromise,constants[_0x437da1(0x139)],_0x39477e[_0x437da1(0x183)],_0x39477e[_0x437da1(0x18f)],_0x2c4051,this['config'],this[_0x437da1(0x19d)]);await Promise[_0x437da1(0x14a)]([this[_0x437da1(0x14b)][_0x437da1(0x12d)](_0xd4c51a,globals[_0x437da1(0x181)](_0x39477e[_0x437da1(0x13d)]),constants[_0x437da1(0x141)])[_0x437da1(0x14c)](()=>{const _0x897568=_0x437da1;_0x5565e2[_0x897568(0x189)]();}),_0x5565e2]);}async[a110_0x27ef79(0x12c)](_0x1db76c,_0x20257b,_0x473f3f,_0x43b45e){const _0x195085=a110_0x27ef79,_0x2fb3d6={'rQneK':function(_0x309e17,_0x1a42a5){return _0x309e17===_0x1a42a5;},'FuYbZ':function(_0xfcb18a,_0x33064f){return _0xfcb18a(_0x33064f);},'YIsac':function(_0x2adab6,_0x38bfcf){return _0x2adab6(_0x38bfcf);},'Jvfiy':function(_0x17345b,_0x2aabbf){return _0x17345b(_0x2aabbf);},'DfAsB':function(_0x5d7405,_0x53a2da){return _0x5d7405(_0x53a2da);},'SFQCT':function(_0x1c6253,_0x45d8e8){return _0x1c6253(_0x45d8e8);},'HOrGm':function(_0x2ee140,_0x411141){return _0x2ee140(_0x411141);},'kCaSc':function(_0x38d9dd,_0x4594e7){return _0x38d9dd(_0x4594e7);},'xSCWZ':function(_0x1ac472,_0x3fef44){return _0x1ac472(_0x3fef44);},'KIgDM':'s://','CIVrB':function(_0xda6c5f,_0x5d1440){return _0xda6c5f(_0x5d1440);},'jwRCn':_0x195085(0x157),'WWlvh':'aiHeal_groupId','cDgxo':'aiHeal_isGroupAIEnabled','KNHtj':function(_0x5c7712,_0x28fbcb,_0x4f171c,_0x50893b,_0x5a1529,_0x203981,_0x2aa626){return _0x5c7712(_0x28fbcb,_0x4f171c,_0x50893b,_0x5a1529,_0x203981,_0x2aa626);},'CXwCl':'BrowserstackHealing.logData\x20method\x20timed\x20out','anWmS':_0x195085(0x153),'ohaEB':function(_0x56413e,_0x1b4569,_0x23849f,_0x14c134,_0x3f677b,_0x2a3acc,_0x1bec7e){return _0x56413e(_0x1b4569,_0x23849f,_0x14c134,_0x3f677b,_0x2a3acc,_0x1bec7e);},'yDiFP':_0x195085(0x198),'BgwMR':_0x195085(0x14e)},_0xed48f9=(await _0x20257b[_0x195085(0x17a)]())['getId']();let _0xab333='';if(commandRepository['isSelfHealEnabled']()&&_0x2fb3d6['rQneK'](_0x43b45e,![])||_0x2fb3d6[_0x195085(0x162)](_0x43b45e,!![])){const _0x5f1831=_0x2fb3d6[_0x195085(0x192)](isNotUndefinedOrNull,_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)])&&_0x2fb3d6[_0x195085(0x19a)](isString,_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)])?_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)][_0x195085(0x17d)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x48999f=_0x2fb3d6['FuYbZ'](isNotUndefinedOrNull,_0x473f3f[_0x195085(0x180)][_0x195085(0x18d)])&&_0x2fb3d6[_0x195085(0x133)](isString,_0x473f3f[_0x195085(0x180)][_0x195085(0x154)])?_0x473f3f[_0x195085(0x180)][_0x195085(0x154)][_0x195085(0x17d)](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'',_0x4ee2e2=_0x2fb3d6['DfAsB'](isNotUndefinedOrNull,commandRepository[_0x195085(0x16e)]())&&_0x2fb3d6['SFQCT'](isString,commandRepository[_0x195085(0x16e)]())?commandRepository[_0x195085(0x16e)]()['replace'](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'';let _0x4ae786=_0x2fb3d6[_0x195085(0x148)](isNotUndefinedOrNull,global[_0x195085(0x12a)])&&_0x2fb3d6[_0x195085(0x15a)](isString,global[_0x195085(0x12a)])?global[_0x195085(0x12a)][_0x195085(0x17d)](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'';!_0x4ae786&&(_0x4ae786=_0x2fb3d6[_0x195085(0x177)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x2fb3d6[_0x195085(0x184)](isString,commandRepository[_0x195085(0x170)]())?commandRepository['getTestName']()[_0x195085(0x17d)](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'');let _0x364294=_0x195085(0x150)+constants[_0x195085(0x130)]+_0x195085(0x196)+constants['TCG_REGION']+_0x195085(0x18b)+constants[_0x195085(0x141)]['split'](_0x2fb3d6['KIgDM'])[0x1]+'\x22}}}';_0x364294=_0x2fb3d6['CIVrB'](isNotUndefinedOrNull,_0x364294)&&_0x2fb3d6[_0x195085(0x177)](isString,_0x364294)?_0x364294['replace'](/'/g,'\x5c\x27')[_0x195085(0x17d)](/"/g,'\x5c\x22'):'';const _0x3770a4=commandRepository[_0x195085(0x17f)](_0xed48f9),_0x485d6a=globals[_0x195085(0x181)](_0x2fb3d6['jwRCn']),_0x1f524a=globals[_0x195085(0x181)](_0x2fb3d6['WWlvh']),_0x2bae3e=globals[_0x195085(0x181)](_0x2fb3d6['cDgxo']),_0x5f0021=![],_0x1e4766=new Date();if(_0x43b45e){const _0x46ee3d=_0x2fb3d6['KNHtj'](timeoutPromise,constants[_0x195085(0x173)],_0x2fb3d6[_0x195085(0x172)],_0x2fb3d6[_0x195085(0x166)],_0x1e4766,this[_0x195085(0x13f)],this[_0x195085(0x19d)]);_0xab333=await Promise[_0x195085(0x14a)]([this[_0x195085(0x14b)][_0x195085(0x199)](_0x5f1831,_0x48999f,_0x4ee2e2,_0x4ae786,_0x1f524a,_0xed48f9,_0x3770a4,_0x364294)[_0x195085(0x14c)](_0x20b62f=>{const _0x342091=_0x195085;return _0x46ee3d[_0x342091(0x189)](),_0x20b62f;}),_0x46ee3d]);}else{if(commandRepository[_0x195085(0x131)]()){const _0x11ea2d=_0x2fb3d6['ohaEB'](timeoutPromise,constants[_0x195085(0x134)],_0x2fb3d6[_0x195085(0x151)],_0x2fb3d6[_0x195085(0x14f)],_0x1e4766,this['config'],this[_0x195085(0x19d)]);_0xab333=await Promise['race']([this['BrowserstackHealing'][_0x195085(0x17b)](_0x5f1831,_0x48999f,_0x4ee2e2,_0x4ae786,_0x485d6a,_0x1f524a,_0xed48f9,_0x3770a4,_0x5f0021,_0x2bae3e,_0x364294)['then'](_0x524e7b=>{return _0x11ea2d['cancel'](),_0x524e7b;}),_0x11ea2d]);}}_0xab333&&await _0x20257b[_0x195085(0x12b)](_0xab333);}}async[a110_0x27ef79(0x13c)](_0x22dcff,_0x439fa3,_0x544c9b){const _0x3c5768=a110_0x27ef79;try{await this[_0x3c5768(0x12c)](_0x22dcff,_0x439fa3,_0x544c9b,!![]);}catch(_0x400f9f){return logger[_0x3c5768(0x145)](_0x3c5768(0x147)+(_0x400f9f&&_0x400f9f[_0x3c5768(0x155)]?_0x400f9f[_0x3c5768(0x155)]:'')),![];}return!![];}async[a110_0x27ef79(0x191)](_0x196372,_0x4817d6,_0x3daf1a){const _0x4e2663=a110_0x27ef79,_0x22ce52={'TdCZH':function(_0x5d5f27,_0x335324,_0x5af1c5,_0x5e0b32,_0x40cb03,_0x207193,_0x5e5080){return _0x5d5f27(_0x335324,_0x5af1c5,_0x5e0b32,_0x40cb03,_0x207193,_0x5e5080);},'cEzcc':_0x4e2663(0x152),'LQWAt':_0x4e2663(0x143),'csBCL':'aiHeal_sessionToken'};try{await this[_0x4e2663(0x12c)](_0x196372,_0x4817d6,_0x3daf1a,![]);const _0x4e7aab=(await _0x4817d6['getSession']())['getId'](),_0x1db8ec=new Date(),_0x1be197=_0x22ce52[_0x4e2663(0x16d)](timeoutPromise,constants[_0x4e2663(0x15d)],_0x22ce52['cEzcc'],_0x22ce52[_0x4e2663(0x163)],_0x1db8ec,this[_0x4e2663(0x13f)],this[_0x4e2663(0x19d)]),_0xe53c61=await Promise[_0x4e2663(0x14a)]([this['BrowserstackHealing']['pollResult'](constants[_0x4e2663(0x141)],_0x4e7aab,globals[_0x4e2663(0x181)](_0x22ce52['csBCL']))[_0x4e2663(0x14c)](_0x48f2ff=>{const _0x327b86=_0x4e2663;return _0x1be197[_0x327b86(0x189)](),_0x48f2ff;}),_0x1be197]);if(_0xe53c61&&_0xe53c61[_0x4e2663(0x174)]&&_0xe53c61['value']){const _0x2e2441={};return _0x2e2441[_0x4e2663(0x15c)]=_0xe53c61[_0x4e2663(0x174)],_0x2e2441[_0x4e2663(0x187)]=_0xe53c61['value'],_0x2e2441[_0x4e2663(0x159)]=!![],_0x2e2441;}const _0x27c0d4={};return _0x27c0d4[_0x4e2663(0x15c)]=_0x3daf1a[_0x4e2663(0x180)]['using'],_0x27c0d4[_0x4e2663(0x187)]=_0xe53c61['value'],_0x27c0d4['aiHealing']=!![],_0x27c0d4;}catch(_0x244b33){return logger[_0x4e2663(0x149)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x244b33&&_0x244b33[_0x4e2663(0x155)]?_0x244b33['message']:'')),logger[_0x4e2663(0x194)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x3daf1a['name_']+_0x4e2663(0x146)),_0x3daf1a;}}}function a110_0x4510(){const _0x5d788a=['freeze','ILyyu','TCG_REGION','isSelfHealEnabled','set','Jvfiy','HEALING_FAILURE_TIMEOUT','12179020bbPRnY','361168xCkPUG','./autoHealHelper','map_','SET_TCG_TOKEN_TIMEOUT','ZqShq','initializeHealingCapabilities','handleSuccess','dnblr','firefox','config','toLowerCase','TCG_URL','browserName','BrowserstackHealingPollResultFailed','234fAAwVD','error','\x20command','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','HOrGm','debug','race','BrowserstackHealing','then','8pgDzQo','BrowserstackHealingHealFailureFailed','BgwMR','{\x22region\x22:\x20\x22','yDiFP','BrowserstackHealing.pollResult\x20method\x20timed\x20out','BrowserstackHealingLogDataFailed','value','message','newCapabilities','aiHeal_userId','YjwnB','aiHealing','DfAsB','GoGdF','locatorType','POLL_HEALING_RESULT_TIMEOUT','../../ai-sdk-node/bundle','aiHeal_sessionToken','fromEntries','get','rQneK','LQWAt','KDpfJ','chromeOptions_','anWmS','BrowserstackHealingSetTcgTokenFailed','capabilities_','firefoxOptions_','sCeHh','148UmNaPD','yaxtO','TdCZH','getProjectName','chrome','getTestName','kLmeV','CXwCl','HEALING_LOG_DATA_TIMEOUT','selector','edgeOptions_','initializeCapabilities','kCaSc','70gUevrH','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','getSession','healFailure','bWRhH','replace','807532uBzkWm','getCommands','parameters_','getGlobal','path','ZkLiG','xSCWZ','../../helpers/timeoutPromise','Hjrua','locatorValue','BrowserstackHealing.setToken\x20method\x20timed\x20out','cancel','97101FbWaEj','\x22:\x20{\x22endpoint\x22:\x20\x22','GwmDc','using','aiSdkWrapper','gUoXS','168DPGjpu','handleFailure','FuYbZ','uvRdR','info','20962ddgXNq','\x22,\x20\x22tcgUrls\x22:\x20{\x22','../../bin/utils/constants','BrowserstackHealing.healFailure\x20method\x20timed\x20out','logData','YIsac','join','59435ZJsXUL','framework','1089039ZJgpyz','ieOptions_','browserstackSessionName','executeScript','_handleEvent','setToken'];a110_0x4510=function(){return _0x5d788a;};return a110_0x4510();}exports[a110_0x27ef79(0x18e)]=Object[a110_0x27ef79(0x12e)](new AiSdkWrapper());
|
|
1
|
+
function a110_0x4e01(){const _0x20d8c1=['BrowserstackHealing.healFailure\x20method\x20timed\x20out','browserName','fumyX','using','getCommands','get','HfenB','newCapabilities','840vmdLko','kWYZx','GRUyP','aiHeal_sessionToken','aiHealing','ocCjT','16664polrRb','566634GhGYsJ','\x22,\x20\x22tcgUrls\x22:\x20{\x22','getTestName','BrowserstackHealingLogDataFailed','join','firefox','path','nYMRE','parameters_','chrome','../../ai-sdk-node/bundle','1665624YOzjXz','info','microsoftedge','log','sDgqC','edgeOptions_','RVBPg','PfRAN','dRvFt','../../helpers/timeoutPromise','dXXnG','GkVGt','handleFailure','\x22:\x20{\x22endpoint\x22:\x20\x22','aiHeal_isGroupAIEnabled','map_','\x22}}}','capabilities_','UPdbQ','jaxzW','fromEntries','rOhiF','SET_TCG_TOKEN_TIMEOUT','../globals','forEach','HEALING_LOG_DATA_TIMEOUT','BrowserstackHealing.pollResult\x20method\x20timed\x20out','FnAcf','initializeCapabilities','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','firefoxOptions_','TCG_REGION','4yiRksj','toLowerCase','gZFfH','getProjectName','cancel','safariOptions_','pkXhT','BrowserstackHealing','TCG_URL','winstonLogger','MhCDi','config','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','then','split','../logger','xryUN','POLL_HEALING_RESULT_TIMEOUT','ieOptions_','getCapabilities','isSelfHealEnabled','value','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','handleSuccess','866805TpIbXN','pollResult','bPFrr','894681tIUtca','message','selector','EoBHc','lZJCT','nTyKA','getId','getSession','BrowserstackHealing.setToken\x20method\x20timed\x20out','xEORW','BrowserstackHealing.logData\x20method\x20timed\x20out','locatorType','BrowserstackHealingPollResultFailed','GBXtP','sVndp','set','locatorValue','framework','race','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','safari','initializeHealingCapabilities','36267XGjrZQ','zNrka','string','qibiq','IxilC','logData','executeScript','keys','browserstackSessionName','freeze','aiHeal_userId','\x20command','PTvxl','122777iPJQyk','yYvbs','VqItb','debug','70tWZtET','aiSdkWrapper','edge','getGlobal','replace','error','itavH','_handleEvent','BrowserstackHealingSetTcgTokenFailed','../../bin/utils/constants'];a110_0x4e01=function(){return _0x20d8c1;};return a110_0x4e01();}const a110_0x11a97a=a110_0x5277;(function(_0x112b5b,_0x12b89e){const _0x19a01e=a110_0x5277,_0x101f87=_0x112b5b();while(!![]){try{const _0x134caa=-parseInt(_0x19a01e(0x146))/0x1+parseInt(_0x19a01e(0x163))/0x2+parseInt(_0x19a01e(0x1bf))/0x3+parseInt(_0x19a01e(0x18e))/0x4*(-parseInt(_0x19a01e(0x1a6))/0x5)+-parseInt(_0x19a01e(0x16e))/0x6+parseInt(_0x19a01e(0x15c))/0x7*(-parseInt(_0x19a01e(0x162))/0x8)+-parseInt(_0x19a01e(0x1a9))/0x9*(-parseInt(_0x19a01e(0x14a))/0xa);if(_0x134caa===_0x12b89e)break;else _0x101f87['push'](_0x101f87['shift']());}catch(_0x1384f6){_0x101f87['push'](_0x101f87['shift']());}}}(a110_0x4e01,0x28e8f));const path=require(a110_0x11a97a(0x169)),{commandRepository}=require('./autoHealHelper'),constants=require(a110_0x11a97a(0x153)),logger=require(a110_0x11a97a(0x19d))[a110_0x11a97a(0x197)],globals=require(a110_0x11a97a(0x185)),timeoutPromise=require(a110_0x11a97a(0x177)),isUndefinedOrNull=_0x1828de=>_0x1828de===undefined||_0x1828de===null||_0x1828de==='',isNotUndefinedOrNull=_0x18eb21=>!isUndefinedOrNull(_0x18eb21),isString=_0x45cfcd=>isNotUndefinedOrNull(_0x45cfcd)&&typeof _0x45cfcd===a110_0x11a97a(0x1c1);function a110_0x5277(_0xcdb96d,_0x11fe98){const _0x4e0132=a110_0x4e01();return a110_0x5277=function(_0x5277ce,_0x1d7b40){_0x5277ce=_0x5277ce-0x13d;let _0x4f963e=_0x4e0132[_0x5277ce];return _0x4f963e;},a110_0x5277(_0xcdb96d,_0x11fe98);}class AiSdkWrapper{constructor(){const _0xa8ce22=a110_0x11a97a,_0x1b49c3={'bPFrr':function(_0x4b4797,_0x11dbd8){return _0x4b4797(_0x11dbd8);},'nTyKA':_0xa8ce22(0x16d)};this['BrowserstackHealing']=undefined;try{this[_0xa8ce22(0x195)]=_0x1b49c3[_0xa8ce22(0x1a8)](require,path[_0xa8ce22(0x167)](__dirname,_0x1b49c3[_0xa8ce22(0x1ae)]));}catch(_0x3d4fbc){logger['error'](_0xa8ce22(0x1bc)+(_0x3d4fbc&&_0x3d4fbc[_0xa8ce22(0x1aa)]?_0x3d4fbc[_0xa8ce22(0x1aa)]:''));}}[a110_0x11a97a(0x1be)](_0x445342){const _0x57556f=a110_0x11a97a,_0x37a2cc={};_0x37a2cc[_0x57556f(0x1c0)]=_0x57556f(0x15b),_0x37a2cc[_0x57556f(0x15d)]=function(_0x23b3e4,_0x118f5f){return _0x23b3e4===_0x118f5f;},_0x37a2cc[_0x57556f(0x150)]=_0x57556f(0x16c),_0x37a2cc['pkXhT']=function(_0x23f615,_0x502faa){return _0x23f615===_0x502faa;},_0x37a2cc[_0x57556f(0x1c2)]=_0x57556f(0x168),_0x37a2cc[_0x57556f(0x174)]=function(_0x755fcf,_0x566a0b){return _0x755fcf===_0x566a0b;},_0x37a2cc[_0x57556f(0x176)]=_0x57556f(0x1bd),_0x37a2cc[_0x57556f(0x1ac)]=_0x57556f(0x14c),_0x37a2cc[_0x57556f(0x172)]=function(_0x35534f,_0x562dff){return _0x35534f===_0x562dff;},_0x37a2cc[_0x57556f(0x156)]=_0x57556f(0x170),_0x37a2cc['HiXiG']=function(_0x53c159,_0x4ca826){return _0x53c159===_0x4ca826;};const _0x58aedf=_0x37a2cc;try{const _0x37d65d=this['BrowserstackHealing'][_0x57556f(0x18a)](Object[_0x57556f(0x182)](_0x445342[_0x57556f(0x1a1)]()[_0x57556f(0x17d)]));console[_0x57556f(0x171)](_0x58aedf[_0x57556f(0x1c0)],_0x37d65d);if(_0x58aedf[_0x57556f(0x15d)](_0x37d65d?.[_0x57556f(0x155)]?.[_0x57556f(0x18f)](),_0x58aedf[_0x57556f(0x150)]))_0x445342['chromeOptions_']=_0x37d65d;else{if(_0x58aedf[_0x57556f(0x194)](_0x37d65d?.[_0x57556f(0x155)]?.[_0x57556f(0x18f)](),_0x58aedf['qibiq']))_0x445342[_0x57556f(0x18c)]=_0x37d65d;else{if(_0x58aedf[_0x57556f(0x174)](_0x37d65d?.[_0x57556f(0x155)]?.[_0x57556f(0x18f)](),_0x58aedf[_0x57556f(0x176)]))_0x445342[_0x57556f(0x193)]=_0x37d65d;else{if(_0x58aedf[_0x57556f(0x194)](_0x37d65d?.[_0x57556f(0x155)]?.['toLowerCase'](),_0x58aedf[_0x57556f(0x1ac)])||_0x58aedf['sDgqC'](_0x37d65d?.[_0x57556f(0x155)]?.['toLowerCase'](),_0x58aedf[_0x57556f(0x156)]))_0x445342[_0x57556f(0x173)]=_0x37d65d;else _0x58aedf['HiXiG'](_0x37d65d?.[_0x57556f(0x155)]?.[_0x57556f(0x18f)](),'ie')&&(_0x445342[_0x57556f(0x1a0)]=_0x37d65d);}}}Object[_0x57556f(0x140)](_0x37d65d)[_0x57556f(0x186)](_0x5dbdec=>{const _0x31e986=_0x57556f,_0x59ad4b=_0x445342[_0x31e986(0x17f)][_0x31e986(0x159)](_0x5dbdec);_0x445342[_0x31e986(0x17f)][_0x31e986(0x1b8)](_0x5dbdec,_0x37d65d[_0x5dbdec]);});}catch(_0x47a755){logger[_0x57556f(0x14f)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x47a755&&_0x47a755[_0x57556f(0x1aa)]?_0x47a755[_0x57556f(0x1aa)]:''));}}async['setTcgToken'](_0xaff489){const _0x36a374=a110_0x11a97a,_0x1af9fa={'dXXnG':function(_0x3e8742,_0x2137c9,_0x399c0b,_0x5ae5d4,_0xb3d0c7,_0x5777ce,_0x5d3dd0){return _0x3e8742(_0x2137c9,_0x399c0b,_0x5ae5d4,_0xb3d0c7,_0x5777ce,_0x5d3dd0);},'ocCjT':_0x36a374(0x1b1),'sVndp':_0x36a374(0x152),'rOhiF':_0x36a374(0x15f)},_0x32d5df=new Date(),_0x38c597=_0x1af9fa[_0x36a374(0x178)](timeoutPromise,constants[_0x36a374(0x184)],_0x1af9fa[_0x36a374(0x161)],_0x1af9fa[_0x36a374(0x1b7)],_0x32d5df,this[_0x36a374(0x199)],this[_0x36a374(0x1ba)]);await Promise[_0x36a374(0x1bb)]([this[_0x36a374(0x195)]['setToken'](_0xaff489,globals[_0x36a374(0x14d)](_0x1af9fa[_0x36a374(0x183)]),constants[_0x36a374(0x196)])['then'](()=>{const _0x4487c4=_0x36a374;_0x38c597[_0x4487c4(0x192)]();}),_0x38c597]);}async[a110_0x11a97a(0x151)](_0x39f163,_0x1306a2,_0x46e2e9,_0x5d9fa5){const _0x1fbc6f=a110_0x11a97a,_0x1190fc={'OfpFA':function(_0x4c14db,_0x2e90ae){return _0x4c14db===_0x2e90ae;},'PTsPC':function(_0x7dbf17,_0x412bf2){return _0x7dbf17===_0x412bf2;},'UPdbQ':function(_0xda8387,_0x2625bc){return _0xda8387(_0x2625bc);},'PTvxl':function(_0x4c5574,_0x47e2cf){return _0x4c5574(_0x47e2cf);},'xEORW':function(_0x587d90,_0x50287c){return _0x587d90(_0x50287c);},'HfenB':function(_0x2c64cc,_0x1399f4){return _0x2c64cc(_0x1399f4);},'MhCDi':function(_0x3d4410,_0x191c38){return _0x3d4410(_0x191c38);},'FnAcf':'s://','PfRAN':function(_0x3205d6,_0x8fbb91){return _0x3205d6(_0x8fbb91);},'GkVGt':_0x1fbc6f(0x143),'jaxzW':'aiHeal_groupId','IxilC':_0x1fbc6f(0x17c),'gZFfH':function(_0x5e51c4,_0x107e69,_0x364b78,_0x1a911f,_0x1a89de,_0xb4e19a,_0x1abc7e){return _0x5e51c4(_0x107e69,_0x364b78,_0x1a911f,_0x1a89de,_0xb4e19a,_0x1abc7e);},'GRUyP':_0x1fbc6f(0x1b3),'GBXtP':_0x1fbc6f(0x166),'VqItb':function(_0x591989,_0x4b8f2b,_0x59cabc,_0x203539,_0x66d1e3,_0x555512,_0x16f319){return _0x591989(_0x4b8f2b,_0x59cabc,_0x203539,_0x66d1e3,_0x555512,_0x16f319);},'lZJCT':_0x1fbc6f(0x154),'ylOxb':'BrowserstackHealingHealFailureFailed'},_0x375e50=(await _0x1306a2[_0x1fbc6f(0x1b0)]())[_0x1fbc6f(0x1af)]();let _0x52fd86='';if(commandRepository[_0x1fbc6f(0x1a2)]()&&_0x1190fc['OfpFA'](_0x5d9fa5,![])||_0x1190fc['PTsPC'](_0x5d9fa5,!![])){const _0xb6d46d=_0x1190fc['UPdbQ'](isNotUndefinedOrNull,_0x46e2e9[_0x1fbc6f(0x16b)][_0x1fbc6f(0x157)])&&_0x1190fc['UPdbQ'](isString,_0x46e2e9[_0x1fbc6f(0x16b)][_0x1fbc6f(0x157)])?_0x46e2e9[_0x1fbc6f(0x16b)]['using'][_0x1fbc6f(0x14e)](/'/g,'\x5c\x27')[_0x1fbc6f(0x14e)](/"/g,'\x5c\x22'):'',_0x5ddfc0=_0x1190fc[_0x1fbc6f(0x145)](isNotUndefinedOrNull,_0x46e2e9['parameters_'][_0x1fbc6f(0x157)])&&_0x1190fc[_0x1fbc6f(0x145)](isString,_0x46e2e9[_0x1fbc6f(0x16b)][_0x1fbc6f(0x1a3)])?_0x46e2e9[_0x1fbc6f(0x16b)]['value']['replace'](/'/g,'\x5c\x27')[_0x1fbc6f(0x14e)](/"/g,'\x5c\x22'):'',_0x2237e2=_0x1190fc[_0x1fbc6f(0x1b2)](isNotUndefinedOrNull,commandRepository[_0x1fbc6f(0x191)]())&&_0x1190fc[_0x1fbc6f(0x1b2)](isString,commandRepository[_0x1fbc6f(0x191)]())?commandRepository[_0x1fbc6f(0x191)]()[_0x1fbc6f(0x14e)](/'/g,'\x5c\x27')[_0x1fbc6f(0x14e)](/"/g,'\x5c\x22'):'';let _0x590201=_0x1190fc[_0x1fbc6f(0x15a)](isNotUndefinedOrNull,global[_0x1fbc6f(0x141)])&&_0x1190fc[_0x1fbc6f(0x180)](isString,global[_0x1fbc6f(0x141)])?global[_0x1fbc6f(0x141)]['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0x590201&&(_0x590201=_0x1190fc['MhCDi'](isNotUndefinedOrNull,commandRepository[_0x1fbc6f(0x165)]())&&_0x1190fc[_0x1fbc6f(0x198)](isString,commandRepository[_0x1fbc6f(0x165)]())?commandRepository['getTestName']()[_0x1fbc6f(0x14e)](/'/g,'\x5c\x27')[_0x1fbc6f(0x14e)](/"/g,'\x5c\x22'):'');let _0x3e5ec8='{\x22region\x22:\x20\x22'+constants[_0x1fbc6f(0x18d)]+_0x1fbc6f(0x164)+constants['TCG_REGION']+_0x1fbc6f(0x17b)+constants[_0x1fbc6f(0x196)][_0x1fbc6f(0x19c)](_0x1190fc[_0x1fbc6f(0x189)])[0x1]+_0x1fbc6f(0x17e);_0x3e5ec8=_0x1190fc['PTvxl'](isNotUndefinedOrNull,_0x3e5ec8)&&_0x1190fc[_0x1fbc6f(0x175)](isString,_0x3e5ec8)?_0x3e5ec8['replace'](/'/g,'\x5c\x27')[_0x1fbc6f(0x14e)](/"/g,'\x5c\x22'):'';const _0x245f2b=commandRepository[_0x1fbc6f(0x158)](_0x375e50),_0x2e9733=globals[_0x1fbc6f(0x14d)](_0x1190fc[_0x1fbc6f(0x179)]),_0x271a16=globals[_0x1fbc6f(0x14d)](_0x1190fc[_0x1fbc6f(0x181)]),_0x12ec78=globals['getGlobal'](_0x1190fc[_0x1fbc6f(0x13d)]),_0x4b0c89=![],_0x18d825=new Date();if(_0x5d9fa5){const _0x4fec23=_0x1190fc[_0x1fbc6f(0x190)](timeoutPromise,constants[_0x1fbc6f(0x187)],_0x1190fc[_0x1fbc6f(0x15e)],_0x1190fc[_0x1fbc6f(0x1b6)],_0x18d825,this['config'],this[_0x1fbc6f(0x1ba)]);_0x52fd86=await Promise[_0x1fbc6f(0x1bb)]([this[_0x1fbc6f(0x195)][_0x1fbc6f(0x13e)](_0xb6d46d,_0x5ddfc0,_0x2237e2,_0x590201,_0x271a16,_0x375e50,_0x245f2b,_0x3e5ec8)[_0x1fbc6f(0x19b)](_0x536355=>{const _0x42908d=_0x1fbc6f;return _0x4fec23[_0x42908d(0x192)](),_0x536355;}),_0x4fec23]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x21bdfc=_0x1190fc[_0x1fbc6f(0x148)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x1190fc[_0x1fbc6f(0x1ad)],_0x1190fc['ylOxb'],_0x18d825,this['config'],this[_0x1fbc6f(0x1ba)]);_0x52fd86=await Promise[_0x1fbc6f(0x1bb)]([this['BrowserstackHealing']['healFailure'](_0xb6d46d,_0x5ddfc0,_0x2237e2,_0x590201,_0x2e9733,_0x271a16,_0x375e50,_0x245f2b,_0x4b0c89,_0x12ec78,_0x3e5ec8)[_0x1fbc6f(0x19b)](_0x3aa772=>{const _0x3c7bd9=_0x1fbc6f;return _0x21bdfc[_0x3c7bd9(0x192)](),_0x3aa772;}),_0x21bdfc]);}}_0x52fd86&&await _0x1306a2[_0x1fbc6f(0x13f)](_0x52fd86);}}async[a110_0x11a97a(0x1a5)](_0x51e2c2,_0x376f62,_0x3223fc){const _0x21f0bc=a110_0x11a97a;try{await this[_0x21f0bc(0x151)](_0x51e2c2,_0x376f62,_0x3223fc,!![]);}catch(_0x51830d){return logger['error'](_0x21f0bc(0x18b)+(_0x51830d&&_0x51830d[_0x21f0bc(0x1aa)]?_0x51830d[_0x21f0bc(0x1aa)]:'')),![];}return!![];}async[a110_0x11a97a(0x17a)](_0x40886a,_0x2a7bcd,_0x546444){const _0xa22ece=a110_0x11a97a,_0x9975cf={'yYvbs':function(_0x4a0780,_0x28c838,_0x448117,_0x36da11,_0x34d0ad,_0x70cb8a,_0x599d9e){return _0x4a0780(_0x28c838,_0x448117,_0x36da11,_0x34d0ad,_0x70cb8a,_0x599d9e);},'nYMRE':_0xa22ece(0x188),'xryUN':_0xa22ece(0x1b5),'pezjd':_0xa22ece(0x15f)};try{await this[_0xa22ece(0x151)](_0x40886a,_0x2a7bcd,_0x546444,![]);const _0x5b7871=(await _0x2a7bcd[_0xa22ece(0x1b0)]())['getId'](),_0x32cfa2=new Date(),_0x41d61a=_0x9975cf[_0xa22ece(0x147)](timeoutPromise,constants[_0xa22ece(0x19f)],_0x9975cf[_0xa22ece(0x16a)],_0x9975cf[_0xa22ece(0x19e)],_0x32cfa2,this[_0xa22ece(0x199)],this[_0xa22ece(0x1ba)]),_0x4476e2=await Promise[_0xa22ece(0x1bb)]([this[_0xa22ece(0x195)][_0xa22ece(0x1a7)](constants[_0xa22ece(0x196)],_0x5b7871,globals['getGlobal'](_0x9975cf['pezjd']))[_0xa22ece(0x19b)](_0x18aa03=>{const _0x54ccb7=_0xa22ece;return _0x41d61a[_0x54ccb7(0x192)](),_0x18aa03;}),_0x41d61a]);if(_0x4476e2&&_0x4476e2[_0xa22ece(0x1ab)]&&_0x4476e2['value']){const _0x5f4544={};return _0x5f4544[_0xa22ece(0x1b4)]=_0x4476e2[_0xa22ece(0x1ab)],_0x5f4544['locatorValue']=_0x4476e2[_0xa22ece(0x1a3)],_0x5f4544[_0xa22ece(0x160)]=!![],_0x5f4544;}const _0x5d7f6a={};return _0x5d7f6a[_0xa22ece(0x1b4)]=_0x546444['parameters_'][_0xa22ece(0x157)],_0x5d7f6a[_0xa22ece(0x1b9)]=_0x4476e2['value'],_0x5d7f6a[_0xa22ece(0x160)]=!![],_0x5d7f6a;}catch(_0x23a633){return logger[_0xa22ece(0x149)](_0xa22ece(0x1a4)+(_0x23a633&&_0x23a633['message']?_0x23a633[_0xa22ece(0x1aa)]:'')),logger[_0xa22ece(0x16f)](_0xa22ece(0x19a)+_0x546444['name_']+_0xa22ece(0x144)),_0x546444;}}}exports[a110_0x11a97a(0x14b)]=Object[a110_0x11a97a(0x142)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a111_0x2ee701=a111_0x1fb9;(function(_0x5adfa0,_0x12ec38){const _0x506aa0=a111_0x1fb9,_0x3afce7=_0x5adfa0();while(!![]){try{const _0x1ed4fb=-parseInt(_0x506aa0(0x13b))/0x1+parseInt(_0x506aa0(0x145))/0x2+-parseInt(_0x506aa0(0x112))/0x3*(-parseInt(_0x506aa0(0x142))/0x4)+-parseInt(_0x506aa0(0x118))/0x5*(parseInt(_0x506aa0(0x138))/0x6)+-parseInt(_0x506aa0(0x10d))/0x7+-parseInt(_0x506aa0(0x141))/0x8*(-parseInt(_0x506aa0(0x11f))/0x9)+parseInt(_0x506aa0(0x146))/0xa*(parseInt(_0x506aa0(0x139))/0xb);if(_0x1ed4fb===_0x12ec38)break;else _0x3afce7['push'](_0x3afce7['shift']());}catch(_0x53cf37){_0x3afce7['push'](_0x3afce7['shift']());}}}(a111_0x2d30,0xb46f4));function a111_0x1fb9(_0x11a4df,_0x3cf67b){const _0x2d3009=a111_0x2d30();return a111_0x1fb9=function(_0x1fb9ea,_0x4f506c){_0x1fb9ea=_0x1fb9ea-0x10b;let _0x50f11b=_0x2d3009[_0x1fb9ea];return _0x50f11b;},a111_0x1fb9(_0x11a4df,_0x3cf67b);}const calculateTimeDiff=_0x209293=>Date[a111_0x2ee701(0x137)]()-_0x209293,logger=require(a111_0x2ee701(0x13c))[a111_0x2ee701(0x11b)],globals=require(a111_0x2ee701(0x144));class HealingCommandRepo{constructor(){const _0x4e9103=a111_0x2ee701,_0x5819ad={};_0x5819ad[_0x4e9103(0x12f)]='2|4|3|1|0|5';const _0x482002=_0x5819ad,_0x4ac858=_0x482002[_0x4e9103(0x12f)][_0x4e9103(0x13e)]('|');let _0x500944=0x0;while(!![]){switch(_0x4ac858[_0x500944++]){case'0':this[_0x4e9103(0x126)]={};continue;case'1':this[_0x4e9103(0x143)]='';continue;case'2':this[_0x4e9103(0x133)]={};continue;case'3':this[_0x4e9103(0x136)]='';continue;case'4':this['aiSessionTimeStamp']={};continue;case'5':this['isTcgTokenSet']=![];continue;}break;}}['_pushCommand'](_0x2dd555,_0x2ee939){const _0x51e77b=a111_0x2ee701,_0x4e9d8b={};_0x4e9d8b[_0x51e77b(0x11e)]=function(_0x14d559,_0x2a36e0){return _0x14d559 in _0x2a36e0;};const _0x5c7186=_0x4e9d8b;!_0x5c7186['LrDEf'](_0x2dd555,this[_0x51e77b(0x133)])&&(this[_0x51e77b(0x133)][_0x2dd555]=[]),this[_0x51e77b(0x133)][_0x2dd555][_0x51e77b(0x11c)](_0x2ee939);}[a111_0x2ee701(0x123)](_0x235a5d,_0x17f395){const _0x13fae0=a111_0x2ee701,_0x497710={'omkhV':function(_0x346a5e,_0x22a4d4){return _0x346a5e(_0x22a4d4);}},_0x17bcb2=_0x17f395[_0x13fae0(0x113)],_0x3e1495=_0x17f395[_0x13fae0(0x122)]['split'](_0x235a5d)[0x1],_0x13bd01=this['aiSessionTimeStamp'][_0x235a5d],_0x2c641d={'k':_0x17bcb2+':'+_0x3e1495,'t':_0x497710[_0x13fae0(0x125)](calculateTimeDiff,_0x13bd01)};this[_0x13fae0(0x130)](_0x235a5d,_0x2c641d);}[a111_0x2ee701(0x124)](_0x6ba73b){const _0x2f0d38=a111_0x2ee701;this[_0x2f0d38(0x132)][_0x6ba73b]=Date[_0x2f0d38(0x137)]();}[a111_0x2ee701(0x10f)](_0x561b23,_0xfb2a3a){const _0x459a50=a111_0x2ee701;this[_0x459a50(0x126)][_0x459a50(0x10e)]=_0x561b23,this[_0x459a50(0x126)][_0x459a50(0x12d)]=_0xfb2a3a;}[a111_0x2ee701(0x128)](){return this['authInfo'];}[a111_0x2ee701(0x11a)](_0x597f13){const _0x457958=a111_0x2ee701;this[_0x457958(0x136)]=_0x597f13;}[a111_0x2ee701(0x13f)](_0x4d3d25){const _0x496a61=a111_0x2ee701;this[_0x496a61(0x143)]=_0x4d3d25;}[a111_0x2ee701(0x116)](_0x2d08c1){const _0x38c639=a111_0x2ee701;this['config']=_0x2d08c1,this[_0x38c639(0x11a)](_0x2d08c1[_0x38c639(0x136)]),this[_0x38c639(0x10f)](_0x2d08c1[_0x38c639(0x10e)],_0x2d08c1[_0x38c639(0x12d)]);}['setFramework'](_0x40f3e7){const _0x57f564=a111_0x2ee701;this[_0x57f564(0x121)]=_0x40f3e7;}[a111_0x2ee701(0x12a)](_0x1bb041){const _0x1523e1=a111_0x2ee701;this[_0x1523e1(0x10b)]=_0x1bb041;}[a111_0x2ee701(0x12c)](){return this['config'];}['getFramework'](){return this['framework'];}[a111_0x2ee701(0x119)](){const _0x15037b=a111_0x2ee701;return this[_0x15037b(0x136)];}[a111_0x2ee701(0x110)](){const _0x20b57d=a111_0x2ee701;return this[_0x20b57d(0x143)];}[a111_0x2ee701(0x131)](_0x1d774f){const _0x53eb24=a111_0x2ee701,_0x4f6d48={};_0x4f6d48['iIANT']=_0x53eb24(0x129),_0x4f6d48[_0x53eb24(0x134)]=_0x53eb24(0x12e),_0x4f6d48[_0x53eb24(0x114)]=function(_0x579d51,_0x4dd753){return _0x579d51===_0x4dd753;},_0x4f6d48[_0x53eb24(0x115)]=function(_0x2676a6,_0x1cbad1){return _0x2676a6+_0x1cbad1;},_0x4f6d48[_0x53eb24(0x127)]=_0x53eb24(0x135);const _0x1040a5=_0x4f6d48,_0x15dc39=this[_0x53eb24(0x133)][_0x1d774f];this['commands'][_0x1d774f]=[];if(globals[_0x53eb24(0x120)](_0x1040a5[_0x53eb24(0x10c)])&&globals[_0x53eb24(0x120)](_0x1040a5[_0x53eb24(0x134)])&&!_0x15dc39||_0x1040a5['Wkfaa'](_0x15dc39[_0x53eb24(0x148)],0x0))return logger['debug'](_0x1040a5[_0x53eb24(0x115)](_0x1040a5[_0x53eb24(0x127)],_0x1d774f)),'';return _0x15dc39['map'](_0x4dfe61=>JSON[_0x53eb24(0x111)](_0x4dfe61))[_0x53eb24(0x13d)](',');}['isSelfHealEnabled'](){const _0x2fee42=a111_0x2ee701,_0x31849a={};_0x31849a[_0x2fee42(0x147)]=function(_0x3b0ba6,_0x4b1f6a){return _0x3b0ba6===_0x4b1f6a;},_0x31849a[_0x2fee42(0x12b)]=function(_0x44e8a4,_0x1b021e){return _0x44e8a4===_0x1b021e;},_0x31849a[_0x2fee42(0x13a)]=_0x2fee42(0x11d);const _0x25a589=_0x31849a;let _0x394894=![];return this['getConfig']()&&(_0x25a589['xSZQz'](this[_0x2fee42(0x12c)]()[_0x2fee42(0x117)],!![])||_0x25a589[_0x2fee42(0x12b)](this[_0x2fee42(0x12c)]()[_0x2fee42(0x117)],_0x25a589[_0x2fee42(0x13a)]))&&(_0x394894=!![]),_0x394894;}[a111_0x2ee701(0x140)](){const _0x423622=a111_0x2ee701;return this[_0x423622(0x10b)];}}exports['commandRepository']=new HealingCommandRepo();function a111_0x2d30(){const _0x6b7706=['KUWmv','1100630CuVNxr','../logger','join','split','setTestNameForHealingContext','getTcgTokenStatus','6562984YueHnC','87684iEjhff','testName','../globals','2810622tGDXDu','84460IppSCQ','xSZQz','length','isTcgTokenSet','iIANT','8673700UwuXpM','userName','setAuthInfo','getTestName','stringify','81FILbMr','method','Wkfaa','UauOZ','setConfig','selfHeal','5oRCJml','getProjectName','setProjectNameForHealingContext','winstonLogger','push','true','LrDEf','9PRnFeg','getGlobal','framework','path','pushCommand','setAiSessionTimeStamp','omkhV','authInfo','sTpcl','getAuthInfo','aiHeal_isAuthenticated','setTcgTokenStatus','vPgDJ','getConfig','accessKey','aiHeal_isHealingEnabled','sYGpx','_pushCommand','getCommands','aiSessionTimeStamp','commands','QSMUd','No\x20commands\x20found\x20for\x20session:\x20','projectName','now','7756950WVqHLA','2024dEcryL'];a111_0x2d30=function(){return _0x6b7706;};return a111_0x2d30();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a112_0x3334(_0x205252,_0x379ac6){const _0x236c85=a112_0x236c();return a112_0x3334=function(_0x333439,_0x4a3423){_0x333439=_0x333439-0x153;let _0x446152=_0x236c85[_0x333439];return _0x446152;},a112_0x3334(_0x205252,_0x379ac6);}const a112_0x36e96b=a112_0x3334;(function(_0xf66868,_0x2ec864){const _0x2db838=a112_0x3334,_0x46f376=_0xf66868();while(!![]){try{const _0x161e4a=parseInt(_0x2db838(0x15d))/0x1*(-parseInt(_0x2db838(0x162))/0x2)+-parseInt(_0x2db838(0x166))/0x3*(parseInt(_0x2db838(0x160))/0x4)+parseInt(_0x2db838(0x164))/0x5+-parseInt(_0x2db838(0x15f))/0x6*(-parseInt(_0x2db838(0x167))/0x7)+parseInt(_0x2db838(0x153))/0x8*(parseInt(_0x2db838(0x15e))/0x9)+-parseInt(_0x2db838(0x155))/0xa+parseInt(_0x2db838(0x161))/0xb;if(_0x161e4a===_0x2ec864)break;else _0x46f376['push'](_0x46f376['shift']());}catch(_0x1a1c6c){_0x46f376['push'](_0x46f376['shift']());}}}(a112_0x236c,0x8d738));const a112_0x3bc495={};function a112_0x236c(){const _0x111330=['44514jHxzjH','140364PnVUEL','136sBWGUu','576004elkVHB','4Lamtvc','BUILDS_DASHBOARD_URL','3300230brJgXc','exports','4179eKXpHN','203dDfcTU','preprod','296wYXOoY','staging','6852040iAFoDa','toLowerCase','automate-turboscale/v1','stag','https://grid-preprod.bsstag.com/dashboard/builds','BROWSERSTACK_ENV','API_ENDPOINT','prod','130944bgBKaY'];a112_0x236c=function(){return _0x111330;};return a112_0x236c();}a112_0x3bc495['BUILDS_DASHBOARD_URL']='https://grid.browserstack.com/dashboard/builds',a112_0x3bc495[a112_0x36e96b(0x15b)]=a112_0x36e96b(0x157),module[a112_0x36e96b(0x165)]=a112_0x3bc495;const _env=(process['env'][a112_0x36e96b(0x15a)]||a112_0x36e96b(0x15c))[a112_0x36e96b(0x156)]();if(_env===a112_0x36e96b(0x154)||_env===a112_0x36e96b(0x158))module['exports'][a112_0x36e96b(0x163)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a112_0x36e96b(0x168)||_env==='pre-prod')&&(module[a112_0x36e96b(0x165)]['BUILDS_DASHBOARD_URL']=a112_0x36e96b(0x159));
|