browserstack-node-sdk 1.34.35 → 1.34.36
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/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/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/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/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
|
-
const
|
|
1
|
+
const a94_0x23ae26=a94_0x6897;(function(_0x491be0,_0x8c2eca){const _0x3c1318=a94_0x6897,_0x4e8956=_0x491be0();while(!![]){try{const _0x4d8c8d=-parseInt(_0x3c1318(0xcb))/0x1+-parseInt(_0x3c1318(0xba))/0x2+parseInt(_0x3c1318(0xde))/0x3+parseInt(_0x3c1318(0xca))/0x4*(parseInt(_0x3c1318(0xe7))/0x5)+parseInt(_0x3c1318(0xdd))/0x6*(parseInt(_0x3c1318(0xd2))/0x7)+parseInt(_0x3c1318(0xcd))/0x8+parseInt(_0x3c1318(0xf9))/0x9*(-parseInt(_0x3c1318(0xc2))/0xa);if(_0x4d8c8d===_0x8c2eca)break;else _0x4e8956['push'](_0x4e8956['shift']());}catch(_0x6d9c62){_0x4e8956['push'](_0x4e8956['shift']());}}}(a94_0x458d,0xa6e20));function a94_0x6897(_0x1f1b58,_0x1bd242){const _0x458d4c=a94_0x458d();return a94_0x6897=function(_0x68978,_0x2bc9f5){_0x68978=_0x68978-0xb8;let _0x22d578=_0x458d4c[_0x68978];return _0x22d578;},a94_0x6897(_0x1f1b58,_0x1bd242);}const url=require(a94_0x23ae26(0xc1)),util=require(a94_0x23ae26(0xd3)),helper=require(a94_0x23ae26(0xc6)),logger=require('./helpers/logger')[a94_0x23ae26(0xdb)],constants=require('./bin/utils/constants');function a94_0x458d(){const _0x59f87b=['fromEntries','jMUOT','hubs','433066RzyQEG','sort','latency','path','iQnQC','Qodud','/wd/hub','url','4056290ONchSj','YqJhZ','ZizJG','format','./helpers/helper','https://','HUB\x20URL\x20SET\x20TO\x20-\x20','all','68yQwMTO','932498RiRQhs','Execution\x20time\x20for\x20','9688mjzpew','WXLCy','nextHubs','xSJiA','\x20HUB\x20-\x20','3352916FCYMMw','util','hostname','parse','https://hub.browserstack.com','KuSuW','GET','findLatency','CgkCm','winstonLogger','epARe','12yRuYFT','2712297tjKxBG','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','tJvMD','rxhcb','hubUrl','nodeRequest','newHubUrl','keys','debug','229575cpTUbe','HWewl','zwAex','getRequestOptions','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','FKGvo','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','then','catch','DxbLC','pathname','push','allocateHub','resolve','IzvVx','LDbTw','SkXdj','sVaOR','18NPmAVk','check','next_hubs'];a94_0x458d=function(){return _0x59f87b;};return a94_0x458d();}global[a94_0x23ae26(0xe4)]='',exports[a94_0x23ae26(0xea)]=_0x550dbb=>{const _0x40e58=a94_0x23ae26,_0x3cb25c={};_0x3cb25c['ZGanE']=function(_0x40b3cc,_0x35f3c4){return _0x40b3cc+_0x35f3c4;},_0x3cb25c[_0x40e58(0xd7)]='Invalid\x20new\x20HUB\x20URL:\x20';const _0xf63bef=_0x3cb25c,_0x2c56f4=url[_0x40e58(0xd5)](_0x550dbb);if(!_0x2c56f4[_0x40e58(0xd4)])throw new Error(_0xf63bef['ZGanE'](_0xf63bef[_0x40e58(0xd7)],_0x550dbb));return _0x2c56f4['search']=null,_0x2c56f4['hash']=null,_0x2c56f4[_0x40e58(0xbd)]=_0x2c56f4[_0x40e58(0xf1)],_0x2c56f4;},exports['updateHubUrl']=_0x48786d=>{const _0x3038ad=a94_0x23ae26;global[_0x3038ad(0xe4)]=_0x48786d;},exports[a94_0x23ae26(0xf3)]=_0x260001=>{const _0x1613ac=a94_0x23ae26,_0x13a26b={'epARe':function(_0x1b9342,_0x559392){return _0x1b9342+_0x559392;},'FKGvo':_0x1613ac(0xc0),'LDbTw':function(_0x4815a9){return _0x4815a9();},'ZizJG':function(_0x1bb298,_0x5b9e15){return _0x1bb298!=_0x5b9e15;},'xSJiA':function(_0x55c01c,_0x59ab10){return _0x55c01c!==_0x59ab10;},'YqJhZ':function(_0x44f296,_0x980d65){return _0x44f296+_0x980d65;},'DxbLC':_0x1613ac(0xc7),'xWzZs':function(_0x199e79){return _0x199e79();}};return new Promise(_0x54959d=>{const _0x1dc4af=_0x1613ac,_0x309c3b={'HWewl':function(_0x2cd65d,_0x399919){const _0x292d92=a94_0x6897;return _0x13a26b[_0x292d92(0xdc)](_0x2cd65d,_0x399919);},'SkXdj':_0x13a26b[_0x1dc4af(0xec)],'sVaOR':function(_0xd760d){const _0x9d6d49=_0x1dc4af;return _0x13a26b[_0x9d6d49(0xf6)](_0xd760d);},'zwAex':function(_0x4e6907,_0x48b8b7){const _0xc79ed8=_0x1dc4af;return _0x13a26b[_0xc79ed8(0xc4)](_0x4e6907,_0x48b8b7);},'WXLCy':function(_0x3645d7,_0x1015bc){const _0x523705=_0x1dc4af;return _0x13a26b[_0x523705(0xd0)](_0x3645d7,_0x1015bc);},'FdDSS':function(_0x2f98ce,_0x569e5e){const _0x322a7d=_0x1dc4af;return _0x13a26b[_0x322a7d(0xc3)](_0x2f98ce,_0x569e5e);},'RlYTW':_0x13a26b[_0x1dc4af(0xf0)],'tJvMD':function(_0x3b1b10){return _0x13a26b['xWzZs'](_0x3b1b10);}};Promise[_0x1dc4af(0xf4)](this[_0x1dc4af(0xcf)](_0x260001))['then'](_0x23f1fe=>{const _0x22c1f0=_0x1dc4af;logger[_0x22c1f0(0xe6)]('NEAREST\x20HUBS:\x20'+util[_0x22c1f0(0xc5)]('%j',_0x23f1fe));if(_0x309c3b[_0x22c1f0(0xe9)](_0x23f1fe,null)&&_0x309c3b[_0x22c1f0(0xce)](_0x23f1fe['length'],0x0)){const _0x266a96=[];for(const _0x41aee6 of _0x23f1fe){_0x266a96[_0x22c1f0(0xf2)](this[_0x22c1f0(0xd9)](_0x260001,_0x309c3b['FdDSS'](_0x309c3b['RlYTW'],_0x41aee6)));}Promise[_0x22c1f0(0xc9)](_0x266a96)[_0x22c1f0(0xee)](_0x567cc9=>{const _0x3e21ae=_0x22c1f0,_0x1fca66=Object[_0x3e21ae(0xfc)](_0x567cc9['map'](_0x124f78=>[_0x124f78[_0x3e21ae(0xe2)],_0x124f78[_0x3e21ae(0xbc)]])),_0x5a747e=Object[_0x3e21ae(0xfc)](Object['entries'](_0x1fca66)[_0x3e21ae(0xbb)](([,_0x587026],[,_0x309691])=>_0x587026-_0x309691)),_0x1db4d8=Object[_0x3e21ae(0xe5)](_0x5a747e)[0x0];constants[_0x3e21ae(0xe2)]=_0x309c3b[_0x3e21ae(0xe8)](_0x1db4d8,_0x309c3b[_0x3e21ae(0xf7)]),logger[_0x3e21ae(0xe6)](_0x3e21ae(0xc8)+_0x1db4d8),_0x309c3b[_0x3e21ae(0xf8)](_0x54959d);});}else _0x309c3b[_0x22c1f0(0xe0)](_0x54959d);})[_0x1dc4af(0xef)](_0x625d11=>{const _0xc443e=_0x1dc4af;logger['debug'](_0xc443e(0xdf)+_0x625d11),_0x309c3b['tJvMD'](_0x54959d);});});},exports[a94_0x23ae26(0xd9)]=async(_0x19e4cd,_0x2a1316)=>{const _0x432930=a94_0x23ae26,_0x43fd61={};_0x43fd61[_0x432930(0xb8)]=_0x432930(0xd8),_0x43fd61['iQnQC']=_0x432930(0xfa),_0x43fd61[_0x432930(0xe1)]=function(_0x5304dd,_0x1c51cd){return _0x5304dd-_0x1c51cd;};const _0x18d71e=_0x43fd61;try{const _0x350cfb=new Date();await helper[_0x432930(0xe3)](_0x18d71e[_0x432930(0xb8)],_0x18d71e[_0x432930(0xbe)],{},_0x19e4cd,_0x2a1316,0x1388);const _0x5cb742=_0x18d71e[_0x432930(0xe1)](new Date(),_0x350cfb);logger['debug'](_0x432930(0xcc)+_0x2a1316+'\x20is:\x20'+_0x5cb742+'ms');const _0x2d8d4b={};return _0x2d8d4b[_0x432930(0xe2)]=_0x2a1316,_0x2d8d4b[_0x432930(0xbc)]=_0x5cb742,_0x2d8d4b;}catch(_0x4d8757){return logger[_0x432930(0xe6)](_0x432930(0xeb)+_0x2a1316+_0x432930(0xd1)+_0x4d8757),{};}},exports[a94_0x23ae26(0xcf)]=async _0x44cc25=>{const _0x3312c3=a94_0x23ae26,_0x430583={};_0x430583[_0x3312c3(0xf5)]=_0x3312c3(0xd8),_0x430583['Qodud']=_0x3312c3(0xfb),_0x430583[_0x3312c3(0xda)]=_0x3312c3(0xd6);const _0x10dbf1=_0x430583;try{const _0x5807b3=await helper[_0x3312c3(0xe3)](_0x10dbf1[_0x3312c3(0xf5)],_0x10dbf1[_0x3312c3(0xbf)],{},_0x44cc25,_0x10dbf1['CgkCm'],0x1388),_0x51eb43=_0x5807b3['data'];return logger[_0x3312c3(0xe6)]('Response:\x20'+util[_0x3312c3(0xc5)]('%j',_0x51eb43)),_0x51eb43[_0x3312c3(0xb9)];}catch(_0xf5e45c){logger[_0x3312c3(0xe6)](_0x3312c3(0xed)+_0xf5e45c);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a95_0x3e9827=a95_0x4153;function a95_0x33a2(){const _0x2cb806=['WebDriver','wCjKQ','YTtqc','Failed\x20to\x20perform\x20scan\x20','ZiPYh','debug','goog:chromeOptions','object','yqHGB','BFVcc','./helpers/performance/performance-tester','util','selenium-webdriver/lib/http.js','New\x20hub\x20url\x20set\x20to\x20','ieOptions','proxy_','Modifying\x20webdriver\x20builder','capabilities_','session_','ZNsTq','obrXk','newHubUrl','exports','__driversArray','4XcfJUK','setServer','/wd/hub','./bin/mocha/accessibility-automation/helper','531RAUzbi','jwmRu','1jnshQs','edgeOptions_','firefoxOptions','GLyko','Vhmkq','set','Proxy\x20set\x20to\x20','oqLXc','requireSeleniumWebdriver','getAccessibilityResults','__drivers','VoMCg','rqpqM','browserStackLogLevel','info','VXetX','kRGHY','chromeOptions_','148648UWRKNz','proxyUrl','updateHubUrl','Lbsoz','ZQZYO','Viequ','cKjuD','SXiss','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','options_','LDAPT','GeZRn','29333612nAtbKM','nhvhW','LXdPV','./helpers/ai-sdk/autoHealHelper','2|4|1|7|5|6|0|3','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','SDK_PRE_INITIALIZE','WebElement','mzAXd','rDMVq','mVskC','getHubUrl','YNlUx','getRequestOptions','./helpers/accessibility-automation/helper','702cVhTGG','Qktag','setCapabilities','YwqUQ','iGlrT','./helpers/ai-sdk/aiSdkWrapper','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','TILBY','selenium-webdriver/lib/webdriver.js','dqulZ','requireModule','smoHV','0|6|3|2|5|1|4','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','ncTlO','SDK_POST_INITIALIZE','fYOCu','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','eIexu','get','capability','fisKe','BVyIb','EfsWL','forEach','4|2|1|0|3','logLevel','GbJwz','__driver','execute','optimalHubUrl','VRmqf','pushCommand','ZOaQh','global','ZNcey','quitCount_','dxwyS','./helpers/percy/utils','./helpers/patchHelper','path','btZNy','IxPvM','.browserstack.com','aurJw','overrideGet','fzRPm','fYHkz','1856874XhlQbC','getGlobal','6|2|5|1|7|3|0|4','UXTpp','BrowserStackSdk','moz:firefoxOptions','qqEvk','rsBhl','biHYe','TUCUw','name_','bBKob','gddAw','aiSdk_bstackConfig','parameters_','IivJz','browserstackAgentV2','setGlobal','error','isBrowserstackInfra','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','safariOptions_','iVygU','proxySettings','requireHttpClient','tWnFq','wXEzY','nsobs','url_','HttpClient','overrideQuit','yKgWd','rdCNo','safari.options','TJRLF','tqurI','performScan','Builder','__setBrowserOptions','xmgzo','bstackA11yShouldScan','sSnBs','VLjeh','ms:edgeOptions','includes','./helpers/helper','xFbmP','ieOptions_','263440NZjMGX','./bin/playwright/modifyPlaywrightConf','eOWKH','KFoAo','XbsdW','./helpers/accessibility-automation/scripts','bstackAllyScanning','BJXzW','wevMo','storeOptimalHubUrl','Hub\x20url\x20set\x20to\x20','patchDriverPercy','euGOj','getHttpAgent','./hubAllocationMethods','XeRZQ','Unable\x20to\x20find\x20executor\x20class\x20','push','Performing\x20scan\x20for\x20','./helpers/logger','then','isAccessibilityPlatform','firefoxOptions_','https://','fXeOk','htCWI','Qzadk','apply','jaSKY','agent_','zteMv','browserstackAgent','isUndefined','lVPaT','measureWrapper','/session','2709yicSRE','aUWFM','atNdM','Chuld','edgeOptions','nrIPO','cdwDs','cJRqv','RPbAw','se:ieOptions','send','YiTkC','mergeDeep','ttLWL','framework','ePEIv','JNjBw','./helpers/patchHelpers','PdyaL','brctR','xWvZk','selenium-webdriver','browserStackGlobals','CAPABILITY_KEY','UXwIu','Executor','prepareCapabilities','originalBuilder','ToQKh','Jidou','split','prototype','1975023QRIAuZ','getAccessibilityResultsSummary','./helpers/percy/PercySDK','chromeOptions','keys','MfbTy','EOEgI','winstonLogger','vvDTR','build','isPacProxy','2702875GgZxFX'];a95_0x33a2=function(){return _0x2cb806;};return a95_0x33a2();}(function(_0x2a5ee9,_0x1cee99){const _0x383e6a=a95_0x4153,_0x241da8=_0x2a5ee9();while(!![]){try{const _0x118174=-parseInt(_0x383e6a(0xdc))/0x1*(parseInt(_0x383e6a(0x139))/0x2)+-parseInt(_0x383e6a(0xb2))/0x3*(parseInt(_0x383e6a(0xd6))/0x4)+parseInt(_0x383e6a(0xbd))/0x5+parseInt(_0x383e6a(0x109))/0x6*(parseInt(_0x383e6a(0x18d))/0x7)+parseInt(_0x383e6a(0xee))/0x8*(-parseInt(_0x383e6a(0xda))/0x9)+parseInt(_0x383e6a(0x169))/0xa+parseInt(_0x383e6a(0xfa))/0xb;if(_0x118174===_0x1cee99)break;else _0x241da8['push'](_0x241da8['shift']());}catch(_0x462d71){_0x241da8['push'](_0x241da8['shift']());}}}(a95_0x33a2,0x91779));function a95_0x4153(_0x3a5a4d,_0x18ef04){const _0x33a2a2=a95_0x33a2();return a95_0x4153=function(_0x415349,_0xa76005){_0x415349=_0x415349-0xb2;let _0x7d47b4=_0x33a2a2[_0x415349];return _0x7d47b4;},a95_0x4153(_0x3a5a4d,_0x18ef04);}const util=require(a95_0x3e9827(0xc9)),{overrideTakeScreenshot}=require(a95_0x3e9827(0x19e)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a95_0x3e9827(0x108)),{setAccessibilityCapabilities,setExtension}=require(a95_0x3e9827(0xd9)),helper=require(a95_0x3e9827(0x166)),logger=require(a95_0x3e9827(0x17c))[a95_0x3e9827(0xb9)],hubAllocator=require(a95_0x3e9827(0x177)),percySDK=require(a95_0x3e9827(0xb4)),percyHelper=require(a95_0x3e9827(0x12f)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a95_0x3e9827(0x16a)),scripts=require(a95_0x3e9827(0x16e)),globals=require('./helpers/globals'),{commandRepository}=require(a95_0x3e9827(0xfd)),{aiSdkWrapper}=require(a95_0x3e9827(0x10e)),{overrideExecute}=require(a95_0x3e9827(0x130)),PerformanceTester=require(a95_0x3e9827(0xc8)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),modify=_0x2b2fd1=>{const _0x405fa4=a95_0x3e9827,_0x4d8f64={'eIexu':function(_0x2ae4de,_0x3c55d1){return _0x2ae4de!==_0x3c55d1;},'Nzarj':'/session','wCjKQ':function(_0x4d844c,_0x594d5f){return _0x4d844c+_0x594d5f;},'rsBhl':function(_0x3306c8,_0x304e8b){return _0x3306c8+_0x304e8b;},'nsobs':_0x405fa4(0x180),'ZNsTq':_0x405fa4(0xd8),'biHYe':_0x405fa4(0xc4),'JXDDi':_0x405fa4(0xb5),'Viequ':'ms:edgeOptions','lcoDb':'edgeOptions','qqEvk':_0x405fa4(0x13e),'GbJwz':_0x405fa4(0xde),'kRGHY':_0x405fa4(0x15a),'vvDTR':_0x405fa4(0x196),'euGOj':_0x405fa4(0xcc),'SXiss':function(_0x2ad2ea,_0x416cf5){return _0x2ad2ea===_0x416cf5;},'NFmEK':_0x405fa4(0xc5),'obkmH':'Setting\x20Browserstack\x20capabilities','lBSMq':_0x405fa4(0x13b),'XeRZQ':_0x405fa4(0x11a),'IivJz':function(_0x397580){return _0x397580();},'Chuld':function(_0x444b60,_0x316bc8){return _0x444b60(_0x316bc8);},'YwqUQ':_0x405fa4(0x17e),'ncTlO':function(_0x1fdade,_0x27fbe6,_0xce5677){return _0x1fdade(_0x27fbe6,_0xce5677);},'Qktag':function(_0x26bb5b,_0x5541c2,_0x4de2d9){return _0x26bb5b(_0x5541c2,_0x4de2d9);},'TUCUw':_0x405fa4(0x127),'sSnBs':_0x405fa4(0x10f),'VoMCg':function(_0x57d328,_0x1d17dc,_0x674dcd){return _0x57d328(_0x1d17dc,_0x674dcd);},'atNdM':_0x405fa4(0x14d),'dxwyS':_0x405fa4(0xce)};logger[_0x405fa4(0xea)](_0x4d8f64[_0x405fa4(0x18f)]),logger[_0x405fa4(0xc3)](_0x4d8f64[_0x405fa4(0x12e)]);const _0x2dfe1b=helper['requireSeleniumWebdriver'](),_0x7b5e3a=helper[_0x405fa4(0x151)]();class _0x14107a extends _0x7b5e3a['HttpClient']{[_0x405fa4(0x197)](_0xc0f6cc){const _0x1d00d8=_0x405fa4;if(_0x4d8f64[_0x1d00d8(0x11b)](_0xc0f6cc[_0x1d00d8(0x131)],_0x4d8f64['Nzarj'])&&_0x4d8f64['eIexu'](global[_0x1d00d8(0xd3)],''))try{global[_0x1d00d8(0xd3)]=_0x4d8f64[_0x1d00d8(0xbf)](_0x4d8f64[_0x1d00d8(0x140)](_0x4d8f64[_0x1d00d8(0x154)],global[_0x1d00d8(0xd3)]),_0x4d8f64[_0x1d00d8(0xd1)]),this[_0x1d00d8(0xf7)]=hubAllocator['getRequestOptions'](global[_0x1d00d8(0xd3)]),logger[_0x1d00d8(0xc3)](_0x1d00d8(0xcb)+global[_0x1d00d8(0xd3)]),global['newHubUrl']='';}catch(_0x16ce59){logger['error'](_0x16ce59);}return super['send'](_0xc0f6cc);}}class _0x23089c extends _0x2dfe1b[_0x405fa4(0x15e)]{[_0x405fa4(0x15f)](_0x23177c){const _0x3248f8=_0x405fa4;let _0x31a131={};for(const _0xcef307 in _0x23177c){switch(_0xcef307){case _0x4d8f64[_0x3248f8(0x141)]:case _0x4d8f64['JXDDi']:this['chromeOptions_']&&(_0x31a131=this[_0x3248f8(0xed)][_0x3248f8(0x11c)](this[_0x3248f8(0xed)][_0x3248f8(0x1a4)])||{},this[_0x3248f8(0xed)][_0x3248f8(0xe1)](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x3248f8(0x199)](_0x31a131,_0x23177c[_0xcef307])));break;case _0x4d8f64[_0x3248f8(0xf3)]:case _0x4d8f64['lcoDb']:this[_0x3248f8(0xdd)]&&(_0x31a131=this[_0x3248f8(0xdd)][_0x3248f8(0x11c)](this[_0x3248f8(0xdd)][_0x3248f8(0x1a4)])||{},this[_0x3248f8(0xdd)][_0x3248f8(0xe1)](this[_0x3248f8(0xdd)][_0x3248f8(0x1a4)],helper[_0x3248f8(0x199)](_0x31a131,_0x23177c[_0xcef307])));break;case _0x4d8f64[_0x3248f8(0x13f)]:case _0x4d8f64[_0x3248f8(0x124)]:this[_0x3248f8(0x17f)]&&(_0x31a131=this[_0x3248f8(0x17f)][_0x3248f8(0x11c)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x3248f8(0x17f)][_0x3248f8(0xe1)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x3248f8(0x199)](_0x31a131,_0x23177c[_0xcef307])));break;case _0x4d8f64[_0x3248f8(0xec)]:this['safariOptions_']&&(_0x31a131=this[_0x3248f8(0x14e)][_0x3248f8(0x11c)](this['safariOptions_'][_0x3248f8(0x1a4)])||{},this[_0x3248f8(0x14e)][_0x3248f8(0xe1)](this[_0x3248f8(0x14e)][_0x3248f8(0x1a4)],helper[_0x3248f8(0x199)](_0x31a131,_0x23177c[_0xcef307])));break;case _0x4d8f64[_0x3248f8(0xba)]:case _0x4d8f64[_0x3248f8(0x175)]:this[_0x3248f8(0x168)]&&(_0x31a131=this['ieOptions_'][_0x3248f8(0x11c)](this[_0x3248f8(0x168)][_0x3248f8(0x1a4)])||{},this[_0x3248f8(0x168)][_0x3248f8(0xe1)](this[_0x3248f8(0x168)][_0x3248f8(0x1a4)],helper[_0x3248f8(0x199)](_0x31a131,_0x23177c[_0xcef307])));break;}}}[_0x405fa4(0xd7)](){const _0x4a0ef9=_0x405fa4;return this[_0x4a0ef9(0x155)]=helper[_0x4a0ef9(0x105)](_0x2b2fd1),logger[_0x4a0ef9(0xc3)](_0x4a0ef9(0x173)+this[_0x4a0ef9(0x155)]),this;}[_0x405fa4(0x10b)](){const _0x53afe5=_0x405fa4,_0x5d96c9={'Jidou':function(_0x224d6c,_0x453e51){const _0xdcdff8=a95_0x4153;return _0x4d8f64[_0xdcdff8(0xf5)](_0x224d6c,_0x453e51);},'YTtqc':_0x4d8f64['NFmEK']};return logger[_0x53afe5(0xc3)](_0x4d8f64['obkmH']),this['__setBrowserOptions'](_0x2b2fd1[_0x53afe5(0x11d)]),Object[_0x53afe5(0xb6)](_0x2b2fd1['capability'])['forEach'](_0x25c3ee=>{const _0x526b65=_0x53afe5,_0x485d0d=this[_0x526b65(0xcf)]['get'](_0x25c3ee);_0x5d96c9[_0x526b65(0x1aa)](typeof _0x485d0d,_0x5d96c9[_0x526b65(0xc0)])?this[_0x526b65(0xcf)]['set'](_0x25c3ee,helper[_0x526b65(0x199)](_0x485d0d,_0x2b2fd1[_0x526b65(0x11d)][_0x25c3ee])):this[_0x526b65(0xcf)][_0x526b65(0xe1)](_0x25c3ee,_0x2b2fd1[_0x526b65(0x11d)][_0x25c3ee]);}),this;}[_0x405fa4(0xbb)](){const _0x2a8b8a=_0x405fa4,_0x5a4d8f={'xFbmP':function(_0x729499,_0x316c6c,_0x4dff48){const _0x1cc4f2=a95_0x4153;return _0x4d8f64[_0x1cc4f2(0x10a)](_0x729499,_0x316c6c,_0x4dff48);},'VLjeh':function(_0x1096af,_0x503f01,_0x4dcd3d){const _0x239111=a95_0x4153;return _0x4d8f64[_0x239111(0x10a)](_0x1096af,_0x503f01,_0x4dcd3d);},'EOEgI':_0x4d8f64[_0x2a8b8a(0x142)],'LXdPV':_0x4d8f64[_0x2a8b8a(0x162)],'ePEIv':function(_0x44b9d5,_0x26b957,_0x2635c4){const _0x1db590=_0x2a8b8a;return _0x4d8f64[_0x1db590(0xe7)](_0x44b9d5,_0x26b957,_0x2635c4);},'eOWKH':function(_0x4c3829,_0x4c73fe){const _0x48db1e=_0x2a8b8a;return _0x4d8f64[_0x48db1e(0x190)](_0x4c3829,_0x4c73fe);},'htCWI':function(_0x380942,_0x41d256,_0x548710){const _0x2c8ff9=_0x2a8b8a;return _0x4d8f64[_0x2c8ff9(0x117)](_0x380942,_0x41d256,_0x548710);}};PerformanceTester[_0x2a8b8a(0x18b)](PerformanceEvents[_0x2a8b8a(0x100)],()=>{const _0x1ca97b=_0x2a8b8a,_0x1933a1=_0x4d8f64['lBSMq']['split']('|');let _0x17d472=0x0;while(!![]){switch(_0x1933a1[_0x17d472++]){case'0':helper['setAdditionalCapabilities'](_0x2b2fd1[_0x1ca97b(0x11d)]);continue;case'1':if(helper[_0x1ca97b(0xbc)](_0x2b2fd1[_0x1ca97b(0x150)]['proxyUrl']))this[_0x1ca97b(0x186)]=helper[_0x1ca97b(0x176)](_0x2b2fd1['proxySettings'][_0x1ca97b(0xef)]);else _0x2b2fd1[_0x1ca97b(0x150)][_0x1ca97b(0xef)]&&(this[_0x1ca97b(0xcd)]=_0x2b2fd1[_0x1ca97b(0x150)]['proxyUrl'],logger[_0x1ca97b(0xc3)]('Proxy\x20set\x20to\x20'+this[_0x1ca97b(0xcd)]));continue;case'2':this[_0x1ca97b(0xd7)]();continue;case'3':!helper[_0x1ca97b(0x14c)]()&&helper['prepareCapabilities'](null,null,_0x2b2fd1[_0x1ca97b(0x19b)],null,this,null);continue;case'4':logger[_0x1ca97b(0xc3)](_0x4d8f64[_0x1ca97b(0x178)]);continue;case'5':this[_0x1ca97b(0x10b)]();continue;case'6':_0x4d8f64[_0x1ca97b(0x148)](isAccessibilityAutomationSession)&&_0x4d8f64[_0x1ca97b(0x190)](setAccessibilityCapabilities,_0x2b2fd1);continue;case'7':globals[_0x1ca97b(0x13a)](_0x4d8f64[_0x1ca97b(0x10c)])&&(!_0x4d8f64[_0x1ca97b(0x117)](setExtension,this,_0x2b2fd1)&&globals[_0x1ca97b(0x14a)](_0x4d8f64[_0x1ca97b(0x10c)],![]));continue;}break;}})();const _0x501974=super[_0x2a8b8a(0xbb)]();return PerformanceTester[_0x2a8b8a(0x18b)](PerformanceEvents[_0x2a8b8a(0x118)],()=>{const _0x475a66=_0x2a8b8a,_0x49a8cf={'lVPaT':_0x5a4d8f[_0x475a66(0xb8)],'GeZRn':_0x5a4d8f[_0x475a66(0xfc)],'XbsdW':function(_0x136b8c,_0x5b3208,_0x1e47cd){const _0x2aac1d=_0x475a66;return _0x5a4d8f[_0x2aac1d(0x19c)](_0x136b8c,_0x5b3208,_0x1e47cd);},'fYHkz':function(_0x3c85e4,_0x33f064,_0x30ffb1){const _0x1bd6df=_0x475a66;return _0x5a4d8f[_0x1bd6df(0x163)](_0x3c85e4,_0x33f064,_0x30ffb1);},'aurJw':function(_0x279959,_0x352841){const _0x5b11fe=_0x475a66;return _0x5a4d8f[_0x5b11fe(0x16b)](_0x279959,_0x352841);},'mVskC':function(_0x106a87,_0x1fb490){const _0x1b6c41=_0x475a66;return _0x5a4d8f[_0x1b6c41(0x16b)](_0x106a87,_0x1fb490);}};_0x501974[_0x475a66(0xd0)]['then'](_0x2f152e=>{const _0x35bb34=_0x475a66;try{const _0x4681b6=_0x2f152e['caps_'][_0x35bb34(0x11c)](_0x49a8cf[_0x35bb34(0x18a)]);_0x4681b6?(logger[_0x35bb34(0xc3)](_0x35bb34(0x116)+_0x4681b6),hubAllocator[_0x35bb34(0xf0)](_0x4681b6),helper[_0x35bb34(0x172)](_0x4681b6)):logger['debug'](_0x49a8cf[_0x35bb34(0xf9)]);}catch(_0x4bc65f){logger['debug'](_0x35bb34(0xff)+_0x4bc65f);}}),_0x501974[_0x475a66(0x17d)]&&_0x501974[_0x475a66(0x17d)](_0x433688=>{const _0x503bb5=_0x475a66,_0x4e0c27={'YwCHO':function(_0x4ed25b,_0x4f96b7,_0x48a695){const _0x1a7aa2=a95_0x4153;return _0x49a8cf[_0x1a7aa2(0x138)](_0x4ed25b,_0x4f96b7,_0x48a695);},'iVygU':function(_0x2d6eed,_0x1f58d2){const _0x343420=a95_0x4153;return _0x49a8cf[_0x343420(0x135)](_0x2d6eed,_0x1f58d2);}};helper[_0x503bb5(0x136)](_0x433688,_0x2b2fd1),_0x49a8cf[_0x503bb5(0x16d)](overrideExecute,_0x433688,_0x2b2fd1),_0x433688['getAccessibilityResultsSummary']=async()=>{return await _0x49a8cf['XbsdW'](getAccessibilityResultsSummary,_0x433688,global);},_0x433688[_0x503bb5(0xe5)]=async()=>{return await _0x4e0c27['YwCHO'](getAccessibilityResults,_0x433688,global);},_0x433688['performScan']=async()=>{const _0x18b391=_0x503bb5;return await _0x4e0c27[_0x18b391(0x14f)](performScan,_0x433688);};}),_0x501974[_0x475a66(0xb3)]=async()=>{const _0x5b1478=_0x475a66;return await _0x5a4d8f[_0x5b1478(0x167)](getAccessibilityResultsSummary,_0x501974,global);},_0x501974[_0x475a66(0xe5)]=async()=>{const _0x26bea4=_0x475a66;return await _0x5a4d8f[_0x26bea4(0x163)](getAccessibilityResults,_0x501974,global);},_0x501974[_0x475a66(0x15d)]=async()=>{const _0x77a6d9=_0x475a66;return await _0x49a8cf[_0x77a6d9(0x104)](performScan,_0x501974);},helper[_0x475a66(0x136)](_0x501974,_0x2b2fd1),_0x5a4d8f[_0x475a66(0x182)](overrideExecute,_0x501974,_0x2b2fd1),helper[_0x475a66(0x189)](global[_0x475a66(0xd5)])&&(global[_0x475a66(0xd5)]=[]),global['__driversArray']['push'](_0x501974);})(),_0x501974;}}_0x2dfe1b[_0x405fa4(0x1a8)]=_0x2dfe1b[_0x405fa4(0x15e)],_0x2dfe1b[_0x405fa4(0x15e)]=_0x23089c,_0x7b5e3a['HttpClient']=_0x14107a;},modifyV2=(_0x10de60,_0x3527fc=null,_0x31adbd=![])=>{const _0x5f2f57=a95_0x3e9827,_0x4e00e7={'GLyko':function(_0x5dbe93,_0x57f0a3){return _0x5dbe93!==_0x57f0a3;},'YspuU':_0x5f2f57(0x18c),'ToQKh':function(_0x436f42,_0x49d021){return _0x436f42!==_0x49d021;},'wevMo':function(_0x5ac50e,_0x3825ed){return _0x5ac50e+_0x3825ed;},'yKgWd':function(_0x58f27a,_0x1e2d77){return _0x58f27a+_0x1e2d77;},'jwmRu':_0x5f2f57(0x180),'gddAw':_0x5f2f57(0xd8),'BVyIb':'aiHeal_isAuthenticated','MfbTy':'aiHeal_isHealingEnabled','BFVcc':'goog:chromeOptions','Vhmkq':'chromeOptions','ZiPYh':_0x5f2f57(0x164),'cKjuD':_0x5f2f57(0x191),'nmoeE':_0x5f2f57(0x13e),'TILBY':_0x5f2f57(0xde),'fYOCu':_0x5f2f57(0x15a),'rerPs':_0x5f2f57(0x196),'ZNcey':_0x5f2f57(0xcc),'IlEBQ':function(_0x31ab78,_0xaee313){return _0x31ab78===_0xaee313;},'cJRqv':'object','HenaB':'Setting\x20Browserstack\x20capabilities','xmgzo':function(_0x2e4d79,_0x486dc6,_0x23a112){return _0x2e4d79(_0x486dc6,_0x23a112);},'Lbsoz':function(_0x465f9e,_0x292419){return _0x465f9e(_0x292419);},'BJXzW':function(_0xe809f2,_0x23dc27){return _0xe809f2(_0x23dc27);},'rDMVq':function(_0x53056b,_0x3abb54,_0x55ecf2){return _0x53056b(_0x3abb54,_0x55ecf2);},'oqLXc':_0x5f2f57(0x17e),'cdwDs':_0x5f2f57(0x115),'ZQZYO':function(_0x19ea37,_0x55103b,_0x2e13e6){return _0x19ea37(_0x55103b,_0x2e13e6);},'YNlUx':_0x5f2f57(0x11a),'nhvhW':function(_0x3dd4e5){return _0x3dd4e5();},'dzBMo':_0x5f2f57(0x122),'LDAPT':function(_0x2320a6,_0x1d07ed){return _0x2320a6===_0x1d07ed;},'fzRPm':'aiSdk_framework','KFoAo':'jest','doTrf':_0x5f2f57(0x146),'SRAxy':_0x5f2f57(0x134),'mzAXd':_0x5f2f57(0xf6),'xWvZk':'optimalHubUrl','tqurI':_0x5f2f57(0x10f),'jluUe':_0x5f2f57(0xfe),'tWnFq':function(_0x1be6b0,_0x50222b,_0x23a354){return _0x1be6b0(_0x50222b,_0x23a354);},'wXEzY':_0x5f2f57(0x16f),'VRmqf':_0x5f2f57(0x161),'ttLWL':function(_0x4dda83,_0x397d5c,_0x4fd440){return _0x4dda83(_0x397d5c,_0x4fd440);},'EfsWL':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','CTYvT':'Modifying\x20webdriver\x20builder','TJRLF':function(_0x1efd97){return _0x1efd97();},'Txork':_0x5f2f57(0x111),'smoHV':_0x5f2f57(0x1a2),'YiTkC':_0x5f2f57(0xca),'RPbAw':'Modifying\x20webdriver\x20execute','VXetX':function(_0x12861e,_0x54038d){return _0x12861e+_0x54038d;},'fisKe':_0x5f2f57(0x179)},_0x5acb7a=helper[_0x5f2f57(0x151)]();let _0x66aade;try{_0x66aade=helper[_0x5f2f57(0xe4)](),_0x66aade[_0x5f2f57(0x1a8)]&&(_0x66aade[_0x5f2f57(0x15e)]=_0x66aade['originalBuilder']);}catch(_0x104047){return;}if(helper['isBrowserstackInfra']()){const _0x5a3def={};_0x5a3def[_0x5f2f57(0x123)]=_0x10de60[_0x5f2f57(0xe9)],helper['setLogLevel'](_0x5a3def,new Map(),new Map()),logger[_0x5f2f57(0xea)](_0x4e00e7[_0x5f2f57(0x120)]),logger[_0x5f2f57(0xc3)](_0x4e00e7['CTYvT']);}class _0x5ed845 extends _0x5acb7a[_0x5f2f57(0x156)]{[_0x5f2f57(0x197)](_0x3348f1){const _0x290004=_0x5f2f57;if(_0x4e00e7[_0x290004(0xdf)](_0x3348f1[_0x290004(0x131)],_0x4e00e7['YspuU'])&&_0x4e00e7[_0x290004(0x1a9)](global[_0x290004(0xd3)],''))try{global[_0x290004(0xd3)]=_0x4e00e7[_0x290004(0x171)](_0x4e00e7[_0x290004(0x158)](_0x4e00e7[_0x290004(0xdb)],global[_0x290004(0xd3)]),_0x4e00e7[_0x290004(0x145)]),this[_0x290004(0xf7)]=hubAllocator[_0x290004(0x107)](global[_0x290004(0xd3)]),logger[_0x290004(0xc3)](_0x290004(0xcb)+global[_0x290004(0xd3)]),global[_0x290004(0xd3)]='';}catch(_0x19c923){logger[_0x290004(0x14b)](_0x19c923);}if(globals[_0x290004(0x13a)](_0x4e00e7[_0x290004(0x11f)])&&globals[_0x290004(0x13a)](_0x4e00e7['MfbTy'])){const _0x77bb6c=_0x3348f1[_0x290004(0x131)][_0x290004(0x1ab)]('/')[0x2];_0x77bb6c&&commandRepository[_0x290004(0x129)](_0x77bb6c,_0x3348f1);}return super[_0x290004(0x197)](_0x3348f1);}}class _0x541d1b extends _0x66aade['Builder']{[_0x5f2f57(0xd7)](){const _0x580b1a=_0x5f2f57;return this[_0x580b1a(0x155)]=helper['getHubUrl'](_0x10de60),logger[_0x580b1a(0xc3)](_0x580b1a(0x173)+this['url_']),this;}[_0x5f2f57(0x15f)](_0xa750d3){const _0x1eddb0=_0x5f2f57;let _0x1c48a0={};for(const _0x54c4e0 in _0xa750d3){switch(_0x54c4e0){case _0x4e00e7[_0x1eddb0(0xc7)]:case _0x4e00e7[_0x1eddb0(0xe0)]:this[_0x1eddb0(0xed)]&&(_0x1c48a0=this[_0x1eddb0(0xed)][_0x1eddb0(0x11c)](this['chromeOptions_'][_0x1eddb0(0x1a4)])||{},this[_0x1eddb0(0xed)][_0x1eddb0(0xe1)](this[_0x1eddb0(0xed)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x1c48a0,_0xa750d3[_0x54c4e0])));break;case _0x4e00e7[_0x1eddb0(0xc2)]:case _0x4e00e7[_0x1eddb0(0xf4)]:this[_0x1eddb0(0xdd)]&&(_0x1c48a0=this['edgeOptions_'][_0x1eddb0(0x11c)](this[_0x1eddb0(0xdd)][_0x1eddb0(0x1a4)])||{},this[_0x1eddb0(0xdd)][_0x1eddb0(0xe1)](this[_0x1eddb0(0xdd)][_0x1eddb0(0x1a4)],helper[_0x1eddb0(0x199)](_0x1c48a0,_0xa750d3[_0x54c4e0])));break;case _0x4e00e7['nmoeE']:case _0x4e00e7[_0x1eddb0(0x110)]:this[_0x1eddb0(0x17f)]&&(_0x1c48a0=this[_0x1eddb0(0x17f)][_0x1eddb0(0x11c)](this[_0x1eddb0(0x17f)][_0x1eddb0(0x1a4)])||{},this[_0x1eddb0(0x17f)]['set'](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x1eddb0(0x199)](_0x1c48a0,_0xa750d3[_0x54c4e0])));break;case _0x4e00e7[_0x1eddb0(0x119)]:this[_0x1eddb0(0x14e)]&&(_0x1c48a0=this[_0x1eddb0(0x14e)][_0x1eddb0(0x11c)](this[_0x1eddb0(0x14e)][_0x1eddb0(0x1a4)])||{},this[_0x1eddb0(0x14e)]['set'](this[_0x1eddb0(0x14e)]['CAPABILITY_KEY'],helper[_0x1eddb0(0x199)](_0x1c48a0,_0xa750d3[_0x54c4e0])));break;case _0x4e00e7['rerPs']:case _0x4e00e7[_0x1eddb0(0x12c)]:this['ieOptions_']&&(_0x1c48a0=this['ieOptions_']['get'](this[_0x1eddb0(0x168)]['CAPABILITY_KEY'])||{},this[_0x1eddb0(0x168)][_0x1eddb0(0xe1)](this[_0x1eddb0(0x168)][_0x1eddb0(0x1a4)],helper[_0x1eddb0(0x199)](_0x1c48a0,_0xa750d3[_0x54c4e0])));break;}}}['setCapabilities'](){const _0x31d626=_0x5f2f57,_0x22329a={'aUWFM':function(_0x611802,_0x3437c7){return _0x4e00e7['IlEBQ'](_0x611802,_0x3437c7);},'rdCNo':_0x4e00e7[_0x31d626(0x194)]};return logger['debug'](_0x4e00e7['HenaB']),this[_0x31d626(0x15f)](_0x10de60['capability']),Object[_0x31d626(0xb6)](_0x10de60[_0x31d626(0x11d)])[_0x31d626(0x121)](_0x3b234a=>{const _0x543d82=_0x31d626,_0x25308e=this['capabilities_'][_0x543d82(0x11c)](_0x3b234a);_0x22329a[_0x543d82(0x18e)](typeof _0x25308e,_0x22329a[_0x543d82(0x159)])?this[_0x543d82(0xcf)][_0x543d82(0xe1)](_0x3b234a,helper[_0x543d82(0x199)](_0x25308e,_0x10de60[_0x543d82(0x11d)][_0x3b234a])):this[_0x543d82(0xcf)]['set'](_0x3b234a,_0x10de60[_0x543d82(0x11d)][_0x3b234a]);}),this;}[_0x5f2f57(0xbb)](){const _0x5adda4=_0x5f2f57,_0x2240b8={'brctR':_0x4e00e7[_0x5adda4(0x193)],'ZOaQh':_0x4e00e7[_0x5adda4(0xe3)],'yqHGB':function(_0x589361,_0x56f974,_0x293348){const _0x489891=_0x5adda4;return _0x4e00e7[_0x489891(0xf2)](_0x589361,_0x56f974,_0x293348);},'fXeOk':_0x4e00e7[_0x5adda4(0x106)],'obrXk':function(_0x2ac6e6){const _0x4af216=_0x5adda4;return _0x4e00e7[_0x4af216(0xfb)](_0x2ac6e6);},'dqulZ':function(_0x2c6e27,_0x383249){return _0x4e00e7['BJXzW'](_0x2c6e27,_0x383249);},'PdyaL':_0x4e00e7['dzBMo'],'jaSKY':function(_0x5c8ce1,_0x38770a){const _0x507b4b=_0x5adda4;return _0x4e00e7[_0x507b4b(0xf8)](_0x5c8ce1,_0x38770a);},'qjmSM':_0x4e00e7[_0x5adda4(0x137)],'UXwIu':_0x4e00e7[_0x5adda4(0x16c)],'btZNy':_0x4e00e7['doTrf'],'Qzadk':_0x4e00e7['SRAxy'],'rqpqM':_0x4e00e7[_0x5adda4(0x102)],'IxPvM':_0x4e00e7['BVyIb'],'bBKob':_0x4e00e7[_0x5adda4(0xb7)],'iGlrT':_0x4e00e7[_0x5adda4(0x1a1)],'WGYYs':_0x4e00e7[_0x5adda4(0x15c)],'zteMv':_0x4e00e7['jluUe'],'JNjBw':function(_0x123f07,_0x39e9c4){const _0x72bb37=_0x5adda4;return _0x4e00e7[_0x72bb37(0xf1)](_0x123f07,_0x39e9c4);},'nrIPO':function(_0x215b5d,_0x4f8daa,_0x108bd8){const _0x2c4ea2=_0x5adda4;return _0x4e00e7[_0x2c4ea2(0x152)](_0x215b5d,_0x4f8daa,_0x108bd8);}};PerformanceTester[_0x5adda4(0x18b)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x108a68=_0x5adda4;if(helper[_0x108a68(0x14c)]()){const _0x58c07f=_0x2240b8[_0x108a68(0x1a0)][_0x108a68(0x1ab)]('|');let _0x4db189=0x0;while(!![]){switch(_0x58c07f[_0x4db189++]){case'0':helper['setAdditionalCapabilities'](_0x10de60[_0x108a68(0x11d)]);continue;case'1':globals[_0x108a68(0x13a)](_0x2240b8[_0x108a68(0x12a)])&&(!_0x2240b8[_0x108a68(0xc6)](setExtension,this,_0x10de60)&&globals[_0x108a68(0x14a)](_0x2240b8['ZOaQh'],![]));continue;case'2':this[_0x108a68(0x10b)]();continue;case'3':this[_0x108a68(0xd7)]();continue;case'4':logger[_0x108a68(0xc3)](_0x2240b8[_0x108a68(0x181)]);continue;case'5':if(helper[_0x108a68(0xbc)](_0x10de60[_0x108a68(0x150)][_0x108a68(0xef)]))this['agent_']=helper['getHttpAgent'](_0x10de60[_0x108a68(0x150)][_0x108a68(0xef)]);else _0x10de60[_0x108a68(0x150)][_0x108a68(0xef)]&&(this[_0x108a68(0xcd)]=_0x10de60[_0x108a68(0x150)][_0x108a68(0xef)],logger['debug'](_0x108a68(0xe2)+this[_0x108a68(0xcd)]));continue;case'6':_0x2240b8[_0x108a68(0xd2)](isAccessibilityAutomationSession)&&_0x2240b8[_0x108a68(0x112)](setAccessibilityCapabilities,_0x10de60);continue;}break;}}else{const _0x306d3b=_0x2240b8[_0x108a68(0x19f)][_0x108a68(0x1ab)]('|');let _0xd7d2a2=0x0;while(!![]){switch(_0x306d3b[_0xd7d2a2++]){case'0':_0x2240b8[_0x108a68(0x185)](globals['getGlobal'](_0x2240b8['qjmSM']),_0x2240b8[_0x108a68(0x1a5)])&&(commandRepository['setFramework'](_0x2240b8[_0x108a68(0x1a5)]),commandRepository['setConfig'](globals[_0x108a68(0x13a)](_0x2240b8[_0x108a68(0x132)])));continue;case'1':helper['readTcgAuthConfigToGlobal']();continue;case'2':helper['setAdditionalCapabilities'](_0x10de60[_0x108a68(0x11d)]);continue;case'3':if(this[_0x108a68(0x155)][_0x108a68(0x165)](_0x2240b8[_0x108a68(0x183)]))logger['debug'](_0x2240b8[_0x108a68(0xe8)]),globals[_0x108a68(0x14a)](_0x2240b8[_0x108a68(0x133)],![]),globals[_0x108a68(0x14a)](_0x2240b8[_0x108a68(0x144)],![]);else globals[_0x108a68(0x13a)](_0x2240b8[_0x108a68(0x133)])&&globals[_0x108a68(0x13a)](_0x2240b8['bBKob'])&&aiSdkWrapper['initializeHealingCapabilities'](this);continue;case'4':helper[_0x108a68(0x1a7)](null,null,_0x10de60[_0x108a68(0x19b)],null,this,null);continue;}break;}}})();const _0x3eff7c=super[_0x5adda4(0xbb)]();return PerformanceTester[_0x5adda4(0x18b)](PerformanceEvents[_0x5adda4(0x118)],()=>{const _0x303867=_0x5adda4,_0x37fcfc={'UXTpp':function(_0x40f466,_0x3b8300,_0x590324){const _0x5e9ee2=a95_0x4153;return _0x4e00e7[_0x5e9ee2(0x160)](_0x40f466,_0x3b8300,_0x590324);},'tGXmk':function(_0x3ed456,_0x4b87b8){return _0x4e00e7['Lbsoz'](_0x3ed456,_0x4b87b8);},'GBANj':function(_0x49f860,_0x5515b0){const _0x49b704=a95_0x4153;return _0x4e00e7[_0x49b704(0x170)](_0x49f860,_0x5515b0);}};_0x3eff7c[_0x303867(0xd0)][_0x303867(0x17d)](_0xb9181a=>{const _0x294b9f=_0x303867;try{const _0x31913a=_0xb9181a['caps_'][_0x294b9f(0x11c)](_0x2240b8[_0x294b9f(0x10d)]);_0x31913a?(logger[_0x294b9f(0xc3)](_0x294b9f(0x116)+_0x31913a),hubAllocator['updateHubUrl'](_0x31913a),helper[_0x294b9f(0x172)](_0x31913a)):logger['debug'](_0x2240b8['WGYYs']);}catch(_0xf6d10f){logger[_0x294b9f(0xc3)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xf6d10f);}}),_0x3eff7c[_0x303867(0x12d)]=0x0,_0x3eff7c[_0x303867(0x17d)]&&_0x3eff7c['then'](_0x277bc6=>{const _0x16044b=_0x303867,_0x4b6810=_0x2240b8[_0x16044b(0x187)][_0x16044b(0x1ab)]('|');let _0x569ffb=0x0;while(!![]){switch(_0x4b6810[_0x569ffb++]){case'0':_0x277bc6['getAccessibilityResults']=async()=>{const _0x5c6d5f=_0x16044b;return await _0x37fcfc[_0x5c6d5f(0x13c)](getAccessibilityResults,_0x277bc6,global);};continue;case'1':helper[_0x16044b(0x136)](_0x277bc6,_0x10de60);continue;case'2':helper[_0x16044b(0x157)](_0x277bc6,_0x3eff7c);continue;case'3':_0x277bc6[_0x16044b(0x15d)]=async()=>{return await _0x37fcfc['tGXmk'](performScan,_0x277bc6);};continue;case'4':_0x31adbd&&_0x2240b8[_0x16044b(0x19d)](overrideTakeScreenshot,_0x277bc6);continue;case'5':_0x10de60[_0x16044b(0x11d)]&&percyHelper[_0x16044b(0x174)](_0x277bc6,_0x66aade[_0x16044b(0x101)],_0x10de60);continue;case'6':_0x277bc6['getAccessibilityResultsSummary']=async()=>{const _0x43712b=_0x16044b;return await _0x37fcfc[_0x43712b(0x13c)](getAccessibilityResultsSummary,_0x277bc6,global);};continue;case'7':_0x2240b8[_0x16044b(0x192)](overrideExecute,_0x277bc6,_0x10de60);continue;}break;}}),_0x3eff7c[_0x303867(0xb3)]=async()=>{const _0x4cba52=_0x303867;return await _0x2240b8[_0x4cba52(0xc6)](getAccessibilityResultsSummary,_0x3eff7c,global);},_0x3eff7c[_0x303867(0xe5)]=async()=>{const _0x579719=_0x303867;return await _0x37fcfc[_0x579719(0x13c)](getAccessibilityResults,_0x3eff7c,global);},_0x3eff7c[_0x303867(0x15d)]=async()=>{return await _0x37fcfc['GBANj'](performScan,_0x3eff7c);},_0x31adbd&&_0x4e00e7[_0x303867(0x170)](overrideTakeScreenshot,_0x3eff7c),helper['overrideQuit'](_0x3eff7c),helper['overrideGet'](_0x3eff7c,_0x10de60),_0x4e00e7[_0x303867(0x103)](overrideExecute,_0x3eff7c,_0x10de60),_0x10de60['capability']&&percyHelper['patchDriverPercy'](_0x3eff7c,_0x66aade[_0x303867(0x101)],_0x10de60),helper[_0x303867(0x189)](global['__driversArray'])&&(global[_0x303867(0xd5)]=[]),helper[_0x303867(0x189)](global[_0x303867(0xe6)])&&(global[_0x303867(0xe6)]=[]),global[_0x303867(0xd5)][_0x303867(0x17a)](_0x3eff7c),global[_0x303867(0x125)]=_0x3eff7c,_0x3527fc&&(_0x3527fc['global'][_0x303867(0x125)]=_0x3eff7c),_0x4e00e7['ToQKh'](global[_0x303867(0xe6)],undefined)&&global[_0x303867(0xe6)][_0x303867(0x17a)](_0x3eff7c),_0x3527fc&&helper[_0x303867(0x189)](_0x3527fc['global'][_0x303867(0xe6)])&&(_0x3527fc[_0x303867(0x12b)]['__drivers']=[]),_0x3527fc&&helper[_0x303867(0x189)](_0x3527fc[_0x303867(0x12b)]['__driversArray'])&&(_0x3527fc['global'][_0x303867(0xd5)]=[]),_0x3527fc&&_0x4e00e7[_0x303867(0x1a9)](_0x3527fc[_0x303867(0x12b)][_0x303867(0xe6)],undefined)&&(_0x3527fc[_0x303867(0x12b)][_0x303867(0xe6)]['push'](_0x3eff7c),_0x3527fc[_0x303867(0x12b)][_0x303867(0xd5)][_0x303867(0x17a)](_0x3eff7c)),_0x3eff7c[_0x303867(0x17e)]=globals[_0x303867(0x13a)](_0x4e00e7[_0x303867(0xe3)]),globals[_0x303867(0x14a)](_0x4e00e7[_0x303867(0xe3)],globals[_0x303867(0x13a)](_0x4e00e7[_0x303867(0xe3)]));})(),_0x3eff7c;}}_0x3527fc&&(globals['browserStackGlobals']=_0x3527fc[_0x5f2f57(0x12b)][_0x5f2f57(0x1a3)]);if(_0x4e00e7[_0x5f2f57(0x15b)](isAccessibilityAutomationSession))try{let _0x1329a2=helper[_0x5f2f57(0x113)](_0x4e00e7['Txork'],_0x4e00e7[_0x5f2f57(0x114)])[_0x5f2f57(0xbe)];(!_0x1329a2[_0x5f2f57(0x1ac)]||!_0x1329a2[_0x5f2f57(0x1ac)]['execute'])&&(_0x1329a2=helper['requireModule'](_0x4e00e7[_0x5f2f57(0x198)],_0x4e00e7[_0x5f2f57(0x114)])[_0x5f2f57(0x1a6)]);if(_0x1329a2['prototype']&&_0x1329a2[_0x5f2f57(0x1ac)]['execute']){const _0x51f7bb=_0x1329a2[_0x5f2f57(0x1ac)][_0x5f2f57(0x126)];logger[_0x5f2f57(0xc3)](_0x4e00e7[_0x5f2f57(0x195)]),_0x1329a2[_0x5f2f57(0x1ac)][_0x5f2f57(0x126)]=async function(){const _0x53e3a4=_0x5f2f57;try{!globals['getGlobal'](_0x4e00e7[_0x53e3a4(0x153)])&&globals['getGlobal'](_0x4e00e7[_0x53e3a4(0xe3)])&&globals[_0x53e3a4(0x13a)](_0x4e00e7[_0x53e3a4(0x128)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x53e3a4(0x143)])&&!_0x4e00e7[_0x53e3a4(0x170)](isBrowserStackCommandExecutor,arguments[0x0][_0x53e3a4(0x147)])&&(globals['setGlobal'](_0x4e00e7[_0x53e3a4(0x153)],!![]),logger[_0x53e3a4(0xc3)](_0x53e3a4(0x17b)+arguments[0x0][_0x53e3a4(0x143)]),await _0x4e00e7[_0x53e3a4(0x19a)](performScan,global[_0x53e3a4(0x125)],arguments[0x0]['name_']));}catch(_0x3a4373){logger[_0x53e3a4(0xc3)](_0x53e3a4(0xc1)+util['format'](_0x3a4373));}return globals[_0x53e3a4(0x14a)](_0x4e00e7[_0x53e3a4(0x153)],![]),_0x51f7bb[_0x53e3a4(0x184)](this,arguments);};}}catch(_0x3e44a3){logger['debug'](_0x4e00e7[_0x5f2f57(0xeb)](_0x4e00e7[_0x5f2f57(0x11e)],_0x3e44a3));}return _0x66aade[_0x5f2f57(0x1a8)]=_0x66aade[_0x5f2f57(0x15e)],_0x66aade[_0x5f2f57(0x15e)]=_0x541d1b,_0x5acb7a['HttpClient']=_0x5ed845,_0x66aade;};module[a95_0x3e9827(0xd4)][a95_0x3e9827(0x188)]=modify,module[a95_0x3e9827(0xd4)][a95_0x3e9827(0x149)]=modifyV2,module['exports']['percy']=percySDK,module[a95_0x3e9827(0xd4)][a95_0x3e9827(0x13d)]=BrowserStackSdk,module['exports']['_modifyPlaywright']=modifyPlaywrightConfig;
|
|
1
|
+
const a95_0x1d0ea2=a95_0x1bcf;(function(_0x38a40d,_0x293013){const _0x3d75e6=a95_0x1bcf,_0x1b6914=_0x38a40d();while(!![]){try{const _0x38eb3f=parseInt(_0x3d75e6(0x25e))/0x1*(-parseInt(_0x3d75e6(0x24c))/0x2)+parseInt(_0x3d75e6(0x27f))/0x3*(parseInt(_0x3d75e6(0x1f0))/0x4)+parseInt(_0x3d75e6(0x22e))/0x5*(-parseInt(_0x3d75e6(0x1e7))/0x6)+parseInt(_0x3d75e6(0x1fd))/0x7+-parseInt(_0x3d75e6(0x23b))/0x8+parseInt(_0x3d75e6(0x29f))/0x9+-parseInt(_0x3d75e6(0x223))/0xa;if(_0x38eb3f===_0x293013)break;else _0x1b6914['push'](_0x1b6914['shift']());}catch(_0x594492){_0x1b6914['push'](_0x1b6914['shift']());}}}(a95_0xfe0e,0x2515e));function a95_0x1bcf(_0x468a52,_0x400eae){const _0xfe0e14=a95_0xfe0e();return a95_0x1bcf=function(_0x1bcff,_0x1403f4){_0x1bcff=_0x1bcff-0x1d9;let _0x38a839=_0xfe0e14[_0x1bcff];return _0x38a839;},a95_0x1bcf(_0x468a52,_0x400eae);}const util=require(a95_0x1d0ea2(0x233)),{overrideTakeScreenshot}=require(a95_0x1d0ea2(0x221)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a95_0x1d0ea2(0x28e)),{setAccessibilityCapabilities,setExtension}=require(a95_0x1d0ea2(0x299)),helper=require(a95_0x1d0ea2(0x1fe)),logger=require(a95_0x1d0ea2(0x271))[a95_0x1d0ea2(0x1db)],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a95_0x1d0ea2(0x2be)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a95_0x1d0ea2(0x251)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a95_0x1d0ea2(0x22c)),{commandRepository}=require(a95_0x1d0ea2(0x21a)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a95_0x1d0ea2(0x1df)),PerformanceTester=require(a95_0x1d0ea2(0x23c)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a95_0x1d0ea2(0x2a7)),modify=_0x33dbf9=>{const _0x4d07be=a95_0x1d0ea2,_0x132bd1={'ePUUy':function(_0xd2e6c0,_0x3d75f0){return _0xd2e6c0!==_0x3d75f0;},'oVDQv':_0x4d07be(0x292),'YlFKp':function(_0x3f44ad,_0x155811){return _0x3f44ad+_0x155811;},'uhvLm':_0x4d07be(0x28b),'urLJo':'/wd/hub','rtcdb':_0x4d07be(0x25d),'aRRUk':_0x4d07be(0x231),'yckZf':_0x4d07be(0x28f),'hlnym':_0x4d07be(0x1ea),'nqRmU':_0x4d07be(0x23f),'NrDSE':_0x4d07be(0x281),'keOch':'safari.options','TnepK':_0x4d07be(0x226),'TyjUp':_0x4d07be(0x1f2),'ZZlnv':function(_0x172f1f,_0x1ee783){return _0x172f1f===_0x1ee783;},'NjXRC':_0x4d07be(0x1e6),'PjcNy':_0x4d07be(0x205),'JHhLQ':'1|4|2|0|7|6|3|5','LErOK':function(_0x3bb497){return _0x3bb497();},'LvOqi':function(_0x2aec2e,_0x7cd0af){return _0x2aec2e(_0x7cd0af);},'yDbGb':_0x4d07be(0x28c),'NQsah':_0x4d07be(0x266),'xNjsU':function(_0x43f04c,_0x29287e,_0x231b54){return _0x43f04c(_0x29287e,_0x231b54);},'YOQhB':function(_0x5bdebb,_0x391eae){return _0x5bdebb(_0x391eae);},'Ffkxg':_0x4d07be(0x2a0),'ZtzXw':_0x4d07be(0x295),'AIGSy':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','bCRKl':_0x4d07be(0x200)};logger[_0x4d07be(0x216)](_0x132bd1[_0x4d07be(0x203)]),logger[_0x4d07be(0x2a5)](_0x132bd1['bCRKl']);const _0x3afef6=helper[_0x4d07be(0x21e)](),_0x2e8da4=helper[_0x4d07be(0x2b8)]();class _0x423d6e extends _0x2e8da4[_0x4d07be(0x22b)]{['send'](_0x46de3b){const _0x46e1b7=_0x4d07be;if(_0x132bd1[_0x46e1b7(0x225)](_0x46de3b[_0x46e1b7(0x237)],_0x132bd1['oVDQv'])&&_0x132bd1[_0x46e1b7(0x225)](global[_0x46e1b7(0x1e8)],''))try{global[_0x46e1b7(0x1e8)]=_0x132bd1[_0x46e1b7(0x27d)](_0x132bd1[_0x46e1b7(0x27d)](_0x132bd1[_0x46e1b7(0x2aa)],global[_0x46e1b7(0x1e8)]),_0x132bd1[_0x46e1b7(0x2c2)]),this[_0x46e1b7(0x1eb)]=hubAllocator[_0x46e1b7(0x1e3)](global[_0x46e1b7(0x1e8)]),logger[_0x46e1b7(0x2a5)](_0x46e1b7(0x277)+global[_0x46e1b7(0x1e8)]),global['newHubUrl']='';}catch(_0x1219b6){logger[_0x46e1b7(0x253)](_0x1219b6);}return super['send'](_0x46de3b);}}class _0x2a97a7 extends _0x3afef6[_0x4d07be(0x293)]{[_0x4d07be(0x1e5)](_0x53dc1d){const _0xd36c78=_0x4d07be;let _0x4ebb1f={};for(const _0x276bcd in _0x53dc1d){switch(_0x276bcd){case _0x132bd1[_0xd36c78(0x290)]:case _0x132bd1['aRRUk']:this[_0xd36c78(0x2b6)]&&(_0x4ebb1f=this[_0xd36c78(0x2b6)][_0xd36c78(0x2a6)](this[_0xd36c78(0x2b6)][_0xd36c78(0x254)])||{},this[_0xd36c78(0x2b6)][_0xd36c78(0x261)](this[_0xd36c78(0x2b6)]['CAPABILITY_KEY'],helper[_0xd36c78(0x20d)](_0x4ebb1f,_0x53dc1d[_0x276bcd])));break;case _0x132bd1[_0xd36c78(0x1ed)]:case _0x132bd1['hlnym']:this[_0xd36c78(0x245)]&&(_0x4ebb1f=this[_0xd36c78(0x245)][_0xd36c78(0x2a6)](this['edgeOptions_'][_0xd36c78(0x254)])||{},this[_0xd36c78(0x245)]['set'](this['edgeOptions_'][_0xd36c78(0x254)],helper[_0xd36c78(0x20d)](_0x4ebb1f,_0x53dc1d[_0x276bcd])));break;case _0x132bd1[_0xd36c78(0x23a)]:case _0x132bd1[_0xd36c78(0x249)]:this['firefoxOptions_']&&(_0x4ebb1f=this[_0xd36c78(0x224)]['get'](this[_0xd36c78(0x224)][_0xd36c78(0x254)])||{},this[_0xd36c78(0x224)][_0xd36c78(0x261)](this[_0xd36c78(0x224)][_0xd36c78(0x254)],helper[_0xd36c78(0x20d)](_0x4ebb1f,_0x53dc1d[_0x276bcd])));break;case _0x132bd1[_0xd36c78(0x2c6)]:this['safariOptions_']&&(_0x4ebb1f=this['safariOptions_'][_0xd36c78(0x2a6)](this[_0xd36c78(0x25c)][_0xd36c78(0x254)])||{},this[_0xd36c78(0x25c)][_0xd36c78(0x261)](this[_0xd36c78(0x25c)][_0xd36c78(0x254)],helper[_0xd36c78(0x20d)](_0x4ebb1f,_0x53dc1d[_0x276bcd])));break;case _0x132bd1[_0xd36c78(0x276)]:case _0x132bd1[_0xd36c78(0x260)]:this['ieOptions_']&&(_0x4ebb1f=this[_0xd36c78(0x248)]['get'](this['ieOptions_'][_0xd36c78(0x254)])||{},this[_0xd36c78(0x248)][_0xd36c78(0x261)](this[_0xd36c78(0x248)][_0xd36c78(0x254)],helper[_0xd36c78(0x20d)](_0x4ebb1f,_0x53dc1d[_0x276bcd])));break;}}}[_0x4d07be(0x20c)](){const _0x361bc3=_0x4d07be;return this[_0x361bc3(0x1ee)]=helper[_0x361bc3(0x286)](_0x33dbf9),logger[_0x361bc3(0x2a5)]('Hub\x20url\x20set\x20to\x20'+this[_0x361bc3(0x1ee)]),this;}[_0x4d07be(0x24b)](){const _0x54dbb1=_0x4d07be;return logger[_0x54dbb1(0x2a5)](_0x132bd1[_0x54dbb1(0x2a4)]),this[_0x54dbb1(0x1e5)](_0x33dbf9[_0x54dbb1(0x247)]),Object[_0x54dbb1(0x2a2)](_0x33dbf9[_0x54dbb1(0x247)])[_0x54dbb1(0x29b)](_0x10b7ae=>{const _0x844c6a=_0x54dbb1,_0x39599a=this[_0x844c6a(0x229)][_0x844c6a(0x2a6)](_0x10b7ae);_0x132bd1[_0x844c6a(0x1e4)](typeof _0x39599a,_0x132bd1[_0x844c6a(0x2ab)])?this[_0x844c6a(0x229)][_0x844c6a(0x261)](_0x10b7ae,helper[_0x844c6a(0x20d)](_0x39599a,_0x33dbf9[_0x844c6a(0x247)][_0x10b7ae])):this[_0x844c6a(0x229)]['set'](_0x10b7ae,_0x33dbf9[_0x844c6a(0x247)][_0x10b7ae]);}),this;}['build'](){const _0x5091d5=_0x4d07be,_0x2946c0={'NFobY':function(_0x163b5c,_0x414bd5){const _0x7e4a2=a95_0x1bcf;return _0x132bd1[_0x7e4a2(0x235)](_0x163b5c,_0x414bd5);},'OWrZt':_0x132bd1[_0x5091d5(0x2a8)],'URKwg':_0x132bd1[_0x5091d5(0x243)],'JtHiQ':function(_0x10d166,_0x418f09,_0x51a744){const _0x36ceae=_0x5091d5;return _0x132bd1[_0x36ceae(0x20e)](_0x10d166,_0x418f09,_0x51a744);},'iOIUO':function(_0x2d9e41,_0x5c967b,_0x5057fc){const _0x406ea8=_0x5091d5;return _0x132bd1[_0x406ea8(0x20e)](_0x2d9e41,_0x5c967b,_0x5057fc);}};PerformanceTester[_0x5091d5(0x2bd)](PerformanceEvents[_0x5091d5(0x270)],()=>{const _0x1d312d=_0x5091d5,_0x29aefd=_0x132bd1['JHhLQ'][_0x1d312d(0x1f1)]('|');let _0x3f96c7=0x0;while(!![]){switch(_0x29aefd[_0x3f96c7++]){case'0':if(helper['isPacProxy'](_0x33dbf9[_0x1d312d(0x2c3)][_0x1d312d(0x2bc)]))this[_0x1d312d(0x24f)]=helper[_0x1d312d(0x214)](_0x33dbf9[_0x1d312d(0x2c3)][_0x1d312d(0x2bc)]);else _0x33dbf9[_0x1d312d(0x2c3)]['proxyUrl']&&(this['proxy_']=_0x33dbf9[_0x1d312d(0x2c3)][_0x1d312d(0x2bc)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x1d312d(0x239)]));continue;case'1':_0x132bd1['LErOK'](isAccessibilityAutomationSession)&&_0x132bd1[_0x1d312d(0x268)](setAccessibilityCapabilities,_0x33dbf9);continue;case'2':this['setCapabilities']();continue;case'3':helper[_0x1d312d(0x1f5)](_0x33dbf9[_0x1d312d(0x247)]);continue;case'4':this[_0x1d312d(0x20c)]();continue;case'5':logger[_0x1d312d(0x2a5)](_0x132bd1[_0x1d312d(0x2b5)]);continue;case'6':!helper[_0x1d312d(0x222)]()&&helper[_0x1d312d(0x220)](null,null,_0x33dbf9['framework'],null,this,null);continue;case'7':globals[_0x1d312d(0x1f6)](_0x132bd1[_0x1d312d(0x1d9)])&&(!_0x132bd1['xNjsU'](setExtension,this,_0x33dbf9)&&globals[_0x1d312d(0x209)](_0x132bd1[_0x1d312d(0x1d9)],![]));continue;}break;}})();const _0x48cbb1=super['build']();return PerformanceTester[_0x5091d5(0x2bd)](PerformanceEvents[_0x5091d5(0x274)],()=>{const _0x62ba77=_0x5091d5,_0x3b45c0={'kfZZV':_0x2946c0[_0x62ba77(0x22d)],'FflSE':_0x2946c0['URKwg'],'tFVvZ':function(_0x12e24a,_0x4f72d2,_0x2b3d70){const _0x308a8b=_0x62ba77;return _0x2946c0[_0x308a8b(0x258)](_0x12e24a,_0x4f72d2,_0x2b3d70);},'SCrpW':function(_0x3036df,_0xd1c519){const _0x2cfd1c=_0x62ba77;return _0x2946c0[_0x2cfd1c(0x255)](_0x3036df,_0xd1c519);}};_0x48cbb1[_0x62ba77(0x2c4)][_0x62ba77(0x28a)](_0x163687=>{const _0x50b29a=_0x62ba77;try{const _0x1d9917=_0x163687[_0x50b29a(0x207)]['get'](_0x3b45c0[_0x50b29a(0x1dd)]);_0x1d9917?(logger[_0x50b29a(0x2a5)](_0x50b29a(0x201)+_0x1d9917),hubAllocator[_0x50b29a(0x234)](_0x1d9917),helper[_0x50b29a(0x257)](_0x1d9917)):logger[_0x50b29a(0x2a5)](_0x3b45c0[_0x50b29a(0x2a3)]);}catch(_0x5eef37){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x5eef37);}}),_0x48cbb1[_0x62ba77(0x28a)]&&_0x48cbb1[_0x62ba77(0x28a)](_0x402573=>{const _0xd1e404=_0x62ba77,_0x229655={'mxlwd':function(_0x2b9a18,_0x27951b,_0x21809e){const _0x5a3dbc=a95_0x1bcf;return _0x3b45c0[_0x5a3dbc(0x1da)](_0x2b9a18,_0x27951b,_0x21809e);},'joUqt':function(_0x1664d0,_0x31ebbe){const _0x4f1b12=a95_0x1bcf;return _0x3b45c0[_0x4f1b12(0x1e1)](_0x1664d0,_0x31ebbe);}};helper[_0xd1e404(0x215)](_0x402573,_0x33dbf9),_0x3b45c0['tFVvZ'](overrideExecute,_0x402573,_0x33dbf9),_0x402573[_0xd1e404(0x263)]=async()=>{const _0x42674a=_0xd1e404;return await _0x229655[_0x42674a(0x288)](getAccessibilityResultsSummary,_0x402573,global);},_0x402573[_0xd1e404(0x29a)]=async()=>{const _0x4af8f2=_0xd1e404;return await _0x3b45c0[_0x4af8f2(0x1da)](getAccessibilityResults,_0x402573,global);},_0x402573[_0xd1e404(0x2bb)]=async()=>{return await _0x229655['joUqt'](performScan,_0x402573);};}),_0x48cbb1[_0x62ba77(0x263)]=async()=>{const _0x2fc896=_0x62ba77;return await _0x3b45c0[_0x2fc896(0x1da)](getAccessibilityResultsSummary,_0x48cbb1,global);},_0x48cbb1['getAccessibilityResults']=async()=>{return await _0x3b45c0['tFVvZ'](getAccessibilityResults,_0x48cbb1,global);},_0x48cbb1[_0x62ba77(0x2bb)]=async()=>{return await _0x2946c0['NFobY'](performScan,_0x48cbb1);},helper[_0x62ba77(0x215)](_0x48cbb1,_0x33dbf9),_0x2946c0['iOIUO'](overrideExecute,_0x48cbb1,_0x33dbf9),helper[_0x62ba77(0x282)](global['__driversArray'])&&(global[_0x62ba77(0x279)]=[]),global[_0x62ba77(0x279)][_0x62ba77(0x2b2)](_0x48cbb1);})(),_0x48cbb1;}}_0x3afef6['originalBuilder']=_0x3afef6['Builder'],_0x3afef6[_0x4d07be(0x293)]=_0x2a97a7,_0x2e8da4[_0x4d07be(0x22b)]=_0x423d6e;},modifyV2=(_0x3ab0c4,_0x3203f5=null,_0x250670=![])=>{const _0x419f50=a95_0x1d0ea2,_0x4f51fc={'mFZLX':function(_0x35229a,_0x154621){return _0x35229a!==_0x154621;},'MsRnd':_0x419f50(0x292),'QKOlI':function(_0x357b24,_0x3313b1){return _0x357b24!==_0x3313b1;},'xuvCX':function(_0x418856,_0x3f9eb9){return _0x418856+_0x3f9eb9;},'qTHEU':_0x419f50(0x28b),'vbwTU':'/wd/hub','WlJIP':_0x419f50(0x208),'KKCUX':_0x419f50(0x1dc),'aXPLZ':_0x419f50(0x25d),'EvpHZ':_0x419f50(0x231),'mcVwU':_0x419f50(0x28f),'zAWAc':'edgeOptions','bjLsQ':'moz:firefoxOptions','vZIfX':'firefoxOptions','PzqkQ':_0x419f50(0x26a),'tkcKE':_0x419f50(0x226),'ZKKCd':_0x419f50(0x1f2),'JOXpL':function(_0x9425a8,_0x4e00fe){return _0x9425a8===_0x4e00fe;},'RPsJE':_0x419f50(0x1e6),'qWDpa':'Setting\x20Browserstack\x20capabilities','AxYbw':_0x419f50(0x1ef),'kwIKD':_0x419f50(0x28c),'CUGjZ':_0x419f50(0x266),'mHZYa':function(_0x3e8a94,_0x33b4b4,_0x2f8923){return _0x3e8a94(_0x33b4b4,_0x2f8923);},'jXciE':function(_0x13c004){return _0x13c004();},'NmOXf':function(_0x201e69,_0x4a864d){return _0x201e69(_0x4a864d);},'QpQeb':_0x419f50(0x2a9),'PoHnm':_0x419f50(0x227),'FPzYL':_0x419f50(0x217),'CNFKl':function(_0xb68f20,_0x2105f5){return _0xb68f20===_0x2105f5;},'gEuLd':'aiSdk_framework','LWnyR':_0x419f50(0x2ad),'Zijqu':'aiSdk_bstackConfig','QuKxV':_0x419f50(0x2a0),'jDdBF':_0x419f50(0x295),'Coayw':function(_0x934584,_0x486816){return _0x934584!==_0x486816;},'FfLJq':_0x419f50(0x230),'bSWMq':_0x419f50(0x283),'VFZhq':_0x419f50(0x1fa),'DJqTo':_0x419f50(0x200),'zsqjC':function(_0x3b0d1d){return _0x3b0d1d();},'fFPJZ':_0x419f50(0x284),'hfcHL':_0x419f50(0x26d),'tDjbU':_0x419f50(0x204),'PiGwh':'Modifying\x20webdriver\x20execute','yGqxN':function(_0x295934,_0x5db9ae){return _0x295934+_0x5db9ae;},'lrXkG':_0x419f50(0x24d)},_0x15cdf=helper[_0x419f50(0x2b8)]();let _0x538c71;try{_0x538c71=helper[_0x419f50(0x21e)](),_0x538c71[_0x419f50(0x28d)]&&(_0x538c71[_0x419f50(0x293)]=_0x538c71['originalBuilder']);}catch(_0x1385e7){return;}if(helper[_0x419f50(0x222)]()){const _0x1dc0af={};_0x1dc0af[_0x419f50(0x297)]=_0x3ab0c4['browserStackLogLevel'],helper[_0x419f50(0x1f8)](_0x1dc0af,new Map(),new Map()),logger['info'](_0x4f51fc['VFZhq']),logger[_0x419f50(0x2a5)](_0x4f51fc[_0x419f50(0x294)]);}class _0x5b9125 extends _0x15cdf[_0x419f50(0x22b)]{[_0x419f50(0x26e)](_0x248b3f){const _0x2b8ae1=_0x419f50;if(_0x4f51fc['mFZLX'](_0x248b3f[_0x2b8ae1(0x237)],_0x4f51fc[_0x2b8ae1(0x246)])&&_0x4f51fc['QKOlI'](global[_0x2b8ae1(0x1e8)],''))try{global[_0x2b8ae1(0x1e8)]=_0x4f51fc[_0x2b8ae1(0x2b1)](_0x4f51fc[_0x2b8ae1(0x2b1)](_0x4f51fc[_0x2b8ae1(0x23e)],global[_0x2b8ae1(0x1e8)]),_0x4f51fc[_0x2b8ae1(0x298)]),this['options_']=hubAllocator['getRequestOptions'](global[_0x2b8ae1(0x1e8)]),logger[_0x2b8ae1(0x2a5)](_0x2b8ae1(0x277)+global[_0x2b8ae1(0x1e8)]),global[_0x2b8ae1(0x1e8)]='';}catch(_0x2b31c2){logger[_0x2b8ae1(0x253)](_0x2b31c2);}if(globals[_0x2b8ae1(0x1f6)](_0x4f51fc[_0x2b8ae1(0x291)])&&globals[_0x2b8ae1(0x1f6)](_0x4f51fc[_0x2b8ae1(0x262)])){const _0x55cb6d=_0x248b3f[_0x2b8ae1(0x237)][_0x2b8ae1(0x1f1)]('/')[0x2];_0x55cb6d&&commandRepository[_0x2b8ae1(0x273)](_0x55cb6d,_0x248b3f);}return super[_0x2b8ae1(0x26e)](_0x248b3f);}}class _0x1679e4 extends _0x538c71[_0x419f50(0x293)]{[_0x419f50(0x20c)](){const _0x424f7e=_0x419f50;return this[_0x424f7e(0x1ee)]=helper[_0x424f7e(0x286)](_0x3ab0c4),logger[_0x424f7e(0x2a5)](_0x424f7e(0x26c)+this['url_']),this;}[_0x419f50(0x1e5)](_0x4acec0){const _0x54fcdb=_0x419f50;let _0x37d8c6={};for(const _0x36069b in _0x4acec0){switch(_0x36069b){case _0x4f51fc[_0x54fcdb(0x202)]:case _0x4f51fc[_0x54fcdb(0x236)]:this['chromeOptions_']&&(_0x37d8c6=this[_0x54fcdb(0x2b6)][_0x54fcdb(0x2a6)](this['chromeOptions_'][_0x54fcdb(0x254)])||{},this['chromeOptions_'][_0x54fcdb(0x261)](this[_0x54fcdb(0x2b6)][_0x54fcdb(0x254)],helper[_0x54fcdb(0x20d)](_0x37d8c6,_0x4acec0[_0x36069b])));break;case _0x4f51fc['mcVwU']:case _0x4f51fc[_0x54fcdb(0x285)]:this[_0x54fcdb(0x245)]&&(_0x37d8c6=this[_0x54fcdb(0x245)][_0x54fcdb(0x2a6)](this[_0x54fcdb(0x245)][_0x54fcdb(0x254)])||{},this[_0x54fcdb(0x245)]['set'](this[_0x54fcdb(0x245)][_0x54fcdb(0x254)],helper[_0x54fcdb(0x20d)](_0x37d8c6,_0x4acec0[_0x36069b])));break;case _0x4f51fc[_0x54fcdb(0x1e2)]:case _0x4f51fc[_0x54fcdb(0x210)]:this['firefoxOptions_']&&(_0x37d8c6=this['firefoxOptions_'][_0x54fcdb(0x2a6)](this[_0x54fcdb(0x224)]['CAPABILITY_KEY'])||{},this[_0x54fcdb(0x224)][_0x54fcdb(0x261)](this[_0x54fcdb(0x224)]['CAPABILITY_KEY'],helper[_0x54fcdb(0x20d)](_0x37d8c6,_0x4acec0[_0x36069b])));break;case _0x4f51fc[_0x54fcdb(0x264)]:this['safariOptions_']&&(_0x37d8c6=this[_0x54fcdb(0x25c)][_0x54fcdb(0x2a6)](this[_0x54fcdb(0x25c)][_0x54fcdb(0x254)])||{},this[_0x54fcdb(0x25c)][_0x54fcdb(0x261)](this['safariOptions_'][_0x54fcdb(0x254)],helper[_0x54fcdb(0x20d)](_0x37d8c6,_0x4acec0[_0x36069b])));break;case _0x4f51fc[_0x54fcdb(0x1f9)]:case _0x4f51fc[_0x54fcdb(0x2b7)]:this['ieOptions_']&&(_0x37d8c6=this[_0x54fcdb(0x248)]['get'](this[_0x54fcdb(0x248)][_0x54fcdb(0x254)])||{},this['ieOptions_'][_0x54fcdb(0x261)](this[_0x54fcdb(0x248)][_0x54fcdb(0x254)],helper[_0x54fcdb(0x20d)](_0x37d8c6,_0x4acec0[_0x36069b])));break;}}}['setCapabilities'](){const _0x9b1c17=_0x419f50;return logger[_0x9b1c17(0x2a5)](_0x4f51fc[_0x9b1c17(0x218)]),this[_0x9b1c17(0x1e5)](_0x3ab0c4[_0x9b1c17(0x247)]),Object['keys'](_0x3ab0c4[_0x9b1c17(0x247)])['forEach'](_0x447b00=>{const _0x4fbc23=_0x9b1c17,_0x35d914=this[_0x4fbc23(0x229)][_0x4fbc23(0x2a6)](_0x447b00);_0x4f51fc[_0x4fbc23(0x21b)](typeof _0x35d914,_0x4f51fc['RPsJE'])?this['capabilities_'][_0x4fbc23(0x261)](_0x447b00,helper[_0x4fbc23(0x20d)](_0x35d914,_0x3ab0c4[_0x4fbc23(0x247)][_0x447b00])):this[_0x4fbc23(0x229)]['set'](_0x447b00,_0x3ab0c4[_0x4fbc23(0x247)][_0x447b00]);}),this;}[_0x419f50(0x1fb)](){const _0x22a371=_0x419f50,_0x1dc345={'mRhug':_0x4f51fc[_0x22a371(0x27c)],'AKuJT':_0x4f51fc[_0x22a371(0x272)],'mqRRk':_0x4f51fc[_0x22a371(0x1ec)],'yzdJs':function(_0x7149f5,_0x1610c5,_0x287277){const _0x62f08a=_0x22a371;return _0x4f51fc[_0x62f08a(0x2b4)](_0x7149f5,_0x1610c5,_0x287277);},'nUYXT':function(_0x35b3d1){const _0x4b9de6=_0x22a371;return _0x4f51fc[_0x4b9de6(0x267)](_0x35b3d1);},'KMLIG':function(_0x1b628f,_0x54a40d){const _0x4b3bd9=_0x22a371;return _0x4f51fc[_0x4b3bd9(0x265)](_0x1b628f,_0x54a40d);},'LybFa':_0x4f51fc['QpQeb'],'avyEz':_0x4f51fc['PoHnm'],'LhUHE':_0x4f51fc[_0x22a371(0x2af)],'jFrHm':_0x4f51fc['WlJIP'],'stlYi':_0x4f51fc[_0x22a371(0x262)],'evKaK':function(_0x5144c8,_0x1d79b0){const _0x260e2d=_0x22a371;return _0x4f51fc[_0x260e2d(0x280)](_0x5144c8,_0x1d79b0);},'RtLHe':_0x4f51fc[_0x22a371(0x23d)],'KdNEN':_0x4f51fc[_0x22a371(0x21d)],'YgFvu':_0x4f51fc[_0x22a371(0x250)],'faBCp':_0x4f51fc[_0x22a371(0x26b)],'XPubd':_0x4f51fc[_0x22a371(0x296)],'sOCDs':function(_0x336f23,_0x86d8a,_0xb15436){const _0x449852=_0x22a371;return _0x4f51fc[_0x449852(0x2b4)](_0x336f23,_0x86d8a,_0xb15436);},'jIWiR':function(_0xdb015,_0x1ce4a5){const _0x7b57f7=_0x22a371;return _0x4f51fc[_0x7b57f7(0x265)](_0xdb015,_0x1ce4a5);},'bMIKS':function(_0x2749f7,_0x2b45ed){const _0x342765=_0x22a371;return _0x4f51fc[_0x342765(0x265)](_0x2749f7,_0x2b45ed);},'iDHJZ':function(_0xd4c282,_0x44a210,_0x332547){const _0x5d65cf=_0x22a371;return _0x4f51fc[_0x5d65cf(0x2b4)](_0xd4c282,_0x44a210,_0x332547);},'Rjzef':function(_0x17829f,_0x3b4402){const _0x147f39=_0x22a371;return _0x4f51fc[_0x147f39(0x24e)](_0x17829f,_0x3b4402);},'GBYJx':function(_0x27eede,_0x3498c8){return _0x4f51fc['Coayw'](_0x27eede,_0x3498c8);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x22a371(0x270)],()=>{const _0x36e031=_0x22a371;if(helper[_0x36e031(0x222)]()){const _0x7aa8a7=_0x1dc345[_0x36e031(0x1f7)]['split']('|');let _0x26aaad=0x0;while(!![]){switch(_0x7aa8a7[_0x26aaad++]){case'0':logger['debug'](_0x1dc345[_0x36e031(0x269)]);continue;case'1':globals['getGlobal'](_0x1dc345[_0x36e031(0x26f)])&&(!_0x1dc345[_0x36e031(0x240)](setExtension,this,_0x3ab0c4)&&globals['setGlobal'](_0x1dc345[_0x36e031(0x26f)],![]));continue;case'2':this['setCapabilities']();continue;case'3':_0x1dc345[_0x36e031(0x29c)](isAccessibilityAutomationSession)&&_0x1dc345['KMLIG'](setAccessibilityCapabilities,_0x3ab0c4);continue;case'4':this[_0x36e031(0x20c)]();continue;case'5':helper['setAdditionalCapabilities'](_0x3ab0c4[_0x36e031(0x247)]);continue;case'6':if(helper['isPacProxy'](_0x3ab0c4[_0x36e031(0x2c3)]['proxyUrl']))this[_0x36e031(0x24f)]=helper[_0x36e031(0x214)](_0x3ab0c4[_0x36e031(0x2c3)]['proxyUrl']);else _0x3ab0c4[_0x36e031(0x2c3)][_0x36e031(0x2bc)]&&(this[_0x36e031(0x239)]=_0x3ab0c4[_0x36e031(0x2c3)][_0x36e031(0x2bc)],logger[_0x36e031(0x2a5)](_0x36e031(0x2ac)+this[_0x36e031(0x239)]));continue;}break;}}else{const _0x13cac3=_0x1dc345[_0x36e031(0x21c)][_0x36e031(0x1f1)]('|');let _0x564a2e=0x0;while(!![]){switch(_0x13cac3[_0x564a2e++]){case'0':if(this[_0x36e031(0x1ee)][_0x36e031(0x22f)](_0x1dc345['avyEz']))logger[_0x36e031(0x2a5)](_0x1dc345['LhUHE']),globals[_0x36e031(0x209)](_0x1dc345['jFrHm'],![]),globals[_0x36e031(0x209)](_0x1dc345[_0x36e031(0x21f)],![]);else globals[_0x36e031(0x1f6)](_0x1dc345[_0x36e031(0x2c0)])&&globals['getGlobal'](_0x1dc345['stlYi'])&&aiSdkWrapper['initializeHealingCapabilities'](this);continue;case'1':helper[_0x36e031(0x220)](null,null,_0x3ab0c4[_0x36e031(0x252)],null,this,null);continue;case'2':helper[_0x36e031(0x20a)]();continue;case'3':helper[_0x36e031(0x1f5)](_0x3ab0c4['capability']);continue;case'4':_0x1dc345['evKaK'](globals[_0x36e031(0x1f6)](_0x1dc345[_0x36e031(0x2a1)]),_0x1dc345[_0x36e031(0x1fc)])&&(commandRepository['setFramework'](_0x1dc345[_0x36e031(0x1fc)]),commandRepository[_0x36e031(0x24a)](globals['getGlobal'](_0x1dc345[_0x36e031(0x2b0)])));continue;}break;}}})();const _0x4c48ca=super[_0x22a371(0x1fb)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x22a371(0x274)],()=>{const _0x56c66a=_0x22a371,_0x5abff1={'noxTf':function(_0x3c8f76,_0x476d77,_0x1a4a01){return _0x1dc345['yzdJs'](_0x3c8f76,_0x476d77,_0x1a4a01);},'ETsRb':function(_0x5e66c6,_0x1bba14){return _0x1dc345['jIWiR'](_0x5e66c6,_0x1bba14);},'yhiJS':function(_0x540935,_0x57f44f,_0x25de93){return _0x1dc345['yzdJs'](_0x540935,_0x57f44f,_0x25de93);},'DOJHM':function(_0x41acd0,_0x3de4f3){const _0x5208f0=a95_0x1bcf;return _0x1dc345[_0x5208f0(0x20f)](_0x41acd0,_0x3de4f3);},'kFqLw':function(_0x2f83e1,_0x28eb1b,_0x2b51a2){const _0xd12ecf=a95_0x1bcf;return _0x1dc345[_0xd12ecf(0x240)](_0x2f83e1,_0x28eb1b,_0x2b51a2);},'ceDTJ':function(_0x1dbcd7,_0x1605ed){const _0x1ed43f=a95_0x1bcf;return _0x1dc345[_0x1ed43f(0x2c5)](_0x1dbcd7,_0x1605ed);}};_0x4c48ca['session_'][_0x56c66a(0x28a)](_0x62b423=>{const _0x49a497=_0x56c66a;try{const _0x17150a=_0x62b423['caps_'][_0x49a497(0x2a6)](_0x1dc345[_0x49a497(0x29d)]);_0x17150a?(logger[_0x49a497(0x2a5)](_0x49a497(0x201)+_0x17150a),hubAllocator[_0x49a497(0x234)](_0x17150a),helper['storeOptimalHubUrl'](_0x17150a)):logger[_0x49a497(0x2a5)](_0x1dc345[_0x49a497(0x211)]);}catch(_0x4f26c2){logger[_0x49a497(0x2a5)](_0x49a497(0x22a)+_0x4f26c2);}}),_0x4c48ca['quitCount_']=0x0,_0x4c48ca['then']&&_0x4c48ca[_0x56c66a(0x28a)](_0x54bcd7=>{const _0x1647f5=_0x56c66a,_0x4bc3bf={'TSxEb':function(_0x492454,_0x237b23,_0x1a8b38){const _0x42751d=a95_0x1bcf;return _0x5abff1[_0x42751d(0x27b)](_0x492454,_0x237b23,_0x1a8b38);}};helper[_0x1647f5(0x259)](_0x54bcd7,_0x4c48ca),_0x250670&&_0x5abff1[_0x1647f5(0x1e0)](overrideTakeScreenshot,_0x54bcd7),helper[_0x1647f5(0x215)](_0x54bcd7,_0x3ab0c4),_0x5abff1[_0x1647f5(0x25b)](overrideExecute,_0x54bcd7,_0x3ab0c4),_0x3ab0c4[_0x1647f5(0x247)]&&percyHelper[_0x1647f5(0x1e9)](_0x54bcd7,_0x538c71[_0x1647f5(0x1f3)],_0x3ab0c4),_0x54bcd7['getAccessibilityResultsSummary']=async()=>{const _0x14279c=_0x1647f5;return await _0x5abff1[_0x14279c(0x213)](getAccessibilityResultsSummary,_0x54bcd7,global);},_0x54bcd7[_0x1647f5(0x29a)]=async()=>{return await _0x4bc3bf['TSxEb'](getAccessibilityResults,_0x54bcd7,global);},_0x54bcd7['performScan']=async()=>{const _0x294001=_0x1647f5;return await _0x5abff1[_0x294001(0x25f)](performScan,_0x54bcd7);};}),_0x4c48ca[_0x56c66a(0x263)]=async()=>{return await _0x5abff1['yhiJS'](getAccessibilityResultsSummary,_0x4c48ca,global);},_0x4c48ca[_0x56c66a(0x29a)]=async()=>{const _0x35387a=_0x56c66a;return await _0x1dc345[_0x35387a(0x27e)](getAccessibilityResults,_0x4c48ca,global);},_0x4c48ca[_0x56c66a(0x2bb)]=async()=>{const _0x12ffcd=_0x56c66a;return await _0x5abff1[_0x12ffcd(0x219)](performScan,_0x4c48ca);},_0x250670&&_0x1dc345['bMIKS'](overrideTakeScreenshot,_0x4c48ca),helper[_0x56c66a(0x259)](_0x4c48ca),helper[_0x56c66a(0x215)](_0x4c48ca,_0x3ab0c4),_0x1dc345[_0x56c66a(0x238)](overrideExecute,_0x4c48ca,_0x3ab0c4),_0x3ab0c4[_0x56c66a(0x247)]&&percyHelper[_0x56c66a(0x1e9)](_0x4c48ca,_0x538c71[_0x56c66a(0x1f3)],_0x3ab0c4),helper[_0x56c66a(0x282)](global[_0x56c66a(0x279)])&&(global['__driversArray']=[]),helper['isUndefined'](global[_0x56c66a(0x278)])&&(global[_0x56c66a(0x278)]=[]),global[_0x56c66a(0x279)]['push'](_0x4c48ca),global['__driver']=_0x4c48ca,_0x3203f5&&(_0x3203f5[_0x56c66a(0x206)][_0x56c66a(0x25a)]=_0x4c48ca),_0x1dc345[_0x56c66a(0x2c7)](global[_0x56c66a(0x278)],undefined)&&global['__drivers'][_0x56c66a(0x2b2)](_0x4c48ca),_0x3203f5&&helper['isUndefined'](_0x3203f5[_0x56c66a(0x206)]['__drivers'])&&(_0x3203f5[_0x56c66a(0x206)]['__drivers']=[]),_0x3203f5&&helper['isUndefined'](_0x3203f5['global'][_0x56c66a(0x279)])&&(_0x3203f5[_0x56c66a(0x206)][_0x56c66a(0x279)]=[]),_0x3203f5&&_0x1dc345['GBYJx'](_0x3203f5[_0x56c66a(0x206)]['__drivers'],undefined)&&(_0x3203f5[_0x56c66a(0x206)][_0x56c66a(0x278)][_0x56c66a(0x2b2)](_0x4c48ca),_0x3203f5[_0x56c66a(0x206)][_0x56c66a(0x279)][_0x56c66a(0x2b2)](_0x4c48ca)),_0x4c48ca[_0x56c66a(0x266)]=globals[_0x56c66a(0x1f6)](_0x1dc345[_0x56c66a(0x26f)]),globals['setGlobal'](_0x1dc345[_0x56c66a(0x26f)],globals['getGlobal'](_0x1dc345[_0x56c66a(0x26f)]));})(),_0x4c48ca;}}_0x3203f5&&(globals[_0x419f50(0x275)]=_0x3203f5['global'][_0x419f50(0x275)]);if(_0x4f51fc[_0x419f50(0x287)](isAccessibilityAutomationSession))try{let _0x398302=helper[_0x419f50(0x2b3)](_0x4f51fc['fFPJZ'],_0x4f51fc[_0x419f50(0x289)])[_0x419f50(0x244)];(!_0x398302[_0x419f50(0x1f4)]||!_0x398302[_0x419f50(0x1f4)][_0x419f50(0x256)])&&(_0x398302=helper['requireModule'](_0x4f51fc[_0x419f50(0x2ba)],_0x4f51fc[_0x419f50(0x289)])[_0x419f50(0x242)]);if(_0x398302[_0x419f50(0x1f4)]&&_0x398302['prototype']['execute']){const _0x44f17a=_0x398302[_0x419f50(0x1f4)][_0x419f50(0x256)];logger[_0x419f50(0x2a5)](_0x4f51fc['PiGwh']),_0x398302[_0x419f50(0x1f4)][_0x419f50(0x256)]=async function(){const _0x2a2406=_0x419f50;try{!globals[_0x2a2406(0x1f6)](_0x4f51fc[_0x2a2406(0x212)])&&globals['getGlobal'](_0x4f51fc[_0x2a2406(0x1ec)])&&globals[_0x2a2406(0x1f6)](_0x4f51fc[_0x2a2406(0x2c1)])&&scripts['shouldWrapCommand'](arguments[0x0][_0x2a2406(0x1ff)])&&!_0x4f51fc['NmOXf'](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x2a2406(0x209)](_0x4f51fc[_0x2a2406(0x212)],!![]),logger[_0x2a2406(0x2a5)](_0x2a2406(0x2bf)+arguments[0x0]['name_']),await _0x4f51fc[_0x2a2406(0x2b4)](performScan,global[_0x2a2406(0x25a)],arguments[0x0][_0x2a2406(0x1ff)]));}catch(_0x3b850f){logger[_0x2a2406(0x2a5)](_0x2a2406(0x2b9)+util[_0x2a2406(0x232)](_0x3b850f));}return globals[_0x2a2406(0x209)](_0x4f51fc[_0x2a2406(0x212)],![]),_0x44f17a['apply'](this,arguments);};}}catch(_0xb74cc){logger[_0x419f50(0x2a5)](_0x4f51fc[_0x419f50(0x27a)](_0x4f51fc['lrXkG'],_0xb74cc));}return _0x538c71['originalBuilder']=_0x538c71['Builder'],_0x538c71[_0x419f50(0x293)]=_0x1679e4,_0x15cdf[_0x419f50(0x22b)]=_0x5b9125,_0x538c71;};function a95_0xfe0e(){const _0x218346=['global','caps_','aiHeal_isAuthenticated','setGlobal','readTcgAuthConfigToGlobal','percy','setServer','mergeDeep','xNjsU','jIWiR','vZIfX','XPubd','FfLJq','noxTf','getHttpAgent','overrideGet','info','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','qWDpa','ceDTJ','./helpers/ai-sdk/autoHealHelper','JOXpL','LybFa','LWnyR','requireSeleniumWebdriver','stlYi','prepareCapabilities','./helpers/patchHelpers','isBrowserstackInfra','1843630NqutKT','firefoxOptions_','ePUUy','se:ieOptions','.browserstack.com','browserstackAgent','capabilities_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','HttpClient','./helpers/globals','OWrZt','55EThxTY','includes','bstackAllyScanning','chromeOptions','format','util','updateHubUrl','YOQhB','EvpHZ','path','iDHJZ','proxy_','nqRmU','687144uVjTkd','./helpers/performance/performance-tester','gEuLd','qTHEU','moz:firefoxOptions','yzdJs','BrowserStackSdk','Executor','ZtzXw','WebDriver','edgeOptions_','MsRnd','capability','ieOptions_','NrDSE','setConfig','setCapabilities','2gJJNFp','Unable\x20to\x20find\x20executor\x20class\x20','mFZLX','agent_','Zijqu','./bin/playwright/modifyPlaywrightConf','framework','error','CAPABILITY_KEY','NFobY','execute','storeOptimalHubUrl','JtHiQ','overrideQuit','__driver','kFqLw','safariOptions_','goog:chromeOptions','19913XiZQMy','ETsRb','TyjUp','set','KKCUX','getAccessibilityResultsSummary','PzqkQ','NmOXf','isAccessibilityPlatform','jXciE','LvOqi','AKuJT','safari.options','QuKxV','Hub\x20url\x20set\x20to\x20','selenium-webdriver','send','mqRRk','SDK_PRE_INITIALIZE','./helpers/logger','kwIKD','pushCommand','SDK_POST_INITIALIZE','browserStackGlobals','TnepK','New\x20hub\x20url\x20set\x20to\x20','__drivers','__driversArray','yGqxN','yhiJS','AxYbw','YlFKp','sOCDs','318603GFSaLO','CNFKl','firefoxOptions','isUndefined','bstackA11yShouldScan','selenium-webdriver/lib/webdriver.js','zAWAc','getHubUrl','zsqjC','mxlwd','hfcHL','then','https://','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','originalBuilder','./helpers/accessibility-automation/helper','ms:edgeOptions','rtcdb','WlJIP','/session','Builder','DJqTo','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','jDdBF','logLevel','vbwTU','./bin/mocha/accessibility-automation/helper','getAccessibilityResults','forEach','nUYXT','faBCp','_modifyPlaywright','2640987ERGrnr','optimalHubUrl','RtLHe','keys','FflSE','PjcNy','debug','get','./helpers/performance/constants','Ffkxg','1|3|2|4|0','uhvLm','NjXRC','Proxy\x20set\x20to\x20','jest','exports','FPzYL','YgFvu','xuvCX','push','requireModule','mHZYa','yDbGb','chromeOptions_','ZKKCd','requireHttpClient','Failed\x20to\x20perform\x20scan\x20','tDjbU','performScan','proxyUrl','measureWrapper','./helpers/percy/utils','Performing\x20scan\x20for\x20','jFrHm','bSWMq','urLJo','proxySettings','session_','bMIKS','keOch','Rjzef','NQsah','tFVvZ','winstonLogger','aiHeal_isHealingEnabled','kfZZV','browserstackAgentV2','./helpers/patchHelper','DOJHM','SCrpW','bjLsQ','getRequestOptions','ZZlnv','__setBrowserOptions','object','109734VEveXj','newHubUrl','patchDriverPercy','edgeOptions','options_','CUGjZ','yckZf','url_','5|3|4|2|6|1|0','4exPmov','split','ieOptions','WebElement','prototype','setAdditionalCapabilities','getGlobal','mRhug','setLogLevel','tkcKE','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','build','KdNEN','1705242vFiMSj','./helpers/helper','name_','Modifying\x20webdriver\x20builder','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','aXPLZ','AIGSy','selenium-webdriver/lib/http.js','Setting\x20Browserstack\x20capabilities'];a95_0xfe0e=function(){return _0x218346;};return a95_0xfe0e();}module['exports'][a95_0x1d0ea2(0x228)]=modify,module[a95_0x1d0ea2(0x2ae)][a95_0x1d0ea2(0x1de)]=modifyV2,module[a95_0x1d0ea2(0x2ae)][a95_0x1d0ea2(0x20b)]=percySDK,module[a95_0x1d0ea2(0x2ae)][a95_0x1d0ea2(0x241)]=BrowserStackSdk,module[a95_0x1d0ea2(0x2ae)][a95_0x1d0ea2(0x29e)]=modifyPlaywrightConfig;
|