browserstack-node-sdk 1.47.0 → 1.47.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (185) 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/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/observabilityModule.js +1 -1
  124. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  125. package/src/bin/v2/modules/testhubModule.js +1 -1
  126. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  127. package/src/bin/v2/state/hookState.js +1 -1
  128. package/src/bin/v2/state/testFrameworkState.js +1 -1
  129. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  130. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  131. package/src/bin/v2/utils/jest-utils.js +1 -1
  132. package/src/bin/vanilla-js/command.js +1 -1
  133. package/src/browserStackSdk.js +1 -1
  134. package/src/helpers/BrowserStackSetup.js +1 -1
  135. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  136. package/src/helpers/accessibility-automation/constants.js +1 -1
  137. package/src/helpers/accessibility-automation/helper.js +1 -1
  138. package/src/helpers/accessibility-automation/scripts.js +1 -1
  139. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  140. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  141. package/src/helpers/ats/constants.js +1 -1
  142. package/src/helpers/ats/helper.js +1 -1
  143. package/src/helpers/capsMapping.js +1 -1
  144. package/src/helpers/central-scanner/constants.js +1 -1
  145. package/src/helpers/central-scanner/helpers.js +1 -1
  146. package/src/helpers/classLogger.js +1 -1
  147. package/src/helpers/globals.js +1 -1
  148. package/src/helpers/helper.js +1 -1
  149. package/src/helpers/logger.js +1 -1
  150. package/src/helpers/metadata.js +1 -1
  151. package/src/helpers/patchHelper.js +1 -1
  152. package/src/helpers/patchHelpers.js +1 -1
  153. package/src/helpers/percy/Percy.js +1 -1
  154. package/src/helpers/percy/PercyBinary.js +1 -1
  155. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  156. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  157. package/src/helpers/percy/PercySDK.js +1 -1
  158. package/src/helpers/percy/index.js +1 -1
  159. package/src/helpers/percy/utils.js +1 -1
  160. package/src/helpers/performance/constants.js +1 -1
  161. package/src/helpers/performance/performance-tester.js +1 -1
  162. package/src/helpers/playwright-helper.js +1 -1
  163. package/src/helpers/processHelper.js +1 -1
  164. package/src/helpers/request-spy.js +1 -1
  165. package/src/helpers/setKeepAlive.js +1 -1
  166. package/src/helpers/test-observability/constants.js +1 -1
  167. package/src/helpers/test-observability/error-handler.js +1 -1
  168. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  169. package/src/helpers/test-observability/sessionHandler.js +1 -1
  170. package/src/helpers/test-observability/utils.js +1 -1
  171. package/src/helpers/test-orchestration/constants.js +1 -1
  172. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  173. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  174. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  175. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  176. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  177. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  178. package/src/helpers/testhub/constants.js +1 -1
  179. package/src/helpers/testhub/testhubHandler.js +1 -1
  180. package/src/helpers/testhub/utils.js +1 -1
  181. package/src/helpers/timeoutPromise.js +1 -1
  182. package/src/helpers/utilities.js +1 -1
  183. package/src/helpers/w3cMapping.js +1 -1
  184. package/src/hubAllocationMethods.js +1 -1
  185. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a94_0x59411f=a94_0x5196;(function(_0x45b372,_0x1b1e81){const _0x2488d9=a94_0x5196,_0x5dcd5d=_0x45b372();while(!![]){try{const _0x1c302d=parseInt(_0x2488d9(0x192))/0x1*(-parseInt(_0x2488d9(0x1ab))/0x2)+parseInt(_0x2488d9(0x1c4))/0x3+-parseInt(_0x2488d9(0x131))/0x4*(-parseInt(_0x2488d9(0x1ae))/0x5)+-parseInt(_0x2488d9(0x1dc))/0x6*(parseInt(_0x2488d9(0x199))/0x7)+-parseInt(_0x2488d9(0x193))/0x8*(-parseInt(_0x2488d9(0x179))/0x9)+parseInt(_0x2488d9(0x148))/0xa*(-parseInt(_0x2488d9(0x15f))/0xb)+parseInt(_0x2488d9(0x19d))/0xc*(parseInt(_0x2488d9(0x1d0))/0xd);if(_0x1c302d===_0x1b1e81)break;else _0x5dcd5d['push'](_0x5dcd5d['shift']());}catch(_0x36fac4){_0x5dcd5d['push'](_0x5dcd5d['shift']());}}}(a94_0x500f,0x38ecc));const util=require('util'),logger=require('../logger')[a94_0x59411f(0x1bc)],accessibilityHelper=require('./helper'),globals=require(a94_0x59411f(0x17b)),scripts=require(a94_0x59411f(0x13d)),PerformanceTester=require(a94_0x59411f(0x167)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x59411f(0x1be)),BrowserstackCLI=require(a94_0x59411f(0x132));let playwrightA11yHelper=null;try{playwrightA11yHelper=require('../../bin/playwright/accessibility-helper');}catch(a94_0x42174c){logger[a94_0x59411f(0x187)]('Playwright\x20accessibility\x20helper\x20not\x20available');}const a94_0x49f4d1={};a94_0x49f4d1[a94_0x59411f(0x13f)]=0x1,a94_0x49f4d1[a94_0x59411f(0x16f)]=0x7530,a94_0x49f4d1['defaultTimeoutMs']=0x7530;const RETRY_CONFIG=a94_0x49f4d1,setConfigTimeout=(_0xcf7892,_0x2f75ca=null)=>{const _0x520f2b=a94_0x59411f,_0x34a5a5={'NaPiE':function(_0x56760a,_0x54bcb9){return _0x56760a===_0x54bcb9;},'akdRz':_0x520f2b(0x1d7),'cvHKw':function(_0x3d991f,_0x581fba){return _0x3d991f*_0x581fba;},'nQxXw':function(_0x12a532,_0x1e11ba){return _0x12a532(_0x1e11ba);},'XRwSj':function(_0x5982e7,_0x17bef1){return _0x5982e7*_0x17bef1;}};if(BrowserstackCLI[_0x520f2b(0x1a4)]()[_0x520f2b(0x18d)]()&&BrowserstackCLI[_0x520f2b(0x1a4)]()[_0x520f2b(0x196)]()){const _0x5a7bad=BrowserstackCLI[_0x520f2b(0x1a4)]()[_0x520f2b(0x196)]()[_0x520f2b(0x13e)],_0x28c35c=_0x5a7bad[_0x520f2b(0x166)][_0x520f2b(0x1d6)]||[];for(const _0x572b7d of _0x28c35c){_0x34a5a5[_0x520f2b(0x1ea)](_0x572b7d[_0x520f2b(0x1f4)],_0x34a5a5['akdRz'])&&_0x34a5a5[_0x520f2b(0x1ea)](_0x2f75ca,null)&&(_0xcf7892[_0x520f2b(0x16f)]=_0x34a5a5['cvHKw'](_0x34a5a5[_0x520f2b(0x175)](parseInt,_0x572b7d[_0x520f2b(0x135)]),0x3e8));}}else process[_0x520f2b(0x195)][_0x520f2b(0x159)]&&(_0xcf7892[_0x520f2b(0x16f)]=_0x34a5a5[_0x520f2b(0x1ee)](_0x34a5a5['nQxXw'](parseInt,process[_0x520f2b(0x195)][_0x520f2b(0x159)]),0x3e8));},detectDriverType=_0x5bee49=>{const _0x1ef1ed=a94_0x59411f,_0x28f71b={};_0x28f71b[_0x1ef1ed(0x197)]='unknown',_0x28f71b[_0x1ef1ed(0x189)]=function(_0x5d7e92,_0x11ed48){return _0x5d7e92===_0x11ed48;},_0x28f71b[_0x1ef1ed(0x1c5)]=_0x1ef1ed(0x147),_0x28f71b[_0x1ef1ed(0x1a2)]=_0x1ef1ed(0x1f1),_0x28f71b[_0x1ef1ed(0x133)]=function(_0x3d5935,_0x5f2056){return _0x3d5935===_0x5f2056;},_0x28f71b[_0x1ef1ed(0x1dd)]=function(_0x107816,_0x32ec6f){return _0x107816===_0x32ec6f;},_0x28f71b['OuPxe']=_0x1ef1ed(0x18b),_0x28f71b[_0x1ef1ed(0x15d)]=function(_0x1a0fc5,_0x405b75){return _0x1a0fc5===_0x405b75;},_0x28f71b['Pkvqi']=_0x1ef1ed(0x18a),_0x28f71b[_0x1ef1ed(0x160)]=function(_0x4b91df,_0x30c3af){return _0x4b91df===_0x30c3af;},_0x28f71b['PEDBA']=_0x1ef1ed(0x1b4),_0x28f71b['rGCCO']=function(_0x47e329,_0x1c3ec9){return _0x47e329===_0x1c3ec9;},_0x28f71b[_0x1ef1ed(0x1c8)]='Playwright',_0x28f71b['QgFut']=_0x1ef1ed(0x143),_0x28f71b[_0x1ef1ed(0x156)]=function(_0x2828be,_0x2949e0){return _0x2828be||_0x2949e0;},_0x28f71b['GnsDD']=_0x1ef1ed(0x1b5);const _0x5a58af=_0x28f71b;if(!_0x5bee49){const _0x4463d4={};return _0x4463d4[_0x1ef1ed(0x17e)]=![],_0x4463d4[_0x1ef1ed(0x140)]=_0x5a58af[_0x1ef1ed(0x197)],_0x4463d4;}if(_0x5a58af['Gupnc'](typeof _0x5bee49[_0x1ef1ed(0x1f5)],_0x5a58af[_0x1ef1ed(0x1c5)])&&_0x5a58af[_0x1ef1ed(0x189)](typeof _0x5bee49[_0x1ef1ed(0x139)],_0x5a58af['Lfjpw'])&&_0x5a58af[_0x1ef1ed(0x189)](typeof _0x5bee49[_0x1ef1ed(0x170)],_0x5a58af[_0x1ef1ed(0x1c5)])){const _0x5950d4={};return _0x5950d4[_0x1ef1ed(0x17e)]=!![],_0x5950d4['type']=_0x5a58af[_0x1ef1ed(0x1a2)],_0x5950d4;}if(_0x5a58af[_0x1ef1ed(0x133)](typeof _0x5bee49['executeAsyncScript'],_0x5a58af[_0x1ef1ed(0x1c5)])&&_0x5a58af[_0x1ef1ed(0x1dd)](typeof _0x5bee49['getCapabilities'],_0x5a58af[_0x1ef1ed(0x1c5)])){const _0x1659f6={};return _0x1659f6[_0x1ef1ed(0x17e)]=![],_0x1659f6['type']=_0x5a58af[_0x1ef1ed(0x141)],_0x1659f6;}const _0xfa536f=_0x5bee49[_0x1ef1ed(0x137)]?.[_0x1ef1ed(0x1f4)];if(_0x5a58af[_0x1ef1ed(0x15d)](_0xfa536f,_0x5a58af[_0x1ef1ed(0x164)])){const _0x373cb2={};return _0x373cb2[_0x1ef1ed(0x17e)]=!![],_0x373cb2[_0x1ef1ed(0x140)]=_0x5a58af[_0x1ef1ed(0x1a2)],_0x373cb2;}if(_0x5a58af[_0x1ef1ed(0x160)](_0xfa536f,_0x5a58af[_0x1ef1ed(0x1a6)])){const _0x12e4e2={};return _0x12e4e2[_0x1ef1ed(0x17e)]=![],_0x12e4e2['type']=_0x5a58af[_0x1ef1ed(0x141)],_0x12e4e2;}if(_0x5a58af[_0x1ef1ed(0x13a)](_0xfa536f,_0x5a58af['vZIRg'])){const _0x12d363={};return _0x12d363[_0x1ef1ed(0x17e)]=!![],_0x12d363[_0x1ef1ed(0x140)]=_0x5a58af[_0x1ef1ed(0x1a8)],_0x12d363;}logger[_0x1ef1ed(0x17a)]('Unknown\x20driver/page\x20type:\x20'+_0x5a58af[_0x1ef1ed(0x156)](_0xfa536f,_0x5a58af[_0x1ef1ed(0x1e0)]));const _0x585110={};return _0x585110[_0x1ef1ed(0x17e)]=![],_0x585110[_0x1ef1ed(0x140)]=_0x5a58af[_0x1ef1ed(0x197)],_0x585110;},withTimeout=(_0x2cbfed,_0x318b5b)=>{const _0xf90180=a94_0x59411f;return Promise[_0xf90180(0x184)]([_0x2cbfed,new Promise((_0xe27f07,_0x457223)=>setTimeout(()=>_0x457223(new Error('Operation\x20timed\x20out\x20after\x20'+_0x318b5b+'ms')),_0x318b5b))]);};exports[a94_0x59411f(0x1f2)]=async(_0x1c5f97,_0x4f9393=null,_0x3734e4=null)=>{const _0x5a555d=a94_0x59411f,_0x40f5e1={'xWjkH':function(_0x5ab661,_0x20e808){return _0x5ab661&&_0x20e808;},'OvRvc':function(_0x46f761,_0x160910,_0x2765a9){return _0x46f761(_0x160910,_0x2765a9);},'OlTJw':function(_0x291555,_0x2851bd){return _0x291555===_0x2851bd;},'JeDds':'playwright-codecept-driver','PYymx':function(_0xbd64f2,_0xae5192,_0x5e1233){return _0xbd64f2(_0xae5192,_0x5e1233);},'COYXj':function(_0x25ab2a,_0x2b988c){return _0x25ab2a(_0x2b988c);},'FzygW':_0x5a555d(0x186),'jFCCa':'bstackA11yShouldScan','LTjAH':'unknown_method','QVtss':function(_0x3e9acb,_0x4f104e){return _0x3e9acb===_0x4f104e;},'PFrQr':_0x5a555d(0x147),'aynpe':function(_0x1682f6,_0x4868cf){return _0x1682f6===_0x4868cf;},'bYffp':function(_0x1f7786,_0x3598cb){return _0x1f7786<=_0x3598cb;},'nDBrf':function(_0x87fd77,_0x32757e){return _0x87fd77+_0x32757e;},'UhUZs':_0x5a555d(0x1b6)},{isPlaywright:_0x4f532b,type:_0x193a3c}=_0x40f5e1[_0x5a555d(0x1d8)](detectDriverType,_0x1c5f97),_0x5b8dd9=_0x4f532b?global[_0x5a555d(0x188)]:accessibilityHelper[_0x5a555d(0x1c7)]()&&globals[_0x5a555d(0x151)](_0x40f5e1['FzygW'])&&globals[_0x5a555d(0x151)](_0x40f5e1[_0x5a555d(0x158)]);if(!_0x5b8dd9)return logger[_0x5a555d(0x17a)](_0x5a555d(0x1d3)+_0x193a3c+',\x20cannot\x20perform\x20scan\x20with\x20retry.'),![];const _0x4655a1=_0x4f9393||global['browserstackSessionName']||_0x40f5e1[_0x5a555d(0x1c2)];let _0x4a68b2=null;const _0x2033b6={'testhub_btcer_uuid':global[_0x5a555d(0x15e)]?.[_0x5a555d(0x1cb)]?.['id'],'url':_0x40f5e1['QVtss'](typeof _0x1c5f97['url'],_0x40f5e1[_0x5a555d(0x162)])?await _0x1c5f97[_0x5a555d(0x139)]():_0x40f5e1[_0x5a555d(0x1bb)](typeof _0x1c5f97['getCurrentUrl'],_0x40f5e1[_0x5a555d(0x162)])?await _0x1c5f97[_0x5a555d(0x146)]():'','automate_session_id':_0x40f5e1['QVtss'](typeof _0x1c5f97[_0x5a555d(0x1ef)],_0x40f5e1[_0x5a555d(0x162)])?(await _0x1c5f97[_0x5a555d(0x1ef)]())[_0x5a555d(0x1a9)]():''};for(let _0x6ab3d6=0x1;_0x40f5e1[_0x5a555d(0x1af)](_0x6ab3d6,_0x40f5e1['nDBrf'](RETRY_CONFIG[_0x5a555d(0x13f)],0x1));_0x6ab3d6++){try{return logger[_0x5a555d(0x187)](_0x5a555d(0x1d4)+_0x6ab3d6+'/'+_0x40f5e1['nDBrf'](RETRY_CONFIG[_0x5a555d(0x13f)],0x1)+_0x5a555d(0x149)+_0x4655a1+'\x20('+_0x193a3c+')'),await PerformanceTester[_0x5a555d(0x1e1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5944aa=_0x5a555d;let _0x41070b;if(_0x40f5e1['xWjkH'](_0x4f532b,playwrightA11yHelper)){_0x40f5e1['OvRvc'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x5944aa(0x14d)](_0x1c5f97,RETRY_CONFIG['timeoutMs']);let _0x2597f7=_0x1c5f97;_0x40f5e1[_0x5944aa(0x1b2)](_0x193a3c,_0x40f5e1['JeDds'])&&(_0x2597f7=_0x1c5f97[_0x5944aa(0x153)]),_0x41070b=await _0x40f5e1['PYymx'](withTimeout,playwrightA11yHelper['performScan'](_0x2597f7,_0x4655a1),RETRY_CONFIG['timeoutMs']),await exports[_0x5944aa(0x14d)](_0x1c5f97,RETRY_CONFIG[_0x5944aa(0x176)]);}else await exports['setSeleniumScriptTimeout'](_0x1c5f97,RETRY_CONFIG[_0x5944aa(0x16f)]),_0x41070b=await _0x40f5e1[_0x5944aa(0x152)](withTimeout,accessibilityHelper['performScan'](_0x1c5f97,_0x4655a1),RETRY_CONFIG[_0x5944aa(0x16f)]),await exports['setSeleniumScriptTimeout'](_0x1c5f97,RETRY_CONFIG['defaultTimeoutMs']);logger['debug'](_0x5944aa(0x163)+_0x6ab3d6+_0x5944aa(0x1ed));},{'command':_0x4655a1,..._0x2033b6})(),logger[_0x5a555d(0x19c)](_0x5a555d(0x168)+_0x6ab3d6+'.'),!![];}catch(_0x4f8b3d){_0x4a68b2=_0x4f8b3d,logger[_0x5a555d(0x187)](_0x5a555d(0x1d4)+_0x6ab3d6+'\x20failed\x20for\x20method:\x20'+_0x4655a1+'\x20('+_0x193a3c+_0x5a555d(0x1d9)+_0x4f8b3d[_0x5a555d(0x18c)]);}}return logger[_0x5a555d(0x14e)](_0x5a555d(0x182)+_0x4655a1+'\x20('+_0x193a3c+_0x5a555d(0x19b)+(_0x4a68b2?.[_0x5a555d(0x18c)]||_0x40f5e1[_0x5a555d(0x130)])),![];},exports[a94_0x59411f(0x14a)]=async(_0x401de1,_0x20734d)=>{const _0x1b4aa1=a94_0x59411f,_0x4d94f2={'ThGYa':function(_0x48a986,_0xd44f19){return _0x48a986(_0xd44f19);},'lzeWD':_0x1b4aa1(0x186),'ttLhd':'bstackA11yShouldScan','SIZOz':function(_0x565f1f,_0x5a1d42){return _0x565f1f<=_0x5a1d42;},'FCbiv':function(_0x4335b0,_0x2e46fe){return _0x4335b0+_0x2e46fe;},'dmRbW':function(_0x453628,_0x36a7a5){return _0x453628&&_0x36a7a5;},'hYYUj':function(_0xb30f19,_0x15e7d2,_0x150cd1){return _0xb30f19(_0x15e7d2,_0x150cd1);},'GKzIy':function(_0x503dc3,_0x1351d8,_0x132b9d){return _0x503dc3(_0x1351d8,_0x132b9d);},'FddLc':_0x1b4aa1(0x1b6)},{isPlaywright:_0x18f6ee,type:_0x395359}=_0x4d94f2[_0x1b4aa1(0x1e6)](detectDriverType,_0x401de1),_0x12b608=_0x18f6ee?_0x20734d[_0x1b4aa1(0x188)]:accessibilityHelper[_0x1b4aa1(0x1c7)]()&&globals[_0x1b4aa1(0x151)](_0x4d94f2['lzeWD'])&&globals[_0x1b4aa1(0x151)](_0x4d94f2[_0x1b4aa1(0x1db)]);if(!_0x12b608)return logger['warn'](_0x1b4aa1(0x1d3)+_0x395359+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.'),[];let _0x169226=null;for(let _0x71440d=0x1;_0x4d94f2[_0x1b4aa1(0x180)](_0x71440d,_0x4d94f2[_0x1b4aa1(0x1bd)](RETRY_CONFIG[_0x1b4aa1(0x13f)],0x1));_0x71440d++){try{logger['debug'](_0x1b4aa1(0x19f)+_0x71440d+'/'+_0x4d94f2['FCbiv'](RETRY_CONFIG['maxRetries'],0x1)+'\x20('+_0x395359+')');let _0x56a6f3;return _0x4d94f2[_0x1b4aa1(0x1a3)](_0x18f6ee,playwrightA11yHelper)?(_0x4d94f2[_0x1b4aa1(0x19a)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x401de1,RETRY_CONFIG[_0x1b4aa1(0x16f)]),_0x56a6f3=await _0x4d94f2[_0x1b4aa1(0x1b7)](withTimeout,playwrightA11yHelper['getAccessibilityResults'](_0x401de1),RETRY_CONFIG[_0x1b4aa1(0x16f)]),await exports[_0x1b4aa1(0x14d)](_0x401de1,RETRY_CONFIG[_0x1b4aa1(0x176)])):(await exports[_0x1b4aa1(0x1f0)](_0x401de1,RETRY_CONFIG[_0x1b4aa1(0x16f)]),_0x56a6f3=await _0x4d94f2['GKzIy'](withTimeout,accessibilityHelper[_0x1b4aa1(0x1b0)](_0x401de1,_0x20734d),RETRY_CONFIG[_0x1b4aa1(0x16f)]),await exports[_0x1b4aa1(0x1f0)](_0x401de1,RETRY_CONFIG[_0x1b4aa1(0x176)])),logger[_0x1b4aa1(0x19c)]('Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x71440d+'\x20('+_0x395359+')'),_0x56a6f3;}catch(_0xb69718){_0x169226=_0xb69718,logger[_0x1b4aa1(0x17a)](_0x1b4aa1(0x19f)+_0x71440d+_0x1b4aa1(0x1a7)+_0x395359+_0x1b4aa1(0x1d9)+_0xb69718[_0x1b4aa1(0x18c)]);}}return logger[_0x1b4aa1(0x14e)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0x395359+_0x1b4aa1(0x165)+(_0x169226?.[_0x1b4aa1(0x18c)]||_0x4d94f2[_0x1b4aa1(0x1c9)])),[];},exports[a94_0x59411f(0x1ec)]=async(_0x45a2da,_0x3d2848)=>{const _0x77c28c=a94_0x59411f,_0x3144de={'VbdGX':function(_0x2fc61d,_0x2a7f9b){return _0x2fc61d(_0x2a7f9b);},'WxDte':_0x77c28c(0x186),'QkoEa':_0x77c28c(0x14c),'rsGdu':function(_0x4929ca,_0xda003){return _0x4929ca<=_0xda003;},'ojhnX':function(_0x1b4302,_0x327f33){return _0x1b4302+_0x327f33;},'oKPeo':function(_0x3ceaaa,_0x44c2b5){return _0x3ceaaa+_0x44c2b5;},'YuLfr':function(_0x4301c6,_0x17b592){return _0x4301c6&&_0x17b592;},'JiTrR':function(_0xcea8d1,_0x316cdf,_0x2b0a55){return _0xcea8d1(_0x316cdf,_0x2b0a55);},'zTxEm':function(_0x3c3e5e,_0x48f439,_0x4ba8db){return _0x3c3e5e(_0x48f439,_0x4ba8db);},'AwBel':_0x77c28c(0x1b6)},{isPlaywright:_0x3b85f7,type:_0x168d72}=_0x3144de[_0x77c28c(0x144)](detectDriverType,_0x45a2da),_0x4c5c2d=_0x3b85f7?_0x3d2848['accessibilityPlatform']:accessibilityHelper[_0x77c28c(0x1c7)]()&&globals[_0x77c28c(0x151)](_0x3144de[_0x77c28c(0x169)])&&globals['getGlobal'](_0x3144de[_0x77c28c(0x1e3)]);if(!_0x4c5c2d)return logger['warn'](_0x77c28c(0x1d3)+_0x168d72+',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.'),{};let _0x2887a1=null;for(let _0x29cc9e=0x1;_0x3144de[_0x77c28c(0x181)](_0x29cc9e,_0x3144de[_0x77c28c(0x14f)](RETRY_CONFIG[_0x77c28c(0x13f)],0x1));_0x29cc9e++){try{logger['debug'](_0x77c28c(0x138)+_0x29cc9e+'/'+_0x3144de[_0x77c28c(0x1cf)](RETRY_CONFIG[_0x77c28c(0x13f)],0x1)+'\x20('+_0x168d72+')');let _0x452b45;return _0x3144de[_0x77c28c(0x18f)](_0x3b85f7,playwrightA11yHelper)?(_0x3144de[_0x77c28c(0x154)](setConfigTimeout,RETRY_CONFIG,null),await exports['setPlaywrightScriptTimeout'](_0x45a2da,RETRY_CONFIG[_0x77c28c(0x16f)]),_0x452b45=await _0x3144de[_0x77c28c(0x1a5)](withTimeout,playwrightA11yHelper['getAccessibilityResultsSummary'](_0x45a2da),RETRY_CONFIG['timeoutMs']),await exports[_0x77c28c(0x14d)](_0x45a2da,RETRY_CONFIG[_0x77c28c(0x176)])):(await exports[_0x77c28c(0x1f0)](_0x45a2da,RETRY_CONFIG['timeoutMs']),_0x452b45=await _0x3144de[_0x77c28c(0x154)](withTimeout,accessibilityHelper[_0x77c28c(0x157)](_0x45a2da,_0x3d2848),RETRY_CONFIG[_0x77c28c(0x16f)]),await exports[_0x77c28c(0x1f0)](_0x45a2da,RETRY_CONFIG[_0x77c28c(0x176)])),logger[_0x77c28c(0x19c)]('Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20'+_0x29cc9e+'\x20('+_0x168d72+')'),_0x452b45;}catch(_0x322e39){_0x2887a1=_0x322e39,logger[_0x77c28c(0x17a)](_0x77c28c(0x138)+_0x29cc9e+_0x77c28c(0x1a7)+_0x168d72+_0x77c28c(0x1d9)+_0x322e39['message']);}}return logger[_0x77c28c(0x14e)](_0x77c28c(0x1cc)+_0x168d72+_0x77c28c(0x165)+(_0x2887a1?.[_0x77c28c(0x18c)]||_0x3144de[_0x77c28c(0x1ca)])),{};},exports['performComprehensiveAccessibilityScanWithRetry']=async(_0xfde641,_0x3096dd,_0x376766=null)=>{const _0x351a79=a94_0x59411f,_0x444073={'OPcTf':function(_0x38b8fa,_0x55aeca){return _0x38b8fa(_0x55aeca);},'dwhuw':function(_0x28f6cc,_0x8845f3){return _0x28f6cc===_0x8845f3;},'lFOlD':_0x351a79(0x1ce),'omcrX':function(_0x205a96,_0x345e65){return _0x205a96===_0x345e65;},'dxwRH':'rejected','FdTfx':function(_0x42d4f2,_0x2b950f){return _0x42d4f2===_0x2b950f;},'IzBLm':_0x351a79(0x150)},{isPlaywright:_0x38f1c3,type:_0x1cbce3}=_0x444073[_0x351a79(0x18e)](detectDriverType,_0xfde641),_0x3cd5a6={};_0x3cd5a6['scanSucceeded']=![],_0x3cd5a6[_0x351a79(0x142)]=[],_0x3cd5a6[_0x351a79(0x161)]={},_0x3cd5a6[_0x351a79(0x14e)]=null,_0x3cd5a6[_0x351a79(0x1f6)]=_0x1cbce3;const _0x2296fc=_0x3cd5a6;try{_0x2296fc['scanSucceeded']=await exports[_0x351a79(0x1f2)](_0xfde641,_0x376766);if(_0x2296fc[_0x351a79(0x13c)]){const [_0x444bfc,_0x93bd7f]=await Promise['allSettled']([exports[_0x351a79(0x14a)](_0xfde641,_0x3096dd),exports[_0x351a79(0x1ec)](_0xfde641,_0x3096dd)]);_0x2296fc[_0x351a79(0x142)]=_0x444073[_0x351a79(0x15a)](_0x444bfc[_0x351a79(0x1a0)],_0x444073[_0x351a79(0x17c)])?_0x444bfc[_0x351a79(0x135)]:[],_0x2296fc[_0x351a79(0x161)]=_0x444073[_0x351a79(0x1df)](_0x93bd7f['status'],_0x444073[_0x351a79(0x17c)])?_0x93bd7f[_0x351a79(0x135)]:{},_0x444073[_0x351a79(0x1df)](_0x444bfc[_0x351a79(0x1a0)],_0x444073[_0x351a79(0x15c)])&&logger['warn'](_0x351a79(0x1e2)+_0x1cbce3+_0x351a79(0x191)+_0x444bfc[_0x351a79(0x1ba)]?.[_0x351a79(0x18c)]),_0x444073[_0x351a79(0x173)](_0x93bd7f[_0x351a79(0x1a0)],_0x444073[_0x351a79(0x15c)])&&logger['warn']('Failed\x20to\x20retrieve\x20accessibility\x20summary\x20('+_0x1cbce3+_0x351a79(0x191)+_0x93bd7f[_0x351a79(0x1ba)]?.[_0x351a79(0x18c)]);}}catch(_0x397913){_0x2296fc[_0x351a79(0x14e)]=_0x397913[_0x351a79(0x18c)]||_0x444073[_0x351a79(0x171)],logger[_0x351a79(0x14e)](_0x351a79(0x1c3)+_0x1cbce3+'):\x20'+_0x2296fc[_0x351a79(0x14e)]);}return _0x2296fc;},exports[a94_0x59411f(0x1c0)]=_0x3c48bf=>{const _0x257604=a94_0x59411f,_0x1e3141={};_0x1e3141[_0x257604(0x174)]=function(_0xb7441e,_0x36b6b9){return _0xb7441e!==_0x36b6b9;};const _0x5ad022=_0x1e3141;_0x5ad022[_0x257604(0x174)](_0x3c48bf[_0x257604(0x13f)],undefined)&&(RETRY_CONFIG[_0x257604(0x13f)]=Math[_0x257604(0x1da)](0x0,_0x3c48bf['maxRetries'])),_0x5ad022[_0x257604(0x174)](_0x3c48bf['timeoutMs'],undefined)&&(RETRY_CONFIG[_0x257604(0x16f)]=Math[_0x257604(0x1da)](0x3e8,_0x3c48bf[_0x257604(0x16f)])),logger[_0x257604(0x187)]('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON[_0x257604(0x1c6)](RETRY_CONFIG));},exports[a94_0x59411f(0x13b)]=()=>{const _0x4459f2={...RETRY_CONFIG};return _0x4459f2;},exports[a94_0x59411f(0x1a1)]=_0x509494=>{const _0x333e87=a94_0x59411f,_0xe710fc={'HuElv':function(_0x50ee79,_0x2e8097){return _0x50ee79(_0x2e8097);}};return _0xe710fc['HuElv'](detectDriverType,_0x509494)[_0x333e87(0x17e)];},exports['isSeleniumDriver']=_0x142299=>{const _0x5648a3=a94_0x59411f,_0x4a0fb5={'pYFuN':function(_0x3e4967,_0xf508f2){return _0x3e4967(_0xf508f2);},'IbWbY':function(_0x2c777e,_0x2b8568){return _0x2c777e===_0x2b8568;},'Vakrp':'selenium-webdriver'},{isPlaywright:_0x1e1160,type:_0x190b6a}=_0x4a0fb5[_0x5648a3(0x172)](detectDriverType,_0x142299);return!_0x1e1160&&_0x4a0fb5[_0x5648a3(0x1ad)](_0x190b6a,_0x4a0fb5['Vakrp']);},exports[a94_0x59411f(0x14d)]=async(_0x18c602,_0x37099c=null)=>{const _0x58df0f=a94_0x59411f,_0x5ece86={'NkBky':function(_0x506347,_0x4564de){return _0x506347(_0x4564de);},'SXocz':function(_0x475339,_0x380917){return _0x475339===_0x380917;},'oEeHy':_0x58df0f(0x147)},{isPlaywright:_0x32b877,type:_0xaf7687}=_0x5ece86[_0x58df0f(0x145)](detectDriverType,_0x18c602);if(!_0x32b877)return logger[_0x58df0f(0x187)](_0x58df0f(0x1aa)+_0xaf7687+_0x58df0f(0x17d)),!![];const _0x23fedc=_0x37099c||RETRY_CONFIG['defaultTimeoutMs'];try{return _0x18c602&&_0x5ece86[_0x58df0f(0x1de)](typeof _0x18c602[_0x58df0f(0x1e9)],_0x5ece86[_0x58df0f(0x16b)])&&(await _0x18c602[_0x58df0f(0x1e9)](_0x23fedc),logger['debug'](_0x58df0f(0x1b9)+_0x23fedc+'ms')),!![];}catch(_0x5e7075){return logger['warn'](_0x58df0f(0x1c1)+_0x5e7075[_0x58df0f(0x18c)]),![];}},exports[a94_0x59411f(0x1f0)]=async(_0x59ef1a,_0x49a395=null)=>{const _0x33f6aa=a94_0x59411f,_0x58a438={};_0x58a438[_0x33f6aa(0x190)]=_0x33f6aa(0x16a),_0x58a438[_0x33f6aa(0x14b)]=function(_0x3fcfcc,_0x1f03ad){return _0x3fcfcc===_0x1f03ad;},_0x58a438['hojCo']=_0x33f6aa(0x147),_0x58a438[_0x33f6aa(0x1e5)]=function(_0x5289d7,_0x1f5074){return _0x5289d7===_0x1f5074;},_0x58a438[_0x33f6aa(0x1eb)]=function(_0x1b018c,_0x2f2f63){return _0x1b018c===_0x2f2f63;},_0x58a438[_0x33f6aa(0x136)]=_0x33f6aa(0x1cd),_0x58a438[_0x33f6aa(0x1d1)]=_0x33f6aa(0x183);const _0x47a6b9=_0x58a438;if(!exports[_0x33f6aa(0x194)](_0x59ef1a))return logger[_0x33f6aa(0x17a)](_0x47a6b9[_0x33f6aa(0x190)]),![];const _0x179dcc=_0x49a395||RETRY_CONFIG[_0x33f6aa(0x176)];try{if(_0x59ef1a&&_0x47a6b9[_0x33f6aa(0x14b)](typeof _0x59ef1a[_0x33f6aa(0x1b3)],_0x47a6b9['hojCo'])){const _0x5d4dd4=_0x59ef1a['manage']();if(_0x5d4dd4&&_0x47a6b9[_0x33f6aa(0x14b)](typeof _0x5d4dd4[_0x33f6aa(0x1e8)],_0x47a6b9[_0x33f6aa(0x1f3)]))await _0x5d4dd4[_0x33f6aa(0x1e8)]()[_0x33f6aa(0x155)](_0x179dcc),logger[_0x33f6aa(0x187)](_0x33f6aa(0x1e7)+_0x179dcc+_0x33f6aa(0x16e));else{if(_0x5d4dd4&&_0x47a6b9['CedVH'](typeof _0x5d4dd4[_0x33f6aa(0x1ac)],_0x47a6b9[_0x33f6aa(0x1f3)])){const _0x1ce42c={};_0x1ce42c[_0x33f6aa(0x1d5)]=_0x179dcc,await _0x5d4dd4[_0x33f6aa(0x1ac)](_0x1ce42c),logger[_0x33f6aa(0x187)]('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x179dcc+'ms\x20using\x20setTimeouts\x20API');}else{if(_0x5d4dd4&&_0x47a6b9[_0x33f6aa(0x1eb)](typeof _0x5d4dd4['setScriptTimeout'],_0x47a6b9[_0x33f6aa(0x1f3)]))await _0x5d4dd4['setScriptTimeout'](_0x179dcc),logger['debug']('Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20'+_0x179dcc+_0x33f6aa(0x17f));else return logger[_0x33f6aa(0x187)](_0x47a6b9['cBprS']),!![];}}}else return logger[_0x33f6aa(0x187)](_0x47a6b9['PXLnk']),!![];return!![];}catch(_0x301e28){return logger[_0x33f6aa(0x17a)]('Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20'+_0x301e28['message']),![];}},exports[a94_0x59411f(0x16c)]=async(_0xfe3140,_0x3c506b)=>{const _0x328e0d=a94_0x59411f,_0x1cb225={'FSSGg':function(_0x15558e,_0x30d6b6){return _0x15558e(_0x30d6b6);},'LGliF':_0x328e0d(0x186),'UMFrz':_0x328e0d(0x14c),'uKMIx':function(_0x4d4675,_0x8594a){return _0x4d4675<=_0x8594a;},'YoUhg':function(_0x14ac29,_0x42da3a){return _0x14ac29+_0x42da3a;},'CRVit':function(_0x55bc73,_0x4351d4){return _0x55bc73+_0x4351d4;},'Ndnte':function(_0x10985d,_0x5a3657){return _0x10985d&&_0x5a3657;},'OqFsR':function(_0x1800ca,_0xf486df,_0x5cb3a0){return _0x1800ca(_0xf486df,_0x5cb3a0);},'lHYQf':function(_0x14265e,_0x3c7b66,_0x82f0ae){return _0x14265e(_0x3c7b66,_0x82f0ae);},'FkcOQ':_0x328e0d(0x1b6)},{isPlaywright:_0x129ae5,type:_0x17ef6b}=_0x1cb225[_0x328e0d(0x16d)](detectDriverType,_0xfe3140),_0x341f50=_0x129ae5?global['accessibilityPlatform']:accessibilityHelper[_0x328e0d(0x1c7)]()&&globals['getGlobal'](_0x1cb225[_0x328e0d(0x178)])&&globals[_0x328e0d(0x151)](_0x1cb225[_0x328e0d(0x1bf)]);if(!_0x341f50)return logger[_0x328e0d(0x17a)]('Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20'+_0x17ef6b+_0x328e0d(0x1d2)),![];let _0x21aed5=null;for(let _0x1c5e55=0x1;_0x1cb225['uKMIx'](_0x1c5e55,_0x1cb225[_0x328e0d(0x1e4)](RETRY_CONFIG[_0x328e0d(0x13f)],0x1));_0x1c5e55++){try{return logger[_0x328e0d(0x187)](_0x328e0d(0x1b8)+_0x1c5e55+'/'+_0x1cb225['CRVit'](RETRY_CONFIG[_0x328e0d(0x13f)],0x1)+'\x20('+_0x17ef6b+')'),_0x1cb225[_0x328e0d(0x185)](_0x129ae5,playwrightA11yHelper)?(_0x1cb225['OqFsR'](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x328e0d(0x14d)](_0xfe3140,RETRY_CONFIG[_0x328e0d(0x16f)]),await _0x1cb225[_0x328e0d(0x198)](withTimeout,playwrightA11yHelper[_0x328e0d(0x15b)](_0xfe3140,scripts[_0x328e0d(0x1b1)],_0x3c506b),RETRY_CONFIG[_0x328e0d(0x16f)]),await exports[_0x328e0d(0x14d)](_0xfe3140,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0xfe3140,RETRY_CONFIG['timeoutMs']),await _0x1cb225[_0x328e0d(0x19e)](withTimeout,_0xfe3140['executeAsyncScript'](scripts[_0x328e0d(0x1b1)],_0x3c506b),RETRY_CONFIG[_0x328e0d(0x16f)]),await exports[_0x328e0d(0x1f0)](_0xfe3140,RETRY_CONFIG[_0x328e0d(0x176)])),logger['info'](_0x328e0d(0x134)+_0x1c5e55+'\x20('+_0x17ef6b+')'),!![];}catch(_0x1ea651){_0x21aed5=_0x1ea651,logger[_0x328e0d(0x17a)](_0x328e0d(0x1b8)+_0x1c5e55+_0x328e0d(0x1a7)+_0x17ef6b+_0x328e0d(0x1d9)+_0x1ea651[_0x328e0d(0x18c)]);}}return logger['error'](_0x328e0d(0x177)+_0x17ef6b+_0x328e0d(0x165)+(_0x21aed5?.[_0x328e0d(0x18c)]||_0x1cb225['FkcOQ'])),![];};function a94_0x5196(_0x2df3b4,_0xae6bb){const _0x500f9e=a94_0x500f();return a94_0x5196=function(_0x519665,_0x223d01){_0x519665=_0x519665-0x130;let _0x327be9=_0x500f9e[_0x519665];return _0x327be9;},a94_0x5196(_0x2df3b4,_0xae6bb);}function a94_0x500f(){const _0x507dfd=['RAUnL','getAccessibilityResultsSummaryWithRetry','\x20completed\x20successfully.','XRwSj','getSession','setSeleniumScriptTimeout','playwright-page','performScanWithRetry','hojCo','name','evaluate','driverType','UhUZs','113300cvcavf','../../bin/v2/browserstackCLI','QcTMj','Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20','value','cBprS','constructor','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20','url','rGCCO','getRetryConfig','scanSucceeded','./scripts','accessibilityConfig','maxRetries','type','OuPxe','results','playwright-codecept-driver','VbdGX','NkBky','getCurrentUrl','function','106850FtsBVd','\x20for\x20method:\x20','getAccessibilityResultsWithRetry','AdpLn','bstackA11yShouldScan','setPlaywrightScriptTimeout','error','ojhnX','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','getGlobal','OvRvc','page','JiTrR','setScriptTimeout','BDiAY','getAccessibilityResultsSummary','jFCCa','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','dwhuw','browserStackEvaluate','dxwRH','SGPpC','__workerDetails','187lIkDgQ','KSjpE','summary','PFrQr','Scan\x20attempt\x20','Pkvqi',').\x20Last\x20error:\x20','options','../performance/performance-tester','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','WxDte','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','oEeHy','saveAccessibilityResultsWithRetry','FSSGg','ms\x20using\x20timeouts()\x20API','timeoutMs','goto','IzBLm','pYFuN','FdTfx','mpCkZ','nQxXw','defaultTimeoutMs','All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20(','LGliF','671994mRPWFz','warn','../globals','lFOlD','\x20-\x20not\x20applicable','isPlaywright','ms\x20using\x20setScriptTimeout\x20API','SIZOz','rsGdu','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','race','Ndnte','isAccessibilityPlatform','debug','accessibilityPlatform','Gupnc','Page','selenium-webdriver','message','isRunning','OPcTf','YuLfr','CDKRc','):\x20','284729tUlJrR','8MNjJxd','isSeleniumDriver','env','getAccessibilityModule','ZRLkN','OqFsR','1932rMgIpY','hYYUj',')\x20with\x20error:\x20','info','10667856SHLToY','lHYQf','Accessibility\x20results\x20retrieval\x20attempt\x20','status','isPlaywrightPage','npnmS','dmRbW','getInstance','zTxEm','PEDBA','\x20failed\x20(','QgFut','getId','Skipping\x20timeout\x20setting\x20for\x20','2QrdbJq','setTimeouts','IbWbY','10KpYPZc','bYffp','getAccessibilityResults','saveTestResults','OlTJw','manage','WebDriver','undefined','Unknown\x20error','GKzIy','Accessibility\x20results\x20save\x20attempt\x20','Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20','reason','aynpe','winstonLogger','FCbiv','../performance/constants','UMFrz','updateRetryConfig','Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20','LTjAH','Comprehensive\x20accessibility\x20scan\x20failed\x20(','338490eSfUbj','Lfjpw','stringify','isAccessibilityAutomationSession','vZIRg','FddLc','AwBel','currentTest','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','fulfilled','oKPeo','13CXprjW','PXLnk',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','Accessibility\x20scan\x20attempt\x20','script','capabilitiesList','scannerProcessingTimeout','COYXj',').\x20Error:\x20','max','ttLhd','9426guhgil','zHtLX','SXocz','omcrX','GnsDD','measureWrapper','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','QkoEa','YoUhg','CedVH','ThGYa','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','timeouts','setDefaultTimeout','NaPiE'];a94_0x500f=function(){return _0x507dfd;};return a94_0x500f();}
1
+ const a94_0x2c3e26=a94_0x5099;(function(_0x32f0f7,_0x1d4d7c){const _0x1c8ecb=a94_0x5099,_0x37eb5d=_0x32f0f7();while(!![]){try{const _0x3574f1=-parseInt(_0x1c8ecb(0xa9))/0x1*(-parseInt(_0x1c8ecb(0x109))/0x2)+parseInt(_0x1c8ecb(0x121))/0x3+-parseInt(_0x1c8ecb(0x14f))/0x4+parseInt(_0x1c8ecb(0x136))/0x5+-parseInt(_0x1c8ecb(0xd2))/0x6+-parseInt(_0x1c8ecb(0x130))/0x7+-parseInt(_0x1c8ecb(0x9e))/0x8*(-parseInt(_0x1c8ecb(0x105))/0x9);if(_0x3574f1===_0x1d4d7c)break;else _0x37eb5d['push'](_0x37eb5d['shift']());}catch(_0x508f3a){_0x37eb5d['push'](_0x37eb5d['shift']());}}}(a94_0x48f7,0x9394b));const util=require(a94_0x2c3e26(0xb0)),logger=require('../logger')[a94_0x2c3e26(0xc2)],accessibilityHelper=require(a94_0x2c3e26(0xa1)),globals=require(a94_0x2c3e26(0xb7)),scripts=require(a94_0x2c3e26(0xd5)),PerformanceTester=require(a94_0x2c3e26(0xfd)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a94_0x2c3e26(0x150)),BrowserstackCLI=require('../../bin/v2/browserstackCLI');let playwrightA11yHelper=null;try{playwrightA11yHelper=require(a94_0x2c3e26(0xe9));}catch(a94_0x3d1b90){logger[a94_0x2c3e26(0xed)](a94_0x2c3e26(0x135));}const a94_0x2dcfac={};a94_0x2dcfac['maxRetries']=0x1,a94_0x2dcfac[a94_0x2c3e26(0xd0)]=0x7530,a94_0x2dcfac[a94_0x2c3e26(0xa0)]=0x7530;function a94_0x48f7(){const _0x21defb=['summary','IyuBE','jmqZA','czzHT','message','YNbZa','OVMHK','\x20failed\x20(','ytIKi','WByCR','timeoutMs','Qznbi','1334658EQtqaQ','MBUWU','Unknown\x20driver/page\x20type:\x20','./scripts',',\x20cannot\x20perform\x20scan\x20with\x20retry.','Selenium\x20WebDriver\x20manage()\x20method\x20not\x20available,\x20skipping\x20timeout\x20setting','Selenium\x20WebDriver\x20timeout\x20API\x20not\x20available,\x20skipping\x20timeout\x20setting','hixfJ','playwright-page','isSeleniumDriver','KaLIZ','getRetryConfig','Unknown\x20error','getAccessibilityResultsSummaryWithRetry','IUsvG','gzggJ','isPlaywright',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary\x20with\x20retry.','bSzaf','allSettled','Failed\x20to\x20retrieve\x20accessibility\x20summary\x20(','ohfGY','Failed\x20to\x20retrieve\x20accessibility\x20results\x20(','../../bin/playwright/accessibility-helper','isRunning','Accessibility\x20scan\x20attempt\x20','race','debug','ms\x20using\x20setScriptTimeout\x20API','JeqdF','function','manage','Accessibility\x20scan\x20succeeded\x20on\x20attempt\x20','YIRec','bstackA11yShouldScan','VTKrz','izTzQ','browserstackSessionName','FBVtX','aQNkl','All\x20accessibility\x20scan\x20attempts\x20failed\x20for\x20method:\x20','tFlEB','undefined','../performance/performance-tester','Comprehensive\x20accessibility\x20scan\x20failed\x20(','OlmYx','getCurrentUrl','BKyUe','setPlaywrightScriptTimeout','executeAsyncScript','qdgyq','539793tTXqUa','bcAAa','bLasG','FYJVE','1318DBOKjE','performScanWithRetry','driverType','NXZef','xlPyM','setSeleniumScriptTimeout','RIzxi','url','QXfeP','Playwright','capabilitiesList','LFQEl','measureWrapper','Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20',').\x20Error:\x20','sGAin','GLBlB','bPdcl','edyGR','type','isAccessibilityAutomationSession','Fwtek','unknown_method','NMTkf','627774pFSLfr','ISbKQ','PERFORM_SCAN','name','reason','getCapabilities','jQfqY','Wdmfv','VCKwB','__workerDetails','wkgJC','qxKgX','zRkZs','env','\x20-\x20not\x20applicable','4640237JYNnMJ','saveTestResults','MzAyT','error','UzOPj','Playwright\x20accessibility\x20helper\x20not\x20available','148565eDXFlj','AvSCj','updateRetryConfig','Accessibility\x20results\x20summary\x20retrieved\x20successfully\x20on\x20attempt\x20','setDefaultTimeout','Not\x20a\x20valid\x20Accessibility\x20Automation\x20session\x20for\x20','WFFlb','xwSTK','urWUN','getGlobal','UsyDu','QOpcz','ms\x20using\x20timeouts()\x20API','LoOKp','info','yfOHW','ms\x20using\x20setTimeouts\x20API','LBqNx','goto','playwright-codecept-driver','Cannot\x20set\x20script\x20timeout:\x20not\x20a\x20Selenium\x20WebDriver','getAccessibilityResultsWithRetry','ZtBgR','\x20for\x20method:\x20','Accessibility\x20results\x20retrieval\x20attempt\x20','3561652trrSBu','../performance/constants','hlypb','XhgtT','getAccessibilityResultsSummary','Set\x20Selenium\x20WebDriver\x20script\x20timeout\x20to\x20','getAccessibilityResults','getInstance',',\x20cannot\x20retrieve\x20Accessibility\x20results\x20with\x20retry.',').\x20Last\x20error:\x20','page','cyPNk','HxhcG','All\x20accessibility\x20results\x20summary\x20retrieval\x20attempts\x20failed\x20(','Unknown\x20error\x20during\x20comprehensive\x20accessibility\x20scan','pPjOP','performComprehensiveAccessibilityScanWithRetry','bXiJq','results','script','getAccessibilityModule','176TYDjNN','selenium-webdriver','defaultTimeoutMs','./helper','Accessibility\x20results\x20retrieved\x20successfully\x20on\x20attempt\x20','Eteei','WCllP','OqANv','Failed\x20to\x20set\x20Selenium\x20script\x20timeout:\x20',',\x20cannot\x20save\x20accessibility\x20results\x20with\x20retry.','ufHes','1247EkAkrK','performScan','warn','currentTest','getSession','isPlaywrightPage','Accessibility\x20results\x20save\x20attempt\x20','util','setScriptTimeout','mxtRr','vWphd','browserStackEvaluate','):\x20','accessibilityConfig','../globals','oEGvd','UCbtt','scanSucceeded','BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT','NUwqZ','status','MUWIh','UAGLf','accessibilityPlatform','edCbh','winstonLogger','isAccessibilityPlatform','maxRetries','EaHSX'];a94_0x48f7=function(){return _0x21defb;};return a94_0x48f7();}const RETRY_CONFIG=a94_0x2dcfac,setConfigTimeout=(_0xc7e040,_0x10e145=null)=>{const _0x3487fc=a94_0x2c3e26,_0x54455f={'BKyUe':function(_0x32891a,_0x1f8a8a){return _0x32891a===_0x1f8a8a;},'RIYIV':'scannerProcessingTimeout','ZeFvZ':function(_0x294be0,_0x5d7c26){return _0x294be0===_0x5d7c26;},'FYJVE':function(_0x2b903c,_0x50b0a6){return _0x2b903c*_0x50b0a6;},'VCKwB':function(_0x37802b,_0x2b1c3a){return _0x37802b(_0x2b1c3a);}};if(BrowserstackCLI['getInstance']()[_0x3487fc(0xea)]()&&BrowserstackCLI['getInstance']()[_0x3487fc(0x9d)]()){const _0x575676=BrowserstackCLI[_0x3487fc(0x156)]()[_0x3487fc(0x9d)]()[_0x3487fc(0xb6)],_0x15c6cf=_0x575676['options'][_0x3487fc(0x113)]||[];for(const _0xdf47d7 of _0x15c6cf){_0x54455f[_0x3487fc(0x101)](_0xdf47d7['name'],_0x54455f['RIYIV'])&&_0x54455f['ZeFvZ'](_0x10e145,null)&&(_0xc7e040[_0x3487fc(0xd0)]=_0x54455f['FYJVE'](_0x54455f[_0x3487fc(0x129)](parseInt,_0xdf47d7['value']),0x3e8));}}else process[_0x3487fc(0x12e)][_0x3487fc(0xbb)]&&(_0xc7e040[_0x3487fc(0xd0)]=_0x54455f[_0x3487fc(0x108)](_0x54455f[_0x3487fc(0x129)](parseInt,process[_0x3487fc(0x12e)]['BROWSERSTACK_TEST_ACCESSIBILITY_SCRIPT_TIMEOUT']),0x3e8));},detectDriverType=_0x55f47e=>{const _0x2c8032=a94_0x2c3e26,_0x575abd={};_0x575abd[_0x2c8032(0xb8)]='unknown',_0x575abd[_0x2c8032(0x11a)]=function(_0x250cf1,_0x143e1c){return _0x250cf1===_0x143e1c;},_0x575abd[_0x2c8032(0x107)]=_0x2c8032(0xf0),_0x575abd['WCllP']=function(_0xc125ab,_0xe04c42){return _0xc125ab===_0xe04c42;},_0x575abd[_0x2c8032(0xc5)]=_0x2c8032(0xda),_0x575abd[_0x2c8032(0x12d)]=function(_0x5d0f46,_0x1c9d5f){return _0x5d0f46===_0x1c9d5f;},_0x575abd[_0x2c8032(0x151)]=function(_0x5d68de,_0xc4bdb4){return _0x5d68de===_0xc4bdb4;},_0x575abd[_0x2c8032(0x141)]=_0x2c8032(0x9f),_0x575abd['ytIKi']='Page',_0x575abd[_0x2c8032(0xa8)]='WebDriver',_0x575abd[_0x2c8032(0xc7)]=function(_0x1c12f2,_0x3acca4){return _0x1c12f2===_0x3acca4;},_0x575abd[_0x2c8032(0x145)]=_0x2c8032(0x112),_0x575abd[_0x2c8032(0xb2)]=_0x2c8032(0x149),_0x575abd['WByCR']=function(_0x21f624,_0x71da68){return _0x21f624||_0x71da68;},_0x575abd['UsyDu']=_0x2c8032(0xfc);const _0x179295=_0x575abd;if(!_0x55f47e){const _0x3747eb={};return _0x3747eb[_0x2c8032(0xe2)]=![],_0x3747eb[_0x2c8032(0x11c)]=_0x179295[_0x2c8032(0xb8)],_0x3747eb;}if(_0x179295[_0x2c8032(0x11a)](typeof _0x55f47e['evaluate'],_0x179295[_0x2c8032(0x107)])&&_0x179295[_0x2c8032(0x11a)](typeof _0x55f47e['url'],_0x179295[_0x2c8032(0x107)])&&_0x179295[_0x2c8032(0xa4)](typeof _0x55f47e[_0x2c8032(0x148)],_0x179295[_0x2c8032(0x107)])){const _0x43c2ab={};return _0x43c2ab['isPlaywright']=!![],_0x43c2ab['type']=_0x179295[_0x2c8032(0xc5)],_0x43c2ab;}if(_0x179295[_0x2c8032(0x12d)](typeof _0x55f47e[_0x2c8032(0x103)],_0x179295['bLasG'])&&_0x179295[_0x2c8032(0x151)](typeof _0x55f47e[_0x2c8032(0x126)],_0x179295[_0x2c8032(0x107)])){const _0x29cc7b={};return _0x29cc7b[_0x2c8032(0xe2)]=![],_0x29cc7b['type']=_0x179295[_0x2c8032(0x141)],_0x29cc7b;}const _0x5828a0=_0x55f47e['constructor']?.[_0x2c8032(0x124)];if(_0x179295['bPdcl'](_0x5828a0,_0x179295[_0x2c8032(0xce)])){const _0x46d9da={};return _0x46d9da[_0x2c8032(0xe2)]=!![],_0x46d9da['type']=_0x179295[_0x2c8032(0xc5)],_0x46d9da;}if(_0x179295[_0x2c8032(0x12d)](_0x5828a0,_0x179295[_0x2c8032(0xa8)])){const _0x16d03f={};return _0x16d03f['isPlaywright']=![],_0x16d03f[_0x2c8032(0x11c)]=_0x179295[_0x2c8032(0x141)],_0x16d03f;}if(_0x179295['IyuBE'](_0x5828a0,_0x179295['yfOHW'])){const _0x3fe727={};return _0x3fe727[_0x2c8032(0xe2)]=!![],_0x3fe727[_0x2c8032(0x11c)]=_0x179295[_0x2c8032(0xb2)],_0x3fe727;}logger[_0x2c8032(0xab)](_0x2c8032(0xd4)+_0x179295[_0x2c8032(0xcf)](_0x5828a0,_0x179295[_0x2c8032(0x140)]));const _0x49378c={};return _0x49378c[_0x2c8032(0xe2)]=![],_0x49378c['type']=_0x179295[_0x2c8032(0xb8)],_0x49378c;},withTimeout=(_0x1ac15a,_0x4651c9)=>{const _0x15166b=a94_0x2c3e26;return Promise[_0x15166b(0xec)]([_0x1ac15a,new Promise((_0x83b07d,_0x2cda76)=>setTimeout(()=>_0x2cda76(new Error('Operation\x20timed\x20out\x20after\x20'+_0x4651c9+'ms')),_0x4651c9))]);};function a94_0x5099(_0xfa228e,_0x226ba3){const _0x48f744=a94_0x48f7();return a94_0x5099=function(_0x509937,_0x22649b){_0x509937=_0x509937-0x98;let _0x14a524=_0x48f744[_0x509937];return _0x14a524;},a94_0x5099(_0xfa228e,_0x226ba3);}exports[a94_0x2c3e26(0x10a)]=async(_0x3d744c,_0x204617=null,_0x2bf32e=null)=>{const _0x19042f=a94_0x2c3e26,_0x386013={'pPjOP':function(_0x378180,_0x2e66c5){return _0x378180&&_0x2e66c5;},'UzOPj':function(_0x3c267f,_0x1b379c,_0x2f8198){return _0x3c267f(_0x1b379c,_0x2f8198);},'MzAyT':function(_0xeed891,_0x3cfec2){return _0xeed891===_0x3cfec2;},'YIRec':'playwright-codecept-driver','QXfeP':function(_0x485391,_0x41bab7,_0x10de03){return _0x485391(_0x41bab7,_0x10de03);},'izTzQ':function(_0x4fdb9c,_0x25539e){return _0x4fdb9c(_0x25539e);},'OlmYx':_0x19042f(0xc3),'NMTkf':_0x19042f(0xf4),'ZlfFr':_0x19042f(0x11f),'ZtBgR':function(_0x1461ac,_0x4355c7){return _0x1461ac===_0x4355c7;},'FBVtX':_0x19042f(0xf0),'NXZef':function(_0xdf7d01,_0x449b1c){return _0xdf7d01===_0x449b1c;},'UCbtt':function(_0x86b69,_0x37e71d){return _0x86b69===_0x37e71d;},'XhgtT':function(_0x34003f,_0x6c4495){return _0x34003f<=_0x6c4495;},'YNbZa':function(_0x2abb01,_0x283534){return _0x2abb01+_0x283534;},'bXiJq':_0x19042f(0xde)},{isPlaywright:_0xc3b2ce,type:_0x5ef0b8}=_0x386013[_0x19042f(0xf6)](detectDriverType,_0x3d744c),_0x6e5af5=_0xc3b2ce?global[_0x19042f(0xc0)]:accessibilityHelper['isAccessibilityAutomationSession']()&&globals[_0x19042f(0x13f)](_0x386013[_0x19042f(0xff)])&&globals[_0x19042f(0x13f)](_0x386013[_0x19042f(0x120)]);if(!_0x6e5af5)return logger[_0x19042f(0xab)](_0x19042f(0x13b)+_0x5ef0b8+_0x19042f(0xd6)),![];const _0x131f94=_0x204617||global[_0x19042f(0xf7)]||_0x386013['ZlfFr'];let _0x4e2e8f=null;const _0x582689={'testhub_btcer_uuid':global[_0x19042f(0x12a)]?.[_0x19042f(0xac)]?.['id'],'url':_0x386013[_0x19042f(0x14c)](typeof _0x3d744c[_0x19042f(0x110)],_0x386013[_0x19042f(0xf8)])?await _0x3d744c['url']():_0x386013[_0x19042f(0x10c)](typeof _0x3d744c[_0x19042f(0x100)],_0x386013['FBVtX'])?await _0x3d744c[_0x19042f(0x100)]():'','automate_session_id':_0x386013[_0x19042f(0xb9)](typeof _0x3d744c[_0x19042f(0xad)],_0x386013[_0x19042f(0xf8)])?(await _0x3d744c[_0x19042f(0xad)]())['getId']():''};for(let _0x58f106=0x1;_0x386013[_0x19042f(0x152)](_0x58f106,_0x386013[_0x19042f(0xcb)](RETRY_CONFIG['maxRetries'],0x1));_0x58f106++){try{return logger[_0x19042f(0xed)]('Accessibility\x20scan\x20attempt\x20'+_0x58f106+'/'+_0x386013[_0x19042f(0xcb)](RETRY_CONFIG['maxRetries'],0x1)+_0x19042f(0x14d)+_0x131f94+'\x20('+_0x5ef0b8+')'),await PerformanceTester[_0x19042f(0x115)](PerformanceA11yEvents[_0x19042f(0x123)],async()=>{const _0x53b455=_0x19042f;let _0x627163;if(_0x386013[_0x53b455(0x98)](_0xc3b2ce,playwrightA11yHelper)){_0x386013[_0x53b455(0x134)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x53b455(0x102)](_0x3d744c,RETRY_CONFIG['timeoutMs']);let _0x580d27=_0x3d744c;_0x386013[_0x53b455(0x132)](_0x5ef0b8,_0x386013[_0x53b455(0xf3)])&&(_0x580d27=_0x3d744c[_0x53b455(0x159)]),_0x627163=await _0x386013[_0x53b455(0x111)](withTimeout,playwrightA11yHelper[_0x53b455(0xaa)](_0x580d27,_0x131f94),RETRY_CONFIG[_0x53b455(0xd0)]),await exports['setPlaywrightScriptTimeout'](_0x3d744c,RETRY_CONFIG[_0x53b455(0xa0)]);}else await exports[_0x53b455(0x10e)](_0x3d744c,RETRY_CONFIG[_0x53b455(0xd0)]),_0x627163=await _0x386013[_0x53b455(0x111)](withTimeout,accessibilityHelper[_0x53b455(0xaa)](_0x3d744c,_0x131f94),RETRY_CONFIG[_0x53b455(0xd0)]),await exports[_0x53b455(0x10e)](_0x3d744c,RETRY_CONFIG[_0x53b455(0xa0)]);logger[_0x53b455(0xed)]('Scan\x20attempt\x20'+_0x58f106+'\x20completed\x20successfully.');},{'command':_0x131f94,..._0x582689})(),logger['info'](_0x19042f(0xf2)+_0x58f106+'.'),!![];}catch(_0x55354f){_0x4e2e8f=_0x55354f,logger[_0x19042f(0xed)](_0x19042f(0xeb)+_0x58f106+'\x20failed\x20for\x20method:\x20'+_0x131f94+'\x20('+_0x5ef0b8+_0x19042f(0x117)+_0x55354f['message']);}}return logger[_0x19042f(0x133)](_0x19042f(0xfa)+_0x131f94+'\x20('+_0x5ef0b8+')\x20with\x20error:\x20'+(_0x4e2e8f?.[_0x19042f(0xca)]||_0x386013[_0x19042f(0x9a)])),![];},exports[a94_0x2c3e26(0x14b)]=async(_0x364e81,_0x3f7a98)=>{const _0x59792d=a94_0x2c3e26,_0x1c1359={'qdgyq':function(_0xc15834,_0x54db4c){return _0xc15834(_0x54db4c);},'OVMHK':_0x59792d(0xc3),'LFQEl':_0x59792d(0xf4),'AvSCj':function(_0x77e6f8,_0x43769b){return _0x77e6f8<=_0x43769b;},'LBqNx':function(_0x3cd39d,_0x2346e8){return _0x3cd39d+_0x2346e8;},'OqANv':function(_0x446b90,_0x1a768b){return _0x446b90&&_0x1a768b;},'vWphd':function(_0x5ac34a,_0x27511f,_0x39c95a){return _0x5ac34a(_0x27511f,_0x39c95a);},'tFlEB':_0x59792d(0xde)},{isPlaywright:_0x2a4463,type:_0xd954a6}=_0x1c1359[_0x59792d(0x104)](detectDriverType,_0x364e81),_0x5cdc22=_0x2a4463?_0x3f7a98[_0x59792d(0xc0)]:accessibilityHelper[_0x59792d(0x11d)]()&&globals[_0x59792d(0x13f)](_0x1c1359[_0x59792d(0xcc)])&&globals[_0x59792d(0x13f)](_0x1c1359[_0x59792d(0x114)]);if(!_0x5cdc22)return logger['warn'](_0x59792d(0x13b)+_0xd954a6+_0x59792d(0x157)),[];let _0x20e0b8=null;for(let _0x2e1931=0x1;_0x1c1359[_0x59792d(0x137)](_0x2e1931,_0x1c1359[_0x59792d(0x147)](RETRY_CONFIG[_0x59792d(0xc4)],0x1));_0x2e1931++){try{logger['debug'](_0x59792d(0x14e)+_0x2e1931+'/'+_0x1c1359[_0x59792d(0x147)](RETRY_CONFIG[_0x59792d(0xc4)],0x1)+'\x20('+_0xd954a6+')');let _0x48089a;return _0x1c1359[_0x59792d(0xa5)](_0x2a4463,playwrightA11yHelper)?(_0x1c1359[_0x59792d(0xb3)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x59792d(0x102)](_0x364e81,RETRY_CONFIG['timeoutMs']),_0x48089a=await _0x1c1359[_0x59792d(0xb3)](withTimeout,playwrightA11yHelper[_0x59792d(0x155)](_0x364e81),RETRY_CONFIG[_0x59792d(0xd0)]),await exports[_0x59792d(0x102)](_0x364e81,RETRY_CONFIG[_0x59792d(0xa0)])):(await exports['setSeleniumScriptTimeout'](_0x364e81,RETRY_CONFIG[_0x59792d(0xd0)]),_0x48089a=await _0x1c1359[_0x59792d(0xb3)](withTimeout,accessibilityHelper['getAccessibilityResults'](_0x364e81,_0x3f7a98),RETRY_CONFIG[_0x59792d(0xd0)]),await exports[_0x59792d(0x10e)](_0x364e81,RETRY_CONFIG['defaultTimeoutMs'])),logger[_0x59792d(0x144)](_0x59792d(0xa2)+_0x2e1931+'\x20('+_0xd954a6+')'),_0x48089a;}catch(_0x54d806){_0x20e0b8=_0x54d806,logger['warn'](_0x59792d(0x14e)+_0x2e1931+_0x59792d(0xcd)+_0xd954a6+_0x59792d(0x117)+_0x54d806[_0x59792d(0xca)]);}}return logger[_0x59792d(0x133)]('All\x20accessibility\x20results\x20retrieval\x20attempts\x20failed\x20('+_0xd954a6+_0x59792d(0x158)+(_0x20e0b8?.[_0x59792d(0xca)]||_0x1c1359[_0x59792d(0xfb)])),[];},exports['getAccessibilityResultsSummaryWithRetry']=async(_0x4b9423,_0x5b5943)=>{const _0x59f0c3=a94_0x2c3e26,_0x110d50={'edyGR':function(_0x14d28f,_0x2f0694){return _0x14d28f(_0x2f0694);},'RIzxi':_0x59f0c3(0xc3),'HqLed':_0x59f0c3(0xf4),'NUwqZ':function(_0x32d8ed,_0x26bb6a){return _0x32d8ed<=_0x26bb6a;},'IUsvG':function(_0xfd35c7,_0x45ee19){return _0xfd35c7+_0x45ee19;},'VTKrz':function(_0x7f5198,_0x2e981e){return _0x7f5198+_0x2e981e;},'GLBlB':function(_0x45a02d,_0x68d1a5){return _0x45a02d&&_0x68d1a5;},'wkgJC':function(_0x18c5de,_0x151252,_0x2eb0b0){return _0x18c5de(_0x151252,_0x2eb0b0);},'edCbh':function(_0x396acd,_0x1c691e,_0x4aae94){return _0x396acd(_0x1c691e,_0x4aae94);},'RRVou':_0x59f0c3(0xde)},{isPlaywright:_0x12965f,type:_0x2127fb}=_0x110d50[_0x59f0c3(0x11b)](detectDriverType,_0x4b9423),_0x5a38a2=_0x12965f?_0x5b5943['accessibilityPlatform']:accessibilityHelper[_0x59f0c3(0x11d)]()&&globals[_0x59f0c3(0x13f)](_0x110d50[_0x59f0c3(0x10f)])&&globals[_0x59f0c3(0x13f)](_0x110d50['HqLed']);if(!_0x5a38a2)return logger[_0x59f0c3(0xab)](_0x59f0c3(0x13b)+_0x2127fb+_0x59f0c3(0xe3)),{};let _0x57bd5c=null;for(let _0x2ddc17=0x1;_0x110d50[_0x59f0c3(0xbc)](_0x2ddc17,_0x110d50[_0x59f0c3(0xe0)](RETRY_CONFIG[_0x59f0c3(0xc4)],0x1));_0x2ddc17++){try{logger[_0x59f0c3(0xed)]('Accessibility\x20results\x20summary\x20retrieval\x20attempt\x20'+_0x2ddc17+'/'+_0x110d50[_0x59f0c3(0xf5)](RETRY_CONFIG[_0x59f0c3(0xc4)],0x1)+'\x20('+_0x2127fb+')');let _0x5774df;return _0x110d50[_0x59f0c3(0x119)](_0x12965f,playwrightA11yHelper)?(_0x110d50[_0x59f0c3(0x12b)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x59f0c3(0x102)](_0x4b9423,RETRY_CONFIG[_0x59f0c3(0xd0)]),_0x5774df=await _0x110d50[_0x59f0c3(0xc1)](withTimeout,playwrightA11yHelper[_0x59f0c3(0x153)](_0x4b9423),RETRY_CONFIG[_0x59f0c3(0xd0)]),await exports[_0x59f0c3(0x102)](_0x4b9423,RETRY_CONFIG['defaultTimeoutMs'])):(await exports['setSeleniumScriptTimeout'](_0x4b9423,RETRY_CONFIG[_0x59f0c3(0xd0)]),_0x5774df=await _0x110d50[_0x59f0c3(0x12b)](withTimeout,accessibilityHelper[_0x59f0c3(0x153)](_0x4b9423,_0x5b5943),RETRY_CONFIG[_0x59f0c3(0xd0)]),await exports[_0x59f0c3(0x10e)](_0x4b9423,RETRY_CONFIG[_0x59f0c3(0xa0)])),logger['info'](_0x59f0c3(0x139)+_0x2ddc17+'\x20('+_0x2127fb+')'),_0x5774df;}catch(_0x968f06){_0x57bd5c=_0x968f06,logger[_0x59f0c3(0xab)](_0x59f0c3(0x116)+_0x2ddc17+_0x59f0c3(0xcd)+_0x2127fb+_0x59f0c3(0x117)+_0x968f06[_0x59f0c3(0xca)]);}}return logger[_0x59f0c3(0x133)](_0x59f0c3(0x15c)+_0x2127fb+_0x59f0c3(0x158)+(_0x57bd5c?.['message']||_0x110d50['RRVou'])),{};},exports[a94_0x2c3e26(0x99)]=async(_0x25908e,_0x52e246,_0x5bb99e=null)=>{const _0x33f12d=a94_0x2c3e26,_0x2dd687={'XzxOc':function(_0x2cef59,_0x4370df){return _0x2cef59(_0x4370df);},'Wdmfv':function(_0x572a66,_0x26a768){return _0x572a66===_0x26a768;},'MBUWU':'fulfilled','ISbKQ':function(_0x5565d8,_0x2406ce){return _0x5565d8===_0x2406ce;},'jmqZA':'rejected','Fwtek':function(_0x2abc41,_0x580afc){return _0x2abc41===_0x580afc;},'UAGLf':_0x33f12d(0x15d)},{isPlaywright:_0x332ef8,type:_0x4ba548}=_0x2dd687['XzxOc'](detectDriverType,_0x25908e),_0x85ba38={};_0x85ba38[_0x33f12d(0xba)]=![],_0x85ba38['results']=[],_0x85ba38[_0x33f12d(0xc6)]={},_0x85ba38[_0x33f12d(0x133)]=null,_0x85ba38[_0x33f12d(0x10b)]=_0x4ba548;const _0x4270ea=_0x85ba38;try{_0x4270ea[_0x33f12d(0xba)]=await exports['performScanWithRetry'](_0x25908e,_0x5bb99e);if(_0x4270ea[_0x33f12d(0xba)]){const [_0x5dec46,_0x4db3bb]=await Promise[_0x33f12d(0xe5)]([exports[_0x33f12d(0x14b)](_0x25908e,_0x52e246),exports[_0x33f12d(0xdf)](_0x25908e,_0x52e246)]);_0x4270ea[_0x33f12d(0x9b)]=_0x2dd687[_0x33f12d(0x128)](_0x5dec46['status'],_0x2dd687[_0x33f12d(0xd3)])?_0x5dec46['value']:[],_0x4270ea[_0x33f12d(0xc6)]=_0x2dd687['Wdmfv'](_0x4db3bb['status'],_0x2dd687[_0x33f12d(0xd3)])?_0x4db3bb['value']:{},_0x2dd687[_0x33f12d(0x122)](_0x5dec46['status'],_0x2dd687[_0x33f12d(0xc8)])&&logger[_0x33f12d(0xab)](_0x33f12d(0xe8)+_0x4ba548+_0x33f12d(0xb5)+_0x5dec46[_0x33f12d(0x125)]?.[_0x33f12d(0xca)]),_0x2dd687[_0x33f12d(0x11e)](_0x4db3bb[_0x33f12d(0xbd)],_0x2dd687[_0x33f12d(0xc8)])&&logger[_0x33f12d(0xab)](_0x33f12d(0xe6)+_0x4ba548+_0x33f12d(0xb5)+_0x4db3bb[_0x33f12d(0x125)]?.[_0x33f12d(0xca)]);}}catch(_0x227ce6){_0x4270ea[_0x33f12d(0x133)]=_0x227ce6[_0x33f12d(0xca)]||_0x2dd687[_0x33f12d(0xbf)],logger[_0x33f12d(0x133)](_0x33f12d(0xfe)+_0x4ba548+_0x33f12d(0xb5)+_0x4270ea[_0x33f12d(0x133)]);}return _0x4270ea;},exports[a94_0x2c3e26(0x138)]=_0x2d1a48=>{const _0x9402cc=a94_0x2c3e26,_0x47bdb3={};_0x47bdb3[_0x9402cc(0x118)]=function(_0x2f8ba8,_0x5537db){return _0x2f8ba8!==_0x5537db;},_0x47bdb3['cyPNk']=function(_0x3d1464,_0x2dfea0){return _0x3d1464!==_0x2dfea0;};const _0xf3ec46=_0x47bdb3;_0xf3ec46[_0x9402cc(0x118)](_0x2d1a48[_0x9402cc(0xc4)],undefined)&&(RETRY_CONFIG['maxRetries']=Math['max'](0x0,_0x2d1a48[_0x9402cc(0xc4)])),_0xf3ec46[_0x9402cc(0x15a)](_0x2d1a48[_0x9402cc(0xd0)],undefined)&&(RETRY_CONFIG[_0x9402cc(0xd0)]=Math['max'](0x3e8,_0x2d1a48[_0x9402cc(0xd0)])),logger['debug']('Accessibility\x20retry\x20configuration\x20updated:\x20'+JSON['stringify'](RETRY_CONFIG));},exports[a94_0x2c3e26(0xdd)]=()=>{const _0x492a75={...RETRY_CONFIG};return _0x492a75;},exports[a94_0x2c3e26(0xae)]=_0x4739e4=>{const _0x30b984=a94_0x2c3e26,_0x4266f7={'HxhcG':function(_0x3131f4,_0xe8ecb6){return _0x3131f4(_0xe8ecb6);}};return _0x4266f7[_0x30b984(0x15b)](detectDriverType,_0x4739e4)[_0x30b984(0xe2)];},exports[a94_0x2c3e26(0xdb)]=_0x14c747=>{const _0x2bec67=a94_0x2c3e26,_0x40a0e4={'SxKlt':function(_0x4e0e9,_0x2ec721){return _0x4e0e9(_0x2ec721);},'ohfGY':function(_0x5e651f,_0x417718){return _0x5e651f===_0x417718;},'MUWIh':_0x2bec67(0x9f)},{isPlaywright:_0x4af5ba,type:_0x50be20}=_0x40a0e4['SxKlt'](detectDriverType,_0x14c747);return!_0x4af5ba&&_0x40a0e4[_0x2bec67(0xe7)](_0x50be20,_0x40a0e4[_0x2bec67(0xbe)]);},exports[a94_0x2c3e26(0x102)]=async(_0x10d846,_0xa62df2=null)=>{const _0x2276d9=a94_0x2c3e26,_0x602153={'IVxfp':function(_0xbee7b1,_0x21b53c){return _0xbee7b1(_0x21b53c);},'HAyMz':function(_0x365653,_0x5be15f){return _0x365653===_0x5be15f;},'GTABj':_0x2276d9(0xf0)},{isPlaywright:_0x30034e,type:_0x4187c1}=_0x602153['IVxfp'](detectDriverType,_0x10d846);if(!_0x30034e)return logger['debug']('Skipping\x20timeout\x20setting\x20for\x20'+_0x4187c1+_0x2276d9(0x12f)),!![];const _0x29d2c8=_0xa62df2||RETRY_CONFIG[_0x2276d9(0xa0)];try{return _0x10d846&&_0x602153['HAyMz'](typeof _0x10d846[_0x2276d9(0x13a)],_0x602153['GTABj'])&&(await _0x10d846[_0x2276d9(0x13a)](_0x29d2c8),logger[_0x2276d9(0xed)]('Set\x20Playwright\x20page\x20default\x20timeout\x20to\x20'+_0x29d2c8+'ms')),!![];}catch(_0x551d17){return logger[_0x2276d9(0xab)]('Failed\x20to\x20set\x20Playwright\x20script\x20timeout:\x20'+_0x551d17[_0x2276d9(0xca)]),![];}},exports[a94_0x2c3e26(0x10e)]=async(_0x48ebd1,_0xd382b1=null)=>{const _0x17bf5f=a94_0x2c3e26,_0x3065e6={};_0x3065e6[_0x17bf5f(0x13c)]=_0x17bf5f(0x14a),_0x3065e6['xlPyM']=function(_0x14f777,_0x16c920){return _0x14f777===_0x16c920;},_0x3065e6[_0x17bf5f(0xd9)]=_0x17bf5f(0xf0),_0x3065e6[_0x17bf5f(0xd1)]=function(_0x1e95b7,_0x552f42){return _0x1e95b7===_0x552f42;},_0x3065e6[_0x17bf5f(0x13e)]=function(_0x30dae7,_0x2c7dba){return _0x30dae7===_0x2c7dba;},_0x3065e6[_0x17bf5f(0xdc)]=_0x17bf5f(0xd8),_0x3065e6[_0x17bf5f(0xf9)]=_0x17bf5f(0xd7);const _0x6743bd=_0x3065e6;if(!exports[_0x17bf5f(0xdb)](_0x48ebd1))return logger['warn'](_0x6743bd[_0x17bf5f(0x13c)]),![];const _0x5d40f3=_0xd382b1||RETRY_CONFIG[_0x17bf5f(0xa0)];try{if(_0x48ebd1&&_0x6743bd[_0x17bf5f(0x10d)](typeof _0x48ebd1[_0x17bf5f(0xf1)],_0x6743bd[_0x17bf5f(0xd9)])){const _0x2aa3cf=_0x48ebd1[_0x17bf5f(0xf1)]();if(_0x2aa3cf&&_0x6743bd[_0x17bf5f(0xd1)](typeof _0x2aa3cf['timeouts'],_0x6743bd[_0x17bf5f(0xd9)]))await _0x2aa3cf['timeouts']()[_0x17bf5f(0xb1)](_0x5d40f3),logger['debug'](_0x17bf5f(0x154)+_0x5d40f3+_0x17bf5f(0x142));else{if(_0x2aa3cf&&_0x6743bd[_0x17bf5f(0x13e)](typeof _0x2aa3cf['setTimeouts'],_0x6743bd[_0x17bf5f(0xd9)])){const _0x3d063d={};_0x3d063d[_0x17bf5f(0x9c)]=_0x5d40f3,await _0x2aa3cf['setTimeouts'](_0x3d063d),logger[_0x17bf5f(0xed)](_0x17bf5f(0x154)+_0x5d40f3+_0x17bf5f(0x146));}else{if(_0x2aa3cf&&_0x6743bd[_0x17bf5f(0x10d)](typeof _0x2aa3cf[_0x17bf5f(0xb1)],_0x6743bd[_0x17bf5f(0xd9)]))await _0x2aa3cf['setScriptTimeout'](_0x5d40f3),logger[_0x17bf5f(0xed)](_0x17bf5f(0x154)+_0x5d40f3+_0x17bf5f(0xee));else return logger['debug'](_0x6743bd[_0x17bf5f(0xdc)]),!![];}}}else return logger[_0x17bf5f(0xed)](_0x6743bd[_0x17bf5f(0xf9)]),!![];return!![];}catch(_0x3278f4){return logger[_0x17bf5f(0xab)](_0x17bf5f(0xa6)+_0x3278f4[_0x17bf5f(0xca)]),![];}},exports['saveAccessibilityResultsWithRetry']=async(_0x215e9a,_0xa93146)=>{const _0x2a0a4d=a94_0x2c3e26,_0x1e3354={'xwSTK':function(_0x1bf870,_0x2ab043){return _0x1bf870(_0x2ab043);},'fdgbS':_0x2a0a4d(0xc3),'qxKgX':_0x2a0a4d(0xf4),'gzggJ':function(_0x6059aa,_0x5c2ae2){return _0x6059aa<=_0x5c2ae2;},'Eteei':function(_0x1994a4,_0x448869){return _0x1994a4+_0x448869;},'czzHT':function(_0x54acf3,_0x490c09){return _0x54acf3+_0x490c09;},'LoOKp':function(_0x3237cf,_0x431d85){return _0x3237cf&&_0x431d85;},'bcAAa':function(_0x224e9d,_0xa141a7,_0x5bf817){return _0x224e9d(_0xa141a7,_0x5bf817);},'jQfqY':function(_0x5cf5cb,_0x34ca04,_0x4e7cd9){return _0x5cf5cb(_0x34ca04,_0x4e7cd9);},'JeqdF':function(_0x2f49f7,_0x4df2f6,_0x45d40e){return _0x2f49f7(_0x4df2f6,_0x45d40e);},'bSzaf':_0x2a0a4d(0xde)},{isPlaywright:_0x124fa6,type:_0x2d177e}=_0x1e3354[_0x2a0a4d(0x13d)](detectDriverType,_0x215e9a),_0xd74836=_0x124fa6?global[_0x2a0a4d(0xc0)]:accessibilityHelper[_0x2a0a4d(0x11d)]()&&globals['getGlobal'](_0x1e3354['fdgbS'])&&globals[_0x2a0a4d(0x13f)](_0x1e3354[_0x2a0a4d(0x12c)]);if(!_0xd74836)return logger['warn'](_0x2a0a4d(0x13b)+_0x2d177e+_0x2a0a4d(0xa7)),![];let _0x2563a0=null;for(let _0x24fc7e=0x1;_0x1e3354[_0x2a0a4d(0xe1)](_0x24fc7e,_0x1e3354[_0x2a0a4d(0xa3)](RETRY_CONFIG['maxRetries'],0x1));_0x24fc7e++){try{return logger[_0x2a0a4d(0xed)](_0x2a0a4d(0xaf)+_0x24fc7e+'/'+_0x1e3354[_0x2a0a4d(0xc9)](RETRY_CONFIG[_0x2a0a4d(0xc4)],0x1)+'\x20('+_0x2d177e+')'),_0x1e3354[_0x2a0a4d(0x143)](_0x124fa6,playwrightA11yHelper)?(_0x1e3354[_0x2a0a4d(0x106)](setConfigTimeout,RETRY_CONFIG,null),await exports[_0x2a0a4d(0x102)](_0x215e9a,RETRY_CONFIG[_0x2a0a4d(0xd0)]),await _0x1e3354[_0x2a0a4d(0x127)](withTimeout,playwrightA11yHelper[_0x2a0a4d(0xb4)](_0x215e9a,scripts[_0x2a0a4d(0x131)],_0xa93146),RETRY_CONFIG[_0x2a0a4d(0xd0)]),await exports['setPlaywrightScriptTimeout'](_0x215e9a,RETRY_CONFIG['defaultTimeoutMs'])):(await exports[_0x2a0a4d(0x10e)](_0x215e9a,RETRY_CONFIG[_0x2a0a4d(0xd0)]),await _0x1e3354[_0x2a0a4d(0xef)](withTimeout,_0x215e9a[_0x2a0a4d(0x103)](scripts[_0x2a0a4d(0x131)],_0xa93146),RETRY_CONFIG[_0x2a0a4d(0xd0)]),await exports[_0x2a0a4d(0x10e)](_0x215e9a,RETRY_CONFIG[_0x2a0a4d(0xa0)])),logger['info']('Accessibility\x20results\x20saved\x20successfully\x20on\x20attempt\x20'+_0x24fc7e+'\x20('+_0x2d177e+')'),!![];}catch(_0x4dc6c2){_0x2563a0=_0x4dc6c2,logger[_0x2a0a4d(0xab)](_0x2a0a4d(0xaf)+_0x24fc7e+_0x2a0a4d(0xcd)+_0x2d177e+_0x2a0a4d(0x117)+_0x4dc6c2[_0x2a0a4d(0xca)]);}}return logger[_0x2a0a4d(0x133)]('All\x20accessibility\x20results\x20save\x20attempts\x20failed\x20('+_0x2d177e+_0x2a0a4d(0x158)+(_0x2563a0?.[_0x2a0a4d(0xca)]||_0x1e3354[_0x2a0a4d(0xe4)])),![];};
@@ -1 +1 @@
1
- var a95_0x514f9f=a95_0x1511;function a95_0x1511(_0x252a53,_0x447a0f){var _0x1718ea=a95_0x1718();return a95_0x1511=function(_0x1511a7,_0x49ff93){_0x1511a7=_0x1511a7-0x190;var _0x462048=_0x1718ea[_0x1511a7];return _0x462048;},a95_0x1511(_0x252a53,_0x447a0f);}(function(_0x23c55c,_0x4d2e34){var _0x5ae962=a95_0x1511,_0x2cfb75=_0x23c55c();while(!![]){try{var _0x40f70c=-parseInt(_0x5ae962(0x19a))/0x1+-parseInt(_0x5ae962(0x19c))/0x2+parseInt(_0x5ae962(0x193))/0x3+-parseInt(_0x5ae962(0x19d))/0x4*(-parseInt(_0x5ae962(0x198))/0x5)+parseInt(_0x5ae962(0x190))/0x6*(parseInt(_0x5ae962(0x194))/0x7)+parseInt(_0x5ae962(0x199))/0x8+-parseInt(_0x5ae962(0x195))/0x9*(parseInt(_0x5ae962(0x197))/0xa);if(_0x40f70c===_0x4d2e34)break;else _0x2cfb75['push'](_0x2cfb75['shift']());}catch(_0x4ff924){_0x2cfb75['push'](_0x2cfb75['shift']());}}}(a95_0x1718,0x6fef3),exports[a95_0x514f9f(0x19b)]=a95_0x514f9f(0x196),exports[a95_0x514f9f(0x191)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a95_0x514f9f(0x192));function a95_0x1718(){var _0x2cd508=['https://accessibility.browserstack.com/api','177030qGQwRU','130yBuKsv','6982464DqCtYU','404492DKgdbr','API_URL','915502dhmIrx','121884TLQBJn','20772Wpitqw','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','100','1262493TSFUCo','350QrywQV','477aDmdpO'];a95_0x1718=function(){return _0x2cd508;};return a95_0x1718();}
1
+ function a95_0x5246(_0x3b00cb,_0x407578){var _0x33b27=a95_0x33b2();return a95_0x5246=function(_0x524640,_0x565ca2){_0x524640=_0x524640-0x1be;var _0x244eaf=_0x33b27[_0x524640];return _0x244eaf;},a95_0x5246(_0x3b00cb,_0x407578);}function a95_0x33b2(){var _0x277bbd=['8SbSoEH','104LxjPVc','49ehqXnL','86840FeBrxD','319461ROatyf','MINIMUM_BROWSER_VERSION_ACCESSIBILITY','1881396EIjTux','2587360Hlejro','100','29613BePHpo','40998aDxQKC','700782cAWnQq','77DafSZM'];a95_0x33b2=function(){return _0x277bbd;};return a95_0x33b2();}var a95_0x24ca4a=a95_0x5246;(function(_0x3402d6,_0x136015){var _0xa0c2ec=a95_0x5246,_0x368034=_0x3402d6();while(!![]){try{var _0x1077b2=parseInt(_0xa0c2ec(0x1c5))/0x1+-parseInt(_0xa0c2ec(0x1bf))/0x2+parseInt(_0xa0c2ec(0x1ca))/0x3*(-parseInt(_0xa0c2ec(0x1c2))/0x4)+parseInt(_0xa0c2ec(0x1c8))/0x5+parseInt(_0xa0c2ec(0x1be))/0x6*(parseInt(_0xa0c2ec(0x1c3))/0x7)+-parseInt(_0xa0c2ec(0x1c1))/0x8*(-parseInt(_0xa0c2ec(0x1c7))/0x9)+parseInt(_0xa0c2ec(0x1c4))/0xa*(-parseInt(_0xa0c2ec(0x1c0))/0xb);if(_0x1077b2===_0x136015)break;else _0x368034['push'](_0x368034['shift']());}catch(_0x56ad87){_0x368034['push'](_0x368034['shift']());}}}(a95_0x33b2,0x67fff),exports['API_URL']='https://accessibility.browserstack.com/api',exports[a95_0x24ca4a(0x1c6)]='94',exports['MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY']=a95_0x24ca4a(0x1c9));
@@ -1 +1 @@
1
- const a96_0x4f82c8=a96_0x2f32;function a96_0x2e3f(){const _0x38713b=['Invalid\x20request:\x20','getAccessKey','getBrowserName','PUT','format','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','DGUVe','warn','excludeTagsInTestingScope','XHPya','22KBzoaf','getUserName','BROWSERSTACK_TURBOSCALE','Njyux','json','browserstackSessionName','HqrSH','isAccessibilityPlatform','ZLWHR','false','getGitMetaData','PERFORM_SCAN','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','NHTWg','HbhPf','BiSWU','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','GjmUA','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','NaWVC','path','string','mUCVw','__cloud_provider___','getPlatformVersion','qdmkP','error','nonBstackPlatformValidation','xyUtX','getResultsSummary','tGeSE','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','get','measureWrapper','OYOWv','bstackA11yShouldScan','PFuEa','env','guEuA','isUndefined','headers','Authorization','zAYUA','fetchPlatformDetails','statusText','nvpnG','isBrowserStackCommandExecutor','../logger','Content-Type','stringify','2997115HXzlpd','playwright','goog:chromeOptions','Options','dtFOL','./scripts','body','RBMJH','zgfAr','getHostInfo','getBrowserVersion','40ktzJXY','twHCW','rURzH','response','parseFromJson','Zrhcw','getAccessibilityResults','wdCYX','null','feHlR','GwREM','cGYAf','No\x20accessibility\x20summary\x20was\x20found.','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','includeTagsInTestingScope','args','Invalid\x20configuration\x20passed.','toISOString','AWacj','rmPOs','dEOSU','GekTL','browserName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','NyUyJ','isBrowserstackInfra','browserVersion','platforms','application/json','chromeOptions_','createAccessibilityTestRun','2942NiboVU','javascript','10250172xSjrLe','RRiaM','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','IyzdZ','message','a11y:stop','Performing\x20scan\x20before\x20getting\x20results','parse','Not\x20a\x20Accessibility\x20Session','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','length','debug','isAccessibilityAutomationSession','nestedKeyValue','MJYrX','MVTQw','scannerVersion','includes','qHPnS','HHPVo','setNonBstackInfraCapabilities','join','pass','options_','4849870mBbkuG','getCapabilities','gcBeW','requireModule','BROWSERSTACK_TEST_ACCESSIBILITY_YML','OUEZa','nLetI','buildName','version','POST','--headless','iwHPa','mIqgX','some','browserstack_executor','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','dIhQt','getTestFrameworkDetails','getGlobal','ZblAE','3630DkhQLL','assign','selenium-webdriver','2356272cnlnrR','errors','util','egpYx','getPlatform','capabilities_','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','set','YUuIy','chromeOptions','GET_RESULTS','getPackageVersion','status','CaBGq','13HjqGZf','user','gCAuP','Build\x20creation\x20had\x20failed.','buildDescription','executeAsyncScript','uXaqd','script','cwd','QBGbL','16IlQMfT','jGwfZ','chrome','aAsej','performScan','isTrue','isArray','method','getAgentVersion','ajRQO','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','info','SKaDF','aAUJH','data','checkAccessibilityPlatformConfig','auth','1568ILGQpA','Performing\x20scan\x20before\x20getting\x20results\x20summary','getAccessibilityResultsSummary','ydWCl','RZmVJ','REdfy','No\x20accessibility\x20results\x20were\x20found.','GET_RESULTS_SUMMARY','Ojsgz','72GwKZOs','vkjzl','445592SWDGQi','yLTxm','BS_A11Y_JWT','../performance/performance-tester','bstack:options','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','mPvkY','stack','cNTVd','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','OTSRt','IPtib'];a96_0x2e3f=function(){return _0x38713b;};return a96_0x2e3f();}(function(_0x809593,_0x3eef8b){const _0x5e55e2=a96_0x2f32,_0x4721cd=_0x809593();while(!![]){try{const _0x3b9f50=parseInt(_0x5e55e2(0x162))/0x1*(-parseInt(_0x5e55e2(0x181))/0x2)+parseInt(_0x5e55e2(0xd8))/0x3*(parseInt(_0x5e55e2(0x104))/0x4)+parseInt(_0x5e55e2(0x157))/0x5+parseInt(_0x5e55e2(0x10d))/0x6*(-parseInt(_0x5e55e2(0x10f))/0x7)+parseInt(_0x5e55e2(0xf3))/0x8*(parseInt(_0x5e55e2(0xdb))/0x9)+parseInt(_0x5e55e2(0x19b))/0xa*(-parseInt(_0x5e55e2(0x125))/0xb)+-parseInt(_0x5e55e2(0x183))/0xc*(-parseInt(_0x5e55e2(0xe9))/0xd);if(_0x3b9f50===_0x3eef8b)break;else _0x4721cd['push'](_0x4721cd['shift']());}catch(_0x5d925a){_0x4721cd['push'](_0x4721cd['shift']());}}}(a96_0x2e3f,0xa0da6));function a96_0x2f32(_0x2f1655,_0x39f3b5){const _0x2e3fd1=a96_0x2e3f();return a96_0x2f32=function(_0x2f32dd,_0x576594){_0x2f32dd=_0x2f32dd-0xd4;let _0x1fef9e=_0x2e3fd1[_0x2f32dd];return _0x1fef9e;},a96_0x2f32(_0x2f1655,_0x39f3b5);}const path=require(a96_0x4f82c8(0x139)),util=require(a96_0x4f82c8(0xdd)),bsSetupHelper=require('../helper'),logger=require(a96_0x4f82c8(0x154))['winstonLogger'],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require('./constants'),PerformanceTester=require(a96_0x4f82c8(0x112)),scripts=require(a96_0x4f82c8(0x15c)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a96_0x4f82c8(0x150)]=async _0x3b86c1=>{const _0x1d14f1=a96_0x4f82c8,_0x177a57={};_0x177a57[_0x1d14f1(0xe8)]=function(_0x2e6eea,_0x2b8930){return _0x2e6eea===_0x2b8930;},_0x177a57[_0x1d14f1(0x1a0)]='browserstack';const _0x119205=_0x177a57;let _0x1196ef={};try{const _0xf38d7c=await _0x3b86c1['getCapabilities']();_0x1196ef={'os_name':_0xf38d7c[_0x1d14f1(0xdf)](),'os_version':bsSetupHelper[_0x1d14f1(0x13d)](_0x119205['CaBGq'](global[_0x1d14f1(0x13c)],_0x119205[_0x1d14f1(0x1a0)])),'browser_name':_0xf38d7c[_0x1d14f1(0x11d)](),'browser_version':_0xf38d7c[_0x1d14f1(0x161)]()};}catch(_0x26881c){logger[_0x1d14f1(0x18e)](_0x1d14f1(0x16f)+_0x26881c);}return _0x1196ef;},exports['isAccessibilityAutomationSession']=()=>{const _0x55658b=a96_0x4f82c8,_0x4f7e9c={};_0x4f7e9c[_0x55658b(0x12b)]=function(_0x4164d3,_0xb20fc7){return _0x4164d3===_0xb20fc7;},_0x4f7e9c[_0x55658b(0x14b)]=_0x55658b(0x13a),_0x4f7e9c['Zrhcw']=function(_0x4cdb33,_0x30cdf4){return _0x4cdb33>_0x30cdf4;},_0x4f7e9c[_0x55658b(0x186)]=function(_0x2b3de8,_0x328ef7){return _0x2b3de8!==_0x328ef7;},_0x4f7e9c['ZLWHR']=_0x55658b(0x16a),_0x4f7e9c[_0x55658b(0x143)]=function(_0x362ff2,_0x83f2dc){return _0x362ff2&&_0x83f2dc;};const _0x19007e=_0x4f7e9c;try{const _0x68ad83=bsSetupHelper[_0x55658b(0xf8)](process[_0x55658b(0x14a)][_0x55658b(0x19f)])||bsSetupHelper['isTrue'](process[_0x55658b(0x14a)][_0x55658b(0x1aa)]),_0x2a5e28=_0x19007e[_0x55658b(0x12b)](typeof process['env'][_0x55658b(0x111)],_0x19007e[_0x55658b(0x14b)])&&_0x19007e[_0x55658b(0x167)](process[_0x55658b(0x14a)][_0x55658b(0x111)]['length'],0x0)&&_0x19007e[_0x55658b(0x186)](process[_0x55658b(0x14a)][_0x55658b(0x111)],_0x19007e[_0x55658b(0x12d)]);return _0x19007e[_0x55658b(0x143)](_0x68ad83,_0x2a5e28);}catch(_0x599688){logger['debug'](_0x55658b(0x137)+_0x599688);}return![];},exports[a96_0x4f82c8(0x140)]=(_0xd9d190,_0x497228)=>{const _0x240c8a=a96_0x4f82c8,_0x5b52d3={'uXaqd':_0x240c8a(0x178),'HHPVo':function(_0x2a7ccb,_0x4a7044){return _0x2a7ccb(_0x4a7044);},'UxUoq':_0x240c8a(0x17c),'YUuIy':function(_0x15ad40,_0x1bd632){return _0x15ad40(_0x1bd632);},'QBGbL':_0x240c8a(0x1a3),'xyUtX':_0x240c8a(0x113),'pcIAw':'deviceName','OYOWv':'device','vkjzl':_0x240c8a(0xe1),'cGYAf':'selenium-webdriver/chrome.js','jauvW':_0x240c8a(0xda),'yCqYb':_0x240c8a(0x19a),'GjmUA':_0x240c8a(0x171),'qHPnS':_0x240c8a(0xe4),'egpYx':_0x240c8a(0x1a5),'GekTL':_0x240c8a(0x131),'dIhQt':_0x240c8a(0x159),'HbhPf':function(_0x1a4db8,_0x20e451){return _0x1a4db8===_0x20e451;},'DGUVe':_0x240c8a(0xf5),'Ojsgz':function(_0x20e165,_0x1140cf){return _0x20e165>=_0x1140cf;}},_0x1ffcab=_0xd9d190[_0x240c8a(0x145)](_0x5b52d3[_0x240c8a(0xef)]),_0x4fbc3b=_0x5b52d3[_0x240c8a(0x196)](parseFloat,_0xd9d190['get'](_0x5b52d3['UxUoq']))||_0x5b52d3[_0x240c8a(0xe3)](parseFloat,_0xd9d190['get'](_0x5b52d3[_0x240c8a(0xf2)])),_0x3a73a5=_0xd9d190[_0x240c8a(0x145)](_0x5b52d3[_0x240c8a(0x141)])||{},_0x46d0e7=_0x5b52d3[_0x240c8a(0x196)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x34a6c3=_0x3a73a5[_0x5b52d3['pcIAw']]||_0xd9d190['get'](_0x5b52d3[_0x240c8a(0x147)])||![];if(_0x34a6c3)return logger[_0x240c8a(0x122)](_0x5b52d3[_0x240c8a(0x10e)]),![];let _0x5a2764;try{_0x5a2764=bsSetupHelper[_0x240c8a(0x19e)](_0x5b52d3[_0x240c8a(0x16d)],_0x5b52d3['jauvW']);}catch(_0x4c5942){return![];}const _0x20bb48=new _0x5a2764[(_0x240c8a(0x15a))](_0x497228[_0x240c8a(0x17f)]),_0x11f643=bsSetupHelper['nestedKeyValue'](_0x20bb48,[_0x5b52d3['yCqYb'],_0x5b52d3[_0x240c8a(0x136)]])||bsSetupHelper['nestedKeyValue'](_0x497228[_0x240c8a(0xe0)],[_0x5b52d3[_0x240c8a(0x141)],_0x5b52d3[_0x240c8a(0x195)],_0x5b52d3[_0x240c8a(0x136)]])||bsSetupHelper[_0x240c8a(0x190)](_0x497228[_0x240c8a(0xe0)],[_0x5b52d3[_0x240c8a(0x195)],_0x5b52d3['GjmUA']])||[];if(_0x11f643[_0x240c8a(0x194)](_0x5b52d3[_0x240c8a(0xde)]))return logger[_0x240c8a(0x122)](_0x5b52d3[_0x240c8a(0x177)]),![];const _0x4a27ee=_0x497228[_0x240c8a(0xe0)]||{},_0x495e31=bsSetupHelper[_0x240c8a(0x190)](_0x4a27ee,[_0x5b52d3[_0x240c8a(0xd4)]])||{},_0x719349=bsSetupHelper[_0x240c8a(0x190)](_0x495e31,[_0x5b52d3[_0x240c8a(0x136)]])||[];if(_0x719349['includes'](_0x5b52d3[_0x240c8a(0xde)]))return logger[_0x240c8a(0x122)](_0x5b52d3[_0x240c8a(0x177)]),![];if(_0x5b52d3[_0x240c8a(0x133)](_0x1ffcab['toLowerCase'](),_0x5b52d3[_0x240c8a(0x121)])&&_0x5b52d3[_0x240c8a(0x10c)](_0x4fbc3b,_0x46d0e7))return!![];return logger[_0x240c8a(0x122)](_0x240c8a(0x18c)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a96_0x4f82c8(0x197)]=_0xce7bf5=>{const _0x261d26=a96_0x4f82c8,_0x4bf9b8={};_0x4bf9b8['aAsej']='goog:chromeOptions',_0x4bf9b8['PFuEa']=function(_0xa266f2,_0x3230b3){return _0xa266f2||_0x3230b3;},_0x4bf9b8[_0x261d26(0x117)]=_0x261d26(0x18b);const _0x1bc319=_0x4bf9b8,_0x20809c=scripts['ChromeExtension'];try{const _0x5b5a88=bsSetupHelper[_0x261d26(0xf8)](process[_0x261d26(0x14a)][_0x261d26(0x19f)])||bsSetupHelper[_0x261d26(0xf8)](process[_0x261d26(0x14a)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x261d26(0x17b)]()||process[_0x261d26(0x14a)][_0x261d26(0x127)])&&_0x5b5a88){const _0x3b31a7=_0xce7bf5[_0x261d26(0x19c)](),_0x2a0783=_0x3b31a7[_0x261d26(0x145)](_0x1bc319[_0x261d26(0xf6)]),_0x54653e=_0x1bc319[_0x261d26(0x149)](_0x2a0783,{});bsSetupHelper['mergeDeep'](_0x54653e,_0x20809c),_0xce7bf5[_0x261d26(0x19c)]()[_0x261d26(0xe2)](_0x1bc319['aAsej'],_0x54653e);}else logger[_0x261d26(0x122)](_0x1bc319['cNTVd']);}catch(_0x146202){logger['error'](_0x261d26(0x185)+_0x146202);}},exports['shouldScanTestForAccessibility']=(_0x212ae4=null,_0x52df3a=!![],_0x41faf6=[])=>{const _0x5a967b=a96_0x4f82c8,_0x55a8d7={};_0x55a8d7[_0x5a967b(0x15b)]=function(_0x3daaf0,_0x141906){return _0x3daaf0==_0x141906;},_0x55a8d7[_0x5a967b(0x184)]=function(_0x319e54,_0x102b4a){return _0x319e54>_0x102b4a;},_0x55a8d7[_0x5a967b(0x152)]=function(_0x52129d,_0x58f465){return _0x52129d===_0x58f465;},_0x55a8d7[_0x5a967b(0x115)]=function(_0x264d52,_0x211e61){return _0x264d52&&_0x211e61;},_0x55a8d7[_0x5a967b(0x134)]=function(_0x4d1274,_0x4f7de5){return _0x4d1274===_0x4f7de5;},_0x55a8d7[_0x5a967b(0x107)]=function(_0x272bfe,_0x808d78){return _0x272bfe&&_0x808d78;};const _0x5e94eb=_0x55a8d7;if(_0x5e94eb[_0x5a967b(0x15b)](process['env'][_0x5a967b(0x179)],null))return!![];try{const _0x29c6de=JSON[_0x5a967b(0x18a)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x10178f=Array['isArray'](_0x29c6de[_0x5a967b(0x170)])?_0x29c6de[_0x5a967b(0x170)]:[],_0x468503=Array[_0x5a967b(0xf9)](_0x29c6de[_0x5a967b(0x123)])?_0x29c6de[_0x5a967b(0x123)]:[];if(bsSetupHelper['isUndefined'](_0x212ae4)){if(_0x5e94eb[_0x5a967b(0x184)](_0x41faf6[_0x5a967b(0x18d)],0x0)){const _0x5a04b6=_0x468503[_0x5a967b(0x1a8)](_0x446874=>_0x41faf6[_0x5a967b(0x194)](_0x446874)),_0x289fa4=_0x5e94eb[_0x5a967b(0x152)](_0x10178f[_0x5a967b(0x18d)],0x0)||_0x10178f[_0x5a967b(0x1a8)](_0x3c16fd=>_0x41faf6['includes'](_0x3c16fd));return _0x5e94eb['mPvkY'](!_0x5a04b6,_0x289fa4);}return!![];}let _0x55e6a7;_0x52df3a?_0x55e6a7=_0x212ae4[_0x5a967b(0x198)]('/'):_0x55e6a7=_0x212ae4;const _0x1658fc=_0x468503[_0x5a967b(0x1a8)](_0x5e89f4=>_0x55e6a7[_0x5a967b(0x194)](_0x5e89f4)),_0x2c6e18=_0x5e94eb[_0x5a967b(0x134)](_0x10178f['length'],0x0)||_0x10178f[_0x5a967b(0x1a8)](_0x871210=>_0x55e6a7[_0x5a967b(0x194)](_0x871210));return _0x5e94eb[_0x5a967b(0x107)](!_0x1658fc,_0x2c6e18);}catch(_0x4cfbf1){logger['debug'](_0x5a967b(0x135)+util[_0x5a967b(0x11f)](_0x4cfbf1));}return![];},exports[a96_0x4f82c8(0x102)]=_0x4332a0=>{const _0x2ff8fb=a96_0x4f82c8;let _0x188ad4=![];try{_0x4332a0[_0x2ff8fb(0x17d)]['forEach'](_0x5790f1=>{const _0x32ed1b=_0x2ff8fb;if(bsSetupHelper[_0x32ed1b(0xf8)](_0x5790f1['accessibility']))return _0x188ad4=!![],!![];});}catch(_0xd5d5bc){logger[_0x2ff8fb(0x18e)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0xd5d5bc);}return _0x188ad4||bsSetupHelper[_0x2ff8fb(0xf8)](_0x4332a0['accessibility']);},exports[a96_0x4f82c8(0x180)]=PerformanceTester[a96_0x4f82c8(0x146)]('a11y:start',async function(_0x536fb9,_0x1b87a6){const _0x16cf14=a96_0x4f82c8,_0x4ceb71={};_0x4ceb71[_0x16cf14(0x169)]=_0x16cf14(0x144),_0x4ceb71[_0x16cf14(0xff)]=_0x16cf14(0x158),_0x4ceb71[_0x16cf14(0x191)]=_0x16cf14(0x182),_0x4ceb71[_0x16cf14(0x176)]=_0x16cf14(0x17e),_0x4ceb71['rAiFO']=_0x16cf14(0x1a4),_0x4ceb71[_0x16cf14(0x163)]='v2/test_runs',_0x4ceb71[_0x16cf14(0x15f)]=function(_0x511285,_0x2878e){return _0x511285===_0x2878e;},_0x4ceb71[_0x16cf14(0x13e)]=_0x16cf14(0x172),_0x4ceb71[_0x16cf14(0x16b)]=_0x16cf14(0x12e);const _0x41323f=_0x4ceb71,_0x403836=bsSetupHelper[_0x16cf14(0x126)](_0x536fb9),_0x2a18eb=bsSetupHelper[_0x16cf14(0x11c)](_0x536fb9);if(bsSetupHelper[_0x16cf14(0x14c)](_0x403836)||bsSetupHelper[_0x16cf14(0x14c)](_0x2a18eb))return logger[_0x16cf14(0x13f)](_0x41323f[_0x16cf14(0x169)]),[null,null];try{let _0x154b56;bsSetupHelper[_0x16cf14(0x14c)](process[_0x16cf14(0x14a)][_0x16cf14(0x179)])?_0x154b56={}:_0x154b56=JSON[_0x16cf14(0x18a)](process['env'][_0x16cf14(0x179)]);const {name:_0x54dbba,version:_0xc57f47}=bsSetupHelper[_0x16cf14(0xd5)](_0x536fb9,_0x1b87a6),_0x5046db={'projectName':_0x536fb9['projectName'],'buildName':_0x536fb9[_0x16cf14(0x1a2)]||path['basename'](path['resolve'](process[_0x16cf14(0xf1)]())),'startTime':new Date()[_0x16cf14(0x173)](),'description':_0x536fb9[_0x16cf14(0xed)]||'','source':{'frameworkName':_0x1b87a6[_0x16cf14(0x194)](_0x41323f[_0x16cf14(0xff)])?_0x41323f[_0x16cf14(0xff)]:_0x1b87a6,'frameworkVersion':bsSetupHelper[_0x16cf14(0xe6)](_0x1b87a6),'sdkVersion':bsSetupHelper[_0x16cf14(0xfb)](),'language':_0x41323f['MJYrX'],'testFramework':_0x54dbba,'testFrameworkVersion':_0xc57f47},'settings':_0x154b56,'versionControl':await bsSetupHelper[_0x16cf14(0x12f)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x16cf14(0x160)](),'browserstackAutomation':bsSetupHelper[_0x16cf14(0x17b)]()},_0x93e0b7={};_0x93e0b7[_0x16cf14(0xea)]=_0x403836,_0x93e0b7[_0x16cf14(0x199)]=_0x2a18eb;const _0xc2fce6={};_0xc2fce6[_0x16cf14(0x155)]=_0x41323f[_0x16cf14(0x176)];const _0x5a6cd8={};_0x5a6cd8['auth']=_0x93e0b7,_0x5a6cd8[_0x16cf14(0x14d)]=_0xc2fce6;const _0x27eeae=_0x5a6cd8,_0x1e368d={};_0x1e368d[_0x16cf14(0x15d)]=_0x5046db,_0x1e368d[_0x16cf14(0x129)]=!![];const _0x2e07b5=Object['assign'](_0x27eeae,_0x1e368d),_0x389a9a=await bsSetupHelper['nodeRequest'](_0x41323f['rAiFO'],_0x41323f[_0x16cf14(0x163)],_0x2e07b5,_0x536fb9,API_URL);let _0x6b024d=process[_0x16cf14(0x14a)][_0x16cf14(0x179)];return _0x6b024d?_0x6b024d=JSON[_0x16cf14(0x18a)](process[_0x16cf14(0x14a)][_0x16cf14(0x179)]):_0x6b024d={},scripts[_0x16cf14(0x166)](_0x389a9a[_0x16cf14(0x101)][_0x16cf14(0x101)]),scripts['toJson'](),_0x6b024d[_0x16cf14(0x193)]=_0x389a9a[_0x16cf14(0x101)][_0x16cf14(0x101)][_0x16cf14(0x193)],process[_0x16cf14(0x14a)][_0x16cf14(0x179)]=JSON['stringify'](_0x6b024d),[_0x389a9a[_0x16cf14(0x101)][_0x16cf14(0x101)]['accessibilityToken'],_0x389a9a[_0x16cf14(0x101)][_0x16cf14(0x101)]['id']];}catch(_0x4c11cc){if(_0x4c11cc['response'])logger['error'](_0x16cf14(0x120)+_0x4c11cc[_0x16cf14(0x165)][_0x16cf14(0xe7)]+'\x20'+_0x4c11cc[_0x16cf14(0x165)]['statusText']+'\x20'+JSON[_0x16cf14(0x156)](_0x4c11cc[_0x16cf14(0x165)][_0x16cf14(0x101)]));else{if(_0x41323f[_0x16cf14(0x15f)](_0x4c11cc[_0x16cf14(0x187)],_0x41323f[_0x16cf14(0x13e)])){logger[_0x16cf14(0x13f)](_0x16cf14(0x120)+(_0x4c11cc['message']||_0x4c11cc['stack']));for(const _0x1b843e of _0x4c11cc[_0x16cf14(0xdc)]){logger[_0x16cf14(0x13f)](_0x1b843e[_0x16cf14(0x187)]);}process['env'][_0x16cf14(0x19f)]=_0x41323f[_0x16cf14(0x16b)],process[_0x16cf14(0x14a)][_0x16cf14(0x1aa)]=_0x41323f[_0x16cf14(0x16b)];}else logger[_0x16cf14(0x13f)](_0x16cf14(0x120)+(_0x4c11cc[_0x16cf14(0x187)]||_0x4c11cc[_0x16cf14(0x116)]));}return[null,null];}}),exports['stopAccessibilityTestRun']=PerformanceTester[a96_0x4f82c8(0x146)](a96_0x4f82c8(0x188),async function(_0x1bd65b){const _0x379818=a96_0x4f82c8,_0x4d5b45={};_0x4d5b45[_0x379818(0x11a)]=function(_0x1258aa,_0x3c76b6){return _0x1258aa!==_0x3c76b6;},_0x4d5b45[_0x379818(0x19d)]=_0x379818(0x13a),_0x4d5b45[_0x379818(0x174)]=_0x379818(0x13f),_0x4d5b45[_0x379818(0x15e)]=_0x379818(0xec),_0x4d5b45[_0x379818(0xfc)]=_0x379818(0x17e),_0x4d5b45[_0x379818(0x13b)]=_0x379818(0x11e),_0x4d5b45[_0x379818(0x17a)]='test_runs/stop',_0x4d5b45[_0x379818(0x119)]=function(_0x44a5a2,_0x40e42c){return _0x44a5a2+_0x40e42c;},_0x4d5b45['NHTWg']=_0x379818(0x11b),_0x4d5b45['PcODq']='success';const _0x487bf7=_0x4d5b45;if(bsSetupHelper[_0x379818(0x14c)](process['env'][_0x379818(0x111)])||_0x487bf7[_0x379818(0x11a)](typeof process[_0x379818(0x14a)][_0x379818(0x111)],_0x487bf7[_0x379818(0x19d)])){const _0x3325ff={};return _0x3325ff[_0x379818(0xe7)]=_0x487bf7[_0x379818(0x174)],_0x3325ff[_0x379818(0x187)]=_0x487bf7[_0x379818(0x15e)],_0x3325ff;}const _0x1d37ee={'endTime':new Date()['toISOString']()},_0x3b4140={};_0x3b4140[_0x379818(0x14e)]='Bearer\x20'+process['env'][_0x379818(0x111)],_0x3b4140[_0x379818(0x155)]=_0x487bf7[_0x379818(0xfc)];const _0x3d7020={};_0x3d7020['headers']=_0x3b4140;const _0x2ee74b=_0x3d7020,_0x34eadd={};_0x34eadd['body']=_0x1d37ee,_0x34eadd[_0x379818(0x103)]=null,_0x34eadd[_0x379818(0x129)]=!![];const _0x15ca03=Object[_0x379818(0xd9)](_0x2ee74b,_0x34eadd);try{const _0x21d2ee=await bsSetupHelper['nodeRequest'](_0x487bf7['mUCVw'],_0x487bf7[_0x379818(0x17a)],_0x15ca03,_0x1bd65b,API_URL);if(_0x21d2ee[_0x379818(0x101)][_0x379818(0x13f)])throw new Error(_0x487bf7[_0x379818(0x119)](_0x487bf7[_0x379818(0x132)],_0x21d2ee[_0x379818(0x101)][_0x379818(0x13f)]));else{logger[_0x379818(0xfe)](_0x379818(0x118)+new Date()['toISOString']());const _0x1c4fce={};return _0x1c4fce[_0x379818(0xe7)]=_0x487bf7['PcODq'],_0x1c4fce['message']='',_0x1c4fce;}}catch(_0x12de62){_0x12de62[_0x379818(0x165)]?logger[_0x379818(0x13f)](_0x379818(0x114)+_0x12de62[_0x379818(0x165)][_0x379818(0xe7)]+'\x20'+_0x12de62['response'][_0x379818(0x151)]+'\x20'+JSON[_0x379818(0x156)](_0x12de62['response'][_0x379818(0x101)])):logger[_0x379818(0x13f)](_0x379818(0x114)+(_0x12de62[_0x379818(0x187)]||util[_0x379818(0x11f)](_0x12de62)));const _0x28c781={};return _0x28c781[_0x379818(0xe7)]=_0x487bf7[_0x379818(0x174)],_0x28c781[_0x379818(0x187)]=_0x12de62[_0x379818(0x187)]||(_0x12de62[_0x379818(0x165)]?_0x12de62[_0x379818(0x165)][_0x379818(0xe7)]+':'+_0x12de62[_0x379818(0x165)][_0x379818(0x151)]:_0x12de62),_0x28c781;}}),exports[a96_0x4f82c8(0xf7)]=async(_0xf81fe5,_0x45ccc2=null)=>{const _0x426a62=a96_0x4f82c8,_0x1332fd={};_0x1332fd[_0x426a62(0xd7)]=_0x426a62(0x12c),_0x1332fd[_0x426a62(0x175)]='bstackA11yShouldScan',_0x1332fd[_0x426a62(0x164)]=_0x426a62(0xfd);const _0x3873bf=_0x1332fd;if(!this[_0x426a62(0x18f)]()||!globals[_0x426a62(0xd6)](_0x3873bf[_0x426a62(0xd7)])||!globals[_0x426a62(0xd6)](_0x3873bf[_0x426a62(0x175)])){logger[_0x426a62(0x122)](_0x3873bf['rURzH']);return;}return await PerformanceTester[_0x426a62(0x146)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1423d3=_0x426a62,_0x13924f={};_0x13924f[_0x1423d3(0xfa)]=_0x45ccc2||global['browserstackSessionName'];const _0x2b65a1=util['format'](await _0xf81fe5['executeAsyncScript'](scripts[_0x1423d3(0xf7)],_0x13924f));return logger[_0x1423d3(0x18e)]('Performed\x20scan\x20with\x20result:\x20'+_0x2b65a1),_0x2b65a1;},{'command':_0x45ccc2})();},exports[a96_0x4f82c8(0x168)]=async(_0x5e45ee,_0x2d9913)=>{const _0x4f39b1=a96_0x4f82c8,_0x3dbaea={};_0x3dbaea[_0x4f39b1(0xf4)]=_0x4f39b1(0x189),_0x3dbaea[_0x4f39b1(0x108)]=_0x4f39b1(0x12c),_0x3dbaea[_0x4f39b1(0x1a6)]='bstackA11yShouldScan',_0x3dbaea[_0x4f39b1(0x110)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3dbaea[_0x4f39b1(0x124)]=_0x4f39b1(0x168),_0x3dbaea[_0x4f39b1(0x109)]=_0x4f39b1(0x10a);const _0x4a2e7d=_0x3dbaea;if(!this[_0x4f39b1(0x18f)]()||!globals[_0x4f39b1(0xd6)](_0x4a2e7d[_0x4f39b1(0x108)])||!globals['getGlobal'](_0x4a2e7d[_0x4f39b1(0x1a6)]))return logger[_0x4f39b1(0x122)](_0x4a2e7d['yLTxm']),[];try{return await PerformanceTester[_0x4f39b1(0x146)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5cc67a=_0x4f39b1;logger['debug'](_0x4a2e7d[_0x5cc67a(0xf4)]);const _0x198a2e={};_0x198a2e[_0x5cc67a(0xfa)]=_0x2d9913['browserstackSessionName'],logger[_0x5cc67a(0x18e)](util['format'](await _0x5e45ee['executeAsyncScript'](scripts['performScan'],_0x198a2e)));},{'command':_0x4a2e7d['XHPya']})(),await PerformanceTester[_0x4f39b1(0x146)](PerformanceA11yEvents[_0x4f39b1(0xe5)],async()=>{const _0x106788=_0x4f39b1,_0x8aa96e=await _0x5e45ee[_0x106788(0xee)](scripts['getResults']);return _0x8aa96e;})();}catch{return logger[_0x4f39b1(0x13f)](_0x4a2e7d[_0x4f39b1(0x109)]),[];}},exports[a96_0x4f82c8(0x106)]=async(_0x266149,_0x4c26e1)=>{const _0x58d893=a96_0x4f82c8,_0x1db51c={};_0x1db51c[_0x58d893(0xeb)]=_0x58d893(0x105),_0x1db51c[_0x58d893(0x100)]=_0x58d893(0x12c),_0x1db51c[_0x58d893(0x138)]=_0x58d893(0x148),_0x1db51c['mIqgX']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x1db51c[_0x58d893(0x1a1)]=_0x58d893(0x106),_0x1db51c['GwREM']=_0x58d893(0x16e);const _0x53ac34=_0x1db51c;if(!this['isAccessibilityAutomationSession']()||!globals[_0x58d893(0xd6)](_0x53ac34[_0x58d893(0x100)])||!globals['getGlobal'](_0x53ac34['NaWVC']))return logger['warn'](_0x53ac34[_0x58d893(0x1a7)]),{};try{return await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x58d893(0x130)],async()=>{const _0x4cde34=_0x58d893;logger[_0x4cde34(0x18e)](_0x53ac34[_0x4cde34(0xeb)]);const _0x27eaa4={};_0x27eaa4[_0x4cde34(0xfa)]=_0x4c26e1[_0x4cde34(0x12a)],logger[_0x4cde34(0x18e)](util[_0x4cde34(0x11f)](await _0x266149[_0x4cde34(0xee)](scripts[_0x4cde34(0xf7)],_0x27eaa4)));},{'command':_0x53ac34[_0x58d893(0x1a1)]})(),await PerformanceTester[_0x58d893(0x146)](PerformanceA11yEvents[_0x58d893(0x10b)],async()=>{const _0x4af31f=_0x58d893,_0x115ee6=await _0x266149[_0x4af31f(0xee)](scripts[_0x4af31f(0x142)]);return _0x115ee6;})();}catch{return logger[_0x58d893(0x13f)](_0x53ac34[_0x58d893(0x16c)]),{};}},exports[a96_0x4f82c8(0x153)]=_0x19b02d=>{const _0x1b7cc5=a96_0x4f82c8,_0x252095={};_0x252095[_0x1b7cc5(0x192)]=function(_0x2cfd57,_0x122c35){return _0x2cfd57===_0x122c35;},_0x252095[_0x1b7cc5(0x128)]=_0x1b7cc5(0x13a),_0x252095[_0x1b7cc5(0x14f)]=_0x1b7cc5(0x1a9);const _0x44f6f6=_0x252095;if(_0x19b02d&&_0x19b02d[_0x1b7cc5(0xf0)]&&_0x44f6f6[_0x1b7cc5(0x192)](typeof _0x19b02d[_0x1b7cc5(0xf0)],_0x44f6f6[_0x1b7cc5(0x128)]))return _0x19b02d[_0x1b7cc5(0xf0)][_0x1b7cc5(0x194)](_0x44f6f6[_0x1b7cc5(0x14f)]);return![];};
1
+ const a96_0xf176eb=a96_0x33cd;function a96_0x33cd(_0x13355c,_0x157b4d){const _0xffabb1=a96_0xffab();return a96_0x33cd=function(_0x33cd76,_0x271d63){_0x33cd76=_0x33cd76-0xde;let _0x382f88=_0xffabb1[_0x33cd76];return _0x382f88;},a96_0x33cd(_0x13355c,_0x157b4d);}(function(_0x2c8946,_0x301a48){const _0x28a796=a96_0x33cd,_0x244d10=_0x2c8946();while(!![]){try{const _0x4a5de1=-parseInt(_0x28a796(0x114))/0x1+parseInt(_0x28a796(0x10e))/0x2*(parseInt(_0x28a796(0x112))/0x3)+-parseInt(_0x28a796(0x108))/0x4+-parseInt(_0x28a796(0x18d))/0x5*(-parseInt(_0x28a796(0xdf))/0x6)+parseInt(_0x28a796(0x183))/0x7+parseInt(_0x28a796(0x176))/0x8*(parseInt(_0x28a796(0x1ad))/0x9)+-parseInt(_0x28a796(0x193))/0xa;if(_0x4a5de1===_0x301a48)break;else _0x244d10['push'](_0x244d10['shift']());}catch(_0x4646ac){_0x244d10['push'](_0x244d10['shift']());}}}(a96_0xffab,0x628ab));const path=require('path'),util=require(a96_0xf176eb(0xf1)),bsSetupHelper=require(a96_0xf176eb(0x142)),logger=require(a96_0xf176eb(0x182))[a96_0xf176eb(0x15c)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a96_0xf176eb(0xe5)),PerformanceTester=require(a96_0xf176eb(0x16f)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a96_0xf176eb(0x13d));function a96_0xffab(){const _0xecc660=['browserVersion','ocpTE','NjaPy','scannerVersion','bstWw','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','POST','null','9279gQFCAF','debug','VYwhu','CbwNJ','measureWrapper','browserstack','Invalid\x20configuration\x20passed.','application/json','capabilities_','getHostInfo','1698coGbKK','Not\x20a\x20Accessibility\x20Session','getPackageVersion','ppGRV','zCJoQ','stack','./constants','browserstack_executor','errors','BS_A11Y_JWT','WJwkC','user','bqPLH','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','mioNr','includes','setNonBstackInfraCapabilities','status','util','length','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','getCapabilities','string','Options','getPlatform','WEhAj','fetchPlatformDetails','getResultsSummary','UIZki','getTestFrameworkDetails','isTrue','toJson','getAccessibilityResults','forEach','test_runs/stop','ottbj','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','statusText','BROWSERSTACK_TURBOSCALE','stringify','GET_RESULTS_SUMMARY','2550004NfHDZo','ZjNyE','eoRjN','WrGgF','isArray','toISOString','18IcNeBT','FwEVA','mGGrm','vyNAy','56352yGTtWs','bstackA11yShouldScan','219873YAHTUd','resolve','Authorization','QimWS','chromeOptions_','sPrbM','nVFev','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','PERFORM_SCAN','v2/test_runs','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','version','HVPrC','yMoQR','xqBNw','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','error','get','mergeDeep','dCqwl','headers','NgQab','oisnL','options_','body','projectName','BROWSERSTACK_TEST_ACCESSIBILITY_YML','env','DLaLK','lFuSR','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','response','accessibilityToken','KyiCC','parse','Performing\x20scan\x20before\x20getting\x20results','getGlobal','assign','qleIO','DGRqb','XiUqk','../performance/constants','lPSrc','nestedKeyValue','checkAccessibilityPlatformConfig','method','../helper','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','VseTv','shouldScanTestForAccessibility','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','qEzCo','wZlqS','Content-Type','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','basename','tEOuT','sORTm','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','warn','a11y:stop','getAccessKey','BCKxb','jyOQt','QotZk','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','nonBstackPlatformValidation','getCiInfo','script','--headless','buildName','winstonLogger','isBrowserstackInfra','RJixM','vpJDu','qojyZ','excludeTagsInTestingScope','auth','parseFromJson','lBKEI','nbwSj','format','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','nodeRequest','performScan','data','isUndefined','qGgYv','gFtvT','vwUYh','../performance/performance-tester','executeAsyncScript','BLogG','asmKg','stopAccessibilityTestRun','accessibility','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','6008SIyNJt','MLUAo','buildDescription','ablwV','PISYR','some','cHqXF','aSCyU','__cloud_provider___','uTbjL','WYtOe','isBrowserStackCommandExecutor','../logger','3185245xARpuO','ChromeExtension','QjVUM','message','a11y:start','getBrowserVersion','isAccessibilityPlatform','isAccessibilityAutomationSession','browserstackSessionName','Zyeqs','6285FJcelJ','vCrzs','json','sMBCF','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','false','4931020EffXGH','Build\x20creation\x20had\x20failed.','QMnGk','getAgentVersion','goog:chromeOptions','browserName','EFgDb','GET_RESULTS','uvBvX','join','PUT','includeTagsInTestingScope','yJIOR','getResults','requireModule','toLowerCase','set','nNXzW'];a96_0xffab=function(){return _0xecc660;};return a96_0xffab();}exports[a96_0xf176eb(0xf9)]=async _0x24310c=>{const _0x1543ee=a96_0xf176eb,_0x3ee2ee={};_0x3ee2ee['cHqXF']=function(_0x488105,_0x58a09f){return _0x488105===_0x58a09f;},_0x3ee2ee[_0x1543ee(0x19f)]=_0x1543ee(0x1b2);const _0x395e86=_0x3ee2ee;let _0xa0b55f={};try{const _0x4cbc28=await _0x24310c[_0x1543ee(0xf4)]();_0xa0b55f={'os_name':_0x4cbc28[_0x1543ee(0xf7)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x395e86[_0x1543ee(0x17c)](global[_0x1543ee(0x17e)],_0x395e86[_0x1543ee(0x19f)])),'browser_name':_0x4cbc28['getBrowserName'](),'browser_version':_0x4cbc28[_0x1543ee(0x188)]()};}catch(_0x5dc772){logger[_0x1543ee(0x1ae)](_0x1543ee(0x191)+_0x5dc772);}return _0xa0b55f;},exports[a96_0xf176eb(0x18a)]=()=>{const _0x522956=a96_0xf176eb,_0xbae5dd={};_0xbae5dd[_0x522956(0x1b0)]=function(_0x2b6763,_0x406faf){return _0x2b6763===_0x406faf;},_0xbae5dd[_0x522956(0x180)]=_0x522956(0xf5),_0xbae5dd[_0x522956(0x177)]=function(_0x272f75,_0x365151){return _0x272f75>_0x365151;},_0xbae5dd['bqPLH']=function(_0x482ce9,_0x10a857){return _0x482ce9!==_0x10a857;},_0xbae5dd['nVFev']=_0x522956(0x1ac),_0xbae5dd[_0x522956(0x16d)]=function(_0xbd2057,_0x5d4582){return _0xbd2057&&_0x5d4582;};const _0x5cf769=_0xbae5dd;try{const _0x4f801f=bsSetupHelper['isTrue'](process[_0x522956(0x12f)][_0x522956(0x12e)])||bsSetupHelper[_0x522956(0xfd)](process[_0x522956(0x12f)][_0x522956(0x143)]),_0x3d4299=_0x5cf769['CbwNJ'](typeof process[_0x522956(0x12f)]['BS_A11Y_JWT'],_0x5cf769[_0x522956(0x180)])&&_0x5cf769['MLUAo'](process[_0x522956(0x12f)][_0x522956(0xe8)][_0x522956(0xf2)],0x0)&&_0x5cf769[_0x522956(0xeb)](process['env'][_0x522956(0xe8)],_0x5cf769[_0x522956(0x11a)]);return _0x5cf769[_0x522956(0x16d)](_0x4f801f,_0x3d4299);}catch(_0x581914){logger['debug'](_0x522956(0x11e)+_0x581914);}return![];},exports[a96_0xf176eb(0x157)]=(_0x123d38,_0x1989cd)=>{const _0x5e466d=a96_0xf176eb,_0x44f8fe={'TULqR':_0x5e466d(0x198),'uTbjL':function(_0x17763b,_0x2ff5e){return _0x17763b(_0x2ff5e);},'sncCn':_0x5e466d(0x1a5),'bhWce':function(_0x3bf4d1,_0x1201d9){return _0x3bf4d1(_0x1201d9);},'WEhAj':_0x5e466d(0x11f),'nbwSj':'bstack:options','BCKxb':function(_0x27754d,_0x448ac3){return _0x27754d(_0x448ac3);},'EFgDb':'deviceName','WJwkC':'device','tEOuT':_0x5e466d(0x11b),'zCJoQ':'selenium-webdriver/chrome.js','wZlqS':'selenium-webdriver','oUXZA':_0x5e466d(0x12b),'XiUqk':'args','HVPrC':'chromeOptions','vpJDu':_0x5e466d(0x15a),'vwUYh':_0x5e466d(0x132),'lFuSR':_0x5e466d(0x197),'ottbj':function(_0xb376c1,_0x29ce0a){return _0xb376c1===_0x29ce0a;},'qojyZ':'chrome','sMBCF':function(_0xac7f7c,_0x1b9234){return _0xac7f7c>=_0x1b9234;}},_0x281d07=_0x123d38[_0x5e466d(0x125)](_0x44f8fe['TULqR']),_0xb0a23e=_0x44f8fe[_0x5e466d(0x17f)](parseFloat,_0x123d38[_0x5e466d(0x125)](_0x44f8fe['sncCn']))||_0x44f8fe['bhWce'](parseFloat,_0x123d38[_0x5e466d(0x125)](_0x44f8fe[_0x5e466d(0xf8)])),_0x5e535b=_0x123d38[_0x5e466d(0x125)](_0x44f8fe[_0x5e466d(0x165)])||{},_0x160e6e=_0x44f8fe[_0x5e466d(0x153)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x30feb3=_0x5e535b[_0x44f8fe[_0x5e466d(0x199)]]||_0x123d38['get'](_0x44f8fe[_0x5e466d(0xe9)])||![];if(_0x30feb3)return logger[_0x5e466d(0x150)](_0x44f8fe[_0x5e466d(0x14c)]),![];let _0x249592;try{_0x249592=bsSetupHelper[_0x5e466d(0x1a1)](_0x44f8fe[_0x5e466d(0xe3)],_0x44f8fe[_0x5e466d(0x148)]);}catch(_0x32d765){return![];}const _0x3a9bcc=new _0x249592[(_0x5e466d(0xf6))](_0x1989cd[_0x5e466d(0x118)]),_0x5f5b88=bsSetupHelper['nestedKeyValue'](_0x3a9bcc,[_0x44f8fe['oUXZA'],_0x44f8fe[_0x5e466d(0x13c)]])||bsSetupHelper['nestedKeyValue'](_0x1989cd[_0x5e466d(0x1b5)],[_0x44f8fe[_0x5e466d(0x165)],_0x44f8fe[_0x5e466d(0x120)],_0x44f8fe[_0x5e466d(0x13c)]])||bsSetupHelper[_0x5e466d(0x13f)](_0x1989cd[_0x5e466d(0x1b5)],[_0x44f8fe[_0x5e466d(0x120)],_0x44f8fe[_0x5e466d(0x13c)]])||[];if(_0x5f5b88[_0x5e466d(0xee)](_0x44f8fe[_0x5e466d(0x15f)]))return logger[_0x5e466d(0x150)](_0x44f8fe['vwUYh']),![];const _0x270187=_0x1989cd[_0x5e466d(0x1b5)]||{},_0x40e8cc=bsSetupHelper[_0x5e466d(0x13f)](_0x270187,[_0x44f8fe[_0x5e466d(0x131)]])||{},_0x1b468d=bsSetupHelper[_0x5e466d(0x13f)](_0x40e8cc,[_0x44f8fe[_0x5e466d(0x13c)]])||[];if(_0x1b468d[_0x5e466d(0xee)](_0x44f8fe[_0x5e466d(0x15f)]))return logger['warn'](_0x44f8fe[_0x5e466d(0x16e)]),![];if(_0x44f8fe[_0x5e466d(0x102)](_0x281d07[_0x5e466d(0x1a2)](),_0x44f8fe[_0x5e466d(0x160)])&&_0x44f8fe[_0x5e466d(0x190)](_0xb0a23e,_0x160e6e))return!![];return logger['warn'](_0x5e466d(0x103)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];},exports[a96_0xf176eb(0xef)]=_0x264ec0=>{const _0x36562a=a96_0xf176eb,_0x363ec1={};_0x363ec1[_0x36562a(0x13b)]=_0x36562a(0x197),_0x363ec1[_0x36562a(0x10f)]=function(_0x194d23,_0x4ee5a4){return _0x194d23||_0x4ee5a4;},_0x363ec1[_0x36562a(0x13a)]=_0x36562a(0xe0);const _0x581c87=_0x363ec1,_0x3df908=scripts[_0x36562a(0x184)];try{const _0x7d06d9=bsSetupHelper[_0x36562a(0xfd)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x36562a(0xfd)](process[_0x36562a(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x36562a(0x15d)]()||process[_0x36562a(0x12f)][_0x36562a(0x105)])&&_0x7d06d9){const _0xeab1fc=_0x264ec0['getCapabilities'](),_0x14d4f0=_0xeab1fc[_0x36562a(0x125)](_0x581c87['DGRqb']),_0x3471e1=_0x581c87[_0x36562a(0x10f)](_0x14d4f0,{});bsSetupHelper[_0x36562a(0x126)](_0x3471e1,_0x3df908),_0x264ec0[_0x36562a(0xf4)]()[_0x36562a(0x1a3)](_0x581c87[_0x36562a(0x13b)],_0x3471e1);}else logger[_0x36562a(0x150)](_0x581c87[_0x36562a(0x13a)]);}catch(_0x2aeda6){logger[_0x36562a(0x124)](_0x36562a(0x14e)+_0x2aeda6);}},exports[a96_0xf176eb(0x145)]=(_0x1765d2=null,_0x1b04b0=!![],_0x3d8cc2=[])=>{const _0x5232fb=a96_0xf176eb,_0x4345bc={};_0x4345bc[_0x5232fb(0x122)]=function(_0x448275,_0x287546){return _0x448275==_0x287546;},_0x4345bc[_0x5232fb(0x121)]=function(_0x58ff11,_0x5465bf){return _0x58ff11>_0x5465bf;},_0x4345bc[_0x5232fb(0x17d)]=function(_0x30daa1,_0x2621d2){return _0x30daa1===_0x2621d2;},_0x4345bc[_0x5232fb(0xfb)]=function(_0x466e59,_0x2d8545){return _0x466e59&&_0x2d8545;},_0x4345bc['vyNAy']=function(_0x1ed965,_0x35a4ca){return _0x1ed965&&_0x35a4ca;};const _0x13dc95=_0x4345bc;if(_0x13dc95[_0x5232fb(0x122)](process[_0x5232fb(0x12f)][_0x5232fb(0x14f)],null))return!![];try{const _0x1e01cb=JSON[_0x5232fb(0x136)](process[_0x5232fb(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x4f14a7=Array[_0x5232fb(0x10c)](_0x1e01cb[_0x5232fb(0x19e)])?_0x1e01cb[_0x5232fb(0x19e)]:[],_0x157c21=Array[_0x5232fb(0x10c)](_0x1e01cb['excludeTagsInTestingScope'])?_0x1e01cb[_0x5232fb(0x161)]:[];if(bsSetupHelper['isUndefined'](_0x1765d2)){if(_0x13dc95['yMoQR'](_0x3d8cc2[_0x5232fb(0xf2)],0x0)){const _0x304b0f=_0x157c21[_0x5232fb(0x17b)](_0x2d1eea=>_0x3d8cc2[_0x5232fb(0xee)](_0x2d1eea)),_0x263151=_0x13dc95[_0x5232fb(0x17d)](_0x4f14a7['length'],0x0)||_0x4f14a7[_0x5232fb(0x17b)](_0x5c4e94=>_0x3d8cc2[_0x5232fb(0xee)](_0x5c4e94));return _0x13dc95[_0x5232fb(0xfb)](!_0x304b0f,_0x263151);}return!![];}let _0x5276d5;_0x1b04b0?_0x5276d5=_0x1765d2[_0x5232fb(0x19c)]('/'):_0x5276d5=_0x1765d2;const _0x3a36a8=_0x157c21[_0x5232fb(0x17b)](_0x3708f1=>_0x5276d5[_0x5232fb(0xee)](_0x3708f1)),_0x2f1c96=_0x13dc95['aSCyU'](_0x4f14a7[_0x5232fb(0xf2)],0x0)||_0x4f14a7[_0x5232fb(0x17b)](_0x41f335=>_0x5276d5[_0x5232fb(0xee)](_0x41f335));return _0x13dc95[_0x5232fb(0x111)](!_0x3a36a8,_0x2f1c96);}catch(_0x54c793){logger[_0x5232fb(0x1ae)](_0x5232fb(0xf3)+util[_0x5232fb(0x166)](_0x54c793));}return![];},exports[a96_0xf176eb(0x140)]=_0x43f5e4=>{const _0xac547=a96_0xf176eb;let _0x31c792=![];try{_0x43f5e4['platforms'][_0xac547(0x100)](_0x21a537=>{const _0x402a98=_0xac547;if(bsSetupHelper['isTrue'](_0x21a537[_0x402a98(0x174)]))return _0x31c792=!![],!![];});}catch(_0x4c950b){logger[_0xac547(0x1ae)](_0xac547(0xec)+_0x4c950b);}return _0x31c792||bsSetupHelper[_0xac547(0xfd)](_0x43f5e4[_0xac547(0x174)]);},exports['createAccessibilityTestRun']=PerformanceTester[a96_0xf176eb(0x1b1)](a96_0xf176eb(0x187),async function(_0x59755a,_0x5977e4){const _0x5d6c7c=a96_0xf176eb,_0x2d251c={};_0x2d251c[_0x5d6c7c(0x18c)]=_0x5d6c7c(0x146),_0x2d251c[_0x5d6c7c(0x155)]='playwright',_0x2d251c[_0x5d6c7c(0x19b)]='javascript',_0x2d251c['ablwV']='application/json',_0x2d251c[_0x5d6c7c(0x10b)]=_0x5d6c7c(0x1ab),_0x2d251c[_0x5d6c7c(0x164)]=_0x5d6c7c(0x11d),_0x2d251c[_0x5d6c7c(0x1a4)]=function(_0x334d48,_0x1c37ed){return _0x334d48===_0x1c37ed;},_0x2d251c[_0x5d6c7c(0x172)]=_0x5d6c7c(0x1b3),_0x2d251c[_0x5d6c7c(0x12a)]=_0x5d6c7c(0x192);const _0x54ecb3=_0x2d251c,_0x2cca0a=bsSetupHelper['getUserName'](_0x59755a),_0x2486ef=bsSetupHelper[_0x5d6c7c(0x152)](_0x59755a);if(bsSetupHelper[_0x5d6c7c(0x16b)](_0x2cca0a)||bsSetupHelper[_0x5d6c7c(0x16b)](_0x2486ef))return logger[_0x5d6c7c(0x124)](_0x54ecb3[_0x5d6c7c(0x18c)]),[null,null];try{let _0x1f590a;bsSetupHelper['isUndefined'](process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x14f)])?_0x1f590a={}:_0x1f590a=JSON['parse'](process[_0x5d6c7c(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x1e6a0b,version:_0x50f129}=bsSetupHelper[_0x5d6c7c(0xfc)](_0x59755a,_0x5977e4),_0x18b27b={'projectName':_0x59755a[_0x5d6c7c(0x12d)],'buildName':_0x59755a[_0x5d6c7c(0x15b)]||path[_0x5d6c7c(0x14b)](path[_0x5d6c7c(0x115)](process['cwd']())),'startTime':new Date()[_0x5d6c7c(0x10d)](),'description':_0x59755a[_0x5d6c7c(0x178)]||'','source':{'frameworkName':_0x5977e4['includes'](_0x54ecb3['QotZk'])?_0x54ecb3[_0x5d6c7c(0x155)]:_0x5977e4,'frameworkVersion':bsSetupHelper[_0x5d6c7c(0xe1)](_0x5977e4),'sdkVersion':bsSetupHelper[_0x5d6c7c(0x196)](),'language':_0x54ecb3[_0x5d6c7c(0x19b)],'testFramework':_0x1e6a0b,'testFrameworkVersion':_0x50f129},'settings':_0x1f590a,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x5d6c7c(0x158)](),'hostInfo':bsSetupHelper[_0x5d6c7c(0xde)](),'browserstackAutomation':bsSetupHelper[_0x5d6c7c(0x15d)]()},_0x292d50={};_0x292d50[_0x5d6c7c(0xea)]=_0x2cca0a,_0x292d50['pass']=_0x2486ef;const _0x5d8805={};_0x5d8805[_0x5d6c7c(0x149)]=_0x54ecb3[_0x5d6c7c(0x179)];const _0x1dc96a={};_0x1dc96a[_0x5d6c7c(0x162)]=_0x292d50,_0x1dc96a[_0x5d6c7c(0x128)]=_0x5d8805;const _0x523277=_0x1dc96a,_0x3b54c4={};_0x3b54c4['body']=_0x18b27b,_0x3b54c4[_0x5d6c7c(0x18f)]=!![];const _0x3fa8a2=Object[_0x5d6c7c(0x139)](_0x523277,_0x3b54c4),_0x1f1d65=await bsSetupHelper[_0x5d6c7c(0x168)](_0x54ecb3[_0x5d6c7c(0x10b)],_0x54ecb3[_0x5d6c7c(0x164)],_0x3fa8a2,_0x59755a,API_URL);let _0x8a9663=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x8a9663?_0x8a9663=JSON['parse'](process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x14f)]):_0x8a9663={},scripts[_0x5d6c7c(0x163)](_0x1f1d65[_0x5d6c7c(0x16a)][_0x5d6c7c(0x16a)]),scripts[_0x5d6c7c(0xfe)](),_0x8a9663[_0x5d6c7c(0x1a8)]=_0x1f1d65[_0x5d6c7c(0x16a)][_0x5d6c7c(0x16a)][_0x5d6c7c(0x1a8)],process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x14f)]=JSON[_0x5d6c7c(0x106)](_0x8a9663),[_0x1f1d65[_0x5d6c7c(0x16a)]['data'][_0x5d6c7c(0x134)],_0x1f1d65[_0x5d6c7c(0x16a)]['data']['id']];}catch(_0x1dfa0b){if(_0x1dfa0b[_0x5d6c7c(0x133)])logger[_0x5d6c7c(0x124)](_0x5d6c7c(0x1aa)+_0x1dfa0b['response']['status']+'\x20'+_0x1dfa0b[_0x5d6c7c(0x133)]['statusText']+'\x20'+JSON[_0x5d6c7c(0x106)](_0x1dfa0b[_0x5d6c7c(0x133)]['data']));else{if(_0x54ecb3[_0x5d6c7c(0x1a4)](_0x1dfa0b['message'],_0x54ecb3[_0x5d6c7c(0x172)])){logger[_0x5d6c7c(0x124)](_0x5d6c7c(0x1aa)+(_0x1dfa0b[_0x5d6c7c(0x186)]||_0x1dfa0b[_0x5d6c7c(0xe4)]));for(const _0x3276e5 of _0x1dfa0b[_0x5d6c7c(0xe7)]){logger[_0x5d6c7c(0x124)](_0x3276e5[_0x5d6c7c(0x186)]);}process[_0x5d6c7c(0x12f)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x54ecb3[_0x5d6c7c(0x12a)],process[_0x5d6c7c(0x12f)][_0x5d6c7c(0x143)]=_0x54ecb3[_0x5d6c7c(0x12a)];}else logger[_0x5d6c7c(0x124)](_0x5d6c7c(0x1aa)+(_0x1dfa0b[_0x5d6c7c(0x186)]||_0x1dfa0b[_0x5d6c7c(0xe4)]));}return[null,null];}}),exports[a96_0xf176eb(0x173)]=PerformanceTester[a96_0xf176eb(0x1b1)](a96_0xf176eb(0x151),async function(_0x3543df){const _0x1689d3=a96_0xf176eb,_0x3aa003={};_0x3aa003['mGGrm']=function(_0x4d3fc0,_0x1e0008){return _0x4d3fc0!==_0x1e0008;},_0x3aa003[_0x1689d3(0x144)]=_0x1689d3(0xf5),_0x3aa003[_0x1689d3(0x117)]='error',_0x3aa003[_0x1689d3(0x15e)]=_0x1689d3(0x194),_0x3aa003[_0x1689d3(0x14d)]=_0x1689d3(0x1b4),_0x3aa003[_0x1689d3(0x13e)]=_0x1689d3(0x19d),_0x3aa003[_0x1689d3(0x10a)]=_0x1689d3(0x101),_0x3aa003[_0x1689d3(0x17a)]=function(_0x4f79c2,_0x24e9af){return _0x4f79c2+_0x24e9af;},_0x3aa003[_0x1689d3(0x119)]='Invalid\x20request:\x20',_0x3aa003['KyiCC']='success';const _0x131634=_0x3aa003;if(bsSetupHelper[_0x1689d3(0x16b)](process[_0x1689d3(0x12f)]['BS_A11Y_JWT'])||_0x131634[_0x1689d3(0x110)](typeof process[_0x1689d3(0x12f)][_0x1689d3(0xe8)],_0x131634['VseTv'])){const _0x252c13={};return _0x252c13[_0x1689d3(0xf0)]=_0x131634[_0x1689d3(0x117)],_0x252c13[_0x1689d3(0x186)]=_0x131634[_0x1689d3(0x15e)],_0x252c13;}const _0x1991e2={'endTime':new Date()['toISOString']()},_0xed5838={};_0xed5838[_0x1689d3(0x116)]='Bearer\x20'+process[_0x1689d3(0x12f)][_0x1689d3(0xe8)],_0xed5838[_0x1689d3(0x149)]=_0x131634[_0x1689d3(0x14d)];const _0x1945a9={};_0x1945a9[_0x1689d3(0x128)]=_0xed5838;const _0x21cd95=_0x1945a9,_0x2a482c={};_0x2a482c[_0x1689d3(0x12c)]=_0x1991e2,_0x2a482c[_0x1689d3(0x162)]=null,_0x2a482c[_0x1689d3(0x18f)]=!![];const _0x5602c3=Object[_0x1689d3(0x139)](_0x21cd95,_0x2a482c);try{const _0x2bf72b=await bsSetupHelper['nodeRequest'](_0x131634[_0x1689d3(0x13e)],_0x131634[_0x1689d3(0x10a)],_0x5602c3,_0x3543df,API_URL);if(_0x2bf72b['data'][_0x1689d3(0x124)])throw new Error(_0x131634[_0x1689d3(0x17a)](_0x131634[_0x1689d3(0x119)],_0x2bf72b[_0x1689d3(0x16a)][_0x1689d3(0x124)]));else{logger['info'](_0x1689d3(0x167)+new Date()['toISOString']());const _0x5ef0e6={};return _0x5ef0e6[_0x1689d3(0xf0)]=_0x131634[_0x1689d3(0x135)],_0x5ef0e6['message']='',_0x5ef0e6;}}catch(_0x1f5e5c){_0x1f5e5c[_0x1689d3(0x133)]?logger[_0x1689d3(0x124)](_0x1689d3(0x156)+_0x1f5e5c['response'][_0x1689d3(0xf0)]+'\x20'+_0x1f5e5c['response'][_0x1689d3(0x104)]+'\x20'+JSON['stringify'](_0x1f5e5c['response']['data'])):logger[_0x1689d3(0x124)](_0x1689d3(0x156)+(_0x1f5e5c['message']||util[_0x1689d3(0x166)](_0x1f5e5c)));const _0x430d24={};return _0x430d24[_0x1689d3(0xf0)]=_0x131634['QimWS'],_0x430d24['message']=_0x1f5e5c[_0x1689d3(0x186)]||(_0x1f5e5c[_0x1689d3(0x133)]?_0x1f5e5c[_0x1689d3(0x133)][_0x1689d3(0xf0)]+':'+_0x1f5e5c[_0x1689d3(0x133)][_0x1689d3(0x104)]:_0x1f5e5c),_0x430d24;}}),exports['performScan']=async(_0x4f4b4e,_0x5f1579=null)=>{const _0x3e6d15=a96_0xf176eb,_0x4bd1e2={};_0x4bd1e2[_0x3e6d15(0x185)]=_0x3e6d15(0x189),_0x4bd1e2[_0x3e6d15(0x147)]=_0x3e6d15(0x113),_0x4bd1e2[_0x3e6d15(0x127)]=_0x3e6d15(0x175);const _0x1207f0=_0x4bd1e2;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x1207f0[_0x3e6d15(0x185)])||!globals[_0x3e6d15(0x138)](_0x1207f0[_0x3e6d15(0x147)])){logger['warn'](_0x1207f0[_0x3e6d15(0x127)]);return;}return await PerformanceTester[_0x3e6d15(0x1b1)](PerformanceA11yEvents[_0x3e6d15(0x11c)],async()=>{const _0x51a930=_0x3e6d15,_0x2b48cb={};_0x2b48cb['method']=_0x5f1579||global[_0x51a930(0x18b)];const _0x529fbc=util[_0x51a930(0x166)](await _0x4f4b4e[_0x51a930(0x170)](scripts[_0x51a930(0x169)],_0x2b48cb));return logger['debug']('Performed\x20scan\x20with\x20result:\x20'+_0x529fbc),_0x529fbc;},{'command':_0x5f1579})();},exports[a96_0xf176eb(0xff)]=async(_0x12a050,_0x352bfa)=>{const _0x2fa250=a96_0xf176eb,_0x36f4e6={};_0x36f4e6[_0x2fa250(0x18e)]=_0x2fa250(0x137),_0x36f4e6[_0x2fa250(0x1a6)]=_0x2fa250(0x189),_0x36f4e6[_0x2fa250(0x1a7)]=_0x2fa250(0x113),_0x36f4e6[_0x2fa250(0x1a9)]=_0x2fa250(0x123),_0x36f4e6['VbVpj']=_0x2fa250(0xff),_0x36f4e6['mioNr']='No\x20accessibility\x20results\x20were\x20found.';const _0x2f9e33=_0x36f4e6;if(!this[_0x2fa250(0x18a)]()||!globals[_0x2fa250(0x138)](_0x2f9e33[_0x2fa250(0x1a6)])||!globals[_0x2fa250(0x138)](_0x2f9e33[_0x2fa250(0x1a7)]))return logger[_0x2fa250(0x150)](_0x2f9e33[_0x2fa250(0x1a9)]),[];try{return await PerformanceTester[_0x2fa250(0x1b1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x5eea15=_0x2fa250;logger[_0x5eea15(0x1ae)](_0x2f9e33[_0x5eea15(0x18e)]);const _0x4aed07={};_0x4aed07[_0x5eea15(0x141)]=_0x352bfa['browserstackSessionName'],logger[_0x5eea15(0x1ae)](util['format'](await _0x12a050[_0x5eea15(0x170)](scripts['performScan'],_0x4aed07)));},{'command':_0x2f9e33['VbVpj']})(),await PerformanceTester[_0x2fa250(0x1b1)](PerformanceA11yEvents[_0x2fa250(0x19a)],async()=>{const _0x53146e=_0x2fa250,_0x369bb9=await _0x12a050[_0x53146e(0x170)](scripts[_0x53146e(0x1a0)]);return _0x369bb9;})();}catch{return logger[_0x2fa250(0x124)](_0x2f9e33[_0x2fa250(0xed)]),[];}},exports['getAccessibilityResultsSummary']=async(_0xbc6fb8,_0x2bfabd)=>{const _0x43f031=a96_0xf176eb,_0x29da0c={};_0x29da0c[_0x43f031(0x171)]='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x29da0c[_0x43f031(0x154)]=_0x43f031(0x189),_0x29da0c['QMnGk']='bstackA11yShouldScan',_0x29da0c[_0x43f031(0x16c)]=_0x43f031(0x14a),_0x29da0c['ZjNyE']='getAccessibilityResultsSummary',_0x29da0c['ppGRV']='No\x20accessibility\x20summary\x20was\x20found.';const _0x1ba3bd=_0x29da0c;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x1ba3bd[_0x43f031(0x154)])||!globals[_0x43f031(0x138)](_0x1ba3bd[_0x43f031(0x195)]))return logger[_0x43f031(0x150)](_0x1ba3bd[_0x43f031(0x16c)]),{};try{return await PerformanceTester[_0x43f031(0x1b1)](PerformanceA11yEvents[_0x43f031(0x11c)],async()=>{const _0x3f67e2=_0x43f031;logger[_0x3f67e2(0x1ae)](_0x1ba3bd[_0x3f67e2(0x171)]);const _0x24d200={};_0x24d200[_0x3f67e2(0x141)]=_0x2bfabd[_0x3f67e2(0x18b)],logger[_0x3f67e2(0x1ae)](util[_0x3f67e2(0x166)](await _0xbc6fb8[_0x3f67e2(0x170)](scripts[_0x3f67e2(0x169)],_0x24d200)));},{'command':_0x1ba3bd[_0x43f031(0x109)]})(),await PerformanceTester[_0x43f031(0x1b1)](PerformanceA11yEvents[_0x43f031(0x107)],async()=>{const _0x211561=_0x43f031,_0x52cd35=await _0xbc6fb8[_0x211561(0x170)](scripts[_0x211561(0xfa)]);return _0x52cd35;})();}catch{return logger[_0x43f031(0x124)](_0x1ba3bd[_0x43f031(0xe2)]),{};}},exports[a96_0xf176eb(0x181)]=_0x1ca14f=>{const _0x51df2c=a96_0xf176eb,_0x57f418={};_0x57f418[_0x51df2c(0x129)]=function(_0x48328a,_0xea8d61){return _0x48328a===_0xea8d61;},_0x57f418['DLaLK']=_0x51df2c(0xf5),_0x57f418['VYwhu']=_0x51df2c(0xe6);const _0x533e82=_0x57f418;if(_0x1ca14f&&_0x1ca14f[_0x51df2c(0x159)]&&_0x533e82[_0x51df2c(0x129)](typeof _0x1ca14f[_0x51df2c(0x159)],_0x533e82[_0x51df2c(0x130)]))return _0x1ca14f[_0x51df2c(0x159)][_0x51df2c(0xee)](_0x533e82[_0x51df2c(0x1af)]);return![];};
@@ -1 +1 @@
1
- const a97_0xfdc934=a97_0x40e4;function a97_0x40e4(_0x1054ce,_0x2e698a){const _0x29939e=a97_0x2993();return a97_0x40e4=function(_0x40e400,_0x14e401){_0x40e400=_0x40e400-0x11a;let _0x3db8cb=_0x29939e[_0x40e400];return _0x3db8cb;},a97_0x40e4(_0x1054ce,_0x2e698a);}(function(_0x2970c8,_0x12e701){const _0x231b5d=a97_0x40e4,_0x528c0d=_0x2970c8();while(!![]){try{const _0x50c42c=parseInt(_0x231b5d(0x144))/0x1+-parseInt(_0x231b5d(0x13b))/0x2+parseInt(_0x231b5d(0x12c))/0x3*(parseInt(_0x231b5d(0x147))/0x4)+parseInt(_0x231b5d(0x13f))/0x5*(parseInt(_0x231b5d(0x140))/0x6)+-parseInt(_0x231b5d(0x139))/0x7*(-parseInt(_0x231b5d(0x150))/0x8)+parseInt(_0x231b5d(0x149))/0x9*(-parseInt(_0x231b5d(0x11e))/0xa)+-parseInt(_0x231b5d(0x14b))/0xb;if(_0x50c42c===_0x12e701)break;else _0x528c0d['push'](_0x528c0d['shift']());}catch(_0x2bca08){_0x528c0d['push'](_0x528c0d['shift']());}}}(a97_0x2993,0x3efa8));const path=require(a97_0xfdc934(0x12f)),fs=require('fs'),logger=require(a97_0xfdc934(0x122))[a97_0xfdc934(0x142)],helper=require(a97_0xfdc934(0x157));class Scripts{constructor(){const _0x934437=a97_0xfdc934,_0xaaac6a={};_0xaaac6a[_0x934437(0x127)]='6|3|0|5|1|2|4',_0xaaac6a[_0x934437(0x123)]='.browserstack',_0xaaac6a[_0x934437(0x11b)]=_0x934437(0x14a);const _0xbabde7=_0xaaac6a,_0x1f41fb=_0xbabde7['EqJqp'][_0x934437(0x11d)]('|');let _0x23f452=0x0;while(!![]){switch(_0x1f41fb[_0x23f452++]){case'0':this['getResultsSummary']=null;continue;case'1':this[_0x934437(0x151)]=path['join'](helper['homedir'](),_0xbabde7['skzqQ']);continue;case'2':this[_0x934437(0x120)]=path[_0x934437(0x14d)](this['browserstackFolderPath'],_0xbabde7[_0x934437(0x11b)]);continue;case'3':this[_0x934437(0x12b)]=null;continue;case'4':this[_0x934437(0x130)]();continue;case'5':this[_0x934437(0x135)]=null;continue;case'6':this[_0x934437(0x141)]=null;continue;}break;}}[a97_0xfdc934(0x131)](_0x155e04){const _0x266e93=a97_0xfdc934;_0x155e04[_0x266e93(0x129)]&&(this['performScan']=_0x155e04[_0x266e93(0x129)][_0x266e93(0x136)],this[_0x266e93(0x12b)]=_0x155e04[_0x266e93(0x129)][_0x266e93(0x12b)],this[_0x266e93(0x143)]=_0x155e04['scripts']['getResultsSummary'],this[_0x266e93(0x135)]=_0x155e04[_0x266e93(0x129)][_0x266e93(0x121)]),this[_0x266e93(0x158)]=_0x155e04[_0x266e93(0x12a)],this[_0x266e93(0x154)]=_0x155e04[_0x266e93(0x137)];}['parseFromProto'](_0x24125f,_0xd47653){const _0x55d320=a97_0xfdc934,_0x1e9870={};_0x1e9870['cZpYR']=function(_0x32fc1e,_0x1d747e){return _0x32fc1e>_0x1d747e;},_0x1e9870['STFnX']=function(_0x37e5c7,_0x191803){return _0x37e5c7===_0x191803;},_0x1e9870['rrJID']=_0x55d320(0x136),_0x1e9870[_0x55d320(0x148)]=function(_0x27a61d,_0x396f63){return _0x27a61d===_0x396f63;},_0x1e9870[_0x55d320(0x11f)]='getResults',_0x1e9870[_0x55d320(0x145)]=function(_0x47c477,_0x55c793){return _0x47c477===_0x55c793;},_0x1e9870[_0x55d320(0x124)]=_0x55d320(0x143),_0x1e9870[_0x55d320(0x13d)]='saveResults',_0x1e9870[_0x55d320(0x134)]=function(_0x49e386,_0xee0f87){return _0x49e386>_0xee0f87;};const _0x7795e2=_0x1e9870;if(_0x24125f&&_0x7795e2[_0x55d320(0x138)](_0x24125f[_0x55d320(0x14c)],0x0))for(const _0xcc40d4 of _0x24125f){if(_0x7795e2[_0x55d320(0x128)](_0xcc40d4[_0x55d320(0x126)](),_0x7795e2[_0x55d320(0x153)]))this['performScan']=_0xcc40d4[_0x55d320(0x12e)]();else{if(_0x7795e2[_0x55d320(0x148)](_0xcc40d4[_0x55d320(0x126)](),_0x7795e2[_0x55d320(0x11f)]))this[_0x55d320(0x12b)]=_0xcc40d4[_0x55d320(0x12e)]();else{if(_0x7795e2[_0x55d320(0x145)](_0xcc40d4[_0x55d320(0x126)](),_0x7795e2[_0x55d320(0x124)]))this[_0x55d320(0x143)]=_0xcc40d4[_0x55d320(0x12e)]();else _0x7795e2[_0x55d320(0x128)](_0xcc40d4[_0x55d320(0x126)](),_0x7795e2[_0x55d320(0x13d)])&&(this['saveTestResults']=_0xcc40d4[_0x55d320(0x12e)]());}}}_0xd47653&&_0x7795e2[_0x55d320(0x134)](_0xd47653['length'],0x0)&&(this[_0x55d320(0x158)]=_0xd47653[_0x55d320(0x125)](_0x390c9d=>{const _0x2194b7=_0x55d320;return{'name':_0x390c9d['getName'](),'method':_0x390c9d['getMethod'](),'library':_0x390c9d[_0x2194b7(0x14f)](),'module':_0x390c9d[_0x2194b7(0x11c)](),'class':_0x390c9d['getClass']()};}));}[a97_0xfdc934(0x13c)](_0x3b1244){const _0x1a68c6=a97_0xfdc934,_0xdd67e5={};_0xdd67e5[_0x1a68c6(0x11a)]=function(_0x302f65,_0x2223cc){return _0x302f65!==_0x2223cc;};const _0x13a352=_0xdd67e5;try{return _0x13a352[_0x1a68c6(0x11a)](this[_0x1a68c6(0x158)][_0x1a68c6(0x13e)](_0x6bfd76=>_0x6bfd76[_0x1a68c6(0x132)]['toLowerCase']()===_0x3b1244['toLowerCase']()),-0x1);}catch(_0x2031a7){logger[_0x1a68c6(0x13a)](_0x1a68c6(0x133)+_0x2031a7);}return![];}[a97_0xfdc934(0x155)](){const _0x25b2f4=a97_0xfdc934;!fs['existsSync'](this[_0x25b2f4(0x151)])&&fs[_0x25b2f4(0x14e)](this[_0x25b2f4(0x151)]),fs[_0x25b2f4(0x12d)](this[_0x25b2f4(0x120)],JSON[_0x25b2f4(0x146)]({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this[_0x25b2f4(0x143)],'saveResults':this['saveTestResults']},'commands':this[_0x25b2f4(0x158)],'nonBStackInfraA11yChromeOptions':this['ChromeExtension']}));}['fromJson'](){const _0x359762=a97_0xfdc934,_0x1fe1d1={'ZawxL':function(_0x36c4c7,_0x4afa87){return _0x36c4c7(_0x4afa87);}};fs['existsSync'](this['commandsPath'])&&this[_0x359762(0x131)](_0x1fe1d1[_0x359762(0x156)](require,this[_0x359762(0x120)]));}}module[a97_0xfdc934(0x152)]=new Scripts();function a97_0x2993(){const _0x420915=['getCommand','path','fromJson','parseFromJson','name','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','UVMeU','saveTestResults','scan','nonBStackInfraA11yChromeOptions','cZpYR','63434RKtrSo','debug','588696WBCvJR','shouldWrapCommand','dNyvj','findIndex','44155XgHpfW','30VKfteS','performScan','winstonLogger','getResultsSummary','452395llALad','zaCmb','stringify','146968yeNwRj','guPOj','1330731jlsgVE','commands.json','4681743fLFjLx','length','join','mkdirSync','getLibrary','296NhcudN','browserstackFolderPath','exports','rrJID','ChromeExtension','toJson','ZawxL','../helper','commandsToWrap','grMrs','nNFFJ','getModule','split','10TbuYhE','WsiaT','commandsPath','saveResults','../../helpers/logger','skzqQ','EubQV','map','getName','EqJqp','STFnX','scripts','commands','getResults','24HThzzz','writeFileSync'];a97_0x2993=function(){return _0x420915;};return a97_0x2993();}
1
+ const a97_0x36ec4f=a97_0x182e;(function(_0x415c01,_0x3fb679){const _0x54b3e6=a97_0x182e,_0x19c4d1=_0x415c01();while(!![]){try{const _0xf6fd73=parseInt(_0x54b3e6(0xaa))/0x1+-parseInt(_0x54b3e6(0xb1))/0x2*(parseInt(_0x54b3e6(0xd1))/0x3)+-parseInt(_0x54b3e6(0xcb))/0x4*(parseInt(_0x54b3e6(0xa0))/0x5)+parseInt(_0x54b3e6(0xc4))/0x6+-parseInt(_0x54b3e6(0xaf))/0x7+parseInt(_0x54b3e6(0xbb))/0x8+-parseInt(_0x54b3e6(0x9b))/0x9;if(_0xf6fd73===_0x3fb679)break;else _0x19c4d1['push'](_0x19c4d1['shift']());}catch(_0x5c4f70){_0x19c4d1['push'](_0x19c4d1['shift']());}}}(a97_0x2d1b,0x63958));const path=require(a97_0x36ec4f(0xae)),fs=require('fs'),logger=require(a97_0x36ec4f(0xce))['winstonLogger'],helper=require(a97_0x36ec4f(0xd5));function a97_0x2d1b(){const _0x193f46=['DEcZf','2|0|1|3|5|6|4','getMethod','mGSiG','commands.json','6474987QdONPK','getCommand','scan','mkdirSync','getResultsSummary','20KWiLpW','Dcpkm','join','toJson','shouldWrapCommand','existsSync','commands','WJsrb','name','tYSAD','720807eZkSWA','qOmxe','getResults','performScan','path','3235225IBgXTu','.browserstack','259446HYcTfa','parseFromProto','saveTestResults','getModule','commandsToWrap','toLowerCase','KrUtv','findIndex','fromJson','ohqAi','4517904GaZjXx','ChromeExtension','saveResults','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','stringify','parseFromJson','nJrPZ','commandsPath','browserstackFolderPath','3029040vWxmUA','IbesA','getName','exports','scripts','debug','dOXPQ','71148iZJayf','length','rVakd','../../helpers/logger','tvlYd','getLibrary','3WoTxzp','split','getClass','writeFileSync','../helper'];a97_0x2d1b=function(){return _0x193f46;};return a97_0x2d1b();}class Scripts{constructor(){const _0xaaed67=a97_0x36ec4f,_0x3b073c={};_0x3b073c[_0xaaed67(0xc1)]=_0xaaed67(0xd7),_0x3b073c[_0xaaed67(0x99)]=_0xaaed67(0xb0),_0x3b073c['KrUtv']=_0xaaed67(0x9a);const _0x2a5247=_0x3b073c,_0x580c4c=_0x2a5247[_0xaaed67(0xc1)][_0xaaed67(0xd2)]('|');let _0x302297=0x0;while(!![]){switch(_0x580c4c[_0x302297++]){case'0':this[_0xaaed67(0xac)]=null;continue;case'1':this[_0xaaed67(0x9f)]=null;continue;case'2':this[_0xaaed67(0xad)]=null;continue;case'3':this[_0xaaed67(0xb3)]=null;continue;case'4':this['fromJson']();continue;case'5':this[_0xaaed67(0xc3)]=path[_0xaaed67(0xa2)](helper['homedir'](),_0x2a5247[_0xaaed67(0x99)]);continue;case'6':this['commandsPath']=path[_0xaaed67(0xa2)](this[_0xaaed67(0xc3)],_0x2a5247[_0xaaed67(0xb7)]);continue;}break;}}[a97_0x36ec4f(0xc0)](_0x1ed2c2){const _0x54dd37=a97_0x36ec4f;_0x1ed2c2[_0x54dd37(0xc8)]&&(this[_0x54dd37(0xad)]=_0x1ed2c2[_0x54dd37(0xc8)]['scan'],this[_0x54dd37(0xac)]=_0x1ed2c2[_0x54dd37(0xc8)][_0x54dd37(0xac)],this['getResultsSummary']=_0x1ed2c2[_0x54dd37(0xc8)][_0x54dd37(0x9f)],this['saveTestResults']=_0x1ed2c2['scripts'][_0x54dd37(0xbd)]),this['commandsToWrap']=_0x1ed2c2[_0x54dd37(0xa6)],this[_0x54dd37(0xbc)]=_0x1ed2c2['nonBStackInfraA11yChromeOptions'];}[a97_0x36ec4f(0xb2)](_0x3d2869,_0x592206){const _0x312a99=a97_0x36ec4f,_0x10cc73={};_0x10cc73['tYSAD']=function(_0x2de528,_0x589326){return _0x2de528>_0x589326;},_0x10cc73[_0x312a99(0xca)]=function(_0x2671ff,_0x1e6478){return _0x2671ff===_0x1e6478;},_0x10cc73[_0x312a99(0xd6)]=_0x312a99(0x9d),_0x10cc73[_0x312a99(0xcf)]=function(_0x4c9de2,_0x56048d){return _0x4c9de2===_0x56048d;},_0x10cc73['Dcpkm']='getResults',_0x10cc73['qOmxe']=function(_0x52c344,_0x509c7b){return _0x52c344===_0x509c7b;},_0x10cc73[_0x312a99(0xba)]=_0x312a99(0x9f),_0x10cc73[_0x312a99(0xcd)]=_0x312a99(0xbd);const _0x190fc3=_0x10cc73;if(_0x3d2869&&_0x190fc3[_0x312a99(0xa9)](_0x3d2869[_0x312a99(0xcc)],0x0))for(const _0x2c1611 of _0x3d2869){if(_0x190fc3[_0x312a99(0xca)](_0x2c1611['getName'](),_0x190fc3['DEcZf']))this[_0x312a99(0xad)]=_0x2c1611[_0x312a99(0x9c)]();else{if(_0x190fc3[_0x312a99(0xcf)](_0x2c1611[_0x312a99(0xc6)](),_0x190fc3[_0x312a99(0xa1)]))this[_0x312a99(0xac)]=_0x2c1611[_0x312a99(0x9c)]();else{if(_0x190fc3[_0x312a99(0xab)](_0x2c1611['getName'](),_0x190fc3[_0x312a99(0xba)]))this[_0x312a99(0x9f)]=_0x2c1611[_0x312a99(0x9c)]();else _0x190fc3[_0x312a99(0xcf)](_0x2c1611['getName'](),_0x190fc3[_0x312a99(0xcd)])&&(this[_0x312a99(0xb3)]=_0x2c1611['getCommand']());}}}_0x592206&&_0x190fc3[_0x312a99(0xa9)](_0x592206['length'],0x0)&&(this[_0x312a99(0xb5)]=_0x592206['map'](_0x3e4794=>{const _0x4a3c79=_0x312a99;return{'name':_0x3e4794[_0x4a3c79(0xc6)](),'method':_0x3e4794[_0x4a3c79(0x98)](),'library':_0x3e4794[_0x4a3c79(0xd0)](),'module':_0x3e4794[_0x4a3c79(0xb4)](),'class':_0x3e4794[_0x4a3c79(0xd3)]()};}));}[a97_0x36ec4f(0xa4)](_0x56b5e4){const _0x4314f4=a97_0x36ec4f,_0x54611b={};_0x54611b[_0x4314f4(0xa7)]=function(_0x2df911,_0x428fdb){return _0x2df911!==_0x428fdb;};const _0x51168a=_0x54611b;try{return _0x51168a[_0x4314f4(0xa7)](this[_0x4314f4(0xb5)][_0x4314f4(0xb8)](_0x261131=>_0x261131[_0x4314f4(0xa8)]['toLowerCase']()===_0x56b5e4[_0x4314f4(0xb6)]()),-0x1);}catch(_0x302d91){logger[_0x4314f4(0xc9)](_0x4314f4(0xbe)+_0x302d91);}return![];}[a97_0x36ec4f(0xa3)](){const _0x52bcae=a97_0x36ec4f;!fs[_0x52bcae(0xa5)](this['browserstackFolderPath'])&&fs[_0x52bcae(0x9e)](this[_0x52bcae(0xc3)]),fs[_0x52bcae(0xd4)](this['commandsPath'],JSON[_0x52bcae(0xbf)]({'scripts':{'scan':this[_0x52bcae(0xad)],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x52bcae(0xb3)]},'commands':this['commandsToWrap'],'nonBStackInfraA11yChromeOptions':this[_0x52bcae(0xbc)]}));}[a97_0x36ec4f(0xb9)](){const _0x3f4a7b=a97_0x36ec4f,_0x17926c={'IbesA':function(_0xbe53a,_0x4eedc5){return _0xbe53a(_0x4eedc5);}};fs['existsSync'](this[_0x3f4a7b(0xc2)])&&this[_0x3f4a7b(0xc0)](_0x17926c[_0x3f4a7b(0xc5)](require,this[_0x3f4a7b(0xc2)]));}}function a97_0x182e(_0x809560,_0x500848){const _0x2d1bfa=a97_0x2d1b();return a97_0x182e=function(_0x182e91,_0x538369){_0x182e91=_0x182e91-0x98;let _0x34a484=_0x2d1bfa[_0x182e91];return _0x34a484;},a97_0x182e(_0x809560,_0x500848);}module[a97_0x36ec4f(0xc7)]=new Scripts();
@@ -1 +1 @@
1
- const a98_0xabdda4=a98_0x121c;(function(_0x2878f0,_0x5c52ee){const _0x536584=a98_0x121c,_0x27a1e9=_0x2878f0();while(!![]){try{const _0x1c17d3=parseInt(_0x536584(0xf9))/0x1+-parseInt(_0x536584(0x11e))/0x2*(parseInt(_0x536584(0x10c))/0x3)+-parseInt(_0x536584(0x121))/0x4*(parseInt(_0x536584(0x163))/0x5)+parseInt(_0x536584(0x109))/0x6*(-parseInt(_0x536584(0x151))/0x7)+-parseInt(_0x536584(0x11a))/0x8*(-parseInt(_0x536584(0x13f))/0x9)+-parseInt(_0x536584(0x146))/0xa+-parseInt(_0x536584(0x157))/0xb*(-parseInt(_0x536584(0xf6))/0xc);if(_0x1c17d3===_0x5c52ee)break;else _0x27a1e9['push'](_0x27a1e9['shift']());}catch(_0x4965b0){_0x27a1e9['push'](_0x27a1e9['shift']());}}}(a98_0x21e6,0x2f096));function a98_0x121c(_0x21dd86,_0x57e51d){const _0x21e6e6=a98_0x21e6();return a98_0x121c=function(_0x121cc3,_0x1e6f22){_0x121cc3=_0x121cc3-0xf5;let _0x453c35=_0x21e6e6[_0x121cc3];return _0x453c35;},a98_0x121c(_0x21dd86,_0x57e51d);}const path=require('path'),{commandRepository}=require(a98_0xabdda4(0x16c)),constants=require(a98_0xabdda4(0x116)),logger=require('../logger')[a98_0xabdda4(0x144)],globals=require(a98_0xabdda4(0x16a)),timeoutPromise=require(a98_0xabdda4(0x15b)),isUndefinedOrNull=_0x5ed766=>_0x5ed766===undefined||_0x5ed766===null||_0x5ed766==='',isNotUndefinedOrNull=_0x4a7bea=>!isUndefinedOrNull(_0x4a7bea),isString=_0x35ce48=>isNotUndefinedOrNull(_0x35ce48)&&typeof _0x35ce48===a98_0xabdda4(0x161);class AiSdkWrapper{constructor(){const _0x474c73=a98_0xabdda4,_0x5497ce={'zRgVc':function(_0x4ea24b,_0xf7d1be){return _0x4ea24b(_0xf7d1be);},'unEqI':_0x474c73(0xfb)};this[_0x474c73(0x14e)]=undefined;try{this[_0x474c73(0x14e)]=_0x5497ce[_0x474c73(0x149)](require,path[_0x474c73(0x10f)](__dirname,_0x5497ce[_0x474c73(0x11b)]));}catch(_0x577599){logger[_0x474c73(0x107)](_0x474c73(0x13a)+(_0x577599&&_0x577599[_0x474c73(0x122)]?_0x577599[_0x474c73(0x122)]:''));}}[a98_0xabdda4(0x16f)](_0x16202d){const _0x3de28b=a98_0xabdda4,_0x1c8f55={};_0x1c8f55[_0x3de28b(0x166)]=_0x3de28b(0x102),_0x1c8f55[_0x3de28b(0x106)]=function(_0x4872c9,_0x1b60b3){return _0x4872c9===_0x1b60b3;},_0x1c8f55[_0x3de28b(0x167)]=_0x3de28b(0x11f),_0x1c8f55['uDuvX']=function(_0x33b40d,_0x294a82){return _0x33b40d===_0x294a82;},_0x1c8f55['tvlWc']=_0x3de28b(0x12c),_0x1c8f55[_0x3de28b(0x12a)]=function(_0x5ad4c7,_0x3955aa){return _0x5ad4c7===_0x3955aa;},_0x1c8f55[_0x3de28b(0x113)]='safari',_0x1c8f55['umfmQ']=function(_0x13449a,_0x3bb605){return _0x13449a===_0x3bb605;},_0x1c8f55[_0x3de28b(0x10d)]=_0x3de28b(0x129),_0x1c8f55[_0x3de28b(0x143)]=function(_0x20c84e,_0x2562c3){return _0x20c84e===_0x2562c3;},_0x1c8f55[_0x3de28b(0x12f)]=_0x3de28b(0x11d);const _0x5dcb8c=_0x1c8f55;try{const _0x292cd2=this[_0x3de28b(0x14e)]['initializeCapabilities'](Object[_0x3de28b(0x175)](_0x16202d[_0x3de28b(0x11c)]()[_0x3de28b(0x120)]));console[_0x3de28b(0x123)](_0x5dcb8c['lWlba'],_0x292cd2);if(_0x5dcb8c[_0x3de28b(0x106)](_0x292cd2?.['browserName']?.['toLowerCase'](),_0x5dcb8c['ezFub']))_0x16202d[_0x3de28b(0x117)]=_0x292cd2;else{if(_0x5dcb8c[_0x3de28b(0x119)](_0x292cd2?.[_0x3de28b(0x12e)]?.[_0x3de28b(0xf7)](),_0x5dcb8c[_0x3de28b(0x126)]))_0x16202d[_0x3de28b(0x105)]=_0x292cd2;else{if(_0x5dcb8c['MKVok'](_0x292cd2?.[_0x3de28b(0x12e)]?.['toLowerCase'](),_0x5dcb8c[_0x3de28b(0x113)]))_0x16202d['safariOptions_']=_0x292cd2;else{if(_0x5dcb8c[_0x3de28b(0x16d)](_0x292cd2?.['browserName']?.[_0x3de28b(0xf7)](),_0x5dcb8c['ueVVS'])||_0x5dcb8c[_0x3de28b(0x143)](_0x292cd2?.[_0x3de28b(0x12e)]?.['toLowerCase'](),_0x5dcb8c['NKUju']))_0x16202d[_0x3de28b(0x118)]=_0x292cd2;else _0x5dcb8c['umfmQ'](_0x292cd2?.[_0x3de28b(0x12e)]?.['toLowerCase'](),'ie')&&(_0x16202d[_0x3de28b(0xfd)]=_0x292cd2);}}}Object[_0x3de28b(0x15c)](_0x292cd2)[_0x3de28b(0x16e)](_0x2d289d=>{const _0x267caa=_0x3de28b,_0x528abd=_0x16202d[_0x267caa(0x140)][_0x267caa(0x114)](_0x2d289d);_0x16202d['capabilities_']['set'](_0x2d289d,_0x292cd2[_0x2d289d]);});}catch(_0x1235a1){logger[_0x3de28b(0x107)](_0x3de28b(0x13d)+(_0x1235a1&&_0x1235a1[_0x3de28b(0x122)]?_0x1235a1[_0x3de28b(0x122)]:''));}}async['setTcgToken'](_0x5a5ca8){const _0x5defde=a98_0xabdda4,_0x466a2b={'UhUnm':function(_0x31ff3e,_0x18bf5f,_0x5251e2,_0x175f70,_0x57b8af,_0x599002,_0xc878a7){return _0x31ff3e(_0x18bf5f,_0x5251e2,_0x175f70,_0x57b8af,_0x599002,_0xc878a7);},'AdKkm':'BrowserstackHealing.setToken\x20method\x20timed\x20out','bPzNO':_0x5defde(0x141),'bQTHm':_0x5defde(0x110)},_0x1a1c1c=new Date(),_0x3cdec2=_0x466a2b[_0x5defde(0x101)](timeoutPromise,constants[_0x5defde(0x135)],_0x466a2b['AdKkm'],_0x466a2b[_0x5defde(0x112)],_0x1a1c1c,this[_0x5defde(0x100)],this[_0x5defde(0x14f)]);await Promise[_0x5defde(0x15d)]([this[_0x5defde(0x14e)][_0x5defde(0x172)](_0x5a5ca8,globals[_0x5defde(0x147)](_0x466a2b[_0x5defde(0x158)]),constants[_0x5defde(0x137)])[_0x5defde(0x14c)](()=>{_0x3cdec2['cancel']();}),_0x3cdec2]);}async[a98_0xabdda4(0x133)](_0x48111d,_0x5ba04d,_0x39493f,_0x54433f){const _0x1b4a47=a98_0xabdda4,_0x19ec71={'ZbPGt':function(_0x197a32,_0x3dad82){return _0x197a32===_0x3dad82;},'dkbYA':function(_0x49aca8,_0x145ed8){return _0x49aca8===_0x145ed8;},'DMziI':function(_0x4cab18,_0x1102b9){return _0x4cab18(_0x1102b9);},'ZrBhC':function(_0x34dd8b,_0x213808){return _0x34dd8b(_0x213808);},'PMwwM':function(_0x56641e,_0x25e1d4){return _0x56641e(_0x25e1d4);},'GTfVG':function(_0x3098fb,_0x578173){return _0x3098fb(_0x578173);},'mzvFD':function(_0x284016,_0x48c784){return _0x284016(_0x48c784);},'bVRoV':_0x1b4a47(0xf5),'RyPBX':'aiHeal_userId','atxzH':'aiHeal_groupId','FRWeQ':_0x1b4a47(0x155),'NfIDo':function(_0x1b2e09,_0x4485aa,_0x36b3c4,_0x1d0add,_0x144cd4,_0x22a259,_0x1bf6ff){return _0x1b2e09(_0x4485aa,_0x36b3c4,_0x1d0add,_0x144cd4,_0x22a259,_0x1bf6ff);},'NsAzh':_0x1b4a47(0x15a),'rwmZN':_0x1b4a47(0x10b),'ALxyq':_0x1b4a47(0x150),'dAlwj':_0x1b4a47(0x124)},_0xa6ea71=(await _0x5ba04d[_0x1b4a47(0x174)]())[_0x1b4a47(0x164)]();let _0x38424a='';if(commandRepository['isSelfHealEnabled']()&&_0x19ec71[_0x1b4a47(0x127)](_0x54433f,![])||_0x19ec71[_0x1b4a47(0x10a)](_0x54433f,!![])){const _0x22ec2e=_0x19ec71['DMziI'](isNotUndefinedOrNull,_0x39493f[_0x1b4a47(0x14b)]['using'])&&_0x19ec71['DMziI'](isString,_0x39493f[_0x1b4a47(0x14b)]['using'])?_0x39493f[_0x1b4a47(0x14b)][_0x1b4a47(0x125)][_0x1b4a47(0x13b)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x52451d=_0x19ec71[_0x1b4a47(0x10e)](isNotUndefinedOrNull,_0x39493f[_0x1b4a47(0x14b)][_0x1b4a47(0x125)])&&_0x19ec71[_0x1b4a47(0x10e)](isString,_0x39493f[_0x1b4a47(0x14b)][_0x1b4a47(0xff)])?_0x39493f[_0x1b4a47(0x14b)]['value']['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x2d5c98=_0x19ec71['ZrBhC'](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x19ec71[_0x1b4a47(0x10e)](isString,commandRepository[_0x1b4a47(0x130)]())?commandRepository[_0x1b4a47(0x130)]()['replace'](/'/g,'\x5c\x27')[_0x1b4a47(0x13b)](/"/g,'\x5c\x22'):'';let _0x45769f=_0x19ec71[_0x1b4a47(0x10e)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x19ec71[_0x1b4a47(0x148)](isString,global[_0x1b4a47(0x156)])?global['browserstackSessionName'][_0x1b4a47(0x13b)](/'/g,'\x5c\x27')[_0x1b4a47(0x13b)](/"/g,'\x5c\x22'):'';!_0x45769f&&(_0x45769f=_0x19ec71[_0x1b4a47(0x168)](isNotUndefinedOrNull,commandRepository[_0x1b4a47(0x15e)]())&&_0x19ec71[_0x1b4a47(0xfa)](isString,commandRepository[_0x1b4a47(0x15e)]())?commandRepository[_0x1b4a47(0x15e)]()[_0x1b4a47(0x13b)](/'/g,'\x5c\x27')[_0x1b4a47(0x13b)](/"/g,'\x5c\x22'):'');let _0x4b8830='{\x22region\x22:\x20\x22'+constants[_0x1b4a47(0x176)]+_0x1b4a47(0x111)+constants[_0x1b4a47(0x176)]+_0x1b4a47(0x13e)+constants[_0x1b4a47(0x137)][_0x1b4a47(0x108)](_0x19ec71[_0x1b4a47(0x115)])[0x1]+_0x1b4a47(0x173);_0x4b8830=_0x19ec71[_0x1b4a47(0x148)](isNotUndefinedOrNull,_0x4b8830)&&_0x19ec71[_0x1b4a47(0x10e)](isString,_0x4b8830)?_0x4b8830[_0x1b4a47(0x13b)](/'/g,'\x5c\x27')[_0x1b4a47(0x13b)](/"/g,'\x5c\x22'):'';const _0x2cc2a2=commandRepository[_0x1b4a47(0x128)](_0xa6ea71),_0x323f6e=globals['getGlobal'](_0x19ec71[_0x1b4a47(0xf8)]),_0x5a6a5f=globals[_0x1b4a47(0x147)](_0x19ec71['atxzH']),_0x4f19d7=globals[_0x1b4a47(0x147)](_0x19ec71[_0x1b4a47(0x14a)]),_0x3d3113=![],_0x3a7e64=new Date();if(_0x54433f){const _0x11f1f1=_0x19ec71['NfIDo'](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x19ec71[_0x1b4a47(0x16b)],_0x19ec71[_0x1b4a47(0x12b)],_0x3a7e64,this[_0x1b4a47(0x100)],this[_0x1b4a47(0x14f)]);_0x38424a=await Promise[_0x1b4a47(0x15d)]([this[_0x1b4a47(0x14e)][_0x1b4a47(0x14d)](_0x22ec2e,_0x52451d,_0x2d5c98,_0x45769f,_0x5a6a5f,_0xa6ea71,_0x2cc2a2,_0x4b8830)[_0x1b4a47(0x14c)](_0xbde645=>{const _0x428433=_0x1b4a47;return _0x11f1f1[_0x428433(0x152)](),_0xbde645;}),_0x11f1f1]);}else{if(commandRepository[_0x1b4a47(0x131)]()){const _0x3d68cb=_0x19ec71[_0x1b4a47(0x13c)](timeoutPromise,constants[_0x1b4a47(0x165)],_0x19ec71[_0x1b4a47(0x139)],_0x19ec71[_0x1b4a47(0x145)],_0x3a7e64,this[_0x1b4a47(0x100)],this[_0x1b4a47(0x14f)]);_0x38424a=await Promise[_0x1b4a47(0x15d)]([this[_0x1b4a47(0x14e)][_0x1b4a47(0x138)](_0x22ec2e,_0x52451d,_0x2d5c98,_0x45769f,_0x323f6e,_0x5a6a5f,_0xa6ea71,_0x2cc2a2,_0x3d3113,_0x4f19d7,_0x4b8830)['then'](_0x182444=>{const _0x4424cf=_0x1b4a47;return _0x3d68cb[_0x4424cf(0x152)](),_0x182444;}),_0x3d68cb]);}}_0x38424a&&await _0x5ba04d[_0x1b4a47(0x15f)](_0x38424a);}}async[a98_0xabdda4(0x169)](_0x2f44ab,_0x5400db,_0x391d83){const _0x93c08e=a98_0xabdda4;try{await this[_0x93c08e(0x133)](_0x2f44ab,_0x5400db,_0x391d83,!![]);}catch(_0xbf0aa6){return logger['error']('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0xbf0aa6&&_0xbf0aa6[_0x93c08e(0x122)]?_0xbf0aa6[_0x93c08e(0x122)]:'')),![];}return!![];}async[a98_0xabdda4(0xfc)](_0x247c73,_0x13bc15,_0x4b03ef){const _0x3d3762=a98_0xabdda4,_0x2c1f6b={'UQVRn':function(_0xd094a2,_0x54d49b,_0x3df09,_0xb621b3,_0x253cb0,_0x3d4ba5,_0xbaa37e){return _0xd094a2(_0x54d49b,_0x3df09,_0xb621b3,_0x253cb0,_0x3d4ba5,_0xbaa37e);},'pqALD':'BrowserstackHealing.pollResult\x20method\x20timed\x20out','FxmSf':_0x3d3762(0x103),'PBefc':_0x3d3762(0x110)};try{await this[_0x3d3762(0x133)](_0x247c73,_0x13bc15,_0x4b03ef,![]);const _0x5e44be=(await _0x13bc15[_0x3d3762(0x174)]())['getId'](),_0x3ea369=new Date(),_0x9d0ec6=_0x2c1f6b[_0x3d3762(0x159)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x2c1f6b['pqALD'],_0x2c1f6b[_0x3d3762(0x132)],_0x3ea369,this[_0x3d3762(0x100)],this[_0x3d3762(0x14f)]),_0x39251f=await Promise['race']([this[_0x3d3762(0x14e)]['pollResult'](constants['TCG_URL'],_0x5e44be,globals[_0x3d3762(0x147)](_0x2c1f6b[_0x3d3762(0x170)]))[_0x3d3762(0x14c)](_0x3c29ec=>{return _0x9d0ec6['cancel'](),_0x3c29ec;}),_0x9d0ec6]);if(_0x39251f&&_0x39251f[_0x3d3762(0x153)]&&_0x39251f['value']){const _0x31f8dd={};return _0x31f8dd[_0x3d3762(0x142)]=_0x39251f['selector'],_0x31f8dd[_0x3d3762(0x12d)]=_0x39251f['value'],_0x31f8dd['aiHealing']=!![],_0x31f8dd;}const _0x46eafb={};return _0x46eafb[_0x3d3762(0x142)]=_0x4b03ef[_0x3d3762(0x14b)][_0x3d3762(0x125)],_0x46eafb[_0x3d3762(0x12d)]=_0x39251f['value'],_0x46eafb[_0x3d3762(0x162)]=!![],_0x46eafb;}catch(_0x21d278){return logger[_0x3d3762(0xfe)](_0x3d3762(0x160)+(_0x21d278&&_0x21d278[_0x3d3762(0x122)]?_0x21d278['message']:'')),logger[_0x3d3762(0x134)](_0x3d3762(0x136)+_0x4b03ef[_0x3d3762(0x104)]+'\x20command'),_0x4b03ef;}}}exports[a98_0xabdda4(0x171)]=Object[a98_0xabdda4(0x154)](new AiSdkWrapper());function a98_0x21e6(){const _0x420187=['firefox','locatorValue','browserName','NKUju','getProjectName','isSelfHealEnabled','FxmSf','_handleEvent','info','SET_TCG_TOKEN_TIMEOUT','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','TCG_URL','healFailure','ALxyq','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','replace','NfIDo','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','\x22:\x20{\x22endpoint\x22:\x20\x22','9cXRPPz','capabilities_','BrowserstackHealingSetTcgTokenFailed','locatorType','zHXXQ','winstonLogger','dAlwj','3059520ByvhWU','getGlobal','PMwwM','zRgVc','FRWeQ','parameters_','then','logData','BrowserstackHealing','framework','BrowserstackHealing.healFailure\x20method\x20timed\x20out','7XewQzF','cancel','selector','freeze','aiHeal_isGroupAIEnabled','browserstackSessionName','22FwlDJb','bQTHm','UQVRn','BrowserstackHealing.logData\x20method\x20timed\x20out','../../helpers/timeoutPromise','keys','race','getTestName','executeScript','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','string','aiHealing','445ANjIVk','getId','HEALING_FAILURE_TIMEOUT','lWlba','ezFub','GTfVG','handleSuccess','../globals','NsAzh','./autoHealHelper','umfmQ','forEach','initializeHealingCapabilities','PBefc','aiSdkWrapper','setToken','\x22}}}','getSession','fromEntries','TCG_REGION','s://','4890192RIHZNT','toLowerCase','RyPBX','117642OgWBJc','mzvFD','../../ai-sdk-node/bundle','handleFailure','ieOptions_','debug','value','config','UhUnm','newCapabilities','BrowserstackHealingPollResultFailed','name_','firefoxOptions_','NODPJ','error','split','1600686XZjLjd','dkbYA','BrowserstackHealingLogDataFailed','6tWvvXA','ueVVS','DMziI','join','aiHeal_sessionToken','\x22,\x20\x22tcgUrls\x22:\x20{\x22','bPzNO','bJfbg','get','bVRoV','../../bin/utils/constants','chromeOptions_','edgeOptions_','uDuvX','2978344TIyplR','unEqI','getCapabilities','microsoftedge','338966NguABs','chrome','map_','9016XujHRt','message','log','BrowserstackHealingHealFailureFailed','using','tvlWc','ZbPGt','getCommands','edge','MKVok','rwmZN'];a98_0x21e6=function(){return _0x420187;};return a98_0x21e6();}
1
+ function a98_0x2413(_0x3eef38,_0x36567f){const _0x260368=a98_0x2603();return a98_0x2413=function(_0x2413c8,_0x3fb5c7){_0x2413c8=_0x2413c8-0xfc;let _0x696654=_0x260368[_0x2413c8];return _0x696654;},a98_0x2413(_0x3eef38,_0x36567f);}const a98_0x5930be=a98_0x2413;(function(_0x444460,_0xa49987){const _0x3d4ecd=a98_0x2413,_0x4a2972=_0x444460();while(!![]){try{const _0x1eaac7=parseInt(_0x3d4ecd(0x13e))/0x1+parseInt(_0x3d4ecd(0x149))/0x2*(parseInt(_0x3d4ecd(0x118))/0x3)+-parseInt(_0x3d4ecd(0x15e))/0x4+-parseInt(_0x3d4ecd(0x150))/0x5+-parseInt(_0x3d4ecd(0x127))/0x6+-parseInt(_0x3d4ecd(0x151))/0x7+-parseInt(_0x3d4ecd(0x100))/0x8*(-parseInt(_0x3d4ecd(0x157))/0x9);if(_0x1eaac7===_0xa49987)break;else _0x4a2972['push'](_0x4a2972['shift']());}catch(_0x3f9786){_0x4a2972['push'](_0x4a2972['shift']());}}}(a98_0x2603,0x72a73));function a98_0x2603(){const _0x3f6bc1=['browserName','../logger','giqcC','TCG_REGION','parameters_','1953663AXeZgr','getTestName','message','config','nfeRU','nxddC','chromeOptions_','aiSdkWrapper','aiHeal_sessionToken','name_','aiHeal_userId','XZkpm','value','join','winstonLogger','4233108TZWopN','IdjcJ','fIuLy','pwljz','BrowserstackHealingPollResultFailed','newCapabilities','cRtXi','BrowserstackHealing.logData\x20method\x20timed\x20out','keys','TCG_URL','POLL_HEALING_RESULT_TIMEOUT','rxHNw','_handleEvent','BrowserstackHealingLogDataFailed','\x22}}}','BrowserstackHealing.setToken\x20method\x20timed\x20out','zHRKH','fromEntries','safari','replace','iBMbw','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','executeScript','893629tAImJm','microsoftedge','../../helpers/timeoutPromise','setTcgToken','uBcop','SET_TCG_TOKEN_TIMEOUT','tJEUp','chrome','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','XdKUM','debug','2QexKYg','locatorType','../globals','map_','UaUYM','oQxyt','aiHealing','2481960IJnmcp','6385512PTDvos','browserstackSessionName','edgeOptions_','\x22,\x20\x22tcgUrls\x22:\x20{\x22','getId','UdUhB','4734gLhAZG','BrowserstackHealing','HEALING_FAILURE_TIMEOUT','BIpxj','ebDUe','framework','logData','946620CiNgmq','OzgwM','OzkGP','../../bin/utils/constants','toLowerCase','get','pollResult','aiHeal_isGroupAIEnabled','ysbpZ','isSelfHealEnabled','s://','log','path','forEach','selector','qdOFa','./autoHealHelper','{\x22region\x22:\x20\x22','CEJwm','info','\x20command','UWudW','race','error','locatorValue','getSession','../../ai-sdk-node/bundle','xwLdc','19400iBTPMw','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','getGlobal','firefox','edge','Uzuro','BrowserstackHealingHealFailureFailed','qloWX','split','HEALING_LOG_DATA_TIMEOUT','getCommands','cancel','oOjEE','healFailure','getProjectName','tsRNC','using','VMWEQ','then'];a98_0x2603=function(){return _0x3f6bc1;};return a98_0x2603();}const path=require(a98_0x5930be(0x16a)),{commandRepository}=require(a98_0x5930be(0x16e)),constants=require(a98_0x5930be(0x161)),logger=require(a98_0x5930be(0x114))[a98_0x5930be(0x126)],globals=require(a98_0x5930be(0x14b)),timeoutPromise=require(a98_0x5930be(0x140)),isUndefinedOrNull=_0x3285c7=>_0x3285c7===undefined||_0x3285c7===null||_0x3285c7==='',isNotUndefinedOrNull=_0x1b3d4e=>!isUndefinedOrNull(_0x1b3d4e),isString=_0x1727ac=>isNotUndefinedOrNull(_0x1727ac)&&typeof _0x1727ac==='string';class AiSdkWrapper{constructor(){const _0x47c996=a98_0x5930be,_0x223056={'tJEUp':function(_0x461f21,_0x152085){return _0x461f21(_0x152085);},'VMWEQ':_0x47c996(0xfe)};this[_0x47c996(0x158)]=undefined;try{this[_0x47c996(0x158)]=_0x223056[_0x47c996(0x144)](require,path[_0x47c996(0x125)](__dirname,_0x223056[_0x47c996(0x111)]));}catch(_0x108d59){logger[_0x47c996(0x175)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x108d59&&_0x108d59[_0x47c996(0x11a)]?_0x108d59['message']:''));}}['initializeHealingCapabilities'](_0x35f752){const _0x17cd71=a98_0x5930be,_0x477c8d={};_0x477c8d[_0x17cd71(0x14e)]=_0x17cd71(0x12c),_0x477c8d[_0x17cd71(0x16d)]=function(_0x3235db,_0x2fd6dd){return _0x3235db===_0x2fd6dd;},_0x477c8d[_0x17cd71(0x160)]=_0x17cd71(0x145),_0x477c8d[_0x17cd71(0x10c)]=function(_0x4fb025,_0x3f495e){return _0x4fb025===_0x3f495e;},_0x477c8d[_0x17cd71(0x15b)]=_0x17cd71(0x103),_0x477c8d['XZkpm']=function(_0x26ebfd,_0x4c7270){return _0x26ebfd===_0x4c7270;},_0x477c8d[_0x17cd71(0xff)]=_0x17cd71(0x139),_0x477c8d[_0x17cd71(0x11c)]=_0x17cd71(0x104),_0x477c8d[_0x17cd71(0x10f)]=function(_0x358a93,_0x37dfd8){return _0x358a93===_0x37dfd8;},_0x477c8d['UWudW']=_0x17cd71(0x13f),_0x477c8d[_0x17cd71(0x137)]=function(_0x20da8c,_0x3f4158){return _0x20da8c===_0x3f4158;};const _0x15a918=_0x477c8d;try{const _0x3b18ee=this[_0x17cd71(0x158)]['initializeCapabilities'](Object[_0x17cd71(0x138)](_0x35f752['getCapabilities']()[_0x17cd71(0x14c)]));console[_0x17cd71(0x169)](_0x15a918[_0x17cd71(0x14e)],_0x3b18ee);if(_0x15a918['qdOFa'](_0x3b18ee?.['browserName']?.['toLowerCase'](),_0x15a918[_0x17cd71(0x160)]))_0x35f752[_0x17cd71(0x11e)]=_0x3b18ee;else{if(_0x15a918['oOjEE'](_0x3b18ee?.['browserName']?.['toLowerCase'](),_0x15a918[_0x17cd71(0x15b)]))_0x35f752['firefoxOptions_']=_0x3b18ee;else{if(_0x15a918[_0x17cd71(0x123)](_0x3b18ee?.[_0x17cd71(0x113)]?.[_0x17cd71(0x162)](),_0x15a918[_0x17cd71(0xff)]))_0x35f752['safariOptions_']=_0x3b18ee;else{if(_0x15a918[_0x17cd71(0x10c)](_0x3b18ee?.['browserName']?.[_0x17cd71(0x162)](),_0x15a918[_0x17cd71(0x11c)])||_0x15a918['tsRNC'](_0x3b18ee?.[_0x17cd71(0x113)]?.['toLowerCase'](),_0x15a918[_0x17cd71(0x173)]))_0x35f752[_0x17cd71(0x153)]=_0x3b18ee;else _0x15a918[_0x17cd71(0x137)](_0x3b18ee?.['browserName']?.[_0x17cd71(0x162)](),'ie')&&(_0x35f752['ieOptions_']=_0x3b18ee);}}}Object[_0x17cd71(0x12f)](_0x3b18ee)[_0x17cd71(0x16b)](_0x44bc9c=>{const _0xc9a6de=_0x17cd71,_0x58e282=_0x35f752['capabilities_'][_0xc9a6de(0x163)](_0x44bc9c);_0x35f752['capabilities_']['set'](_0x44bc9c,_0x3b18ee[_0x44bc9c]);});}catch(_0x12c30d){logger['error'](_0x17cd71(0x146)+(_0x12c30d&&_0x12c30d['message']?_0x12c30d[_0x17cd71(0x11a)]:''));}}async[a98_0x5930be(0x141)](_0x17445d){const _0x53cc19=a98_0x5930be,_0xa41e75={'FSfnH':function(_0x274961,_0x58828e,_0x5b1e42,_0x50085c,_0x3f3a1,_0x7a610,_0x442329){return _0x274961(_0x58828e,_0x5b1e42,_0x50085c,_0x3f3a1,_0x7a610,_0x442329);},'VDdbZ':_0x53cc19(0x136),'UaUYM':'BrowserstackHealingSetTcgTokenFailed','rxHNw':'aiHeal_sessionToken'},_0x1b1ea6=new Date(),_0x2d2582=_0xa41e75['FSfnH'](timeoutPromise,constants[_0x53cc19(0x143)],_0xa41e75['VDdbZ'],_0xa41e75[_0x53cc19(0x14d)],_0x1b1ea6,this['config'],this[_0x53cc19(0x15c)]);await Promise['race']([this['BrowserstackHealing']['setToken'](_0x17445d,globals[_0x53cc19(0x102)](_0xa41e75[_0x53cc19(0x132)]),constants['TCG_URL'])['then'](()=>{const _0x376875=_0x53cc19;_0x2d2582[_0x376875(0x10b)]();}),_0x2d2582]);}async[a98_0x5930be(0x133)](_0x172f33,_0x2788a3,_0x4561e5,_0x49f5fc){const _0x596e73=a98_0x5930be,_0x50ee87={'iBMbw':function(_0x24f95e,_0x2e8e44){return _0x24f95e===_0x2e8e44;},'giqcC':function(_0x314450,_0x23768d){return _0x314450(_0x23768d);},'VGTZi':function(_0x48865b,_0xe54f74){return _0x48865b(_0xe54f74);},'ysbpZ':function(_0x2b02f4,_0x5714d3){return _0x2b02f4(_0x5714d3);},'uxmor':function(_0x3b226a,_0x5de2c5){return _0x3b226a(_0x5de2c5);},'pwljz':function(_0x3ebd93,_0x3a5b92){return _0x3ebd93(_0x3a5b92);},'McPfQ':function(_0x3cf394,_0x30c926){return _0x3cf394(_0x30c926);},'XdKUM':function(_0x336514,_0xe9f82f){return _0x336514(_0xe9f82f);},'fIuLy':_0x596e73(0x168),'BIpxj':function(_0x51d0b0,_0x5029b7){return _0x51d0b0(_0x5029b7);},'cRtXi':_0x596e73(0x122),'Uzuro':'aiHeal_groupId','ZygJZ':_0x596e73(0x165),'IEMGF':function(_0x3a62e9,_0x2353cb,_0x3eb5be,_0x2f4dfe,_0xb46dd8,_0x59b02f,_0x4ed701){return _0x3a62e9(_0x2353cb,_0x3eb5be,_0x2f4dfe,_0xb46dd8,_0x59b02f,_0x4ed701);},'OzgwM':_0x596e73(0x12e),'vsnWd':_0x596e73(0x134),'CEJwm':function(_0x124777,_0x428135,_0x2e5a3c,_0x59573c,_0x42cd11,_0x26874e,_0x8f05fa){return _0x124777(_0x428135,_0x2e5a3c,_0x59573c,_0x42cd11,_0x26874e,_0x8f05fa);},'uBcop':'BrowserstackHealing.healFailure\x20method\x20timed\x20out','nxddC':_0x596e73(0x106)},_0x110169=(await _0x2788a3[_0x596e73(0xfd)]())[_0x596e73(0x155)]();let _0x21609a='';if(commandRepository[_0x596e73(0x167)]()&&_0x50ee87[_0x596e73(0x13b)](_0x49f5fc,![])||_0x50ee87[_0x596e73(0x13b)](_0x49f5fc,!![])){const _0x600f06=_0x50ee87[_0x596e73(0x115)](isNotUndefinedOrNull,_0x4561e5[_0x596e73(0x117)][_0x596e73(0x110)])&&_0x50ee87[_0x596e73(0x115)](isString,_0x4561e5[_0x596e73(0x117)][_0x596e73(0x110)])?_0x4561e5[_0x596e73(0x117)][_0x596e73(0x110)][_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'',_0x3f1444=_0x50ee87['VGTZi'](isNotUndefinedOrNull,_0x4561e5['parameters_']['using'])&&_0x50ee87[_0x596e73(0x166)](isString,_0x4561e5[_0x596e73(0x117)][_0x596e73(0x124)])?_0x4561e5[_0x596e73(0x117)][_0x596e73(0x124)][_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'',_0x265740=_0x50ee87['uxmor'](isNotUndefinedOrNull,commandRepository[_0x596e73(0x10e)]())&&_0x50ee87['pwljz'](isString,commandRepository[_0x596e73(0x10e)]())?commandRepository['getProjectName']()[_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'';let _0x4cc4a3=_0x50ee87[_0x596e73(0x12a)](isNotUndefinedOrNull,global[_0x596e73(0x152)])&&_0x50ee87['McPfQ'](isString,global[_0x596e73(0x152)])?global['browserstackSessionName'][_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'';!_0x4cc4a3&&(_0x4cc4a3=_0x50ee87[_0x596e73(0x147)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x50ee87['giqcC'](isString,commandRepository[_0x596e73(0x119)]())?commandRepository['getTestName']()[_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'');let _0x3c5735=_0x596e73(0x16f)+constants[_0x596e73(0x116)]+_0x596e73(0x154)+constants[_0x596e73(0x116)]+'\x22:\x20{\x22endpoint\x22:\x20\x22'+constants[_0x596e73(0x130)][_0x596e73(0x108)](_0x50ee87[_0x596e73(0x129)])[0x1]+_0x596e73(0x135);_0x3c5735=_0x50ee87[_0x596e73(0x15a)](isNotUndefinedOrNull,_0x3c5735)&&_0x50ee87[_0x596e73(0x12a)](isString,_0x3c5735)?_0x3c5735[_0x596e73(0x13a)](/'/g,'\x5c\x27')[_0x596e73(0x13a)](/"/g,'\x5c\x22'):'';const _0x2e6672=commandRepository[_0x596e73(0x10a)](_0x110169),_0x5afa89=globals[_0x596e73(0x102)](_0x50ee87[_0x596e73(0x12d)]),_0x563971=globals[_0x596e73(0x102)](_0x50ee87[_0x596e73(0x105)]),_0x52fe1f=globals[_0x596e73(0x102)](_0x50ee87['ZygJZ']),_0x534b10=![],_0x7a25bc=new Date();if(_0x49f5fc){const _0x125cd9=_0x50ee87['IEMGF'](timeoutPromise,constants[_0x596e73(0x109)],_0x50ee87[_0x596e73(0x15f)],_0x50ee87['vsnWd'],_0x7a25bc,this[_0x596e73(0x11b)],this['framework']);_0x21609a=await Promise[_0x596e73(0x174)]([this[_0x596e73(0x158)][_0x596e73(0x15d)](_0x600f06,_0x3f1444,_0x265740,_0x4cc4a3,_0x563971,_0x110169,_0x2e6672,_0x3c5735)[_0x596e73(0x112)](_0x31ebfa=>{const _0x20d2d7=_0x596e73;return _0x125cd9[_0x20d2d7(0x10b)](),_0x31ebfa;}),_0x125cd9]);}else{if(commandRepository[_0x596e73(0x167)]()){const _0x9aa14c=_0x50ee87[_0x596e73(0x170)](timeoutPromise,constants[_0x596e73(0x159)],_0x50ee87[_0x596e73(0x142)],_0x50ee87[_0x596e73(0x11d)],_0x7a25bc,this[_0x596e73(0x11b)],this['framework']);_0x21609a=await Promise[_0x596e73(0x174)]([this[_0x596e73(0x158)][_0x596e73(0x10d)](_0x600f06,_0x3f1444,_0x265740,_0x4cc4a3,_0x5afa89,_0x563971,_0x110169,_0x2e6672,_0x534b10,_0x52fe1f,_0x3c5735)[_0x596e73(0x112)](_0x1fff79=>{const _0x25a1bd=_0x596e73;return _0x9aa14c[_0x25a1bd(0x10b)](),_0x1fff79;}),_0x9aa14c]);}}_0x21609a&&await _0x2788a3[_0x596e73(0x13d)](_0x21609a);}}async['handleSuccess'](_0x320dc3,_0x3cf1f1,_0x44f611){const _0xda3c80=a98_0x5930be;try{await this[_0xda3c80(0x133)](_0x320dc3,_0x3cf1f1,_0x44f611,!![]);}catch(_0x57b474){return logger[_0xda3c80(0x175)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x57b474&&_0x57b474['message']?_0x57b474[_0xda3c80(0x11a)]:'')),![];}return!![];}async['handleFailure'](_0xe42fcc,_0x3ae338,_0xecd908){const _0x2874f3=a98_0x5930be,_0xa3c466={'ukBmE':function(_0x205d25,_0x593c4d,_0x3c7932,_0x14a6bc,_0x271896,_0x22de16,_0x571b08){return _0x205d25(_0x593c4d,_0x3c7932,_0x14a6bc,_0x271896,_0x22de16,_0x571b08);},'qloWX':'BrowserstackHealing.pollResult\x20method\x20timed\x20out','IdjcJ':_0x2874f3(0x12b),'UdUhB':_0x2874f3(0x120)};try{await this[_0x2874f3(0x133)](_0xe42fcc,_0x3ae338,_0xecd908,![]);const _0x370ddb=(await _0x3ae338[_0x2874f3(0xfd)]())[_0x2874f3(0x155)](),_0x48a1ac=new Date(),_0x2db3fd=_0xa3c466['ukBmE'](timeoutPromise,constants[_0x2874f3(0x131)],_0xa3c466[_0x2874f3(0x107)],_0xa3c466[_0x2874f3(0x128)],_0x48a1ac,this[_0x2874f3(0x11b)],this[_0x2874f3(0x15c)]),_0xae48fe=await Promise[_0x2874f3(0x174)]([this['BrowserstackHealing'][_0x2874f3(0x164)](constants['TCG_URL'],_0x370ddb,globals[_0x2874f3(0x102)](_0xa3c466[_0x2874f3(0x156)]))['then'](_0x4afe3f=>{const _0x170aa9=_0x2874f3;return _0x2db3fd[_0x170aa9(0x10b)](),_0x4afe3f;}),_0x2db3fd]);if(_0xae48fe&&_0xae48fe[_0x2874f3(0x16c)]&&_0xae48fe[_0x2874f3(0x124)]){const _0x475ff3={};return _0x475ff3[_0x2874f3(0x14a)]=_0xae48fe['selector'],_0x475ff3[_0x2874f3(0xfc)]=_0xae48fe[_0x2874f3(0x124)],_0x475ff3['aiHealing']=!![],_0x475ff3;}const _0x34fc59={};return _0x34fc59['locatorType']=_0xecd908[_0x2874f3(0x117)][_0x2874f3(0x110)],_0x34fc59[_0x2874f3(0xfc)]=_0xae48fe[_0x2874f3(0x124)],_0x34fc59[_0x2874f3(0x14f)]=!![],_0x34fc59;}catch(_0x3337bc){return logger[_0x2874f3(0x148)](_0x2874f3(0x101)+(_0x3337bc&&_0x3337bc['message']?_0x3337bc['message']:'')),logger[_0x2874f3(0x171)](_0x2874f3(0x13c)+_0xecd908[_0x2874f3(0x121)]+_0x2874f3(0x172)),_0xecd908;}}}exports[a98_0x5930be(0x11f)]=Object['freeze'](new AiSdkWrapper());
@@ -1 +1 @@
1
- const a99_0x20cae0=a99_0x5a0d;(function(_0x4ce820,_0x3661a2){const _0x5c5d31=a99_0x5a0d,_0x1d2989=_0x4ce820();while(!![]){try{const _0x4163af=-parseInt(_0x5c5d31(0x118))/0x1+-parseInt(_0x5c5d31(0xf9))/0x2+parseInt(_0x5c5d31(0xf8))/0x3*(-parseInt(_0x5c5d31(0xf0))/0x4)+parseInt(_0x5c5d31(0x110))/0x5+-parseInt(_0x5c5d31(0x108))/0x6*(-parseInt(_0x5c5d31(0x116))/0x7)+parseInt(_0x5c5d31(0x105))/0x8+-parseInt(_0x5c5d31(0x113))/0x9;if(_0x4163af===_0x3661a2)break;else _0x1d2989['push'](_0x1d2989['shift']());}catch(_0x42216b){_0x1d2989['push'](_0x1d2989['shift']());}}}(a99_0x283b,0x40c18));const calculateTimeDiff=_0x46cfc4=>Date['now']()-_0x46cfc4,logger=require(a99_0x20cae0(0x10d))[a99_0x20cae0(0x100)],globals=require(a99_0x20cae0(0xe1));class HealingCommandRepo{constructor(){const _0x3c8158=a99_0x20cae0,_0x4e7a76={};_0x4e7a76['YQcBL']=_0x3c8158(0xea);const _0x4ed0af=_0x4e7a76,_0x3939ba=_0x4ed0af[_0x3c8158(0x101)][_0x3c8158(0x102)]('|');let _0x349f5c=0x0;while(!![]){switch(_0x3939ba[_0x349f5c++]){case'0':this[_0x3c8158(0xf5)]='';continue;case'1':this[_0x3c8158(0x117)]=![];continue;case'2':this[_0x3c8158(0x103)]={};continue;case'3':this[_0x3c8158(0xe4)]={};continue;case'4':this[_0x3c8158(0x11a)]={};continue;case'5':this[_0x3c8158(0x104)]='';continue;}break;}}[a99_0x20cae0(0xe2)](_0x2125d0,_0x18f10f){const _0x59562a=a99_0x20cae0,_0x497605={};_0x497605[_0x59562a(0x114)]=function(_0x19e8e0,_0x202e46){return _0x19e8e0 in _0x202e46;};const _0x93cacf=_0x497605;!_0x93cacf[_0x59562a(0x114)](_0x2125d0,this[_0x59562a(0xe4)])&&(this[_0x59562a(0xe4)][_0x2125d0]=[]),this['commands'][_0x2125d0][_0x59562a(0x10e)](_0x18f10f);}[a99_0x20cae0(0x111)](_0x149be9,_0x2ae2a7){const _0x8981c=a99_0x20cae0,_0x229c94={'Jytzs':function(_0xe935a0,_0x224e3e){return _0xe935a0(_0x224e3e);}},_0x2351e3=_0x2ae2a7[_0x8981c(0xff)],_0x34ee7d=_0x2ae2a7['path'][_0x8981c(0x102)](_0x149be9)[0x1],_0x44e96f=this[_0x8981c(0x11a)][_0x149be9],_0x43c112={'k':_0x2351e3+':'+_0x34ee7d,'t':_0x229c94[_0x8981c(0xf3)](calculateTimeDiff,_0x44e96f)};this['_pushCommand'](_0x149be9,_0x43c112);}[a99_0x20cae0(0xef)](_0x153961){const _0x131c87=a99_0x20cae0;this[_0x131c87(0x11a)][_0x153961]=Date['now']();}[a99_0x20cae0(0x119)](_0x328651,_0x51b210){const _0x2ed928=a99_0x20cae0;this[_0x2ed928(0x103)][_0x2ed928(0xfb)]=_0x328651,this['authInfo'][_0x2ed928(0xfa)]=_0x51b210;}[a99_0x20cae0(0xe6)](){const _0x2bcfed=a99_0x20cae0;return this[_0x2bcfed(0x103)];}[a99_0x20cae0(0xf1)](_0x29474c){this['projectName']=_0x29474c;}[a99_0x20cae0(0x109)](_0x49aa69){const _0x54ba72=a99_0x20cae0;this[_0x54ba72(0xf5)]=_0x49aa69;}[a99_0x20cae0(0xe3)](_0x4668bb){const _0x9b723f=a99_0x20cae0;this['config']=_0x4668bb,this['setProjectNameForHealingContext'](_0x4668bb['projectName']),this['setAuthInfo'](_0x4668bb[_0x9b723f(0xfb)],_0x4668bb[_0x9b723f(0xfa)]);}[a99_0x20cae0(0xee)](_0xfdcfc){const _0x24579b=a99_0x20cae0;this[_0x24579b(0x106)]=_0xfdcfc;}['setTcgTokenStatus'](_0x147ded){const _0x241537=a99_0x20cae0;this[_0x241537(0x117)]=_0x147ded;}[a99_0x20cae0(0x10f)](){const _0x5ed6a3=a99_0x20cae0;return this[_0x5ed6a3(0xe5)];}[a99_0x20cae0(0xe9)](){const _0x3badd0=a99_0x20cae0;return this[_0x3badd0(0x106)];}['getProjectName'](){return this['projectName'];}[a99_0x20cae0(0xfc)](){return this['testName'];}[a99_0x20cae0(0xf7)](_0x4d3942){const _0x2f5116=a99_0x20cae0,_0x579f9f={};_0x579f9f[_0x2f5116(0x112)]=_0x2f5116(0xf4),_0x579f9f[_0x2f5116(0x10a)]='aiHeal_isHealingEnabled',_0x579f9f[_0x2f5116(0xf6)]=function(_0x32dd48,_0x2f2084){return _0x32dd48===_0x2f2084;},_0x579f9f[_0x2f5116(0xec)]=function(_0x3fde95,_0x38b554){return _0x3fde95+_0x38b554;},_0x579f9f[_0x2f5116(0xf2)]=_0x2f5116(0x10b);const _0x39aa55=_0x579f9f,_0xaac083=this[_0x2f5116(0xe4)][_0x4d3942];this[_0x2f5116(0xe4)][_0x4d3942]=[];if(globals['getGlobal'](_0x39aa55[_0x2f5116(0x112)])&&globals[_0x2f5116(0xed)](_0x39aa55[_0x2f5116(0x10a)])&&!_0xaac083||_0x39aa55[_0x2f5116(0xf6)](_0xaac083[_0x2f5116(0x107)],0x0))return logger['debug'](_0x39aa55[_0x2f5116(0xec)](_0x39aa55[_0x2f5116(0xf2)],_0x4d3942)),'';return _0xaac083[_0x2f5116(0x11d)](_0x40bf6a=>JSON[_0x2f5116(0x11b)](_0x40bf6a))[_0x2f5116(0x10c)](',');}['isSelfHealEnabled'](){const _0xc0d1c3=a99_0x20cae0,_0x28e80d={};_0x28e80d[_0xc0d1c3(0xfe)]=function(_0x1efb4b,_0x1d239a){return _0x1efb4b===_0x1d239a;},_0x28e80d[_0xc0d1c3(0xeb)]=function(_0x30f362,_0x232fa4){return _0x30f362===_0x232fa4;},_0x28e80d[_0xc0d1c3(0x115)]=_0xc0d1c3(0xfd);const _0x2bef49=_0x28e80d;let _0x28d166=![];return this[_0xc0d1c3(0x10f)]()&&(_0x2bef49['bXAKN'](this[_0xc0d1c3(0x10f)]()['selfHeal'],!![])||_0x2bef49[_0xc0d1c3(0xeb)](this['getConfig']()[_0xc0d1c3(0xe8)],_0x2bef49[_0xc0d1c3(0x115)]))&&(_0x28d166=!![]),_0x28d166;}[a99_0x20cae0(0xe7)](){const _0x49b956=a99_0x20cae0;return this[_0x49b956(0x117)];}}function a99_0x5a0d(_0x3d1b54,_0x1d6a56){const _0x283bea=a99_0x283b();return a99_0x5a0d=function(_0x5a0dee,_0x93112f){_0x5a0dee=_0x5a0dee-0xe1;let _0x31ce97=_0x283bea[_0x5a0dee];return _0x31ce97;},a99_0x5a0d(_0x3d1b54,_0x1d6a56);}exports[a99_0x20cae0(0x11c)]=new HealingCommandRepo();function a99_0x283b(){const _0x23699b=['60540siAYBy','accessKey','userName','getTestName','true','bXAKN','method','winstonLogger','YQcBL','split','authInfo','projectName','4201160RTLQJo','framework','length','12Asrbay','setTestNameForHealingContext','VuqKJ','No\x20commands\x20found\x20for\x20session:\x20','join','../logger','push','getConfig','664345zyhOQq','pushCommand','kwnZt','1892538ILwyxS','JgaTr','XJTWR','870541iFRybq','isTcgTokenSet','31203bCKJOT','setAuthInfo','aiSessionTimeStamp','stringify','commandRepository','map','../globals','_pushCommand','setConfig','commands','config','getAuthInfo','getTcgTokenStatus','selfHeal','getFramework','3|4|5|0|2|1','fFzQe','upSkU','getGlobal','setFramework','setAiSessionTimeStamp','20260UODlRj','setProjectNameForHealingContext','GSKOL','Jytzs','aiHeal_isAuthenticated','testName','ldRiE','getCommands','219bPMzaa'];a99_0x283b=function(){return _0x23699b;};return a99_0x283b();}
1
+ const a99_0x220959=a99_0x10ec;function a99_0x10ec(_0x15572a,_0x4a549c){const _0x30f2e4=a99_0x30f2();return a99_0x10ec=function(_0x10ecef,_0x95f84d){_0x10ecef=_0x10ecef-0x8e;let _0x407a91=_0x30f2e4[_0x10ecef];return _0x407a91;},a99_0x10ec(_0x15572a,_0x4a549c);}(function(_0x261c14,_0x183854){const _0x51ee5f=a99_0x10ec,_0x3af113=_0x261c14();while(!![]){try{const _0x599d9a=parseInt(_0x51ee5f(0xb1))/0x1+-parseInt(_0x51ee5f(0x8e))/0x2+parseInt(_0x51ee5f(0xb3))/0x3+parseInt(_0x51ee5f(0xae))/0x4+parseInt(_0x51ee5f(0x9a))/0x5+-parseInt(_0x51ee5f(0xb4))/0x6+parseInt(_0x51ee5f(0x93))/0x7;if(_0x599d9a===_0x183854)break;else _0x3af113['push'](_0x3af113['shift']());}catch(_0x5385d8){_0x3af113['push'](_0x3af113['shift']());}}}(a99_0x30f2,0x513e8));const calculateTimeDiff=_0x5e7b74=>Date[a99_0x220959(0xa5)]()-_0x5e7b74,logger=require('../logger')['winstonLogger'],globals=require('../globals');function a99_0x30f2(){const _0x45a41e=['2|0|3|4|5|1','142560vEpJeU','3980820usfnci','setAuthInfo','wcJFc','testName','split','commandRepository','getCommands','woMmN','_pushCommand','DexYF','setAiSessionTimeStamp','getGlobal','config','yZrJy','pushCommand','authInfo','SsAwO','ZkGis','1269060vUzllZ','getProjectName','getConfig','isTcgTokenSet','getTcgTokenStatus','8508332olCBkr','setConfig','BlLwA','commands','setTestNameForHealingContext','setTcgTokenStatus','accessKey','892595xqCPZi','path','setProjectNameForHealingContext','LKAJW','stringify','nDCdy','method','OAkmw','getAuthInfo','No\x20commands\x20found\x20for\x20session:\x20','true','now','map','projectName','userName','selfHeal','push','getTestName','aiSessionTimeStamp','getFramework','474116EyNWEF','isSelfHealEnabled','framework','70732hnBCPi'];a99_0x30f2=function(){return _0x45a41e;};return a99_0x30f2();}class HealingCommandRepo{constructor(){const _0x15af26=a99_0x220959,_0x3bd554={};_0x3bd554['jDeXx']=_0x15af26(0xb2);const _0x1d8506=_0x3bd554,_0x5b68ea=_0x1d8506['jDeXx']['split']('|');let _0x2d543b=0x0;while(!![]){switch(_0x5b68ea[_0x2d543b++]){case'0':this[_0x15af26(0xac)]={};continue;case'1':this[_0x15af26(0x91)]=![];continue;case'2':this[_0x15af26(0x96)]={};continue;case'3':this[_0x15af26(0xa7)]='';continue;case'4':this['testName']='';continue;case'5':this[_0x15af26(0xc3)]={};continue;}break;}}['_pushCommand'](_0x340ba1,_0x1871a0){const _0x195684=a99_0x220959,_0x22c0a4={};_0x22c0a4['LKAJW']=function(_0x1fb70d,_0xa51e06){return _0x1fb70d in _0xa51e06;};const _0x4b0e1a=_0x22c0a4;!_0x4b0e1a[_0x195684(0x9d)](_0x340ba1,this[_0x195684(0x96)])&&(this[_0x195684(0x96)][_0x340ba1]=[]),this[_0x195684(0x96)][_0x340ba1][_0x195684(0xaa)](_0x1871a0);}[a99_0x220959(0xc2)](_0x4f32fc,_0x21a5c3){const _0x39729e=a99_0x220959,_0x20dbf5={'woMmN':function(_0x2dad4e,_0x464766){return _0x2dad4e(_0x464766);}},_0x5213ee=_0x21a5c3[_0x39729e(0xa0)],_0x43e2ff=_0x21a5c3[_0x39729e(0x9b)][_0x39729e(0xb8)](_0x4f32fc)[0x1],_0x43bd36=this[_0x39729e(0xac)][_0x4f32fc],_0x147036={'k':_0x5213ee+':'+_0x43e2ff,'t':_0x20dbf5[_0x39729e(0xbb)](calculateTimeDiff,_0x43bd36)};this[_0x39729e(0xbc)](_0x4f32fc,_0x147036);}[a99_0x220959(0xbe)](_0x271cf6){const _0x2c8ad1=a99_0x220959;this[_0x2c8ad1(0xac)][_0x271cf6]=Date[_0x2c8ad1(0xa5)]();}[a99_0x220959(0xb5)](_0x3bc3b5,_0x52a108){const _0x556429=a99_0x220959;this[_0x556429(0xc3)][_0x556429(0xa8)]=_0x3bc3b5,this['authInfo']['accessKey']=_0x52a108;}[a99_0x220959(0xa2)](){const _0x131b78=a99_0x220959;return this[_0x131b78(0xc3)];}[a99_0x220959(0x9c)](_0x5d402b){const _0x13038a=a99_0x220959;this[_0x13038a(0xa7)]=_0x5d402b;}[a99_0x220959(0x97)](_0x47b88b){this['testName']=_0x47b88b;}[a99_0x220959(0x94)](_0x29435f){const _0x18a604=a99_0x220959;this[_0x18a604(0xc0)]=_0x29435f,this['setProjectNameForHealingContext'](_0x29435f[_0x18a604(0xa7)]),this[_0x18a604(0xb5)](_0x29435f[_0x18a604(0xa8)],_0x29435f[_0x18a604(0x99)]);}['setFramework'](_0x3bc245){const _0x3a3b4e=a99_0x220959;this[_0x3a3b4e(0xb0)]=_0x3bc245;}[a99_0x220959(0x98)](_0x3b0856){const _0x419671=a99_0x220959;this[_0x419671(0x91)]=_0x3b0856;}[a99_0x220959(0x90)](){const _0x3f2726=a99_0x220959;return this[_0x3f2726(0xc0)];}[a99_0x220959(0xad)](){const _0x4966c6=a99_0x220959;return this[_0x4966c6(0xb0)];}[a99_0x220959(0x8f)](){const _0x584267=a99_0x220959;return this[_0x584267(0xa7)];}[a99_0x220959(0xab)](){const _0x1a15a0=a99_0x220959;return this[_0x1a15a0(0xb7)];}[a99_0x220959(0xba)](_0x5bbdc5){const _0x3bd6e2=a99_0x220959,_0x4ffcb4={};_0x4ffcb4['yZrJy']='aiHeal_isAuthenticated',_0x4ffcb4[_0x3bd6e2(0xbd)]='aiHeal_isHealingEnabled',_0x4ffcb4[_0x3bd6e2(0xa1)]=function(_0x5f18f9,_0x434d71){return _0x5f18f9===_0x434d71;},_0x4ffcb4[_0x3bd6e2(0x95)]=function(_0x414945,_0x5cf914){return _0x414945+_0x5cf914;},_0x4ffcb4['ZkGis']=_0x3bd6e2(0xa3);const _0x1e9b5c=_0x4ffcb4,_0xb55feb=this[_0x3bd6e2(0x96)][_0x5bbdc5];this[_0x3bd6e2(0x96)][_0x5bbdc5]=[];if(globals[_0x3bd6e2(0xbf)](_0x1e9b5c[_0x3bd6e2(0xc1)])&&globals[_0x3bd6e2(0xbf)](_0x1e9b5c[_0x3bd6e2(0xbd)])&&!_0xb55feb||_0x1e9b5c[_0x3bd6e2(0xa1)](_0xb55feb['length'],0x0))return logger['debug'](_0x1e9b5c[_0x3bd6e2(0x95)](_0x1e9b5c[_0x3bd6e2(0xc5)],_0x5bbdc5)),'';return _0xb55feb[_0x3bd6e2(0xa6)](_0x51ac03=>JSON[_0x3bd6e2(0x9e)](_0x51ac03))['join'](',');}[a99_0x220959(0xaf)](){const _0x198986=a99_0x220959,_0x1ef0d7={};_0x1ef0d7[_0x198986(0xc4)]=function(_0x11faec,_0x3f1c5c){return _0x11faec===_0x3f1c5c;},_0x1ef0d7['wcJFc']=function(_0x5d3db8,_0x30438){return _0x5d3db8===_0x30438;},_0x1ef0d7['nDCdy']=_0x198986(0xa4);const _0xfa95ca=_0x1ef0d7;let _0x368ed0=![];return this['getConfig']()&&(_0xfa95ca[_0x198986(0xc4)](this[_0x198986(0x90)]()[_0x198986(0xa9)],!![])||_0xfa95ca[_0x198986(0xb6)](this[_0x198986(0x90)]()[_0x198986(0xa9)],_0xfa95ca[_0x198986(0x9f)]))&&(_0x368ed0=!![]),_0x368ed0;}[a99_0x220959(0x92)](){return this['isTcgTokenSet'];}}exports[a99_0x220959(0xb9)]=new HealingCommandRepo();
@@ -1 +1 @@
1
- function a100_0x4015(_0x2c6f33,_0x4fc025){const _0x4b9e30=a100_0x4b9e();return a100_0x4015=function(_0x4015a2,_0x4382e5){_0x4015a2=_0x4015a2-0x14d;let _0x24a976=_0x4b9e30[_0x4015a2];return _0x24a976;},a100_0x4015(_0x2c6f33,_0x4fc025);}const a100_0x1951ff=a100_0x4015;function a100_0x4b9e(){const _0xfbec1b=['https://grid-preprod.bsstag.com/dashboard/builds','exports','BUILDS_DASHBOARD_URL','https://grid-devhst.bsstag.com/dashboard/builds','8173632XHLDmL','5395840dcGWOw','240303CkNQuc','stag','8290KZwpBw','pre-prod','156FaAkkK','10176761DgIQaj','https://grid.browserstack.com/dashboard/builds','automate-turboscale/v1','667335bGqTuf','59935nJNTcM','API_ENDPOINT','staging','toLowerCase','prod','38kkrlYP','env','preprod','6687dlJITz'];a100_0x4b9e=function(){return _0xfbec1b;};return a100_0x4b9e();}(function(_0x35a855,_0x216701){const _0xb8ad76=a100_0x4015,_0x5aaae8=_0x35a855();while(!![]){try{const _0x55ff8c=parseInt(_0xb8ad76(0x156))/0x1+parseInt(_0xb8ad76(0x15c))/0x2*(-parseInt(_0xb8ad76(0x14e))/0x3)+parseInt(_0xb8ad76(0x152))/0x4*(parseInt(_0xb8ad76(0x157))/0x5)+parseInt(_0xb8ad76(0x164))/0x6+-parseInt(_0xb8ad76(0x153))/0x7+parseInt(_0xb8ad76(0x14d))/0x8+parseInt(_0xb8ad76(0x15f))/0x9*(parseInt(_0xb8ad76(0x150))/0xa);if(_0x55ff8c===_0x216701)break;else _0x5aaae8['push'](_0x5aaae8['shift']());}catch(_0x3fda9d){_0x5aaae8['push'](_0x5aaae8['shift']());}}}(a100_0x4b9e,0xc6309));const a100_0x266cc1={};a100_0x266cc1[a100_0x1951ff(0x162)]=a100_0x1951ff(0x154),a100_0x266cc1[a100_0x1951ff(0x158)]=a100_0x1951ff(0x155),module['exports']=a100_0x266cc1;const _env=(process[a100_0x1951ff(0x15d)]['BROWSERSTACK_ENV']||a100_0x1951ff(0x15b))[a100_0x1951ff(0x15a)]();if(_env===a100_0x1951ff(0x159)||_env===a100_0x1951ff(0x14f))module[a100_0x1951ff(0x161)][a100_0x1951ff(0x162)]=a100_0x1951ff(0x163);else(_env===a100_0x1951ff(0x15e)||_env===a100_0x1951ff(0x151))&&(module[a100_0x1951ff(0x161)]['BUILDS_DASHBOARD_URL']=a100_0x1951ff(0x160));
1
+ const a100_0x18023d=a100_0x2bf1;function a100_0x2bf1(_0x1f3868,_0x2e2d05){const _0x67407=a100_0x6740();return a100_0x2bf1=function(_0x2bf12d,_0xe778a7){_0x2bf12d=_0x2bf12d-0x1de;let _0x2005cd=_0x67407[_0x2bf12d];return _0x2005cd;},a100_0x2bf1(_0x1f3868,_0x2e2d05);}(function(_0xa2fe83,_0x4fa8b2){const _0x57a5c7=a100_0x2bf1,_0x96424d=_0xa2fe83();while(!![]){try{const _0x5d28ba=parseInt(_0x57a5c7(0x1e6))/0x1*(-parseInt(_0x57a5c7(0x1f2))/0x2)+-parseInt(_0x57a5c7(0x1eb))/0x3+-parseInt(_0x57a5c7(0x1df))/0x4+parseInt(_0x57a5c7(0x1e1))/0x5*(-parseInt(_0x57a5c7(0x1e0))/0x6)+parseInt(_0x57a5c7(0x1e7))/0x7*(parseInt(_0x57a5c7(0x1e9))/0x8)+-parseInt(_0x57a5c7(0x1e3))/0x9*(parseInt(_0x57a5c7(0x1f0))/0xa)+parseInt(_0x57a5c7(0x1ef))/0xb;if(_0x5d28ba===_0x4fa8b2)break;else _0x96424d['push'](_0x96424d['shift']());}catch(_0x384c5a){_0x96424d['push'](_0x96424d['shift']());}}}(a100_0x6740,0x7828f));const a100_0x11a041={};a100_0x11a041[a100_0x18023d(0x1ee)]=a100_0x18023d(0x1f1),a100_0x11a041[a100_0x18023d(0x1e5)]=a100_0x18023d(0x1ea),module['exports']=a100_0x11a041;function a100_0x6740(){const _0x3ab020=['3668AEYnra','28SaJIqz','prod','738248nqOuFb','automate-turboscale/v1','988899WaFPMs','env','pre-prod','BUILDS_DASHBOARD_URL','30505783RYJrJU','1040UCJxCZ','https://grid.browserstack.com/dashboard/builds','482mTKejn','preprod','toLowerCase','1445548HOeQgG','6uZWLAu','2518570Tgsvww','exports','49455iVeNan','stag','API_ENDPOINT'];a100_0x6740=function(){return _0x3ab020;};return a100_0x6740();}const _env=(process[a100_0x18023d(0x1ec)]['BROWSERSTACK_ENV']||a100_0x18023d(0x1e8))[a100_0x18023d(0x1de)]();if(_env==='staging'||_env===a100_0x18023d(0x1e4))module[a100_0x18023d(0x1e2)][a100_0x18023d(0x1ee)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a100_0x18023d(0x1f3)||_env===a100_0x18023d(0x1ed))&&(module[a100_0x18023d(0x1e2)][a100_0x18023d(0x1ee)]='https://grid-preprod.bsstag.com/dashboard/builds');
@@ -1 +1 @@
1
- const a101_0x1e55ae=a101_0x2366;(function(_0x1ca2b0,_0x292610){const _0x18812a=a101_0x2366,_0x3018e1=_0x1ca2b0();while(!![]){try{const _0x292608=-parseInt(_0x18812a(0x1b4))/0x1+-parseInt(_0x18812a(0x1a3))/0x2*(-parseInt(_0x18812a(0x19c))/0x3)+parseInt(_0x18812a(0x1a7))/0x4*(parseInt(_0x18812a(0x1a1))/0x5)+parseInt(_0x18812a(0x1b1))/0x6+-parseInt(_0x18812a(0x197))/0x7*(parseInt(_0x18812a(0x1a9))/0x8)+-parseInt(_0x18812a(0x196))/0x9*(parseInt(_0x18812a(0x1b5))/0xa)+parseInt(_0x18812a(0x1a6))/0xb;if(_0x292608===_0x292610)break;else _0x3018e1['push'](_0x3018e1['shift']());}catch(_0x3dc4d1){_0x3018e1['push'](_0x3018e1['shift']());}}}(a101_0x4fa5,0x9fb37));const constants=require(a101_0x1e55ae(0x1ad));function a101_0x2366(_0x507351,_0x5860a8){const _0x4fa556=a101_0x4fa5();return a101_0x2366=function(_0x236644,_0x24ad5f){_0x236644=_0x236644-0x195;let _0x231e05=_0x4fa556[_0x236644];return _0x231e05;},a101_0x2366(_0x507351,_0x5860a8);}exports[a101_0x1e55ae(0x19e)]=()=>{const _0xa4b183=a101_0x1e55ae;if(!constants[_0xa4b183(0x19d)][_0xa4b183(0x1b6)])return{};return constants['TURBOSCALE_OPTIONS'][_0xa4b183(0x1b6)];},exports['getTurboScaleGridName']=_0x41ad24=>{const _0x2611a4=a101_0x1e55ae,_0x4d8652={};_0x4d8652[_0x2611a4(0x198)]=_0x2611a4(0x1aa);const _0x5575f9=_0x4d8652;if(_0x41ad24['turboScaleOptions']&&_0x41ad24[_0x2611a4(0x1b3)][_0x2611a4(0x1a2)])return _0x41ad24[_0x2611a4(0x1b3)][_0x2611a4(0x1a2)];if(process[_0x2611a4(0x1a5)][_0x2611a4(0x1b2)])return process['env'][_0x2611a4(0x1b2)];return _0x5575f9[_0x2611a4(0x198)];},exports[a101_0x1e55ae(0x1a0)]=_0x4de312=>{const _0xc02e05=a101_0x1e55ae,_0x8db27={};_0x8db27[_0xc02e05(0x19a)]=function(_0x4860a8,_0xdec10e){return _0x4860a8===_0xdec10e;},_0x8db27[_0xc02e05(0x199)]=_0xc02e05(0x1ac);const _0x1937c=_0x8db27;return _0x4de312&&_0x4de312['turboScale']&&_0x1937c[_0xc02e05(0x19a)](_0x4de312['turboScale']['toString']()[_0xc02e05(0x1a4)](),_0x1937c[_0xc02e05(0x199)]);},exports[a101_0x1e55ae(0x1ab)]=(_0x1b3f35,_0x5050af,_0x28cdec)=>{const _0x3f28fa=a101_0x1e55ae,_0x4c557e={};_0x4c557e[_0x3f28fa(0x19b)]=_0x3f28fa(0x1af);const _0xf26b8c=_0x4c557e,_0x237ad4={};_0x237ad4['buildPriority']=_0xf26b8c['OlHjr'];_0x1b3f35['buildTags']&&(_0x237ad4[_0x3f28fa(0x195)]=Array['isArray'](_0x1b3f35[_0x3f28fa(0x195)])?_0x1b3f35[_0x3f28fa(0x195)]:_0x1b3f35['buildTags'][_0x3f28fa(0x1ae)](','));if(process['env'][_0x3f28fa(0x1a8)])try{_0x237ad4['buildTags']=process[_0x3f28fa(0x1a5)][_0x3f28fa(0x1a8)][_0x3f28fa(0x1ae)](',');}catch{_0x237ad4[_0x3f28fa(0x195)]=process[_0x3f28fa(0x1a5)][_0x3f28fa(0x1a8)];}return _0x1b3f35[_0x3f28fa(0x19f)]&&(_0x237ad4[_0x3f28fa(0x19f)]=_0x1b3f35[_0x3f28fa(0x19f)]),process['env'][_0x3f28fa(0x1b0)]&&(_0x237ad4[_0x3f28fa(0x19f)]=process[_0x3f28fa(0x1a5)]['BROWSERSTACK_BUILD_PRIORITY']),_0x237ad4;};function a101_0x4fa5(){const _0xdf4569=['getTurboScaleOptions','buildPriority','isTurboScaleSession','14265yQLWUQ','gridName','1188ePwfOq','toLowerCase','env','983653KEzriQ','1092DDBEur','BROWSERSTACK_BUILD_TAGS','98664HftZMN','NO_GRID_NAME_PASSED','getTurboScaleCaps','true','../../bin/utils/constants','split','medium','BROWSERSTACK_BUILD_PRIORITY','1796292LzlIEi','BROWSERSTACK_TURBOSCALE_GRID_NAME','turboScaleOptions','115429OMFMIC','10zrEZMW','options','buildTags','9843993cNKLpC','329GSPgNh','dGSJx','vribF','qxomm','OlHjr','6441flfPOz','TURBOSCALE_OPTIONS'];a101_0x4fa5=function(){return _0xdf4569;};return a101_0x4fa5();}
1
+ const a101_0x1e17f6=a101_0x5667;(function(_0x5d8de1,_0x1083c5){const _0x473a0c=a101_0x5667,_0x4f6399=_0x5d8de1();while(!![]){try{const _0x2c9797=parseInt(_0x473a0c(0x6e))/0x1+-parseInt(_0x473a0c(0x74))/0x2*(parseInt(_0x473a0c(0x73))/0x3)+parseInt(_0x473a0c(0x71))/0x4*(-parseInt(_0x473a0c(0x69))/0x5)+parseInt(_0x473a0c(0x70))/0x6+parseInt(_0x473a0c(0x7f))/0x7*(parseInt(_0x473a0c(0x7a))/0x8)+-parseInt(_0x473a0c(0x6a))/0x9*(-parseInt(_0x473a0c(0x66))/0xa)+parseInt(_0x473a0c(0x7e))/0xb;if(_0x2c9797===_0x1083c5)break;else _0x4f6399['push'](_0x4f6399['shift']());}catch(_0x571451){_0x4f6399['push'](_0x4f6399['shift']());}}}(a101_0x53ab,0x4b60f));const constants=require('../../bin/utils/constants');function a101_0x5667(_0xfa3c8c,_0x1a9849){const _0x53ab18=a101_0x53ab();return a101_0x5667=function(_0x56675f,_0x11abc7){_0x56675f=_0x56675f-0x65;let _0x340656=_0x53ab18[_0x56675f];return _0x340656;},a101_0x5667(_0xfa3c8c,_0x1a9849);}exports[a101_0x1e17f6(0x86)]=()=>{const _0x3075b0=a101_0x1e17f6;if(!constants[_0x3075b0(0x67)][_0x3075b0(0x85)])return{};return constants[_0x3075b0(0x67)][_0x3075b0(0x85)];},exports['getTurboScaleGridName']=_0x198b8a=>{const _0x46b84e=a101_0x1e17f6,_0x95ed68={};_0x95ed68[_0x46b84e(0x72)]='NO_GRID_NAME_PASSED';const _0x552406=_0x95ed68;if(_0x198b8a[_0x46b84e(0x7d)]&&_0x198b8a[_0x46b84e(0x7d)]['gridName'])return _0x198b8a['turboScaleOptions'][_0x46b84e(0x7c)];if(process[_0x46b84e(0x6d)][_0x46b84e(0x6b)])return process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x552406[_0x46b84e(0x72)];},exports[a101_0x1e17f6(0x80)]=_0x5b2fd7=>{const _0x322088=a101_0x1e17f6,_0x483984={};_0x483984[_0x322088(0x78)]=function(_0x4c7263,_0x55217c){return _0x4c7263===_0x55217c;},_0x483984[_0x322088(0x65)]=_0x322088(0x83);const _0x1404f6=_0x483984;return _0x5b2fd7&&_0x5b2fd7['turboScale']&&_0x1404f6[_0x322088(0x78)](_0x5b2fd7[_0x322088(0x76)][_0x322088(0x75)]()[_0x322088(0x79)](),_0x1404f6[_0x322088(0x65)]);},exports[a101_0x1e17f6(0x84)]=(_0xe14d22,_0xb5b535,_0x3adb70)=>{const _0x32e18d=a101_0x1e17f6,_0x1a5775={};_0x1a5775['NQIgu']=_0x32e18d(0x82);const _0x354228=_0x1a5775,_0x1a43e0={};_0x1a43e0[_0x32e18d(0x7b)]=_0x354228['NQIgu'];_0xe14d22[_0x32e18d(0x6f)]&&(_0x1a43e0[_0x32e18d(0x6f)]=Array[_0x32e18d(0x81)](_0xe14d22[_0x32e18d(0x6f)])?_0xe14d22['buildTags']:_0xe14d22[_0x32e18d(0x6f)][_0x32e18d(0x6c)](','));if(process[_0x32e18d(0x6d)][_0x32e18d(0x68)])try{_0x1a43e0[_0x32e18d(0x6f)]=process[_0x32e18d(0x6d)][_0x32e18d(0x68)][_0x32e18d(0x6c)](',');}catch{_0x1a43e0[_0x32e18d(0x6f)]=process[_0x32e18d(0x6d)][_0x32e18d(0x68)];}return _0xe14d22[_0x32e18d(0x7b)]&&(_0x1a43e0[_0x32e18d(0x7b)]=_0xe14d22[_0x32e18d(0x7b)]),process[_0x32e18d(0x6d)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x1a43e0[_0x32e18d(0x7b)]=process['env'][_0x32e18d(0x77)]),_0x1a43e0;};function a101_0x53ab(){const _0x17bb25=['toString','turboScale','BROWSERSTACK_BUILD_PRIORITY','AaJug','toLowerCase','35128ECTnzs','buildPriority','gridName','turboScaleOptions','1032482gTBSCR','357SpMdlO','isTurboScaleSession','isArray','medium','true','getTurboScaleCaps','options','getTurboScaleOptions','JQMvx','234210HOXMvX','TURBOSCALE_OPTIONS','BROWSERSTACK_BUILD_TAGS','30220EUNrDV','72dUezZp','BROWSERSTACK_TURBOSCALE_GRID_NAME','split','env','348355aqSIMl','buildTags','51162cshfdy','8lxnxuz','sOhFM','1383ObofDx','2348yFCuWn'];a101_0x53ab=function(){return _0x17bb25;};return a101_0x53ab();}