browserstack-node-sdk 1.31.19 → 1.31.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.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/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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.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
|
@@ -1 +1 @@
|
|
|
1
|
-
function a25_0x5cf4(_0x48ff9a,_0x300683){const _0x345784=a25_0x3457();return a25_0x5cf4=function(_0x5cf4f1,_0x3b412f){_0x5cf4f1=_0x5cf4f1-0x1b8;let _0x5f2655=_0x345784[_0x5cf4f1];return _0x5f2655;},a25_0x5cf4(_0x48ff9a,_0x300683);}const a25_0x12fc33=a25_0x5cf4;(function(_0x1e0c13,_0x19df01){const _0x2eb26d=a25_0x5cf4,_0x631852=_0x1e0c13();while(!![]){try{const _0x203634=-parseInt(_0x2eb26d(0x203))/0x1*(-parseInt(_0x2eb26d(0x230))/0x2)+-parseInt(_0x2eb26d(0x24e))/0x3*(-parseInt(_0x2eb26d(0x200))/0x4)+parseInt(_0x2eb26d(0x1ce))/0x5+-parseInt(_0x2eb26d(0x1d0))/0x6+parseInt(_0x2eb26d(0x217))/0x7+parseInt(_0x2eb26d(0x1ef))/0x8*(parseInt(_0x2eb26d(0x23c))/0x9)+-parseInt(_0x2eb26d(0x229))/0xa*(parseInt(_0x2eb26d(0x210))/0xb);if(_0x203634===_0x19df01)break;else _0x631852['push'](_0x631852['shift']());}catch(_0x5f0165){_0x631852['push'](_0x631852['shift']());}}}(a25_0x3457,0xb1e7b));function a25_0x3457(){const _0x24dfa1=['1704825NxDqhi','nNaee','6639024VOuAXA','pDWhc','bs:addPlatformDetails:','wbnqw','FxsbB','xmvoA','automate','VhEHW','YhWbt','indexOf','CEpBn','rkyUE','cBbtO','tgsRC','xTwGr','../../../helpers/test-observability/constants','split','uTekM','OUwiZ','fziBe','reduce','BHwYu','vHFaQ','HHtiB','MOiuV','IRRhZ','RNTAQ','pxvxv','sNMZe','browserstack','ucZBK','8hkQprD','hookAnalyticsId','YZgnI','uNDdU','slice','oLYCJ','VPkKq','ktVFS','getHookSkippedTests','argxz','wuoDb','kEyVV','emit','VWiHS','mVbTz','appium:app','lQzsX','706916alSfDf','JauRV','dqUgu','1847vTsbPH','ydjHN','mELVn','forEach','getSession','dCtmd','McqVN','cjsiQ','HUCSs','BQqbe','toISOString','QHuJs','qxrEr','22ICPCDQ','rGWOR','zlyef','wsyPF','ldRfm','bgqDo','TQyYV','9676590mWeZIU','rvLLh','rHjtT','concat','getPlatform','iVBqn','NzGUB','TSvDB','rhOXd','sNBvW','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','OkchK','UOAgm','xfBqA','../../../../package.json','FAVmM','state','JilFl','13533580JRRCQj','VTVki','getCapabilities','bQAwp','DDjOs','bBxqB','iYnXF','1226TtKLXV','aSzXN','getBrowserVersion','UWRNW','oRCOi','mbkrv','WODcf','unknown_grid','uFVUE','js-','QLjma','LtBeX','10405674PCTDxP','Xjttq','pid','generic','type','erQCy','fromEntries','getHooksForTest','_beforeEach','NtrRd','lFxwP','substring','npVWZ','../../../helpers/test-observability/utils','Jfrhf','failed','filter','yBbyy','9engeAF','YTzna','suites','getHookDetails','__cloud_provider___','IEFzL','../../utils/logPatcher','markedStatus','_afterAll','KMYMh','push','KzdvZ','HGNQY','VpJGA','ihHmC','HfDex','map_','vLXXF','pending','xAJJt','parent','NaQNj','eisYu','KZjCL','uvfeB','passed','XtQyG','YJCDv','CQNHV','_beforeAll','CELwm','gooFg','getBrowserName','vwGZn','_afterEach','DHaUi','fpEWN','XsCko','../../utils/logReportingAPI','EQBZQ','hook:','toJSON','fCKHD','nwYAf','EIAXB','NLJtk','../../../helpers/helper','QNpFy','hook','jPFHj','RAKiA','gZjMB','wEnLQ'];a25_0x3457=function(){return _0x24dfa1;};return a25_0x3457();}const {v4:uuidv4}=require('uuid'),{name,version}=require(a25_0x12fc33(0x225)),logPatcher=require(a25_0x12fc33(0x254)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a25_0x12fc33(0x1bf)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a25_0x12fc33(0x249)),{consoleHolder}=require(a25_0x12fc33(0x1df)),{getPlatformVersion}=require(a25_0x12fc33(0x1c7));console={},Object['keys'](consoleHolder)['forEach'](_0x570ae0=>{const _0x59a1a2=a25_0x12fc33,_0x2ed923={'KZjCL':function(_0x5a1151){return _0x5a1151();},'ktVFS':function(_0x26abd4,_0x15b4c7){return _0x26abd4===_0x15b4c7;},'rvLLh':_0x59a1a2(0x1bb),'RdMiJ':function(_0x1aa7f2,_0x462c79){return _0x1aa7f2!==_0x462c79;},'oLYCJ':'Jfdaa','BavXp':_0x59a1a2(0x208)};console[_0x570ae0]=(..._0x1159c8)=>{const _0x1fdb31=_0x59a1a2;if(_0x2ed923['RdMiJ'](_0x2ed923[_0x1fdb31(0x1f4)],_0x2ed923['BavXp']))BSTestOpsPatcher[_0x570ae0](..._0x1159c8);else{if(!_0x2882f7[_0x1fdb31(0x1f0)])_0xebb64b[_0x1fdb31(0x1f0)]=_0x2ed923[_0x1fdb31(0x265)](_0x35660e);else _0x44f515[_0x1fdb31(0x255)]&&_0x2ed923[_0x1fdb31(0x1f6)](_0x2d79c0,_0x2ed923[_0x1fdb31(0x218)])&&(_0x116644[_0x1fdb31(0x1f0)]=_0x2ed923[_0x1fdb31(0x265)](_0x4162d1),delete _0x441add[_0x1fdb31(0x255)]);}};}),exports['getTestEnv']=()=>{const _0x1bf438=a25_0x12fc33,_0x4e5714={'vHFaQ':_0x1bf438(0x23f),'JxMPk':function(_0x1ef49f){return _0x1ef49f();}};return{'ci':_0x4e5714[_0x1bf438(0x1e6)],'key':_0x4e5714['JxMPk'](uuidv4),'version':version,'collector':_0x1bf438(0x239)+name};},exports[a25_0x12fc33(0x251)]=_0x71e2a5=>{const _0xed41eb=a25_0x12fc33,_0x47ba42={};_0x47ba42['UWRNW']=function(_0x454390,_0xa16dd6){return _0x454390!==_0xa16dd6;},_0x47ba42[_0xed41eb(0x26c)]='string',_0x47ba42[_0xed41eb(0x20f)]=function(_0x414914,_0x369689){return _0x414914!==_0x369689;},_0x47ba42['OUwiZ']=_0xed41eb(0x211),_0x47ba42[_0xed41eb(0x1db)]=_0xed41eb(0x23b),_0x47ba42[_0xed41eb(0x1f1)]=function(_0x14445d,_0x4710d3){return _0x14445d!==_0x4710d3;},_0x47ba42[_0xed41eb(0x1f5)]=_0xed41eb(0x1c1),_0x47ba42[_0xed41eb(0x1cc)]=function(_0x335f25,_0x426ccb){return _0x335f25!==_0x426ccb;},_0x47ba42[_0xed41eb(0x263)]=_0xed41eb(0x209),_0x47ba42['RNTAQ']=function(_0x1fd361,_0x4376e0){return _0x1fd361!==_0x4376e0;},_0x47ba42[_0xed41eb(0x223)]='hook',_0x47ba42['JauRV']=function(_0xae22dd,_0x1c66bf){return _0xae22dd===_0x1c66bf;},_0x47ba42['IEFzL']=_0xed41eb(0x1c0),_0x47ba42[_0xed41eb(0x1ec)]=_0xed41eb(0x1c6);const _0x44a86a=_0x47ba42;if(!_0x71e2a5||_0x44a86a[_0xed41eb(0x233)](typeof _0x71e2a5,_0x44a86a[_0xed41eb(0x26c)])){if(_0x44a86a[_0xed41eb(0x20f)](_0x44a86a[_0xed41eb(0x1e2)],_0x44a86a[_0xed41eb(0x1db)]))return[null,null];else _0x113c2b[_0xed41eb(0x1f0)]&&_0x288c99['push'](_0x3cadce[_0xed41eb(0x1f0)]);}if(_0x44a86a[_0xed41eb(0x1f1)](_0x71e2a5['indexOf'](_0x44a86a[_0xed41eb(0x1f5)]),-0x1)){if(_0x44a86a[_0xed41eb(0x1cc)](_0x44a86a[_0xed41eb(0x263)],_0x44a86a[_0xed41eb(0x263)]))_0x94d5c0[_0x334977[_0xed41eb(0x252)]]=_0x359f4b;else{const _0x3f0eea=_0x71e2a5[_0xed41eb(0x1e0)](_0x44a86a[_0xed41eb(0x1f5)]);return[_0x3f0eea[0x0][_0xed41eb(0x1f3)](0x0,-0x1)[_0xed41eb(0x1e0)]('\x22')[0x1],_0x3f0eea[0x1][_0xed41eb(0x247)](0x1)];}}else{if(_0x44a86a[_0xed41eb(0x1ea)](_0x71e2a5['indexOf'](_0x44a86a[_0xed41eb(0x223)]),-0x1)){if(_0x44a86a[_0xed41eb(0x201)](_0x44a86a[_0xed41eb(0x253)],_0x44a86a['sNMZe']))_0x1ad6ad[_0xed41eb(0x258)](_0x34630d['hookAnalyticsId']);else{const _0x3827e5=_0x71e2a5[_0xed41eb(0x1e0)](_0x44a86a[_0xed41eb(0x223)]);return[_0x3827e5[0x0][_0xed41eb(0x1f3)](0x0,-0x1)[_0xed41eb(0x1e0)]('\x22')[0x1],_0x71e2a5];}}}return[null,null];},exports[a25_0x12fc33(0x243)]=_0x256b16=>{const _0x26aa2b=a25_0x12fc33,_0x4f0d80={'Jfrhf':function(_0x270ca2){return _0x270ca2();},'ihHmC':function(_0x58dcdb,_0x148199){return _0x58dcdb!==_0x148199;},'ucZBK':_0x26aa2b(0x1fa),'pxvxv':'QIbVA','bBxqB':function(_0x2554d6,_0x36b2ee){return _0x2554d6!==_0x36b2ee;},'YJCDv':_0x26aa2b(0x224),'sNBvW':function(_0x120e5a,_0x2231e6){return _0x120e5a===_0x2231e6;},'OkchK':_0x26aa2b(0x1ba),'TSvDB':_0x26aa2b(0x1e8),'ldRfm':function(_0x28443c,_0xd171e5){return _0x28443c!==_0xd171e5;},'xmvoA':_0x26aa2b(0x205),'uBfRD':_0x26aa2b(0x264),'jUOGk':_0x26aa2b(0x26b),'smSHF':_0x26aa2b(0x256),'uFVUE':_0x26aa2b(0x244),'JilFl':_0x26aa2b(0x1bb)};if(!_0x256b16||!_0x256b16[_0x26aa2b(0x262)]){if(_0x4f0d80[_0x26aa2b(0x214)](_0x4f0d80[_0x26aa2b(0x1d5)],_0x4f0d80['uBfRD']))return[];else _0x5b50d6=_0x4f3bd9[_0x26aa2b(0x21a)](_0x2b7091);}const _0x4435f0=[];return[_0x4f0d80['jUOGk'],_0x4f0d80['smSHF'],_0x4f0d80[_0x26aa2b(0x238)],_0x4f0d80[_0x26aa2b(0x228)]][_0x26aa2b(0x206)](_0x2e6005=>{const _0x8ecfdc=_0x26aa2b;if(_0x4f0d80[_0x8ecfdc(0x220)](_0x4f0d80[_0x8ecfdc(0x222)],_0x4f0d80[_0x8ecfdc(0x21e)]))return[];else{const _0x139e89=_0x256b16['parent'][_0x2e6005]||[];_0x139e89[_0x8ecfdc(0x206)](_0x1e7a42=>{const _0x5d4c43=_0x8ecfdc,_0x22294c={'mihWZ':function(_0x54648d){const _0x372020=a25_0x5cf4;return _0x4f0d80[_0x372020(0x24a)](_0x54648d);}};if(_0x4f0d80[_0x5d4c43(0x25c)](_0x4f0d80[_0x5d4c43(0x1ee)],_0x4f0d80[_0x5d4c43(0x1eb)]))_0x1e7a42[_0x5d4c43(0x1f0)]&&(_0x4f0d80[_0x5d4c43(0x22e)](_0x4f0d80[_0x5d4c43(0x269)],_0x4f0d80['YJCDv'])?(_0x2bc564['hookAnalyticsId']=_0x22294c['mihWZ'](_0xa74bf6),delete _0xe47297[_0x5d4c43(0x255)]):_0x4435f0[_0x5d4c43(0x258)](_0x1e7a42[_0x5d4c43(0x1f0)]));else return[null,null];});}}),[..._0x4435f0,...exports['getHooksForTest'](_0x256b16[_0x26aa2b(0x262)])];},exports['mapTestHooks']=_0x3acc5b=>{const _0x1fba11=a25_0x12fc33,_0x5ecfdb={'fCKHD':function(_0x5b2faf,_0x3a730a){return _0x5b2faf!==_0x3a730a;},'lQzsX':'string','nNaee':_0x1fba11(0x1c1),'Xjttq':function(_0x1c5caa,_0x371818){return _0x1c5caa!==_0x371818;},'RAKiA':_0x1fba11(0x1c9),'gooFg':function(_0x13fddd,_0x2ee563){return _0x13fddd===_0x2ee563;},'rhOXd':_0x1fba11(0x1f2),'cjsiQ':_0x1fba11(0x268),'bgqDo':_0x1fba11(0x1dd),'jPFHj':function(_0x126195){return _0x126195();},'bQAwp':_0x1fba11(0x1bb),'HfDex':function(_0x557c31,_0x5d93ea){return _0x557c31===_0x5d93ea;},'aSzXN':'hDNGA','tBWbN':function(_0x506f0b,_0x40a9b2){return _0x506f0b===_0x40a9b2;},'FAVmM':_0x1fba11(0x21c),'VdTFs':function(_0x33fef1,_0x2bf065){return _0x33fef1===_0x2bf065;},'IRRhZ':_0x1fba11(0x202),'SBqHv':_0x1fba11(0x20e),'WODcf':_0x1fba11(0x26b),'MHApM':_0x1fba11(0x256),'Eulxg':_0x1fba11(0x244)};if(!_0x3acc5b||!_0x3acc5b['parent']){if(_0x5ecfdb['VdTFs'](_0x5ecfdb[_0x1fba11(0x1e9)],_0x5ecfdb['SBqHv'])){const _0x613f7c=_0x5390a7['parent'][_0x310e32]||[];_0x613f7c['forEach'](_0x10211d=>{const _0x26399c=_0x1fba11;_0x10211d[_0x26399c(0x1f0)]&&_0x3166c2[_0x26399c(0x258)](_0x10211d[_0x26399c(0x1f0)]);});}else return;}[_0x5ecfdb[_0x1fba11(0x236)],_0x5ecfdb['MHApM'],_0x5ecfdb['Eulxg'],_0x5ecfdb[_0x1fba11(0x22c)]][_0x1fba11(0x206)](_0x4628c7=>{const _0x2fff44=_0x1fba11,_0x2e945b={'oRCOi':function(_0x107f9f,_0x285958){const _0x50eef7=a25_0x5cf4;return _0x5ecfdb[_0x50eef7(0x1c3)](_0x107f9f,_0x285958);},'jIFYG':_0x5ecfdb[_0x2fff44(0x1ff)],'QNpFy':_0x5ecfdb[_0x2fff44(0x1cf)],'VpJGA':function(_0x5a6788,_0x2ca935){const _0x5f2502=_0x2fff44;return _0x5ecfdb[_0x5f2502(0x23d)](_0x5a6788,_0x2ca935);},'nwYAf':_0x5ecfdb[_0x2fff44(0x1cb)],'CQNHV':function(_0x4ca143,_0x1a8f9c){const _0x17ff32=_0x2fff44;return _0x5ecfdb[_0x17ff32(0x1b8)](_0x4ca143,_0x1a8f9c);},'zlyef':_0x5ecfdb[_0x2fff44(0x21f)],'KzdvZ':_0x5ecfdb[_0x2fff44(0x20a)],'iYnXF':_0x5ecfdb[_0x2fff44(0x215)],'TQyYV':function(_0x1e4400){const _0x1c8c37=_0x2fff44;return _0x5ecfdb[_0x1c8c37(0x1ca)](_0x1e4400);},'VhEHW':_0x5ecfdb['bQAwp'],'VTVki':function(_0x5511bb,_0x3fd260){const _0x4db570=_0x2fff44;return _0x5ecfdb[_0x4db570(0x25d)](_0x5511bb,_0x3fd260);},'YhWbt':_0x5ecfdb[_0x2fff44(0x231)]};if(_0x5ecfdb['tBWbN'](_0x5ecfdb[_0x2fff44(0x226)],_0x5ecfdb[_0x2fff44(0x226)])){const _0x26215c=_0x3acc5b[_0x2fff44(0x262)][_0x4628c7]||[];_0x26215c[_0x2fff44(0x206)](_0x53250a=>{const _0x287043=_0x2fff44;if(_0x2e945b[_0x287043(0x26a)](_0x2e945b[_0x287043(0x212)],_0x2e945b[_0x287043(0x212)])){if(!_0x53250a[_0x287043(0x1f0)]){if(_0x2e945b['CQNHV'](_0x2e945b[_0x287043(0x259)],_0x2e945b[_0x287043(0x22f)]))return;else _0x53250a[_0x287043(0x1f0)]=_0x2e945b['TQyYV'](uuidv4);}else{if(_0x53250a[_0x287043(0x255)]&&_0x2e945b[_0x287043(0x26a)](_0x4628c7,_0x2e945b[_0x287043(0x1d7)])){if(_0x2e945b[_0x287043(0x22a)](_0x2e945b[_0x287043(0x1d8)],_0x2e945b[_0x287043(0x1d8)]))_0x53250a[_0x287043(0x1f0)]=_0x2e945b[_0x287043(0x216)](uuidv4),delete _0x53250a[_0x287043(0x255)];else{if(!_0x4ac852||_0x2e945b[_0x287043(0x234)](typeof _0x204af1,_0x2e945b['jIFYG']))return[null,null];if(_0x2e945b[_0x287043(0x234)](_0x396893[_0x287043(0x1d9)](_0x2e945b[_0x287043(0x1c8)]),-0x1)){const _0x53532a=_0x4f28aa[_0x287043(0x1e0)](_0x2e945b[_0x287043(0x1c8)]);return[_0x53532a[0x0]['slice'](0x0,-0x1)[_0x287043(0x1e0)]('\x22')[0x1],_0x53532a[0x1][_0x287043(0x247)](0x1)];}else{if(_0x2e945b[_0x287043(0x25b)](_0x1da03f[_0x287043(0x1d9)](_0x2e945b[_0x287043(0x1c4)]),-0x1)){const _0x807405=_0x418b73['split'](_0x2e945b[_0x287043(0x1c4)]);return[_0x807405[0x0][_0x287043(0x1f3)](0x0,-0x1)[_0x287043(0x1e0)]('\x22')[0x1],_0x1bd26d];}}return[null,null];}}}}else _0x2bba4c[_0x59edab]=(..._0x411fe9)=>{_0x443770[_0x28faea](..._0x411fe9);};});}else{const _0x2722f7=_0x43d365[_0x2fff44(0x1e0)](_0x2e945b[_0x2fff44(0x1c8)]);return[_0x2722f7[0x0][_0x2fff44(0x1f3)](0x0,-0x1)[_0x2fff44(0x1e0)]('\x22')[0x1],_0x2722f7[0x1][_0x2fff44(0x247)](0x1)];}}),exports['mapTestHooks'](_0x3acc5b[_0x1fba11(0x262)]);},exports['sendPlatformDetails']=async(_0x55f8bf,_0x7e1ca1)=>{const _0x5bf6b8=a25_0x12fc33,_0x2caffb={'fziBe':function(_0x17df6f,_0xe09cc8){return _0x17df6f(_0xe09cc8);},'wuoDb':function(_0x557e75,_0x2cc787){return _0x557e75!==_0x2cc787;},'EIAXB':_0x5bf6b8(0x1c9),'xAJJt':_0x5bf6b8(0x267),'YTzna':_0x5bf6b8(0x24b),'ydjHN':_0x5bf6b8(0x237),'erQCy':function(_0x5cd4c9,_0x1a9c39){return _0x5cd4c9===_0x1a9c39;},'DDjOs':_0x5bf6b8(0x1fd),'BQqbe':_0x5bf6b8(0x20b),'fpEWN':function(_0x27a2d6){return _0x27a2d6();},'NtrRd':_0x5bf6b8(0x246),'wEnLQ':function(_0x1754ce,_0x36fa0b){return _0x1754ce===_0x36fa0b;},'xTwGr':_0x5bf6b8(0x1ed),'npVWZ':_0x5bf6b8(0x1fe),'vLXXF':'app','Oenva':'app-automate','NzGUB':_0x5bf6b8(0x1d6),'uvfeB':function(_0x35ebe0,_0x2c3765){return _0x35ebe0===_0x2c3765;},'lAxzB':function(_0x57540e,_0x3b908c){return _0x57540e!==_0x3b908c;},'wbnqw':'kiKha','QLjma':'rQOcw','nWrPg':function(_0x9f92a9,_0x124c9b){return _0x9f92a9!==_0x124c9b;},'mbkrv':_0x5bf6b8(0x1d1),'rJfyX':'TEST_PLATFORM','KMYMh':_0x5bf6b8(0x1f8)};try{if(_0x2caffb['erQCy'](_0x2caffb[_0x5bf6b8(0x22d)],_0x2caffb[_0x5bf6b8(0x20c)]))_0x2caffb[_0x5bf6b8(0x1e3)](_0x3c90c8,_0x5bf6b8(0x221)+_0x55f41b);else{if(!_0x2caffb[_0x5bf6b8(0x1bd)](isTestObservabilitySession)){if(_0x2caffb[_0x5bf6b8(0x241)](_0x2caffb[_0x5bf6b8(0x245)],_0x2caffb['NtrRd']))return;else{const _0x2d4005=_0x5e313a[_0x5bf6b8(0x250)]['reduce']((_0x4aaf7e,_0x4aeee2)=>{const _0x829f37=_0x5bf6b8,_0x23d69f=_0x1b1082['getHookSkippedTests'](_0x4aeee2);return _0x23d69f&&(_0x4aaf7e=_0x4aaf7e[_0x829f37(0x21a)](_0x23d69f)),_0x4aaf7e;},[]),_0x28f016=_0xe74632['tests']['filter'](_0x3e330f=>{const _0x55072e=_0x5bf6b8,_0x3e0702=_0x2caffb[_0x55072e(0x1f9)](_0x3e330f[_0x55072e(0x240)],_0x2caffb['EIAXB'])&&!_0x3e330f[_0x55072e(0x255)]&&_0x2caffb['wuoDb'](_0x3e330f[_0x55072e(0x227)],_0x2caffb[_0x55072e(0x261)])&&_0x2caffb[_0x55072e(0x1f9)](_0x3e330f['state'],_0x2caffb[_0x55072e(0x24f)])&&!_0x3e330f[_0x55072e(0x260)];return _0x3e0702;});return _0x28f016[_0x5bf6b8(0x21a)](_0x2d4005);}}const _0x20e761=await _0x55f8bf[_0x5bf6b8(0x22b)](),_0x287908=await _0x55f8bf[_0x5bf6b8(0x207)](),_0x5096f0={},_0x4c08de=Object[_0x5bf6b8(0x242)](_0x287908[_0x5bf6b8(0x22b)]()[_0x5bf6b8(0x25e)]),_0x4f50a7={'product':_0x2caffb[_0x5bf6b8(0x1cd)](global[_0x5bf6b8(0x252)],_0x2caffb['xTwGr'])?_0x4c08de[_0x2caffb[_0x5bf6b8(0x248)]]||_0x4c08de[_0x2caffb[_0x5bf6b8(0x25f)]]?_0x2caffb['Oenva']:_0x2caffb[_0x5bf6b8(0x21d)]:null,'capabilities':_0x4c08de,'platform':_0x20e761[_0x5bf6b8(0x21b)](),'platform_version':_0x2caffb['fziBe'](getPlatformVersion,_0x2caffb[_0x5bf6b8(0x266)](global[_0x5bf6b8(0x252)],_0x2caffb[_0x5bf6b8(0x1de)])),'browser':_0x20e761[_0x5bf6b8(0x1b9)](),'browser_version':_0x20e761[_0x5bf6b8(0x232)](),'session_id':_0x287908[_0x5bf6b8(0x1c2)]()};if(global[_0x5bf6b8(0x252)]){if(_0x2caffb['lAxzB'](_0x2caffb[_0x5bf6b8(0x1d3)],_0x2caffb[_0x5bf6b8(0x23a)]))_0x5096f0[global['__cloud_provider___']]=_0x4f50a7;else{const _0x3b99df=_0x232003[_0x5bf6b8(0x1e0)](_0x2caffb[_0x5bf6b8(0x1c5)]);return[_0x3b99df[0x0]['slice'](0x0,-0x1)[_0x5bf6b8(0x1e0)]('\x22')[0x1],_0x3d9f72];}}else{if(_0x2caffb['nWrPg'](_0x2caffb[_0x5bf6b8(0x235)],_0x2caffb['mbkrv']))return;else _0x5096f0[_0x2caffb[_0x5bf6b8(0x204)]]=_0x4f50a7;}process[_0x5bf6b8(0x1fb)](_0x5bf6b8(0x1d2)+process[_0x5bf6b8(0x23e)],{'timestamp':new Date()[_0x5bf6b8(0x20d)](),'level':null,'message':null,'kind':_0x2caffb['rJfyX'],'http_response':_0x5096f0,'uuid':_0x7e1ca1});}}catch(_0x521c29){_0x2caffb['wuoDb'](_0x2caffb[_0x5bf6b8(0x257)],_0x2caffb['KMYMh'])?_0x5eb1ff[_0x2caffb[_0x5bf6b8(0x204)]]=_0x3a9881:_0x2caffb[_0x5bf6b8(0x1e3)](debug,'Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20'+_0x521c29);}},exports[a25_0x12fc33(0x1f7)]=_0x191a28=>{const _0xc4d5b1=a25_0x12fc33,_0x56e884={'FxsbB':function(_0x33bb85){return _0x33bb85();},'rHjtT':function(_0x4208ad,_0x2dc860){return _0x4208ad===_0x2dc860;},'VWiHS':_0xc4d5b1(0x24d),'cBbtO':_0xc4d5b1(0x1e5),'XsCko':function(_0x1c6f9d,_0xbbad87){return _0x1c6f9d!==_0xbbad87;},'EUNSq':_0xc4d5b1(0x1bc),'CEpBn':_0xc4d5b1(0x1e7),'uTekM':_0xc4d5b1(0x1c9),'HGNQY':_0xc4d5b1(0x267),'wsyPF':function(_0xe139c9,_0x2b51a5){return _0xe139c9!==_0x2b51a5;},'yignW':'failed'},_0xc1fe2b=_0x191a28[_0xc4d5b1(0x250)][_0xc4d5b1(0x1e4)]((_0xc86c82,_0x2ee38)=>{const _0x2a9bbc=_0xc4d5b1;if(_0x56e884['rHjtT'](_0x56e884[_0x2a9bbc(0x1fc)],_0x56e884[_0x2a9bbc(0x1dc)])){const _0x2307d9=_0x23cb08[_0x2a9bbc(0x1f7)](_0x503a55);return _0x2307d9&&(_0x2d3791=_0x500ed3[_0x2a9bbc(0x21a)](_0x2307d9)),_0x23191d;}else{const _0x42e58c=exports['getHookSkippedTests'](_0x2ee38);return _0x42e58c&&(_0x56e884[_0x2a9bbc(0x1be)](_0x56e884['EUNSq'],_0x56e884['EUNSq'])?_0x6194bd[_0x2a9bbc(0x1f0)]=_0x56e884[_0x2a9bbc(0x1d4)](_0x368dec):_0xc86c82=_0xc86c82['concat'](_0x42e58c)),_0xc86c82;}},[]),_0x388e9a=_0x191a28['tests'][_0xc4d5b1(0x24c)](_0x4c4f3b=>{const _0x82187f=_0xc4d5b1;if(_0x56e884[_0x82187f(0x219)](_0x56e884[_0x82187f(0x1da)],_0x56e884[_0x82187f(0x1da)])){const _0x4996de=_0x56e884[_0x82187f(0x1be)](_0x4c4f3b[_0x82187f(0x240)],_0x56e884[_0x82187f(0x1e1)])&&!_0x4c4f3b[_0x82187f(0x255)]&&_0x56e884[_0x82187f(0x1be)](_0x4c4f3b[_0x82187f(0x227)],_0x56e884[_0x82187f(0x25a)])&&_0x56e884[_0x82187f(0x213)](_0x4c4f3b[_0x82187f(0x227)],_0x56e884['yignW'])&&!_0x4c4f3b[_0x82187f(0x260)];return _0x4996de;}else _0x4a231d[_0x39e7c8](..._0x133fb2);});return _0x388e9a[_0xc4d5b1(0x21a)](_0xc1fe2b);};
|
|
1
|
+
const a25_0x4523ab=a25_0x5d7d;function a25_0x5d7d(_0x86aae5,_0x200636){const _0x193065=a25_0x1930();return a25_0x5d7d=function(_0x5d7d24,_0x572465){_0x5d7d24=_0x5d7d24-0x168;let _0x239a7e=_0x193065[_0x5d7d24];return _0x239a7e;},a25_0x5d7d(_0x86aae5,_0x200636);}(function(_0x165fe0,_0xbbd079){const _0x4f6e8c=a25_0x5d7d,_0xcc1e0b=_0x165fe0();while(!![]){try{const _0x10627b=-parseInt(_0x4f6e8c(0x195))/0x1*(-parseInt(_0x4f6e8c(0x21e))/0x2)+-parseInt(_0x4f6e8c(0x193))/0x3*(-parseInt(_0x4f6e8c(0x19a))/0x4)+parseInt(_0x4f6e8c(0x189))/0x5*(parseInt(_0x4f6e8c(0x21d))/0x6)+parseInt(_0x4f6e8c(0x21a))/0x7+parseInt(_0x4f6e8c(0x19b))/0x8*(-parseInt(_0x4f6e8c(0x218))/0x9)+parseInt(_0x4f6e8c(0x1c5))/0xa+parseInt(_0x4f6e8c(0x21f))/0xb*(-parseInt(_0x4f6e8c(0x1f8))/0xc);if(_0x10627b===_0xbbd079)break;else _0xcc1e0b['push'](_0xcc1e0b['shift']());}catch(_0x46d9e4){_0xcc1e0b['push'](_0xcc1e0b['shift']());}}}(a25_0x1930,0xa1305));const {v4:uuidv4}=require(a25_0x4523ab(0x1d0)),{name,version}=require(a25_0x4523ab(0x221)),logPatcher=require(a25_0x4523ab(0x1c3)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a25_0x4523ab(0x1e4)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a25_0x4523ab(0x174)),{consoleHolder}=require(a25_0x4523ab(0x1c6)),{getPlatformVersion}=require(a25_0x4523ab(0x1b6));console={},Object['keys'](consoleHolder)[a25_0x4523ab(0x1ef)](_0x466e24=>{const _0x1e80e7=a25_0x4523ab,_0x4db3ad={};_0x4db3ad['YRsKm']=function(_0x579279,_0x55d817){return _0x579279!==_0x55d817;},_0x4db3ad[_0x1e80e7(0x190)]=_0x1e80e7(0x210),_0x4db3ad[_0x1e80e7(0x1d6)]=function(_0x1a8bcc,_0x27ae85){return _0x1a8bcc!==_0x27ae85;},_0x4db3ad[_0x1e80e7(0x1bb)]=_0x1e80e7(0x1e9),_0x4db3ad['Sxwxy']=function(_0x49c429,_0x4edaeb){return _0x49c429!==_0x4edaeb;},_0x4db3ad['mDJTk']=_0x1e80e7(0x180),_0x4db3ad[_0x1e80e7(0x214)]=function(_0x27cb38,_0x19b6f0){return _0x27cb38===_0x19b6f0;},_0x4db3ad[_0x1e80e7(0x21c)]=_0x1e80e7(0x20c),_0x4db3ad[_0x1e80e7(0x1cd)]=_0x1e80e7(0x1be);const _0x42f1cd=_0x4db3ad;console[_0x466e24]=(..._0x12ab77)=>{const _0x553374=_0x1e80e7;if(_0x42f1cd[_0x553374(0x214)](_0x42f1cd['zrjIa'],_0x42f1cd[_0x553374(0x1cd)])){const _0x2f116c=_0x42f1cd[_0x553374(0x16a)](_0x3e6550[_0x553374(0x1f7)],_0x42f1cd[_0x553374(0x190)])&&!_0x8e0245['markedStatus']&&_0x42f1cd[_0x553374(0x1d6)](_0x119a65[_0x553374(0x1b9)],_0x42f1cd[_0x553374(0x1bb)])&&_0x42f1cd[_0x553374(0x22d)](_0x4cf9a2[_0x553374(0x1b9)],_0x42f1cd[_0x553374(0x1d2)])&&!_0x3c3cf6[_0x553374(0x1a7)];return _0x2f116c;}else BSTestOpsPatcher[_0x466e24](..._0x12ab77);};}),exports['getTestEnv']=()=>{const _0x5015a9=a25_0x4523ab,_0x5e32c4={'IWGwn':_0x5015a9(0x1e7),'thqAG':function(_0x1c8035){return _0x1c8035();}};return{'ci':_0x5e32c4[_0x5015a9(0x213)],'key':_0x5e32c4[_0x5015a9(0x1a6)](uuidv4),'version':version,'collector':_0x5015a9(0x1ba)+name};},exports[a25_0x4523ab(0x1f3)]=_0x420c2c=>{const _0x13ff3b=a25_0x4523ab,_0x394b2b={'ZqnQO':function(_0x3328e4){return _0x3328e4();},'Lwvlz':function(_0x1f6606,_0x20aa21){return _0x1f6606===_0x20aa21;},'ycFRP':_0x13ff3b(0x1e0),'unlsL':function(_0x673edc){return _0x673edc();},'izDyy':_0x13ff3b(0x16f),'vzzBq':function(_0x39b452,_0x11b74b){return _0x39b452!==_0x11b74b;},'vzyNd':_0x13ff3b(0x169),'uuCMB':_0x13ff3b(0x1d7),'KIGTA':_0x13ff3b(0x1f4),'UqpVv':_0x13ff3b(0x175),'HgLds':function(_0x51b5f9,_0xe24641){return _0x51b5f9===_0xe24641;},'OzqeT':_0x13ff3b(0x1c8),'izQvY':_0x13ff3b(0x1cf),'YdtWh':_0x13ff3b(0x210),'imRlW':function(_0x1c2cad,_0x172310){return _0x1c2cad!==_0x172310;},'CkPIg':_0x13ff3b(0x1d4),'ZJETv':_0x13ff3b(0x17c)};if(!_0x420c2c||_0x394b2b[_0x13ff3b(0x1f9)](typeof _0x420c2c,_0x394b2b[_0x13ff3b(0x199)]))return _0x394b2b[_0x13ff3b(0x1d3)](_0x394b2b[_0x13ff3b(0x1c4)],_0x394b2b[_0x13ff3b(0x1dd)])?[null,null]:[null,null];if(_0x394b2b['vzzBq'](_0x420c2c['indexOf'](_0x394b2b['UqpVv']),-0x1)){if(_0x394b2b[_0x13ff3b(0x191)](_0x394b2b[_0x13ff3b(0x1f1)],_0x394b2b[_0x13ff3b(0x187)])){const _0xf7d58b=_0x7c040a[_0x13ff3b(0x1e3)][_0x1a97e8]||[];_0xf7d58b[_0x13ff3b(0x1ef)](_0x1730e7=>{const _0x3eb112=_0x13ff3b;if(!_0x1730e7[_0x3eb112(0x198)])_0x1730e7['hookAnalyticsId']=_0x394b2b['ZqnQO'](_0x143879);else _0x1730e7['markedStatus']&&_0x394b2b[_0x3eb112(0x1d3)](_0x5b583b,_0x394b2b[_0x3eb112(0x16e)])&&(_0x1730e7['hookAnalyticsId']=_0x394b2b[_0x3eb112(0x1f2)](_0x4d543f),delete _0x1730e7[_0x3eb112(0x19f)]);});}else{const _0x2b82b7=_0x420c2c['split'](_0x394b2b[_0x13ff3b(0x1af)]);return[_0x2b82b7[0x0]['slice'](0x0,-0x1)[_0x13ff3b(0x22b)]('\x22')[0x1],_0x2b82b7[0x1]['substring'](0x1)];}}else{if(_0x394b2b[_0x13ff3b(0x1f9)](_0x420c2c[_0x13ff3b(0x201)](_0x394b2b['YdtWh']),-0x1)){if(_0x394b2b[_0x13ff3b(0x225)](_0x394b2b['CkPIg'],_0x394b2b[_0x13ff3b(0x204)])){const _0x115c34=_0x420c2c['split'](_0x394b2b[_0x13ff3b(0x1d8)]);return[_0x115c34[0x0]['slice'](0x0,-0x1)[_0x13ff3b(0x22b)]('\x22')[0x1],_0x420c2c];}else _0x3454f3[_0x394b2b['izDyy']]=_0xdd450a;}}return[null,null];},exports[a25_0x4523ab(0x16c)]=_0x462224=>{const _0x34ca7c=a25_0x4523ab,_0x19faea={'JHCAV':function(_0x411445,_0x235f23){return _0x411445!==_0x235f23;},'uArNV':_0x34ca7c(0x169),'EQsoN':function(_0x149115,_0x57ee43){return _0x149115!==_0x57ee43;},'HUEzV':_0x34ca7c(0x175),'gmeXN':_0x34ca7c(0x210),'CWRwG':function(_0x175776,_0x5403b3){return _0x175776(_0x5403b3);},'rLmiW':function(_0x3a8200){return _0x3a8200();},'UCvhW':function(_0x48e907,_0x59ab3e){return _0x48e907===_0x59ab3e;},'bkdWj':'wMrjo','wiPOM':_0x34ca7c(0x194),'sYldV':function(_0x532a0b,_0xaf98a){return _0x532a0b!==_0xaf98a;},'oLwif':'JguRv','ZnKbm':_0x34ca7c(0x1a1),'oQQZu':function(_0x14da86,_0x4c37fb){return _0x14da86===_0x4c37fb;},'SyqBp':'YbRUR','neCLV':_0x34ca7c(0x1f5),'pvvjj':_0x34ca7c(0x177),'kqmUK':_0x34ca7c(0x20a),'AXXDa':_0x34ca7c(0x1e0)};if(!_0x462224||!_0x462224[_0x34ca7c(0x1e3)]){if(_0x19faea[_0x34ca7c(0x211)](_0x19faea[_0x34ca7c(0x1bf)],_0x19faea[_0x34ca7c(0x1bf)]))return[];else{if(!_0x4e53c3||_0x19faea[_0x34ca7c(0x229)](typeof _0x266633,_0x19faea[_0x34ca7c(0x1a2)]))return[null,null];if(_0x19faea[_0x34ca7c(0x223)](_0x4eaa75['indexOf'](_0x19faea['HUEzV']),-0x1)){const _0x59ba86=_0x30e3a4['split'](_0x19faea['HUEzV']);return[_0x59ba86[0x0][_0x34ca7c(0x1b7)](0x0,-0x1)[_0x34ca7c(0x22b)]('\x22')[0x1],_0x59ba86[0x1]['substring'](0x1)];}else{if(_0x19faea[_0x34ca7c(0x229)](_0x5cdc2f['indexOf'](_0x19faea['gmeXN']),-0x1)){const _0x981593=_0xd81523[_0x34ca7c(0x22b)](_0x19faea[_0x34ca7c(0x1fe)]);return[_0x981593[0x0][_0x34ca7c(0x1b7)](0x0,-0x1)[_0x34ca7c(0x22b)]('\x22')[0x1],_0x4473f4];}}return[null,null];}}const _0xbeed62=[];return[_0x19faea[_0x34ca7c(0x21b)],_0x19faea[_0x34ca7c(0x192)],_0x19faea[_0x34ca7c(0x171)],_0x19faea[_0x34ca7c(0x1ad)]][_0x34ca7c(0x1ef)](_0x507b76=>{const _0x5a2b56=_0x34ca7c,_0xa5478e={'blJnM':function(_0x180f7c,_0x496715){const _0x2cedad=a25_0x5d7d;return _0x19faea[_0x2cedad(0x185)](_0x180f7c,_0x496715);},'Olgiq':function(_0x91ae78){const _0x4b39a8=a25_0x5d7d;return _0x19faea[_0x4b39a8(0x1bd)](_0x91ae78);},'wnTPv':function(_0x3b07a0,_0x3ae81f){const _0xf1e61a=a25_0x5d7d;return _0x19faea[_0xf1e61a(0x200)](_0x3b07a0,_0x3ae81f);},'aCLjC':_0x19faea[_0x5a2b56(0x1dc)],'KSfLD':_0x19faea['wiPOM'],'VLQDd':function(_0x2ee192,_0xcb6473){return _0x19faea['sYldV'](_0x2ee192,_0xcb6473);},'wEOEx':_0x19faea[_0x5a2b56(0x1ae)]};if(_0x19faea[_0x5a2b56(0x202)](_0x19faea['ZnKbm'],_0x19faea['ZnKbm'])){const _0x2ff8e3=_0x3a4ac6[_0x5a2b56(0x16d)](_0x9388fe);return _0x2ff8e3&&(_0x4f34ff=_0x31538e['concat'](_0x2ff8e3)),_0x1f1def;}else{const _0x570412=_0x462224['parent'][_0x507b76]||[];_0x570412[_0x5a2b56(0x1ef)](_0x4bd2a0=>{const _0x3da8e6=_0x5a2b56,_0x440273={'KSPAX':function(_0x38d705,_0x244510){const _0x1319c9=a25_0x5d7d;return _0xa5478e[_0x1319c9(0x18d)](_0x38d705,_0x244510);},'bXcRN':function(_0x9ad46f){return _0xa5478e['Olgiq'](_0x9ad46f);}};_0xa5478e[_0x3da8e6(0x19d)](_0xa5478e['aCLjC'],_0xa5478e[_0x3da8e6(0x1b3)])?_0x440273[_0x3da8e6(0x226)](_0x7c8232,_0x3da8e6(0x1a5)+_0x126fa2):_0x4bd2a0['hookAnalyticsId']&&(_0xa5478e['VLQDd'](_0xa5478e[_0x3da8e6(0x1fc)],_0xa5478e[_0x3da8e6(0x1fc)])?_0x2284ad['hookAnalyticsId']=_0x440273['bXcRN'](_0x52701f):_0xbeed62[_0x3da8e6(0x197)](_0x4bd2a0['hookAnalyticsId']));});}}),[..._0xbeed62,...exports['getHooksForTest'](_0x462224[_0x34ca7c(0x1e3)])];},exports['mapTestHooks']=_0xdc474d=>{const _0x2f91fd=a25_0x4523ab,_0x2ae48a={'mJcbO':'hook:','fOdKn':'generic','ETxVU':function(_0x817194){return _0x817194();},'HKKcu':function(_0x3c35cb,_0x242cfa){return _0x3c35cb===_0x242cfa;},'mIxwY':_0x2f91fd(0x1d1),'rJsMs':_0x2f91fd(0x1eb),'txZBl':function(_0x5e799c,_0x296fc3){return _0x5e799c===_0x296fc3;},'WQZFa':_0x2f91fd(0x1c9),'gIDvj':_0x2f91fd(0x17d),'SFLlm':function(_0x4180d4,_0x177a27){return _0x4180d4===_0x177a27;},'ZgOBX':_0x2f91fd(0x1e0),'SIrYu':function(_0x42896c,_0x56d7af){return _0x42896c!==_0x56d7af;},'cvTtv':_0x2f91fd(0x1b4),'zyHUq':_0x2f91fd(0x1fb),'HxoxZ':function(_0x47017a,_0x47152c){return _0x47017a!==_0x47152c;},'WnSMs':_0x2f91fd(0x1f0),'JORPU':_0x2f91fd(0x17a),'vxbPy':_0x2f91fd(0x1d9),'QZYiF':_0x2f91fd(0x1f5),'hqQfN':'_afterAll','hzPCc':'_beforeEach'};if(!_0xdc474d||!_0xdc474d[_0x2f91fd(0x1e3)]){if(_0x2ae48a[_0x2f91fd(0x1b5)](_0x2ae48a[_0x2f91fd(0x1aa)],_0x2ae48a[_0x2f91fd(0x1a9)]))return;else return[];}[_0x2ae48a['QZYiF'],_0x2ae48a['hqQfN'],_0x2ae48a[_0x2f91fd(0x1ed)],_0x2ae48a[_0x2f91fd(0x220)]][_0x2f91fd(0x1ef)](_0x2fda16=>{const _0x35d29b=_0x2f91fd,_0x1ab9a6={'evSrv':_0x2ae48a[_0x35d29b(0x1bc)],'UtARq':function(_0x1f6318){const _0x486e41=_0x35d29b;return _0x2ae48a[_0x486e41(0x176)](_0x1f6318);},'ILcOp':function(_0x3ef279,_0x5043b4){const _0x52cfff=_0x35d29b;return _0x2ae48a[_0x52cfff(0x18c)](_0x3ef279,_0x5043b4);},'sNgqP':_0x2ae48a[_0x35d29b(0x16b)],'UEgGZ':_0x2ae48a[_0x35d29b(0x1da)],'RUWHi':function(_0x599866,_0x22e8f4){return _0x2ae48a['txZBl'](_0x599866,_0x22e8f4);},'yQGsD':_0x2ae48a['WQZFa'],'fZDqJ':_0x2ae48a[_0x35d29b(0x1c0)],'TddHY':function(_0x236282,_0xdec86d){const _0x4b1e74=_0x35d29b;return _0x2ae48a[_0x4b1e74(0x222)](_0x236282,_0xdec86d);},'lWPLo':_0x2ae48a[_0x35d29b(0x220)],'yklPn':function(_0xe59c74,_0x4fef1e){const _0x4f812f=_0x35d29b;return _0x2ae48a[_0x4f812f(0x1b5)](_0xe59c74,_0x4fef1e);},'dnyZi':_0x2ae48a[_0x35d29b(0x183)],'AYLwf':_0x2ae48a['zyHUq'],'SxLwC':function(_0x372571){const _0x4779a0=_0x35d29b;return _0x2ae48a[_0x4779a0(0x176)](_0x372571);}};if(_0x2ae48a[_0x35d29b(0x209)](_0x2ae48a[_0x35d29b(0x20e)],_0x2ae48a[_0x35d29b(0x20e)])){const _0x49d82a=_0x449321[_0x35d29b(0x22b)](_0x2ae48a[_0x35d29b(0x1c2)]);return[_0x49d82a[0x0]['slice'](0x0,-0x1)['split']('\x22')[0x1],_0x49d82a[0x1][_0x35d29b(0x215)](0x1)];}else{const _0x284c1b=_0xdc474d[_0x35d29b(0x1e3)][_0x2fda16]||[];_0x284c1b['forEach'](_0x5873c2=>{const _0x3bcf65=_0x35d29b;if(_0x1ab9a6[_0x3bcf65(0x20b)](_0x1ab9a6[_0x3bcf65(0x1fd)],_0x1ab9a6[_0x3bcf65(0x172)]))return{'ci':_0x1ab9a6[_0x3bcf65(0x1ac)],'key':_0x1ab9a6[_0x3bcf65(0x1ee)](_0x1f5aac),'version':_0x5e9e5b,'collector':_0x3bcf65(0x1ba)+_0x3e51dc};else{if(!_0x5873c2['hookAnalyticsId']){if(_0x1ab9a6[_0x3bcf65(0x1ab)](_0x1ab9a6['yQGsD'],_0x1ab9a6['fZDqJ'])){const _0x2996e9=_0x5de071[_0x3bcf65(0x1e3)][_0x3aba5e]||[];_0x2996e9[_0x3bcf65(0x1ef)](_0x5a9374=>{const _0x1a17cd=_0x3bcf65;_0x5a9374['hookAnalyticsId']&&_0x33545d[_0x1a17cd(0x197)](_0x5a9374[_0x1a17cd(0x198)]);});}else _0x5873c2[_0x3bcf65(0x198)]=_0x1ab9a6['UtARq'](uuidv4);}else _0x5873c2[_0x3bcf65(0x19f)]&&_0x1ab9a6['TddHY'](_0x2fda16,_0x1ab9a6[_0x3bcf65(0x182)])&&(_0x1ab9a6['yklPn'](_0x1ab9a6['dnyZi'],_0x1ab9a6[_0x3bcf65(0x1a0)])?(_0x5873c2[_0x3bcf65(0x198)]=_0x1ab9a6['SxLwC'](uuidv4),delete _0x5873c2[_0x3bcf65(0x19f)]):_0xf3142f[_0x3bcf65(0x197)](_0x2c7b0d['hookAnalyticsId']));}});}}),exports[_0x2f91fd(0x196)](_0xdc474d[_0x2f91fd(0x1e3)]);},exports[a25_0x4523ab(0x1f6)]=async(_0x5419a6,_0x4e8422)=>{const _0x1b9c47=a25_0x4523ab,_0x51aa71={'VmPqO':function(_0x1ff908){return _0x1ff908();},'MdyYo':_0x1b9c47(0x210),'GQRqC':function(_0x30581b,_0x164040){return _0x30581b===_0x164040;},'yxOJb':'QCzSx','fncdU':_0x1b9c47(0x228),'SsBnO':function(_0x1c21b5){return _0x1c21b5();},'efaDL':function(_0x3e956d,_0x128fe4){return _0x3e956d!==_0x128fe4;},'YHZWf':'HUDlF','FDsHv':_0x1b9c47(0x1cb),'iMvar':'browserstack','OvnCi':'appium:app','eZDpz':_0x1b9c47(0x1e6),'usFxH':_0x1b9c47(0x20d),'HrqjK':_0x1b9c47(0x17f),'wKjdl':function(_0x512101,_0x296fa1){return _0x512101(_0x296fa1);},'zFcKH':function(_0x2905a0,_0x53ccb4){return _0x2905a0===_0x53ccb4;},'oXMze':function(_0x21d284,_0x5aef9f){return _0x21d284!==_0x5aef9f;},'ornEE':_0x1b9c47(0x18e),'pVOce':_0x1b9c47(0x1b1),'AolIP':'unknown_grid','uHAGj':_0x1b9c47(0x1e1),'YXiRF':function(_0x56bb6c,_0x338968){return _0x56bb6c===_0x338968;},'kfRFJ':_0x1b9c47(0x1ff),'KVVrj':_0x1b9c47(0x184),'YZyBw':function(_0x225756,_0xc0eae4){return _0x225756(_0xc0eae4);}};try{if(_0x51aa71[_0x1b9c47(0x206)](_0x51aa71[_0x1b9c47(0x1e2)],_0x51aa71[_0x1b9c47(0x1b2)]))_0x198534[_0x1b9c47(0x198)]=_0x51aa71[_0x1b9c47(0x1c7)](_0x4b6f20),delete _0x4e0d8d[_0x1b9c47(0x19f)];else{if(!_0x51aa71['SsBnO'](isTestObservabilitySession)){if(_0x51aa71[_0x1b9c47(0x178)](_0x51aa71[_0x1b9c47(0x168)],_0x51aa71['FDsHv']))return;else _0x4ebfa2=_0x417cf8[_0x1b9c47(0x216)](_0x2d6997);}const _0x5b4587=await _0x5419a6[_0x1b9c47(0x22a)](),_0x59fee6=await _0x5419a6[_0x1b9c47(0x188)](),_0x5cb765={},_0xc8c9ae=Object['fromEntries'](_0x59fee6[_0x1b9c47(0x22a)]()[_0x1b9c47(0x17e)]),_0x3e2205={'product':_0x51aa71[_0x1b9c47(0x206)](global[_0x1b9c47(0x1ca)],_0x51aa71[_0x1b9c47(0x18f)])?_0xc8c9ae[_0x51aa71[_0x1b9c47(0x1e8)]]||_0xc8c9ae[_0x51aa71[_0x1b9c47(0x203)]]?_0x51aa71['usFxH']:_0x51aa71[_0x1b9c47(0x1db)]:null,'capabilities':_0xc8c9ae,'platform':_0x5b4587[_0x1b9c47(0x1ec)](),'platform_version':_0x51aa71[_0x1b9c47(0x208)](getPlatformVersion,_0x51aa71['zFcKH'](global[_0x1b9c47(0x1ca)],_0x51aa71[_0x1b9c47(0x18f)])),'browser':_0x5b4587[_0x1b9c47(0x18a)](),'browser_version':_0x5b4587['getBrowserVersion'](),'session_id':_0x59fee6[_0x1b9c47(0x1c1)]()};if(global[_0x1b9c47(0x1ca)]){if(_0x51aa71['oXMze'](_0x51aa71['ornEE'],_0x51aa71['ornEE']))return;else _0x5cb765[global[_0x1b9c47(0x1ca)]]=_0x3e2205;}else{if(_0x51aa71['zFcKH'](_0x51aa71[_0x1b9c47(0x186)],_0x51aa71[_0x1b9c47(0x186)]))_0x5cb765[_0x51aa71['AolIP']]=_0x3e2205;else{const _0x38a2c8=_0x234b80[_0x1b9c47(0x22b)](_0x51aa71[_0x1b9c47(0x179)]);return[_0x38a2c8[0x0][_0x1b9c47(0x1b7)](0x0,-0x1)[_0x1b9c47(0x22b)]('\x22')[0x1],_0xe79b40];}}process[_0x1b9c47(0x1ea)](_0x1b9c47(0x1b8)+process[_0x1b9c47(0x1d5)],{'timestamp':new Date()['toISOString'](),'level':null,'message':null,'kind':_0x51aa71[_0x1b9c47(0x1de)],'http_response':_0x5cb765,'uuid':_0x4e8422});}}catch(_0x96174f){_0x51aa71[_0x1b9c47(0x1b0)](_0x51aa71[_0x1b9c47(0x205)],_0x51aa71[_0x1b9c47(0x1a8)])?_0x544d2f[_0x1b9c47(0x198)]&&_0x284188['push'](_0x468ece[_0x1b9c47(0x198)]):_0x51aa71['YZyBw'](debug,_0x1b9c47(0x1a5)+_0x96174f);}},exports[a25_0x4523ab(0x16d)]=_0x42df29=>{const _0x287f56=a25_0x4523ab,_0x19b52b={};_0x19b52b['WpKAG']=function(_0x5dc675,_0xf5270c){return _0x5dc675!==_0xf5270c;},_0x19b52b['mYdNo']=_0x287f56(0x210),_0x19b52b[_0x287f56(0x17b)]=_0x287f56(0x1e9),_0x19b52b['lfnTh']=_0x287f56(0x180),_0x19b52b[_0x287f56(0x18b)]=_0x287f56(0x181),_0x19b52b['ibbyo']=function(_0x5595e3,_0x310827){return _0x5595e3===_0x310827;},_0x19b52b[_0x287f56(0x219)]=_0x287f56(0x170),_0x19b52b[_0x287f56(0x1a4)]=function(_0x1d752f,_0x4c258f){return _0x1d752f!==_0x4c258f;},_0x19b52b[_0x287f56(0x207)]=_0x287f56(0x1ce),_0x19b52b['JvYWK']=_0x287f56(0x1fa);const _0x5ecd36=_0x19b52b,_0x22da9b=_0x42df29[_0x287f56(0x212)][_0x287f56(0x224)]((_0x5e52f3,_0x36a5b5)=>{const _0xf982a5=_0x287f56,_0x18fc87={'diaCB':function(_0x4968d5,_0x58d664){const _0x4388d4=a25_0x5d7d;return _0x5ecd36[_0x4388d4(0x173)](_0x4968d5,_0x58d664);},'YGUQz':_0x5ecd36[_0xf982a5(0x19c)],'HXOoj':_0x5ecd36[_0xf982a5(0x17b)],'gGlNp':_0x5ecd36[_0xf982a5(0x19e)]};if(_0x5ecd36[_0xf982a5(0x173)](_0x5ecd36[_0xf982a5(0x18b)],_0x5ecd36[_0xf982a5(0x18b)])){const _0x542cd0=_0x26273d[_0xf982a5(0x212)][_0xf982a5(0x224)]((_0x18b005,_0x16d2c0)=>{const _0x9a211f=_0xf982a5,_0x4d6166=_0x119468[_0x9a211f(0x16d)](_0x16d2c0);return _0x4d6166&&(_0x18b005=_0x18b005['concat'](_0x4d6166)),_0x18b005;},[]),_0x4a9ee2=_0x13bf30[_0xf982a5(0x1df)]['filter'](_0x56caff=>{const _0x366bb5=_0xf982a5,_0x456bd8=_0x18fc87[_0x366bb5(0x20f)](_0x56caff[_0x366bb5(0x1f7)],_0x18fc87[_0x366bb5(0x1e5)])&&!_0x56caff[_0x366bb5(0x19f)]&&_0x18fc87[_0x366bb5(0x20f)](_0x56caff[_0x366bb5(0x1b9)],_0x18fc87[_0x366bb5(0x227)])&&_0x18fc87[_0x366bb5(0x20f)](_0x56caff['state'],_0x18fc87[_0x366bb5(0x217)])&&!_0x56caff[_0x366bb5(0x1a7)];return _0x456bd8;});return _0x4a9ee2[_0xf982a5(0x216)](_0x542cd0);}else{const _0x3e4b6=exports['getHookSkippedTests'](_0x36a5b5);return _0x3e4b6&&(_0x5ecd36[_0xf982a5(0x1a3)](_0x5ecd36[_0xf982a5(0x219)],_0x5ecd36[_0xf982a5(0x219)])?_0x5e52f3=_0x5e52f3[_0xf982a5(0x216)](_0x3e4b6):_0x441493[_0x6eaaec[_0xf982a5(0x1ca)]]=_0x44f054),_0x5e52f3;}},[]),_0x15e063=_0x42df29[_0x287f56(0x1df)][_0x287f56(0x1cc)](_0x3e9ae5=>{const _0x521636=_0x287f56;if(_0x5ecd36['QpcCV'](_0x5ecd36[_0x521636(0x207)],_0x5ecd36[_0x521636(0x22c)])){const _0x1aba97=_0x5ecd36[_0x521636(0x1a4)](_0x3e9ae5[_0x521636(0x1f7)],_0x5ecd36[_0x521636(0x19c)])&&!_0x3e9ae5[_0x521636(0x19f)]&&_0x5ecd36[_0x521636(0x173)](_0x3e9ae5[_0x521636(0x1b9)],_0x5ecd36[_0x521636(0x17b)])&&_0x5ecd36[_0x521636(0x1a4)](_0x3e9ae5[_0x521636(0x1b9)],_0x5ecd36[_0x521636(0x19e)])&&!_0x3e9ae5[_0x521636(0x1a7)];return _0x1aba97;}else return;});return _0x15e063[_0x287f56(0x216)](_0x22da9b);};function a25_0x1930(){const _0xcf4c9e=['_beforeAll','sendPlatformDetails','type','20347992slLdEx','vzzBq','iUXla','scOnv','wEOEx','sNgqP','gmeXN','TVcVD','UCvhW','indexOf','sYldV','eZDpz','ZJETv','kfRFJ','GQRqC','PFoyx','wKjdl','HxoxZ','_beforeEach','ILcOp','FDMQI','app-automate','WnSMs','diaCB','hook','oQQZu','suites','IWGwn','Sctvt','substring','concat','gGlNp','69408CYMFRL','JNOUJ','5153631ebpTTp','neCLV','zrjIa','62670EpsBPg','8uajcjt','11VtPeUp','ZgOBX','../../../../package.json','SFLlm','EQsoN','reduce','imRlW','KSPAX','HXOoj','iwoJE','JHCAV','getCapabilities','split','JvYWK','Sxwxy','YHZWf','string','YRsKm','mIxwY','getHooksForTest','getHookSkippedTests','ycFRP','unknown_grid','Jdvqj','kqmUK','UEgGZ','WpKAG','../../../helpers/test-observability/utils','hook:','ETxVU','_afterAll','efaDL','MdyYo','LXdzQ','YwGKw','Xttik','XePBg','map_','automate','failed','AeuxW','lWPLo','cvTtv','vgfXt','CWRwG','pVOce','izQvY','getSession','565oyPvlz','getBrowserName','leIab','HKKcu','blJnM','NcIMi','iMvar','NknSV','HgLds','pvvjj','261111tfcVVR','sndzS','148216FDxpTg','mapTestHooks','push','hookAnalyticsId','vzyNd','12XhJsai','552ZZhlJP','mYdNo','wnTPv','lfnTh','markedStatus','AYLwf','uAFId','uArNV','ibbyo','QpcCV','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','thqAG','pending','KVVrj','vxbPy','JORPU','RUWHi','evSrv','AXXDa','oLwif','UqpVv','YXiRF','vRbfD','fncdU','KSfLD','SQFZa','SIrYu','../../../helpers/helper','slice','bs:addPlatformDetails:','state','js-','tzgmz','fOdKn','rLmiW','smtYD','SyqBp','gIDvj','toJSON','mJcbO','../../utils/logPatcher','uuCMB','1175300FukOIG','../../../helpers/test-observability/constants','VmPqO','namxD','ODaUR','__cloud_provider___','WmKiI','filter','YihCL','fPJNp','Jsavn','uuid','LfcLC','mDJTk','Lwvlz','swhVI','pid','okIZQ','agDsD','YdtWh','xSGLh','rJsMs','HrqjK','bkdWj','KIGTA','uHAGj','tests','_afterEach','TEST_PLATFORM','yxOJb','parent','../../utils/logReportingAPI','YGUQz','app','generic','OvnCi','passed','emit','xftoa','getPlatform','hzPCc','UtARq','forEach','IMrGK','OzqeT','unlsL','getHookDetails','iUmlB'];a25_0x1930=function(){return _0xcf4c9e;};return a25_0x1930();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a26_0x31b3f3=a26_0x2cc9;(function(_0x1ecb06,_0x4b9ba4){const _0x2e000b=a26_0x2cc9,_0xbb3801=_0x1ecb06();while(!![]){try{const _0x445895=parseInt(_0x2e000b(0x159))/0x1*(-parseInt(_0x2e000b(0x174))/0x2)+parseInt(_0x2e000b(0x1c3))/0x3+parseInt(_0x2e000b(0x18f))/0x4*(parseInt(_0x2e000b(0x1ab))/0x5)+parseInt(_0x2e000b(0x1d9))/0x6+-parseInt(_0x2e000b(0x1b1))/0x7*(parseInt(_0x2e000b(0x17f))/0x8)+-parseInt(_0x2e000b(0x161))/0x9+-parseInt(_0x2e000b(0x18c))/0xa*(-parseInt(_0x2e000b(0x17e))/0xb);if(_0x445895===_0x4b9ba4)break;else _0xbb3801['push'](_0xbb3801['shift']());}catch(_0x1a5e25){_0xbb3801['push'](_0xbb3801['shift']());}}}(a26_0x2b2c,0xc01cb));function a26_0x2cc9(_0x2ab968,_0x53c104){const _0x2b2cc0=a26_0x2b2c();return a26_0x2cc9=function(_0x2cc9ea,_0xf7049c){_0x2cc9ea=_0x2cc9ea-0x153;let _0x49a435=_0x2b2cc0[_0x2cc9ea];return _0x49a435;},a26_0x2cc9(_0x2ab968,_0x53c104);}function a26_0x2b2c(){const _0x4ef297=['length','mImjW','336917hNsZdp','err','dEgIg','util','sCkAH','ObservabilitySync:','format','app','../../helpers/performance-tester','timeout','titlePath','shift','BPtLU','accessibilityScanStarted','PHlQn','title','getCurrentUrl','nmycT','4472529JLzpKn',',\x22level\x22:\x20\x22','join','AIbun','npZuD','\x20|\x20','pHhNB','dLqej','stringify','CyzXT','Automate\x20test\x20case\x20execution\x20has\x20started.','UjKVs','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','PYxIZ','DvunA','passed','GSdJP','xXSHF','RTHbk','clcmH','lFHib','YAsPm','5063238AzNUXO','qFzfT','uXHAD','./test-observability/mochaUtils','VCgqI','tMVVk','message','VlJet','appium:app','gFYPx','Passed','testAnalyticsId','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','lclCq','__drivers','mochaHooks','OYSzY','53ZkOeoo','failed','qiQtY','EDAtT','IqLAP','startMonitoring','then','jeUXK','13432644nJddRr','xYvPg','FrCrZ','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','browserstackSessionName','mnFXc','LulHl','__sessionFailed','percyCaptureMode','zfOBh','debug','__error_messages__','PGGII','isAccessibilityPlatform','../../helpers/test-observability/utils','https:','stopMonitoring','percy','BS_A11Y_TEST_RUN_ID','20222WpJiQp','shouldScanTestForAccessibility','DMxYf','winstonLogger','env','error','info','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','FoczH','SBWOY','2882242VqosbH','184AbTDhw','\x20-\x20','testcase','RsZOI','protocol','FspqQ','vjuwX','../../helpers/helper','jbHkW','Failed:\x20','axZHw','CYEEw','executeAsyncScript','10aJXJKr','TkXas','ahKYh','108vPzzYj','gIClL','IIPRn','executeScript','kZlil','fPekk','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','zEGvQ','quitCount_','session_','isArray','YLVGd','../../helpers/logger','state','currentTest','lHZSA','driverCleanup','.\x20Error\x20:','CRzVX','AYBMr','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','ZDCgJ','hdBrf','lkqNc','BemIX','oCLLL','bkclV','../../helpers/percy/utils','245475SKOyhn','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','__skipSessionName','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'];a26_0x2b2c=function(){return _0x4ef297;};return a26_0x2b2c();}const util=require(a26_0x31b3f3(0x1b4)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require('../../helpers/accessibility-automation/helper'),{percyAutoCapture}=require(a26_0x31b3f3(0x1aa)),{sendPlatformDetails}=require(a26_0x31b3f3(0x1dc)),{isBrowserstackInfra,markSessionStatus}=require(a26_0x31b3f3(0x186)),{isTestObservabilitySession}=require(a26_0x31b3f3(0x16f)),PerformanceTester=require(a26_0x31b3f3(0x1b9)),logger=require(a26_0x31b3f3(0x19b))[a26_0x31b3f3(0x177)];exports[a26_0x31b3f3(0x157)]={'beforeAll'(){const _0x1039d7=a26_0x31b3f3,_0x57cf93={'jdkxz':_0x1039d7(0x1a3),'ZDCgJ':_0x1039d7(0x1cd),'Valop':_0x1039d7(0x154),'npZuD':'\x20-\x20','UjKVs':function(_0xd92ea7,_0x5ce20b){return _0xd92ea7!==_0x5ce20b;},'RTHbk':'gBUXK','PYxIZ':_0x1039d7(0x1bd),'LulHl':_0x1039d7(0x1a7),'FrCrZ':function(_0x56db0d,_0xdc52cf){return _0x56db0d!==_0xdc52cf;},'fPekk':_0x1039d7(0x19e),'rrXLQ':function(_0x227828,_0x483446,_0x3644ac,_0x17361a){return _0x227828(_0x483446,_0x3644ac,_0x17361a);},'AYBMr':_0x1039d7(0x15a),'lclCq':_0x1039d7(0x1c8),'zfOBh':function(_0x32bd17,_0x4f26d5){return _0x32bd17!==_0x4f26d5;},'uXHAD':'UKMtw','clcmH':'ziItF','ABGuh':function(_0x492b7a,_0x51ae4c,_0x4fd4d1){return _0x492b7a(_0x51ae4c,_0x4fd4d1);},'CYEEw':_0x1039d7(0x1d2),'lFHib':_0x1039d7(0x189),'nmycT':_0x1039d7(0x160),'vjuwX':function(_0x2b5e9c,_0x4bbe4d){return _0x2b5e9c===_0x4bbe4d;},'xYvPg':_0x1039d7(0x190),'vZaqn':function(_0x4fa5e3,_0xc7a7e4){return _0x4fa5e3!==_0xc7a7e4;},'dEgIg':_0x1039d7(0x176),'SZCpZ':_0x1039d7(0x1d4),'fnSID':function(_0x134c58){return _0x134c58();},'mnFXc':function(_0x4b5142,_0x3941ed){return _0x4b5142===_0x3941ed;},'IqLAP':_0x1039d7(0x1cc),'XpGCE':_0x1039d7(0x1e0),'PHlQn':_0x1039d7(0x1d8)};PerformanceTester[_0x1039d7(0x15e)]();const _0x11be94='browserstack internal helper hook';global[_0x1039d7(0x16c)]=[],global[_0x1039d7(0x168)]=![],global[_0x1039d7(0x19f)]=async()=>{const _0x34b2bf=_0x1039d7,_0x309cda={};_0x309cda[_0x34b2bf(0x1d3)]=_0x57cf93['Valop'],_0x309cda[_0x34b2bf(0x15b)]=_0x57cf93[_0x34b2bf(0x1c7)];const _0xba38da=_0x309cda;if(_0x57cf93[_0x34b2bf(0x1ce)](_0x57cf93['RTHbk'],_0x57cf93[_0x34b2bf(0x1d5)]))_0x311283['error'](_0x34b2bf(0x1ae)+_0x4e4f9a[_0x34b2bf(0x1b7)](_0x486de1));else{let _0x49a8c9=![];try{_0x57cf93[_0x34b2bf(0x1ce)](_0x57cf93[_0x34b2bf(0x1d0)],_0x57cf93[_0x34b2bf(0x167)])?(await global[_0x34b2bf(0x156)][0x0][_0x34b2bf(0x198)],_0x49a8c9=!![],global['__sessionFailed']?_0x57cf93[_0x34b2bf(0x163)](_0x57cf93['fPekk'],_0x57cf93[_0x34b2bf(0x194)])?_0xf7b3a3[_0x34b2bf(0x17a)](_0x57cf93['jdkxz']):await _0x57cf93['rrXLQ'](markSessionStatus,global[_0x34b2bf(0x156)][0x0],_0x57cf93[_0x34b2bf(0x1a2)],global['__error_messages__'][_0x34b2bf(0x1c5)](_0x57cf93[_0x34b2bf(0x155)])):_0x57cf93[_0x34b2bf(0x16a)](_0x57cf93[_0x34b2bf(0x1db)],_0x57cf93[_0x34b2bf(0x1d6)])?await _0x57cf93['ABGuh'](markSessionStatus,global[_0x34b2bf(0x156)][0x0],_0x57cf93[_0x34b2bf(0x18a)]):_0x4916fb=new _0x5e6f3d(_0xfd2d4c)):_0x499d31[_0x34b2bf(0x17a)](_0xba38da[_0x34b2bf(0x1d3)]);}catch(_0xb50fa1){}global[_0x34b2bf(0x16c)]=[],global[_0x34b2bf(0x168)]=![];if(_0x49a8c9){if(_0x57cf93[_0x34b2bf(0x1ce)](_0x57cf93[_0x34b2bf(0x1d7)],_0x57cf93[_0x34b2bf(0x1c2)]))try{if(_0x57cf93[_0x34b2bf(0x185)](_0x57cf93['xYvPg'],_0x57cf93[_0x34b2bf(0x162)])){try{_0x57cf93['vZaqn'](_0x57cf93[_0x34b2bf(0x1b3)],_0x57cf93['SZCpZ'])?_0x57cf93['fnSID'](isTestObservabilitySession)&&(_0x57cf93[_0x34b2bf(0x166)](_0x57cf93[_0x34b2bf(0x15d)],_0x57cf93['IqLAP'])?global[_0x34b2bf(0x156)][0x0]&&(_0x57cf93['mnFXc'](_0x57cf93['XpGCE'],_0x57cf93[_0x34b2bf(0x1bf)])?_0x5607b1[_0x34b2bf(0x16b)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0xbb1754):await _0x57cf93['ABGuh'](sendPlatformDetails,global['__drivers'][0x0],this[_0x34b2bf(0x19d)]?this['currentTest'][_0x34b2bf(0x153)]:null)):(_0x2c81c5[_0x34b2bf(0x199)](_0x42e373[_0x34b2bf(0x156)])&&_0x30e940[_0x34b2bf(0x156)][0x0]&&(_0x5db716[_0x34b2bf(0x156)][0x0][_0x34b2bf(0x165)]=this[_0x34b2bf(0x19d)][_0x34b2bf(0x1bb)]()['join'](_0xba38da['qiQtY'])),_0x52ec22[_0x34b2bf(0x165)]=this['currentTest'][_0x34b2bf(0x1bb)]()[_0x34b2bf(0x1c5)](_0xba38da[_0x34b2bf(0x15b)]))):_0x19ac09[_0x34b2bf(0x17a)](_0x57cf93[_0x34b2bf(0x1a4)]);}catch{}await global[_0x34b2bf(0x156)][0x0]['initQuit']();}else _0x53c594=![];}catch(_0x57dc72){}else _0x31df81[_0x34b2bf(0x179)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x34b2bf(0x19d)][_0x34b2bf(0x1bb)]()+_0x34b2bf(0x1a0),_0x414490);}}};},'beforeEach'(_0x42c1ee){const _0x58c84d=a26_0x31b3f3,_0x18f2e6={'sCkAH':function(_0x4d38e0,_0x397913){return _0x4d38e0>_0x397913;},'PGGII':_0x58c84d(0x180),'mImjW':function(_0x5c7eae,_0x22687f,_0x2feea7){return _0x5c7eae(_0x22687f,_0x2feea7);},'RsZOI':function(_0x3e722a){return _0x3e722a();},'DvunA':function(_0x1abe7f,_0x56488c){return _0x1abe7f>_0x56488c;},'Kkxym':function(_0x481b2e,_0x57189f){return _0x481b2e===_0x57189f;},'zEGvQ':'http:','hdBrf':function(_0x242b60,_0x361f1a){return _0x242b60===_0x361f1a;},'ahKYh':_0x58c84d(0x170),'IIPRn':_0x58c84d(0x1cf),'jbHkW':'Automate\x20test\x20case\x20execution\x20has\x20started.'};new Promise(async _0x4a4012=>{const _0x37725c=_0x58c84d,_0x1bce16='browserstack internal helper hook';let _0x19bb91=!![];try{_0x18f2e6[_0x37725c(0x1b5)](global['__drivers'][_0x37725c(0x1af)],0x1)&&(await global[_0x37725c(0x19f)](),global['__drivers'][_0x37725c(0x1bc)]()),_0x18f2e6[_0x37725c(0x1b5)](global['__drivers'][0x0][_0x37725c(0x197)],0x0)&&(_0x19bb91=![],await global[_0x37725c(0x19f)]());}catch{}try{Array[_0x37725c(0x199)](global[_0x37725c(0x156)])&&global[_0x37725c(0x156)][0x0]&&(global['__drivers'][0x0][_0x37725c(0x165)]=this[_0x37725c(0x19d)][_0x37725c(0x1bb)]()['join'](_0x18f2e6['PGGII'])),global[_0x37725c(0x165)]=this[_0x37725c(0x19d)]['titlePath']()[_0x37725c(0x1c5)](_0x18f2e6[_0x37725c(0x16d)]);}catch(_0x40083b){logger[_0x37725c(0x16b)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0x40083b);}this['currentTest'][_0x37725c(0x175)]=_0x18f2e6[_0x37725c(0x1b0)](shouldScanTestForAccessibility,this['currentTest'][_0x37725c(0x1bb)](),!![]),this[_0x37725c(0x19d)][_0x37725c(0x1be)]=!![];if(_0x18f2e6['RsZOI'](isAccessibilityAutomationSession)&&_0x19bb91&&Array[_0x37725c(0x199)](global['__drivers'])&&_0x18f2e6[_0x37725c(0x1d1)](global[_0x37725c(0x156)][_0x37725c(0x1af)],0x0)&&global[_0x37725c(0x16e)])try{const _0xe4b52b=await global[_0x37725c(0x156)][0x0][_0x37725c(0x198)];if(_0xe4b52b){let _0x181528=!![];const _0xa1b12b=await global[_0x37725c(0x156)][0x0][_0x37725c(0x1c1)]();let _0x58fdc8;try{_0x58fdc8=new URL(_0xa1b12b);}catch(_0x1f76e2){_0x181528=![];}_0x181528=_0x18f2e6['Kkxym'](_0x58fdc8[_0x37725c(0x183)],_0x18f2e6[_0x37725c(0x196)])||_0x18f2e6[_0x37725c(0x1a5)](_0x58fdc8[_0x37725c(0x183)],_0x18f2e6[_0x37725c(0x18e)]),_0x181528&&(this['currentTest'][_0x37725c(0x175)]?(logger[_0x37725c(0x17a)](_0x18f2e6[_0x37725c(0x191)]),await global[_0x37725c(0x156)][0x0][_0x37725c(0x18b)](_0x37725c(0x1ac))):await global[_0x37725c(0x156)][0x0][_0x37725c(0x192)](_0x37725c(0x17b))),this[_0x37725c(0x19d)][_0x37725c(0x1be)]=this[_0x37725c(0x19d)]['shouldScanTestForAccessibility'],this[_0x37725c(0x19d)][_0x37725c(0x175)]&&logger[_0x37725c(0x17a)](_0x18f2e6[_0x37725c(0x187)]);}}catch(_0xcf83fd){logger['error'](_0x37725c(0x1ae)+util[_0x37725c(0x1b7)](_0xcf83fd));}_0x18f2e6[_0x37725c(0x182)](_0x4a4012);})[_0x58c84d(0x15f)](_0x42c1ee);},'afterEach'(_0x338735){const _0x4bab8b=a26_0x31b3f3,_0x13186d={'AIbun':function(_0x17d516,_0x39a79f){return _0x17d516>_0x39a79f;},'plSOu':function(_0x4ae3fd,_0x556f42){return _0x4ae3fd===_0x556f42;},'bkclV':_0x4bab8b(0x181),'pHhNB':_0x4bab8b(0x1e1),'sOYvF':function(_0x1c3d09,_0x45ceb8,_0x59e2fb,_0xd6bd24){return _0x1c3d09(_0x45ceb8,_0x59e2fb,_0xd6bd24);},'kZlil':_0x4bab8b(0x180),'CRzVX':function(_0x5bdf89,_0x37c601){return _0x5bdf89!==_0x37c601;},'OYSzY':'passed','lkqNc':function(_0x43f7d5,_0x405366,_0x4a2578){return _0x43f7d5(_0x405366,_0x4a2578);},'FspqQ':function(_0x359dd4,_0x5f46ff){return _0x359dd4+_0x5f46ff;},'EDAtT':_0x4bab8b(0x188),'SBWOY':_0x4bab8b(0x179),'YLVGd':function(_0x1ebdf9,_0x5bf146,_0x5d7059){return _0x1ebdf9(_0x5bf146,_0x5d7059);},'VCgqI':_0x4bab8b(0x1e3),'XcZXS':_0x4bab8b(0x17a),'tMVVk':_0x4bab8b(0x154),'FoczH':function(_0x591e47,_0xfb7471){return _0x591e47(_0xfb7471);},'TkXas':'Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','gFYPx':function(_0x382f1b){return _0x382f1b();},'oCLLL':function(_0x2cc035,_0x2f5e31,_0x13e6f6){return _0x2cc035(_0x2f5e31,_0x13e6f6);},'YQmDW':function(_0x34d1db,_0x855dcf,_0xe46b22){return _0x34d1db(_0x855dcf,_0xe46b22);},'cVWJS':_0x4bab8b(0x16b),'dLqej':function(_0xc53304,_0x29da0b){return _0xc53304>_0x29da0b;},'eUvXs':function(_0xad15a1){return _0xad15a1();}},_0x541102='browserstack internal helper hook';this[_0x4bab8b(0x1ba)](0xfde8);const _0x1130a9=async(_0x3b004c,_0x35a492)=>{const _0x596619=_0x4bab8b;await global[_0x596619(0x156)][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x3b004c+_0x596619(0x1c4)+_0x35a492+'\x22}}');};new Promise(async _0x2d3465=>{const _0x54af81=_0x4bab8b;try{_0x13186d[_0x54af81(0x1c6)](global[_0x54af81(0x156)][_0x54af81(0x1af)],0x1)&&(await global[_0x54af81(0x19f)](),global[_0x54af81(0x156)][_0x54af81(0x1bc)](),global[_0x54af81(0x16c)]=[],global[_0x54af81(0x168)]=![]);try{if(global[_0x54af81(0x172)]&&_0x13186d['plSOu'](global[_0x54af81(0x169)],_0x13186d[_0x54af81(0x1a9)])&&global['__drivers'][0x0]){const _0x49ffb9=_0x13186d[_0x54af81(0x1c6)](global['capabilities']['length'],0x0)?!!global['capabilities'][0x0]['app']||!!global['capabilities'][0x0][_0x13186d[_0x54af81(0x1c9)]]:![],_0x3cc4db={};_0x3cc4db[_0x54af81(0x1b8)]=_0x49ffb9,await _0x13186d['sOYvF'](percyAutoCapture,global['__drivers'][0x0],_0x13186d[_0x54af81(0x1a9)],_0x3cc4db);}}catch(_0x2d4354){}!global[_0x54af81(0x1ad)]&&(await global[_0x54af81(0x156)][0x0][_0x54af81(0x192)](_0x54af81(0x195)+JSON[_0x54af81(0x1cb)](this[_0x54af81(0x19d)]['titlePath']()[_0x54af81(0x1c5)](_0x13186d[_0x54af81(0x193)]))+'}}'),global[_0x54af81(0x156)][0x0]['sessionNameSet__']=!![]);const _0x2b0217=_0x13186d[_0x54af81(0x1a1)](this[_0x54af81(0x19d)][_0x54af81(0x19c)],_0x13186d[_0x54af81(0x158)]);_0x2b0217?(global[_0x54af81(0x168)]=!![],global['__error_messages__']['push'](this[_0x54af81(0x19d)][_0x54af81(0x1b2)][_0x54af81(0x1df)]),await _0x13186d[_0x54af81(0x1a6)](_0x1130a9,JSON[_0x54af81(0x1cb)](_0x13186d[_0x54af81(0x184)](_0x13186d[_0x54af81(0x15c)],this[_0x54af81(0x19d)][_0x54af81(0x1b2)][_0x54af81(0x1df)])),_0x13186d[_0x54af81(0x17d)])):await _0x13186d[_0x54af81(0x19a)](_0x1130a9,JSON[_0x54af81(0x1cb)](_0x13186d[_0x54af81(0x1dd)]),_0x13186d['XcZXS']);}catch(_0x507cd7){}try{if(this[_0x54af81(0x19d)][_0x54af81(0x1be)]&&global[_0x54af81(0x16e)]){this[_0x54af81(0x19d)][_0x54af81(0x175)]&&logger[_0x54af81(0x17a)](_0x13186d[_0x54af81(0x1de)]);const _0x5f117e={'saveResults':this['currentTest']['shouldScanTestForAccessibility'],'testDetails':{'name':this['currentTest'][_0x54af81(0x1c0)],'testRunId':process[_0x54af81(0x178)][_0x54af81(0x173)],'filePath':this[_0x54af81(0x19d)]['file'],'scopeList':this[_0x54af81(0x19d)][_0x54af81(0x1bb)]()},'platform':await _0x13186d[_0x54af81(0x17c)](fetchPlatformDetails,global[_0x54af81(0x156)][0x0])};await global['__drivers'][0x0][_0x54af81(0x18b)](_0x54af81(0x164),_0x5f117e),this[_0x54af81(0x19d)][_0x54af81(0x175)]&&logger[_0x54af81(0x17a)](_0x13186d[_0x54af81(0x18d)]);}}catch(_0x143f41){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x54af81(0x19d)][_0x54af81(0x1bb)]()+_0x54af81(0x1a0),_0x143f41);}try{try{if(_0x13186d[_0x54af81(0x1e2)](isTestObservabilitySession)){global[_0x54af81(0x156)][0x0]&&await _0x13186d[_0x54af81(0x1a8)](sendPlatformDetails,global[_0x54af81(0x156)][0x0],this[_0x54af81(0x19d)]?this[_0x54af81(0x19d)][_0x54af81(0x153)]:null);if(_0x13186d[_0x54af81(0x1e2)](isBrowserstackInfra)){const _0x28f1d2=_0x54af81(0x1b6)+Date['now']();await _0x13186d['YQmDW'](_0x1130a9,JSON[_0x54af81(0x1cb)](_0x28f1d2),_0x13186d['cVWJS']);}}}catch{}_0x13186d[_0x54af81(0x1ca)](global['__drivers'][0x0][_0x54af81(0x197)],0x0)&&await global[_0x54af81(0x19f)]();}catch(_0x23b3da){}_0x13186d['eUvXs'](_0x2d3465);})[_0x4bab8b(0x15f)](()=>_0x338735());},'afterAll'(_0x206470){const _0x42ed84=a26_0x31b3f3,_0x466ec1={'qFzfT':function(_0x56ded2){return _0x56ded2();}},_0xc7cdd4='browserstack internal helper hook';this[_0x42ed84(0x1ba)](0xfde8),new Promise(async _0xf7f22f=>{const _0xa17502=_0x42ed84;PerformanceTester[_0xa17502(0x171)](),await global[_0xa17502(0x19f)](),_0x466ec1[_0xa17502(0x1da)](_0xf7f22f);})[_0x42ed84(0x15f)](()=>_0x206470());}};
|
|
1
|
+
const a26_0x44a057=a26_0x28e1;(function(_0x996095,_0x461e50){const _0x4f3a80=a26_0x28e1,_0x1e18a8=_0x996095();while(!![]){try{const _0x49f3c5=parseInt(_0x4f3a80(0x14f))/0x1*(parseInt(_0x4f3a80(0x17f))/0x2)+parseInt(_0x4f3a80(0x194))/0x3*(parseInt(_0x4f3a80(0x13f))/0x4)+-parseInt(_0x4f3a80(0x191))/0x5*(-parseInt(_0x4f3a80(0x157))/0x6)+-parseInt(_0x4f3a80(0x172))/0x7+-parseInt(_0x4f3a80(0x15b))/0x8*(parseInt(_0x4f3a80(0x169))/0x9)+-parseInt(_0x4f3a80(0x133))/0xa*(-parseInt(_0x4f3a80(0x143))/0xb)+parseInt(_0x4f3a80(0x15e))/0xc;if(_0x49f3c5===_0x461e50)break;else _0x1e18a8['push'](_0x1e18a8['shift']());}catch(_0x50f6d2){_0x1e18a8['push'](_0x1e18a8['shift']());}}}(a26_0xdd38,0x97215));function a26_0xdd38(){const _0x7770cd=['mochaHooks','FQSyi','jiZOk','Automate\x20test\x20case\x20execution\x20has\x20started.','\x22}}','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_STOP\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','nyJvX','titlePath','https:','\x20-\x20','XnGPZ','YkPgQ','accessibilityScanStarted','3663110cwxBlr','gVKiv','oiGYo','494034GtKRNA','lvhFc','EOjlB','HarKm','__drivers','TnvuW','env','../../helpers/percy/utils','Failed\x20to\x20store\x20session\x20name:\x20','hkydc','util','FcUqO','ObservabilitySync:','session_','mKTXx','WKQAU','message','Tklkx','../../helpers/performance-tester','EtCRi','err','sessionNameSet__','../../helpers/test-observability/utils','.\x20Error\x20:','UEzIK','currentTest','rKbLT','quitCount_','nGhOH','LWWlP','ZYZCY','Passed','stringify','format','DZtgM','fHsix','executeScript','timeout','percyCaptureMode','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','state','tYOlm','shift','testcase','KANpJ','VITXx','getCurrentUrl','ZKwra','\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn2);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_FORCE_START\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn2\x20=\x20()\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_TAP_STARTED\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20fn();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','info','__sessionFailed','IZCqx','50JZPBJe','__skipSessionName','RFKZD','XFfew','yBJwM','testAnalyticsId','BS_A11Y_TEST_RUN_ID','debug','browserstackSessionName','length','OkIci',',\x22level\x22:\x20\x22','4syUynp','KloGS','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','protocol','794013mrqCSB','title','../../helpers/logger','executeAsyncScript','stopMonitoring','iHKWk','cubaa','isArray','ZERIi','rwzyu','capabilities','shouldScanTestForAccessibility','966162vVHHtI','http:','Mlluq','GFcvP','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','xRaFO','ptHBR','offFq','6Stwouv','driverCleanup','WgZjw','file','24EZEbOe','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','isAccessibilityPlatform','124464slCgMd','XTjEc','\x20|\x20','aXxxM','xevfI','error','app','hoxDF','./test-observability/mochaUtils','AqOGU','KNxsD','1715976ITTifl','../../helpers/accessibility-automation/helper','VHfKc','iIDno','XdTCJ','IIjVg','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','fcGMf','../../helpers/helper','7306096WEjuyV','jnTfk','Dyeju','__error_messages__','now','FPhDu','cvkgj','eKUQT','CyhFj','join','IjMrF','then','ccMKc','2uCfzaq','yCoTA','qVvEv','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.'];a26_0xdd38=function(){return _0x7770cd;};return a26_0xdd38();}function a26_0x28e1(_0x18d354,_0x2f7e76){const _0xdd382c=a26_0xdd38();return a26_0x28e1=function(_0x28e1ca,_0x5385fb){_0x28e1ca=_0x28e1ca-0x123;let _0x5b0e71=_0xdd382c[_0x28e1ca];return _0x5b0e71;},a26_0x28e1(_0x18d354,_0x2f7e76);}const util=require(a26_0x44a057(0x19e)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a26_0x44a057(0x16a)),{percyAutoCapture}=require(a26_0x44a057(0x19b)),{sendPlatformDetails}=require(a26_0x44a057(0x166)),{isBrowserstackInfra,markSessionStatus}=require(a26_0x44a057(0x171)),{isTestObservabilitySession}=require(a26_0x44a057(0x1aa)),PerformanceTester=require(a26_0x44a057(0x1a6)),logger=require(a26_0x44a057(0x145))['winstonLogger'];exports[a26_0x44a057(0x184)]={'beforeAll'(){const _0x4cf7ed=a26_0x44a057,_0x58b243={'KNxsD':_0x4cf7ed(0x18d),'AqOGU':_0x4cf7ed(0x187),'WgZjw':_0x4cf7ed(0x141),'XiFub':_0x4cf7ed(0x15c),'OkIci':function(_0x36b689,_0x246a33){return _0x36b689!==_0x246a33;},'GFcvP':'syEVo','hmkCN':'zScol','WKQAU':function(_0x53fc02,_0x45970b){return _0x53fc02===_0x45970b;},'XnGPZ':_0x4cf7ed(0x17c),'hkydc':function(_0x1b267b,_0x282642){return _0x1b267b===_0x282642;},'tYOlm':_0x4cf7ed(0x162),'UEzIK':function(_0x56d068,_0x1bca15,_0x551b5a,_0x537a3e){return _0x56d068(_0x1bca15,_0x551b5a,_0x537a3e);},'ccMKc':'failed','fHsix':_0x4cf7ed(0x160),'eKUQT':_0x4cf7ed(0x19f),'mnGQf':function(_0x22e31f,_0x11c7e3,_0x3c3123){return _0x22e31f(_0x11c7e3,_0x3c3123);},'cubaa':'passed','ZKwra':function(_0x25673b,_0x4914ee){return _0x25673b===_0x4914ee;},'jnTfk':_0x4cf7ed(0x1a7),'VITXx':_0x4cf7ed(0x180),'HarKm':_0x4cf7ed(0x14b),'iIDno':function(_0x33c960){return _0x33c960();},'FTkiG':_0x4cf7ed(0x16e),'XTjEc':_0x4cf7ed(0x195),'gVKiv':'NakPp','qyFBt':_0x4cf7ed(0x196),'YkPgQ':function(_0x1c62e4,_0x347524,_0x24a6d4){return _0x1c62e4(_0x347524,_0x24a6d4);}};PerformanceTester['startMonitoring']();const _0x58c31d='browserstack internal helper hook';global['__error_messages__']=[],global[_0x4cf7ed(0x131)]=![],global[_0x4cf7ed(0x158)]=async()=>{const _0x198d9a=_0x4cf7ed,_0x2bca4a={};_0x2bca4a[_0x198d9a(0x186)]=_0x58b243[_0x198d9a(0x159)],_0x2bca4a['XdTCJ']=_0x58b243['XiFub'];const _0x408469=_0x2bca4a;if(_0x58b243[_0x198d9a(0x13d)](_0x58b243[_0x198d9a(0x152)],_0x58b243['hmkCN'])){let _0x13e3b9=![];try{_0x58b243[_0x198d9a(0x1a3)](_0x58b243[_0x198d9a(0x18e)],_0x58b243[_0x198d9a(0x18e)])?(await global[_0x198d9a(0x198)][0x0][_0x198d9a(0x1a1)],_0x13e3b9=!![],global[_0x198d9a(0x131)]?_0x58b243[_0x198d9a(0x19d)](_0x58b243[_0x198d9a(0x128)],_0x58b243[_0x198d9a(0x128)])?await _0x58b243[_0x198d9a(0x1ac)](markSessionStatus,global[_0x198d9a(0x198)][0x0],_0x58b243[_0x198d9a(0x17e)],global['__error_messages__']['join'](_0x58b243[_0x198d9a(0x1b7)])):_0x316f28[_0x198d9a(0x163)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x4d60d4[_0x198d9a(0x1b5)](_0x4ae193)):_0x58b243[_0x198d9a(0x1a3)](_0x58b243[_0x198d9a(0x179)],_0x58b243['eKUQT'])?await _0x58b243['mnGQf'](markSessionStatus,global[_0x198d9a(0x198)][0x0],_0x58b243[_0x198d9a(0x149)]):_0x528926[_0x198d9a(0x130)](_0x408469[_0x198d9a(0x186)])):(_0x48c8ec[_0x198d9a(0x14a)](_0x59f84f[_0x198d9a(0x198)])&&_0xbe0132[_0x198d9a(0x198)][0x0]&&(_0x2f935d[_0x198d9a(0x198)][0x0][_0x198d9a(0x13b)]=this['currentTest'][_0x198d9a(0x18b)]()[_0x198d9a(0x17b)](_0x58b243[_0x198d9a(0x168)])),_0x46b253[_0x198d9a(0x13b)]=this[_0x198d9a(0x1ad)][_0x198d9a(0x18b)]()[_0x198d9a(0x17b)](_0x58b243[_0x198d9a(0x168)]));}catch(_0x52ede4){}global['__error_messages__']=[],global[_0x198d9a(0x131)]=![];if(_0x13e3b9){if(_0x58b243[_0x198d9a(0x12e)](_0x58b243['jnTfk'],_0x58b243[_0x198d9a(0x173)]))try{if(_0x58b243[_0x198d9a(0x12e)](_0x58b243[_0x198d9a(0x12c)],_0x58b243[_0x198d9a(0x12c)])){try{_0x58b243[_0x198d9a(0x19d)](_0x58b243['HarKm'],_0x58b243[_0x198d9a(0x197)])?_0x58b243[_0x198d9a(0x16c)](isTestObservabilitySession)&&(_0x58b243['OkIci'](_0x58b243['FTkiG'],_0x58b243[_0x198d9a(0x15f)])?global[_0x198d9a(0x198)][0x0]&&(_0x58b243[_0x198d9a(0x13d)](_0x58b243[_0x198d9a(0x192)],_0x58b243['qyFBt'])?await _0x58b243[_0x198d9a(0x18f)](sendPlatformDetails,global[_0x198d9a(0x198)][0x0],this[_0x198d9a(0x1ad)]?this[_0x198d9a(0x1ad)][_0x198d9a(0x138)]:null):_0x2f312d=new _0x19e034(_0x1a85ac)):_0x5e0220[_0x198d9a(0x130)](_0x58b243[_0x198d9a(0x167)])):_0x3e5713[_0x198d9a(0x13a)](_0x198d9a(0x19c)+_0x427b28);}catch{}await global['__drivers'][0x0]['initQuit']();}else _0x5e55c6[_0x198d9a(0x130)](_0x408469[_0x198d9a(0x16d)]);}catch(_0x1e0770){}else _0x155c00[_0x198d9a(0x163)](_0x198d9a(0x126)+this['currentTest'][_0x198d9a(0x18b)]()+_0x198d9a(0x1ab),_0xdcaaf3);}}else _0x4c78c9=![];};},'beforeEach'(_0xd01067){const _0x5619e6=a26_0x44a057,_0x4c3cb7={'Tklkx':function(_0x5f23c7,_0x6933bb){return _0x5f23c7>_0x6933bb;},'iHKWk':'\x20-\x20','GEdoU':function(_0x35f389,_0x34e11e,_0xff3c2b){return _0x35f389(_0x34e11e,_0xff3c2b);},'MYQZy':function(_0x69eaa6){return _0x69eaa6();},'IZCqx':function(_0x25fe17,_0x670a2f){return _0x25fe17>_0x670a2f;},'FPhDu':function(_0x2db5e9,_0x463612){return _0x2db5e9===_0x463612;},'xRaFO':_0x5619e6(0x150),'cvkgj':_0x5619e6(0x18c),'ptHBR':_0x5619e6(0x183),'FQSyi':_0x5619e6(0x187),'Mlluq':function(_0x2f9381){return _0x2f9381();}};new Promise(async _0x11bc95=>{const _0x10b470=_0x5619e6,_0x2abe5b='browserstack internal helper hook';let _0x34d227=!![];try{_0x4c3cb7[_0x10b470(0x1a5)](global[_0x10b470(0x198)]['length'],0x1)&&(await global['driverCleanup'](),global[_0x10b470(0x198)][_0x10b470(0x129)]()),_0x4c3cb7[_0x10b470(0x1a5)](global[_0x10b470(0x198)][0x0][_0x10b470(0x1af)],0x0)&&(_0x34d227=![],await global[_0x10b470(0x158)]());}catch{}try{Array[_0x10b470(0x14a)](global[_0x10b470(0x198)])&&global[_0x10b470(0x198)][0x0]&&(global[_0x10b470(0x198)][0x0][_0x10b470(0x13b)]=this[_0x10b470(0x1ad)][_0x10b470(0x18b)]()[_0x10b470(0x17b)](_0x4c3cb7[_0x10b470(0x148)])),global[_0x10b470(0x13b)]=this[_0x10b470(0x1ad)][_0x10b470(0x18b)]()[_0x10b470(0x17b)](_0x4c3cb7[_0x10b470(0x148)]);}catch(_0xafeb5a){logger[_0x10b470(0x13a)](_0x10b470(0x19c)+_0xafeb5a);}this[_0x10b470(0x1ad)][_0x10b470(0x14e)]=_0x4c3cb7['GEdoU'](shouldScanTestForAccessibility,this[_0x10b470(0x1ad)][_0x10b470(0x18b)](),!![]),this[_0x10b470(0x1ad)][_0x10b470(0x190)]=!![];if(_0x4c3cb7['MYQZy'](isAccessibilityAutomationSession)&&_0x34d227&&Array[_0x10b470(0x14a)](global[_0x10b470(0x198)])&&_0x4c3cb7[_0x10b470(0x132)](global[_0x10b470(0x198)]['length'],0x0)&&global[_0x10b470(0x15d)])try{const _0x16e543=await global[_0x10b470(0x198)][0x0][_0x10b470(0x1a1)];if(_0x16e543){let _0x8e728e=!![];const _0x5a94f2=await global['__drivers'][0x0][_0x10b470(0x12d)]();let _0x466d9e;try{_0x466d9e=new URL(_0x5a94f2);}catch(_0xaf7e7a){_0x8e728e=![];}_0x8e728e=_0x4c3cb7[_0x10b470(0x177)](_0x466d9e['protocol'],_0x4c3cb7[_0x10b470(0x154)])||_0x4c3cb7[_0x10b470(0x177)](_0x466d9e[_0x10b470(0x142)],_0x4c3cb7[_0x10b470(0x178)]),_0x8e728e&&(this[_0x10b470(0x1ad)][_0x10b470(0x14e)]?(logger[_0x10b470(0x130)](_0x4c3cb7[_0x10b470(0x155)]),await global[_0x10b470(0x198)][0x0][_0x10b470(0x146)](_0x10b470(0x12f))):await global['__drivers'][0x0][_0x10b470(0x123)](_0x10b470(0x189))),this[_0x10b470(0x1ad)]['accessibilityScanStarted']=this[_0x10b470(0x1ad)][_0x10b470(0x14e)],this[_0x10b470(0x1ad)][_0x10b470(0x14e)]&&logger[_0x10b470(0x130)](_0x4c3cb7[_0x10b470(0x185)]);}}catch(_0x175da7){logger['error'](_0x10b470(0x16f)+util['format'](_0x175da7));}_0x4c3cb7[_0x10b470(0x151)](_0x11bc95);})[_0x5619e6(0x17d)](_0xd01067);},'afterEach'(_0x2f43ff){const _0x5d2bad=a26_0x44a057,_0x501b4b={'RFKZD':function(_0x20146a,_0x273af0){return _0x20146a>_0x273af0;},'hoxDF':function(_0x16e1a5,_0xaa28b8){return _0x16e1a5===_0xaa28b8;},'rwzyu':_0x5d2bad(0x12a),'mKTXx':'appium:app','PsooH':function(_0x27a423,_0x3060b1,_0x198750,_0x424406){return _0x27a423(_0x3060b1,_0x198750,_0x424406);},'qVvEv':'\x20-\x20','CyhFj':function(_0x212941,_0x3b4166){return _0x212941!==_0x3b4166;},'Dyeju':'passed','nyJvX':function(_0x21872b,_0x3182a0,_0x3e3290){return _0x21872b(_0x3182a0,_0x3e3290);},'XFfew':function(_0x441ed1,_0x18fea7){return _0x441ed1+_0x18fea7;},'nGhOH':'Failed:\x20','TnvuW':_0x5d2bad(0x163),'offFq':function(_0x4a5b57,_0x39343f,_0x20f1f1){return _0x4a5b57(_0x39343f,_0x20f1f1);},'VHfKc':_0x5d2bad(0x1b3),'yBJwM':'info','KloGS':_0x5d2bad(0x15c),'rKbLT':function(_0x3bee42,_0x31b38a){return _0x3bee42(_0x31b38a);},'fcGMf':_0x5d2bad(0x141),'aXxxM':function(_0x24c904){return _0x24c904();},'LWWlP':function(_0x37d008,_0xfd7211,_0x5cf513){return _0x37d008(_0xfd7211,_0x5cf513);},'ZYZCY':function(_0x337334,_0x39deb5,_0x132e62){return _0x337334(_0x39deb5,_0x132e62);},'oiGYo':_0x5d2bad(0x13a),'KANpJ':function(_0x4faabf){return _0x4faabf();}},_0x2cd06f='browserstack internal helper hook';this[_0x5d2bad(0x124)](0xfde8);const _0xa195a6=async(_0x97f0a,_0x6476c3)=>{const _0x113546=_0x5d2bad;await global[_0x113546(0x198)][0x0][_0x113546(0x123)](_0x113546(0x182)+_0x97f0a+_0x113546(0x13e)+_0x6476c3+_0x113546(0x188));};new Promise(async _0x32e6cf=>{const _0x13f597=_0x5d2bad;try{_0x501b4b[_0x13f597(0x135)](global['__drivers'][_0x13f597(0x13c)],0x1)&&(await global[_0x13f597(0x158)](),global[_0x13f597(0x198)]['shift'](),global[_0x13f597(0x175)]=[],global[_0x13f597(0x131)]=![]);try{if(global['percy']&&_0x501b4b[_0x13f597(0x165)](global[_0x13f597(0x125)],_0x501b4b[_0x13f597(0x14c)])&&global[_0x13f597(0x198)][0x0]){const _0x251131=_0x501b4b['RFKZD'](global['capabilities'][_0x13f597(0x13c)],0x0)?!!global[_0x13f597(0x14d)][0x0][_0x13f597(0x164)]||!!global[_0x13f597(0x14d)][0x0][_0x501b4b[_0x13f597(0x1a2)]]:![],_0x527ab8={};_0x527ab8[_0x13f597(0x164)]=_0x251131,await _0x501b4b['PsooH'](percyAutoCapture,global[_0x13f597(0x198)][0x0],_0x501b4b[_0x13f597(0x14c)],_0x527ab8);}}catch(_0x1be09f){}!global[_0x13f597(0x134)]&&(await global['__drivers'][0x0][_0x13f597(0x123)](_0x13f597(0x153)+JSON['stringify'](this[_0x13f597(0x1ad)][_0x13f597(0x18b)]()[_0x13f597(0x17b)](_0x501b4b[_0x13f597(0x181)]))+'}}'),global['__drivers'][0x0][_0x13f597(0x1a9)]=!![]);const _0x5a78ef=_0x501b4b[_0x13f597(0x17a)](this[_0x13f597(0x1ad)][_0x13f597(0x127)],_0x501b4b[_0x13f597(0x174)]);_0x5a78ef?(global['__sessionFailed']=!![],global[_0x13f597(0x175)]['push'](this[_0x13f597(0x1ad)][_0x13f597(0x1a8)][_0x13f597(0x1a4)]),await _0x501b4b[_0x13f597(0x18a)](_0xa195a6,JSON[_0x13f597(0x1b4)](_0x501b4b[_0x13f597(0x136)](_0x501b4b[_0x13f597(0x1b0)],this[_0x13f597(0x1ad)][_0x13f597(0x1a8)]['message'])),_0x501b4b[_0x13f597(0x199)])):await _0x501b4b[_0x13f597(0x156)](_0xa195a6,JSON[_0x13f597(0x1b4)](_0x501b4b[_0x13f597(0x16b)]),_0x501b4b[_0x13f597(0x137)]);}catch(_0x3ed963){}try{if(this['currentTest'][_0x13f597(0x190)]&&global[_0x13f597(0x15d)]){this[_0x13f597(0x1ad)][_0x13f597(0x14e)]&&logger[_0x13f597(0x130)](_0x501b4b[_0x13f597(0x140)]);const _0x39d1a1={'saveResults':this[_0x13f597(0x1ad)][_0x13f597(0x14e)],'testDetails':{'name':this[_0x13f597(0x1ad)][_0x13f597(0x144)],'testRunId':process[_0x13f597(0x19a)][_0x13f597(0x139)],'filePath':this[_0x13f597(0x1ad)][_0x13f597(0x15a)],'scopeList':this['currentTest'][_0x13f597(0x18b)]()},'platform':await _0x501b4b[_0x13f597(0x1ae)](fetchPlatformDetails,global[_0x13f597(0x198)][0x0])};await global[_0x13f597(0x198)][0x0]['executeAsyncScript']('\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20callback\x20=\x20arguments[arguments.length\x20-\x201];\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20null;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_TAP_TRANSPORTER\x27,\x20(event)\x20=>\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.tapTransporterData\x20=\x20event.detail;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20this.res\x20=\x20window.tapTransporterData;\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback(this.res);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20e\x20=\x20new\x20CustomEvent(\x27A11Y_TEST_END\x27,\x20{detail:\x20arguments[0]});\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(e);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20if\x20(arguments[0].saveResults\x20!==\x20true\x20)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20callback();\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20',_0x39d1a1),this[_0x13f597(0x1ad)][_0x13f597(0x14e)]&&logger[_0x13f597(0x130)](_0x501b4b[_0x13f597(0x170)]);}}catch(_0x489833){logger[_0x13f597(0x163)](_0x13f597(0x126)+this[_0x13f597(0x1ad)][_0x13f597(0x18b)]()+_0x13f597(0x1ab),_0x489833);}try{try{if(_0x501b4b[_0x13f597(0x161)](isTestObservabilitySession)){global[_0x13f597(0x198)][0x0]&&await _0x501b4b[_0x13f597(0x1b1)](sendPlatformDetails,global['__drivers'][0x0],this[_0x13f597(0x1ad)]?this[_0x13f597(0x1ad)][_0x13f597(0x138)]:null);if(_0x501b4b['aXxxM'](isBrowserstackInfra)){const _0x23afb3=_0x13f597(0x1a0)+Date[_0x13f597(0x176)]();await _0x501b4b[_0x13f597(0x1b2)](_0xa195a6,JSON[_0x13f597(0x1b4)](_0x23afb3),_0x501b4b[_0x13f597(0x193)]);}}}catch{}_0x501b4b[_0x13f597(0x135)](global['__drivers'][0x0]['quitCount_'],0x0)&&await global[_0x13f597(0x158)]();}catch(_0x467b63){}_0x501b4b[_0x13f597(0x12b)](_0x32e6cf);})[_0x5d2bad(0x17d)](()=>_0x2f43ff());},'afterAll'(_0xf9fe6e){const _0x15f120=a26_0x44a057,_0x48abd4={'DZtgM':function(_0x2f3e90){return _0x2f3e90();}},_0x2cd168='browserstack internal helper hook';this[_0x15f120(0x124)](0xfde8),new Promise(async _0x21366c=>{const _0x448993=_0x15f120;PerformanceTester[_0x448993(0x147)](),await global['driverCleanup'](),_0x48abd4[_0x448993(0x1b6)](_0x21366c);})['then'](()=>_0xf9fe6e());}};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a27_0x425481=a27_0x4597;(function(_0x51ff5f,_0x2d53a7){const _0xc21c9c=a27_0x4597,_0x59eaa8=_0x51ff5f();while(!![]){try{const _0x41a04f=-parseInt(_0xc21c9c(0x140))/0x1+parseInt(_0xc21c9c(0x159))/0x2+-parseInt(_0xc21c9c(0x16e))/0x3*(-parseInt(_0xc21c9c(0x153))/0x4)+-parseInt(_0xc21c9c(0x17c))/0x5+-parseInt(_0xc21c9c(0x15e))/0x6+parseInt(_0xc21c9c(0x14a))/0x7+parseInt(_0xc21c9c(0x182))/0x8;if(_0x41a04f===_0x2d53a7)break;else _0x59eaa8['push'](_0x59eaa8['shift']());}catch(_0x4d7310){_0x59eaa8['push'](_0x59eaa8['shift']());}}}(a27_0x40e2,0x98a46));function a27_0x40e2(){const _0x54312c=['inherit','stringify','../../helpers/logger','cUaaM','cwd','SXsxU','444229oatLqw','BTEEc','JnbqA','debug','vAPZB','Cswxn','QgGWk','XhNpT','XiQOs','lyyql','5296536RsFAsu','NVjsb','EeDvw','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','useW3C','SNgPZ','HaBnp','slice','RSIYo','4SJXHpd','forEach','CxjJo','cWCpc','DcUJW','start_process','1989328PUVNgE','nightwatch','exports','qvfZk','XRUox','6532464QcrWup','tJDfx','BbwZo','sFqfx','Bfzje','PDHYu','platform','splice','jUFQT','mrLHB','fTaDl','config','child_process','KanId','MMsUG','TJXOV','1314150SnXRBa','webdriver','cOWbd','RKtWH','fjDdr','trim','azEKc','GNxtR','zcUTp','TlDCL','MqTBW','WdfsW','QPLiL','TiuWh','2840140UXAUxk','split','winstonLogger','path','nightwatch.cmd','nightwatch.json','4294888SUjYSC','now','FKwtR','writeFileSync','WSiZp','port','kEShm','push','HmjVB','bPOWK','bdmEW','Deleting\x20','ONOpf','YWigW','KkKgb','findIndex','VZbTW','close','nightwatch.conf.js','jloZP','--config','rArIJ','child\x20process\x20exited\x20with\x20code\x20','modifyBrowserStackW3CCaps','vJoXJ','--env','nightwatch-browserstack.json','hOWLb','FCnHw','Rybqh','existsSync','Pwnnv','mergeDeep','qNxtf','nWgEq','filter','test','Txcrh','info','RfXJc','uEKwG','VsltD','BFlPP','YdWwO','POqpt','cHoHR','join','JwRqI','BTDdP','hub.browserstack.com','ApEvs','unlinkSync','IAeNO','kKGTn','tgwJi','../utils/constants','yEdfW','MdbzU','getPlatformName','pimlj','woQxC','env','PMcwA','modifyBrowserStackCaps','platforms','xYeHu','desiredCapabilities','LVPGl','test_settings','bkLfI','selenium','Getting\x20your\x20nightwatch\x20configs\x20from\x20','length','hXuYA','SHCoh','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','Sdhqq','ZABFF','VoOoG'];a27_0x40e2=function(){return _0x54312c;};return a27_0x40e2();}function a27_0x4597(_0x5d184c,_0x42ebbb){const _0x40e26f=a27_0x40e2();return a27_0x4597=function(_0x45978f,_0x244847){_0x45978f=_0x45978f-0x13a;let _0x4ea196=_0x40e26f[_0x45978f];return _0x4ea196;},a27_0x4597(_0x5d184c,_0x42ebbb);}const fs=require('fs'),path=require(a27_0x425481(0x17f)),{spawn}=require(a27_0x425481(0x16a)),logger=require(a27_0x425481(0x13c))[a27_0x425481(0x17e)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require('../../helpers/helper'),constants=require(a27_0x425481(0x1b9)),getUserNightwatchConfigs=(_0x255aee,_0x4fa969)=>{const _0x569881=a27_0x425481,_0x48f361={'fjDdr':_0x569881(0x181),'HmjVB':_0x569881(0x14d),'KkKgb':_0x569881(0x15a),'BTEEc':function(_0x59e79c,_0x1fe41d){return _0x59e79c>_0x1fe41d;},'vAPZB':function(_0x529438,_0x4c7633){return _0x529438===_0x4c7633;},'cWCpc':_0x569881(0x1c7),'bPOWK':_0x569881(0x146),'TiuWh':_0x569881(0x186),'mrLHB':_0x569881(0x194),'YWigW':_0x569881(0x1ab),'XRUox':_0x569881(0x15f),'nEyqE':function(_0x32bef8,_0x5bf3dc){return _0x32bef8===_0x5bf3dc;},'uEKwG':_0x569881(0x1ba),'woQxC':_0x569881(0x152),'Rybqh':function(_0x119c4f,_0x184ac8){return _0x119c4f!==_0x184ac8;},'LVPGl':_0x569881(0x149),'jloZP':'XqkCE','cOWbd':function(_0x5e45ed,_0x1bbaf8){return _0x5e45ed(_0x1bbaf8);},'kEShm':_0x569881(0x178),'FKwtR':'trcWO'};let _0xc8bc79=null,_0x1b651f={};const _0x489a99=_0x4fa969[_0x569881(0x191)](_0x32fe99=>_0x32fe99==='--config');if(!helper['isUndefined'](_0x255aee[_0x569881(0x169)])&&fs[_0x569881(0x1a0)](path[_0x569881(0x1b0)](process[_0x569881(0x13e)](),_0x255aee[_0x569881(0x169)])))_0x48f361['vAPZB'](_0x48f361[_0x569881(0x156)],_0x48f361[_0x569881(0x18b)])?_0x384896=_0xf996b5[_0x569881(0x1b0)](_0x123378[_0x569881(0x13e)](),_0x48f361[_0x569881(0x172)]):(_0xc8bc79=path[_0x569881(0x1b0)](process[_0x569881(0x13e)](),_0x255aee['config']),_0x4fa969['splice'](_0x489a99,0x2));else{if(_0x48f361[_0x569881(0x144)](_0x48f361[_0x569881(0x17b)],_0x48f361[_0x569881(0x17b)])){if(fs['existsSync'](path[_0x569881(0x1b0)](process[_0x569881(0x13e)](),_0x48f361[_0x569881(0x167)])))_0x48f361[_0x569881(0x144)](_0x48f361[_0x569881(0x18f)],_0x48f361[_0x569881(0x15d)])?_0x44ec9e[_0x569881(0x1a8)](_0x48f361[_0x569881(0x18a)]):_0xc8bc79=path['join'](process[_0x569881(0x13e)](),_0x48f361['mrLHB']);else fs['existsSync'](path[_0x569881(0x1b0)](process['cwd'](),_0x48f361[_0x569881(0x172)]))&&(_0x48f361['nEyqE'](_0x48f361[_0x569881(0x1aa)],_0x48f361[_0x569881(0x1be)])?_0x110299[_0x569881(0x189)](_0x1c2dd4[_0x569881(0x199)](_0x58d047[_0x569881(0x169)],_0x48f361[_0x569881(0x190)],_0x5513bc)):_0xc8bc79=path[_0x569881(0x1b0)](process[_0x569881(0x13e)](),_0x48f361[_0x569881(0x172)]));}else return;}if(_0xc8bc79){if(_0x48f361[_0x569881(0x19f)](_0x48f361[_0x569881(0x1c5)],_0x48f361[_0x569881(0x195)]))logger[_0x569881(0x1a8)](_0x569881(0x1c9)+_0xc8bc79),_0x1b651f=_0x48f361[_0x569881(0x170)](require,_0xc8bc79);else{let _0xc0c58=_0x4d1d67[_0x569881(0x191)](_0x3f3707=>_0x3f3707===_0x569881(0x19b));_0x48f361[_0x569881(0x141)](_0xc0c58,-0x1)&&_0x5c534c[_0x569881(0x165)](_0xc0c58,0x2),_0xc0c58=_0x2696a5[_0x569881(0x191)](_0x5c29a6=>_0x5c29a6==='-e'),_0x48f361[_0x569881(0x141)](_0xc0c58,-0x1)&&_0x432232[_0x569881(0x165)](_0xc0c58,0x2);}}else _0x48f361[_0x569881(0x19f)](_0x48f361[_0x569881(0x188)],_0x48f361[_0x569881(0x184)])?logger[_0x569881(0x1a8)](_0x48f361[_0x569881(0x18a)]):_0x425b03?_0x5d6901[_0x569881(0x189)](_0x1bf499[_0x569881(0x199)](_0x5078f9[_0x569881(0x169)],_0x48f361[_0x569881(0x190)],_0x4b2f3c)):_0x406eab[_0x569881(0x189)](_0x5cd4ba[_0x569881(0x1c1)](_0x315b87[_0x569881(0x169)],_0x48f361[_0x569881(0x190)],_0x3b0410));return _0x1b651f;},removeExistingEnvs=_0x38d35e=>{const _0x5e0f29=a27_0x425481,_0x449ed2={};_0x449ed2[_0x5e0f29(0x166)]='nightwatch',_0x449ed2[_0x5e0f29(0x1b6)]=function(_0x118c9a,_0x5cc150){return _0x118c9a>_0x5cc150;},_0x449ed2[_0x5e0f29(0x192)]=function(_0x4e5806,_0x15b7dc){return _0x4e5806===_0x15b7dc;},_0x449ed2[_0x5e0f29(0x1b8)]=_0x5e0f29(0x1c0),_0x449ed2['MMsUG']=_0x5e0f29(0x1ce),_0x449ed2[_0x5e0f29(0x1b2)]=function(_0x1777f,_0x16363d){return _0x1777f>_0x16363d;},_0x449ed2[_0x5e0f29(0x168)]=function(_0x3acf34,_0x516251){return _0x3acf34===_0x516251;},_0x449ed2[_0x5e0f29(0x148)]='fgLWC';const _0x109b93=_0x449ed2;let _0x35a449=_0x38d35e[_0x5e0f29(0x191)](_0x21dcf6=>_0x21dcf6==='--env');_0x109b93[_0x5e0f29(0x1b6)](_0x35a449,-0x1)&&(_0x109b93[_0x5e0f29(0x192)](_0x109b93['tgwJi'],_0x109b93[_0x5e0f29(0x16c)])?_0x2f1098['push'](_0x4dc3d2[_0x5e0f29(0x1c1)](_0x213aec[_0x5e0f29(0x169)],_0x109b93[_0x5e0f29(0x166)],_0x661ed9)):_0x38d35e[_0x5e0f29(0x165)](_0x35a449,0x2)),_0x35a449=_0x38d35e[_0x5e0f29(0x191)](_0x104ff3=>_0x104ff3==='-e'),_0x109b93[_0x5e0f29(0x1b2)](_0x35a449,-0x1)&&(_0x109b93[_0x5e0f29(0x168)](_0x109b93['XiQOs'],_0x109b93[_0x5e0f29(0x148)])?_0x38d35e[_0x5e0f29(0x165)](_0x35a449,0x2):(_0xcdfd8e[_0x5e0f29(0x143)](_0x5e0f29(0x198)+_0x198ff6),_0x574e23['info'](_0x5e0f29(0x18d)+_0x291cdd),_0x5b79b7['unlinkSync'](_0x56039f)));};function run(_0x5125c2,_0x4b9986){const _0x479e57=a27_0x425481,_0x26b28b={'OQmTq':function(_0x5cda4,_0x2ca816){return _0x5cda4+_0x2ca816;},'GNxtR':'test_settings','YdWwO':function(_0x587cc5,_0x3ecc13){return _0x587cc5===_0x3ecc13;},'kKGTn':_0x479e57(0x161),'KaoDM':'IyCSR','NixHE':_0x479e57(0x1ac),'TlDCL':_0x479e57(0x15a),'xYeHu':function(_0xcae06a,_0x58889b){return _0xcae06a===_0x58889b;},'MdbzU':_0x479e57(0x1a4),'VoOoG':function(_0x5c1ab2,_0x1fa341){return _0x5c1ab2!==_0x1fa341;},'POqpt':_0x479e57(0x176),'azEKc':_0x479e57(0x157),'QPLiL':function(_0x35aad5,_0x5752a6){return _0x35aad5+_0x5752a6;},'RfXJc':_0x479e57(0x197),'JXGOS':'AkqGM','cHoHR':_0x479e57(0x1a7),'ZABFF':'nightwatch.conf.js','NVjsb':'nightwatch.json','hXuYA':function(_0x1d093e,_0x11defb){return _0x1d093e!==_0x11defb;},'SXsxU':_0x479e57(0x179),'PDHYu':'RuaVT','BbwZo':function(_0x3c5428,_0x9cfb16){return _0x3c5428+_0x9cfb16;},'qNxtf':_0x479e57(0x16d),'hzmAv':function(_0x2a5b9f,_0x28a923){return _0x2a5b9f!==_0x28a923;},'SNgPZ':_0x479e57(0x19d),'ApEvs':function(_0x34c098,_0x215849,_0x3ab463){return _0x34c098(_0x215849,_0x3ab463);},'CxjJo':_0x479e57(0x1b3),'HaBnp':_0x479e57(0x1cd),'Cswxn':_0x479e57(0x147),'EeDvw':function(_0x37a571,_0x56a80f){return _0x37a571!==_0x56a80f;},'ONOpf':'uMiRd','JtYYn':_0x479e57(0x16b),'FCnHw':_0x479e57(0x19c),'JwRqI':function(_0x2fa833,_0x4ffaec){return _0x2fa833(_0x4ffaec);},'JnbqA':function(_0x2f9a81,_0x43b204,_0x4a550b,_0x496483){return _0x2f9a81(_0x43b204,_0x4a550b,_0x496483);},'Bfzje':_0x479e57(0x180),'vJoXJ':_0x479e57(0x196),'pimlj':_0x479e57(0x19b),'cUaaM':_0x479e57(0x13a),'SHCoh':_0x479e57(0x193)},_0x1f45ee=new BrowserStackSetup(_0x5125c2);if(!_0x1f45ee['config']){if(_0x26b28b['hzmAv'](_0x26b28b[_0x479e57(0x14f)],_0x26b28b[_0x479e57(0x14f)]))_0x2d022f[_0x479e57(0x165)](_0x1c7a80,0x2);else return;}const _0x213e7f=_0x26b28b[_0x479e57(0x1b4)](getUserNightwatchConfigs,_0x5125c2,_0x4b9986),_0x379660={};_0x379660[_0x479e57(0x158)]=![];const _0x2d1112={};_0x2d1112['host']=_0x26b28b[_0x479e57(0x155)],_0x2d1112[_0x479e57(0x187)]=0x1bb;const _0x5849de={};_0x5849de[_0x479e57(0x16f)]=_0x379660,_0x5849de[_0x479e57(0x1c8)]=_0x2d1112;const _0x170527=_0x5849de;logger[_0x479e57(0x1a8)](_0x26b28b[_0x479e57(0x150)]);const _0x19ff5e={..._0x213e7f},_0xed60bf=_0x19ff5e,_0x33cd9b=helper[_0x479e57(0x14e)](_0x1f45ee[_0x479e57(0x169)]),_0x103830=[];_0x1f45ee[_0x479e57(0x169)][_0x479e57(0x1c2)]['forEach']((_0x319bca,_0x5565c9)=>{const _0x30f9f5=_0x479e57,_0x3dc17d={'FYeVK':function(_0x1c1dc2,_0x520da1){return _0x26b28b['OQmTq'](_0x1c1dc2,_0x520da1);},'qvfZk':_0x26b28b[_0x30f9f5(0x175)]};if(_0x26b28b[_0x30f9f5(0x1ad)](_0x26b28b[_0x30f9f5(0x1b7)],_0x26b28b[_0x30f9f5(0x1b7)])){if(_0x33cd9b){if(_0x26b28b[_0x30f9f5(0x1ad)](_0x26b28b['KaoDM'],_0x26b28b['NixHE']))return;else _0x103830[_0x30f9f5(0x189)](helper['modifyBrowserStackW3CCaps'](_0x1f45ee[_0x30f9f5(0x169)],_0x26b28b[_0x30f9f5(0x177)],_0x5565c9));}else{if(_0x26b28b[_0x30f9f5(0x1c3)](_0x26b28b[_0x30f9f5(0x1bb)],_0x26b28b['MdbzU']))_0x103830[_0x30f9f5(0x189)](helper[_0x30f9f5(0x1c1)](_0x1f45ee[_0x30f9f5(0x169)],_0x26b28b['TlDCL'],_0x5565c9));else{let _0x591edd=_0x3dc17d['FYeVK'](_0x506706[_0x30f9f5(0x1bc)](_0x1defaf,'_'),'_'+_0x573a8c['now']());_0x4fccfd&&(_0x591edd+='_'+_0x58c22f);if(_0xa274a0&&(!_0x1ddf77[_0x3dc17d[_0x30f9f5(0x15c)]]||!_0xed3a95[_0x3dc17d[_0x30f9f5(0x15c)]][_0x3e2bfe]))return;const _0x1b3101={..._0x922d74};_0x1b3101[_0x30f9f5(0x1c4)]=_0x2ab38d;const _0x273b4a=_0x1b3101;_0x2d69cc[_0x591edd]=_0x309533?_0x3912e0[_0x30f9f5(0x1a2)](_0x2022f7[_0x3dc17d[_0x30f9f5(0x15c)]][_0x1ffdbc],_0x273b4a):_0x273b4a,_0x38c1f2['push'](_0x591edd);}}}else _0x40b275[_0x30f9f5(0x1c6)]={};});const _0x4baca5={},_0x11a13e=[];_0x5125c2['env']=_0x5125c2[_0x479e57(0x1bf)]||_0x5125c2['e'];const _0x825711=_0x5125c2[_0x479e57(0x1bf)]?_0x5125c2[_0x479e57(0x1bf)][_0x479e57(0x173)]()[_0x479e57(0x17d)](',')['map'](_0x2d860d=>_0x2d860d['trim']())[_0x479e57(0x1a5)](_0x524984=>_0x524984!==''):[''];_0x26b28b['xYeHu'](_0x825711[_0x479e57(0x1ca)],0x0)&&(_0x26b28b[_0x479e57(0x1d0)](_0x26b28b[_0x479e57(0x145)],_0x26b28b['Cswxn'])?_0xa32021+='_'+_0x4ebe42:_0x825711[_0x479e57(0x189)](''));_0x825711[_0x479e57(0x154)](_0xfdcfd4=>{const _0x1d8520=_0x479e57,_0x10db5b={};_0x10db5b[_0x1d8520(0x171)]=_0x26b28b[_0x1d8520(0x1cf)],_0x10db5b[_0x1d8520(0x1a1)]=_0x26b28b[_0x1d8520(0x14b)];const _0x40a905=_0x10db5b;if(_0x26b28b[_0x1d8520(0x1cb)](_0x26b28b[_0x1d8520(0x13f)],_0x26b28b[_0x1d8520(0x163)]))_0x103830[_0x1d8520(0x154)](_0x4abbf9=>{const _0x1244d2=_0x1d8520;if(_0x26b28b['VoOoG'](_0x26b28b[_0x1244d2(0x1ae)],_0x26b28b[_0x1244d2(0x174)])){let _0x31ce62=_0x26b28b[_0x1244d2(0x17a)](helper[_0x1244d2(0x1bc)](_0x4abbf9,'_'),'_'+Date[_0x1244d2(0x183)]());_0xfdcfd4&&(_0x26b28b[_0x1244d2(0x1d0)](_0x26b28b[_0x1244d2(0x1a9)],_0x26b28b['JXGOS'])?_0x31ce62+='_'+_0xfdcfd4:_0xdb8fe[_0x1244d2(0x165)](_0x57809e,0x2));if(_0xfdcfd4&&(!_0x213e7f[_0x26b28b[_0x1244d2(0x175)]]||!_0x213e7f[_0x26b28b[_0x1244d2(0x175)]][_0xfdcfd4])){if(_0x26b28b['VoOoG'](_0x26b28b[_0x1244d2(0x1af)],_0x26b28b[_0x1244d2(0x1af)]))_0x4d5e03[_0x1244d2(0x189)]('');else return;}const _0x5cf48b={..._0x170527};_0x5cf48b[_0x1244d2(0x1c4)]=_0x4abbf9;const _0x561b7b=_0x5cf48b;_0x4baca5[_0x31ce62]=_0xfdcfd4?helper[_0x1244d2(0x1a2)](_0x213e7f[_0x26b28b[_0x1244d2(0x175)]][_0xfdcfd4],_0x561b7b):_0x561b7b,_0x11a13e[_0x1244d2(0x189)](_0x31ce62);}else _0x31a961=_0x572a62[_0x1244d2(0x1b0)](_0x107faf[_0x1244d2(0x13e)](),_0x157e0e['config']),_0x5ab982[_0x1244d2(0x165)](_0x458c69,0x2);});else{if(_0x38eef6['existsSync'](_0x57d7da[_0x1d8520(0x1b0)](_0x1c3c22[_0x1d8520(0x13e)](),_0x40a905[_0x1d8520(0x171)])))_0x34582e=_0x1cb675['join'](_0x57f69f[_0x1d8520(0x13e)](),_0x40a905[_0x1d8520(0x171)]);else _0x259ad1[_0x1d8520(0x1a0)](_0x382b82[_0x1d8520(0x1b0)](_0x833e4c[_0x1d8520(0x13e)](),_0x40a905[_0x1d8520(0x1a1)]))&&(_0x3bbb00=_0x145ee3[_0x1d8520(0x1b0)](_0x58cf7f['cwd'](),_0x40a905[_0x1d8520(0x1a1)]));}});!_0xed60bf[_0x479e57(0x1c6)]&&(_0x26b28b[_0x479e57(0x14c)](_0x26b28b[_0x479e57(0x18e)],_0x26b28b['JtYYn'])?_0xed60bf[_0x479e57(0x1c6)]={}:_0x2ddda6=_0x112c35[_0x479e57(0x1b0)](_0x591119[_0x479e57(0x13e)](),_0x26b28b[_0x479e57(0x1cf)]));_0xed60bf[_0x479e57(0x1c6)]={..._0xed60bf['test_settings'],..._0x4baca5};const _0x20e0ce=path['join'](__dirname,_0x26b28b[_0x479e57(0x19e)]);fs[_0x479e57(0x185)](_0x20e0ce,JSON[_0x479e57(0x13b)](_0xed60bf)),_0x26b28b[_0x479e57(0x1b1)](removeExistingEnvs,_0x4b9986);const _0x57e21e=_0x26b28b[_0x479e57(0x142)](spawn,/^win/[_0x479e57(0x1a6)](process[_0x479e57(0x164)])?_0x26b28b[_0x479e57(0x162)]:_0x26b28b['TlDCL'],[_0x26b28b[_0x479e57(0x19a)],_0x20e0ce,..._0x4b9986[_0x479e57(0x151)](0x1),_0x26b28b[_0x479e57(0x1bd)],_0x11a13e[_0x479e57(0x1b0)](',')],{'stdio':_0x26b28b[_0x479e57(0x13d)]});_0x57e21e['on'](_0x26b28b[_0x479e57(0x1cc)],async _0x322211=>{const _0x493392=_0x479e57;if(_0x26b28b[_0x493392(0x1ad)](_0x26b28b[_0x493392(0x1a3)],_0x26b28b[_0x493392(0x1a3)]))logger[_0x493392(0x143)](_0x493392(0x198)+_0x322211),logger[_0x493392(0x1a8)](_0x493392(0x18d)+_0x20e0ce),fs[_0x493392(0x1b5)](_0x20e0ce);else{const _0x28f44b={'sUtIA':function(_0x4072d5,_0x3485ef){const _0x47d07e=_0x493392;return _0x26b28b[_0x47d07e(0x160)](_0x4072d5,_0x3485ef);},'bdmEW':_0x26b28b[_0x493392(0x175)]};_0x2c3e10[_0x493392(0x154)](_0xdb564d=>{const _0x2f9fea=_0x493392;let _0x5516d3=_0x28f44b['sUtIA'](_0x52dd6c[_0x2f9fea(0x1bc)](_0xdb564d,'_'),'_'+_0x4738f7[_0x2f9fea(0x183)]());_0xe9a4a9&&(_0x5516d3+='_'+_0x1efed6);if(_0x594b5e&&(!_0x108ed5[_0x28f44b[_0x2f9fea(0x18c)]]||!_0x54c856[_0x28f44b[_0x2f9fea(0x18c)]][_0x4cd768]))return;const _0x3f957e={..._0x149330};_0x3f957e[_0x2f9fea(0x1c4)]=_0xdb564d;const _0x4d2d31=_0x3f957e;_0x5f16c8[_0x5516d3]=_0x11d4d4?_0x1168a5[_0x2f9fea(0x1a2)](_0x3b948a[_0x28f44b['bdmEW']][_0x174090],_0x4d2d31):_0x4d2d31,_0x5b8963[_0x2f9fea(0x189)](_0x5516d3);});}});}module[a27_0x425481(0x15b)]=run;
|
|
2
|
+
'use strict';const a27_0x15ce7d=a27_0x42f1;function a27_0x42f1(_0x43588c,_0x5a5545){const _0x1013f4=a27_0x1013();return a27_0x42f1=function(_0x42f1c1,_0x2ec783){_0x42f1c1=_0x42f1c1-0x19a;let _0x2bd8eb=_0x1013f4[_0x42f1c1];return _0x2bd8eb;},a27_0x42f1(_0x43588c,_0x5a5545);}(function(_0x5002a0,_0xdb265b){const _0x160451=a27_0x42f1,_0x49615c=_0x5002a0();while(!![]){try{const _0x1d69b5=parseInt(_0x160451(0x20b))/0x1+-parseInt(_0x160451(0x1fa))/0x2*(parseInt(_0x160451(0x21f))/0x3)+-parseInt(_0x160451(0x1b9))/0x4*(parseInt(_0x160451(0x21a))/0x5)+-parseInt(_0x160451(0x225))/0x6+parseInt(_0x160451(0x1c9))/0x7*(parseInt(_0x160451(0x1ff))/0x8)+parseInt(_0x160451(0x19c))/0x9*(parseInt(_0x160451(0x1bd))/0xa)+parseInt(_0x160451(0x1f4))/0xb;if(_0x1d69b5===_0xdb265b)break;else _0x49615c['push'](_0x49615c['shift']());}catch(_0x187cb6){_0x49615c['push'](_0x49615c['shift']());}}}(a27_0x1013,0xc0874));function a27_0x1013(){const _0x4a7749=['Vikem','map','ciIpa','2723600MeNluq','cRPxw','Rzysy','TBsrF','sRket','DfPpp','532404WMWlHH','FmpmU','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','../../helpers/BrowserStackSetup','sQyva','6472568JLPZFi','nFRxi','--env','trim','zQpdy','getPlatformName','XgRHk','WNEIj','config','splice','now','kprbr','617273BzFxhD','VCbSx','PtBPC','ZJPkG','eMIiL','PyBjT','ACnAf','nightwatch.cmd','../utils/constants','test_settings','uCTrB','close','host','zGAqJ','platform','10ZziqsA','jLHuO','YuayC','RMqMY','jVoEZ','3vgjDkn','UwAok','nightwatch','qFSQG','QkdSx','unlinkSync','6641292DPCbho','mKddP','NQQdY','filter','ydFCP','existsSync','mergeDeep','13851036VemFzP','child\x20process\x20exited\x20with\x20code\x20','slice','--config','eNJgu','rQmhI','eWPTx','uUwJb','eHPKi','Getting\x20your\x20nightwatch\x20configs\x20from\x20','zwpcw','selenium','info','forEach','debug','rMKok','rOfMs','UNjBI','YLCMu','CbqIA','start_process','Deleting\x20','push','sGzyr','modifyBrowserStackW3CCaps','huFvC','port','jFKhl','KosEU','2102536WPvNpC','nightwatch.conf.js','ZEMCY','ZrEBr','10tXucbD','pKzKe','DHDUa','VQbTf','test','njaMg','platforms','AdaWf','findIndex','KXhoT','winstonLogger','jRxfF','7UOCCxN','isUndefined','CJKIG','kIBsj','ENUhy','Avbmf','env','Oftct','LVkiq','jApWn','rQAha','webdriver','isogW','../../helpers/logger','zEjvI','split','desiredCapabilities','gMcCd','cwd','UqoDa','TDlEx','qTwIu','TaNuu','HIkZf','MsDJH','Csgxk','nightwatch-browserstack.json','nightwatch.json','length','ztBzx','koGkU','nePLt','RerYV','join','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','KAkma','qlHgF','fiBYZ','xwXYy','gHEfY'];a27_0x1013=function(){return _0x4a7749;};return a27_0x1013();}const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),logger=require(a27_0x15ce7d(0x1d6))[a27_0x15ce7d(0x1c7)],{default:BrowserStackSetup}=require(a27_0x15ce7d(0x1fd)),helper=require('../../helpers/helper'),constants=require(a27_0x15ce7d(0x213)),getUserNightwatchConfigs=(_0x24e2ff,_0x3ed304)=>{const _0x15b3de=a27_0x15ce7d,_0x278007={'kprbr':function(_0x5ec146,_0x16bab3){return _0x5ec146>_0x16bab3;},'ACnAf':function(_0xbb7bfa,_0x57c605){return _0xbb7bfa!==_0x57c605;},'YLCMu':_0x15b3de(0x206),'uUwJb':_0x15b3de(0x1e2),'VCbSx':_0x15b3de(0x1ba),'jRxfF':function(_0x96cf53,_0xdf112a){return _0x96cf53===_0xdf112a;},'AdaWf':_0x15b3de(0x1ef),'sQyva':_0x15b3de(0x1e4),'DfPpp':function(_0x426678,_0x1d61ec){return _0x426678!==_0x1d61ec;},'qsPlA':_0x15b3de(0x1ad),'qFSQG':'bUFCD','Avbmf':'IJNla','qTwIu':'cZCOs','Oftct':function(_0x7e0941,_0x58de0a){return _0x7e0941(_0x58de0a);},'eWPTx':function(_0x122fcf,_0x3d08e9){return _0x122fcf!==_0x3d08e9;},'eHPKi':_0x15b3de(0x1b5),'eeTEi':'xwlsX','rMKok':_0x15b3de(0x1fc)};let _0x200ec3=null,_0x41f573={};const _0x55101c=_0x3ed304[_0x15b3de(0x1c5)](_0x155722=>_0x155722===_0x15b3de(0x19f));if(!helper[_0x15b3de(0x1ca)](_0x24e2ff[_0x15b3de(0x207)])&&fs[_0x15b3de(0x19a)](path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x24e2ff[_0x15b3de(0x207)])))_0x278007['ACnAf'](_0x278007['YLCMu'],_0x278007[_0x15b3de(0x1ae)])?_0xbb40ff+='_'+_0x993d7:(_0x200ec3=path[_0x15b3de(0x1ea)](process['cwd'](),_0x24e2ff[_0x15b3de(0x207)]),_0x3ed304[_0x15b3de(0x208)](_0x55101c,0x2));else{if(_0x278007[_0x15b3de(0x211)](_0x278007[_0x15b3de(0x1a3)],_0x278007[_0x15b3de(0x1a3)]))_0x446167[_0x15b3de(0x208)](_0x2de6b7,0x2);else{if(fs[_0x15b3de(0x19a)](path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x278007['VCbSx'])))_0x278007[_0x15b3de(0x1c8)](_0x278007[_0x15b3de(0x1c4)],_0x278007[_0x15b3de(0x1c4)])?_0x200ec3=path[_0x15b3de(0x1ea)](process['cwd'](),_0x278007[_0x15b3de(0x20c)]):(_0x51bd60=_0x3e115e['join'](_0x1c5ad1[_0x15b3de(0x1db)](),_0x5b1416[_0x15b3de(0x207)]),_0x227f5d['splice'](_0x4d4b0b,0x2));else{if(fs[_0x15b3de(0x19a)](path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x278007[_0x15b3de(0x1fe)]))){if(_0x278007[_0x15b3de(0x1f9)](_0x278007['qsPlA'],_0x278007[_0x15b3de(0x222)]))_0x200ec3=path[_0x15b3de(0x1ea)](process[_0x15b3de(0x1db)](),_0x278007[_0x15b3de(0x1fe)]);else{let _0x68461b=_0x2eab5b['findIndex'](_0x26679a=>_0x26679a===_0x15b3de(0x201));_0x278007['kprbr'](_0x68461b,-0x1)&&_0x326532[_0x15b3de(0x208)](_0x68461b,0x2),_0x68461b=_0x4839d8[_0x15b3de(0x1c5)](_0x25aa35=>_0x25aa35==='-e'),_0x278007[_0x15b3de(0x20a)](_0x68461b,-0x1)&&_0x254618['splice'](_0x68461b,0x2);}}}}}if(_0x200ec3)_0x278007[_0x15b3de(0x1f9)](_0x278007[_0x15b3de(0x1ce)],_0x278007[_0x15b3de(0x1de)])?(logger[_0x15b3de(0x1a8)](_0x15b3de(0x1a5)+_0x200ec3),_0x41f573=_0x278007[_0x15b3de(0x1d0)](require,_0x200ec3)):_0xa4a8e['splice'](_0x589c21,0x2);else{if(_0x278007[_0x15b3de(0x1a2)](_0x278007[_0x15b3de(0x1a4)],_0x278007['eeTEi']))logger[_0x15b3de(0x1a8)](_0x278007[_0x15b3de(0x1ab)]);else return;}return _0x41f573;},removeExistingEnvs=_0x14c0d6=>{const _0x2f088e=a27_0x15ce7d,_0x163d95={};_0x163d95[_0x2f088e(0x1a6)]='nightwatch.conf.js',_0x163d95[_0x2f088e(0x1b7)]=function(_0x34343b,_0x144281){return _0x34343b>_0x144281;},_0x163d95[_0x2f088e(0x227)]=function(_0x4e0fad,_0x3f93de){return _0x4e0fad===_0x3f93de;},_0x163d95[_0x2f088e(0x1cc)]=_0x2f088e(0x1e6),_0x163d95[_0x2f088e(0x1bc)]=function(_0x4659f2,_0x1fd7d8){return _0x4659f2>_0x1fd7d8;},_0x163d95[_0x2f088e(0x1b3)]=function(_0x36bb59,_0x2ca704){return _0x36bb59===_0x2ca704;},_0x163d95['KAkma']=_0x2f088e(0x1d3),_0x163d95[_0x2f088e(0x1c2)]=_0x2f088e(0x1d2);const _0x19198a=_0x163d95;let _0x26e7aa=_0x14c0d6[_0x2f088e(0x1c5)](_0x4f3226=>_0x4f3226===_0x2f088e(0x201));_0x19198a[_0x2f088e(0x1b7)](_0x26e7aa,-0x1)&&(_0x19198a[_0x2f088e(0x227)](_0x19198a[_0x2f088e(0x1cc)],_0x19198a[_0x2f088e(0x1cc)])?_0x14c0d6[_0x2f088e(0x208)](_0x26e7aa,0x2):_0x47f07f['test_settings']={}),_0x26e7aa=_0x14c0d6[_0x2f088e(0x1c5)](_0x51092f=>_0x51092f==='-e'),_0x19198a['ZrEBr'](_0x26e7aa,-0x1)&&(_0x19198a[_0x2f088e(0x1b3)](_0x19198a[_0x2f088e(0x1ec)],_0x19198a[_0x2f088e(0x1c2)])?_0x342cf8=_0x26d087[_0x2f088e(0x1ea)](_0x1efb14[_0x2f088e(0x1db)](),_0x19198a[_0x2f088e(0x1a6)]):_0x14c0d6[_0x2f088e(0x208)](_0x26e7aa,0x2));};function run(_0x2ef9f2,_0x3595c4){const _0xefbac2=a27_0x15ce7d,_0xf0a756={'PyBjT':function(_0x322f9b,_0x24c3a0){return _0x322f9b+_0x24c3a0;},'VQbTf':_0xefbac2(0x214),'bnuSe':_0xefbac2(0x1e4),'GsRHb':_0xefbac2(0x1fc),'ydFCP':function(_0x38ff9c,_0x18748b){return _0x38ff9c!==_0x18748b;},'HIkZf':_0xefbac2(0x226),'PtBPC':function(_0x445a02,_0x391676){return _0x445a02===_0x391676;},'RdyOk':_0xefbac2(0x200),'ciIpa':_0xefbac2(0x1f5),'gHEfY':_0xefbac2(0x221),'zemJV':_0xefbac2(0x1ac),'QUfBY':function(_0x439238,_0x26bf46){return _0x439238!==_0x26bf46;},'Vikem':_0xefbac2(0x1cd),'UqoDa':_0xefbac2(0x20e),'hlzSi':function(_0x153141,_0x433d4c){return _0x153141!==_0x433d4c;},'zQpdy':_0xefbac2(0x1e8),'fiBYZ':_0xefbac2(0x1bb),'QkdSx':function(_0x234642,_0x5e5009){return _0x234642!==_0x5e5009;},'isogW':_0xefbac2(0x1b8),'jVoEZ':_0xefbac2(0x1f7),'eMIiL':function(_0x9e13ed,_0x4fc9b4){return _0x9e13ed(_0x4fc9b4);},'TaNuu':function(_0x34aa4b,_0x9d8c55){return _0x34aa4b!==_0x9d8c55;},'gMcCd':'pVqTJ','eNJgu':_0xefbac2(0x1ba),'qDpVr':function(_0x42995a,_0x126f89){return _0x42995a!==_0x126f89;},'FmpmU':_0xefbac2(0x1e7),'ihOOx':_0xefbac2(0x21b),'sRket':_0xefbac2(0x1be),'RMqMY':function(_0x5b02fe,_0x1acb07,_0x543df2){return _0x5b02fe(_0x1acb07,_0x543df2);},'qlHgF':'hub.browserstack.com','CbqIA':_0xefbac2(0x1eb),'zGAqJ':function(_0x52f2b0,_0x5d0b6c){return _0x52f2b0===_0x5d0b6c;},'YuayC':_0xefbac2(0x1d7),'jZIIx':_0xefbac2(0x205),'KXhoT':_0xefbac2(0x1e1),'uCTrB':_0xefbac2(0x1e3),'RerYV':function(_0x4e5765,_0x22685d,_0x50db13,_0x39fc2b){return _0x4e5765(_0x22685d,_0x50db13,_0x39fc2b);},'DHDUa':_0xefbac2(0x212),'DACTE':_0xefbac2(0x19f),'LVkiq':_0xefbac2(0x201),'TDlEx':'inherit','CJKIG':_0xefbac2(0x216)},_0x1e4daa=new BrowserStackSetup(_0x2ef9f2);if(!_0x1e4daa[_0xefbac2(0x207)]){if(_0xf0a756['QkdSx'](_0xf0a756[_0xefbac2(0x1f8)],_0xf0a756[_0xefbac2(0x1f8)])){let _0x2b7399=_0xf0a756[_0xefbac2(0x210)](_0x474b13['getPlatformName'](_0x1d2c7d,'_'),'_'+_0x3c25e9[_0xefbac2(0x209)]());_0x2e60c6&&(_0x2b7399+='_'+_0x5c40be);if(_0x26f57c&&(!_0x4424b3[_0xf0a756[_0xefbac2(0x1c0)]]||!_0x2f950d[_0xf0a756[_0xefbac2(0x1c0)]][_0x108561]))return;const _0x44737c={..._0x1b9d51};_0x44737c[_0xefbac2(0x1d9)]=_0x3ef91f;const _0x5ffa25=_0x44737c;_0x37135d[_0x2b7399]=_0x3e4290?_0x3d38c5[_0xefbac2(0x19b)](_0x3b7cb4[_0xf0a756['VQbTf']][_0x193ee0],_0x5ffa25):_0x5ffa25,_0x3540ed[_0xefbac2(0x1b2)](_0x2b7399);}else return;}const _0x206bf1=_0xf0a756[_0xefbac2(0x21d)](getUserNightwatchConfigs,_0x2ef9f2,_0x3595c4),_0x22b2c2={};_0x22b2c2[_0xefbac2(0x1b0)]=![];const _0x56746={};_0x56746[_0xefbac2(0x217)]=_0xf0a756[_0xefbac2(0x1ed)],_0x56746[_0xefbac2(0x1b6)]=0x1bb;const _0x60c25c={};_0x60c25c[_0xefbac2(0x1d4)]=_0x22b2c2,_0x60c25c[_0xefbac2(0x1a7)]=_0x56746;const _0x5ad151=_0x60c25c;logger['info'](_0xf0a756[_0xefbac2(0x1af)]);const _0x3d5680={..._0x206bf1},_0x340a0c=_0x3d5680,_0x12d017=helper['useW3C'](_0x1e4daa[_0xefbac2(0x207)]),_0x517ba0=[];_0x1e4daa[_0xefbac2(0x207)][_0xefbac2(0x1c3)]['forEach']((_0x59c365,_0x1d8c55)=>{const _0x288399=_0xefbac2,_0x5b9976={};_0x5b9976[_0x288399(0x1a1)]=_0xf0a756['bnuSe'],_0x5b9976[_0x288399(0x1f6)]=_0xf0a756['GsRHb'];const _0x111c38=_0x5b9976;_0xf0a756[_0x288399(0x229)](_0xf0a756[_0x288399(0x1e0)],_0xf0a756[_0x288399(0x1e0)])?(_0x1a1394['debug']('child\x20process\x20exited\x20with\x20code\x20'+_0x4decba),_0x23d7a7['info']('Deleting\x20'+_0x2700f1),_0x534251[_0x288399(0x224)](_0x57a945)):_0x12d017?_0xf0a756[_0x288399(0x20d)](_0xf0a756['RdyOk'],_0xf0a756[_0x288399(0x1f3)])?_0x2ad822=_0x56c71b[_0x288399(0x1ea)](_0x3c010b['cwd'](),_0x111c38[_0x288399(0x1a1)]):_0x517ba0['push'](helper[_0x288399(0x1b4)](_0x1e4daa[_0x288399(0x207)],_0xf0a756['gHEfY'],_0x1d8c55)):_0xf0a756[_0x288399(0x229)](_0xf0a756['zemJV'],_0xf0a756['zemJV'])?_0x1b1ce4[_0x288399(0x1a8)](_0x111c38[_0x288399(0x1f6)]):_0x517ba0['push'](helper['modifyBrowserStackCaps'](_0x1e4daa[_0x288399(0x207)],_0xf0a756[_0x288399(0x1f0)],_0x1d8c55));});const _0x15a80b={},_0xbd0d32=[];_0x2ef9f2['env']=_0x2ef9f2['env']||_0x2ef9f2['e'];const _0x3abcb1=_0x2ef9f2[_0xefbac2(0x1cf)]?_0x2ef9f2[_0xefbac2(0x1cf)][_0xefbac2(0x202)]()[_0xefbac2(0x1d8)](',')[_0xefbac2(0x1f2)](_0x2462d0=>_0x2462d0['trim']())[_0xefbac2(0x228)](_0x170d81=>_0x170d81!==''):[''];_0xf0a756[_0xefbac2(0x218)](_0x3abcb1[_0xefbac2(0x1e5)],0x0)&&(_0xf0a756[_0xefbac2(0x1df)](_0xf0a756[_0xefbac2(0x21c)],_0xf0a756['jZIIx'])?_0x3abcb1['push'](''):_0x12477f[_0xefbac2(0x1a9)](_0x536571=>{const _0x261557=_0xefbac2;let _0x3cb5d2=_0xf0a756[_0x261557(0x210)](_0x330f1a[_0x261557(0x204)](_0x536571,'_'),'_'+_0x2ab092[_0x261557(0x209)]());_0x3b4f1c&&(_0x3cb5d2+='_'+_0x3748f4);if(_0x145a6e&&(!_0x69d691[_0xf0a756[_0x261557(0x1c0)]]||!_0x1d098b[_0xf0a756[_0x261557(0x1c0)]][_0x2091ec]))return;const _0x12a617={..._0x458264};_0x12a617[_0x261557(0x1d9)]=_0x536571;const _0x2857a3=_0x12a617;_0x4ff7b7[_0x3cb5d2]=_0x243e27?_0x37c407['mergeDeep'](_0x1799d1[_0xf0a756[_0x261557(0x1c0)]][_0x8ec0aa],_0x2857a3):_0x2857a3,_0x4fe346[_0x261557(0x1b2)](_0x3cb5d2);}));_0x3abcb1[_0xefbac2(0x1a9)](_0x5cff9b=>{const _0x49fcb2=_0xefbac2,_0x36773d={'xpKNg':function(_0x4d609e,_0x31db20){const _0x4a6ed3=a27_0x42f1;return _0xf0a756[_0x4a6ed3(0x20f)](_0x4d609e,_0x31db20);},'UwAok':_0xf0a756[_0x49fcb2(0x1f0)]};_0xf0a756['TaNuu'](_0xf0a756[_0x49fcb2(0x1da)],_0xf0a756['gMcCd'])?_0x41ce9b[_0x49fcb2(0x1b2)](''):_0x517ba0[_0x49fcb2(0x1a9)](_0x781ef2=>{const _0x52c401=_0x49fcb2;if(_0xf0a756['QUfBY'](_0xf0a756[_0x52c401(0x1f1)],_0xf0a756[_0x52c401(0x1dc)])){let _0x184830=_0xf0a756[_0x52c401(0x210)](helper['getPlatformName'](_0x781ef2,'_'),'_'+Date[_0x52c401(0x209)]());_0x5cff9b&&(_0xf0a756['hlzSi'](_0xf0a756[_0x52c401(0x203)],_0xf0a756[_0x52c401(0x1ee)])?_0x184830+='_'+_0x5cff9b:(_0x1ab8b5['info'](_0x52c401(0x1a5)+_0x3efce2),_0x4187f5=_0x36773d['xpKNg'](_0x2925e3,_0x1bd11c)));if(_0x5cff9b&&(!_0x206bf1[_0xf0a756[_0x52c401(0x1c0)]]||!_0x206bf1[_0xf0a756[_0x52c401(0x1c0)]][_0x5cff9b])){if(_0xf0a756[_0x52c401(0x223)](_0xf0a756[_0x52c401(0x1d5)],_0xf0a756[_0x52c401(0x21e)]))return;else _0x5b1d4c[_0x52c401(0x1b2)](_0x27bf71['modifyBrowserStackCaps'](_0x181d4b[_0x52c401(0x207)],_0x36773d[_0x52c401(0x220)],_0x5b0eb7));}const _0x1512fb={..._0x5ad151};_0x1512fb[_0x52c401(0x1d9)]=_0x781ef2;const _0x2ffac4=_0x1512fb;_0x15a80b[_0x184830]=_0x5cff9b?helper[_0x52c401(0x19b)](_0x206bf1[_0xf0a756['VQbTf']][_0x5cff9b],_0x2ffac4):_0x2ffac4,_0xbd0d32[_0x52c401(0x1b2)](_0x184830);}else return;});});!_0x340a0c[_0xefbac2(0x214)]&&(_0xf0a756[_0xefbac2(0x20d)](_0xf0a756['KXhoT'],_0xf0a756[_0xefbac2(0x1c6)])?_0x340a0c['test_settings']={}:_0x4058b3['push'](_0x4a85f4[_0xefbac2(0x1b4)](_0x297458[_0xefbac2(0x207)],_0xf0a756[_0xefbac2(0x1f0)],_0x8e0326)));_0x340a0c['test_settings']={..._0x340a0c[_0xefbac2(0x214)],..._0x15a80b};const _0x41574a=path[_0xefbac2(0x1ea)](__dirname,_0xf0a756[_0xefbac2(0x215)]);fs['writeFileSync'](_0x41574a,JSON['stringify'](_0x340a0c)),_0xf0a756[_0xefbac2(0x20f)](removeExistingEnvs,_0x3595c4);const _0xff77ca=_0xf0a756[_0xefbac2(0x1e9)](spawn,/^win/[_0xefbac2(0x1c1)](process[_0xefbac2(0x219)])?_0xf0a756[_0xefbac2(0x1bf)]:_0xf0a756[_0xefbac2(0x1f0)],[_0xf0a756['DACTE'],_0x41574a,..._0x3595c4[_0xefbac2(0x19e)](0x1),_0xf0a756[_0xefbac2(0x1d1)],_0xbd0d32['join'](',')],{'stdio':_0xf0a756[_0xefbac2(0x1dd)]});_0xff77ca['on'](_0xf0a756[_0xefbac2(0x1cb)],async _0x49e395=>{const _0x4d3cd4=_0xefbac2;if(_0xf0a756['qDpVr'](_0xf0a756[_0x4d3cd4(0x1fb)],_0xf0a756['ihOOx']))logger[_0x4d3cd4(0x1aa)](_0x4d3cd4(0x19d)+_0x49e395),logger[_0x4d3cd4(0x1a8)](_0x4d3cd4(0x1b1)+_0x41574a),fs[_0x4d3cd4(0x224)](_0x41574a);else{if(_0xb6957b[_0x4d3cd4(0x19a)](_0x17e312[_0x4d3cd4(0x1ea)](_0x5c1ae6[_0x4d3cd4(0x1db)](),_0xf0a756[_0x4d3cd4(0x1a0)])))_0x31f736=_0x2d7fe7[_0x4d3cd4(0x1ea)](_0x55fb76[_0x4d3cd4(0x1db)](),_0xf0a756['eNJgu']);else _0x376b8b['existsSync'](_0x237841[_0x4d3cd4(0x1ea)](_0x301811[_0x4d3cd4(0x1db)](),_0xf0a756['bnuSe']))&&(_0x178820=_0x221ce2[_0x4d3cd4(0x1ea)](_0x2dd31c[_0x4d3cd4(0x1db)](),_0xf0a756['bnuSe']));}});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a28_0x86f9(_0x121e42,_0x1df316){const _0x50391a=a28_0x5039();return a28_0x86f9=function(_0x86f95b,_0x4b3075){_0x86f95b=_0x86f95b-0x88;let _0x61fc96=_0x50391a[_0x86f95b];return _0x61fc96;},a28_0x86f9(_0x121e42,_0x1df316);}const a28_0x2378f2=a28_0x86f9;(function(_0x503915,_0x56b762){const _0x5c68bc=a28_0x86f9,_0x3d7580=_0x503915();while(!![]){try{const _0x49711b=-parseInt(_0x5c68bc(0x12b))/0x1+-parseInt(_0x5c68bc(0xae))/0x2*(-parseInt(_0x5c68bc(0xba))/0x3)+-parseInt(_0x5c68bc(0x8c))/0x4*(parseInt(_0x5c68bc(0xf1))/0x5)+parseInt(_0x5c68bc(0x91))/0x6+-parseInt(_0x5c68bc(0x122))/0x7*(parseInt(_0x5c68bc(0xe0))/0x8)+parseInt(_0x5c68bc(0xfe))/0x9*(parseInt(_0x5c68bc(0xc1))/0xa)+parseInt(_0x5c68bc(0x105))/0xb;if(_0x49711b===_0x56b762)break;else _0x3d7580['push'](_0x3d7580['shift']());}catch(_0x570668){_0x3d7580['push'](_0x3d7580['shift']());}}}(a28_0x5039,0xac3cc));function a28_0x5039(){const _0x19320f=['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','lgtfe','util','lXZmP','AJjea','GCQqo','processAccessibilityCaps','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','AzePs','../../helpers/accessibility-automation/helper','Ovcer','scannerProcessingTimeout','DuqlG','winstonLogger','Ccpsx','debug','auLrj','OXFRp','USgzH','isZLM','ZEyJk','playwright-chromium','616567TjxLJQ','ojgTI','hQbKb','paUKk','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ikXQq','AIazy','dmLPT','EtoRj','1031526KgtBXy','wcagVersion','ouSTS','accessibilityOptions.authToken','jWQMb','../../helpers/logger','Fbunz','taWYt','BS_A11Y_JWT','HeaXY','Udams','uKDsd','iOsuM','2462744FfObUu','TvRkN','browserName','ZTKii','MMxeQ','2345262RSWbmT','error','latest','fXnvT','connectOptions','USToX','getAccessibilitySummary','elHcA','SaSaV','BvEQW','mUEYa','QVZlO','psIBm','No\x20summaryResults\x20found.','brVyR','OwQVW','LvbbW','NDBeb','ULYFb','VYXcT','stringify','ztyqf','project','sNtOS','IPEGe','yBbmV','needsReview','accessibilityOptions.includeIssueType.needsReview','qTxQZ','770vziURA','kFYbp','kNNxk','bestPractice','KJnPs','scannerVersion','uWyKN','eTpgE','MXFMi','qirmr','gjXEr','Ynldo','6393WRekLp','jJMYd','accessibilityOptions.wcagVersion','rEjbx','yVaRE','eILQb','accessibilityOptions.scannerVersion','34520CGxAUs','bIZJi','YNJjB','bUGcb','ixShb','GknWD','xHOTk','RCFJx','uCUca','POocM','zQYPj','gLDSv','lNFte','format','WzqNB','includeIssueType','sTEmT','HsRJU','mRfHC','use','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','env','hKbgg','LPGUB','getAccessibilityResults','deviceName','uIDsR','DBInV','IzjUq','JXfgH','Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','40Leatao','EsOWt','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','ftdOg','AKzgS','accessibilityOptions','browser','loVfn','yusRH','UGYck','Vgutd','wmczS','DCtbF','daCMT','gFhAM','OhfHL','vxkCY','10iPHwxV','byAkX','browser_version','warn','DfMmB','xEFiC','Uuutr','TBKpz','testInfo','setAccessibilityPlaywrightCapabilities','OIpXJ','qocas','currentTest','180gHBfWt','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Qjtzo','browserstack.accessibility','gKEcX','gWnhy','kuiwQ','23412785KRnHqb','accessibilityOptions.includeIssueType.bestPractice','No\x20accessibility\x20results\x20were\x20found.','GMdcC','accessibilityPlatform','PVgBi','UbhIh'];a28_0x5039=function(){return _0x19320f;};return a28_0x5039();}const util=require(a28_0x2378f2(0x10e)),logger=require(a28_0x2378f2(0x130))[a28_0x2378f2(0x119)],{isAccessibilityAutomationSession}=require(a28_0x2378f2(0x115)),{isUndefined}=require('../../helpers/helper');exports[a28_0x2378f2(0xfa)]=async _0x2c12a2=>{const _0x13b3f8=a28_0x2378f2,_0xf13f76={};_0xf13f76['byAkX']=_0x13b3f8(0xbc),_0xf13f76[_0x13b3f8(0x131)]='accessibilityOptions.scannerProcessingTimeout',_0xf13f76[_0x13b3f8(0x9d)]=_0x13b3f8(0x106),_0xf13f76['RCFJx']=_0x13b3f8(0xac),_0xf13f76[_0x13b3f8(0xaa)]=_0x13b3f8(0x126),_0xf13f76[_0x13b3f8(0xe8)]=function(_0x3780fd,_0x318143){return _0x3780fd!==_0x318143;},_0xf13f76[_0x13b3f8(0xee)]='anhxU',_0xf13f76['IPEGe']=_0x13b3f8(0xa4),_0xf13f76[_0x13b3f8(0x124)]=function(_0x15b304,_0x4af01a){return _0x15b304===_0x4af01a;},_0xf13f76[_0x13b3f8(0xa6)]=_0x13b3f8(0x108),_0xf13f76['GCQqo']=_0x13b3f8(0xe1),_0xf13f76[_0x13b3f8(0xaf)]=_0x13b3f8(0xeb),_0xf13f76[_0x13b3f8(0x9f)]=function(_0x3b7147,_0x1ef86e){return _0x3b7147!==_0x1ef86e;},_0xf13f76[_0x13b3f8(0x10d)]='QDNph',_0xf13f76[_0x13b3f8(0x12a)]=_0x13b3f8(0xad),_0xf13f76[_0x13b3f8(0x96)]=_0x13b3f8(0x12e),_0xf13f76[_0x13b3f8(0x8f)]=_0x13b3f8(0xc0);const _0x29326e=_0xf13f76;_0x2c12a2[_0x13b3f8(0xe5)]&&(_0x29326e[_0x13b3f8(0xe8)](_0x29326e['gFhAM'],_0x29326e[_0x13b3f8(0xa9)])?(_0x2c12a2[_0x13b3f8(0xe5)][_0x13b3f8(0x12c)]&&(_0x29326e['hQbKb'](_0x29326e[_0x13b3f8(0xa6)],_0x29326e[_0x13b3f8(0x111)])?(_0x4c96e9[_0x13b3f8(0xe5)][_0x13b3f8(0x12c)]&&(_0x2f5fdf[_0x29326e[_0x13b3f8(0xf2)]]=_0x416fef[_0x13b3f8(0xe5)][_0x13b3f8(0x12c)]),_0x44e833[_0x13b3f8(0xe5)]['scannerProcessingTimeout']&&(_0x173e97[_0x29326e[_0x13b3f8(0x131)]]=_0x1b6362[_0x13b3f8(0xe5)][_0x13b3f8(0x117)]),_0x38c2f0[_0x13b3f8(0xe5)][_0x13b3f8(0xd0)]&&(_0x57a6db[_0x29326e[_0x13b3f8(0x9d)]]=_0x2488cf[_0x13b3f8(0xe5)]['includeIssueType'][_0x13b3f8(0xb1)],_0x1c453b[_0x29326e[_0x13b3f8(0xc8)]]=_0x532d83[_0x13b3f8(0xe5)]['includeIssueType'][_0x13b3f8(0xab)])):_0x2c12a2[_0x29326e[_0x13b3f8(0xf2)]]=_0x2c12a2['accessibilityOptions']['wcagVersion']),_0x2c12a2[_0x13b3f8(0xe5)][_0x13b3f8(0x117)]&&(_0x29326e[_0x13b3f8(0x124)](_0x29326e[_0x13b3f8(0xaf)],_0x29326e[_0x13b3f8(0xaf)])?_0x2c12a2[_0x29326e['Fbunz']]=_0x2c12a2[_0x13b3f8(0xe5)][_0x13b3f8(0x117)]:_0x38668c()),_0x2c12a2[_0x13b3f8(0xe5)][_0x13b3f8(0xd0)]&&(_0x29326e[_0x13b3f8(0x9f)](_0x29326e[_0x13b3f8(0x10d)],_0x29326e[_0x13b3f8(0x12a)])?(_0x2c12a2[_0x29326e[_0x13b3f8(0x9d)]]=_0x2c12a2['accessibilityOptions'][_0x13b3f8(0xd0)][_0x13b3f8(0xb1)],_0x2c12a2[_0x29326e['RCFJx']]=_0x2c12a2[_0x13b3f8(0xe5)][_0x13b3f8(0xd0)][_0x13b3f8(0xab)]):(_0x1a9365[_0x13b3f8(0xf4)](_0x29326e[_0x13b3f8(0xaa)]),_0x4b3627[_0x13b3f8(0x109)]=![]))):(_0x291117.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',_0x26504f),_0xf09727(_0x726b76.detail.summary)));const _0x1b08a3=JSON['parse'](process[_0x13b3f8(0xd6)][_0x13b3f8(0x10c)])[_0x13b3f8(0xb3)];_0x2c12a2[_0x29326e[_0x13b3f8(0x96)]]=process[_0x13b3f8(0xd6)][_0x13b3f8(0x133)],_0x2c12a2[_0x29326e['ZTKii']]=_0x1b08a3,delete _0x2c12a2['accessibilityOptions'];},exports[a28_0x2378f2(0xd9)]=async _0x39e2f9=>{const _0x5d2904=a28_0x2378f2,_0x214a36={};_0x214a36[_0x5d2904(0xa8)]=_0x5d2904(0x9e),_0x214a36[_0x5d2904(0x12d)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x214a36['uCUca']=function(_0x30febc,_0x47eb3f){return _0x30febc===_0x47eb3f;},_0x214a36['mRfHC']=_0x5d2904(0xcf),_0x214a36[_0x5d2904(0x9b)]=function(_0x115980,_0x31d0c7){return _0x115980!==_0x31d0c7;},_0x214a36['AIazy']='gCGEA',_0x214a36['hEzKc']=function(_0x482cf3,_0x3cb5a5){return _0x482cf3!==_0x3cb5a5;},_0x214a36[_0x5d2904(0xed)]=_0x5d2904(0x11c),_0x214a36['USgzH']=_0x5d2904(0xbe),_0x214a36[_0x5d2904(0xbb)]=_0x5d2904(0x107),_0x214a36[_0x5d2904(0xe9)]=function(_0x5119fa,_0x3ec8f8){return _0x5119fa===_0x3ec8f8;},_0x214a36['Ynldo']='pDYPP',_0x214a36[_0x5d2904(0x116)]='MsXpu',_0x214a36[_0x5d2904(0x10b)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.';const _0x57f24e=_0x214a36;if(global[_0x5d2904(0x109)]){if(_0x57f24e[_0x5d2904(0xc9)](_0x57f24e['mRfHC'],_0x57f24e[_0x5d2904(0xd3)]))try{if(_0x57f24e[_0x5d2904(0x9b)](_0x57f24e['AIazy'],_0x57f24e[_0x5d2904(0x128)]))return _0x4e3aaa['debug'](_0x57f24e['sNtOS']),{};else{const res=await _0x39e2f9.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS');const fn=function(event){window.removeEventListener('A11Y_RESULTS_RESPONSE',fn);resolve(event.detail.data);};window.addEventListener('A11Y_RESULTS_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return res;}}catch{if(_0x57f24e['hEzKc'](_0x57f24e[_0x5d2904(0xed)],_0x57f24e[_0x5d2904(0x11e)]))return logger['error'](_0x57f24e[_0x5d2904(0xbb)]),[];else try{const event=new _0x4715ae('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x36e019.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x105743(event.detail.summary);};_0x589613.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x156342.dispatchEvent(event);}catch{_0x38e824();}}else{const event=new _0x52e921('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x45bb58.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x46106d(event.detail.summary);};_0x346df5.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn),_0x1911ff.dispatchEvent(event);}}else return _0x57f24e[_0x5d2904(0xe9)](_0x57f24e[_0x5d2904(0xb9)],_0x57f24e[_0x5d2904(0x116)])?(_0xb8806c[_0x5d2904(0xf4)](_0x57f24e[_0x5d2904(0x12d)]),{}):(logger['warn'](_0x57f24e['UbhIh']),[]);},exports[a28_0x2378f2(0x97)]=async _0x31071d=>{const _0xb4d1da=a28_0x2378f2,_0x5468eb={};_0x5468eb[_0xb4d1da(0xf7)]=_0xb4d1da(0xe2),_0x5468eb[_0xb4d1da(0x123)]='accessibilityOptions.wcagVersion',_0x5468eb['CZCBg']=_0xb4d1da(0xd5),_0x5468eb[_0xb4d1da(0xd1)]=function(_0x5973e2,_0x4897ff){return _0x5973e2!==_0x4897ff;},_0x5468eb[_0xb4d1da(0xc4)]=_0xb4d1da(0xc3),_0x5468eb[_0xb4d1da(0xb5)]='jnvmD',_0x5468eb[_0xb4d1da(0xa3)]=function(_0x20fa89,_0x41ee79){return _0x20fa89!==_0x41ee79;},_0x5468eb[_0xb4d1da(0x127)]='VcWKH',_0x5468eb['blFhK']=_0xb4d1da(0x8a),_0x5468eb[_0xb4d1da(0x129)]=_0xb4d1da(0xde),_0x5468eb['paUKk']=_0xb4d1da(0x9e),_0x5468eb[_0xb4d1da(0x99)]=function(_0xa77b5a,_0x5a7397){return _0xa77b5a!==_0x5a7397;},_0x5468eb[_0xb4d1da(0xfc)]='CPMpT',_0x5468eb[_0xb4d1da(0x11d)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.';const _0x46f89e=_0x5468eb;if(global['accessibilityPlatform']){if(_0x46f89e['sTEmT'](_0x46f89e['bUGcb'],_0x46f89e[_0xb4d1da(0xb5)]))try{if(_0x46f89e[_0xb4d1da(0xa3)](_0x46f89e[_0xb4d1da(0x127)],_0x46f89e['blFhK'])){const summaryResults=await _0x31071d.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){window.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);resolve(event.detail.summary);};window.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return summaryResults;}else return _0x4f398f[_0xb4d1da(0xf4)](_0x46f89e[_0xb4d1da(0xf7)]),[];}catch{if(_0x46f89e[_0xb4d1da(0xa3)](_0x46f89e['dmLPT'],_0x46f89e[_0xb4d1da(0x129)]))_0x530fd4[_0x46f89e[_0xb4d1da(0x123)]]=_0x5ac6d6['accessibilityOptions'][_0xb4d1da(0x12c)];else return logger['debug'](_0x46f89e[_0xb4d1da(0x125)]),{};}else _0x8b3aeb['accessibilityPlatform']=![];}else return _0x46f89e[_0xb4d1da(0x99)](_0x46f89e[_0xb4d1da(0xfc)],_0x46f89e[_0xb4d1da(0xfc)])?(_0x556711['warn'](_0x46f89e['CZCBg']),![]):(logger['warn'](_0x46f89e[_0xb4d1da(0x11d)]),{});},exports['platformValidation']=async _0x5e997d=>{const _0x10afcd=a28_0x2378f2,_0x21351b={'uIDsR':_0x10afcd(0x101),'IxQCo':function(_0x50c27d,_0x2a36e1){return _0x50c27d+_0x2a36e1;},'AJjea':function(_0x10ec9e,_0x10ea4d){return _0x10ec9e(_0x10ea4d);},'iOsuM':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','TvRkN':function(_0x2065e2,_0x15b4b4){return _0x2065e2!==_0x15b4b4;},'hKbgg':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','OhfHL':function(_0x258d1c,_0x2cb26a){return _0x258d1c===_0x2cb26a;},'kuiwQ':'chrome','rEjbx':_0x10afcd(0x121),'LRXdx':_0x10afcd(0x93),'ZEyJk':function(_0x2a67f1,_0x229747){return _0x2a67f1>_0x229747;},'AKzgS':_0x10afcd(0xd5),'PVgBi':_0x10afcd(0xb8),'Vgutd':function(_0x4dff86,_0x30b097){return _0x4dff86!==_0x30b097;},'DBInV':function(_0x42a1c5,_0x560921){return _0x42a1c5===_0x560921;},'dbpAI':_0x10afcd(0x102),'MXFMi':_0x10afcd(0xf6),'BvEQW':function(_0xc2a968,_0x4ab762){return _0xc2a968===_0x4ab762;},'DfMmB':function(_0x15436b,_0x50d66d){return _0x15436b===_0x50d66d;},'OjJOd':_0x10afcd(0xb0),'nyAnY':function(_0x583bd3,_0x1ec1c8){return _0x583bd3===_0x1ec1c8;},'bIZJi':'zlGQd','tniHL':'iVXGr','jWQMb':'ttBIG'};try{if(_0x21351b['TvRkN'](_0x21351b[_0x10afcd(0x10a)],_0x21351b[_0x10afcd(0x10a)])){_0x54d84f[_0x21351b[_0x10afcd(0xdb)]]=![];const _0x52fd14=_0x21351b['IxQCo'](_0x297d3e,_0x21351b['AJjea'](_0x205d37,_0x320baa['stringify'](_0x16423e)));_0x2c2df4[_0x10afcd(0xfd)]['testInfo'][_0x10afcd(0xa7)][_0x10afcd(0xd4)][_0x10afcd(0x95)]['wsEndpoint']=_0x52fd14;}else{if(!_0x21351b[_0x10afcd(0xea)](_0x5e997d[_0x10afcd(0xda)],'')){if(_0x21351b[_0x10afcd(0xdc)](_0x21351b['dbpAI'],_0x21351b[_0x10afcd(0xb6)]))_0x429a08['warn'](_0x21351b[_0x10afcd(0x8b)]),_0x14d476['accessibilityPlatform']=![];else return logger['warn'](_0x21351b[_0x10afcd(0xd7)]),![];}const _0x2a2873=_0x5e997d[_0x10afcd(0xe6)];if(!(_0x21351b[_0x10afcd(0xef)](_0x2a2873,_0x21351b['kuiwQ'])||_0x21351b[_0x10afcd(0x9a)](_0x2a2873,_0x21351b[_0x10afcd(0xbd)]))){if(_0x21351b[_0x10afcd(0xf5)](_0x21351b['OjJOd'],_0x21351b['OjJOd']))return logger[_0x10afcd(0xf4)](_0x21351b['iOsuM']),![];else try{const event=new _0x17b7b2('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x15705d.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x3bce95(event.detail.data);};_0x2f1420.addEventListener('A11Y_RESULTS_RESPONSE',fn);_0x441fb2.dispatchEvent(event);}catch{_0x1aa073();}}const _0xe2c66d=_0x21351b[_0x10afcd(0x110)](parseInt,_0x5e997d[_0x10afcd(0xf3)]);if(!(_0x21351b['nyAnY'](_0xe2c66d,_0x21351b['LRXdx'])||_0x21351b[_0x10afcd(0x120)](_0xe2c66d,0x5e))){if(_0x21351b['Vgutd'](_0x21351b[_0x10afcd(0xc2)],_0x21351b['tniHL']))return logger[_0x10afcd(0xf4)](_0x21351b[_0x10afcd(0xe4)]),![];else _0x3da6a1();}}}catch(_0x204ead){if(_0x21351b['Vgutd'](_0x21351b['jWQMb'],_0x21351b[_0x10afcd(0x12f)])){if(!_0x21351b[_0x10afcd(0x8d)](_0x9dad1[_0x10afcd(0xda)],''))return _0x5a79e7[_0x10afcd(0xf4)](_0x21351b['hKbgg']),![];const _0x2aab0f=_0x5e93ce[_0x10afcd(0xe6)];if(!(_0x21351b[_0x10afcd(0xef)](_0x2aab0f,_0x21351b[_0x10afcd(0x104)])||_0x21351b[_0x10afcd(0xef)](_0x2aab0f,_0x21351b[_0x10afcd(0xbd)])))return _0x5db86a[_0x10afcd(0xf4)](_0x21351b[_0x10afcd(0x8b)]),![];const _0x531354=_0x21351b['AJjea'](_0x2ccfd4,_0x3c21e3['browser_version']);if(!(_0x21351b[_0x10afcd(0xef)](_0x531354,_0x21351b['LRXdx'])||_0x21351b[_0x10afcd(0x120)](_0x531354,0x5e)))return _0x10eb31[_0x10afcd(0xf4)](_0x21351b[_0x10afcd(0xe4)]),![];}else logger['debug'](_0x10afcd(0x113)+util['format'](_0x204ead));}return!![];},exports[a28_0x2378f2(0x112)]=(_0x128c16,_0xac65ea,_0x4480cd)=>{const _0x28088f=a28_0x2378f2,_0x403fd2={'gLDSv':'accessibilityOptions.includeIssueType.bestPractice','DCtbF':'accessibilityOptions.includeIssueType.needsReview','xHOTk':_0x28088f(0x107),'taWYt':_0x28088f(0x126),'DuqlG':_0x28088f(0xd5),'Udams':function(_0x28f8b1,_0x48e960){return _0x28f8b1===_0x48e960;},'qirmr':_0x28088f(0xd2),'uVEXi':'uwcOY','OwQVW':function(_0x957903){return _0x957903();},'ixShb':function(_0x501d02,_0x2e5a20){return _0x501d02===_0x2e5a20;},'Ccpsx':_0x28088f(0xdd),'GknWD':_0x28088f(0xcb),'POocM':_0x28088f(0x101),'dSdIw':function(_0x2f1009,_0x54529a){return _0x2f1009!==_0x54529a;},'QVZlO':_0x28088f(0xb2),'TBKpz':'chrome','elHcA':'playwright-chromium','vxkCY':_0x28088f(0x90),'LPGUB':_0x28088f(0xff),'LLMLG':'latest','isZLM':function(_0x2459db,_0x502110){return _0x2459db>_0x502110;},'xmMBY':function(_0x44085d,_0x267943){return _0x44085d!==_0x267943;},'HeaXY':_0x28088f(0x103),'fXnvT':function(_0x7a6413,_0x62da70){return _0x7a6413(_0x62da70);},'uWyKN':function(_0x2452ac,_0x4cae58){return _0x2452ac===_0x4cae58;},'eILQb':_0x28088f(0xe7),'lNFte':function(_0x29f0ee,_0x4bc731){return _0x29f0ee===_0x4bc731;},'AzePs':_0x28088f(0xa2),'ftdOg':_0x28088f(0x10f),'OIpXJ':function(_0x4075b6,_0xa524e6){return _0x4075b6+_0xa524e6;},'LvbbW':_0x28088f(0x100)};try{if(_0x403fd2['Udams'](_0x403fd2[_0x28088f(0xb7)],_0x403fd2['uVEXi']))_0x27bb52[_0x403fd2[_0x28088f(0xcc)]]=_0x2e5f50['accessibilityOptions'][_0x28088f(0xd0)][_0x28088f(0xb1)],_0xc958e1[_0x403fd2[_0x28088f(0xec)]]=_0x1ce217['accessibilityOptions'][_0x28088f(0xd0)]['needsReview'];else{if(_0x403fd2[_0x28088f(0xa0)](isAccessibilityAutomationSession)){if(_0x403fd2[_0x28088f(0xc5)](_0x403fd2[_0x28088f(0x11a)],_0x403fd2[_0x28088f(0xc6)]))_0x3ba60c.removeEventListener('A11Y_RESULTS_RESPONSE',_0x3ee10b),_0xcfacce(_0x16fefd.detail.data);else{global['accessibilityPlatform']=!![];if(!_0x128c16[_0x403fd2[_0x28088f(0xca)]]){if(_0x403fd2['dSdIw'](_0x403fd2[_0x28088f(0x9c)],_0x403fd2[_0x28088f(0x9c)])){const event=new _0x9e0b92('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x49957c.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x4a4b4c(event.detail.data);};_0x40b293.addEventListener('A11Y_RESULTS_RESPONSE',fn),_0x5ca962.dispatchEvent(event);}else global[_0x28088f(0x109)]=![];}!(_0x403fd2[_0x28088f(0xc5)](_0x128c16[_0x28088f(0x8e)],_0x403fd2[_0x28088f(0xf8)])||_0x403fd2[_0x28088f(0x89)](_0x128c16[_0x28088f(0x8e)],_0x403fd2[_0x28088f(0x98)]))&&(_0x403fd2[_0x28088f(0xc5)](_0x403fd2[_0x28088f(0xf0)],_0x403fd2[_0x28088f(0xf0)])?(logger[_0x28088f(0xf4)](_0x403fd2[_0x28088f(0xd8)]),global[_0x28088f(0x109)]=![]):_0xef4941[_0x28088f(0x11b)](_0x28088f(0x113)+_0x565e03['format'](_0x31e1e6)));if(!(_0x403fd2[_0x28088f(0x89)](_0x128c16[_0x28088f(0xf3)],_0x403fd2['LLMLG'])||_0x403fd2[_0x28088f(0x11f)](_0x128c16[_0x28088f(0xf3)],0x5e))){if(_0x403fd2['xmMBY'](_0x403fd2[_0x28088f(0x88)],_0x403fd2[_0x28088f(0x88)]))return _0x3bff75[_0x28088f(0x92)](_0x403fd2[_0x28088f(0xc7)]),[];else logger[_0x28088f(0xf4)](_0x403fd2[_0x28088f(0x118)]),global[_0x28088f(0x109)]=![];}if(!_0x403fd2[_0x28088f(0x94)](isUndefined,_0x128c16[_0x28088f(0xda)])){if(_0x403fd2[_0x28088f(0xb4)](_0x403fd2['eILQb'],_0x403fd2[_0x28088f(0xbf)]))logger[_0x28088f(0xf4)](_0x403fd2[_0x28088f(0x132)]),global['accessibilityPlatform']=![];else return _0x4128fa[_0x28088f(0xf4)](_0x403fd2[_0x28088f(0x132)]),![];}if(!global['accessibilityPlatform']){if(_0x403fd2['lNFte'](_0x403fd2[_0x28088f(0x114)],_0x403fd2[_0x28088f(0xe3)]))_0x39f45b['warn'](_0x403fd2[_0x28088f(0x118)]),_0x23514d[_0x28088f(0x109)]=![];else{_0x128c16[_0x403fd2[_0x28088f(0xca)]]=![];const _0x2cdf40=_0x403fd2[_0x28088f(0xfb)](_0xac65ea,_0x403fd2[_0x28088f(0x94)](encodeURIComponent,JSON[_0x28088f(0xa5)](_0x128c16)));_0x4480cd[_0x28088f(0xfd)][_0x28088f(0xf9)][_0x28088f(0xa7)][_0x28088f(0xd4)][_0x28088f(0x95)]['wsEndpoint']=_0x2cdf40;}}}}}}catch(_0xf3bee4){_0x403fd2[_0x28088f(0xcd)](_0x403fd2[_0x28088f(0xa1)],_0x403fd2[_0x28088f(0xa1)])?logger[_0x28088f(0x11b)](_0x28088f(0xdf)+util[_0x28088f(0xce)](_0xf3bee4)):_0x3c9f1d['debug'](_0x28088f(0xdf)+_0x22566b['format'](_0x1b4b49));}};
|
|
1
|
+
function a28_0x4cac(){const _0x400583=['Exception\x20in\x20validation\x20for\x20launch\x20browser\x20for\x20accessibility.\x20Error:\x20','BWNyL','VZlod','GBIuc','latest','BuDQx','qqOQD','RDhwC','accessibilityOptions','jmcms','IQzbX','browser','aUJZU','cxYDx','dffIT','hVnyR','MBfrP','XNSCR','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','WCFJT','9408846zqevGg','No\x20summaryResults\x20found.','format','wcagVersion','WquFj','SlRGn','platformValidation','2wbCZpj','cUvlx','warn','xwQHh','UGWVw','akRCW','OkFXs','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','gcWpx','DYxmv','yicYL','XPYNG','tSPyE','HGeSi','nuYyQ','xkmEB','connectOptions','MTkZH','rcsxG','eIkQO','accessibilityOptions.wcagVersion','debug','ONabO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','40VmYNeO','xLUnB','lWYGZ','41803443IyvqQz','getAccessibilitySummary','iJEAM','GVkls','HdmlR','AWmwf','elUdG','FuChs','VSkhX','playwright-chromium','zxjPW','oLvDR','BS_A11Y_JWT','wsEndpoint','BpmZQ','VQZjX','OcLEL','testInfo','stringify','UBhUL','CeIjg','YbfDB','TgZjL','JZvqQ','Uolni','accessibilityOptions.scannerVersion','tYMCE','wcdjM','accessibilityOptions.scannerProcessingTimeout','JZWHw','soWAU','bjAKB','LhobU','accessibilityOptions.includeIssueType.bestPractice','DAtfr','sKBDx','zeMTT','util','qxzlz','bestPractice','deviceName','sKCUE','VwLdf','chrome','VHLRQ','ErSpM','aLDYK','needsReview','PhdIV','error','qmJFH','GsGPT','fIwvm','accessibilityOptions.includeIssueType.needsReview','jinCm','yvQom','No\x20accessibility\x20results\x20were\x20found.','includeIssueType','Skmwu','mUAOi','../../helpers/helper','KCYCP','vpJXh','AERDm','7390096NeDQlA','sdYSN','browser_version','xfQzZ','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','PXUka','gKlcT','SfoXs','daPTQ','3817365MVZlOL','winstonLogger','NBfWT','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','zbAaW','browserName','../../helpers/logger','HCEBv','wzRLb','SxWGF','GlntD','hdVZx','QUPIo','AZqIE','use','VIbzH','yoGJe','QsvZp','aWTiV','../../helpers/accessibility-automation/helper','Ijzoj','nySvw','EGOnx','scannerVersion','env','GKQfD','iTXJy','753268qZcVAZ','lqVrq','sDEYZ','scannerProcessingTimeout','KUJZE','accessibilityPlatform','PaDHh','pGZVN','4518486fgiMfs','qcdfQ','Bqixx','SCxOs','nWXMv','mrwni','ULclp','acQrw','778746KPPsTC','OkqyS','currentTest','BJNVE','getAccessibilityResults','iqmNN','project'];a28_0x4cac=function(){return _0x400583;};return a28_0x4cac();}function a28_0x53e6(_0x44f66c,_0x24dfa2){const _0x4cac4d=a28_0x4cac();return a28_0x53e6=function(_0x53e604,_0x3a6876){_0x53e604=_0x53e604-0xdb;let _0x4c3484=_0x4cac4d[_0x53e604];return _0x4c3484;},a28_0x53e6(_0x44f66c,_0x24dfa2);}const a28_0x432fb9=a28_0x53e6;(function(_0x5d3a83,_0x3f5c5c){const _0x462e00=a28_0x53e6,_0x335cdd=_0x5d3a83();while(!![]){try{const _0x448964=-parseInt(_0x462e00(0x154))/0x1*(-parseInt(_0x462e00(0x176))/0x2)+-parseInt(_0x462e00(0x129))/0x3+-parseInt(_0x462e00(0x144))/0x4*(parseInt(_0x462e00(0xdd))/0x5)+-parseInt(_0x462e00(0x16f))/0x6+parseInt(_0x462e00(0x14c))/0x7+-parseInt(_0x462e00(0x120))/0x8+parseInt(_0x462e00(0xe0))/0x9;if(_0x448964===_0x3f5c5c)break;else _0x335cdd['push'](_0x335cdd['shift']());}catch(_0x49de03){_0x335cdd['push'](_0x335cdd['shift']());}}}(a28_0x4cac,0xc2de1));const util=require(a28_0x432fb9(0x105)),logger=require(a28_0x432fb9(0x12f))[a28_0x432fb9(0x12a)],{isAccessibilityAutomationSession}=require(a28_0x432fb9(0x13c)),{isUndefined}=require(a28_0x432fb9(0x11c));exports['setAccessibilityPlaywrightCapabilities']=async _0x41dc61=>{const _0x4118b8=a28_0x432fb9,_0x25cd55={};_0x25cd55[_0x4118b8(0x103)]=_0x4118b8(0xdc),_0x25cd55[_0x4118b8(0x16e)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.',_0x25cd55[_0x4118b8(0xf3)]=function(_0x579a21,_0x4b6248){return _0x579a21!==_0x4b6248;},_0x25cd55['EGOnx']=_0x4118b8(0x15c),_0x25cd55[_0x4118b8(0x10c)]=_0x4118b8(0x133),_0x25cd55['GKQfD']=function(_0x3ecb1c,_0x1bae30){return _0x3ecb1c!==_0x1bae30;},_0x25cd55['PXUka']=_0x4118b8(0x121),_0x25cd55[_0x4118b8(0x16a)]=_0x4118b8(0x18a),_0x25cd55['pGZVN']=function(_0x3b4e49,_0x2688a6){return _0x3b4e49!==_0x2688a6;},_0x25cd55['mUAOi']=_0x4118b8(0x14d),_0x25cd55['BJNVE']=_0x4118b8(0xfc),_0x25cd55[_0x4118b8(0x16b)]=_0x4118b8(0xf4),_0x25cd55[_0x4118b8(0x136)]=_0x4118b8(0x146),_0x25cd55[_0x4118b8(0x10a)]=_0x4118b8(0x101),_0x25cd55[_0x4118b8(0x132)]=_0x4118b8(0x115),_0x25cd55['OcLEL']='accessibilityOptions.authToken',_0x25cd55[_0x4118b8(0x13b)]=_0x4118b8(0xf9);const _0x16487b=_0x25cd55;if(_0x41dc61[_0x4118b8(0x163)]){if(_0x16487b[_0x4118b8(0xf3)](_0x16487b[_0x4118b8(0x13f)],_0x16487b['VHLRQ'])){if(_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x172)]){if(_0x16487b[_0x4118b8(0x142)](_0x16487b[_0x4118b8(0x125)],_0x16487b[_0x4118b8(0x125)]))return _0x49f49c[_0x4118b8(0x178)](_0x16487b[_0x4118b8(0x103)]),![];else _0x41dc61[_0x16487b['hVnyR']]=_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x172)];}if(_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x147)]){if(_0x16487b[_0x4118b8(0x14b)](_0x16487b[_0x4118b8(0x11b)],_0x16487b[_0x4118b8(0x11b)]))return _0x52f139[_0x4118b8(0x178)](_0x16487b[_0x4118b8(0x16e)]),![];else _0x41dc61[_0x16487b[_0x4118b8(0x157)]]=_0x41dc61[_0x4118b8(0x163)]['scannerProcessingTimeout'];}_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x119)]&&(_0x16487b[_0x4118b8(0x142)](_0x16487b[_0x4118b8(0x16b)],_0x16487b[_0x4118b8(0x136)])?(_0x41dc61[_0x16487b[_0x4118b8(0x10a)]]=_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x119)]['bestPractice'],_0x41dc61[_0x16487b[_0x4118b8(0x132)]]=_0x41dc61[_0x4118b8(0x163)][_0x4118b8(0x119)][_0x4118b8(0x10f)]):_0x2eca16());}else try{const event=new _0x1c6305('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x26837c.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x4a6fe9(event.detail.data);};_0x3edcf9.addEventListener('A11Y_RESULTS_RESPONSE',fn);_0x252588.dispatchEvent(event);}catch{_0x54b1eb();}}const _0x4158d8=JSON['parse'](process[_0x4118b8(0x141)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4118b8(0x140)];_0x41dc61[_0x16487b[_0x4118b8(0xf0)]]=process[_0x4118b8(0x141)][_0x4118b8(0xec)],_0x41dc61[_0x16487b[_0x4118b8(0x13b)]]=_0x4158d8,delete _0x41dc61[_0x4118b8(0x163)];},exports[a28_0x432fb9(0x158)]=async _0x8c1fb2=>{const _0x2ff3aa=a28_0x432fb9,_0x153b37={'lqVrq':'accessibilityOptions.scannerProcessingTimeout','VIbzH':'browserstack.accessibility','DAtfr':function(_0x3cadf2,_0x15df7e){return _0x3cadf2+_0x15df7e;},'JIjPI':function(_0x57ef07,_0x464c26){return _0x57ef07(_0x464c26);},'xfQzZ':_0x2ff3aa(0xdc),'RDhwC':function(_0x2dc37e,_0x12f5d9){return _0x2dc37e!==_0x12f5d9;},'cUvlx':'jOdey','zeMTT':_0x2ff3aa(0x17f),'KUJZE':_0x2ff3aa(0xf5),'PhdIV':_0x2ff3aa(0x174),'IQzbX':function(_0x4798c1,_0x4043f9){return _0x4798c1===_0x4043f9;},'VZlod':_0x2ff3aa(0x139),'QUPIo':_0x2ff3aa(0x17c),'otLje':_0x2ff3aa(0x118),'XPYNG':function(_0x3ac733,_0x1906dd){return _0x3ac733===_0x1906dd;},'yicYL':'nzyyG','GPYxQ':_0x2ff3aa(0xff),'jinCm':_0x2ff3aa(0x17d)};if(global[_0x2ff3aa(0x149)]){if(_0x153b37[_0x2ff3aa(0x162)](_0x153b37[_0x2ff3aa(0x177)],_0x153b37[_0x2ff3aa(0x104)]))try{if(_0x153b37[_0x2ff3aa(0x162)](_0x153b37[_0x2ff3aa(0x148)],_0x153b37[_0x2ff3aa(0x110)])){const res=await _0x8c1fb2.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS');const fn=function(event){window.removeEventListener('A11Y_RESULTS_RESPONSE',fn);resolve(event.detail.data);};window.addEventListener('A11Y_RESULTS_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return res;}else _0x2ce4dc[_0x153b37[_0x2ff3aa(0x145)]]=_0x1a6b9f[_0x2ff3aa(0x163)][_0x2ff3aa(0x147)];}catch{if(_0x153b37[_0x2ff3aa(0x165)](_0x153b37[_0x2ff3aa(0x15d)],_0x153b37[_0x2ff3aa(0x135)]))_0x54c2a2.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',_0xdc0ac2),_0x1d004e(_0x20b989.detail.summary);else return logger[_0x2ff3aa(0x111)](_0x153b37['otLje']),[];}else{_0x23848b[_0x153b37[_0x2ff3aa(0x138)]]=![];const _0x14aa8d=_0x153b37[_0x2ff3aa(0x102)](_0x536b2f,_0x153b37['JIjPI'](_0x10db19,_0x22499f[_0x2ff3aa(0xf2)](_0x5679db)));_0x5f2148[_0x2ff3aa(0x156)][_0x2ff3aa(0xf1)][_0x2ff3aa(0x15a)]['use'][_0x2ff3aa(0x186)][_0x2ff3aa(0xed)]=_0x14aa8d;}}else{if(_0x153b37[_0x2ff3aa(0x181)](_0x153b37[_0x2ff3aa(0x180)],_0x153b37['GPYxQ']))_0x2c1660[_0x2ff3aa(0x178)](_0x153b37[_0x2ff3aa(0x123)]),_0x50886c[_0x2ff3aa(0x149)]=![];else return logger[_0x2ff3aa(0x178)](_0x153b37[_0x2ff3aa(0x116)]),[];}},exports[a28_0x432fb9(0xe1)]=async _0x1c0261=>{const _0x1426f0=a28_0x432fb9,_0x25d411={'iJEAM':function(_0xd8f612,_0x174925){return _0xd8f612!==_0x174925;},'GBIuc':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','dNOjX':function(_0x4ca7c5,_0x25ed3f){return _0x4ca7c5===_0x25ed3f;},'KCYCP':_0x1426f0(0x10b),'Skmwu':function(_0x7b640c,_0x363d04){return _0x7b640c===_0x363d04;},'AWmwf':_0x1426f0(0xe9),'JZvqQ':_0x1426f0(0xdc),'HdmlR':function(_0x39901b,_0x8f0eff){return _0x39901b(_0x8f0eff);},'zxjPW':function(_0x33e30e,_0x31368e){return _0x33e30e===_0x31368e;},'BuDQx':'latest','feIQV':function(_0x584891,_0x1d9545){return _0x584891>_0x1d9545;},'MTkZH':_0x1426f0(0x12c),'wzRLb':_0x1426f0(0x124),'rcsxG':_0x1426f0(0x101),'vpJXh':'accessibilityOptions.includeIssueType.needsReview','acQrw':_0x1426f0(0x179),'LhobU':'IJOBi','VQZjX':function(_0x1f48b1,_0xc25a8){return _0x1f48b1!==_0xc25a8;},'AERDm':_0x1426f0(0xfd),'zhPfl':_0x1426f0(0x170),'XNSCR':'oOJCX'};if(global[_0x1426f0(0x149)]){if(_0x25d411[_0x1426f0(0xe2)](_0x25d411['acQrw'],_0x25d411[_0x1426f0(0x153)])){if(!_0x25d411['iJEAM'](_0x167e7a[_0x1426f0(0x108)],''))return _0x44229e[_0x1426f0(0x178)](_0x25d411[_0x1426f0(0x15e)]),![];const _0x3a0f11=_0xca9a59[_0x1426f0(0x166)];if(!(_0x25d411['dNOjX'](_0x3a0f11,_0x25d411[_0x1426f0(0x11d)])||_0x25d411[_0x1426f0(0x11a)](_0x3a0f11,_0x25d411[_0x1426f0(0xe5)])))return _0x260d91['warn'](_0x25d411[_0x1426f0(0xf7)]),![];const _0x44fa24=_0x25d411[_0x1426f0(0xe4)](_0x18b4bb,_0x4f7e48[_0x1426f0(0x122)]);if(!(_0x25d411[_0x1426f0(0xea)](_0x44fa24,_0x25d411[_0x1426f0(0x160)])||_0x25d411['feIQV'](_0x44fa24,0x5e)))return _0xb5c266[_0x1426f0(0x178)](_0x25d411[_0x1426f0(0x187)]),![];}else try{if(_0x25d411[_0x1426f0(0xe2)](_0x25d411[_0x1426f0(0x100)],_0x25d411[_0x1426f0(0x100)]))return _0x307c35['warn'](_0x25d411[_0x1426f0(0x131)]),{};else{const summaryResults=await _0x1c0261.evaluate(async()=>{return new Promise(function(resolve,reject){try{const event=new CustomEvent('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){window.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);resolve(event.detail.summary);};window.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);window.dispatchEvent(event);}catch{reject();}});});return summaryResults;}}catch{if(_0x25d411[_0x1426f0(0xef)](_0x25d411[_0x1426f0(0x11f)],_0x25d411['AERDm']))_0x95f113[_0x25d411[_0x1426f0(0x188)]]=_0xf0afc1[_0x1426f0(0x163)]['includeIssueType'][_0x1426f0(0x107)],_0x56edbf[_0x25d411[_0x1426f0(0x11e)]]=_0x44713f[_0x1426f0(0x163)][_0x1426f0(0x119)][_0x1426f0(0x10f)];else return logger[_0x1426f0(0x18b)](_0x25d411['zhPfl']),{};}}else{if(_0x25d411[_0x1426f0(0x11a)](_0x25d411['XNSCR'],_0x25d411[_0x1426f0(0x16c)]))return logger[_0x1426f0(0x178)](_0x25d411[_0x1426f0(0x131)]),{};else _0x1c32bd.removeEventListener('A11Y_RESULTS_RESPONSE',_0x58504a),_0x3f5652(_0xa3250c.detail.data);}},exports[a28_0x432fb9(0x175)]=async _0x814614=>{const _0x294208=a28_0x432fb9,_0x165897={'Bqixx':'accessibilityOptions.wcagVersion','BpmZQ':_0x294208(0xfc),'QsvZp':_0x294208(0x101),'MqXmg':_0x294208(0x115),'xkmEB':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','OkqyS':_0x294208(0x170),'bkiib':function(_0x38ff2f,_0xecb234){return _0x38ff2f===_0xecb234;},'sKCUE':'zNhnP','NBfWT':'HjbJr','oLvDR':function(_0x450309,_0x487c79){return _0x450309!==_0x487c79;},'gcWpx':_0x294208(0x113),'ONabO':_0x294208(0x16d),'nWXMv':function(_0x35a0f1,_0x2a22c2){return _0x35a0f1===_0x2a22c2;},'HCEBv':_0x294208(0x10b),'gKlcT':function(_0x18c57f,_0x3e02f5){return _0x18c57f===_0x3e02f5;},'iqmNN':_0x294208(0xe9),'hdVZx':_0x294208(0x168),'ijCUu':_0x294208(0xdc),'Uolni':function(_0xaaa32f,_0x8bdaea){return _0xaaa32f(_0x8bdaea);},'FuChs':_0x294208(0x15f),'qmJFH':function(_0x19c71c,_0x37e9de){return _0x19c71c>_0x37e9de;},'PaDHh':function(_0x2f9c25,_0x5d10ad){return _0x2f9c25!==_0x5d10ad;},'eIkQO':_0x294208(0x10d),'dffIT':'YKrYF','akRCW':_0x294208(0x12c),'elUdG':function(_0x44af2e,_0x561d39){return _0x44af2e===_0x561d39;},'xLUnB':_0x294208(0x127)};try{if(_0x165897['bkiib'](_0x165897[_0x294208(0x109)],_0x165897[_0x294208(0x12b)]))_0x50c0b8[_0x294208(0x163)][_0x294208(0x172)]&&(_0x512c4b[_0x165897[_0x294208(0x14e)]]=_0x5f11a4[_0x294208(0x163)][_0x294208(0x172)]),_0x3b5ec6[_0x294208(0x163)][_0x294208(0x147)]&&(_0x40f5ee[_0x165897[_0x294208(0xee)]]=_0x35707d[_0x294208(0x163)][_0x294208(0x147)]),_0x3ff68c[_0x294208(0x163)]['includeIssueType']&&(_0x2b6885[_0x165897[_0x294208(0x13a)]]=_0x54f1c1[_0x294208(0x163)][_0x294208(0x119)][_0x294208(0x107)],_0xddcee8[_0x165897['MqXmg']]=_0x191cdc[_0x294208(0x163)]['includeIssueType'][_0x294208(0x10f)]);else{if(!_0x165897[_0x294208(0xeb)](_0x814614[_0x294208(0x108)],''))return _0x165897['oLvDR'](_0x165897[_0x294208(0x17e)],_0x165897[_0x294208(0x17e)])?(_0x38ba57[_0x294208(0x178)](_0x165897[_0x294208(0x185)]),[]):(logger[_0x294208(0x178)](_0x165897[_0x294208(0xdb)]),![]);const _0x3bc321=_0x814614[_0x294208(0x166)];if(!(_0x165897[_0x294208(0x150)](_0x3bc321,_0x165897[_0x294208(0x130)])||_0x165897[_0x294208(0x126)](_0x3bc321,_0x165897[_0x294208(0x159)]))){if(_0x165897['oLvDR'](_0x165897[_0x294208(0x134)],_0x165897['hdVZx']))_0x19b525();else return logger[_0x294208(0x178)](_0x165897['ijCUu']),![];}const _0x3ed699=_0x165897[_0x294208(0xf8)](parseInt,_0x814614['browser_version']);if(!(_0x165897[_0x294208(0x150)](_0x3ed699,_0x165897[_0x294208(0xe7)])||_0x165897[_0x294208(0x112)](_0x3ed699,0x5e)))return _0x165897[_0x294208(0x14a)](_0x165897[_0x294208(0x189)],_0x165897[_0x294208(0x169)])?(logger['warn'](_0x165897[_0x294208(0x17b)]),![]):(_0xd75c80['debug'](_0x165897[_0x294208(0x155)]),{});}}catch(_0x13999e){_0x165897[_0x294208(0xe6)](_0x165897[_0x294208(0xde)],_0x165897[_0x294208(0xde)])?logger['debug']('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+util[_0x294208(0x171)](_0x13999e)):_0xa1dc4a[_0x165897[_0x294208(0x14e)]]=_0x3d2ded[_0x294208(0x163)][_0x294208(0x172)];}return!![];},exports['processAccessibilityCaps']=(_0x3db231,_0x1b9b87,_0x397b6b)=>{const _0x120319=a28_0x432fb9,_0x40c1be={'iTXJy':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','ULclp':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','gaaVi':_0x120319(0x118),'qqOQD':function(_0x20d454,_0x4d073e){return _0x20d454!==_0x4d073e;},'AaRIU':'XyTRa','VIeRW':'pOiMB','aUJZU':function(_0x4459ce){return _0x4459ce();},'mrwni':function(_0x20727e,_0x705d1f){return _0x20727e===_0x705d1f;},'tYMCE':'USstF','tSPyE':'yJwnh','HGeSi':'browserstack.accessibility','VSkhX':_0x120319(0x106),'aLDYK':'uhRsm','lWYGZ':function(_0x4df08d,_0x2b1ba0){return _0x4df08d===_0x2b1ba0;},'GVkls':_0x120319(0x10b),'yvQom':function(_0x7ac178,_0x2301b2){return _0x7ac178===_0x2301b2;},'SCxOs':_0x120319(0xe9),'DrFWZ':function(_0x1d49fd,_0x539c9e){return _0x1d49fd!==_0x539c9e;},'TgZjL':_0x120319(0x128),'wFGYC':'RCeMP','WquFj':_0x120319(0xdc),'Ijzoj':'latest','FQPTj':function(_0x1573b2,_0x1f0a10){return _0x1573b2>_0x1f0a10;},'UGWVw':'YIeSw','nySvw':function(_0xb6686f,_0x310bed){return _0xb6686f(_0x310bed);},'iShMa':function(_0x336874,_0x4926a1){return _0x336874===_0x4926a1;},'NvCeK':'dTQnp','soWAU':_0x120319(0x12d),'wcdjM':function(_0x3b8834,_0x2c7fa9){return _0x3b8834===_0x2c7fa9;},'jmcms':'nEVZz','nuYyQ':function(_0x503c1f,_0x2507f3){return _0x503c1f+_0x2507f3;},'hpxER':function(_0x27cad8,_0x2c5fd4){return _0x27cad8===_0x2c5fd4;},'fIwvm':'HTQti'};try{if(_0x40c1be[_0x120319(0x161)](_0x40c1be['AaRIU'],_0x40c1be['VIeRW'])){if(_0x40c1be[_0x120319(0x167)](isAccessibilityAutomationSession)){if(_0x40c1be[_0x120319(0x151)](_0x40c1be[_0x120319(0xfa)],_0x40c1be[_0x120319(0x182)]))_0x4af2e7[_0x120319(0x18b)](_0x120319(0x15b)+_0x3cf927[_0x120319(0x171)](_0x56cc47));else{global[_0x120319(0x149)]=!![];if(!_0x3db231[_0x40c1be[_0x120319(0x183)]]){if(_0x40c1be[_0x120319(0x161)](_0x40c1be[_0x120319(0xe8)],_0x40c1be[_0x120319(0x10e)]))global['accessibilityPlatform']=![];else return _0x4aff65['warn'](_0x40c1be[_0x120319(0x143)]),![];}!(_0x40c1be[_0x120319(0xdf)](_0x3db231['browserName'],_0x40c1be[_0x120319(0xe3)])||_0x40c1be[_0x120319(0x117)](_0x3db231[_0x120319(0x12e)],_0x40c1be[_0x120319(0x14f)]))&&(_0x40c1be['DrFWZ'](_0x40c1be[_0x120319(0xf6)],_0x40c1be['wFGYC'])?(logger[_0x120319(0x178)](_0x40c1be[_0x120319(0x173)]),global[_0x120319(0x149)]=![]):(_0x25665d['warn'](_0x40c1be[_0x120319(0x152)]),_0x4bcd93[_0x120319(0x149)]=![]));!(_0x40c1be[_0x120319(0x151)](_0x3db231[_0x120319(0x122)],_0x40c1be[_0x120319(0x13d)])||_0x40c1be['FQPTj'](_0x3db231[_0x120319(0x122)],0x5e))&&(_0x40c1be[_0x120319(0x117)](_0x40c1be[_0x120319(0x17a)],_0x40c1be[_0x120319(0x17a)])?(logger['warn'](_0x40c1be['ULclp']),global[_0x120319(0x149)]=![]):_0x1335ef[_0x120319(0x18b)]('Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20'+_0x1b3cc3['format'](_0xd6c069)));if(!_0x40c1be[_0x120319(0x13e)](isUndefined,_0x3db231[_0x120319(0x108)])){if(_0x40c1be['iShMa'](_0x40c1be['NvCeK'],_0x40c1be[_0x120319(0xfe)]))try{const event=new _0x361c53('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x41047b.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x361389(event.detail.summary);};_0x279c0d.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x195a50.dispatchEvent(event);}catch{_0x334e75();}else logger[_0x120319(0x178)](_0x40c1be[_0x120319(0x143)]),global[_0x120319(0x149)]=![];}if(!global['accessibilityPlatform']){if(_0x40c1be[_0x120319(0xfb)](_0x40c1be[_0x120319(0x164)],_0x40c1be[_0x120319(0x164)])){_0x3db231[_0x40c1be[_0x120319(0x183)]]=![];const _0x317462=_0x40c1be[_0x120319(0x184)](_0x1b9b87,_0x40c1be[_0x120319(0x13e)](encodeURIComponent,JSON['stringify'](_0x3db231)));_0x397b6b['currentTest'][_0x120319(0xf1)][_0x120319(0x15a)][_0x120319(0x137)][_0x120319(0x186)][_0x120319(0xed)]=_0x317462;}else return _0x50a363[_0x120319(0x111)](_0x40c1be['gaaVi']),[];}}}}else _0x5a93c5['warn'](_0x40c1be[_0x120319(0x143)]),_0x4429a0['accessibilityPlatform']=![];}catch(_0x5ecefb){_0x40c1be['hpxER'](_0x40c1be[_0x120319(0x114)],_0x40c1be[_0x120319(0x114)])?logger[_0x120319(0x18b)](_0x120319(0x15b)+util[_0x120319(0x171)](_0x5ecefb)):_0x595053[_0x120319(0x149)]=![];}};
|