browserstack-node-sdk 1.70.2 → 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
- function a133_0x3879(){const _0x2bb6c2=['TXMIt','response','zVZyt','buildName','17990DgXtIj','pplYX','split','filter','qzbcQ','javascript','GMBIR','--headless=','DpgEL','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20','gULcH','qogIp','qTPug','bcsRL','isAccessibilityAutomationSession','XtWTb','concat','parseA11yJwtPayload','toLowerCase','getId','mYHjL','ZSKeF','DZkde','Authorization','goog:chromeOptions',',\x20testRunId=','--headless','LZIkt','performScan','join','Error\x20while\x20adding\x20Non-Bstack\x20capabilities\x20to\x20caps:\x20','nodeRequest','xQfVq','iDJVR','getUserName','OPFWF','pRUPH','pofSv','No\x20accessibility\x20results\x20were\x20found.','EbpIb','BROWSERSTACK_TURBOSCALE','bstackA11yShouldScan','replace','has','FVPcw','requires_chrome_options_check','CtfQV','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','min_version_non_browserstack','Srikx','17216LNiydP','hasLegacyHeadlessArg','winstonLogger','Mobile\x20Accessibility\x20Automation\x20is\x20not\x20enabled\x20for\x20your\x20account.\x20Accessibility\x20scans\x20will\x20be\x20skipped\x20on\x20mobile\x20sessions.\x20Contact\x20BrowserStack\x20to\x20enable\x20mobile\x20accessibility\x20scanning.','qRpTf','YEHFL','browserName','NLHcH','getCapabilities','Performing\x20scan\x20before\x20getting\x20results','FMhWW','min_version_browserstack','auth','cLPxa','xqHQX','MOBILE_SCANNING_DISABLED_WARNING','Dqkrj','BROWSERSTACK_TEST_ACCESSIBILITY_YML','get','Sonze','BOsgC','getResultsSummary','xYdhx','application/json','getGlobal','DIguQ','wzYQT','Content-Type','parseFromJson','set','getPackageVersion','selenium-webdriver','pTIbK','),\x20skipping','getCiInfo','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','IyXlx','26653NnMEPg','chromeOptions_','9822psYolT','getSession','action','HvZRG','return\x20document.readyState\x20===\x20\x22complete\x22','object','accessibility','display_name','zNAFy','getResults','includeTagsInTestingScope','[App-A11y]\x20getAccessibilityResultsSummary:\x20sessionId=','getBrowserVersion','LMNMZ','Session\x20is\x20identified\x20as\x20mobile\x20accessibility\x20platform\x20(Android\x20+\x20Chrome)','stringify','AzuiT','path','LqXaj','PwIIm','UtlgA','isArray','info','options_','Error\x20checking\x20mobile\x20accessibility\x20session:\x20','success','bstack:options','Mevtz','debug','includes','platforms','level','headers','stack','thTestRunUuid','message','lVYXe','NgWAa','getAccessibilityModule','assign','../performance/performance-tester','GQfjj','getAccessibilityResults:\x20Mobile\x20session\x20detected,\x20args:\x20','isAccessibilityPlatform','setA11yAnnotation:\x20error,\x20ignoring\x20-\x20','chromeOptions','statusText','map','foxHD','platformName','aMxMj','string','setA11yAnnotation:\x20annotated\x20session\x20with\x20\x22','GsphF','UKreN','scannerVersion','measureWrapper','riFDs','eEZqV','getCurrentTestUUID','gtHtc','rAajo','USIbR','CfIaC','gXchU','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','forEach','nbCHo','oOGfl','4815AzZWXm','FYyTN','Aglcq','parse','../../bin/v2/browserstackCLI','requireModule','Not\x20a\x20Accessibility\x20Session','aFIbj','mirrorChromeOptionsIntoBuilder','iGtMP','QOUjg','setA11yAnnotation:\x20skipping\x20-\x20infra=','playwright','GET_RESULTS_SUMMARY','body','TROcr','browserstack_executor','isUndefined','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','722kdPLwB','getMobileA11yCapabilities','__workerDetails','basename','setNonBstackInfraCapabilitiesOnCaps','resolveMobileThTestRunUuid','args','QBdgN','keys','htZbN','isVersionSupported','getAccessibilityResultsSummary:\x20Mobile\x20session\x20detected,\x20args:\x20','PERFORM_SCAN','json',',\x20turboscale=','accessibilityToken','Build\x20creation\x20had\x20failed.','bbVwC','browserstackSessionName','lHSjc','getAppAccessibilityResultsSummary','RkmSQ','aVZOA','setA11yAnnotation:\x20not\x20an\x20active\x20a11y\x20session\x20(playwright=','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','isMobileAccessibilitySession','../performance/constants','capabilities_','kiQxC','XRSRw','getGitMetaData','a11y:stop','getPlatformVersion','utYwp','Unable\x20to\x20mirror\x20accessibility\x20chrome\x20options\x20into\x20builder\x20options:\x20','1785eFqhss','INFCD','EESwu','__cloud_provider___','function','getPlatform','device','getBrowserA11yConfig','isBrowserStackCommandExecutor','format','iEWCv','qQqtM','3890920eqBELY','setA11yAnnotation:\x20App\x20Accessibility\x20session,\x20skipping\x20annotation','add','toJson','getAccessibilityResultsSummary','jSuYw','BS_A11Y_JWT','nestedKeyValue','browserstack_executor:\x20','toISOString','zJAdy','length','status','OWKBz','method','isTrue','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','tRomg','hTbPY','824585iBEQLG','arguments','maprw','[Accessibility]\x20Mobile\x20scan\x20requested\x20but\x20thTestRunUuid\x20not\x20resolvable:\x20','getTestFrameworkDetails','performScan:\x20Mobile\x20capabilities\x20added\x20to\x20scan\x20arguments','cwd','version','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).','8621340wYuOlS','env','pAnkK','UyQOp','bstackA11yScanOptions','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','NfMPQ','CkFaS','Invalid\x20configuration\x20passed.','1773vKEwuL','qbVbe','fetchPlatformDetails','util','mkHng','HSyOA','excludeTagsInTestingScope','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','[App-A11y]\x20getAccessibilityResults:\x20sessionId=','PUT','getMinVersionForBrowser','.\x20The\x20framework\x20setup\x20hook\x20is\x20not\x20writing\x20thTestRunUuid\x20onto\x20currentTest.','PxCaj','isAppAccessibility','MUmAe','executeAsyncScript','HvXlg','../logger','getInstance','WQMgv','GET_RESULTS','KHpnA','warn','RFylF','error','true','executeScript','mergeDeep','iCNCX','eHWVO','toString','nOJLg','ngAqI','../helper','uOqCM','playwrightAnnotate','Invalid\x20request:\x20','xaUHJ','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','vmxqS','stopAccessibilityTestRun','getAccessKey','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','getAccessibilityResults','Performed\x20scan\x20with\x20result:\x20','VZZuw','browserVersion','user','null','ebEly','getBrowserDisplayName','bFtDQ','selenium-webdriver/chrome.js','resolve','nOsTZ','wait','nUWrT','chrome','NqxGe','a11y:start','deviceName','some','zexwP','GmKjJ','--headless=new','script','qKVHD','data','VDpIf','isMobileAccessibilityPlatform','[Accessibility]\x20Selenium\x20performScan\x20payload:\x20','buildDescription','getTestFramework','getAppAccessibilityResults','ChromeExtension','BROWSERSTACK_A11Y_MOBILE_SCANNING_ENABLED_FOR_GROUP','isBrowserstackInfra'];a133_0x3879=function(){return _0x2bb6c2;};return a133_0x3879();}const a133_0x3cb9ca=a133_0x252f;function a133_0x252f(_0x52a53f,_0x350172){const _0x387917=a133_0x3879();return a133_0x252f=function(_0x252f48,_0x3d6314){_0x252f48=_0x252f48-0x12f;let _0x181b79=_0x387917[_0x252f48];return _0x181b79;},a133_0x252f(_0x52a53f,_0x350172);}(function(_0x1457ef,_0x244537){const _0x382900=a133_0x252f,_0x96e825=_0x1457ef();while(!![]){try{const _0x98ccc5=parseInt(_0x382900(0x270))/0x1+parseInt(_0x382900(0x22e))/0x2*(parseInt(_0x382900(0x282))/0x3)+parseInt(_0x382900(0x25d))/0x4+parseInt(_0x382900(0x251))/0x5*(parseInt(_0x382900(0x1d5))/0x6)+parseInt(_0x382900(0x279))/0x7+parseInt(_0x382900(0x1ae))/0x8*(parseInt(_0x382900(0x21a))/0x9)+parseInt(_0x382900(0x17c))/0xa*(-parseInt(_0x382900(0x1d3))/0xb);if(_0x98ccc5===_0x244537)break;else _0x96e825['push'](_0x96e825['shift']());}catch(_0x3e8247){_0x96e825['push'](_0x96e825['shift']());}}}(a133_0x3879,0x9721e));const path=require(a133_0x3cb9ca(0x1e6)),util=require(a133_0x3cb9ca(0x285)),bsSetupHelper=require(a133_0x3cb9ca(0x14c)),logger=require(a133_0x3cb9ca(0x13c))[a133_0x3cb9ca(0x1b0)],{API_URL,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY,ACCESSIBILITY_SUPPORTED_BROWSERS,MANUAL_SCAN_METHOD}=require('./constants'),PerformanceTester=require(a133_0x3cb9ca(0x1fd)),scripts=require('./scripts'),globals=require('../globals'),{A11Y_EVENTS:PerformanceA11yEvents}=require(a133_0x3cb9ca(0x248));exports[a133_0x3cb9ca(0x284)]=async _0x108726=>{const _0x1f7536=a133_0x3cb9ca,_0x37341a={};_0x37341a[_0x1f7536(0x150)]=function(_0x52f65c,_0x40466f){return _0x52f65c===_0x40466f;},_0x37341a[_0x1f7536(0x243)]='browserstack';const _0x537aad=_0x37341a;let _0x44230c={};try{const _0x5043da=await _0x108726[_0x1f7536(0x1b6)]();_0x44230c={'os_name':_0x5043da[_0x1f7536(0x256)](),'os_version':bsSetupHelper[_0x1f7536(0x24e)](_0x537aad[_0x1f7536(0x150)](global[_0x1f7536(0x254)],_0x537aad['RkmSQ'])),'browser_name':_0x5043da['getBrowserName'](),'browser_version':_0x5043da[_0x1f7536(0x1e1)]()};}catch(_0x1a0b42){logger['debug'](_0x1f7536(0x27e)+_0x1a0b42);}return _0x44230c;},exports[a133_0x3cb9ca(0x18a)]=()=>{const _0x402fbc=a133_0x3cb9ca,_0x248641={};_0x248641['wbNxD']=function(_0x2cf432,_0x5cfeec){return _0x2cf432===_0x5cfeec;},_0x248641['CypNI']=_0x402fbc(0x208),_0x248641['iEWCv']=function(_0x369bd4,_0x244156){return _0x369bd4>_0x244156;},_0x248641['USIbR']=function(_0x5cd42e,_0x37faef){return _0x5cd42e!==_0x37faef;},_0x248641[_0x402fbc(0x15e)]=_0x402fbc(0x15b),_0x248641[_0x402fbc(0x169)]=function(_0x38b638,_0x1f86db){return _0x38b638&&_0x1f86db;};const _0x1cd64e=_0x248641;try{const _0x42b494=bsSetupHelper['isTrue'](process[_0x402fbc(0x27a)][_0x402fbc(0x1bf)])||bsSetupHelper[_0x402fbc(0x26c)](process['env'][_0x402fbc(0x22c)]),_0x267a0e=_0x1cd64e['wbNxD'](typeof process[_0x402fbc(0x27a)][_0x402fbc(0x263)],_0x1cd64e['CypNI'])&&_0x1cd64e[_0x402fbc(0x25b)](process['env'][_0x402fbc(0x263)]['length'],0x0)&&_0x1cd64e[_0x402fbc(0x213)](process['env'][_0x402fbc(0x263)],_0x1cd64e[_0x402fbc(0x15e)]);return _0x1cd64e[_0x402fbc(0x169)](_0x42b494,_0x267a0e);}catch(_0x15d80f){logger['debug'](_0x402fbc(0x26d)+_0x15d80f);}return![];};const isLegacyHeadlessArg=_0x1bcea6=>typeof _0x1bcea6===a133_0x3cb9ca(0x208)&&(_0x1bcea6===a133_0x3cb9ca(0x196)||_0x1bcea6['startsWith'](a133_0x3cb9ca(0x183))&&_0x1bcea6!==a133_0x3cb9ca(0x16b));exports['hasLegacyHeadlessArg']=_0x366eb9=>{const _0x14a50d=a133_0x3cb9ca,_0x40f28a={};_0x40f28a['mkHng']=_0x14a50d(0x15f),_0x40f28a[_0x14a50d(0x1c7)]=_0x14a50d(0x1cd),_0x40f28a[_0x14a50d(0x180)]=function(_0x2f451d,_0x237b99){return _0x2f451d===_0x237b99;},_0x40f28a[_0x14a50d(0x223)]='function',_0x40f28a[_0x14a50d(0x130)]=_0x14a50d(0x194),_0x40f28a[_0x14a50d(0x229)]=_0x14a50d(0x1ef),_0x40f28a['mtiJU']='chromeOptions',_0x40f28a['UyQOp']=_0x14a50d(0x234);const _0x127e5d=_0x40f28a;try{let _0x4cd611;try{_0x4cd611=bsSetupHelper[_0x14a50d(0x21f)](_0x127e5d[_0x14a50d(0x12f)],_0x127e5d['DIguQ']);}catch(_0x3dd11f){return![];}const _0x1b1f6b=new _0x4cd611['Options'](_0x366eb9[_0x14a50d(0x1d4)]),_0x2af6ea=_0x1b1f6b[_0x14a50d(0x1ec)]&&_0x1b1f6b['options_'][_0x14a50d(0x234)]||_0x127e5d['qzbcQ'](typeof _0x1b1f6b[_0x14a50d(0x1c0)],_0x127e5d[_0x14a50d(0x223)])&&_0x1b1f6b['get'](_0x127e5d['HSyOA'])&&_0x1b1f6b[_0x14a50d(0x1c0)](_0x127e5d['HSyOA'])['args']||bsSetupHelper[_0x14a50d(0x264)](_0x366eb9[_0x14a50d(0x249)],[_0x127e5d[_0x14a50d(0x229)],_0x127e5d['mtiJU'],_0x127e5d[_0x14a50d(0x27c)]])||bsSetupHelper[_0x14a50d(0x264)](_0x366eb9[_0x14a50d(0x249)],[_0x127e5d['mtiJU'],_0x127e5d[_0x14a50d(0x27c)]])||[];if((Array[_0x14a50d(0x1ea)](_0x2af6ea)?_0x2af6ea:[])['some'](isLegacyHeadlessArg))return!![];const _0x466d62=_0x366eb9[_0x14a50d(0x249)]||{},_0x198a28=bsSetupHelper[_0x14a50d(0x264)](_0x466d62,[_0x127e5d[_0x14a50d(0x130)]])||{},_0x402caf=bsSetupHelper[_0x14a50d(0x264)](_0x198a28,[_0x127e5d[_0x14a50d(0x27c)]])||[];return(Array[_0x14a50d(0x1ea)](_0x402caf)?_0x402caf:[])['some'](isLegacyHeadlessArg);}catch(_0xb596e9){return logger[_0x14a50d(0x1f1)]('Exception\x20while\x20checking\x20for\x20legacy\x20headless\x20mode:\x20'+util[_0x14a50d(0x25a)](_0xb596e9)),![];}},exports['nonBstackPlatformValidation']=(_0x4e98c6,_0x15ce8f)=>{const _0x5856a7=a133_0x3cb9ca,_0x15507c={'OzsYu':_0x5856a7(0x1b4),'LZIkt':function(_0x4632c5,_0x5efece){return _0x4632c5(_0x5efece);},'BsuKy':_0x5856a7(0x159),'CtfQV':_0x5856a7(0x277),'qKVHD':_0x5856a7(0x1ef),'zbmGj':_0x5856a7(0x167),'RFylF':_0x5856a7(0x257),'qQqtM':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','iCNCX':'Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','tRomg':function(_0x4eeb1c,_0x3f3dd8){return _0x4eeb1c===_0x3f3dd8;},'nOsTZ':_0x5856a7(0x164),'YMbjd':function(_0x2eb048,_0x3ece44){return _0x2eb048>=_0x3ece44;}},_0x5d3ee3=_0x4e98c6[_0x5856a7(0x1c0)](_0x15507c['OzsYu']),_0x110469=_0x15507c['LZIkt'](parseFloat,_0x4e98c6[_0x5856a7(0x1c0)](_0x15507c['BsuKy']))||_0x15507c[_0x5856a7(0x197)](parseFloat,_0x4e98c6[_0x5856a7(0x1c0)](_0x15507c[_0x5856a7(0x1aa)])),_0x57c669=_0x4e98c6[_0x5856a7(0x1c0)](_0x15507c[_0x5856a7(0x16d)])||{},_0x399249=_0x15507c[_0x5856a7(0x197)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY),_0x3becdf=_0x57c669[_0x15507c['zbmGj']]||_0x4e98c6[_0x5856a7(0x1c0)](_0x15507c[_0x5856a7(0x142)])||![];if(_0x3becdf)return logger[_0x5856a7(0x141)](_0x15507c[_0x5856a7(0x25c)]),![];if(exports[_0x5856a7(0x1af)](_0x15ce8f))return logger[_0x5856a7(0x141)](_0x15507c[_0x5856a7(0x147)]),![];if(_0x15507c[_0x5856a7(0x26e)](_0x5d3ee3['toLowerCase'](),_0x15507c[_0x5856a7(0x161)])&&_0x15507c['YMbjd'](_0x110469,_0x399249))return!![];return logger[_0x5856a7(0x141)](_0x5856a7(0x185)+MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY+'.'),![];};const mergeChromeOptionsPreservingArrays=(_0x55e56e,_0x1a49dc)=>{const _0x170f5a=a133_0x3cb9ca,_0x551590={};_0x551590[_0x170f5a(0x272)]=function(_0x5c2b67,_0xafc9d4){return _0x5c2b67!==_0xafc9d4;},_0x551590['riFDs']=_0x170f5a(0x208),_0x551590[_0x170f5a(0x1a3)]=function(_0x3f278a,_0x18bd64){return _0x3f278a===_0x18bd64;},_0x551590[_0x170f5a(0x1e2)]=_0x170f5a(0x1da),_0x551590[_0x170f5a(0x219)]=function(_0x40f1ae,_0x2981c8){return _0x40f1ae===_0x2981c8;};const _0x3d30a4=_0x551590,_0xcbf74b=_0x55e56e&&_0x3d30a4[_0x170f5a(0x1a3)](typeof _0x55e56e,_0x3d30a4[_0x170f5a(0x1e2)])?_0x55e56e:{},_0x4317db=_0x1a49dc&&_0x3d30a4['oOGfl'](typeof _0x1a49dc,_0x3d30a4[_0x170f5a(0x1e2)])?_0x1a49dc:{},_0x2b0eb3=Object[_0x170f5a(0x1fc)]({},_0xcbf74b,_0x4317db);return Object[_0x170f5a(0x236)](_0x4317db)[_0x170f5a(0x217)](_0x2cdaed=>{const _0x53964c=_0x170f5a,_0x382ce5={'Srikx':function(_0xa4fcf2,_0x25e3f3){const _0x2967a5=a133_0x252f;return _0x3d30a4[_0x2967a5(0x272)](_0xa4fcf2,_0x25e3f3);},'PxCaj':_0x3d30a4[_0x53964c(0x20e)]};if(Array[_0x53964c(0x1ea)](_0x4317db[_0x2cdaed])||Array[_0x53964c(0x1ea)](_0xcbf74b[_0x2cdaed])){const _0x3d9653=Array[_0x53964c(0x1ea)](_0xcbf74b[_0x2cdaed])?_0xcbf74b[_0x2cdaed]:[],_0x17d5f0=Array[_0x53964c(0x1ea)](_0x4317db[_0x2cdaed])?_0x4317db[_0x2cdaed]:[],_0x1db22a=new Set();_0x2b0eb3[_0x2cdaed]=_0x3d9653[_0x53964c(0x18c)](_0x17d5f0)[_0x53964c(0x17f)](_0x3be416=>{const _0x2bfe8c=_0x53964c;if(_0x382ce5[_0x2bfe8c(0x1ad)](typeof _0x3be416,_0x382ce5[_0x2bfe8c(0x137)]))return!![];if(_0x1db22a[_0x2bfe8c(0x1a7)](_0x3be416))return![];return _0x1db22a[_0x2bfe8c(0x25f)](_0x3be416),!![];});}}),_0x2b0eb3;};exports[a133_0x3cb9ca(0x222)]=(_0x396132,_0x392e27)=>{const _0x58c702=a133_0x3cb9ca,_0x394ff1={'uOqCM':function(_0x539e8f,_0x1105c2){return _0x539e8f!==_0x1105c2;},'zVZyt':_0x58c702(0x255),'nBQPc':function(_0xc4eb3f,_0x57def2){return _0xc4eb3f!==_0x57def2;},'Aglcq':'goog:chromeOptions','aFIbj':function(_0x82c979,_0x4a4564,_0x3fddc0){return _0x82c979(_0x4a4564,_0x3fddc0);},'pRUPH':function(_0x8e2212,_0x5cc919){return _0x8e2212||_0x5cc919;},'iDJVR':function(_0x360a4e,_0x46875c){return _0x360a4e+_0x46875c;},'DpgEL':_0x58c702(0x250)};try{const _0x2d011c=_0x396132&&_0x396132[_0x58c702(0x1d4)];if(!_0x2d011c||_0x394ff1[_0x58c702(0x14d)](typeof _0x2d011c[_0x58c702(0x1c0)],_0x394ff1[_0x58c702(0x17a)])||_0x394ff1['nBQPc'](typeof _0x2d011c[_0x58c702(0x1cb)],_0x394ff1['zVZyt']))return;const _0x2266a5=_0x2d011c['CAPABILITY_KEY']||_0x394ff1[_0x58c702(0x21c)],_0x4d469b=_0x2d011c[_0x58c702(0x1c0)](_0x2266a5)||{},_0x5736b3=_0x394ff1[_0x58c702(0x221)](mergeChromeOptionsPreservingArrays,_0x4d469b,_0x394ff1[_0x58c702(0x1a0)](_0x392e27,{}));_0x2d011c['set'](_0x2266a5,_0x5736b3);}catch(_0x24b25b){logger[_0x58c702(0x1f1)](_0x394ff1[_0x58c702(0x19d)](_0x394ff1[_0x58c702(0x184)],util[_0x58c702(0x25a)](_0x24b25b)));}},exports['setNonBstackInfraCapabilities']=(_0x3806a9,_0x28a48f=!![])=>{const _0x3f1c71=a133_0x3cb9ca,_0x118f13={'QBdgN':function(_0x4c3232,_0xbb16fe){return _0x4c3232===_0xbb16fe;},'ZSKeF':_0x3f1c71(0x202),'xqHQX':'goog:chromeOptions','WQMgv':function(_0x23f193,_0x533030,_0xfd2196){return _0x23f193(_0x533030,_0xfd2196);},'HKzWW':function(_0x1b5272,_0x446b2a){return _0x1b5272||_0x446b2a;},'hTbPY':_0x3f1c71(0x220)},_0x3b22fb=scripts[_0x3f1c71(0x175)];try{const _0x22fe60=bsSetupHelper[_0x3f1c71(0x26c)](process[_0x3f1c71(0x27a)][_0x3f1c71(0x1bf)])||bsSetupHelper['isTrue'](process[_0x3f1c71(0x27a)][_0x3f1c71(0x22c)]);if((!bsSetupHelper['isBrowserstackInfra']()||process[_0x3f1c71(0x27a)]['BROWSERSTACK_TURBOSCALE'])&&_0x22fe60){const _0x38dc37=_0x3806a9[_0x3f1c71(0x1b6)](),_0x5442fb=_0x118f13[_0x3f1c71(0x235)](_0x28a48f,![])?_0x118f13[_0x3f1c71(0x191)]:_0x118f13['xqHQX'],_0x1ee530=_0x38dc37[_0x3f1c71(0x1c0)](_0x5442fb)||_0x38dc37['get'](_0x118f13[_0x3f1c71(0x1bc)])||{},_0x45f6d0=_0x118f13[_0x3f1c71(0x13e)](mergeChromeOptionsPreservingArrays,_0x1ee530,_0x118f13['HKzWW'](_0x3b22fb,{}));_0x38dc37['set'](_0x5442fb,_0x45f6d0),exports['mirrorChromeOptionsIntoBuilder'](_0x3806a9,_0x45f6d0);}else logger[_0x3f1c71(0x141)](_0x118f13[_0x3f1c71(0x26f)]);}catch(_0x1b4aed){logger[_0x3f1c71(0x143)]('Error\x20while\x20adding\x20Non-Bstack\x20capabilities:\x20'+_0x1b4aed);}},exports[a133_0x3cb9ca(0x232)]=_0x3ad4d4=>{const _0x224a04=a133_0x3cb9ca,_0x122dda={};_0x122dda[_0x224a04(0x182)]=function(_0x2e5d2a,_0x24be9e){return _0x2e5d2a||_0x24be9e;},_0x122dda[_0x224a04(0x1dd)]='goog:chromeOptions';const _0x5dd2fd=_0x122dda;_0x3ad4d4=_0x5dd2fd['GMBIR'](_0x3ad4d4,{});const _0x19d3e3=scripts[_0x224a04(0x175)];try{const _0x25a5dc=bsSetupHelper[_0x224a04(0x26c)](process[_0x224a04(0x27a)][_0x224a04(0x1bf)])||bsSetupHelper[_0x224a04(0x26c)](process['env'][_0x224a04(0x22c)]);if((!bsSetupHelper[_0x224a04(0x177)]()||process[_0x224a04(0x27a)][_0x224a04(0x1a4)])&&_0x25a5dc){const _0x61e176=_0x3ad4d4[_0x5dd2fd['zNAFy']]||{};bsSetupHelper[_0x224a04(0x146)](_0x61e176,_0x19d3e3),_0x3ad4d4[_0x5dd2fd[_0x224a04(0x1dd)]]=_0x61e176;}}catch(_0x8d57a1){logger[_0x224a04(0x143)](_0x224a04(0x19a)+_0x8d57a1);}return _0x3ad4d4;},exports['shouldScanTestForAccessibility']=(_0x352cb0=null,_0x2fe80f=!![],_0x267ddd=[])=>{const _0x3bca3d=a133_0x3cb9ca,_0x537638={};_0x537638[_0x3bca3d(0x165)]=function(_0x43b0b3,_0x4e4f7f){return _0x43b0b3==_0x4e4f7f;},_0x537638[_0x3bca3d(0x26a)]=function(_0x34a7e1,_0x3053ac){return _0x34a7e1>_0x3053ac;},_0x537638[_0x3bca3d(0x1c1)]=function(_0x54447c,_0xb7c666){return _0x54447c===_0xb7c666;},_0x537638[_0x3bca3d(0x188)]=function(_0x1b9d25,_0x4a0b3e){return _0x1b9d25&&_0x4a0b3e;};const _0x4df472=_0x537638;if(_0x4df472[_0x3bca3d(0x165)](process[_0x3bca3d(0x27a)][_0x3bca3d(0x22d)],null))return!![];try{const _0x364849=JSON['parse'](process['env'][_0x3bca3d(0x22d)]),_0x14039c=Array[_0x3bca3d(0x1ea)](_0x364849['includeTagsInTestingScope'])?_0x364849[_0x3bca3d(0x1df)]:[],_0x5483ef=Array[_0x3bca3d(0x1ea)](_0x364849[_0x3bca3d(0x131)])?_0x364849[_0x3bca3d(0x131)]:[],_0x1e72ca=_0xa16189=>typeof _0xa16189===_0x3bca3d(0x208)?_0xa16189[_0x3bca3d(0x1a6)](/^@/,'')['toLowerCase']()['trim']():_0xa16189;if(bsSetupHelper[_0x3bca3d(0x22b)](_0x352cb0)){if(_0x4df472[_0x3bca3d(0x26a)](_0x267ddd[_0x3bca3d(0x268)],0x0)){const _0x168181=_0x267ddd[_0x3bca3d(0x204)](_0x1e72ca),_0x27eb4f=_0x5483ef[_0x3bca3d(0x168)](_0x347ece=>_0x168181[_0x3bca3d(0x1f2)](_0x1e72ca(_0x347ece))),_0x34c48c=_0x4df472[_0x3bca3d(0x1c1)](_0x14039c[_0x3bca3d(0x268)],0x0)||_0x14039c[_0x3bca3d(0x168)](_0x30118a=>_0x168181[_0x3bca3d(0x1f2)](_0x1e72ca(_0x30118a)));return _0x4df472[_0x3bca3d(0x188)](!_0x27eb4f,_0x34c48c);}return!![];}let _0x3371f9;_0x2fe80f?_0x3371f9=_0x352cb0[_0x3bca3d(0x199)]('/'):_0x3371f9=_0x352cb0;const _0x719c96=_0x5483ef[_0x3bca3d(0x168)](_0x54480a=>_0x3371f9[_0x3bca3d(0x18e)]()[_0x3bca3d(0x1f2)](_0x1e72ca(_0x54480a)[_0x3bca3d(0x18e)]())),_0x21213a=_0x4df472[_0x3bca3d(0x1c1)](_0x14039c['length'],0x0)||_0x14039c[_0x3bca3d(0x168)](_0x419966=>_0x3371f9['toLowerCase']()[_0x3bca3d(0x1f2)](_0x1e72ca(_0x419966)['toLowerCase']()));return _0x4df472[_0x3bca3d(0x188)](!_0x719c96,_0x21213a);}catch(_0x56e4c6){logger['debug']('Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20'+util[_0x3bca3d(0x25a)](_0x56e4c6));}return![];},exports['checkAccessibilityPlatformConfig']=_0x56bbd6=>{const _0x319681=a133_0x3cb9ca;let _0x1bd69b=![];try{_0x56bbd6[_0x319681(0x1f3)][_0x319681(0x217)](_0x26e2ce=>{const _0xccc17b=_0x319681;if(bsSetupHelper[_0xccc17b(0x26c)](_0x26e2ce['accessibility']))return _0x1bd69b=!![],!![];});}catch(_0x4bbc84){logger[_0x319681(0x1f1)](_0x319681(0x246)+_0x4bbc84);}return _0x1bd69b||bsSetupHelper[_0x319681(0x26c)](_0x56bbd6[_0x319681(0x1db)]);},exports['createAccessibilityTestRun']=PerformanceTester[a133_0x3cb9ca(0x20d)](a133_0x3cb9ca(0x166),async function(_0x374fdf,_0x48950b){const _0x38dbbd=a133_0x3cb9ca,_0x1241fa={};_0x1241fa[_0x38dbbd(0x1a1)]=_0x38dbbd(0x151),_0x1241fa[_0x38dbbd(0x20b)]=_0x38dbbd(0x226),_0x1241fa[_0x38dbbd(0x205)]=_0x38dbbd(0x181),_0x1241fa['pplYX']=_0x38dbbd(0x1c5),_0x1241fa[_0x38dbbd(0x140)]='POST',_0x1241fa[_0x38dbbd(0x24b)]='v2/test_runs',_0x1241fa[_0x38dbbd(0x211)]=function(_0x35302c,_0x96c8df){return _0x35302c===_0x96c8df;},_0x1241fa[_0x38dbbd(0x237)]=_0x38dbbd(0x281),_0x1241fa[_0x38dbbd(0x1e5)]='false';const _0x27f0f3=_0x1241fa,_0x9493d2=bsSetupHelper[_0x38dbbd(0x19e)](_0x374fdf),_0x35e4f7=bsSetupHelper[_0x38dbbd(0x154)](_0x374fdf);if(bsSetupHelper[_0x38dbbd(0x22b)](_0x9493d2)||bsSetupHelper['isUndefined'](_0x35e4f7))return logger['error'](_0x27f0f3[_0x38dbbd(0x1a1)]),[null,null];try{let _0x465774;bsSetupHelper[_0x38dbbd(0x22b)](process[_0x38dbbd(0x27a)][_0x38dbbd(0x22d)])?_0x465774={}:_0x465774=JSON[_0x38dbbd(0x21d)](process[_0x38dbbd(0x27a)][_0x38dbbd(0x22d)]);const {name:_0x3ebbf,version:_0x168a20}=bsSetupHelper[_0x38dbbd(0x274)](_0x374fdf,_0x48950b),_0x3eb43b={'projectName':_0x374fdf['projectName'],'buildName':_0x374fdf[_0x38dbbd(0x17b)]||path[_0x38dbbd(0x231)](path[_0x38dbbd(0x160)](process[_0x38dbbd(0x276)]())),'startTime':new Date()[_0x38dbbd(0x266)](),'description':_0x374fdf[_0x38dbbd(0x172)]||'','source':{'frameworkName':_0x48950b[_0x38dbbd(0x1f2)](_0x27f0f3[_0x38dbbd(0x20b)])?_0x27f0f3['UKreN']:_0x48950b,'frameworkVersion':bsSetupHelper[_0x38dbbd(0x1cc)](_0x48950b),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x27f0f3['foxHD'],'testFramework':_0x3ebbf,'testFrameworkVersion':_0x168a20},'settings':_0x465774,'versionControl':await bsSetupHelper[_0x38dbbd(0x24c)](),'ciInfo':bsSetupHelper[_0x38dbbd(0x1d0)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x521f56={};_0x521f56[_0x38dbbd(0x15a)]=_0x9493d2,_0x521f56['pass']=_0x35e4f7;const _0x2e3ddb={};_0x2e3ddb[_0x38dbbd(0x1c9)]=_0x27f0f3[_0x38dbbd(0x17d)];const _0x22ce2e={};_0x22ce2e[_0x38dbbd(0x1ba)]=_0x521f56,_0x22ce2e['headers']=_0x2e3ddb;const _0x52f6de=_0x22ce2e,_0x265df6={};_0x265df6[_0x38dbbd(0x228)]=_0x3eb43b,_0x265df6['json']=!![];const _0x33294e=Object[_0x38dbbd(0x1fc)](_0x52f6de,_0x265df6),_0x40a897=await bsSetupHelper['nodeRequest'](_0x27f0f3[_0x38dbbd(0x140)],_0x27f0f3['XRSRw'],_0x33294e,_0x374fdf,API_URL);let _0x148b51=process[_0x38dbbd(0x27a)][_0x38dbbd(0x22d)];return _0x148b51?_0x148b51=JSON[_0x38dbbd(0x21d)](process[_0x38dbbd(0x27a)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x148b51={},scripts[_0x38dbbd(0x1ca)](_0x40a897[_0x38dbbd(0x16e)][_0x38dbbd(0x16e)]),scripts[_0x38dbbd(0x260)](),_0x148b51['scannerVersion']=_0x40a897[_0x38dbbd(0x16e)][_0x38dbbd(0x16e)][_0x38dbbd(0x20c)],process['env'][_0x38dbbd(0x22d)]=JSON[_0x38dbbd(0x1e4)](_0x148b51),[_0x40a897[_0x38dbbd(0x16e)][_0x38dbbd(0x16e)][_0x38dbbd(0x23d)],_0x40a897[_0x38dbbd(0x16e)][_0x38dbbd(0x16e)]['id']];}catch(_0x48ab29){if(_0x48ab29[_0x38dbbd(0x179)])logger[_0x38dbbd(0x143)](_0x38dbbd(0x132)+_0x48ab29[_0x38dbbd(0x179)][_0x38dbbd(0x269)]+'\x20'+_0x48ab29[_0x38dbbd(0x179)][_0x38dbbd(0x203)]+'\x20'+JSON[_0x38dbbd(0x1e4)](_0x48ab29[_0x38dbbd(0x179)][_0x38dbbd(0x16e)]));else{if(_0x27f0f3[_0x38dbbd(0x211)](_0x48ab29[_0x38dbbd(0x1f8)],_0x27f0f3[_0x38dbbd(0x237)])){logger[_0x38dbbd(0x143)](_0x38dbbd(0x132)+(_0x48ab29[_0x38dbbd(0x1f8)]||_0x48ab29[_0x38dbbd(0x1f6)]));for(const _0x37f607 of _0x48ab29['errors']){logger['error'](_0x37f607[_0x38dbbd(0x1f8)]);}process[_0x38dbbd(0x27a)][_0x38dbbd(0x1bf)]=_0x27f0f3[_0x38dbbd(0x1e5)],process[_0x38dbbd(0x27a)][_0x38dbbd(0x22c)]=_0x27f0f3[_0x38dbbd(0x1e5)];}else logger[_0x38dbbd(0x143)](_0x38dbbd(0x132)+(_0x48ab29[_0x38dbbd(0x1f8)]||_0x48ab29['stack']));}return[null,null];}}),exports[a133_0x3cb9ca(0x153)]=PerformanceTester[a133_0x3cb9ca(0x20d)](a133_0x3cb9ca(0x24d),async function(_0x246ec4){const _0x1fa38d=a133_0x3cb9ca,_0x32d85a={};_0x32d85a[_0x1fa38d(0x27b)]=function(_0x1df5f5,_0x3ba1e0){return _0x1df5f5!==_0x3ba1e0;},_0x32d85a['VDpIf']=_0x1fa38d(0x208),_0x32d85a[_0x1fa38d(0x262)]=_0x1fa38d(0x143),_0x32d85a[_0x1fa38d(0x178)]=_0x1fa38d(0x23e),_0x32d85a[_0x1fa38d(0x214)]='application/json',_0x32d85a[_0x1fa38d(0x283)]=_0x1fa38d(0x134),_0x32d85a[_0x1fa38d(0x253)]='test_runs/stop',_0x32d85a[_0x1fa38d(0x1e7)]=function(_0x5307cf,_0x5b88ad){return _0x5307cf+_0x5b88ad;},_0x32d85a['mYHjL']=_0x1fa38d(0x14f),_0x32d85a[_0x1fa38d(0x1bb)]=_0x1fa38d(0x1ee);const _0x3d9458=_0x32d85a;if(bsSetupHelper[_0x1fa38d(0x22b)](process[_0x1fa38d(0x27a)][_0x1fa38d(0x263)])||_0x3d9458['pAnkK'](typeof process['env'][_0x1fa38d(0x263)],_0x3d9458[_0x1fa38d(0x16f)])){const _0x10270a={};return _0x10270a[_0x1fa38d(0x269)]=_0x3d9458[_0x1fa38d(0x262)],_0x10270a[_0x1fa38d(0x1f8)]=_0x3d9458[_0x1fa38d(0x178)],_0x10270a;}const _0x4439b6={'endTime':new Date()[_0x1fa38d(0x266)]()},_0x2aac76={};_0x2aac76[_0x1fa38d(0x193)]='Bearer\x20'+process[_0x1fa38d(0x27a)]['BS_A11Y_JWT'],_0x2aac76[_0x1fa38d(0x1c9)]=_0x3d9458[_0x1fa38d(0x214)];const _0x2fc223={};_0x2fc223[_0x1fa38d(0x1f5)]=_0x2aac76;const _0xd368e0=_0x2fc223,_0xc137c4={};_0xc137c4['body']=_0x4439b6,_0xc137c4[_0x1fa38d(0x1ba)]=null,_0xc137c4[_0x1fa38d(0x23b)]=!![];const _0x429deb=Object[_0x1fa38d(0x1fc)](_0xd368e0,_0xc137c4);try{const _0x4e338f=await bsSetupHelper[_0x1fa38d(0x19b)](_0x3d9458[_0x1fa38d(0x283)],_0x3d9458[_0x1fa38d(0x253)],_0x429deb,_0x246ec4,API_URL);if(_0x4e338f['data'][_0x1fa38d(0x143)])throw new Error(_0x3d9458[_0x1fa38d(0x1e7)](_0x3d9458[_0x1fa38d(0x190)],_0x4e338f[_0x1fa38d(0x16e)][_0x1fa38d(0x143)]));else{logger[_0x1fa38d(0x1eb)](_0x1fa38d(0x1ab)+new Date()[_0x1fa38d(0x266)]());const _0x5a6784={};return _0x5a6784[_0x1fa38d(0x269)]=_0x3d9458[_0x1fa38d(0x1bb)],_0x5a6784['message']='',_0x5a6784;}}catch(_0x28ac42){_0x28ac42[_0x1fa38d(0x179)]?logger[_0x1fa38d(0x143)](_0x1fa38d(0x216)+_0x28ac42[_0x1fa38d(0x179)][_0x1fa38d(0x269)]+'\x20'+_0x28ac42[_0x1fa38d(0x179)][_0x1fa38d(0x203)]+'\x20'+JSON['stringify'](_0x28ac42['response'][_0x1fa38d(0x16e)])):logger[_0x1fa38d(0x143)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x28ac42[_0x1fa38d(0x1f8)]||util[_0x1fa38d(0x25a)](_0x28ac42)));const _0x24567d={};return _0x24567d['status']=_0x3d9458[_0x1fa38d(0x262)],_0x24567d[_0x1fa38d(0x1f8)]=_0x28ac42[_0x1fa38d(0x1f8)]||(_0x28ac42['response']?_0x28ac42[_0x1fa38d(0x179)]['status']+':'+_0x28ac42[_0x1fa38d(0x179)]['statusText']:_0x28ac42),_0x24567d;}}),exports['setA11yAnnotation']=async(_0x263d73,_0x5d4e67)=>{const _0xc7ab3d=a133_0x3cb9ca,_0x1d5de0={'lvtbf':'setA11yAnnotation:\x20no\x20target,\x20skipping','qogIp':function(_0x3e8485,_0x581112){return _0x3e8485===_0x581112;},'wzYQT':_0xc7ab3d(0x255),'GQfjj':function(_0x4dc02b,_0x460505){return _0x4dc02b!==_0x460505;},'bbVwC':function(_0x526486,_0x30e276){return _0x526486(_0x30e276);},'lHSjc':_0xc7ab3d(0x200),'GmKjJ':function(_0xbb924b,_0x59fe49){return _0xbb924b(_0x59fe49);},'BOsgC':_0xc7ab3d(0x21e),'Mevtz':_0xc7ab3d(0x25e),'aMxMj':'annotate','INFCD':_0xc7ab3d(0x1eb),'rAajo':'setA11yAnnotation:\x20target\x20exposes\x20no\x20script-execution\x20API,\x20skipping'};try{if(!_0x263d73){logger[_0xc7ab3d(0x1f1)](_0x1d5de0['lvtbf']);return;}const _0x502e68=_0x1d5de0[_0xc7ab3d(0x187)](typeof _0x263d73['evaluate'],_0x1d5de0[_0xc7ab3d(0x1c8)])&&_0x1d5de0[_0xc7ab3d(0x1fe)](typeof _0x263d73[_0xc7ab3d(0x145)],_0x1d5de0[_0xc7ab3d(0x1c8)]),_0x3bdcbc=_0x502e68?_0x1d5de0[_0xc7ab3d(0x23f)](Boolean,global['accessibilityPlatform']):this[_0xc7ab3d(0x18a)]()&&globals[_0xc7ab3d(0x1c6)](_0x1d5de0[_0xc7ab3d(0x241)]);if(!_0x3bdcbc){logger[_0xc7ab3d(0x1f1)](_0xc7ab3d(0x245)+_0x502e68+_0xc7ab3d(0x1cf));return;}if(!bsSetupHelper[_0xc7ab3d(0x177)]()||bsSetupHelper[_0xc7ab3d(0x26c)](process[_0xc7ab3d(0x27a)][_0xc7ab3d(0x1a4)])){logger[_0xc7ab3d(0x1f1)](_0xc7ab3d(0x225)+bsSetupHelper['isBrowserstackInfra']()+_0xc7ab3d(0x23c)+bsSetupHelper[_0xc7ab3d(0x26c)](process[_0xc7ab3d(0x27a)][_0xc7ab3d(0x1a4)]));return;}const _0x57ff80=_0x1d5de0[_0xc7ab3d(0x16a)](require,_0x1d5de0[_0xc7ab3d(0x1c2)]),_0x182488=_0x57ff80['getInstance'](),_0xc0d753=_0x182488&&_0x182488[_0xc7ab3d(0x1fb)]();if(_0xc0d753&&_0xc0d753[_0xc7ab3d(0x138)]){logger['debug'](_0x1d5de0[_0xc7ab3d(0x1f0)]);return;}if(_0x1d5de0[_0xc7ab3d(0x187)](typeof _0x263d73[_0xc7ab3d(0x145)],_0x1d5de0[_0xc7ab3d(0x1c8)])){const _0x397b51={};_0x397b51[_0xc7ab3d(0x1d7)]=_0x1d5de0[_0xc7ab3d(0x207)],_0x397b51[_0xc7ab3d(0x271)]={},_0x397b51[_0xc7ab3d(0x271)][_0xc7ab3d(0x16e)]=_0x5d4e67,_0x397b51[_0xc7ab3d(0x271)][_0xc7ab3d(0x1f4)]=_0x1d5de0[_0xc7ab3d(0x252)],await _0x263d73[_0xc7ab3d(0x145)](_0xc7ab3d(0x265)+JSON[_0xc7ab3d(0x1e4)](_0x397b51));}else{if(_0x1d5de0['qogIp'](typeof _0x263d73['evaluate'],_0x1d5de0[_0xc7ab3d(0x1c8)]))await bsSetupHelper[_0xc7ab3d(0x14e)](_0x263d73,_0x5d4e67,_0x1d5de0[_0xc7ab3d(0x252)]);else{logger['debug'](_0x1d5de0[_0xc7ab3d(0x212)]);return;}}logger['debug'](_0xc7ab3d(0x209)+_0x5d4e67+'\x22');}catch(_0x169104){logger[_0xc7ab3d(0x1f1)](_0xc7ab3d(0x201)+util[_0xc7ab3d(0x25a)](_0x169104));}},exports[a133_0x3cb9ca(0x198)]=async(_0x4eb355,_0x1bbcd5=null,_0x464be5=![],_0x19622b=null)=>{const _0x4711a5=a133_0x3cb9ca,_0x2147c4={};_0x2147c4[_0x4711a5(0x15c)]=_0x4711a5(0x200),_0x2147c4[_0x4711a5(0x244)]=_0x4711a5(0x1a5),_0x2147c4[_0x4711a5(0x267)]=_0x4711a5(0x1d1),_0x2147c4[_0x4711a5(0x1be)]=function(_0x31ff6e,_0x3f21c5){return _0x31ff6e||_0x3f21c5;},_0x2147c4[_0x4711a5(0x1b3)]=_0x4711a5(0x27d),_0x2147c4['eEZqV']=_0x4711a5(0x275);const _0x9cfaae=_0x2147c4;if(!this[_0x4711a5(0x18a)]()||!globals[_0x4711a5(0x1c6)](_0x9cfaae['ebEly'])||!_0x464be5&&!globals[_0x4711a5(0x1c6)](_0x9cfaae[_0x4711a5(0x244)])){logger['warn'](_0x9cfaae[_0x4711a5(0x267)]);return;}const _0xe045dc=_0x464be5?_0x9cfaae[_0x4711a5(0x1be)](_0x19622b,{}):globals[_0x4711a5(0x1c6)](_0x9cfaae[_0x4711a5(0x1b3)])||{},_0xf97db2={};_0xf97db2[_0x4711a5(0x26b)]=_0x464be5?MANUAL_SCAN_METHOD:_0x1bbcd5||global['browserstackSessionName'];const _0x1918f1=Object['assign']({},_0xe045dc,_0xf97db2);await this[_0x4711a5(0x247)](_0x4eb355)&&(Object[_0x4711a5(0x1fc)](_0x1918f1,this[_0x4711a5(0x22f)](),{'thTestRunUuid':this[_0x4711a5(0x233)]()}),logger[_0x4711a5(0x1f1)](_0x9cfaae[_0x4711a5(0x20f)]));logger[_0x4711a5(0x1f1)](_0x4711a5(0x171)+util['format']('%j',_0x1918f1));const _0x54f784={};return _0x54f784['command']=_0x1bbcd5,await PerformanceTester[_0x4711a5(0x20d)](PerformanceA11yEvents[_0x4711a5(0x23a)],async()=>{const _0x340433=_0x4711a5;try{await _0x4eb355[_0x340433(0x162)](()=>_0x4eb355[_0x340433(0x145)](_0x340433(0x1d9)),0x1388);}catch(_0x35afdf){}const _0x32c644=util[_0x340433(0x25a)](await _0x4eb355[_0x340433(0x13a)](scripts[_0x340433(0x198)],_0x1918f1));return logger[_0x340433(0x1f1)](_0x340433(0x157)+_0x32c644),_0x32c644;},_0x54f784)();},exports['getAccessibilityResults']=async(_0x50f080,_0x3ee7cc)=>{const _0x146b22=a133_0x3cb9ca,_0x6f9bff={'MNVpA':_0x146b22(0x1b7),'QOUjg':_0x146b22(0x200),'NLHcH':'bstackA11yShouldScan','grsga':_0x146b22(0x155),'PwIIm':function(_0x57bef4,_0x18c5ad){return _0x57bef4(_0x18c5ad);},'bcsRL':_0x146b22(0x21e),'FVPcw':_0x146b22(0x156),'NfMPQ':_0x146b22(0x1a2)};if(!this[_0x146b22(0x18a)]()||!globals[_0x146b22(0x1c6)](_0x6f9bff[_0x146b22(0x224)])||!globals[_0x146b22(0x1c6)](_0x6f9bff[_0x146b22(0x1b5)]))return logger[_0x146b22(0x141)](_0x6f9bff['grsga']),[];try{const _0x5ed91a=_0x6f9bff[_0x146b22(0x1e8)](require,_0x6f9bff[_0x146b22(0x189)]),_0x3b3d6a=_0x5ed91a[_0x146b22(0x13d)](),_0x2278d0=_0x3b3d6a&&_0x3b3d6a[_0x146b22(0x1fb)]();if(_0x2278d0&&_0x2278d0[_0x146b22(0x138)]){const _0x18296e=(await _0x50f080[_0x146b22(0x1d6)]())['getId']();let _0x25fa04='';try{const _0x3461c4=_0x3b3d6a[_0x146b22(0x173)]&&_0x3b3d6a[_0x146b22(0x173)]();_0x25fa04=_0x3461c4&&_0x3461c4[_0x146b22(0x210)]&&_0x3461c4[_0x146b22(0x210)]()||'';}catch(_0x3d754e){}return logger[_0x146b22(0x1f1)](_0x146b22(0x133)+_0x18296e+_0x146b22(0x195)+_0x25fa04),await _0x2278d0[_0x146b22(0x174)](_0x18296e,_0x25fa04);}const _0x26f95b=await this[_0x146b22(0x247)](_0x50f080),_0x3e02c8=_0x26f95b?Object[_0x146b22(0x1fc)]({},this[_0x146b22(0x22f)](),{'thTestRunUuid':this[_0x146b22(0x233)]()}):{};return _0x26f95b&&logger[_0x146b22(0x1f1)](_0x146b22(0x1ff)+util['format']('%j',_0x3e02c8)),await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x146b22(0x23a)],async()=>{const _0x46983f=_0x146b22;logger[_0x46983f(0x1f1)](_0x6f9bff['MNVpA']);const _0x22c10a={};_0x22c10a[_0x46983f(0x26b)]=_0x3ee7cc[_0x46983f(0x240)];const _0x5600e3=Object[_0x46983f(0x1fc)](_0x22c10a,_0x3e02c8);logger[_0x46983f(0x1f1)](util[_0x46983f(0x25a)](await _0x50f080['executeAsyncScript'](scripts[_0x46983f(0x198)],_0x5600e3)));},{'command':_0x6f9bff[_0x146b22(0x1a8)]})(),await PerformanceTester[_0x146b22(0x20d)](PerformanceA11yEvents[_0x146b22(0x13f)],async()=>{const _0x485d0a=_0x146b22,_0xaf7a6a=_0x26f95b?await _0x50f080['executeAsyncScript'](scripts[_0x485d0a(0x1de)],_0x3e02c8):await _0x50f080[_0x485d0a(0x13a)](scripts[_0x485d0a(0x1de)]);return _0xaf7a6a;})();}catch{return logger[_0x146b22(0x143)](_0x6f9bff[_0x146b22(0x27f)]),[];}},exports[a133_0x3cb9ca(0x261)]=async(_0x405aab,_0x2d3118)=>{const _0x19bdae=a133_0x3cb9ca,_0x17eb7c={'zKSbc':'Performing\x20scan\x20before\x20getting\x20results\x20summary','VOzZj':'isAccessibilityPlatform','gXchU':_0x19bdae(0x1a5),'xQfVq':'Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','HvZRG':function(_0x2f70e2,_0x49a3e5){return _0x2f70e2(_0x49a3e5);},'NgWAa':_0x19bdae(0x21e),'GRJRI':_0x19bdae(0x261),'bZkvL':'No\x20accessibility\x20summary\x20was\x20found.'};if(!this[_0x19bdae(0x18a)]()||!globals[_0x19bdae(0x1c6)](_0x17eb7c['VOzZj'])||!globals[_0x19bdae(0x1c6)](_0x17eb7c[_0x19bdae(0x215)]))return logger[_0x19bdae(0x141)](_0x17eb7c[_0x19bdae(0x19c)]),{};try{const _0x1f6ba5=_0x17eb7c[_0x19bdae(0x1d8)](require,_0x17eb7c[_0x19bdae(0x1fa)]),_0x394e96=_0x1f6ba5[_0x19bdae(0x13d)](),_0xe5b425=_0x394e96&&_0x394e96[_0x19bdae(0x1fb)]();if(_0xe5b425&&_0xe5b425[_0x19bdae(0x138)]){const _0x4433f3=(await _0x405aab[_0x19bdae(0x1d6)]())[_0x19bdae(0x18f)]();let _0x55c3fa='';try{const _0xc0a9c7=_0x394e96[_0x19bdae(0x173)]&&_0x394e96[_0x19bdae(0x173)]();_0x55c3fa=_0xc0a9c7&&_0xc0a9c7[_0x19bdae(0x210)]&&_0xc0a9c7[_0x19bdae(0x210)]()||'';}catch(_0x40447d){}return logger['debug'](_0x19bdae(0x1e0)+_0x4433f3+_0x19bdae(0x195)+_0x55c3fa),await _0xe5b425[_0x19bdae(0x242)](_0x4433f3,_0x55c3fa);}const _0x338555=await this[_0x19bdae(0x247)](_0x405aab),_0xdf504d=_0x338555?Object[_0x19bdae(0x1fc)]({},this[_0x19bdae(0x22f)](),{'thTestRunUuid':this[_0x19bdae(0x233)]()}):{};return _0x338555&&logger[_0x19bdae(0x1f1)](_0x19bdae(0x239)+util[_0x19bdae(0x25a)]('%j',_0xdf504d)),await PerformanceTester[_0x19bdae(0x20d)](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x501357=_0x19bdae;logger['debug'](_0x17eb7c['zKSbc']);const _0x5bca9b={};_0x5bca9b[_0x501357(0x26b)]=_0x2d3118['browserstackSessionName'];const _0xa507f9=Object['assign'](_0x5bca9b,_0xdf504d);logger['debug'](util[_0x501357(0x25a)](await _0x405aab['executeAsyncScript'](scripts['performScan'],_0xa507f9)));},{'command':_0x17eb7c['GRJRI']})(),await PerformanceTester[_0x19bdae(0x20d)](PerformanceA11yEvents[_0x19bdae(0x227)],async()=>{const _0x5c8e20=_0x19bdae,_0x1f1c71=_0x338555?await _0x405aab[_0x5c8e20(0x13a)](scripts[_0x5c8e20(0x1c3)],_0xdf504d):await _0x405aab[_0x5c8e20(0x13a)](scripts[_0x5c8e20(0x1c3)]);return _0x1f1c71;})();}catch{return logger[_0x19bdae(0x143)](_0x17eb7c['bZkvL']),{};}},exports[a133_0x3cb9ca(0x170)]=(_0x1bf589,_0x16ef89=![])=>{const _0x172955=a133_0x3cb9ca,_0x1fe80e={'xYdhx':function(_0x48775e,_0x218a44){return _0x48775e(_0x218a44);},'VZZuw':_0x172955(0x206),'GiicB':'platform','eSYRP':function(_0x4dba85,_0x4fc55c){return _0x4dba85!==_0x4fc55c;},'pTIbK':'android','UtlgA':function(_0x1aa1b4,_0x37a1ee){return _0x1aa1b4(_0x37a1ee);},'OPFWF':function(_0xd648bf,_0x103141){return _0xd648bf(_0x103141);},'IyXlx':'browserName','XtWTb':_0x172955(0x164),'DZkde':'Mobile\x20Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser.','FYyTN':_0x172955(0x1e3)};try{if(!_0x1bf589)return![];const _0x51358c=_0x35acf8=>typeof _0x1bf589[_0x172955(0x1c0)]===_0x172955(0x255)?_0x1bf589[_0x172955(0x1c0)](_0x35acf8):_0x1bf589[_0x35acf8],_0x43ac82=_0x1fe80e[_0x172955(0x1c4)](String,_0x1fe80e[_0x172955(0x1c4)](_0x51358c,_0x1fe80e[_0x172955(0x158)])||_0x1fe80e[_0x172955(0x1c4)](_0x51358c,_0x1fe80e['GiicB'])||'')['toLowerCase']();if(_0x1fe80e['eSYRP'](_0x43ac82,_0x1fe80e[_0x172955(0x1ce)]))return![];const _0xaeaddf=_0x1fe80e[_0x172955(0x1e9)](String,_0x1fe80e[_0x172955(0x19f)](_0x51358c,_0x1fe80e[_0x172955(0x1d2)])||'')[_0x172955(0x18e)]();if(!_0xaeaddf[_0x172955(0x1f2)](_0x1fe80e[_0x172955(0x18b)]))return _0x16ef89&&logger[_0x172955(0x141)](_0x1fe80e[_0x172955(0x192)]),![];return logger[_0x172955(0x1f1)](_0x1fe80e[_0x172955(0x21b)]),!![];}catch(_0x254686){return logger['debug']('Error\x20checking\x20if\x20mobile\x20accessibility\x20platform:\x20'+_0x254686),![];}},exports['isMobileAccessibilitySession']=async _0xe40463=>{const _0xa190d8=a133_0x3cb9ca;try{const _0x3f4a32=await _0xe40463[_0xa190d8(0x1b6)]();return exports[_0xa190d8(0x170)](_0x3f4a32);}catch(_0x8d9717){return logger[_0xa190d8(0x1f1)](_0xa190d8(0x1ed)+_0x8d9717),![];}},exports[a133_0x3cb9ca(0x22f)]=()=>{const _0x5a282b={};return _0x5a282b['is_mobile_session']=!![],_0x5a282b;},exports[a133_0x3cb9ca(0x233)]=()=>{const _0x5e320b=a133_0x3cb9ca,_0x1052a1={};_0x1052a1[_0x5e320b(0x280)]=function(_0x46e21a,_0x41114a){return _0x46e21a===_0x41114a;},_0x1052a1[_0x5e320b(0x14a)]=_0x5e320b(0x208),_0x1052a1[_0x5e320b(0x14b)]=function(_0x202f24,_0x546a90){return _0x202f24>_0x546a90;},_0x1052a1[_0x5e320b(0x148)]=_0x5e320b(0x278),_0x1052a1[_0x5e320b(0x20a)]='global.__workerDetails\x20exists\x20but\x20.currentTest\x20is\x20undefined\x20—\x20scan\x20fired\x20outside\x20a\x20test\x20body\x20(before/beforeAll\x20hook,\x20or\x20between\x20tests).',_0x1052a1[_0x5e320b(0x13b)]=function(_0x294ab8,_0x4207bd){return _0x294ab8===_0x4207bd;},_0x1052a1['qRpTf']='undefined';const _0x2afdaf=_0x1052a1,_0x7a5756=global[_0x5e320b(0x230)],_0x5f3005=_0x7a5756&&_0x7a5756['currentTest'],_0x1e43c4=_0x5f3005&&_0x5f3005[_0x5e320b(0x1f7)];if(_0x2afdaf[_0x5e320b(0x280)](typeof _0x1e43c4,_0x2afdaf[_0x5e320b(0x14a)])&&_0x2afdaf['ngAqI'](_0x1e43c4[_0x5e320b(0x268)],0x0))return _0x1e43c4;let _0x3f6ae4;if(!_0x7a5756)_0x3f6ae4=_0x2afdaf['eHWVO'];else!_0x5f3005?_0x3f6ae4=_0x2afdaf['GsphF']:_0x3f6ae4='global.__workerDetails.currentTest\x20exists\x20with\x20keys\x20['+Object[_0x5e320b(0x236)](_0x5f3005)[_0x5e320b(0x199)](',\x20')+']\x20but\x20thTestRunUuid\x20is\x20'+(_0x2afdaf[_0x5e320b(0x13b)](_0x1e43c4,undefined)?_0x2afdaf[_0x5e320b(0x1b2)]:'\x22'+_0x1e43c4+'\x22')+_0x5e320b(0x136);return logger['warn'](_0x5e320b(0x273)+_0x3f6ae4+'\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.'),'';},exports[a133_0x3cb9ca(0x259)]=_0x19a380=>{const _0x43474f=a133_0x3cb9ca,_0x46f9de={};_0x46f9de[_0x43474f(0x218)]=function(_0x3b033f,_0x5efd14){return _0x3b033f===_0x5efd14;},_0x46f9de[_0x43474f(0x139)]=_0x43474f(0x208),_0x46f9de['kiQxC']=_0x43474f(0x22a);const _0x381687=_0x46f9de;if(_0x19a380&&_0x19a380[_0x43474f(0x16c)]&&_0x381687[_0x43474f(0x218)](typeof _0x19a380['script'],_0x381687[_0x43474f(0x139)]))return _0x19a380[_0x43474f(0x16c)][_0x43474f(0x1f2)](_0x381687[_0x43474f(0x24a)]);return![];},exports[a133_0x3cb9ca(0x1bd)]=a133_0x3cb9ca(0x1b1),exports['isMobileScanningEnabledForGroup']=()=>process[a133_0x3cb9ca(0x27a)][a133_0x3cb9ca(0x176)]===a133_0x3cb9ca(0x144),exports['isBrowserSupportedForAccessibility']=_0x2b8c7d=>{const _0x37367c=a133_0x3cb9ca,_0x3f189f={};_0x3f189f[_0x37367c(0x163)]=function(_0x516d66,_0x4335d5){return _0x516d66 in _0x4335d5;};const _0x25c2b3=_0x3f189f;if(bsSetupHelper[_0x37367c(0x22b)](_0x2b8c7d))return![];const _0x3f2161=_0x2b8c7d[_0x37367c(0x18e)]();return _0x25c2b3['nUWrT'](_0x3f2161,ACCESSIBILITY_SUPPORTED_BROWSERS);},exports[a133_0x3cb9ca(0x258)]=_0x106fa5=>{const _0x5d7c02=a133_0x3cb9ca;if(bsSetupHelper[_0x5d7c02(0x22b)](_0x106fa5))return null;const _0x3c9d1c=_0x106fa5[_0x5d7c02(0x18e)]();return ACCESSIBILITY_SUPPORTED_BROWSERS[_0x3c9d1c]||null;},exports[a133_0x3cb9ca(0x135)]=(_0x39afe4,_0x251559)=>{const _0x361497=a133_0x3cb9ca,_0x47aa81=this[_0x361497(0x258)](_0x39afe4);if(!_0x47aa81)return null;if(_0x251559)return _0x47aa81[_0x361497(0x1b9)];return _0x47aa81[_0x361497(0x1ac)];},exports[a133_0x3cb9ca(0x15d)]=_0x25f29a=>{const _0x59be22=a133_0x3cb9ca,_0x287422=this[_0x59be22(0x258)](_0x25f29a);return _0x287422?_0x287422[_0x59be22(0x1dc)]:_0x25f29a;},exports['requiresChromeOptionsValidation']=_0x5d1bff=>{const _0x19bc28=a133_0x3cb9ca,_0x40d496=this[_0x19bc28(0x258)](_0x5d1bff);return _0x40d496?_0x40d496[_0x19bc28(0x1a9)]:![];},exports[a133_0x3cb9ca(0x238)]=(_0x47be1b,_0x2bfda0)=>{const _0x2c97c3=a133_0x3cb9ca,_0x1edcd3={'utYwp':function(_0x26aaca,_0x401273){return _0x26aaca(_0x401273);},'htYxj':function(_0x584877,_0x2f780a){return _0x584877(_0x2f780a);},'lVYXe':function(_0x4fc4c8,_0x3a282c){return _0x4fc4c8>=_0x3a282c;}};if(bsSetupHelper[_0x2c97c3(0x22b)](_0x47be1b)||bsSetupHelper[_0x2c97c3(0x22b)](_0x2bfda0))return![];const _0x57554e=bsSetupHelper['compareVersions'](_0x1edcd3[_0x2c97c3(0x24f)](String,_0x47be1b),_0x1edcd3['htYxj'](String,_0x2bfda0));return _0x1edcd3[_0x2c97c3(0x1f9)](_0x57554e,0x0);},exports[a133_0x3cb9ca(0x18d)]=_0x5ab891=>{const _0x294c14=a133_0x3cb9ca,_0x26d456={};_0x26d456[_0x294c14(0x152)]=function(_0x493adc,_0x3ae387){return _0x493adc!==_0x3ae387;},_0x26d456['gULcH']=_0x294c14(0x208),_0x26d456[_0x294c14(0x1b8)]='base64';const _0x22c354=_0x26d456;if(!_0x5ab891||_0x22c354[_0x294c14(0x152)](typeof _0x5ab891,_0x22c354[_0x294c14(0x186)]))return null;try{return JSON[_0x294c14(0x21d)](Buffer['from'](_0x5ab891[_0x294c14(0x17e)]('.')[0x1],_0x22c354[_0x294c14(0x1b8)])[_0x294c14(0x149)]());}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_0x3a9d69=a134_0x46ae;function a134_0x46ae(_0x36f5f7,_0x2befdb){const _0x26e120=a134_0x26e1();return a134_0x46ae=function(_0x46ae74,_0x46b084){_0x46ae74=_0x46ae74-0x1b9;let _0x1b0906=_0x26e120[_0x46ae74];return _0x1b0906;},a134_0x46ae(_0x36f5f7,_0x2befdb);}(function(_0x56ac81,_0x280295){const _0x5407df=a134_0x46ae,_0x186df7=_0x56ac81();while(!![]){try{const _0x35e80a=-parseInt(_0x5407df(0x1e7))/0x1+-parseInt(_0x5407df(0x1c9))/0x2+-parseInt(_0x5407df(0x1c2))/0x3+-parseInt(_0x5407df(0x1de))/0x4+parseInt(_0x5407df(0x1ff))/0x5*(-parseInt(_0x5407df(0x1bc))/0x6)+-parseInt(_0x5407df(0x1d2))/0x7*(-parseInt(_0x5407df(0x1c1))/0x8)+parseInt(_0x5407df(0x1c8))/0x9;if(_0x35e80a===_0x280295)break;else _0x186df7['push'](_0x186df7['shift']());}catch(_0x2d9d1b){_0x186df7['push'](_0x186df7['shift']());}}}(a134_0x26e1,0x81629));function a134_0x26e1(){const _0x4c84a8=['2536452RWyOLI','commandsToWrap','runKey','message','[Scripts]\x20discarded\x20a11y\x20script\x20cache\x20left\x20by\x20a\x20previous\x20run','8AEdwSg','374886gGMnow','../../helpers/logger','saveResults','length','toLowerCase','winstonLogger','19304712eEsQNW','959342IIbpoA','path','rvquI','nonBStackInfraA11yChromeOptions','writeFileSync','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','saveTestResults','1|4|6|0|3|2|5|7','existsSync','2095303eFBuvE','toJson','commands.json','getName','xyvNX','fetchedForRunKey','split','NoSxR','getModule','ChromeExtension','mkdirSync','browserstackFolderPath','2025244thxgqY','lsrzl','getResultsSummary','iKpcI','exports','zZlxb','1|2|4|0|6|5|3','IbPwY','scripts','380650pNHfIL','performScan','debug','VPTms','getCommand','env','getResults','fromJson','JCqLz','nRNYo','parseFromJson','../helper','BROWSERSTACK_TESTHUB_UUID','4|2|3|0|1','getLibrary','hasScripts','findIndex','ffLni','commandsPath','BROWSERSTACK_CLI_BIN_SESSION_ID','getWritableBrowserstackDir','parseFromProto','sUNAd','scan','5zIySrz','every','getMethod','map','currentRunKey','zQpmL','AUsDF','name'];a134_0x26e1=function(){return _0x4c84a8;};return a134_0x26e1();}const path=require(a134_0x3a9d69(0x1ca)),fs=require('fs'),logger=require(a134_0x3a9d69(0x1c3))[a134_0x3a9d69(0x1c7)],helper=require(a134_0x3a9d69(0x1f2));class Scripts{constructor(){const _0x2cddf7=a134_0x3a9d69,_0x247c7e={};_0x247c7e[_0x2cddf7(0x1d6)]=_0x2cddf7(0x1d0),_0x247c7e[_0x2cddf7(0x1ef)]=_0x2cddf7(0x1d4);const _0x4543a2=_0x247c7e,_0x4a2459=_0x4543a2[_0x2cddf7(0x1d6)]['split']('|');let _0x57b5b3=0x0;while(!![]){switch(_0x4a2459[_0x57b5b3++]){case'0':this[_0x2cddf7(0x1cf)]=null;continue;case'1':this['performScan']=null;continue;case'2':this[_0x2cddf7(0x1dd)]=helper[_0x2cddf7(0x1fb)]();continue;case'3':this[_0x2cddf7(0x1d7)]=null;continue;case'4':this[_0x2cddf7(0x1ed)]=null;continue;case'5':this[_0x2cddf7(0x1f9)]=path['join'](this[_0x2cddf7(0x1dd)],_0x4543a2[_0x2cddf7(0x1ef)]);continue;case'6':this[_0x2cddf7(0x1e0)]=null;continue;case'7':this['fromJson']();continue;}break;}}[a134_0x3a9d69(0x203)](){const _0x17b8f7=a134_0x3a9d69;return process['env'][_0x17b8f7(0x1fa)]||process[_0x17b8f7(0x1ec)][_0x17b8f7(0x1f3)]||null;}['needsRefreshForCurrentRun'](){const _0x5e410c=a134_0x3a9d69,_0x5403a3={};_0x5403a3[_0x5e410c(0x1b9)]=function(_0x383a8c,_0xcdeb96){return _0x383a8c!==_0xcdeb96;};const _0x249bcd=_0x5403a3;if(!this[_0x5e410c(0x1e8)])return!![];const _0x31936f=this[_0x5e410c(0x203)]();if(!_0x31936f)return![];return _0x249bcd[_0x5e410c(0x1b9)](this[_0x5e410c(0x1d7)],_0x31936f);}[a134_0x3a9d69(0x1f6)](..._0x3e16c7){const _0x3aafb5=a134_0x3a9d69;return _0x3e16c7[_0x3aafb5(0x200)](_0x7fe27a=>Boolean(this[_0x7fe27a]));}['discardIfForeign'](){const _0x422c18=a134_0x3a9d69,_0x42d670={};_0x42d670[_0x422c18(0x1d9)]=_0x422c18(0x1e4),_0x42d670[_0x422c18(0x1ba)]=_0x422c18(0x1c0);const _0x323727=_0x42d670;try{const _0x5e6d0a=_0x323727[_0x422c18(0x1d9)][_0x422c18(0x1d8)]('|');let _0x281d50=0x0;while(!![]){switch(_0x5e6d0a[_0x281d50++]){case'0':this[_0x422c18(0x1ed)]=null;continue;case'1':if(!this['needsRefreshForCurrentRun']())return;continue;case'2':fs[_0x422c18(0x1d1)](this['commandsPath'])&&(fs['unlinkSync'](this['commandsPath']),logger[_0x422c18(0x1e9)](_0x323727['AUsDF']));continue;case'3':this[_0x422c18(0x1d7)]=null;continue;case'4':this[_0x422c18(0x1e8)]=null;continue;case'5':this[_0x422c18(0x1cf)]=null;continue;case'6':this['getResultsSummary']=null;continue;}break;}}catch(_0x132409){logger['debug']('[Scripts]\x20could\x20not\x20discard\x20a11y\x20script\x20cache:\x20'+(_0x132409&&_0x132409[_0x422c18(0x1bf)]));}}[a134_0x3a9d69(0x1f1)](_0x2c62ad,_0x4d836e){const _0x323af7=a134_0x3a9d69,_0x6e3db7={};_0x6e3db7['RifdV']=_0x323af7(0x1f4),_0x6e3db7[_0x323af7(0x1e5)]=function(_0xcdb276,_0x151908){return _0xcdb276===_0x151908;};const _0x16b69c=_0x6e3db7;if(_0x2c62ad[_0x323af7(0x1e6)]){const _0x520b0e=_0x16b69c['RifdV'][_0x323af7(0x1d8)]('|');let _0x1ee35d=0x0;while(!![]){switch(_0x520b0e[_0x1ee35d++]){case'0':this[_0x323af7(0x1cf)]=_0x2c62ad[_0x323af7(0x1e6)][_0x323af7(0x1c4)];continue;case'1':this[_0x323af7(0x1d7)]=_0x16b69c[_0x323af7(0x1e5)](_0x4d836e,undefined)?this[_0x323af7(0x203)]():_0x4d836e;continue;case'2':this['getResults']=_0x2c62ad[_0x323af7(0x1e6)]['getResults'];continue;case'3':this[_0x323af7(0x1e0)]=_0x2c62ad[_0x323af7(0x1e6)][_0x323af7(0x1e0)];continue;case'4':this[_0x323af7(0x1e8)]=_0x2c62ad['scripts']['scan'];continue;}break;}}this[_0x323af7(0x1bd)]=_0x2c62ad['commands'],this[_0x323af7(0x1db)]=_0x2c62ad[_0x323af7(0x1cc)];}[a134_0x3a9d69(0x1fc)](_0x2b7e2d,_0x15e634){const _0x465ef3=a134_0x3a9d69,_0x117dbd={};_0x117dbd[_0x465ef3(0x1e3)]=function(_0x301298,_0x37a3b1){return _0x301298>_0x37a3b1;},_0x117dbd['ffLni']=function(_0x12ba34,_0x2cbee5){return _0x12ba34===_0x2cbee5;},_0x117dbd[_0x465ef3(0x1df)]=_0x465ef3(0x1fe),_0x117dbd['sUNAd']=function(_0x5b7b62,_0x3deb76){return _0x5b7b62===_0x3deb76;},_0x117dbd[_0x465ef3(0x1ea)]='getResults',_0x117dbd[_0x465ef3(0x1f0)]=_0x465ef3(0x1e0),_0x117dbd['btivi']=_0x465ef3(0x1c4);const _0x530dd6=_0x117dbd;if(_0x2b7e2d&&_0x530dd6['zZlxb'](_0x2b7e2d[_0x465ef3(0x1c5)],0x0)){for(const _0x36d0e3 of _0x2b7e2d){if(_0x530dd6['ffLni'](_0x36d0e3[_0x465ef3(0x1d5)](),_0x530dd6['lsrzl']))this[_0x465ef3(0x1e8)]=_0x36d0e3[_0x465ef3(0x1eb)]();else{if(_0x530dd6['sUNAd'](_0x36d0e3[_0x465ef3(0x1d5)](),_0x530dd6[_0x465ef3(0x1ea)]))this['getResults']=_0x36d0e3[_0x465ef3(0x1eb)]();else{if(_0x530dd6[_0x465ef3(0x1fd)](_0x36d0e3[_0x465ef3(0x1d5)](),_0x530dd6[_0x465ef3(0x1f0)]))this[_0x465ef3(0x1e0)]=_0x36d0e3[_0x465ef3(0x1eb)]();else _0x530dd6[_0x465ef3(0x1f8)](_0x36d0e3[_0x465ef3(0x1d5)](),_0x530dd6['btivi'])&&(this[_0x465ef3(0x1cf)]=_0x36d0e3[_0x465ef3(0x1eb)]());}}}this[_0x465ef3(0x1d7)]=this[_0x465ef3(0x203)]();}_0x15e634&&_0x530dd6['zZlxb'](_0x15e634[_0x465ef3(0x1c5)],0x0)&&(this['commandsToWrap']=_0x15e634[_0x465ef3(0x202)](_0x35ace2=>{const _0x22871c=_0x465ef3;return{'name':_0x35ace2['getName'](),'method':_0x35ace2[_0x22871c(0x201)](),'library':_0x35ace2[_0x22871c(0x1f5)](),'module':_0x35ace2[_0x22871c(0x1da)](),'class':_0x35ace2['getClass']()};}));}['shouldWrapCommand'](_0x144e59){const _0x59303a=a134_0x3a9d69,_0x41f190={};_0x41f190[_0x59303a(0x1cb)]=function(_0x438701,_0xff2761){return _0x438701!==_0xff2761;};const _0x177a57=_0x41f190;try{return _0x177a57[_0x59303a(0x1cb)](this[_0x59303a(0x1bd)][_0x59303a(0x1f7)](_0x1ea5e2=>_0x1ea5e2[_0x59303a(0x1bb)][_0x59303a(0x1c6)]()===_0x144e59[_0x59303a(0x1c6)]()),-0x1);}catch(_0xc02d77){logger[_0x59303a(0x1e9)](_0x59303a(0x1ce)+_0xc02d77);}return![];}[a134_0x3a9d69(0x1d3)](){const _0x5ce688=a134_0x3a9d69;!fs['existsSync'](this[_0x5ce688(0x1dd)])&&fs[_0x5ce688(0x1dc)](this[_0x5ce688(0x1dd)]),fs[_0x5ce688(0x1cd)](this[_0x5ce688(0x1f9)],JSON['stringify']({'scripts':{'scan':this['performScan'],'getResults':this['getResults'],'getResultsSummary':this[_0x5ce688(0x1e0)],'saveResults':this['saveTestResults']},'commands':this[_0x5ce688(0x1bd)],'nonBStackInfraA11yChromeOptions':this[_0x5ce688(0x1db)],'runKey':this['fetchedForRunKey']}));}[a134_0x3a9d69(0x1ee)](){const _0x1d6742=a134_0x3a9d69,_0xfb5d02={'iKpcI':function(_0x5a6134,_0x4eed1f){return _0x5a6134(_0x4eed1f);}};if(fs['existsSync'](this[_0x1d6742(0x1f9)])){const _0x6e59a7=_0xfb5d02[_0x1d6742(0x1e1)](require,this[_0x1d6742(0x1f9)]);this[_0x1d6742(0x1f1)](_0x6e59a7,_0x6e59a7[_0x1d6742(0x1be)]||null);}}}module[a134_0x3a9d69(0x1e2)]=new Scripts();
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_0x2e9dc8=a135_0xd94e;(function(_0x2f7127,_0x26029e){const _0x1022f0=a135_0xd94e,_0x4aa813=_0x2f7127();while(!![]){try{const _0x3b070d=parseInt(_0x1022f0(0x15e))/0x1+-parseInt(_0x1022f0(0x162))/0x2+parseInt(_0x1022f0(0x158))/0x3+parseInt(_0x1022f0(0x152))/0x4*(parseInt(_0x1022f0(0x156))/0x5)+-parseInt(_0x1022f0(0x15b))/0x6*(-parseInt(_0x1022f0(0x153))/0x7)+parseInt(_0x1022f0(0x157))/0x8+-parseInt(_0x1022f0(0x161))/0x9;if(_0x3b070d===_0x26029e)break;else _0x4aa813['push'](_0x4aa813['shift']());}catch(_0x28437e){_0x4aa813['push'](_0x4aa813['shift']());}}}(a135_0x2527,0x7d5e9));function a135_0x2527(){const _0x2adff3=['854793GxTXjv','exports','API_ENDPOINT','13400055gXmMkc','1782382auRrNO','toLowerCase','BUILDS_DASHBOARD_URL','pre-prod','26540ibUzQu','32242jUxiQM','prod','https://grid-preprod.bsstag.com/dashboard/builds','170LqAHjH','2525872sxJEGf','1977570SYgkPB','preprod','stag','1092koiIgv','automate-turboscale/v1','env'];a135_0x2527=function(){return _0x2adff3;};return a135_0x2527();}const a135_0xdadfb1={};a135_0xdadfb1[a135_0x2e9dc8(0x164)]='https://grid.browserstack.com/dashboard/builds',a135_0xdadfb1[a135_0x2e9dc8(0x160)]=a135_0x2e9dc8(0x15c),module[a135_0x2e9dc8(0x15f)]=a135_0xdadfb1;function a135_0xd94e(_0x4719bf,_0x16b134){const _0x2527ca=a135_0x2527();return a135_0xd94e=function(_0xd94e47,_0x417303){_0xd94e47=_0xd94e47-0x151;let _0x522ac8=_0x2527ca[_0xd94e47];return _0x522ac8;},a135_0xd94e(_0x4719bf,_0x16b134);}const _env=(process[a135_0x2e9dc8(0x15d)]['BROWSERSTACK_ENV']||a135_0x2e9dc8(0x154))[a135_0x2e9dc8(0x163)]();if(_env==='staging'||_env===a135_0x2e9dc8(0x15a))module[a135_0x2e9dc8(0x15f)][a135_0x2e9dc8(0x164)]='https://grid-devhst.bsstag.com/dashboard/builds';else(_env===a135_0x2e9dc8(0x159)||_env===a135_0x2e9dc8(0x151))&&(module[a135_0x2e9dc8(0x15f)][a135_0x2e9dc8(0x164)]=a135_0x2e9dc8(0x155));
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
- const a136_0x2a2175=a136_0x1abd;(function(_0x3a84df,_0x4f1f0e){const _0x53ba87=a136_0x1abd,_0x4598a9=_0x3a84df();while(!![]){try{const _0x193fdb=-parseInt(_0x53ba87(0x181))/0x1+-parseInt(_0x53ba87(0x16f))/0x2+parseInt(_0x53ba87(0x16a))/0x3*(-parseInt(_0x53ba87(0x168))/0x4)+parseInt(_0x53ba87(0x183))/0x5+parseInt(_0x53ba87(0x184))/0x6*(-parseInt(_0x53ba87(0x174))/0x7)+parseInt(_0x53ba87(0x16c))/0x8*(parseInt(_0x53ba87(0x169))/0x9)+-parseInt(_0x53ba87(0x179))/0xa*(-parseInt(_0x53ba87(0x16b))/0xb);if(_0x193fdb===_0x4f1f0e)break;else _0x4598a9['push'](_0x4598a9['shift']());}catch(_0x205f7b){_0x4598a9['push'](_0x4598a9['shift']());}}}(a136_0x5ab2,0xa53cc));function a136_0x5ab2(){const _0x21f45a=['8602CcRTIL','3992POcPGd','isArray','true','1133882ZjkoUo','TURBOSCALE_OPTIONS','split','AtXZF','medium','44135UysnRi','toString','NO_GRID_NAME_PASSED','getTurboScaleCaps','buildPriority','29320jcpSWo','HoyKP','env','options','getTurboScaleOptions','getTurboScaleGridName','BROWSERSTACK_TURBOSCALE_GRID_NAME','isTurboScaleSession','836974EdGKYC','BROWSERSTACK_BUILD_TAGS','5718735yPrSVt','18cjsXUh','buildTags','BROWSERSTACK_BUILD_PRIORITY','gridName','turboScale','vdZgt','dinoq','109300iuneez','36bPwdqz','147eyEdko'];a136_0x5ab2=function(){return _0x21f45a;};return a136_0x5ab2();}const constants=require('../../bin/utils/constants');function a136_0x1abd(_0xb89f8a,_0x4f7202){const _0x5ab2a1=a136_0x5ab2();return a136_0x1abd=function(_0x1abdf5,_0xecbf05){_0x1abdf5=_0x1abdf5-0x162;let _0x416be3=_0x5ab2a1[_0x1abdf5];return _0x416be3;},a136_0x1abd(_0xb89f8a,_0x4f7202);}exports[a136_0x2a2175(0x17d)]=()=>{const _0x4ea79d=a136_0x2a2175;if(!constants['TURBOSCALE_OPTIONS'][_0x4ea79d(0x17c)])return{};return constants[_0x4ea79d(0x170)]['options'];},exports[a136_0x2a2175(0x17e)]=_0xa2dc7c=>{const _0xd5dc60=a136_0x2a2175,_0x2a7d20={};_0x2a7d20[_0xd5dc60(0x166)]=_0xd5dc60(0x176);const _0x34f1ea=_0x2a7d20;if(_0xa2dc7c['turboScaleOptions']&&_0xa2dc7c['turboScaleOptions'][_0xd5dc60(0x164)])return _0xa2dc7c['turboScaleOptions'][_0xd5dc60(0x164)];if(process[_0xd5dc60(0x17b)][_0xd5dc60(0x17f)])return process[_0xd5dc60(0x17b)][_0xd5dc60(0x17f)];return _0x34f1ea[_0xd5dc60(0x166)];},exports[a136_0x2a2175(0x180)]=_0x2bc584=>{const _0x43bc9c=a136_0x2a2175,_0xe4d8b5={};_0xe4d8b5[_0x43bc9c(0x167)]=function(_0x180f7a,_0x394366){return _0x180f7a===_0x394366;},_0xe4d8b5[_0x43bc9c(0x17a)]=_0x43bc9c(0x16e);const _0x379205=_0xe4d8b5;return _0x2bc584&&_0x2bc584[_0x43bc9c(0x165)]&&_0x379205[_0x43bc9c(0x167)](_0x2bc584[_0x43bc9c(0x165)][_0x43bc9c(0x175)]()['toLowerCase'](),_0x379205[_0x43bc9c(0x17a)]);},exports[a136_0x2a2175(0x177)]=(_0x3cb100,_0x268f20,_0x3cbab1)=>{const _0x412bfb=a136_0x2a2175,_0x4089b1={};_0x4089b1[_0x412bfb(0x172)]=_0x412bfb(0x173);const _0x2f0d57=_0x4089b1,_0x1f4663={};_0x1f4663[_0x412bfb(0x178)]=_0x2f0d57[_0x412bfb(0x172)];_0x3cb100[_0x412bfb(0x162)]&&(_0x1f4663[_0x412bfb(0x162)]=Array[_0x412bfb(0x16d)](_0x3cb100[_0x412bfb(0x162)])?_0x3cb100[_0x412bfb(0x162)]:_0x3cb100['buildTags'][_0x412bfb(0x171)](','));if(process[_0x412bfb(0x17b)][_0x412bfb(0x182)])try{_0x1f4663[_0x412bfb(0x162)]=process[_0x412bfb(0x17b)]['BROWSERSTACK_BUILD_TAGS'][_0x412bfb(0x171)](',');}catch{_0x1f4663['buildTags']=process[_0x412bfb(0x17b)][_0x412bfb(0x182)];}return _0x3cb100[_0x412bfb(0x178)]&&(_0x1f4663['buildPriority']=_0x3cb100[_0x412bfb(0x178)]),process[_0x412bfb(0x17b)][_0x412bfb(0x163)]&&(_0x1f4663['buildPriority']=process[_0x412bfb(0x17b)][_0x412bfb(0x163)]),_0x1f4663;};
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_0x31a818=a137_0x54e8;(function(_0x1e74e7,_0x107e0a){const _0x17cff3=a137_0x54e8,_0x2a74a1=_0x1e74e7();while(!![]){try{const _0x427451=-parseInt(_0x17cff3(0x1ee))/0x1+parseInt(_0x17cff3(0x1c5))/0x2+parseInt(_0x17cff3(0x1f7))/0x3+parseInt(_0x17cff3(0x201))/0x4*(-parseInt(_0x17cff3(0x1c1))/0x5)+-parseInt(_0x17cff3(0x1b0))/0x6+-parseInt(_0x17cff3(0x1dc))/0x7+parseInt(_0x17cff3(0x1e8))/0x8;if(_0x427451===_0x107e0a)break;else _0x2a74a1['push'](_0x2a74a1['shift']());}catch(_0x233660){_0x2a74a1['push'](_0x2a74a1['shift']());}}}(a137_0x51d3,0x86c1c));const tls=require(a137_0x31a818(0x1d3)),fs=require('fs'),path=require(a137_0x31a818(0x1e0)),ALLOWED_CA_CERT_EXTENSIONS=['.pem',a137_0x31a818(0x1ea),a137_0x31a818(0x1f8),a137_0x31a818(0x1c7)];let _patched=![],_logger=null;function _log(_0x1be15f,_0x498b79){const _0x3d8d5d=a137_0x31a818,_0x554ee1={};_0x554ee1[_0x3d8d5d(0x1f6)]=function(_0x75ea48,_0x736556){return _0x75ea48||_0x736556;},_0x554ee1[_0x3d8d5d(0x1d5)]=function(_0x1ba1bb,_0x70cd1e){return _0x1ba1bb===_0x70cd1e;},_0x554ee1[_0x3d8d5d(0x1b5)]=_0x3d8d5d(0x1e3);const _0xd0e6b7=_0x554ee1;try{const _0xba7d13=_0xd0e6b7[_0x3d8d5d(0x1f6)](_logger,console);_0xd0e6b7['FhgnN'](typeof _0xba7d13[_0x1be15f],_0xd0e6b7[_0x3d8d5d(0x1b5)])&&_0xba7d13[_0x1be15f](_0x498b79);}catch(_0x21c4d1){}}function a137_0x54e8(_0x11e13b,_0x1ecd36){const _0x51d3fa=a137_0x51d3();return a137_0x54e8=function(_0x54e82b,_0x355a55){_0x54e82b=_0x54e82b-0x1ad;let _0x3f3ef3=_0x51d3fa[_0x54e82b];return _0x3f3ef3;},a137_0x54e8(_0x11e13b,_0x1ecd36);}function derToPem(_0x3699c6){const _0x44c7f2=a137_0x31a818,_0x3eacb1={};_0x3eacb1[_0x44c7f2(0x1ef)]=_0x44c7f2(0x1c3),_0x3eacb1[_0x44c7f2(0x1f9)]='$1\x0a';const _0x59d4fe=_0x3eacb1,_0x5d43cd=_0x3699c6[_0x44c7f2(0x1e6)](_0x59d4fe['Nwkyu'])[_0x44c7f2(0x1b1)](/(.{64})/g,_0x59d4fe[_0x44c7f2(0x1f9)]);return _0x44c7f2(0x1d4)+_0x5d43cd+(_0x5d43cd[_0x44c7f2(0x1af)]('\x0a')?'':'\x0a')+'-----END\x20CERTIFICATE-----\x0a';}function loadCaCertsAsPem(_0x2f85b6){const _0xcd2db=a137_0x31a818,_0x5b565e={'RRosZ':_0xcd2db(0x1c9),'OTRxb':_0xcd2db(0x1c6),'cweuk':function(_0x3976fe,_0x105289){return _0x3976fe(_0x105289);}};if(_0x2f85b6['includes'](_0x5b565e[_0xcd2db(0x1bb)]))return _0x2f85b6['toString'](_0x5b565e[_0xcd2db(0x1df)])[_0xcd2db(0x1c4)](/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)||[];return[_0x5b565e[_0xcd2db(0x1be)](derToPem,_0x2f85b6)];}function resolveCaCertPath(_0x46f284){const _0x37d81f=a137_0x31a818,_0x439c05={'xaVJH':function(_0x353a9e,_0x3a48a6){return _0x353a9e(_0x3a48a6);},'rlbFS':function(_0xcfafb9,_0x2550b9){return _0xcfafb9(_0x2550b9);},'ywbZe':function(_0x571c82,_0x5517e7,_0x3d4b5e){return _0x571c82(_0x5517e7,_0x3d4b5e);},'WCvkL':'warn','MXDkL':function(_0x66f76d,_0x37e155,_0x1c6e36){return _0x66f76d(_0x37e155,_0x1c6e36);},'GIJGS':function(_0x584197,_0x1d6dd6){return _0x584197||_0x1d6dd6;},'fiYlF':_0x37d81f(0x1dd)};let _0x501a56=process['env'][_0x37d81f(0x1bf)];(!_0x501a56||!_0x501a56[_0x37d81f(0x1f5)]())&&_0x46f284&&_0x46f284[_0x37d81f(0x1d1)]&&(_0x501a56=_0x46f284['proxyCaCertificate']);if(!_0x501a56||!_0x439c05['xaVJH'](String,_0x501a56)[_0x37d81f(0x1f5)]())return null;_0x501a56=_0x439c05['rlbFS'](String,_0x501a56)['trim']();if(!path[_0x37d81f(0x1ed)](_0x501a56))return _0x439c05['ywbZe'](_log,_0x439c05[_0x37d81f(0x1e7)],_0x37d81f(0x1cd)+_0x501a56),null;const _0x107526=path[_0x37d81f(0x1b3)](_0x501a56)['toLowerCase']();if(!ALLOWED_CA_CERT_EXTENSIONS[_0x37d81f(0x1e9)](_0x107526))return _0x439c05[_0x37d81f(0x1eb)](_log,_0x439c05['WCvkL'],_0x37d81f(0x1b2)+_0x439c05[_0x37d81f(0x1de)](_0x107526,_0x439c05[_0x37d81f(0x1d9)])+_0x37d81f(0x1f1)+_0x501a56),null;try{if(fs[_0x37d81f(0x1b9)](_0x501a56)&&fs[_0x37d81f(0x1b4)](_0x501a56)[_0x37d81f(0x1c8)]())return _0x501a56;_0x439c05[_0x37d81f(0x1eb)](_log,_0x439c05[_0x37d81f(0x1e7)],_0x37d81f(0x1ca)+_0x501a56);}catch(_0x5c01f3){_0x439c05[_0x37d81f(0x1eb)](_log,_0x439c05['WCvkL'],_0x37d81f(0x1d2)+_0x501a56+':\x20'+_0x5c01f3[_0x37d81f(0x1f2)]);}return null;}function setupCaCertificate(_0x1f2d67,_0x218595){const _0x76afe0=a137_0x31a818,_0x3b1966={'SCWvc':function(_0x59ecc6,_0x43bb36){return _0x59ecc6(_0x43bb36);},'VkWru':_0x76afe0(0x1c9),'nnocN':function(_0x3713cf,_0xe8948b){return _0x3713cf(_0xe8948b);},'WtjVW':function(_0x4ca3b3,_0x3d7a0b,_0x1578d8){return _0x4ca3b3(_0x3d7a0b,_0x1578d8);},'RIgxP':_0x76afe0(0x200),'gTOZI':function(_0x5d712b,_0x57c3e6){return _0x5d712b(_0x57c3e6);},'KkhGj':_0x76afe0(0x1fe),'FCAfH':_0x76afe0(0x1fb),'dtFcu':function(_0x3bb731,_0x53226b){return _0x3bb731|_0x53226b;},'koifc':function(_0x1f2361,_0x3e49ea){return _0x1f2361|_0x3e49ea;},'JOiHz':_0x76afe0(0x1ae),'OgKNl':function(_0x25ffe2,_0x4ec628,_0x240c8c){return _0x25ffe2(_0x4ec628,_0x240c8c);}};_0x218595&&(_logger=_0x218595);if(_patched)return;try{const _0x4cd7d1=_0x3b1966['SCWvc'](resolveCaCertPath,_0x1f2d67);if(!_0x4cd7d1)return;const _0x3a51ba=fs[_0x76afe0(0x1b6)](_0x4cd7d1),_0x51fb7e=_0x3a51ba[_0x76afe0(0x1e9)](_0x3b1966[_0x76afe0(0x1f4)]),_0x834313=_0x3b1966[_0x76afe0(0x1db)](loadCaCertsAsPem,_0x3a51ba);if(!_0x834313[_0x76afe0(0x1e4)]){_0x3b1966[_0x76afe0(0x1fa)](_log,_0x3b1966[_0x76afe0(0x1ba)],'proxyCaCertificate:\x20no\x20certificate\x20found\x20in\x20'+_0x4cd7d1+_0x76afe0(0x1fd));return;}const _0x130df0=tls['createSecureContext'];tls[_0x76afe0(0x1b7)]=function(_0x59023a={}){const _0x362e35=_0x76afe0,_0x118568=_0x3b1966['SCWvc'](_0x130df0,_0x59023a);for(const _0xa15f41 of _0x834313){try{_0x118568[_0x362e35(0x1ce)]['addCACert'](_0xa15f41);}catch(_0x538bac){}}return _0x118568;};if(!process[_0x76afe0(0x1cc)][_0x76afe0(0x1d0)]){let _0x49bc1c=_0x4cd7d1;if(!_0x51fb7e){const _0x54f977=_0x3b1966[_0x76afe0(0x1fc)](require,'os'),_0x2cb126=fs['mkdtempSync'](path[_0x76afe0(0x1cb)](_0x54f977[_0x76afe0(0x1d7)](),_0x3b1966[_0x76afe0(0x1e2)]));_0x49bc1c=path[_0x76afe0(0x1cb)](_0x2cb126,_0x3b1966['FCAfH']);const _0x5bdd97=fs[_0x76afe0(0x1d8)](_0x49bc1c,_0x3b1966[_0x76afe0(0x1f3)](_0x3b1966['dtFcu'](_0x3b1966['koifc'](fs[_0x76afe0(0x1ff)][_0x76afe0(0x1b8)],fs[_0x76afe0(0x1ff)][_0x76afe0(0x1c2)]),fs[_0x76afe0(0x1ff)][_0x76afe0(0x1c0)]),fs[_0x76afe0(0x1ff)][_0x76afe0(0x1e5)]||0x0),0x180);try{fs['writeFileSync'](_0x5bdd97,_0x834313['join'](''));}finally{fs[_0x76afe0(0x1f0)](_0x5bdd97);}}process[_0x76afe0(0x1cc)][_0x76afe0(0x1d0)]=_0x49bc1c;}_patched=!![],_0x3b1966[_0x76afe0(0x1fa)](_log,_0x3b1966[_0x76afe0(0x1da)],_0x76afe0(0x1ec)+_0x4cd7d1+_0x76afe0(0x1ad));}catch(_0x639bf9){_0x3b1966[_0x76afe0(0x1bc)](_log,_0x3b1966[_0x76afe0(0x1ba)],'proxyCaCertificate:\x20setup\x20failed,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20'+_0x639bf9[_0x76afe0(0x1f2)]);}}function a137_0x51d3(){const _0x4fee6d=['BROWSERSTACK_EXTRA_CA_CERTS','O_EXCL','11040kullQd','O_CREAT','base64','match','1802962IwcjCz','utf8','.der','isFile','-----BEGIN\x20CERTIFICATE-----','proxyCaCertificate:\x20path\x20does\x20not\x20exist\x20or\x20is\x20not\x20a\x20file,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','join','env','proxyCaCertificate:\x20path\x20must\x20be\x20absolute,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','context','loadCaCertsAsPem','NODE_EXTRA_CA_CERTS','proxyCaCertificate','proxyCaCertificate:\x20failed\x20to\x20stat\x20cert\x20path\x20','tls','-----BEGIN\x20CERTIFICATE-----\x0a','FhgnN','resolveCaCertPath','tmpdir','openSync','fiYlF','JOiHz','nnocN','6365891fXLJOE','(none)','GIJGS','OTRxb','path','derToPem','KkhGj','function','length','O_NOFOLLOW','toString','WCvkL','10976256gswkqS','includes','.crt','MXDkL','proxyCaCertificate:\x20trusting\x20custom\x20CA\x20from\x20','isAbsolute','818868uYPiSn','Nwkyu','closeSync','\x27,\x20falling\x20back\x20to\x20system\x20trust\x20store:\x20','message','dtFcu','VkWru','trim','ciPUw','1859352zIsXkq','.cer','Vqnuo','WtjVW','ca.pem','gTOZI',';\x20falling\x20back\x20to\x20system\x20trust\x20store.','browserstack_sdk_ca_','constants','warn','256RWWEjx','\x20(merged\x20with\x20system\x20roots).','info','endsWith','2830440LGsvKZ','replace','proxyCaCertificate:\x20unsupported\x20certificate\x20file\x20extension\x20\x27','extname','statSync','bEmmj','readFileSync','createSecureContext','O_WRONLY','existsSync','RIgxP','RRosZ','OgKNl','setupCaCertificate','cweuk'];a137_0x51d3=function(){return _0x4fee6d;};return a137_0x51d3();}const a137_0x34118b={};a137_0x34118b[a137_0x31a818(0x1d6)]=resolveCaCertPath,a137_0x34118b[a137_0x31a818(0x1bd)]=setupCaCertificate,a137_0x34118b[a137_0x31a818(0x1cf)]=loadCaCertsAsPem,a137_0x34118b[a137_0x31a818(0x1e1)]=derToPem,module['exports']=a137_0x34118b;
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
- var a138_0xba0788=a138_0x3bf9;function a138_0x5834(){var _0x1c1ba8=['TPGIm','IqSOM','KBrEj','gGMKe','pkAZe','FYwUs','logcatFilterSpecs','nativeWebScreenshot','oIgfl','mockLocationApp','wdaLocalPort','XwRtp','rerunTests','usePrebuiltWDA','nCTOz','259pyWJkj','zkcDa','eventTimings','safariOpenLinksInBackground','preventWDAAttachments','browserstack.buildIdentifier','uninstallOtherPackages','skipFlakyandFailed','Ccxex','RJaxG','projectName','2614532cXpWro','simpleIsVisibleCheck','androidDeviceSocket','browserstack.device','calendarFormat','disableAndroidWatchers','BROWSERSTACK_LOCAL','avd','automation','enforceAppInstall','DrBRn','allowTestPackages','browserstack.ppp','browserstack.userName','BROWSERSTACK_ORCHESTRATION_SMART_SELECTION_FEATURE_BRANCHES','browserstack.automation','BROWSERSTACK_DEVICE_NAME','deviceReadyTimeout','wdaLaunchTimeout','browserstack.parallelsPerPlatform','SHaVj','useKeystore','xcodeConfigFile','appClient','autoWebviewTimeout','androidCoverage','SoyrJ','tapWithShortPressDuration','browserstackConfigFile','noSign','avdReadyTimeout','enablePerformanceLogging','BROWSERSTACK_USERNAME','browserstack.local','resetOnSessionStartOnly','gePob','GloYO','adbPort','startIWDP','waitForAppScript','safariAllowPopups','GSPhH','1GBOmvS','YBezI','BROWSERSTACK_LOG_DIR','buildToolsVersion','browserstack.access_key','osVersion','pCuAq','tbZPO','app','nativeWebTap','browserstack.testOrchestration.rerunPreviouslyFailed','ignoreHiddenApiPolicyError','keyPassword','logcatFormat','interKeyDelay','avdLaunchTimeout','optionalIntentArguments','locale','RcPzr','newCommandTimeout','chromedriverPorts','baxhd','connectHardwareKeyboard','wdaConnectionTimeout','browserstack.localIdentifier','networkSpeed','JOApT','browserstack.testOrchestration.skipFlakyandFailed','skipUnlock','maxTypingFrequency','WHIBH','browserstack.testOrchestration.retryTestsOnFailure','screenshotWaitTimeout','deviceName','localeScript','appWaitDuration','BROWSERSTACK_BUILD_IDENTIFIER','intentFlags','appWaitActivity','fullContextList','jLJhw','clientDetoxVersion','enableWebviewDetailsCollection','iosInstallPause','clearSystemFiles','KFsOv','skipLogCapture','otherApps','buildName','aZMBE','sendKeyStrategy','fullReset','QcXtn','rerunPreviouslyFailed','20739456rKbUAB','BROWSERSTACK_RERUN_TESTS','BROWSERSTACK_APP_CLIENT','logLevel','BROWSERSTACK_TEST_REPORTING_DEBUG','adbExecTimeout','uqWTF','autoAcceptAlerts','XMMMw','autoWebview','pUoLf','4060812sahqsu','browserstack.config','bundleId','localizableStringsDir','BROWSERSTACK_OBSERVABILITY_DEBUG','printPageSourceOnFindFailure','10052912NcWNEJ','remoteDebugProxy','oYQdv','remoteAppsCacheLimit','androidInstallTimeout','keepKeyChains','androidNaturalOrientation','browserstack.rerunTests','intentAction','browserstack.osVersion','BROWSERSTACK_USER_NAME','browserstack.clientDetoxVersion','xnKvh','processArguments','2310594kEqGyP','XpTeg','chromedriverChromeMappingFile','RKbON','buildIdentifier','jTjvI','webDriverAgentUrl','chromedriverExecutableDir','URRvg','androidDeviceReadyTimeout','udid','intentCategory','BROWSERSTACK_APP','10662NrRnrG','browserstack.projectName','abortBuildOnFailure','showXcodeLog','AppiumCaps','androidCoverageEndIntent','avdArgs','ensureWebviewsHavePages','qRhSF','oXKWD','autoLaunch','appName','androidInstallPath','language','parallelsPerPlatform','automationName','hEVqO','logDir','769435eDBAHL','userName','BROWSERSTACK_ACCESS_KEY','zhjOX','wdaStartupRetries','CLICapsMapping','aBMiH','remoteAdbHost','FDTWG','resetKeyboard','BROWSERSTACK_PROJECT_NAME','appWaitPackage','recreateChromeDriverSessions','browserstackLocal','allowDelayAdb','browserstack.testOrchestration.abortBuildOnFailure','accessKey','smartSelectionFeatureBranches','disableWindowAnimation','keystorePath','BROWSERSTACK_LOCAL_IDENTIFIER','BROWSERSTACK_BUILD_NAME','unlockKey','shouldUseSingletonTestManager','dontStopAppOnReset','launchTimeout','OzbrE','useNewWDA','xcodeOrgId','safariInitialUrl','ignoreUnimportantViews'];a138_0x5834=function(){return _0x1c1ba8;};return a138_0x5834();}function a138_0x3bf9(_0x5c5564,_0x542c48){var _0x583425=a138_0x5834();return a138_0x3bf9=function(_0x3bf981,_0x18187f){_0x3bf981=_0x3bf981-0x113;var _0x3ecaad=_0x583425[_0x3bf981];return _0x3ecaad;},a138_0x3bf9(_0x5c5564,_0x542c48);}(function(_0x178dd1,_0x5c641b){var _0x15a9d2=a138_0x3bf9,_0x3fc939=_0x178dd1();while(!![]){try{var _0x2c4d5a=-parseInt(_0x15a9d2(0x184))/0x1*(parseInt(_0x15a9d2(0x15a))/0x2)+-parseInt(_0x15a9d2(0x1d9))/0x3+-parseInt(_0x15a9d2(0x1c5))/0x4+parseInt(_0x15a9d2(0x121))/0x5+-parseInt(_0x15a9d2(0x1e6))/0x6*(-parseInt(_0x15a9d2(0x14f))/0x7)+parseInt(_0x15a9d2(0x1cb))/0x8+parseInt(_0x15a9d2(0x1ba))/0x9;if(_0x2c4d5a===_0x5c641b)break;else _0x3fc939['push'](_0x3fc939['shift']());}catch(_0x542595){_0x3fc939['push'](_0x3fc939['shift']());}}}(a138_0x5834,0xa7f5f),exports[a138_0xba0788(0x126)]=()=>{var _0x460267=a138_0xba0788,_0x3a2376={};_0x3a2376['duhZD']='browserstack.user_name',_0x3a2376[_0x460267(0x144)]=_0x460267(0x167),_0x3a2376[_0x460267(0x127)]=_0x460267(0x188),_0x3a2376[_0x460267(0x13b)]='browserstack.accessKey',_0x3a2376['GSPhH']='browserstack.buildName',_0x3a2376[_0x460267(0x174)]=_0x460267(0x1e7),_0x3a2376[_0x460267(0x1dc)]=_0x460267(0x154),_0x3a2376[_0x460267(0x158)]=_0x460267(0x166),_0x3a2376[_0x460267(0x17d)]=_0x460267(0x16d),_0x3a2376[_0x460267(0x164)]=_0x460267(0x17b),_0x3a2376[_0x460267(0x17e)]=_0x460267(0x19c),_0x3a2376[_0x460267(0x141)]=_0x460267(0x1d2),_0x3a2376[_0x460267(0x1e1)]='browserstack.app',_0x3a2376['oXKWD']='browserstack.appClient',_0x3a2376[_0x460267(0x196)]=_0x460267(0x1d6),_0x3a2376[_0x460267(0x150)]='browserstack.deviceName',_0x3a2376[_0x460267(0x14e)]=_0x460267(0x15d),_0x3a2376[_0x460267(0x140)]=_0x460267(0x1d4),_0x3a2376['eIJXP']='browserstack.logLevel',_0x3a2376[_0x460267(0x11f)]=_0x460267(0x169),_0x3a2376['mzSTG']='browserstack.logDir',_0x3a2376['YBezI']=_0x460267(0x1c6),_0x3a2376['qoqvS']=_0x460267(0x176),_0x3a2376[_0x460267(0x143)]=_0x460267(0x1a3),_0x3a2376[_0x460267(0x18a)]=_0x460267(0x130),_0x3a2376[_0x460267(0x1c2)]='browserstack.testOrchestration.runPreviouslyFailedFirst',_0x3a2376[_0x460267(0x1ac)]=_0x460267(0x18e),_0x3a2376['baxhd']=_0x460267(0x19f),_0x3a2376[_0x460267(0x1b8)]='browserstack.testOrchestration.smartSelectionFeatureBranches';var _0x52f507=_0x3a2376,_0x4e03c9={};return _0x4e03c9[_0x460267(0x122)]=[_0x52f507['duhZD'],_0x52f507['pkAZe']],_0x4e03c9[_0x460267(0x131)]=[_0x52f507[_0x460267(0x127)],_0x52f507[_0x460267(0x13b)]],_0x4e03c9[_0x460267(0x1b4)]=[_0x52f507[_0x460267(0x183)]],_0x4e03c9[_0x460267(0x159)]=[_0x52f507[_0x460267(0x174)]],_0x4e03c9[_0x460267(0x1dd)]=[_0x52f507['RKbON']],_0x4e03c9['parallelsPerPlatform']=[_0x52f507[_0x460267(0x158)],_0x52f507[_0x460267(0x17d)]],_0x4e03c9[_0x460267(0x12e)]=[_0x52f507[_0x460267(0x164)]],_0x4e03c9['localIdentifier']=[_0x52f507[_0x460267(0x17e)]],_0x4e03c9['rerunTests']=[_0x52f507['IqSOM']],_0x4e03c9[_0x460267(0x18c)]=[_0x52f507['URRvg']],_0x4e03c9[_0x460267(0x171)]=[_0x52f507[_0x460267(0x118)]],_0x4e03c9[_0x460267(0x1ad)]=[_0x52f507[_0x460267(0x196)]],_0x4e03c9['deviceName']=[_0x52f507[_0x460267(0x150)],_0x52f507[_0x460267(0x14e)]],_0x4e03c9['osVersion']=[_0x52f507[_0x460267(0x140)]],_0x4e03c9['logLevel']=[_0x52f507['eIJXP']],_0x4e03c9[_0x460267(0x162)]=[_0x52f507['hEVqO']],_0x4e03c9[_0x460267(0x120)]=[_0x52f507['mzSTG']],_0x4e03c9[_0x460267(0x176)]=[_0x52f507[_0x460267(0x185)],_0x52f507['qoqvS']],_0x4e03c9['retryTestsOnFailure']=[_0x52f507['gGMKe']],_0x4e03c9[_0x460267(0x1e8)]=[_0x52f507[_0x460267(0x18a)]],_0x4e03c9['runPreviouslyFailedFirst']=[_0x52f507['XMMMw']],_0x4e03c9[_0x460267(0x1b9)]=[_0x52f507[_0x460267(0x1ac)]],_0x4e03c9[_0x460267(0x156)]=[_0x52f507[_0x460267(0x199)]],_0x4e03c9[_0x460267(0x132)]=[_0x52f507['QcXtn']],_0x4e03c9;},exports['EnvCapsMapping']=()=>{var _0x34e311=a138_0xba0788,_0x431086={};_0x431086[_0x34e311(0x1a2)]=_0x34e311(0x17a),_0x431086[_0x34e311(0x1d7)]=_0x34e311(0x1d5),_0x431086[_0x34e311(0x1de)]=_0x34e311(0x123),_0x431086[_0x34e311(0x1c4)]=_0x34e311(0x136),_0x431086['JOApT']=_0x34e311(0x12b),_0x431086[_0x34e311(0x1b1)]=_0x34e311(0x1a8),_0x431086[_0x34e311(0x14b)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x431086[_0x34e311(0x148)]=_0x34e311(0x160),_0x431086['Ccxex']=_0x34e311(0x135),_0x431086['SHaVj']=_0x34e311(0x1bb),_0x431086[_0x34e311(0x129)]='BROWSERSTACK_APP_ID',_0x431086[_0x34e311(0x124)]=_0x34e311(0x1e5),_0x431086['wzeBd']=_0x34e311(0x1bc),_0x431086[_0x34e311(0x1c0)]='BROWSERSTACK_CLIENT_DETOX_VERSION',_0x431086[_0x34e311(0x145)]=_0x34e311(0x16a),_0x431086['oYQdv']='BROWSERSTACK_OS_VERSION',_0x431086[_0x34e311(0x142)]=_0x34e311(0x1c9),_0x431086['XpTeg']=_0x34e311(0x1be),_0x431086[_0x34e311(0x18b)]='BROWSERSTACK_AUTOMATION',_0x431086[_0x34e311(0x117)]=_0x34e311(0x186),_0x431086[_0x34e311(0x1b5)]=_0x34e311(0x168);var _0x4cd813=_0x431086,_0x1fea3a={};return _0x1fea3a[_0x34e311(0x122)]=[_0x4cd813[_0x34e311(0x1a2)],_0x4cd813[_0x34e311(0x1d7)]],_0x1fea3a[_0x34e311(0x131)]=[_0x4cd813[_0x34e311(0x1de)]],_0x1fea3a[_0x34e311(0x1b4)]=[_0x4cd813[_0x34e311(0x1c4)]],_0x1fea3a[_0x34e311(0x159)]=[_0x4cd813[_0x34e311(0x19e)]],_0x1fea3a[_0x34e311(0x1dd)]=[_0x4cd813[_0x34e311(0x1b1)]],_0x1fea3a[_0x34e311(0x11d)]=[_0x4cd813[_0x34e311(0x14b)]],_0x1fea3a[_0x34e311(0x12e)]=[_0x4cd813['oIgfl']],_0x1fea3a['localIdentifier']=[_0x4cd813[_0x34e311(0x157)]],_0x1fea3a[_0x34e311(0x14c)]=[_0x4cd813[_0x34e311(0x16e)]],_0x1fea3a['app']=[_0x4cd813[_0x34e311(0x129)],_0x4cd813[_0x34e311(0x124)]],_0x1fea3a['appClient']=[_0x4cd813['wzeBd']],_0x1fea3a[_0x34e311(0x1ad)]=[_0x4cd813[_0x34e311(0x1c0)]],_0x1fea3a['deviceName']=[_0x4cd813[_0x34e311(0x145)]],_0x1fea3a[_0x34e311(0x189)]=[_0x4cd813[_0x34e311(0x1cd)]],_0x1fea3a[_0x34e311(0x1bd)]=[_0x4cd813[_0x34e311(0x142)],_0x4cd813[_0x34e311(0x1da)]],_0x1fea3a['automation']=[_0x4cd813[_0x34e311(0x18b)]],_0x1fea3a[_0x34e311(0x120)]=[_0x4cd813[_0x34e311(0x117)]],_0x1fea3a['browserstackAutomation']=[_0x4cd813['tbZPO']],_0x1fea3a[_0x34e311(0x132)]=[_0x4cd813[_0x34e311(0x1b5)]],_0x1fea3a;},exports[a138_0xba0788(0x113)]=()=>[a138_0xba0788(0x11e),'platformVersion',a138_0xba0788(0x1a5),a138_0xba0788(0x197),a138_0xba0788(0x18c),a138_0xba0788(0x1e3),a138_0xba0788(0x11c),a138_0xba0788(0x195),'orientation',a138_0xba0788(0x1c3),'noReset',a138_0xba0788(0x1b7),a138_0xba0788(0x1b0),a138_0xba0788(0x151),a138_0xba0788(0x179),a138_0xba0788(0x1b3),a138_0xba0788(0x1ca),'appActivity','appPackage',a138_0xba0788(0x1aa),a138_0xba0788(0x12c),a138_0xba0788(0x1a7),a138_0xba0788(0x16b),a138_0xba0788(0x165),a138_0xba0788(0x173),a138_0xba0788(0x114),a138_0xba0788(0x1e2),a138_0xba0788(0x17f),a138_0xba0788(0x15c),a138_0xba0788(0x1cf),a138_0xba0788(0x11b),a138_0xba0788(0x161),a138_0xba0788(0x193),a138_0xba0788(0x178),a138_0xba0788(0x115),a138_0xba0788(0x16f),a138_0xba0788(0x134),'keystorePassword','keyAlias',a138_0xba0788(0x190),'chromedriverExecutable','chromedriverArgs',a138_0xba0788(0x1e0),a138_0xba0788(0x1db),'chromedriverUseSystemExecutable','chromedriverPort',a138_0xba0788(0x198),'chromedriverDisableBuildCheck',a138_0xba0788(0x172),a138_0xba0788(0x1d3),a138_0xba0788(0x1e4),a138_0xba0788(0x1a9),a138_0xba0788(0x194),a138_0xba0788(0x139),'unicodeKeyboard',a138_0xba0788(0x12a),a138_0xba0788(0x177),a138_0xba0788(0x13f),a138_0xba0788(0x15f),'chromeOptions',a138_0xba0788(0x12d),a138_0xba0788(0x147),'androidScreenshotPath',a138_0xba0788(0x19d),'gpsEnabled','isHeadless',a138_0xba0788(0x1bf),a138_0xba0788(0x1a6),'skipDeviceInitialization','autoGrantPermissions',a138_0xba0788(0x1d1),'systemPort',a138_0xba0788(0x128),a138_0xba0788(0x1a0),'unlockType',a138_0xba0788(0x137),a138_0xba0788(0x119),'skipLogcatCapture',a138_0xba0788(0x155),a138_0xba0788(0x133),a138_0xba0788(0x187),a138_0xba0788(0x163),a138_0xba0788(0x116),'webviewDevtoolsPort',a138_0xba0788(0x1ae),a138_0xba0788(0x1ce),a138_0xba0788(0x15e),a138_0xba0788(0x1c7),a138_0xba0788(0x13a),'locationServicesEnabled','locationServicesAuthorized',a138_0xba0788(0x1c1),'autoDismissAlerts','nativeInstrumentsLib',a138_0xba0788(0x18d),a138_0xba0788(0x13e),a138_0xba0788(0x182),'safariIgnoreFraudWarning',a138_0xba0788(0x152),a138_0xba0788(0x1d0),a138_0xba0788(0x1c8),a138_0xba0788(0x1d8),a138_0xba0788(0x192),'showIOSLog',a138_0xba0788(0x1b6),'webkitResponseTimeout',a138_0xba0788(0x1a4),a138_0xba0788(0x1cc),'enableAsyncExecuteFromHttps',a138_0xba0788(0x1b2),'webkitDebugProxyPort',a138_0xba0788(0x1ab),a138_0xba0788(0x181),'webviewConnectRetries',a138_0xba0788(0x11a),'customSSLCert',a138_0xba0788(0x175),'scaleFactor',a138_0xba0788(0x14a),a138_0xba0788(0x1e9),a138_0xba0788(0x1af),a138_0xba0788(0x170),'keychainPassword',a138_0xba0788(0x14d),a138_0xba0788(0x153),a138_0xba0788(0x1df),'keychainPath',a138_0xba0788(0x13c),a138_0xba0788(0x16c),a138_0xba0788(0x19b),a138_0xba0788(0x13d),'xcodeSigningId','updatedWDABundleId',a138_0xba0788(0x17c),'commandTimeouts',a138_0xba0788(0x125),'wdaStartupRetryInterval',a138_0xba0788(0x19a),a138_0xba0788(0x1a1),a138_0xba0788(0x15b),'useCarthageSsl',a138_0xba0788(0x138),a138_0xba0788(0x180),'allowTouchIdEnroll',a138_0xba0788(0x18f),a138_0xba0788(0x149),a138_0xba0788(0x191),a138_0xba0788(0x146),a138_0xba0788(0x12f)]);
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_0x23a785=a139_0x2028;function a139_0x2028(_0x560523,_0xc488e2){var _0x45dd9b=a139_0x45dd();return a139_0x2028=function(_0x202821,_0x54d429){_0x202821=_0x202821-0x123;var _0x9517b2=_0x45dd9b[_0x202821];return _0x9517b2;},a139_0x2028(_0x560523,_0xc488e2);}(function(_0x450df2,_0x19dcb1){var _0x3bd7f8=a139_0x2028,_0x2fbce7=_0x450df2();while(!![]){try{var _0xb79bfd=-parseInt(_0x3bd7f8(0x12a))/0x1+parseInt(_0x3bd7f8(0x129))/0x2+-parseInt(_0x3bd7f8(0x127))/0x3*(-parseInt(_0x3bd7f8(0x12e))/0x4)+-parseInt(_0x3bd7f8(0x128))/0x5+parseInt(_0x3bd7f8(0x126))/0x6+parseInt(_0x3bd7f8(0x124))/0x7*(-parseInt(_0x3bd7f8(0x12c))/0x8)+parseInt(_0x3bd7f8(0x125))/0x9*(parseInt(_0x3bd7f8(0x12b))/0xa);if(_0xb79bfd===_0x19dcb1)break;else _0x2fbce7['push'](_0x2fbce7['shift']());}catch(_0x2d09e8){_0x2fbce7['push'](_0x2fbce7['shift']());}}}(a139_0x45dd,0x55112),exports[a139_0x23a785(0x12d)]=a139_0x23a785(0x123));function a139_0x45dd(){var _0x289d57=['7YkZxlB','1782uZaiTP','1343982eRbPMc','795HCuCBV','788365oPljbQ','701882BxLBfL','451636CkzXGQ','3570OGDCPr','920488EDWakd','BROWSERSTACK_GRR_US_HUB_URL','6448DEyWfu','https://hub-use-only.browserstack.com/wd/hub'];a139_0x45dd=function(){return _0x289d57;};return a139_0x45dd();}
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
- function a140_0x1838(_0x3d7618,_0x5c3b72){var _0x1d8451=a140_0x1d84();return a140_0x1838=function(_0x183811,_0x192f63){_0x183811=_0x183811-0x19e;var _0x28dc08=_0x1d8451[_0x183811];return _0x28dc08;},a140_0x1838(_0x3d7618,_0x5c3b72);}function a140_0x1d84(){var _0x379126=['parse','677115jVoaZI','xTUuD','ubzAm','central_scanner_log','1520292QlSBci','a11y_scanner','10lNhOuJ','env','361MCfEoW','8TENUmT','A11Y_SCAN_RESULT','BROWSERSTACK_CENTRAL_SCANNER_JWT','1322IkPYpG','1463166gKeZSd','2936945zoUbHn','4dZNWJf','96194eTWoIF','99CtUpiO','858651ifwyEX'];a140_0x1d84=function(){return _0x379126;};return a140_0x1d84();}(function(_0x522e95,_0x115581){var _0x474e40=a140_0x1838,_0x4a1034=_0x522e95();while(!![]){try{var _0x46049f=parseInt(_0x474e40(0x1b1))/0x1*(-parseInt(_0x474e40(0x1a1))/0x2)+parseInt(_0x474e40(0x1a7))/0x3+-parseInt(_0x474e40(0x1a4))/0x4*(parseInt(_0x474e40(0x1a3))/0x5)+-parseInt(_0x474e40(0x1a2))/0x6+-parseInt(_0x474e40(0x1a5))/0x7*(-parseInt(_0x474e40(0x19e))/0x8)+-parseInt(_0x474e40(0x1a9))/0x9*(parseInt(_0x474e40(0x1af))/0xa)+-parseInt(_0x474e40(0x1a6))/0xb*(-parseInt(_0x474e40(0x1ad))/0xc);if(_0x46049f===_0x115581)break;else _0x4a1034['push'](_0x4a1034['shift']());}catch(_0x3cb455){_0x4a1034['push'](_0x4a1034['shift']());}}}(a140_0x1d84,0x480a0),exports['setCentralScannerData']=(_0x241973,_0xc9f601,_0x330fbe)=>{var _0x481180=a140_0x1838,_0xb152e1={'ubzAm':function(_0x124e59,_0x2e7dda){return _0x124e59(_0x2e7dda);},'xTUuD':function(_0x5dfd6,_0x5de92f){return _0x5dfd6||_0x5de92f;}};_0x241973[_0x481180(0x1ac)]={'http_code':_0xb152e1[_0x481180(0x1ab)](String,_0xc9f601)||null,'redirect_url':_0xb152e1[_0x481180(0x1aa)](_0x330fbe,null),'token':process[_0x481180(0x1b0)][_0x481180(0x1a0)]||null};if(process[_0x481180(0x1b0)]['A11Y_SCAN_RESULT'])try{_0x241973[_0x481180(0x1ac)][_0x481180(0x1ae)]=JSON[_0x481180(0x1a8)](process[_0x481180(0x1b0)][_0x481180(0x19f)])||null;}catch(_0x5df0c4){_0x241973[_0x481180(0x1ac)][_0x481180(0x1ae)]=null;}});
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_0x344d1c=a141_0x4976;(function(_0xea81ae,_0x405e6a){const _0x511a09=a141_0x4976,_0x233662=_0xea81ae();while(!![]){try{const _0x464927=parseInt(_0x511a09(0x18e))/0x1+-parseInt(_0x511a09(0x196))/0x2+parseInt(_0x511a09(0x199))/0x3+-parseInt(_0x511a09(0x198))/0x4*(-parseInt(_0x511a09(0x190))/0x5)+parseInt(_0x511a09(0x189))/0x6+-parseInt(_0x511a09(0x194))/0x7*(-parseInt(_0x511a09(0x193))/0x8)+-parseInt(_0x511a09(0x192))/0x9*(parseInt(_0x511a09(0x18a))/0xa);if(_0x464927===_0x405e6a)break;else _0x233662['push'](_0x233662['shift']());}catch(_0x1db4e4){_0x233662['push'](_0x233662['shift']());}}}(a141_0x1e68,0x6bcd6));const logger=require(a141_0x344d1c(0x18d))['winstonLogger'];function createClassLogger(_0x53ea04){const _0x4113f1=a141_0x344d1c;return{'info':(_0x3c3f0a,..._0x4592a6)=>logger[_0x4113f1(0x195)]('['+_0x53ea04+']\x20'+_0x3c3f0a,..._0x4592a6),'debug':(_0xfcae00,..._0x11c8a6)=>logger[_0x4113f1(0x18c)]('['+_0x53ea04+']\x20'+_0xfcae00,..._0x11c8a6),'warn':(_0x40beb3,..._0x4203f1)=>logger[_0x4113f1(0x197)]('['+_0x53ea04+']\x20'+_0x40beb3,..._0x4203f1),'error':(_0x4960cb,..._0x15234e)=>logger[_0x4113f1(0x18f)]('['+_0x53ea04+']\x20'+_0x4960cb,..._0x15234e),'verbose':(_0x8b3293,..._0x5977e9)=>logger[_0x4113f1(0x18b)]('['+_0x53ea04+']\x20'+_0x8b3293,..._0x5977e9)};}const a141_0x17adbf={};function a141_0x4976(_0x48f582,_0x5b5bfe){const _0x1e68db=a141_0x1e68();return a141_0x4976=function(_0x4976cc,_0x6e5743){_0x4976cc=_0x4976cc-0x189;let _0x51f922=_0x1e68db[_0x4976cc];return _0x51f922;},a141_0x4976(_0x48f582,_0x5b5bfe);}a141_0x17adbf['createClassLogger']=createClassLogger,module[a141_0x344d1c(0x191)]=a141_0x17adbf;function a141_0x1e68(){const _0x15a7d9=['23830QxBAzi','verbose','debug','./logger.js','499036LjRpxL','error','1685XlnaLX','exports','3087DjlVdz','1220392chANof','21KpWARt','info','440518BBgFPx','warn','1288ZizLOd','474771DxOVsm','1534392SplzEp'];a141_0x1e68=function(){return _0x15a7d9;};return a141_0x1e68();}
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;