browserstack-node-sdk 1.70.3 → 1.71.0

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 (223) 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/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a133_0x10225b=a133_0x49b1;(function(_0x515901,_0x290701){const _0x4bc015=a133_0x49b1,_0x17d244=_0x515901();while(!![]){try{const _0x51a2b6=parseInt(_0x4bc015(0x1f4))/0x1+parseInt(_0x4bc015(0x127))/0x2*(parseInt(_0x4bc015(0x167))/0x3)+-parseInt(_0x4bc015(0x183))/0x4+parseInt(_0x4bc015(0x243))/0x5+parseInt(_0x4bc015(0x120))/0x6+-parseInt(_0x4bc015(0x1e2))/0x7+-parseInt(_0x4bc015(0x109))/0x8;if(_0x51a2b6===_0x290701)break;else _0x17d244['push'](_0x17d244['shift']());}catch(_0x5de2ca){_0x17d244['push'](_0x17d244['shift']());}}}(a133_0xe0b4,0x86c22));function a133_0xe0b4(){const _0x41759a=['./constants','platformName','),\x20skipping','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','getAppAccessibilityResults','rhdoS','2478576yZcuTS','ASHnO','qDMKr','executeAsyncScript','test_runs/stop','mazwg','getBrowserName','Mjffr','browserVersion','parseA11yJwtPayload','GplFi','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','method','v2/test_runs','./scripts','RFBvl','getCapabilities','annotate','wNplz','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','buildDescription','REAOR','assign','NpjRH','VccBu','thTestRunUuid','WGcxb','RbRmB','getAgentVersion','FFNny','CAPABILITY_KEY','HayVd','NqQhm','znEem','json','iFpiB','getInstance','fayfV','oiiPA','UvBgJ','XtSUE','headers','IfGyQ','getId','MebyD','isAppAccessibility','getBrowserVersion','aubSo','undefined','pass','Fizwl','vsfcj','mflFl','nKGRF','nBWCT','AkYjb','BROWSERSTACK_TURBOSCALE','Performed\x20scan\x20with\x20result:\x20','setA11yAnnotation:\x20no\x20target,\x20skipping','POST','browserName','Performing\x20scan\x20before\x20getting\x20results\x20summary','device','getPackageVersion','HeGMv','ENYVh','mzMrN','VeNpO','bYhBb','stopAccessibilityTestRun','response','base64','global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).','FAejX','has','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','toISOString','pGSZR','excludeTagsInTestingScope','selenium-webdriver','paMPd','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','hasLegacyHeadlessArg','scannerVersion','../../bin/v2/browserstackCLI','YdIWz','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','getBrowserDisplayName','Content-Type','tTQPM','version','bstack:options','info','1118299SsSVvc','isTrue','options_','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20',',\x20testRunId=','isBrowserSupportedForAccessibility','LsxdL','../helper','Fyqiq','setA11yAnnotation','sWtbj','path','IVAYh','concat','AjaAE','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','parse','645805klpAME','UfsTz','--headless=','status','zvLmq','Performing\x20scan\x20before\x20getting\x20results','basename','arguments','Invalid\x20request:\x20','accessibilityPlatform','UZflx','SyKwo','checkAccessibilityPlatformConfig','success','wait','accessibilityToken','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','IRVNT','javascript','debug','split','getAccessibilityResults','measureWrapper','RLJrS','requireModule','application/json','BROWSERSTACK_TEST_ACCESSIBILITY_YML','IdMbS','hwXNR','ziSPU','env','set','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','mkAbz','getResults','dFVcy','auth','level','goog:chromeOptions','WMlLR','setA11yAnnotation:\x20skipping\x20-\x20infra=','args','toJson','getMobileA11yCapabilities','getTestFrameworkDetails','arbhc','string','setA11yAnnotation:\x20target\x20exposes\x20no\x20script-execution\x20API,\x20skipping','JZwQQ','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','getGitMetaData','fJvXI','enKMe','BxXTm','getAccessibilityModule','errors','command','deviceName','mergeDeep','getTestFramework','csJou','includes','nPzxn','onjDp','getCurrentTestUUID','toLowerCase',',\x20turboscale=','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','startsWith','getMinVersionForBrowser','uapVZ','chrome','requires_chrome_options_check','trim','Build\x20creation\x20had\x20failed.','statusText','JqNUa','error','PERFORM_SCAN','3359265OESHVY','BcHpO','TFFGv','DNemU','getGlobal','gFTTQ','a11y:start','hpehb','TcpHi','getSession','platforms','nestedKeyValue','PdCzh','mirrorChromeOptionsIntoBuilder','add','YyFLU','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','CTlhD','fuRbm','OReiZ','No\x20accessibility\x20summary\x20was\x20found.','null','false','qcYBg','setA11yAnnotation:\x20error,\x20ignoring\x20-\x20','GET_RESULTS','hYMBX','isArray','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','getResultsSummary','4162056ptTxpC','length','resolveMobileThTestRunUuid','format','FcuEe','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','UzcCY','setA11yAnnotation:\x20App\x20Accessibility\x20session,\x20skipping\x20annotation','hwJYq','setNonBstackInfraCapabilities','resolve','accessibility','stringify','toString','data','MzZIo','uePuV','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','FQsop','cwd','body','getPlatform','ynsuP','152934SnOfIb','capabilities_','UsXfk','compareVersions','aliPR','from','isAccessibilityPlatform','998QHVuBN','playwrightAnnotate','Not\x20a\x20Accessibility\x20Session','min_version_non_browserstack','uEsqv','projectName','executeScript','forEach','bstackA11yShouldScan','chromeOptions','winstonLogger','performScan','action','hlijc','sQcIw','nbxIM','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','exIct','user','fetchPlatformDetails','PhKxc','okXnS','isUndefined','filter','hhBbF','MOBILE_SCANNING_DISABLED_WARNING','function','playwright','jJaAn','get','browserstackSessionName','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','isMobileAccessibilityPlatform','tKYew','join','getHostInfo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','warn','return\x20document.readyState\x20===\x20\x22complete\x22','../logger','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','object','WEFlz','buildName','ZNDuK','android','../performance/performance-tester','ChromeExtension','getUserName','isMobileAccessibilitySession','bstackA11yScanOptions','getBrowserA11yConfig','setNonBstackInfraCapabilitiesOnCaps','platform','getCiInfo','chromeOptions_','BS_A11Y_JWT','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','createAccessibilityTestRun','keys','display_name','script','Qqmvy','message','3057JJrbsJ','gZsWV','a11y:stop','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isBrowserStackCommandExecutor','uCEvG','YTkNG','currentTest','min_version_browserstack','stack','YmUQQ','global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).','isAccessibilityAutomationSession','isBrowserstackInfra','gUMRk','CvNAP','shouldScanTestForAccessibility','GET_RESULTS_SUMMARY','some','--headless','yiQVe'];a133_0xe0b4=function(){return _0x41759a;};return a133_0xe0b4();}const path=require(a133_0x10225b(0x1ee)),util=require('util'),bsSetupHelper=require(a133_0x10225b(0x1ea)),logger=require(a133_0x10225b(0x14e))[a133_0x10225b(0x131)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS,MANUAL_SCAN_METHOD}=require(a133_0x10225b(0x17d)),PerformanceTester=require(a133_0x10225b(0x155)),scripts=require(a133_0x10225b(0x192)),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require('../performance/constants');exports[a133_0x10225b(0x13a)]=async _0x322aca=>{const _0x5e83b0=a133_0x10225b,_0xac8ad8={};_0xac8ad8[_0x5e83b0(0x24b)]=function(_0x589e42,_0x564044){return _0x589e42===_0x564044;},_0xac8ad8['NwvhA']='browserstack';const _0x2e977a=_0xac8ad8;let _0x874d4c={};try{const _0x1d5118=await _0x322aca['getCapabilities']();_0x874d4c={'os_name':_0x1d5118[_0x5e83b0(0x11e)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x2e977a[_0x5e83b0(0x24b)](global['__cloud_provider___'],_0x2e977a['NwvhA'])),'browser_name':_0x1d5118[_0x5e83b0(0x189)](),'browser_version':_0x1d5118[_0x5e83b0(0x1b2)]()};}catch(_0x5d9caf){logger[_0x5e83b0(0x207)](_0x5e83b0(0x1d6)+_0x5d9caf);}return _0x874d4c;},exports[a133_0x10225b(0x174)]=()=>{const _0x33961e=a133_0x10225b,_0x51d5cd={};_0x51d5cd[_0x33961e(0x1b6)]=function(_0x21096f,_0x4031f4){return _0x21096f===_0x4031f4;},_0x51d5cd[_0x33961e(0x105)]=_0x33961e(0x222),_0x51d5cd[_0x33961e(0x1a4)]=function(_0x2612d8,_0x5933f1){return _0x2612d8>_0x5933f1;},_0x51d5cd[_0x33961e(0x143)]=function(_0x182c77,_0x5dde04){return _0x182c77!==_0x5dde04;},_0x51d5cd[_0x33961e(0x1bb)]=_0x33961e(0x100),_0x51d5cd['OReiZ']=function(_0x2e3254,_0x40d580){return _0x2e3254&&_0x40d580;};const _0x4a1e62=_0x51d5cd;try{const _0x1ea014=bsSetupHelper[_0x33961e(0x1e3)](process[_0x33961e(0x212)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x33961e(0x1e3)](process[_0x33961e(0x212)][_0x33961e(0x1d5)]),_0x17e510=_0x4a1e62[_0x33961e(0x1b6)](typeof process[_0x33961e(0x212)][_0x33961e(0x15f)],_0x4a1e62[_0x33961e(0x105)])&&_0x4a1e62[_0x33961e(0x1a4)](process[_0x33961e(0x212)][_0x33961e(0x15f)]['length'],0x0)&&_0x4a1e62[_0x33961e(0x143)](process[_0x33961e(0x212)][_0x33961e(0x15f)],_0x4a1e62[_0x33961e(0x1bb)]);return _0x4a1e62[_0x33961e(0xfe)](_0x1ea014,_0x17e510);}catch(_0x37c079){logger['debug'](_0x33961e(0x1e6)+_0x37c079);}return![];};const isLegacyHeadlessArg=_0x2b1928=>typeof _0x2b1928===a133_0x10225b(0x222)&&(_0x2b1928===a133_0x10225b(0x17b)||_0x2b1928[a133_0x10225b(0x238)](a133_0x10225b(0x1f6))&&_0x2b1928!=='--headless=new');function a133_0x49b1(_0x56fca6,_0x56ce77){const _0xe0b494=a133_0xe0b4();return a133_0x49b1=function(_0x49b16f,_0x4cb6d9){_0x49b16f=_0x49b16f-0xf8;let _0xc060d9=_0xe0b494[_0x49b16f];return _0xc060d9;},a133_0x49b1(_0x56fca6,_0x56ce77);}exports['hasLegacyHeadlessArg']=_0x1d2367=>{const _0x11cbeb=a133_0x10225b,_0x138d39={};_0x138d39[_0x11cbeb(0x188)]='selenium-webdriver/chrome.js',_0x138d39[_0x11cbeb(0x1cd)]=_0x11cbeb(0x1d3),_0x138d39[_0x11cbeb(0x1b0)]=function(_0x4d8597,_0x56f661){return _0x4d8597===_0x56f661;},_0x138d39[_0x11cbeb(0x248)]=_0x11cbeb(0x141),_0x138d39[_0x11cbeb(0x221)]=_0x11cbeb(0x21a),_0x138d39[_0x11cbeb(0x185)]=_0x11cbeb(0x1e0),_0x138d39['Qqmvy']='chromeOptions',_0x138d39[_0x11cbeb(0x1f1)]=_0x11cbeb(0x21d);const _0x382283=_0x138d39;try{let _0x283374;try{_0x283374=bsSetupHelper[_0x11cbeb(0x20c)](_0x382283[_0x11cbeb(0x188)],_0x382283['FAejX']);}catch(_0x3de5b8){return![];}const _0x5255a0=new _0x283374['Options'](_0x1d2367['chromeOptions_']),_0x122cc0=_0x5255a0['options_']&&_0x5255a0[_0x11cbeb(0x1e4)][_0x11cbeb(0x21d)]||_0x382283[_0x11cbeb(0x1b0)](typeof _0x5255a0[_0x11cbeb(0x144)],_0x382283[_0x11cbeb(0x248)])&&_0x5255a0[_0x11cbeb(0x144)](_0x382283[_0x11cbeb(0x221)])&&_0x5255a0['get'](_0x382283[_0x11cbeb(0x221)])[_0x11cbeb(0x21d)]||bsSetupHelper[_0x11cbeb(0x24e)](_0x1d2367[_0x11cbeb(0x121)],[_0x382283['qDMKr'],_0x382283[_0x11cbeb(0x165)],_0x382283['AjaAE']])||bsSetupHelper['nestedKeyValue'](_0x1d2367['capabilities_'],[_0x382283[_0x11cbeb(0x165)],_0x382283[_0x11cbeb(0x1f1)]])||[];if((Array[_0x11cbeb(0x106)](_0x122cc0)?_0x122cc0:[])[_0x11cbeb(0x17a)](isLegacyHeadlessArg))return!![];const _0x2fcea6=_0x1d2367[_0x11cbeb(0x121)]||{},_0x502949=bsSetupHelper[_0x11cbeb(0x24e)](_0x2fcea6,[_0x382283[_0x11cbeb(0x221)]])||{},_0x464d09=bsSetupHelper[_0x11cbeb(0x24e)](_0x502949,[_0x382283['AjaAE']])||[];return(Array['isArray'](_0x464d09)?_0x464d09:[])[_0x11cbeb(0x17a)](isLegacyHeadlessArg);}catch(_0x5cff62){return logger[_0x11cbeb(0x207)](_0x11cbeb(0x180)+util['format'](_0x5cff62)),![];}},exports['nonBstackPlatformValidation']=(_0x22e7fb,_0x53c719)=>{const _0x1e58a0=a133_0x10225b,_0x22b3d4={'sSLTj':_0x1e58a0(0x1c0),'hhBbF':function(_0x5d27c2,_0x3d99f9){return _0x5d27c2(_0x3d99f9);},'vGeDe':_0x1e58a0(0x18b),'tKYew':_0x1e58a0(0x1df),'iFpiB':_0x1e58a0(0x1e0),'gZsWV':_0x1e58a0(0x22d),'YdIWz':_0x1e58a0(0x1c2),'YTkNG':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','onjDp':_0x1e58a0(0x1f2),'PhKxc':function(_0x6aee74,_0x24c004){return _0x6aee74===_0x24c004;},'yiQVe':_0x1e58a0(0x23b),'hwXNR':function(_0x3a088d,_0x4c886a){return _0x3a088d>=_0x4c886a;}},_0x57d2e4=_0x22e7fb['get'](_0x22b3d4['sSLTj']),_0x3019d4=_0x22b3d4['hhBbF'](parseFloat,_0x22e7fb['get'](_0x22b3d4['vGeDe']))||_0x22b3d4[_0x1e58a0(0x13f)](parseFloat,_0x22e7fb['get'](_0x22b3d4[_0x1e58a0(0x148)])),_0xedff71=_0x22e7fb[_0x1e58a0(0x144)](_0x22b3d4[_0x1e58a0(0x1a7)])||{},_0x462172=_0x22b3d4[_0x1e58a0(0x13f)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x165d72=_0xedff71[_0x22b3d4[_0x1e58a0(0x168)]]||_0x22e7fb[_0x1e58a0(0x144)](_0x22b3d4[_0x1e58a0(0x1da)])||![];if(_0x165d72)return logger[_0x1e58a0(0x14c)](_0x22b3d4[_0x1e58a0(0x16e)]),![];if(exports[_0x1e58a0(0x1d7)](_0x53c719))return logger['warn'](_0x22b3d4[_0x1e58a0(0x233)]),![];if(_0x22b3d4[_0x1e58a0(0x13b)](_0x57d2e4[_0x1e58a0(0x235)](),_0x22b3d4[_0x1e58a0(0x17c)])&&_0x22b3d4[_0x1e58a0(0x210)](_0x3019d4,_0x462172))return!![];return logger[_0x1e58a0(0x14c)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20'+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x80adb8,_0x2b9962)=>{const _0x5ad887=a133_0x10225b,_0x2cafa7={};_0x2cafa7[_0x5ad887(0x1a1)]=function(_0xce278a,_0x48d34a){return _0xce278a!==_0x48d34a;},_0x2cafa7['fYzRa']=_0x5ad887(0x222),_0x2cafa7[_0x5ad887(0x1aa)]=function(_0x27f4d6,_0x1a8270){return _0x27f4d6===_0x1a8270;},_0x2cafa7['TFFGv']=_0x5ad887(0x150),_0x2cafa7['Mjffr']=function(_0x521453,_0x484538){return _0x521453===_0x484538;};const _0xbd2cb7=_0x2cafa7,_0x1e9638=_0x80adb8&&_0xbd2cb7['oiiPA'](typeof _0x80adb8,_0xbd2cb7[_0x5ad887(0x245)])?_0x80adb8:{},_0x537fa8=_0x2b9962&&_0xbd2cb7[_0x5ad887(0x18a)](typeof _0x2b9962,_0xbd2cb7[_0x5ad887(0x245)])?_0x2b9962:{},_0xf3a4c8=Object[_0x5ad887(0x19a)]({},_0x1e9638,_0x537fa8);return Object['keys'](_0x537fa8)[_0x5ad887(0x12e)](_0x5d9fdd=>{const _0x58138f=_0x5ad887;if(Array['isArray'](_0x537fa8[_0x5d9fdd])||Array[_0x58138f(0x106)](_0x1e9638[_0x5d9fdd])){const _0x1df3d5=Array[_0x58138f(0x106)](_0x1e9638[_0x5d9fdd])?_0x1e9638[_0x5d9fdd]:[],_0x22c801=Array[_0x58138f(0x106)](_0x537fa8[_0x5d9fdd])?_0x537fa8[_0x5d9fdd]:[],_0x9a435f=new Set();_0xf3a4c8[_0x5d9fdd]=_0x1df3d5[_0x58138f(0x1f0)](_0x22c801)[_0x58138f(0x13e)](_0x1f8811=>{const _0x43c887=_0x58138f;if(_0xbd2cb7['FFNny'](typeof _0x1f8811,_0xbd2cb7['fYzRa']))return!![];if(_0x9a435f[_0x43c887(0x1ce)](_0x1f8811))return![];return _0x9a435f[_0x43c887(0xf9)](_0x1f8811),!![];});}}),_0xf3a4c8;};exports[a133_0x10225b(0xf8)]=(_0x27c019,_0x45fee3)=>{const _0x4a91d6=a133_0x10225b,_0x4a174b={'HeGMv':function(_0x5f06ae,_0x5b51f1){return _0x5f06ae!==_0x5b51f1;},'hwJYq':'function','nKGRF':_0x4a91d6(0x21a),'Yijjr':function(_0x57fcfb,_0x121bbf,_0x44a33a){return _0x57fcfb(_0x121bbf,_0x44a33a);},'qMiGX':function(_0x12de5c,_0x47000d){return _0x12de5c||_0x47000d;},'SsWbw':function(_0x3a31fd,_0x5c2504){return _0x3a31fd+_0x5c2504;},'nBWCT':_0x4a91d6(0x204)};try{const _0x23189a=_0x27c019&&_0x27c019[_0x4a91d6(0x15e)];if(!_0x23189a||_0x4a174b['HeGMv'](typeof _0x23189a[_0x4a91d6(0x144)],_0x4a174b[_0x4a91d6(0x111)])||_0x4a174b[_0x4a91d6(0x1c4)](typeof _0x23189a[_0x4a91d6(0x213)],_0x4a174b[_0x4a91d6(0x111)]))return;const _0x3ea305=_0x23189a[_0x4a91d6(0x1a2)]||_0x4a174b[_0x4a91d6(0x1b9)],_0x5a8865=_0x23189a[_0x4a91d6(0x144)](_0x3ea305)||{},_0x537e38=_0x4a174b['Yijjr'](mergeChromeOptionsPreservingArrays,_0x5a8865,_0x4a174b['qMiGX'](_0x45fee3,{}));_0x23189a[_0x4a91d6(0x213)](_0x3ea305,_0x537e38);}catch(_0x54084c){logger['debug'](_0x4a174b['SsWbw'](_0x4a174b[_0x4a91d6(0x1ba)],util['format'](_0x54084c)));}},exports[a133_0x10225b(0x112)]=(_0x2a9fee,_0x45ab21=!![])=>{const _0x1a37b5=a133_0x10225b,_0x3d2593={'ynsuP':function(_0x597ec5,_0x1588dd){return _0x597ec5===_0x1588dd;},'YmUQQ':_0x1a37b5(0x130),'CTlhD':_0x1a37b5(0x21a),'fJUMm':function(_0x2b846a,_0x5f282e,_0x557780){return _0x2b846a(_0x5f282e,_0x557780);},'tTQPM':function(_0x32da1d,_0x47e805){return _0x32da1d||_0x47e805;},'okXnS':_0x1a37b5(0x129)},_0x30846c=scripts[_0x1a37b5(0x156)];try{const _0x1611d7=bsSetupHelper['isTrue'](process['env'][_0x1a37b5(0x20e)])||bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']);if((!bsSetupHelper[_0x1a37b5(0x175)]()||process['env']['BROWSERSTACK_TURBOSCALE'])&&_0x1611d7){const _0x313937=_0x2a9fee['getCapabilities'](),_0x1fd0e0=_0x3d2593[_0x1a37b5(0x11f)](_0x45ab21,![])?_0x3d2593[_0x1a37b5(0x172)]:_0x3d2593[_0x1a37b5(0xfc)],_0x22f819=_0x313937[_0x1a37b5(0x144)](_0x1fd0e0)||_0x313937[_0x1a37b5(0x144)](_0x3d2593[_0x1a37b5(0xfc)])||{},_0x3ef22c=_0x3d2593['fJUMm'](mergeChromeOptionsPreservingArrays,_0x22f819,_0x3d2593[_0x1a37b5(0x1de)](_0x30846c,{}));_0x313937['set'](_0x1fd0e0,_0x3ef22c),exports[_0x1a37b5(0xf8)](_0x2a9fee,_0x3ef22c);}else logger[_0x1a37b5(0x14c)](_0x3d2593[_0x1a37b5(0x13c)]);}catch(_0x504f3f){logger[_0x1a37b5(0x241)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x504f3f);}},exports[a133_0x10225b(0x15b)]=_0x3fbed3=>{const _0x3e3ea4=a133_0x10225b,_0x3799ac={};_0x3799ac[_0x3e3ea4(0x153)]=function(_0x2647d8,_0xbc1d1){return _0x2647d8||_0xbc1d1;},_0x3799ac[_0x3e3ea4(0x176)]=_0x3e3ea4(0x21a);const _0x21abfc=_0x3799ac;_0x3fbed3=_0x21abfc[_0x3e3ea4(0x153)](_0x3fbed3,{});const _0x26ac0c=scripts['ChromeExtension'];try{const _0x5a17d0=bsSetupHelper[_0x3e3ea4(0x1e3)](process[_0x3e3ea4(0x212)][_0x3e3ea4(0x20e)])||bsSetupHelper[_0x3e3ea4(0x1e3)](process[_0x3e3ea4(0x212)][_0x3e3ea4(0x1d5)]);if((!bsSetupHelper[_0x3e3ea4(0x175)]()||process[_0x3e3ea4(0x212)][_0x3e3ea4(0x1bc)])&&_0x5a17d0){const _0x3d48e4=_0x3fbed3[_0x21abfc[_0x3e3ea4(0x176)]]||{};bsSetupHelper[_0x3e3ea4(0x22e)](_0x3d48e4,_0x26ac0c),_0x3fbed3[_0x21abfc[_0x3e3ea4(0x176)]]=_0x3d48e4;}}catch(_0x633b63){logger[_0x3e3ea4(0x241)](_0x3e3ea4(0x1db)+_0x633b63);}return _0x3fbed3;},exports[a133_0x10225b(0x178)]=(_0x56ed7b=null,_0x1dbba4=!![],_0x140a8=[])=>{const _0x937bac=a133_0x10225b,_0x3f3f0d={};_0x3f3f0d[_0x937bac(0x1e9)]=function(_0x381ec3,_0x162310){return _0x381ec3==_0x162310;},_0x3f3f0d[_0x937bac(0x11b)]=function(_0x46ebe6,_0xc339e3){return _0x46ebe6>_0xc339e3;},_0x3f3f0d[_0x937bac(0xfd)]=function(_0x33d8cb,_0x46320f){return _0x33d8cb===_0x46320f;},_0x3f3f0d[_0x937bac(0x182)]=function(_0x8368fe,_0x4782c5){return _0x8368fe&&_0x4782c5;},_0x3f3f0d[_0x937bac(0x217)]=function(_0x54a7bc,_0x29ea77){return _0x54a7bc&&_0x29ea77;};const _0x461991=_0x3f3f0d;if(_0x461991['LsxdL'](process[_0x937bac(0x212)][_0x937bac(0x11a)],null))return!![];try{const _0x4473d5=JSON[_0x937bac(0x1f3)](process[_0x937bac(0x212)][_0x937bac(0x11a)]),_0x22d868=Array['isArray'](_0x4473d5['includeTagsInTestingScope'])?_0x4473d5['includeTagsInTestingScope']:[],_0x56f328=Array['isArray'](_0x4473d5[_0x937bac(0x1d2)])?_0x4473d5[_0x937bac(0x1d2)]:[],_0x4f6c83=_0x3dd008=>typeof _0x3dd008===_0x937bac(0x222)?_0x3dd008['replace'](/^@/,'')[_0x937bac(0x235)]()[_0x937bac(0x23d)]():_0x3dd008;if(bsSetupHelper[_0x937bac(0x13d)](_0x56ed7b)){if(_0x461991[_0x937bac(0x11b)](_0x140a8[_0x937bac(0x10a)],0x0)){const _0x1157b2=_0x140a8['map'](_0x4f6c83),_0x32dca4=_0x56f328[_0x937bac(0x17a)](_0xe4689=>_0x1157b2[_0x937bac(0x231)](_0x4f6c83(_0xe4689))),_0x1fcd2f=_0x461991[_0x937bac(0xfd)](_0x22d868[_0x937bac(0x10a)],0x0)||_0x22d868[_0x937bac(0x17a)](_0x1add5f=>_0x1157b2[_0x937bac(0x231)](_0x4f6c83(_0x1add5f)));return _0x461991['rhdoS'](!_0x32dca4,_0x1fcd2f);}return!![];}let _0x3e5dcf;_0x1dbba4?_0x3e5dcf=_0x56ed7b[_0x937bac(0x149)]('/'):_0x3e5dcf=_0x56ed7b;const _0x498779=_0x56f328['some'](_0x17456b=>_0x3e5dcf[_0x937bac(0x235)]()[_0x937bac(0x231)](_0x4f6c83(_0x17456b)[_0x937bac(0x235)]())),_0x36ec5f=_0x461991[_0x937bac(0xfd)](_0x22d868['length'],0x0)||_0x22d868[_0x937bac(0x17a)](_0x581384=>_0x3e5dcf['toLowerCase']()[_0x937bac(0x231)](_0x4f6c83(_0x581384)[_0x937bac(0x235)]()));return _0x461991[_0x937bac(0x217)](!_0x498779,_0x36ec5f);}catch(_0x1af25a){logger['debug'](_0x937bac(0x160)+util[_0x937bac(0x10c)](_0x1af25a));}return![];},exports[a133_0x10225b(0x200)]=_0x50933a=>{const _0x1b601e=a133_0x10225b;let _0x6d6966=![];try{_0x50933a[_0x1b601e(0x24d)][_0x1b601e(0x12e)](_0x456ca4=>{const _0x5995bb=_0x1b601e;if(bsSetupHelper[_0x5995bb(0x1e3)](_0x456ca4[_0x5995bb(0x114)]))return _0x6d6966=!![],!![];});}catch(_0x3f681e){logger[_0x1b601e(0x207)](_0x1b601e(0x16a)+_0x3f681e);}return _0x6d6966||bsSetupHelper['isTrue'](_0x50933a[_0x1b601e(0x114)]);},exports[a133_0x10225b(0x161)]=PerformanceTester['measureWrapper'](a133_0x10225b(0x249),async function(_0x1af27d,_0x46b9f6){const _0x16fab4=a133_0x10225b,_0x39cd3c={};_0x39cd3c['ASHnO']=_0x16fab4(0x10e),_0x39cd3c['WEFlz']=_0x16fab4(0x142),_0x39cd3c['DBtKB']=_0x16fab4(0x206),_0x39cd3c['uapVZ']=_0x16fab4(0x20d),_0x39cd3c[_0x16fab4(0x19e)]=_0x16fab4(0x1bf),_0x39cd3c[_0x16fab4(0x18d)]=_0x16fab4(0x191),_0x39cd3c['qHsPO']=function(_0x32d424,_0x120169){return _0x32d424===_0x120169;},_0x39cd3c['zvLmq']='Invalid\x20configuration\x20passed.',_0x39cd3c[_0x16fab4(0x19f)]=_0x16fab4(0x101);const _0x24a79b=_0x39cd3c,_0x42fe33=bsSetupHelper[_0x16fab4(0x157)](_0x1af27d),_0x168a64=bsSetupHelper['getAccessKey'](_0x1af27d);if(bsSetupHelper['isUndefined'](_0x42fe33)||bsSetupHelper['isUndefined'](_0x168a64))return logger[_0x16fab4(0x241)](_0x24a79b[_0x16fab4(0x184)]),[null,null];try{let _0x542dec;bsSetupHelper[_0x16fab4(0x13d)](process[_0x16fab4(0x212)][_0x16fab4(0x11a)])?_0x542dec={}:_0x542dec=JSON[_0x16fab4(0x1f3)](process[_0x16fab4(0x212)][_0x16fab4(0x11a)]);const {name:_0x43e9c2,version:_0x44b3af}=bsSetupHelper[_0x16fab4(0x220)](_0x1af27d,_0x46b9f6),_0x3b045c={'projectName':_0x1af27d[_0x16fab4(0x12c)],'buildName':_0x1af27d[_0x16fab4(0x152)]||path[_0x16fab4(0x1fa)](path[_0x16fab4(0x113)](process[_0x16fab4(0x11c)]())),'startTime':new Date()[_0x16fab4(0x1d0)](),'description':_0x1af27d[_0x16fab4(0x198)]||'','source':{'frameworkName':_0x46b9f6[_0x16fab4(0x231)](_0x24a79b[_0x16fab4(0x151)])?_0x24a79b[_0x16fab4(0x151)]:_0x46b9f6,'frameworkVersion':bsSetupHelper[_0x16fab4(0x1c3)](_0x46b9f6),'sdkVersion':bsSetupHelper[_0x16fab4(0x1a0)](),'language':_0x24a79b['DBtKB'],'testFramework':_0x43e9c2,'testFrameworkVersion':_0x44b3af},'settings':_0x542dec,'versionControl':await bsSetupHelper[_0x16fab4(0x226)](),'ciInfo':bsSetupHelper[_0x16fab4(0x15d)](),'hostInfo':bsSetupHelper[_0x16fab4(0x14a)](),'browserstackAutomation':bsSetupHelper[_0x16fab4(0x175)]()},_0x17f69f={};_0x17f69f[_0x16fab4(0x139)]=_0x42fe33,_0x17f69f[_0x16fab4(0x1b5)]=_0x168a64;const _0x54d4f1={};_0x54d4f1[_0x16fab4(0x1dd)]=_0x24a79b[_0x16fab4(0x23a)];const _0x4da71c={};_0x4da71c[_0x16fab4(0x218)]=_0x17f69f,_0x4da71c['headers']=_0x54d4f1;const _0x34593f=_0x4da71c,_0x672fa7={};_0x672fa7[_0x16fab4(0x11d)]=_0x3b045c,_0x672fa7[_0x16fab4(0x1a6)]=!![];const _0x4a350b=Object[_0x16fab4(0x19a)](_0x34593f,_0x672fa7),_0x473a33=await bsSetupHelper['nodeRequest'](_0x24a79b[_0x16fab4(0x19e)],_0x24a79b['GplFi'],_0x4a350b,_0x1af27d,API_URL);let _0x5d628c=process['env'][_0x16fab4(0x11a)];return _0x5d628c?_0x5d628c=JSON[_0x16fab4(0x1f3)](process[_0x16fab4(0x212)][_0x16fab4(0x11a)]):_0x5d628c={},scripts['parseFromJson'](_0x473a33[_0x16fab4(0x117)][_0x16fab4(0x117)]),scripts[_0x16fab4(0x21e)](),_0x5d628c[_0x16fab4(0x1d8)]=_0x473a33['data'][_0x16fab4(0x117)][_0x16fab4(0x1d8)],process[_0x16fab4(0x212)][_0x16fab4(0x11a)]=JSON[_0x16fab4(0x115)](_0x5d628c),[_0x473a33[_0x16fab4(0x117)][_0x16fab4(0x117)][_0x16fab4(0x203)],_0x473a33[_0x16fab4(0x117)][_0x16fab4(0x117)]['id']];}catch(_0x52f836){if(_0x52f836[_0x16fab4(0x1ca)])logger[_0x16fab4(0x241)](_0x16fab4(0x14f)+_0x52f836[_0x16fab4(0x1ca)][_0x16fab4(0x1f7)]+'\x20'+_0x52f836[_0x16fab4(0x1ca)][_0x16fab4(0x23f)]+'\x20'+JSON[_0x16fab4(0x115)](_0x52f836[_0x16fab4(0x1ca)][_0x16fab4(0x117)]));else{if(_0x24a79b['qHsPO'](_0x52f836['message'],_0x24a79b[_0x16fab4(0x1f8)])){logger[_0x16fab4(0x241)](_0x16fab4(0x14f)+(_0x52f836[_0x16fab4(0x166)]||_0x52f836[_0x16fab4(0x171)]));for(const _0x306b10 of _0x52f836[_0x16fab4(0x22b)]){logger['error'](_0x306b10[_0x16fab4(0x166)]);}process[_0x16fab4(0x212)][_0x16fab4(0x20e)]=_0x24a79b[_0x16fab4(0x19f)],process['env'][_0x16fab4(0x1d5)]=_0x24a79b[_0x16fab4(0x19f)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x52f836['message']||_0x52f836['stack']));}return[null,null];}}),exports[a133_0x10225b(0x1c9)]=PerformanceTester[a133_0x10225b(0x20a)](a133_0x10225b(0x169),async function(_0x1e4033){const _0x40f861=a133_0x10225b,_0x46bbb9={};_0x46bbb9[_0x40f861(0x118)]=function(_0x35cd17,_0x8e82b6){return _0x35cd17!==_0x8e82b6;},_0x46bbb9[_0x40f861(0x19c)]='string',_0x46bbb9[_0x40f861(0x1c8)]=_0x40f861(0x241),_0x46bbb9[_0x40f861(0x193)]=_0x40f861(0x23e),_0x46bbb9['mzMrN']='application/json',_0x46bbb9[_0x40f861(0x12b)]='PUT',_0x46bbb9[_0x40f861(0x138)]=_0x40f861(0x187),_0x46bbb9[_0x40f861(0x1ab)]=function(_0xfc5425,_0x1fcee5){return _0xfc5425+_0x1fcee5;},_0x46bbb9['wNplz']=_0x40f861(0x1fc),_0x46bbb9[_0x40f861(0x1ed)]=_0x40f861(0x201);const _0x51509f=_0x46bbb9;if(bsSetupHelper[_0x40f861(0x13d)](process[_0x40f861(0x212)]['BS_A11Y_JWT'])||_0x51509f[_0x40f861(0x118)](typeof process['env'][_0x40f861(0x15f)],_0x51509f[_0x40f861(0x19c)])){const _0x5b1a8a={};return _0x5b1a8a[_0x40f861(0x1f7)]=_0x51509f[_0x40f861(0x1c8)],_0x5b1a8a[_0x40f861(0x166)]=_0x51509f[_0x40f861(0x193)],_0x5b1a8a;}const _0x107875={'endTime':new Date()['toISOString']()},_0x946b1c={};_0x946b1c['Authorization']='Bearer\x20'+process[_0x40f861(0x212)]['BS_A11Y_JWT'],_0x946b1c[_0x40f861(0x1dd)]=_0x51509f[_0x40f861(0x1c6)];const _0x32f94b={};_0x32f94b[_0x40f861(0x1ad)]=_0x946b1c;const _0x2576f7=_0x32f94b,_0x34f6d2={};_0x34f6d2[_0x40f861(0x11d)]=_0x107875,_0x34f6d2[_0x40f861(0x218)]=null,_0x34f6d2[_0x40f861(0x1a6)]=!![];const _0x3c3bd9=Object['assign'](_0x2576f7,_0x34f6d2);try{const _0x414358=await bsSetupHelper['nodeRequest'](_0x51509f[_0x40f861(0x12b)],_0x51509f[_0x40f861(0x138)],_0x3c3bd9,_0x1e4033,API_URL);if(_0x414358[_0x40f861(0x117)][_0x40f861(0x241)])throw new Error(_0x51509f[_0x40f861(0x1ab)](_0x51509f[_0x40f861(0x196)],_0x414358[_0x40f861(0x117)][_0x40f861(0x241)]));else{logger[_0x40f861(0x1e1)](_0x40f861(0x214)+new Date()[_0x40f861(0x1d0)]());const _0x29298d={};return _0x29298d['status']=_0x51509f[_0x40f861(0x1ed)],_0x29298d[_0x40f861(0x166)]='',_0x29298d;}}catch(_0x154078){_0x154078[_0x40f861(0x1ca)]?logger[_0x40f861(0x241)](_0x40f861(0x18e)+_0x154078[_0x40f861(0x1ca)][_0x40f861(0x1f7)]+'\x20'+_0x154078[_0x40f861(0x1ca)]['statusText']+'\x20'+JSON['stringify'](_0x154078[_0x40f861(0x1ca)][_0x40f861(0x117)])):logger[_0x40f861(0x241)](_0x40f861(0x18e)+(_0x154078[_0x40f861(0x166)]||util[_0x40f861(0x10c)](_0x154078)));const _0x557791={};return _0x557791[_0x40f861(0x1f7)]=_0x51509f[_0x40f861(0x1c8)],_0x557791[_0x40f861(0x166)]=_0x154078[_0x40f861(0x166)]||(_0x154078[_0x40f861(0x1ca)]?_0x154078['response'][_0x40f861(0x1f7)]+':'+_0x154078['response'][_0x40f861(0x23f)]:_0x154078),_0x557791;}}),exports[a133_0x10225b(0x1ec)]=async(_0x47b77d,_0x4b1dd5)=>{const _0x3422c8=a133_0x10225b,_0x265342={'vsfcj':_0x3422c8(0x1be),'hpehb':function(_0x2e8df6,_0x100308){return _0x2e8df6===_0x100308;},'IdMbS':_0x3422c8(0x141),'ENYVh':function(_0x10aa5f,_0x37750f){return _0x10aa5f!==_0x37750f;},'REAOR':function(_0x5f5a81,_0x41eef6){return _0x5f5a81(_0x41eef6);},'HayVd':_0x3422c8(0x126),'PdCzh':_0x3422c8(0x1d9),'IRVNT':_0x3422c8(0x110),'otiXS':function(_0x431434,_0x315f25){return _0x431434===_0x315f25;},'IVAYh':_0x3422c8(0x195),'enKMe':_0x3422c8(0x1e1),'VeNpO':_0x3422c8(0x223)};try{if(!_0x47b77d){logger[_0x3422c8(0x207)](_0x265342[_0x3422c8(0x1b7)]);return;}const _0x5717e2=_0x265342[_0x3422c8(0x24a)](typeof _0x47b77d['evaluate'],_0x265342[_0x3422c8(0x20f)])&&_0x265342[_0x3422c8(0x1c5)](typeof _0x47b77d[_0x3422c8(0x12d)],_0x265342[_0x3422c8(0x20f)]),_0x48f68a=_0x5717e2?_0x265342[_0x3422c8(0x199)](Boolean,global[_0x3422c8(0x1fd)]):this[_0x3422c8(0x174)]()&&globals['getGlobal'](_0x265342[_0x3422c8(0x1a3)]);if(!_0x48f68a){logger['debug']('setA11yAnnotation:\x20not\x20an\x20active\x20a11y\x20session\x20(playwright='+_0x5717e2+_0x3422c8(0x17f));return;}if(!bsSetupHelper[_0x3422c8(0x175)]()||bsSetupHelper['isTrue'](process[_0x3422c8(0x212)][_0x3422c8(0x1bc)])){logger[_0x3422c8(0x207)](_0x3422c8(0x21c)+bsSetupHelper['isBrowserstackInfra']()+_0x3422c8(0x236)+bsSetupHelper[_0x3422c8(0x1e3)](process[_0x3422c8(0x212)][_0x3422c8(0x1bc)]));return;}const _0x575b58=_0x265342[_0x3422c8(0x199)](require,_0x265342[_0x3422c8(0x24f)]),_0xad5600=_0x575b58[_0x3422c8(0x1a8)](),_0x3eb486=_0xad5600&&_0xad5600[_0x3422c8(0x22a)]();if(_0x3eb486&&_0x3eb486['isAppAccessibility']){logger['debug'](_0x265342[_0x3422c8(0x205)]);return;}if(_0x265342['otiXS'](typeof _0x47b77d[_0x3422c8(0x12d)],_0x265342[_0x3422c8(0x20f)])){const _0x62b2a3={};_0x62b2a3[_0x3422c8(0x133)]=_0x265342[_0x3422c8(0x1ef)],_0x62b2a3[_0x3422c8(0x1fb)]={},_0x62b2a3[_0x3422c8(0x1fb)][_0x3422c8(0x117)]=_0x4b1dd5,_0x62b2a3[_0x3422c8(0x1fb)][_0x3422c8(0x219)]=_0x265342['enKMe'],await _0x47b77d['executeScript']('browserstack_executor:\x20'+JSON[_0x3422c8(0x115)](_0x62b2a3));}else{if(_0x265342['hpehb'](typeof _0x47b77d['evaluate'],_0x265342[_0x3422c8(0x20f)]))await bsSetupHelper[_0x3422c8(0x128)](_0x47b77d,_0x4b1dd5,_0x265342[_0x3422c8(0x228)]);else{logger[_0x3422c8(0x207)](_0x265342[_0x3422c8(0x1c7)]);return;}}logger[_0x3422c8(0x207)]('setA11yAnnotation:\x20annotated\x20session\x20with\x20\x22'+_0x4b1dd5+'\x22');}catch(_0x24864c){logger[_0x3422c8(0x207)](_0x3422c8(0x103)+util['format'](_0x24864c));}},exports[a133_0x10225b(0x132)]=async(_0x426deb,_0x326888=null,_0x18d50a=![],_0x1bbc17=null)=>{const _0x290d01=a133_0x10225b,_0x2d6f12={};_0x2d6f12[_0x290d01(0x122)]=_0x290d01(0x126),_0x2d6f12[_0x290d01(0x240)]='bstackA11yShouldScan',_0x2d6f12[_0x290d01(0x244)]=_0x290d01(0x14b),_0x2d6f12['CvNAP']=function(_0x7a52d6,_0x3c685b){return _0x7a52d6||_0x3c685b;},_0x2d6f12[_0x290d01(0x1fe)]=_0x290d01(0x159),_0x2d6f12[_0x290d01(0x1b8)]='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x37eaa4=_0x2d6f12;if(!this[_0x290d01(0x174)]()||!globals[_0x290d01(0x247)](_0x37eaa4[_0x290d01(0x122)])||!_0x18d50a&&!globals['getGlobal'](_0x37eaa4['JqNUa'])){logger[_0x290d01(0x14c)](_0x37eaa4[_0x290d01(0x244)]);return;}const _0x433993=_0x18d50a?_0x37eaa4[_0x290d01(0x177)](_0x1bbc17,{}):globals[_0x290d01(0x247)](_0x37eaa4[_0x290d01(0x1fe)])||{},_0x573b76={};_0x573b76[_0x290d01(0x190)]=_0x18d50a?MANUAL_SCAN_METHOD:_0x326888||global[_0x290d01(0x145)];const _0xa9e92a=Object[_0x290d01(0x19a)]({},_0x433993,_0x573b76);await this[_0x290d01(0x158)](_0x426deb)&&(Object[_0x290d01(0x19a)](_0xa9e92a,this[_0x290d01(0x21f)](),{'thTestRunUuid':this[_0x290d01(0x10b)]()}),logger['debug'](_0x37eaa4['mflFl']));logger[_0x290d01(0x207)](_0x290d01(0x197)+util[_0x290d01(0x10c)]('%j',_0xa9e92a));const _0x57bca7={};return _0x57bca7[_0x290d01(0x22c)]=_0x326888,await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x290d01(0x242)],async()=>{const _0xe3e292=_0x290d01;try{await _0x426deb[_0xe3e292(0x202)](()=>_0x426deb[_0xe3e292(0x12d)](_0xe3e292(0x14d)),0x1388);}catch(_0x55ab8f){}const _0x44597b=util[_0xe3e292(0x10c)](await _0x426deb['executeAsyncScript'](scripts[_0xe3e292(0x132)],_0xa9e92a));return logger[_0xe3e292(0x207)](_0xe3e292(0x1bd)+_0x44597b),_0x44597b;},_0x57bca7)();},exports[a133_0x10225b(0x209)]=async(_0x25816c,_0x470dcb)=>{const _0x3ceeea=a133_0x10225b,_0x3940de={'CyVUq':_0x3ceeea(0x1f9),'aubSo':'isAccessibilityPlatform','RLJrS':_0x3ceeea(0x12f),'csJou':_0x3ceeea(0x1cf),'fJvXI':function(_0x1431f0,_0x53a443){return _0x1431f0(_0x53a443);},'YyFLU':'../../bin/v2/browserstackCLI','fayfV':_0x3ceeea(0x209),'QqzKu':'No\x20accessibility\x20results\x20were\x20found.'};if(!this[_0x3ceeea(0x174)]()||!globals['getGlobal'](_0x3940de[_0x3ceeea(0x1b3)])||!globals['getGlobal'](_0x3940de[_0x3ceeea(0x20b)]))return logger[_0x3ceeea(0x14c)](_0x3940de[_0x3ceeea(0x230)]),[];try{const _0x4cae6e=_0x3940de[_0x3ceeea(0x227)](require,_0x3940de[_0x3ceeea(0xfa)]),_0x12d817=_0x4cae6e['getInstance'](),_0x2ca121=_0x12d817&&_0x12d817[_0x3ceeea(0x22a)]();if(_0x2ca121&&_0x2ca121['isAppAccessibility']){const _0x2246fa=(await _0x25816c[_0x3ceeea(0x24c)]())[_0x3ceeea(0x1af)]();let _0x555b5c='';try{const _0x5f5b4f=_0x12d817[_0x3ceeea(0x22f)]&&_0x12d817['getTestFramework']();_0x555b5c=_0x5f5b4f&&_0x5f5b4f[_0x3ceeea(0x234)]&&_0x5f5b4f['getCurrentTestUUID']()||'';}catch(_0x4cc161){}return logger['debug']('[App-A11y]\x20getAccessibilityResults:\x20sessionId='+_0x2246fa+_0x3ceeea(0x1e7)+_0x555b5c),await _0x2ca121[_0x3ceeea(0x181)](_0x2246fa,_0x555b5c);}const _0x20216c=await this[_0x3ceeea(0x158)](_0x25816c),_0x4257f6=_0x20216c?Object[_0x3ceeea(0x19a)]({},this[_0x3ceeea(0x21f)](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x20216c&&logger[_0x3ceeea(0x207)](_0x3ceeea(0x1e5)+util[_0x3ceeea(0x10c)]('%j',_0x4257f6)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4f74f3=_0x3ceeea;logger[_0x4f74f3(0x207)](_0x3940de['CyVUq']);const _0x4a2359={};_0x4a2359['method']=_0x470dcb['browserstackSessionName'];const _0x3311e7=Object[_0x4f74f3(0x19a)](_0x4a2359,_0x4257f6);logger[_0x4f74f3(0x207)](util[_0x4f74f3(0x10c)](await _0x25816c[_0x4f74f3(0x186)](scripts[_0x4f74f3(0x132)],_0x3311e7)));},{'command':_0x3940de[_0x3ceeea(0x1a9)]})(),await PerformanceTester[_0x3ceeea(0x20a)](PerformanceA11yEvents[_0x3ceeea(0x104)],async()=>{const _0x547c14=_0x3ceeea,_0x2e3b7e=_0x20216c?await _0x25816c[_0x547c14(0x186)](scripts[_0x547c14(0x216)],_0x4257f6):await _0x25816c[_0x547c14(0x186)](scripts['getResults']);return _0x2e3b7e;})();}catch{return logger[_0x3ceeea(0x241)](_0x3940de['QqzKu']),[];}},exports['getAccessibilityResultsSummary']=async(_0x3fcbfd,_0x16a319)=>{const _0x74a9bc=a133_0x10225b,_0x4feab1={'Njpzd':_0x74a9bc(0x1c1),'aliPR':'isAccessibilityPlatform','XtSUE':_0x74a9bc(0x12f),'IfGyQ':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','nPzxn':function(_0x539dc2,_0x159011){return _0x539dc2(_0x159011);},'znEem':_0x74a9bc(0x1d9),'UfsTz':'getAccessibilityResultsSummary','UzcCY':_0x74a9bc(0xff)};if(!this[_0x74a9bc(0x174)]()||!globals[_0x74a9bc(0x247)](_0x4feab1[_0x74a9bc(0x124)])||!globals['getGlobal'](_0x4feab1[_0x74a9bc(0x1ac)]))return logger[_0x74a9bc(0x14c)](_0x4feab1[_0x74a9bc(0x1ae)]),{};try{const _0x3fb1f7=_0x4feab1[_0x74a9bc(0x232)](require,_0x4feab1[_0x74a9bc(0x1a5)]),_0x4bfebc=_0x3fb1f7[_0x74a9bc(0x1a8)](),_0x40335d=_0x4bfebc&&_0x4bfebc[_0x74a9bc(0x22a)]();if(_0x40335d&&_0x40335d[_0x74a9bc(0x1b1)]){const _0x2e881a=(await _0x3fcbfd[_0x74a9bc(0x24c)]())[_0x74a9bc(0x1af)]();let _0x12ae08='';try{const _0x4278ac=_0x4bfebc[_0x74a9bc(0x22f)]&&_0x4bfebc[_0x74a9bc(0x22f)]();_0x12ae08=_0x4278ac&&_0x4278ac[_0x74a9bc(0x234)]&&_0x4278ac[_0x74a9bc(0x234)]()||'';}catch(_0x5ab285){}return logger[_0x74a9bc(0x207)]('[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId='+_0x2e881a+',\x20testRunId='+_0x12ae08),await _0x40335d['getAppAccessibilityResultsSummary'](_0x2e881a,_0x12ae08);}const _0x1c632b=await this[_0x74a9bc(0x158)](_0x3fcbfd),_0x3f6240=_0x1c632b?Object[_0x74a9bc(0x19a)]({},this[_0x74a9bc(0x21f)](),{'thTestRunUuid':this[_0x74a9bc(0x10b)]()}):{};return _0x1c632b&&logger['debug'](_0x74a9bc(0x237)+util['format']('%j',_0x3f6240)),await PerformanceTester[_0x74a9bc(0x20a)](PerformanceA11yEvents[_0x74a9bc(0x242)],async()=>{const _0x1641c7=_0x74a9bc;logger[_0x1641c7(0x207)](_0x4feab1['Njpzd']);const _0x5c4370={};_0x5c4370[_0x1641c7(0x190)]=_0x16a319[_0x1641c7(0x145)];const _0x7169b0=Object['assign'](_0x5c4370,_0x3f6240);logger[_0x1641c7(0x207)](util[_0x1641c7(0x10c)](await _0x3fcbfd[_0x1641c7(0x186)](scripts[_0x1641c7(0x132)],_0x7169b0)));},{'command':_0x4feab1[_0x74a9bc(0x1f5)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x74a9bc(0x179)],async()=>{const _0x36ac07=_0x74a9bc,_0x41bc35=_0x1c632b?await _0x3fcbfd[_0x36ac07(0x186)](scripts[_0x36ac07(0x108)],_0x3f6240):await _0x3fcbfd[_0x36ac07(0x186)](scripts[_0x36ac07(0x108)]);return _0x41bc35;})();}catch{return logger['error'](_0x4feab1[_0x74a9bc(0x10f)]),{};}},exports['isMobileAccessibilityPlatform']=(_0x260022,_0x325a9d=![])=>{const _0x11db27=a133_0x10225b,_0x3140b4={'ETpgL':function(_0x5bcc57,_0x49a8a9){return _0x5bcc57(_0x49a8a9);},'qcYBg':function(_0x38b286,_0x3e81cd){return _0x38b286(_0x3e81cd);},'pGSZR':_0x11db27(0x17e),'TRwWK':_0x11db27(0x15c),'nVxnt':function(_0x10e713,_0x5a4b4e){return _0x10e713!==_0x5a4b4e;},'XLiZD':_0x11db27(0x154),'AKyMH':function(_0x1399f8,_0x38d9f5){return _0x1399f8(_0x38d9f5);},'XYryZ':function(_0x3bfda9,_0x4c7033){return _0x3bfda9(_0x4c7033);},'PDJKp':_0x11db27(0x1c0),'lvhhG':_0x11db27(0x23b),'WMlLR':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','paMPd':_0x11db27(0x107)};try{if(!_0x260022)return![];const _0x37c577=_0x2d1c73=>typeof _0x260022[_0x11db27(0x144)]===_0x11db27(0x141)?_0x260022['get'](_0x2d1c73):_0x260022[_0x2d1c73],_0x5a6231=_0x3140b4['ETpgL'](String,_0x3140b4[_0x11db27(0x102)](_0x37c577,_0x3140b4[_0x11db27(0x1d1)])||_0x3140b4['ETpgL'](_0x37c577,_0x3140b4['TRwWK'])||'')[_0x11db27(0x235)]();if(_0x3140b4['nVxnt'](_0x5a6231,_0x3140b4['XLiZD']))return![];const _0x67355e=_0x3140b4['AKyMH'](String,_0x3140b4['XYryZ'](_0x37c577,_0x3140b4['PDJKp'])||'')[_0x11db27(0x235)]();if(!_0x67355e['includes'](_0x3140b4['lvhhG']))return _0x325a9d&&logger[_0x11db27(0x14c)](_0x3140b4[_0x11db27(0x21b)]),![];return logger[_0x11db27(0x207)](_0x3140b4[_0x11db27(0x1d4)]),!![];}catch(_0x522fb8){return logger[_0x11db27(0x207)](_0x11db27(0x137)+_0x522fb8),![];}},exports['isMobileAccessibilitySession']=async _0x3fe6fe=>{const _0xe1954a=a133_0x10225b;try{const _0x59c82a=await _0x3fe6fe[_0xe1954a(0x194)]();return exports[_0xe1954a(0x147)](_0x59c82a);}catch(_0x1e9e16){return logger[_0xe1954a(0x207)](_0xe1954a(0x146)+_0x1e9e16),![];}},exports['getMobileA11yCapabilities']=()=>{const _0x194003={};return _0x194003['is_mobile_session']=!![],_0x194003;},exports[a133_0x10225b(0x10b)]=()=>{const _0x23ea15=a133_0x10225b,_0x5eb8ac={};_0x5eb8ac[_0x23ea15(0x19b)]=function(_0x476e2d,_0x2ee65a){return _0x476e2d===_0x2ee65a;},_0x5eb8ac[_0x23ea15(0x211)]=_0x23ea15(0x222),_0x5eb8ac[_0x23ea15(0x1ff)]=function(_0x1d312b,_0x27b26f){return _0x1d312b>_0x27b26f;},_0x5eb8ac[_0x23ea15(0x224)]=_0x23ea15(0x173),_0x5eb8ac[_0x23ea15(0x10d)]=_0x23ea15(0x1cc),_0x5eb8ac[_0x23ea15(0x246)]=function(_0x236b01,_0x391547){return _0x236b01===_0x391547;},_0x5eb8ac[_0x23ea15(0x134)]=_0x23ea15(0x1b4);const _0x3ceaca=_0x5eb8ac,_0x386aa2=global['__workerDetails'],_0x3108c9=_0x386aa2&&_0x386aa2[_0x23ea15(0x16f)],_0x4427cf=_0x3108c9&&_0x3108c9[_0x23ea15(0x19d)];if(_0x3ceaca[_0x23ea15(0x19b)](typeof _0x4427cf,_0x3ceaca[_0x23ea15(0x211)])&&_0x3ceaca['SyKwo'](_0x4427cf[_0x23ea15(0x10a)],0x0))return _0x4427cf;let _0x1f703a;if(!_0x386aa2)_0x1f703a=_0x3ceaca['JZwQQ'];else!_0x3108c9?_0x1f703a=_0x3ceaca['FcuEe']:_0x1f703a=_0x23ea15(0xfb)+Object[_0x23ea15(0x162)](_0x3108c9)[_0x23ea15(0x149)](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x3ceaca['DNemU'](_0x4427cf,undefined)?_0x3ceaca[_0x23ea15(0x134)]:'\x22'+_0x4427cf+'\x22')+'.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.';return logger[_0x23ea15(0x14c)](_0x23ea15(0x18f)+_0x1f703a+_0x23ea15(0x225)),'';},exports[a133_0x10225b(0x16c)]=_0x2c659a=>{const _0x4eb521=a133_0x10225b,_0x6eb9f0={};_0x6eb9f0[_0x4eb521(0x136)]=function(_0x30ce4c,_0x352a8c){return _0x30ce4c===_0x352a8c;},_0x6eb9f0['gBkXH']='string',_0x6eb9f0[_0x4eb521(0x215)]='browserstack_executor';const _0x44c09f=_0x6eb9f0;if(_0x2c659a&&_0x2c659a[_0x4eb521(0x164)]&&_0x44c09f[_0x4eb521(0x136)](typeof _0x2c659a[_0x4eb521(0x164)],_0x44c09f['gBkXH']))return _0x2c659a['script']['includes'](_0x44c09f[_0x4eb521(0x215)]);return![];},exports[a133_0x10225b(0x140)]='Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.',exports['isMobileScanningEnabledForGroup']=()=>process[a133_0x10225b(0x212)][a133_0x10225b(0x16b)]==='true',exports[a133_0x10225b(0x1e8)]=_0x40a77b=>{const _0x5da786=a133_0x10225b,_0x5ab07d={};_0x5ab07d['uCEvG']=function(_0xf5ac2a,_0x519df3){return _0xf5ac2a in _0x519df3;};const _0x4fd306=_0x5ab07d;if(bsSetupHelper[_0x5da786(0x13d)](_0x40a77b))return![];const _0x2e57ef=_0x40a77b[_0x5da786(0x235)]();return _0x4fd306[_0x5da786(0x16d)](_0x2e57ef,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a133_0x10225b(0x15a)]=_0x22af98=>{const _0x3ae243=a133_0x10225b;if(bsSetupHelper['isUndefined'](_0x22af98))return null;const _0x53359a=_0x22af98[_0x3ae243(0x235)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x53359a]||null;},exports[a133_0x10225b(0x239)]=(_0x4dbb09,_0x535906)=>{const _0x19aba9=a133_0x10225b,_0x2162eb=this['getBrowserA11yConfig'](_0x4dbb09);if(!_0x2162eb)return null;if(_0x535906)return _0x2162eb[_0x19aba9(0x170)];return _0x2162eb[_0x19aba9(0x12a)];},exports[a133_0x10225b(0x1dc)]=_0x597774=>{const _0x453473=a133_0x10225b,_0x414de6=this['getBrowserA11yConfig'](_0x597774);return _0x414de6?_0x414de6[_0x453473(0x163)]:_0x597774;},exports['requiresChromeOptionsValidation']=_0x4a50d0=>{const _0x39be25=a133_0x10225b,_0x3d437c=this[_0x39be25(0x15a)](_0x4a50d0);return _0x3d437c?_0x3d437c[_0x39be25(0x23c)]:![];},exports['isVersionSupported']=(_0x4187ba,_0x42a3c7)=>{const _0x31d206=a133_0x10225b,_0xa69acc={'Fyqiq':function(_0x450ccd,_0x334e01){return _0x450ccd(_0x334e01);},'yPeth':function(_0x47a010,_0x5f6495){return _0x47a010(_0x5f6495);},'ZpeSU':function(_0x3ceac8,_0x5b3509){return _0x3ceac8>=_0x5b3509;}};if(bsSetupHelper[_0x31d206(0x13d)](_0x4187ba)||bsSetupHelper[_0x31d206(0x13d)](_0x42a3c7))return![];const _0x44433a=bsSetupHelper[_0x31d206(0x123)](_0xa69acc[_0x31d206(0x1eb)](String,_0x4187ba),_0xa69acc['yPeth'](String,_0x42a3c7));return _0xa69acc['ZpeSU'](_0x44433a,0x0);},exports[a133_0x10225b(0x18c)]=_0x2530ce=>{const _0x55e173=a133_0x10225b,_0x4a674f={};_0x4a674f[_0x55e173(0x119)]=function(_0x3f84c2,_0x3ff02b){return _0x3f84c2!==_0x3ff02b;},_0x4a674f[_0x55e173(0x229)]=_0x55e173(0x222),_0x4a674f[_0x55e173(0x135)]=_0x55e173(0x1cb);const _0x13f5f5=_0x4a674f;if(!_0x2530ce||_0x13f5f5[_0x55e173(0x119)](typeof _0x2530ce,_0x13f5f5[_0x55e173(0x229)]))return null;try{return JSON[_0x55e173(0x1f3)](Buffer[_0x55e173(0x125)](_0x2530ce[_0x55e173(0x208)]('.')[0x1],_0x13f5f5['sQcIw'])[_0x55e173(0x116)]());}catch{return null;}};
1
+ const a133_0x4994ba=a133_0x1505;(function(_0x57aa93,_0x2d863f){const _0x4b0249=a133_0x1505,_0x2b8e29=_0x57aa93();while(!![]){try{const _0x132624=parseInt(_0x4b0249(0x2b0))/0x1*(parseInt(_0x4b0249(0x1c9))/0x2)+parseInt(_0x4b0249(0x216))/0x3+parseInt(_0x4b0249(0x2ad))/0x4+parseInt(_0x4b0249(0x2f7))/0x5*(parseInt(_0x4b0249(0x26c))/0x6)+-parseInt(_0x4b0249(0x1ed))/0x7*(-parseInt(_0x4b0249(0x219))/0x8)+-parseInt(_0x4b0249(0x240))/0x9*(-parseInt(_0x4b0249(0x254))/0xa)+-parseInt(_0x4b0249(0x26d))/0xb;if(_0x132624===_0x2d863f)break;else _0x2b8e29['push'](_0x2b8e29['shift']());}catch(_0x100cf4){_0x2b8e29['push'](_0x2b8e29['shift']());}}}(a133_0x2415,0x4a3c7));const path=require(a133_0x4994ba(0x294)),util=require(a133_0x4994ba(0x2d8)),bsSetupHelper=require(a133_0x4994ba(0x1f5)),logger=require('../logger')[a133_0x4994ba(0x1de)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS,MANUAL_SCAN_METHOD}=require(a133_0x4994ba(0x270)),PerformanceTester=require(a133_0x4994ba(0x1ff)),scripts=require(a133_0x4994ba(0x221)),globals=require(a133_0x4994ba(0x1f1)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a133_0x4994ba(0x251));function a133_0x2415(){const _0x52e56c=['oOxCJ','aPvlc','includeTagsInTestingScope','options_','978478qYuDna','qUNoI','zaBTr','auuMI','ZNZJN','browserName','zJbRY','OMrrM','SOzUV','undefined','message','getAccessKey','setA11yAnnotation','npNEc','MeqKd','min_version_non_browserstack','DzHRD','resolveMobileThTestRunUuid','isUndefined','includes','yrEBJ','winstonLogger','kMcCH','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','csWqa',',\x20testRunId=','isAppAccessibility','false','browserstackSessionName','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','getCiInfo','getGlobal','display_name','\x20The\x20on-device\x20scan\x20will\x20POST\x20to\x20/api/test_cases/save_intermediate_results\x20with\x20an\x20empty\x20th_test_run_uuid\x20and\x20fail\x20validation\x20(HTTP\x20422).\x20Fix\x20the\x20framework\x20setup\x20hook\x20that\x20should\x20pre-populate\x20global.__workerDetails.currentTest.thTestRunUuid.','MOBILE_SCANNING_DISABLED_WARNING','function','3948VeSDEI','zLovu','hasLegacyHeadlessArg','bstack:options','../globals','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','getTestFrameworkDetails','../helper','keys','createAccessibilityTestRun','status','NBpgD','getTestFramework','OUmqo','Content-Type','projectName','OwLxR','../performance/performance-tester','cvLbt','chromeOptions_','requires_chrome_options_check','ZiZBy','arguments','Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','gCMyT','MxQOy','OxVoN','getHostInfo','accessibility','PLIjI','BS_A11Y_JWT','wCcmR','ytiFk','dsSzh','PUT','isMobileAccessibilitySession','nodeRequest','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','executeScript','json','1305567bgyldA','Qdutk','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','3320jUeXnh','gLMLp','../../bin/v2/browserstackCLI','getAppAccessibilityResults','YjXjY','from','user','tyLkw','./scripts','isBrowserstackInfra','fryfi','getMobileA11yCapabilities','add','HvuVE','FFIOV','Authorization','kIPap','getCurrentTestUUID','No\x20accessibility\x20summary\x20was\x20found.','setA11yAnnotation:\x20target\x20exposes\x20no\x20script-execution\x20API,\x20skipping','evaluate','setNonBstackInfraCapabilities','fetchPlatformDetails','global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20[','),\x20skipping','Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20','some','action','toISOString','uXNDu','nestedKeyValue','getGitMetaData','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','getPlatform','debug','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','forEach','Not\x20a\x20Accessibility\x20Session','nnGFk','4113KERGzQ','WAqWX','isVersionSupported','diWQS','jcRqQ','TYKyo','version','errors','chrome','hSIBp','getBrowserDisplayName','hIxQX','getBrowserVersion','thTestRunUuid','error','GET_RESULTS','ChromeExtension','../performance/constants','nrrgQ','JnxwS','2270UbKmSm','ENdLp','requireModule','JDJBo','YQdEG','getResultsSummary','Build\x20creation\x20had\x20failed.','getAccessibilityResults','UBNOG','Performing\x20scan\x20before\x20getting\x20results\x20summary','getAppAccessibilityResultsSummary','SDuWv','BVzvR','HfLln','CvZRF','GfHoT','statusText','__cloud_provider___','setA11yAnnotation:\x20not\x20an\x20active\x20a11y\x20session\x20(playwright=','capabilities_','Options','getResults','isBrowserStackCommandExecutor',']\x20but\x20thTestRunUuid\x20is\x20','198cBuMqw','15128674vBqbDn','browserstack','toLowerCase','./constants','fSRmu','getBrowserName','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','concat','cwd','sEEPy','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','javascript','oDjdO','dBWNj','getCapabilities','basename','isAccessibilityAutomationSession','BROWSERSTACK_TURBOSCALE','Urdgg','YHSKe','jrZdI','android','SWQTD','mergeDeep','feaLf','Vbooz','nGIfi','dZPwg','set','lVJQL','UEhwU','BROWSERSTACK_TEST_ACCESSIBILITY_YML','assign','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','aUZXO','gqBeN','env','CTYyj','stack','path',',\x20turboscale=','wqWqQ','response','parseA11yJwtPayload','pass','format','string','getAccessibilityModule','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','POST','length','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','parseFromJson','CxWFX','YwwAV','iwAuA','isBrowserSupportedForAccessibility','kwHrX','getAgentVersion','isAccessibilityPlatform','args','VCnNF','DmTjZ','FRfaH','1369600SUNdyk','buildDescription','Gvmue','1UoqMWA','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','getInstance','vEHKk','getId','GlHHX','data','goog:chromeOptions','bstackA11yShouldScan','body','buildName','browserstack_executor:\x20','accessibilityPlatform','eKvjG','getUserName','get','AknCy','setA11yAnnotation:\x20annotated\x20session\x20with\x20\x22','getSession','mirrorChromeOptionsIntoBuilder','necBJ','bstackA11yScanOptions','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','playwrightAnnotate','RrvrA','selenium-webdriver/chrome.js','PjHzc','Bearer\x20','TbZFY','KMndX','headers','HNRsS','aXBFS','measureWrapper','Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20','replace','eWjPr','setA11yAnnotation:\x20no\x20target,\x20skipping','Invalid\x20request:\x20','toString','util','browserstack_executor','OCFyD','wait','warn','YiJPT','uAyAS','method','map','trim','scannerVersion','v2/test_runs','QoaYd','bOvaN','iMmrT','zWoxy','UzrBG','platforms','Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20','device','shouldScanTestForAccessibility','isTrue','script','PERFORM_SCAN','application/json','avSeJ','a11y:stop','excludeTagsInTestingScope','RtCCk','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','join','11330buuEAA','GET_RESULTS_SUMMARY','getAccessibilityResultsSummary','browserVersion','setA11yAnnotation:\x20skipping\x20-\x20infra=','KIcud','is_mobile_session','stringify','compareVersions','UfsTT','--headless=new','stopAccessibilityTestRun','toJson','playwright','chromeOptions','[App-A11y]\x20getAccessibilityResults:\x20sessionId=','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','test_runs/stop','Performing\x20scan\x20before\x20getting\x20results','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getMinVersionForBrowser','performScan','isArray','isMobileAccessibilityPlatform','checkAccessibilityPlatformConfig','executeAsyncScript','YSsPu','currentTest','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','parse','min_version_browserstack','split','getPackageVersion','info','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','AVuus','getBrowserA11yConfig','trHBQ','UELHm','wKwVO'];a133_0x2415=function(){return _0x52e56c;};return a133_0x2415();}exports[a133_0x4994ba(0x22f)]=async _0xe2c7c2=>{const _0x5dfd09=a133_0x4994ba,_0x563e8a={};_0x563e8a[_0x5dfd09(0x300)]=function(_0x572299,_0x49a40a){return _0x572299===_0x49a40a;},_0x563e8a[_0x5dfd09(0x1ca)]=_0x5dfd09(0x26e);const _0x59b335=_0x563e8a;let _0x20053e={};try{const _0x3e21e5=await _0xe2c7c2['getCapabilities']();_0x20053e={'os_name':_0x3e21e5[_0x5dfd09(0x23a)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x59b335['UfsTT'](global[_0x5dfd09(0x265)],_0x59b335['qUNoI'])),'browser_name':_0x3e21e5[_0x5dfd09(0x272)](),'browser_version':_0x3e21e5[_0x5dfd09(0x24c)]()};}catch(_0x3a9c8c){logger[_0x5dfd09(0x23b)](_0x5dfd09(0x218)+_0x3a9c8c);}return _0x20053e;},exports[a133_0x4994ba(0x27d)]=()=>{const _0x1b2bbd=a133_0x4994ba,_0x27429c={};_0x27429c[_0x1b2bbd(0x290)]=function(_0x51d8af,_0x24a94f){return _0x51d8af===_0x24a94f;},_0x27429c[_0x1b2bbd(0x2e7)]=_0x1b2bbd(0x29b),_0x27429c[_0x1b2bbd(0x1ee)]=function(_0x24a39a,_0x1ea2e4){return _0x24a39a>_0x1ea2e4;},_0x27429c[_0x1b2bbd(0x203)]=function(_0x42a4a2,_0x181428){return _0x42a4a2!==_0x181428;},_0x27429c[_0x1b2bbd(0x2dd)]='null',_0x27429c[_0x1b2bbd(0x27f)]=function(_0x18327a,_0x3ce24b){return _0x18327a&&_0x3ce24b;};const _0xff1ff8=_0x27429c;try{const _0x251a1f=bsSetupHelper['isTrue'](process[_0x1b2bbd(0x291)][_0x1b2bbd(0x28c)])||bsSetupHelper[_0x1b2bbd(0x2ed)](process[_0x1b2bbd(0x291)][_0x1b2bbd(0x277)]),_0x1c8c80=_0xff1ff8[_0x1b2bbd(0x290)](typeof process['env'][_0x1b2bbd(0x20c)],_0xff1ff8[_0x1b2bbd(0x2e7)])&&_0xff1ff8[_0x1b2bbd(0x1ee)](process[_0x1b2bbd(0x291)][_0x1b2bbd(0x20c)]['length'],0x0)&&_0xff1ff8[_0x1b2bbd(0x203)](process[_0x1b2bbd(0x291)][_0x1b2bbd(0x20c)],_0xff1ff8[_0x1b2bbd(0x2dd)]);return _0xff1ff8[_0x1b2bbd(0x27f)](_0x251a1f,_0x1c8c80);}catch(_0x593fd6){logger[_0x1b2bbd(0x23b)](_0x1b2bbd(0x1f3)+_0x593fd6);}return![];};const isLegacyHeadlessArg=_0x45140b=>typeof _0x45140b===a133_0x4994ba(0x29b)&&(_0x45140b==='--headless'||_0x45140b['startsWith']('--headless=')&&_0x45140b!==a133_0x4994ba(0x301));function a133_0x1505(_0x210b43,_0x515ce1){const _0x24151a=a133_0x2415();return a133_0x1505=function(_0x1505ed,_0x54530c){_0x1505ed=_0x1505ed-0x1bf;let _0x204bf2=_0x24151a[_0x1505ed];return _0x204bf2;},a133_0x1505(_0x210b43,_0x515ce1);}exports[a133_0x4994ba(0x1ef)]=_0x44a6f1=>{const _0x2fe999=a133_0x4994ba,_0x191f35={};_0x191f35[_0x2fe999(0x28a)]=_0x2fe999(0x2c9),_0x191f35['UzrBG']='selenium-webdriver',_0x191f35['ETCcw']=function(_0xf264c0,_0x58cdc6){return _0xf264c0===_0x58cdc6;},_0x191f35[_0x2fe999(0x253)]=_0x2fe999(0x1ec),_0x191f35['KIcud']=_0x2fe999(0x2b7),_0x191f35[_0x2fe999(0x28f)]=_0x2fe999(0x1f0),_0x191f35[_0x2fe999(0x1dd)]=_0x2fe999(0x305),_0x191f35[_0x2fe999(0x220)]=_0x2fe999(0x2a9);const _0x60d3fd=_0x191f35;try{let _0x334729;try{_0x334729=bsSetupHelper[_0x2fe999(0x256)](_0x60d3fd[_0x2fe999(0x28a)],_0x60d3fd[_0x2fe999(0x2e8)]);}catch(_0x23ac1f){return![];}const _0x14143d=new _0x334729[(_0x2fe999(0x268))](_0x44a6f1[_0x2fe999(0x201)]),_0x498603=_0x14143d[_0x2fe999(0x1c8)]&&_0x14143d[_0x2fe999(0x1c8)][_0x2fe999(0x2a9)]||_0x60d3fd['ETCcw'](typeof _0x14143d[_0x2fe999(0x2bf)],_0x60d3fd[_0x2fe999(0x253)])&&_0x14143d[_0x2fe999(0x2bf)](_0x60d3fd[_0x2fe999(0x2fc)])&&_0x14143d[_0x2fe999(0x2bf)](_0x60d3fd[_0x2fe999(0x2fc)])[_0x2fe999(0x2a9)]||bsSetupHelper['nestedKeyValue'](_0x44a6f1[_0x2fe999(0x267)],[_0x60d3fd[_0x2fe999(0x28f)],_0x60d3fd[_0x2fe999(0x1dd)],_0x60d3fd[_0x2fe999(0x220)]])||bsSetupHelper['nestedKeyValue'](_0x44a6f1[_0x2fe999(0x267)],[_0x60d3fd[_0x2fe999(0x1dd)],_0x60d3fd[_0x2fe999(0x220)]])||[];if((Array[_0x2fe999(0x30d)](_0x498603)?_0x498603:[])['some'](isLegacyHeadlessArg))return!![];const _0x3bbf18=_0x44a6f1[_0x2fe999(0x267)]||{},_0x29d6d6=bsSetupHelper['nestedKeyValue'](_0x3bbf18,[_0x60d3fd[_0x2fe999(0x2fc)]])||{},_0x4bc63b=bsSetupHelper[_0x2fe999(0x237)](_0x29d6d6,[_0x60d3fd[_0x2fe999(0x220)]])||[];return(Array[_0x2fe999(0x30d)](_0x4bc63b)?_0x4bc63b:[])[_0x2fe999(0x233)](isLegacyHeadlessArg);}catch(_0xd68b20){return logger['debug'](_0x2fe999(0x232)+util[_0x2fe999(0x29a)](_0xd68b20)),![];}},exports['nonBstackPlatformValidation']=(_0x1101ac,_0x54f045)=>{const _0x3fa032=a133_0x4994ba,_0x169685={'VnIzj':_0x3fa032(0x1ce),'PWGFI':function(_0x381539,_0x89311c){return _0x381539(_0x89311c);},'qXQVp':_0x3fa032(0x2fa),'KiCVg':_0x3fa032(0x246),'FjCxp':_0x3fa032(0x1f0),'kIPap':'deviceName','xARUR':_0x3fa032(0x2eb),'pIgXE':_0x3fa032(0x2b1),'HNRsS':_0x3fa032(0x23c),'dsSzh':function(_0x278371,_0x8a623c){return _0x278371===_0x8a623c;},'RrvrA':_0x3fa032(0x248),'uBAUo':function(_0x55bdd4,_0x4168ed){return _0x55bdd4>=_0x4168ed;}},_0x2eef10=_0x1101ac['get'](_0x169685['VnIzj']),_0x1045a8=_0x169685['PWGFI'](parseFloat,_0x1101ac[_0x3fa032(0x2bf)](_0x169685['qXQVp']))||_0x169685['PWGFI'](parseFloat,_0x1101ac[_0x3fa032(0x2bf)](_0x169685['KiCVg'])),_0x27d7b3=_0x1101ac[_0x3fa032(0x2bf)](_0x169685['FjCxp'])||{},_0x316bc4=_0x169685['PWGFI'](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x405593=_0x27d7b3[_0x169685[_0x3fa032(0x229)]]||_0x1101ac[_0x3fa032(0x2bf)](_0x169685['xARUR'])||![];if(_0x405593)return logger[_0x3fa032(0x2dc)](_0x169685['pIgXE']),![];if(exports[_0x3fa032(0x1ef)](_0x54f045))return logger[_0x3fa032(0x2dc)](_0x169685[_0x3fa032(0x2cf)]),![];if(_0x169685[_0x3fa032(0x20f)](_0x2eef10[_0x3fa032(0x26f)](),_0x169685[_0x3fa032(0x2c8)])&&_0x169685['uBAUo'](_0x1045a8,_0x316bc4))return!![];return logger['warn'](_0x3fa032(0x1e6)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x30b269,_0x5eaf32)=>{const _0x5e3722=a133_0x4994ba,_0x438677={};_0x438677[_0x5e3722(0x2da)]=function(_0x7005d2,_0x2582c2){return _0x7005d2!==_0x2582c2;},_0x438677[_0x5e3722(0x1cc)]=_0x5e3722(0x29b),_0x438677[_0x5e3722(0x25c)]=function(_0x715405,_0x1bcaf9){return _0x715405===_0x1bcaf9;},_0x438677[_0x5e3722(0x207)]='object',_0x438677['ZULcB']=function(_0x2c526e,_0x4ebe9f){return _0x2c526e===_0x4ebe9f;};const _0x568200=_0x438677,_0x58a4d2=_0x30b269&&_0x568200[_0x5e3722(0x25c)](typeof _0x30b269,_0x568200[_0x5e3722(0x207)])?_0x30b269:{},_0x2b8fc3=_0x5eaf32&&_0x568200['ZULcB'](typeof _0x5eaf32,_0x568200[_0x5e3722(0x207)])?_0x5eaf32:{},_0x2244f8=Object[_0x5e3722(0x28d)]({},_0x58a4d2,_0x2b8fc3);return Object[_0x5e3722(0x1f6)](_0x2b8fc3)[_0x5e3722(0x23d)](_0x27487c=>{const _0x2f8ddc=_0x5e3722;if(Array[_0x2f8ddc(0x30d)](_0x2b8fc3[_0x27487c])||Array['isArray'](_0x58a4d2[_0x27487c])){const _0x47564c=Array[_0x2f8ddc(0x30d)](_0x58a4d2[_0x27487c])?_0x58a4d2[_0x27487c]:[],_0x56327b=Array[_0x2f8ddc(0x30d)](_0x2b8fc3[_0x27487c])?_0x2b8fc3[_0x27487c]:[],_0x35c43f=new Set();_0x2244f8[_0x27487c]=_0x47564c[_0x2f8ddc(0x274)](_0x56327b)['filter'](_0x364adb=>{const _0x41716b=_0x2f8ddc;if(_0x568200[_0x41716b(0x2da)](typeof _0x364adb,_0x568200[_0x41716b(0x1cc)]))return!![];if(_0x35c43f['has'](_0x364adb))return![];return _0x35c43f[_0x41716b(0x225)](_0x364adb),!![];});}}),_0x2244f8;};exports[a133_0x4994ba(0x2c3)]=(_0x13d053,_0x285bfd)=>{const _0x188e4b=a133_0x4994ba,_0x20a878={'AVuus':function(_0x3b4b6a,_0x14cb6e){return _0x3b4b6a!==_0x14cb6e;},'Vbooz':_0x188e4b(0x1ec),'diWQS':function(_0x25f203,_0x47844a){return _0x25f203!==_0x47844a;},'MeqKd':_0x188e4b(0x2b7),'YQdEG':function(_0x81329c,_0x2a2362,_0x433e9a){return _0x81329c(_0x2a2362,_0x433e9a);},'gTvKS':function(_0x57b995,_0x34ed18){return _0x57b995||_0x34ed18;},'vEHKk':function(_0x54ab09,_0x2b3f22){return _0x54ab09+_0x2b3f22;},'YSsPu':'Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20'};try{const _0x796dd5=_0x13d053&&_0x13d053[_0x188e4b(0x201)];if(!_0x796dd5||_0x20a878[_0x188e4b(0x1c0)](typeof _0x796dd5['get'],_0x20a878[_0x188e4b(0x286)])||_0x20a878[_0x188e4b(0x243)](typeof _0x796dd5['set'],_0x20a878[_0x188e4b(0x286)]))return;const _0x36adb8=_0x796dd5['CAPABILITY_KEY']||_0x20a878[_0x188e4b(0x1d7)],_0x36a9d0=_0x796dd5[_0x188e4b(0x2bf)](_0x36adb8)||{},_0x5b37a7=_0x20a878[_0x188e4b(0x258)](mergeChromeOptionsPreservingArrays,_0x36a9d0,_0x20a878['gTvKS'](_0x285bfd,{}));_0x796dd5[_0x188e4b(0x289)](_0x36adb8,_0x5b37a7);}catch(_0x447384){logger[_0x188e4b(0x23b)](_0x20a878[_0x188e4b(0x2b3)](_0x20a878[_0x188e4b(0x311)],util[_0x188e4b(0x29a)](_0x447384)));}},exports[a133_0x4994ba(0x22e)]=(_0x5204f6,_0x115678=!![])=>{const _0x463494=a133_0x4994ba,_0x3c8c0d={'CxWFX':function(_0x539f84,_0x2d5319){return _0x539f84===_0x2d5319;},'wKwVO':_0x463494(0x305),'zJbRY':_0x463494(0x2b7),'GfHoT':function(_0x2a4027,_0x442edd,_0x5b5ec9){return _0x2a4027(_0x442edd,_0x5b5ec9);},'OMrrM':function(_0x5d4b20,_0x501288){return _0x5d4b20||_0x501288;},'PUmjD':_0x463494(0x23e)},_0x89cf31=scripts['ChromeExtension'];try{const _0x305791=bsSetupHelper[_0x463494(0x2ed)](process[_0x463494(0x291)][_0x463494(0x28c)])||bsSetupHelper[_0x463494(0x2ed)](process[_0x463494(0x291)][_0x463494(0x277)]);if((!bsSetupHelper['isBrowserstackInfra']()||process['env']['BROWSERSTACK_TURBOSCALE'])&&_0x305791){const _0x1399e4=_0x5204f6[_0x463494(0x27b)](),_0x4ca5d4=_0x3c8c0d[_0x463494(0x2a2)](_0x115678,![])?_0x3c8c0d[_0x463494(0x1c4)]:_0x3c8c0d['zJbRY'],_0x266003=_0x1399e4[_0x463494(0x2bf)](_0x4ca5d4)||_0x1399e4[_0x463494(0x2bf)](_0x3c8c0d[_0x463494(0x1cf)])||{},_0x261b7c=_0x3c8c0d[_0x463494(0x263)](mergeChromeOptionsPreservingArrays,_0x266003,_0x3c8c0d[_0x463494(0x1d0)](_0x89cf31,{}));_0x1399e4[_0x463494(0x289)](_0x4ca5d4,_0x261b7c),exports[_0x463494(0x2c3)](_0x5204f6,_0x261b7c);}else logger[_0x463494(0x2dc)](_0x3c8c0d['PUmjD']);}catch(_0x34c22d){logger[_0x463494(0x24e)](_0x463494(0x2ea)+_0x34c22d);}},exports['setNonBstackInfraCapabilitiesOnCaps']=_0x5c1e54=>{const _0x33f4de=a133_0x4994ba,_0x3fbe6f={};_0x3fbe6f[_0x33f4de(0x236)]=function(_0x33c697,_0x22750c){return _0x33c697||_0x22750c;},_0x3fbe6f[_0x33f4de(0x25f)]='goog:chromeOptions';const _0x21806d=_0x3fbe6f;_0x5c1e54=_0x21806d['uXNDu'](_0x5c1e54,{});const _0x4ca35f=scripts[_0x33f4de(0x250)];try{const _0x5ab8dd=bsSetupHelper['isTrue'](process['env'][_0x33f4de(0x28c)])||bsSetupHelper['isTrue'](process[_0x33f4de(0x291)][_0x33f4de(0x277)]);if((!bsSetupHelper[_0x33f4de(0x222)]()||process[_0x33f4de(0x291)][_0x33f4de(0x27e)])&&_0x5ab8dd){const _0x493b44=_0x5c1e54[_0x21806d[_0x33f4de(0x25f)]]||{};bsSetupHelper[_0x33f4de(0x284)](_0x493b44,_0x4ca35f),_0x5c1e54[_0x21806d['SDuWv']]=_0x493b44;}}catch(_0x389357){logger[_0x33f4de(0x24e)](_0x33f4de(0x239)+_0x389357);}return _0x5c1e54;},exports[a133_0x4994ba(0x2ec)]=(_0xe22d82=null,_0x373d11=!![],_0x4e139b=[])=>{const _0x2ee38c=a133_0x4994ba,_0x3b8130={};_0x3b8130[_0x2ee38c(0x2e6)]=function(_0x2fadad,_0x1dfa7c){return _0x2fadad==_0x1dfa7c;},_0x3b8130[_0x2ee38c(0x2cd)]=function(_0x3275e6,_0x3302df){return _0x3275e6>_0x3302df;},_0x3b8130[_0x2ee38c(0x2b5)]=function(_0x3bc650,_0x221565){return _0x3bc650===_0x221565;},_0x3b8130['wCcmR']=function(_0x4a3814,_0x196aa0){return _0x4a3814&&_0x196aa0;},_0x3b8130[_0x2ee38c(0x292)]=function(_0x358f9a,_0x428f30){return _0x358f9a&&_0x428f30;};const _0x16f28b=_0x3b8130;if(_0x16f28b[_0x2ee38c(0x2e6)](process[_0x2ee38c(0x291)][_0x2ee38c(0x30a)],null))return!![];try{const _0xcda4ad=JSON[_0x2ee38c(0x314)](process[_0x2ee38c(0x291)][_0x2ee38c(0x30a)]),_0x20118a=Array[_0x2ee38c(0x30d)](_0xcda4ad[_0x2ee38c(0x1c7)])?_0xcda4ad['includeTagsInTestingScope']:[],_0x513881=Array[_0x2ee38c(0x30d)](_0xcda4ad[_0x2ee38c(0x2f3)])?_0xcda4ad[_0x2ee38c(0x2f3)]:[],_0x555979=_0x3e664f=>typeof _0x3e664f===_0x2ee38c(0x29b)?_0x3e664f[_0x2ee38c(0x2d3)](/^@/,'')[_0x2ee38c(0x26f)]()[_0x2ee38c(0x2e1)]():_0x3e664f;if(bsSetupHelper[_0x2ee38c(0x1db)](_0xe22d82)){if(_0x16f28b['KMndX'](_0x4e139b[_0x2ee38c(0x29f)],0x0)){const _0x4bcc58=_0x4e139b[_0x2ee38c(0x2e0)](_0x555979),_0x129181=_0x513881[_0x2ee38c(0x233)](_0x5f4cca=>_0x4bcc58['includes'](_0x555979(_0x5f4cca))),_0x1a4124=_0x16f28b[_0x2ee38c(0x2b5)](_0x20118a[_0x2ee38c(0x29f)],0x0)||_0x20118a[_0x2ee38c(0x233)](_0x30c424=>_0x4bcc58[_0x2ee38c(0x1dc)](_0x555979(_0x30c424)));return _0x16f28b[_0x2ee38c(0x20d)](!_0x129181,_0x1a4124);}return!![];}let _0x13c29f;_0x373d11?_0x13c29f=_0xe22d82[_0x2ee38c(0x2f6)]('/'):_0x13c29f=_0xe22d82;const _0x9472d4=_0x513881['some'](_0x3cf46c=>_0x13c29f[_0x2ee38c(0x26f)]()[_0x2ee38c(0x1dc)](_0x555979(_0x3cf46c)[_0x2ee38c(0x26f)]())),_0xa88c4d=_0x16f28b[_0x2ee38c(0x2b5)](_0x20118a[_0x2ee38c(0x29f)],0x0)||_0x20118a[_0x2ee38c(0x233)](_0x4f4c7b=>_0x13c29f[_0x2ee38c(0x26f)]()[_0x2ee38c(0x1dc)](_0x555979(_0x4f4c7b)[_0x2ee38c(0x26f)]()));return _0x16f28b[_0x2ee38c(0x292)](!_0x9472d4,_0xa88c4d);}catch(_0x54a522){logger[_0x2ee38c(0x23b)]('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util[_0x2ee38c(0x29a)](_0x54a522));}return![];},exports[a133_0x4994ba(0x30f)]=_0x4fffab=>{const _0x5a3f9b=a133_0x4994ba;let _0x166999=![];try{_0x4fffab[_0x5a3f9b(0x2e9)][_0x5a3f9b(0x23d)](_0x251018=>{const _0x2ec44a=_0x5a3f9b;if(bsSetupHelper['isTrue'](_0x251018[_0x2ec44a(0x20a)]))return _0x166999=!![],!![];});}catch(_0x31bf5a){logger['debug'](_0x5a3f9b(0x213)+_0x31bf5a);}return _0x166999||bsSetupHelper['isTrue'](_0x4fffab[_0x5a3f9b(0x20a)]);},exports[a133_0x4994ba(0x1f7)]=PerformanceTester[a133_0x4994ba(0x2d1)]('a11y:start',async function(_0x20f695,_0x25c0a5){const _0x1cc881=a133_0x4994ba,_0x4fa54b={};_0x4fa54b[_0x1cc881(0x271)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x4fa54b[_0x1cc881(0x2a4)]=_0x1cc881(0x304),_0x4fa54b['aKjtO']=_0x1cc881(0x278),_0x4fa54b[_0x1cc881(0x244)]=_0x1cc881(0x2f0),_0x4fa54b[_0x1cc881(0x1c6)]=_0x1cc881(0x29e),_0x4fa54b['ENdLp']=_0x1cc881(0x2e3),_0x4fa54b['fryfi']=function(_0x2fb495,_0x408744){return _0x2fb495===_0x408744;},_0x4fa54b[_0x1cc881(0x23f)]='Invalid\x20configuration\x20passed.',_0x4fa54b[_0x1cc881(0x2a3)]=_0x1cc881(0x1e4);const _0x27fdf6=_0x4fa54b,_0x5fcf15=bsSetupHelper[_0x1cc881(0x2be)](_0x20f695),_0x498d1e=bsSetupHelper[_0x1cc881(0x1d4)](_0x20f695);if(bsSetupHelper[_0x1cc881(0x1db)](_0x5fcf15)||bsSetupHelper['isUndefined'](_0x498d1e))return logger[_0x1cc881(0x24e)](_0x27fdf6['fSRmu']),[null,null];try{let _0x2411c9;bsSetupHelper['isUndefined'](process[_0x1cc881(0x291)][_0x1cc881(0x30a)])?_0x2411c9={}:_0x2411c9=JSON['parse'](process[_0x1cc881(0x291)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x192824,version:_0x764ef9}=bsSetupHelper[_0x1cc881(0x1f4)](_0x20f695,_0x25c0a5),_0x36e51c={'projectName':_0x20f695[_0x1cc881(0x1fd)],'buildName':_0x20f695[_0x1cc881(0x2ba)]||path[_0x1cc881(0x27c)](path['resolve'](process[_0x1cc881(0x275)]())),'startTime':new Date()[_0x1cc881(0x235)](),'description':_0x20f695[_0x1cc881(0x2ae)]||'','source':{'frameworkName':_0x25c0a5[_0x1cc881(0x1dc)](_0x27fdf6[_0x1cc881(0x2a4)])?_0x27fdf6[_0x1cc881(0x2a4)]:_0x25c0a5,'frameworkVersion':bsSetupHelper[_0x1cc881(0x317)](_0x25c0a5),'sdkVersion':bsSetupHelper[_0x1cc881(0x2a7)](),'language':_0x27fdf6['aKjtO'],'testFramework':_0x192824,'testFrameworkVersion':_0x764ef9},'settings':_0x2411c9,'versionControl':await bsSetupHelper[_0x1cc881(0x238)](),'ciInfo':bsSetupHelper[_0x1cc881(0x1e7)](),'hostInfo':bsSetupHelper[_0x1cc881(0x209)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x59d76b={};_0x59d76b[_0x1cc881(0x21f)]=_0x5fcf15,_0x59d76b[_0x1cc881(0x299)]=_0x498d1e;const _0x5c7a13={};_0x5c7a13[_0x1cc881(0x1fc)]=_0x27fdf6[_0x1cc881(0x244)];const _0x23eca9={};_0x23eca9['auth']=_0x59d76b,_0x23eca9['headers']=_0x5c7a13;const _0x1a251c=_0x23eca9,_0xb4d60d={};_0xb4d60d[_0x1cc881(0x2b9)]=_0x36e51c,_0xb4d60d[_0x1cc881(0x215)]=!![];const _0x315fa9=Object[_0x1cc881(0x28d)](_0x1a251c,_0xb4d60d),_0x2a5c8c=await bsSetupHelper[_0x1cc881(0x212)](_0x27fdf6['aPvlc'],_0x27fdf6[_0x1cc881(0x255)],_0x315fa9,_0x20f695,API_URL);let _0x1a0ac3=process[_0x1cc881(0x291)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x1a0ac3?_0x1a0ac3=JSON[_0x1cc881(0x314)](process[_0x1cc881(0x291)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x1a0ac3={},scripts[_0x1cc881(0x2a1)](_0x2a5c8c[_0x1cc881(0x2b6)]['data']),scripts[_0x1cc881(0x303)](),_0x1a0ac3[_0x1cc881(0x2e2)]=_0x2a5c8c[_0x1cc881(0x2b6)][_0x1cc881(0x2b6)][_0x1cc881(0x2e2)],process[_0x1cc881(0x291)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x1cc881(0x2fe)](_0x1a0ac3),[_0x2a5c8c['data'][_0x1cc881(0x2b6)]['accessibilityToken'],_0x2a5c8c[_0x1cc881(0x2b6)][_0x1cc881(0x2b6)]['id']];}catch(_0x152783){if(_0x152783[_0x1cc881(0x297)])logger[_0x1cc881(0x24e)](_0x1cc881(0x1e0)+_0x152783[_0x1cc881(0x297)][_0x1cc881(0x1f8)]+'\x20'+_0x152783[_0x1cc881(0x297)]['statusText']+'\x20'+JSON[_0x1cc881(0x2fe)](_0x152783[_0x1cc881(0x297)]['data']));else{if(_0x27fdf6[_0x1cc881(0x223)](_0x152783[_0x1cc881(0x1d3)],_0x27fdf6[_0x1cc881(0x23f)])){logger[_0x1cc881(0x24e)](_0x1cc881(0x1e0)+(_0x152783[_0x1cc881(0x1d3)]||_0x152783[_0x1cc881(0x293)]));for(const _0x370a0e of _0x152783[_0x1cc881(0x247)]){logger[_0x1cc881(0x24e)](_0x370a0e[_0x1cc881(0x1d3)]);}process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x27fdf6[_0x1cc881(0x2a3)],process[_0x1cc881(0x291)][_0x1cc881(0x277)]=_0x27fdf6[_0x1cc881(0x2a3)];}else logger[_0x1cc881(0x24e)](_0x1cc881(0x1e0)+(_0x152783[_0x1cc881(0x1d3)]||_0x152783[_0x1cc881(0x293)]));}return[null,null];}}),exports[a133_0x4994ba(0x302)]=PerformanceTester[a133_0x4994ba(0x2d1)](a133_0x4994ba(0x2f2),async function(_0x5d806c){const _0x833e82=a133_0x4994ba,_0x57d1f5={};_0x57d1f5['TbZFY']=function(_0x596c1f,_0xafb4da){return _0x596c1f!==_0xafb4da;},_0x57d1f5['KNJsZ']=_0x833e82(0x29b),_0x57d1f5[_0x833e82(0x2ca)]=_0x833e82(0x24e),_0x57d1f5[_0x833e82(0x279)]=_0x833e82(0x25a),_0x57d1f5[_0x833e82(0x1cd)]='application/json',_0x57d1f5[_0x833e82(0x2bd)]=_0x833e82(0x210),_0x57d1f5[_0x833e82(0x1d6)]=_0x833e82(0x308),_0x57d1f5['bOvaN']=function(_0xd4391b,_0x19337c){return _0xd4391b+_0x19337c;},_0x57d1f5[_0x833e82(0x257)]=_0x833e82(0x2d6),_0x57d1f5[_0x833e82(0x1d1)]='success';const _0x435313=_0x57d1f5;if(bsSetupHelper['isUndefined'](process[_0x833e82(0x291)][_0x833e82(0x20c)])||_0x435313[_0x833e82(0x2cc)](typeof process[_0x833e82(0x291)][_0x833e82(0x20c)],_0x435313['KNJsZ'])){const _0x194267={};return _0x194267['status']=_0x435313[_0x833e82(0x2ca)],_0x194267['message']=_0x435313[_0x833e82(0x279)],_0x194267;}const _0x36167c={'endTime':new Date()[_0x833e82(0x235)]()},_0x43e719={};_0x43e719[_0x833e82(0x228)]=_0x833e82(0x2cb)+process[_0x833e82(0x291)][_0x833e82(0x20c)],_0x43e719[_0x833e82(0x1fc)]=_0x435313[_0x833e82(0x1cd)];const _0xec5377={};_0xec5377[_0x833e82(0x2ce)]=_0x43e719;const _0x510a14=_0xec5377,_0x589521={};_0x589521['body']=_0x36167c,_0x589521['auth']=null,_0x589521[_0x833e82(0x215)]=!![];const _0x30d771=Object[_0x833e82(0x28d)](_0x510a14,_0x589521);try{const _0x3da679=await bsSetupHelper['nodeRequest'](_0x435313[_0x833e82(0x2bd)],_0x435313['npNEc'],_0x30d771,_0x5d806c,API_URL);if(_0x3da679['data'][_0x833e82(0x24e)])throw new Error(_0x435313[_0x833e82(0x2e5)](_0x435313[_0x833e82(0x257)],_0x3da679[_0x833e82(0x2b6)][_0x833e82(0x24e)]));else{logger[_0x833e82(0x318)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x833e82(0x235)]());const _0x1c9edd={};return _0x1c9edd['status']=_0x435313[_0x833e82(0x1d1)],_0x1c9edd[_0x833e82(0x1d3)]='',_0x1c9edd;}}catch(_0x3c8e2e){_0x3c8e2e[_0x833e82(0x297)]?logger[_0x833e82(0x24e)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x3c8e2e[_0x833e82(0x297)][_0x833e82(0x1f8)]+'\x20'+_0x3c8e2e[_0x833e82(0x297)][_0x833e82(0x264)]+'\x20'+JSON[_0x833e82(0x2fe)](_0x3c8e2e[_0x833e82(0x297)][_0x833e82(0x2b6)])):logger[_0x833e82(0x24e)](_0x833e82(0x307)+(_0x3c8e2e[_0x833e82(0x1d3)]||util[_0x833e82(0x29a)](_0x3c8e2e)));const _0x1a431c={};return _0x1a431c['status']=_0x435313[_0x833e82(0x2ca)],_0x1a431c[_0x833e82(0x1d3)]=_0x3c8e2e[_0x833e82(0x1d3)]||(_0x3c8e2e[_0x833e82(0x297)]?_0x3c8e2e[_0x833e82(0x297)][_0x833e82(0x1f8)]+':'+_0x3c8e2e[_0x833e82(0x297)][_0x833e82(0x264)]:_0x3c8e2e),_0x1a431c;}}),exports[a133_0x4994ba(0x1d5)]=async(_0x30fa64,_0x4521e1)=>{const _0xbac32=a133_0x4994ba,_0x560be1={'dBWNj':_0xbac32(0x2d5),'jrZdI':function(_0x281b87,_0x32bae9){return _0x281b87===_0x32bae9;},'UELHm':_0xbac32(0x1ec),'PLIjI':function(_0x10648a,_0x30623e){return _0x10648a!==_0x30623e;},'YHSKe':function(_0xfe674f,_0x1cf74e){return _0xfe674f(_0x1cf74e);},'gCMyT':_0xbac32(0x2a8),'aXBFS':_0xbac32(0x21b),'kwHrX':'setA11yAnnotation:\x20App\x20Accessibility\x20session,\x20skipping\x20annotation','nGIfi':'annotate','TYKyo':_0xbac32(0x318),'csWqa':function(_0x31488e,_0x3289ac){return _0x31488e===_0x3289ac;},'Svsbb':_0xbac32(0x22c)};try{if(!_0x30fa64){logger[_0xbac32(0x23b)](_0x560be1[_0xbac32(0x27a)]);return;}const _0x40557d=_0x560be1[_0xbac32(0x281)](typeof _0x30fa64[_0xbac32(0x22d)],_0x560be1[_0xbac32(0x1c3)])&&_0x560be1[_0xbac32(0x20b)](typeof _0x30fa64[_0xbac32(0x214)],_0x560be1[_0xbac32(0x1c3)]),_0x129b09=_0x40557d?_0x560be1[_0xbac32(0x280)](Boolean,global[_0xbac32(0x2bc)]):this[_0xbac32(0x27d)]()&&globals[_0xbac32(0x1e8)](_0x560be1[_0xbac32(0x206)]);if(!_0x129b09){logger[_0xbac32(0x23b)](_0xbac32(0x266)+_0x40557d+_0xbac32(0x231));return;}if(!bsSetupHelper[_0xbac32(0x222)]()||bsSetupHelper[_0xbac32(0x2ed)](process[_0xbac32(0x291)][_0xbac32(0x27e)])){logger[_0xbac32(0x23b)](_0xbac32(0x2fb)+bsSetupHelper['isBrowserstackInfra']()+_0xbac32(0x295)+bsSetupHelper['isTrue'](process[_0xbac32(0x291)][_0xbac32(0x27e)]));return;}const _0x2ef1d4=_0x560be1[_0xbac32(0x280)](require,_0x560be1[_0xbac32(0x2d0)]),_0x429d3c=_0x2ef1d4['getInstance'](),_0x2fc7c5=_0x429d3c&&_0x429d3c[_0xbac32(0x29c)]();if(_0x2fc7c5&&_0x2fc7c5[_0xbac32(0x1e3)]){logger[_0xbac32(0x23b)](_0x560be1[_0xbac32(0x2a6)]);return;}if(_0x560be1[_0xbac32(0x281)](typeof _0x30fa64[_0xbac32(0x214)],_0x560be1['UELHm'])){const _0x5c1590={};_0x5c1590[_0xbac32(0x234)]=_0x560be1[_0xbac32(0x287)],_0x5c1590[_0xbac32(0x204)]={},_0x5c1590[_0xbac32(0x204)]['data']=_0x4521e1,_0x5c1590[_0xbac32(0x204)]['level']=_0x560be1['TYKyo'],await _0x30fa64['executeScript'](_0xbac32(0x2bb)+JSON[_0xbac32(0x2fe)](_0x5c1590));}else{if(_0x560be1[_0xbac32(0x1e1)](typeof _0x30fa64['evaluate'],_0x560be1[_0xbac32(0x1c3)]))await bsSetupHelper[_0xbac32(0x2c7)](_0x30fa64,_0x4521e1,_0x560be1[_0xbac32(0x245)]);else{logger[_0xbac32(0x23b)](_0x560be1['Svsbb']);return;}}logger[_0xbac32(0x23b)](_0xbac32(0x2c1)+_0x4521e1+'\x22');}catch(_0x5f3310){logger[_0xbac32(0x23b)]('setA11yAnnotation:\x20error,\x20ignoring\x20-\x20'+util[_0xbac32(0x29a)](_0x5f3310));}},exports['performScan']=async(_0x59cdbb,_0xa74e2=null,_0x557daa=![],_0x5c9af1=null)=>{const _0x2a8b2c=a133_0x4994ba,_0x310db3={};_0x310db3['necBJ']=_0x2a8b2c(0x2a8),_0x310db3[_0x2a8b2c(0x227)]=_0x2a8b2c(0x2b8),_0x310db3[_0x2a8b2c(0x1df)]=_0x2a8b2c(0x1bf),_0x310db3['wqWqQ']=function(_0x447fa0,_0x1e9e5c){return _0x447fa0||_0x1e9e5c;},_0x310db3['VmMIq']=_0x2a8b2c(0x2c5),_0x310db3['GNsZZ']='performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments';const _0x2945ed=_0x310db3;if(!this[_0x2a8b2c(0x27d)]()||!globals['getGlobal'](_0x2945ed[_0x2a8b2c(0x2c4)])||!_0x557daa&&!globals[_0x2a8b2c(0x1e8)](_0x2945ed[_0x2a8b2c(0x227)])){logger['warn'](_0x2945ed[_0x2a8b2c(0x1df)]);return;}const _0x399bfe=_0x557daa?_0x2945ed[_0x2a8b2c(0x296)](_0x5c9af1,{}):globals[_0x2a8b2c(0x1e8)](_0x2945ed['VmMIq'])||{},_0x193e65={};_0x193e65[_0x2a8b2c(0x2df)]=_0x557daa?MANUAL_SCAN_METHOD:_0xa74e2||global[_0x2a8b2c(0x1e5)];const _0x386674=Object[_0x2a8b2c(0x28d)]({},_0x399bfe,_0x193e65);await this[_0x2a8b2c(0x211)](_0x59cdbb)&&(Object['assign'](_0x386674,this[_0x2a8b2c(0x224)](),{'thTestRunUuid':this[_0x2a8b2c(0x1da)]()}),logger[_0x2a8b2c(0x23b)](_0x2945ed['GNsZZ']));logger['debug'](_0x2a8b2c(0x273)+util[_0x2a8b2c(0x29a)]('%j',_0x386674));const _0x54c063={};return _0x54c063['command']=_0xa74e2,await PerformanceTester[_0x2a8b2c(0x2d1)](PerformanceA11yEvents[_0x2a8b2c(0x2ef)],async()=>{const _0x499af8=_0x2a8b2c;try{await _0x59cdbb[_0x499af8(0x2db)](()=>_0x59cdbb[_0x499af8(0x214)]('return\x20document.readyState\x20===\x20\x22complete\x22'),0x1388);}catch(_0xddf6fc){}const _0xb4e58=util[_0x499af8(0x29a)](await _0x59cdbb[_0x499af8(0x310)](scripts['performScan'],_0x386674));return logger['debug']('Performed\x20scan\x20with\x20result:\x20'+_0xb4e58),_0xb4e58;},_0x54c063)();},exports[a133_0x4994ba(0x25b)]=async(_0x38b54f,_0x27fd5d)=>{const _0x2fb9ba=a133_0x4994ba,_0x326bc6={'Gvmue':_0x2fb9ba(0x309),'oOxCJ':_0x2fb9ba(0x2a8),'YjXjY':'bstackA11yShouldScan','DmTjZ':_0x2fb9ba(0x2a0),'dLFCi':function(_0x40824d,_0x21b4c8){return _0x40824d(_0x21b4c8);},'HvuVE':_0x2fb9ba(0x21b),'CvZRF':_0x2fb9ba(0x25b),'RtCCk':'No\x20accessibility\x20results\x20were\x20found.'};if(!this[_0x2fb9ba(0x27d)]()||!globals['getGlobal'](_0x326bc6[_0x2fb9ba(0x1c5)])||!globals[_0x2fb9ba(0x1e8)](_0x326bc6[_0x2fb9ba(0x21d)]))return logger[_0x2fb9ba(0x2dc)](_0x326bc6[_0x2fb9ba(0x2ab)]),[];try{const _0x3634c9=_0x326bc6['dLFCi'](require,_0x326bc6[_0x2fb9ba(0x226)]),_0x4e3f50=_0x3634c9[_0x2fb9ba(0x2b2)](),_0x577c13=_0x4e3f50&&_0x4e3f50[_0x2fb9ba(0x29c)]();if(_0x577c13&&_0x577c13['isAppAccessibility']){const _0x2265bc=(await _0x38b54f[_0x2fb9ba(0x2c2)]())[_0x2fb9ba(0x2b4)]();let _0x1070a7='';try{const _0x1b4d34=_0x4e3f50[_0x2fb9ba(0x1fa)]&&_0x4e3f50['getTestFramework']();_0x1070a7=_0x1b4d34&&_0x1b4d34[_0x2fb9ba(0x22a)]&&_0x1b4d34[_0x2fb9ba(0x22a)]()||'';}catch(_0x267a6a){}return logger[_0x2fb9ba(0x23b)](_0x2fb9ba(0x306)+_0x2265bc+',\x20testRunId='+_0x1070a7),await _0x577c13[_0x2fb9ba(0x21c)](_0x2265bc,_0x1070a7);}const _0x400918=await this[_0x2fb9ba(0x211)](_0x38b54f),_0x399c52=_0x400918?Object['assign']({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this['resolveMobileThTestRunUuid']()}):{};return _0x400918&&logger[_0x2fb9ba(0x23b)](_0x2fb9ba(0x2f5)+util['format']('%j',_0x399c52)),await PerformanceTester[_0x2fb9ba(0x2d1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x20a15f=_0x2fb9ba;logger[_0x20a15f(0x23b)](_0x326bc6[_0x20a15f(0x2af)]);const _0x5d2483={};_0x5d2483[_0x20a15f(0x2df)]=_0x27fd5d[_0x20a15f(0x1e5)];const _0x11d90e=Object['assign'](_0x5d2483,_0x399c52);logger[_0x20a15f(0x23b)](util[_0x20a15f(0x29a)](await _0x38b54f[_0x20a15f(0x310)](scripts[_0x20a15f(0x30c)],_0x11d90e)));},{'command':_0x326bc6[_0x2fb9ba(0x262)]})(),await PerformanceTester[_0x2fb9ba(0x2d1)](PerformanceA11yEvents[_0x2fb9ba(0x24f)],async()=>{const _0x362f7f=_0x2fb9ba,_0xc78119=_0x400918?await _0x38b54f[_0x362f7f(0x310)](scripts[_0x362f7f(0x269)],_0x399c52):await _0x38b54f[_0x362f7f(0x310)](scripts['getResults']);return _0xc78119;})();}catch{return logger[_0x2fb9ba(0x24e)](_0x326bc6[_0x2fb9ba(0x2f4)]),[];}},exports[a133_0x4994ba(0x2f9)]=async(_0x5e7370,_0xad0e78)=>{const _0x282f2d=a133_0x4994ba,_0x4e9941={'QoaYd':_0x282f2d(0x25d),'FRfaH':_0x282f2d(0x2a8),'OxVoN':_0x282f2d(0x2b8),'zaBTr':_0x282f2d(0x313),'DzHRD':function(_0x3226fa,_0x437470){return _0x3226fa(_0x437470);},'hIxQX':'../../bin/v2/browserstackCLI','hSIBp':_0x282f2d(0x2f9),'AEiqW':_0x282f2d(0x22b)};if(!this[_0x282f2d(0x27d)]()||!globals['getGlobal'](_0x4e9941[_0x282f2d(0x2ac)])||!globals[_0x282f2d(0x1e8)](_0x4e9941[_0x282f2d(0x208)]))return logger[_0x282f2d(0x2dc)](_0x4e9941[_0x282f2d(0x1cb)]),{};try{const _0x4cb14c=_0x4e9941[_0x282f2d(0x1d9)](require,_0x4e9941[_0x282f2d(0x24b)]),_0x267f31=_0x4cb14c['getInstance'](),_0xda3438=_0x267f31&&_0x267f31['getAccessibilityModule']();if(_0xda3438&&_0xda3438['isAppAccessibility']){const _0x188efb=(await _0x5e7370[_0x282f2d(0x2c2)]())['getId']();let _0x594269='';try{const _0x46eaa4=_0x267f31[_0x282f2d(0x1fa)]&&_0x267f31[_0x282f2d(0x1fa)]();_0x594269=_0x46eaa4&&_0x46eaa4[_0x282f2d(0x22a)]&&_0x46eaa4[_0x282f2d(0x22a)]()||'';}catch(_0x90eb43){}return logger['debug']('[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId='+_0x188efb+_0x282f2d(0x1e2)+_0x594269),await _0xda3438[_0x282f2d(0x25e)](_0x188efb,_0x594269);}const _0x595243=await this[_0x282f2d(0x211)](_0x5e7370),_0x52d90f=_0x595243?Object[_0x282f2d(0x28d)]({},this['getMobileA11yCapabilities'](),{'thTestRunUuid':this[_0x282f2d(0x1da)]()}):{};return _0x595243&&logger[_0x282f2d(0x23b)](_0x282f2d(0x2c6)+util[_0x282f2d(0x29a)]('%j',_0x52d90f)),await PerformanceTester[_0x282f2d(0x2d1)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x4b66b9=_0x282f2d;logger[_0x4b66b9(0x23b)](_0x4e9941[_0x4b66b9(0x2e4)]);const _0x398caa={};_0x398caa['method']=_0xad0e78['browserstackSessionName'];const _0x36908c=Object['assign'](_0x398caa,_0x52d90f);logger[_0x4b66b9(0x23b)](util['format'](await _0x5e7370[_0x4b66b9(0x310)](scripts['performScan'],_0x36908c)));},{'command':_0x4e9941[_0x282f2d(0x249)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x282f2d(0x2f8)],async()=>{const _0x13df63=_0x282f2d,_0x1eda8d=_0x595243?await _0x5e7370[_0x13df63(0x310)](scripts[_0x13df63(0x259)],_0x52d90f):await _0x5e7370['executeAsyncScript'](scripts[_0x13df63(0x259)]);return _0x1eda8d;})();}catch{return logger[_0x282f2d(0x24e)](_0x4e9941['AEiqW']),{};}},exports[a133_0x4994ba(0x30e)]=(_0x3e8976,_0x39985c=![])=>{const _0x1afb3d=a133_0x4994ba,_0x2abb86={'avSeJ':function(_0x417979,_0x443945){return _0x417979(_0x443945);},'UEhwU':'platformName','sEEPy':'platform','qQyuZ':function(_0x54825e,_0x4f1a13){return _0x54825e!==_0x4f1a13;},'gLMLp':_0x1afb3d(0x282),'VCnNF':function(_0x496652,_0xbd5087){return _0x496652(_0xbd5087);},'nyiZe':'browserName','WAqWX':_0x1afb3d(0x248),'dZPwg':_0x1afb3d(0x205),'OwLxR':'Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)'};try{if(!_0x3e8976)return![];const _0x5b655f=_0xb8cefe=>typeof _0x3e8976[_0x1afb3d(0x2bf)]==='function'?_0x3e8976['get'](_0xb8cefe):_0x3e8976[_0xb8cefe],_0x3fc471=_0x2abb86['avSeJ'](String,_0x2abb86['avSeJ'](_0x5b655f,_0x2abb86[_0x1afb3d(0x28b)])||_0x2abb86[_0x1afb3d(0x2f1)](_0x5b655f,_0x2abb86[_0x1afb3d(0x276)])||'')[_0x1afb3d(0x26f)]();if(_0x2abb86['qQyuZ'](_0x3fc471,_0x2abb86[_0x1afb3d(0x21a)]))return![];const _0x457230=_0x2abb86[_0x1afb3d(0x2f1)](String,_0x2abb86[_0x1afb3d(0x2aa)](_0x5b655f,_0x2abb86['nyiZe'])||'')['toLowerCase']();if(!_0x457230[_0x1afb3d(0x1dc)](_0x2abb86[_0x1afb3d(0x241)]))return _0x39985c&&logger[_0x1afb3d(0x2dc)](_0x2abb86[_0x1afb3d(0x288)]),![];return logger[_0x1afb3d(0x23b)](_0x2abb86[_0x1afb3d(0x1fe)]),!![];}catch(_0x359181){return logger[_0x1afb3d(0x23b)](_0x1afb3d(0x2d2)+_0x359181),![];}},exports[a133_0x4994ba(0x211)]=async _0x23f5b0=>{const _0x4759f7=a133_0x4994ba;try{const _0x389189=await _0x23f5b0[_0x4759f7(0x27b)]();return exports['isMobileAccessibilityPlatform'](_0x389189);}catch(_0x49bf85){return logger[_0x4759f7(0x23b)]('Error\x20checking\x20mobile\x20accessibility\x20session:\x20'+_0x49bf85),![];}},exports[a133_0x4994ba(0x224)]=()=>{const _0x24bc67=a133_0x4994ba,_0x6bc01f={};return _0x6bc01f[_0x24bc67(0x2fd)]=!![],_0x6bc01f;},exports[a133_0x4994ba(0x1da)]=()=>{const _0x13c63e=a133_0x4994ba,_0x35753d={};_0x35753d['BVzvR']=function(_0x5a9569,_0x5be718){return _0x5a9569===_0x5be718;},_0x35753d[_0x13c63e(0x2de)]=_0x13c63e(0x29b),_0x35753d[_0x13c63e(0x285)]=function(_0x123bcc,_0x2f0756){return _0x123bcc>_0x2f0756;},_0x35753d[_0x13c63e(0x1f9)]='global.__workerDetails\x20is\x20undefined\x20—\x20no\x20test-framework\x20setup\x20hook\x20has\x20initialized\x20it\x20yet.\x20A\x20scan\x20is\x20likely\x20firing\x20before\x20the\x20test\x20started\x20(e.g.\x20from\x20a\x20before/beforeAll\x20hook\x20or\x20from\x20plain\x20Selenium\x20with\x20no\x20test\x20framework).',_0x35753d['cvLbt']='global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).',_0x35753d['AknCy']=_0x13c63e(0x1d2);const _0x34d827=_0x35753d,_0x5f1113=global['__workerDetails'],_0x1aaea=_0x5f1113&&_0x5f1113[_0x13c63e(0x312)],_0xff6981=_0x1aaea&&_0x1aaea[_0x13c63e(0x24d)];if(_0x34d827[_0x13c63e(0x260)](typeof _0xff6981,_0x34d827['uAyAS'])&&_0x34d827[_0x13c63e(0x285)](_0xff6981[_0x13c63e(0x29f)],0x0))return _0xff6981;let _0x4f9819;if(!_0x5f1113)_0x4f9819=_0x34d827[_0x13c63e(0x1f9)];else!_0x1aaea?_0x4f9819=_0x34d827[_0x13c63e(0x200)]:_0x4f9819=_0x13c63e(0x230)+Object['keys'](_0x1aaea)['join'](',\x20')+_0x13c63e(0x26b)+(_0x34d827[_0x13c63e(0x260)](_0xff6981,undefined)?_0x34d827[_0x13c63e(0x2c0)]:'\x22'+_0xff6981+'\x22')+_0x13c63e(0x28e);return logger[_0x13c63e(0x2dc)](_0x13c63e(0x29d)+_0x4f9819+_0x13c63e(0x1ea)),'';},exports[a133_0x4994ba(0x26a)]=_0x21a581=>{const _0x3c6681=a133_0x4994ba,_0x3f8206={};_0x3f8206['Qdutk']=function(_0x5aaffc,_0x456f5c){return _0x5aaffc===_0x456f5c;},_0x3f8206[_0x3c6681(0x1fb)]=_0x3c6681(0x29b),_0x3f8206[_0x3c6681(0x252)]=_0x3c6681(0x2d9);const _0xdccfa2=_0x3f8206;if(_0x21a581&&_0x21a581[_0x3c6681(0x2ee)]&&_0xdccfa2[_0x3c6681(0x217)](typeof _0x21a581[_0x3c6681(0x2ee)],_0xdccfa2[_0x3c6681(0x1fb)]))return _0x21a581[_0x3c6681(0x2ee)]['includes'](_0xdccfa2[_0x3c6681(0x252)]);return![];},exports[a133_0x4994ba(0x1eb)]=a133_0x4994ba(0x1f2),exports['isMobileScanningEnabledForGroup']=()=>process[a133_0x4994ba(0x291)]['BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP']==='true',exports[a133_0x4994ba(0x2a5)]=_0x17d579=>{const _0x29a7dc=a133_0x4994ba,_0x23707f={};_0x23707f[_0x29a7dc(0x2d4)]=function(_0x2b88e8,_0x548543){return _0x2b88e8 in _0x548543;};const _0x487a59=_0x23707f;if(bsSetupHelper[_0x29a7dc(0x1db)](_0x17d579))return![];const _0x2ce6d1=_0x17d579[_0x29a7dc(0x26f)]();return _0x487a59[_0x29a7dc(0x2d4)](_0x2ce6d1,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports['getBrowserA11yConfig']=_0x2495af=>{const _0x269835=a133_0x4994ba;if(bsSetupHelper[_0x269835(0x1db)](_0x2495af))return null;const _0x279231=_0x2495af[_0x269835(0x26f)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x279231]||null;},exports[a133_0x4994ba(0x30b)]=(_0x2cee43,_0x43c0ed)=>{const _0x347f9d=a133_0x4994ba,_0x23735b=this[_0x347f9d(0x1c1)](_0x2cee43);if(!_0x23735b)return null;if(_0x43c0ed)return _0x23735b[_0x347f9d(0x315)];return _0x23735b[_0x347f9d(0x1d8)];},exports[a133_0x4994ba(0x24a)]=_0x300831=>{const _0x57d553=a133_0x4994ba,_0x17a05a=this[_0x57d553(0x1c1)](_0x300831);return _0x17a05a?_0x17a05a[_0x57d553(0x1e9)]:_0x300831;},exports['requiresChromeOptionsValidation']=_0x1369fc=>{const _0x3b8b59=a133_0x4994ba,_0x59a011=this[_0x3b8b59(0x1c1)](_0x1369fc);return _0x59a011?_0x59a011[_0x3b8b59(0x202)]:![];},exports[a133_0x4994ba(0x242)]=(_0x2045e4,_0x19a591)=>{const _0x2ac103=a133_0x4994ba,_0x30588f={'ytiFk':function(_0x4b3ac6,_0x1c631c){return _0x4b3ac6(_0x1c631c);},'Fzkem':function(_0x1b1038,_0x865c96){return _0x1b1038>=_0x865c96;}};if(bsSetupHelper['isUndefined'](_0x2045e4)||bsSetupHelper[_0x2ac103(0x1db)](_0x19a591))return![];const _0x1efe92=bsSetupHelper[_0x2ac103(0x2ff)](_0x30588f[_0x2ac103(0x20e)](String,_0x2045e4),_0x30588f[_0x2ac103(0x20e)](String,_0x19a591));return _0x30588f['Fzkem'](_0x1efe92,0x0);},exports[a133_0x4994ba(0x298)]=_0x184e25=>{const _0x3a5c1f=a133_0x4994ba,_0x5b3cf0={};_0x5b3cf0[_0x3a5c1f(0x283)]=function(_0x501710,_0x2c2dc2){return _0x501710!==_0x2c2dc2;},_0x5b3cf0[_0x3a5c1f(0x261)]=_0x3a5c1f(0x29b),_0x5b3cf0['trHBQ']='base64';const _0x247e25=_0x5b3cf0;if(!_0x184e25||_0x247e25[_0x3a5c1f(0x283)](typeof _0x184e25,_0x247e25[_0x3a5c1f(0x261)]))return null;try{return JSON[_0x3a5c1f(0x314)](Buffer[_0x3a5c1f(0x21e)](_0x184e25[_0x3a5c1f(0x316)]('.')[0x1],_0x247e25[_0x3a5c1f(0x1c2)])[_0x3a5c1f(0x2d7)]());}catch{return null;}};
@@ -1 +1 @@
1
- const a134_0x36ade8=a134_0x11e9;function a134_0x11e9(_0x3422c6,_0x1c54cf){const _0x3bb2a8=a134_0x3bb2();return a134_0x11e9=function(_0x11e9a2,_0x2436ce){_0x11e9a2=_0x11e9a2-0x19f;let _0x12c45a=_0x3bb2a8[_0x11e9a2];return _0x12c45a;},a134_0x11e9(_0x3422c6,_0x1c54cf);}(function(_0x92ea5e,_0x19d708){const _0x274495=a134_0x11e9,_0x27b21c=_0x92ea5e();while(!![]){try{const _0x2484f4=-parseInt(_0x274495(0x1e4))/0x1*(parseInt(_0x274495(0x1c1))/0x2)+parseInt(_0x274495(0x1a2))/0x3*(-parseInt(_0x274495(0x1ce))/0x4)+-parseInt(_0x274495(0x1b8))/0x5+parseInt(_0x274495(0x1aa))/0x6+-parseInt(_0x274495(0x1de))/0x7*(parseInt(_0x274495(0x1e2))/0x8)+-parseInt(_0x274495(0x1bf))/0x9+-parseInt(_0x274495(0x1d1))/0xa*(-parseInt(_0x274495(0x1c2))/0xb);if(_0x2484f4===_0x19d708)break;else _0x27b21c['push'](_0x27b21c['shift']());}catch(_0x2ce8d2){_0x27b21c['push'](_0x27b21c['shift']());}}}(a134_0x3bb2,0xe76c0));const path=require('path'),fs=require('fs'),logger=require(a134_0x36ade8(0x1a8))[a134_0x36ade8(0x1ca)],helper=require(a134_0x36ade8(0x1a9));class Scripts{constructor(){const _0x56d744=a134_0x36ade8,_0x362d66={};_0x362d66[_0x56d744(0x1e7)]='6|1|2|7|3|0|5|4',_0x362d66[_0x56d744(0x1c7)]=_0x56d744(0x1df);const _0xdc9492=_0x362d66,_0x2e2512=_0xdc9492[_0x56d744(0x1e7)][_0x56d744(0x1ac)]('|');let _0x32f4c2=0x0;while(!![]){switch(_0x2e2512[_0x32f4c2++]){case'0':this[_0x56d744(0x1cb)]=helper[_0x56d744(0x1c4)]();continue;case'1':this['getResults']=null;continue;case'2':this['getResultsSummary']=null;continue;case'3':this[_0x56d744(0x1d6)]=null;continue;case'4':this['fromJson']();continue;case'5':this[_0x56d744(0x1eb)]=path[_0x56d744(0x1c3)](this[_0x56d744(0x1cb)],_0xdc9492[_0x56d744(0x1c7)]);continue;case'6':this[_0x56d744(0x1b9)]=null;continue;case'7':this[_0x56d744(0x1e1)]=null;continue;}break;}}['currentRunKey'](){const _0x46ce5b=a134_0x36ade8;return process[_0x46ce5b(0x1c5)]['BROWSERSTACK_CLI_BIN_SESSION_ID']||process['env'][_0x46ce5b(0x1e3)]||null;}[a134_0x36ade8(0x1bc)](){const _0x2c1dd3=a134_0x36ade8,_0x17678b={};_0x17678b[_0x2c1dd3(0x1dd)]=function(_0x2b4e8d,_0x1254d1){return _0x2b4e8d!==_0x1254d1;};const _0x1aed7e=_0x17678b;if(!this[_0x2c1dd3(0x1b9)])return!![];const _0x5647f0=this[_0x2c1dd3(0x1e0)]();if(!_0x5647f0)return![];return _0x1aed7e[_0x2c1dd3(0x1dd)](this[_0x2c1dd3(0x1d6)],_0x5647f0);}['hasScripts'](..._0x23fa9c){const _0x2ec6d4=a134_0x36ade8;return _0x23fa9c[_0x2ec6d4(0x1d7)](_0x49f180=>Boolean(this[_0x49f180]));}[a134_0x36ade8(0x1e8)](){const _0x3de567=a134_0x36ade8,_0x4664c3={};_0x4664c3['WDhcX']=_0x3de567(0x1cc),_0x4664c3[_0x3de567(0x1d2)]=_0x3de567(0x1e5);const _0x281850=_0x4664c3;try{const _0x65f847=_0x281850['WDhcX'][_0x3de567(0x1ac)]('|');let _0x2f2f47=0x0;while(!![]){switch(_0x65f847[_0x2f2f47++]){case'0':this[_0x3de567(0x1b9)]=null;continue;case'1':if(!this[_0x3de567(0x1bc)]())return;continue;case'2':this[_0x3de567(0x1cf)]=null;continue;case'3':this[_0x3de567(0x1e6)]=null;continue;case'4':this['saveTestResults']=null;continue;case'5':fs[_0x3de567(0x1a7)](this['commandsPath'])&&(fs['unlinkSync'](this[_0x3de567(0x1eb)]),logger[_0x3de567(0x1b4)](_0x281850['YtVGS']));continue;case'6':this['fetchedForRunKey']=null;continue;}break;}}catch(_0x423652){logger[_0x3de567(0x1b4)](_0x3de567(0x1a4)+(_0x423652&&_0x423652[_0x3de567(0x1ae)]));}}['parseFromJson'](_0x5f0e49,_0x1cc6c4){const _0x2e0531=a134_0x36ade8,_0x330110={};_0x330110['hzndP']=_0x2e0531(0x1d9),_0x330110[_0x2e0531(0x1a6)]=function(_0x58598e,_0x4e15ab){return _0x58598e===_0x4e15ab;};const _0x295a2c=_0x330110;if(_0x5f0e49[_0x2e0531(0x1a1)]){const _0x53be4e=_0x295a2c['hzndP'][_0x2e0531(0x1ac)]('|');let _0x2c3ad3=0x0;while(!![]){switch(_0x53be4e[_0x2c3ad3++]){case'0':this[_0x2e0531(0x1d6)]=_0x295a2c[_0x2e0531(0x1a6)](_0x1cc6c4,undefined)?this[_0x2e0531(0x1e0)]():_0x1cc6c4;continue;case'1':this['getResultsSummary']=_0x5f0e49[_0x2e0531(0x1a1)]['getResultsSummary'];continue;case'2':this[_0x2e0531(0x1e6)]=_0x5f0e49[_0x2e0531(0x1a1)][_0x2e0531(0x1e6)];continue;case'3':this[_0x2e0531(0x1e1)]=_0x5f0e49[_0x2e0531(0x1a1)][_0x2e0531(0x1b3)];continue;case'4':this[_0x2e0531(0x1b9)]=_0x5f0e49[_0x2e0531(0x1a1)][_0x2e0531(0x1db)];continue;}break;}}this[_0x2e0531(0x1cd)]=_0x5f0e49[_0x2e0531(0x1bd)],this[_0x2e0531(0x1c6)]=_0x5f0e49[_0x2e0531(0x1b6)];}[a134_0x36ade8(0x1be)](_0x12296a,_0x16aa64){const _0x280431=a134_0x36ade8,_0x326dbd={};_0x326dbd[_0x280431(0x1c0)]=function(_0x3a9155,_0x3ad973){return _0x3a9155>_0x3ad973;},_0x326dbd['OaPDD']=function(_0x2bf048,_0x31f935){return _0x2bf048===_0x31f935;},_0x326dbd['xUxka']='scan',_0x326dbd[_0x280431(0x1c8)]=function(_0x56e544,_0x2ab93a){return _0x56e544===_0x2ab93a;},_0x326dbd[_0x280431(0x1ad)]=_0x280431(0x1e6),_0x326dbd[_0x280431(0x1b1)]=function(_0x13dcf5,_0x22669f){return _0x13dcf5===_0x22669f;},_0x326dbd[_0x280431(0x1b2)]=_0x280431(0x1cf),_0x326dbd[_0x280431(0x1a3)]=_0x280431(0x1b3),_0x326dbd[_0x280431(0x1a5)]=function(_0x168416,_0x1286d0){return _0x168416>_0x1286d0;};const _0x5ed504=_0x326dbd;if(_0x12296a&&_0x5ed504['fdWGa'](_0x12296a[_0x280431(0x1b5)],0x0)){for(const _0x27cb46 of _0x12296a){if(_0x5ed504[_0x280431(0x1c9)](_0x27cb46[_0x280431(0x1d0)](),_0x5ed504['xUxka']))this['performScan']=_0x27cb46[_0x280431(0x19f)]();else{if(_0x5ed504[_0x280431(0x1c8)](_0x27cb46[_0x280431(0x1d0)](),_0x5ed504['PYLii']))this[_0x280431(0x1e6)]=_0x27cb46[_0x280431(0x19f)]();else{if(_0x5ed504[_0x280431(0x1b1)](_0x27cb46['getName'](),_0x5ed504['flBtn']))this[_0x280431(0x1cf)]=_0x27cb46[_0x280431(0x19f)]();else _0x5ed504['FgNGe'](_0x27cb46['getName'](),_0x5ed504[_0x280431(0x1a3)])&&(this[_0x280431(0x1e1)]=_0x27cb46[_0x280431(0x19f)]());}}}this['fetchedForRunKey']=this[_0x280431(0x1e0)]();}_0x16aa64&&_0x5ed504['IWrsU'](_0x16aa64[_0x280431(0x1b5)],0x0)&&(this['commandsToWrap']=_0x16aa64['map'](_0x5e2604=>{const _0x40e4b1=_0x280431;return{'name':_0x5e2604[_0x40e4b1(0x1d0)](),'method':_0x5e2604['getMethod'](),'library':_0x5e2604[_0x40e4b1(0x1ba)](),'module':_0x5e2604[_0x40e4b1(0x1b7)](),'class':_0x5e2604[_0x40e4b1(0x1d5)]()};}));}[a134_0x36ade8(0x1d4)](_0x38cbfe){const _0x26cfd0=a134_0x36ade8,_0x269353={};_0x269353['NbvqK']=function(_0x14796c,_0xd119c3){return _0x14796c!==_0xd119c3;};const _0xf5e750=_0x269353;try{return _0xf5e750[_0x26cfd0(0x1af)](this['commandsToWrap'][_0x26cfd0(0x1dc)](_0x4e3137=>_0x4e3137[_0x26cfd0(0x1d8)][_0x26cfd0(0x1ab)]()===_0x38cbfe[_0x26cfd0(0x1ab)]()),-0x1);}catch(_0xc33db8){logger[_0x26cfd0(0x1b4)]('Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20'+_0xc33db8);}return![];}[a134_0x36ade8(0x1a0)](){const _0x48b62a=a134_0x36ade8;!fs[_0x48b62a(0x1a7)](this['browserstackFolderPath'])&&fs[_0x48b62a(0x1ea)](this[_0x48b62a(0x1cb)]),fs['writeFileSync'](this[_0x48b62a(0x1eb)],JSON[_0x48b62a(0x1b0)]({'scripts':{'scan':this[_0x48b62a(0x1b9)],'getResults':this['getResults'],'getResultsSummary':this[_0x48b62a(0x1cf)],'saveResults':this[_0x48b62a(0x1e1)]},'commands':this[_0x48b62a(0x1cd)],'nonBStackInfraA11yChromeOptions':this[_0x48b62a(0x1c6)],'runKey':this[_0x48b62a(0x1d6)]}));}[a134_0x36ade8(0x1d3)](){const _0x32f513=a134_0x36ade8,_0x4b139c={'DMvrM':function(_0x5c27b4,_0x2e8b6f){return _0x5c27b4(_0x2e8b6f);}};if(fs['existsSync'](this['commandsPath'])){const _0x20773b=_0x4b139c['DMvrM'](require,this[_0x32f513(0x1eb)]);this[_0x32f513(0x1da)](_0x20773b,_0x20773b[_0x32f513(0x1bb)]||null);}}}module[a134_0x36ade8(0x1e9)]=new Scripts();function a134_0x3bb2(){const _0xfe2671=['SOfwO','[Scripts]\x20could\x20not\x20discard\x20a11y\x20script\x20cache:\x20','IWrsU','zvGGU','existsSync','../../helpers/logger','../helper','3697362TiWTCI','toLowerCase','split','PYLii','message','NbvqK','stringify','VjSae','flBtn','saveResults','debug','length','nonBStackInfraA11yChromeOptions','getModule','5184820MZqest','performScan','getLibrary','runKey','needsRefreshForCurrentRun','commands','parseFromProto','10730160LtXbTS','fdWGa','230VpxDxv','6963979CumgYK','join','getWritableBrowserstackDir','env','ChromeExtension','xNrbp','FgNGe','OaPDD','winstonLogger','browserstackFolderPath','1|5|0|3|2|4|6','commandsToWrap','4SOXMZd','getResultsSummary','getName','80OIehMS','YtVGS','fromJson','shouldWrapCommand','getClass','fetchedForRunKey','every','name','4|2|1|3|0','parseFromJson','scan','findIndex','FgpZM','7lFBPeR','commands.json','currentRunKey','saveTestResults','4189744TZNcMV','BROWSERSTACK_TESTHUB_UUID','11345gJDiIK','[Scripts]\x20discarded\x20a11y\x20script\x20cache\x20left\x20by\x20a\x20previous\x20run','getResults','AlEaw','discardIfForeign','exports','mkdirSync','commandsPath','getCommand','toJson','scripts','2026314HTTjSX'];a134_0x3bb2=function(){return _0xfe2671;};return a134_0x3bb2();}
1
+ const a134_0xbe941f=a134_0xf762;(function(_0x1af425,_0x8b6a9f){const _0x175cd6=a134_0xf762,_0x44a2a1=_0x1af425();while(!![]){try{const _0x1f9d4c=-parseInt(_0x175cd6(0x180))/0x1*(-parseInt(_0x175cd6(0x189))/0x2)+parseInt(_0x175cd6(0x145))/0x3+-parseInt(_0x175cd6(0x168))/0x4*(-parseInt(_0x175cd6(0x14d))/0x5)+-parseInt(_0x175cd6(0x13c))/0x6+-parseInt(_0x175cd6(0x15c))/0x7*(parseInt(_0x175cd6(0x16f))/0x8)+-parseInt(_0x175cd6(0x14a))/0x9*(parseInt(_0x175cd6(0x160))/0xa)+-parseInt(_0x175cd6(0x179))/0xb;if(_0x1f9d4c===_0x8b6a9f)break;else _0x44a2a1['push'](_0x44a2a1['shift']());}catch(_0xb9efcf){_0x44a2a1['push'](_0x44a2a1['shift']());}}}(a134_0xee4a,0xc9230));const path=require('path'),fs=require('fs'),logger=require(a134_0xbe941f(0x170))[a134_0xbe941f(0x13f)],helper=require(a134_0xbe941f(0x16c));class Scripts{constructor(){const _0x543d40=a134_0xbe941f,_0x460cc1={};_0x460cc1[_0x543d40(0x183)]=_0x543d40(0x173),_0x460cc1[_0x543d40(0x18a)]='commands.json';const _0x479d67=_0x460cc1,_0x188967=_0x479d67['gyjZj'][_0x543d40(0x13e)]('|');let _0x3d7b92=0x0;while(!![]){switch(_0x188967[_0x3d7b92++]){case'0':this['performScan']=null;continue;case'1':this['getResultsSummary']=null;continue;case'2':this[_0x543d40(0x156)]=helper[_0x543d40(0x167)]();continue;case'3':this[_0x543d40(0x15d)]=null;continue;case'4':this['commandsPath']=path[_0x543d40(0x17d)](this['browserstackFolderPath'],_0x479d67[_0x543d40(0x18a)]);continue;case'5':this[_0x543d40(0x15f)]=null;continue;case'6':this[_0x543d40(0x155)]=null;continue;case'7':this[_0x543d40(0x163)]();continue;}break;}}[a134_0xbe941f(0x157)](){const _0x5f3d0c=a134_0xbe941f;return process['env'][_0x5f3d0c(0x181)]||process[_0x5f3d0c(0x14e)][_0x5f3d0c(0x16e)]||null;}[a134_0xbe941f(0x150)](){const _0x4891ba=a134_0xbe941f,_0x57999c={};_0x57999c[_0x4891ba(0x15e)]=function(_0x1ae52a,_0x2a1969){return _0x1ae52a!==_0x2a1969;};const _0x2ed99b=_0x57999c;if(!this[_0x4891ba(0x16b)])return!![];const _0x2fde61=this[_0x4891ba(0x157)]();if(!_0x2fde61)return![];return _0x2ed99b[_0x4891ba(0x15e)](this[_0x4891ba(0x15d)],_0x2fde61);}[a134_0xbe941f(0x16a)](..._0x8e0f94){const _0x454b01=a134_0xbe941f;return _0x8e0f94[_0x454b01(0x172)](_0x317a84=>Boolean(this[_0x317a84]));}[a134_0xbe941f(0x14f)](){const _0x9de815=a134_0xbe941f,_0x5cd4df={};_0x5cd4df['BoNKA']=_0x9de815(0x17e),_0x5cd4df[_0x9de815(0x15b)]=_0x9de815(0x151);const _0x3a0f01=_0x5cd4df;try{const _0x59fc0e=_0x3a0f01['BoNKA'][_0x9de815(0x13e)]('|');let _0x45d664=0x0;while(!![]){switch(_0x59fc0e[_0x45d664++]){case'0':this[_0x9de815(0x16b)]=null;continue;case'1':fs['existsSync'](this[_0x9de815(0x154)])&&(fs[_0x9de815(0x188)](this[_0x9de815(0x154)]),logger[_0x9de815(0x13a)](_0x3a0f01[_0x9de815(0x15b)]));continue;case'2':this[_0x9de815(0x15f)]=null;continue;case'3':this[_0x9de815(0x15d)]=null;continue;case'4':if(!this[_0x9de815(0x150)]())return;continue;case'5':this[_0x9de815(0x140)]=null;continue;case'6':this[_0x9de815(0x155)]=null;continue;}break;}}catch(_0x3d8acb){logger['debug'](_0x9de815(0x159)+(_0x3d8acb&&_0x3d8acb[_0x9de815(0x162)]));}}[a134_0xbe941f(0x13b)](_0x57f65b,_0x3644fb){const _0x3ebcc5=a134_0xbe941f,_0x1aca1d={};_0x1aca1d[_0x3ebcc5(0x13d)]=_0x3ebcc5(0x165),_0x1aca1d[_0x3ebcc5(0x158)]=function(_0x4c62d8,_0x8dbaf1){return _0x4c62d8===_0x8dbaf1;};const _0x42446e=_0x1aca1d;if(_0x57f65b[_0x3ebcc5(0x186)]){const _0x294938=_0x42446e[_0x3ebcc5(0x13d)][_0x3ebcc5(0x13e)]('|');let _0x50d617=0x0;while(!![]){switch(_0x294938[_0x50d617++]){case'0':this[_0x3ebcc5(0x140)]=_0x57f65b[_0x3ebcc5(0x186)]['getResultsSummary'];continue;case'1':this[_0x3ebcc5(0x16b)]=_0x57f65b['scripts']['scan'];continue;case'2':this[_0x3ebcc5(0x15f)]=_0x57f65b[_0x3ebcc5(0x186)][_0x3ebcc5(0x15f)];continue;case'3':this[_0x3ebcc5(0x155)]=_0x57f65b[_0x3ebcc5(0x186)][_0x3ebcc5(0x149)];continue;case'4':this[_0x3ebcc5(0x15d)]=_0x42446e[_0x3ebcc5(0x158)](_0x3644fb,undefined)?this[_0x3ebcc5(0x157)]():_0x3644fb;continue;}break;}}this['commandsToWrap']=_0x57f65b[_0x3ebcc5(0x17b)],this[_0x3ebcc5(0x141)]=_0x57f65b[_0x3ebcc5(0x153)];}[a134_0xbe941f(0x144)](_0x20cdfd,_0x565938){const _0x3560b3=a134_0xbe941f,_0x11f65c={};_0x11f65c[_0x3560b3(0x184)]=function(_0x598d82,_0x371a09){return _0x598d82>_0x371a09;},_0x11f65c[_0x3560b3(0x18b)]=function(_0x403b67,_0x20e9c3){return _0x403b67===_0x20e9c3;},_0x11f65c['whRuP']=_0x3560b3(0x16d),_0x11f65c['PRiWg']=_0x3560b3(0x15f),_0x11f65c[_0x3560b3(0x147)]=function(_0xdaef28,_0x20f6f5){return _0xdaef28===_0x20f6f5;},_0x11f65c['OuHYf']='getResultsSummary',_0x11f65c[_0x3560b3(0x175)]=function(_0x18d671,_0x23d884){return _0x18d671===_0x23d884;},_0x11f65c['eHpsg']=_0x3560b3(0x149),_0x11f65c[_0x3560b3(0x166)]=function(_0x3f2511,_0x6e35a1){return _0x3f2511>_0x6e35a1;};const _0x3319e6=_0x11f65c;if(_0x20cdfd&&_0x3319e6[_0x3560b3(0x184)](_0x20cdfd[_0x3560b3(0x17c)],0x0)){for(const _0x1a1f8a of _0x20cdfd){if(_0x3319e6[_0x3560b3(0x18b)](_0x1a1f8a[_0x3560b3(0x139)](),_0x3319e6['whRuP']))this[_0x3560b3(0x16b)]=_0x1a1f8a[_0x3560b3(0x17a)]();else{if(_0x3319e6[_0x3560b3(0x18b)](_0x1a1f8a['getName'](),_0x3319e6[_0x3560b3(0x148)]))this['getResults']=_0x1a1f8a[_0x3560b3(0x17a)]();else{if(_0x3319e6[_0x3560b3(0x147)](_0x1a1f8a[_0x3560b3(0x139)](),_0x3319e6[_0x3560b3(0x161)]))this[_0x3560b3(0x140)]=_0x1a1f8a[_0x3560b3(0x17a)]();else _0x3319e6['BpQlN'](_0x1a1f8a[_0x3560b3(0x139)](),_0x3319e6[_0x3560b3(0x146)])&&(this[_0x3560b3(0x155)]=_0x1a1f8a[_0x3560b3(0x17a)]());}}}this['fetchedForRunKey']=this[_0x3560b3(0x157)]();}_0x565938&&_0x3319e6[_0x3560b3(0x166)](_0x565938[_0x3560b3(0x17c)],0x0)&&(this[_0x3560b3(0x178)]=_0x565938[_0x3560b3(0x185)](_0x444777=>{const _0x2f1977=_0x3560b3;return{'name':_0x444777[_0x2f1977(0x139)](),'method':_0x444777[_0x2f1977(0x142)](),'library':_0x444777[_0x2f1977(0x143)](),'module':_0x444777['getModule'](),'class':_0x444777[_0x2f1977(0x174)]()};}));}[a134_0xbe941f(0x14c)](_0x1adef2){const _0x5204=a134_0xbe941f,_0x1689c3={};_0x1689c3['bESyM']=function(_0x3c8f2c,_0x5a7258){return _0x3c8f2c!==_0x5a7258;};const _0x40d855=_0x1689c3;try{return _0x40d855[_0x5204(0x182)](this[_0x5204(0x178)][_0x5204(0x171)](_0x556aea=>_0x556aea[_0x5204(0x15a)][_0x5204(0x152)]()===_0x1adef2[_0x5204(0x152)]()),-0x1);}catch(_0x29f4d7){logger[_0x5204(0x13a)](_0x5204(0x177)+_0x29f4d7);}return![];}[a134_0xbe941f(0x176)](){const _0x424202=a134_0xbe941f;!fs[_0x424202(0x14b)](this[_0x424202(0x156)])&&fs[_0x424202(0x164)](this[_0x424202(0x156)]),fs[_0x424202(0x187)](this[_0x424202(0x154)],JSON['stringify']({'scripts':{'scan':this[_0x424202(0x16b)],'getResults':this[_0x424202(0x15f)],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x424202(0x155)]},'commands':this[_0x424202(0x178)],'nonBStackInfraA11yChromeOptions':this[_0x424202(0x141)],'runKey':this['fetchedForRunKey']}));}['fromJson'](){const _0x33be3e=a134_0xbe941f,_0x30cf80={'qZAfE':function(_0x26356f,_0x43cfb0){return _0x26356f(_0x43cfb0);}};if(fs[_0x33be3e(0x14b)](this['commandsPath'])){const _0x76787f=_0x30cf80[_0x33be3e(0x169)](require,this[_0x33be3e(0x154)]);this[_0x33be3e(0x13b)](_0x76787f,_0x76787f['runKey']||null);}}}module[a134_0xbe941f(0x17f)]=new Scripts();function a134_0xf762(_0x197f7e,_0x40b88d){const _0xee4a70=a134_0xee4a();return a134_0xf762=function(_0xf762ba,_0x30e3c3){_0xf762ba=_0xf762ba-0x139;let _0x4f4c3d=_0xee4a70[_0xf762ba];return _0x4f4c3d;},a134_0xf762(_0x197f7e,_0x40b88d);}function a134_0xee4a(){const _0x17d05c=['commands','length','join','4|1|0|2|5|6|3','exports','2jtiwVK','BROWSERSTACK_CLI_BIN_SESSION_ID','bESyM','gyjZj','OSKJy','map','scripts','writeFileSync','unlinkSync','1236526SLCPuG','MyqGM','whHKE','getName','debug','parseFromJson','1900236DbbyRe','bfCOh','split','winstonLogger','getResultsSummary','ChromeExtension','getMethod','getLibrary','parseFromProto','4098852AAjOGe','eHpsg','gVifB','PRiWg','saveResults','11745GCYMuk','existsSync','shouldWrapCommand','3805PHazFx','env','discardIfForeign','needsRefreshForCurrentRun','[Scripts]\x20discarded\x20a11y\x20script\x20cache\x20left\x20by\x20a\x20previous\x20run','toLowerCase','nonBStackInfraA11yChromeOptions','commandsPath','saveTestResults','browserstackFolderPath','currentRunKey','vzZwG','[Scripts]\x20could\x20not\x20discard\x20a11y\x20script\x20cache:\x20','name','MHJwv','459431xgCSua','fetchedForRunKey','lPvur','getResults','3850PnkSic','OuHYf','message','fromJson','mkdirSync','1|2|0|3|4','Xzhcw','getWritableBrowserstackDir','2056sobCuZ','qZAfE','hasScripts','performScan','../helper','scan','BROWSERSTACK_TESTHUB_UUID','48BaNHvv','../../helpers/logger','findIndex','every','0|5|1|6|3|2|4|7','getClass','BpQlN','toJson','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','commandsToWrap','10528969WutwLJ','getCommand'];a134_0xee4a=function(){return _0x17d05c;};return a134_0xee4a();}
@@ -1 +1 @@
1
- const a135_0x403e1d=a135_0x4f64;(function(_0x57d114,_0x50f79b){const _0x3abbd5=a135_0x4f64,_0x86187=_0x57d114();while(!![]){try{const _0x6042a4=parseInt(_0x3abbd5(0x19f))/0x1+-parseInt(_0x3abbd5(0x19c))/0x2+-parseInt(_0x3abbd5(0x18d))/0x3+-parseInt(_0x3abbd5(0x1a0))/0x4*(parseInt(_0x3abbd5(0x197))/0x5)+-parseInt(_0x3abbd5(0x194))/0x6*(parseInt(_0x3abbd5(0x19a))/0x7)+-parseInt(_0x3abbd5(0x192))/0x8+parseInt(_0x3abbd5(0x1a1))/0x9;if(_0x6042a4===_0x50f79b)break;else _0x86187['push'](_0x86187['shift']());}catch(_0x448db3){_0x86187['push'](_0x86187['shift']());}}}(a135_0x4049,0xf0d51));function a135_0x4f64(_0x38fcc8,_0x4dad02){const _0x4049a1=a135_0x4049();return a135_0x4f64=function(_0x4f6477,_0x2a6bfd){_0x4f6477=_0x4f6477-0x18b;let _0x343c28=_0x4049a1[_0x4f6477];return _0x343c28;},a135_0x4f64(_0x38fcc8,_0x4dad02);}const a135_0x433cb9={};a135_0x433cb9[a135_0x403e1d(0x18b)]=a135_0x403e1d(0x18c),a135_0x433cb9[a135_0x403e1d(0x196)]=a135_0x403e1d(0x19d),module[a135_0x403e1d(0x198)]=a135_0x433cb9;const _env=(process[a135_0x403e1d(0x199)][a135_0x403e1d(0x190)]||a135_0x403e1d(0x19e))[a135_0x403e1d(0x1a2)]();function a135_0x4049(){const _0x48159a=['3373688fBkvKF','https://grid-devhst.bsstag.com/dashboard/builds','12VlSjeP','preprod','API_ENDPOINT','15qlvbGx','exports','env','4101566QnIRPd','staging','3910280iYQrEs','automate-turboscale/v1','prod','967006WdToFX','914348meBrtJ','55219068URPhaX','toLowerCase','BUILDS_DASHBOARD_URL','https://grid.browserstack.com/dashboard/builds','5644563gvlaJu','stag','pre-prod','BROWSERSTACK_ENV','https://grid-preprod.bsstag.com/dashboard/builds'];a135_0x4049=function(){return _0x48159a;};return a135_0x4049();}if(_env===a135_0x403e1d(0x19b)||_env===a135_0x403e1d(0x18e))module['exports'][a135_0x403e1d(0x18b)]=a135_0x403e1d(0x193);else(_env===a135_0x403e1d(0x195)||_env===a135_0x403e1d(0x18f))&&(module[a135_0x403e1d(0x198)][a135_0x403e1d(0x18b)]=a135_0x403e1d(0x191));
1
+ function a135_0x2d1c(_0x21de09,_0x51a489){const _0x38af5e=a135_0x38af();return a135_0x2d1c=function(_0x2d1cfc,_0x288e88){_0x2d1cfc=_0x2d1cfc-0x174;let _0x48d1d1=_0x38af5e[_0x2d1cfc];return _0x48d1d1;},a135_0x2d1c(_0x21de09,_0x51a489);}const a135_0x1140ea=a135_0x2d1c;(function(_0x46f146,_0x334e8a){const _0x407343=a135_0x2d1c,_0x32eb45=_0x46f146();while(!![]){try{const _0x20d5de=-parseInt(_0x407343(0x17a))/0x1+parseInt(_0x407343(0x17d))/0x2+-parseInt(_0x407343(0x176))/0x3*(parseInt(_0x407343(0x175))/0x4)+parseInt(_0x407343(0x182))/0x5+parseInt(_0x407343(0x187))/0x6+parseInt(_0x407343(0x174))/0x7*(-parseInt(_0x407343(0x180))/0x8)+-parseInt(_0x407343(0x179))/0x9*(parseInt(_0x407343(0x181))/0xa);if(_0x20d5de===_0x334e8a)break;else _0x32eb45['push'](_0x32eb45['shift']());}catch(_0x3a6b3b){_0x32eb45['push'](_0x32eb45['shift']());}}}(a135_0x38af,0x1dc70));const a135_0x2f734c={};a135_0x2f734c[a135_0x1140ea(0x17e)]=a135_0x1140ea(0x185),a135_0x2f734c[a135_0x1140ea(0x178)]=a135_0x1140ea(0x17c),module[a135_0x1140ea(0x184)]=a135_0x2f734c;function a135_0x38af(){const _0x21cc22=['env','496pCPjOR','170nFYoYi','476180xMLVNE','https://grid-preprod.bsstag.com/dashboard/builds','exports','https://grid.browserstack.com/dashboard/builds','BROWSERSTACK_ENV','958434nsGVyH','12488CENnnH','172Vxxkpv','1938KHRdpE','stag','API_ENDPOINT','53667mdLGui','89736cLMFws','staging','automate-turboscale/v1','392972NMmIem','BUILDS_DASHBOARD_URL'];a135_0x38af=function(){return _0x21cc22;};return a135_0x38af();}const _env=(process[a135_0x1140ea(0x17f)][a135_0x1140ea(0x186)]||'prod')['toLowerCase']();if(_env===a135_0x1140ea(0x17b)||_env===a135_0x1140ea(0x177))module['exports'][a135_0x1140ea(0x17e)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env==='preprod'||_env==='pre-prod')&&(module[a135_0x1140ea(0x184)][a135_0x1140ea(0x17e)]=a135_0x1140ea(0x183));
@@ -1 +1 @@
1
- function a136_0x5cbe(){const _0x3fe95a=['BROWSERSTACK_BUILD_PRIORITY','135030typtyu','22qmuMSd','1344078clfrYt','gRoXe','2336060dFwmJy','23647704SmFMuZ','medium','buildTags','56oRIdqq','turboScale','NO_GRID_NAME_PASSED','3mGWZpr','isArray','136oGyeAg','TURBOSCALE_OPTIONS','BROWSERSTACK_BUILD_TAGS','buildPriority','getTurboScaleCaps','options','toLowerCase','split','544594wVxGTp','gridName','3615fhmyrD','GsKLX','252vZaSlU','turboScaleOptions','pLpJB','gkVSU','env','isTurboScaleSession','true','214995JZlzAR','getTurboScaleGridName'];a136_0x5cbe=function(){return _0x3fe95a;};return a136_0x5cbe();}function a136_0xf40d(_0x1d529a,_0x39db2f){const _0x5cbef8=a136_0x5cbe();return a136_0xf40d=function(_0xf40d2b,_0x5d25af){_0xf40d2b=_0xf40d2b-0x105;let _0x5318cf=_0x5cbef8[_0xf40d2b];return _0x5318cf;},a136_0xf40d(_0x1d529a,_0x39db2f);}const a136_0x54944f=a136_0xf40d;(function(_0x55eeb7,_0x4c5902){const _0x2ec55c=a136_0xf40d,_0x5038be=_0x55eeb7();while(!![]){try{const _0x4f7b2f=parseInt(_0x2ec55c(0x125))/0x1*(-parseInt(_0x2ec55c(0x10c))/0x2)+-parseInt(_0x2ec55c(0x10e))/0x3*(-parseInt(_0x2ec55c(0x127))/0x4)+parseInt(_0x2ec55c(0x117))/0x5+parseInt(_0x2ec55c(0x110))/0x6*(parseInt(_0x2ec55c(0x11a))/0x7)+-parseInt(_0x2ec55c(0x122))/0x8*(parseInt(_0x2ec55c(0x11c))/0x9)+-parseInt(_0x2ec55c(0x11e))/0xa*(parseInt(_0x2ec55c(0x11b))/0xb)+parseInt(_0x2ec55c(0x11f))/0xc;if(_0x4f7b2f===_0x4c5902)break;else _0x5038be['push'](_0x5038be['shift']());}catch(_0x1b55a8){_0x5038be['push'](_0x5038be['shift']());}}}(a136_0x5cbe,0x82afe));const constants=require('../../bin/utils/constants');exports['getTurboScaleOptions']=()=>{const _0x44a9ea=a136_0xf40d;if(!constants[_0x44a9ea(0x105)]['options'])return{};return constants[_0x44a9ea(0x105)][_0x44a9ea(0x109)];},exports[a136_0x54944f(0x118)]=_0x9d44ef=>{const _0x2423ab=a136_0x54944f,_0x54bdde={};_0x54bdde[_0x2423ab(0x112)]=_0x2423ab(0x124);const _0x19d6a0=_0x54bdde;if(_0x9d44ef[_0x2423ab(0x111)]&&_0x9d44ef[_0x2423ab(0x111)][_0x2423ab(0x10d)])return _0x9d44ef[_0x2423ab(0x111)][_0x2423ab(0x10d)];if(process[_0x2423ab(0x114)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x2423ab(0x114)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x19d6a0['pLpJB'];},exports[a136_0x54944f(0x115)]=_0x2013c0=>{const _0x56fe56=a136_0x54944f,_0x429726={};_0x429726[_0x56fe56(0x11d)]=function(_0x528528,_0x1211d0){return _0x528528===_0x1211d0;},_0x429726[_0x56fe56(0x10f)]=_0x56fe56(0x116);const _0x3ab789=_0x429726;return _0x2013c0&&_0x2013c0[_0x56fe56(0x123)]&&_0x3ab789[_0x56fe56(0x11d)](_0x2013c0[_0x56fe56(0x123)]['toString']()[_0x56fe56(0x10a)](),_0x3ab789[_0x56fe56(0x10f)]);},exports[a136_0x54944f(0x108)]=(_0x401b38,_0x3308d0,_0x34ab80)=>{const _0x5919a8=a136_0x54944f,_0x5d3f2d={};_0x5d3f2d[_0x5919a8(0x113)]=_0x5919a8(0x120);const _0x227497=_0x5d3f2d,_0x57a17d={};_0x57a17d[_0x5919a8(0x107)]=_0x227497[_0x5919a8(0x113)];_0x401b38[_0x5919a8(0x121)]&&(_0x57a17d['buildTags']=Array[_0x5919a8(0x126)](_0x401b38['buildTags'])?_0x401b38[_0x5919a8(0x121)]:_0x401b38['buildTags'][_0x5919a8(0x10b)](','));if(process[_0x5919a8(0x114)]['BROWSERSTACK_BUILD_TAGS'])try{_0x57a17d[_0x5919a8(0x121)]=process['env']['BROWSERSTACK_BUILD_TAGS'][_0x5919a8(0x10b)](',');}catch{_0x57a17d['buildTags']=process[_0x5919a8(0x114)][_0x5919a8(0x106)];}return _0x401b38[_0x5919a8(0x107)]&&(_0x57a17d[_0x5919a8(0x107)]=_0x401b38[_0x5919a8(0x107)]),process['env'][_0x5919a8(0x119)]&&(_0x57a17d[_0x5919a8(0x107)]=process[_0x5919a8(0x114)][_0x5919a8(0x119)]),_0x57a17d;};
1
+ const a136_0x1207b3=a136_0x31c9;(function(_0x54f7a6,_0x5c04d0){const _0x4ad2f9=a136_0x31c9,_0x526949=_0x54f7a6();while(!![]){try{const _0x87d6f=-parseInt(_0x4ad2f9(0x1f9))/0x1*(-parseInt(_0x4ad2f9(0x1e0))/0x2)+-parseInt(_0x4ad2f9(0x1ec))/0x3+parseInt(_0x4ad2f9(0x1e2))/0x4+-parseInt(_0x4ad2f9(0x1ef))/0x5+parseInt(_0x4ad2f9(0x1f4))/0x6+-parseInt(_0x4ad2f9(0x1ee))/0x7*(-parseInt(_0x4ad2f9(0x1f7))/0x8)+parseInt(_0x4ad2f9(0x1dc))/0x9*(-parseInt(_0x4ad2f9(0x1d9))/0xa);if(_0x87d6f===_0x5c04d0)break;else _0x526949['push'](_0x526949['shift']());}catch(_0x225db7){_0x526949['push'](_0x526949['shift']());}}}(a136_0x2aab,0x563d5));const constants=require(a136_0x1207b3(0x1e7));function a136_0x31c9(_0x22850b,_0x44015c){const _0x2aabfd=a136_0x2aab();return a136_0x31c9=function(_0x31c974,_0xbc0d8c){_0x31c974=_0x31c974-0x1d8;let _0x3e6184=_0x2aabfd[_0x31c974];return _0x3e6184;},a136_0x31c9(_0x22850b,_0x44015c);}exports[a136_0x1207b3(0x1df)]=()=>{const _0x5c4697=a136_0x1207b3;if(!constants[_0x5c4697(0x1e3)][_0x5c4697(0x1da)])return{};return constants[_0x5c4697(0x1e3)][_0x5c4697(0x1da)];},exports[a136_0x1207b3(0x1de)]=_0x406ce6=>{const _0x6c76a1=a136_0x1207b3,_0x940767={};_0x940767[_0x6c76a1(0x1e9)]='NO_GRID_NAME_PASSED';const _0xe5e3a0=_0x940767;if(_0x406ce6[_0x6c76a1(0x1f6)]&&_0x406ce6[_0x6c76a1(0x1f6)][_0x6c76a1(0x1eb)])return _0x406ce6[_0x6c76a1(0x1f6)][_0x6c76a1(0x1eb)];if(process[_0x6c76a1(0x1f3)][_0x6c76a1(0x1dd)])return process[_0x6c76a1(0x1f3)][_0x6c76a1(0x1dd)];return _0xe5e3a0[_0x6c76a1(0x1e9)];},exports[a136_0x1207b3(0x1f0)]=_0x473810=>{const _0x51fc59=a136_0x1207b3,_0x5a5564={};_0x5a5564[_0x51fc59(0x1e1)]=function(_0x3d901b,_0x1ae710){return _0x3d901b===_0x1ae710;},_0x5a5564[_0x51fc59(0x1db)]=_0x51fc59(0x1ed);const _0x2c5cf6=_0x5a5564;return _0x473810&&_0x473810['turboScale']&&_0x2c5cf6[_0x51fc59(0x1e1)](_0x473810[_0x51fc59(0x1e6)]['toString']()[_0x51fc59(0x1d8)](),_0x2c5cf6[_0x51fc59(0x1db)]);},exports[a136_0x1207b3(0x1f1)]=(_0xd0c374,_0x2e6c38,_0x5437dc)=>{const _0x8a738b=a136_0x1207b3,_0x2cdd69={};_0x2cdd69['jzbmy']='medium';const _0x164f88=_0x2cdd69,_0x453a5d={};_0x453a5d[_0x8a738b(0x1f8)]=_0x164f88[_0x8a738b(0x1f5)];_0xd0c374[_0x8a738b(0x1ea)]&&(_0x453a5d[_0x8a738b(0x1ea)]=Array[_0x8a738b(0x1e4)](_0xd0c374['buildTags'])?_0xd0c374['buildTags']:_0xd0c374['buildTags'][_0x8a738b(0x1e8)](','));if(process[_0x8a738b(0x1f3)]['BROWSERSTACK_BUILD_TAGS'])try{_0x453a5d[_0x8a738b(0x1ea)]=process[_0x8a738b(0x1f3)][_0x8a738b(0x1f2)][_0x8a738b(0x1e8)](',');}catch{_0x453a5d[_0x8a738b(0x1ea)]=process[_0x8a738b(0x1f3)][_0x8a738b(0x1f2)];}return _0xd0c374[_0x8a738b(0x1f8)]&&(_0x453a5d[_0x8a738b(0x1f8)]=_0xd0c374[_0x8a738b(0x1f8)]),process[_0x8a738b(0x1f3)][_0x8a738b(0x1e5)]&&(_0x453a5d[_0x8a738b(0x1f8)]=process[_0x8a738b(0x1f3)][_0x8a738b(0x1e5)]),_0x453a5d;};function a136_0x2aab(){const _0x4238f2=['MUHtJ','126GOusiE','BROWSERSTACK_TURBOSCALE_GRID_NAME','getTurboScaleGridName','getTurboScaleOptions','43498HrXzlK','NEFEU','1997092iVsskv','TURBOSCALE_OPTIONS','isArray','BROWSERSTACK_BUILD_PRIORITY','turboScale','../../bin/utils/constants','split','eTyBj','buildTags','gridName','1389351QSmqSi','true','336LWIovb','655200qrJJWH','isTurboScaleSession','getTurboScaleCaps','BROWSERSTACK_BUILD_TAGS','env','1632486BlwZKO','jzbmy','turboScaleOptions','9488pHZtWs','buildPriority','32XPsjmt','toLowerCase','412040FwDevm','options'];a136_0x2aab=function(){return _0x4238f2;};return a136_0x2aab();}
@@ -1 +1 @@
1
- 'use strict';const a137_0x21d0f5=a137_0x556d;(function(_0x2902d2,_0x55b18e){const _0x82f06f=a137_0x556d,_0x351309=_0x2902d2();while(!![]){try{const _0x39a81b=-parseInt(_0x82f06f(0x17d))/0x1*(parseInt(_0x82f06f(0x158))/0x2)+-parseInt(_0x82f06f(0x177))/0x3*(parseInt(_0x82f06f(0x164))/0x4)+parseInt(_0x82f06f(0x179))/0x5*(parseInt(_0x82f06f(0x171))/0x6)+-parseInt(_0x82f06f(0x14f))/0x7*(-parseInt(_0x82f06f(0x17a))/0x8)+parseInt(_0x82f06f(0x183))/0x9+parseInt(_0x82f06f(0x191))/0xa*(-parseInt(_0x82f06f(0x16e))/0xb)+-parseInt(_0x82f06f(0x174))/0xc*(-parseInt(_0x82f06f(0x176))/0xd);if(_0x39a81b===_0x55b18e)break;else _0x351309['push'](_0x351309['shift']());}catch(_0x1ce2ed){_0x351309['push'](_0x351309['shift']());}}}(a137_0x3bfb,0x3cd79));const tls=require('tls'),fs=require('fs'),path=require(a137_0x21d0f5(0x167)),ALLOWED_CA_CERT_EXTENSIONS=[a137_0x21d0f5(0x180),a137_0x21d0f5(0x16a),a137_0x21d0f5(0x196),'.der'];let _patched=![],_logger=null;function _log(_0x2417f9,_0x342675){const _0x2d4bae=a137_0x21d0f5,_0x3e89a1={};_0x3e89a1[_0x2d4bae(0x182)]=function(_0x5793e8,_0x4fd123){return _0x5793e8||_0x4fd123;},_0x3e89a1[_0x2d4bae(0x175)]=function(_0x54876a,_0x276adc){return _0x54876a===_0x276adc;},_0x3e89a1[_0x2d4bae(0x155)]=_0x2d4bae(0x153);const _0x40977d=_0x3e89a1;try{const _0x89ba4=_0x40977d[_0x2d4bae(0x182)](_logger,console);_0x40977d[_0x2d4bae(0x175)](typeof _0x89ba4[_0x2417f9],_0x40977d[_0x2d4bae(0x155)])&&_0x89ba4[_0x2417f9](_0x342675);}catch(_0x272b12){}}function derToPem(_0x2427f7){const _0x2aa2f8=a137_0x21d0f5,_0x810f44={};_0x810f44[_0x2aa2f8(0x188)]=_0x2aa2f8(0x154),_0x810f44['QIoIK']='$1\x0a';const _0x335f60=_0x810f44,_0x233edb=_0x2427f7[_0x2aa2f8(0x197)](_0x335f60['wdIwJ'])['replace'](/(.{64})/g,_0x335f60[_0x2aa2f8(0x194)]);return _0x2aa2f8(0x18a)+_0x233edb+(_0x233edb['endsWith']('\x0a')?'':'\x0a')+_0x2aa2f8(0x193);}function loadCaCertsAsPem(_0x14404e){const _0x381753=a137_0x21d0f5,_0x2e8f8b={'RtMIw':'-----BEGIN\x20CERTIFICATE-----','hMjkZ':_0x381753(0x17c),'cGlfn':function(_0x5d2a68,_0x21a9a3){return _0x5d2a68(_0x21a9a3);}};if(_0x14404e[_0x381753(0x19a)](_0x2e8f8b[_0x381753(0x181)]))return _0x14404e[_0x381753(0x197)](_0x2e8f8b[_0x381753(0x150)])[_0x381753(0x19d)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)||[];return[_0x2e8f8b[_0x381753(0x17e)](derToPem,_0x14404e)];}function resolveCaCertPath(_0x5783bc){const _0x276994=a137_0x21d0f5,_0x207fbb={'DOMyY':function(_0x54ad04,_0xdd94c4){return _0x54ad04(_0xdd94c4);},'gptau':function(_0x380f0d,_0x2fa00b,_0x49a03e){return _0x380f0d(_0x2fa00b,_0x49a03e);},'fYIcz':_0x276994(0x190),'ltfOq':function(_0x5b84b4,_0x5290b8){return _0x5b84b4||_0x5290b8;},'fHOAC':_0x276994(0x15c)};let _0x250e11=process[_0x276994(0x162)]['BROWSERSTACK_EXTRA_CA_CERTS'];(!_0x250e11||!_0x250e11[_0x276994(0x19c)]())&&_0x5783bc&&_0x5783bc[_0x276994(0x14c)]&&(_0x250e11=_0x5783bc[_0x276994(0x14c)]);if(!_0x250e11||!_0x207fbb[_0x276994(0x186)](String,_0x250e11)[_0x276994(0x19c)]())return null;_0x250e11=_0x207fbb[_0x276994(0x186)](String,_0x250e11)['trim']();if(!path[_0x276994(0x15a)](_0x250e11))return _0x207fbb[_0x276994(0x161)](_log,_0x207fbb[_0x276994(0x15e)],_0x276994(0x18b)+_0x250e11),null;const _0xd3c5b=path[_0x276994(0x151)](_0x250e11)[_0x276994(0x157)]();if(!ALLOWED_CA_CERT_EXTENSIONS[_0x276994(0x19a)](_0xd3c5b))return _0x207fbb[_0x276994(0x161)](_log,_0x207fbb[_0x276994(0x15e)],_0x276994(0x18d)+_0x207fbb['ltfOq'](_0xd3c5b,_0x207fbb[_0x276994(0x170)])+'\x27,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20'+_0x250e11),null;try{if(fs[_0x276994(0x160)](_0x250e11)&&fs['statSync'](_0x250e11)[_0x276994(0x187)]())return _0x250e11;_0x207fbb[_0x276994(0x161)](_log,_0x207fbb[_0x276994(0x15e)],_0x276994(0x152)+_0x250e11);}catch(_0xa660f2){_0x207fbb[_0x276994(0x161)](_log,_0x207fbb[_0x276994(0x15e)],_0x276994(0x195)+_0x250e11+':\x20'+_0xa660f2['message']);}return null;}function setupCaCertificate(_0x3bfde1,_0x1c0136){const _0x17c641=a137_0x21d0f5,_0x42c5ff={'WFEoC':function(_0x4987f7,_0x5ec321){return _0x4987f7(_0x5ec321);},'OcrdY':_0x17c641(0x19b),'ZOosU':function(_0x16c054,_0x3e91d2){return _0x16c054(_0x3e91d2);},'rNtiZ':function(_0x40097f,_0x289bb5,_0x25cc52){return _0x40097f(_0x289bb5,_0x25cc52);},'rRlSN':'warn','vDDVS':function(_0x38bac9,_0x3c5490){return _0x38bac9(_0x3c5490);},'teavu':_0x17c641(0x17f),'NxtvA':_0x17c641(0x14b),'AJTfg':function(_0x1b7ae7,_0x57fbb4){return _0x1b7ae7|_0x57fbb4;},'yhxch':function(_0x134990,_0x379554){return _0x134990|_0x379554;},'doMFD':function(_0x10c67d,_0x28b1a6,_0x22e296){return _0x10c67d(_0x28b1a6,_0x22e296);},'DsCHM':'info'};_0x1c0136&&(_logger=_0x1c0136);if(_patched)return;try{const _0x5859bb=_0x42c5ff[_0x17c641(0x166)](resolveCaCertPath,_0x3bfde1);if(!_0x5859bb)return;const _0x2c08b1=fs['readFileSync'](_0x5859bb),_0x1e4809=_0x2c08b1[_0x17c641(0x19a)](_0x42c5ff[_0x17c641(0x172)]),_0x351b6b=_0x42c5ff[_0x17c641(0x149)](loadCaCertsAsPem,_0x2c08b1);if(!_0x351b6b['length']){_0x42c5ff['rNtiZ'](_log,_0x42c5ff[_0x17c641(0x165)],_0x17c641(0x18f)+_0x5859bb+_0x17c641(0x192));return;}const _0x2525e7=tls[_0x17c641(0x14e)];tls[_0x17c641(0x14e)]=function(_0x1fd267={}){const _0x4e5798=_0x17c641,_0x3878b6=_0x42c5ff[_0x4e5798(0x166)](_0x2525e7,_0x1fd267);for(const _0x1623e4 of _0x351b6b){try{_0x3878b6[_0x4e5798(0x14d)]['addCACert'](_0x1623e4);}catch(_0x45d96c){}}return _0x3878b6;};if(!process['env'][_0x17c641(0x18e)]){let _0x560c51=_0x5859bb;if(!_0x1e4809){const _0x14b43a=_0x42c5ff[_0x17c641(0x156)](require,'os'),_0xcc6558=fs['mkdtempSync'](path[_0x17c641(0x198)](_0x14b43a[_0x17c641(0x189)](),_0x42c5ff[_0x17c641(0x185)]));_0x560c51=path['join'](_0xcc6558,_0x42c5ff['NxtvA']);const _0x47f52b=fs[_0x17c641(0x169)](_0x560c51,_0x42c5ff[_0x17c641(0x163)](_0x42c5ff['AJTfg'](_0x42c5ff[_0x17c641(0x184)](fs[_0x17c641(0x173)][_0x17c641(0x178)],fs[_0x17c641(0x173)][_0x17c641(0x15d)]),fs[_0x17c641(0x173)][_0x17c641(0x14a)]),fs[_0x17c641(0x173)]['O_NOFOLLOW']||0x0),0x180);try{fs[_0x17c641(0x16c)](_0x47f52b,_0x351b6b[_0x17c641(0x198)](''));}finally{fs['closeSync'](_0x47f52b);}}process[_0x17c641(0x162)][_0x17c641(0x18e)]=_0x560c51;}_patched=!![],_0x42c5ff['doMFD'](_log,_0x42c5ff[_0x17c641(0x159)],_0x17c641(0x15b)+_0x5859bb+_0x17c641(0x199));}catch(_0x79df6f){_0x42c5ff[_0x17c641(0x16f)](_log,_0x42c5ff['rRlSN'],'proxyCaCertificate:\x20setup\x20failed,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20'+_0x79df6f[_0x17c641(0x16b)]);}}function a137_0x556d(_0x5e09bb,_0x444ee1){const _0x3bfb8e=a137_0x3bfb();return a137_0x556d=function(_0x556dda,_0x91e542){_0x556dda=_0x556dda-0x149;let _0x52276b=_0x3bfb8e[_0x556dda];return _0x52276b;},a137_0x556d(_0x5e09bb,_0x444ee1);}function a137_0x3bfb(){const _0x4c8b59=['\x20(merged\x20with\x20system\x20roots).','includes','-----BEGIN\x20CERTIFICATE-----','trim','match','ZOosU','O_EXCL','ca.pem','proxyCaCertificate','context','createSecureContext','63wMUeBK','hMjkZ','extname','proxyCaCertificate:\x20path\x20does\x20not\x20exist\x20or\x20is\x20not\x20a\x20file,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','function','base64','kYRRz','vDDVS','toLowerCase','85208bSbMyw','DsCHM','isAbsolute','proxyCaCertificate:\x20trusting\x20custom\x20CA\x20from\x20','(none)','O_CREAT','fYIcz','loadCaCertsAsPem','existsSync','gptau','env','AJTfg','26684pqvdKG','rRlSN','WFEoC','path','setupCaCertificate','openSync','.crt','message','writeFileSync','derToPem','11UfiKOc','rNtiZ','fHOAC','19770rWRRCS','OcrdY','constants','60zKkecL','OxnfD','834834oCtIYS','117mOBYNi','O_WRONLY','185jsXrOC','85256QNTWLn','resolveCaCertPath','utf8','1IvJSVK','cGlfn','browserstack_sdk_ca_','.pem','RtMIw','mFYCT','2021463qpbwKm','yhxch','teavu','DOMyY','isFile','wdIwJ','tmpdir','-----BEGIN\x20CERTIFICATE-----\x0a','proxyCaCertificate:\x20path\x20must\x20be\x20absolute,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','exports','proxyCaCertificate:\x20unsupported\x20certificate\x20file\x20extension\x20\x27','NODE_EXTRA_CA_CERTS','proxyCaCertificate:\x20no\x20certificate\x20found\x20in\x20','warn','2115430eshyZl',';\x20falling\x20back\x20to\x20system\x20trust\x20store.','-----END\x20CERTIFICATE-----\x0a','QIoIK','proxyCaCertificate:\x20failed\x20to\x20stat\x20cert\x20path\x20','.cer','toString','join'];a137_0x3bfb=function(){return _0x4c8b59;};return a137_0x3bfb();}const a137_0x535bf4={};a137_0x535bf4[a137_0x21d0f5(0x17b)]=resolveCaCertPath,a137_0x535bf4[a137_0x21d0f5(0x168)]=setupCaCertificate,a137_0x535bf4[a137_0x21d0f5(0x15f)]=loadCaCertsAsPem,a137_0x535bf4[a137_0x21d0f5(0x16d)]=derToPem,module[a137_0x21d0f5(0x18c)]=a137_0x535bf4;
1
+ 'use strict';const a137_0xf84927=a137_0x459f;(function(_0x1f2f90,_0x1b9995){const _0x536b63=a137_0x459f,_0x304ad0=_0x1f2f90();while(!![]){try{const _0xf3ba92=parseInt(_0x536b63(0xd3))/0x1+parseInt(_0x536b63(0xef))/0x2*(-parseInt(_0x536b63(0xe3))/0x3)+parseInt(_0x536b63(0x104))/0x4*(-parseInt(_0x536b63(0xd5))/0x5)+-parseInt(_0x536b63(0x105))/0x6*(parseInt(_0x536b63(0xe8))/0x7)+-parseInt(_0x536b63(0x11d))/0x8+-parseInt(_0x536b63(0xe7))/0x9*(parseInt(_0x536b63(0x112))/0xa)+parseInt(_0x536b63(0xd7))/0xb;if(_0xf3ba92===_0x1b9995)break;else _0x304ad0['push'](_0x304ad0['shift']());}catch(_0x5a5604){_0x304ad0['push'](_0x304ad0['shift']());}}}(a137_0x4715,0xbe61e));function a137_0x459f(_0x44640f,_0x5cc18e){const _0x471571=a137_0x4715();return a137_0x459f=function(_0x459fb2,_0x390897){_0x459fb2=_0x459fb2-0xc9;let _0x58c345=_0x471571[_0x459fb2];return _0x58c345;},a137_0x459f(_0x44640f,_0x5cc18e);}function a137_0x4715(){const _0x3a2cbe=['tls','zQOyT','info','.cer','TuiBD','10ZpVIff','message','proxyCaCertificate:\x20failed\x20to\x20stat\x20cert\x20path\x20','addCACert','(none)','join','Vabkq','BROWSERSTACK_EXTRA_CA_CERTS','fsTYg','proxyCaCertificate:\x20setup\x20failed,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','PwGeD','6385208sIJQbO','isAbsolute','exports','writeFileSync','constants','jIWTw','PsBTb','length','proxyCaCertificate:\x20path\x20does\x20not\x20exist\x20or\x20is\x20not\x20a\x20file,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','utf8','-----BEGIN\x20CERTIFICATE-----\x0a','cpvGm','env','vLXLK','klGyH','proxyCaCertificate:\x20trusting\x20custom\x20CA\x20from\x20',';\x20falling\x20back\x20to\x20system\x20trust\x20store.','function','577363vhheNe','browserstack_sdk_ca_','65lCLrvK','PQGhX','43448603tIdMsr','NODE_EXTRA_CA_CERTS','setupCaCertificate','ca.pem','base64','tmpdir','lkhWw','aFCmp','extname','proxyCaCertificate:\x20unsupported\x20certificate\x20file\x20extension\x20\x27','Iwknv','dDKTV','3zGkeLe','includes','statSync','context','10376397htvIMI','49withwj','JdGpU','\x20(merged\x20with\x20system\x20roots).','openSync','O_EXCL','readFileSync','Wjyym','2309290tXBxpF','$1\x0a','derToPem','path','match','mkdtempSync','proxyCaCertificate','ydhId','toLowerCase','plcdN','XpnbQ','uUtJx','\x27,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','loadCaCertsAsPem','trim','.pem','O_CREAT','replace','-----BEGIN\x20CERTIFICATE-----','resolveCaCertPath','endsWith','101204WWGuMX','268104tEWfcV','SzqDN','createSecureContext','vGccl','isFile','toString','existsSync','proxyCaCertificate:\x20path\x20must\x20be\x20absolute,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20'];a137_0x4715=function(){return _0x3a2cbe;};return a137_0x4715();}const tls=require(a137_0xf84927(0x10d)),fs=require('fs'),path=require(a137_0xf84927(0xf2)),ALLOWED_CA_CERT_EXTENSIONS=[a137_0xf84927(0xfe),'.crt',a137_0xf84927(0x110),'.der'];let _patched=![],_logger=null;function _log(_0x53e33d,_0x1d1b85){const _0x562551=a137_0xf84927,_0x3996eb={};_0x3996eb[_0x562551(0x106)]=function(_0x114335,_0x20e104){return _0x114335||_0x20e104;},_0x3996eb[_0x562551(0xe9)]=function(_0xef6b47,_0x4cf13f){return _0xef6b47===_0x4cf13f;},_0x3996eb['dDKTV']=_0x562551(0xd2);const _0xf4c05d=_0x3996eb;try{const _0x4e9377=_0xf4c05d['SzqDN'](_logger,console);_0xf4c05d['JdGpU'](typeof _0x4e9377[_0x53e33d],_0xf4c05d[_0x562551(0xe2)])&&_0x4e9377[_0x53e33d](_0x1d1b85);}catch(_0x49316b){}}function derToPem(_0x45e72d){const _0xf150e2=a137_0xf84927,_0xbb5a4c={};_0xbb5a4c['XpnbQ']=_0xf150e2(0xdb),_0xbb5a4c[_0xf150e2(0xe1)]=_0xf150e2(0xf0);const _0x39971a=_0xbb5a4c,_0x437396=_0x45e72d[_0xf150e2(0x10a)](_0x39971a[_0xf150e2(0xf9)])[_0xf150e2(0x100)](/(.{64})/g,_0x39971a[_0xf150e2(0xe1)]);return _0xf150e2(0xcb)+_0x437396+(_0x437396[_0xf150e2(0x103)]('\x0a')?'':'\x0a')+'-----END\x20CERTIFICATE-----\x0a';}function loadCaCertsAsPem(_0x5f22c2){const _0x3e70ae=a137_0xf84927,_0x233096={'HzTIB':_0x3e70ae(0x101),'oZPVh':_0x3e70ae(0xca),'vGccl':function(_0x40a4d6,_0x235efc){return _0x40a4d6(_0x235efc);}};if(_0x5f22c2[_0x3e70ae(0xe4)](_0x233096['HzTIB']))return _0x5f22c2['toString'](_0x233096['oZPVh'])[_0x3e70ae(0xf3)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)||[];return[_0x233096[_0x3e70ae(0x108)](derToPem,_0x5f22c2)];}function resolveCaCertPath(_0x4349ad){const _0x3ff57c=a137_0xf84927,_0x1fa3d9={'plcdN':function(_0x322cda,_0x107c68){return _0x322cda(_0x107c68);},'lkhWw':function(_0x3f10b2,_0x5d9a8b,_0x595661){return _0x3f10b2(_0x5d9a8b,_0x595661);},'PQGhX':'warn','cpvGm':function(_0x5dac9d,_0x340585,_0x5c9ae7){return _0x5dac9d(_0x340585,_0x5c9ae7);},'Wjyym':function(_0x3a5722,_0x208b85){return _0x3a5722||_0x208b85;},'jIWTw':_0x3ff57c(0x116),'rvioD':function(_0x52c61d,_0x49c27b,_0xcbaf41){return _0x52c61d(_0x49c27b,_0xcbaf41);},'vWdnv':function(_0x2703c9,_0x678d9,_0x4d6c23){return _0x2703c9(_0x678d9,_0x4d6c23);}};let _0x340e5e=process[_0x3ff57c(0xcd)][_0x3ff57c(0x119)];(!_0x340e5e||!_0x340e5e[_0x3ff57c(0xfd)]())&&_0x4349ad&&_0x4349ad[_0x3ff57c(0xf5)]&&(_0x340e5e=_0x4349ad['proxyCaCertificate']);if(!_0x340e5e||!_0x1fa3d9[_0x3ff57c(0xf8)](String,_0x340e5e)['trim']())return null;_0x340e5e=_0x1fa3d9[_0x3ff57c(0xf8)](String,_0x340e5e)[_0x3ff57c(0xfd)]();if(!path[_0x3ff57c(0x11e)](_0x340e5e))return _0x1fa3d9[_0x3ff57c(0xdd)](_log,_0x1fa3d9[_0x3ff57c(0xd6)],_0x3ff57c(0x10c)+_0x340e5e),null;const _0x50277b=path[_0x3ff57c(0xdf)](_0x340e5e)[_0x3ff57c(0xf7)]();if(!ALLOWED_CA_CERT_EXTENSIONS[_0x3ff57c(0xe4)](_0x50277b))return _0x1fa3d9[_0x3ff57c(0xcc)](_log,_0x1fa3d9[_0x3ff57c(0xd6)],_0x3ff57c(0xe0)+_0x1fa3d9[_0x3ff57c(0xee)](_0x50277b,_0x1fa3d9[_0x3ff57c(0x122)])+_0x3ff57c(0xfb)+_0x340e5e),null;try{if(fs[_0x3ff57c(0x10b)](_0x340e5e)&&fs[_0x3ff57c(0xe5)](_0x340e5e)[_0x3ff57c(0x109)]())return _0x340e5e;_0x1fa3d9['rvioD'](_log,_0x1fa3d9[_0x3ff57c(0xd6)],_0x3ff57c(0xc9)+_0x340e5e);}catch(_0x55e6f2){_0x1fa3d9['vWdnv'](_log,_0x1fa3d9[_0x3ff57c(0xd6)],_0x3ff57c(0x114)+_0x340e5e+':\x20'+_0x55e6f2[_0x3ff57c(0x113)]);}return null;}function setupCaCertificate(_0x4f2907,_0x554ab6){const _0x5b3ae5=a137_0xf84927,_0x2fb664={'aFCmp':function(_0x9a0bd4,_0x3504f6){return _0x9a0bd4(_0x3504f6);},'klGyH':function(_0x1fb45c,_0x2c5cf4){return _0x1fb45c(_0x2c5cf4);},'PwGeD':_0x5b3ae5(0x101),'vLXLK':function(_0x8d7e11,_0x952205,_0xd16a14){return _0x8d7e11(_0x952205,_0xd16a14);},'Vabkq':'warn','fsTYg':_0x5b3ae5(0xd4),'ydhId':_0x5b3ae5(0xda),'PsBTb':function(_0x16087d,_0x17e21c){return _0x16087d|_0x17e21c;},'uUtJx':function(_0x45a3fb,_0x169a8a){return _0x45a3fb|_0x169a8a;},'TuiBD':_0x5b3ae5(0x10f),'zQOyT':function(_0x16c6f2,_0x605c64,_0x30bd61){return _0x16c6f2(_0x605c64,_0x30bd61);}};_0x554ab6&&(_logger=_0x554ab6);if(_patched)return;try{const _0x32d9bc=_0x2fb664[_0x5b3ae5(0xcf)](resolveCaCertPath,_0x4f2907);if(!_0x32d9bc)return;const _0x292ea9=fs[_0x5b3ae5(0xed)](_0x32d9bc),_0x4ba1ab=_0x292ea9['includes'](_0x2fb664[_0x5b3ae5(0x11c)]),_0x3d42df=_0x2fb664[_0x5b3ae5(0xcf)](loadCaCertsAsPem,_0x292ea9);if(!_0x3d42df[_0x5b3ae5(0x124)]){_0x2fb664[_0x5b3ae5(0xce)](_log,_0x2fb664[_0x5b3ae5(0x118)],'proxyCaCertificate:\x20no\x20certificate\x20found\x20in\x20'+_0x32d9bc+_0x5b3ae5(0xd1));return;}const _0x5221ea=tls[_0x5b3ae5(0x107)];tls[_0x5b3ae5(0x107)]=function(_0x210845={}){const _0x475a17=_0x5b3ae5,_0x3ee9ae=_0x2fb664[_0x475a17(0xde)](_0x5221ea,_0x210845);for(const _0x2f1c28 of _0x3d42df){try{_0x3ee9ae[_0x475a17(0xe6)][_0x475a17(0x115)](_0x2f1c28);}catch(_0x14b940){}}return _0x3ee9ae;};if(!process[_0x5b3ae5(0xcd)][_0x5b3ae5(0xd8)]){let _0x8f2327=_0x32d9bc;if(!_0x4ba1ab){const _0x55c70a=_0x2fb664[_0x5b3ae5(0xcf)](require,'os'),_0x54aad4=fs[_0x5b3ae5(0xf4)](path[_0x5b3ae5(0x117)](_0x55c70a[_0x5b3ae5(0xdc)](),_0x2fb664[_0x5b3ae5(0x11a)]));_0x8f2327=path[_0x5b3ae5(0x117)](_0x54aad4,_0x2fb664[_0x5b3ae5(0xf6)]);const _0x17df63=fs[_0x5b3ae5(0xeb)](_0x8f2327,_0x2fb664[_0x5b3ae5(0x123)](_0x2fb664['PsBTb'](_0x2fb664[_0x5b3ae5(0xfa)](fs['constants']['O_WRONLY'],fs[_0x5b3ae5(0x121)][_0x5b3ae5(0xff)]),fs[_0x5b3ae5(0x121)][_0x5b3ae5(0xec)]),fs['constants']['O_NOFOLLOW']||0x0),0x180);try{fs[_0x5b3ae5(0x120)](_0x17df63,_0x3d42df[_0x5b3ae5(0x117)](''));}finally{fs['closeSync'](_0x17df63);}}process['env'][_0x5b3ae5(0xd8)]=_0x8f2327;}_patched=!![],_0x2fb664['vLXLK'](_log,_0x2fb664[_0x5b3ae5(0x111)],_0x5b3ae5(0xd0)+_0x32d9bc+_0x5b3ae5(0xea));}catch(_0x483176){_0x2fb664[_0x5b3ae5(0x10e)](_log,_0x2fb664[_0x5b3ae5(0x118)],_0x5b3ae5(0x11b)+_0x483176[_0x5b3ae5(0x113)]);}}const a137_0x3a7c2b={};a137_0x3a7c2b[a137_0xf84927(0x102)]=resolveCaCertPath,a137_0x3a7c2b[a137_0xf84927(0xd9)]=setupCaCertificate,a137_0x3a7c2b[a137_0xf84927(0xfc)]=loadCaCertsAsPem,a137_0x3a7c2b[a137_0xf84927(0xf1)]=derToPem,module[a137_0xf84927(0x11f)]=a137_0x3a7c2b;
@@ -1 +1 @@
1
- function a138_0x5265(_0x68c444,_0x165c9e){var _0x10af2a=a138_0x10af();return a138_0x5265=function(_0x5265a5,_0x468f20){_0x5265a5=_0x5265a5-0x1b9;var _0x379931=_0x10af2a[_0x5265a5];return _0x379931;},a138_0x5265(_0x68c444,_0x165c9e);}function a138_0x10af(){var _0x2c6aa2=['dVlnW','browserstack.testOrchestration.abortBuildOnFailure','useNewWDA','browserstack.testOrchestration.retryTestsOnFailure','webkitResponseTimeout','localizableStringsDir','networkSpeed','BROWSERSTACK_CLIENT_DETOX_VERSION','11931640MpDgZM','safariInitialUrl','wdaLaunchTimeout','rerunTests','androidDeviceReadyTimeout','KRzTm','appWaitDuration','browserstack.buildName','CLICapsMapping','browserstack.local','NdjOL','startIWDP','tapWithShortPressDuration','browserstack.testOrchestration.skipFlakyandFailed','keyPassword','chromedriverExecutableDir','browserstack.logDir','autoWebviewTimeout','xcodeConfigFile','wdaConnectionTimeout','locationServicesEnabled','BROWSERSTACK_LOG_DIR','421168llXNiI','keepKeyChains','browserstack.access_key','enableAsyncExecuteFromHttps','CrGgG','BROWSERSTACK_AUTOMATION','xcodeSigningId','alyzc','connectHardwareKeyboard','noSign','rSBNa','txusa','allowDelayAdb','KTASo','chromedriverArgs','BROWSERSTACK_OBSERVABILITY_DEBUG','retryTestsOnFailure','10hCYDke','unlockType','avd','iNjLJ','xrdjA','browserstackLocal','BROWSERSTACK_ACCESS_KEY','1225791BFxoTS','browserstackConfigFile','5TyztLi','showXcodeLog','appActivity','iosInstallPause','interKeyDelay','launchTimeout','avdLaunchTimeout','clientDetoxVersion','browserstack.automation','appPackage','localeScript','fullContextList','automationName','ignoreHiddenApiPolicyError','chromeOptions','maxTypingFrequency','gpsEnabled','BROWSERSTACK_DEVICE_NAME','useKeystore','kiEBy','PrXdI','remoteAdbHost','buildIdentifier','44QNRZtF','browserstack.app','wdaStartupRetryInterval','locale','showIOSLog','androidNaturalOrientation','autoAcceptAlerts','EoPHr','chromedriverPort','tHYAf','NUDVB','KpSQf','2wCiHNl','processArguments','XeaVy','platformVersion','skipDeviceInitialization','systemPort','ZnHqt','safariOpenLinksInBackground','allowTestPackages','useCarthageSsl','androidDeviceSocket','simpleIsVisibleCheck','ignoreUnimportantViews','updatedWDABundleId','otherApps','mockLocationApp','parallelsPerPlatform','UXzrs','waitForAppScript','10582992bZndBb','browserstack.userName','isHeadless','umPfV','yEeBj','enforceAppInstall','allowTouchIdEnroll','BROWSERSTACK_PARALLELS_PER_PLATFORM','hdBdE','logcatFormat','browserstack.testOrchestration.runPreviouslyFailedFirst','JpYrA','chromedriverPorts','8037612rvwCBe','browserstack.testOrchestration.rerunPreviouslyFailed','XPYzY','sksLu','skipLogCapture','androidScreenshotPath','androidCoverage','xwWQw','autoDismissAlerts','autoGrantPermissions','scaleFactor','nativeWebTap','logLevel','androidInstallTimeout','OlQqd','recreateChromeDriverSessions','browserstackAutomation','QnNsY','dontStopAppOnReset','usePrebuiltWDA','projectName','abortBuildOnFailure','localIdentifier','chromedriverDisableBuildCheck','WWQst','language','xcodeOrgId','adbExecTimeout','userName','preventWDAAttachments','remoteDebugProxy','eventTimings','keystorePassword','accessKey','keystorePath','appClient','webDriverAgentUrl','autoLaunch','browserstack.testOrchestration.smartSelectionFeatureBranches','PmKxa','chromedriverUseSystemExecutable','screenshotWaitTimeout','BROWSERSTACK_BUILD_NAME','udid','smartSelectionFeatureBranches','commandTimeouts','24uOarty','alPzr','1266rkYrog','mUUKu','intentFlags','calendarFormat','app','webkitDebugProxyPort','oVXtR','BROWSERSTACK_LOCAL_IDENTIFIER','EnvCapsMapping','PSqmS','browserstack.parallelsPerPlatform','wdaLocalPort','logcatFilterSpecs','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','NxRmP','wsaRp','remoteAppsCacheLimit','skipLogcatCapture','BROWSERSTACK_BUILD_IDENTIFIER','automation','deviceReadyTimeout','UPxrX','TzjqT','unicodeKeyboard','chromedriverChromeMappingFile','deviceName','wdaStartupRetries','AppiumCaps','intentAction','HlkSu','appWaitPackage','fullReset','oVMEF','nativeInstrumentsLib','enablePerformanceLogging','disableWindowAnimation','kojFB','skipFlakyandFailed','AeVUl','keychainPath','intentCategory','keyAlias','browserstack.device','browserstack.buildIdentifier','osVersion','VVIEG','BROWSERSTACK_OS_VERSION','7730658PbEpzO','browserstack.projectName','logDir','abzHr','hxKwb'];a138_0x10af=function(){return _0x2c6aa2;};return a138_0x10af();}var a138_0x613171=a138_0x5265;(function(_0x2429fe,_0x4ac21b){var _0x3f94bd=a138_0x5265,_0xe0f055=_0x2429fe();while(!![]){try{var _0x277813=-parseInt(_0x3f94bd(0x23d))/0x1*(parseInt(_0x3f94bd(0x1ed))/0x2)+-parseInt(_0x3f94bd(0x23b))/0x3*(-parseInt(_0x3f94bd(0x28f))/0x4)+-parseInt(_0x3f94bd(0x1ca))/0x5*(parseInt(_0x3f94bd(0x20d))/0x6)+parseInt(_0x3f94bd(0x1c8))/0x7+-parseInt(_0x3f94bd(0x279))/0x8+parseInt(_0x3f94bd(0x26c))/0x9*(-parseInt(_0x3f94bd(0x1c1))/0xa)+-parseInt(_0x3f94bd(0x1e1))/0xb*(-parseInt(_0x3f94bd(0x200))/0xc);if(_0x277813===_0x4ac21b)break;else _0xe0f055['push'](_0xe0f055['shift']());}catch(_0x3b0faa){_0xe0f055['push'](_0xe0f055['shift']());}}}(a138_0x10af,0xd0744),exports[a138_0x613171(0x281)]=()=>{var _0x3c5a0c=a138_0x613171,_0x208972={};_0x208972[_0x3c5a0c(0x25a)]='browserstack.user_name',_0x208972['tQpyi']=_0x3c5a0c(0x201),_0x208972['TzjqT']=_0x3c5a0c(0x291),_0x208972[_0x3c5a0c(0x27e)]='browserstack.accessKey',_0x208972[_0x3c5a0c(0x208)]=_0x3c5a0c(0x280),_0x208972['KpSQf']=_0x3c5a0c(0x26d),_0x208972[_0x3c5a0c(0x214)]=_0x3c5a0c(0x268),_0x208972['abzHr']='browserstack.ppp',_0x208972[_0x3c5a0c(0x225)]=_0x3c5a0c(0x247),_0x208972[_0x3c5a0c(0x24b)]=_0x3c5a0c(0x282),_0x208972[_0x3c5a0c(0x234)]='browserstack.localIdentifier',_0x208972[_0x3c5a0c(0x24c)]='browserstack.rerunTests',_0x208972[_0x3c5a0c(0x263)]=_0x3c5a0c(0x1e2),_0x208972[_0x3c5a0c(0x1eb)]='browserstack.appClient',_0x208972['YBVQz']='browserstack.clientDetoxVersion',_0x208972[_0x3c5a0c(0x1c4)]='browserstack.deviceName',_0x208972[_0x3c5a0c(0x21b)]=_0x3c5a0c(0x267),_0x208972[_0x3c5a0c(0x25d)]='browserstack.osVersion',_0x208972['JpYrA']='browserstack.logLevel',_0x208972[_0x3c5a0c(0x1ba)]=_0x3c5a0c(0x1d2),_0x208972[_0x3c5a0c(0x261)]=_0x3c5a0c(0x289),_0x208972[_0x3c5a0c(0x271)]='browserstack.config',_0x208972['thQGg']=_0x3c5a0c(0x1c9),_0x208972[_0x3c5a0c(0x20f)]=_0x3c5a0c(0x274),_0x208972[_0x3c5a0c(0x1ef)]=_0x3c5a0c(0x272),_0x208972['eMCmZ']=_0x3c5a0c(0x20a),_0x208972[_0x3c5a0c(0x1de)]=_0x3c5a0c(0x20e),_0x208972[_0x3c5a0c(0x203)]=_0x3c5a0c(0x286),_0x208972['txusa']=_0x3c5a0c(0x233);var _0x37b809=_0x208972,_0x22575a={};return _0x22575a['userName']=[_0x37b809[_0x3c5a0c(0x25a)],_0x37b809['tQpyi']],_0x22575a[_0x3c5a0c(0x22e)]=[_0x37b809[_0x3c5a0c(0x253)],_0x37b809[_0x3c5a0c(0x27e)]],_0x22575a['buildName']=[_0x37b809[_0x3c5a0c(0x208)]],_0x22575a[_0x3c5a0c(0x221)]=[_0x37b809[_0x3c5a0c(0x1ec)]],_0x22575a['buildIdentifier']=[_0x37b809['xwWQw']],_0x22575a[_0x3c5a0c(0x1fd)]=[_0x37b809[_0x3c5a0c(0x26f)],_0x37b809['WWQst']],_0x22575a[_0x3c5a0c(0x1c6)]=[_0x37b809[_0x3c5a0c(0x24b)]],_0x22575a[_0x3c5a0c(0x223)]=[_0x37b809[_0x3c5a0c(0x234)]],_0x22575a[_0x3c5a0c(0x27c)]=[_0x37b809[_0x3c5a0c(0x24c)]],_0x22575a[_0x3c5a0c(0x241)]=[_0x37b809['AeVUl']],_0x22575a['appClient']=[_0x37b809[_0x3c5a0c(0x1eb)]],_0x22575a[_0x3c5a0c(0x1d1)]=[_0x37b809['YBVQz']],_0x22575a['deviceName']=[_0x37b809['iNjLJ'],_0x37b809[_0x3c5a0c(0x21b)]],_0x22575a[_0x3c5a0c(0x269)]=[_0x37b809['oVMEF']],_0x22575a['logLevel']=[_0x37b809[_0x3c5a0c(0x20b)]],_0x22575a[_0x3c5a0c(0x250)]=[_0x37b809[_0x3c5a0c(0x1ba)]],_0x22575a[_0x3c5a0c(0x26e)]=[_0x37b809[_0x3c5a0c(0x261)]],_0x22575a['browserstackConfigFile']=[_0x37b809['dVlnW'],_0x37b809['thQGg']],_0x22575a[_0x3c5a0c(0x1c0)]=[_0x37b809[_0x3c5a0c(0x20f)]],_0x22575a[_0x3c5a0c(0x222)]=[_0x37b809[_0x3c5a0c(0x1ef)]],_0x22575a['runPreviouslyFailedFirst']=[_0x37b809['eMCmZ']],_0x22575a['rerunPreviouslyFailed']=[_0x37b809[_0x3c5a0c(0x1de)]],_0x22575a[_0x3c5a0c(0x262)]=[_0x37b809[_0x3c5a0c(0x203)]],_0x22575a[_0x3c5a0c(0x239)]=[_0x37b809[_0x3c5a0c(0x1bb)]],_0x22575a;},exports[a138_0x613171(0x245)]=()=>{var _0x2c7edc=a138_0x613171,_0x23d4a7={};_0x23d4a7['oVXtR']='BROWSERSTACK_USERNAME',_0x23d4a7['alyzc']='BROWSERSTACK_USER_NAME',_0x23d4a7[_0x2c7edc(0x23e)]=_0x2c7edc(0x1c7),_0x23d4a7[_0x2c7edc(0x293)]=_0x2c7edc(0x237),_0x23d4a7[_0x2c7edc(0x270)]='BROWSERSTACK_PROJECT_NAME',_0x23d4a7[_0x2c7edc(0x1fe)]=_0x2c7edc(0x24f),_0x23d4a7[_0x2c7edc(0x1c5)]=_0x2c7edc(0x207),_0x23d4a7['NdjOL']='BROWSERSTACK_LOCAL',_0x23d4a7['uMdHZ']=_0x2c7edc(0x244),_0x23d4a7[_0x2c7edc(0x21e)]='BROWSERSTACK_RERUN_TESTS',_0x23d4a7[_0x2c7edc(0x26a)]='BROWSERSTACK_APP_ID',_0x23d4a7[_0x2c7edc(0x246)]='BROWSERSTACK_APP',_0x23d4a7[_0x2c7edc(0x23c)]='BROWSERSTACK_APP_CLIENT',_0x23d4a7[_0x2c7edc(0x1f3)]=_0x2c7edc(0x278),_0x23d4a7[_0x2c7edc(0x1dd)]=_0x2c7edc(0x1db),_0x23d4a7[_0x2c7edc(0x1e8)]=_0x2c7edc(0x26b),_0x23d4a7[_0x2c7edc(0x252)]=_0x2c7edc(0x1bf),_0x23d4a7['KTASo']='BROWSERSTACK_TEST_REPORTING_DEBUG',_0x23d4a7['yEeBj']=_0x2c7edc(0x294),_0x23d4a7[_0x2c7edc(0x210)]=_0x2c7edc(0x28e),_0x23d4a7[_0x2c7edc(0x1ea)]=_0x2c7edc(0x24a);var _0x58bf51=_0x23d4a7,_0x25ac63={};return _0x25ac63[_0x2c7edc(0x229)]=[_0x58bf51[_0x2c7edc(0x243)],_0x58bf51[_0x2c7edc(0x296)]],_0x25ac63[_0x2c7edc(0x22e)]=[_0x58bf51['mUUKu']],_0x25ac63['buildName']=[_0x58bf51['CrGgG']],_0x25ac63['projectName']=[_0x58bf51['hxKwb']],_0x25ac63[_0x2c7edc(0x1e0)]=[_0x58bf51[_0x2c7edc(0x1fe)]],_0x25ac63[_0x2c7edc(0x1fd)]=[_0x58bf51[_0x2c7edc(0x1c5)]],_0x25ac63[_0x2c7edc(0x1c6)]=[_0x58bf51[_0x2c7edc(0x283)]],_0x25ac63[_0x2c7edc(0x223)]=[_0x58bf51['uMdHZ']],_0x25ac63[_0x2c7edc(0x27c)]=[_0x58bf51[_0x2c7edc(0x21e)]],_0x25ac63['app']=[_0x58bf51[_0x2c7edc(0x26a)],_0x58bf51['PSqmS']],_0x25ac63[_0x2c7edc(0x230)]=[_0x58bf51[_0x2c7edc(0x23c)]],_0x25ac63[_0x2c7edc(0x1d1)]=[_0x58bf51[_0x2c7edc(0x1f3)]],_0x25ac63['deviceName']=[_0x58bf51['kiEBy']],_0x25ac63['osVersion']=[_0x58bf51[_0x2c7edc(0x1e8)]],_0x25ac63[_0x2c7edc(0x219)]=[_0x58bf51[_0x2c7edc(0x252)],_0x58bf51[_0x2c7edc(0x1bd)]],_0x25ac63['automation']=[_0x58bf51[_0x2c7edc(0x204)]],_0x25ac63[_0x2c7edc(0x26e)]=[_0x58bf51[_0x2c7edc(0x210)]],_0x25ac63[_0x2c7edc(0x21d)]=[_0x58bf51[_0x2c7edc(0x204)]],_0x25ac63[_0x2c7edc(0x239)]=[_0x58bf51[_0x2c7edc(0x1ea)]],_0x25ac63;},exports[a138_0x613171(0x258)]=()=>[a138_0x613171(0x1d6),a138_0x613171(0x1f0),a138_0x613171(0x256),'newCommandTimeout',a138_0x613171(0x241),a138_0x613171(0x238),a138_0x613171(0x226),a138_0x613171(0x1e4),'orientation','autoWebview','noReset',a138_0x613171(0x25c),'clearSystemFiles',a138_0x613171(0x22c),a138_0x613171(0x25f),a138_0x613171(0x1fb),'printPageSourceOnFindFailure',a138_0x613171(0x1cc),a138_0x613171(0x1d3),'appWaitActivity',a138_0x613171(0x25b),a138_0x613171(0x27f),a138_0x613171(0x251),a138_0x613171(0x1f5),a138_0x613171(0x213),'androidCoverageEndIntent',a138_0x613171(0x27d),'adbPort',a138_0x613171(0x1f7),a138_0x613171(0x21a),'androidInstallPath',a138_0x613171(0x1c3),a138_0x613171(0x1d0),'avdReadyTimeout','avdArgs',a138_0x613171(0x1dc),a138_0x613171(0x22f),a138_0x613171(0x22d),a138_0x613171(0x266),a138_0x613171(0x287),'chromedriverExecutable',a138_0x613171(0x1be),a138_0x613171(0x288),a138_0x613171(0x255),a138_0x613171(0x235),a138_0x613171(0x1e9),a138_0x613171(0x20c),a138_0x613171(0x224),a138_0x613171(0x28a),a138_0x613171(0x259),a138_0x613171(0x265),a138_0x613171(0x23f),'optionalIntentArguments',a138_0x613171(0x21f),a138_0x613171(0x254),'resetKeyboard',a138_0x613171(0x1b9),a138_0x613171(0x1f9),'disableAndroidWatchers',a138_0x613171(0x1d8),a138_0x613171(0x21c),'nativeWebScreenshot',a138_0x613171(0x212),a138_0x613171(0x277),a138_0x613171(0x1da),a138_0x613171(0x202),a138_0x613171(0x228),a138_0x613171(0x1d4),a138_0x613171(0x1f1),a138_0x613171(0x216),a138_0x613171(0x1e6),a138_0x613171(0x1f2),a138_0x613171(0x1df),'skipUnlock',a138_0x613171(0x1c2),'unlockKey',a138_0x613171(0x232),a138_0x613171(0x24e),'uninstallOtherPackages',a138_0x613171(0x260),'buildToolsVersion',a138_0x613171(0x205),'ensureWebviewsHavePages','webviewDevtoolsPort','enableWebviewDetailsCollection',a138_0x613171(0x24d),a138_0x613171(0x240),'bundleId',a138_0x613171(0x1cf),a138_0x613171(0x28d),'locationServicesAuthorized',a138_0x613171(0x1e7),a138_0x613171(0x215),a138_0x613171(0x25e),a138_0x613171(0x218),a138_0x613171(0x27a),'safariAllowPopups','safariIgnoreFraudWarning',a138_0x613171(0x1f4),a138_0x613171(0x290),a138_0x613171(0x276),a138_0x613171(0x1ee),a138_0x613171(0x1ce),a138_0x613171(0x1e5),'sendKeyStrategy',a138_0x613171(0x275),a138_0x613171(0x236),a138_0x613171(0x22b),a138_0x613171(0x292),a138_0x613171(0x211),a138_0x613171(0x242),a138_0x613171(0x1d5),a138_0x613171(0x1ff),'webviewConnectRetries','appName','customSSLCert',a138_0x613171(0x285),a138_0x613171(0x217),a138_0x613171(0x248),a138_0x613171(0x1cb),a138_0x613171(0x1cd),a138_0x613171(0x28b),'keychainPassword',a138_0x613171(0x220),a138_0x613171(0x22a),a138_0x613171(0x231),a138_0x613171(0x264),a138_0x613171(0x273),a138_0x613171(0x27b),a138_0x613171(0x28c),a138_0x613171(0x227),a138_0x613171(0x295),a138_0x613171(0x1fa),'resetOnSessionStartOnly',a138_0x613171(0x23a),a138_0x613171(0x257),a138_0x613171(0x1e3),a138_0x613171(0x297),a138_0x613171(0x1d9),a138_0x613171(0x1f8),a138_0x613171(0x1f6),'shouldUseSingletonTestManager',a138_0x613171(0x284),a138_0x613171(0x206),a138_0x613171(0x1d7),a138_0x613171(0x1fc),a138_0x613171(0x209),a138_0x613171(0x249),a138_0x613171(0x1bc)]);
1
+ function a138_0x4fce(_0x17f85c,_0x3cd381){var _0x225687=a138_0x2256();return a138_0x4fce=function(_0x4fce14,_0x44e6a8){_0x4fce14=_0x4fce14-0x6b;var _0x2d0f27=_0x225687[_0x4fce14];return _0x2d0f27;},a138_0x4fce(_0x17f85c,_0x3cd381);}var a138_0x23903e=a138_0x4fce;function a138_0x2256(){var _0x3c6951=['chromedriverExecutableDir','fullContextList','androidCoverageEndIntent','BROWSERSTACK_APP_ID','browserstack.buildName','unlockType','autoGrantPermissions','parallelsPerPlatform','browserstack.testOrchestration.runPreviouslyFailedFirst','webviewConnectRetries','BROWSERSTACK_ACCESS_KEY','TlHSb','rPHaE','keyAlias','BROWSERSTACK_PROJECT_NAME','NHOwh','browserstack.deviceName','7tUzHyC','BROWSERSTACK_AUTOMATION','remoteDebugProxy','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','dontStopAppOnReset','rerunTests','uninstallOtherPackages','LUVRk','wdaStartupRetries','chromedriverChromeMappingFile','appActivity','androidNaturalOrientation','wdaLaunchTimeout','chromedriverUseSystemExecutable','keychainPassword','avdArgs','showIOSLog','recreateChromeDriverSessions','xcodeSigningId','pGCpS','projectName','WnRyq','eHNTC','systemPort','networkSpeed','QfKqA','buildIdentifier','7940pClFba','PaYQG','chromeOptions','avdLaunchTimeout','vtZQu','clearSystemFiles','browserstack.config','resetOnSessionStartOnly','androidDeviceSocket','2994456qlTioE','eECDt','keychainPath','ensureWebviewsHavePages','pmFVB','yiwuG','smartSelectionFeatureBranches','intentCategory','browserstackConfigFile','accessKey','1345916ZuPjag','shouldUseSingletonTestManager','browserstack.testOrchestration.skipFlakyandFailed','chromedriverPort','logLevel','abortBuildOnFailure','BROWSERSTACK_DEVICE_NAME','browserstack.osVersion','browserstack.testOrchestration.retryTestsOnFailure','okPsy','buildName','fullReset','toxCP','buildToolsVersion','appPackage','updatedWDABundleId','eventTimings','sendKeyStrategy','VRwQb','browserstack.appClient','automation','browserstack.testOrchestration.rerunPreviouslyFailed','autoWebviewTimeout','safariAllowPopups','browserstack.testOrchestration.smartSelectionFeatureBranches','enablePerformanceLogging','BROWSERSTACK_OBSERVABILITY_DEBUG','webkitResponseTimeout','language','cBvjz','Nsslj','simpleIsVisibleCheck','browserstack.logDir','ignoreHiddenApiPolicyError','platformVersion','CLfuq','browserstack.buildIdentifier','browserstack.userName','qWsgD','localeScript','userName','waitForAppScript','nativeWebScreenshot','BROWSERSTACK_BUILD_IDENTIFIER','skipLogCapture','nativeInstrumentsLib','xcodeConfigFile','printPageSourceOnFindFailure','BROWSERSTACK_LOG_DIR','webDriverAgentUrl','3047770WqQofs','appWaitActivity','androidScreenshotPath','calendarFormat','GTXNF','BROWSERSTACK_PARALLELS_PER_PLATFORM','qtkBO','disableWindowAnimation','safariOpenLinksInBackground','wdaStartupRetryInterval','BROWSERSTACK_RERUN_TESTS','deviceName','preventWDAAttachments','browserstack.device','IvDcC','gwYsz','keyPassword','safariIgnoreFraudWarning','showXcodeLog','browserstack.localIdentifier','AppiumCaps','autoDismissAlerts','browserstack.parallelsPerPlatform','autoWebview','appWaitPackage','allowTestPackages','usePrebuiltWDA','app','GPvnu','mockLocationApp','ignoreUnimportantViews','clientDetoxVersion','logcatFilterSpecs','kqHHa','nativeWebTap','noReset','xiVPo','automationName','resetKeyboard','KGlWM','optionalIntentArguments','remoteAppsCacheLimit','newCommandTimeout','84DpmjBe','appWaitDuration','BROWSERSTACK_LOCAL','BROWSERSTACK_USERNAME','otherApps','JWiNf','PVMum','enableAsyncExecuteFromHttps','iosInstallPause','xpOsx','LUcDY','vLdwv','retryTestsOnFailure','locationServicesEnabled','wrHQA','skipUnlock','165951tKIKMy','browserstack.rerunTests','localizableStringsDir','Lyvjj','chromedriverArgs','wdaLocalPort','BROWSERSTACK_APP','androidDeviceReadyTimeout','noSign','browserstack.access_key','keystorePath','fwNLr','locale','159756mcrDIX','appName','EPxWm','browserstackLocal','YuCsX','EnvCapsMapping','bundleId','2569518gzMIOJ','udid','intentFlags','launchTimeout','5886TBvzQY','customSSLCert','runPreviouslyFailedFirst','browserstack.automation','enforceAppInstall','browserstackAutomation','unicodeKeyboard','SyUIO','rerunPreviouslyFailed','SKBsk','maxTypingFrequency','viGNi','logDir','TDszZ','appClient','autoLaunch','fHOUf','browserstack.projectName','IhWbv','BROWSERSTACK_CLIENT_DETOX_VERSION','wdaConnectionTimeout','localIdentifier','BROWSERSTACK_OS_VERSION','BROWSERSTACK_LOCAL_IDENTIFIER','webkitDebugProxyPort','intentAction','screenshotWaitTimeout','RXCiC','rIuzX'];a138_0x2256=function(){return _0x3c6951;};return a138_0x2256();}(function(_0x45ea6a,_0x57f579){var _0x5e2905=a138_0x4fce,_0x441b14=_0x45ea6a();while(!![]){try{var _0x1bf28d=parseInt(_0x5e2905(0x6b))/0x1+parseInt(_0x5e2905(0xdf))/0x2+-parseInt(_0x5e2905(0x78))/0x3*(parseInt(_0x5e2905(0x13c))/0x4)+parseInt(_0x5e2905(0x111))/0x5+parseInt(_0x5e2905(0x7f))/0x6+parseInt(_0x5e2905(0xb1))/0x7*(parseInt(_0x5e2905(0xd5))/0x8)+parseInt(_0x5e2905(0x83))/0x9*(-parseInt(_0x5e2905(0xcc))/0xa);if(_0x1bf28d===_0x57f579)break;else _0x441b14['push'](_0x441b14['shift']());}catch(_0x557bac){_0x441b14['push'](_0x441b14['shift']());}}}(a138_0x2256,0x95c4f),exports['CLICapsMapping']=()=>{var _0x565785=a138_0x4fce,_0x17c57f={};_0x17c57f['YuCsX']='browserstack.user_name',_0x17c57f['XmSrt']=_0x565785(0x104),_0x17c57f[_0x565785(0x132)]=_0x565785(0x74),_0x17c57f[_0x565785(0xd0)]='browserstack.accessKey',_0x17c57f[_0x565785(0xd6)]=_0x565785(0xa4),_0x17c57f['ziKmv']=_0x565785(0x94),_0x17c57f['GPvnu']=_0x565785(0x103),_0x17c57f[_0x565785(0x9e)]='browserstack.ppp',_0x17c57f[_0x565785(0xd9)]=_0x565785(0x127),_0x17c57f[_0x565785(0x8a)]='browserstack.local',_0x17c57f['PVMum']=_0x565785(0x124),_0x17c57f['qtkBO']=_0x565785(0x6c),_0x17c57f['GujFQ']='browserstack.app',_0x17c57f[_0x565785(0x115)]=_0x565785(0xf2),_0x17c57f[_0x565785(0x141)]='browserstack.clientDetoxVersion',_0x17c57f[_0x565785(0x102)]=_0x565785(0xb0),_0x17c57f[_0x565785(0xf1)]=_0x565785(0x11e),_0x17c57f[_0x565785(0x93)]=_0x565785(0xe6),_0x17c57f[_0x565785(0xfc)]='browserstack.logLevel',_0x17c57f[_0x565785(0xaf)]=_0x565785(0x86),_0x17c57f[_0x565785(0x135)]=_0x565785(0xff),_0x17c57f['gwYsz']=_0x565785(0xd2),_0x17c57f['IvDcC']='browserstackConfigFile',_0x17c57f['viGNi']=_0x565785(0xe7),_0x17c57f[_0x565785(0x9f)]='browserstack.testOrchestration.abortBuildOnFailure',_0x17c57f[_0x565785(0x14a)]=_0x565785(0xa8),_0x17c57f[_0x565785(0x95)]=_0x565785(0xf4),_0x17c57f[_0x565785(0x145)]=_0x565785(0xe1),_0x17c57f[_0x565785(0xca)]=_0x565785(0xf7);var _0x49ae5a=_0x17c57f,_0x413a12={};return _0x413a12['userName']=[_0x49ae5a[_0x565785(0x7c)],_0x49ae5a['XmSrt']],_0x413a12[_0x565785(0xde)]=[_0x49ae5a['kqHHa'],_0x49ae5a[_0x565785(0xd0)]],_0x413a12[_0x565785(0xe9)]=[_0x49ae5a['eECDt']],_0x413a12['projectName']=[_0x49ae5a['ziKmv']],_0x413a12[_0x565785(0xcb)]=[_0x49ae5a[_0x565785(0x12d)]],_0x413a12[_0x565785(0xa7)]=[_0x49ae5a[_0x565785(0x9e)],_0x49ae5a[_0x565785(0xd9)]],_0x413a12['browserstackLocal']=[_0x49ae5a['SyUIO']],_0x413a12[_0x565785(0x98)]=[_0x49ae5a[_0x565785(0x142)]],_0x413a12[_0x565785(0xb6)]=[_0x49ae5a[_0x565785(0x117)]],_0x413a12[_0x565785(0x12c)]=[_0x49ae5a['GujFQ']],_0x413a12[_0x565785(0x91)]=[_0x49ae5a['GTXNF']],_0x413a12[_0x565785(0x130)]=[_0x49ae5a[_0x565785(0x141)]],_0x413a12[_0x565785(0x11c)]=[_0x49ae5a[_0x565785(0x102)],_0x49ae5a[_0x565785(0xf1)]],_0x413a12['osVersion']=[_0x49ae5a[_0x565785(0x93)]],_0x413a12[_0x565785(0xe3)]=[_0x49ae5a[_0x565785(0xfc)]],_0x413a12[_0x565785(0xf3)]=[_0x49ae5a[_0x565785(0xaf)]],_0x413a12['logDir']=[_0x49ae5a[_0x565785(0x135)]],_0x413a12[_0x565785(0xdd)]=[_0x49ae5a[_0x565785(0x120)],_0x49ae5a[_0x565785(0x11f)]],_0x413a12[_0x565785(0x148)]=[_0x49ae5a[_0x565785(0x8e)]],_0x413a12[_0x565785(0xe4)]=[_0x49ae5a[_0x565785(0x9f)]],_0x413a12[_0x565785(0x85)]=[_0x49ae5a[_0x565785(0x14a)]],_0x413a12[_0x565785(0x8b)]=[_0x49ae5a['IhWbv']],_0x413a12['skipFlakyandFailed']=[_0x49ae5a['xpOsx']],_0x413a12[_0x565785(0xdb)]=[_0x49ae5a[_0x565785(0xca)]],_0x413a12;},exports[a138_0x23903e(0x7d)]=()=>{var _0x286740=a138_0x23903e,_0xa5f332={};_0xa5f332['okPsy']=_0x286740(0x13f),_0xa5f332['yzbQD']='BROWSERSTACK_USER_NAME',_0xa5f332[_0x286740(0xc6)]=_0x286740(0xaa),_0xa5f332[_0x286740(0x7a)]='BROWSERSTACK_BUILD_NAME',_0xa5f332[_0x286740(0xfd)]=_0x286740(0xae),_0xa5f332[_0x286740(0xab)]=_0x286740(0x10a),_0xa5f332[_0x286740(0xc7)]=_0x286740(0x116),_0xa5f332['TDszZ']=_0x286740(0x13e),_0xa5f332[_0x286740(0x76)]=_0x286740(0x9a),_0xa5f332[_0x286740(0x146)]=_0x286740(0x11b),_0xa5f332[_0x286740(0xeb)]=_0x286740(0xa3),_0xa5f332['Lyvjj']=_0x286740(0x71),_0xa5f332[_0x286740(0x105)]='BROWSERSTACK_APP_CLIENT',_0xa5f332[_0x286740(0xac)]=_0x286740(0x96),_0xa5f332['LUVRk']=_0x286740(0xe5),_0xa5f332[_0x286740(0xda)]=_0x286740(0x99),_0xa5f332[_0x286740(0x8c)]=_0x286740(0xf9),_0xa5f332[_0x286740(0xcd)]='BROWSERSTACK_TEST_REPORTING_DEBUG',_0xa5f332['vLdwv']=_0x286740(0xb2),_0xa5f332[_0x286740(0xc4)]=_0x286740(0x10f),_0xa5f332[_0x286740(0x138)]=_0x286740(0xb4);var _0x48e7e1=_0xa5f332,_0x460283={};return _0x460283[_0x286740(0x107)]=[_0x48e7e1[_0x286740(0xe8)],_0x48e7e1['yzbQD']],_0x460283[_0x286740(0xde)]=[_0x48e7e1[_0x286740(0xc6)]],_0x460283[_0x286740(0xe9)]=[_0x48e7e1[_0x286740(0x7a)]],_0x460283[_0x286740(0xc5)]=[_0x48e7e1[_0x286740(0xfd)]],_0x460283[_0x286740(0xcb)]=[_0x48e7e1[_0x286740(0xab)]],_0x460283[_0x286740(0xa7)]=[_0x48e7e1[_0x286740(0xc7)]],_0x460283[_0x286740(0x7b)]=[_0x48e7e1[_0x286740(0x90)]],_0x460283['localIdentifier']=[_0x48e7e1[_0x286740(0x76)]],_0x460283[_0x286740(0xb6)]=[_0x48e7e1['LUcDY']],_0x460283[_0x286740(0x12c)]=[_0x48e7e1[_0x286740(0xeb)],_0x48e7e1[_0x286740(0x6e)]],_0x460283[_0x286740(0x91)]=[_0x48e7e1[_0x286740(0x105)]],_0x460283[_0x286740(0x130)]=[_0x48e7e1[_0x286740(0xac)]],_0x460283[_0x286740(0x11c)]=[_0x48e7e1[_0x286740(0xb8)]],_0x460283['osVersion']=[_0x48e7e1[_0x286740(0xda)]],_0x460283[_0x286740(0xe3)]=[_0x48e7e1['SKBsk'],_0x48e7e1[_0x286740(0xcd)]],_0x460283[_0x286740(0xf3)]=[_0x48e7e1[_0x286740(0x147)]],_0x460283[_0x286740(0x8f)]=[_0x48e7e1[_0x286740(0xc4)]],_0x460283[_0x286740(0x88)]=[_0x48e7e1[_0x286740(0x147)]],_0x460283[_0x286740(0xdb)]=[_0x48e7e1[_0x286740(0x138)]],_0x460283;},exports[a138_0x23903e(0x125)]=()=>[a138_0x23903e(0x136),a138_0x23903e(0x101),a138_0x23903e(0x11c),a138_0x23903e(0x13b),a138_0x23903e(0x12c),a138_0x23903e(0x80),a138_0x23903e(0xfb),a138_0x23903e(0x77),'orientation',a138_0x23903e(0x128),a138_0x23903e(0x134),a138_0x23903e(0xea),a138_0x23903e(0xd1),a138_0x23903e(0xef),a138_0x23903e(0xf8),a138_0x23903e(0x140),a138_0x23903e(0x10e),a138_0x23903e(0xbb),a138_0x23903e(0xed),a138_0x23903e(0x112),a138_0x23903e(0x129),a138_0x23903e(0x13d),'deviceReadyTimeout',a138_0x23903e(0x12a),'androidCoverage',a138_0x23903e(0xa2),a138_0x23903e(0x72),'adbPort',a138_0x23903e(0xd4),'androidInstallTimeout','androidInstallPath','avd',a138_0x23903e(0xcf),'avdReadyTimeout',a138_0x23903e(0xc0),'useKeystore',a138_0x23903e(0x75),'keystorePassword',a138_0x23903e(0xad),a138_0x23903e(0x121),'chromedriverExecutable',a138_0x23903e(0x6f),a138_0x23903e(0xa0),a138_0x23903e(0xba),a138_0x23903e(0xbe),a138_0x23903e(0xe2),'chromedriverPorts','chromedriverDisableBuildCheck',a138_0x23903e(0xf5),a138_0x23903e(0x9c),a138_0x23903e(0xdc),a138_0x23903e(0x81),a138_0x23903e(0x139),a138_0x23903e(0xb5),a138_0x23903e(0x89),a138_0x23903e(0x137),a138_0x23903e(0x73),a138_0x23903e(0x12f),'disableAndroidWatchers',a138_0x23903e(0xce),a138_0x23903e(0xc2),a138_0x23903e(0x109),a138_0x23903e(0x113),a138_0x23903e(0xc9),'gpsEnabled','isHeadless','adbExecTimeout',a138_0x23903e(0x106),'skipDeviceInitialization',a138_0x23903e(0xa6),a138_0x23903e(0xbc),a138_0x23903e(0xc8),'remoteAdbHost',a138_0x23903e(0x14b),a138_0x23903e(0xa5),'unlockKey',a138_0x23903e(0x92),'skipLogcatCapture',a138_0x23903e(0xb7),a138_0x23903e(0x118),a138_0x23903e(0xec),a138_0x23903e(0x87),a138_0x23903e(0xd8),'webviewDevtoolsPort','enableWebviewDetailsCollection',a138_0x23903e(0x13a),a138_0x23903e(0x114),a138_0x23903e(0x7e),a138_0x23903e(0x82),a138_0x23903e(0x149),'locationServicesAuthorized','autoAcceptAlerts',a138_0x23903e(0x126),a138_0x23903e(0x10c),a138_0x23903e(0x133),'safariInitialUrl',a138_0x23903e(0xf6),a138_0x23903e(0x122),a138_0x23903e(0x119),'keepKeyChains',a138_0x23903e(0x6d),'processArguments','interKeyDelay',a138_0x23903e(0xc1),a138_0x23903e(0xf0),a138_0x23903e(0xfa),a138_0x23903e(0x9d),a138_0x23903e(0xb3),a138_0x23903e(0x143),a138_0x23903e(0x10b),a138_0x23903e(0x9b),a138_0x23903e(0xa1),a138_0x23903e(0x108),a138_0x23903e(0xa9),a138_0x23903e(0x79),a138_0x23903e(0x84),'tapWithShortPressDuration','scaleFactor',a138_0x23903e(0x70),a138_0x23903e(0x123),a138_0x23903e(0x144),a138_0x23903e(0x10d),a138_0x23903e(0xbf),a138_0x23903e(0x12b),a138_0x23903e(0x11d),a138_0x23903e(0x110),a138_0x23903e(0xd7),'useNewWDA',a138_0x23903e(0xbd),a138_0x23903e(0x97),'xcodeOrgId',a138_0x23903e(0xc3),a138_0x23903e(0xee),a138_0x23903e(0xd3),'commandTimeouts',a138_0x23903e(0xb9),a138_0x23903e(0x11a),'connectHardwareKeyboard',a138_0x23903e(0x8d),a138_0x23903e(0xfe),'useCarthageSsl',a138_0x23903e(0xe0),'startIWDP','allowTouchIdEnroll',a138_0x23903e(0x100),a138_0x23903e(0x12e),'logcatFormat',a138_0x23903e(0x131),'allowDelayAdb']);
@@ -1 +1 @@
1
- var a139_0x382ed0=a139_0x2dd1;function a139_0x2dd1(_0x511f77,_0x192a29){var _0x26264c=a139_0x2626();return a139_0x2dd1=function(_0x2dd179,_0x30a198){_0x2dd179=_0x2dd179-0x132;var _0x13975d=_0x26264c[_0x2dd179];return _0x13975d;},a139_0x2dd1(_0x511f77,_0x192a29);}function a139_0x2626(){var _0x114b6e=['1558928LvVOXa','6450270bdsDVT','1974PNbogI','https://hub-use-only.browserstack.com/wd/hub','66968waKVSF','30ElYuDy','809502hyOMQo','2074050uAAiZO','2023GhnNrt','BROWSERSTACK_GRR_US_HUB_URL','1RqZDzo','1468025ebjIPs'];a139_0x2626=function(){return _0x114b6e;};return a139_0x2626();}(function(_0x488736,_0x4b0626){var _0xa17383=a139_0x2dd1,_0x341c9a=_0x488736();while(!![]){try{var _0x5832b2=parseInt(_0xa17383(0x13c))/0x1*(-parseInt(_0xa17383(0x138))/0x2)+parseInt(_0xa17383(0x137))/0x3*(parseInt(_0xa17383(0x136))/0x4)+-parseInt(_0xa17383(0x13d))/0x5+parseInt(_0xa17383(0x134))/0x6*(parseInt(_0xa17383(0x13a))/0x7)+-parseInt(_0xa17383(0x132))/0x8+parseInt(_0xa17383(0x139))/0x9+parseInt(_0xa17383(0x133))/0xa;if(_0x5832b2===_0x4b0626)break;else _0x341c9a['push'](_0x341c9a['shift']());}catch(_0x3d1647){_0x341c9a['push'](_0x341c9a['shift']());}}}(a139_0x2626,0x3bc14),exports[a139_0x382ed0(0x13b)]=a139_0x382ed0(0x135));
1
+ function a139_0x127a(_0x3fcf69,_0x32b5ec){var _0x41f8ef=a139_0x41f8();return a139_0x127a=function(_0x127ad7,_0x27a663){_0x127ad7=_0x127ad7-0xa1;var _0x28c409=_0x41f8ef[_0x127ad7];return _0x28c409;},a139_0x127a(_0x3fcf69,_0x32b5ec);}function a139_0x41f8(){var _0x90e9a7=['21447070Bomqeo','11086938ffGQdv','70929MeNMnE','1zvjUKF','https://hub-use-only.browserstack.com/wd/hub','4198474QDBWCP','162955WYKpwn','209340bSSFij','8QKzXeK','124cUzrsV','BROWSERSTACK_GRR_US_HUB_URL','350902NkUcsH'];a139_0x41f8=function(){return _0x90e9a7;};return a139_0x41f8();}var a139_0x1fe652=a139_0x127a;(function(_0x559d2f,_0x8df1e1){var _0x2f6e30=a139_0x127a,_0x1f773b=_0x559d2f();while(!![]){try{var _0x103e2a=parseInt(_0x2f6e30(0xa5))/0x1*(parseInt(_0x2f6e30(0xa1))/0x2)+parseInt(_0x2f6e30(0xa4))/0x3+-parseInt(_0x2f6e30(0xab))/0x4*(parseInt(_0x2f6e30(0xa8))/0x5)+-parseInt(_0x2f6e30(0xa9))/0x6+parseInt(_0x2f6e30(0xa7))/0x7+-parseInt(_0x2f6e30(0xaa))/0x8*(parseInt(_0x2f6e30(0xa3))/0x9)+parseInt(_0x2f6e30(0xa2))/0xa;if(_0x103e2a===_0x8df1e1)break;else _0x1f773b['push'](_0x1f773b['shift']());}catch(_0x831f74){_0x1f773b['push'](_0x1f773b['shift']());}}}(a139_0x41f8,0xa2b7a),exports[a139_0x1fe652(0xac)]=a139_0x1fe652(0xa6));
@@ -1 +1 @@
1
- var a140_0x36cf09=a140_0x55d3;function a140_0x55d3(_0x225ce9,_0x1dc5b4){var _0xe10a54=a140_0xe10a();return a140_0x55d3=function(_0x55d3ed,_0xb569be){_0x55d3ed=_0x55d3ed-0x1ec;var _0x27cff6=_0xe10a54[_0x55d3ed];return _0x27cff6;},a140_0x55d3(_0x225ce9,_0x1dc5b4);}(function(_0x56d34f,_0x5dad0e){var _0x102d02=a140_0x55d3,_0x4d8fca=_0x56d34f();while(!![]){try{var _0x1d4632=-parseInt(_0x102d02(0x1fe))/0x1+parseInt(_0x102d02(0x1fc))/0x2+-parseInt(_0x102d02(0x1ec))/0x3*(-parseInt(_0x102d02(0x1f0))/0x4)+-parseInt(_0x102d02(0x1f1))/0x5+parseInt(_0x102d02(0x1f3))/0x6*(-parseInt(_0x102d02(0x1f6))/0x7)+-parseInt(_0x102d02(0x1f2))/0x8*(parseInt(_0x102d02(0x1ef))/0x9)+parseInt(_0x102d02(0x1ed))/0xa*(parseInt(_0x102d02(0x1ee))/0xb);if(_0x1d4632===_0x5dad0e)break;else _0x4d8fca['push'](_0x4d8fca['shift']());}catch(_0x1da40e){_0x4d8fca['push'](_0x4d8fca['shift']());}}}(a140_0xe10a,0x2cbf8),exports[a140_0x36cf09(0x1fa)]=(_0x5cf98d,_0x46b5bc,_0x463c25)=>{var _0x4075f6=a140_0x36cf09,_0x19818e={'OdyoU':function(_0x23953c,_0xc8a6){return _0x23953c(_0xc8a6);},'UOAFs':function(_0x2434d6,_0xe773a3){return _0x2434d6||_0xe773a3;}};_0x5cf98d['central_scanner_log']={'http_code':_0x19818e[_0x4075f6(0x1f7)](String,_0x46b5bc)||null,'redirect_url':_0x19818e[_0x4075f6(0x1f4)](_0x463c25,null),'token':process[_0x4075f6(0x1f8)][_0x4075f6(0x1ff)]||null};if(process[_0x4075f6(0x1f8)][_0x4075f6(0x1f9)])try{_0x5cf98d[_0x4075f6(0x1fd)][_0x4075f6(0x1f5)]=JSON[_0x4075f6(0x1fb)](process[_0x4075f6(0x1f8)][_0x4075f6(0x1f9)])||null;}catch(_0x40267f){_0x5cf98d['central_scanner_log'][_0x4075f6(0x1f5)]=null;}});function a140_0xe10a(){var _0xd9c5b2=['env','A11Y_SCAN_RESULT','setCentralScannerData','parse','471036GRIGXd','central_scanner_log','185914NeqDmR','BROWSERSTACK_CENTRAL_SCANNER_JWT','519780jNSXfa','327950ioVpVj','143TBkohp','9kmNScz','4QVQbpZ','296775osODXt','575824JsiGhP','12muqijK','UOAFs','a11y_scanner','1171023qeOXNF','OdyoU'];a140_0xe10a=function(){return _0xd9c5b2;};return a140_0xe10a();}
1
+ function a140_0x5383(_0x5a2de5,_0x4e3c6e){var _0x36901b=a140_0x3690();return a140_0x5383=function(_0x53835a,_0x1bd1b1){_0x53835a=_0x53835a-0x1a1;var _0x28854a=_0x36901b[_0x53835a];return _0x28854a;},a140_0x5383(_0x5a2de5,_0x4e3c6e);}function a140_0x3690(){var _0x2bfb3e=['22160204TFugvv','BROWSERSTACK_CENTRAL_SCANNER_JWT','5715117uesamb','397192oLwwVU','46876pspQKX','378QkAOSq','32050pONBhu','84bDKewl','2tzzJyQ','1594477ghElcC','vpwVy','133xpaXov','parse','a11y_scanner','setCentralScannerData','env','central_scanner_log','3558480AdSYUC','A11Y_SCAN_RESULT'];a140_0x3690=function(){return _0x2bfb3e;};return a140_0x3690();}var a140_0xc06172=a140_0x5383;(function(_0x2024c9,_0x3c06d7){var _0x1d2e0d=a140_0x5383,_0xbaaaee=_0x2024c9();while(!![]){try{var _0xea5864=-parseInt(_0x1d2e0d(0x1a4))/0x1*(parseInt(_0x1d2e0d(0x1a3))/0x2)+parseInt(_0x1d2e0d(0x1a2))/0x3*(-parseInt(_0x1d2e0d(0x1b2))/0x4)+parseInt(_0x1d2e0d(0x1a1))/0x5*(-parseInt(_0x1d2e0d(0x1b3))/0x6)+-parseInt(_0x1d2e0d(0x1a6))/0x7*(-parseInt(_0x1d2e0d(0x1b1))/0x8)+parseInt(_0x1d2e0d(0x1b0))/0x9+-parseInt(_0x1d2e0d(0x1ac))/0xa+parseInt(_0x1d2e0d(0x1ae))/0xb;if(_0xea5864===_0x3c06d7)break;else _0xbaaaee['push'](_0xbaaaee['shift']());}catch(_0x2c6941){_0xbaaaee['push'](_0xbaaaee['shift']());}}}(a140_0x3690,0xde51d),exports[a140_0xc06172(0x1a9)]=(_0x470382,_0x24fb41,_0x1f52c7)=>{var _0x334824=a140_0xc06172,_0x1c77bf={'nSMDg':function(_0x41860c,_0x650ecb){return _0x41860c(_0x650ecb);},'vpwVy':function(_0x46b8c2,_0x2023f3){return _0x46b8c2||_0x2023f3;}};_0x470382[_0x334824(0x1ab)]={'http_code':_0x1c77bf['nSMDg'](String,_0x24fb41)||null,'redirect_url':_0x1c77bf[_0x334824(0x1a5)](_0x1f52c7,null),'token':process[_0x334824(0x1aa)][_0x334824(0x1af)]||null};if(process[_0x334824(0x1aa)][_0x334824(0x1ad)])try{_0x470382[_0x334824(0x1ab)][_0x334824(0x1a8)]=JSON[_0x334824(0x1a7)](process[_0x334824(0x1aa)][_0x334824(0x1ad)])||null;}catch(_0x14ac8c){_0x470382[_0x334824(0x1ab)][_0x334824(0x1a8)]=null;}});
@@ -1 +1 @@
1
- const a141_0x31899b=a141_0x2035;function a141_0x2035(_0x50b2f3,_0x608b89){const _0x1ac943=a141_0x1ac9();return a141_0x2035=function(_0x203548,_0x4bba39){_0x203548=_0x203548-0x198;let _0x18c50e=_0x1ac943[_0x203548];return _0x18c50e;},a141_0x2035(_0x50b2f3,_0x608b89);}(function(_0x16e0cc,_0x20a909){const _0x1c637e=a141_0x2035,_0x4721eb=_0x16e0cc();while(!![]){try{const _0x19a001=parseInt(_0x1c637e(0x1a8))/0x1*(parseInt(_0x1c637e(0x1a7))/0x2)+parseInt(_0x1c637e(0x19c))/0x3*(-parseInt(_0x1c637e(0x1a3))/0x4)+-parseInt(_0x1c637e(0x1a0))/0x5+parseInt(_0x1c637e(0x199))/0x6+-parseInt(_0x1c637e(0x1a5))/0x7*(-parseInt(_0x1c637e(0x19e))/0x8)+-parseInt(_0x1c637e(0x1a2))/0x9*(-parseInt(_0x1c637e(0x198))/0xa)+-parseInt(_0x1c637e(0x1a1))/0xb*(parseInt(_0x1c637e(0x1a9))/0xc);if(_0x19a001===_0x20a909)break;else _0x4721eb['push'](_0x4721eb['shift']());}catch(_0x108c88){_0x4721eb['push'](_0x4721eb['shift']());}}}(a141_0x1ac9,0x8db1b));const logger=require(a141_0x31899b(0x1a6))['winstonLogger'];function a141_0x1ac9(){const _0x29669d=['exports','21aDAtZf','error','48gJfZAl','warn','2311915SjXCbQ','11ztAXfX','1286442MUMQpD','161732hrgKkj','createClassLogger','1142561YnoqTW','./logger.js','87484ioNyGA','22YAleSm','32158956PPBSUC','80ndQyud','5523240PBkPzq','debug'];a141_0x1ac9=function(){return _0x29669d;};return a141_0x1ac9();}function createClassLogger(_0x578ec7){const _0x7dec44=a141_0x31899b;return{'info':(_0x51dfcb,..._0x45f4b2)=>logger['info']('['+_0x578ec7+']\x20'+_0x51dfcb,..._0x45f4b2),'debug':(_0x583192,..._0x45f163)=>logger[_0x7dec44(0x19a)]('['+_0x578ec7+']\x20'+_0x583192,..._0x45f163),'warn':(_0x141206,..._0x16bc9f)=>logger[_0x7dec44(0x19f)]('['+_0x578ec7+']\x20'+_0x141206,..._0x16bc9f),'error':(_0x28bdc5,..._0x191805)=>logger[_0x7dec44(0x19d)]('['+_0x578ec7+']\x20'+_0x28bdc5,..._0x191805),'verbose':(_0x3a06c8,..._0x22ebbb)=>logger['verbose']('['+_0x578ec7+']\x20'+_0x3a06c8,..._0x22ebbb)};}const a141_0x4a72fd={};a141_0x4a72fd[a141_0x31899b(0x1a4)]=createClassLogger,module[a141_0x31899b(0x19b)]=a141_0x4a72fd;
1
+ function a141_0x144d(_0x4ef295,_0x42a1bf){const _0x2a2118=a141_0x2a21();return a141_0x144d=function(_0x144d0d,_0x43383c){_0x144d0d=_0x144d0d-0x95;let _0x161e90=_0x2a2118[_0x144d0d];return _0x161e90;},a141_0x144d(_0x4ef295,_0x42a1bf);}const a141_0x4c247e=a141_0x144d;(function(_0x2f4522,_0x19739a){const _0x1c09a1=a141_0x144d,_0x214bd4=_0x2f4522();while(!![]){try{const _0x10833a=-parseInt(_0x1c09a1(0x9d))/0x1*(parseInt(_0x1c09a1(0xa4))/0x2)+-parseInt(_0x1c09a1(0xa0))/0x3*(-parseInt(_0x1c09a1(0x99))/0x4)+parseInt(_0x1c09a1(0x97))/0x5+-parseInt(_0x1c09a1(0x9b))/0x6*(-parseInt(_0x1c09a1(0x9e))/0x7)+parseInt(_0x1c09a1(0xa2))/0x8+parseInt(_0x1c09a1(0x9c))/0x9*(parseInt(_0x1c09a1(0x95))/0xa)+-parseInt(_0x1c09a1(0x96))/0xb;if(_0x10833a===_0x19739a)break;else _0x214bd4['push'](_0x214bd4['shift']());}catch(_0x1ecef2){_0x214bd4['push'](_0x214bd4['shift']());}}}(a141_0x2a21,0xdcdb0));const logger=require('./logger.js')['winstonLogger'];function createClassLogger(_0x47abc7){const _0x4b14f3=a141_0x144d;return{'info':(_0x3a5398,..._0x17a81e)=>logger[_0x4b14f3(0x98)]('['+_0x47abc7+']\x20'+_0x3a5398,..._0x17a81e),'debug':(_0x618a51,..._0x5e265c)=>logger[_0x4b14f3(0xa1)]('['+_0x47abc7+']\x20'+_0x618a51,..._0x5e265c),'warn':(_0x3ba7d4,..._0x1f0253)=>logger[_0x4b14f3(0xa3)]('['+_0x47abc7+']\x20'+_0x3ba7d4,..._0x1f0253),'error':(_0x12bff1,..._0x21518f)=>logger['error']('['+_0x47abc7+']\x20'+_0x12bff1,..._0x21518f),'verbose':(_0x18f0aa,..._0x6dad30)=>logger[_0x4b14f3(0xa5)]('['+_0x47abc7+']\x20'+_0x18f0aa,..._0x6dad30)};}const a141_0x591ab1={};function a141_0x2a21(){const _0x52652e=['info','92LVSFwI','createClassLogger','10452714UbwpUT','9xMKnuC','46IkCqHw','7jgTvka','exports','178197cnugLc','debug','10048720HcgkrV','warn','35942WyEGtD','verbose','5361760CDgDKD','37654727XzozZl','1269425UIMxmv'];a141_0x2a21=function(){return _0x52652e;};return a141_0x2a21();}a141_0x591ab1[a141_0x4c247e(0x9a)]=createClassLogger,module[a141_0x4c247e(0x9f)]=a141_0x591ab1;