browserstack-node-sdk 1.35.6 → 1.35.8
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 +60 -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/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/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 a95_0x3bb9e3=a95_0x5a1a;(function(_0x5bf79b,_0x26770c){const _0x7db3f6=a95_0x5a1a,_0x1ddf4c=_0x5bf79b();while(!![]){try{const _0x430116=parseInt(_0x7db3f6(0x18b))/0x1+parseInt(_0x7db3f6(0x17f))/0x2*(-parseInt(_0x7db3f6(0x194))/0x3)+-parseInt(_0x7db3f6(0x1b8))/0x4*(parseInt(_0x7db3f6(0x180))/0x5)+parseInt(_0x7db3f6(0x197))/0x6+parseInt(_0x7db3f6(0x199))/0x7+-parseInt(_0x7db3f6(0x18f))/0x8*(-parseInt(_0x7db3f6(0x1aa))/0x9)+parseInt(_0x7db3f6(0x1b1))/0xa*(-parseInt(_0x7db3f6(0x19f))/0xb);if(_0x430116===_0x26770c)break;else _0x1ddf4c['push'](_0x1ddf4c['shift']());}catch(_0x4b6ba0){_0x1ddf4c['push'](_0x1ddf4c['shift']());}}}(a95_0x44e1,0x624da));const url=require(a95_0x3bb9e3(0x191)),util=require(a95_0x3bb9e3(0x1af)),helper=require(a95_0x3bb9e3(0x1bc)),logger=require('./helpers/logger')[a95_0x3bb9e3(0x18e)],constants=require(a95_0x3bb9e3(0x19c));function a95_0x5a1a(_0x586ccd,_0x37aafe){const _0x44e109=a95_0x44e1();return a95_0x5a1a=function(_0x5a1aa3,_0x5eb52c){_0x5a1aa3=_0x5a1aa3-0x178;let _0x2206a3=_0x44e109[_0x5a1aa3];return _0x2206a3;},a95_0x5a1a(_0x586ccd,_0x37aafe);}function a95_0x44e1(){const _0x24d488=['NEAREST\x20HUBS:\x20','1731996qaPTdr','next_hubs','3670562qxbDDT','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','./bin/utils/constants','ctGiJ','parse','22ZUpZIL','push','https://hub.browserstack.com','getRequestOptions','pathname','/wd/hub','Invalid\x20new\x20HUB\x20URL:\x20','updateHubUrl','GET','findLatency','aUJEl','9ZByazd','check','map','data','resolve','util','HUB\x20URL\x20SET\x20TO\x20-\x20','1345030HBsTzo','newHubUrl','nodeRequest','arBZQ','LzThs','allocateHub','hash','12BsgInT','keys','WvdMZ','jOijb','./helpers/helper','hubUrl','hostname','format','ZIhPq','fromEntries','search','YCVTR','211556MGgoYO','1334015fduwur','LZZys','rbdFr','then','MRNRe','\x20HUB\x20-\x20','debug','sort','PWYGR','path','ihmkl','525308gwpjps','iKkLI','QTFah','winstonLogger','1916024wNKcdt','HPyra','url','length','latency','3hQtMFh','xWleK'];a95_0x44e1=function(){return _0x24d488;};return a95_0x44e1();}global[a95_0x3bb9e3(0x1b2)]='',exports[a95_0x3bb9e3(0x1a2)]=_0x5bcd5d=>{const _0x1c7e79=a95_0x3bb9e3,_0xcb2b90={};_0xcb2b90[_0x1c7e79(0x190)]=function(_0x4df009,_0x309ccf){return _0x4df009+_0x309ccf;},_0xcb2b90[_0x1c7e79(0x188)]=_0x1c7e79(0x1a5);const _0x89981d=_0xcb2b90,_0x1c1b27=url[_0x1c7e79(0x19e)](_0x5bcd5d);if(!_0x1c1b27[_0x1c7e79(0x179)])throw new Error(_0x89981d[_0x1c7e79(0x190)](_0x89981d[_0x1c7e79(0x188)],_0x5bcd5d));return _0x1c1b27[_0x1c7e79(0x17d)]=null,_0x1c1b27[_0x1c7e79(0x1b7)]=null,_0x1c1b27[_0x1c7e79(0x189)]=_0x1c1b27[_0x1c7e79(0x1a3)],_0x1c1b27;},exports[a95_0x3bb9e3(0x1a6)]=_0x1b170b=>{const _0x54859b=a95_0x3bb9e3;global[_0x54859b(0x1b2)]=_0x1b170b;},exports[a95_0x3bb9e3(0x1b6)]=_0x1b1c31=>{const _0xe75608=a95_0x3bb9e3,_0x1f4e65={'ctGiJ':function(_0x438902){return _0x438902();},'xWleK':function(_0x4901fa,_0x4dafb3){return _0x4901fa+_0x4dafb3;},'LzThs':_0xe75608(0x1a4),'NXcaM':function(_0x2cc8aa){return _0x2cc8aa();},'WvdMZ':function(_0x534deb,_0x1edfc9){return _0x534deb!=_0x1edfc9;},'nVwQs':function(_0x58dfee,_0x3bbd9a){return _0x58dfee!==_0x3bbd9a;},'MRNRe':'https://'};return new Promise(_0x2e04ca=>{const _0x19f8d4=_0xe75608,_0x3ca66b={'aUJEl':function(_0x3a6862,_0x24e82c){const _0x476eba=a95_0x5a1a;return _0x1f4e65[_0x476eba(0x195)](_0x3a6862,_0x24e82c);},'YCVTR':_0x1f4e65[_0x19f8d4(0x1b5)],'ZIhPq':function(_0x353344){return _0x1f4e65['NXcaM'](_0x353344);},'iKkLI':function(_0xaf2d60,_0x23ffb5){const _0x39c18b=_0x19f8d4;return _0x1f4e65[_0x39c18b(0x1ba)](_0xaf2d60,_0x23ffb5);},'oeqah':function(_0x406442,_0x1dd770){return _0x1f4e65['nVwQs'](_0x406442,_0x1dd770);},'jOijb':_0x1f4e65[_0x19f8d4(0x184)]};Promise[_0x19f8d4(0x1ae)](this['nextHubs'](_0x1b1c31))[_0x19f8d4(0x183)](_0x5ef5be=>{const _0x67e4d3=_0x19f8d4;logger['debug'](_0x67e4d3(0x196)+util['format']('%j',_0x5ef5be));if(_0x3ca66b[_0x67e4d3(0x18c)](_0x5ef5be,null)&&_0x3ca66b['oeqah'](_0x5ef5be[_0x67e4d3(0x192)],0x0)){const _0x78b165=[];for(const _0xda6d4d of _0x5ef5be){_0x78b165[_0x67e4d3(0x1a0)](this[_0x67e4d3(0x1a8)](_0x1b1c31,_0x3ca66b[_0x67e4d3(0x1a9)](_0x3ca66b[_0x67e4d3(0x1bb)],_0xda6d4d)));}Promise['all'](_0x78b165)[_0x67e4d3(0x183)](_0x220afe=>{const _0xb3741e=_0x67e4d3,_0x515934=Object[_0xb3741e(0x17c)](_0x220afe[_0xb3741e(0x1ac)](_0xe54072=>[_0xe54072[_0xb3741e(0x178)],_0xe54072[_0xb3741e(0x193)]])),_0x25afdd=Object[_0xb3741e(0x17c)](Object['entries'](_0x515934)[_0xb3741e(0x187)](([,_0x35d04f],[,_0x378863])=>_0x35d04f-_0x378863)),_0x5c284c=Object[_0xb3741e(0x1b9)](_0x25afdd)[0x0];constants[_0xb3741e(0x178)]=_0x3ca66b['aUJEl'](_0x5c284c,_0x3ca66b[_0xb3741e(0x17e)]),logger[_0xb3741e(0x186)](_0xb3741e(0x1b0)+_0x5c284c),_0x3ca66b[_0xb3741e(0x17b)](_0x2e04ca);});}else _0x3ca66b['ZIhPq'](_0x2e04ca);})['catch'](_0x4b866b=>{const _0x6b1c1f=_0x19f8d4;logger[_0x6b1c1f(0x186)](_0x6b1c1f(0x19a)+_0x4b866b),_0x1f4e65[_0x6b1c1f(0x19d)](_0x2e04ca);});});},exports[a95_0x3bb9e3(0x1a8)]=async(_0x550ddf,_0x22c9b6)=>{const _0x53aeae=a95_0x3bb9e3,_0x34cf8b={};_0x34cf8b[_0x53aeae(0x1b4)]='GET',_0x34cf8b[_0x53aeae(0x182)]=_0x53aeae(0x1ab),_0x34cf8b['LZZys']=function(_0x70c17a,_0x35ca66){return _0x70c17a-_0x35ca66;};const _0x18539e=_0x34cf8b;try{const _0x52890c=new Date();await helper[_0x53aeae(0x1b3)](_0x18539e[_0x53aeae(0x1b4)],_0x18539e['rbdFr'],{},_0x550ddf,_0x22c9b6,0x1388);const _0x3b6ddf=_0x18539e[_0x53aeae(0x181)](new Date(),_0x52890c);logger[_0x53aeae(0x186)]('Execution\x20time\x20for\x20'+_0x22c9b6+'\x20is:\x20'+_0x3b6ddf+'ms');const _0x3d49e1={};return _0x3d49e1['hubUrl']=_0x22c9b6,_0x3d49e1['latency']=_0x3b6ddf,_0x3d49e1;}catch(_0x27875f){return logger[_0x53aeae(0x186)](_0x53aeae(0x19b)+_0x22c9b6+_0x53aeae(0x185)+_0x27875f),{};}},exports['nextHubs']=async _0x5db485=>{const _0x47dd3d=a95_0x3bb9e3,_0x184620={};_0x184620[_0x47dd3d(0x18a)]=_0x47dd3d(0x1a7),_0x184620['QSAFq']=_0x47dd3d(0x198),_0x184620[_0x47dd3d(0x18d)]=_0x47dd3d(0x1a1);const _0x309696=_0x184620;try{const _0x3e2a24=await helper['nodeRequest'](_0x309696[_0x47dd3d(0x18a)],_0x309696['QSAFq'],{},_0x5db485,_0x309696[_0x47dd3d(0x18d)],0x1388),_0x4c0d97=_0x3e2a24[_0x47dd3d(0x1ad)];return logger[_0x47dd3d(0x186)]('Response:\x20'+util[_0x47dd3d(0x17a)]('%j',_0x4c0d97)),_0x4c0d97['hubs'];}catch(_0x3e044d){logger['debug']('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x3e044d);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a96_0x1bff2c=a96_0x5634;(function(_0x27fcdb,_0x17eff3){const _0x15647f=a96_0x5634,_0x5510f9=_0x27fcdb();while(!![]){try{const _0x51415d=parseInt(_0x15647f(0x113))/0x1+-parseInt(_0x15647f(0xf8))/0x2*(-parseInt(_0x15647f(0xd4))/0x3)+parseInt(_0x15647f(0x15e))/0x4+parseInt(_0x15647f(0x9c))/0x5+parseInt(_0x15647f(0xcc))/0x6*(-parseInt(_0x15647f(0xb4))/0x7)+-parseInt(_0x15647f(0x7e))/0x8+-parseInt(_0x15647f(0xe1))/0x9*(-parseInt(_0x15647f(0xaf))/0xa);if(_0x51415d===_0x17eff3)break;else _0x5510f9['push'](_0x5510f9['shift']());}catch(_0x49f54c){_0x5510f9['push'](_0x5510f9['shift']());}}}(a96_0x4272,0xa6f9b));const util=require(a96_0x1bff2c(0x91)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a96_0x1bff2c(0x88)),{setAccessibilityCapabilities,setExtension}=require(a96_0x1bff2c(0x154)),helper=require('./helpers/helper'),logger=require(a96_0x1bff2c(0xff))[a96_0x1bff2c(0xbc)],hubAllocator=require(a96_0x1bff2c(0x105)),percySDK=require(a96_0x1bff2c(0xee)),percyHelper=require(a96_0x1bff2c(0x14d)),BrowserStackSdk=require(a96_0x1bff2c(0xcd)),modifyPlaywrightConfig=require(a96_0x1bff2c(0x144)),scripts=require(a96_0x1bff2c(0xa2)),globals=require('./helpers/globals'),{commandRepository}=require(a96_0x1bff2c(0x93)),{aiSdkWrapper}=require(a96_0x1bff2c(0x152)),{overrideExecute}=require(a96_0x1bff2c(0xa4)),PerformanceTester=require(a96_0x1bff2c(0x153)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),modify=_0x1f6e00=>{const _0x21f8ef=a96_0x1bff2c,_0x2c2ad0={'qzlZp':function(_0x1847b2,_0x5d77cf){return _0x1847b2!==_0x5d77cf;},'rXeXr':_0x21f8ef(0xde),'NpzgR':function(_0x476f5d,_0x7820be){return _0x476f5d+_0x7820be;},'Kyxby':_0x21f8ef(0xc0),'NBdmO':'/wd/hub','tDVcJ':_0x21f8ef(0x86),'dtrVv':_0x21f8ef(0x10e),'JDvSI':_0x21f8ef(0xa9),'tOave':_0x21f8ef(0xa5),'Uemvy':'moz:firefoxOptions','trcjG':'firefoxOptions','mrbXM':_0x21f8ef(0xd9),'nxwdg':_0x21f8ef(0xe5),'tvwev':_0x21f8ef(0x165),'HaMkH':function(_0x4debd2,_0x1b2d72){return _0x4debd2===_0x1b2d72;},'Vosvt':'object','OkEcm':_0x21f8ef(0xb5),'Ofmiw':_0x21f8ef(0xf6),'nIjVf':_0x21f8ef(0x129),'XOmqB':function(_0x30ca39){return _0x30ca39();},'mNirI':function(_0x1f5153,_0x5dee3c){return _0x1f5153(_0x5dee3c);},'XbxBJ':_0x21f8ef(0x111),'ipWwT':function(_0x286e5c,_0x12cf04,_0x272b09){return _0x286e5c(_0x12cf04,_0x272b09);},'RZDRO':'optimalHubUrl','bjMmk':_0x21f8ef(0xab),'ssTts':_0x21f8ef(0xdd),'bNNbS':_0x21f8ef(0x80)};logger['info'](_0x2c2ad0[_0x21f8ef(0x99)]),logger[_0x21f8ef(0xfa)](_0x2c2ad0[_0x21f8ef(0xe8)]);const _0x56f061=helper[_0x21f8ef(0xea)](),_0x35278e=helper[_0x21f8ef(0x96)]();class _0x6c6508 extends _0x35278e[_0x21f8ef(0x149)]{[_0x21f8ef(0xa8)](_0x2b8ec1){const _0x227c49=_0x21f8ef;if(_0x2c2ad0[_0x227c49(0x8b)](_0x2b8ec1['path'],_0x2c2ad0[_0x227c49(0x100)])&&_0x2c2ad0[_0x227c49(0x8b)](global[_0x227c49(0x131)],''))try{global[_0x227c49(0x131)]=_0x2c2ad0[_0x227c49(0x101)](_0x2c2ad0[_0x227c49(0x101)](_0x2c2ad0['Kyxby'],global[_0x227c49(0x131)]),_0x2c2ad0[_0x227c49(0xe6)]),this[_0x227c49(0x171)]=hubAllocator[_0x227c49(0x12b)](global['newHubUrl']),logger[_0x227c49(0xfa)](_0x227c49(0x7b)+global[_0x227c49(0x131)]),global[_0x227c49(0x131)]='';}catch(_0x277837){logger[_0x227c49(0xcf)](_0x277837);}return super[_0x227c49(0xa8)](_0x2b8ec1);}}class _0xb4b35d extends _0x56f061[_0x21f8ef(0x120)]{[_0x21f8ef(0x8a)](_0x1bd77d){const _0x596b66=_0x21f8ef;let _0x3a20f5={};for(const _0x2b4fd0 in _0x1bd77d){switch(_0x2b4fd0){case _0x2c2ad0[_0x596b66(0x16d)]:case _0x2c2ad0[_0x596b66(0x166)]:this[_0x596b66(0x11c)]&&(_0x3a20f5=this['chromeOptions_'][_0x596b66(0x11a)](this[_0x596b66(0x11c)][_0x596b66(0xd2)])||{},this[_0x596b66(0x11c)]['set'](this[_0x596b66(0x11c)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0['JDvSI']:case _0x2c2ad0[_0x596b66(0x89)]:this[_0x596b66(0xca)]&&(_0x3a20f5=this['edgeOptions_'][_0x596b66(0x11a)](this[_0x596b66(0xca)][_0x596b66(0xd2)])||{},this[_0x596b66(0xca)][_0x596b66(0x12e)](this[_0x596b66(0xca)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0[_0x596b66(0xc2)]:case _0x2c2ad0[_0x596b66(0x159)]:this[_0x596b66(0x135)]&&(_0x3a20f5=this[_0x596b66(0x135)][_0x596b66(0x11a)](this[_0x596b66(0x135)]['CAPABILITY_KEY'])||{},this[_0x596b66(0x135)][_0x596b66(0x12e)](this[_0x596b66(0x135)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0['mrbXM']:this[_0x596b66(0xb2)]&&(_0x3a20f5=this[_0x596b66(0xb2)][_0x596b66(0x11a)](this[_0x596b66(0xb2)][_0x596b66(0xd2)])||{},this['safariOptions_']['set'](this[_0x596b66(0xb2)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;case _0x2c2ad0[_0x596b66(0x94)]:case _0x2c2ad0[_0x596b66(0xb1)]:this[_0x596b66(0x9b)]&&(_0x3a20f5=this[_0x596b66(0x9b)]['get'](this[_0x596b66(0x9b)][_0x596b66(0xd2)])||{},this[_0x596b66(0x9b)]['set'](this[_0x596b66(0x9b)][_0x596b66(0xd2)],helper[_0x596b66(0x126)](_0x3a20f5,_0x1bd77d[_0x2b4fd0])));break;}}}['setServer'](){const _0x4e3edc=_0x21f8ef;return this[_0x4e3edc(0x143)]=helper[_0x4e3edc(0x147)](_0x1f6e00),logger[_0x4e3edc(0xfa)](_0x4e3edc(0x9f)+this[_0x4e3edc(0x143)]),this;}['setCapabilities'](){const _0x2c6ff5=_0x21f8ef,_0x1ec4d7={'IMfbS':function(_0x241c1,_0x371cb5){const _0x30707d=a96_0x5634;return _0x2c2ad0[_0x30707d(0xf7)](_0x241c1,_0x371cb5);},'sqXzW':_0x2c2ad0[_0x2c6ff5(0x10d)]};return logger['debug'](_0x2c2ad0[_0x2c6ff5(0x167)]),this[_0x2c6ff5(0x8a)](_0x1f6e00[_0x2c6ff5(0x8c)]),Object[_0x2c6ff5(0x137)](_0x1f6e00['capability'])[_0x2c6ff5(0x16f)](_0x41aa5d=>{const _0x3d04a1=_0x2c6ff5,_0x405dd0=this[_0x3d04a1(0x13a)][_0x3d04a1(0x11a)](_0x41aa5d);_0x1ec4d7['IMfbS'](typeof _0x405dd0,_0x1ec4d7[_0x3d04a1(0xed)])?this[_0x3d04a1(0x13a)][_0x3d04a1(0x12e)](_0x41aa5d,helper['mergeDeep'](_0x405dd0,_0x1f6e00['capability'][_0x41aa5d])):this[_0x3d04a1(0x13a)][_0x3d04a1(0x12e)](_0x41aa5d,_0x1f6e00['capability'][_0x41aa5d]);}),this;}['build'](){const _0x57d694=_0x21f8ef,_0x3ce2f4={'jRSpX':_0x2c2ad0[_0x57d694(0xbf)],'YaaCW':_0x2c2ad0[_0x57d694(0x115)],'HahWJ':function(_0xa09594){const _0x38513e=_0x57d694;return _0x2c2ad0[_0x38513e(0xbd)](_0xa09594);},'vxGXh':function(_0x57e9a1,_0x677070){const _0xfd405e=_0x57d694;return _0x2c2ad0[_0xfd405e(0x84)](_0x57e9a1,_0x677070);},'JxPdI':_0x2c2ad0[_0x57d694(0xe4)],'pjlDk':function(_0x1308c9,_0x107db8,_0x228bb9){return _0x2c2ad0['ipWwT'](_0x1308c9,_0x107db8,_0x228bb9);},'fSZDK':_0x2c2ad0['RZDRO'],'fzhLw':_0x2c2ad0[_0x57d694(0x125)],'UGlVT':function(_0x170654,_0x53cb6f,_0xea557a){const _0xe7c845=_0x57d694;return _0x2c2ad0[_0xe7c845(0x132)](_0x170654,_0x53cb6f,_0xea557a);},'QQxro':function(_0x417f76,_0x5237ea){const _0x152028=_0x57d694;return _0x2c2ad0[_0x152028(0x84)](_0x417f76,_0x5237ea);}};PerformanceTester[_0x57d694(0xb9)](PerformanceEvents[_0x57d694(0x97)],()=>{const _0x194885=_0x57d694,_0x139b09=_0x3ce2f4[_0x194885(0xe3)][_0x194885(0xd8)]('|');let _0x165c19=0x0;while(!![]){switch(_0x139b09[_0x165c19++]){case'0':this[_0x194885(0xf9)]();continue;case'1':if(helper['isPacProxy'](_0x1f6e00[_0x194885(0x127)][_0x194885(0x128)]))this[_0x194885(0xd7)]=helper['getHttpAgent'](_0x1f6e00[_0x194885(0x127)][_0x194885(0x128)]);else _0x1f6e00['proxySettings'][_0x194885(0x128)]&&(this[_0x194885(0x158)]=_0x1f6e00[_0x194885(0x127)]['proxyUrl'],logger[_0x194885(0xfa)](_0x194885(0xb3)+this['proxy_']));continue;case'2':this[_0x194885(0x170)]();continue;case'3':helper['setAdditionalCapabilities'](_0x1f6e00[_0x194885(0x8c)]);continue;case'4':logger[_0x194885(0xfa)](_0x3ce2f4[_0x194885(0xe7)]);continue;case'5':_0x3ce2f4[_0x194885(0xf2)](isAccessibilityAutomationSession)&&_0x3ce2f4[_0x194885(0x162)](setAccessibilityCapabilities,_0x1f6e00);continue;case'6':!helper['isBrowserstackInfra']()&&helper[_0x194885(0x13b)](null,null,_0x1f6e00[_0x194885(0xf3)],null,this,null);continue;case'7':globals[_0x194885(0xfe)](_0x3ce2f4['JxPdI'])&&(!_0x3ce2f4[_0x194885(0x141)](setExtension,this,_0x1f6e00)&&globals[_0x194885(0x108)](_0x3ce2f4[_0x194885(0xa6)],![]));continue;}break;}})();const _0x52b0da=super[_0x57d694(0xc5)]();return PerformanceTester[_0x57d694(0xb9)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x49556f=_0x57d694,_0x481cbb={'jUkrD':function(_0x3caab0,_0x4bf39d,_0x5a1389){return _0x3ce2f4['UGlVT'](_0x3caab0,_0x4bf39d,_0x5a1389);}};_0x52b0da['session_']['then'](_0xe87cc7=>{const _0x318b79=a96_0x5634;try{const _0x13fa00=_0xe87cc7['caps_'][_0x318b79(0x11a)](_0x3ce2f4[_0x318b79(0x12c)]);_0x13fa00?(logger['debug'](_0x318b79(0x161)+_0x13fa00),hubAllocator['updateHubUrl'](_0x13fa00),helper[_0x318b79(0xb7)](_0x13fa00)):logger['debug'](_0x3ce2f4[_0x318b79(0xbb)]);}catch(_0xce9d44){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xce9d44);}}),_0x52b0da['then']&&_0x52b0da[_0x49556f(0xa3)](_0x431d71=>{const _0x4996eb=_0x49556f,_0x40289c={'GOAJn':function(_0xa3eebf,_0x187ef3,_0x34ad33){const _0x2ee15e=a96_0x5634;return _0x3ce2f4[_0x2ee15e(0x141)](_0xa3eebf,_0x187ef3,_0x34ad33);},'yecUL':function(_0x4cbcba,_0x2a9c3a){const _0x4b361a=a96_0x5634;return _0x3ce2f4[_0x4b361a(0x162)](_0x4cbcba,_0x2a9c3a);}};helper['overrideGet'](_0x431d71,_0x1f6e00),_0x3ce2f4['UGlVT'](overrideExecute,_0x431d71,_0x1f6e00),_0x431d71[_0x4996eb(0x14e)]=async()=>{const _0x3d8c81=_0x4996eb;return await _0x40289c[_0x3d8c81(0x12f)](getAccessibilityResultsSummary,_0x431d71,global);},_0x431d71[_0x4996eb(0xad)]=async()=>{const _0x137fed=_0x4996eb;return await _0x481cbb[_0x137fed(0x14b)](getAccessibilityResults,_0x431d71,global);},_0x431d71['performScan']=async()=>{return await _0x40289c['yecUL'](performScan,_0x431d71);};}),_0x52b0da[_0x49556f(0x14e)]=async()=>{const _0x3bf80c=_0x49556f;return await _0x481cbb[_0x3bf80c(0x14b)](getAccessibilityResultsSummary,_0x52b0da,global);},_0x52b0da[_0x49556f(0xad)]=async()=>{const _0x3c795d=_0x49556f;return await _0x481cbb[_0x3c795d(0x14b)](getAccessibilityResults,_0x52b0da,global);},_0x52b0da['performScan']=async()=>{const _0x49d404=_0x49556f;return await _0x3ce2f4[_0x49d404(0x142)](performScan,_0x52b0da);},helper['overrideGet'](_0x52b0da,_0x1f6e00),_0x3ce2f4['UGlVT'](overrideExecute,_0x52b0da,_0x1f6e00),helper['isUndefined'](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x49556f(0x13f)][_0x49556f(0x121)](_0x52b0da);})(),_0x52b0da;}}_0x56f061[_0x21f8ef(0x151)]=_0x56f061[_0x21f8ef(0x120)],_0x56f061[_0x21f8ef(0x120)]=_0xb4b35d,_0x35278e['HttpClient']=_0x6c6508;},modifyV2=(_0x132db8,_0x21de6e=null,_0x162fb8=![])=>{const _0x24cdcb=a96_0x1bff2c,_0x287e70={'olprm':function(_0x25d24f,_0x2fff2e){return _0x25d24f!==_0x2fff2e;},'Ojwbm':_0x24cdcb(0xde),'BdcYP':function(_0x50edde,_0x5ebec8){return _0x50edde+_0x5ebec8;},'BIfYW':_0x24cdcb(0xc0),'IsGbm':_0x24cdcb(0x10a),'fLtZr':_0x24cdcb(0x146),'IVibf':_0x24cdcb(0xd0),'PmuzY':_0x24cdcb(0x86),'llmpf':_0x24cdcb(0x10e),'fkJfD':_0x24cdcb(0xa9),'ZAyoR':'edgeOptions','fAtTi':_0x24cdcb(0x168),'NHCYy':_0x24cdcb(0x12a),'wQtwH':_0x24cdcb(0xd9),'abNvM':_0x24cdcb(0xe5),'AFloq':_0x24cdcb(0x165),'kcFUQ':function(_0x14d510,_0x24a49b){return _0x14d510===_0x24a49b;},'Fkucc':_0x24cdcb(0x8f),'evUfP':'Setting\x20Browserstack\x20capabilities','jpoBW':'0|2|5|3|6|4|1','dznRp':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','QPRQg':function(_0x267c3f){return _0x267c3f();},'jwiYf':function(_0x400660,_0x29c19f){return _0x400660(_0x29c19f);},'zZAGh':_0x24cdcb(0x111),'iXpZc':function(_0x16c0d4,_0x486e85,_0x32443a){return _0x16c0d4(_0x486e85,_0x32443a);},'dUwFL':_0x24cdcb(0xdb),'LSpUM':function(_0x12d9d0,_0x4bc388){return _0x12d9d0===_0x4bc388;},'EIJkg':'aiSdk_framework','jaFBh':_0x24cdcb(0xa1),'ZUEqc':_0x24cdcb(0x117),'uqXUy':_0x24cdcb(0xdf),'TUoYu':_0x24cdcb(0xcb),'QtWUv':function(_0x3d0796,_0x48d54b,_0x2731f1){return _0x3d0796(_0x48d54b,_0x2731f1);},'ZpiQt':'optimalHubUrl','QVTYv':_0x24cdcb(0xab),'wOthE':function(_0x4a3a0d,_0x5b24bc,_0x240e44){return _0x4a3a0d(_0x5b24bc,_0x240e44);},'IHiOG':function(_0x568865,_0x18f87a){return _0x568865!==_0x18f87a;},'CXDKe':_0x24cdcb(0x16a),'AAASY':_0x24cdcb(0x95),'Cogyf':function(_0x27883b,_0x1936a1,_0x215d78){return _0x27883b(_0x1936a1,_0x215d78);},'zMcNo':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','MGXxV':_0x24cdcb(0x80),'CwKaT':_0x24cdcb(0xc8),'VECKD':_0x24cdcb(0x150),'qdZli':_0x24cdcb(0xfc),'fntuI':_0x24cdcb(0x122),'AJQbz':_0x24cdcb(0xdc)},_0x219a0=helper[_0x24cdcb(0x96)]();let _0xb76bf1;try{_0xb76bf1=helper['requireSeleniumWebdriver'](),_0xb76bf1[_0x24cdcb(0x151)]&&(_0xb76bf1[_0x24cdcb(0x120)]=_0xb76bf1['originalBuilder']);}catch(_0xc3d3ab){return;}if(helper['isBrowserstackInfra']()){const _0x251f5d={};_0x251f5d[_0x24cdcb(0x112)]=_0x132db8[_0x24cdcb(0x78)],helper['setLogLevel'](_0x251f5d,new Map(),new Map()),logger[_0x24cdcb(0x9a)](_0x287e70[_0x24cdcb(0xc1)]),logger[_0x24cdcb(0xfa)](_0x287e70[_0x24cdcb(0x138)]);}class _0x31a509 extends _0x219a0['HttpClient']{[_0x24cdcb(0xa8)](_0x30bd3a){const _0x289f13=_0x24cdcb;if(_0x287e70['olprm'](_0x30bd3a[_0x289f13(0x87)],_0x287e70[_0x289f13(0x83)])&&_0x287e70[_0x289f13(0x173)](global[_0x289f13(0x131)],''))try{global['newHubUrl']=_0x287e70[_0x289f13(0x7f)](_0x287e70[_0x289f13(0x7f)](_0x287e70[_0x289f13(0x11b)],global['newHubUrl']),_0x287e70['IsGbm']),this[_0x289f13(0x171)]=hubAllocator[_0x289f13(0x12b)](global[_0x289f13(0x131)]),logger[_0x289f13(0xfa)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x289f13(0x131)]),global[_0x289f13(0x131)]='';}catch(_0x3b24e9){logger['error'](_0x3b24e9);}if(globals['getGlobal'](_0x287e70['fLtZr'])&&globals[_0x289f13(0xfe)](_0x287e70[_0x289f13(0x169)])){const _0x2cb327=_0x30bd3a[_0x289f13(0x87)]['split']('/')[0x2];_0x2cb327&&commandRepository[_0x289f13(0xc3)](_0x2cb327,_0x30bd3a);}return super[_0x289f13(0xa8)](_0x30bd3a);}}class _0x571475 extends _0xb76bf1[_0x24cdcb(0x120)]{[_0x24cdcb(0x170)](){const _0x25a164=_0x24cdcb;return this[_0x25a164(0x143)]=helper[_0x25a164(0x147)](_0x132db8),logger[_0x25a164(0xfa)](_0x25a164(0x9f)+this[_0x25a164(0x143)]),this;}['__setBrowserOptions'](_0x5796cc){const _0x54685c=_0x24cdcb;let _0x1da755={};for(const _0x28bb7d in _0x5796cc){switch(_0x28bb7d){case _0x287e70[_0x54685c(0x11e)]:case _0x287e70[_0x54685c(0xba)]:this[_0x54685c(0x11c)]&&(_0x1da755=this[_0x54685c(0x11c)][_0x54685c(0x11a)](this[_0x54685c(0x11c)][_0x54685c(0xd2)])||{},this[_0x54685c(0x11c)][_0x54685c(0x12e)](this[_0x54685c(0x11c)]['CAPABILITY_KEY'],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70[_0x54685c(0x7c)]:case _0x287e70[_0x54685c(0xd6)]:this[_0x54685c(0xca)]&&(_0x1da755=this[_0x54685c(0xca)]['get'](this[_0x54685c(0xca)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0x54685c(0x12e)](this[_0x54685c(0xca)]['CAPABILITY_KEY'],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70[_0x54685c(0x7a)]:case _0x287e70['NHCYy']:this[_0x54685c(0x135)]&&(_0x1da755=this[_0x54685c(0x135)][_0x54685c(0x11a)](this[_0x54685c(0x135)]['CAPABILITY_KEY'])||{},this[_0x54685c(0x135)][_0x54685c(0x12e)](this[_0x54685c(0x135)][_0x54685c(0xd2)],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70[_0x54685c(0x15f)]:this['safariOptions_']&&(_0x1da755=this['safariOptions_'][_0x54685c(0x11a)](this[_0x54685c(0xb2)][_0x54685c(0xd2)])||{},this[_0x54685c(0xb2)][_0x54685c(0x12e)](this[_0x54685c(0xb2)]['CAPABILITY_KEY'],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;case _0x287e70['abNvM']:case _0x287e70[_0x54685c(0xe9)]:this[_0x54685c(0x9b)]&&(_0x1da755=this[_0x54685c(0x9b)]['get'](this['ieOptions_'][_0x54685c(0xd2)])||{},this[_0x54685c(0x9b)][_0x54685c(0x12e)](this[_0x54685c(0x9b)][_0x54685c(0xd2)],helper[_0x54685c(0x126)](_0x1da755,_0x5796cc[_0x28bb7d])));break;}}}['setCapabilities'](){const _0x23a7ac=_0x24cdcb;return logger[_0x23a7ac(0xfa)](_0x287e70['evUfP']),this[_0x23a7ac(0x8a)](_0x132db8[_0x23a7ac(0x8c)]),Object['keys'](_0x132db8['capability'])[_0x23a7ac(0x16f)](_0x5c6c1d=>{const _0x41ea7e=_0x23a7ac,_0x34525d=this['capabilities_'][_0x41ea7e(0x11a)](_0x5c6c1d);_0x287e70[_0x41ea7e(0x16b)](typeof _0x34525d,_0x287e70[_0x41ea7e(0x15c)])?this[_0x41ea7e(0x13a)]['set'](_0x5c6c1d,helper['mergeDeep'](_0x34525d,_0x132db8['capability'][_0x5c6c1d])):this['capabilities_'][_0x41ea7e(0x12e)](_0x5c6c1d,_0x132db8[_0x41ea7e(0x8c)][_0x5c6c1d]);}),this;}['build'](){const _0x4f43c3=_0x24cdcb,_0x561be4={'mKxYo':_0x287e70[_0x4f43c3(0x174)],'Xywvf':_0x287e70[_0x4f43c3(0x107)],'LaHSv':function(_0x2b75a3){const _0x5c1dcd=_0x4f43c3;return _0x287e70[_0x5c1dcd(0x114)](_0x2b75a3);},'tUAax':function(_0x1f1f92,_0x46e291){const _0x15ca75=_0x4f43c3;return _0x287e70[_0x15ca75(0xeb)](_0x1f1f92,_0x46e291);},'KeKgZ':_0x287e70[_0x4f43c3(0x155)],'XWFmG':function(_0x24197b,_0x143f4f,_0x323320){const _0xc62f67=_0x4f43c3;return _0x287e70[_0xc62f67(0xe0)](_0x24197b,_0x143f4f,_0x323320);},'uJOXo':_0x287e70[_0x4f43c3(0xb8)],'aiiNa':function(_0xbb33b6,_0x410c10){return _0x287e70['LSpUM'](_0xbb33b6,_0x410c10);},'VcyIg':_0x287e70[_0x4f43c3(0xc7)],'ORMcp':_0x287e70[_0x4f43c3(0x10c)],'LtmIG':_0x287e70[_0x4f43c3(0xc9)],'IPUXe':_0x287e70[_0x4f43c3(0x136)],'bfOxU':_0x287e70['TUoYu'],'SaiMA':_0x287e70[_0x4f43c3(0x160)],'DDRHM':_0x287e70[_0x4f43c3(0x169)],'WltEb':function(_0x1fdd8c,_0x3dd7be,_0x10371a){return _0x287e70['QtWUv'](_0x1fdd8c,_0x3dd7be,_0x10371a);},'IGwog':_0x287e70[_0x4f43c3(0x7d)],'GsTQJ':_0x287e70[_0x4f43c3(0xaa)],'hZKSq':function(_0x42c7c9,_0x524c8a){const _0x22b267=_0x4f43c3;return _0x287e70[_0x22b267(0xeb)](_0x42c7c9,_0x524c8a);},'ImwZR':function(_0x296514,_0x301c0e,_0xe803a5){return _0x287e70['wOthE'](_0x296514,_0x301c0e,_0xe803a5);},'zZYfD':function(_0xfbf359,_0x22584d){const _0x272a18=_0x4f43c3;return _0x287e70[_0x272a18(0x15b)](_0xfbf359,_0x22584d);}};PerformanceTester[_0x4f43c3(0xb9)](PerformanceEvents[_0x4f43c3(0x97)],()=>{const _0x2e019e=_0x4f43c3;if(helper[_0x2e019e(0x157)]()){const _0x365f27=_0x561be4['mKxYo'][_0x2e019e(0xd8)]('|');let _0x37ef5c=0x0;while(!![]){switch(_0x365f27[_0x37ef5c++]){case'0':helper[_0x2e019e(0xf4)](_0x132db8[_0x2e019e(0x8c)]);continue;case'1':logger[_0x2e019e(0xfa)](_0x561be4[_0x2e019e(0x103)]);continue;case'2':_0x561be4['LaHSv'](isAccessibilityAutomationSession)&&_0x561be4[_0x2e019e(0xb6)](setAccessibilityCapabilities,_0x132db8);continue;case'3':this[_0x2e019e(0xf9)]();continue;case'4':globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0x140)])&&(!_0x561be4[_0x2e019e(0x110)](setExtension,this,_0x132db8)&&globals['setGlobal'](_0x561be4['KeKgZ'],![]));continue;case'5':this[_0x2e019e(0x170)]();continue;case'6':if(helper[_0x2e019e(0x9d)](_0x132db8[_0x2e019e(0x127)][_0x2e019e(0x128)]))this[_0x2e019e(0xd7)]=helper[_0x2e019e(0x163)](_0x132db8['proxySettings']['proxyUrl']);else _0x132db8[_0x2e019e(0x127)][_0x2e019e(0x128)]&&(this[_0x2e019e(0x158)]=_0x132db8[_0x2e019e(0x127)][_0x2e019e(0x128)],logger[_0x2e019e(0xfa)](_0x2e019e(0xb3)+this[_0x2e019e(0x158)]));continue;}break;}}else{const _0x11eb6b=_0x561be4[_0x2e019e(0x16e)][_0x2e019e(0xd8)]('|');let _0x4b8cea=0x0;while(!![]){switch(_0x11eb6b[_0x4b8cea++]){case'0':helper[_0x2e019e(0xf4)](_0x132db8[_0x2e019e(0x8c)]);continue;case'1':helper[_0x2e019e(0xce)]();continue;case'2':_0x561be4[_0x2e019e(0x85)](globals[_0x2e019e(0xfe)](_0x561be4['VcyIg']),_0x561be4['ORMcp'])&&(commandRepository['setFramework'](_0x561be4[_0x2e019e(0xc4)]),commandRepository[_0x2e019e(0x14f)](globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0x123)])));continue;case'3':if(this[_0x2e019e(0x143)][_0x2e019e(0xef)](_0x561be4[_0x2e019e(0x9e)]))logger[_0x2e019e(0xfa)](_0x561be4[_0x2e019e(0x90)]),globals[_0x2e019e(0x108)](_0x561be4[_0x2e019e(0xa0)],![]),globals[_0x2e019e(0x108)](_0x561be4[_0x2e019e(0xd3)],![]);else globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0xa0)])&&globals[_0x2e019e(0xfe)](_0x561be4[_0x2e019e(0xd3)])&&aiSdkWrapper[_0x2e019e(0x10f)](this);continue;case'4':helper[_0x2e019e(0x13b)](null,null,_0x132db8['framework'],null,this,null);continue;}break;}}})();const _0x5a04ec=super[_0x4f43c3(0xc5)]();return PerformanceTester[_0x4f43c3(0xb9)](PerformanceEvents[_0x4f43c3(0x156)],()=>{const _0x3ca23b=_0x4f43c3,_0x5379dd={'cEOXO':_0x561be4['IGwog'],'pUWug':_0x561be4[_0x3ca23b(0xa7)],'asUVp':function(_0x5ca840,_0x5ba1ba,_0x44cdb2){const _0x5a91d8=_0x3ca23b;return _0x561be4[_0x5a91d8(0x110)](_0x5ca840,_0x5ba1ba,_0x44cdb2);},'SeQnh':function(_0xa6ffb0,_0x3bc1f9){const _0x40fc29=_0x3ca23b;return _0x561be4[_0x40fc29(0xb6)](_0xa6ffb0,_0x3bc1f9);},'XGBhD':function(_0x44c50e,_0x322572,_0x4607e5){const _0x597572=_0x3ca23b;return _0x561be4[_0x597572(0x110)](_0x44c50e,_0x322572,_0x4607e5);},'nhFjI':function(_0x212b9d,_0x1748fe,_0x3c68c9){const _0x11c77f=_0x3ca23b;return _0x561be4[_0x11c77f(0xec)](_0x212b9d,_0x1748fe,_0x3c68c9);},'zsPxk':function(_0x479ea1,_0x1ee050){const _0x3a51f7=_0x3ca23b;return _0x561be4[_0x3a51f7(0xf1)](_0x479ea1,_0x1ee050);}};_0x5a04ec[_0x3ca23b(0xd1)][_0x3ca23b(0xa3)](_0x734421=>{const _0x6ad096=_0x3ca23b;try{logger['debug']('Session\x20ID:\x20'+_0x734421[_0x6ad096(0x134)]());const _0x2b388f=_0x734421[_0x6ad096(0x102)]['get'](_0x5379dd['cEOXO']);_0x2b388f?(logger[_0x6ad096(0xfa)](_0x6ad096(0x161)+_0x2b388f),hubAllocator[_0x6ad096(0x8d)](_0x2b388f),helper[_0x6ad096(0xb7)](_0x2b388f)):logger[_0x6ad096(0xfa)](_0x5379dd[_0x6ad096(0x106)]);}catch(_0x47f7e9){logger[_0x6ad096(0xfa)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x47f7e9);}}),_0x5a04ec['quitCount_']=0x0,_0x5a04ec[_0x3ca23b(0xa3)]&&_0x5a04ec['then'](_0x22ec72=>{const _0x3b051f=_0x3ca23b,_0x46097f={'QBhLY':function(_0x24aca7,_0x160cc2,_0x27c0f4){return _0x561be4['WltEb'](_0x24aca7,_0x160cc2,_0x27c0f4);}};helper[_0x3b051f(0xbe)](_0x22ec72,_0x5a04ec),_0x162fb8&&_0x561be4[_0x3b051f(0xb6)](overrideTakeScreenshot,_0x22ec72),helper[_0x3b051f(0xf0)](_0x22ec72,_0x132db8),_0x561be4[_0x3b051f(0xec)](overrideExecute,_0x22ec72,_0x132db8),_0x132db8[_0x3b051f(0x8c)]&&percyHelper[_0x3b051f(0x92)](_0x22ec72,_0xb76bf1[_0x3b051f(0x13e)],_0x132db8),_0x22ec72[_0x3b051f(0x14e)]=async()=>{const _0x38cf45=_0x3b051f;return await _0x5379dd[_0x38cf45(0x172)](getAccessibilityResultsSummary,_0x22ec72,global);},_0x22ec72['getAccessibilityResults']=async()=>{const _0x186c3e=_0x3b051f;return await _0x46097f[_0x186c3e(0x11d)](getAccessibilityResults,_0x22ec72,global);},_0x22ec72['performScan']=async()=>{return await _0x5379dd['SeQnh'](performScan,_0x22ec72);};}),_0x5a04ec[_0x3ca23b(0x14e)]=async()=>{const _0xaef66b=_0x3ca23b;return await _0x5379dd[_0xaef66b(0xf5)](getAccessibilityResultsSummary,_0x5a04ec,global);},_0x5a04ec[_0x3ca23b(0xad)]=async()=>{const _0x2b8b27=_0x3ca23b;return await _0x5379dd[_0x2b8b27(0xb0)](getAccessibilityResults,_0x5a04ec,global);},_0x5a04ec[_0x3ca23b(0x104)]=async()=>{const _0x4944d1=_0x3ca23b;return await _0x5379dd[_0x4944d1(0x16c)](performScan,_0x5a04ec);},_0x162fb8&&_0x561be4[_0x3ca23b(0xb6)](overrideTakeScreenshot,_0x5a04ec),helper['overrideQuit'](_0x5a04ec),helper['overrideGet'](_0x5a04ec,_0x132db8),_0x561be4[_0x3ca23b(0x11f)](overrideExecute,_0x5a04ec,_0x132db8),_0x132db8[_0x3ca23b(0x8c)]&&percyHelper[_0x3ca23b(0x92)](_0x5a04ec,_0xb76bf1[_0x3ca23b(0x13e)],_0x132db8);helper[_0x3ca23b(0xac)](global[_0x3ca23b(0x13f)])&&(global[_0x3ca23b(0x13f)]=[]);helper[_0x3ca23b(0xac)](global[_0x3ca23b(0x13d)])&&(global[_0x3ca23b(0x13d)]=[]);global['__driversArray'][_0x3ca23b(0x121)](_0x5a04ec),global[_0x3ca23b(0xda)]=_0x5a04ec,_0x21de6e&&(_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0xda)]=_0x5a04ec);_0x561be4[_0x3ca23b(0x119)](global[_0x3ca23b(0x13d)],undefined)&&global[_0x3ca23b(0x13d)][_0x3ca23b(0x121)](_0x5a04ec);_0x21de6e&&helper[_0x3ca23b(0xac)](_0x21de6e['global']['__drivers'])&&(_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0x13d)]=[]);_0x21de6e&&helper[_0x3ca23b(0xac)](_0x21de6e[_0x3ca23b(0x13c)]['__driversArray'])&&(_0x21de6e['global']['__driversArray']=[]);_0x21de6e&&_0x561be4[_0x3ca23b(0x119)](_0x21de6e['global'][_0x3ca23b(0x13d)],undefined)&&(_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0x13d)][_0x3ca23b(0x121)](_0x5a04ec),_0x21de6e[_0x3ca23b(0x13c)][_0x3ca23b(0x13f)]['push'](_0x5a04ec));_0x5a04ec['isAccessibilityPlatform']=globals['getGlobal'](_0x561be4[_0x3ca23b(0x140)]);try{global[_0x3ca23b(0x13d)][0x0][_0x3ca23b(0xd1)][_0x3ca23b(0xa3)](_0x42e02d=>{const _0xeb6af3=_0x3ca23b;logger[_0xeb6af3(0xfa)](_0xeb6af3(0xfd)+_0x42e02d[_0xeb6af3(0x134)]()+_0xeb6af3(0x79));})[_0x3ca23b(0x118)](_0x58d426=>{const _0x5e579c=_0x3ca23b;logger[_0x5e579c(0xfa)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x58d426);});}catch(_0x4fc7cf){logger[_0x3ca23b(0xfa)](_0x3ca23b(0x81)+_0x4fc7cf);}globals[_0x3ca23b(0x108)](_0x561be4[_0x3ca23b(0x140)],globals[_0x3ca23b(0xfe)](_0x561be4[_0x3ca23b(0x140)]));})(),_0x5a04ec;}}_0x21de6e&&(globals[_0x24cdcb(0x98)]=_0x21de6e[_0x24cdcb(0x13c)][_0x24cdcb(0x98)]);if(_0x287e70[_0x24cdcb(0x114)](isAccessibilityAutomationSession))try{let _0x2ec60e=helper[_0x24cdcb(0x148)](_0x287e70[_0x24cdcb(0x130)],_0x287e70[_0x24cdcb(0x116)])['WebDriver'];(!_0x2ec60e[_0x24cdcb(0x133)]||!_0x2ec60e['prototype'][_0x24cdcb(0x15d)])&&(_0x2ec60e=helper[_0x24cdcb(0x148)](_0x287e70['qdZli'],_0x287e70[_0x24cdcb(0x116)])[_0x24cdcb(0xfb)]);if(_0x2ec60e['prototype']&&_0x2ec60e[_0x24cdcb(0x133)][_0x24cdcb(0x15d)]){const _0x49aac3=_0x2ec60e['prototype']['execute'];logger[_0x24cdcb(0xfa)](_0x287e70[_0x24cdcb(0x124)]),_0x2ec60e[_0x24cdcb(0x133)][_0x24cdcb(0x15d)]=async function(){const _0x50937c=_0x24cdcb;try{!globals['getGlobal'](_0x287e70[_0x50937c(0xe2)])&&globals['getGlobal'](_0x287e70[_0x50937c(0x155)])&&globals[_0x50937c(0xfe)](_0x287e70[_0x50937c(0xae)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x50937c(0x145)])&&!_0x287e70[_0x50937c(0xeb)](isBrowserStackCommandExecutor,arguments[0x0][_0x50937c(0xd5)])&&(globals[_0x50937c(0x108)](_0x287e70[_0x50937c(0xe2)],!![]),logger[_0x50937c(0xfa)](_0x50937c(0x8e)+arguments[0x0][_0x50937c(0x145)]),await _0x287e70['Cogyf'](performScan,global[_0x50937c(0xda)],arguments[0x0][_0x50937c(0x145)]));}catch(_0x346bbb){logger[_0x50937c(0xfa)](_0x50937c(0xc6)+util[_0x50937c(0x14c)](_0x346bbb));}return globals[_0x50937c(0x108)](_0x287e70[_0x50937c(0xe2)],![]),_0x49aac3[_0x50937c(0x164)](this,arguments);};}}catch(_0x3eb882){logger[_0x24cdcb(0xfa)](_0x287e70[_0x24cdcb(0x7f)](_0x287e70[_0x24cdcb(0x109)],_0x3eb882));}return _0xb76bf1[_0x24cdcb(0x151)]=_0xb76bf1[_0x24cdcb(0x120)],_0xb76bf1[_0x24cdcb(0x120)]=_0x571475,_0x219a0['HttpClient']=_0x31a509,_0xb76bf1;};function a96_0x5634(_0x4c3434,_0x544325){const _0x42723=a96_0x4272();return a96_0x5634=function(_0x563478,_0x414e39){_0x563478=_0x563478-0x78;let _0x3fa52b=_0x42723[_0x563478];return _0x3fa52b;},a96_0x5634(_0x4c3434,_0x544325);}function a96_0x4272(){const _0x26e332=['storeOptimalHubUrl','dUwFL','measureWrapper','llmpf','fzhLw','winstonLogger','XOmqB','overrideQuit','Ofmiw','https://','zMcNo','Uemvy','pushCommand','ORMcp','build','Failed\x20to\x20perform\x20scan\x20','EIJkg','selenium-webdriver/lib/webdriver.js','ZUEqc','edgeOptions_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','7840722pqfMcX','./browserStackSdk','readTcgAuthConfigToGlobal','error','aiHeal_isHealingEnabled','session_','CAPABILITY_KEY','DDRHM','55845oYzSpz','parameters_','ZAyoR','agent_','split','safari.options','__driver','4|0|1|2|3','Unable\x20to\x20find\x20executor\x20class\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','/session','.browserstack.com','iXpZc','5976837udaFnL','CXDKe','jRSpX','XbxBJ','se:ieOptions','NBdmO','YaaCW','bNNbS','AFloq','requireSeleniumWebdriver','jwiYf','WltEb','sqXzW','./helpers/percy/PercySDK','includes','overrideGet','hZKSq','HahWJ','framework','setAdditionalCapabilities','XGBhD','5|2|0|1|7|6|3|4','HaMkH','28nEcjhr','setCapabilities','debug','Executor','selenium-webdriver/lib/http.js','setting\x20driver\x20Session\x20ID:\x20','getGlobal','./helpers/logger','rXeXr','NpzgR','caps_','Xywvf','performScan','./hubAllocationMethods','pUWug','dznRp','setGlobal','AJQbz','/wd/hub','browserstackAgentV2','jaFBh','Vosvt','chromeOptions','initializeHealingCapabilities','XWFmG','isAccessibilityPlatform','logLevel','337756cXHiQC','QPRQg','nIjVf','VECKD','aiSdk_bstackConfig','catch','zZYfD','get','BIfYW','chromeOptions_','QBhLY','PmuzY','ImwZR','Builder','push','Modifying\x20webdriver\x20execute','LtmIG','fntuI','bjMmk','mergeDeep','proxySettings','proxyUrl','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','firefoxOptions','getRequestOptions','fSZDK','exports','set','GOAJn','CwKaT','newHubUrl','ipWwT','prototype','getId','firefoxOptions_','uqXUy','keys','MGXxV','BrowserStackSdk','capabilities_','prepareCapabilities','global','__drivers','WebElement','__driversArray','KeKgZ','pjlDk','QQxro','url_','./bin/playwright/modifyPlaywrightConf','name_','aiHeal_isAuthenticated','getHubUrl','requireModule','HttpClient','percy','jUkrD','format','./helpers/percy/utils','getAccessibilityResultsSummary','setConfig','selenium-webdriver','originalBuilder','./helpers/ai-sdk/aiSdkWrapper','./helpers/performance/performance-tester','./bin/mocha/accessibility-automation/helper','zZAGh','SDK_POST_INITIALIZE','isBrowserstackInfra','proxy_','trcjG','_modifyPlaywright','IHiOG','Fkucc','execute','4453756fieUVl','wQtwH','fLtZr','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','vxGXh','getHttpAgent','apply','ieOptions','dtrVv','OkEcm','moz:firefoxOptions','IVibf','bstackAllyScanning','kcFUQ','zsPxk','tDVcJ','uJOXo','forEach','setServer','options_','asUVp','olprm','jpoBW','browserStackLogLevel','\x20to\x20global\x20drivers\x20array','fAtTi','New\x20hub\x20url\x20set\x20to\x20','fkJfD','ZpiQt','9085656ynUsat','BdcYP','Modifying\x20webdriver\x20builder','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','browserstackAgent','Ojwbm','mNirI','aiiNa','goog:chromeOptions','path','./helpers/accessibility-automation/helper','tOave','__setBrowserOptions','qzlZp','capability','updateHubUrl','Performing\x20scan\x20for\x20','object','bfOxU','util','patchDriverPercy','./helpers/ai-sdk/autoHealHelper','nxwdg','bstackA11yShouldScan','requireHttpClient','SDK_PRE_INITIALIZE','browserStackGlobals','ssTts','info','ieOptions_','3752635OZhlVm','isPacProxy','IPUXe','Hub\x20url\x20set\x20to\x20','SaiMA','jest','./helpers/accessibility-automation/scripts','then','./helpers/patchHelper','edgeOptions','JxPdI','GsTQJ','send','ms:edgeOptions','QVTYv','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','isUndefined','getAccessibilityResults','AAASY','10noPfqK','nhFjI','tvwev','safariOptions_','Proxy\x20set\x20to\x20','7AZGhPL','Setting\x20Browserstack\x20capabilities','tUAax'];a96_0x4272=function(){return _0x26e332;};return a96_0x4272();}module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x82)]=modify,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x10b)]=modifyV2,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x14a)]=percySDK,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x139)]=BrowserStackSdk,module[a96_0x1bff2c(0x12d)][a96_0x1bff2c(0x15a)]=modifyPlaywrightConfig;
|
|
1
|
+
const a96_0x3e11b9=a96_0x1246;(function(_0x55a5db,_0x94b118){const _0x21a0dc=a96_0x1246,_0x15ac73=_0x55a5db();while(!![]){try{const _0x445a38=parseInt(_0x21a0dc(0x116))/0x1+parseInt(_0x21a0dc(0xc4))/0x2+-parseInt(_0x21a0dc(0x117))/0x3*(-parseInt(_0x21a0dc(0xc3))/0x4)+-parseInt(_0x21a0dc(0x13a))/0x5*(-parseInt(_0x21a0dc(0xdd))/0x6)+-parseInt(_0x21a0dc(0x18a))/0x7*(parseInt(_0x21a0dc(0x11c))/0x8)+-parseInt(_0x21a0dc(0x160))/0x9+-parseInt(_0x21a0dc(0x17c))/0xa;if(_0x445a38===_0x94b118)break;else _0x15ac73['push'](_0x15ac73['shift']());}catch(_0x2d7284){_0x15ac73['push'](_0x15ac73['shift']());}}}(a96_0x2eff,0xc89e0));function a96_0x1246(_0x30d5ae,_0x44e54d){const _0x2efffe=a96_0x2eff();return a96_0x1246=function(_0x1246bf,_0x157fc5){_0x1246bf=_0x1246bf-0xb1;let _0x38d77c=_0x2efffe[_0x1246bf];return _0x38d77c;},a96_0x1246(_0x30d5ae,_0x44e54d);}function a96_0x2eff(){const _0x127a32=['util','getAccessibilityResultsSummary','requireModule','storeOptimalHubUrl','5TvAqWt','Proxy\x20set\x20to\x20','getGlobal','egIWm','roptF','nyJKo','NkfNd','FeknK','GOiSJ','getAccessibilityResults','isAccessibilityPlatform','vLqeb','send','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','CJwCy','JwvFl','./helpers/globals','MZcVg','selenium-webdriver/lib/http.js','iZQCV','XCPsF','ObuDr','mAOKt','logLevel','https://','aiHeal_isAuthenticated','SDK_POST_INITIALIZE','debug','chromeOptions','setting\x20driver\x20Session\x20ID:\x20','browserStackLogLevel','vMwLr','Hub\x20url\x20set\x20to\x20','path','aiSdk_framework','KxEuK','keys','fWtGV','3444822sBdgeZ','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','measureWrapper','Modifying\x20webdriver\x20execute','NCuRR','UkKYc','./helpers/performance/performance-tester','overrideGet','JJegr','firefoxOptions','dFtJl','isBrowserstackInfra','TIife','huOCd','__drivers','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','_modifyPlaywright','./bin/playwright/modifyPlaywrightConf','NyOgf','safari.options','CAPABILITY_KEY','ieOptions','./bin/mocha/accessibility-automation/helper','safariOptions_','icfoz','HttpClient','parameters_','RLolL','7267380pKjRAR','Failed\x20to\x20perform\x20scan\x20','pushCommand','hbZhK','SaxxQ','qXdEV','.browserstack.com','New\x20hub\x20url\x20set\x20to\x20','object','yebxl','wdccx','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','mergeDeep','UCMgM','308dZmDOb','UmIwc','ojntY','Jcpcm','QZPNz','ZMLOn','apply','updateHubUrl','voowM','iXgFf','UEyyh','./helpers/performance/constants','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','aiSdk_bstackConfig','moz:firefoxOptions','requireHttpClient','RFJov','getHttpAgent','PpLZt','eaDLM','GzViA','capability','ykqdA','performScan','ieOptions_','get','bstackAllyScanning','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','CGpnd','sDqEt','browserStackGlobals','./helpers/ai-sdk/autoHealHelper','UtZTq','getRequestOptions','cLAwH','forEach','euDGb','proxy_','./hubAllocationMethods','uGTlk','mNyVC','gTYal','rwSRr','setGlobal','772WkOpUU','119172xGBwiY','info','build','browserstackAgent','__setBrowserOptions','QNrzJ','pXPpe','includes','initializeHealingCapabilities','Nsqhv','mrafu','setServer','Modifying\x20webdriver\x20builder','LccXh','__driversArray','catch','mOAmu','se:ieOptions','overrideQuit','Csxop','Builder','IfluI','SDK_PRE_INITIALIZE','set','hLAkJ','7400472MbsmIX','TSDPe','IAbOs','XgWNi','setAdditionalCapabilities','capabilities_','session_','edgeOptions_','pQHfD','requireSeleniumWebdriver','7|0|6|1|4|5|3|2','winstonLogger','options_','uOzFc','cvaoA','Unable\x20to\x20find\x20executor\x20class\x20','setCapabilities','caps_','framework','FYWHh','getHubUrl','iuaqD','lJhgh','WzrLD','proxyUrl','cckVi','readTcgAuthConfigToGlobal','tkQqF','./helpers/accessibility-automation/scripts','SBgIw','./helpers/logger','xQVXe','then','Mxjjv','ms:edgeOptions','global','newHubUrl','icWQL','agent_','./helpers/patchHelpers','ukQTM','isUndefined','exports','fEPli','./helpers/ai-sdk/aiSdkWrapper','setConfig','prototype','gYSpy','getId','2|6|0|3|1|4|5','smKxY','split','2|4|3|0|1','cIdzm','setFramework','isPacProxy','OCefX','264597WlIuuO','24735sVuURf','__driver','\x20to\x20global\x20drivers\x20array','chromeOptions_','MLJjM','221392GdQqsi','shouldWrapCommand','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','push','error','proxySettings','firefoxOptions_','fRmwy','execute','WebElement','mHyOA','Setting\x20Browserstack\x20capabilities','goog:chromeOptions','slxDI','/wd/hub','originalBuilder','/session','patchDriverPercy','name_','pAEBU','quitCount_','setLogLevel','url_','jRgrp','zvTmn','RVTza'];a96_0x2eff=function(){return _0x127a32;};return a96_0x2eff();}const util=require(a96_0x3e11b9(0x136)),{overrideTakeScreenshot}=require(a96_0x3e11b9(0x104)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a96_0x3e11b9(0x176)),helper=require('./helpers/helper'),logger=require(a96_0x3e11b9(0xfb))[a96_0x3e11b9(0xe8)],hubAllocator=require(a96_0x3e11b9(0xbd)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a96_0x3e11b9(0x171)),scripts=require(a96_0x3e11b9(0xf9)),globals=require(a96_0x3e11b9(0x14a)),{commandRepository}=require(a96_0x3e11b9(0xb6)),{aiSdkWrapper}=require(a96_0x3e11b9(0x109)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a96_0x3e11b9(0x166)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0x3e11b9(0x195)),modify=_0x14eeb2=>{const _0x4f8e4f=a96_0x3e11b9,_0x93ca06={'XyPrE':function(_0x5cba6e,_0x5c6392){return _0x5cba6e!==_0x5c6392;},'vLqeb':'/session','NyOgf':function(_0x48d46c,_0x4e9bd2){return _0x48d46c+_0x4e9bd2;},'qXdEV':function(_0x11daa0,_0x35a6df){return _0x11daa0+_0x35a6df;},'XgWNi':'https://','yBRfC':_0x4f8e4f(0x12a),'cIdzm':_0x4f8e4f(0x128),'fEPli':_0x4f8e4f(0x156),'ObuDr':_0x4f8e4f(0xff),'eaDLM':'edgeOptions','NCuRR':_0x4f8e4f(0x198),'WJiPO':_0x4f8e4f(0x169),'RAUWO':_0x4f8e4f(0x173),'ViyQK':_0x4f8e4f(0xd5),'mHyOA':_0x4f8e4f(0x175),'DsJiI':function(_0x2df2d0,_0x36543a){return _0x2df2d0===_0x36543a;},'huOCd':_0x4f8e4f(0x184),'CGpnd':_0x4f8e4f(0x127),'cLAwH':_0x4f8e4f(0xe7),'pBsov':_0x4f8e4f(0x11e),'BhsmZ':_0x4f8e4f(0x144),'iuaqD':function(_0x236eb7,_0x110169,_0xc51e0f){return _0x236eb7(_0x110169,_0xc51e0f);},'pAEBU':function(_0x492435){return _0x492435();},'uOzFc':function(_0x3be7c6,_0x1cb884){return _0x3be7c6(_0x1cb884);},'MZcVg':'optimalHubUrl','dFtJl':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','gTYal':function(_0x4c0033,_0x554cde,_0x4ec3d7){return _0x4c0033(_0x554cde,_0x4ec3d7);},'JwvFl':function(_0x3f263d,_0xa681ec,_0x547875){return _0x3f263d(_0xa681ec,_0x547875);},'slxDI':function(_0x6f9634,_0x5bad27,_0x266060){return _0x6f9634(_0x5bad27,_0x266060);},'mmUcI':function(_0x27833c,_0x4a2d29){return _0x27833c(_0x4a2d29);},'MdTxO':_0x4f8e4f(0xb2),'rwSRr':_0x4f8e4f(0xd0)};logger['info'](_0x93ca06['MdTxO']),logger[_0x4f8e4f(0x155)](_0x93ca06[_0x4f8e4f(0xc1)]);const _0x341ff8=helper[_0x4f8e4f(0xe6)](),_0x425ee8=helper[_0x4f8e4f(0x199)]();class _0x21c551 extends _0x425ee8[_0x4f8e4f(0x179)]{['send'](_0x2ca62b){const _0x2c25e1=_0x4f8e4f;if(_0x93ca06['XyPrE'](_0x2ca62b[_0x2c25e1(0x15b)],_0x93ca06[_0x2c25e1(0x145)])&&_0x93ca06['XyPrE'](global[_0x2c25e1(0x101)],''))try{global[_0x2c25e1(0x101)]=_0x93ca06[_0x2c25e1(0x172)](_0x93ca06[_0x2c25e1(0x181)](_0x93ca06[_0x2c25e1(0xe0)],global[_0x2c25e1(0x101)]),_0x93ca06['yBRfC']),this[_0x2c25e1(0xe9)]=hubAllocator[_0x2c25e1(0xb8)](global['newHubUrl']),logger[_0x2c25e1(0x155)](_0x2c25e1(0x183)+global[_0x2c25e1(0x101)]),global[_0x2c25e1(0x101)]='';}catch(_0x1a3241){logger[_0x2c25e1(0x120)](_0x1a3241);}return super[_0x2c25e1(0x146)](_0x2ca62b);}}class _0x378382 extends _0x341ff8['Builder']{[_0x4f8e4f(0xc8)](_0x5c8483){const _0x10f8d1=_0x4f8e4f;let _0x4f00b6={};for(const _0x483a6f in _0x5c8483){switch(_0x483a6f){case _0x93ca06[_0x10f8d1(0x112)]:case _0x93ca06[_0x10f8d1(0x108)]:this['chromeOptions_']&&(_0x4f00b6=this['chromeOptions_'][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x11a)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x11a)]['set'](this[_0x10f8d1(0x11a)][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06[_0x10f8d1(0x14f)]:case _0x93ca06[_0x10f8d1(0x19d)]:this[_0x10f8d1(0xe4)]&&(_0x4f00b6=this[_0x10f8d1(0xe4)][_0x10f8d1(0x1a3)](this[_0x10f8d1(0xe4)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0xe4)][_0x10f8d1(0xdb)](this['edgeOptions_'][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06[_0x10f8d1(0x164)]:case _0x93ca06['WJiPO']:this[_0x10f8d1(0x122)]&&(_0x4f00b6=this[_0x10f8d1(0x122)][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x122)][_0x10f8d1(0x174)])||{},this['firefoxOptions_'][_0x10f8d1(0xdb)](this[_0x10f8d1(0x122)]['CAPABILITY_KEY'],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06['RAUWO']:this[_0x10f8d1(0x177)]&&(_0x4f00b6=this['safariOptions_'][_0x10f8d1(0x1a3)](this[_0x10f8d1(0x177)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x177)][_0x10f8d1(0xdb)](this[_0x10f8d1(0x177)]['CAPABILITY_KEY'],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;case _0x93ca06['ViyQK']:case _0x93ca06[_0x10f8d1(0x126)]:this[_0x10f8d1(0x1a2)]&&(_0x4f00b6=this[_0x10f8d1(0x1a2)]['get'](this[_0x10f8d1(0x1a2)][_0x10f8d1(0x174)])||{},this[_0x10f8d1(0x1a2)]['set'](this[_0x10f8d1(0x1a2)][_0x10f8d1(0x174)],helper[_0x10f8d1(0x188)](_0x4f00b6,_0x5c8483[_0x483a6f])));break;}}}[_0x4f8e4f(0xcf)](){const _0x2127ea=_0x4f8e4f;return this[_0x2127ea(0x132)]=helper[_0x2127ea(0xf1)](_0x14eeb2),logger['debug'](_0x2127ea(0x15a)+this['url_']),this;}[_0x4f8e4f(0xed)](){const _0x5ce49e=_0x4f8e4f,_0xbc4bde={'wdccx':function(_0xff0392,_0x331d99){return _0x93ca06['DsJiI'](_0xff0392,_0x331d99);},'Csxop':_0x93ca06[_0x5ce49e(0x16d)]};return logger[_0x5ce49e(0x155)](_0x93ca06[_0x5ce49e(0xb3)]),this['__setBrowserOptions'](_0x14eeb2[_0x5ce49e(0x19f)]),Object[_0x5ce49e(0x15e)](_0x14eeb2[_0x5ce49e(0x19f)])[_0x5ce49e(0xba)](_0x467f77=>{const _0xb2102d=_0x5ce49e,_0x1e0ad5=this['capabilities_'][_0xb2102d(0x1a3)](_0x467f77);_0xbc4bde[_0xb2102d(0x186)](typeof _0x1e0ad5,_0xbc4bde[_0xb2102d(0xd7)])?this['capabilities_']['set'](_0x467f77,helper[_0xb2102d(0x188)](_0x1e0ad5,_0x14eeb2[_0xb2102d(0x19f)][_0x467f77])):this[_0xb2102d(0xe2)][_0xb2102d(0xdb)](_0x467f77,_0x14eeb2[_0xb2102d(0x19f)][_0x467f77]);}),this;}['build'](){const _0x53eb52=_0x4f8e4f,_0x404230={'mNyVC':function(_0x1ea5d0,_0x4c5ff1,_0x924af2){const _0x114d59=a96_0x1246;return _0x93ca06[_0x114d59(0xf2)](_0x1ea5d0,_0x4c5ff1,_0x924af2);},'KxEuK':function(_0x2d148a,_0x5487fc){return _0x93ca06['mmUcI'](_0x2d148a,_0x5487fc);}};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x1cb658=a96_0x1246,_0x2f58c5=_0x93ca06[_0x1cb658(0xb9)][_0x1cb658(0x110)]('|');let _0x3a0e25=0x0;while(!![]){switch(_0x2f58c5[_0x3a0e25++]){case'0':this[_0x1cb658(0xcf)]();continue;case'1':if(helper[_0x1cb658(0x114)](_0x14eeb2[_0x1cb658(0x121)][_0x1cb658(0xf5)]))this[_0x1cb658(0x103)]=helper['getHttpAgent'](_0x14eeb2[_0x1cb658(0x121)]['proxyUrl']);else _0x14eeb2['proxySettings'][_0x1cb658(0xf5)]&&(this['proxy_']=_0x14eeb2[_0x1cb658(0x121)][_0x1cb658(0xf5)],logger[_0x1cb658(0x155)](_0x1cb658(0x13b)+this[_0x1cb658(0xbc)]));continue;case'2':logger[_0x1cb658(0x155)](_0x93ca06['pBsov']);continue;case'3':helper[_0x1cb658(0xe1)](_0x14eeb2[_0x1cb658(0x19f)]);continue;case'4':globals[_0x1cb658(0x13c)](_0x93ca06['BhsmZ'])&&(!_0x93ca06[_0x1cb658(0xf2)](setExtension,this,_0x14eeb2)&&globals['setGlobal'](_0x93ca06['BhsmZ'],![]));continue;case'5':!helper[_0x1cb658(0x16b)]()&&helper['prepareCapabilities'](null,null,_0x14eeb2[_0x1cb658(0xef)],null,this,null);continue;case'6':this['setCapabilities']();continue;case'7':_0x93ca06[_0x1cb658(0x12f)](isAccessibilityAutomationSession)&&_0x93ca06[_0x1cb658(0xea)](setAccessibilityCapabilities,_0x14eeb2);continue;}break;}})();const _0x4bf7f4=super[_0x53eb52(0xc6)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x53eb52(0x154)],()=>{const _0x244891=_0x53eb52,_0x41276e={'zvTmn':_0x93ca06[_0x244891(0x14b)],'IfluI':_0x93ca06[_0x244891(0x16a)],'TSDPe':function(_0x2f60c5,_0x37eb08,_0x498b1a){const _0x44e7eb=_0x244891;return _0x93ca06[_0x44e7eb(0xc0)](_0x2f60c5,_0x37eb08,_0x498b1a);},'icfoz':function(_0x58391c,_0x4af47b,_0x21f2f4){const _0x1f3fb7=_0x244891;return _0x93ca06[_0x1f3fb7(0x149)](_0x58391c,_0x4af47b,_0x21f2f4);},'UmIwc':function(_0x446cbf,_0x3439d0){const _0xef541e=_0x244891;return _0x93ca06[_0xef541e(0xea)](_0x446cbf,_0x3439d0);},'xErPO':function(_0x34d6c1,_0x3a5093,_0x4aa868){const _0x14b505=_0x244891;return _0x93ca06[_0x14b505(0x129)](_0x34d6c1,_0x3a5093,_0x4aa868);}};_0x4bf7f4['session_'][_0x244891(0xfd)](_0x4f9c00=>{const _0x243c5c=_0x244891;try{const _0x5fa26a=_0x4f9c00[_0x243c5c(0xee)][_0x243c5c(0x1a3)](_0x41276e[_0x243c5c(0x134)]);_0x5fa26a?(logger[_0x243c5c(0x155)](_0x243c5c(0x16f)+_0x5fa26a),hubAllocator[_0x243c5c(0x191)](_0x5fa26a),helper['storeOptimalHubUrl'](_0x5fa26a)):logger['debug'](_0x41276e[_0x243c5c(0xd9)]);}catch(_0x55d1b7){logger[_0x243c5c(0x155)](_0x243c5c(0x196)+_0x55d1b7);}}),_0x4bf7f4['then']&&_0x4bf7f4[_0x244891(0xfd)](_0x391004=>{const _0x5b5851=_0x244891,_0x1df9b9={'hLAkJ':function(_0x3b80d0,_0x175219,_0x30ac6b){const _0x1fcd2b=a96_0x1246;return _0x41276e[_0x1fcd2b(0x178)](_0x3b80d0,_0x175219,_0x30ac6b);},'tkQqF':function(_0x594702,_0x265d80){const _0x13f8eb=a96_0x1246;return _0x41276e[_0x13f8eb(0x18b)](_0x594702,_0x265d80);}};helper[_0x5b5851(0x167)](_0x391004,_0x14eeb2),_0x41276e['xErPO'](overrideExecute,_0x391004,_0x14eeb2),_0x391004[_0x5b5851(0x137)]=async()=>{const _0x31aa62=_0x5b5851;return await _0x1df9b9[_0x31aa62(0xdc)](getAccessibilityResultsSummary,_0x391004,global);},_0x391004[_0x5b5851(0x143)]=async()=>{return await _0x41276e['TSDPe'](getAccessibilityResults,_0x391004,global);},_0x391004[_0x5b5851(0x1a1)]=async()=>{const _0x96a948=_0x5b5851;return await _0x1df9b9[_0x96a948(0xf8)](performScan,_0x391004);};}),_0x4bf7f4[_0x244891(0x137)]=async()=>{const _0x2fbec4=_0x244891;return await _0x41276e[_0x2fbec4(0xde)](getAccessibilityResultsSummary,_0x4bf7f4,global);},_0x4bf7f4[_0x244891(0x143)]=async()=>{const _0x3c3e58=_0x244891;return await _0x404230[_0x3c3e58(0xbf)](getAccessibilityResults,_0x4bf7f4,global);},_0x4bf7f4[_0x244891(0x1a1)]=async()=>{const _0x363877=_0x244891;return await _0x404230[_0x363877(0x15d)](performScan,_0x4bf7f4);},helper[_0x244891(0x167)](_0x4bf7f4,_0x14eeb2),_0x93ca06[_0x244891(0x149)](overrideExecute,_0x4bf7f4,_0x14eeb2),helper[_0x244891(0x106)](global[_0x244891(0xd2)])&&(global[_0x244891(0xd2)]=[]),global[_0x244891(0xd2)][_0x244891(0x11f)](_0x4bf7f4);})(),_0x4bf7f4;}}_0x341ff8['originalBuilder']=_0x341ff8['Builder'],_0x341ff8[_0x4f8e4f(0xd8)]=_0x378382,_0x425ee8['HttpClient']=_0x21c551;},modifyV2=(_0x4bed00,_0x4ab38d=null,_0x2d9409=![])=>{const _0x4a74a5=a96_0x3e11b9,_0x24316e={'UCMgM':function(_0x46760d,_0x5bc714){return _0x46760d!==_0x5bc714;},'cvaoA':_0x4a74a5(0x12c),'Mxjjv':function(_0x195c0d,_0x441f2a){return _0x195c0d+_0x441f2a;},'egIWm':function(_0x46d9eb,_0x57e715){return _0x46d9eb+_0x57e715;},'AuNYB':_0x4a74a5(0x152),'RVTza':_0x4a74a5(0x12a),'QZPNz':_0x4a74a5(0x153),'ojntY':'aiHeal_isHealingEnabled','iXgFf':_0x4a74a5(0x128),'mrafu':_0x4a74a5(0x156),'TIife':_0x4a74a5(0xff),'ZQryN':'edgeOptions','JJegr':'moz:firefoxOptions','ukQTM':_0x4a74a5(0x169),'mOAmu':_0x4a74a5(0x173),'OCefX':_0x4a74a5(0xd5),'fRmwy':_0x4a74a5(0x175),'PpLZt':function(_0x1c96e5,_0x5c4789){return _0x1c96e5===_0x5c4789;},'GzViA':_0x4a74a5(0x184),'smKxY':'Setting\x20Browserstack\x20capabilities','lJhgh':function(_0x153d26,_0x2ca797){return _0x153d26(_0x2ca797);},'NkfNd':function(_0x2b1da7,_0x276319,_0x39b840){return _0x2b1da7(_0x276319,_0x39b840);},'OrkJW':function(_0x3162b1,_0x4e078d){return _0x3162b1!==_0x4e078d;},'mAOKt':_0x4a74a5(0x144),'uQIQx':_0x4a74a5(0x10e),'cVZmK':_0x4a74a5(0x11e),'UtZTq':function(_0x42ece5){return _0x42ece5();},'GOiSJ':function(_0x19f16f,_0x4725e4){return _0x19f16f(_0x4725e4);},'ZMLOn':_0x4a74a5(0x111),'SaxxQ':function(_0x5ecb17,_0x5e757f){return _0x5ecb17===_0x5e757f;},'SBgIw':_0x4a74a5(0x15c),'UEyyh':'jest','euDGb':_0x4a74a5(0x197),'nyJKo':_0x4a74a5(0x182),'icWQL':_0x4a74a5(0x147),'yYhzE':'optimalHubUrl','ykqdA':_0x4a74a5(0x161),'Jcpcm':function(_0x107ab7,_0x1f2e1c){return _0x107ab7(_0x1f2e1c);},'USdaw':function(_0x37da74,_0x5d50d3,_0x47e230){return _0x37da74(_0x5d50d3,_0x47e230);},'hbZhK':_0x4a74a5(0xb1),'gYSpy':'bstackA11yShouldScan','XCPsF':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','xgTHn':_0x4a74a5(0xd0),'LccXh':function(_0x44a20d){return _0x44a20d();},'UkKYc':'selenium-webdriver/lib/webdriver.js','roptF':'selenium-webdriver','CJwCy':_0x4a74a5(0x14c),'FeknK':_0x4a74a5(0x163),'jRgrp':_0x4a74a5(0xec)},_0x322556=helper[_0x4a74a5(0x199)]();let _0x31e973;try{_0x31e973=helper[_0x4a74a5(0xe6)](),_0x31e973[_0x4a74a5(0x12b)]&&(_0x31e973['Builder']=_0x31e973[_0x4a74a5(0x12b)]);}catch(_0x3a8927){return;}if(helper['isBrowserstackInfra']()){const _0x3b6bfe={};_0x3b6bfe[_0x4a74a5(0x151)]=_0x4bed00[_0x4a74a5(0x158)],helper[_0x4a74a5(0x131)](_0x3b6bfe,new Map(),new Map()),logger[_0x4a74a5(0xc5)](_0x24316e[_0x4a74a5(0x14e)]),logger[_0x4a74a5(0x155)](_0x24316e['xgTHn']);}class _0x5a0fc6 extends _0x322556[_0x4a74a5(0x179)]{['send'](_0x2c031e){const _0x507601=_0x4a74a5;if(_0x24316e[_0x507601(0x189)](_0x2c031e[_0x507601(0x15b)],_0x24316e[_0x507601(0xeb)])&&_0x24316e[_0x507601(0x189)](global['newHubUrl'],''))try{global[_0x507601(0x101)]=_0x24316e[_0x507601(0xfe)](_0x24316e[_0x507601(0x13d)](_0x24316e['AuNYB'],global[_0x507601(0x101)]),_0x24316e[_0x507601(0x135)]),this[_0x507601(0xe9)]=hubAllocator[_0x507601(0xb8)](global['newHubUrl']),logger[_0x507601(0x155)](_0x507601(0x183)+global['newHubUrl']),global['newHubUrl']='';}catch(_0x100ca2){logger['error'](_0x100ca2);}if(globals[_0x507601(0x13c)](_0x24316e[_0x507601(0x18e)])&&globals[_0x507601(0x13c)](_0x24316e[_0x507601(0x18c)])){const _0x8f3da6=_0x2c031e[_0x507601(0x15b)][_0x507601(0x110)]('/')[0x2];_0x8f3da6&&commandRepository[_0x507601(0x17e)](_0x8f3da6,_0x2c031e);}return super[_0x507601(0x146)](_0x2c031e);}}class _0x3191f8 extends _0x31e973[_0x4a74a5(0xd8)]{[_0x4a74a5(0xcf)](){const _0x1ebbcd=_0x4a74a5;return this[_0x1ebbcd(0x132)]=helper[_0x1ebbcd(0xf1)](_0x4bed00),logger['debug'](_0x1ebbcd(0x15a)+this[_0x1ebbcd(0x132)]),this;}[_0x4a74a5(0xc8)](_0x20010e){const _0x505c71=_0x4a74a5;let _0x1cfb45={};for(const _0x27e02e in _0x20010e){switch(_0x27e02e){case _0x24316e[_0x505c71(0x193)]:case _0x24316e[_0x505c71(0xce)]:this[_0x505c71(0x11a)]&&(_0x1cfb45=this[_0x505c71(0x11a)][_0x505c71(0x1a3)](this['chromeOptions_'][_0x505c71(0x174)])||{},this[_0x505c71(0x11a)]['set'](this['chromeOptions_'][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x16c)]:case _0x24316e['ZQryN']:this['edgeOptions_']&&(_0x1cfb45=this['edgeOptions_'][_0x505c71(0x1a3)](this[_0x505c71(0xe4)][_0x505c71(0x174)])||{},this[_0x505c71(0xe4)][_0x505c71(0xdb)](this['edgeOptions_'][_0x505c71(0x174)],helper['mergeDeep'](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x168)]:case _0x24316e[_0x505c71(0x105)]:this[_0x505c71(0x122)]&&(_0x1cfb45=this[_0x505c71(0x122)][_0x505c71(0x1a3)](this[_0x505c71(0x122)][_0x505c71(0x174)])||{},this['firefoxOptions_'][_0x505c71(0xdb)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0xd4)]:this['safariOptions_']&&(_0x1cfb45=this[_0x505c71(0x177)][_0x505c71(0x1a3)](this[_0x505c71(0x177)][_0x505c71(0x174)])||{},this[_0x505c71(0x177)][_0x505c71(0xdb)](this['safariOptions_'][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;case _0x24316e[_0x505c71(0x115)]:case _0x24316e[_0x505c71(0x123)]:this[_0x505c71(0x1a2)]&&(_0x1cfb45=this[_0x505c71(0x1a2)]['get'](this[_0x505c71(0x1a2)][_0x505c71(0x174)])||{},this[_0x505c71(0x1a2)][_0x505c71(0xdb)](this[_0x505c71(0x1a2)][_0x505c71(0x174)],helper[_0x505c71(0x188)](_0x1cfb45,_0x20010e[_0x27e02e])));break;}}}[_0x4a74a5(0xed)](){const _0x3dc728=_0x4a74a5;return logger[_0x3dc728(0x155)](_0x24316e[_0x3dc728(0x10f)]),this[_0x3dc728(0xc8)](_0x4bed00['capability']),Object[_0x3dc728(0x15e)](_0x4bed00['capability'])[_0x3dc728(0xba)](_0xcf5c8f=>{const _0x1fbe30=_0x3dc728,_0x1fcf59=this['capabilities_']['get'](_0xcf5c8f);_0x24316e[_0x1fbe30(0x19c)](typeof _0x1fcf59,_0x24316e[_0x1fbe30(0x19e)])?this[_0x1fbe30(0xe2)][_0x1fbe30(0xdb)](_0xcf5c8f,helper[_0x1fbe30(0x188)](_0x1fcf59,_0x4bed00[_0x1fbe30(0x19f)][_0xcf5c8f])):this[_0x1fbe30(0xe2)][_0x1fbe30(0xdb)](_0xcf5c8f,_0x4bed00['capability'][_0xcf5c8f]);}),this;}['build'](){const _0x53f992=_0x4a74a5,_0x425f5c={'IAbOs':_0x24316e['uQIQx'],'voowM':_0x24316e[_0x53f992(0x150)],'iZQCV':function(_0x1372e3,_0x508c17,_0x5d0611){const _0x310309=_0x53f992;return _0x24316e[_0x310309(0x140)](_0x1372e3,_0x508c17,_0x5d0611);},'Nsqhv':_0x24316e['cVZmK'],'fWtGV':function(_0x3cfbc6){const _0x5237af=_0x53f992;return _0x24316e[_0x5237af(0xb7)](_0x3cfbc6);},'cckVi':function(_0x22da14,_0x5dbc6b){const _0x499c7b=_0x53f992;return _0x24316e[_0x499c7b(0x142)](_0x22da14,_0x5dbc6b);},'RLolL':_0x24316e[_0x53f992(0x18f)],'FYWHh':function(_0x931534,_0x581746){const _0x286822=_0x53f992;return _0x24316e[_0x286822(0x180)](_0x931534,_0x581746);},'lOtnG':_0x24316e[_0x53f992(0xfa)],'yebxl':_0x24316e[_0x53f992(0x194)],'tFoGM':_0x24316e[_0x53f992(0xbb)],'vMwLr':_0x24316e[_0x53f992(0x13f)],'MLJjM':_0x24316e[_0x53f992(0x102)],'pQHfD':_0x24316e[_0x53f992(0x18e)],'sDqEt':_0x24316e[_0x53f992(0x18c)],'QNrzJ':_0x24316e['yYhzE'],'pXPpe':_0x24316e[_0x53f992(0x1a0)],'uGTlk':function(_0x23b04a,_0x3c9936,_0x3e92f6){const _0x20ff40=_0x53f992;return _0x24316e[_0x20ff40(0x140)](_0x23b04a,_0x3c9936,_0x3e92f6);},'PNAPk':function(_0x4be2a3,_0x4a6156){const _0x55f5fe=_0x53f992;return _0x24316e[_0x55f5fe(0x18d)](_0x4be2a3,_0x4a6156);},'RFJov':function(_0x18b854,_0xf03e15,_0x4dc656){return _0x24316e['USdaw'](_0x18b854,_0xf03e15,_0x4dc656);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x53f992(0xda)],()=>{const _0x1e5ab2=_0x53f992;if(helper[_0x1e5ab2(0x16b)]()){const _0x4a2406=_0x425f5c[_0x1e5ab2(0xdf)][_0x1e5ab2(0x110)]('|');let _0xf5fb6b=0x0;while(!![]){switch(_0x4a2406[_0xf5fb6b++]){case'0':this[_0x1e5ab2(0xcf)]();continue;case'1':if(helper[_0x1e5ab2(0x114)](_0x4bed00[_0x1e5ab2(0x121)][_0x1e5ab2(0xf5)]))this['agent_']=helper[_0x1e5ab2(0x19b)](_0x4bed00['proxySettings'][_0x1e5ab2(0xf5)]);else _0x4bed00['proxySettings'][_0x1e5ab2(0xf5)]&&(this[_0x1e5ab2(0xbc)]=_0x4bed00[_0x1e5ab2(0x121)][_0x1e5ab2(0xf5)],logger[_0x1e5ab2(0x155)](_0x1e5ab2(0x13b)+this['proxy_']));continue;case'2':helper[_0x1e5ab2(0xe1)](_0x4bed00[_0x1e5ab2(0x19f)]);continue;case'3':this[_0x1e5ab2(0xed)]();continue;case'4':globals[_0x1e5ab2(0x13c)](_0x425f5c[_0x1e5ab2(0x192)])&&(!_0x425f5c[_0x1e5ab2(0x14d)](setExtension,this,_0x4bed00)&&globals[_0x1e5ab2(0xc2)](_0x425f5c[_0x1e5ab2(0x192)],![]));continue;case'5':logger['debug'](_0x425f5c[_0x1e5ab2(0xcd)]);continue;case'6':_0x425f5c[_0x1e5ab2(0x15f)](isAccessibilityAutomationSession)&&_0x425f5c[_0x1e5ab2(0xf6)](setAccessibilityCapabilities,_0x4bed00);continue;}break;}}else{const _0x54a4ec=_0x425f5c[_0x1e5ab2(0x17b)]['split']('|');let _0x1d8127=0x0;while(!![]){switch(_0x54a4ec[_0x1d8127++]){case'0':_0x425f5c[_0x1e5ab2(0xf0)](globals[_0x1e5ab2(0x13c)](_0x425f5c['lOtnG']),_0x425f5c[_0x1e5ab2(0x185)])&&(commandRepository[_0x1e5ab2(0x113)](_0x425f5c['yebxl']),commandRepository[_0x1e5ab2(0x10a)](globals[_0x1e5ab2(0x13c)](_0x425f5c['tFoGM'])));continue;case'1':if(this[_0x1e5ab2(0x132)][_0x1e5ab2(0xcb)](_0x425f5c[_0x1e5ab2(0x159)]))logger[_0x1e5ab2(0x155)](_0x425f5c[_0x1e5ab2(0x11b)]),globals['setGlobal'](_0x425f5c[_0x1e5ab2(0xe5)],![]),globals[_0x1e5ab2(0xc2)](_0x425f5c[_0x1e5ab2(0xb4)],![]);else globals[_0x1e5ab2(0x13c)](_0x425f5c[_0x1e5ab2(0xe5)])&&globals['getGlobal'](_0x425f5c['sDqEt'])&&aiSdkWrapper[_0x1e5ab2(0xcc)](this);continue;case'2':helper['prepareCapabilities'](null,null,_0x4bed00['framework'],null,this,null);continue;case'3':helper[_0x1e5ab2(0xf7)]();continue;case'4':helper[_0x1e5ab2(0xe1)](_0x4bed00[_0x1e5ab2(0x19f)]);continue;}break;}}})();const _0xfc704a=super[_0x53f992(0xc6)]();return PerformanceTester[_0x53f992(0x162)](PerformanceEvents[_0x53f992(0x154)],()=>{const _0x5b77f5=_0x53f992,_0x56efe9={'xQVXe':function(_0x22e9cd,_0x1e4a08){const _0x148206=a96_0x1246;return _0x24316e[_0x148206(0xf3)](_0x22e9cd,_0x1e4a08);}};_0xfc704a[_0x5b77f5(0xe3)]['then'](_0x134972=>{const _0x5652d7=_0x5b77f5;try{logger[_0x5652d7(0x155)]('Session\x20ID:\x20'+_0x134972[_0x5652d7(0x10d)]());const _0x2d837c=_0x134972[_0x5652d7(0xee)][_0x5652d7(0x1a3)](_0x425f5c[_0x5652d7(0xc9)]);_0x2d837c?(logger[_0x5652d7(0x155)](_0x5652d7(0x16f)+_0x2d837c),hubAllocator['updateHubUrl'](_0x2d837c),helper[_0x5652d7(0x139)](_0x2d837c)):logger[_0x5652d7(0x155)](_0x425f5c[_0x5652d7(0xca)]);}catch(_0x521eea){logger[_0x5652d7(0x155)](_0x5652d7(0x196)+_0x521eea);}}),_0xfc704a[_0x5b77f5(0x130)]=0x0,_0xfc704a[_0x5b77f5(0xfd)]&&_0xfc704a[_0x5b77f5(0xfd)](_0x4f0de0=>{const _0xdd973d=_0x5b77f5,_0x33115f={'WzrLD':function(_0x4f5d06,_0x2a3636,_0xf4a4c1){const _0x126799=a96_0x1246;return _0x425f5c[_0x126799(0x14d)](_0x4f5d06,_0x2a3636,_0xf4a4c1);},'ftHcp':function(_0x270822,_0x1e73de,_0x27630c){const _0x1b70e7=a96_0x1246;return _0x425f5c[_0x1b70e7(0xbe)](_0x270822,_0x1e73de,_0x27630c);}};helper[_0xdd973d(0xd6)](_0x4f0de0,_0xfc704a),_0x2d9409&&_0x425f5c['PNAPk'](overrideTakeScreenshot,_0x4f0de0),helper['overrideGet'](_0x4f0de0,_0x4bed00),_0x425f5c['iZQCV'](overrideExecute,_0x4f0de0,_0x4bed00),_0x4bed00[_0xdd973d(0x19f)]&&percyHelper[_0xdd973d(0x12d)](_0x4f0de0,_0x31e973[_0xdd973d(0x125)],_0x4bed00),_0x4f0de0[_0xdd973d(0x137)]=async()=>{const _0x4b4d36=_0xdd973d;return await _0x33115f[_0x4b4d36(0xf4)](getAccessibilityResultsSummary,_0x4f0de0,global);},_0x4f0de0[_0xdd973d(0x143)]=async()=>{return await _0x33115f['ftHcp'](getAccessibilityResults,_0x4f0de0,global);},_0x4f0de0[_0xdd973d(0x1a1)]=async()=>{return await _0x56efe9['xQVXe'](performScan,_0x4f0de0);};}),_0xfc704a['getAccessibilityResultsSummary']=async()=>{const _0x3f3984=_0x5b77f5;return await _0x425f5c[_0x3f3984(0x19a)](getAccessibilityResultsSummary,_0xfc704a,global);},_0xfc704a['getAccessibilityResults']=async()=>{const _0x226d44=_0x5b77f5;return await _0x425f5c[_0x226d44(0x19a)](getAccessibilityResults,_0xfc704a,global);},_0xfc704a['performScan']=async()=>{const _0x5d6124=_0x5b77f5;return await _0x56efe9[_0x5d6124(0xfc)](performScan,_0xfc704a);},_0x2d9409&&_0x24316e[_0x5b77f5(0xf3)](overrideTakeScreenshot,_0xfc704a),helper[_0x5b77f5(0xd6)](_0xfc704a),helper['overrideGet'](_0xfc704a,_0x4bed00),_0x24316e['NkfNd'](overrideExecute,_0xfc704a,_0x4bed00),_0x4bed00[_0x5b77f5(0x19f)]&&percyHelper[_0x5b77f5(0x12d)](_0xfc704a,_0x31e973['WebElement'],_0x4bed00);helper[_0x5b77f5(0x106)](global[_0x5b77f5(0xd2)])&&(global[_0x5b77f5(0xd2)]=[]);helper[_0x5b77f5(0x106)](global[_0x5b77f5(0x16e)])&&(global[_0x5b77f5(0x16e)]=[]);global['__driversArray'][_0x5b77f5(0x11f)](_0xfc704a),global[_0x5b77f5(0x118)]=_0xfc704a,_0x4ab38d&&(_0x4ab38d[_0x5b77f5(0x100)][_0x5b77f5(0x118)]=_0xfc704a);_0x24316e[_0x5b77f5(0x189)](global[_0x5b77f5(0x16e)],undefined)&&global['__drivers'][_0x5b77f5(0x11f)](_0xfc704a);_0x4ab38d&&helper[_0x5b77f5(0x106)](_0x4ab38d[_0x5b77f5(0x100)]['__drivers'])&&(_0x4ab38d['global'][_0x5b77f5(0x16e)]=[]);_0x4ab38d&&helper['isUndefined'](_0x4ab38d['global'][_0x5b77f5(0xd2)])&&(_0x4ab38d['global'][_0x5b77f5(0xd2)]=[]);_0x4ab38d&&_0x24316e['OrkJW'](_0x4ab38d[_0x5b77f5(0x100)]['__drivers'],undefined)&&(_0x4ab38d['global']['__drivers'][_0x5b77f5(0x11f)](_0xfc704a),_0x4ab38d[_0x5b77f5(0x100)][_0x5b77f5(0xd2)][_0x5b77f5(0x11f)](_0xfc704a));_0xfc704a[_0x5b77f5(0x144)]=globals[_0x5b77f5(0x13c)](_0x24316e['mAOKt']);try{global['__drivers'][0x0][_0x5b77f5(0xe3)]['then'](_0x2a8eb0=>{const _0x3dfbe3=_0x5b77f5;logger[_0x3dfbe3(0x155)](_0x3dfbe3(0x157)+_0x2a8eb0['getId']()+_0x3dfbe3(0x119));})[_0x5b77f5(0xd3)](_0x10f417=>{const _0x13abfd=_0x5b77f5;logger[_0x13abfd(0x155)](_0x13abfd(0x187)+_0x10f417);});}catch(_0x26d37c){logger[_0x5b77f5(0x155)](_0x5b77f5(0x187)+_0x26d37c);}globals[_0x5b77f5(0xc2)](_0x24316e[_0x5b77f5(0x150)],globals[_0x5b77f5(0x13c)](_0x24316e[_0x5b77f5(0x150)]));})(),_0xfc704a;}}_0x4ab38d&&(globals['browserStackGlobals']=_0x4ab38d[_0x4a74a5(0x100)][_0x4a74a5(0xb5)]);if(_0x24316e[_0x4a74a5(0xd1)](isAccessibilityAutomationSession))try{let _0x6f2c11=helper[_0x4a74a5(0x138)](_0x24316e[_0x4a74a5(0x165)],_0x24316e['roptF'])['WebDriver'];(!_0x6f2c11[_0x4a74a5(0x10b)]||!_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)])&&(_0x6f2c11=helper[_0x4a74a5(0x138)](_0x24316e[_0x4a74a5(0x148)],_0x24316e[_0x4a74a5(0x13e)])['Executor']);if(_0x6f2c11[_0x4a74a5(0x10b)]&&_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)]){const _0x204d9f=_0x6f2c11['prototype'][_0x4a74a5(0x124)];logger[_0x4a74a5(0x155)](_0x24316e[_0x4a74a5(0x141)]),_0x6f2c11[_0x4a74a5(0x10b)][_0x4a74a5(0x124)]=async function(){const _0x1343c1=_0x4a74a5;try{!globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x17f)])&&globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x150)])&&globals[_0x1343c1(0x13c)](_0x24316e[_0x1343c1(0x10c)])&&scripts[_0x1343c1(0x11d)](arguments[0x0][_0x1343c1(0x12e)])&&!_0x24316e[_0x1343c1(0xf3)](isBrowserStackCommandExecutor,arguments[0x0][_0x1343c1(0x17a)])&&(globals[_0x1343c1(0xc2)](_0x24316e[_0x1343c1(0x17f)],!![]),logger[_0x1343c1(0x155)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x1343c1(0x12e)]),await _0x24316e['NkfNd'](performScan,global[_0x1343c1(0x118)],arguments[0x0][_0x1343c1(0x12e)]));}catch(_0x488ed6){logger[_0x1343c1(0x155)](_0x1343c1(0x17d)+util['format'](_0x488ed6));}return globals[_0x1343c1(0xc2)](_0x24316e[_0x1343c1(0x17f)],![]),_0x204d9f[_0x1343c1(0x190)](this,arguments);};}}catch(_0x3c157b){logger[_0x4a74a5(0x155)](_0x24316e['egIWm'](_0x24316e[_0x4a74a5(0x133)],_0x3c157b));}return _0x31e973[_0x4a74a5(0x12b)]=_0x31e973[_0x4a74a5(0xd8)],_0x31e973[_0x4a74a5(0xd8)]=_0x3191f8,_0x322556[_0x4a74a5(0x179)]=_0x5a0fc6,_0x31e973;};module[a96_0x3e11b9(0x107)][a96_0x3e11b9(0xc7)]=modify,module[a96_0x3e11b9(0x107)]['browserstackAgentV2']=modifyV2,module[a96_0x3e11b9(0x107)]['percy']=percySDK,module[a96_0x3e11b9(0x107)]['BrowserStackSdk']=BrowserStackSdk,module['exports'][a96_0x3e11b9(0x170)]=modifyPlaywrightConfig;
|