browserstack-node-sdk 1.31.2 → 1.31.4

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.
Files changed (105) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  65. package/src/bin/playwright/reporter/reporter.js +1 -1
  66. package/src/bin/playwright/reporter/test-details.js +1 -1
  67. package/src/bin/runner.js +1 -1
  68. package/src/bin/setup.js +1 -1
  69. package/src/bin/test-runner/index.js +1 -1
  70. package/src/bin/test-runner/runTest.js +1 -1
  71. package/src/bin/test-runner/testWorker.js +1 -1
  72. package/src/bin/utils/constants.js +1 -1
  73. package/src/bin/utils/log4jsAppender.js +1 -1
  74. package/src/bin/utils/logPatcher.js +1 -1
  75. package/src/bin/utils/logReportingAPI.js +1 -1
  76. package/src/bin/vanilla-js/command.js +1 -1
  77. package/src/browserstackSDKMethods.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/percy/utils.js +1 -1
  94. package/src/helpers/request-spy.js +1 -1
  95. package/src/helpers/setKeepAlive.js +1 -1
  96. package/src/helpers/test-observability/constants.js +1 -1
  97. package/src/helpers/test-observability/error-handler.js +1 -1
  98. package/src/helpers/test-observability/performance-tester.js +1 -1
  99. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  100. package/src/helpers/test-observability/sessionHandler.js +1 -1
  101. package/src/helpers/test-observability/utils.js +1 -1
  102. package/src/helpers/w3cMapping.js +1 -1
  103. package/src/hubAllocationMethods.js +1 -1
  104. package/src/index.js +1 -1
  105. package/ats/src/cloudproviders/gcs.js +0 -1
@@ -1 +1 @@
1
- function a25_0x1381(_0x3d8a21,_0x55d0f1){const _0x1eee9b=a25_0x1eee();return a25_0x1381=function(_0x138193,_0x27edc8){_0x138193=_0x138193-0x8e;let _0x5a572a=_0x1eee9b[_0x138193];return _0x5a572a;},a25_0x1381(_0x3d8a21,_0x55d0f1);}const a25_0x4099a9=a25_0x1381;function a25_0x1eee(){const _0x36ec11=['pRyWr','aWhbZ','SPVmg','WchKf','ebGCB','XUXVD','992oOXNNE','lCUQI','concat','dyOij','Qbgrv','ezeuk','ASUjR','tRbrK','SyCtS','getBrowserVersion','VDayA','2523068gsApUN','TpEIi','VCzEI','vNWbf','rXTnj','markedStatus','push','lBYYK','LweLW','fuXQL','376719xYiBYx','RpXpa','332517pTayKt','AoCIK','state','lTnTH','JNPWj','IHqCR','14987ZUbcad','GhzWD','hcUVM','../../../helpers/test-observability/constants','generic','_afterEach','kZaDM','6289584pfisHV','GsjNH','substring','huxBr','AkAIb','mapTestHooks','2PMDQXt','cvfJg','niSYA','YeXVe','vEhIj','npAHI','OlVDT','hook:','phyEP','toISOString','hook','../../utils/logReportingAPI','../../../helpers/helper','22zFEZac','JgoSn','lMche','ZqRnE','SBdox','getBrowserName','CdLwH','forEach','Gsycs','OqekK','getCapabilities','KAoiK','vQygR','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','eGfRk','vUSjp','type','OdeTA','RtFrw','5oWUmRj','unknown_grid','hookAnalyticsId','NgEqU','TVxKm','UVmdP','vtcqA','mzOwN','automate','cIbmk','JKOlA','SaXfI','getTestEnv','kvNBg','yqRyD','mvOIQ','WeBeM','QvTTu','zKSZE','ZStwp','getPlatform','_beforeAll','ksCQq','NYUUp','AaHJk','Wpjcb','../../../../package.json','slice','gQHPQ','AMowk','PNJOC','XaCXs','jsoqj','ScqTf','tests','indexOf','Eacfi','app-automate','split','kfrdn','toJSON','okLwj','appium:app','grmPN','MGWtA','xicFc','9172968JEqWIk','string','passed','filter','browserstack','uuid','getHooksForTest','_beforeEach','AnPcp','reduce','rVgDg','fromEntries','zTHIp','fCTSW','GWtPQ','parent','5391oJwMWo','getSession','QcQdj','eXIyv','eZRjh','getHookSkippedTests','fQKsF','MvHDq','QHBUO','fQktu','2010WwqwTe','VDaek','kTJQN','RlVcj','izjkX','getHookDetails','nlgul','FReNU','CvUdF','GQFCT','bs:addPlatformDetails:','failed','fhUpG','TvnxP','__cloud_provider___','irZpJ','yUyiX','_afterAll','TTUMg','zlXvP','iKsSG','GMHVC','oMiEP','xhSeO','suites','CZXWW','RbDRm','pid','mtWZG','ZjQbZ'];a25_0x1eee=function(){return _0x36ec11;};return a25_0x1eee();}(function(_0x521677,_0x5958a7){const _0x2161e0=a25_0x1381,_0x295f19=_0x521677();while(!![]){try{const _0x25fdb2=parseInt(_0x2161e0(0xe4))/0x1*(parseInt(_0x2161e0(0xf7))/0x2)+parseInt(_0x2161e0(0xe2))/0x3+-parseInt(_0x2161e0(0xd8))/0x4*(-parseInt(_0x2161e0(0x117))/0x5)+parseInt(_0x2161e0(0xf1))/0x6+-parseInt(_0x2161e0(0xea))/0x7*(-parseInt(_0x2161e0(0xcd))/0x8)+parseInt(_0x2161e0(0x9f))/0x9*(-parseInt(_0x2161e0(0xa9))/0xa)+parseInt(_0x2161e0(0x104))/0xb*(-parseInt(_0x2161e0(0x8f))/0xc);if(_0x25fdb2===_0x5958a7)break;else _0x295f19['push'](_0x295f19['shift']());}catch(_0x3c6518){_0x295f19['push'](_0x295f19['shift']());}}}(a25_0x1eee,0xb7ee2));const {v4:uuidv4}=require(a25_0x4099a9(0x94)),{name,version}=require(a25_0x4099a9(0x131)),logPatcher=require('../../utils/logPatcher'),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a25_0x4099a9(0x102)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require('../../../helpers/test-observability/utils'),{consoleHolder}=require(a25_0x4099a9(0xed)),{getPlatformVersion}=require(a25_0x4099a9(0x103));console={},Object['keys'](consoleHolder)['forEach'](_0x5675c6=>{const _0x1620fe=a25_0x4099a9,_0x271490={};_0x271490['lCUQI']=function(_0x88dbfd,_0x297aa1){return _0x88dbfd!==_0x297aa1;},_0x271490[_0x1620fe(0xbd)]=_0x1620fe(0x90),_0x271490[_0x1620fe(0xb5)]=_0x1620fe(0xfe),_0x271490[_0x1620fe(0xac)]='hook',_0x271490['ZqRnE']=function(_0x1c43cc,_0x8e5ba4){return _0x1c43cc===_0x8e5ba4;},_0x271490[_0x1620fe(0x13b)]='qkGge';const _0x2707d1=_0x271490;console[_0x5675c6]=(..._0x5b53b1)=>{const _0x52b4d4=_0x1620fe,_0x25ca0={'ASUjR':function(_0x173ae1,_0x5e84fa){const _0x1503a6=a25_0x1381;return _0x2707d1[_0x1503a6(0xce)](_0x173ae1,_0x5e84fa);},'JKOlA':_0x2707d1['iKsSG'],'GQFCT':_0x2707d1[_0x52b4d4(0xb5)],'tRbrK':_0x2707d1['RlVcj']};if(_0x2707d1[_0x52b4d4(0x107)](_0x2707d1[_0x52b4d4(0x13b)],_0x2707d1['Eacfi']))BSTestOpsPatcher[_0x5675c6](..._0x5b53b1);else{if(!_0x50b02a||_0x25ca0[_0x52b4d4(0xd3)](typeof _0x7156bb,_0x25ca0[_0x52b4d4(0x121)]))return[null,null];if(_0x25ca0[_0x52b4d4(0xd3)](_0x53dfdc[_0x52b4d4(0x13a)](_0x25ca0[_0x52b4d4(0xb2)]),-0x1)){const _0x26ab4f=_0x137eec[_0x52b4d4(0x13d)](_0x25ca0[_0x52b4d4(0xb2)]);return[_0x26ab4f[0x0]['slice'](0x0,-0x1)[_0x52b4d4(0x13d)]('\x22')[0x1],_0x26ab4f[0x1][_0x52b4d4(0xf3)](0x1)];}else{if(_0x25ca0[_0x52b4d4(0xd3)](_0x387194[_0x52b4d4(0x13a)](_0x25ca0['tRbrK']),-0x1)){const _0x35f0d6=_0x35c2b3['split'](_0x25ca0[_0x52b4d4(0xd4)]);return[_0x35f0d6[0x0][_0x52b4d4(0x132)](0x0,-0x1)[_0x52b4d4(0x13d)]('\x22')[0x1],_0x25176a];}}return[null,null];}};}),exports[a25_0x4099a9(0x123)]=()=>{const _0x486cba=a25_0x4099a9,_0x44b26a={'OIBDJ':_0x486cba(0xee),'ScqTf':function(_0x449c92){return _0x449c92();}};return{'ci':_0x44b26a['OIBDJ'],'key':_0x44b26a[_0x486cba(0x138)](uuidv4),'version':version,'collector':'js-'+name};},exports[a25_0x4099a9(0xae)]=_0xcd8945=>{const _0x1fb106=a25_0x4099a9,_0x593452={};_0x593452['ezeuk']=function(_0x11b062,_0x43405d){return _0x11b062!==_0x43405d;},_0x593452['UVmdP']=_0x1fb106(0x90),_0x593452['zKSZE']=function(_0x96929f,_0x427e71){return _0x96929f===_0x427e71;},_0x593452[_0x1fb106(0xbb)]=_0x1fb106(0x9d),_0x593452[_0x1fb106(0xfa)]=_0x1fb106(0xfe),_0x593452[_0x1fb106(0xdb)]=function(_0x535b4b,_0x542655){return _0x535b4b===_0x542655;},_0x593452['piSny']='GEvRV',_0x593452[_0x1fb106(0xab)]=_0x1fb106(0xd0),_0x593452[_0x1fb106(0xdf)]=_0x1fb106(0x101),_0x593452[_0x1fb106(0x10f)]=_0x1fb106(0x130),_0x593452[_0x1fb106(0xb6)]=_0x1fb106(0xc0);const _0x346e05=_0x593452;if(!_0xcd8945||_0x346e05['ezeuk'](typeof _0xcd8945,_0x346e05[_0x1fb106(0x11c)])){if(_0x346e05[_0x1fb106(0x129)](_0x346e05[_0x1fb106(0xbb)],_0x346e05[_0x1fb106(0xbb)]))return[null,null];else{const _0x1b492e=_0x39055e[_0x1fb106(0xa4)](_0x3029fd);return _0x1b492e&&(_0x28da0c=_0x33b4c3[_0x1fb106(0xcf)](_0x1b492e)),_0x1e711c;}}if(_0x346e05['ezeuk'](_0xcd8945['indexOf'](_0x346e05[_0x1fb106(0xfa)]),-0x1)){if(_0x346e05[_0x1fb106(0xdb)](_0x346e05['piSny'],_0x346e05[_0x1fb106(0xab)]))return;else{const _0x4056d0=_0xcd8945[_0x1fb106(0x13d)](_0x346e05[_0x1fb106(0xfa)]);return[_0x4056d0[0x0][_0x1fb106(0x132)](0x0,-0x1)[_0x1fb106(0x13d)]('\x22')[0x1],_0x4056d0[0x1][_0x1fb106(0xf3)](0x1)];}}else{if(_0x346e05[_0x1fb106(0xd2)](_0xcd8945[_0x1fb106(0x13a)](_0x346e05['lBYYK']),-0x1)){if(_0x346e05['ezeuk'](_0x346e05[_0x1fb106(0x10f)],_0x346e05[_0x1fb106(0xb6)])){const _0x3cc476=_0xcd8945['split'](_0x346e05['lBYYK']);return[_0x3cc476[0x0][_0x1fb106(0x132)](0x0,-0x1)[_0x1fb106(0x13d)]('\x22')[0x1],_0xcd8945];}else _0x6e7b72[_0x1ee727[_0x1fb106(0xb7)]]=_0x4f9a42;}}return[null,null];},exports['getHooksForTest']=_0x4aa215=>{const _0x15c637=a25_0x4099a9,_0x818313={'DMwdT':function(_0x537a7d,_0x353a37){return _0x537a7d(_0x353a37);},'jsoqj':function(_0x2dcded,_0x100c5d){return _0x2dcded===_0x100c5d;},'aClfP':_0x15c637(0xaf),'fuXQL':function(_0x15c9a8,_0xbe4ee0){return _0x15c9a8!==_0xbe4ee0;},'AMowk':_0x15c637(0x126),'XUXVD':function(_0x177217,_0x4a2351){return _0x177217!==_0x4a2351;},'vUSjp':_0x15c637(0xc2),'WeBeM':function(_0x1cc623,_0x51643b){return _0x1cc623===_0x51643b;},'AoCIK':_0x15c637(0xe7),'MGWtA':'gBCeX','kfrdn':_0x15c637(0x12c),'NgEqU':_0x15c637(0xba),'KRMOg':'_beforeEach','irZpJ':'_afterEach'};if(!_0x4aa215||!_0x4aa215['parent']){if(_0x818313[_0x15c637(0x127)](_0x818313[_0x15c637(0xe5)],_0x818313[_0x15c637(0x143)]))_0x818313['DMwdT'](_0x4d7c20,_0x15c637(0x111)+_0x14cfb6);else return[];}const _0x5e46d8=[];return[_0x818313[_0x15c637(0x13e)],_0x818313[_0x15c637(0x11a)],_0x818313['KRMOg'],_0x818313[_0x15c637(0xb8)]][_0x15c637(0x10b)](_0x23d6ba=>{const _0x13b82a=_0x15c637,_0x3cf1a9={'AaHJk':function(_0x5219ef,_0x28ff90){const _0x3b7770=a25_0x1381;return _0x818313[_0x3b7770(0x137)](_0x5219ef,_0x28ff90);},'QvTTu':_0x818313['aClfP'],'izjkX':function(_0x4c601a,_0x45367e){const _0x468287=a25_0x1381;return _0x818313[_0x468287(0xe1)](_0x4c601a,_0x45367e);},'npAHI':_0x818313[_0x13b82a(0x134)]};if(_0x818313[_0x13b82a(0xcc)](_0x818313[_0x13b82a(0x113)],_0x818313[_0x13b82a(0x113)]))_0x375f3f[_0x13b82a(0x119)]&&_0x4bdd40[_0x13b82a(0xde)](_0x3ebe6a[_0x13b82a(0x119)]);else{const _0x54fac9=_0x4aa215[_0x13b82a(0x9e)][_0x23d6ba]||[];_0x54fac9['forEach'](_0x30a8cc=>{const _0x430cd0=_0x13b82a;if(_0x3cf1a9[_0x430cd0(0x12f)](_0x3cf1a9[_0x430cd0(0x128)],_0x3cf1a9[_0x430cd0(0x128)])){if(_0x30a8cc['hookAnalyticsId']){if(_0x3cf1a9[_0x430cd0(0xad)](_0x3cf1a9[_0x430cd0(0xfc)],_0x3cf1a9[_0x430cd0(0xfc)]))return[null,null];else _0x5e46d8[_0x430cd0(0xde)](_0x30a8cc[_0x430cd0(0x119)]);}}else _0xd1909e[_0x29dba1](..._0x63d187);});}}),[..._0x5e46d8,...exports[_0x15c637(0x95)](_0x4aa215['parent'])];},exports[a25_0x4099a9(0xf6)]=_0x443ffd=>{const _0x65adeb=a25_0x4099a9,_0x5b7c5e={'RbDRm':function(_0xf1dfed,_0x5a05c8){return _0xf1dfed!==_0x5a05c8;},'CdcTG':_0x65adeb(0x101),'RtFrw':function(_0x3a648c,_0x835840){return _0x3a648c!==_0x835840;},'JgoSn':_0x65adeb(0x91),'cvfJg':_0x65adeb(0xb4),'THCAD':_0x65adeb(0xee),'LweLW':function(_0x44834d){return _0x44834d();},'ayDYT':_0x65adeb(0xbf),'fwCnZ':_0x65adeb(0xe8),'niSYA':function(_0x3b5b12,_0x54a3f7){return _0x3b5b12===_0x54a3f7;},'vEhIj':'LmXNE','grmPN':function(_0x361a05){return _0x361a05();},'NYUUp':function(_0x3bd8ce,_0x58db3b){return _0x3bd8ce===_0x58db3b;},'cIbmk':_0x65adeb(0xef),'okLwj':function(_0x57a8f5,_0x4863b9){return _0x57a8f5===_0x4863b9;},'CvUdF':_0x65adeb(0xc7),'ebGCB':_0x65adeb(0xaa),'zlXvP':_0x65adeb(0x110),'SaXfI':_0x65adeb(0x12c),'QHBUO':'_afterAll','QPduc':_0x65adeb(0x96)};if(!_0x443ffd||!_0x443ffd[_0x65adeb(0x9e)]){if(_0x5b7c5e['RtFrw'](_0x5b7c5e[_0x65adeb(0xbc)],_0x5b7c5e[_0x65adeb(0xbc)])){const _0x141f48={'phyEP':function(_0x5362df,_0x15f875){const _0x5674ef=_0x65adeb;return _0x5b7c5e[_0x5674ef(0xc3)](_0x5362df,_0x15f875);},'Qbgrv':_0x5b7c5e['CdcTG'],'hcUVM':function(_0x1d2230,_0x465b38){const _0x333da8=_0x65adeb;return _0x5b7c5e[_0x333da8(0x116)](_0x1d2230,_0x465b38);},'GsjNH':_0x5b7c5e[_0x65adeb(0x105)],'SPVmg':_0x5b7c5e[_0x65adeb(0xf8)]},_0x733484=_0x206eb5[_0x65adeb(0xc1)][_0x65adeb(0x98)]((_0x5a2c6b,_0x212023)=>{const _0x47ba61=_0x65adeb,_0x5a9798=_0x924bcb[_0x47ba61(0xa4)](_0x212023);return _0x5a9798&&(_0x5a2c6b=_0x5a2c6b[_0x47ba61(0xcf)](_0x5a9798)),_0x5a2c6b;},[]),_0x30f8e3=_0x32c724[_0x65adeb(0x139)][_0x65adeb(0x92)](_0x357042=>{const _0x48358d=_0x65adeb,_0x4b4bef=_0x141f48[_0x48358d(0xff)](_0x357042[_0x48358d(0x114)],_0x141f48[_0x48358d(0xd1)])&&!_0x357042['markedStatus']&&_0x141f48[_0x48358d(0xec)](_0x357042['state'],_0x141f48[_0x48358d(0xf2)])&&_0x141f48['phyEP'](_0x357042[_0x48358d(0xe6)],_0x141f48[_0x48358d(0xc9)])&&!_0x357042['pending'];return _0x4b4bef;});return _0x30f8e3['concat'](_0x733484);}else return;}[_0x5b7c5e[_0x65adeb(0x122)],_0x5b7c5e[_0x65adeb(0xa7)],_0x5b7c5e['QPduc'],_0x5b7c5e['cIbmk']]['forEach'](_0x198ea7=>{const _0x695c58=_0x65adeb;if(_0x5b7c5e[_0x695c58(0x12e)](_0x5b7c5e[_0x695c58(0xcb)],_0x5b7c5e[_0x695c58(0xcb)])){const _0x1759b6=_0x443ffd[_0x695c58(0x9e)][_0x198ea7]||[];_0x1759b6[_0x695c58(0x10b)](_0x505db6=>{const _0x564dbc=_0x695c58,_0x53381e={'VDayA':_0x5b7c5e['THCAD'],'UmTMl':function(_0x9d6052){return _0x5b7c5e['LweLW'](_0x9d6052);}};if(_0x5b7c5e[_0x564dbc(0xc3)](_0x5b7c5e['ayDYT'],_0x5b7c5e['fwCnZ'])){if(!_0x505db6[_0x564dbc(0x119)]){if(_0x5b7c5e[_0x564dbc(0xf9)](_0x5b7c5e[_0x564dbc(0xfb)],_0x5b7c5e[_0x564dbc(0xfb)]))_0x505db6['hookAnalyticsId']=_0x5b7c5e[_0x564dbc(0x142)](uuidv4);else{const _0x5ad6c9=_0x1a38ee[_0x564dbc(0x9e)][_0x2103cf]||[];_0x5ad6c9[_0x564dbc(0x10b)](_0x47e58e=>{const _0x3cd7bc=_0x564dbc;_0x47e58e[_0x3cd7bc(0x119)]&&_0x2cfe25[_0x3cd7bc(0xde)](_0x47e58e['hookAnalyticsId']);});}}else{if(_0x505db6[_0x564dbc(0xdd)]&&_0x5b7c5e[_0x564dbc(0x12e)](_0x198ea7,_0x5b7c5e[_0x564dbc(0x120)])){if(_0x5b7c5e[_0x564dbc(0x140)](_0x5b7c5e[_0x564dbc(0xb1)],_0x5b7c5e['CvUdF']))_0x505db6[_0x564dbc(0x119)]=_0x5b7c5e[_0x564dbc(0xe0)](uuidv4),delete _0x505db6[_0x564dbc(0xdd)];else return{'ci':_0x53381e[_0x564dbc(0xd7)],'key':_0x53381e['UmTMl'](_0xc6f6b8),'version':_0x39aee7,'collector':'js-'+_0x2e35ef};}}}else return;});}else{const _0x10f204={'FReNU':function(_0x59370d){const _0x2bf313=_0x695c58;return _0x5b7c5e[_0x2bf313(0x142)](_0x59370d);},'GhzWD':function(_0x2fb915,_0x1482bd){const _0x37e713=_0x695c58;return _0x5b7c5e[_0x37e713(0x12e)](_0x2fb915,_0x1482bd);},'gQHPQ':_0x5b7c5e[_0x695c58(0x120)]},_0x1b0ff5=_0x577284['parent'][_0x4214fa]||[];_0x1b0ff5[_0x695c58(0x10b)](_0x1bc510=>{const _0xc88d93=_0x695c58;if(!_0x1bc510[_0xc88d93(0x119)])_0x1bc510['hookAnalyticsId']=_0x10f204[_0xc88d93(0xb0)](_0x13ab8f);else _0x1bc510['markedStatus']&&_0x10f204[_0xc88d93(0xeb)](_0x2cc5ae,_0x10f204[_0xc88d93(0x133)])&&(_0x1bc510['hookAnalyticsId']=_0x10f204[_0xc88d93(0xb0)](_0x423cd3),delete _0x1bc510[_0xc88d93(0xdd)]);});}}),exports[_0x65adeb(0xf6)](_0x443ffd['parent']);},exports['sendPlatformDetails']=async(_0x3bbe3c,_0x40875b)=>{const _0x265cc5=a25_0x4099a9,_0x533fcc={'TVxKm':'hook','SBdox':function(_0x3365da){return _0x3365da();},'ZjQbZ':function(_0xfd32f5,_0x369861){return _0xfd32f5===_0x369861;},'xicFc':_0x265cc5(0x112),'lMche':_0x265cc5(0x115),'PCMmt':function(_0x3d8de8,_0x2e5832){return _0x3d8de8===_0x2e5832;},'yUyiX':_0x265cc5(0x93),'eXIyv':_0x265cc5(0x141),'GMHVC':'app','yqRyD':_0x265cc5(0x13c),'CdLwH':_0x265cc5(0x11f),'eZRjh':function(_0x1e430c,_0x4e609a){return _0x1e430c(_0x4e609a);},'TpEIi':function(_0x3fc46c,_0x528b15){return _0x3fc46c===_0x528b15;},'rrxGI':function(_0x312b41,_0xae937d){return _0x312b41!==_0xae937d;},'XaCXs':'XSAVc','Gsycs':_0x265cc5(0xc5),'QcQdj':function(_0x119a58,_0x230d11){return _0x119a58===_0x230d11;},'mzOwN':_0x265cc5(0x97),'WchKf':_0x265cc5(0x118),'aWhbZ':'TEST_PLATFORM','ksCQq':function(_0x2a202c,_0x354f85){return _0x2a202c===_0x354f85;},'RpXpa':_0x265cc5(0x135),'MvHDq':_0x265cc5(0xdc)};try{if(_0x533fcc[_0x265cc5(0xc6)](_0x533fcc[_0x265cc5(0x8e)],_0x533fcc[_0x265cc5(0x8e)])){if(!_0x533fcc[_0x265cc5(0x108)](isTestObservabilitySession)){if(_0x533fcc[_0x265cc5(0xc6)](_0x533fcc[_0x265cc5(0x106)],_0x533fcc[_0x265cc5(0x106)]))return;else _0x157c27=_0x4aef34[_0x265cc5(0xcf)](_0x4a2d24);}const _0x582a72=await _0x3bbe3c[_0x265cc5(0x10e)](),_0x15fc7a=await _0x3bbe3c[_0x265cc5(0xa0)](),_0x439e24={},_0x14d19f=Object[_0x265cc5(0x9a)](_0x15fc7a[_0x265cc5(0x10e)]()['map_']),_0x513bc6={'product':_0x533fcc['PCMmt'](global[_0x265cc5(0xb7)],_0x533fcc[_0x265cc5(0xb9)])?_0x14d19f[_0x533fcc[_0x265cc5(0xa2)]]||_0x14d19f[_0x533fcc[_0x265cc5(0xbe)]]?_0x533fcc[_0x265cc5(0x125)]:_0x533fcc[_0x265cc5(0x10a)]:null,'capabilities':_0x14d19f,'platform':_0x582a72[_0x265cc5(0x12b)](),'platform_version':_0x533fcc[_0x265cc5(0xa3)](getPlatformVersion,_0x533fcc[_0x265cc5(0xd9)](global[_0x265cc5(0xb7)],_0x533fcc[_0x265cc5(0xb9)])),'browser':_0x582a72[_0x265cc5(0x109)](),'browser_version':_0x582a72[_0x265cc5(0xd6)](),'session_id':_0x15fc7a[_0x265cc5(0x13f)]()};if(global[_0x265cc5(0xb7)]){if(_0x533fcc['rrxGI'](_0x533fcc[_0x265cc5(0x136)],_0x533fcc[_0x265cc5(0x10c)]))_0x439e24[global[_0x265cc5(0xb7)]]=_0x513bc6;else{const _0x1d2176=_0x55ae16[_0x265cc5(0x13d)](_0x533fcc[_0x265cc5(0x11b)]);return[_0x1d2176[0x0][_0x265cc5(0x132)](0x0,-0x1)[_0x265cc5(0x13d)]('\x22')[0x1],_0x100905];}}else _0x533fcc[_0x265cc5(0xa1)](_0x533fcc['mzOwN'],_0x533fcc[_0x265cc5(0x11e)])?_0x439e24[_0x533fcc[_0x265cc5(0xca)]]=_0x513bc6:(_0xff7b75['hookAnalyticsId']=_0x533fcc['SBdox'](_0x550b0f),delete _0x556569[_0x265cc5(0xdd)]);process['emit'](_0x265cc5(0xb3)+process[_0x265cc5(0xc4)],{'timestamp':new Date()[_0x265cc5(0x100)](),'level':null,'message':null,'kind':_0x533fcc[_0x265cc5(0xc8)],'http_response':_0x439e24,'uuid':_0x40875b});}else _0x35818e[_0x265cc5(0xde)](_0x136270[_0x265cc5(0x119)]);}catch(_0x5bedbf){_0x533fcc[_0x265cc5(0x12d)](_0x533fcc[_0x265cc5(0xe3)],_0x533fcc[_0x265cc5(0xa6)])?_0x172eef[_0x260a6b]=(..._0xaa54c6)=>{_0x29bc55[_0x52cc29](..._0xaa54c6);}:_0x533fcc[_0x265cc5(0xa3)](debug,_0x265cc5(0x111)+_0x5bedbf);}},exports[a25_0x4099a9(0xa4)]=_0x5ce1ea=>{const _0x5970be=a25_0x4099a9,_0x1179f8={'VCzEI':_0x5970be(0x118),'vtcqA':function(_0x152bb8){return _0x152bb8();},'OqekK':function(_0x37a371,_0x199ef9){return _0x37a371!==_0x199ef9;},'rVgDg':'BduJw','zTHIp':'UsdJn','ZStwp':function(_0x537f3a,_0x266f2a){return _0x537f3a!==_0x266f2a;},'huxBr':_0x5970be(0xfd),'kzbim':'yUEEq','AkAIb':function(_0x58467a,_0xd02b8a){return _0x58467a!==_0xd02b8a;},'fQKsF':_0x5970be(0x9c),'kvNBg':_0x5970be(0xe9),'kZaDM':'hook','SyCtS':_0x5970be(0x91),'fQktu':'failed'},_0x2caf8a=_0x5ce1ea[_0x5970be(0xc1)]['reduce']((_0x3c823d,_0x124149)=>{const _0x1150cc=_0x5970be,_0x12db6b={'OBuSV':function(_0x4e5fe3){const _0x403cb9=a25_0x1381;return _0x1179f8[_0x403cb9(0x11d)](_0x4e5fe3);}};if(_0x1179f8[_0x1150cc(0x10d)](_0x1179f8[_0x1150cc(0x99)],_0x1179f8[_0x1150cc(0x9b)])){const _0x37b364=exports[_0x1150cc(0xa4)](_0x124149);return _0x37b364&&(_0x1179f8[_0x1150cc(0x12a)](_0x1179f8[_0x1150cc(0xf4)],_0x1179f8['kzbim'])?_0x3c823d=_0x3c823d[_0x1150cc(0xcf)](_0x37b364):_0x5a2047[_0x1150cc(0x119)]=_0x12db6b['OBuSV'](_0x24628d)),_0x3c823d;}else _0x123047[_0x1179f8[_0x1150cc(0xda)]]=_0x8d4824;},[]),_0x30d65f=_0x5ce1ea['tests'][_0x5970be(0x92)](_0x500e5f=>{const _0x383ccf=_0x5970be;if(_0x1179f8[_0x383ccf(0xf5)](_0x1179f8[_0x383ccf(0xa5)],_0x1179f8[_0x383ccf(0x124)])){const _0x3be189=_0x1179f8['AkAIb'](_0x500e5f[_0x383ccf(0x114)],_0x1179f8[_0x383ccf(0xf0)])&&!_0x500e5f[_0x383ccf(0xdd)]&&_0x1179f8['OqekK'](_0x500e5f['state'],_0x1179f8[_0x383ccf(0xd5)])&&_0x1179f8[_0x383ccf(0x12a)](_0x500e5f[_0x383ccf(0xe6)],_0x1179f8[_0x383ccf(0xa8)])&&!_0x500e5f['pending'];return _0x3be189;}else return[];});return _0x30d65f[_0x5970be(0xcf)](_0x2caf8a);};
1
+ const a25_0x56e750=a25_0x1a2b;function a25_0x1a2b(_0x2dc769,_0x67a137){const _0x139b6c=a25_0x139b();return a25_0x1a2b=function(_0x1a2b91,_0x21b010){_0x1a2b91=_0x1a2b91-0x1e7;let _0x31bf3c=_0x139b6c[_0x1a2b91];return _0x31bf3c;},a25_0x1a2b(_0x2dc769,_0x67a137);}(function(_0xc86cee,_0x365493){const _0x1cf282=a25_0x1a2b,_0x26147a=_0xc86cee();while(!![]){try{const _0x134ca0=parseInt(_0x1cf282(0x1f3))/0x1*(-parseInt(_0x1cf282(0x227))/0x2)+parseInt(_0x1cf282(0x214))/0x3*(-parseInt(_0x1cf282(0x290))/0x4)+parseInt(_0x1cf282(0x2a0))/0x5*(-parseInt(_0x1cf282(0x238))/0x6)+parseInt(_0x1cf282(0x210))/0x7+parseInt(_0x1cf282(0x202))/0x8*(parseInt(_0x1cf282(0x25d))/0x9)+-parseInt(_0x1cf282(0x24d))/0xa+parseInt(_0x1cf282(0x248))/0xb;if(_0x134ca0===_0x365493)break;else _0x26147a['push'](_0x26147a['shift']());}catch(_0x2ae172){_0x26147a['push'](_0x26147a['shift']());}}}(a25_0x139b,0x8883a));const {v4:uuidv4}=require(a25_0x56e750(0x274)),{name,version}=require(a25_0x56e750(0x280)),logPatcher=require(a25_0x56e750(0x276)),BSTestOpsPatcher=new logPatcher({}),logReportingAPI=require(a25_0x56e750(0x267)),BSTestOpsLogger=new logReportingAPI({}),{debug,isTestObservabilitySession}=require(a25_0x56e750(0x287)),{consoleHolder}=require(a25_0x56e750(0x28b)),{getPlatformVersion}=require(a25_0x56e750(0x20e));function a25_0x139b(){const _0x51971c=['VegZl','tcMXx','slice','hookAnalyticsId','sAyLL','indexOf','qykRp','getPlatform','omWtu','tests','xYphY','map_','PxiFa','mBReD','81QcXSqV','Nkhak','NoloO','_afterEach','fvSpV','getHookSkippedTests','mJwME','hook:','bSgdS','nKHta','JLqWn','kVIDH','zGssf','taVPc','app','1046536nMYUls','ODCjw','jqRVw','bRONn','yMovc','mJyIk','gQvbD','pending','cZLJA','BMTeE','XyBNq','getBrowserName','../../../helpers/helper','forEach','3708782ULApdK','passed','LmJLD','kBBOS','824316AcRWTu','QvBWb','concat','keys','Xptib','yRVRj','jKHby','emit','getHooksForTest','ZQxqW','kqKhk','sendPlatformDetails','hhKEI','unknown_grid','xCXVs','tGuob','JJoQq','zxVds','cJmto','12626RApUPe','Rdabj','bPYiD','RUPAh','EVyQx','ncdSl','PhRjO','KKdWs','state','app-automate','xOqNs','toISOString','TyQdj','jwjhg','FLBSU','LamnS','markedStatus','287838gPWSuP','TxTdH','yhOMZ','qvwOX','getTestEnv','NBtDG','Wzlxr','js-','emorW','parent','APfIe','push','qZuEg','lNSar','nlMVG','type','19741315mWNCaZ','wmIiU','qaWTq','Hzpon','hLluK','8569820mzwvSF','browserstack','LPFTL','_afterAll','TLSug','getCapabilities','ujdaA','PgXgk','ykLdp','kxibs','fLGIG','kcXvI','filter','pid','KQyRp','IfJqa','36ARcYbI','HbZoY','cIYWb','mapTestHooks','wHYnh','GUDTx','HxBSe','hyBLj','suites','Exception\x20in\x20populating\x20platform\x20details\x20with\x20error\x20:\x20','../../utils/logReportingAPI','OfLGF','jgIBV','yffVJ','LdUvD','generic','getBrowserVersion','oUltu','mxbUB','bs:addPlatformDetails:','WXbOx','wCwrc','yTXPs','uuid','mNmbj','../../utils/logPatcher','getSession','FUkNO','veYdl','sBYCw','nEcZN','vxmyq','yEbRi','toJSON','geJFK','../../../../package.json','MABSS','TWTsv','vjUNa','pTnHV','eFaHo','hook','../../../helpers/test-observability/utils','KjPYz','__cloud_provider___','cBrPY','../../../helpers/test-observability/constants','yNdOt','automate','vuEez','NPZFV','12BECgax','sVqgJ','qEUrH','poJlR','reduce','qicgr','hOTQK','VpLnd','fAKxO','split','ecvqA','mzPfY','BIaBu','FqsbC','_beforeEach','YLsBK','10aRqdpl','failed','ERlsV'];a25_0x139b=function(){return _0x51971c;};return a25_0x139b();}console={},Object[a25_0x56e750(0x217)](consoleHolder)[a25_0x56e750(0x20f)](_0x2041fc=>{const _0xcfd693=a25_0x56e750,_0x75e918={};_0x75e918['yffVJ']=function(_0x51f265,_0x2438e3){return _0x51f265!==_0x2438e3;},_0x75e918['hOTQK']=_0xcfd693(0x24c),_0x75e918[_0xcfd693(0x1fc)]=_0xcfd693(0x281);const _0x167a12=_0x75e918;console[_0x2041fc]=(..._0x4eb773)=>{const _0x581c65=_0xcfd693;_0x167a12[_0x581c65(0x26a)](_0x167a12[_0x581c65(0x296)],_0x167a12['nKHta'])?BSTestOpsPatcher[_0x2041fc](..._0x4eb773):_0x56d99b[_0x4ba4f4['__cloud_provider___']]=_0x58cf2b;};}),exports[a25_0x56e750(0x23c)]=()=>{const _0x57b719=a25_0x56e750,_0x57052f={'wgIcW':_0x57b719(0x26c),'HxBSe':function(_0x1cd044){return _0x1cd044();}};return{'ci':_0x57052f['wgIcW'],'key':_0x57052f[_0x57b719(0x263)](uuidv4),'version':version,'collector':'js-'+name};},exports['getHookDetails']=_0x43f595=>{const _0x5e05a9=a25_0x56e750,_0x3252d1={'NoloO':function(_0x3a7650,_0x30fd87){return _0x3a7650!==_0x30fd87;},'cZLJA':_0x5e05a9(0x286),'KQyRp':_0x5e05a9(0x211),'OfLGF':_0x5e05a9(0x2a1),'Ypjax':function(_0x16a79b){return _0x16a79b();},'jwjhg':function(_0x4e733f,_0x3b360e){return _0x4e733f===_0x3b360e;},'bPYiD':_0x5e05a9(0x1f6),'eFaHo':function(_0x2800ae){return _0x2800ae();},'BOMXn':function(_0x3b8400,_0x5c3270){return _0x3b8400!==_0x5c3270;},'TyQdj':'string','NPZFV':function(_0x4c3d7d,_0x4c2dd3){return _0x4c3d7d!==_0x4c2dd3;},'veYdl':_0x5e05a9(0x27a),'RUPAh':function(_0x1db575,_0x48d67e){return _0x1db575!==_0x48d67e;},'FLBSU':_0x5e05a9(0x1fa),'LPFTL':_0x5e05a9(0x27c),'APfIe':_0x5e05a9(0x288)};if(!_0x43f595||_0x3252d1['BOMXn'](typeof _0x43f595,_0x3252d1[_0x5e05a9(0x233)])){if(_0x3252d1[_0x5e05a9(0x28f)](_0x3252d1['veYdl'],_0x3252d1[_0x5e05a9(0x279)])){const _0x5d8ec6={'xCXVs':function(_0x27dfa3,_0x440032){return _0x3252d1['NoloO'](_0x27dfa3,_0x440032);},'sAyLL':_0x3252d1[_0x5e05a9(0x20a)],'zcmiz':function(_0x15dbc5,_0x472327){const _0xfb26cd=_0x5e05a9;return _0x3252d1[_0xfb26cd(0x1f5)](_0x15dbc5,_0x472327);},'geJFK':_0x3252d1[_0x5e05a9(0x25b)],'MnUNV':_0x3252d1[_0x5e05a9(0x268)]},_0x46d380=_0x2c30ef[_0x5e05a9(0x265)]['reduce']((_0x5a1c20,_0x2c77d3)=>{const _0x3f3de4=_0x5e05a9,_0x2a73c1=_0x5ec47b['getHookSkippedTests'](_0x2c77d3);return _0x2a73c1&&(_0x5a1c20=_0x5a1c20[_0x3f3de4(0x216)](_0x2a73c1)),_0x5a1c20;},[]),_0x19c98f=_0xc3c62e[_0x5e05a9(0x1ee)][_0x5e05a9(0x259)](_0x14fbda=>{const _0x5bc6cc=_0x5e05a9,_0x1b92c4=_0x5d8ec6['xCXVs'](_0x14fbda[_0x5bc6cc(0x247)],_0x5d8ec6[_0x5bc6cc(0x1e9)])&&!_0x14fbda['markedStatus']&&_0x5d8ec6['zcmiz'](_0x14fbda['state'],_0x5d8ec6[_0x5bc6cc(0x27f)])&&_0x5d8ec6[_0x5bc6cc(0x222)](_0x14fbda[_0x5bc6cc(0x22f)],_0x5d8ec6['MnUNV'])&&!_0x14fbda[_0x5bc6cc(0x209)];return _0x1b92c4;});return _0x19c98f[_0x5e05a9(0x216)](_0x46d380);}else return[null,null];}if(_0x3252d1[_0x5e05a9(0x22a)](_0x43f595[_0x5e05a9(0x1ea)](_0x3252d1['FLBSU']),-0x1)){if(_0x3252d1[_0x5e05a9(0x28f)](_0x3252d1[_0x5e05a9(0x24f)],_0x3252d1[_0x5e05a9(0x24f)]))_0x3eda09[_0x437421](..._0x5de59b);else{const _0x51a2b4=_0x43f595[_0x5e05a9(0x299)](_0x3252d1[_0x5e05a9(0x235)]);return[_0x51a2b4[0x0][_0x5e05a9(0x1e7)](0x0,-0x1)['split']('\x22')[0x1],_0x51a2b4[0x1]['substring'](0x1)];}}else{if(_0x3252d1[_0x5e05a9(0x1f5)](_0x43f595['indexOf'](_0x3252d1['cZLJA']),-0x1)){if(_0x3252d1[_0x5e05a9(0x28f)](_0x3252d1[_0x5e05a9(0x242)],_0x3252d1['APfIe'])){if(!_0x3c1062[_0x5e05a9(0x1e8)])_0x54e14e[_0x5e05a9(0x1e8)]=_0x3252d1['Ypjax'](_0x3242d4);else _0x3c5fbd['markedStatus']&&_0x3252d1[_0x5e05a9(0x234)](_0x3e9042,_0x3252d1[_0x5e05a9(0x229)])&&(_0xbf1231[_0x5e05a9(0x1e8)]=_0x3252d1[_0x5e05a9(0x285)](_0x45b9c6),delete _0x5ad84f['markedStatus']);}else{const _0x4c2103=_0x43f595[_0x5e05a9(0x299)](_0x3252d1['cZLJA']);return[_0x4c2103[0x0][_0x5e05a9(0x1e7)](0x0,-0x1)[_0x5e05a9(0x299)]('\x22')[0x1],_0x43f595];}}}return[null,null];},exports[a25_0x56e750(0x21c)]=_0xbc6626=>{const _0xbcabcb=a25_0x56e750,_0x31cef1={'YLsBK':function(_0x19540d){return _0x19540d();},'tcMXx':function(_0x31758b,_0x125b73){return _0x31758b===_0x125b73;},'omWtu':_0xbcabcb(0x1f6),'EVyQx':function(_0x58fdfd,_0x2005bb){return _0x58fdfd!==_0x2005bb;},'JLqWn':_0xbcabcb(0x1fb),'mJyIk':'bfwSa','Rdabj':function(_0x49d40b,_0xda25b4){return _0x49d40b!==_0xda25b4;},'PgXgk':_0xbcabcb(0x1f1),'TxTdH':function(_0x2da516,_0x50a9f0){return _0x2da516===_0x50a9f0;},'hyBLj':_0xbcabcb(0x282),'sVqgJ':_0xbcabcb(0x200),'fLGIG':'aTHDO','kcXvI':_0xbcabcb(0x271),'wHYnh':'_beforeAll','momSJ':_0xbcabcb(0x250),'XyBNq':'_beforeEach'};if(!_0xbc6626||!_0xbc6626['parent']){if(_0x31cef1[_0xbcabcb(0x22b)](_0x31cef1[_0xbcabcb(0x257)],_0x31cef1[_0xbcabcb(0x258)]))return[];else _0x297e93=_0x424ef7[_0xbcabcb(0x216)](_0x4860ee);}const _0x18d730=[];return[_0x31cef1[_0xbcabcb(0x261)],_0x31cef1['momSJ'],_0x31cef1[_0xbcabcb(0x20c)],_0x31cef1[_0xbcabcb(0x1ed)]][_0xbcabcb(0x20f)](_0x6d9f74=>{const _0x512cfb=_0xbcabcb,_0x5dc1bd={'cBrPY':function(_0x18fba1){const _0x292295=a25_0x1a2b;return _0x31cef1[_0x292295(0x29f)](_0x18fba1);},'Xptib':function(_0x4d8884,_0x59c9a9){const _0x286245=a25_0x1a2b;return _0x31cef1[_0x286245(0x2a4)](_0x4d8884,_0x59c9a9);},'Ynszy':_0x31cef1[_0x512cfb(0x1ed)],'PhRjO':function(_0x3b6e78,_0x9e993d){return _0x31cef1['EVyQx'](_0x3b6e78,_0x9e993d);},'ykLdp':_0x31cef1[_0x512cfb(0x1fd)],'qEUrH':_0x31cef1[_0x512cfb(0x207)],'xYphY':function(_0x594df2,_0x328fe3){const _0x4a5113=_0x512cfb;return _0x31cef1[_0x4a5113(0x228)](_0x594df2,_0x328fe3);},'ODCjw':_0x31cef1[_0x512cfb(0x254)]};if(_0x31cef1[_0x512cfb(0x239)](_0x31cef1[_0x512cfb(0x264)],_0x31cef1[_0x512cfb(0x291)])){const _0x1a8be9=_0x11c7f5[_0x512cfb(0x1f8)](_0x5f3237);return _0x1a8be9&&(_0x363fb4=_0x2462e6['concat'](_0x1a8be9)),_0x4bdcc1;}else{const _0x3f156f=_0xbc6626[_0x512cfb(0x241)][_0x6d9f74]||[];_0x3f156f[_0x512cfb(0x20f)](_0x2f436b=>{const _0x4bfe85=_0x512cfb,_0x840161={'vjUNa':function(_0xf4cd3a){const _0x118957=a25_0x1a2b;return _0x5dc1bd[_0x118957(0x28a)](_0xf4cd3a);},'bmgrd':function(_0x4b9849,_0x227956){const _0x55adbc=a25_0x1a2b;return _0x5dc1bd[_0x55adbc(0x218)](_0x4b9849,_0x227956);},'GTgKh':_0x5dc1bd['Ynszy']};if(_0x5dc1bd[_0x4bfe85(0x22d)](_0x5dc1bd[_0x4bfe85(0x255)],_0x5dc1bd[_0x4bfe85(0x292)])){if(_0x2f436b[_0x4bfe85(0x1e8)]){if(_0x5dc1bd[_0x4bfe85(0x1ef)](_0x5dc1bd[_0x4bfe85(0x203)],_0x5dc1bd[_0x4bfe85(0x203)])){const _0x385639={'tGuob':function(_0x1d8317){const _0xf9dfe4=_0x4bfe85;return _0x840161[_0xf9dfe4(0x283)](_0x1d8317);},'mBReD':function(_0x21556c,_0x3092aa){return _0x840161['bmgrd'](_0x21556c,_0x3092aa);},'HbZoY':_0x840161['GTgKh'],'ERlsV':function(_0x1ef09a){const _0xb13bfc=_0x4bfe85;return _0x840161[_0xb13bfc(0x283)](_0x1ef09a);}},_0x3bce54=_0x1d6768[_0x4bfe85(0x241)][_0x4aca97]||[];_0x3bce54[_0x4bfe85(0x20f)](_0x47049c=>{const _0x174a26=_0x4bfe85;if(!_0x47049c[_0x174a26(0x1e8)])_0x47049c[_0x174a26(0x1e8)]=_0x385639[_0x174a26(0x223)](_0x2e738a);else _0x47049c['markedStatus']&&_0x385639[_0x174a26(0x1f2)](_0x22a5cf,_0x385639[_0x174a26(0x25e)])&&(_0x47049c[_0x174a26(0x1e8)]=_0x385639[_0x174a26(0x2a2)](_0x2bae93),delete _0x47049c[_0x174a26(0x237)]);});}else _0x18d730[_0x4bfe85(0x243)](_0x2f436b[_0x4bfe85(0x1e8)]);}}else return;});}}),[..._0x18d730,...exports[_0xbcabcb(0x21c)](_0xbc6626[_0xbcabcb(0x241)])];},exports[a25_0x56e750(0x260)]=_0x1ef29f=>{const _0x5647d2=a25_0x56e750,_0x303124={'nEcZN':function(_0x22cd77,_0x58e7cd){return _0x22cd77!==_0x58e7cd;},'LdUvD':_0x5647d2(0x286),'kvRue':function(_0x567b81,_0x1dd634){return _0x567b81!==_0x1dd634;},'jKHby':_0x5647d2(0x211),'xXVrD':_0x5647d2(0x2a1),'NBtDG':_0x5647d2(0x221),'emorW':'lKYbU','yNdOt':function(_0x48c1b6,_0x565941){return _0x48c1b6===_0x565941;},'JJoQq':_0x5647d2(0x298),'sRhEt':function(_0x83bb39){return _0x83bb39();},'NYGaL':function(_0x149c0b,_0x298645){return _0x149c0b===_0x298645;},'ujdaA':_0x5647d2(0x1f6),'vuEez':'oyYWQ','cJmto':function(_0x48f4dc){return _0x48f4dc();},'oUltu':function(_0x4ebe22,_0x117cad){return _0x4ebe22!==_0x117cad;},'DIYKR':_0x5647d2(0x25c),'xKpNw':_0x5647d2(0x22c),'UjNvQ':function(_0x37ed0b,_0x129fdd){return _0x37ed0b!==_0x129fdd;},'hhKEI':_0x5647d2(0x2a3),'LamnS':'_beforeAll','mxbUB':'_afterAll','dPtRv':_0x5647d2(0x29e)};if(!_0x1ef29f||!_0x1ef29f['parent']){if(_0x303124['UjNvQ'](_0x303124[_0x5647d2(0x220)],_0x303124[_0x5647d2(0x220)])){const _0x284cdd=_0x303124['nEcZN'](_0x48ba64['type'],_0x303124[_0x5647d2(0x26b)])&&!_0x18b6ad[_0x5647d2(0x237)]&&_0x303124['kvRue'](_0x37484f[_0x5647d2(0x22f)],_0x303124[_0x5647d2(0x21a)])&&_0x303124[_0x5647d2(0x27b)](_0x415666[_0x5647d2(0x22f)],_0x303124['xXVrD'])&&!_0x38ee28[_0x5647d2(0x209)];return _0x284cdd;}else return;}[_0x303124[_0x5647d2(0x236)],_0x303124[_0x5647d2(0x26f)],_0x303124['dPtRv'],_0x303124['ujdaA']][_0x5647d2(0x20f)](_0x1a1ec9=>{const _0x108616=_0x5647d2,_0x122147={'mJwME':_0x303124['LdUvD'],'qvwOX':_0x303124[_0x108616(0x23d)],'yEbRi':function(_0x1cd3e5,_0x2837dc){const _0x753e51=_0x108616;return _0x303124[_0x753e51(0x27b)](_0x1cd3e5,_0x2837dc);},'KKdWs':_0x303124[_0x108616(0x240)],'GbVeO':function(_0x43a183,_0x451f15){const _0xedd2ff=_0x108616;return _0x303124[_0xedd2ff(0x28c)](_0x43a183,_0x451f15);},'QvBWb':_0x303124[_0x108616(0x224)],'yhOMZ':function(_0xa059b4){return _0x303124['sRhEt'](_0xa059b4);},'FqsbC':function(_0x45bd3c,_0x386c98){return _0x303124['NYGaL'](_0x45bd3c,_0x386c98);},'kVIDH':_0x303124[_0x108616(0x253)],'qicgr':_0x303124[_0x108616(0x28e)],'mzPfY':function(_0x528d6e){const _0x55b1de=_0x108616;return _0x303124[_0x55b1de(0x226)](_0x528d6e);}};if(_0x303124[_0x108616(0x26e)](_0x303124['DIYKR'],_0x303124['xKpNw'])){const _0x3a5cc8=_0x1ef29f[_0x108616(0x241)][_0x1a1ec9]||[];_0x3a5cc8[_0x108616(0x20f)](_0x2ed7f4=>{const _0x3d0ae5=_0x108616,_0x4befe6={};_0x4befe6[_0x3d0ae5(0x1ff)]=_0x122147[_0x3d0ae5(0x23b)];const _0x3cced7=_0x4befe6;if(_0x122147[_0x3d0ae5(0x27d)](_0x122147[_0x3d0ae5(0x22e)],_0x122147[_0x3d0ae5(0x22e)]))return[null,null];else{if(!_0x2ed7f4[_0x3d0ae5(0x1e8)]){if(_0x122147['GbVeO'](_0x122147['QvBWb'],_0x122147[_0x3d0ae5(0x215)]))_0x2ed7f4[_0x3d0ae5(0x1e8)]=_0x122147[_0x3d0ae5(0x23a)](uuidv4);else{const _0x10be1b=_0x2525c4['split'](_0x122147[_0x3d0ae5(0x1f9)]);return[_0x10be1b[0x0][_0x3d0ae5(0x1e7)](0x0,-0x1)[_0x3d0ae5(0x299)]('\x22')[0x1],_0x5769d1];}}else _0x2ed7f4[_0x3d0ae5(0x237)]&&_0x122147[_0x3d0ae5(0x29d)](_0x1a1ec9,_0x122147[_0x3d0ae5(0x1fe)])&&(_0x122147[_0x3d0ae5(0x27d)](_0x122147[_0x3d0ae5(0x295)],_0x122147['qicgr'])?_0x506927[_0x3cced7['zGssf']]=_0x2b022d:(_0x2ed7f4['hookAnalyticsId']=_0x122147[_0x3d0ae5(0x29b)](uuidv4),delete _0x2ed7f4['markedStatus']));}});}else return[];}),exports[_0x5647d2(0x260)](_0x1ef29f[_0x5647d2(0x241)]);},exports[a25_0x56e750(0x21f)]=async(_0x498a16,_0x21d34f)=>{const _0x2119ce=a25_0x56e750,_0x42a8ed={'gBFdz':_0x2119ce(0x26c),'LebrK':function(_0x5ea5a0){return _0x5ea5a0();},'kxibs':_0x2119ce(0x1fa),'wCwrc':function(_0x180ad6,_0x56676f){return _0x180ad6!==_0x56676f;},'yMovc':_0x2119ce(0x231),'bRONn':_0x2119ce(0x275),'VpLnd':function(_0xf3fd8e){return _0xf3fd8e();},'Hzpon':function(_0x1f012a,_0x3ae6db){return _0x1f012a===_0x3ae6db;},'ecvqA':_0x2119ce(0x29c),'poJlR':'KVLJu','Raldx':_0x2119ce(0x24e),'nlMVG':'appium:app','pTnHV':_0x2119ce(0x201),'OlQeo':_0x2119ce(0x230),'qaWTq':_0x2119ce(0x28d),'qZuEg':function(_0x4522ea,_0x46b404){return _0x4522ea(_0x46b404);},'ZQxqW':function(_0x4c09ac,_0x4e93f5){return _0x4c09ac===_0x4e93f5;},'LmJLD':_0x2119ce(0x251),'RwQId':_0x2119ce(0x25f),'kqKhk':_0x2119ce(0x1f7),'ourIs':'unknown_grid','BMTeE':'TEST_PLATFORM','FErtw':function(_0x47826e,_0xf84a91){return _0x47826e!==_0xf84a91;},'jqRVw':_0x2119ce(0x269),'zxVds':'PpwGG'};try{if(_0x42a8ed[_0x2119ce(0x272)](_0x42a8ed[_0x2119ce(0x206)],_0x42a8ed[_0x2119ce(0x205)])){if(!_0x42a8ed[_0x2119ce(0x297)](isTestObservabilitySession)){if(_0x42a8ed[_0x2119ce(0x24b)](_0x42a8ed[_0x2119ce(0x29a)],_0x42a8ed[_0x2119ce(0x293)]))return{'ci':_0x42a8ed['gBFdz'],'key':_0x42a8ed['LebrK'](_0x315d90),'version':_0x117a06,'collector':_0x2119ce(0x23f)+_0x4f7857};else return;}const _0x2e5eb0=await _0x498a16[_0x2119ce(0x252)](),_0x2a0565=await _0x498a16[_0x2119ce(0x277)](),_0x501221={},_0x2c2645=Object['fromEntries'](_0x2a0565[_0x2119ce(0x252)]()[_0x2119ce(0x1f0)]),_0x4aa321={'product':_0x42a8ed[_0x2119ce(0x24b)](global['__cloud_provider___'],_0x42a8ed['Raldx'])?_0x2c2645[_0x42a8ed[_0x2119ce(0x246)]]||_0x2c2645[_0x42a8ed[_0x2119ce(0x284)]]?_0x42a8ed['OlQeo']:_0x42a8ed[_0x2119ce(0x24a)]:null,'capabilities':_0x2c2645,'platform':_0x2e5eb0[_0x2119ce(0x1ec)](),'platform_version':_0x42a8ed['qZuEg'](getPlatformVersion,_0x42a8ed[_0x2119ce(0x21d)](global[_0x2119ce(0x289)],_0x42a8ed['Raldx'])),'browser':_0x2e5eb0[_0x2119ce(0x20d)](),'browser_version':_0x2e5eb0[_0x2119ce(0x26d)](),'session_id':_0x2a0565[_0x2119ce(0x27e)]()};if(global['__cloud_provider___'])_0x42a8ed[_0x2119ce(0x272)](_0x42a8ed[_0x2119ce(0x212)],_0x42a8ed['RwQId'])?_0x501221[global[_0x2119ce(0x289)]]=_0x4aa321:_0x493e27['push'](_0x9ad329[_0x2119ce(0x1e8)]);else{if(_0x42a8ed[_0x2119ce(0x272)](_0x42a8ed[_0x2119ce(0x21e)],_0x42a8ed[_0x2119ce(0x21e)])){const _0x47c830=_0x29008b[_0x2119ce(0x241)][_0x296882]||[];_0x47c830['forEach'](_0x49b27f=>{const _0x183e76=_0x2119ce;_0x49b27f[_0x183e76(0x1e8)]&&_0x19fd44['push'](_0x49b27f[_0x183e76(0x1e8)]);});}else _0x501221[_0x42a8ed['ourIs']]=_0x4aa321;}process[_0x2119ce(0x21b)](_0x2119ce(0x270)+process[_0x2119ce(0x25a)],{'timestamp':new Date()[_0x2119ce(0x232)](),'level':null,'message':null,'kind':_0x42a8ed[_0x2119ce(0x20b)],'http_response':_0x501221,'uuid':_0x21d34f});}else _0x450f44[_0x314aeb]=(..._0x35b41b)=>{_0x16d045[_0xd4c5e5](..._0x35b41b);};}catch(_0x59a59c){if(_0x42a8ed['FErtw'](_0x42a8ed[_0x2119ce(0x204)],_0x42a8ed[_0x2119ce(0x225)]))_0x42a8ed[_0x2119ce(0x244)](debug,_0x2119ce(0x266)+_0x59a59c);else{const _0x2fe220=_0x4de8aa[_0x2119ce(0x299)](_0x42a8ed[_0x2119ce(0x256)]);return[_0x2fe220[0x0][_0x2119ce(0x1e7)](0x0,-0x1)[_0x2119ce(0x299)]('\x22')[0x1],_0x2fe220[0x1]['substring'](0x1)];}}},exports[a25_0x56e750(0x1f8)]=_0x192f6a=>{const _0x2c5340=a25_0x56e750,_0x5a17aa={'josrQ':function(_0x3ca24f,_0x4c907b){return _0x3ca24f(_0x4c907b);},'yTXPs':function(_0x267675){return _0x267675();},'lNSar':function(_0x35a06a,_0x598498){return _0x35a06a!==_0x598498;},'yRVRj':_0x2c5340(0x23e),'GUDTx':function(_0x1dc7bc,_0x320d01){return _0x1dc7bc===_0x320d01;},'Nkhak':'azTwG','wmIiU':function(_0x454c20,_0x4fc418){return _0x454c20!==_0x4fc418;},'qykRp':_0x2c5340(0x278),'gQvbD':'hook','peqNd':_0x2c5340(0x211),'kBBOS':_0x2c5340(0x2a1)},_0x5abecc=_0x192f6a[_0x2c5340(0x265)][_0x2c5340(0x294)]((_0x110e1d,_0x2f49b3)=>{const _0x39fbd8=_0x2c5340;if(_0x5a17aa[_0x39fbd8(0x245)](_0x5a17aa['yRVRj'],_0x5a17aa[_0x39fbd8(0x219)]))_0x5a17aa['josrQ'](_0x423bb7,_0x39fbd8(0x266)+_0x1a2cf3);else{const _0x56640a=exports[_0x39fbd8(0x1f8)](_0x2f49b3);return _0x56640a&&(_0x5a17aa[_0x39fbd8(0x262)](_0x5a17aa[_0x39fbd8(0x1f4)],_0x5a17aa['Nkhak'])?_0x110e1d=_0x110e1d[_0x39fbd8(0x216)](_0x56640a):(_0x518f02['hookAnalyticsId']=_0x5a17aa[_0x39fbd8(0x273)](_0x3cb7a9),delete _0x567a1b[_0x39fbd8(0x237)])),_0x110e1d;}},[]),_0x503c4f=_0x192f6a[_0x2c5340(0x1ee)][_0x2c5340(0x259)](_0x250e03=>{const _0x5d5452=_0x2c5340;if(_0x5a17aa[_0x5d5452(0x249)](_0x5a17aa[_0x5d5452(0x1eb)],_0x5a17aa['qykRp']))_0x308bd5['hookAnalyticsId']&&_0x434dc8['push'](_0x10ad46[_0x5d5452(0x1e8)]);else{const _0x5269ba=_0x5a17aa[_0x5d5452(0x245)](_0x250e03[_0x5d5452(0x247)],_0x5a17aa[_0x5d5452(0x208)])&&!_0x250e03[_0x5d5452(0x237)]&&_0x5a17aa[_0x5d5452(0x245)](_0x250e03[_0x5d5452(0x22f)],_0x5a17aa['peqNd'])&&_0x5a17aa['lNSar'](_0x250e03[_0x5d5452(0x22f)],_0x5a17aa[_0x5d5452(0x213)])&&!_0x250e03[_0x5d5452(0x209)];return _0x5269ba;}});return _0x503c4f[_0x2c5340(0x216)](_0x5abecc);};
@@ -1 +1 @@
1
- function a26_0x40aa(_0x3b04c7,_0xefc121){const _0x43d765=a26_0x43d7();return a26_0x40aa=function(_0x40aa25,_0x5e5ff7){_0x40aa25=_0x40aa25-0x156;let _0x400566=_0x43d765[_0x40aa25];return _0x400566;},a26_0x40aa(_0x3b04c7,_0xefc121);}const a26_0x44c5e9=a26_0x40aa;(function(_0x3aa159,_0x51b91a){const _0x49994c=a26_0x40aa,_0x411c05=_0x3aa159();while(!![]){try{const _0x2904ae=-parseInt(_0x49994c(0x167))/0x1+parseInt(_0x49994c(0x1b2))/0x2*(parseInt(_0x49994c(0x1b8))/0x3)+parseInt(_0x49994c(0x1b9))/0x4*(parseInt(_0x49994c(0x1b4))/0x5)+parseInt(_0x49994c(0x1d0))/0x6+parseInt(_0x49994c(0x1da))/0x7*(-parseInt(_0x49994c(0x179))/0x8)+parseInt(_0x49994c(0x1a9))/0x9*(parseInt(_0x49994c(0x18d))/0xa)+parseInt(_0x49994c(0x15a))/0xb*(parseInt(_0x49994c(0x1c0))/0xc);if(_0x2904ae===_0x51b91a)break;else _0x411c05['push'](_0x411c05['shift']());}catch(_0x5845aa){_0x411c05['push'](_0x411c05['shift']());}}}(a26_0x43d7,0x8126e));const util=require('util'),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a26_0x44c5e9(0x1a7)),{percyAutoCapture}=require('../../helpers/percy/utils'),{sendPlatformDetails}=require(a26_0x44c5e9(0x1bd)),{isBrowserstackInfra}=require(a26_0x44c5e9(0x1cd)),{isTestObservabilitySession}=require('../../helpers/test-observability/utils'),logger=require(a26_0x44c5e9(0x174))[a26_0x44c5e9(0x164)];exports[a26_0x44c5e9(0x1bb)]={'beforeAll'(){const _0x4108c9=a26_0x44c5e9,_0x434569={'lVryG':_0x4108c9(0x15f),'nURWu':_0x4108c9(0x168),'qvDzs':'\x20-\x20','EcMJy':_0x4108c9(0x1c9),'rHgZS':function(_0x3a3a63,_0x2f252f){return _0x3a3a63===_0x2f252f;},'KnAUF':_0x4108c9(0x17d),'NbiTW':function(_0x417e76,_0x1a4b74){return _0x417e76!==_0x1a4b74;},'AQHKJ':_0x4108c9(0x1d3),'OgaKK':_0x4108c9(0x165),'KDTpk':_0x4108c9(0x16b),'Kuivc':_0x4108c9(0x18c),'sIHbV':'hVtFq','QMdpL':_0x4108c9(0x181),'JJLii':function(_0x908e2f,_0x20d18e){return _0x908e2f!==_0x20d18e;},'UZKrn':_0x4108c9(0x1c8),'uGSWD':_0x4108c9(0x1d9),'XGLwp':_0x4108c9(0x173),'iLIlM':_0x4108c9(0x1d2),'aeBYH':function(_0x4aba9a,_0x591c41){return _0x4aba9a===_0x591c41;},'oANaf':_0x4108c9(0x191),'QZYYH':_0x4108c9(0x1ca),'AsUNN':function(_0x5997bc){return _0x5997bc();},'qUsli':function(_0x194dfd,_0x2e6125){return _0x194dfd===_0x2e6125;},'EelIG':'ieWYe','FWaBc':function(_0x3c6d43,_0x233320){return _0x3c6d43!==_0x233320;},'dhCBF':'qzjKM','zcRmN':'AFInm','Btvwx':function(_0xc7672b,_0x48bc01,_0x34975c){return _0xc7672b(_0x48bc01,_0x34975c);}},_0x3a097b='browserstack internal helper hook';global['__error_messages__']=[],global[_0x4108c9(0x1a2)]=![],global['driverCleanup']=async()=>{const _0x16283c=_0x4108c9,_0x14c70d={};_0x14c70d[_0x16283c(0x1b1)]=_0x434569[_0x16283c(0x195)],_0x14c70d[_0x16283c(0x1b5)]=_0x434569[_0x16283c(0x166)],_0x14c70d[_0x16283c(0x1ac)]=_0x434569[_0x16283c(0x16e)];const _0x5f3b01=_0x14c70d;if(_0x434569[_0x16283c(0x1ba)](_0x434569[_0x16283c(0x183)],_0x434569[_0x16283c(0x183)])){let _0x43b8e2=![];try{_0x434569[_0x16283c(0x17f)](_0x434569[_0x16283c(0x160)],_0x434569[_0x16283c(0x1dc)])?(await global['__drivers'][0x0]['session_'],_0x43b8e2=!![],global['__sessionFailed']?_0x434569[_0x16283c(0x17f)](_0x434569[_0x16283c(0x188)],_0x434569['KDTpk'])?_0xfca676[_0x16283c(0x1dd)](_0x16283c(0x18a)+_0x32ae33):await global['__drivers'][0x0]['executeScript']('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x16283c(0x15e)](global[_0x16283c(0x1e2)]['join'](_0x434569[_0x16283c(0x1b0)]))+'}}'):_0x434569[_0x16283c(0x1ba)](_0x434569[_0x16283c(0x1e4)],_0x434569['sIHbV'])?await global[_0x16283c(0x193)][0x0][_0x16283c(0x163)](_0x434569[_0x16283c(0x180)]):_0x269070[_0x16283c(0x190)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x16283c(0x1de)]['titlePath']()+_0x16283c(0x198),_0x5cb185)):_0x33f79f['info'](_0x5f3b01[_0x16283c(0x1b1)]);}catch(_0x3cec37){}global[_0x16283c(0x1e2)]=[],global[_0x16283c(0x1a2)]=![];if(_0x43b8e2){if(_0x434569[_0x16283c(0x1af)](_0x434569[_0x16283c(0x1c5)],_0x434569[_0x16283c(0x161)]))try{if(_0x434569[_0x16283c(0x1ba)](_0x434569[_0x16283c(0x182)],_0x434569[_0x16283c(0x1b6)]))_0x5c5e1f[_0x16283c(0x1d5)](_0x434569[_0x16283c(0x17b)]);else{try{_0x434569['aeBYH'](_0x434569[_0x16283c(0x1ae)],_0x434569[_0x16283c(0x175)])?_0x51b846=![]:_0x434569[_0x16283c(0x1b3)](isTestObservabilitySession)&&(_0x434569[_0x16283c(0x169)](_0x434569[_0x16283c(0x1e1)],_0x434569[_0x16283c(0x1e1)])?global[_0x16283c(0x193)][0x0]&&(_0x434569['FWaBc'](_0x434569[_0x16283c(0x19e)],_0x434569['zcRmN'])?await _0x434569['Btvwx'](sendPlatformDetails,global['__drivers'][0x0],this[_0x16283c(0x1de)]?this[_0x16283c(0x1de)]['testAnalyticsId']:null):(_0x540fef['isArray'](_0x17e9d0[_0x16283c(0x193)])&&_0x1086ef[_0x16283c(0x193)][0x0]&&(_0x2f464e[_0x16283c(0x193)][0x0][_0x16283c(0x1bf)]=this['currentTest']['titlePath']()[_0x16283c(0x1c6)](_0x5f3b01[_0x16283c(0x1b5)])),_0x202224['browserstackSessionName']=this[_0x16283c(0x1de)][_0x16283c(0x1c3)]()['join'](_0x5f3b01[_0x16283c(0x1b5)]))):_0x535984=new _0x55a7c3(_0x304f07));}catch{}await global['__drivers'][0x0][_0x16283c(0x1db)]();}}catch(_0x2211ce){}else _0x308b06['error'](_0x16283c(0x1e0)+_0x4a0e46['format'](_0x50feff));}}else _0x2f203c['info'](_0x5f3b01[_0x16283c(0x1ac)]);};},'beforeEach'(_0x201d8a){const _0x57e078=a26_0x44c5e9,_0x1d5dad={'KNIDf':function(_0x44cc27,_0x3a5c33){return _0x44cc27>_0x3a5c33;},'oQxFn':_0x57e078(0x1be),'zTBRV':function(_0x5e271a,_0x2c3b3b,_0x392e86){return _0x5e271a(_0x2c3b3b,_0x392e86);},'pEwBO':function(_0x11d9c4){return _0x11d9c4();},'HeUbz':function(_0x44c553,_0x2a70b1){return _0x44c553>_0x2a70b1;},'LSIME':function(_0x2a5e24,_0x163c81){return _0x2a5e24===_0x163c81;},'uqzMg':_0x57e078(0x1e5),'mDjZX':function(_0x590792,_0x4d181f){return _0x590792===_0x4d181f;},'LfAJg':_0x57e078(0x19b),'DVJND':_0x57e078(0x189),'kGwIi':_0x57e078(0x168),'ETRwH':function(_0x3d6e5a){return _0x3d6e5a();}};new Promise(async _0x18a96d=>{const _0x8a36d2=_0x57e078,_0x4a8c7b='browserstack internal helper hook';let _0x449781=!![];try{_0x1d5dad[_0x8a36d2(0x171)](global[_0x8a36d2(0x193)][_0x8a36d2(0x1a1)],0x1)&&(await global[_0x8a36d2(0x15b)](),global[_0x8a36d2(0x193)][_0x8a36d2(0x1c1)]()),_0x1d5dad['KNIDf'](global[_0x8a36d2(0x193)][0x0]['quitCount_'],0x0)&&(_0x449781=![],await global[_0x8a36d2(0x15b)]());}catch{}try{Array[_0x8a36d2(0x1bc)](global[_0x8a36d2(0x193)])&&global[_0x8a36d2(0x193)][0x0]&&(global[_0x8a36d2(0x193)][0x0][_0x8a36d2(0x1bf)]=this[_0x8a36d2(0x1de)][_0x8a36d2(0x1c3)]()[_0x8a36d2(0x1c6)](_0x1d5dad[_0x8a36d2(0x1d8)])),global[_0x8a36d2(0x1bf)]=this[_0x8a36d2(0x1de)][_0x8a36d2(0x1c3)]()[_0x8a36d2(0x1c6)](_0x1d5dad[_0x8a36d2(0x1d8)]);}catch(_0xbc5778){logger[_0x8a36d2(0x1dd)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0xbc5778);}this['currentTest'][_0x8a36d2(0x1d1)]=_0x1d5dad[_0x8a36d2(0x1a4)](shouldScanTestForAccessibility,this[_0x8a36d2(0x1de)][_0x8a36d2(0x1c3)](),!![]),this[_0x8a36d2(0x1de)][_0x8a36d2(0x1a3)]=!![];if(_0x1d5dad[_0x8a36d2(0x1cc)](isAccessibilityAutomationSession)&&_0x449781&&Array['isArray'](global[_0x8a36d2(0x193)])&&_0x1d5dad['HeUbz'](global[_0x8a36d2(0x193)][_0x8a36d2(0x1a1)],0x0)&&global[_0x8a36d2(0x1d4)])try{const _0x430779=await global[_0x8a36d2(0x193)][0x0][_0x8a36d2(0x15d)];if(_0x430779){let _0x5e6a62=!![];const _0x2fa5f5=await global[_0x8a36d2(0x193)][0x0][_0x8a36d2(0x158)]();let _0x1c9367;try{_0x1c9367=new URL(_0x2fa5f5);}catch(_0x3d9130){_0x5e6a62=![];}_0x5e6a62=_0x1d5dad[_0x8a36d2(0x1a0)](_0x1c9367[_0x8a36d2(0x184)],_0x1d5dad['uqzMg'])||_0x1d5dad['mDjZX'](_0x1c9367[_0x8a36d2(0x184)],_0x1d5dad[_0x8a36d2(0x1df)]),_0x5e6a62&&(this[_0x8a36d2(0x1de)]['shouldScanTestForAccessibility']?(logger[_0x8a36d2(0x1d5)](_0x1d5dad[_0x8a36d2(0x192)]),await global['__drivers'][0x0][_0x8a36d2(0x186)](_0x8a36d2(0x1ab))):await global['__drivers'][0x0][_0x8a36d2(0x163)](_0x8a36d2(0x18e))),this['currentTest'][_0x8a36d2(0x1a3)]=this[_0x8a36d2(0x1de)][_0x8a36d2(0x1d1)],this[_0x8a36d2(0x1de)][_0x8a36d2(0x1d1)]&&logger[_0x8a36d2(0x1d5)](_0x1d5dad[_0x8a36d2(0x16a)]);}}catch(_0x5cdd99){logger[_0x8a36d2(0x190)](_0x8a36d2(0x1e0)+util[_0x8a36d2(0x1a5)](_0x5cdd99));}_0x1d5dad[_0x8a36d2(0x1a6)](_0x18a96d);})[_0x57e078(0x1ce)](_0x201d8a);},'afterEach'(_0x130d67){const _0x5e01fe=a26_0x44c5e9,_0x2e66c1={'JNdGD':function(_0x3135f0,_0x552760){return _0x3135f0>_0x552760;},'TdFwy':function(_0x229616,_0x14e5b0){return _0x229616===_0x14e5b0;},'eoFMQ':_0x5e01fe(0x18f),'WbsWY':_0x5e01fe(0x18b),'Sqphu':function(_0x1d6dfd,_0x308241,_0x3ca7bf,_0x466bfe){return _0x1d6dfd(_0x308241,_0x3ca7bf,_0x466bfe);},'vpNmG':_0x5e01fe(0x1be),'BFhTK':function(_0x412939,_0x2d3b2c){return _0x412939!==_0x2d3b2c;},'iTQlU':_0x5e01fe(0x187),'taVqT':function(_0x2408dc,_0x1c9227,_0x4b7efa){return _0x2408dc(_0x1c9227,_0x4b7efa);},'ClSfc':function(_0x46e752,_0x282ddd){return _0x46e752+_0x282ddd;},'iQmqK':'Failed:\x20','uIvqp':_0x5e01fe(0x190),'yLgeZ':function(_0x1d60d9,_0x3c719c,_0x1dd2da){return _0x1d60d9(_0x3c719c,_0x1dd2da);},'NLoBX':_0x5e01fe(0x172),'LGoJq':'info','PsEBD':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','efthA':function(_0x568d71,_0x39b0db){return _0x568d71(_0x39b0db);},'YNBSf':_0x5e01fe(0x15f),'KmFmc':function(_0x37cc42){return _0x37cc42();},'tJfNO':function(_0x35116c,_0x524796,_0x3bca57){return _0x35116c(_0x524796,_0x3bca57);},'tkhos':function(_0x229955,_0x4bd251,_0x5d842d){return _0x229955(_0x4bd251,_0x5d842d);},'fnzjk':'debug','KrHqN':function(_0x42ff0b,_0x190736){return _0x42ff0b>_0x190736;}},_0x3370c8='browserstack internal helper hook';this['timeout'](0xfde8);const _0x410fcd=async(_0x340f93,_0x310b93)=>{const _0x102967=_0x5e01fe;await global[_0x102967(0x193)][0x0][_0x102967(0x163)](_0x102967(0x17e)+_0x340f93+',\x22level\x22:\x20\x22'+_0x310b93+_0x102967(0x1cf));};new Promise(async _0x20dc9a=>{const _0x3781e2=_0x5e01fe;try{_0x2e66c1['JNdGD'](global[_0x3781e2(0x193)]['length'],0x1)&&(await global[_0x3781e2(0x15b)](),global['__drivers'][_0x3781e2(0x1c1)](),global[_0x3781e2(0x1e2)]=[],global['__sessionFailed']=![]);try{if(global[_0x3781e2(0x1aa)]&&_0x2e66c1[_0x3781e2(0x1d6)](global[_0x3781e2(0x19c)],_0x2e66c1['eoFMQ'])&&global[_0x3781e2(0x193)][0x0]){const _0x4ae16d=_0x2e66c1[_0x3781e2(0x1cb)](global[_0x3781e2(0x157)][_0x3781e2(0x1a1)],0x0)?!!global[_0x3781e2(0x157)][0x0][_0x3781e2(0x1c2)]||!!global[_0x3781e2(0x157)][0x0][_0x2e66c1[_0x3781e2(0x170)]]:![],_0x4f76d0={};_0x4f76d0[_0x3781e2(0x1c2)]=_0x4ae16d,await _0x2e66c1[_0x3781e2(0x156)](percyAutoCapture,global['__drivers'][0x0],_0x2e66c1['eoFMQ'],_0x4f76d0);}}catch(_0x248292){}!global[_0x3781e2(0x17a)]&&(await global[_0x3781e2(0x193)][0x0][_0x3781e2(0x163)](_0x3781e2(0x16f)+JSON[_0x3781e2(0x15e)](this[_0x3781e2(0x1de)][_0x3781e2(0x1c3)]()['join'](_0x2e66c1[_0x3781e2(0x1c4)]))+'}}'),global[_0x3781e2(0x193)][0x0][_0x3781e2(0x162)]=!![]);const _0x4dff98=_0x2e66c1[_0x3781e2(0x1ad)](this[_0x3781e2(0x1de)][_0x3781e2(0x199)],_0x2e66c1['iTQlU']);_0x4dff98?(global[_0x3781e2(0x1a2)]=!![],global[_0x3781e2(0x1e2)][_0x3781e2(0x185)](this[_0x3781e2(0x1de)][_0x3781e2(0x17c)]['message']),await _0x2e66c1[_0x3781e2(0x178)](_0x410fcd,JSON[_0x3781e2(0x15e)](_0x2e66c1[_0x3781e2(0x176)](_0x2e66c1[_0x3781e2(0x177)],this[_0x3781e2(0x1de)][_0x3781e2(0x17c)][_0x3781e2(0x197)])),_0x2e66c1['uIvqp'])):await _0x2e66c1[_0x3781e2(0x15c)](_0x410fcd,JSON[_0x3781e2(0x15e)](_0x2e66c1[_0x3781e2(0x1d7)]),_0x2e66c1['LGoJq']);}catch(_0x459df4){}try{if(this['currentTest'][_0x3781e2(0x1a3)]&&global[_0x3781e2(0x1d4)]){this[_0x3781e2(0x1de)]['shouldScanTestForAccessibility']&&logger[_0x3781e2(0x1d5)](_0x2e66c1['PsEBD']);const _0x152da6={'saveResults':this[_0x3781e2(0x1de)][_0x3781e2(0x1d1)],'testDetails':{'name':this['currentTest']['title'],'testRunId':process[_0x3781e2(0x1a8)][_0x3781e2(0x196)],'filePath':this[_0x3781e2(0x1de)]['file'],'scopeList':this[_0x3781e2(0x1de)][_0x3781e2(0x1c3)]()},'platform':await _0x2e66c1[_0x3781e2(0x16d)](fetchPlatformDetails,global['__drivers'][0x0])};await global[_0x3781e2(0x193)][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',_0x152da6),this[_0x3781e2(0x1de)][_0x3781e2(0x1d1)]&&logger[_0x3781e2(0x1d5)](_0x2e66c1['YNBSf']);}}catch(_0x5a4088){logger[_0x3781e2(0x190)](_0x3781e2(0x1c7)+this['currentTest'][_0x3781e2(0x1c3)]()+'.\x20Error\x20:',_0x5a4088);}try{try{if(_0x2e66c1[_0x3781e2(0x19d)](isTestObservabilitySession)){global[_0x3781e2(0x193)][0x0]&&await _0x2e66c1[_0x3781e2(0x159)](sendPlatformDetails,global[_0x3781e2(0x193)][0x0],this['currentTest']?this[_0x3781e2(0x1de)]['testAnalyticsId']:null);if(_0x2e66c1['KmFmc'](isBrowserstackInfra)){const _0x5a1ddc=_0x3781e2(0x19f)+Date[_0x3781e2(0x19a)]();await _0x2e66c1[_0x3781e2(0x1b7)](_0x410fcd,JSON[_0x3781e2(0x15e)](_0x5a1ddc),_0x2e66c1['fnzjk']);}}}catch{}_0x2e66c1[_0x3781e2(0x16c)](global[_0x3781e2(0x193)][0x0]['quitCount_'],0x0)&&await global[_0x3781e2(0x15b)]();}catch(_0x43f33e){}_0x2e66c1[_0x3781e2(0x19d)](_0x20dc9a);})[_0x5e01fe(0x1ce)](()=>_0x130d67());},'afterAll'(_0x39c299){const _0x16339e=a26_0x44c5e9,_0x5881d4={'GlDet':function(_0xf3b5a8){return _0xf3b5a8();}},_0x2d1d0b='browserstack internal helper hook';this[_0x16339e(0x1e3)](0xfde8),new Promise(async _0x22bd65=>{const _0x46b069=_0x16339e;await global[_0x46b069(0x15b)](),_0x5881d4[_0x46b069(0x194)](_0x22bd65);})[_0x16339e(0x1ce)](()=>_0x39c299());}};function a26_0x43d7(){const _0x2bad68=['pEwBO','../../helpers/helper','then','\x22}}','1141542ntdkSN','shouldScanTestForAccessibility','YEYOH','rchvh','isAccessibilityPlatform','info','TdFwy','NLoBX','oQxFn','VIRyo','14vACMem','initQuit','OgaKK','debug','currentTest','LfAJg','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','EelIG','__error_messages__','timeout','sIHbV','http:','Sqphu','capabilities','getCurrentUrl','tJfNO','5126RRBnfZ','driverCleanup','yLgeZ','session_','stringify','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','AQHKJ','uGSWD','sessionNameSet__','executeScript','winstonLogger','aNckg','qvDzs','214938mLFdEO','Automate\x20test\x20case\x20execution\x20has\x20started.','qUsli','kGwIi','YWbYm','KrHqN','efthA','EcMJy','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','WbsWY','KNIDf','Passed','qFYbL','../../helpers/logger','QZYYH','ClSfc','iQmqK','taVqT','2638984pedEfD','__skipSessionName','lVryG','err','jcwSI','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','NbiTW','QMdpL','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','XGLwp','KnAUF','protocol','push','executeAsyncScript','passed','KDTpk','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','Failed\x20to\x20store\x20session\x20name:\x20','appium:app','\x20|\x20','2990eCmqXe','\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','testcase','error','wlILF','DVJND','__drivers','GlDet','nURWu','BS_A11Y_TEST_RUN_ID','message','.\x20Error\x20:','state','now','https:','percyCaptureMode','KmFmc','dhCBF','ObservabilitySync:','LSIME','length','__sessionFailed','accessibilityScanStarted','zTBRV','format','ETRwH','../../helpers/accessibility-automation/helper','env','1053rEeFcm','percy','\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','IbJhK','BFhTK','oANaf','JJLii','Kuivc','jYkFc','2zyinVx','AsUNN','1130395LkpNbC','QsezW','iLIlM','tkhos','1266189UsFEBE','4ykrDPs','rHgZS','mochaHooks','isArray','./test-observability/mochaUtils','\x20-\x20','browserstackSessionName','13656pLEkbY','shift','app','titlePath','vpNmG','UZKrn','join','Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20','morNv','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','crero','JNdGD'];a26_0x43d7=function(){return _0x2bad68;};return a26_0x43d7();}
1
+ const a26_0x2e70fb=a26_0x1c86;function a26_0x1c86(_0x3c3e30,_0xede3e4){const _0x3116c9=a26_0x3116();return a26_0x1c86=function(_0x1c8620,_0x511da3){_0x1c8620=_0x1c8620-0x13d;let _0x59296f=_0x3116c9[_0x1c8620];return _0x59296f;},a26_0x1c86(_0x3c3e30,_0xede3e4);}(function(_0x3110eb,_0x100725){const _0x1b5e74=a26_0x1c86,_0x2dd0a6=_0x3110eb();while(!![]){try{const _0x552dd6=parseInt(_0x1b5e74(0x1a2))/0x1+-parseInt(_0x1b5e74(0x1c1))/0x2*(-parseInt(_0x1b5e74(0x1a8))/0x3)+parseInt(_0x1b5e74(0x1a9))/0x4+parseInt(_0x1b5e74(0x190))/0x5*(parseInt(_0x1b5e74(0x141))/0x6)+parseInt(_0x1b5e74(0x1b6))/0x7+parseInt(_0x1b5e74(0x191))/0x8*(-parseInt(_0x1b5e74(0x1b0))/0x9)+-parseInt(_0x1b5e74(0x146))/0xa;if(_0x552dd6===_0x100725)break;else _0x2dd0a6['push'](_0x2dd0a6['shift']());}catch(_0x2dc35f){_0x2dd0a6['push'](_0x2dd0a6['shift']());}}}(a26_0x3116,0xb7915));function a26_0x3116(){const _0x2d4850=['sBWAN','info','join','JWqFq','aiYHs','tburq','passed','../../helpers/helper','cpvaA','protocol','KUOmB','../../helpers/logger','percy','timeout','GaHEP','session_','quEEm','Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20','http:','util','.\x20Error\x20:','yCFoU','FhHtb','isArray','message','BXTaR','../../helpers/percy/utils','agANN','SHXGQ','yADoZ','driverCleanup','OaxWb','\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','PoKMH','zUYtH','xphkL','browserstackSessionName','GKdbc','Fdhbg','../../helpers/test-observability/utils','ITcyo','FRygd','testAnalyticsId','NXZGg','Automate\x20test\x20case\x20execution\x20has\x20started.','HbPeA','then','sessionNameSet__','Failed\x20to\x20store\x20session\x20name:\x20','XMZLb','svZou','app','error','HQbek','sddMl','UZHZd','ZboCT','IiHNc','RJNaN','bIqRI','90YTCfhA','656MOsUpC','env','VxSTA','TdhYj','\x20|\x20','stringify','titlePath','Failed:\x20','executeScript','xCBkq','AdYlc','Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','syMWY','SYKfs','cBPZm','zNHhs','xLolP','820617tTxdXS','failed','push','__drivers','uUJCM','\x20-\x20','1849059vnOSFe','3673696txsJWL','JFLvu','mochaHooks','Setup\x20for\x20Accessibility\x20testing\x20has\x20started.\x20Automate\x20test\x20case\x20execution\x20will\x20begin\x20momentarily.','length','UYZxE','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20','65214cWyZTl','EjhUh','qtHXG','hEWDL','__sessionFailed','thtdc','9047129XBShwJ','https:','fxOgh','TsvCf','JRvSs','shouldScanTestForAccessibility','winstonLogger','Passed','state','__error_messages__','quitCount_','2vdlaWe','shift','RMLaj','KyUGv','rVXgt','oIAkP','accessibilityScanStarted','teuRj','format','384834IWxHPe','CrJue','XapFg','JQBzv','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended.','34562780XPcPPq','testcase',',\x22level\x22:\x20\x22','UKrUX','../../helpers/accessibility-automation/helper','ofeNn','currentTest','OIsoY','YmKUG','isAccessibilityPlatform','wYShm','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','debug','err'];a26_0x3116=function(){return _0x2d4850;};return a26_0x3116();}const util=require(a26_0x2e70fb(0x167)),{isAccessibilityAutomationSession,fetchPlatformDetails,shouldScanTestForAccessibility}=require(a26_0x2e70fb(0x14a)),{percyAutoCapture}=require(a26_0x2e70fb(0x16e)),{sendPlatformDetails}=require('./test-observability/mochaUtils'),{isBrowserstackInfra,markSessionStatus}=require(a26_0x2e70fb(0x15b)),{isTestObservabilitySession}=require(a26_0x2e70fb(0x17b)),logger=require(a26_0x2e70fb(0x15f))[a26_0x2e70fb(0x1bc)];exports[a26_0x2e70fb(0x1ab)]={'beforeAll'(){const _0x3cc9bf=a26_0x2e70fb,_0x46e190={'JRvSs':'\x20-\x20','JWqFq':_0x3cc9bf(0x145),'YmKUG':'Automate\x20test\x20case\x20execution\x20has\x20ended.\x20Processing\x20for\x20accessibility\x20testing\x20is\x20underway.\x20','OTkRK':_0x3cc9bf(0x180),'WcHAd':function(_0x4d0500,_0x4be6e1){return _0x4d0500===_0x4be6e1;},'JFLvu':_0x3cc9bf(0x1c5),'OIsoY':function(_0x5806bf,_0x571b07){return _0x5806bf===_0x571b07;},'KUOmB':_0x3cc9bf(0x16a),'cBPZm':'hffyj','yADoZ':function(_0x4d2b01,_0x4a8fe7){return _0x4d2b01===_0x4a8fe7;},'XMZLb':_0x3cc9bf(0x18a),'OXIal':function(_0x17acaa,_0x51abe1,_0x46d17a,_0x4e9f45){return _0x17acaa(_0x51abe1,_0x46d17a,_0x4e9f45);},'zePYV':_0x3cc9bf(0x1a3),'fxOgh':_0x3cc9bf(0x195),'xphkL':function(_0x2d0f03,_0x5d59af){return _0x2d0f03===_0x5d59af;},'zGctn':_0x3cc9bf(0x170),'VxSTA':_0x3cc9bf(0x17f),'tburq':function(_0xb0268d,_0x21cd83,_0x1d6ccd){return _0xb0268d(_0x21cd83,_0x1d6ccd);},'wYShm':'passed','thtdc':function(_0x2f8ba3,_0x2d7097){return _0x2f8ba3!==_0x2d7097;},'ITcyo':'IeIst','OaxWb':_0x3cc9bf(0x175),'qtHXG':function(_0xe0162e,_0x5ceca5){return _0xe0162e===_0x5ceca5;},'agANN':_0x3cc9bf(0x14b),'IiHNc':_0x3cc9bf(0x154),'gKtGH':function(_0x11024c,_0x44aee9){return _0x11024c===_0x44aee9;},'XapFg':_0x3cc9bf(0x18e),'zNHhs':_0x3cc9bf(0x158),'TsvCf':function(_0x2c7c58){return _0x2c7c58();},'EjhUh':function(_0x2ef921,_0x508128){return _0x2ef921===_0x508128;},'teuRj':_0x3cc9bf(0x1a1),'svZou':_0x3cc9bf(0x142)},_0xa33fe2='browserstack internal helper hook';global[_0x3cc9bf(0x1bf)]=[],global[_0x3cc9bf(0x1b4)]=![],global[_0x3cc9bf(0x172)]=async()=>{const _0x2521c7=_0x3cc9bf,_0x4bc930={};_0x4bc930[_0x2521c7(0x144)]=_0x46e190[_0x2521c7(0x157)],_0x4bc930[_0x2521c7(0x13d)]=_0x46e190[_0x2521c7(0x14e)],_0x4bc930[_0x2521c7(0x1a6)]=_0x46e190['OTkRK'];const _0x5aae65=_0x4bc930;if(_0x46e190['WcHAd'](_0x46e190[_0x2521c7(0x1aa)],_0x46e190[_0x2521c7(0x1aa)])){let _0xa0c74b=![];try{_0x46e190[_0x2521c7(0x14d)](_0x46e190[_0x2521c7(0x15e)],_0x46e190[_0x2521c7(0x19f)])?(_0x1e7de4[_0x2521c7(0x16b)](_0x16019f['__drivers'])&&_0x1fbc79[_0x2521c7(0x1a5)][0x0]&&(_0x1094be[_0x2521c7(0x1a5)][0x0]['browserstackSessionName']=this['currentTest'][_0x2521c7(0x197)]()[_0x2521c7(0x156)](_0x46e190[_0x2521c7(0x1ba)])),_0x1d35e5[_0x2521c7(0x178)]=this[_0x2521c7(0x14c)]['titlePath']()[_0x2521c7(0x156)](_0x46e190[_0x2521c7(0x1ba)])):(await global['__drivers'][0x0][_0x2521c7(0x163)],_0xa0c74b=!![],global[_0x2521c7(0x1b4)]?_0x46e190[_0x2521c7(0x171)](_0x46e190['XMZLb'],_0x46e190[_0x2521c7(0x185)])?await _0x46e190['OXIal'](markSessionStatus,global['__drivers'][0x0],_0x46e190['zePYV'],global[_0x2521c7(0x1bf)][_0x2521c7(0x156)](_0x46e190[_0x2521c7(0x1b8)])):_0xa98314[_0x2521c7(0x188)]('Exception\x20in\x20starting\x20accessibility\x20automation\x20scan\x20for\x20this\x20test\x20case\x20'+_0x5502b9[_0x2521c7(0x140)](_0x24ff24)):_0x46e190[_0x2521c7(0x177)](_0x46e190['zGctn'],_0x46e190[_0x2521c7(0x193)])?_0x247a38[_0x2521c7(0x155)](_0x5aae65[_0x2521c7(0x144)]):await _0x46e190[_0x2521c7(0x159)](markSessionStatus,global[_0x2521c7(0x1a5)][0x0],_0x46e190[_0x2521c7(0x150)]));}catch(_0x4401b7){}global[_0x2521c7(0x1bf)]=[],global[_0x2521c7(0x1b4)]=![];if(_0xa0c74b){if(_0x46e190[_0x2521c7(0x1b5)](_0x46e190[_0x2521c7(0x17c)],_0x46e190[_0x2521c7(0x173)]))try{if(_0x46e190['qtHXG'](_0x46e190[_0x2521c7(0x16f)],_0x46e190[_0x2521c7(0x18d)]))_0x399f4b['info'](_0x5aae65['oIAkP']);else{try{_0x46e190['gKtGH'](_0x46e190[_0x2521c7(0x143)],_0x46e190[_0x2521c7(0x1a0)])?_0x152c95[_0x2521c7(0x152)](_0x2521c7(0x184)+_0x2becbb):_0x46e190[_0x2521c7(0x1b9)](isTestObservabilitySession)&&(_0x46e190[_0x2521c7(0x1b1)](_0x46e190[_0x2521c7(0x13f)],_0x46e190[_0x2521c7(0x13f)])?global[_0x2521c7(0x1a5)][0x0]&&(_0x46e190[_0x2521c7(0x1b2)](_0x46e190[_0x2521c7(0x186)],_0x46e190['svZou'])?await _0x46e190[_0x2521c7(0x159)](sendPlatformDetails,global['__drivers'][0x0],this[_0x2521c7(0x14c)]?this[_0x2521c7(0x14c)][_0x2521c7(0x17e)]:null):_0x465d5a=![]):_0x48e853[_0x2521c7(0x155)](_0x5aae65['uUJCM']));}catch{}await global[_0x2521c7(0x1a5)][0x0]['initQuit']();}}catch(_0x144c21){}else _0x2e79c6[_0x2521c7(0x188)]('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x2521c7(0x14c)][_0x2521c7(0x197)]()+_0x2521c7(0x168),_0x5454d2);}}else _0x48eeb1=new _0x3219e9(_0xfd1c40);};},'beforeEach'(_0x47d2c6){const _0x253307=a26_0x2e70fb,_0x2936dc={'BXTaR':function(_0x5efe09,_0x119bc3){return _0x5efe09>_0x119bc3;},'yCFoU':function(_0x415235,_0x2869e1){return _0x415235>_0x2869e1;},'hEWDL':_0x253307(0x1a7),'ZboCT':function(_0x2ccd00,_0x233e70,_0x19df2b){return _0x2ccd00(_0x233e70,_0x19df2b);},'KyUGv':function(_0x337662){return _0x337662();},'VCDNd':function(_0x1efe39,_0x27e5c8){return _0x1efe39===_0x27e5c8;},'HXcNw':_0x253307(0x166),'JISKu':function(_0x5620f6,_0x9ab73e){return _0x5620f6===_0x9ab73e;},'aXKqv':_0x253307(0x1b7),'RMLaj':_0x253307(0x1ac),'xCBkq':_0x253307(0x180)};new Promise(async _0x5dad78=>{const _0x71bebe=_0x253307,_0x430e14='browserstack internal helper hook';let _0x411a6e=!![];try{_0x2936dc[_0x71bebe(0x16d)](global[_0x71bebe(0x1a5)][_0x71bebe(0x1ad)],0x1)&&(await global[_0x71bebe(0x172)](),global['__drivers'][_0x71bebe(0x1c2)]()),_0x2936dc[_0x71bebe(0x169)](global[_0x71bebe(0x1a5)][0x0]['quitCount_'],0x0)&&(_0x411a6e=![],await global[_0x71bebe(0x172)]());}catch{}try{Array[_0x71bebe(0x16b)](global[_0x71bebe(0x1a5)])&&global[_0x71bebe(0x1a5)][0x0]&&(global[_0x71bebe(0x1a5)][0x0][_0x71bebe(0x178)]=this['currentTest'][_0x71bebe(0x197)]()[_0x71bebe(0x156)](_0x2936dc[_0x71bebe(0x1b3)])),global['browserstackSessionName']=this[_0x71bebe(0x14c)][_0x71bebe(0x197)]()[_0x71bebe(0x156)](_0x2936dc['hEWDL']);}catch(_0xa2ddbe){logger[_0x71bebe(0x152)]('Failed\x20to\x20store\x20session\x20name:\x20'+_0xa2ddbe);}this[_0x71bebe(0x14c)][_0x71bebe(0x1bb)]=_0x2936dc[_0x71bebe(0x18c)](shouldScanTestForAccessibility,this['currentTest'][_0x71bebe(0x197)](),!![]),this[_0x71bebe(0x14c)][_0x71bebe(0x13e)]=!![];if(_0x2936dc['KyUGv'](isAccessibilityAutomationSession)&&_0x411a6e&&Array[_0x71bebe(0x16b)](global[_0x71bebe(0x1a5)])&&_0x2936dc[_0x71bebe(0x169)](global[_0x71bebe(0x1a5)][_0x71bebe(0x1ad)],0x0)&&global[_0x71bebe(0x14f)])try{const _0x28f9b7=await global[_0x71bebe(0x1a5)][0x0][_0x71bebe(0x163)];if(_0x28f9b7){let _0x2730e9=!![];const _0x525fba=await global['__drivers'][0x0]['getCurrentUrl']();let _0x15b9bd;try{_0x15b9bd=new URL(_0x525fba);}catch(_0xdad337){_0x2730e9=![];}_0x2730e9=_0x2936dc['VCDNd'](_0x15b9bd[_0x71bebe(0x15d)],_0x2936dc['HXcNw'])||_0x2936dc['JISKu'](_0x15b9bd[_0x71bebe(0x15d)],_0x2936dc['aXKqv']),_0x2730e9&&(this['currentTest'][_0x71bebe(0x1bb)]?(logger[_0x71bebe(0x155)](_0x2936dc[_0x71bebe(0x1c3)]),await global[_0x71bebe(0x1a5)][0x0]['executeAsyncScript']('\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')):await global[_0x71bebe(0x1a5)][0x0][_0x71bebe(0x199)](_0x71bebe(0x174))),this['currentTest'][_0x71bebe(0x13e)]=this[_0x71bebe(0x14c)][_0x71bebe(0x1bb)],this[_0x71bebe(0x14c)]['shouldScanTestForAccessibility']&&logger[_0x71bebe(0x155)](_0x2936dc[_0x71bebe(0x19a)]);}}catch(_0x579061){logger[_0x71bebe(0x188)](_0x71bebe(0x165)+util[_0x71bebe(0x140)](_0x579061));}_0x2936dc[_0x71bebe(0x1c4)](_0x5dad78);})[_0x253307(0x182)](_0x47d2c6);},'afterEach'(_0x47cb3d){const _0x11313c=a26_0x2e70fb,_0x1e626d={'HQbek':function(_0x503fd7,_0x49ce08){return _0x503fd7>_0x49ce08;},'GKdbc':function(_0x42349c,_0x169e5f){return _0x42349c===_0x169e5f;},'quEEm':_0x11313c(0x147),'UYZxE':'appium:app','UZHZd':function(_0xc45c21,_0x2ccf3d,_0x5d948d,_0x2f9f3a){return _0xc45c21(_0x2ccf3d,_0x5d948d,_0x2f9f3a);},'hhAmW':'\x20-\x20','TdhYj':function(_0x12d238,_0x3abf29){return _0x12d238!==_0x3abf29;},'OWrTt':_0x11313c(0x15a),'FRygd':function(_0x339f53,_0x480eb9,_0xc6f040){return _0x339f53(_0x480eb9,_0xc6f040);},'HbPeA':function(_0x549fc6,_0x347344){return _0x549fc6+_0x347344;},'bIqRI':_0x11313c(0x198),'syMWY':_0x11313c(0x188),'SYKfs':_0x11313c(0x1bd),'zUYtH':'info','GaHEP':_0x11313c(0x19c),'cpvaA':function(_0x383230,_0x2014b6){return _0x383230(_0x2014b6);},'UKrUX':_0x11313c(0x145),'QBgne':function(_0x3cdca1){return _0x3cdca1();},'oBGXw':function(_0x90053e,_0x501394,_0xc8b717){return _0x90053e(_0x501394,_0xc8b717);},'Fdhbg':_0x11313c(0x152),'uwXAz':function(_0x286253){return _0x286253();}},_0xf91b9c='browserstack internal helper hook';this[_0x11313c(0x161)](0xfde8);const _0x180421=async(_0x37e7d3,_0x4b7401)=>{const _0xe04a38=_0x11313c;await global[_0xe04a38(0x1a5)][0x0][_0xe04a38(0x199)](_0xe04a38(0x151)+_0x37e7d3+_0xe04a38(0x148)+_0x4b7401+'\x22}}');};new Promise(async _0x2a9eaf=>{const _0x443bb7=_0x11313c;try{_0x1e626d[_0x443bb7(0x189)](global[_0x443bb7(0x1a5)][_0x443bb7(0x1ad)],0x1)&&(await global['driverCleanup'](),global[_0x443bb7(0x1a5)]['shift'](),global['__error_messages__']=[],global[_0x443bb7(0x1b4)]=![]);try{if(global[_0x443bb7(0x160)]&&_0x1e626d[_0x443bb7(0x179)](global['percyCaptureMode'],_0x1e626d[_0x443bb7(0x164)])&&global[_0x443bb7(0x1a5)][0x0]){const _0x20a53e=_0x1e626d[_0x443bb7(0x189)](global['capabilities']['length'],0x0)?!!global['capabilities'][0x0][_0x443bb7(0x187)]||!!global['capabilities'][0x0][_0x1e626d[_0x443bb7(0x1ae)]]:![],_0x283ff3={};_0x283ff3[_0x443bb7(0x187)]=_0x20a53e,await _0x1e626d[_0x443bb7(0x18b)](percyAutoCapture,global['__drivers'][0x0],_0x1e626d[_0x443bb7(0x164)],_0x283ff3);}}catch(_0x555f9b){}!global['__skipSessionName']&&(await global[_0x443bb7(0x1a5)][0x0][_0x443bb7(0x199)](_0x443bb7(0x1af)+JSON['stringify'](this[_0x443bb7(0x14c)][_0x443bb7(0x197)]()['join'](_0x1e626d['hhAmW']))+'}}'),global[_0x443bb7(0x1a5)][0x0][_0x443bb7(0x183)]=!![]);const _0x4c7b25=_0x1e626d[_0x443bb7(0x194)](this[_0x443bb7(0x14c)][_0x443bb7(0x1be)],_0x1e626d['OWrTt']);_0x4c7b25?(global['__sessionFailed']=!![],global[_0x443bb7(0x1bf)][_0x443bb7(0x1a4)](this[_0x443bb7(0x14c)][_0x443bb7(0x153)][_0x443bb7(0x16c)]),await _0x1e626d[_0x443bb7(0x17d)](_0x180421,JSON[_0x443bb7(0x196)](_0x1e626d[_0x443bb7(0x181)](_0x1e626d[_0x443bb7(0x18f)],this['currentTest'][_0x443bb7(0x153)][_0x443bb7(0x16c)])),_0x1e626d[_0x443bb7(0x19d)])):await _0x1e626d[_0x443bb7(0x17d)](_0x180421,JSON[_0x443bb7(0x196)](_0x1e626d[_0x443bb7(0x19e)]),_0x1e626d[_0x443bb7(0x176)]);}catch(_0x18f0ea){}try{if(this[_0x443bb7(0x14c)][_0x443bb7(0x13e)]&&global[_0x443bb7(0x14f)]){this[_0x443bb7(0x14c)][_0x443bb7(0x1bb)]&&logger['info'](_0x1e626d[_0x443bb7(0x162)]);const _0x1e6414={'saveResults':this[_0x443bb7(0x14c)][_0x443bb7(0x1bb)],'testDetails':{'name':this['currentTest']['title'],'testRunId':process[_0x443bb7(0x192)]['BS_A11Y_TEST_RUN_ID'],'filePath':this[_0x443bb7(0x14c)]['file'],'scopeList':this[_0x443bb7(0x14c)]['titlePath']()},'platform':await _0x1e626d[_0x443bb7(0x15c)](fetchPlatformDetails,global[_0x443bb7(0x1a5)][0x0])};await global[_0x443bb7(0x1a5)][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',_0x1e6414),this[_0x443bb7(0x14c)][_0x443bb7(0x1bb)]&&logger[_0x443bb7(0x155)](_0x1e626d[_0x443bb7(0x149)]);}}catch(_0x3890af){logger['error']('Accessibility\x20results\x20could\x20not\x20be\x20processed\x20for\x20the\x20test\x20case\x20'+this[_0x443bb7(0x14c)][_0x443bb7(0x197)]()+_0x443bb7(0x168),_0x3890af);}try{try{if(_0x1e626d['QBgne'](isTestObservabilitySession)){global[_0x443bb7(0x1a5)][0x0]&&await _0x1e626d['oBGXw'](sendPlatformDetails,global[_0x443bb7(0x1a5)][0x0],this[_0x443bb7(0x14c)]?this[_0x443bb7(0x14c)][_0x443bb7(0x17e)]:null);if(_0x1e626d['QBgne'](isBrowserstackInfra)){const _0x427fc7='ObservabilitySync:'+Date['now']();await _0x1e626d[_0x443bb7(0x17d)](_0x180421,JSON[_0x443bb7(0x196)](_0x427fc7),_0x1e626d[_0x443bb7(0x17a)]);}}}catch{}_0x1e626d['HQbek'](global[_0x443bb7(0x1a5)][0x0][_0x443bb7(0x1c0)],0x0)&&await global['driverCleanup']();}catch(_0x1f6090){}_0x1e626d['uwXAz'](_0x2a9eaf);})[_0x11313c(0x182)](()=>_0x47cb3d());},'afterAll'(_0x4544ed){const _0xec2579=a26_0x2e70fb,_0x38d9e7={'AdYlc':function(_0x390df1){return _0x390df1();}},_0xccf641='browserstack internal helper hook';this[_0xec2579(0x161)](0xfde8),new Promise(async _0xb7291d=>{const _0x8a03e1=_0xec2579;await global['driverCleanup'](),_0x38d9e7[_0x8a03e1(0x19b)](_0xb7291d);})[_0xec2579(0x182)](()=>_0x4544ed());}};
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a27_0x38c951=a27_0x30f8;(function(_0x344e51,_0x38b2e6){const _0x4288dc=a27_0x30f8,_0x161ff6=_0x344e51();while(!![]){try{const _0x5c11df=parseInt(_0x4288dc(0x124))/0x1+parseInt(_0x4288dc(0xd9))/0x2*(parseInt(_0x4288dc(0x121))/0x3)+-parseInt(_0x4288dc(0xe2))/0x4*(-parseInt(_0x4288dc(0x111))/0x5)+parseInt(_0x4288dc(0xb8))/0x6*(-parseInt(_0x4288dc(0xc6))/0x7)+-parseInt(_0x4288dc(0xb3))/0x8+parseInt(_0x4288dc(0x125))/0x9+-parseInt(_0x4288dc(0xc0))/0xa;if(_0x5c11df===_0x38b2e6)break;else _0x161ff6['push'](_0x161ff6['shift']());}catch(_0x33c0b8){_0x161ff6['push'](_0x161ff6['shift']());}}}(a27_0x29ae,0x94083));const fs=require('fs'),path=require(a27_0x38c951(0x10e)),{spawn}=require(a27_0x38c951(0xc8)),logger=require(a27_0x38c951(0xb1))['winstonLogger'],{default:BrowserStackSetup}=require(a27_0x38c951(0xd8)),helper=require(a27_0x38c951(0x104)),constants=require('../utils/constants'),getUserNightwatchConfigs=(_0x3b994b,_0xca37f8)=>{const _0x2d0965=a27_0x38c951,_0x5d01cd={'zWNzO':function(_0x436987,_0x232b74){return _0x436987+_0x232b74;},'xWeMI':'test_settings','ldPGK':'nightwatch','TOWhg':function(_0x582628,_0x2a7431){return _0x582628>_0x2a7431;},'zvNKt':function(_0x4a2b4b,_0xc2ff95){return _0x4a2b4b===_0xc2ff95;},'DHsqc':_0x2d0965(0xc3),'NkKNX':_0x2d0965(0xe4),'OClTj':function(_0x224d59,_0x5699db){return _0x224d59===_0x5699db;},'ASLlm':_0x2d0965(0xcb),'SvNjB':_0x2d0965(0x109),'ZjjFc':function(_0xea4fd2,_0xae6616){return _0xea4fd2!==_0xae6616;},'ecvTW':_0x2d0965(0xc1),'zsxsx':_0x2d0965(0x128),'KoWGX':_0x2d0965(0xff),'tGDEV':function(_0x15d60b,_0x4ad3eb){return _0x15d60b!==_0x4ad3eb;},'IQbzv':_0x2d0965(0xe0),'wwPQt':'rpvMr','KQfyp':function(_0x52f252,_0x254a7a){return _0x52f252(_0x254a7a);},'KrHSH':function(_0x33ae24,_0x41f277){return _0x33ae24===_0x41f277;},'uLOXE':_0x2d0965(0xc5),'bPkxO':_0x2d0965(0xde)};let _0x1c6d25=null,_0x2ce95a={};const _0x18e939=_0xca37f8[_0x2d0965(0x113)](_0x13952a=>_0x13952a==='--config');if(!helper['isUndefined'](_0x3b994b[_0x2d0965(0xb9)])&&fs['existsSync'](path[_0x2d0965(0xdc)](process[_0x2d0965(0xa3)](),_0x3b994b[_0x2d0965(0xb9)])))_0x5d01cd[_0x2d0965(0xe6)](_0x5d01cd[_0x2d0965(0xe1)],_0x5d01cd['NkKNX'])?_0x3b95ef[_0x2d0965(0xe8)]={}:(_0x1c6d25=path[_0x2d0965(0xdc)](process[_0x2d0965(0xa3)](),_0x3b994b['config']),_0xca37f8[_0x2d0965(0xcf)](_0x18e939,0x2));else{if(_0x5d01cd[_0x2d0965(0xc2)](_0x5d01cd[_0x2d0965(0xf4)],_0x5d01cd[_0x2d0965(0xf4)])){if(fs[_0x2d0965(0x116)](path['join'](process['cwd'](),_0x5d01cd[_0x2d0965(0xd0)])))_0x5d01cd[_0x2d0965(0xbb)](_0x5d01cd[_0x2d0965(0xa2)],_0x5d01cd[_0x2d0965(0xa2)])?_0x15e39d[_0x2d0965(0x108)](''):_0x1c6d25=path[_0x2d0965(0xdc)](process[_0x2d0965(0xa3)](),_0x5d01cd[_0x2d0965(0xd0)]);else{if(fs[_0x2d0965(0x116)](path[_0x2d0965(0xdc)](process['cwd'](),_0x5d01cd[_0x2d0965(0xfc)]))){if(_0x5d01cd[_0x2d0965(0xc2)](_0x5d01cd[_0x2d0965(0xef)],_0x5d01cd[_0x2d0965(0xef)]))_0x1c6d25=path[_0x2d0965(0xdc)](process[_0x2d0965(0xa3)](),_0x5d01cd[_0x2d0965(0xfc)]);else{let _0x1fa558=_0x5d01cd[_0x2d0965(0x118)](_0x2e6800[_0x2d0965(0xbd)](_0xa6d5a8,'_'),'_'+_0x454af4[_0x2d0965(0x105)]());_0x1b5337&&(_0x1fa558+='_'+_0x2b64ef);if(_0x716e55&&(!_0x1d33a6[_0x5d01cd[_0x2d0965(0x10a)]]||!_0x56e149[_0x5d01cd['xWeMI']][_0x547831]))return;const _0x4b6e0c={..._0x2f261f};_0x4b6e0c['desiredCapabilities']=_0x3dc0fe;const _0x1f4f12=_0x4b6e0c;_0x38c2e1[_0x1fa558]=_0x2c48d3?_0x5cd230[_0x2d0965(0xd2)](_0x4f1656[_0x5d01cd[_0x2d0965(0x10a)]][_0x58b540],_0x1f4f12):_0x1f4f12,_0x3b44da['push'](_0x1fa558);}}}}else _0x415edd?_0x4cf607[_0x2d0965(0x108)](_0x1938a2[_0x2d0965(0xf6)](_0xa861bf[_0x2d0965(0xb9)],_0x5d01cd['ldPGK'],_0x573d67)):_0x16bd73['push'](_0xbdafec[_0x2d0965(0xee)](_0x1ac1fd[_0x2d0965(0xb9)],_0x5d01cd['ldPGK'],_0x4992cd));}if(_0x1c6d25){if(_0x5d01cd[_0x2d0965(0xe9)](_0x5d01cd[_0x2d0965(0xfb)],_0x5d01cd[_0x2d0965(0xae)]))logger[_0x2d0965(0xd5)](_0x2d0965(0xbc)+_0x1c6d25),_0x2ce95a=_0x5d01cd[_0x2d0965(0xd3)](require,_0x1c6d25);else{let _0x1624dd=_0x19942e[_0x2d0965(0x113)](_0xc6e955=>_0xc6e955==='--env');_0x5d01cd['TOWhg'](_0x1624dd,-0x1)&&_0x52900e['splice'](_0x1624dd,0x2),_0x1624dd=_0x300777[_0x2d0965(0x113)](_0x4ef507=>_0x4ef507==='-e'),_0x5d01cd['TOWhg'](_0x1624dd,-0x1)&&_0x31bc4d[_0x2d0965(0xcf)](_0x1624dd,0x2);}}else _0x5d01cd[_0x2d0965(0xb7)](_0x5d01cd['uLOXE'],_0x5d01cd['uLOXE'])?logger[_0x2d0965(0xd5)](_0x5d01cd[_0x2d0965(0x11f)]):(_0x25023c[_0x2d0965(0xe5)](_0x2d0965(0xb5)+_0x4ed50c),_0x51d684[_0x2d0965(0xd5)](_0x2d0965(0xb2)+_0x759480),_0x2b2d51['unlinkSync'](_0x3e5e8f));return _0x2ce95a;},removeExistingEnvs=_0x25633d=>{const _0x4763e8=a27_0x38c951,_0x504bd6={};_0x504bd6[_0x4763e8(0xab)]=_0x4763e8(0x128),_0x504bd6['JKDjO']=function(_0xaf1f30,_0x5db7ed){return _0xaf1f30>_0x5db7ed;},_0x504bd6[_0x4763e8(0xf2)]=function(_0x1de56a,_0x2d02b6){return _0x1de56a===_0x2d02b6;},_0x504bd6['PFFwl']='ALUYY',_0x504bd6[_0x4763e8(0x11a)]=function(_0x52c639,_0x4421d7){return _0x52c639===_0x4421d7;},_0x504bd6[_0x4763e8(0x10d)]=_0x4763e8(0xc9),_0x504bd6[_0x4763e8(0x119)]='VhVym';const _0x1dc9cd=_0x504bd6;let _0x2b849b=_0x25633d[_0x4763e8(0x113)](_0x509b2c=>_0x509b2c===_0x4763e8(0xa4));if(_0x1dc9cd['JKDjO'](_0x2b849b,-0x1)){if(_0x1dc9cd[_0x4763e8(0xf2)](_0x1dc9cd[_0x4763e8(0xdf)],_0x1dc9cd[_0x4763e8(0xdf)]))_0x25633d[_0x4763e8(0xcf)](_0x2b849b,0x2);else return;}_0x2b849b=_0x25633d[_0x4763e8(0x113)](_0x15b88e=>_0x15b88e==='-e'),_0x1dc9cd[_0x4763e8(0xfd)](_0x2b849b,-0x1)&&(_0x1dc9cd['KdEas'](_0x1dc9cd[_0x4763e8(0x10d)],_0x1dc9cd[_0x4763e8(0x119)])?_0x23e6e6=_0x12ceb7[_0x4763e8(0xdc)](_0x13cc9d['cwd'](),_0x1dc9cd[_0x4763e8(0xab)]):_0x25633d['splice'](_0x2b849b,0x2));};function run(_0x4ebf76,_0x425fa7){const _0x1ab47f=a27_0x38c951,_0x19d93={'KBwhz':function(_0x5c13e9,_0x10a56e){return _0x5c13e9(_0x10a56e);},'VUIOd':'nightwatch.conf.js','BKoIE':_0x1ab47f(0x128),'ZbysH':function(_0x3b4fde,_0x3704ba){return _0x3b4fde===_0x3704ba;},'iMJqz':_0x1ab47f(0xda),'Pcewz':function(_0x2143dd,_0x5710ce){return _0x2143dd===_0x5710ce;},'gGNOO':'jOVOw','kApai':_0x1ab47f(0xaf),'nkGAi':_0x1ab47f(0x127),'KFZiD':function(_0x6cbef7,_0x355459){return _0x6cbef7!==_0x355459;},'KmqEJ':_0x1ab47f(0xfe),'PSakY':_0x1ab47f(0xa6),'AskkZ':_0x1ab47f(0xde),'mdBHT':function(_0x48c6a2,_0x2411e5){return _0x48c6a2+_0x2411e5;},'kcYct':_0x1ab47f(0xe8),'eIzHo':function(_0x20749a,_0x5b9676){return _0x20749a===_0x5b9676;},'thysF':'dgeeK','cKrSZ':function(_0x25ca42,_0x200af4){return _0x25ca42+_0x200af4;},'sLuaA':function(_0x46d539,_0x2ae27b){return _0x46d539===_0x2ae27b;},'QKpxM':_0x1ab47f(0xf0),'jjypW':'JuRUU','aDmMw':_0x1ab47f(0xb4),'uUUSF':_0x1ab47f(0xf5),'ZAAfD':function(_0x51a588,_0x326fd4){return _0x51a588===_0x326fd4;},'UdPwr':_0x1ab47f(0xad),'luoWo':'xoeXy','SLGpL':function(_0x3fea37,_0x196f9a,_0x44de6f){return _0x3fea37(_0x196f9a,_0x44de6f);},'VZeqW':_0x1ab47f(0xb6),'rgcXQ':_0x1ab47f(0xec),'ZUOxH':function(_0x153f90,_0x3567db){return _0x153f90===_0x3567db;},'BtXui':_0x1ab47f(0xca),'Ygllq':function(_0x10f1ec,_0x34ac7e){return _0x10f1ec!==_0x34ac7e;},'qtRKK':_0x1ab47f(0xcc),'oUolV':'nightwatch-browserstack.json','ILsEu':function(_0x16fcdf,_0x3718c,_0x3530c3,_0x19c514){return _0x16fcdf(_0x3718c,_0x3530c3,_0x19c514);},'zesty':_0x1ab47f(0xd6),'VGnzl':_0x1ab47f(0xeb),'CEBcX':_0x1ab47f(0xa4),'WDhrm':_0x1ab47f(0xe3),'LsKaf':_0x1ab47f(0x126)},_0x515bee=new BrowserStackSetup(_0x4ebf76);if(!_0x515bee[_0x1ab47f(0xb9)]){if(_0x19d93['ZAAfD'](_0x19d93['UdPwr'],_0x19d93['luoWo']))_0x2b7f74['info'](_0x1ab47f(0xbc)+_0x2f1108),_0x1de6c5=_0x19d93[_0x1ab47f(0x123)](_0x27fb27,_0x34e9d8);else return;}const _0x22e275=_0x19d93[_0x1ab47f(0x115)](getUserNightwatchConfigs,_0x4ebf76,_0x425fa7),_0x4bdea5={};_0x4bdea5[_0x1ab47f(0xc4)]=![];const _0x2e378a={};_0x2e378a['host']=_0x19d93[_0x1ab47f(0xf7)],_0x2e378a['port']=0x1bb;const _0x4bd6fd={};_0x4bd6fd[_0x1ab47f(0xcd)]=_0x4bdea5,_0x4bd6fd[_0x1ab47f(0xbf)]=_0x2e378a;const _0x10aeca=_0x4bd6fd;logger[_0x1ab47f(0xd5)](_0x19d93[_0x1ab47f(0xc7)]);const _0x3b00ad={..._0x22e275},_0x5addcc=_0x3b00ad,_0x282187=helper[_0x1ab47f(0xa9)](_0x515bee['config']),_0x14dde7=[];_0x515bee[_0x1ab47f(0xb9)]['platforms'][_0x1ab47f(0xd1)]((_0xa3c5dc,_0x388c06)=>{const _0x488a3a=_0x1ab47f;if(_0x19d93[_0x488a3a(0x11d)](_0x19d93[_0x488a3a(0xf3)],_0x19d93[_0x488a3a(0xf3)])){if(_0x282187)_0x19d93[_0x488a3a(0x10f)](_0x19d93['gGNOO'],_0x19d93[_0x488a3a(0x11c)])?_0x11577['splice'](_0x5517b6,0x2):_0x14dde7['push'](helper[_0x488a3a(0xf6)](_0x515bee['config'],_0x19d93[_0x488a3a(0xea)],_0x388c06));else{if(_0x19d93[_0x488a3a(0x10b)](_0x19d93[_0x488a3a(0xf9)],_0x19d93[_0x488a3a(0x117)]))_0x14dde7['push'](helper[_0x488a3a(0xee)](_0x515bee[_0x488a3a(0xb9)],_0x19d93[_0x488a3a(0xea)],_0x388c06));else return;}}else{if(_0x2d4cb5['existsSync'](_0xba2c6e[_0x488a3a(0xdc)](_0x52ce9c[_0x488a3a(0xa3)](),_0x19d93[_0x488a3a(0xa8)])))_0x2f27fd=_0x4adca4[_0x488a3a(0xdc)](_0x20770f[_0x488a3a(0xa3)](),_0x19d93[_0x488a3a(0xa8)]);else _0x3d0591[_0x488a3a(0x116)](_0x523fc5[_0x488a3a(0xdc)](_0x56ed3[_0x488a3a(0xa3)](),_0x19d93['BKoIE']))&&(_0x5e38c9=_0x151311['join'](_0x5928c1[_0x488a3a(0xa3)](),_0x19d93['BKoIE']));}});const _0x51bcdf={},_0x1348a7=[];_0x4ebf76[_0x1ab47f(0xaa)]=_0x4ebf76[_0x1ab47f(0xaa)]||_0x4ebf76['e'];const _0x37abb1=_0x4ebf76[_0x1ab47f(0xaa)]?_0x4ebf76[_0x1ab47f(0xaa)][_0x1ab47f(0xdd)]()['split'](',')[_0x1ab47f(0xa1)](_0x24ec13=>_0x24ec13[_0x1ab47f(0xdd)]())[_0x1ab47f(0xbe)](_0x3fec27=>_0x3fec27!==''):[''];_0x19d93[_0x1ab47f(0x120)](_0x37abb1[_0x1ab47f(0x122)],0x0)&&(_0x19d93['eIzHo'](_0x19d93[_0x1ab47f(0x11b)],_0x19d93['BtXui'])?_0x37abb1[_0x1ab47f(0x108)](''):_0x11cb29=_0x270e3a[_0x1ab47f(0xdc)](_0xb6cbde[_0x1ab47f(0xa3)](),_0x19d93[_0x1ab47f(0xa8)]));_0x37abb1[_0x1ab47f(0xd1)](_0x4cfaab=>{const _0x2c1639=_0x1ab47f;_0x19d93['Pcewz'](_0x19d93[_0x2c1639(0xa5)],_0x19d93[_0x2c1639(0xa5)])?_0x14dde7[_0x2c1639(0xd1)](_0x587f7b=>{const _0xa2007=_0x2c1639,_0x5738e7={'STzho':_0x19d93[_0xa2007(0xf1)],'DVVbg':function(_0x5131e2,_0x28c37e){return _0x19d93['mdBHT'](_0x5131e2,_0x28c37e);},'GNMci':_0x19d93[_0xa2007(0xe7)]};if(_0x19d93['eIzHo'](_0x19d93[_0xa2007(0x114)],_0x19d93['thysF'])){let _0x521030=_0x19d93[_0xa2007(0x103)](helper[_0xa2007(0xbd)](_0x587f7b,'_'),'_'+Date[_0xa2007(0x105)]());_0x4cfaab&&(_0x19d93[_0xa2007(0xfa)](_0x19d93[_0xa2007(0x110)],_0x19d93[_0xa2007(0x110)])?_0x521030+='_'+_0x4cfaab:_0x13d79f[_0xa2007(0xd5)](_0x5738e7[_0xa2007(0x11e)]));if(_0x4cfaab&&(!_0x22e275[_0x19d93[_0xa2007(0xe7)]]||!_0x22e275[_0x19d93[_0xa2007(0xe7)]][_0x4cfaab])){if(_0x19d93[_0xa2007(0xce)](_0x19d93['jjypW'],_0x19d93[_0xa2007(0x112)]))return;else _0x5e830e[_0xa2007(0xd1)](_0x4f704b=>{const _0x3365d1=_0xa2007;let _0xebbbf7=_0x5738e7['DVVbg'](_0x5a60e7[_0x3365d1(0xbd)](_0x4f704b,'_'),'_'+_0x31b155[_0x3365d1(0x105)]());_0x46b380&&(_0xebbbf7+='_'+_0xfc909f);if(_0x443272&&(!_0x2ee3bd[_0x5738e7[_0x3365d1(0x10c)]]||!_0x2d0738[_0x5738e7['GNMci']][_0x52dc6d]))return;const _0x489509={..._0x4985ea};_0x489509[_0x3365d1(0xdb)]=_0x4f704b;const _0x4885ed=_0x489509;_0x1513db[_0xebbbf7]=_0x3fd2b0?_0x12b672[_0x3365d1(0xd2)](_0x5e5843[_0x5738e7[_0x3365d1(0x10c)]][_0x399c34],_0x4885ed):_0x4885ed,_0x2e00db[_0x3365d1(0x108)](_0xebbbf7);});}const _0x355f90={..._0x10aeca};_0x355f90[_0xa2007(0xdb)]=_0x587f7b;const _0x35df0b=_0x355f90;_0x51bcdf[_0x521030]=_0x4cfaab?helper[_0xa2007(0xd2)](_0x22e275[_0x19d93[_0xa2007(0xe7)]][_0x4cfaab],_0x35df0b):_0x35df0b,_0x1348a7[_0xa2007(0x108)](_0x521030);}else _0x56090c+='_'+_0x13aa96;}):(_0x356043=_0x4ac17f[_0x2c1639(0xdc)](_0x5e7895['cwd'](),_0x7e9a12[_0x2c1639(0xb9)]),_0x4ff0f6[_0x2c1639(0xcf)](_0x460751,0x2));});!_0x5addcc[_0x1ab47f(0xe8)]&&(_0x19d93[_0x1ab47f(0xd7)](_0x19d93[_0x1ab47f(0x101)],_0x19d93[_0x1ab47f(0x101)])?_0x18513b['push'](_0x19e677[_0x1ab47f(0xf6)](_0x1e7f23[_0x1ab47f(0xb9)],_0x19d93[_0x1ab47f(0xea)],_0x1646d4)):_0x5addcc['test_settings']={});_0x5addcc[_0x1ab47f(0xe8)]={..._0x5addcc[_0x1ab47f(0xe8)],..._0x51bcdf};const _0x4431f0=path[_0x1ab47f(0xdc)](__dirname,_0x19d93[_0x1ab47f(0xac)]);fs[_0x1ab47f(0xd4)](_0x4431f0,JSON[_0x1ab47f(0xf8)](_0x5addcc)),_0x19d93['KBwhz'](removeExistingEnvs,_0x425fa7);const _0x35b57f=_0x19d93[_0x1ab47f(0xb0)](spawn,/^win/[_0x1ab47f(0x100)](process[_0x1ab47f(0x106)])?_0x19d93[_0x1ab47f(0x102)]:_0x19d93[_0x1ab47f(0xea)],[_0x19d93['VGnzl'],_0x4431f0,..._0x425fa7[_0x1ab47f(0xa7)](0x1),_0x19d93['CEBcX'],_0x1348a7[_0x1ab47f(0xdc)](',')],{'stdio':_0x19d93[_0x1ab47f(0x107)]});_0x35b57f['on'](_0x19d93[_0x1ab47f(0xed)],async _0xa57190=>{const _0x2ca104=_0x1ab47f;_0x19d93[_0x2ca104(0x10b)](_0x19d93[_0x2ca104(0xba)],_0x19d93['uUUSF'])?_0x2766d9[_0x2ca104(0xcf)](_0x243c1e,0x2):(logger[_0x2ca104(0xe5)](_0x2ca104(0xb5)+_0xa57190),logger['info'](_0x2ca104(0xb2)+_0x4431f0),fs['unlinkSync'](_0x4431f0));});}module['exports']=run;function a27_0x30f8(_0x4bfc92,_0x2dfe12){const _0x29aed5=a27_0x29ae();return a27_0x30f8=function(_0x30f82a,_0x4229eb){_0x30f82a=_0x30f82a-0xa1;let _0x278ba8=_0x29aed5[_0x30f82a];return _0x278ba8;},a27_0x30f8(_0x4bfc92,_0x2dfe12);}function a27_0x29ae(){const _0x4c7148=['54628ntIewT','inherit','jxTJQ','debug','zvNKt','kcYct','test_settings','tGDEV','nkGAi','--config','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','LsKaf','modifyBrowserStackCaps','KoWGX','RASDe','AskkZ','lCFjj','iMJqz','ASLlm','YpolS','modifyBrowserStackW3CCaps','VZeqW','stringify','KmqEJ','sLuaA','IQbzv','zsxsx','JKDjO','XvreN','YRvkU','test','qtRKK','zesty','cKrSZ','../../helpers/helper','now','platform','WDhrm','push','nightwatch.conf.js','xWeMI','KFZiD','GNMci','BFmcL','path','Pcewz','QKpxM','330KzKMlc','jjypW','findIndex','thysF','SLGpL','existsSync','PSakY','zWNzO','HoTrB','KdEas','BtXui','kApai','ZbysH','STzho','bPkxO','ZUOxH','1842999XdvCSj','length','KBwhz','923482CkwoYh','4209705VHRZdl','close','nightwatch','nightwatch.json','map','ecvTW','cwd','--env','aDmMw','wOclt','slice','VUIOd','useW3C','env','Zuskk','oUolV','eNsAF','wwPQt','wAzuD','ILsEu','../../helpers/logger','Deleting\x20','3736936TLrDUr','aiUuX','child\x20process\x20exited\x20with\x20code\x20','hub.browserstack.com','KrHSH','9138arNUdU','config','uUUSF','ZjjFc','Getting\x20your\x20nightwatch\x20configs\x20from\x20','getPlatformName','filter','selenium','8221940uVYmaT','VebTV','OClTj','QIFoF','start_process','RcIaR','4648YbETOq','rgcXQ','child_process','IrfbI','enYsw','TjPtx','lJzpD','webdriver','eIzHo','splice','SvNjB','forEach','mergeDeep','KQfyp','writeFileSync','info','nightwatch.cmd','Ygllq','../../helpers/BrowserStackSetup','2yVMcZS','JUgbt','desiredCapabilities','join','trim','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','PFFwl','syjKw','DHsqc'];a27_0x29ae=function(){return _0x4c7148;};return a27_0x29ae();}
2
+ 'use strict';function a27_0x6db7(_0x2efaac,_0x2d3bc0){const _0x5305ef=a27_0x5305();return a27_0x6db7=function(_0x6db79e,_0x327341){_0x6db79e=_0x6db79e-0xcb;let _0x2526d3=_0x5305ef[_0x6db79e];return _0x2526d3;},a27_0x6db7(_0x2efaac,_0x2d3bc0);}const a27_0x38f070=a27_0x6db7;function a27_0x5305(){const _0x22f6ed=['exports','findIndex','sgern','../../helpers/helper','hub.browserstack.com','4640432JPiCJx','BQEei','qYuzb','unlinkSync','EKxQK','ciHAP','gkthr','getPlatformName','uCGyV','winstonLogger','qoTDp','MJTTH','PWDOR','RUiQA','CRzuf','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','Dwrnv','iUIoY','DKzcP','GUhPK','nightwatch.conf.js','now','mvnqn','14337520HtnJOH','wAmYE','child\x20process\x20exited\x20with\x20code\x20','sXEau','DmsFH','forEach','zudFb','VqCmg','Getting\x20your\x20nightwatch\x20configs\x20from\x20','wAbIR','fAakd','JKouU','APkWu','xGzLC','JyfTp','1554870wjfhoT','cwd','start_process','length','wNnHe','ydHGI','howbq','22KmSwaY','rGxls','desiredCapabilities','dNZzm','uSeLu','filter','push','kiNmi','UEWEv','nightwatch.json','LLIkX','MJQVX','host','NWfSG','selenium','ZCEvm','test','Adding\x20browserstack\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','map','nightwatch-browserstack.json','debug','ZGdwF','RclNl','sdVMD','--config','14UPzSKl','join','mskWd','trim','JKWwf','test_settings','FBRzi','iuRZR','aVHZY','sOneZ','existsSync','ixQcI','kOQWR','GDsqo','oHdIC','dOZvY','CSmEt','ZLxdB','modifyBrowserStackW3CCaps','env','split','zqDPU','TClMO','ogpim','splice','cMAqL','URpoH','platforms','info','WeTgl','yfAmv','GcRAG','366240FgcebQ','xhNcZ','JSZeL','qOBQK','NVtoj','3685455EpqZYZ','port','jwqsZ','jIbVA','--env','modifyBrowserStackCaps','TXHUp','slice','RIYnT','eyJbq','sYMRB','JISRj','TEDFz','3denGsm','isUndefined','writeFileSync','DzzEf','BFwDC','1255883rKyOWT','tEOvz','lAcls','lMGBC','../utils/constants','config','9875574OqcElb','nqxYC','BJHub','xmDTC','path','lJgPw','znsXZ','mergeDeep','AgkyY','BsOhF','2zqcCWx','nightwatch','UlPkR','useW3C','ieTyy','LvuRf'];a27_0x5305=function(){return _0x22f6ed;};return a27_0x5305();}(function(_0x1e96e2,_0x9bf7d){const _0x593cc4=a27_0x6db7,_0x5248f4=_0x1e96e2();while(!![]){try{const _0x4e3831=parseInt(_0x593cc4(0x155))/0x1*(-parseInt(_0x593cc4(0xcd))/0x2)+parseInt(_0x593cc4(0x150))/0x3*(parseInt(_0x593cc4(0xd8))/0x4)+parseInt(_0x593cc4(0x143))/0x5+parseInt(_0x593cc4(0x13e))/0x6*(-parseInt(_0x593cc4(0x11e))/0x7)+parseInt(_0x593cc4(0xef))/0x8+-parseInt(_0x593cc4(0x15b))/0x9+parseInt(_0x593cc4(0xfe))/0xa*(-parseInt(_0x593cc4(0x105))/0xb);if(_0x4e3831===_0x9bf7d)break;else _0x5248f4['push'](_0x5248f4['shift']());}catch(_0x496867){_0x5248f4['push'](_0x5248f4['shift']());}}}(a27_0x5305,0xdc7fe));const fs=require('fs'),path=require(a27_0x38f070(0x15f)),{spawn}=require('child_process'),logger=require('../../helpers/logger')[a27_0x38f070(0xe1)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a27_0x38f070(0xd6)),constants=require(a27_0x38f070(0x159)),getUserNightwatchConfigs=(_0x14494c,_0x876690)=>{const _0x34aae6=a27_0x38f070,_0x53316f={'howbq':_0x34aae6(0xce),'BsOhF':_0x34aae6(0xec),'GcRAG':_0x34aae6(0x10e),'UlPkR':function(_0x6661c8,_0x40851e){return _0x6661c8+_0x40851e;},'LvuRf':_0x34aae6(0x123),'gHpnx':function(_0x2cd8de,_0x5f3e3f){return _0x2cd8de===_0x5f3e3f;},'iuRZR':_0x34aae6(0xea),'tnBVP':_0x34aae6(0xfd),'wpPFj':function(_0x4dd6eb,_0x4eec7f){return _0x4dd6eb===_0x4eec7f;},'hUjrM':'rmrvs','AgkyY':function(_0x14bc2f,_0x2272e6){return _0x14bc2f===_0x2272e6;},'mvnqn':_0x34aae6(0x14b),'uCGVO':'XZgNu','CRzuf':function(_0x1e3567,_0x35d4c7){return _0x1e3567===_0x35d4c7;},'GUhPK':_0x34aae6(0xe2),'aVHZY':function(_0x2396c4,_0x5388c6){return _0x2396c4!==_0x5388c6;},'wNnHe':_0x34aae6(0x12a),'URpoH':_0x34aae6(0x10f),'sXEau':function(_0x5cfa56,_0x169198){return _0x5cfa56(_0x169198);},'RUiQA':function(_0x4891f7,_0x59ccec){return _0x4891f7===_0x59ccec;},'IzTTV':_0x34aae6(0x109),'BFwDC':_0x34aae6(0xe7)};let _0x337f1f=null,_0x23d70a={};const _0x5ec012=_0x876690['findIndex'](_0x67fea3=>_0x67fea3===_0x34aae6(0x11d));if(!helper[_0x34aae6(0x151)](_0x14494c['config'])&&fs[_0x34aae6(0x128)](path[_0x34aae6(0x11f)](process[_0x34aae6(0xff)](),_0x14494c[_0x34aae6(0x15a)])))_0x53316f['gHpnx'](_0x53316f[_0x34aae6(0x125)],_0x53316f['tnBVP'])?_0x1d5db1[_0x34aae6(0x136)](_0xcb814f,0x2):(_0x337f1f=path[_0x34aae6(0x11f)](process['cwd'](),_0x14494c[_0x34aae6(0x15a)]),_0x876690[_0x34aae6(0x136)](_0x5ec012,0x2));else{if(_0x53316f['wpPFj'](_0x53316f['hUjrM'],_0x53316f['hUjrM'])){if(fs[_0x34aae6(0x128)](path[_0x34aae6(0x11f)](process[_0x34aae6(0xff)](),_0x53316f[_0x34aae6(0xcc)])))_0x53316f[_0x34aae6(0xcb)](_0x53316f[_0x34aae6(0xee)],_0x53316f['uCGVO'])?_0x5627a3[_0x34aae6(0x136)](_0x5c38cc,0x2):_0x337f1f=path['join'](process[_0x34aae6(0xff)](),_0x53316f[_0x34aae6(0xcc)]);else fs[_0x34aae6(0x128)](path['join'](process[_0x34aae6(0xff)](),_0x53316f['GcRAG']))&&(_0x53316f[_0x34aae6(0xe6)](_0x53316f['GUhPK'],_0x53316f[_0x34aae6(0xeb)])?_0x337f1f=path[_0x34aae6(0x11f)](process[_0x34aae6(0xff)](),_0x53316f[_0x34aae6(0x13d)]):_0x3cdaf0?_0x55fad0['push'](_0x1b2bf6['modifyBrowserStackW3CCaps'](_0x126750[_0x34aae6(0x15a)],_0x53316f[_0x34aae6(0x104)],_0x3588e4)):_0x31818a[_0x34aae6(0x10b)](_0x54dc3e[_0x34aae6(0x148)](_0x53c8e9[_0x34aae6(0x15a)],_0x53316f[_0x34aae6(0x104)],_0x236e1c)));}else _0xe1492d+='_'+_0x9118dc;}if(_0x337f1f){if(_0x53316f[_0x34aae6(0x126)](_0x53316f[_0x34aae6(0x102)],_0x53316f[_0x34aae6(0x138)]))logger[_0x34aae6(0x13a)](_0x34aae6(0xf7)+_0x337f1f),_0x23d70a=_0x53316f[_0x34aae6(0xf2)](require,_0x337f1f);else{if(_0x4b8bbc[_0x34aae6(0x128)](_0x5d929b[_0x34aae6(0x11f)](_0x19512e[_0x34aae6(0xff)](),_0x53316f[_0x34aae6(0xcc)])))_0xb5da62=_0x3b1dc0[_0x34aae6(0x11f)](_0x24b765[_0x34aae6(0xff)](),_0x53316f['BsOhF']);else _0x11df2f[_0x34aae6(0x128)](_0x554d7e['join'](_0x46ac48[_0x34aae6(0xff)](),_0x53316f['GcRAG']))&&(_0x2cb298=_0x2848ee[_0x34aae6(0x11f)](_0x37adce[_0x34aae6(0xff)](),_0x53316f[_0x34aae6(0x13d)]));}}else _0x53316f[_0x34aae6(0xe5)](_0x53316f['IzTTV'],_0x53316f['IzTTV'])?logger[_0x34aae6(0x13a)](_0x53316f[_0x34aae6(0x154)]):_0x21c75c[_0x34aae6(0xf4)](_0xb2ba89=>{const _0x3d2f35=_0x34aae6;let _0x49c8e0=_0x53316f[_0x3d2f35(0xcf)](_0x22cd6a[_0x3d2f35(0xdf)](_0xb2ba89,'_'),'_'+_0x39eaf1[_0x3d2f35(0xed)]());_0x46ec32&&(_0x49c8e0+='_'+_0x5a36b2);if(_0x3f3d02&&(!_0x14fa50[_0x53316f[_0x3d2f35(0xd2)]]||!_0x2aaca6[_0x53316f[_0x3d2f35(0xd2)]][_0x44aa85]))return;const _0x45bd1d={..._0x17c63d};_0x45bd1d[_0x3d2f35(0x107)]=_0xb2ba89;const _0x6a5331=_0x45bd1d;_0x34cc8a[_0x49c8e0]=_0x40e922?_0x16b070[_0x3d2f35(0x162)](_0x58aa4f[_0x53316f[_0x3d2f35(0xd2)]][_0xa0eaf8],_0x6a5331):_0x6a5331,_0x89a6e7[_0x3d2f35(0x10b)](_0x49c8e0);});return _0x23d70a;},removeExistingEnvs=_0x389862=>{const _0x1b391d=a27_0x38f070,_0x2a9c67={'Dwrnv':function(_0x54108a,_0x45d9ab){return _0x54108a(_0x45d9ab);},'jBeEt':function(_0x252b9f,_0x33f9b5){return _0x252b9f>_0x33f9b5;},'zqDPU':function(_0x40733a,_0x404842){return _0x40733a!==_0x404842;},'JKWwf':_0x1b391d(0x114),'JKouU':_0x1b391d(0x134),'BPyMK':function(_0x4733d1,_0x40ee37){return _0x4733d1>_0x40ee37;},'jIbVA':function(_0x59a099,_0x624b2f){return _0x59a099===_0x624b2f;},'wAbIR':_0x1b391d(0xfc)};let _0x533bc4=_0x389862['findIndex'](_0x5b251f=>_0x5b251f==='--env');if(_0x2a9c67['jBeEt'](_0x533bc4,-0x1)){if(_0x2a9c67[_0x1b391d(0x133)](_0x2a9c67[_0x1b391d(0x122)],_0x2a9c67[_0x1b391d(0xfa)]))_0x389862[_0x1b391d(0x136)](_0x533bc4,0x2);else return;}_0x533bc4=_0x389862[_0x1b391d(0xd4)](_0x37b3ac=>_0x37b3ac==='-e'),_0x2a9c67['BPyMK'](_0x533bc4,-0x1)&&(_0x2a9c67[_0x1b391d(0x146)](_0x2a9c67[_0x1b391d(0xf8)],_0x2a9c67[_0x1b391d(0xf8)])?_0x389862[_0x1b391d(0x136)](_0x533bc4,0x2):(_0x439fe4[_0x1b391d(0x13a)](_0x1b391d(0xf7)+_0x6bd9ad),_0x58b392=_0x2a9c67[_0x1b391d(0xe8)](_0x5e6086,_0x23a39b)));};function run(_0xe1862a,_0x32bc2c){const _0x24c62a=a27_0x38f070,_0x370011={'znsXZ':'nightwatch','aKuYy':function(_0x21a49c,_0x4a7002){return _0x21a49c>_0x4a7002;},'sgern':function(_0x67d844,_0x5ca278){return _0x67d844>_0x5ca278;},'lesgu':function(_0x217111,_0x2b313f){return _0x217111===_0x2b313f;},'gkthr':'eIOmU','EKxQK':'htWIK','tEOvz':function(_0x116511,_0x4bf1ef){return _0x116511===_0x4bf1ef;},'ciHAP':_0x24c62a(0x103),'ixQcI':function(_0x145987,_0x215e14){return _0x145987!==_0x215e14;},'fAakd':_0x24c62a(0xd9),'eyJbq':_0x24c62a(0x12c),'JSZeL':_0x24c62a(0xe7),'APkWu':function(_0x49c259,_0x146fb3){return _0x49c259!==_0x146fb3;},'hGGUp':_0x24c62a(0x14f),'qYuzb':_0x24c62a(0x13f),'sdVMD':function(_0x179b61,_0x3caaa5){return _0x179b61+_0x3caaa5;},'ogpim':function(_0x5137d2,_0x3a119c){return _0x5137d2===_0x3a119c;},'sOneZ':'ewwjd','DmsFH':_0x24c62a(0x12f),'RclNl':'test_settings','UEWEv':_0x24c62a(0x110),'CSmEt':_0x24c62a(0x158),'cMAqL':_0x24c62a(0x10e),'oAvoV':_0x24c62a(0xec),'iUIoY':function(_0x597fcc,_0x9cf61d){return _0x597fcc!==_0x9cf61d;},'rGxls':_0x24c62a(0x145),'FBRzi':function(_0x3d40ed,_0x3efe9d){return _0x3d40ed===_0x3efe9d;},'MJTTH':_0x24c62a(0xf6),'qOBQK':function(_0x106641,_0x8cc9c4){return _0x106641!==_0x8cc9c4;},'lJgPw':_0x24c62a(0xf0),'WeTgl':function(_0x5d83c8,_0x1dcb42,_0x2c95bf){return _0x5d83c8(_0x1dcb42,_0x2c95bf);},'lAcls':_0x24c62a(0xd7),'TXHUp':_0x24c62a(0x116),'zudFb':_0x24c62a(0x153),'JISRj':_0x24c62a(0x12b),'PWDOR':_0x24c62a(0x15c),'sYMRB':_0x24c62a(0x112),'xmDTC':_0x24c62a(0x118),'NVtoj':function(_0x367393,_0x129d9c){return _0x367393(_0x129d9c);},'kOGyJ':function(_0x29935d,_0x4ba7f7,_0x49aac2,_0x24d852){return _0x29935d(_0x4ba7f7,_0x49aac2,_0x24d852);},'BJHub':'nightwatch.cmd','XIFvU':'--config','mskWd':_0x24c62a(0x147),'yfAmv':'inherit','dOZvY':'close'},_0x5e0cd6=new BrowserStackSetup(_0xe1862a);if(!_0x5e0cd6['config']){if(_0x370011[_0x24c62a(0x141)](_0x370011[_0x24c62a(0x160)],_0x370011['lJgPw']))_0x1584ae[_0x24c62a(0x10b)](_0x3c5745[_0x24c62a(0x148)](_0x5c2e6f[_0x24c62a(0x15a)],_0x370011['znsXZ'],_0x442801));else return;}const _0x322ed5=_0x370011[_0x24c62a(0x13b)](getUserNightwatchConfigs,_0xe1862a,_0x32bc2c),_0x1cf9e3={};_0x1cf9e3[_0x24c62a(0x100)]=![];const _0x371060={};_0x371060[_0x24c62a(0x111)]=_0x370011[_0x24c62a(0x157)],_0x371060[_0x24c62a(0x144)]=0x1bb;const _0x2b221d={};_0x2b221d['webdriver']=_0x1cf9e3,_0x2b221d[_0x24c62a(0x113)]=_0x371060;const _0x58f7ec=_0x2b221d;logger['info'](_0x370011[_0x24c62a(0x149)]);const _0x128dab={..._0x322ed5},_0xd9eb9f=_0x128dab,_0x28fc9f=helper[_0x24c62a(0xd0)](_0x5e0cd6['config']),_0x4711e9=[];_0x5e0cd6[_0x24c62a(0x15a)][_0x24c62a(0x139)][_0x24c62a(0xf4)]((_0x287373,_0x1d4f9a)=>{const _0x148f84=_0x24c62a,_0x203420={'ZGdwF':function(_0x3d4caa,_0x148607){return _0x370011['aKuYy'](_0x3d4caa,_0x148607);},'uCGyV':function(_0x41878b,_0xeb69c2){const _0x424314=a27_0x6db7;return _0x370011[_0x424314(0xd5)](_0x41878b,_0xeb69c2);}};if(_0x370011['lesgu'](_0x370011[_0x148f84(0xde)],_0x370011[_0x148f84(0xdc)]))return;else{if(_0x28fc9f){if(_0x370011[_0x148f84(0x156)](_0x370011[_0x148f84(0xdd)],_0x370011[_0x148f84(0xdd)]))_0x4711e9['push'](helper[_0x148f84(0x130)](_0x5e0cd6['config'],_0x370011[_0x148f84(0x161)],_0x1d4f9a));else{let _0x1f5ef7=_0x23926a[_0x148f84(0xd4)](_0x5143a6=>_0x5143a6===_0x148f84(0x147));_0x203420[_0x148f84(0x11a)](_0x1f5ef7,-0x1)&&_0x390911[_0x148f84(0x136)](_0x1f5ef7,0x2),_0x1f5ef7=_0x245299[_0x148f84(0xd4)](_0x39dd20=>_0x39dd20==='-e'),_0x203420[_0x148f84(0xe0)](_0x1f5ef7,-0x1)&&_0xcbb4d0[_0x148f84(0x136)](_0x1f5ef7,0x2);}}else _0x370011['ixQcI'](_0x370011[_0x148f84(0xf9)],_0x370011[_0x148f84(0x14c)])?_0x4711e9[_0x148f84(0x10b)](helper[_0x148f84(0x148)](_0x5e0cd6[_0x148f84(0x15a)],_0x370011[_0x148f84(0x161)],_0x1d4f9a)):_0x49bde6['push'](_0x531efd['modifyBrowserStackW3CCaps'](_0x32d4dc[_0x148f84(0x15a)],_0x370011['znsXZ'],_0x30da3d));}});const _0x54a27a={},_0x2c8c1b=[];_0xe1862a['env']=_0xe1862a[_0x24c62a(0x131)]||_0xe1862a['e'];const _0x5bba6d=_0xe1862a['env']?_0xe1862a[_0x24c62a(0x131)]['trim']()[_0x24c62a(0x132)](',')[_0x24c62a(0x117)](_0x2e585c=>_0x2e585c[_0x24c62a(0x121)]())[_0x24c62a(0x10a)](_0x6ed96c=>_0x6ed96c!==''):[''];_0x370011['lesgu'](_0x5bba6d[_0x24c62a(0x101)],0x0)&&(_0x370011[_0x24c62a(0xfb)](_0x370011[_0x24c62a(0xf5)],_0x370011[_0x24c62a(0x14e)])?_0x5bba6d[_0x24c62a(0x10b)](''):(_0x413e25=_0x528a42['join'](_0x5ceccc[_0x24c62a(0xff)](),_0x2c7049[_0x24c62a(0x15a)]),_0x263c1e['splice'](_0x30139d,0x2)));_0x5bba6d['forEach'](_0x1e8745=>{const _0x482181=_0x24c62a,_0x13e8c1={};_0x13e8c1[_0x482181(0x108)]=_0x370011[_0x482181(0x137)],_0x13e8c1['ieTyy']=_0x370011['oAvoV'];const _0x51e842=_0x13e8c1;_0x370011[_0x482181(0xe9)](_0x370011[_0x482181(0x106)],_0x370011[_0x482181(0x106)])?_0x237bc4=_0x2f0d2f[_0x482181(0x11f)](_0x41fc78['cwd'](),_0x51e842[_0x482181(0x108)]):_0x4711e9['forEach'](_0x148f69=>{const _0x42f3d8=_0x482181,_0x23404f={};_0x23404f['kiNmi']=_0x370011[_0x42f3d8(0x140)];const _0x1fb2d8=_0x23404f;if(_0x370011[_0x42f3d8(0xfb)](_0x370011['hGGUp'],_0x370011[_0x42f3d8(0xda)])){let _0x152d08=_0x370011[_0x42f3d8(0x11c)](helper[_0x42f3d8(0xdf)](_0x148f69,'_'),'_'+Date[_0x42f3d8(0xed)]());_0x1e8745&&(_0x370011[_0x42f3d8(0x135)](_0x370011[_0x42f3d8(0x127)],_0x370011[_0x42f3d8(0xf3)])?_0x208d52['info'](_0x1fb2d8[_0x42f3d8(0x10c)]):_0x152d08+='_'+_0x1e8745);if(_0x1e8745&&(!_0x322ed5[_0x370011[_0x42f3d8(0x11b)]]||!_0x322ed5[_0x370011[_0x42f3d8(0x11b)]][_0x1e8745])){if(_0x370011[_0x42f3d8(0x129)](_0x370011[_0x42f3d8(0x10d)],_0x370011[_0x42f3d8(0x12e)]))return;else _0x106eae=_0x146b48[_0x42f3d8(0x11f)](_0xc37e71[_0x42f3d8(0xff)](),_0x51e842[_0x42f3d8(0xd1)]);}const _0x5a22ee={..._0x58f7ec};_0x5a22ee[_0x42f3d8(0x107)]=_0x148f69;const _0x3c4b78=_0x5a22ee;_0x54a27a[_0x152d08]=_0x1e8745?helper['mergeDeep'](_0x322ed5[_0x370011[_0x42f3d8(0x11b)]][_0x1e8745],_0x3c4b78):_0x3c4b78,_0x2c8c1b['push'](_0x152d08);}else _0x5ae8f2[_0x42f3d8(0x123)]={};});});if(!_0xd9eb9f[_0x24c62a(0x123)]){if(_0x370011[_0x24c62a(0x141)](_0x370011[_0x24c62a(0xe4)],_0x370011[_0x24c62a(0x14d)]))_0xd9eb9f['test_settings']={};else{let _0x1b3d5a=_0x370011['sdVMD'](_0x1505f1[_0x24c62a(0xdf)](_0x1a798f,'_'),'_'+_0xbb0acb['now']());_0xe067bf&&(_0x1b3d5a+='_'+_0x1f4834);if(_0x434501&&(!_0x371d5f[_0x370011[_0x24c62a(0x11b)]]||!_0x52a3c1[_0x370011[_0x24c62a(0x11b)]][_0x2871c1]))return;const _0x51857f={..._0x1f87de};_0x51857f[_0x24c62a(0x107)]=_0x3073fc;const _0x5f30fb=_0x51857f;_0x89c021[_0x1b3d5a]=_0x4b6728?_0x38d509[_0x24c62a(0x162)](_0x4c1c5e[_0x370011[_0x24c62a(0x11b)]][_0x3268a8],_0x5f30fb):_0x5f30fb,_0x3c6257[_0x24c62a(0x10b)](_0x1b3d5a);}}_0xd9eb9f['test_settings']={..._0xd9eb9f[_0x24c62a(0x123)],..._0x54a27a};const _0x509b98=path[_0x24c62a(0x11f)](__dirname,_0x370011[_0x24c62a(0x15e)]);fs[_0x24c62a(0x152)](_0x509b98,JSON['stringify'](_0xd9eb9f)),_0x370011[_0x24c62a(0x142)](removeExistingEnvs,_0x32bc2c);const _0x142169=_0x370011['kOGyJ'](spawn,/^win/[_0x24c62a(0x115)](process['platform'])?_0x370011[_0x24c62a(0x15d)]:_0x370011[_0x24c62a(0x161)],[_0x370011['XIFvU'],_0x509b98,..._0x32bc2c[_0x24c62a(0x14a)](0x1),_0x370011[_0x24c62a(0x120)],_0x2c8c1b[_0x24c62a(0x11f)](',')],{'stdio':_0x370011[_0x24c62a(0x13c)]});_0x142169['on'](_0x370011[_0x24c62a(0x12d)],async _0x870a34=>{const _0x131f76=_0x24c62a;_0x370011[_0x131f76(0x124)](_0x370011[_0x131f76(0xe3)],_0x370011[_0x131f76(0xe3)])?(logger[_0x131f76(0x119)](_0x131f76(0xf1)+_0x870a34),logger[_0x131f76(0x13a)]('Deleting\x20'+_0x509b98),fs[_0x131f76(0xdb)](_0x509b98)):_0x2730d0[_0x131f76(0x10b)]('');});}module[a27_0x38f070(0xd3)]=run;
@@ -1 +1 @@
1
- function a28_0x5166(){const _0x1bd2f9=['empBP','UeBfI','NxfYD','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','Rnyky','xQxuO','includeIssueType','NNXuG','BS_A11Y_JWT','LSwNH','sgvqk','pHkyI','warn','gwAgK','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','rOacK','setAccessibilityPlaywrightCapabilities','iNbgP','JxPZi','8eMBxHM','tukTg','pqYFT','platformValidation','612252MjCHmX','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','format','3628GyUsZf','TJVlD','sFEJg','BYMoZ','WlaLa','iazYG','chrome','4335DMCqzK','ZcOpC','yjRsT','DWZXY','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','IRzlZ','accessibilityOptions.includeIssueType.needsReview','wziNL','debug','Fxqmg','WEdnp','browser_version','irHsp','Zdrot','MKKNU','wcagVersion','winstonLogger','rNJaF','1274581wAkZxr','KYjlo','WpVGg','hLXuJ','TpMSc','fveph','bestPractice','JJwbg','DwWFK','BvPxV','JBizB','vUiPO','becVF','dlSiW','77528IcFDmK','tLXNh','QOeht','vDrGc','env','ZAsPK','ylzUS','accessibilityOptions.wcagVersion','accessibilityPlatform','browser','YcOsD','scannerProcessingTimeout','Tntzp','QUJim','ffTkp','ObmgE','OxMdA','latest','aWKVY','QPMoX','Vbxfs','GitiJ','tvqfi','scannerVersion','error','VEhRb','accessibilityOptions.scannerVersion','deviceName','No\x20accessibility\x20results\x20were\x20found.','No\x20summaryResults\x20found.','eyeNg','getAccessibilityResults','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','UTEpI','ilLkD','dteXn','accessibilityOptions','Rqxjp','oNADs','ucKSN','450LAUWqw','YdJZd','314472HuLaBt','getAccessibilitySummary','ecavE','jLMPa','TyaJw','ApLJd','../../helpers/logger','hBZhc','LXSXa','PHmYG','llUWY','TzCCe','XBDvr','3437172SJvIre','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','wPYRk','NQOiw','util','accessibilityOptions.authToken','nvqAA','IlqCK','accessibilityOptions.includeIssueType.bestPractice','bouYe','tAlVl','parse','MOPnP','TIlqY'];a28_0x5166=function(){return _0x1bd2f9;};return a28_0x5166();}const a28_0x5de218=a28_0x2df2;(function(_0x5c0f7a,_0x554f44){const _0x106d50=a28_0x2df2,_0x27a12f=_0x5c0f7a();while(!![]){try{const _0x1dff20=-parseInt(_0x106d50(0x251))/0x1*(-parseInt(_0x106d50(0x24a))/0x2)+parseInt(_0x106d50(0x21c))/0x3+parseInt(_0x106d50(0x24e))/0x4+parseInt(_0x106d50(0x258))/0x5*(parseInt(_0x106d50(0x21a))/0x6)+parseInt(_0x106d50(0x26a))/0x7+parseInt(_0x106d50(0x1f2))/0x8+-parseInt(_0x106d50(0x229))/0x9;if(_0x1dff20===_0x554f44)break;else _0x27a12f['push'](_0x27a12f['shift']());}catch(_0x279108){_0x27a12f['push'](_0x27a12f['shift']());}}}(a28_0x5166,0x23f5a));function a28_0x2df2(_0x1be78f,_0x12c440){const _0x5166cb=a28_0x5166();return a28_0x2df2=function(_0x2df2bb,_0x28854e){_0x2df2bb=_0x2df2bb-0x1eb;let _0x22e8a6=_0x5166cb[_0x2df2bb];return _0x22e8a6;},a28_0x2df2(_0x1be78f,_0x12c440);}const util=require(a28_0x5de218(0x22d)),logger=require(a28_0x5de218(0x222))[a28_0x5de218(0x268)];exports[a28_0x5de218(0x247)]=async _0x59aaa5=>{const _0x4f1f1e=a28_0x5de218,_0x403ce7={};_0x403ce7['QOeht']='accessibilityOptions.scannerProcessingTimeout',_0x403ce7[_0x4f1f1e(0x264)]=_0x4f1f1e(0x24f),_0x403ce7[_0x4f1f1e(0x217)]=function(_0x1b6ab9,_0x37f5fa){return _0x1b6ab9!==_0x37f5fa;},_0x403ce7['KYjlo']='kLLVT',_0x403ce7[_0x4f1f1e(0x246)]=function(_0x1e7971,_0x1f802c){return _0x1e7971!==_0x1f802c;},_0x403ce7[_0x4f1f1e(0x253)]=_0x4f1f1e(0x261),_0x403ce7[_0x4f1f1e(0x206)]='EJvzw',_0x403ce7[_0x4f1f1e(0x242)]=_0x4f1f1e(0x1f9),_0x403ce7[_0x4f1f1e(0x1f5)]=function(_0x295dfb,_0x16ba10){return _0x295dfb===_0x16ba10;},_0x403ce7[_0x4f1f1e(0x1ff)]=_0x4f1f1e(0x23e),_0x403ce7[_0x4f1f1e(0x218)]=function(_0x1f3712,_0x59c10e){return _0x1f3712!==_0x59c10e;},_0x403ce7[_0x4f1f1e(0x224)]='WseQg',_0x403ce7[_0x4f1f1e(0x227)]=_0x4f1f1e(0x231),_0x403ce7[_0x4f1f1e(0x240)]=_0x4f1f1e(0x25e),_0x403ce7[_0x4f1f1e(0x249)]=_0x4f1f1e(0x22e),_0x403ce7['xQxuO']=_0x4f1f1e(0x20c);const _0xcbfebc=_0x403ce7;if(_0x59aaa5[_0x4f1f1e(0x216)]){if(_0xcbfebc[_0x4f1f1e(0x217)](_0xcbfebc[_0x4f1f1e(0x26b)],_0xcbfebc[_0x4f1f1e(0x26b)])){const event=new _0x24a1ae('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x166eaf.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x5df129(event.detail.data);};_0x4ee1cc.addEventListener('A11Y_RESULTS_RESPONSE',fn),_0x10db41.dispatchEvent(event);}else{_0x59aaa5[_0x4f1f1e(0x216)]['wcagVersion']&&(_0xcbfebc[_0x4f1f1e(0x246)](_0xcbfebc[_0x4f1f1e(0x253)],_0xcbfebc['Vbxfs'])?_0x59aaa5[_0xcbfebc[_0x4f1f1e(0x242)]]=_0x59aaa5[_0x4f1f1e(0x216)][_0x4f1f1e(0x267)]:(_0x3e1fe5.removeEventListener('A11Y_RESULTS_RESPONSE',_0x3b1d59),_0x5c66d3(_0x4e2164.detail.data)));_0x59aaa5[_0x4f1f1e(0x216)]['scannerProcessingTimeout']&&(_0xcbfebc[_0x4f1f1e(0x1f5)](_0xcbfebc[_0x4f1f1e(0x1ff)],_0xcbfebc[_0x4f1f1e(0x1ff)])?_0x59aaa5[_0xcbfebc['QOeht']]=_0x59aaa5[_0x4f1f1e(0x216)][_0x4f1f1e(0x1fd)]:_0x7c1bf[_0xcbfebc[_0x4f1f1e(0x1f4)]]=_0x29aa92[_0x4f1f1e(0x216)][_0x4f1f1e(0x1fd)]);if(_0x59aaa5[_0x4f1f1e(0x216)][_0x4f1f1e(0x23d)]){if(_0xcbfebc[_0x4f1f1e(0x218)](_0xcbfebc[_0x4f1f1e(0x224)],_0xcbfebc[_0x4f1f1e(0x224)]))return _0x225183[_0x4f1f1e(0x243)](_0xcbfebc['irHsp']),[];else _0x59aaa5[_0xcbfebc[_0x4f1f1e(0x227)]]=_0x59aaa5[_0x4f1f1e(0x216)]['includeIssueType'][_0x4f1f1e(0x270)],_0x59aaa5[_0xcbfebc[_0x4f1f1e(0x240)]]=_0x59aaa5[_0x4f1f1e(0x216)][_0x4f1f1e(0x23d)]['needsReview'];}}}const _0x127a96=JSON[_0x4f1f1e(0x234)](process[_0x4f1f1e(0x1f6)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x4f1f1e(0x209)];_0x59aaa5[_0xcbfebc[_0x4f1f1e(0x249)]]=process[_0x4f1f1e(0x1f6)][_0x4f1f1e(0x23f)],_0x59aaa5[_0xcbfebc[_0x4f1f1e(0x23c)]]=_0x127a96,delete _0x59aaa5[_0x4f1f1e(0x216)];},exports[a28_0x5de218(0x211)]=async _0x362a6a=>{const _0x515897=a28_0x5de218,_0x37f86a={};_0x37f86a[_0x515897(0x221)]=_0x515897(0x212),_0x37f86a[_0x515897(0x26c)]=_0x515897(0x245),_0x37f86a[_0x515897(0x236)]=function(_0x5d4f27,_0x19dd36){return _0x5d4f27===_0x19dd36;},_0x37f86a[_0x515897(0x238)]=_0x515897(0x252),_0x37f86a[_0x515897(0x1f8)]=_0x515897(0x25a),_0x37f86a['YcOsD']=function(_0x277b15,_0x23e5a3){return _0x277b15!==_0x23e5a3;},_0x37f86a[_0x515897(0x26e)]='cRqHL',_0x37f86a[_0x515897(0x255)]=_0x515897(0x1ed),_0x37f86a[_0x515897(0x233)]=function(_0x4b6740,_0xdba606){return _0x4b6740!==_0xdba606;},_0x37f86a['MOPnP']=_0x515897(0x269),_0x37f86a[_0x515897(0x210)]=_0x515897(0x20e),_0x37f86a[_0x515897(0x24b)]=_0x515897(0x239),_0x37f86a[_0x515897(0x1fe)]='zHJff',_0x37f86a[_0x515897(0x1f1)]=_0x515897(0x24f);const _0x474127=_0x37f86a;if(global[_0x515897(0x1fa)]){if(_0x474127[_0x515897(0x236)](_0x474127[_0x515897(0x238)],_0x474127['ylzUS']))return _0x1dd556[_0x515897(0x243)](_0x474127[_0x515897(0x221)]),![];else try{if(_0x474127[_0x515897(0x1fc)](_0x474127['TpMSc'],_0x474127['WlaLa'])){const res=await _0x362a6a.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 return _0x45b263[_0x515897(0x243)](_0x474127['WpVGg']),{};}catch{if(_0x474127[_0x515897(0x233)](_0x474127[_0x515897(0x235)],_0x474127['MOPnP']))_0x57c6c4[_0x515897(0x260)](_0x515897(0x22a)+_0xe47cac['format'](_0xeec848));else return logger[_0x515897(0x20a)](_0x474127[_0x515897(0x210)]),[];}}else{if(_0x474127[_0x515897(0x236)](_0x474127[_0x515897(0x24b)],_0x474127[_0x515897(0x1fe)]))_0x90c8b.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',_0x3cde5d),_0x57d81c(_0x47971e.detail.summary);else return logger['warn'](_0x474127[_0x515897(0x1f1)]),[];}},exports[a28_0x5de218(0x21d)]=async _0x5a8e34=>{const _0x1c301c=a28_0x5de218,_0x2155b3={'jLMPa':_0x1c301c(0x1f9),'TyaJw':_0x1c301c(0x20f),'gwAgK':function(_0x2af17b,_0x1001cb){return _0x2af17b!==_0x1001cb;},'OxMdA':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','tLXNh':function(_0x228881,_0xdcd101){return _0x228881===_0xdcd101;},'NQOiw':'chrome','aWKVY':'playwright-chromium','bouYe':_0x1c301c(0x25c),'PHmYG':function(_0xf939b7,_0x1a7dd2){return _0xf939b7(_0x1a7dd2);},'bjGjp':function(_0x189607,_0x2bd72a){return _0x189607===_0x2bd72a;},'kuVYm':_0x1c301c(0x203),'XBDvr':function(_0x4b4097,_0x49a107){return _0x4b4097>_0x49a107;},'qtgEA':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','iazYG':function(_0x3aed83,_0x4e00bc){return _0x3aed83!==_0x4e00bc;},'pTvGB':_0x1c301c(0x1eb),'becVF':function(_0xc37a79,_0x3848a7){return _0xc37a79!==_0x3848a7;},'QPMoX':_0x1c301c(0x248),'sgvqk':_0x1c301c(0x262),'wziNL':function(_0x2e2919,_0x189294){return _0x2e2919!==_0x189294;},'Zdrot':_0x1c301c(0x230),'UTEpI':function(_0x3c8403,_0x2a8d0f){return _0x3c8403===_0x2a8d0f;},'VEhRb':_0x1c301c(0x26f),'iXLiF':_0x1c301c(0x245)};if(global[_0x1c301c(0x1fa)]){if(_0x2155b3[_0x1c301c(0x256)](_0x2155b3['pTvGB'],_0x2155b3['pTvGB']))_0x3c9d8b[_0x2155b3[_0x1c301c(0x21f)]]=_0x187232[_0x1c301c(0x216)][_0x1c301c(0x267)];else try{if(_0x2155b3[_0x1c301c(0x1f0)](_0x2155b3[_0x1c301c(0x205)],_0x2155b3[_0x1c301c(0x241)])){const summaryResults=await _0x5a8e34.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 _0x124cd6['debug'](_0x2155b3['TyaJw']),{};}catch{if(_0x2155b3[_0x1c301c(0x25f)](_0x2155b3[_0x1c301c(0x265)],_0x2155b3[_0x1c301c(0x265)]))_0x510d5e();else return logger[_0x1c301c(0x260)](_0x2155b3[_0x1c301c(0x220)]),{};}}else{if(_0x2155b3[_0x1c301c(0x213)](_0x2155b3[_0x1c301c(0x20b)],_0x2155b3[_0x1c301c(0x20b)]))return logger[_0x1c301c(0x243)](_0x2155b3['iXLiF']),{};else{if(!_0x2155b3[_0x1c301c(0x244)](_0x41f344[_0x1c301c(0x20d)],''))return _0xf17a12['warn'](_0x2155b3[_0x1c301c(0x202)]),![];const _0x1a9476=_0x245c44[_0x1c301c(0x1fb)];if(!(_0x2155b3[_0x1c301c(0x1f3)](_0x1a9476,_0x2155b3[_0x1c301c(0x22c)])||_0x2155b3[_0x1c301c(0x1f3)](_0x1a9476,_0x2155b3[_0x1c301c(0x204)])))return _0x3d5fa1[_0x1c301c(0x243)](_0x2155b3[_0x1c301c(0x232)]),![];const _0x175d5c=_0x2155b3[_0x1c301c(0x225)](_0x2d929c,_0x3eabd1[_0x1c301c(0x263)]);if(!(_0x2155b3['bjGjp'](_0x175d5c,_0x2155b3['kuVYm'])||_0x2155b3[_0x1c301c(0x228)](_0x175d5c,0x5e)))return _0x40798e['warn'](_0x2155b3['qtgEA']),![];}}},exports[a28_0x5de218(0x24d)]=async _0xa14dcb=>{const _0x2f75bb=a28_0x5de218,_0x1992aa={'empBP':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','ilLkD':_0x2f75bb(0x23a),'KAyZk':_0x2f75bb(0x20e),'ZAsPK':function(_0x15dca2,_0x3c67fa){return _0x15dca2!==_0x3c67fa;},'ucKSN':_0x2f75bb(0x25d),'ACxqe':_0x2f75bb(0x215),'TIbqI':function(_0x458f55,_0x3c1b93){return _0x458f55!==_0x3c1b93;},'vUiPO':_0x2f75bb(0x223),'MKKNU':_0x2f75bb(0x212),'wPYRk':function(_0x3161ba,_0x1cd0d9){return _0x3161ba===_0x1cd0d9;},'ecavE':_0x2f75bb(0x257),'pqYFT':'playwright-chromium','tvqfi':function(_0xbd8fa6,_0x43bbeb){return _0xbd8fa6!==_0x43bbeb;},'jjTfQ':_0x2f75bb(0x22f),'Rnyky':_0x2f75bb(0x21b),'ffTkp':function(_0x369941,_0x340aba){return _0x369941(_0x340aba);},'DwWFK':'latest','GitiJ':function(_0x29247c,_0x4b270b){return _0x29247c>_0x4b270b;},'llUWY':_0x2f75bb(0x1ee),'ZcOpC':function(_0x1e35ae,_0x5ae7c5){return _0x1e35ae!==_0x5ae7c5;},'hLXuJ':_0x2f75bb(0x201),'BYMoZ':_0x2f75bb(0x25b)};try{if(_0x1992aa[_0x2f75bb(0x1f7)](_0x1992aa[_0x2f75bb(0x219)],_0x1992aa['ACxqe'])){if(!_0x1992aa['ZAsPK'](_0xa14dcb[_0x2f75bb(0x20d)],''))return _0x1992aa['TIbqI'](_0x1992aa[_0x2f75bb(0x1ef)],_0x1992aa[_0x2f75bb(0x1ef)])?(_0x7788b2[_0x2f75bb(0x243)](_0x1992aa[_0x2f75bb(0x237)]),![]):(logger[_0x2f75bb(0x243)](_0x1992aa[_0x2f75bb(0x266)]),![]);const _0x38aaff=_0xa14dcb[_0x2f75bb(0x1fb)];if(!(_0x1992aa[_0x2f75bb(0x22b)](_0x38aaff,_0x1992aa[_0x2f75bb(0x21e)])||_0x1992aa[_0x2f75bb(0x22b)](_0x38aaff,_0x1992aa[_0x2f75bb(0x24c)])))return _0x1992aa[_0x2f75bb(0x208)](_0x1992aa['jjTfQ'],_0x1992aa[_0x2f75bb(0x23b)])?(logger[_0x2f75bb(0x243)](_0x1992aa['empBP']),![]):(_0x29ade7[_0x2f75bb(0x243)](_0x1992aa[_0x2f75bb(0x214)]),![]);const _0x4d8cf0=_0x1992aa[_0x2f75bb(0x200)](parseInt,_0xa14dcb['browser_version']);if(!(_0x1992aa[_0x2f75bb(0x22b)](_0x4d8cf0,_0x1992aa[_0x2f75bb(0x1ec)])||_0x1992aa[_0x2f75bb(0x207)](_0x4d8cf0,0x5e)))return _0x1992aa[_0x2f75bb(0x1f7)](_0x1992aa['llUWY'],_0x1992aa[_0x2f75bb(0x226)])?(_0x4b8e27[_0x2f75bb(0x20a)](_0x1992aa['KAyZk']),[]):(logger[_0x2f75bb(0x243)](_0x1992aa[_0x2f75bb(0x214)]),![]);}else try{const event=new _0x537680('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0xa10bb9.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x4d713d(event.detail.summary);};_0x555965.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x1cf0e7.dispatchEvent(event);}catch{_0x3d3145();}}catch(_0x475020){_0x1992aa[_0x2f75bb(0x259)](_0x1992aa[_0x2f75bb(0x26d)],_0x1992aa[_0x2f75bb(0x254)])?logger[_0x2f75bb(0x260)](_0x2f75bb(0x22a)+util[_0x2f75bb(0x250)](_0x475020)):_0x583112();}return!![];};
1
+ const a28_0x18e59b=a28_0x56db;(function(_0x5865dd,_0x14f9c7){const _0x4a128e=a28_0x56db,_0x4dd810=_0x5865dd();while(!![]){try{const _0x524d03=parseInt(_0x4a128e(0xdf))/0x1*(-parseInt(_0x4a128e(0xcd))/0x2)+-parseInt(_0x4a128e(0xa3))/0x3+parseInt(_0x4a128e(0xc0))/0x4*(parseInt(_0x4a128e(0xe1))/0x5)+-parseInt(_0x4a128e(0xcb))/0x6*(-parseInt(_0x4a128e(0xf9))/0x7)+-parseInt(_0x4a128e(0xc1))/0x8+-parseInt(_0x4a128e(0xf7))/0x9*(-parseInt(_0x4a128e(0xd5))/0xa)+-parseInt(_0x4a128e(0x8d))/0xb*(-parseInt(_0x4a128e(0xf5))/0xc);if(_0x524d03===_0x14f9c7)break;else _0x4dd810['push'](_0x4dd810['shift']());}catch(_0x52ec28){_0x4dd810['push'](_0x4dd810['shift']());}}}(a28_0x3a94,0x78026));function a28_0x3a94(){const _0x369a8c=['THBcD','SvPmM','rLKRJ','GWysB','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','scannerProcessingTimeout','accessibilityOptions.wcagVersion','ObNhc','format','JvQez','uqJbH','444reYUTK','ZWBXd','11709fFzvmH','WhtrQ','2065707IDgAOW','LwHru','tSDkZ','playwright-chromium','Uetas','HrCmk','No\x20accessibility\x20results\x20were\x20found.','AcXks','error','HBZkI','DpawE','xzuvc','ANQdH','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','pWTTF','hdUJw','latest','nbmGc','HJsEe','YFZxa','needsReview','200915PzWgdX','SylsG','txSML','PDbUZ','zuyKP','accessibilityOptions','HdhNp','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','winstonLogger','NaHFS','tZnaL','qgqwI','fwlAh','browser','chrome','bestPractice','accessibilityOptions.authToken','accessibilityOptions.includeIssueType.needsReview','eirrZ','oJiyB','dZxNn','browser_version','2863395ZzwOgt','TECTg','iIgXj','LEINQ','wMYqz','env','wcagVersion','scannerVersion','crkkH','svsli','XgOmW','warn','NnqJj','cVCaJ','vVdjw','QnDoB','FiJLH','jbepg','iLvvx','yVpnl','No\x20summaryResults\x20found.','getAccessibilityResults','fQrlv','../../helpers/logger','FROnq','MUXnf','wSOzZ','getAccessibilitySummary','oYiSo','4lvZgLI','5314464kTtKiV','ixFKI','Jyupy','sWQaB','DzFbb','fFXSX','UkWak','util','fGuEc','accessibilityOptions.includeIssueType.bestPractice','18XAchTB','accessibilityPlatform','2FNFkdL','deviceName','jhCxL','includeIssueType','QEQqx','peDHA','wjuyY','Imdcq','4580PXfqVM','tkeGG','SxiAZ','Platform\x20validation\x20for\x20a11y\x20failed\x20with:\x20','TqPgh','uBeYg','VutYj','BSZoY','accessibilityOptions.scannerProcessingTimeout','accessibilityOptions.scannerVersion','675479AkLCrh','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','3144220pUKzQR','QEVak','LbtLn','UiVhO','ESvrk','debug','xxdYj','QIdFB','WMUns'];a28_0x3a94=function(){return _0x369a8c;};return a28_0x3a94();}const util=require(a28_0x18e59b(0xc8)),logger=require(a28_0x18e59b(0xba))[a28_0x18e59b(0x95)];function a28_0x56db(_0x2328aa,_0x888e9a){const _0x3a94f0=a28_0x3a94();return a28_0x56db=function(_0x56db2d,_0x117a48){_0x56db2d=_0x56db2d-0x88;let _0xacfc29=_0x3a94f0[_0x56db2d];return _0xacfc29;},a28_0x56db(_0x2328aa,_0x888e9a);}exports['setAccessibilityPlaywrightCapabilities']=async _0x27892d=>{const _0x6db112=a28_0x18e59b,_0x17fb2b={};_0x17fb2b[_0x6db112(0xdc)]=_0x6db112(0xca),_0x17fb2b[_0x6db112(0x97)]=_0x6db112(0x9e),_0x17fb2b[_0x6db112(0x102)]=_0x6db112(0xdd),_0x17fb2b[_0x6db112(0x108)]=function(_0x248559,_0x1f7027){return _0x248559===_0x1f7027;},_0x17fb2b[_0x6db112(0xf3)]='QhfWu',_0x17fb2b[_0x6db112(0xbb)]=_0x6db112(0x8f),_0x17fb2b['xxdYj']=function(_0x3ed715,_0x2bf49){return _0x3ed715!==_0x2bf49;},_0x17fb2b[_0x6db112(0x93)]=_0x6db112(0xac),_0x17fb2b[_0x6db112(0xfd)]=_0x6db112(0xf0),_0x17fb2b[_0x6db112(0xad)]=_0x6db112(0xe9),_0x17fb2b['TqPgh']=_0x6db112(0xb4),_0x17fb2b[_0x6db112(0xb2)]=_0x6db112(0xc4),_0x17fb2b[_0x6db112(0xb1)]=_0x6db112(0x9d),_0x17fb2b[_0x6db112(0xd4)]=_0x6db112(0xde);const _0x349c76=_0x17fb2b;if(_0x27892d[_0x6db112(0x92)]){if(_0x349c76[_0x6db112(0x108)](_0x349c76[_0x6db112(0xf3)],_0x349c76['FROnq']))_0x321b90[_0x349c76[_0x6db112(0xdc)]]=_0x108cae[_0x6db112(0x92)][_0x6db112(0xd0)][_0x6db112(0x9c)],_0x663674[_0x349c76[_0x6db112(0x97)]]=_0x118c82['accessibilityOptions'][_0x6db112(0xd0)]['needsReview'];else{_0x27892d[_0x6db112(0x92)]['wcagVersion']&&(_0x349c76[_0x6db112(0xe7)](_0x349c76[_0x6db112(0x93)],_0x349c76[_0x6db112(0x93)])?(_0xe020f2.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',_0x445b20),_0x53ac64(_0x16391d.detail.summary)):_0x27892d[_0x349c76['Uetas']]=_0x27892d['accessibilityOptions']['wcagVersion']);if(_0x27892d['accessibilityOptions'][_0x6db112(0xef)]){if(_0x349c76[_0x6db112(0x108)](_0x349c76['XgOmW'],_0x349c76[_0x6db112(0xd9)])){const event=new _0x573fbd('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x32d107.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x1cecf9(event.detail.data);};_0x1503f5.addEventListener('A11Y_RESULTS_RESPONSE',fn),_0x56019d.dispatchEvent(event);}else _0x27892d[_0x349c76[_0x6db112(0x102)]]=_0x27892d[_0x6db112(0x92)][_0x6db112(0xef)];}_0x27892d[_0x6db112(0x92)]['includeIssueType']&&(_0x349c76['xxdYj'](_0x349c76[_0x6db112(0xb2)],_0x349c76[_0x6db112(0xb2)])?_0x42b441[_0x349c76[_0x6db112(0x102)]]=_0x52bab8['accessibilityOptions'][_0x6db112(0xef)]:(_0x27892d[_0x349c76[_0x6db112(0xdc)]]=_0x27892d['accessibilityOptions']['includeIssueType'][_0x6db112(0x9c)],_0x27892d[_0x349c76[_0x6db112(0x97)]]=_0x27892d['accessibilityOptions'][_0x6db112(0xd0)][_0x6db112(0x8c)]));}}const _0x1cbd45=JSON['parse'](process[_0x6db112(0xa8)][_0x6db112(0xee)])[_0x6db112(0xaa)];_0x27892d[_0x349c76['vVdjw']]=process[_0x6db112(0xa8)]['BS_A11Y_JWT'],_0x27892d[_0x349c76[_0x6db112(0xd4)]]=_0x1cbd45,delete _0x27892d['accessibilityOptions'];},exports[a28_0x18e59b(0xb8)]=async _0x5a154a=>{const _0x269654=a28_0x18e59b,_0x20db7b={'peDHA':function(_0x57e32b,_0x326e7c){return _0x57e32b!==_0x326e7c;},'eYMzo':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','rLKRJ':function(_0x1eec25,_0x3a0afd){return _0x1eec25===_0x3a0afd;},'iIgXj':'chrome','ASQRA':_0x269654(0xfc),'tSDkZ':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','lwqwS':function(_0x5cdc70,_0xc97753){return _0x5cdc70(_0xc97753);},'crkkH':'latest','FiJLH':function(_0x3ed0bb,_0x1e948a){return _0x3ed0bb>_0x1e948a;},'ZWBXd':_0x269654(0xe0),'cVCaJ':_0x269654(0x94),'YFZxa':'CvTPv','zuyKP':'JgQZY','DzFbb':_0x269654(0xc6),'VDueS':_0x269654(0xa4),'SxiAZ':_0x269654(0xff),'UiVhO':function(_0x521e4c,_0x4dc53f){return _0x521e4c!==_0x4dc53f;},'NzIkq':_0x269654(0x107),'nbmGc':_0x269654(0x105)};if(global[_0x269654(0xcc)]){if(_0x20db7b[_0x269654(0xec)](_0x20db7b[_0x269654(0x8b)],_0x20db7b[_0x269654(0x8b)]))try{if(_0x20db7b[_0x269654(0xd2)](_0x20db7b[_0x269654(0x91)],_0x20db7b[_0x269654(0x91)])){if(!_0x20db7b[_0x269654(0xd2)](_0x4b44a6[_0x269654(0xce)],''))return _0x2b3c7d[_0x269654(0xae)](_0x20db7b['eYMzo']),![];const _0x39d144=_0x15c48e[_0x269654(0x9a)];if(!(_0x20db7b[_0x269654(0xec)](_0x39d144,_0x20db7b[_0x269654(0xa5)])||_0x20db7b[_0x269654(0xec)](_0x39d144,_0x20db7b['ASQRA'])))return _0x590e4c['warn'](_0x20db7b[_0x269654(0xfb)]),![];const _0xf4310b=_0x20db7b['lwqwS'](_0x3a39ab,_0x3af6e5[_0x269654(0xa2)]);if(!(_0x20db7b[_0x269654(0xec)](_0xf4310b,_0x20db7b[_0x269654(0xab)])||_0x20db7b[_0x269654(0xb3)](_0xf4310b,0x5e)))return _0x43f963[_0x269654(0xae)](_0x20db7b[_0x269654(0xf6)]),![];}else{const res=await _0x5a154a.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{return _0x20db7b[_0x269654(0xd2)](_0x20db7b[_0x269654(0xc5)],_0x20db7b['VDueS'])?(logger[_0x269654(0x101)](_0x20db7b[_0x269654(0xd7)]),[]):(_0x266a3d[_0x269654(0xae)](_0x20db7b[_0x269654(0xb0)]),[]);}else return _0x25cdf0['warn'](_0x20db7b['ZWBXd']),![];}else{if(_0x20db7b[_0x269654(0xe4)](_0x20db7b['NzIkq'],_0x20db7b[_0x269654(0x89)]))return logger[_0x269654(0xae)](_0x20db7b[_0x269654(0xb0)]),[];else _0x49c539[_0x269654(0xe6)](_0x269654(0xd8)+_0x5be251[_0x269654(0xf2)](_0x409289));}},exports[a28_0x18e59b(0xbe)]=async _0x4fd5a9=>{const _0x9b43bc=a28_0x18e59b,_0x3e3888={};_0x3e3888[_0x9b43bc(0x8a)]='accessibilityOptions.wcagVersion',_0x3e3888['NaHFS']=_0x9b43bc(0xdd),_0x3e3888['UkWak']=_0x9b43bc(0xca),_0x3e3888[_0x9b43bc(0xda)]=_0x9b43bc(0x9e),_0x3e3888[_0x9b43bc(0xb9)]=function(_0x3b0009,_0x173dfc){return _0x3b0009===_0x173dfc;},_0x3e3888[_0x9b43bc(0xd6)]='ipkmq',_0x3e3888[_0x9b43bc(0xc9)]=_0x9b43bc(0xb5),_0x3e3888['eirrZ']=function(_0xcc65af,_0x3807de){return _0xcc65af===_0x3807de;},_0x3e3888[_0x9b43bc(0xe2)]=_0x9b43bc(0xbd),_0x3e3888['ESvrk']='RgqSz',_0x3e3888[_0x9b43bc(0xa0)]=_0x9b43bc(0xb7),_0x3e3888['THBcD']=function(_0x46cb81,_0x19328f){return _0x46cb81!==_0x19328f;},_0x3e3888['yVpnl']=_0x9b43bc(0xbc),_0x3e3888[_0x9b43bc(0xfa)]=_0x9b43bc(0xfe),_0x3e3888[_0x9b43bc(0x98)]=_0x9b43bc(0x106);const _0x62cee7=_0x3e3888;if(global[_0x9b43bc(0xcc)]){if(_0x62cee7[_0x9b43bc(0xb9)](_0x62cee7[_0x9b43bc(0xd6)],_0x62cee7[_0x9b43bc(0xd6)]))try{if(_0x62cee7[_0x9b43bc(0xb9)](_0x62cee7[_0x9b43bc(0xc9)],_0x62cee7[_0x9b43bc(0xc9)])){const summaryResults=await _0x4fd5a9.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{const event=new _0x260222('A11Y_TAP_GET_RESULTS_SUMMARY');const fn=function(event){_0x37a688.removeEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn);_0x5cac90(event.detail.summary);};_0x4896f4.addEventListener('A11Y_RESULTS_SUMMARY_RESPONSE',fn),_0x1738a6.dispatchEvent(event);}}catch{if(_0x62cee7[_0x9b43bc(0x9f)](_0x62cee7[_0x9b43bc(0xe2)],_0x62cee7[_0x9b43bc(0xe5)]))_0x231af4[_0x9b43bc(0x92)]['wcagVersion']&&(_0x50a15c[_0x62cee7[_0x9b43bc(0x8a)]]=_0x253d29[_0x9b43bc(0x92)][_0x9b43bc(0xa9)]),_0x4603f5['accessibilityOptions']['scannerProcessingTimeout']&&(_0x44145d[_0x62cee7[_0x9b43bc(0x96)]]=_0x43a54b[_0x9b43bc(0x92)][_0x9b43bc(0xef)]),_0x366714[_0x9b43bc(0x92)][_0x9b43bc(0xd0)]&&(_0x484b5a[_0x62cee7[_0x9b43bc(0xc7)]]=_0x5424d1['accessibilityOptions'][_0x9b43bc(0xd0)][_0x9b43bc(0x9c)],_0x8c00ff[_0x62cee7[_0x9b43bc(0xda)]]=_0x5348eb[_0x9b43bc(0x92)]['includeIssueType'][_0x9b43bc(0x8c)]);else return logger['debug'](_0x62cee7[_0x9b43bc(0xa0)]),{};}else try{const event=new _0x242230('A11Y_TAP_GET_RESULTS');const fn=function(event){_0x548b99.removeEventListener('A11Y_RESULTS_RESPONSE',fn);_0x443e8a(event.detail.data);};_0xbe5d9.addEventListener('A11Y_RESULTS_RESPONSE',fn);_0x256007.dispatchEvent(event);}catch{_0x20428e();}}else{if(_0x62cee7[_0x9b43bc(0xea)](_0x62cee7[_0x9b43bc(0xb6)],_0x62cee7['LwHru']))return logger[_0x9b43bc(0xae)](_0x62cee7[_0x9b43bc(0x98)]),{};else _0xf1008b.removeEventListener('A11Y_RESULTS_RESPONSE',_0x14aa18),_0x39b8ff(_0x184c48.detail.data);}},exports['platformValidation']=async _0x4e335d=>{const _0xc5bcea=a28_0x18e59b,_0x21f6cb={'WhtrQ':_0xc5bcea(0xf0),'Jyupy':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','xzuvc':_0xc5bcea(0x106),'jhCxL':function(_0x1a7d6f,_0x5191b5){return _0x1a7d6f===_0x5191b5;},'GWysB':'PVsNa','lAvjs':_0xc5bcea(0x100),'DpawE':function(_0x2f49d1,_0x3b6a78){return _0x2f49d1!==_0x3b6a78;},'LbtLn':function(_0x3fd2ee,_0x5e8879){return _0x3fd2ee===_0x5e8879;},'XJGsa':_0xc5bcea(0xe8),'uqJbH':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','dZxNn':function(_0x30718d,_0x217332){return _0x30718d===_0x217332;},'QEQqx':_0xc5bcea(0x9b),'fwlAh':_0xc5bcea(0xfc),'VutYj':_0xc5bcea(0xbf),'EMsPi':function(_0x2413fc,_0x469e6c){return _0x2413fc(_0x469e6c);},'wMYqz':function(_0x27d39b,_0x3cc5b0){return _0x27d39b===_0x3cc5b0;},'wjuyY':_0xc5bcea(0x88),'NnqJj':function(_0x95346c,_0x13e8bf){return _0x95346c>_0x13e8bf;},'SylsG':_0xc5bcea(0xf1),'ixFKI':_0xc5bcea(0xe0),'SvPmM':function(_0x189d2d,_0x5ad10f){return _0x189d2d!==_0x5ad10f;},'PDbUZ':_0xc5bcea(0xa6)};try{if(_0x21f6cb[_0xc5bcea(0xcf)](_0x21f6cb[_0xc5bcea(0xed)],_0x21f6cb['lAvjs']))_0x5304a7[_0x21f6cb[_0xc5bcea(0xf8)]]=_0x1d77eb[_0xc5bcea(0x92)][_0xc5bcea(0xa9)];else{if(!_0x21f6cb[_0xc5bcea(0x103)](_0x4e335d[_0xc5bcea(0xce)],'')){if(_0x21f6cb[_0xc5bcea(0xe3)](_0x21f6cb['XJGsa'],_0x21f6cb['XJGsa']))return logger['warn'](_0x21f6cb[_0xc5bcea(0xf4)]),![];else _0x348181();}const _0x4bccca=_0x4e335d[_0xc5bcea(0x9a)];if(!(_0x21f6cb[_0xc5bcea(0xa1)](_0x4bccca,_0x21f6cb[_0xc5bcea(0xd1)])||_0x21f6cb['jhCxL'](_0x4bccca,_0x21f6cb[_0xc5bcea(0x99)]))){if(_0x21f6cb[_0xc5bcea(0x103)](_0x21f6cb[_0xc5bcea(0xdb)],_0x21f6cb[_0xc5bcea(0xdb)]))_0x51df82();else return logger[_0xc5bcea(0xae)](_0x21f6cb[_0xc5bcea(0xc3)]),![];}const _0x3ad2d2=_0x21f6cb['EMsPi'](parseInt,_0x4e335d[_0xc5bcea(0xa2)]);if(!(_0x21f6cb[_0xc5bcea(0xa7)](_0x3ad2d2,_0x21f6cb[_0xc5bcea(0xd3)])||_0x21f6cb[_0xc5bcea(0xaf)](_0x3ad2d2,0x5e)))return _0x21f6cb['dZxNn'](_0x21f6cb[_0xc5bcea(0x8e)],_0x21f6cb[_0xc5bcea(0x8e)])?(logger['warn'](_0x21f6cb[_0xc5bcea(0xc2)]),![]):(_0x379e9a['warn'](_0x21f6cb[_0xc5bcea(0xc3)]),![]);}}catch(_0xadc151){if(_0x21f6cb[_0xc5bcea(0xeb)](_0x21f6cb[_0xc5bcea(0x90)],_0x21f6cb[_0xc5bcea(0x90)]))return _0x257694[_0xc5bcea(0xae)](_0x21f6cb[_0xc5bcea(0x104)]),{};else logger[_0xc5bcea(0xe6)](_0xc5bcea(0xd8)+util[_0xc5bcea(0xf2)](_0xadc151));}return!![];};