browserstack-node-sdk 1.40.8 → 1.41.0
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/browserstack.pw.yml.sample +3 -3
- package/browserstack.yml.sample +3 -3
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/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/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/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/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a132_0x64ac77=a132_0x39a3;function a132_0x39a3(_0x2648f5,_0x5b5469){const _0x44e760=a132_0x44e7();return a132_0x39a3=function(_0x39a35e,_0x52cea6){_0x39a35e=_0x39a35e-0x115;let _0x44d03d=_0x44e760[_0x39a35e];return _0x44d03d;},a132_0x39a3(_0x2648f5,_0x5b5469);}function a132_0x44e7(){const _0x377701=['yWVxn','build','keys','browserstackAgent','moz:firefoxOptions','Etkdp','quitCount_','sAvCb','getAccessibilityResults','wccaN','zZJio','ykCvo','nFgJp','BXnHh','apply','./helpers/logger','__drivers','samlT','kcPbR','Executor','lSJIs','mPwBR','__driver','AgLnU','TjsNg','bIewG','wHwgN','CsjQL','6|3|1|5|0|2|4|7','rERyK','yxhBG','0|3|4|7|2|1|6|5','format','MQaBW','getAccessibilityResultsSummary','newHubUrl','EvKlw','capabilities','session_','WXhow','uoCqL','AyFrb','bewhl','Setting\x20Browserstack\x20capabilities','qbosg','GHhjH','performScan','AvntL','./helpers/percy/utils','shouldWrapCommand','lTjKL','capability','HwjcY','RRcAJ','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','Vtfun','aiSdk_bstackConfig','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','NgTcA','overrideQuit','/session','_modifyPlaywright','ms:edgeOptions','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','NsAgp','push','object','wCcbv','1122632NrVTRS','info','debug','Kxbeu','1245365jgPOyV','EhTHy','UuBzs','292gPbVEY','SDK_PRE_INITIALIZE','includes','gGopm','vYXeG','ckxBw','lPwMM','WWgdZ','84pgObph','JihGF','browserStackLogLevel','ieOptions_','se:ieOptions','setAdditionalCapabilities','selenium-webdriver','5|3|1|4|2|0','optimalHubUrl','kzZYi','yalqx','Modifying\x20webdriver\x20builder','percy','iGPsM','edgeOptions_','VYZwf','HetJK','SIFcg','browserStackGlobals','Failed\x20to\x20perform\x20scan\x20','./helpers/accessibility-automation/helper','kTLDn','YKfhN','fGUOF','HYiQS','setServer','qAOxc','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','SDK_POST_INITIALIZE','ieOptions','PDrFW','isPacProxy','prototype','getRequestOptions','ibwhr','./helpers/performance/constants','cpXkz','name_','hfnVJ','catch','GhQYn','mokCk','dYfzM','gkSfm','setConfig','requireModule','set','Proxy\x20set\x20to\x20','split','CAPABILITY_KEY','HttpClient','framework','LjDNQ','jpdTH','aiSdk_framework','329009KeOrQQ','ZJvwR','measureWrapper','hwJdc','GPLIg','setGlobal','3162520hWlUhF','get','QwdPQ','prepareCapabilities','vlROd','SnjTL','effIJ','efFvh','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','YPHRK','4233866wcbncS','agent_','13465iRpmMu','dVRSS','browserstack.com','firefoxOptions_','WebDriver','./helpers/ai-sdk/aiSdkWrapper','overrideGet','isUndefined','__setBrowserOptions','ZsraA','dRnnr','dfWtO','Hub\x20url\x20set\x20to\x20','setting\x20driver\x20Session\x20ID:\x20','getHttpAgent','util','originalBuilder','send','mEsAZ','safari.options','6oOpBVq','htOue','env','url_','WebElement','edgeOptions','rXyDA','setLogLevel','setCapabilities','Imyqh','requireHttpClient','proxySettings','IjcVP','./bin/mocha/accessibility-automation/helper','New\x20hub\x20url\x20set\x20to\x20','initializeHealingCapabilities','xLvhF','browserstackAgentV2','BrowserStackSdk','PDnvN','fpCuU','fFjoE','wqHAw','Qomyj','execute','./helpers/helper','mergeDeep','storeOptimalHubUrl','kebQj','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','./helpers/patchHelper','Builder','\x20to\x20global\x20drivers\x20array','selenium-webdriver/lib/http.js','path','ukPNl','logLevel','LNEec','sMzit','firefoxOptions','wUROW','forEach','proxy_','isBrowserstackInfra','error','euPtp','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','length','./helpers/performance/performance-tester','readTcgAuthConfigToGlobal','goog:chromeOptions','./browserStackSdk','caps_','getServerUrl','selenium-webdriver/lib/webdriver.js','PjWMu','updateHubUrl','patchDriverPercy','__driversArray','2wzPcQo','then','./bin/playwright/modifyPlaywrightConf','proxyUrl','exports','requireSeleniumWebdriver','./helpers/globals','VBaBM','gylFe','/wd/hub','27godTqt','capabilities_','chromeOptions','aiHeal_isAuthenticated','jest','SNZFv','Session\x20ID:\x20','BROWSERSTACK_TURBOSCALE','AEnBX','1920195oRVCuy','chromeOptions_','Rmxii','getHubUrl','./helpers/percy/PercySDK','safariOptions_','.browserstack.com','isAccessibilityPlatform','parameters_','getId','getGlobal','TozWX','BDvew','global','./helpers/ai-sdk/autoHealHelper','PGJEy'];a132_0x44e7=function(){return _0x377701;};return a132_0x44e7();}(function(_0x4421ca,_0x40aa4e){const _0x18cfcc=a132_0x39a3,_0x572dfb=_0x4421ca();while(!![]){try{const _0x1f294d=parseInt(_0x18cfcc(0x203))/0x1*(-parseInt(_0x18cfcc(0x156))/0x2)+-parseInt(_0x18cfcc(0x169))/0x3+parseInt(_0x18cfcc(0x1c4))/0x4*(parseInt(_0x18cfcc(0x215))/0x5)+-parseInt(_0x18cfcc(0x11b))/0x6*(parseInt(_0x18cfcc(0x213))/0x7)+parseInt(_0x18cfcc(0x1bd))/0x8+-parseInt(_0x18cfcc(0x160))/0x9*(-parseInt(_0x18cfcc(0x209))/0xa)+parseInt(_0x18cfcc(0x1c1))/0xb*(parseInt(_0x18cfcc(0x1cc))/0xc);if(_0x1f294d===_0x40aa4e)break;else _0x572dfb['push'](_0x572dfb['shift']());}catch(_0x3d166a){_0x572dfb['push'](_0x572dfb['shift']());}}}(a132_0x44e7,0x7b1cb));const util=require(a132_0x64ac77(0x116)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a132_0x64ac77(0x1e0)),{setAccessibilityCapabilities,setExtension}=require(a132_0x64ac77(0x128)),helper=require(a132_0x64ac77(0x134)),logger=require(a132_0x64ac77(0x188))['winstonLogger'],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a132_0x64ac77(0x16d)),percyHelper=require(a132_0x64ac77(0x1a9)),BrowserStackSdk=require(a132_0x64ac77(0x14e)),modifyPlaywrightConfig=require(a132_0x64ac77(0x158)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a132_0x64ac77(0x15c)),{commandRepository}=require(a132_0x64ac77(0x177)),{aiSdkWrapper}=require(a132_0x64ac77(0x21a)),{overrideExecute}=require(a132_0x64ac77(0x139)),PerformanceTester=require(a132_0x64ac77(0x14b)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a132_0x64ac77(0x1ef)),{nonBstackPlatformValidation}=require(a132_0x64ac77(0x1e0)),modify=_0x4c47f6=>{const _0x2e278b=a132_0x64ac77,_0x4be224={'AgLnU':function(_0x2d0ea4,_0x526dc9){return _0x2d0ea4!==_0x526dc9;},'UuBzs':_0x2e278b(0x1b5),'mokCk':function(_0x5c51b4,_0x3a9d5c){return _0x5c51b4!==_0x3a9d5c;},'kcPbR':function(_0x40b4f1,_0x5d51bf){return _0x40b4f1+_0x5d51bf;},'ukPNl':'https://','lPwMM':_0x2e278b(0x15f),'YPHRK':'goog:chromeOptions','wUROW':_0x2e278b(0x162),'TjsNg':_0x2e278b(0x1b7),'gkSfm':_0x2e278b(0x120),'QwdPQ':_0x2e278b(0x17d),'Kubha':_0x2e278b(0x142),'Vtfun':_0x2e278b(0x11a),'fGUOF':_0x2e278b(0x1d0),'GhQYn':_0x2e278b(0x1e9),'qUpXu':function(_0x5e6e67,_0x74ca1e){return _0x5e6e67===_0x74ca1e;},'LjDNQ':_0x2e278b(0x1bb),'wqHAw':'Setting\x20Browserstack\x20capabilities','jpdTH':function(_0x19be2a,_0x37d57e,_0x3783c1){return _0x19be2a(_0x37d57e,_0x3783c1);},'qbosg':function(_0x12e699,_0x36e811,_0x6a5a7d){return _0x12e699(_0x36e811,_0x6a5a7d);},'ZsraA':function(_0x3b6dd2,_0x259f92){return _0x3b6dd2(_0x259f92);},'GHhjH':_0x2e278b(0x195),'sMzit':_0x2e278b(0x170),'RRcAJ':function(_0x41add3){return _0x41add3();},'kTLDn':_0x2e278b(0x1b2),'VXDjJ':'optimalHubUrl','EwxAC':_0x2e278b(0x149),'mEsAZ':function(_0x3e5cb4,_0x30e8d4){return _0x3e5cb4(_0x30e8d4);},'CsjQL':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','yxhBG':_0x2e278b(0x1d7)};logger[_0x2e278b(0x1be)](_0x4be224[_0x2e278b(0x194)]),logger[_0x2e278b(0x1bf)](_0x4be224[_0x2e278b(0x197)]);const _0x2271c7=helper[_0x2e278b(0x15b)](),_0x41b19b=helper[_0x2e278b(0x125)]();class _0x33ca42 extends _0x41b19b[_0x2e278b(0x1fe)]{[_0x2e278b(0x118)](_0xa6ae90){const _0x45b013=_0x2e278b;if(_0x4be224[_0x45b013(0x190)](_0xa6ae90[_0x45b013(0x13d)],_0x4be224[_0x45b013(0x1c3)])&&_0x4be224[_0x45b013(0x1f5)](global[_0x45b013(0x19c)],''))try{global[_0x45b013(0x19c)]=_0x4be224['kcPbR'](_0x4be224[_0x45b013(0x18b)](_0x4be224[_0x45b013(0x13e)],global[_0x45b013(0x19c)]),_0x4be224[_0x45b013(0x1ca)]),this['options_']=hubAllocator[_0x45b013(0x1ed)](global[_0x45b013(0x19c)]),logger['debug'](_0x45b013(0x129)+global[_0x45b013(0x19c)]),global[_0x45b013(0x19c)]='';}catch(_0x251219){logger[_0x45b013(0x147)](_0x251219);}return super[_0x45b013(0x118)](_0xa6ae90);}}class _0x2d1634 extends _0x2271c7['Builder']{['__setBrowserOptions'](_0x524bc3){const _0x54a5d7=_0x2e278b;let _0x30bd8b={};for(const _0x38886c in _0x524bc3){switch(_0x38886c){case _0x4be224[_0x54a5d7(0x212)]:case _0x4be224[_0x54a5d7(0x143)]:this['chromeOptions_']&&(_0x30bd8b=this[_0x54a5d7(0x16a)][_0x54a5d7(0x20a)](this[_0x54a5d7(0x16a)]['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x54a5d7(0x1fa)](this['chromeOptions_'][_0x54a5d7(0x1fd)],helper[_0x54a5d7(0x135)](_0x30bd8b,_0x524bc3[_0x38886c])));break;case _0x4be224[_0x54a5d7(0x191)]:case _0x4be224[_0x54a5d7(0x1f7)]:this[_0x54a5d7(0x1da)]&&(_0x30bd8b=this[_0x54a5d7(0x1da)][_0x54a5d7(0x20a)](this[_0x54a5d7(0x1da)][_0x54a5d7(0x1fd)])||{},this[_0x54a5d7(0x1da)][_0x54a5d7(0x1fa)](this[_0x54a5d7(0x1da)]['CAPABILITY_KEY'],helper[_0x54a5d7(0x135)](_0x30bd8b,_0x524bc3[_0x38886c])));break;case _0x4be224[_0x54a5d7(0x20b)]:case _0x4be224['Kubha']:this[_0x54a5d7(0x218)]&&(_0x30bd8b=this[_0x54a5d7(0x218)][_0x54a5d7(0x20a)](this['firefoxOptions_'][_0x54a5d7(0x1fd)])||{},this[_0x54a5d7(0x218)][_0x54a5d7(0x1fa)](this['firefoxOptions_'][_0x54a5d7(0x1fd)],helper[_0x54a5d7(0x135)](_0x30bd8b,_0x524bc3[_0x38886c])));break;case _0x4be224[_0x54a5d7(0x1b0)]:this['safariOptions_']&&(_0x30bd8b=this[_0x54a5d7(0x16e)]['get'](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x54a5d7(0x16e)][_0x54a5d7(0x1fa)](this['safariOptions_'][_0x54a5d7(0x1fd)],helper[_0x54a5d7(0x135)](_0x30bd8b,_0x524bc3[_0x38886c])));break;case _0x4be224[_0x54a5d7(0x1e3)]:case _0x4be224[_0x54a5d7(0x1f4)]:this[_0x54a5d7(0x1cf)]&&(_0x30bd8b=this[_0x54a5d7(0x1cf)][_0x54a5d7(0x20a)](this['ieOptions_'][_0x54a5d7(0x1fd)])||{},this[_0x54a5d7(0x1cf)][_0x54a5d7(0x1fa)](this[_0x54a5d7(0x1cf)][_0x54a5d7(0x1fd)],helper[_0x54a5d7(0x135)](_0x30bd8b,_0x524bc3[_0x38886c])));break;}}}[_0x2e278b(0x1e5)](){const _0x3cf69f=_0x2e278b;return this[_0x3cf69f(0x11e)]=helper[_0x3cf69f(0x16c)](_0x4c47f6),logger['debug'](_0x3cf69f(0x221)+this[_0x3cf69f(0x11e)]),this;}[_0x2e278b(0x123)](){const _0x2ea731=_0x2e278b,_0x3de870={'dszjC':function(_0x1dc391,_0x2e456d){return _0x4be224['qUpXu'](_0x1dc391,_0x2e456d);},'wccaN':_0x4be224[_0x2ea731(0x200)]};return logger[_0x2ea731(0x1bf)](_0x4be224[_0x2ea731(0x131)]),this['__setBrowserOptions'](_0x4c47f6[_0x2ea731(0x1ac)]),Object[_0x2ea731(0x17b)](_0x4c47f6[_0x2ea731(0x1ac)])[_0x2ea731(0x144)](_0x5b19bf=>{const _0x1d2fb4=_0x2ea731,_0x3813a2=this[_0x1d2fb4(0x161)][_0x1d2fb4(0x20a)](_0x5b19bf);_0x3de870['dszjC'](typeof _0x3813a2,_0x3de870[_0x1d2fb4(0x182)])?this['capabilities_'][_0x1d2fb4(0x1fa)](_0x5b19bf,helper[_0x1d2fb4(0x135)](_0x3813a2,_0x4c47f6[_0x1d2fb4(0x1ac)][_0x5b19bf])):this[_0x1d2fb4(0x161)][_0x1d2fb4(0x1fa)](_0x5b19bf,_0x4c47f6[_0x1d2fb4(0x1ac)][_0x5b19bf]);}),this;}[_0x2e278b(0x17a)](){const _0x1cdd6a=_0x2e278b,_0x3173e1={'MQaBW':_0x4be224[_0x1cdd6a(0x1a6)],'PjWMu':_0x4be224[_0x1cdd6a(0x141)],'Qomyj':function(_0x40fca9,_0x498a62,_0x3b93fa){const _0x5e3e0e=_0x1cdd6a;return _0x4be224[_0x5e3e0e(0x201)](_0x40fca9,_0x498a62,_0x3b93fa);},'cOptJ':function(_0x578f29){const _0x427140=_0x1cdd6a;return _0x4be224[_0x427140(0x1ae)](_0x578f29);},'dfWtO':function(_0x202668,_0x206e5d){const _0xe74058=_0x1cdd6a;return _0x4be224[_0xe74058(0x21e)](_0x202668,_0x206e5d);},'zZJio':_0x4be224[_0x1cdd6a(0x1e1)],'lSSMp':_0x4be224['VXDjJ'],'HetJK':_0x4be224['EwxAC'],'euPtp':function(_0x11cb4f,_0x5b9fb6){const _0x583710=_0x1cdd6a;return _0x4be224[_0x583710(0x119)](_0x11cb4f,_0x5b9fb6);}};PerformanceTester[_0x1cdd6a(0x205)](PerformanceEvents[_0x1cdd6a(0x1c5)],()=>{const _0xa54ae3=_0x1cdd6a,_0x459e96=_0x3173e1[_0xa54ae3(0x19a)]['split']('|');let _0x4c99c8=0x0;while(!![]){switch(_0x459e96[_0x4c99c8++]){case'0':globals['getGlobal'](_0x3173e1[_0xa54ae3(0x152)])&&(!_0x3173e1['Qomyj'](setExtension,this,_0x4c47f6)&&globals[_0xa54ae3(0x208)](_0x3173e1[_0xa54ae3(0x152)],![]));continue;case'1':this[_0xa54ae3(0x123)]();continue;case'2':(!helper['isBrowserstackInfra']()||helper['isTurboScaleSession'](_0x4c47f6))&&helper[_0xa54ae3(0x20c)](null,null,_0x4c47f6[_0xa54ae3(0x1ff)],null,this,null);continue;case'3':this[_0xa54ae3(0x1e5)]();continue;case'4':helper[_0xa54ae3(0x1d1)](_0x4c47f6[_0xa54ae3(0x1ac)]);continue;case'5':if(helper[_0xa54ae3(0x1eb)](_0x4c47f6[_0xa54ae3(0x126)][_0xa54ae3(0x159)]))this['agent_']=helper[_0xa54ae3(0x115)](_0x4c47f6[_0xa54ae3(0x126)][_0xa54ae3(0x159)]);else _0x4c47f6['proxySettings'][_0xa54ae3(0x159)]&&(this[_0xa54ae3(0x145)]=_0x4c47f6[_0xa54ae3(0x126)]['proxyUrl'],logger['debug'](_0xa54ae3(0x1fb)+this['proxy_']));continue;case'6':_0x3173e1['cOptJ'](isAccessibilityAutomationSession)&&_0x3173e1[_0xa54ae3(0x220)](setAccessibilityCapabilities,_0x4c47f6);continue;case'7':logger['debug'](_0x3173e1[_0xa54ae3(0x183)]);continue;}break;}})();const _0x28da87=super['build']();return PerformanceTester[_0x1cdd6a(0x205)](PerformanceEvents[_0x1cdd6a(0x1e8)],()=>{const _0x4c7014=_0x1cdd6a,_0xd5f903={'TozWX':function(_0x256843,_0x576d80,_0x4cc016){const _0x4e8769=a132_0x39a3;return _0x4be224[_0x4e8769(0x201)](_0x256843,_0x576d80,_0x4cc016);},'cpXkz':function(_0x383a38,_0x3e3021,_0xa7a1b4){const _0x2c2a31=a132_0x39a3;return _0x4be224[_0x2c2a31(0x1a5)](_0x383a38,_0x3e3021,_0xa7a1b4);},'fFjoE':function(_0x1f5229,_0x11b903){const _0x424e7d=a132_0x39a3;return _0x4be224[_0x424e7d(0x21e)](_0x1f5229,_0x11b903);}};_0x28da87[_0x4c7014(0x19f)][_0x4c7014(0x157)](_0xd55e0a=>{const _0x1773aa=_0x4c7014;try{const _0x5ea245=_0xd55e0a[_0x1773aa(0x14f)][_0x1773aa(0x20a)](_0x3173e1['lSSMp']);_0x5ea245?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5ea245),hubAllocator[_0x1773aa(0x153)](_0x5ea245),helper[_0x1773aa(0x136)](_0x5ea245)):logger[_0x1773aa(0x1bf)](_0x3173e1[_0x1773aa(0x1dc)]);}catch(_0x18dfd4){logger[_0x1773aa(0x1bf)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x18dfd4);}}),_0x28da87[_0x4c7014(0x157)]&&_0x28da87[_0x4c7014(0x157)](_0x324217=>{const _0x4aa6b8=_0x4c7014,_0x236833={'XtRlj':function(_0x493881,_0x468227,_0x20f745){return _0xd5f903['cpXkz'](_0x493881,_0x468227,_0x20f745);},'sbgiN':function(_0x4aab62,_0x595c60){const _0x1ecfa8=a132_0x39a3;return _0xd5f903[_0x1ecfa8(0x130)](_0x4aab62,_0x595c60);}};helper[_0x4aa6b8(0x21b)](_0x324217,_0x4c47f6),_0xd5f903[_0x4aa6b8(0x1f0)](overrideExecute,_0x324217,_0x4c47f6),_0x324217[_0x4aa6b8(0x19b)]=async()=>{return await _0x236833['XtRlj'](getAccessibilityResultsSummary,_0x324217,global);},_0x324217[_0x4aa6b8(0x181)]=async()=>{return await _0xd5f903['TozWX'](getAccessibilityResults,_0x324217,global);},_0x324217['performScan']=async()=>{return await _0x236833['sbgiN'](performScan,_0x324217);};}),_0x28da87[_0x4c7014(0x19b)]=async()=>{const _0x4528fe=_0x4c7014;return await _0xd5f903[_0x4528fe(0x174)](getAccessibilityResultsSummary,_0x28da87,global);},_0x28da87[_0x4c7014(0x181)]=async()=>{const _0x481288=_0x4c7014;return await _0x3173e1[_0x481288(0x132)](getAccessibilityResults,_0x28da87,global);},_0x28da87[_0x4c7014(0x1a7)]=async()=>{const _0x1c4295=_0x4c7014;return await _0x3173e1[_0x1c4295(0x148)](performScan,_0x28da87);},helper[_0x4c7014(0x21b)](_0x28da87,_0x4c47f6),_0x4be224[_0x4c7014(0x201)](overrideExecute,_0x28da87,_0x4c47f6),helper[_0x4c7014(0x21c)](global[_0x4c7014(0x155)])&&(global[_0x4c7014(0x155)]=[]),global[_0x4c7014(0x155)][_0x4c7014(0x1ba)](_0x28da87);})(),_0x28da87;}}_0x2271c7[_0x2e278b(0x117)]=_0x2271c7[_0x2e278b(0x13a)],_0x2271c7[_0x2e278b(0x13a)]=_0x2d1634,_0x41b19b[_0x2e278b(0x1fe)]=_0x33ca42;},modifyV2=(_0x318f7c,_0x142bf2=null,_0x2b1cc7=![])=>{const _0x1e75c1=a132_0x64ac77,_0x392b37={'rERyK':function(_0x1098e3,_0x4525c6){return _0x1098e3!==_0x4525c6;},'ibwhr':_0x1e75c1(0x1b5),'ykCvo':function(_0xc69267,_0x321ea3){return _0xc69267+_0x321ea3;},'fpCuU':'https://','bewhl':_0x1e75c1(0x15f),'PGJEy':_0x1e75c1(0x163),'wHwgN':'aiHeal_isHealingEnabled','BfpTI':_0x1e75c1(0x14d),'TPTaV':_0x1e75c1(0x162),'lTjKL':_0x1e75c1(0x1b7),'WWgdZ':'edgeOptions','SnjTL':'moz:firefoxOptions','htOue':_0x1e75c1(0x142),'GPLIg':'safari.options','yalqx':_0x1e75c1(0x1d0),'hwJdc':_0x1e75c1(0x1e9),'dYfzM':function(_0x597baa,_0x20921a){return _0x597baa===_0x20921a;},'zHGMG':_0x1e75c1(0x1bb),'bNxGD':_0x1e75c1(0x1a4),'ZajOi':function(_0x3c05b8,_0x4b5085){return _0x3c05b8>_0x4b5085;},'logVa':function(_0x3fb335,_0x36190f){return _0x3fb335>_0x36190f;},'SNZFv':_0x1e75c1(0x198),'yWVxn':_0x1e75c1(0x170),'qAOxc':function(_0x53a17f,_0x4d211a,_0x57fd19){return _0x53a17f(_0x4d211a,_0x57fd19);},'VYZwf':function(_0x40094c){return _0x40094c();},'kzZYi':function(_0x5460b7,_0x3c2dc2){return _0x5460b7(_0x3c2dc2);},'wCcbv':_0x1e75c1(0x1b2),'dRnnr':_0x1e75c1(0x1d3),'Rmxii':_0x1e75c1(0x16f),'lSJIs':_0x1e75c1(0x211),'rXyDA':function(_0x2dd7f3,_0x26be9a){return _0x2dd7f3===_0x26be9a;},'AyFrb':_0x1e75c1(0x202),'EvKlw':_0x1e75c1(0x164),'TGgmJ':_0x1e75c1(0x1b1),'SIFcg':_0x1e75c1(0x217),'sAvCb':function(_0x8bbe66,_0x350796){return _0x8bbe66(_0x350796);},'ZJvwR':_0x1e75c1(0x1d4),'bIewG':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','gGopm':function(_0x42f15b,_0x525333,_0x2def56){return _0x42f15b(_0x525333,_0x2def56);},'HXexR':function(_0x18f47e,_0x2a4ff5){return _0x18f47e(_0x2a4ff5);},'LNEec':function(_0x54df8e,_0x56a043,_0x3a47c4){return _0x54df8e(_0x56a043,_0x3a47c4);},'BDvew':function(_0x40871a,_0x4a7baf,_0x380ac5){return _0x40871a(_0x4a7baf,_0x380ac5);},'ckxBw':function(_0x143c8e,_0x13cd98,_0x2257b7){return _0x143c8e(_0x13cd98,_0x2257b7);},'vlROd':function(_0x18eafb,_0x350fbb){return _0x18eafb!==_0x350fbb;},'YKfhN':function(_0x3bb221,_0x39a7f2){return _0x3bb221!==_0x39a7f2;},'mPwBR':'bstackAllyScanning','efFvh':'bstackA11yShouldScan','uoCqL':_0x1e75c1(0x1e7),'JihGF':_0x1e75c1(0x1d7),'BXnHh':function(_0x2bbf89){return _0x2bbf89();},'HwjcY':_0x1e75c1(0x151),'NsAgp':_0x1e75c1(0x1d2),'gylFe':_0x1e75c1(0x13c),'Etkdp':'Modifying\x20webdriver\x20execute','nFgJp':function(_0x53872a,_0x28f8f3){return _0x53872a+_0x28f8f3;},'ODlHN':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x2d7450=helper[_0x1e75c1(0x125)]();let _0x2b3579;try{_0x2b3579=helper[_0x1e75c1(0x15b)](),_0x2b3579[_0x1e75c1(0x117)]&&(_0x2b3579['Builder']=_0x2b3579[_0x1e75c1(0x117)]);}catch(_0x5d5fdf){return;}if(helper[_0x1e75c1(0x146)]()){const _0x30818b={};_0x30818b[_0x1e75c1(0x13f)]=_0x318f7c[_0x1e75c1(0x1ce)],helper[_0x1e75c1(0x122)](_0x30818b,new Map(),new Map()),logger[_0x1e75c1(0x1be)](_0x392b37[_0x1e75c1(0x1a1)]),logger[_0x1e75c1(0x1bf)](_0x392b37[_0x1e75c1(0x1cd)]);}class _0x55d950 extends _0x2d7450[_0x1e75c1(0x1fe)]{['send'](_0x35363d){const _0x24bb5f=_0x1e75c1;if(_0x392b37['rERyK'](_0x35363d[_0x24bb5f(0x13d)],_0x392b37[_0x24bb5f(0x1ee)])&&_0x392b37[_0x24bb5f(0x196)](global[_0x24bb5f(0x19c)],''))try{global[_0x24bb5f(0x19c)]=_0x392b37[_0x24bb5f(0x184)](_0x392b37[_0x24bb5f(0x184)](_0x392b37[_0x24bb5f(0x12f)],global['newHubUrl']),_0x392b37[_0x24bb5f(0x1a3)]),this['options_']=hubAllocator['getRequestOptions'](global[_0x24bb5f(0x19c)]),logger[_0x24bb5f(0x1bf)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x24bb5f(0x19c)]),global[_0x24bb5f(0x19c)]='';}catch(_0x19d8a7){logger[_0x24bb5f(0x147)](_0x19d8a7);}if(globals['getGlobal'](_0x392b37[_0x24bb5f(0x178)])&&globals['getGlobal'](_0x392b37['wHwgN'])){const _0x54f0c4=_0x35363d['path'][_0x24bb5f(0x1fc)]('/')[0x2];_0x54f0c4&&commandRepository['pushCommand'](_0x54f0c4,_0x35363d);}return super[_0x24bb5f(0x118)](_0x35363d);}}class _0x2415f5 extends _0x2b3579['Builder']{[_0x1e75c1(0x1e5)](){const _0x428b78=_0x1e75c1;return this[_0x428b78(0x11e)]=helper[_0x428b78(0x16c)](_0x318f7c),logger[_0x428b78(0x1bf)]('Hub\x20url\x20set\x20to\x20'+this[_0x428b78(0x11e)]),this;}[_0x1e75c1(0x21d)](_0x43649a){const _0x3ab2cd=_0x1e75c1;let _0x38bc2c={};for(const _0x1dd646 in _0x43649a){switch(_0x1dd646){case _0x392b37['BfpTI']:case _0x392b37['TPTaV']:this[_0x3ab2cd(0x16a)]&&(_0x38bc2c=this['chromeOptions_']['get'](this[_0x3ab2cd(0x16a)]['CAPABILITY_KEY'])||{},this[_0x3ab2cd(0x16a)][_0x3ab2cd(0x1fa)](this[_0x3ab2cd(0x16a)][_0x3ab2cd(0x1fd)],helper[_0x3ab2cd(0x135)](_0x38bc2c,_0x43649a[_0x1dd646])));break;case _0x392b37[_0x3ab2cd(0x1ab)]:case _0x392b37[_0x3ab2cd(0x1cb)]:this[_0x3ab2cd(0x1da)]&&(_0x38bc2c=this['edgeOptions_'][_0x3ab2cd(0x20a)](this[_0x3ab2cd(0x1da)][_0x3ab2cd(0x1fd)])||{},this[_0x3ab2cd(0x1da)][_0x3ab2cd(0x1fa)](this[_0x3ab2cd(0x1da)]['CAPABILITY_KEY'],helper[_0x3ab2cd(0x135)](_0x38bc2c,_0x43649a[_0x1dd646])));break;case _0x392b37[_0x3ab2cd(0x20e)]:case _0x392b37[_0x3ab2cd(0x11c)]:this['firefoxOptions_']&&(_0x38bc2c=this['firefoxOptions_']['get'](this[_0x3ab2cd(0x218)][_0x3ab2cd(0x1fd)])||{},this['firefoxOptions_']['set'](this[_0x3ab2cd(0x218)][_0x3ab2cd(0x1fd)],helper['mergeDeep'](_0x38bc2c,_0x43649a[_0x1dd646])));break;case _0x392b37[_0x3ab2cd(0x207)]:this['safariOptions_']&&(_0x38bc2c=this['safariOptions_'][_0x3ab2cd(0x20a)](this[_0x3ab2cd(0x16e)][_0x3ab2cd(0x1fd)])||{},this['safariOptions_'][_0x3ab2cd(0x1fa)](this['safariOptions_'][_0x3ab2cd(0x1fd)],helper['mergeDeep'](_0x38bc2c,_0x43649a[_0x1dd646])));break;case _0x392b37[_0x3ab2cd(0x1d6)]:case _0x392b37[_0x3ab2cd(0x206)]:this[_0x3ab2cd(0x1cf)]&&(_0x38bc2c=this[_0x3ab2cd(0x1cf)][_0x3ab2cd(0x20a)](this[_0x3ab2cd(0x1cf)]['CAPABILITY_KEY'])||{},this[_0x3ab2cd(0x1cf)][_0x3ab2cd(0x1fa)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x3ab2cd(0x135)](_0x38bc2c,_0x43649a[_0x1dd646])));break;}}}[_0x1e75c1(0x123)](){const _0x5dc980=_0x1e75c1,_0x3002a5={'xLvhF':function(_0x141c69,_0x59871f){const _0x1392a4=a132_0x39a3;return _0x392b37[_0x1392a4(0x1f6)](_0x141c69,_0x59871f);},'Imyqh':_0x392b37['zHGMG']};logger[_0x5dc980(0x1bf)](_0x392b37['bNxGD']);const _0x176076=_0x318f7c[_0x5dc980(0x1ac)]&&_0x392b37['ZajOi'](Object['keys'](_0x318f7c['capability'])[_0x5dc980(0x14a)],0x0)?_0x318f7c['capability']:_0x318f7c[_0x5dc980(0x19e)]&&Array['isArray'](_0x318f7c['capabilities'])&&_0x392b37['logVa'](_0x318f7c['capabilities'][_0x5dc980(0x14a)],0x0)?_0x318f7c[_0x5dc980(0x19e)][0x0]:{};return this[_0x5dc980(0x21d)](_0x176076),Object[_0x5dc980(0x17b)](_0x176076)[_0x5dc980(0x144)](_0x57d4b0=>{const _0x4891a6=_0x5dc980,_0x1b1d7a=this[_0x4891a6(0x161)]['get'](_0x57d4b0);_0x3002a5[_0x4891a6(0x12b)](typeof _0x1b1d7a,_0x3002a5[_0x4891a6(0x124)])?this[_0x4891a6(0x161)][_0x4891a6(0x1fa)](_0x57d4b0,helper['mergeDeep'](_0x1b1d7a,_0x176076[_0x57d4b0])):this[_0x4891a6(0x161)][_0x4891a6(0x1fa)](_0x57d4b0,_0x176076[_0x57d4b0]);}),this;}[_0x1e75c1(0x17a)](){const _0x11b759=_0x1e75c1,_0x27818e={'NgTcA':function(_0x2255a7){return _0x392b37['VYZwf'](_0x2255a7);},'hfnVJ':function(_0x2cc1e9,_0x2bf6cd,_0x55efd9){const _0x3f433f=a132_0x39a3;return _0x392b37[_0x3f433f(0x1e6)](_0x2cc1e9,_0x2bf6cd,_0x55efd9);},'dVRSS':_0x392b37[_0x11b759(0x179)],'effIJ':_0x392b37[_0x11b759(0x204)],'WXhow':_0x392b37[_0x11b759(0x192)],'VBaBM':function(_0x31df1d,_0x26106c,_0x4b2a7d){const _0x2b523b=_0x11b759;return _0x392b37[_0x2b523b(0x1c7)](_0x31df1d,_0x26106c,_0x4b2a7d);},'EhTHy':function(_0x14269f,_0x492038){return _0x392b37['HXexR'](_0x14269f,_0x492038);},'vYXeG':function(_0x2fcf65,_0x4cebca,_0x486466){const _0xc7d525=_0x11b759;return _0x392b37[_0xc7d525(0x140)](_0x2fcf65,_0x4cebca,_0x486466);},'AvntL':function(_0x186d76,_0x532c05,_0x3bec19){const _0x31fae1=_0x11b759;return _0x392b37[_0x31fae1(0x175)](_0x186d76,_0x532c05,_0x3bec19);},'PDnvN':function(_0x1d832d,_0x39d4be,_0x20daae){const _0x1db0c3=_0x11b759;return _0x392b37[_0x1db0c3(0x1c9)](_0x1d832d,_0x39d4be,_0x20daae);},'PDrFW':function(_0x1ac8f7,_0x834db0){const _0x13fd41=_0x11b759;return _0x392b37[_0x13fd41(0x20d)](_0x1ac8f7,_0x834db0);},'samlT':function(_0x226afe,_0x3ba3f4){const _0x102be0=_0x11b759;return _0x392b37[_0x102be0(0x1e2)](_0x226afe,_0x3ba3f4);}};PerformanceTester[_0x11b759(0x205)](PerformanceEvents[_0x11b759(0x1c5)],()=>{const _0x4abdc4=_0x11b759;if(helper[_0x4abdc4(0x146)]()){const _0x1fddd4=_0x392b37[_0x4abdc4(0x165)]['split']('|');let _0x4fe053=0x0;while(!![]){switch(_0x1fddd4[_0x4fe053++]){case'0':helper[_0x4abdc4(0x1d1)](_0x318f7c[_0x4abdc4(0x1ac)]);continue;case'1':globals['getGlobal'](_0x392b37[_0x4abdc4(0x179)])&&(!_0x392b37[_0x4abdc4(0x1e6)](setExtension,this,_0x318f7c)&&globals[_0x4abdc4(0x208)](_0x392b37[_0x4abdc4(0x179)],![]));continue;case'2':if(helper[_0x4abdc4(0x1eb)](_0x318f7c[_0x4abdc4(0x126)]['proxyUrl']))this[_0x4abdc4(0x214)]=helper['getHttpAgent'](_0x318f7c['proxySettings'][_0x4abdc4(0x159)]);else _0x318f7c['proxySettings'][_0x4abdc4(0x159)]&&(this[_0x4abdc4(0x145)]=_0x318f7c['proxySettings'][_0x4abdc4(0x159)],logger[_0x4abdc4(0x1bf)](_0x4abdc4(0x1fb)+this[_0x4abdc4(0x145)]));continue;case'3':_0x392b37['VYZwf'](isAccessibilityAutomationSession)&&_0x392b37[_0x4abdc4(0x1d5)](setAccessibilityCapabilities,_0x318f7c);continue;case'4':this['setServer']();continue;case'5':logger[_0x4abdc4(0x1bf)](_0x392b37[_0x4abdc4(0x1bc)]);continue;case'6':process[_0x4abdc4(0x11d)][_0x4abdc4(0x167)]&&(helper[_0x4abdc4(0x20c)](null,null,_0x318f7c[_0x4abdc4(0x1ff)],null,this,null),helper[_0x4abdc4(0x1d1)](_0x318f7c[_0x4abdc4(0x1ac)]),helper['readTcgAuthConfigToGlobal']());continue;case'7':this[_0x4abdc4(0x123)]();continue;}break;}}else{const _0x3cc1cd=_0x392b37[_0x4abdc4(0x21f)][_0x4abdc4(0x1fc)]('|');let _0x51c264=0x0;while(!![]){switch(_0x3cc1cd[_0x51c264++]){case'0':if(this[_0x4abdc4(0x11e)][_0x4abdc4(0x1c6)](_0x392b37[_0x4abdc4(0x16b)]))logger[_0x4abdc4(0x1bf)](_0x392b37[_0x4abdc4(0x18d)]),globals[_0x4abdc4(0x208)](_0x392b37[_0x4abdc4(0x178)],![]),globals[_0x4abdc4(0x208)](_0x392b37[_0x4abdc4(0x193)],![]);else globals['getGlobal'](_0x392b37['PGJEy'])&&globals[_0x4abdc4(0x173)](_0x392b37[_0x4abdc4(0x193)])&&aiSdkWrapper[_0x4abdc4(0x12a)](this);continue;case'1':helper[_0x4abdc4(0x14c)]();continue;case'2':_0x392b37[_0x4abdc4(0x121)](globals[_0x4abdc4(0x173)](_0x392b37[_0x4abdc4(0x1a2)]),_0x392b37[_0x4abdc4(0x19d)])&&(commandRepository['setFramework'](_0x392b37[_0x4abdc4(0x19d)]),commandRepository[_0x4abdc4(0x1f8)](globals[_0x4abdc4(0x173)](_0x392b37['TGgmJ'])));continue;case'3':helper[_0x4abdc4(0x1d1)](_0x318f7c[_0x4abdc4(0x1ac)]);continue;case'4':_0x392b37[_0x4abdc4(0x1db)](isAccessibilityAutomationSession)&&this[_0x4abdc4(0x150)]()[_0x4abdc4(0x1c6)](_0x392b37[_0x4abdc4(0x1dd)])&&(_0x392b37[_0x4abdc4(0x180)](setAccessibilityCapabilities,_0x318f7c),this['setCapabilities']());continue;case'5':helper['prepareCapabilities'](null,null,_0x318f7c['framework'],null,this,null);continue;}break;}}})();const _0xe916ce=super[_0x11b759(0x17a)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x11b759(0x1e8)],()=>{const _0x1ac835=_0x11b759,_0x409c60={'iGPsM':function(_0x42a948,_0x423b99){return _0x27818e['EhTHy'](_0x42a948,_0x423b99);},'Kxbeu':function(_0x795ef,_0x2c22bd,_0xd88e82){const _0x59a236=a132_0x39a3;return _0x27818e[_0x59a236(0x1c8)](_0x795ef,_0x2c22bd,_0xd88e82);},'AEnBX':function(_0x3efc26,_0x4c8c49,_0x5eb13d){const _0x546703=a132_0x39a3;return _0x27818e[_0x546703(0x1a8)](_0x3efc26,_0x4c8c49,_0x5eb13d);},'TMOfb':function(_0x16cd87,_0x580a8d,_0x54982b){const _0x25adda=a132_0x39a3;return _0x27818e[_0x25adda(0x12e)](_0x16cd87,_0x580a8d,_0x54982b);},'HYiQS':function(_0x1d622b,_0x27663d){const _0x356693=a132_0x39a3;return _0x27818e[_0x356693(0x1c2)](_0x1d622b,_0x27663d);}};_0xe916ce[_0x1ac835(0x19f)][_0x1ac835(0x157)](_0x59035c=>{const _0x42b18e=_0x1ac835,_0x361b34=_0x59035c[_0x42b18e(0x14f)];if(!helper[_0x42b18e(0x146)]()&&_0x27818e[_0x42b18e(0x1b3)](isAccessibilityAutomationSession)){const _0x517757=_0x27818e[_0x42b18e(0x1f2)](nonBstackPlatformValidation,_0x361b34,this);globals['setGlobal'](_0x27818e[_0x42b18e(0x216)],_0x517757);}}),_0xe916ce['session_']['then'](_0x654b3e=>{const _0x334e8f=_0x1ac835;try{logger['debug'](_0x334e8f(0x166)+_0x654b3e[_0x334e8f(0x172)]());const _0x5c2112=_0x654b3e[_0x334e8f(0x14f)][_0x334e8f(0x20a)](_0x27818e[_0x334e8f(0x20f)]);_0x5c2112?(logger[_0x334e8f(0x1bf)](_0x334e8f(0x1af)+_0x5c2112),hubAllocator[_0x334e8f(0x153)](_0x5c2112),helper[_0x334e8f(0x136)](_0x5c2112)):logger['debug'](_0x27818e[_0x334e8f(0x1a0)]);}catch(_0x1329c3){logger[_0x334e8f(0x1bf)](_0x334e8f(0x138)+_0x1329c3);}}),_0xe916ce[_0x1ac835(0x17f)]=0x0,_0xe916ce[_0x1ac835(0x157)]&&_0xe916ce[_0x1ac835(0x157)](_0x334f15=>{const _0x6b8a44=_0x1ac835,_0x8d91dd={'kebQj':function(_0xa0144d,_0x50733a,_0x3bcb36){const _0x3c797b=a132_0x39a3;return _0x409c60[_0x3c797b(0x1c0)](_0xa0144d,_0x50733a,_0x3bcb36);},'IjcVP':function(_0x976c7c,_0x3daf31,_0x29f0e1){const _0x275c4c=a132_0x39a3;return _0x409c60[_0x275c4c(0x168)](_0x976c7c,_0x3daf31,_0x29f0e1);}};helper[_0x6b8a44(0x1b4)](_0x334f15,_0xe916ce),_0x2b1cc7&&_0x409c60[_0x6b8a44(0x1d9)](overrideTakeScreenshot,_0x334f15),helper[_0x6b8a44(0x21b)](_0x334f15,_0x318f7c),_0x409c60['TMOfb'](overrideExecute,_0x334f15,_0x318f7c),_0x318f7c['capability']&&percyHelper[_0x6b8a44(0x154)](_0x334f15,_0x2b3579[_0x6b8a44(0x11f)],_0x318f7c),_0x334f15[_0x6b8a44(0x19b)]=async()=>{const _0x30f77b=_0x6b8a44;return await _0x8d91dd[_0x30f77b(0x137)](getAccessibilityResultsSummary,_0x334f15,global);},_0x334f15[_0x6b8a44(0x181)]=async()=>{const _0x521a5d=_0x6b8a44;return await _0x8d91dd[_0x521a5d(0x127)](getAccessibilityResults,_0x334f15,global);},_0x334f15[_0x6b8a44(0x1a7)]=async()=>{return await _0x409c60['iGPsM'](performScan,_0x334f15);};}),_0xe916ce[_0x1ac835(0x19b)]=async()=>{const _0x427fb3=_0x1ac835;return await _0x27818e[_0x427fb3(0x15d)](getAccessibilityResultsSummary,_0xe916ce,global);},_0xe916ce[_0x1ac835(0x181)]=async()=>{return await _0x27818e['VBaBM'](getAccessibilityResults,_0xe916ce,global);},_0xe916ce['performScan']=async()=>{const _0x440af7=_0x1ac835;return await _0x409c60[_0x440af7(0x1e4)](performScan,_0xe916ce);},_0x2b1cc7&&_0x27818e['EhTHy'](overrideTakeScreenshot,_0xe916ce),helper[_0x1ac835(0x1b4)](_0xe916ce),helper[_0x1ac835(0x21b)](_0xe916ce,_0x318f7c),_0x27818e[_0x1ac835(0x1f2)](overrideExecute,_0xe916ce,_0x318f7c),_0x318f7c[_0x1ac835(0x1ac)]&&percyHelper[_0x1ac835(0x154)](_0xe916ce,_0x2b3579[_0x1ac835(0x11f)],_0x318f7c);helper['isUndefined'](global[_0x1ac835(0x155)])&&(global['__driversArray']=[]);helper[_0x1ac835(0x21c)](global[_0x1ac835(0x189)])&&(global['__drivers']=[]);global[_0x1ac835(0x155)][_0x1ac835(0x1ba)](_0xe916ce),global[_0x1ac835(0x18f)]=_0xe916ce,_0x142bf2&&(_0x142bf2[_0x1ac835(0x176)][_0x1ac835(0x18f)]=_0xe916ce);_0x27818e[_0x1ac835(0x1ea)](global['__drivers'],undefined)&&global[_0x1ac835(0x189)]['push'](_0xe916ce);_0x142bf2&&helper[_0x1ac835(0x21c)](_0x142bf2[_0x1ac835(0x176)]['__drivers'])&&(_0x142bf2[_0x1ac835(0x176)]['__drivers']=[]);_0x142bf2&&helper[_0x1ac835(0x21c)](_0x142bf2[_0x1ac835(0x176)][_0x1ac835(0x155)])&&(_0x142bf2[_0x1ac835(0x176)][_0x1ac835(0x155)]=[]);_0x142bf2&&_0x27818e[_0x1ac835(0x18a)](_0x142bf2[_0x1ac835(0x176)]['__drivers'],undefined)&&(_0x142bf2[_0x1ac835(0x176)][_0x1ac835(0x189)]['push'](_0xe916ce),_0x142bf2['global']['__driversArray'][_0x1ac835(0x1ba)](_0xe916ce));_0xe916ce[_0x1ac835(0x170)]=globals[_0x1ac835(0x173)](_0x27818e['dVRSS']);try{global[_0x1ac835(0x189)][0x0][_0x1ac835(0x19f)][_0x1ac835(0x157)](_0x1f9f29=>{const _0x5005b1=_0x1ac835;logger['debug'](_0x5005b1(0x222)+_0x1f9f29[_0x5005b1(0x172)]()+_0x5005b1(0x13b));})[_0x1ac835(0x1f3)](_0x492c8a=>{const _0x4200b4=_0x1ac835;logger[_0x4200b4(0x1bf)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x492c8a);});}catch(_0x251d32){logger[_0x1ac835(0x1bf)](_0x1ac835(0x1b8)+_0x251d32);}globals[_0x1ac835(0x208)](_0x27818e['dVRSS'],globals['getGlobal'](_0x27818e['dVRSS']));})(),_0xe916ce;}}_0x142bf2&&(globals[_0x1e75c1(0x1de)]=_0x142bf2[_0x1e75c1(0x176)]['browserStackGlobals']);if(_0x392b37[_0x1e75c1(0x186)](isAccessibilityAutomationSession))try{let _0x203b46=helper[_0x1e75c1(0x1f9)](_0x392b37[_0x1e75c1(0x1ad)],_0x392b37[_0x1e75c1(0x1b9)])[_0x1e75c1(0x219)];(!_0x203b46[_0x1e75c1(0x1ec)]||!_0x203b46[_0x1e75c1(0x1ec)][_0x1e75c1(0x133)])&&(_0x203b46=helper['requireModule'](_0x392b37[_0x1e75c1(0x15e)],_0x392b37['NsAgp'])[_0x1e75c1(0x18c)]);if(_0x203b46[_0x1e75c1(0x1ec)]&&_0x203b46[_0x1e75c1(0x1ec)][_0x1e75c1(0x133)]){const _0x30a81c=_0x203b46[_0x1e75c1(0x1ec)][_0x1e75c1(0x133)];logger[_0x1e75c1(0x1bf)](_0x392b37[_0x1e75c1(0x17e)]),_0x203b46[_0x1e75c1(0x1ec)]['execute']=async function(){const _0x59d150=_0x1e75c1;try{!globals[_0x59d150(0x173)](_0x392b37[_0x59d150(0x18e)])&&globals[_0x59d150(0x173)](_0x392b37[_0x59d150(0x179)])&&globals[_0x59d150(0x173)](_0x392b37[_0x59d150(0x210)])&&scripts[_0x59d150(0x1aa)](arguments[0x0]['name_'])&&!_0x392b37[_0x59d150(0x1d5)](isBrowserStackCommandExecutor,arguments[0x0][_0x59d150(0x171)])&&(globals[_0x59d150(0x208)](_0x392b37[_0x59d150(0x18e)],!![]),logger[_0x59d150(0x1bf)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x59d150(0x1f1)]),await _0x392b37[_0x59d150(0x175)](performScan,global[_0x59d150(0x18f)],arguments[0x0][_0x59d150(0x1f1)]));}catch(_0x57a89a){logger['debug'](_0x59d150(0x1df)+util[_0x59d150(0x199)](_0x57a89a));}return globals[_0x59d150(0x208)](_0x392b37[_0x59d150(0x18e)],![]),_0x30a81c[_0x59d150(0x187)](this,arguments);};}}catch(_0x2eff40){logger['debug'](_0x392b37[_0x1e75c1(0x185)](_0x392b37['ODlHN'],_0x2eff40));}return _0x2b3579[_0x1e75c1(0x117)]=_0x2b3579[_0x1e75c1(0x13a)],_0x2b3579['Builder']=_0x2415f5,_0x2d7450[_0x1e75c1(0x1fe)]=_0x55d950,_0x2b3579;};module[a132_0x64ac77(0x15a)][a132_0x64ac77(0x17c)]=modify,module[a132_0x64ac77(0x15a)][a132_0x64ac77(0x12c)]=modifyV2,module[a132_0x64ac77(0x15a)][a132_0x64ac77(0x1d8)]=percySDK,module['exports'][a132_0x64ac77(0x12d)]=BrowserStackSdk,module[a132_0x64ac77(0x15a)][a132_0x64ac77(0x1b6)]=modifyPlaywrightConfig;
|
|
1
|
+
function a132_0x3e19(_0xbbaf88,_0x150b11){const _0x18441e=a132_0x1844();return a132_0x3e19=function(_0x3e1958,_0x56d721){_0x3e1958=_0x3e1958-0x1da;let _0x35790e=_0x18441e[_0x3e1958];return _0x35790e;},a132_0x3e19(_0xbbaf88,_0x150b11);}const a132_0x58744c=a132_0x3e19;(function(_0x38fe9e,_0x3594fd){const _0x2d579c=a132_0x3e19,_0x27daf7=_0x38fe9e();while(!![]){try{const _0x4b58a6=parseInt(_0x2d579c(0x2d0))/0x1*(parseInt(_0x2d579c(0x217))/0x2)+parseInt(_0x2d579c(0x263))/0x3+parseInt(_0x2d579c(0x211))/0x4+-parseInt(_0x2d579c(0x222))/0x5+-parseInt(_0x2d579c(0x264))/0x6*(-parseInt(_0x2d579c(0x1fd))/0x7)+parseInt(_0x2d579c(0x28c))/0x8*(parseInt(_0x2d579c(0x236))/0x9)+-parseInt(_0x2d579c(0x215))/0xa;if(_0x4b58a6===_0x3594fd)break;else _0x27daf7['push'](_0x27daf7['shift']());}catch(_0x45dc99){_0x27daf7['push'](_0x27daf7['shift']());}}}(a132_0x1844,0x9a180));function a132_0x1844(){const _0x213608=['aiHeal_isHealingEnabled','6|1|7|4|3|2|0|5','Failed\x20to\x20perform\x20scan\x20','agent_','getHttpAgent','/wd/hub','aHtUY','./helpers/patchHelpers','tguTc','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','Hub\x20url\x20set\x20to\x20','updateHubUrl','prototype','aBpdO','firefoxOptions_','6966ddFuhk','CcPuT','CzRzq','capability','./helpers/performance/performance-tester','aiSdk_bstackConfig','isTurboScaleSession','push','mOFxa','SznIl','options_','chromeOptions','DOgfW','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','YwTCN','LoRpC','UJKfN','browserstackAgentV2','https://','jest','keys','XiAKH','CoVcQ','lBFXc','Setting\x20Browserstack\x20capabilities','SLmXz','VxEsS','VYCBG','getAccessibilityResults','EFaDy','bstackAllyScanning','setCapabilities','VCyOR','readTcgAuthConfigToGlobal','se:ieOptions','safariOptions_','DQaUU','patchDriverPercy','framework','exports','yxjAk','catch','includes','vbwYN','browserstackAgent','2063286HuQmLz','24LymQRg','VzRZV','GIkcg','moz:firefoxOptions','RbqQT','aNZuf','then','name_','isUndefined','ms:edgeOptions','__drivers','getGlobal','OWZBW','dtIRD','dtXJj','qFalP','dBVew','ZFKEn','jWnUC','IPLju','format','caps_','setAdditionalCapabilities','debug','overrideGet','proxy_','CAPABILITY_KEY','RfXix','ycYJq','QdFxW','Modifying\x20webdriver\x20execute','RpOgX','./helpers/accessibility-automation/scripts','bstackA11yShouldScan','fQLwE','setGlobal','TfIlo','browserStackGlobals','pushCommand','\x20to\x20global\x20drivers\x20array','8696EGIUtR','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','Unable\x20to\x20find\x20executor\x20class\x20','isArray','bQykl','.browserstack.com','GAgIk','Executor','zwmkb','BrowserStackSdk','overrideQuit','quitCount_','aKxFl','setServer','Proxy\x20set\x20to\x20','getHubUrl','selenium-webdriver','./helpers/percy/utils','path','length','ieOptions_','LggWK','VIvGW','New\x20hub\x20url\x20set\x20to\x20','iXEAm','./helpers/accessibility-automation/helper','fqVEs','prepareCapabilities','Performing\x20scan\x20for\x20','session_','EPfSI','_modifyPlaywright','Turon','aYHxS','SDK_POST_INITIALIZE','tPMMg','Session\x20ID:\x20','setLogLevel','ATMWl','0|3|1|2|4','RorRB','capabilities','YbInP','0|6|1|2|7|3|5|4','info','originalBuilder','getRequestOptions','goog:chromeOptions','hXZnf','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','newHubUrl','execute','storeOptimalHubUrl','browserStackLogLevel','WebElement','TIOeH','AwBBu','split','nEraQ','mergeDeep','MSTsH','error','isPacProxy','yXpFV','paysD','getAccessibilityResultsSummary','buETf','pXKCq','1098706RCtlrx','iOcjo','/session','axOOj','getId','LNlHy','build','parameters_','ZXaBE','ieOptions','__driversArray','performScan','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','logLevel','lTyrY','2|4|3|0|1|5','url_','NONMx','jypoF','cmhlt','global','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','pzKTY','isAccessibilityPlatform','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','./bin/playwright/modifyPlaywrightConf','Qlfvn','isBrowserstackInfra','measureWrapper','./helpers/patchHelper','./helpers/helper','./helpers/ai-sdk/autoHealHelper','optimalHubUrl','AKPhC','chromeOptions_','LCyxw','./browserStackSdk','get','harQO','./helpers/globals','HsRlW','edgeOptions','QwBYi','PQTUc','__driver','ALKoM','WebDriver','edgeOptions_','vRUPW','732508UMYKnw','requireHttpClient','VBadC','OVwMY','selenium-webdriver/lib/webdriver.js','BROWSERSTACK_TURBOSCALE','HttpClient','aiHeal_isAuthenticated','aiSdk_framework','eleGf','requireSeleniumWebdriver','LefWB','BiIKk','__setBrowserOptions','SIqaF','safari.options','FyIQn','proxyUrl','zAuaf','proxySettings','2610304OymcFD','ruBzV','vjCKX','SDK_PRE_INITIALIZE','20148030wVmFkU','Builder','2uUMTkz','GpfcC','capabilities_','kpulM','DWmsr','./helpers/logger','setting\x20driver\x20Session\x20ID:\x20','apNYc','WpwWm','bUUpf','owsRK','5264935nkGvvO','requireModule','getServerUrl','Modifying\x20webdriver\x20builder','set'];a132_0x1844=function(){return _0x213608;};return a132_0x1844();}const util=require('util'),{overrideTakeScreenshot}=require(a132_0x58744c(0x22e)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a132_0x58744c(0x2a5)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a132_0x58744c(0x1ea)),logger=require(a132_0x58744c(0x21c))['winstonLogger'],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a132_0x58744c(0x29d)),BrowserStackSdk=require(a132_0x58744c(0x1f0)),modifyPlaywrightConfig=require(a132_0x58744c(0x1e5)),scripts=require(a132_0x58744c(0x284)),globals=require(a132_0x58744c(0x1f3)),{commandRepository}=require(a132_0x58744c(0x1eb)),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a132_0x58744c(0x1e9)),PerformanceTester=require(a132_0x58744c(0x23a)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation}=require(a132_0x58744c(0x2a5)),modify=_0x16286f=>{const _0x1aedb9=a132_0x58744c,_0x594ab7={'vRUPW':function(_0x11c05a,_0x14fcae){return _0x11c05a!==_0x14fcae;},'RLElh':'/session','GIkcg':function(_0x38f6f6,_0x501a4d){return _0x38f6f6!==_0x501a4d;},'RfXix':function(_0x50d31a,_0x45025e){return _0x50d31a+_0x45025e;},'vbwYN':_0x1aedb9(0x248),'NZqIo':_0x1aedb9(0x22c),'qTHQy':_0x1aedb9(0x2bb),'YlCWz':_0x1aedb9(0x241),'ATMWl':_0x1aedb9(0x26d),'NONMx':_0x1aedb9(0x1f5),'TfIlo':_0x1aedb9(0x267),'dAJDg':'firefoxOptions','VIvGW':_0x1aedb9(0x20c),'paysD':_0x1aedb9(0x258),'WpwWm':_0x1aedb9(0x2d9),'lBFXc':function(_0x20371b,_0x5c122c){return _0x20371b===_0x5c122c;},'kClGM':'object','oxZqb':_0x1aedb9(0x24e),'LoRpC':_0x1aedb9(0x2b7),'ozpkl':function(_0x3e0461){return _0x3e0461();},'Wkcty':function(_0x2286a4,_0x782458){return _0x2286a4(_0x782458);},'CoVcQ':_0x1aedb9(0x1e1),'SSbyd':_0x1aedb9(0x1e3),'ITUxo':function(_0x3a660d,_0x9396a1,_0xbc9632){return _0x3a660d(_0x9396a1,_0xbc9632);},'LyAEH':_0x1aedb9(0x1ec),'kpulM':_0x1aedb9(0x2dc),'oWkux':_0x1aedb9(0x2b3),'harQO':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','bUUpf':_0x1aedb9(0x225)};logger['info'](_0x594ab7[_0x1aedb9(0x1f2)]),logger['debug'](_0x594ab7[_0x1aedb9(0x220)]);const _0x4f7e96=helper[_0x1aedb9(0x207)](),_0x1f0ce6=helper[_0x1aedb9(0x1fe)]();class _0x2cddf1 extends _0x1f0ce6[_0x1aedb9(0x203)]{['send'](_0x4da0d8){const _0x5d96eb=_0x1aedb9;if(_0x594ab7[_0x5d96eb(0x1fc)](_0x4da0d8[_0x5d96eb(0x29e)],_0x594ab7['RLElh'])&&_0x594ab7[_0x5d96eb(0x266)](global[_0x5d96eb(0x2be)],''))try{global['newHubUrl']=_0x594ab7[_0x5d96eb(0x27f)](_0x594ab7[_0x5d96eb(0x27f)](_0x594ab7[_0x5d96eb(0x261)],global[_0x5d96eb(0x2be)]),_0x594ab7['NZqIo']),this[_0x5d96eb(0x240)]=hubAllocator[_0x5d96eb(0x2ba)](global[_0x5d96eb(0x2be)]),logger['debug'](_0x5d96eb(0x2a3)+global[_0x5d96eb(0x2be)]),global[_0x5d96eb(0x2be)]='';}catch(_0x3412ae){logger[_0x5d96eb(0x2c9)](_0x3412ae);}return super['send'](_0x4da0d8);}}class _0x32fd7c extends _0x4f7e96['Builder']{[_0x1aedb9(0x20a)](_0x37aec7){const _0x4b8bcc=_0x1aedb9;let _0x58a67e={};for(const _0x405963 in _0x37aec7){switch(_0x405963){case _0x594ab7['qTHQy']:case _0x594ab7['YlCWz']:this[_0x4b8bcc(0x1ee)]&&(_0x58a67e=this[_0x4b8bcc(0x1ee)][_0x4b8bcc(0x1f1)](this[_0x4b8bcc(0x1ee)][_0x4b8bcc(0x27e)])||{},this[_0x4b8bcc(0x1ee)]['set'](this[_0x4b8bcc(0x1ee)][_0x4b8bcc(0x27e)],helper[_0x4b8bcc(0x2c7)](_0x58a67e,_0x37aec7[_0x405963])));break;case _0x594ab7[_0x4b8bcc(0x2b2)]:case _0x594ab7[_0x4b8bcc(0x1dd)]:this[_0x4b8bcc(0x1fb)]&&(_0x58a67e=this[_0x4b8bcc(0x1fb)][_0x4b8bcc(0x1f1)](this[_0x4b8bcc(0x1fb)][_0x4b8bcc(0x27e)])||{},this[_0x4b8bcc(0x1fb)][_0x4b8bcc(0x226)](this[_0x4b8bcc(0x1fb)]['CAPABILITY_KEY'],helper[_0x4b8bcc(0x2c7)](_0x58a67e,_0x37aec7[_0x405963])));break;case _0x594ab7[_0x4b8bcc(0x288)]:case _0x594ab7['dAJDg']:this[_0x4b8bcc(0x235)]&&(_0x58a67e=this[_0x4b8bcc(0x235)][_0x4b8bcc(0x1f1)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x4b8bcc(0x235)][_0x4b8bcc(0x226)](this[_0x4b8bcc(0x235)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x58a67e,_0x37aec7[_0x405963])));break;case _0x594ab7[_0x4b8bcc(0x2a2)]:this[_0x4b8bcc(0x259)]&&(_0x58a67e=this['safariOptions_'][_0x4b8bcc(0x1f1)](this[_0x4b8bcc(0x259)][_0x4b8bcc(0x27e)])||{},this[_0x4b8bcc(0x259)][_0x4b8bcc(0x226)](this[_0x4b8bcc(0x259)]['CAPABILITY_KEY'],helper[_0x4b8bcc(0x2c7)](_0x58a67e,_0x37aec7[_0x405963])));break;case _0x594ab7[_0x4b8bcc(0x2cc)]:case _0x594ab7[_0x4b8bcc(0x21f)]:this[_0x4b8bcc(0x2a0)]&&(_0x58a67e=this[_0x4b8bcc(0x2a0)][_0x4b8bcc(0x1f1)](this[_0x4b8bcc(0x2a0)]['CAPABILITY_KEY'])||{},this[_0x4b8bcc(0x2a0)][_0x4b8bcc(0x226)](this[_0x4b8bcc(0x2a0)][_0x4b8bcc(0x27e)],helper[_0x4b8bcc(0x2c7)](_0x58a67e,_0x37aec7[_0x405963])));break;}}}[_0x1aedb9(0x299)](){const _0x4eb08a=_0x1aedb9;return this[_0x4eb08a(0x1dc)]=helper[_0x4eb08a(0x29b)](_0x16286f),logger[_0x4eb08a(0x27b)](_0x4eb08a(0x231)+this['url_']),this;}['setCapabilities'](){const _0x52ecb4=_0x1aedb9;return logger['debug'](_0x594ab7['oxZqb']),this[_0x52ecb4(0x20a)](_0x16286f[_0x52ecb4(0x239)]),Object[_0x52ecb4(0x24a)](_0x16286f[_0x52ecb4(0x239)])['forEach'](_0x23f7bb=>{const _0x4aeb46=_0x52ecb4,_0x19cba4=this[_0x4aeb46(0x219)][_0x4aeb46(0x1f1)](_0x23f7bb);_0x594ab7[_0x4aeb46(0x24d)](typeof _0x19cba4,_0x594ab7['kClGM'])?this[_0x4aeb46(0x219)][_0x4aeb46(0x226)](_0x23f7bb,helper[_0x4aeb46(0x2c7)](_0x19cba4,_0x16286f[_0x4aeb46(0x239)][_0x23f7bb])):this[_0x4aeb46(0x219)][_0x4aeb46(0x226)](_0x23f7bb,_0x16286f[_0x4aeb46(0x239)][_0x23f7bb]);}),this;}[_0x1aedb9(0x2d6)](){const _0x5c17ec=_0x1aedb9,_0x38efe5={'apNYc':_0x594ab7[_0x5c17ec(0x245)],'TIOeH':function(_0x14b361){return _0x594ab7['ozpkl'](_0x14b361);},'mOFxa':function(_0xbafd62,_0x532cb8){return _0x594ab7['Wkcty'](_0xbafd62,_0x532cb8);},'QwBYi':_0x594ab7[_0x5c17ec(0x24c)],'lTyrY':_0x594ab7['SSbyd'],'RpOgX':function(_0x13c3c9,_0x1b3db0,_0x2583a6){return _0x594ab7['ITUxo'](_0x13c3c9,_0x1b3db0,_0x2583a6);},'TJAlq':_0x594ab7['LyAEH'],'pXKCq':_0x594ab7[_0x5c17ec(0x21a)],'VzRZV':_0x594ab7['oWkux']};PerformanceTester['measureWrapper'](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x19fe10=_0x5c17ec,_0x703e2c=_0x38efe5[_0x19fe10(0x21e)][_0x19fe10(0x2c5)]('|');let _0x41d339=0x0;while(!![]){switch(_0x703e2c[_0x41d339++]){case'0':_0x38efe5[_0x19fe10(0x2c3)](isAccessibilityAutomationSession)&&_0x38efe5[_0x19fe10(0x23e)](setAccessibilityCapabilities,_0x16286f);continue;case'1':this[_0x19fe10(0x255)]();continue;case'2':if(helper[_0x19fe10(0x2ca)](_0x16286f[_0x19fe10(0x210)][_0x19fe10(0x20e)]))this[_0x19fe10(0x22a)]=helper[_0x19fe10(0x22b)](_0x16286f[_0x19fe10(0x210)][_0x19fe10(0x20e)]);else _0x16286f[_0x19fe10(0x210)][_0x19fe10(0x20e)]&&(this['proxy_']=_0x16286f[_0x19fe10(0x210)][_0x19fe10(0x20e)],logger[_0x19fe10(0x27b)]('Proxy\x20set\x20to\x20'+this['proxy_']));continue;case'3':(!helper[_0x19fe10(0x1e7)]()||helper[_0x19fe10(0x23c)](_0x16286f))&&helper[_0x19fe10(0x2a7)](null,null,_0x16286f['framework'],null,this,null);continue;case'4':logger[_0x19fe10(0x27b)](_0x38efe5[_0x19fe10(0x1f6)]);continue;case'5':helper[_0x19fe10(0x27a)](_0x16286f[_0x19fe10(0x239)]);continue;case'6':this[_0x19fe10(0x299)]();continue;case'7':globals['getGlobal'](_0x38efe5[_0x19fe10(0x1da)])&&(!_0x38efe5[_0x19fe10(0x283)](setExtension,this,_0x16286f)&&globals[_0x19fe10(0x287)](_0x38efe5[_0x19fe10(0x1da)],![]));continue;}break;}})();const _0xa14cbf=super[_0x5c17ec(0x2d6)]();return PerformanceTester[_0x5c17ec(0x1e8)](PerformanceEvents[_0x5c17ec(0x2ae)],()=>{const _0x535648=_0x5c17ec,_0x5a1a73={'PQTUc':function(_0x1e7a79,_0x14f789,_0xd7aa44){const _0x25eb4b=a132_0x3e19;return _0x38efe5[_0x25eb4b(0x283)](_0x1e7a79,_0x14f789,_0xd7aa44);},'aYHxS':function(_0x3ade74,_0xbc59cd){const _0xeb68cc=a132_0x3e19;return _0x38efe5[_0xeb68cc(0x23e)](_0x3ade74,_0xbc59cd);},'FyIQn':function(_0x4e2bed,_0x4420a9,_0x11f157){const _0x4571a1=a132_0x3e19;return _0x38efe5[_0x4571a1(0x283)](_0x4e2bed,_0x4420a9,_0x11f157);}};_0xa14cbf[_0x535648(0x2a9)][_0x535648(0x26a)](_0xf6be76=>{const _0x4b6a29=_0x535648;try{const _0x5c6311=_0xf6be76[_0x4b6a29(0x279)]['get'](_0x38efe5['TJAlq']);_0x5c6311?(logger[_0x4b6a29(0x27b)](_0x4b6a29(0x230)+_0x5c6311),hubAllocator['updateHubUrl'](_0x5c6311),helper[_0x4b6a29(0x2c0)](_0x5c6311)):logger[_0x4b6a29(0x27b)](_0x38efe5[_0x4b6a29(0x2cf)]);}catch(_0x174366){logger['debug'](_0x4b6a29(0x28d)+_0x174366);}}),_0xa14cbf['then']&&_0xa14cbf[_0x535648(0x26a)](_0x3aee1f=>{const _0x376053=_0x535648,_0x51cb33=_0x38efe5[_0x376053(0x265)]['split']('|');let _0x47e8c2=0x0;while(!![]){switch(_0x51cb33[_0x47e8c2++]){case'0':helper['overrideGet'](_0x3aee1f,_0x16286f);continue;case'1':_0x3aee1f[_0x376053(0x2cd)]=async()=>{const _0x833857=_0x376053;return await _0x5a1a73[_0x833857(0x1f7)](getAccessibilityResultsSummary,_0x3aee1f,global);};continue;case'2':_0x3aee1f[_0x376053(0x252)]=async()=>{return await _0x5a1a73['PQTUc'](getAccessibilityResults,_0x3aee1f,global);};continue;case'3':_0x38efe5[_0x376053(0x283)](overrideExecute,_0x3aee1f,_0x16286f);continue;case'4':_0x3aee1f[_0x376053(0x2db)]=async()=>{return await _0x5a1a73['aYHxS'](performScan,_0x3aee1f);};continue;}break;}}),_0xa14cbf[_0x535648(0x2cd)]=async()=>{const _0x3f6385=_0x535648;return await _0x5a1a73[_0x3f6385(0x20d)](getAccessibilityResultsSummary,_0xa14cbf,global);},_0xa14cbf[_0x535648(0x252)]=async()=>{const _0x1e0255=_0x535648;return await _0x5a1a73[_0x1e0255(0x20d)](getAccessibilityResults,_0xa14cbf,global);},_0xa14cbf[_0x535648(0x2db)]=async()=>{const _0x32d4f3=_0x535648;return await _0x5a1a73[_0x32d4f3(0x2ad)](performScan,_0xa14cbf);},helper[_0x535648(0x27c)](_0xa14cbf,_0x16286f),_0x38efe5[_0x535648(0x283)](overrideExecute,_0xa14cbf,_0x16286f),helper[_0x535648(0x26c)](global[_0x535648(0x2da)])&&(global[_0x535648(0x2da)]=[]),global[_0x535648(0x2da)][_0x535648(0x23d)](_0xa14cbf);})(),_0xa14cbf;}}_0x4f7e96[_0x1aedb9(0x2b9)]=_0x4f7e96[_0x1aedb9(0x216)],_0x4f7e96[_0x1aedb9(0x216)]=_0x32fd7c,_0x1f0ce6[_0x1aedb9(0x203)]=_0x2cddf1;},modifyV2=(_0x1f2f74,_0x552db1=null,_0x2b5115=![])=>{const _0x1327dd=a132_0x58744c,_0x449b39={'CzRzq':function(_0x3b44e9,_0x3779c7){return _0x3b44e9!==_0x3779c7;},'clFtR':_0x1327dd(0x2d2),'UJKfN':function(_0x4f5893,_0x4040be){return _0x4f5893!==_0x4040be;},'ZFKEn':function(_0x2aceed,_0x56c165){return _0x2aceed+_0x56c165;},'LefWB':'https://','owsRK':'/wd/hub','buETf':_0x1327dd(0x204),'eFfXM':_0x1327dd(0x227),'bQykl':_0x1327dd(0x2bb),'fqVEs':_0x1327dd(0x241),'kzLKm':_0x1327dd(0x26d),'EPfSI':'edgeOptions','VxEsS':'moz:firefoxOptions','AKPhC':'firefoxOptions','cmhlt':_0x1327dd(0x20c),'lpaLq':_0x1327dd(0x258),'aNZuf':_0x1327dd(0x2d9),'EFaDy':function(_0x23d6f2,_0x4f0d15){return _0x23d6f2===_0x4f0d15;},'zAuaf':'object','XiAKH':'Setting\x20Browserstack\x20capabilities','qFalP':function(_0x5ddb94,_0x2beeaa){return _0x5ddb94>_0x2beeaa;},'Qlfvn':function(_0x311e0f,_0x5565d7){return _0x311e0f>_0x5565d7;},'DOgfW':_0x1327dd(0x228),'GpfcC':function(_0x30ae59){return _0x30ae59();},'OVwMY':function(_0x50e072,_0x5a855d){return _0x50e072(_0x5a855d);},'CcPuT':_0x1327dd(0x1e3),'ZXaBE':function(_0x28a4c7,_0x571ec9,_0x11e71f){return _0x28a4c7(_0x571ec9,_0x11e71f);},'AWFVo':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','ALKoM':_0x1327dd(0x1db),'Xieam':function(_0x5e9a46){return _0x5e9a46();},'LCyxw':'browserstack.com','pzKTY':function(_0x3fa2af,_0x5f1517){return _0x3fa2af===_0x5f1517;},'AjbUf':_0x1327dd(0x205),'axOOj':_0x1327dd(0x249),'tguTc':_0x1327dd(0x23b),'homTo':_0x1327dd(0x291),'yxjAk':_0x1327dd(0x1e4),'aBpdO':_0x1327dd(0x1ec),'IPLju':_0x1327dd(0x2dc),'iXEAm':function(_0x1a9f0c,_0x5f5c50,_0x577b03){return _0x1a9f0c(_0x5f5c50,_0x577b03);},'hhbUa':function(_0x1c9e1b,_0x48dd2d,_0x3c3f2c){return _0x1c9e1b(_0x48dd2d,_0x3c3f2c);},'LNlHy':function(_0x11aeb8,_0x97652){return _0x11aeb8!==_0x97652;},'SIqaF':function(_0xe7684b,_0x442d98){return _0xe7684b!==_0x442d98;},'ycYJq':_0x1327dd(0x254),'jWnUC':_0x1327dd(0x285),'BiIKk':function(_0x181a8a,_0x3d8bac){return _0x181a8a(_0x3d8bac);},'YWHRx':function(_0x31193b,_0x16def6,_0xda6973){return _0x31193b(_0x16def6,_0xda6973);},'QdFxW':_0x1327dd(0x243),'fQLwE':'Modifying\x20webdriver\x20builder','nEraQ':_0x1327dd(0x201),'LggWK':_0x1327dd(0x29c),'SznIl':'selenium-webdriver/lib/http.js','jypoF':_0x1327dd(0x282),'OWZBW':_0x1327dd(0x28e)},_0x53835a=helper['requireHttpClient']();let _0x1646bd;try{_0x1646bd=helper[_0x1327dd(0x207)](),_0x1646bd['originalBuilder']&&(_0x1646bd[_0x1327dd(0x216)]=_0x1646bd['originalBuilder']);}catch(_0x1f1de3){return;}if(helper[_0x1327dd(0x1e7)]()){const _0x5396a8={};_0x5396a8[_0x1327dd(0x2dd)]=_0x1f2f74[_0x1327dd(0x2c1)],helper[_0x1327dd(0x2b1)](_0x5396a8,new Map(),new Map()),logger[_0x1327dd(0x2b8)](_0x449b39[_0x1327dd(0x281)]),logger[_0x1327dd(0x27b)](_0x449b39[_0x1327dd(0x286)]);}class _0x56179b extends _0x53835a[_0x1327dd(0x203)]{['send'](_0x6223a4){const _0x48b1d1=_0x1327dd;if(_0x449b39[_0x48b1d1(0x238)](_0x6223a4['path'],_0x449b39['clFtR'])&&_0x449b39[_0x48b1d1(0x246)](global[_0x48b1d1(0x2be)],''))try{global['newHubUrl']=_0x449b39[_0x48b1d1(0x275)](_0x449b39['ZFKEn'](_0x449b39[_0x48b1d1(0x208)],global[_0x48b1d1(0x2be)]),_0x449b39[_0x48b1d1(0x221)]),this[_0x48b1d1(0x240)]=hubAllocator[_0x48b1d1(0x2ba)](global[_0x48b1d1(0x2be)]),logger['debug'](_0x48b1d1(0x2a3)+global['newHubUrl']),global['newHubUrl']='';}catch(_0x216081){logger[_0x48b1d1(0x2c9)](_0x216081);}if(globals[_0x48b1d1(0x26f)](_0x449b39[_0x48b1d1(0x2ce)])&&globals['getGlobal'](_0x449b39['eFfXM'])){const _0x3e41c3=_0x6223a4[_0x48b1d1(0x29e)][_0x48b1d1(0x2c5)]('/')[0x2];_0x3e41c3&&commandRepository[_0x48b1d1(0x28a)](_0x3e41c3,_0x6223a4);}return super['send'](_0x6223a4);}}class _0x4dcd35 extends _0x1646bd['Builder']{[_0x1327dd(0x299)](){const _0x346ab0=_0x1327dd;return this[_0x346ab0(0x1dc)]=helper[_0x346ab0(0x29b)](_0x1f2f74),logger['debug'](_0x346ab0(0x231)+this['url_']),this;}[_0x1327dd(0x20a)](_0x52926f){const _0x2f2e69=_0x1327dd;let _0x323ef3={};for(const _0x11e87a in _0x52926f){switch(_0x11e87a){case _0x449b39[_0x2f2e69(0x290)]:case _0x449b39[_0x2f2e69(0x2a6)]:this[_0x2f2e69(0x1ee)]&&(_0x323ef3=this[_0x2f2e69(0x1ee)]['get'](this[_0x2f2e69(0x1ee)][_0x2f2e69(0x27e)])||{},this[_0x2f2e69(0x1ee)]['set'](this[_0x2f2e69(0x1ee)][_0x2f2e69(0x27e)],helper[_0x2f2e69(0x2c7)](_0x323ef3,_0x52926f[_0x11e87a])));break;case _0x449b39['kzLKm']:case _0x449b39[_0x2f2e69(0x2aa)]:this['edgeOptions_']&&(_0x323ef3=this[_0x2f2e69(0x1fb)][_0x2f2e69(0x1f1)](this[_0x2f2e69(0x1fb)]['CAPABILITY_KEY'])||{},this[_0x2f2e69(0x1fb)][_0x2f2e69(0x226)](this[_0x2f2e69(0x1fb)]['CAPABILITY_KEY'],helper[_0x2f2e69(0x2c7)](_0x323ef3,_0x52926f[_0x11e87a])));break;case _0x449b39[_0x2f2e69(0x250)]:case _0x449b39[_0x2f2e69(0x1ed)]:this['firefoxOptions_']&&(_0x323ef3=this[_0x2f2e69(0x235)][_0x2f2e69(0x1f1)](this[_0x2f2e69(0x235)]['CAPABILITY_KEY'])||{},this[_0x2f2e69(0x235)]['set'](this[_0x2f2e69(0x235)][_0x2f2e69(0x27e)],helper[_0x2f2e69(0x2c7)](_0x323ef3,_0x52926f[_0x11e87a])));break;case _0x449b39[_0x2f2e69(0x1df)]:this[_0x2f2e69(0x259)]&&(_0x323ef3=this[_0x2f2e69(0x259)][_0x2f2e69(0x1f1)](this['safariOptions_'][_0x2f2e69(0x27e)])||{},this[_0x2f2e69(0x259)][_0x2f2e69(0x226)](this['safariOptions_'][_0x2f2e69(0x27e)],helper['mergeDeep'](_0x323ef3,_0x52926f[_0x11e87a])));break;case _0x449b39['lpaLq']:case _0x449b39[_0x2f2e69(0x269)]:this[_0x2f2e69(0x2a0)]&&(_0x323ef3=this[_0x2f2e69(0x2a0)][_0x2f2e69(0x1f1)](this[_0x2f2e69(0x2a0)][_0x2f2e69(0x27e)])||{},this[_0x2f2e69(0x2a0)]['set'](this[_0x2f2e69(0x2a0)][_0x2f2e69(0x27e)],helper[_0x2f2e69(0x2c7)](_0x323ef3,_0x52926f[_0x11e87a])));break;}}}[_0x1327dd(0x255)](){const _0x2c1619=_0x1327dd,_0x6d660b={'MSTsH':function(_0x555b3d,_0x3b6460){const _0x3f0415=a132_0x3e19;return _0x449b39[_0x3f0415(0x253)](_0x555b3d,_0x3b6460);},'dtIRD':_0x449b39[_0x2c1619(0x20f)]};logger[_0x2c1619(0x27b)](_0x449b39[_0x2c1619(0x24b)]);const _0x128673=_0x1f2f74['capability']&&_0x449b39[_0x2c1619(0x273)](Object[_0x2c1619(0x24a)](_0x1f2f74[_0x2c1619(0x239)])[_0x2c1619(0x29f)],0x0)?_0x1f2f74[_0x2c1619(0x239)]:_0x1f2f74[_0x2c1619(0x2b5)]&&Array[_0x2c1619(0x28f)](_0x1f2f74[_0x2c1619(0x2b5)])&&_0x449b39[_0x2c1619(0x1e6)](_0x1f2f74[_0x2c1619(0x2b5)][_0x2c1619(0x29f)],0x0)?_0x1f2f74[_0x2c1619(0x2b5)][0x0]:{};return this[_0x2c1619(0x20a)](_0x128673),Object[_0x2c1619(0x24a)](_0x128673)['forEach'](_0x3db5a1=>{const _0x247cfe=_0x2c1619,_0x5dceed=this[_0x247cfe(0x219)][_0x247cfe(0x1f1)](_0x3db5a1);_0x6d660b[_0x247cfe(0x2c8)](typeof _0x5dceed,_0x6d660b[_0x247cfe(0x271)])?this[_0x247cfe(0x219)]['set'](_0x3db5a1,helper[_0x247cfe(0x2c7)](_0x5dceed,_0x128673[_0x3db5a1])):this[_0x247cfe(0x219)][_0x247cfe(0x226)](_0x3db5a1,_0x128673[_0x3db5a1]);}),this;}['build'](){const _0x639e9=_0x1327dd,_0x5b0c06={'sJHSk':_0x449b39[_0x639e9(0x242)],'YxKnj':function(_0x57480a){const _0x61a806=_0x639e9;return _0x449b39[_0x61a806(0x218)](_0x57480a);},'eleGf':function(_0x5420ca,_0x3e010d){return _0x449b39['OVwMY'](_0x5420ca,_0x3e010d);},'zwmkb':_0x449b39[_0x639e9(0x237)],'VCyOR':function(_0x4670aa,_0x5a5b27,_0x2ccc30){const _0x4e762c=_0x639e9;return _0x449b39[_0x4e762c(0x2d8)](_0x4670aa,_0x5a5b27,_0x2ccc30);},'hXZnf':_0x449b39['AWFVo'],'ruBzV':_0x449b39[_0x639e9(0x1f9)],'aKxFl':function(_0x100564){return _0x449b39['Xieam'](_0x100564);},'aHtUY':_0x449b39[_0x639e9(0x1ef)],'HsRlW':function(_0x38a173,_0x322569){const _0x4272cd=_0x639e9;return _0x449b39[_0x4272cd(0x1e2)](_0x38a173,_0x322569);},'vjCKX':_0x449b39['AjbUf'],'YbInP':_0x449b39[_0x639e9(0x2d3)],'AwBBu':_0x449b39[_0x639e9(0x22f)],'dBVew':_0x449b39['homTo'],'DQaUU':_0x449b39[_0x639e9(0x25e)],'VBadC':_0x449b39[_0x639e9(0x2ce)],'RbqQT':_0x449b39['eFfXM'],'tPMMg':_0x449b39[_0x639e9(0x234)],'VYCBG':_0x449b39[_0x639e9(0x277)],'iOcjo':function(_0xd9c28e,_0x54edb7,_0x4e6399){const _0x209398=_0x639e9;return _0x449b39[_0x209398(0x2a4)](_0xd9c28e,_0x54edb7,_0x4e6399);},'AwZDm':function(_0x2f893e,_0x3fb783){const _0x637b3e=_0x639e9;return _0x449b39[_0x637b3e(0x200)](_0x2f893e,_0x3fb783);},'YwTCN':function(_0x3b4982,_0x321d78,_0x220ebd){return _0x449b39['hhbUa'](_0x3b4982,_0x321d78,_0x220ebd);},'wTIrn':function(_0x5baa72,_0x5a655b){const _0x1ad076=_0x639e9;return _0x449b39[_0x1ad076(0x2d5)](_0x5baa72,_0x5a655b);},'SLmXz':function(_0x22538a,_0x4458d9){const _0x335848=_0x639e9;return _0x449b39[_0x335848(0x20b)](_0x22538a,_0x4458d9);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x639e9(0x214)],()=>{const _0x312925=_0x639e9;if(helper[_0x312925(0x1e7)]()){const _0x2e390a=_0x5b0c06['sJHSk']['split']('|');let _0xd45517=0x0;while(!![]){switch(_0x2e390a[_0xd45517++]){case'0':process['env'][_0x312925(0x202)]&&(helper[_0x312925(0x2a7)](null,null,_0x1f2f74[_0x312925(0x25c)],null,this,null),helper[_0x312925(0x27a)](_0x1f2f74['capability']),helper[_0x312925(0x257)]());continue;case'1':_0x5b0c06['YxKnj'](isAccessibilityAutomationSession)&&_0x5b0c06[_0x312925(0x206)](setAccessibilityCapabilities,_0x1f2f74);continue;case'2':globals['getGlobal'](_0x5b0c06[_0x312925(0x294)])&&(!_0x5b0c06[_0x312925(0x256)](setExtension,this,_0x1f2f74)&&globals[_0x312925(0x287)](_0x5b0c06[_0x312925(0x294)],![]));continue;case'3':if(helper['isPacProxy'](_0x1f2f74[_0x312925(0x210)][_0x312925(0x20e)]))this[_0x312925(0x22a)]=helper[_0x312925(0x22b)](_0x1f2f74[_0x312925(0x210)][_0x312925(0x20e)]);else _0x1f2f74[_0x312925(0x210)][_0x312925(0x20e)]&&(this['proxy_']=_0x1f2f74[_0x312925(0x210)][_0x312925(0x20e)],logger[_0x312925(0x27b)](_0x312925(0x29a)+this[_0x312925(0x27d)]));continue;case'4':this['setCapabilities']();continue;case'5':logger['debug'](_0x5b0c06[_0x312925(0x2bc)]);continue;case'6':helper[_0x312925(0x27a)](_0x1f2f74[_0x312925(0x239)]);continue;case'7':this['setServer']();continue;}break;}}else{const _0x42d12d=_0x5b0c06[_0x312925(0x212)][_0x312925(0x2c5)]('|');let _0x2a8e87=0x0;while(!![]){switch(_0x42d12d[_0x2a8e87++]){case'0':_0x5b0c06[_0x312925(0x298)](isAccessibilityAutomationSession)&&this[_0x312925(0x224)]()[_0x312925(0x260)](_0x5b0c06[_0x312925(0x22d)])&&(_0x5b0c06[_0x312925(0x206)](setAccessibilityCapabilities,_0x1f2f74),this[_0x312925(0x255)]());continue;case'1':_0x5b0c06[_0x312925(0x1f4)](globals[_0x312925(0x26f)](_0x5b0c06[_0x312925(0x213)]),_0x5b0c06[_0x312925(0x2b6)])&&(commandRepository['setFramework'](_0x5b0c06[_0x312925(0x2b6)]),commandRepository['setConfig'](globals[_0x312925(0x26f)](_0x5b0c06[_0x312925(0x2c4)])));continue;case'2':helper[_0x312925(0x2a7)](null,null,_0x1f2f74[_0x312925(0x25c)],null,this,null);continue;case'3':helper[_0x312925(0x257)]();continue;case'4':helper[_0x312925(0x27a)](_0x1f2f74[_0x312925(0x239)]);continue;case'5':if(this['url_'][_0x312925(0x260)](_0x5b0c06[_0x312925(0x274)]))logger[_0x312925(0x27b)](_0x5b0c06[_0x312925(0x25a)]),globals[_0x312925(0x287)](_0x5b0c06['VBadC'],![]),globals['setGlobal'](_0x5b0c06[_0x312925(0x268)],![]);else globals[_0x312925(0x26f)](_0x5b0c06[_0x312925(0x1ff)])&&globals[_0x312925(0x26f)](_0x5b0c06[_0x312925(0x268)])&&aiSdkWrapper['initializeHealingCapabilities'](this);continue;}break;}}})();const _0x436f4f=super[_0x639e9(0x2d6)]();return PerformanceTester[_0x639e9(0x1e8)](PerformanceEvents[_0x639e9(0x2ae)],()=>{const _0x35c7b9=_0x639e9,_0x20318f={'yXpFV':function(_0x1a51b3){const _0x539249=a132_0x3e19;return _0x5b0c06[_0x539249(0x298)](_0x1a51b3);},'DWmsr':function(_0x5c33c9,_0x55a076,_0x10ab4a){const _0x1ab706=a132_0x3e19;return _0x5b0c06[_0x1ab706(0x256)](_0x5c33c9,_0x55a076,_0x10ab4a);},'dtXJj':_0x5b0c06[_0x35c7b9(0x294)],'QIEyk':_0x5b0c06[_0x35c7b9(0x2af)],'RorRB':_0x5b0c06[_0x35c7b9(0x251)],'GAgIk':function(_0x546628,_0x30c0d9){return _0x5b0c06['eleGf'](_0x546628,_0x30c0d9);},'kkQTz':function(_0x59184e,_0x2b0f56,_0x5cb16c){const _0x2e5819=_0x35c7b9;return _0x5b0c06[_0x2e5819(0x2d1)](_0x59184e,_0x2b0f56,_0x5cb16c);}};_0x436f4f[_0x35c7b9(0x2a9)][_0x35c7b9(0x26a)](_0x3a8510=>{const _0x52d01a=_0x35c7b9,_0x1710ff=_0x3a8510[_0x52d01a(0x279)];if(!helper['isBrowserstackInfra']()&&_0x20318f[_0x52d01a(0x2cb)](isAccessibilityAutomationSession)){const _0x252193=_0x20318f[_0x52d01a(0x21b)](nonBstackPlatformValidation,_0x1710ff,this);globals[_0x52d01a(0x287)](_0x20318f[_0x52d01a(0x272)],_0x252193);}}),_0x436f4f[_0x35c7b9(0x2a9)][_0x35c7b9(0x26a)](_0x2480d3=>{const _0x15cf56=_0x35c7b9;try{logger['debug'](_0x15cf56(0x2b0)+_0x2480d3[_0x15cf56(0x2d4)]());const _0x32efd6=_0x2480d3[_0x15cf56(0x279)][_0x15cf56(0x1f1)](_0x20318f['QIEyk']);_0x32efd6?(logger[_0x15cf56(0x27b)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x32efd6),hubAllocator[_0x15cf56(0x232)](_0x32efd6),helper[_0x15cf56(0x2c0)](_0x32efd6)):logger[_0x15cf56(0x27b)](_0x20318f[_0x15cf56(0x2b4)]);}catch(_0x544c72){logger[_0x15cf56(0x27b)](_0x15cf56(0x28d)+_0x544c72);}}),_0x436f4f[_0x35c7b9(0x297)]=0x0,_0x436f4f['then']&&_0x436f4f[_0x35c7b9(0x26a)](_0x144542=>{const _0x41cb9e=_0x35c7b9,_0x2a2d31={'Turon':function(_0x403f55,_0x57b0d0,_0x5f58d5){return _0x20318f['DWmsr'](_0x403f55,_0x57b0d0,_0x5f58d5);}};helper[_0x41cb9e(0x296)](_0x144542,_0x436f4f),_0x2b5115&&_0x20318f['GAgIk'](overrideTakeScreenshot,_0x144542),helper[_0x41cb9e(0x27c)](_0x144542,_0x1f2f74),_0x20318f[_0x41cb9e(0x21b)](overrideExecute,_0x144542,_0x1f2f74),_0x1f2f74['capability']&&percyHelper[_0x41cb9e(0x25b)](_0x144542,_0x1646bd[_0x41cb9e(0x2c2)],_0x1f2f74),_0x144542[_0x41cb9e(0x2cd)]=async()=>{const _0x4fcf83=_0x41cb9e;return await _0x2a2d31[_0x4fcf83(0x2ac)](getAccessibilityResultsSummary,_0x144542,global);},_0x144542[_0x41cb9e(0x252)]=async()=>{const _0x5c9a3e=_0x41cb9e;return await _0x2a2d31[_0x5c9a3e(0x2ac)](getAccessibilityResults,_0x144542,global);},_0x144542['performScan']=async()=>{const _0x43c531=_0x41cb9e;return await _0x20318f[_0x43c531(0x292)](performScan,_0x144542);};}),_0x436f4f[_0x35c7b9(0x2cd)]=async()=>{const _0x5533d1=_0x35c7b9;return await _0x5b0c06[_0x5533d1(0x256)](getAccessibilityResultsSummary,_0x436f4f,global);},_0x436f4f[_0x35c7b9(0x252)]=async()=>{return await _0x20318f['kkQTz'](getAccessibilityResults,_0x436f4f,global);},_0x436f4f[_0x35c7b9(0x2db)]=async()=>{const _0x40fbf5=_0x35c7b9;return await _0x20318f[_0x40fbf5(0x292)](performScan,_0x436f4f);},_0x2b5115&&_0x5b0c06['AwZDm'](overrideTakeScreenshot,_0x436f4f),helper[_0x35c7b9(0x296)](_0x436f4f),helper['overrideGet'](_0x436f4f,_0x1f2f74),_0x5b0c06[_0x35c7b9(0x244)](overrideExecute,_0x436f4f,_0x1f2f74),_0x1f2f74['capability']&&percyHelper['patchDriverPercy'](_0x436f4f,_0x1646bd['WebElement'],_0x1f2f74);helper[_0x35c7b9(0x26c)](global['__driversArray'])&&(global['__driversArray']=[]);helper['isUndefined'](global[_0x35c7b9(0x26e)])&&(global[_0x35c7b9(0x26e)]=[]);global['__driversArray'][_0x35c7b9(0x23d)](_0x436f4f),global[_0x35c7b9(0x1f8)]=_0x436f4f,_0x552db1&&(_0x552db1[_0x35c7b9(0x1e0)][_0x35c7b9(0x1f8)]=_0x436f4f);_0x5b0c06['wTIrn'](global[_0x35c7b9(0x26e)],undefined)&&global[_0x35c7b9(0x26e)]['push'](_0x436f4f);_0x552db1&&helper[_0x35c7b9(0x26c)](_0x552db1[_0x35c7b9(0x1e0)]['__drivers'])&&(_0x552db1[_0x35c7b9(0x1e0)][_0x35c7b9(0x26e)]=[]);_0x552db1&&helper['isUndefined'](_0x552db1[_0x35c7b9(0x1e0)][_0x35c7b9(0x2da)])&&(_0x552db1[_0x35c7b9(0x1e0)][_0x35c7b9(0x2da)]=[]);_0x552db1&&_0x5b0c06[_0x35c7b9(0x24f)](_0x552db1[_0x35c7b9(0x1e0)]['__drivers'],undefined)&&(_0x552db1['global'][_0x35c7b9(0x26e)][_0x35c7b9(0x23d)](_0x436f4f),_0x552db1[_0x35c7b9(0x1e0)][_0x35c7b9(0x2da)][_0x35c7b9(0x23d)](_0x436f4f));_0x436f4f['isAccessibilityPlatform']=globals[_0x35c7b9(0x26f)](_0x5b0c06['zwmkb']);try{global[_0x35c7b9(0x26e)][0x0][_0x35c7b9(0x2a9)][_0x35c7b9(0x26a)](_0x433259=>{const _0xcc32b5=_0x35c7b9;logger['debug'](_0xcc32b5(0x21d)+_0x433259['getId']()+_0xcc32b5(0x28b));})[_0x35c7b9(0x25f)](_0x1b3e19=>{const _0x31b126=_0x35c7b9;logger[_0x31b126(0x27b)](_0x31b126(0x2bd)+_0x1b3e19);});}catch(_0x155886){logger['debug'](_0x35c7b9(0x2bd)+_0x155886);}globals['setGlobal'](_0x5b0c06['zwmkb'],globals[_0x35c7b9(0x26f)](_0x5b0c06['zwmkb']));})(),_0x436f4f;}}_0x552db1&&(globals['browserStackGlobals']=_0x552db1[_0x1327dd(0x1e0)][_0x1327dd(0x289)]);if(_0x449b39['GpfcC'](isAccessibilityAutomationSession))try{let _0x3560eb=helper['requireModule'](_0x449b39[_0x1327dd(0x2c6)],_0x449b39['LggWK'])[_0x1327dd(0x1fa)];(!_0x3560eb[_0x1327dd(0x233)]||!_0x3560eb[_0x1327dd(0x233)]['execute'])&&(_0x3560eb=helper[_0x1327dd(0x223)](_0x449b39[_0x1327dd(0x23f)],_0x449b39[_0x1327dd(0x2a1)])[_0x1327dd(0x293)]);if(_0x3560eb[_0x1327dd(0x233)]&&_0x3560eb[_0x1327dd(0x233)][_0x1327dd(0x2bf)]){const _0x4ef057=_0x3560eb['prototype'][_0x1327dd(0x2bf)];logger[_0x1327dd(0x27b)](_0x449b39[_0x1327dd(0x1de)]),_0x3560eb['prototype'][_0x1327dd(0x2bf)]=async function(){const _0xdac0c1=_0x1327dd;try{!globals[_0xdac0c1(0x26f)](_0x449b39[_0xdac0c1(0x280)])&&globals[_0xdac0c1(0x26f)](_0x449b39[_0xdac0c1(0x237)])&&globals['getGlobal'](_0x449b39[_0xdac0c1(0x276)])&&scripts['shouldWrapCommand'](arguments[0x0][_0xdac0c1(0x26b)])&&!_0x449b39[_0xdac0c1(0x209)](isBrowserStackCommandExecutor,arguments[0x0][_0xdac0c1(0x2d7)])&&(globals[_0xdac0c1(0x287)](_0x449b39[_0xdac0c1(0x280)],!![]),logger['debug'](_0xdac0c1(0x2a8)+arguments[0x0]['name_']),await _0x449b39['YWHRx'](performScan,global[_0xdac0c1(0x1f8)],arguments[0x0][_0xdac0c1(0x26b)]));}catch(_0x52ffce){logger[_0xdac0c1(0x27b)](_0xdac0c1(0x229)+util[_0xdac0c1(0x278)](_0x52ffce));}return globals[_0xdac0c1(0x287)](_0x449b39[_0xdac0c1(0x280)],![]),_0x4ef057['apply'](this,arguments);};}}catch(_0xe9e32c){logger['debug'](_0x449b39[_0x1327dd(0x275)](_0x449b39[_0x1327dd(0x270)],_0xe9e32c));}return _0x1646bd[_0x1327dd(0x2b9)]=_0x1646bd['Builder'],_0x1646bd[_0x1327dd(0x216)]=_0x4dcd35,_0x53835a[_0x1327dd(0x203)]=_0x56179b,_0x1646bd;};module[a132_0x58744c(0x25d)][a132_0x58744c(0x262)]=modify,module[a132_0x58744c(0x25d)][a132_0x58744c(0x247)]=modifyV2,module['exports']['percy']=percySDK,module[a132_0x58744c(0x25d)][a132_0x58744c(0x295)]=BrowserStackSdk,module[a132_0x58744c(0x25d)][a132_0x58744c(0x2ab)]=modifyPlaywrightConfig;
|