browserstack-node-sdk 1.42.3 → 1.42.5

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 (176) 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/cucumber-sessionDetails.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/playwright-patcher.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test_before.setup.js +1 -1
  69. package/src/bin/launcher/launcher.js +1 -1
  70. package/src/bin/load/index.js +1 -1
  71. package/src/bin/load/loadUtils.js +1 -1
  72. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  73. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  74. package/src/bin/mocha/command.js +1 -1
  75. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  76. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  77. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  78. package/src/bin/mocha/test.setup.js +1 -1
  79. package/src/bin/nightwatch/command.js +1 -1
  80. package/src/bin/playwright/accessibility-helper.js +1 -1
  81. package/src/bin/playwright/command.js +1 -1
  82. package/src/bin/playwright/globalSetup.js +1 -1
  83. package/src/bin/playwright/mock-process.js +1 -1
  84. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  85. package/src/bin/playwright/patches.js +1 -1
  86. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  87. package/src/bin/playwright/reporter/reporter.js +1 -1
  88. package/src/bin/playwright/reporter/test-details.js +1 -1
  89. package/src/bin/playwright/sessionDetails.js +1 -1
  90. package/src/bin/runner.js +1 -1
  91. package/src/bin/setup.js +1 -1
  92. package/src/bin/test-runner/index.js +1 -1
  93. package/src/bin/test-runner/runTest.js +1 -1
  94. package/src/bin/test-runner/testWorker.js +1 -1
  95. package/src/bin/utils/constants.js +1 -1
  96. package/src/bin/utils/log4jsAppender.js +1 -1
  97. package/src/bin/utils/logPatcher.js +1 -1
  98. package/src/bin/utils/logReportingAPI.js +1 -1
  99. package/src/bin/v2/TestInfo.js +1 -1
  100. package/src/bin/v2/browserstackCLI.js +1 -1
  101. package/src/bin/v2/cliUtils.js +1 -1
  102. package/src/bin/v2/customTagManager.js +1 -1
  103. package/src/bin/v2/eventDispatcher.js +1 -1
  104. package/src/bin/v2/framework/automationFramework.js +1 -1
  105. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  106. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  107. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  108. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  109. package/src/bin/v2/framework/testFramework.js +1 -1
  110. package/src/bin/v2/grpcClient.js +1 -1
  111. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  112. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  113. package/src/bin/v2/instances/trackedContext.js +1 -1
  114. package/src/bin/v2/instances/trackedInstance.js +1 -1
  115. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  116. package/src/bin/v2/modules/baseModule.js +1 -1
  117. package/src/bin/v2/modules/observabilityModule.js +1 -1
  118. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  119. package/src/bin/v2/modules/testhubModule.js +1 -1
  120. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  121. package/src/bin/v2/state/hookState.js +1 -1
  122. package/src/bin/v2/state/testFrameworkState.js +1 -1
  123. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  124. package/src/bin/vanilla-js/command.js +1 -1
  125. package/src/browserStackSdk.js +1 -1
  126. package/src/helpers/BrowserStackSetup.js +1 -1
  127. package/src/helpers/accessibility-automation/constants.js +1 -1
  128. package/src/helpers/accessibility-automation/helper.js +1 -1
  129. package/src/helpers/accessibility-automation/scripts.js +1 -1
  130. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  131. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  132. package/src/helpers/ats/constants.js +1 -1
  133. package/src/helpers/ats/helper.js +1 -1
  134. package/src/helpers/capsMapping.js +1 -1
  135. package/src/helpers/central-scanner/constants.js +1 -1
  136. package/src/helpers/central-scanner/helpers.js +1 -1
  137. package/src/helpers/classLogger.js +1 -1
  138. package/src/helpers/globals.js +1 -1
  139. package/src/helpers/helper.js +1 -1
  140. package/src/helpers/logger.js +1 -1
  141. package/src/helpers/metadata.js +1 -1
  142. package/src/helpers/patchHelper.js +1 -1
  143. package/src/helpers/patchHelpers.js +1 -1
  144. package/src/helpers/percy/Percy.js +1 -1
  145. package/src/helpers/percy/PercyBinary.js +1 -1
  146. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  147. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  148. package/src/helpers/percy/PercySDK.js +1 -1
  149. package/src/helpers/percy/index.js +1 -1
  150. package/src/helpers/percy/utils.js +1 -1
  151. package/src/helpers/performance/constants.js +1 -1
  152. package/src/helpers/performance/performance-tester.js +1 -1
  153. package/src/helpers/playwright-helper.js +1 -1
  154. package/src/helpers/processHelper.js +1 -1
  155. package/src/helpers/request-spy.js +1 -1
  156. package/src/helpers/setKeepAlive.js +1 -1
  157. package/src/helpers/test-observability/constants.js +1 -1
  158. package/src/helpers/test-observability/error-handler.js +1 -1
  159. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  160. package/src/helpers/test-observability/sessionHandler.js +1 -1
  161. package/src/helpers/test-observability/utils.js +1 -1
  162. package/src/helpers/test-orchestration/constants.js +1 -1
  163. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  164. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  165. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  166. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  167. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  168. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  169. package/src/helpers/testhub/constants.js +1 -1
  170. package/src/helpers/testhub/testhubHandler.js +1 -1
  171. package/src/helpers/testhub/utils.js +1 -1
  172. package/src/helpers/timeoutPromise.js +1 -1
  173. package/src/helpers/utilities.js +1 -1
  174. package/src/helpers/w3cMapping.js +1 -1
  175. package/src/hubAllocationMethods.js +1 -1
  176. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a134_0x9da6e4=a134_0x4edf;(function(_0x430623,_0x4fc3dd){const _0x5f3453=a134_0x4edf,_0x589caa=_0x430623();while(!![]){try{const _0x233299=-parseInt(_0x5f3453(0x211))/0x1+-parseInt(_0x5f3453(0x201))/0x2*(parseInt(_0x5f3453(0x20f))/0x3)+parseInt(_0x5f3453(0x1e8))/0x4*(parseInt(_0x5f3453(0x21c))/0x5)+-parseInt(_0x5f3453(0x203))/0x6*(-parseInt(_0x5f3453(0x1fc))/0x7)+parseInt(_0x5f3453(0x1f6))/0x8+-parseInt(_0x5f3453(0x1f1))/0x9+parseInt(_0x5f3453(0x205))/0xa;if(_0x233299===_0x4fc3dd)break;else _0x589caa['push'](_0x589caa['shift']());}catch(_0x216319){_0x589caa['push'](_0x589caa['shift']());}}}(a134_0x44ea,0x29e9a));function a134_0x44ea(){const _0x6d5317=['data','1566110egRdbv','./helpers/logger','hubUrl','gpwUj','allocateHub','next_hubs','fxFOQ','./helpers/helper','format','entries','442122LnPyja','length','89801FWrAcj','hash','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','keys','updateHubUrl','kHpcM','search','okkIc','Invalid\x20new\x20HUB\x20URL:\x20','NEAREST\x20HUBS:\x20','/wd/hub','65CkUDEb','\x20is:\x20','replace','map','\x20HUB\x20-\x20','nextHubs','nodeRequest','winstonLogger','sort','then','nLOcY','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','vpsQZ','Fgawg','36472RTrbtl','TEPkx','muYVW','Response:\x20','SepWU','debug','HUB\x20URL\x20SET\x20TO\x20-\x20','check','catch','1708371BiDpLC','ozUCy','DjgjD','ogKHh','latency','2446752IBxYef','url','BGTqp','https://','findLatency','GET','21ZdACxH','RtJKZ','newHubUrl','pathname','fromEntries','2ZktJhN','umset','35358EFpWbx'];a134_0x44ea=function(){return _0x6d5317;};return a134_0x44ea();}function a134_0x4edf(_0x428ef5,_0xc2060e){const _0x44eae2=a134_0x44ea();return a134_0x4edf=function(_0x4edfa0,_0x552b3a){_0x4edfa0=_0x4edfa0-0x1e5;let _0x55c8b8=_0x44eae2[_0x4edfa0];return _0x55c8b8;},a134_0x4edf(_0x428ef5,_0xc2060e);}const url=require(a134_0x9da6e4(0x1f7)),util=require('util'),helper=require(a134_0x9da6e4(0x20c)),logger=require(a134_0x9da6e4(0x206))[a134_0x9da6e4(0x223)],constants=require('./bin/utils/constants');global[a134_0x9da6e4(0x1fe)]='',exports['getRequestOptions']=_0x402031=>{const _0x51f80c=a134_0x9da6e4,_0x2c5447={};_0x2c5447[_0x51f80c(0x1e6)]=function(_0x15b711,_0x591056){return _0x15b711+_0x591056;},_0x2c5447['SepWU']=_0x51f80c(0x219);const _0x1725bf=_0x2c5447,_0x1e33fc=url['parse'](_0x402031);if(!_0x1e33fc['hostname'])throw new Error(_0x1725bf['vpsQZ'](_0x1725bf[_0x51f80c(0x1ec)],_0x402031));return _0x1e33fc[_0x51f80c(0x217)]=null,_0x1e33fc[_0x51f80c(0x212)]=null,_0x1e33fc['path']=_0x1e33fc[_0x51f80c(0x1ff)],_0x1e33fc;},exports[a134_0x9da6e4(0x215)]=_0x4975b1=>{const _0x1f1f0c=a134_0x9da6e4;global[_0x1f1f0c(0x1fe)]=_0x4975b1;},exports[a134_0x9da6e4(0x209)]=_0x5c1728=>{const _0x2de24a=a134_0x9da6e4,_0x2f1535={'FpqHH':function(_0x285b3e,_0x3a1887){return _0x285b3e!=_0x3a1887;},'RtJKZ':function(_0x213725,_0x1f5607){return _0x213725!==_0x1f5607;},'TEPkx':function(_0x5ea774,_0x173199){return _0x5ea774+_0x173199;},'xXyQO':_0x2de24a(0x1f9),'DjgjD':function(_0x38a02f){return _0x38a02f();},'nLOcY':function(_0x3f3604){return _0x3f3604();},'okkIc':'/wd/hub'};return new Promise(_0x51ad77=>{const _0x4c39df=_0x2de24a,_0x17f4a6={'BGTqp':function(_0x457d67,_0x54bc7e){const _0x1bc541=a134_0x4edf;return _0x2f1535[_0x1bc541(0x1e9)](_0x457d67,_0x54bc7e);},'ozUCy':_0x2f1535[_0x4c39df(0x218)],'qymIK':function(_0x310cb2){const _0xd54053=_0x4c39df;return _0x2f1535[_0xd54053(0x1f3)](_0x310cb2);}};Promise['resolve'](this[_0x4c39df(0x221)](_0x5c1728))[_0x4c39df(0x225)](_0x50455a=>{const _0x369626=_0x4c39df;logger['debug'](_0x369626(0x21a)+util[_0x369626(0x20d)]('%j',_0x50455a));if(_0x2f1535['FpqHH'](_0x50455a,null)&&_0x2f1535[_0x369626(0x1fd)](_0x50455a[_0x369626(0x210)],0x0)){const _0x58037c=[];for(const _0xc9a8e9 of _0x50455a){_0x58037c['push'](this[_0x369626(0x1fa)](_0x5c1728,_0x2f1535['TEPkx'](_0x2f1535['xXyQO'],_0xc9a8e9)));}Promise['all'](_0x58037c)[_0x369626(0x225)](_0x32aad1=>{const _0x34450e=_0x369626,_0x39392c=Object[_0x34450e(0x200)](_0x32aad1[_0x34450e(0x21f)](_0x4dea49=>[_0x4dea49[_0x34450e(0x207)],_0x4dea49[_0x34450e(0x1f5)]])),_0x5ac3ce=Object['fromEntries'](Object[_0x34450e(0x20e)](_0x39392c)[_0x34450e(0x224)](([,_0x55d80e],[,_0x352cad])=>_0x55d80e-_0x352cad)),_0x4f74be=Object[_0x34450e(0x214)](_0x5ac3ce)[0x0];constants[_0x34450e(0x207)]=_0x17f4a6[_0x34450e(0x1f8)](_0x4f74be,_0x17f4a6[_0x34450e(0x1f2)]),logger[_0x34450e(0x1ed)](_0x34450e(0x1ee)+_0x4f74be),_0x17f4a6['qymIK'](_0x51ad77);});}else _0x2f1535[_0x369626(0x1f3)](_0x51ad77);})[_0x4c39df(0x1f0)](_0x1560c7=>{const _0x38bb6d=_0x4c39df;logger['debug'](_0x38bb6d(0x213)+_0x1560c7),_0x2f1535[_0x38bb6d(0x226)](_0x51ad77);});});},exports['findLatency']=async(_0x32a8b7,_0x513cf5)=>{const _0x586ef1=a134_0x9da6e4,_0x1035c3={};_0x1035c3[_0x586ef1(0x1ea)]=_0x586ef1(0x1fb),_0x1035c3[_0x586ef1(0x216)]=_0x586ef1(0x1ef),_0x1035c3[_0x586ef1(0x20b)]=function(_0x493db3,_0x54b0a3){return _0x493db3-_0x54b0a3;};const _0x531e9f=_0x1035c3;try{const _0x1ebac5=new Date();await helper[_0x586ef1(0x222)](_0x531e9f[_0x586ef1(0x1ea)],_0x531e9f[_0x586ef1(0x216)],{},_0x32a8b7,_0x513cf5,0x1388);const _0x1ec33d=_0x531e9f[_0x586ef1(0x20b)](new Date(),_0x1ebac5);logger['debug']('Execution\x20time\x20for\x20'+_0x513cf5+_0x586ef1(0x21d)+_0x1ec33d+'ms');const _0x51ed2e={};return _0x51ed2e[_0x586ef1(0x207)]=_0x513cf5,_0x51ed2e[_0x586ef1(0x1f5)]=_0x1ec33d,_0x51ed2e;}catch(_0xb8a318){return logger[_0x586ef1(0x1ed)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x513cf5+_0x586ef1(0x220)+_0xb8a318),{};}},exports[a134_0x9da6e4(0x221)]=async _0xc43f25=>{const _0x290e62=a134_0x9da6e4,_0x5be59e={'ogKHh':function(_0x24c2e0,_0x5b0cff){return _0x24c2e0(_0x5b0cff);},'VCVaD':'./bin/utils/constants','umset':_0x290e62(0x21b),'Fgawg':'GET','gpwUj':_0x290e62(0x20a)};try{const _0x175c43=_0x5be59e[_0x290e62(0x1f4)](require,_0x5be59e['VCVaD'])['hubUrl'][_0x290e62(0x21e)](_0x5be59e[_0x290e62(0x202)],''),_0x421333=await helper[_0x290e62(0x222)](_0x5be59e[_0x290e62(0x1e7)],_0x5be59e[_0x290e62(0x208)],{},_0xc43f25,_0x175c43,0x1388),_0x3c0c22=_0x421333[_0x290e62(0x204)];return logger[_0x290e62(0x1ed)](_0x290e62(0x1eb)+util[_0x290e62(0x20d)]('%j',_0x3c0c22)),_0x3c0c22['hubs'];}catch(_0x785a32){logger[_0x290e62(0x1ed)](_0x290e62(0x1e5)+_0x785a32);}return null;};
1
+ const a134_0x453912=a134_0x23ce;function a134_0x3def(){const _0x101079=['177753rRxVsl','EEnsF','GET','./helpers/logger','UsNxx','aaohg','RhRyD','then','/wd/hub','DPcDx','fromEntries','getRequestOptions','1662gyyBBF','check','JCaYy','newHubUrl','16WMbqbJ','5930yoeYcQ','nkfVL','NEAREST\x20HUBS:\x20','hubs','\x20HUB\x20-\x20','map','url','sort','DSosB','MCWLr','https://','length','AqnhT','nextHubs','replace','./bin/utils/constants','parse','hash','latency','57943FkOpcJ','zAzeN','jknSL','OXxfe','findLatency','keys','hostname','kMNWp','util','debug','push','nodeRequest','Rgysa','data','hubUrl','2211975kIEaqX','search','entries','./helpers/helper','format','catch','all','rDHiy','allocateHub','869729rPzRGs','winstonLogger','32oDuNTa','8380210tpwsEL','679458RfffyT','11dQzNbW','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','KTdlC','ThqEi','updateHubUrl','PhnVR','nqDJJ','next_hubs'];a134_0x3def=function(){return _0x101079;};return a134_0x3def();}(function(_0x5f39cb,_0x2cb40){const _0x56c1a5=a134_0x23ce,_0x184c7d=_0x5f39cb();while(!![]){try{const _0x5072b9=-parseInt(_0x56c1a5(0xbe))/0x1+parseInt(_0x56c1a5(0xda))/0x2+parseInt(_0x56c1a5(0xe3))/0x3*(parseInt(_0x56c1a5(0xd8))/0x4)+parseInt(_0x56c1a5(0xf4))/0x5*(parseInt(_0x56c1a5(0xef))/0x6)+parseInt(_0x56c1a5(0xd6))/0x7*(parseInt(_0x56c1a5(0xf3))/0x8)+-parseInt(_0x56c1a5(0xcd))/0x9+parseInt(_0x56c1a5(0xd9))/0xa*(-parseInt(_0x56c1a5(0xdb))/0xb);if(_0x5072b9===_0x2cb40)break;else _0x184c7d['push'](_0x184c7d['shift']());}catch(_0x1ef045){_0x184c7d['push'](_0x184c7d['shift']());}}}(a134_0x3def,0x3ccb6));function a134_0x23ce(_0x4eb7d4,_0x30c4b3){const _0x3defb2=a134_0x3def();return a134_0x23ce=function(_0x23ce0a,_0x263060){_0x23ce0a=_0x23ce0a-0xac;let _0x512e07=_0x3defb2[_0x23ce0a];return _0x512e07;},a134_0x23ce(_0x4eb7d4,_0x30c4b3);}const url=require(a134_0x453912(0xb1)),util=require(a134_0x453912(0xc6)),helper=require(a134_0x453912(0xd0)),logger=require(a134_0x453912(0xe6))[a134_0x453912(0xd7)],constants=require(a134_0x453912(0xba));global['newHubUrl']='',exports[a134_0x453912(0xee)]=_0x20cb6d=>{const _0x2cbb15=a134_0x453912,_0x34d612={};_0x34d612[_0x2cbb15(0xb4)]=function(_0x475416,_0x550148){return _0x475416+_0x550148;},_0x34d612['UsNxx']='Invalid\x20new\x20HUB\x20URL:\x20';const _0x3af57f=_0x34d612,_0x3ca4e0=url[_0x2cbb15(0xbb)](_0x20cb6d);if(!_0x3ca4e0[_0x2cbb15(0xc4)])throw new Error(_0x3af57f[_0x2cbb15(0xb4)](_0x3af57f[_0x2cbb15(0xe7)],_0x20cb6d));return _0x3ca4e0[_0x2cbb15(0xce)]=null,_0x3ca4e0[_0x2cbb15(0xbc)]=null,_0x3ca4e0['path']=_0x3ca4e0['pathname'],_0x3ca4e0;},exports[a134_0x453912(0xdf)]=_0x1cd9c8=>{const _0x3fea56=a134_0x453912;global[_0x3fea56(0xf2)]=_0x1cd9c8;},exports[a134_0x453912(0xd5)]=_0x51a0ae=>{const _0xff02f9=a134_0x453912,_0x2aeea9={'EEnsF':function(_0x520a37,_0x313728){return _0x520a37+_0x313728;},'kMNWp':_0xff02f9(0xeb),'aaohg':function(_0x4cf32e){return _0x4cf32e();},'AqnhT':function(_0x3cf69f,_0xe77ae5){return _0x3cf69f!=_0xe77ae5;},'PFqmN':function(_0xc5755d,_0x5bd7c9){return _0xc5755d!==_0x5bd7c9;},'OXxfe':function(_0x5bb82b,_0x53a32f){return _0x5bb82b+_0x53a32f;},'RhRyD':_0xff02f9(0xb5)};return new Promise(_0x5b0ce7=>{const _0x575683=_0xff02f9,_0x2daae3={'GDEgJ':function(_0x2c8295,_0x398e60){const _0xc9526e=a134_0x23ce;return _0x2aeea9[_0xc9526e(0xe4)](_0x2c8295,_0x398e60);},'nqDJJ':_0x2aeea9[_0x575683(0xc5)],'UNbqH':function(_0x37738e){const _0xdabed0=_0x575683;return _0x2aeea9[_0xdabed0(0xe8)](_0x37738e);},'DPcDx':function(_0x22974a,_0x417474){const _0x1ae80e=_0x575683;return _0x2aeea9[_0x1ae80e(0xb7)](_0x22974a,_0x417474);},'JCaYy':function(_0x325fa1,_0x391c70){return _0x2aeea9['PFqmN'](_0x325fa1,_0x391c70);},'jknSL':function(_0x2ba32e,_0x5b4566){const _0x3def01=_0x575683;return _0x2aeea9[_0x3def01(0xc1)](_0x2ba32e,_0x5b4566);},'PhnVR':_0x2aeea9[_0x575683(0xe9)],'KTdlC':function(_0x524c1d){const _0x3d336d=_0x575683;return _0x2aeea9[_0x3d336d(0xe8)](_0x524c1d);}};Promise['resolve'](this['nextHubs'](_0x51a0ae))[_0x575683(0xea)](_0x14e7a1=>{const _0x4cbf48=_0x575683;logger[_0x4cbf48(0xc7)](_0x4cbf48(0xad)+util[_0x4cbf48(0xd1)]('%j',_0x14e7a1));if(_0x2daae3[_0x4cbf48(0xec)](_0x14e7a1,null)&&_0x2daae3[_0x4cbf48(0xf1)](_0x14e7a1[_0x4cbf48(0xb6)],0x0)){const _0x5df86c=[];for(const _0x3d3982 of _0x14e7a1){_0x5df86c[_0x4cbf48(0xc8)](this[_0x4cbf48(0xc2)](_0x51a0ae,_0x2daae3[_0x4cbf48(0xc0)](_0x2daae3[_0x4cbf48(0xe0)],_0x3d3982)));}Promise[_0x4cbf48(0xd3)](_0x5df86c)[_0x4cbf48(0xea)](_0x971d89=>{const _0x299f50=_0x4cbf48,_0xbf17b1=Object[_0x299f50(0xed)](_0x971d89[_0x299f50(0xb0)](_0xdbeb90=>[_0xdbeb90['hubUrl'],_0xdbeb90[_0x299f50(0xbd)]])),_0x5dbc51=Object[_0x299f50(0xed)](Object[_0x299f50(0xcf)](_0xbf17b1)[_0x299f50(0xb2)](([,_0x51c781],[,_0x72dc0f])=>_0x51c781-_0x72dc0f)),_0x3aafdb=Object[_0x299f50(0xc3)](_0x5dbc51)[0x0];constants['hubUrl']=_0x2daae3['GDEgJ'](_0x3aafdb,_0x2daae3[_0x299f50(0xe1)]),logger[_0x299f50(0xc7)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x3aafdb),_0x2daae3['UNbqH'](_0x5b0ce7);});}else _0x2daae3[_0x4cbf48(0xdd)](_0x5b0ce7);})[_0x575683(0xd2)](_0x340113=>{const _0x257a52=_0x575683;logger['debug']('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0x340113),_0x2daae3[_0x257a52(0xdd)](_0x5b0ce7);});});},exports[a134_0x453912(0xc2)]=async(_0x5d49a9,_0xca9459)=>{const _0x56f5d0=a134_0x453912,_0x4347e6={};_0x4347e6[_0x56f5d0(0xbf)]=_0x56f5d0(0xe5),_0x4347e6['Rgysa']=_0x56f5d0(0xf0),_0x4347e6['nkfVL']=function(_0x522f69,_0x60f727){return _0x522f69-_0x60f727;};const _0xb25749=_0x4347e6;try{const _0x592921=new Date();await helper[_0x56f5d0(0xc9)](_0xb25749[_0x56f5d0(0xbf)],_0xb25749[_0x56f5d0(0xca)],{},_0x5d49a9,_0xca9459,0x1388);const _0x3d445a=_0xb25749[_0x56f5d0(0xac)](new Date(),_0x592921);logger['debug']('Execution\x20time\x20for\x20'+_0xca9459+'\x20is:\x20'+_0x3d445a+'ms');const _0x5a3213={};return _0x5a3213[_0x56f5d0(0xcc)]=_0xca9459,_0x5a3213[_0x56f5d0(0xbd)]=_0x3d445a,_0x5a3213;}catch(_0x37cea3){return logger['debug'](_0x56f5d0(0xdc)+_0xca9459+_0x56f5d0(0xaf)+_0x37cea3),{};}},exports[a134_0x453912(0xb8)]=async _0x449627=>{const _0x3cf54b=a134_0x453912,_0x4b57be={'rDHiy':function(_0x43d065,_0xb9fce7){return _0x43d065(_0xb9fce7);},'TlMAM':_0x3cf54b(0xba),'ThqEi':_0x3cf54b(0xeb),'TxUmQ':'GET','DSosB':_0x3cf54b(0xe2)};try{const _0x43ff31=_0x4b57be[_0x3cf54b(0xd4)](require,_0x4b57be['TlMAM'])['hubUrl'][_0x3cf54b(0xb9)](_0x4b57be[_0x3cf54b(0xde)],''),_0x1f3b31=await helper[_0x3cf54b(0xc9)](_0x4b57be['TxUmQ'],_0x4b57be[_0x3cf54b(0xb3)],{},_0x449627,_0x43ff31,0x1388),_0x3ccb5f=_0x1f3b31[_0x3cf54b(0xcb)];return logger[_0x3cf54b(0xc7)]('Response:\x20'+util[_0x3cf54b(0xd1)]('%j',_0x3ccb5f)),_0x3ccb5f[_0x3cf54b(0xae)];}catch(_0x1a190e){logger[_0x3cf54b(0xc7)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x1a190e);}return null;};
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a135_0x363a03=a135_0x45c6;function a135_0x45c6(_0x243db9,_0x19b7cd){const _0x23d24d=a135_0x23d2();return a135_0x45c6=function(_0x45c6c9,_0x25a1eb){_0x45c6c9=_0x45c6c9-0x69;let _0x3b6909=_0x23d24d[_0x45c6c9];return _0x3b6909;},a135_0x45c6(_0x243db9,_0x19b7cd);}(function(_0x20759c,_0x57b0d0){const _0x25dfd6=a135_0x45c6,_0x4cf621=_0x20759c();while(!![]){try{const _0x158eb1=parseInt(_0x25dfd6(0x102))/0x1+parseInt(_0x25dfd6(0x7c))/0x2*(-parseInt(_0x25dfd6(0xd3))/0x3)+parseInt(_0x25dfd6(0xb8))/0x4*(-parseInt(_0x25dfd6(0x6b))/0x5)+parseInt(_0x25dfd6(0xd7))/0x6+-parseInt(_0x25dfd6(0x91))/0x7*(parseInt(_0x25dfd6(0x96))/0x8)+-parseInt(_0x25dfd6(0x168))/0x9+parseInt(_0x25dfd6(0xb5))/0xa*(parseInt(_0x25dfd6(0x10c))/0xb);if(_0x158eb1===_0x57b0d0)break;else _0x4cf621['push'](_0x4cf621['shift']());}catch(_0x56c299){_0x4cf621['push'](_0x4cf621['shift']());}}}(a135_0x23d2,0xe56a5));function a135_0x23d2(){const _0x1deaf8=['2131512Ogtkvg','send','ms:edgeOptions','requireSeleniumWebdriver','getAccessibilityResults','setting\x20driver\x20Session\x20ID:\x20','.browserstack.com','UVlpU','\x20to\x20global\x20drivers\x20array','aiSdk_framework','YPBYz','TFtqD','catch','./bin/mocha/accessibility-automation/helper','pushCommand','includes','VtdEW','KQZcJ','./browserStackSdk','originalBuilder','2|0|3|1|4|5','/wd/hub','parameters_','getRequestOptions','cVjaR','browserstack.com','SDK_POST_INITIALIZE','push','New\x20hub\x20url\x20set\x20to\x20','qZjkQ','lBWyB','newHubUrl','ouwqh','XMXaC','options_','updateHubUrl','Failed\x20to\x20perform\x20scan\x20','agent_','proxy_','uQQWs','AahQe','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','getId','648114epGEcD','RriKq','browserStackGlobals','XDVgH','DNwLi','firefoxOptions_','qFmMK','se:ieOptions','./helpers/performance/constants','./helpers/ai-sdk/aiSdkWrapper','297zaQynO','browserstackAgent','error','moz:firefoxOptions','WZYYv','./helpers/ai-sdk/autoHealHelper','isUndefined','UIDbE','__driversArray','goog:chromeOptions','session_','acVAt','YWNtb','6|5|4|1|0|7|3|2','CAPABILITY_KEY','llBYG','object','_modifyPlaywright','gHAhb','WebDriver','aiHeal_isHealingEnabled','__driver','name_','nFBKG','kJYnM','exports','eunov','isBrowserstackInfra','requireModule','setAdditionalCapabilities','winstonLogger','readTcgAuthConfigToGlobal','BrowserStackSdk','Executor','TnTrr','mZOKj','length','HGnik','utVlv','getAccessibilityResultsSummary','aiSdk_bstackConfig','performScan','WBnEf','otcwH','hmehp','mctmR','getServerUrl','/session','tsijz','requireHttpClient','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','selenium-webdriver','getHubUrl','global','xNdYb','set','Modifying\x20webdriver\x20execute','setFramework','prototype','RPbzc','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','setCapabilities','Unable\x20to\x20find\x20executor\x20class\x20','debug','framework','capabilities','bstackAllyScanning','zhIcr','ieOptions','bstackA11yShouldScan','measureWrapper','mergeDeep','IbqaE','./helpers/helper','ASwaf','selenium-webdriver/lib/webdriver.js','safariOptions_','fjKvZ','Session\x20ID:\x20','proxySettings','forEach','split','patchDriverPercy','QkvAa','Xlvkg','firefoxOptions','setConfig','Dioig','JFkpB','fxDAH','path','9345555ZstjXp','VbVJw','SMfdv','635KzTfld','NxGgo','__setBrowserOptions','giuSp','tGlqt','edgeOptions_','./helpers/performance/performance-tester','ieOptions_','RvWSB','UGooM','BROWSERSTACK_TURBOSCALE','./helpers/accessibility-automation/helper','uFDXU','./helpers/accessibility-automation/scripts','build','capabilities_','jsGGX','14pnyFNP','setServer','oNGwJ','chromeOptions_','FGTPl','selenium-webdriver/lib/http.js','FnvKL','TvYco','capability','./helpers/percy/PercySDK','LcNYz','isPacProxy','format','uqtth','cFyFL','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','percy','Hub\x20url\x20set\x20to\x20','GJILH','execute','storeOptimalHubUrl','4066993Ohqprc','safari.options','OOxwK','Modifying\x20webdriver\x20builder','OcMTT','8YhbGJh','GYFLt','iDIUX','optimalHubUrl','wOVWF','overrideGet','setLogLevel','cYZvQ','jrDKA','rjDJm','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','getGlobal','proxyUrl','overrideQuit','WtQmR','getHttpAgent','Proxy\x20set\x20to\x20','then','shouldWrapCommand','loXKZ','Builder','__drivers','efpPV','url_','KMJRQ','setGlobal','oCNNX','./bin/playwright/modifyPlaywrightConf','wnvXG','get','./helpers/percy/utils','1478600uTDYUu','keys','YYegU','40108oNUAXy','kCQyG','prepareCapabilities','jest','Performing\x20scan\x20for\x20','browserstackAgentV2','caps_','browserStackLogLevel','zsucU','quitCount_','3|1|2|4|5|7|0|6','aiHeal_isAuthenticated','SDK_PRE_INITIALIZE','https://','tHlkc','DPZzk','CSujq','./helpers/globals','ALwef','atmvr','Tuhjf','TNNRF','isAccessibilityPlatform','HttpClient','apply','svvgT','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','498462TPFobY','./hubAllocationMethods','isTurboScaleSession','initializeHealingCapabilities'];a135_0x23d2=function(){return _0x1deaf8;};return a135_0x23d2();}const util=require('util'),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a135_0x363a03(0xe4)),helper=require(a135_0x363a03(0x156)),logger=require('./helpers/logger')[a135_0x363a03(0x12a)],hubAllocator=require(a135_0x363a03(0xd4)),percySDK=require(a135_0x363a03(0x85)),percyHelper=require(a135_0x363a03(0xb4)),BrowserStackSdk=require(a135_0x363a03(0xe9)),modifyPlaywrightConfig=require(a135_0x363a03(0xb1)),scripts=require(a135_0x363a03(0x78)),globals=require(a135_0x363a03(0xc9)),{commandRepository}=require(a135_0x363a03(0x111)),{aiSdkWrapper}=require(a135_0x363a03(0x10b)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a135_0x363a03(0x71)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a135_0x363a03(0x10a)),{nonBstackPlatformValidation}=require(a135_0x363a03(0x76)),modify=_0x509216=>{const _0x3b824b=a135_0x363a03,_0x4a9e1b={'svvgT':function(_0xc275e5,_0x42ef77){return _0xc275e5!==_0x42ef77;},'atmvr':_0x3b824b(0x13b),'waQRm':function(_0x1145bb,_0x13ce65){return _0x1145bb+_0x13ce65;},'XMXaC':_0x3b824b(0xc5),'YYegU':_0x3b824b(0xec),'WBnEf':_0x3b824b(0x115),'uQQWs':'chromeOptions','bdiGO':_0x3b824b(0xd9),'DPZzk':'edgeOptions','oNGwJ':_0x3b824b(0x10f),'GYFLt':_0x3b824b(0x162),'OcMTT':_0x3b824b(0x92),'nFBKG':_0x3b824b(0x109),'sqLlv':'ieOptions','cVjaR':function(_0x3f1652,_0x19a220){return _0x3f1652===_0x19a220;},'gHAhb':_0x3b824b(0x11c),'loXKZ':'Setting\x20Browserstack\x20capabilities','FnvKL':_0x3b824b(0x119),'giuSp':_0x3b824b(0xce),'xNdYb':function(_0x1a3710,_0x54238d,_0x33174f){return _0x1a3710(_0x54238d,_0x33174f);},'GaKoz':_0x3b824b(0x149),'UIDbE':function(_0x1ff25e){return _0x1ff25e();},'FGTPl':function(_0x1dc790,_0x18c111){return _0x1dc790(_0x18c111);},'kCQyG':_0x3b824b(0x99),'zsucU':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','bXakG':function(_0x39ffde,_0x3edff2,_0x4819b0){return _0x39ffde(_0x3edff2,_0x4819b0);},'XDVgH':function(_0x150013,_0x302480,_0x30f9e6){return _0x150013(_0x302480,_0x30f9e6);},'RNBQt':_0x3b824b(0xa0),'SMfdv':_0x3b824b(0x94)};logger['info'](_0x4a9e1b['RNBQt']),logger[_0x3b824b(0x14c)](_0x4a9e1b[_0x3b824b(0x6a)]);const _0x449ff2=helper[_0x3b824b(0xda)](),_0x541197=helper[_0x3b824b(0x13d)]();class _0x6a625c extends _0x541197[_0x3b824b(0xcf)]{['send'](_0x3513cd){const _0x33dba5=_0x3b824b;if(_0x4a9e1b[_0x33dba5(0xd1)](_0x3513cd['path'],_0x4a9e1b[_0x33dba5(0xcb)])&&_0x4a9e1b[_0x33dba5(0xd1)](global[_0x33dba5(0xf6)],''))try{global[_0x33dba5(0xf6)]=_0x4a9e1b['waQRm'](_0x4a9e1b['waQRm'](_0x4a9e1b[_0x33dba5(0xf8)],global['newHubUrl']),_0x4a9e1b[_0x33dba5(0xb7)]),this[_0x33dba5(0xf9)]=hubAllocator[_0x33dba5(0xee)](global[_0x33dba5(0xf6)]),logger['debug'](_0x33dba5(0xf3)+global['newHubUrl']),global[_0x33dba5(0xf6)]='';}catch(_0x393970){logger['error'](_0x393970);}return super['send'](_0x3513cd);}}class _0x2de4ba extends _0x449ff2[_0x3b824b(0xaa)]{['__setBrowserOptions'](_0x23a81c){const _0x366d3c=_0x3b824b;let _0x5dd554={};for(const _0x25acbf in _0x23a81c){switch(_0x25acbf){case _0x4a9e1b[_0x366d3c(0x136)]:case _0x4a9e1b[_0x366d3c(0xfe)]:this[_0x366d3c(0x7f)]&&(_0x5dd554=this['chromeOptions_'][_0x366d3c(0xb3)](this[_0x366d3c(0x7f)][_0x366d3c(0x11a)])||{},this[_0x366d3c(0x7f)][_0x366d3c(0x143)](this[_0x366d3c(0x7f)]['CAPABILITY_KEY'],helper[_0x366d3c(0x154)](_0x5dd554,_0x23a81c[_0x25acbf])));break;case _0x4a9e1b['bdiGO']:case _0x4a9e1b[_0x366d3c(0xc7)]:this['edgeOptions_']&&(_0x5dd554=this['edgeOptions_'][_0x366d3c(0xb3)](this[_0x366d3c(0x70)]['CAPABILITY_KEY'])||{},this[_0x366d3c(0x70)][_0x366d3c(0x143)](this['edgeOptions_'][_0x366d3c(0x11a)],helper['mergeDeep'](_0x5dd554,_0x23a81c[_0x25acbf])));break;case _0x4a9e1b[_0x366d3c(0x7e)]:case _0x4a9e1b[_0x366d3c(0x97)]:this[_0x366d3c(0x107)]&&(_0x5dd554=this[_0x366d3c(0x107)][_0x366d3c(0xb3)](this[_0x366d3c(0x107)][_0x366d3c(0x11a)])||{},this[_0x366d3c(0x107)][_0x366d3c(0x143)](this[_0x366d3c(0x107)][_0x366d3c(0x11a)],helper[_0x366d3c(0x154)](_0x5dd554,_0x23a81c[_0x25acbf])));break;case _0x4a9e1b[_0x366d3c(0x95)]:this['safariOptions_']&&(_0x5dd554=this[_0x366d3c(0x159)][_0x366d3c(0xb3)](this[_0x366d3c(0x159)][_0x366d3c(0x11a)])||{},this[_0x366d3c(0x159)][_0x366d3c(0x143)](this[_0x366d3c(0x159)][_0x366d3c(0x11a)],helper['mergeDeep'](_0x5dd554,_0x23a81c[_0x25acbf])));break;case _0x4a9e1b[_0x366d3c(0x123)]:case _0x4a9e1b['sqLlv']:this[_0x366d3c(0x72)]&&(_0x5dd554=this['ieOptions_']['get'](this[_0x366d3c(0x72)]['CAPABILITY_KEY'])||{},this[_0x366d3c(0x72)][_0x366d3c(0x143)](this[_0x366d3c(0x72)][_0x366d3c(0x11a)],helper[_0x366d3c(0x154)](_0x5dd554,_0x23a81c[_0x25acbf])));break;}}}[_0x3b824b(0x7d)](){const _0x152329=_0x3b824b;return this[_0x152329(0xad)]=helper['getHubUrl'](_0x509216),logger['debug'](_0x152329(0x8d)+this[_0x152329(0xad)]),this;}[_0x3b824b(0x14a)](){const _0xcb35b3=_0x3b824b,_0x41755e={'rCUrw':function(_0x7eb9d4,_0x20e1ba){const _0x2b722e=a135_0x45c6;return _0x4a9e1b[_0x2b722e(0xef)](_0x7eb9d4,_0x20e1ba);},'ShQdQ':_0x4a9e1b[_0xcb35b3(0x11e)]};return logger['debug'](_0x4a9e1b[_0xcb35b3(0xa9)]),this[_0xcb35b3(0x6d)](_0x509216[_0xcb35b3(0x84)]),Object[_0xcb35b3(0xb6)](_0x509216['capability'])[_0xcb35b3(0x15d)](_0x5a9c8e=>{const _0x46d7ef=_0xcb35b3,_0xda8d40=this[_0x46d7ef(0x7a)][_0x46d7ef(0xb3)](_0x5a9c8e);_0x41755e['rCUrw'](typeof _0xda8d40,_0x41755e['ShQdQ'])?this[_0x46d7ef(0x7a)][_0x46d7ef(0x143)](_0x5a9c8e,helper['mergeDeep'](_0xda8d40,_0x509216['capability'][_0x5a9c8e])):this[_0x46d7ef(0x7a)]['set'](_0x5a9c8e,_0x509216[_0x46d7ef(0x84)][_0x5a9c8e]);}),this;}[_0x3b824b(0x79)](){const _0x3c5012=_0x3b824b,_0x38a6a3={'tHlkc':function(_0x1650ac,_0x74fd6d,_0x25413b){return _0x4a9e1b['bXakG'](_0x1650ac,_0x74fd6d,_0x25413b);},'GJILH':function(_0x47c75b,_0x523c94,_0x5f46e7){const _0x33777d=a135_0x45c6;return _0x4a9e1b[_0x33777d(0x105)](_0x47c75b,_0x523c94,_0x5f46e7);},'QHiSc':function(_0x247dd6,_0x67c756,_0x53b69c){const _0x14cfd7=a135_0x45c6;return _0x4a9e1b[_0x14cfd7(0x142)](_0x247dd6,_0x67c756,_0x53b69c);}};PerformanceTester[_0x3c5012(0x153)](PerformanceEvents[_0x3c5012(0xc4)],()=>{const _0x299109=_0x3c5012,_0x3bc3ad=_0x4a9e1b[_0x299109(0x82)][_0x299109(0x15e)]('|');let _0x22cf5c=0x0;while(!![]){switch(_0x3bc3ad[_0x22cf5c++]){case'0':globals['getGlobal'](_0x4a9e1b[_0x299109(0x6e)])&&(!_0x4a9e1b[_0x299109(0x142)](setExtension,this,_0x509216)&&globals[_0x299109(0xaf)](_0x4a9e1b[_0x299109(0x6e)],![]));continue;case'1':if(helper[_0x299109(0x87)](_0x509216['proxySettings']['proxyUrl']))this[_0x299109(0xfc)]=helper['getHttpAgent'](_0x509216[_0x299109(0x15c)][_0x299109(0xa2)]);else _0x509216[_0x299109(0x15c)][_0x299109(0xa2)]&&(this[_0x299109(0xfd)]=_0x509216[_0x299109(0x15c)][_0x299109(0xa2)],logger[_0x299109(0x14c)](_0x299109(0xa6)+this['proxy_']));continue;case'2':logger[_0x299109(0x14c)](_0x4a9e1b['GaKoz']);continue;case'3':helper['setAdditionalCapabilities'](_0x509216[_0x299109(0x84)]);continue;case'4':this[_0x299109(0x14a)]();continue;case'5':this['setServer']();continue;case'6':_0x4a9e1b[_0x299109(0x113)](isAccessibilityAutomationSession)&&_0x4a9e1b[_0x299109(0x80)](setAccessibilityCapabilities,_0x509216);continue;case'7':(!helper[_0x299109(0x127)]()||helper[_0x299109(0xd5)](_0x509216))&&helper[_0x299109(0xba)](null,null,_0x509216[_0x299109(0x14d)],null,this,null);continue;}break;}})();const _0x19faa0=super[_0x3c5012(0x79)]();return PerformanceTester[_0x3c5012(0x153)](PerformanceEvents[_0x3c5012(0xf1)],()=>{const _0xea7350=_0x3c5012,_0x30531c={'iDIUX':_0x4a9e1b[_0xea7350(0xb9)],'tGlqt':_0x4a9e1b[_0xea7350(0xc0)],'IbqaE':function(_0x2678e2,_0x276a6b){const _0x56a076=_0xea7350;return _0x4a9e1b[_0x56a076(0x80)](_0x2678e2,_0x276a6b);},'uFDXU':function(_0x1d02d5,_0x3057f8,_0x35c46f){const _0x189485=_0xea7350;return _0x4a9e1b[_0x189485(0x142)](_0x1d02d5,_0x3057f8,_0x35c46f);}};_0x19faa0[_0xea7350(0x116)][_0xea7350(0xa7)](_0x284cc3=>{const _0xebeb87=_0xea7350;try{const _0x2fe8d0=_0x284cc3['caps_']['get'](_0x30531c[_0xebeb87(0x98)]);_0x2fe8d0?(logger[_0xebeb87(0x14c)](_0xebeb87(0x8b)+_0x2fe8d0),hubAllocator['updateHubUrl'](_0x2fe8d0),helper['storeOptimalHubUrl'](_0x2fe8d0)):logger['debug'](_0x30531c[_0xebeb87(0x6f)]);}catch(_0x2c0489){logger[_0xebeb87(0x14c)](_0xebeb87(0xd2)+_0x2c0489);}}),_0x19faa0[_0xea7350(0xa7)]&&_0x19faa0[_0xea7350(0xa7)](_0x5b6990=>{const _0x102164=_0xea7350,_0x1d93d1={'RvWSB':function(_0x4186aa,_0x306025,_0x26b277){const _0x452f4d=a135_0x45c6;return _0x38a6a3[_0x452f4d(0xc6)](_0x4186aa,_0x306025,_0x26b277);}};helper[_0x102164(0x9b)](_0x5b6990,_0x509216),_0x38a6a3[_0x102164(0x8e)](overrideExecute,_0x5b6990,_0x509216),_0x5b6990[_0x102164(0x133)]=async()=>{return await _0x1d93d1['RvWSB'](getAccessibilityResultsSummary,_0x5b6990,global);},_0x5b6990[_0x102164(0xdb)]=async()=>{const _0x58f696=_0x102164;return await _0x1d93d1[_0x58f696(0x73)](getAccessibilityResults,_0x5b6990,global);},_0x5b6990['performScan']=async()=>{const _0x111b23=_0x102164;return await _0x30531c[_0x111b23(0x155)](performScan,_0x5b6990);};}),_0x19faa0[_0xea7350(0x133)]=async()=>{return await _0x38a6a3['QHiSc'](getAccessibilityResultsSummary,_0x19faa0,global);},_0x19faa0['getAccessibilityResults']=async()=>{const _0x3c8f14=_0xea7350;return await _0x30531c[_0x3c8f14(0x77)](getAccessibilityResults,_0x19faa0,global);},_0x19faa0[_0xea7350(0x135)]=async()=>{const _0x318a30=_0xea7350;return await _0x30531c[_0x318a30(0x155)](performScan,_0x19faa0);},helper[_0xea7350(0x9b)](_0x19faa0,_0x509216),_0x4a9e1b[_0xea7350(0x142)](overrideExecute,_0x19faa0,_0x509216),helper[_0xea7350(0x112)](global['__driversArray'])&&(global[_0xea7350(0x114)]=[]),global[_0xea7350(0x114)][_0xea7350(0xf2)](_0x19faa0);})(),_0x19faa0;}}_0x449ff2[_0x3b824b(0xea)]=_0x449ff2['Builder'],_0x449ff2[_0x3b824b(0xaa)]=_0x2de4ba,_0x541197[_0x3b824b(0xcf)]=_0x6a625c;},modifyV2=(_0x9ab028,_0x10a027=null,_0xe5e52d=![])=>{const _0x4d70a0=a135_0x363a03,_0x22bdbc={'OOxwK':function(_0x231d48,_0x2a7cab){return _0x231d48!==_0x2a7cab;},'LcNYz':_0x4d70a0(0x13b),'fgTWn':function(_0xa46f04,_0x25ba1a){return _0xa46f04+_0x25ba1a;},'VtdEW':function(_0x258ed9,_0x34bf73){return _0x258ed9+_0x34bf73;},'acVAt':_0x4d70a0(0xc5),'ALwef':'/wd/hub','uqtth':_0x4d70a0(0xc3),'HGnik':_0x4d70a0(0x120),'rjDJm':_0x4d70a0(0x115),'utVlv':'chromeOptions','ByFSI':_0x4d70a0(0xd9),'otcwH':'edgeOptions','mZOKj':_0x4d70a0(0x10f),'fxDAH':_0x4d70a0(0x162),'YWNtb':_0x4d70a0(0x92),'hzLsQ':_0x4d70a0(0x109),'Tuhjf':_0x4d70a0(0x151),'mctmR':function(_0x476160,_0x253128){return _0x476160===_0x253128;},'WtQmR':_0x4d70a0(0x11c),'TFtqD':'Setting\x20Browserstack\x20capabilities','kOZhm':function(_0x29f71f,_0x2f8085){return _0x29f71f>_0x2f8085;},'KMJRQ':function(_0x56e465,_0x515a83){return _0x56e465>_0x515a83;},'DNwLi':_0x4d70a0(0xc2),'ASwaf':function(_0x3cef9f){return _0x3cef9f();},'wnvXG':function(_0x3d18ac,_0x4c0ffd){return _0x3d18ac(_0x4c0ffd);},'efpPV':_0x4d70a0(0x149),'hmehp':_0x4d70a0(0xce),'llBYG':function(_0x290f6a,_0x11fe11,_0x4befdf){return _0x290f6a(_0x11fe11,_0x4befdf);},'TNNRF':_0x4d70a0(0xeb),'UGooM':function(_0x20e972){return _0x20e972();},'TnTrr':_0x4d70a0(0xf0),'qFmMK':function(_0x3be2fc,_0x113d61){return _0x3be2fc===_0x113d61;},'AahQe':_0x4d70a0(0xe0),'JFUHc':_0x4d70a0(0xbb),'jQbxL':_0x4d70a0(0x134),'ouwqh':_0x4d70a0(0xdd),'nzHOj':_0x4d70a0(0x100),'KQZcJ':_0x4d70a0(0x99),'VbVJw':_0x4d70a0(0x13e),'RriKq':function(_0x31de2c,_0x5b6566,_0x54a997){return _0x31de2c(_0x5b6566,_0x54a997);},'bwCGu':function(_0x1dc436,_0x5d5b26){return _0x1dc436!==_0x5d5b26;},'NxGgo':_0x4d70a0(0x14f),'YPBYz':_0x4d70a0(0x152),'rXbAC':function(_0x473f09,_0x36db2b){return _0x473f09(_0x36db2b);},'jsGGX':function(_0x163499,_0x2ed70e,_0x2a95fb){return _0x163499(_0x2ed70e,_0x2a95fb);},'JFkpB':_0x4d70a0(0xa0),'zhIcr':_0x4d70a0(0x94),'xVyaB':function(_0xc9396b){return _0xc9396b();},'lBWyB':_0x4d70a0(0x158),'fjKvZ':_0x4d70a0(0x13f),'cFyFL':_0x4d70a0(0x81),'XNIOX':_0x4d70a0(0x144),'Xlvkg':_0x4d70a0(0x14b)},_0xd616bb=helper[_0x4d70a0(0x13d)]();let _0x357473;try{_0x357473=helper[_0x4d70a0(0xda)](),_0x357473['originalBuilder']&&(_0x357473['Builder']=_0x357473[_0x4d70a0(0xea)]);}catch(_0x38c1cc){return;}if(helper[_0x4d70a0(0x127)]()){const _0x45b949={};_0x45b949['logLevel']=_0x9ab028[_0x4d70a0(0xbf)],helper[_0x4d70a0(0x9c)](_0x45b949,new Map(),new Map()),logger['info'](_0x22bdbc[_0x4d70a0(0x165)]),logger[_0x4d70a0(0x14c)](_0x22bdbc[_0x4d70a0(0x150)]);}class _0x3baad2 extends _0xd616bb[_0x4d70a0(0xcf)]{[_0x4d70a0(0xd8)](_0x5f0859){const _0xde7e6f=_0x4d70a0;if(_0x22bdbc['OOxwK'](_0x5f0859['path'],_0x22bdbc[_0xde7e6f(0x86)])&&_0x22bdbc[_0xde7e6f(0x93)](global[_0xde7e6f(0xf6)],''))try{global[_0xde7e6f(0xf6)]=_0x22bdbc['fgTWn'](_0x22bdbc[_0xde7e6f(0xe7)](_0x22bdbc[_0xde7e6f(0x117)],global[_0xde7e6f(0xf6)]),_0x22bdbc[_0xde7e6f(0xca)]),this[_0xde7e6f(0xf9)]=hubAllocator[_0xde7e6f(0xee)](global['newHubUrl']),logger['debug'](_0xde7e6f(0xf3)+global[_0xde7e6f(0xf6)]),global['newHubUrl']='';}catch(_0xd9787c){logger[_0xde7e6f(0x10e)](_0xd9787c);}if(globals[_0xde7e6f(0xa1)](_0x22bdbc['uqtth'])&&globals[_0xde7e6f(0xa1)](_0x22bdbc[_0xde7e6f(0x131)])){const _0x5a1891=_0x5f0859[_0xde7e6f(0x167)][_0xde7e6f(0x15e)]('/')[0x2];_0x5a1891&&commandRepository[_0xde7e6f(0xe5)](_0x5a1891,_0x5f0859);}return super['send'](_0x5f0859);}}class _0xeae825 extends _0x357473[_0x4d70a0(0xaa)]{['setServer'](){const _0x20a045=_0x4d70a0;return this['url_']=helper[_0x20a045(0x140)](_0x9ab028),logger[_0x20a045(0x14c)](_0x20a045(0x8d)+this[_0x20a045(0xad)]),this;}[_0x4d70a0(0x6d)](_0x53cf8c){const _0x17808f=_0x4d70a0;let _0x223246={};for(const _0x2b6eeb in _0x53cf8c){switch(_0x2b6eeb){case _0x22bdbc[_0x17808f(0x9f)]:case _0x22bdbc[_0x17808f(0x132)]:this[_0x17808f(0x7f)]&&(_0x223246=this[_0x17808f(0x7f)][_0x17808f(0xb3)](this['chromeOptions_'][_0x17808f(0x11a)])||{},this[_0x17808f(0x7f)][_0x17808f(0x143)](this[_0x17808f(0x7f)]['CAPABILITY_KEY'],helper[_0x17808f(0x154)](_0x223246,_0x53cf8c[_0x2b6eeb])));break;case _0x22bdbc['ByFSI']:case _0x22bdbc[_0x17808f(0x137)]:this[_0x17808f(0x70)]&&(_0x223246=this['edgeOptions_'][_0x17808f(0xb3)](this[_0x17808f(0x70)]['CAPABILITY_KEY'])||{},this[_0x17808f(0x70)][_0x17808f(0x143)](this['edgeOptions_'][_0x17808f(0x11a)],helper[_0x17808f(0x154)](_0x223246,_0x53cf8c[_0x2b6eeb])));break;case _0x22bdbc[_0x17808f(0x12f)]:case _0x22bdbc[_0x17808f(0x166)]:this[_0x17808f(0x107)]&&(_0x223246=this[_0x17808f(0x107)]['get'](this[_0x17808f(0x107)]['CAPABILITY_KEY'])||{},this['firefoxOptions_']['set'](this[_0x17808f(0x107)][_0x17808f(0x11a)],helper[_0x17808f(0x154)](_0x223246,_0x53cf8c[_0x2b6eeb])));break;case _0x22bdbc[_0x17808f(0x118)]:this[_0x17808f(0x159)]&&(_0x223246=this['safariOptions_'][_0x17808f(0xb3)](this['safariOptions_'][_0x17808f(0x11a)])||{},this['safariOptions_']['set'](this[_0x17808f(0x159)][_0x17808f(0x11a)],helper[_0x17808f(0x154)](_0x223246,_0x53cf8c[_0x2b6eeb])));break;case _0x22bdbc['hzLsQ']:case _0x22bdbc[_0x17808f(0xcc)]:this[_0x17808f(0x72)]&&(_0x223246=this['ieOptions_'][_0x17808f(0xb3)](this[_0x17808f(0x72)]['CAPABILITY_KEY'])||{},this[_0x17808f(0x72)]['set'](this[_0x17808f(0x72)][_0x17808f(0x11a)],helper[_0x17808f(0x154)](_0x223246,_0x53cf8c[_0x2b6eeb])));break;}}}[_0x4d70a0(0x14a)](){const _0x3132e1=_0x4d70a0;logger[_0x3132e1(0x14c)](_0x22bdbc[_0x3132e1(0xe2)]);const _0x62002d=_0x9ab028[_0x3132e1(0x84)]&&_0x22bdbc['kOZhm'](Object[_0x3132e1(0xb6)](_0x9ab028[_0x3132e1(0x84)])[_0x3132e1(0x130)],0x0)?_0x9ab028[_0x3132e1(0x84)]:_0x9ab028[_0x3132e1(0x14e)]&&Array['isArray'](_0x9ab028[_0x3132e1(0x14e)])&&_0x22bdbc[_0x3132e1(0xae)](_0x9ab028[_0x3132e1(0x14e)][_0x3132e1(0x130)],0x0)?_0x9ab028[_0x3132e1(0x14e)][0x0]:{};return this[_0x3132e1(0x6d)](_0x62002d),Object[_0x3132e1(0xb6)](_0x62002d)[_0x3132e1(0x15d)](_0x4c4a16=>{const _0xb002b5=_0x3132e1,_0x289728=this[_0xb002b5(0x7a)][_0xb002b5(0xb3)](_0x4c4a16);_0x22bdbc[_0xb002b5(0x139)](typeof _0x289728,_0x22bdbc[_0xb002b5(0xa4)])?this[_0xb002b5(0x7a)][_0xb002b5(0x143)](_0x4c4a16,helper[_0xb002b5(0x154)](_0x289728,_0x62002d[_0x4c4a16])):this[_0xb002b5(0x7a)][_0xb002b5(0x143)](_0x4c4a16,_0x62002d[_0x4c4a16]);}),this;}[_0x4d70a0(0x79)](){const _0x5edb0a=_0x4d70a0,_0x4d0ee4={'WZYYv':function(_0x3b1203){const _0x165f73=a135_0x45c6;return _0x22bdbc[_0x165f73(0x74)](_0x3b1203);},'eunov':function(_0x2915fe,_0x7e88b7,_0x385540){const _0x3230da=a135_0x45c6;return _0x22bdbc[_0x3230da(0x11b)](_0x2915fe,_0x7e88b7,_0x385540);},'tsijz':_0x22bdbc[_0x5edb0a(0x138)],'oCNNX':function(_0x1c1cfc,_0x569ae0,_0x42f33c){const _0x323687=_0x5edb0a;return _0x22bdbc[_0x323687(0x11b)](_0x1c1cfc,_0x569ae0,_0x42f33c);},'QkvAa':_0x22bdbc[_0x5edb0a(0xe8)],'RPbzc':_0x22bdbc[_0x5edb0a(0x69)],'gOmsl':function(_0x8d5bee,_0x17728b){const _0x6c08b0=_0x5edb0a;return _0x22bdbc[_0x6c08b0(0xb2)](_0x8d5bee,_0x17728b);},'CSujq':function(_0x2b2d4e,_0x1b1456,_0x3cde52){const _0x2b5b59=_0x5edb0a;return _0x22bdbc[_0x2b5b59(0x103)](_0x2b2d4e,_0x1b1456,_0x3cde52);},'UVlpU':function(_0x3a3f1e,_0x1d44e1){const _0x3500da=_0x5edb0a;return _0x22bdbc[_0x3500da(0xb2)](_0x3a3f1e,_0x1d44e1);},'Dioig':function(_0x322461,_0xcb43f){return _0x22bdbc['wnvXG'](_0x322461,_0xcb43f);},'LppCp':function(_0x40f2bd,_0x15e29f){const _0x74ca26=_0x5edb0a;return _0x22bdbc[_0x74ca26(0x93)](_0x40f2bd,_0x15e29f);},'TvYco':function(_0x7be8aa,_0x7df199){return _0x22bdbc['bwCGu'](_0x7be8aa,_0x7df199);}};PerformanceTester[_0x5edb0a(0x153)](PerformanceEvents[_0x5edb0a(0xc4)],()=>{const _0x1b4f65=_0x5edb0a;if(helper[_0x1b4f65(0x127)]()){const _0x3a6f3a=_0x22bdbc[_0x1b4f65(0x106)]['split']('|');let _0x17d2b9=0x0;while(!![]){switch(_0x3a6f3a[_0x17d2b9++]){case'0':process['env'][_0x1b4f65(0x75)]&&(helper[_0x1b4f65(0xba)](null,null,_0x9ab028[_0x1b4f65(0x14d)],null,this,null),helper['setAdditionalCapabilities'](_0x9ab028[_0x1b4f65(0x84)]),helper[_0x1b4f65(0x12b)]());continue;case'1':_0x22bdbc[_0x1b4f65(0x157)](isAccessibilityAutomationSession)&&_0x22bdbc['wnvXG'](setAccessibilityCapabilities,_0x9ab028);continue;case'2':this['setServer']();continue;case'3':helper[_0x1b4f65(0x129)](_0x9ab028['capability']);continue;case'4':this[_0x1b4f65(0x14a)]();continue;case'5':if(helper['isPacProxy'](_0x9ab028[_0x1b4f65(0x15c)][_0x1b4f65(0xa2)]))this['agent_']=helper[_0x1b4f65(0xa5)](_0x9ab028[_0x1b4f65(0x15c)][_0x1b4f65(0xa2)]);else _0x9ab028[_0x1b4f65(0x15c)][_0x1b4f65(0xa2)]&&(this[_0x1b4f65(0xfd)]=_0x9ab028[_0x1b4f65(0x15c)][_0x1b4f65(0xa2)],logger[_0x1b4f65(0x14c)](_0x1b4f65(0xa6)+this[_0x1b4f65(0xfd)]));continue;case'6':logger[_0x1b4f65(0x14c)](_0x22bdbc[_0x1b4f65(0xac)]);continue;case'7':globals[_0x1b4f65(0xa1)](_0x22bdbc['hmehp'])&&(!_0x22bdbc[_0x1b4f65(0x11b)](setExtension,this,_0x9ab028)&&globals[_0x1b4f65(0xaf)](_0x22bdbc['hmehp'],![]));continue;}break;}}else{const _0x57bbdc=_0x22bdbc[_0x1b4f65(0xcd)]['split']('|');let _0x14a5e8=0x0;while(!![]){switch(_0x57bbdc[_0x14a5e8++]){case'0':helper[_0x1b4f65(0x129)](_0x9ab028[_0x1b4f65(0x84)]);continue;case'1':_0x22bdbc[_0x1b4f65(0x74)](isAccessibilityAutomationSession)&&this[_0x1b4f65(0x13a)]()[_0x1b4f65(0xe6)](_0x22bdbc[_0x1b4f65(0x12e)])&&(_0x22bdbc[_0x1b4f65(0xb2)](setAccessibilityCapabilities,_0x9ab028),this[_0x1b4f65(0x14a)]());continue;case'2':helper[_0x1b4f65(0xba)](null,null,_0x9ab028[_0x1b4f65(0x14d)],null,this,null);continue;case'3':helper[_0x1b4f65(0x12b)]();continue;case'4':_0x22bdbc[_0x1b4f65(0x108)](globals[_0x1b4f65(0xa1)](_0x22bdbc[_0x1b4f65(0xff)]),_0x22bdbc['JFUHc'])&&(commandRepository[_0x1b4f65(0x145)](_0x22bdbc['JFUHc']),commandRepository[_0x1b4f65(0x163)](globals[_0x1b4f65(0xa1)](_0x22bdbc['jQbxL'])));continue;case'5':if(this[_0x1b4f65(0xad)][_0x1b4f65(0xe6)](_0x22bdbc[_0x1b4f65(0xf7)]))logger[_0x1b4f65(0x14c)](_0x22bdbc['nzHOj']),globals['setGlobal'](_0x22bdbc[_0x1b4f65(0x89)],![]),globals['setGlobal'](_0x22bdbc[_0x1b4f65(0x131)],![]);else globals['getGlobal'](_0x22bdbc[_0x1b4f65(0x89)])&&globals['getGlobal'](_0x22bdbc[_0x1b4f65(0x131)])&&aiSdkWrapper[_0x1b4f65(0xd6)](this);continue;}break;}}})();const _0x28a1b2=super[_0x5edb0a(0x79)]();return PerformanceTester[_0x5edb0a(0x153)](PerformanceEvents[_0x5edb0a(0xf1)],()=>{const _0x356879=_0x5edb0a,_0xaffae6={'VpiJZ':_0x4d0ee4[_0x356879(0x160)],'cYZvQ':_0x4d0ee4[_0x356879(0x147)],'wOVWF':function(_0xc68f8f,_0x4ef6bc){return _0x4d0ee4['gOmsl'](_0xc68f8f,_0x4ef6bc);},'jrDKA':function(_0x4e139b,_0xbb9562,_0x195b88){return _0x4d0ee4['CSujq'](_0x4e139b,_0xbb9562,_0x195b88);},'VmTKw':function(_0x49a2ec,_0xdc68ca,_0x402bf0){const _0x4d0a1c=_0x356879;return _0x4d0ee4[_0x4d0a1c(0xc8)](_0x49a2ec,_0xdc68ca,_0x402bf0);},'mJSdT':function(_0xbd0052,_0x2bc0b5){const _0x988316=_0x356879;return _0x4d0ee4[_0x988316(0xde)](_0xbd0052,_0x2bc0b5);}};_0x28a1b2[_0x356879(0x116)]['then'](_0x44304a=>{const _0x335498=_0x356879,_0x582c63=_0x44304a[_0x335498(0xbe)];if(!helper['isBrowserstackInfra']()&&_0x4d0ee4[_0x335498(0x110)](isAccessibilityAutomationSession)){const _0x5c74e1=_0x4d0ee4['eunov'](nonBstackPlatformValidation,_0x582c63,this);globals[_0x335498(0xaf)](_0x4d0ee4['tsijz'],_0x5c74e1);}}),_0x28a1b2['session_'][_0x356879(0xa7)](_0x1f61cc=>{const _0x49cbcc=_0x356879;try{logger['debug'](_0x49cbcc(0x15b)+_0x1f61cc['getId']());const _0x1177bc=_0x1f61cc['caps_']['get'](_0xaffae6['VpiJZ']);_0x1177bc?(logger[_0x49cbcc(0x14c)](_0x49cbcc(0x8b)+_0x1177bc),hubAllocator[_0x49cbcc(0xfa)](_0x1177bc),helper[_0x49cbcc(0x90)](_0x1177bc)):logger[_0x49cbcc(0x14c)](_0xaffae6[_0x49cbcc(0x9d)]);}catch(_0x46cb5b){logger[_0x49cbcc(0x14c)](_0x49cbcc(0xd2)+_0x46cb5b);}}),_0x28a1b2[_0x356879(0xc1)]=0x0,_0x28a1b2[_0x356879(0xa7)]&&_0x28a1b2[_0x356879(0xa7)](_0x59e4cc=>{const _0x2edd74=_0x356879,_0x5b94f7={'qZjkQ':function(_0x27706f,_0x1061fc,_0x1189b3){const _0x26f2d8=a135_0x45c6;return _0xaffae6[_0x26f2d8(0x9e)](_0x27706f,_0x1061fc,_0x1189b3);},'kJYnM':function(_0x24aa23,_0x4fbf8c,_0x8be4c6){return _0xaffae6['VmTKw'](_0x24aa23,_0x4fbf8c,_0x8be4c6);}};helper['overrideQuit'](_0x59e4cc,_0x28a1b2),_0xe5e52d&&_0xaffae6['wOVWF'](overrideTakeScreenshot,_0x59e4cc),helper[_0x2edd74(0x9b)](_0x59e4cc,_0x9ab028),_0xaffae6[_0x2edd74(0x9e)](overrideExecute,_0x59e4cc,_0x9ab028),_0x9ab028[_0x2edd74(0x84)]&&percyHelper[_0x2edd74(0x15f)](_0x59e4cc,_0x357473['WebElement'],_0x9ab028),_0x59e4cc[_0x2edd74(0x133)]=async()=>{const _0xcabf58=_0x2edd74;return await _0x5b94f7[_0xcabf58(0xf4)](getAccessibilityResultsSummary,_0x59e4cc,global);},_0x59e4cc[_0x2edd74(0xdb)]=async()=>{const _0x18f708=_0x2edd74;return await _0x5b94f7[_0x18f708(0x124)](getAccessibilityResults,_0x59e4cc,global);},_0x59e4cc['performScan']=async()=>{const _0x498adc=_0x2edd74;return await _0xaffae6[_0x498adc(0x9a)](performScan,_0x59e4cc);};}),_0x28a1b2[_0x356879(0x133)]=async()=>{const _0x150c75=_0x356879;return await _0xaffae6[_0x150c75(0x9e)](getAccessibilityResultsSummary,_0x28a1b2,global);},_0x28a1b2[_0x356879(0xdb)]=async()=>{const _0x1d83b1=_0x356879;return await _0x4d0ee4[_0x1d83b1(0xb0)](getAccessibilityResults,_0x28a1b2,global);},_0x28a1b2[_0x356879(0x135)]=async()=>{return await _0xaffae6['mJSdT'](performScan,_0x28a1b2);},_0xe5e52d&&_0x4d0ee4[_0x356879(0x164)](overrideTakeScreenshot,_0x28a1b2),helper[_0x356879(0xa3)](_0x28a1b2),helper[_0x356879(0x9b)](_0x28a1b2,_0x9ab028),_0x4d0ee4[_0x356879(0x126)](overrideExecute,_0x28a1b2,_0x9ab028),_0x9ab028[_0x356879(0x84)]&&percyHelper[_0x356879(0x15f)](_0x28a1b2,_0x357473['WebElement'],_0x9ab028);helper[_0x356879(0x112)](global['__driversArray'])&&(global['__driversArray']=[]);helper[_0x356879(0x112)](global[_0x356879(0xab)])&&(global[_0x356879(0xab)]=[]);global[_0x356879(0x114)][_0x356879(0xf2)](_0x28a1b2),global[_0x356879(0x121)]=_0x28a1b2,_0x10a027&&(_0x10a027['global'][_0x356879(0x121)]=_0x28a1b2);_0x4d0ee4['LppCp'](global[_0x356879(0xab)],undefined)&&global[_0x356879(0xab)][_0x356879(0xf2)](_0x28a1b2);_0x10a027&&helper['isUndefined'](_0x10a027[_0x356879(0x141)][_0x356879(0xab)])&&(_0x10a027[_0x356879(0x141)][_0x356879(0xab)]=[]);_0x10a027&&helper['isUndefined'](_0x10a027[_0x356879(0x141)][_0x356879(0x114)])&&(_0x10a027['global'][_0x356879(0x114)]=[]);_0x10a027&&_0x4d0ee4[_0x356879(0x83)](_0x10a027[_0x356879(0x141)][_0x356879(0xab)],undefined)&&(_0x10a027[_0x356879(0x141)]['__drivers'][_0x356879(0xf2)](_0x28a1b2),_0x10a027[_0x356879(0x141)][_0x356879(0x114)][_0x356879(0xf2)](_0x28a1b2));_0x28a1b2['isAccessibilityPlatform']=globals[_0x356879(0xa1)](_0x4d0ee4[_0x356879(0x13c)]);try{global[_0x356879(0xab)][0x0][_0x356879(0x116)]['then'](_0x530dae=>{const _0x3d60b4=_0x356879;logger['debug'](_0x3d60b4(0xdc)+_0x530dae[_0x3d60b4(0x101)]()+_0x3d60b4(0xdf));})[_0x356879(0xe3)](_0x51eda3=>{const _0x3c25ba=_0x356879;logger['debug'](_0x3c25ba(0x148)+_0x51eda3);});}catch(_0x1c991a){logger['debug'](_0x356879(0x148)+_0x1c991a);}globals['setGlobal'](_0x4d0ee4[_0x356879(0x13c)],globals[_0x356879(0xa1)](_0x4d0ee4[_0x356879(0x13c)]));})(),_0x28a1b2;}}_0x10a027&&(globals[_0x4d70a0(0x104)]=_0x10a027[_0x4d70a0(0x141)]['browserStackGlobals']);if(_0x22bdbc['xVyaB'](isAccessibilityAutomationSession))try{let _0x3c72bf=helper[_0x4d70a0(0x128)](_0x22bdbc[_0x4d70a0(0xf5)],_0x22bdbc[_0x4d70a0(0x15a)])[_0x4d70a0(0x11f)];(!_0x3c72bf['prototype']||!_0x3c72bf[_0x4d70a0(0x146)]['execute'])&&(_0x3c72bf=helper['requireModule'](_0x22bdbc[_0x4d70a0(0x8a)],_0x22bdbc[_0x4d70a0(0x15a)])[_0x4d70a0(0x12d)]);if(_0x3c72bf[_0x4d70a0(0x146)]&&_0x3c72bf[_0x4d70a0(0x146)]['execute']){const _0x574539=_0x3c72bf[_0x4d70a0(0x146)][_0x4d70a0(0x8f)];logger[_0x4d70a0(0x14c)](_0x22bdbc['XNIOX']),_0x3c72bf[_0x4d70a0(0x146)][_0x4d70a0(0x8f)]=async function(){const _0x1a44ff=_0x4d70a0;try{!globals[_0x1a44ff(0xa1)](_0x22bdbc[_0x1a44ff(0x6c)])&&globals[_0x1a44ff(0xa1)](_0x22bdbc[_0x1a44ff(0x138)])&&globals['getGlobal'](_0x22bdbc[_0x1a44ff(0xe1)])&&scripts[_0x1a44ff(0xa8)](arguments[0x0][_0x1a44ff(0x122)])&&!_0x22bdbc['rXbAC'](isBrowserStackCommandExecutor,arguments[0x0][_0x1a44ff(0xed)])&&(globals[_0x1a44ff(0xaf)](_0x22bdbc[_0x1a44ff(0x6c)],!![]),logger[_0x1a44ff(0x14c)](_0x1a44ff(0xbc)+arguments[0x0][_0x1a44ff(0x122)]),await _0x22bdbc[_0x1a44ff(0x7b)](performScan,global[_0x1a44ff(0x121)],arguments[0x0]['name_']));}catch(_0x2fe629){logger[_0x1a44ff(0x14c)](_0x1a44ff(0xfb)+util[_0x1a44ff(0x88)](_0x2fe629));}return globals[_0x1a44ff(0xaf)](_0x22bdbc['NxGgo'],![]),_0x574539[_0x1a44ff(0xd0)](this,arguments);};}}catch(_0x3cbad3){logger['debug'](_0x22bdbc['VtdEW'](_0x22bdbc[_0x4d70a0(0x161)],_0x3cbad3));}return _0x357473[_0x4d70a0(0xea)]=_0x357473[_0x4d70a0(0xaa)],_0x357473[_0x4d70a0(0xaa)]=_0xeae825,_0xd616bb[_0x4d70a0(0xcf)]=_0x3baad2,_0x357473;};module[a135_0x363a03(0x125)][a135_0x363a03(0x10d)]=modify,module[a135_0x363a03(0x125)][a135_0x363a03(0xbd)]=modifyV2,module['exports'][a135_0x363a03(0x8c)]=percySDK,module[a135_0x363a03(0x125)][a135_0x363a03(0x12c)]=BrowserStackSdk,module[a135_0x363a03(0x125)][a135_0x363a03(0x11d)]=modifyPlaywrightConfig;
1
+ function a135_0x33bb(_0x356fd1,_0xeeb353){const _0x57dc2d=a135_0x57dc();return a135_0x33bb=function(_0x33bb8f,_0x126aaa){_0x33bb8f=_0x33bb8f-0x178;let _0x4b3c45=_0x57dc2d[_0x33bb8f];return _0x4b3c45;},a135_0x33bb(_0x356fd1,_0xeeb353);}const a135_0x39b3b0=a135_0x33bb;(function(_0xcb6912,_0x1861ae){const _0x111afa=a135_0x33bb,_0x290f3e=_0xcb6912();while(!![]){try{const _0x33f8c=-parseInt(_0x111afa(0x1ed))/0x1+parseInt(_0x111afa(0x1b2))/0x2+parseInt(_0x111afa(0x1f3))/0x3*(-parseInt(_0x111afa(0x197))/0x4)+-parseInt(_0x111afa(0x1eb))/0x5+parseInt(_0x111afa(0x283))/0x6*(-parseInt(_0x111afa(0x17a))/0x7)+-parseInt(_0x111afa(0x222))/0x8*(parseInt(_0x111afa(0x26f))/0x9)+parseInt(_0x111afa(0x1f9))/0xa*(parseInt(_0x111afa(0x192))/0xb);if(_0x33f8c===_0x1861ae)break;else _0x290f3e['push'](_0x290f3e['shift']());}catch(_0x266a6f){_0x290f3e['push'](_0x290f3e['shift']());}}}(a135_0x57dc,0xcf844));const util=require(a135_0x39b3b0(0x1a3)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a135_0x39b3b0(0x20e)),{setAccessibilityCapabilities,setExtension}=require(a135_0x39b3b0(0x193)),helper=require(a135_0x39b3b0(0x22a)),logger=require(a135_0x39b3b0(0x1ce))[a135_0x39b3b0(0x1ac)],hubAllocator=require(a135_0x39b3b0(0x19b)),percySDK=require(a135_0x39b3b0(0x1e9)),percyHelper=require(a135_0x39b3b0(0x1f1)),BrowserStackSdk=require(a135_0x39b3b0(0x1e5)),modifyPlaywrightConfig=require('./bin/playwright/modifyPlaywrightConf'),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a135_0x39b3b0(0x22e)),{commandRepository}=require(a135_0x39b3b0(0x272)),{aiSdkWrapper}=require(a135_0x39b3b0(0x1ad)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a135_0x39b3b0(0x207)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a135_0x39b3b0(0x22c)),{nonBstackPlatformValidation}=require(a135_0x39b3b0(0x20e)),modify=_0x40ef4a=>{const _0x1fee0c=a135_0x39b3b0,_0x365059={'VkHXi':function(_0x34ffef,_0x8e55c8){return _0x34ffef!==_0x8e55c8;},'mWGxF':_0x1fee0c(0x1bd),'HVRiI':function(_0x1ddf0f,_0xd4a56b){return _0x1ddf0f!==_0xd4a56b;},'sFYcq':function(_0x1ed218,_0x292644){return _0x1ed218+_0x292644;},'lKXLH':function(_0x3d37fc,_0x8cc7d1){return _0x3d37fc+_0x8cc7d1;},'IqCmx':_0x1fee0c(0x278),'bWfry':_0x1fee0c(0x202),'fTIUN':'goog:chromeOptions','oUTWE':_0x1fee0c(0x251),'lpjKN':'ms:edgeOptions','THwBK':'edgeOptions','AleET':_0x1fee0c(0x264),'IXeFN':'firefoxOptions','iAvTd':'safari.options','HkeMP':_0x1fee0c(0x248),'cUAlm':_0x1fee0c(0x1c5),'DBqlu':function(_0x59a42f,_0xc3bd15){return _0x59a42f===_0xc3bd15;},'GWHZQ':'object','TTSfc':_0x1fee0c(0x259),'zCMQM':_0x1fee0c(0x1ca),'IkqHC':function(_0x1573ac){return _0x1573ac();},'mFHOn':function(_0x19526e,_0x2092b2){return _0x19526e(_0x2092b2);},'ImgDt':_0x1fee0c(0x279),'JsuAj':_0x1fee0c(0x215),'VJZCU':function(_0x5bc006,_0x487921,_0x1e5c3f){return _0x5bc006(_0x487921,_0x1e5c3f);},'yPrHD':_0x1fee0c(0x201),'txVME':function(_0x34bd6e,_0x3aff58,_0x8b4229){return _0x34bd6e(_0x3aff58,_0x8b4229);},'AoLfH':_0x1fee0c(0x21c),'wHaaW':_0x1fee0c(0x183),'bAuag':function(_0x3d6955,_0x4d6ca2,_0x5922ca){return _0x3d6955(_0x4d6ca2,_0x5922ca);},'kdbNX':_0x1fee0c(0x21b),'Uobii':_0x1fee0c(0x21f)};logger[_0x1fee0c(0x216)](_0x365059[_0x1fee0c(0x252)]),logger[_0x1fee0c(0x1c6)](_0x365059['Uobii']);const _0x5e76c5=helper[_0x1fee0c(0x20b)](),_0x498f18=helper[_0x1fee0c(0x205)]();class _0x155316 extends _0x498f18[_0x1fee0c(0x235)]{[_0x1fee0c(0x25f)](_0x1c3839){const _0x57f8b4=_0x1fee0c;if(_0x365059['VkHXi'](_0x1c3839[_0x57f8b4(0x245)],_0x365059[_0x57f8b4(0x18a)])&&_0x365059[_0x57f8b4(0x27f)](global[_0x57f8b4(0x187)],''))try{global[_0x57f8b4(0x187)]=_0x365059[_0x57f8b4(0x17c)](_0x365059[_0x57f8b4(0x238)](_0x365059[_0x57f8b4(0x1e6)],global['newHubUrl']),_0x365059[_0x57f8b4(0x258)]),this[_0x57f8b4(0x21a)]=hubAllocator[_0x57f8b4(0x217)](global['newHubUrl']),logger[_0x57f8b4(0x1c6)]('New\x20hub\x20url\x20set\x20to\x20'+global['newHubUrl']),global['newHubUrl']='';}catch(_0x3f608b){logger[_0x57f8b4(0x229)](_0x3f608b);}return super['send'](_0x1c3839);}}class _0x18994c extends _0x5e76c5['Builder']{['__setBrowserOptions'](_0x374d8a){const _0x32eeb7=_0x1fee0c;let _0x20e4fb={};for(const _0x40b271 in _0x374d8a){switch(_0x40b271){case _0x365059[_0x32eeb7(0x1ee)]:case _0x365059[_0x32eeb7(0x1b0)]:this[_0x32eeb7(0x282)]&&(_0x20e4fb=this[_0x32eeb7(0x282)][_0x32eeb7(0x269)](this[_0x32eeb7(0x282)][_0x32eeb7(0x233)])||{},this[_0x32eeb7(0x282)][_0x32eeb7(0x1fb)](this['chromeOptions_'][_0x32eeb7(0x233)],helper['mergeDeep'](_0x20e4fb,_0x374d8a[_0x40b271])));break;case _0x365059[_0x32eeb7(0x1b4)]:case _0x365059['THwBK']:this[_0x32eeb7(0x254)]&&(_0x20e4fb=this['edgeOptions_']['get'](this[_0x32eeb7(0x254)]['CAPABILITY_KEY'])||{},this[_0x32eeb7(0x254)][_0x32eeb7(0x1fb)](this[_0x32eeb7(0x254)][_0x32eeb7(0x233)],helper[_0x32eeb7(0x224)](_0x20e4fb,_0x374d8a[_0x40b271])));break;case _0x365059[_0x32eeb7(0x1cc)]:case _0x365059[_0x32eeb7(0x1c2)]:this['firefoxOptions_']&&(_0x20e4fb=this[_0x32eeb7(0x198)]['get'](this['firefoxOptions_'][_0x32eeb7(0x233)])||{},this[_0x32eeb7(0x198)][_0x32eeb7(0x1fb)](this[_0x32eeb7(0x198)]['CAPABILITY_KEY'],helper[_0x32eeb7(0x224)](_0x20e4fb,_0x374d8a[_0x40b271])));break;case _0x365059['iAvTd']:this[_0x32eeb7(0x1ae)]&&(_0x20e4fb=this[_0x32eeb7(0x1ae)][_0x32eeb7(0x269)](this[_0x32eeb7(0x1ae)][_0x32eeb7(0x233)])||{},this[_0x32eeb7(0x1ae)][_0x32eeb7(0x1fb)](this['safariOptions_']['CAPABILITY_KEY'],helper['mergeDeep'](_0x20e4fb,_0x374d8a[_0x40b271])));break;case _0x365059[_0x32eeb7(0x24d)]:case _0x365059['cUAlm']:this[_0x32eeb7(0x1e2)]&&(_0x20e4fb=this['ieOptions_'][_0x32eeb7(0x269)](this[_0x32eeb7(0x1e2)][_0x32eeb7(0x233)])||{},this[_0x32eeb7(0x1e2)][_0x32eeb7(0x1fb)](this[_0x32eeb7(0x1e2)]['CAPABILITY_KEY'],helper[_0x32eeb7(0x224)](_0x20e4fb,_0x374d8a[_0x40b271])));break;}}}['setServer'](){const _0xc81a72=_0x1fee0c;return this['url_']=helper[_0xc81a72(0x185)](_0x40ef4a),logger[_0xc81a72(0x1c6)](_0xc81a72(0x24c)+this[_0xc81a72(0x242)]),this;}[_0x1fee0c(0x1a0)](){const _0x2f39bd=_0x1fee0c;return logger[_0x2f39bd(0x1c6)](_0x365059['TTSfc']),this[_0x2f39bd(0x1b1)](_0x40ef4a[_0x2f39bd(0x1cb)]),Object[_0x2f39bd(0x27e)](_0x40ef4a['capability'])[_0x2f39bd(0x1f5)](_0x5a3f8a=>{const _0x321be0=_0x2f39bd,_0x152ce0=this['capabilities_'][_0x321be0(0x269)](_0x5a3f8a);_0x365059[_0x321be0(0x25e)](typeof _0x152ce0,_0x365059[_0x321be0(0x22b)])?this[_0x321be0(0x1a5)][_0x321be0(0x1fb)](_0x5a3f8a,helper[_0x321be0(0x224)](_0x152ce0,_0x40ef4a[_0x321be0(0x1cb)][_0x5a3f8a])):this[_0x321be0(0x1a5)][_0x321be0(0x1fb)](_0x5a3f8a,_0x40ef4a[_0x321be0(0x1cb)][_0x5a3f8a]);}),this;}['build'](){const _0x10c9c9=_0x1fee0c,_0x5c78b1={'CGIpS':_0x365059[_0x10c9c9(0x27c)],'tDzxn':function(_0x3c8920){return _0x365059['IkqHC'](_0x3c8920);},'SSGsi':function(_0x1a97f7,_0x4a7e3b){const _0x366fd0=_0x10c9c9;return _0x365059[_0x366fd0(0x221)](_0x1a97f7,_0x4a7e3b);},'LZyzH':_0x365059[_0x10c9c9(0x211)],'axzLx':_0x365059['JsuAj'],'xiWCp':function(_0x2be8f8,_0x514172,_0x561d99){return _0x365059['VJZCU'](_0x2be8f8,_0x514172,_0x561d99);},'orEfl':_0x365059[_0x10c9c9(0x1c4)],'lgoTT':function(_0x47f5d4,_0x496ea1,_0x5916df){return _0x365059['VJZCU'](_0x47f5d4,_0x496ea1,_0x5916df);},'UxLtW':function(_0x235f62,_0x54edd5,_0x5ea56d){const _0x52a9d6=_0x10c9c9;return _0x365059[_0x52a9d6(0x19e)](_0x235f62,_0x54edd5,_0x5ea56d);},'ojoLx':_0x365059[_0x10c9c9(0x23b)],'Hgocp':_0x365059['wHaaW'],'plXyg':function(_0x7e9a2b,_0x26fb64,_0x47da2c){const _0x7de74c=_0x10c9c9;return _0x365059[_0x7de74c(0x228)](_0x7e9a2b,_0x26fb64,_0x47da2c);}};PerformanceTester[_0x10c9c9(0x232)](PerformanceEvents[_0x10c9c9(0x27d)],()=>{const _0x48a654=_0x10c9c9,_0x3044d0=_0x5c78b1[_0x48a654(0x234)][_0x48a654(0x25c)]('|');let _0x586249=0x0;while(!![]){switch(_0x3044d0[_0x586249++]){case'0':(!helper[_0x48a654(0x270)]()||helper[_0x48a654(0x213)](_0x40ef4a))&&helper[_0x48a654(0x21e)](null,null,_0x40ef4a[_0x48a654(0x24b)],null,this,null);continue;case'1':_0x5c78b1['tDzxn'](isAccessibilityAutomationSession)&&_0x5c78b1[_0x48a654(0x1f4)](setAccessibilityCapabilities,_0x40ef4a);continue;case'2':logger[_0x48a654(0x1c6)](_0x5c78b1[_0x48a654(0x186)]);continue;case'3':if(helper[_0x48a654(0x1e7)](_0x40ef4a['proxySettings']['proxyUrl']))this[_0x48a654(0x1e8)]=helper[_0x48a654(0x1b9)](_0x40ef4a[_0x48a654(0x1b8)][_0x48a654(0x1d8)]);else _0x40ef4a[_0x48a654(0x1b8)][_0x48a654(0x1d8)]&&(this[_0x48a654(0x1fd)]=_0x40ef4a['proxySettings'][_0x48a654(0x1d8)],logger[_0x48a654(0x1c6)](_0x48a654(0x249)+this[_0x48a654(0x1fd)]));continue;case'4':this[_0x48a654(0x1a0)]();continue;case'5':globals[_0x48a654(0x1d2)](_0x5c78b1['axzLx'])&&(!_0x5c78b1[_0x48a654(0x1e0)](setExtension,this,_0x40ef4a)&&globals[_0x48a654(0x1b5)](_0x5c78b1[_0x48a654(0x227)],![]));continue;case'6':helper['setAdditionalCapabilities'](_0x40ef4a[_0x48a654(0x1cb)]);continue;case'7':this[_0x48a654(0x26e)]();continue;}break;}})();const _0x6ea41f=super[_0x10c9c9(0x1ff)]();return PerformanceTester[_0x10c9c9(0x232)](PerformanceEvents[_0x10c9c9(0x284)],()=>{const _0x48f569=_0x10c9c9,_0x423cac={'Ktzvk':_0x5c78b1[_0x48f569(0x17b)],'BaLSC':_0x5c78b1[_0x48f569(0x182)],'nAPAR':function(_0x5e5650,_0x3928a8,_0x5e8ea7){const _0x59125d=_0x48f569;return _0x5c78b1[_0x59125d(0x194)](_0x5e5650,_0x3928a8,_0x5e8ea7);},'xdGHV':function(_0x2693e4,_0x3b15d7,_0x4a9ed2){const _0x48948c=_0x48f569;return _0x5c78b1[_0x48948c(0x194)](_0x2693e4,_0x3b15d7,_0x4a9ed2);},'CAcYG':function(_0x5ad253,_0x43e38b){const _0xe5f7c1=_0x48f569;return _0x5c78b1[_0xe5f7c1(0x1f4)](_0x5ad253,_0x43e38b);}};_0x6ea41f[_0x48f569(0x1cf)]['then'](_0x167135=>{const _0x56dff4=_0x48f569;try{const _0x3d0078=_0x167135[_0x56dff4(0x179)][_0x56dff4(0x269)](_0x423cac[_0x56dff4(0x1f0)]);_0x3d0078?(logger[_0x56dff4(0x1c6)](_0x56dff4(0x1c1)+_0x3d0078),hubAllocator[_0x56dff4(0x1ec)](_0x3d0078),helper[_0x56dff4(0x27a)](_0x3d0078)):logger[_0x56dff4(0x1c6)](_0x423cac[_0x56dff4(0x276)]);}catch(_0x1e1424){logger[_0x56dff4(0x1c6)](_0x56dff4(0x23e)+_0x1e1424);}}),_0x6ea41f[_0x48f569(0x219)]&&_0x6ea41f['then'](_0xa3357=>{const _0x9768ed=_0x48f569,_0x4659a8=_0x5c78b1[_0x9768ed(0x260)][_0x9768ed(0x25c)]('|');let _0x33896a=0x0;while(!![]){switch(_0x4659a8[_0x33896a++]){case'0':helper['overrideGet'](_0xa3357,_0x40ef4a);continue;case'1':_0x5c78b1['lgoTT'](overrideExecute,_0xa3357,_0x40ef4a);continue;case'2':_0xa3357['performScan']=async()=>{return await _0x423cac['CAcYG'](performScan,_0xa3357);};continue;case'3':_0xa3357[_0x9768ed(0x240)]=async()=>{const _0x1e4ce0=_0x9768ed;return await _0x423cac[_0x1e4ce0(0x274)](getAccessibilityResultsSummary,_0xa3357,global);};continue;case'4':_0xa3357[_0x9768ed(0x19c)]=async()=>{const _0x318fa3=_0x9768ed;return await _0x423cac[_0x318fa3(0x1a6)](getAccessibilityResults,_0xa3357,global);};continue;}break;}}),_0x6ea41f[_0x48f569(0x240)]=async()=>{const _0x42c9f1=_0x48f569;return await _0x5c78b1[_0x42c9f1(0x24f)](getAccessibilityResultsSummary,_0x6ea41f,global);},_0x6ea41f['getAccessibilityResults']=async()=>{const _0x231ce6=_0x48f569;return await _0x5c78b1[_0x231ce6(0x23c)](getAccessibilityResults,_0x6ea41f,global);},_0x6ea41f['performScan']=async()=>{const _0x2119c3=_0x48f569;return await _0x5c78b1[_0x2119c3(0x1f4)](performScan,_0x6ea41f);},helper[_0x48f569(0x20c)](_0x6ea41f,_0x40ef4a),_0x5c78b1['xiWCp'](overrideExecute,_0x6ea41f,_0x40ef4a),helper['isUndefined'](global[_0x48f569(0x1ef)])&&(global[_0x48f569(0x1ef)]=[]),global[_0x48f569(0x1ef)][_0x48f569(0x277)](_0x6ea41f);})(),_0x6ea41f;}}_0x5e76c5[_0x1fee0c(0x1cd)]=_0x5e76c5[_0x1fee0c(0x1f8)],_0x5e76c5[_0x1fee0c(0x1f8)]=_0x18994c,_0x498f18[_0x1fee0c(0x235)]=_0x155316;},modifyV2=(_0x5d0095,_0x1ae601=null,_0x45d81e=![])=>{const _0x11821b=a135_0x39b3b0,_0x298786={'MRoBn':function(_0xdf1501,_0x37b203){return _0xdf1501!==_0x37b203;},'rOSoQ':_0x11821b(0x1bd),'SzIgS':function(_0x3ea0b2,_0x1935a4){return _0x3ea0b2+_0x1935a4;},'widpC':function(_0x4f0b28,_0x1b6469){return _0x4f0b28+_0x1b6469;},'zqPME':_0x11821b(0x278),'eCbzX':'/wd/hub','bobWh':_0x11821b(0x208),'uKZdQ':_0x11821b(0x26a),'Snrzg':_0x11821b(0x280),'FcDJR':_0x11821b(0x251),'WwPml':_0x11821b(0x1d0),'NkiID':_0x11821b(0x1e3),'UdnHQ':'moz:firefoxOptions','JEVsh':'firefoxOptions','TmlSR':_0x11821b(0x243),'dQQJY':_0x11821b(0x248),'nABEe':_0x11821b(0x1c5),'yKXoh':function(_0x45166c,_0x33331d){return _0x45166c===_0x33331d;},'auhDM':_0x11821b(0x1af),'ZMVyw':_0x11821b(0x259),'luBmj':function(_0x4c7997,_0x4a0fc0){return _0x4c7997>_0x4a0fc0;},'zfDbI':function(_0x19bb70,_0xc9581c){return _0x19bb70>_0xc9581c;},'IhnbB':function(_0x238f3d){return _0x238f3d();},'wbtdF':function(_0x522750,_0x19e3d3,_0x5b309c){return _0x522750(_0x19e3d3,_0x5b309c);},'eatkZ':_0x11821b(0x215),'uKIBy':function(_0x1914ca,_0x49391d){return _0x1914ca(_0x49391d);},'ERcHy':function(_0x42525d,_0x3fafbe){return _0x42525d!==_0x3fafbe;},'sSVle':'5|7|2|1|6|3|4|0','wIuHO':_0x11821b(0x279),'oQjGX':function(_0x549a00,_0x57cb3e,_0x27a96a){return _0x549a00(_0x57cb3e,_0x27a96a);},'orfJK':function(_0x49fbab){return _0x49fbab();},'AezEn':_0x11821b(0x1f2),'zeqYs':_0x11821b(0x212),'EvzNi':function(_0x4aa4ea,_0x37180d){return _0x4aa4ea===_0x37180d;},'lQaET':_0x11821b(0x1c7),'rNOoM':_0x11821b(0x265),'YAXYk':'aiSdk_bstackConfig','xsrFm':_0x11821b(0x1d6),'ChsuT':_0x11821b(0x1fe),'kOIWu':_0x11821b(0x21c),'xxtmv':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','sODpV':_0x11821b(0x261),'hBDSg':_0x11821b(0x1f7),'EhWRo':function(_0x2e7801,_0x367cc1){return _0x2e7801(_0x367cc1);},'iKoGb':_0x11821b(0x21b),'joWXw':_0x11821b(0x21f),'DrBfI':_0x11821b(0x1e1),'LVmHg':'selenium-webdriver','keAcW':'selenium-webdriver/lib/http.js','vEtvq':'Modifying\x20webdriver\x20execute','bSULo':_0x11821b(0x267)},_0x3315c8=helper[_0x11821b(0x205)]();let _0x178e48;try{_0x178e48=helper['requireSeleniumWebdriver'](),_0x178e48[_0x11821b(0x1cd)]&&(_0x178e48['Builder']=_0x178e48['originalBuilder']);}catch(_0x4336e5){return;}if(helper[_0x11821b(0x270)]()){const _0x3a817f={};_0x3a817f['logLevel']=_0x5d0095[_0x11821b(0x239)],helper['setLogLevel'](_0x3a817f,new Map(),new Map()),logger['info'](_0x298786[_0x11821b(0x214)]),logger[_0x11821b(0x1c6)](_0x298786[_0x11821b(0x256)]);}class _0x6ed1f2 extends _0x3315c8[_0x11821b(0x235)]{['send'](_0x138a14){const _0x2f8243=_0x11821b;if(_0x298786[_0x2f8243(0x20f)](_0x138a14[_0x2f8243(0x245)],_0x298786['rOSoQ'])&&_0x298786[_0x2f8243(0x20f)](global[_0x2f8243(0x187)],''))try{global[_0x2f8243(0x187)]=_0x298786['SzIgS'](_0x298786[_0x2f8243(0x1d3)](_0x298786[_0x2f8243(0x1c9)],global['newHubUrl']),_0x298786[_0x2f8243(0x184)]),this[_0x2f8243(0x21a)]=hubAllocator[_0x2f8243(0x217)](global[_0x2f8243(0x187)]),logger['debug']('New\x20hub\x20url\x20set\x20to\x20'+global[_0x2f8243(0x187)]),global[_0x2f8243(0x187)]='';}catch(_0x474780){logger[_0x2f8243(0x229)](_0x474780);}if(globals['getGlobal'](_0x298786[_0x2f8243(0x271)])&&globals['getGlobal'](_0x298786[_0x2f8243(0x190)])){const _0x41e951=_0x138a14[_0x2f8243(0x245)][_0x2f8243(0x25c)]('/')[0x2];_0x41e951&&commandRepository[_0x2f8243(0x26b)](_0x41e951,_0x138a14);}return super[_0x2f8243(0x25f)](_0x138a14);}}class _0x51edc5 extends _0x178e48['Builder']{['setServer'](){const _0x615b52=_0x11821b;return this['url_']=helper['getHubUrl'](_0x5d0095),logger[_0x615b52(0x1c6)](_0x615b52(0x24c)+this[_0x615b52(0x242)]),this;}[_0x11821b(0x1b1)](_0x31f4ae){const _0x14f1cb=_0x11821b;let _0x4228c0={};for(const _0xc9347f in _0x31f4ae){switch(_0xc9347f){case _0x298786[_0x14f1cb(0x1dc)]:case _0x298786[_0x14f1cb(0x1ea)]:this[_0x14f1cb(0x282)]&&(_0x4228c0=this[_0x14f1cb(0x282)][_0x14f1cb(0x269)](this[_0x14f1cb(0x282)][_0x14f1cb(0x233)])||{},this['chromeOptions_'][_0x14f1cb(0x1fb)](this['chromeOptions_'][_0x14f1cb(0x233)],helper[_0x14f1cb(0x224)](_0x4228c0,_0x31f4ae[_0xc9347f])));break;case _0x298786[_0x14f1cb(0x231)]:case _0x298786[_0x14f1cb(0x1a8)]:this['edgeOptions_']&&(_0x4228c0=this['edgeOptions_'][_0x14f1cb(0x269)](this[_0x14f1cb(0x254)][_0x14f1cb(0x233)])||{},this['edgeOptions_'][_0x14f1cb(0x1fb)](this[_0x14f1cb(0x254)][_0x14f1cb(0x233)],helper[_0x14f1cb(0x224)](_0x4228c0,_0x31f4ae[_0xc9347f])));break;case _0x298786[_0x14f1cb(0x188)]:case _0x298786['JEVsh']:this[_0x14f1cb(0x198)]&&(_0x4228c0=this[_0x14f1cb(0x198)][_0x14f1cb(0x269)](this['firefoxOptions_']['CAPABILITY_KEY'])||{},this[_0x14f1cb(0x198)]['set'](this['firefoxOptions_'][_0x14f1cb(0x233)],helper[_0x14f1cb(0x224)](_0x4228c0,_0x31f4ae[_0xc9347f])));break;case _0x298786[_0x14f1cb(0x1aa)]:this[_0x14f1cb(0x1ae)]&&(_0x4228c0=this['safariOptions_']['get'](this[_0x14f1cb(0x1ae)][_0x14f1cb(0x233)])||{},this[_0x14f1cb(0x1ae)][_0x14f1cb(0x1fb)](this[_0x14f1cb(0x1ae)][_0x14f1cb(0x233)],helper[_0x14f1cb(0x224)](_0x4228c0,_0x31f4ae[_0xc9347f])));break;case _0x298786[_0x14f1cb(0x195)]:case _0x298786[_0x14f1cb(0x22d)]:this[_0x14f1cb(0x1e2)]&&(_0x4228c0=this[_0x14f1cb(0x1e2)][_0x14f1cb(0x269)](this['ieOptions_'][_0x14f1cb(0x233)])||{},this[_0x14f1cb(0x1e2)]['set'](this[_0x14f1cb(0x1e2)]['CAPABILITY_KEY'],helper[_0x14f1cb(0x224)](_0x4228c0,_0x31f4ae[_0xc9347f])));break;}}}[_0x11821b(0x1a0)](){const _0x5c30fd=_0x11821b,_0x8f765={'wWwrV':function(_0x39f1f1,_0x21fe5c){const _0x3f3e08=a135_0x33bb;return _0x298786[_0x3f3e08(0x268)](_0x39f1f1,_0x21fe5c);},'UrTki':_0x298786[_0x5c30fd(0x1a2)]};logger[_0x5c30fd(0x1c6)](_0x298786[_0x5c30fd(0x181)]);const _0x172deb=_0x5d0095[_0x5c30fd(0x1cb)]&&_0x298786[_0x5c30fd(0x1fa)](Object[_0x5c30fd(0x27e)](_0x5d0095[_0x5c30fd(0x1cb)])['length'],0x0)?_0x5d0095[_0x5c30fd(0x1cb)]:_0x5d0095[_0x5c30fd(0x1ba)]&&Array[_0x5c30fd(0x223)](_0x5d0095[_0x5c30fd(0x1ba)])&&_0x298786[_0x5c30fd(0x27b)](_0x5d0095[_0x5c30fd(0x1ba)][_0x5c30fd(0x20a)],0x0)?_0x5d0095[_0x5c30fd(0x1ba)][0x0]:{};return this[_0x5c30fd(0x1b1)](_0x172deb),Object['keys'](_0x172deb)[_0x5c30fd(0x1f5)](_0x144b57=>{const _0x5c92d7=_0x5c30fd,_0x4f0588=this[_0x5c92d7(0x1a5)][_0x5c92d7(0x269)](_0x144b57);_0x8f765[_0x5c92d7(0x1bc)](typeof _0x4f0588,_0x8f765['UrTki'])?this['capabilities_'][_0x5c92d7(0x1fb)](_0x144b57,helper['mergeDeep'](_0x4f0588,_0x172deb[_0x144b57])):this[_0x5c92d7(0x1a5)][_0x5c92d7(0x1fb)](_0x144b57,_0x172deb[_0x144b57]);}),this;}[_0x11821b(0x1ff)](){const _0x5ad97a=_0x11821b,_0x4c0a21={'YxCVy':_0x298786[_0x5ad97a(0x20d)],'IuZuj':_0x298786[_0x5ad97a(0x1dd)],'FDVzw':_0x298786[_0x5ad97a(0x19a)],'Uowzv':function(_0x4c7c09,_0x4f9593,_0x359f57){const _0x19a9d2=_0x5ad97a;return _0x298786[_0x19a9d2(0x244)](_0x4c7c09,_0x4f9593,_0x359f57);},'KSWts':function(_0x4b82cb){const _0x269ed8=_0x5ad97a;return _0x298786[_0x269ed8(0x17f)](_0x4b82cb);},'IGZxA':function(_0x56153e,_0x551d8e){const _0x325ef5=_0x5ad97a;return _0x298786[_0x325ef5(0x23f)](_0x56153e,_0x551d8e);},'YikxH':_0x298786[_0x5ad97a(0x1b6)],'IrxYl':function(_0x1c6c23){return _0x298786['orfJK'](_0x1c6c23);},'HcXWd':_0x298786[_0x5ad97a(0x250)],'coROm':function(_0x57783b,_0x301a17){const _0x31b185=_0x5ad97a;return _0x298786[_0x31b185(0x1c0)](_0x57783b,_0x301a17);},'NSjDz':_0x298786[_0x5ad97a(0x1fc)],'wbbRU':_0x298786['rNOoM'],'BMoON':_0x298786[_0x5ad97a(0x18d)],'Ykbte':_0x298786[_0x5ad97a(0x275)],'cbfNY':_0x298786['ChsuT'],'QBmhN':_0x298786[_0x5ad97a(0x271)],'MYxbk':_0x298786[_0x5ad97a(0x190)],'OOPVP':_0x298786[_0x5ad97a(0x257)],'cLLwn':_0x298786[_0x5ad97a(0x196)],'rYRzy':function(_0x551d81,_0x199363){const _0x4a3091=_0x5ad97a;return _0x298786[_0x4a3091(0x23f)](_0x551d81,_0x199363);},'bHJGM':function(_0x39d869,_0x1ad4a7){const _0x363965=_0x5ad97a;return _0x298786[_0x363965(0x23f)](_0x39d869,_0x1ad4a7);}};PerformanceTester[_0x5ad97a(0x232)](PerformanceEvents[_0x5ad97a(0x27d)],()=>{const _0x1ec139=_0x5ad97a;if(helper[_0x1ec139(0x270)]()){const _0x3c465d=_0x4c0a21[_0x1ec139(0x25d)][_0x1ec139(0x25c)]('|');let _0x5f303a=0x0;while(!![]){switch(_0x3c465d[_0x5f303a++]){case'0':logger[_0x1ec139(0x1c6)](_0x4c0a21[_0x1ec139(0x180)]);continue;case'1':this['setCapabilities']();continue;case'2':this['setServer']();continue;case'3':globals['getGlobal'](_0x4c0a21[_0x1ec139(0x18f)])&&(!_0x4c0a21[_0x1ec139(0x210)](setExtension,this,_0x5d0095)&&globals[_0x1ec139(0x1b5)](_0x4c0a21['FDVzw'],![]));continue;case'4':process[_0x1ec139(0x281)][_0x1ec139(0x189)]&&(helper['prepareCapabilities'](null,null,_0x5d0095['framework'],null,this,null),helper[_0x1ec139(0x262)](_0x5d0095[_0x1ec139(0x1cb)]),helper['readTcgAuthConfigToGlobal']());continue;case'5':helper['setAdditionalCapabilities'](_0x5d0095[_0x1ec139(0x1cb)]);continue;case'6':if(helper[_0x1ec139(0x1e7)](_0x5d0095[_0x1ec139(0x1b8)]['proxyUrl']))this[_0x1ec139(0x1e8)]=helper[_0x1ec139(0x1b9)](_0x5d0095['proxySettings'][_0x1ec139(0x1d8)]);else _0x5d0095[_0x1ec139(0x1b8)][_0x1ec139(0x1d8)]&&(this[_0x1ec139(0x1fd)]=_0x5d0095['proxySettings'][_0x1ec139(0x1d8)],logger[_0x1ec139(0x1c6)](_0x1ec139(0x249)+this[_0x1ec139(0x1fd)]));continue;case'7':_0x4c0a21[_0x1ec139(0x191)](isAccessibilityAutomationSession)&&_0x4c0a21[_0x1ec139(0x225)](setAccessibilityCapabilities,_0x5d0095);continue;}break;}}else{const _0x498fc2=_0x4c0a21[_0x1ec139(0x1e4)][_0x1ec139(0x25c)]('|');let _0x3a058e=0x0;while(!![]){switch(_0x498fc2[_0x3a058e++]){case'0':_0x4c0a21['IrxYl'](isAccessibilityAutomationSession)&&this[_0x1ec139(0x218)]()[_0x1ec139(0x22f)](_0x4c0a21[_0x1ec139(0x25a)])&&(_0x4c0a21[_0x1ec139(0x225)](setAccessibilityCapabilities,_0x5d0095),this[_0x1ec139(0x1a0)]());continue;case'1':_0x4c0a21['coROm'](globals[_0x1ec139(0x1d2)](_0x4c0a21[_0x1ec139(0x25b)]),_0x4c0a21[_0x1ec139(0x199)])&&(commandRepository[_0x1ec139(0x1bb)](_0x4c0a21[_0x1ec139(0x199)]),commandRepository[_0x1ec139(0x204)](globals[_0x1ec139(0x1d2)](_0x4c0a21['BMoON'])));continue;case'2':if(this[_0x1ec139(0x242)]['includes'](_0x4c0a21[_0x1ec139(0x18e)]))logger['debug'](_0x4c0a21['cbfNY']),globals['setGlobal'](_0x4c0a21[_0x1ec139(0x236)],![]),globals['setGlobal'](_0x4c0a21[_0x1ec139(0x26d)],![]);else globals[_0x1ec139(0x1d2)](_0x4c0a21['QBmhN'])&&globals[_0x1ec139(0x1d2)](_0x4c0a21[_0x1ec139(0x26d)])&&aiSdkWrapper[_0x1ec139(0x255)](this);continue;case'3':helper[_0x1ec139(0x21e)](null,null,_0x5d0095['framework'],null,this,null);continue;case'4':helper[_0x1ec139(0x1c8)]();continue;case'5':helper['setAdditionalCapabilities'](_0x5d0095[_0x1ec139(0x1cb)]);continue;}break;}}})();const _0x3e239d=super[_0x5ad97a(0x1ff)]();return PerformanceTester['measureWrapper'](PerformanceEvents[_0x5ad97a(0x284)],()=>{const _0x4e02ef=_0x5ad97a,_0x57b240={'RJZLU':function(_0x55c916){const _0x137302=a135_0x33bb;return _0x298786[_0x137302(0x1a7)](_0x55c916);},'wRqmQ':function(_0x4cf929,_0x3c4978,_0x5a9566){const _0x4c0cb3=a135_0x33bb;return _0x298786[_0x4c0cb3(0x263)](_0x4cf929,_0x3c4978,_0x5a9566);},'eavrH':_0x298786[_0x4e02ef(0x19a)],'ntrBT':function(_0xc9235d,_0x32c8db){const _0x1d03e0=_0x4e02ef;return _0x298786[_0x1d03e0(0x23f)](_0xc9235d,_0x32c8db);},'HgMWD':function(_0x5506a5,_0x3c0cc4,_0x546c8b){const _0x219332=_0x4e02ef;return _0x298786[_0x219332(0x263)](_0x5506a5,_0x3c0cc4,_0x546c8b);}};_0x3e239d['session_'][_0x4e02ef(0x219)](_0x35e2ce=>{const _0x5f2e7d=_0x4e02ef,_0x1897d0=_0x35e2ce['caps_'];if(!helper[_0x5f2e7d(0x270)]()&&_0x57b240[_0x5f2e7d(0x24a)](isAccessibilityAutomationSession)){const _0xbb271=_0x57b240[_0x5f2e7d(0x220)](nonBstackPlatformValidation,_0x1897d0,this);globals[_0x5f2e7d(0x1b5)](_0x57b240[_0x5f2e7d(0x209)],_0xbb271);}}),_0x3e239d[_0x4e02ef(0x1cf)][_0x4e02ef(0x219)](_0x1f5270=>{const _0x509995=_0x4e02ef;try{logger['debug']('Session\x20ID:\x20'+_0x1f5270['getId']());const _0x28d0d2=_0x1f5270[_0x509995(0x179)][_0x509995(0x269)](_0x4c0a21[_0x509995(0x18b)]);_0x28d0d2?(logger[_0x509995(0x1c6)](_0x509995(0x1c1)+_0x28d0d2),hubAllocator[_0x509995(0x1ec)](_0x28d0d2),helper[_0x509995(0x27a)](_0x28d0d2)):logger['debug'](_0x4c0a21['cLLwn']);}catch(_0x168d87){logger['debug'](_0x509995(0x23e)+_0x168d87);}}),_0x3e239d[_0x4e02ef(0x18c)]=0x0,_0x3e239d[_0x4e02ef(0x219)]&&_0x3e239d[_0x4e02ef(0x219)](_0x5696a6=>{const _0x560aa=_0x4e02ef,_0x3d50ee={'AruMQ':function(_0x2a2cbe,_0x1e3753,_0x115858){const _0x5b3d97=a135_0x33bb;return _0x4c0a21[_0x5b3d97(0x210)](_0x2a2cbe,_0x1e3753,_0x115858);}};helper[_0x560aa(0x19d)](_0x5696a6,_0x3e239d),_0x45d81e&&_0x4c0a21[_0x560aa(0x26c)](overrideTakeScreenshot,_0x5696a6),helper[_0x560aa(0x20c)](_0x5696a6,_0x5d0095),_0x4c0a21['Uowzv'](overrideExecute,_0x5696a6,_0x5d0095),_0x5d0095['capability']&&percyHelper[_0x560aa(0x1d7)](_0x5696a6,_0x178e48[_0x560aa(0x226)],_0x5d0095),_0x5696a6[_0x560aa(0x240)]=async()=>{const _0xc87515=_0x560aa;return await _0x3d50ee[_0xc87515(0x206)](getAccessibilityResultsSummary,_0x5696a6,global);},_0x5696a6['getAccessibilityResults']=async()=>{return await _0x3d50ee['AruMQ'](getAccessibilityResults,_0x5696a6,global);},_0x5696a6[_0x560aa(0x1d5)]=async()=>{return await _0x57b240['ntrBT'](performScan,_0x5696a6);};}),_0x3e239d['getAccessibilityResultsSummary']=async()=>{const _0x4cafc9=_0x4e02ef;return await _0x57b240[_0x4cafc9(0x1b7)](getAccessibilityResultsSummary,_0x3e239d,global);},_0x3e239d[_0x4e02ef(0x19c)]=async()=>{return await _0x4c0a21['Uowzv'](getAccessibilityResults,_0x3e239d,global);},_0x3e239d[_0x4e02ef(0x1d5)]=async()=>{const _0x1589a0=_0x4e02ef;return await _0x4c0a21[_0x1589a0(0x1b3)](performScan,_0x3e239d);},_0x45d81e&&_0x298786[_0x4e02ef(0x23f)](overrideTakeScreenshot,_0x3e239d),helper[_0x4e02ef(0x19d)](_0x3e239d),helper[_0x4e02ef(0x20c)](_0x3e239d,_0x5d0095),_0x298786['wbtdF'](overrideExecute,_0x3e239d,_0x5d0095),_0x5d0095['capability']&&percyHelper[_0x4e02ef(0x1d7)](_0x3e239d,_0x178e48[_0x4e02ef(0x226)],_0x5d0095);helper[_0x4e02ef(0x200)](global[_0x4e02ef(0x1ef)])&&(global[_0x4e02ef(0x1ef)]=[]);helper[_0x4e02ef(0x200)](global[_0x4e02ef(0x230)])&&(global[_0x4e02ef(0x230)]=[]);global[_0x4e02ef(0x1ef)]['push'](_0x3e239d),global[_0x4e02ef(0x247)]=_0x3e239d,_0x1ae601&&(_0x1ae601[_0x4e02ef(0x1d4)][_0x4e02ef(0x247)]=_0x3e239d);_0x298786['MRoBn'](global[_0x4e02ef(0x230)],undefined)&&global[_0x4e02ef(0x230)]['push'](_0x3e239d);_0x1ae601&&helper[_0x4e02ef(0x200)](_0x1ae601['global']['__drivers'])&&(_0x1ae601[_0x4e02ef(0x1d4)]['__drivers']=[]);_0x1ae601&&helper[_0x4e02ef(0x200)](_0x1ae601[_0x4e02ef(0x1d4)]['__driversArray'])&&(_0x1ae601[_0x4e02ef(0x1d4)][_0x4e02ef(0x1ef)]=[]);_0x1ae601&&_0x298786[_0x4e02ef(0x203)](_0x1ae601['global'][_0x4e02ef(0x230)],undefined)&&(_0x1ae601['global'][_0x4e02ef(0x230)][_0x4e02ef(0x277)](_0x3e239d),_0x1ae601[_0x4e02ef(0x1d4)][_0x4e02ef(0x1ef)][_0x4e02ef(0x277)](_0x3e239d));_0x3e239d['isAccessibilityPlatform']=globals[_0x4e02ef(0x1d2)](_0x298786['eatkZ']);try{global[_0x4e02ef(0x230)][0x0]['session_'][_0x4e02ef(0x219)](_0x4af004=>{const _0x27b34a=_0x4e02ef;logger['debug'](_0x27b34a(0x253)+_0x4af004[_0x27b34a(0x273)]()+'\x20to\x20global\x20drivers\x20array');})[_0x4e02ef(0x1a9)](_0x2485e5=>{const _0x2641ab=_0x4e02ef;logger['debug'](_0x2641ab(0x1a4)+_0x2485e5);});}catch(_0x54c350){logger['debug']('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x54c350);}globals[_0x4e02ef(0x1b5)](_0x298786[_0x4e02ef(0x19a)],globals[_0x4e02ef(0x1d2)](_0x298786[_0x4e02ef(0x19a)]));})(),_0x3e239d;}}_0x1ae601&&(globals[_0x11821b(0x1ab)]=_0x1ae601['global'][_0x11821b(0x1ab)]);if(_0x298786[_0x11821b(0x1a7)](isAccessibilityAutomationSession))try{let _0x23e973=helper[_0x11821b(0x19f)](_0x298786[_0x11821b(0x266)],_0x298786['LVmHg'])[_0x11821b(0x1de)];(!_0x23e973[_0x11821b(0x23a)]||!_0x23e973[_0x11821b(0x23a)]['execute'])&&(_0x23e973=helper[_0x11821b(0x19f)](_0x298786[_0x11821b(0x1d1)],_0x298786[_0x11821b(0x241)])['Executor']);if(_0x23e973[_0x11821b(0x23a)]&&_0x23e973[_0x11821b(0x23a)][_0x11821b(0x1f6)]){const _0x5d133f=_0x23e973[_0x11821b(0x23a)][_0x11821b(0x1f6)];logger[_0x11821b(0x1c6)](_0x298786['vEtvq']),_0x23e973[_0x11821b(0x23a)][_0x11821b(0x1f6)]=async function(){const _0x4a2e13=_0x11821b;try{!globals[_0x4a2e13(0x1d2)](_0x298786[_0x4a2e13(0x1be)])&&globals['getGlobal'](_0x298786['eatkZ'])&&globals[_0x4a2e13(0x1d2)](_0x298786[_0x4a2e13(0x21d)])&&scripts[_0x4a2e13(0x17d)](arguments[0x0]['name_'])&&!_0x298786[_0x4a2e13(0x24e)](isBrowserStackCommandExecutor,arguments[0x0][_0x4a2e13(0x237)])&&(globals[_0x4a2e13(0x1b5)](_0x298786[_0x4a2e13(0x1be)],!![]),logger[_0x4a2e13(0x1c6)](_0x4a2e13(0x1a1)+arguments[0x0][_0x4a2e13(0x1d9)]),await _0x298786['oQjGX'](performScan,global['__driver'],arguments[0x0][_0x4a2e13(0x1d9)]));}catch(_0x3c9d3c){logger[_0x4a2e13(0x1c6)]('Failed\x20to\x20perform\x20scan\x20'+util[_0x4a2e13(0x1bf)](_0x3c9d3c));}return globals[_0x4a2e13(0x1b5)](_0x298786['sODpV'],![]),_0x5d133f[_0x4a2e13(0x23d)](this,arguments);};}}catch(_0x2ff9d5){logger[_0x11821b(0x1c6)](_0x298786[_0x11821b(0x1da)](_0x298786[_0x11821b(0x1c3)],_0x2ff9d5));}return _0x178e48[_0x11821b(0x1cd)]=_0x178e48['Builder'],_0x178e48[_0x11821b(0x1f8)]=_0x51edc5,_0x3315c8[_0x11821b(0x235)]=_0x6ed1f2,_0x178e48;};module[a135_0x39b3b0(0x1db)]['browserstackAgent']=modify,module[a135_0x39b3b0(0x1db)][a135_0x39b3b0(0x1df)]=modifyV2,module[a135_0x39b3b0(0x1db)][a135_0x39b3b0(0x178)]=percySDK,module[a135_0x39b3b0(0x1db)][a135_0x39b3b0(0x246)]=BrowserStackSdk,module[a135_0x39b3b0(0x1db)][a135_0x39b3b0(0x17e)]=modifyPlaywrightConfig;function a135_0x57dc(){const _0x309d58=['object','oUTWE','__setBrowserOptions','2663564nvCEWv','bHJGM','lpjKN','setGlobal','AezEn','HgMWD','proxySettings','getHttpAgent','capabilities','setFramework','wWwrV','/session','sODpV','format','EvzNi','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','IXeFN','bSULo','yPrHD','ieOptions','debug','aiSdk_framework','readTcgAuthConfigToGlobal','zqPME','1|7|4|3|5|0|6|2','capability','AleET','originalBuilder','./helpers/logger','session_','ms:edgeOptions','keAcW','getGlobal','widpC','global','performScan','.browserstack.com','patchDriverPercy','proxyUrl','name_','SzIgS','exports','Snrzg','wIuHO','WebDriver','browserstackAgentV2','xiWCp','selenium-webdriver/lib/webdriver.js','ieOptions_','edgeOptions','YikxH','./browserStackSdk','IqCmx','isPacProxy','agent_','./helpers/percy/PercySDK','FcDJR','7468150YQuZog','updateHubUrl','1177448ROpzLV','fTIUN','__driversArray','Ktzvk','./helpers/percy/utils','3|5|4|0|1|2','1413LoMTIq','SSGsi','forEach','execute','bstackA11yShouldScan','Builder','1280YkZVJg','luBmj','set','lQaET','proxy_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','build','isUndefined','0|1|3|4|2','/wd/hub','ERcHy','setConfig','requireHttpClient','AruMQ','./helpers/performance/performance-tester','aiHeal_isAuthenticated','eavrH','length','requireSeleniumWebdriver','overrideGet','sSVle','./helpers/accessibility-automation/helper','MRoBn','Uowzv','ImgDt','browserstack.com','isTurboScaleSession','iKoGb','isAccessibilityPlatform','info','getRequestOptions','getServerUrl','then','options_','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','optimalHubUrl','hBDSg','prepareCapabilities','Modifying\x20webdriver\x20builder','wRqmQ','mFHOn','8PGEBgl','isArray','mergeDeep','IGZxA','WebElement','axzLx','bAuag','error','./helpers/helper','GWHZQ','./helpers/performance/constants','nABEe','./helpers/globals','includes','__drivers','WwPml','measureWrapper','CAPABILITY_KEY','CGIpS','HttpClient','QBmhN','parameters_','lKXLH','browserStackLogLevel','prototype','AoLfH','lgoTT','apply','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','uKIBy','getAccessibilityResultsSummary','LVmHg','url_','safari.options','oQjGX','path','BrowserStackSdk','__driver','se:ieOptions','Proxy\x20set\x20to\x20','RJZLU','framework','Hub\x20url\x20set\x20to\x20','HkeMP','EhWRo','UxLtW','zeqYs','chromeOptions','kdbNX','setting\x20driver\x20Session\x20ID:\x20','edgeOptions_','initializeHealingCapabilities','joWXw','kOIWu','bWfry','Setting\x20Browserstack\x20capabilities','HcXWd','NSjDz','split','YxCVy','DBqlu','send','orEfl','bstackAllyScanning','setAdditionalCapabilities','wbtdF','moz:firefoxOptions','jest','DrBfI','Unable\x20to\x20find\x20executor\x20class\x20','yKXoh','get','aiHeal_isHealingEnabled','pushCommand','rYRzy','MYxbk','setServer','2115306GYGODq','isBrowserstackInfra','bobWh','./helpers/ai-sdk/autoHealHelper','getId','nAPAR','xsrFm','BaLSC','push','https://','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','storeOptimalHubUrl','zfDbI','zCMQM','SDK_PRE_INITIALIZE','keys','HVRiI','goog:chromeOptions','env','chromeOptions_','6fKYKkP','SDK_POST_INITIALIZE','percy','caps_','3260635ukRjSs','ojoLx','sFYcq','shouldWrapCommand','_modifyPlaywright','orfJK','IuZuj','ZMVyw','Hgocp','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','eCbzX','getHubUrl','LZyzH','newHubUrl','UdnHQ','BROWSERSTACK_TURBOSCALE','mWGxF','OOPVP','quitCount_','YAXYk','Ykbte','FDVzw','uKZdQ','KSWts','363121rlgGif','./bin/mocha/accessibility-automation/helper','plXyg','dQQJY','xxtmv','11340mhvnFh','firefoxOptions_','wbbRU','eatkZ','./hubAllocationMethods','getAccessibilityResults','overrideQuit','txVME','requireModule','setCapabilities','Performing\x20scan\x20for\x20','auhDM','util','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','capabilities_','xdGHV','IhnbB','NkiID','catch','TmlSR','browserStackGlobals','winstonLogger','./helpers/ai-sdk/aiSdkWrapper','safariOptions_'];a135_0x57dc=function(){return _0x309d58;};return a135_0x57dc();}