browserstack-node-sdk 1.32.6 → 1.32.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/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/templates/azureresources/akscluster.json +57 -3
- package/ats/src/templates/azureresources/storageaccount.json +8 -8
- 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/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.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/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/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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.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/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-tester.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/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 a78_0x559881=a78_0x577d;(function(_0x360986,_0x3d8bf2){const _0x3dd15b=a78_0x577d,_0x4f7857=_0x360986();while(!![]){try{const _0x2c8f03=parseInt(_0x3dd15b(0x264))/0x1*(-parseInt(_0x3dd15b(0x21c))/0x2)+parseInt(_0x3dd15b(0x1ee))/0x3*(parseInt(_0x3dd15b(0x1e7))/0x4)+parseInt(_0x3dd15b(0x1ea))/0x5*(-parseInt(_0x3dd15b(0x290))/0x6)+-parseInt(_0x3dd15b(0x262))/0x7*(parseInt(_0x3dd15b(0x275))/0x8)+-parseInt(_0x3dd15b(0x26c))/0x9*(-parseInt(_0x3dd15b(0x20e))/0xa)+-parseInt(_0x3dd15b(0x22f))/0xb+parseInt(_0x3dd15b(0x21b))/0xc*(parseInt(_0x3dd15b(0x210))/0xd);if(_0x2c8f03===_0x3d8bf2)break;else _0x4f7857['push'](_0x4f7857['shift']());}catch(_0x4ff3a4){_0x4f7857['push'](_0x4f7857['shift']());}}}(a78_0x138e,0x5951b));const util=require('util'),{overrideTakeScreenshot}=require(a78_0x559881(0x25d)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a78_0x559881(0x268)),logger=require(a78_0x559881(0x1f5))[a78_0x559881(0x287)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a78_0x559881(0x1d0)),percyHelper=require(a78_0x559881(0x28e)),BrowserStackSdk=require(a78_0x559881(0x27d)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a78_0x559881(0x270)),globals=require(a78_0x559881(0x24e)),modify=_0x20e59f=>{const _0x5a8347=a78_0x559881,_0x4b13f0={'VMFkS':function(_0x46845a,_0x29b034){return _0x46845a!==_0x29b034;},'gLbjb':'/session','efwRJ':function(_0x3123b9,_0x5c8dda){return _0x3123b9+_0x5c8dda;},'zKxFf':_0x5a8347(0x216),'ayDwn':'/wd/hub','MevRt':'goog:chromeOptions','xNMMf':'chromeOptions','gUynq':'ms:edgeOptions','RJBFY':_0x5a8347(0x224),'EtoyE':_0x5a8347(0x1db),'hPqUM':_0x5a8347(0x258),'XSNEp':_0x5a8347(0x1f1),'ZhIUP':_0x5a8347(0x25f),'efyMq':'ieOptions','xQtuF':function(_0x5ce565,_0x112646){return _0x5ce565===_0x112646;},'IOMyR':_0x5a8347(0x1f2),'WEmyV':'Setting\x20Browserstack\x20capabilities','KVSzY':function(_0x147534,_0x481c59){return _0x147534(_0x481c59);},'lSgLv':function(_0x393d8d,_0x27bbd6,_0x14e225){return _0x393d8d(_0x27bbd6,_0x14e225);},'JFubw':function(_0x3ac924,_0x225802,_0x23d7b6){return _0x3ac924(_0x225802,_0x23d7b6);},'PheJZ':_0x5a8347(0x265),'mzsOf':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','zbTMy':function(_0x50183b,_0x5c45fc){return _0x50183b(_0x5c45fc);},'wHqrC':function(_0x5d2e10){return _0x5d2e10();},'htPuH':function(_0x7efd8c,_0x7cfd74){return _0x7efd8c(_0x7cfd74);},'JeIth':_0x5a8347(0x1f9),'ahvUC':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','oiizX':_0x5a8347(0x1dc),'UirpS':_0x5a8347(0x246)};logger['info'](_0x4b13f0['oiizX']),logger[_0x5a8347(0x208)](_0x4b13f0[_0x5a8347(0x221)]);const _0x3e098f=helper['requireSeleniumWebdriver'](),_0x3bc44c=helper[_0x5a8347(0x24a)]();class _0x3b3759 extends _0x3bc44c[_0x5a8347(0x211)]{[_0x5a8347(0x28c)](_0x2b8d8b){const _0xada242=_0x5a8347;if(_0x4b13f0[_0xada242(0x22b)](_0x2b8d8b['path'],_0x4b13f0[_0xada242(0x20c)])&&_0x4b13f0['VMFkS'](global[_0xada242(0x27f)],''))try{global[_0xada242(0x27f)]=_0x4b13f0['efwRJ'](_0x4b13f0[_0xada242(0x1e0)](_0x4b13f0['zKxFf'],global[_0xada242(0x27f)]),_0x4b13f0[_0xada242(0x27e)]),this[_0xada242(0x227)]=hubAllocator[_0xada242(0x1e8)](global[_0xada242(0x27f)]),logger['debug'](_0xada242(0x257)+global[_0xada242(0x27f)]),global[_0xada242(0x27f)]='';}catch(_0x2e2e69){logger[_0xada242(0x247)](_0x2e2e69);}return super[_0xada242(0x28c)](_0x2b8d8b);}}class _0x35263b extends _0x3e098f[_0x5a8347(0x284)]{['__setBrowserOptions'](_0x53892e){const _0xbf97c=_0x5a8347;let _0x4c322e={};for(const _0x1bdf27 in _0x53892e){switch(_0x1bdf27){case _0x4b13f0['MevRt']:case _0x4b13f0[_0xbf97c(0x1d4)]:this['chromeOptions_']&&(_0x4c322e=this[_0xbf97c(0x1d7)][_0xbf97c(0x22d)](this[_0xbf97c(0x1d7)]['CAPABILITY_KEY'])||{},this[_0xbf97c(0x1d7)][_0xbf97c(0x28a)](this[_0xbf97c(0x1d7)][_0xbf97c(0x1e2)],helper[_0xbf97c(0x214)](_0x4c322e,_0x53892e[_0x1bdf27])));break;case _0x4b13f0[_0xbf97c(0x25b)]:case _0x4b13f0[_0xbf97c(0x1f4)]:this[_0xbf97c(0x263)]&&(_0x4c322e=this[_0xbf97c(0x263)][_0xbf97c(0x22d)](this[_0xbf97c(0x263)][_0xbf97c(0x1e2)])||{},this[_0xbf97c(0x263)][_0xbf97c(0x28a)](this[_0xbf97c(0x263)][_0xbf97c(0x1e2)],helper[_0xbf97c(0x214)](_0x4c322e,_0x53892e[_0x1bdf27])));break;case _0x4b13f0['EtoyE']:case _0x4b13f0[_0xbf97c(0x253)]:this[_0xbf97c(0x23e)]&&(_0x4c322e=this[_0xbf97c(0x23e)][_0xbf97c(0x22d)](this[_0xbf97c(0x23e)][_0xbf97c(0x1e2)])||{},this[_0xbf97c(0x23e)][_0xbf97c(0x28a)](this[_0xbf97c(0x23e)]['CAPABILITY_KEY'],helper[_0xbf97c(0x214)](_0x4c322e,_0x53892e[_0x1bdf27])));break;case _0x4b13f0[_0xbf97c(0x27a)]:this[_0xbf97c(0x292)]&&(_0x4c322e=this['safariOptions_'][_0xbf97c(0x22d)](this['safariOptions_'][_0xbf97c(0x1e2)])||{},this[_0xbf97c(0x292)]['set'](this[_0xbf97c(0x292)][_0xbf97c(0x1e2)],helper[_0xbf97c(0x214)](_0x4c322e,_0x53892e[_0x1bdf27])));break;case _0x4b13f0[_0xbf97c(0x291)]:case _0x4b13f0[_0xbf97c(0x228)]:this[_0xbf97c(0x237)]&&(_0x4c322e=this[_0xbf97c(0x237)]['get'](this['ieOptions_'][_0xbf97c(0x1e2)])||{},this[_0xbf97c(0x237)]['set'](this['ieOptions_'][_0xbf97c(0x1e2)],helper[_0xbf97c(0x214)](_0x4c322e,_0x53892e[_0x1bdf27])));break;}}}['setServer'](){const _0x18bb29=_0x5a8347;return this[_0x18bb29(0x200)]=helper['getHubUrl'](_0x20e59f),logger[_0x18bb29(0x208)](_0x18bb29(0x1eb)+this[_0x18bb29(0x200)]),this;}[_0x5a8347(0x22e)](){const _0x5cbcc3=_0x5a8347;return logger[_0x5cbcc3(0x208)](_0x4b13f0['WEmyV']),this[_0x5cbcc3(0x280)](_0x20e59f[_0x5cbcc3(0x23f)]),Object[_0x5cbcc3(0x23c)](_0x20e59f[_0x5cbcc3(0x23f)])[_0x5cbcc3(0x20a)](_0x2f5089=>{const _0x38c766=_0x5cbcc3,_0x2362df=this[_0x38c766(0x243)][_0x38c766(0x22d)](_0x2f5089);_0x4b13f0['xQtuF'](typeof _0x2362df,_0x4b13f0['IOMyR'])?this[_0x38c766(0x243)][_0x38c766(0x28a)](_0x2f5089,helper['mergeDeep'](_0x2362df,_0x20e59f[_0x38c766(0x23f)][_0x2f5089])):this['capabilities_'][_0x38c766(0x28a)](_0x2f5089,_0x20e59f[_0x38c766(0x23f)][_0x2f5089]);}),this;}['build'](){const _0x51b91f=_0x5a8347,_0x22bfec={'GBiTu':_0x4b13f0[_0x51b91f(0x20b)],'FAvra':_0x4b13f0[_0x51b91f(0x1d1)],'oIpDb':function(_0x14491c,_0x4b4166,_0x4abeac){const _0x3da6f1=_0x51b91f;return _0x4b13f0[_0x3da6f1(0x285)](_0x14491c,_0x4b4166,_0x4abeac);},'kzLjB':function(_0x50c1c2,_0x570c34){const _0x3fdd74=_0x51b91f;return _0x4b13f0[_0x3fdd74(0x1e4)](_0x50c1c2,_0x570c34);}};_0x4b13f0[_0x51b91f(0x251)](isAccessibilityAutomationSession)&&_0x4b13f0[_0x51b91f(0x203)](setAccessibilityCapabilities,_0x20e59f);this[_0x51b91f(0x281)](),this['setCapabilities']();if(helper[_0x51b91f(0x236)](_0x20e59f[_0x51b91f(0x26e)][_0x51b91f(0x207)]))this['agent_']=helper[_0x51b91f(0x202)](_0x20e59f['proxySettings']['proxyUrl']);else _0x20e59f['proxySettings'][_0x51b91f(0x207)]&&(this[_0x51b91f(0x22a)]=_0x20e59f[_0x51b91f(0x26e)][_0x51b91f(0x207)],logger['debug'](_0x51b91f(0x230)+this['proxy_']));globals[_0x51b91f(0x233)](_0x4b13f0[_0x51b91f(0x1dd)])&&(!_0x4b13f0[_0x51b91f(0x20d)](setExtension,this,_0x20e59f)&&globals[_0x51b91f(0x241)](_0x4b13f0[_0x51b91f(0x1dd)],![]));logger[_0x51b91f(0x208)](_0x4b13f0[_0x51b91f(0x24f)]);const _0x13154b=super[_0x51b91f(0x20f)]();return _0x13154b[_0x51b91f(0x24d)][_0x51b91f(0x235)](_0x196f8f=>{const _0x1949cc=_0x51b91f;try{const _0x5da127=_0x196f8f[_0x1949cc(0x288)][_0x1949cc(0x22d)](_0x22bfec['GBiTu']);_0x5da127?(logger[_0x1949cc(0x208)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5da127),hubAllocator[_0x1949cc(0x209)](_0x5da127),helper[_0x1949cc(0x27b)](_0x5da127)):logger['debug'](_0x22bfec[_0x1949cc(0x239)]);}catch(_0x322ead){logger[_0x1949cc(0x208)](_0x1949cc(0x1d5)+_0x322ead);}}),_0x13154b[_0x51b91f(0x235)]&&_0x13154b[_0x51b91f(0x235)](_0x36ff4c=>{const _0x15b3d5=_0x51b91f,_0x24615c={'JUzAf':function(_0xfe59fd,_0xfcd27f){const _0x420a66=a78_0x577d;return _0x4b13f0[_0x420a66(0x229)](_0xfe59fd,_0xfcd27f);}};helper[_0x15b3d5(0x26d)](_0x36ff4c,_0x20e59f),helper[_0x15b3d5(0x1d9)](_0x36ff4c,_0x20e59f),_0x36ff4c[_0x15b3d5(0x1fb)]=async()=>{const _0x27f990=_0x15b3d5;return await _0x22bfec[_0x27f990(0x1ed)](getAccessibilityResultsSummary,_0x36ff4c,global);},_0x36ff4c[_0x15b3d5(0x240)]=async()=>{const _0x2b5a1e=_0x15b3d5;return await _0x22bfec[_0x2b5a1e(0x1ed)](getAccessibilityResults,_0x36ff4c,global);},_0x36ff4c[_0x15b3d5(0x1f6)]=async()=>{const _0x486563=_0x15b3d5;return await _0x24615c[_0x486563(0x274)](performScan,_0x36ff4c);};}),_0x13154b[_0x51b91f(0x1fb)]=async()=>{const _0x2eb81d=_0x51b91f;return await _0x4b13f0[_0x2eb81d(0x285)](getAccessibilityResultsSummary,_0x13154b,global);},_0x13154b[_0x51b91f(0x240)]=async()=>{const _0xe2b8cf=_0x51b91f;return await _0x4b13f0[_0xe2b8cf(0x20d)](getAccessibilityResults,_0x13154b,global);},_0x13154b[_0x51b91f(0x1f6)]=async()=>{const _0x27c8cd=_0x51b91f;return await _0x22bfec[_0x27c8cd(0x218)](performScan,_0x13154b);},helper[_0x51b91f(0x26d)](_0x13154b,_0x20e59f),helper[_0x51b91f(0x1d9)](_0x13154b,_0x20e59f),helper[_0x51b91f(0x23d)](global[_0x51b91f(0x219)])&&(global['__driversArray']=[]),global['__driversArray'][_0x51b91f(0x234)](_0x13154b),_0x13154b;}}_0x3e098f[_0x5a8347(0x27c)]=_0x3e098f[_0x5a8347(0x284)],_0x3e098f[_0x5a8347(0x284)]=_0x35263b,_0x3bc44c[_0x5a8347(0x211)]=_0x3b3759;},modifyV2=(_0x8c4ade,_0x509755=null,_0x104931=![])=>{const _0x748ca9=a78_0x559881,_0x4cecca={'HOZBQ':function(_0x1a8375,_0x38be2c){return _0x1a8375!==_0x38be2c;},'uzSpW':_0x748ca9(0x1ec),'LYVMX':function(_0x1b3656,_0xa77609){return _0x1b3656+_0xa77609;},'PEdPb':function(_0x119240,_0x437240){return _0x119240+_0x437240;},'zMjVB':_0x748ca9(0x216),'LyVYE':_0x748ca9(0x205),'cbpXl':_0x748ca9(0x226),'HNDAK':_0x748ca9(0x1fe),'FPAaU':_0x748ca9(0x212),'wOmGX':'edgeOptions','zgFBS':'moz:firefoxOptions','jtmXV':_0x748ca9(0x258),'jxENG':_0x748ca9(0x1f1),'QYODA':_0x748ca9(0x25f),'zAKSM':_0x748ca9(0x244),'Vzpjv':function(_0x4b36ba,_0x5bab79){return _0x4b36ba===_0x5bab79;},'MnVeM':_0x748ca9(0x1f2),'LoIjz':'Setting\x20Browserstack\x20capabilities','VPTfd':function(_0x5250ab,_0x1b7ec1,_0x7caa29){return _0x5250ab(_0x1b7ec1,_0x7caa29);},'KLKyH':function(_0xa68cc4,_0x496f49){return _0xa68cc4(_0x496f49);},'rLmnZ':function(_0x1e7aea,_0xed3070){return _0x1e7aea(_0xed3070);},'dZSYj':'optimalHubUrl','ZVlZJ':_0x748ca9(0x267),'odjMY':_0x748ca9(0x269),'uiIHs':_0x748ca9(0x1f9),'LHEgN':function(_0x25e24c,_0x47740d,_0x42c14e){return _0x25e24c(_0x47740d,_0x42c14e);},'NtOqV':function(_0x77932b){return _0x77932b();},'yAmeL':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','eKsor':function(_0x1806c1,_0xef47a){return _0x1806c1(_0xef47a);},'cBWmp':function(_0x2aea04,_0x5f4bda){return _0x2aea04!==_0x5f4bda;},'muLnA':function(_0x282ccf,_0x4aabd3){return _0x282ccf!==_0x4aabd3;},'QingB':_0x748ca9(0x1f7),'nArab':_0x748ca9(0x273),'mdwNv':function(_0x45e3b3,_0xa5e654,_0x5c37ca){return _0x45e3b3(_0xa5e654,_0x5c37ca);},'nJIYw':_0x748ca9(0x1dc),'XRHYB':_0x748ca9(0x246),'USoPQ':function(_0x3389ba){return _0x3389ba();},'adfak':'selenium-webdriver/lib/webdriver.js','OfRYW':_0x748ca9(0x222),'Lfzha':_0x748ca9(0x23a),'wtPun':function(_0x4f9383,_0x2abd1d){return _0x4f9383+_0x2abd1d;},'CEaBt':_0x748ca9(0x201)},_0x169d03=helper['requireHttpClient']();let _0x767dcc;try{_0x767dcc=helper[_0x748ca9(0x1f0)](),_0x767dcc[_0x748ca9(0x27c)]&&(_0x767dcc['Builder']=_0x767dcc[_0x748ca9(0x27c)]);}catch(_0x2ad646){return;}if(helper[_0x748ca9(0x26f)]()){const _0x369288={};_0x369288[_0x748ca9(0x1d3)]=_0x8c4ade[_0x748ca9(0x25c)],helper['setLogLevel'](_0x369288,new Map(),new Map()),logger[_0x748ca9(0x1d2)](_0x4cecca[_0x748ca9(0x231)]),logger[_0x748ca9(0x208)](_0x4cecca[_0x748ca9(0x259)]);}class _0x7650cd extends _0x169d03[_0x748ca9(0x211)]{[_0x748ca9(0x28c)](_0x2628dd){const _0xf93ad6=_0x748ca9;if(_0x4cecca[_0xf93ad6(0x25e)](_0x2628dd[_0xf93ad6(0x24b)],_0x4cecca[_0xf93ad6(0x271)])&&_0x4cecca[_0xf93ad6(0x25e)](global['newHubUrl'],''))try{global[_0xf93ad6(0x27f)]=_0x4cecca[_0xf93ad6(0x254)](_0x4cecca[_0xf93ad6(0x1df)](_0x4cecca['zMjVB'],global[_0xf93ad6(0x27f)]),_0x4cecca['LyVYE']),this[_0xf93ad6(0x227)]=hubAllocator[_0xf93ad6(0x1e8)](global[_0xf93ad6(0x27f)]),logger[_0xf93ad6(0x208)](_0xf93ad6(0x257)+global[_0xf93ad6(0x27f)]),global[_0xf93ad6(0x27f)]='';}catch(_0x44918d){logger[_0xf93ad6(0x247)](_0x44918d);}return super[_0xf93ad6(0x28c)](_0x2628dd);}}class _0x59d339 extends _0x767dcc[_0x748ca9(0x284)]{['setServer'](){const _0xcf04ab=_0x748ca9;return this['url_']=helper['getHubUrl'](_0x8c4ade),logger[_0xcf04ab(0x208)](_0xcf04ab(0x1eb)+this['url_']),this;}['__setBrowserOptions'](_0x1066fd){const _0x3efaca=_0x748ca9;let _0x31de08={};for(const _0x5524c3 in _0x1066fd){switch(_0x5524c3){case _0x4cecca[_0x3efaca(0x1e1)]:case _0x4cecca[_0x3efaca(0x278)]:this[_0x3efaca(0x1d7)]&&(_0x31de08=this['chromeOptions_'][_0x3efaca(0x22d)](this[_0x3efaca(0x1d7)][_0x3efaca(0x1e2)])||{},this['chromeOptions_'][_0x3efaca(0x28a)](this[_0x3efaca(0x1d7)][_0x3efaca(0x1e2)],helper['mergeDeep'](_0x31de08,_0x1066fd[_0x5524c3])));break;case _0x4cecca[_0x3efaca(0x21a)]:case _0x4cecca[_0x3efaca(0x283)]:this[_0x3efaca(0x263)]&&(_0x31de08=this[_0x3efaca(0x263)][_0x3efaca(0x22d)](this['edgeOptions_'][_0x3efaca(0x1e2)])||{},this[_0x3efaca(0x263)][_0x3efaca(0x28a)](this[_0x3efaca(0x263)][_0x3efaca(0x1e2)],helper[_0x3efaca(0x214)](_0x31de08,_0x1066fd[_0x5524c3])));break;case _0x4cecca[_0x3efaca(0x206)]:case _0x4cecca[_0x3efaca(0x24c)]:this[_0x3efaca(0x23e)]&&(_0x31de08=this[_0x3efaca(0x23e)][_0x3efaca(0x22d)](this[_0x3efaca(0x23e)][_0x3efaca(0x1e2)])||{},this[_0x3efaca(0x23e)]['set'](this[_0x3efaca(0x23e)]['CAPABILITY_KEY'],helper[_0x3efaca(0x214)](_0x31de08,_0x1066fd[_0x5524c3])));break;case _0x4cecca[_0x3efaca(0x26b)]:this[_0x3efaca(0x292)]&&(_0x31de08=this[_0x3efaca(0x292)][_0x3efaca(0x22d)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x3efaca(0x292)][_0x3efaca(0x28a)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0x3efaca(0x214)](_0x31de08,_0x1066fd[_0x5524c3])));break;case _0x4cecca[_0x3efaca(0x277)]:case _0x4cecca['zAKSM']:this['ieOptions_']&&(_0x31de08=this['ieOptions_'][_0x3efaca(0x22d)](this[_0x3efaca(0x237)][_0x3efaca(0x1e2)])||{},this[_0x3efaca(0x237)][_0x3efaca(0x28a)](this[_0x3efaca(0x237)][_0x3efaca(0x1e2)],helper[_0x3efaca(0x214)](_0x31de08,_0x1066fd[_0x5524c3])));break;}}}['setCapabilities'](){const _0x8f69c=_0x748ca9,_0x404e1b={'QBRvi':function(_0x38de7a,_0x5c5b1e){return _0x4cecca['Vzpjv'](_0x38de7a,_0x5c5b1e);},'CIYBn':_0x4cecca[_0x8f69c(0x217)]};return logger[_0x8f69c(0x208)](_0x4cecca[_0x8f69c(0x26a)]),this[_0x8f69c(0x280)](_0x8c4ade[_0x8f69c(0x23f)]),Object['keys'](_0x8c4ade[_0x8f69c(0x23f)])['forEach'](_0x56669f=>{const _0x31fa44=_0x8f69c,_0x137ae7=this[_0x31fa44(0x243)]['get'](_0x56669f);_0x404e1b['QBRvi'](typeof _0x137ae7,_0x404e1b['CIYBn'])?this['capabilities_'][_0x31fa44(0x28a)](_0x56669f,helper[_0x31fa44(0x214)](_0x137ae7,_0x8c4ade['capability'][_0x56669f])):this[_0x31fa44(0x243)][_0x31fa44(0x28a)](_0x56669f,_0x8c4ade[_0x31fa44(0x23f)][_0x56669f]);}),this;}['build'](){const _0x36de15=_0x748ca9,_0x358d42={'bujLF':_0x4cecca['dZSYj'],'eckbj':_0x4cecca[_0x36de15(0x204)],'sEiEk':function(_0x3eb768,_0x2950d3,_0x339ecf){const _0x934ee8=_0x36de15;return _0x4cecca[_0x934ee8(0x21f)](_0x3eb768,_0x2950d3,_0x339ecf);}};if(helper[_0x36de15(0x26f)]()){const _0xbf756d=_0x4cecca[_0x36de15(0x25a)][_0x36de15(0x1e5)]('|');let _0x17ad04=0x0;while(!![]){switch(_0xbf756d[_0x17ad04++]){case'0':globals['getGlobal'](_0x4cecca[_0x36de15(0x249)])&&(!_0x4cecca[_0x36de15(0x223)](setExtension,this,_0x8c4ade)&&globals[_0x36de15(0x241)](_0x4cecca[_0x36de15(0x249)],![]));continue;case'1':_0x4cecca['NtOqV'](isAccessibilityAutomationSession)&&_0x4cecca[_0x36de15(0x286)](setAccessibilityCapabilities,_0x8c4ade);continue;case'2':logger[_0x36de15(0x208)](_0x4cecca[_0x36de15(0x1f8)]);continue;case'3':this[_0x36de15(0x281)]();continue;case'4':this[_0x36de15(0x22e)]();continue;case'5':if(helper['isPacProxy'](_0x8c4ade['proxySettings'][_0x36de15(0x207)]))this[_0x36de15(0x28f)]=helper[_0x36de15(0x202)](_0x8c4ade[_0x36de15(0x26e)]['proxyUrl']);else _0x8c4ade['proxySettings'][_0x36de15(0x207)]&&(this[_0x36de15(0x22a)]=_0x8c4ade[_0x36de15(0x26e)][_0x36de15(0x207)],logger[_0x36de15(0x208)](_0x36de15(0x230)+this[_0x36de15(0x22a)]));continue;}break;}}const _0x4b7bae=super[_0x36de15(0x20f)]();return _0x4b7bae[_0x36de15(0x24d)]['then'](_0x2b7748=>{const _0x4c2a96=_0x36de15;try{const _0x256e9=_0x2b7748['caps_'][_0x4c2a96(0x22d)](_0x358d42['bujLF']);_0x256e9?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x256e9),hubAllocator[_0x4c2a96(0x209)](_0x256e9),helper['storeOptimalHubUrl'](_0x256e9)):logger[_0x4c2a96(0x208)](_0x358d42[_0x4c2a96(0x282)]);}catch(_0x37945f){logger[_0x4c2a96(0x208)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x37945f);}}),_0x4b7bae[_0x36de15(0x1ef)]=0x0,_0x4b7bae['then']&&_0x4b7bae[_0x36de15(0x235)](_0x175b0b=>{const _0x1ad358=_0x36de15,_0x317f65={'tbPCI':function(_0x2be748,_0x36fde7,_0x40d812){const _0x3b38bc=a78_0x577d;return _0x4cecca[_0x3b38bc(0x21f)](_0x2be748,_0x36fde7,_0x40d812);},'xQAya':function(_0x4a1467,_0x1aacdc){return _0x4cecca['KLKyH'](_0x4a1467,_0x1aacdc);}};helper['overrideQuit'](_0x175b0b,_0x4b7bae),_0x104931&&_0x4cecca[_0x1ad358(0x276)](overrideTakeScreenshot,_0x175b0b),helper[_0x1ad358(0x26d)](_0x175b0b,_0x8c4ade),helper[_0x1ad358(0x1d9)](_0x175b0b,_0x8c4ade),_0x8c4ade['capability']&&percyHelper[_0x1ad358(0x1d8)](_0x175b0b,_0x767dcc[_0x1ad358(0x242)],_0x8c4ade),_0x175b0b['getAccessibilityResultsSummary']=async()=>{const _0x194939=_0x1ad358;return await _0x317f65[_0x194939(0x28b)](getAccessibilityResultsSummary,_0x175b0b,global);},_0x175b0b[_0x1ad358(0x240)]=async()=>{const _0x517458=_0x1ad358;return await _0x317f65[_0x517458(0x28b)](getAccessibilityResults,_0x175b0b,global);},_0x175b0b[_0x1ad358(0x1f6)]=async()=>{const _0xf9b443=_0x1ad358;return await _0x317f65[_0xf9b443(0x1da)](performScan,_0x175b0b);};}),_0x4b7bae['getAccessibilityResultsSummary']=async()=>{const _0x23bf3f=_0x36de15;return await _0x4cecca[_0x23bf3f(0x21f)](getAccessibilityResultsSummary,_0x4b7bae,global);},_0x4b7bae[_0x36de15(0x240)]=async()=>{return await _0x358d42['sEiEk'](getAccessibilityResults,_0x4b7bae,global);},_0x4b7bae[_0x36de15(0x1f6)]=async()=>{const _0x2fcea0=_0x36de15;return await _0x4cecca[_0x2fcea0(0x286)](performScan,_0x4b7bae);},_0x104931&&_0x4cecca[_0x36de15(0x213)](overrideTakeScreenshot,_0x4b7bae),helper[_0x36de15(0x1e9)](_0x4b7bae),helper[_0x36de15(0x26d)](_0x4b7bae,_0x8c4ade),helper[_0x36de15(0x1d9)](_0x4b7bae,_0x8c4ade),_0x8c4ade[_0x36de15(0x23f)]&&percyHelper[_0x36de15(0x1d8)](_0x4b7bae,_0x767dcc['WebElement'],_0x8c4ade),helper[_0x36de15(0x23d)](global[_0x36de15(0x219)])&&(global[_0x36de15(0x219)]=[]),helper[_0x36de15(0x23d)](global[_0x36de15(0x21d)])&&(global[_0x36de15(0x21d)]=[]),global['__driversArray'][_0x36de15(0x234)](_0x4b7bae),global['__driver']=_0x4b7bae,_0x509755&&(_0x509755[_0x36de15(0x238)][_0x36de15(0x255)]=_0x4b7bae),_0x4cecca[_0x36de15(0x23b)](global['__drivers'],undefined)&&global[_0x36de15(0x21d)][_0x36de15(0x234)](_0x4b7bae),_0x509755&&helper[_0x36de15(0x23d)](_0x509755[_0x36de15(0x238)][_0x36de15(0x219)])&&(_0x509755[_0x36de15(0x238)][_0x36de15(0x219)]=[]),_0x509755&&_0x4cecca[_0x36de15(0x215)](_0x509755[_0x36de15(0x238)][_0x36de15(0x21d)],undefined)&&(_0x509755[_0x36de15(0x238)][_0x36de15(0x21d)][_0x36de15(0x234)](_0x4b7bae),_0x509755[_0x36de15(0x238)]['__driversArray'][_0x36de15(0x234)](_0x4b7bae)),_0x4b7bae['isAccessibilityPlatform']=globals['getGlobal'](_0x4cecca[_0x36de15(0x249)]),globals['setGlobal'](_0x4cecca['uiIHs'],globals['getGlobal'](_0x4cecca['uiIHs'])),_0x4b7bae;}}_0x509755&&(globals[_0x748ca9(0x1e6)]=_0x509755[_0x748ca9(0x238)][_0x748ca9(0x1e6)]);if(_0x4cecca[_0x748ca9(0x272)](isAccessibilityAutomationSession))try{let _0x203408=helper[_0x748ca9(0x28d)](_0x4cecca[_0x748ca9(0x1d6)])[_0x748ca9(0x1fd)];(!_0x203408[_0x748ca9(0x289)]||!_0x203408[_0x748ca9(0x289)][_0x748ca9(0x256)])&&(_0x203408=helper['requireModule'](_0x4cecca[_0x748ca9(0x1e3)])[_0x748ca9(0x266)]);if(_0x203408[_0x748ca9(0x289)]&&_0x203408[_0x748ca9(0x289)][_0x748ca9(0x256)]){const _0x218a97=_0x203408['prototype']['execute'];logger[_0x748ca9(0x208)](_0x4cecca[_0x748ca9(0x22c)]),_0x203408[_0x748ca9(0x289)][_0x748ca9(0x256)]=async function(){const _0xbc759e=_0x748ca9;try{!globals[_0xbc759e(0x233)](_0x4cecca[_0xbc759e(0x220)])&&globals[_0xbc759e(0x233)](_0x4cecca[_0xbc759e(0x249)])&&globals['getGlobal'](_0x4cecca[_0xbc759e(0x260)])&&scripts[_0xbc759e(0x1de)](arguments[0x0][_0xbc759e(0x225)])&&!_0x4cecca[_0xbc759e(0x286)](isBrowserStackCommandExecutor,arguments[0x0][_0xbc759e(0x1fc)])&&(globals[_0xbc759e(0x241)](_0x4cecca[_0xbc759e(0x220)],!![]),logger[_0xbc759e(0x208)](_0xbc759e(0x1fa)+arguments[0x0][_0xbc759e(0x225)]),await _0x4cecca[_0xbc759e(0x21e)](performScan,global['__driver'],arguments[0x0]['name_']));}catch(_0x2c1c88){logger[_0xbc759e(0x208)](_0xbc759e(0x232)+util[_0xbc759e(0x1f3)](_0x2c1c88));}return globals[_0xbc759e(0x241)](_0x4cecca[_0xbc759e(0x220)],![]),_0x218a97[_0xbc759e(0x279)](this,arguments);};}}catch(_0x30a9aa){logger[_0x748ca9(0x208)](_0x4cecca[_0x748ca9(0x1ff)](_0x4cecca[_0x748ca9(0x250)],_0x30a9aa));}return _0x767dcc[_0x748ca9(0x27c)]=_0x767dcc[_0x748ca9(0x284)],_0x767dcc['Builder']=_0x59d339,_0x169d03[_0x748ca9(0x211)]=_0x7650cd,_0x767dcc;};function a78_0x138e(){const _0x37a761=['__driver','execute','New\x20hub\x20url\x20set\x20to\x20','firefoxOptions','XRHYB','odjMY','gUynq','browserStackLogLevel','./helpers/patchHelpers','HOZBQ','se:ieOptions','nArab','_modifyPlaywright','18319tBBkEt','edgeOptions_','5cRoHeN','optimalHubUrl','Executor','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','./helpers/helper','1|3|4|5|0|2','LoIjz','jxENG','2333619tDjgwP','overrideGet','proxySettings','isBrowserstackInfra','./helpers/accessibility-automation/scripts','uzSpW','USoPQ','bstackA11yShouldScan','JUzAf','984tAqMyT','KLKyH','QYODA','HNDAK','apply','XSNEp','storeOptimalHubUrl','originalBuilder','./browserStackSdk','ayDwn','newHubUrl','__setBrowserOptions','setServer','eckbj','wOmGX','Builder','lSgLv','rLmnZ','winstonLogger','caps_','prototype','set','tbPCI','send','requireModule','./helpers/percy/utils','agent_','6CxUUxS','ZhIUP','safariOptions_','./helpers/percy/PercySDK','mzsOf','info','logLevel','xNMMf','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','adfak','chromeOptions_','patchDriverPercy','overrideExecute','xQAya','moz:firefoxOptions','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','JeIth','shouldWrapCommand','PEdPb','efwRJ','cbpXl','CAPABILITY_KEY','OfRYW','zbTMy','split','browserStackGlobals','591708JwgloX','getRequestOptions','overrideQuit','2165165sOtynd','Hub\x20url\x20set\x20to\x20','/session','oIpDb','9YlFnaG','quitCount_','requireSeleniumWebdriver','safari.options','object','format','RJBFY','./helpers/logger','performScan','bstackAllyScanning','yAmeL','isAccessibilityPlatform','Performing\x20scan\x20for\x20','getAccessibilityResultsSummary','parameters_','WebDriver','chromeOptions','wtPun','url_','Unable\x20to\x20find\x20executor\x20class\x20','getHttpAgent','htPuH','ZVlZJ','/wd/hub','zgFBS','proxyUrl','debug','updateHubUrl','forEach','PheJZ','gLbjb','JFubw','20ISBQQV','build','13NBxtbJ','HttpClient','ms:edgeOptions','eKsor','mergeDeep','muLnA','https://','MnVeM','kzLjB','__driversArray','FPAaU','15074508MzACoY','262958jKzZbz','__drivers','mdwNv','VPTfd','QingB','UirpS','selenium-webdriver/lib/http.js','LHEgN','edgeOptions','name_','goog:chromeOptions','options_','efyMq','KVSzY','proxy_','VMFkS','Lfzha','get','setCapabilities','4844422lwpuXB','Proxy\x20set\x20to\x20','nJIYw','Failed\x20to\x20perform\x20scan\x20','getGlobal','push','then','isPacProxy','ieOptions_','global','FAvra','Modifying\x20webdriver\x20execute','cBWmp','keys','isUndefined','firefoxOptions_','capability','getAccessibilityResults','setGlobal','WebElement','capabilities_','ieOptions','browserstackAgent','Modifying\x20webdriver\x20builder','error','percy','uiIHs','requireHttpClient','path','jtmXV','session_','./helpers/globals','ahvUC','CEaBt','wHqrC','exports','hPqUM','LYVMX'];a78_0x138e=function(){return _0x37a761;};return a78_0x138e();}function a78_0x577d(_0x24e179,_0x1af2f4){const _0x138e75=a78_0x138e();return a78_0x577d=function(_0x577d08,_0x164734){_0x577d08=_0x577d08-0x1d0;let _0x1ff7a7=_0x138e75[_0x577d08];return _0x1ff7a7;},a78_0x577d(_0x24e179,_0x1af2f4);}module[a78_0x559881(0x252)][a78_0x559881(0x245)]=modify,module['exports']['browserstackAgentV2']=modifyV2,module['exports'][a78_0x559881(0x248)]=percySDK,module[a78_0x559881(0x252)]['BrowserStackSdk']=BrowserStackSdk,module[a78_0x559881(0x252)][a78_0x559881(0x261)]=modifyPlaywrightConfig;
|
|
1
|
+
function a78_0x4ebb(){const _0x56dae3=['kKzIH','pbOCd','HttpClient','logLevel','__setBrowserOptions','LVfhT','safariOptions_','url_','Failed\x20to\x20perform\x20scan\x20','edgeOptions_','./hubAllocationMethods','proxyUrl','Modifying\x20webdriver\x20builder','overrideExecute','Unable\x20to\x20find\x20executor\x20class\x20','getHttpAgent','vNLRO','tdpbT','jqLKB','EOpoV','session_','YlvfR','Hub\x20url\x20set\x20to\x20','newHubUrl','setLogLevel','push','isBrowserstackInfra','goog:chromeOptions','mergeDeep','XuRoe','ieOptions','./helpers/helper','browserStackGlobals','gvUYJ','ANVcB','BrowserStackSdk','optimalHubUrl','get','path','cRtau','name_','__driversArray','percy','dzgym','setCapabilities','performScan','firefoxOptions','56917CYdRdb','ATTmU','updateHubUrl','JfHhh','zONJc','Performing\x20scan\x20for\x20','RGwHl','bstackA11yShouldScan','DsZrp','then','Aszfg','PxVOU','LSptk','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','NYKCG','storeOptimalHubUrl','kGZwN','zOUnp','pjAcm','send','selenium-webdriver/lib/http.js','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','jhPSu','PpXQk','getAccessibilityResults','frocZ','oQTzU','object','./bin/playwright/modifyPlaywrightConf','./helpers/patchHelpers','156810SXsFAg','prototype','510ndYOvQ','72860HnnKSd','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','__drivers','hxJtQ','_modifyPlaywright','ms:edgeOptions','WebElement','build','isAccessibilityPlatform','Setting\x20Browserstack\x20capabilities','/session','chromeOptions','JOafS','DqHoY','requireHttpClient','vONsP','safari.options','getAccessibilityResultsSummary','error','proxySettings','moz:firefoxOptions','Vxoym','winstonLogger','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','jkauC','./browserStackSdk','getHubUrl','isUndefined','execute','zCmXR','JsMEC','227336xDxNKR','AVFhM','WebDriver','NuyLD','kubBX','util','format','agent_','./helpers/accessibility-automation/scripts','requireSeleniumWebdriver','rJBjC','ESJGe','setGlobal','chromeOptions_','forEach','split','DANBJ','utjxs','tTATG','requireModule','getGlobal','14247XXdjmg','MVSHX','debug','originalBuilder','__driver','overrideGet','ucTSH','FhCqy','selenium-webdriver/lib/webdriver.js','setServer','9NbbeSQ','firefoxOptions_','isPacProxy','42TcGNmh','hTksz','getRequestOptions','capabilities_','browserStackLogLevel','./helpers/globals','options_','proxy_','LVsBP','bstackAllyScanning','shouldWrapCommand','CAPABILITY_KEY','yibOn','caps_','overrideQuit','SftQl','global','./helpers/percy/PercySDK','SnSAr','oZCHu','/wd/hub','ieOptions_','Builder','keys','uTyrA','./helpers/logger','biYTg','patchDriverPercy','BaBTJ','Modifying\x20webdriver\x20execute','capability','HlXVf','OujVs','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','Executor','KRPIm','468492hamtlX','JAuKl','exports','152286uUNJXN','set','https://','iTkOQ','DNGir','NfEyK','info','se:ieOptions'];a78_0x4ebb=function(){return _0x56dae3;};return a78_0x4ebb();}function a78_0x5d0f(_0x52c2d8,_0x6ba8f6){const _0x4ebb04=a78_0x4ebb();return a78_0x5d0f=function(_0x5d0f5e,_0x547215){_0x5d0f5e=_0x5d0f5e-0x1a1;let _0x14d96e=_0x4ebb04[_0x5d0f5e];return _0x14d96e;},a78_0x5d0f(_0x52c2d8,_0x6ba8f6);}const a78_0x2e2f88=a78_0x5d0f;(function(_0x26906a,_0x593aa6){const _0x2661ca=a78_0x5d0f,_0x290bd6=_0x26906a();while(!![]){try{const _0xaf9f0e=-parseInt(_0x2661ca(0x1a5))/0x1+-parseInt(_0x2661ca(0x22e))/0x2+-parseInt(_0x2661ca(0x204))/0x3*(parseInt(_0x2661ca(0x1c6))/0x4)+-parseInt(_0x2661ca(0x1c3))/0x5+parseInt(_0x2661ca(0x22b))/0x6+-parseInt(_0x2661ca(0x207))/0x7*(-parseInt(_0x2661ca(0x1e5))/0x8)+-parseInt(_0x2661ca(0x1fa))/0x9*(-parseInt(_0x2661ca(0x1c5))/0xa);if(_0xaf9f0e===_0x593aa6)break;else _0x290bd6['push'](_0x290bd6['shift']());}catch(_0xd87181){_0x290bd6['push'](_0x290bd6['shift']());}}}(a78_0x4ebb,0x1aeaa));const util=require(a78_0x2e2f88(0x1ea)),{overrideTakeScreenshot}=require(a78_0x2e2f88(0x1c2)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a78_0x2e2f88(0x255)),logger=require(a78_0x2e2f88(0x220))[a78_0x2e2f88(0x1dc)],hubAllocator=require(a78_0x2e2f88(0x240)),percySDK=require(a78_0x2e2f88(0x218)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a78_0x2e2f88(0x1df)),modifyPlaywrightConfig=require(a78_0x2e2f88(0x1c1)),scripts=require(a78_0x2e2f88(0x1ed)),globals=require(a78_0x2e2f88(0x20c)),modify=_0x5b1068=>{const _0xc19fbb=a78_0x2e2f88,_0x5c3712={'jqLKB':function(_0x280b87,_0x499927){return _0x280b87!==_0x499927;},'JfHhh':_0xc19fbb(0x1d0),'zOUnp':function(_0x16857a,_0x1cdc35){return _0x16857a!==_0x1cdc35;},'Vxoym':function(_0x3f3efc,_0xb95692){return _0x3f3efc+_0xb95692;},'XuRoe':function(_0x1759e6,_0x100150){return _0x1759e6+_0x100150;},'RtOfX':_0xc19fbb(0x230),'kKzIH':_0xc19fbb(0x21b),'jhPSu':_0xc19fbb(0x251),'Ojfqr':_0xc19fbb(0x1d1),'vONsP':_0xc19fbb(0x1cb),'JuNuE':'edgeOptions','HlXVf':_0xc19fbb(0x1da),'DNGir':_0xc19fbb(0x1a4),'pjAcm':_0xc19fbb(0x1d6),'NYKCG':'se:ieOptions','BaBTJ':_0xc19fbb(0x254),'JsMEC':function(_0x344b0a,_0x5aa537){return _0x344b0a===_0x5aa537;},'ATTmU':_0xc19fbb(0x1c0),'DsZrp':'Setting\x20Browserstack\x20capabilities','tTATG':function(_0x14a117,_0x9b0ce0){return _0x14a117(_0x9b0ce0);},'GcvWo':function(_0xcdae28,_0x39243e,_0x4d5a62){return _0xcdae28(_0x39243e,_0x4d5a62);},'NZIGG':'optimalHubUrl','kGZwN':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','tdpbT':function(_0x40fd50,_0x3bcdaf){return _0x40fd50(_0x3bcdaf);},'DqHoY':function(_0x75917e){return _0x75917e();},'cfurb':'isAccessibilityPlatform','PiVku':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','hTksz':_0xc19fbb(0x228),'rJBjC':'Modifying\x20webdriver\x20builder'};logger[_0xc19fbb(0x234)](_0x5c3712[_0xc19fbb(0x208)]),logger[_0xc19fbb(0x1fc)](_0x5c3712[_0xc19fbb(0x1ef)]);const _0x30f058=helper[_0xc19fbb(0x1ee)](),_0x548eb2=helper[_0xc19fbb(0x1d4)]();class _0x33e423 extends _0x548eb2[_0xc19fbb(0x238)]{['send'](_0x1cdd1f){const _0x3b6a10=_0xc19fbb;if(_0x5c3712[_0x3b6a10(0x248)](_0x1cdd1f[_0x3b6a10(0x25c)],_0x5c3712[_0x3b6a10(0x1a8)])&&_0x5c3712[_0x3b6a10(0x1b6)](global[_0x3b6a10(0x24d)],''))try{global['newHubUrl']=_0x5c3712[_0x3b6a10(0x1db)](_0x5c3712[_0x3b6a10(0x253)](_0x5c3712['RtOfX'],global[_0x3b6a10(0x24d)]),_0x5c3712[_0x3b6a10(0x236)]),this[_0x3b6a10(0x20d)]=hubAllocator['getRequestOptions'](global[_0x3b6a10(0x24d)]),logger[_0x3b6a10(0x1fc)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global['newHubUrl']='';}catch(_0x1140b9){logger[_0x3b6a10(0x1d8)](_0x1140b9);}return super[_0x3b6a10(0x1b8)](_0x1cdd1f);}}class _0xeb6e extends _0x30f058[_0xc19fbb(0x21d)]{[_0xc19fbb(0x23a)](_0x48197e){const _0x454b80=_0xc19fbb;let _0x510525={};for(const _0x2f3b86 in _0x48197e){switch(_0x2f3b86){case _0x5c3712[_0x454b80(0x1bb)]:case _0x5c3712['Ojfqr']:this[_0x454b80(0x1f2)]&&(_0x510525=this['chromeOptions_'][_0x454b80(0x25b)](this[_0x454b80(0x1f2)][_0x454b80(0x212)])||{},this['chromeOptions_'][_0x454b80(0x22f)](this[_0x454b80(0x1f2)][_0x454b80(0x212)],helper[_0x454b80(0x252)](_0x510525,_0x48197e[_0x2f3b86])));break;case _0x5c3712[_0x454b80(0x1d5)]:case _0x5c3712['JuNuE']:this[_0x454b80(0x23f)]&&(_0x510525=this[_0x454b80(0x23f)][_0x454b80(0x25b)](this[_0x454b80(0x23f)]['CAPABILITY_KEY'])||{},this[_0x454b80(0x23f)]['set'](this[_0x454b80(0x23f)][_0x454b80(0x212)],helper[_0x454b80(0x252)](_0x510525,_0x48197e[_0x2f3b86])));break;case _0x5c3712[_0x454b80(0x226)]:case _0x5c3712[_0x454b80(0x232)]:this[_0x454b80(0x205)]&&(_0x510525=this[_0x454b80(0x205)]['get'](this['firefoxOptions_'][_0x454b80(0x212)])||{},this[_0x454b80(0x205)]['set'](this[_0x454b80(0x205)][_0x454b80(0x212)],helper['mergeDeep'](_0x510525,_0x48197e[_0x2f3b86])));break;case _0x5c3712[_0x454b80(0x1b7)]:this[_0x454b80(0x23c)]&&(_0x510525=this['safariOptions_'][_0x454b80(0x25b)](this[_0x454b80(0x23c)][_0x454b80(0x212)])||{},this[_0x454b80(0x23c)][_0x454b80(0x22f)](this[_0x454b80(0x23c)]['CAPABILITY_KEY'],helper[_0x454b80(0x252)](_0x510525,_0x48197e[_0x2f3b86])));break;case _0x5c3712[_0x454b80(0x1b3)]:case _0x5c3712[_0x454b80(0x223)]:this[_0x454b80(0x21c)]&&(_0x510525=this[_0x454b80(0x21c)][_0x454b80(0x25b)](this[_0x454b80(0x21c)][_0x454b80(0x212)])||{},this[_0x454b80(0x21c)][_0x454b80(0x22f)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x454b80(0x252)](_0x510525,_0x48197e[_0x2f3b86])));break;}}}['setServer'](){const _0x56ae6d=_0xc19fbb;return this[_0x56ae6d(0x23d)]=helper[_0x56ae6d(0x1e0)](_0x5b1068),logger[_0x56ae6d(0x1fc)]('Hub\x20url\x20set\x20to\x20'+this[_0x56ae6d(0x23d)]),this;}[_0xc19fbb(0x1a2)](){const _0x55012a=_0xc19fbb,_0x6c512f={'GPJZs':function(_0x1676b4,_0x17c85c){const _0x42ec9d=a78_0x5d0f;return _0x5c3712[_0x42ec9d(0x1e4)](_0x1676b4,_0x17c85c);},'yibOn':_0x5c3712[_0x55012a(0x1a6)]};return logger[_0x55012a(0x1fc)](_0x5c3712[_0x55012a(0x1ad)]),this[_0x55012a(0x23a)](_0x5b1068[_0x55012a(0x225)]),Object[_0x55012a(0x21e)](_0x5b1068[_0x55012a(0x225)])[_0x55012a(0x1f3)](_0x30e388=>{const _0xcc87a3=_0x55012a,_0x48a955=this['capabilities_']['get'](_0x30e388);_0x6c512f['GPJZs'](typeof _0x48a955,_0x6c512f[_0xcc87a3(0x213)])?this[_0xcc87a3(0x20a)][_0xcc87a3(0x22f)](_0x30e388,helper['mergeDeep'](_0x48a955,_0x5b1068[_0xcc87a3(0x225)][_0x30e388])):this[_0xcc87a3(0x20a)][_0xcc87a3(0x22f)](_0x30e388,_0x5b1068[_0xcc87a3(0x225)][_0x30e388]);}),this;}[_0xc19fbb(0x1cd)](){const _0x40a67c=_0xc19fbb,_0x368014={'biYTg':_0x5c3712['NZIGG'],'AVFhM':_0x5c3712[_0x40a67c(0x1b5)],'EOpoV':function(_0x42f60d,_0x431b08,_0xe22de8){return _0x5c3712['GcvWo'](_0x42f60d,_0x431b08,_0xe22de8);},'ucTSH':function(_0x4e00b3,_0x5b73fe){const _0x2f69c6=_0x40a67c;return _0x5c3712[_0x2f69c6(0x247)](_0x4e00b3,_0x5b73fe);}};_0x5c3712[_0x40a67c(0x1d3)](isAccessibilityAutomationSession)&&_0x5c3712[_0x40a67c(0x1f7)](setAccessibilityCapabilities,_0x5b1068);this[_0x40a67c(0x203)](),this['setCapabilities']();if(helper[_0x40a67c(0x206)](_0x5b1068['proxySettings'][_0x40a67c(0x241)]))this[_0x40a67c(0x1ec)]=helper[_0x40a67c(0x245)](_0x5b1068[_0x40a67c(0x1d9)][_0x40a67c(0x241)]);else _0x5b1068[_0x40a67c(0x1d9)][_0x40a67c(0x241)]&&(this['proxy_']=_0x5b1068[_0x40a67c(0x1d9)][_0x40a67c(0x241)],logger[_0x40a67c(0x1fc)]('Proxy\x20set\x20to\x20'+this[_0x40a67c(0x20e)]));globals[_0x40a67c(0x1f9)](_0x5c3712['cfurb'])&&(!_0x5c3712['GcvWo'](setExtension,this,_0x5b1068)&&globals[_0x40a67c(0x1f1)](_0x5c3712['cfurb'],![]));logger[_0x40a67c(0x1fc)](_0x5c3712['PiVku']);const _0x44d563=super[_0x40a67c(0x1cd)]();return _0x44d563['session_']['then'](_0xb65fc2=>{const _0x3b890b=_0x40a67c;try{const _0x552b20=_0xb65fc2[_0x3b890b(0x214)][_0x3b890b(0x25b)](_0x368014[_0x3b890b(0x221)]);_0x552b20?(logger[_0x3b890b(0x1fc)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x552b20),hubAllocator['updateHubUrl'](_0x552b20),helper[_0x3b890b(0x1b4)](_0x552b20)):logger[_0x3b890b(0x1fc)](_0x368014[_0x3b890b(0x1e6)]);}catch(_0xd0ebb5){logger['debug'](_0x3b890b(0x1dd)+_0xd0ebb5);}}),_0x44d563[_0x40a67c(0x1ae)]&&_0x44d563[_0x40a67c(0x1ae)](_0x441093=>{const _0x972ba6=_0x40a67c,_0x295c3a={'SnSAr':function(_0x553c0e,_0x29a48a){const _0x19851f=a78_0x5d0f;return _0x5c3712[_0x19851f(0x1f7)](_0x553c0e,_0x29a48a);}};helper[_0x972ba6(0x1ff)](_0x441093,_0x5b1068),helper[_0x972ba6(0x243)](_0x441093,_0x5b1068),_0x441093[_0x972ba6(0x1d7)]=async()=>{const _0x2dca8f=_0x972ba6;return await _0x368014[_0x2dca8f(0x249)](getAccessibilityResultsSummary,_0x441093,global);},_0x441093[_0x972ba6(0x1bd)]=async()=>{const _0x2b0d79=_0x972ba6;return await _0x368014[_0x2b0d79(0x249)](getAccessibilityResults,_0x441093,global);},_0x441093[_0x972ba6(0x1a3)]=async()=>{const _0x10d8b9=_0x972ba6;return await _0x295c3a[_0x10d8b9(0x219)](performScan,_0x441093);};}),_0x44d563['getAccessibilityResultsSummary']=async()=>{return await _0x5c3712['GcvWo'](getAccessibilityResultsSummary,_0x44d563,global);},_0x44d563[_0x40a67c(0x1bd)]=async()=>{const _0x3e4c0b=_0x40a67c;return await _0x368014[_0x3e4c0b(0x249)](getAccessibilityResults,_0x44d563,global);},_0x44d563[_0x40a67c(0x1a3)]=async()=>{const _0x4bb2f7=_0x40a67c;return await _0x368014[_0x4bb2f7(0x200)](performScan,_0x44d563);},helper[_0x40a67c(0x1ff)](_0x44d563,_0x5b1068),helper['overrideExecute'](_0x44d563,_0x5b1068),helper[_0x40a67c(0x1e1)](global[_0x40a67c(0x25f)])&&(global['__driversArray']=[]),global[_0x40a67c(0x25f)]['push'](_0x44d563),_0x44d563;}}_0x30f058[_0xc19fbb(0x1fd)]=_0x30f058['Builder'],_0x30f058[_0xc19fbb(0x21d)]=_0xeb6e,_0x548eb2[_0xc19fbb(0x238)]=_0x33e423;},modifyV2=(_0x53a027,_0x2a5d27=null,_0x57b78c=![])=>{const _0x5f1afb=a78_0x2e2f88,_0xd9ce8a={'YlvfR':function(_0x991ddf,_0x5515fa){return _0x991ddf!==_0x5515fa;},'kubBX':_0x5f1afb(0x1d0),'pbOCd':function(_0xc0fc28,_0x4bfc4e){return _0xc0fc28+_0x4bfc4e;},'OujVs':_0x5f1afb(0x230),'NuyLD':_0x5f1afb(0x21b),'dzgym':_0x5f1afb(0x251),'zONJc':_0x5f1afb(0x1d1),'SftQl':_0x5f1afb(0x1cb),'uXtoF':'edgeOptions','hxJtQ':_0x5f1afb(0x1da),'jkauC':_0x5f1afb(0x1a4),'frocZ':_0x5f1afb(0x1d6),'DANBJ':_0x5f1afb(0x235),'rTLbx':_0x5f1afb(0x254),'uTyrA':function(_0x582c77,_0x1adde){return _0x582c77===_0x1adde;},'HAxmD':_0x5f1afb(0x1c0),'JAuKl':_0x5f1afb(0x1cf),'ESJGe':_0x5f1afb(0x25a),'LSptk':_0x5f1afb(0x1ba),'FhCqy':function(_0x17c044,_0x31b94e,_0x9962f8){return _0x17c044(_0x31b94e,_0x9962f8);},'NfEyK':function(_0x46f619,_0x5cae54){return _0x46f619(_0x5cae54);},'MVSHX':function(_0x4f1976,_0xf5f2b6){return _0x4f1976(_0xf5f2b6);},'ANVcB':'3|2|1|0|4|5','LVfhT':function(_0x3a2d31){return _0x3a2d31();},'JOafS':function(_0x50d9b5,_0x3824f8){return _0x50d9b5(_0x3824f8);},'oQTzU':'isAccessibilityPlatform','zCmXR':_0x5f1afb(0x1c7),'RGwHl':function(_0x2285be,_0x3a7a99){return _0x2285be(_0x3a7a99);},'oZCHu':_0x5f1afb(0x210),'Aszfg':_0x5f1afb(0x1ac),'AUUSC':function(_0x5f2ee0,_0x287836,_0x1cd29c){return _0x5f2ee0(_0x287836,_0x1cd29c);},'PpXQk':_0x5f1afb(0x228),'vNLRO':_0x5f1afb(0x242),'gvUYJ':function(_0x24d608){return _0x24d608();},'LVsBP':_0x5f1afb(0x202),'PxVOU':_0x5f1afb(0x1b9),'utjxs':_0x5f1afb(0x224),'fLOqc':_0x5f1afb(0x244)},_0x3bc143=helper[_0x5f1afb(0x1d4)]();let _0x352f16;try{_0x352f16=helper[_0x5f1afb(0x1ee)](),_0x352f16[_0x5f1afb(0x1fd)]&&(_0x352f16[_0x5f1afb(0x21d)]=_0x352f16[_0x5f1afb(0x1fd)]);}catch(_0x130943){return;}if(helper['isBrowserstackInfra']()){const _0x19d575={};_0x19d575[_0x5f1afb(0x239)]=_0x53a027[_0x5f1afb(0x20b)],helper[_0x5f1afb(0x24e)](_0x19d575,new Map(),new Map()),logger['info'](_0xd9ce8a[_0x5f1afb(0x1bc)]),logger[_0x5f1afb(0x1fc)](_0xd9ce8a[_0x5f1afb(0x246)]);}class _0x2f1781 extends _0x3bc143[_0x5f1afb(0x238)]{[_0x5f1afb(0x1b8)](_0x1250d2){const _0x16ac4f=_0x5f1afb;if(_0xd9ce8a[_0x16ac4f(0x24b)](_0x1250d2[_0x16ac4f(0x25c)],_0xd9ce8a[_0x16ac4f(0x1e9)])&&_0xd9ce8a[_0x16ac4f(0x24b)](global[_0x16ac4f(0x24d)],''))try{global[_0x16ac4f(0x24d)]=_0xd9ce8a[_0x16ac4f(0x237)](_0xd9ce8a[_0x16ac4f(0x237)](_0xd9ce8a[_0x16ac4f(0x227)],global[_0x16ac4f(0x24d)]),_0xd9ce8a[_0x16ac4f(0x1e8)]),this['options_']=hubAllocator[_0x16ac4f(0x209)](global[_0x16ac4f(0x24d)]),logger[_0x16ac4f(0x1fc)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x16ac4f(0x24d)]),global[_0x16ac4f(0x24d)]='';}catch(_0xe4cd52){logger['error'](_0xe4cd52);}return super[_0x16ac4f(0x1b8)](_0x1250d2);}}class _0x3b0183 extends _0x352f16[_0x5f1afb(0x21d)]{[_0x5f1afb(0x203)](){const _0x2af6b1=_0x5f1afb;return this[_0x2af6b1(0x23d)]=helper[_0x2af6b1(0x1e0)](_0x53a027),logger[_0x2af6b1(0x1fc)](_0x2af6b1(0x24c)+this[_0x2af6b1(0x23d)]),this;}[_0x5f1afb(0x23a)](_0x51eef0){const _0x55567d=_0x5f1afb;let _0x133fb1={};for(const _0x35f19a in _0x51eef0){switch(_0x35f19a){case _0xd9ce8a[_0x55567d(0x1a1)]:case _0xd9ce8a[_0x55567d(0x1a9)]:this[_0x55567d(0x1f2)]&&(_0x133fb1=this[_0x55567d(0x1f2)][_0x55567d(0x25b)](this[_0x55567d(0x1f2)][_0x55567d(0x212)])||{},this[_0x55567d(0x1f2)]['set'](this[_0x55567d(0x1f2)]['CAPABILITY_KEY'],helper[_0x55567d(0x252)](_0x133fb1,_0x51eef0[_0x35f19a])));break;case _0xd9ce8a[_0x55567d(0x216)]:case _0xd9ce8a['uXtoF']:this[_0x55567d(0x23f)]&&(_0x133fb1=this[_0x55567d(0x23f)]['get'](this['edgeOptions_'][_0x55567d(0x212)])||{},this['edgeOptions_'][_0x55567d(0x22f)](this['edgeOptions_'][_0x55567d(0x212)],helper[_0x55567d(0x252)](_0x133fb1,_0x51eef0[_0x35f19a])));break;case _0xd9ce8a[_0x55567d(0x1c9)]:case _0xd9ce8a[_0x55567d(0x1de)]:this[_0x55567d(0x205)]&&(_0x133fb1=this[_0x55567d(0x205)][_0x55567d(0x25b)](this[_0x55567d(0x205)]['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x55567d(0x22f)](this[_0x55567d(0x205)][_0x55567d(0x212)],helper[_0x55567d(0x252)](_0x133fb1,_0x51eef0[_0x35f19a])));break;case _0xd9ce8a[_0x55567d(0x1be)]:this[_0x55567d(0x23c)]&&(_0x133fb1=this[_0x55567d(0x23c)][_0x55567d(0x25b)](this[_0x55567d(0x23c)][_0x55567d(0x212)])||{},this[_0x55567d(0x23c)]['set'](this[_0x55567d(0x23c)][_0x55567d(0x212)],helper[_0x55567d(0x252)](_0x133fb1,_0x51eef0[_0x35f19a])));break;case _0xd9ce8a[_0x55567d(0x1f5)]:case _0xd9ce8a['rTLbx']:this['ieOptions_']&&(_0x133fb1=this[_0x55567d(0x21c)]['get'](this[_0x55567d(0x21c)]['CAPABILITY_KEY'])||{},this[_0x55567d(0x21c)][_0x55567d(0x22f)](this['ieOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x133fb1,_0x51eef0[_0x35f19a])));break;}}}[_0x5f1afb(0x1a2)](){const _0x34bd17=_0x5f1afb;return logger[_0x34bd17(0x1fc)](_0xd9ce8a[_0x34bd17(0x22c)]),this['__setBrowserOptions'](_0x53a027[_0x34bd17(0x225)]),Object[_0x34bd17(0x21e)](_0x53a027[_0x34bd17(0x225)])[_0x34bd17(0x1f3)](_0xf71346=>{const _0x38ca1f=_0x34bd17,_0x506e9b=this[_0x38ca1f(0x20a)]['get'](_0xf71346);_0xd9ce8a[_0x38ca1f(0x21f)](typeof _0x506e9b,_0xd9ce8a['HAxmD'])?this[_0x38ca1f(0x20a)]['set'](_0xf71346,helper[_0x38ca1f(0x252)](_0x506e9b,_0x53a027['capability'][_0xf71346])):this[_0x38ca1f(0x20a)][_0x38ca1f(0x22f)](_0xf71346,_0x53a027['capability'][_0xf71346]);}),this;}['build'](){const _0x436c4c=_0x5f1afb,_0xf1f915={'KRPIm':function(_0x171a87,_0x1b6e9e){const _0x3c6984=a78_0x5d0f;return _0xd9ce8a[_0x3c6984(0x1fb)](_0x171a87,_0x1b6e9e);},'cRtau':function(_0x3a17f2,_0x4f351f,_0x480944){const _0x5e08a9=a78_0x5d0f;return _0xd9ce8a[_0x5e08a9(0x201)](_0x3a17f2,_0x4f351f,_0x480944);}};if(helper[_0x436c4c(0x250)]()){const _0x2ab233=_0xd9ce8a[_0x436c4c(0x258)][_0x436c4c(0x1f4)]('|');let _0x4659dd=0x0;while(!![]){switch(_0x2ab233[_0x4659dd++]){case'0':if(helper[_0x436c4c(0x206)](_0x53a027[_0x436c4c(0x1d9)][_0x436c4c(0x241)]))this['agent_']=helper['getHttpAgent'](_0x53a027[_0x436c4c(0x1d9)][_0x436c4c(0x241)]);else _0x53a027['proxySettings'][_0x436c4c(0x241)]&&(this[_0x436c4c(0x20e)]=_0x53a027[_0x436c4c(0x1d9)]['proxyUrl'],logger[_0x436c4c(0x1fc)]('Proxy\x20set\x20to\x20'+this['proxy_']));continue;case'1':this['setCapabilities']();continue;case'2':this['setServer']();continue;case'3':_0xd9ce8a[_0x436c4c(0x23b)](isAccessibilityAutomationSession)&&_0xd9ce8a[_0x436c4c(0x1d2)](setAccessibilityCapabilities,_0x53a027);continue;case'4':globals[_0x436c4c(0x1f9)](_0xd9ce8a[_0x436c4c(0x1bf)])&&(!_0xd9ce8a[_0x436c4c(0x201)](setExtension,this,_0x53a027)&&globals[_0x436c4c(0x1f1)](_0xd9ce8a[_0x436c4c(0x1bf)],![]));continue;case'5':logger[_0x436c4c(0x1fc)](_0xd9ce8a[_0x436c4c(0x1e3)]);continue;}break;}}const _0x3e253f=super[_0x436c4c(0x1cd)]();return _0x3e253f[_0x436c4c(0x24a)][_0x436c4c(0x1ae)](_0x28e305=>{const _0x42275c=_0x436c4c;try{const _0x3b227f=_0x28e305[_0x42275c(0x214)]['get'](_0xd9ce8a[_0x42275c(0x1f0)]);_0x3b227f?(logger[_0x42275c(0x1fc)](_0x42275c(0x1b2)+_0x3b227f),hubAllocator[_0x42275c(0x1a7)](_0x3b227f),helper[_0x42275c(0x1b4)](_0x3b227f)):logger[_0x42275c(0x1fc)](_0xd9ce8a[_0x42275c(0x1b1)]);}catch(_0x1c0424){logger[_0x42275c(0x1fc)](_0x42275c(0x1dd)+_0x1c0424);}}),_0x3e253f['quitCount_']=0x0,_0x3e253f[_0x436c4c(0x1ae)]&&_0x3e253f[_0x436c4c(0x1ae)](_0x1de261=>{const _0x4d62db=_0x436c4c,_0x3495ef={'iTkOQ':function(_0x189edc,_0x1dfe50,_0x2d783d){const _0x177f3a=a78_0x5d0f;return _0xd9ce8a[_0x177f3a(0x201)](_0x189edc,_0x1dfe50,_0x2d783d);}};helper[_0x4d62db(0x215)](_0x1de261,_0x3e253f),_0x57b78c&&_0xd9ce8a['NfEyK'](overrideTakeScreenshot,_0x1de261),helper[_0x4d62db(0x1ff)](_0x1de261,_0x53a027),helper[_0x4d62db(0x243)](_0x1de261,_0x53a027),_0x53a027[_0x4d62db(0x225)]&&percyHelper[_0x4d62db(0x222)](_0x1de261,_0x352f16[_0x4d62db(0x1cc)],_0x53a027),_0x1de261['getAccessibilityResultsSummary']=async()=>{const _0x435462=_0x4d62db;return await _0x3495ef[_0x435462(0x231)](getAccessibilityResultsSummary,_0x1de261,global);},_0x1de261[_0x4d62db(0x1bd)]=async()=>{const _0x4a9eea=_0x4d62db;return await _0x3495ef[_0x4a9eea(0x231)](getAccessibilityResults,_0x1de261,global);},_0x1de261[_0x4d62db(0x1a3)]=async()=>{const _0x214bdf=_0x4d62db;return await _0xf1f915[_0x214bdf(0x22a)](performScan,_0x1de261);};}),_0x3e253f[_0x436c4c(0x1d7)]=async()=>{return await _0xf1f915['cRtau'](getAccessibilityResultsSummary,_0x3e253f,global);},_0x3e253f[_0x436c4c(0x1bd)]=async()=>{const _0x2b02bb=_0x436c4c;return await _0xf1f915[_0x2b02bb(0x25d)](getAccessibilityResults,_0x3e253f,global);},_0x3e253f['performScan']=async()=>{const _0x4cddc9=_0x436c4c;return await _0xd9ce8a[_0x4cddc9(0x233)](performScan,_0x3e253f);},_0x57b78c&&_0xd9ce8a[_0x436c4c(0x1ab)](overrideTakeScreenshot,_0x3e253f),helper[_0x436c4c(0x215)](_0x3e253f),helper[_0x436c4c(0x1ff)](_0x3e253f,_0x53a027),helper['overrideExecute'](_0x3e253f,_0x53a027),_0x53a027['capability']&&percyHelper[_0x436c4c(0x222)](_0x3e253f,_0x352f16['WebElement'],_0x53a027),helper[_0x436c4c(0x1e1)](global[_0x436c4c(0x25f)])&&(global[_0x436c4c(0x25f)]=[]),helper[_0x436c4c(0x1e1)](global[_0x436c4c(0x1c8)])&&(global[_0x436c4c(0x1c8)]=[]),global[_0x436c4c(0x25f)]['push'](_0x3e253f),global['__driver']=_0x3e253f,_0x2a5d27&&(_0x2a5d27[_0x436c4c(0x217)][_0x436c4c(0x1fe)]=_0x3e253f),_0xd9ce8a[_0x436c4c(0x24b)](global[_0x436c4c(0x1c8)],undefined)&&global[_0x436c4c(0x1c8)]['push'](_0x3e253f),_0x2a5d27&&helper[_0x436c4c(0x1e1)](_0x2a5d27[_0x436c4c(0x217)][_0x436c4c(0x25f)])&&(_0x2a5d27[_0x436c4c(0x217)][_0x436c4c(0x25f)]=[]),_0x2a5d27&&_0xd9ce8a['YlvfR'](_0x2a5d27[_0x436c4c(0x217)][_0x436c4c(0x1c8)],undefined)&&(_0x2a5d27['global'][_0x436c4c(0x1c8)]['push'](_0x3e253f),_0x2a5d27[_0x436c4c(0x217)][_0x436c4c(0x25f)][_0x436c4c(0x24f)](_0x3e253f)),_0x3e253f[_0x436c4c(0x1ce)]=globals[_0x436c4c(0x1f9)](_0xd9ce8a[_0x436c4c(0x1bf)]),globals['setGlobal'](_0xd9ce8a[_0x436c4c(0x1bf)],globals[_0x436c4c(0x1f9)](_0xd9ce8a[_0x436c4c(0x1bf)])),_0x3e253f;}}_0x2a5d27&&(globals[_0x5f1afb(0x256)]=_0x2a5d27[_0x5f1afb(0x217)]['browserStackGlobals']);if(_0xd9ce8a[_0x5f1afb(0x257)](isAccessibilityAutomationSession))try{let _0x569cde=helper['requireModule'](_0xd9ce8a[_0x5f1afb(0x20f)])[_0x5f1afb(0x1e7)];(!_0x569cde['prototype']||!_0x569cde['prototype'][_0x5f1afb(0x1e2)])&&(_0x569cde=helper[_0x5f1afb(0x1f8)](_0xd9ce8a[_0x5f1afb(0x1b0)])[_0x5f1afb(0x229)]);if(_0x569cde[_0x5f1afb(0x1c4)]&&_0x569cde['prototype'][_0x5f1afb(0x1e2)]){const _0x51c88d=_0x569cde[_0x5f1afb(0x1c4)][_0x5f1afb(0x1e2)];logger[_0x5f1afb(0x1fc)](_0xd9ce8a[_0x5f1afb(0x1f6)]),_0x569cde[_0x5f1afb(0x1c4)][_0x5f1afb(0x1e2)]=async function(){const _0x1db470=_0x5f1afb;try{!globals[_0x1db470(0x1f9)](_0xd9ce8a[_0x1db470(0x21a)])&&globals[_0x1db470(0x1f9)](_0xd9ce8a[_0x1db470(0x1bf)])&&globals[_0x1db470(0x1f9)](_0xd9ce8a[_0x1db470(0x1af)])&&scripts[_0x1db470(0x211)](arguments[0x0][_0x1db470(0x25e)])&&!_0xd9ce8a[_0x1db470(0x1ab)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x1db470(0x1f1)](_0xd9ce8a[_0x1db470(0x21a)],!![]),logger[_0x1db470(0x1fc)](_0x1db470(0x1aa)+arguments[0x0]['name_']),await _0xd9ce8a['AUUSC'](performScan,global[_0x1db470(0x1fe)],arguments[0x0][_0x1db470(0x25e)]));}catch(_0x4d32f3){logger[_0x1db470(0x1fc)](_0x1db470(0x23e)+util[_0x1db470(0x1eb)](_0x4d32f3));}return globals[_0x1db470(0x1f1)](_0xd9ce8a['oZCHu'],![]),_0x51c88d['apply'](this,arguments);};}}catch(_0x4d70da){logger['debug'](_0xd9ce8a['pbOCd'](_0xd9ce8a['fLOqc'],_0x4d70da));}return _0x352f16[_0x5f1afb(0x1fd)]=_0x352f16[_0x5f1afb(0x21d)],_0x352f16[_0x5f1afb(0x21d)]=_0x3b0183,_0x3bc143[_0x5f1afb(0x238)]=_0x2f1781,_0x352f16;};module[a78_0x2e2f88(0x22d)]['browserstackAgent']=modify,module[a78_0x2e2f88(0x22d)]['browserstackAgentV2']=modifyV2,module[a78_0x2e2f88(0x22d)][a78_0x2e2f88(0x260)]=percySDK,module['exports'][a78_0x2e2f88(0x259)]=BrowserStackSdk,module[a78_0x2e2f88(0x22d)][a78_0x2e2f88(0x1ca)]=modifyPlaywrightConfig;
|