browserstack-node-sdk 1.32.1 → 1.32.2

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 (114) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a52_0x22ee9a=a52_0x33fe;(function(_0x21f040,_0xdbff3c){const _0x5ad879=a52_0x33fe,_0x344fd8=_0x21f040();while(!![]){try{const _0x50d057=parseInt(_0x5ad879(0x21d))/0x1*(-parseInt(_0x5ad879(0x2d4))/0x2)+parseInt(_0x5ad879(0x244))/0x3+-parseInt(_0x5ad879(0x274))/0x4+parseInt(_0x5ad879(0x30c))/0x5+parseInt(_0x5ad879(0x214))/0x6*(parseInt(_0x5ad879(0x2fb))/0x7)+parseInt(_0x5ad879(0x2f7))/0x8*(-parseInt(_0x5ad879(0x1f0))/0x9)+-parseInt(_0x5ad879(0x2c3))/0xa*(-parseInt(_0x5ad879(0x2eb))/0xb);if(_0x50d057===_0xdbff3c)break;else _0x344fd8['push'](_0x344fd8['shift']());}catch(_0x10e30b){_0x344fd8['push'](_0x344fd8['shift']());}}}(a52_0x5e6b,0x8b7fe));const path=require(a52_0x22ee9a(0x262)),util=require(a52_0x22ee9a(0x267)),bsSetupHelper=require(a52_0x22ee9a(0x215)),logger=require(a52_0x22ee9a(0x219))[a52_0x22ee9a(0x208)],{API_URL}=require(a52_0x22ee9a(0x28c)),PerformanceTester=require(a52_0x22ee9a(0x24d)),scripts=require(a52_0x22ee9a(0x2b6)),globals=require(a52_0x22ee9a(0x2af));function a52_0x33fe(_0x5ceca4,_0x19d1e9){const _0x5e6b73=a52_0x5e6b();return a52_0x33fe=function(_0x33fe62,_0x53b843){_0x33fe62=_0x33fe62-0x1ec;let _0x4e6262=_0x5e6b73[_0x33fe62];return _0x4e6262;},a52_0x33fe(_0x5ceca4,_0x19d1e9);}exports['fetchPlatformDetails']=async _0x19d3f2=>{const _0x4fc59c=a52_0x22ee9a,_0x4116ae={};_0x4116ae['txbCB']=function(_0x3105ed,_0x51277b){return _0x3105ed===_0x51277b;},_0x4116ae['WnBXF']='LGmgl',_0x4116ae['pTURt']=function(_0x3813ce,_0x1ac916){return _0x3813ce===_0x1ac916;},_0x4116ae['eoafU']='browserstack',_0x4116ae['YOSqo']=function(_0xefc18d,_0x400364){return _0xefc18d!==_0x400364;},_0x4116ae[_0x4fc59c(0x260)]=_0x4fc59c(0x230);const _0x45a613=_0x4116ae;let _0x306c6e={};try{if(_0x45a613['txbCB'](_0x45a613[_0x4fc59c(0x2e1)],_0x45a613[_0x4fc59c(0x2e1)])){const _0x420c89=await _0x19d3f2[_0x4fc59c(0x270)]();_0x306c6e={'os_name':_0x420c89[_0x4fc59c(0x2d8)](),'os_version':bsSetupHelper[_0x4fc59c(0x2ec)](_0x45a613[_0x4fc59c(0x2a6)](global[_0x4fc59c(0x2d2)],_0x45a613[_0x4fc59c(0x2bf)])),'browser_name':_0x420c89['getBrowserName'](),'browser_version':_0x420c89[_0x4fc59c(0x21a)]()};}else _0x23ab5f[_0x4fc59c(0x306)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x342789);}catch(_0x4b3c41){_0x45a613[_0x4fc59c(0x248)](_0x45a613['SRNSc'],_0x45a613['SRNSc'])?_0x351ed4[_0x4fc59c(0x288)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x1be2c3[_0x4fc59c(0x2b7)][_0x4fc59c(0x23d)]+'\x20'+_0x490b99[_0x4fc59c(0x2b7)][_0x4fc59c(0x2bb)]+'\x20'+_0x5dcfb2[_0x4fc59c(0x279)](_0x4e4b08[_0x4fc59c(0x2b7)][_0x4fc59c(0x25d)])):logger[_0x4fc59c(0x306)](_0x4fc59c(0x2ce)+_0x4b3c41);}return _0x306c6e;},exports[a52_0x22ee9a(0x2e2)]=()=>{const _0x460ca=a52_0x22ee9a,_0x1fdd6a={};_0x1fdd6a['SuWHD']='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x1fdd6a['OjYab']=_0x460ca(0x293),_0x1fdd6a[_0x460ca(0x2d5)]=function(_0x73db5f,_0x4115de){return _0x73db5f!==_0x4115de;},_0x1fdd6a[_0x460ca(0x25a)]=_0x460ca(0x226),_0x1fdd6a[_0x460ca(0x263)]=function(_0x549d5c,_0x1c9ad7){return _0x549d5c!==_0x1c9ad7;},_0x1fdd6a[_0x460ca(0x255)]='vOgIm',_0x1fdd6a[_0x460ca(0x2f9)]=function(_0x390c4a,_0x5d737c){return _0x390c4a===_0x5d737c;},_0x1fdd6a[_0x460ca(0x2ac)]='string',_0x1fdd6a['wVzKc']=function(_0x2770de,_0x4a85e7){return _0x2770de>_0x4a85e7;},_0x1fdd6a[_0x460ca(0x2ef)]=function(_0x3d805e,_0x750453){return _0x3d805e!==_0x750453;},_0x1fdd6a[_0x460ca(0x2ba)]='null',_0x1fdd6a['KgWQA']=function(_0x82080b,_0x2344ee){return _0x82080b&&_0x2344ee;},_0x1fdd6a[_0x460ca(0x256)]=function(_0x2510f8,_0x497935){return _0x2510f8!==_0x497935;},_0x1fdd6a['gNqvi']=_0x460ca(0x276);const _0x21cb5b=_0x1fdd6a;try{if(_0x21cb5b['NmQMj'](_0x21cb5b[_0x460ca(0x25a)],_0x21cb5b[_0x460ca(0x25a)]))_0x1a0932[_0x460ca(0x288)](_0x460ca(0x249)+(_0x1853a1[_0x460ca(0x1fc)]||_0x2b432f['stack']));else{if(!bsSetupHelper[_0x460ca(0x20d)]())return _0x21cb5b[_0x460ca(0x263)](_0x21cb5b['vyDrt'],_0x21cb5b[_0x460ca(0x255)])?(_0x4d71a1['error'](_0x21cb5b['SuWHD']),[null,null]):![];const _0x1be21c=bsSetupHelper[_0x460ca(0x307)](process['env'][_0x460ca(0x2d9)])||bsSetupHelper[_0x460ca(0x307)](process[_0x460ca(0x1fd)][_0x460ca(0x2cc)]),_0x5f465d=_0x21cb5b[_0x460ca(0x2f9)](typeof process[_0x460ca(0x1fd)]['BS_A11Y_JWT'],_0x21cb5b['qjxzU'])&&_0x21cb5b[_0x460ca(0x2f4)](process[_0x460ca(0x1fd)][_0x460ca(0x203)][_0x460ca(0x257)],0x0)&&_0x21cb5b[_0x460ca(0x2ef)](process[_0x460ca(0x1fd)]['BS_A11Y_JWT'],_0x21cb5b[_0x460ca(0x2ba)]);return _0x21cb5b[_0x460ca(0x2dc)](_0x1be21c,_0x5f465d);}}catch(_0x13ac32){if(_0x21cb5b[_0x460ca(0x256)](_0x21cb5b[_0x460ca(0x29a)],_0x21cb5b[_0x460ca(0x29a)])){_0x5baa92[_0x460ca(0x29f)](_0x460ca(0x26e)+new _0x41dc88()['toISOString']());const _0xcdd604={};return _0xcdd604['status']=_0x21cb5b[_0x460ca(0x2e9)],_0xcdd604[_0x460ca(0x1fc)]='',_0xcdd604;}else logger[_0x460ca(0x306)](_0x460ca(0x210)+_0x13ac32);}return![];},exports[a52_0x22ee9a(0x298)]=(_0x40f7bf,_0xacbf33=!![])=>{const _0x44fff6=a52_0x22ee9a,_0x493572={};_0x493572['YDIjL']=function(_0x492dde,_0x39b74b){return _0x492dde===_0x39b74b;},_0x493572[_0x44fff6(0x2a8)]=_0x44fff6(0x273),_0x493572['CVDrH']=_0x44fff6(0x27e),_0x493572[_0x44fff6(0x2de)]=function(_0xb7a357,_0x1fde4a){return _0xb7a357+_0x1fde4a;},_0x493572[_0x44fff6(0x1ff)]=_0x44fff6(0x313),_0x493572['dymUf']=function(_0x30c336,_0x3c3ff9){return _0x30c336==_0x3c3ff9;},_0x493572['cDhLT']='vLTKO',_0x493572[_0x44fff6(0x2a1)]=function(_0x49db4f,_0x4c0862){return _0x49db4f!==_0x4c0862;},_0x493572['KTRgW']='tHSWy',_0x493572['hgfBa']=function(_0x36bd97,_0x3f557c){return _0x36bd97!==_0x3f557c;},_0x493572[_0x44fff6(0x2b9)]='imJIK',_0x493572[_0x44fff6(0x2c5)]=_0x44fff6(0x224),_0x493572[_0x44fff6(0x2cb)]=_0x44fff6(0x1ef),_0x493572['xusiK']=function(_0x16a917,_0x576cec){return _0x16a917&&_0x576cec;},_0x493572[_0x44fff6(0x2a2)]=function(_0x226fb7,_0x4aa3cc){return _0x226fb7===_0x4aa3cc;},_0x493572[_0x44fff6(0x27b)]='qjnLQ',_0x493572[_0x44fff6(0x22d)]=_0x44fff6(0x2c2),_0x493572[_0x44fff6(0x2b5)]=_0x44fff6(0x28e);const _0xfbe42e=_0x493572;if(_0xfbe42e[_0x44fff6(0x24b)](process['env'][_0x44fff6(0x309)],null))return _0xfbe42e[_0x44fff6(0x20c)](_0xfbe42e[_0x44fff6(0x23f)],_0xfbe42e[_0x44fff6(0x23f)])?!![]:(_0x510f46=!![],!![]);try{if(_0xfbe42e['rVKZN'](_0xfbe42e[_0x44fff6(0x2e0)],_0xfbe42e['KTRgW'])){if(_0x413390&&_0x31987f[_0x44fff6(0x202)]&&_0xfbe42e[_0x44fff6(0x20c)](typeof _0x2c5096[_0x44fff6(0x202)],_0xfbe42e['PoOLI']))return _0x3ee95d[_0x44fff6(0x202)][_0x44fff6(0x20a)](_0xfbe42e['CVDrH']);return![];}else{const _0x17a923=JSON['parse'](process[_0x44fff6(0x1fd)][_0x44fff6(0x309)]),_0x33e368=Array[_0x44fff6(0x2ad)](_0x17a923[_0x44fff6(0x201)])?_0x17a923[_0x44fff6(0x201)]:[],_0x1aa042=Array[_0x44fff6(0x2ad)](_0x17a923['excludeTagsInTestingScope'])?_0x17a923[_0x44fff6(0x2a7)]:[];let _0x561c3a;if(_0xacbf33)_0xfbe42e[_0x44fff6(0x282)](_0xfbe42e[_0x44fff6(0x2b9)],_0xfbe42e[_0x44fff6(0x2b9)])?_0x16a1e4=_0x2d5176:_0x561c3a=_0x40f7bf[_0x44fff6(0x216)]('/');else{if(_0xfbe42e[_0x44fff6(0x282)](_0xfbe42e[_0x44fff6(0x2c5)],_0xfbe42e[_0x44fff6(0x2cb)]))_0x561c3a=_0x40f7bf;else return!![];}const _0x2f5d7c=_0x1aa042[_0x44fff6(0x2a0)](_0x2ad9f6=>_0x561c3a[_0x44fff6(0x20a)](_0x2ad9f6)),_0x1972e5=_0xfbe42e[_0x44fff6(0x20c)](_0x33e368['length'],0x0)||_0x33e368[_0x44fff6(0x2a0)](_0x352e91=>_0x561c3a['includes'](_0x352e91));return _0xfbe42e[_0x44fff6(0x242)](!_0x2f5d7c,_0x1972e5);}}catch(_0x49163b){if(_0xfbe42e[_0x44fff6(0x2a2)](_0xfbe42e['gGxzz'],_0xfbe42e[_0x44fff6(0x22d)]))throw new _0x5669b1(_0xfbe42e[_0x44fff6(0x2de)](_0xfbe42e[_0x44fff6(0x1ff)],_0x2ffa14[_0x44fff6(0x25d)][_0x44fff6(0x288)]));else logger[_0x44fff6(0x306)](_0xfbe42e[_0x44fff6(0x2b5)],_0x49163b);}return![];},exports['checkAccessibilityPlatformConfig']=_0x54a12a=>{const _0x431f26=a52_0x22ee9a,_0x52e051={};_0x52e051[_0x431f26(0x2c0)]='browserstack_executor',_0x52e051['zPErk']=function(_0x2971de,_0x1f2772){return _0x2971de===_0x1f2772;},_0x52e051[_0x431f26(0x232)]=_0x431f26(0x30e),_0x52e051['XbPRr']=_0x431f26(0x2f5),_0x52e051[_0x431f26(0x218)]=_0x431f26(0x236),_0x52e051[_0x431f26(0x26d)]=function(_0x2882b7,_0x4a3d07){return _0x2882b7===_0x4a3d07;},_0x52e051[_0x431f26(0x2b4)]=function(_0x276ee8,_0x4d1aab){return _0x276ee8&&_0x4d1aab;},_0x52e051[_0x431f26(0x286)]=function(_0x33dea2,_0x5ade09){return _0x33dea2===_0x5ade09;},_0x52e051[_0x431f26(0x271)]=_0x431f26(0x2a5),_0x52e051[_0x431f26(0x26f)]=_0x431f26(0x21b),_0x52e051[_0x431f26(0x204)]=function(_0x4f6d47,_0xa48ae3){return _0x4f6d47!==_0xa48ae3;},_0x52e051['nlMcM']=_0x431f26(0x297),_0x52e051[_0x431f26(0x21e)]=_0x431f26(0x238);const _0x4b068a=_0x52e051;let _0x1bbb91=![];try{_0x4b068a[_0x431f26(0x286)](_0x4b068a[_0x431f26(0x271)],_0x4b068a[_0x431f26(0x26f)])?_0x4aa5c4[_0x431f26(0x288)](_0x431f26(0x2c4)+(_0x5abef1[_0x431f26(0x1fc)]||_0x24916e[_0x431f26(0x1f8)](_0xc5b74b))):_0x54a12a[_0x431f26(0x30f)][_0x431f26(0x1f6)](_0xce00e6=>{const _0x50cd9a=_0x431f26,_0x5431e1={};_0x5431e1[_0x50cd9a(0x25f)]=_0x4b068a[_0x50cd9a(0x2c0)];const _0xf78096=_0x5431e1;if(_0x4b068a[_0x50cd9a(0x258)](_0x4b068a[_0x50cd9a(0x232)],_0x4b068a[_0x50cd9a(0x232)])){if(bsSetupHelper[_0x50cd9a(0x307)](_0xce00e6['accessibility']))return _0x4b068a['zPErk'](_0x4b068a[_0x50cd9a(0x2db)],_0x4b068a[_0x50cd9a(0x218)])?_0x46fcb9[_0x50cd9a(0x202)]['includes'](_0xf78096[_0x50cd9a(0x25f)]):(_0x1bbb91=!![],!![]);}else _0x4236ae[_0x50cd9a(0x306)](_0x50cd9a(0x1ee)+_0x424b20);});}catch(_0x1e4297){if(_0x4b068a['TfIQc'](_0x4b068a['nlMcM'],_0x4b068a[_0x431f26(0x21e)]))logger[_0x431f26(0x306)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x1e4297);else{const _0x25b0f4=_0x43ddf5[_0x431f26(0x30a)](_0x35bb06[_0x431f26(0x1fd)][_0x431f26(0x309)]),_0x1cc81e=_0x73c79d['isArray'](_0x25b0f4['includeTagsInTestingScope'])?_0x25b0f4[_0x431f26(0x201)]:[],_0x5d2a6a=_0x48d1b3['isArray'](_0x25b0f4[_0x431f26(0x2a7)])?_0x25b0f4['excludeTagsInTestingScope']:[];let _0x244e12;_0x44e232?_0x244e12=_0x2107de[_0x431f26(0x216)]('/'):_0x244e12=_0x1d874b;const _0x460b09=_0x5d2a6a[_0x431f26(0x2a0)](_0x51cbb1=>_0x244e12['includes'](_0x51cbb1)),_0x1ddb63=_0x4b068a[_0x431f26(0x26d)](_0x1cc81e[_0x431f26(0x257)],0x0)||_0x1cc81e['some'](_0x3fa62e=>_0x244e12[_0x431f26(0x20a)](_0x3fa62e));return _0x4b068a[_0x431f26(0x2b4)](!_0x460b09,_0x1ddb63);}}return _0x1bbb91;},exports['createAccessibilityTestRun']=PerformanceTester['measureWrapper'](a52_0x22ee9a(0x2fe),async function(_0x542ca9,_0xbdcf1f){const _0x39c9f1=a52_0x22ee9a,_0x596b06={};_0x596b06['qjkpi']=_0x39c9f1(0x275),_0x596b06[_0x39c9f1(0x254)]=_0x39c9f1(0x2a4),_0x596b06[_0x39c9f1(0x278)]=_0x39c9f1(0x2aa),_0x596b06[_0x39c9f1(0x217)]=_0x39c9f1(0x27a),_0x596b06[_0x39c9f1(0x24f)]=_0x39c9f1(0x288),_0x596b06[_0x39c9f1(0x1f2)]=_0x39c9f1(0x1f5),_0x596b06[_0x39c9f1(0x23b)]=function(_0x4ecf6f,_0x671a5a){return _0x4ecf6f===_0x671a5a;},_0x596b06['MxCXV']=_0x39c9f1(0x311),_0x596b06[_0x39c9f1(0x300)]=_0x39c9f1(0x310),_0x596b06[_0x39c9f1(0x302)]=function(_0x2178c0,_0x5046bb){return _0x2178c0!==_0x5046bb;},_0x596b06[_0x39c9f1(0x264)]=_0x39c9f1(0x20f),_0x596b06['uKThw']=_0x39c9f1(0x234),_0x596b06['WvxEU']=function(_0x1eea5b,_0x2b9011){return _0x1eea5b!==_0x2b9011;},_0x596b06[_0x39c9f1(0x2be)]=_0x39c9f1(0x27f),_0x596b06['XWjBL']=_0x39c9f1(0x252),_0x596b06[_0x39c9f1(0x1fe)]=_0x39c9f1(0x2f8),_0x596b06['DOhrC']=_0x39c9f1(0x24a),_0x596b06[_0x39c9f1(0x23c)]=_0x39c9f1(0x291),_0x596b06['EudEn']=_0x39c9f1(0x225),_0x596b06['QFfgN']=_0x39c9f1(0x26c),_0x596b06[_0x39c9f1(0x206)]=_0x39c9f1(0x2d1),_0x596b06['Qdorf']=_0x39c9f1(0x2f2),_0x596b06[_0x39c9f1(0x2cd)]=_0x39c9f1(0x239),_0x596b06[_0x39c9f1(0x296)]='ARRCI',_0x596b06[_0x39c9f1(0x25e)]=_0x39c9f1(0x246),_0x596b06['ZflSe']=function(_0x427a4d,_0x431ccd){return _0x427a4d!==_0x431ccd;},_0x596b06['QbODc']=_0x39c9f1(0x29d),_0x596b06[_0x39c9f1(0x2ed)]=_0x39c9f1(0x2b1),_0x596b06[_0x39c9f1(0x2f6)]=function(_0x19c2fc,_0xe80b0c){return _0x19c2fc===_0xe80b0c;},_0x596b06[_0x39c9f1(0x2e6)]='XWCxA',_0x596b06[_0x39c9f1(0x2cf)]=function(_0x1ca8ac,_0x5e3b6b){return _0x1ca8ac===_0x5e3b6b;},_0x596b06['woBGB']=_0x39c9f1(0x2b2),_0x596b06[_0x39c9f1(0x2fa)]=function(_0xd2ad49,_0x1ce68c){return _0xd2ad49===_0x1ce68c;},_0x596b06[_0x39c9f1(0x2c1)]=_0x39c9f1(0x250),_0x596b06[_0x39c9f1(0x287)]=_0x39c9f1(0x265);const _0x2271e8=_0x596b06,_0x4a3537=bsSetupHelper[_0x39c9f1(0x1f4)](_0x542ca9),_0x4da1f2=bsSetupHelper[_0x39c9f1(0x29e)](_0x542ca9);if(bsSetupHelper[_0x39c9f1(0x294)](_0x4a3537)||bsSetupHelper[_0x39c9f1(0x294)](_0x4da1f2))return _0x2271e8[_0x39c9f1(0x302)](_0x2271e8[_0x39c9f1(0x264)],_0x2271e8[_0x39c9f1(0x264)])?(_0x2bb72d[_0x39c9f1(0x220)](_0x2271e8[_0x39c9f1(0x2c9)]),{}):(logger[_0x39c9f1(0x288)](_0x2271e8[_0x39c9f1(0x2b3)]),[null,null]);try{if(_0x2271e8['WvxEU'](_0x2271e8['PNdVh'],_0x2271e8[_0x39c9f1(0x2be)]))return _0x545d5a[_0x39c9f1(0x220)](_0x2271e8[_0x39c9f1(0x254)]),[];else{let _0x40a76e;if(bsSetupHelper['isUndefined'](process[_0x39c9f1(0x1fd)][_0x39c9f1(0x309)]))_0x2271e8['WvxEU'](_0x2271e8[_0x39c9f1(0x281)],_0x2271e8[_0x39c9f1(0x281)])?_0x2b1192[_0x39c9f1(0x30f)][_0x39c9f1(0x1f6)](_0x10ac34=>{const _0x4264a3=_0x39c9f1;if(_0x48d0e5[_0x4264a3(0x307)](_0x10ac34[_0x4264a3(0x2f1)]))return _0x18ffbd=!![],!![];}):_0x40a76e={};else{if(_0x2271e8['xLbcL'](_0x2271e8[_0x39c9f1(0x1fe)],_0x2271e8['DOhrC']))_0x40a76e=JSON['parse'](process['env'][_0x39c9f1(0x309)]);else return _0x36bc06[_0x39c9f1(0x288)](_0x2271e8[_0x39c9f1(0x278)]),[];}const {name:_0x2c7986,version:_0x1ce1a9}=bsSetupHelper[_0x39c9f1(0x272)](_0x542ca9,_0xbdcf1f),_0x3a7833={'projectName':_0x542ca9[_0x39c9f1(0x223)],'buildName':_0x542ca9['buildName']||path[_0x39c9f1(0x29c)](path[_0x39c9f1(0x2df)](process[_0x39c9f1(0x312)]())),'startTime':new Date()[_0x39c9f1(0x1f7)](),'description':_0x542ca9[_0x39c9f1(0x245)]||'','source':{'frameworkName':_0xbdcf1f[_0x39c9f1(0x20a)](_0x2271e8[_0x39c9f1(0x23c)])?_0x2271e8[_0x39c9f1(0x23c)]:_0xbdcf1f,'frameworkVersion':bsSetupHelper[_0x39c9f1(0x1fa)](_0xbdcf1f),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x2271e8[_0x39c9f1(0x305)],'testFramework':_0x2c7986,'testFrameworkVersion':_0x1ce1a9},'settings':_0x40a76e,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x39c9f1(0x2ae)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x39c9f1(0x20d)]()},_0x4a65be={};_0x4a65be[_0x39c9f1(0x299)]=_0x4a3537,_0x4a65be[_0x39c9f1(0x2a3)]=_0x4da1f2;const _0x170027={};_0x170027['Content-Type']=_0x2271e8[_0x39c9f1(0x2f0)];const _0x74abb4={};_0x74abb4['auth']=_0x4a65be,_0x74abb4['headers']=_0x170027;const _0x4a3ced=_0x74abb4,_0x4f0d4a={};_0x4f0d4a[_0x39c9f1(0x22b)]=_0x3a7833,_0x4f0d4a[_0x39c9f1(0x253)]=!![];const _0x21a16b=Object['assign'](_0x4a3ced,_0x4f0d4a),_0x1635fe=await bsSetupHelper['nodeRequest'](_0x2271e8[_0x39c9f1(0x206)],_0x2271e8[_0x39c9f1(0x233)],_0x21a16b,_0x542ca9,API_URL);let _0x3edb5a=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];if(_0x3edb5a){if(_0x2271e8[_0x39c9f1(0x23b)](_0x2271e8[_0x39c9f1(0x2cd)],_0x2271e8[_0x39c9f1(0x296)])){_0x523c27[_0x39c9f1(0x220)](_0x2271e8[_0x39c9f1(0x217)]);return;}else _0x3edb5a=JSON[_0x39c9f1(0x30a)](process[_0x39c9f1(0x1fd)][_0x39c9f1(0x309)]);}else _0x2271e8[_0x39c9f1(0x302)](_0x2271e8[_0x39c9f1(0x25e)],_0x2271e8['TxRpM'])?_0x2e5613=_0x5d4f10[_0x39c9f1(0x216)]('/'):_0x3edb5a={};return scripts[_0x39c9f1(0x277)](_0x1635fe[_0x39c9f1(0x25d)][_0x39c9f1(0x25d)]),scripts[_0x39c9f1(0x2bd)](),_0x3edb5a[_0x39c9f1(0x303)]=_0x1635fe[_0x39c9f1(0x25d)][_0x39c9f1(0x25d)][_0x39c9f1(0x303)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x39c9f1(0x279)](_0x3edb5a),[_0x1635fe['data'][_0x39c9f1(0x25d)][_0x39c9f1(0x259)],_0x1635fe[_0x39c9f1(0x25d)][_0x39c9f1(0x25d)]['id']];}}catch(_0x101ee6){if(_0x2271e8[_0x39c9f1(0x221)](_0x2271e8['QbODc'],_0x2271e8[_0x39c9f1(0x2b8)]))_0x3acbaf={};else{if(_0x101ee6['response']){if(_0x2271e8['xLbcL'](_0x2271e8[_0x39c9f1(0x2ed)],_0x2271e8[_0x39c9f1(0x2ed)])){const _0x493465={};return _0x493465[_0x39c9f1(0x23d)]=_0x2271e8[_0x39c9f1(0x24f)],_0x493465[_0x39c9f1(0x1fc)]=_0x2271e8[_0x39c9f1(0x1f2)],_0x493465;}else logger[_0x39c9f1(0x288)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x101ee6['response'][_0x39c9f1(0x23d)]+'\x20'+_0x101ee6[_0x39c9f1(0x2b7)][_0x39c9f1(0x2bb)]+'\x20'+JSON['stringify'](_0x101ee6[_0x39c9f1(0x2b7)]['data']));}else{if(_0x2271e8[_0x39c9f1(0x2f6)](_0x2271e8[_0x39c9f1(0x2e6)],_0x2271e8['uArGv'])){if(_0x2271e8[_0x39c9f1(0x2cf)](_0x101ee6[_0x39c9f1(0x1fc)],_0x2271e8['MxCXV'])){if(_0x2271e8[_0x39c9f1(0x302)](_0x2271e8[_0x39c9f1(0x231)],_0x2271e8['woBGB']))_0x1d110b=_0x56de03[_0x39c9f1(0x30a)](_0x1965ed['env'][_0x39c9f1(0x309)]);else{logger[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0x101ee6[_0x39c9f1(0x1fc)]||_0x101ee6[_0x39c9f1(0x2ca)]));for(const _0x1c4f86 of _0x101ee6[_0x39c9f1(0x2bc)]){_0x2271e8['CPbnH'](_0x2271e8[_0x39c9f1(0x2c1)],_0x2271e8['hxmlP'])?logger[_0x39c9f1(0x288)](_0x1c4f86[_0x39c9f1(0x1fc)]):_0x3738c5=_0x44d47c[_0x39c9f1(0x30a)](_0x28335f[_0x39c9f1(0x1fd)][_0x39c9f1(0x309)]);}process['env'][_0x39c9f1(0x2d9)]=_0x2271e8['gJSxg'],process[_0x39c9f1(0x1fd)][_0x39c9f1(0x2cc)]=_0x2271e8['gJSxg'];}}else{if(_0x2271e8['xLbcL'](_0x2271e8['RRUSN'],_0x2271e8['RRUSN'])){if(_0x2271e8['UJuYB'](_0x2746b0[_0x39c9f1(0x1fc)],_0x2271e8['MxCXV'])){_0x34f0dc[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0x3615d8[_0x39c9f1(0x1fc)]||_0x2a1b52[_0x39c9f1(0x2ca)]));for(const _0x1cddbe of _0x551869['errors']){_0x1d3308[_0x39c9f1(0x288)](_0x1cddbe[_0x39c9f1(0x1fc)]);}_0x687615[_0x39c9f1(0x1fd)][_0x39c9f1(0x2d9)]=_0x2271e8[_0x39c9f1(0x300)],_0x72322d['env'][_0x39c9f1(0x2cc)]=_0x2271e8[_0x39c9f1(0x300)];}else _0x5c2146[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0xff599b['message']||_0xf08e35[_0x39c9f1(0x2ca)]));}else logger[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0x101ee6[_0x39c9f1(0x1fc)]||_0x101ee6[_0x39c9f1(0x2ca)]));}}else _0x513bdf={};}return[null,null];}}}),exports[a52_0x22ee9a(0x308)]=PerformanceTester[a52_0x22ee9a(0x285)]('a11y:stop',async function(_0x4e11aa){const _0xbdf839=a52_0x22ee9a,_0x1a6ee3={};_0x1a6ee3[_0xbdf839(0x211)]=_0xbdf839(0x28e),_0x1a6ee3['XYpez']=_0xbdf839(0x288),_0x1a6ee3[_0xbdf839(0x21f)]='No\x20accessibility\x20summary\x20was\x20found.',_0x1a6ee3[_0xbdf839(0x209)]=function(_0x16a624,_0x30c39e){return _0x16a624===_0x30c39e;},_0x1a6ee3[_0xbdf839(0x227)]=_0xbdf839(0x273),_0x1a6ee3[_0xbdf839(0x247)]=function(_0x3ac7e3,_0x410746){return _0x3ac7e3>_0x410746;},_0x1a6ee3[_0xbdf839(0x261)]=function(_0x30d4d6,_0x3c41a5){return _0x30d4d6!==_0x3c41a5;},_0x1a6ee3[_0xbdf839(0x23e)]=_0xbdf839(0x22e),_0x1a6ee3[_0xbdf839(0x266)]=function(_0xf31bd1,_0x7aeab0){return _0xf31bd1&&_0x7aeab0;},_0x1a6ee3[_0xbdf839(0x28f)]=function(_0x3d3b2e,_0x36f7bd){return _0x3d3b2e===_0x36f7bd;},_0x1a6ee3['NxUrn']=function(_0x38ac3d,_0x53dbb9){return _0x38ac3d!==_0x53dbb9;},_0x1a6ee3[_0xbdf839(0x2d6)]=function(_0x2d6b0b,_0x411de2){return _0x2d6b0b&&_0x411de2;},_0x1a6ee3['SmJOw']=function(_0x386f73,_0x31044c){return _0x386f73!==_0x31044c;},_0x1a6ee3['TBiaS']='PkgNV',_0x1a6ee3[_0xbdf839(0x30b)]='Build\x20creation\x20had\x20failed.',_0x1a6ee3[_0xbdf839(0x24c)]=_0xbdf839(0x26c),_0x1a6ee3[_0xbdf839(0x289)]=_0xbdf839(0x295),_0x1a6ee3[_0xbdf839(0x2f3)]=_0xbdf839(0x268),_0x1a6ee3[_0xbdf839(0x304)]='test_runs/stop',_0x1a6ee3[_0xbdf839(0x2d7)]=_0xbdf839(0x22a),_0x1a6ee3['QFnHE']=_0xbdf839(0x1f3),_0x1a6ee3['dTnCM']=function(_0x289528,_0x3c324c){return _0x289528+_0x3c324c;},_0x1a6ee3[_0xbdf839(0x280)]='Invalid\x20request:\x20',_0x1a6ee3[_0xbdf839(0x2ea)]=function(_0x44c0ed,_0x49c105){return _0x44c0ed===_0x49c105;},_0x1a6ee3[_0xbdf839(0x28a)]=_0xbdf839(0x2e7),_0x1a6ee3['bnNeC']=_0xbdf839(0x293),_0x1a6ee3[_0xbdf839(0x26a)]=function(_0x56c35a,_0x4a8fd9){return _0x56c35a!==_0x4a8fd9;},_0x1a6ee3[_0xbdf839(0x1f1)]=_0xbdf839(0x205),_0x1a6ee3[_0xbdf839(0x241)]=_0xbdf839(0x207),_0x1a6ee3['JNgvg']='hpziK',_0x1a6ee3['jDWAj']=_0xbdf839(0x2fc),_0x1a6ee3[_0xbdf839(0x240)]='zkFTb';const _0x4e9174=_0x1a6ee3;if(bsSetupHelper[_0xbdf839(0x294)](process[_0xbdf839(0x1fd)][_0xbdf839(0x203)])||_0x4e9174['NxUrn'](typeof process['env'][_0xbdf839(0x203)],_0x4e9174[_0xbdf839(0x227)])){if(_0x4e9174[_0xbdf839(0x283)](_0x4e9174['TBiaS'],_0x4e9174[_0xbdf839(0x237)]))_0xa759fe[_0xbdf839(0x306)](_0x4e9174[_0xbdf839(0x211)],_0x447d77);else{const _0x27f6fd={};return _0x27f6fd['status']=_0x4e9174[_0xbdf839(0x292)],_0x27f6fd[_0xbdf839(0x1fc)]=_0x4e9174[_0xbdf839(0x30b)],_0x27f6fd;}}const _0x231dc9={'endTime':new Date()['toISOString']()},_0x5e503d={};_0x5e503d[_0xbdf839(0x243)]=_0xbdf839(0x235)+process['env'][_0xbdf839(0x203)],_0x5e503d['Content-Type']=_0x4e9174[_0xbdf839(0x24c)];const _0x2a736f={};_0x2a736f[_0xbdf839(0x314)]=_0x5e503d;const _0x325196=_0x2a736f,_0x525bd1={};_0x525bd1[_0xbdf839(0x22b)]=_0x231dc9,_0x525bd1[_0xbdf839(0x2ab)]=null,_0x525bd1[_0xbdf839(0x253)]=!![];const _0x464a2a=Object[_0xbdf839(0x25b)](_0x325196,_0x525bd1);try{if(_0x4e9174[_0xbdf839(0x283)](_0x4e9174[_0xbdf839(0x289)],_0x4e9174[_0xbdf839(0x289)])){_0xaeb03b[_0xbdf839(0x2b7)]?_0x5990ad[_0xbdf839(0x288)](_0xbdf839(0x2c4)+_0x14b73c[_0xbdf839(0x2b7)][_0xbdf839(0x23d)]+'\x20'+_0x151da8['response'][_0xbdf839(0x2bb)]+'\x20'+_0x2858f3[_0xbdf839(0x279)](_0x11a0f6[_0xbdf839(0x2b7)][_0xbdf839(0x25d)])):_0x306cfb['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x12dd76['message']||_0xe00a7b['format'](_0x440e1c)));const _0x31f4eb={};return _0x31f4eb['status']=_0x4e9174[_0xbdf839(0x292)],_0x31f4eb[_0xbdf839(0x1fc)]=_0x392d12[_0xbdf839(0x1fc)]||(_0x21fb54['response']?_0x438549['response']['status']+':'+_0x3884fa[_0xbdf839(0x2b7)][_0xbdf839(0x2bb)]:_0x48408d),_0x31f4eb;}else{const _0x1ff843=await bsSetupHelper[_0xbdf839(0x2c8)](_0x4e9174[_0xbdf839(0x2f3)],_0x4e9174[_0xbdf839(0x304)],_0x464a2a,_0x4e11aa,API_URL);if(_0x1ff843[_0xbdf839(0x25d)]['error']){if(_0x4e9174[_0xbdf839(0x209)](_0x4e9174[_0xbdf839(0x2d7)],_0x4e9174[_0xbdf839(0x2d0)]))_0x214868[_0xbdf839(0x288)](_0xbdf839(0x2c4)+_0x21d3ca[_0xbdf839(0x2b7)][_0xbdf839(0x23d)]+'\x20'+_0x7898bd[_0xbdf839(0x2b7)]['statusText']+'\x20'+_0x43e3d8['stringify'](_0x353afd[_0xbdf839(0x2b7)][_0xbdf839(0x25d)]));else throw new Error(_0x4e9174[_0xbdf839(0x2dd)](_0x4e9174[_0xbdf839(0x280)],_0x1ff843[_0xbdf839(0x25d)][_0xbdf839(0x288)]));}else{if(_0x4e9174[_0xbdf839(0x2ea)](_0x4e9174[_0xbdf839(0x28a)],_0x4e9174[_0xbdf839(0x28a)])){logger[_0xbdf839(0x29f)](_0xbdf839(0x26e)+new Date()['toISOString']());const _0x575ac2={};return _0x575ac2['status']=_0x4e9174[_0xbdf839(0x28b)],_0x575ac2[_0xbdf839(0x1fc)]='',_0x575ac2;}else return _0x123998[_0xbdf839(0x288)](_0x4e9174[_0xbdf839(0x21f)]),{};}}}catch(_0x3eb4ca){if(_0x4e9174[_0xbdf839(0x26a)](_0x4e9174['cvZfz'],_0x4e9174[_0xbdf839(0x1f1)])){try{if(!_0x23891b[_0xbdf839(0x20d)]())return![];const _0x52faf5=_0x2decf1[_0xbdf839(0x307)](_0x57fbd9[_0xbdf839(0x1fd)][_0xbdf839(0x2d9)])||_0x313aa5[_0xbdf839(0x307)](_0x4cf536[_0xbdf839(0x1fd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x5825f5=_0x4e9174[_0xbdf839(0x209)](typeof _0x26e36b['env'][_0xbdf839(0x203)],_0x4e9174['EQmDn'])&&_0x4e9174['Ickul'](_0x52f295[_0xbdf839(0x1fd)][_0xbdf839(0x203)][_0xbdf839(0x257)],0x0)&&_0x4e9174[_0xbdf839(0x261)](_0x39b4e6[_0xbdf839(0x1fd)]['BS_A11Y_JWT'],_0x4e9174[_0xbdf839(0x23e)]);return _0x4e9174[_0xbdf839(0x266)](_0x52faf5,_0x5825f5);}catch(_0x369182){_0x5f1169[_0xbdf839(0x306)](_0xbdf839(0x210)+_0x369182);}return![];}else{if(_0x3eb4ca['response']){if(_0x4e9174['NerTx'](_0x4e9174['zJhzc'],_0x4e9174['JNgvg'])){if(_0x59fa1c[_0xbdf839(0x307)](_0x583441[_0xbdf839(0x2f1)]))return _0x5baaa4=!![],!![];}else logger[_0xbdf839(0x288)](_0xbdf839(0x2c4)+_0x3eb4ca['response'][_0xbdf839(0x23d)]+'\x20'+_0x3eb4ca[_0xbdf839(0x2b7)][_0xbdf839(0x2bb)]+'\x20'+JSON['stringify'](_0x3eb4ca[_0xbdf839(0x2b7)][_0xbdf839(0x25d)]));}else{if(_0x4e9174['EZiUG'](_0x4e9174['jDWAj'],_0x4e9174[_0xbdf839(0x240)])){if(!_0x20b3d1[_0xbdf839(0x20d)]())return![];const _0x2d35ec=_0x29356f[_0xbdf839(0x307)](_0x2e616c[_0xbdf839(0x1fd)][_0xbdf839(0x2d9)])||_0x5dc437[_0xbdf839(0x307)](_0x2c8656[_0xbdf839(0x1fd)][_0xbdf839(0x2cc)]),_0x2048d9=_0x4e9174[_0xbdf839(0x28f)](typeof _0x28ce1e[_0xbdf839(0x1fd)][_0xbdf839(0x203)],_0x4e9174[_0xbdf839(0x227)])&&_0x4e9174[_0xbdf839(0x247)](_0x25ff5d[_0xbdf839(0x1fd)][_0xbdf839(0x203)]['length'],0x0)&&_0x4e9174[_0xbdf839(0x28d)](_0x3a1336[_0xbdf839(0x1fd)][_0xbdf839(0x203)],_0x4e9174[_0xbdf839(0x23e)]);return _0x4e9174['ZTlJf'](_0x2d35ec,_0x2048d9);}else logger[_0xbdf839(0x288)](_0xbdf839(0x2c4)+(_0x3eb4ca['message']||util[_0xbdf839(0x1f8)](_0x3eb4ca)));}const _0x3f1150={};return _0x3f1150[_0xbdf839(0x23d)]=_0x4e9174[_0xbdf839(0x292)],_0x3f1150[_0xbdf839(0x1fc)]=_0x3eb4ca[_0xbdf839(0x1fc)]||(_0x3eb4ca[_0xbdf839(0x2b7)]?_0x3eb4ca[_0xbdf839(0x2b7)][_0xbdf839(0x23d)]+':'+_0x3eb4ca['response']['statusText']:_0x3eb4ca),_0x3f1150;}}}),exports['performScan']=async(_0x5905c3,_0x568664=null)=>{const _0x5891f8=a52_0x22ee9a,_0x238103={};_0x238103[_0x5891f8(0x222)]='isAccessibilityPlatform',_0x238103[_0x5891f8(0x2c7)]=_0x5891f8(0x25c),_0x238103['NSODF']=function(_0x22d990,_0x1e8fff){return _0x22d990===_0x1e8fff;},_0x238103['tJaeI']='UKVsp',_0x238103[_0x5891f8(0x22c)]=_0x5891f8(0x29b),_0x238103['klILU']=_0x5891f8(0x27a);const _0x377666=_0x238103;if(!this[_0x5891f8(0x2e2)]()||!globals[_0x5891f8(0x1fb)](_0x377666[_0x5891f8(0x222)])||!globals[_0x5891f8(0x1fb)](_0x377666[_0x5891f8(0x2c7)])){if(_0x377666[_0x5891f8(0x20b)](_0x377666[_0x5891f8(0x2e5)],_0x377666[_0x5891f8(0x22c)]))_0x554d39['error'](_0x51f858[_0x5891f8(0x1fc)]);else{logger['warn'](_0x377666[_0x5891f8(0x2ee)]);return;}}const _0x2794cb={};_0x2794cb[_0x5891f8(0x23a)]=_0x568664||global[_0x5891f8(0x24e)],logger[_0x5891f8(0x306)](util['format'](await _0x5905c3['executeAsyncScript'](scripts[_0x5891f8(0x21c)],_0x2794cb)));},exports['getAccessibilityResults']=async(_0x43c148,_0x1a4c03)=>{const _0x42f30e=a52_0x22ee9a,_0x5b4d7a={};_0x5b4d7a[_0x42f30e(0x213)]='false',_0x5b4d7a['wkRbU']=_0x42f30e(0x212),_0x5b4d7a[_0x42f30e(0x2d3)]=_0x42f30e(0x25c),_0x5b4d7a[_0x42f30e(0x20e)]=function(_0x1b6776,_0x48a284){return _0x1b6776!==_0x48a284;},_0x5b4d7a[_0x42f30e(0x30d)]=_0x42f30e(0x2ff),_0x5b4d7a['aMBqf']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x5b4d7a['FccGJ']=function(_0x563c03,_0x5ceb25){return _0x563c03===_0x5ceb25;},_0x5b4d7a[_0x42f30e(0x290)]=_0x42f30e(0x22f),_0x5b4d7a[_0x42f30e(0x2e4)]=_0x42f30e(0x228),_0x5b4d7a['QHKZH']=_0x42f30e(0x26b),_0x5b4d7a[_0x42f30e(0x1f9)]=_0x42f30e(0x251),_0x5b4d7a[_0x42f30e(0x2fd)]=_0x42f30e(0x2a9),_0x5b4d7a[_0x42f30e(0x2e3)]='No\x20accessibility\x20results\x20were\x20found.';const _0x24c1e1=_0x5b4d7a;if(!this[_0x42f30e(0x2e2)]()||!globals[_0x42f30e(0x1fb)](_0x24c1e1['wkRbU'])||!globals[_0x42f30e(0x1fb)](_0x24c1e1['XqZAo']))return _0x24c1e1[_0x42f30e(0x20e)](_0x24c1e1[_0x42f30e(0x30d)],_0x24c1e1[_0x42f30e(0x30d)])?![]:(logger['warn'](_0x24c1e1['aMBqf']),[]);try{if(_0x24c1e1[_0x42f30e(0x2e8)](_0x24c1e1[_0x42f30e(0x290)],_0x24c1e1[_0x42f30e(0x2e4)])){_0x1adbc5[_0x42f30e(0x288)](_0x42f30e(0x249)+(_0x2227ba[_0x42f30e(0x1fc)]||_0xf69067[_0x42f30e(0x2ca)]));for(const _0x285c67 of _0x5793f2[_0x42f30e(0x2bc)]){_0x582835[_0x42f30e(0x288)](_0x285c67[_0x42f30e(0x1fc)]);}_0x3e109d[_0x42f30e(0x1fd)][_0x42f30e(0x2d9)]=_0x24c1e1['toDNb'],_0x1d21d1[_0x42f30e(0x1fd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x24c1e1[_0x42f30e(0x213)];}else{logger[_0x42f30e(0x306)](_0x24c1e1[_0x42f30e(0x1ec)]);const _0x3470b2={};_0x3470b2[_0x42f30e(0x23a)]=_0x1a4c03[_0x42f30e(0x24e)],logger['debug'](util[_0x42f30e(0x1f8)](await _0x43c148[_0x42f30e(0x2da)](scripts[_0x42f30e(0x21c)],_0x3470b2)));const _0x45732a=await _0x43c148[_0x42f30e(0x2da)](scripts[_0x42f30e(0x315)]);return _0x45732a;}}catch{if(_0x24c1e1['FccGJ'](_0x24c1e1['DTUKx'],_0x24c1e1[_0x42f30e(0x2fd)]))_0x152098['debug'](_0x42f30e(0x210)+_0x567483);else return logger[_0x42f30e(0x288)](_0x24c1e1[_0x42f30e(0x2e3)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x15ebd7,_0xddb224)=>{const _0x1b750a=a52_0x22ee9a,_0x1f3e0e={};_0x1f3e0e[_0x1b750a(0x27d)]=_0x1b750a(0x212),_0x1f3e0e[_0x1b750a(0x284)]='bstackA11yShouldScan',_0x1f3e0e['jKVzl']=_0x1b750a(0x275),_0x1f3e0e[_0x1b750a(0x1ed)]=_0x1b750a(0x301),_0x1f3e0e[_0x1b750a(0x2c6)]=_0x1b750a(0x200);const _0x15c1d1=_0x1f3e0e;if(!this[_0x1b750a(0x2e2)]()||!globals['getGlobal'](_0x15c1d1[_0x1b750a(0x27d)])||!globals['getGlobal'](_0x15c1d1['nSYOC']))return logger[_0x1b750a(0x220)](_0x15c1d1[_0x1b750a(0x27c)]),{};try{logger[_0x1b750a(0x306)](_0x15c1d1['apmyt']);const _0x1d8eec={};_0x1d8eec[_0x1b750a(0x23a)]=_0xddb224[_0x1b750a(0x24e)],logger[_0x1b750a(0x306)](util[_0x1b750a(0x1f8)](await _0x15ebd7[_0x1b750a(0x2da)](scripts['performScan'],_0x1d8eec)));const _0x189ac8=await _0x15ebd7['executeAsyncScript'](scripts[_0x1b750a(0x269)]);return _0x189ac8;}catch{return logger['error'](_0x15c1d1[_0x1b750a(0x2c6)]),{};}},exports['isBrowserStackCommandExecutor']=_0x2f8660=>{const _0x4a59eb=a52_0x22ee9a,_0x431232={};_0x431232[_0x4a59eb(0x229)]=function(_0x3c6ec9,_0x4b3f97){return _0x3c6ec9===_0x4b3f97;},_0x431232['kWBTI']='string',_0x431232[_0x4a59eb(0x2b0)]=_0x4a59eb(0x27e);const _0xe042ba=_0x431232;if(_0x2f8660&&_0x2f8660['script']&&_0xe042ba[_0x4a59eb(0x229)](typeof _0x2f8660[_0x4a59eb(0x202)],_0xe042ba['kWBTI']))return _0x2f8660[_0x4a59eb(0x202)]['includes'](_0xe042ba['CzCqs']);return![];};function a52_0x5e6b(){const _0x50acd6=['CtznZ','LWimd','warn','ZflSe','mXCYT','projectName','BNnOv','javascript','GHaec','EQmDn','mYsVk','upyvw','iikzX','body','VnWaP','MuncT','null','BFoCG','ZSxsZ','woBGB','sYhIv','Qdorf','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','Bearer\x20','Tmfza','TBiaS','ByLEB','hObed','method','UJuYB','BjDnY','status','QEohr','cDhLT','FpGxs','zJhzc','xusiK','Authorization','1014441XJUSYt','buildDescription','XFJio','Ickul','YOSqo','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','dyDKa','dymUf','LvWWK','../performance-tester','browserstackSessionName','FnZpG','KChOR','WUnba','fiSxL','json','BAmje','vyDrt','Leexx','length','zPErk','accessibilityToken','EIxOq','assign','bstackA11yShouldScan','data','TxRpM','QDNQA','SRNSc','SYqwr','path','EoqfL','vpSGi','huCbW','CCRDh','util','PUT','getResultsSummary','RgkbA','Performing\x20scan\x20before\x20getting\x20results','application/json','LUPCa','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','UjTCc','getCapabilities','dGImu','getTestFrameworkDetails','string','427988DGFwAk','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','NHiUG','parseFromJson','mgkUo','stringify','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','gGxzz','jKVzl','OtZMY','browserstack_executor','yfqsE','ivpXr','XWjBL','hgfBa','SmJOw','nSYOC','measureWrapper','NxqHw','RRUSN','error','vuhAm','WjNtB','bnNeC','./constants','NxUrn','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','NerTx','eYUhj','playwright','XYpez','success','isUndefined','iCiGZ','GICva','syhrq','shouldScanTestForAccessibility','user','gNqvi','CVRmV','basename','IjOZT','getAccessKey','info','some','rVKZN','UUhNG','pass','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','fZcte','pTURt','excludeTagsInTestingScope','PoOLI','HVhCO','No\x20accessibility\x20results\x20were\x20found.','auth','qjxzU','isArray','getCiInfo','../globals','CzCqs','ySEpd','jqNaR','uKThw','RZqVH','vLVjT','./scripts','response','QbODc','kBZZY','SWriy','statusText','errors','toJson','PNdVh','eoafU','xEFjs','hxmlP','QLfcc','70ZGetmE','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','lnRFS','nYtGe','GPZzY','nodeRequest','qjkpi','stack','keISl','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','hTPQg','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','ZIOKd','QFnHE','POST','__cloud_provider___','XqZAo','2nXeQtJ','NmQMj','ZTlJf','ejOEX','getPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_YML','executeAsyncScript','XbPRr','KgWQA','dTnCM','yuFVb','resolve','KTRgW','WnBXF','isAccessibilityAutomationSession','GKVbr','mUVcF','tJaeI','uArGv','VhHFz','FccGJ','OjYab','EZiUG','2237323YjAFyH','getPlatformVersion','oGAqV','klILU','UiaGQ','QFfgN','accessibility','v2/test_runs','zDUFS','wVzKc','zWsoy','CTjkh','56NDcKBO','Bftav','vjbtG','CPbnH','1570436rvBIBT','cRltM','wNIot','a11y:start','rwhat','gJSxg','Performing\x20scan\x20before\x20getting\x20results\x20summary','xLbcL','scannerVersion','JuTDB','EudEn','debug','isTrue','stopAccessibilityTestRun','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parse','entUq','2441735GyBPVn','MwuYe','oOvbk','platforms','false','Invalid\x20configuration\x20passed.','cwd','Invalid\x20request:\x20','headers','getResults','QHKZH','apmyt','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','KkBPB','1298367bgXWQm','cvZfz','VHqNU','AQJFQ','getUserName','Build\x20creation\x20had\x20failed.','forEach','toISOString','format','DTUKx','getPackageVersion','getGlobal','message','env','uSwJG','NhRDb','No\x20accessibility\x20summary\x20was\x20found.','includeTagsInTestingScope','script','BS_A11Y_JWT','TfIQc','lUqpV','HBnfn','PRDKY','winstonLogger','wOhEn','includes','NSODF','YDIjL','isBrowserstackInfra','QMZfo','DDgAK','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','ehCQN','isAccessibilityPlatform','toDNb','6zvGhUL','../helper','join','hhyCO','xvkTP','../logger','getBrowserVersion','EqdfA','performScan','786365CsvjOv'];a52_0x5e6b=function(){return _0x50acd6;};return a52_0x5e6b();}
1
+ function a52_0x4a11(){const _0x530459=['GthLn','hhuug','fGDhE','ePOlC','uRtiO','uhJeb','doBsg','auth','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','LZfcn','LyhHL','../performance-tester','AfsPi','PUpGI','IiUky','Tootw','epijy','WSRQU','QFJAK','3965402BEuqhm','lMkRy','../helper','YJHpU','false','bPBJk','JBRrS','ExmNe','info','success','EGpgQ','WsqDW','BqWJY','CFsfi','getCapabilities','hWjBe','performScan','wiXHT','KXubo','bstackA11yShouldScan','RKcrj','FMWyh','qiuaH','../logger','yApkm','projectName','uHcgO','a11y:stop','nqUmi','null','293MgQhpy','NeVvr','nodeRequest','GuxvI','VvWIJ','parse','isBrowserstackInfra','util','jcLUL','Authorization','qNcbj','headers','env','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','XVcNd','txkDN','zIOoB','Content-Type','eFLiE','JNZwW','KCJXn','Performing\x20scan\x20before\x20getting\x20results','assign','QozPK','6826IDXQUW','zartz','KDqvS','Fbekx','kbSos','oUOGF','HlHDx','KwXtd','QJRJe','MLrrx','gCjnH','DbnIp','nFxbr','fKrVV','ErJPR','wahfN','MSfJK','BktCF','hVwdv','forEach','heaXz','getBrowserVersion','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','lKUKM','yNKom','NAgox','QKtvo','DBHFQ','isBrowserStackCommandExecutor','BPdGD','RcntS','QnLrc','jcQkN','xvGwc','browserstackSessionName','1345722LHwUde','lxmIT','neylG','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','cWBsr','hHhzz','accessibility','tJuKG','Ezmut','getResultsSummary','v2/test_runs','getGlobal','scannerVersion','PIHdn','Invalid\x20request:\x20','ReaPG','toISOString','KjqJf','beWqO','aQaqO','pass','fhVdn','Bearer\x20','VaizT','checkAccessibilityPlatformConfig','ravbe','isTrue','errors','length','yiQFF','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','parseFromJson','includeTagsInTestingScope','hBThe','mzXKN','nhtmL','mPywr','ETVfz','statusText','iYGna','bhYql','qWdNe','GbyER','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','KrZFI','qikMk','uqKAt','method','gWiNL','QHfFT','basename','script','ukLdp','getAccessibilityResultsSummary','sJOxx','PUT','RSfce','getGitMetaData','path','../globals','yRaYu','IzmtP','urbap','CKgMU','xASgI','DuiGv','tfNtk','lJdEK','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Invalid\x20configuration\x20passed.','isUndefined','getAccessibilityResults','executeAsyncScript','HerSx','getTestFrameworkDetails','error','nkunb','faaVe','createAccessibilityTestRun','puHll','dkGgz','Zesqi','dXmpu','rEeMZ','accessibilityToken','PUSAN','rvYWE','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','IDYaZ','getPlatform','body','getCiInfo','./scripts','rMmrt','RMefu','includes','json','debug','JOrvU','string','uIEDS','status','QcxJJ','paAcS','getPackageVersion','stringify','./constants','application/json','data','YmZud','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','qBhzG','jkfmT','ceEBm','aEkSt','some','isAccessibilityAutomationSession','QbLay','rKwIp','GbFLj','jKgnF','Hhrlq','uIgMs','317718KQOFVV','test_runs/stop','vjJcB','oDVAB','getAccessKey','__cloud_provider___','XslFc','fetchPlatformDetails','aWGcx','rajeE','yaiGV','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','gqIZs','oYjwD','yIPEo','qKzqJ','RryiQ','Build\x20creation\x20had\x20failed.','tMwaS','hfpPx','14112TnUfZD','KQxFI','tzQJW','YpJuP','DCuyz','Oagbh','uOveF','join','BS_A11Y_JWT','zAHSB','CvQlf','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','excludeTagsInTestingScope','uPlLT','5288XLPlIU','UYGQr','browserstack_executor','IyicD','getResults','wrPfQ','isArray','playwright','No\x20accessibility\x20summary\x20was\x20found.','RmAEP','efjoE','BFxeF','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','No\x20accessibility\x20results\x20were\x20found.','wGRCJ','stack','isAccessibilityPlatform','gSYzT','warn','measureWrapper','TtoRU','format','buildDescription','QSmIA','message','response','DqatW','2715435XxwuUf','a11y:start','DeTje','RpxHF','5151232ftCfaK','Ybyeh','javascript'];a52_0x4a11=function(){return _0x530459;};return a52_0x4a11();}function a52_0x4a44(_0x381822,_0x405ded){const _0x4a11e7=a52_0x4a11();return a52_0x4a44=function(_0x4a4440,_0x314441){_0x4a4440=_0x4a4440-0x74;let _0x40c367=_0x4a11e7[_0x4a4440];return _0x40c367;},a52_0x4a44(_0x381822,_0x405ded);}const a52_0x24747b=a52_0x4a44;(function(_0xd6a988,_0x145b69){const _0x7d01a7=a52_0x4a44,_0x2126b0=_0xd6a988();while(!![]){try{const _0x2eff05=parseInt(_0x7d01a7(0x16b))/0x1*(parseInt(_0x7d01a7(0x183))/0x2)+-parseInt(_0x7d01a7(0x78))/0x3+parseInt(_0x7d01a7(0x137))/0x4+parseInt(_0x7d01a7(0x133))/0x5+parseInt(_0x7d01a7(0xf6))/0x6+-parseInt(_0x7d01a7(0x14d))/0x7+-parseInt(_0x7d01a7(0x118))/0x8*(parseInt(_0x7d01a7(0x10a))/0x9);if(_0x2eff05===_0x145b69)break;else _0x2126b0['push'](_0x2126b0['shift']());}catch(_0x3c0675){_0x2126b0['push'](_0x2126b0['shift']());}}}(a52_0x4a11,0xcb35d));const path=require(a52_0x24747b(0xb5)),util=require(a52_0x24747b(0x172)),bsSetupHelper=require(a52_0x24747b(0x14f)),logger=require(a52_0x24747b(0x164))['winstonLogger'],{API_URL}=require(a52_0x24747b(0xe5)),PerformanceTester=require(a52_0x24747b(0x145)),scripts=require(a52_0x24747b(0xd7)),globals=require(a52_0x24747b(0xb6));exports[a52_0x24747b(0xfd)]=async _0x11224b=>{const _0x7fe1b9=a52_0x24747b,_0x22414e={};_0x22414e[_0x7fe1b9(0xe2)]=function(_0x45dbf8,_0x10b570){return _0x45dbf8===_0x10b570;},_0x22414e['qikMk']=_0x7fe1b9(0x19e),_0x22414e[_0x7fe1b9(0x106)]='browserstack',_0x22414e[_0x7fe1b9(0xd8)]=function(_0x19f7cc,_0x2683f4){return _0x19f7cc===_0x2683f4;},_0x22414e[_0x7fe1b9(0xf0)]=_0x7fe1b9(0x9f);const _0x25a538=_0x22414e;let _0x49d19a={};try{if(_0x25a538[_0x7fe1b9(0xe2)](_0x25a538['qikMk'],_0x25a538[_0x7fe1b9(0xa8)])){const _0x471497=await _0x11224b[_0x7fe1b9(0x15b)]();_0x49d19a={'os_name':_0x471497[_0x7fe1b9(0xd4)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x25a538[_0x7fe1b9(0xe2)](global[_0x7fe1b9(0xfb)],_0x25a538[_0x7fe1b9(0x106)])),'browser_name':_0x471497['getBrowserName'](),'browser_version':_0x471497[_0x7fe1b9(0x198)]()};}else _0x3ff94f[_0x7fe1b9(0xdc)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x44b1ea);}catch(_0x7a1e62){_0x25a538[_0x7fe1b9(0xd8)](_0x25a538[_0x7fe1b9(0xf0)],_0x25a538[_0x7fe1b9(0xf0)])?logger[_0x7fe1b9(0xdc)](_0x7fe1b9(0xe9)+_0x7a1e62):_0x9729a5={};}return _0x49d19a;},exports['isAccessibilityAutomationSession']=()=>{const _0x516dab=a52_0x24747b,_0x34f9a9={};_0x34f9a9[_0x516dab(0x126)]='browserstack_executor',_0x34f9a9['GthLn']=function(_0x22830a,_0x955357){return _0x22830a===_0x955357;},_0x34f9a9[_0x516dab(0xeb)]=_0x516dab(0x18b),_0x34f9a9[_0x516dab(0xc4)]=_0x516dab(0x15c),_0x34f9a9[_0x516dab(0x19d)]=function(_0xd6a9f6,_0x3d26af){return _0xd6a9f6===_0x3d26af;},_0x34f9a9['WvQua']=_0x516dab(0xa0),_0x34f9a9['BktCF']=_0x516dab(0xde),_0x34f9a9[_0x516dab(0x150)]=function(_0x1d84c1,_0x551798){return _0x1d84c1>_0x551798;},_0x34f9a9[_0x516dab(0x147)]=function(_0x54eaf0,_0x1ca51a){return _0x54eaf0!==_0x1ca51a;},_0x34f9a9[_0x516dab(0xff)]=_0x516dab(0x16a),_0x34f9a9[_0x516dab(0x13c)]=function(_0x371e19,_0x383814){return _0x371e19&&_0x383814;},_0x34f9a9[_0x516dab(0x11b)]=_0x516dab(0xed),_0x34f9a9[_0x516dab(0xa5)]='iBqpE';const _0x3088c1=_0x34f9a9;try{if(_0x3088c1[_0x516dab(0x13a)](_0x3088c1[_0x516dab(0xeb)],_0x3088c1[_0x516dab(0xc4)]))return _0xe12ebf[_0x516dab(0xae)][_0x516dab(0xda)](_0x3088c1['wGRCJ']);else{if(!bsSetupHelper['isBrowserstackInfra']()){if(_0x3088c1[_0x516dab(0x19d)](_0x3088c1['WvQua'],_0x3088c1['WvQua']))return![];else _0x525196[_0x516dab(0xc6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x47ccb9['response'][_0x516dab(0xe0)]+'\x20'+_0x33c63d[_0x516dab(0x131)][_0x516dab(0xa1)]+'\x20'+_0x4a7446[_0x516dab(0xe4)](_0x22691d[_0x516dab(0x131)][_0x516dab(0xe7)]));}const _0x24f641=bsSetupHelper[_0x516dab(0x95)](process[_0x516dab(0x177)][_0x516dab(0xbf)])||bsSetupHelper[_0x516dab(0x95)](process[_0x516dab(0x177)][_0x516dab(0xd2)]),_0x4b2569=_0x3088c1[_0x516dab(0x13a)](typeof process['env'][_0x516dab(0x112)],_0x3088c1[_0x516dab(0x194)])&&_0x3088c1[_0x516dab(0x150)](process[_0x516dab(0x177)][_0x516dab(0x112)][_0x516dab(0x97)],0x0)&&_0x3088c1[_0x516dab(0x147)](process['env'][_0x516dab(0x112)],_0x3088c1['rajeE']);return _0x3088c1['fGDhE'](_0x24f641,_0x4b2569);}}catch(_0x5f50d9){if(_0x3088c1[_0x516dab(0x147)](_0x3088c1[_0x516dab(0x11b)],_0x3088c1[_0x516dab(0xa5)]))logger[_0x516dab(0xdc)](_0x516dab(0x124)+_0x5f50d9);else{if(_0x3c3f8f['isTrue'](_0x37c2bf['accessibility']))return _0xa71ee0=!![],!![];}}return![];},exports['shouldScanTestForAccessibility']=(_0x355149,_0x3ca449=!![])=>{const _0x2ff84a=a52_0x24747b,_0x3c27a7={};_0x3c27a7[_0x2ff84a(0x193)]='error',_0x3c27a7['qiuaH']=function(_0x49f867,_0x2dd5bf){return _0x49f867===_0x2dd5bf;},_0x3c27a7[_0x2ff84a(0x88)]='string',_0x3c27a7[_0x2ff84a(0x186)]=function(_0x5a77ba,_0x3eb849){return _0x5a77ba>_0x3eb849;},_0x3c27a7[_0x2ff84a(0xdd)]=function(_0x1a55f9,_0x36aa0d){return _0x1a55f9!==_0x36aa0d;},_0x3c27a7[_0x2ff84a(0x14a)]=_0x2ff84a(0x16a),_0x3c27a7[_0x2ff84a(0x94)]=function(_0x1a3c25,_0x5ae73c){return _0x1a3c25&&_0x5ae73c;},_0x3c27a7['hhuug']=_0x2ff84a(0x107),_0x3c27a7[_0x2ff84a(0x182)]=function(_0x1fc8da,_0x5d96d4){return _0x1fc8da+_0x5d96d4;},_0x3c27a7[_0x2ff84a(0x129)]=_0x2ff84a(0x89),_0x3c27a7[_0x2ff84a(0xea)]=function(_0x536e08,_0x3becbe){return _0x536e08==_0x3becbe;},_0x3c27a7['QcxJJ']=function(_0x3764f5,_0x7ce8de){return _0x3764f5===_0x7ce8de;},_0x3c27a7[_0x2ff84a(0xd1)]=_0x2ff84a(0x19a),_0x3c27a7[_0x2ff84a(0x117)]=_0x2ff84a(0xe8),_0x3c27a7[_0x2ff84a(0x143)]=_0x2ff84a(0x179),_0x3c27a7[_0x2ff84a(0xab)]=_0x2ff84a(0x18f),_0x3c27a7['uOveF']=_0x2ff84a(0x187),_0x3c27a7[_0x2ff84a(0xcd)]=function(_0x5d2f3e,_0x3e29d2){return _0x5d2f3e===_0x3e29d2;},_0x3c27a7[_0x2ff84a(0x122)]=_0x2ff84a(0x90),_0x3c27a7[_0x2ff84a(0x192)]=function(_0x1c313f,_0x27cd93){return _0x1c313f===_0x27cd93;},_0x3c27a7[_0x2ff84a(0x18c)]=_0x2ff84a(0x149),_0x3c27a7[_0x2ff84a(0xcc)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x1c55d5=_0x3c27a7;if(_0x1c55d5[_0x2ff84a(0xea)](process[_0x2ff84a(0x177)][_0x2ff84a(0x115)],null)){if(_0x1c55d5[_0x2ff84a(0xe1)](_0x1c55d5[_0x2ff84a(0xd1)],_0x1c55d5[_0x2ff84a(0x117)]))_0x15af36['error'](_0x2ff84a(0x99)+(_0x13db1f[_0x2ff84a(0x130)]||_0x7791cc['format'](_0x38dc99)));else return!![];}try{if(_0x1c55d5[_0x2ff84a(0xdd)](_0x1c55d5['LZfcn'],_0x1c55d5[_0x2ff84a(0x143)])){_0x3c4079[_0x2ff84a(0x131)]?_0x38934c[_0x2ff84a(0xc6)](_0x2ff84a(0x99)+_0x1e893a['response'][_0x2ff84a(0xe0)]+'\x20'+_0x45bedc['response']['statusText']+'\x20'+_0x5aa604[_0x2ff84a(0xe4)](_0xa1a69f[_0x2ff84a(0x131)][_0x2ff84a(0xe7)])):_0x41790f['error'](_0x2ff84a(0x99)+(_0x12d99d[_0x2ff84a(0x130)]||_0xebd373[_0x2ff84a(0x12d)](_0x5da534)));const _0x268f5f={};return _0x268f5f['status']=_0x1c55d5[_0x2ff84a(0x193)],_0x268f5f[_0x2ff84a(0x130)]=_0x3c777f[_0x2ff84a(0x130)]||(_0x54b53a['response']?_0x3439bf[_0x2ff84a(0x131)]['status']+':'+_0x51e78e['response'][_0x2ff84a(0xa1)]:_0x9a1e8e),_0x268f5f;}else{const _0x4e73a1=JSON['parse'](process[_0x2ff84a(0x177)][_0x2ff84a(0x115)]),_0x511517=Array[_0x2ff84a(0x11e)](_0x4e73a1[_0x2ff84a(0x9b)])?_0x4e73a1[_0x2ff84a(0x9b)]:[],_0x548df1=Array[_0x2ff84a(0x11e)](_0x4e73a1[_0x2ff84a(0x116)])?_0x4e73a1[_0x2ff84a(0x116)]:[];let _0x126c99;if(_0x3ca449){if(_0x1c55d5[_0x2ff84a(0x163)](_0x1c55d5[_0x2ff84a(0xab)],_0x1c55d5[_0x2ff84a(0x110)])){if(!_0x106c66[_0x2ff84a(0x171)]())return![];const _0x62920=_0x155f8a[_0x2ff84a(0x95)](_0x1a9c01[_0x2ff84a(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x3f5785[_0x2ff84a(0x95)](_0x550064['env'][_0x2ff84a(0xd2)]),_0xbd82ef=_0x1c55d5['qiuaH'](typeof _0x443b0a['env']['BS_A11Y_JWT'],_0x1c55d5['PIHdn'])&&_0x1c55d5['Fbekx'](_0x53ebbb[_0x2ff84a(0x177)]['BS_A11Y_JWT']['length'],0x0)&&_0x1c55d5[_0x2ff84a(0xdd)](_0x2906d0[_0x2ff84a(0x177)]['BS_A11Y_JWT'],_0x1c55d5[_0x2ff84a(0x14a)]);return _0x1c55d5[_0x2ff84a(0x94)](_0x62920,_0xbd82ef);}else _0x126c99=_0x355149[_0x2ff84a(0x111)]('/');}else{if(_0x1c55d5['dXmpu'](_0x1c55d5[_0x2ff84a(0x122)],_0x1c55d5[_0x2ff84a(0x122)]))_0x126c99=_0x355149;else{const _0x6054f7={};return _0x6054f7[_0x2ff84a(0xe0)]=_0x1c55d5['MSfJK'],_0x6054f7[_0x2ff84a(0x130)]=_0x1c55d5[_0x2ff84a(0x13b)],_0x6054f7;}}const _0x192d47=_0x548df1[_0x2ff84a(0xee)](_0x117cbf=>_0x126c99[_0x2ff84a(0xda)](_0x117cbf)),_0x13222e=_0x1c55d5[_0x2ff84a(0xcd)](_0x511517[_0x2ff84a(0x97)],0x0)||_0x511517['some'](_0x17fc21=>_0x126c99['includes'](_0x17fc21));return _0x1c55d5[_0x2ff84a(0x94)](!_0x192d47,_0x13222e);}}catch(_0x3b5421){if(_0x1c55d5[_0x2ff84a(0x192)](_0x1c55d5[_0x2ff84a(0x18c)],_0x1c55d5['MLrrx']))logger[_0x2ff84a(0xdc)](_0x1c55d5[_0x2ff84a(0xcc)],_0x3b5421);else throw new _0x22485d(_0x1c55d5[_0x2ff84a(0x182)](_0x1c55d5[_0x2ff84a(0x129)],_0x2b54f6[_0x2ff84a(0xe7)][_0x2ff84a(0xc6)]));}return![];},exports[a52_0x24747b(0x93)]=_0x335b04=>{const _0x4d4a5a=a52_0x24747b,_0x28d3f3={};_0x28d3f3['qNcbj']=function(_0x33304b,_0x2b5250){return _0x33304b!==_0x2b5250;},_0x28d3f3[_0x4d4a5a(0x188)]=_0x4d4a5a(0x1a0),_0x28d3f3[_0x4d4a5a(0x98)]=_0x4d4a5a(0x17d),_0x28d3f3[_0x4d4a5a(0x8d)]=function(_0x17b724,_0x40e4e3){return _0x17b724===_0x40e4e3;},_0x28d3f3['jcQkN']=_0x4d4a5a(0xa9),_0x28d3f3[_0x4d4a5a(0xc8)]=_0x4d4a5a(0x158);const _0x5e2f5d=_0x28d3f3;let _0x4fb41a=![];try{_0x5e2f5d[_0x4d4a5a(0x8d)](_0x5e2f5d[_0x4d4a5a(0x75)],_0x5e2f5d['jcQkN'])?_0x335b04['platforms']['forEach'](_0x4eb995=>{const _0x51f229=_0x4d4a5a;if(_0x5e2f5d[_0x51f229(0x175)](_0x5e2f5d[_0x51f229(0x188)],_0x5e2f5d['oUOGF']))_0x4ca9d2['platforms'][_0x51f229(0x196)](_0x1657bb=>{const _0x548577=_0x51f229;if(_0x2029f0[_0x548577(0x95)](_0x1657bb['accessibility']))return _0x450351=!![],!![];});else{if(bsSetupHelper['isTrue'](_0x4eb995[_0x51f229(0x81)]))return _0x5e2f5d[_0x51f229(0x175)](_0x5e2f5d[_0x51f229(0x98)],_0x5e2f5d[_0x51f229(0x98)])?![]:(_0x4fb41a=!![],!![]);}}):_0x142b3c['debug'](_0x4d4a5a(0x124)+_0x13b65c);}catch(_0x112c5d){_0x5e2f5d[_0x4d4a5a(0x175)](_0x5e2f5d[_0x4d4a5a(0xc8)],_0x5e2f5d[_0x4d4a5a(0xc8)])?_0xca40b4=_0x47a796:logger[_0x4d4a5a(0xdc)](_0x4d4a5a(0x178)+_0x112c5d);}return _0x4fb41a;},exports[a52_0x24747b(0xc9)]=PerformanceTester[a52_0x24747b(0x12b)](a52_0x24747b(0x134),async function(_0x4376ad,_0x132ec5){const _0x146aa9=a52_0x24747b,_0x5ee4b3={};_0x5ee4b3[_0x146aa9(0x13d)]=_0x146aa9(0x7e),_0x5ee4b3[_0x146aa9(0x9c)]=_0x146aa9(0x101),_0x5ee4b3['urbap']=function(_0xeb2b92,_0x136827){return _0xeb2b92===_0x136827;},_0x5ee4b3['LyhHL']=_0x146aa9(0xc0),_0x5ee4b3[_0x146aa9(0xf3)]='false',_0x5ee4b3['neylG']=_0x146aa9(0xde),_0x5ee4b3['zIOoB']=function(_0x4ec676,_0x136838){return _0x4ec676>_0x136838;},_0x5ee4b3[_0x146aa9(0x14c)]=function(_0x1a7d44,_0x15d804){return _0x1a7d44!==_0x15d804;},_0x5ee4b3['VJYcn']=_0x146aa9(0x16a),_0x5ee4b3[_0x146aa9(0x8e)]=function(_0x4a72c2,_0x2a1051){return _0x4a72c2&&_0x2a1051;},_0x5ee4b3[_0x146aa9(0x13e)]=_0x146aa9(0x7b),_0x5ee4b3['YNVXs']=function(_0x53a3b1,_0x3f6a65){return _0x53a3b1===_0x3f6a65;},_0x5ee4b3[_0x146aa9(0x159)]=_0x146aa9(0x135),_0x5ee4b3[_0x146aa9(0xb8)]=_0x146aa9(0x7f),_0x5ee4b3[_0x146aa9(0x14e)]=function(_0x2d6333,_0x566d52){return _0x2d6333===_0x566d52;},_0x5ee4b3[_0x146aa9(0x15f)]=_0x146aa9(0x108),_0x5ee4b3[_0x146aa9(0x121)]=_0x146aa9(0xd9),_0x5ee4b3[_0x146aa9(0x92)]=_0x146aa9(0xf4),_0x5ee4b3[_0x146aa9(0xac)]='ZcxvL',_0x5ee4b3[_0x146aa9(0xfe)]=_0x146aa9(0x11f),_0x5ee4b3[_0x146aa9(0x119)]=_0x146aa9(0x139),_0x5ee4b3['Ezmut']=_0x146aa9(0xe6),_0x5ee4b3[_0x146aa9(0x102)]='POST',_0x5ee4b3['lFHmZ']=_0x146aa9(0x85),_0x5ee4b3[_0x146aa9(0x16c)]=function(_0x82aff5,_0x452f83){return _0x82aff5===_0x452f83;},_0x5ee4b3[_0x146aa9(0x148)]='ykeRl',_0x5ee4b3['krKXC']=_0x146aa9(0xa2),_0x5ee4b3[_0x146aa9(0x173)]=_0x146aa9(0xce),_0x5ee4b3['tJuKG']=function(_0x51ad78,_0x39d105){return _0x51ad78===_0x39d105;},_0x5ee4b3['GuxvI']=_0x146aa9(0x191),_0x5ee4b3[_0x146aa9(0xd3)]=function(_0x14614d,_0x191613){return _0x14614d===_0x191613;},_0x5ee4b3[_0x146aa9(0x10b)]='fnnpF',_0x5ee4b3[_0x146aa9(0xf9)]=function(_0x1e6098,_0x384dd0){return _0x1e6098!==_0x384dd0;},_0x5ee4b3[_0x146aa9(0xb7)]=_0x146aa9(0x100),_0x5ee4b3[_0x146aa9(0x8a)]=function(_0x499022,_0x18462c){return _0x499022===_0x18462c;},_0x5ee4b3[_0x146aa9(0x190)]='cWxbm',_0x5ee4b3[_0x146aa9(0x152)]='apxhH',_0x5ee4b3['TtoRU']=function(_0x311a74,_0x2c3e9a){return _0x311a74===_0x2c3e9a;},_0x5ee4b3[_0x146aa9(0x162)]=_0x146aa9(0xb3),_0x5ee4b3['GkfIW']=function(_0x144104,_0x1a49bd){return _0x144104!==_0x1a49bd;},_0x5ee4b3['lxmIT']=_0x146aa9(0x16f);const _0x8ce652=_0x5ee4b3,_0x23378d=bsSetupHelper['getUserName'](_0x4376ad),_0x1fce19=bsSetupHelper[_0x146aa9(0xfa)](_0x4376ad);if(bsSetupHelper[_0x146aa9(0xc1)](_0x23378d)||bsSetupHelper[_0x146aa9(0xc1)](_0x1fce19)){if(_0x8ce652['YNVXs'](_0x8ce652[_0x146aa9(0x159)],_0x8ce652[_0x146aa9(0xb8)]))_0x64632d[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x2a844b[_0x146aa9(0x130)]||_0x31dbee[_0x146aa9(0x127)]));else return logger[_0x146aa9(0xc6)](_0x8ce652['hBThe']),[null,null];}try{if(_0x8ce652[_0x146aa9(0x14e)](_0x8ce652[_0x146aa9(0x15f)],_0x8ce652[_0x146aa9(0x15f)])){let _0x4d9e4f;if(bsSetupHelper[_0x146aa9(0xc1)](process[_0x146aa9(0x177)][_0x146aa9(0x115)])){if(_0x8ce652[_0x146aa9(0x14c)](_0x8ce652[_0x146aa9(0x121)],_0x8ce652[_0x146aa9(0x92)]))_0x4d9e4f={};else{_0x22b515['warn'](_0x8ce652['ePOlC']);return;}}else{if(_0x8ce652[_0x146aa9(0xb9)](_0x8ce652[_0x146aa9(0xac)],_0x8ce652[_0x146aa9(0xac)]))_0x4d9e4f=JSON[_0x146aa9(0x170)](process[_0x146aa9(0x177)][_0x146aa9(0x115)]);else return!![];}const {name:_0x11ee82,version:_0x365bfa}=bsSetupHelper[_0x146aa9(0xc5)](_0x4376ad,_0x132ec5),_0x2df640={'projectName':_0x4376ad[_0x146aa9(0x166)],'buildName':_0x4376ad['buildName']||path[_0x146aa9(0xad)](path['resolve'](process['cwd']())),'startTime':new Date()['toISOString'](),'description':_0x4376ad[_0x146aa9(0x12e)]||'','source':{'frameworkName':_0x132ec5['includes'](_0x8ce652[_0x146aa9(0xfe)])?_0x8ce652[_0x146aa9(0xfe)]:_0x132ec5,'frameworkVersion':bsSetupHelper[_0x146aa9(0xe3)](_0x132ec5),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x8ce652[_0x146aa9(0x119)],'testFramework':_0x11ee82,'testFrameworkVersion':_0x365bfa},'settings':_0x4d9e4f,'versionControl':await bsSetupHelper[_0x146aa9(0xb4)](),'ciInfo':bsSetupHelper[_0x146aa9(0xd6)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x146aa9(0x171)]()},_0x1a8e51={};_0x1a8e51['user']=_0x23378d,_0x1a8e51[_0x146aa9(0x8f)]=_0x1fce19;const _0x25a8b9={};_0x25a8b9[_0x146aa9(0x17c)]=_0x8ce652[_0x146aa9(0x83)];const _0x9f7ff5={};_0x9f7ff5['auth']=_0x1a8e51,_0x9f7ff5[_0x146aa9(0x176)]=_0x25a8b9;const _0x3ed7e6=_0x9f7ff5,_0x266d1f={};_0x266d1f[_0x146aa9(0xd5)]=_0x2df640,_0x266d1f[_0x146aa9(0xdb)]=!![];const _0x3f7871=Object[_0x146aa9(0x181)](_0x3ed7e6,_0x266d1f),_0x5a31c1=await bsSetupHelper[_0x146aa9(0x16d)](_0x8ce652[_0x146aa9(0x102)],_0x8ce652['lFHmZ'],_0x3f7871,_0x4376ad,API_URL);let _0x40d104=process[_0x146aa9(0x177)][_0x146aa9(0x115)];if(_0x40d104){if(_0x8ce652[_0x146aa9(0x16c)](_0x8ce652[_0x146aa9(0x148)],_0x8ce652['krKXC']))return _0x59340e[_0x146aa9(0xc6)](_0x8ce652[_0x146aa9(0x9c)]),[null,null];else _0x40d104=JSON[_0x146aa9(0x170)](process[_0x146aa9(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}else{if(_0x8ce652[_0x146aa9(0x14c)](_0x8ce652[_0x146aa9(0x173)],_0x8ce652['jcLUL'])){if(_0x8ce652['urbap'](_0x2a4c36[_0x146aa9(0x130)],_0x8ce652[_0x146aa9(0x144)])){_0x2852e1[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x44c51b['message']||_0x3c5a0f[_0x146aa9(0x127)]));for(const _0x39d519 of _0x15c2ff[_0x146aa9(0x96)]){_0x2762ca[_0x146aa9(0xc6)](_0x39d519[_0x146aa9(0x130)]);}_0x27cfdc['env'][_0x146aa9(0xbf)]=_0x8ce652['jKgnF'],_0x25b654['env'][_0x146aa9(0xd2)]=_0x8ce652[_0x146aa9(0xf3)];}else _0x45914e[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x290c18[_0x146aa9(0x130)]||_0x2d33cd['stack']));}else _0x40d104={};}return scripts[_0x146aa9(0x9a)](_0x5a31c1['data'][_0x146aa9(0xe7)]),scripts['toJson'](),_0x40d104[_0x146aa9(0x87)]=_0x5a31c1[_0x146aa9(0xe7)][_0x146aa9(0xe7)]['scannerVersion'],process[_0x146aa9(0x177)][_0x146aa9(0x115)]=JSON[_0x146aa9(0xe4)](_0x40d104),[_0x5a31c1['data']['data'][_0x146aa9(0xcf)],_0x5a31c1['data'][_0x146aa9(0xe7)]['id']];}else{try{if(!_0x53f572[_0x146aa9(0x171)]())return![];const _0x90b10f=_0x2179b5[_0x146aa9(0x95)](_0x4da678[_0x146aa9(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x113bfd[_0x146aa9(0x95)](_0x540dea[_0x146aa9(0x177)][_0x146aa9(0xd2)]),_0x184b94=_0x8ce652[_0x146aa9(0xb9)](typeof _0x4e02b5[_0x146aa9(0x177)][_0x146aa9(0x112)],_0x8ce652[_0x146aa9(0x7a)])&&_0x8ce652[_0x146aa9(0x17b)](_0x23f73b['env'][_0x146aa9(0x112)][_0x146aa9(0x97)],0x0)&&_0x8ce652[_0x146aa9(0x14c)](_0x696efb['env']['BS_A11Y_JWT'],_0x8ce652['VJYcn']);return _0x8ce652[_0x146aa9(0x8e)](_0x90b10f,_0x184b94);}catch(_0x47cc8a){_0x3eb954[_0x146aa9(0xdc)](_0x146aa9(0x124)+_0x47cc8a);}return![];}}catch(_0x325132){if(_0x8ce652[_0x146aa9(0x82)](_0x8ce652['GuxvI'],_0x8ce652[_0x146aa9(0x16e)])){if(_0x325132[_0x146aa9(0x131)])_0x8ce652['IDYaZ'](_0x8ce652[_0x146aa9(0x10b)],_0x8ce652[_0x146aa9(0x10b)])?logger[_0x146aa9(0xc6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x325132['response']['status']+'\x20'+_0x325132['response']['statusText']+'\x20'+JSON[_0x146aa9(0xe4)](_0x325132[_0x146aa9(0x131)]['data'])):_0x1c5b11=_0x282fab[_0x146aa9(0x111)]('/');else{if(_0x8ce652['oDVAB'](_0x8ce652[_0x146aa9(0xb7)],_0x8ce652['yRaYu']))_0x1e179d[_0x146aa9(0xc6)](_0x183396[_0x146aa9(0x130)]);else{if(_0x8ce652[_0x146aa9(0x8a)](_0x325132[_0x146aa9(0x130)],_0x8ce652[_0x146aa9(0x144)])){if(_0x8ce652[_0x146aa9(0x82)](_0x8ce652[_0x146aa9(0x190)],_0x8ce652['bPBJk']))_0x3b3add[_0x146aa9(0xdc)](_0x8ce652[_0x146aa9(0x13e)],_0x4328c9);else{logger[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x325132[_0x146aa9(0x130)]||_0x325132['stack']));for(const _0x7bb2c6 of _0x325132[_0x146aa9(0x96)]){_0x8ce652[_0x146aa9(0x12c)](_0x8ce652[_0x146aa9(0x162)],_0x8ce652[_0x146aa9(0x162)])?logger[_0x146aa9(0xc6)](_0x7bb2c6[_0x146aa9(0x130)]):_0x3b29bb={};}process[_0x146aa9(0x177)][_0x146aa9(0xbf)]=_0x8ce652['jKgnF'],process[_0x146aa9(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x8ce652[_0x146aa9(0xf3)];}}else _0x8ce652['GkfIW'](_0x8ce652[_0x146aa9(0x79)],_0x8ce652[_0x146aa9(0x79)])?_0x30da5b=_0x3a00f7['parse'](_0x2f9de0['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):logger[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x325132[_0x146aa9(0x130)]||_0x325132[_0x146aa9(0x127)]));}}return[null,null];}else _0x4eded3=_0x4b645f[_0x146aa9(0x170)](_0x55435a[_0x146aa9(0x177)][_0x146aa9(0x115)]);}}),exports['stopAccessibilityTestRun']=PerformanceTester[a52_0x24747b(0x12b)](a52_0x24747b(0x168),async function(_0x188c58){const _0x35a72e=a52_0x24747b,_0x3a0396={};_0x3a0396[_0x35a72e(0x19c)]=_0x35a72e(0x125),_0x3a0396[_0x35a72e(0x165)]=_0x35a72e(0x156),_0x3a0396[_0x35a72e(0x105)]=_0x35a72e(0x7d),_0x3a0396[_0x35a72e(0x169)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3a0396[_0x35a72e(0x10e)]=function(_0x19e0d6,_0x101c8b){return _0x19e0d6===_0x101c8b;},_0x3a0396[_0x35a72e(0xfc)]=_0x35a72e(0xde),_0x3a0396['KjqJf']=_0x35a72e(0x11a),_0x3a0396[_0x35a72e(0x15a)]=_0x35a72e(0x151),_0x3a0396['rKwIp']=function(_0x281c9a,_0x51564a){return _0x281c9a!==_0x51564a;},_0x3a0396[_0x35a72e(0xbc)]=_0x35a72e(0xbd),_0x3a0396[_0x35a72e(0x138)]=_0x35a72e(0xbb),_0x3a0396['JNZwW']='error',_0x3a0396[_0x35a72e(0x74)]='Build\x20creation\x20had\x20failed.',_0x3a0396[_0x35a72e(0x80)]=_0x35a72e(0xe6),_0x3a0396[_0x35a72e(0x136)]=function(_0x2aeacc,_0x5d5395){return _0x2aeacc!==_0x5d5395;},_0x3a0396[_0x35a72e(0x197)]='EOHcc',_0x3a0396[_0x35a72e(0x132)]='cDCIf',_0x3a0396[_0x35a72e(0xcb)]=_0x35a72e(0xb2),_0x3a0396[_0x35a72e(0x10c)]=_0x35a72e(0xf7),_0x3a0396[_0x35a72e(0x15e)]=function(_0x35253f,_0x32c4d1){return _0x35253f===_0x32c4d1;},_0x3a0396[_0x35a72e(0x195)]=_0x35a72e(0xba),_0x3a0396[_0x35a72e(0x114)]=function(_0x1b4362,_0x3195ba){return _0x1b4362+_0x3195ba;},_0x3a0396['KCJXn']='Invalid\x20request:\x20',_0x3a0396[_0x35a72e(0xf8)]=function(_0x1af348,_0x207a5d){return _0x1af348!==_0x207a5d;},_0x3a0396['txkDN']=_0x35a72e(0x161),_0x3a0396[_0x35a72e(0x18d)]=_0x35a72e(0x184),_0x3a0396[_0x35a72e(0x113)]=_0x35a72e(0x18e),_0x3a0396['xvGwc']=_0x35a72e(0x189),_0x3a0396['TqvZa']=_0x35a72e(0x154),_0x3a0396[_0x35a72e(0xf5)]=_0x35a72e(0x10d);const _0x5bcb74=_0x3a0396;if(bsSetupHelper[_0x35a72e(0xc1)](process['env'][_0x35a72e(0x112)])||_0x5bcb74[_0x35a72e(0xf1)](typeof process[_0x35a72e(0x177)][_0x35a72e(0x112)],_0x5bcb74['XslFc'])){if(_0x5bcb74[_0x35a72e(0xf1)](_0x5bcb74[_0x35a72e(0xbc)],_0x5bcb74[_0x35a72e(0x138)])){const _0x514586={};return _0x514586[_0x35a72e(0xe0)]=_0x5bcb74[_0x35a72e(0x17e)],_0x514586[_0x35a72e(0x130)]=_0x5bcb74[_0x35a72e(0x74)],_0x514586;}else return _0x1730c3[_0x35a72e(0xc6)](_0x5bcb74[_0x35a72e(0x19c)]),[];}const _0x2a98ec={'endTime':new Date()[_0x35a72e(0x8b)]()},_0x5c9fa0={};_0x5c9fa0[_0x35a72e(0x174)]=_0x35a72e(0x91)+process[_0x35a72e(0x177)][_0x35a72e(0x112)],_0x5c9fa0[_0x35a72e(0x17c)]=_0x5bcb74[_0x35a72e(0x80)];const _0x37b63e={};_0x37b63e[_0x35a72e(0x176)]=_0x5c9fa0;const _0x283efd=_0x37b63e,_0x4b4306={};_0x4b4306[_0x35a72e(0xd5)]=_0x2a98ec,_0x4b4306[_0x35a72e(0x141)]=null,_0x4b4306[_0x35a72e(0xdb)]=!![];const _0x1bd3f1=Object[_0x35a72e(0x181)](_0x283efd,_0x4b4306);try{if(_0x5bcb74[_0x35a72e(0x136)](_0x5bcb74['heaXz'],_0x5bcb74[_0x35a72e(0x132)])){const _0x25f91a=await bsSetupHelper[_0x35a72e(0x16d)](_0x5bcb74[_0x35a72e(0xcb)],_0x5bcb74[_0x35a72e(0x10c)],_0x1bd3f1,_0x188c58,API_URL);if(_0x25f91a['data'][_0x35a72e(0xc6)]){if(_0x5bcb74[_0x35a72e(0x15e)](_0x5bcb74[_0x35a72e(0x195)],_0x5bcb74['hVwdv']))throw new Error(_0x5bcb74['CvQlf'](_0x5bcb74[_0x35a72e(0x17f)],_0x25f91a['data'][_0x35a72e(0xc6)]));else return _0x430a16=!![],!![];}else{if(_0x5bcb74['vjJcB'](_0x5bcb74[_0x35a72e(0x17a)],_0x5bcb74[_0x35a72e(0x17a)])){_0x2d11ee[_0x35a72e(0x155)](_0x35a72e(0x142)+new _0x261633()['toISOString']());const _0x55125b={};return _0x55125b['status']=_0x5bcb74[_0x35a72e(0x165)],_0x55125b[_0x35a72e(0x130)]='',_0x55125b;}else{logger['info'](_0x35a72e(0x142)+new Date()[_0x35a72e(0x8b)]());const _0x54e5b1={};return _0x54e5b1['status']=_0x5bcb74[_0x35a72e(0x165)],_0x54e5b1[_0x35a72e(0x130)]='',_0x54e5b1;}}}else return _0x6ed543[_0x35a72e(0x12a)](_0x5bcb74[_0x35a72e(0x105)]),{};}catch(_0x562075){if(_0x5bcb74['DCuyz'](_0x5bcb74[_0x35a72e(0x18d)],_0x5bcb74[_0x35a72e(0x113)]))return _0x2e6da8['warn'](_0x5bcb74['nqUmi']),[];else{if(_0x562075[_0x35a72e(0x131)]){if(_0x5bcb74[_0x35a72e(0x15e)](_0x5bcb74[_0x35a72e(0x76)],_0x5bcb74['TqvZa'])){if(_0x26b460&&_0x4e0c75[_0x35a72e(0xae)]&&_0x5bcb74['DCuyz'](typeof _0x477f26['script'],_0x5bcb74[_0x35a72e(0xfc)]))return _0x44b93d['script'][_0x35a72e(0xda)](_0x5bcb74[_0x35a72e(0x8c)]);return![];}else logger[_0x35a72e(0xc6)](_0x35a72e(0x99)+_0x562075[_0x35a72e(0x131)][_0x35a72e(0xe0)]+'\x20'+_0x562075[_0x35a72e(0x131)][_0x35a72e(0xa1)]+'\x20'+JSON[_0x35a72e(0xe4)](_0x562075[_0x35a72e(0x131)][_0x35a72e(0xe7)]));}else{if(_0x5bcb74[_0x35a72e(0x10e)](_0x5bcb74[_0x35a72e(0xf5)],_0x5bcb74[_0x35a72e(0xf5)]))logger['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x562075[_0x35a72e(0x130)]||util[_0x35a72e(0x12d)](_0x562075)));else{_0x494fe7[_0x35a72e(0xc6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x8938e0['message']||_0x3f3932[_0x35a72e(0x127)]));for(const _0x809bba of _0xef5fd2['errors']){_0x16b8b0[_0x35a72e(0xc6)](_0x809bba[_0x35a72e(0x130)]);}_0x14e4b0['env'][_0x35a72e(0xbf)]=_0x5bcb74['CFsfi'],_0x3115a6[_0x35a72e(0x177)][_0x35a72e(0xd2)]=_0x5bcb74[_0x35a72e(0x15a)];}}const _0x5f1983={};return _0x5f1983['status']=_0x5bcb74[_0x35a72e(0x17e)],_0x5f1983['message']=_0x562075[_0x35a72e(0x130)]||(_0x562075['response']?_0x562075['response'][_0x35a72e(0xe0)]+':'+_0x562075[_0x35a72e(0x131)][_0x35a72e(0xa1)]:_0x562075),_0x5f1983;}}}),exports[a52_0x24747b(0x15d)]=async(_0x1cadc6,_0x33073e=null)=>{const _0x17e55d=a52_0x24747b,_0xe4cf01={};_0xe4cf01[_0x17e55d(0x153)]=_0x17e55d(0x120),_0xe4cf01[_0x17e55d(0xa7)]=_0x17e55d(0x128),_0xe4cf01[_0x17e55d(0x157)]=_0x17e55d(0x160),_0xe4cf01[_0x17e55d(0xc7)]=function(_0x204769,_0x40b865){return _0x204769!==_0x40b865;},_0xe4cf01[_0x17e55d(0x9d)]=_0x17e55d(0x185),_0xe4cf01[_0x17e55d(0xbe)]='zjFVI',_0xe4cf01[_0x17e55d(0x104)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.';const _0x4722d3=_0xe4cf01;if(!this[_0x17e55d(0xef)]()||!globals[_0x17e55d(0x86)](_0x4722d3[_0x17e55d(0xa7)])||!globals[_0x17e55d(0x86)](_0x4722d3[_0x17e55d(0x157)])){if(_0x4722d3[_0x17e55d(0xc7)](_0x4722d3['mzXKN'],_0x4722d3[_0x17e55d(0xbe)])){logger[_0x17e55d(0x12a)](_0x4722d3[_0x17e55d(0x104)]);return;}else return _0x4e548e[_0x17e55d(0xc6)](_0x4722d3[_0x17e55d(0x153)]),{};}const _0x39a83b={};_0x39a83b['method']=_0x33073e||global[_0x17e55d(0x77)],logger['debug'](util[_0x17e55d(0x12d)](await _0x1cadc6[_0x17e55d(0xc3)](scripts[_0x17e55d(0x15d)],_0x39a83b)));},exports[a52_0x24747b(0xc2)]=async(_0x4aef8c,_0x4eb37a)=>{const _0x1319dd=a52_0x24747b,_0xff297={};_0xff297[_0x1319dd(0xa4)]=function(_0x511a8f,_0x4d9b92){return _0x511a8f===_0x4d9b92;},_0xff297[_0x1319dd(0x14b)]=function(_0x45c1e4,_0x2a2bc3){return _0x45c1e4&&_0x2a2bc3;},_0xff297['Oagbh']=_0x1319dd(0x128),_0xff297['PMVHA']=_0x1319dd(0x160),_0xff297[_0x1319dd(0xec)]=function(_0x2898a1,_0x1de04c){return _0x2898a1===_0x1de04c;},_0xff297[_0x1319dd(0x103)]=_0x1319dd(0x1a1),_0xff297['QSmIA']=_0x1319dd(0xa3),_0xff297[_0x1319dd(0x109)]=_0x1319dd(0x199),_0xff297['yNKom']=function(_0x3daa14,_0x5149af){return _0x3daa14!==_0x5149af;},_0xff297['sJOxx']=_0x1319dd(0xf2),_0xff297[_0x1319dd(0x167)]='SBcxn',_0xff297[_0x1319dd(0x11d)]=_0x1319dd(0x180),_0xff297['PUSAN']=_0x1319dd(0x13f),_0xff297['ukLdp']=_0x1319dd(0x125);const _0x5605f6=_0xff297;if(!this[_0x1319dd(0xef)]()||!globals['getGlobal'](_0x5605f6[_0x1319dd(0x10f)])||!globals[_0x1319dd(0x86)](_0x5605f6['PMVHA'])){if(_0x5605f6['ceEBm'](_0x5605f6[_0x1319dd(0x103)],_0x5605f6[_0x1319dd(0x12f)]))_0x7bf4d3[_0x1319dd(0xc6)](_0x1319dd(0x99)+_0x1f625f['response'][_0x1319dd(0xe0)]+'\x20'+_0x5c7a37['response'][_0x1319dd(0xa1)]+'\x20'+_0x2808eb[_0x1319dd(0xe4)](_0x4b50b2['response'][_0x1319dd(0xe7)]));else return logger[_0x1319dd(0x12a)](_0x5605f6[_0x1319dd(0x109)]),[];}try{if(_0x5605f6[_0x1319dd(0x19b)](_0x5605f6[_0x1319dd(0xb1)],_0x5605f6[_0x1319dd(0x167)])){logger[_0x1319dd(0xdc)](_0x5605f6[_0x1319dd(0x11d)]);const _0x1f33c7={};_0x1f33c7[_0x1319dd(0xaa)]=_0x4eb37a[_0x1319dd(0x77)],logger[_0x1319dd(0xdc)](util['format'](await _0x4aef8c[_0x1319dd(0xc3)](scripts[_0x1319dd(0x15d)],_0x1f33c7)));const _0x2eb038=await _0x4aef8c[_0x1319dd(0xc3)](scripts[_0x1319dd(0x11c)]);return _0x2eb038;}else{const _0x20f6e6=_0x5e3b03[_0x1319dd(0x170)](_0x18bbbe[_0x1319dd(0x177)][_0x1319dd(0x115)]),_0x32c54b=_0x512748[_0x1319dd(0x11e)](_0x20f6e6[_0x1319dd(0x9b)])?_0x20f6e6[_0x1319dd(0x9b)]:[],_0x4ab945=_0x2214f0['isArray'](_0x20f6e6[_0x1319dd(0x116)])?_0x20f6e6['excludeTagsInTestingScope']:[];let _0x280273;_0x43f06c?_0x280273=_0x1bf53f[_0x1319dd(0x111)]('/'):_0x280273=_0x5a9625;const _0x5d9be9=_0x4ab945[_0x1319dd(0xee)](_0xccae70=>_0x280273['includes'](_0xccae70)),_0x17cea0=_0x5605f6[_0x1319dd(0xa4)](_0x32c54b[_0x1319dd(0x97)],0x0)||_0x32c54b['some'](_0x3501ac=>_0x280273['includes'](_0x3501ac));return _0x5605f6[_0x1319dd(0x14b)](!_0x5d9be9,_0x17cea0);}}catch{if(_0x5605f6[_0x1319dd(0xec)](_0x5605f6[_0x1319dd(0xd0)],_0x5605f6[_0x1319dd(0xd0)]))return logger[_0x1319dd(0xc6)](_0x5605f6[_0x1319dd(0xaf)]),[];else _0x2ba093[_0x1319dd(0xdc)](_0x1319dd(0x178)+_0x3a8536);}},exports[a52_0x24747b(0xb0)]=async(_0x1c294c,_0x33e44e)=>{const _0x2250df=a52_0x24747b,_0x5439fa={};_0x5439fa[_0x2250df(0x9e)]=_0x2250df(0x128),_0x5439fa[_0x2250df(0x140)]=_0x2250df(0x160),_0x5439fa['KwXtd']=_0x2250df(0x7d),_0x5439fa[_0x2250df(0xca)]=_0x2250df(0x7c),_0x5439fa[_0x2250df(0x146)]=_0x2250df(0x120);const _0x4052fc=_0x5439fa;if(!this[_0x2250df(0xef)]()||!globals[_0x2250df(0x86)](_0x4052fc['nhtmL'])||!globals[_0x2250df(0x86)](_0x4052fc[_0x2250df(0x140)]))return logger[_0x2250df(0x12a)](_0x4052fc[_0x2250df(0x18a)]),{};try{logger[_0x2250df(0xdc)](_0x4052fc[_0x2250df(0xca)]);const _0x39990c={};_0x39990c[_0x2250df(0xaa)]=_0x33e44e[_0x2250df(0x77)],logger[_0x2250df(0xdc)](util[_0x2250df(0x12d)](await _0x1c294c[_0x2250df(0xc3)](scripts[_0x2250df(0x15d)],_0x39990c)));const _0x1f0720=await _0x1c294c['executeAsyncScript'](scripts[_0x2250df(0x84)]);return _0x1f0720;}catch{return logger[_0x2250df(0xc6)](_0x4052fc[_0x2250df(0x146)]),{};}},exports[a52_0x24747b(0x19f)]=_0x261e12=>{const _0x17d479=a52_0x24747b,_0x5dfff6={};_0x5dfff6[_0x17d479(0x123)]=function(_0x1bc5a2,_0x5b9c4d){return _0x1bc5a2===_0x5b9c4d;},_0x5dfff6['RImra']=_0x17d479(0xde),_0x5dfff6[_0x17d479(0xdf)]=_0x17d479(0x11a);const _0x50949a=_0x5dfff6;if(_0x261e12&&_0x261e12['script']&&_0x50949a[_0x17d479(0x123)](typeof _0x261e12['script'],_0x50949a['RImra']))return _0x261e12['script'][_0x17d479(0xda)](_0x50949a['uIEDS']);return![];};
@@ -1 +1 @@
1
- const a53_0x4359b5=a53_0x2095;(function(_0x8edae2,_0x5ea1e8){const _0x41eb05=a53_0x2095,_0x38d775=_0x8edae2();while(!![]){try{const _0x31b529=parseInt(_0x41eb05(0x194))/0x1+parseInt(_0x41eb05(0x176))/0x2*(parseInt(_0x41eb05(0x17f))/0x3)+parseInt(_0x41eb05(0x18e))/0x4+parseInt(_0x41eb05(0x160))/0x5+parseInt(_0x41eb05(0x191))/0x6*(parseInt(_0x41eb05(0x170))/0x7)+-parseInt(_0x41eb05(0x162))/0x8*(parseInt(_0x41eb05(0x15d))/0x9)+-parseInt(_0x41eb05(0x185))/0xa;if(_0x31b529===_0x5ea1e8)break;else _0x38d775['push'](_0x38d775['shift']());}catch(_0x8d5cfb){_0x38d775['push'](_0x38d775['shift']());}}}(a53_0x24ae,0x7f03a));function a53_0x2095(_0x51cbff,_0x2959f0){const _0x24aedc=a53_0x24ae();return a53_0x2095=function(_0x20957a,_0x4f2ac5){_0x20957a=_0x20957a-0x15b;let _0x3d6d0b=_0x24aedc[_0x20957a];return _0x3d6d0b;},a53_0x2095(_0x51cbff,_0x2959f0);}const path=require(a53_0x4359b5(0x173)),fs=require('fs'),helper=require('../helper');class Scripts{constructor(){const _0x4ed3aa=a53_0x4359b5,_0x281074={};_0x281074['VQFxB']=_0x4ed3aa(0x182),_0x281074[_0x4ed3aa(0x178)]=_0x4ed3aa(0x16d),_0x281074['qtPgx']='commands.json';const _0x59c16a=_0x281074,_0x5710ac=_0x59c16a[_0x4ed3aa(0x177)][_0x4ed3aa(0x16f)]('|');let _0x5c3fc0=0x0;while(!![]){switch(_0x5710ac[_0x5c3fc0++]){case'0':this[_0x4ed3aa(0x172)]=path[_0x4ed3aa(0x165)](helper[_0x4ed3aa(0x190)](),_0x59c16a[_0x4ed3aa(0x178)]);continue;case'1':this[_0x4ed3aa(0x181)]=null;continue;case'2':this['fromJson']();continue;case'3':this[_0x4ed3aa(0x186)]=path[_0x4ed3aa(0x165)](this[_0x4ed3aa(0x172)],_0x59c16a[_0x4ed3aa(0x163)]);continue;case'4':this[_0x4ed3aa(0x16c)]=null;continue;case'5':this[_0x4ed3aa(0x171)]=null;continue;case'6':this['performScan']=null;continue;}break;}}[a53_0x4359b5(0x175)](_0x5afff9){const _0x192305=a53_0x4359b5,_0x3dbd9c={'LHmlg':function(_0x38e2d4,_0x27758d){return _0x38e2d4(_0x27758d);},'QGGXW':function(_0x596c08,_0x5d0160){return _0x596c08!==_0x5d0160;},'OXiit':_0x192305(0x16a),'SFzVf':'rYbSG'};_0x5afff9[_0x192305(0x166)]&&(_0x3dbd9c[_0x192305(0x17e)](_0x3dbd9c['OXiit'],_0x3dbd9c[_0x192305(0x17b)])?(this[_0x192305(0x18a)]=_0x5afff9[_0x192305(0x166)][_0x192305(0x18f)],this[_0x192305(0x171)]=_0x5afff9[_0x192305(0x166)]['getResults'],this['getResultsSummary']=_0x5afff9[_0x192305(0x166)][_0x192305(0x16c)],this[_0x192305(0x181)]=_0x5afff9[_0x192305(0x166)][_0x192305(0x167)]):_0x14c22a[_0x192305(0x15e)](this[_0x192305(0x186)])&&this[_0x192305(0x175)](_0x3dbd9c[_0x192305(0x16b)](_0x27f41f,this[_0x192305(0x186)]))),this[_0x192305(0x168)]=_0x5afff9[_0x192305(0x17d)];}['shouldWrapCommand'](_0x1804c0){const _0x591381=a53_0x4359b5,_0xcff422={};_0xcff422[_0x591381(0x164)]=function(_0x4f82b2,_0x1c2c65){return _0x4f82b2!==_0x1c2c65;},_0xcff422[_0x591381(0x189)]=_0x591381(0x161),_0xcff422[_0x591381(0x192)]='hWmrd',_0xcff422[_0x591381(0x15f)]=function(_0x349ff9,_0x4fe1df){return _0x349ff9!==_0x4fe1df;};const _0x190b63=_0xcff422;try{if(_0x190b63[_0x591381(0x164)](_0x190b63[_0x591381(0x189)],_0x190b63[_0x591381(0x192)]))return _0x190b63[_0x591381(0x15f)](this['commandsToWrap'][_0x591381(0x15c)](_0x43c39b=>_0x43c39b['name'][_0x591381(0x17c)]()===_0x1804c0[_0x591381(0x17c)]()),-0x1);else{try{return _0x190b63[_0x591381(0x164)](this[_0x591381(0x168)][_0x591381(0x15c)](_0x35aa4a=>_0x35aa4a[_0x591381(0x16e)][_0x591381(0x17c)]()===_0x83a7ba['toLowerCase']()),-0x1);}catch{}return![];}}catch{}return![];}['toJson'](){const _0x214718=a53_0x4359b5,_0x2c988e={};_0x2c988e['asPJz']=function(_0xf9808,_0x33811d){return _0xf9808===_0x33811d;},_0x2c988e[_0x214718(0x17a)]='NYKFt',_0x2c988e['AHePZ']='xfUOu';const _0x58b0b6=_0x2c988e;!fs[_0x214718(0x15e)](this[_0x214718(0x172)])&&(_0x58b0b6[_0x214718(0x169)](_0x58b0b6['bldym'],_0x58b0b6[_0x214718(0x183)])?(!_0x476c42[_0x214718(0x15e)](this['browserstackFolderPath'])&&_0x2d9f57[_0x214718(0x187)](this['browserstackFolderPath']),_0xd46b8d[_0x214718(0x180)](this[_0x214718(0x186)],_0xe64cbc[_0x214718(0x184)]({'scripts':{'scan':this[_0x214718(0x18a)],'getResults':this['getResults'],'getResultsSummary':this[_0x214718(0x16c)],'saveResults':this[_0x214718(0x181)]},'commands':this[_0x214718(0x168)]}))):fs['mkdirSync'](this[_0x214718(0x172)])),fs[_0x214718(0x180)](this['commandsPath'],JSON[_0x214718(0x184)]({'scripts':{'scan':this[_0x214718(0x18a)],'getResults':this[_0x214718(0x171)],'getResultsSummary':this[_0x214718(0x16c)],'saveResults':this[_0x214718(0x181)]},'commands':this[_0x214718(0x168)]}));}[a53_0x4359b5(0x18b)](){const _0x47a907=a53_0x4359b5,_0x59d48b={'JzgvQ':function(_0x440e36,_0x62d566){return _0x440e36!==_0x62d566;},'YtLbp':_0x47a907(0x15b),'ZhJju':_0x47a907(0x188),'EbNwU':function(_0x44f8a5,_0x38e635){return _0x44f8a5(_0x38e635);}};fs[_0x47a907(0x15e)](this['commandsPath'])&&(_0x59d48b[_0x47a907(0x18d)](_0x59d48b[_0x47a907(0x174)],_0x59d48b[_0x47a907(0x179)])?this[_0x47a907(0x175)](_0x59d48b[_0x47a907(0x18c)](require,this['commandsPath'])):(_0x2245eb[_0x47a907(0x166)]&&(this[_0x47a907(0x18a)]=_0x3c23b4[_0x47a907(0x166)][_0x47a907(0x18f)],this[_0x47a907(0x171)]=_0x2a31a8[_0x47a907(0x166)]['getResults'],this[_0x47a907(0x16c)]=_0xcc608c['scripts'][_0x47a907(0x16c)],this[_0x47a907(0x181)]=_0x705bfe['scripts'][_0x47a907(0x167)]),this[_0x47a907(0x168)]=_0x11ec1b['commands']));}}function a53_0x24ae(){const _0x3c7951=['12698eMKkSw','getResults','browserstackFolderPath','path','YtLbp','parseFromJson','37144bKYUZZ','VQFxB','WKlUg','ZhJju','bldym','SFzVf','toLowerCase','commands','QGGXW','21bpkuVc','writeFileSync','saveTestResults','6|5|4|1|0|3|2','AHePZ','stringify','12413740yJPNmy','commandsPath','mkdirSync','pwBxj','eeBxF','performScan','fromJson','EbNwU','JzgvQ','4099040ACFilD','scan','homedir','2394vVpvUq','JXXXZ','exports','297230RSJDTX','nqMPX','findIndex','1125zJcoSQ','existsSync','PCFbl','1056095ZovSdB','YtXkm','40024wYYvtj','qtPgx','PAXNd','join','scripts','saveResults','commandsToWrap','asPJz','dyFcf','LHmlg','getResultsSummary','.browserstack','name','split'];a53_0x24ae=function(){return _0x3c7951;};return a53_0x24ae();}module[a53_0x4359b5(0x193)]=new Scripts();
1
+ const a53_0x31ead7=a53_0x239c;(function(_0xb4d5f5,_0x436b42){const _0x1a8e37=a53_0x239c,_0x438d8e=_0xb4d5f5();while(!![]){try{const _0x1e804f=parseInt(_0x1a8e37(0xf0))/0x1*(-parseInt(_0x1a8e37(0xfc))/0x2)+parseInt(_0x1a8e37(0x127))/0x3+-parseInt(_0x1a8e37(0xee))/0x4*(-parseInt(_0x1a8e37(0xf8))/0x5)+-parseInt(_0x1a8e37(0x106))/0x6+-parseInt(_0x1a8e37(0x10b))/0x7+-parseInt(_0x1a8e37(0xf4))/0x8*(-parseInt(_0x1a8e37(0x107))/0x9)+parseInt(_0x1a8e37(0x10c))/0xa;if(_0x1e804f===_0x436b42)break;else _0x438d8e['push'](_0x438d8e['shift']());}catch(_0x234454){_0x438d8e['push'](_0x438d8e['shift']());}}}(a53_0x4529,0xd9f12));function a53_0x239c(_0x10f08e,_0x2e16ad){const _0x452964=a53_0x4529();return a53_0x239c=function(_0x239c42,_0x47f03c){_0x239c42=_0x239c42-0xed;let _0x175d38=_0x452964[_0x239c42];return _0x175d38;},a53_0x239c(_0x10f08e,_0x2e16ad);}const path=require(a53_0x31ead7(0xf9)),fs=require('fs'),helper=require('../helper');class Scripts{constructor(){const _0x1c4e62=a53_0x31ead7,_0x5ba920={};_0x5ba920[_0x1c4e62(0x11c)]=_0x1c4e62(0x108),_0x5ba920[_0x1c4e62(0x100)]=_0x1c4e62(0x114),_0x5ba920[_0x1c4e62(0x11d)]=_0x1c4e62(0x11b);const _0x149a4c=_0x5ba920,_0x468259=_0x149a4c[_0x1c4e62(0x11c)][_0x1c4e62(0xfb)]('|');let _0x253acd=0x0;while(!![]){switch(_0x468259[_0x253acd++]){case'0':this[_0x1c4e62(0x126)]=null;continue;case'1':this[_0x1c4e62(0xf5)]=path['join'](helper[_0x1c4e62(0x129)](),_0x149a4c['zGOtx']);continue;case'2':this[_0x1c4e62(0x105)]=path[_0x1c4e62(0x116)](this[_0x1c4e62(0xf5)],_0x149a4c[_0x1c4e62(0x11d)]);continue;case'3':this[_0x1c4e62(0x101)]();continue;case'4':this[_0x1c4e62(0xfe)]=null;continue;case'5':this[_0x1c4e62(0x125)]=null;continue;case'6':this[_0x1c4e62(0x110)]=null;continue;}break;}}['parseFromJson'](_0xef11e9){const _0x10e001=a53_0x31ead7,_0x5f5c43={};_0x5f5c43[_0x10e001(0xf3)]=function(_0x1d5456,_0x146465){return _0x1d5456!==_0x146465;},_0x5f5c43['lVxgs']=_0x10e001(0x120);const _0x4bf357=_0x5f5c43;_0xef11e9[_0x10e001(0x10e)]&&(_0x4bf357['zcLbo'](_0x4bf357[_0x10e001(0xf2)],_0x4bf357[_0x10e001(0xf2)])?(!_0x1f77ac[_0x10e001(0x117)](this['browserstackFolderPath'])&&_0x14d72d[_0x10e001(0xf7)](this[_0x10e001(0xf5)]),_0x1be68c[_0x10e001(0xfd)](this[_0x10e001(0x105)],_0x32e62b[_0x10e001(0x111)]({'scripts':{'scan':this[_0x10e001(0x125)],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x10e001(0x126)]},'commands':this['commandsToWrap']}))):(this['performScan']=_0xef11e9[_0x10e001(0x10e)][_0x10e001(0xf6)],this['getResults']=_0xef11e9[_0x10e001(0x10e)]['getResults'],this[_0x10e001(0xfe)]=_0xef11e9[_0x10e001(0x10e)][_0x10e001(0xfe)],this[_0x10e001(0x126)]=_0xef11e9[_0x10e001(0x10e)]['saveResults'])),this[_0x10e001(0x118)]=_0xef11e9['commands'];}[a53_0x31ead7(0x124)](_0x2c4268){const _0x1d6a39=a53_0x31ead7,_0x538ba5={};_0x538ba5[_0x1d6a39(0x103)]=_0x1d6a39(0x102),_0x538ba5[_0x1d6a39(0x115)]=_0x1d6a39(0x114),_0x538ba5['HZecn']=_0x1d6a39(0x11b),_0x538ba5['OCEfX']=function(_0x1bfea0,_0x7fbce8){return _0x1bfea0!==_0x7fbce8;},_0x538ba5[_0x1d6a39(0xfa)]=_0x1d6a39(0x11e),_0x538ba5[_0x1d6a39(0x119)]='ryuWL',_0x538ba5[_0x1d6a39(0x112)]=function(_0x446de8,_0x1034af){return _0x446de8!==_0x1034af;};const _0x246380=_0x538ba5;try{if(_0x246380[_0x1d6a39(0x104)](_0x246380['MdZvs'],_0x246380['loTAL']))return _0x246380[_0x1d6a39(0x112)](this[_0x1d6a39(0x118)]['findIndex'](_0x58c2fe=>_0x58c2fe['name'][_0x1d6a39(0x109)]()===_0x2c4268[_0x1d6a39(0x109)]()),-0x1);else{const _0x5783bc=_0x246380[_0x1d6a39(0x103)][_0x1d6a39(0xfb)]('|');let _0x397b0b=0x0;while(!![]){switch(_0x5783bc[_0x397b0b++]){case'0':this[_0x1d6a39(0xfe)]=null;continue;case'1':this[_0x1d6a39(0x101)]();continue;case'2':this['browserstackFolderPath']=_0xbe1618[_0x1d6a39(0x116)](_0x2e1600[_0x1d6a39(0x129)](),_0x246380[_0x1d6a39(0x115)]);continue;case'3':this['commandsPath']=_0x1e6c8a[_0x1d6a39(0x116)](this[_0x1d6a39(0xf5)],_0x246380[_0x1d6a39(0x121)]);continue;case'4':this[_0x1d6a39(0x110)]=null;continue;case'5':this[_0x1d6a39(0x126)]=null;continue;case'6':this[_0x1d6a39(0x125)]=null;continue;}break;}}}catch{}return![];}[a53_0x31ead7(0x10f)](){const _0x481851=a53_0x31ead7,_0x57f659={};_0x57f659['nYlrO']=function(_0x24d6c1,_0x477715){return _0x24d6c1!==_0x477715;},_0x57f659[_0x481851(0x11a)]=function(_0x4e84a1,_0x39e968){return _0x4e84a1===_0x39e968;},_0x57f659[_0x481851(0xed)]=_0x481851(0x123),_0x57f659[_0x481851(0xff)]=_0x481851(0x122);const _0x5154b9=_0x57f659;if(!fs[_0x481851(0x117)](this[_0x481851(0xf5)])){if(_0x5154b9[_0x481851(0x11a)](_0x5154b9[_0x481851(0xed)],_0x5154b9[_0x481851(0xff)]))return _0x5154b9['nYlrO'](this[_0x481851(0x118)][_0x481851(0x11f)](_0x2a7bda=>_0x2a7bda['name'][_0x481851(0x109)]()===_0x2b13da['toLowerCase']()),-0x1);else fs[_0x481851(0xf7)](this['browserstackFolderPath']);}fs['writeFileSync'](this[_0x481851(0x105)],JSON[_0x481851(0x111)]({'scripts':{'scan':this[_0x481851(0x125)],'getResults':this['getResults'],'getResultsSummary':this[_0x481851(0xfe)],'saveResults':this[_0x481851(0x126)]},'commands':this[_0x481851(0x118)]}));}[a53_0x31ead7(0x101)](){const _0x350223=a53_0x31ead7,_0x119c38={'snxyn':function(_0x4b52ee,_0x4f6160){return _0x4b52ee===_0x4f6160;},'YrjNN':_0x350223(0x12a),'cFVdB':function(_0x42b6aa,_0x118d82){return _0x42b6aa(_0x118d82);}};fs[_0x350223(0x117)](this[_0x350223(0x105)])&&(_0x119c38[_0x350223(0x10d)](_0x119c38[_0x350223(0xf1)],_0x119c38[_0x350223(0xf1)])?this[_0x350223(0x113)](_0x119c38['cFVdB'](require,this['commandsPath'])):(_0x28dcdc[_0x350223(0x10e)]&&(this[_0x350223(0x125)]=_0x5b607e['scripts'][_0x350223(0xf6)],this[_0x350223(0x110)]=_0x380b9d['scripts'][_0x350223(0x110)],this[_0x350223(0xfe)]=_0x3d3508[_0x350223(0x10e)][_0x350223(0xfe)],this['saveTestResults']=_0xbcd9ed[_0x350223(0x10e)][_0x350223(0x128)]),this[_0x350223(0x118)]=_0x5526e5[_0x350223(0xef)]));}}module[a53_0x31ead7(0x10a)]=new Scripts();function a53_0x4529(){const _0x23ce12=['62958TlcDQL','saveResults','homedir','tFcOc','ifwBQ','899488dauTdL','commands','11GiYMtN','YrjNN','lVxgs','zcLbo','16152daJsqw','browserstackFolderPath','scan','mkdirSync','10PQYKJN','path','MdZvs','split','217070FRbBbR','writeFileSync','getResultsSummary','AeFOi','zGOtx','fromJson','6|4|0|5|2|3|1','pNjpN','OCEfX','commandsPath','4756506HZkpsU','2637nVbeoT','5|6|4|0|1|2|3','toLowerCase','exports','2154432ARouIU','21248050zkyUIw','snxyn','scripts','toJson','getResults','stringify','DsNXX','parseFromJson','.browserstack','JAecI','join','existsSync','commandsToWrap','loTAL','oabgU','commands.json','ljEeI','UWvcd','AGYOq','findIndex','OVTCF','HZecn','OfNDL','xEDcp','shouldWrapCommand','performScan','saveTestResults'];a53_0x4529=function(){return _0x23ce12;};return a53_0x4529();}
@@ -1 +1 @@
1
- function a54_0xf06b(_0x3b6e05,_0x348686){var _0x32ef12=a54_0x32ef();return a54_0xf06b=function(_0xf06b8,_0x8fa48e){_0xf06b8=_0xf06b8-0x12e;var _0x13eded=_0x32ef12[_0xf06b8];return _0x13eded;},a54_0xf06b(_0x3b6e05,_0x348686);}var a54_0x22ed03=a54_0xf06b;function a54_0x32ef(){var _0x1eb337=['API_ENDPOINT','2625133yrCspZ','1423701ziwuGh','11MFZTGY','automate-turboscale/v1','https://grid.browserstack.com/dashboard/builds','8aIrlAP','69129mjoOkX','100284suzVmS','exports','57940EFVkgk','7mdxTLv','BUILDS_DASHBOARD_URL','4MIQLZQ','1652605kYbEjP','87512uiYmSc','689nfxqLh','6eXAZcK'];a54_0x32ef=function(){return _0x1eb337;};return a54_0x32ef();}(function(_0x2868d7,_0x2be541){var _0x54acc2=a54_0xf06b,_0x52c8f6=_0x2868d7();while(!![]){try{var _0x3e4210=parseInt(_0x54acc2(0x135))/0x1*(-parseInt(_0x54acc2(0x139))/0x2)+-parseInt(_0x54acc2(0x131))/0x3+-parseInt(_0x54acc2(0x137))/0x4*(-parseInt(_0x54acc2(0x138))/0x5)+-parseInt(_0x54acc2(0x13b))/0x6*(parseInt(_0x54acc2(0x13d))/0x7)+-parseInt(_0x54acc2(0x130))/0x8*(-parseInt(_0x54acc2(0x13e))/0x9)+parseInt(_0x54acc2(0x134))/0xa*(-parseInt(_0x54acc2(0x13f))/0xb)+parseInt(_0x54acc2(0x132))/0xc*(parseInt(_0x54acc2(0x13a))/0xd);if(_0x3e4210===_0x2be541)break;else _0x52c8f6['push'](_0x52c8f6['shift']());}catch(_0xfb491){_0x52c8f6['push'](_0x52c8f6['shift']());}}}(a54_0x32ef,0x3612b));var a54_0x2ac381={};a54_0x2ac381[a54_0x22ed03(0x136)]=a54_0x22ed03(0x12f),a54_0x2ac381[a54_0x22ed03(0x13c)]=a54_0x22ed03(0x12e),module[a54_0x22ed03(0x133)]=a54_0x2ac381;
1
+ var a54_0x1eef42=a54_0x581a;function a54_0xe7ac(){var _0x5b2f3d=['automate-turboscale/v1','10MNxnxe','https://grid.browserstack.com/dashboard/builds','BUILDS_DASHBOARD_URL','30706cxcaJU','9020074tyNqwD','API_ENDPOINT','39KCkiBN','8bvCtpP','17999047QQZeSB','7318575sCPgFr','4355yBDLDJ','1732CiPOzM','1115118AeAyvj','3944058rEgnYi'];a54_0xe7ac=function(){return _0x5b2f3d;};return a54_0xe7ac();}(function(_0x457b28,_0x5319a3){var _0xc0662=a54_0x581a,_0x247454=_0x457b28();while(!![]){try{var _0x553f45=parseInt(_0xc0662(0x164))/0x1*(parseInt(_0xc0662(0x161))/0x2)+parseInt(_0xc0662(0x15c))/0x3+parseInt(_0xc0662(0x15a))/0x4*(-parseInt(_0xc0662(0x159))/0x5)+-parseInt(_0xc0662(0x15b))/0x6+-parseInt(_0xc0662(0x162))/0x7*(parseInt(_0xc0662(0x156))/0x8)+-parseInt(_0xc0662(0x158))/0x9+-parseInt(_0xc0662(0x15e))/0xa*(-parseInt(_0xc0662(0x157))/0xb);if(_0x553f45===_0x5319a3)break;else _0x247454['push'](_0x247454['shift']());}catch(_0x5a7f01){_0x247454['push'](_0x247454['shift']());}}}(a54_0xe7ac,0xd80f1));var a54_0x23b175={};function a54_0x581a(_0x30d5d5,_0xac26d1){var _0xe7ac42=a54_0xe7ac();return a54_0x581a=function(_0x581a71,_0x425b0f){_0x581a71=_0x581a71-0x156;var _0x1d7958=_0xe7ac42[_0x581a71];return _0x1d7958;},a54_0x581a(_0x30d5d5,_0xac26d1);}a54_0x23b175[a54_0x1eef42(0x160)]=a54_0x1eef42(0x15f),a54_0x23b175[a54_0x1eef42(0x163)]=a54_0x1eef42(0x15d),module['exports']=a54_0x23b175;
@@ -1 +1 @@
1
- const a55_0x4eb322=a55_0x1f2b;function a55_0x408e(){const _0x35606a=['gridName','buildTags','NO_GRID_NAME_PASSED','jgwyK','split','rsBqU','getTurboScaleCaps','622521RhtrBc','BROWSERSTACK_BUILD_TAGS','1328796gdlxzC','getTurboScaleGridName','ohdbo','2891136XaXZux','getTurboScaleOptions','turboScaleOptions','aTuTC','vexNS','gnFnw','isTurboScaleSession','yTIPo','42eCdYTi','CGfYn','TxueV','cjbGu','tBkrz','JAhCt','2164725XhkdZa','aIeig','220000dVwdyY','VfjnI','smcMh','212285buEoNI','jrmnq','BROWSERSTACK_TURBOSCALE_GRID_NAME','okElg','KvWji','weYmm','gRDto','vpnQc','options','wyWHv','xFpft','etfxG','buildPriority','iZoHV','FTyLx','aZvYv','OtQUw','BROWSERSTACK_BUILD_PRIORITY','UtPVC','TURBOSCALE_OPTIONS','uDUJr','1655852hGvTwV','env','nYMyC','XDJjX','126QUuqJp','ByzHM','rwmZR','YGrXy','KGxjb','isArray','MtegE','RYNxO','qStbF','turboScale','ULHhs'];a55_0x408e=function(){return _0x35606a;};return a55_0x408e();}function a55_0x1f2b(_0x28c3c2,_0x303aeb){const _0x408e06=a55_0x408e();return a55_0x1f2b=function(_0x1f2b1f,_0x2db41a){_0x1f2b1f=_0x1f2b1f-0x184;let _0x3e36fa=_0x408e06[_0x1f2b1f];return _0x3e36fa;},a55_0x1f2b(_0x28c3c2,_0x303aeb);}(function(_0x32d272,_0x56ee20){const _0xd95853=a55_0x1f2b,_0x5af9f7=_0x32d272();while(!![]){try{const _0x13eaef=-parseInt(_0xd95853(0x187))/0x1+parseInt(_0xd95853(0x1b4))/0x2+-parseInt(_0xd95853(0x189))/0x3+parseInt(_0xd95853(0x18c))/0x4+-parseInt(_0xd95853(0x19f))/0x5*(parseInt(_0xd95853(0x194))/0x6)+parseInt(_0xd95853(0x1b8))/0x7*(parseInt(_0xd95853(0x19c))/0x8)+-parseInt(_0xd95853(0x19a))/0x9;if(_0x13eaef===_0x56ee20)break;else _0x5af9f7['push'](_0x5af9f7['shift']());}catch(_0x21f77d){_0x5af9f7['push'](_0x5af9f7['shift']());}}}(a55_0x408e,0x6c0a5));const constants=require('../../bin/utils/constants');exports[a55_0x4eb322(0x18d)]=()=>{const _0x45ad2f=a55_0x4eb322,_0xbee2b3={};_0xbee2b3[_0x45ad2f(0x193)]=function(_0x42c75a,_0x2df144){return _0x42c75a!==_0x2df144;},_0xbee2b3[_0x45ad2f(0x1bc)]=_0x45ad2f(0x1aa),_0xbee2b3[_0x45ad2f(0x1a3)]='YNhMn';const _0x3932d5=_0xbee2b3;if(!constants[_0x45ad2f(0x1b2)][_0x45ad2f(0x1a7)]){if(_0x3932d5[_0x45ad2f(0x193)](_0x3932d5[_0x45ad2f(0x1bc)],_0x3932d5[_0x45ad2f(0x1a3)]))return{};else _0x251d9a[_0x45ad2f(0x1ab)]=_0x3da696[_0x45ad2f(0x1b5)]['BROWSERSTACK_BUILD_PRIORITY'];}return constants[_0x45ad2f(0x1b2)]['options'];},exports[a55_0x4eb322(0x18a)]=_0x12d388=>{const _0x44101c=a55_0x4eb322,_0x3ce6cf={};_0x3ce6cf[_0x44101c(0x18b)]=_0x44101c(0x1c5),_0x3ce6cf['okElg']=function(_0x2ec5b,_0x251969){return _0x2ec5b===_0x251969;},_0x3ce6cf[_0x44101c(0x1ba)]=_0x44101c(0x1b1),_0x3ce6cf[_0x44101c(0x198)]=function(_0x46bb7a,_0x1e57d6){return _0x46bb7a===_0x1e57d6;},_0x3ce6cf[_0x44101c(0x19b)]=_0x44101c(0x1b9);const _0x3beb60=_0x3ce6cf;if(_0x12d388[_0x44101c(0x18e)]&&_0x12d388[_0x44101c(0x18e)][_0x44101c(0x1c3)]){if(_0x3beb60[_0x44101c(0x1a2)](_0x3beb60[_0x44101c(0x1ba)],_0x3beb60[_0x44101c(0x1ba)]))return _0x12d388[_0x44101c(0x18e)][_0x44101c(0x1c3)];else{if(_0x10431e[_0x44101c(0x18e)]&&_0x30d6f7[_0x44101c(0x18e)][_0x44101c(0x1c3)])return _0x5e8df7[_0x44101c(0x18e)][_0x44101c(0x1c3)];if(_0x3f6575[_0x44101c(0x1b5)][_0x44101c(0x1a1)])return _0x4022a1['env'][_0x44101c(0x1a1)];return _0x3beb60[_0x44101c(0x18b)];}}if(process[_0x44101c(0x1b5)][_0x44101c(0x1a1)])return _0x3beb60[_0x44101c(0x198)](_0x3beb60[_0x44101c(0x19b)],_0x3beb60[_0x44101c(0x19b)])?process[_0x44101c(0x1b5)][_0x44101c(0x1a1)]:{};return _0x3beb60[_0x44101c(0x18b)];},exports[a55_0x4eb322(0x192)]=_0xab2788=>{const _0x3029a6=a55_0x4eb322,_0x51dbcf={};_0x51dbcf[_0x3029a6(0x19e)]=function(_0x2159a5,_0x32fa4e){return _0x2159a5===_0x32fa4e;};const _0x439f97=_0x51dbcf;return _0xab2788&&_0x439f97[_0x3029a6(0x19e)](_0xab2788[_0x3029a6(0x1c1)],!![]);},exports[a55_0x4eb322(0x186)]=(_0xc0b3a7,_0x4ec40d,_0x408c25)=>{const _0x4bd61d=a55_0x4eb322,_0x24dd4c={};_0x24dd4c[_0x4bd61d(0x1b6)]='medium',_0x24dd4c[_0x4bd61d(0x1bb)]=function(_0x3e0e82,_0x2231f8){return _0x3e0e82!==_0x2231f8;},_0x24dd4c[_0x4bd61d(0x1bf)]=_0x4bd61d(0x185),_0x24dd4c[_0x4bd61d(0x1c2)]='xASeY',_0x24dd4c[_0x4bd61d(0x1a6)]=function(_0x2f806e,_0x4357db){return _0x2f806e!==_0x4357db;},_0x24dd4c[_0x4bd61d(0x1c6)]=_0x4bd61d(0x1ad),_0x24dd4c[_0x4bd61d(0x196)]=_0x4bd61d(0x1a4),_0x24dd4c[_0x4bd61d(0x195)]=function(_0x3cd309,_0x1e23e6){return _0x3cd309===_0x1e23e6;},_0x24dd4c[_0x4bd61d(0x1a0)]='zCuNs',_0x24dd4c[_0x4bd61d(0x1a5)]=_0x4bd61d(0x19d),_0x24dd4c[_0x4bd61d(0x199)]=function(_0x69e28f,_0x2dda27){return _0x69e28f!==_0x2dda27;},_0x24dd4c['gnFnw']=_0x4bd61d(0x1a8),_0x24dd4c[_0x4bd61d(0x1b3)]=_0x4bd61d(0x1ae),_0x24dd4c[_0x4bd61d(0x1c0)]=function(_0x10c53c,_0xa5d1f3){return _0x10c53c===_0xa5d1f3;},_0x24dd4c['aTuTC']=_0x4bd61d(0x197),_0x24dd4c[_0x4bd61d(0x1be)]=_0x4bd61d(0x1b7),_0x24dd4c[_0x4bd61d(0x1a9)]=_0x4bd61d(0x1ac),_0x24dd4c[_0x4bd61d(0x1af)]=_0x4bd61d(0x190);const _0x10466c=_0x24dd4c,_0x4025ea={};_0x4025ea[_0x4bd61d(0x1ab)]=_0x10466c[_0x4bd61d(0x1b6)];_0xc0b3a7[_0x4bd61d(0x1c4)]&&(_0x10466c['YGrXy'](_0x10466c[_0x4bd61d(0x1bf)],_0x10466c['ULHhs'])?_0x4025ea[_0x4bd61d(0x1c4)]=Array[_0x4bd61d(0x1bd)](_0xc0b3a7[_0x4bd61d(0x1c4)])?_0xc0b3a7[_0x4bd61d(0x1c4)]:_0xc0b3a7[_0x4bd61d(0x1c4)][_0x4bd61d(0x184)](','):_0x2022ec[_0x4bd61d(0x1c4)]=_0x57aca6['env'][_0x4bd61d(0x188)][_0x4bd61d(0x184)](','));if(process[_0x4bd61d(0x1b5)]['BROWSERSTACK_BUILD_TAGS']){if(_0x10466c[_0x4bd61d(0x1a6)](_0x10466c[_0x4bd61d(0x1c6)],_0x10466c[_0x4bd61d(0x196)]))try{if(_0x10466c[_0x4bd61d(0x195)](_0x10466c[_0x4bd61d(0x1a0)],_0x10466c[_0x4bd61d(0x1a5)])){if(!_0x22adda[_0x4bd61d(0x1b2)][_0x4bd61d(0x1a7)])return{};return _0x1bf8e9[_0x4bd61d(0x1b2)][_0x4bd61d(0x1a7)];}else _0x4025ea['buildTags']=process[_0x4bd61d(0x1b5)]['BROWSERSTACK_BUILD_TAGS'][_0x4bd61d(0x184)](',');}catch{_0x10466c[_0x4bd61d(0x199)](_0x10466c[_0x4bd61d(0x191)],_0x10466c['uDUJr'])?_0x4025ea['buildTags']=process['env'][_0x4bd61d(0x188)]:_0x42a596[_0x4bd61d(0x1ab)]=_0x5bb53e['buildPriority'];}else return _0x383059[_0x4bd61d(0x1b5)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];}if(_0xc0b3a7[_0x4bd61d(0x1ab)]){if(_0x10466c['qStbF'](_0x10466c[_0x4bd61d(0x18f)],_0x10466c[_0x4bd61d(0x1be)]))try{_0x58f104[_0x4bd61d(0x1c4)]=_0x150fb4['env']['BROWSERSTACK_BUILD_TAGS'][_0x4bd61d(0x184)](',');}catch{_0x4e0416[_0x4bd61d(0x1c4)]=_0x2bce71[_0x4bd61d(0x1b5)][_0x4bd61d(0x188)];}else _0x4025ea[_0x4bd61d(0x1ab)]=_0xc0b3a7[_0x4bd61d(0x1ab)];}return process[_0x4bd61d(0x1b5)][_0x4bd61d(0x1b0)]&&(_0x10466c[_0x4bd61d(0x199)](_0x10466c[_0x4bd61d(0x1a9)],_0x10466c[_0x4bd61d(0x1af)])?_0x4025ea[_0x4bd61d(0x1ab)]=process[_0x4bd61d(0x1b5)][_0x4bd61d(0x1b0)]:_0x5d80be[_0x4bd61d(0x1c4)]=_0x236451[_0x4bd61d(0x1bd)](_0x61a60e[_0x4bd61d(0x1c4)])?_0x46d4f9['buildTags']:_0x4d7df6['buildTags'][_0x4bd61d(0x184)](',')),_0x4025ea;};
1
+ const a55_0x5e23ab=a55_0x336a;(function(_0x24ade9,_0x1dee87){const _0x1e42ba=a55_0x336a,_0x5a28d6=_0x24ade9();while(!![]){try{const _0x2cd878=parseInt(_0x1e42ba(0x1c8))/0x1+parseInt(_0x1e42ba(0x1f6))/0x2+-parseInt(_0x1e42ba(0x1cb))/0x3*(-parseInt(_0x1e42ba(0x1d7))/0x4)+-parseInt(_0x1e42ba(0x1c7))/0x5*(-parseInt(_0x1e42ba(0x1fc))/0x6)+parseInt(_0x1e42ba(0x1de))/0x7+parseInt(_0x1e42ba(0x1d1))/0x8*(parseInt(_0x1e42ba(0x1dc))/0x9)+-parseInt(_0x1e42ba(0x1db))/0xa;if(_0x2cd878===_0x1dee87)break;else _0x5a28d6['push'](_0x5a28d6['shift']());}catch(_0x127f7e){_0x5a28d6['push'](_0x5a28d6['shift']());}}}(a55_0x1d44,0x4e101));const constants=require(a55_0x5e23ab(0x1ff));function a55_0x1d44(){const _0x610f49=['xafPb','rgheE','TURBOSCALE_OPTIONS','BROWSERSTACK_TURBOSCALE_GRID_NAME','312366KGdLTK','EWvUZ','OXxTi','../../bin/utils/constants','yEFDZ','BROWSERSTACK_BUILD_TAGS','qxyer','WgMuh','10tNRzPq','269501tccbtT','buildTags','ZMlut','3ANbsbg','EWJPX','UTbYI','RhGpF','SBRTX','cLMPV','40nLEbKc','YdWHy','cftID','zZEQX','turboScaleOptions','wdSco','975956rKWjLa','isArray','zWdSJ','LNgyG','16585980DwrERA','735894ymyaQk','getTurboScaleCaps','3163230nKAQag','aTxQJ','dJQCp','HGviI','isTurboScaleSession','UxzGD','MfFQb','XdEUs','gridName','buildPriority','oEnSO','BROWSERSTACK_BUILD_PRIORITY','env','getTurboScaleOptions','NO_GRID_NAME_PASSED','YYrpB','cwVwC','HSILf','EKsUo','sDhOg','HglaK','taMIF','XXGpq','options','1000022WiWwMk','split'];a55_0x1d44=function(){return _0x610f49;};return a55_0x1d44();}function a55_0x336a(_0x2541b3,_0x116683){const _0x1d448a=a55_0x1d44();return a55_0x336a=function(_0x336a20,_0x4769df){_0x336a20=_0x336a20-0x1c7;let _0x588ed7=_0x1d448a[_0x336a20];return _0x588ed7;},a55_0x336a(_0x2541b3,_0x116683);}exports[a55_0x5e23ab(0x1eb)]=()=>{const _0x1a04b1=a55_0x5e23ab,_0x1638f7={};_0x1638f7[_0x1a04b1(0x1ed)]=function(_0x7e9d,_0x41f24d){return _0x7e9d!==_0x41f24d;},_0x1638f7[_0x1a04b1(0x1f8)]=_0x1a04b1(0x1e4);const _0x33344c=_0x1638f7;if(!constants[_0x1a04b1(0x1fa)][_0x1a04b1(0x1f5)])return _0x33344c[_0x1a04b1(0x1ed)](_0x33344c[_0x1a04b1(0x1f8)],_0x33344c[_0x1a04b1(0x1f8)])?_0x3ce651[_0x1a04b1(0x1d5)]['gridName']:{};return constants[_0x1a04b1(0x1fa)]['options'];},exports['getTurboScaleGridName']=_0x2c51f7=>{const _0x511b49=a55_0x5e23ab,_0x413fe8={};_0x413fe8[_0x511b49(0x1fd)]=function(_0x4f502f,_0x1d61f7){return _0x4f502f===_0x1d61f7;},_0x413fe8['zZEQX']=_0x511b49(0x1da),_0x413fe8[_0x511b49(0x1cc)]=_0x511b49(0x1f3),_0x413fe8[_0x511b49(0x1d9)]=function(_0x262cc6,_0x470ec0){return _0x262cc6!==_0x470ec0;},_0x413fe8['dJQCp']='IkHRb',_0x413fe8[_0x511b49(0x1cd)]='rJTdb',_0x413fe8[_0x511b49(0x1e5)]=_0x511b49(0x1ec);const _0x2defe7=_0x413fe8;if(_0x2c51f7[_0x511b49(0x1d5)]&&_0x2c51f7['turboScaleOptions'][_0x511b49(0x1e6)]){if(_0x2defe7[_0x511b49(0x1fd)](_0x2defe7[_0x511b49(0x1d4)],_0x2defe7[_0x511b49(0x1cc)]))_0x3dd1aa['buildPriority']=_0x2b1252[_0x511b49(0x1ea)][_0x511b49(0x1e9)];else return _0x2c51f7['turboScaleOptions'][_0x511b49(0x1e6)];}if(process[_0x511b49(0x1ea)][_0x511b49(0x1fb)])return _0x2defe7['zWdSJ'](_0x2defe7[_0x511b49(0x1e0)],_0x2defe7[_0x511b49(0x1cd)])?process[_0x511b49(0x1ea)][_0x511b49(0x1fb)]:_0x53f3b5[_0x511b49(0x1ea)][_0x511b49(0x1fb)];return _0x2defe7[_0x511b49(0x1e5)];},exports[a55_0x5e23ab(0x1e2)]=_0x410e00=>{const _0x1f528d=a55_0x5e23ab,_0x4438d8={};_0x4438d8[_0x1f528d(0x1d2)]=function(_0x445480,_0x52e2c1){return _0x445480===_0x52e2c1;};const _0x230192=_0x4438d8;return _0x410e00&&_0x230192[_0x1f528d(0x1d2)](_0x410e00['turboScale'],!![]);},exports[a55_0x5e23ab(0x1dd)]=(_0x5f1616,_0x2b82e9,_0x25965c)=>{const _0x366cbb=a55_0x5e23ab,_0x2d35fd={};_0x2d35fd['HglaK']=_0x366cbb(0x1ec),_0x2d35fd[_0x366cbb(0x1f9)]='medium',_0x2d35fd[_0x366cbb(0x1e8)]=function(_0x3b3349,_0x29ed8e){return _0x3b3349===_0x29ed8e;},_0x2d35fd[_0x366cbb(0x1d6)]=_0x366cbb(0x1e1),_0x2d35fd['RhGpF']=function(_0x424c17,_0x3cd6c1){return _0x424c17!==_0x3cd6c1;},_0x2d35fd[_0x366cbb(0x1f0)]=_0x366cbb(0x203),_0x2d35fd['UxzGD']=_0x366cbb(0x1ee),_0x2d35fd[_0x366cbb(0x1f4)]=_0x366cbb(0x202),_0x2d35fd[_0x366cbb(0x1ef)]=function(_0x53178b,_0x563f09){return _0x53178b===_0x563f09;},_0x2d35fd[_0x366cbb(0x1d0)]=_0x366cbb(0x1ca),_0x2d35fd['aTxQJ']=function(_0x1fe499,_0x54f320){return _0x1fe499!==_0x54f320;},_0x2d35fd[_0x366cbb(0x200)]=_0x366cbb(0x1cf),_0x2d35fd[_0x366cbb(0x1fe)]='HPvmL',_0x2d35fd[_0x366cbb(0x1d3)]=_0x366cbb(0x1f1);const _0x1f0ed8=_0x2d35fd,_0xab51fb={};_0xab51fb[_0x366cbb(0x1e7)]=_0x1f0ed8[_0x366cbb(0x1f9)];_0x5f1616[_0x366cbb(0x1c9)]&&(_0x1f0ed8[_0x366cbb(0x1e8)](_0x1f0ed8[_0x366cbb(0x1d6)],_0x1f0ed8[_0x366cbb(0x1d6)])?_0xab51fb[_0x366cbb(0x1c9)]=Array[_0x366cbb(0x1d8)](_0x5f1616[_0x366cbb(0x1c9)])?_0x5f1616[_0x366cbb(0x1c9)]:_0x5f1616[_0x366cbb(0x1c9)][_0x366cbb(0x1f7)](','):_0x5db056[_0x366cbb(0x1c9)]=_0x1ddcce[_0x366cbb(0x1ea)][_0x366cbb(0x201)][_0x366cbb(0x1f7)](','));if(process[_0x366cbb(0x1ea)]['BROWSERSTACK_BUILD_TAGS']){if(_0x1f0ed8[_0x366cbb(0x1ce)](_0x1f0ed8[_0x366cbb(0x1f0)],_0x1f0ed8[_0x366cbb(0x1f0)])){if(!_0x336764[_0x366cbb(0x1fa)][_0x366cbb(0x1f5)])return{};return _0x568bce['TURBOSCALE_OPTIONS'][_0x366cbb(0x1f5)];}else try{if(_0x1f0ed8['RhGpF'](_0x1f0ed8[_0x366cbb(0x1e3)],_0x1f0ed8[_0x366cbb(0x1f4)]))_0xab51fb[_0x366cbb(0x1c9)]=process['env'][_0x366cbb(0x201)][_0x366cbb(0x1f7)](',');else return{};}catch{if(_0x1f0ed8['HSILf'](_0x1f0ed8[_0x366cbb(0x1d0)],_0x1f0ed8[_0x366cbb(0x1d0)]))_0xab51fb[_0x366cbb(0x1c9)]=process[_0x366cbb(0x1ea)][_0x366cbb(0x201)];else{if(_0x2cee43[_0x366cbb(0x1d5)]&&_0x5cd652['turboScaleOptions'][_0x366cbb(0x1e6)])return _0x25cd9b[_0x366cbb(0x1d5)][_0x366cbb(0x1e6)];if(_0x28f796[_0x366cbb(0x1ea)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return _0x230d18['env'][_0x366cbb(0x1fb)];return _0x1f0ed8[_0x366cbb(0x1f2)];}}}if(_0x5f1616[_0x366cbb(0x1e7)]){if(_0x1f0ed8[_0x366cbb(0x1df)](_0x1f0ed8[_0x366cbb(0x200)],_0x1f0ed8['OXxTi']))_0xab51fb[_0x366cbb(0x1e7)]=_0x5f1616[_0x366cbb(0x1e7)];else try{_0x449e20[_0x366cbb(0x1c9)]=_0x45046c[_0x366cbb(0x1ea)][_0x366cbb(0x201)][_0x366cbb(0x1f7)](',');}catch{_0x19cb7d['buildTags']=_0xde0d85[_0x366cbb(0x1ea)][_0x366cbb(0x201)];}}return process[_0x366cbb(0x1ea)][_0x366cbb(0x1e9)]&&(_0x1f0ed8[_0x366cbb(0x1ce)](_0x1f0ed8['cftID'],_0x1f0ed8[_0x366cbb(0x1d3)])?_0x488f15[_0x366cbb(0x1c9)]=_0x5f58b0[_0x366cbb(0x1d8)](_0x445dc8['buildTags'])?_0x832b11['buildTags']:_0x2815b1[_0x366cbb(0x1c9)][_0x366cbb(0x1f7)](','):_0xab51fb[_0x366cbb(0x1e7)]=process[_0x366cbb(0x1ea)]['BROWSERSTACK_BUILD_PRIORITY']),_0xab51fb;};
@@ -1 +1 @@
1
- function a56_0x26f2(){var _0x32d5d8=['fiWNy','xcodeOrgId','gLSpA','useNewWDA','keychainPath','webkitDebugProxyPort','browserstack.accessKey','keychainPassword','optionalIntentArguments','InMqc','autoAcceptAlerts','chromedriverArgs','2375508Heawcw','BROWSERSTACK_LOCAL_IDENTIFIER','BROWSERSTACK_APP_ID','processArguments','buildName','DkiaG','qmSRL','screenshotWaitTimeout','fullReset','resetOnSessionStartOnly','ignoreHiddenApiPolicyError','chromedriverExecutableDir','language','XruZv','locale','keystorePath','qipgg','allowTestPackages','customSSLCert','tapWithShortPressDuration','localIdentifier','webDriverAgentUrl','wdaStartupRetryInterval','updatedWDABundleId','wdaLaunchTimeout','noSign','deviceName','rerunTests','sbGRs','avd','BROWSERSTACK_AUTOMATION','autoDismissAlerts','FzuCL','browserstack.userName','androidCoverageEndIntent','safariAllowPopups','Wsnxg','BROWSERSTACK_APP','BROWSERSTACK_USERNAME','platformVersion','18609wvayIg','orientation','calendarFormat','BROWSERSTACK_ACCESS_KEY','commandTimeouts','accessKey','skipLogcatCapture','chromeOptions','sendKeyStrategy','enablePerformanceLogging','printPageSourceOnFindFailure','nKwmV','networkSpeed','chromedriverDisableBuildCheck','androidDeviceSocket','locationServicesAuthorized','buildToolsVersion','BROWSERSTACK_LOCAL','BROWSERSTACK_BUILD_NAME','browserstack.projectName','5xlCJom','allowDelayAdb','nativeWebScreenshot','browserstack.user_name','logcatFilterSpecs','appName','interKeyDelay','autoGrantPermissions','CcTek','autoWebview','FlSKq','intentAction','602728ZKUdqQ','EnvCapsMapping','87840etjhwS','keyAlias','DbQgQ','chromedriverChromeMappingFile','autoLaunch','mockLocationApp','simpleIsVisibleCheck','browserstack.rerunTests','logLevel','allowTouchIdEnroll','otherApps','appWaitPackage','wdaConnectionTimeout','skipLogCapture','browserstack.ppp','showXcodeLog','browserstack.access_key','chromedriverUseSystemExecutable','androidDeviceReadyTimeout','enableAsyncExecuteFromHttps','resetKeyboard','iosInstallPause','browserstack.buildIdentifier','preventWDAAttachments','udid','UwVDx','parallelsPerPlatform','androidNaturalOrientation','useCarthageSsl','clearSystemFiles','intentCategory','chromedriverExecutable','app','avdLaunchTimeout','localeScript','enableWebviewDetailsCollection','enforceAppInstall','useKeystore','avdReadyTimeout','nativeWebTap','keystorePassword','androidInstallPath','noReset','unlockKey','bundleId','browserstack.logLevel','skipDeviceInitialization','androidInstallTimeout','appActivity','adbPort','unicodeKeyboard','unlockType','usePrebuiltWDA','3524184NaCNge','browserstack.parallelsPerPlatform','userName','xTzJj','isHeadless','projectName','launchTimeout','reSmP','chromedriverPort','wJQqi','skipUnlock','intentFlags','ZNaWC','lApfj','BROWSERSTACK_BUILD_IDENTIFIER','dKnAi','showIOSLog','appWaitDuration','startIWDP','CHkKQ','keyPassword','avdArgs','iAqxl','safariInitialUrl','1568007nlFzmT','YsjwI','recreateChromeDriverSessions','BROWSERSTACK_USER_NAME','302zxgtfO','safariIgnoreFraudWarning','keepKeyChains','browserstackLocal','BzYGd','safariOpenLinksInBackground','wdaLocalPort','AppiumCaps','4692663RXJUmg','waitForAppScript','disableWindowAnimation','sbvRy','automation','cfLry','browserstack.app','webkitResponseTimeout','browserstack.localIdentifier','eventTimings','systemPort','BROWSERSTACK_RERUN_TESTS','mDQuD'];a56_0x26f2=function(){return _0x32d5d8;};return a56_0x26f2();}function a56_0x1715(_0x300254,_0x22db40){var _0x26f23b=a56_0x26f2();return a56_0x1715=function(_0x171515,_0x4ca5f8){_0x171515=_0x171515-0x123;var _0x3f6e73=_0x26f23b[_0x171515];return _0x3f6e73;},a56_0x1715(_0x300254,_0x22db40);}var a56_0x5e9186=a56_0x1715;(function(_0x4d0733,_0xd55ef7){var _0x3cc1f0=a56_0x1715,_0xb91e6e=_0x4d0733();while(!![]){try{var _0x2d4928=parseInt(_0x3cc1f0(0x1c3))/0x1+parseInt(_0x3cc1f0(0x15a))/0x2*(parseInt(_0x3cc1f0(0x1a3))/0x3)+-parseInt(_0x3cc1f0(0x1c5))/0x4+parseInt(_0x3cc1f0(0x1b7))/0x5*(-parseInt(_0x3cc1f0(0x17b))/0x6)+-parseInt(_0x3cc1f0(0x156))/0x7+-parseInt(_0x3cc1f0(0x13e))/0x8+parseInt(_0x3cc1f0(0x162))/0x9;if(_0x2d4928===_0xd55ef7)break;else _0xb91e6e['push'](_0xb91e6e['shift']());}catch(_0x50cf32){_0xb91e6e['push'](_0xb91e6e['shift']());}}}(a56_0x26f2,0xeedd2),exports['CLICapsMapping']=()=>{var _0x50254a=a56_0x1715,_0x385960={};_0x385960[_0x50254a(0x178)]=_0x50254a(0x1ba),_0x385960[_0x50254a(0x16f)]=_0x50254a(0x19c),_0x385960['nKwmV']=_0x50254a(0x1d5),_0x385960[_0x50254a(0x19b)]=_0x50254a(0x175),_0x385960[_0x50254a(0x141)]='browserstack.buildName',_0x385960[_0x50254a(0x18b)]=_0x50254a(0x1b6),_0x385960[_0x50254a(0x1de)]=_0x50254a(0x1db),_0x385960['BzYGd']=_0x50254a(0x1d3),_0x385960['DkiaG']=_0x50254a(0x13f),_0x385960['YsjwI']='browserstack.local',_0x385960[_0x50254a(0x14d)]=_0x50254a(0x16a),_0x385960[_0x50254a(0x171)]=_0x50254a(0x1cc),_0x385960[_0x50254a(0x154)]=_0x50254a(0x168),_0x385960['CHkKQ']=_0x50254a(0x136),_0x385960['CcTek']='browserstack.automation';var _0x387360=_0x385960,_0x354399={};return _0x354399[_0x50254a(0x140)]=[_0x387360[_0x50254a(0x178)],_0x387360[_0x50254a(0x16f)]],_0x354399[_0x50254a(0x1a8)]=[_0x387360[_0x50254a(0x1ae)],_0x387360[_0x50254a(0x19b)]],_0x354399[_0x50254a(0x17f)]=[_0x387360['xTzJj']],_0x354399['projectName']=[_0x387360[_0x50254a(0x18b)]],_0x354399['buildIdentifier']=[_0x387360[_0x50254a(0x1de)]],_0x354399[_0x50254a(0x123)]=[_0x387360[_0x50254a(0x15e)],_0x387360[_0x50254a(0x180)]],_0x354399[_0x50254a(0x15d)]=[_0x387360[_0x50254a(0x157)]],_0x354399[_0x50254a(0x18f)]=[_0x387360[_0x50254a(0x14d)]],_0x354399[_0x50254a(0x196)]=[_0x387360[_0x50254a(0x171)]],_0x354399[_0x50254a(0x129)]=[_0x387360[_0x50254a(0x154)]],_0x354399['logLevel']=[_0x387360[_0x50254a(0x151)]],_0x354399[_0x50254a(0x166)]=[_0x387360[_0x50254a(0x1bf)]],_0x354399;},exports[a56_0x5e9186(0x1c4)]=()=>{var _0x5abd9e=a56_0x5e9186,_0x47205e={};_0x47205e['ZNaWC']=_0x5abd9e(0x1a1),_0x47205e[_0x5abd9e(0x181)]=_0x5abd9e(0x159),_0x47205e[_0x5abd9e(0x19f)]=_0x5abd9e(0x1a6),_0x47205e['JQQlx']=_0x5abd9e(0x1b5),_0x47205e[_0x5abd9e(0x16e)]='BROWSERSTACK_PROJECT_NAME',_0x47205e[_0x5abd9e(0x147)]=_0x5abd9e(0x14c),_0x47205e[_0x5abd9e(0x1c7)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x47205e[_0x5abd9e(0x188)]=_0x5abd9e(0x1b4),_0x47205e[_0x5abd9e(0x14b)]=_0x5abd9e(0x17c),_0x47205e[_0x5abd9e(0x197)]=_0x5abd9e(0x16d),_0x47205e[_0x5abd9e(0x165)]=_0x5abd9e(0x17d),_0x47205e[_0x5abd9e(0x167)]=_0x5abd9e(0x1a0),_0x47205e['reSmP']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x47205e['FlSKq']=_0x5abd9e(0x199);var _0x2474d=_0x47205e,_0x359075={};return _0x359075['userName']=[_0x2474d[_0x5abd9e(0x14a)],_0x2474d[_0x5abd9e(0x181)]],_0x359075['accessKey']=[_0x2474d[_0x5abd9e(0x19f)]],_0x359075['buildName']=[_0x2474d['JQQlx']],_0x359075[_0x5abd9e(0x143)]=[_0x2474d[_0x5abd9e(0x16e)]],_0x359075['buildIdentifier']=[_0x2474d[_0x5abd9e(0x147)]],_0x359075['parallelsPerPlatform']=[_0x2474d[_0x5abd9e(0x1c7)]],_0x359075[_0x5abd9e(0x15d)]=[_0x2474d[_0x5abd9e(0x188)]],_0x359075[_0x5abd9e(0x18f)]=[_0x2474d[_0x5abd9e(0x14b)]],_0x359075[_0x5abd9e(0x196)]=[_0x2474d['sbGRs']],_0x359075[_0x5abd9e(0x129)]=[_0x2474d[_0x5abd9e(0x165)],_0x2474d['cfLry']],_0x359075[_0x5abd9e(0x1cd)]=[_0x2474d[_0x5abd9e(0x145)]],_0x359075[_0x5abd9e(0x166)]=[_0x2474d[_0x5abd9e(0x1c1)]],_0x359075;},exports[a56_0x5e9186(0x161)]=()=>['automationName',a56_0x5e9186(0x1a2),a56_0x5e9186(0x195),'newCommandTimeout',a56_0x5e9186(0x129),a56_0x5e9186(0x1dd),a56_0x5e9186(0x187),a56_0x5e9186(0x189),a56_0x5e9186(0x1a4),a56_0x5e9186(0x1c0),a56_0x5e9186(0x133),a56_0x5e9186(0x183),a56_0x5e9186(0x126),a56_0x5e9186(0x16b),a56_0x5e9186(0x1ac),a56_0x5e9186(0x1cf),a56_0x5e9186(0x1ad),a56_0x5e9186(0x139),'appPackage','appWaitActivity',a56_0x5e9186(0x1d0),a56_0x5e9186(0x14f),'deviceReadyTimeout',a56_0x5e9186(0x18c),'androidCoverage',a56_0x5e9186(0x19d),a56_0x5e9186(0x1d7),a56_0x5e9186(0x13a),a56_0x5e9186(0x1b1),a56_0x5e9186(0x138),a56_0x5e9186(0x132),a56_0x5e9186(0x198),a56_0x5e9186(0x12a),a56_0x5e9186(0x12f),a56_0x5e9186(0x153),a56_0x5e9186(0x12e),a56_0x5e9186(0x18a),a56_0x5e9186(0x131),a56_0x5e9186(0x1c6),a56_0x5e9186(0x152),a56_0x5e9186(0x128),a56_0x5e9186(0x17a),a56_0x5e9186(0x186),a56_0x5e9186(0x1c8),a56_0x5e9186(0x1d6),a56_0x5e9186(0x146),'chromedriverPorts',a56_0x5e9186(0x1b0),'autoWebviewTimeout',a56_0x5e9186(0x1c2),a56_0x5e9186(0x127),a56_0x5e9186(0x149),a56_0x5e9186(0x177),'dontStopAppOnReset',a56_0x5e9186(0x13b),a56_0x5e9186(0x1d9),a56_0x5e9186(0x194),'ignoreUnimportantViews','disableAndroidWatchers',a56_0x5e9186(0x1aa),a56_0x5e9186(0x158),a56_0x5e9186(0x1b9),'androidScreenshotPath',a56_0x5e9186(0x1af),'gpsEnabled',a56_0x5e9186(0x142),'adbExecTimeout',a56_0x5e9186(0x12b),a56_0x5e9186(0x137),a56_0x5e9186(0x1be),a56_0x5e9186(0x124),a56_0x5e9186(0x16c),'remoteAdbHost',a56_0x5e9186(0x148),a56_0x5e9186(0x13c),a56_0x5e9186(0x134),a56_0x5e9186(0x1c9),a56_0x5e9186(0x1a9),'uninstallOtherPackages',a56_0x5e9186(0x164),a56_0x5e9186(0x1b3),a56_0x5e9186(0x12d),'ensureWebviewsHavePages','webviewDevtoolsPort',a56_0x5e9186(0x12c),'remoteAppsCacheLimit',a56_0x5e9186(0x1a5),a56_0x5e9186(0x135),a56_0x5e9186(0x144),'locationServicesEnabled',a56_0x5e9186(0x1b2),a56_0x5e9186(0x179),a56_0x5e9186(0x19a),'nativeInstrumentsLib',a56_0x5e9186(0x130),a56_0x5e9186(0x155),a56_0x5e9186(0x19e),a56_0x5e9186(0x15b),a56_0x5e9186(0x15f),a56_0x5e9186(0x15c),'localizableStringsDir',a56_0x5e9186(0x17e),a56_0x5e9186(0x1bd),a56_0x5e9186(0x14e),a56_0x5e9186(0x1ab),a56_0x5e9186(0x169),a56_0x5e9186(0x182),'remoteDebugProxy',a56_0x5e9186(0x1d8),a56_0x5e9186(0x1d2),a56_0x5e9186(0x174),'fullContextList',a56_0x5e9186(0x163),'webviewConnectRetries',a56_0x5e9186(0x1bc),a56_0x5e9186(0x18d),a56_0x5e9186(0x18e),'scaleFactor',a56_0x5e9186(0x160),a56_0x5e9186(0x1d4),a56_0x5e9186(0x1da),'xcodeConfigFile',a56_0x5e9186(0x176),a56_0x5e9186(0x13d),a56_0x5e9186(0x1dc),a56_0x5e9186(0x190),a56_0x5e9186(0x173),a56_0x5e9186(0x172),a56_0x5e9186(0x193),a56_0x5e9186(0x1d1),a56_0x5e9186(0x170),'xcodeSigningId',a56_0x5e9186(0x192),a56_0x5e9186(0x184),a56_0x5e9186(0x1a7),'wdaStartupRetries',a56_0x5e9186(0x191),'connectHardwareKeyboard','maxTypingFrequency',a56_0x5e9186(0x1cb),a56_0x5e9186(0x125),'shouldUseSingletonTestManager',a56_0x5e9186(0x150),a56_0x5e9186(0x1ce),a56_0x5e9186(0x185),a56_0x5e9186(0x1ca),'logcatFormat',a56_0x5e9186(0x1bb),a56_0x5e9186(0x1b8)]);
1
+ var a56_0x4bf4bd=a56_0x3a40;function a56_0x3a40(_0x48e48d,_0x383af2){var _0x61e30c=a56_0x61e3();return a56_0x3a40=function(_0x3a40d5,_0x366d3d){_0x3a40d5=_0x3a40d5-0x1c5;var _0x3a5747=_0x61e30c[_0x3a40d5];return _0x3a5747;},a56_0x3a40(_0x48e48d,_0x383af2);}function a56_0x61e3(){var _0x2b0271=['androidCoverage','yUojV','appWaitActivity','enablePerformanceLogging','resetKeyboard','resetOnSessionStartOnly','skipUnlock','customSSLCert','automation','6124xEzITW','appActivity','unlockKey','iosInstallPause','autoDismissAlerts','scaleFactor','keystorePath','eventTimings','keyAlias','tapWithShortPressDuration','wdaLaunchTimeout','xcodeSigningId','processArguments','970JRDIQF','launchTimeout','BROWSERSTACK_AUTOMATION','HiFyS','safariAllowPopups','BROWSERSTACK_OBSERVABILITY_DEBUG','mockLocationApp','unicodeKeyboard','EnvCapsMapping','buildToolsVersion','AByPL','avd','chromedriverPort','QEUzs','noSign','nativeWebScreenshot','connectHardwareKeyboard','language','browserstack.automation','adbExecTimeout','enforceAppInstall','SQbvI','jMNEM','appPackage','SbxAi','browserstack.buildName','locationServicesEnabled','webviewConnectRetries','userName','nativeWebTap','unlockType','keepKeyChains','locationServicesAuthorized','webkitDebugProxyPort','skipLogCapture','useCarthageSsl','appWaitDuration','BROWSERSTACK_BUILD_IDENTIFIER','projectName','1678560BBvsXj','chromeOptions','YhNJv','4974yQzvnk','calendarFormat','dontStopAppOnReset','BROWSERSTACK_USER_NAME','orientation','androidDeviceSocket','networkSpeed','skipLogcatCapture','allowTouchIdEnroll','ensureWebviewsHavePages','rerunTests','GaOaJ','remoteDebugProxy','app','351239EonsRs','aCyCh','browserstackLocal','FZxHo','DSuHW','wdaStartupRetryInterval','buildName','simpleIsVisibleCheck','webviewDevtoolsPort','chromedriverChromeMappingFile','avdArgs','chromedriverUseSystemExecutable','autoLaunch','browserstack.rerunTests','deviceName','localIdentifier','PRDJn','browserstack.access_key','deviceReadyTimeout','BROWSERSTACK_PARALLELS_PER_PLATFORM','androidScreenshotPath','Dsqkb','logcatFilterSpecs','PkqQQ','fullContextList','hPntL','wdaConnectionTimeout','locale','autoWebviewTimeout','autoWebview','optionalIntentArguments','usePrebuiltWDA','BROWSERSTACK_APP_ID','androidDeviceReadyTimeout','parallelsPerPlatform','disableAndroidWatchers','buildIdentifier','webDriverAgentUrl','accessKey','enableWebviewDetailsCollection','Sckfh','BROWSERSTACK_PROJECT_NAME','bundleId','BROWSERSTACK_USERNAME','13195620AxzWLj','showXcodeLog','96vTeqYV','otherApps','remoteAppsCacheLimit','browserstack.projectName','platformVersion','BROWSERSTACK_APP','qWHOa','ExVSz','androidCoverageEndIntent','fullReset','screenshotWaitTimeout','commandTimeouts','safariOpenLinksInBackground','chromedriverArgs','jjNrU','clearSystemFiles','useKeystore','disableWindowAnimation','logLevel','udid','browserstack.user_name','6503868MQwVhU','chromedriverDisableBuildCheck','gpsEnabled','androidInstallTimeout','WVhGP','BROWSERSTACK_BUILD_NAME','MuhHv','localeScript','safariIgnoreFraudWarning','71308ExcQgq','browserstack.accessKey','allowTestPackages','androidInstallPath','adbPort','updatedWDABundleId','maxTypingFrequency','browserstack.ppp','YQnAk','IFRQV','interKeyDelay','recreateChromeDriverSessions','yCMWy','BROWSERSTACK_RERUN_TESTS','intentCategory','ignoreUnimportantViews','cnizW','uninstallOtherPackages','282QWRcnq','safariInitialUrl','preventWDAAttachments','pdUXz','keychainPath','chromedriverExecutableDir','browserstack.local'];a56_0x61e3=function(){return _0x2b0271;};return a56_0x61e3();}(function(_0x23951b,_0x1eeb17){var _0x22b966=a56_0x3a40,_0xf7f131=_0x23951b();while(!![]){try{var _0x4f562f=parseInt(_0x22b966(0x1f5))/0x1+parseInt(_0x22b966(0x24e))/0x2*(-parseInt(_0x22b966(0x207))/0x3)+-parseInt(_0x22b966(0x217))/0x4*(-parseInt(_0x22b966(0x224))/0x5)+parseInt(_0x22b966(0x24b))/0x6+-parseInt(_0x22b966(0x25c))/0x7*(parseInt(_0x22b966(0x1d7))/0x8)+-parseInt(_0x22b966(0x1ec))/0x9+parseInt(_0x22b966(0x1d5))/0xa;if(_0x4f562f===_0x1eeb17)break;else _0xf7f131['push'](_0xf7f131['shift']());}catch(_0x1e5636){_0xf7f131['push'](_0xf7f131['shift']());}}}(a56_0x61e3,0x63e02),exports['CLICapsMapping']=()=>{var _0x89233a=a56_0x3a40,_0x50b735={};_0x50b735[_0x89233a(0x205)]=_0x89233a(0x1eb),_0x50b735[_0x89233a(0x1f2)]='browserstack.userName',_0x50b735['OqYXB']=_0x89233a(0x26d),_0x50b735[_0x89233a(0x1d1)]=_0x89233a(0x1f6),_0x50b735[_0x89233a(0x201)]=_0x89233a(0x23d),_0x50b735[_0x89233a(0x239)]=_0x89233a(0x1da),_0x50b735[_0x89233a(0x20f)]='browserstack.buildIdentifier',_0x50b735[_0x89233a(0x1fe)]=_0x89233a(0x1fc),_0x50b735['aCyCh']='browserstack.parallelsPerPlatform',_0x50b735[_0x89233a(0x20a)]=_0x89233a(0x20d),_0x50b735['hPntL']='browserstack.localIdentifier',_0x50b735[_0x89233a(0x231)]=_0x89233a(0x269),_0x50b735['SbxAi']='browserstack.app',_0x50b735[_0x89233a(0x260)]='browserstack.logLevel',_0x50b735[_0x89233a(0x25f)]=_0x89233a(0x236);var _0x5e3d7f=_0x50b735,_0x3f9eb3={};return _0x3f9eb3[_0x89233a(0x240)]=[_0x5e3d7f[_0x89233a(0x205)],_0x5e3d7f[_0x89233a(0x1f2)]],_0x3f9eb3['accessKey']=[_0x5e3d7f['OqYXB'],_0x5e3d7f[_0x89233a(0x1d1)]],_0x3f9eb3[_0x89233a(0x262)]=[_0x5e3d7f[_0x89233a(0x201)]],_0x3f9eb3['projectName']=[_0x5e3d7f['SQbvI']],_0x3f9eb3[_0x89233a(0x1cd)]=[_0x5e3d7f[_0x89233a(0x20f)]],_0x3f9eb3[_0x89233a(0x1cb)]=[_0x5e3d7f[_0x89233a(0x1fe)],_0x5e3d7f[_0x89233a(0x25d)]],_0x3f9eb3[_0x89233a(0x25e)]=[_0x5e3d7f[_0x89233a(0x20a)]],_0x3f9eb3[_0x89233a(0x26b)]=[_0x5e3d7f[_0x89233a(0x275)]],_0x3f9eb3['rerunTests']=[_0x5e3d7f[_0x89233a(0x231)]],_0x3f9eb3[_0x89233a(0x25b)]=[_0x5e3d7f[_0x89233a(0x23c)]],_0x3f9eb3[_0x89233a(0x1e9)]=[_0x5e3d7f[_0x89233a(0x260)]],_0x3f9eb3[_0x89233a(0x216)]=[_0x5e3d7f[_0x89233a(0x25f)]],_0x3f9eb3;},exports[a56_0x4bf4bd(0x22c)]=()=>{var _0x56c3f2=a56_0x4bf4bd,_0x516e47={};_0x516e47['ExVSz']=_0x56c3f2(0x1d4),_0x516e47['JTQkT']=_0x56c3f2(0x251),_0x516e47[_0x56c3f2(0x227)]='BROWSERSTACK_ACCESS_KEY',_0x516e47[_0x56c3f2(0x1e5)]=_0x56c3f2(0x1f1),_0x516e47['YhNJv']=_0x56c3f2(0x1d2),_0x516e47['AByPL']=_0x56c3f2(0x249),_0x516e47[_0x56c3f2(0x1f0)]=_0x56c3f2(0x26f),_0x516e47[_0x56c3f2(0x23a)]='BROWSERSTACK_LOCAL',_0x516e47[_0x56c3f2(0x26c)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x516e47[_0x56c3f2(0x271)]=_0x56c3f2(0x202),_0x516e47[_0x56c3f2(0x1fd)]=_0x56c3f2(0x1c9),_0x516e47[_0x56c3f2(0x1dd)]=_0x56c3f2(0x1dc),_0x516e47['GaOaJ']=_0x56c3f2(0x229),_0x516e47[_0x56c3f2(0x273)]=_0x56c3f2(0x226);var _0x332b50=_0x516e47,_0x15d86a={};return _0x15d86a[_0x56c3f2(0x240)]=[_0x332b50[_0x56c3f2(0x1de)],_0x332b50['JTQkT']],_0x15d86a[_0x56c3f2(0x1cf)]=[_0x332b50[_0x56c3f2(0x227)]],_0x15d86a['buildName']=[_0x332b50['jjNrU']],_0x15d86a[_0x56c3f2(0x24a)]=[_0x332b50[_0x56c3f2(0x24d)]],_0x15d86a[_0x56c3f2(0x1cd)]=[_0x332b50[_0x56c3f2(0x22e)]],_0x15d86a[_0x56c3f2(0x1cb)]=[_0x332b50['WVhGP']],_0x15d86a[_0x56c3f2(0x25e)]=[_0x332b50[_0x56c3f2(0x23a)]],_0x15d86a[_0x56c3f2(0x26b)]=[_0x332b50['PRDJn']],_0x15d86a[_0x56c3f2(0x258)]=[_0x332b50[_0x56c3f2(0x271)]],_0x15d86a[_0x56c3f2(0x25b)]=[_0x332b50[_0x56c3f2(0x1fd)],_0x332b50[_0x56c3f2(0x1dd)]],_0x15d86a['logLevel']=[_0x332b50[_0x56c3f2(0x259)]],_0x15d86a[_0x56c3f2(0x216)]=[_0x332b50[_0x56c3f2(0x273)]],_0x15d86a;},exports['AppiumCaps']=()=>['automationName',a56_0x4bf4bd(0x1db),a56_0x4bf4bd(0x26a),'newCommandTimeout',a56_0x4bf4bd(0x25b),a56_0x4bf4bd(0x1ea),a56_0x4bf4bd(0x235),a56_0x4bf4bd(0x277),a56_0x4bf4bd(0x252),a56_0x4bf4bd(0x1c6),'noReset',a56_0x4bf4bd(0x1e0),a56_0x4bf4bd(0x1e6),a56_0x4bf4bd(0x21e),a56_0x4bf4bd(0x211),a56_0x4bf4bd(0x1d8),'printPageSourceOnFindFailure',a56_0x4bf4bd(0x218),a56_0x4bf4bd(0x23b),a56_0x4bf4bd(0x210),'appWaitPackage',a56_0x4bf4bd(0x248),a56_0x4bf4bd(0x26e),a56_0x4bf4bd(0x1f7),a56_0x4bf4bd(0x20e),a56_0x4bf4bd(0x1df),a56_0x4bf4bd(0x1ca),a56_0x4bf4bd(0x1f9),a56_0x4bf4bd(0x253),a56_0x4bf4bd(0x1ef),a56_0x4bf4bd(0x1f8),a56_0x4bf4bd(0x22f),'avdLaunchTimeout','avdReadyTimeout',a56_0x4bf4bd(0x266),a56_0x4bf4bd(0x1e7),a56_0x4bf4bd(0x21d),'keystorePassword',a56_0x4bf4bd(0x21f),'keyPassword','chromedriverExecutable',a56_0x4bf4bd(0x1e4),a56_0x4bf4bd(0x20c),a56_0x4bf4bd(0x265),a56_0x4bf4bd(0x267),a56_0x4bf4bd(0x230),'chromedriverPorts',a56_0x4bf4bd(0x1ed),a56_0x4bf4bd(0x1c5),'intentAction',a56_0x4bf4bd(0x203),'intentFlags',a56_0x4bf4bd(0x1c7),a56_0x4bf4bd(0x250),a56_0x4bf4bd(0x22b),a56_0x4bf4bd(0x212),a56_0x4bf4bd(0x232),a56_0x4bf4bd(0x204),a56_0x4bf4bd(0x1cc),a56_0x4bf4bd(0x24c),a56_0x4bf4bd(0x200),a56_0x4bf4bd(0x233),a56_0x4bf4bd(0x270),a56_0x4bf4bd(0x254),a56_0x4bf4bd(0x1ee),'isHeadless',a56_0x4bf4bd(0x237),a56_0x4bf4bd(0x1f3),'skipDeviceInitialization','autoGrantPermissions','androidNaturalOrientation','systemPort','remoteAdbHost',a56_0x4bf4bd(0x214),a56_0x4bf4bd(0x242),a56_0x4bf4bd(0x219),a56_0x4bf4bd(0x268),a56_0x4bf4bd(0x255),a56_0x4bf4bd(0x206),a56_0x4bf4bd(0x1e8),a56_0x4bf4bd(0x22d),a56_0x4bf4bd(0x238),a56_0x4bf4bd(0x257),a56_0x4bf4bd(0x264),a56_0x4bf4bd(0x1d0),a56_0x4bf4bd(0x1d9),a56_0x4bf4bd(0x24f),a56_0x4bf4bd(0x1d3),a56_0x4bf4bd(0x225),a56_0x4bf4bd(0x23e),a56_0x4bf4bd(0x244),'autoAcceptAlerts',a56_0x4bf4bd(0x21b),'nativeInstrumentsLib',a56_0x4bf4bd(0x241),a56_0x4bf4bd(0x208),a56_0x4bf4bd(0x228),a56_0x4bf4bd(0x1f4),a56_0x4bf4bd(0x1e3),a56_0x4bf4bd(0x243),'localizableStringsDir',a56_0x4bf4bd(0x223),a56_0x4bf4bd(0x1ff),'showIOSLog','sendKeyStrategy','webkitResponseTimeout',a56_0x4bf4bd(0x1e1),a56_0x4bf4bd(0x25a),'enableAsyncExecuteFromHttps',a56_0x4bf4bd(0x246),a56_0x4bf4bd(0x245),a56_0x4bf4bd(0x274),'waitForAppScript',a56_0x4bf4bd(0x23f),'appName',a56_0x4bf4bd(0x215),a56_0x4bf4bd(0x220),a56_0x4bf4bd(0x21c),'wdaLocalPort',a56_0x4bf4bd(0x1d6),a56_0x4bf4bd(0x21a),'xcodeConfigFile','keychainPassword',a56_0x4bf4bd(0x1c8),a56_0x4bf4bd(0x209),a56_0x4bf4bd(0x1ce),a56_0x4bf4bd(0x20b),'useNewWDA',a56_0x4bf4bd(0x221),a56_0x4bf4bd(0x276),'xcodeOrgId',a56_0x4bf4bd(0x222),a56_0x4bf4bd(0x1fa),a56_0x4bf4bd(0x213),a56_0x4bf4bd(0x1e2),'wdaStartupRetries',a56_0x4bf4bd(0x261),a56_0x4bf4bd(0x234),a56_0x4bf4bd(0x1fb),a56_0x4bf4bd(0x263),a56_0x4bf4bd(0x247),'shouldUseSingletonTestManager','startIWDP',a56_0x4bf4bd(0x256),'ignoreHiddenApiPolicyError',a56_0x4bf4bd(0x22a),'logcatFormat',a56_0x4bf4bd(0x272),'allowDelayAdb']);
@@ -1 +1 @@
1
- var a57_0x1702b3=a57_0x4d33;(function(_0x595b02,_0x5aa7f5){var _0x2489e9=a57_0x4d33,_0x2db8ee=_0x595b02();while(!![]){try{var _0x272fe5=-parseInt(_0x2489e9(0x190))/0x1*(parseInt(_0x2489e9(0x197))/0x2)+-parseInt(_0x2489e9(0x192))/0x3*(-parseInt(_0x2489e9(0x18e))/0x4)+-parseInt(_0x2489e9(0x196))/0x5+parseInt(_0x2489e9(0x194))/0x6+-parseInt(_0x2489e9(0x191))/0x7*(-parseInt(_0x2489e9(0x18f))/0x8)+-parseInt(_0x2489e9(0x19c))/0x9*(parseInt(_0x2489e9(0x19b))/0xa)+parseInt(_0x2489e9(0x199))/0xb;if(_0x272fe5===_0x5aa7f5)break;else _0x2db8ee['push'](_0x2db8ee['shift']());}catch(_0x49b29a){_0x2db8ee['push'](_0x2db8ee['shift']());}}}(a57_0x128f,0x66b34));function a57_0x128f(){var _0x3d75e1=['3992480avxtfQ','146834TbvdWW','setGlobal','4344648pnuRDh','browserStackGlobals','6075490StxsOT','9eIBKaw','28052lPiRAU','1488XoFPun','1ObHivE','24094dbEymE','186bXCsVB','__instance','2580816WeLwxL','getGlobal'];a57_0x128f=function(){return _0x3d75e1;};return a57_0x128f();}function a57_0x4d33(_0x444879,_0x136fdd){var _0x128feb=a57_0x128f();return a57_0x4d33=function(_0x4d3399,_0x576a35){_0x4d3399=_0x4d3399-0x18e;var _0x5999de=_0x128feb[_0x4d3399];return _0x5999de;},a57_0x4d33(_0x444879,_0x136fdd);}class Global{static [a57_0x1702b3(0x193)];constructor(){var _0x15f0cb=a57_0x1702b3;if(Global[_0x15f0cb(0x193)])return Global[_0x15f0cb(0x193)];this['browserStackGlobals']=global,Global[_0x15f0cb(0x193)]=this;}[a57_0x1702b3(0x198)](_0x456b24,_0x1824f7){this['browserStackGlobals'][_0x456b24]=_0x1824f7;}[a57_0x1702b3(0x195)](_0x484954){var _0x3e7307=a57_0x1702b3;return this[_0x3e7307(0x19a)][_0x484954];}}module['exports']=new Global();
1
+ function a57_0x6e75(){var _0x2204cb=['6enBiIC','546994xYFamF','__instance','32TUyNXt','1349300RiZRea','596825QPVZhe','290908HoJGgD','3048597HDaqFQ','setGlobal','getGlobal','browserStackGlobals','126897Wtgyut','18uehQhP','1405569cjOvaR'];a57_0x6e75=function(){return _0x2204cb;};return a57_0x6e75();}function a57_0x17a8(_0x56f1cc,_0x343fce){var _0x6e755=a57_0x6e75();return a57_0x17a8=function(_0x17a885,_0x175225){_0x17a885=_0x17a885-0x15e;var _0x362e80=_0x6e755[_0x17a885];return _0x362e80;},a57_0x17a8(_0x56f1cc,_0x343fce);}var a57_0x1e5cd4=a57_0x17a8;(function(_0x5a169c,_0x4fadd){var _0x45b3aa=a57_0x17a8,_0x46e909=_0x5a169c();while(!![]){try{var _0x11268f=parseInt(_0x45b3aa(0x163))/0x1*(parseInt(_0x45b3aa(0x166))/0x2)+parseInt(_0x45b3aa(0x165))/0x3+-parseInt(_0x45b3aa(0x15e))/0x4+-parseInt(_0x45b3aa(0x16b))/0x5*(parseInt(_0x45b3aa(0x164))/0x6)+-parseInt(_0x45b3aa(0x167))/0x7*(parseInt(_0x45b3aa(0x169))/0x8)+parseInt(_0x45b3aa(0x15f))/0x9+-parseInt(_0x45b3aa(0x16a))/0xa;if(_0x11268f===_0x4fadd)break;else _0x46e909['push'](_0x46e909['shift']());}catch(_0x2c8171){_0x46e909['push'](_0x46e909['shift']());}}}(a57_0x6e75,0x4b97b));class Global{static [a57_0x1e5cd4(0x168)];constructor(){var _0x7b2cb=a57_0x1e5cd4;if(Global['__instance'])return Global['__instance'];this[_0x7b2cb(0x162)]=global,Global[_0x7b2cb(0x168)]=this;}[a57_0x1e5cd4(0x160)](_0x857654,_0xf007aa){var _0x2deed7=a57_0x1e5cd4;this[_0x2deed7(0x162)][_0x857654]=_0xf007aa;}[a57_0x1e5cd4(0x161)](_0x566717){return this['browserStackGlobals'][_0x566717];}}module['exports']=new Global();