browserstack-node-sdk 1.49.1 → 1.49.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/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/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/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/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a144_0x328b3b=a144_0x5d2a;function a144_0x5d2a(_0x3e7505,_0x5c57b4){const _0x35e0db=a144_0x35e0();return a144_0x5d2a=function(_0x5d2a50,_0x416a8b){_0x5d2a50=_0x5d2a50-0x139;let _0x2a954c=_0x35e0db[_0x5d2a50];return _0x2a954c;},a144_0x5d2a(_0x3e7505,_0x5c57b4);}(function(_0x336d5c,_0x499f30){const _0x569f5b=a144_0x5d2a,_0x3c22a6=_0x336d5c();while(!![]){try{const _0x76bd86=parseInt(_0x569f5b(0x14a))/0x1*(-parseInt(_0x569f5b(0x175))/0x2)+parseInt(_0x569f5b(0x17f))/0x3+-parseInt(_0x569f5b(0x139))/0x4+-parseInt(_0x569f5b(0x165))/0x5*(parseInt(_0x569f5b(0x15e))/0x6)+-parseInt(_0x569f5b(0x159))/0x7*(parseInt(_0x569f5b(0x16e))/0x8)+-parseInt(_0x569f5b(0x15b))/0x9+-parseInt(_0x569f5b(0x17a))/0xa*(-parseInt(_0x569f5b(0x17b))/0xb);if(_0x76bd86===_0x499f30)break;else _0x3c22a6['push'](_0x3c22a6['shift']());}catch(_0x4cd410){_0x3c22a6['push'](_0x3c22a6['shift']());}}}(a144_0x35e0,0xb5938));const url=require(a144_0x328b3b(0x16b)),util=require('util'),helper=require(a144_0x328b3b(0x170)),logger=require(a144_0x328b3b(0x13d))[a144_0x328b3b(0x178)],constants=require('./bin/utils/constants');function a144_0x35e0(){const _0x4c2774=['axXBZ','2072GdsaeZ','HUB\x20URL\x20SET\x20TO\x20-\x20','8592966mIeaaG','qPIDT','GET','6XniXVw','hash','search','TfCal','https://','replace','hubs','814685NTSAAV','getRequestOptions','check','Execution\x20time\x20for\x20','./bin/utils/constants','MjDZv','url','then','updateHubUrl','26256GlWaFD','hubUrl','./helpers/helper','bkfXZ','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','keys','sort','8NFYMSZ','latency','parse','winstonLogger','bqhlp','2020100NbHGyM','209FxVhfW','SXdoL','uPETU','findLatency','1639164MxKGxC','5177948URjfRw','push','OlmOM','UoyDq','./helpers/logger','entries','length','debug','CjXEp','Response:\x20','pUcVh','data','NEAREST\x20HUBS:\x20','wHCOH','newHubUrl','LCLtg','lsauG','64293kUvoEm','nodeRequest','\x20HUB\x20-\x20','catch','mdPJG','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','map','TcjaJ','fromEntries','nextHubs','bTkdH','Invalid\x20new\x20HUB\x20URL:\x20','bdUbU','allocateHub'];a144_0x35e0=function(){return _0x4c2774;};return a144_0x35e0();}global[a144_0x328b3b(0x147)]='',exports[a144_0x328b3b(0x166)]=_0x4a6768=>{const _0x41e34d=a144_0x328b3b,_0x5e6bc1={};_0x5e6bc1[_0x41e34d(0x143)]=function(_0x2acd9c,_0x194d86){return _0x2acd9c+_0x194d86;},_0x5e6bc1[_0x41e34d(0x141)]=_0x41e34d(0x155);const _0x59598d=_0x5e6bc1,_0x11e288=url[_0x41e34d(0x177)](_0x4a6768);if(!_0x11e288['hostname'])throw new Error(_0x59598d[_0x41e34d(0x143)](_0x59598d[_0x41e34d(0x141)],_0x4a6768));return _0x11e288[_0x41e34d(0x160)]=null,_0x11e288[_0x41e34d(0x15f)]=null,_0x11e288['path']=_0x11e288['pathname'],_0x11e288;},exports[a144_0x328b3b(0x16d)]=_0x3731de=>{const _0x3e37ad=a144_0x328b3b;global[_0x3e37ad(0x147)]=_0x3731de;},exports[a144_0x328b3b(0x157)]=_0x444ed8=>{const _0x268403=a144_0x328b3b,_0x48b096={'LCLtg':function(_0x456561,_0x2c6532){return _0x456561+_0x2c6532;},'mdPJG':'/wd/hub','OlmOM':function(_0x482b68){return _0x482b68();},'TfCal':function(_0x5f07a1,_0x439586){return _0x5f07a1!=_0x439586;},'bqhlp':function(_0x105ffd,_0x18ffcb){return _0x105ffd!==_0x18ffcb;},'UoyDq':_0x268403(0x162)};return new Promise(_0x220a26=>{const _0x52cd86=_0x268403,_0xb8b441={'Iwqoy':function(_0xb015e9,_0x4ddbc0){const _0x27b2ca=a144_0x5d2a;return _0x48b096[_0x27b2ca(0x148)](_0xb015e9,_0x4ddbc0);},'EfWvD':_0x48b096[_0x52cd86(0x14e)],'MjDZv':function(_0x495545){const _0x3ad9ba=_0x52cd86;return _0x48b096[_0x3ad9ba(0x13b)](_0x495545);},'SXdoL':function(_0x3932d8,_0x41f0e3){const _0x4bc488=_0x52cd86;return _0x48b096[_0x4bc488(0x161)](_0x3932d8,_0x41f0e3);},'uPETU':function(_0x4d8bda,_0x2e2e35){const _0x1bd249=_0x52cd86;return _0x48b096[_0x1bd249(0x179)](_0x4d8bda,_0x2e2e35);},'wHCOH':_0x48b096[_0x52cd86(0x13c)]};Promise['resolve'](this[_0x52cd86(0x153)](_0x444ed8))[_0x52cd86(0x16c)](_0x5017b1=>{const _0x4b2e5d=_0x52cd86;logger[_0x4b2e5d(0x140)](_0x4b2e5d(0x145)+util['format']('%j',_0x5017b1));if(_0xb8b441[_0x4b2e5d(0x17c)](_0x5017b1,null)&&_0xb8b441[_0x4b2e5d(0x17d)](_0x5017b1[_0x4b2e5d(0x13f)],0x0)){const _0x6e950f=[];for(const _0x148981 of _0x5017b1){_0x6e950f[_0x4b2e5d(0x13a)](this[_0x4b2e5d(0x17e)](_0x444ed8,_0xb8b441['Iwqoy'](_0xb8b441[_0x4b2e5d(0x146)],_0x148981)));}Promise['all'](_0x6e950f)[_0x4b2e5d(0x16c)](_0x25525=>{const _0x49c959=_0x4b2e5d,_0x1a5391=Object[_0x49c959(0x152)](_0x25525[_0x49c959(0x150)](_0x8b6e77=>[_0x8b6e77[_0x49c959(0x16f)],_0x8b6e77['latency']])),_0x4d1382=Object[_0x49c959(0x152)](Object[_0x49c959(0x13e)](_0x1a5391)[_0x49c959(0x174)](([,_0x450ca1],[,_0x2a6502])=>_0x450ca1-_0x2a6502)),_0x2d402e=Object[_0x49c959(0x173)](_0x4d1382)[0x0];constants['hubUrl']=_0xb8b441['Iwqoy'](_0x2d402e,_0xb8b441['EfWvD']),logger[_0x49c959(0x140)](_0x49c959(0x15a)+_0x2d402e),_0xb8b441[_0x49c959(0x16a)](_0x220a26);});}else _0xb8b441[_0x4b2e5d(0x16a)](_0x220a26);})[_0x52cd86(0x14d)](_0xcc7535=>{const _0x1123d1=_0x52cd86;logger['debug']('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0xcc7535),_0xb8b441[_0x1123d1(0x16a)](_0x220a26);});});},exports[a144_0x328b3b(0x17e)]=async(_0x342d35,_0x355ab3)=>{const _0xb7d7a9=a144_0x328b3b,_0x36c96f={};_0x36c96f[_0xb7d7a9(0x149)]=_0xb7d7a9(0x15d),_0x36c96f[_0xb7d7a9(0x151)]=_0xb7d7a9(0x167),_0x36c96f[_0xb7d7a9(0x15c)]=function(_0x4c0cd9,_0x53748e){return _0x4c0cd9-_0x53748e;};const _0x22751f=_0x36c96f;try{const _0x39cb4e=new Date();await helper[_0xb7d7a9(0x14b)](_0x22751f[_0xb7d7a9(0x149)],_0x22751f[_0xb7d7a9(0x151)],{},_0x342d35,_0x355ab3,0x1388);const _0xeaab28=_0x22751f['qPIDT'](new Date(),_0x39cb4e);logger[_0xb7d7a9(0x140)](_0xb7d7a9(0x168)+_0x355ab3+'\x20is:\x20'+_0xeaab28+'ms');const _0x555ef5={};return _0x555ef5['hubUrl']=_0x355ab3,_0x555ef5[_0xb7d7a9(0x176)]=_0xeaab28,_0x555ef5;}catch(_0x2b32c1){return logger[_0xb7d7a9(0x140)](_0xb7d7a9(0x172)+_0x355ab3+_0xb7d7a9(0x14c)+_0x2b32c1),{};}},exports[a144_0x328b3b(0x153)]=async _0x18ddb1=>{const _0x4c9fa8=a144_0x328b3b,_0x669d45={'tbcqg':function(_0x2c4ca0,_0x54638e){return _0x2c4ca0(_0x54638e);},'bkfXZ':_0x4c9fa8(0x169),'bTkdH':'/wd/hub','bdUbU':_0x4c9fa8(0x15d),'axXBZ':'next_hubs'};try{const _0x38f6e5=_0x669d45['tbcqg'](require,_0x669d45[_0x4c9fa8(0x171)])['hubUrl'][_0x4c9fa8(0x163)](_0x669d45[_0x4c9fa8(0x154)],''),_0x47f652=await helper['nodeRequest'](_0x669d45[_0x4c9fa8(0x156)],_0x669d45[_0x4c9fa8(0x158)],{},_0x18ddb1,_0x38f6e5,0x1388),_0xe47902=_0x47f652[_0x4c9fa8(0x144)];return logger['debug'](_0x4c9fa8(0x142)+util['format']('%j',_0xe47902)),_0xe47902[_0x4c9fa8(0x164)];}catch(_0x40b39c){logger[_0x4c9fa8(0x140)](_0x4c9fa8(0x14f)+_0x40b39c);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a145_0x126b36=a145_0x3482;(function(_0x137ccb,_0x165a4a){const _0x3e27d2=a145_0x3482,_0x5e6f82=_0x137ccb();while(!![]){try{const _0x5361ce=parseInt(_0x3e27d2(0x1ab))/0x1+-parseInt(_0x3e27d2(0x107))/0x2*(parseInt(_0x3e27d2(0x147))/0x3)+parseInt(_0x3e27d2(0xc3))/0x4+parseInt(_0x3e27d2(0x16c))/0x5+-parseInt(_0x3e27d2(0xb4))/0x6+-parseInt(_0x3e27d2(0x10e))/0x7+parseInt(_0x3e27d2(0xc1))/0x8*(parseInt(_0x3e27d2(0x11f))/0x9);if(_0x5361ce===_0x165a4a)break;else _0x5e6f82['push'](_0x5e6f82['shift']());}catch(_0x462156){_0x5e6f82['push'](_0x5e6f82['shift']());}}}(a145_0x3532,0xcf249));const util=require(a145_0x126b36(0x154)),{overrideTakeScreenshot}=require(a145_0x126b36(0xf0)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x126b36(0x183)),{setAccessibilityCapabilities,setExtension}=require(a145_0x126b36(0x112)),helper=require('./helpers/helper'),logger=require(a145_0x126b36(0x15f))[a145_0x126b36(0x171)],hubAllocator=require(a145_0x126b36(0xf3)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a145_0x126b36(0x169)),BrowserStackSdk=require(a145_0x126b36(0xde)),modifyPlaywrightConfig=require(a145_0x126b36(0xff)),scripts=require(a145_0x126b36(0x1b0)),globals=require('./helpers/globals'),{commandRepository}=require(a145_0x126b36(0xc9)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a145_0x126b36(0xe2)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a145_0x126b36(0xce)),{nonBstackPlatformValidation}=require(a145_0x126b36(0x183)),modify=_0x10da55=>{const _0x52473d=a145_0x126b36,_0x3a325a={'toCaJ':function(_0x4f3a77,_0x4e3caa){return _0x4f3a77!==_0x4e3caa;},'DgDLs':_0x52473d(0x13a),'KGTvM':function(_0x586177,_0x20ddf2){return _0x586177!==_0x20ddf2;},'LAEnn':function(_0x26589c,_0x3913e7){return _0x26589c+_0x3913e7;},'KCxXn':_0x52473d(0x14a),'dORwC':_0x52473d(0x10c),'vYcuM':_0x52473d(0xb8),'lNlij':'chromeOptions','hTkhk':_0x52473d(0x17f),'yIqbH':_0x52473d(0x106),'SOfQS':_0x52473d(0xf9),'cAHRC':'firefoxOptions','lBqTd':_0x52473d(0x1ac),'dEhDT':_0x52473d(0x14b),'qYcQj':'ieOptions','qTbIg':function(_0x2d2945,_0x5d34f7){return _0x2d2945===_0x5d34f7;},'gEsOG':_0x52473d(0xc0),'GydbE':_0x52473d(0x194),'AqDVf':_0x52473d(0x199),'EBENj':_0x52473d(0x148),'OpnEQ':function(_0x5e28d7,_0x1aafe8,_0x124080){return _0x5e28d7(_0x1aafe8,_0x124080);},'nhyQM':function(_0x112aa7,_0x2d7ac4){return _0x112aa7(_0x2d7ac4);},'xQJpf':_0x52473d(0x16e),'HhFvE':function(_0x569296){return _0x569296();},'hjQgx':function(_0x9fb8bc,_0x49ac6f){return _0x9fb8bc(_0x49ac6f);},'dYwfL':_0x52473d(0x145),'xITiW':function(_0x36acca,_0x36d52b,_0x341945){return _0x36acca(_0x36d52b,_0x341945);},'shvyc':_0x52473d(0x170),'QyjqQ':function(_0x326759,_0x1e17f3,_0x75278c){return _0x326759(_0x1e17f3,_0x75278c);},'SqVVx':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','wZLjQ':_0x52473d(0xd1)};logger[_0x52473d(0x18f)](_0x3a325a[_0x52473d(0x124)]),logger[_0x52473d(0xf2)](_0x3a325a['wZLjQ']);const _0x3bf445=helper['requireSeleniumWebdriver'](),_0x4a6ced=helper[_0x52473d(0xf1)]();class _0x39c0c1 extends _0x4a6ced[_0x52473d(0x14e)]{['send'](_0x2b5f69){const _0x1c2ac2=_0x52473d;if(_0x3a325a[_0x1c2ac2(0x121)](_0x2b5f69[_0x1c2ac2(0x18a)],_0x3a325a[_0x1c2ac2(0x1b5)])&&_0x3a325a['KGTvM'](global[_0x1c2ac2(0xe3)],''))try{global['newHubUrl']=_0x3a325a[_0x1c2ac2(0xd4)](_0x3a325a['LAEnn'](_0x3a325a[_0x1c2ac2(0x168)],global[_0x1c2ac2(0xe3)]),_0x3a325a[_0x1c2ac2(0x103)]),this[_0x1c2ac2(0xfc)]=hubAllocator[_0x1c2ac2(0x166)](global[_0x1c2ac2(0xe3)]),logger[_0x1c2ac2(0xf2)](_0x1c2ac2(0x196)+global['newHubUrl']),global[_0x1c2ac2(0xe3)]='';}catch(_0x4f6691){logger[_0x1c2ac2(0x13b)](_0x4f6691);}return super[_0x1c2ac2(0xbd)](_0x2b5f69);}}class _0x503fd0 extends _0x3bf445[_0x52473d(0x185)]{[_0x52473d(0x120)](_0x244f90){const _0x304eaa=_0x52473d;let _0x19cbdb={};for(const _0x49d9df in _0x244f90){switch(_0x49d9df){case _0x3a325a['vYcuM']:case _0x3a325a['lNlij']:this[_0x304eaa(0x136)]&&(_0x19cbdb=this[_0x304eaa(0x136)]['get'](this[_0x304eaa(0x136)][_0x304eaa(0x18e)])||{},this[_0x304eaa(0x136)][_0x304eaa(0x128)](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x304eaa(0x182)](_0x19cbdb,_0x244f90[_0x49d9df])));break;case _0x3a325a['hTkhk']:case _0x3a325a[_0x304eaa(0xb9)]:this[_0x304eaa(0x144)]&&(_0x19cbdb=this['edgeOptions_'][_0x304eaa(0x16f)](this[_0x304eaa(0x144)][_0x304eaa(0x18e)])||{},this['edgeOptions_'][_0x304eaa(0x128)](this[_0x304eaa(0x144)][_0x304eaa(0x18e)],helper[_0x304eaa(0x182)](_0x19cbdb,_0x244f90[_0x49d9df])));break;case _0x3a325a[_0x304eaa(0x1a0)]:case _0x3a325a[_0x304eaa(0x1b2)]:this[_0x304eaa(0xf5)]&&(_0x19cbdb=this['firefoxOptions_'][_0x304eaa(0x16f)](this[_0x304eaa(0xf5)]['CAPABILITY_KEY'])||{},this[_0x304eaa(0xf5)][_0x304eaa(0x128)](this['firefoxOptions_'][_0x304eaa(0x18e)],helper[_0x304eaa(0x182)](_0x19cbdb,_0x244f90[_0x49d9df])));break;case _0x3a325a[_0x304eaa(0x12c)]:this[_0x304eaa(0xbe)]&&(_0x19cbdb=this[_0x304eaa(0xbe)][_0x304eaa(0x16f)](this['safariOptions_'][_0x304eaa(0x18e)])||{},this[_0x304eaa(0xbe)][_0x304eaa(0x128)](this[_0x304eaa(0xbe)][_0x304eaa(0x18e)],helper[_0x304eaa(0x182)](_0x19cbdb,_0x244f90[_0x49d9df])));break;case _0x3a325a['dEhDT']:case _0x3a325a[_0x304eaa(0xb5)]:this[_0x304eaa(0x179)]&&(_0x19cbdb=this['ieOptions_'][_0x304eaa(0x16f)](this['ieOptions_'][_0x304eaa(0x18e)])||{},this[_0x304eaa(0x179)]['set'](this[_0x304eaa(0x179)][_0x304eaa(0x18e)],helper[_0x304eaa(0x182)](_0x19cbdb,_0x244f90[_0x49d9df])));break;}}}[_0x52473d(0x10a)](){const _0x359214=_0x52473d;return this[_0x359214(0x180)]=helper[_0x359214(0x1ae)](_0x10da55),logger[_0x359214(0xf2)]('Hub\x20url\x20set\x20to\x20'+this[_0x359214(0x180)]),this;}[_0x52473d(0x11b)](){const _0x205ac0=_0x52473d,_0x4be307={'RKyhB':function(_0x21f560,_0x22a1cb){const _0x58f71a=a145_0x3482;return _0x3a325a[_0x58f71a(0x164)](_0x21f560,_0x22a1cb);},'wCELz':_0x3a325a[_0x205ac0(0x13e)]};return logger[_0x205ac0(0xf2)](_0x3a325a[_0x205ac0(0x132)]),this[_0x205ac0(0x120)](_0x10da55['capability']),Object[_0x205ac0(0x17e)](_0x10da55['capability'])[_0x205ac0(0x109)](_0xffdbfb=>{const _0x1a7f3c=_0x205ac0,_0x1075c0=this[_0x1a7f3c(0x174)][_0x1a7f3c(0x16f)](_0xffdbfb);_0x4be307[_0x1a7f3c(0xdc)](typeof _0x1075c0,_0x4be307['wCELz'])?this[_0x1a7f3c(0x174)][_0x1a7f3c(0x128)](_0xffdbfb,helper[_0x1a7f3c(0x182)](_0x1075c0,_0x10da55['capability'][_0xffdbfb])):this['capabilities_'][_0x1a7f3c(0x128)](_0xffdbfb,_0x10da55[_0x1a7f3c(0x15d)][_0xffdbfb]);}),this;}['build'](){const _0x1bdad9=_0x52473d,_0x2c1960={'ZmbJN':_0x3a325a[_0x1bdad9(0x17c)],'ftdoV':function(_0x4ac48c){return _0x3a325a['HhFvE'](_0x4ac48c);},'KhVPy':function(_0x1cc16c,_0x1322b1){const _0xc2994f=_0x1bdad9;return _0x3a325a[_0xc2994f(0x163)](_0x1cc16c,_0x1322b1);},'xGEQB':_0x3a325a['dYwfL'],'okAVd':function(_0x3d768d,_0x50a427,_0xd4450f){const _0x299cac=_0x1bdad9;return _0x3a325a[_0x299cac(0x12e)](_0x3d768d,_0x50a427,_0xd4450f);},'iYEiD':_0x3a325a['shvyc'],'ebYOt':function(_0x5df236,_0x5577f5,_0x24ace6){const _0x8c5478=_0x1bdad9;return _0x3a325a[_0x8c5478(0x12e)](_0x5df236,_0x5577f5,_0x24ace6);},'lOAEc':function(_0x2a6bdb,_0x1d70db){const _0xecad0c=_0x1bdad9;return _0x3a325a[_0xecad0c(0x163)](_0x2a6bdb,_0x1d70db);},'JXfoN':function(_0x4d142f,_0x4a2bba,_0x5675c9){return _0x3a325a['QyjqQ'](_0x4d142f,_0x4a2bba,_0x5675c9);},'InCcW':function(_0x4df8ab,_0x3b7b5d,_0x502923){const _0x535c52=_0x1bdad9;return _0x3a325a[_0x535c52(0x12e)](_0x4df8ab,_0x3b7b5d,_0x502923);}};PerformanceTester[_0x1bdad9(0x131)](PerformanceEvents[_0x1bdad9(0xd2)],()=>{const _0x55a48d=_0x1bdad9,_0x441655=_0x2c1960[_0x55a48d(0x12b)]['split']('|');let _0x135653=0x0;while(!![]){switch(_0x441655[_0x135653++]){case'0':_0x2c1960[_0x55a48d(0x1a3)](isAccessibilityAutomationSession)&&_0x2c1960[_0x55a48d(0x1a2)](setAccessibilityCapabilities,_0x10da55);continue;case'1':(!helper['isBrowserstackInfra']()||helper[_0x55a48d(0x13c)](_0x10da55))&&helper['prepareCapabilities'](null,null,_0x10da55[_0x55a48d(0xcb)],null,this,null);continue;case'2':this[_0x55a48d(0x10a)]();continue;case'3':this[_0x55a48d(0x11b)]();continue;case'4':helper[_0x55a48d(0xd6)](_0x10da55[_0x55a48d(0x15d)]);continue;case'5':globals[_0x55a48d(0x118)](_0x2c1960[_0x55a48d(0x149)])&&(!_0x2c1960[_0x55a48d(0x110)](setExtension,this,_0x10da55)&&globals['setGlobal'](_0x2c1960['xGEQB'],![]));continue;case'6':logger['debug'](_0x2c1960[_0x55a48d(0x1b7)]);continue;case'7':if(helper['isPacProxy'](_0x10da55[_0x55a48d(0x16d)][_0x55a48d(0x14c)]))this[_0x55a48d(0x122)]=helper[_0x55a48d(0xbf)](_0x10da55['proxySettings']['proxyUrl']);else _0x10da55[_0x55a48d(0x16d)][_0x55a48d(0x14c)]&&(this[_0x55a48d(0x187)]=_0x10da55[_0x55a48d(0x16d)][_0x55a48d(0x14c)],logger[_0x55a48d(0xf2)](_0x55a48d(0x1a8)+this[_0x55a48d(0x187)]));continue;}break;}})();const _0x2e72b4=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x1bdad9(0x146)],()=>{const _0x46f7b1=_0x1bdad9,_0x28b2dc={'TlbXL':_0x3a325a[_0x46f7b1(0x172)],'zlpBG':_0x3a325a['EBENj'],'WwMVX':function(_0x1be238,_0x4d53c9,_0x4ae6c0){return _0x3a325a['OpnEQ'](_0x1be238,_0x4d53c9,_0x4ae6c0);},'arUTw':function(_0x1ebda7,_0x5c7ceb){return _0x3a325a['nhyQM'](_0x1ebda7,_0x5c7ceb);}};_0x2e72b4[_0x46f7b1(0xb3)][_0x46f7b1(0xe6)](_0x37d432=>{const _0x3f186e=_0x46f7b1;try{const _0x5d22d9=_0x37d432['caps_']['get'](_0x28b2dc['TlbXL']);_0x5d22d9?(logger[_0x3f186e(0xf2)](_0x3f186e(0x195)+_0x5d22d9),hubAllocator[_0x3f186e(0xe0)](_0x5d22d9),helper[_0x3f186e(0x18d)](_0x5d22d9)):logger[_0x3f186e(0xf2)](_0x28b2dc[_0x3f186e(0x125)]);}catch(_0x44312f){logger[_0x3f186e(0xf2)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x44312f);}}),_0x2e72b4[_0x46f7b1(0xe6)]&&_0x2e72b4[_0x46f7b1(0xe6)](_0x30f4eb=>{const _0x1962e3=_0x46f7b1,_0x3fa787={'QQBgS':function(_0x307ffa,_0x131e81,_0x4d6158){const _0x287fff=a145_0x3482;return _0x2c1960[_0x287fff(0x177)](_0x307ffa,_0x131e81,_0x4d6158);},'pvdWO':function(_0x59a690,_0x14bb45){return _0x2c1960['lOAEc'](_0x59a690,_0x14bb45);}};helper[_0x1962e3(0x140)](_0x30f4eb,_0x10da55),_0x2c1960['JXfoN'](overrideExecute,_0x30f4eb,_0x10da55),_0x30f4eb[_0x1962e3(0x100)]=async()=>{const _0x3b34e3=_0x1962e3;return await _0x28b2dc[_0x3b34e3(0xd7)](getAccessibilityResultsSummary,_0x30f4eb,global);},_0x30f4eb[_0x1962e3(0x138)]=async()=>{const _0xea12f8=_0x1962e3;return await _0x3fa787[_0xea12f8(0x11c)](getAccessibilityResults,_0x30f4eb,global);},_0x30f4eb[_0x1962e3(0xeb)]=async()=>{return await _0x3fa787['pvdWO'](performScan,_0x30f4eb);};}),_0x2e72b4[_0x46f7b1(0x100)]=async()=>{const _0x3f5f80=_0x46f7b1;return await _0x2c1960[_0x3f5f80(0x177)](getAccessibilityResultsSummary,_0x2e72b4,global);},_0x2e72b4[_0x46f7b1(0x138)]=async()=>{const _0x33b0dd=_0x46f7b1;return await _0x2c1960[_0x33b0dd(0xc8)](getAccessibilityResults,_0x2e72b4,global);},_0x2e72b4[_0x46f7b1(0xeb)]=async()=>{const _0x39871e=_0x46f7b1;return await _0x28b2dc[_0x39871e(0x15c)](performScan,_0x2e72b4);},helper['overrideGet'](_0x2e72b4,_0x10da55),_0x3a325a[_0x46f7b1(0x17a)](overrideExecute,_0x2e72b4,_0x10da55),helper[_0x46f7b1(0x162)](global[_0x46f7b1(0xe4)])&&(global['__driversArray']=[]),global[_0x46f7b1(0xe4)][_0x46f7b1(0xfb)](_0x2e72b4);})(),_0x2e72b4;}}_0x3bf445[_0x52473d(0xf4)]=_0x3bf445['Builder'],_0x3bf445['Builder']=_0x503fd0,_0x4a6ced['HttpClient']=_0x39c0c1;},modifyV2=(_0x2a3aae,_0x24f8d4=null,_0x52ef9c=![])=>{const _0x1aaf12=a145_0x126b36,_0x4414a1={'hKZxs':function(_0x4d9a9d,_0x52d91b){return _0x4d9a9d!==_0x52d91b;},'ZPUUn':'/session','ARUFE':function(_0x2bed71,_0xd88873){return _0x2bed71!==_0xd88873;},'ZHEnK':function(_0x536466,_0xce1cc9){return _0x536466+_0xce1cc9;},'oNHVO':function(_0x3f5d99,_0x56bbf3){return _0x3f5d99+_0x56bbf3;},'RvhKg':'https://','bmeCp':_0x1aaf12(0x10c),'OxnSS':_0x1aaf12(0x161),'EIVBP':_0x1aaf12(0x130),'tXAof':'goog:chromeOptions','VMNjx':'chromeOptions','WhXMF':_0x1aaf12(0x17f),'PxMiV':_0x1aaf12(0x106),'IzjEG':_0x1aaf12(0xf9),'PTQJO':_0x1aaf12(0x176),'kaJuM':_0x1aaf12(0x1ac),'QkApp':_0x1aaf12(0x14b),'YvJhh':_0x1aaf12(0xb6),'blwZL':function(_0x5240ca,_0x30e5d0){return _0x5240ca===_0x30e5d0;},'YaYnD':_0x1aaf12(0xc0),'zpCWX':_0x1aaf12(0x194),'ymXCL':function(_0x292c7d,_0x5e0540){return _0x292c7d>_0x5e0540;},'HdcLe':function(_0x167347,_0x61711){return _0x167347>_0x61711;},'BERcm':'4|6|3|7|0|1|5|2','hGkKP':_0x1aaf12(0x145),'PZwTJ':function(_0x2e8d4e,_0x19be61,_0x1a6af9){return _0x2e8d4e(_0x19be61,_0x1a6af9);},'KcTsY':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','zPUuO':function(_0x39c23a){return _0x39c23a();},'UzZUp':function(_0x1bd4f9,_0x14ca6f){return _0x1bd4f9(_0x14ca6f);},'QfXIs':_0x1aaf12(0x141),'RrHdy':'.browserstack.com','ttgXI':_0x1aaf12(0x19f),'QpFCf':function(_0x14d158){return _0x14d158();},'OcUmA':'browserstack.com','IgpYh':function(_0x3928fe,_0x5deb38){return _0x3928fe(_0x5deb38);},'zoXQJ':_0x1aaf12(0xd3),'lUJZJ':_0x1aaf12(0x18b),'HnJii':_0x1aaf12(0xf8),'qNdUe':function(_0x414932,_0x4ecb07,_0xcde30c){return _0x414932(_0x4ecb07,_0xcde30c);},'DbXNE':function(_0x58043b,_0x1c26ce){return _0x58043b(_0x1c26ce);},'AnnXZ':_0x1aaf12(0x199),'gHBsF':_0x1aaf12(0x148),'GpFNm':function(_0x3b6795,_0x385269){return _0x3b6795!==_0x385269;},'npscR':function(_0x56ac2d,_0x5742c5){return _0x56ac2d!==_0x5742c5;},'FIYHZ':_0x1aaf12(0x15e),'QTKJU':_0x1aaf12(0xf6),'tLuFe':_0x1aaf12(0x111),'SfGVU':_0x1aaf12(0xd1),'YLNEZ':_0x1aaf12(0x191),'ZJWJI':'selenium-webdriver','JQOhi':_0x1aaf12(0x11d),'nKOOH':_0x1aaf12(0x142),'YcJeV':_0x1aaf12(0xe5)},_0x13ade2=helper[_0x1aaf12(0xf1)]();let _0x4edfe2;try{_0x4edfe2=helper['requireSeleniumWebdriver'](),_0x4edfe2[_0x1aaf12(0xf4)]&&(_0x4edfe2[_0x1aaf12(0x185)]=_0x4edfe2[_0x1aaf12(0xf4)]);}catch(_0x49f6ed){return;}if(helper[_0x1aaf12(0x134)]()){const _0x4d9e6b={};_0x4d9e6b[_0x1aaf12(0xca)]=_0x2a3aae[_0x1aaf12(0xc4)],helper[_0x1aaf12(0x1a4)](_0x4d9e6b,new Map(),new Map()),logger[_0x1aaf12(0x18f)](_0x4414a1[_0x1aaf12(0x15b)]),logger[_0x1aaf12(0xf2)](_0x4414a1['SfGVU']);}class _0x50163e extends _0x13ade2[_0x1aaf12(0x14e)]{[_0x1aaf12(0xbd)](_0x1d66b8){const _0x3d7405=_0x1aaf12;if(_0x4414a1['hKZxs'](_0x1d66b8[_0x3d7405(0x18a)],_0x4414a1['ZPUUn'])&&_0x4414a1[_0x3d7405(0x105)](global[_0x3d7405(0xe3)],''))try{global[_0x3d7405(0xe3)]=_0x4414a1['ZHEnK'](_0x4414a1[_0x3d7405(0x175)](_0x4414a1[_0x3d7405(0xef)],global[_0x3d7405(0xe3)]),_0x4414a1[_0x3d7405(0xfa)]),this[_0x3d7405(0xfc)]=hubAllocator[_0x3d7405(0x166)](global[_0x3d7405(0xe3)]),logger[_0x3d7405(0xf2)](_0x3d7405(0x196)+global[_0x3d7405(0xe3)]),global['newHubUrl']='';}catch(_0x58440d){logger[_0x3d7405(0x13b)](_0x58440d);}if(globals[_0x3d7405(0x118)](_0x4414a1[_0x3d7405(0xb7)])&&globals[_0x3d7405(0x118)](_0x4414a1['EIVBP'])){const _0x248eee=_0x1d66b8[_0x3d7405(0x18a)][_0x3d7405(0x189)]('/')[0x2];_0x248eee&&commandRepository[_0x3d7405(0x12d)](_0x248eee,_0x1d66b8);}return super[_0x3d7405(0xbd)](_0x1d66b8);}}class _0x14477a extends _0x4edfe2[_0x1aaf12(0x185)]{[_0x1aaf12(0x10a)](){const _0x11813b=_0x1aaf12;return this['url_']=helper[_0x11813b(0x1ae)](_0x2a3aae),logger['debug'](_0x11813b(0x13d)+this['url_']),this;}['__setBrowserOptions'](_0x10b415){const _0x152034=_0x1aaf12;let _0x308e40={};for(const _0x5309f5 in _0x10b415){switch(_0x5309f5){case _0x4414a1[_0x152034(0x159)]:case _0x4414a1[_0x152034(0x151)]:this['chromeOptions_']&&(_0x308e40=this[_0x152034(0x136)]['get'](this[_0x152034(0x136)][_0x152034(0x18e)])||{},this[_0x152034(0x136)][_0x152034(0x128)](this['chromeOptions_'][_0x152034(0x18e)],helper[_0x152034(0x182)](_0x308e40,_0x10b415[_0x5309f5])));break;case _0x4414a1[_0x152034(0x137)]:case _0x4414a1[_0x152034(0xee)]:this[_0x152034(0x144)]&&(_0x308e40=this[_0x152034(0x144)][_0x152034(0x16f)](this['edgeOptions_'][_0x152034(0x18e)])||{},this[_0x152034(0x144)][_0x152034(0x128)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x152034(0x182)](_0x308e40,_0x10b415[_0x5309f5])));break;case _0x4414a1['IzjEG']:case _0x4414a1['PTQJO']:this['firefoxOptions_']&&(_0x308e40=this[_0x152034(0xf5)][_0x152034(0x16f)](this[_0x152034(0xf5)][_0x152034(0x18e)])||{},this[_0x152034(0xf5)][_0x152034(0x128)](this[_0x152034(0xf5)][_0x152034(0x18e)],helper['mergeDeep'](_0x308e40,_0x10b415[_0x5309f5])));break;case _0x4414a1[_0x152034(0x153)]:this[_0x152034(0xbe)]&&(_0x308e40=this[_0x152034(0xbe)][_0x152034(0x16f)](this[_0x152034(0xbe)][_0x152034(0x18e)])||{},this[_0x152034(0xbe)]['set'](this[_0x152034(0xbe)]['CAPABILITY_KEY'],helper[_0x152034(0x182)](_0x308e40,_0x10b415[_0x5309f5])));break;case _0x4414a1['QkApp']:case _0x4414a1['YvJhh']:this[_0x152034(0x179)]&&(_0x308e40=this[_0x152034(0x179)][_0x152034(0x16f)](this[_0x152034(0x179)][_0x152034(0x18e)])||{},this[_0x152034(0x179)]['set'](this['ieOptions_'][_0x152034(0x18e)],helper[_0x152034(0x182)](_0x308e40,_0x10b415[_0x5309f5])));break;}}}[_0x1aaf12(0x11b)](){const _0x20d7af=_0x1aaf12;logger[_0x20d7af(0xf2)](_0x4414a1['zpCWX']);const _0x4cb2e6=_0x2a3aae[_0x20d7af(0x15d)]&&_0x4414a1[_0x20d7af(0x129)](Object[_0x20d7af(0x17e)](_0x2a3aae[_0x20d7af(0x15d)])[_0x20d7af(0x156)],0x0)?_0x2a3aae[_0x20d7af(0x15d)]:_0x2a3aae[_0x20d7af(0x1b1)]&&Array[_0x20d7af(0x126)](_0x2a3aae['capabilities'])&&_0x4414a1[_0x20d7af(0xd9)](_0x2a3aae['capabilities'][_0x20d7af(0x156)],0x0)?_0x2a3aae['capabilities'][0x0]:{};return this[_0x20d7af(0x120)](_0x4cb2e6),Object[_0x20d7af(0x17e)](_0x4cb2e6)[_0x20d7af(0x109)](_0x11bb24=>{const _0x5ad823=_0x20d7af,_0x4f2ac0=this[_0x5ad823(0x174)][_0x5ad823(0x16f)](_0x11bb24);_0x4414a1[_0x5ad823(0xea)](typeof _0x4f2ac0,_0x4414a1[_0x5ad823(0x1aa)])?this[_0x5ad823(0x174)][_0x5ad823(0x128)](_0x11bb24,helper['mergeDeep'](_0x4f2ac0,_0x4cb2e6[_0x11bb24])):this[_0x5ad823(0x174)][_0x5ad823(0x128)](_0x11bb24,_0x4cb2e6[_0x11bb24]);}),this;}['build'](){const _0x9b9493=_0x1aaf12,_0x47262b={'mxbSf':_0x4414a1[_0x9b9493(0xfe)],'bbIkg':_0x4414a1[_0x9b9493(0x101)],'YAoLl':function(_0x2e2442,_0x2d92ed,_0x4c6088){return _0x4414a1['PZwTJ'](_0x2e2442,_0x2d92ed,_0x4c6088);},'amjZz':_0x4414a1[_0x9b9493(0xd5)],'jcBJh':function(_0x56fa5c){const _0x1ef08c=_0x9b9493;return _0x4414a1[_0x1ef08c(0x1b4)](_0x56fa5c);},'ThQbq':function(_0x290edc,_0x47d7dc){const _0x21fc59=_0x9b9493;return _0x4414a1[_0x21fc59(0xc2)](_0x290edc,_0x47d7dc);},'VlnVS':_0x4414a1[_0x9b9493(0x104)],'ETOBz':_0x4414a1['RrHdy'],'JImVQ':_0x4414a1[_0x9b9493(0x19c)],'Fzepa':_0x4414a1[_0x9b9493(0xb7)],'aVLwp':_0x4414a1[_0x9b9493(0x173)],'zhpgM':function(_0x5ed98b){const _0x396051=_0x9b9493;return _0x4414a1[_0x396051(0x158)](_0x5ed98b);},'pTICh':_0x4414a1[_0x9b9493(0xe7)],'zzbxN':function(_0x4063d5,_0x456475){const _0x32f2be=_0x9b9493;return _0x4414a1[_0x32f2be(0xba)](_0x4063d5,_0x456475);},'mlovz':function(_0x3df3aa,_0x5487e6){return _0x4414a1['blwZL'](_0x3df3aa,_0x5487e6);},'gNbHF':_0x4414a1[_0x9b9493(0xe8)],'OTQPB':_0x4414a1['lUJZJ'],'xcWUg':_0x4414a1['HnJii'],'ZPJvB':function(_0x3fd0f1){const _0x46188b=_0x9b9493;return _0x4414a1[_0x46188b(0x1b4)](_0x3fd0f1);},'ERosu':function(_0x24cb8d,_0x28c709,_0x236584){const _0x19c885=_0x9b9493;return _0x4414a1[_0x19c885(0x11e)](_0x24cb8d,_0x28c709,_0x236584);},'cAxms':function(_0xf695b2,_0x4207d9){const _0x1acc89=_0x9b9493;return _0x4414a1[_0x1acc89(0xe1)](_0xf695b2,_0x4207d9);},'vcHOA':_0x4414a1[_0x9b9493(0xd8)],'SIhhg':_0x4414a1[_0x9b9493(0x116)],'SpHIn':function(_0x232c27,_0x2defb0,_0x9ec886){const _0x3bb240=_0x9b9493;return _0x4414a1[_0x3bb240(0xbb)](_0x232c27,_0x2defb0,_0x9ec886);},'IFgcY':function(_0x10a8da,_0x4bc151,_0x1b93c7){const _0x3ebca6=_0x9b9493;return _0x4414a1[_0x3ebca6(0x11e)](_0x10a8da,_0x4bc151,_0x1b93c7);},'mKMEg':function(_0x423a48,_0x4dd7d1){const _0x2fac88=_0x9b9493;return _0x4414a1[_0x2fac88(0x1a5)](_0x423a48,_0x4dd7d1);},'HgeEg':function(_0x39b70c,_0x5c5ff3){const _0x3da840=_0x9b9493;return _0x4414a1[_0x3da840(0x192)](_0x39b70c,_0x5c5ff3);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x9b9493(0xd2)],()=>{const _0x54fbf9=_0x9b9493;if(helper[_0x54fbf9(0x134)]()){const _0x35111e=_0x47262b[_0x54fbf9(0x114)][_0x54fbf9(0x189)]('|');let _0x5e79eb=0x0;while(!![]){switch(_0x35111e[_0x5e79eb++]){case'0':if(helper[_0x54fbf9(0x150)](_0x2a3aae[_0x54fbf9(0x16d)][_0x54fbf9(0x14c)]))this['agent_']=helper[_0x54fbf9(0xbf)](_0x2a3aae[_0x54fbf9(0x16d)][_0x54fbf9(0x14c)]);else _0x2a3aae['proxySettings'][_0x54fbf9(0x14c)]&&(this['proxy_']=_0x2a3aae['proxySettings'][_0x54fbf9(0x14c)],logger[_0x54fbf9(0xf2)](_0x54fbf9(0x1a8)+this[_0x54fbf9(0x187)]));continue;case'1':globals[_0x54fbf9(0x118)](_0x47262b[_0x54fbf9(0xcd)])&&(!_0x47262b[_0x54fbf9(0x12a)](setExtension,this,_0x2a3aae)&&globals[_0x54fbf9(0xf7)](_0x47262b['bbIkg'],![]));continue;case'2':logger[_0x54fbf9(0xf2)](_0x47262b['amjZz']);continue;case'3':this[_0x54fbf9(0x10a)]();continue;case'4':helper[_0x54fbf9(0xd6)](_0x2a3aae[_0x54fbf9(0x15d)]);continue;case'5':process[_0x54fbf9(0x102)][_0x54fbf9(0xec)]&&(helper['prepareCapabilities'](null,null,_0x2a3aae['framework'],null,this,null),helper[_0x54fbf9(0xd6)](_0x2a3aae['capability']),helper[_0x54fbf9(0x123)]());continue;case'6':_0x47262b['jcBJh'](isAccessibilityAutomationSession)&&_0x47262b[_0x54fbf9(0x19e)](setAccessibilityCapabilities,_0x2a3aae);continue;case'7':this[_0x54fbf9(0x11b)]();continue;}break;}}else{const _0x431c3d=_0x47262b['VlnVS'][_0x54fbf9(0x189)]('|');let _0x145316=0x0;while(!![]){switch(_0x431c3d[_0x145316++]){case'0':if(this[_0x54fbf9(0x180)][_0x54fbf9(0xcc)](_0x47262b[_0x54fbf9(0x157)]))logger[_0x54fbf9(0xf2)](_0x47262b[_0x54fbf9(0x12f)]),globals['setGlobal'](_0x47262b[_0x54fbf9(0x16a)],![]),globals[_0x54fbf9(0xf7)](_0x47262b[_0x54fbf9(0x198)],![]);else globals[_0x54fbf9(0x118)](_0x47262b['Fzepa'])&&globals[_0x54fbf9(0x118)](_0x47262b[_0x54fbf9(0x198)])&&aiSdkWrapper[_0x54fbf9(0x1a9)](this);continue;case'1':_0x47262b['zhpgM'](isAccessibilityAutomationSession)&&this[_0x54fbf9(0x16b)]()[_0x54fbf9(0xcc)](_0x47262b[_0x54fbf9(0xc6)])&&(_0x47262b[_0x54fbf9(0x1a1)](setAccessibilityCapabilities,_0x2a3aae),this[_0x54fbf9(0x11b)]());continue;case'2':helper['readTcgAuthConfigToGlobal']();continue;case'3':helper['prepareCapabilities'](null,null,_0x2a3aae[_0x54fbf9(0xcb)],null,this,null);continue;case'4':helper['setAdditionalCapabilities'](_0x2a3aae[_0x54fbf9(0x15d)]);continue;case'5':_0x47262b[_0x54fbf9(0x178)](globals[_0x54fbf9(0x118)](_0x47262b[_0x54fbf9(0x184)]),_0x47262b[_0x54fbf9(0x143)])&&(commandRepository[_0x54fbf9(0x167)](_0x47262b[_0x54fbf9(0x143)]),commandRepository[_0x54fbf9(0xd0)](globals[_0x54fbf9(0x118)](_0x47262b[_0x54fbf9(0xbc)])));continue;}break;}}})();const _0x16a5bc=super[_0x9b9493(0x17d)]();return PerformanceTester[_0x9b9493(0x131)](PerformanceEvents[_0x9b9493(0x146)],()=>{const _0x141cc1=_0x9b9493,_0x3285de={'ZJlxa':_0x47262b['vcHOA'],'oTjCK':_0x47262b[_0x141cc1(0x10f)],'KGPjT':function(_0xc3312c,_0x26a775,_0x53b679){return _0x47262b['ERosu'](_0xc3312c,_0x26a775,_0x53b679);},'rMjpb':function(_0x203d91,_0x2290ed,_0xe5e9f2){return _0x47262b['SpHIn'](_0x203d91,_0x2290ed,_0xe5e9f2);}};_0x16a5bc[_0x141cc1(0xb3)][_0x141cc1(0xe6)](_0x445abd=>{const _0x11328a=_0x141cc1,_0x4df66a=_0x445abd[_0x11328a(0x139)];if(!helper[_0x11328a(0x134)]()&&_0x47262b[_0x11328a(0x14d)](isAccessibilityAutomationSession)){const _0x118ed4=_0x47262b['YAoLl'](nonBstackPlatformValidation,_0x4df66a,this);globals[_0x11328a(0xf7)](_0x47262b[_0x11328a(0xcd)],_0x118ed4);}}),_0x16a5bc[_0x141cc1(0xb3)][_0x141cc1(0xe6)](_0x249d38=>{const _0x31d164=_0x141cc1;try{logger[_0x31d164(0xf2)](_0x31d164(0x1a7)+_0x249d38[_0x31d164(0x108)]());const _0x47bbc9=_0x249d38['caps_'][_0x31d164(0x16f)](_0x3285de[_0x31d164(0x193)]);_0x47bbc9?(logger['debug'](_0x31d164(0x195)+_0x47bbc9),hubAllocator['updateHubUrl'](_0x47bbc9),helper['storeOptimalHubUrl'](_0x47bbc9)):logger[_0x31d164(0xf2)](_0x3285de[_0x31d164(0x197)]);}catch(_0x218948){logger['debug'](_0x31d164(0x1ad)+_0x218948);}}),_0x16a5bc[_0x141cc1(0x19a)]=0x0,_0x16a5bc[_0x141cc1(0xe6)]&&_0x16a5bc[_0x141cc1(0xe6)](_0x55e9e5=>{const _0x45b7dd=_0x141cc1,_0x40edca={'bTqhI':function(_0x167193,_0x533921){return _0x47262b['ThQbq'](_0x167193,_0x533921);}};helper[_0x45b7dd(0xdf)](_0x55e9e5,_0x16a5bc),_0x52ef9c&&_0x47262b[_0x45b7dd(0x1a1)](overrideTakeScreenshot,_0x55e9e5),helper[_0x45b7dd(0x140)](_0x55e9e5,_0x2a3aae),_0x47262b['YAoLl'](overrideExecute,_0x55e9e5,_0x2a3aae),_0x2a3aae[_0x45b7dd(0x15d)]&&percyHelper[_0x45b7dd(0x152)](_0x55e9e5,_0x4edfe2[_0x45b7dd(0x19d)],_0x2a3aae),_0x55e9e5[_0x45b7dd(0x100)]=async()=>{const _0xf44baf=_0x45b7dd;return await _0x3285de[_0xf44baf(0x15a)](getAccessibilityResultsSummary,_0x55e9e5,global);},_0x55e9e5[_0x45b7dd(0x138)]=async()=>{return await _0x3285de['rMjpb'](getAccessibilityResults,_0x55e9e5,global);},_0x55e9e5[_0x45b7dd(0xeb)]=async()=>{const _0x356553=_0x45b7dd;return await _0x40edca[_0x356553(0x19b)](performScan,_0x55e9e5);};}),_0x16a5bc[_0x141cc1(0x100)]=async()=>{const _0x21b951=_0x141cc1;return await _0x47262b[_0x21b951(0x12a)](getAccessibilityResultsSummary,_0x16a5bc,global);},_0x16a5bc[_0x141cc1(0x138)]=async()=>{const _0x3ad5d0=_0x141cc1;return await _0x47262b[_0x3ad5d0(0xdd)](getAccessibilityResults,_0x16a5bc,global);},_0x16a5bc[_0x141cc1(0xeb)]=async()=>{const _0x227389=_0x141cc1;return await _0x47262b[_0x227389(0xc5)](performScan,_0x16a5bc);},_0x52ef9c&&_0x47262b['ThQbq'](overrideTakeScreenshot,_0x16a5bc),helper[_0x141cc1(0xdf)](_0x16a5bc),helper[_0x141cc1(0x140)](_0x16a5bc,_0x2a3aae),_0x47262b['IFgcY'](overrideExecute,_0x16a5bc,_0x2a3aae),_0x2a3aae[_0x141cc1(0x15d)]&&percyHelper[_0x141cc1(0x152)](_0x16a5bc,_0x4edfe2['WebElement'],_0x2a3aae);helper[_0x141cc1(0x162)](global['__driversArray'])&&(global[_0x141cc1(0xe4)]=[]);helper['isUndefined'](global[_0x141cc1(0xed)])&&(global['__drivers']=[]);global[_0x141cc1(0xe4)]['push'](_0x16a5bc),global[_0x141cc1(0xc7)]=_0x16a5bc,_0x24f8d4&&(_0x24f8d4[_0x141cc1(0x115)]['__driver']=_0x16a5bc);_0x47262b[_0x141cc1(0x1b3)](global[_0x141cc1(0xed)],undefined)&&global[_0x141cc1(0xed)]['push'](_0x16a5bc);_0x24f8d4&&helper['isUndefined'](_0x24f8d4['global']['__drivers'])&&(_0x24f8d4['global']['__drivers']=[]);_0x24f8d4&&helper[_0x141cc1(0x162)](_0x24f8d4[_0x141cc1(0x115)][_0x141cc1(0xe4)])&&(_0x24f8d4['global'][_0x141cc1(0xe4)]=[]);_0x24f8d4&&_0x47262b['HgeEg'](_0x24f8d4['global']['__drivers'],undefined)&&(_0x24f8d4['global'][_0x141cc1(0xed)][_0x141cc1(0xfb)](_0x16a5bc),_0x24f8d4[_0x141cc1(0x115)]['__driversArray'][_0x141cc1(0xfb)](_0x16a5bc));_0x16a5bc[_0x141cc1(0x145)]=globals[_0x141cc1(0x118)](_0x47262b[_0x141cc1(0xcd)]);try{global[_0x141cc1(0xed)][0x0][_0x141cc1(0xb3)][_0x141cc1(0xe6)](_0x366c25=>{const _0x547f06=_0x141cc1;logger[_0x547f06(0xf2)](_0x547f06(0x11a)+_0x366c25[_0x547f06(0x108)]()+_0x547f06(0xdb));})[_0x141cc1(0x155)](_0x3e6552=>{const _0x513560=_0x141cc1;logger['debug'](_0x513560(0x190)+_0x3e6552);});}catch(_0x1b7d7d){logger['debug'](_0x141cc1(0x190)+_0x1b7d7d);}globals[_0x141cc1(0xf7)](_0x47262b['bbIkg'],globals[_0x141cc1(0x118)](_0x47262b[_0x141cc1(0xcd)]));})(),_0x16a5bc;}}_0x24f8d4&&(globals[_0x1aaf12(0x165)]=_0x24f8d4[_0x1aaf12(0x115)][_0x1aaf12(0x165)]);if(_0x4414a1[_0x1aaf12(0x158)](isAccessibilityAutomationSession))try{let _0x1fee27=helper[_0x1aaf12(0x10d)](_0x4414a1['YLNEZ'],_0x4414a1[_0x1aaf12(0xfd)])[_0x1aaf12(0x13f)];(!_0x1fee27[_0x1aaf12(0x10b)]||!_0x1fee27['prototype'][_0x1aaf12(0x119)])&&(_0x1fee27=helper['requireModule'](_0x4414a1[_0x1aaf12(0xcf)],_0x4414a1[_0x1aaf12(0xfd)])[_0x1aaf12(0xda)]);if(_0x1fee27['prototype']&&_0x1fee27[_0x1aaf12(0x10b)]['execute']){const _0x18af89=_0x1fee27[_0x1aaf12(0x10b)][_0x1aaf12(0x119)];logger['debug'](_0x4414a1[_0x1aaf12(0x14f)]),_0x1fee27[_0x1aaf12(0x10b)][_0x1aaf12(0x119)]=async function(){const _0xfe1df2=_0x1aaf12;try{!globals[_0xfe1df2(0x118)](_0x4414a1['FIYHZ'])&&globals[_0xfe1df2(0x118)](_0x4414a1['hGkKP'])&&globals[_0xfe1df2(0x118)](_0x4414a1[_0xfe1df2(0x117)])&&scripts[_0xfe1df2(0x133)](arguments[0x0][_0xfe1df2(0x1b6)])&&!_0x4414a1[_0xfe1df2(0xe1)](isBrowserStackCommandExecutor,arguments[0x0][_0xfe1df2(0x127)])&&(globals[_0xfe1df2(0xf7)](_0x4414a1['FIYHZ'],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0xfe1df2(0x1b6)]),await _0x4414a1[_0xfe1df2(0xbb)](performScan,global[_0xfe1df2(0xc7)],arguments[0x0][_0xfe1df2(0x1b6)]));}catch(_0x321fd6){logger['debug'](_0xfe1df2(0x188)+util[_0xfe1df2(0x18c)](_0x321fd6));}return globals[_0xfe1df2(0xf7)](_0x4414a1[_0xfe1df2(0x186)],![]),_0x18af89[_0xfe1df2(0x1af)](this,arguments);};}}catch(_0x310f00){logger[_0x1aaf12(0xf2)](_0x4414a1['ZHEnK'](_0x4414a1[_0x1aaf12(0xe9)],_0x310f00));}return _0x4edfe2['originalBuilder']=_0x4edfe2[_0x1aaf12(0x185)],_0x4edfe2['Builder']=_0x14477a,_0x13ade2[_0x1aaf12(0x14e)]=_0x50163e,_0x4edfe2;};function a145_0x3482(_0x3289aa,_0x3ac64e){const _0x353280=a145_0x3532();return a145_0x3482=function(_0x3482d7,_0xb86a97){_0x3482d7=_0x3482d7-0xb3;let _0x1806bd=_0x353280[_0x3482d7];return _0x1806bd;},a145_0x3482(_0x3289aa,_0x3ac64e);}module[a145_0x126b36(0x17b)][a145_0x126b36(0x1a6)]=modify,module['exports'][a145_0x126b36(0x181)]=modifyV2,module[a145_0x126b36(0x17b)][a145_0x126b36(0x160)]=percySDK,module['exports'][a145_0x126b36(0x135)]=BrowserStackSdk,module[a145_0x126b36(0x17b)][a145_0x126b36(0x113)]=modifyPlaywrightConfig;function a145_0x3532(){const _0xae4d85=['GydbE','shouldWrapCommand','isBrowserstackInfra','BrowserStackSdk','chromeOptions_','WhXMF','getAccessibilityResults','caps_','/session','error','isTurboScaleSession','Hub\x20url\x20set\x20to\x20','gEsOG','WebDriver','overrideGet','3|4|2|1|5|0','Modifying\x20webdriver\x20execute','OTQPB','edgeOptions_','isAccessibilityPlatform','SDK_POST_INITIALIZE','9873QQMrKe','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','xGEQB','https://','se:ieOptions','proxyUrl','ZPJvB','HttpClient','nKOOH','isPacProxy','VMNjx','patchDriverPercy','kaJuM','util','catch','length','ETOBz','QpFCf','tXAof','KGPjT','tLuFe','arUTw','capability','bstackAllyScanning','./helpers/logger','percy','aiHeal_isAuthenticated','isUndefined','hjQgx','qTbIg','browserStackGlobals','getRequestOptions','setFramework','KCxXn','./helpers/percy/utils','Fzepa','getServerUrl','4625535XLEpsJ','proxySettings','0|2|3|7|5|1|4|6','get','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','winstonLogger','AqDVf','EIVBP','capabilities_','oNHVO','firefoxOptions','ebYOt','mlovz','ieOptions_','OpnEQ','exports','xQJpf','build','keys','ms:edgeOptions','url_','browserstackAgentV2','mergeDeep','./helpers/accessibility-automation/helper','gNbHF','Builder','FIYHZ','proxy_','Failed\x20to\x20perform\x20scan\x20','split','path','jest','format','storeOptimalHubUrl','CAPABILITY_KEY','info','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','selenium-webdriver/lib/webdriver.js','npscR','ZJlxa','Setting\x20Browserstack\x20capabilities','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','New\x20hub\x20url\x20set\x20to\x20','oTjCK','aVLwp','optimalHubUrl','quitCount_','bTqhI','ttgXI','WebElement','ThQbq','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','SOfQS','zzbxN','KhVPy','ftdoV','setLogLevel','GpFNm','browserstackAgent','Session\x20ID:\x20','Proxy\x20set\x20to\x20','initializeHealingCapabilities','YaYnD','891197jJvtPf','safari.options','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','getHubUrl','apply','./helpers/accessibility-automation/scripts','capabilities','cAHRC','mKMEg','zPUuO','DgDLs','name_','iYEiD','session_','4995534HoQQto','qYcQj','ieOptions','OxnSS','goog:chromeOptions','yIqbH','IgpYh','PZwTJ','xcWUg','send','safariOptions_','getHttpAgent','object','15464fBkgGh','UzZUp','2288836okfLOe','browserStackLogLevel','cAxms','pTICh','__driver','InCcW','./helpers/ai-sdk/autoHealHelper','logLevel','framework','includes','bbIkg','./helpers/performance/constants','JQOhi','setConfig','Modifying\x20webdriver\x20builder','SDK_PRE_INITIALIZE','aiSdk_framework','LAEnn','KcTsY','setAdditionalCapabilities','WwMVX','AnnXZ','HdcLe','Executor','\x20to\x20global\x20drivers\x20array','RKyhB','ERosu','./browserStackSdk','overrideQuit','updateHubUrl','DbXNE','./helpers/patchHelper','newHubUrl','__driversArray','Unable\x20to\x20find\x20executor\x20class\x20','then','OcUmA','zoXQJ','YcJeV','blwZL','performScan','BROWSERSTACK_TURBOSCALE','__drivers','PxMiV','RvhKg','./helpers/patchHelpers','requireHttpClient','debug','./hubAllocationMethods','originalBuilder','firefoxOptions_','bstackA11yShouldScan','setGlobal','aiSdk_bstackConfig','moz:firefoxOptions','bmeCp','push','options_','ZJWJI','BERcm','./bin/playwright/modifyPlaywrightConf','getAccessibilityResultsSummary','hGkKP','env','dORwC','QfXIs','ARUFE','edgeOptions','836VoJRck','getId','forEach','setServer','prototype','/wd/hub','requireModule','5998762hVyiLN','SIhhg','okAVd','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./bin/mocha/accessibility-automation/helper','_modifyPlaywright','mxbSf','global','gHBsF','QTKJU','getGlobal','execute','setting\x20driver\x20Session\x20ID:\x20','setCapabilities','QQBgS','selenium-webdriver/lib/http.js','qNdUe','7101zlWmwc','__setBrowserOptions','toCaJ','agent_','readTcgAuthConfigToGlobal','SqVVx','zlpBG','isArray','parameters_','set','ymXCL','YAoLl','ZmbJN','lBqTd','pushCommand','xITiW','JImVQ','aiHeal_isHealingEnabled','measureWrapper'];a145_0x3532=function(){return _0xae4d85;};return a145_0x3532();}
|
|
1
|
+
const a145_0x5a49f1=a145_0x31d8;function a145_0x42b6(){const _0x54d6cc=['OUHOS','OJzpF','get','FaGwQ','BrowserStackSdk','./helpers/patchHelper','chromeOptions_','apply','send','qiGbd','getAccessibilityResultsSummary','name_','browserstackAgentV2','readTcgAuthConfigToGlobal','jIbSW','isUndefined','uxiKp','shouldWrapCommand','gBGsp','./bin/playwright/modifyPlaywrightConf','vDyCz','HDInA','spkqy','HttpClient','_modifyPlaywright','34407kqjyem','AUlEB','originalBuilder','bATkC','OWfSc','Failed\x20to\x20perform\x20scan\x20','aiHeal_isAuthenticated','env','aiSdk_framework','CAPABILITY_KEY','deSXq','newHubUrl','SDK_PRE_INITIALIZE','bstackAllyScanning','session_','hrZjR','YrNCu','browserStackLogLevel','selenium-webdriver/lib/http.js','7225099ZpDmaD','setting\x20driver\x20Session\x20ID:\x20','keys','initializeHealingCapabilities','Ivmmk','capability','10292382TPRoXg','7704610UQwNXR','eSdPI','mWmkI','./helpers/globals','__driver','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','./helpers/logger','push','gzQxe','mKQdy','prepareCapabilities','./helpers/percy/utils','xuisv','BMjkH','exports','includes','grmXI','proxyUrl','execute','overrideQuit','IDOvP','Pmbve','UCyIJ','aiHeal_isHealingEnabled','pushCommand','SDK_POST_INITIALIZE','./bin/mocha/accessibility-automation/helper','caps_','YIZjJ','6327176fKuPIu','patchDriverPercy','isPacProxy','updateHubUrl','error','CqKpa','./helpers/helper','tDWlQ','nQOiZ','1912GykpYI','cYBiK','OHIBs','overrideGet','selenium-webdriver/lib/webdriver.js','setAdditionalCapabilities','LhvtZ','KEIbr','performScan','getId','storeOptimalHubUrl','eZrrv','New\x20hub\x20url\x20set\x20to\x20','CuUht','XBLci','KHJlf','requireHttpClient','./helpers/patchHelpers','EqDYY','308519CCRfoA','dlzOQ','prototype','isTurboScaleSession','setLogLevel','capabilities','majwD','optimalHubUrl','qyhFS','WebDriver','NCpvI','safari.options','xboGB','framework','mergeDeep','LZLap','setServer','goog:chromeOptions','ieOptions','3SkpZgT','url_','proxySettings','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','EeHKU','requireModule','eHFpw','ieOptions_','Builder','qvCUp','CPVQz','chromeOptions','getRequestOptions','browserstack.com','firefoxOptions_','WQEEK','gXZRe','Setting\x20Browserstack\x20capabilities','MGofp','iQdXh','4oSStoY','quitCount_','/session','isBrowserstackInfra','7|5|2|0|4|1|6|3','getHubUrl','build','ugGaN','AFZek','info','uYuME','getHttpAgent','BgVdi','lOAjI','eXnEl','FTwqO','smLpR','fXiXk','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','bstackA11yShouldScan','Hub\x20url\x20set\x20to\x20','UKdfl','options_','kcInp','edgeOptions_','RqWwU','EEZtC','oetbd','eTEav','OfUiG','capabilities_','dvpFJ','global','safariOptions_','setGlobal','util','./helpers/performance/constants','tFsrS','setCapabilities','UzKrw','kLOrC','GRorG','parameters_','path','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','format','forEach','wuouZ','OseLZ','2|5|4|1|3|0','__driversArray','pWZwS','./helpers/percy/PercySDK','./helpers/ai-sdk/autoHealHelper','__setBrowserOptions','getGlobal','isAccessibilityPlatform','zKymP','snhgK','browserStackGlobals','985100HxDxuQ','browserstackAgent','agent_','percy','measureWrapper','length','set','winstonLogger','kckSX','Gtbht','getAccessibilityResults','ms:edgeOptions','debug','object','./helpers/ai-sdk/aiSdkWrapper','Executor','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','split','__drivers','MLPLI','moz:firefoxOptions','https://','proxy_','KhmQo','xcQhi','Modifying\x20webdriver\x20builder','requireSeleniumWebdriver','Proxy\x20set\x20to\x20','FEAZO','then'];a145_0x42b6=function(){return _0x54d6cc;};return a145_0x42b6();}function a145_0x31d8(_0x32647a,_0x4164c9){const _0x42b601=a145_0x42b6();return a145_0x31d8=function(_0x31d814,_0x328204){_0x31d814=_0x31d814-0x15e;let _0x2b559e=_0x42b601[_0x31d814];return _0x2b559e;},a145_0x31d8(_0x32647a,_0x4164c9);}(function(_0x1b3796,_0x152135){const _0x5b6fce=a145_0x31d8,_0x4132eb=_0x1b3796();while(!![]){try{const _0x4e5499=parseInt(_0x5b6fce(0x1f8))/0x1*(-parseInt(_0x5b6fce(0x21f))/0x2)+parseInt(_0x5b6fce(0x20b))/0x3*(parseInt(_0x5b6fce(0x1dc))/0x4)+-parseInt(_0x5b6fce(0x1bf))/0x5+parseInt(_0x5b6fce(0x1be))/0x6+-parseInt(_0x5b6fce(0x1b8))/0x7+parseInt(_0x5b6fce(0x1e5))/0x8*(parseInt(_0x5b6fce(0x1a5))/0x9)+-parseInt(_0x5b6fce(0x16e))/0xa;if(_0x4e5499===_0x152135)break;else _0x4132eb['push'](_0x4132eb['shift']());}catch(_0x10d45d){_0x4132eb['push'](_0x4132eb['shift']());}}}(a145_0x42b6,0xe1295));const util=require(a145_0x5a49f1(0x242)),{overrideTakeScreenshot}=require(a145_0x5a49f1(0x1f6)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a145_0x5a49f1(0x1d9)),helper=require(a145_0x5a49f1(0x1e2)),logger=require(a145_0x5a49f1(0x1c5))[a145_0x5a49f1(0x175)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a145_0x5a49f1(0x166)),percyHelper=require(a145_0x5a49f1(0x1ca)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a145_0x5a49f1(0x19f)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a145_0x5a49f1(0x1c2)),{commandRepository}=require(a145_0x5a49f1(0x167)),{aiSdkWrapper}=require(a145_0x5a49f1(0x17c)),{overrideExecute}=require(a145_0x5a49f1(0x191)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a145_0x5a49f1(0x243)),{nonBstackPlatformValidation}=require('./helpers/accessibility-automation/helper'),modify=_0x41d0f6=>{const _0x5d325a=a145_0x5a49f1,_0xe89ac1={'WQEEK':function(_0x1d265d,_0x52a69e){return _0x1d265d!==_0x52a69e;},'EEZtC':_0x5d325a(0x221),'YIZjJ':function(_0x416b69,_0x103201){return _0x416b69+_0x103201;},'XBLci':_0x5d325a(0x183),'lOAjI':'/wd/hub','NCpvI':_0x5d325a(0x209),'pUqRc':_0x5d325a(0x216),'XoFwy':'ms:edgeOptions','LhvtZ':'edgeOptions','uLGWo':_0x5d325a(0x182),'BgVdi':'firefoxOptions','YZGCh':'safari.options','kckSX':'se:ieOptions','uYuME':_0x5d325a(0x20a),'uaCwI':function(_0x5618d7,_0x4e349b){return _0x5618d7===_0x4e349b;},'oetbd':'object','KHJlf':_0x5d325a(0x21c),'UzKrw':_0x5d325a(0x223),'eHFpw':_0x5d325a(0x231),'wuouZ':_0x5d325a(0x16a),'FTwqO':function(_0x58cda6,_0x5c9c8b,_0x2f91ca){return _0x58cda6(_0x5c9c8b,_0x2f91ca);},'MxdJR':function(_0x385e9f){return _0x385e9f();},'dlzOQ':function(_0x1c6633,_0x3d1a14){return _0x1c6633(_0x3d1a14);},'ONgie':function(_0x173cd8,_0x583eb6,_0xaad6a3){return _0x173cd8(_0x583eb6,_0xaad6a3);},'eSdPI':function(_0x25b003,_0x4af1b7){return _0x25b003(_0x4af1b7);},'fGWvO':_0x5d325a(0x1ff),'fXiXk':_0x5d325a(0x1c4),'FaGwQ':_0x5d325a(0x20e),'tAvEY':_0x5d325a(0x187)};logger[_0x5d325a(0x228)](_0xe89ac1[_0x5d325a(0x18f)]),logger[_0x5d325a(0x17a)](_0xe89ac1['tAvEY']);const _0x30021b=helper[_0x5d325a(0x188)](),_0x1a01df=helper[_0x5d325a(0x1f5)]();class _0xb41934 extends _0x1a01df[_0x5d325a(0x1a3)]{[_0x5d325a(0x194)](_0x215ec1){const _0x4f077f=_0x5d325a;if(_0xe89ac1['WQEEK'](_0x215ec1['path'],_0xe89ac1[_0x4f077f(0x239)])&&_0xe89ac1[_0x4f077f(0x21a)](global[_0x4f077f(0x1b0)],''))try{global[_0x4f077f(0x1b0)]=_0xe89ac1[_0x4f077f(0x1db)](_0xe89ac1[_0x4f077f(0x1db)](_0xe89ac1[_0x4f077f(0x1f3)],global['newHubUrl']),_0xe89ac1[_0x4f077f(0x22c)]),this[_0x4f077f(0x235)]=hubAllocator['getRequestOptions'](global[_0x4f077f(0x1b0)]),logger[_0x4f077f(0x17a)](_0x4f077f(0x1f1)+global[_0x4f077f(0x1b0)]),global[_0x4f077f(0x1b0)]='';}catch(_0x17da2a){logger[_0x4f077f(0x1e0)](_0x17da2a);}return super[_0x4f077f(0x194)](_0x215ec1);}}class _0x3d5913 extends _0x30021b[_0x5d325a(0x213)]{[_0x5d325a(0x168)](_0x35f1f3){const _0x297f88=_0x5d325a;let _0x50e3ce={};for(const _0x299050 in _0x35f1f3){switch(_0x299050){case _0xe89ac1[_0x297f88(0x202)]:case _0xe89ac1['pUqRc']:this[_0x297f88(0x192)]&&(_0x50e3ce=this[_0x297f88(0x192)][_0x297f88(0x18e)](this[_0x297f88(0x192)]['CAPABILITY_KEY'])||{},this[_0x297f88(0x192)][_0x297f88(0x174)](this[_0x297f88(0x192)][_0x297f88(0x1ae)],helper[_0x297f88(0x206)](_0x50e3ce,_0x35f1f3[_0x299050])));break;case _0xe89ac1['XoFwy']:case _0xe89ac1[_0x297f88(0x1eb)]:this['edgeOptions_']&&(_0x50e3ce=this[_0x297f88(0x237)]['get'](this[_0x297f88(0x237)][_0x297f88(0x1ae)])||{},this[_0x297f88(0x237)][_0x297f88(0x174)](this['edgeOptions_'][_0x297f88(0x1ae)],helper[_0x297f88(0x206)](_0x50e3ce,_0x35f1f3[_0x299050])));break;case _0xe89ac1['uLGWo']:case _0xe89ac1[_0x297f88(0x22b)]:this[_0x297f88(0x219)]&&(_0x50e3ce=this['firefoxOptions_'][_0x297f88(0x18e)](this['firefoxOptions_'][_0x297f88(0x1ae)])||{},this[_0x297f88(0x219)][_0x297f88(0x174)](this['firefoxOptions_'][_0x297f88(0x1ae)],helper[_0x297f88(0x206)](_0x50e3ce,_0x35f1f3[_0x299050])));break;case _0xe89ac1['YZGCh']:this[_0x297f88(0x240)]&&(_0x50e3ce=this['safariOptions_']['get'](this[_0x297f88(0x240)][_0x297f88(0x1ae)])||{},this[_0x297f88(0x240)]['set'](this[_0x297f88(0x240)][_0x297f88(0x1ae)],helper[_0x297f88(0x206)](_0x50e3ce,_0x35f1f3[_0x299050])));break;case _0xe89ac1[_0x297f88(0x176)]:case _0xe89ac1[_0x297f88(0x229)]:this[_0x297f88(0x212)]&&(_0x50e3ce=this[_0x297f88(0x212)]['get'](this['ieOptions_'][_0x297f88(0x1ae)])||{},this[_0x297f88(0x212)][_0x297f88(0x174)](this[_0x297f88(0x212)][_0x297f88(0x1ae)],helper[_0x297f88(0x206)](_0x50e3ce,_0x35f1f3[_0x299050])));break;}}}['setServer'](){const _0x393dda=_0x5d325a;return this[_0x393dda(0x20c)]=helper[_0x393dda(0x224)](_0x41d0f6),logger['debug'](_0x393dda(0x233)+this[_0x393dda(0x20c)]),this;}[_0x5d325a(0x245)](){const _0x339df3=_0x5d325a,_0x243536={'UCyIJ':function(_0x502973,_0x5276fd){return _0xe89ac1['uaCwI'](_0x502973,_0x5276fd);},'FlJAS':_0xe89ac1[_0x339df3(0x23a)]};return logger[_0x339df3(0x17a)](_0xe89ac1[_0x339df3(0x1f4)]),this['__setBrowserOptions'](_0x41d0f6[_0x339df3(0x1bd)]),Object['keys'](_0x41d0f6['capability'])['forEach'](_0x45bbd8=>{const _0x259984=_0x339df3,_0x2ddbc3=this[_0x259984(0x23d)]['get'](_0x45bbd8);_0x243536[_0x259984(0x1d5)](typeof _0x2ddbc3,_0x243536['FlJAS'])?this[_0x259984(0x23d)][_0x259984(0x174)](_0x45bbd8,helper[_0x259984(0x206)](_0x2ddbc3,_0x41d0f6[_0x259984(0x1bd)][_0x45bbd8])):this[_0x259984(0x23d)]['set'](_0x45bbd8,_0x41d0f6['capability'][_0x45bbd8]);}),this;}['build'](){const _0x1c26a1=_0x5d325a,_0x2c92ed={'FEAZO':function(_0x15559f,_0x3a61cd,_0x30e5ed){return _0xe89ac1['ONgie'](_0x15559f,_0x3a61cd,_0x30e5ed);},'Ivmmk':function(_0x5b0f3b,_0x535047,_0x9d4554){const _0x1b2730=a145_0x31d8;return _0xe89ac1[_0x1b2730(0x22e)](_0x5b0f3b,_0x535047,_0x9d4554);},'RqWwU':function(_0x5fbfeb,_0x50c01f){const _0x5215e4=a145_0x31d8;return _0xe89ac1[_0x5215e4(0x1c0)](_0x5fbfeb,_0x50c01f);},'iQdXh':_0xe89ac1['fGWvO'],'AFZek':_0xe89ac1[_0x1c26a1(0x230)]};PerformanceTester[_0x1c26a1(0x172)](PerformanceEvents[_0x1c26a1(0x1b1)],()=>{const _0x1f05ae=_0x1c26a1,_0x52e43a=_0xe89ac1[_0x1f05ae(0x246)][_0x1f05ae(0x17f)]('|');let _0x5a7fe3=0x0;while(!![]){switch(_0x52e43a[_0x5a7fe3++]){case'0':if(helper[_0x1f05ae(0x1de)](_0x41d0f6['proxySettings'][_0x1f05ae(0x1d0)]))this['agent_']=helper[_0x1f05ae(0x22a)](_0x41d0f6[_0x1f05ae(0x20d)][_0x1f05ae(0x1d0)]);else _0x41d0f6[_0x1f05ae(0x20d)][_0x1f05ae(0x1d0)]&&(this['proxy_']=_0x41d0f6[_0x1f05ae(0x20d)][_0x1f05ae(0x1d0)],logger[_0x1f05ae(0x17a)]('Proxy\x20set\x20to\x20'+this[_0x1f05ae(0x184)]));continue;case'1':(!helper['isBrowserstackInfra']()||helper[_0x1f05ae(0x1fb)](_0x41d0f6))&&helper[_0x1f05ae(0x1c9)](null,null,_0x41d0f6['framework'],null,this,null);continue;case'2':this[_0x1f05ae(0x245)]();continue;case'3':logger[_0x1f05ae(0x17a)](_0xe89ac1[_0x1f05ae(0x211)]);continue;case'4':globals['getGlobal'](_0xe89ac1[_0x1f05ae(0x161)])&&(!_0xe89ac1[_0x1f05ae(0x22e)](setExtension,this,_0x41d0f6)&&globals[_0x1f05ae(0x241)](_0xe89ac1[_0x1f05ae(0x161)],![]));continue;case'5':this[_0x1f05ae(0x208)]();continue;case'6':helper[_0x1f05ae(0x1ea)](_0x41d0f6[_0x1f05ae(0x1bd)]);continue;case'7':_0xe89ac1['MxdJR'](isAccessibilityAutomationSession)&&_0xe89ac1[_0x1f05ae(0x1f9)](setAccessibilityCapabilities,_0x41d0f6);continue;}break;}})();const _0x1960f3=super[_0x1c26a1(0x225)]();return PerformanceTester[_0x1c26a1(0x172)](PerformanceEvents[_0x1c26a1(0x1d8)],()=>{const _0x481cdc=_0x1c26a1,_0x321dd7={'CPVQz':_0x2c92ed[_0x481cdc(0x21e)],'eXnEl':_0x2c92ed[_0x481cdc(0x227)],'Pmbve':function(_0x56a7d5,_0x1e222f){const _0x87d74=_0x481cdc;return _0x2c92ed[_0x87d74(0x238)](_0x56a7d5,_0x1e222f);},'xuisv':function(_0x16a66e,_0x1e0703,_0x1f0076){return _0x2c92ed['FEAZO'](_0x16a66e,_0x1e0703,_0x1f0076);}};_0x1960f3['session_'][_0x481cdc(0x18b)](_0x498dff=>{const _0x3ca01c=_0x481cdc;try{const _0x494d4c=_0x498dff[_0x3ca01c(0x1da)][_0x3ca01c(0x18e)](_0x321dd7[_0x3ca01c(0x215)]);_0x494d4c?(logger[_0x3ca01c(0x17a)](_0x3ca01c(0x17e)+_0x494d4c),hubAllocator['updateHubUrl'](_0x494d4c),helper[_0x3ca01c(0x1ef)](_0x494d4c)):logger[_0x3ca01c(0x17a)](_0x321dd7[_0x3ca01c(0x22d)]);}catch(_0x26eb34){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x26eb34);}}),_0x1960f3[_0x481cdc(0x18b)]&&_0x1960f3['then'](_0x2232fe=>{const _0x20f263=_0x481cdc,_0x3e7ba3={'NsRYo':function(_0x12d1b3,_0x4fb5ca,_0x4fe776){const _0x236762=a145_0x31d8;return _0x2c92ed[_0x236762(0x18a)](_0x12d1b3,_0x4fb5ca,_0x4fe776);},'UsxZc':function(_0x228cfe,_0x303bcd,_0x19309f){const _0x5ed59e=a145_0x31d8;return _0x2c92ed[_0x5ed59e(0x1bc)](_0x228cfe,_0x303bcd,_0x19309f);}};helper[_0x20f263(0x1e8)](_0x2232fe,_0x41d0f6),_0x2c92ed['Ivmmk'](overrideExecute,_0x2232fe,_0x41d0f6),_0x2232fe[_0x20f263(0x196)]=async()=>{return await _0x3e7ba3['NsRYo'](getAccessibilityResultsSummary,_0x2232fe,global);},_0x2232fe[_0x20f263(0x178)]=async()=>{return await _0x3e7ba3['UsxZc'](getAccessibilityResults,_0x2232fe,global);},_0x2232fe[_0x20f263(0x1ed)]=async()=>{const _0x38de94=_0x20f263;return await _0x321dd7[_0x38de94(0x1d4)](performScan,_0x2232fe);};}),_0x1960f3[_0x481cdc(0x196)]=async()=>{return await _0x2c92ed['FEAZO'](getAccessibilityResultsSummary,_0x1960f3,global);},_0x1960f3[_0x481cdc(0x178)]=async()=>{const _0x307dd7=_0x481cdc;return await _0x321dd7[_0x307dd7(0x1cb)](getAccessibilityResults,_0x1960f3,global);},_0x1960f3[_0x481cdc(0x1ed)]=async()=>{const _0x43f494=_0x481cdc;return await _0x2c92ed[_0x43f494(0x238)](performScan,_0x1960f3);},helper['overrideGet'](_0x1960f3,_0x41d0f6),_0x2c92ed[_0x481cdc(0x18a)](overrideExecute,_0x1960f3,_0x41d0f6),helper['isUndefined'](global[_0x481cdc(0x164)])&&(global[_0x481cdc(0x164)]=[]),global[_0x481cdc(0x164)][_0x481cdc(0x1c6)](_0x1960f3);})(),_0x1960f3;}}_0x30021b[_0x5d325a(0x1a7)]=_0x30021b[_0x5d325a(0x213)],_0x30021b[_0x5d325a(0x213)]=_0x3d5913,_0x1a01df[_0x5d325a(0x1a3)]=_0xb41934;},modifyV2=(_0x7e1268,_0x3dfa1d=null,_0x170223=![])=>{const _0x245250=a145_0x5a49f1,_0x360cf8={'nQOiZ':function(_0x4aed0e,_0x458b96){return _0x4aed0e!==_0x458b96;},'uxiKp':_0x245250(0x221),'xboGB':function(_0x6d8bfd,_0x3180c5){return _0x6d8bfd!==_0x3180c5;},'bATkC':function(_0x24f215,_0x19fe01){return _0x24f215+_0x19fe01;},'KEIbr':function(_0x4f18f1,_0x4be236){return _0x4f18f1+_0x4be236;},'HDInA':_0x245250(0x183),'mDxni':'/wd/hub','OfUiG':_0x245250(0x1ab),'UKdfl':_0x245250(0x1d6),'hrZjR':_0x245250(0x209),'MLPLI':_0x245250(0x216),'cYBiK':_0x245250(0x179),'MGofp':'edgeOptions','kkIjb':'moz:firefoxOptions','KhmQo':'firefoxOptions','BMjkH':_0x245250(0x203),'tFsrS':'se:ieOptions','kcInp':_0x245250(0x20a),'IDOvP':function(_0x1ed074,_0x1fd77b){return _0x1ed074===_0x1fd77b;},'LZLap':_0x245250(0x17b),'SmwfI':'Setting\x20Browserstack\x20capabilities','Gtbht':function(_0x1a2f50,_0x468737){return _0x1a2f50>_0x468737;},'spkqy':'1|3|2|4|7|0|6|5','gzQxe':'isAccessibilityPlatform','OHIBs':function(_0x3652cd,_0xa4854,_0x5a46f2){return _0x3652cd(_0xa4854,_0x5a46f2);},'jMiSZ':function(_0x1dd5e0){return _0x1dd5e0();},'YrNCu':function(_0x26f84b,_0x345c58){return _0x26f84b(_0x345c58);},'ugGaN':_0x245250(0x231),'eZrrv':_0x245250(0x163),'mWmkI':'.browserstack.com','OUHOS':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','lQAKh':function(_0xcc5381){return _0xcc5381();},'CqKpa':_0x245250(0x218),'EeHKU':function(_0x1f9449,_0x450c44){return _0x1f9449===_0x450c44;},'pWZwS':_0x245250(0x1ad),'xcQhi':'jest','AUlEB':'aiSdk_bstackConfig','dvpFJ':function(_0x2f4f2b){return _0x2f4f2b();},'CuUht':function(_0x18e392,_0x33e43d,_0x171129){return _0x18e392(_0x33e43d,_0x171129);},'deSXq':'optimalHubUrl','snhgK':_0x245250(0x1c4),'grmXI':function(_0xf29407,_0x305584){return _0xf29407!==_0x305584;},'jIbSW':function(_0x3cc0a0,_0x3ce0d3){return _0x3cc0a0!==_0x3ce0d3;},'GRorG':_0x245250(0x1b2),'eTEav':_0x245250(0x232),'ImwZe':function(_0x54a5b5,_0x45adc0){return _0x54a5b5(_0x45adc0);},'qiGbd':_0x245250(0x20e),'gXZRe':_0x245250(0x187),'ZuYvw':_0x245250(0x1e9),'kLOrC':'selenium-webdriver','mKQdy':_0x245250(0x1b7),'EqDYY':'Modifying\x20webdriver\x20execute','pHSam':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x43393d=helper[_0x245250(0x1f5)]();let _0x4191a1;try{_0x4191a1=helper[_0x245250(0x188)](),_0x4191a1[_0x245250(0x1a7)]&&(_0x4191a1[_0x245250(0x213)]=_0x4191a1[_0x245250(0x1a7)]);}catch(_0x2cce78){return;}if(helper['isBrowserstackInfra']()){const _0x1e50fb={};_0x1e50fb['logLevel']=_0x7e1268[_0x245250(0x1b6)],helper[_0x245250(0x1fc)](_0x1e50fb,new Map(),new Map()),logger[_0x245250(0x228)](_0x360cf8[_0x245250(0x195)]),logger[_0x245250(0x17a)](_0x360cf8[_0x245250(0x21b)]);}class _0x4e4008 extends _0x43393d['HttpClient']{[_0x245250(0x194)](_0x3130cc){const _0x5360b7=_0x245250;if(_0x360cf8[_0x5360b7(0x1e4)](_0x3130cc[_0x5360b7(0x24a)],_0x360cf8[_0x5360b7(0x19c)])&&_0x360cf8[_0x5360b7(0x204)](global[_0x5360b7(0x1b0)],''))try{global[_0x5360b7(0x1b0)]=_0x360cf8[_0x5360b7(0x1a8)](_0x360cf8[_0x5360b7(0x1ec)](_0x360cf8[_0x5360b7(0x1a1)],global[_0x5360b7(0x1b0)]),_0x360cf8['mDxni']),this[_0x5360b7(0x235)]=hubAllocator[_0x5360b7(0x217)](global[_0x5360b7(0x1b0)]),logger[_0x5360b7(0x17a)](_0x5360b7(0x1f1)+global[_0x5360b7(0x1b0)]),global['newHubUrl']='';}catch(_0x3c5246){logger[_0x5360b7(0x1e0)](_0x3c5246);}if(globals[_0x5360b7(0x169)](_0x360cf8[_0x5360b7(0x23c)])&&globals['getGlobal'](_0x360cf8['UKdfl'])){const _0x3e360d=_0x3130cc[_0x5360b7(0x24a)][_0x5360b7(0x17f)]('/')[0x2];_0x3e360d&&commandRepository[_0x5360b7(0x1d7)](_0x3e360d,_0x3130cc);}return super[_0x5360b7(0x194)](_0x3130cc);}}class _0x1fdeb6 extends _0x4191a1[_0x245250(0x213)]{['setServer'](){const _0x421a33=_0x245250;return this[_0x421a33(0x20c)]=helper[_0x421a33(0x224)](_0x7e1268),logger[_0x421a33(0x17a)]('Hub\x20url\x20set\x20to\x20'+this[_0x421a33(0x20c)]),this;}[_0x245250(0x168)](_0x32aab2){const _0x23aa4c=_0x245250;let _0x43d09b={};for(const _0x121fac in _0x32aab2){switch(_0x121fac){case _0x360cf8[_0x23aa4c(0x1b4)]:case _0x360cf8[_0x23aa4c(0x181)]:this['chromeOptions_']&&(_0x43d09b=this['chromeOptions_']['get'](this[_0x23aa4c(0x192)][_0x23aa4c(0x1ae)])||{},this[_0x23aa4c(0x192)][_0x23aa4c(0x174)](this[_0x23aa4c(0x192)][_0x23aa4c(0x1ae)],helper[_0x23aa4c(0x206)](_0x43d09b,_0x32aab2[_0x121fac])));break;case _0x360cf8[_0x23aa4c(0x1e6)]:case _0x360cf8[_0x23aa4c(0x21d)]:this['edgeOptions_']&&(_0x43d09b=this[_0x23aa4c(0x237)][_0x23aa4c(0x18e)](this[_0x23aa4c(0x237)][_0x23aa4c(0x1ae)])||{},this[_0x23aa4c(0x237)][_0x23aa4c(0x174)](this['edgeOptions_'][_0x23aa4c(0x1ae)],helper[_0x23aa4c(0x206)](_0x43d09b,_0x32aab2[_0x121fac])));break;case _0x360cf8['kkIjb']:case _0x360cf8[_0x23aa4c(0x185)]:this[_0x23aa4c(0x219)]&&(_0x43d09b=this[_0x23aa4c(0x219)]['get'](this[_0x23aa4c(0x219)][_0x23aa4c(0x1ae)])||{},this[_0x23aa4c(0x219)][_0x23aa4c(0x174)](this[_0x23aa4c(0x219)][_0x23aa4c(0x1ae)],helper[_0x23aa4c(0x206)](_0x43d09b,_0x32aab2[_0x121fac])));break;case _0x360cf8[_0x23aa4c(0x1cc)]:this[_0x23aa4c(0x240)]&&(_0x43d09b=this['safariOptions_'][_0x23aa4c(0x18e)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x23aa4c(0x240)][_0x23aa4c(0x174)](this[_0x23aa4c(0x240)][_0x23aa4c(0x1ae)],helper['mergeDeep'](_0x43d09b,_0x32aab2[_0x121fac])));break;case _0x360cf8[_0x23aa4c(0x244)]:case _0x360cf8[_0x23aa4c(0x236)]:this[_0x23aa4c(0x212)]&&(_0x43d09b=this[_0x23aa4c(0x212)]['get'](this[_0x23aa4c(0x212)][_0x23aa4c(0x1ae)])||{},this[_0x23aa4c(0x212)]['set'](this[_0x23aa4c(0x212)][_0x23aa4c(0x1ae)],helper['mergeDeep'](_0x43d09b,_0x32aab2[_0x121fac])));break;}}}[_0x245250(0x245)](){const _0x351fad=_0x245250,_0x4992c5={'OWfSc':function(_0x40bc8c,_0x3faf19){const _0x1f492c=a145_0x31d8;return _0x360cf8[_0x1f492c(0x1d3)](_0x40bc8c,_0x3faf19);},'vDyCz':_0x360cf8[_0x351fad(0x207)]};logger[_0x351fad(0x17a)](_0x360cf8['SmwfI']);const _0x263cb6=_0x7e1268['capability']&&_0x360cf8[_0x351fad(0x177)](Object[_0x351fad(0x1ba)](_0x7e1268['capability'])[_0x351fad(0x173)],0x0)?_0x7e1268['capability']:_0x7e1268[_0x351fad(0x1fd)]&&Array['isArray'](_0x7e1268[_0x351fad(0x1fd)])&&_0x360cf8['Gtbht'](_0x7e1268[_0x351fad(0x1fd)]['length'],0x0)?_0x7e1268[_0x351fad(0x1fd)][0x0]:{};return this[_0x351fad(0x168)](_0x263cb6),Object[_0x351fad(0x1ba)](_0x263cb6)[_0x351fad(0x160)](_0x23ec76=>{const _0x173817=_0x351fad,_0x3073a8=this['capabilities_'][_0x173817(0x18e)](_0x23ec76);_0x4992c5[_0x173817(0x1a9)](typeof _0x3073a8,_0x4992c5[_0x173817(0x1a0)])?this['capabilities_'][_0x173817(0x174)](_0x23ec76,helper[_0x173817(0x206)](_0x3073a8,_0x263cb6[_0x23ec76])):this[_0x173817(0x23d)][_0x173817(0x174)](_0x23ec76,_0x263cb6[_0x23ec76]);}),this;}['build'](){const _0x35515e=_0x245250,_0x51adf5={'lcLbF':function(_0x556320){const _0x1afe0a=a145_0x31d8;return _0x360cf8[_0x1afe0a(0x23e)](_0x556320);},'qvCUp':function(_0x618835,_0x1d49cc,_0x515e18){const _0x58dbb2=a145_0x31d8;return _0x360cf8[_0x58dbb2(0x1f2)](_0x618835,_0x1d49cc,_0x515e18);},'tDWlQ':_0x360cf8[_0x35515e(0x1c7)],'OseLZ':function(_0x25ae03,_0x2f2444){const _0x5d89c0=_0x35515e;return _0x360cf8[_0x5d89c0(0x1b5)](_0x25ae03,_0x2f2444);},'qyhFS':function(_0x35b5b6,_0x27b056,_0x48773c){const _0x203fe1=_0x35515e;return _0x360cf8[_0x203fe1(0x1e7)](_0x35b5b6,_0x27b056,_0x48773c);},'ISsQT':_0x360cf8[_0x35515e(0x1af)],'zKymP':_0x360cf8[_0x35515e(0x16c)],'yNenb':function(_0x2256f2,_0x4b9495,_0x59882d){return _0x360cf8['CuUht'](_0x2256f2,_0x4b9495,_0x59882d);},'jLQxV':function(_0x5971ca,_0x2730b9){const _0x52d8ae=_0x35515e;return _0x360cf8[_0x52d8ae(0x1cf)](_0x5971ca,_0x2730b9);},'OJzpF':function(_0x11c989,_0x3d0553){const _0x40ceb8=_0x35515e;return _0x360cf8[_0x40ceb8(0x19a)](_0x11c989,_0x3d0553);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x35515e(0x1b1)],()=>{const _0x4c6fd9=_0x35515e;if(helper[_0x4c6fd9(0x222)]()){const _0x4af553=_0x360cf8[_0x4c6fd9(0x1a2)][_0x4c6fd9(0x17f)]('|');let _0x15bec0=0x0;while(!![]){switch(_0x4af553[_0x15bec0++]){case'0':globals[_0x4c6fd9(0x169)](_0x360cf8[_0x4c6fd9(0x1c7)])&&(!_0x360cf8['OHIBs'](setExtension,this,_0x7e1268)&&globals[_0x4c6fd9(0x241)](_0x360cf8['gzQxe'],![]));continue;case'1':helper[_0x4c6fd9(0x1ea)](_0x7e1268[_0x4c6fd9(0x1bd)]);continue;case'2':this[_0x4c6fd9(0x208)]();continue;case'3':_0x360cf8['jMiSZ'](isAccessibilityAutomationSession)&&_0x360cf8[_0x4c6fd9(0x1b5)](setAccessibilityCapabilities,_0x7e1268);continue;case'4':this[_0x4c6fd9(0x245)]();continue;case'5':logger[_0x4c6fd9(0x17a)](_0x360cf8[_0x4c6fd9(0x226)]);continue;case'6':process[_0x4c6fd9(0x1ac)]['BROWSERSTACK_TURBOSCALE']&&(helper['prepareCapabilities'](null,null,_0x7e1268[_0x4c6fd9(0x205)],null,this,null),helper[_0x4c6fd9(0x1ea)](_0x7e1268[_0x4c6fd9(0x1bd)]),helper[_0x4c6fd9(0x199)]());continue;case'7':if(helper[_0x4c6fd9(0x1de)](_0x7e1268[_0x4c6fd9(0x20d)][_0x4c6fd9(0x1d0)]))this[_0x4c6fd9(0x170)]=helper[_0x4c6fd9(0x22a)](_0x7e1268[_0x4c6fd9(0x20d)]['proxyUrl']);else _0x7e1268[_0x4c6fd9(0x20d)][_0x4c6fd9(0x1d0)]&&(this['proxy_']=_0x7e1268[_0x4c6fd9(0x20d)]['proxyUrl'],logger[_0x4c6fd9(0x17a)](_0x4c6fd9(0x189)+this[_0x4c6fd9(0x184)]));continue;}break;}}else{const _0x47b8ad=_0x360cf8[_0x4c6fd9(0x1f0)][_0x4c6fd9(0x17f)]('|');let _0x610864=0x0;while(!![]){switch(_0x47b8ad[_0x610864++]){case'0':if(this[_0x4c6fd9(0x20c)]['includes'](_0x360cf8[_0x4c6fd9(0x1c1)]))logger[_0x4c6fd9(0x17a)](_0x360cf8[_0x4c6fd9(0x18c)]),globals[_0x4c6fd9(0x241)](_0x360cf8[_0x4c6fd9(0x23c)],![]),globals[_0x4c6fd9(0x241)](_0x360cf8['UKdfl'],![]);else globals[_0x4c6fd9(0x169)](_0x360cf8[_0x4c6fd9(0x23c)])&&globals[_0x4c6fd9(0x169)](_0x360cf8[_0x4c6fd9(0x234)])&&aiSdkWrapper[_0x4c6fd9(0x1bb)](this);continue;case'1':_0x360cf8['lQAKh'](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x4c6fd9(0x1ce)](_0x360cf8[_0x4c6fd9(0x1e1)])&&(_0x360cf8['YrNCu'](setAccessibilityCapabilities,_0x7e1268),this[_0x4c6fd9(0x245)]());continue;case'2':helper[_0x4c6fd9(0x1c9)](null,null,_0x7e1268[_0x4c6fd9(0x205)],null,this,null);continue;case'3':_0x360cf8[_0x4c6fd9(0x20f)](globals[_0x4c6fd9(0x169)](_0x360cf8[_0x4c6fd9(0x165)]),_0x360cf8[_0x4c6fd9(0x186)])&&(commandRepository['setFramework'](_0x360cf8[_0x4c6fd9(0x186)]),commandRepository['setConfig'](globals[_0x4c6fd9(0x169)](_0x360cf8[_0x4c6fd9(0x1a6)])));continue;case'4':helper[_0x4c6fd9(0x199)]();continue;case'5':helper['setAdditionalCapabilities'](_0x7e1268['capability']);continue;}break;}}})();const _0x3c5735=super[_0x35515e(0x225)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x35515e(0x1d8)],()=>{const _0x4ab84f=_0x35515e,_0x45d6f3={'UTBFV':_0x51adf5['ISsQT'],'kYdjp':_0x51adf5[_0x4ab84f(0x16b)],'smLpR':function(_0x4c3752,_0x4d4df2){const _0xd6a74b=_0x4ab84f;return _0x51adf5[_0xd6a74b(0x162)](_0x4c3752,_0x4d4df2);},'gBGsp':function(_0x5d940e,_0x49bee0,_0x4e5f8c){return _0x51adf5['qvCUp'](_0x5d940e,_0x49bee0,_0x4e5f8c);}};_0x3c5735[_0x4ab84f(0x1b3)][_0x4ab84f(0x18b)](_0x5af8f5=>{const _0x3c7ad6=_0x4ab84f,_0x1b8152=_0x5af8f5[_0x3c7ad6(0x1da)];if(!helper['isBrowserstackInfra']()&&_0x51adf5['lcLbF'](isAccessibilityAutomationSession)){const _0x59ea26=_0x51adf5['qvCUp'](nonBstackPlatformValidation,_0x1b8152,this);globals['setGlobal'](_0x51adf5[_0x3c7ad6(0x1e3)],_0x59ea26);}}),_0x3c5735[_0x4ab84f(0x1b3)][_0x4ab84f(0x18b)](_0x526e17=>{const _0x34a43a=_0x4ab84f;try{logger[_0x34a43a(0x17a)]('Session\x20ID:\x20'+_0x526e17['getId']());const _0x4eb8cf=_0x526e17[_0x34a43a(0x1da)][_0x34a43a(0x18e)](_0x45d6f3['UTBFV']);_0x4eb8cf?(logger[_0x34a43a(0x17a)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x4eb8cf),hubAllocator[_0x34a43a(0x1df)](_0x4eb8cf),helper[_0x34a43a(0x1ef)](_0x4eb8cf)):logger['debug'](_0x45d6f3['kYdjp']);}catch(_0x1a9ff7){logger['debug'](_0x34a43a(0x15e)+_0x1a9ff7);}}),_0x3c5735[_0x4ab84f(0x220)]=0x0,_0x3c5735[_0x4ab84f(0x18b)]&&_0x3c5735['then'](_0x4271ba=>{const _0x5a51cf=_0x4ab84f,_0x2ccdf2={'majwD':function(_0x5d7726,_0x5e32a2,_0x4a5d92){const _0x582df8=a145_0x31d8;return _0x51adf5[_0x582df8(0x214)](_0x5d7726,_0x5e32a2,_0x4a5d92);}};helper[_0x5a51cf(0x1d2)](_0x4271ba,_0x3c5735),_0x170223&&_0x51adf5[_0x5a51cf(0x162)](overrideTakeScreenshot,_0x4271ba),helper[_0x5a51cf(0x1e8)](_0x4271ba,_0x7e1268),_0x51adf5[_0x5a51cf(0x214)](overrideExecute,_0x4271ba,_0x7e1268),_0x7e1268[_0x5a51cf(0x1bd)]&&percyHelper[_0x5a51cf(0x1dd)](_0x4271ba,_0x4191a1['WebElement'],_0x7e1268),_0x4271ba[_0x5a51cf(0x196)]=async()=>{const _0x3c4dc8=_0x5a51cf;return await _0x2ccdf2[_0x3c4dc8(0x1fe)](getAccessibilityResultsSummary,_0x4271ba,global);},_0x4271ba[_0x5a51cf(0x178)]=async()=>{const _0x12f770=_0x5a51cf;return await _0x2ccdf2[_0x12f770(0x1fe)](getAccessibilityResults,_0x4271ba,global);},_0x4271ba[_0x5a51cf(0x1ed)]=async()=>{const _0x42770c=_0x5a51cf;return await _0x45d6f3[_0x42770c(0x22f)](performScan,_0x4271ba);};}),_0x3c5735[_0x4ab84f(0x196)]=async()=>{const _0x2814d8=_0x4ab84f;return await _0x51adf5[_0x2814d8(0x200)](getAccessibilityResultsSummary,_0x3c5735,global);},_0x3c5735[_0x4ab84f(0x178)]=async()=>{const _0x3d5d94=_0x4ab84f;return await _0x45d6f3[_0x3d5d94(0x19e)](getAccessibilityResults,_0x3c5735,global);},_0x3c5735[_0x4ab84f(0x1ed)]=async()=>{const _0x2090f2=_0x4ab84f;return await _0x45d6f3[_0x2090f2(0x22f)](performScan,_0x3c5735);},_0x170223&&_0x51adf5[_0x4ab84f(0x162)](overrideTakeScreenshot,_0x3c5735),helper[_0x4ab84f(0x1d2)](_0x3c5735),helper[_0x4ab84f(0x1e8)](_0x3c5735,_0x7e1268),_0x51adf5['yNenb'](overrideExecute,_0x3c5735,_0x7e1268),_0x7e1268['capability']&&percyHelper['patchDriverPercy'](_0x3c5735,_0x4191a1['WebElement'],_0x7e1268);helper[_0x4ab84f(0x19b)](global[_0x4ab84f(0x164)])&&(global['__driversArray']=[]);helper['isUndefined'](global[_0x4ab84f(0x180)])&&(global[_0x4ab84f(0x180)]=[]);global[_0x4ab84f(0x164)][_0x4ab84f(0x1c6)](_0x3c5735),global[_0x4ab84f(0x1c3)]=_0x3c5735,_0x3dfa1d&&(_0x3dfa1d[_0x4ab84f(0x23f)][_0x4ab84f(0x1c3)]=_0x3c5735);_0x51adf5['jLQxV'](global['__drivers'],undefined)&&global['__drivers']['push'](_0x3c5735);_0x3dfa1d&&helper[_0x4ab84f(0x19b)](_0x3dfa1d[_0x4ab84f(0x23f)]['__drivers'])&&(_0x3dfa1d['global'][_0x4ab84f(0x180)]=[]);_0x3dfa1d&&helper[_0x4ab84f(0x19b)](_0x3dfa1d['global']['__driversArray'])&&(_0x3dfa1d[_0x4ab84f(0x23f)][_0x4ab84f(0x164)]=[]);_0x3dfa1d&&_0x51adf5[_0x4ab84f(0x18d)](_0x3dfa1d['global'][_0x4ab84f(0x180)],undefined)&&(_0x3dfa1d[_0x4ab84f(0x23f)][_0x4ab84f(0x180)]['push'](_0x3c5735),_0x3dfa1d[_0x4ab84f(0x23f)][_0x4ab84f(0x164)][_0x4ab84f(0x1c6)](_0x3c5735));_0x3c5735[_0x4ab84f(0x16a)]=globals['getGlobal'](_0x51adf5[_0x4ab84f(0x1e3)]);try{global[_0x4ab84f(0x180)][0x0][_0x4ab84f(0x1b3)][_0x4ab84f(0x18b)](_0x2f9bd2=>{const _0x5ba38e=_0x4ab84f;logger['debug'](_0x5ba38e(0x1b9)+_0x2f9bd2[_0x5ba38e(0x1ee)]()+'\x20to\x20global\x20drivers\x20array');})['catch'](_0x570479=>{const _0x20d574=_0x4ab84f;logger[_0x20d574(0x17a)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x570479);});}catch(_0x5c13a7){logger[_0x4ab84f(0x17a)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x5c13a7);}globals[_0x4ab84f(0x241)](_0x51adf5[_0x4ab84f(0x1e3)],globals[_0x4ab84f(0x169)](_0x51adf5['tDWlQ']));})(),_0x3c5735;}}_0x3dfa1d&&(globals['browserStackGlobals']=_0x3dfa1d[_0x245250(0x23f)][_0x245250(0x16d)]);if(_0x360cf8['dvpFJ'](isAccessibilityAutomationSession))try{let _0x52522f=helper[_0x245250(0x210)](_0x360cf8['ZuYvw'],_0x360cf8[_0x245250(0x247)])[_0x245250(0x201)];(!_0x52522f[_0x245250(0x1fa)]||!_0x52522f['prototype'][_0x245250(0x1d1)])&&(_0x52522f=helper[_0x245250(0x210)](_0x360cf8[_0x245250(0x1c8)],_0x360cf8[_0x245250(0x247)])[_0x245250(0x17d)]);if(_0x52522f[_0x245250(0x1fa)]&&_0x52522f['prototype'][_0x245250(0x1d1)]){const _0x70cdf5=_0x52522f[_0x245250(0x1fa)][_0x245250(0x1d1)];logger[_0x245250(0x17a)](_0x360cf8[_0x245250(0x1f7)]),_0x52522f[_0x245250(0x1fa)][_0x245250(0x1d1)]=async function(){const _0x46f2e7=_0x245250;try{!globals[_0x46f2e7(0x169)](_0x360cf8[_0x46f2e7(0x248)])&&globals[_0x46f2e7(0x169)](_0x360cf8[_0x46f2e7(0x1c7)])&&globals[_0x46f2e7(0x169)](_0x360cf8[_0x46f2e7(0x23b)])&&scripts[_0x46f2e7(0x19d)](arguments[0x0][_0x46f2e7(0x197)])&&!_0x360cf8['ImwZe'](isBrowserStackCommandExecutor,arguments[0x0][_0x46f2e7(0x249)])&&(globals[_0x46f2e7(0x241)](_0x360cf8[_0x46f2e7(0x248)],!![]),logger[_0x46f2e7(0x17a)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x46f2e7(0x197)]),await _0x360cf8[_0x46f2e7(0x1f2)](performScan,global['__driver'],arguments[0x0][_0x46f2e7(0x197)]));}catch(_0x3feead){logger[_0x46f2e7(0x17a)](_0x46f2e7(0x1aa)+util[_0x46f2e7(0x15f)](_0x3feead));}return globals[_0x46f2e7(0x241)](_0x360cf8['GRorG'],![]),_0x70cdf5[_0x46f2e7(0x193)](this,arguments);};}}catch(_0x437e76){logger['debug'](_0x360cf8[_0x245250(0x1ec)](_0x360cf8['pHSam'],_0x437e76));}return _0x4191a1[_0x245250(0x1a7)]=_0x4191a1[_0x245250(0x213)],_0x4191a1[_0x245250(0x213)]=_0x1fdeb6,_0x43393d[_0x245250(0x1a3)]=_0x4e4008,_0x4191a1;};module[a145_0x5a49f1(0x1cd)][a145_0x5a49f1(0x16f)]=modify,module[a145_0x5a49f1(0x1cd)][a145_0x5a49f1(0x198)]=modifyV2,module[a145_0x5a49f1(0x1cd)][a145_0x5a49f1(0x171)]=percySDK,module[a145_0x5a49f1(0x1cd)][a145_0x5a49f1(0x190)]=BrowserStackSdk,module['exports'][a145_0x5a49f1(0x1a4)]=modifyPlaywrightConfig;
|