browserstack-node-sdk 1.49.6 → 1.49.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) 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/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a144_0x2ac67d=a144_0x31c0;(function(_0x220442,_0x111e6e){const _0x376fa2=a144_0x31c0,_0x1b403b=_0x220442();while(!![]){try{const _0x311f61=parseInt(_0x376fa2(0x1ce))/0x1*(-parseInt(_0x376fa2(0x1dd))/0x2)+parseInt(_0x376fa2(0x1fd))/0x3+parseInt(_0x376fa2(0x1cf))/0x4*(-parseInt(_0x376fa2(0x1d7))/0x5)+-parseInt(_0x376fa2(0x1f5))/0x6+parseInt(_0x376fa2(0x1fc))/0x7*(-parseInt(_0x376fa2(0x1d4))/0x8)+-parseInt(_0x376fa2(0x200))/0x9*(parseInt(_0x376fa2(0x204))/0xa)+parseInt(_0x376fa2(0x1de))/0xb*(parseInt(_0x376fa2(0x205))/0xc);if(_0x311f61===_0x111e6e)break;else _0x1b403b['push'](_0x1b403b['shift']());}catch(_0x1ff0e6){_0x1b403b['push'](_0x1b403b['shift']());}}}(a144_0x5abd,0xcd2b5));function a144_0x31c0(_0x28b17d,_0x2ca831){const _0x5abdbf=a144_0x5abd();return a144_0x31c0=function(_0x31c0d7,_0x3ca1f3){_0x31c0d7=_0x31c0d7-0x1ce;let _0x1a4f75=_0x5abdbf[_0x31c0d7];return _0x1a4f75;},a144_0x31c0(_0x28b17d,_0x2ca831);}const url=require(a144_0x2ac67d(0x1ed)),util=require(a144_0x2ac67d(0x1d2)),helper=require(a144_0x2ac67d(0x1d1)),logger=require('./helpers/logger')[a144_0x2ac67d(0x215)],constants=require('./bin/utils/constants');global['newHubUrl']='',exports[a144_0x2ac67d(0x20b)]=_0x512fe6=>{const _0x377aeb=a144_0x2ac67d,_0x57a379={};_0x57a379['TetQC']=function(_0x554753,_0x1048ac){return _0x554753+_0x1048ac;},_0x57a379[_0x377aeb(0x20f)]=_0x377aeb(0x1fb);const _0x188666=_0x57a379,_0x4d3f92=url[_0x377aeb(0x1df)](_0x512fe6);if(!_0x4d3f92['hostname'])throw new Error(_0x188666[_0x377aeb(0x20e)](_0x188666['oiXBc'],_0x512fe6));return _0x4d3f92['search']=null,_0x4d3f92[_0x377aeb(0x1d6)]=null,_0x4d3f92[_0x377aeb(0x1e3)]=_0x4d3f92['pathname'],_0x4d3f92;},exports[a144_0x2ac67d(0x201)]=_0x5114b6=>{const _0x4c8689=a144_0x2ac67d;global[_0x4c8689(0x1ec)]=_0x5114b6;},exports[a144_0x2ac67d(0x1da)]=_0x42be15=>{const _0xa78e42=a144_0x2ac67d,_0x2e7b40={'cHHiB':function(_0x53a38e,_0x5e481b){return _0x53a38e!=_0x5e481b;},'JUQov':function(_0x38680f,_0x55b25d){return _0x38680f!==_0x55b25d;},'DZwHq':function(_0x1e669b,_0x4a8a04){return _0x1e669b+_0x4a8a04;},'iVoLj':_0xa78e42(0x1e5),'wjkED':function(_0x301914){return _0x301914();},'GojKb':function(_0x41c4d9){return _0x41c4d9();},'fHvKZ':function(_0x20adac,_0x2f49b0){return _0x20adac+_0x2f49b0;},'vbCnB':_0xa78e42(0x1f2),'xBHoN':function(_0x142518){return _0x142518();}};return new Promise(_0x4e9b4b=>{const _0x2cf3d3=_0xa78e42,_0x596263={'VTGaG':function(_0x20dfe3,_0x28b8a9){const _0x4e4005=a144_0x31c0;return _0x2e7b40[_0x4e4005(0x1e8)](_0x20dfe3,_0x28b8a9);},'XpwWx':_0x2e7b40['vbCnB'],'ugmkJ':function(_0x3ea97e){return _0x2e7b40['xBHoN'](_0x3ea97e);}};Promise['resolve'](this[_0x2cf3d3(0x1fa)](_0x42be15))[_0x2cf3d3(0x1d0)](_0x38ee0e=>{const _0x50eff6=_0x2cf3d3;logger[_0x50eff6(0x1e4)](_0x50eff6(0x20a)+util[_0x50eff6(0x211)]('%j',_0x38ee0e));if(_0x2e7b40[_0x50eff6(0x1ff)](_0x38ee0e,null)&&_0x2e7b40[_0x50eff6(0x1f4)](_0x38ee0e[_0x50eff6(0x1f6)],0x0)){const _0x1e2280=[];for(const _0x376006 of _0x38ee0e){_0x1e2280[_0x50eff6(0x1fe)](this[_0x50eff6(0x1dc)](_0x42be15,_0x2e7b40[_0x50eff6(0x1e2)](_0x2e7b40['iVoLj'],_0x376006)));}Promise['all'](_0x1e2280)[_0x50eff6(0x1d0)](_0x57bc57=>{const _0x4af17f=_0x50eff6,_0x3b75cb=Object['fromEntries'](_0x57bc57[_0x4af17f(0x208)](_0xc29d88=>[_0xc29d88[_0x4af17f(0x1e1)],_0xc29d88[_0x4af17f(0x1d3)]])),_0x149ed9=Object[_0x4af17f(0x1f3)](Object['entries'](_0x3b75cb)[_0x4af17f(0x1ea)](([,_0x8375f3],[,_0x32e765])=>_0x8375f3-_0x32e765)),_0x562662=Object['keys'](_0x149ed9)[0x0];constants[_0x4af17f(0x1e1)]=_0x596263[_0x4af17f(0x1d8)](_0x562662,_0x596263[_0x4af17f(0x214)]),logger[_0x4af17f(0x1e4)](_0x4af17f(0x1ee)+_0x562662),_0x596263[_0x4af17f(0x1f7)](_0x4e9b4b);});}else _0x2e7b40[_0x50eff6(0x1e0)](_0x4e9b4b);})[_0x2cf3d3(0x1e7)](_0x423db3=>{const _0x4592f4=_0x2cf3d3;logger[_0x4592f4(0x1e4)](_0x4592f4(0x212)+_0x423db3),_0x2e7b40[_0x4592f4(0x202)](_0x4e9b4b);});});},exports[a144_0x2ac67d(0x1dc)]=async(_0x3d9c08,_0x1ccced)=>{const _0x402ad1=a144_0x2ac67d,_0x5ef6ea={};_0x5ef6ea[_0x402ad1(0x1f0)]=_0x402ad1(0x20c),_0x5ef6ea[_0x402ad1(0x209)]=_0x402ad1(0x1e6),_0x5ef6ea[_0x402ad1(0x1ef)]=function(_0x36cd58,_0xda4b5d){return _0x36cd58-_0xda4b5d;};const _0x1a3fd0=_0x5ef6ea;try{const _0xa21aec=new Date();await helper[_0x402ad1(0x213)](_0x1a3fd0[_0x402ad1(0x1f0)],_0x1a3fd0[_0x402ad1(0x209)],{},_0x3d9c08,_0x1ccced,0x1388);const _0x306bf8=_0x1a3fd0[_0x402ad1(0x1ef)](new Date(),_0xa21aec);logger[_0x402ad1(0x1e4)](_0x402ad1(0x1f9)+_0x1ccced+_0x402ad1(0x1d5)+_0x306bf8+'ms');const _0x2a1170={};return _0x2a1170['hubUrl']=_0x1ccced,_0x2a1170[_0x402ad1(0x1d3)]=_0x306bf8,_0x2a1170;}catch(_0x3c5f6c){return logger[_0x402ad1(0x1e4)](_0x402ad1(0x216)+_0x1ccced+_0x402ad1(0x217)+_0x3c5f6c),{};}},exports[a144_0x2ac67d(0x1fa)]=async _0x4d6964=>{const _0x20ea0c=a144_0x2ac67d,_0x590069={'QNKrw':function(_0x26155c,_0x24ff1b){return _0x26155c(_0x24ff1b);},'CwXAi':_0x20ea0c(0x1db),'hEQxr':_0x20ea0c(0x1f2),'OyHuV':_0x20ea0c(0x20c),'DZUUm':_0x20ea0c(0x203)};try{const _0x1b0ead=_0x590069[_0x20ea0c(0x1f1)](require,_0x590069['CwXAi'])['hubUrl'][_0x20ea0c(0x210)](_0x590069[_0x20ea0c(0x1eb)],''),_0x12097f=await helper[_0x20ea0c(0x213)](_0x590069[_0x20ea0c(0x1f8)],_0x590069[_0x20ea0c(0x1e9)],{},_0x4d6964,_0x1b0ead,0x1388),_0x1b5a2a=_0x12097f[_0x20ea0c(0x20d)];return logger[_0x20ea0c(0x1e4)](_0x20ea0c(0x207)+util['format']('%j',_0x1b5a2a)),_0x1b5a2a[_0x20ea0c(0x1d9)];}catch(_0x551065){logger[_0x20ea0c(0x1e4)](_0x20ea0c(0x206)+_0x551065);}return null;};function a144_0x5abd(){const _0x4a69cc=['util','latency','1681832dmsRua','\x20is:\x20','hash','1045TJakOR','VTGaG','hubs','allocateHub','./bin/utils/constants','findLatency','34804UXpMyC','29667VDPgdG','parse','wjkED','hubUrl','DZwHq','path','debug','https://','check','catch','fHvKZ','DZUUm','sort','hEQxr','newHubUrl','url','HUB\x20URL\x20SET\x20TO\x20-\x20','CsvJK','xynxp','QNKrw','/wd/hub','fromEntries','JUQov','5087988WlVvwd','length','ugmkJ','OyHuV','Execution\x20time\x20for\x20','nextHubs','Invalid\x20new\x20HUB\x20URL:\x20','28gyNiAy','370479ZXiZJM','push','cHHiB','27hmCVLZ','updateHubUrl','GojKb','next_hubs','5561410diMFgt','26556DUcxze','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','Response:\x20','map','cBjOH','NEAREST\x20HUBS:\x20','getRequestOptions','GET','data','TetQC','oiXBc','replace','format','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','nodeRequest','XpwWx','winstonLogger','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','\x20HUB\x20-\x20','85LLkmLs','7944kvYKfK','then','./helpers/helper'];a144_0x5abd=function(){return _0x4a69cc;};return a144_0x5abd();}
1
+ const a144_0x4aebdb=a144_0x28a2;(function(_0x56adb3,_0x499cdf){const _0x490b8f=a144_0x28a2,_0xcaf89e=_0x56adb3();while(!![]){try{const _0x85d7de=-parseInt(_0x490b8f(0x18a))/0x1+-parseInt(_0x490b8f(0x195))/0x2*(parseInt(_0x490b8f(0x17c))/0x3)+-parseInt(_0x490b8f(0x19d))/0x4*(-parseInt(_0x490b8f(0x1b5))/0x5)+parseInt(_0x490b8f(0x17a))/0x6+parseInt(_0x490b8f(0x19e))/0x7*(parseInt(_0x490b8f(0x19b))/0x8)+parseInt(_0x490b8f(0x192))/0x9*(parseInt(_0x490b8f(0x1b3))/0xa)+parseInt(_0x490b8f(0x18f))/0xb*(-parseInt(_0x490b8f(0x170))/0xc);if(_0x85d7de===_0x499cdf)break;else _0xcaf89e['push'](_0xcaf89e['shift']());}catch(_0x5bfdff){_0xcaf89e['push'](_0xcaf89e['shift']());}}}(a144_0x257d,0x8c260));const url=require(a144_0x4aebdb(0x1a4)),util=require('util'),helper=require(a144_0x4aebdb(0x1ad)),logger=require('./helpers/logger')['winstonLogger'],constants=require('./bin/utils/constants');function a144_0x28a2(_0x4f147f,_0x333423){const _0x257d28=a144_0x257d();return a144_0x28a2=function(_0x28a2b5,_0x2df395){_0x28a2b5=_0x28a2b5-0x16d;let _0x4791fe=_0x257d28[_0x28a2b5];return _0x4791fe;},a144_0x28a2(_0x4f147f,_0x333423);}global[a144_0x4aebdb(0x178)]='',exports['getRequestOptions']=_0x38f79d=>{const _0x1182ab=a144_0x4aebdb,_0x7b07e={};_0x7b07e[_0x1182ab(0x1b1)]=function(_0x1c2f69,_0xe97b45){return _0x1c2f69+_0xe97b45;},_0x7b07e[_0x1182ab(0x1a7)]=_0x1182ab(0x18e);const _0x4f4531=_0x7b07e,_0x557f22=url[_0x1182ab(0x16e)](_0x38f79d);if(!_0x557f22['hostname'])throw new Error(_0x4f4531[_0x1182ab(0x1b1)](_0x4f4531[_0x1182ab(0x1a7)],_0x38f79d));return _0x557f22['search']=null,_0x557f22[_0x1182ab(0x18b)]=null,_0x557f22[_0x1182ab(0x1ab)]=_0x557f22[_0x1182ab(0x188)],_0x557f22;},exports[a144_0x4aebdb(0x186)]=_0x53dd31=>{const _0x3ed731=a144_0x4aebdb;global[_0x3ed731(0x178)]=_0x53dd31;},exports[a144_0x4aebdb(0x17d)]=_0x93707=>{const _0x2b1857=a144_0x4aebdb,_0x6e22c3={'bQolr':function(_0x27f24d){return _0x27f24d();},'qkhjG':function(_0x92b9fc,_0x3bbb08){return _0x92b9fc+_0x3bbb08;},'HiZoP':'/wd/hub','wdxbp':function(_0x36cffa,_0x3ed9d2){return _0x36cffa!=_0x3ed9d2;},'kmYzn':function(_0x5f0811,_0x3852cf){return _0x5f0811!==_0x3852cf;},'JRBsh':_0x2b1857(0x194)};return new Promise(_0x5387ab=>{const _0x538e11=_0x2b1857,_0x57ebfe={'MDPDb':function(_0x474ec8,_0x56c009){const _0x5e2617=a144_0x28a2;return _0x6e22c3[_0x5e2617(0x18c)](_0x474ec8,_0x56c009);},'NbnRy':_0x6e22c3['HiZoP'],'JgIYa':function(_0x4af1d4){const _0x3319f7=a144_0x28a2;return _0x6e22c3[_0x3319f7(0x1ae)](_0x4af1d4);},'EpAQu':function(_0x3f19ae,_0x33a2ef){const _0x31bb4b=a144_0x28a2;return _0x6e22c3[_0x31bb4b(0x176)](_0x3f19ae,_0x33a2ef);},'LteCf':function(_0x4c26b3,_0x501fb2){const _0x39c8d1=a144_0x28a2;return _0x6e22c3[_0x39c8d1(0x1a2)](_0x4c26b3,_0x501fb2);},'rGIJI':function(_0x567b33,_0x353f21){const _0x2e466d=a144_0x28a2;return _0x6e22c3[_0x2e466d(0x18c)](_0x567b33,_0x353f21);},'fXYUq':_0x6e22c3['JRBsh']};Promise['resolve'](this[_0x538e11(0x179)](_0x93707))['then'](_0xb61cf0=>{const _0x1790b4=_0x538e11,_0x1fd611={'xnZKv':function(_0x21c7da,_0x342b39){const _0x2ecb3b=a144_0x28a2;return _0x57ebfe[_0x2ecb3b(0x1ac)](_0x21c7da,_0x342b39);},'wMgWA':_0x57ebfe[_0x1790b4(0x1a6)],'xJkDC':function(_0x6942ef){return _0x57ebfe['JgIYa'](_0x6942ef);}};logger[_0x1790b4(0x1b0)](_0x1790b4(0x1af)+util[_0x1790b4(0x1aa)]('%j',_0xb61cf0));if(_0x57ebfe[_0x1790b4(0x191)](_0xb61cf0,null)&&_0x57ebfe[_0x1790b4(0x17e)](_0xb61cf0[_0x1790b4(0x1a9)],0x0)){const _0x1f86c9=[];for(const _0x5eb98e of _0xb61cf0){_0x1f86c9[_0x1790b4(0x174)](this[_0x1790b4(0x181)](_0x93707,_0x57ebfe[_0x1790b4(0x180)](_0x57ebfe['fXYUq'],_0x5eb98e)));}Promise['all'](_0x1f86c9)['then'](_0x4b73b6=>{const _0x2a9d18=_0x1790b4,_0x110dfe=Object[_0x2a9d18(0x199)](_0x4b73b6[_0x2a9d18(0x1a0)](_0x39eef9=>[_0x39eef9[_0x2a9d18(0x185)],_0x39eef9['latency']])),_0x3c131f=Object['fromEntries'](Object[_0x2a9d18(0x16f)](_0x110dfe)[_0x2a9d18(0x198)](([,_0x5ab4a3],[,_0x615e2f])=>_0x5ab4a3-_0x615e2f)),_0xa49f9f=Object[_0x2a9d18(0x1a5)](_0x3c131f)[0x0];constants[_0x2a9d18(0x185)]=_0x1fd611[_0x2a9d18(0x184)](_0xa49f9f,_0x1fd611[_0x2a9d18(0x197)]),logger[_0x2a9d18(0x1b0)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0xa49f9f),_0x1fd611['xJkDC'](_0x5387ab);});}else _0x57ebfe[_0x1790b4(0x190)](_0x5387ab);})[_0x538e11(0x19a)](_0x1c4ab9=>{const _0x20c0c5=_0x538e11;logger[_0x20c0c5(0x1b0)](_0x20c0c5(0x177)+_0x1c4ab9),_0x6e22c3[_0x20c0c5(0x1ae)](_0x5387ab);});});},exports[a144_0x4aebdb(0x181)]=async(_0x4cb0af,_0x2e0246)=>{const _0x5e2465=a144_0x4aebdb,_0x29242a={};_0x29242a[_0x5e2465(0x1b6)]='GET',_0x29242a[_0x5e2465(0x182)]='check',_0x29242a[_0x5e2465(0x19f)]=function(_0x3ce8b9,_0x35a291){return _0x3ce8b9-_0x35a291;};const _0xa863e2=_0x29242a;try{const _0x3af817=new Date();await helper[_0x5e2465(0x16d)](_0xa863e2[_0x5e2465(0x1b6)],_0xa863e2['DeWIG'],{},_0x4cb0af,_0x2e0246,0x1388);const _0xc60374=_0xa863e2[_0x5e2465(0x19f)](new Date(),_0x3af817);logger[_0x5e2465(0x1b0)](_0x5e2465(0x196)+_0x2e0246+_0x5e2465(0x18d)+_0xc60374+'ms');const _0x585302={};return _0x585302[_0x5e2465(0x185)]=_0x2e0246,_0x585302[_0x5e2465(0x187)]=_0xc60374,_0x585302;}catch(_0x109dee){return logger[_0x5e2465(0x1b0)](_0x5e2465(0x175)+_0x2e0246+_0x5e2465(0x193)+_0x109dee),{};}},exports[a144_0x4aebdb(0x179)]=async _0x21ca1a=>{const _0x3bc1cb=a144_0x4aebdb,_0x2c3791={'zhlPQ':function(_0x56cb7f,_0xcf9201){return _0x56cb7f(_0xcf9201);},'sSbRR':_0x3bc1cb(0x19c),'ZFnID':_0x3bc1cb(0x1b4),'nCCmb':_0x3bc1cb(0x183),'Uzqbz':_0x3bc1cb(0x189)};try{const _0x3340c2=_0x2c3791[_0x3bc1cb(0x17f)](require,_0x2c3791[_0x3bc1cb(0x173)])[_0x3bc1cb(0x185)][_0x3bc1cb(0x172)](_0x2c3791[_0x3bc1cb(0x1a3)],''),_0x4e96d2=await helper[_0x3bc1cb(0x16d)](_0x2c3791[_0x3bc1cb(0x17b)],_0x2c3791[_0x3bc1cb(0x1a8)],{},_0x21ca1a,_0x3340c2,0x1388),_0x1caa00=_0x4e96d2[_0x3bc1cb(0x171)];return logger[_0x3bc1cb(0x1b0)]('Response:\x20'+util[_0x3bc1cb(0x1aa)]('%j',_0x1caa00)),_0x1caa00[_0x3bc1cb(0x1b2)];}catch(_0x52fa16){logger[_0x3bc1cb(0x1b0)](_0x3bc1cb(0x1a1)+_0x52fa16);}return null;};function a144_0x257d(){const _0x37da5a=['/wd/hub','767930ODEtsO','zdQHn','nodeRequest','parse','entries','70008TqpNHw','data','replace','sSbRR','push','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','wdxbp','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','newHubUrl','nextHubs','4838214QyMXBS','nCCmb','237CRtmku','allocateHub','LteCf','zhlPQ','rGIJI','findLatency','DeWIG','GET','xnZKv','hubUrl','updateHubUrl','latency','pathname','next_hubs','571973xjkdDI','hash','qkhjG','\x20is:\x20','Invalid\x20new\x20HUB\x20URL:\x20','1859Aujpzf','JgIYa','EpAQu','2656971NOWSuq','\x20HUB\x20-\x20','https://','6570FlZQyx','Execution\x20time\x20for\x20','wMgWA','sort','fromEntries','catch','21456iqQaqK','./bin/utils/constants','12QYFuwF','623cvUpFQ','UOfVI','map','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','kmYzn','ZFnID','url','keys','NbnRy','wCJGr','Uzqbz','length','format','path','MDPDb','./helpers/helper','bQolr','NEAREST\x20HUBS:\x20','debug','JxuwP','hubs','30EdhOqP'];a144_0x257d=function(){return _0x37da5a;};return a144_0x257d();}
package/src/index.js CHANGED
@@ -1 +1 @@
1
- function a145_0x425b(){const _0x419d88=['IQMuR','capabilities_','LxGJr','RiWtf','isArray','chromeOptions','34015EZpFWY','prototype','qKNqg','capability','ms:edgeOptions','winstonLogger','./bin/playwright/modifyPlaywrightConf','unFFr','qoYlq','4307322xqrkKS','Executor','./helpers/accessibility-automation/helper','VEwla','AHQrg','__driversArray','AkjKC','goog:chromeOptions','XEIFZ','AKNxz','1749738YsSWPy','SDK_POST_INITIALIZE','exports','OwiUs','build','wKbHJ','PVcsN','Proxy\x20set\x20to\x20','util','./helpers/patchHelper','https://','Setting\x20Browserstack\x20capabilities','rOLmh','WVeQQ','pGzjq','1|5|0|6|7|3|4|2','/wd/hub','getHttpAgent','Performing\x20scan\x20for\x20','kGlsi','/session','error','tbruU','axDYK','getRequestOptions','debug','bstackAllyScanning','sAJwh','WfixW','readTcgAuthConfigToGlobal','bbiKr','requireHttpClient','requireSeleniumWebdriver','Sfjeo','New\x20hub\x20url\x20set\x20to\x20','SeIVY','requireModule','selenium-webdriver','logLevel','rYXdO','setCapabilities','./helpers/patchHelpers','prepareCapabilities','mWaVV','selenium-webdriver/lib/webdriver.js','hzJOJ','__drivers','setGlobal','HttpClient','options_','getAccessibilityResultsSummary','DFvMT','setServer','proxy_','edgeOptions_','./browserStackSdk','./helpers/ai-sdk/autoHealHelper','jglyO','setAdditionalCapabilities','isBrowserstackInfra','WebElement','ICCPu','proxySettings','parameters_','MBYgH','Failed\x20to\x20perform\x20scan\x20','ieOptions','jest','agent_','eKfZA','browserstackAgent','ktRli','firefoxOptions_','zgSsl','JdlsR','get','se:ieOptions','./helpers/performance/performance-tester','CAPABILITY_KEY','isUndefined','zHYIZ','includes','LQEKS','./helpers/performance/constants','zJluD','aiSdk_bstackConfig','optimalHubUrl','fJfYU','Builder','UDNkN','ZxzsF','JZbII','QTheb','vOcJQ','DzalV','2645972QwdiiQ','pigQH','uQUCM','browserstackAgentV2','ffGVz','edgeOptions','fuoMb','UMySa','ieOptions_','./helpers/helper','6890632KOFXTo','TNlQf','_modifyPlaywright','\x20to\x20global\x20drivers\x20array','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','name_','dmvcM','TjYwM','vVqwv','keys','browserstack.com','mergeDeep','caps_','performScan','path','cxPPd','originalBuilder','LFLsf','object','pushCommand','bstackA11yShouldScan','assign','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','split','hKqeW','updateHubUrl','./helpers/ai-sdk/aiSdkWrapper','gFcAA','send','BrowserStackSdk','storeOptimalHubUrl','ApLLO','Hub\x20url\x20set\x20to\x20','initializeHealingCapabilities','getGlobal','1539966vEnRDL','WebDriver','push','getHubUrl','Niiqc','__setBrowserOptions','percy','measureWrapper','framework','sxpHK','VmSQm','isTurboScaleSession','quitCount_','nkUft','Scmfk','getId','pjFoo','gxkBu','format','Unable\x20to\x20find\x20executor\x20class\x20','execute','__driver','chromeOptions_','set','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','Modifying\x20webdriver\x20builder','capabilities','xQvOw','SDK_PRE_INITIALIZE','.browserstack.com','./helpers/percy/PercySDK','./helpers/logger','getAccessibilityResults','isPacProxy','LRpek','firefoxOptions','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','then','info','uoQeJ','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','bVJKP','rsbjT','selenium-webdriver/lib/http.js','patchDriverPercy','overrideQuit','newHubUrl','./helpers/percy/utils','iyCEq','session_','908PDMiGd','global','safariOptions_','1373855VLWeha','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','setLogLevel','LSsbi','overrideGet','concat','moz:firefoxOptions','pCYhL','browserStackLogLevel','forEach','setting\x20driver\x20Session\x20ID:\x20','url_','proxyUrl','isAccessibilityPlatform','xTNYR','dRvqr','Modifying\x20webdriver\x20execute','./hubAllocationMethods','shouldWrapCommand','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','buqea','SNOXu','args','uVzzC'];a145_0x425b=function(){return _0x419d88;};return a145_0x425b();}const a145_0x5df855=a145_0x5438;(function(_0x2cdaf5,_0x459f9b){const _0x2ba282=a145_0x5438,_0x2caf4d=_0x2cdaf5();while(!![]){try{const _0x25ce5d=-parseInt(_0x2ba282(0x18d))/0x1+parseInt(_0x2ba282(0x160))/0x2+-parseInt(_0x2ba282(0x1f3))/0x3+parseInt(_0x2ba282(0x1bf))/0x4*(parseInt(_0x2ba282(0x1e0))/0x5)+parseInt(_0x2ba282(0x1e9))/0x6+parseInt(_0x2ba282(0x1c2))/0x7+-parseInt(_0x2ba282(0x16a))/0x8;if(_0x25ce5d===_0x459f9b)break;else _0x2caf4d['push'](_0x2caf4d['shift']());}catch(_0x6b773d){_0x2caf4d['push'](_0x2caf4d['shift']());}}}(a145_0x425b,0xc28ce));function a145_0x5438(_0x28e38a,_0x5b2486){const _0x425bb9=a145_0x425b();return a145_0x5438=function(_0x54383a,_0x27de73){_0x54383a=_0x54383a-0x10d;let _0x247419=_0x425bb9[_0x54383a];return _0x247419;},a145_0x5438(_0x28e38a,_0x5b2486);}const util=require(a145_0x5df855(0x1fb)),{overrideTakeScreenshot}=require(a145_0x5df855(0x12a)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x5df855(0x1eb)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a145_0x5df855(0x169)),logger=require(a145_0x5df855(0x1ac))[a145_0x5df855(0x1e5)],hubAllocator=require(a145_0x5df855(0x1d3)),percySDK=require(a145_0x5df855(0x1ab)),percyHelper=require(a145_0x5df855(0x1bc)),BrowserStackSdk=require(a145_0x5df855(0x138)),modifyPlaywrightConfig=require(a145_0x5df855(0x1e6)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require('./helpers/globals'),{commandRepository}=require(a145_0x5df855(0x139)),{aiSdkWrapper}=require(a145_0x5df855(0x184)),{overrideExecute}=require(a145_0x5df855(0x1fc)),PerformanceTester=require(a145_0x5df855(0x14e)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a145_0x5df855(0x154)),{nonBstackPlatformValidation}=require(a145_0x5df855(0x1eb)),modify=_0x53e335=>{const _0x535c87=a145_0x5df855,_0x421331={'Ejxjq':function(_0x35ab08,_0x574cda){return _0x35ab08!==_0x574cda;},'nkUft':'/session','UMySa':function(_0x34342a,_0x4579c7){return _0x34342a+_0x4579c7;},'rDgRx':_0x535c87(0x1fd),'XEIFZ':_0x535c87(0x111),'jvdWd':_0x535c87(0x1f0),'NlKOT':'chromeOptions','LRpek':_0x535c87(0x1e4),'kGlsi':'edgeOptions','tbruU':_0x535c87(0x1c8),'vOcJQ':_0x535c87(0x1b0),'nFdYx':'safari.options','PVcsN':_0x535c87(0x14d),'ECXim':_0x535c87(0x143),'RiWtf':function(_0x34846b,_0x1e029b){return _0x34846b===_0x1e029b;},'QTheb':_0x535c87(0x17c),'rsbjT':_0x535c87(0x1fe),'ApLLO':_0x535c87(0x110),'bVJKP':function(_0x4908bf){return _0x4908bf();},'OwiUs':function(_0x2859b2,_0x303354){return _0x2859b2(_0x303354);},'pGzjq':_0x535c87(0x1c3),'IQMuR':_0x535c87(0x1cf),'JdlsR':function(_0x2fdab6,_0x1220a1,_0x396d6a){return _0x2fdab6(_0x1220a1,_0x396d6a);},'SNOXu':function(_0x70f88,_0x298f18,_0x1f02a5){return _0x70f88(_0x298f18,_0x1f02a5);},'gxkBu':function(_0xd2dc32,_0x2b9a2a,_0x58915f){return _0xd2dc32(_0x2b9a2a,_0x58915f);},'SeIVY':_0x535c87(0x157),'TjYwM':_0x535c87(0x180),'sxpHK':function(_0x30f1c7,_0x434317,_0x2b14ff){return _0x30f1c7(_0x434317,_0x2b14ff);},'AHQrg':_0x535c87(0x16e),'hObKk':_0x535c87(0x1a6)};logger[_0x535c87(0x1b3)](_0x421331[_0x535c87(0x1ed)]),logger[_0x535c87(0x11a)](_0x421331['hObKk']);const _0x5f591a=helper[_0x535c87(0x121)](),_0x5bcf97=helper[_0x535c87(0x120)]();class _0x2dd079 extends _0x5bcf97[_0x535c87(0x131)]{[_0x535c87(0x186)](_0x507773){const _0x186a96=_0x535c87;if(_0x421331['Ejxjq'](_0x507773[_0x186a96(0x178)],_0x421331[_0x186a96(0x19a)])&&_0x421331['Ejxjq'](global[_0x186a96(0x1bb)],''))try{global['newHubUrl']=_0x421331[_0x186a96(0x167)](_0x421331[_0x186a96(0x167)](_0x421331['rDgRx'],global[_0x186a96(0x1bb)]),_0x421331[_0x186a96(0x1f1)]),this[_0x186a96(0x132)]=hubAllocator[_0x186a96(0x119)](global[_0x186a96(0x1bb)]),logger['debug'](_0x186a96(0x123)+global['newHubUrl']),global[_0x186a96(0x1bb)]='';}catch(_0x15e316){logger[_0x186a96(0x116)](_0x15e316);}return super[_0x186a96(0x186)](_0x507773);}}class _0x3113c2 extends _0x5f591a[_0x535c87(0x159)]{[_0x535c87(0x192)](_0x45ab35){const _0xfb8db=_0x535c87;let _0x53cb25={};for(const _0x275162 in _0x45ab35){switch(_0x275162){case _0x421331['jvdWd']:case _0x421331['NlKOT']:this[_0xfb8db(0x1a3)]&&(_0x53cb25=this['chromeOptions_'][_0xfb8db(0x14c)](this[_0xfb8db(0x1a3)]['CAPABILITY_KEY'])||{},this[_0xfb8db(0x1a3)][_0xfb8db(0x1a4)](this[_0xfb8db(0x1a3)][_0xfb8db(0x14f)],helper[_0xfb8db(0x175)](_0x53cb25,_0x45ab35[_0x275162])));break;case _0x421331[_0xfb8db(0x1af)]:case _0x421331[_0xfb8db(0x114)]:this[_0xfb8db(0x137)]&&(_0x53cb25=this[_0xfb8db(0x137)][_0xfb8db(0x14c)](this[_0xfb8db(0x137)]['CAPABILITY_KEY'])||{},this['edgeOptions_'][_0xfb8db(0x1a4)](this[_0xfb8db(0x137)]['CAPABILITY_KEY'],helper[_0xfb8db(0x175)](_0x53cb25,_0x45ab35[_0x275162])));break;case _0x421331[_0xfb8db(0x117)]:case _0x421331[_0xfb8db(0x15e)]:this[_0xfb8db(0x149)]&&(_0x53cb25=this[_0xfb8db(0x149)][_0xfb8db(0x14c)](this[_0xfb8db(0x149)][_0xfb8db(0x14f)])||{},this[_0xfb8db(0x149)]['set'](this['firefoxOptions_'][_0xfb8db(0x14f)],helper[_0xfb8db(0x175)](_0x53cb25,_0x45ab35[_0x275162])));break;case _0x421331['nFdYx']:this[_0xfb8db(0x1c1)]&&(_0x53cb25=this['safariOptions_'][_0xfb8db(0x14c)](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0xfb8db(0x1c1)]['set'](this[_0xfb8db(0x1c1)][_0xfb8db(0x14f)],helper[_0xfb8db(0x175)](_0x53cb25,_0x45ab35[_0x275162])));break;case _0x421331[_0xfb8db(0x1f9)]:case _0x421331['ECXim']:this[_0xfb8db(0x168)]&&(_0x53cb25=this[_0xfb8db(0x168)][_0xfb8db(0x14c)](this[_0xfb8db(0x168)][_0xfb8db(0x14f)])||{},this[_0xfb8db(0x168)]['set'](this[_0xfb8db(0x168)][_0xfb8db(0x14f)],helper['mergeDeep'](_0x53cb25,_0x45ab35[_0x275162])));break;}}}[_0x535c87(0x135)](){const _0x11d170=_0x535c87;return this[_0x11d170(0x1cd)]=helper['getHubUrl'](_0x53e335),logger['debug'](_0x11d170(0x18a)+this['url_']),this;}[_0x535c87(0x129)](){const _0x5e13e2=_0x535c87;return logger[_0x5e13e2(0x11a)](_0x421331[_0x5e13e2(0x1b7)]),this[_0x5e13e2(0x192)](_0x53e335[_0x5e13e2(0x1e3)]),Object['keys'](_0x53e335['capability'])['forEach'](_0x526521=>{const _0x2d8ec3=_0x5e13e2,_0xbc33c1=this[_0x2d8ec3(0x1db)]['get'](_0x526521);_0x421331[_0x2d8ec3(0x1dd)](typeof _0xbc33c1,_0x421331[_0x2d8ec3(0x15d)])?this[_0x2d8ec3(0x1db)]['set'](_0x526521,helper['mergeDeep'](_0xbc33c1,_0x53e335[_0x2d8ec3(0x1e3)][_0x526521])):this[_0x2d8ec3(0x1db)][_0x2d8ec3(0x1a4)](_0x526521,_0x53e335[_0x2d8ec3(0x1e3)][_0x526521]);}),this;}['build'](){const _0x54956a=_0x535c87,_0x12f19d={'VEwla':_0x421331[_0x54956a(0x124)],'axDYK':_0x421331[_0x54956a(0x171)],'rOLmh':function(_0x41f1ec,_0x4e76c6,_0xce99f7){return _0x421331['gxkBu'](_0x41f1ec,_0x4e76c6,_0xce99f7);},'ygBnF':function(_0x5c6fc2,_0x11ea07){const _0x3f8896=_0x54956a;return _0x421331[_0x3f8896(0x1f6)](_0x5c6fc2,_0x11ea07);},'LxGJr':function(_0xb34080,_0x1ed7ab,_0x534e7e){const _0x545dc6=_0x54956a;return _0x421331[_0x545dc6(0x196)](_0xb34080,_0x1ed7ab,_0x534e7e);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x54956a(0x1a9)],()=>{const _0x181cc1=_0x54956a,_0x969624=_0x421331[_0x181cc1(0x189)]['split']('|');let _0x2dfd11=0x0;while(!![]){switch(_0x969624[_0x2dfd11++]){case'0':this[_0x181cc1(0x129)]();continue;case'1':_0x421331[_0x181cc1(0x1b6)](isAccessibilityAutomationSession)&&_0x421331[_0x181cc1(0x1f6)](setAccessibilityCapabilities,_0x53e335);continue;case'2':logger[_0x181cc1(0x11a)](_0x421331[_0x181cc1(0x10f)]);continue;case'3':(!helper[_0x181cc1(0x13c)]()||helper[_0x181cc1(0x198)](_0x53e335))&&helper[_0x181cc1(0x12b)](null,null,_0x53e335[_0x181cc1(0x195)],null,this,null);continue;case'4':helper[_0x181cc1(0x13b)](_0x53e335[_0x181cc1(0x1e3)]);continue;case'5':this['setServer']();continue;case'6':if(helper[_0x181cc1(0x1ae)](_0x53e335['proxySettings'][_0x181cc1(0x1ce)]))this[_0x181cc1(0x145)]=helper[_0x181cc1(0x112)](_0x53e335['proxySettings'][_0x181cc1(0x1ce)]);else _0x53e335[_0x181cc1(0x13f)][_0x181cc1(0x1ce)]&&(this['proxy_']=_0x53e335['proxySettings']['proxyUrl'],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x181cc1(0x136)]));continue;case'7':globals[_0x181cc1(0x18c)](_0x421331[_0x181cc1(0x1da)])&&(!_0x421331[_0x181cc1(0x14b)](setExtension,this,_0x53e335)&&globals['setGlobal'](_0x421331[_0x181cc1(0x1da)],![]));continue;}break;}})();const _0x2e017c=super[_0x54956a(0x1f7)]();return PerformanceTester[_0x54956a(0x194)](PerformanceEvents[_0x54956a(0x1f4)],()=>{const _0x3a85da=_0x54956a,_0x5d520a={'AkjKC':function(_0xd8afe,_0x2cec35,_0x19e9eb){const _0x1abc89=a145_0x5438;return _0x421331[_0x1abc89(0x1d7)](_0xd8afe,_0x2cec35,_0x19e9eb);},'WVeQQ':function(_0x191af8,_0xac4782){const _0x5a7fd9=a145_0x5438;return _0x421331[_0x5a7fd9(0x1f6)](_0x191af8,_0xac4782);}};_0x2e017c[_0x3a85da(0x1be)][_0x3a85da(0x1b2)](_0x38745b=>{const _0x515bff=_0x3a85da;try{const _0x41b525=_0x38745b[_0x515bff(0x176)][_0x515bff(0x14c)](_0x12f19d[_0x515bff(0x1ec)]);_0x41b525?(logger['debug'](_0x515bff(0x1b5)+_0x41b525),hubAllocator[_0x515bff(0x183)](_0x41b525),helper['storeOptimalHubUrl'](_0x41b525)):logger[_0x515bff(0x11a)](_0x12f19d[_0x515bff(0x118)]);}catch(_0xbf084d){logger['debug']('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0xbf084d);}}),_0x2e017c['then']&&_0x2e017c[_0x3a85da(0x1b2)](_0x447a7a=>{const _0x1a4b9e=_0x3a85da,_0x37d970={'bbiKr':function(_0x53537c,_0x492025,_0x291f2d){const _0x2e0320=a145_0x5438;return _0x12f19d[_0x2e0320(0x10d)](_0x53537c,_0x492025,_0x291f2d);},'wKbHJ':function(_0x4ae870,_0xbc2aa8){return _0x12f19d['ygBnF'](_0x4ae870,_0xbc2aa8);}};helper[_0x1a4b9e(0x1c6)](_0x447a7a,_0x53e335),_0x12f19d['rOLmh'](overrideExecute,_0x447a7a,_0x53e335),_0x447a7a[_0x1a4b9e(0x133)]=async()=>{const _0xc99942=_0x1a4b9e;return await _0x37d970[_0xc99942(0x11f)](getAccessibilityResultsSummary,_0x447a7a,global);},_0x447a7a['getAccessibilityResults']=async()=>{const _0x3038c1=_0x1a4b9e;return await _0x5d520a[_0x3038c1(0x1ef)](getAccessibilityResults,_0x447a7a,global);},_0x447a7a[_0x1a4b9e(0x177)]=async()=>{const _0x27c37a=_0x1a4b9e;return await _0x37d970[_0x27c37a(0x1f8)](performScan,_0x447a7a);};}),_0x2e017c[_0x3a85da(0x133)]=async()=>{const _0x928d22=_0x3a85da;return await _0x12f19d[_0x928d22(0x1dc)](getAccessibilityResultsSummary,_0x2e017c,global);},_0x2e017c[_0x3a85da(0x1ad)]=async()=>{const _0x3ef678=_0x3a85da;return await _0x12f19d[_0x3ef678(0x10d)](getAccessibilityResults,_0x2e017c,global);},_0x2e017c[_0x3a85da(0x177)]=async()=>{const _0x1c322b=_0x3a85da;return await _0x5d520a[_0x1c322b(0x10e)](performScan,_0x2e017c);},helper[_0x3a85da(0x1c6)](_0x2e017c,_0x53e335),_0x421331[_0x3a85da(0x19e)](overrideExecute,_0x2e017c,_0x53e335),helper[_0x3a85da(0x150)](global['__driversArray'])&&(global[_0x3a85da(0x1ee)]=[]),global[_0x3a85da(0x1ee)]['push'](_0x2e017c);})(),_0x2e017c;}}_0x5f591a[_0x535c87(0x17a)]=_0x5f591a[_0x535c87(0x159)],_0x5f591a['Builder']=_0x3113c2,_0x5bcf97[_0x535c87(0x131)]=_0x2dd079;},modifyV2=(_0x522a35,_0x4e0a46=null,_0x543456=![])=>{const _0x326ca1=a145_0x5df855,_0x96fbc6={'qoYlq':function(_0x241fcf,_0x23deb4){return _0x241fcf!==_0x23deb4;},'vVqwv':_0x326ca1(0x115),'Niiqc':function(_0x5a19eb,_0x1c4ae1){return _0x5a19eb!==_0x1c4ae1;},'qKNqg':function(_0x16fb5a,_0x51a3a8){return _0x16fb5a+_0x51a3a8;},'zJluD':'https://','jglyO':_0x326ca1(0x111),'uQUCM':'aiHeal_isAuthenticated','cxPPd':'aiHeal_isHealingEnabled','fJfYU':_0x326ca1(0x1f0),'ICCPu':_0x326ca1(0x1df),'bBphm':_0x326ca1(0x1e4),'xhDvz':_0x326ca1(0x165),'Scmfk':_0x326ca1(0x1c8),'ktRli':_0x326ca1(0x1b0),'xTNYR':'safari.options','ObYYT':_0x326ca1(0x14d),'ZMxwi':_0x326ca1(0x143),'rYXdO':function(_0x339783,_0x272081){return _0x339783===_0x272081;},'LFLsf':_0x326ca1(0x17c),'hKqeW':_0x326ca1(0x1fe),'QqFca':function(_0x4bfab2,_0x2ef124){return _0x4bfab2>_0x2ef124;},'pCYhL':function(_0x17c17a,_0x2a14bb){return _0x17c17a>_0x2a14bb;},'LSsbi':'5|7|4|6|1|3|0|2','zgSsl':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','dmvcM':_0x326ca1(0x1cf),'uoQeJ':function(_0x346e41,_0x102d0b,_0x5b17de){return _0x346e41(_0x102d0b,_0x5b17de);},'AKNxz':function(_0x5e31a9){return _0x5e31a9();},'UDNkN':function(_0x59c793,_0x5459ee){return _0x59c793(_0x5459ee);},'hzJOJ':_0x326ca1(0x174),'uVzzC':function(_0x16dac2,_0x49b5ec){return _0x16dac2===_0x49b5ec;},'ZxzsF':'aiSdk_framework','Sfjeo':_0x326ca1(0x144),'dRvqr':_0x326ca1(0x156),'mWaVV':_0x326ca1(0x1aa),'EKxAR':_0x326ca1(0x1a5),'fuoMb':function(_0x59072a,_0x506641,_0x4b036a){return _0x59072a(_0x506641,_0x4b036a);},'DZhmB':_0x326ca1(0x157),'VmSQm':_0x326ca1(0x180),'JZbII':_0x326ca1(0x11b),'sAJwh':_0x326ca1(0x17e),'MBYgH':_0x326ca1(0x16e),'YQDwX':_0x326ca1(0x1a6),'DzalV':function(_0x514a1d){return _0x514a1d();},'xQvOw':_0x326ca1(0x12d),'pigQH':_0x326ca1(0x126),'buqea':_0x326ca1(0x1b8),'unFFr':_0x326ca1(0x1d2),'DCoso':_0x326ca1(0x1a0)},_0x2233d5=helper[_0x326ca1(0x120)]();let _0x21fa96;try{_0x21fa96=helper[_0x326ca1(0x121)](),_0x21fa96[_0x326ca1(0x17a)]&&(_0x21fa96[_0x326ca1(0x159)]=_0x21fa96['originalBuilder']);}catch(_0x3b2c16){return;}if(helper[_0x326ca1(0x13c)]()){const _0x3ec682={};_0x3ec682[_0x326ca1(0x127)]=_0x522a35[_0x326ca1(0x1ca)],helper[_0x326ca1(0x1c4)](_0x3ec682,new Map(),new Map()),logger['info'](_0x96fbc6[_0x326ca1(0x141)]),logger[_0x326ca1(0x11a)](_0x96fbc6['YQDwX']);}class _0x10b4e6 extends _0x2233d5['HttpClient']{[_0x326ca1(0x186)](_0x3d409f){const _0x1e7824=_0x326ca1;if(_0x96fbc6[_0x1e7824(0x1e8)](_0x3d409f[_0x1e7824(0x178)],_0x96fbc6[_0x1e7824(0x172)])&&_0x96fbc6[_0x1e7824(0x191)](global[_0x1e7824(0x1bb)],''))try{global[_0x1e7824(0x1bb)]=_0x96fbc6[_0x1e7824(0x1e2)](_0x96fbc6[_0x1e7824(0x1e2)](_0x96fbc6[_0x1e7824(0x155)],global['newHubUrl']),_0x96fbc6[_0x1e7824(0x13a)]),this[_0x1e7824(0x132)]=hubAllocator[_0x1e7824(0x119)](global['newHubUrl']),logger['debug'](_0x1e7824(0x123)+global[_0x1e7824(0x1bb)]),global[_0x1e7824(0x1bb)]='';}catch(_0x1f0714){logger[_0x1e7824(0x116)](_0x1f0714);}if(globals[_0x1e7824(0x18c)](_0x96fbc6[_0x1e7824(0x162)])&&globals[_0x1e7824(0x18c)](_0x96fbc6['cxPPd'])){const _0x2118c4=_0x3d409f[_0x1e7824(0x178)][_0x1e7824(0x181)]('/')[0x2];_0x2118c4&&commandRepository[_0x1e7824(0x17d)](_0x2118c4,_0x3d409f);}return super['send'](_0x3d409f);}}class _0x4da77e extends _0x21fa96[_0x326ca1(0x159)]{[_0x326ca1(0x135)](){const _0x2fee93=_0x326ca1;return helper[_0x2fee93(0x13c)]()&&(this[_0x2fee93(0x1cd)]=helper[_0x2fee93(0x190)](_0x522a35)),this;}[_0x326ca1(0x192)](_0x136141){const _0xecaec7=_0x326ca1;let _0x5a1213={};for(const _0x11fae in _0x136141){switch(_0x11fae){case _0x96fbc6[_0xecaec7(0x158)]:case _0x96fbc6[_0xecaec7(0x13e)]:this[_0xecaec7(0x1a3)]&&(_0x5a1213=this[_0xecaec7(0x1a3)][_0xecaec7(0x14c)](this[_0xecaec7(0x1a3)][_0xecaec7(0x14f)])||{},this['chromeOptions_'][_0xecaec7(0x1a4)](this[_0xecaec7(0x1a3)]['CAPABILITY_KEY'],helper[_0xecaec7(0x175)](_0x5a1213,_0x136141[_0x11fae])));break;case _0x96fbc6['bBphm']:case _0x96fbc6['xhDvz']:this[_0xecaec7(0x137)]&&(_0x5a1213=this[_0xecaec7(0x137)][_0xecaec7(0x14c)](this[_0xecaec7(0x137)][_0xecaec7(0x14f)])||{},this[_0xecaec7(0x137)]['set'](this[_0xecaec7(0x137)][_0xecaec7(0x14f)],helper['mergeDeep'](_0x5a1213,_0x136141[_0x11fae])));break;case _0x96fbc6[_0xecaec7(0x19b)]:case _0x96fbc6[_0xecaec7(0x148)]:this['firefoxOptions_']&&(_0x5a1213=this[_0xecaec7(0x149)][_0xecaec7(0x14c)](this[_0xecaec7(0x149)][_0xecaec7(0x14f)])||{},this[_0xecaec7(0x149)][_0xecaec7(0x1a4)](this[_0xecaec7(0x149)][_0xecaec7(0x14f)],helper[_0xecaec7(0x175)](_0x5a1213,_0x136141[_0x11fae])));break;case _0x96fbc6[_0xecaec7(0x1d0)]:this[_0xecaec7(0x1c1)]&&(_0x5a1213=this[_0xecaec7(0x1c1)][_0xecaec7(0x14c)](this[_0xecaec7(0x1c1)][_0xecaec7(0x14f)])||{},this['safariOptions_'][_0xecaec7(0x1a4)](this['safariOptions_']['CAPABILITY_KEY'],helper[_0xecaec7(0x175)](_0x5a1213,_0x136141[_0x11fae])));break;case _0x96fbc6['ObYYT']:case _0x96fbc6['ZMxwi']:this[_0xecaec7(0x168)]&&(_0x5a1213=this[_0xecaec7(0x168)]['get'](this['ieOptions_']['CAPABILITY_KEY'])||{},this['ieOptions_']['set'](this['ieOptions_'][_0xecaec7(0x14f)],helper['mergeDeep'](_0x5a1213,_0x136141[_0x11fae])));break;}}}[_0x326ca1(0x129)](){const _0x491b62=_0x326ca1;logger[_0x491b62(0x11a)](_0x96fbc6[_0x491b62(0x182)]);const _0x25a00e=_0x522a35[_0x491b62(0x1e3)]&&_0x96fbc6['QqFca'](Object['keys'](_0x522a35[_0x491b62(0x1e3)])['length'],0x0)?_0x522a35['capability']:_0x522a35[_0x491b62(0x1a7)]&&Array[_0x491b62(0x1de)](_0x522a35['capabilities'])&&_0x96fbc6[_0x491b62(0x1c9)](_0x522a35[_0x491b62(0x1a7)]['length'],0x0)?_0x522a35['capabilities'][0x0]:{};return this[_0x491b62(0x192)](_0x25a00e),Object[_0x491b62(0x173)](_0x25a00e)[_0x491b62(0x1cb)](_0x1c9242=>{const _0x1a2ee3=_0x491b62,_0xc06e05=this[_0x1a2ee3(0x1db)][_0x1a2ee3(0x14c)](_0x1c9242);_0x96fbc6[_0x1a2ee3(0x128)](typeof _0xc06e05,_0x96fbc6[_0x1a2ee3(0x17b)])?this['capabilities_'][_0x1a2ee3(0x1a4)](_0x1c9242,helper['mergeDeep'](_0xc06e05,_0x25a00e[_0x1c9242])):this[_0x1a2ee3(0x1db)][_0x1a2ee3(0x1a4)](_0x1c9242,_0x25a00e[_0x1c9242]);}),this;}[_0x326ca1(0x1f7)](){const _0x5c2987=_0x326ca1,_0x5af519={'ffGVz':function(_0x182637){const _0x5a3df3=a145_0x5438;return _0x96fbc6[_0x5a3df3(0x1f2)](_0x182637);},'DFvMT':function(_0x1da32f,_0x590c1f,_0x5b0a75){const _0x2d66cd=a145_0x5438;return _0x96fbc6[_0x2d66cd(0x1b4)](_0x1da32f,_0x590c1f,_0x5b0a75);},'WfixW':_0x96fbc6[_0x5c2987(0x170)],'zHYIZ':_0x96fbc6['DZhmB'],'bsCtl':_0x96fbc6[_0x5c2987(0x197)],'gFcAA':function(_0x2d62a7,_0x3ed2a3,_0x1536ed){const _0x54d4c0=_0x5c2987;return _0x96fbc6[_0x54d4c0(0x166)](_0x2d62a7,_0x3ed2a3,_0x1536ed);},'eKfZA':function(_0x3162ca,_0x4e2242){const _0x51a9da=_0x5c2987;return _0x96fbc6[_0x51a9da(0x15a)](_0x3162ca,_0x4e2242);},'TNlQf':function(_0x69a666,_0x1ee8b5,_0x20a2b5){const _0x3ff43d=_0x5c2987;return _0x96fbc6[_0x3ff43d(0x166)](_0x69a666,_0x1ee8b5,_0x20a2b5);}};PerformanceTester[_0x5c2987(0x194)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x6560d8=_0x5c2987;if(helper[_0x6560d8(0x13c)]()){const _0x508699=_0x96fbc6[_0x6560d8(0x1c5)][_0x6560d8(0x181)]('|');let _0x27c470=0x0;while(!![]){switch(_0x508699[_0x27c470++]){case'0':process['env']['BROWSERSTACK_TURBOSCALE']&&(helper[_0x6560d8(0x12b)](null,null,_0x522a35[_0x6560d8(0x195)],null,this,null),helper[_0x6560d8(0x13b)](_0x522a35[_0x6560d8(0x1e3)]),helper[_0x6560d8(0x11e)]());continue;case'1':if(helper[_0x6560d8(0x1ae)](_0x522a35['proxySettings'][_0x6560d8(0x1ce)]))this[_0x6560d8(0x145)]=helper['getHttpAgent'](_0x522a35['proxySettings'][_0x6560d8(0x1ce)]);else _0x522a35[_0x6560d8(0x13f)][_0x6560d8(0x1ce)]&&(this[_0x6560d8(0x136)]=_0x522a35[_0x6560d8(0x13f)][_0x6560d8(0x1ce)],logger[_0x6560d8(0x11a)](_0x6560d8(0x1fa)+this[_0x6560d8(0x136)]));continue;case'2':logger[_0x6560d8(0x11a)](_0x96fbc6[_0x6560d8(0x14a)]);continue;case'3':globals['getGlobal'](_0x96fbc6[_0x6560d8(0x170)])&&(!_0x96fbc6[_0x6560d8(0x1b4)](setExtension,this,_0x522a35)&&globals['setGlobal'](_0x96fbc6[_0x6560d8(0x170)],![]));continue;case'4':this[_0x6560d8(0x135)]();continue;case'5':helper[_0x6560d8(0x13b)](_0x522a35[_0x6560d8(0x1e3)]);continue;case'6':this['setCapabilities']();continue;case'7':_0x96fbc6['AKNxz'](isAccessibilityAutomationSession)&&_0x96fbc6['UDNkN'](setAccessibilityCapabilities,_0x522a35);continue;}break;}}else{if(this['chromeOptions_']){const _0x3de962=this[_0x6560d8(0x1a3)][_0x6560d8(0x14c)](this[_0x6560d8(0x1a3)][_0x6560d8(0x14f)]||_0x96fbc6[_0x6560d8(0x158)]);if(_0x3de962&&_0x3de962['args']){const _0x115ca4=this[_0x6560d8(0x1db)][_0x6560d8(0x14c)](_0x96fbc6[_0x6560d8(0x158)])||{},_0x5d7484=(_0x115ca4[_0x6560d8(0x1d8)]||[])[_0x6560d8(0x1c7)](_0x3de962[_0x6560d8(0x1d8)]||[]),_0x1088bb=Array['from'](new Set(_0x5d7484)),_0x55ef10={};_0x55ef10['args']=_0x1088bb,this[_0x6560d8(0x1db)]['set'](_0x96fbc6['fJfYU'],Object[_0x6560d8(0x17f)]({},_0x115ca4,_0x3de962,_0x55ef10));}}helper[_0x6560d8(0x11e)]();_0x96fbc6['AKNxz'](isAccessibilityAutomationSession)&&this['getServerUrl']()[_0x6560d8(0x152)](_0x96fbc6[_0x6560d8(0x12e)])&&(_0x96fbc6[_0x6560d8(0x15a)](setAccessibilityCapabilities,_0x522a35),this[_0x6560d8(0x129)]());_0x96fbc6[_0x6560d8(0x1d9)](globals[_0x6560d8(0x18c)](_0x96fbc6[_0x6560d8(0x15b)]),_0x96fbc6[_0x6560d8(0x122)])&&(commandRepository['setFramework'](_0x96fbc6[_0x6560d8(0x122)]),commandRepository['setConfig'](globals[_0x6560d8(0x18c)](_0x96fbc6[_0x6560d8(0x1d1)])));if(this[_0x6560d8(0x1cd)]['includes'](_0x96fbc6[_0x6560d8(0x12c)]))logger['debug'](_0x96fbc6['EKxAR']),globals['setGlobal'](_0x96fbc6[_0x6560d8(0x162)],![]),globals[_0x6560d8(0x130)](_0x96fbc6['cxPPd'],![]);else globals[_0x6560d8(0x18c)](_0x96fbc6[_0x6560d8(0x162)])&&globals[_0x6560d8(0x18c)](_0x96fbc6[_0x6560d8(0x179)])&&aiSdkWrapper[_0x6560d8(0x18b)](this);}})();const _0x27d39c=super[_0x5c2987(0x1f7)]();return PerformanceTester[_0x5c2987(0x194)](PerformanceEvents[_0x5c2987(0x1f4)],()=>{const _0x58dcd3=_0x5c2987,_0x3db34f={'pjFoo':function(_0x2b02fe,_0xb1d0b8,_0x41ef16){const _0x39596c=a145_0x5438;return _0x96fbc6[_0x39596c(0x166)](_0x2b02fe,_0xb1d0b8,_0x41ef16);}};_0x27d39c[_0x58dcd3(0x1be)]['then'](_0x337317=>{const _0x23c1f8=_0x58dcd3,_0x75f548=_0x337317[_0x23c1f8(0x176)];if(!helper[_0x23c1f8(0x13c)]()&&_0x5af519[_0x23c1f8(0x164)](isAccessibilityAutomationSession)){const _0x37fea3=_0x5af519[_0x23c1f8(0x134)](nonBstackPlatformValidation,_0x75f548,this);globals[_0x23c1f8(0x130)](_0x5af519[_0x23c1f8(0x11d)],_0x37fea3);}}),_0x27d39c[_0x58dcd3(0x1be)]['then'](_0x4ce97c=>{const _0x5a7cc6=_0x58dcd3;try{logger[_0x5a7cc6(0x11a)]('Session\x20ID:\x20'+_0x4ce97c[_0x5a7cc6(0x19c)]());const _0x12d373=_0x4ce97c['caps_'][_0x5a7cc6(0x14c)](_0x5af519[_0x5a7cc6(0x151)]);_0x12d373?(logger[_0x5a7cc6(0x11a)](_0x5a7cc6(0x1b5)+_0x12d373),hubAllocator[_0x5a7cc6(0x183)](_0x12d373),helper[_0x5a7cc6(0x188)](_0x12d373)):logger[_0x5a7cc6(0x11a)](_0x5af519['bsCtl']);}catch(_0x368c48){logger['debug'](_0x5a7cc6(0x1b1)+_0x368c48);}}),_0x27d39c[_0x58dcd3(0x199)]=0x0,_0x27d39c[_0x58dcd3(0x1b2)]&&_0x27d39c[_0x58dcd3(0x1b2)](_0x3a748a=>{const _0x207b6c=_0x58dcd3,_0x96f791={'LQEKS':function(_0x4aa1c2,_0x29c55f,_0x352ba6){const _0x514009=a145_0x5438;return _0x5af519[_0x514009(0x185)](_0x4aa1c2,_0x29c55f,_0x352ba6);},'iyCEq':function(_0x307c31,_0xa12398){const _0x5bd4a5=a145_0x5438;return _0x5af519[_0x5bd4a5(0x146)](_0x307c31,_0xa12398);}};helper[_0x207b6c(0x1ba)](_0x3a748a,_0x27d39c),_0x543456&&_0x5af519[_0x207b6c(0x146)](overrideTakeScreenshot,_0x3a748a),helper[_0x207b6c(0x1c6)](_0x3a748a,_0x522a35),_0x5af519[_0x207b6c(0x134)](overrideExecute,_0x3a748a,_0x522a35),_0x522a35[_0x207b6c(0x1e3)]&&percyHelper[_0x207b6c(0x1b9)](_0x3a748a,_0x21fa96[_0x207b6c(0x13d)],_0x522a35),_0x3a748a[_0x207b6c(0x133)]=async()=>{const _0x12e2f9=_0x207b6c;return await _0x96f791[_0x12e2f9(0x153)](getAccessibilityResultsSummary,_0x3a748a,global);},_0x3a748a[_0x207b6c(0x1ad)]=async()=>{return await _0x96f791['LQEKS'](getAccessibilityResults,_0x3a748a,global);},_0x3a748a[_0x207b6c(0x177)]=async()=>{const _0x16b48f=_0x207b6c;return await _0x96f791[_0x16b48f(0x1bd)](performScan,_0x3a748a);};}),_0x27d39c[_0x58dcd3(0x133)]=async()=>{const _0x2b45d8=_0x58dcd3;return await _0x5af519[_0x2b45d8(0x16b)](getAccessibilityResultsSummary,_0x27d39c,global);},_0x27d39c[_0x58dcd3(0x1ad)]=async()=>{const _0x2a91ce=_0x58dcd3;return await _0x3db34f[_0x2a91ce(0x19d)](getAccessibilityResults,_0x27d39c,global);},_0x27d39c[_0x58dcd3(0x177)]=async()=>{const _0x18e1b1=_0x58dcd3;return await _0x5af519[_0x18e1b1(0x146)](performScan,_0x27d39c);},_0x543456&&_0x96fbc6[_0x58dcd3(0x15a)](overrideTakeScreenshot,_0x27d39c),helper[_0x58dcd3(0x1ba)](_0x27d39c),helper[_0x58dcd3(0x1c6)](_0x27d39c,_0x522a35),_0x96fbc6['fuoMb'](overrideExecute,_0x27d39c,_0x522a35),_0x522a35[_0x58dcd3(0x1e3)]&&percyHelper[_0x58dcd3(0x1b9)](_0x27d39c,_0x21fa96[_0x58dcd3(0x13d)],_0x522a35);helper[_0x58dcd3(0x150)](global['__driversArray'])&&(global[_0x58dcd3(0x1ee)]=[]);helper[_0x58dcd3(0x150)](global['__drivers'])&&(global['__drivers']=[]);global[_0x58dcd3(0x1ee)][_0x58dcd3(0x18f)](_0x27d39c),global[_0x58dcd3(0x1a2)]=_0x27d39c,_0x4e0a46&&(_0x4e0a46[_0x58dcd3(0x1c0)][_0x58dcd3(0x1a2)]=_0x27d39c);_0x96fbc6[_0x58dcd3(0x1e8)](global[_0x58dcd3(0x12f)],undefined)&&global[_0x58dcd3(0x12f)]['push'](_0x27d39c);_0x4e0a46&&helper['isUndefined'](_0x4e0a46[_0x58dcd3(0x1c0)][_0x58dcd3(0x12f)])&&(_0x4e0a46['global']['__drivers']=[]);_0x4e0a46&&helper['isUndefined'](_0x4e0a46[_0x58dcd3(0x1c0)][_0x58dcd3(0x1ee)])&&(_0x4e0a46[_0x58dcd3(0x1c0)][_0x58dcd3(0x1ee)]=[]);_0x4e0a46&&_0x96fbc6['qoYlq'](_0x4e0a46[_0x58dcd3(0x1c0)][_0x58dcd3(0x12f)],undefined)&&(_0x4e0a46['global'][_0x58dcd3(0x12f)]['push'](_0x27d39c),_0x4e0a46[_0x58dcd3(0x1c0)][_0x58dcd3(0x1ee)][_0x58dcd3(0x18f)](_0x27d39c));_0x27d39c['isAccessibilityPlatform']=globals[_0x58dcd3(0x18c)](_0x96fbc6[_0x58dcd3(0x170)]);try{global[_0x58dcd3(0x12f)][0x0]['session_']['then'](_0x5ea6fa=>{const _0x436574=_0x58dcd3;logger[_0x436574(0x11a)](_0x436574(0x1cc)+_0x5ea6fa[_0x436574(0x19c)]()+_0x436574(0x16d));})['catch'](_0x1ad847=>{const _0x105f2d=_0x58dcd3;logger[_0x105f2d(0x11a)](_0x105f2d(0x1d5)+_0x1ad847);});}catch(_0x4ad67f){logger[_0x58dcd3(0x11a)](_0x58dcd3(0x1d5)+_0x4ad67f);}globals[_0x58dcd3(0x130)](_0x96fbc6[_0x58dcd3(0x170)],globals[_0x58dcd3(0x18c)](_0x96fbc6['dmvcM']));})(),_0x27d39c;}}_0x4e0a46&&(globals['browserStackGlobals']=_0x4e0a46['global']['browserStackGlobals']);if(_0x96fbc6[_0x326ca1(0x15f)](isAccessibilityAutomationSession))try{let _0x3cdacf=helper[_0x326ca1(0x125)](_0x96fbc6[_0x326ca1(0x1a8)],_0x96fbc6[_0x326ca1(0x161)])[_0x326ca1(0x18e)];(!_0x3cdacf['prototype']||!_0x3cdacf[_0x326ca1(0x1e1)][_0x326ca1(0x1a1)])&&(_0x3cdacf=helper['requireModule'](_0x96fbc6[_0x326ca1(0x1d6)],_0x96fbc6[_0x326ca1(0x161)])[_0x326ca1(0x1ea)]);if(_0x3cdacf['prototype']&&_0x3cdacf[_0x326ca1(0x1e1)][_0x326ca1(0x1a1)]){const _0x90bb2d=_0x3cdacf[_0x326ca1(0x1e1)][_0x326ca1(0x1a1)];logger[_0x326ca1(0x11a)](_0x96fbc6[_0x326ca1(0x1e7)]),_0x3cdacf[_0x326ca1(0x1e1)]['execute']=async function(){const _0x454f33=_0x326ca1;try{!globals[_0x454f33(0x18c)](_0x96fbc6[_0x454f33(0x15c)])&&globals[_0x454f33(0x18c)](_0x96fbc6['dmvcM'])&&globals[_0x454f33(0x18c)](_0x96fbc6[_0x454f33(0x11c)])&&scripts[_0x454f33(0x1d4)](arguments[0x0][_0x454f33(0x16f)])&&!_0x96fbc6[_0x454f33(0x15a)](isBrowserStackCommandExecutor,arguments[0x0][_0x454f33(0x140)])&&(globals[_0x454f33(0x130)](_0x96fbc6[_0x454f33(0x15c)],!![]),logger[_0x454f33(0x11a)](_0x454f33(0x113)+arguments[0x0][_0x454f33(0x16f)]),await _0x96fbc6[_0x454f33(0x166)](performScan,global[_0x454f33(0x1a2)],arguments[0x0][_0x454f33(0x16f)]));}catch(_0x18a215){logger['debug'](_0x454f33(0x142)+util[_0x454f33(0x19f)](_0x18a215));}return globals['setGlobal'](_0x96fbc6[_0x454f33(0x15c)],![]),_0x90bb2d['apply'](this,arguments);};}}catch(_0x4f3867){logger[_0x326ca1(0x11a)](_0x96fbc6['qKNqg'](_0x96fbc6['DCoso'],_0x4f3867));}return _0x21fa96[_0x326ca1(0x17a)]=_0x21fa96[_0x326ca1(0x159)],_0x21fa96['Builder']=_0x4da77e,_0x2233d5['HttpClient']=_0x10b4e6,_0x21fa96;};module[a145_0x5df855(0x1f5)][a145_0x5df855(0x147)]=modify,module[a145_0x5df855(0x1f5)][a145_0x5df855(0x163)]=modifyV2,module[a145_0x5df855(0x1f5)][a145_0x5df855(0x193)]=percySDK,module['exports'][a145_0x5df855(0x187)]=BrowserStackSdk,module[a145_0x5df855(0x1f5)][a145_0x5df855(0x16c)]=modifyPlaywrightConfig;
1
+ const a145_0x20237b=a145_0x4366;function a145_0x5f35(){const _0x43676f=['prepareCapabilities','originalBuilder','hhGjQ','session_','getGlobal','QBXiE','xYkTX','browserstack.com','object','FmkfC','SDK_PRE_INITIALIZE','catch','overrideGet','OJCZm','/session','browserstackAgent','setAdditionalCapabilities','LjEod','Pcptp','ieOptions_','./browserStackSdk','dUSqE','edgeOptions_','/wd/hub','length','chromeOptions','GSXZm','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','build','./hubAllocationMethods','tjAHB','XItuZ','tCfXL','isAccessibilityPlatform','Failed\x20to\x20perform\x20scan\x20','./helpers/accessibility-automation/helper','proxySettings','New\x20hub\x20url\x20set\x20to\x20','info','OqQqc','framework','ghHKJ','path','XUzsj','12gCptNs','__setBrowserOptions','aiSdk_framework','se:ieOptions','safari.options','edgeOptions','aiHeal_isAuthenticated','NeoRl','95655srxSCd','QgkWw','WebElement','Unable\x20to\x20find\x20executor\x20class\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','ieOptions','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','IPAVi','requireModule','keys','SDK_POST_INITIALIZE','vhtWa','prototype','8416xMCTKv','Builder','.browserstack.com','__driver','patchDriverPercy','getAccessibilityResultsSummary','YResf','./helpers/performance/constants','setConfig','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','isArray','winstonLogger','readTcgAuthConfigToGlobal','capability','then','yYlBD','ssFsz','quitCount_','./helpers/helper','YrkqT','firefoxOptions','__drivers','_modifyPlaywright','Setting\x20Browserstack\x20capabilities','browserstackAgentV2','getHubUrl','433554vexslA','HttpClient','52443HbURHl','./helpers/performance/performance-tester','5|6|4|7|3|0|2|1','184YrCpDt','oQFAr','wEkHZ','shouldWrapCommand','zgijc','split','./helpers/accessibility-automation/scripts','XJyWn','args','ddHVj','setCapabilities','isTurboScaleSession','global','wxjvu','initializeHealingCapabilities','caps_','BggpT','set','apply','get','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','performScan','./helpers/logger','jest','name_','env','selenium-webdriver/lib/webdriver.js','MjYPP','tJfho','getRequestOptions','fwagF','tNTIa','402790CXkjiK','xzRQe','nFcGH','browserStackGlobals','execute','logLevel','kxApF','ciHeb','firefoxOptions_','96880nQkyZY','getHttpAgent','LoNDU','./bin/mocha/accessibility-automation/helper','options_','mHZVE','RvNSp','setGlobal','MFtKa','vwjQl','IweVq','Session\x20ID:\x20','jgjUy','iGATD','348912hDiukr','CTWOZ','0|1|7|3|5|6|2|4','dWusE','./helpers/globals','setting\x20driver\x20Session\x20ID:\x20','requireSeleniumWebdriver','LJblz','TSBSn','bstackA11yShouldScan','TgNUN','pqIEq','__driversArray','vWvrb','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','./helpers/patchHelper','JRWcs','goog:chromeOptions','aiHeal_isHealingEnabled','ODRpF','aaEDr','HLJkc','getAccessibilityResults','\x20to\x20global\x20drivers\x20array','measureWrapper','mergeDeep','14rYdBTZ','KIjYV','forEach','Executor','XxYiu','moz:firefoxOptions','wOqZL','Ajdiq','WebDriver','ZqrnU','getServerUrl','exports','./helpers/patchHelpers','isUndefined','WAxKb','PEOAG','goegU','agent_','vvaVs','JRavC','error','./helpers/percy/PercySDK','lDsRz','debug','KtXaA','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','overrideQuit','VKuWK','capabilities','hUHfe','proxy_','storeOptimalHubUrl','ENEmM','includes','url_','KFzOL','ms:edgeOptions','proxyUrl','xMHbW','jPnvS','selenium-webdriver/lib/http.js','RpCTz','Hub\x20url\x20set\x20to\x20','updateHubUrl','IhoVT','TJjAp','oRMem','PQGEZ','browserStackLogLevel','ryUuG','setServer','isBrowserstackInfra','bSzVH','rGgOK','XXDFG','hmrlv','ENzvw','safariOptions_','chromeOptions_','fHFwx','isPacProxy','assign','UgPyY','parameters_','CAPABILITY_KEY','wmoXU','lNSeC','Proxy\x20set\x20to\x20','newHubUrl','BROWSERSTACK_TURBOSCALE','optimalHubUrl','send','util','LPFjo','Modifying\x20webdriver\x20execute','YPoDM','capabilities_','push'];a145_0x5f35=function(){return _0x43676f;};return a145_0x5f35();}(function(_0x1f50ea,_0x10a452){const _0x5856cd=a145_0x4366,_0x3f18c5=_0x1f50ea();while(!![]){try{const _0x3d2600=-parseInt(_0x5856cd(0xca))/0x1+-parseInt(_0x5856cd(0x181))/0x2+-parseInt(_0x5856cd(0x9c))/0x3+-parseInt(_0x5856cd(0x16c))/0x4*(-parseInt(_0x5856cd(0x174))/0x5)+parseInt(_0x5856cd(0xd8))/0x6*(parseInt(_0x5856cd(0xf2))/0x7)+parseInt(_0x5856cd(0xa1))/0x8*(parseInt(_0x5856cd(0x9e))/0x9)+parseInt(_0x5856cd(0xc1))/0xa;if(_0x3d2600===_0x10a452)break;else _0x3f18c5['push'](_0x3f18c5['shift']());}catch(_0x8b5e89){_0x3f18c5['push'](_0x3f18c5['shift']());}}}(a145_0x5f35,0x18ff7));function a145_0x4366(_0x23ce92,_0x4bcb33){const _0x5f3521=a145_0x5f35();return a145_0x4366=function(_0x436621,_0x478b54){_0x436621=_0x436621-0x89;let _0x11e835=_0x5f3521[_0x436621];return _0x11e835;},a145_0x4366(_0x23ce92,_0x4bcb33);}const util=require(a145_0x20237b(0x13a)),{overrideTakeScreenshot}=require(a145_0x20237b(0xfe)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a145_0x20237b(0x163)),{setAccessibilityCapabilities,setExtension}=require(a145_0x20237b(0xcd)),helper=require(a145_0x20237b(0x94)),logger=require(a145_0x20237b(0xb7))[a145_0x20237b(0x8d)],hubAllocator=require(a145_0x20237b(0x15d)),percySDK=require(a145_0x20237b(0x107)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a145_0x20237b(0x154)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require(a145_0x20237b(0xa7)),globals=require(a145_0x20237b(0xdc)),{commandRepository}=require('./helpers/ai-sdk/autoHealHelper'),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require(a145_0x20237b(0xe7)),PerformanceTester=require(a145_0x20237b(0x9f)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a145_0x20237b(0x89)),{nonBstackPlatformValidation}=require(a145_0x20237b(0x163)),modify=_0x5f3254=>{const _0x58c05b=a145_0x20237b,_0x37ebdf={'ZfsHr':function(_0x58e345,_0x172712){return _0x58e345!==_0x172712;},'Zaogj':_0x58c05b(0x14e),'xYkTX':function(_0x1fe6ea,_0x20f75b){return _0x1fe6ea+_0x20f75b;},'YrkqT':'https://','UgPyY':_0x58c05b(0x157),'XHIAx':_0x58c05b(0xe9),'iNHdm':_0x58c05b(0x159),'XdqDN':_0x58c05b(0x116),'fwagF':_0x58c05b(0x171),'JCjNs':_0x58c05b(0xf7),'BXdZw':_0x58c05b(0x96),'vvaVs':_0x58c05b(0x170),'dWusE':'se:ieOptions','PQGEZ':_0x58c05b(0x179),'JRavC':function(_0x4bf0be,_0x269876){return _0x4bf0be===_0x269876;},'PEOAG':_0x58c05b(0x148),'nFcGH':'Setting\x20Browserstack\x20capabilities','TSBSn':_0x58c05b(0xa0),'RpCTz':_0x58c05b(0x8b),'xMHbW':_0x58c05b(0x161),'ghHKJ':function(_0x50659f,_0x2e70f4,_0x258f31){return _0x50659f(_0x2e70f4,_0x258f31);},'uJJrx':function(_0x18c83a){return _0x18c83a();},'AfmsK':function(_0x5ad304,_0xc1e7be){return _0x5ad304(_0xc1e7be);},'ZqrnU':function(_0x169f36,_0x491529,_0x1a3967){return _0x169f36(_0x491529,_0x1a3967);},'NlNpC':_0x58c05b(0x138),'QgkWw':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','OJCZm':function(_0x2801bc,_0x4bfb74,_0xb7f955){return _0x2801bc(_0x4bfb74,_0xb7f955);},'aaEDr':function(_0x4e1312,_0x10516f){return _0x4e1312(_0x10516f);},'iGATD':'2|0|1|3|4','daIUc':_0x58c05b(0x178),'vhtWa':'Modifying\x20webdriver\x20builder'};logger[_0x58c05b(0x166)](_0x37ebdf['daIUc']),logger['debug'](_0x37ebdf[_0x58c05b(0x17f)]);const _0xfa9095=helper[_0x58c05b(0xde)](),_0x7d8895=helper['requireHttpClient']();class _0x66862c extends _0x7d8895['HttpClient']{[_0x58c05b(0x139)](_0x302c0f){const _0x19ff34=_0x58c05b;if(_0x37ebdf['ZfsHr'](_0x302c0f['path'],_0x37ebdf['Zaogj'])&&_0x37ebdf['ZfsHr'](global['newHubUrl'],''))try{global['newHubUrl']=_0x37ebdf[_0x19ff34(0x146)](_0x37ebdf[_0x19ff34(0x146)](_0x37ebdf[_0x19ff34(0x95)],global[_0x19ff34(0x136)]),_0x37ebdf[_0x19ff34(0x130)]),this[_0x19ff34(0xce)]=hubAllocator[_0x19ff34(0xbe)](global['newHubUrl']),logger[_0x19ff34(0x109)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x19ff34(0x136)]),global[_0x19ff34(0x136)]='';}catch(_0x23c45e){logger[_0x19ff34(0x106)](_0x23c45e);}return super['send'](_0x302c0f);}}class _0x3eb92b extends _0xfa9095[_0x58c05b(0x182)]{['__setBrowserOptions'](_0x3f43b0){const _0x24f1a6=_0x58c05b;let _0x3d5c1b={};for(const _0x5d47d6 in _0x3f43b0){switch(_0x5d47d6){case _0x37ebdf['XHIAx']:case _0x37ebdf['iNHdm']:this[_0x24f1a6(0x12c)]&&(_0x3d5c1b=this[_0x24f1a6(0x12c)]['get'](this[_0x24f1a6(0x12c)][_0x24f1a6(0x132)])||{},this[_0x24f1a6(0x12c)][_0x24f1a6(0xb2)](this[_0x24f1a6(0x12c)]['CAPABILITY_KEY'],helper[_0x24f1a6(0xf1)](_0x3d5c1b,_0x3f43b0[_0x5d47d6])));break;case _0x37ebdf['XdqDN']:case _0x37ebdf[_0x24f1a6(0xbf)]:this['edgeOptions_']&&(_0x3d5c1b=this['edgeOptions_'][_0x24f1a6(0xb4)](this[_0x24f1a6(0x156)][_0x24f1a6(0x132)])||{},this['edgeOptions_'][_0x24f1a6(0xb2)](this[_0x24f1a6(0x156)][_0x24f1a6(0x132)],helper['mergeDeep'](_0x3d5c1b,_0x3f43b0[_0x5d47d6])));break;case _0x37ebdf['JCjNs']:case _0x37ebdf['BXdZw']:this[_0x24f1a6(0xc9)]&&(_0x3d5c1b=this[_0x24f1a6(0xc9)][_0x24f1a6(0xb4)](this[_0x24f1a6(0xc9)][_0x24f1a6(0x132)])||{},this[_0x24f1a6(0xc9)][_0x24f1a6(0xb2)](this[_0x24f1a6(0xc9)][_0x24f1a6(0x132)],helper[_0x24f1a6(0xf1)](_0x3d5c1b,_0x3f43b0[_0x5d47d6])));break;case _0x37ebdf[_0x24f1a6(0x104)]:this[_0x24f1a6(0x12b)]&&(_0x3d5c1b=this[_0x24f1a6(0x12b)][_0x24f1a6(0xb4)](this[_0x24f1a6(0x12b)]['CAPABILITY_KEY'])||{},this['safariOptions_'][_0x24f1a6(0xb2)](this[_0x24f1a6(0x12b)]['CAPABILITY_KEY'],helper[_0x24f1a6(0xf1)](_0x3d5c1b,_0x3f43b0[_0x5d47d6])));break;case _0x37ebdf[_0x24f1a6(0xdb)]:case _0x37ebdf[_0x24f1a6(0x121)]:this[_0x24f1a6(0x153)]&&(_0x3d5c1b=this[_0x24f1a6(0x153)][_0x24f1a6(0xb4)](this[_0x24f1a6(0x153)][_0x24f1a6(0x132)])||{},this[_0x24f1a6(0x153)][_0x24f1a6(0xb2)](this['ieOptions_'][_0x24f1a6(0x132)],helper[_0x24f1a6(0xf1)](_0x3d5c1b,_0x3f43b0[_0x5d47d6])));break;}}}[_0x58c05b(0x124)](){const _0x5cfdaf=_0x58c05b;return this[_0x5cfdaf(0x114)]=helper[_0x5cfdaf(0x9b)](_0x5f3254),logger[_0x5cfdaf(0x109)](_0x5cfdaf(0x11c)+this[_0x5cfdaf(0x114)]),this;}[_0x58c05b(0xab)](){const _0x5ec6fd=_0x58c05b;return logger[_0x5ec6fd(0x109)](_0x37ebdf[_0x5ec6fd(0xc3)]),this['__setBrowserOptions'](_0x5f3254[_0x5ec6fd(0x8f)]),Object[_0x5ec6fd(0x17d)](_0x5f3254[_0x5ec6fd(0x8f)])[_0x5ec6fd(0xf4)](_0x34d7cd=>{const _0x35a6b5=_0x5ec6fd,_0x142892=this[_0x35a6b5(0x13e)][_0x35a6b5(0xb4)](_0x34d7cd);_0x37ebdf[_0x35a6b5(0x105)](typeof _0x142892,_0x37ebdf[_0x35a6b5(0x101)])?this[_0x35a6b5(0x13e)][_0x35a6b5(0xb2)](_0x34d7cd,helper[_0x35a6b5(0xf1)](_0x142892,_0x5f3254[_0x35a6b5(0x8f)][_0x34d7cd])):this['capabilities_']['set'](_0x34d7cd,_0x5f3254[_0x35a6b5(0x8f)][_0x34d7cd]);}),this;}[_0x58c05b(0x15c)](){const _0x9c3993=_0x58c05b,_0x41fea8={'CTWOZ':function(_0x1ae170,_0x4d99f1,_0x5a3fbc){const _0x11dc23=a145_0x4366;return _0x37ebdf[_0x11dc23(0xfb)](_0x1ae170,_0x4d99f1,_0x5a3fbc);},'oRMem':_0x37ebdf['NlNpC'],'JeODi':_0x37ebdf[_0x9c3993(0x175)],'dUSqE':function(_0xab6cef,_0x568984,_0x41764f){const _0x893969=_0x9c3993;return _0x37ebdf[_0x893969(0x14d)](_0xab6cef,_0x568984,_0x41764f);},'pqIEq':function(_0x16ccc5,_0x45f254,_0x38b518){const _0xb7f7ce=_0x9c3993;return _0x37ebdf[_0xb7f7ce(0x169)](_0x16ccc5,_0x45f254,_0x38b518);},'mHZVE':function(_0x27472e,_0x457a6e){const _0x24fb32=_0x9c3993;return _0x37ebdf[_0x24fb32(0xec)](_0x27472e,_0x457a6e);},'uIUbL':_0x37ebdf[_0x9c3993(0xd7)]};PerformanceTester[_0x9c3993(0xf0)](PerformanceEvents[_0x9c3993(0x14a)],()=>{const _0xfcafdd=_0x9c3993,_0x13ab4f=_0x37ebdf[_0xfcafdd(0xe0)][_0xfcafdd(0xa6)]('|');let _0x414257=0x0;while(!![]){switch(_0x13ab4f[_0x414257++]){case'0':(!helper[_0xfcafdd(0x125)]()||helper[_0xfcafdd(0xac)](_0x5f3254))&&helper['prepareCapabilities'](null,null,_0x5f3254['framework'],null,this,null);continue;case'1':logger[_0xfcafdd(0x109)](_0x37ebdf[_0xfcafdd(0x11b)]);continue;case'2':helper[_0xfcafdd(0x150)](_0x5f3254[_0xfcafdd(0x8f)]);continue;case'3':globals[_0xfcafdd(0x144)](_0x37ebdf[_0xfcafdd(0x118)])&&(!_0x37ebdf[_0xfcafdd(0x169)](setExtension,this,_0x5f3254)&&globals[_0xfcafdd(0xd1)](_0x37ebdf[_0xfcafdd(0x118)],![]));continue;case'4':this[_0xfcafdd(0xab)]();continue;case'5':_0x37ebdf['uJJrx'](isAccessibilityAutomationSession)&&_0x37ebdf['AfmsK'](setAccessibilityCapabilities,_0x5f3254);continue;case'6':this[_0xfcafdd(0x124)]();continue;case'7':if(helper[_0xfcafdd(0x12e)](_0x5f3254[_0xfcafdd(0x164)]['proxyUrl']))this[_0xfcafdd(0x103)]=helper[_0xfcafdd(0xcb)](_0x5f3254['proxySettings']['proxyUrl']);else _0x5f3254[_0xfcafdd(0x164)][_0xfcafdd(0x117)]&&(this[_0xfcafdd(0x110)]=_0x5f3254[_0xfcafdd(0x164)][_0xfcafdd(0x117)],logger[_0xfcafdd(0x109)](_0xfcafdd(0x135)+this[_0xfcafdd(0x110)]));continue;}break;}})();const _0x62cf97=super[_0x9c3993(0x15c)]();return PerformanceTester[_0x9c3993(0xf0)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x1496fa=_0x9c3993,_0x4be7b8={'XXDFG':_0x41fea8[_0x1496fa(0x120)],'Myxfi':_0x41fea8['JeODi'],'QCJTr':function(_0x10bee6,_0x5ed04f,_0x449663){const _0x341404=_0x1496fa;return _0x41fea8[_0x341404(0x155)](_0x10bee6,_0x5ed04f,_0x449663);},'LjEod':function(_0xb333a1,_0x47fbc0,_0x5b795d){const _0x41556f=_0x1496fa;return _0x41fea8[_0x41556f(0xe3)](_0xb333a1,_0x47fbc0,_0x5b795d);},'tJfho':function(_0x2b2d96,_0x516d2f){const _0x1ea239=_0x1496fa;return _0x41fea8[_0x1ea239(0xcf)](_0x2b2d96,_0x516d2f);},'wEkHZ':_0x41fea8['uIUbL']};_0x62cf97[_0x1496fa(0x143)]['then'](_0x3b9f59=>{const _0x556da7=_0x1496fa;try{const _0xb24a51=_0x3b9f59['caps_'][_0x556da7(0xb4)](_0x4be7b8[_0x556da7(0x128)]);_0xb24a51?(logger[_0x556da7(0x109)](_0x556da7(0x10b)+_0xb24a51),hubAllocator['updateHubUrl'](_0xb24a51),helper[_0x556da7(0x111)](_0xb24a51)):logger[_0x556da7(0x109)](_0x4be7b8['Myxfi']);}catch(_0x1e94a3){logger[_0x556da7(0x109)](_0x556da7(0x17a)+_0x1e94a3);}}),_0x62cf97[_0x1496fa(0x90)]&&_0x62cf97[_0x1496fa(0x90)](_0x22c872=>{const _0x104aa0=_0x1496fa,_0x2e8e2d=_0x4be7b8[_0x104aa0(0xa3)][_0x104aa0(0xa6)]('|');let _0x2aca5b=0x0;while(!![]){switch(_0x2e8e2d[_0x2aca5b++]){case'0':_0x4be7b8[_0x104aa0(0x151)](overrideExecute,_0x22c872,_0x5f3254);continue;case'1':_0x22c872[_0x104aa0(0x186)]=async()=>{return await _0x4be7b8['QCJTr'](getAccessibilityResultsSummary,_0x22c872,global);};continue;case'2':helper[_0x104aa0(0x14c)](_0x22c872,_0x5f3254);continue;case'3':_0x22c872['getAccessibilityResults']=async()=>{const _0x4a3533=_0x104aa0;return await _0x4be7b8[_0x4a3533(0x151)](getAccessibilityResults,_0x22c872,global);};continue;case'4':_0x22c872[_0x104aa0(0xb6)]=async()=>{const _0x416795=_0x104aa0;return await _0x4be7b8[_0x416795(0xbd)](performScan,_0x22c872);};continue;}break;}}),_0x62cf97[_0x1496fa(0x186)]=async()=>{const _0x287e86=_0x1496fa;return await _0x41fea8[_0x287e86(0xd9)](getAccessibilityResultsSummary,_0x62cf97,global);},_0x62cf97[_0x1496fa(0xee)]=async()=>{const _0x4dbbc6=_0x1496fa;return await _0x41fea8[_0x4dbbc6(0xd9)](getAccessibilityResults,_0x62cf97,global);},_0x62cf97[_0x1496fa(0xb6)]=async()=>{return await _0x4be7b8['tJfho'](performScan,_0x62cf97);},helper[_0x1496fa(0x14c)](_0x62cf97,_0x5f3254),_0x41fea8[_0x1496fa(0xe3)](overrideExecute,_0x62cf97,_0x5f3254),helper[_0x1496fa(0xff)](global[_0x1496fa(0xe4)])&&(global[_0x1496fa(0xe4)]=[]),global['__driversArray']['push'](_0x62cf97);})(),_0x62cf97;}}_0xfa9095[_0x58c05b(0x141)]=_0xfa9095[_0x58c05b(0x182)],_0xfa9095[_0x58c05b(0x182)]=_0x3eb92b,_0x7d8895['HttpClient']=_0x66862c;},modifyV2=(_0x20ed9e,_0xcbfb3e=null,_0x103bd2=![])=>{const _0x1cc595=a145_0x20237b,_0x3e5208={'WAxKb':function(_0x295b70,_0x1d6f8e){return _0x295b70!==_0x1d6f8e;},'KIjYV':_0x1cc595(0x14e),'AUore':function(_0x572e61,_0x530f98){return _0x572e61+_0x530f98;},'LoNDU':function(_0x4675d5,_0x2d5311){return _0x4675d5+_0x2d5311;},'MFtKa':'https://','ryUuG':_0x1cc595(0x157),'goegU':_0x1cc595(0x172),'qqPFg':_0x1cc595(0xea),'bSzVH':'goog:chromeOptions','Sboan':_0x1cc595(0x159),'BggpT':_0x1cc595(0x116),'eDuvK':_0x1cc595(0x171),'eOoto':'moz:firefoxOptions','qyanV':_0x1cc595(0x96),'VKuWK':_0x1cc595(0x170),'XItuZ':_0x1cc595(0x16f),'lTkjF':_0x1cc595(0x179),'MjYPP':function(_0x2d6701,_0x4489bc){return _0x2d6701===_0x4489bc;},'XxYiu':_0x1cc595(0x148),'TgNUN':_0x1cc595(0x99),'rGgOK':function(_0x2a593d,_0x308c51){return _0x2a593d>_0x308c51;},'fHFwx':function(_0x300ab5,_0x37d301){return _0x300ab5>_0x37d301;},'uRQYK':_0x1cc595(0xda),'NeoRl':function(_0x67417c){return _0x67417c();},'jHrMA':function(_0x5f356a,_0x2281cc){return _0x5f356a(_0x2281cc);},'HLJkc':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','JRWcs':_0x1cc595(0x161),'EKBvB':function(_0x188e59,_0x5a130b,_0x33f2b9){return _0x188e59(_0x5a130b,_0x33f2b9);},'oQiAV':_0x1cc595(0x147),'KFzOL':function(_0x23d87a,_0x4dd392){return _0x23d87a===_0x4dd392;},'ODRpF':_0x1cc595(0x16e),'XJyWn':_0x1cc595(0xb8),'LJblz':'aiSdk_bstackConfig','ssFsz':_0x1cc595(0x183),'ENEmM':_0x1cc595(0xe6),'FmkfC':_0x1cc595(0x138),'IPAVi':_0x1cc595(0x15b),'SphcR':'4|0|6|2|3|5|1|7','RXQvT':function(_0x190d70,_0xe38896){return _0x190d70(_0xe38896);},'vWvrb':function(_0x5e6fa8,_0x27c661,_0x2590aa){return _0x5e6fa8(_0x27c661,_0x2590aa);},'YResf':function(_0x20f5c6,_0x58628e){return _0x20f5c6(_0x58628e);},'kxApF':function(_0x4cd984,_0x57cfe5){return _0x4cd984!==_0x57cfe5;},'Pcptp':function(_0x791da1,_0x177519){return _0x791da1!==_0x177519;},'LPFjo':'bstackAllyScanning','vwjQl':_0x1cc595(0xe1),'wxjvu':function(_0x2073e3,_0x32c8f5){return _0x2073e3(_0x32c8f5);},'GSXZm':function(_0x158c37,_0x5daf49,_0xe72d9d){return _0x158c37(_0x5daf49,_0xe72d9d);},'TWDuI':_0x1cc595(0x178),'wOqZL':'Modifying\x20webdriver\x20builder','vjsAm':function(_0x2e4b53){return _0x2e4b53();},'XUzsj':_0x1cc595(0xbb),'IhoVT':'selenium-webdriver','vZPtc':_0x1cc595(0x11a),'Ajdiq':_0x1cc595(0x13c),'VzfWP':function(_0x4cc3da,_0x2db8dc){return _0x4cc3da+_0x2db8dc;},'oQFAr':_0x1cc595(0x177)},_0x309581=helper['requireHttpClient']();let _0x5476cc;try{_0x5476cc=helper['requireSeleniumWebdriver'](),_0x5476cc[_0x1cc595(0x141)]&&(_0x5476cc['Builder']=_0x5476cc[_0x1cc595(0x141)]);}catch(_0x13528a){return;}if(helper[_0x1cc595(0x125)]()){const _0x4f3ce1={};_0x4f3ce1[_0x1cc595(0xc6)]=_0x20ed9e[_0x1cc595(0x122)],helper['setLogLevel'](_0x4f3ce1,new Map(),new Map()),logger[_0x1cc595(0x166)](_0x3e5208['TWDuI']),logger[_0x1cc595(0x109)](_0x3e5208[_0x1cc595(0xf8)]);}class _0x223420 extends _0x309581[_0x1cc595(0x9d)]{[_0x1cc595(0x139)](_0xe41028){const _0x10f475=_0x1cc595;if(_0x3e5208['WAxKb'](_0xe41028[_0x10f475(0x16a)],_0x3e5208[_0x10f475(0xf3)])&&_0x3e5208[_0x10f475(0x100)](global[_0x10f475(0x136)],''))try{global[_0x10f475(0x136)]=_0x3e5208['AUore'](_0x3e5208[_0x10f475(0xcc)](_0x3e5208[_0x10f475(0xd2)],global[_0x10f475(0x136)]),_0x3e5208[_0x10f475(0x123)]),this[_0x10f475(0xce)]=hubAllocator[_0x10f475(0xbe)](global['newHubUrl']),logger[_0x10f475(0x109)](_0x10f475(0x165)+global[_0x10f475(0x136)]),global[_0x10f475(0x136)]='';}catch(_0x11ce25){logger[_0x10f475(0x106)](_0x11ce25);}if(globals[_0x10f475(0x144)](_0x3e5208[_0x10f475(0x102)])&&globals[_0x10f475(0x144)](_0x3e5208['qqPFg'])){const _0x6558bc=_0xe41028[_0x10f475(0x16a)][_0x10f475(0xa6)]('/')[0x2];_0x6558bc&&commandRepository['pushCommand'](_0x6558bc,_0xe41028);}return super[_0x10f475(0x139)](_0xe41028);}}class _0x37d09f extends _0x5476cc[_0x1cc595(0x182)]{[_0x1cc595(0x124)](){const _0x21df83=_0x1cc595;return helper[_0x21df83(0x125)]()&&(this[_0x21df83(0x114)]=helper[_0x21df83(0x9b)](_0x20ed9e)),this;}[_0x1cc595(0x16d)](_0x492c23){const _0x24cf82=_0x1cc595;let _0x40f214={};for(const _0x329685 in _0x492c23){switch(_0x329685){case _0x3e5208['bSzVH']:case _0x3e5208['Sboan']:this['chromeOptions_']&&(_0x40f214=this[_0x24cf82(0x12c)][_0x24cf82(0xb4)](this[_0x24cf82(0x12c)][_0x24cf82(0x132)])||{},this[_0x24cf82(0x12c)]['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x24cf82(0xf1)](_0x40f214,_0x492c23[_0x329685])));break;case _0x3e5208[_0x24cf82(0xb1)]:case _0x3e5208['eDuvK']:this[_0x24cf82(0x156)]&&(_0x40f214=this['edgeOptions_']['get'](this[_0x24cf82(0x156)][_0x24cf82(0x132)])||{},this['edgeOptions_'][_0x24cf82(0xb2)](this[_0x24cf82(0x156)][_0x24cf82(0x132)],helper[_0x24cf82(0xf1)](_0x40f214,_0x492c23[_0x329685])));break;case _0x3e5208['eOoto']:case _0x3e5208['qyanV']:this[_0x24cf82(0xc9)]&&(_0x40f214=this['firefoxOptions_'][_0x24cf82(0xb4)](this[_0x24cf82(0xc9)]['CAPABILITY_KEY'])||{},this[_0x24cf82(0xc9)]['set'](this[_0x24cf82(0xc9)][_0x24cf82(0x132)],helper['mergeDeep'](_0x40f214,_0x492c23[_0x329685])));break;case _0x3e5208[_0x24cf82(0x10d)]:this[_0x24cf82(0x12b)]&&(_0x40f214=this['safariOptions_'][_0x24cf82(0xb4)](this[_0x24cf82(0x12b)]['CAPABILITY_KEY'])||{},this[_0x24cf82(0x12b)][_0x24cf82(0xb2)](this[_0x24cf82(0x12b)][_0x24cf82(0x132)],helper[_0x24cf82(0xf1)](_0x40f214,_0x492c23[_0x329685])));break;case _0x3e5208[_0x24cf82(0x15f)]:case _0x3e5208['lTkjF']:this[_0x24cf82(0x153)]&&(_0x40f214=this[_0x24cf82(0x153)][_0x24cf82(0xb4)](this[_0x24cf82(0x153)][_0x24cf82(0x132)])||{},this[_0x24cf82(0x153)][_0x24cf82(0xb2)](this[_0x24cf82(0x153)][_0x24cf82(0x132)],helper[_0x24cf82(0xf1)](_0x40f214,_0x492c23[_0x329685])));break;}}}[_0x1cc595(0xab)](){const _0x429aa6=_0x1cc595;logger[_0x429aa6(0x109)](_0x3e5208[_0x429aa6(0xe2)]);const _0x419633=_0x20ed9e['capability']&&_0x3e5208[_0x429aa6(0x127)](Object['keys'](_0x20ed9e[_0x429aa6(0x8f)])[_0x429aa6(0x158)],0x0)?_0x20ed9e[_0x429aa6(0x8f)]:_0x20ed9e[_0x429aa6(0x10e)]&&Array[_0x429aa6(0x8c)](_0x20ed9e[_0x429aa6(0x10e)])&&_0x3e5208[_0x429aa6(0x12d)](_0x20ed9e[_0x429aa6(0x10e)][_0x429aa6(0x158)],0x0)?_0x20ed9e[_0x429aa6(0x10e)][0x0]:{};return this[_0x429aa6(0x16d)](_0x419633),Object[_0x429aa6(0x17d)](_0x419633)[_0x429aa6(0xf4)](_0x21f35c=>{const _0x2cad3b=_0x429aa6,_0x1dd77c=this[_0x2cad3b(0x13e)][_0x2cad3b(0xb4)](_0x21f35c);_0x3e5208[_0x2cad3b(0xbc)](typeof _0x1dd77c,_0x3e5208[_0x2cad3b(0xf6)])?this[_0x2cad3b(0x13e)]['set'](_0x21f35c,helper[_0x2cad3b(0xf1)](_0x1dd77c,_0x419633[_0x21f35c])):this['capabilities_'][_0x2cad3b(0xb2)](_0x21f35c,_0x419633[_0x21f35c]);}),this;}['build'](){const _0x4cb36e=_0x1cc595,_0x70ba6d={'jgjUy':_0x3e5208['uRQYK'],'ddHVj':function(_0x5c239d){const _0x2fed9a=a145_0x4366;return _0x3e5208[_0x2fed9a(0x173)](_0x5c239d);},'TJjAp':function(_0x73df4c,_0x4128c7){return _0x3e5208['jHrMA'](_0x73df4c,_0x4128c7);},'pAVrE':_0x3e5208[_0x4cb36e(0xed)],'lDsRz':_0x3e5208['JRWcs'],'tNTIa':function(_0x277cc3,_0x3b32d6,_0x5c6cfc){return _0x3e5208['EKBvB'](_0x277cc3,_0x3b32d6,_0x5c6cfc);},'YPoDM':_0x3e5208[_0x4cb36e(0x126)],'hUHfe':_0x3e5208['oQiAV'],'xzRQe':function(_0x106a80,_0x94dec7){const _0x3b0a68=_0x4cb36e;return _0x3e5208[_0x3b0a68(0x115)](_0x106a80,_0x94dec7);},'zgijc':_0x3e5208[_0x4cb36e(0xeb)],'IweVq':_0x3e5208[_0x4cb36e(0xa8)],'QBXiE':_0x3e5208[_0x4cb36e(0xdf)],'ItzFR':_0x3e5208[_0x4cb36e(0x92)],'OqQqc':_0x3e5208[_0x4cb36e(0x112)],'jPnvS':_0x3e5208[_0x4cb36e(0x102)],'RvNSp':_0x3e5208['qqPFg'],'hhGjQ':_0x3e5208[_0x4cb36e(0x149)],'ciHeb':_0x3e5208[_0x4cb36e(0x17b)],'tjAHB':_0x3e5208['SphcR'],'tCfXL':function(_0x583cc8,_0x541275){return _0x3e5208['RXQvT'](_0x583cc8,_0x541275);},'yYlBD':function(_0x2a3a3e,_0x2792e4,_0x480c14){const _0x3a0d66=_0x4cb36e;return _0x3e5208[_0x3a0d66(0xe5)](_0x2a3a3e,_0x2792e4,_0x480c14);},'hmrlv':function(_0x5d97c9,_0x13ce4a){const _0x314651=_0x4cb36e;return _0x3e5208[_0x314651(0x187)](_0x5d97c9,_0x13ce4a);},'lfbIV':function(_0xc509c6,_0x3329b3){const _0x5641fe=_0x4cb36e;return _0x3e5208[_0x5641fe(0xc7)](_0xc509c6,_0x3329b3);},'lNSeC':function(_0x43ae3a,_0x2951c3){const _0x482a53=_0x4cb36e;return _0x3e5208[_0x482a53(0x152)](_0x43ae3a,_0x2951c3);}};PerformanceTester[_0x4cb36e(0xf0)](PerformanceEvents[_0x4cb36e(0x14a)],()=>{const _0x210da0=_0x4cb36e;if(helper['isBrowserstackInfra']()){const _0x553469=_0x70ba6d[_0x210da0(0xd6)][_0x210da0(0xa6)]('|');let _0xe87387=0x0;while(!![]){switch(_0x553469[_0xe87387++]){case'0':helper['setAdditionalCapabilities'](_0x20ed9e[_0x210da0(0x8f)]);continue;case'1':_0x70ba6d[_0x210da0(0xaa)](isAccessibilityAutomationSession)&&_0x70ba6d[_0x210da0(0x11f)](setAccessibilityCapabilities,_0x20ed9e);continue;case'2':process[_0x210da0(0xba)][_0x210da0(0x137)]&&(helper[_0x210da0(0x140)](null,null,_0x20ed9e[_0x210da0(0x168)],null,this,null),helper['setAdditionalCapabilities'](_0x20ed9e[_0x210da0(0x8f)]),helper[_0x210da0(0x8e)]());continue;case'3':this['setCapabilities']();continue;case'4':logger['debug'](_0x70ba6d['pAVrE']);continue;case'5':if(helper[_0x210da0(0x12e)](_0x20ed9e[_0x210da0(0x164)][_0x210da0(0x117)]))this[_0x210da0(0x103)]=helper[_0x210da0(0xcb)](_0x20ed9e[_0x210da0(0x164)]['proxyUrl']);else _0x20ed9e[_0x210da0(0x164)][_0x210da0(0x117)]&&(this[_0x210da0(0x110)]=_0x20ed9e[_0x210da0(0x164)][_0x210da0(0x117)],logger[_0x210da0(0x109)](_0x210da0(0x135)+this[_0x210da0(0x110)]));continue;case'6':globals['getGlobal'](_0x70ba6d[_0x210da0(0x108)])&&(!_0x70ba6d[_0x210da0(0xc0)](setExtension,this,_0x20ed9e)&&globals[_0x210da0(0xd1)](_0x70ba6d[_0x210da0(0x108)],![]));continue;case'7':this[_0x210da0(0x124)]();continue;}break;}}else{if(this['chromeOptions_']){const _0x72d262=this[_0x210da0(0x12c)][_0x210da0(0xb4)](this[_0x210da0(0x12c)]['CAPABILITY_KEY']||_0x70ba6d[_0x210da0(0x13d)]);if(_0x72d262&&_0x72d262[_0x210da0(0xa9)]){const _0x37a762=this[_0x210da0(0x13e)][_0x210da0(0xb4)](_0x70ba6d[_0x210da0(0x13d)])||{},_0x48a502=(_0x37a762[_0x210da0(0xa9)]||[])['concat'](_0x72d262['args']||[]),_0x3edaf0=Array['from'](new Set(_0x48a502)),_0xe97add={};_0xe97add[_0x210da0(0xa9)]=_0x3edaf0,this['capabilities_'][_0x210da0(0xb2)](_0x70ba6d[_0x210da0(0x13d)],Object[_0x210da0(0x12f)]({},_0x37a762,_0x72d262,_0xe97add));}}helper[_0x210da0(0x8e)]();_0x70ba6d[_0x210da0(0xaa)](isAccessibilityAutomationSession)&&this[_0x210da0(0xfc)]()[_0x210da0(0x113)](_0x70ba6d[_0x210da0(0x10f)])&&(_0x70ba6d[_0x210da0(0x11f)](setAccessibilityCapabilities,_0x20ed9e),this[_0x210da0(0xab)]());_0x70ba6d[_0x210da0(0xc2)](globals[_0x210da0(0x144)](_0x70ba6d[_0x210da0(0xa5)]),_0x70ba6d['IweVq'])&&(commandRepository['setFramework'](_0x70ba6d[_0x210da0(0xd4)]),commandRepository[_0x210da0(0x8a)](globals[_0x210da0(0x144)](_0x70ba6d[_0x210da0(0x145)])));if(this[_0x210da0(0x114)]['includes'](_0x70ba6d['ItzFR']))logger['debug'](_0x70ba6d[_0x210da0(0x167)]),globals[_0x210da0(0xd1)](_0x70ba6d[_0x210da0(0x119)],![]),globals[_0x210da0(0xd1)](_0x70ba6d[_0x210da0(0xd0)],![]);else globals[_0x210da0(0x144)](_0x70ba6d[_0x210da0(0x119)])&&globals[_0x210da0(0x144)](_0x70ba6d['RvNSp'])&&aiSdkWrapper[_0x210da0(0xaf)](this);}})();const _0x5f4e8e=super[_0x4cb36e(0x15c)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x4cb36e(0x17e)],()=>{const _0x5003cf=_0x4cb36e,_0x1dcea0={'RrMpN':function(_0x4df539){const _0x2bb905=a145_0x4366;return _0x70ba6d[_0x2bb905(0xaa)](_0x4df539);},'ENzvw':function(_0x43940a,_0x203f94,_0x3c85f3){const _0x5d9ddf=a145_0x4366;return _0x70ba6d[_0x5d9ddf(0x91)](_0x43940a,_0x203f94,_0x3c85f3);},'deyXE':_0x70ba6d[_0x5003cf(0x108)],'wmoXU':function(_0x4b7d20,_0xf5ca04){return _0x70ba6d['tCfXL'](_0x4b7d20,_0xf5ca04);},'KtXaA':function(_0x3a2c40,_0x3fba5b){const _0xf958f7=_0x5003cf;return _0x70ba6d[_0xf958f7(0x160)](_0x3a2c40,_0x3fba5b);}};_0x5f4e8e[_0x5003cf(0x143)][_0x5003cf(0x90)](_0xc1f6f2=>{const _0xe4bc1c=_0x5003cf,_0x2cb0df=_0xc1f6f2['caps_'];if(!helper[_0xe4bc1c(0x125)]()&&_0x1dcea0['RrMpN'](isAccessibilityAutomationSession)){const _0x3d8ee9=_0x1dcea0[_0xe4bc1c(0x12a)](nonBstackPlatformValidation,_0x2cb0df,this);globals[_0xe4bc1c(0xd1)](_0x1dcea0['deyXE'],_0x3d8ee9);}}),_0x5f4e8e[_0x5003cf(0x143)][_0x5003cf(0x90)](_0x4bfe6a=>{const _0x4c9599=_0x5003cf;try{logger['debug'](_0x4c9599(0xd5)+_0x4bfe6a['getId']());const _0x353292=_0x4bfe6a[_0x4c9599(0xb0)][_0x4c9599(0xb4)](_0x70ba6d[_0x4c9599(0x142)]);_0x353292?(logger[_0x4c9599(0x109)](_0x4c9599(0x10b)+_0x353292),hubAllocator[_0x4c9599(0x11d)](_0x353292),helper[_0x4c9599(0x111)](_0x353292)):logger[_0x4c9599(0x109)](_0x70ba6d[_0x4c9599(0xc8)]);}catch(_0xbc61c9){logger[_0x4c9599(0x109)](_0x4c9599(0x17a)+_0xbc61c9);}}),_0x5f4e8e[_0x5003cf(0x93)]=0x0,_0x5f4e8e['then']&&_0x5f4e8e['then'](_0x68661b=>{const _0x48bade=_0x5003cf,_0x17f8ab=_0x70ba6d[_0x48bade(0x15e)]['split']('|');let _0x1dd8de=0x0;while(!![]){switch(_0x17f8ab[_0x1dd8de++]){case'0':_0x103bd2&&_0x70ba6d['tCfXL'](overrideTakeScreenshot,_0x68661b);continue;case'1':_0x68661b[_0x48bade(0xee)]=async()=>{return await _0x1dcea0['ENzvw'](getAccessibilityResults,_0x68661b,global);};continue;case'2':_0x70ba6d[_0x48bade(0x91)](overrideExecute,_0x68661b,_0x20ed9e);continue;case'3':_0x20ed9e[_0x48bade(0x8f)]&&percyHelper[_0x48bade(0x185)](_0x68661b,_0x5476cc[_0x48bade(0x176)],_0x20ed9e);continue;case'4':helper[_0x48bade(0x10c)](_0x68661b,_0x5f4e8e);continue;case'5':_0x68661b[_0x48bade(0x186)]=async()=>{const _0x276ed9=_0x48bade;return await _0x1dcea0[_0x276ed9(0x12a)](getAccessibilityResultsSummary,_0x68661b,global);};continue;case'6':helper[_0x48bade(0x14c)](_0x68661b,_0x20ed9e);continue;case'7':_0x68661b[_0x48bade(0xb6)]=async()=>{const _0x2ead17=_0x48bade;return await _0x1dcea0[_0x2ead17(0x133)](performScan,_0x68661b);};continue;}break;}}),_0x5f4e8e[_0x5003cf(0x186)]=async()=>{const _0x3f2f34=_0x5003cf;return await _0x1dcea0[_0x3f2f34(0x12a)](getAccessibilityResultsSummary,_0x5f4e8e,global);},_0x5f4e8e[_0x5003cf(0xee)]=async()=>{return await _0x70ba6d['yYlBD'](getAccessibilityResults,_0x5f4e8e,global);},_0x5f4e8e[_0x5003cf(0xb6)]=async()=>{const _0x525cb3=_0x5003cf;return await _0x1dcea0[_0x525cb3(0x10a)](performScan,_0x5f4e8e);},_0x103bd2&&_0x70ba6d[_0x5003cf(0x129)](overrideTakeScreenshot,_0x5f4e8e),helper[_0x5003cf(0x10c)](_0x5f4e8e),helper['overrideGet'](_0x5f4e8e,_0x20ed9e),_0x70ba6d['tNTIa'](overrideExecute,_0x5f4e8e,_0x20ed9e),_0x20ed9e[_0x5003cf(0x8f)]&&percyHelper['patchDriverPercy'](_0x5f4e8e,_0x5476cc[_0x5003cf(0x176)],_0x20ed9e);helper[_0x5003cf(0xff)](global['__driversArray'])&&(global[_0x5003cf(0xe4)]=[]);helper[_0x5003cf(0xff)](global[_0x5003cf(0x97)])&&(global['__drivers']=[]);global[_0x5003cf(0xe4)][_0x5003cf(0x13f)](_0x5f4e8e),global[_0x5003cf(0x184)]=_0x5f4e8e,_0xcbfb3e&&(_0xcbfb3e[_0x5003cf(0xad)]['__driver']=_0x5f4e8e);_0x70ba6d['lfbIV'](global[_0x5003cf(0x97)],undefined)&&global[_0x5003cf(0x97)]['push'](_0x5f4e8e);_0xcbfb3e&&helper[_0x5003cf(0xff)](_0xcbfb3e[_0x5003cf(0xad)]['__drivers'])&&(_0xcbfb3e['global'][_0x5003cf(0x97)]=[]);_0xcbfb3e&&helper['isUndefined'](_0xcbfb3e[_0x5003cf(0xad)][_0x5003cf(0xe4)])&&(_0xcbfb3e[_0x5003cf(0xad)][_0x5003cf(0xe4)]=[]);_0xcbfb3e&&_0x70ba6d[_0x5003cf(0x134)](_0xcbfb3e[_0x5003cf(0xad)][_0x5003cf(0x97)],undefined)&&(_0xcbfb3e['global'][_0x5003cf(0x97)][_0x5003cf(0x13f)](_0x5f4e8e),_0xcbfb3e[_0x5003cf(0xad)][_0x5003cf(0xe4)][_0x5003cf(0x13f)](_0x5f4e8e));_0x5f4e8e[_0x5003cf(0x161)]=globals[_0x5003cf(0x144)](_0x70ba6d['lDsRz']);try{global[_0x5003cf(0x97)][0x0][_0x5003cf(0x143)][_0x5003cf(0x90)](_0x213799=>{const _0xdd86f5=_0x5003cf;logger[_0xdd86f5(0x109)](_0xdd86f5(0xdd)+_0x213799['getId']()+_0xdd86f5(0xef));})[_0x5003cf(0x14b)](_0x491d3c=>{const _0x27f936=_0x5003cf;logger[_0x27f936(0x109)](_0x27f936(0xb5)+_0x491d3c);});}catch(_0x53f258){logger['debug'](_0x5003cf(0xb5)+_0x53f258);}globals[_0x5003cf(0xd1)](_0x70ba6d['lDsRz'],globals[_0x5003cf(0x144)](_0x70ba6d['lDsRz']));})(),_0x5f4e8e;}}_0xcbfb3e&&(globals['browserStackGlobals']=_0xcbfb3e[_0x1cc595(0xad)][_0x1cc595(0xc4)]);if(_0x3e5208['vjsAm'](isAccessibilityAutomationSession))try{let _0x117b74=helper[_0x1cc595(0x17c)](_0x3e5208[_0x1cc595(0x16b)],_0x3e5208[_0x1cc595(0x11e)])[_0x1cc595(0xfa)];(!_0x117b74[_0x1cc595(0x180)]||!_0x117b74['prototype'][_0x1cc595(0xc5)])&&(_0x117b74=helper[_0x1cc595(0x17c)](_0x3e5208['vZPtc'],_0x3e5208[_0x1cc595(0x11e)])[_0x1cc595(0xf5)]);if(_0x117b74[_0x1cc595(0x180)]&&_0x117b74[_0x1cc595(0x180)]['execute']){const _0x301b5d=_0x117b74[_0x1cc595(0x180)]['execute'];logger[_0x1cc595(0x109)](_0x3e5208[_0x1cc595(0xf9)]),_0x117b74[_0x1cc595(0x180)][_0x1cc595(0xc5)]=async function(){const _0x479853=_0x1cc595;try{!globals[_0x479853(0x144)](_0x3e5208[_0x479853(0x13b)])&&globals['getGlobal'](_0x3e5208[_0x479853(0xe8)])&&globals[_0x479853(0x144)](_0x3e5208[_0x479853(0xd3)])&&scripts[_0x479853(0xa4)](arguments[0x0]['name_'])&&!_0x3e5208[_0x479853(0xae)](isBrowserStackCommandExecutor,arguments[0x0][_0x479853(0x131)])&&(globals[_0x479853(0xd1)](_0x3e5208[_0x479853(0x13b)],!![]),logger['debug']('Performing\x20scan\x20for\x20'+arguments[0x0][_0x479853(0xb9)]),await _0x3e5208[_0x479853(0x15a)](performScan,global['__driver'],arguments[0x0][_0x479853(0xb9)]));}catch(_0x2b09b7){logger[_0x479853(0x109)](_0x479853(0x162)+util['format'](_0x2b09b7));}return globals[_0x479853(0xd1)](_0x3e5208['LPFjo'],![]),_0x301b5d[_0x479853(0xb3)](this,arguments);};}}catch(_0x3b1043){logger[_0x1cc595(0x109)](_0x3e5208['VzfWP'](_0x3e5208[_0x1cc595(0xa2)],_0x3b1043));}return _0x5476cc[_0x1cc595(0x141)]=_0x5476cc[_0x1cc595(0x182)],_0x5476cc[_0x1cc595(0x182)]=_0x37d09f,_0x309581[_0x1cc595(0x9d)]=_0x223420,_0x5476cc;};module['exports'][a145_0x20237b(0x14f)]=modify,module[a145_0x20237b(0xfd)][a145_0x20237b(0x9a)]=modifyV2,module[a145_0x20237b(0xfd)]['percy']=percySDK,module[a145_0x20237b(0xfd)]['BrowserStackSdk']=BrowserStackSdk,module[a145_0x20237b(0xfd)][a145_0x20237b(0x98)]=modifyPlaywrightConfig;