browserstack-node-sdk 1.34.37 → 1.34.39

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 (134) 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/createHubHaStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  30. package/ats/src/utils/deleteStack.js +1 -1
  31. package/ats/src/utils/describeStack.js +1 -1
  32. package/ats/src/utils/gridComponents.js +1 -1
  33. package/ats/src/utils/hstUtils.js +1 -1
  34. package/ats/src/utils/instrumentationUtils.js +1 -1
  35. package/ats/src/utils/userInput.js +1 -1
  36. package/ats/src/utils/utilityMethods.js +1 -1
  37. package/ats/src/utils/webSocketUtils.js +1 -1
  38. package/package.json +1 -1
  39. package/src/ai-sdk-node/bundle.js +1 -1
  40. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  41. package/src/bin/codeceptjs/command.js +1 -1
  42. package/src/bin/codeceptjs/helper.js +1 -1
  43. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  44. package/src/bin/cucumber-js/command.js +1 -1
  45. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  47. package/src/bin/cucumber-js/test-observability.js +1 -1
  48. package/src/bin/cucumber-js/test.setup.js +1 -1
  49. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  50. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  51. package/src/bin/integrations/command.js +1 -1
  52. package/src/bin/integrations/constants.js +1 -1
  53. package/src/bin/jest/command.js +1 -1
  54. package/src/bin/jest/customImplements/customCircus.js +1 -1
  55. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  56. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  57. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  58. package/src/bin/jest/jest.setup.js +1 -1
  59. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  60. package/src/bin/jest/test-observability/helper.js +1 -1
  61. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  62. package/src/bin/jest/test-observability/test-details.js +1 -1
  63. package/src/bin/jest/test_before.setup.js +1 -1
  64. package/src/bin/launcher/launcher.js +1 -1
  65. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  66. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  67. package/src/bin/mocha/command.js +1 -1
  68. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  69. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  70. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  71. package/src/bin/mocha/test.setup.js +1 -1
  72. package/src/bin/nightwatch/command.js +1 -1
  73. package/src/bin/playwright/accessibility-helper.js +1 -1
  74. package/src/bin/playwright/command.js +1 -1
  75. package/src/bin/playwright/globalSetup.js +1 -1
  76. package/src/bin/playwright/mock-process.js +1 -1
  77. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  78. package/src/bin/playwright/patches.js +1 -1
  79. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  80. package/src/bin/playwright/reporter/reporter.js +1 -1
  81. package/src/bin/playwright/reporter/test-details.js +1 -1
  82. package/src/bin/playwright/sessionDetails.js +1 -1
  83. package/src/bin/runner.js +1 -1
  84. package/src/bin/setup.js +1 -1
  85. package/src/bin/test-runner/index.js +1 -1
  86. package/src/bin/test-runner/runTest.js +1 -1
  87. package/src/bin/test-runner/testWorker.js +1 -1
  88. package/src/bin/utils/constants.js +1 -1
  89. package/src/bin/utils/log4jsAppender.js +1 -1
  90. package/src/bin/utils/logPatcher.js +1 -1
  91. package/src/bin/utils/logReportingAPI.js +1 -1
  92. package/src/bin/vanilla-js/command.js +1 -1
  93. package/src/browserStackSdk.js +1 -1
  94. package/src/helpers/BrowserStackSetup.js +1 -1
  95. package/src/helpers/accessibility-automation/constants.js +1 -1
  96. package/src/helpers/accessibility-automation/helper.js +1 -1
  97. package/src/helpers/accessibility-automation/scripts.js +1 -1
  98. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  99. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  100. package/src/helpers/ats/constants.js +1 -1
  101. package/src/helpers/ats/helper.js +1 -1
  102. package/src/helpers/capsMapping.js +1 -1
  103. package/src/helpers/central-scanner/constants.js +1 -1
  104. package/src/helpers/central-scanner/helpers.js +1 -1
  105. package/src/helpers/globals.js +1 -1
  106. package/src/helpers/helper.js +1 -1
  107. package/src/helpers/logger.js +1 -1
  108. package/src/helpers/patchHelper.js +1 -1
  109. package/src/helpers/patchHelpers.js +1 -1
  110. package/src/helpers/percy/Percy.js +1 -1
  111. package/src/helpers/percy/PercyBinary.js +1 -1
  112. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  113. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  114. package/src/helpers/percy/PercySDK.js +1 -1
  115. package/src/helpers/percy/index.js +1 -1
  116. package/src/helpers/percy/utils.js +1 -1
  117. package/src/helpers/performance/constants.js +1 -1
  118. package/src/helpers/performance/performance-tester.js +1 -1
  119. package/src/helpers/processHelper.js +1 -1
  120. package/src/helpers/request-spy.js +1 -1
  121. package/src/helpers/setKeepAlive.js +1 -1
  122. package/src/helpers/test-observability/constants.js +1 -1
  123. package/src/helpers/test-observability/error-handler.js +1 -1
  124. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  125. package/src/helpers/test-observability/sessionHandler.js +1 -1
  126. package/src/helpers/test-observability/utils.js +1 -1
  127. package/src/helpers/testhub/constants.js +1 -1
  128. package/src/helpers/testhub/testhubHandler.js +1 -1
  129. package/src/helpers/testhub/utils.js +1 -1
  130. package/src/helpers/timeoutPromise.js +1 -1
  131. package/src/helpers/utilities.js +1 -1
  132. package/src/helpers/w3cMapping.js +1 -1
  133. package/src/hubAllocationMethods.js +1 -1
  134. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a59_0x1590ec=a59_0x55e1;function a59_0x55e1(_0x42a354,_0x2153e7){const _0x2d7cc1=a59_0x2d7c();return a59_0x55e1=function(_0x55e140,_0x323bc7){_0x55e140=_0x55e140-0x1e3;let _0x41f4ee=_0x2d7cc1[_0x55e140];return _0x41f4ee;},a59_0x55e1(_0x42a354,_0x2153e7);}(function(_0x5d57de,_0x4aa7dc){const _0x3d3350=a59_0x55e1,_0x12673a=_0x5d57de();while(!![]){try{const _0xa814fd=parseInt(_0x3d3350(0x210))/0x1+-parseInt(_0x3d3350(0x256))/0x2*(parseInt(_0x3d3350(0x251))/0x3)+-parseInt(_0x3d3350(0x211))/0x4+-parseInt(_0x3d3350(0x250))/0x5+parseInt(_0x3d3350(0x24e))/0x6*(parseInt(_0x3d3350(0x1fc))/0x7)+parseInt(_0x3d3350(0x1f0))/0x8+parseInt(_0x3d3350(0x203))/0x9*(parseInt(_0x3d3350(0x200))/0xa);if(_0xa814fd===_0x4aa7dc)break;else _0x12673a['push'](_0x12673a['shift']());}catch(_0x2330cc){_0x12673a['push'](_0x12673a['shift']());}}}(a59_0x2d7c,0x678e3));const path=require('path'),{commandRepository}=require(a59_0x1590ec(0x1f5)),constants=require(a59_0x1590ec(0x1ff)),logger=require(a59_0x1590ec(0x218))['winstonLogger'],globals=require(a59_0x1590ec(0x212)),timeoutPromise=require(a59_0x1590ec(0x21e)),isUndefinedOrNull=_0x515b83=>_0x515b83===undefined||_0x515b83===null||_0x515b83==='',isNotUndefinedOrNull=_0x5d176e=>!isUndefinedOrNull(_0x5d176e),isString=_0x400105=>isNotUndefinedOrNull(_0x400105)&&typeof _0x400105===a59_0x1590ec(0x244);class AiSdkWrapper{constructor(){const _0x5e00f7=a59_0x1590ec,_0x244da0={'CtMEg':function(_0x2d8b54,_0x5c519c){return _0x2d8b54(_0x5c519c);},'WEfzB':'../../ai-sdk-node/bundle'};this[_0x5e00f7(0x209)]=undefined;try{this[_0x5e00f7(0x209)]=_0x244da0[_0x5e00f7(0x229)](require,path[_0x5e00f7(0x221)](__dirname,_0x244da0[_0x5e00f7(0x1ea)]));}catch(_0x2c86d4){logger['error'](_0x5e00f7(0x226)+(_0x2c86d4&&_0x2c86d4['message']?_0x2c86d4[_0x5e00f7(0x25a)]:''));}}[a59_0x1590ec(0x234)](_0xb2eb92){const _0x38cfb1=a59_0x1590ec,_0xe3b3f7={};_0xe3b3f7['CYasG']=_0x38cfb1(0x254),_0xe3b3f7[_0x38cfb1(0x201)]=function(_0x593279,_0xad02f0){return _0x593279===_0xad02f0;},_0xe3b3f7['GQjzO']=_0x38cfb1(0x241),_0xe3b3f7[_0x38cfb1(0x243)]=function(_0x578a3f,_0xfc9159){return _0x578a3f===_0xfc9159;},_0xe3b3f7[_0x38cfb1(0x24b)]='firefox',_0xe3b3f7[_0x38cfb1(0x224)]=_0x38cfb1(0x22f),_0xe3b3f7[_0x38cfb1(0x230)]='edge',_0xe3b3f7[_0x38cfb1(0x22e)]='microsoftedge';const _0x7230e8=_0xe3b3f7;try{const _0x125f07=this[_0x38cfb1(0x209)][_0x38cfb1(0x222)](Object[_0x38cfb1(0x231)](_0xb2eb92[_0x38cfb1(0x246)]()[_0x38cfb1(0x217)]));console['log'](_0x7230e8[_0x38cfb1(0x24c)],_0x125f07);if(_0x7230e8[_0x38cfb1(0x201)](_0x125f07?.[_0x38cfb1(0x1f9)]?.[_0x38cfb1(0x205)](),_0x7230e8[_0x38cfb1(0x215)]))_0xb2eb92[_0x38cfb1(0x207)]=_0x125f07;else{if(_0x7230e8[_0x38cfb1(0x243)](_0x125f07?.[_0x38cfb1(0x1f9)]?.['toLowerCase'](),_0x7230e8['ZRoAE']))_0xb2eb92['firefoxOptions_']=_0x125f07;else{if(_0x7230e8[_0x38cfb1(0x201)](_0x125f07?.[_0x38cfb1(0x1f9)]?.[_0x38cfb1(0x205)](),_0x7230e8[_0x38cfb1(0x224)]))_0xb2eb92[_0x38cfb1(0x259)]=_0x125f07;else{if(_0x7230e8[_0x38cfb1(0x243)](_0x125f07?.[_0x38cfb1(0x1f9)]?.[_0x38cfb1(0x205)](),_0x7230e8['RRxjc'])||_0x7230e8[_0x38cfb1(0x243)](_0x125f07?.[_0x38cfb1(0x1f9)]?.[_0x38cfb1(0x205)](),_0x7230e8[_0x38cfb1(0x22e)]))_0xb2eb92[_0x38cfb1(0x22d)]=_0x125f07;else _0x7230e8['FWQBW'](_0x125f07?.[_0x38cfb1(0x1f9)]?.[_0x38cfb1(0x205)](),'ie')&&(_0xb2eb92[_0x38cfb1(0x247)]=_0x125f07);}}}Object[_0x38cfb1(0x20f)](_0x125f07)[_0x38cfb1(0x238)](_0x106c48=>{const _0x202482=_0x38cfb1,_0x1ddfe0=_0xb2eb92['capabilities_']['get'](_0x106c48);_0xb2eb92[_0x202482(0x20a)][_0x202482(0x227)](_0x106c48,_0x125f07[_0x106c48]);});}catch(_0x58b773){logger[_0x38cfb1(0x1ef)]('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x58b773&&_0x58b773[_0x38cfb1(0x25a)]?_0x58b773[_0x38cfb1(0x25a)]:''));}}async[a59_0x1590ec(0x1f1)](_0x13fe1d){const _0x9422b9=a59_0x1590ec,_0xc3db41={'KDSLu':function(_0x4a3686,_0x327ebb,_0x9fa532,_0x3cc4ff,_0x260aea,_0x55c67d,_0x56356f){return _0x4a3686(_0x327ebb,_0x9fa532,_0x3cc4ff,_0x260aea,_0x55c67d,_0x56356f);},'qByGd':'BrowserstackHealing.setToken\x20method\x20timed\x20out','vpPnK':_0x9422b9(0x208),'KtqlP':'aiHeal_sessionToken'},_0x86b501=new Date(),_0x170af3=_0xc3db41[_0x9422b9(0x225)](timeoutPromise,constants[_0x9422b9(0x21c)],_0xc3db41[_0x9422b9(0x1ed)],_0xc3db41[_0x9422b9(0x1e4)],_0x86b501,this[_0x9422b9(0x242)],this[_0x9422b9(0x1fb)]);await Promise[_0x9422b9(0x219)]([this[_0x9422b9(0x209)][_0x9422b9(0x216)](_0x13fe1d,globals[_0x9422b9(0x1fe)](_0xc3db41[_0x9422b9(0x249)]),constants[_0x9422b9(0x1eb)])['then'](()=>{const _0x35d9db=_0x9422b9;_0x170af3[_0x35d9db(0x1f7)]();}),_0x170af3]);}async[a59_0x1590ec(0x20d)](_0x10b1a7,_0x34358e,_0x3ce066,_0x2aea4e){const _0x4e2c05=a59_0x1590ec,_0x292386={'siGry':function(_0x4a2423,_0x18e2b8){return _0x4a2423===_0x18e2b8;},'rPEVi':function(_0x4fa6ca,_0x5e0124){return _0x4fa6ca(_0x5e0124);},'wOage':function(_0x5be2ae,_0x19f386){return _0x5be2ae(_0x19f386);},'BGPdA':function(_0x2b8711,_0x4a2297){return _0x2b8711(_0x4a2297);},'kctwt':function(_0x436be2,_0x5a2b81){return _0x436be2(_0x5a2b81);},'oOWAj':function(_0x4259bd,_0x1dc461){return _0x4259bd(_0x1dc461);},'xsPYn':function(_0x29f50d,_0x1f9f66){return _0x29f50d(_0x1f9f66);},'NAkmr':_0x4e2c05(0x23c),'hDNNI':function(_0x26ce0b,_0x3a7403){return _0x26ce0b(_0x3a7403);},'mZcMU':function(_0x5e9b85,_0x12d851){return _0x5e9b85(_0x12d851);},'NjMal':'aiHeal_userId','AzwWi':_0x4e2c05(0x1f4),'IleyI':_0x4e2c05(0x206),'xypxx':function(_0x2d1bd6,_0x477514,_0x2a5c49,_0x25a42c,_0x2e2456,_0x468f89,_0x3f527b){return _0x2d1bd6(_0x477514,_0x2a5c49,_0x25a42c,_0x2e2456,_0x468f89,_0x3f527b);},'YmymS':_0x4e2c05(0x214),'FUDUn':_0x4e2c05(0x23a),'TcpOA':_0x4e2c05(0x24a),'MFrVR':_0x4e2c05(0x20b)},_0x5131c7=(await _0x34358e['getSession']())[_0x4e2c05(0x1e8)]();let _0x33c1e7='';if(commandRepository[_0x4e2c05(0x223)]()&&_0x292386[_0x4e2c05(0x1e7)](_0x2aea4e,![])||_0x292386[_0x4e2c05(0x1e7)](_0x2aea4e,!![])){const _0x4ef1d7=_0x292386[_0x4e2c05(0x21f)](isNotUndefinedOrNull,_0x3ce066[_0x4e2c05(0x228)][_0x4e2c05(0x1f3)])&&_0x292386[_0x4e2c05(0x21f)](isString,_0x3ce066[_0x4e2c05(0x228)][_0x4e2c05(0x1f3)])?_0x3ce066[_0x4e2c05(0x228)][_0x4e2c05(0x1f3)][_0x4e2c05(0x202)](/'/g,'\x5c\x27')[_0x4e2c05(0x202)](/"/g,'\x5c\x22'):'',_0x99bf35=_0x292386['wOage'](isNotUndefinedOrNull,_0x3ce066[_0x4e2c05(0x228)][_0x4e2c05(0x1f3)])&&_0x292386[_0x4e2c05(0x1fd)](isString,_0x3ce066[_0x4e2c05(0x228)][_0x4e2c05(0x21a)])?_0x3ce066[_0x4e2c05(0x228)]['value']['replace'](/'/g,'\x5c\x27')[_0x4e2c05(0x202)](/"/g,'\x5c\x22'):'',_0x18e890=_0x292386[_0x4e2c05(0x21f)](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x292386[_0x4e2c05(0x1e3)](isString,commandRepository[_0x4e2c05(0x236)]())?commandRepository[_0x4e2c05(0x236)]()[_0x4e2c05(0x202)](/'/g,'\x5c\x27')[_0x4e2c05(0x202)](/"/g,'\x5c\x22'):'';let _0x471374=_0x292386[_0x4e2c05(0x20c)](isNotUndefinedOrNull,global[_0x4e2c05(0x1ec)])&&_0x292386[_0x4e2c05(0x21f)](isString,global[_0x4e2c05(0x1ec)])?global[_0x4e2c05(0x1ec)][_0x4e2c05(0x202)](/'/g,'\x5c\x27')[_0x4e2c05(0x202)](/"/g,'\x5c\x22'):'';!_0x471374&&(_0x471374=_0x292386[_0x4e2c05(0x252)](isNotUndefinedOrNull,commandRepository[_0x4e2c05(0x258)]())&&_0x292386[_0x4e2c05(0x1e3)](isString,commandRepository[_0x4e2c05(0x258)]())?commandRepository['getTestName']()[_0x4e2c05(0x202)](/'/g,'\x5c\x27')[_0x4e2c05(0x202)](/"/g,'\x5c\x22'):'');let _0x56ee1e=_0x4e2c05(0x20e)+constants[_0x4e2c05(0x22c)]+_0x4e2c05(0x248)+constants[_0x4e2c05(0x22c)]+_0x4e2c05(0x1ee)+constants[_0x4e2c05(0x1eb)]['split'](_0x292386[_0x4e2c05(0x204)])[0x1]+'\x22}}}';_0x56ee1e=_0x292386[_0x4e2c05(0x1f6)](isNotUndefinedOrNull,_0x56ee1e)&&_0x292386[_0x4e2c05(0x24d)](isString,_0x56ee1e)?_0x56ee1e[_0x4e2c05(0x202)](/'/g,'\x5c\x27')[_0x4e2c05(0x202)](/"/g,'\x5c\x22'):'';const _0x2af130=commandRepository[_0x4e2c05(0x22a)](_0x5131c7),_0x4b213d=globals[_0x4e2c05(0x1fe)](_0x292386[_0x4e2c05(0x257)]),_0x370453=globals[_0x4e2c05(0x1fe)](_0x292386[_0x4e2c05(0x1f8)]),_0x4bdcb3=globals[_0x4e2c05(0x1fe)](_0x292386[_0x4e2c05(0x233)]),_0x590b32=![],_0x399538=new Date();if(_0x2aea4e){const _0x57b2aa=_0x292386[_0x4e2c05(0x1fa)](timeoutPromise,constants[_0x4e2c05(0x23d)],_0x292386[_0x4e2c05(0x239)],_0x292386['FUDUn'],_0x399538,this[_0x4e2c05(0x242)],this['framework']);_0x33c1e7=await Promise[_0x4e2c05(0x219)]([this[_0x4e2c05(0x209)][_0x4e2c05(0x1e6)](_0x4ef1d7,_0x99bf35,_0x18e890,_0x471374,_0x370453,_0x5131c7,_0x2af130,_0x56ee1e)[_0x4e2c05(0x213)](_0x236968=>{const _0x2a290d=_0x4e2c05;return _0x57b2aa[_0x2a290d(0x1f7)](),_0x236968;}),_0x57b2aa]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x55d7bc=_0x292386[_0x4e2c05(0x1fa)](timeoutPromise,constants[_0x4e2c05(0x255)],_0x292386['TcpOA'],_0x292386[_0x4e2c05(0x232)],_0x399538,this[_0x4e2c05(0x242)],this[_0x4e2c05(0x1fb)]);_0x33c1e7=await Promise['race']([this[_0x4e2c05(0x209)][_0x4e2c05(0x253)](_0x4ef1d7,_0x99bf35,_0x18e890,_0x471374,_0x4b213d,_0x370453,_0x5131c7,_0x2af130,_0x590b32,_0x4bdcb3,_0x56ee1e)[_0x4e2c05(0x213)](_0x13bbe5=>{const _0x3d34eb=_0x4e2c05;return _0x55d7bc[_0x3d34eb(0x1f7)](),_0x13bbe5;}),_0x55d7bc]);}}_0x33c1e7&&await _0x34358e['executeScript'](_0x33c1e7);}}async['handleSuccess'](_0x3f56bc,_0x278cba,_0x5b6452){const _0x34c38f=a59_0x1590ec;try{await this[_0x34c38f(0x20d)](_0x3f56bc,_0x278cba,_0x5b6452,!![]);}catch(_0x2a7dd0){return logger[_0x34c38f(0x1ef)](_0x34c38f(0x1f2)+(_0x2a7dd0&&_0x2a7dd0[_0x34c38f(0x25a)]?_0x2a7dd0[_0x34c38f(0x25a)]:'')),![];}return!![];}async[a59_0x1590ec(0x1e5)](_0x583151,_0x120524,_0x4b9921){const _0x37ebcd=a59_0x1590ec,_0x31d9a4={'kXrwQ':function(_0x40996c,_0x41e6d6,_0x1e96d7,_0x59ab08,_0x54be63,_0x3da5b3,_0x4bb933){return _0x40996c(_0x41e6d6,_0x1e96d7,_0x59ab08,_0x54be63,_0x3da5b3,_0x4bb933);},'NxswQ':_0x37ebcd(0x240),'yRVrQ':_0x37ebcd(0x23b),'kDrCT':'aiHeal_sessionToken'};try{await this[_0x37ebcd(0x20d)](_0x583151,_0x120524,_0x4b9921,![]);const _0x46bcae=(await _0x120524[_0x37ebcd(0x220)]())['getId'](),_0x489b4a=new Date(),_0x44c255=_0x31d9a4[_0x37ebcd(0x23f)](timeoutPromise,constants[_0x37ebcd(0x24f)],_0x31d9a4['NxswQ'],_0x31d9a4[_0x37ebcd(0x21d)],_0x489b4a,this[_0x37ebcd(0x242)],this[_0x37ebcd(0x1fb)]),_0x4ef1c9=await Promise[_0x37ebcd(0x219)]([this['BrowserstackHealing']['pollResult'](constants[_0x37ebcd(0x1eb)],_0x46bcae,globals[_0x37ebcd(0x1fe)](_0x31d9a4[_0x37ebcd(0x245)]))[_0x37ebcd(0x213)](_0x1ac5b4=>{return _0x44c255['cancel'](),_0x1ac5b4;}),_0x44c255]);if(_0x4ef1c9&&_0x4ef1c9[_0x37ebcd(0x21b)]&&_0x4ef1c9['value']){const _0x2a31fd={};return _0x2a31fd[_0x37ebcd(0x237)]=_0x4ef1c9[_0x37ebcd(0x21b)],_0x2a31fd['locatorValue']=_0x4ef1c9[_0x37ebcd(0x21a)],_0x2a31fd[_0x37ebcd(0x22b)]=!![],_0x2a31fd;}const _0x1c39cd={};return _0x1c39cd[_0x37ebcd(0x237)]=_0x4b9921['parameters_'][_0x37ebcd(0x1f3)],_0x1c39cd['locatorValue']=_0x4ef1c9[_0x37ebcd(0x21a)],_0x1c39cd[_0x37ebcd(0x22b)]=!![],_0x1c39cd;}catch(_0x21d303){return logger[_0x37ebcd(0x235)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x21d303&&_0x21d303['message']?_0x21d303[_0x37ebcd(0x25a)]:'')),logger['info']('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x4b9921['name_']+'\x20command'),_0x4b9921;}}}function a59_0x2d7c(){const _0x5731ea=['getTestName','safariOptions_','message','kctwt','vpPnK','handleFailure','logData','siGry','getId','freeze','WEfzB','TCG_URL','browserstackSessionName','qByGd','\x22:\x20{\x22endpoint\x22:\x20\x22','error','5525408PWXHcR','setTcgToken','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','using','aiHeal_groupId','./autoHealHelper','hDNNI','cancel','AzwWi','browserName','xypxx','framework','30625fZhWbi','BGPdA','getGlobal','../../bin/utils/constants','7300YfoqxZ','zapXn','replace','4401hLybGs','NAkmr','toLowerCase','aiHeal_isGroupAIEnabled','chromeOptions_','BrowserstackHealingSetTcgTokenFailed','BrowserstackHealing','capabilities_','BrowserstackHealingHealFailureFailed','oOWAj','_handleEvent','{\x22region\x22:\x20\x22','keys','40701UWwshN','646380fSAuTx','../globals','then','BrowserstackHealing.logData\x20method\x20timed\x20out','GQjzO','setToken','map_','../logger','race','value','selector','SET_TCG_TOKEN_TIMEOUT','yRVrQ','../../helpers/timeoutPromise','rPEVi','getSession','join','initializeCapabilities','isSelfHealEnabled','ywXtc','KDSLu','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','set','parameters_','CtMEg','getCommands','aiHealing','TCG_REGION','edgeOptions_','WHmlD','safari','RRxjc','fromEntries','MFrVR','IleyI','initializeHealingCapabilities','debug','getProjectName','locatorType','forEach','YmymS','BrowserstackHealingLogDataFailed','BrowserstackHealingPollResultFailed','s://','HEALING_LOG_DATA_TIMEOUT','aiSdkWrapper','kXrwQ','BrowserstackHealing.pollResult\x20method\x20timed\x20out','chrome','config','FWQBW','string','kDrCT','getCapabilities','ieOptions_','\x22,\x20\x22tcgUrls\x22:\x20{\x22','KtqlP','BrowserstackHealing.healFailure\x20method\x20timed\x20out','ZRoAE','CYasG','mZcMU','1110YFEcVC','POLL_HEALING_RESULT_TIMEOUT','3675840AlXRkm','6ClbATv','xsPYn','healFailure','newCapabilities','HEALING_FAILURE_TIMEOUT','576796zLTWkN','NjMal'];a59_0x2d7c=function(){return _0x5731ea;};return a59_0x2d7c();}exports[a59_0x1590ec(0x23e)]=Object[a59_0x1590ec(0x1e9)](new AiSdkWrapper());
1
+ function a59_0x5af4(_0x5ee96d,_0x121f7e){const _0x40ce33=a59_0x40ce();return a59_0x5af4=function(_0x5af415,_0x448df8){_0x5af415=_0x5af415-0x111;let _0x4842fb=_0x40ce33[_0x5af415];return _0x4842fb;},a59_0x5af4(_0x5ee96d,_0x121f7e);}const a59_0x527301=a59_0x5af4;function a59_0x40ce(){const _0x32cd27=['Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','getCapabilities','string','safari','okduk','handleSuccess','tZmUT','parameters_','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','BrowserstackHealingPollResultFailed','FEFyK','wPocY','{\x22region\x22:\x20\x22','setToken','aiHeal_isGroupAIEnabled','3127320RhiSsD','ipncc','qNKcw','join','_handleEvent','24202170MxjyFg','Kvahh','BrowserstackHealingSetTcgTokenFailed','initializeCapabilities','aiHeal_userId','../../bin/utils/constants','browserName','selector','rDXUx','edge','isSelfHealEnabled','edgeOptions_','getId','config','firefox','name_','gSQEf','KjQHV','TfEyL','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','EQCoO','lnifT','\x22,\x20\x22tcgUrls\x22:\x20{\x22','HEALING_LOG_DATA_TIMEOUT','Kgijc','963762fOKPSI','winstonLogger','set','999364HBjfiT','s://','fBrmY','chrome','forEach','error','getSession','pollResult','BrowserstackHealing.healFailure\x20method\x20timed\x20out','get','BrowserstackHealingLogDataFailed','aiHealing','../../ai-sdk-node/bundle','safariOptions_','sbGzE','freeze','ieOptions_','firefoxOptions_','1128573JFwcTJ','TCG_REGION','locatorValue','POLL_HEALING_RESULT_TIMEOUT','keys','value','\x22}}}','cancel','chromeOptions_','BrowserstackHealing','\x20command','KbVMu','740695UimTnh','getTestName','../logger','split','Pjsiw','HEALING_FAILURE_TIMEOUT','BrowserstackHealing.logData\x20method\x20timed\x20out','hDFrb','info','newCapabilities','microsoftedge','qWfJC','3DZdTqX','Yjtrr','../../helpers/timeoutPromise','\x22:\x20{\x22endpoint\x22:\x20\x22','healFailure','427398UYPdPI','toLowerCase','browserstackSessionName','then','TCG_URL','using','24WqGiYg','getGlobal','gUifg','replace','executeScript','log','Otlll','race','uudyl','message','14XwbJlS','capabilities_','logData','tILsN','BrowserstackHealing.pollResult\x20method\x20timed\x20out','setTcgToken','initializeHealingCapabilities','TNYAB','QjQoM','DrrPO','handleFailure','aiHeal_groupId','IliRG','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','aiHeal_sessionToken','getProjectName','lZBrG','framework'];a59_0x40ce=function(){return _0x32cd27;};return a59_0x40ce();}(function(_0x43a5d7,_0x2c3992){const _0x2eed65=a59_0x5af4,_0x204bcc=_0x43a5d7();while(!![]){try{const _0x543fd8=parseInt(_0x2eed65(0x14d))/0x1+-parseInt(_0x2eed65(0x14a))/0x2*(-parseInt(_0x2eed65(0x177))/0x3)+-parseInt(_0x2eed65(0x182))/0x4*(-parseInt(_0x2eed65(0x16b))/0x5)+parseInt(_0x2eed65(0x17c))/0x6*(parseInt(_0x2eed65(0x18c))/0x7)+parseInt(_0x2eed65(0x12c))/0x8+parseInt(_0x2eed65(0x15f))/0x9+-parseInt(_0x2eed65(0x131))/0xa;if(_0x543fd8===_0x2c3992)break;else _0x204bcc['push'](_0x204bcc['shift']());}catch(_0x1b3b14){_0x204bcc['push'](_0x204bcc['shift']());}}}(a59_0x40ce,0x94980));const path=require('path'),{commandRepository}=require('./autoHealHelper'),constants=require(a59_0x527301(0x136)),logger=require(a59_0x527301(0x16d))[a59_0x527301(0x14b)],globals=require('../globals'),timeoutPromise=require(a59_0x527301(0x179)),isUndefinedOrNull=_0x3d3c4d=>_0x3d3c4d===undefined||_0x3d3c4d===null||_0x3d3c4d==='',isNotUndefinedOrNull=_0x57274a=>!isUndefinedOrNull(_0x57274a),isString=_0x2db09a=>isNotUndefinedOrNull(_0x2db09a)&&typeof _0x2db09a===a59_0x527301(0x11f);class AiSdkWrapper{constructor(){const _0x5da064=a59_0x527301,_0x19ca63={'fBrmY':function(_0xe40281,_0x42fd16){return _0xe40281(_0x42fd16);},'FEFyK':_0x5da064(0x159)};this[_0x5da064(0x168)]=undefined;try{this[_0x5da064(0x168)]=_0x19ca63[_0x5da064(0x14f)](require,path[_0x5da064(0x12f)](__dirname,_0x19ca63[_0x5da064(0x127)]));}catch(_0x3f2288){logger[_0x5da064(0x152)](_0x5da064(0x125)+(_0x3f2288&&_0x3f2288[_0x5da064(0x18b)]?_0x3f2288['message']:''));}}[a59_0x527301(0x111)](_0x48fc1){const _0x1d5c2e=a59_0x527301,_0x2040f6={};_0x2040f6[_0x1d5c2e(0x117)]=_0x1d5c2e(0x174),_0x2040f6['KbVMu']=function(_0x15ee38,_0x5056a5){return _0x15ee38===_0x5056a5;},_0x2040f6[_0x1d5c2e(0x184)]=_0x1d5c2e(0x150),_0x2040f6['lZBrG']=function(_0x27dfa5,_0x1a8e86){return _0x27dfa5===_0x1a8e86;},_0x2040f6[_0x1d5c2e(0x139)]=_0x1d5c2e(0x13f),_0x2040f6[_0x1d5c2e(0x142)]=_0x1d5c2e(0x120),_0x2040f6[_0x1d5c2e(0x141)]=function(_0x21b553,_0x2cf513){return _0x21b553===_0x2cf513;},_0x2040f6[_0x1d5c2e(0x149)]=_0x1d5c2e(0x13a),_0x2040f6[_0x1d5c2e(0x18f)]=_0x1d5c2e(0x175);const _0x4e46a2=_0x2040f6;try{const _0x30e1b6=this[_0x1d5c2e(0x168)][_0x1d5c2e(0x134)](Object['fromEntries'](_0x48fc1[_0x1d5c2e(0x11e)]()['map_']));console[_0x1d5c2e(0x187)](_0x4e46a2[_0x1d5c2e(0x117)],_0x30e1b6);if(_0x4e46a2[_0x1d5c2e(0x16a)](_0x30e1b6?.[_0x1d5c2e(0x137)]?.['toLowerCase'](),_0x4e46a2[_0x1d5c2e(0x184)]))_0x48fc1[_0x1d5c2e(0x167)]=_0x30e1b6;else{if(_0x4e46a2[_0x1d5c2e(0x11b)](_0x30e1b6?.['browserName']?.[_0x1d5c2e(0x17d)](),_0x4e46a2[_0x1d5c2e(0x139)]))_0x48fc1[_0x1d5c2e(0x15e)]=_0x30e1b6;else{if(_0x4e46a2[_0x1d5c2e(0x11b)](_0x30e1b6?.[_0x1d5c2e(0x137)]?.['toLowerCase'](),_0x4e46a2['KjQHV']))_0x48fc1[_0x1d5c2e(0x15a)]=_0x30e1b6;else{if(_0x4e46a2[_0x1d5c2e(0x141)](_0x30e1b6?.[_0x1d5c2e(0x137)]?.['toLowerCase'](),_0x4e46a2['Kgijc'])||_0x4e46a2[_0x1d5c2e(0x11b)](_0x30e1b6?.[_0x1d5c2e(0x137)]?.[_0x1d5c2e(0x17d)](),_0x4e46a2['tILsN']))_0x48fc1[_0x1d5c2e(0x13c)]=_0x30e1b6;else _0x4e46a2[_0x1d5c2e(0x11b)](_0x30e1b6?.[_0x1d5c2e(0x137)]?.[_0x1d5c2e(0x17d)](),'ie')&&(_0x48fc1[_0x1d5c2e(0x15d)]=_0x30e1b6);}}}Object[_0x1d5c2e(0x163)](_0x30e1b6)[_0x1d5c2e(0x151)](_0x3b535e=>{const _0x16144e=_0x1d5c2e,_0x44deca=_0x48fc1[_0x16144e(0x18d)][_0x16144e(0x156)](_0x3b535e);_0x48fc1[_0x16144e(0x18d)][_0x16144e(0x14c)](_0x3b535e,_0x30e1b6[_0x3b535e]);});}catch(_0x24065e){logger['error']('Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20'+(_0x24065e&&_0x24065e[_0x1d5c2e(0x18b)]?_0x24065e[_0x1d5c2e(0x18b)]:''));}}async[a59_0x527301(0x191)](_0x203b20){const _0x47fbbb=a59_0x527301,_0x38cf6f={'okduk':function(_0x45350c,_0x336bfe,_0x54a2ca,_0x5251ba,_0x1caf18,_0xff038b,_0xb2d133){return _0x45350c(_0x336bfe,_0x54a2ca,_0x5251ba,_0x1caf18,_0xff038b,_0xb2d133);},'Yjtrr':'BrowserstackHealing.setToken\x20method\x20timed\x20out','hDFrb':_0x47fbbb(0x133),'uudyl':_0x47fbbb(0x119)},_0x246488=new Date(),_0x991dfc=_0x38cf6f[_0x47fbbb(0x121)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x38cf6f[_0x47fbbb(0x178)],_0x38cf6f[_0x47fbbb(0x172)],_0x246488,this['config'],this[_0x47fbbb(0x11c)]);await Promise['race']([this['BrowserstackHealing'][_0x47fbbb(0x12a)](_0x203b20,globals[_0x47fbbb(0x183)](_0x38cf6f[_0x47fbbb(0x18a)]),constants[_0x47fbbb(0x180)])[_0x47fbbb(0x17f)](()=>{const _0x45cf70=_0x47fbbb;_0x991dfc[_0x45cf70(0x166)]();}),_0x991dfc]);}async[a59_0x527301(0x130)](_0x44fd0d,_0x5b5e5d,_0x3e555f,_0x4c2849){const _0x7a38ee=a59_0x527301,_0x444726={'CEccL':function(_0x511035,_0x4a147e){return _0x511035===_0x4a147e;},'dBRLq':function(_0x1ae086,_0x31e8e9){return _0x1ae086===_0x31e8e9;},'lnifT':function(_0x20bf5b,_0x174dd7){return _0x20bf5b(_0x174dd7);},'sbGzE':function(_0x93f0ce,_0x3b840c){return _0x93f0ce(_0x3b840c);},'tZmUT':function(_0x4b270e,_0x3a679f){return _0x4b270e(_0x3a679f);},'Otlll':function(_0x34a352,_0x45c5bc){return _0x34a352(_0x45c5bc);},'ipncc':_0x7a38ee(0x14e),'qWfJC':function(_0x38c899,_0x484d11){return _0x38c899(_0x484d11);},'qNKcw':_0x7a38ee(0x135),'EQCoO':_0x7a38ee(0x116),'TNYAB':_0x7a38ee(0x12b),'Kvahh':function(_0x4e80be,_0x4c38df,_0xf13803,_0xb288fe,_0x4705d1,_0xcf8057,_0x54a4fa){return _0x4e80be(_0x4c38df,_0xf13803,_0xb288fe,_0x4705d1,_0xcf8057,_0x54a4fa);},'QjQoM':_0x7a38ee(0x171),'SSifp':_0x7a38ee(0x157),'TfEyL':_0x7a38ee(0x155),'DrrPO':'BrowserstackHealingHealFailureFailed'},_0x4ea0f2=(await _0x5b5e5d[_0x7a38ee(0x153)]())[_0x7a38ee(0x13d)]();let _0x4541e7='';if(commandRepository[_0x7a38ee(0x13b)]()&&_0x444726['CEccL'](_0x4c2849,![])||_0x444726['dBRLq'](_0x4c2849,!![])){const _0x3334b8=_0x444726['lnifT'](isNotUndefinedOrNull,_0x3e555f[_0x7a38ee(0x124)][_0x7a38ee(0x181)])&&_0x444726[_0x7a38ee(0x146)](isString,_0x3e555f['parameters_'][_0x7a38ee(0x181)])?_0x3e555f['parameters_'][_0x7a38ee(0x181)][_0x7a38ee(0x185)](/'/g,'\x5c\x27')[_0x7a38ee(0x185)](/"/g,'\x5c\x22'):'',_0x3d48ba=_0x444726[_0x7a38ee(0x146)](isNotUndefinedOrNull,_0x3e555f[_0x7a38ee(0x124)][_0x7a38ee(0x181)])&&_0x444726['lnifT'](isString,_0x3e555f['parameters_']['value'])?_0x3e555f['parameters_'][_0x7a38ee(0x164)][_0x7a38ee(0x185)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x10aa34=_0x444726[_0x7a38ee(0x15b)](isNotUndefinedOrNull,commandRepository[_0x7a38ee(0x11a)]())&&_0x444726[_0x7a38ee(0x123)](isString,commandRepository['getProjectName']())?commandRepository[_0x7a38ee(0x11a)]()[_0x7a38ee(0x185)](/'/g,'\x5c\x27')[_0x7a38ee(0x185)](/"/g,'\x5c\x22'):'';let _0x58e3a5=_0x444726[_0x7a38ee(0x15b)](isNotUndefinedOrNull,global[_0x7a38ee(0x17e)])&&_0x444726[_0x7a38ee(0x15b)](isString,global[_0x7a38ee(0x17e)])?global[_0x7a38ee(0x17e)][_0x7a38ee(0x185)](/'/g,'\x5c\x27')[_0x7a38ee(0x185)](/"/g,'\x5c\x22'):'';!_0x58e3a5&&(_0x58e3a5=_0x444726[_0x7a38ee(0x15b)](isNotUndefinedOrNull,commandRepository[_0x7a38ee(0x16c)]())&&_0x444726[_0x7a38ee(0x188)](isString,commandRepository[_0x7a38ee(0x16c)]())?commandRepository[_0x7a38ee(0x16c)]()[_0x7a38ee(0x185)](/'/g,'\x5c\x27')[_0x7a38ee(0x185)](/"/g,'\x5c\x22'):'');let _0x57348f=_0x7a38ee(0x129)+constants[_0x7a38ee(0x160)]+_0x7a38ee(0x147)+constants[_0x7a38ee(0x160)]+_0x7a38ee(0x17a)+constants[_0x7a38ee(0x180)][_0x7a38ee(0x16e)](_0x444726[_0x7a38ee(0x12d)])[0x1]+_0x7a38ee(0x165);_0x57348f=_0x444726[_0x7a38ee(0x176)](isNotUndefinedOrNull,_0x57348f)&&_0x444726[_0x7a38ee(0x188)](isString,_0x57348f)?_0x57348f['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x2e99cf=commandRepository['getCommands'](_0x4ea0f2),_0x34cb07=globals[_0x7a38ee(0x183)](_0x444726[_0x7a38ee(0x12e)]),_0x47275d=globals['getGlobal'](_0x444726[_0x7a38ee(0x145)]),_0x2c6ccf=globals['getGlobal'](_0x444726[_0x7a38ee(0x112)]),_0x57e4a8=![],_0x3bce78=new Date();if(_0x4c2849){const _0x320cad=_0x444726[_0x7a38ee(0x132)](timeoutPromise,constants[_0x7a38ee(0x148)],_0x444726[_0x7a38ee(0x113)],_0x444726['SSifp'],_0x3bce78,this[_0x7a38ee(0x13e)],this[_0x7a38ee(0x11c)]);_0x4541e7=await Promise[_0x7a38ee(0x189)]([this[_0x7a38ee(0x168)][_0x7a38ee(0x18e)](_0x3334b8,_0x3d48ba,_0x10aa34,_0x58e3a5,_0x47275d,_0x4ea0f2,_0x2e99cf,_0x57348f)[_0x7a38ee(0x17f)](_0x3fa21e=>{const _0x28a3ce=_0x7a38ee;return _0x320cad[_0x28a3ce(0x166)](),_0x3fa21e;}),_0x320cad]);}else{if(commandRepository[_0x7a38ee(0x13b)]()){const _0x729057=_0x444726[_0x7a38ee(0x132)](timeoutPromise,constants[_0x7a38ee(0x170)],_0x444726[_0x7a38ee(0x143)],_0x444726[_0x7a38ee(0x114)],_0x3bce78,this[_0x7a38ee(0x13e)],this[_0x7a38ee(0x11c)]);_0x4541e7=await Promise[_0x7a38ee(0x189)]([this[_0x7a38ee(0x168)][_0x7a38ee(0x17b)](_0x3334b8,_0x3d48ba,_0x10aa34,_0x58e3a5,_0x34cb07,_0x47275d,_0x4ea0f2,_0x2e99cf,_0x57e4a8,_0x2c6ccf,_0x57348f)['then'](_0x3862b0=>{const _0x2d8e1b=_0x7a38ee;return _0x729057[_0x2d8e1b(0x166)](),_0x3862b0;}),_0x729057]);}}_0x4541e7&&await _0x5b5e5d[_0x7a38ee(0x186)](_0x4541e7);}}async[a59_0x527301(0x122)](_0x5ba9d8,_0x416a63,_0x193687){const _0x304570=a59_0x527301;try{await this[_0x304570(0x130)](_0x5ba9d8,_0x416a63,_0x193687,!![]);}catch(_0x5b08c3){return logger['error'](_0x304570(0x144)+(_0x5b08c3&&_0x5b08c3[_0x304570(0x18b)]?_0x5b08c3[_0x304570(0x18b)]:'')),![];}return!![];}async[a59_0x527301(0x115)](_0x1e210c,_0x4cc58b,_0x348604){const _0xffb0c2=a59_0x527301,_0x51ff3b={'IIfez':function(_0x1d7ccf,_0x229751,_0x1e5723,_0x4041fa,_0x3a54ce,_0x4c4242,_0x21dc2c){return _0x1d7ccf(_0x229751,_0x1e5723,_0x4041fa,_0x3a54ce,_0x4c4242,_0x21dc2c);},'Pjsiw':_0xffb0c2(0x190),'gWtiJ':_0xffb0c2(0x126),'wPocY':_0xffb0c2(0x119)};try{await this[_0xffb0c2(0x130)](_0x1e210c,_0x4cc58b,_0x348604,![]);const _0x3d5fae=(await _0x4cc58b[_0xffb0c2(0x153)]())['getId'](),_0x1183cb=new Date(),_0x4be640=_0x51ff3b['IIfez'](timeoutPromise,constants[_0xffb0c2(0x162)],_0x51ff3b[_0xffb0c2(0x16f)],_0x51ff3b['gWtiJ'],_0x1183cb,this[_0xffb0c2(0x13e)],this[_0xffb0c2(0x11c)]),_0x56ac68=await Promise[_0xffb0c2(0x189)]([this[_0xffb0c2(0x168)][_0xffb0c2(0x154)](constants[_0xffb0c2(0x180)],_0x3d5fae,globals['getGlobal'](_0x51ff3b[_0xffb0c2(0x128)]))[_0xffb0c2(0x17f)](_0x5776ba=>{return _0x4be640['cancel'](),_0x5776ba;}),_0x4be640]);if(_0x56ac68&&_0x56ac68[_0xffb0c2(0x138)]&&_0x56ac68[_0xffb0c2(0x164)]){const _0x28e0e6={};return _0x28e0e6['locatorType']=_0x56ac68[_0xffb0c2(0x138)],_0x28e0e6[_0xffb0c2(0x161)]=_0x56ac68[_0xffb0c2(0x164)],_0x28e0e6['aiHealing']=!![],_0x28e0e6;}const _0x2df1eb={};return _0x2df1eb['locatorType']=_0x348604[_0xffb0c2(0x124)]['using'],_0x2df1eb[_0xffb0c2(0x161)]=_0x56ac68['value'],_0x2df1eb[_0xffb0c2(0x158)]=!![],_0x2df1eb;}catch(_0x263d7f){return logger['debug'](_0xffb0c2(0x11d)+(_0x263d7f&&_0x263d7f[_0xffb0c2(0x18b)]?_0x263d7f[_0xffb0c2(0x18b)]:'')),logger[_0xffb0c2(0x173)](_0xffb0c2(0x118)+_0x348604[_0xffb0c2(0x140)]+_0xffb0c2(0x169)),_0x348604;}}}exports['aiSdkWrapper']=Object[a59_0x527301(0x15c)](new AiSdkWrapper());
@@ -1 +1 @@
1
- function a60_0x428b(_0x49314b,_0x20932e){const _0x2b91c3=a60_0x2b91();return a60_0x428b=function(_0x428bc5,_0x216db0){_0x428bc5=_0x428bc5-0x197;let _0x1e5c4e=_0x2b91c3[_0x428bc5];return _0x1e5c4e;},a60_0x428b(_0x49314b,_0x20932e);}const a60_0x224f85=a60_0x428b;function a60_0x2b91(){const _0x631f44=['setAiSessionTimeStamp','10418964QNbfvR','JCFZO','xDZNv','551704Sntfdh','map','now','setAuthInfo','BNAFd','commands','300822QPpsqH','stringify','9605316ImJjzj','length','setTestNameForHealingContext','getAuthInfo','_pushCommand','972658LQAzPP','setTcgTokenStatus','setFramework','setConfig','jmCQR','path','MXaCT','RHTmi','config','26946408WWXYcR','setProjectNameForHealingContext','30wzObse','userName','qQELF','aiSessionTimeStamp','push','commandRepository','debug','projectName','aiHeal_isHealingEnabled','isSelfHealEnabled','split','framework','authInfo','ktPMc','getFramework','3|5|4|1|0|2','No\x20commands\x20found\x20for\x20session:\x20','selfHeal','../globals','accessKey','join','winstonLogger','880699jBjupP','testName','method','getGlobal','aiHeal_isAuthenticated','pushCommand','isTcgTokenSet','getConfig'];a60_0x2b91=function(){return _0x631f44;};return a60_0x2b91();}(function(_0x177272,_0x5ed9a7){const _0x22edda=a60_0x428b,_0x2d388e=_0x177272();while(!![]){try{const _0x788b91=-parseInt(_0x22edda(0x19c))/0x1+-parseInt(_0x22edda(0x1b5))/0x2+parseInt(_0x22edda(0x1ae))/0x3+-parseInt(_0x22edda(0x1a8))/0x4*(parseInt(_0x22edda(0x1c0))/0x5)+-parseInt(_0x22edda(0x1a5))/0x6+parseInt(_0x22edda(0x1b0))/0x7+parseInt(_0x22edda(0x1be))/0x8;if(_0x788b91===_0x5ed9a7)break;else _0x2d388e['push'](_0x2d388e['shift']());}catch(_0xcbdb03){_0x2d388e['push'](_0x2d388e['shift']());}}}(a60_0x2b91,0xde175));const calculateTimeDiff=_0x1ab75d=>Date[a60_0x224f85(0x1aa)]()-_0x1ab75d,logger=require('../logger')[a60_0x224f85(0x19b)],globals=require(a60_0x224f85(0x198));class HealingCommandRepo{constructor(){const _0x26ab5f=a60_0x224f85,_0x301d46={};_0x301d46['kHumm']=_0x26ab5f(0x1cf);const _0x5947a5=_0x301d46,_0xccedb5=_0x5947a5['kHumm'][_0x26ab5f(0x1ca)]('|');let _0x2459e3=0x0;while(!![]){switch(_0xccedb5[_0x2459e3++]){case'0':this['authInfo']={};continue;case'1':this[_0x26ab5f(0x19d)]='';continue;case'2':this[_0x26ab5f(0x1a2)]=![];continue;case'3':this[_0x26ab5f(0x1ad)]={};continue;case'4':this[_0x26ab5f(0x1c7)]='';continue;case'5':this[_0x26ab5f(0x1c3)]={};continue;}break;}}[a60_0x224f85(0x1b4)](_0x1903c2,_0x379550){const _0x502078=a60_0x224f85,_0x2dbe6d={};_0x2dbe6d['MXaCT']=function(_0x4a5eb2,_0x361ad5){return _0x4a5eb2 in _0x361ad5;};const _0x5cdab3=_0x2dbe6d;!_0x5cdab3[_0x502078(0x1bb)](_0x1903c2,this['commands'])&&(this[_0x502078(0x1ad)][_0x1903c2]=[]),this[_0x502078(0x1ad)][_0x1903c2][_0x502078(0x1c4)](_0x379550);}[a60_0x224f85(0x1a1)](_0x472ef0,_0x30eacf){const _0x4db4e6=a60_0x224f85,_0x228b46={'quwgA':function(_0xd5cd08,_0x70d14d){return _0xd5cd08(_0x70d14d);}},_0x148c03=_0x30eacf[_0x4db4e6(0x19e)],_0x59aacd=_0x30eacf[_0x4db4e6(0x1ba)][_0x4db4e6(0x1ca)](_0x472ef0)[0x1],_0x3b6dab=this[_0x4db4e6(0x1c3)][_0x472ef0],_0x427908={'k':_0x148c03+':'+_0x59aacd,'t':_0x228b46['quwgA'](calculateTimeDiff,_0x3b6dab)};this[_0x4db4e6(0x1b4)](_0x472ef0,_0x427908);}[a60_0x224f85(0x1a4)](_0x50e0b2){const _0xab0f54=a60_0x224f85;this[_0xab0f54(0x1c3)][_0x50e0b2]=Date[_0xab0f54(0x1aa)]();}['setAuthInfo'](_0x3092c4,_0x59bbe8){const _0x4d8911=a60_0x224f85;this[_0x4d8911(0x1cc)]['userName']=_0x3092c4,this[_0x4d8911(0x1cc)][_0x4d8911(0x199)]=_0x59bbe8;}[a60_0x224f85(0x1b3)](){const _0x40adc8=a60_0x224f85;return this[_0x40adc8(0x1cc)];}['setProjectNameForHealingContext'](_0x5df8c8){const _0x35ea82=a60_0x224f85;this[_0x35ea82(0x1c7)]=_0x5df8c8;}[a60_0x224f85(0x1b2)](_0x173a82){const _0x326f03=a60_0x224f85;this[_0x326f03(0x19d)]=_0x173a82;}[a60_0x224f85(0x1b8)](_0x29a494){const _0x4088dd=a60_0x224f85;this[_0x4088dd(0x1bd)]=_0x29a494,this[_0x4088dd(0x1bf)](_0x29a494[_0x4088dd(0x1c7)]),this[_0x4088dd(0x1ab)](_0x29a494[_0x4088dd(0x1c1)],_0x29a494['accessKey']);}[a60_0x224f85(0x1b7)](_0x2fce42){const _0xa997d1=a60_0x224f85;this[_0xa997d1(0x1cb)]=_0x2fce42;}[a60_0x224f85(0x1b6)](_0x3d3f41){const _0x1858b1=a60_0x224f85;this[_0x1858b1(0x1a2)]=_0x3d3f41;}[a60_0x224f85(0x1a3)](){const _0xce81b2=a60_0x224f85;return this[_0xce81b2(0x1bd)];}[a60_0x224f85(0x1ce)](){const _0x15f8cf=a60_0x224f85;return this[_0x15f8cf(0x1cb)];}['getProjectName'](){return this['projectName'];}['getTestName'](){const _0x410a86=a60_0x224f85;return this[_0x410a86(0x19d)];}['getCommands'](_0xfdafd3){const _0x4fc4e9=a60_0x224f85,_0x4caaca={};_0x4caaca[_0x4fc4e9(0x1b9)]=_0x4fc4e9(0x1a0),_0x4caaca[_0x4fc4e9(0x1ac)]=_0x4fc4e9(0x1c8),_0x4caaca[_0x4fc4e9(0x1a6)]=function(_0x300dab,_0x36138b){return _0x300dab===_0x36138b;},_0x4caaca[_0x4fc4e9(0x1cd)]=function(_0x2378f9,_0x46b65f){return _0x2378f9+_0x46b65f;},_0x4caaca[_0x4fc4e9(0x1a7)]=_0x4fc4e9(0x1d0);const _0x3b0b0e=_0x4caaca,_0x453ab0=this[_0x4fc4e9(0x1ad)][_0xfdafd3];this[_0x4fc4e9(0x1ad)][_0xfdafd3]=[];if(globals[_0x4fc4e9(0x19f)](_0x3b0b0e['jmCQR'])&&globals[_0x4fc4e9(0x19f)](_0x3b0b0e[_0x4fc4e9(0x1ac)])&&!_0x453ab0||_0x3b0b0e[_0x4fc4e9(0x1a6)](_0x453ab0[_0x4fc4e9(0x1b1)],0x0))return logger[_0x4fc4e9(0x1c6)](_0x3b0b0e['ktPMc'](_0x3b0b0e['xDZNv'],_0xfdafd3)),'';return _0x453ab0[_0x4fc4e9(0x1a9)](_0x5dec76=>JSON[_0x4fc4e9(0x1af)](_0x5dec76))[_0x4fc4e9(0x19a)](',');}[a60_0x224f85(0x1c9)](){const _0x35d718=a60_0x224f85,_0x50512f={};_0x50512f[_0x35d718(0x1c2)]=function(_0xcf771,_0xcd0aee){return _0xcf771===_0xcd0aee;},_0x50512f[_0x35d718(0x1bc)]='true';const _0x520763=_0x50512f;let _0x1c99f1=![];return this[_0x35d718(0x1a3)]()&&(_0x520763[_0x35d718(0x1c2)](this['getConfig']()['selfHeal'],!![])||_0x520763['qQELF'](this[_0x35d718(0x1a3)]()[_0x35d718(0x197)],_0x520763[_0x35d718(0x1bc)]))&&(_0x1c99f1=!![]),_0x1c99f1;}['getTcgTokenStatus'](){return this['isTcgTokenSet'];}}exports[a60_0x224f85(0x1c5)]=new HealingCommandRepo();
1
+ function a60_0xec19(){const _0x3813c4=['setAiSessionTimeStamp','join','4Hsminj','6SlySrG','stringify','24tzfskk','2493239teuZjG','now','../logger','getFramework','163677BczMdd','push','4985497NgOcoH','getTestName','length','1CprKti','setConfig','true','isSelfHealEnabled','testName','dyoOm','pZxYg','xRrjQ','setTcgTokenStatus','1509502YVoYLd','setTestNameForHealingContext','ahuoY','_pushCommand','projectName','AxBRg','AcCKZ','debug','config','framework','userName','fFouN','11863305HvrfJV','2442170TReUKj','8833840gRhuag','isTcgTokenSet','No\x20commands\x20found\x20for\x20session:\x20','aiSessionTimeStamp','split','accessKey','selfHeal','getGlobal','map','commands','winstonLogger','method','getConfig','CPhxB','setProjectNameForHealingContext','setFramework','authInfo','aiHeal_isHealingEnabled','setAuthInfo','getAuthInfo','60nQUron','aiHeal_isAuthenticated','dLQUA','getCommands'];a60_0xec19=function(){return _0x3813c4;};return a60_0xec19();}const a60_0x260405=a60_0x20c5;(function(_0x181861,_0x302f32){const _0x25240c=a60_0x20c5,_0x1b9715=_0x181861();while(!![]){try{const _0x5705f4=parseInt(_0x25240c(0x6e))/0x1*(-parseInt(_0x25240c(0x77))/0x2)+-parseInt(_0x25240c(0x69))/0x3*(parseInt(_0x25240c(0x9f))/0x4)+-parseInt(_0x25240c(0x84))/0x5*(-parseInt(_0x25240c(0xa0))/0x6)+-parseInt(_0x25240c(0xa3))/0x7*(-parseInt(_0x25240c(0xa2))/0x8)+-parseInt(_0x25240c(0x83))/0x9+-parseInt(_0x25240c(0x85))/0xa+parseInt(_0x25240c(0x6b))/0xb*(parseInt(_0x25240c(0x99))/0xc);if(_0x5705f4===_0x302f32)break;else _0x1b9715['push'](_0x1b9715['shift']());}catch(_0x4b1b8b){_0x1b9715['push'](_0x1b9715['shift']());}}}(a60_0xec19,0xc64e5));const calculateTimeDiff=_0x5660ff=>Date[a60_0x260405(0x66)]()-_0x5660ff,logger=require(a60_0x260405(0x67))[a60_0x260405(0x8f)],globals=require('../globals');function a60_0x20c5(_0x4c4af5,_0x174499){const _0xec19db=a60_0xec19();return a60_0x20c5=function(_0x20c593,_0x435fa0){_0x20c593=_0x20c593-0x66;let _0x5d94a5=_0xec19db[_0x20c593];return _0x5d94a5;},a60_0x20c5(_0x4c4af5,_0x174499);}class HealingCommandRepo{constructor(){const _0x350317=a60_0x260405,_0x5a78d6={};_0x5a78d6['uOTCV']='3|5|4|0|2|1';const _0x435995=_0x5a78d6,_0x1d2ad7=_0x435995['uOTCV'][_0x350317(0x89)]('|');let _0x470224=0x0;while(!![]){switch(_0x1d2ad7[_0x470224++]){case'0':this[_0x350317(0x72)]='';continue;case'1':this[_0x350317(0x86)]=![];continue;case'2':this[_0x350317(0x95)]={};continue;case'3':this[_0x350317(0x8e)]={};continue;case'4':this['projectName']='';continue;case'5':this[_0x350317(0x88)]={};continue;}break;}}[a60_0x260405(0x7a)](_0x46184e,_0x129255){const _0x4f04fa=a60_0x260405,_0x536bf5={};_0x536bf5[_0x4f04fa(0x82)]=function(_0xf7acf6,_0x256d06){return _0xf7acf6 in _0x256d06;};const _0x511158=_0x536bf5;!_0x511158[_0x4f04fa(0x82)](_0x46184e,this[_0x4f04fa(0x8e)])&&(this[_0x4f04fa(0x8e)][_0x46184e]=[]),this[_0x4f04fa(0x8e)][_0x46184e][_0x4f04fa(0x6a)](_0x129255);}['pushCommand'](_0x585499,_0x5689ae){const _0x4180d8=a60_0x260405,_0x4ff789={'EmdNK':function(_0x4749ae,_0x4a5d90){return _0x4749ae(_0x4a5d90);}},_0x1dc008=_0x5689ae[_0x4180d8(0x90)],_0x5816ed=_0x5689ae['path'][_0x4180d8(0x89)](_0x585499)[0x1],_0x481e19=this[_0x4180d8(0x88)][_0x585499],_0x11ec52={'k':_0x1dc008+':'+_0x5816ed,'t':_0x4ff789['EmdNK'](calculateTimeDiff,_0x481e19)};this[_0x4180d8(0x7a)](_0x585499,_0x11ec52);}[a60_0x260405(0x9d)](_0x5434bc){this['aiSessionTimeStamp'][_0x5434bc]=Date['now']();}[a60_0x260405(0x97)](_0x38f913,_0x5ad191){const _0x28441f=a60_0x260405;this[_0x28441f(0x95)][_0x28441f(0x81)]=_0x38f913,this[_0x28441f(0x95)]['accessKey']=_0x5ad191;}[a60_0x260405(0x98)](){const _0x50d8d9=a60_0x260405;return this[_0x50d8d9(0x95)];}[a60_0x260405(0x93)](_0x433461){const _0xa64191=a60_0x260405;this[_0xa64191(0x7b)]=_0x433461;}[a60_0x260405(0x78)](_0x3c2e7f){const _0x495eed=a60_0x260405;this[_0x495eed(0x72)]=_0x3c2e7f;}[a60_0x260405(0x6f)](_0x190b5a){const _0x3675fe=a60_0x260405;this[_0x3675fe(0x7f)]=_0x190b5a,this['setProjectNameForHealingContext'](_0x190b5a[_0x3675fe(0x7b)]),this[_0x3675fe(0x97)](_0x190b5a[_0x3675fe(0x81)],_0x190b5a[_0x3675fe(0x8a)]);}[a60_0x260405(0x94)](_0x1e6784){const _0x30e71e=a60_0x260405;this[_0x30e71e(0x80)]=_0x1e6784;}[a60_0x260405(0x76)](_0x48d066){const _0x1ff95c=a60_0x260405;this[_0x1ff95c(0x86)]=_0x48d066;}['getConfig'](){const _0x57a771=a60_0x260405;return this[_0x57a771(0x7f)];}[a60_0x260405(0x68)](){return this['framework'];}['getProjectName'](){const _0x4f7452=a60_0x260405;return this[_0x4f7452(0x7b)];}[a60_0x260405(0x6c)](){const _0x5d2c7f=a60_0x260405;return this[_0x5d2c7f(0x72)];}[a60_0x260405(0x9c)](_0x319325){const _0x376692=a60_0x260405,_0x56252f={};_0x56252f['pZxYg']=_0x376692(0x9a),_0x56252f[_0x376692(0x9b)]=_0x376692(0x96),_0x56252f[_0x376692(0x92)]=function(_0x54aa51,_0x2be0ad){return _0x54aa51===_0x2be0ad;},_0x56252f[_0x376692(0x7d)]=function(_0x468261,_0x41ad59){return _0x468261+_0x41ad59;},_0x56252f[_0x376692(0x79)]=_0x376692(0x87);const _0x24bf08=_0x56252f,_0x5a9bca=this['commands'][_0x319325];this[_0x376692(0x8e)][_0x319325]=[];if(globals[_0x376692(0x8c)](_0x24bf08[_0x376692(0x74)])&&globals[_0x376692(0x8c)](_0x24bf08[_0x376692(0x9b)])&&!_0x5a9bca||_0x24bf08['CPhxB'](_0x5a9bca[_0x376692(0x6d)],0x0))return logger[_0x376692(0x7e)](_0x24bf08[_0x376692(0x7d)](_0x24bf08[_0x376692(0x79)],_0x319325)),'';return _0x5a9bca[_0x376692(0x8d)](_0x356c90=>JSON[_0x376692(0xa1)](_0x356c90))[_0x376692(0x9e)](',');}[a60_0x260405(0x71)](){const _0x2b67e3=a60_0x260405,_0x8d9d99={};_0x8d9d99['AxBRg']=function(_0x341e93,_0x1a6028){return _0x341e93===_0x1a6028;},_0x8d9d99[_0x2b67e3(0x73)]=function(_0x31ce01,_0x7f3154){return _0x31ce01===_0x7f3154;},_0x8d9d99[_0x2b67e3(0x75)]=_0x2b67e3(0x70);const _0x1c337=_0x8d9d99;let _0x47b1d0=![];return this[_0x2b67e3(0x91)]()&&(_0x1c337[_0x2b67e3(0x7c)](this[_0x2b67e3(0x91)]()[_0x2b67e3(0x8b)],!![])||_0x1c337[_0x2b67e3(0x73)](this['getConfig']()['selfHeal'],_0x1c337[_0x2b67e3(0x75)]))&&(_0x47b1d0=!![]),_0x47b1d0;}['getTcgTokenStatus'](){const _0x3c993c=a60_0x260405;return this[_0x3c993c(0x86)];}}exports['commandRepository']=new HealingCommandRepo();
@@ -1 +1 @@
1
- var a61_0x6ed5e3=a61_0x4075;(function(_0x3fa9a8,_0x1e21fd){var _0x575cc4=a61_0x4075,_0x30cb87=_0x3fa9a8();while(!![]){try{var _0x5e5dd3=-parseInt(_0x575cc4(0x104))/0x1*(-parseInt(_0x575cc4(0xfc))/0x2)+-parseInt(_0x575cc4(0x102))/0x3*(-parseInt(_0x575cc4(0xf9))/0x4)+-parseInt(_0x575cc4(0xf8))/0x5*(parseInt(_0x575cc4(0xfa))/0x6)+-parseInt(_0x575cc4(0x100))/0x7+parseInt(_0x575cc4(0xfe))/0x8*(parseInt(_0x575cc4(0x105))/0x9)+parseInt(_0x575cc4(0x103))/0xa+parseInt(_0x575cc4(0x101))/0xb*(-parseInt(_0x575cc4(0xfd))/0xc);if(_0x5e5dd3===_0x1e21fd)break;else _0x30cb87['push'](_0x30cb87['shift']());}catch(_0x438022){_0x30cb87['push'](_0x30cb87['shift']());}}}(a61_0x5c3a,0x1da37));var a61_0x3cdffe={};function a61_0x5c3a(){var _0xe7106b=['10872uHBMhv','250872moXjKt','exports','1057070PuLmQW','1397iaLuys','175011MmXZGh','1370770ZTEIPB','1hcDOcf','63OycNtW','190285iophet','4Osjbco','6XBwRMV','API_ENDPOINT','21202ZONReo'];a61_0x5c3a=function(){return _0xe7106b;};return a61_0x5c3a();}function a61_0x4075(_0x5ab8e3,_0x59ca09){var _0x5c3a21=a61_0x5c3a();return a61_0x4075=function(_0x4075ab,_0x41af3e){_0x4075ab=_0x4075ab-0xf8;var _0x1df6b7=_0x5c3a21[_0x4075ab];return _0x1df6b7;},a61_0x4075(_0x5ab8e3,_0x59ca09);}a61_0x3cdffe['BUILDS_DASHBOARD_URL']='https://grid.browserstack.com/dashboard/builds',a61_0x3cdffe[a61_0x6ed5e3(0xfb)]='automate-turboscale/v1',module[a61_0x6ed5e3(0xff)]=a61_0x3cdffe;
1
+ var a61_0x227c58=a61_0x5149;(function(_0x2082da,_0x5074da){var _0x3e0adb=a61_0x5149,_0x161a2c=_0x2082da();while(!![]){try{var _0x5999ee=-parseInt(_0x3e0adb(0x86))/0x1*(parseInt(_0x3e0adb(0x94))/0x2)+parseInt(_0x3e0adb(0x92))/0x3*(parseInt(_0x3e0adb(0x87))/0x4)+-parseInt(_0x3e0adb(0x90))/0x5*(-parseInt(_0x3e0adb(0x8e))/0x6)+parseInt(_0x3e0adb(0x95))/0x7*(parseInt(_0x3e0adb(0x88))/0x8)+parseInt(_0x3e0adb(0x8a))/0x9*(parseInt(_0x3e0adb(0x89))/0xa)+parseInt(_0x3e0adb(0x8d))/0xb+parseInt(_0x3e0adb(0x8f))/0xc*(-parseInt(_0x3e0adb(0x93))/0xd);if(_0x5999ee===_0x5074da)break;else _0x161a2c['push'](_0x161a2c['shift']());}catch(_0x20325c){_0x161a2c['push'](_0x161a2c['shift']());}}}(a61_0x1e89,0xbf495));var a61_0x242923={};function a61_0x1e89(){var _0x17cfe0=['11430045NpWOLW','210aGriym','36785316Jwbbmt','55795qwvHAK','API_ENDPOINT','6pMjrve','13vMhtXx','81676WdHPDt','8228017VOLuXe','10DUKiWp','1846284nUASJI','8tZIric','90tlQtVQ','729099mVzbAu','BUILDS_DASHBOARD_URL','exports'];a61_0x1e89=function(){return _0x17cfe0;};return a61_0x1e89();}function a61_0x5149(_0x26e93a,_0x521fa9){var _0x1e8918=a61_0x1e89();return a61_0x5149=function(_0x514947,_0x2a67f3){_0x514947=_0x514947-0x86;var _0x2691e3=_0x1e8918[_0x514947];return _0x2691e3;},a61_0x5149(_0x26e93a,_0x521fa9);}a61_0x242923[a61_0x227c58(0x8b)]='https://grid.browserstack.com/dashboard/builds',a61_0x242923[a61_0x227c58(0x91)]='automate-turboscale/v1',module[a61_0x227c58(0x8c)]=a61_0x242923;
@@ -1 +1 @@
1
- const a62_0x4f06cf=a62_0x37a2;(function(_0x4b1baf,_0x40cf74){const _0x141acb=a62_0x37a2,_0x6512c1=_0x4b1baf();while(!![]){try{const _0x435ef0=-parseInt(_0x141acb(0x1e1))/0x1*(parseInt(_0x141acb(0x1d5))/0x2)+-parseInt(_0x141acb(0x1d0))/0x3*(-parseInt(_0x141acb(0x1d1))/0x4)+parseInt(_0x141acb(0x1da))/0x5+-parseInt(_0x141acb(0x1ce))/0x6+-parseInt(_0x141acb(0x1d2))/0x7+parseInt(_0x141acb(0x1e6))/0x8*(-parseInt(_0x141acb(0x1ea))/0x9)+parseInt(_0x141acb(0x1e2))/0xa*(parseInt(_0x141acb(0x1db))/0xb);if(_0x435ef0===_0x40cf74)break;else _0x6512c1['push'](_0x6512c1['shift']());}catch(_0xc858c3){_0x6512c1['push'](_0x6512c1['shift']());}}}(a62_0x1843,0x8ff51));const constants=require(a62_0x4f06cf(0x1e0));exports[a62_0x4f06cf(0x1e8)]=()=>{const _0x1bc0ba=a62_0x4f06cf;if(!constants[_0x1bc0ba(0x1dc)]['options'])return{};return constants[_0x1bc0ba(0x1dc)][_0x1bc0ba(0x1cf)];},exports[a62_0x4f06cf(0x1ec)]=_0x493d24=>{const _0x1c91e8=a62_0x4f06cf,_0x15a1f0={};_0x15a1f0[_0x1c91e8(0x1dd)]=_0x1c91e8(0x1d8);const _0x1ec14f=_0x15a1f0;if(_0x493d24[_0x1c91e8(0x1e3)]&&_0x493d24['turboScaleOptions'][_0x1c91e8(0x1d4)])return _0x493d24[_0x1c91e8(0x1e3)][_0x1c91e8(0x1d4)];if(process[_0x1c91e8(0x1e7)][_0x1c91e8(0x1eb)])return process[_0x1c91e8(0x1e7)][_0x1c91e8(0x1eb)];return _0x1ec14f['WSOKW'];},exports['isTurboScaleSession']=_0xa5bca7=>{const _0x2f3a09=a62_0x4f06cf,_0x3f1ed5={};_0x3f1ed5['NSVlR']=function(_0x3c9b90,_0x25f4c8){return _0x3c9b90===_0x25f4c8;};const _0x2c3fff=_0x3f1ed5;return _0xa5bca7&&_0x2c3fff[_0x2f3a09(0x1df)](_0xa5bca7[_0x2f3a09(0x1d9)],!![]);},exports[a62_0x4f06cf(0x1ed)]=(_0x546f25,_0x5a49c8,_0x2cc0dc)=>{const _0x95238f=a62_0x4f06cf,_0x13d72d={};_0x13d72d[_0x95238f(0x1d7)]=_0x95238f(0x1e9);const _0x115b61=_0x13d72d,_0x4bd75e={};_0x4bd75e[_0x95238f(0x1e4)]=_0x115b61[_0x95238f(0x1d7)];_0x546f25[_0x95238f(0x1d6)]&&(_0x4bd75e[_0x95238f(0x1d6)]=Array[_0x95238f(0x1d3)](_0x546f25[_0x95238f(0x1d6)])?_0x546f25[_0x95238f(0x1d6)]:_0x546f25[_0x95238f(0x1d6)][_0x95238f(0x1de)](','));if(process[_0x95238f(0x1e7)][_0x95238f(0x1e5)])try{_0x4bd75e[_0x95238f(0x1d6)]=process[_0x95238f(0x1e7)]['BROWSERSTACK_BUILD_TAGS']['split'](',');}catch{_0x4bd75e['buildTags']=process[_0x95238f(0x1e7)][_0x95238f(0x1e5)];}return _0x546f25['buildPriority']&&(_0x4bd75e[_0x95238f(0x1e4)]=_0x546f25[_0x95238f(0x1e4)]),process['env'][_0x95238f(0x1ee)]&&(_0x4bd75e[_0x95238f(0x1e4)]=process[_0x95238f(0x1e7)][_0x95238f(0x1ee)]),_0x4bd75e;};function a62_0x37a2(_0x2b6248,_0x3244ab){const _0x1843d9=a62_0x1843();return a62_0x37a2=function(_0x37a2e9,_0x35d799){_0x37a2e9=_0x37a2e9-0x1ce;let _0x2a86b1=_0x1843d9[_0x37a2e9];return _0x2a86b1;},a62_0x37a2(_0x2b6248,_0x3244ab);}function a62_0x1843(){const _0x100bd7=['TURBOSCALE_OPTIONS','WSOKW','split','NSVlR','../../bin/utils/constants','72317UbhyOa','225970UARmIE','turboScaleOptions','buildPriority','BROWSERSTACK_BUILD_TAGS','5922136AZLuNQ','env','getTurboScaleOptions','medium','9KIsIIu','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleGridName','getTurboScaleCaps','BROWSERSTACK_BUILD_PRIORITY','3479592TvmCgw','options','1281201mipyqH','4VkiIRL','1318912zuvBYP','isArray','gridName','14vLDSQa','buildTags','kpuBX','NO_GRID_NAME_PASSED','turboScale','5576785FgRgzD','517QDVtuu'];a62_0x1843=function(){return _0x100bd7;};return a62_0x1843();}
1
+ const a62_0x272bf4=a62_0x43a2;(function(_0x44a0be,_0x94d10e){const _0x47a8e3=a62_0x43a2,_0x46763a=_0x44a0be();while(!![]){try{const _0x33430b=-parseInt(_0x47a8e3(0x165))/0x1*(parseInt(_0x47a8e3(0x157))/0x2)+parseInt(_0x47a8e3(0x156))/0x3+parseInt(_0x47a8e3(0x14d))/0x4+-parseInt(_0x47a8e3(0x155))/0x5+-parseInt(_0x47a8e3(0x152))/0x6*(-parseInt(_0x47a8e3(0x154))/0x7)+-parseInt(_0x47a8e3(0x159))/0x8*(-parseInt(_0x47a8e3(0x169))/0x9)+-parseInt(_0x47a8e3(0x15d))/0xa;if(_0x33430b===_0x94d10e)break;else _0x46763a['push'](_0x46763a['shift']());}catch(_0xb0d8c5){_0x46763a['push'](_0x46763a['shift']());}}}(a62_0x39bb,0x94390));const constants=require('../../bin/utils/constants');function a62_0x39bb(){const _0x3d2821=['2837244qQAIlK','env','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleOptions','TURBOSCALE_OPTIONS','77850WUwlqv','buildTags','154xLHhsU','5931845MODcFi','2216637JUWWBi','518JqLsHI','medium','4643968HanBof','split','BROWSERSTACK_BUILD_TAGS','getTurboScaleCaps','9962480ShqQEG','isArray','CDtPi','ktCKj','gridName','getTurboScaleGridName','buildPriority','turboScaleOptions','405JgBJbD','BROWSERSTACK_BUILD_PRIORITY','lsphh','options','18JfbGdH','isTurboScaleSession'];a62_0x39bb=function(){return _0x3d2821;};return a62_0x39bb();}function a62_0x43a2(_0x255c14,_0x358642){const _0x39bb88=a62_0x39bb();return a62_0x43a2=function(_0x43a25d,_0x18051d){_0x43a25d=_0x43a25d-0x14c;let _0x34e8f9=_0x39bb88[_0x43a25d];return _0x34e8f9;},a62_0x43a2(_0x255c14,_0x358642);}exports[a62_0x272bf4(0x150)]=()=>{const _0x53985f=a62_0x272bf4;if(!constants[_0x53985f(0x151)][_0x53985f(0x168)])return{};return constants['TURBOSCALE_OPTIONS']['options'];},exports[a62_0x272bf4(0x162)]=_0xbcb1d8=>{const _0x4547be=a62_0x272bf4,_0x1ac17f={};_0x1ac17f[_0x4547be(0x167)]='NO_GRID_NAME_PASSED';const _0x5966cc=_0x1ac17f;if(_0xbcb1d8[_0x4547be(0x164)]&&_0xbcb1d8['turboScaleOptions'][_0x4547be(0x161)])return _0xbcb1d8[_0x4547be(0x164)][_0x4547be(0x161)];if(process['env'][_0x4547be(0x14f)])return process[_0x4547be(0x14e)][_0x4547be(0x14f)];return _0x5966cc[_0x4547be(0x167)];},exports[a62_0x272bf4(0x14c)]=_0x4ba7d7=>{const _0x5c1629=a62_0x272bf4,_0x5c1ea3={};_0x5c1ea3[_0x5c1629(0x160)]=function(_0x76c2c3,_0x3ed4b8){return _0x76c2c3===_0x3ed4b8;};const _0x429c21=_0x5c1ea3;return _0x4ba7d7&&_0x429c21['ktCKj'](_0x4ba7d7['turboScale'],!![]);},exports[a62_0x272bf4(0x15c)]=(_0x35ef3c,_0x5199a0,_0x34f952)=>{const _0x19e516=a62_0x272bf4,_0x8b337e={};_0x8b337e[_0x19e516(0x15f)]=_0x19e516(0x158);const _0x241a9a=_0x8b337e,_0x278ff7={};_0x278ff7[_0x19e516(0x163)]=_0x241a9a[_0x19e516(0x15f)];_0x35ef3c[_0x19e516(0x153)]&&(_0x278ff7[_0x19e516(0x153)]=Array[_0x19e516(0x15e)](_0x35ef3c[_0x19e516(0x153)])?_0x35ef3c[_0x19e516(0x153)]:_0x35ef3c[_0x19e516(0x153)][_0x19e516(0x15a)](','));if(process[_0x19e516(0x14e)]['BROWSERSTACK_BUILD_TAGS'])try{_0x278ff7[_0x19e516(0x153)]=process[_0x19e516(0x14e)]['BROWSERSTACK_BUILD_TAGS'][_0x19e516(0x15a)](',');}catch{_0x278ff7[_0x19e516(0x153)]=process['env'][_0x19e516(0x15b)];}return _0x35ef3c[_0x19e516(0x163)]&&(_0x278ff7[_0x19e516(0x163)]=_0x35ef3c[_0x19e516(0x163)]),process[_0x19e516(0x14e)][_0x19e516(0x166)]&&(_0x278ff7['buildPriority']=process[_0x19e516(0x14e)]['BROWSERSTACK_BUILD_PRIORITY']),_0x278ff7;};
@@ -1 +1 @@
1
- var a63_0x4d6a43=a63_0xb895;(function(_0x22e6f7,_0x6ef26d){var _0x2c213c=a63_0xb895,_0x37302d=_0x22e6f7();while(!![]){try{var _0x6b4328=-parseInt(_0x2c213c(0x23d))/0x1+-parseInt(_0x2c213c(0x247))/0x2*(-parseInt(_0x2c213c(0x229))/0x3)+-parseInt(_0x2c213c(0x221))/0x4*(-parseInt(_0x2c213c(0x233))/0x5)+parseInt(_0x2c213c(0x231))/0x6+-parseInt(_0x2c213c(0x286))/0x7+-parseInt(_0x2c213c(0x237))/0x8+parseInt(_0x2c213c(0x28c))/0x9;if(_0x6b4328===_0x6ef26d)break;else _0x37302d['push'](_0x37302d['shift']());}catch(_0xd3fe18){_0x37302d['push'](_0x37302d['shift']());}}}(a63_0xa6ed,0x4f49a),exports[a63_0x4d6a43(0x224)]=()=>{var _0x2cc392=a63_0x4d6a43,_0x25ef48={};_0x25ef48[_0x2cc392(0x1ec)]='browserstack.user_name',_0x25ef48[_0x2cc392(0x277)]=_0x2cc392(0x27f),_0x25ef48[_0x2cc392(0x239)]=_0x2cc392(0x240),_0x25ef48[_0x2cc392(0x223)]='browserstack.accessKey',_0x25ef48['FnOCZ']=_0x2cc392(0x279),_0x25ef48[_0x2cc392(0x276)]=_0x2cc392(0x274),_0x25ef48[_0x2cc392(0x1e6)]=_0x2cc392(0x27b),_0x25ef48['nZmoo']=_0x2cc392(0x25f),_0x25ef48[_0x2cc392(0x255)]=_0x2cc392(0x292),_0x25ef48[_0x2cc392(0x23e)]=_0x2cc392(0x1f5),_0x25ef48[_0x2cc392(0x23c)]=_0x2cc392(0x1de),_0x25ef48[_0x2cc392(0x217)]=_0x2cc392(0x1f2),_0x25ef48[_0x2cc392(0x22b)]='browserstack.app',_0x25ef48['FMznB']='browserstack.logLevel',_0x25ef48[_0x2cc392(0x241)]='browserstack.automation';var _0x3c9e27=_0x25ef48,_0x264c49={};return _0x264c49[_0x2cc392(0x26b)]=[_0x3c9e27[_0x2cc392(0x1ec)],_0x3c9e27[_0x2cc392(0x277)]],_0x264c49[_0x2cc392(0x267)]=[_0x3c9e27[_0x2cc392(0x239)],_0x3c9e27['HARgy']],_0x264c49[_0x2cc392(0x27e)]=[_0x3c9e27[_0x2cc392(0x1ed)]],_0x264c49[_0x2cc392(0x230)]=[_0x3c9e27[_0x2cc392(0x276)]],_0x264c49['buildIdentifier']=[_0x3c9e27['ANKYB']],_0x264c49[_0x2cc392(0x1f7)]=[_0x3c9e27[_0x2cc392(0x243)],_0x3c9e27[_0x2cc392(0x255)]],_0x264c49[_0x2cc392(0x251)]=[_0x3c9e27['wMPkX']],_0x264c49[_0x2cc392(0x1eb)]=[_0x3c9e27['WKZxM']],_0x264c49[_0x2cc392(0x21d)]=[_0x3c9e27['fBuOs']],_0x264c49['app']=[_0x3c9e27[_0x2cc392(0x22b)]],_0x264c49['logLevel']=[_0x3c9e27[_0x2cc392(0x222)]],_0x264c49[_0x2cc392(0x22a)]=[_0x3c9e27[_0x2cc392(0x241)]],_0x264c49;},exports[a63_0x4d6a43(0x1df)]=()=>{var _0x542548=a63_0x4d6a43,_0x277db5={};_0x277db5[_0x542548(0x1d9)]=_0x542548(0x242),_0x277db5['nwxSb']=_0x542548(0x1e7),_0x277db5[_0x542548(0x21a)]=_0x542548(0x257),_0x277db5[_0x542548(0x264)]=_0x542548(0x232),_0x277db5['wQcIy']=_0x542548(0x28f),_0x277db5[_0x542548(0x21b)]=_0x542548(0x28a),_0x277db5[_0x542548(0x201)]=_0x542548(0x1e2),_0x277db5['owCyc']='BROWSERSTACK_LOCAL',_0x277db5[_0x542548(0x26d)]=_0x542548(0x1db),_0x277db5['qFfSx']=_0x542548(0x206),_0x277db5['laVrw']=_0x542548(0x27a),_0x277db5[_0x542548(0x24f)]=_0x542548(0x22d),_0x277db5[_0x542548(0x213)]=_0x542548(0x288),_0x277db5[_0x542548(0x271)]=_0x542548(0x26a);var _0x243ce3=_0x277db5,_0x1fe6c5={};return _0x1fe6c5[_0x542548(0x26b)]=[_0x243ce3[_0x542548(0x1d9)],_0x243ce3['nwxSb']],_0x1fe6c5['accessKey']=[_0x243ce3[_0x542548(0x21a)]],_0x1fe6c5[_0x542548(0x27e)]=[_0x243ce3[_0x542548(0x264)]],_0x1fe6c5[_0x542548(0x230)]=[_0x243ce3['wQcIy']],_0x1fe6c5[_0x542548(0x1f1)]=[_0x243ce3[_0x542548(0x21b)]],_0x1fe6c5['parallelsPerPlatform']=[_0x243ce3[_0x542548(0x201)]],_0x1fe6c5[_0x542548(0x251)]=[_0x243ce3[_0x542548(0x27d)]],_0x1fe6c5[_0x542548(0x1eb)]=[_0x243ce3[_0x542548(0x26d)]],_0x1fe6c5[_0x542548(0x21d)]=[_0x243ce3[_0x542548(0x246)]],_0x1fe6c5[_0x542548(0x1f3)]=[_0x243ce3[_0x542548(0x205)],_0x243ce3['MgkRo']],_0x1fe6c5[_0x542548(0x1f4)]=[_0x243ce3[_0x542548(0x213)]],_0x1fe6c5[_0x542548(0x22a)]=[_0x243ce3['WwqsP']],_0x1fe6c5;},exports[a63_0x4d6a43(0x235)]=()=>[a63_0x4d6a43(0x28b),a63_0x4d6a43(0x260),a63_0x4d6a43(0x20a),a63_0x4d6a43(0x1f9),a63_0x4d6a43(0x1f3),'udid',a63_0x4d6a43(0x25d),a63_0x4d6a43(0x1da),a63_0x4d6a43(0x1ef),a63_0x4d6a43(0x24d),a63_0x4d6a43(0x1fc),a63_0x4d6a43(0x21e),a63_0x4d6a43(0x1ee),'eventTimings',a63_0x4d6a43(0x278),'otherApps','printPageSourceOnFindFailure',a63_0x4d6a43(0x226),'appPackage',a63_0x4d6a43(0x1e3),a63_0x4d6a43(0x269),a63_0x4d6a43(0x21f),'deviceReadyTimeout',a63_0x4d6a43(0x210),a63_0x4d6a43(0x208),'androidCoverageEndIntent','androidDeviceReadyTimeout','adbPort',a63_0x4d6a43(0x203),a63_0x4d6a43(0x265),a63_0x4d6a43(0x219),a63_0x4d6a43(0x284),a63_0x4d6a43(0x287),'avdReadyTimeout',a63_0x4d6a43(0x250),a63_0x4d6a43(0x263),a63_0x4d6a43(0x22e),a63_0x4d6a43(0x254),'keyAlias',a63_0x4d6a43(0x26c),a63_0x4d6a43(0x23a),a63_0x4d6a43(0x23b),a63_0x4d6a43(0x200),a63_0x4d6a43(0x20b),a63_0x4d6a43(0x1e8),a63_0x4d6a43(0x204),a63_0x4d6a43(0x270),'chromedriverDisableBuildCheck',a63_0x4d6a43(0x1dd),a63_0x4d6a43(0x1e0),a63_0x4d6a43(0x215),a63_0x4d6a43(0x21c),a63_0x4d6a43(0x25e),'dontStopAppOnReset','unicodeKeyboard',a63_0x4d6a43(0x212),'noSign',a63_0x4d6a43(0x290),a63_0x4d6a43(0x289),a63_0x4d6a43(0x253),'recreateChromeDriverSessions',a63_0x4d6a43(0x1fd),a63_0x4d6a43(0x1f8),a63_0x4d6a43(0x25a),a63_0x4d6a43(0x1f6),a63_0x4d6a43(0x23f),'adbExecTimeout',a63_0x4d6a43(0x1f0),'skipDeviceInitialization',a63_0x4d6a43(0x24e),a63_0x4d6a43(0x220),a63_0x4d6a43(0x202),a63_0x4d6a43(0x249),a63_0x4d6a43(0x27c),a63_0x4d6a43(0x24b),a63_0x4d6a43(0x25b),a63_0x4d6a43(0x272),a63_0x4d6a43(0x20c),a63_0x4d6a43(0x218),a63_0x4d6a43(0x238),a63_0x4d6a43(0x248),a63_0x4d6a43(0x273),a63_0x4d6a43(0x26e),a63_0x4d6a43(0x214),a63_0x4d6a43(0x256),a63_0x4d6a43(0x1d8),a63_0x4d6a43(0x207),a63_0x4d6a43(0x262),a63_0x4d6a43(0x258),a63_0x4d6a43(0x22f),a63_0x4d6a43(0x268),a63_0x4d6a43(0x28e),a63_0x4d6a43(0x20e),a63_0x4d6a43(0x1ea),a63_0x4d6a43(0x22c),'safariInitialUrl',a63_0x4d6a43(0x252),'safariIgnoreFraudWarning',a63_0x4d6a43(0x1dc),'keepKeyChains',a63_0x4d6a43(0x1e4),'processArguments',a63_0x4d6a43(0x1e5),a63_0x4d6a43(0x24c),a63_0x4d6a43(0x1fe),a63_0x4d6a43(0x1e9),'screenshotWaitTimeout',a63_0x4d6a43(0x259),'enableAsyncExecuteFromHttps',a63_0x4d6a43(0x261),a63_0x4d6a43(0x26f),a63_0x4d6a43(0x1d7),a63_0x4d6a43(0x275),a63_0x4d6a43(0x283),a63_0x4d6a43(0x1e1),'customSSLCert',a63_0x4d6a43(0x281),a63_0x4d6a43(0x209),a63_0x4d6a43(0x1fa),a63_0x4d6a43(0x266),a63_0x4d6a43(0x244),a63_0x4d6a43(0x25c),'keychainPassword',a63_0x4d6a43(0x1ff),a63_0x4d6a43(0x28d),a63_0x4d6a43(0x227),a63_0x4d6a43(0x20f),'useNewWDA',a63_0x4d6a43(0x225),a63_0x4d6a43(0x282),a63_0x4d6a43(0x24a),'xcodeSigningId',a63_0x4d6a43(0x280),'resetOnSessionStartOnly',a63_0x4d6a43(0x216),'wdaStartupRetries','wdaStartupRetryInterval',a63_0x4d6a43(0x234),a63_0x4d6a43(0x228),'simpleIsVisibleCheck',a63_0x4d6a43(0x211),a63_0x4d6a43(0x1fb),a63_0x4d6a43(0x285),a63_0x4d6a43(0x236),'ignoreHiddenApiPolicyError','mockLocationApp',a63_0x4d6a43(0x20d),a63_0x4d6a43(0x291),a63_0x4d6a43(0x245)]);function a63_0xb895(_0x30a830,_0x174844){var _0xa6ed4c=a63_0xa6ed();return a63_0xb895=function(_0xb895cb,_0x17c18b){_0xb895cb=_0xb895cb-0x1d7;var _0x50b9f5=_0xa6ed4c[_0xb895cb];return _0x50b9f5;},a63_0xb895(_0x30a830,_0x174844);}function a63_0xa6ed(){var _0x42666c=['keystorePath','locationServicesEnabled','projectName','2808972TBelZC','BROWSERSTACK_BUILD_NAME','5NGOgIg','connectHardwareKeyboard','AppiumCaps','allowTouchIdEnroll','4737272KnWCOU','disableWindowAnimation','EWSeC','chromedriverExecutable','chromedriverArgs','WKZxM','215570NoioBO','wMPkX','isHeadless','browserstack.access_key','jQVhR','BROWSERSTACK_USERNAME','nZmoo','iosInstallPause','allowDelayAdb','qFfSx','1334mwhqiu','buildToolsVersion','remoteAdbHost','xcodeOrgId','unlockType','showIOSLog','autoWebview','autoGrantPermissions','MgkRo','avdArgs','browserstackLocal','safariAllowPopups','chromeOptions','keystorePassword','JsqmA','enableWebviewDetailsCollection','BROWSERSTACK_ACCESS_KEY','launchTimeout','remoteDebugProxy','networkSpeed','unlockKey','xcodeConfigFile','language','optionalIntentArguments','browserstack.ppp','platformVersion','skipLogCapture','bundleId','useKeystore','aOVPy','androidInstallTimeout','showXcodeLog','accessKey','locationServicesAuthorized','appWaitPackage','BROWSERSTACK_AUTOMATION','userName','keyPassword','aTdTe','ensureWebviewsHavePages','webkitDebugProxyPort','chromedriverPorts','WwqsP','autoLaunch','enforceAppInstall','browserstack.projectName','waitForAppScript','YLtCH','UKIhq','enablePerformanceLogging','browserstack.buildName','BROWSERSTACK_APP_ID','browserstack.buildIdentifier','skipUnlock','owCyc','buildName','browserstack.userName','updatedWDABundleId','tapWithShortPressDuration','wdaConnectionTimeout','webviewConnectRetries','avd','startIWDP','3270232cZmWDA','avdLaunchTimeout','BROWSERSTACK_OBSERVABILITY_DEBUG','disableAndroidWatchers','BROWSERSTACK_BUILD_IDENTIFIER','automationName','4611429zOiXAd','preventWDAAttachments','autoAcceptAlerts','BROWSERSTACK_PROJECT_NAME','ignoreUnimportantViews','logcatFilterSpecs','browserstack.parallelsPerPlatform','fullContextList','remoteAppsCacheLimit','MIFmu','locale','BROWSERSTACK_LOCAL_IDENTIFIER','safariOpenLinksInBackground','autoWebviewTimeout','browserstack.localIdentifier','EnvCapsMapping','intentAction','appName','BROWSERSTACK_PARALLELS_PER_PLATFORM','appWaitActivity','localizableStringsDir','interKeyDelay','ANKYB','BROWSERSTACK_USER_NAME','chromedriverUseSystemExecutable','webkitResponseTimeout','nativeInstrumentsLib','localIdentifier','wPgdf','FnOCZ','clearSystemFiles','orientation','localeScript','buildIdentifier','browserstack.rerunTests','app','logLevel','browserstack.local','gpsEnabled','parallelsPerPlatform','androidScreenshotPath','newCommandTimeout','wdaLocalPort','shouldUseSingletonTestManager','noReset','nativeWebScreenshot','sendKeyStrategy','usePrebuiltWDA','chromedriverExecutableDir','FFQyG','systemPort','androidDeviceSocket','chromedriverPort','laVrw','BROWSERSTACK_RERUN_TESTS','calendarFormat','androidCoverage','scaleFactor','deviceName','chromedriverChromeMappingFile','skipLogcatCapture','logcatFormat','autoDismissAlerts','keychainPath','allowTestPackages','useCarthageSsl','resetKeyboard','Schen','webviewDevtoolsPort','intentCategory','commandTimeouts','fBuOs','uninstallOtherPackages','androidInstallPath','pfnpy','YkWLt','intentFlags','rerunTests','fullReset','appWaitDuration','androidNaturalOrientation','318084QdMwlS','FMznB','HARgy','CLICapsMapping','wdaLaunchTimeout','appActivity','webDriverAgentUrl','maxTypingFrequency','2427LwUHdL','automation','MBMXy','nativeWebTap','BROWSERSTACK_APP'];a63_0xa6ed=function(){return _0x42666c;};return a63_0xa6ed();}
1
+ function a63_0x28b5(){var _0x3f20f3=['BROWSERSTACK_USERNAME','enableWebviewDetailsCollection','buildName','appActivity','keyPassword','interKeyDelay','BROWSERSTACK_ACCESS_KEY','AppiumCaps','noSign','automationName','fullReset','BROWSERSTACK_OBSERVABILITY_DEBUG','avdLaunchTimeout','otherApps','webkitDebugProxyPort','BROWSERSTACK_APP','webviewDevtoolsPort','skipDeviceInitialization','locationServicesAuthorized','unicodeKeyboard','browserstack.buildIdentifier','androidCoverage','screenshotWaitTimeout','simpleIsVisibleCheck','localizableStringsDir','LcOET','androidInstallPath','remoteAppsCacheLimit','logcatFilterSpecs','WeZVq','scaleFactor','resetOnSessionStartOnly','402216EupODb','locale','resetKeyboard','safariIgnoreFraudWarning','autoLaunch','LDpJZ','uninstallOtherPackages','rerunTests','BROWSERSTACK_PARALLELS_PER_PLATFORM','chromeOptions','networkSpeed','browserstack.accessKey','chromedriverArgs','platformVersion','orientation','yrXCh','accessKey','browserstack.projectName','BROWSERSTACK_RERUN_TESTS','browserstackLocal','calendarFormat','BROWSERSTACK_BUILD_IDENTIFIER','chromedriverDisableBuildCheck','xcodeOrgId','updatedWDABundleId','keychainPath','BROWSERSTACK_LOCAL_IDENTIFIER','enableAsyncExecuteFromHttps','mockLocationApp','browserstack.ppp','useCarthageSsl','avdReadyTimeout','appWaitActivity','BROWSERSTACK_APP_ID','androidDeviceSocket','oYNtE','skipLogCapture','browserstack.rerunTests','RiTQe','appWaitPackage','parallelsPerPlatform','keepKeyChains','intentAction','17330bVTMMI','1683CBitrD','customSSLCert','kPgYX','userName','optionalIntentArguments','logcatFormat','webviewConnectRetries','appWaitDuration','AITlK','intentCategory','browserstack.userName','deviceName','8ggCWYS','connectHardwareKeyboard','bundleId','oHtvj','nativeWebScreenshot','chromedriverExecutableDir','BROWSERSTACK_USER_NAME','systemPort','allowTouchIdEnroll','browserstack.user_name','ignoreUnimportantViews','commandTimeouts','disableWindowAnimation','yeqCE','eventTimings','androidDeviceReadyTimeout','localIdentifier','buildToolsVersion','fullContextList','waitForAppScript','10379elbGrM','chromedriverChromeMappingFile','deviceReadyTimeout','QoSxb','CJkJF','autoAcceptAlerts','useNewWDA','safariAllowPopups','CLICapsMapping','KYtTP','unlockKey','useKeystore','Kyinp','autoGrantPermissions','xcodeConfigFile','dontStopAppOnReset','1197165QFbTdy','skipLogcatCapture','lhVJW','language','BROWSERSTACK_LOCAL','browserstack.parallelsPerPlatform','browserstack.access_key','browserstack.automation','Snnno','wdaLocalPort','efneM','xcodeSigningId','396987CmUNrV','usePrebuiltWDA','skipUnlock','avdArgs','intentFlags','ztEiy','iJtCi','remoteAdbHost','app','jLglg','showIOSLog','1424900chXGoI','wdaStartupRetries','ozgsO','startIWDP','projectName','showXcodeLog','BROWSERSTACK_PROJECT_NAME','browserstack.local','wKFSd','browserstack.logLevel','isHeadless','avd','xivNo','recreateChromeDriverSessions','noReset','wdaLaunchTimeout','automation','21Zkyrxz','androidNaturalOrientation','processArguments','2252979dUpRwZ','gzFiz','safariOpenLinksInBackground','appName','HOIpU','logLevel','safariInitialUrl','webDriverAgentUrl','nativeWebTap','keystorePassword','browserstack.app','nativeInstrumentsLib','newCommandTimeout','suiJv','browserstack.buildName','unlockType','EnvCapsMapping','maxTypingFrequency','webkitResponseTimeout','autoWebviewTimeout','BROWSERSTACK_AUTOMATION','udid','ignoreHiddenApiPolicyError','iosInstallPause','autoWebview','2lRjitJ','buildIdentifier','enablePerformanceLogging'];a63_0x28b5=function(){return _0x3f20f3;};return a63_0x28b5();}function a63_0xbd42(_0x4b20da,_0x3e1f91){var _0x28b514=a63_0x28b5();return a63_0xbd42=function(_0xbd4244,_0x59b5c0){_0xbd4244=_0xbd4244-0xfb;var _0x1fdb69=_0x28b514[_0xbd4244];return _0x1fdb69;},a63_0xbd42(_0x4b20da,_0x3e1f91);}var a63_0x48041c=a63_0xbd42;(function(_0x1e2872,_0x43989c){var _0x201a7e=a63_0xbd42,_0x4b815d=_0x1e2872();while(!![]){try{var _0x167f77=-parseInt(_0x201a7e(0x1af))/0x1*(parseInt(_0x201a7e(0x140))/0x2)+-parseInt(_0x201a7e(0x108))/0x3+parseInt(_0x201a7e(0x113))/0x4+-parseInt(_0x201a7e(0xfc))/0x5+-parseInt(_0x201a7e(0x163))/0x6*(-parseInt(_0x201a7e(0x124))/0x7)+-parseInt(_0x201a7e(0x19b))/0x8*(parseInt(_0x201a7e(0x127))/0x9)+-parseInt(_0x201a7e(0x18e))/0xa*(-parseInt(_0x201a7e(0x18f))/0xb);if(_0x167f77===_0x43989c)break;else _0x4b815d['push'](_0x4b815d['shift']());}catch(_0x408e65){_0x4b815d['push'](_0x4b815d['shift']());}}}(a63_0x28b5,0x2e63a),exports[a63_0x48041c(0x1b7)]=()=>{var _0x274378=a63_0x48041c,_0x4b4736={};_0x4b4736['DJUAh']=_0x274378(0x1a4),_0x4b4736[_0x274378(0x115)]=_0x274378(0x199),_0x4b4736[_0x274378(0x197)]=_0x274378(0x102),_0x4b4736[_0x274378(0x104)]=_0x274378(0x16e),_0x4b4736['suiJv']=_0x274378(0x135),_0x4b4736[_0x274378(0x1b8)]=_0x274378(0x174),_0x4b4736[_0x274378(0x106)]=_0x274378(0x157),_0x4b4736['iJtCi']=_0x274378(0x180),_0x4b4736[_0x274378(0x168)]=_0x274378(0x101),_0x4b4736[_0x274378(0x1b2)]=_0x274378(0x11a),_0x4b4736['oYNtE']='browserstack.localIdentifier',_0x4b4736['rBCkz']=_0x274378(0x188),_0x4b4736[_0x274378(0x12b)]=_0x274378(0x131),_0x4b4736[_0x274378(0x15c)]=_0x274378(0x11c),_0x4b4736['yrXCh']=_0x274378(0x103);var _0x9fb429=_0x4b4736,_0x55a9fc={};return _0x55a9fc[_0x274378(0x192)]=[_0x9fb429['DJUAh'],_0x9fb429[_0x274378(0x115)]],_0x55a9fc[_0x274378(0x173)]=[_0x9fb429[_0x274378(0x197)],_0x9fb429[_0x274378(0x104)]],_0x55a9fc[_0x274378(0x145)]=[_0x9fb429[_0x274378(0x134)]],_0x55a9fc[_0x274378(0x117)]=[_0x9fb429[_0x274378(0x1b8)]],_0x55a9fc[_0x274378(0x141)]=[_0x9fb429[_0x274378(0x106)]],_0x55a9fc[_0x274378(0x18b)]=[_0x9fb429[_0x274378(0x10e)],_0x9fb429[_0x274378(0x168)]],_0x55a9fc[_0x274378(0x176)]=[_0x9fb429[_0x274378(0x1b2)]],_0x55a9fc[_0x274378(0x1ab)]=[_0x9fb429[_0x274378(0x186)]],_0x55a9fc[_0x274378(0x16a)]=[_0x9fb429['rBCkz']],_0x55a9fc[_0x274378(0x110)]=[_0x9fb429[_0x274378(0x12b)]],_0x55a9fc[_0x274378(0x12c)]=[_0x9fb429[_0x274378(0x15c)]],_0x55a9fc[_0x274378(0x123)]=[_0x9fb429[_0x274378(0x172)]],_0x55a9fc;},exports[a63_0x48041c(0x137)]=()=>{var _0x456f8=a63_0x48041c,_0x45fa64={};_0x45fa64[_0x456f8(0x11b)]=_0x456f8(0x143),_0x45fa64[_0x456f8(0x191)]=_0x456f8(0x1a1),_0x45fa64[_0x456f8(0x11f)]=_0x456f8(0x149),_0x45fa64[_0x456f8(0x19e)]='BROWSERSTACK_BUILD_NAME',_0x45fa64[_0x456f8(0x189)]=_0x456f8(0x119),_0x45fa64[_0x456f8(0x160)]=_0x456f8(0x178),_0x45fa64['twVNg']=_0x456f8(0x16b),_0x45fa64[_0x456f8(0x1a8)]=_0x456f8(0x100),_0x45fa64[_0x456f8(0x1b3)]=_0x456f8(0x17d),_0x45fa64['gzFiz']=_0x456f8(0x175),_0x45fa64[_0x456f8(0x1bb)]=_0x456f8(0x184),_0x45fa64[_0x456f8(0x111)]=_0x456f8(0x152),_0x45fa64['lhVJW']=_0x456f8(0x14e),_0x45fa64['ztEiy']=_0x456f8(0x13b);var _0x3c63b5=_0x45fa64,_0xa39354={};return _0xa39354[_0x456f8(0x192)]=[_0x3c63b5[_0x456f8(0x11b)],_0x3c63b5[_0x456f8(0x191)]],_0xa39354[_0x456f8(0x173)]=[_0x3c63b5['xivNo']],_0xa39354[_0x456f8(0x145)]=[_0x3c63b5[_0x456f8(0x19e)]],_0xa39354[_0x456f8(0x117)]=[_0x3c63b5[_0x456f8(0x189)]],_0xa39354['buildIdentifier']=[_0x3c63b5[_0x456f8(0x160)]],_0xa39354[_0x456f8(0x18b)]=[_0x3c63b5['twVNg']],_0xa39354[_0x456f8(0x176)]=[_0x3c63b5[_0x456f8(0x1a8)]],_0xa39354[_0x456f8(0x1ab)]=[_0x3c63b5[_0x456f8(0x1b3)]],_0xa39354[_0x456f8(0x16a)]=[_0x3c63b5[_0x456f8(0x128)]],_0xa39354[_0x456f8(0x110)]=[_0x3c63b5[_0x456f8(0x1bb)],_0x3c63b5[_0x456f8(0x111)]],_0xa39354['logLevel']=[_0x3c63b5[_0x456f8(0xfe)]],_0xa39354[_0x456f8(0x123)]=[_0x3c63b5[_0x456f8(0x10d)]],_0xa39354;},exports[a63_0x48041c(0x14a)]=()=>[a63_0x48041c(0x14c),a63_0x48041c(0x170),a63_0x48041c(0x19a),a63_0x48041c(0x133),a63_0x48041c(0x110),a63_0x48041c(0x13c),a63_0x48041c(0xff),a63_0x48041c(0x164),a63_0x48041c(0x171),a63_0x48041c(0x13f),a63_0x48041c(0x121),a63_0x48041c(0x14d),'clearSystemFiles',a63_0x48041c(0x1a9),a63_0x48041c(0x142),a63_0x48041c(0x150),'printPageSourceOnFindFailure',a63_0x48041c(0x146),'appPackage',a63_0x48041c(0x183),a63_0x48041c(0x18a),a63_0x48041c(0x196),a63_0x48041c(0x1b1),'allowTestPackages',a63_0x48041c(0x158),'androidCoverageEndIntent',a63_0x48041c(0x1aa),'adbPort',a63_0x48041c(0x185),'androidInstallTimeout',a63_0x48041c(0x15d),a63_0x48041c(0x11e),a63_0x48041c(0x14f),a63_0x48041c(0x182),a63_0x48041c(0x10b),a63_0x48041c(0x1ba),'keystorePath',a63_0x48041c(0x130),'keyAlias',a63_0x48041c(0x147),'chromedriverExecutable',a63_0x48041c(0x16f),a63_0x48041c(0x1a0),a63_0x48041c(0x1b0),'chromedriverUseSystemExecutable','chromedriverPort','chromedriverPorts',a63_0x48041c(0x179),a63_0x48041c(0x13a),a63_0x48041c(0x18d),a63_0x48041c(0x198),a63_0x48041c(0x10c),a63_0x48041c(0x193),a63_0x48041c(0xfb),a63_0x48041c(0x156),a63_0x48041c(0x165),a63_0x48041c(0x14b),a63_0x48041c(0x1a5),'disableAndroidWatchers',a63_0x48041c(0x16c),a63_0x48041c(0x120),a63_0x48041c(0x19f),'androidScreenshotPath',a63_0x48041c(0x16d),'gpsEnabled',a63_0x48041c(0x11d),'adbExecTimeout','localeScript',a63_0x48041c(0x154),a63_0x48041c(0x1bc),a63_0x48041c(0x125),a63_0x48041c(0x1a2),a63_0x48041c(0x10f),a63_0x48041c(0x10a),a63_0x48041c(0x136),a63_0x48041c(0x1b9),a63_0x48041c(0x167),a63_0x48041c(0xfd),a63_0x48041c(0x169),a63_0x48041c(0x1a7),a63_0x48041c(0x1ac),'enforceAppInstall','ensureWebviewsHavePages',a63_0x48041c(0x153),a63_0x48041c(0x144),a63_0x48041c(0x15e),a63_0x48041c(0x177),a63_0x48041c(0x19d),'launchTimeout','locationServicesEnabled',a63_0x48041c(0x155),a63_0x48041c(0x1b4),'autoDismissAlerts',a63_0x48041c(0x132),a63_0x48041c(0x12f),a63_0x48041c(0x12d),a63_0x48041c(0x1b6),a63_0x48041c(0x166),a63_0x48041c(0x129),a63_0x48041c(0x18c),a63_0x48041c(0x15b),a63_0x48041c(0x126),a63_0x48041c(0x148),a63_0x48041c(0x112),'sendKeyStrategy',a63_0x48041c(0x139),a63_0x48041c(0x159),'remoteDebugProxy',a63_0x48041c(0x17e),a63_0x48041c(0x187),a63_0x48041c(0x151),a63_0x48041c(0x1ad),a63_0x48041c(0x1ae),a63_0x48041c(0x195),a63_0x48041c(0x12a),a63_0x48041c(0x190),'tapWithShortPressDuration',a63_0x48041c(0x161),a63_0x48041c(0x105),a63_0x48041c(0x118),a63_0x48041c(0x13e),a63_0x48041c(0x1bd),'keychainPassword',a63_0x48041c(0x109),'preventWDAAttachments',a63_0x48041c(0x12e),a63_0x48041c(0x17c),a63_0x48041c(0x1b5),a63_0x48041c(0x122),'wdaConnectionTimeout',a63_0x48041c(0x17a),a63_0x48041c(0x107),a63_0x48041c(0x17b),a63_0x48041c(0x162),a63_0x48041c(0x1a6),a63_0x48041c(0x114),'wdaStartupRetryInterval',a63_0x48041c(0x19c),a63_0x48041c(0x138),a63_0x48041c(0x15a),a63_0x48041c(0x181),'shouldUseSingletonTestManager',a63_0x48041c(0x116),a63_0x48041c(0x1a3),a63_0x48041c(0x13d),a63_0x48041c(0x17f),a63_0x48041c(0x194),a63_0x48041c(0x15f),'allowDelayAdb']);
@@ -1 +1 @@
1
- function a64_0xdfb0(){var _0x8706c5=['BROWSERSTACK_GRR_US_HUB_URL','5DtxryV','7ZRAWzl','238kfmeoO','16308BlbAAf','336410GNKgmK','22AWDFLD','1454157jItkZC','6474siGBWq','https://hub-use-only.browserstack.com/wd/hub','3543pBOSbG','10179GkKaZA','1437636APwMsx','356bNMuew','415704XjSHUL'];a64_0xdfb0=function(){return _0x8706c5;};return a64_0xdfb0();}var a64_0x29eddd=a64_0x2a9e;function a64_0x2a9e(_0x135cb8,_0x46c5d8){var _0xdfb040=a64_0xdfb0();return a64_0x2a9e=function(_0x2a9ed1,_0x5db5d0){_0x2a9ed1=_0x2a9ed1-0xb0;var _0x4382be=_0xdfb040[_0x2a9ed1];return _0x4382be;},a64_0x2a9e(_0x135cb8,_0x46c5d8);}(function(_0xf5dc78,_0x44ff8d){var _0x2979f2=a64_0x2a9e,_0x4098fd=_0xf5dc78();while(!![]){try{var _0x1e4ca4=parseInt(_0x2979f2(0xba))/0x1*(-parseInt(_0x2979f2(0xb3))/0x2)+parseInt(_0x2979f2(0xb8))/0x3*(-parseInt(_0x2979f2(0xbd))/0x4)+parseInt(_0x2979f2(0xb1))/0x5*(-parseInt(_0x2979f2(0xbc))/0x6)+-parseInt(_0x2979f2(0xb2))/0x7*(parseInt(_0x2979f2(0xbe))/0x8)+parseInt(_0x2979f2(0xb7))/0x9+-parseInt(_0x2979f2(0xb5))/0xa*(parseInt(_0x2979f2(0xb6))/0xb)+parseInt(_0x2979f2(0xb4))/0xc*(parseInt(_0x2979f2(0xbb))/0xd);if(_0x1e4ca4===_0x44ff8d)break;else _0x4098fd['push'](_0x4098fd['shift']());}catch(_0x32722c){_0x4098fd['push'](_0x4098fd['shift']());}}}(a64_0xdfb0,0x3dcd4),exports[a64_0x29eddd(0xb0)]=a64_0x29eddd(0xb9));
1
+ function a64_0x439c(_0x48d417,_0xd461b1){var _0x2e56bc=a64_0x2e56();return a64_0x439c=function(_0x439c9f,_0x55e039){_0x439c9f=_0x439c9f-0x19a;var _0x544d8c=_0x2e56bc[_0x439c9f];return _0x544d8c;},a64_0x439c(_0x48d417,_0xd461b1);}var a64_0x52dfb9=a64_0x439c;(function(_0x27cbea,_0x264a90){var _0x429529=a64_0x439c,_0x5db5ef=_0x27cbea();while(!![]){try{var _0x3fd384=parseInt(_0x429529(0x19b))/0x1+parseInt(_0x429529(0x1a3))/0x2+-parseInt(_0x429529(0x1a4))/0x3*(parseInt(_0x429529(0x19a))/0x4)+parseInt(_0x429529(0x19d))/0x5*(-parseInt(_0x429529(0x1a0))/0x6)+parseInt(_0x429529(0x1a6))/0x7*(-parseInt(_0x429529(0x1a2))/0x8)+parseInt(_0x429529(0x1a1))/0x9*(parseInt(_0x429529(0x19f))/0xa)+parseInt(_0x429529(0x19e))/0xb;if(_0x3fd384===_0x264a90)break;else _0x5db5ef['push'](_0x5db5ef['shift']());}catch(_0x3385d6){_0x5db5ef['push'](_0x5db5ef['shift']());}}}(a64_0x2e56,0x1eea6),exports[a64_0x52dfb9(0x1a5)]=a64_0x52dfb9(0x19c));function a64_0x2e56(){var _0x4c48f8=['1338kuEiAl','321156lcNEIX','73408jBcDuG','168746RUryQA','255jtgfcd','BROWSERSTACK_GRR_US_HUB_URL','42JtmDLA','6168xiWKcm','112674LOFVFO','https://hub-use-only.browserstack.com/wd/hub','1325HkHqtD','352748JkOaHK','40DfoTNE'];a64_0x2e56=function(){return _0x4c48f8;};return a64_0x2e56();}
@@ -1 +1 @@
1
- function a65_0x2cad(_0x5296e7,_0xf80e1a){var _0x11b8ac=a65_0x11b8();return a65_0x2cad=function(_0x2cadf9,_0x53b727){_0x2cadf9=_0x2cadf9-0xb5;var _0x4360bd=_0x11b8ac[_0x2cadf9];return _0x4360bd;},a65_0x2cad(_0x5296e7,_0xf80e1a);}var a65_0x3e9ff3=a65_0x2cad;(function(_0x4999bc,_0x322bc3){var _0x1f2052=a65_0x2cad,_0x285941=_0x4999bc();while(!![]){try{var _0x5a54b0=parseInt(_0x1f2052(0xbd))/0x1+parseInt(_0x1f2052(0xbe))/0x2+-parseInt(_0x1f2052(0xbc))/0x3*(parseInt(_0x1f2052(0xbb))/0x4)+-parseInt(_0x1f2052(0xb7))/0x5+-parseInt(_0x1f2052(0xb9))/0x6*(parseInt(_0x1f2052(0xc0))/0x7)+parseInt(_0x1f2052(0xc2))/0x8*(parseInt(_0x1f2052(0xc4))/0x9)+parseInt(_0x1f2052(0xc6))/0xa;if(_0x5a54b0===_0x322bc3)break;else _0x285941['push'](_0x285941['shift']());}catch(_0x2d35ca){_0x285941['push'](_0x285941['shift']());}}}(a65_0x11b8,0xa80c7),exports[a65_0x3e9ff3(0xc5)]=(_0x3079b1,_0x393e63,_0x3c98b6)=>{var _0x351c83=a65_0x3e9ff3,_0x57dc6f={'Dbcjb':function(_0x57fa47,_0x6cf699){return _0x57fa47(_0x6cf699);},'eSHyQ':function(_0x13182c,_0xfda223){return _0x13182c||_0xfda223;}};_0x3079b1[_0x351c83(0xb8)]={'http_code':_0x57dc6f['Dbcjb'](String,_0x393e63)||null,'redirect_url':_0x57dc6f[_0x351c83(0xba)](_0x3c98b6,null),'token':process[_0x351c83(0xb5)][_0x351c83(0xc3)]||null},process[_0x351c83(0xb5)]['A11Y_SCAN_RESULT']&&(_0x3079b1[_0x351c83(0xb8)][_0x351c83(0xb6)]=JSON[_0x351c83(0xbf)](process['env'][_0x351c83(0xc1)])||null);});function a65_0x11b8(){var _0x3fb092=['a11y_scanner','3251425wywOMr','central_scanner_log','1602600MoydIo','eSHyQ','12ztMqhQ','887343dZyGrJ','780475vBCeZy','2276328rtzDvO','parse','28fRjVIS','A11Y_SCAN_RESULT','2628968xTibBu','BROWSERSTACK_CENTRAL_SCANNER_JWT','18suejCX','setCentralScannerData','7184740mtQJWW','env'];a65_0x11b8=function(){return _0x3fb092;};return a65_0x11b8();}
1
+ var a65_0x5391d6=a65_0x2639;function a65_0x2639(_0x88c188,_0x402216){var _0x3353db=a65_0x3353();return a65_0x2639=function(_0x263969,_0x2b82e2){_0x263969=_0x263969-0x13d;var _0x84aa0a=_0x3353db[_0x263969];return _0x84aa0a;},a65_0x2639(_0x88c188,_0x402216);}(function(_0x63378d,_0x1265f6){var _0x529ca7=a65_0x2639,_0x577bb4=_0x63378d();while(!![]){try{var _0x3e0315=-parseInt(_0x529ca7(0x147))/0x1+parseInt(_0x529ca7(0x14a))/0x2*(parseInt(_0x529ca7(0x13d))/0x3)+parseInt(_0x529ca7(0x144))/0x4*(-parseInt(_0x529ca7(0x143))/0x5)+-parseInt(_0x529ca7(0x14d))/0x6+parseInt(_0x529ca7(0x141))/0x7+-parseInt(_0x529ca7(0x140))/0x8*(parseInt(_0x529ca7(0x146))/0x9)+parseInt(_0x529ca7(0x13f))/0xa;if(_0x3e0315===_0x1265f6)break;else _0x577bb4['push'](_0x577bb4['shift']());}catch(_0xb52852){_0x577bb4['push'](_0x577bb4['shift']());}}}(a65_0x3353,0xb7bfc),exports[a65_0x5391d6(0x142)]=(_0x1f0646,_0x3d5cfb,_0x5a999a)=>{var _0x15341e=a65_0x5391d6,_0x3f82cb={'RodQw':function(_0x437c90,_0x546eee){return _0x437c90(_0x546eee);},'AivjN':function(_0x18a255,_0x4cca6a){return _0x18a255||_0x4cca6a;}};_0x1f0646[_0x15341e(0x148)]={'http_code':_0x3f82cb[_0x15341e(0x145)](String,_0x3d5cfb)||null,'redirect_url':_0x3f82cb[_0x15341e(0x14b)](_0x5a999a,null),'token':process[_0x15341e(0x13e)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process['env']['A11Y_SCAN_RESULT']&&(_0x1f0646[_0x15341e(0x148)]['a11y_scanner']=JSON[_0x15341e(0x14c)](process[_0x15341e(0x13e)][_0x15341e(0x149)])||null);});function a65_0x3353(){var _0x3ab0a8=['362908RJHYab','setCentralScannerData','1849410WkJULw','16ThukiU','RodQw','140544TeVUno','922479BOPbsa','central_scanner_log','A11Y_SCAN_RESULT','2sMpxeE','AivjN','parse','7795242warCBm','3600474mQJUrz','env','42012720oIYgjj','512hgUhXS'];a65_0x3353=function(){return _0x3ab0a8;};return a65_0x3353();}
@@ -1 +1 @@
1
- function a66_0x2a80(_0x3f8a0c,_0x25dc59){var _0x421882=a66_0x4218();return a66_0x2a80=function(_0x2a80ad,_0x2e472f){_0x2a80ad=_0x2a80ad-0x160;var _0x2572ad=_0x421882[_0x2a80ad];return _0x2572ad;},a66_0x2a80(_0x3f8a0c,_0x25dc59);}function a66_0x4218(){var _0x4460a5=['7kUaLmc','exports','23260mtZUjP','628887IkBhMa','browserStackGlobals','559425zZGTFX','1142072HslVga','74900BRHyPH','2022615oVgHgu','1969746IxyGPE','1375yMTcXQ','getGlobal','setGlobal','8xQWeqR','__instance','13DIVgbL'];a66_0x4218=function(){return _0x4460a5;};return a66_0x4218();}var a66_0x37cd48=a66_0x2a80;(function(_0x60a88d,_0x1e581b){var _0x37ac4d=a66_0x2a80,_0x59157c=_0x60a88d();while(!![]){try{var _0x70f195=parseInt(_0x37ac4d(0x163))/0x1*(parseInt(_0x37ac4d(0x166))/0x2)+parseInt(_0x37ac4d(0x167))/0x3*(parseInt(_0x37ac4d(0x161))/0x4)+-parseInt(_0x37ac4d(0x169))/0x5+-parseInt(_0x37ac4d(0x16d))/0x6*(-parseInt(_0x37ac4d(0x164))/0x7)+parseInt(_0x37ac4d(0x16a))/0x8+parseInt(_0x37ac4d(0x16c))/0x9+-parseInt(_0x37ac4d(0x16b))/0xa*(parseInt(_0x37ac4d(0x16e))/0xb);if(_0x70f195===_0x1e581b)break;else _0x59157c['push'](_0x59157c['shift']());}catch(_0x3aa6b3){_0x59157c['push'](_0x59157c['shift']());}}}(a66_0x4218,0x353f2));class Global{static [a66_0x37cd48(0x162)];constructor(){var _0x311983=a66_0x37cd48;if(Global[_0x311983(0x162)])return Global['__instance'];this[_0x311983(0x168)]=global,Global['__instance']=this;}[a66_0x37cd48(0x160)](_0xaa7c6a,_0x55d799){var _0x38a437=a66_0x37cd48;this[_0x38a437(0x168)][_0xaa7c6a]=_0x55d799;}[a66_0x37cd48(0x16f)](_0x4fdb3b){var _0x28ac62=a66_0x37cd48;return this[_0x28ac62(0x168)][_0x4fdb3b];}}module[a66_0x37cd48(0x165)]=new Global();
1
+ function a66_0x6160(_0x590afa,_0x201d37){var _0x41609b=a66_0x4160();return a66_0x6160=function(_0x61605d,_0x4e0525){_0x61605d=_0x61605d-0xc0;var _0x90eabb=_0x41609b[_0x61605d];return _0x90eabb;},a66_0x6160(_0x590afa,_0x201d37);}var a66_0x34fea0=a66_0x6160;function a66_0x4160(){var _0x310688=['getGlobal','21688DvlylO','setGlobal','3XQqoZZ','8443878kGoWkj','39620232HXwCqg','332660BWlDQz','__instance','548411NDUVQQ','3126456Trkqzc','2709212sAfiaG','browserStackGlobals','exports','1379OZFXXO'];a66_0x4160=function(){return _0x310688;};return a66_0x4160();}(function(_0x17d23c,_0x48e8ce){var _0x418f1a=a66_0x6160,_0xf01151=_0x17d23c();while(!![]){try{var _0x416f84=parseInt(_0x418f1a(0xc0))/0x1+parseInt(_0x418f1a(0xc2))/0x2*(-parseInt(_0x418f1a(0xc9))/0x3)+-parseInt(_0x418f1a(0xc1))/0x4+-parseInt(_0x418f1a(0xcc))/0x5+-parseInt(_0x418f1a(0xca))/0x6+parseInt(_0x418f1a(0xc5))/0x7*(-parseInt(_0x418f1a(0xc7))/0x8)+parseInt(_0x418f1a(0xcb))/0x9;if(_0x416f84===_0x48e8ce)break;else _0xf01151['push'](_0xf01151['shift']());}catch(_0x439d4f){_0xf01151['push'](_0xf01151['shift']());}}}(a66_0x4160,0xc4e7f));class Global{static [a66_0x34fea0(0xcd)];constructor(){var _0x2d26c4=a66_0x34fea0;if(Global[_0x2d26c4(0xcd)])return Global[_0x2d26c4(0xcd)];this[_0x2d26c4(0xc3)]=global,Global[_0x2d26c4(0xcd)]=this;}[a66_0x34fea0(0xc8)](_0x4fbeb7,_0x334779){var _0x89e1f7=a66_0x34fea0;this[_0x89e1f7(0xc3)][_0x4fbeb7]=_0x334779;}[a66_0x34fea0(0xc6)](_0x3adfcf){return this['browserStackGlobals'][_0x3adfcf];}}module[a66_0x34fea0(0xc4)]=new Global();