browserstack-node-sdk 1.29.3 → 1.30.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (105) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/gcs.js +1 -1
  6. package/ats/src/cloudproviders/utils.js +1 -1
  7. package/ats/src/commands/configure.js +1 -1
  8. package/ats/src/commands/connect.js +1 -1
  9. package/ats/src/commands/connect_commands/grid.js +1 -1
  10. package/ats/src/commands/create.js +1 -1
  11. package/ats/src/commands/create_commands/grid.js +1 -1
  12. package/ats/src/commands/delete.js +1 -1
  13. package/ats/src/commands/delete_commands/grid.js +1 -1
  14. package/ats/src/commands/init.js +1 -1
  15. package/ats/src/commands/list.js +1 -1
  16. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  17. package/ats/src/commands/list_commands/grids.js +1 -1
  18. package/ats/src/config/constants.js +1 -1
  19. package/ats/src/config/logger.js +1 -1
  20. package/ats/src/index.js +1 -1
  21. package/ats/src/utils/AWSUtils.js +1 -1
  22. package/ats/src/utils/createAutoscalerStack.js +1 -1
  23. package/ats/src/utils/createClusterStack.js +1 -1
  24. package/ats/src/utils/createk8sClient.js +1 -1
  25. package/ats/src/utils/deleteStack.js +1 -1
  26. package/ats/src/utils/gridComponents.js +1 -1
  27. package/ats/src/utils/hstUtils.js +1 -1
  28. package/ats/src/utils/instrumentationUtils.js +1 -1
  29. package/ats/src/utils/userInput.js +1 -1
  30. package/ats/src/utils/utilityMethods.js +1 -1
  31. package/ats/src/utils/webSocketUtils.js +1 -1
  32. package/package.json +1 -1
  33. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  34. package/src/bin/codeceptjs/command.js +1 -1
  35. package/src/bin/cucumber-js/command.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  37. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  38. package/src/bin/cucumber-js/test.setup.js +1 -1
  39. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  40. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  41. package/src/bin/jest/command.js +1 -1
  42. package/src/bin/jest/customImplements/customCircus.js +1 -0
  43. package/src/bin/jest/customImplements/customEnvironment.js +1 -0
  44. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -0
  45. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -0
  46. package/src/bin/jest/jest.setup.js +1 -1
  47. package/src/bin/jest/test-observability/data-hooks.js +1 -0
  48. package/src/bin/jest/test-observability/helper.js +1 -0
  49. package/src/bin/jest/test-observability/obsReporter.js +1 -0
  50. package/src/bin/jest/test-observability/test-details.js +1 -0
  51. package/src/bin/jest/test_before.setup.js +1 -1
  52. package/src/bin/launcher/launcher.js +1 -1
  53. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  54. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/mocha/command.js +1 -1
  56. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  57. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  58. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  59. package/src/bin/mocha/test.setup.js +1 -1
  60. package/src/bin/nightwatch/command.js +1 -1
  61. package/src/bin/playwright/accessibility-helper.js +1 -1
  62. package/src/bin/playwright/command.js +1 -1
  63. package/src/bin/playwright/globalSetup.js +1 -1
  64. package/src/bin/playwright/mock-process.js +1 -1
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/helpers/BrowserStackSetup.js +1 -1
  79. package/src/helpers/accessibility-automation/constants.js +1 -1
  80. package/src/helpers/accessibility-automation/helper.js +1 -1
  81. package/src/helpers/ats/constants.js +1 -1
  82. package/src/helpers/ats/helper.js +1 -1
  83. package/src/helpers/capsMapping.js +1 -1
  84. package/src/helpers/helper.js +1 -1
  85. package/src/helpers/logger.js +1 -1
  86. package/src/helpers/patchHelpers.js +1 -1
  87. package/src/helpers/percy/Percy.js +1 -1
  88. package/src/helpers/percy/PercyBinary.js +1 -1
  89. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  90. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  91. package/src/helpers/percy/PercySDK.js +1 -1
  92. package/src/helpers/percy/index.js +1 -1
  93. package/src/helpers/request-spy.js +1 -1
  94. package/src/helpers/setKeepAlive.js +1 -1
  95. package/src/helpers/test-observability/constants.js +1 -1
  96. package/src/helpers/test-observability/error-handler.js +1 -1
  97. package/src/helpers/test-observability/performance-tester.js +1 -1
  98. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  99. package/src/helpers/test-observability/sessionHandler.js +1 -1
  100. package/src/helpers/test-observability/utils.js +1 -1
  101. package/src/helpers/w3cMapping.js +1 -1
  102. package/src/hubAllocationMethods.js +1 -1
  103. package/src/index.js +1 -1
  104. package/src/bin/jest/customEnvironment.js +0 -1
  105. package/src/bin/jest/customTestRunnerTemplate.js +0 -1
@@ -1 +1 @@
1
- const a41_0xcd9b98=a41_0x2e82;(function(_0x22caa0,_0x417c2a){const _0x59edec=a41_0x2e82,_0x19c14f=_0x22caa0();while(!![]){try{const _0x8645e3=parseInt(_0x59edec(0xba))/0x1+-parseInt(_0x59edec(0x89))/0x2*(parseInt(_0x59edec(0xd4))/0x3)+parseInt(_0x59edec(0x11c))/0x4+-parseInt(_0x59edec(0x149))/0x5+-parseInt(_0x59edec(0x104))/0x6*(-parseInt(_0x59edec(0x100))/0x7)+parseInt(_0x59edec(0x9f))/0x8*(parseInt(_0x59edec(0xe4))/0x9)+parseInt(_0x59edec(0x178))/0xa*(-parseInt(_0x59edec(0xa6))/0xb);if(_0x8645e3===_0x417c2a)break;else _0x19c14f['push'](_0x19c14f['shift']());}catch(_0x3ef1f0){_0x19c14f['push'](_0x19c14f['shift']());}}}(a41_0x41b9,0xc8022));const path=require(a41_0xcd9b98(0x14d)),util=require('util'),bsSetupHelper=require('../helper'),logger=require(a41_0xcd9b98(0x91))[a41_0xcd9b98(0x12b)],{API_URL}=require(a41_0xcd9b98(0x15e));function a41_0x41b9(){const _0x3142d0=['OMsmd','424752fSFEaM','JurJH','xtcBv','KsQIY','status','Authorization','ByYzD','hXSOo','stopAccessibilityTestRun','qiguz','Build\x20creation\x20had\x20failed.','accessibility','accessibilityToken','LFlzo','kiyGj','isAccessibilityAutomationSession','GJRhb','nIOIU','join','yADCU','excludeTagsInTestingScope','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','LvkUI','lfBCO','3907888MJvSba','getAgentVersion','Bnfoi','statusText','GNlMB','resolve','BS_A11Y_JWT','cPZTH','imFDV','xoIkA','scannerVersion','cYFfL','FvmXS','getCapabilities','MdEPH','winstonLogger','PVFWo','BfIeP','user','ZbflG','HorZU','Cwlvn','VUcob','erPuh','ZkDrw','getHostInfo','iQDnn','EHyFc','zcJfn','Ppdlg','errors','WWBzS','ZnAdH','mvyCP','tSsol','LWvlI','test_runs','EMUgc','Xmwaw','FjtJD','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','includes','qJPSb','rQylS','1752365CRuFIl','jUqvt','Rsyfa','length','path','HyMwb','shouldScanTestForAccessibility','RRfvV','liusF','ortKc','paDkz','mBApK','DCCsB','XSICX','Ybabj','leUwh','UYgVj','hEnnk','getBrowserVersion','toISOString','data','./constants','zUnsS','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','orcbd','No\x20accessibility\x20summary\x20was\x20found.','ksKHo','isArray','some','DUUmD','mHNWJ','body','env','YQUnh','isTrue','Invalid\x20configuration\x20passed.','audzu','nvvZN','xVdIt','basename','hSCtZ','false','aNXAI','PiYMB','XQVDP','checkAccessibilityPlatformConfig','3463280hlQFJQ','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','Ilibz','eHLqQ','sOQJD','getBrowserName','eSVzK','application/json','ghrSz','BWHbo','Oclbg','AlZel','JZixk','auth','GkysT','RlcRr','hbDtZ','dAzNE','No\x20accessibility\x20results\x20were\x20found.','browserstack','FDwhP','11522rPrWaR','FhrlE','mUTKp','nodeRequest','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','jMhrM','cwd','PlcnV','../logger','Bearer\x20','buildName','VBQVd','LngDD','feOmg','TNsbS','gTuEo','lrtcJ','FHSSc','LJNdC','platforms','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','TCwWc','40xoqJhn','fetchPlatformDetails','ndunc','KuLWV','igmcl','stringify','string','22JosaYj','UNiNa','OFRHJ','hjlvI','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','parse','createAccessibilityTestRun','isBrowserstackInfra','uWini','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','pass','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','info','AiqVO','hwByk','itmJu','rYwEX','RlCqs','format','PdPNc','518655aUvOgQ','eCyst','ZFPdF','POST','TnjZI','MBEPQ','hailn','yCoVL','msQxM','isUndefined','gZVZr','response','nHnfP','forEach','CPzTf','XTkRX','mdGAj','getPlatformVersion','ZzJGQ','getAccessibilityResults','UUTqL','getPlatform','stack','aCzpW','idIXP','RKJck','393wEEDUA','BlVuN','oNAhm','KOJfR','aSYcn','isAccessibilityPlatform','eNhmz','fXFgU','json','includeTagsInTestingScope','headers','emlzs','UTniR','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','ZvkYm','success','1254015IIrLQq','ccbGY','Kaomx','executeScript','QLRpM','null','bhmkS','GoYTd','assign','getAccessKey','debug','lGtec','XcmOq','ntcww','getGitMetaData','HjTkc','GjqnL','RsmIO','iLkcl','BROWSERSTACK_TEST_ACCESSIBILITY_YML','esMDb','error','Invalid\x20request:\x20','rGgOU','opgCj','MQAqV','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','warn','42vigffq','message','xBvVw'];a41_0x41b9=function(){return _0x3142d0;};return a41_0x41b9();}function a41_0x2e82(_0x33af66,_0x752f4){const _0x41b990=a41_0x41b9();return a41_0x2e82=function(_0x2e8258,_0x1be2f5){_0x2e8258=_0x2e8258-0x83;let _0x16bb50=_0x41b990[_0x2e8258];return _0x16bb50;},a41_0x2e82(_0x33af66,_0x752f4);}exports[a41_0xcd9b98(0xa0)]=async _0x5079b7=>{const _0x32bd39=a41_0xcd9b98,_0x35d4fa={};_0x35d4fa[_0x32bd39(0x88)]=_0x32bd39(0x173),_0x35d4fa['TNsbS']=function(_0x55078a,_0x6b5a8a){return _0x55078a+_0x6b5a8a;},_0x35d4fa['ZLSLE']=_0x32bd39(0xfa),_0x35d4fa['tkYiy']=function(_0x142e36,_0x30a4fb){return _0x142e36!==_0x30a4fb;},_0x35d4fa[_0x32bd39(0x183)]=_0x32bd39(0xd6),_0x35d4fa[_0x32bd39(0xc8)]=_0x32bd39(0x125),_0x35d4fa[_0x32bd39(0x17c)]=function(_0x3d5b44,_0x2efae7){return _0x3d5b44==_0x2efae7;},_0x35d4fa[_0x32bd39(0x96)]=_0x32bd39(0x87),_0x35d4fa[_0x32bd39(0xa7)]=function(_0x20b84b,_0xc20702){return _0x20b84b===_0xc20702;},_0x35d4fa[_0x32bd39(0xf3)]=_0x32bd39(0xfc),_0x35d4fa[_0x32bd39(0xf6)]=_0x32bd39(0x103);const _0x5da9d0=_0x35d4fa;let _0x62805d={};try{if(_0x5da9d0['tkYiy'](_0x5da9d0['AlZel'],_0x5da9d0[_0x32bd39(0xc8)])){const _0x3fd6a7=await _0x5079b7[_0x32bd39(0x129)]();_0x62805d={'os_name':_0x3fd6a7[_0x32bd39(0xcf)](),'os_version':bsSetupHelper[_0x32bd39(0xcb)](_0x5da9d0[_0x32bd39(0x17c)](global['__cloud_provider___'],_0x5da9d0[_0x32bd39(0x96)])),'browser_name':_0x3fd6a7[_0x32bd39(0x17d)](),'browser_version':_0x3fd6a7[_0x32bd39(0x15b)]()};}else{_0x489532[_0x32bd39(0xf9)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0xb184e6[_0x32bd39(0x101)]||_0x1f3e29[_0x32bd39(0xd0)]));for(const _0x419b69 of _0xdbcdd6[_0x32bd39(0x13a)]){_0x12667e[_0x32bd39(0xf9)](_0x419b69[_0x32bd39(0x101)]);}_0x371f9c[_0x32bd39(0x16a)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5da9d0['FDwhP'],_0x25c5e1[_0x32bd39(0x16a)][_0x32bd39(0x160)]=_0x5da9d0[_0x32bd39(0x88)];}}catch(_0x368f86){if(_0x5da9d0[_0x32bd39(0xa7)](_0x5da9d0[_0x32bd39(0xf3)],_0x5da9d0[_0x32bd39(0xf6)]))throw new _0x3e6d3e(_0x5da9d0[_0x32bd39(0x97)](_0x5da9d0['ZLSLE'],_0x13ee11[_0x32bd39(0x15d)][_0x32bd39(0xf9)]));else logger[_0x32bd39(0xee)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x368f86);}return _0x62805d;},exports['isAccessibilityAutomationSession']=()=>{const _0x479eee=a41_0xcd9b98,_0x261bdf={};_0x261bdf[_0x479eee(0x156)]=_0x479eee(0xf9),_0x261bdf[_0x479eee(0xd5)]=function(_0x56d6f1,_0x5694f6){return _0x56d6f1===_0x5694f6;},_0x261bdf[_0x479eee(0x151)]=_0x479eee(0x176),_0x261bdf[_0x479eee(0xc1)]=function(_0x5b155e,_0x5dc84c){return _0x5b155e!==_0x5dc84c;},_0x261bdf[_0x479eee(0x9b)]='bZxwg',_0x261bdf[_0x479eee(0x99)]=_0x479eee(0xbc),_0x261bdf[_0x479eee(0xf1)]=_0x479eee(0xa5),_0x261bdf[_0x479eee(0x153)]=function(_0x2f15f5,_0x1883f1){return _0x2f15f5>_0x1883f1;},_0x261bdf[_0x479eee(0xae)]=_0x479eee(0xe9),_0x261bdf['hwByk']=function(_0x70b1f5,_0x27ce4f){return _0x70b1f5&&_0x27ce4f;},_0x261bdf[_0x479eee(0x137)]=_0x479eee(0xa2);const _0x873fe2=_0x261bdf;try{if(_0x873fe2['BlVuN'](_0x873fe2[_0x479eee(0x151)],_0x873fe2['liusF'])){if(!bsSetupHelper[_0x479eee(0xad)]()){if(_0x873fe2[_0x479eee(0xc1)](_0x873fe2[_0x479eee(0x9b)],_0x873fe2['lrtcJ']))return![];else{_0x3636c2[_0x479eee(0xc5)]?_0x10c939[_0x479eee(0xf9)](_0x479eee(0x9d)+_0x311c78['response'][_0x479eee(0x108)]+'\x20'+_0x371734[_0x479eee(0xc5)]['statusText']+'\x20'+_0x348162[_0x479eee(0xa4)](_0x2bd485['response']['data'])):_0x4167b8['error'](_0x479eee(0x9d)+(_0x12e07a[_0x479eee(0x101)]||_0x28ebc2[_0x479eee(0xb8)](_0x136e1a)));const _0x3d50bc={};return _0x3d50bc[_0x479eee(0x108)]=_0x873fe2[_0x479eee(0x156)],_0x3d50bc['message']=_0x7eb13e[_0x479eee(0x101)]||(_0x2c352c[_0x479eee(0xc5)]?_0x3d0f93[_0x479eee(0xc5)]['status']+':'+_0xe6e1ee[_0x479eee(0xc5)][_0x479eee(0x11f)]:_0x3b5645),_0x3d50bc;}}const _0x527b44=bsSetupHelper[_0x479eee(0x16c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x479eee(0x16c)](process[_0x479eee(0x16a)][_0x479eee(0x160)]),_0x21610a=_0x873fe2[_0x479eee(0xd5)](typeof process[_0x479eee(0x16a)][_0x479eee(0x122)],_0x873fe2[_0x479eee(0xf1)])&&_0x873fe2[_0x479eee(0x153)](process[_0x479eee(0x16a)][_0x479eee(0x122)][_0x479eee(0x14c)],0x0)&&_0x873fe2[_0x479eee(0xc1)](process[_0x479eee(0x16a)][_0x479eee(0x122)],_0x873fe2[_0x479eee(0xae)]);return _0x873fe2[_0x479eee(0xb4)](_0x527b44,_0x21610a);}else{if(_0x2fbd98['isTrue'](_0x15c448[_0x479eee(0x10f)]))return _0x201c5a=!![],!![];}}catch(_0x24d7ac){if(_0x873fe2['yCoVL'](_0x873fe2[_0x479eee(0x137)],_0x873fe2[_0x479eee(0x137)]))return _0x406f8e[_0x479eee(0xff)](_0x479eee(0xe1)),{};else logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x24d7ac);}return![];},exports[a41_0xcd9b98(0x14f)]=(_0x1c7487,_0x4fdf28=!![])=>{const _0x57dd07=a41_0xcd9b98,_0x25550c={};_0x25550c[_0x57dd07(0x8e)]=function(_0x3dec09,_0x2ea1a1){return _0x3dec09==_0x2ea1a1;},_0x25550c[_0x57dd07(0x138)]=function(_0x1ef85d,_0x473d82){return _0x1ef85d===_0x473d82;},_0x25550c[_0x57dd07(0x9a)]=_0x57dd07(0xf4),_0x25550c['nvvZN']=_0x57dd07(0x112),_0x25550c[_0x57dd07(0x180)]=function(_0x381801,_0x298dfc){return _0x381801===_0x298dfc;},_0x25550c['zUnsS']=_0x57dd07(0xdf),_0x25550c[_0x57dd07(0x133)]=_0x57dd07(0x170),_0x25550c['aSYcn']=function(_0x21c71c,_0x45ab99){return _0x21c71c!==_0x45ab99;},_0x25550c['PVFWo']=_0x57dd07(0x167),_0x25550c[_0x57dd07(0x159)]=function(_0x32b678,_0x2e89eb){return _0x32b678&&_0x2e89eb;},_0x25550c['idIXP']='OMpkU',_0x25550c['esMDb']=_0x57dd07(0x161);const _0x4369c7=_0x25550c;if(_0x4369c7[_0x57dd07(0x8e)](process['env'][_0x57dd07(0x179)],null)){if(_0x4369c7[_0x57dd07(0x138)](_0x4369c7['FHSSc'],_0x4369c7[_0x57dd07(0x16f)]))_0x16263e=_0x283341[_0x57dd07(0x116)]('/');else return!![];}try{if(_0x4369c7[_0x57dd07(0x180)](_0x4369c7[_0x57dd07(0x15f)],_0x4369c7[_0x57dd07(0x15f)])){const _0xfaee8f=JSON['parse'](process[_0x57dd07(0x16a)][_0x57dd07(0x179)]),_0x4cd9ee=Array[_0x57dd07(0x165)](_0xfaee8f['includeTagsInTestingScope'])?_0xfaee8f[_0x57dd07(0xdd)]:[],_0x1f0ffe=Array[_0x57dd07(0x165)](_0xfaee8f[_0x57dd07(0x118)])?_0xfaee8f[_0x57dd07(0x118)]:[];let _0x5c93e4;if(_0x4fdf28){if(_0x4369c7[_0x57dd07(0x138)](_0x4369c7['erPuh'],_0x4369c7[_0x57dd07(0x133)]))_0x5c93e4=_0x1c7487[_0x57dd07(0x116)]('/');else return![];}else _0x4369c7[_0x57dd07(0xd8)](_0x4369c7['PVFWo'],_0x4369c7[_0x57dd07(0x12c)])?_0x3c1734=_0x5baea1[_0x57dd07(0xab)](_0x57807a[_0x57dd07(0x16a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x5c93e4=_0x1c7487;const _0x2c047d=_0x1f0ffe[_0x57dd07(0x166)](_0x2656a5=>_0x5c93e4[_0x57dd07(0x146)](_0x2656a5)),_0x1acada=_0x4369c7['zcJfn'](_0x4cd9ee[_0x57dd07(0x14c)],0x0)||_0x4cd9ee['some'](_0x486823=>_0x5c93e4['includes'](_0x486823));return _0x4369c7[_0x57dd07(0x159)](!_0x2c047d,_0x1acada);}else _0x429bac[_0x57dd07(0xf9)](_0x57dd07(0x9d)+_0x1ac857['response'][_0x57dd07(0x108)]+'\x20'+_0x33820b[_0x57dd07(0xc5)]['statusText']+'\x20'+_0x34c9c5[_0x57dd07(0xa4)](_0x3b82e6[_0x57dd07(0xc5)][_0x57dd07(0x15d)]));}catch(_0x387558){if(_0x4369c7[_0x57dd07(0x138)](_0x4369c7['idIXP'],_0x4369c7[_0x57dd07(0xd2)]))logger['debug'](_0x4369c7[_0x57dd07(0xf8)],_0x387558);else return _0x4bb75e=!![],!![];}return![];},exports[a41_0xcd9b98(0x177)]=_0x58754e=>{const _0x564cb6=a41_0xcd9b98,_0x4a6624={};_0x4a6624['LWvlI']='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20',_0x4a6624[_0x564cb6(0x124)]=_0x564cb6(0x163),_0x4a6624[_0x564cb6(0x134)]=function(_0x1733ca,_0x1170e4){return _0x1733ca===_0x1170e4;},_0x4a6624[_0x564cb6(0xbf)]='string',_0x4a6624[_0x564cb6(0xbe)]=function(_0xd33cc4,_0x1fac50){return _0xd33cc4>_0x1fac50;},_0x4a6624[_0x564cb6(0x143)]=function(_0x565428,_0x3963d3){return _0x565428!==_0x3963d3;},_0x4a6624[_0x564cb6(0x155)]=_0x564cb6(0xe9),_0x4a6624[_0x564cb6(0x157)]=function(_0x40e118,_0x4d27ab){return _0x40e118&&_0x4d27ab;},_0x4a6624['itmJu']=_0x564cb6(0x111),_0x4a6624['Rsyfa']=_0x564cb6(0x9e),_0x4a6624[_0x564cb6(0x14e)]=function(_0x405e89,_0x2991a4){return _0x405e89!==_0x2991a4;},_0x4a6624[_0x564cb6(0xce)]='AStKh',_0x4a6624[_0x564cb6(0x130)]=function(_0x21e7d1,_0xcf3b4b){return _0x21e7d1!==_0xcf3b4b;},_0x4a6624[_0x564cb6(0x186)]=_0x564cb6(0x175),_0x4a6624[_0x564cb6(0x154)]=function(_0x59141e,_0x830348){return _0x59141e!==_0x830348;},_0x4a6624[_0x564cb6(0x16e)]=_0x564cb6(0x17b);const _0x322559=_0x4a6624;let _0x36fad9=![];try{_0x322559[_0x564cb6(0x130)](_0x322559[_0x564cb6(0x186)],_0x322559[_0x564cb6(0x186)])?_0x37df7d['debug'](_0x322559[_0x564cb6(0x13f)],_0x4d9e3b):_0x58754e[_0x564cb6(0x9c)][_0x564cb6(0xc7)](_0x2dc6f5=>{const _0x34ac53=_0x564cb6;if(_0x322559[_0x34ac53(0x134)](_0x322559[_0x34ac53(0xb5)],_0x322559[_0x34ac53(0x14b)]))return _0xc183f1[_0x34ac53(0xf9)](_0x322559[_0x34ac53(0x124)]),{};else{if(bsSetupHelper[_0x34ac53(0x16c)](_0x2dc6f5['accessibility'])){if(_0x322559['HyMwb'](_0x322559[_0x34ac53(0xce)],_0x322559[_0x34ac53(0xce)])){if(!_0x61df07[_0x34ac53(0xad)]())return![];const _0x37b0d3=_0x4aa8d1[_0x34ac53(0x16c)](_0xd21790[_0x34ac53(0x16a)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x125e3f[_0x34ac53(0x16c)](_0x328faa[_0x34ac53(0x16a)][_0x34ac53(0x160)]),_0x1492c6=_0x322559[_0x34ac53(0x134)](typeof _0x519c77[_0x34ac53(0x16a)][_0x34ac53(0x122)],_0x322559[_0x34ac53(0xbf)])&&_0x322559[_0x34ac53(0xbe)](_0x36bc7f[_0x34ac53(0x16a)][_0x34ac53(0x122)][_0x34ac53(0x14c)],0x0)&&_0x322559[_0x34ac53(0x143)](_0x3267a3[_0x34ac53(0x16a)]['BS_A11Y_JWT'],_0x322559[_0x34ac53(0x155)]);return _0x322559['Ybabj'](_0x37b0d3,_0x1492c6);}else return _0x36fad9=!![],!![];}}});}catch(_0x590dcc){_0x322559[_0x564cb6(0x154)](_0x322559[_0x564cb6(0x16e)],_0x322559[_0x564cb6(0x16e)])?_0x2aa8b2[_0x564cb6(0xf9)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x3bf9a7[_0x564cb6(0xc5)][_0x564cb6(0x108)]+'\x20'+_0x113db3[_0x564cb6(0xc5)]['statusText']+'\x20'+_0x5b4e0f[_0x564cb6(0xa4)](_0x56f3c8[_0x564cb6(0xc5)][_0x564cb6(0x15d)])):logger[_0x564cb6(0xee)](_0x564cb6(0x119)+_0x590dcc);}return _0x36fad9;},exports[a41_0xcd9b98(0xac)]=async(_0x154897,_0x5db47a)=>{const _0x146b8f=a41_0xcd9b98,_0x86879e={};_0x86879e['RKJck']=_0x146b8f(0x144),_0x86879e[_0x146b8f(0x114)]=function(_0x1fef23,_0x4d06e9){return _0x1fef23==_0x4d06e9;},_0x86879e['QLRpM']=_0x146b8f(0x16d),_0x86879e[_0x146b8f(0x148)]='false',_0x86879e['QQyfN']='No\x20accessibility\x20results\x20were\x20found.',_0x86879e[_0x146b8f(0x8b)]=function(_0x1e8933,_0x1c578c){return _0x1e8933===_0x1c578c;},_0x86879e[_0x146b8f(0xea)]='zjPNO',_0x86879e[_0x146b8f(0x16b)]='wnphl',_0x86879e[_0x146b8f(0xc4)]=function(_0x396b24,_0x5d89b2){return _0x396b24===_0x5d89b2;},_0x86879e[_0x146b8f(0x98)]=_0x146b8f(0xe2),_0x86879e[_0x146b8f(0xc6)]=_0x146b8f(0xb9),_0x86879e[_0x146b8f(0x83)]=function(_0x4c284a,_0x13c3b4){return _0x4c284a===_0x13c3b4;},_0x86879e[_0x146b8f(0x162)]=_0x146b8f(0x147),_0x86879e[_0x146b8f(0xfd)]=_0x146b8f(0x17f),_0x86879e[_0x146b8f(0x94)]=_0x146b8f(0xbd),_0x86879e['JZixk']=_0x146b8f(0x140),_0x86879e[_0x146b8f(0x13d)]=function(_0x528da7,_0x205aad){return _0x528da7!==_0x205aad;},_0x86879e['bEfTD']=_0x146b8f(0xd7),_0x86879e[_0x146b8f(0xb7)]=_0x146b8f(0x181),_0x86879e[_0x146b8f(0x15a)]=function(_0x3bf66d,_0xeeb447){return _0x3bf66d===_0xeeb447;},_0x86879e[_0x146b8f(0x14a)]='iSWbT',_0x86879e[_0x146b8f(0xb3)]=_0x146b8f(0x10b),_0x86879e[_0x146b8f(0xef)]=function(_0x3a4936,_0x17adf8){return _0x3a4936!==_0x17adf8;},_0x86879e[_0x146b8f(0x85)]=_0x146b8f(0xbb),_0x86879e[_0x146b8f(0x10a)]='JxyGI',_0x86879e[_0x146b8f(0xc9)]=function(_0x5c0b8b,_0x135c12){return _0x5c0b8b===_0x135c12;},_0x86879e[_0x146b8f(0x12d)]=_0x146b8f(0x158),_0x86879e['JurJH']=_0x146b8f(0x128),_0x86879e[_0x146b8f(0x141)]=function(_0x528489,_0x409eef){return _0x528489!==_0x409eef;},_0x86879e[_0x146b8f(0xca)]=_0x146b8f(0x106),_0x86879e[_0x146b8f(0xfb)]='MfipO',_0x86879e[_0x146b8f(0x13e)]=function(_0x232363,_0x127d83){return _0x232363!==_0x127d83;},_0x86879e['Ppdlg']=_0x146b8f(0x168),_0x86879e[_0x146b8f(0x107)]='GaygG',_0x86879e['UTniR']=function(_0x3df783,_0x482ba8){return _0x3df783===_0x482ba8;},_0x86879e[_0x146b8f(0xf5)]=_0x146b8f(0x142);const _0x31e9c6=_0x86879e,_0x19d0da=bsSetupHelper['getUserName'](_0x154897),_0x389780=bsSetupHelper[_0x146b8f(0xed)](_0x154897);if(bsSetupHelper['isUndefined'](_0x19d0da)||bsSetupHelper[_0x146b8f(0xc3)](_0x389780))return _0x31e9c6['mUTKp'](_0x31e9c6[_0x146b8f(0xea)],_0x31e9c6[_0x146b8f(0x16b)])?(_0x4a936e[_0x146b8f(0xf9)](_0x31e9c6['RKJck']),[null,null]):(logger['error'](_0x31e9c6[_0x146b8f(0xd3)]),[null,null]);try{if(_0x31e9c6[_0x146b8f(0xc4)](_0x31e9c6[_0x146b8f(0x98)],_0x31e9c6[_0x146b8f(0x98)])){let _0x459f77;bsSetupHelper[_0x146b8f(0xc3)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x31e9c6['mUTKp'](_0x31e9c6[_0x146b8f(0xc6)],_0x31e9c6[_0x146b8f(0xc6)])?_0x459f77={}:_0x32ea45[_0x146b8f(0xee)](_0x146b8f(0xb1)+_0x2b4365):_0x31e9c6[_0x146b8f(0x83)](_0x31e9c6['orcbd'],_0x31e9c6[_0x146b8f(0x162)])?_0x459f77=JSON[_0x146b8f(0xab)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x5a1441={};const _0x40037b={'projectName':_0x154897['projectName'],'buildName':_0x154897[_0x146b8f(0x93)]||path[_0x146b8f(0x171)](path[_0x146b8f(0x121)](process[_0x146b8f(0x8f)]())),'startTime':new Date()['toISOString'](),'description':_0x154897['buildDescription']||'','source':{'frameworkName':_0x5db47a,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x5db47a),'sdkVersion':bsSetupHelper[_0x146b8f(0x11d)]()},'settings':_0x459f77,'versionControl':await bsSetupHelper[_0x146b8f(0xf2)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x146b8f(0x135)](),'browserstackAutomation':bsSetupHelper[_0x146b8f(0xad)]()},_0x40a85e={};_0x40a85e[_0x146b8f(0x12e)]=_0x19d0da,_0x40a85e[_0x146b8f(0xb0)]=_0x389780;const _0x32b244={};_0x32b244['Content-Type']=_0x31e9c6[_0x146b8f(0xfd)];const _0xcc37d={};_0xcc37d[_0x146b8f(0x185)]=_0x40a85e,_0xcc37d[_0x146b8f(0xde)]=_0x32b244;const _0x32907e=_0xcc37d,_0x1d9c49={};_0x1d9c49[_0x146b8f(0x169)]=_0x40037b,_0x1d9c49[_0x146b8f(0xdc)]=!![];const _0x1305a1=Object['assign'](_0x32907e,_0x1d9c49),_0x31984a=await bsSetupHelper[_0x146b8f(0x8c)](_0x31e9c6[_0x146b8f(0x94)],_0x31e9c6[_0x146b8f(0x184)],_0x1305a1,_0x154897,API_URL);let _0x2d1f2e=process['env'][_0x146b8f(0x179)];if(_0x2d1f2e){if(_0x31e9c6['mvyCP'](_0x31e9c6['bEfTD'],_0x31e9c6['RlCqs']))_0x2d1f2e=JSON[_0x146b8f(0xab)](process[_0x146b8f(0x16a)][_0x146b8f(0x179)]);else{if(_0x31e9c6['GJRhb'](_0x1f059e[_0x146b8f(0x101)],_0x31e9c6[_0x146b8f(0xe8)])){_0x46a37b[_0x146b8f(0xf9)](_0x146b8f(0x8d)+(_0x9df0a8[_0x146b8f(0x101)]||_0x5596cb[_0x146b8f(0xd0)]));for(const _0x421da7 of _0xa16f3b[_0x146b8f(0x13a)]){_0x52cadb[_0x146b8f(0xf9)](_0x421da7[_0x146b8f(0x101)]);}_0x4f9fc4['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x31e9c6[_0x146b8f(0x148)],_0x38bb60[_0x146b8f(0x16a)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x31e9c6[_0x146b8f(0x148)];}else _0x2d7083[_0x146b8f(0xf9)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x9e3a2d[_0x146b8f(0x101)]||_0x5bf961[_0x146b8f(0xd0)]));}}else _0x31e9c6['hEnnk'](_0x31e9c6[_0x146b8f(0x14a)],_0x31e9c6[_0x146b8f(0xb3)])?_0x4c9ced['error'](_0x46f344['message']):_0x2d1f2e={};return _0x2d1f2e[_0x146b8f(0x126)]=_0x31984a[_0x146b8f(0x15d)][_0x146b8f(0x15d)][_0x146b8f(0x126)],process[_0x146b8f(0x16a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x146b8f(0xa4)](_0x2d1f2e),[_0x31984a[_0x146b8f(0x15d)][_0x146b8f(0x15d)][_0x146b8f(0x110)],_0x31984a[_0x146b8f(0x15d)]['data']['id']];}else _0x245d38[_0x146b8f(0xf9)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x595b57['message']||_0x4b8a17[_0x146b8f(0xb8)](_0xc0f740)));}catch(_0x336ef5){if(_0x31e9c6[_0x146b8f(0xef)](_0x31e9c6[_0x146b8f(0x85)],_0x31e9c6['dAzNE']))_0x50306f[_0x146b8f(0x9c)][_0x146b8f(0xc7)](_0x45f8f4=>{const _0x365e33=_0x146b8f;if(_0x50cf08[_0x365e33(0x16c)](_0x45f8f4[_0x365e33(0x10f)]))return _0x213a99=!![],!![];});else{if(_0x336ef5[_0x146b8f(0xc5)]){if(_0x31e9c6[_0x146b8f(0x8b)](_0x31e9c6[_0x146b8f(0x10a)],_0x31e9c6[_0x146b8f(0x10a)]))logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x336ef5[_0x146b8f(0xc5)][_0x146b8f(0x108)]+'\x20'+_0x336ef5[_0x146b8f(0xc5)][_0x146b8f(0x11f)]+'\x20'+JSON[_0x146b8f(0xa4)](_0x336ef5[_0x146b8f(0xc5)][_0x146b8f(0x15d)]));else return _0x31ac97[_0x146b8f(0xff)](_0x146b8f(0x145)),[];}else{if(_0x31e9c6[_0x146b8f(0xc9)](_0x31e9c6[_0x146b8f(0x12d)],_0x31e9c6[_0x146b8f(0x105)]))_0x4384ea=_0x217eac[_0x146b8f(0xab)](_0x1b31da[_0x146b8f(0x16a)][_0x146b8f(0x179)]);else{if(_0x31e9c6[_0x146b8f(0x114)](_0x336ef5[_0x146b8f(0x101)],_0x31e9c6[_0x146b8f(0xe8)])){if(_0x31e9c6['EMUgc'](_0x31e9c6[_0x146b8f(0xca)],_0x31e9c6[_0x146b8f(0xfb)])){logger[_0x146b8f(0xf9)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x336ef5[_0x146b8f(0x101)]||_0x336ef5['stack']));for(const _0x1d919f of _0x336ef5[_0x146b8f(0x13a)]){_0x31e9c6[_0x146b8f(0x13e)](_0x31e9c6[_0x146b8f(0x139)],_0x31e9c6['KsQIY'])?logger[_0x146b8f(0xf9)](_0x1d919f['message']):_0x4802cd=_0x50e078;}process[_0x146b8f(0x16a)][_0x146b8f(0xf7)]=_0x31e9c6[_0x146b8f(0x148)],process[_0x146b8f(0x16a)][_0x146b8f(0x160)]=_0x31e9c6[_0x146b8f(0x148)];}else _0x4c5ab1[_0x146b8f(0xee)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3aab34);}else{if(_0x31e9c6[_0x146b8f(0xe0)](_0x31e9c6[_0x146b8f(0xf5)],_0x31e9c6[_0x146b8f(0xf5)]))logger['error'](_0x146b8f(0x8d)+(_0x336ef5['message']||_0x336ef5[_0x146b8f(0xd0)]));else return _0x56d634['error'](_0x31e9c6['QQyfN']),[];}}}return[null,null];}}},exports[a41_0xcd9b98(0x10c)]=async _0xd8e208=>{const _0xf5e7ac=a41_0xcd9b98,_0x1e56c1={};_0x1e56c1[_0xf5e7ac(0x11b)]=_0xf5e7ac(0xf9),_0x1e56c1[_0xf5e7ac(0x132)]=_0xf5e7ac(0x10e),_0x1e56c1[_0xf5e7ac(0xda)]=_0xf5e7ac(0xe3),_0x1e56c1['ndunc']=function(_0x1c5e25,_0x2ed41d){return _0x1c5e25===_0x2ed41d;},_0x1e56c1['nIOIU']=function(_0x24b7f5,_0x5d93f1){return _0x24b7f5&&_0x5d93f1;},_0x1e56c1['eSVzK']=_0xf5e7ac(0xa5),_0x1e56c1['ccbGY']=function(_0x5d27a1,_0x29a6c9){return _0x5d27a1>_0x29a6c9;},_0x1e56c1[_0xf5e7ac(0x136)]=function(_0x945288,_0x563323){return _0x945288!==_0x563323;},_0x1e56c1['PLbYZ']=_0xf5e7ac(0xe9),_0x1e56c1[_0xf5e7ac(0x182)]=function(_0x32b19e,_0x4e0591){return _0x32b19e===_0x4e0591;},_0x1e56c1[_0xf5e7ac(0x123)]='TZDlU',_0x1e56c1[_0xf5e7ac(0xc0)]=_0xf5e7ac(0x84),_0x1e56c1[_0xf5e7ac(0x11a)]='application/json',_0x1e56c1[_0xf5e7ac(0xa3)]=function(_0x52a741,_0x5809d8){return _0x52a741===_0x5809d8;},_0x1e56c1[_0xf5e7ac(0x90)]='zNtep',_0x1e56c1[_0xf5e7ac(0x12f)]=_0xf5e7ac(0x120),_0x1e56c1[_0xf5e7ac(0xcc)]='PUT',_0x1e56c1[_0xf5e7ac(0x13c)]='test_runs/stop',_0x1e56c1[_0xf5e7ac(0x17a)]='FDZHC',_0x1e56c1[_0xf5e7ac(0xa8)]=_0xf5e7ac(0x174),_0x1e56c1[_0xf5e7ac(0x11e)]=function(_0x4e62b8,_0x4b1217){return _0x4e62b8+_0x4b1217;},_0x1e56c1[_0xf5e7ac(0x102)]='Invalid\x20request:\x20',_0x1e56c1['yADCU']=function(_0x3aeaec,_0xa3f660){return _0x3aeaec===_0xa3f660;},_0x1e56c1['cYFfL']=_0xf5e7ac(0x172),_0x1e56c1[_0xf5e7ac(0xdb)]=_0xf5e7ac(0x152),_0x1e56c1[_0xf5e7ac(0xc2)]=function(_0x353599,_0xdd123f){return _0x353599===_0xdd123f;},_0x1e56c1[_0xf5e7ac(0xe6)]=_0xf5e7ac(0x10d),_0x1e56c1[_0xf5e7ac(0x8a)]='GADef',_0x1e56c1[_0xf5e7ac(0x12a)]=function(_0x53dde7,_0x300697){return _0x53dde7===_0x300697;},_0x1e56c1[_0xf5e7ac(0xa9)]=_0xf5e7ac(0x164),_0x1e56c1[_0xf5e7ac(0x13b)]='CZnUS',_0x1e56c1[_0xf5e7ac(0xf0)]=_0xf5e7ac(0x131);const _0x35c4f5=_0x1e56c1;if(bsSetupHelper[_0xf5e7ac(0xc3)](process[_0xf5e7ac(0x16a)][_0xf5e7ac(0x122)])||_0x35c4f5[_0xf5e7ac(0x136)](typeof process[_0xf5e7ac(0x16a)][_0xf5e7ac(0x122)],_0x35c4f5[_0xf5e7ac(0x17e)])){if(_0x35c4f5['Oclbg'](_0x35c4f5['cPZTH'],_0x35c4f5[_0xf5e7ac(0xc0)])){const _0x1fd020={};return _0x1fd020[_0xf5e7ac(0x108)]=_0x35c4f5['lfBCO'],_0x1fd020[_0xf5e7ac(0x101)]=_0x35c4f5[_0xf5e7ac(0x132)],_0x1fd020;}else{const _0x141938={};return _0x141938[_0xf5e7ac(0x108)]=_0x35c4f5[_0xf5e7ac(0x11b)],_0x141938[_0xf5e7ac(0x101)]=_0x35c4f5['VUcob'],_0x141938;}}const _0x371129={'endTime':new Date()[_0xf5e7ac(0x15c)]()},_0x2a8d58={};_0x2a8d58[_0xf5e7ac(0x109)]=_0xf5e7ac(0x92)+process[_0xf5e7ac(0x16a)]['BS_A11Y_JWT'],_0x2a8d58['Content-Type']=_0x35c4f5['LvkUI'];const _0x5c0ced={};_0x5c0ced[_0xf5e7ac(0xde)]=_0x2a8d58;const _0x37dc78=_0x5c0ced,_0x47cff9={};_0x47cff9['body']=_0x371129,_0x47cff9[_0xf5e7ac(0x185)]=null,_0x47cff9[_0xf5e7ac(0xdc)]=!![];const _0x48ca70=Object[_0xf5e7ac(0xec)](_0x37dc78,_0x47cff9);try{if(_0x35c4f5[_0xf5e7ac(0xa3)](_0x35c4f5[_0xf5e7ac(0x90)],_0x35c4f5['ZbflG']))return!![];else{const _0x123ddb=await bsSetupHelper[_0xf5e7ac(0x8c)](_0x35c4f5[_0xf5e7ac(0xcc)],_0x35c4f5[_0xf5e7ac(0x13c)],_0x48ca70,_0xd8e208,API_URL);if(_0x123ddb[_0xf5e7ac(0x15d)][_0xf5e7ac(0xf9)]){if(_0x35c4f5['iQDnn'](_0x35c4f5[_0xf5e7ac(0x17a)],_0x35c4f5['OFRHJ']))throw new Error(_0x35c4f5[_0xf5e7ac(0x11e)](_0x35c4f5[_0xf5e7ac(0x102)],_0x123ddb[_0xf5e7ac(0x15d)][_0xf5e7ac(0xf9)]));else _0x18499e['debug'](_0xf5e7ac(0xfe)+_0x160a65);}else{if(_0x35c4f5[_0xf5e7ac(0x117)](_0x35c4f5[_0xf5e7ac(0x127)],_0x35c4f5[_0xf5e7ac(0xdb)]))_0x1d75fc[_0xf5e7ac(0xf9)](_0xf5e7ac(0x8d)+(_0xb45e8f[_0xf5e7ac(0x101)]||_0x187d45['stack']));else{logger[_0xf5e7ac(0xb2)](_0xf5e7ac(0xaa)+new Date()['toISOString']());const _0x31ffa1={};return _0x31ffa1[_0xf5e7ac(0x108)]=_0x35c4f5['eNhmz'],_0x31ffa1[_0xf5e7ac(0x101)]='',_0x31ffa1;}}}}catch(_0x158bab){if(_0x35c4f5[_0xf5e7ac(0xc2)](_0x35c4f5[_0xf5e7ac(0xe6)],_0x35c4f5['FhrlE'])){_0x4860c2[_0xf5e7ac(0xb2)](_0xf5e7ac(0xaa)+new _0x3cb9e4()[_0xf5e7ac(0x15c)]());const _0x5ba479={};return _0x5ba479[_0xf5e7ac(0x108)]=_0x35c4f5[_0xf5e7ac(0xda)],_0x5ba479[_0xf5e7ac(0x101)]='',_0x5ba479;}else{if(_0x158bab[_0xf5e7ac(0xc5)]){if(_0x35c4f5[_0xf5e7ac(0x12a)](_0x35c4f5[_0xf5e7ac(0xa9)],_0x35c4f5[_0xf5e7ac(0xa9)]))logger[_0xf5e7ac(0xf9)](_0xf5e7ac(0x9d)+_0x158bab['response'][_0xf5e7ac(0x108)]+'\x20'+_0x158bab['response']['statusText']+'\x20'+JSON['stringify'](_0x158bab[_0xf5e7ac(0xc5)][_0xf5e7ac(0x15d)]));else{const _0x588bf6=_0x4acf49[_0xf5e7ac(0xab)](_0x5e3fce[_0xf5e7ac(0x16a)][_0xf5e7ac(0x179)]),_0x39e0af=_0x4ab982['isArray'](_0x588bf6['includeTagsInTestingScope'])?_0x588bf6[_0xf5e7ac(0xdd)]:[],_0x8e3d44=_0x302f84[_0xf5e7ac(0x165)](_0x588bf6[_0xf5e7ac(0x118)])?_0x588bf6[_0xf5e7ac(0x118)]:[];let _0x10b976;_0x5079d4?_0x10b976=_0x41d2dc[_0xf5e7ac(0x116)]('/'):_0x10b976=_0x340090;const _0x5c8a9a=_0x8e3d44[_0xf5e7ac(0x166)](_0x343287=>_0x10b976['includes'](_0x343287)),_0xf8315d=_0x35c4f5['ndunc'](_0x39e0af[_0xf5e7ac(0x14c)],0x0)||_0x39e0af[_0xf5e7ac(0x166)](_0x1febab=>_0x10b976[_0xf5e7ac(0x146)](_0x1febab));return _0x35c4f5[_0xf5e7ac(0x115)](!_0x5c8a9a,_0xf8315d);}}else{if(_0x35c4f5[_0xf5e7ac(0xa1)](_0x35c4f5['WWBzS'],_0x35c4f5[_0xf5e7ac(0xf0)])){try{if(!_0x380c4a[_0xf5e7ac(0xad)]())return![];const _0x4eec86=_0x1a8a8c[_0xf5e7ac(0x16c)](_0x476334[_0xf5e7ac(0x16a)][_0xf5e7ac(0xf7)])||_0x449cf3[_0xf5e7ac(0x16c)](_0xe64411['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x59d86c=_0x35c4f5[_0xf5e7ac(0xa1)](typeof _0x5804e5[_0xf5e7ac(0x16a)][_0xf5e7ac(0x122)],_0x35c4f5[_0xf5e7ac(0x17e)])&&_0x35c4f5[_0xf5e7ac(0xe5)](_0x2d4943[_0xf5e7ac(0x16a)][_0xf5e7ac(0x122)][_0xf5e7ac(0x14c)],0x0)&&_0x35c4f5[_0xf5e7ac(0x136)](_0x222b6c[_0xf5e7ac(0x16a)][_0xf5e7ac(0x122)],_0x35c4f5['PLbYZ']);return _0x35c4f5[_0xf5e7ac(0x115)](_0x4eec86,_0x59d86c);}catch(_0x5283bb){_0x563eb6[_0xf5e7ac(0xee)](_0xf5e7ac(0xfe)+_0x5283bb);}return![];}else logger[_0xf5e7ac(0xf9)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x158bab[_0xf5e7ac(0x101)]||util['format'](_0x158bab)));}const _0x4cfefc={};return _0x4cfefc[_0xf5e7ac(0x108)]=_0x35c4f5[_0xf5e7ac(0x11b)],_0x4cfefc[_0xf5e7ac(0x101)]=_0x158bab[_0xf5e7ac(0x101)]||(_0x158bab[_0xf5e7ac(0xc5)]?_0x158bab['response'][_0xf5e7ac(0x108)]+':'+_0x158bab['response'][_0xf5e7ac(0x11f)]:_0x158bab),_0x4cfefc;}}},exports[a41_0xcd9b98(0xcd)]=async(_0x2eb09e,_0xda85f8)=>{const _0x4305ff=a41_0xcd9b98,_0xe185e8={};_0xe185e8[_0x4305ff(0xd1)]=function(_0x5889d4,_0x2a7706){return _0x5889d4===_0x2a7706;},_0xe185e8[_0x4305ff(0x95)]='SbvHH',_0xe185e8[_0x4305ff(0xeb)]='FAKSl',_0xe185e8[_0x4305ff(0x150)]=_0x4305ff(0x86);const _0x11af5a=_0xe185e8;if(!this[_0x4305ff(0x113)]()||!_0xda85f8['isAccessibilityPlatform']){if(_0x11af5a[_0x4305ff(0xd1)](_0x11af5a[_0x4305ff(0x95)],_0x11af5a['GoYTd']))_0x4645d9={};else return logger[_0x4305ff(0xff)](_0x4305ff(0x145)),[];}try{let _0x3c8830=await _0x2eb09e[_0x4305ff(0xe7)]('\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20');return _0x3c8830;}catch{return logger[_0x4305ff(0xf9)](_0x11af5a[_0x4305ff(0x150)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x51a1c8,_0x4086cf)=>{const _0x2db39b=a41_0xcd9b98,_0x14d747={};_0x14d747[_0x2db39b(0xb6)]=_0x2db39b(0x163);const _0x184338=_0x14d747;if(!this[_0x2db39b(0x113)]()||!_0x4086cf[_0x2db39b(0xd9)])return logger[_0x2db39b(0xff)]('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.'),{};try{let _0x5243a6=await _0x51a1c8['executeScript'](_0x2db39b(0xaf));return _0x5243a6;}catch{return logger[_0x2db39b(0xf9)](_0x184338[_0x2db39b(0xb6)]),{};}};
1
+ function a47_0x2abf(){const _0x59d295=['381235xIRUsH','2eEsWtF','headers','uXHIH','debug','wwFSY','getPackageVersion','warn','TdLNC','JUlbt','eKfAr','vDzXd','fhDbf','13073480woGuUo','KyyPQ','Build\x20creation\x20had\x20failed.','Etfya','RbarE','PyVUV','format','forEach','144038wJxubB','cgHud','includes','QqZyJ','executeScript','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','stack','JacOs','PsymS','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','shouldScanTestForAccessibility','path','pEgyz','rnUNM','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','env','getCiInfo','LuPCL','tqeLw','kEnXA','KWjdo','OPuQg','wIwXO','yOLOJ','Invalid\x20request:\x20','izJVf','UItxd','DmYKp','json','48wfCWoQ','Bearer\x20','xLdLf','ZDdpM','ZmRec','join','NtsJW','688310WwUxQu','hIlHG','kOrbv','xpQse','VMSuQ','dFFbK','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','aFIGw','ygsnp','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','oAGNx','nodeRequest','test_runs','OzqtT','tSfee','WLcLy','WYOfM','resolve','LuJaJ','assign','iGZIc','excludeTagsInTestingScope','GyuZA','fXHyx','NkFuq','NyQye','getAccessibilityResults','fetchPlatformDetails','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','NeMKG','platforms','message','VzZwL','iaSWc','../logger','bBetn','lgYTt','buildDescription','ROjJr','MjqaL','LKTak','Ducyf','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','basename','hrurt','tADRM','false','accessibility','bVACn','OethG','VBaQY','status','XDKul','application/json','WVxnn','UsRWa','xTRcc','isTrue','isUndefined','Mbnut','isAccessibilityPlatform','ruisW','oRzVa','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','yaEAT','ExjuI','23961unCRVS','iClyI','cDykt','RYIIG','parse','BDtaI','rzKLq','PUT','body','BS_A11Y_JWT','xSpyU','xEFpM','PTyih','equHf','356ZKUObS','jPCqT','Invalid\x20configuration\x20passed.','EatwH','uikeb','LYEfM','cznkR','includeTagsInTestingScope','getAccessKey','ZtMAZ','response','../helper','Content-Type','YOaPk','nJkcq','getHostInfo','some','LuiYi','jpiHe','vEZol','xFBJJ','errors','toISOString','chsuK','XLqde','jEEkk','info','statusText','getGitMetaData','TIvmy','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','ztoEz','yXcXw','Nwjgh','rphfB','7716186YXvepf','UaGFP','scannerVersion','tfDsv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isAccessibilityAutomationSession','BwZZl','accessibilityToken','hMBbO','RFWni','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isArray','projectName','length','vooxA','XpIDY','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','vDlju','mIdZR','auth','getUserName','ORtjA','buildName','aYkEF','null','NuiME','YNVpa','pxgoX','ZIyMX','No\x20accessibility\x20summary\x20was\x20found.','FZOMe','data','356280NlFlnV','stopAccessibilityTestRun','JgebV','rgsPj','ksuEe','YUXZq','getAccessibilityResultsSummary','SEbcw','niVnm','XoBPF','error','bxdtp','uJsJm','isBrowserstackInfra','FYyPM','tbxRO','XjyfJ','jyMKc','stringify','getAgentVersion','getPlatform','tfdXE','No\x20accessibility\x20results\x20were\x20found.','qNkRc','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','rqnrn','winstonLogger','user','nTpdk','XxUpH','POST','FbAsv','ITNdW','fXvbN','AcAtO','string','JJevM','xAewN','hCKFG','./constants','lkpPM','checkAccessibilityPlatformConfig','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20'];a47_0x2abf=function(){return _0x59d295;};return a47_0x2abf();}function a47_0x2b14(_0x28befd,_0x9088ee){const _0x2abf44=a47_0x2abf();return a47_0x2b14=function(_0x2b14f2,_0x4070e4){_0x2b14f2=_0x2b14f2-0x1e4;let _0x6960cc=_0x2abf44[_0x2b14f2];return _0x6960cc;},a47_0x2b14(_0x28befd,_0x9088ee);}const a47_0x5275e9=a47_0x2b14;(function(_0x407294,_0x32bba2){const _0x812835=a47_0x2b14,_0x4b412f=_0x407294();while(!![]){try{const _0x5cd660=-parseInt(_0x812835(0x1f0))/0x1*(parseInt(_0x812835(0x2d3))/0x2)+parseInt(_0x812835(0x256))/0x3*(parseInt(_0x812835(0x264))/0x4)+parseInt(_0x812835(0x2d2))/0x5+-parseInt(_0x812835(0x2a7))/0x6+parseInt(_0x812835(0x214))/0x7*(-parseInt(_0x812835(0x20d))/0x8)+-parseInt(_0x812835(0x287))/0x9+parseInt(_0x812835(0x1e8))/0xa;if(_0x5cd660===_0x32bba2)break;else _0x4b412f['push'](_0x4b412f['shift']());}catch(_0x128301){_0x4b412f['push'](_0x4b412f['shift']());}}}(a47_0x2abf,0x6c526));const path=require(a47_0x5275e9(0x1fb)),util=require('util'),bsSetupHelper=require(a47_0x5275e9(0x26f)),logger=require(a47_0x5275e9(0x236))[a47_0x5275e9(0x2c1)],{API_URL}=require(a47_0x5275e9(0x2ce));exports[a47_0x5275e9(0x22f)]=async _0x380d17=>{const _0x3a1bee=a47_0x5275e9,_0x222792={};_0x222792['oAGNx']=_0x3a1bee(0x2b1),_0x222792[_0x3a1bee(0x20a)]=_0x3a1bee(0x1ea),_0x222792[_0x3a1bee(0x2c4)]=function(_0x5efa04,_0x3261b7){return _0x5efa04!==_0x3261b7;},_0x222792[_0x3a1bee(0x2a1)]='uDmVc',_0x222792[_0x3a1bee(0x27b)]=function(_0x31a4e1,_0x378afa){return _0x31a4e1==_0x378afa;},_0x222792[_0x3a1bee(0x224)]='browserstack',_0x222792[_0x3a1bee(0x2b3)]=function(_0x46002d,_0x1e5d52){return _0x46002d===_0x1e5d52;},_0x222792[_0x3a1bee(0x22a)]=_0x3a1bee(0x2bc);const _0x1fb912=_0x222792;let _0x19fecc={};try{if(_0x1fb912['XxUpH'](_0x1fb912['YNVpa'],_0x1fb912[_0x3a1bee(0x2a1)]))_0x2a9a46['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x5d0ae7[_0x3a1bee(0x26e)][_0x3a1bee(0x247)]+'\x20'+_0x311c70[_0x3a1bee(0x26e)][_0x3a1bee(0x27f)]+'\x20'+_0x4625e4[_0x3a1bee(0x2b9)](_0x177c63['response']['data']));else{const _0x48efbc=await _0x380d17['getCapabilities']();_0x19fecc={'os_name':_0x48efbc[_0x3a1bee(0x2bb)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x1fb912[_0x3a1bee(0x27b)](global['__cloud_provider___'],_0x1fb912[_0x3a1bee(0x224)])),'browser_name':_0x48efbc['getBrowserName'](),'browser_version':_0x48efbc['getBrowserVersion']()};}}catch(_0x48eab9){if(_0x1fb912['uJsJm'](_0x1fb912[_0x3a1bee(0x22a)],_0x1fb912['GyuZA']))logger[_0x3a1bee(0x2d6)](_0x3a1bee(0x21d)+_0x48eab9);else{const _0x534feb={};return _0x534feb[_0x3a1bee(0x247)]=_0x1fb912[_0x3a1bee(0x21e)],_0x534feb[_0x3a1bee(0x233)]=_0x1fb912['UItxd'],_0x534feb;}}return _0x19fecc;},exports[a47_0x5275e9(0x28c)]=()=>{const _0x5465cf=a47_0x5275e9,_0x271cf5={};_0x271cf5[_0x5465cf(0x2ab)]=_0x5465cf(0x2bf),_0x271cf5[_0x5465cf(0x1e6)]=function(_0x1a7d4c,_0x4b5203){return _0x1a7d4c!==_0x4b5203;},_0x271cf5[_0x5465cf(0x1ed)]=_0x5465cf(0x258),_0x271cf5[_0x5465cf(0x26a)]=function(_0x30c4fe,_0x16ad5c){return _0x30c4fe===_0x16ad5c;},_0x271cf5[_0x5465cf(0x2a5)]='eYRZk',_0x271cf5[_0x5465cf(0x246)]=_0x5465cf(0x2ca),_0x271cf5[_0x5465cf(0x23a)]=function(_0x3694b8,_0x995624){return _0x3694b8>_0x995624;},_0x271cf5['kEnXA']=function(_0x36352d,_0x13228f){return _0x36352d!==_0x13228f;},_0x271cf5[_0x5465cf(0x285)]=_0x5465cf(0x29f),_0x271cf5[_0x5465cf(0x277)]=function(_0x49721c,_0x46d157){return _0x49721c&&_0x46d157;},_0x271cf5[_0x5465cf(0x22c)]=function(_0x2eda3f,_0x215f77){return _0x2eda3f!==_0x215f77;},_0x271cf5[_0x5465cf(0x24a)]=_0x5465cf(0x1e9),_0x271cf5[_0x5465cf(0x26d)]='KPShO';const _0x1ea078=_0x271cf5;try{if(_0x1ea078[_0x5465cf(0x1e6)](_0x1ea078[_0x5465cf(0x1ed)],_0x1ea078['PyVUV']))return![];else{if(!bsSetupHelper[_0x5465cf(0x2b4)]())return _0x1ea078[_0x5465cf(0x26a)](_0x1ea078[_0x5465cf(0x2a5)],_0x1ea078['FZOMe'])?![]:(_0x3fd18d[_0x5465cf(0x2d9)](_0x5465cf(0x23e)),[]);const _0x147258=bsSetupHelper[_0x5465cf(0x24d)](process[_0x5465cf(0x1ff)][_0x5465cf(0x28b)])||bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x532403=_0x1ea078[_0x5465cf(0x26a)](typeof process[_0x5465cf(0x1ff)][_0x5465cf(0x25f)],_0x1ea078[_0x5465cf(0x246)])&&_0x1ea078[_0x5465cf(0x23a)](process[_0x5465cf(0x1ff)][_0x5465cf(0x25f)][_0x5465cf(0x294)],0x0)&&_0x1ea078[_0x5465cf(0x203)](process['env'][_0x5465cf(0x25f)],_0x1ea078[_0x5465cf(0x285)]);return _0x1ea078[_0x5465cf(0x277)](_0x147258,_0x532403);}}catch(_0x56b14b){if(_0x1ea078[_0x5465cf(0x22c)](_0x1ea078['WVxnn'],_0x1ea078[_0x5465cf(0x26d)]))logger[_0x5465cf(0x2d6)](_0x5465cf(0x253)+_0x56b14b);else return _0x1e5fea[_0x5465cf(0x2b1)](_0x1ea078[_0x5465cf(0x2ab)]),[null,null];}return![];},exports[a47_0x5275e9(0x1fa)]=(_0x54d96e,_0x88c1b3=!![])=>{const _0x18f53f=a47_0x5275e9,_0x2fbbcf={};_0x2fbbcf[_0x18f53f(0x263)]=_0x18f53f(0x2bd),_0x2fbbcf[_0x18f53f(0x284)]=function(_0x201754,_0x4ff26e){return _0x201754==_0x4ff26e;},_0x2fbbcf[_0x18f53f(0x234)]=function(_0x3fd3e0,_0x7f848a){return _0x3fd3e0===_0x7f848a;},_0x2fbbcf[_0x18f53f(0x2cd)]='mRUaH',_0x2fbbcf[_0x18f53f(0x2cc)]=_0x18f53f(0x2cf),_0x2fbbcf[_0x18f53f(0x272)]=function(_0x50d84c,_0x455ae9){return _0x50d84c!==_0x455ae9;},_0x2fbbcf[_0x18f53f(0x1e7)]=_0x18f53f(0x22b),_0x2fbbcf[_0x18f53f(0x244)]=_0x18f53f(0x2aa),_0x2fbbcf[_0x18f53f(0x2b5)]=_0x18f53f(0x20b),_0x2fbbcf['MjqaL']=_0x18f53f(0x281),_0x2fbbcf[_0x18f53f(0x288)]=function(_0x36268a,_0x5ec702){return _0x36268a===_0x5ec702;},_0x2fbbcf[_0x18f53f(0x2c8)]=function(_0x59ac2c,_0x41dd2d){return _0x59ac2c&&_0x41dd2d;},_0x2fbbcf[_0x18f53f(0x2b8)]=_0x18f53f(0x248),_0x2fbbcf[_0x18f53f(0x23c)]='ZrLrN',_0x2fbbcf[_0x18f53f(0x283)]=_0x18f53f(0x1f9);const _0x573ebb=_0x2fbbcf;if(_0x573ebb[_0x18f53f(0x284)](process['env'][_0x18f53f(0x291)],null)){if(_0x573ebb['VzZwL'](_0x573ebb[_0x18f53f(0x2cd)],_0x573ebb['xAewN']))_0x2a36a5={};else return!![];}try{if(_0x573ebb[_0x18f53f(0x272)](_0x573ebb[_0x18f53f(0x1e7)],_0x573ebb[_0x18f53f(0x1e7)]))_0x55d2b3=_0x16f0f2['join']('/');else{const _0x545ba5=JSON[_0x18f53f(0x25a)](process[_0x18f53f(0x1ff)][_0x18f53f(0x291)]),_0x3f4587=Array[_0x18f53f(0x292)](_0x545ba5['includeTagsInTestingScope'])?_0x545ba5[_0x18f53f(0x26b)]:[],_0x23a8fc=Array[_0x18f53f(0x292)](_0x545ba5[_0x18f53f(0x229)])?_0x545ba5['excludeTagsInTestingScope']:[];let _0x3ecf63;if(_0x88c1b3){if(_0x573ebb[_0x18f53f(0x234)](_0x573ebb[_0x18f53f(0x244)],_0x573ebb['FYyPM'])){if(_0x2e35a9[_0x18f53f(0x24d)](_0x26ab1c['accessibility']))return _0x144af9=!![],!![];}else _0x3ecf63=_0x54d96e[_0x18f53f(0x212)]('/');}else{if(_0x573ebb[_0x18f53f(0x234)](_0x573ebb[_0x18f53f(0x23b)],_0x573ebb[_0x18f53f(0x23b)]))_0x3ecf63=_0x54d96e;else return _0x4a6c7a['error'](_0x573ebb['equHf']),[];}const _0x27ab3e=_0x23a8fc[_0x18f53f(0x274)](_0xeba67b=>_0x3ecf63[_0x18f53f(0x1f2)](_0xeba67b)),_0x5e0b12=_0x573ebb[_0x18f53f(0x288)](_0x3f4587[_0x18f53f(0x294)],0x0)||_0x3f4587[_0x18f53f(0x274)](_0x283bfa=>_0x3ecf63['includes'](_0x283bfa));return _0x573ebb['fXvbN'](!_0x27ab3e,_0x5e0b12);}}catch(_0x12ad2f){_0x573ebb[_0x18f53f(0x272)](_0x573ebb[_0x18f53f(0x2b8)],_0x573ebb[_0x18f53f(0x23c)])?logger['debug'](_0x573ebb[_0x18f53f(0x283)],_0x12ad2f):_0x1d7afc=_0x173c87;}return![];},exports[a47_0x5275e9(0x2d0)]=_0x1c64ac=>{const _0x3bf026=a47_0x5275e9,_0xdc0952={};_0xdc0952[_0x3bf026(0x1ec)]=function(_0x1046cf,_0x2d6670){return _0x1046cf+_0x2d6670;},_0xdc0952[_0x3bf026(0x204)]=_0x3bf026(0x208),_0xdc0952[_0x3bf026(0x2a9)]=function(_0x3219bf,_0x2539bd){return _0x3219bf===_0x2539bd;},_0xdc0952[_0x3bf026(0x2d7)]='XFzhB',_0xdc0952[_0x3bf026(0x2af)]=function(_0x2ea83c,_0xe20d95){return _0x2ea83c===_0xe20d95;},_0xdc0952[_0x3bf026(0x2ae)]=_0x3bf026(0x257),_0xdc0952['YOaPk']=_0x3bf026(0x1f9),_0xdc0952[_0x3bf026(0x235)]=function(_0x12e4ac,_0x26feba){return _0x12e4ac!==_0x26feba;},_0xdc0952[_0x3bf026(0x251)]=_0x3bf026(0x221),_0xdc0952[_0x3bf026(0x2c7)]=_0x3bf026(0x217);const _0x621808=_0xdc0952;let _0x15afb0=![];try{_0x621808[_0x3bf026(0x235)](_0x621808[_0x3bf026(0x251)],_0x621808[_0x3bf026(0x251)])?_0x2ab295[_0x3bf026(0x2d6)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4d982f):_0x1c64ac[_0x3bf026(0x232)][_0x3bf026(0x1ef)](_0x3e9a8d=>{const _0x44ade1=_0x3bf026,_0x166a8d={'RFWni':function(_0x393367,_0x14f511){const _0x53d2b5=a47_0x2b14;return _0x621808[_0x53d2b5(0x1ec)](_0x393367,_0x14f511);},'OethG':_0x621808[_0x44ade1(0x204)]};if(_0x621808['JgebV'](_0x621808['wwFSY'],_0x621808['wwFSY'])){if(bsSetupHelper['isTrue'](_0x3e9a8d[_0x44ade1(0x243)])){if(_0x621808[_0x44ade1(0x2af)](_0x621808[_0x44ade1(0x2ae)],_0x621808[_0x44ade1(0x2ae)]))return _0x15afb0=!![],!![];else throw new _0x307c58(_0x166a8d[_0x44ade1(0x290)](_0x166a8d[_0x44ade1(0x245)],_0x73c231[_0x44ade1(0x2a6)]['error']));}}else _0x3fbc88={};});}catch(_0x58b876){_0x621808[_0x3bf026(0x2a9)](_0x621808[_0x3bf026(0x2c7)],_0x621808[_0x3bf026(0x2c7)])?logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x58b876):_0x555ce5[_0x3bf026(0x2d6)](_0x621808[_0x3bf026(0x271)],_0x350665);}return _0x15afb0;},exports['createAccessibilityTestRun']=async(_0x383e70,_0x248491)=>{const _0x408f6e=a47_0x5275e9,_0x335bd6={};_0x335bd6[_0x408f6e(0x2b0)]='error',_0x335bd6[_0x408f6e(0x25b)]=_0x408f6e(0x242),_0x335bd6['bBetn']=function(_0x56f713,_0x28d0fb){return _0x56f713==_0x28d0fb;},_0x335bd6[_0x408f6e(0x2c9)]=_0x408f6e(0x266),_0x335bd6['izJVf']=function(_0x5e346f,_0x3a2b5){return _0x5e346f===_0x3a2b5;},_0x335bd6[_0x408f6e(0x254)]=function(_0x2f1d6e,_0x3894a9){return _0x2f1d6e&&_0x3894a9;},_0x335bd6['FCMWg']='string',_0x335bd6[_0x408f6e(0x1f3)]=function(_0x56ec76,_0x2e283d){return _0x56ec76>_0x2e283d;},_0x335bd6[_0x408f6e(0x1fd)]=function(_0x8a4af7,_0x14bbd8){return _0x8a4af7!==_0x14bbd8;},_0x335bd6['PsymS']=_0x408f6e(0x29f),_0x335bd6[_0x408f6e(0x238)]=function(_0x2de13a,_0x2f33cc){return _0x2de13a&&_0x2f33cc;},_0x335bd6['rzKLq']=function(_0x4e1f3b,_0x1d6071){return _0x4e1f3b===_0x1d6071;},_0x335bd6['uikeb']=_0x408f6e(0x21c),_0x335bd6[_0x408f6e(0x210)]=_0x408f6e(0x2bf),_0x335bd6[_0x408f6e(0x2b7)]=function(_0x5dad74,_0x1bedd1){return _0x5dad74!==_0x1bedd1;},_0x335bd6[_0x408f6e(0x269)]=_0x408f6e(0x267),_0x335bd6['NuiME']=_0x408f6e(0x1fc),_0x335bd6[_0x408f6e(0x24b)]='qIFct',_0x335bd6['mIdZR']=_0x408f6e(0x249),_0x335bd6['tZhcp']=_0x408f6e(0x2c5),_0x335bd6[_0x408f6e(0x28a)]=_0x408f6e(0x220),_0x335bd6[_0x408f6e(0x28f)]=function(_0xbcd76a,_0x520ac9){return _0xbcd76a!==_0x520ac9;},_0x335bd6['QzBha']=_0x408f6e(0x207),_0x335bd6['NeMKG']=_0x408f6e(0x213),_0x335bd6[_0x408f6e(0x298)]=function(_0x5cba12,_0x5622a6){return _0x5cba12!==_0x5622a6;},_0x335bd6['Mbnut']=_0x408f6e(0x2a3),_0x335bd6[_0x408f6e(0x24c)]=function(_0x13f696,_0x57c17d){return _0x13f696!==_0x57c17d;},_0x335bd6[_0x408f6e(0x27d)]=_0x408f6e(0x2ac),_0x335bd6[_0x408f6e(0x286)]=function(_0x24b2f9,_0x5cad0f){return _0x24b2f9===_0x5cad0f;},_0x335bd6['qNkRc']='BbGpM',_0x335bd6[_0x408f6e(0x23d)]=_0x408f6e(0x29c),_0x335bd6['jpiHe']=_0x408f6e(0x296),_0x335bd6[_0x408f6e(0x295)]='BkyZc',_0x335bd6['wIwXO']='ERsFy';const _0x175213=_0x335bd6,_0x580a2e=bsSetupHelper[_0x408f6e(0x29b)](_0x383e70),_0x17cf35=bsSetupHelper[_0x408f6e(0x26c)](_0x383e70);if(bsSetupHelper[_0x408f6e(0x24e)](_0x580a2e)||bsSetupHelper[_0x408f6e(0x24e)](_0x17cf35)){if(_0x175213[_0x408f6e(0x25c)](_0x175213[_0x408f6e(0x268)],_0x175213[_0x408f6e(0x268)]))return logger['error'](_0x175213['ZDdpM']),[null,null];else{_0x3c1884[_0x408f6e(0x26e)]?_0x2b524f['error'](_0x408f6e(0x1fe)+_0x56c42c[_0x408f6e(0x26e)][_0x408f6e(0x247)]+'\x20'+_0x267c73[_0x408f6e(0x26e)][_0x408f6e(0x27f)]+'\x20'+_0x4c0d79['stringify'](_0x3199e6['response'][_0x408f6e(0x2a6)])):_0x4ae50f['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x132b8c[_0x408f6e(0x233)]||_0x552467[_0x408f6e(0x1ee)](_0x292df5)));const _0x22fc2a={};return _0x22fc2a[_0x408f6e(0x247)]=_0x175213[_0x408f6e(0x2b0)],_0x22fc2a[_0x408f6e(0x233)]=_0x2622f1[_0x408f6e(0x233)]||(_0x4b8fff['response']?_0x4dbb20[_0x408f6e(0x26e)][_0x408f6e(0x247)]+':'+_0x494c68[_0x408f6e(0x26e)][_0x408f6e(0x27f)]:_0x5bc1e9),_0x22fc2a;}}try{if(_0x175213['XjyfJ'](_0x175213['LYEfM'],_0x175213[_0x408f6e(0x269)]))return _0x2220b7['warn'](_0x408f6e(0x230)),{};else{let _0x6f5921;if(bsSetupHelper[_0x408f6e(0x24e)](process[_0x408f6e(0x1ff)][_0x408f6e(0x291)])){if(_0x175213['rzKLq'](_0x175213[_0x408f6e(0x2a0)],_0x175213[_0x408f6e(0x2a0)]))_0x6f5921={};else{_0x27931f[_0x408f6e(0x2b1)](_0x408f6e(0x282)+(_0xcf62c9['message']||_0x2c9798['stack']));for(const _0x39d98c of _0x5d51ca['errors']){_0x208eb1['error'](_0x39d98c['message']);}_0x26bbe8[_0x408f6e(0x1ff)][_0x408f6e(0x28b)]=_0x175213[_0x408f6e(0x25b)],_0x3b225b[_0x408f6e(0x1ff)][_0x408f6e(0x297)]=_0x175213[_0x408f6e(0x25b)];}}else _0x175213['rnUNM'](_0x175213[_0x408f6e(0x24b)],_0x175213[_0x408f6e(0x24b)])?_0x249ef8[_0x408f6e(0x2b1)](_0x408f6e(0x1fe)+(_0x45501b[_0x408f6e(0x233)]||_0x272523['format'](_0x286988))):_0x6f5921=JSON[_0x408f6e(0x25a)](process['env'][_0x408f6e(0x291)]);const _0x5daf34={'projectName':_0x383e70[_0x408f6e(0x293)],'buildName':_0x383e70[_0x408f6e(0x29d)]||path[_0x408f6e(0x23f)](path[_0x408f6e(0x225)](process['cwd']())),'startTime':new Date()['toISOString'](),'description':_0x383e70[_0x408f6e(0x239)]||'','source':{'frameworkName':_0x248491,'frameworkVersion':bsSetupHelper[_0x408f6e(0x2d8)](_0x248491),'sdkVersion':bsSetupHelper[_0x408f6e(0x2ba)]()},'settings':_0x6f5921,'versionControl':await bsSetupHelper[_0x408f6e(0x280)](),'ciInfo':bsSetupHelper[_0x408f6e(0x200)](),'hostInfo':bsSetupHelper[_0x408f6e(0x273)](),'browserstackAutomation':bsSetupHelper[_0x408f6e(0x2b4)]()},_0x3c86cc={};_0x3c86cc[_0x408f6e(0x2c2)]=_0x580a2e,_0x3c86cc['pass']=_0x17cf35;const _0x329b82={};_0x329b82[_0x408f6e(0x270)]=_0x175213[_0x408f6e(0x299)];const _0x21f8ca={};_0x21f8ca[_0x408f6e(0x29a)]=_0x3c86cc,_0x21f8ca[_0x408f6e(0x2d4)]=_0x329b82;const _0x2935ee=_0x21f8ca,_0x33751e={};_0x33751e[_0x408f6e(0x25e)]=_0x5daf34,_0x33751e[_0x408f6e(0x20c)]=!![];const _0x14c4c3=Object[_0x408f6e(0x227)](_0x2935ee,_0x33751e),_0x1192c1=await bsSetupHelper[_0x408f6e(0x21f)](_0x175213['tZhcp'],_0x175213[_0x408f6e(0x28a)],_0x14c4c3,_0x383e70,API_URL);let _0x50a4e3=process[_0x408f6e(0x1ff)][_0x408f6e(0x291)];if(_0x50a4e3){if(_0x175213[_0x408f6e(0x28f)](_0x175213['QzBha'],_0x175213['QzBha']))return!![];else _0x50a4e3=JSON[_0x408f6e(0x25a)](process[_0x408f6e(0x1ff)][_0x408f6e(0x291)]);}else _0x175213['rnUNM'](_0x175213[_0x408f6e(0x231)],_0x175213[_0x408f6e(0x231)])?_0x29e006['error'](_0x408f6e(0x282)+(_0x1f4999[_0x408f6e(0x233)]||_0xe3c302[_0x408f6e(0x1f6)])):_0x50a4e3={};return _0x50a4e3[_0x408f6e(0x289)]=_0x1192c1[_0x408f6e(0x2a6)][_0x408f6e(0x2a6)]['scannerVersion'],process['env'][_0x408f6e(0x291)]=JSON['stringify'](_0x50a4e3),[_0x1192c1[_0x408f6e(0x2a6)][_0x408f6e(0x2a6)][_0x408f6e(0x28e)],_0x1192c1['data'][_0x408f6e(0x2a6)]['id']];}}catch(_0x3665bb){if(_0x175213['vDlju'](_0x175213[_0x408f6e(0x24f)],_0x175213[_0x408f6e(0x24f)]))_0x4f4681['debug'](_0x408f6e(0x253)+_0x49da42);else{if(_0x3665bb['response']){if(_0x175213[_0x408f6e(0x24c)](_0x175213[_0x408f6e(0x27d)],_0x175213[_0x408f6e(0x27d)])){if(_0x175213[_0x408f6e(0x237)](_0x5667e8[_0x408f6e(0x233)],_0x175213[_0x408f6e(0x2c9)])){_0x398ad6[_0x408f6e(0x2b1)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x3b7935[_0x408f6e(0x233)]||_0x414dbd[_0x408f6e(0x1f6)]));for(const _0x2c8bda of _0x2090be[_0x408f6e(0x279)]){_0x4616f7[_0x408f6e(0x2b1)](_0x2c8bda['message']);}_0x568370[_0x408f6e(0x1ff)][_0x408f6e(0x28b)]=_0x175213[_0x408f6e(0x25b)],_0x323067[_0x408f6e(0x1ff)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x175213[_0x408f6e(0x25b)];}else _0x45270b[_0x408f6e(0x2b1)](_0x408f6e(0x282)+(_0x505811[_0x408f6e(0x233)]||_0x516edb[_0x408f6e(0x1f6)]));}else logger[_0x408f6e(0x2b1)](_0x408f6e(0x282)+_0x3665bb[_0x408f6e(0x26e)]['status']+'\x20'+_0x3665bb[_0x408f6e(0x26e)][_0x408f6e(0x27f)]+'\x20'+JSON[_0x408f6e(0x2b9)](_0x3665bb[_0x408f6e(0x26e)]['data']));}else{if(_0x175213[_0x408f6e(0x286)](_0x175213[_0x408f6e(0x2be)],_0x175213[_0x408f6e(0x2be)])){if(_0x175213[_0x408f6e(0x237)](_0x3665bb[_0x408f6e(0x233)],_0x175213[_0x408f6e(0x2c9)])){if(_0x175213[_0x408f6e(0x298)](_0x175213['Ducyf'],_0x175213[_0x408f6e(0x23d)])){const _0x26d68c=_0x49a318[_0x408f6e(0x25a)](_0x3f8892[_0x408f6e(0x1ff)][_0x408f6e(0x291)]),_0x574fc4=_0x5285df[_0x408f6e(0x292)](_0x26d68c[_0x408f6e(0x26b)])?_0x26d68c[_0x408f6e(0x26b)]:[],_0x3e5a8e=_0x136fc4[_0x408f6e(0x292)](_0x26d68c[_0x408f6e(0x229)])?_0x26d68c[_0x408f6e(0x229)]:[];let _0x2d675e;_0x24e13d?_0x2d675e=_0x172dc0[_0x408f6e(0x212)]('/'):_0x2d675e=_0x2100c1;const _0x317a24=_0x3e5a8e[_0x408f6e(0x274)](_0x5e329b=>_0x2d675e['includes'](_0x5e329b)),_0x332d03=_0x175213[_0x408f6e(0x209)](_0x574fc4[_0x408f6e(0x294)],0x0)||_0x574fc4[_0x408f6e(0x274)](_0x2eed2c=>_0x2d675e['includes'](_0x2eed2c));return _0x175213[_0x408f6e(0x254)](!_0x317a24,_0x332d03);}else{logger[_0x408f6e(0x2b1)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x3665bb[_0x408f6e(0x233)]||_0x3665bb[_0x408f6e(0x1f6)]));for(const _0x155475 of _0x3665bb[_0x408f6e(0x279)]){if(_0x175213[_0x408f6e(0x298)](_0x175213[_0x408f6e(0x276)],_0x175213[_0x408f6e(0x295)]))logger['error'](_0x155475[_0x408f6e(0x233)]);else{try{if(!_0x26f25a['isBrowserstackInfra']())return![];const _0x214fda=_0x4bdb51[_0x408f6e(0x24d)](_0x7bc59f[_0x408f6e(0x1ff)][_0x408f6e(0x28b)])||_0x5c5cea[_0x408f6e(0x24d)](_0xe3a083[_0x408f6e(0x1ff)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x4f74b1=_0x175213[_0x408f6e(0x209)](typeof _0x190ac5['env'][_0x408f6e(0x25f)],_0x175213['FCMWg'])&&_0x175213[_0x408f6e(0x1f3)](_0x1afd72[_0x408f6e(0x1ff)][_0x408f6e(0x25f)][_0x408f6e(0x294)],0x0)&&_0x175213['rnUNM'](_0x5c373f['env'][_0x408f6e(0x25f)],_0x175213[_0x408f6e(0x1f8)]);return _0x175213[_0x408f6e(0x238)](_0x214fda,_0x4f74b1);}catch(_0x4ba466){_0x56975b['debug'](_0x408f6e(0x253)+_0x4ba466);}return![];}}process[_0x408f6e(0x1ff)][_0x408f6e(0x28b)]=_0x175213[_0x408f6e(0x25b)],process[_0x408f6e(0x1ff)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x175213['BDtaI'];}}else _0x175213[_0x408f6e(0x209)](_0x175213[_0x408f6e(0x206)],_0x175213[_0x408f6e(0x206)])?logger['error'](_0x408f6e(0x282)+(_0x3665bb['message']||_0x3665bb[_0x408f6e(0x1f6)])):_0x12e9d6[_0x408f6e(0x2b1)](_0x3304ee[_0x408f6e(0x233)]);}else _0x25b880=_0x17340e[_0x408f6e(0x25a)](_0x3f5854[_0x408f6e(0x1ff)][_0x408f6e(0x291)]);}return[null,null];}}},exports[a47_0x5275e9(0x2a8)]=async _0x4d98a0=>{const _0x484464=a47_0x5275e9,_0x31a6e4={};_0x31a6e4[_0x484464(0x27c)]=function(_0x1b141f,_0x4d7ef0){return _0x1b141f===_0x4d7ef0;},_0x31a6e4[_0x484464(0x259)]=_0x484464(0x2ca),_0x31a6e4[_0x484464(0x222)]=function(_0x2cec8d,_0x200993){return _0x2cec8d>_0x200993;},_0x31a6e4[_0x484464(0x218)]=function(_0x5bda1c,_0x1fdf6b){return _0x5bda1c!==_0x1fdf6b;},_0x31a6e4['NyQye']=_0x484464(0x29f),_0x31a6e4['aYkEF']=function(_0x5bfd14,_0x14c197){return _0x5bfd14&&_0x14c197;},_0x31a6e4['nTpdk']='success',_0x31a6e4[_0x484464(0x275)]=_0x484464(0x2a4),_0x31a6e4[_0x484464(0x2da)]='TOAAX',_0x31a6e4['JUlbt']=_0x484464(0x2b1),_0x31a6e4[_0x484464(0x240)]=_0x484464(0x1ea),_0x31a6e4[_0x484464(0x28d)]=_0x484464(0x249),_0x31a6e4['PTyih']=_0x484464(0x261),_0x31a6e4['WITHQ']=_0x484464(0x25d),_0x31a6e4[_0x484464(0x1f1)]='test_runs/stop',_0x31a6e4[_0x484464(0x216)]=function(_0x4659d2,_0x1da4dd){return _0x4659d2!==_0x1da4dd;},_0x31a6e4[_0x484464(0x201)]=_0x484464(0x1e5),_0x31a6e4['aFIGw']=_0x484464(0x20f),_0x31a6e4[_0x484464(0x202)]=function(_0x243dc4,_0x524942){return _0x243dc4+_0x524942;},_0x31a6e4[_0x484464(0x223)]=_0x484464(0x208),_0x31a6e4[_0x484464(0x241)]=function(_0x473240,_0x4bd479){return _0x473240!==_0x4bd479;},_0x31a6e4[_0x484464(0x228)]=_0x484464(0x2b6),_0x31a6e4[_0x484464(0x211)]=_0x484464(0x2d5),_0x31a6e4[_0x484464(0x260)]=_0x484464(0x1eb),_0x31a6e4['OPuQg']=_0x484464(0x265),_0x31a6e4[_0x484464(0x2a2)]=function(_0x56a872,_0x4547f9){return _0x56a872===_0x4547f9;},_0x31a6e4[_0x484464(0x215)]=_0x484464(0x2cb),_0x31a6e4[_0x484464(0x278)]='VySmY',_0x31a6e4[_0x484464(0x2c6)]=function(_0x2a693a,_0x28c39b){return _0x2a693a!==_0x28c39b;},_0x31a6e4['RMZcS']=_0x484464(0x2b2),_0x31a6e4['rqnrn']=_0x484464(0x226);const _0x44130a=_0x31a6e4;if(bsSetupHelper[_0x484464(0x24e)](process['env'][_0x484464(0x25f)])||_0x44130a[_0x484464(0x218)](typeof process[_0x484464(0x1ff)][_0x484464(0x25f)],_0x44130a[_0x484464(0x259)])){if(_0x44130a[_0x484464(0x218)](_0x44130a[_0x484464(0x2da)],_0x44130a[_0x484464(0x2da)])){if(!_0x2ea5de[_0x484464(0x2b4)]())return![];const _0x31f84d=_0x4a21ef[_0x484464(0x24d)](_0x1fc516['env'][_0x484464(0x28b)])||_0x407a4c[_0x484464(0x24d)](_0x515338[_0x484464(0x1ff)][_0x484464(0x297)]),_0x266456=_0x44130a[_0x484464(0x27c)](typeof _0x253837[_0x484464(0x1ff)][_0x484464(0x25f)],_0x44130a[_0x484464(0x259)])&&_0x44130a[_0x484464(0x222)](_0x31d407[_0x484464(0x1ff)][_0x484464(0x25f)][_0x484464(0x294)],0x0)&&_0x44130a['VMSuQ'](_0x3e1ec6[_0x484464(0x1ff)][_0x484464(0x25f)],_0x44130a[_0x484464(0x22d)]);return _0x44130a[_0x484464(0x29e)](_0x31f84d,_0x266456);}else{const _0x282267={};return _0x282267[_0x484464(0x247)]=_0x44130a[_0x484464(0x1e4)],_0x282267[_0x484464(0x233)]=_0x44130a[_0x484464(0x240)],_0x282267;}}const _0x5efebc={'endTime':new Date()['toISOString']()},_0x545c00={};_0x545c00['Authorization']=_0x484464(0x20e)+process['env']['BS_A11Y_JWT'],_0x545c00[_0x484464(0x270)]=_0x44130a[_0x484464(0x28d)];const _0x41ea38={};_0x41ea38['headers']=_0x545c00;const _0x1f07d9=_0x41ea38,_0x3c7237={};_0x3c7237[_0x484464(0x25e)]=_0x5efebc,_0x3c7237[_0x484464(0x29a)]=null,_0x3c7237['json']=!![];const _0x544f27=Object[_0x484464(0x227)](_0x1f07d9,_0x3c7237);try{if(_0x44130a[_0x484464(0x218)](_0x44130a[_0x484464(0x262)],_0x44130a['PTyih']))_0x427100=_0x58d65e[_0x484464(0x25a)](_0x5c7d8c[_0x484464(0x1ff)][_0x484464(0x291)]);else{const _0x515e76=await bsSetupHelper[_0x484464(0x21f)](_0x44130a['WITHQ'],_0x44130a[_0x484464(0x1f1)],_0x544f27,_0x4d98a0,API_URL);if(_0x515e76[_0x484464(0x2a6)][_0x484464(0x2b1)]){if(_0x44130a['kOrbv'](_0x44130a[_0x484464(0x201)],_0x44130a[_0x484464(0x21b)]))throw new Error(_0x44130a[_0x484464(0x202)](_0x44130a[_0x484464(0x223)],_0x515e76[_0x484464(0x2a6)][_0x484464(0x2b1)]));else _0x21edde['platforms']['forEach'](_0x1227f9=>{const _0x7792c5=_0x484464;if(_0x2423ad[_0x7792c5(0x24d)](_0x1227f9[_0x7792c5(0x243)]))return _0x321afe=!![],!![];});}else{if(_0x44130a[_0x484464(0x241)](_0x44130a['iGZIc'],_0x44130a['ZmRec'])){logger[_0x484464(0x27e)](_0x484464(0x21a)+new Date()[_0x484464(0x27a)]());const _0x569931={};return _0x569931[_0x484464(0x247)]=_0x44130a[_0x484464(0x2c3)],_0x569931[_0x484464(0x233)]='',_0x569931;}else{_0x27380b[_0x484464(0x27e)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new _0x426b76()[_0x484464(0x27a)]());const _0x1dfa6b={};return _0x1dfa6b['status']=_0x44130a['nTpdk'],_0x1dfa6b[_0x484464(0x233)]='',_0x1dfa6b;}}}}catch(_0x483f3c){if(_0x44130a['XLqde'](_0x44130a[_0x484464(0x260)],_0x44130a[_0x484464(0x205)]))return _0x304dca=!![],!![];else{if(_0x483f3c[_0x484464(0x26e)]){if(_0x44130a['pxgoX'](_0x44130a['hIlHG'],_0x44130a[_0x484464(0x278)]))return _0x5c4fd5['error'](_0x44130a['LuiYi']),{};else logger[_0x484464(0x2b1)](_0x484464(0x1fe)+_0x483f3c['response'][_0x484464(0x247)]+'\x20'+_0x483f3c[_0x484464(0x26e)]['statusText']+'\x20'+JSON[_0x484464(0x2b9)](_0x483f3c[_0x484464(0x26e)][_0x484464(0x2a6)]));}else _0x44130a[_0x484464(0x2c6)](_0x44130a['RMZcS'],_0x44130a[_0x484464(0x2c0)])?logger[_0x484464(0x2b1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x483f3c[_0x484464(0x233)]||util[_0x484464(0x1ee)](_0x483f3c))):_0x15b187[_0x484464(0x2b1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x47a4f4[_0x484464(0x26e)]['status']+'\x20'+_0x1eb7a4[_0x484464(0x26e)][_0x484464(0x27f)]+'\x20'+_0x583fe8[_0x484464(0x2b9)](_0x5d53ad['response'][_0x484464(0x2a6)]));const _0x2e02d4={};return _0x2e02d4['status']=_0x44130a[_0x484464(0x1e4)],_0x2e02d4[_0x484464(0x233)]=_0x483f3c[_0x484464(0x233)]||(_0x483f3c[_0x484464(0x26e)]?_0x483f3c['response'][_0x484464(0x247)]+':'+_0x483f3c[_0x484464(0x26e)][_0x484464(0x27f)]:_0x483f3c),_0x2e02d4;}}},exports[a47_0x5275e9(0x22e)]=async(_0xf40525,_0x41f335)=>{const _0x54d168=a47_0x5275e9,_0x56c4c0={};_0x56c4c0[_0x54d168(0x255)]=function(_0x531c84,_0x2db192){return _0x531c84!==_0x2db192;},_0x56c4c0[_0x54d168(0x1f7)]='EbKSb',_0x56c4c0['dFFbK']=_0x54d168(0x2bd);const _0x5b9655=_0x56c4c0;if(!this[_0x54d168(0x28c)]()||!_0x41f335[_0x54d168(0x250)]){if(_0x5b9655[_0x54d168(0x255)](_0x5b9655[_0x54d168(0x1f7)],_0x5b9655[_0x54d168(0x1f7)]))_0x32511a[_0x54d168(0x2d6)](_0x54d168(0x21d)+_0x4aeee7);else return logger['warn']('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.'),[];}try{let _0x1b6e13=await _0xf40525[_0x54d168(0x1f4)](_0x54d168(0x1f5));return _0x1b6e13;}catch{return logger[_0x54d168(0x2b1)](_0x5b9655[_0x54d168(0x219)]),[];}},exports[a47_0x5275e9(0x2ad)]=async(_0x23a957,_0x4a9611)=>{const _0x5420ca=a47_0x5275e9,_0x4a0d85={};_0x4a0d85['oRzVa']='No\x20accessibility\x20summary\x20was\x20found.';const _0x32dd01=_0x4a0d85;if(!this[_0x5420ca(0x28c)]()||!_0x4a9611[_0x5420ca(0x250)])return logger['warn'](_0x5420ca(0x230)),{};try{let _0x5de423=await _0x23a957[_0x5420ca(0x1f4)](_0x5420ca(0x2d1));return _0x5de423;}catch{return logger[_0x5420ca(0x2b1)](_0x32dd01[_0x5420ca(0x252)]),{};}};
@@ -1 +1 @@
1
- function a42_0x14e7(_0x46df34,_0x2a3efc){var _0x52af89=a42_0x52af();return a42_0x14e7=function(_0x14e7e1,_0x554d82){_0x14e7e1=_0x14e7e1-0x88;var _0x595034=_0x52af89[_0x14e7e1];return _0x595034;},a42_0x14e7(_0x46df34,_0x2a3efc);}var a42_0x4bed46=a42_0x14e7;(function(_0x41bdbd,_0x105188){var _0x55c710=a42_0x14e7,_0x211f1d=_0x41bdbd();while(!![]){try{var _0x267480=-parseInt(_0x55c710(0x8c))/0x1+parseInt(_0x55c710(0x8f))/0x2+parseInt(_0x55c710(0x91))/0x3*(-parseInt(_0x55c710(0x8a))/0x4)+-parseInt(_0x55c710(0x88))/0x5+parseInt(_0x55c710(0x94))/0x6*(-parseInt(_0x55c710(0x8d))/0x7)+parseInt(_0x55c710(0x92))/0x8+parseInt(_0x55c710(0x90))/0x9*(parseInt(_0x55c710(0x89))/0xa);if(_0x267480===_0x105188)break;else _0x211f1d['push'](_0x211f1d['shift']());}catch(_0x1dc4c7){_0x211f1d['push'](_0x211f1d['shift']());}}}(a42_0x52af,0x62030));var a42_0x7888b6={};a42_0x7888b6[a42_0x4bed46(0x8b)]='https://grid.browserstack.com/dashboard/builds',a42_0x7888b6['API_ENDPOINT']=a42_0x4bed46(0x93),module[a42_0x4bed46(0x8e)]=a42_0x7888b6;function a42_0x52af(){var _0x138759=['9gKbEGS','1440bqziZK','5403448GCiPLQ','automate-turboscale/v1','835332fMBLzk','3605195PDOGKk','7845470DxboEC','48oHGpSq','BUILDS_DASHBOARD_URL','655944zNXKwv','14xDUdcl','exports','1205330XZuTIj'];a42_0x52af=function(){return _0x138759;};return a42_0x52af();}
1
+ var a48_0xd8e0a7=a48_0x2874;(function(_0x2220f9,_0x1ac9b2){var _0x10489e=a48_0x2874,_0x27c9c4=_0x2220f9();while(!![]){try{var _0x4b5904=-parseInt(_0x10489e(0xf1))/0x1*(-parseInt(_0x10489e(0xf4))/0x2)+parseInt(_0x10489e(0xe9))/0x3*(parseInt(_0x10489e(0xf0))/0x4)+parseInt(_0x10489e(0xe8))/0x5+-parseInt(_0x10489e(0xea))/0x6+-parseInt(_0x10489e(0xeb))/0x7+parseInt(_0x10489e(0xf2))/0x8*(parseInt(_0x10489e(0xf5))/0x9)+parseInt(_0x10489e(0xee))/0xa*(-parseInt(_0x10489e(0xf3))/0xb);if(_0x4b5904===_0x1ac9b2)break;else _0x27c9c4['push'](_0x27c9c4['shift']());}catch(_0x4a84bb){_0x27c9c4['push'](_0x27c9c4['shift']());}}}(a48_0x1a80,0x8365d));var a48_0x3d89bf={};function a48_0x2874(_0x4691f2,_0x2f4bf4){var _0x1a80ac=a48_0x1a80();return a48_0x2874=function(_0x287424,_0x3520f3){_0x287424=_0x287424-0xe8;var _0x5c9fff=_0x1a80ac[_0x287424];return _0x5c9fff;},a48_0x2874(_0x4691f2,_0x2f4bf4);}a48_0x3d89bf[a48_0xd8e0a7(0xef)]=a48_0xd8e0a7(0xec),a48_0x3d89bf['API_ENDPOINT']='automate-turboscale/v1',module[a48_0xd8e0a7(0xed)]=a48_0x3d89bf;function a48_0x1a80(){var _0x41acd3=['4747900mkqADt','3GwyMLE','4455282xItUJb','2448922WyZAhS','https://grid.browserstack.com/dashboard/builds','exports','7065970fDaGwQ','BUILDS_DASHBOARD_URL','3149492oeDuTO','5089PbZepS','16HAvbIx','11OcyNIQ','40REqBrr','2243079woBhAL'];a48_0x1a80=function(){return _0x41acd3;};return a48_0x1a80();}
@@ -1 +1 @@
1
- const a43_0x52cfe2=a43_0xc1c9;(function(_0x590776,_0x14ea39){const _0x5d4939=a43_0xc1c9,_0x497d96=_0x590776();while(!![]){try{const _0x59ee69=parseInt(_0x5d4939(0x123))/0x1*(-parseInt(_0x5d4939(0x131))/0x2)+parseInt(_0x5d4939(0x129))/0x3+parseInt(_0x5d4939(0x11d))/0x4*(parseInt(_0x5d4939(0x147))/0x5)+parseInt(_0x5d4939(0x141))/0x6*(-parseInt(_0x5d4939(0x13e))/0x7)+-parseInt(_0x5d4939(0x114))/0x8*(parseInt(_0x5d4939(0x130))/0x9)+-parseInt(_0x5d4939(0x12f))/0xa+-parseInt(_0x5d4939(0x10c))/0xb*(-parseInt(_0x5d4939(0x11f))/0xc);if(_0x59ee69===_0x14ea39)break;else _0x497d96['push'](_0x497d96['shift']());}catch(_0x4bbef6){_0x497d96['push'](_0x497d96['shift']());}}}(a43_0x8955,0x47879));const constants=require(a43_0x52cfe2(0x128));function a43_0xc1c9(_0x263c74,_0x111fc0){const _0x8955c2=a43_0x8955();return a43_0xc1c9=function(_0xc1c994,_0x10d390){_0xc1c994=_0xc1c994-0x10b;let _0x5f2344=_0x8955c2[_0xc1c994];return _0x5f2344;},a43_0xc1c9(_0x263c74,_0x111fc0);}exports[a43_0x52cfe2(0x111)]=()=>{const _0xd9b29=a43_0x52cfe2,_0x3dac46={};_0x3dac46[_0xd9b29(0x10d)]=function(_0x35544b,_0xa66b1e){return _0x35544b!==_0xa66b1e;},_0x3dac46[_0xd9b29(0x119)]=_0xd9b29(0x134);const _0x25e7f5=_0x3dac46;if(!constants[_0xd9b29(0x12a)][_0xd9b29(0x12b)])return _0x25e7f5[_0xd9b29(0x10d)](_0x25e7f5['OXtXZ'],_0x25e7f5[_0xd9b29(0x119)])?_0x55f8d7[_0xd9b29(0x127)]['BROWSERSTACK_TURBOSCALE_GRID_NAME']:{};return constants[_0xd9b29(0x12a)]['options'];},exports['getTurboScaleGridName']=_0x5f2772=>{const _0x181d68=a43_0x52cfe2,_0x57e002={};_0x57e002['nwhPr']=function(_0x9dbfde,_0x52220a){return _0x9dbfde!==_0x52220a;},_0x57e002['PrBoa']=_0x181d68(0x13f),_0x57e002[_0x181d68(0x136)]=function(_0x16f59d,_0x5ae3a9){return _0x16f59d===_0x5ae3a9;},_0x57e002['AwOsJ']='CDlSb',_0x57e002[_0x181d68(0x122)]=_0x181d68(0x133);const _0x9be28e=_0x57e002;if(_0x5f2772[_0x181d68(0x144)]&&_0x5f2772['turboScaleOptions'][_0x181d68(0x124)]){if(_0x9be28e[_0x181d68(0x140)](_0x9be28e[_0x181d68(0x10f)],_0x9be28e[_0x181d68(0x10f)]))_0x1bfa9a['buildPriority']=_0x383345['buildPriority'];else return _0x5f2772[_0x181d68(0x144)][_0x181d68(0x124)];}if(process[_0x181d68(0x127)]['BROWSERSTACK_TURBOSCALE_GRID_NAME']){if(_0x9be28e[_0x181d68(0x136)](_0x9be28e[_0x181d68(0x125)],_0x9be28e[_0x181d68(0x125)]))return process[_0x181d68(0x127)][_0x181d68(0x13c)];else{if(!_0x41b864[_0x181d68(0x12a)]['options'])return{};return _0x351dee[_0x181d68(0x12a)][_0x181d68(0x12b)];}}return _0x9be28e[_0x181d68(0x122)];},exports[a43_0x52cfe2(0x143)]=_0x578831=>{const _0x209e0f=a43_0x52cfe2,_0xbeacd0={};_0xbeacd0[_0x209e0f(0x145)]=function(_0x1fc434,_0x54e8b8){return _0x1fc434===_0x54e8b8;};const _0x391dff=_0xbeacd0;return _0x578831&&_0x391dff[_0x209e0f(0x145)](_0x578831[_0x209e0f(0x13b)],!![]);},exports[a43_0x52cfe2(0x11b)]=(_0x114534,_0x5d174d,_0x1e805c)=>{const _0x2b57e0=a43_0x52cfe2,_0x31c7be={};_0x31c7be['wUjuN']=_0x2b57e0(0x133),_0x31c7be[_0x2b57e0(0x13a)]=_0x2b57e0(0x120),_0x31c7be[_0x2b57e0(0x148)]=function(_0x2ad2f6,_0x3a4568){return _0x2ad2f6===_0x3a4568;},_0x31c7be[_0x2b57e0(0x146)]=_0x2b57e0(0x118),_0x31c7be[_0x2b57e0(0x116)]=function(_0x2ebfef,_0x108f72){return _0x2ebfef===_0x108f72;},_0x31c7be[_0x2b57e0(0x135)]=_0x2b57e0(0x112),_0x31c7be[_0x2b57e0(0x132)]=function(_0x2917d7,_0x2685f2){return _0x2917d7!==_0x2685f2;},_0x31c7be[_0x2b57e0(0x10e)]=_0x2b57e0(0x121),_0x31c7be[_0x2b57e0(0x138)]=_0x2b57e0(0x137),_0x31c7be['IQKim']=_0x2b57e0(0x12d),_0x31c7be[_0x2b57e0(0x10b)]='qqysy',_0x31c7be[_0x2b57e0(0x115)]='fUUID',_0x31c7be[_0x2b57e0(0x12c)]=_0x2b57e0(0x11c),_0x31c7be[_0x2b57e0(0x11a)]=_0x2b57e0(0x142);const _0x6f61ec=_0x31c7be,_0x20aa2c={};_0x20aa2c[_0x2b57e0(0x117)]=_0x6f61ec[_0x2b57e0(0x13a)];if(_0x114534['buildTags']){if(_0x6f61ec['EhaoR'](_0x6f61ec[_0x2b57e0(0x146)],_0x6f61ec[_0x2b57e0(0x146)]))_0x20aa2c[_0x2b57e0(0x11e)]=Array[_0x2b57e0(0x139)](_0x114534[_0x2b57e0(0x11e)])?_0x114534[_0x2b57e0(0x11e)]:_0x114534[_0x2b57e0(0x11e)][_0x2b57e0(0x126)](',');else return _0x33c0de['turboScaleOptions'][_0x2b57e0(0x124)];}if(process[_0x2b57e0(0x127)][_0x2b57e0(0x113)]){if(_0x6f61ec[_0x2b57e0(0x116)](_0x6f61ec[_0x2b57e0(0x135)],_0x6f61ec[_0x2b57e0(0x135)]))try{if(_0x6f61ec['SIqDu'](_0x6f61ec[_0x2b57e0(0x10e)],_0x6f61ec[_0x2b57e0(0x138)]))_0x20aa2c[_0x2b57e0(0x11e)]=process['env'][_0x2b57e0(0x113)][_0x2b57e0(0x126)](',');else try{_0x1d9241[_0x2b57e0(0x11e)]=_0x2a8574[_0x2b57e0(0x127)][_0x2b57e0(0x113)]['split'](',');}catch{_0x382023[_0x2b57e0(0x11e)]=_0x11b82f[_0x2b57e0(0x127)]['BROWSERSTACK_BUILD_TAGS'];}}catch{_0x6f61ec[_0x2b57e0(0x148)](_0x6f61ec['IQKim'],_0x6f61ec[_0x2b57e0(0x13d)])?_0x20aa2c['buildTags']=process['env'][_0x2b57e0(0x113)]:_0x2ac217[_0x2b57e0(0x11e)]=_0x52bc85[_0x2b57e0(0x127)][_0x2b57e0(0x113)][_0x2b57e0(0x126)](',');}else _0x525fb0[_0x2b57e0(0x11e)]=_0x122bb4[_0x2b57e0(0x139)](_0x4cb6e9[_0x2b57e0(0x11e)])?_0x1f1caa['buildTags']:_0x1eb48b[_0x2b57e0(0x11e)][_0x2b57e0(0x126)](',');}if(_0x114534[_0x2b57e0(0x117)]){if(_0x6f61ec[_0x2b57e0(0x116)](_0x6f61ec[_0x2b57e0(0x10b)],_0x6f61ec[_0x2b57e0(0x115)])){if(_0x30116e[_0x2b57e0(0x144)]&&_0x4bbff0[_0x2b57e0(0x144)]['gridName'])return _0x570973[_0x2b57e0(0x144)][_0x2b57e0(0x124)];if(_0x394553[_0x2b57e0(0x127)][_0x2b57e0(0x13c)])return _0x5518a7[_0x2b57e0(0x127)][_0x2b57e0(0x13c)];return _0x6f61ec[_0x2b57e0(0x110)];}else _0x20aa2c[_0x2b57e0(0x117)]=_0x114534['buildPriority'];}if(process[_0x2b57e0(0x127)][_0x2b57e0(0x12e)]){if(_0x6f61ec[_0x2b57e0(0x132)](_0x6f61ec[_0x2b57e0(0x12c)],_0x6f61ec['EGZQr']))_0x20aa2c[_0x2b57e0(0x117)]=process[_0x2b57e0(0x127)][_0x2b57e0(0x12e)];else return{};}return _0x20aa2c;};function a43_0x8955(){const _0x32f84b=['AwOsJ','split','env','../../bin/utils/constants','913605lOSbxh','TURBOSCALE_OPTIONS','options','iDMUz','Fhdet','BROWSERSTACK_BUILD_PRIORITY','2439040pkBRGl','18PMsdYx','10zZVndf','SIqDu','NO_GRID_NAME_PASSED','BOPsQ','HoIpM','LDPWp','HCZjP','TZgvx','isArray','XzUCz','turboScale','BROWSERSTACK_TURBOSCALE_GRID_NAME','IQKim','119VifmqH','UCOWT','nwhPr','71418EMEDWW','ligPf','isTurboScaleSession','turboScaleOptions','HZmbU','dZNJT','557545PdWZpn','EhaoR','YXzGS','3597HsdOBK','unQzS','VVKIx','PrBoa','wUjuN','getTurboScaleOptions','ymAKh','BROWSERSTACK_BUILD_TAGS','2117888ZCWjgu','lIfzb','yZdkT','buildPriority','fmCJJ','OXtXZ','EGZQr','getTurboScaleCaps','HSECQ','20GmWnAt','buildTags','28092AiUkBv','medium','sUjQR','gnFYV','71775eqwdvG','gridName'];a43_0x8955=function(){return _0x32f84b;};return a43_0x8955();}
1
+ function a49_0x9b82(){const _0x351460=['155280ZoKzLX','xQCsx','getTurboScaleOptions','gSNjM','kGvtW','NO_GRID_NAME_PASSED','getTurboScaleGridName','PnSqa','BROWSERSTACK_TURBOSCALE_GRID_NAME','pLWJm','aJHzo','226csnFhx','xJYwQ','pIWAi','pmdXg','korbw','fKymZ','turboScale','BROWSERSTACK_BUILD_TAGS','split','SjmgQ','gridName','KeRzl','env','2431560gchigZ','347Dzbfna','PQcdF','isTurboScaleSession','QlLuZ','gJuwc','uxBsb','sGCMC','APSMf','CQBDV','BROWSERSTACK_BUILD_PRIORITY','JkbdU','53372Svszqw','buildPriority','buildTags','turboScaleOptions','165TxCGdh','cZIZF','nlyYw','27YARvPC','qQdeR','aOCsf','kjyPF','getTurboScaleCaps','FHqVj','medium','489275WaPlmO','../../bin/utils/constants','EpSiJ','930juSgfk','rdBED','152kZqFcx','bObbj','pWwso','DaVAd','13131idCyDp','options','9961eDtATU','TURBOSCALE_OPTIONS','nJTta','pfCAI','JmKbu','eLAZU','nDbRq','isArray'];a49_0x9b82=function(){return _0x351460;};return a49_0x9b82();}const a49_0x1bb1f7=a49_0x4c8b;(function(_0x1794d9,_0x2a4d27){const _0x1a134a=a49_0x4c8b,_0x25f9fb=_0x1794d9();while(!![]){try{const _0x376ef7=parseInt(_0x1a134a(0x1f8))/0x1*(parseInt(_0x1a134a(0x1ea))/0x2)+-parseInt(_0x1a134a(0x20a))/0x3*(parseInt(_0x1a134a(0x203))/0x4)+parseInt(_0x1a134a(0x211))/0x5+parseInt(_0x1a134a(0x214))/0x6*(parseInt(_0x1a134a(0x1d7))/0x7)+parseInt(_0x1a134a(0x216))/0x8*(-parseInt(_0x1a134a(0x1d5))/0x9)+-parseInt(_0x1a134a(0x1f7))/0xa+-parseInt(_0x1a134a(0x207))/0xb*(-parseInt(_0x1a134a(0x1df))/0xc);if(_0x376ef7===_0x2a4d27)break;else _0x25f9fb['push'](_0x25f9fb['shift']());}catch(_0xa7bdb6){_0x25f9fb['push'](_0x25f9fb['shift']());}}}(a49_0x9b82,0x273ff));function a49_0x4c8b(_0x33e979,_0x59cd9c){const _0x9b8262=a49_0x9b82();return a49_0x4c8b=function(_0x4c8b38,_0x3f2d00){_0x4c8b38=_0x4c8b38-0x1d3;let _0x1be194=_0x9b8262[_0x4c8b38];return _0x1be194;},a49_0x4c8b(_0x33e979,_0x59cd9c);}const constants=require(a49_0x1bb1f7(0x212));exports[a49_0x1bb1f7(0x1e1)]=()=>{const _0x326294=a49_0x1bb1f7,_0x468ab0={};_0x468ab0[_0x326294(0x1d4)]=function(_0x20b59e,_0x54fab0){return _0x20b59e===_0x54fab0;},_0x468ab0[_0x326294(0x1dc)]='yzLBi',_0x468ab0[_0x326294(0x1ef)]=_0x326294(0x200);const _0xd5b89f=_0x468ab0;if(!constants['TURBOSCALE_OPTIONS'][_0x326294(0x1d6)]){if(_0xd5b89f[_0x326294(0x1d4)](_0xd5b89f[_0x326294(0x1dc)],_0xd5b89f[_0x326294(0x1ef)]))_0x4672ae[_0x326294(0x205)]=_0x37ba50[_0x326294(0x1f6)][_0x326294(0x1f1)]['split'](',');else return{};}return constants[_0x326294(0x1d8)][_0x326294(0x1d6)];},exports[a49_0x1bb1f7(0x1e5)]=_0xc17e4e=>{const _0x5a63a4=a49_0x1bb1f7,_0x185823={};_0x185823[_0x5a63a4(0x1e3)]=function(_0x4ea1ca,_0x3a1947){return _0x4ea1ca!==_0x3a1947;},_0x185823[_0x5a63a4(0x209)]=_0x5a63a4(0x1fc),_0x185823[_0x5a63a4(0x1f3)]=function(_0x5befbc,_0xc272bf){return _0x5befbc===_0xc272bf;},_0x185823[_0x5a63a4(0x1e8)]=_0x5a63a4(0x1fd),_0x185823[_0x5a63a4(0x1d9)]=_0x5a63a4(0x1fb),_0x185823[_0x5a63a4(0x1eb)]=_0x5a63a4(0x1e4);const _0x16cd2f=_0x185823;if(_0xc17e4e[_0x5a63a4(0x206)]&&_0xc17e4e[_0x5a63a4(0x206)][_0x5a63a4(0x1f4)])return _0x16cd2f[_0x5a63a4(0x1e3)](_0x16cd2f['nlyYw'],_0x16cd2f['nlyYw'])?_0x3e7fec[_0x5a63a4(0x206)]['gridName']:_0xc17e4e['turboScaleOptions']['gridName'];if(process[_0x5a63a4(0x1f6)][_0x5a63a4(0x1e7)]){if(_0x16cd2f[_0x5a63a4(0x1f3)](_0x16cd2f['pLWJm'],_0x16cd2f[_0x5a63a4(0x1d9)]))_0x5a2283['buildTags']=_0x730f31[_0x5a63a4(0x1f6)]['BROWSERSTACK_BUILD_TAGS'];else return process[_0x5a63a4(0x1f6)][_0x5a63a4(0x1e7)];}return _0x16cd2f[_0x5a63a4(0x1eb)];},exports[a49_0x1bb1f7(0x1fa)]=_0x494a31=>{const _0x120080=a49_0x1bb1f7,_0x1012b0={};_0x1012b0[_0x120080(0x1e0)]=function(_0x3731b0,_0x490aba){return _0x3731b0===_0x490aba;};const _0x212aa1=_0x1012b0;return _0x494a31&&_0x212aa1[_0x120080(0x1e0)](_0x494a31[_0x120080(0x1f0)],!![]);},exports[a49_0x1bb1f7(0x20e)]=(_0x4c7038,_0x30d562,_0xf58e61)=>{const _0x3d1c83=a49_0x1bb1f7,_0x56245e={};_0x56245e[_0x3d1c83(0x1ff)]=function(_0x27f4f7,_0x116d23){return _0x27f4f7===_0x116d23;},_0x56245e[_0x3d1c83(0x20f)]=_0x3d1c83(0x210),_0x56245e['nDbRq']=function(_0x3610ee,_0x4234bc){return _0x3610ee!==_0x4234bc;},_0x56245e['pIWAi']=_0x3d1c83(0x1da),_0x56245e[_0x3d1c83(0x20c)]=_0x3d1c83(0x1f5),_0x56245e[_0x3d1c83(0x215)]=function(_0x30cc74,_0x35e548){return _0x30cc74!==_0x35e548;},_0x56245e[_0x3d1c83(0x213)]=_0x3d1c83(0x208),_0x56245e[_0x3d1c83(0x1e9)]=function(_0x3a10ad,_0x352c9b){return _0x3a10ad===_0x352c9b;},_0x56245e['GjLAs']=_0x3d1c83(0x1db),_0x56245e[_0x3d1c83(0x202)]=_0x3d1c83(0x1fe),_0x56245e[_0x3d1c83(0x1e6)]=function(_0x1f0670,_0x3af8a6){return _0x1f0670!==_0x3af8a6;},_0x56245e[_0x3d1c83(0x1e2)]=_0x3d1c83(0x20d),_0x56245e[_0x3d1c83(0x217)]=_0x3d1c83(0x20b),_0x56245e[_0x3d1c83(0x1ed)]=function(_0x4657ab,_0x44f617){return _0x4657ab===_0x44f617;},_0x56245e[_0x3d1c83(0x1f9)]='QZBNt',_0x56245e[_0x3d1c83(0x1d3)]=_0x3d1c83(0x1ee);const _0x15b6de=_0x56245e,_0x168427={};_0x168427[_0x3d1c83(0x204)]=_0x15b6de[_0x3d1c83(0x20f)];_0x4c7038[_0x3d1c83(0x205)]&&(_0x15b6de[_0x3d1c83(0x1dd)](_0x15b6de[_0x3d1c83(0x1ec)],_0x15b6de[_0x3d1c83(0x20c)])?_0x168427['buildTags']=Array['isArray'](_0x4c7038[_0x3d1c83(0x205)])?_0x4c7038[_0x3d1c83(0x205)]:_0x4c7038[_0x3d1c83(0x205)]['split'](','):_0x10598b[_0x3d1c83(0x205)]=_0x44374f[_0x3d1c83(0x1de)](_0x288aec[_0x3d1c83(0x205)])?_0x18344a[_0x3d1c83(0x205)]:_0x2f3159[_0x3d1c83(0x205)][_0x3d1c83(0x1f2)](','));if(process[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)]){if(_0x15b6de['rdBED'](_0x15b6de['EpSiJ'],_0x15b6de[_0x3d1c83(0x213)]))_0x41d7dd['buildPriority']=_0xadef72[_0x3d1c83(0x1f6)][_0x3d1c83(0x201)];else try{if(_0x15b6de[_0x3d1c83(0x1e9)](_0x15b6de['GjLAs'],_0x15b6de[_0x3d1c83(0x202)]))try{_0x204bd6['buildTags']=_0x4c1e46[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)][_0x3d1c83(0x1f2)](',');}catch{_0x1991e4[_0x3d1c83(0x205)]=_0x1b53c0[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)];}else _0x168427['buildTags']=process['env']['BROWSERSTACK_BUILD_TAGS'][_0x3d1c83(0x1f2)](',');}catch{_0x15b6de[_0x3d1c83(0x1e6)](_0x15b6de['gSNjM'],_0x15b6de[_0x3d1c83(0x1e2)])?_0x252e16[_0x3d1c83(0x204)]=_0x4a17e4['buildPriority']:_0x168427[_0x3d1c83(0x205)]=process[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)];}}if(_0x4c7038[_0x3d1c83(0x204)]){if(_0x15b6de['rdBED'](_0x15b6de[_0x3d1c83(0x217)],_0x15b6de[_0x3d1c83(0x217)]))return _0x2c1106&&_0x15b6de[_0x3d1c83(0x1ff)](_0x8ff129[_0x3d1c83(0x1f0)],!![]);else _0x168427[_0x3d1c83(0x204)]=_0x4c7038['buildPriority'];}if(process['env'][_0x3d1c83(0x201)]){if(_0x15b6de[_0x3d1c83(0x1ed)](_0x15b6de[_0x3d1c83(0x1f9)],_0x15b6de[_0x3d1c83(0x1d3)]))return _0x5a6b07[_0x3d1c83(0x1f6)][_0x3d1c83(0x1e7)];else _0x168427['buildPriority']=process[_0x3d1c83(0x1f6)][_0x3d1c83(0x201)];}return _0x168427;};
@@ -1 +1 @@
1
- var a44_0x3fe3ea=a44_0xf5b2;function a44_0xf5b2(_0x363148,_0x2d40e4){var _0x21c617=a44_0x21c6();return a44_0xf5b2=function(_0xf5b23b,_0x26e773){_0xf5b23b=_0xf5b23b-0x1b3;var _0x255660=_0x21c617[_0xf5b23b];return _0x255660;},a44_0xf5b2(_0x363148,_0x2d40e4);}function a44_0x21c6(){var _0x20d604=['webviewConnectRetries','MBNiD','accessKey','browserstack.ppp','rerunTests','tapWithShortPressDuration','adbPort','keychainPassword','11202AWWiiM','wcPyr','wdaStartupRetries','logLevel','androidCoverage','useNewWDA','20jQjyOS','keystorePath','ISmgv','avdArgs','webDriverAgentUrl','Ouddn','enableWebviewDetailsCollection','automation','useKeystore','browserstack.buildIdentifier','buildToolsVersion','unlockType','browserstack.app','useCarthageSsl','localIdentifier','chromedriverArgs','enablePerformanceLogging','udid','safariInitialUrl','CLICapsMapping','Nvunh','chromedriverExecutableDir','cmOKJ','372050YcefTA','appWaitDuration','browserstack.parallelsPerPlatform','dontStopAppOnReset','TIGSY','app','keepKeyChains','orientation','browserstack.userName','disableAndroidWatchers','noReset','chromedriverUseSystemExecutable','BROWSERSTACK_OBSERVABILITY_DEBUG','browserstack.accessKey','skipLogCapture','allowTouchIdEnroll','FQoVk','sendKeyStrategy','autoWebviewTimeout','launchTimeout','wdaStartupRetryInterval','platformVersion','resetOnSessionStartOnly','appPackage','fullContextList','HCHvt','pnWoH','nqYuk','fullReset','showIOSLog','KjbTG','disableWindowAnimation','nativeInstrumentsLib','eventTimings','autoWebview','buildName','uninstallOtherPackages','xcodeOrgId','remoteAppsCacheLimit','safariAllowPopups','gpsEnabled','browserstack.access_key','printPageSourceOnFindFailure','commandTimeouts','systemPort','parallelsPerPlatform','keyPassword','calendarFormat','waitForAppScript','chromedriverExecutable','chromeOptions','1624272ADEzbg','YPOiU','ensureWebviewsHavePages','nativeWebTap','noSign','nativeWebScreenshot','autoGrantPermissions','remoteAdbHost','iosInstallPause','showXcodeLog','wdaConnectionTimeout','mtspZ','hOcyF','browserstackLocal','avdLaunchTimeout','ignoreHiddenApiPolicyError','adbExecTimeout','locale','locationServicesEnabled','wdaLocalPort','keychainPath','optionalIntentArguments','intentCategory','yOarT','interKeyDelay','browserstack.buildName','shouldUseSingletonTestManager','4879PqrIpA','enableAsyncExecuteFromHttps','EEclS','autoDismissAlerts','EnvCapsMapping','isHeadless','BROWSERSTACK_USERNAME','deviceReadyTimeout','keyAlias','newCommandTimeout','6kDyFeu','KDlhZ','clearSystemFiles','fbqil','browserstack.automation','webkitResponseTimeout','BROWSERSTACK_BUILD_NAME','skipLogcatCapture','QtGdP','BROWSERSTACK_LOCAL_IDENTIFIER','BROWSERSTACK_USER_NAME','recreateChromeDriverSessions','language','ogeKf','safariIgnoreFraudWarning','176wdsLbr','resetKeyboard','browserstack.localIdentifier','ignoreUnimportantViews','tjQIK','maxTypingFrequency','dThrz','279867gVntVE','DWlRN','BROWSERSTACK_APP_ID','autoLaunch','projectName','avdReadyTimeout','localizableStringsDir','userName','unlockKey','skipDeviceInitialization','appWaitPackage','allowDelayAdb','browserstack.user_name','screenshotWaitTimeout','remoteDebugProxy','usePrebuiltWDA','allowTestPackages','intentAction','appWaitActivity','avd','webviewDevtoolsPort','logcatFormat','KiRtB','locationServicesAuthorized','BROWSERSTACK_ACCESS_KEY','chromedriverPort','browserstack.logLevel','xcodeConfigFile','networkSpeed','BROWSERSTACK_LOCAL','465631QKpwWC','BROWSERSTACK_BUILD_IDENTIFIER','androidScreenshotPath','BROWSERSTACK_APP','435024SSBCrt','BROWSERSTACK_PARALLELS_PER_PLATFORM','androidInstallTimeout','3367950bWcxRC','androidNaturalOrientation','bVrik','cShot'];a44_0x21c6=function(){return _0x20d604;};return a44_0x21c6();}(function(_0x51a1b1,_0x26a16d){var _0x5b760d=a44_0xf5b2,_0x925640=_0x51a1b1();while(!![]){try{var _0x161091=-parseInt(_0x5b760d(0x1bf))/0x1*(parseInt(_0x5b760d(0x247))/0x2)+parseInt(_0x5b760d(0x25d))/0x3*(parseInt(_0x5b760d(0x1d8))/0x4)+parseInt(_0x5b760d(0x1c6))/0x5+-parseInt(_0x5b760d(0x1d2))/0x6*(-parseInt(_0x5b760d(0x23d))/0x7)+parseInt(_0x5b760d(0x222))/0x8+parseInt(_0x5b760d(0x1c3))/0x9+parseInt(_0x5b760d(0x1ef))/0xa*(-parseInt(_0x5b760d(0x256))/0xb);if(_0x161091===_0x26a16d)break;else _0x925640['push'](_0x925640['shift']());}catch(_0x105d3f){_0x925640['push'](_0x925640['shift']());}}}(a44_0x21c6,0xab073),exports[a44_0x3fe3ea(0x1eb)]=()=>{var _0x2d9e76=a44_0x3fe3ea,_0x446d27={};_0x446d27[_0x2d9e76(0x25c)]=_0x2d9e76(0x269),_0x446d27[_0x2d9e76(0x1ee)]=_0x2d9e76(0x1f7),_0x446d27[_0x2d9e76(0x254)]=_0x2d9e76(0x218),_0x446d27['pnWoH']=_0x2d9e76(0x1fc),_0x446d27[_0x2d9e76(0x22d)]=_0x2d9e76(0x23b),_0x446d27['uXUGu']='browserstack.projectName',_0x446d27[_0x2d9e76(0x1da)]=_0x2d9e76(0x1e1),_0x446d27[_0x2d9e76(0x1d3)]=_0x2d9e76(0x1cd),_0x446d27[_0x2d9e76(0x1c8)]=_0x2d9e76(0x1f1),_0x446d27['KDlhZ']='browserstack.local',_0x446d27[_0x2d9e76(0x23f)]=_0x2d9e76(0x258),_0x446d27['YPOiU']='browserstack.rerunTests',_0x446d27[_0x2d9e76(0x1ec)]=_0x2d9e76(0x1e4),_0x446d27[_0x2d9e76(0x239)]=_0x2d9e76(0x1bb),_0x446d27['WPztV']=_0x2d9e76(0x24b);var _0x1595dd=_0x446d27,_0x4d462e={};return _0x4d462e['userName']=[_0x1595dd['dThrz'],_0x1595dd[_0x2d9e76(0x1ee)]],_0x4d462e[_0x2d9e76(0x1cc)]=[_0x1595dd['ogeKf'],_0x1595dd[_0x2d9e76(0x209)]],_0x4d462e['buildName']=[_0x1595dd[_0x2d9e76(0x22d)]],_0x4d462e['projectName']=[_0x1595dd['uXUGu']],_0x4d462e['buildIdentifier']=[_0x1595dd[_0x2d9e76(0x1da)]],_0x4d462e['parallelsPerPlatform']=[_0x1595dd[_0x2d9e76(0x1d3)],_0x1595dd[_0x2d9e76(0x1c8)]],_0x4d462e[_0x2d9e76(0x22f)]=[_0x1595dd[_0x2d9e76(0x248)]],_0x4d462e[_0x2d9e76(0x1e6)]=[_0x1595dd[_0x2d9e76(0x23f)]],_0x4d462e['rerunTests']=[_0x1595dd[_0x2d9e76(0x223)]],_0x4d462e['app']=[_0x1595dd[_0x2d9e76(0x1ec)]],_0x4d462e[_0x2d9e76(0x1d5)]=[_0x1595dd[_0x2d9e76(0x239)]],_0x4d462e['automation']=[_0x1595dd['WPztV']],_0x4d462e;},exports[a44_0x3fe3ea(0x241)]=()=>{var _0x405a88=a44_0x3fe3ea,_0x2625fd={};_0x2625fd['tjQIK']=_0x405a88(0x243),_0x2625fd[_0x405a88(0x20d)]=_0x405a88(0x251),_0x2625fd[_0x405a88(0x208)]=_0x405a88(0x1b9),_0x2625fd[_0x405a88(0x1f3)]=_0x405a88(0x24d),_0x2625fd['FQoVk']='BROWSERSTACK_PROJECT_NAME',_0x2625fd[_0x405a88(0x24f)]=_0x405a88(0x1c0),_0x2625fd[_0x405a88(0x1cb)]=_0x405a88(0x1c4),_0x2625fd['nqYuk']=_0x405a88(0x1be),_0x2625fd[_0x405a88(0x24a)]=_0x405a88(0x250),_0x2625fd['KiRtB']='BROWSERSTACK_RERUN_TESTS',_0x2625fd[_0x405a88(0x22e)]=_0x405a88(0x25f),_0x2625fd[_0x405a88(0x1c9)]=_0x405a88(0x1c2),_0x2625fd[_0x405a88(0x1dd)]=_0x405a88(0x1fb),_0x2625fd[_0x405a88(0x25e)]='BROWSERSTACK_AUTOMATION';var _0x2ad1a5=_0x2625fd,_0x3a35fb={};return _0x3a35fb[_0x405a88(0x264)]=[_0x2ad1a5[_0x405a88(0x25a)],_0x2ad1a5[_0x405a88(0x20d)]],_0x3a35fb[_0x405a88(0x1cc)]=[_0x2ad1a5['HCHvt']],_0x3a35fb[_0x405a88(0x212)]=[_0x2ad1a5[_0x405a88(0x1f3)]],_0x3a35fb[_0x405a88(0x261)]=[_0x2ad1a5[_0x405a88(0x1ff)]],_0x3a35fb['buildIdentifier']=[_0x2ad1a5[_0x405a88(0x24f)]],_0x3a35fb[_0x405a88(0x21c)]=[_0x2ad1a5[_0x405a88(0x1cb)]],_0x3a35fb['browserstackLocal']=[_0x2ad1a5[_0x405a88(0x20a)]],_0x3a35fb[_0x405a88(0x1e6)]=[_0x2ad1a5[_0x405a88(0x24a)]],_0x3a35fb[_0x405a88(0x1ce)]=[_0x2ad1a5[_0x405a88(0x1b7)]],_0x3a35fb[_0x405a88(0x1f4)]=[_0x2ad1a5[_0x405a88(0x22e)],_0x2ad1a5['cShot']],_0x3a35fb[_0x405a88(0x1d5)]=[_0x2ad1a5[_0x405a88(0x1dd)]],_0x3a35fb[_0x405a88(0x1df)]=[_0x2ad1a5['DWlRN']],_0x3a35fb;},exports['AppiumCaps']=()=>['automationName',a44_0x3fe3ea(0x204),'deviceName',a44_0x3fe3ea(0x246),a44_0x3fe3ea(0x1f4),a44_0x3fe3ea(0x1e9),a44_0x3fe3ea(0x253),a44_0x3fe3ea(0x233),a44_0x3fe3ea(0x1f6),a44_0x3fe3ea(0x211),a44_0x3fe3ea(0x1f9),a44_0x3fe3ea(0x20b),a44_0x3fe3ea(0x249),a44_0x3fe3ea(0x210),a44_0x3fe3ea(0x1e8),'otherApps',a44_0x3fe3ea(0x219),'appActivity',a44_0x3fe3ea(0x206),a44_0x3fe3ea(0x1b3),a44_0x3fe3ea(0x267),a44_0x3fe3ea(0x1f0),a44_0x3fe3ea(0x244),a44_0x3fe3ea(0x26d),a44_0x3fe3ea(0x1d6),'androidCoverageEndIntent','androidDeviceReadyTimeout',a44_0x3fe3ea(0x1d0),'androidDeviceSocket',a44_0x3fe3ea(0x1c5),'androidInstallPath',a44_0x3fe3ea(0x1b4),a44_0x3fe3ea(0x230),a44_0x3fe3ea(0x262),a44_0x3fe3ea(0x1db),a44_0x3fe3ea(0x1e0),a44_0x3fe3ea(0x1d9),'keystorePassword',a44_0x3fe3ea(0x245),a44_0x3fe3ea(0x21d),a44_0x3fe3ea(0x220),a44_0x3fe3ea(0x1e7),a44_0x3fe3ea(0x1ed),'chromedriverChromeMappingFile',a44_0x3fe3ea(0x1fa),a44_0x3fe3ea(0x1ba),'chromedriverPorts','chromedriverDisableBuildCheck',a44_0x3fe3ea(0x201),a44_0x3fe3ea(0x26e),a44_0x3fe3ea(0x238),'intentFlags',a44_0x3fe3ea(0x237),a44_0x3fe3ea(0x1f2),'unicodeKeyboard',a44_0x3fe3ea(0x257),a44_0x3fe3ea(0x226),a44_0x3fe3ea(0x259),a44_0x3fe3ea(0x1f8),a44_0x3fe3ea(0x221),a44_0x3fe3ea(0x252),a44_0x3fe3ea(0x227),a44_0x3fe3ea(0x1c1),a44_0x3fe3ea(0x1bd),a44_0x3fe3ea(0x217),a44_0x3fe3ea(0x242),a44_0x3fe3ea(0x232),'localeScript',a44_0x3fe3ea(0x266),a44_0x3fe3ea(0x228),a44_0x3fe3ea(0x1c7),a44_0x3fe3ea(0x21b),a44_0x3fe3ea(0x229),'skipUnlock',a44_0x3fe3ea(0x1e3),a44_0x3fe3ea(0x265),a44_0x3fe3ea(0x260),a44_0x3fe3ea(0x24e),a44_0x3fe3ea(0x213),a44_0x3fe3ea(0x20e),a44_0x3fe3ea(0x1e2),'enforceAppInstall',a44_0x3fe3ea(0x224),a44_0x3fe3ea(0x1b5),a44_0x3fe3ea(0x1de),a44_0x3fe3ea(0x215),a44_0x3fe3ea(0x21e),'bundleId',a44_0x3fe3ea(0x202),a44_0x3fe3ea(0x234),a44_0x3fe3ea(0x1b8),'autoAcceptAlerts',a44_0x3fe3ea(0x240),a44_0x3fe3ea(0x20f),a44_0x3fe3ea(0x225),a44_0x3fe3ea(0x1ea),a44_0x3fe3ea(0x216),a44_0x3fe3ea(0x255),'safariOpenLinksInBackground',a44_0x3fe3ea(0x1f5),a44_0x3fe3ea(0x263),'processArguments',a44_0x3fe3ea(0x23a),a44_0x3fe3ea(0x20c),a44_0x3fe3ea(0x200),a44_0x3fe3ea(0x24c),a44_0x3fe3ea(0x26a),a44_0x3fe3ea(0x26b),a44_0x3fe3ea(0x23e),a44_0x3fe3ea(0x1fd),'webkitDebugProxyPort',a44_0x3fe3ea(0x207),a44_0x3fe3ea(0x21f),a44_0x3fe3ea(0x1ca),'appName','customSSLCert',a44_0x3fe3ea(0x1cf),'scaleFactor',a44_0x3fe3ea(0x235),a44_0x3fe3ea(0x22b),a44_0x3fe3ea(0x22a),a44_0x3fe3ea(0x1bc),a44_0x3fe3ea(0x1d1),a44_0x3fe3ea(0x26c),'preventWDAAttachments',a44_0x3fe3ea(0x1dc),a44_0x3fe3ea(0x236),a44_0x3fe3ea(0x1d7),'wdaLaunchTimeout',a44_0x3fe3ea(0x22c),a44_0x3fe3ea(0x214),'xcodeSigningId','updatedWDABundleId',a44_0x3fe3ea(0x205),a44_0x3fe3ea(0x21a),a44_0x3fe3ea(0x1d4),a44_0x3fe3ea(0x203),'connectHardwareKeyboard',a44_0x3fe3ea(0x25b),'simpleIsVisibleCheck',a44_0x3fe3ea(0x1e5),a44_0x3fe3ea(0x23c),'startIWDP',a44_0x3fe3ea(0x1fe),a44_0x3fe3ea(0x231),'mockLocationApp',a44_0x3fe3ea(0x1b6),'logcatFilterSpecs',a44_0x3fe3ea(0x268)]);
1
+ var a50_0x4a8f5f=a50_0x1a8b;function a50_0x1a8b(_0x2259fe,_0x547603){var _0x3e513e=a50_0x3e51();return a50_0x1a8b=function(_0x1a8b63,_0xccb3ce){_0x1a8b63=_0x1a8b63-0xd4;var _0x552150=_0x3e513e[_0x1a8b63];return _0x552150;},a50_0x1a8b(_0x2259fe,_0x547603);}(function(_0x721328,_0x275809){var _0x3fcd76=a50_0x1a8b,_0x203723=_0x721328();while(!![]){try{var _0x25dbd6=-parseInt(_0x3fcd76(0x153))/0x1+-parseInt(_0x3fcd76(0x12f))/0x2+-parseInt(_0x3fcd76(0x160))/0x3*(-parseInt(_0x3fcd76(0x11d))/0x4)+-parseInt(_0x3fcd76(0x109))/0x5*(-parseInt(_0x3fcd76(0xf6))/0x6)+-parseInt(_0x3fcd76(0x134))/0x7+-parseInt(_0x3fcd76(0x10f))/0x8+parseInt(_0x3fcd76(0xdd))/0x9;if(_0x25dbd6===_0x275809)break;else _0x203723['push'](_0x203723['shift']());}catch(_0x500874){_0x203723['push'](_0x203723['shift']());}}}(a50_0x3e51,0x5b657),exports[a50_0x4a8f5f(0x15a)]=()=>{var _0xfaa6c8=a50_0x4a8f5f,_0x2cd5f8={};_0x2cd5f8['paYAr']='browserstack.user_name',_0x2cd5f8[_0xfaa6c8(0x150)]=_0xfaa6c8(0xe6),_0x2cd5f8[_0xfaa6c8(0x140)]=_0xfaa6c8(0x136),_0x2cd5f8[_0xfaa6c8(0x142)]=_0xfaa6c8(0x171),_0x2cd5f8['ovEyp']=_0xfaa6c8(0xe5),_0x2cd5f8['fABOc']=_0xfaa6c8(0xf2),_0x2cd5f8[_0xfaa6c8(0x164)]=_0xfaa6c8(0xed),_0x2cd5f8[_0xfaa6c8(0x15c)]=_0xfaa6c8(0x11f),_0x2cd5f8[_0xfaa6c8(0x182)]=_0xfaa6c8(0xf7),_0x2cd5f8[_0xfaa6c8(0x119)]='browserstack.local',_0x2cd5f8['qzAMe']=_0xfaa6c8(0xfa),_0x2cd5f8[_0xfaa6c8(0x12d)]=_0xfaa6c8(0x103),_0x2cd5f8[_0xfaa6c8(0x157)]='browserstack.app',_0x2cd5f8['ZsHoZ']=_0xfaa6c8(0x18e),_0x2cd5f8['jMIoN']=_0xfaa6c8(0x167);var _0x4a21d9=_0x2cd5f8,_0x37d28a={};return _0x37d28a[_0xfaa6c8(0x17d)]=[_0x4a21d9[_0xfaa6c8(0x110)],_0x4a21d9[_0xfaa6c8(0x150)]],_0x37d28a[_0xfaa6c8(0x120)]=[_0x4a21d9['cHXPA'],_0x4a21d9['Hzwle']],_0x37d28a[_0xfaa6c8(0x161)]=[_0x4a21d9[_0xfaa6c8(0x139)]],_0x37d28a['projectName']=[_0x4a21d9[_0xfaa6c8(0x16c)]],_0x37d28a['buildIdentifier']=[_0x4a21d9[_0xfaa6c8(0x164)]],_0x37d28a[_0xfaa6c8(0x11c)]=[_0x4a21d9['tKLUy'],_0x4a21d9[_0xfaa6c8(0x182)]],_0x37d28a[_0xfaa6c8(0x13c)]=[_0x4a21d9[_0xfaa6c8(0x119)]],_0x37d28a['localIdentifier']=[_0x4a21d9[_0xfaa6c8(0x183)]],_0x37d28a[_0xfaa6c8(0x116)]=[_0x4a21d9[_0xfaa6c8(0x12d)]],_0x37d28a['app']=[_0x4a21d9['prXyz']],_0x37d28a[_0xfaa6c8(0xfc)]=[_0x4a21d9['ZsHoZ']],_0x37d28a[_0xfaa6c8(0x130)]=[_0x4a21d9[_0xfaa6c8(0x17c)]],_0x37d28a;},exports[a50_0x4a8f5f(0x135)]=()=>{var _0x4af3d8=a50_0x4a8f5f,_0x16352e={};_0x16352e['xwVpt']=_0x4af3d8(0x117),_0x16352e[_0x4af3d8(0xe9)]='BROWSERSTACK_USER_NAME',_0x16352e[_0x4af3d8(0x14b)]=_0x4af3d8(0xf3),_0x16352e['GhETb']=_0x4af3d8(0xe7),_0x16352e[_0x4af3d8(0x108)]='BROWSERSTACK_PROJECT_NAME',_0x16352e['yCzUd']=_0x4af3d8(0x17a),_0x16352e[_0x4af3d8(0x173)]=_0x4af3d8(0x122),_0x16352e['iYUOT']=_0x4af3d8(0xf8),_0x16352e[_0x4af3d8(0x163)]=_0x4af3d8(0x177),_0x16352e[_0x4af3d8(0x18a)]=_0x4af3d8(0x151),_0x16352e['PmyUW']=_0x4af3d8(0x13d),_0x16352e[_0x4af3d8(0x184)]='BROWSERSTACK_APP',_0x16352e['kExZB']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x16352e[_0x4af3d8(0x16f)]=_0x4af3d8(0x12b);var _0x162251=_0x16352e,_0x34f595={};return _0x34f595[_0x4af3d8(0x17d)]=[_0x162251['xwVpt'],_0x162251[_0x4af3d8(0xe9)]],_0x34f595['accessKey']=[_0x162251[_0x4af3d8(0x14b)]],_0x34f595[_0x4af3d8(0x161)]=[_0x162251[_0x4af3d8(0x189)]],_0x34f595[_0x4af3d8(0x15b)]=[_0x162251[_0x4af3d8(0x108)]],_0x34f595[_0x4af3d8(0xe1)]=[_0x162251[_0x4af3d8(0x10d)]],_0x34f595[_0x4af3d8(0x11c)]=[_0x162251[_0x4af3d8(0x173)]],_0x34f595[_0x4af3d8(0x13c)]=[_0x162251[_0x4af3d8(0x13e)]],_0x34f595['localIdentifier']=[_0x162251[_0x4af3d8(0x163)]],_0x34f595[_0x4af3d8(0x116)]=[_0x162251['sQFUC']],_0x34f595[_0x4af3d8(0xda)]=[_0x162251['PmyUW'],_0x162251[_0x4af3d8(0x184)]],_0x34f595[_0x4af3d8(0xfc)]=[_0x162251[_0x4af3d8(0x121)]],_0x34f595[_0x4af3d8(0x130)]=[_0x162251[_0x4af3d8(0x16f)]],_0x34f595;},exports['AppiumCaps']=()=>[a50_0x4a8f5f(0x113),a50_0x4a8f5f(0x145),a50_0x4a8f5f(0x144),a50_0x4a8f5f(0x14c),a50_0x4a8f5f(0xda),a50_0x4a8f5f(0x186),a50_0x4a8f5f(0x15d),a50_0x4a8f5f(0x106),a50_0x4a8f5f(0x107),'autoWebview',a50_0x4a8f5f(0x13b),a50_0x4a8f5f(0x118),a50_0x4a8f5f(0xe2),a50_0x4a8f5f(0xe8),a50_0x4a8f5f(0x112),a50_0x4a8f5f(0xe3),'printPageSourceOnFindFailure',a50_0x4a8f5f(0x187),a50_0x4a8f5f(0x105),a50_0x4a8f5f(0x170),a50_0x4a8f5f(0x180),'appWaitDuration','deviceReadyTimeout',a50_0x4a8f5f(0x137),a50_0x4a8f5f(0xd4),'androidCoverageEndIntent',a50_0x4a8f5f(0x123),'adbPort',a50_0x4a8f5f(0x11b),a50_0x4a8f5f(0xdb),'androidInstallPath','avd',a50_0x4a8f5f(0x143),'avdReadyTimeout',a50_0x4a8f5f(0xec),'useKeystore',a50_0x4a8f5f(0x12e),a50_0x4a8f5f(0xea),a50_0x4a8f5f(0x12a),a50_0x4a8f5f(0x17b),'chromedriverExecutable',a50_0x4a8f5f(0x16a),'chromedriverExecutableDir',a50_0x4a8f5f(0xd7),a50_0x4a8f5f(0x146),a50_0x4a8f5f(0x100),'chromedriverPorts',a50_0x4a8f5f(0xeb),'autoWebviewTimeout',a50_0x4a8f5f(0x185),a50_0x4a8f5f(0x14a),a50_0x4a8f5f(0xd6),a50_0x4a8f5f(0x18d),'dontStopAppOnReset','unicodeKeyboard','resetKeyboard','noSign',a50_0x4a8f5f(0x127),a50_0x4a8f5f(0x12c),a50_0x4a8f5f(0x111),a50_0x4a8f5f(0x10c),a50_0x4a8f5f(0x128),a50_0x4a8f5f(0x16d),a50_0x4a8f5f(0x17e),'gpsEnabled',a50_0x4a8f5f(0x158),a50_0x4a8f5f(0x101),a50_0x4a8f5f(0xd9),a50_0x4a8f5f(0x152),'autoGrantPermissions','androidNaturalOrientation',a50_0x4a8f5f(0xef),a50_0x4a8f5f(0x114),a50_0x4a8f5f(0xdf),a50_0x4a8f5f(0x178),a50_0x4a8f5f(0x129),a50_0x4a8f5f(0x155),a50_0x4a8f5f(0x18b),'uninstallOtherPackages',a50_0x4a8f5f(0x147),a50_0x4a8f5f(0x18c),a50_0x4a8f5f(0x159),'ensureWebviewsHavePages',a50_0x4a8f5f(0x165),a50_0x4a8f5f(0x175),'remoteAppsCacheLimit',a50_0x4a8f5f(0x154),a50_0x4a8f5f(0x13a),a50_0x4a8f5f(0xde),a50_0x4a8f5f(0x16e),a50_0x4a8f5f(0xf5),a50_0x4a8f5f(0x17f),a50_0x4a8f5f(0x13f),a50_0x4a8f5f(0x124),a50_0x4a8f5f(0x168),a50_0x4a8f5f(0x179),a50_0x4a8f5f(0x125),'safariIgnoreFraudWarning',a50_0x4a8f5f(0x162),a50_0x4a8f5f(0x15f),a50_0x4a8f5f(0x141),a50_0x4a8f5f(0x11e),'interKeyDelay',a50_0x4a8f5f(0x132),a50_0x4a8f5f(0xf4),a50_0x4a8f5f(0xf9),a50_0x4a8f5f(0x15e),'remoteDebugProxy',a50_0x4a8f5f(0xd8),a50_0x4a8f5f(0x176),a50_0x4a8f5f(0x16b),a50_0x4a8f5f(0xdc),a50_0x4a8f5f(0x14d),a50_0x4a8f5f(0x102),a50_0x4a8f5f(0xfb),a50_0x4a8f5f(0x148),a50_0x4a8f5f(0x133),a50_0x4a8f5f(0xd5),a50_0x4a8f5f(0xfe),a50_0x4a8f5f(0x115),a50_0x4a8f5f(0x174),a50_0x4a8f5f(0x10e),'keychainPassword',a50_0x4a8f5f(0x156),'preventWDAAttachments',a50_0x4a8f5f(0x104),a50_0x4a8f5f(0xe4),a50_0x4a8f5f(0x181),a50_0x4a8f5f(0x149),a50_0x4a8f5f(0x188),a50_0x4a8f5f(0x172),a50_0x4a8f5f(0x138),a50_0x4a8f5f(0x10a),'resetOnSessionStartOnly',a50_0x4a8f5f(0x14f),a50_0x4a8f5f(0x166),'wdaStartupRetryInterval',a50_0x4a8f5f(0xff),a50_0x4a8f5f(0xf1),a50_0x4a8f5f(0x131),a50_0x4a8f5f(0xfd),a50_0x4a8f5f(0x11a),a50_0x4a8f5f(0x10b),a50_0x4a8f5f(0xf0),a50_0x4a8f5f(0xe0),a50_0x4a8f5f(0xee),a50_0x4a8f5f(0x126),a50_0x4a8f5f(0x14e),a50_0x4a8f5f(0x169)]);function a50_0x3e51(){var _0x4dcd8a=['browserstack.localIdentifier','appName','logLevel','useCarthageSsl','wdaLocalPort','connectHardwareKeyboard','chromedriverPort','adbExecTimeout','webviewConnectRetries','browserstack.rerunTests','webDriverAgentUrl','appPackage','locale','orientation','rfwbC','175vQebgY','updatedWDABundleId','startIWDP','recreateChromeDriverSessions','yCzUd','xcodeConfigFile','5245584PHRQSO','paYAr','chromeOptions','enablePerformanceLogging','automationName','remoteAdbHost','showXcodeLog','rerunTests','BROWSERSTACK_USERNAME','fullReset','vQCym','shouldUseSingletonTestManager','androidDeviceSocket','parallelsPerPlatform','110948FmaaZM','processArguments','browserstack.ppp','accessKey','kExZB','BROWSERSTACK_PARALLELS_PER_PLATFORM','androidDeviceReadyTimeout','nativeInstrumentsLib','safariAllowPopups','logcatFormat','ignoreUnimportantViews','nativeWebScreenshot','unlockKey','keyAlias','BROWSERSTACK_AUTOMATION','disableAndroidWatchers','rVSji','keystorePath','20732HBXOgW','automation','simpleIsVisibleCheck','showIOSLog','tapWithShortPressDuration','3392515kVvyWr','EnvCapsMapping','browserstack.access_key','allowTestPackages','xcodeSigningId','ovEyp','bundleId','noReset','browserstackLocal','BROWSERSTACK_APP_ID','iYUOT','autoDismissAlerts','cHXPA','localizableStringsDir','Hzwle','avdLaunchTimeout','deviceName','platformVersion','chromedriverUseSystemExecutable','disableWindowAnimation','customSSLCert','wdaLaunchTimeout','intentCategory','SRULw','newCommandTimeout','waitForAppScript','logcatFilterSpecs','commandTimeouts','xiiid','BROWSERSTACK_RERUN_TESTS','skipDeviceInitialization','420909QPuQPE','calendarFormat','autoLaunch','usePrebuiltWDA','prXyz','isHeadless','enforceAppInstall','CLICapsMapping','projectName','tKLUy','language','screenshotWaitTimeout','keepKeyChains','3deUtmF','buildName','safariOpenLinksInBackground','KzsWh','SLlhM','webviewDevtoolsPort','wdaStartupRetries','browserstack.automation','nativeWebTap','allowDelayAdb','chromedriverArgs','webkitDebugProxyPort','fABOc','androidScreenshotPath','locationServicesEnabled','cbbKF','appWaitActivity','browserstack.accessKey','xcodeOrgId','jvGkW','iosInstallPause','enableWebviewDetailsCollection','skipLogCapture','BROWSERSTACK_LOCAL_IDENTIFIER','unlockType','safariInitialUrl','BROWSERSTACK_BUILD_IDENTIFIER','keyPassword','jMIoN','userName','networkSpeed','autoAcceptAlerts','appWaitPackage','useNewWDA','brWJh','qzAMe','hDezn','intentAction','udid','appActivity','wdaConnectionTimeout','GhETb','sQFUC','skipLogcatCapture','buildToolsVersion','optionalIntentArguments','browserstack.logLevel','androidCoverage','scaleFactor','intentFlags','chromedriverChromeMappingFile','enableAsyncExecuteFromHttps','localeScript','app','androidInstallTimeout','fullContextList','15878475dxLriL','launchTimeout','skipUnlock','ignoreHiddenApiPolicyError','buildIdentifier','clearSystemFiles','otherApps','keychainPath','browserstack.buildName','browserstack.userName','BROWSERSTACK_BUILD_NAME','eventTimings','fgArZ','keystorePassword','chromedriverDisableBuildCheck','avdArgs','browserstack.buildIdentifier','mockLocationApp','systemPort','allowTouchIdEnroll','maxTypingFrequency','browserstack.projectName','BROWSERSTACK_ACCESS_KEY','sendKeyStrategy','locationServicesAuthorized','26394EoknLb','browserstack.parallelsPerPlatform','BROWSERSTACK_LOCAL','webkitResponseTimeout'];a50_0x3e51=function(){return _0x4dcd8a;};return a50_0x3e51();}