browserstack-node-sdk 1.66.2 → 1.66.3

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 (220) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
package/src/index.js CHANGED
@@ -1 +1 @@
1
- const a179_0x4c41e6=a179_0x51a8;(function(_0x15f3f4,_0x5dab97){const _0x46d221=a179_0x51a8,_0x4cd91e=_0x15f3f4();while(!![]){try{const _0x11cdb4=-parseInt(_0x46d221(0x1ce))/0x1+parseInt(_0x46d221(0x1c6))/0x2*(parseInt(_0x46d221(0x2c8))/0x3)+-parseInt(_0x46d221(0x288))/0x4*(-parseInt(_0x46d221(0x1cc))/0x5)+-parseInt(_0x46d221(0x1fd))/0x6+-parseInt(_0x46d221(0x2b6))/0x7*(-parseInt(_0x46d221(0x18f))/0x8)+-parseInt(_0x46d221(0x2bb))/0x9+parseInt(_0x46d221(0x265))/0xa;if(_0x11cdb4===_0x5dab97)break;else _0x4cd91e['push'](_0x4cd91e['shift']());}catch(_0x2037d7){_0x4cd91e['push'](_0x4cd91e['shift']());}}}(a179_0xdafc,0x4bbc2));const util=require(a179_0x4c41e6(0x286)),{overrideTakeScreenshot}=require('./helpers/patchHelpers'),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require('./helpers/helper'),logger=require(a179_0x4c41e6(0x21c))['winstonLogger'],hubAllocator=require(a179_0x4c41e6(0x240)),percySDK=require(a179_0x4c41e6(0x295)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a179_0x4c41e6(0x17e)),modifyPlaywrightConfig=require(a179_0x4c41e6(0x24b)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a179_0x4c41e6(0x18c)),{overrideExecute}=require(a179_0x4c41e6(0x290)),PerformanceTester=require('./helpers/performance/performance-tester'),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require('./helpers/performance/constants'),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require(a179_0x4c41e6(0x2c2)),modify=_0xa4a7b8=>{const _0x219a9f=a179_0x4c41e6,_0x40bd7d={'YTUZQ':function(_0x789fc6,_0x45771b){return _0x789fc6!==_0x45771b;},'RQyFd':_0x219a9f(0x200),'ensnJ':function(_0x32adf7,_0x393106){return _0x32adf7+_0x393106;},'kKTOw':_0x219a9f(0x299),'zbDft':_0x219a9f(0x274),'qqLdG':_0x219a9f(0x1eb),'aGqvU':_0x219a9f(0x185),'TdZas':_0x219a9f(0x260),'vhccW':_0x219a9f(0x218),'YDJef':_0x219a9f(0x283),'XhczC':_0x219a9f(0x1d7),'EVUPt':'safari.options','FrluK':_0x219a9f(0x20a),'PiIIJ':_0x219a9f(0x298),'AAcwd':function(_0xd266dd,_0x9bf5e0){return _0xd266dd===_0x9bf5e0;},'MzOCC':_0x219a9f(0x26e),'dbBMO':_0x219a9f(0x2a3),'EAZht':function(_0x31816d){return _0x31816d();},'cMXjT':function(_0x589504,_0x258493){return _0x589504(_0x258493);},'DDxrE':function(_0x35803d){return _0x35803d();},'xQefY':_0x219a9f(0x217),'SgGpT':_0x219a9f(0x1bf),'vASWP':_0x219a9f(0x23c),'awFHQ':_0x219a9f(0x1e8),'WPuah':_0x219a9f(0x212),'uQhFw':_0x219a9f(0x2ac),'kwcpb':_0x219a9f(0x1ed),'ebbpI':_0x219a9f(0x214),'EGMsM':function(_0x122154){return _0x122154();},'ESDat':_0x219a9f(0x1a9),'ByouR':_0x219a9f(0x22a),'dGDiS':_0x219a9f(0x291),'soecH':function(_0x3043f4,_0x3fa04f,_0x4587ac){return _0x3043f4(_0x3fa04f,_0x4587ac);},'agVqn':'browserstack.accessibility','uhtYE':_0x219a9f(0x2c6),'LmQGn':_0x219a9f(0x1fb),'VzEwx':function(_0x1fe600,_0x179df2,_0x523044){return _0x1fe600(_0x179df2,_0x523044);},'ZrgFD':_0x219a9f(0x188),'YyuZp':_0x219a9f(0x1cb),'fjXOF':function(_0x15e4eb,_0x4cb1a0){return _0x15e4eb||_0x4cb1a0;},'AypuP':function(_0x7803ba,_0x4fd079,_0x57b7f5){return _0x7803ba(_0x4fd079,_0x57b7f5);},'ApRxO':_0x219a9f(0x27f),'lAerp':_0x219a9f(0x1db),'tYcIn':function(_0x100eb1,_0x237da3,_0x5692e6,_0x295689,_0x55decc){return _0x100eb1(_0x237da3,_0x5692e6,_0x295689,_0x55decc);},'eDNco':function(_0x53669a,_0x593b1e,_0xf006b0){return _0x53669a(_0x593b1e,_0xf006b0);},'hlQtx':_0x219a9f(0x224),'OCuhU':_0x219a9f(0x293)};logger[_0x219a9f(0x243)](_0x40bd7d[_0x219a9f(0x2b1)]),logger[_0x219a9f(0x294)](_0x40bd7d[_0x219a9f(0x1d4)]);const _0x39b47e=helper[_0x219a9f(0x2a6)](),_0x162cd0=helper[_0x219a9f(0x237)]();class _0x323806 extends _0x162cd0[_0x219a9f(0x22b)]{[_0x219a9f(0x20d)](_0x20e5a7){const _0x154b76=_0x219a9f;if(_0x40bd7d[_0x154b76(0x22e)](_0x20e5a7[_0x154b76(0x19d)],_0x40bd7d['RQyFd']))try{const _0x59bb56=_0x20e5a7[_0x154b76(0x19d)]['split']('/')[0x2];if(_0x59bb56){const _0x27b0bf=hubAllocator[_0x154b76(0x1b6)](_0x59bb56);if(_0x27b0bf){const _0x4b91f0=_0x40bd7d[_0x154b76(0x1c3)](_0x40bd7d[_0x154b76(0x1c3)](_0x40bd7d[_0x154b76(0x21e)],_0x27b0bf),_0x40bd7d['zbDft']);this['options_']=hubAllocator[_0x154b76(0x253)](_0x4b91f0),logger[_0x154b76(0x294)](_0x154b76(0x203)+_0x4b91f0);}}}catch(_0x3b8ce8){logger['error'](_0x3b8ce8);}return super[_0x154b76(0x20d)](_0x20e5a7);}}class _0x1277ec extends _0x39b47e[_0x219a9f(0x19c)]{[_0x219a9f(0x1fe)](_0x4f1e3c){const _0x5105a9=_0x219a9f;let _0x3c9b21={};for(const _0x50b286 in _0x4f1e3c){switch(_0x50b286){case _0x40bd7d[_0x5105a9(0x27d)]:case _0x40bd7d[_0x5105a9(0x189)]:this[_0x5105a9(0x26d)]&&(_0x3c9b21=this[_0x5105a9(0x26d)][_0x5105a9(0x242)](this[_0x5105a9(0x26d)][_0x5105a9(0x227)])||{},this['chromeOptions_']['set'](this['chromeOptions_']['CAPABILITY_KEY'],helper[_0x5105a9(0x239)](_0x3c9b21,_0x4f1e3c[_0x50b286])));break;case _0x40bd7d[_0x5105a9(0x25e)]:case _0x40bd7d['vhccW']:this['edgeOptions_']&&(_0x3c9b21=this[_0x5105a9(0x2a8)][_0x5105a9(0x242)](this[_0x5105a9(0x2a8)][_0x5105a9(0x227)])||{},this[_0x5105a9(0x2a8)][_0x5105a9(0x1d6)](this[_0x5105a9(0x2a8)][_0x5105a9(0x227)],helper[_0x5105a9(0x239)](_0x3c9b21,_0x4f1e3c[_0x50b286])));break;case _0x40bd7d[_0x5105a9(0x1c7)]:case _0x40bd7d[_0x5105a9(0x2b0)]:this['firefoxOptions_']&&(_0x3c9b21=this[_0x5105a9(0x1fc)][_0x5105a9(0x242)](this['firefoxOptions_'][_0x5105a9(0x227)])||{},this[_0x5105a9(0x1fc)]['set'](this[_0x5105a9(0x1fc)][_0x5105a9(0x227)],helper[_0x5105a9(0x239)](_0x3c9b21,_0x4f1e3c[_0x50b286])));break;case _0x40bd7d[_0x5105a9(0x2a9)]:this['safariOptions_']&&(_0x3c9b21=this[_0x5105a9(0x1ab)][_0x5105a9(0x242)](this[_0x5105a9(0x1ab)]['CAPABILITY_KEY'])||{},this[_0x5105a9(0x1ab)][_0x5105a9(0x1d6)](this['safariOptions_'][_0x5105a9(0x227)],helper[_0x5105a9(0x239)](_0x3c9b21,_0x4f1e3c[_0x50b286])));break;case _0x40bd7d[_0x5105a9(0x211)]:case _0x40bd7d[_0x5105a9(0x2b9)]:this['ieOptions_']&&(_0x3c9b21=this['ieOptions_']['get'](this[_0x5105a9(0x2b7)][_0x5105a9(0x227)])||{},this['ieOptions_'][_0x5105a9(0x1d6)](this['ieOptions_'][_0x5105a9(0x227)],helper[_0x5105a9(0x239)](_0x3c9b21,_0x4f1e3c[_0x50b286])));break;}}}['setServer'](){const _0x23c728=_0x219a9f;return this[_0x23c728(0x182)]=helper[_0x23c728(0x1f7)](_0xa4a7b8),logger[_0x23c728(0x294)](_0x23c728(0x1ff)+this[_0x23c728(0x182)]),this;}[_0x219a9f(0x28f)](){const _0x591bcb=_0x219a9f;return logger[_0x591bcb(0x294)](_0x40bd7d['dbBMO']),this['__setBrowserOptions'](_0xa4a7b8[_0x591bcb(0x2c1)]),Object[_0x591bcb(0x1b9)](_0xa4a7b8[_0x591bcb(0x2c1)])[_0x591bcb(0x1f0)](_0x3b4a8d=>{const _0x2aab5a=_0x591bcb,_0x54e434=this['capabilities_'][_0x2aab5a(0x242)](_0x3b4a8d);_0x40bd7d['AAcwd'](typeof _0x54e434,_0x40bd7d['MzOCC'])?this[_0x2aab5a(0x1e9)][_0x2aab5a(0x1d6)](_0x3b4a8d,helper[_0x2aab5a(0x239)](_0x54e434,_0xa4a7b8[_0x2aab5a(0x2c1)][_0x3b4a8d])):this[_0x2aab5a(0x1e9)]['set'](_0x3b4a8d,_0xa4a7b8[_0x2aab5a(0x2c1)][_0x3b4a8d]);}),this;}[_0x219a9f(0x1ec)](){const _0x538830=_0x219a9f,_0x2ec376={'QOhIZ':function(_0xa1858e){return _0x40bd7d['EAZht'](_0xa1858e);},'JOLaV':function(_0x57c958,_0x6ff30a){return _0x40bd7d['cMXjT'](_0x57c958,_0x6ff30a);},'xhujy':function(_0xa08c6f){const _0x4c81d7=a179_0x51a8;return _0x40bd7d[_0x4c81d7(0x1cd)](_0xa08c6f);},'HTZQR':_0x40bd7d[_0x538830(0x1d1)],'EkLpm':_0x40bd7d[_0x538830(0x292)],'xhLfy':_0x40bd7d[_0x538830(0x19f)],'BtkDt':_0x40bd7d['awFHQ'],'BMJxD':_0x40bd7d[_0x538830(0x231)],'pOdWZ':_0x40bd7d[_0x538830(0x1b8)],'Aydht':function(_0x5ea7eb,_0xeb164d){const _0x44a62c=_0x538830;return _0x40bd7d[_0x44a62c(0x2ab)](_0x5ea7eb,_0xeb164d);},'wzrYW':_0x40bd7d['kwcpb'],'yJwlR':_0x40bd7d[_0x538830(0x184)],'pnBBL':function(_0x2010df){const _0x56fa42=_0x538830;return _0x40bd7d[_0x56fa42(0x29d)](_0x2010df);},'tpFwE':_0x40bd7d[_0x538830(0x259)],'LjJkl':_0x40bd7d[_0x538830(0x193)],'gEYtn':_0x40bd7d[_0x538830(0x180)],'YZeTs':function(_0x32ca6a,_0x47ef91,_0x32c8fc){const _0x5ac0af=_0x538830;return _0x40bd7d[_0x5ac0af(0x27b)](_0x32ca6a,_0x47ef91,_0x32c8fc);},'IcjBY':_0x40bd7d['agVqn'],'mqehA':_0x40bd7d[_0x538830(0x2c4)],'sWXWQ':_0x40bd7d[_0x538830(0x1f2)],'OdUIY':function(_0x335fb5,_0x1661e2,_0x387b12){return _0x40bd7d['VzEwx'](_0x335fb5,_0x1661e2,_0x387b12);},'TaVzs':_0x40bd7d[_0x538830(0x250)],'KmHBe':_0x40bd7d[_0x538830(0x190)],'RDnPc':function(_0x31cb25,_0x29a810){const _0xd2cbe1=_0x538830;return _0x40bd7d[_0xd2cbe1(0x1ba)](_0x31cb25,_0x29a810);},'AgdsG':function(_0x3b246f,_0x58b4a0,_0x427c59){return _0x40bd7d['AypuP'](_0x3b246f,_0x58b4a0,_0x427c59);},'NPhHF':function(_0x413159,_0x5181fe,_0x1166ea){return _0x40bd7d['VzEwx'](_0x413159,_0x5181fe,_0x1166ea);},'xTjiM':_0x40bd7d[_0x538830(0x296)],'ChJYj':_0x40bd7d[_0x538830(0x277)],'HJGDe':function(_0x2409b0,_0x3a3608,_0x7b0c58,_0xdcd0c9,_0x2066d7){return _0x40bd7d['tYcIn'](_0x2409b0,_0x3a3608,_0x7b0c58,_0xdcd0c9,_0x2066d7);},'lQtjJ':function(_0xdff2f2,_0x56fca7,_0x56c865,_0x19abc6,_0x13323b){const _0x5f4e6f=_0x538830;return _0x40bd7d[_0x5f4e6f(0x1a5)](_0xdff2f2,_0x56fca7,_0x56c865,_0x19abc6,_0x13323b);},'hYbzc':function(_0x3eb30b,_0x4ee861){return _0x40bd7d['fjXOF'](_0x3eb30b,_0x4ee861);},'skPyB':function(_0x4adbe1,_0x338be3,_0x464e11){const _0xdbbc03=_0x538830;return _0x40bd7d[_0xdbbc03(0x1c1)](_0x4adbe1,_0x338be3,_0x464e11);}};PerformanceTester[_0x538830(0x21a)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x48d538=_0x538830;_0x2ec376[_0x48d538(0x1f3)](isAccessibilityAutomationSession)&&_0x2ec376['JOLaV'](setAccessibilityCapabilities,_0xa4a7b8);this[_0x48d538(0x233)](),this[_0x48d538(0x28f)]();if(helper[_0x48d538(0x1f1)](_0xa4a7b8[_0x48d538(0x252)][_0x48d538(0x21d)]))this['agent_']=helper[_0x48d538(0x2a0)](_0xa4a7b8[_0x48d538(0x252)]['proxyUrl']);else _0xa4a7b8[_0x48d538(0x252)][_0x48d538(0x21d)]&&(this[_0x48d538(0x1b4)]=_0xa4a7b8[_0x48d538(0x252)][_0x48d538(0x21d)],logger[_0x48d538(0x294)](_0x48d538(0x209)+this[_0x48d538(0x1b4)]));if(_0x2ec376[_0x48d538(0x201)](isAccessibilityAutomationSession)){const _0x7bb055=this['capabilities_']['get'](_0x2ec376[_0x48d538(0x1a6)])||{},_0x530ed4=_0x7bb055['deviceName']||this[_0x48d538(0x1e9)][_0x48d538(0x242)](_0x2ec376[_0x48d538(0x2bd)])||this[_0x48d538(0x1e9)][_0x48d538(0x242)](_0x2ec376[_0x48d538(0x1a3)]);if(_0x530ed4){const _0x3f692c=(_0x7bb055[_0x48d538(0x1e8)]||_0x7bb055['platform']||this['capabilities_']['get'](_0x2ec376['BtkDt'])||this['capabilities_'][_0x48d538(0x242)](_0x2ec376['BMJxD'])||'')['toLowerCase'](),_0x299052=(_0x7bb055[_0x48d538(0x2ac)]||this[_0x48d538(0x1e9)][_0x48d538(0x242)](_0x2ec376[_0x48d538(0x2bc)])||'')[_0x48d538(0x236)]();_0x2ec376[_0x48d538(0x1dd)](_0x3f692c,_0x2ec376[_0x48d538(0x2c5)])&&_0x299052[_0x48d538(0x232)](_0x2ec376[_0x48d538(0x2a2)])&&(_0x2ec376[_0x48d538(0x21f)](isMobileScanningEnabledForGroup)&&(logger[_0x48d538(0x294)](_0x2ec376[_0x48d538(0x1d0)]),globals['setGlobal'](_0x2ec376[_0x48d538(0x204)],!![])));}}if(globals[_0x48d538(0x1a0)](_0x2ec376['gEYtn'])){if(!_0x2ec376[_0x48d538(0x24c)](setExtension,this,_0xa4a7b8)){globals[_0x48d538(0x1c4)](_0x2ec376[_0x48d538(0x191)],![]);const _0x11968f=this['capabilities_'][_0x48d538(0x242)](_0x2ec376[_0x48d538(0x1a6)]);_0x11968f&&(_0x11968f[_0x48d538(0x2bf)]=![],delete _0x11968f[_0x48d538(0x1bd)],this[_0x48d538(0x1e9)][_0x48d538(0x1d6)](_0x2ec376[_0x48d538(0x1a6)],_0x11968f)),this['capabilities_'][_0x48d538(0x242)](_0x2ec376[_0x48d538(0x27a)])&&(this['capabilities_'][_0x48d538(0x1d6)](_0x2ec376[_0x48d538(0x27a)],![]),this[_0x48d538(0x1e9)][_0x48d538(0x1f5)](_0x2ec376['mqehA']));}}(!helper[_0x48d538(0x2a7)]()||helper['isTurboScaleSession'](_0xa4a7b8))&&helper[_0x48d538(0x205)](null,helper[_0x48d538(0x25f)](_0xa4a7b8),_0xa4a7b8[_0x48d538(0x196)],null,this,null),helper[_0x48d538(0x1a4)](_0xa4a7b8[_0x48d538(0x2c1)]),logger[_0x48d538(0x294)](_0x2ec376[_0x48d538(0x272)]);})();const _0xf6e1c5=super[_0x538830(0x1ec)]();return PerformanceTester[_0x538830(0x21a)](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x4aee50=_0x538830,_0x49e95c={'OpzlF':_0x2ec376[_0x4aee50(0x17f)],'yxVjN':_0x2ec376[_0x4aee50(0x1f6)],'KfNLn':function(_0x431ff3,_0x182f59,_0x5ee56d){const _0x2df05e=_0x4aee50;return _0x2ec376[_0x2df05e(0x1ca)](_0x431ff3,_0x182f59,_0x5ee56d);},'KtSka':function(_0x4d2646,_0x3a188c,_0x368086,_0x7dc036,_0x35323b){const _0x5563b6=_0x4aee50;return _0x2ec376[_0x5563b6(0x207)](_0x4d2646,_0x3a188c,_0x368086,_0x7dc036,_0x35323b);},'JnCeW':function(_0x55eac9,_0xbbd1c){const _0x1d49db=_0x4aee50;return _0x2ec376[_0x1d49db(0x1cf)](_0x55eac9,_0xbbd1c);},'QUqxS':_0x2ec376['TaVzs'],'SWmqN':_0x2ec376['KmHBe'],'izDMF':function(_0x1a9062,_0x2e386d,_0x78948b,_0x43cc91,_0x4d1057){const _0x3bf63e=_0x4aee50;return _0x2ec376[_0x3bf63e(0x26f)](_0x1a9062,_0x2e386d,_0x78948b,_0x43cc91,_0x4d1057);},'teGRu':function(_0x4b9f2f,_0x3231f3){const _0x568438=_0x4aee50;return _0x2ec376[_0x568438(0x27e)](_0x4b9f2f,_0x3231f3);}};_0xf6e1c5[_0x4aee50(0x2a4)][_0x4aee50(0x261)](_0x229f67=>{const _0x5befd7=_0x4aee50;try{const _0x43332e=_0x229f67['caps_'][_0x5befd7(0x242)](_0x49e95c[_0x5befd7(0x21b)]);_0x43332e?(logger[_0x5befd7(0x294)](_0x5befd7(0x2cc)+_0x43332e),hubAllocator['updateHubUrl'](_0x43332e,_0x229f67['getId']()),helper[_0x5befd7(0x28a)](_0x43332e)):logger[_0x5befd7(0x294)](_0x49e95c['yxVjN']);}catch(_0x5eb796){logger[_0x5befd7(0x294)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x5eb796);}}),_0xf6e1c5['then']&&_0xf6e1c5['then'](_0x3e6917=>{const _0x26ee8f=_0x4aee50,_0x2fe500={'ETqid':function(_0x586915,_0x331e23,_0x2f7f37){const _0x259d56=a179_0x51a8;return _0x2ec376[_0x259d56(0x213)](_0x586915,_0x331e23,_0x2f7f37);},'cqcyW':_0x2ec376[_0x26ee8f(0x251)],'KSLon':_0x2ec376[_0x26ee8f(0x1de)],'EvOFD':function(_0x4e940c,_0x4b3374){return _0x2ec376['RDnPc'](_0x4e940c,_0x4b3374);}};helper[_0x26ee8f(0x1b7)](_0x3e6917,_0xa4a7b8),_0x2ec376['YZeTs'](overrideExecute,_0x3e6917,_0xa4a7b8),_0x3e6917[_0x26ee8f(0x2b2)]=async()=>{const _0x3e6657=_0x26ee8f;return await _0x49e95c[_0x3e6657(0x2a5)](getAccessibilityResultsSummary,_0x3e6917,global);},_0x3e6917['getAccessibilityResults']=async()=>{return await _0x2fe500['ETqid'](getAccessibilityResults,_0x3e6917,global);},_0x3e6917[_0x26ee8f(0x202)]=async _0x59f70f=>{const _0x18fe7c=_0x26ee8f;return await _0x49e95c[_0x18fe7c(0x23b)](performScan,_0x3e6917,null,!![],_0x49e95c['JnCeW'](_0x59f70f,null));},_0x3e6917[_0x26ee8f(0x22d)]=async _0x5e570f=>{const _0x4c87ff=_0x26ee8f;globals[_0x4c87ff(0x1c4)](_0x2fe500[_0x4c87ff(0x2b3)],!![]),globals[_0x4c87ff(0x1c4)](_0x2fe500[_0x4c87ff(0x215)],_0x2fe500['EvOFD'](_0x5e570f,null));},_0x3e6917['stopA11yScanning']=async()=>{const _0x298510=_0x26ee8f;globals[_0x298510(0x1c4)](_0x49e95c[_0x298510(0x18b)],![]),globals[_0x298510(0x1c4)](_0x49e95c[_0x298510(0x183)],null);};}),_0xf6e1c5[_0x4aee50(0x2b2)]=async()=>{const _0x449139=_0x4aee50;return await _0x2ec376[_0x449139(0x20c)](getAccessibilityResultsSummary,_0xf6e1c5,global);},_0xf6e1c5[_0x4aee50(0x258)]=async()=>{const _0x54fdbc=_0x4aee50;return await _0x2ec376[_0x54fdbc(0x1ca)](getAccessibilityResults,_0xf6e1c5,global);},_0xf6e1c5[_0x4aee50(0x202)]=async _0x3f7baf=>{const _0x3d0d54=_0x4aee50;return await _0x49e95c['izDMF'](performScan,_0xf6e1c5,null,!![],_0x49e95c[_0x3d0d54(0x181)](_0x3f7baf,null));},_0xf6e1c5[_0x4aee50(0x22d)]=async _0x38a46e=>{const _0x3ad365=_0x4aee50;globals[_0x3ad365(0x1c4)](_0x49e95c[_0x3ad365(0x18b)],!![]),globals['setGlobal'](_0x49e95c['SWmqN'],_0x49e95c[_0x3ad365(0x1e6)](_0x38a46e,null));},_0xf6e1c5[_0x4aee50(0x1ee)]=async()=>{const _0x4aea3e=_0x4aee50;globals['setGlobal'](_0x2ec376[_0x4aea3e(0x251)],![]),globals[_0x4aea3e(0x1c4)](_0x2ec376[_0x4aea3e(0x1de)],null);},helper[_0x4aee50(0x1b7)](_0xf6e1c5,_0xa4a7b8),_0x2ec376[_0x4aee50(0x22f)](overrideExecute,_0xf6e1c5,_0xa4a7b8),helper[_0x4aee50(0x1da)](global[_0x4aee50(0x1e4)])&&(global[_0x4aee50(0x1e4)]=[]),global['__driversArray'][_0x4aee50(0x222)](_0xf6e1c5);})(),_0xf6e1c5;}}_0x39b47e[_0x219a9f(0x26c)]=_0x39b47e[_0x219a9f(0x19c)],_0x39b47e[_0x219a9f(0x19c)]=_0x1277ec,_0x162cd0[_0x219a9f(0x22b)]=_0x323806;},propagateJestSessionName=(_0x21b127,_0x11b972,_0x18bebf='')=>{const _0x13278f=a179_0x4c41e6,_0x1e42e2={};_0x1e42e2[_0x13278f(0x247)]='percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s';const _0x4e3cea=_0x1e42e2;_0x11b972&&_0x11b972['global']&&_0x11b972[_0x13278f(0x206)][_0x13278f(0x1d3)]&&helper[_0x13278f(0x1da)](_0x21b127[_0x13278f(0x1d3)])&&(_0x21b127[_0x13278f(0x1d3)]=_0x11b972['global'][_0x13278f(0x1d3)],logger[_0x13278f(0x294)](util[_0x13278f(0x24a)](_0x4e3cea['QrTgX'],_0x18bebf?'\x20'+_0x18bebf:'',_0x21b127[_0x13278f(0x1d3)])));},modifyV2=(_0x3c3f7d,_0x42809e=null,_0x5c4f9b=![])=>{const _0xe28816=a179_0x4c41e6,_0x3debd2={'xZkxv':function(_0x4b0c94,_0xeeb5cd){return _0x4b0c94!==_0xeeb5cd;},'Rrucp':_0xe28816(0x200),'sZNVp':function(_0x1798ee,_0x38113e){return _0x1798ee+_0x38113e;},'NOuAp':_0xe28816(0x299),'CaLqX':_0xe28816(0x274),'MENJi':_0xe28816(0x1eb),'KpOIt':_0xe28816(0x185),'RpsKg':_0xe28816(0x260),'BwYHM':'edgeOptions','CuFtA':_0xe28816(0x283),'VzfkQ':'firefoxOptions','iEgVo':_0xe28816(0x245),'MUvxS':_0xe28816(0x20a),'uDVMF':_0xe28816(0x298),'XjOPX':function(_0x2eec0d,_0x1b54e4){return _0x2eec0d===_0x1b54e4;},'UUbnF':_0xe28816(0x26e),'WmwqC':'Setting\x20Browserstack\x20capabilities','BHsGE':function(_0x290d29,_0x51d7a3){return _0x290d29>_0x51d7a3;},'YxIdZ':function(_0x9c28cb){return _0x9c28cb();},'KDPxp':function(_0x4bf162,_0x3f81fc){return _0x4bf162(_0x3f81fc);},'TsvAC':function(_0x2dd149){return _0x2dd149();},'ejLwo':_0xe28816(0x217),'sJDNe':_0xe28816(0x1bf),'LdftP':_0xe28816(0x23c),'bphcg':_0xe28816(0x1e8),'uQAkR':_0xe28816(0x212),'jXGld':_0xe28816(0x2ac),'YpUFk':_0xe28816(0x1ed),'JlZcj':_0xe28816(0x214),'ZuEeY':'Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','DmKde':_0xe28816(0x22a),'lKnDv':_0xe28816(0x291),'ZLAyW':function(_0x550259,_0x2f3428,_0x283b21){return _0x550259(_0x2f3428,_0x283b21);},'hkaOa':_0xe28816(0x29b),'GYDbx':_0xe28816(0x2c6),'ITrFs':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','UhITS':_0xe28816(0x285),'KcVIV':function(_0x3bf814){return _0x3bf814();},'hPiZe':_0xe28816(0x230),'AmsfO':function(_0x215596,_0x5e9078){return _0x215596(_0x5e9078);},'HbYsV':_0xe28816(0x1af),'kXsBb':_0xe28816(0x244),'rJKyh':function(_0x594510,_0x3fd255){return _0x594510<_0x3fd255;},'XnfPy':function(_0x3e91d5,_0x1628d1){return _0x3e91d5||_0x1628d1;},'MCKjd':function(_0x49d593,_0x51570c,_0x23c521){return _0x49d593(_0x51570c,_0x23c521);},'StcvI':_0xe28816(0x2b8),'RxRxu':function(_0x51fe9f,_0xe1014d,_0x4bf85b){return _0x51fe9f(_0xe1014d,_0x4bf85b);},'XdpMX':_0xe28816(0x188),'WWuUm':_0xe28816(0x1cb),'yETID':function(_0x495f81,_0x2c83dd,_0x58fb2b,_0x314e1c,_0x52277c){return _0x495f81(_0x2c83dd,_0x58fb2b,_0x314e1c,_0x52277c);},'cDFxj':function(_0x2ab9f7,_0x969d97){return _0x2ab9f7||_0x969d97;},'qtBzq':function(_0x196fb2,_0x264faf,_0x28914d){return _0x196fb2(_0x264faf,_0x28914d);},'YuMOz':function(_0x38e325,_0x54746a,_0x2d96df,_0x1238fa){return _0x38e325(_0x54746a,_0x2d96df,_0x1238fa);},'GRcHN':_0xe28816(0x284),'imSdS':_0xe28816(0x27f),'ZBrcq':_0xe28816(0x1db),'THXme':function(_0x159bb9,_0x5d1d4d,_0x53ffb6,_0x27b678,_0x560098){return _0x159bb9(_0x5d1d4d,_0x53ffb6,_0x27b678,_0x560098);},'WaMcq':function(_0x3724b0,_0x2d7dec){return _0x3724b0||_0x2d7dec;},'uefJv':_0xe28816(0x22c),'BrHfQ':_0xe28816(0x224),'DfHpV':'Modifying\x20webdriver\x20builder','FieqP':function(_0x2677b5){return _0x2677b5();},'NXtQe':_0xe28816(0x266),'rUBgj':_0xe28816(0x24e),'yhkOM':_0xe28816(0x249),'qPvHN':_0xe28816(0x1d5),'xsPhO':function(_0xe8d9,_0x4ef79f){return _0xe8d9+_0x4ef79f;},'zignB':_0xe28816(0x20b)},_0x539262=helper['requireHttpClient']();let _0x155bf2;try{_0x155bf2=helper[_0xe28816(0x2a6)](),_0x155bf2[_0xe28816(0x26c)]&&(_0x155bf2['Builder']=_0x155bf2[_0xe28816(0x26c)]);}catch(_0x69356d){return;}if(helper['isBrowserstackInfra']()){const _0x56f685={};_0x56f685[_0xe28816(0x1ef)]=_0x3c3f7d['browserStackLogLevel'],helper[_0xe28816(0x1ea)](_0x56f685,new Map(),new Map()),logger[_0xe28816(0x243)](_0x3debd2['BrHfQ']),logger[_0xe28816(0x294)](_0x3debd2['DfHpV']);}class _0x15a78c extends _0x539262[_0xe28816(0x22b)]{[_0xe28816(0x20d)](_0x410447){const _0x3b6745=_0xe28816;if(_0x3debd2[_0x3b6745(0x24f)](_0x410447[_0x3b6745(0x19d)],_0x3debd2[_0x3b6745(0x20f)]))try{const _0x2adf8f=_0x410447[_0x3b6745(0x19d)][_0x3b6745(0x25b)]('/')[0x2];if(_0x2adf8f){const _0x896430=hubAllocator['consumeHubUrlForSession'](_0x2adf8f);if(_0x896430){const _0x3bac6c=_0x3debd2[_0x3b6745(0x279)](_0x3debd2[_0x3b6745(0x279)](_0x3debd2[_0x3b6745(0x1e3)],_0x896430),_0x3debd2[_0x3b6745(0x25c)]);this[_0x3b6745(0x23f)]=hubAllocator[_0x3b6745(0x253)](_0x3bac6c),logger[_0x3b6745(0x294)]('New\x20hub\x20url\x20set\x20to\x20'+_0x3bac6c);}}}catch(_0x48a6bc){logger[_0x3b6745(0x223)](_0x48a6bc);}return super[_0x3b6745(0x20d)](_0x410447);}}class _0x266ef8 extends _0x155bf2[_0xe28816(0x19c)]{[_0xe28816(0x233)](){const _0x319e79=_0xe28816;return helper[_0x319e79(0x2a7)]()&&(this[_0x319e79(0x182)]=helper['getHubUrl'](_0x3c3f7d)),this;}[_0xe28816(0x1fe)](_0x1b6e86){const _0x4db093=_0xe28816;let _0x33e6a1={};for(const _0x583581 in _0x1b6e86){switch(_0x583581){case _0x3debd2['MENJi']:case _0x3debd2['KpOIt']:this[_0x4db093(0x26d)]&&(_0x33e6a1=this['chromeOptions_'][_0x4db093(0x242)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x4db093(0x26d)][_0x4db093(0x1d6)](this[_0x4db093(0x26d)][_0x4db093(0x227)],helper[_0x4db093(0x239)](_0x33e6a1,_0x1b6e86[_0x583581])));break;case _0x3debd2[_0x4db093(0x29e)]:case _0x3debd2[_0x4db093(0x197)]:this[_0x4db093(0x2a8)]&&(_0x33e6a1=this[_0x4db093(0x2a8)][_0x4db093(0x242)](this[_0x4db093(0x2a8)][_0x4db093(0x227)])||{},this[_0x4db093(0x2a8)][_0x4db093(0x1d6)](this[_0x4db093(0x2a8)][_0x4db093(0x227)],helper[_0x4db093(0x239)](_0x33e6a1,_0x1b6e86[_0x583581])));break;case _0x3debd2['CuFtA']:case _0x3debd2[_0x4db093(0x1be)]:this[_0x4db093(0x1fc)]&&(_0x33e6a1=this['firefoxOptions_'][_0x4db093(0x242)](this[_0x4db093(0x1fc)]['CAPABILITY_KEY'])||{},this['firefoxOptions_'][_0x4db093(0x1d6)](this[_0x4db093(0x1fc)][_0x4db093(0x227)],helper[_0x4db093(0x239)](_0x33e6a1,_0x1b6e86[_0x583581])));break;case _0x3debd2[_0x4db093(0x24d)]:this[_0x4db093(0x1ab)]&&(_0x33e6a1=this[_0x4db093(0x1ab)][_0x4db093(0x242)](this[_0x4db093(0x1ab)][_0x4db093(0x227)])||{},this[_0x4db093(0x1ab)][_0x4db093(0x1d6)](this[_0x4db093(0x1ab)][_0x4db093(0x227)],helper['mergeDeep'](_0x33e6a1,_0x1b6e86[_0x583581])));break;case _0x3debd2[_0x4db093(0x2be)]:case _0x3debd2['uDVMF']:this[_0x4db093(0x2b7)]&&(_0x33e6a1=this[_0x4db093(0x2b7)][_0x4db093(0x242)](this[_0x4db093(0x2b7)][_0x4db093(0x227)])||{},this[_0x4db093(0x2b7)][_0x4db093(0x1d6)](this['ieOptions_'][_0x4db093(0x227)],helper[_0x4db093(0x239)](_0x33e6a1,_0x1b6e86[_0x583581])));break;}}}['setCapabilities'](){const _0x3f8367=_0xe28816;logger[_0x3f8367(0x294)](_0x3debd2[_0x3f8367(0x195)]);const _0x4ddb7d=_0x3c3f7d['capability']&&_0x3debd2['BHsGE'](Object[_0x3f8367(0x1b9)](_0x3c3f7d[_0x3f8367(0x2c1)])[_0x3f8367(0x1f8)],0x0)?_0x3c3f7d[_0x3f8367(0x2c1)]:_0x3c3f7d[_0x3f8367(0x221)]&&Array['isArray'](_0x3c3f7d[_0x3f8367(0x221)])&&_0x3debd2[_0x3f8367(0x1c0)](_0x3c3f7d['capabilities'][_0x3f8367(0x1f8)],0x0)?_0x3c3f7d[_0x3f8367(0x221)][0x0]:{};return this[_0x3f8367(0x1fe)](_0x4ddb7d),Object[_0x3f8367(0x1b9)](_0x4ddb7d)['forEach'](_0x28e67b=>{const _0x35448e=_0x3f8367,_0x3bc46f=this[_0x35448e(0x1e9)][_0x35448e(0x242)](_0x28e67b);_0x3debd2[_0x35448e(0x271)](typeof _0x3bc46f,_0x3debd2[_0x35448e(0x297)])?this[_0x35448e(0x1e9)][_0x35448e(0x1d6)](_0x28e67b,helper['mergeDeep'](_0x3bc46f,_0x4ddb7d[_0x28e67b])):this['capabilities_'][_0x35448e(0x1d6)](_0x28e67b,_0x4ddb7d[_0x28e67b]);}),this;}[_0xe28816(0x1ec)](){const _0x5751aa=_0xe28816,_0x1bc491={'aJlSk':_0x3debd2[_0x5751aa(0x1c9)],'GgXvx':_0x3debd2[_0x5751aa(0x29f)],'KuPiJ':function(_0x51fc2f,_0x5a6ea3,_0x2a5d43,_0x5f16b8,_0x1e76a1){const _0x28d281=_0x5751aa;return _0x3debd2[_0x28d281(0x1f4)](_0x51fc2f,_0x5a6ea3,_0x2a5d43,_0x5f16b8,_0x1e76a1);},'ZrHPu':function(_0x543b9f,_0x5a6e32){const _0x555d74=_0x5751aa;return _0x3debd2[_0x555d74(0x192)](_0x543b9f,_0x5a6e32);},'mrDuy':_0x3debd2[_0x5751aa(0x2ad)],'xjpuA':_0x3debd2[_0x5751aa(0x264)],'XXSxl':function(_0xb94b19,_0x3f6343){const _0x4c7698=_0x5751aa;return _0x3debd2[_0x4c7698(0x192)](_0xb94b19,_0x3f6343);}};PerformanceTester[_0x5751aa(0x21a)](PerformanceEvents[_0x5751aa(0x1bb)],()=>{const _0x4e3070=_0x5751aa;if(helper[_0x4e3070(0x2a7)]()){helper[_0x4e3070(0x1a4)](_0x3c3f7d[_0x4e3070(0x2c1)]);_0x3debd2[_0x4e3070(0x235)](isAccessibilityAutomationSession)&&_0x3debd2[_0x4e3070(0x268)](setAccessibilityCapabilities,_0x3c3f7d);this[_0x4e3070(0x233)](),this['setCapabilities']();if(helper['isPacProxy'](_0x3c3f7d['proxySettings'][_0x4e3070(0x21d)]))this[_0x4e3070(0x1ad)]=helper[_0x4e3070(0x2a0)](_0x3c3f7d[_0x4e3070(0x252)][_0x4e3070(0x21d)]);else _0x3c3f7d[_0x4e3070(0x252)]['proxyUrl']&&(this[_0x4e3070(0x1b4)]=_0x3c3f7d['proxySettings'][_0x4e3070(0x21d)],logger[_0x4e3070(0x294)]('Proxy\x20set\x20to\x20'+this['proxy_']));if(_0x3debd2[_0x4e3070(0x28e)](isAccessibilityAutomationSession)){const _0x48d389=this[_0x4e3070(0x1e9)]['get'](_0x3debd2[_0x4e3070(0x1c2)])||{},_0x27af10=_0x48d389[_0x4e3070(0x23c)]||this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x225)])||this['capabilities_']['get'](_0x3debd2[_0x4e3070(0x1a7)]);if(_0x27af10){const _0x4eaaf7=(_0x48d389[_0x4e3070(0x1e8)]||_0x48d389[_0x4e3070(0x212)]||this[_0x4e3070(0x1e9)]['get'](_0x3debd2[_0x4e3070(0x1bc)])||this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2['uQAkR'])||'')[_0x4e3070(0x236)](),_0x2d744b=(_0x48d389[_0x4e3070(0x2ac)]||this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x2ca)])||'')['toLowerCase']();_0x3debd2['XjOPX'](_0x4eaaf7,_0x3debd2['YpUFk'])&&_0x2d744b[_0x4e3070(0x232)](_0x3debd2[_0x4e3070(0x28b)])&&(_0x3debd2[_0x4e3070(0x28e)](isMobileScanningEnabledForGroup)&&(logger[_0x4e3070(0x294)](_0x3debd2[_0x4e3070(0x2c9)]),globals[_0x4e3070(0x1c4)](_0x3debd2[_0x4e3070(0x270)],!![])));}}if(globals[_0x4e3070(0x1a0)](_0x3debd2[_0x4e3070(0x2af)])){if(!_0x3debd2['ZLAyW'](setExtension,this,_0x3c3f7d)){globals[_0x4e3070(0x1c4)](_0x3debd2['lKnDv'],![]);const _0x5ba27f=this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x1c2)]);_0x5ba27f&&(_0x5ba27f[_0x4e3070(0x2bf)]=![],delete _0x5ba27f[_0x4e3070(0x1bd)],this[_0x4e3070(0x1e9)]['set'](_0x3debd2[_0x4e3070(0x1c2)],_0x5ba27f)),this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2['hkaOa'])&&(this[_0x4e3070(0x1e9)]['set'](_0x3debd2[_0x4e3070(0x238)],![]),this[_0x4e3070(0x1e9)]['delete'](_0x3debd2['GYDbx']));}}process[_0x4e3070(0x199)][_0x4e3070(0x255)]&&(helper['prepareCapabilities'](null,helper[_0x4e3070(0x25f)](_0x3c3f7d),_0x3c3f7d[_0x4e3070(0x196)],null,this,null),helper[_0x4e3070(0x1a4)](_0x3c3f7d['capability'])),logger[_0x4e3070(0x294)](_0x3debd2['ITrFs']);}else{if(this[_0x4e3070(0x26d)]){const _0x2238b2=this[_0x4e3070(0x26d)][_0x4e3070(0x242)](this[_0x4e3070(0x26d)][_0x4e3070(0x227)]||_0x3debd2['MENJi']);if(_0x2238b2&&_0x2238b2[_0x4e3070(0x20e)]){const _0x57ac0a=this['capabilities_'][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x246)])||{},_0x66be52=(_0x57ac0a['args']||[])[_0x4e3070(0x17c)](_0x2238b2[_0x4e3070(0x20e)]||[]),_0x5438ed=Array[_0x4e3070(0x29c)](new Set(_0x66be52)),_0x263a6c={};_0x263a6c[_0x4e3070(0x20e)]=_0x5438ed,this['capabilities_'][_0x4e3070(0x1d6)](_0x3debd2[_0x4e3070(0x246)],Object[_0x4e3070(0x1ae)]({},_0x57ac0a,_0x2238b2,_0x263a6c));}}if(_0x3debd2['TsvAC'](isAccessibilityAutomationSession)&&this[_0x4e3070(0x280)]()[_0x4e3070(0x232)](_0x3debd2[_0x4e3070(0x220)])){let _0x30e21a=!![];const _0x25080d=this['capabilities_'][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x1c2)])||{},_0x6c1897=_0x25080d['deviceName']||this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x225)])||this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x1a7)]);if(_0x6c1897){const _0x12d7f0=(_0x25080d[_0x4e3070(0x1e8)]||_0x25080d[_0x4e3070(0x212)]||this[_0x4e3070(0x1e9)]['get'](_0x3debd2[_0x4e3070(0x1bc)])||this['capabilities_'][_0x4e3070(0x242)](_0x3debd2['uQAkR'])||'')['toLowerCase'](),_0x20687=(_0x25080d[_0x4e3070(0x2ac)]||this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x2ca)])||'')['toLowerCase']();_0x3debd2[_0x4e3070(0x271)](_0x12d7f0,_0x3debd2[_0x4e3070(0x208)])&&_0x20687[_0x4e3070(0x232)](_0x3debd2[_0x4e3070(0x28b)])?!_0x3debd2['KcVIV'](isMobileScanningEnabledForGroup)?(logger[_0x4e3070(0x2cb)](MOBILE_SCANNING_DISABLED_WARNING),_0x30e21a=![]):(logger[_0x4e3070(0x294)](_0x3debd2[_0x4e3070(0x2c9)]),globals[_0x4e3070(0x1c4)](_0x3debd2['DmKde'],!![])):(logger[_0x4e3070(0x2cb)](_0x3debd2[_0x4e3070(0x1d8)]),_0x30e21a=![]);}if(_0x30e21a){const _0x4a9388=_0x3debd2[_0x4e3070(0x23d)](parseFloat,_0x25080d[_0x4e3070(0x1af)]||this['capabilities_'][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x26b)])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x2719cf}=_0x3debd2[_0x4e3070(0x23d)](require,_0x3debd2['kXsBb']),_0x217a98=_0x3debd2['KDPxp'](parseFloat,_0x2719cf);!_0x3debd2[_0x4e3070(0x23d)](isNaN,_0x4a9388)&&_0x3debd2[_0x4e3070(0x219)](_0x4a9388,_0x217a98)&&(logger[_0x4e3070(0x2cb)](_0x4e3070(0x289)+_0x2719cf+'.'),_0x30e21a=![]);}if(_0x30e21a){_0x3debd2[_0x4e3070(0x23d)](setAccessibilityCapabilities,_0x3c3f7d),this[_0x4e3070(0x28f)]();if(process['env'][_0x4e3070(0x1fa)]){let _0x5d7158={};try{process[_0x4e3070(0x199)][_0x4e3070(0x262)]&&(_0x5d7158=JSON[_0x4e3070(0x2aa)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0xe2244a){logger[_0x4e3070(0x294)](_0x4e3070(0x2b5)+_0xe2244a);}const _0x5d4167=helper[_0x4e3070(0x25f)](_0x3c3f7d),_0x24443e=this['capabilities_'][_0x4e3070(0x242)](_0x3debd2['ejLwo']);if(_0x3debd2[_0x4e3070(0x24f)](_0x5d4167,![])&&(_0x24443e||!this[_0x4e3070(0x1e9)]['get'](_0x3debd2[_0x4e3070(0x238)]))){const _0x1757f0=_0x3debd2[_0x4e3070(0x210)](_0x24443e,{});_0x1757f0['accessibility']=!![];const _0x3d384b={};_0x3d384b[_0x4e3070(0x1f9)]=process[_0x4e3070(0x199)][_0x4e3070(0x1fa)],_0x3d384b['scannerVersion']=_0x5d7158[_0x4e3070(0x29a)],_0x1757f0[_0x4e3070(0x1bd)]=Object[_0x4e3070(0x1ae)]({},_0x1757f0[_0x4e3070(0x1bd)],_0x3d384b),this[_0x4e3070(0x1e9)]['set'](_0x3debd2[_0x4e3070(0x1c2)],_0x1757f0);}else{this[_0x4e3070(0x1e9)][_0x4e3070(0x1d6)](_0x3debd2[_0x4e3070(0x238)],!![]);const _0x2d50be=this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2[_0x4e3070(0x25d)])||{},_0x29e55e={};_0x29e55e['authToken']=process[_0x4e3070(0x199)][_0x4e3070(0x1fa)],_0x29e55e[_0x4e3070(0x29a)]=_0x5d7158[_0x4e3070(0x29a)],this[_0x4e3070(0x1e9)][_0x4e3070(0x1d6)](_0x3debd2[_0x4e3070(0x25d)],Object['assign']({},_0x2d50be,_0x29e55e));}}if(!_0x3debd2['MCKjd'](setExtension,this,_0x3c3f7d)){globals[_0x4e3070(0x1c4)](_0x3debd2[_0x4e3070(0x2af)],![]);const _0x347c0e=this[_0x4e3070(0x1e9)]['get'](_0x3debd2[_0x4e3070(0x1c2)]);_0x347c0e&&(_0x347c0e[_0x4e3070(0x2bf)]=![],delete _0x347c0e[_0x4e3070(0x1bd)],this[_0x4e3070(0x1e9)][_0x4e3070(0x1d6)](_0x3debd2[_0x4e3070(0x1c2)],_0x347c0e)),this[_0x4e3070(0x1e9)][_0x4e3070(0x242)](_0x3debd2['hkaOa'])&&(this[_0x4e3070(0x1e9)][_0x4e3070(0x1d6)](_0x3debd2[_0x4e3070(0x238)],![]),this[_0x4e3070(0x1e9)][_0x4e3070(0x1f5)](_0x3debd2[_0x4e3070(0x25d)]));}}}if(_0x3debd2[_0x4e3070(0x28e)](isAccessibilityAutomationSession)&&!this[_0x4e3070(0x280)]()['includes'](_0x3debd2[_0x4e3070(0x220)]))try{_0x3debd2[_0x4e3070(0x268)](hasLegacyHeadlessArg,this)?(logger[_0x4e3070(0x2cb)](_0x3debd2[_0x4e3070(0x19b)]),globals[_0x4e3070(0x1c4)](_0x3debd2[_0x4e3070(0x2af)],![])):helper['prepareCapabilities'](null,helper['useW3C'](_0x3c3f7d),_0x3c3f7d['framework'],null,this,null);}catch(_0xd66a17){logger[_0x4e3070(0x294)](_0x4e3070(0x1b1)+util[_0x4e3070(0x24a)](_0xd66a17));}}})();const _0x1450cb=super[_0x5751aa(0x1ec)]();return PerformanceTester['measureWrapper'](PerformanceEvents['SDK_POST_INITIALIZE'],()=>{const _0x2c42bb=_0x5751aa,_0x3366b7={'usYNz':function(_0x123736){const _0x4a1346=a179_0x51a8;return _0x3debd2[_0x4a1346(0x235)](_0x123736);},'wuCKy':function(_0x28f5c8,_0x22caf8,_0x166aba){return _0x3debd2['RxRxu'](_0x28f5c8,_0x22caf8,_0x166aba);},'MKNhQ':_0x3debd2[_0x2c42bb(0x2af)],'fTrhn':_0x3debd2[_0x2c42bb(0x1c2)],'BHUuv':_0x3debd2[_0x2c42bb(0x238)],'PiPTz':_0x3debd2[_0x2c42bb(0x25d)],'uDdUG':_0x3debd2[_0x2c42bb(0x2ad)],'Pvoll':_0x3debd2['WWuUm'],'hMhPS':function(_0x5ef4ff,_0x47c7e9,_0x1a8823){return _0x3debd2['MCKjd'](_0x5ef4ff,_0x47c7e9,_0x1a8823);},'RCtSl':function(_0x27bcfd,_0x59a5b8,_0x1d3abe,_0x3f17da,_0x5e1e6a){return _0x3debd2['yETID'](_0x27bcfd,_0x59a5b8,_0x1d3abe,_0x3f17da,_0x5e1e6a);},'lKSdK':function(_0x4fe1fa,_0x25a20b){return _0x3debd2['cDFxj'](_0x4fe1fa,_0x25a20b);},'hUsln':function(_0x2b8198,_0x43949d){const _0x5209a0=_0x2c42bb;return _0x3debd2[_0x5209a0(0x268)](_0x2b8198,_0x43949d);},'jbkEt':function(_0x109654,_0x15b4de,_0x5d8e99){return _0x3debd2['qtBzq'](_0x109654,_0x15b4de,_0x5d8e99);}};_0x1450cb[_0x2c42bb(0x2a4)][_0x2c42bb(0x261)](_0x1405a3=>{const _0x1bc5ba=_0x2c42bb,_0x43cd1c=_0x1405a3[_0x1bc5ba(0x254)];if(!helper[_0x1bc5ba(0x2a7)]()&&_0x3366b7[_0x1bc5ba(0x26a)](isAccessibilityAutomationSession)){const _0x2fa669=_0x3366b7[_0x1bc5ba(0x2c0)](nonBstackPlatformValidation,_0x43cd1c,this);globals['setGlobal'](_0x3366b7[_0x1bc5ba(0x18e)],_0x2fa669);if(!_0x2fa669){const _0x40325b=this['capabilities_']['get'](_0x3366b7[_0x1bc5ba(0x1b0)]);_0x40325b&&(_0x40325b['accessibility']=![],delete _0x40325b['accessibilityOptions'],this[_0x1bc5ba(0x1e9)][_0x1bc5ba(0x1d6)](_0x3366b7[_0x1bc5ba(0x1b0)],_0x40325b)),this[_0x1bc5ba(0x1e9)][_0x1bc5ba(0x242)](_0x3366b7[_0x1bc5ba(0x1e1)])&&(this[_0x1bc5ba(0x1e9)]['set'](_0x3366b7[_0x1bc5ba(0x1e1)],![]),this['capabilities_']['delete'](_0x3366b7[_0x1bc5ba(0x228)]));}}}),_0x1450cb[_0x2c42bb(0x2a4)]['then'](_0x265d6c=>{const _0xa39d9f=_0x2c42bb;try{logger['debug']('Session\x20ID:\x20'+_0x265d6c['getId']());const _0x1baaa8=_0x265d6c[_0xa39d9f(0x254)]['get'](_0x1bc491[_0xa39d9f(0x226)]);_0x1baaa8?(logger['debug'](_0xa39d9f(0x2cc)+_0x1baaa8),hubAllocator['updateHubUrl'](_0x1baaa8,_0x265d6c[_0xa39d9f(0x18d)]()),helper[_0xa39d9f(0x28a)](_0x1baaa8)):logger['debug'](_0x1bc491[_0xa39d9f(0x23e)]);}catch(_0x186a36){logger[_0xa39d9f(0x294)](_0xa39d9f(0x1a1)+_0x186a36);}}),_0x1450cb[_0x2c42bb(0x198)]=0x0,_0x1450cb['then']&&_0x1450cb['then'](_0x387246=>{const _0x3c03fb=_0x2c42bb,_0x37a3da={'DCYqI':function(_0x446b4d,_0x545b70,_0x55030c){const _0x1d24ec=a179_0x51a8;return _0x3366b7[_0x1d24ec(0x1b3)](_0x446b4d,_0x545b70,_0x55030c);},'jvosU':function(_0x573f79,_0x2d6585,_0x5096c3,_0x4277cc,_0x1a580c){const _0xc62b3b=a179_0x51a8;return _0x3366b7[_0xc62b3b(0x194)](_0x573f79,_0x2d6585,_0x5096c3,_0x4277cc,_0x1a580c);},'hwDRM':function(_0x4f8dc6,_0xc9e357){const _0x345247=a179_0x51a8;return _0x3366b7[_0x345247(0x282)](_0x4f8dc6,_0xc9e357);},'tICUh':_0x3366b7[_0x3c03fb(0x257)],'gRzaw':_0x3366b7[_0x3c03fb(0x1e2)]};helper[_0x3c03fb(0x2ae)](_0x387246,_0x1450cb),_0x5c4f9b&&_0x3366b7[_0x3c03fb(0x17b)](overrideTakeScreenshot,_0x387246),helper[_0x3c03fb(0x1b7)](_0x387246,_0x3c3f7d),_0x3366b7['hMhPS'](overrideExecute,_0x387246,_0x3c3f7d),_0x3366b7[_0x3c03fb(0x1b3)](propagateJestSessionName,_0x387246,_0x42809e),_0x3c3f7d[_0x3c03fb(0x2c1)]&&percyHelper[_0x3c03fb(0x2ba)](_0x387246,_0x155bf2[_0x3c03fb(0x234)],_0x3c3f7d),_0x387246['getAccessibilityResultsSummary']=async()=>{return await _0x3366b7['wuCKy'](getAccessibilityResultsSummary,_0x387246,global);},_0x387246[_0x3c03fb(0x258)]=async()=>{const _0x591d0f=_0x3c03fb;return await _0x37a3da[_0x591d0f(0x19e)](getAccessibilityResults,_0x387246,global);},_0x387246['performScan']=async _0x43527c=>{const _0x348567=_0x3c03fb;return await _0x37a3da[_0x348567(0x1c8)](performScan,_0x387246,null,!![],_0x37a3da['hwDRM'](_0x43527c,null));},_0x387246['startA11yScanning']=async _0x9cbdaa=>{const _0x4765e7=_0x3c03fb;globals[_0x4765e7(0x1c4)](_0x37a3da[_0x4765e7(0x25a)],!![]),globals['setGlobal'](_0x37a3da[_0x4765e7(0x1c5)],_0x37a3da[_0x4765e7(0x275)](_0x9cbdaa,null));},_0x387246[_0x3c03fb(0x1ee)]=async()=>{const _0x2bc89a=_0x3c03fb;globals[_0x2bc89a(0x1c4)](_0x3366b7[_0x2bc89a(0x257)],![]),globals[_0x2bc89a(0x1c4)](_0x3366b7[_0x2bc89a(0x1e2)],null);};}),_0x1450cb[_0x2c42bb(0x2b2)]=async()=>{const _0x3d7ae9=_0x2c42bb;return await _0x3366b7[_0x3d7ae9(0x1b3)](getAccessibilityResultsSummary,_0x1450cb,global);},_0x1450cb[_0x2c42bb(0x258)]=async()=>{const _0x4ecb9d=_0x2c42bb;return await _0x3366b7[_0x4ecb9d(0x1dc)](getAccessibilityResults,_0x1450cb,global);},_0x1450cb[_0x2c42bb(0x202)]=async _0x1f5430=>{const _0x33c63f=_0x2c42bb;return await _0x1bc491[_0x33c63f(0x23a)](performScan,_0x1450cb,null,!![],_0x1bc491['ZrHPu'](_0x1f5430,null));},_0x1450cb['startA11yScanning']=async _0x32c2e0=>{const _0x2774b5=_0x2c42bb;globals[_0x2774b5(0x1c4)](_0x1bc491[_0x2774b5(0x2a1)],!![]),globals[_0x2774b5(0x1c4)](_0x1bc491[_0x2774b5(0x1d2)],_0x1bc491[_0x2774b5(0x1e0)](_0x32c2e0,null));},_0x1450cb[_0x2c42bb(0x1ee)]=async()=>{const _0x4e5271=_0x2c42bb;globals['setGlobal'](_0x3366b7['uDdUG'],![]),globals['setGlobal'](_0x3366b7[_0x4e5271(0x1e2)],null);},_0x5c4f9b&&_0x3debd2[_0x2c42bb(0x23d)](overrideTakeScreenshot,_0x1450cb),helper[_0x2c42bb(0x2ae)](_0x1450cb),helper[_0x2c42bb(0x1b7)](_0x1450cb,_0x3c3f7d),_0x3debd2[_0x2c42bb(0x18a)](overrideExecute,_0x1450cb,_0x3c3f7d),_0x3debd2[_0x2c42bb(0x28c)](propagateJestSessionName,_0x1450cb,_0x42809e,_0x3debd2[_0x2c42bb(0x1d9)]),_0x3c3f7d[_0x2c42bb(0x2c1)]&&percyHelper[_0x2c42bb(0x2ba)](_0x1450cb,_0x155bf2[_0x2c42bb(0x234)],_0x3c3f7d);helper[_0x2c42bb(0x1da)](global[_0x2c42bb(0x1e4)])&&(global[_0x2c42bb(0x1e4)]=[]);helper[_0x2c42bb(0x1da)](global[_0x2c42bb(0x2c7)])&&(global['__drivers']=[]);global['__driversArray'][_0x2c42bb(0x222)](_0x1450cb),global[_0x2c42bb(0x1a2)]=_0x1450cb,_0x42809e&&(_0x42809e[_0x2c42bb(0x206)][_0x2c42bb(0x1a2)]=_0x1450cb);_0x3debd2[_0x2c42bb(0x24f)](global[_0x2c42bb(0x2c7)],undefined)&&global[_0x2c42bb(0x2c7)][_0x2c42bb(0x222)](_0x1450cb);_0x42809e&&helper[_0x2c42bb(0x1da)](_0x42809e['global'][_0x2c42bb(0x2c7)])&&(_0x42809e[_0x2c42bb(0x206)][_0x2c42bb(0x2c7)]=[]);_0x42809e&&helper['isUndefined'](_0x42809e['global'][_0x2c42bb(0x1e4)])&&(_0x42809e[_0x2c42bb(0x206)]['__driversArray']=[]);_0x42809e&&_0x3debd2[_0x2c42bb(0x24f)](_0x42809e[_0x2c42bb(0x206)]['__drivers'],undefined)&&(_0x42809e['global'][_0x2c42bb(0x2c7)][_0x2c42bb(0x222)](_0x1450cb),_0x42809e[_0x2c42bb(0x206)][_0x2c42bb(0x1e4)][_0x2c42bb(0x222)](_0x1450cb));_0x1450cb['isAccessibilityPlatform']=globals[_0x2c42bb(0x1a0)](_0x3debd2[_0x2c42bb(0x2af)]);try{global[_0x2c42bb(0x2c7)][0x0][_0x2c42bb(0x2a4)][_0x2c42bb(0x261)](_0x5d6d78=>{const _0x3324da=_0x2c42bb;logger[_0x3324da(0x294)](_0x3324da(0x1a8)+_0x5d6d78[_0x3324da(0x18d)]()+'\x20to\x20global\x20drivers\x20array');})[_0x2c42bb(0x269)](_0x53120=>{const _0x1b54e6=_0x2c42bb;logger[_0x1b54e6(0x294)]('Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20'+_0x53120);});}catch(_0x577cb0){logger['debug'](_0x2c42bb(0x278)+_0x577cb0);}globals[_0x2c42bb(0x1c4)](_0x3debd2['lKnDv'],globals['getGlobal'](_0x3debd2['lKnDv']));})(),_0x1450cb;}}_0x42809e&&(globals[_0xe28816(0x1ac)]=_0x42809e['global'][_0xe28816(0x1ac)]);if(_0x3debd2[_0xe28816(0x187)](isAccessibilityAutomationSession))try{let _0x34a6df=helper[_0xe28816(0x267)](_0x3debd2[_0xe28816(0x2c3)],_0x3debd2['rUBgj'])['WebDriver'];(!_0x34a6df[_0xe28816(0x1df)]||!_0x34a6df[_0xe28816(0x1df)][_0xe28816(0x1e5)])&&(_0x34a6df=helper[_0xe28816(0x267)](_0x3debd2['yhkOM'],_0x3debd2[_0xe28816(0x27c)])['Executor']);if(_0x34a6df[_0xe28816(0x1df)]&&_0x34a6df['prototype']['execute']){const _0x2ab7cf=_0x34a6df[_0xe28816(0x1df)][_0xe28816(0x1e5)];logger[_0xe28816(0x294)](_0x3debd2['qPvHN']),_0x34a6df['prototype']['execute']=async function(){const _0x5f018c=_0xe28816;try{!globals[_0x5f018c(0x1a0)](_0x3debd2[_0x5f018c(0x19a)])&&globals[_0x5f018c(0x1a0)](_0x3debd2[_0x5f018c(0x2af)])&&globals[_0x5f018c(0x1a0)](_0x3debd2[_0x5f018c(0x2ad)])&&scripts[_0x5f018c(0x273)](arguments[0x0]['name_'])&&!_0x3debd2[_0x5f018c(0x23d)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x5f018c(0x1c4)](_0x3debd2[_0x5f018c(0x19a)],!![]),logger['debug'](_0x5f018c(0x229)+arguments[0x0][_0x5f018c(0x263)]),await _0x3debd2[_0x5f018c(0x1e7)](performScan,global[_0x5f018c(0x1a2)],arguments[0x0]['name_']));}catch(_0x1cf1b9){logger[_0x5f018c(0x294)](_0x5f018c(0x276)+util[_0x5f018c(0x24a)](_0x1cf1b9));}return globals[_0x5f018c(0x1c4)](_0x3debd2[_0x5f018c(0x19a)],![]),_0x2ab7cf[_0x5f018c(0x241)](this,arguments);};}}catch(_0x24630e){logger[_0xe28816(0x294)](_0x3debd2[_0xe28816(0x1b2)](_0x3debd2[_0xe28816(0x248)],_0x24630e));}return _0x155bf2[_0xe28816(0x26c)]=_0x155bf2[_0xe28816(0x19c)],_0x155bf2[_0xe28816(0x19c)]=_0x266ef8,_0x539262[_0xe28816(0x22b)]=_0x15a78c,_0x155bf2;};function a179_0xdafc(){const _0x2fa7d1=['9464110SeqOsk','selenium-webdriver/lib/webdriver.js','requireModule','KDPxp','catch','usYNz','HbYsV','originalBuilder','chromeOptions_','object','lQtjJ','DmKde','XjOPX','sWXWQ','shouldWrapCommand','/wd/hub','hwDRM','Failed\x20to\x20perform\x20scan\x20','lAerp','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','sZNVp','IcjBY','soecH','rUBgj','qqLdG','hYbzc','optimalHubUrl','getServerUrl','_installDriverInitFailureCapture','lKSdK','moz:firefoxOptions','(sync)','browserstack.com','util','installAll','4PddUvU','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','storeOptimalHubUrl','JlZcj','YuMOz','_modifyPlaywright','TsvAC','setCapabilities','./helpers/patchHelper','isAccessibilityPlatform','SgGpT','Modifying\x20webdriver\x20builder','debug','./helpers/percy/PercySDK','ApRxO','UUbnF','ieOptions','https://','scannerVersion','browserstack.accessibility','from','EGMsM','RpsKg','ZBrcq','getHttpAgent','mrDuy','yJwlR','Setting\x20Browserstack\x20capabilities','session_','KfNLn','requireSeleniumWebdriver','isBrowserstackInfra','edgeOptions_','EVUPt','parse','AAcwd','browserName','XdpMX','overrideQuit','lKnDv','XhczC','hlQtx','getAccessibilityResultsSummary','cqcyW','browserstackAgentV2','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','241871kSeuIx','ieOptions_','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','PiIIJ','patchDriverPercy','3738420cpIzhV','pOdWZ','EkLpm','MUvxS','accessibility','wuCKy','capability','./helpers/accessibility-automation/helper','NXtQe','uhtYE','wzrYW','browserstack.accessibilityOptions','__drivers','6483oEWDHy','ZuEeY','jXGld','warn','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','hUsln','concat','message','./browserStackSdk','xTjiM','dGDiS','JnCeW','url_','SWmqN','ebbpI','chromeOptions','driver-init\x20capture\x20install\x20failed:\x20','FieqP','bstackA11yShouldScan','aGqvU','qtBzq','QUqxS','./helpers/globals','getId','MKNhQ','32uNfNcX','YyuZp','gEYtn','WaMcq','ByouR','RCtSl','WmwqC','framework','BwYHM','quitCount_','env','uefJv','StcvI','Builder','path','DCYqI','vASWP','getGlobal','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','__driver','xhLfy','setAdditionalCapabilities','tYcIn','HTZQR','LdftP','setting\x20driver\x20Session\x20ID:\x20','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','./helpers/driverInitErrorReporter','safariOptions_','browserStackGlobals','agent_','assign','browserVersion','fTrhn','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','xsPhO','hMhPS','proxy_','exports','consumeHubUrlForSession','overrideGet','uQhFw','keys','fjXOF','SDK_PRE_INITIALIZE','bphcg','accessibilityOptions','VzfkQ','device','BHsGE','eDNco','ejLwo','ensnJ','setGlobal','gRzaw','8xwHgMh','YDJef','jvosU','imSdS','NPhHF','bstackA11yScanOptions','290155FVqFeK','DDxrE','421830Rqmijq','RDnPc','tpFwE','xQefY','xjpuA','browserstackSessionName','OCuhU','Modifying\x20webdriver\x20execute','set','firefoxOptions','hPiZe','GRcHN','isUndefined','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','jbkEt','Aydht','KmHBe','prototype','XXSxl','BHUuv','Pvoll','NOuAp','__driversArray','execute','teGRu','RxRxu','platformName','capabilities_','setLogLevel','goog:chromeOptions','build','android','stopA11yScanning','logLevel','forEach','isPacProxy','LmQGn','QOhIZ','THXme','delete','ChJYj','getHubUrl','length','authToken','BS_A11Y_JWT','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','firefoxOptions_','23268MWNVva','__setBrowserOptions','Hub\x20url\x20set\x20to\x20','/session','xhujy','performScan','New\x20hub\x20url\x20set\x20to\x20','LjJkl','prepareCapabilities','global','HJGDe','YpUFk','Proxy\x20set\x20to\x20','se:ieOptions','Unable\x20to\x20find\x20executor\x20class\x20','AgdsG','send','args','Rrucp','XnfPy','FrluK','platform','OdUIY','chrome','KSLon','BrowserStackSdk','bstack:options','edgeOptions','rJKyh','measureWrapper','OpzlF','./helpers/logger','proxyUrl','kKTOw','pnBBL','UhITS','capabilities','push','error','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','sJDNe','aJlSk','CAPABILITY_KEY','PiPTz','Performing\x20scan\x20for\x20','isMobilePlatform','HttpClient','bstackAllyScanning','startA11yScanning','YTUZQ','skPyB','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','WPuah','includes','setServer','WebElement','YxIdZ','toLowerCase','requireHttpClient','hkaOa','mergeDeep','KuPiJ','KtSka','deviceName','AmsfO','GgXvx','options_','./hubAllocationMethods','apply','get','info','./helpers/accessibility-automation/constants','safari.options','MENJi','QrTgX','zignB','selenium-webdriver/lib/http.js','format','./bin/playwright/modifyPlaywrightConf','YZeTs','iEgVo','selenium-webdriver','xZkxv','ZrgFD','TaVzs','proxySettings','getRequestOptions','caps_','BROWSERSTACK_TURBOSCALE','TestClient','uDdUG','getAccessibilityResults','ESDat','tICUh','split','CaLqX','GYDbx','TdZas','useW3C','ms:edgeOptions','then','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','name_','WWuUm'];a179_0xdafc=function(){return _0x2fa7d1;};return a179_0xdafc();}module['exports']['browserstackAgent']=modify,module[a179_0x4c41e6(0x1b5)][a179_0x4c41e6(0x2b4)]=modifyV2,module[a179_0x4c41e6(0x1b5)]['percy']=percySDK,module[a179_0x4c41e6(0x1b5)][a179_0x4c41e6(0x216)]=BrowserStackSdk,module['exports'][a179_0x4c41e6(0x28d)]=modifyPlaywrightConfig;try{require('./helpers/driverInitErrorReporter')[a179_0x4c41e6(0x287)]();}catch(a179_0x514652){logger[a179_0x4c41e6(0x294)](a179_0x4c41e6(0x186)+(a179_0x514652&&a179_0x514652[a179_0x4c41e6(0x17d)]));}function a179_0x51a8(_0x7f3e77,_0x458a7b){const _0xdafcd8=a179_0xdafc();return a179_0x51a8=function(_0x51a899,_0x2a8816){_0x51a899=_0x51a899-0x17b;let _0x52aa26=_0xdafcd8[_0x51a899];return _0x52aa26;},a179_0x51a8(_0x7f3e77,_0x458a7b);}module[a179_0x4c41e6(0x1b5)][a179_0x4c41e6(0x281)]=require(a179_0x4c41e6(0x1aa))['installAll'],module[a179_0x4c41e6(0x1b5)][a179_0x4c41e6(0x256)]=require('./bin/node-generic/client');
1
+ function a179_0x19bd(){const _0x4d469f=['gqpCC','xhtmA','split','chromeOptions_','HOcLr','VgOEZ','getAccessibilityResultsSummary','tKJzf','ZBfgM','updateHubUrl','patchDriverPercy','getHttpAgent','object','luCBZ','FhtDc','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','./helpers/globals','ZVcxq','./bin/mocha/accessibility-automation/helper','asDoj','rblJj','prototype','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers\x20or\x20Android\x20Chrome.','5282gtkoom','browserstackSessionName','HYgyT','message','edgeOptions_','awVSs','delete','HCuQL','browserstackAgent','uJNfD','8828160YupJOV','wSjTa','getHubUrl','Error\x20in\x20setting\x20driver\x20Session\x20ID\x20to\x20global\x20drivers\x20array:\x20','proxyUrl','caps_','__driver','vXkaN','installAll','PtTuu','AtPAc','execute','fSmrF','CyzXP','rRXEN','1602BGrRLq','path','SDK_PRE_INITIALIZE','getGlobal','IDRGs','UOzyn','aIHxc','kkNNA','ujXRl','WexTY','jlbTT','bGqGp','keys','setting\x20driver\x20Session\x20ID:\x20','_installDriverInitFailureCapture','SLAcL','hobdb','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','dxzQh','android','__drivers','NXElA','format','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','380wTbNFf','setServer','fbvKG','assign','isPacProxy','browserstack.com','hwhZi','options_','prepareCapabilities','isTurboScaleSession','oxDAX','exfIU','./helpers/accessibility-automation/helper','getServerUrl','Proxy\x20set\x20to\x20','bstackA11yScanOptions','startA11yScanning','mUWYx','logLevel','driver-init\x20capture\x20install\x20failed:\x20','nXLXD','parse','args','Nkhax','scannerVersion','ZbtpO','LHlXn','device','XTCkN','ZcqOx','Failed\x20to\x20parse\x20BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML;\x20scannerVersion\x20will\x20be\x20omitted:\x20','NgORB','framework','voHTi','Session\x20ID:\x20','capabilities','387279VHMQmd','16770OPcQCp','optimalHubUrl','ovitO','firefoxOptions_','duSIG','then','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','TvUxR','info','from','DeLcT','BROWSERSTACK_TURBOSCALE','capability','proxy_','name_','bXgNT','safariOptions_','getId','frKbW','pewEU','setCapabilities','bstackA11yShouldScan','qHkFS','set','browserVersion','Modifying\x20webdriver\x20builder','se:ieOptions','./helpers/accessibility-automation/constants','session_','eWKJf','LvbqN','./bin/playwright/modifyPlaywrightConf','get','ZhOSC','requireSeleniumWebdriver','vsXEK','RJNYW','vUSjW','Hub\x20url\x20set\x20to\x20','exports','wxxCO','safari.options','WebElement','performScan','OGjdH','sYGEh','selenium-webdriver/lib/webdriver.js','capabilities_','VZoDr','SDK_POST_INITIALIZE','measureWrapper','IXLHd','CBRkW','iJHEb','nkOrE','overrideGet','OQeNQ','hhtHF','zxCfO','isMobilePlatform','HZMnY','browserName','ArIoz','/wd/hub','VEZCr','NZoYw','EwUmo','apply','Hhuca','jwczR','sSYdv','./helpers/driverInitErrorReporter','browserstack.accessibilityOptions','originalBuilder','Setting\x20Browserstack\x20capabilities','uvooI','LUOMx','ieOptions_','YtfCe','cYEMV','./helpers/performance/constants','deviceName','ANgKZ','rJfwC','./hubAllocationMethods','mCQof','5161681ScByif','firefoxOptions','DBnEK','./browserStackSdk','./helpers/performance/performance-tester','OSZbT','./helpers/percy/PercySDK','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','isAccessibilityPlatform','util','wJHDn','hIooh','setGlobal','env','nZZUD','rnPYC','nXowx','XTpEI','cCnit','DKyRk','ZbPgr','CKJIZ','kTBOx','PCFFr','isUndefined','hKpTD','global','BrowserStackSdk','accessibility','ms:edgeOptions','ylFDM','luIGt','bzGUG','chromeOptions','includes','https://','./bin/node-generic/client','rQPJQ','__driversArray','tZkIg','rCjhV','vtWlF','error','DcUiA','WGOPw','WkXVx','percyHelper:\x20browserstackSessionName\x20propagated\x20from\x20Jest\x20test-env\x20to\x20driver%s:\x20%s','GLIMw','7941076wJckym','forEach','mergeDeep','AKnVV','FcKtt','./helpers/helper','storeOptimalHubUrl','Failed\x20to\x20perform\x20scan\x20','consumeHubUrlForSession','browserstack.accessibility','requireModule','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','browserStackGlobals','XDhrb','New\x20hub\x20url\x20set\x20to\x20','stopA11yScanning','QUxGF','fugiQ','xDbiJ','Accessibility\x20Automation\x20is\x20enabled\x20for\x20Android\x20mobile\x20browser\x20(Chrome).','HpulN','bstackAllyScanning','dQyzq','pJopa','QKMyf','ejRqu','AfsJo','yPhcQ','getRequestOptions','./helpers/patchHelpers','agent_','HttpClient','FtNjW','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','send','shouldWrapCommand','vGpGw','fBMkB','ELDUh','61hvXlEB','Unable\x20to\x20find\x20executor\x20class\x20','goog:chromeOptions','requireHttpClient','wNQyQ','./helpers/logger','aJyPi','25105GjiqLb','Error\x20while\x20injecting\x20non-BrowserStack\x20accessibility\x20capabilities:\x20','browserStackLogLevel','wEFJX','BS_A11Y_JWT','useW3C','ndtNV','platform','getAccessibilityResults','debug','edgeOptions','kCAtH','proxySettings','BCmmF','accessibilityOptions','./helpers/percy/utils','Builder','push','catch','tyMgv','nUoyU','GqnDx','UkEiR','MPGWi','authToken','warn','RMoNr','__setBrowserOptions','wAlDb','bstack:options','xzcjF','parameters_','\x20to\x20global\x20drivers\x20array','Executor','OoSfR','KwWMQ','dzcoP','iRplI','vAfRw','cNYCq','WrPXj','yBseB','moz:firefoxOptions','qJFjW','dZwdH','VpILf','isBrowserstackInfra','zzjyr','selenium-webdriver','setAdditionalCapabilities','oTQqv','16yQSDtu','percy','build','toLowerCase','concat','length','DkWCF','KWbpV','zDBti','platformName','Modifying\x20webdriver\x20execute','url_','eNwqj','ohYwS','winstonLogger','CBcQf','oLJRI','CAPABILITY_KEY','dhtYq','IGoBh'];a179_0x19bd=function(){return _0x4d469f;};return a179_0x19bd();}const a179_0x1aade0=a179_0x3d58;(function(_0x51a6b6,_0x17eca9){const _0xddf099=a179_0x3d58,_0xc03030=_0x51a6b6();while(!![]){try{const _0x24a8eb=parseInt(_0xddf099(0x261))/0x1*(parseInt(_0xddf099(0x2c6))/0x2)+-parseInt(_0xddf099(0x31c))/0x3*(-parseInt(_0xddf099(0x29b))/0x4)+-parseInt(_0xddf099(0x268))/0x5*(parseInt(_0xddf099(0x2df))/0x6)+parseInt(_0xddf099(0x20a))/0x7+-parseInt(_0xddf099(0x2d0))/0x8+-parseInt(_0xddf099(0x31b))/0x9*(-parseInt(_0xddf099(0x2f7))/0xa)+parseInt(_0xddf099(0x23a))/0xb;if(_0x24a8eb===_0x17eca9)break;else _0xc03030['push'](_0xc03030['shift']());}catch(_0x3c2591){_0xc03030['push'](_0xc03030['shift']());}}}(a179_0x19bd,0xcb913));const util=require(a179_0x1aade0(0x213)),{overrideTakeScreenshot}=require(a179_0x1aade0(0x257)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan,isMobileScanningEnabledForGroup,MOBILE_SCANNING_DISABLED_WARNING}=require(a179_0x1aade0(0x303)),{setAccessibilityCapabilities,setExtension}=require(a179_0x1aade0(0x2c1)),helper=require(a179_0x1aade0(0x23f)),logger=require(a179_0x1aade0(0x266))[a179_0x1aade0(0x2a9)],hubAllocator=require(a179_0x1aade0(0x208)),percySDK=require(a179_0x1aade0(0x210)),percyHelper=require(a179_0x1aade0(0x277)),BrowserStackSdk=require(a179_0x1aade0(0x20d)),modifyPlaywrightConfig=require(a179_0x1aade0(0x1d3)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a179_0x1aade0(0x2bf)),{overrideExecute}=require('./helpers/patchHelper'),PerformanceTester=require(a179_0x1aade0(0x20e)),{EVENTS:PerformanceEvents,A11Y_EVENTS:PerformanceA11yEvents}=require(a179_0x1aade0(0x204)),{nonBstackPlatformValidation,hasLegacyHeadlessArg}=require('./helpers/accessibility-automation/helper'),modify=_0x3059e2=>{const _0x36323a=a179_0x1aade0,_0x43eb1c={'DcUiA':function(_0x45b57c,_0x497880){return _0x45b57c!==_0x497880;},'qHkFS':'/session','rRXEN':function(_0x4c4dd5,_0x2113a7){return _0x4c4dd5+_0x2113a7;},'AazoM':'https://','AtPAc':'/wd/hub','uJNfD':_0x36323a(0x263),'wEFJX':_0x36323a(0x22b),'ANgKZ':_0x36323a(0x227),'hhtHF':'edgeOptions','Boszm':'moz:firefoxOptions','UOzyn':'firefoxOptions','hobdb':'safari.options','bzGUG':_0x36323a(0x1ce),'dBJcw':'ieOptions','ZbPgr':function(_0x475fbe,_0x18ae50){return _0x475fbe===_0x18ae50;},'ujXRl':_0x36323a(0x2bb),'CBcQf':_0x36323a(0x1fe),'luCBZ':'optimalHubUrl','NizUw':_0x36323a(0x322),'vXkaN':function(_0x74ecf2,_0x583fce,_0x22637f){return _0x74ecf2(_0x583fce,_0x22637f);},'ovitO':function(_0x3ea398,_0x53213b,_0x284640,_0x54911b,_0x48e491){return _0x3ea398(_0x53213b,_0x284640,_0x54911b,_0x48e491);},'DKyRk':function(_0x42a040,_0x370626){return _0x42a040||_0x370626;},'RJNYW':function(_0x1522d5,_0xe5d991,_0x10065f){return _0x1522d5(_0xe5d991,_0x10065f);},'GLIMw':'bstackA11yShouldScan','ZVcxq':_0x36323a(0x306),'FVnWN':function(_0x20533d){return _0x20533d();},'zDBti':function(_0x3e95fd,_0x195248){return _0x3e95fd(_0x195248);},'wyAIp':_0x36323a(0x285),'XDhrb':'device','QUxGF':_0x36323a(0x205),'kmJhD':'platformName','OoSfR':'platform','REroB':'browserName','VgOEZ':function(_0x70d8d6,_0x220e8c){return _0x70d8d6===_0x220e8c;},'NEyBQ':_0x36323a(0x2f2),'ELDUh':'chrome','LcmhP':_0x36323a(0x24d),'Hhuca':_0x36323a(0x1ef),'vsXEK':_0x36323a(0x212),'kkNNA':'browserstack.accessibility','uGBDd':_0x36323a(0x1fc),'eouMM':_0x36323a(0x245),'xzcjF':function(_0x4891d3,_0x5e1c61,_0x4a1f5f){return _0x4891d3(_0x5e1c61,_0x4a1f5f);},'NgORB':_0x36323a(0x2be),'ohYwS':_0x36323a(0x1cd)};logger[_0x36323a(0x324)](_0x43eb1c[_0x36323a(0x316)]),logger[_0x36323a(0x271)](_0x43eb1c[_0x36323a(0x2a8)]);const _0x6a93be=helper[_0x36323a(0x1d6)](),_0x19e933=helper[_0x36323a(0x264)]();class _0x21aa4d extends _0x19e933[_0x36323a(0x259)]{['send'](_0x5361fc){const _0x498a39=_0x36323a;if(_0x43eb1c[_0x498a39(0x235)](_0x5361fc[_0x498a39(0x2e0)],_0x43eb1c[_0x498a39(0x1ca)]))try{const _0x11d351=_0x5361fc[_0x498a39(0x2e0)]['split']('/')[0x2];if(_0x11d351){const _0x4c1f02=hubAllocator[_0x498a39(0x242)](_0x11d351);if(_0x4c1f02){const _0x287080=_0x43eb1c[_0x498a39(0x2de)](_0x43eb1c[_0x498a39(0x2de)](_0x43eb1c['AazoM'],_0x4c1f02),_0x43eb1c[_0x498a39(0x2da)]);this[_0x498a39(0x2fe)]=hubAllocator[_0x498a39(0x256)](_0x287080),logger[_0x498a39(0x271)](_0x498a39(0x248)+_0x287080);}}}catch(_0x418eb7){logger[_0x498a39(0x234)](_0x418eb7);}return super[_0x498a39(0x25c)](_0x5361fc);}}class _0x28c2e9 extends _0x6a93be[_0x36323a(0x278)]{[_0x36323a(0x283)](_0x19c069){const _0x417540=_0x36323a;let _0x23b811={};for(const _0x2ad9fb in _0x19c069){switch(_0x2ad9fb){case _0x43eb1c[_0x417540(0x2cf)]:case _0x43eb1c[_0x417540(0x26b)]:this[_0x417540(0x2b2)]&&(_0x23b811=this['chromeOptions_']['get'](this['chromeOptions_'][_0x417540(0x2ac)])||{},this['chromeOptions_'][_0x417540(0x1cb)](this[_0x417540(0x2b2)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c[_0x417540(0x206)]:case _0x43eb1c[_0x417540(0x1ed)]:this[_0x417540(0x2ca)]&&(_0x23b811=this[_0x417540(0x2ca)][_0x417540(0x1d4)](this['edgeOptions_'][_0x417540(0x2ac)])||{},this['edgeOptions_'][_0x417540(0x1cb)](this['edgeOptions_'][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c['Boszm']:case _0x43eb1c[_0x417540(0x2e4)]:this['firefoxOptions_']&&(_0x23b811=this[_0x417540(0x31f)][_0x417540(0x1d4)](this[_0x417540(0x31f)][_0x417540(0x2ac)])||{},this['firefoxOptions_'][_0x417540(0x1cb)](this[_0x417540(0x31f)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c[_0x417540(0x2ef)]:this['safariOptions_']&&(_0x23b811=this[_0x417540(0x1c4)][_0x417540(0x1d4)](this[_0x417540(0x1c4)][_0x417540(0x2ac)])||{},this[_0x417540(0x1c4)][_0x417540(0x1cb)](this[_0x417540(0x1c4)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;case _0x43eb1c[_0x417540(0x22a)]:case _0x43eb1c['dBJcw']:this[_0x417540(0x201)]&&(_0x23b811=this['ieOptions_']['get'](this[_0x417540(0x201)][_0x417540(0x2ac)])||{},this[_0x417540(0x201)][_0x417540(0x1cb)](this[_0x417540(0x201)][_0x417540(0x2ac)],helper[_0x417540(0x23c)](_0x23b811,_0x19c069[_0x2ad9fb])));break;}}}[_0x36323a(0x2f8)](){const _0x43425c=_0x36323a;return this[_0x43425c(0x2a6)]=helper['getHubUrl'](_0x3059e2),logger['debug'](_0x43425c(0x1da)+this[_0x43425c(0x2a6)]),this;}[_0x36323a(0x1c8)](){const _0x2ebce3=_0x36323a;return logger[_0x2ebce3(0x271)](_0x43eb1c[_0x2ebce3(0x2aa)]),this['__setBrowserOptions'](_0x3059e2['capability']),Object[_0x2ebce3(0x2eb)](_0x3059e2[_0x2ebce3(0x328)])['forEach'](_0x2546de=>{const _0x1a4668=_0x2ebce3,_0x354f87=this['capabilities_'][_0x1a4668(0x1d4)](_0x2546de);_0x43eb1c[_0x1a4668(0x21e)](typeof _0x354f87,_0x43eb1c[_0x1a4668(0x2e7)])?this[_0x1a4668(0x1e3)][_0x1a4668(0x1cb)](_0x2546de,helper[_0x1a4668(0x23c)](_0x354f87,_0x3059e2['capability'][_0x2546de])):this[_0x1a4668(0x1e3)][_0x1a4668(0x1cb)](_0x2546de,_0x3059e2[_0x1a4668(0x328)][_0x2546de]);}),this;}[_0x36323a(0x29d)](){const _0xd393c8=_0x36323a,_0x17d965={'nXLXD':function(_0x54a037){return _0x43eb1c['FVnWN'](_0x54a037);},'XmQVg':function(_0x201706,_0x4794ff){const _0x5f15d5=a179_0x3d58;return _0x43eb1c[_0x5f15d5(0x2a3)](_0x201706,_0x4794ff);},'BCmmF':_0x43eb1c['wyAIp'],'mCQof':_0x43eb1c[_0xd393c8(0x247)],'vAfRw':_0x43eb1c[_0xd393c8(0x24a)],'ZeTDO':_0x43eb1c['kmJhD'],'ArIoz':_0x43eb1c[_0xd393c8(0x28a)],'MPGWi':_0x43eb1c['REroB'],'ZbtpO':function(_0x38d393,_0x19b5f2){const _0x13606a=_0xd393c8;return _0x43eb1c[_0x13606a(0x2b4)](_0x38d393,_0x19b5f2);},'cNYCq':_0x43eb1c['NEyBQ'],'kjAhh':_0x43eb1c[_0xd393c8(0x260)],'CKJIZ':_0x43eb1c['LcmhP'],'vUSjW':_0x43eb1c[_0xd393c8(0x1f8)],'nUoyU':_0x43eb1c[_0xd393c8(0x1d7)],'HCuQL':function(_0x33c769,_0x18f894,_0x1f2c30){const _0x4ff8a8=_0xd393c8;return _0x43eb1c[_0x4ff8a8(0x2d7)](_0x33c769,_0x18f894,_0x1f2c30);},'fbvKG':_0x43eb1c[_0xd393c8(0x2e6)],'rCjhV':_0x43eb1c['uGBDd'],'tKJzf':_0x43eb1c['eouMM'],'nZZUD':function(_0x4d189c,_0x48d3dd,_0x115ca6){const _0x15a67d=_0xd393c8;return _0x43eb1c[_0x15a67d(0x2d7)](_0x4d189c,_0x48d3dd,_0x115ca6);},'PtTuu':_0x43eb1c[_0xd393c8(0x239)],'aJyPi':_0x43eb1c[_0xd393c8(0x2c0)],'tGGfq':function(_0x1e1f4d,_0x1866b4){return _0x43eb1c['DKyRk'](_0x1e1f4d,_0x1866b4);},'xOOSl':function(_0x64c4bd,_0x4ed6bf,_0x125591){const _0x577b7f=_0xd393c8;return _0x43eb1c[_0x577b7f(0x286)](_0x64c4bd,_0x4ed6bf,_0x125591);},'bXgNT':function(_0x3b25bc,_0x347af6){const _0x57c090=_0xd393c8;return _0x43eb1c[_0x57c090(0x21d)](_0x3b25bc,_0x347af6);}};PerformanceTester[_0xd393c8(0x1e6)](PerformanceEvents['SDK_PRE_INITIALIZE'],()=>{const _0x39098e=_0xd393c8;_0x17d965[_0x39098e(0x30b)](isAccessibilityAutomationSession)&&_0x17d965['XmQVg'](setAccessibilityCapabilities,_0x3059e2);this[_0x39098e(0x2f8)](),this[_0x39098e(0x1c8)]();if(helper['isPacProxy'](_0x3059e2['proxySettings']['proxyUrl']))this[_0x39098e(0x258)]=helper[_0x39098e(0x2ba)](_0x3059e2[_0x39098e(0x274)]['proxyUrl']);else _0x3059e2[_0x39098e(0x274)]['proxyUrl']&&(this[_0x39098e(0x329)]=_0x3059e2[_0x39098e(0x274)][_0x39098e(0x2d4)],logger[_0x39098e(0x271)](_0x39098e(0x305)+this['proxy_']));if(_0x17d965['nXLXD'](isAccessibilityAutomationSession)){const _0xe607f6=this['capabilities_'][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x275)])||{},_0x54cde9=_0xe607f6[_0x39098e(0x205)]||this['capabilities_']['get'](_0x17d965[_0x39098e(0x209)])||this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x28e)]);if(_0x54cde9){const _0x3eb024=(_0xe607f6['platformName']||_0xe607f6[_0x39098e(0x26f)]||this['capabilities_'][_0x39098e(0x1d4)](_0x17d965['ZeTDO'])||this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x1f2)])||'')['toLowerCase'](),_0x54e3fd=(_0xe607f6[_0x39098e(0x1f1)]||this[_0x39098e(0x1e3)]['get'](_0x17d965[_0x39098e(0x27f)])||'')[_0x39098e(0x29e)]();_0x17d965[_0x39098e(0x310)](_0x3eb024,_0x17d965[_0x39098e(0x28f)])&&_0x54e3fd[_0x39098e(0x22c)](_0x17d965['kjAhh'])&&(_0x17d965[_0x39098e(0x30b)](isMobileScanningEnabledForGroup)&&(logger[_0x39098e(0x271)](_0x17d965[_0x39098e(0x21f)]),globals['setGlobal'](_0x17d965[_0x39098e(0x1d9)],!![])));}}if(globals[_0x39098e(0x2e2)](_0x17d965[_0x39098e(0x27c)])){if(!_0x17d965[_0x39098e(0x2cd)](setExtension,this,_0x3059e2)){globals[_0x39098e(0x216)](_0x17d965['nUoyU'],![]);const _0x3d78c3=this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965['BCmmF']);_0x3d78c3&&(_0x3d78c3[_0x39098e(0x226)]=![],delete _0x3d78c3['accessibilityOptions'],this[_0x39098e(0x1e3)][_0x39098e(0x1cb)](_0x17d965[_0x39098e(0x275)],_0x3d78c3)),this[_0x39098e(0x1e3)][_0x39098e(0x1d4)](_0x17d965[_0x39098e(0x2f9)])&&(this['capabilities_'][_0x39098e(0x1cb)](_0x17d965[_0x39098e(0x2f9)],![]),this['capabilities_'][_0x39098e(0x2cc)](_0x17d965[_0x39098e(0x232)]));}}(!helper[_0x39098e(0x296)]()||helper[_0x39098e(0x300)](_0x3059e2))&&helper['prepareCapabilities'](null,helper[_0x39098e(0x26d)](_0x3059e2),_0x3059e2['framework'],null,this,null),helper['setAdditionalCapabilities'](_0x3059e2[_0x39098e(0x328)]),logger[_0x39098e(0x271)](_0x17d965[_0x39098e(0x2b6)]);})();const _0x4ea1ac=super['build']();return PerformanceTester['measureWrapper'](PerformanceEvents[_0xd393c8(0x1e5)],()=>{const _0x30e243=_0xd393c8,_0x2952f7={'hwhZi':_0x43eb1c[_0x30e243(0x2bc)],'hKpTD':_0x43eb1c['NizUw'],'kTBOx':function(_0x4d1675,_0x5ec520,_0x209659){const _0x5a40d9=_0x30e243;return _0x43eb1c[_0x5a40d9(0x2d7)](_0x4d1675,_0x5ec520,_0x209659);},'zdiZQ':function(_0x30a186,_0x45a84f,_0x4e40a7,_0x5e9509,_0x17f6a1){const _0x20ecac=_0x30e243;return _0x43eb1c[_0x20ecac(0x31e)](_0x30a186,_0x45a84f,_0x4e40a7,_0x5e9509,_0x17f6a1);},'URfbR':function(_0x425e4b,_0x2e5e06){return _0x43eb1c['DKyRk'](_0x425e4b,_0x2e5e06);},'BySMc':function(_0x335767,_0x3089a5,_0x12ea79){const _0x5e0da5=_0x30e243;return _0x43eb1c[_0x5e0da5(0x1d8)](_0x335767,_0x3089a5,_0x12ea79);},'ylFDM':function(_0x4e9686,_0x34271c,_0x3aeb6e,_0x353ad4,_0xe0c074){const _0x30b7f8=_0x30e243;return _0x43eb1c[_0x30b7f8(0x31e)](_0x4e9686,_0x34271c,_0x3aeb6e,_0x353ad4,_0xe0c074);},'qaqOW':function(_0x472ec8,_0x18381e){const _0x249844=_0x30e243;return _0x43eb1c[_0x249844(0x21d)](_0x472ec8,_0x18381e);},'nXowx':_0x43eb1c[_0x30e243(0x239)],'xhtmA':_0x43eb1c[_0x30e243(0x2c0)]};_0x4ea1ac[_0x30e243(0x1d0)][_0x30e243(0x321)](_0x17e67b=>{const _0x319130=_0x30e243;try{const _0x5ab74d=_0x17e67b['caps_'][_0x319130(0x1d4)](_0x2952f7[_0x319130(0x2fd)]);_0x5ab74d?(logger['debug'](_0x319130(0x2f6)+_0x5ab74d),hubAllocator[_0x319130(0x2b8)](_0x5ab74d,_0x17e67b[_0x319130(0x1c5)]()),helper[_0x319130(0x240)](_0x5ab74d)):logger['debug'](_0x2952f7[_0x319130(0x223)]);}catch(_0x24c88f){logger[_0x319130(0x271)]('ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20'+_0x24c88f);}}),_0x4ea1ac[_0x30e243(0x321)]&&_0x4ea1ac[_0x30e243(0x321)](_0x1fcdbf=>{const _0x2e03e3=_0x30e243,_0xa47592={'wNQyQ':function(_0x48c640,_0x7ae1c2,_0x4f1bcc){const _0x1076fb=a179_0x3d58;return _0x17d965[_0x1076fb(0x218)](_0x48c640,_0x7ae1c2,_0x4f1bcc);},'wxxCO':_0x17d965[_0x2e03e3(0x2d9)],'rJfwC':_0x17d965[_0x2e03e3(0x267)],'XTCkN':function(_0x3fafee,_0x10e01f){return _0x17d965['tGGfq'](_0x3fafee,_0x10e01f);}};helper[_0x2e03e3(0x1eb)](_0x1fcdbf,_0x3059e2),_0x17d965['xOOSl'](overrideExecute,_0x1fcdbf,_0x3059e2),_0x1fcdbf[_0x2e03e3(0x2b5)]=async()=>{const _0x499929=_0x2e03e3;return await _0x2952f7[_0x499929(0x220)](getAccessibilityResultsSummary,_0x1fcdbf,global);},_0x1fcdbf[_0x2e03e3(0x270)]=async()=>{const _0x433ef0=_0x2e03e3;return await _0xa47592[_0x433ef0(0x265)](getAccessibilityResults,_0x1fcdbf,global);},_0x1fcdbf['performScan']=async _0x53f94b=>{return await _0x2952f7['zdiZQ'](performScan,_0x1fcdbf,null,!![],_0x2952f7['URfbR'](_0x53f94b,null));},_0x1fcdbf[_0x2e03e3(0x307)]=async _0x64bd14=>{const _0x5e66ca=_0x2e03e3;globals[_0x5e66ca(0x216)](_0xa47592[_0x5e66ca(0x1dc)],!![]),globals[_0x5e66ca(0x216)](_0xa47592['rJfwC'],_0xa47592[_0x5e66ca(0x313)](_0x64bd14,null));},_0x1fcdbf[_0x2e03e3(0x249)]=async()=>{const _0x34bbb3=_0x2e03e3;globals['setGlobal'](_0xa47592[_0x34bbb3(0x1dc)],![]),globals[_0x34bbb3(0x216)](_0xa47592[_0x34bbb3(0x207)],null);};}),_0x4ea1ac[_0x30e243(0x2b5)]=async()=>{const _0x22b364=_0x30e243;return await _0x17d965[_0x22b364(0x218)](getAccessibilityResultsSummary,_0x4ea1ac,global);},_0x4ea1ac[_0x30e243(0x270)]=async()=>{return await _0x2952f7['BySMc'](getAccessibilityResults,_0x4ea1ac,global);},_0x4ea1ac[_0x30e243(0x1df)]=async _0x551786=>{const _0x441fd7=_0x30e243;return await _0x2952f7[_0x441fd7(0x228)](performScan,_0x4ea1ac,null,!![],_0x2952f7['qaqOW'](_0x551786,null));},_0x4ea1ac[_0x30e243(0x307)]=async _0x26f62b=>{const _0x12c9a0=_0x30e243;globals[_0x12c9a0(0x216)](_0x17d965[_0x12c9a0(0x2d9)],!![]),globals[_0x12c9a0(0x216)](_0x17d965[_0x12c9a0(0x267)],_0x17d965[_0x12c9a0(0x1c3)](_0x26f62b,null));},_0x4ea1ac[_0x30e243(0x249)]=async()=>{const _0x24502e=_0x30e243;globals[_0x24502e(0x216)](_0x2952f7[_0x24502e(0x21a)],![]),globals[_0x24502e(0x216)](_0x2952f7[_0x24502e(0x2b0)],null);},helper[_0x30e243(0x1eb)](_0x4ea1ac,_0x3059e2),_0x43eb1c[_0x30e243(0x1d8)](overrideExecute,_0x4ea1ac,_0x3059e2),helper[_0x30e243(0x222)](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x30e243(0x230)]['push'](_0x4ea1ac);})(),_0x4ea1ac;}}_0x6a93be[_0x36323a(0x1fd)]=_0x6a93be[_0x36323a(0x278)],_0x6a93be[_0x36323a(0x278)]=_0x28c2e9,_0x19e933['HttpClient']=_0x21aa4d;},propagateJestSessionName=(_0x1fca7c,_0x407595,_0xfbe753='')=>{const _0x459f02=a179_0x1aade0,_0x34a904={};_0x34a904[_0x459f02(0x23e)]=_0x459f02(0x238);const _0x2b75a8=_0x34a904;_0x407595&&_0x407595[_0x459f02(0x224)]&&_0x407595[_0x459f02(0x224)][_0x459f02(0x2c7)]&&helper[_0x459f02(0x222)](_0x1fca7c[_0x459f02(0x2c7)])&&(_0x1fca7c['browserstackSessionName']=_0x407595[_0x459f02(0x224)][_0x459f02(0x2c7)],logger[_0x459f02(0x271)](util['format'](_0x2b75a8[_0x459f02(0x23e)],_0xfbe753?'\x20'+_0xfbe753:'',_0x1fca7c[_0x459f02(0x2c7)])));},modifyV2=(_0x47c449,_0xe9a474=null,_0x5d3c72=![])=>{const _0x4033d9=a179_0x1aade0,_0x1c4cc2={'ZhOSC':function(_0x3c8066,_0x3ee800){return _0x3c8066!==_0x3ee800;},'CSCvF':'/session','fSmrF':function(_0x132b2e,_0x4fd8f5){return _0x132b2e+_0x4fd8f5;},'xDbiJ':function(_0x185733,_0x1bc6ff){return _0x185733+_0x1bc6ff;},'iRplI':_0x4033d9(0x22d),'tZkIg':_0x4033d9(0x1f3),'IGoBh':_0x4033d9(0x263),'AfsJo':_0x4033d9(0x22b),'DeLcT':_0x4033d9(0x227),'bGqGp':_0x4033d9(0x272),'EwUmo':_0x4033d9(0x292),'KaNfE':_0x4033d9(0x20b),'zxCfO':_0x4033d9(0x1dd),'QxbZR':'se:ieOptions','dzcoP':'ieOptions','KWbpV':function(_0x5ceec6,_0x3acb36){return _0x5ceec6===_0x3acb36;},'vehLI':_0x4033d9(0x2bb),'tyMgv':_0x4033d9(0x1fe),'oxDAX':function(_0x47c76c,_0x124c22){return _0x47c76c>_0x124c22;},'OGjdH':function(_0x594505,_0x5a586a){return _0x594505>_0x5a586a;},'aIHxc':function(_0x3b0f50){return _0x3b0f50();},'pewEU':function(_0x43d099,_0x28025d){return _0x43d099(_0x28025d);},'dxzQh':function(_0x58c6e2){return _0x58c6e2();},'JjGRb':_0x4033d9(0x285),'rblJj':_0x4033d9(0x312),'HpulN':_0x4033d9(0x205),'iJHEb':_0x4033d9(0x2a4),'qJFjW':_0x4033d9(0x26f),'HZMnY':_0x4033d9(0x1f1),'CBRkW':function(_0x1aab17,_0x10a29a){return _0x1aab17===_0x10a29a;},'VEZCr':_0x4033d9(0x2f2),'NXElA':'chrome','HYgyT':_0x4033d9(0x24d),'wSjTa':_0x4033d9(0x1ef),'HOcLr':'isAccessibilityPlatform','KkdVf':function(_0x5dcdb0,_0x465b6d,_0x3745f7){return _0x5dcdb0(_0x465b6d,_0x3745f7);},'QKMyf':_0x4033d9(0x243),'LUOMx':_0x4033d9(0x1fc),'OLdRL':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','UkEiR':_0x4033d9(0x2fc),'cYEMV':function(_0x35481b,_0xc257ec){return _0x35481b===_0xc257ec;},'vGpGw':_0x4033d9(0x2c5),'ndtNV':'browserVersion','ZcqOx':_0x4033d9(0x1cf),'voHTi':function(_0x4a59cb,_0x35f6dc){return _0x4a59cb<_0x35f6dc;},'KwWMQ':function(_0x2ef90f,_0x101de8){return _0x2ef90f!==_0x101de8;},'asDoj':function(_0x6968b1,_0x40634e){return _0x6968b1||_0x40634e;},'WkXVx':function(_0x4809b7,_0x4fcc2b,_0x4303a3){return _0x4809b7(_0x4fcc2b,_0x4303a3);},'GqnDx':function(_0x2b5b22){return _0x2b5b22();},'fBMkB':_0x4033d9(0x211),'jlbTT':_0x4033d9(0x1c9),'sYGEh':_0x4033d9(0x306),'MIZRA':function(_0x2a7d18,_0x4eb6af,_0x24de59){return _0x2a7d18(_0x4eb6af,_0x24de59);},'NZoYw':function(_0x1be806,_0x5471b0,_0x3e690b){return _0x1be806(_0x5471b0,_0x3e690b);},'fugiQ':function(_0x2a3262,_0x497002,_0x4b7e3d,_0x2587d1,_0x1eba6a){return _0x2a3262(_0x497002,_0x4b7e3d,_0x2587d1,_0x1eba6a);},'aYNdj':_0x4033d9(0x31d),'IDRGs':_0x4033d9(0x322),'wDVfa':function(_0x2a8ef9,_0x4b0846,_0x359722,_0x2a9f5a,_0x1b19a3){return _0x2a8ef9(_0x4b0846,_0x359722,_0x2a9f5a,_0x1b19a3);},'QMYLq':function(_0x3c7c88,_0x1973b3){return _0x3c7c88||_0x1973b3;},'kzbdM':function(_0x4ffef9,_0x42e536,_0x4dc7c3,_0x448429){return _0x4ffef9(_0x42e536,_0x4dc7c3,_0x448429);},'CDMmB':'(sync)','sgWIc':function(_0x531a20,_0xb31182){return _0x531a20!==_0xb31182;},'dQyzq':_0x4033d9(0x24f),'WrPXj':function(_0x53bab6,_0x3c9140,_0x2093f0){return _0x53bab6(_0x3c9140,_0x2093f0);},'moXnF':_0x4033d9(0x2be),'ZBfgM':_0x4033d9(0x1cd),'cGsDc':function(_0x585033){return _0x585033();},'VpILf':_0x4033d9(0x1e2),'RMoNr':_0x4033d9(0x298),'OQeNQ':'selenium-webdriver/lib/http.js','mJhNs':_0x4033d9(0x2a5),'IMljv':_0x4033d9(0x262)},_0x54209a=helper['requireHttpClient']();let _0x5491da;try{_0x5491da=helper['requireSeleniumWebdriver'](),_0x5491da[_0x4033d9(0x1fd)]&&(_0x5491da[_0x4033d9(0x278)]=_0x5491da[_0x4033d9(0x1fd)]);}catch(_0x1c53fe){return;}if(helper[_0x4033d9(0x296)]()){const _0x2b9e9c={};_0x2b9e9c[_0x4033d9(0x309)]=_0x47c449[_0x4033d9(0x26a)],helper['setLogLevel'](_0x2b9e9c,new Map(),new Map()),logger[_0x4033d9(0x324)](_0x1c4cc2['moXnF']),logger[_0x4033d9(0x271)](_0x1c4cc2[_0x4033d9(0x2b7)]);}class _0x399176 extends _0x54209a[_0x4033d9(0x259)]{['send'](_0x30cd8b){const _0x4486cf=_0x4033d9;if(_0x1c4cc2[_0x4486cf(0x1d5)](_0x30cd8b[_0x4486cf(0x2e0)],_0x1c4cc2['CSCvF']))try{const _0x48ba5f=_0x30cd8b[_0x4486cf(0x2e0)][_0x4486cf(0x2b1)]('/')[0x2];if(_0x48ba5f){const _0x190ff8=hubAllocator[_0x4486cf(0x242)](_0x48ba5f);if(_0x190ff8){const _0x441b53=_0x1c4cc2[_0x4486cf(0x2dc)](_0x1c4cc2[_0x4486cf(0x24c)](_0x1c4cc2[_0x4486cf(0x28d)],_0x190ff8),_0x1c4cc2[_0x4486cf(0x231)]);this[_0x4486cf(0x2fe)]=hubAllocator[_0x4486cf(0x256)](_0x441b53),logger[_0x4486cf(0x271)]('New\x20hub\x20url\x20set\x20to\x20'+_0x441b53);}}}catch(_0xeb1c4e){logger[_0x4486cf(0x234)](_0xeb1c4e);}return super[_0x4486cf(0x25c)](_0x30cd8b);}}class _0x332415 extends _0x5491da[_0x4033d9(0x278)]{[_0x4033d9(0x2f8)](){const _0x4ef431=_0x4033d9;return helper[_0x4ef431(0x296)]()&&(this[_0x4ef431(0x2a6)]=helper[_0x4ef431(0x2d2)](_0x47c449)),this;}[_0x4033d9(0x283)](_0x6be7fe){const _0x349e1c=_0x4033d9;let _0x37a7cf={};for(const _0x5dc27e in _0x6be7fe){switch(_0x5dc27e){case _0x1c4cc2[_0x349e1c(0x2ae)]:case _0x1c4cc2[_0x349e1c(0x254)]:this[_0x349e1c(0x2b2)]&&(_0x37a7cf=this[_0x349e1c(0x2b2)][_0x349e1c(0x1d4)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this[_0x349e1c(0x2b2)]['set'](this[_0x349e1c(0x2b2)]['CAPABILITY_KEY'],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2[_0x349e1c(0x326)]:case _0x1c4cc2[_0x349e1c(0x2ea)]:this[_0x349e1c(0x2ca)]&&(_0x37a7cf=this[_0x349e1c(0x2ca)]['get'](this['edgeOptions_']['CAPABILITY_KEY'])||{},this[_0x349e1c(0x2ca)][_0x349e1c(0x1cb)](this[_0x349e1c(0x2ca)][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2[_0x349e1c(0x1f6)]:case _0x1c4cc2['KaNfE']:this['firefoxOptions_']&&(_0x37a7cf=this[_0x349e1c(0x31f)][_0x349e1c(0x1d4)](this[_0x349e1c(0x31f)]['CAPABILITY_KEY'])||{},this[_0x349e1c(0x31f)][_0x349e1c(0x1cb)](this[_0x349e1c(0x31f)][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2[_0x349e1c(0x1ee)]:this[_0x349e1c(0x1c4)]&&(_0x37a7cf=this[_0x349e1c(0x1c4)][_0x349e1c(0x1d4)](this[_0x349e1c(0x1c4)][_0x349e1c(0x2ac)])||{},this['safariOptions_']['set'](this[_0x349e1c(0x1c4)][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;case _0x1c4cc2['QxbZR']:case _0x1c4cc2[_0x349e1c(0x28c)]:this[_0x349e1c(0x201)]&&(_0x37a7cf=this[_0x349e1c(0x201)][_0x349e1c(0x1d4)](this[_0x349e1c(0x201)][_0x349e1c(0x2ac)])||{},this[_0x349e1c(0x201)]['set'](this['ieOptions_'][_0x349e1c(0x2ac)],helper[_0x349e1c(0x23c)](_0x37a7cf,_0x6be7fe[_0x5dc27e])));break;}}}[_0x4033d9(0x1c8)](){const _0x34e67b=_0x4033d9,_0x5b325b={'qPFfQ':function(_0x12af03,_0x218563){const _0x1e8da8=a179_0x3d58;return _0x1c4cc2[_0x1e8da8(0x2a2)](_0x12af03,_0x218563);},'nkOrE':_0x1c4cc2['vehLI']};logger['debug'](_0x1c4cc2[_0x34e67b(0x27b)]);const _0x4a4739=_0x47c449[_0x34e67b(0x328)]&&_0x1c4cc2[_0x34e67b(0x301)](Object[_0x34e67b(0x2eb)](_0x47c449['capability'])[_0x34e67b(0x2a0)],0x0)?_0x47c449[_0x34e67b(0x328)]:_0x47c449['capabilities']&&Array['isArray'](_0x47c449[_0x34e67b(0x31a)])&&_0x1c4cc2[_0x34e67b(0x1e0)](_0x47c449[_0x34e67b(0x31a)]['length'],0x0)?_0x47c449['capabilities'][0x0]:{};return this['__setBrowserOptions'](_0x4a4739),Object[_0x34e67b(0x2eb)](_0x4a4739)[_0x34e67b(0x23b)](_0x41e381=>{const _0x2664d5=_0x34e67b,_0x5ce2a7=this['capabilities_'][_0x2664d5(0x1d4)](_0x41e381);_0x5b325b['qPFfQ'](typeof _0x5ce2a7,_0x5b325b[_0x2664d5(0x1ea)])?this[_0x2664d5(0x1e3)][_0x2664d5(0x1cb)](_0x41e381,helper[_0x2664d5(0x23c)](_0x5ce2a7,_0x4a4739[_0x41e381])):this['capabilities_'][_0x2664d5(0x1cb)](_0x41e381,_0x4a4739[_0x41e381]);}),this;}['build'](){const _0x4f45d2=_0x4033d9,_0x14f03c={'duSIG':function(_0x540e81){const _0x492d4f=a179_0x3d58;return _0x1c4cc2[_0x492d4f(0x2e5)](_0x540e81);},'DkWCF':function(_0x1d4a2b,_0x156ad9){const _0x481213=a179_0x3d58;return _0x1c4cc2[_0x481213(0x1c7)](_0x1d4a2b,_0x156ad9);},'AKnVV':function(_0x384132){const _0x5763b3=a179_0x3d58;return _0x1c4cc2[_0x5763b3(0x2f1)](_0x384132);},'wAlDb':_0x1c4cc2['JjGRb'],'jwczR':_0x1c4cc2[_0x4f45d2(0x2c3)],'oTQqv':_0x1c4cc2[_0x4f45d2(0x24e)],'YtfCe':_0x1c4cc2[_0x4f45d2(0x1e9)],'PCFFr':_0x1c4cc2[_0x4f45d2(0x293)],'VZoDr':_0x1c4cc2[_0x4f45d2(0x1f0)],'vtWlF':function(_0x40bc03,_0x28781a){const _0x5b0b50=_0x4f45d2;return _0x1c4cc2[_0x5b0b50(0x1e8)](_0x40bc03,_0x28781a);},'luIGt':_0x1c4cc2[_0x4f45d2(0x1f4)],'yPhcQ':_0x1c4cc2[_0x4f45d2(0x2f4)],'awVSs':_0x1c4cc2[_0x4f45d2(0x2c8)],'ejRqu':_0x1c4cc2[_0x4f45d2(0x2d1)],'FhtDc':_0x1c4cc2[_0x4f45d2(0x2b3)],'frKbW':function(_0xa32cd5,_0xebdbc9,_0x44855b){return _0x1c4cc2['KkdVf'](_0xa32cd5,_0xebdbc9,_0x44855b);},'CyzXP':_0x1c4cc2[_0x4f45d2(0x252)],'mUWYx':_0x1c4cc2[_0x4f45d2(0x200)],'SLAcL':_0x1c4cc2['OLdRL'],'pJopa':_0x1c4cc2[_0x4f45d2(0x2ae)],'GGoLz':function(_0x422b41){const _0x58b56b=_0x4f45d2;return _0x1c4cc2[_0x58b56b(0x2f1)](_0x422b41);},'DBnEK':_0x1c4cc2[_0x4f45d2(0x27e)],'uvooI':function(_0x12b885,_0x177e9f){const _0x24887c=_0x4f45d2;return _0x1c4cc2[_0x24887c(0x203)](_0x12b885,_0x177e9f);},'eNwqj':_0x1c4cc2[_0x4f45d2(0x25e)],'YBzXT':_0x1c4cc2[_0x4f45d2(0x26e)],'ojLPl':_0x1c4cc2[_0x4f45d2(0x314)],'kCAtH':function(_0x1b82b9,_0x32364e){const _0x1dd550=_0x4f45d2;return _0x1c4cc2[_0x1dd550(0x318)](_0x1b82b9,_0x32364e);},'LvbqN':function(_0x271bca,_0x3ed637){const _0x5d11e4=_0x4f45d2;return _0x1c4cc2[_0x5d11e4(0x28b)](_0x271bca,_0x3ed637);},'zzjyr':function(_0x1be578,_0x54fbea){const _0x16a0b1=_0x4f45d2;return _0x1c4cc2[_0x16a0b1(0x2c2)](_0x1be578,_0x54fbea);},'XTpEI':function(_0x49fdcb,_0x1a4617,_0x2e604a){const _0x56e8ca=_0x4f45d2;return _0x1c4cc2[_0x56e8ca(0x237)](_0x49fdcb,_0x1a4617,_0x2e604a);},'wJHDn':function(_0x59ac71){const _0xcfa2c7=_0x4f45d2;return _0x1c4cc2[_0xcfa2c7(0x27d)](_0x59ac71);},'dhtYq':function(_0xdf3286,_0x4f133b){const _0x5632cb=_0x4f45d2;return _0x1c4cc2[_0x5632cb(0x1c7)](_0xdf3286,_0x4f133b);},'BcGKV':_0x1c4cc2[_0x4f45d2(0x25f)],'SsImp':_0x1c4cc2[_0x4f45d2(0x2e9)],'TvUxR':_0x1c4cc2[_0x4f45d2(0x1e1)],'OSZbT':function(_0x5bd0f3,_0x15ac04,_0x374938){return _0x1c4cc2['MIZRA'](_0x5bd0f3,_0x15ac04,_0x374938);},'NzYmY':function(_0x56da00,_0x19c54e,_0x22f9c3){const _0x36f018=_0x4f45d2;return _0x1c4cc2[_0x36f018(0x1f5)](_0x56da00,_0x19c54e,_0x22f9c3);},'eYNZC':function(_0x433d7c,_0xd6e8ac,_0x5a4ade,_0x242af2,_0x12fb7f){const _0x38a67e=_0x4f45d2;return _0x1c4cc2[_0x38a67e(0x24b)](_0x433d7c,_0xd6e8ac,_0x5a4ade,_0x242af2,_0x12fb7f);},'WexTY':_0x1c4cc2['aYNdj'],'yYpwF':_0x1c4cc2[_0x4f45d2(0x2e3)],'dZwdH':function(_0x458e64,_0x377500,_0x20fcb4){const _0x15e52f=_0x4f45d2;return _0x1c4cc2[_0x15e52f(0x237)](_0x458e64,_0x377500,_0x20fcb4);},'oLJRI':function(_0x177070,_0x4998c7,_0x410af3,_0x356265,_0x20b663){return _0x1c4cc2['wDVfa'](_0x177070,_0x4998c7,_0x410af3,_0x356265,_0x20b663);},'cCnit':function(_0x1a51e6,_0x407a56){return _0x1c4cc2['QMYLq'](_0x1a51e6,_0x407a56);},'juExk':function(_0x5c4ff2,_0x39831d){return _0x1c4cc2['QMYLq'](_0x5c4ff2,_0x39831d);},'yBseB':function(_0x2e7340,_0x225113){const _0x4d7883=_0x4f45d2;return _0x1c4cc2[_0x4d7883(0x1c7)](_0x2e7340,_0x225113);},'eWKJf':function(_0x6d2a7b,_0x1ea0e9,_0x591374,_0x200516){return _0x1c4cc2['kzbdM'](_0x6d2a7b,_0x1ea0e9,_0x591374,_0x200516);},'HKQcO':_0x1c4cc2['CDMmB'],'LHlXn':function(_0x427d5d,_0x3b533f){return _0x1c4cc2['sgWIc'](_0x427d5d,_0x3b533f);}};PerformanceTester['measureWrapper'](PerformanceEvents[_0x4f45d2(0x2e1)],()=>{const _0x48110f=_0x4f45d2;if(helper[_0x48110f(0x296)]()){helper[_0x48110f(0x299)](_0x47c449[_0x48110f(0x328)]);_0x14f03c[_0x48110f(0x320)](isAccessibilityAutomationSession)&&_0x14f03c[_0x48110f(0x2a1)](setAccessibilityCapabilities,_0x47c449);this[_0x48110f(0x2f8)](),this[_0x48110f(0x1c8)]();if(helper[_0x48110f(0x2fb)](_0x47c449[_0x48110f(0x274)][_0x48110f(0x2d4)]))this[_0x48110f(0x258)]=helper['getHttpAgent'](_0x47c449['proxySettings'][_0x48110f(0x2d4)]);else _0x47c449[_0x48110f(0x274)][_0x48110f(0x2d4)]&&(this[_0x48110f(0x329)]=_0x47c449[_0x48110f(0x274)][_0x48110f(0x2d4)],logger['debug']('Proxy\x20set\x20to\x20'+this[_0x48110f(0x329)]));if(_0x14f03c[_0x48110f(0x23d)](isAccessibilityAutomationSession)){const _0x58fab9=this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x284)])||{},_0x3419f1=_0x58fab9[_0x48110f(0x205)]||this[_0x48110f(0x1e3)]['get'](_0x14f03c['jwczR'])||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x29a)]);if(_0x3419f1){const _0x3b2ab8=(_0x58fab9[_0x48110f(0x2a4)]||_0x58fab9[_0x48110f(0x26f)]||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['YtfCe'])||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x221)])||'')[_0x48110f(0x29e)](),_0x4c47d0=(_0x58fab9[_0x48110f(0x1f1)]||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x1e4)])||'')[_0x48110f(0x29e)]();_0x14f03c[_0x48110f(0x233)](_0x3b2ab8,_0x14f03c[_0x48110f(0x229)])&&_0x4c47d0[_0x48110f(0x22c)](_0x14f03c[_0x48110f(0x255)])&&(_0x14f03c['duSIG'](isMobileScanningEnabledForGroup)&&(logger[_0x48110f(0x271)](_0x14f03c[_0x48110f(0x2cb)]),globals['setGlobal'](_0x14f03c[_0x48110f(0x253)],!![])));}}if(globals[_0x48110f(0x2e2)](_0x14f03c['FhtDc'])){if(!_0x14f03c['frKbW'](setExtension,this,_0x47c449)){globals['setGlobal'](_0x14f03c['FhtDc'],![]);const _0x1dce6b=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['wAlDb']);_0x1dce6b&&(_0x1dce6b['accessibility']=![],delete _0x1dce6b['accessibilityOptions'],this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x284)],_0x1dce6b)),this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x2dd)])&&(this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c['CyzXP'],![]),this[_0x48110f(0x1e3)][_0x48110f(0x2cc)](_0x14f03c[_0x48110f(0x308)]));}}process[_0x48110f(0x217)][_0x48110f(0x327)]&&(helper[_0x48110f(0x2ff)](null,helper[_0x48110f(0x26d)](_0x47c449),_0x47c449[_0x48110f(0x317)],null,this,null),helper[_0x48110f(0x299)](_0x47c449[_0x48110f(0x328)])),logger[_0x48110f(0x271)](_0x14f03c[_0x48110f(0x2ee)]);}else{if(this['chromeOptions_']){const _0x4ef15e=this[_0x48110f(0x2b2)]['get'](this[_0x48110f(0x2b2)]['CAPABILITY_KEY']||_0x14f03c[_0x48110f(0x251)]);if(_0x4ef15e&&_0x4ef15e[_0x48110f(0x30d)]){const _0x41bdad=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x251)])||{},_0x4bb9c4=(_0x41bdad[_0x48110f(0x30d)]||[])[_0x48110f(0x29f)](_0x4ef15e[_0x48110f(0x30d)]||[]),_0x93e983=Array[_0x48110f(0x325)](new Set(_0x4bb9c4)),_0x5ee973={};_0x5ee973[_0x48110f(0x30d)]=_0x93e983,this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x251)],Object[_0x48110f(0x2fa)]({},_0x41bdad,_0x4ef15e,_0x5ee973));}}if(_0x14f03c['GGoLz'](isAccessibilityAutomationSession)&&this[_0x48110f(0x304)]()[_0x48110f(0x22c)](_0x14f03c['DBnEK'])){let _0x2208e0=!![];const _0x275f5f=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['wAlDb'])||{},_0xdf3871=_0x275f5f[_0x48110f(0x205)]||this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x1f9)])||this[_0x48110f(0x1e3)]['get'](_0x14f03c[_0x48110f(0x29a)]);if(_0xdf3871){const _0x56d9ea=(_0x275f5f[_0x48110f(0x2a4)]||_0x275f5f[_0x48110f(0x26f)]||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x202)])||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x221)])||'')[_0x48110f(0x29e)](),_0x3ca1d8=(_0x275f5f['browserName']||this[_0x48110f(0x1e3)]['get'](_0x14f03c[_0x48110f(0x1e4)])||'')[_0x48110f(0x29e)]();_0x14f03c[_0x48110f(0x1ff)](_0x56d9ea,_0x14f03c[_0x48110f(0x229)])&&_0x3ca1d8[_0x48110f(0x22c)](_0x14f03c[_0x48110f(0x255)])?!_0x14f03c[_0x48110f(0x23d)](isMobileScanningEnabledForGroup)?(logger[_0x48110f(0x281)](MOBILE_SCANNING_DISABLED_WARNING),_0x2208e0=![]):(logger['debug'](_0x14f03c[_0x48110f(0x2cb)]),globals[_0x48110f(0x216)](_0x14f03c['ejRqu'],!![])):(logger[_0x48110f(0x281)](_0x14f03c[_0x48110f(0x2a7)]),_0x2208e0=![]);}if(_0x2208e0){const _0x247c34=_0x14f03c[_0x48110f(0x2a1)](parseFloat,_0x275f5f[_0x48110f(0x1cc)]||this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c['YBzXT'])||''),{MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY:_0x3f990f}=_0x14f03c['DkWCF'](require,_0x14f03c['ojLPl']),_0x34f1ce=_0x14f03c[_0x48110f(0x2a1)](parseFloat,_0x3f990f);!_0x14f03c[_0x48110f(0x2a1)](isNaN,_0x247c34)&&_0x14f03c[_0x48110f(0x273)](_0x247c34,_0x34f1ce)&&(logger['warn']('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+_0x3f990f+'.'),_0x2208e0=![]);}if(_0x2208e0){_0x14f03c[_0x48110f(0x2a1)](setAccessibilityCapabilities,_0x47c449),this['setCapabilities']();if(process[_0x48110f(0x217)][_0x48110f(0x26c)]){let _0x50efc7={};try{process['env'][_0x48110f(0x25b)]&&(_0x50efc7=JSON[_0x48110f(0x30c)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']));}catch(_0x12f0aa){logger[_0x48110f(0x271)](_0x48110f(0x315)+_0x12f0aa);}const _0x3b9c3f=helper[_0x48110f(0x26d)](_0x47c449),_0x1aea9b=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x284)]);if(_0x14f03c[_0x48110f(0x1d2)](_0x3b9c3f,![])&&(_0x1aea9b||!this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x2dd)]))){const _0x4c9ca4=_0x14f03c['zzjyr'](_0x1aea9b,{});_0x4c9ca4[_0x48110f(0x226)]=!![];const _0x4e455f={};_0x4e455f[_0x48110f(0x280)]=process['env'][_0x48110f(0x26c)],_0x4e455f['scannerVersion']=_0x50efc7['scannerVersion'],_0x4c9ca4[_0x48110f(0x276)]=Object[_0x48110f(0x2fa)]({},_0x4c9ca4[_0x48110f(0x276)],_0x4e455f),this[_0x48110f(0x1e3)]['set'](_0x14f03c['wAlDb'],_0x4c9ca4);}else{this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x2dd)],!![]);const _0x1a5231=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c['mUWYx'])||{},_0xbf35fb={};_0xbf35fb['authToken']=process['env'][_0x48110f(0x26c)],_0xbf35fb[_0x48110f(0x30f)]=_0x50efc7[_0x48110f(0x30f)],this['capabilities_'][_0x48110f(0x1cb)](_0x14f03c['mUWYx'],Object[_0x48110f(0x2fa)]({},_0x1a5231,_0xbf35fb));}}if(!_0x14f03c[_0x48110f(0x21b)](setExtension,this,_0x47c449)){globals[_0x48110f(0x216)](_0x14f03c[_0x48110f(0x2bd)],![]);const _0x102239=this[_0x48110f(0x1e3)][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x284)]);_0x102239&&(_0x102239[_0x48110f(0x226)]=![],delete _0x102239[_0x48110f(0x276)],this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x284)],_0x102239)),this['capabilities_'][_0x48110f(0x1d4)](_0x14f03c[_0x48110f(0x2dd)])&&(this[_0x48110f(0x1e3)][_0x48110f(0x1cb)](_0x14f03c[_0x48110f(0x2dd)],![]),this[_0x48110f(0x1e3)][_0x48110f(0x2cc)](_0x14f03c['mUWYx']));}}}if(_0x14f03c[_0x48110f(0x214)](isAccessibilityAutomationSession)&&!this[_0x48110f(0x304)]()[_0x48110f(0x22c)](_0x14f03c[_0x48110f(0x20c)]))try{_0x14f03c['dhtYq'](hasLegacyHeadlessArg,this)?(logger['warn'](_0x14f03c['BcGKV']),globals[_0x48110f(0x216)](_0x14f03c['FhtDc'],![])):helper[_0x48110f(0x2ff)](null,helper['useW3C'](_0x47c449),_0x47c449[_0x48110f(0x317)],null,this,null);}catch(_0x3df440){logger['debug'](_0x48110f(0x269)+util[_0x48110f(0x2f5)](_0x3df440));}}})();const _0x22838c=super[_0x4f45d2(0x29d)]();return PerformanceTester[_0x4f45d2(0x1e6)](PerformanceEvents[_0x4f45d2(0x1e5)],()=>{const _0x46f52f=_0x4f45d2,_0x5e07ff={'FtNjW':_0x14f03c[_0x46f52f(0x2e8)],'hIooh':_0x14f03c['yYpwF'],'gqpCC':function(_0x34924f,_0x14bde2,_0x5394c2){const _0x2e0cd7=_0x46f52f;return _0x14f03c[_0x2e0cd7(0x294)](_0x34924f,_0x14bde2,_0x5394c2);},'WGOPw':function(_0x392309,_0x5a227c,_0x4b5efd){const _0x5df577=_0x46f52f;return _0x14f03c[_0x5df577(0x1c6)](_0x392309,_0x5a227c,_0x4b5efd);},'IXLHd':function(_0x5cbe2a,_0x40d7db,_0x2da8fc,_0x165df3,_0x328c80){const _0x31a323=_0x46f52f;return _0x14f03c[_0x31a323(0x2ab)](_0x5cbe2a,_0x40d7db,_0x2da8fc,_0x165df3,_0x328c80);},'sSYdv':function(_0x4f207d,_0xd3e60a){const _0x9cc85f=_0x46f52f;return _0x14f03c[_0x9cc85f(0x21c)](_0x4f207d,_0xd3e60a);},'Nkhax':_0x14f03c['SsImp'],'rQPJQ':_0x14f03c[_0x46f52f(0x323)],'IkEin':function(_0x3e2766,_0x901ad0){return _0x14f03c['juExk'](_0x3e2766,_0x901ad0);}};_0x22838c[_0x46f52f(0x1d0)][_0x46f52f(0x321)](_0x296ed4=>{const _0x448935=_0x46f52f,_0x247112=_0x296ed4['caps_'];if(!helper[_0x448935(0x296)]()&&_0x14f03c[_0x448935(0x320)](isAccessibilityAutomationSession)){const _0x3df6d7=_0x14f03c[_0x448935(0x1c6)](nonBstackPlatformValidation,_0x247112,this);globals[_0x448935(0x216)](_0x14f03c[_0x448935(0x2bd)],_0x3df6d7);if(!_0x3df6d7){const _0x1bb685=this['capabilities_']['get'](_0x14f03c[_0x448935(0x284)]);_0x1bb685&&(_0x1bb685[_0x448935(0x226)]=![],delete _0x1bb685[_0x448935(0x276)],this[_0x448935(0x1e3)][_0x448935(0x1cb)](_0x14f03c[_0x448935(0x284)],_0x1bb685)),this[_0x448935(0x1e3)][_0x448935(0x1d4)](_0x14f03c[_0x448935(0x2dd)])&&(this[_0x448935(0x1e3)][_0x448935(0x1cb)](_0x14f03c[_0x448935(0x2dd)],![]),this['capabilities_']['delete'](_0x14f03c[_0x448935(0x308)]));}}}),_0x22838c[_0x46f52f(0x1d0)][_0x46f52f(0x321)](_0x304e7d=>{const _0x2158bd=_0x46f52f;try{logger[_0x2158bd(0x271)](_0x2158bd(0x319)+_0x304e7d[_0x2158bd(0x1c5)]());const _0x5a0d66=_0x304e7d[_0x2158bd(0x2d5)]['get'](_0x5e07ff[_0x2158bd(0x25a)]);_0x5a0d66?(logger[_0x2158bd(0x271)](_0x2158bd(0x2f6)+_0x5a0d66),hubAllocator[_0x2158bd(0x2b8)](_0x5a0d66,_0x304e7d['getId']()),helper[_0x2158bd(0x240)](_0x5a0d66)):logger[_0x2158bd(0x271)](_0x5e07ff[_0x2158bd(0x215)]);}catch(_0xeb947){logger[_0x2158bd(0x271)](_0x2158bd(0x2f0)+_0xeb947);}}),_0x22838c['quitCount_']=0x0,_0x22838c[_0x46f52f(0x321)]&&_0x22838c['then'](_0x5f285b=>{const _0x2f59f6=_0x46f52f,_0x41facd={};_0x41facd[_0x2f59f6(0x219)]=_0x14f03c['SsImp'],_0x41facd[_0x2f59f6(0x302)]=_0x14f03c[_0x2f59f6(0x323)];const _0x4612e6=_0x41facd;helper['overrideQuit'](_0x5f285b,_0x22838c),_0x5d3c72&&_0x14f03c[_0x2f59f6(0x2ad)](overrideTakeScreenshot,_0x5f285b),helper['overrideGet'](_0x5f285b,_0x47c449),_0x14f03c[_0x2f59f6(0x21b)](overrideExecute,_0x5f285b,_0x47c449),_0x14f03c['OSZbT'](propagateJestSessionName,_0x5f285b,_0xe9a474),_0x47c449['capability']&&percyHelper[_0x2f59f6(0x2b9)](_0x5f285b,_0x5491da[_0x2f59f6(0x1de)],_0x47c449),_0x5f285b[_0x2f59f6(0x2b5)]=async()=>{const _0x2dc734=_0x2f59f6;return await _0x5e07ff[_0x2dc734(0x2af)](getAccessibilityResultsSummary,_0x5f285b,global);},_0x5f285b[_0x2f59f6(0x270)]=async()=>{const _0x401111=_0x2f59f6;return await _0x5e07ff[_0x401111(0x236)](getAccessibilityResults,_0x5f285b,global);},_0x5f285b['performScan']=async _0x562d67=>{const _0x161442=_0x2f59f6;return await _0x5e07ff[_0x161442(0x1e7)](performScan,_0x5f285b,null,!![],_0x5e07ff[_0x161442(0x1fa)](_0x562d67,null));},_0x5f285b[_0x2f59f6(0x307)]=async _0x163e32=>{const _0x110ff8=_0x2f59f6;globals['setGlobal'](_0x5e07ff['Nkhax'],!![]),globals['setGlobal'](_0x5e07ff['rQPJQ'],_0x5e07ff[_0x110ff8(0x1fa)](_0x163e32,null));},_0x5f285b[_0x2f59f6(0x249)]=async()=>{const _0x125dfa=_0x2f59f6;globals[_0x125dfa(0x216)](_0x4612e6[_0x125dfa(0x219)],![]),globals[_0x125dfa(0x216)](_0x4612e6[_0x125dfa(0x302)],null);};}),_0x22838c[_0x46f52f(0x2b5)]=async()=>{return await _0x14f03c['NzYmY'](getAccessibilityResultsSummary,_0x22838c,global);},_0x22838c[_0x46f52f(0x270)]=async()=>{return await _0x14f03c['frKbW'](getAccessibilityResults,_0x22838c,global);},_0x22838c['performScan']=async _0x1b90ed=>{const _0x3d6b20=_0x46f52f;return await _0x14f03c['eYNZC'](performScan,_0x22838c,null,!![],_0x14f03c[_0x3d6b20(0x297)](_0x1b90ed,null));},_0x22838c[_0x46f52f(0x307)]=async _0x469a03=>{const _0x37264a=_0x46f52f;globals[_0x37264a(0x216)](_0x5e07ff[_0x37264a(0x30e)],!![]),globals[_0x37264a(0x216)](_0x5e07ff[_0x37264a(0x22f)],_0x5e07ff['IkEin'](_0x469a03,null));},_0x22838c[_0x46f52f(0x249)]=async()=>{const _0x140eb9=_0x46f52f;globals[_0x140eb9(0x216)](_0x5e07ff['Nkhax'],![]),globals['setGlobal'](_0x5e07ff[_0x140eb9(0x22f)],null);},_0x5d3c72&&_0x14f03c[_0x46f52f(0x291)](overrideTakeScreenshot,_0x22838c),helper['overrideQuit'](_0x22838c),helper[_0x46f52f(0x1eb)](_0x22838c,_0x47c449),_0x14f03c[_0x46f52f(0x20f)](overrideExecute,_0x22838c,_0x47c449),_0x14f03c[_0x46f52f(0x1d1)](propagateJestSessionName,_0x22838c,_0xe9a474,_0x14f03c['HKQcO']),_0x47c449[_0x46f52f(0x328)]&&percyHelper['patchDriverPercy'](_0x22838c,_0x5491da[_0x46f52f(0x1de)],_0x47c449);helper[_0x46f52f(0x222)](global[_0x46f52f(0x230)])&&(global[_0x46f52f(0x230)]=[]);helper['isUndefined'](global[_0x46f52f(0x2f3)])&&(global['__drivers']=[]);global['__driversArray']['push'](_0x22838c),global['__driver']=_0x22838c,_0xe9a474&&(_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2d6)]=_0x22838c);_0x14f03c['LvbqN'](global[_0x46f52f(0x2f3)],undefined)&&global[_0x46f52f(0x2f3)]['push'](_0x22838c);_0xe9a474&&helper[_0x46f52f(0x222)](_0xe9a474['global'][_0x46f52f(0x2f3)])&&(_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2f3)]=[]);_0xe9a474&&helper[_0x46f52f(0x222)](_0xe9a474['global'][_0x46f52f(0x230)])&&(_0xe9a474['global'][_0x46f52f(0x230)]=[]);_0xe9a474&&_0x14f03c[_0x46f52f(0x311)](_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2f3)],undefined)&&(_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x2f3)][_0x46f52f(0x279)](_0x22838c),_0xe9a474[_0x46f52f(0x224)][_0x46f52f(0x230)][_0x46f52f(0x279)](_0x22838c));_0x22838c[_0x46f52f(0x212)]=globals[_0x46f52f(0x2e2)](_0x14f03c[_0x46f52f(0x2bd)]);try{global[_0x46f52f(0x2f3)][0x0][_0x46f52f(0x1d0)]['then'](_0x59749b=>{const _0x315701=_0x46f52f;logger[_0x315701(0x271)](_0x315701(0x2ec)+_0x59749b['getId']()+_0x315701(0x288));})[_0x46f52f(0x27a)](_0x4a531e=>{const _0x592008=_0x46f52f;logger[_0x592008(0x271)](_0x592008(0x2d3)+_0x4a531e);});}catch(_0x4cb716){logger[_0x46f52f(0x271)](_0x46f52f(0x2d3)+_0x4cb716);}globals[_0x46f52f(0x216)](_0x14f03c[_0x46f52f(0x2bd)],globals[_0x46f52f(0x2e2)](_0x14f03c['FhtDc']));})(),_0x22838c;}}_0xe9a474&&(globals['browserStackGlobals']=_0xe9a474[_0x4033d9(0x224)][_0x4033d9(0x246)]);if(_0x1c4cc2['cGsDc'](isAccessibilityAutomationSession))try{let _0x34981d=helper[_0x4033d9(0x244)](_0x1c4cc2[_0x4033d9(0x295)],_0x1c4cc2[_0x4033d9(0x282)])['WebDriver'];(!_0x34981d['prototype']||!_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)])&&(_0x34981d=helper[_0x4033d9(0x244)](_0x1c4cc2[_0x4033d9(0x1ec)],_0x1c4cc2[_0x4033d9(0x282)])[_0x4033d9(0x289)]);if(_0x34981d[_0x4033d9(0x2c4)]&&_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)]){const _0xd3b658=_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)];logger['debug'](_0x1c4cc2['mJhNs']),_0x34981d[_0x4033d9(0x2c4)][_0x4033d9(0x2db)]=async function(){const _0x35d4f8=_0x4033d9;try{!globals[_0x35d4f8(0x2e2)](_0x1c4cc2[_0x35d4f8(0x250)])&&globals[_0x35d4f8(0x2e2)](_0x1c4cc2['HOcLr'])&&globals[_0x35d4f8(0x2e2)](_0x1c4cc2['jlbTT'])&&scripts[_0x35d4f8(0x25d)](arguments[0x0]['name_'])&&!_0x1c4cc2[_0x35d4f8(0x1c7)](isBrowserStackCommandExecutor,arguments[0x0][_0x35d4f8(0x287)])&&(globals['setGlobal'](_0x1c4cc2['dQyzq'],!![]),logger[_0x35d4f8(0x271)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x35d4f8(0x1c2)]),await _0x1c4cc2[_0x35d4f8(0x290)](performScan,global[_0x35d4f8(0x2d6)],arguments[0x0]['name_']));}catch(_0x470df7){logger[_0x35d4f8(0x271)](_0x35d4f8(0x241)+util[_0x35d4f8(0x2f5)](_0x470df7));}return globals['setGlobal'](_0x1c4cc2['dQyzq'],![]),_0xd3b658[_0x35d4f8(0x1f7)](this,arguments);};}}catch(_0x44e2bb){logger[_0x4033d9(0x271)](_0x1c4cc2[_0x4033d9(0x2dc)](_0x1c4cc2['IMljv'],_0x44e2bb));}return _0x5491da[_0x4033d9(0x1fd)]=_0x5491da[_0x4033d9(0x278)],_0x5491da['Builder']=_0x332415,_0x54209a[_0x4033d9(0x259)]=_0x399176,_0x5491da;};function a179_0x3d58(_0x118885,_0x429ef0){const _0x19bdef=a179_0x19bd();return a179_0x3d58=function(_0x3d5834,_0x269f73){_0x3d5834=_0x3d5834-0x1c2;let _0x1b300e=_0x19bdef[_0x3d5834];return _0x1b300e;},a179_0x3d58(_0x118885,_0x429ef0);}module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x2ce)]=modify,module['exports']['browserstackAgentV2']=modifyV2,module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x29c)]=percySDK,module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x225)]=BrowserStackSdk,module[a179_0x1aade0(0x1db)]['_modifyPlaywright']=modifyPlaywrightConfig;try{require(a179_0x1aade0(0x1fb))[a179_0x1aade0(0x2d8)]();}catch(a179_0x5bdcb1){logger[a179_0x1aade0(0x271)](a179_0x1aade0(0x30a)+(a179_0x5bdcb1&&a179_0x5bdcb1[a179_0x1aade0(0x2c9)]));}module[a179_0x1aade0(0x1db)][a179_0x1aade0(0x2ed)]=require('./helpers/driverInitErrorReporter')['installAll'],module['exports']['TestClient']=require(a179_0x1aade0(0x22e));