browserstack-node-sdk 1.34.50 → 1.34.52
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 +3 -3
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/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
|
-
|
|
1
|
+
function a95_0x3247(){const _0x2a7bf6=['ViAUC','gDjmS','Execution\x20time\x20for\x20','format','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','search','entries','https://hub.browserstack.com','dHRGQ','./helpers/helper','then','5089488eIbAoJ','HUB\x20URL\x20SET\x20TO\x20-\x20','/wd/hub','uFWEv','pathname','allocateHub','resolve','parse','xDVKX','./bin/utils/constants','https://','nextHubs','VvcQQ','1206804ugxqnr','7348299LxVCMq','path','xwDrF','HPDBf','fromEntries','push','hash','RlguQ','3122034gDfTNj','wKSrU','Invalid\x20new\x20HUB\x20URL:\x20','check','hubs','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','5pdZZuO','nodeRequest','hubUrl','url','sEmev','4uEyimS','ABhRU','MGrxb','GET','dgSMG','DeoNP','1444059UDlrzd','data','newHubUrl','YpTQX','DPRcj','latency','keys','sort','qCdik','ZVVbp','LrLLN','Response:\x20','stYKv','all','YjuAa','debug','6665360gXnXVq','NEAREST\x20HUBS:\x20','updateHubUrl','558495QdNGwQ'];a95_0x3247=function(){return _0x2a7bf6;};return a95_0x3247();}const a95_0x34f568=a95_0xfe9d;function a95_0xfe9d(_0x46b3db,_0x1620ce){const _0x324718=a95_0x3247();return a95_0xfe9d=function(_0xfe9d15,_0x137cf8){_0xfe9d15=_0xfe9d15-0x1b3;let _0x370d98=_0x324718[_0xfe9d15];return _0x370d98;},a95_0xfe9d(_0x46b3db,_0x1620ce);}(function(_0x255cd2,_0x410434){const _0x440af6=a95_0xfe9d,_0x706718=_0x255cd2();while(!![]){try{const _0x2e6413=parseInt(_0x440af6(0x1c0))/0x1+-parseInt(_0x440af6(0x1ec))/0x2+-parseInt(_0x440af6(0x1f5))/0x3*(parseInt(_0x440af6(0x1ba))/0x4)+-parseInt(_0x440af6(0x1b5))/0x5*(parseInt(_0x440af6(0x1df))/0x6)+parseInt(_0x440af6(0x1ed))/0x7+parseInt(_0x440af6(0x1d0))/0x8+parseInt(_0x440af6(0x1d3))/0x9;if(_0x2e6413===_0x410434)break;else _0x706718['push'](_0x706718['shift']());}catch(_0x21f764){_0x706718['push'](_0x706718['shift']());}}}(a95_0x3247,0xdaec9));const url=require(a95_0x34f568(0x1b8)),util=require('util'),helper=require(a95_0x34f568(0x1dd)),logger=require('./helpers/logger')['winstonLogger'],constants=require(a95_0x34f568(0x1e8));global[a95_0x34f568(0x1c2)]='',exports['getRequestOptions']=_0xd53d08=>{const _0x26e8b3=a95_0x34f568,_0x399b13={};_0x399b13['stYKv']=function(_0x5e3856,_0x2a3183){return _0x5e3856+_0x2a3183;},_0x399b13[_0x26e8b3(0x1ef)]=_0x26e8b3(0x1f7);const _0x72ccf8=_0x399b13,_0x4340a5=url[_0x26e8b3(0x1e6)](_0xd53d08);if(!_0x4340a5['hostname'])throw new Error(_0x72ccf8[_0x26e8b3(0x1cc)](_0x72ccf8[_0x26e8b3(0x1ef)],_0xd53d08));return _0x4340a5[_0x26e8b3(0x1d9)]=null,_0x4340a5[_0x26e8b3(0x1f3)]=null,_0x4340a5[_0x26e8b3(0x1ee)]=_0x4340a5[_0x26e8b3(0x1e3)],_0x4340a5;},exports[a95_0x34f568(0x1d2)]=_0x5654f0=>{const _0x22d99c=a95_0x34f568;global[_0x22d99c(0x1c2)]=_0x5654f0;},exports[a95_0x34f568(0x1e4)]=_0x41d752=>{const _0x58bb84=a95_0x34f568,_0x38aab7={'YjuAa':function(_0xbc3143){return _0xbc3143();},'uFWEv':function(_0x39ad12,_0x2f8b86){return _0x39ad12+_0x2f8b86;},'dgSMG':_0x58bb84(0x1e1),'LrLLN':function(_0x42963d,_0x5a604b){return _0x42963d!=_0x5a604b;},'sEmev':function(_0x30d022,_0x47cb70){return _0x30d022!==_0x47cb70;},'dHRGQ':_0x58bb84(0x1e9),'DeoNP':function(_0x7cc3af){return _0x7cc3af();}};return new Promise(_0x138b6e=>{const _0x458678=_0x58bb84,_0x3082c9={'qCdik':function(_0x2964c9,_0x495875){const _0x5c8ba7=a95_0xfe9d;return _0x38aab7[_0x5c8ba7(0x1e2)](_0x2964c9,_0x495875);},'dryxn':_0x38aab7[_0x458678(0x1be)],'YpTQX':function(_0xa25bc0){const _0x1df015=_0x458678;return _0x38aab7[_0x1df015(0x1ce)](_0xa25bc0);},'ViAUC':function(_0x36c25a,_0x40c47e){const _0x327752=_0x458678;return _0x38aab7[_0x327752(0x1ca)](_0x36c25a,_0x40c47e);},'KfOsb':function(_0x422eea,_0x7a3510){const _0x23e6f8=_0x458678;return _0x38aab7[_0x23e6f8(0x1b9)](_0x422eea,_0x7a3510);},'DPRcj':_0x38aab7[_0x458678(0x1dc)],'ZVVbp':function(_0x1e9048){const _0x270c6f=_0x458678;return _0x38aab7[_0x270c6f(0x1bf)](_0x1e9048);}};Promise[_0x458678(0x1e5)](this[_0x458678(0x1ea)](_0x41d752))[_0x458678(0x1de)](_0x333caf=>{const _0x19d870=_0x458678,_0x19e6f3={'IutMy':function(_0x246f71,_0x1239bf){const _0x40d403=a95_0xfe9d;return _0x3082c9[_0x40d403(0x1c8)](_0x246f71,_0x1239bf);},'ABhRU':_0x3082c9['dryxn'],'RlguQ':function(_0x5c997a){const _0x3006b1=a95_0xfe9d;return _0x3082c9[_0x3006b1(0x1c3)](_0x5c997a);}};logger['debug'](_0x19d870(0x1d1)+util[_0x19d870(0x1d7)]('%j',_0x333caf));if(_0x3082c9[_0x19d870(0x1d4)](_0x333caf,null)&&_0x3082c9['KfOsb'](_0x333caf['length'],0x0)){const _0x501ae4=[];for(const _0x3e020f of _0x333caf){_0x501ae4[_0x19d870(0x1f2)](this['findLatency'](_0x41d752,_0x3082c9['qCdik'](_0x3082c9[_0x19d870(0x1c4)],_0x3e020f)));}Promise[_0x19d870(0x1cd)](_0x501ae4)[_0x19d870(0x1de)](_0x589c3c=>{const _0x3f78d7=_0x19d870,_0x26d012=Object[_0x3f78d7(0x1f1)](_0x589c3c['map'](_0x1295ca=>[_0x1295ca[_0x3f78d7(0x1b7)],_0x1295ca['latency']])),_0x55b2aa=Object[_0x3f78d7(0x1f1)](Object[_0x3f78d7(0x1da)](_0x26d012)[_0x3f78d7(0x1c7)](([,_0x13cdbe],[,_0x18a491])=>_0x13cdbe-_0x18a491)),_0x542f50=Object[_0x3f78d7(0x1c6)](_0x55b2aa)[0x0];constants[_0x3f78d7(0x1b7)]=_0x19e6f3['IutMy'](_0x542f50,_0x19e6f3[_0x3f78d7(0x1bb)]),logger[_0x3f78d7(0x1cf)](_0x3f78d7(0x1e0)+_0x542f50),_0x19e6f3[_0x3f78d7(0x1f4)](_0x138b6e);});}else _0x3082c9[_0x19d870(0x1c9)](_0x138b6e);})['catch'](_0x58d55d=>{const _0x245a19=_0x458678;logger[_0x245a19(0x1cf)](_0x245a19(0x1b4)+_0x58d55d),_0x38aab7[_0x245a19(0x1ce)](_0x138b6e);});});},exports['findLatency']=async(_0x4a0597,_0x1c18f1)=>{const _0x529e12=a95_0x34f568,_0x12f0f8={};_0x12f0f8[_0x529e12(0x1eb)]=_0x529e12(0x1bd),_0x12f0f8['xDVKX']=_0x529e12(0x1f8),_0x12f0f8[_0x529e12(0x1d5)]=function(_0x44832c,_0x3d9932){return _0x44832c-_0x3d9932;};const _0x17881a=_0x12f0f8;try{const _0x1db45b=new Date();await helper[_0x529e12(0x1b6)](_0x17881a[_0x529e12(0x1eb)],_0x17881a[_0x529e12(0x1e7)],{},_0x4a0597,_0x1c18f1,0x1388);const _0x56c288=_0x17881a[_0x529e12(0x1d5)](new Date(),_0x1db45b);logger['debug'](_0x529e12(0x1d6)+_0x1c18f1+'\x20is:\x20'+_0x56c288+'ms');const _0x448acf={};return _0x448acf[_0x529e12(0x1b7)]=_0x1c18f1,_0x448acf[_0x529e12(0x1c5)]=_0x56c288,_0x448acf;}catch(_0x4e1773){return logger[_0x529e12(0x1cf)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x1c18f1+'\x20HUB\x20-\x20'+_0x4e1773),{};}},exports[a95_0x34f568(0x1ea)]=async _0x506117=>{const _0xac94ca=a95_0x34f568,_0x51b4f3={};_0x51b4f3[_0xac94ca(0x1bc)]='GET',_0x51b4f3[_0xac94ca(0x1f0)]='next_hubs',_0x51b4f3[_0xac94ca(0x1f6)]=_0xac94ca(0x1db);const _0xe1edcf=_0x51b4f3;try{const _0x49c675=await helper[_0xac94ca(0x1b6)](_0xe1edcf['MGrxb'],_0xe1edcf[_0xac94ca(0x1f0)],{},_0x506117,_0xe1edcf[_0xac94ca(0x1f6)],0x1388),_0x589a28=_0x49c675[_0xac94ca(0x1c1)];return logger[_0xac94ca(0x1cf)](_0xac94ca(0x1cb)+util[_0xac94ca(0x1d7)]('%j',_0x589a28)),_0x589a28[_0xac94ca(0x1b3)];}catch(_0x1b7cc0){logger['debug'](_0xac94ca(0x1d8)+_0x1b7cc0);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a96_0x2e22(_0x5b35d5,_0x5742e9){const _0x1c7197=a96_0x1c71();return a96_0x2e22=function(_0x2e22d5,_0xc4532){_0x2e22d5=_0x2e22d5-0x19a;let _0xb847d3=_0x1c7197[_0x2e22d5];return _0xb847d3;},a96_0x2e22(_0x5b35d5,_0x5742e9);}const a96_0x563ea4=a96_0x2e22;(function(_0x165699,_0x1d37f5){const _0x9b20ed=a96_0x2e22,_0x608df9=_0x165699();while(!![]){try{const _0xf6d06f=parseInt(_0x9b20ed(0x20a))/0x1+parseInt(_0x9b20ed(0x23b))/0x2*(-parseInt(_0x9b20ed(0x1b6))/0x3)+parseInt(_0x9b20ed(0x20d))/0x4*(parseInt(_0x9b20ed(0x1d1))/0x5)+parseInt(_0x9b20ed(0x1f8))/0x6+-parseInt(_0x9b20ed(0x27b))/0x7*(-parseInt(_0x9b20ed(0x1d9))/0x8)+parseInt(_0x9b20ed(0x231))/0x9+-parseInt(_0x9b20ed(0x24e))/0xa;if(_0xf6d06f===_0x1d37f5)break;else _0x608df9['push'](_0x608df9['shift']());}catch(_0x2392b4){_0x608df9['push'](_0x608df9['shift']());}}}(a96_0x1c71,0x28a77));const util=require(a96_0x563ea4(0x248)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a96_0x563ea4(0x249)),{setAccessibilityCapabilities,setExtension}=require(a96_0x563ea4(0x215)),helper=require(a96_0x563ea4(0x201)),logger=require(a96_0x563ea4(0x286))['winstonLogger'],hubAllocator=require(a96_0x563ea4(0x283)),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a96_0x563ea4(0x255)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a96_0x563ea4(0x26a)),globals=require(a96_0x563ea4(0x1d0)),{commandRepository}=require(a96_0x563ea4(0x251)),{aiSdkWrapper}=require(a96_0x563ea4(0x23c)),{overrideExecute}=require(a96_0x563ea4(0x282)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0x563ea4(0x1ec)),modify=_0x6df7a1=>{const _0x30fccc=a96_0x563ea4,_0x52d06c={'hGrBG':function(_0x8c8f93,_0x3b2f63){return _0x8c8f93!==_0x3b2f63;},'FpopR':_0x30fccc(0x280),'psYzT':function(_0x2bfd7b,_0x54bab1){return _0x2bfd7b+_0x54bab1;},'uMzlx':function(_0xc8ab6a,_0x25c1ef){return _0xc8ab6a+_0x25c1ef;},'mFuQQ':_0x30fccc(0x271),'VJoxd':_0x30fccc(0x1a8),'WjzRC':_0x30fccc(0x253),'IsRta':_0x30fccc(0x278),'nlXCP':'ms:edgeOptions','rPXVq':_0x30fccc(0x1d4),'MdJRy':'moz:firefoxOptions','WtxYt':_0x30fccc(0x265),'sxlSB':'safari.options','KCviM':_0x30fccc(0x1d6),'vMFVN':_0x30fccc(0x259),'WXuUf':function(_0x126070,_0x11c6f4){return _0x126070===_0x11c6f4;},'fuvmD':_0x30fccc(0x203),'nfQif':_0x30fccc(0x24f),'WceIS':_0x30fccc(0x1aa),'gdpvr':_0x30fccc(0x1db),'ygKev':_0x30fccc(0x1a2),'snQAK':function(_0x3a9d33,_0x2fc0cb,_0xdfde2a){return _0x3a9d33(_0x2fc0cb,_0xdfde2a);},'OULIa':function(_0x3e125e){return _0x3e125e();},'vjLaq':function(_0x1bf515,_0x2a071b){return _0x1bf515(_0x2a071b);},'aQurI':_0x30fccc(0x1e4),'uEiYR':_0x30fccc(0x1f3),'QEqlX':function(_0x4c30bf,_0x550e8c,_0x292ff2){return _0x4c30bf(_0x550e8c,_0x292ff2);},'ehHim':function(_0x32e143,_0x3cb93d,_0x451e9f){return _0x32e143(_0x3cb93d,_0x451e9f);},'SLjHO':function(_0x508f7f,_0x3a1372){return _0x508f7f(_0x3a1372);},'PSwrX':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','fPlUV':'Modifying\x20webdriver\x20builder'};logger['info'](_0x52d06c['PSwrX']),logger['debug'](_0x52d06c[_0x30fccc(0x1bb)]);const _0xe56b4d=helper[_0x30fccc(0x218)](),_0x2c7cb1=helper[_0x30fccc(0x25e)]();class _0x86819d extends _0x2c7cb1['HttpClient']{[_0x30fccc(0x269)](_0x1134ec){const _0x4afea1=_0x30fccc;if(_0x52d06c[_0x4afea1(0x285)](_0x1134ec[_0x4afea1(0x202)],_0x52d06c['FpopR'])&&_0x52d06c[_0x4afea1(0x285)](global['newHubUrl'],''))try{global[_0x4afea1(0x27e)]=_0x52d06c[_0x4afea1(0x233)](_0x52d06c[_0x4afea1(0x1a9)](_0x52d06c[_0x4afea1(0x22a)],global[_0x4afea1(0x27e)]),_0x52d06c['VJoxd']),this[_0x4afea1(0x1be)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger[_0x4afea1(0x1a4)](_0x4afea1(0x1b8)+global['newHubUrl']),global['newHubUrl']='';}catch(_0x313ea1){logger[_0x4afea1(0x275)](_0x313ea1);}return super[_0x4afea1(0x269)](_0x1134ec);}}class _0x44053c extends _0xe56b4d[_0x30fccc(0x26b)]{[_0x30fccc(0x1a7)](_0x2719dc){const _0x52db91=_0x30fccc;let _0x49e0c7={};for(const _0x1f6773 in _0x2719dc){switch(_0x1f6773){case _0x52d06c['WjzRC']:case _0x52d06c['IsRta']:this[_0x52db91(0x247)]&&(_0x49e0c7=this[_0x52db91(0x247)]['get'](this[_0x52db91(0x247)][_0x52db91(0x1b7)])||{},this[_0x52db91(0x247)][_0x52db91(0x19a)](this[_0x52db91(0x247)]['CAPABILITY_KEY'],helper[_0x52db91(0x225)](_0x49e0c7,_0x2719dc[_0x1f6773])));break;case _0x52d06c[_0x52db91(0x1ea)]:case _0x52d06c[_0x52db91(0x27f)]:this[_0x52db91(0x1ba)]&&(_0x49e0c7=this['edgeOptions_']['get'](this[_0x52db91(0x1ba)][_0x52db91(0x1b7)])||{},this[_0x52db91(0x1ba)][_0x52db91(0x19a)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x52db91(0x225)](_0x49e0c7,_0x2719dc[_0x1f6773])));break;case _0x52d06c[_0x52db91(0x240)]:case _0x52d06c[_0x52db91(0x1b2)]:this[_0x52db91(0x22d)]&&(_0x49e0c7=this['firefoxOptions_'][_0x52db91(0x1d3)](this[_0x52db91(0x22d)][_0x52db91(0x1b7)])||{},this['firefoxOptions_']['set'](this[_0x52db91(0x22d)][_0x52db91(0x1b7)],helper[_0x52db91(0x225)](_0x49e0c7,_0x2719dc[_0x1f6773])));break;case _0x52d06c['sxlSB']:this[_0x52db91(0x258)]&&(_0x49e0c7=this['safariOptions_'][_0x52db91(0x1d3)](this[_0x52db91(0x258)]['CAPABILITY_KEY'])||{},this[_0x52db91(0x258)][_0x52db91(0x19a)](this[_0x52db91(0x258)]['CAPABILITY_KEY'],helper[_0x52db91(0x225)](_0x49e0c7,_0x2719dc[_0x1f6773])));break;case _0x52d06c[_0x52db91(0x254)]:case _0x52d06c[_0x52db91(0x1f5)]:this[_0x52db91(0x239)]&&(_0x49e0c7=this[_0x52db91(0x239)][_0x52db91(0x1d3)](this[_0x52db91(0x239)]['CAPABILITY_KEY'])||{},this[_0x52db91(0x239)][_0x52db91(0x19a)](this[_0x52db91(0x239)][_0x52db91(0x1b7)],helper[_0x52db91(0x225)](_0x49e0c7,_0x2719dc[_0x1f6773])));break;}}}['setServer'](){const _0xd55556=_0x30fccc;return this[_0xd55556(0x1fd)]=helper['getHubUrl'](_0x6df7a1),logger['debug'](_0xd55556(0x1a3)+this[_0xd55556(0x1fd)]),this;}['setCapabilities'](){const _0x22bf49=_0x30fccc;return logger[_0x22bf49(0x1a4)](_0x52d06c[_0x22bf49(0x250)]),this[_0x22bf49(0x1a7)](_0x6df7a1[_0x22bf49(0x1c7)]),Object[_0x22bf49(0x22f)](_0x6df7a1[_0x22bf49(0x1c7)])['forEach'](_0x5415cf=>{const _0x5dc5e6=_0x22bf49,_0x3a95c9=this[_0x5dc5e6(0x1a0)][_0x5dc5e6(0x1d3)](_0x5415cf);_0x52d06c[_0x5dc5e6(0x1df)](typeof _0x3a95c9,_0x52d06c[_0x5dc5e6(0x223)])?this[_0x5dc5e6(0x1a0)][_0x5dc5e6(0x19a)](_0x5415cf,helper['mergeDeep'](_0x3a95c9,_0x6df7a1[_0x5dc5e6(0x1c7)][_0x5415cf])):this['capabilities_'][_0x5dc5e6(0x19a)](_0x5415cf,_0x6df7a1[_0x5dc5e6(0x1c7)][_0x5415cf]);}),this;}[_0x30fccc(0x1f6)](){const _0x2c2c3f=_0x30fccc,_0x27d831={'TibYQ':function(_0xe38327,_0x51d588,_0x27e493){const _0x23c6d1=a96_0x2e22;return _0x52d06c[_0x23c6d1(0x214)](_0xe38327,_0x51d588,_0x27e493);},'NwUCe':function(_0x698f73,_0x2ae3d6){return _0x52d06c['SLjHO'](_0x698f73,_0x2ae3d6);},'HTjXc':function(_0x1850a7,_0x344f09,_0x5ae635){const _0x1b627e=a96_0x2e22;return _0x52d06c[_0x1b627e(0x214)](_0x1850a7,_0x344f09,_0x5ae635);},'FnIta':function(_0x4b2f60,_0x27680a){const _0x25e1d2=a96_0x2e22;return _0x52d06c[_0x25e1d2(0x257)](_0x4b2f60,_0x27680a);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x2c2c3f(0x205)],()=>{const _0x526633=_0x2c2c3f,_0x5e7850=_0x52d06c[_0x526633(0x27a)][_0x526633(0x1e7)]('|');let _0x5c1c51=0x0;while(!![]){switch(_0x5e7850[_0x5c1c51++]){case'0':logger[_0x526633(0x1a4)](_0x52d06c[_0x526633(0x1a1)]);continue;case'1':globals[_0x526633(0x25d)](_0x52d06c[_0x526633(0x1ad)])&&(!_0x52d06c[_0x526633(0x1ed)](setExtension,this,_0x6df7a1)&&globals[_0x526633(0x1b9)](_0x52d06c[_0x526633(0x1ad)],![]));continue;case'2':this[_0x526633(0x245)]();continue;case'3':_0x52d06c[_0x526633(0x23f)](isAccessibilityAutomationSession)&&_0x52d06c['vjLaq'](setAccessibilityCapabilities,_0x6df7a1);continue;case'4':if(helper['isPacProxy'](_0x6df7a1[_0x526633(0x1e5)]['proxyUrl']))this['agent_']=helper[_0x526633(0x20c)](_0x6df7a1[_0x526633(0x1e5)][_0x526633(0x1d2)]);else _0x6df7a1[_0x526633(0x1e5)][_0x526633(0x1d2)]&&(this[_0x526633(0x25f)]=_0x6df7a1[_0x526633(0x1e5)][_0x526633(0x1d2)],logger[_0x526633(0x1a4)](_0x526633(0x1ca)+this[_0x526633(0x25f)]));continue;case'5':helper[_0x526633(0x1f9)](_0x6df7a1['capability']);continue;case'6':this[_0x526633(0x1f7)]();continue;case'7':!helper['isBrowserstackInfra']()&&helper['prepareCapabilities'](null,null,_0x6df7a1['framework'],null,this,null);continue;}break;}})();const _0x2bdfcc=super[_0x2c2c3f(0x1f6)]();return PerformanceTester[_0x2c2c3f(0x281)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x12affd=_0x2c2c3f,_0x2226d8={'FmuoG':_0x52d06c[_0x12affd(0x261)],'cvpNx':_0x52d06c[_0x12affd(0x1de)],'RCNTA':function(_0x5856db,_0x5a5b2f,_0x5d22f2){return _0x52d06c['QEqlX'](_0x5856db,_0x5a5b2f,_0x5d22f2);},'Qnmmo':function(_0x40aebd,_0x402a43,_0x12e356){const _0x31f54c=_0x12affd;return _0x52d06c[_0x31f54c(0x241)](_0x40aebd,_0x402a43,_0x12e356);}};_0x2bdfcc['session_'][_0x12affd(0x1cb)](_0x24adea=>{const _0x4e27fa=_0x12affd;try{const _0x1d8262=_0x24adea['caps_']['get'](_0x2226d8['FmuoG']);_0x1d8262?(logger[_0x4e27fa(0x1a4)](_0x4e27fa(0x246)+_0x1d8262),hubAllocator['updateHubUrl'](_0x1d8262),helper[_0x4e27fa(0x1eb)](_0x1d8262)):logger[_0x4e27fa(0x1a4)](_0x2226d8[_0x4e27fa(0x288)]);}catch(_0x554cbc){logger[_0x4e27fa(0x1a4)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x554cbc);}}),_0x2bdfcc[_0x12affd(0x1cb)]&&_0x2bdfcc[_0x12affd(0x1cb)](_0x5ad8cf=>{const _0x50bafb=_0x12affd,_0x55b4eb={'DNRxe':function(_0x2de0d0,_0x5189ce,_0x3debd5){const _0x1c8105=a96_0x2e22;return _0x27d831[_0x1c8105(0x1ef)](_0x2de0d0,_0x5189ce,_0x3debd5);},'JKuDh':function(_0x1c6891,_0x521d7a){const _0x12a1ea=a96_0x2e22;return _0x27d831[_0x12a1ea(0x1cd)](_0x1c6891,_0x521d7a);}};helper[_0x50bafb(0x270)](_0x5ad8cf,_0x6df7a1),_0x27d831['HTjXc'](overrideExecute,_0x5ad8cf,_0x6df7a1),_0x5ad8cf[_0x50bafb(0x220)]=async()=>{const _0x4f4128=_0x50bafb;return await _0x55b4eb[_0x4f4128(0x19e)](getAccessibilityResultsSummary,_0x5ad8cf,global);},_0x5ad8cf[_0x50bafb(0x25c)]=async()=>{const _0x5d302e=_0x50bafb;return await _0x2226d8[_0x5d302e(0x234)](getAccessibilityResults,_0x5ad8cf,global);},_0x5ad8cf['performScan']=async()=>{return await _0x55b4eb['JKuDh'](performScan,_0x5ad8cf);};}),_0x2bdfcc['getAccessibilityResultsSummary']=async()=>{const _0x453ed4=_0x12affd;return await _0x27d831[_0x453ed4(0x1ef)](getAccessibilityResultsSummary,_0x2bdfcc,global);},_0x2bdfcc['getAccessibilityResults']=async()=>{const _0x3cdf80=_0x12affd;return await _0x2226d8[_0x3cdf80(0x200)](getAccessibilityResults,_0x2bdfcc,global);},_0x2bdfcc[_0x12affd(0x216)]=async()=>{return await _0x27d831['FnIta'](performScan,_0x2bdfcc);},helper[_0x12affd(0x270)](_0x2bdfcc,_0x6df7a1),_0x52d06c['ehHim'](overrideExecute,_0x2bdfcc,_0x6df7a1),helper[_0x12affd(0x206)](global[_0x12affd(0x1c1)])&&(global[_0x12affd(0x1c1)]=[]),global[_0x12affd(0x1c1)]['push'](_0x2bdfcc);})(),_0x2bdfcc;}}_0xe56b4d[_0x30fccc(0x1ff)]=_0xe56b4d[_0x30fccc(0x26b)],_0xe56b4d[_0x30fccc(0x26b)]=_0x44053c,_0x2c7cb1['HttpClient']=_0x86819d;},modifyV2=(_0x44704c,_0x49355b=null,_0x51f165=![])=>{const _0x1c8014=a96_0x563ea4,_0x5749d8={'OsDxi':function(_0x48c92d,_0x4b7da4){return _0x48c92d!==_0x4b7da4;},'bgRli':_0x1c8014(0x280),'zZaFT':function(_0x2350a6,_0x3afeab){return _0x2350a6+_0x3afeab;},'PllKr':function(_0x5f3905,_0x15eed6){return _0x5f3905+_0x15eed6;},'tAcLS':_0x1c8014(0x271),'vNYCa':_0x1c8014(0x1a8),'FqUjw':_0x1c8014(0x1e3),'jvONZ':'aiHeal_isHealingEnabled','jCbpQ':_0x1c8014(0x253),'KuVNN':_0x1c8014(0x278),'nfSUX':_0x1c8014(0x263),'VQckC':_0x1c8014(0x1d4),'dUQYb':'moz:firefoxOptions','pMhNb':_0x1c8014(0x265),'VUoUa':_0x1c8014(0x1e2),'CVikU':'se:ieOptions','BtYpx':_0x1c8014(0x259),'BbdQP':function(_0x5a651e,_0x538ecb){return _0x5a651e===_0x538ecb;},'VPZVt':_0x1c8014(0x203),'RiLTJ':_0x1c8014(0x24f),'UUHhi':_0x1c8014(0x1e0),'ZkcGq':'isAccessibilityPlatform','cdUQM':function(_0x4e97f4,_0x661e32,_0x2deedd){return _0x4e97f4(_0x661e32,_0x2deedd);},'Xhads':_0x1c8014(0x1db),'GIfSu':function(_0x239681){return _0x239681();},'bauco':function(_0x5cb8fa,_0x59f5f0){return _0x5cb8fa(_0x59f5f0);},'xwnuI':_0x1c8014(0x1af),'sxsYf':function(_0x1d1a9e,_0x357db5){return _0x1d1a9e===_0x357db5;},'dAtvX':_0x1c8014(0x1b0),'IxGvf':_0x1c8014(0x1e6),'RFoJf':_0x1c8014(0x207),'BYbwH':_0x1c8014(0x229),'DmWJa':_0x1c8014(0x1c4),'nmvHD':_0x1c8014(0x1e4),'JVJGU':_0x1c8014(0x1f3),'WeZWz':function(_0x18ba40,_0x398d31,_0x357c46){return _0x18ba40(_0x398d31,_0x357c46);},'YNJQh':function(_0x1ba948,_0x281c36,_0x3f0125){return _0x1ba948(_0x281c36,_0x3f0125);},'XzFHX':function(_0x390991,_0x4c31e9){return _0x390991!==_0x4c31e9;},'vTEJS':'bstackAllyScanning','yGXaG':_0x1c8014(0x23d),'BTDGu':function(_0x5bade2,_0x4eddb6){return _0x5bade2(_0x4eddb6);},'dTOWy':function(_0x3d1e9b,_0x252bb3,_0x58d883){return _0x3d1e9b(_0x252bb3,_0x58d883);},'YUENO':_0x1c8014(0x23e),'BfkIo':_0x1c8014(0x230),'CqcQn':function(_0x452ef2){return _0x452ef2();},'uiwFa':_0x1c8014(0x243),'PdhQn':_0x1c8014(0x289),'pkpER':_0x1c8014(0x226),'xJSDN':'Modifying\x20webdriver\x20execute','YWuju':function(_0x4cb52a,_0x541891){return _0x4cb52a+_0x541891;},'vEmkW':_0x1c8014(0x1bd)},_0x39d3b7=helper[_0x1c8014(0x25e)]();let _0x344901;try{_0x344901=helper['requireSeleniumWebdriver'](),_0x344901['originalBuilder']&&(_0x344901[_0x1c8014(0x26b)]=_0x344901[_0x1c8014(0x1ff)]);}catch(_0x492254){return;}if(helper[_0x1c8014(0x213)]()){const _0x497b3b={};_0x497b3b['logLevel']=_0x44704c[_0x1c8014(0x21b)],helper['setLogLevel'](_0x497b3b,new Map(),new Map()),logger['info'](_0x5749d8['YUENO']),logger[_0x1c8014(0x1a4)](_0x5749d8['BfkIo']);}class _0x1f381f extends _0x39d3b7[_0x1c8014(0x1ab)]{[_0x1c8014(0x269)](_0x30e9b0){const _0x23b7e8=_0x1c8014;if(_0x5749d8[_0x23b7e8(0x21d)](_0x30e9b0[_0x23b7e8(0x202)],_0x5749d8[_0x23b7e8(0x19c)])&&_0x5749d8['OsDxi'](global[_0x23b7e8(0x27e)],''))try{global['newHubUrl']=_0x5749d8[_0x23b7e8(0x204)](_0x5749d8['PllKr'](_0x5749d8[_0x23b7e8(0x1d7)],global[_0x23b7e8(0x27e)]),_0x5749d8[_0x23b7e8(0x1b5)]),this[_0x23b7e8(0x1be)]=hubAllocator[_0x23b7e8(0x25b)](global[_0x23b7e8(0x27e)]),logger[_0x23b7e8(0x1a4)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x23b7e8(0x27e)]='';}catch(_0x5343ad){logger[_0x23b7e8(0x275)](_0x5343ad);}if(globals[_0x23b7e8(0x25d)](_0x5749d8[_0x23b7e8(0x252)])&&globals['getGlobal'](_0x5749d8[_0x23b7e8(0x24a)])){const _0x1275a3=_0x30e9b0[_0x23b7e8(0x202)][_0x23b7e8(0x1e7)]('/')[0x2];_0x1275a3&&commandRepository[_0x23b7e8(0x20f)](_0x1275a3,_0x30e9b0);}return super[_0x23b7e8(0x269)](_0x30e9b0);}}class _0x605033 extends _0x344901[_0x1c8014(0x26b)]{[_0x1c8014(0x1f7)](){const _0x18bd35=_0x1c8014;return this[_0x18bd35(0x1fd)]=helper[_0x18bd35(0x1b1)](_0x44704c),logger[_0x18bd35(0x1a4)](_0x18bd35(0x1a3)+this[_0x18bd35(0x1fd)]),this;}[_0x1c8014(0x1a7)](_0x2ee105){const _0x260464=_0x1c8014;let _0x5094da={};for(const _0x2e8ff1 in _0x2ee105){switch(_0x2e8ff1){case _0x5749d8[_0x260464(0x19f)]:case _0x5749d8[_0x260464(0x211)]:this[_0x260464(0x247)]&&(_0x5094da=this[_0x260464(0x247)][_0x260464(0x1d3)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x260464(0x247)][_0x260464(0x19a)](this[_0x260464(0x247)]['CAPABILITY_KEY'],helper[_0x260464(0x225)](_0x5094da,_0x2ee105[_0x2e8ff1])));break;case _0x5749d8['nfSUX']:case _0x5749d8['VQckC']:this['edgeOptions_']&&(_0x5094da=this[_0x260464(0x1ba)]['get'](this['edgeOptions_'][_0x260464(0x1b7)])||{},this[_0x260464(0x1ba)][_0x260464(0x19a)](this[_0x260464(0x1ba)][_0x260464(0x1b7)],helper[_0x260464(0x225)](_0x5094da,_0x2ee105[_0x2e8ff1])));break;case _0x5749d8[_0x260464(0x279)]:case _0x5749d8[_0x260464(0x27d)]:this[_0x260464(0x22d)]&&(_0x5094da=this[_0x260464(0x22d)][_0x260464(0x1d3)](this[_0x260464(0x22d)]['CAPABILITY_KEY'])||{},this[_0x260464(0x22d)][_0x260464(0x19a)](this[_0x260464(0x22d)]['CAPABILITY_KEY'],helper[_0x260464(0x225)](_0x5094da,_0x2ee105[_0x2e8ff1])));break;case _0x5749d8[_0x260464(0x1fa)]:this['safariOptions_']&&(_0x5094da=this[_0x260464(0x258)][_0x260464(0x1d3)](this[_0x260464(0x258)][_0x260464(0x1b7)])||{},this['safariOptions_'][_0x260464(0x19a)](this[_0x260464(0x258)][_0x260464(0x1b7)],helper['mergeDeep'](_0x5094da,_0x2ee105[_0x2e8ff1])));break;case _0x5749d8[_0x260464(0x1cf)]:case _0x5749d8[_0x260464(0x23a)]:this[_0x260464(0x239)]&&(_0x5094da=this[_0x260464(0x239)]['get'](this[_0x260464(0x239)][_0x260464(0x1b7)])||{},this[_0x260464(0x239)][_0x260464(0x19a)](this[_0x260464(0x239)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x5094da,_0x2ee105[_0x2e8ff1])));break;}}}[_0x1c8014(0x245)](){const _0x3184e4=_0x1c8014;return logger[_0x3184e4(0x1a4)](_0x5749d8[_0x3184e4(0x1c0)]),this['__setBrowserOptions'](_0x44704c['capability']),Object[_0x3184e4(0x22f)](_0x44704c[_0x3184e4(0x1c7)])[_0x3184e4(0x26f)](_0x47bc64=>{const _0x1b6b39=_0x3184e4,_0x33307d=this[_0x1b6b39(0x1a0)][_0x1b6b39(0x1d3)](_0x47bc64);_0x5749d8['BbdQP'](typeof _0x33307d,_0x5749d8['VPZVt'])?this['capabilities_']['set'](_0x47bc64,helper[_0x1b6b39(0x225)](_0x33307d,_0x44704c['capability'][_0x47bc64])):this[_0x1b6b39(0x1a0)][_0x1b6b39(0x19a)](_0x47bc64,_0x44704c['capability'][_0x47bc64]);}),this;}[_0x1c8014(0x1f6)](){const _0x376022=_0x1c8014,_0x3d5d3d={'HwpTK':_0x5749d8[_0x376022(0x1c8)],'FQYwE':_0x5749d8['ZkcGq'],'TzFAW':function(_0x46c729,_0x460322,_0xea216f){const _0x3edb9d=_0x376022;return _0x5749d8[_0x3edb9d(0x1fb)](_0x46c729,_0x460322,_0xea216f);},'hwUqQ':_0x5749d8[_0x376022(0x238)],'yaKGT':function(_0x1ec766){return _0x5749d8['GIfSu'](_0x1ec766);},'pQzYQ':function(_0x1c1d09,_0x585123){const _0x25bffa=_0x376022;return _0x5749d8[_0x25bffa(0x222)](_0x1c1d09,_0x585123);},'WHCkb':_0x5749d8[_0x376022(0x21e)],'ScrTw':function(_0x1a7729,_0x2b2b47){return _0x5749d8['sxsYf'](_0x1a7729,_0x2b2b47);},'gYmpv':_0x5749d8[_0x376022(0x219)],'uffKc':_0x5749d8[_0x376022(0x26e)],'OQAUm':_0x5749d8[_0x376022(0x277)],'oHuqg':_0x5749d8['BYbwH'],'zzdSo':_0x5749d8['DmWJa'],'hKcNB':_0x5749d8['FqUjw'],'vjHir':_0x5749d8[_0x376022(0x24a)],'AQtOp':function(_0x593db5,_0x2b7bf5,_0x3c7ff4){const _0x5c0291=_0x376022;return _0x5749d8[_0x5c0291(0x1fb)](_0x593db5,_0x2b7bf5,_0x3c7ff4);},'UWUSz':_0x5749d8[_0x376022(0x22c)],'xlzyo':_0x5749d8[_0x376022(0x1e1)],'psekz':function(_0x2cf8b6,_0x871f3,_0x15c03a){const _0x1a05c3=_0x376022;return _0x5749d8[_0x1a05c3(0x212)](_0x2cf8b6,_0x871f3,_0x15c03a);},'TDLxf':function(_0x2acb61,_0x676559,_0x379083){const _0x1b108b=_0x376022;return _0x5749d8[_0x1b108b(0x1dc)](_0x2acb61,_0x676559,_0x379083);},'lGfuy':function(_0xe00df,_0x476650){const _0x5224fb=_0x376022;return _0x5749d8[_0x5224fb(0x1a5)](_0xe00df,_0x476650);}};PerformanceTester[_0x376022(0x281)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x18d382=_0x376022;if(helper[_0x18d382(0x213)]()){const _0xcb7cba=_0x3d5d3d[_0x18d382(0x26c)][_0x18d382(0x1e7)]('|');let _0x5f5b90=0x0;while(!![]){switch(_0xcb7cba[_0x5f5b90++]){case'0':this[_0x18d382(0x245)]();continue;case'1':this[_0x18d382(0x1f7)]();continue;case'2':globals[_0x18d382(0x25d)](_0x3d5d3d[_0x18d382(0x1fe)])&&(!_0x3d5d3d['TzFAW'](setExtension,this,_0x44704c)&&globals['setGlobal'](_0x3d5d3d[_0x18d382(0x1fe)],![]));continue;case'3':helper['setAdditionalCapabilities'](_0x44704c[_0x18d382(0x1c7)]);continue;case'4':logger['debug'](_0x3d5d3d['hwUqQ']);continue;case'5':if(helper[_0x18d382(0x268)](_0x44704c[_0x18d382(0x1e5)]['proxyUrl']))this[_0x18d382(0x1c9)]=helper[_0x18d382(0x20c)](_0x44704c[_0x18d382(0x1e5)][_0x18d382(0x1d2)]);else _0x44704c['proxySettings'][_0x18d382(0x1d2)]&&(this[_0x18d382(0x25f)]=_0x44704c[_0x18d382(0x1e5)][_0x18d382(0x1d2)],logger['debug'](_0x18d382(0x1ca)+this['proxy_']));continue;case'6':_0x3d5d3d[_0x18d382(0x20e)](isAccessibilityAutomationSession)&&_0x3d5d3d[_0x18d382(0x262)](setAccessibilityCapabilities,_0x44704c);continue;}break;}}else{const _0x1884d7=_0x3d5d3d[_0x18d382(0x1c5)]['split']('|');let _0x1d117c=0x0;while(!![]){switch(_0x1884d7[_0x1d117c++]){case'0':helper[_0x18d382(0x237)](null,null,_0x44704c['framework'],null,this,null);continue;case'1':_0x3d5d3d[_0x18d382(0x20b)](globals[_0x18d382(0x25d)](_0x3d5d3d[_0x18d382(0x1ce)]),_0x3d5d3d['uffKc'])&&(commandRepository[_0x18d382(0x1da)](_0x3d5d3d[_0x18d382(0x21c)]),commandRepository[_0x18d382(0x1cc)](globals[_0x18d382(0x25d)](_0x3d5d3d[_0x18d382(0x272)])));continue;case'2':helper[_0x18d382(0x1f9)](_0x44704c[_0x18d382(0x1c7)]);continue;case'3':helper[_0x18d382(0x19b)]();continue;case'4':if(this[_0x18d382(0x1fd)]['includes'](_0x3d5d3d[_0x18d382(0x1f0)]))logger[_0x18d382(0x1a4)](_0x3d5d3d[_0x18d382(0x26d)]),globals[_0x18d382(0x1b9)](_0x3d5d3d[_0x18d382(0x236)],![]),globals[_0x18d382(0x1b9)](_0x3d5d3d[_0x18d382(0x25a)],![]);else globals[_0x18d382(0x25d)](_0x3d5d3d[_0x18d382(0x236)])&&globals[_0x18d382(0x25d)](_0x3d5d3d[_0x18d382(0x25a)])&&aiSdkWrapper[_0x18d382(0x22e)](this);continue;}break;}}})();const _0x3928f2=super['build']();return PerformanceTester[_0x376022(0x281)](PerformanceEvents[_0x376022(0x1bf)],()=>{const _0x5c4ea4=_0x376022,_0x251096={'bJFAA':_0x3d5d3d[_0x5c4ea4(0x224)],'RMvkg':_0x3d5d3d[_0x5c4ea4(0x256)],'gFEiL':function(_0x4ba18a,_0x4d7b70,_0x52fd24){const _0x4717d6=_0x5c4ea4;return _0x3d5d3d[_0x4717d6(0x19d)](_0x4ba18a,_0x4d7b70,_0x52fd24);},'AOtqh':function(_0x3092ec,_0x3b92a9,_0x1fed88){const _0x32a12b=_0x5c4ea4;return _0x3d5d3d[_0x32a12b(0x22b)](_0x3092ec,_0x3b92a9,_0x1fed88);},'cQXWV':function(_0x4a7d93,_0x4d8c51,_0x34f23e){return _0x3d5d3d['TzFAW'](_0x4a7d93,_0x4d8c51,_0x34f23e);},'CeqXg':function(_0x52b519,_0x4d02b6){const _0x54f392=_0x5c4ea4;return _0x3d5d3d[_0x54f392(0x262)](_0x52b519,_0x4d02b6);}};_0x3928f2[_0x5c4ea4(0x1ee)]['then'](_0x3dc1cd=>{const _0x385bde=_0x5c4ea4;try{logger['debug'](_0x385bde(0x208)+_0x3dc1cd['getId']());const _0x4abd8c=_0x3dc1cd[_0x385bde(0x21f)]['get'](_0x251096[_0x385bde(0x1b4)]);_0x4abd8c?(logger[_0x385bde(0x1a4)](_0x385bde(0x246)+_0x4abd8c),hubAllocator[_0x385bde(0x287)](_0x4abd8c),helper[_0x385bde(0x1eb)](_0x4abd8c)):logger['debug'](_0x251096['RMvkg']);}catch(_0x3acc3f){logger['debug'](_0x385bde(0x24c)+_0x3acc3f);}}),_0x3928f2[_0x5c4ea4(0x267)]=0x0,_0x3928f2[_0x5c4ea4(0x1cb)]&&_0x3928f2[_0x5c4ea4(0x1cb)](_0x39cf4b=>{const _0x4e3065=_0x5c4ea4,_0x3cc11a={'jdHpn':function(_0x541823,_0x50f03c){return _0x3d5d3d['pQzYQ'](_0x541823,_0x50f03c);}};helper[_0x4e3065(0x1c6)](_0x39cf4b,_0x3928f2),_0x51f165&&_0x3d5d3d[_0x4e3065(0x262)](overrideTakeScreenshot,_0x39cf4b),helper[_0x4e3065(0x270)](_0x39cf4b,_0x44704c),_0x3d5d3d['AQtOp'](overrideExecute,_0x39cf4b,_0x44704c),_0x44704c['capability']&&percyHelper[_0x4e3065(0x1fc)](_0x39cf4b,_0x344901['WebElement'],_0x44704c),_0x39cf4b[_0x4e3065(0x220)]=async()=>{return await _0x251096['gFEiL'](getAccessibilityResultsSummary,_0x39cf4b,global);},_0x39cf4b['getAccessibilityResults']=async()=>{return await _0x251096['AOtqh'](getAccessibilityResults,_0x39cf4b,global);},_0x39cf4b[_0x4e3065(0x216)]=async()=>{const _0x1d3e4a=_0x4e3065;return await _0x3cc11a[_0x1d3e4a(0x244)](performScan,_0x39cf4b);};}),_0x3928f2[_0x5c4ea4(0x220)]=async()=>{const _0x2daf5f=_0x5c4ea4;return await _0x3d5d3d[_0x2daf5f(0x19d)](getAccessibilityResultsSummary,_0x3928f2,global);},_0x3928f2[_0x5c4ea4(0x25c)]=async()=>{return await _0x251096['cQXWV'](getAccessibilityResults,_0x3928f2,global);},_0x3928f2[_0x5c4ea4(0x216)]=async()=>{const _0x56f705=_0x5c4ea4;return await _0x251096[_0x56f705(0x1b3)](performScan,_0x3928f2);},_0x51f165&&_0x3d5d3d['pQzYQ'](overrideTakeScreenshot,_0x3928f2),helper['overrideQuit'](_0x3928f2),helper[_0x5c4ea4(0x270)](_0x3928f2,_0x44704c),_0x3d5d3d['TDLxf'](overrideExecute,_0x3928f2,_0x44704c),_0x44704c[_0x5c4ea4(0x1c7)]&&percyHelper[_0x5c4ea4(0x1fc)](_0x3928f2,_0x344901[_0x5c4ea4(0x1c3)],_0x44704c);helper[_0x5c4ea4(0x206)](global['__driversArray'])&&(global[_0x5c4ea4(0x1c1)]=[]);helper['isUndefined'](global[_0x5c4ea4(0x276)])&&(global[_0x5c4ea4(0x276)]=[]);global['__driversArray']['push'](_0x3928f2),global[_0x5c4ea4(0x1c2)]=_0x3928f2,_0x49355b&&(_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x1c2)]=_0x3928f2);_0x3d5d3d[_0x5c4ea4(0x1dd)](global['__drivers'],undefined)&&global['__drivers'][_0x5c4ea4(0x1d5)](_0x3928f2);_0x49355b&&helper[_0x5c4ea4(0x206)](_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x276)])&&(_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x276)]=[]);_0x49355b&&helper['isUndefined'](_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x1c1)])&&(_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x1c1)]=[]);_0x49355b&&_0x3d5d3d[_0x5c4ea4(0x1dd)](_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x276)],undefined)&&(_0x49355b[_0x5c4ea4(0x1f2)][_0x5c4ea4(0x276)][_0x5c4ea4(0x1d5)](_0x3928f2),_0x49355b[_0x5c4ea4(0x1f2)]['__driversArray']['push'](_0x3928f2));_0x3928f2[_0x5c4ea4(0x1a2)]=globals[_0x5c4ea4(0x25d)](_0x3d5d3d['FQYwE']);try{global['__drivers'][0x0]['session_']['then'](_0x1f1d6a=>{const _0x1326c4=_0x5c4ea4;logger[_0x1326c4(0x1a4)](_0x1326c4(0x21a)+_0x1f1d6a[_0x1326c4(0x27c)]()+_0x1326c4(0x274));});}catch(_0xc06a2b){logger[_0x5c4ea4(0x1a4)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0xc06a2b);}globals[_0x5c4ea4(0x1b9)](_0x3d5d3d[_0x5c4ea4(0x1fe)],globals[_0x5c4ea4(0x25d)](_0x3d5d3d['FQYwE']));})(),_0x3928f2;}}_0x49355b&&(globals[_0x1c8014(0x1a6)]=_0x49355b[_0x1c8014(0x1f2)][_0x1c8014(0x1a6)]);if(_0x5749d8[_0x1c8014(0x260)](isAccessibilityAutomationSession))try{let _0xc0cda9=helper[_0x1c8014(0x1ac)](_0x5749d8['uiwFa'],_0x5749d8[_0x1c8014(0x24d)])[_0x1c8014(0x1e9)];(!_0xc0cda9[_0x1c8014(0x1e8)]||!_0xc0cda9[_0x1c8014(0x1e8)][_0x1c8014(0x284)])&&(_0xc0cda9=helper[_0x1c8014(0x1ac)](_0x5749d8[_0x1c8014(0x232)],_0x5749d8['PdhQn'])[_0x1c8014(0x264)]);if(_0xc0cda9['prototype']&&_0xc0cda9[_0x1c8014(0x1e8)]['execute']){const _0x53582d=_0xc0cda9['prototype'][_0x1c8014(0x284)];logger[_0x1c8014(0x1a4)](_0x5749d8[_0x1c8014(0x273)]),_0xc0cda9['prototype'][_0x1c8014(0x284)]=async function(){const _0x444878=_0x1c8014;try{!globals[_0x444878(0x25d)](_0x5749d8[_0x444878(0x1ae)])&&globals['getGlobal'](_0x5749d8[_0x444878(0x1d8)])&&globals['getGlobal'](_0x5749d8[_0x444878(0x235)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x444878(0x227)])&&!_0x5749d8[_0x444878(0x1f4)](isBrowserStackCommandExecutor,arguments[0x0][_0x444878(0x217)])&&(globals['setGlobal'](_0x5749d8[_0x444878(0x1ae)],!![]),logger[_0x444878(0x1a4)](_0x444878(0x266)+arguments[0x0][_0x444878(0x227)]),await _0x5749d8[_0x444878(0x209)](performScan,global[_0x444878(0x1c2)],arguments[0x0]['name_']));}catch(_0x382313){logger[_0x444878(0x1a4)](_0x444878(0x221)+util[_0x444878(0x210)](_0x382313));}return globals[_0x444878(0x1b9)](_0x5749d8[_0x444878(0x1ae)],![]),_0x53582d['apply'](this,arguments);};}}catch(_0x4a9282){logger[_0x1c8014(0x1a4)](_0x5749d8['YWuju'](_0x5749d8[_0x1c8014(0x1f1)],_0x4a9282));}return _0x344901[_0x1c8014(0x1ff)]=_0x344901[_0x1c8014(0x26b)],_0x344901['Builder']=_0x605033,_0x39d3b7[_0x1c8014(0x1ab)]=_0x1f381f,_0x344901;};function a96_0x1c71(){const _0x32df79=['XzFHX','browserStackGlobals','__setBrowserOptions','/wd/hub','uMzlx','3|6|2|4|1|7|5|0','HttpClient','requireModule','ygKev','vTEJS','0|2|3|1|4','aiSdk_framework','getHubUrl','WtxYt','CeqXg','bJFAA','vNYCa','76677LZhyLP','CAPABILITY_KEY','New\x20hub\x20url\x20set\x20to\x20','setGlobal','edgeOptions_','fPlUV','percy','Unable\x20to\x20find\x20executor\x20class\x20','options_','SDK_POST_INITIALIZE','RiLTJ','__driversArray','__driver','WebElement','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','WHCkb','overrideQuit','capability','UUHhi','agent_','Proxy\x20set\x20to\x20','then','setConfig','NwUCe','gYmpv','CVikU','./helpers/globals','1036075vhjbLl','proxyUrl','get','edgeOptions','push','se:ieOptions','tAcLS','ZkcGq','58952ErbVRE','setFramework','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','YNJQh','lGfuy','uEiYR','WXuUf','3|6|1|0|5|2|4','JVJGU','safari.options','aiHeal_isAuthenticated','optimalHubUrl','proxySettings','jest','split','prototype','WebDriver','nlXCP','storeOptimalHubUrl','./helpers/performance/constants','snQAK','session_','TibYQ','oHuqg','vEmkW','global','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','BTDGu','vMFVN','build','setServer','1621038rTNqLW','setAdditionalCapabilities','VUoUa','cdUQM','patchDriverPercy','url_','FQYwE','originalBuilder','Qnmmo','./helpers/helper','path','object','zZaFT','SDK_PRE_INITIALIZE','isUndefined','aiSdk_bstackConfig','Session\x20ID:\x20','dTOWy','306353EymlBa','ScrTw','getHttpAgent','4JcmjzA','yaKGT','pushCommand','format','KuVNN','WeZWz','isBrowserstackInfra','ehHim','./bin/mocha/accessibility-automation/helper','performScan','parameters_','requireSeleniumWebdriver','dAtvX','setting\x20driver\x20Session\x20ID:\x20','browserStackLogLevel','uffKc','OsDxi','xwnuI','caps_','getAccessibilityResultsSummary','Failed\x20to\x20perform\x20scan\x20','bauco','fuvmD','UWUSz','mergeDeep','selenium-webdriver/lib/http.js','name_','exports','.browserstack.com','mFuQQ','psekz','nmvHD','firefoxOptions_','initializeHealingCapabilities','keys','Modifying\x20webdriver\x20builder','1898568thxUNR','pkpER','psYzT','RCNTA','yGXaG','hKcNB','prepareCapabilities','Xhads','ieOptions_','BtYpx','6LMPnmZ','./helpers/ai-sdk/aiSdkWrapper','bstackA11yShouldScan','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','OULIa','MdJRy','QEqlX','browserstackAgent','selenium-webdriver/lib/webdriver.js','jdHpn','setCapabilities','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','chromeOptions_','util','./helpers/accessibility-automation/helper','jvONZ','_modifyPlaywright','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','PdhQn','9209840FqAPKa','Setting\x20Browserstack\x20capabilities','nfQif','./helpers/ai-sdk/autoHealHelper','FqUjw','goog:chromeOptions','KCviM','./browserStackSdk','xlzyo','SLjHO','safariOptions_','ieOptions','vjHir','getRequestOptions','getAccessibilityResults','getGlobal','requireHttpClient','proxy_','CqcQn','aQurI','pQzYQ','ms:edgeOptions','Executor','firefoxOptions','Performing\x20scan\x20for\x20','quitCount_','isPacProxy','send','./helpers/accessibility-automation/scripts','Builder','HwpTK','zzdSo','IxGvf','forEach','overrideGet','https://','OQAUm','xJSDN','\x20to\x20global\x20drivers\x20array','error','__drivers','RFoJf','chromeOptions','dUQYb','WceIS','161GgYPyn','getId','pMhNb','newHubUrl','rPXVq','/session','measureWrapper','./helpers/patchHelper','./hubAllocationMethods','execute','hGrBG','./helpers/logger','updateHubUrl','cvpNx','selenium-webdriver','set','readTcgAuthConfigToGlobal','bgRli','AQtOp','DNRxe','jCbpQ','capabilities_','gdpvr','isAccessibilityPlatform','Hub\x20url\x20set\x20to\x20','debug'];a96_0x1c71=function(){return _0x32df79;};return a96_0x1c71();}module['exports'][a96_0x563ea4(0x242)]=modify,module['exports']['browserstackAgentV2']=modifyV2,module[a96_0x563ea4(0x228)][a96_0x563ea4(0x1bc)]=percySDK,module[a96_0x563ea4(0x228)]['BrowserStackSdk']=BrowserStackSdk,module[a96_0x563ea4(0x228)][a96_0x563ea4(0x24b)]=modifyPlaywrightConfig;
|
|
1
|
+
const a96_0x77fa3c=a96_0x375a;(function(_0x161ad6,_0x4ddbe7){const _0x2a94a0=a96_0x375a,_0x5bbbc6=_0x161ad6();while(!![]){try{const _0x183695=-parseInt(_0x2a94a0(0x241))/0x1+parseInt(_0x2a94a0(0x18e))/0x2*(-parseInt(_0x2a94a0(0x187))/0x3)+parseInt(_0x2a94a0(0x1b8))/0x4+-parseInt(_0x2a94a0(0x22f))/0x5+parseInt(_0x2a94a0(0x18f))/0x6+parseInt(_0x2a94a0(0x242))/0x7*(-parseInt(_0x2a94a0(0x1df))/0x8)+parseInt(_0x2a94a0(0x20f))/0x9;if(_0x183695===_0x4ddbe7)break;else _0x5bbbc6['push'](_0x5bbbc6['shift']());}catch(_0x105ed3){_0x5bbbc6['push'](_0x5bbbc6['shift']());}}}(a96_0x36a5,0x40aa9));function a96_0x375a(_0x531056,_0x4e818a){const _0x36a5f5=a96_0x36a5();return a96_0x375a=function(_0x375ada,_0x5e6251){_0x375ada=_0x375ada-0x157;let _0x1e9f87=_0x36a5f5[_0x375ada];return _0x1e9f87;},a96_0x375a(_0x531056,_0x4e818a);}function a96_0x36a5(){const _0x5892e4=['proxyUrl','logLevel','getAccessibilityResultsSummary','winstonLogger','jAgRk','getHttpAgent','WebElement','rsGtM','Unable\x20to\x20find\x20executor\x20class\x20','object','145310FyVRMj','64638gRMUgl','3|2|0|1|4','Builder','tcsau','LZnJg','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','browserstackAgent','storeOptimalHubUrl','percy','uEZft','CCBvA','push','options_','build','Proxy\x20set\x20to\x20','capability','isBrowserstackInfra','Dsgbk','yULER','CYPJt','fzhfr','moz:firefoxOptions','ADNhr','overrideQuit','ms:edgeOptions','https://','readTcgAuthConfigToGlobal','safariOptions_','setGlobal','selenium-webdriver/lib/http.js','optimalHubUrl','fFJzo','browserstackAgentV2','selenium-webdriver','eCooo','initializeHealingCapabilities','parameters_','jWhha','wQqpy','./helpers/ai-sdk/aiSdkWrapper','getAccessibilityResults','split','NlmCi','Modifying\x20webdriver\x20execute','CAPABILITY_KEY','shouldWrapCommand','oWvdy','RpxFL','SDK_PRE_INITIALIZE','Session\x20ID:\x20','27GxZwKE','./helpers/percy/utils','ydpFP','setServer','xCSJQ','chromeOptions','updateHubUrl','101362FrFYlq','703692mEImYO','WebDriver','WfcXc','pushCommand','execute','ZzvAT','XqXvE','DtRBy','debug','nIFja','./hubAllocationMethods','./bin/mocha/accessibility-automation/helper','url_','fXddi','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','aiSdk_framework','/wd/hub','./helpers/accessibility-automation/scripts','vAFBn','eAkqJ','./helpers/performance/performance-tester','sHBBx','wfFFe','forEach','ufmPz','stXUV','XWdZW','dSvXX','OYPfd','isJKU','EgoLB','jest','getId','prototype','ckJWm','browserStackLogLevel','vlAtu','performScan','getHubUrl','YyhMe','ieOptions_','494308Heuhdm','rmzYi','mergeDeep','isUndefined','hymjg','OhCHT','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','rePlI','SDK_POST_INITIALIZE','uOpWi','bstackAllyScanning','eYRco','jxMyz','nmqfe','TSPEy','ieOptions','error','bGbkT','0|1|4|5|3|6|2','path','./bin/playwright/modifyPlaywrightConf','aJKQe','isPacProxy','firefoxOptions','get','SlEoE','setCapabilities','edgeOptions_','__setBrowserOptions','HTYPh','/session','Setting\x20Browserstack\x20capabilities','setLogLevel','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','aoGeg','agent_','kCSzd','xjacA','Ojlec','160SWunLD','IsMDE','prepareCapabilities','jzkFc','BBuxM','SuDrn','__drivers','tOsfb','info','safari.options','HttpClient','uRFms','./helpers/helper','__driver','./helpers/globals','./helpers/percy/PercySDK','tnxMB','4|1|2|7|6|0|3|5','chromeOptions_','setConfig','EWWWs','zsgTk','requireSeleniumWebdriver','NWDlY','global','keys','proxy_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','proxySettings','util','capabilities_','NqJQF','exports','vvtZX','__driversArray','aiHeal_isAuthenticated','svwjB','newHubUrl','YaqqE','originalBuilder','setting\x20driver\x20Session\x20ID:\x20','Mizsa','UTSQB','Failed\x20to\x20perform\x20scan\x20','name_','requireModule','send','goog:chromeOptions','8462664TnGDLe','bXVcj','./helpers/ai-sdk/autoHealHelper','session_','\x20to\x20global\x20drivers\x20array','firefoxOptions_','ROlmK','isAccessibilityPlatform','set','uGDmY','GLOix','EMDxi','Vfver','edgeOptions','Hub\x20url\x20set\x20to\x20','OtxDb','setAdditionalCapabilities','ldlwE','patchDriverPercy','se:ieOptions','measureWrapper','then','./helpers/patchHelper','overrideGet','vwrBE','vokVd','requireHttpClient','aiSdk_bstackConfig','_modifyPlaywright','getGlobal','djWMm','DcdOi','650815fWiwPf','ixcwA','browserStackGlobals','getRequestOptions','framework','jeFyQ','caps_','./helpers/accessibility-automation/helper'];a96_0x36a5=function(){return _0x5892e4;};return a96_0x36a5();}const util=require(a96_0x77fa3c(0x1fc)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a96_0x77fa3c(0x236)),{setAccessibilityCapabilities,setExtension}=require(a96_0x77fa3c(0x19a)),helper=require(a96_0x77fa3c(0x1eb)),logger=require('./helpers/logger')[a96_0x77fa3c(0x23a)],hubAllocator=require(a96_0x77fa3c(0x199)),percySDK=require(a96_0x77fa3c(0x1ee)),percyHelper=require(a96_0x77fa3c(0x188)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a96_0x77fa3c(0x1cc)),scripts=require(a96_0x77fa3c(0x1a0)),globals=require(a96_0x77fa3c(0x1ed)),{commandRepository}=require(a96_0x77fa3c(0x211)),{aiSdkWrapper}=require(a96_0x77fa3c(0x17c)),{overrideExecute}=require(a96_0x77fa3c(0x225)),PerformanceTester=require(a96_0x77fa3c(0x1a3)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),modify=_0x93f320=>{const _0x7dbf99=a96_0x77fa3c,_0x2de550={'JXXUC':function(_0x12c920,_0x28e81d){return _0x12c920!==_0x28e81d;},'ZzvAT':_0x7dbf99(0x1d6),'InFOi':function(_0x59cd1d,_0x531a6b){return _0x59cd1d+_0x531a6b;},'hymjg':function(_0x1c521a,_0x54f936){return _0x1c521a+_0x54f936;},'SlEoE':_0x7dbf99(0x16e),'IsMDE':_0x7dbf99(0x19f),'svwjB':_0x7dbf99(0x20e),'fzhfr':_0x7dbf99(0x18c),'EMDxi':_0x7dbf99(0x16d),'bGbkT':'edgeOptions','SuFJy':_0x7dbf99(0x16a),'tOsfb':_0x7dbf99(0x1cf),'rmzYi':'safari.options','Hjljp':_0x7dbf99(0x222),'uRFms':_0x7dbf99(0x1c7),'uEZft':function(_0xd8e39b,_0x34183e){return _0xd8e39b===_0x34183e;},'wQqpy':'object','CYPJt':'Setting\x20Browserstack\x20capabilities','eCooo':_0x7dbf99(0x1f0),'bXVcj':function(_0x185fcd){return _0x185fcd();},'RpxFL':function(_0x1d2733,_0x5e4d13){return _0x1d2733(_0x5e4d13);},'EgoLB':_0x7dbf99(0x19d),'Vfver':_0x7dbf99(0x216),'WfcXc':function(_0x13ebbf,_0x4e8408,_0x30d070){return _0x13ebbf(_0x4e8408,_0x30d070);},'CCBvA':function(_0x623aa1,_0x12e01f,_0x1e1b9b){return _0x623aa1(_0x12e01f,_0x1e1b9b);},'suOlc':_0x7dbf99(0x173),'HTYPh':_0x7dbf99(0x1be),'wfFFe':function(_0x422ffa,_0x9c9bf0,_0x31515d){return _0x422ffa(_0x9c9bf0,_0x31515d);},'lidgp':function(_0x10a0ff,_0x2ddcc1){return _0x10a0ff(_0x2ddcc1);},'BRLAy':_0x7dbf99(0x1d9),'sHBBx':'Modifying\x20webdriver\x20builder'};logger[_0x7dbf99(0x1e7)](_0x2de550['BRLAy']),logger[_0x7dbf99(0x197)](_0x2de550[_0x7dbf99(0x1a4)]);const _0x3e6c4f=helper[_0x7dbf99(0x1f5)](),_0xf3de99=helper[_0x7dbf99(0x229)]();class _0x137709 extends _0xf3de99[_0x7dbf99(0x1e9)]{[_0x7dbf99(0x20d)](_0x433200){const _0x3e827c=_0x7dbf99;if(_0x2de550['JXXUC'](_0x433200['path'],_0x2de550[_0x3e827c(0x194)])&&_0x2de550['JXXUC'](global[_0x3e827c(0x204)],''))try{global[_0x3e827c(0x204)]=_0x2de550['InFOi'](_0x2de550[_0x3e827c(0x1bc)](_0x2de550[_0x3e827c(0x1d1)],global[_0x3e827c(0x204)]),_0x2de550[_0x3e827c(0x1e0)]),this[_0x3e827c(0x161)]=hubAllocator[_0x3e827c(0x232)](global['newHubUrl']),logger[_0x3e827c(0x197)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x3e827c(0x204)]),global[_0x3e827c(0x204)]='';}catch(_0x54c774){logger[_0x3e827c(0x1c8)](_0x54c774);}return super[_0x3e827c(0x20d)](_0x433200);}}class _0x16065c extends _0x3e6c4f[_0x7dbf99(0x157)]{[_0x7dbf99(0x1d4)](_0x5297ec){const _0x4ed9e2=_0x7dbf99;let _0x4da097={};for(const _0x4fa825 in _0x5297ec){switch(_0x4fa825){case _0x2de550[_0x4ed9e2(0x203)]:case _0x2de550[_0x4ed9e2(0x169)]:this[_0x4ed9e2(0x1f1)]&&(_0x4da097=this[_0x4ed9e2(0x1f1)][_0x4ed9e2(0x1d0)](this[_0x4ed9e2(0x1f1)][_0x4ed9e2(0x181)])||{},this[_0x4ed9e2(0x1f1)][_0x4ed9e2(0x217)](this[_0x4ed9e2(0x1f1)][_0x4ed9e2(0x181)],helper[_0x4ed9e2(0x1ba)](_0x4da097,_0x5297ec[_0x4fa825])));break;case _0x2de550[_0x4ed9e2(0x21a)]:case _0x2de550[_0x4ed9e2(0x1c9)]:this[_0x4ed9e2(0x1d3)]&&(_0x4da097=this[_0x4ed9e2(0x1d3)][_0x4ed9e2(0x1d0)](this[_0x4ed9e2(0x1d3)][_0x4ed9e2(0x181)])||{},this[_0x4ed9e2(0x1d3)][_0x4ed9e2(0x217)](this[_0x4ed9e2(0x1d3)]['CAPABILITY_KEY'],helper[_0x4ed9e2(0x1ba)](_0x4da097,_0x5297ec[_0x4fa825])));break;case _0x2de550['SuFJy']:case _0x2de550[_0x4ed9e2(0x1e6)]:this[_0x4ed9e2(0x214)]&&(_0x4da097=this[_0x4ed9e2(0x214)]['get'](this[_0x4ed9e2(0x214)][_0x4ed9e2(0x181)])||{},this[_0x4ed9e2(0x214)][_0x4ed9e2(0x217)](this[_0x4ed9e2(0x214)]['CAPABILITY_KEY'],helper[_0x4ed9e2(0x1ba)](_0x4da097,_0x5297ec[_0x4fa825])));break;case _0x2de550[_0x4ed9e2(0x1b9)]:this[_0x4ed9e2(0x170)]&&(_0x4da097=this['safariOptions_'][_0x4ed9e2(0x1d0)](this['safariOptions_'][_0x4ed9e2(0x181)])||{},this['safariOptions_']['set'](this[_0x4ed9e2(0x170)][_0x4ed9e2(0x181)],helper[_0x4ed9e2(0x1ba)](_0x4da097,_0x5297ec[_0x4fa825])));break;case _0x2de550['Hjljp']:case _0x2de550[_0x4ed9e2(0x1ea)]:this[_0x4ed9e2(0x1b7)]&&(_0x4da097=this[_0x4ed9e2(0x1b7)][_0x4ed9e2(0x1d0)](this['ieOptions_'][_0x4ed9e2(0x181)])||{},this[_0x4ed9e2(0x1b7)][_0x4ed9e2(0x217)](this[_0x4ed9e2(0x1b7)]['CAPABILITY_KEY'],helper[_0x4ed9e2(0x1ba)](_0x4da097,_0x5297ec[_0x4fa825])));break;}}}[_0x7dbf99(0x18a)](){const _0x183958=_0x7dbf99;return this['url_']=helper['getHubUrl'](_0x93f320),logger[_0x183958(0x197)](_0x183958(0x21d)+this[_0x183958(0x19b)]),this;}[_0x7dbf99(0x1d2)](){const _0x4bbedb=_0x7dbf99,_0x168241={'Xpyov':function(_0x170e24,_0x295abf){const _0x203acc=a96_0x375a;return _0x2de550[_0x203acc(0x15e)](_0x170e24,_0x295abf);},'zpBzt':_0x2de550[_0x4bbedb(0x17b)]};return logger[_0x4bbedb(0x197)](_0x2de550[_0x4bbedb(0x168)]),this['__setBrowserOptions'](_0x93f320[_0x4bbedb(0x164)]),Object['keys'](_0x93f320[_0x4bbedb(0x164)])[_0x4bbedb(0x1a6)](_0x56209c=>{const _0x2ebe3e=_0x4bbedb,_0x4a077d=this['capabilities_'][_0x2ebe3e(0x1d0)](_0x56209c);_0x168241['Xpyov'](typeof _0x4a077d,_0x168241['zpBzt'])?this[_0x2ebe3e(0x1fd)][_0x2ebe3e(0x217)](_0x56209c,helper[_0x2ebe3e(0x1ba)](_0x4a077d,_0x93f320[_0x2ebe3e(0x164)][_0x56209c])):this[_0x2ebe3e(0x1fd)]['set'](_0x56209c,_0x93f320[_0x2ebe3e(0x164)][_0x56209c]);}),this;}['build'](){const _0x418620=_0x7dbf99,_0x2fff9b={'Mizsa':_0x2de550[_0x418620(0x177)],'oWvdy':function(_0xb5859b){const _0xe907c6=_0x418620;return _0x2de550[_0xe907c6(0x210)](_0xb5859b);},'rePlI':function(_0x5aa28b,_0x4c1f5d){const _0x4ca782=_0x418620;return _0x2de550[_0x4ca782(0x184)](_0x5aa28b,_0x4c1f5d);},'eAkqJ':_0x2de550[_0x418620(0x1ad)],'Ojlec':_0x2de550[_0x418620(0x21b)],'rsGtM':function(_0x1e3755,_0x532598,_0x53305c){const _0x3ddacf=_0x418620;return _0x2de550[_0x3ddacf(0x191)](_0x1e3755,_0x532598,_0x53305c);},'UTSQB':function(_0x3974c2,_0x24b5fb,_0x685eef){const _0x5decd8=_0x418620;return _0x2de550[_0x5decd8(0x15f)](_0x3974c2,_0x24b5fb,_0x685eef);},'Dsgbk':_0x2de550['suOlc'],'jWhha':_0x2de550[_0x418620(0x1d5)],'EUtnU':function(_0x369ea8,_0x56dfe4,_0xf1eea9){const _0x3e5425=_0x418620;return _0x2de550[_0x3e5425(0x15f)](_0x369ea8,_0x56dfe4,_0xf1eea9);},'ncJiY':function(_0x2c320f,_0x471676,_0x179579){const _0x199f38=_0x418620;return _0x2de550[_0x199f38(0x1a5)](_0x2c320f,_0x471676,_0x179579);},'ufmPz':function(_0x4a0da1,_0x5a5498){return _0x2de550['lidgp'](_0x4a0da1,_0x5a5498);}};PerformanceTester[_0x418620(0x223)](PerformanceEvents[_0x418620(0x185)],()=>{const _0x786f10=_0x418620,_0x25c902=_0x2fff9b[_0x786f10(0x208)][_0x786f10(0x17e)]('|');let _0x4f85e1=0x0;while(!![]){switch(_0x25c902[_0x4f85e1++]){case'0':!helper['isBrowserstackInfra']()&&helper['prepareCapabilities'](null,null,_0x93f320[_0x786f10(0x233)],null,this,null);continue;case'1':this['setServer']();continue;case'2':this[_0x786f10(0x1d2)]();continue;case'3':helper[_0x786f10(0x21f)](_0x93f320[_0x786f10(0x164)]);continue;case'4':_0x2fff9b[_0x786f10(0x183)](isAccessibilityAutomationSession)&&_0x2fff9b[_0x786f10(0x1bf)](setAccessibilityCapabilities,_0x93f320);continue;case'5':logger[_0x786f10(0x197)](_0x2fff9b[_0x786f10(0x1a2)]);continue;case'6':globals[_0x786f10(0x22c)](_0x2fff9b[_0x786f10(0x1de)])&&(!_0x2fff9b[_0x786f10(0x23e)](setExtension,this,_0x93f320)&&globals[_0x786f10(0x171)](_0x2fff9b[_0x786f10(0x1de)],![]));continue;case'7':if(helper[_0x786f10(0x1ce)](_0x93f320[_0x786f10(0x1fb)]['proxyUrl']))this[_0x786f10(0x1db)]=helper[_0x786f10(0x23c)](_0x93f320[_0x786f10(0x1fb)][_0x786f10(0x237)]);else _0x93f320[_0x786f10(0x1fb)]['proxyUrl']&&(this['proxy_']=_0x93f320[_0x786f10(0x1fb)][_0x786f10(0x237)],logger[_0x786f10(0x197)](_0x786f10(0x163)+this['proxy_']));continue;}break;}})();const _0x4e85f4=super[_0x418620(0x162)]();return PerformanceTester[_0x418620(0x223)](PerformanceEvents[_0x418620(0x1c0)],()=>{const _0x840e65=_0x418620,_0x3b07ed={'xkUkq':_0x2fff9b[_0x840e65(0x166)],'elwhe':_0x2fff9b[_0x840e65(0x17a)],'OhCHT':function(_0x270952,_0x1465cb,_0x9ea50a){return _0x2fff9b['EUtnU'](_0x270952,_0x1465cb,_0x9ea50a);},'ldlwE':function(_0x4c0115,_0x4c0dcd,_0x282896){return _0x2fff9b['ncJiY'](_0x4c0115,_0x4c0dcd,_0x282896);},'DtRBy':function(_0x406d3a,_0x52f50f){const _0x2c7c6d=_0x840e65;return _0x2fff9b[_0x2c7c6d(0x1a7)](_0x406d3a,_0x52f50f);}};_0x4e85f4[_0x840e65(0x212)]['then'](_0x4f7e10=>{const _0x25b268=_0x840e65;try{const _0x145375=_0x4f7e10[_0x25b268(0x235)][_0x25b268(0x1d0)](_0x3b07ed['xkUkq']);_0x145375?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x145375),hubAllocator[_0x25b268(0x18d)](_0x145375),helper[_0x25b268(0x15c)](_0x145375)):logger[_0x25b268(0x197)](_0x3b07ed['elwhe']);}catch(_0x2bf82a){logger['debug'](_0x25b268(0x1fa)+_0x2bf82a);}}),_0x4e85f4[_0x840e65(0x224)]&&_0x4e85f4['then'](_0x576141=>{const _0x2d9635=_0x840e65,_0x43a94e={'vvtZX':function(_0xed5070,_0x11cd7a,_0x5a4593){const _0x10a1c7=a96_0x375a;return _0x2fff9b[_0x10a1c7(0x209)](_0xed5070,_0x11cd7a,_0x5a4593);},'LVoph':function(_0x3bbbe7,_0x33c85f){const _0xcae34d=a96_0x375a;return _0x2fff9b[_0xcae34d(0x1bf)](_0x3bbbe7,_0x33c85f);}};helper[_0x2d9635(0x226)](_0x576141,_0x93f320),_0x2fff9b[_0x2d9635(0x23e)](overrideExecute,_0x576141,_0x93f320),_0x576141[_0x2d9635(0x239)]=async()=>{const _0x243405=_0x2d9635;return await _0x43a94e[_0x243405(0x200)](getAccessibilityResultsSummary,_0x576141,global);},_0x576141[_0x2d9635(0x17d)]=async()=>{const _0x4f3263=_0x2d9635;return await _0x3b07ed[_0x4f3263(0x1bd)](getAccessibilityResults,_0x576141,global);},_0x576141[_0x2d9635(0x1b4)]=async()=>{return await _0x43a94e['LVoph'](performScan,_0x576141);};}),_0x4e85f4[_0x840e65(0x239)]=async()=>{const _0xf44bac=_0x840e65;return await _0x3b07ed[_0xf44bac(0x220)](getAccessibilityResultsSummary,_0x4e85f4,global);},_0x4e85f4['getAccessibilityResults']=async()=>{const _0x4234db=_0x840e65;return await _0x3b07ed[_0x4234db(0x1bd)](getAccessibilityResults,_0x4e85f4,global);},_0x4e85f4['performScan']=async()=>{const _0x325ea0=_0x840e65;return await _0x3b07ed[_0x325ea0(0x196)](performScan,_0x4e85f4);},helper[_0x840e65(0x226)](_0x4e85f4,_0x93f320),_0x2fff9b[_0x840e65(0x23e)](overrideExecute,_0x4e85f4,_0x93f320),helper[_0x840e65(0x1bb)](global[_0x840e65(0x201)])&&(global[_0x840e65(0x201)]=[]),global[_0x840e65(0x201)][_0x840e65(0x160)](_0x4e85f4);})(),_0x4e85f4;}}_0x3e6c4f[_0x7dbf99(0x206)]=_0x3e6c4f[_0x7dbf99(0x157)],_0x3e6c4f['Builder']=_0x16065c,_0xf3de99[_0x7dbf99(0x1e9)]=_0x137709;},modifyV2=(_0x3ad9a3,_0x2955b2=null,_0x5b9fcb=![])=>{const _0x1f17ec=a96_0x77fa3c,_0x1469d1={'vAFBn':function(_0x28e1ec,_0x3fe69f){return _0x28e1ec!==_0x3fe69f;},'dSvXX':'/session','TSPEy':function(_0x3ed8a1,_0x508f17){return _0x3ed8a1+_0x508f17;},'vhSka':function(_0x5c68f8,_0x54b53f){return _0x5c68f8+_0x54b53f;},'GLOix':_0x1f17ec(0x16e),'XqXvE':_0x1f17ec(0x19f),'wgIni':_0x1f17ec(0x202),'vwrBE':'aiHeal_isHealingEnabled','WsQMG':_0x1f17ec(0x20e),'ROlmK':'chromeOptions','SuDrn':_0x1f17ec(0x16d),'NWDlY':_0x1f17ec(0x21c),'OYPfd':'moz:firefoxOptions','vlAtu':'firefoxOptions','tcsau':_0x1f17ec(0x1e8),'EWWWs':'se:ieOptions','tnxMB':_0x1f17ec(0x1c7),'YyhMe':function(_0x50c5a7,_0x5794d3){return _0x50c5a7===_0x5794d3;},'fFJzo':_0x1f17ec(0x240),'uXDwt':_0x1f17ec(0x1d7),'jxMyz':_0x1f17ec(0x1ca),'nmqfe':function(_0x558c27){return _0x558c27();},'aJKQe':function(_0x57d275,_0x20ddc5){return _0x57d275(_0x20ddc5);},'stXUV':_0x1f17ec(0x19d),'jzkFc':'isAccessibilityPlatform','xCSJQ':function(_0x5c3884,_0x2a6b94,_0x3dfaf0){return _0x5c3884(_0x2a6b94,_0x3dfaf0);},'voJnP':_0x1f17ec(0x243),'uGDmY':_0x1f17ec(0x19e),'zsgTk':_0x1f17ec(0x1ae),'eYRco':_0x1f17ec(0x22a),'Mvmex':'.browserstack.com','aoGeg':'Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','BBuxM':_0x1f17ec(0x173),'djWMm':_0x1f17ec(0x1be),'DcdOi':function(_0x29dfcb,_0x18ea84,_0x452fce){return _0x29dfcb(_0x18ea84,_0x452fce);},'vPgNf':function(_0x4db5c0,_0x117860,_0x126ceb){return _0x4db5c0(_0x117860,_0x126ceb);},'xjacA':function(_0x3e63b6,_0x256266){return _0x3e63b6(_0x256266);},'WfQuE':function(_0x3f814d,_0x319ddb){return _0x3f814d!==_0x319ddb;},'ydpFP':_0x1f17ec(0x1c2),'LZnJg':'bstackA11yShouldScan','nIFja':function(_0x594ff7,_0x222d9b){return _0x594ff7(_0x222d9b);},'jeFyQ':function(_0x141a07,_0x1fd4b9,_0x1f6708){return _0x141a07(_0x1fd4b9,_0x1f6708);},'sVoQI':_0x1f17ec(0x1d9),'vokVd':'Modifying\x20webdriver\x20builder','isJKU':'selenium-webdriver/lib/webdriver.js','fXddi':_0x1f17ec(0x176),'ixcwA':_0x1f17ec(0x172),'YaqqE':_0x1f17ec(0x180),'RylQy':_0x1f17ec(0x23f)},_0x3ae1a5=helper[_0x1f17ec(0x229)]();let _0x4bc639;try{_0x4bc639=helper[_0x1f17ec(0x1f5)](),_0x4bc639[_0x1f17ec(0x206)]&&(_0x4bc639[_0x1f17ec(0x157)]=_0x4bc639[_0x1f17ec(0x206)]);}catch(_0x67dc3e){return;}if(helper[_0x1f17ec(0x165)]()){const _0x229f54={};_0x229f54[_0x1f17ec(0x238)]=_0x3ad9a3[_0x1f17ec(0x1b2)],helper[_0x1f17ec(0x1d8)](_0x229f54,new Map(),new Map()),logger[_0x1f17ec(0x1e7)](_0x1469d1['sVoQI']),logger[_0x1f17ec(0x197)](_0x1469d1[_0x1f17ec(0x228)]);}class _0x4f28b0 extends _0x3ae1a5[_0x1f17ec(0x1e9)]{[_0x1f17ec(0x20d)](_0x3b02e4){const _0x24f050=_0x1f17ec;if(_0x1469d1[_0x24f050(0x1a1)](_0x3b02e4['path'],_0x1469d1[_0x24f050(0x1aa)])&&_0x1469d1['vAFBn'](global[_0x24f050(0x204)],''))try{global[_0x24f050(0x204)]=_0x1469d1[_0x24f050(0x1c6)](_0x1469d1['vhSka'](_0x1469d1[_0x24f050(0x219)],global['newHubUrl']),_0x1469d1[_0x24f050(0x195)]),this[_0x24f050(0x161)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger['debug']('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global[_0x24f050(0x204)]='';}catch(_0x5205c0){logger[_0x24f050(0x1c8)](_0x5205c0);}if(globals[_0x24f050(0x22c)](_0x1469d1['wgIni'])&&globals[_0x24f050(0x22c)](_0x1469d1[_0x24f050(0x227)])){const _0x473153=_0x3b02e4[_0x24f050(0x1cb)][_0x24f050(0x17e)]('/')[0x2];_0x473153&&commandRepository[_0x24f050(0x192)](_0x473153,_0x3b02e4);}return super[_0x24f050(0x20d)](_0x3b02e4);}}class _0x562a69 extends _0x4bc639[_0x1f17ec(0x157)]{[_0x1f17ec(0x18a)](){const _0x20c277=_0x1f17ec;return this[_0x20c277(0x19b)]=helper[_0x20c277(0x1b5)](_0x3ad9a3),logger[_0x20c277(0x197)](_0x20c277(0x21d)+this[_0x20c277(0x19b)]),this;}[_0x1f17ec(0x1d4)](_0x5e43db){const _0x224923=_0x1f17ec;let _0x224c7f={};for(const _0x27ac6c in _0x5e43db){switch(_0x27ac6c){case _0x1469d1['WsQMG']:case _0x1469d1[_0x224923(0x215)]:this[_0x224923(0x1f1)]&&(_0x224c7f=this[_0x224923(0x1f1)][_0x224923(0x1d0)](this[_0x224923(0x1f1)]['CAPABILITY_KEY'])||{},this[_0x224923(0x1f1)]['set'](this[_0x224923(0x1f1)][_0x224923(0x181)],helper['mergeDeep'](_0x224c7f,_0x5e43db[_0x27ac6c])));break;case _0x1469d1[_0x224923(0x1e4)]:case _0x1469d1[_0x224923(0x1f6)]:this[_0x224923(0x1d3)]&&(_0x224c7f=this['edgeOptions_'][_0x224923(0x1d0)](this[_0x224923(0x1d3)][_0x224923(0x181)])||{},this[_0x224923(0x1d3)]['set'](this[_0x224923(0x1d3)][_0x224923(0x181)],helper[_0x224923(0x1ba)](_0x224c7f,_0x5e43db[_0x27ac6c])));break;case _0x1469d1[_0x224923(0x1ab)]:case _0x1469d1[_0x224923(0x1b3)]:this['firefoxOptions_']&&(_0x224c7f=this[_0x224923(0x214)]['get'](this[_0x224923(0x214)][_0x224923(0x181)])||{},this['firefoxOptions_'][_0x224923(0x217)](this[_0x224923(0x214)]['CAPABILITY_KEY'],helper[_0x224923(0x1ba)](_0x224c7f,_0x5e43db[_0x27ac6c])));break;case _0x1469d1[_0x224923(0x158)]:this[_0x224923(0x170)]&&(_0x224c7f=this['safariOptions_'][_0x224923(0x1d0)](this['safariOptions_'][_0x224923(0x181)])||{},this[_0x224923(0x170)]['set'](this[_0x224923(0x170)][_0x224923(0x181)],helper[_0x224923(0x1ba)](_0x224c7f,_0x5e43db[_0x27ac6c])));break;case _0x1469d1[_0x224923(0x1f3)]:case _0x1469d1[_0x224923(0x1ef)]:this['ieOptions_']&&(_0x224c7f=this[_0x224923(0x1b7)][_0x224923(0x1d0)](this[_0x224923(0x1b7)][_0x224923(0x181)])||{},this['ieOptions_'][_0x224923(0x217)](this['ieOptions_'][_0x224923(0x181)],helper[_0x224923(0x1ba)](_0x224c7f,_0x5e43db[_0x27ac6c])));break;}}}[_0x1f17ec(0x1d2)](){const _0x1a33d5=_0x1f17ec,_0x252994={'OtxDb':function(_0x2a408d,_0x1b45cb){const _0x5cdcbc=a96_0x375a;return _0x1469d1[_0x5cdcbc(0x1b6)](_0x2a408d,_0x1b45cb);},'XWdZW':_0x1469d1[_0x1a33d5(0x174)]};return logger[_0x1a33d5(0x197)](_0x1469d1['uXDwt']),this[_0x1a33d5(0x1d4)](_0x3ad9a3[_0x1a33d5(0x164)]),Object[_0x1a33d5(0x1f8)](_0x3ad9a3[_0x1a33d5(0x164)])[_0x1a33d5(0x1a6)](_0x112d51=>{const _0x19a2b1=_0x1a33d5,_0x2a2f0e=this[_0x19a2b1(0x1fd)]['get'](_0x112d51);_0x252994[_0x19a2b1(0x21e)](typeof _0x2a2f0e,_0x252994[_0x19a2b1(0x1a9)])?this['capabilities_'][_0x19a2b1(0x217)](_0x112d51,helper[_0x19a2b1(0x1ba)](_0x2a2f0e,_0x3ad9a3[_0x19a2b1(0x164)][_0x112d51])):this['capabilities_'][_0x19a2b1(0x217)](_0x112d51,_0x3ad9a3['capability'][_0x112d51]);}),this;}['build'](){const _0x183f98=_0x1f17ec,_0x5c1445={'kCSzd':function(_0x2d76a1,_0x347ac0,_0x50ac4e){const _0x1a3679=a96_0x375a;return _0x1469d1[_0x1a3679(0x22e)](_0x2d76a1,_0x347ac0,_0x50ac4e);}};PerformanceTester[_0x183f98(0x223)](PerformanceEvents[_0x183f98(0x185)],()=>{const _0xa68a45=_0x183f98;if(helper['isBrowserstackInfra']()){const _0x4b5607=_0x1469d1[_0xa68a45(0x1c4)][_0xa68a45(0x17e)]('|');let _0x5ae71b=0x0;while(!![]){switch(_0x4b5607[_0x5ae71b++]){case'0':helper[_0xa68a45(0x21f)](_0x3ad9a3[_0xa68a45(0x164)]);continue;case'1':_0x1469d1[_0xa68a45(0x1c5)](isAccessibilityAutomationSession)&&_0x1469d1[_0xa68a45(0x1cd)](setAccessibilityCapabilities,_0x3ad9a3);continue;case'2':logger[_0xa68a45(0x197)](_0x1469d1[_0xa68a45(0x1a8)]);continue;case'3':if(helper[_0xa68a45(0x1ce)](_0x3ad9a3[_0xa68a45(0x1fb)][_0xa68a45(0x237)]))this[_0xa68a45(0x1db)]=helper[_0xa68a45(0x23c)](_0x3ad9a3[_0xa68a45(0x1fb)][_0xa68a45(0x237)]);else _0x3ad9a3[_0xa68a45(0x1fb)][_0xa68a45(0x237)]&&(this[_0xa68a45(0x1f9)]=_0x3ad9a3['proxySettings'][_0xa68a45(0x237)],logger[_0xa68a45(0x197)](_0xa68a45(0x163)+this[_0xa68a45(0x1f9)]));continue;case'4':this['setServer']();continue;case'5':this[_0xa68a45(0x1d2)]();continue;case'6':globals[_0xa68a45(0x22c)](_0x1469d1[_0xa68a45(0x1e2)])&&(!_0x1469d1['xCSJQ'](setExtension,this,_0x3ad9a3)&&globals[_0xa68a45(0x171)](_0x1469d1[_0xa68a45(0x1e2)],![]));continue;}break;}}else{const _0x38490b=_0x1469d1['voJnP'][_0xa68a45(0x17e)]('|');let _0x124b2d=0x0;while(!![]){switch(_0x38490b[_0x124b2d++]){case'0':helper[_0xa68a45(0x16f)]();continue;case'1':_0x1469d1[_0xa68a45(0x1b6)](globals[_0xa68a45(0x22c)](_0x1469d1[_0xa68a45(0x218)]),_0x1469d1[_0xa68a45(0x1f4)])&&(commandRepository['setFramework'](_0x1469d1[_0xa68a45(0x1f4)]),commandRepository[_0xa68a45(0x1f2)](globals[_0xa68a45(0x22c)](_0x1469d1[_0xa68a45(0x1c3)])));continue;case'2':helper[_0xa68a45(0x21f)](_0x3ad9a3[_0xa68a45(0x164)]);continue;case'3':helper[_0xa68a45(0x1e1)](null,null,_0x3ad9a3[_0xa68a45(0x233)],null,this,null);continue;case'4':if(this[_0xa68a45(0x19b)]['includes'](_0x1469d1['Mvmex']))logger[_0xa68a45(0x197)](_0x1469d1[_0xa68a45(0x1da)]),globals[_0xa68a45(0x171)](_0x1469d1['wgIni'],![]),globals[_0xa68a45(0x171)](_0x1469d1[_0xa68a45(0x227)],![]);else globals[_0xa68a45(0x22c)](_0x1469d1['wgIni'])&&globals[_0xa68a45(0x22c)](_0x1469d1['vwrBE'])&&aiSdkWrapper[_0xa68a45(0x178)](this);continue;}break;}}})();const _0x381ba2=super[_0x183f98(0x162)]();return PerformanceTester[_0x183f98(0x223)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x2cf4d3=_0x183f98,_0x1607d2={'ckJWm':_0x1469d1[_0x2cf4d3(0x1e3)],'ADNhr':_0x1469d1[_0x2cf4d3(0x22d)],'NlmCi':function(_0xd24d5,_0x40e794,_0x482693){const _0x2cdbd7=_0x2cf4d3;return _0x1469d1[_0x2cdbd7(0x18b)](_0xd24d5,_0x40e794,_0x482693);},'NqJQF':function(_0x1b8f92,_0x719132){const _0x4b31dd=_0x2cf4d3;return _0x1469d1[_0x4b31dd(0x1cd)](_0x1b8f92,_0x719132);},'jAgRk':function(_0x1d5ed1,_0x2b2f3d,_0x382890){return _0x1469d1['DcdOi'](_0x1d5ed1,_0x2b2f3d,_0x382890);},'uOpWi':function(_0x58779a,_0x5b5f7e){const _0x3194f4=_0x2cf4d3;return _0x1469d1[_0x3194f4(0x1cd)](_0x58779a,_0x5b5f7e);},'TRnnv':function(_0x1bb0dc,_0x4bbc12,_0x3c1c8a){return _0x1469d1['vPgNf'](_0x1bb0dc,_0x4bbc12,_0x3c1c8a);},'HfMRs':function(_0x478795,_0x4da0e6){const _0x1cca40=_0x2cf4d3;return _0x1469d1[_0x1cca40(0x1cd)](_0x478795,_0x4da0e6);}};_0x381ba2['session_'][_0x2cf4d3(0x224)](_0xd6c367=>{const _0x33361f=_0x2cf4d3;try{logger[_0x33361f(0x197)](_0x33361f(0x186)+_0xd6c367[_0x33361f(0x1af)]());const _0x1a6e70=_0xd6c367[_0x33361f(0x235)][_0x33361f(0x1d0)](_0x1607d2[_0x33361f(0x1b1)]);_0x1a6e70?(logger['debug'](_0x33361f(0x15a)+_0x1a6e70),hubAllocator[_0x33361f(0x18d)](_0x1a6e70),helper['storeOptimalHubUrl'](_0x1a6e70)):logger[_0x33361f(0x197)](_0x1607d2[_0x33361f(0x16b)]);}catch(_0x29fb60){logger[_0x33361f(0x197)](_0x33361f(0x1fa)+_0x29fb60);}}),_0x381ba2['quitCount_']=0x0,_0x381ba2[_0x2cf4d3(0x224)]&&_0x381ba2[_0x2cf4d3(0x224)](_0x40d6e7=>{const _0x2ee96d=_0x2cf4d3,_0x38aae8={'yULER':function(_0x774f8f,_0x56cc24,_0x340e97){const _0x59d4e0=a96_0x375a;return _0x1607d2[_0x59d4e0(0x23b)](_0x774f8f,_0x56cc24,_0x340e97);}};helper[_0x2ee96d(0x16c)](_0x40d6e7,_0x381ba2),_0x5b9fcb&&_0x1607d2[_0x2ee96d(0x1c1)](overrideTakeScreenshot,_0x40d6e7),helper[_0x2ee96d(0x226)](_0x40d6e7,_0x3ad9a3),_0x1607d2[_0x2ee96d(0x17f)](overrideExecute,_0x40d6e7,_0x3ad9a3),_0x3ad9a3[_0x2ee96d(0x164)]&&percyHelper[_0x2ee96d(0x221)](_0x40d6e7,_0x4bc639[_0x2ee96d(0x23d)],_0x3ad9a3),_0x40d6e7[_0x2ee96d(0x239)]=async()=>{const _0x3fa64f=_0x2ee96d;return await _0x1607d2[_0x3fa64f(0x17f)](getAccessibilityResultsSummary,_0x40d6e7,global);},_0x40d6e7[_0x2ee96d(0x17d)]=async()=>{const _0x337094=_0x2ee96d;return await _0x38aae8[_0x337094(0x167)](getAccessibilityResults,_0x40d6e7,global);},_0x40d6e7[_0x2ee96d(0x1b4)]=async()=>{const _0x18d6d6=_0x2ee96d;return await _0x1607d2[_0x18d6d6(0x1fe)](performScan,_0x40d6e7);};}),_0x381ba2[_0x2cf4d3(0x239)]=async()=>{return await _0x1607d2['TRnnv'](getAccessibilityResultsSummary,_0x381ba2,global);},_0x381ba2[_0x2cf4d3(0x17d)]=async()=>{const _0x3177aa=_0x2cf4d3;return await _0x5c1445[_0x3177aa(0x1dc)](getAccessibilityResults,_0x381ba2,global);},_0x381ba2[_0x2cf4d3(0x1b4)]=async()=>{return await _0x1607d2['HfMRs'](performScan,_0x381ba2);},_0x5b9fcb&&_0x1469d1[_0x2cf4d3(0x1dd)](overrideTakeScreenshot,_0x381ba2),helper[_0x2cf4d3(0x16c)](_0x381ba2),helper[_0x2cf4d3(0x226)](_0x381ba2,_0x3ad9a3),_0x1469d1['DcdOi'](overrideExecute,_0x381ba2,_0x3ad9a3),_0x3ad9a3[_0x2cf4d3(0x164)]&&percyHelper[_0x2cf4d3(0x221)](_0x381ba2,_0x4bc639[_0x2cf4d3(0x23d)],_0x3ad9a3);helper['isUndefined'](global[_0x2cf4d3(0x201)])&&(global['__driversArray']=[]);helper[_0x2cf4d3(0x1bb)](global[_0x2cf4d3(0x1e5)])&&(global[_0x2cf4d3(0x1e5)]=[]);global[_0x2cf4d3(0x201)][_0x2cf4d3(0x160)](_0x381ba2),global[_0x2cf4d3(0x1ec)]=_0x381ba2,_0x2955b2&&(_0x2955b2[_0x2cf4d3(0x1f7)][_0x2cf4d3(0x1ec)]=_0x381ba2);_0x1469d1['WfQuE'](global[_0x2cf4d3(0x1e5)],undefined)&&global[_0x2cf4d3(0x1e5)]['push'](_0x381ba2);_0x2955b2&&helper['isUndefined'](_0x2955b2[_0x2cf4d3(0x1f7)][_0x2cf4d3(0x1e5)])&&(_0x2955b2[_0x2cf4d3(0x1f7)]['__drivers']=[]);_0x2955b2&&helper[_0x2cf4d3(0x1bb)](_0x2955b2[_0x2cf4d3(0x1f7)][_0x2cf4d3(0x201)])&&(_0x2955b2[_0x2cf4d3(0x1f7)]['__driversArray']=[]);_0x2955b2&&_0x1469d1[_0x2cf4d3(0x1a1)](_0x2955b2[_0x2cf4d3(0x1f7)][_0x2cf4d3(0x1e5)],undefined)&&(_0x2955b2[_0x2cf4d3(0x1f7)][_0x2cf4d3(0x1e5)]['push'](_0x381ba2),_0x2955b2[_0x2cf4d3(0x1f7)][_0x2cf4d3(0x201)]['push'](_0x381ba2));_0x381ba2['isAccessibilityPlatform']=globals[_0x2cf4d3(0x22c)](_0x1469d1[_0x2cf4d3(0x1e2)]);try{global[_0x2cf4d3(0x1e5)][0x0][_0x2cf4d3(0x212)][_0x2cf4d3(0x224)](_0x3e28a4=>{const _0x42dce1=_0x2cf4d3;logger[_0x42dce1(0x197)](_0x42dce1(0x207)+_0x3e28a4[_0x42dce1(0x1af)]()+_0x42dce1(0x213));});}catch(_0xd4325e){logger[_0x2cf4d3(0x197)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0xd4325e);}globals[_0x2cf4d3(0x171)](_0x1469d1[_0x2cf4d3(0x1e2)],globals['getGlobal'](_0x1469d1[_0x2cf4d3(0x1e2)]));})(),_0x381ba2;}}_0x2955b2&&(globals[_0x1f17ec(0x231)]=_0x2955b2[_0x1f17ec(0x1f7)][_0x1f17ec(0x231)]);if(_0x1469d1[_0x1f17ec(0x1c5)](isAccessibilityAutomationSession))try{let _0x4e7d4e=helper[_0x1f17ec(0x20c)](_0x1469d1[_0x1f17ec(0x1ac)],_0x1469d1[_0x1f17ec(0x19c)])[_0x1f17ec(0x190)];(!_0x4e7d4e[_0x1f17ec(0x1b0)]||!_0x4e7d4e[_0x1f17ec(0x1b0)][_0x1f17ec(0x193)])&&(_0x4e7d4e=helper[_0x1f17ec(0x20c)](_0x1469d1[_0x1f17ec(0x230)],_0x1469d1[_0x1f17ec(0x19c)])['Executor']);if(_0x4e7d4e[_0x1f17ec(0x1b0)]&&_0x4e7d4e[_0x1f17ec(0x1b0)][_0x1f17ec(0x193)]){const _0x55ebfe=_0x4e7d4e[_0x1f17ec(0x1b0)][_0x1f17ec(0x193)];logger['debug'](_0x1469d1[_0x1f17ec(0x205)]),_0x4e7d4e[_0x1f17ec(0x1b0)]['execute']=async function(){const _0x5b36e0=_0x1f17ec;try{!globals[_0x5b36e0(0x22c)](_0x1469d1['ydpFP'])&&globals[_0x5b36e0(0x22c)](_0x1469d1[_0x5b36e0(0x1e2)])&&globals['getGlobal'](_0x1469d1[_0x5b36e0(0x159)])&&scripts[_0x5b36e0(0x182)](arguments[0x0][_0x5b36e0(0x20b)])&&!_0x1469d1[_0x5b36e0(0x198)](isBrowserStackCommandExecutor,arguments[0x0][_0x5b36e0(0x179)])&&(globals[_0x5b36e0(0x171)](_0x1469d1['ydpFP'],!![]),logger[_0x5b36e0(0x197)]('Performing\x20scan\x20for\x20'+arguments[0x0]['name_']),await _0x1469d1[_0x5b36e0(0x234)](performScan,global[_0x5b36e0(0x1ec)],arguments[0x0][_0x5b36e0(0x20b)]));}catch(_0x104a9a){logger['debug'](_0x5b36e0(0x20a)+util['format'](_0x104a9a));}return globals[_0x5b36e0(0x171)](_0x1469d1[_0x5b36e0(0x189)],![]),_0x55ebfe['apply'](this,arguments);};}}catch(_0x496a0a){logger['debug'](_0x1469d1['TSPEy'](_0x1469d1['RylQy'],_0x496a0a));}return _0x4bc639[_0x1f17ec(0x206)]=_0x4bc639['Builder'],_0x4bc639[_0x1f17ec(0x157)]=_0x562a69,_0x3ae1a5[_0x1f17ec(0x1e9)]=_0x4f28b0,_0x4bc639;};module[a96_0x77fa3c(0x1ff)][a96_0x77fa3c(0x15b)]=modify,module['exports'][a96_0x77fa3c(0x175)]=modifyV2,module[a96_0x77fa3c(0x1ff)][a96_0x77fa3c(0x15d)]=percySDK,module[a96_0x77fa3c(0x1ff)]['BrowserStackSdk']=BrowserStackSdk,module['exports'][a96_0x77fa3c(0x22b)]=modifyPlaywrightConfig;
|