browserstack-node-sdk 1.32.5 → 1.32.7

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 (116) 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/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/azureresources/akscluster.json +57 -3
  25. package/ats/src/templates/azureresources/storageaccount.json +8 -8
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createk8sClient.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/gridComponents.js +1 -1
  32. package/ats/src/utils/hstUtils.js +1 -1
  33. package/ats/src/utils/instrumentationUtils.js +1 -1
  34. package/ats/src/utils/userInput.js +1 -1
  35. package/ats/src/utils/utilityMethods.js +1 -1
  36. package/ats/src/utils/webSocketUtils.js +1 -1
  37. package/package.json +58 -1
  38. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  39. package/src/bin/codeceptjs/command.js +1 -1
  40. package/src/bin/codeceptjs/helper.js +1 -1
  41. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  42. package/src/bin/cucumber-js/command.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  44. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  45. package/src/bin/cucumber-js/test.setup.js +1 -1
  46. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  47. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  74. package/src/bin/playwright/reporter/reporter.js +1 -1
  75. package/src/bin/playwright/reporter/test-details.js +1 -1
  76. package/src/bin/playwright/sessionDetails.js +1 -1
  77. package/src/bin/runner.js +1 -1
  78. package/src/bin/setup.js +1 -1
  79. package/src/bin/test-runner/index.js +1 -1
  80. package/src/bin/test-runner/runTest.js +1 -1
  81. package/src/bin/test-runner/testWorker.js +1 -1
  82. package/src/bin/utils/constants.js +1 -1
  83. package/src/bin/utils/log4jsAppender.js +1 -1
  84. package/src/bin/utils/logPatcher.js +1 -1
  85. package/src/bin/utils/logReportingAPI.js +1 -1
  86. package/src/bin/vanilla-js/command.js +1 -1
  87. package/src/browserStackSdk.js +1 -1
  88. package/src/helpers/BrowserStackSetup.js +1 -1
  89. package/src/helpers/accessibility-automation/constants.js +1 -1
  90. package/src/helpers/accessibility-automation/helper.js +1 -1
  91. package/src/helpers/accessibility-automation/scripts.js +1 -1
  92. package/src/helpers/ats/constants.js +1 -1
  93. package/src/helpers/ats/helper.js +1 -1
  94. package/src/helpers/capsMapping.js +1 -1
  95. package/src/helpers/globals.js +1 -1
  96. package/src/helpers/helper.js +1 -1
  97. package/src/helpers/logger.js +1 -1
  98. package/src/helpers/patchHelpers.js +1 -1
  99. package/src/helpers/percy/Percy.js +1 -1
  100. package/src/helpers/percy/PercyBinary.js +1 -1
  101. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  102. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  103. package/src/helpers/percy/PercySDK.js +1 -1
  104. package/src/helpers/percy/index.js +1 -1
  105. package/src/helpers/percy/utils.js +1 -1
  106. package/src/helpers/performance-tester.js +1 -1
  107. package/src/helpers/request-spy.js +1 -1
  108. package/src/helpers/setKeepAlive.js +1 -1
  109. package/src/helpers/test-observability/constants.js +1 -1
  110. package/src/helpers/test-observability/error-handler.js +1 -1
  111. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  112. package/src/helpers/test-observability/sessionHandler.js +1 -1
  113. package/src/helpers/test-observability/utils.js +1 -1
  114. package/src/helpers/w3cMapping.js +1 -1
  115. package/src/hubAllocationMethods.js +1 -1
  116. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a52_0x3cd2(){const _0x2b7921=['cwd','stringify','../logger','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','jmGTj','cuQys','includeTagsInTestingScope','JlieF','fDSFT','zdziW','12YUlZQI','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','NzmQC','response','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','nodeRequest','YrdId','UQxKJ','SxXxf','KwdNT','ivLfC','QBVcB','accessibility','xsiuc','KxTmZ','BROWSERSTACK_TEST_ACCESSIBILITY_YML','PjulJ','format','status','getAccessibilityResultsSummary','WUQiQ','8tIWTyI','27XMNOGg','qtLjE','getUserName','vENZu','coGKR','jLNcJ','script','uEaMy','ZGycQ','BAOYd','QWsug','kBKeB','CzLWj','YUhbl','message','UWHjA','executeAsyncScript','join','LmCIc','fpWbJ','3705863QUEgYf','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','VkKrD','browserstack_executor','application/json','browserstack','VCJAc','boIly','iwagh','glVhz','EhBVn','pgLPC','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','BS_A11Y_JWT','hzJDk','../globals','sEmjG','getResults','mSasl','MoFHE','gDzpd','hOtTH','SaLCS','gSfbq','KvZAE','AUkAM','Xsxsc','mnFSi','null','length','nednH','buildDescription','isUndefined','kGryY','toISOString','eyiKC','LNenb','KXazl','Jaosc','data','assign','lOMIQ','MnehE','xMcSa','JaoHy','stopAccessibilityTestRun','rjMTf','measureWrapper','iJTRd','errors','isqRN','isTrue','cjbHq','SVRwu','Invalid\x20configuration\x20passed.','Performing\x20scan\x20before\x20getting\x20results','stack','FIRxA','getHostInfo','yiyCw','env','NgCaq','getGitMetaData','iersL','ITBBM','a11y:start','eIVFx','edWkj','getPlatformVersion','isBrowserStackCommandExecutor','debug','buildName','2211JGdtry','hhZEH','PyRIY','test_runs/stop','mHYvy','mBYNj','ccwLt','VFpNQ','WQfZq','eTPMS','QxccN','getTestFrameworkDetails','mInjz','NTyWi','performScan','gaqrB','MxrWz','CikvZ','LZEGy','util','YNOWE','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','QRFQU','TzTEr','Ypkdx','nTNIh','48024WTilai','playwright','info','NEQwp','excludeTagsInTestingScope','getGlobal','isBrowserstackInfra','QUueU','rkdTj','nLYom','error','browserstackSessionName','VzVib','STXHs','UfPXx','ECitC','QXPYA','owatl','QeeSe','dSUSn','Nfjpk','zMyKf','uEipN','akLzx','KILST','isAccessibilityPlatform','CrLqd','OSPsl','No\x20accessibility\x20results\x20were\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ioSEM','GSzGK','uyYfJ','2179790USdhxm','yBjKE','Performing\x20scan\x20before\x20getting\x20results\x20summary','wybiy','Build\x20creation\x20had\x20failed.','body','VKtZq','HcVPZ','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','bstackA11yShouldScan','SzVgH','basename','../helper','Invalid\x20request:\x20','getBrowserName','getAgentVersion','hGhpZ','40127698HbNsvR','UfQui','EmxQA','PwaVQ','TSUcr','lwVRx','GfkPu','oTudi','WEoRB','success','SSKfV','auth','TFESk','wlfUN','IwCRd','jfZtL','some','CRfgx','javascript','isAccessibilityAutomationSession','platforms','fetchPlatformDetails','resNI','false','headers','GxHwZ','enxlJ','312105KDdaeQ','hTaOF','includes','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','forEach','json','guDRU','getCiInfo','167Vvbork','IPFvG','lLwOq','vWdKQ','ToMOs','obXLz','ZRcKH','accessibilityToken','uNuxU','hOGUJ','ybPUU','UFobB','EGXZa','iSPoL','FJkGD','RXdZO','gwrzo','DYwLl','statusText','tdmkh','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','createAccessibilityTestRun','warn','eXOjU','parse','ZKLVb','700lNxLEh','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','projectName','fdkpz','BJqBu','Authorization','getBrowserVersion','IsQZT','wknCX','EQbDP','iSliK','method','afGIr','FsZro','zPPRs','ClOwG','YVwEU','string','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','isArray','sEJet','UBpoi','zbedO','pOQam','Gzdlu','sStIY','OvMBM','YjCEx','nYOIh','checkAccessibilityPlatformConfig','AwLwO','OOhWD','EVFaY','path','1678tqgrUF','getPlatform','scannerVersion','znrMj','shouldScanTestForAccessibility','AhiUs','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','ZdMYF','UUobs','htSIN','pass','winstonLogger','16716QYmVTs','lTavD'];a52_0x3cd2=function(){return _0x2b7921;};return a52_0x3cd2();}const a52_0x2741fe=a52_0x19dd;(function(_0x20004c,_0x5ba2a5){const _0x40ddc3=a52_0x19dd,_0x310dfc=_0x20004c();while(!![]){try{const _0x4d2918=-parseInt(_0x40ddc3(0x228))/0x1*(-parseInt(_0x40ddc3(0x12f))/0x2)+-parseInt(_0x40ddc3(0x220))/0x3*(parseInt(_0x40ddc3(0x147))/0x4)+parseInt(_0x40ddc3(0x10d))/0x5*(-parseInt(_0x40ddc3(0x13b))/0x6)+parseInt(_0x40ddc3(0x171))/0x7*(-parseInt(_0x40ddc3(0x15c))/0x8)+-parseInt(_0x40ddc3(0x15d))/0x9*(parseInt(_0x40ddc3(0x1f4))/0xa)+parseInt(_0x40ddc3(0x1b9))/0xb*(-parseInt(_0x40ddc3(0x1d3))/0xc)+parseInt(_0x40ddc3(0x205))/0xd;if(_0x4d2918===_0x5ba2a5)break;else _0x310dfc['push'](_0x310dfc['shift']());}catch(_0x23790e){_0x310dfc['push'](_0x310dfc['shift']());}}}(a52_0x3cd2,0x83186));function a52_0x19dd(_0x4c2aed,_0x435a86){const _0x3cd257=a52_0x3cd2();return a52_0x19dd=function(_0x19dd2d,_0xf5ad22){_0x19dd2d=_0x19dd2d-0x108;let _0xb40696=_0x3cd257[_0x19dd2d];return _0xb40696;},a52_0x19dd(_0x4c2aed,_0x435a86);}const path=require(a52_0x2741fe(0x12e)),util=require(a52_0x2741fe(0x1cc)),bsSetupHelper=require(a52_0x2741fe(0x200)),logger=require(a52_0x2741fe(0x13f))[a52_0x2741fe(0x13a)],{API_URL}=require('./constants'),PerformanceTester=require('../performance-tester'),scripts=require('./scripts'),globals=require(a52_0x2741fe(0x180));exports[a52_0x2741fe(0x21a)]=async _0x19af3d=>{const _0x35d815=a52_0x2741fe,_0x5454bd={};_0x5454bd['sEmjG']=_0x35d815(0x1dd),_0x5454bd['JJumi']=function(_0xfeff75,_0x5597ba){return _0xfeff75===_0x5597ba;},_0x5454bd[_0x35d815(0x233)]=_0x35d815(0x185),_0x5454bd[_0x35d815(0x119)]=function(_0x15a79c,_0x281944){return _0x15a79c===_0x281944;},_0x5454bd[_0x35d815(0x11b)]=_0x35d815(0x176),_0x5454bd[_0x35d815(0x142)]=function(_0x5328ba,_0x50d3db){return _0x5328ba!==_0x50d3db;},_0x5454bd['BJqBu']=_0x35d815(0x231),_0x5454bd[_0x35d815(0x123)]=_0x35d815(0x22b);const _0x199d25=_0x5454bd;let _0x27396b={};try{if(_0x199d25['JJumi'](_0x199d25['UFobB'],_0x199d25[_0x35d815(0x233)])){const _0x34665c=await _0x19af3d['getCapabilities']();_0x27396b={'os_name':_0x34665c[_0x35d815(0x130)](),'os_version':bsSetupHelper[_0x35d815(0x1b5)](_0x199d25['afGIr'](global['__cloud_provider___'],_0x199d25[_0x35d815(0x11b)])),'browser_name':_0x34665c[_0x35d815(0x202)](),'browser_version':_0x34665c[_0x35d815(0x113)]()};}else _0x1fc450['error'](_0x35d815(0x1fc)+_0x51bbb7[_0x35d815(0x14a)][_0x35d815(0x159)]+'\x20'+_0x514436[_0x35d815(0x14a)][_0x35d815(0x23a)]+'\x20'+_0xbf9f5['stringify'](_0x48fe05[_0x35d815(0x14a)][_0x35d815(0x198)]));}catch(_0x3fe848){if(_0x199d25[_0x35d815(0x142)](_0x199d25[_0x35d815(0x111)],_0x199d25[_0x35d815(0x123)]))logger['debug'](_0x35d815(0x23c)+_0x3fe848);else{_0x89c1e2[_0x35d815(0x14a)]?_0x38b441[_0x35d815(0x1dd)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x342a97[_0x35d815(0x14a)][_0x35d815(0x159)]+'\x20'+_0x32ac09[_0x35d815(0x14a)][_0x35d815(0x23a)]+'\x20'+_0x32998e['stringify'](_0x1ff020['response']['data'])):_0x5490b4['error'](_0x35d815(0x223)+(_0x464e2f[_0x35d815(0x16b)]||_0x4ddd92[_0x35d815(0x158)](_0x47a0e0)));const _0x1746fa={};return _0x1746fa[_0x35d815(0x159)]=_0x199d25[_0x35d815(0x181)],_0x1746fa['message']=_0x13a952[_0x35d815(0x16b)]||(_0x13ce29[_0x35d815(0x14a)]?_0x5180e5['response'][_0x35d815(0x159)]+':'+_0x96861d['response'][_0x35d815(0x23a)]:_0x38fc72),_0x1746fa;}}return _0x27396b;},exports['isAccessibilityAutomationSession']=()=>{const _0x2bb3e2=a52_0x2741fe,_0x47f9a6={};_0x47f9a6[_0x2bb3e2(0x186)]=function(_0x3310d7,_0x14146f){return _0x3310d7===_0x14146f;},_0x47f9a6[_0x2bb3e2(0x1e7)]=function(_0x3283c3,_0x2e2840){return _0x3283c3&&_0x2e2840;},_0x47f9a6[_0x2bb3e2(0x1eb)]=_0x2bb3e2(0x1dd),_0x47f9a6['AcEwK']=_0x2bb3e2(0x1f8),_0x47f9a6['iSPoL']=_0x2bb3e2(0x19b),_0x47f9a6['SdRyd']=_0x2bb3e2(0x12d),_0x47f9a6[_0x2bb3e2(0x21e)]=_0x2bb3e2(0x20c),_0x47f9a6[_0x2bb3e2(0x1fb)]=function(_0x463577,_0x13ed66){return _0x463577===_0x13ed66;},_0x47f9a6[_0x2bb3e2(0x208)]='string',_0x47f9a6[_0x2bb3e2(0x129)]=function(_0x47f8dd,_0x2caa54){return _0x47f8dd>_0x2caa54;},_0x47f9a6['hzJDk']=function(_0x44468b,_0x2f29b9){return _0x44468b!==_0x2f29b9;},_0x47f9a6[_0x2bb3e2(0x1bd)]=_0x2bb3e2(0x18d),_0x47f9a6[_0x2bb3e2(0x1cf)]='lnwRx';const _0x431f0b=_0x47f9a6;try{if(_0x431f0b['hOtTH'](_0x431f0b['iSPoL'],_0x431f0b[_0x2bb3e2(0x235)])){if(!bsSetupHelper[_0x2bb3e2(0x1d9)]()){if(_0x431f0b[_0x2bb3e2(0x186)](_0x431f0b['SdRyd'],_0x431f0b[_0x2bb3e2(0x21e)])){const _0x5452bf=_0xbab61c[_0x2bb3e2(0x10b)](_0x52c452['env'][_0x2bb3e2(0x1f0)]),_0x34e9c4=_0x5d55b3['isArray'](_0x5452bf[_0x2bb3e2(0x143)])?_0x5452bf[_0x2bb3e2(0x143)]:[],_0x2dac19=_0x4cfc46['isArray'](_0x5452bf[_0x2bb3e2(0x1d7)])?_0x5452bf[_0x2bb3e2(0x1d7)]:[];let _0x3016b4;_0x419537?_0x3016b4=_0x30a4bd['join']('/'):_0x3016b4=_0x4089a9;const _0x49a3ce=_0x2dac19[_0x2bb3e2(0x215)](_0x7faa64=>_0x3016b4['includes'](_0x7faa64)),_0x57b1ee=_0x431f0b[_0x2bb3e2(0x186)](_0x34e9c4[_0x2bb3e2(0x18e)],0x0)||_0x34e9c4[_0x2bb3e2(0x215)](_0x106651=>_0x3016b4['includes'](_0x106651));return _0x431f0b[_0x2bb3e2(0x1e7)](!_0x49a3ce,_0x57b1ee);}else return![];}const _0x5e96ea=bsSetupHelper[_0x2bb3e2(0x1a4)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x2bb3e2(0x1a4)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x164ecc=_0x431f0b[_0x2bb3e2(0x1fb)](typeof process[_0x2bb3e2(0x1ad)][_0x2bb3e2(0x17e)],_0x431f0b['PwaVQ'])&&_0x431f0b[_0x2bb3e2(0x129)](process['env'][_0x2bb3e2(0x17e)][_0x2bb3e2(0x18e)],0x0)&&_0x431f0b[_0x2bb3e2(0x17f)](process[_0x2bb3e2(0x1ad)]['BS_A11Y_JWT'],_0x431f0b['mHYvy']);return _0x431f0b[_0x2bb3e2(0x1e7)](_0x5e96ea,_0x164ecc);}else{const _0x2e1934={};return _0x2e1934[_0x2bb3e2(0x159)]=_0x431f0b[_0x2bb3e2(0x1eb)],_0x2e1934[_0x2bb3e2(0x16b)]=_0x431f0b['AcEwK'],_0x2e1934;}}catch(_0x1ad2f0){_0x431f0b[_0x2bb3e2(0x186)](_0x431f0b[_0x2bb3e2(0x1cf)],_0x431f0b[_0x2bb3e2(0x1cf)])?logger[_0x2bb3e2(0x1b7)](_0x2bb3e2(0x17d)+_0x1ad2f0):_0x5a3b4b=_0x4791fa[_0x2bb3e2(0x16e)]('/');}return![];},exports[a52_0x2741fe(0x133)]=(_0x400ac3,_0x86bc83=!![])=>{const _0x366c05=a52_0x2741fe,_0x8c7bf6={};_0x8c7bf6[_0x366c05(0x18f)]=function(_0x130059,_0x3ef97f){return _0x130059===_0x3ef97f;},_0x8c7bf6['vENZu']=_0x366c05(0x11e),_0x8c7bf6['isqRN']=function(_0x2dd9ab,_0x46fe6c){return _0x2dd9ab>_0x46fe6c;},_0x8c7bf6['Ypkdx']=function(_0x51bffa,_0x3c70e4){return _0x51bffa!==_0x3c70e4;},_0x8c7bf6[_0x366c05(0x19c)]='null',_0x8c7bf6[_0x366c05(0x179)]=function(_0x49140b,_0xd2fd08){return _0x49140b&&_0xd2fd08;},_0x8c7bf6[_0x366c05(0x117)]=_0x366c05(0x1a7),_0x8c7bf6[_0x366c05(0x21f)]=_0x366c05(0x21c),_0x8c7bf6[_0x366c05(0x11a)]=function(_0x130e23,_0x407fe0){return _0x130e23==_0x407fe0;},_0x8c7bf6['yBjKE']=function(_0x460ff2,_0x164987){return _0x460ff2===_0x164987;},_0x8c7bf6[_0x366c05(0x197)]=_0x366c05(0x1ca),_0x8c7bf6[_0x366c05(0x146)]=_0x366c05(0x154),_0x8c7bf6['FIRxA']='GTngJ',_0x8c7bf6['EGXZa']=_0x366c05(0x236),_0x8c7bf6[_0x366c05(0x1f2)]='sfkrT',_0x8c7bf6[_0x366c05(0x1e2)]=function(_0x5fbbe8,_0x37fcf2){return _0x5fbbe8===_0x37fcf2;},_0x8c7bf6['QXPYA']=_0x366c05(0x1bb),_0x8c7bf6[_0x366c05(0x169)]=_0x366c05(0x164),_0x8c7bf6[_0x366c05(0x144)]=function(_0x13ac85,_0x1b77b6){return _0x13ac85===_0x1b77b6;},_0x8c7bf6['WwiMO']=function(_0x6d8dfc,_0x563b9f){return _0x6d8dfc!==_0x563b9f;},_0x8c7bf6[_0x366c05(0x20d)]=_0x366c05(0x14f),_0x8c7bf6[_0x366c05(0x17c)]=_0x366c05(0x22e),_0x8c7bf6['MsRbW']='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x12a126=_0x8c7bf6;if(_0x12a126[_0x366c05(0x11a)](process[_0x366c05(0x1ad)][_0x366c05(0x1f0)],null)){if(_0x12a126[_0x366c05(0x1f5)](_0x12a126[_0x366c05(0x197)],_0x12a126[_0x366c05(0x197)]))return!![];else{if(!_0x27d60b[_0x366c05(0x1d9)]())return![];const _0x21af5b=_0xeca41e[_0x366c05(0x1a4)](_0x1bfd37['env'][_0x366c05(0x156)])||_0x2f9634[_0x366c05(0x1a4)](_0x1e76ec['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x36d981=_0x12a126[_0x366c05(0x18f)](typeof _0x545427[_0x366c05(0x1ad)][_0x366c05(0x17e)],_0x12a126[_0x366c05(0x160)])&&_0x12a126[_0x366c05(0x1a3)](_0x1f124d[_0x366c05(0x1ad)][_0x366c05(0x17e)]['length'],0x0)&&_0x12a126[_0x366c05(0x1d1)](_0x2e0add[_0x366c05(0x1ad)]['BS_A11Y_JWT'],_0x12a126['xMcSa']);return _0x12a126[_0x366c05(0x179)](_0x21af5b,_0x36d981);}}try{if(_0x12a126['yBjKE'](_0x12a126['zdziW'],_0x12a126[_0x366c05(0x1aa)]))_0x59c790[_0x366c05(0x1dd)](_0x366c05(0x223)+(_0x3810c5['message']||_0x1720a0['format'](_0x53d65f)));else{const _0x59f93b=JSON['parse'](process[_0x366c05(0x1ad)][_0x366c05(0x1f0)]),_0x49cdbe=Array[_0x366c05(0x120)](_0x59f93b[_0x366c05(0x143)])?_0x59f93b[_0x366c05(0x143)]:[],_0x55e096=Array[_0x366c05(0x120)](_0x59f93b['excludeTagsInTestingScope'])?_0x59f93b[_0x366c05(0x1d7)]:[];let _0x272050;if(_0x86bc83){if(_0x12a126[_0x366c05(0x18f)](_0x12a126[_0x366c05(0x234)],_0x12a126['GSzGK'])){if(_0x12a126['nednH'](_0x2e0ac2[_0x366c05(0x16b)],_0x12a126[_0x366c05(0x117)])){_0x4124c3[_0x366c05(0x1dd)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0xf72899[_0x366c05(0x16b)]||_0x3314b7[_0x366c05(0x1a9)]));for(const _0x4a9f35 of _0x2bb48f[_0x366c05(0x1a2)]){_0xd4ecc[_0x366c05(0x1dd)](_0x4a9f35[_0x366c05(0x16b)]);}_0x17efa9[_0x366c05(0x1ad)][_0x366c05(0x156)]=_0x12a126['enxlJ'],_0x5b9369[_0x366c05(0x1ad)][_0x366c05(0x14b)]=_0x12a126[_0x366c05(0x21f)];}else _0x44c3ff[_0x366c05(0x1dd)](_0x366c05(0x1fc)+(_0x1bd853[_0x366c05(0x16b)]||_0x6c8d09[_0x366c05(0x1a9)]));}else _0x272050=_0x400ac3[_0x366c05(0x16e)]('/');}else _0x12a126[_0x366c05(0x1e2)](_0x12a126[_0x366c05(0x1e3)],_0x12a126[_0x366c05(0x169)])?_0x5dd11e=_0x40beb:_0x272050=_0x400ac3;const _0x3c1ced=_0x55e096['some'](_0x55c926=>_0x272050[_0x366c05(0x222)](_0x55c926)),_0x3f03cf=_0x12a126[_0x366c05(0x144)](_0x49cdbe[_0x366c05(0x18e)],0x0)||_0x49cdbe['some'](_0x30f7c5=>_0x272050[_0x366c05(0x222)](_0x30f7c5));return _0x12a126[_0x366c05(0x179)](!_0x3c1ced,_0x3f03cf);}}catch(_0x505ecc){_0x12a126['WwiMO'](_0x12a126[_0x366c05(0x20d)],_0x12a126[_0x366c05(0x17c)])?logger[_0x366c05(0x1b7)](_0x12a126['MsRbW'],_0x505ecc):_0x20bddd=_0x4ed6ad[_0x366c05(0x10b)](_0x2e8ef5[_0x366c05(0x1ad)][_0x366c05(0x1f0)]);}return![];},exports[a52_0x2741fe(0x12a)]=_0x45f1b3=>{const _0x5cc6ad=a52_0x2741fe,_0x3c0eb3={};_0x3c0eb3['UUobs']=function(_0x3ce087,_0x3ba8b9){return _0x3ce087===_0x3ba8b9;},_0x3c0eb3[_0x5cc6ad(0x11d)]=_0x5cc6ad(0x138),_0x3c0eb3[_0x5cc6ad(0x230)]=function(_0x2091ce,_0x5902c9){return _0x2091ce!==_0x5902c9;},_0x3c0eb3[_0x5cc6ad(0x187)]=_0x5cc6ad(0x1b3),_0x3c0eb3[_0x5cc6ad(0x1fa)]=_0x5cc6ad(0x125),_0x3c0eb3[_0x5cc6ad(0x184)]=_0x5cc6ad(0x174),_0x3c0eb3[_0x5cc6ad(0x18a)]=_0x5cc6ad(0x16c),_0x3c0eb3[_0x5cc6ad(0x12b)]='DbSfy',_0x3c0eb3[_0x5cc6ad(0x14d)]='WvXWy';const _0xf1037=_0x3c0eb3;let _0x2c9e19=![];try{_0xf1037[_0x5cc6ad(0x230)](_0xf1037[_0x5cc6ad(0x18a)],_0xf1037[_0x5cc6ad(0x12b)])?_0x45f1b3[_0x5cc6ad(0x219)][_0x5cc6ad(0x224)](_0x35a322=>{const _0x9e8726=_0x5cc6ad;if(_0xf1037[_0x9e8726(0x137)](_0xf1037[_0x9e8726(0x11d)],_0xf1037[_0x9e8726(0x11d)])){if(bsSetupHelper[_0x9e8726(0x1a4)](_0x35a322[_0x9e8726(0x153)])){if(_0xf1037[_0x9e8726(0x230)](_0xf1037[_0x9e8726(0x187)],_0xf1037[_0x9e8726(0x1fa)]))return _0x2c9e19=!![],!![];else _0x52ec5f[_0x9e8726(0x1dd)](_0x5af715['message']);}}else _0xd43817[_0x9e8726(0x1dd)](_0x9e8726(0x223)+_0x5bb49a['response'][_0x9e8726(0x159)]+'\x20'+_0x599f98['response']['statusText']+'\x20'+_0xa893e3[_0x9e8726(0x13e)](_0x26c3d2[_0x9e8726(0x14a)][_0x9e8726(0x198)]));}):_0x1c3c30[_0x5cc6ad(0x1b7)](_0x5cc6ad(0x172)+_0x28eadf);}catch(_0x302fca){if(_0xf1037[_0x5cc6ad(0x230)](_0xf1037['YrdId'],_0xf1037['YrdId']))return _0x312e87[_0x5cc6ad(0x163)][_0x5cc6ad(0x222)](_0xf1037[_0x5cc6ad(0x184)]);else logger[_0x5cc6ad(0x1b7)](_0x5cc6ad(0x172)+_0x302fca);}return _0x2c9e19;},exports[a52_0x2741fe(0x108)]=PerformanceTester[a52_0x2741fe(0x1a0)](a52_0x2741fe(0x1b2),async function(_0xa02d92,_0x341903){const _0x3a2a9e=a52_0x2741fe,_0x3affe3={};_0x3affe3[_0x3a2a9e(0x177)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3affe3['eyiKC']=_0x3a2a9e(0x10e),_0x3affe3[_0x3a2a9e(0x195)]=_0x3a2a9e(0x1ef),_0x3affe3[_0x3a2a9e(0x15b)]=function(_0x554654,_0x13caf2){return _0x554654+_0x13caf2;},_0x3affe3[_0x3a2a9e(0x20a)]=_0x3a2a9e(0x201),_0x3affe3[_0x3a2a9e(0x150)]=function(_0x575f75,_0x59f5fa){return _0x575f75===_0x59f5fa;},_0x3affe3[_0x3a2a9e(0x1c1)]=_0x3a2a9e(0x11e),_0x3affe3[_0x3a2a9e(0x1e9)]=_0x3a2a9e(0x174),_0x3affe3[_0x3a2a9e(0x152)]=function(_0x3d5b84,_0x296b64){return _0x3d5b84===_0x296b64;},_0x3affe3[_0x3a2a9e(0x1dc)]=function(_0x26d830,_0xe89d83){return _0x26d830>_0xe89d83;},_0x3affe3['UQxKJ']=function(_0x39c39b,_0x49ade0){return _0x39c39b!==_0x49ade0;},_0x3affe3['VkKrD']=_0x3a2a9e(0x18d),_0x3affe3[_0x3a2a9e(0x141)]=function(_0x467ea0,_0x4b3415){return _0x467ea0&&_0x4b3415;},_0x3affe3[_0x3a2a9e(0x1d6)]='false',_0x3affe3['tdmkh']=function(_0x1873e9,_0x2b1b24){return _0x1873e9===_0x2b1b24;},_0x3affe3[_0x3a2a9e(0x134)]='iihnI',_0x3affe3['gaqrB']='ZoNjZ',_0x3affe3[_0x3a2a9e(0x1e1)]=_0x3a2a9e(0x135),_0x3affe3[_0x3a2a9e(0x1e0)]=function(_0x81a389,_0x5312c3){return _0x81a389===_0x5312c3;},_0x3affe3[_0x3a2a9e(0x20f)]='rWxpz',_0x3affe3[_0x3a2a9e(0x124)]='mIuzN',_0x3affe3[_0x3a2a9e(0x1d2)]='xkxPy',_0x3affe3['glVhz']=function(_0x556a22,_0xbb62b6){return _0x556a22===_0xbb62b6;},_0x3affe3[_0x3a2a9e(0x121)]=_0x3a2a9e(0x19d),_0x3affe3[_0x3a2a9e(0x226)]=_0x3a2a9e(0x16f),_0x3affe3[_0x3a2a9e(0x229)]=_0x3a2a9e(0x1d4),_0x3affe3['TFESk']=_0x3a2a9e(0x217),_0x3affe3[_0x3a2a9e(0x1ed)]=_0x3a2a9e(0x175),_0x3affe3[_0x3a2a9e(0x110)]='POST',_0x3affe3[_0x3a2a9e(0x178)]='v2/test_runs',_0x3affe3[_0x3a2a9e(0x238)]=_0x3a2a9e(0x1b4),_0x3affe3[_0x3a2a9e(0x166)]=_0x3a2a9e(0x1b0),_0x3affe3[_0x3a2a9e(0x1b1)]=function(_0x3f44cb,_0x4b2b84){return _0x3f44cb!==_0x4b2b84;},_0x3affe3[_0x3a2a9e(0x145)]=_0x3a2a9e(0x1e4),_0x3affe3['lLwOq']=function(_0x3e2c19,_0x18d642){return _0x3e2c19!==_0x18d642;},_0x3affe3['znrMj']=_0x3a2a9e(0x1a5),_0x3affe3[_0x3a2a9e(0x1ac)]=_0x3a2a9e(0x1c3),_0x3affe3[_0x3a2a9e(0x17b)]=_0x3a2a9e(0x170),_0x3affe3[_0x3a2a9e(0x1f3)]='tjmoc',_0x3affe3[_0x3a2a9e(0x128)]=function(_0x232c5c,_0x34cd11){return _0x232c5c===_0x34cd11;},_0x3affe3['SzVgH']=_0x3a2a9e(0x1a7),_0x3affe3[_0x3a2a9e(0x116)]=_0x3a2a9e(0x12c),_0x3affe3[_0x3a2a9e(0x13c)]=_0x3a2a9e(0x1ba),_0x3affe3['CRfgx']='pgHCg',_0x3affe3[_0x3a2a9e(0x167)]=function(_0x147299,_0x3da67f){return _0x147299===_0x3da67f;},_0x3affe3[_0x3a2a9e(0x151)]=_0x3a2a9e(0x212);const _0xd8628b=_0x3affe3,_0x24b5ea=bsSetupHelper[_0x3a2a9e(0x15f)](_0xa02d92),_0x4bf74f=bsSetupHelper['getAccessKey'](_0xa02d92);if(bsSetupHelper[_0x3a2a9e(0x191)](_0x24b5ea)||bsSetupHelper[_0x3a2a9e(0x191)](_0x4bf74f)){if(_0xd8628b['tdmkh'](_0xd8628b[_0x3a2a9e(0x134)],_0xd8628b[_0x3a2a9e(0x1c8)]))_0x59bb1b={};else return logger[_0x3a2a9e(0x1dd)](_0xd8628b[_0x3a2a9e(0x1e1)]),[null,null];}try{if(_0xd8628b[_0x3a2a9e(0x1e0)](_0xd8628b[_0x3a2a9e(0x20f)],_0xd8628b['pOQam']))_0x468761['platforms']['forEach'](_0x470a2f=>{const _0x2e80ff=_0x3a2a9e;if(_0x537fd5[_0x2e80ff(0x1a4)](_0x470a2f['accessibility']))return _0x3cbcc7=!![],!![];});else{let _0x40d39c;if(bsSetupHelper[_0x3a2a9e(0x191)](process[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x1f0)])){if(_0xd8628b[_0x3a2a9e(0x150)](_0xd8628b['nTNIh'],_0xd8628b[_0x3a2a9e(0x1d2)]))_0x40d39c={};else return _0x2c5f81[_0x3a2a9e(0x109)](_0xd8628b[_0x3a2a9e(0x177)]),[];}else{if(_0xd8628b[_0x3a2a9e(0x17a)](_0xd8628b['sEJet'],_0xd8628b['guDRU'])){if(_0xab7448[_0x3a2a9e(0x1a4)](_0x518ed7[_0x3a2a9e(0x153)]))return _0x4e6f0c=!![],!![];}else _0x40d39c=JSON[_0x3a2a9e(0x10b)](process[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x1f0)]);}const {name:_0x426c84,version:_0x2e23d3}=bsSetupHelper[_0x3a2a9e(0x1c4)](_0xa02d92,_0x341903),_0x35d7fa={'projectName':_0xa02d92[_0x3a2a9e(0x10f)],'buildName':_0xa02d92[_0x3a2a9e(0x1b8)]||path[_0x3a2a9e(0x1ff)](path['resolve'](process[_0x3a2a9e(0x13d)]())),'startTime':new Date()['toISOString'](),'description':_0xa02d92[_0x3a2a9e(0x190)]||'','source':{'frameworkName':_0x341903['includes'](_0xd8628b[_0x3a2a9e(0x229)])?_0xd8628b[_0x3a2a9e(0x229)]:_0x341903,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x341903),'sdkVersion':bsSetupHelper[_0x3a2a9e(0x203)](),'language':_0xd8628b[_0x3a2a9e(0x211)],'testFramework':_0x426c84,'testFrameworkVersion':_0x2e23d3},'settings':_0x40d39c,'versionControl':await bsSetupHelper[_0x3a2a9e(0x1af)](),'ciInfo':bsSetupHelper[_0x3a2a9e(0x227)](),'hostInfo':bsSetupHelper[_0x3a2a9e(0x1ab)](),'browserstackAutomation':bsSetupHelper[_0x3a2a9e(0x1d9)]()},_0x11cf4e={};_0x11cf4e['user']=_0x24b5ea,_0x11cf4e[_0x3a2a9e(0x139)]=_0x4bf74f;const _0x55a328={};_0x55a328['Content-Type']=_0xd8628b['CrLqd'];const _0x5af777={};_0x5af777[_0x3a2a9e(0x210)]=_0x11cf4e,_0x5af777[_0x3a2a9e(0x21d)]=_0x55a328;const _0x678f6e=_0x5af777,_0x1c9f70={};_0x1c9f70[_0x3a2a9e(0x1f9)]=_0x35d7fa,_0x1c9f70[_0x3a2a9e(0x225)]=!![];const _0x4113d9=Object['assign'](_0x678f6e,_0x1c9f70),_0x1b1066=await bsSetupHelper['nodeRequest'](_0xd8628b[_0x3a2a9e(0x110)],_0xd8628b[_0x3a2a9e(0x178)],_0x4113d9,_0xa02d92,API_URL);let _0x1ac801=process[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x1f0)];if(_0x1ac801)_0xd8628b[_0x3a2a9e(0x23b)](_0xd8628b[_0x3a2a9e(0x238)],_0xd8628b[_0x3a2a9e(0x166)])?_0x3a62ea[_0x3a2a9e(0x1b7)](_0xd8628b[_0x3a2a9e(0x194)],_0x38a1a0):_0x1ac801=JSON[_0x3a2a9e(0x10b)](process['env'][_0x3a2a9e(0x1f0)]);else{if(_0xd8628b[_0x3a2a9e(0x1b1)](_0xd8628b['fDSFT'],_0xd8628b[_0x3a2a9e(0x145)]))return _0x15ce91[_0x3a2a9e(0x1dd)](_0xd8628b[_0x3a2a9e(0x195)]),[];else _0x1ac801={};}return scripts['parseFromJson'](_0x1b1066[_0x3a2a9e(0x198)]['data']),scripts['toJson'](),_0x1ac801[_0x3a2a9e(0x131)]=_0x1b1066[_0x3a2a9e(0x198)][_0x3a2a9e(0x198)][_0x3a2a9e(0x131)],process[_0x3a2a9e(0x1ad)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3a2a9e(0x13e)](_0x1ac801),[_0x1b1066[_0x3a2a9e(0x198)][_0x3a2a9e(0x198)][_0x3a2a9e(0x22f)],_0x1b1066['data'][_0x3a2a9e(0x198)]['id']];}}catch(_0x265e4a){if(_0xd8628b[_0x3a2a9e(0x22a)](_0xd8628b[_0x3a2a9e(0x132)],_0xd8628b[_0x3a2a9e(0x1ac)])){if(_0x265e4a[_0x3a2a9e(0x14a)]){if(_0xd8628b['lLwOq'](_0xd8628b['EhBVn'],_0xd8628b[_0x3a2a9e(0x17b)]))throw new _0x29dd96(_0xd8628b[_0x3a2a9e(0x15b)](_0xd8628b[_0x3a2a9e(0x20a)],_0x4d11c5['data'][_0x3a2a9e(0x1dd)]));else logger[_0x3a2a9e(0x1dd)](_0x3a2a9e(0x1fc)+_0x265e4a['response'][_0x3a2a9e(0x159)]+'\x20'+_0x265e4a[_0x3a2a9e(0x14a)]['statusText']+'\x20'+JSON[_0x3a2a9e(0x13e)](_0x265e4a[_0x3a2a9e(0x14a)][_0x3a2a9e(0x198)]));}else{if(_0xd8628b[_0x3a2a9e(0x23b)](_0xd8628b['uyYfJ'],_0xd8628b[_0x3a2a9e(0x1f3)])){if(_0xd8628b[_0x3a2a9e(0x128)](_0x265e4a[_0x3a2a9e(0x16b)],_0xd8628b[_0x3a2a9e(0x1fe)])){if(_0xd8628b[_0x3a2a9e(0x14e)](_0xd8628b[_0x3a2a9e(0x116)],_0xd8628b['EQbDP'])){if(_0x28f6f3&&_0x373371[_0x3a2a9e(0x163)]&&_0xd8628b[_0x3a2a9e(0x150)](typeof _0x228647[_0x3a2a9e(0x163)],_0xd8628b[_0x3a2a9e(0x1c1)]))return _0x59cdf1[_0x3a2a9e(0x163)][_0x3a2a9e(0x222)](_0xd8628b[_0x3a2a9e(0x1e9)]);return![];}else{logger[_0x3a2a9e(0x1dd)](_0x3a2a9e(0x1fc)+(_0x265e4a[_0x3a2a9e(0x16b)]||_0x265e4a[_0x3a2a9e(0x1a9)]));for(const _0x160252 of _0x265e4a['errors']){if(_0xd8628b[_0x3a2a9e(0x1b1)](_0xd8628b[_0x3a2a9e(0x13c)],_0xd8628b[_0x3a2a9e(0x216)]))logger['error'](_0x160252[_0x3a2a9e(0x16b)]);else return _0xd7238d=!![],!![];}process[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x156)]=_0xd8628b[_0x3a2a9e(0x1d6)],process[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x14b)]=_0xd8628b[_0x3a2a9e(0x1d6)];}}else _0xd8628b[_0x3a2a9e(0x167)](_0xd8628b[_0x3a2a9e(0x151)],_0xd8628b[_0x3a2a9e(0x151)])?logger[_0x3a2a9e(0x1dd)](_0x3a2a9e(0x1fc)+(_0x265e4a[_0x3a2a9e(0x16b)]||_0x265e4a[_0x3a2a9e(0x1a9)])):_0x485978={};}else{try{if(!_0x5bda90[_0x3a2a9e(0x1d9)]())return![];const _0x337358=_0x426c72[_0x3a2a9e(0x1a4)](_0x352363[_0x3a2a9e(0x1ad)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x37595c[_0x3a2a9e(0x1a4)](_0x22fdf0[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x14b)]),_0x4a1dab=_0xd8628b[_0x3a2a9e(0x152)](typeof _0x5f52bc[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x17e)],_0xd8628b[_0x3a2a9e(0x1c1)])&&_0xd8628b[_0x3a2a9e(0x1dc)](_0x4c8db9['env'][_0x3a2a9e(0x17e)]['length'],0x0)&&_0xd8628b['UQxKJ'](_0xfd81d4[_0x3a2a9e(0x1ad)]['BS_A11Y_JWT'],_0xd8628b[_0x3a2a9e(0x173)]);return _0xd8628b[_0x3a2a9e(0x141)](_0x337358,_0x4a1dab);}catch(_0x1274f5){_0x156495['debug'](_0x3a2a9e(0x17d)+_0x1274f5);}return![];}}return[null,null];}else{_0x32bd04['error'](_0x3a2a9e(0x1fc)+(_0x41dd89['message']||_0x4ebeb4[_0x3a2a9e(0x1a9)]));for(const _0x1edb0d of _0x277dd3[_0x3a2a9e(0x1a2)]){_0x35ea7a[_0x3a2a9e(0x1dd)](_0x1edb0d[_0x3a2a9e(0x16b)]);}_0x244e03[_0x3a2a9e(0x1ad)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0xd8628b['NEQwp'],_0xaa38dd[_0x3a2a9e(0x1ad)][_0x3a2a9e(0x14b)]=_0xd8628b[_0x3a2a9e(0x1d6)];}}}),exports[a52_0x2741fe(0x19e)]=PerformanceTester[a52_0x2741fe(0x1a0)]('a11y:stop',async function(_0x354b15){const _0x2692b2=a52_0x2741fe,_0x20eb23={};_0x20eb23[_0x2692b2(0x1c9)]=_0x2692b2(0x20e),_0x20eb23[_0x2692b2(0x10a)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x20eb23[_0x2692b2(0x149)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x20eb23[_0x2692b2(0x157)]=function(_0x4c85fd,_0x13d009){return _0x4c85fd!==_0x13d009;},_0x20eb23[_0x2692b2(0x1c6)]=_0x2692b2(0x11e),_0x20eb23[_0x2692b2(0x10c)]=function(_0x45f6c8,_0x317294){return _0x45f6c8===_0x317294;},_0x20eb23['mSasl']=_0x2692b2(0x16a),_0x20eb23[_0x2692b2(0x188)]='ykqaj',_0x20eb23[_0x2692b2(0x114)]=_0x2692b2(0x1dd),_0x20eb23[_0x2692b2(0x1c5)]=_0x2692b2(0x1f8),_0x20eb23['YNOWE']=_0x2692b2(0x175),_0x20eb23[_0x2692b2(0x168)]=_0x2692b2(0x21b),_0x20eb23[_0x2692b2(0x192)]='xZCPZ',_0x20eb23[_0x2692b2(0x1e6)]='PUT',_0x20eb23['IwCRd']=_0x2692b2(0x1bc),_0x20eb23[_0x2692b2(0x22c)]=function(_0x1099b3,_0x51bb17){return _0x1099b3===_0x51bb17;},_0x20eb23[_0x2692b2(0x1df)]=_0x2692b2(0x209),_0x20eb23['ClOwG']=function(_0x13eeb6,_0x5463c8){return _0x13eeb6+_0x5463c8;},_0x20eb23[_0x2692b2(0x1db)]=_0x2692b2(0x201),_0x20eb23['ZGycQ']=function(_0x1872f8,_0x3670f4){return _0x1872f8===_0x3670f4;},_0x20eb23['qtLjE']=_0x2692b2(0x20b),_0x20eb23[_0x2692b2(0x1c2)]=function(_0x5a8a37,_0x33db65){return _0x5a8a37!==_0x33db65;},_0x20eb23[_0x2692b2(0x204)]='kIWde',_0x20eb23[_0x2692b2(0x1cb)]=_0x2692b2(0x1a1),_0x20eb23[_0x2692b2(0x136)]=_0x2692b2(0x18b),_0x20eb23[_0x2692b2(0x221)]=function(_0x942d89,_0x3fd57a){return _0x942d89!==_0x3fd57a;},_0x20eb23['EmxQA']=_0x2692b2(0x196);const _0x6bca81=_0x20eb23;if(bsSetupHelper[_0x2692b2(0x191)](process['env'][_0x2692b2(0x17e)])||_0x6bca81['PjulJ'](typeof process['env'][_0x2692b2(0x17e)],_0x6bca81['NTyWi'])){if(_0x6bca81['ZKLVb'](_0x6bca81[_0x2692b2(0x183)],_0x6bca81[_0x2692b2(0x188)]))return!![];else{const _0x5ec70e={};return _0x5ec70e[_0x2692b2(0x159)]=_0x6bca81['IsQZT'],_0x5ec70e[_0x2692b2(0x16b)]=_0x6bca81[_0x2692b2(0x1c5)],_0x5ec70e;}}const _0x2227d8={'endTime':new Date()[_0x2692b2(0x193)]()},_0x2f16d0={};_0x2f16d0[_0x2692b2(0x112)]='Bearer\x20'+process[_0x2692b2(0x1ad)][_0x2692b2(0x17e)],_0x2f16d0['Content-Type']=_0x6bca81[_0x2692b2(0x1cd)];const _0x1ba791={};_0x1ba791['headers']=_0x2f16d0;const _0x57b9a2=_0x1ba791,_0x3b0752={};_0x3b0752['body']=_0x2227d8,_0x3b0752[_0x2692b2(0x210)]=null,_0x3b0752['json']=!![];const _0x28287d=Object[_0x2692b2(0x199)](_0x57b9a2,_0x3b0752);try{if(_0x6bca81[_0x2692b2(0x10c)](_0x6bca81[_0x2692b2(0x168)],_0x6bca81[_0x2692b2(0x192)]))_0x43312f[_0x2692b2(0x1b7)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0xd08d90);else{const _0x2592a0=await bsSetupHelper[_0x2692b2(0x14c)](_0x6bca81['dSUSn'],_0x6bca81[_0x2692b2(0x213)],_0x28287d,_0x354b15,API_URL);if(_0x2592a0['data'][_0x2692b2(0x1dd)]){if(_0x6bca81[_0x2692b2(0x22c)](_0x6bca81['VzVib'],_0x6bca81['VzVib']))throw new Error(_0x6bca81[_0x2692b2(0x11c)](_0x6bca81['rkdTj'],_0x2592a0['data'][_0x2692b2(0x1dd)]));else{_0x5aa31f[_0x2692b2(0x1d5)](_0x2692b2(0x148)+new _0x2f9598()['toISOString']());const _0x1c084c={};return _0x1c084c[_0x2692b2(0x159)]=_0x6bca81[_0x2692b2(0x1c9)],_0x1c084c[_0x2692b2(0x16b)]='',_0x1c084c;}}else{if(_0x6bca81[_0x2692b2(0x165)](_0x6bca81[_0x2692b2(0x15e)],_0x6bca81[_0x2692b2(0x15e)])){logger[_0x2692b2(0x1d5)](_0x2692b2(0x148)+new Date()[_0x2692b2(0x193)]());const _0x275671={};return _0x275671['status']=_0x6bca81['MxrWz'],_0x275671[_0x2692b2(0x16b)]='',_0x275671;}else return _0x51cca1[_0x2692b2(0x109)](_0x6bca81['eXOjU']),{};}}}catch(_0x57eabf){if(_0x6bca81['eTPMS'](_0x6bca81[_0x2692b2(0x204)],_0x6bca81[_0x2692b2(0x204)]))return _0x45c95f[_0x2692b2(0x1dd)](_0x6bca81[_0x2692b2(0x149)]),[null,null];else{_0x57eabf['response']?_0x6bca81[_0x2692b2(0x22c)](_0x6bca81[_0x2692b2(0x1cb)],_0x6bca81[_0x2692b2(0x136)])?_0x2207e7[_0x2692b2(0x1dd)](_0x2692b2(0x1fc)+(_0x55dac6[_0x2692b2(0x16b)]||_0x170f0c['stack'])):logger[_0x2692b2(0x1dd)](_0x2692b2(0x223)+_0x57eabf[_0x2692b2(0x14a)][_0x2692b2(0x159)]+'\x20'+_0x57eabf[_0x2692b2(0x14a)]['statusText']+'\x20'+JSON[_0x2692b2(0x13e)](_0x57eabf['response']['data'])):_0x6bca81['hTaOF'](_0x6bca81['EmxQA'],_0x6bca81[_0x2692b2(0x207)])?_0x58a39e['debug'](_0x2692b2(0x23c)+_0x5b6f3c):logger[_0x2692b2(0x1dd)](_0x2692b2(0x223)+(_0x57eabf['message']||util[_0x2692b2(0x158)](_0x57eabf)));const _0x457d37={};return _0x457d37[_0x2692b2(0x159)]=_0x6bca81[_0x2692b2(0x114)],_0x457d37['message']=_0x57eabf['message']||(_0x57eabf[_0x2692b2(0x14a)]?_0x57eabf[_0x2692b2(0x14a)][_0x2692b2(0x159)]+':'+_0x57eabf[_0x2692b2(0x14a)]['statusText']:_0x57eabf),_0x457d37;}}}),exports[a52_0x2741fe(0x1c7)]=async(_0x3de416,_0x12e7be=null)=>{const _0x3a8cb4=a52_0x2741fe,_0x1f7e75={};_0x1f7e75[_0x3a8cb4(0x19f)]=_0x3a8cb4(0x1ec),_0x1f7e75[_0x3a8cb4(0x206)]='bstackA11yShouldScan',_0x1f7e75[_0x3a8cb4(0x1da)]=function(_0x4bde27,_0x3e7ec3){return _0x4bde27===_0x3e7ec3;},_0x1f7e75[_0x3a8cb4(0x161)]=_0x3a8cb4(0x214),_0x1f7e75['BTaeP']=_0x3a8cb4(0x1ce);const _0x3b041f=_0x1f7e75;if(!this[_0x3a8cb4(0x218)]()||!globals[_0x3a8cb4(0x1d8)](_0x3b041f[_0x3a8cb4(0x19f)])||!globals['getGlobal'](_0x3b041f[_0x3a8cb4(0x206)])){if(_0x3b041f['QUueU'](_0x3b041f['coGKR'],_0x3b041f[_0x3a8cb4(0x161)])){logger[_0x3a8cb4(0x109)](_0x3b041f['BTaeP']);return;}else return![];}const _0x442c9c={};_0x442c9c[_0x3a8cb4(0x118)]=_0x12e7be||global[_0x3a8cb4(0x1de)],logger[_0x3a8cb4(0x1b7)](util['format'](await _0x3de416[_0x3a8cb4(0x16d)](scripts['performScan'],_0x442c9c)));},exports['getAccessibilityResults']=async(_0x20f894,_0x41d3ac)=>{const _0xa92c8c=a52_0x2741fe,_0x2b046c={};_0x2b046c[_0xa92c8c(0x19a)]='No\x20accessibility\x20summary\x20was\x20found.',_0x2b046c[_0xa92c8c(0x22d)]=_0xa92c8c(0x1ce),_0x2b046c[_0xa92c8c(0x1f1)]=_0xa92c8c(0x1ec),_0x2b046c[_0xa92c8c(0x155)]=_0xa92c8c(0x1fd),_0x2b046c[_0xa92c8c(0x18c)]=function(_0x10f688,_0x12c010){return _0x10f688===_0x12c010;},_0x2b046c[_0xa92c8c(0x1f7)]=_0xa92c8c(0x1ae),_0x2b046c[_0xa92c8c(0x1e5)]='DCqWE',_0x2b046c[_0xa92c8c(0x126)]=_0xa92c8c(0x11f),_0x2b046c[_0xa92c8c(0x237)]=function(_0x479a09,_0x1018f0){return _0x479a09!==_0x1018f0;},_0x2b046c[_0xa92c8c(0x127)]=_0xa92c8c(0x1be),_0x2b046c[_0xa92c8c(0x1bf)]=_0xa92c8c(0x189),_0x2b046c[_0xa92c8c(0x1c0)]=_0xa92c8c(0x1a8),_0x2b046c[_0xa92c8c(0x1e8)]='NVcjn',_0x2b046c['TzTEr']=_0xa92c8c(0x1ef);const _0x20ebf7=_0x2b046c;if(!this[_0xa92c8c(0x218)]()||!globals['getGlobal'](_0x20ebf7[_0xa92c8c(0x1f1)])||!globals[_0xa92c8c(0x1d8)](_0x20ebf7[_0xa92c8c(0x155)]))return _0x20ebf7[_0xa92c8c(0x18c)](_0x20ebf7[_0xa92c8c(0x1f7)],_0x20ebf7[_0xa92c8c(0x1e5)])?(_0x104127[_0xa92c8c(0x1dd)](_0x20ebf7['lOMIQ']),{}):(logger[_0xa92c8c(0x109)](_0x20ebf7['sStIY']),[]);try{if(_0x20ebf7['RXdZO'](_0x20ebf7[_0xa92c8c(0x127)],_0x20ebf7['ccwLt'])){logger[_0xa92c8c(0x1b7)](_0x20ebf7['VFpNQ']);const _0xb61721={};_0xb61721['method']=_0x41d3ac[_0xa92c8c(0x1de)],logger[_0xa92c8c(0x1b7)](util[_0xa92c8c(0x158)](await _0x20f894[_0xa92c8c(0x16d)](scripts[_0xa92c8c(0x1c7)],_0xb61721)));const _0x578b2f=await _0x20f894[_0xa92c8c(0x16d)](scripts[_0xa92c8c(0x182)]);return _0x578b2f;}else _0x286dcc=_0x3bd4cc[_0xa92c8c(0x10b)](_0x36acb3[_0xa92c8c(0x1ad)][_0xa92c8c(0x1f0)]);}catch{if(_0x20ebf7[_0xa92c8c(0x18c)](_0x20ebf7[_0xa92c8c(0x1e8)],_0x20ebf7[_0xa92c8c(0x1e8)]))return logger[_0xa92c8c(0x1dd)](_0x20ebf7[_0xa92c8c(0x1d0)]),[];else{_0xc4810e[_0xa92c8c(0x109)](_0x20ebf7[_0xa92c8c(0x22d)]);return;}}},exports[a52_0x2741fe(0x15a)]=async(_0x1636f3,_0x2b5d24)=>{const _0x563b55=a52_0x2741fe,_0x6a9b58={};_0x6a9b58['akLzx']=_0x563b55(0x1ec),_0x6a9b58[_0x563b55(0x122)]='bstackA11yShouldScan',_0x6a9b58[_0x563b55(0x115)]=_0x563b55(0x140),_0x6a9b58[_0x563b55(0x162)]=_0x563b55(0x1f6),_0x6a9b58[_0x563b55(0x1ee)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x21459c=_0x6a9b58;if(!this['isAccessibilityAutomationSession']()||!globals[_0x563b55(0x1d8)](_0x21459c[_0x563b55(0x1ea)])||!globals['getGlobal'](_0x21459c[_0x563b55(0x122)]))return logger[_0x563b55(0x109)](_0x21459c[_0x563b55(0x115)]),{};try{logger[_0x563b55(0x1b7)](_0x21459c[_0x563b55(0x162)]);const _0x120a09={};_0x120a09[_0x563b55(0x118)]=_0x2b5d24[_0x563b55(0x1de)],logger['debug'](util[_0x563b55(0x158)](await _0x1636f3[_0x563b55(0x16d)](scripts[_0x563b55(0x1c7)],_0x120a09)));const _0x1ae48e=await _0x1636f3[_0x563b55(0x16d)](scripts['getResultsSummary']);return _0x1ae48e;}catch{return logger[_0x563b55(0x1dd)](_0x21459c[_0x563b55(0x1ee)]),{};}},exports[a52_0x2741fe(0x1b6)]=_0x48291d=>{const _0x100a8a=a52_0x2741fe,_0x2a1bdf={};_0x2a1bdf['DYwLl']=function(_0x270a40,_0x1a3c16){return _0x270a40===_0x1a3c16;},_0x2a1bdf[_0x100a8a(0x1a6)]=_0x100a8a(0x11e),_0x2a1bdf[_0x100a8a(0x232)]=_0x100a8a(0x174);const _0x4bba39=_0x2a1bdf;if(_0x48291d&&_0x48291d['script']&&_0x4bba39[_0x100a8a(0x239)](typeof _0x48291d['script'],_0x4bba39['SVRwu']))return _0x48291d[_0x100a8a(0x163)][_0x100a8a(0x222)](_0x4bba39[_0x100a8a(0x232)]);return![];};
1
+ const a52_0x28c371=a52_0x4cee;function a52_0x4cee(_0x1476b2,_0x1198ba){const _0x321efe=a52_0x321e();return a52_0x4cee=function(_0x4cee8b,_0x2d048d){_0x4cee8b=_0x4cee8b-0x1c7;let _0x217fc9=_0x321efe[_0x4cee8b];return _0x217fc9;},a52_0x4cee(_0x1476b2,_0x1198ba);}(function(_0x546fa0,_0x826310){const _0x13bd9c=a52_0x4cee,_0x4f0a44=_0x546fa0();while(!![]){try{const _0x380e3f=parseInt(_0x13bd9c(0x237))/0x1*(parseInt(_0x13bd9c(0x24d))/0x2)+-parseInt(_0x13bd9c(0x229))/0x3+-parseInt(_0x13bd9c(0x1e7))/0x4+-parseInt(_0x13bd9c(0x1ea))/0x5+parseInt(_0x13bd9c(0x1d3))/0x6*(-parseInt(_0x13bd9c(0x1f2))/0x7)+parseInt(_0x13bd9c(0x1d6))/0x8+parseInt(_0x13bd9c(0x1dc))/0x9;if(_0x380e3f===_0x826310)break;else _0x4f0a44['push'](_0x4f0a44['shift']());}catch(_0x58f8d1){_0x4f0a44['push'](_0x4f0a44['shift']());}}}(a52_0x321e,0xddb60));function a52_0x321e(){const _0x1ff25a=['iWzvh','v2/test_runs','includes','fetchPlatformDetails','join','../performance-tester','No\x20accessibility\x20summary\x20was\x20found.','VYEvc','2ZjmOul','bstackA11yShouldScan','FMRLZ','resolve','null','json','javascript','KprLt','headers','stringify','path','string','executeAsyncScript','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getPackageVersion','../logger','DWZuA','toJson','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','response','FQEej','message','length','auth','includeTagsInTestingScope','../globals','toISOString','getCapabilities','zwBrk','isAccessibilityPlatform','buildName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','platforms','status','No\x20accessibility\x20results\x20were\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','isBrowserstackInfra','util','GGvYE','scannerVersion','isTrue','assign','12qCCDlk','basename','JsZxt','10506216Ygkuut','getAccessibilityResultsSummary','iWrlz','error','GoVgs','getGitMetaData','24852753tNcvoc','data','getHostInfo','errors','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Authorization','Build\x20creation\x20had\x20failed.','UODpK','getBrowserName','pass','TmxBt','6571180RjwCvQ','OTtVt','yoniI','116965DtqQwj','shouldScanTestForAccessibility','hmWtc','buildDescription','winstonLogger','GjlMP','NrKBd','parseFromJson','5447288qVfGTc','POST','BS_A11Y_JWT','JWhyQ','lKknN','BVLjQ','QlWVt','tIXcv','qdxTg','info','getPlatformVersion','UnyOB','Bearer\x20','PUT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','ROLpH','RCoCT','user','getGlobal','isUndefined','BROWSERSTACK_TEST_ACCESSIBILITY_YML','statusText','excludeTagsInTestingScope','stopAccessibilityTestRun','dVbdN','Content-Type','nodeRequest','checkAccessibilityPlatformConfig','getResultsSummary','test_runs/stop','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','browserstack','FXiVQ','VcVtf','DiHhW','isAccessibilityAutomationSession','getAccessibilityResults','TCkjL','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','./constants','debug','tzcPi','measureWrapper','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','getResults','some','application/json','HFKRq','ykDsw','XxkbK','Performing\x20scan\x20before\x20getting\x20results','TpOqg','HcFcH','createAccessibilityTestRun','env','2135625bsYTNW','OaBhF','method','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','riLAZ','ANHwH','cwd','getCiInfo','iMcVb','isArray','accessibility','gDpbc','oxxMW','LQtTk','767865dZtbBX','getPlatform','performScan','format','Performing\x20scan\x20before\x20getting\x20results\x20summary','KAsMq','body','script','getUserName','a11y:start','warn','Invalid\x20request:\x20','parse','browserstackSessionName'];a52_0x321e=function(){return _0x1ff25a;};return a52_0x321e();}const path=require(a52_0x28c371(0x257)),util=require(a52_0x28c371(0x1ce)),bsSetupHelper=require('../helper'),logger=require(a52_0x28c371(0x25c))[a52_0x28c371(0x1ee)],{API_URL}=require(a52_0x28c371(0x219)),PerformanceTester=require(a52_0x28c371(0x24a)),scripts=require('./scripts'),globals=require(a52_0x28c371(0x266));exports[a52_0x28c371(0x248)]=async _0x31bc2c=>{const _0x518123=a52_0x28c371,_0x25728b={};_0x25728b['oxxMW']=function(_0x3fb98c,_0x546268){return _0x3fb98c===_0x546268;},_0x25728b[_0x518123(0x1f9)]=_0x518123(0x211);const _0x1eef23=_0x25728b;let _0x5f4fd2={};try{const _0x3c1001=await _0x31bc2c[_0x518123(0x268)]();_0x5f4fd2={'os_name':_0x3c1001[_0x518123(0x238)](),'os_version':bsSetupHelper[_0x518123(0x1fc)](_0x1eef23[_0x518123(0x235)](global['__cloud_provider___'],_0x1eef23['tIXcv'])),'browser_name':_0x3c1001[_0x518123(0x1e4)](),'browser_version':_0x3c1001['getBrowserVersion']()};}catch(_0x505e17){logger[_0x518123(0x21a)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x505e17);}return _0x5f4fd2;},exports[a52_0x28c371(0x215)]=()=>{const _0x3ed7c7=a52_0x28c371,_0x5050b2={};_0x5050b2[_0x3ed7c7(0x22a)]=function(_0x4afadb,_0x538b1b){return _0x4afadb===_0x538b1b;},_0x5050b2[_0x3ed7c7(0x225)]='string',_0x5050b2[_0x3ed7c7(0x1d5)]=function(_0x23970b,_0x5c259f){return _0x23970b>_0x5c259f;},_0x5050b2[_0x3ed7c7(0x1da)]=function(_0x836e13,_0x216788){return _0x836e13!==_0x216788;},_0x5050b2[_0x3ed7c7(0x1f6)]=_0x3ed7c7(0x251),_0x5050b2['LQtTk']=function(_0x54a889,_0x5bef79){return _0x54a889&&_0x5bef79;};const _0x48e4c5=_0x5050b2;try{if(!bsSetupHelper['isBrowserstackInfra']())return![];const _0x58ae04=bsSetupHelper['isTrue'](process[_0x3ed7c7(0x228)][_0x3ed7c7(0x206)])||bsSetupHelper[_0x3ed7c7(0x1d1)](process[_0x3ed7c7(0x228)][_0x3ed7c7(0x1cc)]),_0x114510=_0x48e4c5['OaBhF'](typeof process[_0x3ed7c7(0x228)][_0x3ed7c7(0x1f4)],_0x48e4c5[_0x3ed7c7(0x225)])&&_0x48e4c5[_0x3ed7c7(0x1d5)](process['env'][_0x3ed7c7(0x1f4)][_0x3ed7c7(0x263)],0x0)&&_0x48e4c5[_0x3ed7c7(0x1da)](process[_0x3ed7c7(0x228)]['BS_A11Y_JWT'],_0x48e4c5[_0x3ed7c7(0x1f6)]);return _0x48e4c5[_0x3ed7c7(0x236)](_0x58ae04,_0x114510);}catch(_0x6afe18){logger[_0x3ed7c7(0x21a)](_0x3ed7c7(0x218)+_0x6afe18);}return![];},exports[a52_0x28c371(0x1eb)]=(_0x30da1a,_0x404fba=!![])=>{const _0x484ea3=a52_0x28c371,_0x561c98={};_0x561c98['FMRLZ']=function(_0x2f28ab,_0x5edf89){return _0x2f28ab==_0x5edf89;},_0x561c98['yoniI']=function(_0x412b49,_0x2a145f){return _0x412b49===_0x2a145f;},_0x561c98[_0x484ea3(0x201)]=function(_0xabfd73,_0x57e049){return _0xabfd73&&_0x57e049;},_0x561c98[_0x484ea3(0x1fd)]=_0x484ea3(0x25f);const _0x928848=_0x561c98;if(_0x928848[_0x484ea3(0x24f)](process[_0x484ea3(0x228)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x2913f5=JSON[_0x484ea3(0x243)](process[_0x484ea3(0x228)][_0x484ea3(0x25a)]),_0xa8c273=Array[_0x484ea3(0x232)](_0x2913f5[_0x484ea3(0x265)])?_0x2913f5['includeTagsInTestingScope']:[],_0x20c1b6=Array[_0x484ea3(0x232)](_0x2913f5[_0x484ea3(0x208)])?_0x2913f5[_0x484ea3(0x208)]:[];let _0x83bf9b;_0x404fba?_0x83bf9b=_0x30da1a[_0x484ea3(0x249)]('/'):_0x83bf9b=_0x30da1a;const _0x22e39c=_0x20c1b6[_0x484ea3(0x21f)](_0x56eebf=>_0x83bf9b[_0x484ea3(0x247)](_0x56eebf)),_0x26f726=_0x928848[_0x484ea3(0x1e9)](_0xa8c273[_0x484ea3(0x263)],0x0)||_0xa8c273[_0x484ea3(0x21f)](_0xfc08e8=>_0x83bf9b['includes'](_0xfc08e8));return _0x928848['ROLpH'](!_0x22e39c,_0x26f726);}catch(_0x2bd341){logger[_0x484ea3(0x21a)](_0x928848[_0x484ea3(0x1fd)],_0x2bd341);}return![];},exports[a52_0x28c371(0x20d)]=_0x511e91=>{const _0x18cc52=a52_0x28c371;let _0x99a098=![];try{_0x511e91[_0x18cc52(0x1c9)]['forEach'](_0x58003a=>{const _0x295da4=_0x18cc52;if(bsSetupHelper[_0x295da4(0x1d1)](_0x58003a[_0x295da4(0x233)]))return _0x99a098=!![],!![];});}catch(_0x50300d){logger['debug'](_0x18cc52(0x22c)+_0x50300d);}return _0x99a098;},exports[a52_0x28c371(0x227)]=PerformanceTester[a52_0x28c371(0x21c)](a52_0x28c371(0x240),async function(_0x2e4eda,_0x2ccdc9){const _0xa97fcc=a52_0x28c371,_0x7add60={};_0x7add60[_0xa97fcc(0x23c)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x7add60[_0xa97fcc(0x1e8)]='playwright',_0x7add60[_0xa97fcc(0x1cf)]=_0xa97fcc(0x253),_0x7add60[_0xa97fcc(0x217)]=_0xa97fcc(0x220),_0x7add60[_0xa97fcc(0x269)]=_0xa97fcc(0x1f3),_0x7add60['FQEej']=_0xa97fcc(0x246),_0x7add60[_0xa97fcc(0x1f7)]=function(_0x3e949f,_0x3bb362){return _0x3e949f===_0x3bb362;},_0x7add60['iMcVb']='Invalid\x20configuration\x20passed.',_0x7add60[_0xa97fcc(0x22e)]='false';const _0x3b27f1=_0x7add60,_0x5a860e=bsSetupHelper[_0xa97fcc(0x23f)](_0x2e4eda),_0x406dc2=bsSetupHelper['getAccessKey'](_0x2e4eda);if(bsSetupHelper[_0xa97fcc(0x205)](_0x5a860e)||bsSetupHelper['isUndefined'](_0x406dc2))return logger[_0xa97fcc(0x1d9)](_0x3b27f1[_0xa97fcc(0x23c)]),[null,null];try{let _0x15c2b7;bsSetupHelper[_0xa97fcc(0x205)](process['env'][_0xa97fcc(0x25a)])?_0x15c2b7={}:_0x15c2b7=JSON[_0xa97fcc(0x243)](process[_0xa97fcc(0x228)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x346dca,version:_0xfabdbb}=bsSetupHelper['getTestFrameworkDetails'](_0x2e4eda,_0x2ccdc9),_0x47b46e={'projectName':_0x2e4eda['projectName'],'buildName':_0x2e4eda[_0xa97fcc(0x1c7)]||path[_0xa97fcc(0x1d4)](path[_0xa97fcc(0x250)](process[_0xa97fcc(0x22f)]())),'startTime':new Date()[_0xa97fcc(0x267)](),'description':_0x2e4eda[_0xa97fcc(0x1ed)]||'','source':{'frameworkName':_0x2ccdc9[_0xa97fcc(0x247)](_0x3b27f1[_0xa97fcc(0x1e8)])?_0x3b27f1['OTtVt']:_0x2ccdc9,'frameworkVersion':bsSetupHelper[_0xa97fcc(0x25b)](_0x2ccdc9),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x3b27f1[_0xa97fcc(0x1cf)],'testFramework':_0x346dca,'testFrameworkVersion':_0xfabdbb},'settings':_0x15c2b7,'versionControl':await bsSetupHelper[_0xa97fcc(0x1db)](),'ciInfo':bsSetupHelper[_0xa97fcc(0x230)](),'hostInfo':bsSetupHelper[_0xa97fcc(0x1de)](),'browserstackAutomation':bsSetupHelper[_0xa97fcc(0x1cd)]()},_0x145a30={};_0x145a30[_0xa97fcc(0x203)]=_0x5a860e,_0x145a30[_0xa97fcc(0x1e5)]=_0x406dc2;const _0x4d7821={};_0x4d7821[_0xa97fcc(0x20b)]=_0x3b27f1[_0xa97fcc(0x217)];const _0x5be574={};_0x5be574[_0xa97fcc(0x264)]=_0x145a30,_0x5be574[_0xa97fcc(0x255)]=_0x4d7821;const _0x3bf0f0=_0x5be574,_0x2b5e92={};_0x2b5e92[_0xa97fcc(0x23d)]=_0x47b46e,_0x2b5e92[_0xa97fcc(0x252)]=!![];const _0x1778b1=Object[_0xa97fcc(0x1d2)](_0x3bf0f0,_0x2b5e92),_0x8e7c4=await bsSetupHelper[_0xa97fcc(0x20c)](_0x3b27f1[_0xa97fcc(0x269)],_0x3b27f1[_0xa97fcc(0x261)],_0x1778b1,_0x2e4eda,API_URL);let _0x1b6c32=process['env'][_0xa97fcc(0x25a)];return _0x1b6c32?_0x1b6c32=JSON[_0xa97fcc(0x243)](process[_0xa97fcc(0x228)][_0xa97fcc(0x25a)]):_0x1b6c32={},scripts[_0xa97fcc(0x1f1)](_0x8e7c4[_0xa97fcc(0x1dd)][_0xa97fcc(0x1dd)]),scripts[_0xa97fcc(0x25e)](),_0x1b6c32[_0xa97fcc(0x1d0)]=_0x8e7c4[_0xa97fcc(0x1dd)][_0xa97fcc(0x1dd)][_0xa97fcc(0x1d0)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1b6c32),[_0x8e7c4[_0xa97fcc(0x1dd)][_0xa97fcc(0x1dd)]['accessibilityToken'],_0x8e7c4[_0xa97fcc(0x1dd)]['data']['id']];}catch(_0x226a1c){if(_0x226a1c[_0xa97fcc(0x260)])logger[_0xa97fcc(0x1d9)](_0xa97fcc(0x21d)+_0x226a1c[_0xa97fcc(0x260)][_0xa97fcc(0x1ca)]+'\x20'+_0x226a1c[_0xa97fcc(0x260)][_0xa97fcc(0x207)]+'\x20'+JSON[_0xa97fcc(0x256)](_0x226a1c[_0xa97fcc(0x260)]['data']));else{if(_0x3b27f1[_0xa97fcc(0x1f7)](_0x226a1c[_0xa97fcc(0x262)],_0x3b27f1[_0xa97fcc(0x231)])){logger['error'](_0xa97fcc(0x21d)+(_0x226a1c['message']||_0x226a1c['stack']));for(const _0x5ccdcd of _0x226a1c[_0xa97fcc(0x1df)]){logger[_0xa97fcc(0x1d9)](_0x5ccdcd[_0xa97fcc(0x262)]);}process[_0xa97fcc(0x228)][_0xa97fcc(0x206)]=_0x3b27f1['ANHwH'],process['env'][_0xa97fcc(0x1cc)]=_0x3b27f1[_0xa97fcc(0x22e)];}else logger[_0xa97fcc(0x1d9)](_0xa97fcc(0x21d)+(_0x226a1c[_0xa97fcc(0x262)]||_0x226a1c['stack']));}return[null,null];}}),exports[a52_0x28c371(0x209)]=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x51b40e){const _0x56b340=a52_0x28c371,_0x3a932a={};_0x3a932a[_0x56b340(0x1f5)]=function(_0x597e66,_0x2fd553){return _0x597e66!==_0x2fd553;},_0x3a932a[_0x56b340(0x1f8)]=_0x56b340(0x258),_0x3a932a[_0x56b340(0x1e3)]='error',_0x3a932a[_0x56b340(0x22d)]=_0x56b340(0x1e2),_0x3a932a['iboPw']=_0x56b340(0x220),_0x3a932a['VcVtf']=_0x56b340(0x1ff),_0x3a932a['VYEvc']=_0x56b340(0x20f),_0x3a932a[_0x56b340(0x221)]=function(_0x71d7af,_0x4f4f83){return _0x71d7af+_0x4f4f83;},_0x3a932a[_0x56b340(0x223)]=_0x56b340(0x242),_0x3a932a[_0x56b340(0x222)]='success';const _0x5419c3=_0x3a932a;if(bsSetupHelper[_0x56b340(0x205)](process['env'][_0x56b340(0x1f4)])||_0x5419c3[_0x56b340(0x1f5)](typeof process[_0x56b340(0x228)][_0x56b340(0x1f4)],_0x5419c3[_0x56b340(0x1f8)])){const _0x27290c={};return _0x27290c[_0x56b340(0x1ca)]=_0x5419c3[_0x56b340(0x1e3)],_0x27290c[_0x56b340(0x262)]=_0x5419c3[_0x56b340(0x22d)],_0x27290c;}const _0x306cb3={'endTime':new Date()[_0x56b340(0x267)]()},_0x3ea97d={};_0x3ea97d[_0x56b340(0x1e1)]=_0x56b340(0x1fe)+process[_0x56b340(0x228)]['BS_A11Y_JWT'],_0x3ea97d[_0x56b340(0x20b)]=_0x5419c3['iboPw'];const _0x56777b={};_0x56777b[_0x56b340(0x255)]=_0x3ea97d;const _0x4e3299=_0x56777b,_0x131b5a={};_0x131b5a[_0x56b340(0x23d)]=_0x306cb3,_0x131b5a[_0x56b340(0x264)]=null,_0x131b5a['json']=!![];const _0x603e7b=Object[_0x56b340(0x1d2)](_0x4e3299,_0x131b5a);try{const _0x1f4be7=await bsSetupHelper['nodeRequest'](_0x5419c3[_0x56b340(0x213)],_0x5419c3[_0x56b340(0x24c)],_0x603e7b,_0x51b40e,API_URL);if(_0x1f4be7[_0x56b340(0x1dd)]['error'])throw new Error(_0x5419c3[_0x56b340(0x221)](_0x5419c3[_0x56b340(0x223)],_0x1f4be7[_0x56b340(0x1dd)][_0x56b340(0x1d9)]));else{logger[_0x56b340(0x1fb)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x56b340(0x267)]());const _0x422bba={};return _0x422bba[_0x56b340(0x1ca)]=_0x5419c3[_0x56b340(0x222)],_0x422bba[_0x56b340(0x262)]='',_0x422bba;}}catch(_0x5ac567){_0x5ac567[_0x56b340(0x260)]?logger[_0x56b340(0x1d9)](_0x56b340(0x210)+_0x5ac567['response']['status']+'\x20'+_0x5ac567[_0x56b340(0x260)]['statusText']+'\x20'+JSON['stringify'](_0x5ac567[_0x56b340(0x260)]['data'])):logger[_0x56b340(0x1d9)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x5ac567['message']||util[_0x56b340(0x23a)](_0x5ac567)));const _0x3849c1={};return _0x3849c1[_0x56b340(0x1ca)]=_0x5419c3[_0x56b340(0x1e3)],_0x3849c1[_0x56b340(0x262)]=_0x5ac567[_0x56b340(0x262)]||(_0x5ac567['response']?_0x5ac567[_0x56b340(0x260)][_0x56b340(0x1ca)]+':'+_0x5ac567[_0x56b340(0x260)][_0x56b340(0x207)]:_0x5ac567),_0x3849c1;}}),exports[a52_0x28c371(0x239)]=async(_0x35edfd,_0x41d240=null)=>{const _0x13eab9=a52_0x28c371,_0x592ebb={};_0x592ebb[_0x13eab9(0x254)]=_0x13eab9(0x26a),_0x592ebb[_0x13eab9(0x1ec)]=_0x13eab9(0x24e),_0x592ebb[_0x13eab9(0x1e6)]=_0x13eab9(0x1c8);const _0x577737=_0x592ebb;if(!this['isAccessibilityAutomationSession']()||!globals[_0x13eab9(0x204)](_0x577737[_0x13eab9(0x254)])||!globals[_0x13eab9(0x204)](_0x577737['hmWtc'])){logger[_0x13eab9(0x241)](_0x577737['TmxBt']);return;}const _0x1edb5d={};_0x1edb5d[_0x13eab9(0x22b)]=_0x41d240||global[_0x13eab9(0x244)],logger[_0x13eab9(0x21a)](util['format'](await _0x35edfd[_0x13eab9(0x259)](scripts[_0x13eab9(0x239)],_0x1edb5d)));},exports[a52_0x28c371(0x216)]=async(_0x2d6923,_0x18515d)=>{const _0x31bc69=a52_0x28c371,_0x21f2a4={};_0x21f2a4[_0x31bc69(0x20a)]='isAccessibilityPlatform',_0x21f2a4[_0x31bc69(0x1fa)]='bstackA11yShouldScan',_0x21f2a4['tzcPi']=_0x31bc69(0x1e0),_0x21f2a4[_0x31bc69(0x234)]=_0x31bc69(0x224),_0x21f2a4[_0x31bc69(0x1f0)]=_0x31bc69(0x1cb);const _0x4f1046=_0x21f2a4;if(!this[_0x31bc69(0x215)]()||!globals[_0x31bc69(0x204)](_0x4f1046[_0x31bc69(0x20a)])||!globals[_0x31bc69(0x204)](_0x4f1046['qdxTg']))return logger[_0x31bc69(0x241)](_0x4f1046[_0x31bc69(0x21b)]),[];try{logger['debug'](_0x4f1046[_0x31bc69(0x234)]);const _0x2b5f51={};_0x2b5f51[_0x31bc69(0x22b)]=_0x18515d[_0x31bc69(0x244)],logger[_0x31bc69(0x21a)](util[_0x31bc69(0x23a)](await _0x2d6923[_0x31bc69(0x259)](scripts['performScan'],_0x2b5f51)));const _0x52a88c=await _0x2d6923[_0x31bc69(0x259)](scripts[_0x31bc69(0x21e)]);return _0x52a88c;}catch{return logger['error'](_0x4f1046[_0x31bc69(0x1f0)]),[];}},exports[a52_0x28c371(0x1d7)]=async(_0x1a425a,_0x4b73e3)=>{const _0x115c08=a52_0x28c371,_0x399357={};_0x399357[_0x115c08(0x226)]=_0x115c08(0x26a),_0x399357[_0x115c08(0x1d8)]=_0x115c08(0x24e),_0x399357[_0x115c08(0x214)]=_0x115c08(0x200),_0x399357[_0x115c08(0x202)]=_0x115c08(0x23b),_0x399357[_0x115c08(0x25d)]=_0x115c08(0x24b);const _0x556441=_0x399357;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x556441[_0x115c08(0x226)])||!globals['getGlobal'](_0x556441[_0x115c08(0x1d8)]))return logger[_0x115c08(0x241)](_0x556441['DiHhW']),{};try{logger['debug'](_0x556441[_0x115c08(0x202)]);const _0x41844a={};_0x41844a[_0x115c08(0x22b)]=_0x4b73e3[_0x115c08(0x244)],logger['debug'](util['format'](await _0x1a425a['executeAsyncScript'](scripts[_0x115c08(0x239)],_0x41844a)));const _0x473a9b=await _0x1a425a[_0x115c08(0x259)](scripts[_0x115c08(0x20e)]);return _0x473a9b;}catch{return logger['error'](_0x556441[_0x115c08(0x25d)]),{};}},exports['isBrowserStackCommandExecutor']=_0x3795a4=>{const _0x587c98=a52_0x28c371,_0x23d5dc={};_0x23d5dc[_0x587c98(0x245)]=function(_0x178b51,_0x5aad71){return _0x178b51===_0x5aad71;},_0x23d5dc[_0x587c98(0x1ef)]=_0x587c98(0x258),_0x23d5dc['FXiVQ']='browserstack_executor';const _0x2a2908=_0x23d5dc;if(_0x3795a4&&_0x3795a4[_0x587c98(0x23e)]&&_0x2a2908[_0x587c98(0x245)](typeof _0x3795a4['script'],_0x2a2908[_0x587c98(0x1ef)]))return _0x3795a4[_0x587c98(0x23e)][_0x587c98(0x247)](_0x2a2908[_0x587c98(0x212)]);return![];};
@@ -1 +1 @@
1
- function a53_0x5b05(_0x2f3cf5,_0xfc2e6d){const _0x13563d=a53_0x1356();return a53_0x5b05=function(_0x5b0554,_0x2baec2){_0x5b0554=_0x5b0554-0x182;let _0x391490=_0x13563d[_0x5b0554];return _0x391490;},a53_0x5b05(_0x2f3cf5,_0xfc2e6d);}const a53_0x37288d=a53_0x5b05;(function(_0x1bc767,_0x449093){const _0x4eb5b9=a53_0x5b05,_0x1b6769=_0x1bc767();while(!![]){try{const _0x5eecf6=-parseInt(_0x4eb5b9(0x1b3))/0x1*(-parseInt(_0x4eb5b9(0x1a1))/0x2)+-parseInt(_0x4eb5b9(0x19d))/0x3*(parseInt(_0x4eb5b9(0x1b9))/0x4)+parseInt(_0x4eb5b9(0x1a6))/0x5*(parseInt(_0x4eb5b9(0x190))/0x6)+parseInt(_0x4eb5b9(0x19e))/0x7*(parseInt(_0x4eb5b9(0x18b))/0x8)+-parseInt(_0x4eb5b9(0x196))/0x9*(parseInt(_0x4eb5b9(0x1b6))/0xa)+parseInt(_0x4eb5b9(0x198))/0xb*(parseInt(_0x4eb5b9(0x182))/0xc)+parseInt(_0x4eb5b9(0x1ba))/0xd*(-parseInt(_0x4eb5b9(0x1a0))/0xe);if(_0x5eecf6===_0x449093)break;else _0x1b6769['push'](_0x1b6769['shift']());}catch(_0x4ac559){_0x1b6769['push'](_0x1b6769['shift']());}}}(a53_0x1356,0xf301c));const path=require(a53_0x37288d(0x1b1)),fs=require('fs'),helper=require(a53_0x37288d(0x1b4));class Scripts{constructor(){const _0x5be295=a53_0x37288d,_0x5525dc={};_0x5525dc[_0x5be295(0x199)]=_0x5be295(0x1a5),_0x5525dc[_0x5be295(0x18c)]=_0x5be295(0x1a3),_0x5525dc[_0x5be295(0x1af)]=_0x5be295(0x1aa);const _0x4e8fc2=_0x5525dc,_0x9a697d=_0x4e8fc2[_0x5be295(0x199)][_0x5be295(0x1b5)]('|');let _0xadc578=0x0;while(!![]){switch(_0x9a697d[_0xadc578++]){case'0':this['commandsPath']=path[_0x5be295(0x1ac)](this[_0x5be295(0x1ad)],_0x4e8fc2[_0x5be295(0x18c)]);continue;case'1':this['browserstackFolderPath']=path[_0x5be295(0x1ac)](helper[_0x5be295(0x1a9)](),_0x4e8fc2['mQnmt']);continue;case'2':this['fromJson']();continue;case'3':this['getResultsSummary']=null;continue;case'4':this['getResults']=null;continue;case'5':this[_0x5be295(0x188)]=null;continue;case'6':this[_0x5be295(0x18a)]=null;continue;}break;}}[a53_0x37288d(0x195)](_0x1e0545){const _0xd1c1c6=a53_0x37288d,_0x40e79a={'eQzZt':function(_0x4f16d0,_0x262ca1){return _0x4f16d0(_0x262ca1);},'zSNYV':function(_0x5cb569,_0x1251e0){return _0x5cb569===_0x1251e0;},'MEPtX':'bjwNG'};_0x1e0545[_0xd1c1c6(0x19f)]&&(_0x40e79a[_0xd1c1c6(0x1b2)](_0x40e79a[_0xd1c1c6(0x194)],_0x40e79a[_0xd1c1c6(0x194)])?(this[_0xd1c1c6(0x188)]=_0x1e0545[_0xd1c1c6(0x19f)][_0xd1c1c6(0x183)],this['getResults']=_0x1e0545['scripts'][_0xd1c1c6(0x19b)],this[_0xd1c1c6(0x1b7)]=_0x1e0545[_0xd1c1c6(0x19f)]['getResultsSummary'],this[_0xd1c1c6(0x18a)]=_0x1e0545[_0xd1c1c6(0x19f)][_0xd1c1c6(0x18f)]):_0x3e135b['existsSync'](this[_0xd1c1c6(0x186)])&&this[_0xd1c1c6(0x195)](_0x40e79a[_0xd1c1c6(0x1a8)](_0x41a0ae,this[_0xd1c1c6(0x186)]))),this[_0xd1c1c6(0x1ae)]=_0x1e0545[_0xd1c1c6(0x1ab)];}[a53_0x37288d(0x192)](_0x5a0e9){const _0x2d52cc=a53_0x37288d,_0x1b8b4e={};_0x1b8b4e[_0x2d52cc(0x19c)]=function(_0x43a60e,_0xfc6f83){return _0x43a60e===_0xfc6f83;},_0x1b8b4e['FzchU']='TAwHb',_0x1b8b4e[_0x2d52cc(0x1a2)]=function(_0x41a5a4,_0x2463a5){return _0x41a5a4!==_0x2463a5;};const _0x5839e5=_0x1b8b4e;try{if(_0x5839e5[_0x2d52cc(0x19c)](_0x5839e5[_0x2d52cc(0x19a)],_0x5839e5[_0x2d52cc(0x19a)]))return _0x5839e5['xAumC'](this[_0x2d52cc(0x1ae)][_0x2d52cc(0x191)](_0x338478=>_0x338478[_0x2d52cc(0x18d)][_0x2d52cc(0x18e)]()===_0x5a0e9[_0x2d52cc(0x18e)]()),-0x1);else this[_0x2d52cc(0x188)]=_0x100c85[_0x2d52cc(0x19f)][_0x2d52cc(0x183)],this[_0x2d52cc(0x19b)]=_0x2e635d[_0x2d52cc(0x19f)][_0x2d52cc(0x19b)],this['getResultsSummary']=_0x514d07[_0x2d52cc(0x19f)][_0x2d52cc(0x1b7)],this[_0x2d52cc(0x18a)]=_0x3fa820[_0x2d52cc(0x19f)][_0x2d52cc(0x18f)];}catch{}return![];}['toJson'](){const _0x3e22bd=a53_0x37288d,_0x2cb1b3={};_0x2cb1b3['JOnLh']=function(_0x2368f9,_0x3399c9){return _0x2368f9!==_0x3399c9;},_0x2cb1b3['IcWwQ']=_0x3e22bd(0x189);const _0x238286=_0x2cb1b3;!fs['existsSync'](this[_0x3e22bd(0x1ad)])&&(_0x238286['JOnLh'](_0x238286[_0x3e22bd(0x1b0)],_0x238286[_0x3e22bd(0x1b0)])?(_0xc7ce87[_0x3e22bd(0x19f)]&&(this[_0x3e22bd(0x188)]=_0x5a8247[_0x3e22bd(0x19f)][_0x3e22bd(0x183)],this['getResults']=_0x33697c[_0x3e22bd(0x19f)][_0x3e22bd(0x19b)],this['getResultsSummary']=_0x488add[_0x3e22bd(0x19f)]['getResultsSummary'],this[_0x3e22bd(0x18a)]=_0x5eef42[_0x3e22bd(0x19f)]['saveResults']),this[_0x3e22bd(0x1ae)]=_0x2ea41b[_0x3e22bd(0x1ab)]):fs['mkdirSync'](this[_0x3e22bd(0x1ad)])),fs[_0x3e22bd(0x1a4)](this[_0x3e22bd(0x186)],JSON[_0x3e22bd(0x187)]({'scripts':{'scan':this[_0x3e22bd(0x188)],'getResults':this[_0x3e22bd(0x19b)],'getResultsSummary':this[_0x3e22bd(0x1b7)],'saveResults':this['saveTestResults']},'commands':this[_0x3e22bd(0x1ae)]}));}[a53_0x37288d(0x185)](){const _0x19aa3d=a53_0x37288d,_0x32bfa7={'XkNVx':function(_0x39b6b7,_0x5a01a9){return _0x39b6b7!==_0x5a01a9;},'ggCQW':function(_0x440784,_0x13315e){return _0x440784===_0x13315e;},'zBWkE':_0x19aa3d(0x184),'cbvBY':function(_0x592024,_0xd210e4){return _0x592024(_0xd210e4);}};if(fs[_0x19aa3d(0x1a7)](this[_0x19aa3d(0x186)])){if(_0x32bfa7[_0x19aa3d(0x197)](_0x32bfa7[_0x19aa3d(0x1b8)],_0x32bfa7[_0x19aa3d(0x1b8)]))this['parseFromJson'](_0x32bfa7['cbvBY'](require,this['commandsPath']));else{try{return _0x32bfa7[_0x19aa3d(0x193)](this[_0x19aa3d(0x1ae)][_0x19aa3d(0x191)](_0x3a9582=>_0x3a9582[_0x19aa3d(0x18d)][_0x19aa3d(0x18e)]()===_0x44e65c['toLowerCase']()),-0x1);}catch{}return![];}}}}module['exports']=new Scripts();function a53_0x1356(){const _0x5dc29a=['xAumC','commands.json','writeFileSync','5|4|3|6|1|0|2','184130yVvfwq','existsSync','eQzZt','homedir','.browserstack','commands','join','browserstackFolderPath','commandsToWrap','mQnmt','IcWwQ','path','zSNYV','179802IqukBl','../helper','split','2680dZLBNo','getResultsSummary','zBWkE','3568396FYKJwe','44330728vPWPiG','18021372dLMYwS','scan','TYHSn','fromJson','commandsPath','stringify','performScan','sRWpz','saveTestResults','32qDIdDZ','LDMHF','name','toLowerCase','saveResults','282GmIdAA','findIndex','shouldWrapCommand','XkNVx','MEPtX','parseFromJson','15273YVfFRc','ggCQW','11ktdlmE','VraHH','FzchU','getResults','ruGkj','3iyZMOZ','1262947uUqhFP','scripts','14EDKGaP','20dUsVnH'];a53_0x1356=function(){return _0x5dc29a;};return a53_0x1356();}
1
+ const a53_0x32fd93=a53_0x20b8;function a53_0x3968(){const _0xcbdf0d=['getResults','1603480zGCkZo','saveTestResults','name','scan','exports','TWcTB','nikhI','Konlj','../helper','parseFromJson','existsSync','commands.json','10vkMwwO','commands','getResultsSummary','join','findIndex','scripts','1031636HuufTC','1575285cfpRGJ','4556832ZpeQvB','browserstackFolderPath','350565QQBvSh','fkwTY','toJson','1911108RInjAz','commandsPath','fromJson','toLowerCase','15591696jbPEGl','commandsToWrap','mkdirSync','performScan','Trcuq','4|5|6|2|1|0|3'];a53_0x3968=function(){return _0xcbdf0d;};return a53_0x3968();}(function(_0x4916dd,_0x72c066){const _0x1b22dd=a53_0x20b8,_0x42cd9c=_0x4916dd();while(!![]){try{const _0x56afc5=-parseInt(_0x1b22dd(0x18b))/0x1+-parseInt(_0x1b22dd(0x185))/0x2*(parseInt(_0x1b22dd(0x16b))/0x3)+-parseInt(_0x1b22dd(0x179))/0x4+parseInt(_0x1b22dd(0x18c))/0x5+-parseInt(_0x1b22dd(0x16e))/0x6+parseInt(_0x1b22dd(0x169))/0x7+parseInt(_0x1b22dd(0x172))/0x8;if(_0x56afc5===_0x72c066)break;else _0x42cd9c['push'](_0x42cd9c['shift']());}catch(_0x538e0f){_0x42cd9c['push'](_0x42cd9c['shift']());}}}(a53_0x3968,0x8d870));const path=require('path'),fs=require('fs'),helper=require(a53_0x32fd93(0x181));class Scripts{constructor(){const _0x30299d=a53_0x32fd93,_0x11316e={};_0x11316e[_0x30299d(0x16c)]=_0x30299d(0x177),_0x11316e[_0x30299d(0x17f)]=_0x30299d(0x184),_0x11316e[_0x30299d(0x17e)]='.browserstack';const _0x4a658a=_0x11316e,_0x353d7f=_0x4a658a['fkwTY']['split']('|');let _0x4fe355=0x0;while(!![]){switch(_0x353d7f[_0x4fe355++]){case'0':this['commandsPath']=path[_0x30299d(0x188)](this[_0x30299d(0x16a)],_0x4a658a[_0x30299d(0x17f)]);continue;case'1':this[_0x30299d(0x16a)]=path['join'](helper['homedir'](),_0x4a658a['TWcTB']);continue;case'2':this[_0x30299d(0x17a)]=null;continue;case'3':this[_0x30299d(0x170)]();continue;case'4':this[_0x30299d(0x175)]=null;continue;case'5':this['getResults']=null;continue;case'6':this[_0x30299d(0x187)]=null;continue;}break;}}[a53_0x32fd93(0x182)](_0x409eb2){const _0x2282bc=a53_0x32fd93;_0x409eb2['scripts']&&(this[_0x2282bc(0x175)]=_0x409eb2['scripts'][_0x2282bc(0x17c)],this['getResults']=_0x409eb2[_0x2282bc(0x18a)][_0x2282bc(0x178)],this['getResultsSummary']=_0x409eb2[_0x2282bc(0x18a)][_0x2282bc(0x187)],this[_0x2282bc(0x17a)]=_0x409eb2['scripts']['saveResults']),this['commandsToWrap']=_0x409eb2[_0x2282bc(0x186)];}['shouldWrapCommand'](_0x1e10dd){const _0x5ce217=a53_0x32fd93,_0x5c469f={};_0x5c469f[_0x5ce217(0x176)]=function(_0x38102f,_0x1f9fdc){return _0x38102f!==_0x1f9fdc;};const _0x475123=_0x5c469f;try{return _0x475123[_0x5ce217(0x176)](this[_0x5ce217(0x173)][_0x5ce217(0x189)](_0x540e76=>_0x540e76[_0x5ce217(0x17b)][_0x5ce217(0x171)]()===_0x1e10dd['toLowerCase']()),-0x1);}catch{}return![];}[a53_0x32fd93(0x16d)](){const _0x24cc09=a53_0x32fd93;!fs[_0x24cc09(0x183)](this[_0x24cc09(0x16a)])&&fs[_0x24cc09(0x174)](this[_0x24cc09(0x16a)]),fs['writeFileSync'](this[_0x24cc09(0x16f)],JSON['stringify']({'scripts':{'scan':this['performScan'],'getResults':this[_0x24cc09(0x178)],'getResultsSummary':this[_0x24cc09(0x187)],'saveResults':this[_0x24cc09(0x17a)]},'commands':this[_0x24cc09(0x173)]}));}[a53_0x32fd93(0x170)](){const _0x2a1681=a53_0x32fd93,_0x5d6be5={'Konlj':function(_0x5bebd5,_0x5646a3){return _0x5bebd5(_0x5646a3);}};fs[_0x2a1681(0x183)](this['commandsPath'])&&this[_0x2a1681(0x182)](_0x5d6be5[_0x2a1681(0x180)](require,this[_0x2a1681(0x16f)]));}}function a53_0x20b8(_0x374be5,_0x4a721e){const _0x3968ea=a53_0x3968();return a53_0x20b8=function(_0x20b881,_0x5a87f9){_0x20b881=_0x20b881-0x169;let _0x4568b8=_0x3968ea[_0x20b881];return _0x4568b8;},a53_0x20b8(_0x374be5,_0x4a721e);}module[a53_0x32fd93(0x17d)]=new Scripts();
@@ -1 +1 @@
1
- function a54_0x2e7a(_0x4c1817,_0x1a3e38){var _0x4b8f00=a54_0x4b8f();return a54_0x2e7a=function(_0x2e7a3c,_0x4e818b){_0x2e7a3c=_0x2e7a3c-0x10e;var _0x41fb22=_0x4b8f00[_0x2e7a3c];return _0x41fb22;},a54_0x2e7a(_0x4c1817,_0x1a3e38);}function a54_0x4b8f(){var _0x3f2218=['https://grid.browserstack.com/dashboard/builds','BUILDS_DASHBOARD_URL','4316LdxFBN','automate-turboscale/v1','174322bdAWLM','4120fejuLR','195066hdMlTs','10iRcRtA','114135GXpwsP','35UIIghs','exports','654270FGhhiw','1480672SkUpwP','2685033fXTPPc'];a54_0x4b8f=function(){return _0x3f2218;};return a54_0x4b8f();}var a54_0x399788=a54_0x2e7a;(function(_0x145852,_0x321454){var _0x56e69d=a54_0x2e7a,_0x15810e=_0x145852();while(!![]){try{var _0x2f64c0=parseInt(_0x56e69d(0x117))/0x1+parseInt(_0x56e69d(0x11a))/0x2*(parseInt(_0x56e69d(0x11b))/0x3)+parseInt(_0x56e69d(0x115))/0x4*(parseInt(_0x56e69d(0x118))/0x5)+parseInt(_0x56e69d(0x119))/0x6+parseInt(_0x56e69d(0x10e))/0x7*(-parseInt(_0x56e69d(0x111))/0x8)+parseInt(_0x56e69d(0x112))/0x9+-parseInt(_0x56e69d(0x110))/0xa;if(_0x2f64c0===_0x321454)break;else _0x15810e['push'](_0x15810e['shift']());}catch(_0x1dae9b){_0x15810e['push'](_0x15810e['shift']());}}}(a54_0x4b8f,0x90eec));var a54_0x2fbe60={};a54_0x2fbe60[a54_0x399788(0x114)]=a54_0x399788(0x113),a54_0x2fbe60['API_ENDPOINT']=a54_0x399788(0x116),module[a54_0x399788(0x10f)]=a54_0x2fbe60;
1
+ function a54_0x15ef(){var _0x5b1e57=['https://grid.browserstack.com/dashboard/builds','API_ENDPOINT','14178REAVgI','2VJwvLg','1418339zcTYqh','4836456YcXzPk','3595010iJQFQi','exports','9CktKSC','4067vlfyql','622980wRGLGP','319pgMSeP','86820sGaPIW','8AvcRhY','5993NnQltD','33336XzntlT'];a54_0x15ef=function(){return _0x5b1e57;};return a54_0x15ef();}var a54_0x19e317=a54_0x5b4d;(function(_0xed47a,_0x423784){var _0x430248=a54_0x5b4d,_0x3d811a=_0xed47a();while(!![]){try{var _0x22f9d5=-parseInt(_0x430248(0x1e1))/0x1*(parseInt(_0x430248(0x1e0))/0x2)+parseInt(_0x430248(0x1e7))/0x3+-parseInt(_0x430248(0x1da))/0x4*(parseInt(_0x430248(0x1e3))/0x5)+parseInt(_0x430248(0x1df))/0x6*(parseInt(_0x430248(0x1e6))/0x7)+-parseInt(_0x430248(0x1e2))/0x8*(-parseInt(_0x430248(0x1e5))/0x9)+-parseInt(_0x430248(0x1d9))/0xa*(-parseInt(_0x430248(0x1d8))/0xb)+-parseInt(_0x430248(0x1dc))/0xc*(-parseInt(_0x430248(0x1db))/0xd);if(_0x22f9d5===_0x423784)break;else _0x3d811a['push'](_0x3d811a['shift']());}catch(_0x476ac7){_0x3d811a['push'](_0x3d811a['shift']());}}}(a54_0x15ef,0xd241d));function a54_0x5b4d(_0x399397,_0x544ff4){var _0x15efd8=a54_0x15ef();return a54_0x5b4d=function(_0x5b4d8e,_0x3fcb2b){_0x5b4d8e=_0x5b4d8e-0x1d8;var _0x4f1039=_0x15efd8[_0x5b4d8e];return _0x4f1039;},a54_0x5b4d(_0x399397,_0x544ff4);}var a54_0x3e886c={};a54_0x3e886c['BUILDS_DASHBOARD_URL']=a54_0x19e317(0x1dd),a54_0x3e886c[a54_0x19e317(0x1de)]='automate-turboscale/v1',module[a54_0x19e317(0x1e4)]=a54_0x3e886c;
@@ -1 +1 @@
1
- function a55_0x5d76(){const _0x219768=['isArray','isTurboScaleSession','219627EJYRhw','310ulAdqk','dyFUy','YvedB','gridName','fqtyM','889098OKISAt','GGYjo','dOKCB','146412gyypiP','32uzOcUx','BROWSERSTACK_BUILD_TAGS','getTurboScaleGridName','buildPriority','sqKkl','TURBOSCALE_OPTIONS','split','389807JXRJUG','iVwOw','medium','gEdIB','sjHvn','Lhrca','xnapU','getTurboScaleOptions','VptKl','fLaxl','tQegx','getTurboScaleCaps','env','FqzjZ','SEwZe','zmOWp','fYyAL','buildTags','turboScaleOptions','xzjMR','muOnB','2795526cexUkF','qQioN','992565bfhLBO','MwLCH','BROWSERSTACK_TURBOSCALE_GRID_NAME','options','UsutV','NeDgf','373UUUIpX','GKnpx','WJXhG','6738GXHkdh','QwbYp','28XErwLT','BROWSERSTACK_BUILD_PRIORITY','udVXD','BCVKP','jOFjl'];a55_0x5d76=function(){return _0x219768;};return a55_0x5d76();}const a55_0x1026e3=a55_0x5b89;(function(_0x4b8575,_0x18ec7e){const _0x250f7d=a55_0x5b89,_0x2c673a=_0x4b8575();while(!![]){try{const _0x392477=-parseInt(_0x250f7d(0x17f))/0x1*(-parseInt(_0x250f7d(0x182))/0x2)+parseInt(_0x250f7d(0x151))/0x3*(-parseInt(_0x250f7d(0x184))/0x4)+-parseInt(_0x250f7d(0x179))/0x5+-parseInt(_0x250f7d(0x177))/0x6+parseInt(_0x250f7d(0x157))/0x7*(-parseInt(_0x250f7d(0x15b))/0x8)+-parseInt(_0x250f7d(0x15a))/0x9+-parseInt(_0x250f7d(0x152))/0xa*(-parseInt(_0x250f7d(0x162))/0xb);if(_0x392477===_0x18ec7e)break;else _0x2c673a['push'](_0x2c673a['shift']());}catch(_0x4792d2){_0x2c673a['push'](_0x2c673a['shift']());}}}(a55_0x5d76,0x9fa8b));function a55_0x5b89(_0x5b10af,_0x1fd8de){const _0x5d764b=a55_0x5d76();return a55_0x5b89=function(_0x5b89c0,_0x28f221){_0x5b89c0=_0x5b89c0-0x14f;let _0x3c7e8c=_0x5d764b[_0x5b89c0];return _0x3c7e8c;},a55_0x5b89(_0x5b10af,_0x1fd8de);}const constants=require('../../bin/utils/constants');exports[a55_0x1026e3(0x169)]=()=>{const _0x3a252a=a55_0x1026e3,_0x43f142={};_0x43f142['udVXD']=function(_0x40c34b,_0xdce868){return _0x40c34b!==_0xdce868;},_0x43f142[_0x3a252a(0x172)]='oUGuk';const _0x361253=_0x43f142;if(!constants[_0x3a252a(0x160)][_0x3a252a(0x17c)]){if(_0x361253[_0x3a252a(0x186)](_0x361253['fYyAL'],_0x361253[_0x3a252a(0x172)]))_0x5ce5a9[_0x3a252a(0x15e)]=_0x2a303c[_0x3a252a(0x16e)][_0x3a252a(0x185)];else return{};}return constants[_0x3a252a(0x160)][_0x3a252a(0x17c)];},exports[a55_0x1026e3(0x15d)]=_0x43ab2a=>{const _0x2e0757=a55_0x1026e3,_0x296ce8={};_0x296ce8[_0x2e0757(0x165)]='NO_GRID_NAME_PASSED',_0x296ce8[_0x2e0757(0x167)]=function(_0x706725,_0x5b0641){return _0x706725===_0x5b0641;},_0x296ce8['WJXhG']=_0x2e0757(0x15f),_0x296ce8[_0x2e0757(0x178)]=function(_0x5b6e31,_0x11922b){return _0x5b6e31===_0x11922b;},_0x296ce8[_0x2e0757(0x17d)]=_0x2e0757(0x170);const _0x21ec6b=_0x296ce8;if(_0x43ab2a[_0x2e0757(0x174)]&&_0x43ab2a[_0x2e0757(0x174)]['gridName']){if(_0x21ec6b[_0x2e0757(0x167)](_0x21ec6b[_0x2e0757(0x181)],_0x21ec6b[_0x2e0757(0x181)]))return _0x43ab2a[_0x2e0757(0x174)]['gridName'];else{if(_0x49b94e['turboScaleOptions']&&_0x24c1d3['turboScaleOptions'][_0x2e0757(0x155)])return _0x31650d['turboScaleOptions'][_0x2e0757(0x155)];if(_0xd5f4b8[_0x2e0757(0x16e)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return _0x48fdd6[_0x2e0757(0x16e)][_0x2e0757(0x17b)];return _0x21ec6b[_0x2e0757(0x165)];}}if(process[_0x2e0757(0x16e)][_0x2e0757(0x17b)]){if(_0x21ec6b[_0x2e0757(0x178)](_0x21ec6b[_0x2e0757(0x17d)],_0x21ec6b['UsutV']))return process[_0x2e0757(0x16e)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];else _0xeab98f[_0x2e0757(0x173)]=_0x50282b[_0x2e0757(0x16e)]['BROWSERSTACK_BUILD_TAGS'];}return _0x21ec6b[_0x2e0757(0x165)];},exports[a55_0x1026e3(0x150)]=_0x41b790=>{const _0x5b7456=a55_0x1026e3,_0x266fd8={};_0x266fd8[_0x5b7456(0x153)]=function(_0xa4a298,_0x1fc940){return _0xa4a298===_0x1fc940;};const _0x5159f9=_0x266fd8;return _0x41b790&&_0x5159f9[_0x5b7456(0x153)](_0x41b790['turboScale'],!![]);},exports[a55_0x1026e3(0x16d)]=(_0x152198,_0x3f3409,_0x4622ba)=>{const _0xfc5d49=a55_0x1026e3,_0x9c518e={};_0x9c518e[_0xfc5d49(0x159)]=_0xfc5d49(0x164),_0x9c518e[_0xfc5d49(0x166)]=function(_0x1040bb,_0x53a78c){return _0x1040bb!==_0x53a78c;},_0x9c518e[_0xfc5d49(0x16b)]=_0xfc5d49(0x180),_0x9c518e[_0xfc5d49(0x16c)]=function(_0x59370c,_0x2d6f82){return _0x59370c===_0x2d6f82;},_0x9c518e[_0xfc5d49(0x163)]=_0xfc5d49(0x17e),_0x9c518e[_0xfc5d49(0x16a)]=function(_0x40f678,_0x107c81){return _0x40f678!==_0x107c81;},_0x9c518e[_0xfc5d49(0x188)]='LjWjd',_0x9c518e[_0xfc5d49(0x154)]=function(_0x41c164,_0x618acf){return _0x41c164===_0x618acf;},_0x9c518e[_0xfc5d49(0x17a)]=_0xfc5d49(0x183),_0x9c518e['GGYjo']=_0xfc5d49(0x187),_0x9c518e[_0xfc5d49(0x176)]=_0xfc5d49(0x175),_0x9c518e['zmOWp']=_0xfc5d49(0x16f),_0x9c518e[_0xfc5d49(0x168)]=_0xfc5d49(0x156);const _0x2807ad=_0x9c518e,_0x15ac8e={};_0x15ac8e[_0xfc5d49(0x15e)]=_0x2807ad['dOKCB'];_0x152198['buildTags']&&(_0x2807ad[_0xfc5d49(0x166)](_0x2807ad[_0xfc5d49(0x16b)],_0x2807ad['fLaxl'])?_0x46d338['buildTags']=_0x52fffa[_0xfc5d49(0x14f)](_0x4d5b8b[_0xfc5d49(0x173)])?_0x176e38[_0xfc5d49(0x173)]:_0x1bb87b[_0xfc5d49(0x173)]['split'](','):_0x15ac8e[_0xfc5d49(0x173)]=Array['isArray'](_0x152198[_0xfc5d49(0x173)])?_0x152198[_0xfc5d49(0x173)]:_0x152198['buildTags']['split'](','));if(process[_0xfc5d49(0x16e)][_0xfc5d49(0x15c)]){if(_0x2807ad['tQegx'](_0x2807ad[_0xfc5d49(0x163)],_0x2807ad[_0xfc5d49(0x163)]))try{_0x2807ad[_0xfc5d49(0x16a)](_0x2807ad[_0xfc5d49(0x188)],_0x2807ad['jOFjl'])?_0x3021de['buildTags']=_0x468ddb['env'][_0xfc5d49(0x15c)][_0xfc5d49(0x161)](','):_0x15ac8e['buildTags']=process[_0xfc5d49(0x16e)][_0xfc5d49(0x15c)][_0xfc5d49(0x161)](',');}catch{if(_0x2807ad[_0xfc5d49(0x154)](_0x2807ad[_0xfc5d49(0x17a)],_0x2807ad[_0xfc5d49(0x158)]))try{_0x3576ef[_0xfc5d49(0x173)]=_0x105bd3[_0xfc5d49(0x16e)][_0xfc5d49(0x15c)]['split'](',');}catch{_0x3aa5b2['buildTags']=_0x479b39[_0xfc5d49(0x16e)][_0xfc5d49(0x15c)];}else _0x15ac8e[_0xfc5d49(0x173)]=process[_0xfc5d49(0x16e)][_0xfc5d49(0x15c)];}else _0x2d2db6[_0xfc5d49(0x15e)]=_0x48ddbd[_0xfc5d49(0x15e)];}if(_0x152198[_0xfc5d49(0x15e)]){if(_0x2807ad[_0xfc5d49(0x154)](_0x2807ad['muOnB'],_0x2807ad[_0xfc5d49(0x171)]))return _0x2dbac9[_0xfc5d49(0x174)][_0xfc5d49(0x155)];else _0x15ac8e[_0xfc5d49(0x15e)]=_0x152198['buildPriority'];}if(process[_0xfc5d49(0x16e)][_0xfc5d49(0x185)]){if(_0x2807ad[_0xfc5d49(0x16c)](_0x2807ad[_0xfc5d49(0x168)],_0x2807ad[_0xfc5d49(0x168)]))_0x15ac8e[_0xfc5d49(0x15e)]=process[_0xfc5d49(0x16e)][_0xfc5d49(0x185)];else return{};}return _0x15ac8e;};
1
+ function a55_0x6b3e(){const _0x3101c5=['533634fjrGdZ','1BBQDVo','3634376gmImjh','medium','buildTags','hHske','buildPriority','isArray','4230RTJcun','turboScaleOptions','BROWSERSTACK_BUILD_PRIORITY','TURBOSCALE_OPTIONS','119TZJibU','11480576ANweFE','jZkyC','996Epkktg','split','737oOEeWQ','686060lDAnEN','isTurboScaleSession','pjQQU','getTurboScaleCaps','gridName','BROWSERSTACK_BUILD_TAGS','env','turboScale','getTurboScaleOptions','NO_GRID_NAME_PASSED','4477392nIRbNy','5483397lvLLkm'];a55_0x6b3e=function(){return _0x3101c5;};return a55_0x6b3e();}const a55_0x242ede=a55_0x4981;function a55_0x4981(_0x2875f5,_0x195bf1){const _0x6b3ed5=a55_0x6b3e();return a55_0x4981=function(_0x4981d2,_0x4336c4){_0x4981d2=_0x4981d2-0x1cf;let _0x393c69=_0x6b3ed5[_0x4981d2];return _0x393c69;},a55_0x4981(_0x2875f5,_0x195bf1);}(function(_0x26b7c1,_0x5027bc){const _0x38adfb=a55_0x4981,_0x1d2c82=_0x26b7c1();while(!![]){try{const _0x2f2206=-parseInt(_0x38adfb(0x1e7))/0x1*(-parseInt(_0x38adfb(0x1e8))/0x2)+-parseInt(_0x38adfb(0x1e5))/0x3+parseInt(_0x38adfb(0x1d7))/0x4*(-parseInt(_0x38adfb(0x1d0))/0x5)+-parseInt(_0x38adfb(0x1e6))/0x6*(parseInt(_0x38adfb(0x1d4))/0x7)+-parseInt(_0x38adfb(0x1d5))/0x8+-parseInt(_0x38adfb(0x1e4))/0x9+-parseInt(_0x38adfb(0x1da))/0xa*(-parseInt(_0x38adfb(0x1d9))/0xb);if(_0x2f2206===_0x5027bc)break;else _0x1d2c82['push'](_0x1d2c82['shift']());}catch(_0x404e40){_0x1d2c82['push'](_0x1d2c82['shift']());}}}(a55_0x6b3e,0xe33fe));const constants=require('../../bin/utils/constants');exports[a55_0x242ede(0x1e2)]=()=>{const _0x1f4224=a55_0x242ede;if(!constants[_0x1f4224(0x1d3)]['options'])return{};return constants[_0x1f4224(0x1d3)]['options'];},exports['getTurboScaleGridName']=_0x16bb79=>{const _0x4133b7=a55_0x242ede,_0x43f022={};_0x43f022[_0x4133b7(0x1eb)]=_0x4133b7(0x1e3);const _0x49d0ed=_0x43f022;if(_0x16bb79['turboScaleOptions']&&_0x16bb79[_0x4133b7(0x1d1)]['gridName'])return _0x16bb79[_0x4133b7(0x1d1)][_0x4133b7(0x1de)];if(process[_0x4133b7(0x1e0)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x4133b7(0x1e0)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x49d0ed[_0x4133b7(0x1eb)];},exports[a55_0x242ede(0x1db)]=_0x444530=>{const _0x3b94a4=a55_0x242ede,_0x562cd4={};_0x562cd4[_0x3b94a4(0x1dc)]=function(_0x8ebac9,_0x5e0479){return _0x8ebac9===_0x5e0479;};const _0x1f75e2=_0x562cd4;return _0x444530&&_0x1f75e2['pjQQU'](_0x444530[_0x3b94a4(0x1e1)],!![]);},exports[a55_0x242ede(0x1dd)]=(_0x513257,_0x311450,_0x5de800)=>{const _0x181327=a55_0x242ede,_0x4c38b5={};_0x4c38b5[_0x181327(0x1d6)]=_0x181327(0x1e9);const _0x45ee13=_0x4c38b5,_0x45f8e8={};_0x45f8e8['buildPriority']=_0x45ee13[_0x181327(0x1d6)];_0x513257[_0x181327(0x1ea)]&&(_0x45f8e8['buildTags']=Array[_0x181327(0x1cf)](_0x513257[_0x181327(0x1ea)])?_0x513257['buildTags']:_0x513257[_0x181327(0x1ea)]['split'](','));if(process[_0x181327(0x1e0)][_0x181327(0x1df)])try{_0x45f8e8[_0x181327(0x1ea)]=process[_0x181327(0x1e0)][_0x181327(0x1df)][_0x181327(0x1d8)](',');}catch{_0x45f8e8['buildTags']=process[_0x181327(0x1e0)][_0x181327(0x1df)];}return _0x513257[_0x181327(0x1ec)]&&(_0x45f8e8[_0x181327(0x1ec)]=_0x513257[_0x181327(0x1ec)]),process[_0x181327(0x1e0)][_0x181327(0x1d2)]&&(_0x45f8e8[_0x181327(0x1ec)]=process[_0x181327(0x1e0)][_0x181327(0x1d2)]),_0x45f8e8;};
@@ -1 +1 @@
1
- function a56_0x5da5(_0x4c11f1,_0x20a3c5){var _0x1a9807=a56_0x1a98();return a56_0x5da5=function(_0x5da581,_0x12b311){_0x5da581=_0x5da581-0x166;var _0x115587=_0x1a9807[_0x5da581];return _0x115587;},a56_0x5da5(_0x4c11f1,_0x20a3c5);}var a56_0x5b776c=a56_0x5da5;function a56_0x1a98(){var _0x52be79=['keyPassword','intentFlags','automation','newCommandTimeout','ufWxw','eUUHg','browserstack.automation','dHvKF','xcodeConfigFile','ignoreUnimportantViews','app','appActivity','296luivrc','tapWithShortPressDuration','recreateChromeDriverSessions','unlockType','ZIoZO','networkSpeed','jKAjW','waitForAppScript','projectName','uOJLc','screenshotWaitTimeout','appName','logcatFilterSpecs','fullReset','dVjap','locationServicesAuthorized','BROWSERSTACK_BUILD_IDENTIFIER','BROWSERSTACK_APP','updatedWDABundleId','wdaStartupRetryInterval','connectHardwareKeyboard','keystorePath','remoteDebugProxy','xcodeOrgId','nativeInstrumentsLib','CLICapsMapping','safariIgnoreFraudWarning','disableWindowAnimation','192116SgmyPC','logcatFormat','xXkAH','kTnuX','browserstack.localIdentifier','commandTimeouts','androidDeviceReadyTimeout','BROWSERSTACK_ACCESS_KEY','deviceName','isHeadless','145uOAyPu','EKaAC','iosInstallPause','996fiYVTT','MmuEu','avdLaunchTimeout','customSSLCert','browserstackLocal','BROWSERSTACK_OBSERVABILITY_DEBUG','accessKey','autoDismissAlerts','androidInstallTimeout','autoAcceptAlerts','calendarFormat','keychainPassword','showIOSLog','eNUdJ','mSsVV','androidScreenshotPath','EnvCapsMapping','chromedriverArgs','avdArgs','adbExecTimeout','androidNaturalOrientation','enablePerformanceLogging','iJqme','2861718IpHPpt','skipUnlock','webviewDevtoolsPort','UVpST','skipLogcatCapture','orientation','webkitDebugProxyPort','appPackage','launchTimeout','platformVersion','sendKeyStrategy','scaleFactor','avd','XlQoK','chromedriverExecutableDir','useNewWDA','safariInitialUrl','skipLogCapture','language','locationServicesEnabled','RKgjN','11225104RlDyAA','browserstack.projectName','intentAction','webviewConnectRetries','zmDBg','allowTouchIdEnroll','browserstack.accessKey','dontStopAppOnReset','udid','systemPort','parallelsPerPlatform','enforceAppInstall','autoLaunch','buildName','otherApps','userName','QookW','androidCoverageEndIntent','wdaLocalPort','browserstack.local','automationName','unlockKey','acgtH','enableAsyncExecuteFromHttps','startIWDP','HDoRI','26712YKBeOw','autoWebview','safariAllowPopups','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.rerunTests','safariOpenLinksInBackground','chromeOptions','logLevel','browserstack.logLevel','vCpFE','resetOnSessionStartOnly','BROWSERSTACK_LOCAL','deviceReadyTimeout','showXcodeLog','18352653sbtknq','3932nhaydV','tlxjn','keepKeyChains','localIdentifier','keystorePassword','localizableStringsDir','locale','browserstack.buildIdentifier','webkitResponseTimeout','kqLPC','chromedriverChromeMappingFile','chromedriverExecutable','noSign','skipDeviceInitialization','ignoreHiddenApiPolicyError','noReset','browserstack.buildName','uninstallOtherPackages','chromedriverPorts','unPOb','androidInstallPath','optionalIntentArguments','browserstack.app','AmQtY','chromedriverPort','androidDeviceSocket','adbPort','wdaLaunchTimeout','nativeWebTap','enableWebviewDetailsCollection','chromedriverUseSystemExecutable','bundleId','browserstack.userName','BROWSERSTACK_APP_ID','unicodeKeyboard','simpleIsVisibleCheck','autoWebviewTimeout','useCarthageSsl','rerunTests','resetKeyboard','nativeWebScreenshot','buildIdentifier','allowTestPackages','shouldUseSingletonTestManager','fullContextList','VIZnd','androidCoverage','useKeystore','gpsEnabled','remoteAdbHost','40XjhakE','remoteAppsCacheLimit','232695XXeGmw','browserstack.user_name','AppiumCaps'];a56_0x1a98=function(){return _0x52be79;};return a56_0x1a98();}(function(_0xfcaa27,_0x59fb4f){var _0x3d7d07=a56_0x5da5,_0x5f348d=_0xfcaa27();while(!![]){try{var _0x1017eb=-parseInt(_0x3d7d07(0x1a5))/0x1*(-parseInt(_0x3d7d07(0x223))/0x2)+-parseInt(_0x3d7d07(0x1e5))/0x3+-parseInt(_0x3d7d07(0x1c1))/0x4*(parseInt(_0x3d7d07(0x1cb))/0x5)+parseInt(_0x3d7d07(0x1ce))/0x6*(-parseInt(_0x3d7d07(0x214))/0x7)+parseInt(_0x3d7d07(0x1fa))/0x8+parseInt(_0x3d7d07(0x196))/0x9*(parseInt(_0x3d7d07(0x194))/0xa)+parseInt(_0x3d7d07(0x222))/0xb;if(_0x1017eb===_0x59fb4f)break;else _0x5f348d['push'](_0x5f348d['shift']());}catch(_0x3cd6ae){_0x5f348d['push'](_0x5f348d['shift']());}}}(a56_0x1a98,0xbda0a),exports[a56_0x5b776c(0x1be)]=()=>{var _0x3058d3=a56_0x5b776c,_0x3633cb={};_0x3633cb[_0x3058d3(0x210)]=_0x3058d3(0x197),_0x3633cb[_0x3058d3(0x1e8)]=_0x3058d3(0x182),_0x3633cb[_0x3058d3(0x213)]='browserstack.access_key',_0x3633cb['XlQoK']=_0x3058d3(0x200),_0x3633cb[_0x3058d3(0x1e4)]=_0x3058d3(0x172),_0x3633cb[_0x3058d3(0x1dc)]=_0x3058d3(0x1fb),_0x3633cb[_0x3058d3(0x1ae)]=_0x3058d3(0x169),_0x3633cb[_0x3058d3(0x19e)]='browserstack.ppp',_0x3633cb[_0x3058d3(0x224)]='browserstack.parallelsPerPlatform',_0x3633cb[_0x3058d3(0x21d)]=_0x3058d3(0x20d),_0x3633cb['xXkAH']=_0x3058d3(0x1c5),_0x3633cb[_0x3058d3(0x1b3)]=_0x3058d3(0x218),_0x3633cb[_0x3058d3(0x1cc)]=_0x3058d3(0x178),_0x3633cb[_0x3058d3(0x175)]=_0x3058d3(0x21c),_0x3633cb['ZIoZO']=_0x3058d3(0x19f);var _0x433310=_0x3633cb,_0x5b2639={};return _0x5b2639[_0x3058d3(0x209)]=[_0x433310[_0x3058d3(0x210)],_0x433310['UVpST']],_0x5b2639[_0x3058d3(0x1d4)]=[_0x433310[_0x3058d3(0x213)],_0x433310[_0x3058d3(0x1f2)]],_0x5b2639[_0x3058d3(0x207)]=[_0x433310[_0x3058d3(0x1e4)]],_0x5b2639[_0x3058d3(0x1ad)]=[_0x433310[_0x3058d3(0x1dc)]],_0x5b2639[_0x3058d3(0x18b)]=[_0x433310[_0x3058d3(0x1ae)]],_0x5b2639['parallelsPerPlatform']=[_0x433310[_0x3058d3(0x19e)],_0x433310['tlxjn']],_0x5b2639[_0x3058d3(0x1d2)]=[_0x433310[_0x3058d3(0x21d)]],_0x5b2639['localIdentifier']=[_0x433310[_0x3058d3(0x1c3)]],_0x5b2639[_0x3058d3(0x188)]=[_0x433310['dVjap']],_0x5b2639['app']=[_0x433310['EKaAC']],_0x5b2639[_0x3058d3(0x21b)]=[_0x433310[_0x3058d3(0x175)]],_0x5b2639['automation']=[_0x433310[_0x3058d3(0x1a9)]],_0x5b2639;},exports[a56_0x5b776c(0x1de)]=()=>{var _0x2ffac5=a56_0x5b776c,_0x1f88cb={};_0x1f88cb[_0x2ffac5(0x20a)]='BROWSERSTACK_USERNAME',_0x1f88cb[_0x2ffac5(0x1c4)]='BROWSERSTACK_USER_NAME',_0x1f88cb[_0x2ffac5(0x1cf)]=_0x2ffac5(0x1c8),_0x1f88cb[_0x2ffac5(0x19d)]='BROWSERSTACK_BUILD_NAME',_0x1f88cb[_0x2ffac5(0x16b)]='BROWSERSTACK_PROJECT_NAME',_0x1f88cb['vlLHS']=_0x2ffac5(0x1b5),_0x1f88cb[_0x2ffac5(0x18f)]=_0x2ffac5(0x217),_0x1f88cb[_0x2ffac5(0x179)]=_0x2ffac5(0x21f),_0x1f88cb[_0x2ffac5(0x1ab)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x1f88cb[_0x2ffac5(0x1db)]='BROWSERSTACK_RERUN_TESTS',_0x1f88cb[_0x2ffac5(0x1f9)]=_0x2ffac5(0x183),_0x1f88cb[_0x2ffac5(0x1a0)]=_0x2ffac5(0x1b6),_0x1f88cb['bhkGA']=_0x2ffac5(0x1d3),_0x1f88cb[_0x2ffac5(0x1fe)]='BROWSERSTACK_AUTOMATION';var _0x57d0a2=_0x1f88cb,_0x405268={};return _0x405268[_0x2ffac5(0x209)]=[_0x57d0a2[_0x2ffac5(0x20a)],_0x57d0a2[_0x2ffac5(0x1c4)]],_0x405268[_0x2ffac5(0x1d4)]=[_0x57d0a2['MmuEu']],_0x405268[_0x2ffac5(0x207)]=[_0x57d0a2['ufWxw']],_0x405268[_0x2ffac5(0x1ad)]=[_0x57d0a2[_0x2ffac5(0x16b)]],_0x405268['buildIdentifier']=[_0x57d0a2['vlLHS']],_0x405268[_0x2ffac5(0x204)]=[_0x57d0a2[_0x2ffac5(0x18f)]],_0x405268['browserstackLocal']=[_0x57d0a2[_0x2ffac5(0x179)]],_0x405268[_0x2ffac5(0x226)]=[_0x57d0a2[_0x2ffac5(0x1ab)]],_0x405268[_0x2ffac5(0x188)]=[_0x57d0a2['eNUdJ']],_0x405268[_0x2ffac5(0x1a3)]=[_0x57d0a2[_0x2ffac5(0x1f9)],_0x57d0a2[_0x2ffac5(0x1a0)]],_0x405268[_0x2ffac5(0x21b)]=[_0x57d0a2['bhkGA']],_0x405268[_0x2ffac5(0x19b)]=[_0x57d0a2[_0x2ffac5(0x1fe)]],_0x405268;},exports[a56_0x5b776c(0x198)]=()=>[a56_0x5b776c(0x20e),a56_0x5b776c(0x1ee),a56_0x5b776c(0x1c9),a56_0x5b776c(0x19c),a56_0x5b776c(0x1a3),a56_0x5b776c(0x202),a56_0x5b776c(0x1f7),a56_0x5b776c(0x168),a56_0x5b776c(0x1ea),a56_0x5b776c(0x215),a56_0x5b776c(0x171),a56_0x5b776c(0x1b2),'clearSystemFiles','eventTimings',a56_0x5b776c(0x1e3),a56_0x5b776c(0x208),'printPageSourceOnFindFailure',a56_0x5b776c(0x1a4),a56_0x5b776c(0x1ec),'appWaitActivity','appWaitPackage','appWaitDuration',a56_0x5b776c(0x220),a56_0x5b776c(0x18c),a56_0x5b776c(0x190),a56_0x5b776c(0x20b),a56_0x5b776c(0x1c7),a56_0x5b776c(0x17c),a56_0x5b776c(0x17b),a56_0x5b776c(0x1d6),a56_0x5b776c(0x176),a56_0x5b776c(0x1f1),a56_0x5b776c(0x1d0),'avdReadyTimeout',a56_0x5b776c(0x1e0),a56_0x5b776c(0x191),a56_0x5b776c(0x1ba),a56_0x5b776c(0x166),'keyAlias',a56_0x5b776c(0x199),a56_0x5b776c(0x16d),a56_0x5b776c(0x1df),a56_0x5b776c(0x1f3),a56_0x5b776c(0x16c),a56_0x5b776c(0x180),a56_0x5b776c(0x17a),a56_0x5b776c(0x174),'chromedriverDisableBuildCheck',a56_0x5b776c(0x186),a56_0x5b776c(0x1fc),'intentCategory',a56_0x5b776c(0x19a),a56_0x5b776c(0x177),a56_0x5b776c(0x201),a56_0x5b776c(0x184),a56_0x5b776c(0x189),a56_0x5b776c(0x16e),a56_0x5b776c(0x1a2),'disableAndroidWatchers',a56_0x5b776c(0x21a),a56_0x5b776c(0x1a7),a56_0x5b776c(0x18a),a56_0x5b776c(0x1dd),a56_0x5b776c(0x1aa),a56_0x5b776c(0x192),a56_0x5b776c(0x1ca),a56_0x5b776c(0x1e1),'localeScript',a56_0x5b776c(0x16f),'autoGrantPermissions',a56_0x5b776c(0x1e2),a56_0x5b776c(0x203),a56_0x5b776c(0x193),a56_0x5b776c(0x1e6),a56_0x5b776c(0x1a8),a56_0x5b776c(0x20f),a56_0x5b776c(0x206),a56_0x5b776c(0x1e9),a56_0x5b776c(0x173),a56_0x5b776c(0x1c0),'buildToolsVersion',a56_0x5b776c(0x205),'ensureWebviewsHavePages',a56_0x5b776c(0x1e7),a56_0x5b776c(0x17f),a56_0x5b776c(0x195),a56_0x5b776c(0x1d8),a56_0x5b776c(0x181),a56_0x5b776c(0x1ed),a56_0x5b776c(0x1f8),a56_0x5b776c(0x1b4),a56_0x5b776c(0x1d7),a56_0x5b776c(0x1d5),a56_0x5b776c(0x1bd),a56_0x5b776c(0x17e),a56_0x5b776c(0x1f5),a56_0x5b776c(0x216),a56_0x5b776c(0x1bf),a56_0x5b776c(0x219),a56_0x5b776c(0x225),a56_0x5b776c(0x167),'processArguments','interKeyDelay',a56_0x5b776c(0x1da),a56_0x5b776c(0x1ef),a56_0x5b776c(0x16a),a56_0x5b776c(0x1af),a56_0x5b776c(0x1bb),a56_0x5b776c(0x211),a56_0x5b776c(0x1f6),a56_0x5b776c(0x1eb),a56_0x5b776c(0x18e),a56_0x5b776c(0x1ac),a56_0x5b776c(0x1fd),a56_0x5b776c(0x1b0),a56_0x5b776c(0x1d1),a56_0x5b776c(0x1a6),a56_0x5b776c(0x1f0),a56_0x5b776c(0x20c),a56_0x5b776c(0x221),a56_0x5b776c(0x1cd),a56_0x5b776c(0x1a1),a56_0x5b776c(0x1d9),'usePrebuiltWDA','preventWDAAttachments','webDriverAgentUrl','keychainPath',a56_0x5b776c(0x1f4),a56_0x5b776c(0x17d),'wdaConnectionTimeout',a56_0x5b776c(0x1bc),'xcodeSigningId',a56_0x5b776c(0x1b7),a56_0x5b776c(0x21e),a56_0x5b776c(0x1c6),'wdaStartupRetries',a56_0x5b776c(0x1b8),a56_0x5b776c(0x1b9),'maxTypingFrequency',a56_0x5b776c(0x185),a56_0x5b776c(0x187),a56_0x5b776c(0x18d),a56_0x5b776c(0x212),a56_0x5b776c(0x1ff),a56_0x5b776c(0x170),'mockLocationApp',a56_0x5b776c(0x1c2),a56_0x5b776c(0x1b1),'allowDelayAdb']);
1
+ var a56_0x10b7db=a56_0x5c88;function a56_0x3d68(){var _0x461de5=['appWaitDuration','uninstallOtherPackages','dRaSF','uVprk','browserstack.rerunTests','dontStopAppOnReset','language','avdArgs','showXcodeLog','logLevel','AppiumCaps','safariAllowPopups','androidNaturalOrientation','enableAsyncExecuteFromHttps','browserstack.localIdentifier','BROWSERSTACK_ACCESS_KEY','browserstack.logLevel','keyPassword','autoGrantPermissions','DeAFh','keystorePath','screenshotWaitTimeout','skipUnlock','avdReadyTimeout','allowTouchIdEnroll','skipLogcatCapture','34878XjIhNp','androidCoverageEndIntent','locationServicesEnabled','connectHardwareKeyboard','keystorePassword','izWkJ','commandTimeouts','unicodeKeyboard','printPageSourceOnFindFailure','BROWSERSTACK_BUILD_IDENTIFIER','270jEJnKT','disableWindowAnimation','bundleId','resetOnSessionStartOnly','BROWSERSTACK_LOCAL_IDENTIFIER','startIWDP','GMKUc','enforceAppInstall','5gjuAec','nativeInstrumentsLib','webkitResponseTimeout','adbExecTimeout','xcodeConfigFile','webDriverAgentUrl','updatedWDABundleId','appPackage','EnvCapsMapping','rerunTests','mockLocationApp','enableWebviewDetailsCollection','sendKeyStrategy','appName','remoteAdbHost','remoteAppsCacheLimit','ifKdR','keychainPassword','150184pLoAhO','recreateChromeDriverSessions','adbPort','autoAcceptAlerts','keychainPath','browserstack.app','appActivity','YqApp','simpleIsVisibleCheck','20536841lIlDKm','allowTestPackages','deviceReadyTimeout','chromedriverChromeMappingFile','AXWgK','noSign','allowDelayAdb','safariInitialUrl','browserstack.automation','CLICapsMapping','appWaitPackage','browserstack.local','oSETe','accessKey','APMgx','browserstack.ppp','browserstack.projectName','BROWSERSTACK_BUILD_NAME','androidInstallPath','webviewConnectRetries','avdLaunchTimeout','browserstackLocal','webviewDevtoolsPort','otherApps','showIOSLog','BROWSERSTACK_AUTOMATION','12AwmOlE','autoLaunch','198979hMlBLt','androidDeviceSocket','333HhDhWH','clearSystemFiles','newCommandTimeout','unlockType','androidScreenshotPath','shouldUseSingletonTestManager','calendarFormat','parallelsPerPlatform','2737504ohFWWE','pDyLP','intentAction','BmPuv','wUTpL','XwiPR','24ANMbqc','projectName','486726wBcZdg','useCarthageSsl','automation','ignoreHiddenApiPolicyError','buildToolsVersion','BROWSERSTACK_APP_ID','buildIdentifier','avd','EchGg','chromedriverUseSystemExecutable','tapWithShortPressDuration','105306EQwNDf','chromeOptions','intentCategory','BROWSERSTACK_APP','browserstack.access_key','jtzdT','fullReset','buildName','efAIk','keyAlias','webkitDebugProxyPort','iosInstallPause','useKeystore','browserstack.buildIdentifier','localIdentifier','unlockKey','HRjfu','jtTZe','mkzGG','aXPMd','useNewWDA','browserstack.user_name','isHeadless','autoDismissAlerts','wdaConnectionTimeout','mKphC','scaleFactor','enablePerformanceLogging','chromedriverArgs','userName','ignoreUnimportantViews','intentFlags','deviceName','locale','optionalIntentArguments','skipLogCapture','autoWebviewTimeout','safariIgnoreFraudWarning','ssWJf','chromedriverDisableBuildCheck','gpsEnabled','usePrebuiltWDA','chromedriverPorts','KIcdA','XlJtM','czDQx','wdaLocalPort','maxTypingFrequency','ensureWebviewsHavePages','androidCoverage','launchTimeout','safariOpenLinksInBackground','disableAndroidWatchers','ljSZI','VUroF','browserstack.userName','browserstack.buildName','798gRllqX'];a56_0x3d68=function(){return _0x461de5;};return a56_0x3d68();}function a56_0x5c88(_0x50a68c,_0x157c05){var _0x3d6859=a56_0x3d68();return a56_0x5c88=function(_0x5c88b6,_0x227024){_0x5c88b6=_0x5c88b6-0xe5;var _0x2190da=_0x3d6859[_0x5c88b6];return _0x2190da;},a56_0x5c88(_0x50a68c,_0x157c05);}(function(_0x35e7bd,_0x50df05){var _0x4befa6=a56_0x5c88,_0x854ab3=_0x35e7bd();while(!![]){try{var _0x2c74db=-parseInt(_0x4befa6(0x12d))/0x1+parseInt(_0x4befa6(0x12b))/0x2*(parseInt(_0x4befa6(0x138))/0x3)+parseInt(_0x4befa6(0x125))/0x4*(parseInt(_0x4befa6(0x19e))/0x5)+parseInt(_0x4befa6(0x18c))/0x6*(-parseInt(_0x4befa6(0x171))/0x7)+-parseInt(_0x4befa6(0xf6))/0x8*(parseInt(_0x4befa6(0x11d))/0x9)+parseInt(_0x4befa6(0x196))/0xa*(-parseInt(_0x4befa6(0x11b))/0xb)+parseInt(_0x4befa6(0x119))/0xc*(parseInt(_0x4befa6(0xff))/0xd);if(_0x2c74db===_0x50df05)break;else _0x854ab3['push'](_0x854ab3['shift']());}catch(_0x132fe6){_0x854ab3['push'](_0x854ab3['shift']());}}}(a56_0x3d68,0x562b1),exports[a56_0x10b7db(0x108)]=()=>{var _0x5b8ea2=a56_0x10b7db,_0x4bc720={};_0x4bc720[_0x5b8ea2(0x135)]=_0x5b8ea2(0x14d),_0x4bc720['ljSZI']=_0x5b8ea2(0x16f),_0x4bc720[_0x5b8ea2(0x174)]=_0x5b8ea2(0x13c),_0x4bc720[_0x5b8ea2(0x126)]='browserstack.accessKey',_0x4bc720[_0x5b8ea2(0x10b)]=_0x5b8ea2(0x170),_0x4bc720[_0x5b8ea2(0x14b)]=_0x5b8ea2(0x10f),_0x4bc720[_0x5b8ea2(0x185)]=_0x5b8ea2(0x145),_0x4bc720[_0x5b8ea2(0x165)]=_0x5b8ea2(0x10e),_0x4bc720[_0x5b8ea2(0x175)]='browserstack.parallelsPerPlatform',_0x4bc720[_0x5b8ea2(0x12a)]=_0x5b8ea2(0x10a),_0x4bc720[_0x5b8ea2(0x128)]=_0x5b8ea2(0x180),_0x4bc720[_0x5b8ea2(0x163)]=_0x5b8ea2(0x176),_0x4bc720['ifKdR']=_0x5b8ea2(0xfb),_0x4bc720['izWkJ']=_0x5b8ea2(0x182),_0x4bc720['xonkZ']=_0x5b8ea2(0x107);var _0x2c4832=_0x4bc720,_0x49ce92={};return _0x49ce92['userName']=[_0x2c4832[_0x5b8ea2(0x135)],_0x2c4832[_0x5b8ea2(0x16d)]],_0x49ce92[_0x5b8ea2(0x10c)]=[_0x2c4832['dRaSF'],_0x2c4832['pDyLP']],_0x49ce92[_0x5b8ea2(0x13f)]=[_0x2c4832['oSETe']],_0x49ce92[_0x5b8ea2(0x12c)]=[_0x2c4832['aXPMd']],_0x49ce92[_0x5b8ea2(0x133)]=[_0x2c4832['DeAFh']],_0x49ce92[_0x5b8ea2(0x124)]=[_0x2c4832['czDQx'],_0x2c4832[_0x5b8ea2(0x175)]],_0x49ce92[_0x5b8ea2(0x114)]=[_0x2c4832['XwiPR']],_0x49ce92[_0x5b8ea2(0x146)]=[_0x2c4832['BmPuv']],_0x49ce92[_0x5b8ea2(0xed)]=[_0x2c4832[_0x5b8ea2(0x163)]],_0x49ce92['app']=[_0x2c4832[_0x5b8ea2(0xf4)]],_0x49ce92['logLevel']=[_0x2c4832[_0x5b8ea2(0x191)]],_0x49ce92[_0x5b8ea2(0x12f)]=[_0x2c4832['xonkZ']],_0x49ce92;},exports[a56_0x10b7db(0xec)]=()=>{var _0x20ff42=a56_0x10b7db,_0x441f50={};_0x441f50['GMKUc']='BROWSERSTACK_USERNAME',_0x441f50['VUroF']='BROWSERSTACK_USER_NAME',_0x441f50[_0x20ff42(0x103)]=_0x20ff42(0x181),_0x441f50[_0x20ff42(0x14a)]=_0x20ff42(0x110),_0x441f50[_0x20ff42(0xfd)]='BROWSERSTACK_PROJECT_NAME',_0x441f50[_0x20ff42(0x10d)]=_0x20ff42(0x195),_0x441f50[_0x20ff42(0x148)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x441f50['wUTpL']='BROWSERSTACK_LOCAL',_0x441f50['efAIk']=_0x20ff42(0x19a),_0x441f50[_0x20ff42(0x151)]='BROWSERSTACK_RERUN_TESTS',_0x441f50['jtTZe']=_0x20ff42(0x132),_0x441f50['XlJtM']=_0x20ff42(0x13b),_0x441f50[_0x20ff42(0x15e)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x441f50[_0x20ff42(0x13d)]=_0x20ff42(0x118);var _0x4fdf9b=_0x441f50,_0x4d1f3d={};return _0x4d1f3d[_0x20ff42(0x155)]=[_0x4fdf9b[_0x20ff42(0x19c)],_0x4fdf9b[_0x20ff42(0x16e)]],_0x4d1f3d[_0x20ff42(0x10c)]=[_0x4fdf9b[_0x20ff42(0x103)]],_0x4d1f3d['buildName']=[_0x4fdf9b[_0x20ff42(0x14a)]],_0x4d1f3d[_0x20ff42(0x12c)]=[_0x4fdf9b[_0x20ff42(0xfd)]],_0x4d1f3d[_0x20ff42(0x133)]=[_0x4fdf9b['APMgx']],_0x4d1f3d[_0x20ff42(0x124)]=[_0x4fdf9b['HRjfu']],_0x4d1f3d[_0x20ff42(0x114)]=[_0x4fdf9b[_0x20ff42(0x129)]],_0x4d1f3d[_0x20ff42(0x146)]=[_0x4fdf9b[_0x20ff42(0x140)]],_0x4d1f3d[_0x20ff42(0xed)]=[_0x4fdf9b[_0x20ff42(0x151)]],_0x4d1f3d['app']=[_0x4fdf9b[_0x20ff42(0x149)],_0x4fdf9b[_0x20ff42(0x164)]],_0x4d1f3d[_0x20ff42(0x17b)]=[_0x4fdf9b[_0x20ff42(0x15e)]],_0x4d1f3d[_0x20ff42(0x12f)]=[_0x4fdf9b[_0x20ff42(0x13d)]],_0x4d1f3d;},exports[a56_0x10b7db(0x17c)]=()=>['automationName','platformVersion',a56_0x10b7db(0x158),a56_0x10b7db(0x11f),'app','udid',a56_0x10b7db(0x178),a56_0x10b7db(0x159),'orientation','autoWebview','noReset',a56_0x10b7db(0x13e),a56_0x10b7db(0x11e),'eventTimings',a56_0x10b7db(0x153),a56_0x10b7db(0x116),a56_0x10b7db(0x194),a56_0x10b7db(0xfc),a56_0x10b7db(0xeb),'appWaitActivity',a56_0x10b7db(0x109),a56_0x10b7db(0x172),a56_0x10b7db(0x101),a56_0x10b7db(0x100),a56_0x10b7db(0x169),a56_0x10b7db(0x18d),'androidDeviceReadyTimeout',a56_0x10b7db(0xf8),a56_0x10b7db(0x11c),'androidInstallTimeout',a56_0x10b7db(0x111),a56_0x10b7db(0x134),a56_0x10b7db(0x113),a56_0x10b7db(0x189),a56_0x10b7db(0x179),a56_0x10b7db(0x144),a56_0x10b7db(0x186),a56_0x10b7db(0x190),a56_0x10b7db(0x141),a56_0x10b7db(0x183),'chromedriverExecutable',a56_0x10b7db(0x154),'chromedriverExecutableDir',a56_0x10b7db(0x102),a56_0x10b7db(0x136),'chromedriverPort',a56_0x10b7db(0x162),a56_0x10b7db(0x15f),a56_0x10b7db(0x15c),a56_0x10b7db(0x127),a56_0x10b7db(0x13a),a56_0x10b7db(0x157),a56_0x10b7db(0x15a),a56_0x10b7db(0x177),a56_0x10b7db(0x193),'resetKeyboard',a56_0x10b7db(0x104),a56_0x10b7db(0x156),a56_0x10b7db(0x16c),a56_0x10b7db(0x139),a56_0x10b7db(0xf7),'nativeWebScreenshot',a56_0x10b7db(0x121),'networkSpeed',a56_0x10b7db(0x160),a56_0x10b7db(0x14e),a56_0x10b7db(0xe7),'localeScript','skipDeviceInitialization',a56_0x10b7db(0x184),a56_0x10b7db(0x17e),'systemPort',a56_0x10b7db(0xf2),a56_0x10b7db(0x188),a56_0x10b7db(0x120),a56_0x10b7db(0x147),a56_0x10b7db(0x11a),a56_0x10b7db(0x18b),a56_0x10b7db(0x173),a56_0x10b7db(0x197),a56_0x10b7db(0x131),a56_0x10b7db(0x19d),a56_0x10b7db(0x168),a56_0x10b7db(0x115),a56_0x10b7db(0xef),a56_0x10b7db(0xf3),a56_0x10b7db(0x123),a56_0x10b7db(0x198),a56_0x10b7db(0x16a),a56_0x10b7db(0x18e),'locationServicesAuthorized',a56_0x10b7db(0xf9),a56_0x10b7db(0x14f),a56_0x10b7db(0xe5),'nativeWebTap',a56_0x10b7db(0x106),a56_0x10b7db(0x17d),a56_0x10b7db(0x15d),a56_0x10b7db(0x16b),'keepKeyChains','localizableStringsDir','processArguments','interKeyDelay',a56_0x10b7db(0x117),a56_0x10b7db(0xf0),a56_0x10b7db(0xe6),a56_0x10b7db(0x187),'remoteDebugProxy',a56_0x10b7db(0x17f),a56_0x10b7db(0x15b),a56_0x10b7db(0x142),'fullContextList','waitForAppScript',a56_0x10b7db(0x112),a56_0x10b7db(0xf1),'customSSLCert',a56_0x10b7db(0x137),a56_0x10b7db(0x152),a56_0x10b7db(0x166),a56_0x10b7db(0x17a),a56_0x10b7db(0x143),a56_0x10b7db(0xe8),a56_0x10b7db(0xf5),a56_0x10b7db(0x161),'preventWDAAttachments',a56_0x10b7db(0xe9),a56_0x10b7db(0xfa),a56_0x10b7db(0x14c),'wdaLaunchTimeout',a56_0x10b7db(0x150),'xcodeOrgId','xcodeSigningId',a56_0x10b7db(0xea),a56_0x10b7db(0x199),a56_0x10b7db(0x192),'wdaStartupRetries','wdaStartupRetryInterval',a56_0x10b7db(0x18f),a56_0x10b7db(0x167),a56_0x10b7db(0xfe),a56_0x10b7db(0x12e),a56_0x10b7db(0x122),a56_0x10b7db(0x19b),a56_0x10b7db(0x18a),a56_0x10b7db(0x130),a56_0x10b7db(0xee),'logcatFormat','logcatFilterSpecs',a56_0x10b7db(0x105)]);
@@ -1 +1 @@
1
- var a57_0x382f42=a57_0x281d;function a57_0x281d(_0x47003a,_0x424dbe){var _0x27e71a=a57_0x27e7();return a57_0x281d=function(_0x281ddc,_0x12264c){_0x281ddc=_0x281ddc-0x90;var _0x272f9e=_0x27e71a[_0x281ddc];return _0x272f9e;},a57_0x281d(_0x47003a,_0x424dbe);}(function(_0x30239b,_0x11302f){var _0x8648c2=a57_0x281d,_0x5598e0=_0x30239b();while(!![]){try{var _0x22145c=-parseInt(_0x8648c2(0x9c))/0x1*(-parseInt(_0x8648c2(0x96))/0x2)+parseInt(_0x8648c2(0x95))/0x3+-parseInt(_0x8648c2(0x90))/0x4+-parseInt(_0x8648c2(0x92))/0x5*(-parseInt(_0x8648c2(0x97))/0x6)+-parseInt(_0x8648c2(0x9d))/0x7*(-parseInt(_0x8648c2(0x98))/0x8)+parseInt(_0x8648c2(0x93))/0x9+-parseInt(_0x8648c2(0x91))/0xa;if(_0x22145c===_0x11302f)break;else _0x5598e0['push'](_0x5598e0['shift']());}catch(_0x1b017e){_0x5598e0['push'](_0x5598e0['shift']());}}}(a57_0x27e7,0x9f7a1));class Global{static [a57_0x382f42(0x99)];constructor(){if(Global['__instance'])return Global['__instance'];this['browserStackGlobals']=global,Global['__instance']=this;}[a57_0x382f42(0x94)](_0x1b50ff,_0x4ca1f8){var _0xa0bfba=a57_0x382f42;this[_0xa0bfba(0x9e)][_0x1b50ff]=_0x4ca1f8;}[a57_0x382f42(0x9a)](_0xeaeae9){var _0x5109a1=a57_0x382f42;return this[_0x5109a1(0x9e)][_0xeaeae9];}}function a57_0x27e7(){var _0x4b0157=['169314IgSBoL','6gqsQev','8dXoXDJ','__instance','getGlobal','exports','6dkdviH','5691756cypuAu','browserStackGlobals','2317796adXSSa','31346440JbIUfF','3355475xPgXQA','9768501jBvAhL','setGlobal','3869328zYBVfj'];a57_0x27e7=function(){return _0x4b0157;};return a57_0x27e7();}module[a57_0x382f42(0x9b)]=new Global();
1
+ var a57_0x16e440=a57_0x3356;(function(_0x36ed79,_0xb6511a){var _0x14b31a=a57_0x3356,_0x314f04=_0x36ed79();while(!![]){try{var _0x562024=-parseInt(_0x14b31a(0x194))/0x1+-parseInt(_0x14b31a(0x18a))/0x2*(parseInt(_0x14b31a(0x192))/0x3)+parseInt(_0x14b31a(0x193))/0x4+-parseInt(_0x14b31a(0x18b))/0x5+-parseInt(_0x14b31a(0x18e))/0x6+parseInt(_0x14b31a(0x195))/0x7+-parseInt(_0x14b31a(0x189))/0x8*(-parseInt(_0x14b31a(0x18c))/0x9);if(_0x562024===_0xb6511a)break;else _0x314f04['push'](_0x314f04['shift']());}catch(_0x27ca55){_0x314f04['push'](_0x314f04['shift']());}}}(a57_0x5b3d,0x9bd5f));class Global{static [a57_0x16e440(0x190)];constructor(){var _0x2b9e5e=a57_0x16e440;if(Global[_0x2b9e5e(0x190)])return Global['__instance'];this[_0x2b9e5e(0x191)]=global,Global[_0x2b9e5e(0x190)]=this;}[a57_0x16e440(0x18d)](_0x2bc5ce,_0xd6261e){var _0x20b303=a57_0x16e440;this[_0x20b303(0x191)][_0x2bc5ce]=_0xd6261e;}['getGlobal'](_0x1bc119){var _0x5e0956=a57_0x16e440;return this[_0x5e0956(0x191)][_0x1bc119];}}module[a57_0x16e440(0x18f)]=new Global();function a57_0x3356(_0x5b1b17,_0x5bc4bd){var _0x5b3d96=a57_0x5b3d();return a57_0x3356=function(_0x3356ff,_0x4e1935){_0x3356ff=_0x3356ff-0x189;var _0x2fbe1c=_0x5b3d96[_0x3356ff];return _0x2fbe1c;},a57_0x3356(_0x5b1b17,_0x5bc4bd);}function a57_0x5b3d(){var _0x1dc98e=['__instance','browserStackGlobals','3101418GjeVSk','768120RHNgje','1016386fDtdWw','869729kYTOiM','8WTzrBd','2OKpHjI','5086655cjeDPx','35988687YrZtRC','setGlobal','3655164KsTaYS','exports'];a57_0x5b3d=function(){return _0x1dc98e;};return a57_0x5b3d();}