browserstack-node-sdk 1.46.8 → 1.47.1

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 (187) 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/generated/sdk-messages_pb.d.ts +18 -0
  41. package/generated/sdk-messages_pb.js +147 -3
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/nightwatch/command.js +1 -1
  81. package/src/bin/playwright/accessibility-helper.js +1 -1
  82. package/src/bin/playwright/command.js +1 -1
  83. package/src/bin/playwright/globalSetup.js +1 -1
  84. package/src/bin/playwright/mock-process.js +1 -1
  85. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  86. package/src/bin/playwright/patches.js +1 -1
  87. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  88. package/src/bin/playwright/reporter/reporter.js +1 -1
  89. package/src/bin/playwright/reporter/test-details.js +1 -1
  90. package/src/bin/playwright/sessionDetails.js +1 -1
  91. package/src/bin/runner.js +1 -1
  92. package/src/bin/setup.js +1 -1
  93. package/src/bin/test-runner/index.js +1 -1
  94. package/src/bin/test-runner/runTest.js +1 -1
  95. package/src/bin/test-runner/testWorker.js +1 -1
  96. package/src/bin/utils/apiUtilityMethods.js +1 -1
  97. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  98. package/src/bin/utils/constants.js +1 -1
  99. package/src/bin/utils/log4jsAppender.js +1 -1
  100. package/src/bin/utils/logPatcher.js +1 -1
  101. package/src/bin/utils/logReportingAPI.js +1 -1
  102. package/src/bin/utils/playwright-patcher.js +1 -1
  103. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  104. package/src/bin/utils/sharedUtils.js +1 -1
  105. package/src/bin/v2/TestInfo.js +1 -1
  106. package/src/bin/v2/browserstackCLI.js +1 -1
  107. package/src/bin/v2/cliUtils.js +1 -1
  108. package/src/bin/v2/customTagManager.js +1 -1
  109. package/src/bin/v2/eventDispatcher.js +1 -1
  110. package/src/bin/v2/framework/automationFramework.js +1 -1
  111. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  112. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  113. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  114. package/src/bin/v2/framework/jestTestFramework.js +1 -0
  115. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  116. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  117. package/src/bin/v2/framework/testFramework.js +1 -1
  118. package/src/bin/v2/grpcClient.js +1 -1
  119. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  120. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  121. package/src/bin/v2/instances/trackedContext.js +1 -1
  122. package/src/bin/v2/instances/trackedInstance.js +1 -1
  123. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  124. package/src/bin/v2/modules/baseModule.js +1 -1
  125. package/src/bin/v2/modules/observabilityModule.js +1 -1
  126. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  127. package/src/bin/v2/modules/testhubModule.js +1 -1
  128. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  129. package/src/bin/v2/state/hookState.js +1 -1
  130. package/src/bin/v2/state/testFrameworkState.js +1 -1
  131. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  132. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  133. package/src/bin/v2/utils/jest-utils.js +1 -0
  134. package/src/bin/vanilla-js/command.js +1 -1
  135. package/src/browserStackSdk.js +1 -1
  136. package/src/helpers/BrowserStackSetup.js +1 -1
  137. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  138. package/src/helpers/accessibility-automation/constants.js +1 -1
  139. package/src/helpers/accessibility-automation/helper.js +1 -1
  140. package/src/helpers/accessibility-automation/scripts.js +1 -1
  141. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  142. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  143. package/src/helpers/ats/constants.js +1 -1
  144. package/src/helpers/ats/helper.js +1 -1
  145. package/src/helpers/capsMapping.js +1 -1
  146. package/src/helpers/central-scanner/constants.js +1 -1
  147. package/src/helpers/central-scanner/helpers.js +1 -1
  148. package/src/helpers/classLogger.js +1 -1
  149. package/src/helpers/globals.js +1 -1
  150. package/src/helpers/helper.js +1 -1
  151. package/src/helpers/logger.js +1 -1
  152. package/src/helpers/metadata.js +1 -1
  153. package/src/helpers/patchHelper.js +1 -1
  154. package/src/helpers/patchHelpers.js +1 -1
  155. package/src/helpers/percy/Percy.js +1 -1
  156. package/src/helpers/percy/PercyBinary.js +1 -1
  157. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  158. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  159. package/src/helpers/percy/PercySDK.js +1 -1
  160. package/src/helpers/percy/index.js +1 -1
  161. package/src/helpers/percy/utils.js +1 -1
  162. package/src/helpers/performance/constants.js +1 -1
  163. package/src/helpers/performance/performance-tester.js +1 -1
  164. package/src/helpers/playwright-helper.js +1 -1
  165. package/src/helpers/processHelper.js +1 -1
  166. package/src/helpers/request-spy.js +1 -1
  167. package/src/helpers/setKeepAlive.js +1 -1
  168. package/src/helpers/test-observability/constants.js +1 -1
  169. package/src/helpers/test-observability/error-handler.js +1 -1
  170. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  171. package/src/helpers/test-observability/sessionHandler.js +1 -1
  172. package/src/helpers/test-observability/utils.js +1 -1
  173. package/src/helpers/test-orchestration/constants.js +1 -1
  174. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  175. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  176. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  177. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  178. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  179. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  180. package/src/helpers/testhub/constants.js +1 -1
  181. package/src/helpers/testhub/testhubHandler.js +1 -1
  182. package/src/helpers/testhub/utils.js +1 -1
  183. package/src/helpers/timeoutPromise.js +1 -1
  184. package/src/helpers/utilities.js +1 -1
  185. package/src/helpers/w3cMapping.js +1 -1
  186. package/src/hubAllocationMethods.js +1 -1
  187. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a74_0x2f54b6=a74_0x3c98;function a74_0x3c98(_0x1729e8,_0x571cf3){const _0x2662eb=a74_0x2662();return a74_0x3c98=function(_0x3c988f,_0x2bbc56){_0x3c988f=_0x3c988f-0x106;let _0x4973c2=_0x2662eb[_0x3c988f];return _0x4973c2;},a74_0x3c98(_0x1729e8,_0x571cf3);}(function(_0x501042,_0x2cfec0){const _0x24efd4=a74_0x3c98,_0x5189de=_0x501042();while(!![]){try{const _0x521a89=-parseInt(_0x24efd4(0x109))/0x1+-parseInt(_0x24efd4(0x137))/0x2+-parseInt(_0x24efd4(0x10d))/0x3*(parseInt(_0x24efd4(0x126))/0x4)+parseInt(_0x24efd4(0x1c6))/0x5*(-parseInt(_0x24efd4(0x214))/0x6)+parseInt(_0x24efd4(0x178))/0x7+parseInt(_0x24efd4(0x191))/0x8*(-parseInt(_0x24efd4(0x171))/0x9)+-parseInt(_0x24efd4(0x180))/0xa*(-parseInt(_0x24efd4(0x115))/0xb);if(_0x521a89===_0x2cfec0)break;else _0x5189de['push'](_0x5189de['shift']());}catch(_0xf46519){_0x5189de['push'](_0x5189de['shift']());}}}(a74_0x2662,0xc9ff9));const util=require(a74_0x2f54b6(0x160)),logger=require(a74_0x2f54b6(0x19e))[a74_0x2f54b6(0x157)],grpc=require(a74_0x2f54b6(0x18c)),services=require(a74_0x2f54b6(0x121)),messages=require(a74_0x2f54b6(0x1ed)),path=require(a74_0x2f54b6(0x202)),CLIUtils=require('./cliUtils.js'),{createClassLogger}=require(a74_0x2f54b6(0x13f)),PerformanceTester=require(a74_0x2f54b6(0x18b)),{EVENTS:PerformanceEvents}=require(a74_0x2f54b6(0x1f1)),{PLAYWRIGHT_TRACE_LOGS}=require('../utils/constants'),helper=require(a74_0x2f54b6(0x1d9));function a74_0x2662(){const _0x572420=['util','mKNvV','credentials','DriverInit\x20error:\x20','setLanguage','resolve','./browserstackCLI.js','DriverInit\x20request\x20successful','setPlatformIndex','setEndedAt','setErrorKey','setBinSessionId','stopBinSession','message','setHubUrl','UOHbn','LogCreatedEventRequest','460773hzGUVT','testFrameworkState','Error\x20in\x20getAccessibilityConfig:\x20','binSessionId','connectBinSession','CjjcN','ConnectBinSession\x20successful','1423779dGWEMi','env','setFileSize','Error\x20in\x20getPlaywrightConfig:\x20','Missing\x20binSessionId','AyKTB','createInsecure','timestamp','10xlLcbm','EMoVf','ReportClientTroubleshootingError\x20successful','kkpxj','listenAddress','TestFrameworkEventRequest','threadId','ReportClientTroubleshootingErrorRequest','start','GBSOM','setMessage','../../helpers/performance/performance-tester.js','@grpc/grpc-js','UWKld','Error\x20in\x20startBinSession:\x20','SDK_CONNECT_BIN_SESSION','DriverInitRequest','32hfmeTn','\x22accessKey\x22:\x22[REDACTED]\x22','uuid','vODKv','setFileName','getSdkVersion','testFrameworkVersion','test_run_uuid','BOjcX','zVlGO','Error\x20in\x20DriverInit:\x20','testSessionEvent','setExitCode','../../helpers/logger.js','stop-bin-session\x20response:\x20','entries','No\x20gRPC\x20client\x20initialized.','getPlaywrightConfig','name','Mlcvz','JbNXI','Error\x20in\x20TestSessionEvent:\x20','Channel','startBinSession:\x20Calling\x20startBinSession','addLogs','client','testFrameworkEvent','Sending\x20TestSessionEvent','setExitReason','swHgu','getAccessibilityConfig','Unable\x20to\x20determine\x20gRPC\x20server\x20listen\x20address','JOxat','TestSessionEvent\x20request\x20successful','setEventJson','setHash','WTQtk','vYqHv','setTestFrameworkName','startBinSession','setPathConfig','FetchDriverExecuteParamsEvent:\x20Calling\x20with\x20binSessionId=','ConnectBinSession\x20error:\x20','StopBinSession\x20error:\x20','NwwLH','utf-8','getEnvVarsMap','null','Connecting\x20bin\x20session','attachment_type','TestFrameworkEvent\x20request\x20successful','wyKRY','zclHV','905qFNWXs','QcBFu','fSTsN','Error\x20in\x20FetchDriverExecuteParamsEvent:\x20','slice','SDK_CLI_ON_STOP','sVSwZ','dhukE','amzxb',',\x20parsedConfig=','DDNma','iHAjS','accessibilityConfig','SDK_START_BIN_SESSION','Getting\x20Playwright\x20config','setSdkLanguage','JAycN','eNXDf','TestSessionEventRequest','../../helpers/helper.js','Unable\x20to\x20find\x20listen\x20addr\x20or\x20bin\x20session\x20id\x20binSessionId:\x20','Error\x20in\x20GetAggregatedClientTroubleshootingErrors:\x20','StartBinSessionRequest','setTestFrameworkVersion','GetAggregatedClientTroubleshootingErrors\x20successful','stringify','AccessibilityConfigRequest','cwd','info','addAutomationSessions','logCreatedEvent','debug','version','FXbKI','TestSessionEvent\x20error:\x20','setFilePath','setAttachmentType','SamTR','setFrameworkName','../../../generated/sdk-messages_pb','processId','hgSDC','nPHPb','../../helpers/performance/constants','Sending\x20TestFrameworkEvent','addFrameworks','setKind','logger','setTestFramework','Initialized\x20gRPC\x20client\x20with\x20bin\x20session\x20id:\x20','Sending\x20DriverInit','\x20and\x20listen\x20address:\x20','BROWSERSTACK_CLI_BIN_LISTEN_ADDR','EWYry','NIUpo','cjFaF','SDK_AUTOMATION_FRAMEWORK_INIT','channel','frameworkName','setThreadId','path','getInstance','setTestUuid','push','StopBinSessionRequest','LogEntry','TcxSo','connect','setTestHookState','setProcessId','setUserInputParams','forEach','setSdkVersion','setLevel','jQooe','\x22key\x22:\x22[REDACTED]\x22','fOkLC','setTestFrameworkState','26922asTcgw','TestFrameworkEvent\x20error:\x20','NhKwA','PlaywrightConfig\x20request\x20successful','setExecutionContext','testFrameworkName','694482rwUiGC','SDKClient','replace','HxIKW','2014914AuzTjL','format','error','GrpcClient','Connected\x20to\x20gRPC\x20server\x20at\x20','bcfeD','setScriptName','YdOjy','50528247PVBNJv','driverInit','from','AnquB','connect-bin-session\x20response:\x20','browserstackConfigFile','LogCreatedEvent\x20error:\x20','setRef','provider','playwrightConfig','setCapabilities','setUuid','../../../generated/sdk_grpc_pb','tLamu','ref','StartBinSession\x20error:\x20','mwCRE','8hhENJP','ConnectBinSessionRequest','Error\x20in\x20ReportClientTroubleshootingError:\x20','encode','lldoN','ExecutionContext','\x20listenAddr:\x20','setPathProject','Error\x20in\x20TestFrameworkEvent:\x20','NeQXi','Sending\x20LogCreatedEvent','reportClientTroubleshootingError','setFrameworkVersion','grpc.keepalive_time_ms','volPw','VJWNY','frameworkVersion','1829592CAeAJZ','GNRBW','dppIv','fetchDriverExecuteParamsEvent','Getting\x20Accessibility\x20config','HILit','\x22userName\x22:\x22[REDACTED]\x22','setCliArgs:\x20cliArgs=','../../helpers/classLogger.js','getBrowserstackCliConfig','user_killed','setProvider','Error\x20in\x20connectBinSession:\x20','setFrameworkSessionId','bPNbp','BROWSERSTACK_CLI_BIN_SESSION_ID','No\x20gRPC\x20client\x20not\x20initialized.','getAutomationFrameworkDetail','FwynZ','hubUrl','NHMLM','FetchDriverExecuteParamsEventRequest','argv','QbgdP','qubCK','end','set','BROWSERSTACK_CONFIG_FILE_PATH','Stopping\x20bin\x20session','getAggregatedClientTroubleshootingErrors','Reporting\x20ClientTroubleshootingError\x20','GetAggregatedClientTroubleshootingErrorsRequest','winstonLogger','launchcaps','AccessibilityConfig\x20error:\x20','hash','Error\x20in\x20LogCreatedEvent:\x20','FetchDriverExecuteParamsEvent\x20successful\x20-\x20success=','PlaywrightConfigRequest','BxUxF','aGlsb'];a74_0x2662=function(){return _0x572420;};return a74_0x2662();}class GrpcClient{static #instance=null;['binSessionId']=null;[a74_0x2f54b6(0x184)]=null;['channel']=null;['client']=null;['logger']=createClassLogger(a74_0x2f54b6(0x110));constructor(){}static[a74_0x2f54b6(0x203)](){return!GrpcClient.#instance&&(GrpcClient.#instance=new GrpcClient()),GrpcClient.#instance;}['init'](_0x50e2cc){const _0x5d1e38=a74_0x2f54b6,_0x48e264={};_0x48e264[_0x5d1e38(0x13c)]=function(_0x220084,_0x75971d){return _0x220084||_0x75971d;};const _0x430d5c=_0x48e264,{id:_0x436b19,listen:_0x294ce8}=_0x50e2cc;if(_0x430d5c[_0x5d1e38(0x13c)](!_0x436b19,!_0x294ce8))throw new Error(_0x5d1e38(0x1da)+_0x436b19+_0x5d1e38(0x12c)+_0x294ce8);this[_0x5d1e38(0x174)]=_0x436b19,this[_0x5d1e38(0x184)]=_0x294ce8,process[_0x5d1e38(0x179)]['BROWSERSTACK_CLI_BIN_SESSION_ID']=this['binSessionId'],process[_0x5d1e38(0x179)][_0x5d1e38(0x1fa)]=this[_0x5d1e38(0x184)],this['connect'](),this[_0x5d1e38(0x1f5)][_0x5d1e38(0x1e2)](_0x5d1e38(0x1f7)+this[_0x5d1e38(0x174)]+_0x5d1e38(0x1f9)+this[_0x5d1e38(0x184)]);}[a74_0x2f54b6(0x209)](){const _0x2e997a=a74_0x2f54b6,_0x106721={};_0x106721['FwynZ']=_0x2e997a(0x1b0);const _0x3d2313=_0x106721;let _0x24026c=this['listenAddress'];!_0x24026c&&(_0x24026c=process['env']['BROWSERSTACK_CLI_BIN_LISTEN_ADDR']);!this[_0x2e997a(0x174)]&&(this[_0x2e997a(0x174)]=this['binSessionId']||process[_0x2e997a(0x179)][_0x2e997a(0x146)]);if(!_0x24026c)throw new Error(_0x3d2313[_0x2e997a(0x149)]);const _0x43cf1b={};_0x43cf1b[_0x2e997a(0x133)]=0x2710,this[_0x2e997a(0x1ff)]=new grpc[(_0x2e997a(0x1a7))](_0x24026c,grpc[_0x2e997a(0x162)][_0x2e997a(0x17e)](),_0x43cf1b),this[_0x2e997a(0x1aa)]=new services[(_0x2e997a(0x10a))](_0x24026c,grpc['credentials'][_0x2e997a(0x17e)]()),this[_0x2e997a(0x1f5)]['info'](_0x2e997a(0x111)+_0x24026c);}async[a74_0x2f54b6(0x1b8)](){const _0x20e270=a74_0x2f54b6,_0x314588={'fSTsN':function(_0x59681a,_0x3967b8){return _0x59681a!==_0x3967b8;},'dppIv':function(_0x3fc2c5,_0x2183bb){return _0x3fc2c5!==_0x2183bb;},'fOkLC':function(_0x43ce36,_0x538b0f){return _0x43ce36(_0x538b0f);},'vODKv':'StartBinSession\x20successful','kSwlG':_0x20e270(0x1a8),'pgmTb':_0x20e270(0x147),'DVJfp':_0x20e270(0x166),'hgSDC':function(_0x1fb583,_0x5407e2){return _0x1fb583 instanceof _0x5407e2;},'UOHbn':function(_0x54b20a,_0x163ae3){return _0x54b20a===_0x163ae3;},'mKNvV':_0x20e270(0x11a),'FXbKI':'browserstack.yml','NeQXi':_0x20e270(0x1c0),'QcBFu':function(_0x4c670e,_0x4a3421){return _0x4c670e||_0x4a3421;}};PerformanceTester[_0x20e270(0x188)](PerformanceEvents[_0x20e270(0x1d3)]),this[_0x20e270(0x1f5)][_0x20e270(0x1e2)](_0x314588['kSwlG']);try{!this[_0x20e270(0x1aa)]&&this[_0x20e270(0x1f5)][_0x20e270(0x1e2)](_0x314588['pgmTb']);const _0x3e9309=CLIUtils[_0x20e270(0x196)](),_0x5bfee5=CLIUtils[_0x20e270(0x148)](),_0x1af899=CLIUtils['getTestFrameworkDetail'](),_0x32f729=_0x5bfee5[_0x20e270(0x1a3)],_0x1ddd50=_0x5bfee5[_0x20e270(0x1e6)],_0x510a96=_0x1af899[_0x20e270(0x1a3)],_0x2fa482=_0x1af899[_0x20e270(0x1e6)]?_0x1af899['version'][_0x510a96]:'',_0x47088f=new messages[(_0x20e270(0x1dc))]();_0x47088f['setBinSessionId'](this['binSessionId']),_0x47088f[_0x20e270(0x1d5)](CLIUtils['getSdkLanguage']()),_0x47088f[_0x20e270(0x20e)](_0x3e9309),_0x47088f[_0x20e270(0x12d)](process[_0x20e270(0x1e1)]());const _0x40b250=_0x47088f[_0x20e270(0x1bf)]();Object[_0x20e270(0x1a0)](process[_0x20e270(0x179)])['forEach'](([_0xabcff5,_0x2d3114])=>{const _0x5b52d2=_0x20e270;_0x314588[_0x5b52d2(0x1c8)](_0x2d3114,undefined)&&_0x314588[_0x5b52d2(0x139)](_0x2d3114,null)&&_0x40b250[_0x5b52d2(0x151)](_0xabcff5,_0x2d3114);});const _0x536f5f=_0x314588[_0x20e270(0x212)](require,_0x314588['DVJfp']),_0x1214e7=_0x536f5f[_0x20e270(0x203)]()[_0x20e270(0x140)](),_0x1559fa=[];_0x1214e7&&_0x314588[_0x20e270(0x1ef)](_0x1214e7,Map)&&_0x1214e7[_0x20e270(0x20d)]((_0x1b679a,_0x2c006b)=>{const _0x485762=_0x20e270;_0x1559fa[_0x485762(0x205)](_0x2c006b+'='+_0x1b679a);});const _0x50f69f=process[_0x20e270(0x14d)][_0x20e270(0x1ca)](0x2);_0x47088f['setCliArgsList']([..._0x50f69f,..._0x1559fa]);let _0x5b8b02=null;if(_0x1214e7)for(const [_0x42f32d,_0x91e232]of _0x1214e7){if(_0x314588[_0x20e270(0x16f)](_0x42f32d,_0x314588[_0x20e270(0x161)])){_0x5b8b02=_0x91e232;break;}}if(_0x5b8b02)_0x47088f[_0x20e270(0x1b9)](_0x5b8b02);else process[_0x20e270(0x179)][_0x20e270(0x152)]?_0x47088f[_0x20e270(0x1b9)](process['env'][_0x20e270(0x152)]):_0x47088f[_0x20e270(0x1b9)](path[_0x20e270(0x165)](process['cwd'](),_0x314588[_0x20e270(0x1e7)]));this[_0x20e270(0x1f5)][_0x20e270(0x1e2)](_0x20e270(0x13e)+JSON[_0x20e270(0x1df)](_0x50f69f)+_0x20e270(0x1cf)+(_0x1214e7?JSON[_0x20e270(0x1df)]([..._0x1214e7]):_0x314588[_0x20e270(0x12f)])),_0x47088f[_0x20e270(0x164)](CLIUtils['getSdkLanguage']()),_0x47088f[_0x20e270(0x1f6)](_0x510a96);const _0x35ea5d=_0x47088f['getFrameworkVersionsMap']();return _0x35ea5d['set'](_0x32f729,_0x314588[_0x20e270(0x1c7)](_0x1ddd50,'')),_0x35ea5d[_0x20e270(0x151)](_0x510a96,_0x314588[_0x20e270(0x1c7)](_0x2fa482,'')),_0x47088f[_0x20e270(0x1f3)](_0x32f729,_0x1ddd50),_0x47088f[_0x20e270(0x1f3)](_0x510a96,_0x2fa482),_0x47088f['setFrameworksList']([_0x510a96,_0x32f729]),new Promise((_0x2aa110,_0x35f279)=>{const _0x1b4abd=_0x20e270,_0x182f9b={'NHMLM':function(_0x500a56,_0x7eb383){const _0x3a016f=a74_0x3c98;return _0x314588[_0x3a016f(0x212)](_0x500a56,_0x7eb383);},'aGlsb':_0x314588[_0x1b4abd(0x194)]};this[_0x1b4abd(0x1aa)][_0x1b4abd(0x1b8)](_0x47088f,(_0x3aa2b6,_0xba7a56)=>{const _0x4884ed=_0x1b4abd;if(_0x3aa2b6){this[_0x4884ed(0x1f5)][_0x4884ed(0x10f)](_0x4884ed(0x124)+_0x3aa2b6[_0x4884ed(0x16d)]),_0x182f9b[_0x4884ed(0x14b)](_0x35f279,_0x3aa2b6),PerformanceTester[_0x4884ed(0x150)](PerformanceEvents[_0x4884ed(0x1d3)],![],util[_0x4884ed(0x10e)](_0x3aa2b6));return;}this['logger'][_0x4884ed(0x1e2)](_0x182f9b[_0x4884ed(0x15f)]),PerformanceTester['end'](PerformanceEvents['SDK_START_BIN_SESSION']),_0x182f9b[_0x4884ed(0x14b)](_0x2aa110,_0xba7a56);});});}catch(_0x4382e7){this['logger']['error'](_0x20e270(0x18e)+util[_0x20e270(0x10e)](_0x4382e7)),PerformanceTester[_0x20e270(0x150)](PerformanceEvents[_0x20e270(0x1d3)],![],util[_0x20e270(0x10e)](_0x4382e7));throw _0x4382e7;}}async[a74_0x2f54b6(0x175)](){const _0x5a941b=a74_0x2f54b6,_0x4a3e61={'ZFlXp':function(_0x2f5180,_0x317b8d){return _0x2f5180(_0x317b8d);},'EMoVf':_0x5a941b(0x177),'AyKTB':_0x5a941b(0x1c1),'huePd':_0x5a941b(0x147),'ULEhX':_0x5a941b(0x13d),'AnquB':_0x5a941b(0x192),'YdOjy':_0x5a941b(0x211)};PerformanceTester[_0x5a941b(0x188)](PerformanceEvents['SDK_CONNECT_BIN_SESSION']),this[_0x5a941b(0x1f5)]['info'](_0x4a3e61[_0x5a941b(0x17d)]);try{!this[_0x5a941b(0x1aa)]&&this[_0x5a941b(0x1f5)][_0x5a941b(0x1e2)](_0x4a3e61['huePd']);const _0x587aad=new messages[(_0x5a941b(0x127))]();_0x587aad['setBinSessionId'](this[_0x5a941b(0x174)]);const _0x165aea=await new Promise((_0x408f12,_0x2aaa58)=>{const _0x4cb5b4=_0x5a941b,_0xa49cc8={'kkpxj':function(_0x257681,_0xb68224){return _0x4a3e61['ZFlXp'](_0x257681,_0xb68224);},'JbNXI':_0x4a3e61[_0x4cb5b4(0x181)]};this['client'][_0x4cb5b4(0x175)](_0x587aad,(_0x1d77e2,_0x127a05)=>{const _0x1769c2=_0x4cb5b4;if(_0x1d77e2){this[_0x1769c2(0x1f5)]['error'](_0x1769c2(0x1bb)+_0x1d77e2[_0x1769c2(0x16d)]),_0xa49cc8['kkpxj'](_0x2aaa58,_0x1d77e2),PerformanceTester[_0x1769c2(0x150)](PerformanceEvents['SDK_CONNECT_BIN_SESSION'],![],util[_0x1769c2(0x10e)](_0x1d77e2));return;}this['logger'][_0x1769c2(0x1e2)](_0xa49cc8[_0x1769c2(0x1a5)]),PerformanceTester[_0x1769c2(0x150)](PerformanceEvents[_0x1769c2(0x18f)]),_0xa49cc8[_0x1769c2(0x183)](_0x408f12,_0x127a05);});}),_0x57d376=util['format'](_0x165aea)[_0x5a941b(0x10b)](/"userName":"[^"]*"/g,_0x4a3e61['ULEhX'])[_0x5a941b(0x10b)](/"accessKey":"[^"]*"/g,_0x4a3e61[_0x5a941b(0x118)])['replace'](/"key":"[^"]*"/g,_0x4a3e61[_0x5a941b(0x114)]);return this[_0x5a941b(0x1f5)][_0x5a941b(0x1e5)](_0x5a941b(0x119)+_0x57d376),_0x165aea;}catch(_0x214d22){PerformanceTester[_0x5a941b(0x150)](PerformanceEvents[_0x5a941b(0x18f)],![],util[_0x5a941b(0x10e)](_0x214d22)),this[_0x5a941b(0x1f5)][_0x5a941b(0x10f)](_0x5a941b(0x143)+util['format'](_0x214d22));throw _0x214d22;}}async[a74_0x2f54b6(0x16c)](_0x33e4c3={},_0x12c7e2=null){const _0xd87faa=a74_0x2f54b6,_0x1169cd={'qubCK':function(_0x4765f9,_0x4fa4cb){return _0x4765f9(_0x4fa4cb);},'DDNma':'StopBinSession\x20successful','nPHPb':_0xd87faa(0x153),'BOjcX':_0xd87faa(0x17c),'volPw':'No\x20gRPC\x20client\x20not\x20initialized.','wyKRY':_0xd87faa(0x141)};PerformanceTester[_0xd87faa(0x188)](PerformanceEvents[_0xd87faa(0x1cb)]),this['logger'][_0xd87faa(0x1e2)](_0x1169cd[_0xd87faa(0x1f0)]);try{if(!this[_0xd87faa(0x174)])throw new Error(_0x1169cd[_0xd87faa(0x199)]);!this[_0xd87faa(0x1aa)]&&this[_0xd87faa(0x1f5)]['info'](_0x1169cd[_0xd87faa(0x134)]);const _0x41bcfe=new messages[(_0xd87faa(0x206))]();this[_0xd87faa(0x1f5)]['debug']('Stopping\x20signal\x20'+JSON[_0xd87faa(0x1df)](_0x12c7e2)),_0x41bcfe[_0xd87faa(0x16b)](this[_0xd87faa(0x174)]),_0x41bcfe['setCustomMetadata'](_0x33e4c3),_0x41bcfe['setExitSignal'](_0x12c7e2?_0x12c7e2:null),_0x41bcfe[_0xd87faa(0x1ad)](_0x12c7e2?_0x1169cd[_0xd87faa(0x1c4)]:null),_0x41bcfe[_0xd87faa(0x19d)](_0x12c7e2?0x1:0x0);const _0x3493c2=await new Promise((_0x150675,_0x2b9c0e)=>{const _0x46da94=_0xd87faa,_0x114f1a={'hDnpr':function(_0x27bab8,_0x1848e3){const _0x5de46d=a74_0x3c98;return _0x1169cd[_0x5de46d(0x14f)](_0x27bab8,_0x1848e3);},'amzxb':_0x1169cd[_0x46da94(0x1d0)]};this['client'][_0x46da94(0x16c)](_0x41bcfe,(_0x54d43e,_0x18514f)=>{const _0x1da528=_0x46da94;if(_0x54d43e){this[_0x1da528(0x1f5)][_0x1da528(0x10f)](_0x1da528(0x1bc)+_0x54d43e[_0x1da528(0x16d)]),_0x114f1a['hDnpr'](_0x2b9c0e,_0x54d43e),PerformanceTester[_0x1da528(0x150)](PerformanceEvents[_0x1da528(0x1cb)],![],util[_0x1da528(0x10e)](_0x54d43e));return;}this[_0x1da528(0x1f5)]['info'](_0x114f1a[_0x1da528(0x1ce)]),PerformanceTester[_0x1da528(0x150)](PerformanceEvents[_0x1da528(0x1cb)]),_0x114f1a['hDnpr'](_0x150675,_0x18514f);});});return this[_0xd87faa(0x1f5)]['debug'](_0xd87faa(0x19f)+util[_0xd87faa(0x10e)](_0x3493c2)),_0x3493c2;}catch(_0x412d69){PerformanceTester[_0xd87faa(0x150)](PerformanceEvents[_0xd87faa(0x1cb)],![],util[_0xd87faa(0x10e)](_0x412d69)),this[_0xd87faa(0x1f5)][_0xd87faa(0x10f)]('Error\x20in\x20stopBinSession:\x20'+util[_0xd87faa(0x10e)](_0x412d69));}}async[a74_0x2f54b6(0x1a2)](_0x1c26dd){const _0x3f1c2d=a74_0x2f54b6,_0x458c1b={'bPNbp':function(_0x27de10,_0x504652){return _0x27de10(_0x504652);},'qYKDw':_0x3f1c2d(0x106),'JOxat':_0x3f1c2d(0x1d4),'xYeDv':'No\x20gRPC\x20client\x20not\x20initialized.'};PerformanceTester[_0x3f1c2d(0x188)](PerformanceEvents[_0x3f1c2d(0x1fe)]),this[_0x3f1c2d(0x1f5)]['info'](_0x458c1b[_0x3f1c2d(0x1b1)]);try{!this[_0x3f1c2d(0x1aa)]&&this[_0x3f1c2d(0x1f5)][_0x3f1c2d(0x1e2)](_0x458c1b['xYeDv']);const _0x40a378=new messages[(_0x3f1c2d(0x15d))]();return _0x40a378[_0x3f1c2d(0x16b)](this[_0x3f1c2d(0x174)]),_0x40a378['setConfig'](JSON[_0x3f1c2d(0x1df)](_0x1c26dd)),new Promise((_0xe0796b,_0x4e51f6)=>{const _0x294ec0=_0x3f1c2d;this[_0x294ec0(0x1aa)][_0x294ec0(0x11e)](_0x40a378,(_0x29424f,_0x2083df)=>{const _0x2176c9=_0x294ec0;if(_0x29424f){this[_0x2176c9(0x1f5)][_0x2176c9(0x10f)]('PlaywrightConfig\x20error:\x20'+_0x29424f['message']),_0x458c1b[_0x2176c9(0x145)](_0x4e51f6,_0x29424f),PerformanceTester[_0x2176c9(0x150)](PerformanceEvents[_0x2176c9(0x1fe)],![],util[_0x2176c9(0x10e)](_0x29424f));return;}this['logger'][_0x2176c9(0x1e2)](_0x458c1b['qYKDw']),PerformanceTester[_0x2176c9(0x150)](PerformanceEvents[_0x2176c9(0x1fe)]),_0x458c1b[_0x2176c9(0x145)](_0xe0796b,_0x2083df);});});}catch(_0x1e2d46){PerformanceTester[_0x3f1c2d(0x150)](PerformanceEvents[_0x3f1c2d(0x1fe)],![],util[_0x3f1c2d(0x10e)](_0x1e2d46)),this[_0x3f1c2d(0x1f5)]['error'](_0x3f1c2d(0x17b)+util['format'](_0x1e2d46));throw _0x1e2d46;}}async[a74_0x2f54b6(0x1af)](_0x26cb60){const _0x1d715b=a74_0x2f54b6,_0x221ce6={'zVlGO':function(_0x40b1aa,_0x19413b){return _0x40b1aa(_0x19413b);},'QbgdP':'AccessibilityConfig\x20request\x20successful','UWKld':_0x1d715b(0x13b),'WTQtk':_0x1d715b(0x1be)};this[_0x1d715b(0x1f5)][_0x1d715b(0x1e2)](_0x221ce6[_0x1d715b(0x18d)]);try{const _0x5858f9=Buffer[_0x1d715b(0x117)](JSON[_0x1d715b(0x1df)](_0x26cb60[_0x1d715b(0x158)]),_0x221ce6[_0x1d715b(0x1b5)]),_0x3dab1e=new messages[(_0x1d715b(0x1e0))](),_0x448874=CLIUtils[_0x1d715b(0x148)](),_0x488cae=_0x448874[_0x1d715b(0x1a3)],_0x225de8=_0x448874[_0x1d715b(0x1e6)];return _0x3dab1e['setBinSessionId'](this[_0x1d715b(0x174)]),_0x3dab1e[_0x1d715b(0x168)](0x0),_0x3dab1e[_0x1d715b(0x1ec)](_0x488cae),_0x3dab1e['setFrameworkVersion'](_0x225de8),_0x3dab1e[_0x1d715b(0x16e)](_0x26cb60[_0x1d715b(0x14a)]),_0x3dab1e[_0x1d715b(0x11f)](_0x5858f9),new Promise((_0x5595ae,_0x2c7d1d)=>{const _0x222950=_0x1d715b,_0x1095ae={'iHAjS':function(_0x9a645c,_0x592b3d){const _0x580189=a74_0x3c98;return _0x221ce6[_0x580189(0x19a)](_0x9a645c,_0x592b3d);},'jQooe':_0x221ce6[_0x222950(0x14e)],'JqdCQ':function(_0x2e4944,_0x3f20ad){const _0x4cef73=_0x222950;return _0x221ce6[_0x4cef73(0x19a)](_0x2e4944,_0x3f20ad);}};this['client'][_0x222950(0x1d2)](_0x3dab1e,(_0x3473f5,_0x398b33)=>{const _0x2c5005=_0x222950;if(_0x3473f5){this[_0x2c5005(0x1f5)][_0x2c5005(0x10f)](_0x2c5005(0x159)+_0x3473f5[_0x2c5005(0x16d)]),_0x1095ae[_0x2c5005(0x1d1)](_0x2c7d1d,_0x3473f5);return;}this[_0x2c5005(0x1f5)]['info'](_0x1095ae[_0x2c5005(0x210)]),_0x1095ae['JqdCQ'](_0x5595ae,_0x398b33);});});}catch(_0x25f9c6){this['logger'][_0x1d715b(0x10f)](_0x1d715b(0x173)+util[_0x1d715b(0x10e)](_0x25f9c6));}}async[a74_0x2f54b6(0x19c)](_0x2cb32d){const _0x29b93e=a74_0x2f54b6,_0xf942ba={'vYqHv':function(_0x3ae0ba,_0x235482){return _0x3ae0ba(_0x235482);},'VERla':_0x29b93e(0x1b2),'GBSOM':_0x29b93e(0x1ac),'pQQug':_0x29b93e(0x147)};this[_0x29b93e(0x1f5)][_0x29b93e(0x1e2)](_0xf942ba[_0x29b93e(0x189)]);try{!this[_0x29b93e(0x1aa)]&&this['logger'][_0x29b93e(0x1e2)](_0xf942ba['pQQug']);const {platformIndex:_0x4b9ecd,testFrameworkName:_0x452f84,testFrameworkVersion:_0x328223,testFrameworkState:_0x174782,testHookState:_0x375587,testUuid:_0x9d7f47,automationSession:_0x493e3a,capabilities:_0x183983,executionContext:_0x2e9717}=_0x2cb32d,_0x2b0cf0=new messages[(_0x29b93e(0x1d8))]();_0x2b0cf0[_0x29b93e(0x16b)](this[_0x29b93e(0x174)]),_0x2b0cf0['setPlatformIndex'](_0x4b9ecd),_0x2b0cf0[_0x29b93e(0x1b7)](_0x452f84),_0x2b0cf0[_0x29b93e(0x1dd)](_0x328223),_0x2b0cf0[_0x29b93e(0x213)](_0x174782),_0x2b0cf0[_0x29b93e(0x20a)](_0x375587),_0x2b0cf0[_0x29b93e(0x204)](_0x9d7f47);const _0x32cd1e=new messages[(_0x29b93e(0x1d8))]['AutomationSession']();_0x32cd1e[_0x29b93e(0x142)](_0x493e3a[_0x29b93e(0x11d)]),_0x32cd1e[_0x29b93e(0x1ec)](_0x493e3a[_0x29b93e(0x200)]),_0x32cd1e[_0x29b93e(0x132)](_0x493e3a[_0x29b93e(0x136)]),_0x32cd1e[_0x29b93e(0x144)](_0x493e3a['frameworkSessionId']),_0x32cd1e[_0x29b93e(0x11c)](_0x493e3a[_0x29b93e(0x123)]),_0x32cd1e['setHubUrl'](_0x493e3a['hubUrl']),_0x2b0cf0[_0x29b93e(0x1e3)](_0x32cd1e),_0x2b0cf0['setCapabilities'](_0x183983);const _0x4fc12a=new messages[(_0x29b93e(0x12b))]();return _0x4fc12a[_0x29b93e(0x20b)](_0x2e9717['processId']),_0x4fc12a[_0x29b93e(0x201)](_0x2e9717[_0x29b93e(0x186)]),_0x4fc12a[_0x29b93e(0x1b4)](_0x2e9717['hash']),_0x2b0cf0[_0x29b93e(0x107)](_0x4fc12a),new Promise((_0x4e8198,_0x5166ea)=>{const _0x22ab93=_0x29b93e,_0x5f271f={'swHgu':function(_0x42f076,_0x111350){const _0xcd8f46=a74_0x3c98;return _0xf942ba[_0xcd8f46(0x1b6)](_0x42f076,_0x111350);},'lldoN':_0xf942ba['VERla']};this[_0x22ab93(0x1aa)][_0x22ab93(0x19c)](_0x2b0cf0,(_0xb8444b,_0xd8ef0d)=>{const _0x21359d=_0x22ab93;if(_0xb8444b){this[_0x21359d(0x1f5)][_0x21359d(0x10f)](_0x21359d(0x1e8)+_0xb8444b[_0x21359d(0x16d)]),_0x5f271f['swHgu'](_0x5166ea,_0xb8444b);return;}this['logger'][_0x21359d(0x1e2)](_0x5f271f[_0x21359d(0x12a)]),_0x5f271f[_0x21359d(0x1ae)](_0x4e8198,_0xd8ef0d);});});}catch(_0x57de9a){this[_0x29b93e(0x1f5)][_0x29b93e(0x10f)](_0x29b93e(0x1a6)+util[_0x29b93e(0x10e)](_0x57de9a));throw _0x57de9a;}}async['testFrameworkEvent'](_0x5620e7){const _0x1214ab=a74_0x2f54b6,_0x2efe44={'tfFpe':function(_0x2598ad,_0x47f3e7){return _0x2598ad(_0x47f3e7);},'GNRBW':_0x1214ab(0x1c3),'ermFk':_0x1214ab(0x1f2),'Euapw':'No\x20gRPC\x20client\x20not\x20initialized.'};this[_0x1214ab(0x1f5)][_0x1214ab(0x1e2)](_0x2efe44['ermFk']);try{!this['client']&&this['logger'][_0x1214ab(0x1e2)](_0x2efe44['Euapw']);const {platfromIndex:_0x1f16c3,testFrameworkName:_0x2225a8,testFrameworkVersion:_0x2bf147,testFrameworkState:_0x3f234d,hookState:_0xa3cffa,startedAt:_0x264ede,endedAt:_0x1456ee,uuid:_0x2ec32e,eventJson:_0x55ce9f,executionContext:_0x5e7b0d}=_0x5620e7,_0x2eb60c=new messages[(_0x1214ab(0x185))]();_0x2eb60c[_0x1214ab(0x16b)](this[_0x1214ab(0x174)]),_0x2eb60c[_0x1214ab(0x168)](_0x1f16c3),_0x2eb60c[_0x1214ab(0x1b7)](_0x2225a8),_0x2eb60c['setTestFrameworkVersion'](_0x2bf147),_0x2eb60c[_0x1214ab(0x213)](_0x3f234d),_0x2eb60c[_0x1214ab(0x20a)](_0xa3cffa),_0x2eb60c['setStartedAt'](_0x264ede),_0x2eb60c[_0x1214ab(0x169)](_0x1456ee),_0x2eb60c[_0x1214ab(0x120)](_0x2ec32e),_0x2eb60c[_0x1214ab(0x1b3)](_0x55ce9f);const _0x484a80=new messages['ExecutionContext']();return _0x484a80[_0x1214ab(0x20b)](_0x5e7b0d[_0x1214ab(0x1ee)]),_0x484a80[_0x1214ab(0x201)](_0x5e7b0d[_0x1214ab(0x186)]),_0x484a80['setHash'](_0x5e7b0d[_0x1214ab(0x15a)]),_0x2eb60c[_0x1214ab(0x107)](_0x484a80),new Promise((_0x1330fb,_0x4bad15)=>{const _0x31a172=_0x1214ab,_0x62f74c={'JAycN':function(_0x2eea17,_0x8f1494){return _0x2efe44['tfFpe'](_0x2eea17,_0x8f1494);},'eNXDf':_0x2efe44[_0x31a172(0x138)]};this[_0x31a172(0x1aa)][_0x31a172(0x1ab)](_0x2eb60c,(_0x16f45f,_0x58a107)=>{const _0x32f912=_0x31a172;if(_0x16f45f){this[_0x32f912(0x1f5)][_0x32f912(0x10f)](_0x32f912(0x215)+_0x16f45f[_0x32f912(0x16d)]),_0x62f74c['JAycN'](_0x4bad15,_0x16f45f);return;}this[_0x32f912(0x1f5)][_0x32f912(0x1e2)](_0x62f74c[_0x32f912(0x1d7)]),_0x62f74c[_0x32f912(0x1d6)](_0x1330fb,_0x58a107);});});}catch(_0x188457){this['logger'][_0x1214ab(0x10f)](_0x1214ab(0x12e)+util['format'](_0x188457));throw _0x188457;}}async['driverInit'](_0x29466a){const _0x2b595b=a74_0x2f54b6,_0x8595f1={'VJWNY':function(_0xc94c07,_0x14fd81){return _0xc94c07(_0x14fd81);},'hAyUG':_0x2b595b(0x167),'cjFaF':_0x2b595b(0x1f8),'NIUpo':_0x2b595b(0x147)};this['logger'][_0x2b595b(0x1e2)](_0x8595f1[_0x2b595b(0x1fd)]);try{!this[_0x2b595b(0x1aa)]&&this[_0x2b595b(0x1f5)]['info'](_0x8595f1[_0x2b595b(0x1fc)]);const {platformIndex:_0x17309f,ref:_0x2d0a35,userInputParams:_0x5a0d3a}=_0x29466a,_0x1a172a=new messages[(_0x2b595b(0x190))]();return _0x1a172a[_0x2b595b(0x16b)](this[_0x2b595b(0x174)]),_0x1a172a['setPlatformIndex'](_0x17309f),_0x1a172a[_0x2b595b(0x11c)](_0x2d0a35),_0x1a172a[_0x2b595b(0x20c)](_0x5a0d3a),new Promise((_0x3ca016,_0x312f3f)=>{const _0x7da630=_0x2b595b,_0x2b3035={'SamTR':function(_0x56870a,_0x2e6b50){const _0x540544=a74_0x3c98;return _0x8595f1[_0x540544(0x135)](_0x56870a,_0x2e6b50);},'dhukE':_0x8595f1['hAyUG'],'EWYry':function(_0x4a8658,_0x3a30d3){return _0x8595f1['VJWNY'](_0x4a8658,_0x3a30d3);}};this[_0x7da630(0x1aa)][_0x7da630(0x116)](_0x1a172a,(_0x816a0e,_0x5c84ea)=>{const _0x3fceb8=_0x7da630;if(_0x816a0e){this[_0x3fceb8(0x1f5)][_0x3fceb8(0x10f)](_0x3fceb8(0x163)+_0x816a0e['message']),_0x2b3035[_0x3fceb8(0x1eb)](_0x312f3f,_0x816a0e);return;}this[_0x3fceb8(0x1f5)][_0x3fceb8(0x1e2)](_0x2b3035[_0x3fceb8(0x1cd)]),_0x2b3035[_0x3fceb8(0x1fb)](_0x3ca016,_0x5c84ea);});});}catch(_0x268b7b){this[_0x2b595b(0x1f5)]['error'](_0x2b595b(0x19b)+util[_0x2b595b(0x10e)](_0x268b7b));throw _0x268b7b;}}async['logCreatedEvent'](_0xbe2e91){const _0x593333=a74_0x2f54b6,_0xc54e41={'CjjcN':function(_0x426fec,_0x97ebba){return _0x426fec===_0x97ebba;},'NwwLH':function(_0x514de7,_0x1e8932){return _0x514de7(_0x1e8932);},'tLamu':'LogCreatedEvent\x20request\x20successful','iIMJZ':_0x593333(0x130),'HxIKW':_0x593333(0x147)};this[_0x593333(0x1f5)][_0x593333(0x1e2)](_0xc54e41['iIMJZ']);try{!this[_0x593333(0x1aa)]&&this['logger'][_0x593333(0x1e2)](_0xc54e41[_0x593333(0x10c)]);const {platformIndex:_0x1e7ad7,logs:_0x43613b}=_0xbe2e91,_0x444e93=new messages[(_0x593333(0x170))]();_0x444e93['setBinSessionId'](this[_0x593333(0x174)]),_0x444e93[_0x593333(0x168)](_0x1e7ad7);const _0x13f773=_0xbe2e91[_0x593333(0x108)],_0xf78f07=_0xbe2e91[_0x593333(0x197)],_0xbeeb22=_0xbe2e91[_0x593333(0x172)];return _0x43613b[_0x593333(0x20d)](_0x283415=>{const _0x1596d1=_0x593333,_0x56262f=new messages[(_0x1596d1(0x170))][(_0x1596d1(0x207))]();_0x56262f[_0x1596d1(0x1b7)](_0x13f773),_0x56262f[_0x1596d1(0x1dd)](_0xf78f07),_0x56262f['setTestFrameworkState'](_0xbeeb22),_0x56262f['setTimestamp'](_0x283415[_0x1596d1(0x17f)]),_0x56262f[_0x1596d1(0x120)](_0x283415[_0x1596d1(0x193)]),_0x56262f[_0x1596d1(0x1f4)](_0x283415['kind']),_0xc54e41[_0x1596d1(0x176)](_0x283415['attachment_type'],PLAYWRIGHT_TRACE_LOGS)?(_0x56262f[_0x1596d1(0x120)](_0x283415[_0x1596d1(0x198)]),_0x56262f[_0x1596d1(0x18a)](new TextEncoder()[_0x1596d1(0x129)](JSON[_0x1596d1(0x1df)](_0x283415)))):_0x56262f[_0x1596d1(0x18a)](new TextEncoder()[_0x1596d1(0x129)](_0x283415['message'])),_0x56262f[_0x1596d1(0x20f)](_0x283415['level']),_0x56262f[_0x1596d1(0x195)](_0x283415?.['fileName']||''),_0x56262f[_0x1596d1(0x1e9)](_0x283415?.['filePath']||''),_0x56262f[_0x1596d1(0x17a)](_0x283415?.['fileSize']||0x0),_0x56262f[_0x1596d1(0x1ea)](_0x283415?.[_0x1596d1(0x1c2)]||''),_0x444e93[_0x1596d1(0x1a9)](_0x56262f);}),new Promise((_0x570374,_0x57db54)=>{const _0xcccf5=_0x593333,_0x3953a4={'NhKwA':function(_0x3dd5bc,_0x60138f){const _0x1e72c4=a74_0x3c98;return _0xc54e41[_0x1e72c4(0x1bd)](_0x3dd5bc,_0x60138f);},'TcxSo':_0xc54e41[_0xcccf5(0x122)]};this['client'][_0xcccf5(0x1e4)](_0x444e93,(_0x244c85,_0x3ea964)=>{const _0x1bea8d=_0xcccf5;if(_0x244c85){this[_0x1bea8d(0x1f5)][_0x1bea8d(0x10f)](_0x1bea8d(0x11b)+_0x244c85[_0x1bea8d(0x16d)]),_0x3953a4[_0x1bea8d(0x216)](_0x57db54,_0x244c85);return;}this[_0x1bea8d(0x1f5)][_0x1bea8d(0x1e2)](_0x3953a4[_0x1bea8d(0x208)]),_0x3953a4[_0x1bea8d(0x216)](_0x570374,_0x3ea964);});});}catch(_0x205cb4){this[_0x593333(0x1f5)][_0x593333(0x10f)](_0x593333(0x15b)+util['format'](_0x205cb4));throw _0x205cb4;}}async['fetchDriverExecuteParamsEvent'](_0x22a5b4,_0x2b6128,_0x13238b){const _0x2e286c=a74_0x2f54b6,_0x1ee479={'sVSwZ':function(_0x1d36cf,_0x666592){return _0x1d36cf(_0x666592);},'mwCRE':function(_0x16d747,_0xf99138){return _0x16d747(_0xf99138);},'SCBJe':_0x2e286c(0x1a1)};this[_0x2e286c(0x1f5)][_0x2e286c(0x1e5)](_0x2e286c(0x1ba)+_0x22a5b4+',\x20product='+_0x2b6128+',\x20scriptName='+_0x13238b);try{if(!this['client'])return this[_0x2e286c(0x1f5)]['debug'](_0x1ee479['SCBJe']),null;const _0x317db8=new messages[(_0x2e286c(0x14c))]();return _0x317db8['setBinSessionId'](_0x22a5b4),_0x317db8['setProduct'](_0x2b6128),_0x317db8[_0x2e286c(0x113)](_0x13238b),await new Promise(_0x3fbed6=>{const _0x32d4e2=_0x2e286c;this[_0x32d4e2(0x1aa)][_0x32d4e2(0x13a)](_0x317db8,(_0x4a0cc5,_0x5e7659)=>{const _0x526b10=_0x32d4e2;if(_0x4a0cc5){this[_0x526b10(0x1f5)][_0x526b10(0x1e5)](_0x526b10(0x1c9)+_0x4a0cc5),_0x1ee479[_0x526b10(0x1cc)](_0x3fbed6,null);return;}this['logger'][_0x526b10(0x1e5)](_0x526b10(0x15c)+(_0x5e7659['getSuccess']&&_0x5e7659['getSuccess']())),_0x1ee479[_0x526b10(0x125)](_0x3fbed6,_0x5e7659);});});}catch(_0x4b5966){return this[_0x2e286c(0x1f5)][_0x2e286c(0x1e5)](_0x2e286c(0x1c9)+_0x4b5966),null;}}async[a74_0x2f54b6(0x131)](_0x4836f2){const _0x2c0c8d=a74_0x2f54b6,_0x37e5aa={'wZaPv':function(_0x22e23c,_0x3f6495){return _0x22e23c(_0x3f6495);},'IFxFw':_0x2c0c8d(0x182),'OqHTo':function(_0x2d8692,_0x314c75){return _0x2d8692(_0x314c75);},'bcfeD':_0x2c0c8d(0x1a1)};this[_0x2c0c8d(0x1f5)][_0x2c0c8d(0x1e5)](_0x2c0c8d(0x155)+_0x4836f2);try{if(!this[_0x2c0c8d(0x1aa)])return this[_0x2c0c8d(0x1f5)][_0x2c0c8d(0x1e5)](_0x37e5aa[_0x2c0c8d(0x112)]),null;const _0x1dd219=new messages[(_0x2c0c8d(0x187))]();_0x1dd219[_0x2c0c8d(0x16b)](this[_0x2c0c8d(0x174)]),_0x1dd219[_0x2c0c8d(0x16a)](_0x4836f2);const _0x30f3a7=await new Promise((_0x52ded0,_0x2ed738)=>{const _0x3cbd73=_0x2c0c8d;this[_0x3cbd73(0x1aa)]['reportClientTroubleshootingError'](_0x1dd219,(_0x3a38ff,_0x2cdb53)=>{const _0xd134b0=_0x3cbd73;if(_0x3a38ff){this[_0xd134b0(0x1f5)]['debug'](_0xd134b0(0x128)+_0x3a38ff),_0x37e5aa['wZaPv'](_0x2ed738,_0x3a38ff);return;}this[_0xd134b0(0x1f5)][_0xd134b0(0x1e5)](_0x37e5aa['IFxFw']),_0x37e5aa['OqHTo'](_0x52ded0,_0x2cdb53);});});return _0x30f3a7;}catch(_0x20a848){return this['logger'][_0x2c0c8d(0x1e5)](_0x2c0c8d(0x128)+_0x20a848),null;}}async[a74_0x2f54b6(0x154)](){const _0x5dcb86=a74_0x2f54b6,_0x239ffc={'zclHV':function(_0x139324,_0x265f5d){return _0x139324(_0x265f5d);},'Mlcvz':_0x5dcb86(0x1de),'BxUxF':'Getting\x20AggregatedClientTroubleshootingErrors','sEpDT':_0x5dcb86(0x1a1)};this[_0x5dcb86(0x1f5)]['debug'](_0x239ffc[_0x5dcb86(0x15e)]);try{if(!this[_0x5dcb86(0x1aa)])return this[_0x5dcb86(0x1f5)]['debug'](_0x239ffc['sEpDT']),null;const _0x556e97=new messages[(_0x5dcb86(0x156))]();_0x556e97[_0x5dcb86(0x16b)](this['binSessionId']);const _0x3af2b8=await new Promise((_0x5cc893,_0x355ae0)=>{const _0x9f4d8=_0x5dcb86;this[_0x9f4d8(0x1aa)][_0x9f4d8(0x154)](_0x556e97,(_0x59aae8,_0x4efc73)=>{const _0x217d47=_0x9f4d8;if(_0x59aae8){this[_0x217d47(0x1f5)][_0x217d47(0x1e5)](_0x217d47(0x1db)+_0x59aae8),_0x239ffc[_0x217d47(0x1c5)](_0x355ae0,_0x59aae8);return;}this[_0x217d47(0x1f5)][_0x217d47(0x1e5)](_0x239ffc[_0x217d47(0x1a4)]),_0x239ffc[_0x217d47(0x1c5)](_0x5cc893,_0x4efc73);});});return _0x3af2b8;}catch(_0x59e9a8){return this[_0x5dcb86(0x1f5)][_0x5dcb86(0x1e5)](_0x5dcb86(0x1db)+_0x59e9a8),null;}}['getClient'](){const _0x2d33cf=a74_0x2f54b6;return this[_0x2d33cf(0x1aa)];}['getChannel'](){const _0x350a11=a74_0x2f54b6;return this[_0x350a11(0x1ff)];}}module['exports']=GrpcClient;
1
+ const a75_0x565853=a75_0x5928;(function(_0x579f06,_0x3f679b){const _0x50dcef=a75_0x5928,_0x26a1dd=_0x579f06();while(!![]){try{const _0x416b4c=parseInt(_0x50dcef(0x1b3))/0x1+-parseInt(_0x50dcef(0x210))/0x2+parseInt(_0x50dcef(0x1c7))/0x3*(-parseInt(_0x50dcef(0x24f))/0x4)+parseInt(_0x50dcef(0x1d7))/0x5+-parseInt(_0x50dcef(0x1e8))/0x6+-parseInt(_0x50dcef(0x19b))/0x7+parseInt(_0x50dcef(0x20f))/0x8;if(_0x416b4c===_0x3f679b)break;else _0x26a1dd['push'](_0x26a1dd['shift']());}catch(_0x101788){_0x26a1dd['push'](_0x26a1dd['shift']());}}}(a75_0x4a8d,0xbcb67));const util=require('util'),logger=require('../../helpers/logger.js')['winstonLogger'],grpc=require(a75_0x565853(0x1c2)),services=require(a75_0x565853(0x16d)),messages=require(a75_0x565853(0x1af)),path=require(a75_0x565853(0x1fa)),CLIUtils=require(a75_0x565853(0x264)),{createClassLogger}=require(a75_0x565853(0x271)),PerformanceTester=require(a75_0x565853(0x1f8)),{EVENTS:PerformanceEvents}=require(a75_0x565853(0x225)),{PLAYWRIGHT_TRACE_LOGS}=require(a75_0x565853(0x1eb)),helper=require(a75_0x565853(0x1cf));class GrpcClient{static #instance=null;[a75_0x565853(0x1cb)]=null;[a75_0x565853(0x234)]=null;[a75_0x565853(0x26e)]=null;[a75_0x565853(0x16f)]=null;['logger']=createClassLogger(a75_0x565853(0x1d6));constructor(){}static['getInstance'](){return!GrpcClient.#instance&&(GrpcClient.#instance=new GrpcClient()),GrpcClient.#instance;}[a75_0x565853(0x214)](_0x3aa9c4){const _0x52a427=a75_0x565853,_0x56c6d3={};_0x56c6d3[_0x52a427(0x1ff)]=function(_0x24197f,_0x57fa91){return _0x24197f||_0x57fa91;};const _0x16a8f2=_0x56c6d3,{id:_0x117e9d,listen:_0x1f89c4}=_0x3aa9c4;if(_0x16a8f2[_0x52a427(0x1ff)](!_0x117e9d,!_0x1f89c4))throw new Error(_0x52a427(0x188)+_0x117e9d+_0x52a427(0x24c)+_0x1f89c4);this[_0x52a427(0x1cb)]=_0x117e9d,this[_0x52a427(0x234)]=_0x1f89c4,process[_0x52a427(0x163)][_0x52a427(0x227)]=this[_0x52a427(0x1cb)],process[_0x52a427(0x163)][_0x52a427(0x1b6)]=this[_0x52a427(0x234)],this[_0x52a427(0x17e)](),this[_0x52a427(0x273)][_0x52a427(0x197)]('Initialized\x20gRPC\x20client\x20with\x20bin\x20session\x20id:\x20'+this['binSessionId']+_0x52a427(0x1f4)+this[_0x52a427(0x234)]);}[a75_0x565853(0x17e)](){const _0x1111e3=a75_0x565853,_0x1da0ab={};_0x1da0ab[_0x1111e3(0x22f)]=_0x1111e3(0x206);const _0x3a9158=_0x1da0ab;let _0xdff8c6=this[_0x1111e3(0x234)];!_0xdff8c6&&(_0xdff8c6=process[_0x1111e3(0x163)]['BROWSERSTACK_CLI_BIN_LISTEN_ADDR']);!this[_0x1111e3(0x1cb)]&&(this['binSessionId']=this[_0x1111e3(0x1cb)]||process[_0x1111e3(0x163)][_0x1111e3(0x227)]);if(!_0xdff8c6)throw new Error(_0x3a9158[_0x1111e3(0x22f)]);const _0x15bbc8={};_0x15bbc8[_0x1111e3(0x22a)]=0x2710,this['channel']=new grpc[(_0x1111e3(0x24d))](_0xdff8c6,grpc[_0x1111e3(0x266)][_0x1111e3(0x20c)](),_0x15bbc8),this[_0x1111e3(0x16f)]=new services['SDKClient'](_0xdff8c6,grpc[_0x1111e3(0x266)]['createInsecure']()),this[_0x1111e3(0x273)]['info'](_0x1111e3(0x19c)+_0xdff8c6);}async[a75_0x565853(0x17a)](){const _0x182909=a75_0x565853,_0x28175c={'pwJFw':function(_0x1b395,_0x3d120f){return _0x1b395!==_0x3d120f;},'FErIX':function(_0x558a9f,_0x3a067b){return _0x558a9f(_0x3a067b);},'CbSsG':_0x182909(0x251),'NYOiG':function(_0x6a197d,_0x40a9e1){return _0x6a197d(_0x40a9e1);},'wjUxA':_0x182909(0x24a),'Zjyai':_0x182909(0x1a5),'hXsoE':'./browserstackCLI.js','RoeWh':function(_0x296cd8,_0x20f770){return _0x296cd8 instanceof _0x20f770;},'CsJNR':function(_0x2230d9,_0x123acf){return _0x2230d9===_0x123acf;},'okiRH':'browserstackConfigFile','wDAIK':_0x182909(0x1d8),'VDUGH':_0x182909(0x217),'pmVNi':function(_0x290444,_0x1a0182){return _0x290444||_0x1a0182;},'SbWdR':function(_0x30a4b0,_0x486cb3){return _0x30a4b0||_0x486cb3;}};PerformanceTester[_0x182909(0x177)](PerformanceEvents[_0x182909(0x179)]),this[_0x182909(0x273)]['info'](_0x28175c[_0x182909(0x16c)]);try{!this[_0x182909(0x16f)]&&this[_0x182909(0x273)][_0x182909(0x197)](_0x28175c[_0x182909(0x1ab)]);const _0x150871=CLIUtils[_0x182909(0x204)](),_0x415084=CLIUtils[_0x182909(0x1a1)](),_0x3beb23=CLIUtils['getTestFrameworkDetail'](),_0x5f0acf=_0x415084[_0x182909(0x228)],_0x2633ca=_0x415084['version'],_0x4c8b22=_0x3beb23[_0x182909(0x228)],_0x141fda=_0x3beb23[_0x182909(0x1a3)]?_0x3beb23[_0x182909(0x1a3)][_0x4c8b22]:'',_0x91ea10=new messages[(_0x182909(0x1a9))]();_0x91ea10[_0x182909(0x165)](this[_0x182909(0x1cb)]),_0x91ea10[_0x182909(0x229)](CLIUtils[_0x182909(0x18d)]()),_0x91ea10[_0x182909(0x226)](_0x150871),_0x91ea10[_0x182909(0x168)](process[_0x182909(0x257)]());const _0x3f28cb=_0x91ea10[_0x182909(0x25f)]();Object[_0x182909(0x1a7)](process[_0x182909(0x163)])[_0x182909(0x18a)](([_0x51239a,_0x3271dd])=>{const _0x4f55eb=_0x182909;_0x28175c[_0x4f55eb(0x1de)](_0x3271dd,undefined)&&_0x28175c[_0x4f55eb(0x1de)](_0x3271dd,null)&&_0x3f28cb['set'](_0x51239a,_0x3271dd);});const _0x5c4eb1=_0x28175c[_0x182909(0x1ad)](require,_0x28175c[_0x182909(0x216)]),_0x2bf82f=_0x5c4eb1[_0x182909(0x1c1)]()[_0x182909(0x174)](),_0x476699=[];_0x2bf82f&&_0x28175c[_0x182909(0x1e0)](_0x2bf82f,Map)&&_0x2bf82f['forEach']((_0x3825c8,_0xfbbcb1)=>{const _0x5817d7=_0x182909;_0x476699[_0x5817d7(0x1da)](_0xfbbcb1+'='+_0x3825c8);});const _0x56a0f0=process['argv'][_0x182909(0x265)](0x2);_0x91ea10[_0x182909(0x169)]([..._0x56a0f0,..._0x476699]);let _0x1477d5=null;if(_0x2bf82f)for(const [_0x3dc546,_0x53a041]of _0x2bf82f){if(_0x28175c[_0x182909(0x25a)](_0x3dc546,_0x28175c[_0x182909(0x1c3)])){_0x1477d5=_0x53a041;break;}}if(_0x1477d5)_0x91ea10['setPathConfig'](_0x1477d5);else process[_0x182909(0x163)][_0x182909(0x1e7)]?_0x91ea10[_0x182909(0x1ba)](process['env'][_0x182909(0x1e7)]):_0x91ea10['setPathConfig'](path[_0x182909(0x22b)](process[_0x182909(0x257)](),_0x28175c[_0x182909(0x16b)]));this[_0x182909(0x273)][_0x182909(0x197)]('setCliArgs:\x20cliArgs='+JSON['stringify'](_0x56a0f0)+_0x182909(0x1b9)+(_0x2bf82f?JSON['stringify']([..._0x2bf82f]):_0x28175c[_0x182909(0x235)])),_0x91ea10[_0x182909(0x1fb)](CLIUtils[_0x182909(0x18d)]()),_0x91ea10['setTestFramework'](_0x4c8b22);const _0xc856a4=_0x91ea10[_0x182909(0x19f)]();return _0xc856a4[_0x182909(0x195)](_0x5f0acf,_0x28175c[_0x182909(0x185)](_0x2633ca,'')),_0xc856a4[_0x182909(0x195)](_0x4c8b22,_0x28175c[_0x182909(0x19a)](_0x141fda,'')),_0x91ea10[_0x182909(0x1a8)](_0x5f0acf,_0x2633ca),_0x91ea10['addFrameworks'](_0x4c8b22,_0x141fda),_0x91ea10[_0x182909(0x1cc)]([_0x4c8b22,_0x5f0acf]),new Promise((_0x29fa6f,_0x4ee0b4)=>{this['client']['startBinSession'](_0x91ea10,(_0x1a372b,_0x2ef133)=>{const _0x1ce184=a75_0x5928;if(_0x1a372b){this['logger'][_0x1ce184(0x190)](_0x1ce184(0x166)+_0x1a372b[_0x1ce184(0x192)]),_0x28175c[_0x1ce184(0x175)](_0x4ee0b4,_0x1a372b),PerformanceTester[_0x1ce184(0x1d2)](PerformanceEvents[_0x1ce184(0x179)],![],util[_0x1ce184(0x1ec)](_0x1a372b));return;}this[_0x1ce184(0x273)]['info'](_0x28175c[_0x1ce184(0x162)]),PerformanceTester[_0x1ce184(0x1d2)](PerformanceEvents[_0x1ce184(0x179)]),_0x28175c[_0x1ce184(0x1ad)](_0x29fa6f,_0x2ef133);});});}catch(_0x3543c0){this['logger'][_0x182909(0x190)](_0x182909(0x1f7)+util[_0x182909(0x1ec)](_0x3543c0)),PerformanceTester[_0x182909(0x1d2)](PerformanceEvents[_0x182909(0x179)],![],util[_0x182909(0x1ec)](_0x3543c0));throw _0x3543c0;}}async['connectBinSession'](){const _0x3542d1=a75_0x565853,_0x58b48c={'eMJlc':function(_0x5baa86,_0x4ebd04){return _0x5baa86(_0x4ebd04);},'MnlaP':_0x3542d1(0x1d1),'pLdAp':_0x3542d1(0x26c),'mYymu':_0x3542d1(0x1a5),'YThuf':'\x22userName\x22:\x22[REDACTED]\x22','uOhRQ':'\x22accessKey\x22:\x22[REDACTED]\x22','kZjRB':_0x3542d1(0x201)};PerformanceTester['start'](PerformanceEvents[_0x3542d1(0x1a2)]),this[_0x3542d1(0x273)][_0x3542d1(0x197)](_0x58b48c[_0x3542d1(0x26a)]);try{!this['client']&&this['logger']['info'](_0x58b48c[_0x3542d1(0x1ed)]);const _0x4bf99c=new messages[(_0x3542d1(0x241))]();_0x4bf99c[_0x3542d1(0x165)](this[_0x3542d1(0x1cb)]);const _0x5d6f62=await new Promise((_0x2cbb69,_0x190419)=>{const _0x5536e7=_0x3542d1,_0x37ce8d={'WNlnl':function(_0x302d7a,_0x59974d){const _0x23bb78=a75_0x5928;return _0x58b48c[_0x23bb78(0x1aa)](_0x302d7a,_0x59974d);},'eLNXh':_0x58b48c[_0x5536e7(0x183)]};this[_0x5536e7(0x16f)][_0x5536e7(0x1d0)](_0x4bf99c,(_0x5f04ef,_0x11a1de)=>{const _0x126568=_0x5536e7;if(_0x5f04ef){this['logger']['error'](_0x126568(0x272)+_0x5f04ef[_0x126568(0x192)]),_0x37ce8d[_0x126568(0x1d4)](_0x190419,_0x5f04ef),PerformanceTester[_0x126568(0x1d2)](PerformanceEvents[_0x126568(0x1a2)],![],util[_0x126568(0x1ec)](_0x5f04ef));return;}this[_0x126568(0x273)][_0x126568(0x197)](_0x37ce8d[_0x126568(0x22e)]),PerformanceTester[_0x126568(0x1d2)](PerformanceEvents[_0x126568(0x1a2)]),_0x37ce8d[_0x126568(0x1d4)](_0x2cbb69,_0x11a1de);});}),_0x4c8323=util['format'](_0x5d6f62)[_0x3542d1(0x25d)](/"userName":"[^"]*"/g,_0x58b48c[_0x3542d1(0x219)])[_0x3542d1(0x25d)](/"accessKey":"[^"]*"/g,_0x58b48c[_0x3542d1(0x19d)])[_0x3542d1(0x25d)](/"key":"[^"]*"/g,_0x58b48c[_0x3542d1(0x19e)]);return this['logger']['debug'](_0x3542d1(0x26b)+_0x4c8323),_0x5d6f62;}catch(_0x584eb8){PerformanceTester['end'](PerformanceEvents[_0x3542d1(0x1a2)],![],util['format'](_0x584eb8)),this['logger'][_0x3542d1(0x190)]('Error\x20in\x20connectBinSession:\x20'+util['format'](_0x584eb8));throw _0x584eb8;}}async[a75_0x565853(0x1f9)](_0xd5b520={},_0xd43af2=null){const _0x2bc4ec=a75_0x565853,_0x42006a={'Wxumw':function(_0x1ca957,_0xf33e65){return _0x1ca957(_0xf33e65);},'WrKRf':_0x2bc4ec(0x240),'UqSkv':'Stopping\x20bin\x20session','NeFee':_0x2bc4ec(0x20d),'aEkcB':_0x2bc4ec(0x1a5),'aGchS':_0x2bc4ec(0x258)};PerformanceTester[_0x2bc4ec(0x177)](PerformanceEvents[_0x2bc4ec(0x1b5)]),this['logger']['info'](_0x42006a[_0x2bc4ec(0x1c4)]);try{if(!this[_0x2bc4ec(0x1cb)])throw new Error(_0x42006a[_0x2bc4ec(0x239)]);!this[_0x2bc4ec(0x16f)]&&this['logger'][_0x2bc4ec(0x197)](_0x42006a[_0x2bc4ec(0x178)]);const _0x1658bd=new messages[(_0x2bc4ec(0x218))]();this[_0x2bc4ec(0x273)][_0x2bc4ec(0x170)](_0x2bc4ec(0x24e)+JSON['stringify'](_0xd43af2)),_0x1658bd[_0x2bc4ec(0x165)](this[_0x2bc4ec(0x1cb)]),_0x1658bd[_0x2bc4ec(0x23c)](_0xd5b520),_0x1658bd[_0x2bc4ec(0x213)](_0xd43af2?_0xd43af2:null),_0x1658bd[_0x2bc4ec(0x224)](_0xd43af2?_0x42006a[_0x2bc4ec(0x173)]:null),_0x1658bd[_0x2bc4ec(0x209)](_0xd43af2?0x1:0x0);const _0x33eac6=await new Promise((_0x2695ca,_0x24b0cf)=>{const _0x2b0d46=_0x2bc4ec;this[_0x2b0d46(0x16f)]['stopBinSession'](_0x1658bd,(_0x29328e,_0x302537)=>{const _0x14fdc9=_0x2b0d46;if(_0x29328e){this[_0x14fdc9(0x273)][_0x14fdc9(0x190)](_0x14fdc9(0x18e)+_0x29328e[_0x14fdc9(0x192)]),_0x42006a[_0x14fdc9(0x1fe)](_0x24b0cf,_0x29328e),PerformanceTester[_0x14fdc9(0x1d2)](PerformanceEvents[_0x14fdc9(0x1b5)],![],util[_0x14fdc9(0x1ec)](_0x29328e));return;}this[_0x14fdc9(0x273)]['info'](_0x42006a[_0x14fdc9(0x1c9)]),PerformanceTester[_0x14fdc9(0x1d2)](PerformanceEvents[_0x14fdc9(0x1b5)]),_0x42006a[_0x14fdc9(0x1fe)](_0x2695ca,_0x302537);});});return this[_0x2bc4ec(0x273)]['debug']('stop-bin-session\x20response:\x20'+util['format'](_0x33eac6)),_0x33eac6;}catch(_0x4fce8e){PerformanceTester[_0x2bc4ec(0x1d2)](PerformanceEvents[_0x2bc4ec(0x1b5)],![],util[_0x2bc4ec(0x1ec)](_0x4fce8e)),this['logger'][_0x2bc4ec(0x190)](_0x2bc4ec(0x202)+util[_0x2bc4ec(0x1ec)](_0x4fce8e));}}async[a75_0x565853(0x1f3)](_0x931596){const _0x27563c=a75_0x565853,_0xbed96={'yPQgA':function(_0x76ef4a,_0x4fdda4){return _0x76ef4a(_0x4fdda4);},'aOiLl':_0x27563c(0x1f5),'drYPG':_0x27563c(0x1e5),'YaViy':_0x27563c(0x1a5)};PerformanceTester['start'](PerformanceEvents[_0x27563c(0x1a4)]),this[_0x27563c(0x273)][_0x27563c(0x197)](_0xbed96[_0x27563c(0x176)]);try{!this[_0x27563c(0x16f)]&&this['logger']['info'](_0xbed96[_0x27563c(0x184)]);const _0x27e238=new messages[(_0x27563c(0x21f))]();return _0x27e238[_0x27563c(0x165)](this[_0x27563c(0x1cb)]),_0x27e238[_0x27563c(0x1c8)](JSON[_0x27563c(0x252)](_0x931596)),new Promise((_0x22fb5a,_0x10823c)=>{const _0x5d3933={'SJOaX':function(_0x31e918,_0x460f12){const _0x2a736d=a75_0x5928;return _0xbed96[_0x2a736d(0x246)](_0x31e918,_0x460f12);},'DDyLE':_0xbed96['aOiLl']};this['client']['playwrightConfig'](_0x27e238,(_0x3cb538,_0x35eecb)=>{const _0x3a0f9a=a75_0x5928;if(_0x3cb538){this['logger'][_0x3a0f9a(0x190)](_0x3a0f9a(0x238)+_0x3cb538['message']),_0x5d3933['SJOaX'](_0x10823c,_0x3cb538),PerformanceTester['end'](PerformanceEvents[_0x3a0f9a(0x1a4)],![],util[_0x3a0f9a(0x1ec)](_0x3cb538));return;}this['logger'][_0x3a0f9a(0x197)](_0x5d3933['DDyLE']),PerformanceTester[_0x3a0f9a(0x1d2)](PerformanceEvents['SDK_AUTOMATION_FRAMEWORK_INIT']),_0x5d3933[_0x3a0f9a(0x1a6)](_0x22fb5a,_0x35eecb);});});}catch(_0x101e75){PerformanceTester[_0x27563c(0x1d2)](PerformanceEvents[_0x27563c(0x1a4)],![],util[_0x27563c(0x1ec)](_0x101e75)),this[_0x27563c(0x273)]['error']('Error\x20in\x20getPlaywrightConfig:\x20'+util['format'](_0x101e75));throw _0x101e75;}}async['getAccessibilityConfig'](_0x224a1f){const _0x27ab2f=a75_0x565853,_0x4cf291={'IcrLB':function(_0x342f5c,_0x46e6d9){return _0x342f5c(_0x46e6d9);},'caHCi':_0x27ab2f(0x21d),'ZJEnf':_0x27ab2f(0x1c5),'apKYu':_0x27ab2f(0x171)};this[_0x27ab2f(0x273)][_0x27ab2f(0x197)](_0x4cf291[_0x27ab2f(0x275)]);try{const _0x45a28d=Buffer[_0x27ab2f(0x253)](JSON[_0x27ab2f(0x252)](_0x224a1f[_0x27ab2f(0x260)]),_0x4cf291[_0x27ab2f(0x203)]),_0x1af602=new messages[(_0x27ab2f(0x1ca))](),_0x200a8c=CLIUtils[_0x27ab2f(0x1a1)](),_0x20ab9b=_0x200a8c[_0x27ab2f(0x228)],_0x21fedb=_0x200a8c['version'];return _0x1af602[_0x27ab2f(0x165)](this[_0x27ab2f(0x1cb)]),_0x1af602[_0x27ab2f(0x196)](0x0),_0x1af602[_0x27ab2f(0x205)](_0x20ab9b),_0x1af602[_0x27ab2f(0x1bd)](_0x21fedb),_0x1af602[_0x27ab2f(0x187)](_0x224a1f[_0x27ab2f(0x1e3)]),_0x1af602[_0x27ab2f(0x259)](_0x45a28d),new Promise((_0x39a2b6,_0x3c139e)=>{const _0x48f794=_0x27ab2f;this[_0x48f794(0x16f)]['accessibilityConfig'](_0x1af602,(_0x176406,_0x2b69e4)=>{const _0x52d783=_0x48f794;if(_0x176406){this[_0x52d783(0x273)][_0x52d783(0x190)]('AccessibilityConfig\x20error:\x20'+_0x176406[_0x52d783(0x192)]),_0x4cf291[_0x52d783(0x18f)](_0x3c139e,_0x176406);return;}this[_0x52d783(0x273)][_0x52d783(0x197)](_0x4cf291['caHCi']),_0x4cf291['IcrLB'](_0x39a2b6,_0x2b69e4);});});}catch(_0x12c47e){this[_0x27ab2f(0x273)]['error'](_0x27ab2f(0x200)+util['format'](_0x12c47e));}}async[a75_0x565853(0x1df)](_0x1ac1e8){const _0x767da3=a75_0x565853,_0x386abf={'LnupS':function(_0x599703,_0x1be73a){return _0x599703(_0x1be73a);},'bUmMg':'TestSessionEvent\x20request\x20successful','LeZmW':'Sending\x20TestSessionEvent','YgzZl':_0x767da3(0x1a5)};this[_0x767da3(0x273)][_0x767da3(0x197)](_0x386abf[_0x767da3(0x268)]);try{!this[_0x767da3(0x16f)]&&this[_0x767da3(0x273)][_0x767da3(0x197)](_0x386abf['YgzZl']);const {platformIndex:_0x55da19,testFrameworkName:_0xf5059e,testFrameworkVersion:_0x5bf3b7,testFrameworkState:_0x1dd6fb,testHookState:_0x1e31e5,testUuid:_0x555d59,automationSession:_0x55dec2,capabilities:_0x4e950c,executionContext:_0xddc828,test_identifier:_0x263a5f}=_0x1ac1e8,_0x21064e=new messages[(_0x767da3(0x23a))]();_0x21064e[_0x767da3(0x165)](this[_0x767da3(0x1cb)]),_0x21064e[_0x767da3(0x196)](_0x55da19),_0x21064e[_0x767da3(0x16a)](_0xf5059e),_0x21064e[_0x767da3(0x193)](_0x5bf3b7),_0x21064e['setTestFrameworkState'](_0x1dd6fb),_0x21064e['setTestHookState'](_0x1e31e5),_0x21064e['setTestUuid'](_0x555d59);const _0x1643d1=new messages[(_0x767da3(0x23a))][(_0x767da3(0x17d))]();_0x1643d1['setProvider'](_0x55dec2[_0x767da3(0x199)]),_0x1643d1[_0x767da3(0x205)](_0x55dec2[_0x767da3(0x1c0)]),_0x1643d1[_0x767da3(0x1bd)](_0x55dec2[_0x767da3(0x189)]),_0x1643d1[_0x767da3(0x236)](_0x55dec2[_0x767da3(0x1b1)]),_0x1643d1['setRef'](_0x55dec2['ref']),_0x1643d1[_0x767da3(0x187)](_0x55dec2[_0x767da3(0x1e3)]),_0x21064e['addAutomationSessions'](_0x1643d1),_0x21064e['setCapabilities'](_0x4e950c);const _0x546564=new messages['ExecutionContext']();return _0x546564[_0x767da3(0x23d)](_0xddc828[_0x767da3(0x1e9)]),_0x546564[_0x767da3(0x1fc)](_0xddc828['threadId']),_0x546564[_0x767da3(0x172)](_0xddc828[_0x767da3(0x212)]),_0x21064e[_0x767da3(0x267)](_0x546564),_0x263a5f&&_0x21064e['setTestIdentifier'](_0x263a5f),new Promise((_0x523d9e,_0x1188b9)=>{const _0x2e90c7=_0x767da3,_0x1b688a={'GyXfW':function(_0x2fd759,_0x534e28){return _0x386abf['LnupS'](_0x2fd759,_0x534e28);},'jPbro':_0x386abf['bUmMg'],'vGRKZ':function(_0x20f48a,_0x14d580){const _0x14ab83=a75_0x5928;return _0x386abf[_0x14ab83(0x263)](_0x20f48a,_0x14d580);}};this[_0x2e90c7(0x16f)][_0x2e90c7(0x1df)](_0x21064e,(_0x5e718a,_0x3bfefc)=>{const _0x4a91b3=_0x2e90c7;if(_0x5e718a){this[_0x4a91b3(0x273)]['error'](_0x4a91b3(0x1b4)+_0x5e718a['message']),_0x1b688a[_0x4a91b3(0x20b)](_0x1188b9,_0x5e718a);return;}this[_0x4a91b3(0x273)][_0x4a91b3(0x197)](_0x1b688a[_0x4a91b3(0x21a)]),_0x1b688a[_0x4a91b3(0x1ee)](_0x523d9e,_0x3bfefc);});});}catch(_0x2a41b0){this['logger']['error']('Error\x20in\x20TestSessionEvent:\x20'+util['format'](_0x2a41b0));throw _0x2a41b0;}}async[a75_0x565853(0x242)](_0x600293){const _0xb0c3f9=a75_0x565853,_0x2cb2ed={'wZWRj':function(_0x18f754,_0x279eb6){return _0x18f754(_0x279eb6);},'jwbSl':_0xb0c3f9(0x244),'Zbrnw':_0xb0c3f9(0x233),'NKzHW':_0xb0c3f9(0x1a5)};this[_0xb0c3f9(0x273)][_0xb0c3f9(0x197)](_0x2cb2ed[_0xb0c3f9(0x262)]);try{!this[_0xb0c3f9(0x16f)]&&this[_0xb0c3f9(0x273)][_0xb0c3f9(0x197)](_0x2cb2ed[_0xb0c3f9(0x231)]);const {platformIndex:_0x2e6e90,testFrameworkName:_0x477d95,testFrameworkVersion:_0x3489bb,testFrameworkState:_0x1d788b,hookState:_0xb2b116,startedAt:_0x20be4a,endedAt:_0x524db1,uuid:_0x5c051e,eventJson:_0x2d61f3,executionContext:_0x249805,test_identifier:_0x3a0cda}=_0x600293,_0x1b414b=new messages['TestFrameworkEventRequest']();_0x1b414b[_0xb0c3f9(0x165)](this['binSessionId']),_0x1b414b['setPlatformIndex'](_0x2e6e90),_0x1b414b['setTestFrameworkName'](_0x477d95),_0x1b414b[_0xb0c3f9(0x193)](_0x3489bb),_0x1b414b[_0xb0c3f9(0x1e6)](_0x1d788b),_0x1b414b[_0xb0c3f9(0x181)](_0xb2b116),_0x1b414b[_0xb0c3f9(0x1f0)](_0x20be4a),_0x1b414b[_0xb0c3f9(0x16e)](_0x524db1),_0x1b414b[_0xb0c3f9(0x25e)](_0x5c051e),_0x1b414b[_0xb0c3f9(0x25c)](_0x2d61f3);const _0x25b14d=new messages['ExecutionContext']();return _0x25b14d[_0xb0c3f9(0x23d)](_0x249805['processId']),_0x25b14d[_0xb0c3f9(0x1fc)](_0x249805[_0xb0c3f9(0x22d)]),_0x25b14d[_0xb0c3f9(0x172)](_0x249805[_0xb0c3f9(0x212)]),_0x1b414b['setExecutionContext'](_0x25b14d),_0x3a0cda&&_0x1b414b[_0xb0c3f9(0x1e1)](_0x3a0cda),new Promise((_0x38653f,_0x4c2931)=>{const _0x95d671=_0xb0c3f9,_0x119862={'bGPTP':function(_0x56f3ca,_0x2be730){const _0x1eb9f7=a75_0x5928;return _0x2cb2ed[_0x1eb9f7(0x207)](_0x56f3ca,_0x2be730);},'pmGUC':_0x2cb2ed['jwbSl']};this['client'][_0x95d671(0x242)](_0x1b414b,(_0x15cbd8,_0x5370b7)=>{const _0x20d19b=_0x95d671;if(_0x15cbd8){this[_0x20d19b(0x273)][_0x20d19b(0x190)](_0x20d19b(0x1ac)+_0x15cbd8['message']),_0x119862[_0x20d19b(0x230)](_0x4c2931,_0x15cbd8);return;}this[_0x20d19b(0x273)]['info'](_0x119862['pmGUC']),_0x119862['bGPTP'](_0x38653f,_0x5370b7);});});}catch(_0x5bca13){this[_0xb0c3f9(0x273)]['error'](_0xb0c3f9(0x1f1)+util[_0xb0c3f9(0x1ec)](_0x5bca13));throw _0x5bca13;}}async[a75_0x565853(0x1b0)](_0x191f6d){const _0x1eff23=a75_0x565853,_0xcb9dcc={'llNFQ':function(_0xdf741c,_0xb5bb6f){return _0xdf741c(_0xb5bb6f);},'JZCFg':_0x1eff23(0x191),'oUlqo':_0x1eff23(0x220),'wVwOv':'No\x20gRPC\x20client\x20not\x20initialized.'};this[_0x1eff23(0x273)][_0x1eff23(0x197)](_0xcb9dcc['oUlqo']);try{!this[_0x1eff23(0x16f)]&&this[_0x1eff23(0x273)][_0x1eff23(0x197)](_0xcb9dcc['wVwOv']);const {platformIndex:_0x24071e,ref:_0x51e542,userInputParams:_0x365deb}=_0x191f6d,_0x19abc3=new messages[(_0x1eff23(0x255))]();return _0x19abc3[_0x1eff23(0x165)](this[_0x1eff23(0x1cb)]),_0x19abc3[_0x1eff23(0x196)](_0x24071e),_0x19abc3[_0x1eff23(0x25b)](_0x51e542),_0x19abc3[_0x1eff23(0x1d9)](_0x365deb),new Promise((_0x346a2e,_0x3355b2)=>{this['client']['driverInit'](_0x19abc3,(_0x47aa0c,_0x3899d8)=>{const _0x410d8f=a75_0x5928;if(_0x47aa0c){this[_0x410d8f(0x273)][_0x410d8f(0x190)](_0x410d8f(0x1cd)+_0x47aa0c[_0x410d8f(0x192)]),_0xcb9dcc['llNFQ'](_0x3355b2,_0x47aa0c);return;}this[_0x410d8f(0x273)][_0x410d8f(0x197)](_0xcb9dcc[_0x410d8f(0x1f2)]),_0xcb9dcc[_0x410d8f(0x182)](_0x346a2e,_0x3899d8);});});}catch(_0xe22384){this[_0x1eff23(0x273)][_0x1eff23(0x190)](_0x1eff23(0x23b)+util[_0x1eff23(0x1ec)](_0xe22384));throw _0xe22384;}}async[a75_0x565853(0x1dc)](_0x4f0c49){const _0x55f919=a75_0x565853,_0x9c0e2c={'ALlWL':function(_0x372a8a,_0x1a208e){return _0x372a8a===_0x1a208e;},'IsqRS':'pending-resolution-from-test-identifier','GtunG':function(_0x2a6519,_0x5756f9){return _0x2a6519(_0x5756f9);},'ivatb':_0x55f919(0x26d),'eYBZt':function(_0xe3ba20,_0x4648f1){return _0xe3ba20(_0x4648f1);},'tcigC':_0x55f919(0x21b),'fRWbc':_0x55f919(0x1a5)};this[_0x55f919(0x273)][_0x55f919(0x197)](_0x9c0e2c['tcigC']);try{!this[_0x55f919(0x16f)]&&this[_0x55f919(0x273)][_0x55f919(0x197)](_0x9c0e2c[_0x55f919(0x1bc)]);const {platformIndex:_0x4008c3,logs:_0xd3492}=_0x4f0c49,_0x425aee=new messages[(_0x55f919(0x1a0))]();_0x425aee['setBinSessionId'](this[_0x55f919(0x1cb)]),_0x425aee['setPlatformIndex'](_0x4008c3);const _0x18e24b=_0x4f0c49[_0x55f919(0x18c)],_0x2e9fa0=_0x4f0c49[_0x55f919(0x1bb)],_0x55ac82=_0x4f0c49[_0x55f919(0x23f)];return _0xd3492['forEach'](_0x3df2f9=>{const _0xa6b393=_0x55f919,_0x3a2757=new messages[(_0xa6b393(0x1a0))][(_0xa6b393(0x21e))]();_0x3a2757[_0xa6b393(0x16a)](_0x18e24b),_0x3a2757[_0xa6b393(0x193)](_0x2e9fa0),_0x3a2757[_0xa6b393(0x1e6)](_0x55ac82),_0x3a2757[_0xa6b393(0x256)](_0x3df2f9[_0xa6b393(0x223)]);if(_0x9c0e2c[_0xa6b393(0x245)](_0x3df2f9['attachment_type'],PLAYWRIGHT_TRACE_LOGS))_0x3a2757['setUuid'](_0x3df2f9[_0xa6b393(0x23e)]),_0x3a2757[_0xa6b393(0x250)](new TextEncoder()[_0xa6b393(0x243)](JSON[_0xa6b393(0x252)](_0x3df2f9)));else{if(_0x3df2f9[_0xa6b393(0x20a)])_0x3a2757[_0xa6b393(0x25e)](_0x9c0e2c[_0xa6b393(0x17b)]);else{if(_0x3df2f9['hook_run_uuid'])_0x3a2757[_0xa6b393(0x25e)](_0x3df2f9[_0xa6b393(0x17f)]);else _0x3df2f9[_0xa6b393(0x1db)]&&_0x3a2757[_0xa6b393(0x25e)](_0x3df2f9[_0xa6b393(0x1db)]);}_0x3a2757[_0xa6b393(0x250)](new TextEncoder()[_0xa6b393(0x243)](_0x3df2f9['message']));}_0x3a2757[_0xa6b393(0x269)](_0x3df2f9[_0xa6b393(0x18b)]),_0x3a2757['setLevel'](_0x3df2f9[_0xa6b393(0x221)]),_0x3a2757[_0xa6b393(0x270)](_0x3df2f9?.['fileName']||''),_0x3a2757['setFilePath'](_0x3df2f9?.['filePath']||''),_0x3a2757[_0xa6b393(0x1d5)](_0x3df2f9?.[_0xa6b393(0x249)]||0x0),_0x3a2757[_0xa6b393(0x1bf)](_0x3df2f9?.['attachment_type']||''),_0x3df2f9[_0xa6b393(0x20a)]&&_0x3a2757[_0xa6b393(0x1e1)](_0x3df2f9[_0xa6b393(0x20a)]),_0x425aee[_0xa6b393(0x247)](_0x3a2757);}),new Promise((_0x18e6a9,_0x913007)=>{const _0x14d978=_0x55f919,_0xa30aa3={'unbEp':function(_0x3bb268,_0x5339c2){const _0x3caa11=a75_0x5928;return _0x9c0e2c[_0x3caa11(0x211)](_0x3bb268,_0x5339c2);},'tuJXJ':_0x9c0e2c[_0x14d978(0x186)],'IKvuq':function(_0x177670,_0x5c93d9){const _0x17534c=_0x14d978;return _0x9c0e2c[_0x17534c(0x1dd)](_0x177670,_0x5c93d9);}};this[_0x14d978(0x16f)][_0x14d978(0x1dc)](_0x425aee,(_0xf64ddc,_0x5d7f6a)=>{const _0x440bc7=_0x14d978;if(_0xf64ddc){this[_0x440bc7(0x273)]['error']('LogCreatedEvent\x20error:\x20'+_0xf64ddc[_0x440bc7(0x192)]),_0xa30aa3[_0x440bc7(0x208)](_0x913007,_0xf64ddc);return;}this[_0x440bc7(0x273)]['info'](_0xa30aa3[_0x440bc7(0x198)]),_0xa30aa3[_0x440bc7(0x222)](_0x18e6a9,_0x5d7f6a);});});}catch(_0x4294a2){this[_0x55f919(0x273)]['error'](_0x55f919(0x1e4)+util['format'](_0x4294a2));throw _0x4294a2;}}async[a75_0x565853(0x20e)](_0x58ba37,_0x4773c7,_0x203363){const _0x396c6c=a75_0x565853,_0x5e8694={'jsNeE':function(_0x2b3d98,_0x276fbc){return _0x2b3d98(_0x276fbc);},'IwILU':_0x396c6c(0x21c)};this[_0x396c6c(0x273)]['debug'](_0x396c6c(0x167)+_0x58ba37+_0x396c6c(0x261)+_0x4773c7+_0x396c6c(0x1b7)+_0x203363);try{if(!this[_0x396c6c(0x16f)])return this[_0x396c6c(0x273)][_0x396c6c(0x170)](_0x5e8694[_0x396c6c(0x248)]),null;const _0x5cb60d=new messages[(_0x396c6c(0x274))]();return _0x5cb60d['setBinSessionId'](_0x58ba37),_0x5cb60d[_0x396c6c(0x1ea)](_0x4773c7),_0x5cb60d[_0x396c6c(0x1fd)](_0x203363),await new Promise(_0x2cef3b=>{const _0x5ca637=_0x396c6c;this[_0x5ca637(0x16f)][_0x5ca637(0x20e)](_0x5cb60d,(_0x5a256f,_0x37e92e)=>{const _0x50cb1e=_0x5ca637;if(_0x5a256f){this[_0x50cb1e(0x273)][_0x50cb1e(0x170)](_0x50cb1e(0x215)+_0x5a256f),_0x5e8694[_0x50cb1e(0x1b8)](_0x2cef3b,null);return;}this[_0x50cb1e(0x273)][_0x50cb1e(0x170)](_0x50cb1e(0x26f)+(_0x37e92e[_0x50cb1e(0x1e2)]&&_0x37e92e['getSuccess']())),_0x5e8694[_0x50cb1e(0x1b8)](_0x2cef3b,_0x37e92e);});});}catch(_0x5354ab){return this['logger'][_0x396c6c(0x170)](_0x396c6c(0x215)+_0x5354ab),null;}}async[a75_0x565853(0x1b2)](_0x332cbc){const _0x33f5b4=a75_0x565853,_0x1ba953={'RqWEe':function(_0x5c4e26,_0x2cedeb){return _0x5c4e26(_0x2cedeb);},'JJEhZ':_0x33f5b4(0x1f6),'jaxfx':_0x33f5b4(0x21c)};this['logger'][_0x33f5b4(0x170)](_0x33f5b4(0x1ef)+_0x332cbc);try{if(!this[_0x33f5b4(0x16f)])return this[_0x33f5b4(0x273)][_0x33f5b4(0x170)](_0x1ba953['jaxfx']),null;const _0x2df765=new messages[(_0x33f5b4(0x24b))]();_0x2df765['setBinSessionId'](this[_0x33f5b4(0x1cb)]),_0x2df765[_0x33f5b4(0x276)](_0x332cbc);const _0x512111=await new Promise((_0x1d3de3,_0x20794f)=>{const _0x1c9b5b=_0x33f5b4;this['client'][_0x1c9b5b(0x1b2)](_0x2df765,(_0x2a377b,_0x4077fe)=>{const _0x42fb3a=_0x1c9b5b;if(_0x2a377b){this[_0x42fb3a(0x273)][_0x42fb3a(0x170)](_0x42fb3a(0x1be)+_0x2a377b),_0x1ba953['RqWEe'](_0x20794f,_0x2a377b);return;}this[_0x42fb3a(0x273)][_0x42fb3a(0x170)](_0x1ba953[_0x42fb3a(0x1d3)]),_0x1ba953['RqWEe'](_0x1d3de3,_0x4077fe);});});return _0x512111;}catch(_0x104bbd){return this[_0x33f5b4(0x273)][_0x33f5b4(0x170)](_0x33f5b4(0x1be)+_0x104bbd),null;}}async['getAggregatedClientTroubleshootingErrors'](){const _0x2bbdb1=a75_0x565853,_0x32e430={'tNEDq':function(_0x268d95,_0x143006){return _0x268d95(_0x143006);},'GxbKK':_0x2bbdb1(0x194),'uYWXy':_0x2bbdb1(0x254),'yZjzD':_0x2bbdb1(0x21c)};this[_0x2bbdb1(0x273)]['debug'](_0x32e430[_0x2bbdb1(0x22c)]);try{if(!this[_0x2bbdb1(0x16f)])return this[_0x2bbdb1(0x273)][_0x2bbdb1(0x170)](_0x32e430[_0x2bbdb1(0x180)]),null;const _0x605ae4=new messages[(_0x2bbdb1(0x164))]();_0x605ae4['setBinSessionId'](this['binSessionId']);const _0x25e304=await new Promise((_0x57a78d,_0x177704)=>{const _0x243745=_0x2bbdb1,_0x32a897={'RAgEF':function(_0x279456,_0x5535a0){return _0x32e430['tNEDq'](_0x279456,_0x5535a0);},'pRGOj':_0x32e430[_0x243745(0x232)],'RzEzP':function(_0x61907b,_0x42e5b0){const _0x6765f=_0x243745;return _0x32e430[_0x6765f(0x17c)](_0x61907b,_0x42e5b0);}};this['client']['getAggregatedClientTroubleshootingErrors'](_0x605ae4,(_0x5ae652,_0x2369a6)=>{const _0x2eae37=_0x243745;if(_0x5ae652){this['logger']['debug'](_0x2eae37(0x1ae)+_0x5ae652),_0x32a897['RAgEF'](_0x177704,_0x5ae652);return;}this[_0x2eae37(0x273)]['debug'](_0x32a897[_0x2eae37(0x1c6)]),_0x32a897['RzEzP'](_0x57a78d,_0x2369a6);});});return _0x25e304;}catch(_0x3e4e1d){return this[_0x2bbdb1(0x273)][_0x2bbdb1(0x170)](_0x2bbdb1(0x1ae)+_0x3e4e1d),null;}}['getClient'](){return this['client'];}[a75_0x565853(0x1ce)](){const _0x49cb47=a75_0x565853;return this[_0x49cb47(0x26e)];}}function a75_0x4a8d(){const _0x4ca7ae=['setFrameworkVersion','Error\x20in\x20ReportClientTroubleshootingError:\x20','setAttachmentType','frameworkName','getInstance','@grpc/grpc-js','okiRH','UqSkv','Getting\x20Accessibility\x20config','pRGOj','3327syPRTu','setConfig','WrKRf','AccessibilityConfigRequest','binSessionId','setFrameworksList','DriverInit\x20error:\x20','getChannel','../../helpers/helper.js','connectBinSession','ConnectBinSession\x20successful','end','JJEhZ','WNlnl','setFileSize','GrpcClient','724980MzxAgI','browserstack.yml','setUserInputParams','push','uuid','logCreatedEvent','eYBZt','pwJFw','testSessionEvent','RoeWh','setTestIdentifier','getSuccess','hubUrl','Error\x20in\x20LogCreatedEvent:\x20','Getting\x20Playwright\x20config','setTestFrameworkState','BROWSERSTACK_CONFIG_FILE_PATH','9057060RntGmV','processId','setProduct','../utils/constants','format','mYymu','vGRKZ','Reporting\x20ClientTroubleshootingError\x20','setStartedAt','Error\x20in\x20TestFrameworkEvent:\x20','JZCFg','getPlaywrightConfig','\x20and\x20listen\x20address:\x20','PlaywrightConfig\x20request\x20successful','ReportClientTroubleshootingError\x20successful','Error\x20in\x20startBinSession:\x20','../../helpers/performance/performance-tester.js','stopBinSession','path','setLanguage','setThreadId','setScriptName','Wxumw','lKfvr','Error\x20in\x20getAccessibilityConfig:\x20','\x22key\x22:\x22[REDACTED]\x22','Error\x20in\x20stopBinSession:\x20','apKYu','getSdkVersion','setFrameworkName','Unable\x20to\x20determine\x20gRPC\x20server\x20listen\x20address','wZWRj','unbEp','setExitCode','test_identifier','GyXfW','createInsecure','Missing\x20binSessionId','fetchDriverExecuteParamsEvent','35097408bAeUNS','2589328txuqcd','GtunG','hash','setExitSignal','init','Error\x20in\x20FetchDriverExecuteParamsEvent:\x20','hXsoE','null','StopBinSessionRequest','YThuf','jPbro','Sending\x20LogCreatedEvent','No\x20gRPC\x20client\x20initialized.','AccessibilityConfig\x20request\x20successful','LogEntry','PlaywrightConfigRequest','Sending\x20DriverInit','level','IKvuq','timestamp','setExitReason','../../helpers/performance/constants','setSdkVersion','BROWSERSTACK_CLI_BIN_SESSION_ID','name','setSdkLanguage','grpc.keepalive_time_ms','resolve','uYWXy','threadId','eLNXh','nGNZr','bGPTP','NKzHW','GxbKK','Sending\x20TestFrameworkEvent','listenAddress','VDUGH','setFrameworkSessionId','exports','PlaywrightConfig\x20error:\x20','NeFee','TestSessionEventRequest','Error\x20in\x20DriverInit:\x20','setCustomMetadata','setProcessId','test_run_uuid','testFrameworkState','StopBinSession\x20successful','ConnectBinSessionRequest','testFrameworkEvent','encode','TestFrameworkEvent\x20request\x20successful','ALlWL','yPQgA','addLogs','IwILU','fileSize','startBinSession:\x20Calling\x20startBinSession','ReportClientTroubleshootingErrorRequest','\x20listenAddr:\x20','Channel','Stopping\x20signal\x20','3484rnhecA','setMessage','StartBinSession\x20successful','stringify','from','Getting\x20AggregatedClientTroubleshootingErrors','DriverInitRequest','setTimestamp','cwd','user_killed','setCapabilities','CsJNR','setRef','setEventJson','replace','setUuid','getEnvVarsMap','launchcaps',',\x20product=','Zbrnw','LnupS','./cliUtils.js','slice','credentials','setExecutionContext','LeZmW','setKind','pLdAp','connect-bin-session\x20response:\x20','Connecting\x20bin\x20session','LogCreatedEvent\x20request\x20successful','channel','FetchDriverExecuteParamsEvent\x20successful\x20-\x20success=','setFileName','../../helpers/classLogger.js','ConnectBinSession\x20error:\x20','logger','FetchDriverExecuteParamsEventRequest','ZJEnf','setErrorKey','CbSsG','env','GetAggregatedClientTroubleshootingErrorsRequest','setBinSessionId','StartBinSession\x20error:\x20','FetchDriverExecuteParamsEvent:\x20Calling\x20with\x20binSessionId=','setPathProject','setCliArgsList','setTestFrameworkName','wDAIK','wjUxA','../../../generated/sdk_grpc_pb','setEndedAt','client','debug','utf-8','setHash','aGchS','getBrowserstackCliConfig','FErIX','drYPG','start','aEkcB','SDK_START_BIN_SESSION','startBinSession','IsqRS','tNEDq','AutomationSession','connect','hook_run_uuid','yZjzD','setTestHookState','llNFQ','MnlaP','YaViy','pmVNi','ivatb','setHubUrl','Unable\x20to\x20find\x20listen\x20addr\x20or\x20bin\x20session\x20id\x20binSessionId:\x20','frameworkVersion','forEach','kind','testFrameworkName','getSdkLanguage','StopBinSession\x20error:\x20','IcrLB','error','DriverInit\x20request\x20successful','message','setTestFrameworkVersion','GetAggregatedClientTroubleshootingErrors\x20successful','set','setPlatformIndex','info','tuJXJ','provider','SbWdR','6827100HMlByu','Connected\x20to\x20gRPC\x20server\x20at\x20','uOhRQ','kZjRB','getFrameworkVersionsMap','LogCreatedEventRequest','getAutomationFrameworkDetail','SDK_CONNECT_BIN_SESSION','version','SDK_AUTOMATION_FRAMEWORK_INIT','No\x20gRPC\x20client\x20not\x20initialized.','SJOaX','entries','addFrameworks','StartBinSessionRequest','eMJlc','Zjyai','TestFrameworkEvent\x20error:\x20','NYOiG','Error\x20in\x20GetAggregatedClientTroubleshootingErrors:\x20','../../../generated/sdk-messages_pb','driverInit','frameworkSessionId','reportClientTroubleshootingError','986208dJTbxd','TestSessionEvent\x20error:\x20','SDK_CLI_ON_STOP','BROWSERSTACK_CLI_BIN_LISTEN_ADDR',',\x20scriptName=','jsNeE',',\x20parsedConfig=','setPathConfig','testFrameworkVersion','fRWbc'];a75_0x4a8d=function(){return _0x4ca7ae;};return a75_0x4a8d();}function a75_0x5928(_0x31bc09,_0x1ce3ae){const _0x4a8d65=a75_0x4a8d();return a75_0x5928=function(_0x5928b8,_0x25c751){_0x5928b8=_0x5928b8-0x162;let _0x5bfc46=_0x4a8d65[_0x5928b8];return _0x5bfc46;},a75_0x5928(_0x31bc09,_0x1ce3ae);}module[a75_0x565853(0x237)]=GrpcClient;
@@ -1 +1 @@
1
- function a75_0x9b1a(_0xdc1960,_0x5ce8f4){const _0x5c1742=a75_0x5c17();return a75_0x9b1a=function(_0x9b1a73,_0x21d465){_0x9b1a73=_0x9b1a73-0x98;let _0x172f4d=_0x5c1742[_0x9b1a73];return _0x172f4d;},a75_0x9b1a(_0xdc1960,_0x5ce8f4);}function a75_0x5c17(){const _0x574015=['frameworkName','lastState','0|5|3|1|2|4','getState','exports','944581OBuQvC','1056NsrlAv','1630338uvksib','1325644WJbOQC','state','7SBiEgB','split','frameworkVersion','getFrameworkVersion','RXvsf','toLocaleString','getFrameworkName','1936072MxsrmV','1683166ryuUhh','4187225SLuFiz','setState'];a75_0x5c17=function(){return _0x574015;};return a75_0x5c17();}const a75_0xccebe0=a75_0x9b1a;(function(_0x15a620,_0x8f0712){const _0x446a39=a75_0x9b1a,_0x171a13=_0x15a620();while(!![]){try{const _0x3f4e3d=parseInt(_0x446a39(0xab))/0x1+-parseInt(_0x446a39(0xa3))/0x2+-parseInt(_0x446a39(0x98))/0x3+parseInt(_0x446a39(0x99))/0x4+parseInt(_0x446a39(0xa4))/0x5+-parseInt(_0x446a39(0xac))/0x6+-parseInt(_0x446a39(0x9b))/0x7*(parseInt(_0x446a39(0xa2))/0x8);if(_0x3f4e3d===_0x8f0712)break;else _0x171a13['push'](_0x171a13['shift']());}catch(_0x4253bc){_0x171a13['push'](_0x171a13['shift']());}}}(a75_0x5c17,0x76b4f));const AutomationFrameworkState=require('../state/automationFrameworkState'),TrackedInstance=require('./trackedInstance'),now=new Date();class AutomationFrameworkInstance extends TrackedInstance{constructor(_0x4dc73a,_0x7c122f,_0x1f1bcc,_0x27f6c9){const _0x1a79ae=a75_0x9b1a,_0x13798c={};_0x13798c[_0x1a79ae(0x9f)]=_0x1a79ae(0xa8);const _0x240d5c=_0x13798c,_0x214288=_0x240d5c[_0x1a79ae(0x9f)][_0x1a79ae(0x9c)]('|');let _0x472b28=0x0;while(!![]){switch(_0x214288[_0x472b28++]){case'0':super(_0x4dc73a);continue;case'1':this[_0x1a79ae(0x9a)]=_0x27f6c9;continue;case'2':this[_0x1a79ae(0xa7)]=AutomationFrameworkState['NONE'];continue;case'3':this['frameworkVersion']=_0x1f1bcc;continue;case'4':this['createdAt']=now[_0x1a79ae(0xa0)]();continue;case'5':this[_0x1a79ae(0xa6)]=_0x7c122f;continue;}break;}}[a75_0xccebe0(0xa1)](){return this['frameworkName'];}[a75_0xccebe0(0x9e)](){const _0x4d8f7e=a75_0xccebe0;return this[_0x4d8f7e(0x9d)];}[a75_0xccebe0(0xa9)](){const _0x4403a9=a75_0xccebe0;return this[_0x4403a9(0x9a)];}[a75_0xccebe0(0xa5)](_0x2ddb20){const _0x5c771d=a75_0xccebe0;this[_0x5c771d(0xa7)]=this[_0x5c771d(0x9a)],this[_0x5c771d(0x9a)]=_0x2ddb20;}}module[a75_0xccebe0(0xaa)]=AutomationFrameworkInstance;
1
+ const a76_0x32345e=a76_0x4cf6;(function(_0x1d67ee,_0x4296ba){const _0x32135e=a76_0x4cf6,_0x95ecda=_0x1d67ee();while(!![]){try{const _0x258e14=parseInt(_0x32135e(0xb2))/0x1+parseInt(_0x32135e(0xc3))/0x2+-parseInt(_0x32135e(0xc0))/0x3*(parseInt(_0x32135e(0xbb))/0x4)+parseInt(_0x32135e(0xc8))/0x5*(parseInt(_0x32135e(0xbc))/0x6)+parseInt(_0x32135e(0xb7))/0x7*(-parseInt(_0x32135e(0xb8))/0x8)+-parseInt(_0x32135e(0xb5))/0x9*(-parseInt(_0x32135e(0xb0))/0xa)+-parseInt(_0x32135e(0xc6))/0xb*(parseInt(_0x32135e(0xc5))/0xc);if(_0x258e14===_0x4296ba)break;else _0x95ecda['push'](_0x95ecda['shift']());}catch(_0x191877){_0x95ecda['push'](_0x95ecda['shift']());}}}(a76_0x4b34,0x84fee));function a76_0x4b34(){const _0x40f693=['setState','getState','3942DKogcP','state','14LBiqtb','1069576RVvKzW','ymvQo','getFrameworkName','296gqHsaT','200478bipwie','split','frameworkName','exports','378dmjIxD','frameworkVersion','4|2|0|3|5|1','1526530PUzvrt','../state/automationFrameworkState','24dlKzqZ','10827707PdHQcb','lastState','65ieGHfE','toLocaleString','24340advdZK','NONE','526416xNQuhE'];a76_0x4b34=function(){return _0x40f693;};return a76_0x4b34();}const AutomationFrameworkState=require(a76_0x32345e(0xc4)),TrackedInstance=require('./trackedInstance'),now=new Date();class AutomationFrameworkInstance extends TrackedInstance{constructor(_0x3cbc28,_0x300e22,_0x4aee8d,_0x3da5c9){const _0x2b55b6=a76_0x32345e,_0x583a77={};_0x583a77[_0x2b55b6(0xb9)]=_0x2b55b6(0xc2);const _0x7d5f62=_0x583a77,_0x4efef2=_0x7d5f62[_0x2b55b6(0xb9)][_0x2b55b6(0xbd)]('|');let _0x130d16=0x0;while(!![]){switch(_0x4efef2[_0x130d16++]){case'0':this['frameworkVersion']=_0x4aee8d;continue;case'1':this['createdAt']=now[_0x2b55b6(0xc9)]();continue;case'2':this['frameworkName']=_0x300e22;continue;case'3':this[_0x2b55b6(0xb6)]=_0x3da5c9;continue;case'4':super(_0x3cbc28);continue;case'5':this[_0x2b55b6(0xc7)]=AutomationFrameworkState[_0x2b55b6(0xb1)];continue;}break;}}[a76_0x32345e(0xba)](){const _0x2a245e=a76_0x32345e;return this[_0x2a245e(0xbe)];}['getFrameworkVersion'](){const _0x5d765f=a76_0x32345e;return this[_0x5d765f(0xc1)];}[a76_0x32345e(0xb4)](){const _0x2c4c27=a76_0x32345e;return this[_0x2c4c27(0xb6)];}[a76_0x32345e(0xb3)](_0x10b595){const _0x13ef9b=a76_0x32345e;this[_0x13ef9b(0xc7)]=this[_0x13ef9b(0xb6)],this['state']=_0x10b595;}}function a76_0x4cf6(_0x4d7eaa,_0x411718){const _0x4b347e=a76_0x4b34();return a76_0x4cf6=function(_0x4cf694,_0x21ada4){_0x4cf694=_0x4cf694-0xb0;let _0x5282fa=_0x4b347e[_0x4cf694];return _0x5282fa;},a76_0x4cf6(_0x4d7eaa,_0x411718);}module[a76_0x32345e(0xbf)]=AutomationFrameworkInstance;
@@ -1 +1 @@
1
- const a76_0x4cb64f=a76_0x472f;function a76_0x1eac(){const _0xd817ad=['3205854INltym','56NUgZnO','./trackedInstance','removePendingHooks','../../../helpers/classLogger','addPendingHook','getLastTestState','../state/hookState','NONE','setLastTestState','lastTestState','setLastHookState','1371780eDVTxg','delete','279KWQlGf','./trackedContext','ofmQK','554594GFYtXp','currentTestState','pendingHooks','getLastHookState','27858wiyalY','../state/testFrameworkState','testFrameworksVersions','get','exports','128504mzqCbK','getCreatedAt','toLocaleString','getCurrentTestState','282814EkPAJZ','testFrameworks','currentHookState','596756KoDUck','setCurrentTestState','lastHookState','TrackedInstance','has'];a76_0x1eac=function(){return _0xd817ad;};return a76_0x1eac();}(function(_0x58efa1,_0x3e8083){const _0x38f25c=a76_0x472f,_0x3991fe=_0x58efa1();while(!![]){try{const _0x4032f3=parseInt(_0x38f25c(0x198))/0x1+-parseInt(_0x38f25c(0x188))/0x2*(-parseInt(_0x38f25c(0x19c))/0x3)+-parseInt(_0x38f25c(0x182))/0x4+-parseInt(_0x38f25c(0x193))/0x5+-parseInt(_0x38f25c(0x187))/0x6+-parseInt(_0x38f25c(0x1a5))/0x7+parseInt(_0x38f25c(0x1a1))/0x8*(parseInt(_0x38f25c(0x195))/0x9);if(_0x4032f3===_0x3e8083)break;else _0x3991fe['push'](_0x3991fe['shift']());}catch(_0x1c825b){_0x3991fe['push'](_0x3991fe['shift']());}}}(a76_0x1eac,0x4cbbb));const {createClassLogger}=require(a76_0x4cb64f(0x18b)),logger=createClassLogger(a76_0x4cb64f(0x185)),HookState=require(a76_0x4cb64f(0x18e)),TestFrameworkState=require(a76_0x4cb64f(0x19d)),TrackedContext=require(a76_0x4cb64f(0x196)),TrackedInstance=require(a76_0x4cb64f(0x189)),now=new Date();function a76_0x472f(_0x4609ec,_0x4e76ec){const _0x1eacde=a76_0x1eac();return a76_0x472f=function(_0x472f90,_0x5daabe){_0x472f90=_0x472f90-0x182;let _0x49666a=_0x1eacde[_0x472f90];return _0x49666a;},a76_0x472f(_0x4609ec,_0x4e76ec);}class TestFrameworkInstance extends TrackedInstance{constructor(_0x4327bd,_0x3c72d6,_0x4d4814,_0x50bbea,_0x399cf6){const _0x24a680=a76_0x4cb64f,_0x13278b={};_0x13278b['ofmQK']='7|0|6|1|4|2|5|8|3';const _0x5d4734=_0x13278b,_0x2fcd17=_0x5d4734[_0x24a680(0x197)]['split']('|');let _0x170ab1=0x0;while(!![]){switch(_0x2fcd17[_0x170ab1++]){case'0':this[_0x24a680(0x1a6)]=_0x3c72d6;continue;case'1':this['currentTestState']=_0x50bbea;continue;case'2':this['lastTestState']=TestFrameworkState['NONE'];continue;case'3':this[_0x24a680(0x19a)]=new Map();continue;case'4':this['currentHookState']=_0x399cf6;continue;case'5':this[_0x24a680(0x184)]=HookState[_0x24a680(0x18f)];continue;case'6':this[_0x24a680(0x19e)]=_0x4d4814;continue;case'7':super(_0x4327bd);continue;case'8':this['createdAt']=now[_0x24a680(0x1a3)]();continue;}break;}}[a76_0x4cb64f(0x1a4)](){const _0x157be5=a76_0x4cb64f;return this[_0x157be5(0x199)];}[a76_0x4cb64f(0x183)](_0x484ada){const _0x19269d=a76_0x4cb64f;this[_0x19269d(0x190)](this[_0x19269d(0x199)]),this[_0x19269d(0x199)]=_0x484ada;}['getCurrentHookState'](){const _0x20eb6=a76_0x4cb64f;return this[_0x20eb6(0x1a7)];}['setCurrentHookState'](_0x481a73){const _0x383123=a76_0x4cb64f;this[_0x383123(0x192)](this[_0x383123(0x1a7)]),this['currentHookState']=_0x481a73;}[a76_0x4cb64f(0x18d)](){const _0x44c8ff=a76_0x4cb64f;return this[_0x44c8ff(0x191)];}['setLastTestState'](_0xb1e698){const _0x85a4e9=a76_0x4cb64f;this[_0x85a4e9(0x191)]=_0xb1e698;}[a76_0x4cb64f(0x19b)](){const _0xa0db5b=a76_0x4cb64f;return this[_0xa0db5b(0x184)];}[a76_0x4cb64f(0x192)](_0x42cfe4){const _0x4784ab=a76_0x4cb64f;this[_0x4784ab(0x184)]=_0x42cfe4;}[a76_0x4cb64f(0x1a2)](){return this['createdAt'];}[a76_0x4cb64f(0x18c)](_0x3aa7ab,_0x373aca){const _0x5f22f4=a76_0x4cb64f;!this['pendingHooks'][_0x5f22f4(0x186)](_0x3aa7ab)&&this[_0x5f22f4(0x19a)]['set'](_0x3aa7ab,[]),this[_0x5f22f4(0x19a)]['get'](_0x3aa7ab)['push'](_0x373aca);}['getPendingHooks'](_0x1e7123){const _0x131f1a=a76_0x4cb64f;return this[_0x131f1a(0x19a)][_0x131f1a(0x19f)](_0x1e7123)||[];}[a76_0x4cb64f(0x18a)](_0x149f6b){const _0x3c8630=a76_0x4cb64f;this[_0x3c8630(0x19a)][_0x3c8630(0x194)](_0x149f6b);}['hasPendingHooks'](_0x55f28c){return this['pendingHooks']['has'](_0x55f28c);}}module[a76_0x4cb64f(0x1a0)]=TestFrameworkInstance;
1
+ const a77_0x130329=a77_0x2386;(function(_0xe867d3,_0x91aef8){const _0xab547b=a77_0x2386,_0x74dadc=_0xe867d3();while(!![]){try{const _0x4fbbd3=-parseInt(_0xab547b(0x1d7))/0x1+-parseInt(_0xab547b(0x1d5))/0x2*(-parseInt(_0xab547b(0x1ca))/0x3)+parseInt(_0xab547b(0x1ba))/0x4*(parseInt(_0xab547b(0x1d2))/0x5)+parseInt(_0xab547b(0x1c1))/0x6*(-parseInt(_0xab547b(0x1b1))/0x7)+-parseInt(_0xab547b(0x1d8))/0x8+-parseInt(_0xab547b(0x1d6))/0x9*(-parseInt(_0xab547b(0x1cb))/0xa)+parseInt(_0xab547b(0x1cf))/0xb;if(_0x4fbbd3===_0x91aef8)break;else _0x74dadc['push'](_0x74dadc['shift']());}catch(_0x8269a3){_0x74dadc['push'](_0x74dadc['shift']());}}}(a77_0x31b0,0xc3ea7));function a77_0x2386(_0x40299d,_0x4316ee){const _0x31b07e=a77_0x31b0();return a77_0x2386=function(_0x238644,_0x19c02e){_0x238644=_0x238644-0x1af;let _0x9f9c4b=_0x31b07e[_0x238644];return _0x9f9c4b;},a77_0x2386(_0x40299d,_0x4316ee);}const {createClassLogger}=require(a77_0x130329(0x1cc)),logger=createClassLogger('TrackedInstance'),HookState=require(a77_0x130329(0x1b9)),TestFrameworkState=require('../state/testFrameworkState'),TrackedContext=require(a77_0x130329(0x1c9)),TrackedInstance=require(a77_0x130329(0x1c0)),now=new Date();class TestFrameworkInstance extends TrackedInstance{constructor(_0x4c0a67,_0x1816fb,_0x51cce6,_0x3e9fd2,_0x20e90e){const _0x4d0cf5=a77_0x130329,_0x4bd5cd={};_0x4bd5cd[_0x4d0cf5(0x1d0)]=_0x4d0cf5(0x1bb);const _0x34de71=_0x4bd5cd,_0x11c278=_0x34de71[_0x4d0cf5(0x1d0)]['split']('|');let _0x4e0d87=0x0;while(!![]){switch(_0x11c278[_0x4e0d87++]){case'0':this['pendingHooks']=new Map();continue;case'1':this['createdAt']=now['toLocaleString']();continue;case'2':this[_0x4d0cf5(0x1b2)]=_0x20e90e;continue;case'3':this[_0x4d0cf5(0x1b6)]=HookState[_0x4d0cf5(0x1d1)];continue;case'4':this[_0x4d0cf5(0x1b8)]=TestFrameworkState[_0x4d0cf5(0x1d1)];continue;case'5':super(_0x4c0a67);continue;case'6':this[_0x4d0cf5(0x1cd)]=_0x1816fb;continue;case'7':this['currentTestState']=_0x3e9fd2;continue;case'8':this[_0x4d0cf5(0x1bc)]=_0x51cce6;continue;}break;}}[a77_0x130329(0x1b7)](){const _0x51e5fe=a77_0x130329;return this[_0x51e5fe(0x1b3)];}['setCurrentTestState'](_0x104a89){const _0x473ff5=a77_0x130329;this[_0x473ff5(0x1c2)](this[_0x473ff5(0x1b3)]),this['currentTestState']=_0x104a89;}['getCurrentHookState'](){return this['currentHookState'];}[a77_0x130329(0x1b5)](_0x2f0f75){const _0x170a35=a77_0x130329;this[_0x170a35(0x1af)](this[_0x170a35(0x1b2)]),this['currentHookState']=_0x2f0f75;}['getLastTestState'](){const _0xd95151=a77_0x130329;return this[_0xd95151(0x1b8)];}[a77_0x130329(0x1c2)](_0x2f67d3){const _0x4f9e36=a77_0x130329;this[_0x4f9e36(0x1b8)]=_0x2f67d3;}[a77_0x130329(0x1d3)](){const _0x51ef7b=a77_0x130329;return this[_0x51ef7b(0x1b6)];}[a77_0x130329(0x1af)](_0x5297fb){const _0x5f3d96=a77_0x130329;this[_0x5f3d96(0x1b6)]=_0x5297fb;}[a77_0x130329(0x1c5)](){const _0x260c16=a77_0x130329;return this[_0x260c16(0x1d4)];}[a77_0x130329(0x1bd)](_0x45c1e5,_0x475a56){const _0x4926f4=a77_0x130329;!this[_0x4926f4(0x1c8)]['has'](_0x45c1e5)&&this['pendingHooks'][_0x4926f4(0x1b0)](_0x45c1e5,[]),this[_0x4926f4(0x1c8)][_0x4926f4(0x1c7)](_0x45c1e5)['push'](_0x475a56);}[a77_0x130329(0x1b4)](_0x524bfd){const _0x54bb82=a77_0x130329;return this[_0x54bb82(0x1c8)][_0x54bb82(0x1c7)](_0x524bfd)||[];}[a77_0x130329(0x1bf)](_0x49e76c){const _0x5a9e5d=a77_0x130329;this[_0x5a9e5d(0x1c8)][_0x5a9e5d(0x1c4)](_0x49e76c);}['hasPendingHooks'](_0x124cca){const _0x3c9aa0=a77_0x130329;return this[_0x3c9aa0(0x1c8)][_0x3c9aa0(0x1be)](_0x124cca);}[a77_0x130329(0x1c3)](){const _0x1a6df8=a77_0x130329;return Array[_0x1a6df8(0x1c6)](this[_0x1a6df8(0x1c8)][_0x1a6df8(0x1ce)]());}}module['exports']=TestFrameworkInstance;function a77_0x31b0(){const _0x369d2f=['6YmogLw','53415oDIwpI','296193fuKqcR','11182480dHZyNm','setLastHookState','set','11160639dBQkas','currentHookState','currentTestState','getPendingHooks','setCurrentHookState','lastHookState','getCurrentTestState','lastTestState','../state/hookState','8RxKrsm','5|6|8|7|2|4|3|1|0','testFrameworksVersions','addPendingHook','has','removePendingHooks','./trackedInstance','6fucmAe','setLastTestState','getAllPendingHookTestIds','delete','getCreatedAt','from','get','pendingHooks','./trackedContext','195834ZgPwsC','790TbzDBU','../../../helpers/classLogger','testFrameworks','keys','20709876FpMAUp','Xtley','NONE','3858590ZgBToj','getLastHookState','createdAt'];a77_0x31b0=function(){return _0x369d2f;};return a77_0x31b0();}
@@ -1 +1 @@
1
- function a77_0x9899(){const _0x5459d4=['threadId','exports','72590hbjmPs','7hXsZXw','1341783wyhyjq','../../../helpers/classLogger','TrackedContext','2845272NqdYvS','391276ZVjVLZ','getType','type','getThreadId','622566oOyAZB','processId','2654220hXdJDM','4075832JdwaDr'];a77_0x9899=function(){return _0x5459d4;};return a77_0x9899();}function a77_0x55c2(_0x1631f8,_0x510ece){const _0x9899a9=a77_0x9899();return a77_0x55c2=function(_0x55c251,_0x30e0c6){_0x55c251=_0x55c251-0x124;let _0x460eed=_0x9899a9[_0x55c251];return _0x460eed;},a77_0x55c2(_0x1631f8,_0x510ece);}const a77_0x35ddb5=a77_0x55c2;(function(_0x41b499,_0xc954c2){const _0x1a7db9=a77_0x55c2,_0xb224db=_0x41b499();while(!![]){try{const _0x942578=parseInt(_0x1a7db9(0x128))/0x1+parseInt(_0x1a7db9(0x132))/0x2+-parseInt(_0x1a7db9(0x12a))/0x3+-parseInt(_0x1a7db9(0x12e))/0x4+-parseInt(_0x1a7db9(0x124))/0x5+-parseInt(_0x1a7db9(0x12d))/0x6*(-parseInt(_0x1a7db9(0x129))/0x7)+parseInt(_0x1a7db9(0x125))/0x8;if(_0x942578===_0xc954c2)break;else _0xb224db['push'](_0xb224db['shift']());}catch(_0x12dabf){_0xb224db['push'](_0xb224db['shift']());}}}(a77_0x9899,0x47338));const {createClassLogger}=require(a77_0x35ddb5(0x12b)),logger=createClassLogger(a77_0x35ddb5(0x12c));class TrackedContext{constructor(_0x3d6ee1,_0x41d6a8,_0x50f517,_0x9498b7){const _0x4b8ba3=a77_0x35ddb5;this['id']=_0x3d6ee1,this[_0x4b8ba3(0x126)]=_0x41d6a8,this['processId']=_0x50f517,this[_0x4b8ba3(0x130)]=_0x9498b7;}[a77_0x35ddb5(0x131)](){const _0x486977=a77_0x35ddb5;return this[_0x486977(0x126)];}['getProcessId'](){const _0x3f3470=a77_0x35ddb5;return this[_0x3f3470(0x133)];}['getId'](){return this['id'];}[a77_0x35ddb5(0x12f)](){return this['type'];}}module[a77_0x35ddb5(0x127)]=TrackedContext;
1
+ const a78_0x22d4ed=a78_0x5f3d;(function(_0x434dfe,_0x5d045a){const _0x30e059=a78_0x5f3d,_0x4fe812=_0x434dfe();while(!![]){try{const _0x5a06ac=parseInt(_0x30e059(0x10b))/0x1*(parseInt(_0x30e059(0x10c))/0x2)+parseInt(_0x30e059(0x100))/0x3*(parseInt(_0x30e059(0x101))/0x4)+-parseInt(_0x30e059(0x108))/0x5*(-parseInt(_0x30e059(0x10a))/0x6)+parseInt(_0x30e059(0x109))/0x7+parseInt(_0x30e059(0x10f))/0x8*(-parseInt(_0x30e059(0x10d))/0x9)+parseInt(_0x30e059(0x107))/0xa+parseInt(_0x30e059(0x110))/0xb*(-parseInt(_0x30e059(0x103))/0xc);if(_0x5a06ac===_0x5d045a)break;else _0x4fe812['push'](_0x4fe812['shift']());}catch(_0xbd4e6e){_0x4fe812['push'](_0x4fe812['shift']());}}}(a78_0x1f07,0xa5eec));const {createClassLogger}=require(a78_0x22d4ed(0xfe)),logger=createClassLogger('TrackedContext');function a78_0x1f07(){const _0x5d52e0=['1464652AnZSuy','30sCZuru','73271qfRaDg','32CSvxhR','36Ijkzll','threadId','1618616nlYWGE','2761QTVEUr','exports','../../../helpers/classLogger','type','2244JvKVUU','5956vTnUAP','getType','101340NsGcDC','processId','getId','getThreadId','9010340vSdALT','212285IimRun'];a78_0x1f07=function(){return _0x5d52e0;};return a78_0x1f07();}function a78_0x5f3d(_0x4a2d8e,_0x23b219){const _0x1f079c=a78_0x1f07();return a78_0x5f3d=function(_0x5f3ddd,_0x87ae5b){_0x5f3ddd=_0x5f3ddd-0xfd;let _0x14dad0=_0x1f079c[_0x5f3ddd];return _0x14dad0;},a78_0x5f3d(_0x4a2d8e,_0x23b219);}class TrackedContext{constructor(_0x400ea0,_0x44315d,_0x4af768,_0x66074a){const _0x57cf30=a78_0x22d4ed;this['id']=_0x400ea0,this[_0x57cf30(0x10e)]=_0x44315d,this[_0x57cf30(0x104)]=_0x4af768,this[_0x57cf30(0xff)]=_0x66074a;}[a78_0x22d4ed(0x106)](){const _0x39157c=a78_0x22d4ed;return this[_0x39157c(0x10e)];}['getProcessId'](){const _0x35bcc2=a78_0x22d4ed;return this[_0x35bcc2(0x104)];}[a78_0x22d4ed(0x105)](){return this['id'];}[a78_0x22d4ed(0x102)](){const _0x44189a=a78_0x22d4ed;return this[_0x44189a(0xff)];}}module[a78_0x22d4ed(0xfd)]=TrackedContext;
@@ -1 +1 @@
1
- const a78_0x199fbc=a78_0x1ae1;(function(_0xd5a00e,_0x2c7cef){const _0x5cc981=a78_0x1ae1,_0x55abc8=_0xd5a00e();while(!![]){try{const _0xf3c7e3=-parseInt(_0x5cc981(0xe9))/0x1+parseInt(_0x5cc981(0xd7))/0x2*(-parseInt(_0x5cc981(0xd4))/0x3)+-parseInt(_0x5cc981(0xe2))/0x4+parseInt(_0x5cc981(0xe5))/0x5+parseInt(_0x5cc981(0xef))/0x6*(-parseInt(_0x5cc981(0xdd))/0x7)+parseInt(_0x5cc981(0xe8))/0x8*(parseInt(_0x5cc981(0xd0))/0x9)+parseInt(_0x5cc981(0xeb))/0xa*(parseInt(_0x5cc981(0xec))/0xb);if(_0xf3c7e3===_0x2c7cef)break;else _0x55abc8['push'](_0x55abc8['shift']());}catch(_0x947b51){_0x55abc8['push'](_0x55abc8['shift']());}}}(a78_0x2729,0x1b5cd));const TrackedContext=require(a78_0x199fbc(0xd5)),crypto=require(a78_0x199fbc(0xda)),{threadId}=require(a78_0x199fbc(0xd8));class TrackedInstance{static ['KEY_IS_BROWSERSTACK_AUTOMATION_SESSION']=a78_0x199fbc(0xd2);constructor(_0x346c85){const _0x2a38dd=a78_0x199fbc;this[_0x2a38dd(0xf2)]=_0x346c85,this[_0x2a38dd(0xee)]=new Map();}[a78_0x199fbc(0xe4)](){const _0x3ca86a=a78_0x199fbc;return this[_0x3ca86a(0xf2)]['getId']();}[a78_0x199fbc(0xdb)](){const _0x42ecbb=a78_0x199fbc;return this[_0x42ecbb(0xf2)];}[a78_0x199fbc(0xdf)](){const _0xf37b1c=a78_0x199fbc;return this[_0xf37b1c(0xee)];}[a78_0x199fbc(0xde)](_0x5acc48){const _0x2b7145=a78_0x199fbc;Object[_0x2b7145(0xea)](_0x5acc48)[_0x2b7145(0xe6)](_0x1bee0b=>{const _0x3cc607=_0x2b7145;this[_0x3cc607(0xee)][_0x3cc607(0xed)](_0x1bee0b,_0x5acc48[_0x1bee0b]);});}[a78_0x199fbc(0xdc)](_0x5990f7){Object['entries'](_0x5990f7)['forEach'](([_0x11b140,_0x2cff56])=>{const _0x593a9c=a78_0x1ae1,_0x2aac44=this['data'][_0x593a9c(0xe3)](_0x11b140)||{},_0x2012a4={..._0x2aac44,..._0x2cff56},_0x24ee0d=_0x2012a4;this[_0x593a9c(0xee)][_0x593a9c(0xed)](_0x11b140,_0x24ee0d);});}[a78_0x199fbc(0xd1)](_0x37af22){const _0x2cb173=a78_0x199fbc;return this['data'][_0x2cb173(0xe3)](_0x37af22);}['updateData'](_0x16bae8,_0x535ff5){this['data']['set'](_0x16bae8,_0x535ff5);}static[a78_0x199fbc(0xf1)](_0x5c591c){const _0x3db7fd=a78_0x199fbc,_0x336893={};_0x336893[_0x3db7fd(0xcf)]=_0x3db7fd(0xd3),_0x336893[_0x3db7fd(0xd6)]=_0x3db7fd(0xd9),_0x336893[_0x3db7fd(0xf3)]=function(_0x525463,_0x2b8dc8){return _0x525463||_0x2b8dc8;};const _0x47db50=_0x336893;return new TrackedContext(crypto[_0x3db7fd(0xe1)](_0x47db50[_0x3db7fd(0xcf)])[_0x3db7fd(0xe0)](_0x5c591c)[_0x3db7fd(0xe7)](_0x47db50[_0x3db7fd(0xd6)]),_0x47db50[_0x3db7fd(0xf3)](threadId,0x0),process['pid'],typeof _0x5c591c);}}function a78_0x1ae1(_0x5a7fd3,_0x41be9c){const _0x272963=a78_0x2729();return a78_0x1ae1=function(_0x1ae125,_0xf7e57c){_0x1ae125=_0x1ae125-0xcf;let _0x183fad=_0x272963[_0x1ae125];return _0x183fad;},a78_0x1ae1(_0x5a7fd3,_0x41be9c);}module[a78_0x199fbc(0xf0)]=TrackedInstance;function a78_0x2729(){const _0x56370f=['exports','createContext','context','RaInr','kfzrQ','36yemVUi','getData','isBrowserstackAutomationSession','sha256','9654zscowq','./trackedContext','EKywr','54lpEmOz','worker_threads','hex','crypto','getContext','addMultipleEntries','7ADxYRT','updateMultipleEntries','getAllData','update','createHash','575252BtnnPb','get','getRef','394405wAsExQ','forEach','digest','268552HBZdtC','136286eeeuNf','keys','3290EogNwQ','13882bzBqOc','set','data','895758eIBXLk'];a78_0x2729=function(){return _0x56370f;};return a78_0x2729();}
1
+ const a79_0x1fc179=a79_0x49e6;function a79_0x49e6(_0xaddd9,_0x378a1f){const _0x373d0d=a79_0x373d();return a79_0x49e6=function(_0x49e695,_0x5831d4){_0x49e695=_0x49e695-0xca;let _0x1348f9=_0x373d0d[_0x49e695];return _0x1348f9;},a79_0x49e6(_0xaddd9,_0x378a1f);}(function(_0x1efa8e,_0x4b5068){const _0x35a79c=a79_0x49e6,_0x192fcb=_0x1efa8e();while(!![]){try{const _0x554263=-parseInt(_0x35a79c(0xdd))/0x1+parseInt(_0x35a79c(0xe5))/0x2*(parseInt(_0x35a79c(0xdc))/0x3)+parseInt(_0x35a79c(0xe0))/0x4+-parseInt(_0x35a79c(0xdb))/0x5+-parseInt(_0x35a79c(0xcc))/0x6+-parseInt(_0x35a79c(0xd8))/0x7+parseInt(_0x35a79c(0xe9))/0x8*(parseInt(_0x35a79c(0xca))/0x9);if(_0x554263===_0x4b5068)break;else _0x192fcb['push'](_0x192fcb['shift']());}catch(_0x34dcf8){_0x192fcb['push'](_0x192fcb['shift']());}}}(a79_0x373d,0x9abfa));const TrackedContext=require(a79_0x1fc179(0xcd)),crypto=require(a79_0x1fc179(0xea)),{threadId}=require(a79_0x1fc179(0xe6));function a79_0x373d(){const _0x50c34c=['exports','5047315AczGer','createHash','getContext','755380kfcQNd','3RwqPou','1041326KDqQbB','update','byWEN','4405640CTsGRv','hex','NJKBp','addMultipleEntries','keys','36418xZgwmG','worker_threads','context','pid','552qJGoia','crypto','createContext','getData','298539sexINd','forEach','5166726BMPHII','./trackedContext','DorqQ','data','KEY_IS_BROWSERSTACK_AUTOMATION_SESSION','digest','getAllData','getRef','set','get','entries'];a79_0x373d=function(){return _0x50c34c;};return a79_0x373d();}class TrackedInstance{static [a79_0x1fc179(0xd0)]='isBrowserstackAutomationSession';constructor(_0x33c53e){const _0x356d25=a79_0x1fc179;this[_0x356d25(0xe7)]=_0x33c53e,this[_0x356d25(0xcf)]=new Map();}[a79_0x1fc179(0xd3)](){return this['context']['getId']();}[a79_0x1fc179(0xda)](){const _0x3de04d=a79_0x1fc179;return this[_0x3de04d(0xe7)];}[a79_0x1fc179(0xd2)](){return this['data'];}['updateMultipleEntries'](_0x55d8c2){const _0x44a373=a79_0x1fc179;Object[_0x44a373(0xe4)](_0x55d8c2)[_0x44a373(0xcb)](_0xc73ce1=>{const _0x49704d=_0x44a373;this[_0x49704d(0xcf)][_0x49704d(0xd4)](_0xc73ce1,_0x55d8c2[_0xc73ce1]);});}[a79_0x1fc179(0xe3)](_0x742475){const _0x4209d3=a79_0x1fc179;Object[_0x4209d3(0xd6)](_0x742475)['forEach'](([_0x9e6d71,_0xd261ae])=>{const _0x5a39c9=_0x4209d3,_0x281d03=this[_0x5a39c9(0xcf)][_0x5a39c9(0xd5)](_0x9e6d71)||{},_0x21fc23={..._0x281d03,..._0xd261ae},_0x82f366=_0x21fc23;this[_0x5a39c9(0xcf)]['set'](_0x9e6d71,_0x82f366);});}[a79_0x1fc179(0xec)](_0x5dd3a6){const _0x559ffc=a79_0x1fc179;return this[_0x559ffc(0xcf)]['get'](_0x5dd3a6);}['updateData'](_0x51b305,_0x30ad0c){const _0xc6f449=a79_0x1fc179;this[_0xc6f449(0xcf)][_0xc6f449(0xd4)](_0x51b305,_0x30ad0c);}static[a79_0x1fc179(0xeb)](_0x3b70fa){const _0x28edf9=a79_0x1fc179,_0x37851c={};_0x37851c[_0x28edf9(0xdf)]='sha256',_0x37851c[_0x28edf9(0xce)]=_0x28edf9(0xe1),_0x37851c[_0x28edf9(0xe2)]=function(_0x4a44fc,_0x1586d7){return _0x4a44fc||_0x1586d7;};const _0x49602b=_0x37851c;return new TrackedContext(crypto[_0x28edf9(0xd9)](_0x49602b[_0x28edf9(0xdf)])[_0x28edf9(0xde)](_0x3b70fa)[_0x28edf9(0xd1)](_0x49602b[_0x28edf9(0xce)]),_0x49602b['NJKBp'](threadId,0x0),process[_0x28edf9(0xe8)],typeof _0x3b70fa);}}module[a79_0x1fc179(0xd7)]=TrackedInstance;
@@ -1 +1 @@
1
- const a79_0x39e000=a79_0xb9cc;(function(_0x5617f4,_0x3d3d74){const _0x3f0db8=a79_0xb9cc,_0x14eb63=_0x5617f4();while(!![]){try{const _0x9d868b=parseInt(_0x3f0db8(0x1fe))/0x1*(-parseInt(_0x3f0db8(0x303))/0x2)+-parseInt(_0x3f0db8(0x2aa))/0x3+parseInt(_0x3f0db8(0x1fd))/0x4+-parseInt(_0x3f0db8(0x2f5))/0x5*(-parseInt(_0x3f0db8(0x2e3))/0x6)+parseInt(_0x3f0db8(0x2dd))/0x7*(parseInt(_0x3f0db8(0x2ad))/0x8)+parseInt(_0x3f0db8(0x30c))/0x9+-parseInt(_0x3f0db8(0x331))/0xa;if(_0x9d868b===_0x3d3d74)break;else _0x14eb63['push'](_0x14eb63['shift']());}catch(_0x208cbf){_0x14eb63['push'](_0x14eb63['shift']());}}}(a79_0x243b,0xbcf51));const BaseModule=require('./baseModule'),{createClassLogger}=require(a79_0x39e000(0x2dc)),CLIUtils=require(a79_0x39e000(0x212)),AutomationFramework=require(a79_0x39e000(0x21a)),TestFramework=require(a79_0x39e000(0x251)),AutomationFrameworkState=require(a79_0x39e000(0x368)),HookState=require(a79_0x39e000(0x294)),GrpcClient=require(a79_0x39e000(0x278)),scripts=require('../../../helpers/accessibility-automation/scripts'),logger=createClassLogger(a79_0x39e000(0x2b1)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require(a79_0x39e000(0x270)),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a79_0x39e000(0x218)),{nestedKeyValue,isUndefined}=require(a79_0x39e000(0x239)),util=require(a79_0x39e000(0x321)),TestInfo=require(a79_0x39e000(0x2d7));function a79_0xb9cc(_0x5e504e,_0x1b3c60){const _0x243bda=a79_0x243b();return a79_0xb9cc=function(_0xb9cc72,_0x585829){_0xb9cc72=_0xb9cc72-0x1f2;let _0x1eabcb=_0x243bda[_0xb9cc72];return _0x1eabcb;},a79_0xb9cc(_0x5e504e,_0x1b3c60);}function a79_0x243b(){const _0x5452b6=['fLOpH','Error\x20in\x20shouldScanForCommand:\x20','TEST_INIT','isEnabledTestcase','test_run_id','../../../helpers/accessibility-automation/constants','delete','../framework/automationFramework','getPlatformIndex','JshWi','onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20','shouldScanForCommand:\x20','QUIT','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','GSezs','eTffC','getData','KTQna','lPkBu','IypWl','MXhPH','HbBvB','MooBL','browserstack.accessibilityOptions.scannerProcessingTimeout','performScanForCli:\x20No\x20','uGfqV','LnFKC','hasAccessibilityExecuteParams','wcagVersion','mhCPZ','loadDriverExecuteParams','MergedScanArgs:\x20','iBSax','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20cucumber\x20test\x20framework','Error\x20in\x20performScanForCli\x20for\x20script\x20','value','getCapabilityValue','\x20testHubUuid=','../../../helpers/helper','BROWSERSTACK_TESTHUB_JWT','getContext','error','toString','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','\x20result\x20for\x20','kSBRS','applySendMessageToServerPatch','YNPsu','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','QxsqW','hwDKH','assign','getCommandsToWrap','Processed\x20accessibility\x20caps\x20','size','replace','browserVersion','HmAZD','afterTestHook','Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20','toLowerCase','getAccessibilityExecuteParams','../framework/testFramework','commandsList','stack','onAfterTest:\x20event=','performScanForCli','ACCESSIBILITY_INITIALIZED','sGrPO','string','registerObserver','ruBKD','OTUlG','getName','evaluate','qVXfz','\x20accessibility\x20script\x20on\x20page',',\x20tags=','getTrackedInstance','browserstack.accessibilityOptions.authToken','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','measureWrapper','SAVE_RESULTS','browserstack.accessibilityOptions.wcagVersion','updateData','setAccessibilityToken','name:\x20','jYmuJ','QxqBW','KEY_TESTHUB_BUILD_ID','IGYFK','fetchDriverExecuteParamsEvent','NVZIj','../../../helpers/performance/constants.js','DhyvE','ESMfQ','../../playwright/accessibility-helper','accessibility','Performing\x20scan\x20before\x20from\x20cli','KXmjv','getScript','../grpcClient','UVCCr','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','[platform\x20-\x20','paMyu','__workerDetails','raeKv','onBeforeTest:\x20event=','Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.','Ycnmk',',\x20excludeTags=','validatePlatformForAccessibility','ascii','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','DRIVER_HAS_URL','processAccessibilityCaps','shouldScanForCommand','get','launchCaps','Error\x20getting\x20script\x20by\x20name\x20','getResultsSummary','getAccessibility','nMirp','Exception\x20in\x20isPlatformSupported:\x20','patchSendMessageToServer','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','cZvvQ','WfHlc','../state/hookState','KuWBJ','command','chrome','headless','uhtZu','WjspZ','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','isAccessibilityScriptCommand','toObject','shouldScanCurrentTest','awuoY','isPlatformSupported','LQewl','uWBYM','capabilities','true','ZzMak','browserName','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20cucumber\x20test\x20framework','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20cucumber\x20test\x20framework','tihLz','599475Rwqhue','aUmjl','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','40abHcIF','fetchCentralAuthA11yConfig','__accessibilityOptions','hdNNh','TrackedInstance','getCurrentAccessibilityStatus','accessibilityPlatform','Error\x20in\x20processAccessibilityCaps:\x20','isAppAccessibility','browserstack.accessibilityOptions.scannerVersion','browser','mPCTI','performPageScan:\x20Page\x20is\x20null','function','setShouldScanCurrentTest','getValue','isEnabled','performPageScan:\x20Script\x20is\x20null','map','debug','dULWn','env','SDK_ACCESSIBILITY_CONFIG','USDit','LqGJY','nczvy','UTvpM','setAccessibilityConfig','KEY_INIT','PdCpV','\x20script\x20available\x20in\x20scriptsList','\x20script\x20available','BROWSERSTACK_CLI_BIN_SESSION_ID','goog:chromeOptions','\x20value=','accessibilityConfig','ElJvc','NRiML','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','DRIVER_INIT','stopTestCapture','mergeObject','../TestInfo.js','getAccessibilityResultsSummary','Error\x20executing\x20script\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','gfsCV','../../../helpers/classLogger','1065890LNSflj','testFramework','instance','fRqDs','AUTOMATION_SESSIONS','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','24qkpURD','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','\x22browserstack.key\x22:\x22[REDACTED]\x22','DSQbG','HKNlS','LOG_DISABLED_SHOWN','WLVtg','TzHBW','tYFqG','Hmejz','PwsDW','YsgCl','YomsR','TQjlN','BaAQF',']\x20clear\x20',',\x20\x0a\x20','THFNM','1636270ZMXPbC','ivXPh','JIYBq','drkou','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Error\x20in\x20getAccessibilityResultsSummary:\x20','IaJZd','getInstance','Error\x20applying\x20sendMessageToServer\x20patch:\x20','IjAwY','getOptions','ITjoI','../../utils/playwright-patcher','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','1784206PIHICG','\x20using\x20script:\x20','CREATE','getTesthub','ZQOkm','length','SJpDR','hEcSZ','includes','13602006GHufLK','capabilitiesList','message','onAfterTest','eGwGg','getScriptByName','PNjwJ','executeScriptByName:\x20No\x20','nTVmt','SlszN','wpLUO','cucumber','WkBzh','_centralAuthConfigFetched','parse','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','test_tags','commandName','lQuyX','KHnPd','LJpwT','util','platformCaps','hFVlp','jClKC','Context','bdPtF','DLnOq','RYZVA','qNBwE','nBpEb','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20',',\x20available\x20commands:\x20','YttWf','MhdLZ','PRE','dHOmT','21300380CukaXd','set','TgfIU','getTestId','testhub_build_uuid','_centralAuthA11yConfig','split','LcvRu','options','getParamsForScanForCli','browserstack_executor','kYpKp','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20','AnyUL','stringify','Error\x20in\x20stopTestCapture:\x20','getCurrentInstanceName','getTestUUID','Error\x20checking\x20headless\x20capability:\x20','CNSfG','onBeforeTest','executeScriptByName','performPageScan','KEY_DRIVER_HAS_URL','playwright-chromium','Error\x20in\x20performPageScan:\x20','scannerVersion','onBeforeExecute:\x20Command\x20','wNKbd','setShouldScan','unknown','pfLyb','name','trim','loadAccessibilityConfig','initAccessibilityConfig','SZOFX','info','page','has','isBrowserstackScriptCommand','ipDll','end','dvhbJ','getSuccess','pwPage','getScriptsList','CRAWX','SZDzi','PERFORM_SCAN','mSufk','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','EXECUTE','bind','../state/automationFrameworkState','rQknd','includeTagsInTestingScope','getCommandsList','onBeforeExecute','../../../helpers/accessibility-automation/helper','scan','exports','ONsYB',']\x20should\x20run\x20accessibility\x20value=','isArray','\x20->\x20','getLogDisabledShown','saveResults','nzZHy','getCapabilitiesList','browserStackEvaluate','fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available','xuHKJ','1656940jTdCvf','1ErONUs','4|0|3|11|14|1|13|2|5|12|8|7|10|6|9','find','MODULE_NAME','DsXMb','vounB','Error\x20in\x20validatePlatformForAccessibility:\x20','excludeTagsInTestingScope','UVAdq','SyyDx',']\x20Accessibility\x20configuration\x20initialized\x20successfully','getTestDetails','warn','lvLOu','scannerProcessingTimeout','start','_sendMessageServerPatchApplied','KYEZD','Executing\x20accessibility\x20script\x20on\x20page','format','../cliUtils'];a79_0x243b=function(){return _0x5452b6;};return a79_0x243b();}class AccessibilityModule extends BaseModule{static [a79_0x39e000(0x201)]=AccessibilityModule[a79_0x39e000(0x352)];static [a79_0x39e000(0x319)]=![];static [a79_0x39e000(0x336)]={};constructor(_0x38e5b1){const _0x525836=a79_0x39e000,_0x1de23c={};_0x1de23c[_0x525836(0x2d2)]=_0x525836(0x1ff),_0x1de23c['TzHBW']=_0x525836(0x286),_0x1de23c[_0x525836(0x326)]=_0x525836(0x335),_0x1de23c[_0x525836(0x25a)]=_0x525836(0x256);const _0x2b0212=_0x1de23c,_0x28c1ab=_0x2b0212[_0x525836(0x2d2)][_0x525836(0x337)]('|');let _0x29853e=0x0;while(!![]){switch(_0x28c1ab[_0x29853e++]){case'0':AutomationFramework[_0x525836(0x259)](AutomationFrameworkState[_0x525836(0x366)],HookState['PRE'],this[_0x525836(0x36c)][_0x525836(0x367)](this));continue;case'1':this[_0x525836(0x2d0)]=_0x38e5b1[_0x525836(0x29d)]();continue;case'2':this[_0x525836(0x2e8)]=new Map();continue;case'3':AutomationFramework[_0x525836(0x259)](AutomationFrameworkState[_0x525836(0x305)],HookState['POST'],this[_0x525836(0x346)][_0x525836(0x367)](this));continue;case'4':super();continue;case'5':this[_0x525836(0x2b5)]=![];continue;case'6':this[_0x525836(0x349)]=_0x2b0212[_0x525836(0x2ea)];continue;case'7':this[_0x525836(0x268)](_0x38e5b1['getOptions']()['getCapabilitiesList']());continue;case'8':this['_sendMessageServerPatchApplied']=![];continue;case'9':this[_0x525836(0x26c)]=_0x2b0212[_0x525836(0x326)];continue;case'10':this[_0x525836(0x2c9)]=_0x2b0212['ruBKD'];continue;case'11':AutomationFramework[_0x525836(0x259)](AutomationFrameworkState[_0x525836(0x21f)],HookState[_0x525836(0x32f)],this[_0x525836(0x30f)][_0x525836(0x367)](this));continue;case'12':this['capabilities']=[];continue;case'13':this[_0x525836(0x274)]=new Map();continue;case'14':this[_0x525836(0x2bd)]=!![];continue;}break;}}['isEnabled'](){return this['isEnabled'];}['getModuleName'](){return AccessibilityModule['MODULE_NAME'];}['getCurrentAccessibilityStatus'](){const _0x663f2=a79_0x39e000;return this['accessibility'][_0x663f2(0x289)](CLIUtils[_0x663f2(0x342)](),![]);}[a79_0x39e000(0x1f6)](){const _0x4fb11f=a79_0x39e000;return this['LOG_DISABLED_SHOWN'][_0x4fb11f(0x289)](CLIUtils[_0x4fb11f(0x342)](),![]);}['setLogDisabledShown'](_0x5b436f){const _0x44286b=a79_0x39e000;this[_0x44286b(0x2e8)]['set'](CLIUtils[_0x44286b(0x342)](),_0x5b436f);}[a79_0x39e000(0x241)](){const _0x292d54=a79_0x39e000,_0x4b616c={'LnFKC':'sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','oKxie':function(_0x21dacd,_0xd33269){return _0x21dacd(_0xd33269);},'tYFqG':_0x292d54(0x301),'Hmejz':_0x292d54(0x2ac),'ckeBh':'patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher'};if(this[_0x292d54(0x20e)]){logger[_0x292d54(0x2c0)](_0x4b616c[_0x292d54(0x22d)]);return;}try{const _0x26e602=_0x4b616c['oKxie'](require,_0x4b616c[_0x292d54(0x2eb)]);_0x26e602&&_0x26e602[_0x292d54(0x290)]?(_0x26e602['patchSendMessageToServer'](),this[_0x292d54(0x20e)]=!![],logger[_0x292d54(0x2c0)](_0x4b616c[_0x292d54(0x2ec)])):logger[_0x292d54(0x2c0)](_0x4b616c['ckeBh']);}catch(_0xaefb54){logger[_0x292d54(0x2c0)](_0x292d54(0x2fd)+util[_0x292d54(0x211)](_0xaefb54));}}['isPlatformSupported'](_0x4008d0=null,_0xa0ceb5=null,_0x571957=null){const _0x54be8e=a79_0x39e000,_0x70d93c={'PdCpV':function(_0x455abf,_0x2b97d6){return _0x455abf&&_0x2b97d6;},'USDit':'isPlatformSupported:\x20caps\x20are\x20null','dULWn':function(_0x31f434,_0x4e54e7){return _0x31f434(_0x4e54e7);},'YttWf':_0x54be8e(0x36d),'PNjwJ':function(_0x3e3d07,_0x43636a){return _0x3e3d07(_0x43636a);},'IaJZd':_0x54be8e(0x239),'KuWBJ':function(_0x169d5d){return _0x169d5d();},'rQknd':_0x54be8e(0x2e2),'Blusy':function(_0x5aca1d,_0x5defbb){return _0x5aca1d===_0x5defbb;},'SZDzi':_0x54be8e(0x297),'YNPsu':function(_0x29f6d8,_0x29cc2c){return _0x29f6d8===_0x29cc2c;},'vounB':_0x54be8e(0x34a),'xCmKy':function(_0x39014a,_0x139046){return _0x39014a===_0x139046;},'pfLyb':_0x54be8e(0x302),'yURhg':function(_0x41c7f4,_0x4fe0fc){return _0x41c7f4===_0x4fe0fc;},'KXmjv':function(_0x19f0a4,_0xc3ad73){return _0x19f0a4===_0xc3ad73;},'WjspZ':_0x54be8e(0x2a4),'UVCCr':_0x54be8e(0x258),'ONsYB':'isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','OcNDi':function(_0x405cc4){return _0x405cc4();},'PwsDW':function(_0xf967dd,_0x4622ca){return _0xf967dd>_0x4622ca;},'jknYN':function(_0x24619a,_0x49620a){return _0x24619a(_0x49620a);},'KrEaO':_0x54be8e(0x291),'lQuyX':function(_0x5212fe,_0x2f5441){return _0x5212fe!==_0x2f5441;},'hwDKH':'latest','WkBzh':function(_0x2ffdb1,_0x16fa76){return _0x2ffdb1(_0x16fa76);},'IjAwY':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x70d93c[_0x54be8e(0x2ca)](!_0xa0ceb5,!_0x571957))return logger[_0x54be8e(0x2c0)](_0x70d93c[_0x54be8e(0x2c4)]),![];const {isAccessibilityAutomationSession:_0xccdab3}=_0x70d93c[_0x54be8e(0x2c1)](require,_0x70d93c[_0x54be8e(0x32d)]),{isUndefined:_0x4d14e4,isBrowserstackInfra:_0x4cb1f3}=_0x70d93c[_0x54be8e(0x312)](require,_0x70d93c[_0x54be8e(0x2fb)]);if(!_0x70d93c[_0x54be8e(0x295)](_0xccdab3))return logger[_0x54be8e(0x2c0)](_0x70d93c[_0x54be8e(0x369)]),![];if(!(_0xa0ceb5[_0x54be8e(0x2a6)]&&_0x70d93c['Blusy'](_0xa0ceb5[_0x54be8e(0x2a6)]['toLowerCase'](),_0x70d93c[_0x54be8e(0x362)])||_0xa0ceb5[_0x54be8e(0x2a6)]&&_0x70d93c[_0x54be8e(0x242)](_0xa0ceb5[_0x54be8e(0x2a6)][_0x54be8e(0x24f)](),_0x70d93c[_0x54be8e(0x203)])||_0xa0ceb5['browser']&&_0x70d93c['xCmKy'](_0xa0ceb5[_0x54be8e(0x2b7)]['toLowerCase'](),_0x70d93c[_0x54be8e(0x362)])||_0xa0ceb5[_0x54be8e(0x2b7)]&&_0x70d93c['YNPsu'](_0xa0ceb5[_0x54be8e(0x2b7)][_0x54be8e(0x24f)](),_0x70d93c['vounB'])))return logger[_0x54be8e(0x20a)](_0x70d93c[_0x54be8e(0x351)]),![];try{const _0x3130cc=_0xa0ceb5[_0x54be8e(0x298)],_0x59c621=_0x70d93c['yURhg'](_0x3130cc,!![])||_0x70d93c[_0x54be8e(0x276)](_0x3130cc,_0x70d93c[_0x54be8e(0x29a)])||_0x70d93c[_0x54be8e(0x276)](typeof _0x3130cc,_0x70d93c[_0x54be8e(0x279)])&&_0x70d93c[_0x54be8e(0x242)](_0x3130cc[_0x54be8e(0x24f)](),_0x70d93c['WjspZ']);if(_0x59c621)return logger[_0x54be8e(0x20a)](_0x70d93c[_0x54be8e(0x1f2)]),![];}catch(_0x126d9f){logger[_0x54be8e(0x2c0)](_0x54be8e(0x344)+util['format'](_0x126d9f));}if(!_0x70d93c['OcNDi'](_0x4cb1f3)){if(!_0x70d93c[_0x54be8e(0x2ed)](_0x70d93c['jknYN'](parseFloat,_0xa0ceb5[_0x54be8e(0x24b)]),_0x70d93c[_0x54be8e(0x2c1)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x70d93c['KrEaO']),![];}else{if(_0x70d93c[_0x54be8e(0x31e)](_0xa0ceb5[_0x54be8e(0x24b)],_0x70d93c[_0x54be8e(0x245)])&&!_0x70d93c[_0x54be8e(0x2ed)](_0x70d93c[_0x54be8e(0x318)](parseFloat,_0xa0ceb5[_0x54be8e(0x24b)]),_0x70d93c[_0x54be8e(0x312)](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x54be8e(0x20a)](_0x70d93c[_0x54be8e(0x2fe)]),![];}return!![];}catch(_0x4d5538){return logger[_0x54be8e(0x2c0)](_0x54be8e(0x28f)+_0x4d5538['message']),![];}}[a79_0x39e000(0x216)](_0x1155af=[],_0x51962d){const _0x37a2ce=a79_0x39e000,_0x7b4e9b={'uWBYM':function(_0x1b22d7,_0x8d0d43){return _0x1b22d7===_0x8d0d43;},'MXhPH':function(_0x41cd34,_0x4d5125){return _0x41cd34(_0x4d5125);},'SyyDx':function(_0xe54017,_0x1a72e2){return _0xe54017>_0x1a72e2;},'mhCPZ':function(_0x13efba,_0x1599f1){return _0x13efba&&_0x1599f1;},'kSBRS':_0x37a2ce(0x350)};try{const _0x42a716=process['env'][_0x37a2ce(0x2da)]?JSON[_0x37a2ce(0x31a)](process[_0x37a2ce(0x2c2)][_0x37a2ce(0x2da)]):null;if(!_0x42a716)return!![];const _0xf92829=Array[_0x37a2ce(0x1f4)](_0x42a716['includeTagsInTestingScope'])?_0x42a716[_0x37a2ce(0x36a)]:[],_0x5cc3a1=Array['isArray'](_0x42a716['excludeTagsInTestingScope'])?_0x42a716[_0x37a2ce(0x205)]:[];let _0x53938b=![],_0x2b25b4=_0x7b4e9b[_0x37a2ce(0x2a2)](_0xf92829[_0x37a2ce(0x308)],0x0);const _0x39d6ff=_0x2ff551=>typeof _0x2ff551==='string'?_0x2ff551[_0x37a2ce(0x24a)](/^@/,'')[_0x37a2ce(0x24f)]()[_0x37a2ce(0x353)]():_0x2ff551,_0x89a54=new Set(_0xf92829['map'](_0x39d6ff)),_0x162dcf=new Set(_0x5cc3a1[_0x37a2ce(0x2bf)](_0x39d6ff));for(const _0x329ab4 of _0x1155af){const _0x36a5c1=_0x7b4e9b[_0x37a2ce(0x227)](_0x39d6ff,_0x329ab4);_0x162dcf[_0x37a2ce(0x359)](_0x36a5c1)&&(_0x53938b=!![]),_0x7b4e9b[_0x37a2ce(0x207)](_0x89a54[_0x37a2ce(0x249)],0x0)&&_0x89a54['has'](_0x36a5c1)&&(_0x2b25b4=!![]);}const _0x5a5bb3=_0x7b4e9b[_0x37a2ce(0x230)](_0x2b25b4,!_0x53938b);return logger[_0x37a2ce(0x2c0)]('[platform\x20-\x20'+(_0x51962d?.[_0x37a2ce(0x21b)]?.()||_0x7b4e9b[_0x37a2ce(0x240)])+']\x20isEnabledTestcase\x20result='+_0x5a5bb3+_0x37a2ce(0x260)+JSON['stringify'](_0x1155af)+',\x20includeTags='+JSON[_0x37a2ce(0x340)](_0xf92829)+_0x37a2ce(0x282)+JSON[_0x37a2ce(0x340)](_0x5cc3a1)),_0x5a5bb3;}catch(_0x2ad692){return logger[_0x37a2ce(0x2c0)](_0x37a2ce(0x27b)+(_0x51962d?.[_0x37a2ce(0x21b)]?.()||_0x7b4e9b[_0x37a2ce(0x240)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x2ad692['message']),![];}}async['onBeforeTest'](_0x3ba2b2){const _0x68def2=a79_0x39e000,_0x301e02={};_0x301e02['NWrkR']=function(_0x15f0c0,_0x13b991){return _0x15f0c0!==_0x13b991;},_0x301e02['ssIbW']=_0x68def2(0x317),_0x301e02[_0x68def2(0x272)]=_0x68def2(0x234),_0x301e02[_0x68def2(0x293)]=_0x68def2(0x215),_0x301e02[_0x68def2(0x20b)]=_0x68def2(0x29b),_0x301e02['OhGXH']=_0x68def2(0x2f9),_0x301e02['tihLz']=_0x68def2(0x2d4),_0x301e02[_0x68def2(0x345)]=function(_0xe60a7b,_0x273aeb){return _0xe60a7b===_0x273aeb;},_0x301e02[_0x68def2(0x31f)]=function(_0x45c748,_0x44e4e7){return _0x45c748===_0x44e4e7;},_0x301e02[_0x68def2(0x22c)]='onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true',_0x301e02[_0x68def2(0x26f)]=function(_0x30d95f,_0x3e88bd){return _0x30d95f>_0x3e88bd;},_0x301e02[_0x68def2(0x364)]=_0x68def2(0x2ba),_0x301e02[_0x68def2(0x2f7)]=_0x68def2(0x31c),_0x301e02[_0x68def2(0x300)]=function(_0x380fdb,_0x7df9cf){return _0x380fdb&&_0x7df9cf;},_0x301e02['aEnGm']=_0x68def2(0x350),_0x301e02[_0x68def2(0x2c5)]=_0x68def2(0x2a4);const _0x24f40e=_0x301e02;if(_0x24f40e['NWrkR'](_0x3ba2b2[_0x68def2(0x2de)],_0x24f40e['ssIbW'])){logger[_0x68def2(0x2c0)](_0x24f40e[_0x68def2(0x272)]);return;}logger['info'](_0x68def2(0x27f)+JSON[_0x68def2(0x340)](_0x3ba2b2));try{const _0x396356=AutomationFramework['getTrackedInstance'](),_0x196ba1=TestFramework[_0x68def2(0x261)](),_0x50c024=_0x3ba2b2[_0x68def2(0x358)]||global[_0x68def2(0x27d)]?.[_0x68def2(0x35f)]||null;if(!_0x50c024){_0x196ba1&&_0x196ba1[_0x68def2(0x267)](_0x24f40e[_0x68def2(0x293)],!![]);logger[_0x68def2(0x2c0)](_0x24f40e[_0x68def2(0x20b)]);return;}logger['debug'](_0x24f40e['OhGXH']);const _0x6c116b=_0x196ba1?.[_0x68def2(0x223)](_0x24f40e[_0x68def2(0x2a9)],![]),_0x56be8a=_0x196ba1?.[_0x68def2(0x223)](_0x24f40e[_0x68def2(0x293)],![]);if(_0x24f40e[_0x68def2(0x345)](_0x6c116b,![])&&_0x24f40e[_0x68def2(0x31f)](_0x56be8a,![])){_0x196ba1&&_0x196ba1['updateData'](_0x24f40e[_0x68def2(0x2a9)],!![]);logger[_0x68def2(0x2c0)](_0x24f40e[_0x68def2(0x22c)]);return;}_0x196ba1&&_0x196ba1[_0x68def2(0x267)](_0x24f40e[_0x68def2(0x293)],!![]);let _0x8341e9=[];const _0x4f3473=this[_0x68def2(0x334)](_0x3ba2b2),_0x29bb38=TestInfo[_0x68def2(0x209)](_0x4f3473);if(_0x29bb38&&Array[_0x68def2(0x1f4)](_0x29bb38['test_tags'])&&_0x24f40e[_0x68def2(0x26f)](_0x29bb38[_0x68def2(0x31c)]['length'],0x0))_0x8341e9=_0x29bb38[_0x68def2(0x31c)];else{if(_0x196ba1){const _0x17e3c6=_0x24f40e['CNSfG'](typeof _0x196ba1[_0x68def2(0x223)],_0x24f40e[_0x68def2(0x364)])?_0x196ba1[_0x68def2(0x223)](_0x24f40e['JIYBq'],[]):_0x196ba1[_0x68def2(0x31c)]||[];Array[_0x68def2(0x1f4)](_0x17e3c6)&&(_0x8341e9=_0x17e3c6);}}logger['info']('test-tags-->\x20'+JSON[_0x68def2(0x340)](_0x8341e9));const _0x246c6c=this[_0x68def2(0x2a0)](_0x396356,_0x3ba2b2[_0x68def2(0x322)],_0x3ba2b2[_0x68def2(0x28a)]),_0xc08d4c=this['isEnabledTestcase'](_0x8341e9,_0x396356),_0x1943a8=_0x24f40e['ITjoI'](_0x246c6c,_0xc08d4c),_0x6dee58=CLIUtils['getCurrentInstanceName']();this[_0x68def2(0x274)][_0x68def2(0x332)](_0x6dee58,_0x1943a8),global[_0x68def2(0x325)]?.[_0x68def2(0x23b)]&&global[_0x68def2(0x325)][_0x68def2(0x23b)]()[_0x68def2(0x34f)](_0x1943a8),logger['debug'](_0x68def2(0x27b)+(_0x396356?.[_0x68def2(0x21b)]?.()||_0x24f40e['aEnGm'])+_0x68def2(0x1f3)+_0x1943a8),_0x1943a8?(global[_0x68def2(0x2b3)]=!![],process[_0x68def2(0x2c2)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x24f40e['LqGJY'],this[_0x68def2(0x241)]()):global[_0x68def2(0x2b3)]=![];}catch(_0x1ebf96){logger['error'](_0x68def2(0x285)+(_0x1ebf96[_0x68def2(0x253)]||_0x1ebf96[_0x68def2(0x30e)]));const _0x378816=CLIUtils[_0x68def2(0x342)]();this['accessibility']['set'](_0x378816,![]),global[_0x68def2(0x2b3)]=![];}}['getGoogleChromeOptions'](){const _0x287dd5=a79_0x39e000;return this[_0x287dd5(0x2a3)]['find'](_0x44f8f7=>_0x44f8f7[_0x287dd5(0x25c)]()===_0x287dd5(0x2ce))?.[_0x287dd5(0x2bc)]()||'';}[a79_0x39e000(0x237)](_0x9b436b){const _0x45c51d=a79_0x39e000;try{const _0x209e28=this[_0x45c51d(0x2d0)]?.['options']?.[_0x45c51d(0x30d)]||[],_0x45c0b3=_0x209e28[_0x45c51d(0x200)](_0x4b6f92=>_0x4b6f92['name']===_0x9b436b);return _0x45c0b3?_0x45c0b3['value']:null;}catch(_0x1bc8d1){return logger[_0x45c51d(0x2c0)]('Error\x20getting\x20capability\x20value\x20for\x20'+_0x9b436b+':\x20'+_0x1bc8d1[_0x45c51d(0x30e)]),null;}}async[a79_0x39e000(0x2c8)](_0xd9cae1,_0x220d1e){const _0x4e823d=a79_0x39e000,_0x454059=_0xd9cae1[_0x4e823d(0x28d)]()['getOptions'](),_0x334b85=_0x454059[_0x4e823d(0x360)](),_0x132435=_0x454059[_0x4e823d(0x247)]()?.[_0x4e823d(0x36b)]();scripts['parseFromProto'](_0x334b85,_0x132435),scripts['toJson']();const _0x148742=_0x454059['getCapabilitiesList']();this[_0x4e823d(0x2a3)]=_0x454059[_0x4e823d(0x1f9)](),await this[_0x4e823d(0x268)](_0x148742,_0x220d1e[_0x4e823d(0x28a)]);}async[a79_0x39e000(0x268)](_0x46616a,_0x15e6c3={}){const _0x120667=a79_0x39e000,_0x19951b={};_0x19951b['xuHKJ']=function(_0x229a35,_0x3b3a17){return _0x229a35===_0x3b3a17;},_0x19951b['AnyUL']='accessibilityToken',_0x19951b[_0x120667(0x27c)]=_0x120667(0x262),_0x19951b[_0x120667(0x24c)]=function(_0x473654,_0x25e366){return _0x473654===_0x25e366;},_0x19951b[_0x120667(0x202)]=_0x120667(0x22f),_0x19951b['ZzMak']=_0x120667(0x266),_0x19951b[_0x120667(0x320)]=_0x120667(0x34c),_0x19951b[_0x120667(0x2b0)]=_0x120667(0x2b6),_0x19951b['pAhTK']=_0x120667(0x20c),_0x19951b['ivXPh']=_0x120667(0x22a);const _0x1c8c94=_0x19951b;global[_0x120667(0x2af)]=global[_0x120667(0x2af)]||{};for(const _0x4f2e08 of _0x46616a){logger[_0x120667(0x357)](_0x120667(0x269)+_0x4f2e08['getName']()+_0x120667(0x2cf)+_0x4f2e08[_0x120667(0x2bc)]());if(_0x1c8c94['xuHKJ'](_0x4f2e08[_0x120667(0x25c)](),_0x1c8c94[_0x120667(0x33f)]))process['env']['BS_A11Y_JWT']=_0x4f2e08[_0x120667(0x2bc)](),global[_0x120667(0x2af)][_0x1c8c94[_0x120667(0x27c)]]=_0x4f2e08[_0x120667(0x2bc)]();else{if(_0x1c8c94[_0x120667(0x24c)](_0x4f2e08['getName'](),_0x1c8c94[_0x120667(0x202)]))global['__accessibilityOptions'][_0x1c8c94[_0x120667(0x2a5)]]=_0x4f2e08[_0x120667(0x2bc)]();else{if(_0x1c8c94['HmAZD'](_0x4f2e08[_0x120667(0x25c)](),_0x1c8c94[_0x120667(0x320)]))global[_0x120667(0x2af)][_0x1c8c94[_0x120667(0x2b0)]]=_0x4f2e08['getValue']();else _0x1c8c94[_0x120667(0x1fc)](_0x4f2e08['getName'](),_0x1c8c94['pAhTK'])&&(global[_0x120667(0x2af)][_0x1c8c94[_0x120667(0x2f6)]]=_0x4f2e08[_0x120667(0x2bc)]());}}}}async['onAfterTest'](_0x18e784){const _0x2f7165=a79_0x39e000,_0x52a569={};_0x52a569[_0x2f7165(0x213)]=function(_0x35cfb4,_0x613e9a){return _0x35cfb4!==_0x613e9a;},_0x52a569[_0x2f7165(0x309)]=_0x2f7165(0x317),_0x52a569['wNKbd']=_0x2f7165(0x2a7),_0x52a569[_0x2f7165(0x330)]=_0x2f7165(0x350);const _0x439222=_0x52a569;if(_0x439222[_0x2f7165(0x213)](_0x18e784[_0x2f7165(0x2de)],_0x439222[_0x2f7165(0x309)])){logger[_0x2f7165(0x2c0)](_0x439222[_0x2f7165(0x34e)]);return;}logger[_0x2f7165(0x357)](_0x2f7165(0x254)+JSON[_0x2f7165(0x340)](_0x18e784));try{const _0x2024bc=_0x18e784[_0x2f7165(0x2df)]||AutomationFramework[_0x2f7165(0x261)](),_0x31fa41=CLIUtils[_0x2f7165(0x342)](),_0x59a085=this[_0x2f7165(0x2b2)]();logger[_0x2f7165(0x2c0)]('[platform\x20-\x20'+(_0x2024bc?.[_0x2f7165(0x21b)]?.()||_0x439222[_0x2f7165(0x330)])+']\x20onAfterTest\x20should\x20scan='+_0x59a085),_0x59a085&&await this[_0x2f7165(0x2d5)](_0x2024bc,_0x18e784),this['accessibility'][_0x2f7165(0x219)](_0x31fa41),this[_0x2f7165(0x2e8)]['delete'](_0x31fa41);}catch(_0xad6bae){logger['error']('Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20'+(_0xad6bae[_0x2f7165(0x253)]||_0xad6bae[_0x2f7165(0x30e)]));}}async[a79_0x39e000(0x2d5)](_0x5af428,_0x1c0bf6){const _0xa0083c=a79_0x39e000,_0x151325={};_0x151325[_0xa0083c(0x329)]=function(_0x249a68,_0x3c2392){return _0x249a68===_0x3c2392;},_0x151325[_0xa0083c(0x2c7)]=_0xa0083c(0x2ba),_0x151325[_0xa0083c(0x26a)]='unknown',_0x151325[_0xa0083c(0x2e9)]='present',_0x151325[_0xa0083c(0x225)]='null',_0x151325[_0xa0083c(0x20f)]='accessibility',_0x151325[_0xa0083c(0x224)]='saveResults',_0x151325['UVAdq']=function(_0x277881,_0x5d82b5){return _0x277881||_0x5d82b5;},_0x151325[_0xa0083c(0x2e0)]=_0xa0083c(0x2e1),_0x151325[_0xa0083c(0x32a)]='NON_BROWSERSTACK_AUTOMATION_SESSIONS';const _0x492283=_0x151325;try{const _0x47abd8=this[_0xa0083c(0x334)](_0x1c0bf6),_0x45a212=TestInfo[_0xa0083c(0x343)](_0x47abd8),_0x4d2334=((()=>{const _0x42f6f9=_0xa0083c,_0x48ce9d=(this[_0x42f6f9(0x2d0)]?.['options']?.[_0x42f6f9(0x30d)]||[])[_0x42f6f9(0x200)](_0x5407d2=>(typeof _0x5407d2[_0x42f6f9(0x25c)]===_0x42f6f9(0x2ba)?_0x5407d2[_0x42f6f9(0x25c)]():_0x5407d2['name'])===this[_0x42f6f9(0x26c)]);return _0x48ce9d?_0x492283[_0x42f6f9(0x329)](typeof _0x48ce9d['getValue'],_0x492283['UTvpM'])?_0x48ce9d[_0x42f6f9(0x2bc)]():_0x48ce9d[_0x42f6f9(0x236)]:'';})()),_0x12f6da=process[_0xa0083c(0x2c2)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0xa0083c(0x2c0)](_0xa0083c(0x27b)+(_0x5af428?.[_0xa0083c(0x21b)]?.()||_0x492283[_0xa0083c(0x26a)])+_0xa0083c(0x2f2)+_0x45a212+_0xa0083c(0x238)+_0x4d2334+'\x20a11yToken='+(_0x12f6da?_0x492283[_0xa0083c(0x2e9)]:_0x492283[_0xa0083c(0x225)]));const _0x9c690a=await GrpcClient['getInstance']()['fetchDriverExecuteParamsEvent'](process[_0xa0083c(0x2c2)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x492283['KYEZD'],_0x492283[_0xa0083c(0x224)]),_0x345f29=AccessibilityModule['loadDriverExecuteParams'](_0x45a212,_0x9c690a);logger[_0xa0083c(0x2c0)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0xa0083c(0x340)](_0x345f29));const _0x56cdab=Object[_0xa0083c(0x246)]({},{'thTestRunUuid':_0x492283[_0xa0083c(0x206)](_0x45a212,''),'thBuildUuid':_0x492283['UVAdq'](_0x4d2334,''),'thJwtToken':_0x492283[_0xa0083c(0x206)](_0x12f6da,'')},_0x345f29);let _0x21bc9c=global['__workerDetails']?.[_0xa0083c(0x35f)]||null;!_0x21bc9c&&(_0x21bc9c=AutomationFramework['getState'](_0x5af428,_0x492283[_0xa0083c(0x2e0)],null)),!_0x21bc9c&&(_0x21bc9c=AutomationFramework['getState'](_0x5af428,_0x492283[_0xa0083c(0x32a)],null)),await this['finishScanningForCli'](this[_0xa0083c(0x2b2)](),_0x45a212,_0x21bc9c,_0x56cdab,this['isAppAccessibility']);}catch(_0x530a3c){logger[_0xa0083c(0x23c)](_0xa0083c(0x341)+(_0x530a3c[_0xa0083c(0x253)]||_0x530a3c[_0xa0083c(0x30e)]));}}async['finishScanningForCli'](_0x196c67,_0x24873f,_0xda503f,_0x5f31c7,_0x4ff055){const _0x5d7003=a79_0x39e000,_0x24842f={};_0x24842f['BaAQF']=_0x5d7003(0x1f7),_0x24842f[_0x5d7003(0x257)]=function(_0x1e5029,_0x2e2cf1){return _0x1e5029&&_0x2e2cf1;},_0x24842f[_0x5d7003(0x2ab)]=_0x5d7003(0x220),_0x24842f[_0x5d7003(0x2e6)]=function(_0x19c322,_0x2b14e3){return _0x19c322===_0x2b14e3;},_0x24842f[_0x5d7003(0x2ef)]='null',_0x24842f[_0x5d7003(0x316)]=_0x5d7003(0x33d),_0x24842f[_0x5d7003(0x28e)]=_0x5d7003(0x275),_0x24842f['nzZHy']=_0x5d7003(0x24d),_0x24842f[_0x5d7003(0x361)]='scan',_0x24842f[_0x5d7003(0x29f)]=_0x5d7003(0x31b),_0x24842f[_0x5d7003(0x233)]='a11y:save-results',_0x24842f[_0x5d7003(0x2f0)]=_0x5d7003(0x280);const _0x404d43=_0x24842f;try{const _0x19d00d=this[_0x5d7003(0x311)](_0x404d43[_0x5d7003(0x2f1)]);if(_0x404d43[_0x5d7003(0x257)](!_0x4ff055,!_0x19d00d)){logger[_0x5d7003(0x2c0)](_0x404d43[_0x5d7003(0x2ab)]);return;}if(!_0x24873f||_0x404d43[_0x5d7003(0x2e6)](_0x24873f,_0x404d43[_0x5d7003(0x2ef)])||_0x404d43[_0x5d7003(0x2e6)](_0x24873f,'')){logger[_0x5d7003(0x2c0)](_0x404d43[_0x5d7003(0x316)]);return;}logger[_0x5d7003(0x2c0)](_0x5d7003(0x24e)+JSON[_0x5d7003(0x340)](_0x5f31c7)),_0x196c67&&(logger[_0x5d7003(0x2c0)](_0x404d43[_0x5d7003(0x28e)]),await this['performScanForCli'](_0xda503f,_0x24873f,_0x404d43[_0x5d7003(0x1f8)],_0x5f31c7,_0x4ff055,_0x404d43[_0x5d7003(0x361)]),_0x404d43[_0x5d7003(0x257)](!_0x4ff055,_0x19d00d)&&(logger[_0x5d7003(0x2c0)](_0x404d43['awuoY']),await PerformanceTester['measureWrapper'](_0x404d43[_0x5d7003(0x233)],async()=>{const _0x2e9618=_0x5d7003;await this[_0x2e9618(0x255)](_0xda503f,_0x24873f,_0x404d43['BaAQF'],_0x5f31c7,_0x4ff055,_0x404d43['BaAQF']);})()),logger[_0x5d7003(0x357)](_0x404d43[_0x5d7003(0x2f0)]));}catch(_0x5866b3){logger['error'](_0x5d7003(0x32b)+(_0x5866b3[_0x5d7003(0x253)]||_0x5866b3[_0x5d7003(0x30e)]));}}async[a79_0x39e000(0x36c)](_0x5094b1){const _0x5c3e23=a79_0x39e000,_0x464eb4={};_0x464eb4['Ycnmk']=function(_0x1273a4,_0x556923){return _0x1273a4!==_0x556923;},_0x464eb4[_0x5c3e23(0x2e7)]=_0x5c3e23(0x317),_0x464eb4[_0x5c3e23(0x328)]=_0x5c3e23(0x2a8),_0x464eb4['DLnOq']=_0x5c3e23(0x350),_0x464eb4[_0x5c3e23(0x25e)]='onBeforeExecute:\x20No\x20command\x20name\x20provided',_0x464eb4[_0x5c3e23(0x2db)]=_0x5c3e23(0x217),_0x464eb4['SkkGL']=_0x5c3e23(0x335),_0x464eb4[_0x5c3e23(0x333)]=_0x5c3e23(0x36e),_0x464eb4[_0x5c3e23(0x26d)]='null';const _0x33821c=_0x464eb4;if(_0x33821c[_0x5c3e23(0x281)](_0x5094b1['testFramework'],_0x33821c[_0x5c3e23(0x2e7)])){logger['debug'](_0x33821c['RYZVA']);return;}logger[_0x5c3e23(0x2c0)]('onBeforeExecute:\x20command='+(_0x5094b1[_0x5c3e23(0x31d)]||_0x33821c[_0x5c3e23(0x327)]));try{const _0xb58433=_0x5094b1['instance']||AutomationFramework['getTrackedInstance'](),_0x78f75f=TestFramework['getTrackedInstance'](),_0x3efd76=_0x5094b1[_0x5c3e23(0x31d)]||_0x5094b1[_0x5c3e23(0x296)]?.['getName']();if(!_0x3efd76){logger['debug'](_0x33821c['qVXfz']);return;}if(!this[_0x5c3e23(0x2b2)]()){logger[_0x5c3e23(0x2c0)](_0x5c3e23(0x21d)+_0x3efd76);return;}if(!this[_0x5c3e23(0x288)](_0x3efd76)){logger['debug'](_0x5c3e23(0x34d)+_0x3efd76+_0x5c3e23(0x365));return;}const _0x93932b=_0x5094b1[_0x5c3e23(0x358)]||global[_0x5c3e23(0x27d)]?.[_0x5c3e23(0x35f)];if(!_0x93932b){logger[_0x5c3e23(0x2c0)](_0x5c3e23(0x263)+_0x3efd76);return;}const _0x595488=this[_0x5c3e23(0x237)](_0x33821c['gfsCV'])||'',_0x361744=this[_0x5c3e23(0x237)](_0x33821c['SkkGL'])||this[_0x5c3e23(0x2d0)][this[_0x5c3e23(0x26c)]]||null,_0xfb474a=process[_0x5c3e23(0x2c2)][_0x5c3e23(0x23a)]||'',_0x2e95cb=this['getParamsForScanForCli'](_0x3efd76,_0x595488,_0x361744,_0xfb474a),_0x291641=await AccessibilityModule[_0x5c3e23(0x2ae)](_0x33821c[_0x5c3e23(0x333)],_0x595488);logger[_0x5c3e23(0x357)]('ScanArgs:\x20'+(_0x2e95cb?JSON['stringify'](_0x2e95cb):_0x33821c[_0x5c3e23(0x26d)]));const _0x2e426c=CLIUtils[_0x5c3e23(0x2d6)](_0x2e95cb,_0x291641);logger['info'](_0x5c3e23(0x232)+(_0x2e426c?JSON[_0x5c3e23(0x340)](_0x2e426c):_0x33821c[_0x5c3e23(0x26d)])),logger[_0x5c3e23(0x2c0)]('onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20'+_0x3efd76);const _0x257904=await this[_0x5c3e23(0x255)](_0x93932b,_0x595488,_0x3efd76,_0x2e426c,this['isAppAccessibility']);logger['debug']('onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20'+_0x3efd76+_0x5c3e23(0x2f3)+_0x257904);}catch(_0x21f179){logger[_0x5c3e23(0x23c)](_0x5c3e23(0x243)+(_0x21f179[_0x5c3e23(0x253)]||_0x21f179['message']));}}[a79_0x39e000(0x29e)](){const _0x7e8b51=a79_0x39e000;return this[_0x7e8b51(0x2b2)]();}[a79_0x39e000(0x2bb)](_0x299c0b){const _0x143487=a79_0x39e000,_0x277d58=CLIUtils['getCurrentInstanceName']();this[_0x143487(0x274)][_0x143487(0x332)](_0x277d58,_0x299c0b);}async[a79_0x39e000(0x355)](_0x1e17bf){const _0x57dfd3=a79_0x39e000,_0x4e7ac7={};_0x4e7ac7[_0x57dfd3(0x292)]=_0x57dfd3(0x350);const _0x336090=_0x4e7ac7;try{const _0x2cbd80=_0x1e17bf[_0x57dfd3(0x2df)]||AutomationFramework[_0x57dfd3(0x261)](),_0x56188d=_0x2cbd80?.[_0x57dfd3(0x223)]?.()?.[_0x57dfd3(0x289)]?.(this[_0x57dfd3(0x2c9)])||![];if(_0x56188d)return;PerformanceTester[_0x57dfd3(0x20d)](EVENTS[_0x57dfd3(0x2c3)]);const _0x48017d=await GrpcClient[_0x57dfd3(0x2fc)]()['getAccessibilityConfig'](_0x1e17bf);_0x48017d&&_0x48017d[_0x57dfd3(0x28d)]&&_0x48017d[_0x57dfd3(0x28d)]()&&_0x48017d[_0x57dfd3(0x28d)]()[_0x57dfd3(0x35e)]()?(await this[_0x57dfd3(0x354)](_0x48017d,_0x1e17bf),_0x2cbd80?.[_0x57dfd3(0x223)]&&_0x2cbd80[_0x57dfd3(0x223)]()[_0x57dfd3(0x332)](this['KEY_INIT'],!![]),logger[_0x57dfd3(0x2c0)](_0x57dfd3(0x27b)+(_0x2cbd80?.['getPlatformIndex']?.()||_0x336090['cZvvQ'])+_0x57dfd3(0x208))):logger[_0x57dfd3(0x2c0)](_0x57dfd3(0x27b)+(_0x2cbd80?.[_0x57dfd3(0x21b)]?.()||_0x336090['cZvvQ'])+']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration'),PerformanceTester[_0x57dfd3(0x35c)](EVENTS['SDK_ACCESSIBILITY_CONFIG']);}catch(_0x36926e){PerformanceTester[_0x57dfd3(0x35c)](EVENTS[_0x57dfd3(0x2c3)],![],_0x36926e[_0x57dfd3(0x30e)]),logger['error']('Error\x20in\x20initAccessibilityConfig:\x20'+(_0x36926e[_0x57dfd3(0x253)]||_0x36926e[_0x57dfd3(0x30e)]));}}async[a79_0x39e000(0x354)](_0x82774,_0x5b95c8){const _0x41c80c=a79_0x39e000;await this[_0x41c80c(0x2c8)](_0x82774,_0x5b95c8);const _0x581c54=_0x82774['getAccessibility']()[_0x41c80c(0x2ff)]();if(_0x581c54){const _0x116caf=_0x82774[_0x41c80c(0x306)]&&_0x82774[_0x41c80c(0x306)]();_0x116caf&&(this['accessibilityConfig'][this[_0x41c80c(0x26c)]]=_0x116caf['getBuildId']&&_0x116caf['getBuildId']());}}[a79_0x39e000(0x288)](_0x1ffde0){const _0x26b4cc=a79_0x39e000,_0x4f6e20={};_0x4f6e20[_0x26b4cc(0x2c6)]=function(_0x4fbfa5,_0xb4b868){return _0x4fbfa5===_0xb4b868;};const _0x4905bf=_0x4f6e20;try{if(!_0x1ffde0)return![];const _0x3c5d25=this[_0x26b4cc(0x2d0)]?.[_0x26b4cc(0x339)]?.['commandsToWrap']?.[_0x26b4cc(0x252)]||[],_0x3a0ae4=_0x3c5d25['some'](_0x4daa60=>{const _0x2131ee=_0x26b4cc;return _0x4daa60[_0x2131ee(0x352)]&&_0x4905bf['nczvy'](_0x4daa60['name'][_0x2131ee(0x24f)](),_0x1ffde0[_0x2131ee(0x24f)]());});return logger['debug'](_0x26b4cc(0x21e)+_0x1ffde0+_0x26b4cc(0x1f5)+_0x3a0ae4+_0x26b4cc(0x32c)+JSON[_0x26b4cc(0x340)](_0x3c5d25[_0x26b4cc(0x2bf)](_0x1cb4d8=>_0x1cb4d8[_0x26b4cc(0x352)]))),_0x3a0ae4;}catch(_0x139908){return logger[_0x26b4cc(0x2c0)](_0x26b4cc(0x214)+_0x139908[_0x26b4cc(0x30e)]),![];}}[a79_0x39e000(0x35a)](_0x54e16a){const _0x5746cd=a79_0x39e000,_0x22b694={};_0x22b694[_0x5746cd(0x307)]=function(_0x50addb,_0x210c46){return _0x50addb===_0x210c46;},_0x22b694['oYbjF']='string',_0x22b694[_0x5746cd(0x338)]=_0x5746cd(0x33b);const _0x47a0fc=_0x22b694,_0x43246e=_0x54e16a[_0x5746cd(0x277)]&&_0x54e16a['getScript']();return _0x43246e&&_0x47a0fc[_0x5746cd(0x307)](typeof _0x43246e,_0x47a0fc['oYbjF'])&&_0x43246e['includes'](_0x47a0fc[_0x5746cd(0x338)]);}[a79_0x39e000(0x29c)](_0x414233){const _0x2f7ce6=a79_0x39e000,_0x42a572={};_0x42a572[_0x2f7ce6(0x299)]=function(_0x1d49da,_0x3e010a){return _0x1d49da!==_0x3e010a;},_0x42a572[_0x2f7ce6(0x228)]=_0x2f7ce6(0x258),_0x42a572[_0x2f7ce6(0x26b)]=_0x2f7ce6(0x274),_0x42a572[_0x2f7ce6(0x35d)]='performScan',_0x42a572['eFADv']='getResults',_0x42a572[_0x2f7ce6(0x221)]='saveTestResults';const _0xde22d6=_0x42a572,_0x466fd8=_0x414233['getScript']&&_0x414233[_0x2f7ce6(0x277)]();if(!_0x466fd8||_0xde22d6[_0x2f7ce6(0x299)](typeof _0x466fd8,_0xde22d6[_0x2f7ce6(0x228)]))return![];return _0x466fd8['includes'](_0xde22d6['QxqBW'])||_0x466fd8[_0x2f7ce6(0x30b)](_0xde22d6[_0x2f7ce6(0x35d)])||_0x466fd8[_0x2f7ce6(0x30b)](_0xde22d6['eFADv'])||_0x466fd8[_0x2f7ce6(0x30b)](_0xde22d6[_0x2f7ce6(0x221)]);}[a79_0x39e000(0x33a)](_0x1dced4,_0x2117a1,_0xf03d97,_0x22a67d){const _0x305ac4=a79_0x39e000,_0x35d20b={};_0x35d20b[_0x305ac4(0x2a1)]=function(_0x5442b2,_0x19aea5){return _0x5442b2||_0x19aea5;},_0x35d20b[_0x305ac4(0x35b)]=function(_0x4f1279,_0xc13bf8){return _0x4f1279||_0xc13bf8;};const _0x3f5fe2=_0x35d20b;return{'command':_0x1dced4,'thTestRunUuid':_0x3f5fe2[_0x305ac4(0x2a1)](_0x2117a1,''),'thBuildUuid':_0x3f5fe2['ipDll'](_0xf03d97,''),'thJwtToken':_0x3f5fe2[_0x305ac4(0x2a1)](_0x22a67d,''),'timestamp':new Date()['toISOString']()};}[a79_0x39e000(0x311)](_0x213a4a){const _0x41f942=a79_0x39e000,_0x5380d2={};_0x5380d2[_0x41f942(0x310)]=function(_0x2cdff5,_0x4699f0){return _0x2cdff5||_0x4699f0;};const _0x1d3ea4=_0x5380d2;try{const _0x4f4e69=this[_0x41f942(0x2d0)]?.[_0x41f942(0x339)]?.['scriptsList']||[],_0x41e851=_0x4f4e69[_0x41f942(0x200)](_0x5583a4=>_0x5583a4[_0x41f942(0x352)]===_0x213a4a);return _0x1d3ea4[_0x41f942(0x310)](_0x41e851,null);}catch(_0x17098d){return logger[_0x41f942(0x2c0)](_0x41f942(0x28b)+_0x213a4a+':\x20'+_0x17098d[_0x41f942(0x30e)]),null;}}async['executeScriptByName'](_0x3bc2b4,_0x320ce3,_0x5d3068=null){const _0x2f3788=a79_0x39e000,_0xf29785={'hEcSZ':function(_0x5999e0,_0x3003c4){return _0x5999e0(_0x3003c4);},'eTffC':'../../playwright/accessibility-helper'};try{if(!_0x3bc2b4)return logger[_0x2f3788(0x2c0)](_0x2f3788(0x2d3)+_0x320ce3),null;const _0x253a32=this[_0x2f3788(0x311)](_0x320ce3);if(!_0x253a32||!_0x253a32[_0x2f3788(0x296)])return logger[_0x2f3788(0x2c0)](_0x2f3788(0x313)+_0x320ce3+_0x2f3788(0x2cc)),null;logger[_0x2f3788(0x2c0)]('Executing\x20'+_0x320ce3+_0x2f3788(0x25f));const _0x46be2d=_0xf29785[_0x2f3788(0x30a)](require,_0xf29785[_0x2f3788(0x222)]),_0x409968=_0x5d3068?await _0x46be2d[_0x2f3788(0x1fa)](_0x3bc2b4,_0x253a32[_0x2f3788(0x296)],_0x5d3068):await _0x46be2d[_0x2f3788(0x1fa)](_0x3bc2b4,_0x253a32['command']);return _0x409968;}catch(_0x57d953){return logger[_0x2f3788(0x23c)](_0x2f3788(0x2d9)+_0x320ce3+':\x20'+(_0x57d953[_0x2f3788(0x253)]||_0x57d953[_0x2f3788(0x30e)])),null;}}async[a79_0x39e000(0x255)](_0x17b07a,_0x34f696,_0x3d4fcc,_0x36a9ba,_0x3bc702,_0x4e408a=a79_0x39e000(0x36e)){const _0xba4529=a79_0x39e000,_0x5efcc0={'MhdLZ':function(_0x3b46c6,_0x279298){return _0x3b46c6===_0x279298;},'wJbvj':_0xba4529(0x36e),'nTVmt':function(_0x1bfcd3,_0x3e3107){return _0x1bfcd3(_0x3e3107);},'raeKv':_0xba4529(0x273)};try{logger[_0xba4529(0x2c0)](_0xba4529(0x27a)+_0x3d4fcc+_0xba4529(0x304)+_0x4e408a);const _0x4a7d48=this[_0xba4529(0x311)](_0x4e408a);if(!_0x4a7d48||!_0x4a7d48['command']){logger[_0xba4529(0x2c0)](_0xba4529(0x22b)+_0x4e408a+_0xba4529(0x2cb));return;}if(_0x5efcc0[_0xba4529(0x32e)](_0x4e408a,_0x5efcc0['wJbvj'])){const _0x52493c=_0x5efcc0['nTVmt'](require,_0x5efcc0[_0xba4529(0x27e)]),_0x6105b1={};_0x6105b1[_0xba4529(0x296)]=_0x3d4fcc;const _0x3c8b56=await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0xba4529(0x363)],async()=>{const _0x25a3a3=_0xba4529;await _0x52493c[_0x25a3a3(0x1fa)](_0x17b07a,_0x4a7d48[_0x25a3a3(0x296)]);},_0x6105b1)();return logger['info']('Page\x20'+_0x4e408a+_0xba4529(0x23f)+_0x3d4fcc+':\x20'+util[_0xba4529(0x211)](_0x3c8b56)),_0x3c8b56;}const _0xcfbda8=_0x5efcc0[_0xba4529(0x314)](require,_0x5efcc0[_0xba4529(0x27e)]),_0x5c0abe=await PerformanceTester[_0xba4529(0x264)](PerformanceA11yEvents[_0xba4529(0x265)],async()=>{const _0xf1f43=_0xba4529;await _0xcfbda8[_0xf1f43(0x1fa)](_0x17b07a,_0x4a7d48[_0xf1f43(0x296)],_0x36a9ba);})();return logger['info']('Page\x20'+_0x4e408a+_0xba4529(0x23f)+_0x3d4fcc+':\x20'+util[_0xba4529(0x211)](_0x5c0abe)),_0x5c0abe;}catch(_0x113056){logger[_0xba4529(0x23c)](_0xba4529(0x235)+_0x4e408a+':\x20'+(_0x113056['stack']||_0x113056[_0xba4529(0x30e)]));}}async[a79_0x39e000(0x283)](_0x33f93f){const _0x4f872c=a79_0x39e000,_0x11f280={'IypWl':function(_0x5c7a24,_0x3d326d){return _0x5c7a24(_0x3d326d);},'cubXG':_0x4f872c(0x36d)};try{const _0x196fd7=_0x11f280[_0x4f872c(0x226)](require,_0x11f280['cubXG']);return await _0x196fd7['platformValidation'](_0x33f93f);}catch(_0x4f877a){return logger['error'](_0x4f872c(0x204)+(_0x4f877a[_0x4f872c(0x253)]||_0x4f877a[_0x4f872c(0x30e)])),![];}}[a79_0x39e000(0x287)](_0x4ee3e0,_0x12d812,_0x3aaaed){const _0x578ffa=a79_0x39e000,_0x20f2dc={'hFVlp':function(_0x544f88,_0x55f58a){return _0x544f88(_0x55f58a);},'JshWi':_0x578ffa(0x273),'QxsqW':'\x22browserstack.user\x22:\x22[REDACTED]\x22','SZOFX':_0x578ffa(0x2e5)};try{const _0x717175=_0x20f2dc[_0x578ffa(0x323)](require,_0x20f2dc[_0x578ffa(0x21c)]);_0x717175[_0x578ffa(0x287)](_0x4ee3e0,_0x12d812,_0x3aaaed);const _0x2f34c2=JSON[_0x578ffa(0x340)](_0x4ee3e0)[_0x578ffa(0x24a)](/"browserstack\.user":"[^"]*"/g,_0x20f2dc[_0x578ffa(0x244)])[_0x578ffa(0x24a)](/"browserstack\.key":"[^"]*"/g,_0x20f2dc[_0x578ffa(0x356)]);logger[_0x578ffa(0x2c0)](_0x578ffa(0x248)+global[_0x578ffa(0x2b3)]+'\x20'+_0x2f34c2);}catch(_0x5ea02b){logger[_0x578ffa(0x23c)](_0x578ffa(0x2b4)+(_0x5ea02b[_0x578ffa(0x253)]||_0x5ea02b['message']));}}async['getAccessibilityResults'](_0x2fa172){const _0x5baec2=a79_0x39e000,_0x497caa={};_0x497caa[_0x5baec2(0x2b8)]='Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.',_0x497caa[_0x5baec2(0x25b)]='getResults';const _0x273ccf=_0x497caa;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x5baec2(0x20a)](_0x273ccf[_0x5baec2(0x2b8)]),[];const _0x82e325=await this['executeScriptByName'](_0x2fa172,_0x273ccf[_0x5baec2(0x25b)]);return _0x82e325||[];}catch(_0x12479e){return logger[_0x5baec2(0x23c)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x12479e[_0x5baec2(0x253)]||_0x12479e[_0x5baec2(0x30e)])),[];}}async[a79_0x39e000(0x2d8)](_0x5dbe6a){const _0x1c6b34=a79_0x39e000,_0x5978cd={};_0x5978cd[_0x1c6b34(0x2d1)]=_0x1c6b34(0x23e),_0x5978cd['SlszN']=_0x1c6b34(0x28c),_0x5978cd[_0x1c6b34(0x2ee)]=function(_0x53a11e,_0x391577){return _0x53a11e||_0x391577;};const _0x2a7e45=_0x5978cd;try{if(!this[_0x1c6b34(0x2b2)]())return logger['warn'](_0x2a7e45[_0x1c6b34(0x2d1)]),{};const _0x21ac70=await this[_0x1c6b34(0x347)](_0x5dbe6a,_0x2a7e45[_0x1c6b34(0x315)]);return _0x2a7e45['YsgCl'](_0x21ac70,{});}catch(_0x27280b){return logger[_0x1c6b34(0x23c)](_0x1c6b34(0x2fa)+(_0x27280b[_0x1c6b34(0x253)]||_0x27280b[_0x1c6b34(0x30e)])),{};}}async[a79_0x39e000(0x348)](_0x41e643,_0x4b7e71,_0x1de6b7=null){const _0x2be948=a79_0x39e000,_0x4358a2={};_0x4358a2[_0x2be948(0x271)]=_0x2be948(0x2b9),_0x4358a2[_0x2be948(0x324)]=_0x2be948(0x2be),_0x4358a2[_0x2be948(0x2f8)]=_0x2be948(0x210);const _0x39aee3=_0x4358a2;try{if(!_0x41e643)return logger['debug'](_0x39aee3[_0x2be948(0x271)]),null;if(!_0x4b7e71)return logger[_0x2be948(0x2c0)](_0x39aee3[_0x2be948(0x324)]),null;logger['debug'](_0x39aee3['drkou']);const _0x4fe195=_0x1de6b7?await _0x41e643[_0x2be948(0x25d)](_0x4b7e71,_0x1de6b7):await _0x41e643[_0x2be948(0x25d)](_0x4b7e71);return _0x4fe195;}catch(_0x2dc2c2){return logger[_0x2be948(0x23c)](_0x2be948(0x34b)+(_0x2dc2c2[_0x2be948(0x253)]||_0x2dc2c2[_0x2be948(0x30e)])),null;}}static[a79_0x39e000(0x231)](_0x2751ba,_0xb007d4){const _0x5c3e74=a79_0x39e000,_0x42a37d={};_0x42a37d[_0x5c3e74(0x229)]=_0x5c3e74(0x284);const _0x264436=_0x42a37d,_0x3bdddc={};_0x3bdddc['thTestRunUuid']=_0x2751ba;const _0x595c0d=_0x3bdddc;let _0x1ba605={};if(_0xb007d4['getSuccess']()&&_0xb007d4[_0x5c3e74(0x22e)]())try{_0x1ba605=JSON[_0x5c3e74(0x31a)](new Buffer(_0xb007d4[_0x5c3e74(0x250)]())[_0x5c3e74(0x23d)](_0x264436[_0x5c3e74(0x229)]));}catch(_0x18c1ba){logger[_0x5c3e74(0x23c)](_0x5c3e74(0x2e4)+_0x18c1ba[_0x5c3e74(0x30e)]),_0x1ba605={};}return CLIUtils['mergeObject'](_0x595c0d,_0x1ba605);}static async[a79_0x39e000(0x2ae)](_0x1b29d0,_0x29085e=''){const _0x2e584d=a79_0x39e000,_0x30de47={};_0x30de47[_0x2e584d(0x33c)]=_0x2e584d(0x1fb),_0x30de47[_0x2e584d(0x2f4)]=_0x2e584d(0x274);const _0x168b32=_0x30de47;try{if(AccessibilityModule['_centralAuthConfigFetched'])return AccessibilityModule[_0x2e584d(0x336)];if(!process[_0x2e584d(0x2c2)][_0x2e584d(0x2cd)])return logger[_0x2e584d(0x23c)](_0x168b32[_0x2e584d(0x33c)]),{};const _0x38f54c=await GrpcClient[_0x2e584d(0x2fc)]()[_0x2e584d(0x26e)](process[_0x2e584d(0x2c2)][_0x2e584d(0x2cd)],_0x168b32[_0x2e584d(0x2f4)],_0x1b29d0),_0x4474ae=AccessibilityModule[_0x2e584d(0x231)](_0x29085e,_0x38f54c);return AccessibilityModule[_0x2e584d(0x336)]=_0x4474ae,AccessibilityModule[_0x2e584d(0x319)]=!![],AccessibilityModule['_centralAuthA11yConfig'];}catch(_0xb8d061){return logger[_0x2e584d(0x23c)](_0x2e584d(0x33e)+_0x1b29d0+':\x20'+(_0xb8d061[_0x2e584d(0x253)]||_0xb8d061[_0x2e584d(0x30e)])),{};}}};module[a79_0x39e000(0x36f)]=AccessibilityModule;
1
+ const a80_0x382e57=a80_0x75bb;(function(_0x549714,_0x33f08b){const _0x1a7294=a80_0x75bb,_0x41fa2f=_0x549714();while(!![]){try{const _0x210e5e=-parseInt(_0x1a7294(0x273))/0x1*(parseInt(_0x1a7294(0x232))/0x2)+-parseInt(_0x1a7294(0x1b0))/0x3*(-parseInt(_0x1a7294(0x1bc))/0x4)+-parseInt(_0x1a7294(0x2b3))/0x5+-parseInt(_0x1a7294(0x1db))/0x6*(-parseInt(_0x1a7294(0x130))/0x7)+-parseInt(_0x1a7294(0x209))/0x8*(parseInt(_0x1a7294(0x2b4))/0x9)+parseInt(_0x1a7294(0x188))/0xa+-parseInt(_0x1a7294(0x132))/0xb;if(_0x210e5e===_0x33f08b)break;else _0x41fa2f['push'](_0x41fa2f['shift']());}catch(_0x542428){_0x41fa2f['push'](_0x41fa2f['shift']());}}}(a80_0x113c,0x89af9));const BaseModule=require(a80_0x382e57(0x2a9)),{createClassLogger}=require('../../../helpers/classLogger'),CLIUtils=require(a80_0x382e57(0x172)),AutomationFramework=require(a80_0x382e57(0x1bd)),TestFramework=require('../framework/testFramework'),AutomationFrameworkState=require(a80_0x382e57(0x229)),HookState=require(a80_0x382e57(0x20e)),GrpcClient=require(a80_0x382e57(0x28f)),scripts=require(a80_0x382e57(0x138)),logger=createClassLogger(a80_0x382e57(0x1ca)),PerformanceTester=require('../../../helpers/performance/performance-tester.js'),{EVENTS,A11Y_EVENTS:PerformanceA11yEvents}=require('../../../helpers/performance/constants.js'),{MINIMUM_BROWSER_VERSION_ACCESSIBILITY,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY}=require(a80_0x382e57(0x254)),{nestedKeyValue,isUndefined}=require(a80_0x382e57(0x293)),util=require(a80_0x382e57(0x164)),TestInfo=require('../TestInfo.js');class AccessibilityModule extends BaseModule{static [a80_0x382e57(0x1bf)]=AccessibilityModule[a80_0x382e57(0x13b)];static [a80_0x382e57(0x29e)]=![];static ['_centralAuthA11yConfig']={};constructor(_0x5bb03d){const _0x202c1a=a80_0x382e57,_0x51783c={};_0x51783c['xPjBE']=_0x202c1a(0x2aa),_0x51783c['ukMFn']=_0x202c1a(0x296),_0x51783c['sYZaB']=_0x202c1a(0x159),_0x51783c[_0x202c1a(0x127)]=_0x202c1a(0x1c5);const _0x39f71b=_0x51783c,_0x567c6e=_0x39f71b['xPjBE'][_0x202c1a(0x18b)]('|');let _0x25db07=0x0;while(!![]){switch(_0x567c6e[_0x25db07++]){case'0':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x202c1a(0x283)],HookState[_0x202c1a(0x1a2)],this[_0x202c1a(0x25b)]['bind'](this));continue;case'1':this[_0x202c1a(0x21a)](_0x5bb03d[_0x202c1a(0x148)]()['getCapabilitiesList']());continue;case'2':this['accessibilityConfig']=_0x5bb03d['toObject']();continue;case'3':this[_0x202c1a(0x13a)]=_0x39f71b[_0x202c1a(0x190)];continue;case'4':this[_0x202c1a(0x2af)]=![];continue;case'5':this['accessibility']=new Map();continue;case'6':this[_0x202c1a(0x176)]=_0x39f71b[_0x202c1a(0x1b4)];continue;case'7':this[_0x202c1a(0x19d)]=new Map();continue;case'8':AutomationFramework[_0x202c1a(0x22d)](AutomationFrameworkState[_0x202c1a(0x1df)],HookState[_0x202c1a(0x1a3)],this[_0x202c1a(0x184)][_0x202c1a(0x289)](this));continue;case'9':this[_0x202c1a(0x14b)]=_0x39f71b[_0x202c1a(0x127)];continue;case'10':super();continue;case'11':this[_0x202c1a(0x168)]=[];continue;case'12':this[_0x202c1a(0x280)]=![];continue;case'13':AutomationFramework['registerObserver'](AutomationFrameworkState[_0x202c1a(0x142)],HookState[_0x202c1a(0x1a2)],this[_0x202c1a(0x1de)][_0x202c1a(0x289)](this));continue;case'14':this[_0x202c1a(0x231)]=!![];continue;}break;}}['isEnabled'](){const _0x4217b2=a80_0x382e57;return this[_0x4217b2(0x231)];}['getModuleName'](){const _0xaadbcf=a80_0x382e57;return AccessibilityModule[_0xaadbcf(0x1bf)];}['getCurrentAccessibilityStatus'](){const _0x2e6a78=a80_0x382e57;return this[_0x2e6a78(0x239)][_0x2e6a78(0x1d3)](CLIUtils[_0x2e6a78(0x156)](),![]);}[a80_0x382e57(0x1bb)](){const _0x39d7c8=a80_0x382e57;return this[_0x39d7c8(0x19d)][_0x39d7c8(0x1d3)](CLIUtils[_0x39d7c8(0x156)](),![]);}[a80_0x382e57(0x1c0)](_0xd4adc7){const _0x2a2421=a80_0x382e57;this['LOG_DISABLED_SHOWN'][_0x2a2421(0x284)](CLIUtils[_0x2a2421(0x156)](),_0xd4adc7);}[a80_0x382e57(0x210)](){const _0x5791ba=a80_0x382e57,_0x1e607b={'ycUpZ':_0x5791ba(0x1c2),'oyuWN':function(_0x59257c,_0x15b131){return _0x59257c(_0x15b131);},'LKmvL':'../../utils/playwright-patcher','NxQUK':_0x5791ba(0x230),'vtjWf':_0x5791ba(0x178)};if(this[_0x5791ba(0x280)]){logger[_0x5791ba(0x1cd)](_0x1e607b['ycUpZ']);return;}try{const _0xed94ca=_0x1e607b[_0x5791ba(0x221)](require,_0x1e607b[_0x5791ba(0x12e)]);_0xed94ca&&_0xed94ca[_0x5791ba(0x272)]?(_0xed94ca['patchSendMessageToServer'](),this[_0x5791ba(0x280)]=!![],logger[_0x5791ba(0x1cd)](_0x1e607b[_0x5791ba(0x1b5)])):logger[_0x5791ba(0x1cd)](_0x1e607b[_0x5791ba(0x150)]);}catch(_0x27b16b){logger[_0x5791ba(0x1cd)](_0x5791ba(0x191)+util[_0x5791ba(0x15f)](_0x27b16b));}}[a80_0x382e57(0x24b)](_0x58d35d=null,_0x141627=null,_0x30b16a=null){const _0x49f9f3=a80_0x382e57,_0x5bc771={'FJgFJ':function(_0x59a87d,_0x229b97){return _0x59a87d&&_0x229b97;},'kCecH':_0x49f9f3(0x16d),'ACbOE':function(_0x5f26ab,_0x3f9d31){return _0x5f26ab(_0x3f9d31);},'zxhia':_0x49f9f3(0x199),'QutYD':_0x49f9f3(0x293),'INjFB':function(_0x3b33e0){return _0x3b33e0();},'nbPpm':_0x49f9f3(0x1e7),'Tptht':function(_0xab50fa,_0x392391){return _0xab50fa===_0x392391;},'cBrNV':'chrome','pHknI':function(_0x32c5e5,_0x56a11f){return _0x32c5e5===_0x56a11f;},'sSxxR':'playwright-chromium','SNpIF':_0x49f9f3(0x2ac),'tgPfE':function(_0x163bc4,_0x228097){return _0x163bc4===_0x228097;},'sIuud':'true','ibyZX':_0x49f9f3(0x1fd),'IQWZD':function(_0x57990b,_0xd14354){return _0x57990b===_0xd14354;},'YmCbA':_0x49f9f3(0x133),'UFIOV':function(_0x5d6576){return _0x5d6576();},'lIhYA':function(_0x49f485,_0x353cbd){return _0x49f485>_0x353cbd;},'vLAdq':function(_0x4b1b2f,_0x52c754){return _0x4b1b2f(_0x52c754);},'lCFRM':function(_0x21310a,_0x14ddec){return _0x21310a(_0x14ddec);},'CpGvq':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x20100\x20on\x20non-bstack\x20infra.','xDrvE':function(_0x4c237b,_0x34ed20){return _0x4c237b!==_0x34ed20;},'vLQYP':_0x49f9f3(0x266),'XTcJI':function(_0x159d2b,_0x5723ce){return _0x159d2b(_0x5723ce);},'slVyT':'Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'};try{if(_0x5bc771[_0x49f9f3(0x275)](!_0x141627,!_0x30b16a))return logger['debug'](_0x5bc771[_0x49f9f3(0x175)]),![];const {isAccessibilityAutomationSession:_0x11b186}=_0x5bc771[_0x49f9f3(0x29b)](require,_0x5bc771[_0x49f9f3(0x170)]),{isUndefined:_0x373455,isBrowserstackInfra:_0xdb71a}=_0x5bc771['ACbOE'](require,_0x5bc771[_0x49f9f3(0x198)]);if(!_0x5bc771[_0x49f9f3(0x163)](_0x11b186))return logger[_0x49f9f3(0x1cd)](_0x5bc771[_0x49f9f3(0x161)]),![];if(!(_0x141627[_0x49f9f3(0x23c)]&&_0x5bc771['Tptht'](_0x141627[_0x49f9f3(0x23c)][_0x49f9f3(0x255)](),_0x5bc771[_0x49f9f3(0x23d)])||_0x141627[_0x49f9f3(0x23c)]&&_0x5bc771[_0x49f9f3(0x1c8)](_0x141627[_0x49f9f3(0x23c)]['toLowerCase'](),_0x5bc771[_0x49f9f3(0x264)])||_0x141627[_0x49f9f3(0x2a3)]&&_0x5bc771[_0x49f9f3(0x1c8)](_0x141627[_0x49f9f3(0x2a3)][_0x49f9f3(0x255)](),_0x5bc771['cBrNV'])||_0x141627[_0x49f9f3(0x2a3)]&&_0x5bc771[_0x49f9f3(0x249)](_0x141627['browser'][_0x49f9f3(0x255)](),_0x5bc771[_0x49f9f3(0x264)])))return logger[_0x49f9f3(0x2b1)](_0x5bc771['SNpIF']),![];try{const _0x317ee6=_0x141627['headless'],_0x2e529d=_0x5bc771[_0x49f9f3(0x1c8)](_0x317ee6,!![])||_0x5bc771[_0x49f9f3(0x298)](_0x317ee6,_0x5bc771[_0x49f9f3(0x29d)])||_0x5bc771[_0x49f9f3(0x1c8)](typeof _0x317ee6,_0x5bc771[_0x49f9f3(0x134)])&&_0x5bc771['IQWZD'](_0x317ee6['toLowerCase'](),_0x5bc771[_0x49f9f3(0x29d)]);if(_0x2e529d)return logger[_0x49f9f3(0x2b1)](_0x5bc771[_0x49f9f3(0x167)]),![];}catch(_0x5d633f){logger[_0x49f9f3(0x1cd)]('Error\x20checking\x20headless\x20capability:\x20'+util[_0x49f9f3(0x15f)](_0x5d633f));}if(!_0x5bc771[_0x49f9f3(0x1ee)](_0xdb71a)){if(!_0x5bc771[_0x49f9f3(0x1a8)](_0x5bc771['vLAdq'](parseFloat,_0x141627[_0x49f9f3(0x1be)]),_0x5bc771[_0x49f9f3(0x27b)](parseFloat,MINIMUM_BROWSER_VERSION_NON_BS_INFRA_ACCESSIBILITY)))return logger['warn'](_0x5bc771['CpGvq']),![];}else{if(_0x5bc771[_0x49f9f3(0x24d)](_0x141627[_0x49f9f3(0x1be)],_0x5bc771[_0x49f9f3(0x23b)])&&!_0x5bc771[_0x49f9f3(0x1a8)](_0x5bc771[_0x49f9f3(0x228)](parseFloat,_0x141627[_0x49f9f3(0x1be)]),_0x5bc771['vLAdq'](parseFloat,MINIMUM_BROWSER_VERSION_ACCESSIBILITY)))return logger[_0x49f9f3(0x2b1)](_0x5bc771[_0x49f9f3(0x158)]),![];}return!![];}catch(_0x23e571){return logger['debug']('Exception\x20in\x20isPlatformSupported:\x20'+_0x23e571[_0x49f9f3(0x243)]),![];}}['isEnabledTestcase'](_0x378c81=[],_0x5d8226){const _0xdfcd92=a80_0x382e57,_0x3054c0={'dghMA':function(_0x5b46c0,_0x48fe7d){return _0x5b46c0===_0x48fe7d;},'iUwtj':function(_0x1f5ff3,_0x187339){return _0x1f5ff3(_0x187339);},'XsTMN':function(_0x3b3f41,_0x358cd8){return _0x3b3f41>_0x358cd8;},'NhAsy':function(_0x63a6ff,_0x2827b3){return _0x63a6ff&&_0x2827b3;},'lMQZE':_0xdfcd92(0x149)};try{const _0x4694eb=process[_0xdfcd92(0x203)][_0xdfcd92(0x1a9)]?JSON['parse'](process[_0xdfcd92(0x203)][_0xdfcd92(0x1a9)]):null;if(!_0x4694eb)return!![];const _0x34a548=Array[_0xdfcd92(0x248)](_0x4694eb[_0xdfcd92(0x206)])?_0x4694eb['includeTagsInTestingScope']:[],_0x8bb28e=Array['isArray'](_0x4694eb[_0xdfcd92(0x17e)])?_0x4694eb[_0xdfcd92(0x17e)]:[];let _0x3cb351=![],_0x14f97c=_0x3054c0[_0xdfcd92(0x12d)](_0x34a548[_0xdfcd92(0x225)],0x0);const _0x523753=_0x1feaee=>typeof _0x1feaee===_0xdfcd92(0x1fd)?_0x1feaee[_0xdfcd92(0x1e6)](/^@/,'')['toLowerCase']()['trim']():_0x1feaee,_0x1dfbd3=new Set(_0x34a548[_0xdfcd92(0x1f0)](_0x523753)),_0x5de351=new Set(_0x8bb28e['map'](_0x523753));for(const _0x297ebb of _0x378c81){const _0x4eeec7=_0x3054c0[_0xdfcd92(0x1ce)](_0x523753,_0x297ebb);_0x5de351[_0xdfcd92(0x217)](_0x4eeec7)&&(_0x3cb351=!![]),_0x3054c0[_0xdfcd92(0x208)](_0x1dfbd3['size'],0x0)&&_0x1dfbd3['has'](_0x4eeec7)&&(_0x14f97c=!![]);}const _0x420e20=_0x3054c0[_0xdfcd92(0x245)](_0x14f97c,!_0x3cb351);return logger[_0xdfcd92(0x1cd)]('[platform\x20-\x20'+(_0x5d8226?.[_0xdfcd92(0x15b)]?.()||_0x3054c0[_0xdfcd92(0x1d1)])+_0xdfcd92(0x1b1)+_0x420e20+_0xdfcd92(0x183)+JSON[_0xdfcd92(0x17b)](_0x378c81)+',\x20includeTags='+JSON[_0xdfcd92(0x17b)](_0x34a548)+',\x20excludeTags='+JSON[_0xdfcd92(0x17b)](_0x8bb28e)),_0x420e20;}catch(_0x572f2c){return logger['debug'](_0xdfcd92(0x16c)+(_0x5d8226?.[_0xdfcd92(0x15b)]?.()||_0x3054c0[_0xdfcd92(0x1d1)])+']\x20Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error:\x20'+_0x572f2c[_0xdfcd92(0x243)]),![];}}async['onBeforeTest'](_0x2ea7ce){const _0x5e1b39=a80_0x382e57,_0x10b3bf={};_0x10b3bf[_0x5e1b39(0x215)]=function(_0x53738a,_0x4b0f09){return _0x53738a!==_0x4b0f09;},_0x10b3bf['NDClc']='cucumber',_0x10b3bf[_0x5e1b39(0x145)]=_0x5e1b39(0x259),_0x10b3bf[_0x5e1b39(0x286)]=_0x5e1b39(0x1ab),_0x10b3bf['VoHGR']=_0x5e1b39(0x1e8),_0x10b3bf[_0x5e1b39(0x2ae)]=_0x5e1b39(0x1d8),_0x10b3bf[_0x5e1b39(0x18f)]=_0x5e1b39(0x27f),_0x10b3bf[_0x5e1b39(0x1d4)]=function(_0x5a3644,_0x57a17f){return _0x5a3644===_0x57a17f;},_0x10b3bf['wREXA']=function(_0x4bb174,_0x2e9d98){return _0x4bb174===_0x2e9d98;},_0x10b3bf[_0x5e1b39(0x1f7)]=_0x5e1b39(0x290),_0x10b3bf[_0x5e1b39(0x235)]=function(_0x4f386e,_0x23d8ac){return _0x4f386e>_0x23d8ac;},_0x10b3bf[_0x5e1b39(0x1b6)]=function(_0x43ede7,_0x4a99c7){return _0x43ede7===_0x4a99c7;},_0x10b3bf['rOoWk']=_0x5e1b39(0x15c),_0x10b3bf[_0x5e1b39(0x26c)]=_0x5e1b39(0x21b),_0x10b3bf[_0x5e1b39(0x25c)]=function(_0x3f0ac7,_0x52d03b){return _0x3f0ac7&&_0x52d03b;},_0x10b3bf[_0x5e1b39(0x28e)]='unknown',_0x10b3bf[_0x5e1b39(0x29a)]=_0x5e1b39(0x223);const _0x43823e=_0x10b3bf;if(_0x43823e[_0x5e1b39(0x215)](_0x2ea7ce[_0x5e1b39(0x270)],_0x43823e[_0x5e1b39(0x220)])){logger[_0x5e1b39(0x1cd)](_0x43823e['KPeKX']);return;}logger[_0x5e1b39(0x125)]('onBeforeTest:\x20event='+JSON[_0x5e1b39(0x17b)](_0x2ea7ce));try{const _0x5520ea=AutomationFramework['getTrackedInstance'](),_0x112130=TestFramework[_0x5e1b39(0x241)](),_0x512b1b=_0x2ea7ce[_0x5e1b39(0x1f9)]||global[_0x5e1b39(0x166)]?.[_0x5e1b39(0x1e0)]||null;if(!_0x512b1b){_0x112130&&_0x112130['updateData'](_0x43823e['IWeMr'],!![]);logger[_0x5e1b39(0x1cd)](_0x43823e[_0x5e1b39(0x22b)]);return;}logger['debug'](_0x43823e[_0x5e1b39(0x2ae)]);const _0x5b39a7=_0x112130?.[_0x5e1b39(0x257)](_0x43823e[_0x5e1b39(0x18f)],![]),_0x12d55f=_0x112130?.['getData'](_0x43823e[_0x5e1b39(0x286)],![]);if(_0x43823e[_0x5e1b39(0x1d4)](_0x5b39a7,![])&&_0x43823e[_0x5e1b39(0x278)](_0x12d55f,![])){_0x112130&&_0x112130[_0x5e1b39(0x2a5)](_0x43823e['Cxsro'],!![]);logger['debug'](_0x43823e[_0x5e1b39(0x1f7)]);return;}_0x112130&&_0x112130[_0x5e1b39(0x2a5)](_0x43823e['IWeMr'],!![]);let _0x5a7e68=[];const _0x29b359=this['getTestId'](_0x2ea7ce),_0xe2a55a=TestInfo[_0x5e1b39(0x1ba)](_0x29b359);if(_0xe2a55a&&Array[_0x5e1b39(0x248)](_0xe2a55a['test_tags'])&&_0x43823e[_0x5e1b39(0x235)](_0xe2a55a[_0x5e1b39(0x21b)]['length'],0x0))_0x5a7e68=_0xe2a55a[_0x5e1b39(0x21b)];else{if(_0x112130){const _0x31b95e=_0x43823e[_0x5e1b39(0x1b6)](typeof _0x112130['getData'],_0x43823e[_0x5e1b39(0x213)])?_0x112130[_0x5e1b39(0x257)](_0x43823e[_0x5e1b39(0x26c)],[]):_0x112130['test_tags']||[];Array[_0x5e1b39(0x248)](_0x31b95e)&&(_0x5a7e68=_0x31b95e);}}logger[_0x5e1b39(0x125)](_0x5e1b39(0x23f)+JSON[_0x5e1b39(0x17b)](_0x5a7e68));const _0x2d27ab=this['isPlatformSupported'](_0x5520ea,_0x2ea7ce[_0x5e1b39(0x181)],_0x2ea7ce[_0x5e1b39(0x27e)]),_0x56b796=this[_0x5e1b39(0x1e1)](_0x5a7e68,_0x5520ea),_0x3ff80a=_0x43823e['KdnMJ'](_0x2d27ab,_0x56b796),_0x15ba28=CLIUtils[_0x5e1b39(0x156)]();this[_0x5e1b39(0x239)]['set'](_0x15ba28,_0x3ff80a),global[_0x5e1b39(0x1c9)]?.[_0x5e1b39(0x169)]&&global['Context']['getContext']()[_0x5e1b39(0x279)](_0x3ff80a),logger[_0x5e1b39(0x1cd)](_0x5e1b39(0x16c)+(_0x5520ea?.['getPlatformIndex']?.()||_0x43823e['vqqWI'])+']\x20should\x20run\x20accessibility\x20value='+_0x3ff80a),_0x3ff80a?(global[_0x5e1b39(0x211)]=!![],process['env'][_0x5e1b39(0x165)]=_0x43823e[_0x5e1b39(0x29a)],this['applySendMessageToServerPatch']()):global[_0x5e1b39(0x211)]=![];}catch(_0x2caad1){logger[_0x5e1b39(0x1dc)](_0x5e1b39(0x277)+(_0x2caad1['stack']||_0x2caad1[_0x5e1b39(0x243)]));const _0x53d698=CLIUtils[_0x5e1b39(0x156)]();this[_0x5e1b39(0x239)][_0x5e1b39(0x284)](_0x53d698,![]),global['accessibilityPlatform']=![];}}[a80_0x382e57(0x240)](){const _0x181b73=a80_0x382e57;return this['capabilities'][_0x181b73(0x22f)](_0x2c4601=>_0x2c4601[_0x181b73(0x174)]()==='goog:chromeOptions')?.[_0x181b73(0x1f4)]()||'';}['getCapabilityValue'](_0x5ad92a){const _0x417b83=a80_0x382e57;try{const _0x24a204=this[_0x417b83(0x2ad)]?.[_0x417b83(0x237)]?.['capabilitiesList']||[],_0xd406f9=_0x24a204[_0x417b83(0x22f)](_0x81ab26=>_0x81ab26[_0x417b83(0x13b)]===_0x5ad92a);return _0xd406f9?_0xd406f9[_0x417b83(0x21f)]:null;}catch(_0x30cfc1){return logger[_0x417b83(0x1cd)](_0x417b83(0x153)+_0x5ad92a+':\x20'+_0x30cfc1[_0x417b83(0x243)]),null;}}async[a80_0x382e57(0x1d7)](_0x2b3e46,_0x17155e){const _0x101b3d=a80_0x382e57,_0x43d1a4=_0x2b3e46[_0x101b3d(0x25e)]()['getOptions'](),_0x556f5f=_0x43d1a4['getScriptsList'](),_0x52ce15=_0x43d1a4[_0x101b3d(0x1b9)]()?.[_0x101b3d(0x21c)]();scripts[_0x101b3d(0x1dd)](_0x556f5f,_0x52ce15),scripts[_0x101b3d(0x15a)]();const _0x1364b7=_0x43d1a4[_0x101b3d(0x288)]();this[_0x101b3d(0x168)]=_0x43d1a4[_0x101b3d(0x288)](),await this[_0x101b3d(0x21a)](_0x1364b7,_0x17155e['launchCaps']);}async[a80_0x382e57(0x21a)](_0x2a6ca5,_0x2bf990={}){const _0x5b4d67=a80_0x382e57,_0x40c5a8={};_0x40c5a8[_0x5b4d67(0x16f)]=function(_0x404fd2,_0x67cc44){return _0x404fd2===_0x67cc44;},_0x40c5a8[_0x5b4d67(0x1ea)]=_0x5b4d67(0x20b),_0x40c5a8['pgPko']=_0x5b4d67(0x287),_0x40c5a8[_0x5b4d67(0x185)]=_0x5b4d67(0x1f2),_0x40c5a8[_0x5b4d67(0x1d5)]=_0x5b4d67(0x2a7),_0x40c5a8[_0x5b4d67(0x262)]=function(_0x20393e,_0x33fc53){return _0x20393e===_0x33fc53;},_0x40c5a8['jgyKF']=_0x5b4d67(0x13d),_0x40c5a8[_0x5b4d67(0x15e)]=_0x5b4d67(0x187),_0x40c5a8[_0x5b4d67(0x20f)]=function(_0x4c7c8a,_0x530b71){return _0x4c7c8a===_0x530b71;},_0x40c5a8[_0x5b4d67(0x1c1)]=_0x5b4d67(0x261),_0x40c5a8[_0x5b4d67(0x2b2)]=_0x5b4d67(0x157);const _0x2cd22c=_0x40c5a8;global['__accessibilityOptions']=global['__accessibilityOptions']||{};for(const _0x4c9658 of _0x2a6ca5){logger[_0x5b4d67(0x125)](_0x5b4d67(0x294)+_0x4c9658['getName']()+'\x20value='+_0x4c9658[_0x5b4d67(0x1f4)]());if(_0x2cd22c[_0x5b4d67(0x16f)](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x1ea)]))process[_0x5b4d67(0x203)][_0x5b4d67(0x19b)]=_0x4c9658[_0x5b4d67(0x1f4)](),global[_0x5b4d67(0x162)][_0x2cd22c[_0x5b4d67(0x1d6)]]=_0x4c9658['getValue']();else{if(_0x2cd22c['UOOKC'](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x185)]))global[_0x5b4d67(0x162)][_0x2cd22c[_0x5b4d67(0x1d5)]]=_0x4c9658[_0x5b4d67(0x1f4)]();else{if(_0x2cd22c[_0x5b4d67(0x262)](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x173)]))global[_0x5b4d67(0x162)][_0x2cd22c[_0x5b4d67(0x15e)]]=_0x4c9658['getValue']();else _0x2cd22c['IYjtu'](_0x4c9658[_0x5b4d67(0x174)](),_0x2cd22c[_0x5b4d67(0x1c1)])&&(global['__accessibilityOptions'][_0x2cd22c[_0x5b4d67(0x2b2)]]=_0x4c9658[_0x5b4d67(0x1f4)]());}}}}async[a80_0x382e57(0x1de)](_0x1feb8d){const _0x416677=a80_0x382e57,_0x35f0b2={};_0x35f0b2['xSDHS']=function(_0x1b1077,_0x3e6d85){return _0x1b1077!==_0x3e6d85;},_0x35f0b2[_0x416677(0x260)]=_0x416677(0x24e),_0x35f0b2[_0x416677(0x291)]=_0x416677(0x180),_0x35f0b2[_0x416677(0x216)]=_0x416677(0x149);const _0xf1803c=_0x35f0b2;if(_0xf1803c['xSDHS'](_0x1feb8d[_0x416677(0x270)],_0xf1803c['qqOUZ'])){logger[_0x416677(0x1cd)](_0xf1803c[_0x416677(0x291)]);return;}logger[_0x416677(0x125)](_0x416677(0x179)+JSON[_0x416677(0x17b)](_0x1feb8d));try{const _0x4c032c=_0x1feb8d[_0x416677(0x17c)]||AutomationFramework[_0x416677(0x241)](),_0x361745=CLIUtils['getCurrentInstanceName'](),_0x30678b=this[_0x416677(0x186)]();logger[_0x416677(0x1cd)]('[platform\x20-\x20'+(_0x4c032c?.['getPlatformIndex']?.()||_0xf1803c[_0x416677(0x216)])+_0x416677(0x1c4)+_0x30678b),_0x30678b&&await this[_0x416677(0x131)](_0x4c032c,_0x1feb8d),this[_0x416677(0x239)][_0x416677(0x151)](_0x361745),this[_0x416677(0x19d)][_0x416677(0x151)](_0x361745);}catch(_0x27deee){logger[_0x416677(0x1dc)](_0x416677(0x24a)+(_0x27deee[_0x416677(0x1b2)]||_0x27deee['message']));}}async[a80_0x382e57(0x131)](_0x5ad124,_0x3eaa5b){const _0x19833a=a80_0x382e57,_0x1ca069={};_0x1ca069[_0x19833a(0x21e)]=function(_0x5dcaa8,_0x4f7f76){return _0x5dcaa8===_0x4f7f76;},_0x1ca069['EusXG']=_0x19833a(0x15c),_0x1ca069[_0x19833a(0x22e)]='unknown',_0x1ca069[_0x19833a(0x18e)]=_0x19833a(0x15d),_0x1ca069[_0x19833a(0x1fa)]=_0x19833a(0x1a4),_0x1ca069[_0x19833a(0x1fe)]='accessibility',_0x1ca069[_0x19833a(0x1a5)]='saveResults',_0x1ca069[_0x19833a(0x14f)]=function(_0x3e5969,_0x2586ca){return _0x3e5969||_0x2586ca;},_0x1ca069['YuhGy']=function(_0x1a32b3,_0x5c3f96){return _0x1a32b3||_0x5c3f96;},_0x1ca069[_0x19833a(0x1ac)]=_0x19833a(0x1e5),_0x1ca069[_0x19833a(0x139)]=_0x19833a(0x1c7);const _0x46a875=_0x1ca069;try{const _0x45d14e=this[_0x19833a(0x2a8)](_0x3eaa5b),_0xd1ed20=TestInfo[_0x19833a(0x1fc)](_0x45d14e),_0x401d98=((()=>{const _0x15ae8e=_0x19833a,_0xdb3fa=(this['accessibilityConfig']?.[_0x15ae8e(0x237)]?.[_0x15ae8e(0x1e2)]||[])['find'](_0x4fff0b=>(typeof _0x4fff0b['getName']===_0x15ae8e(0x15c)?_0x4fff0b[_0x15ae8e(0x174)]():_0x4fff0b[_0x15ae8e(0x13b)])===this['KEY_TESTHUB_BUILD_ID']);return _0xdb3fa?_0x46a875['qcOYZ'](typeof _0xdb3fa[_0x15ae8e(0x1f4)],_0x46a875[_0x15ae8e(0x29f)])?_0xdb3fa[_0x15ae8e(0x1f4)]():_0xdb3fa[_0x15ae8e(0x21f)]:'';})()),_0x5e8e0c=process[_0x19833a(0x203)]['BROWSERSTACK_TESTHUB_JWT']||'';logger[_0x19833a(0x1cd)](_0x19833a(0x16c)+(_0x5ad124?.[_0x19833a(0x15b)]?.()||_0x46a875['pDUvP'])+_0x19833a(0x222)+_0xd1ed20+_0x19833a(0x1c3)+_0x401d98+_0x19833a(0x246)+(_0x5e8e0c?_0x46a875['GKFbz']:_0x46a875[_0x19833a(0x1fa)]));const _0x260d60=await GrpcClient[_0x19833a(0x23a)]()[_0x19833a(0x17a)](process[_0x19833a(0x203)]['BROWSERSTACK_CLI_BIN_SESSION_ID'],_0x46a875[_0x19833a(0x1fe)],_0x46a875['dowdG']),_0x41b980=AccessibilityModule[_0x19833a(0x1fb)](_0xd1ed20,_0x260d60);logger[_0x19833a(0x1cd)]('Accessibility\x20data\x20for\x20extension:\x20'+JSON[_0x19833a(0x17b)](_0x41b980));const _0x5a9611=Object[_0x19833a(0x192)]({},{'thTestRunUuid':_0x46a875[_0x19833a(0x14f)](_0xd1ed20,''),'thBuildUuid':_0x46a875[_0x19833a(0x14d)](_0x401d98,''),'thJwtToken':_0x46a875[_0x19833a(0x14f)](_0x5e8e0c,'')},_0x41b980);let _0x310349=global[_0x19833a(0x166)]?.['pwPage']||null;!_0x310349&&(_0x310349=AutomationFramework[_0x19833a(0x26d)](_0x5ad124,_0x46a875['hDNJS'],null)),!_0x310349&&(_0x310349=AutomationFramework['getState'](_0x5ad124,_0x46a875[_0x19833a(0x139)],null)),await this[_0x19833a(0x189)](this[_0x19833a(0x186)](),_0xd1ed20,_0x310349,_0x5a9611,this[_0x19833a(0x2af)]);}catch(_0x3ab06a){logger[_0x19833a(0x1dc)](_0x19833a(0x146)+(_0x3ab06a[_0x19833a(0x1b2)]||_0x3ab06a[_0x19833a(0x243)]));}}async[a80_0x382e57(0x189)](_0x4feb9a,_0x452bb3,_0x1a212b,_0x11f465,_0x12ce98){const _0x3c1e7a=a80_0x382e57,_0x1d59b3={};_0x1d59b3['JUXaZ']=_0x3c1e7a(0x1ff),_0x1d59b3[_0x3c1e7a(0x1a1)]=function(_0x1b50eb,_0x4f4b00){return _0x1b50eb&&_0x4f4b00;},_0x1d59b3[_0x3c1e7a(0x154)]=_0x3c1e7a(0x2b5),_0x1d59b3[_0x3c1e7a(0x21d)]=function(_0x4efd61,_0x16da48){return _0x4efd61===_0x16da48;},_0x1d59b3['eUKqZ']=_0x3c1e7a(0x1a4),_0x1d59b3[_0x3c1e7a(0x196)]=_0x3c1e7a(0x12f),_0x1d59b3[_0x3c1e7a(0x26e)]=_0x3c1e7a(0x19f),_0x1d59b3['cniab']='afterTestHook',_0x1d59b3['CrEWg']='scan',_0x1d59b3['DgUGj']=function(_0x23effd,_0x8c2c8b){return _0x23effd&&_0x8c2c8b;},_0x1d59b3[_0x3c1e7a(0x16a)]=_0x3c1e7a(0x242),_0x1d59b3[_0x3c1e7a(0x252)]=_0x3c1e7a(0x268),_0x1d59b3['BRSSi']='Accessibility\x20testing\x20for\x20this\x20test\x20case\x20has\x20ended\x20from\x20cli.';const _0x515995=_0x1d59b3;try{const _0x3a6ba7=this['getScriptByName'](_0x515995[_0x3c1e7a(0x1a7)]);if(_0x515995[_0x3c1e7a(0x1a1)](!_0x12ce98,!_0x3a6ba7)){logger[_0x3c1e7a(0x1cd)](_0x515995[_0x3c1e7a(0x154)]);return;}if(!_0x452bb3||_0x515995[_0x3c1e7a(0x21d)](_0x452bb3,_0x515995[_0x3c1e7a(0x20d)])||_0x515995[_0x3c1e7a(0x21d)](_0x452bb3,'')){logger[_0x3c1e7a(0x1cd)](_0x515995[_0x3c1e7a(0x196)]);return;}logger[_0x3c1e7a(0x1cd)]('Accessibility\x20extension\x20data\x20for\x20current\x20test\x20from\x20cli\x20'+JSON['stringify'](_0x11f465)),_0x4feb9a&&(logger[_0x3c1e7a(0x1cd)](_0x515995['ydOGB']),await this[_0x3c1e7a(0x2a1)](_0x1a212b,_0x452bb3,_0x515995[_0x3c1e7a(0x276)],_0x11f465,_0x12ce98,_0x515995[_0x3c1e7a(0x18c)]),_0x515995[_0x3c1e7a(0x18d)](!_0x12ce98,_0x3a6ba7)&&(logger['debug'](_0x515995[_0x3c1e7a(0x16a)]),await PerformanceTester[_0x3c1e7a(0x263)](_0x515995[_0x3c1e7a(0x252)],async()=>{const _0x3f9de9=_0x3c1e7a;await this['performScanForCli'](_0x1a212b,_0x452bb3,_0x515995[_0x3f9de9(0x1a7)],_0x11f465,_0x12ce98,_0x515995['JUXaZ']);})()),logger['info'](_0x515995['BRSSi']));}catch(_0x3ea04e){logger['error'](_0x3c1e7a(0x171)+(_0x3ea04e['stack']||_0x3ea04e[_0x3c1e7a(0x243)]));}}async['onBeforeExecute'](_0x3ac688){const _0x34dc7e=a80_0x382e57,_0x35452e={};_0x35452e[_0x34dc7e(0x1ad)]=function(_0xee231a,_0x1b3415){return _0xee231a!==_0x1b3415;},_0x35452e['jvDCl']='cucumber',_0x35452e[_0x34dc7e(0x1cc)]=_0x34dc7e(0x265),_0x35452e['JKReL']=_0x34dc7e(0x149),_0x35452e[_0x34dc7e(0x1f1)]=_0x34dc7e(0x140),_0x35452e[_0x34dc7e(0x271)]=_0x34dc7e(0x234),_0x35452e[_0x34dc7e(0x238)]=_0x34dc7e(0x296),_0x35452e[_0x34dc7e(0x1e3)]='scan',_0x35452e['JUSTv']=_0x34dc7e(0x1a4);const _0xdb29c5=_0x35452e;if(_0xdb29c5[_0x34dc7e(0x1ad)](_0x3ac688[_0x34dc7e(0x270)],_0xdb29c5[_0x34dc7e(0x26b)])){logger[_0x34dc7e(0x1cd)](_0xdb29c5['BNgbd']);return;}logger['debug'](_0x34dc7e(0x195)+(_0x3ac688[_0x34dc7e(0x27a)]||_0xdb29c5[_0x34dc7e(0x251)]));try{const _0x4e3e9a=_0x3ac688[_0x34dc7e(0x17c)]||AutomationFramework[_0x34dc7e(0x241)](),_0x31deae=TestFramework['getTrackedInstance'](),_0x4d97d3=_0x3ac688['commandName']||_0x3ac688[_0x34dc7e(0x14e)]?.['getName']();if(!_0x4d97d3){logger[_0x34dc7e(0x1cd)](_0xdb29c5[_0x34dc7e(0x1f1)]);return;}if(!this[_0x34dc7e(0x186)]()){logger[_0x34dc7e(0x1cd)]('onBeforeExecute:\x20Accessibility\x20not\x20enabled\x20for\x20current\x20test,\x20skipping\x20scan\x20for\x20'+_0x4d97d3);return;}if(!this[_0x34dc7e(0x144)](_0x4d97d3)){logger[_0x34dc7e(0x1cd)](_0x34dc7e(0x1f3)+_0x4d97d3+_0x34dc7e(0x22a));return;}const _0x295cd0=_0x3ac688['page']||global['__workerDetails']?.[_0x34dc7e(0x1e0)];if(!_0x295cd0){logger[_0x34dc7e(0x1cd)](_0x34dc7e(0x28b)+_0x4d97d3);return;}const _0x3035da=this[_0x34dc7e(0x12b)](_0xdb29c5[_0x34dc7e(0x271)])||'',_0x1cf1f1=this[_0x34dc7e(0x12b)](_0xdb29c5[_0x34dc7e(0x238)])||this[_0x34dc7e(0x2ad)][this[_0x34dc7e(0x13a)]]||null,_0x2dfeb4=process['env'][_0x34dc7e(0x1aa)]||'',_0x716f28=this['getParamsForScanForCli'](_0x4d97d3,_0x3035da,_0x1cf1f1,_0x2dfeb4),_0x31307c=await AccessibilityModule[_0x34dc7e(0x25a)](_0xdb29c5[_0x34dc7e(0x1e3)],_0x3035da);logger[_0x34dc7e(0x125)](_0x34dc7e(0x258)+(_0x716f28?JSON['stringify'](_0x716f28):_0xdb29c5[_0x34dc7e(0x17d)]));const _0x351a7b=CLIUtils['mergeObject'](_0x716f28,_0x31307c);logger[_0x34dc7e(0x125)](_0x34dc7e(0x23e)+(_0x351a7b?JSON[_0x34dc7e(0x17b)](_0x351a7b):_0xdb29c5[_0x34dc7e(0x17d)])),logger[_0x34dc7e(0x1cd)](_0x34dc7e(0x13c)+_0x4d97d3);const _0x142d99=await this['performScanForCli'](_0x295cd0,_0x3035da,_0x4d97d3,_0x351a7b,this[_0x34dc7e(0x2af)]);logger['debug'](_0x34dc7e(0x160)+_0x4d97d3+_0x34dc7e(0x1cf)+_0x142d99);}catch(_0x23d80f){logger['error'](_0x34dc7e(0x1cb)+(_0x23d80f[_0x34dc7e(0x1b2)]||_0x23d80f[_0x34dc7e(0x243)]));}}[a80_0x382e57(0x2a2)](){return this['getCurrentAccessibilityStatus']();}[a80_0x382e57(0x194)](_0x1cc666){const _0x5e3852=a80_0x382e57,_0xe60ec5=CLIUtils[_0x5e3852(0x156)]();this[_0x5e3852(0x239)][_0x5e3852(0x284)](_0xe60ec5,_0x1cc666);}async[a80_0x382e57(0x292)](_0x690deb){const _0x1906a2=a80_0x382e57,_0x504cf5={};_0x504cf5[_0x1906a2(0x27d)]=_0x1906a2(0x149);const _0x45ba75=_0x504cf5;try{const _0x5889d9=_0x690deb[_0x1906a2(0x17c)]||AutomationFramework[_0x1906a2(0x241)](),_0x2cd4de=_0x5889d9?.[_0x1906a2(0x257)]?.()?.['get']?.(this['KEY_INIT'])||![];if(_0x2cd4de)return;PerformanceTester[_0x1906a2(0x299)](EVENTS[_0x1906a2(0x1d2)]);const _0x5c3090=await GrpcClient[_0x1906a2(0x23a)]()[_0x1906a2(0x218)](_0x690deb);_0x5c3090&&_0x5c3090[_0x1906a2(0x25e)]&&_0x5c3090[_0x1906a2(0x25e)]()&&_0x5c3090[_0x1906a2(0x25e)]()[_0x1906a2(0x182)]()?(await this[_0x1906a2(0x28a)](_0x5c3090,_0x690deb),_0x5889d9?.[_0x1906a2(0x257)]&&_0x5889d9['getData']()[_0x1906a2(0x284)](this['KEY_INIT'],!![]),logger[_0x1906a2(0x1cd)](_0x1906a2(0x16c)+(_0x5889d9?.[_0x1906a2(0x15b)]?.()||_0x45ba75[_0x1906a2(0x27d)])+_0x1906a2(0x193))):logger[_0x1906a2(0x1cd)](_0x1906a2(0x16c)+(_0x5889d9?.[_0x1906a2(0x15b)]?.()||_0x45ba75['zzPGK'])+_0x1906a2(0x269)),PerformanceTester[_0x1906a2(0x1c6)](EVENTS[_0x1906a2(0x1d2)]);}catch(_0x3af38a){PerformanceTester[_0x1906a2(0x1c6)](EVENTS[_0x1906a2(0x1d2)],![],_0x3af38a[_0x1906a2(0x243)]),logger[_0x1906a2(0x1dc)](_0x1906a2(0x1f8)+(_0x3af38a[_0x1906a2(0x1b2)]||_0x3af38a[_0x1906a2(0x243)]));}}async['loadAccessibilityConfig'](_0x3d8b50,_0x1e2c75){const _0x39ea9d=a80_0x382e57;await this[_0x39ea9d(0x1d7)](_0x3d8b50,_0x1e2c75);const _0x276a2d=_0x3d8b50['getAccessibility']()['getOptions']();if(_0x276a2d){const _0x316983=_0x3d8b50['getTesthub']&&_0x3d8b50['getTesthub']();_0x316983&&(this[_0x39ea9d(0x2ad)][this[_0x39ea9d(0x13a)]]=_0x316983[_0x39ea9d(0x28d)]&&_0x316983[_0x39ea9d(0x28d)]());}}[a80_0x382e57(0x144)](_0x20af8a){const _0x176924=a80_0x382e57,_0x43c6f2={};_0x43c6f2[_0x176924(0x24f)]=function(_0x249a39,_0x36a2e1){return _0x249a39===_0x36a2e1;};const _0x5c5c22=_0x43c6f2;try{if(!_0x20af8a)return![];const _0x9e0ab8=this[_0x176924(0x2ad)]?.[_0x176924(0x237)]?.[_0x176924(0x27c)]?.['commandsList']||[],_0x2683dc=_0x9e0ab8['some'](_0x3daa75=>{const _0x24cf54=_0x176924;return _0x3daa75[_0x24cf54(0x13b)]&&_0x5c5c22['JdkhE'](_0x3daa75['name'][_0x24cf54(0x255)](),_0x20af8a[_0x24cf54(0x255)]());});return logger[_0x176924(0x1cd)](_0x176924(0x1ed)+_0x20af8a+_0x176924(0x297)+_0x2683dc+',\x20available\x20commands:\x20'+JSON[_0x176924(0x17b)](_0x9e0ab8['map'](_0x113d9e=>_0x113d9e[_0x176924(0x13b)]))),_0x2683dc;}catch(_0x4b77ee){return logger[_0x176924(0x1cd)](_0x176924(0x1ef)+_0x4b77ee['message']),![];}}[a80_0x382e57(0x1f6)](_0x1ba46a){const _0x5137c0=a80_0x382e57,_0x573603={};_0x573603[_0x5137c0(0x226)]=function(_0x393fac,_0x515235){return _0x393fac===_0x515235;},_0x573603[_0x5137c0(0x16e)]=_0x5137c0(0x1fd),_0x573603['wjUEG']=_0x5137c0(0x2b0);const _0xc1a1c6=_0x573603,_0x5301cb=_0x1ba46a[_0x5137c0(0x1a0)]&&_0x1ba46a['getScript']();return _0x5301cb&&_0xc1a1c6[_0x5137c0(0x226)](typeof _0x5301cb,_0xc1a1c6[_0x5137c0(0x16e)])&&_0x5301cb['includes'](_0xc1a1c6[_0x5137c0(0x1e9)]);}[a80_0x382e57(0x19c)](_0x486fdd){const _0x90a104=a80_0x382e57,_0x417321={};_0x417321[_0x90a104(0x207)]=function(_0x1e1061,_0x7897c3){return _0x1e1061!==_0x7897c3;},_0x417321['xJfDW']=_0x90a104(0x1fd),_0x417321[_0x90a104(0x14c)]='accessibility',_0x417321['RQLVs']=_0x90a104(0x1eb),_0x417321[_0x90a104(0x20c)]='getResults',_0x417321[_0x90a104(0x247)]=_0x90a104(0x250);const _0x387e47=_0x417321,_0x18a725=_0x486fdd[_0x90a104(0x1a0)]&&_0x486fdd[_0x90a104(0x1a0)]();if(!_0x18a725||_0x387e47[_0x90a104(0x207)](typeof _0x18a725,_0x387e47[_0x90a104(0x1ae)]))return![];return _0x18a725[_0x90a104(0x285)](_0x387e47[_0x90a104(0x14c)])||_0x18a725[_0x90a104(0x285)](_0x387e47['RQLVs'])||_0x18a725['includes'](_0x387e47[_0x90a104(0x20c)])||_0x18a725['includes'](_0x387e47['aCvqF']);}[a80_0x382e57(0x14a)](_0x5a22b7,_0x5093a4,_0x6614c7,_0x49b457){const _0xdc3dd1=a80_0x382e57,_0x5223e4={};_0x5223e4['AqSbP']=function(_0x571382,_0x187b92){return _0x571382||_0x187b92;},_0x5223e4[_0xdc3dd1(0x19a)]=function(_0x41b8f3,_0x5d17a8){return _0x41b8f3||_0x5d17a8;},_0x5223e4[_0xdc3dd1(0x1a6)]=function(_0x56140d,_0x29f038){return _0x56140d||_0x29f038;};const _0x1b5a50=_0x5223e4;return{'command':_0x5a22b7,'thTestRunUuid':_0x1b5a50[_0xdc3dd1(0x2a0)](_0x5093a4,''),'thBuildUuid':_0x1b5a50[_0xdc3dd1(0x19a)](_0x6614c7,''),'thJwtToken':_0x1b5a50[_0xdc3dd1(0x1a6)](_0x49b457,''),'timestamp':new Date()[_0xdc3dd1(0x1da)]()};}[a80_0x382e57(0x12a)](_0xc4070f){const _0x532ad2=a80_0x382e57,_0x2fc98b={};_0x2fc98b[_0x532ad2(0x1b7)]=function(_0x49568b,_0x2acd53){return _0x49568b||_0x2acd53;};const _0x531a73=_0x2fc98b;try{const _0xba1840=this[_0x532ad2(0x2ad)]?.[_0x532ad2(0x237)]?.[_0x532ad2(0x2a6)]||[],_0x2829b6=_0xba1840[_0x532ad2(0x22f)](_0xc8c613=>_0xc8c613[_0x532ad2(0x13b)]===_0xc4070f);return _0x531a73[_0x532ad2(0x1b7)](_0x2829b6,null);}catch(_0x277888){return logger['debug'](_0x532ad2(0x1ec)+_0xc4070f+':\x20'+_0x277888['message']),null;}}async[a80_0x382e57(0x1b8)](_0x4f684a,_0x549e25,_0x2ce758=null){const _0x544d60=a80_0x382e57,_0x2081f4={'uLfxf':function(_0x5e9b5a,_0xb17c7){return _0x5e9b5a(_0xb17c7);},'EXpCx':'../../playwright/accessibility-helper'};try{if(!_0x4f684a)return logger[_0x544d60(0x1cd)](_0x544d60(0x1d0)+_0x549e25),null;const _0x8e5022=this[_0x544d60(0x12a)](_0x549e25);if(!_0x8e5022||!_0x8e5022[_0x544d60(0x14e)])return logger[_0x544d60(0x1cd)](_0x544d60(0x128)+_0x549e25+'\x20script\x20available'),null;logger['debug'](_0x544d60(0x204)+_0x549e25+'\x20accessibility\x20script\x20on\x20page');const _0x3f9c40=_0x2081f4[_0x544d60(0x256)](require,_0x2081f4[_0x544d60(0x219)]),_0x57656d=_0x2ce758?await _0x3f9c40['browserStackEvaluate'](_0x4f684a,_0x8e5022[_0x544d60(0x14e)],_0x2ce758):await _0x3f9c40[_0x544d60(0x17f)](_0x4f684a,_0x8e5022[_0x544d60(0x14e)]);return _0x57656d;}catch(_0x1831c1){return logger[_0x544d60(0x1dc)](_0x544d60(0x282)+_0x549e25+':\x20'+(_0x1831c1['stack']||_0x1831c1[_0x544d60(0x243)])),null;}}async[a80_0x382e57(0x2a1)](_0xc9c63,_0x42c680,_0x2e418d,_0x1b9ed7,_0x4b8b3e,_0x5dbd75=a80_0x382e57(0x1b3)){const _0x4dd36b=a80_0x382e57,_0x2c30f0={'zCENY':function(_0x20deca,_0x5203ae){return _0x20deca===_0x5203ae;},'BFCWN':_0x4dd36b(0x1b3),'nEcTp':function(_0x24b8d4,_0x2d8dea){return _0x24b8d4(_0x2d8dea);},'HJxDw':'../../playwright/accessibility-helper'};try{logger[_0x4dd36b(0x1cd)](_0x4dd36b(0x26f)+_0x2e418d+'\x20using\x20script:\x20'+_0x5dbd75);const _0x325fab=this[_0x4dd36b(0x12a)](_0x5dbd75);if(!_0x325fab||!_0x325fab[_0x4dd36b(0x14e)]){logger[_0x4dd36b(0x1cd)]('performScanForCli:\x20No\x20'+_0x5dbd75+_0x4dd36b(0x233));return;}if(_0x2c30f0[_0x4dd36b(0x141)](_0x5dbd75,_0x2c30f0[_0x4dd36b(0x1af)])){const _0x3a4cba=_0x2c30f0[_0x4dd36b(0x28c)](require,_0x2c30f0['HJxDw']),_0x1dc4bb={};_0x1dc4bb['command']=_0x2e418d;const _0x23f2da=await PerformanceTester['measureWrapper'](PerformanceA11yEvents['PERFORM_SCAN'],async()=>{const _0x1879d0=_0x4dd36b;await _0x3a4cba['browserStackEvaluate'](_0xc9c63,_0x325fab[_0x1879d0(0x14e)]);},_0x1dc4bb)();return logger[_0x4dd36b(0x125)](_0x4dd36b(0x143)+_0x5dbd75+_0x4dd36b(0x214)+_0x2e418d+':\x20'+util['format'](_0x23f2da)),_0x23f2da;}const _0xbe9903=_0x2c30f0[_0x4dd36b(0x28c)](require,_0x2c30f0[_0x4dd36b(0x137)]),_0x260633=await PerformanceTester[_0x4dd36b(0x263)](PerformanceA11yEvents[_0x4dd36b(0x197)],async()=>{const _0x445cfa=_0x4dd36b;await _0xbe9903[_0x445cfa(0x17f)](_0xc9c63,_0x325fab[_0x445cfa(0x14e)],_0x1b9ed7);})();return logger[_0x4dd36b(0x125)](_0x4dd36b(0x143)+_0x5dbd75+_0x4dd36b(0x214)+_0x2e418d+':\x20'+util[_0x4dd36b(0x15f)](_0x260633)),_0x260633;}catch(_0x424f19){logger[_0x4dd36b(0x1dc)](_0x4dd36b(0x22c)+_0x5dbd75+':\x20'+(_0x424f19['stack']||_0x424f19['message']));}}async['validatePlatformForAccessibility'](_0x96447e){const _0x45bded=a80_0x382e57,_0x4a8890={'CIFGj':function(_0x3d92c8,_0x161946){return _0x3d92c8(_0x161946);},'OmHjG':_0x45bded(0x199)};try{const _0x1b6f96=_0x4a8890[_0x45bded(0x244)](require,_0x4a8890['OmHjG']);return await _0x1b6f96[_0x45bded(0x236)](_0x96447e);}catch(_0x583cce){return logger['error'](_0x45bded(0x13f)+(_0x583cce[_0x45bded(0x1b2)]||_0x583cce[_0x45bded(0x243)])),![];}}[a80_0x382e57(0x147)](_0x38c364,_0x27ce1e,_0x514f5f){const _0x2b1ab4=a80_0x382e57,_0x711015={'EmYNW':function(_0x24ab8a,_0x53e6b0){return _0x24ab8a(_0x53e6b0);},'xBrjk':'../../playwright/accessibility-helper','MYxLs':_0x2b1ab4(0x2ab),'KGFQo':_0x2b1ab4(0x224)};try{const _0x2d3fb3=_0x711015[_0x2b1ab4(0x201)](require,_0x711015[_0x2b1ab4(0x26a)]);_0x2d3fb3[_0x2b1ab4(0x147)](_0x38c364,_0x27ce1e,_0x514f5f);const _0xdabf5a=JSON[_0x2b1ab4(0x17b)](_0x38c364)[_0x2b1ab4(0x1e6)](/"browserstack\.user":"[^"]*"/g,_0x711015[_0x2b1ab4(0x274)])[_0x2b1ab4(0x1e6)](/"browserstack\.key":"[^"]*"/g,_0x711015[_0x2b1ab4(0x212)]);logger[_0x2b1ab4(0x1cd)](_0x2b1ab4(0x2a4)+global[_0x2b1ab4(0x211)]+'\x20'+_0xdabf5a);}catch(_0x1b062b){logger[_0x2b1ab4(0x1dc)]('Error\x20in\x20processAccessibilityCaps:\x20'+(_0x1b062b[_0x2b1ab4(0x1b2)]||_0x1b062b[_0x2b1ab4(0x243)]));}}async[a80_0x382e57(0x155)](_0x4f74d1){const _0x3e2c54=a80_0x382e57,_0x582154={};_0x582154[_0x3e2c54(0x24c)]=_0x3e2c54(0x1d9),_0x582154['wqjoH']='getResults';const _0x186979=_0x582154;try{if(!this[_0x3e2c54(0x186)]())return logger[_0x3e2c54(0x2b1)](_0x186979['YFfPp']),[];const _0x25cf83=await this[_0x3e2c54(0x1b8)](_0x4f74d1,_0x186979['wqjoH']);return _0x25cf83||[];}catch(_0x1c6a8b){return logger[_0x3e2c54(0x1dc)]('Error\x20in\x20getAccessibilityResults:\x20'+(_0x1c6a8b[_0x3e2c54(0x1b2)]||_0x1c6a8b[_0x3e2c54(0x243)])),[];}}async[a80_0x382e57(0x205)](_0x207a11){const _0x5cc566=a80_0x382e57,_0x1ced07={};_0x1ced07['yYOOV']=_0x5cc566(0x12c),_0x1ced07[_0x5cc566(0x129)]='getResultsSummary',_0x1ced07[_0x5cc566(0x227)]=function(_0x3a4db6,_0x21bc93){return _0x3a4db6||_0x21bc93;};const _0x38714c=_0x1ced07;try{if(!this['getCurrentAccessibilityStatus']())return logger[_0x5cc566(0x2b1)](_0x38714c[_0x5cc566(0x267)]),{};const _0x7e656d=await this[_0x5cc566(0x1b8)](_0x207a11,_0x38714c['Amksl']);return _0x38714c['tACyF'](_0x7e656d,{});}catch(_0x2e1d88){return logger[_0x5cc566(0x1dc)]('Error\x20in\x20getAccessibilityResultsSummary:\x20'+(_0x2e1d88[_0x5cc566(0x1b2)]||_0x2e1d88['message'])),{};}}async[a80_0x382e57(0x16b)](_0x2d2bae,_0x165d6b,_0x3f4e5e=null){const _0x542d14=a80_0x382e57,_0x261c35={};_0x261c35[_0x542d14(0x136)]='performPageScan:\x20Page\x20is\x20null',_0x261c35[_0x542d14(0x135)]=_0x542d14(0x18a),_0x261c35['jKjYn']=_0x542d14(0x1f5);const _0x194933=_0x261c35;try{if(!_0x2d2bae)return logger[_0x542d14(0x1cd)](_0x194933[_0x542d14(0x136)]),null;if(!_0x165d6b)return logger[_0x542d14(0x1cd)](_0x194933[_0x542d14(0x135)]),null;logger[_0x542d14(0x1cd)](_0x194933[_0x542d14(0x152)]);const _0x350833=_0x3f4e5e?await _0x2d2bae[_0x542d14(0x25d)](_0x165d6b,_0x3f4e5e):await _0x2d2bae[_0x542d14(0x25d)](_0x165d6b);return _0x350833;}catch(_0x137aaf){return logger[_0x542d14(0x1dc)](_0x542d14(0x281)+(_0x137aaf[_0x542d14(0x1b2)]||_0x137aaf[_0x542d14(0x243)])),null;}}static['loadDriverExecuteParams'](_0xce0b6e,_0x341d87){const _0x356c5c=a80_0x382e57,_0x4db7bc={};_0x4db7bc[_0x356c5c(0x126)]='ascii';const _0xd34bc3=_0x4db7bc,_0x769e95={};_0x769e95[_0x356c5c(0x1e4)]=_0xce0b6e;const _0x33ac90=_0x769e95;let _0x513d3c={};if(_0x341d87['getSuccess']()&&_0x341d87[_0x356c5c(0x25f)]())try{_0x513d3c=JSON['parse'](new Buffer(_0x341d87[_0x356c5c(0x13e)]())[_0x356c5c(0x19e)](_0xd34bc3[_0x356c5c(0x126)]));}catch(_0x26bb1b){logger['error'](_0x356c5c(0x200)+_0x26bb1b[_0x356c5c(0x243)]),_0x513d3c={};}return CLIUtils[_0x356c5c(0x253)](_0x33ac90,_0x513d3c);}static async['fetchCentralAuthA11yConfig'](_0x36347d,_0x3d076d=''){const _0x4c7841=a80_0x382e57,_0x310117={};_0x310117[_0x4c7841(0x202)]='fetchCentralAuthA11yConfig:\x20No\x20bin\x20session\x20ID\x20available',_0x310117[_0x4c7841(0x29c)]=_0x4c7841(0x239);const _0x37ee47=_0x310117;try{if(AccessibilityModule[_0x4c7841(0x29e)])return AccessibilityModule[_0x4c7841(0x177)];if(!process['env']['BROWSERSTACK_CLI_BIN_SESSION_ID'])return logger[_0x4c7841(0x1dc)](_0x37ee47[_0x4c7841(0x202)]),{};const _0x215380=await GrpcClient[_0x4c7841(0x23a)]()[_0x4c7841(0x17a)](process[_0x4c7841(0x203)][_0x4c7841(0x20a)],_0x37ee47[_0x4c7841(0x29c)],_0x36347d),_0x152d38=AccessibilityModule[_0x4c7841(0x1fb)](_0x3d076d,_0x215380);return AccessibilityModule['_centralAuthA11yConfig']=_0x152d38,AccessibilityModule[_0x4c7841(0x29e)]=!![],AccessibilityModule['_centralAuthA11yConfig'];}catch(_0x5dc965){return logger['error']('fetchCentralAuthA11yConfig:\x20Failed\x20to\x20fetch\x20driver\x20execute\x20params\x20for\x20'+_0x36347d+':\x20'+(_0x5dc965[_0x4c7841(0x1b2)]||_0x5dc965[_0x4c7841(0x243)])),{};}}};module[a80_0x382e57(0x295)]=AccessibilityModule;function a80_0x75bb(_0x2ef5f6,_0x340d02){const _0x113c6a=a80_0x113c();return a80_0x75bb=function(_0x75bb5e,_0x5123fb){_0x75bb5e=_0x75bb5e-0x125;let _0x2a7344=_0x113c6a[_0x75bb5e];return _0x2a7344;},a80_0x75bb(_0x2ef5f6,_0x340d02);}function a80_0x113c(){const _0x31d842=['isAppAccessibility','browserstack_executor','warn','zrDUO','846010RnltnT','88281lfKFjT','Skipping\x20saving\x20results\x20from\x20cli,\x20saveResults\x20script\x20is\x20missing','info','RaqJy','FLRdX','executeScriptByName:\x20No\x20','Amksl','getScriptByName','getCapabilityValue','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20summary.','dghMA','LKmvL','Skipping\x20saving\x20results\x20from\x20cli,\x20no\x20running\x20test\x20found','7APTLWf','stopTestCapture','11806003mAuecj','isPlatformSupported:\x20Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','ibyZX','icWXQ','dirCV','HJxDw','../../../helpers/accessibility-automation/scripts','LgbYv','KEY_TESTHUB_BUILD_ID','name','onBeforeExecute:\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','scannerVersion','getAccessibilityExecuteParams','Error\x20in\x20validatePlatformForAccessibility:\x20','onBeforeExecute:\x20No\x20command\x20name\x20provided','zCENY','QUIT','Page\x20','shouldScanForCommand','KPeKX','Error\x20in\x20stopTestCapture:\x20','processAccessibilityCaps','getOptions','unknown','getParamsForScanForCli','KEY_INIT','dayZr','YuhGy','command','DTUdC','vtjWf','delete','jKjYn','Error\x20getting\x20capability\x20value\x20for\x20','BlOeV','getAccessibilityResults','getCurrentInstanceName','browserstack.accessibilityOptions.scannerProcessingTimeout','slVyT','DRIVER_HAS_URL','toJson','getPlatformIndex','function','present','yPlGp','format','onBeforeExecute:\x20Accessibility\x20scan\x20completed\x20for\x20command:\x20','nbPpm','__accessibilityOptions','INjFB','util','BROWSERSTACK_TEST_ACCESSIBILITY_YML','__workerDetails','YmCbA','capabilities','getContext','jlTFe','performPageScan','[platform\x20-\x20','isPlatformSupported:\x20caps\x20are\x20null','gKQRD','UOOKC','zxhia','Unable\x20to\x20mark\x20test\x20finish\x20for\x20accessibility\x20from\x20cli\x20-\x20','../cliUtils','jgyKF','getName','kCecH','KEY_DRIVER_HAS_URL','_centralAuthA11yConfig','patchSendMessageToServer\x20function\x20not\x20available\x20from\x20playwright-patcher','onAfterTest:\x20event=','fetchDriverExecuteParamsEvent','stringify','instance','JUSTv','excludeTagsInTestingScope','browserStackEvaluate','onAfterTest:\x20Skipping\x20accessibility\x20cleanup\x20-\x20not\x20a\x20cucumber\x20test\x20framework','platformCaps','getSuccess',',\x20tags=','onBeforeTest','jfJat','getCurrentAccessibilityStatus','browserstack.accessibilityOptions.scannerVersion','7425130oMdrfW','finishScanningForCli','performPageScan:\x20Script\x20is\x20null','split','CrEWg','DgUGj','GKFbz','Cxsro','ukMFn','Error\x20applying\x20sendMessageToServer\x20patch:\x20','assign',']\x20Accessibility\x20configuration\x20initialized\x20successfully','setShouldScanCurrentTest','onBeforeExecute:\x20command=','QhZxG','SAVE_RESULTS','QutYD','../../../helpers/accessibility-automation/helper','cMOHA','BS_A11Y_JWT','isAccessibilityScriptCommand','LOG_DISABLED_SHOWN','toString','Performing\x20scan\x20before\x20from\x20cli','getScript','pketB','PRE','POST','null','dowdG','zwIQI','JUXaZ','lIhYA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','BROWSERSTACK_TESTHUB_JWT','TEST_INIT','hDNJS','EpMoJ','xJfDW','BFCWN','880647ncBSdC',']\x20isEnabledTestcase\x20result=','stack','scan','sYZaB','NxQUK','OrGyD','oypti','executeScriptByName','getCommandsToWrap','getTestDetails','getLogDisabledShown','12rTVNxm','../framework/automationFramework','browserVersion','MODULE_NAME','setLogDisabledShown','ZhWdN','sendMessageToServer\x20accessibility\x20patch\x20already\x20applied','\x20testHubUuid=',']\x20onAfterTest\x20should\x20scan=','ACCESSIBILITY_INITIALIZED','end','NON_BROWSERSTACK_AUTOMATION_SESSIONS','pHknI','Context','TrackedInstance','Error\x20in\x20onBeforeExecute\x20accessibility\x20module:\x20','BNgbd','debug','iUwtj',',\x20\x0a\x20','executeScriptByName:\x20Page\x20is\x20null\x20for\x20script\x20','lMQZE','SDK_ACCESSIBILITY_CONFIG','get','lkeqy','GmXXX','pgPko','setAccessibilityConfig','onBeforeTest:\x20Page\x20object\x20available,\x20proceeding\x20with\x20accessibility\x20validation','Not\x20an\x20accessibility\x20automation\x20session,\x20cannot\x20retrieve\x20accessibility\x20results.','toISOString','6316146yAcpaK','error','parseFromProto','onAfterTest','CREATE','pwPage','isEnabledTestcase','capabilitiesList','bGyOz','thTestRunUuid','AUTOMATION_SESSIONS','replace','isPlatformSupported:\x20Not\x20an\x20accessibility\x20automation\x20session','onBeforeTest:\x20Page\x20is\x20null,\x20accessibility\x20cannot\x20be\x20initialized','wjUEG','bgOMo','performScan','Error\x20getting\x20script\x20by\x20name\x20','shouldScanForCommand:\x20','UFIOV','Error\x20in\x20shouldScanForCommand:\x20','map','braOh','wcagVersion','onBeforeExecute:\x20Command\x20','getValue','Executing\x20accessibility\x20script\x20on\x20page','isBrowserstackScriptCommand','cryMp','Error\x20in\x20initAccessibilityConfig:\x20','page','rcqSf','loadDriverExecuteParams','getTestUUID','string','kvByK','saveResults','Error\x20parsing\x20accessibility\x20execute\x20params:\x20','EmYNW','DeJlf','env','Executing\x20','getAccessibilityResultsSummary','includeTagsInTestingScope','oNiaP','XsTMN','616NESRbU','BROWSERSTACK_CLI_BIN_SESSION_ID','accessibilityToken','BmXXN','eUKqZ','../state/hookState','IYjtu','applySendMessageToServerPatch','accessibilityPlatform','KGFQo','rOoWk','\x20result\x20for\x20','kqBXD','CHFOc','has','getAccessibilityConfig','EXpCx','setAccessibilityToken','test_tags','getCommandsList','wjqds','qcOYZ','value','NDClc','oyuWN',']\x20clear\x20','true','\x22browserstack.key\x22:\x22[REDACTED]\x22','length','MGpCA','tACyF','XTcJI','../state/automationFrameworkState','\x20is\x20not\x20in\x20the\x20list\x20of\x20commands\x20to\x20be\x20scanned','VoHGR','Error\x20in\x20performScanForCli\x20for\x20script\x20','registerObserver','pDUvP','find','Applied\x20sendMessageToServer\x20patch\x20for\x20accessibility\x20command\x20interception','isEnabled','114122izXblr','\x20script\x20available\x20in\x20scriptsList','test_run_id','tiAqw','platformValidation','options','yWSmV','accessibility','getInstance','vLQYP','browserName','cBrNV','MergedScanArgs:\x20','test-tags-->\x20','getGoogleChromeOptions','getTrackedInstance','Running\x20Save\x20results\x20for\x20Accessibility\x20testing','message','CIFGj','NhAsy','\x20a11yToken=','aCvqF','isArray','Tptht','Error\x20in\x20onAfterTest\x20accessibility\x20module:\x20','isPlatformSupported','YFfPp','xDrvE','cucumber','JdkhE','saveTestResults','JKReL','ozarP','mergeObject','../../../helpers/accessibility-automation/constants','toLowerCase','uLfxf','getData','ScanArgs:\x20','onBeforeTest:\x20Skipping\x20accessibility\x20check\x20-\x20not\x20a\x20cucumber\x20test\x20framework','fetchCentralAuthA11yConfig','onBeforeExecute','KdnMJ','evaluate','getAccessibility','hasAccessibilityExecuteParams','qqOUZ','scannerProcessingTimeout','AlzMU','measureWrapper','sSxxR','onBeforeExecute:\x20Skipping\x20accessibility\x20scan\x20-\x20not\x20a\x20cucumber\x20test\x20framework','latest','yYOOV','a11y:save-results',']\x20Failed\x20to\x20initialize\x20accessibility\x20configuration','xBrjk','jvDCl','kyBRw','getState','ydOGB','[CLI]\x20Performing\x20accessibility\x20scan\x20for\x20command:\x20','testFramework','kERKC','patchSendMessageToServer','2OdVnab','MYxLs','FJgFJ','cniab','Error\x20in\x20onBeforeTest\x20accessibility\x20module:\x20','wREXA','setShouldScan','commandName','lCFRM','commandsToWrap','zzPGK','launchCaps','DRIVER_INIT','_sendMessageServerPatchApplied','Error\x20in\x20performPageScan:\x20','Error\x20executing\x20script\x20','EXECUTE','set','includes','IWeMr','browserstack.accessibilityOptions.authToken','getCapabilitiesList','bind','loadAccessibilityConfig','onBeforeExecute:\x20Page\x20object\x20not\x20available\x20for\x20command\x20','nEcTp','getBuildId','vqqWI','../grpcClient','onBeforeTest:\x20Driver\x20not\x20initialized,\x20setting\x20DRIVER_INIT=true','cDtQP','initAccessibilityConfig','../../../helpers/helper','name:\x20','exports','testhub_build_uuid','\x20->\x20','tgPfE','start','AMIPw','ACbOE','GBIZw','sIuud','_centralAuthConfigFetched','EusXG','AqSbP','performScanForCli','shouldScanCurrentTest','browser','Processed\x20accessibility\x20caps\x20','updateData','scriptsList','browserstack.accessibilityOptions.wcagVersion','getTestId','./baseModule','10|0|8|13|14|2|5|7|4|11|12|1|9|6|3','\x22browserstack.user\x22:\x22[REDACTED]\x22','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','accessibilityConfig','MFYwg'];a80_0x113c=function(){return _0x31d842;};return a80_0x113c();}
@@ -1 +1 @@
1
- function a80_0xe5fd(){const _0x1c8bfd=['\x20with\x20binSessionId=','2696qedWAH','10539846tGZhrF','36YWsmDD','testCaseStartedId','Wxkrj','BaseModule','2615qsrpur','Configured\x20module\x20','6827891hRFdoc','0|1|3|2|4|5','Missing\x20binSessionId','../../../helpers/logger.js',',\x20platformIndex=','name','72162OqwTFJ','testFrameworkData','xihQy','configure','config','QFiGi','testInfo','Zhioo','testFramework','object','version','ensureBinSession','split','exports','130dLjUlf','bLlZI','1173159YrUFOr','3084664mockPc','48091460pODehJ','CUCUMBER','binSessionId','xdjTK','JxLcU','_test','getModuleName','setTestFrameworkData','client','testId','winstonLogger'];a80_0xe5fd=function(){return _0x1c8bfd;};return a80_0xe5fd();}const a80_0x27bfce=a80_0x1924;(function(_0x3fe45e,_0x5120b6){const _0x134c80=a80_0x1924,_0xbb18c2=_0x3fe45e();while(!![]){try{const _0x5d0bcc=-parseInt(_0x134c80(0x97))/0x1+-parseInt(_0x134c80(0x95))/0x2*(parseInt(_0x134c80(0x87))/0x3)+-parseInt(_0x134c80(0xa5))/0x4*(parseInt(_0x134c80(0x7f))/0x5)+parseInt(_0x134c80(0x7a))/0x6+-parseInt(_0x134c80(0x81))/0x7+-parseInt(_0x134c80(0x98))/0x8*(parseInt(_0x134c80(0x7b))/0x9)+parseInt(_0x134c80(0x99))/0xa;if(_0x5d0bcc===_0x5120b6)break;else _0xbb18c2['push'](_0xbb18c2['shift']());}catch(_0x42b13e){_0xbb18c2['push'](_0xbb18c2['shift']());}}}(a80_0xe5fd,0xea197));const logger=require(a80_0x27bfce(0x84))[a80_0x27bfce(0xa3)],{FRAMEWORKS}=require('../../../helpers/test-observability/constants.js');function a80_0x1924(_0x4f5ef0,_0x560b73){const _0xe5fdc3=a80_0xe5fd();return a80_0x1924=function(_0x192474,_0x54af97){_0x192474=_0x192474-0x7a;let _0x3c3f3c=_0xe5fdc3[_0x192474];return _0x3c3f3c;},a80_0x1924(_0x4f5ef0,_0x560b73);}class BaseModule{constructor(_0x2c5070=null){const _0x543ac6=a80_0x27bfce,_0x2ad890={};_0x2ad890[_0x543ac6(0x8e)]=_0x543ac6(0x82),_0x2ad890[_0x543ac6(0x96)]=_0x543ac6(0x7e);const _0x257eab=_0x2ad890,_0x135137=_0x257eab[_0x543ac6(0x8e)][_0x543ac6(0x93)]('|');let _0x14a800=0x0;while(!![]){switch(_0x135137[_0x14a800++]){case'0':this[_0x543ac6(0x86)]=_0x257eab['bLlZI'];continue;case'1':this[_0x543ac6(0x9b)]=null;continue;case'2':this[_0x543ac6(0x8b)]={};continue;case'3':this['platformIndex']=0x0;continue;case'4':this['client']=null;continue;case'5':this[_0x543ac6(0x88)]=this[_0x543ac6(0xa0)](_0x2c5070);continue;}break;}}[a80_0x27bfce(0x92)](){const _0x3bdf87=a80_0x27bfce,_0x25d87b={};_0x25d87b[_0x3bdf87(0x8c)]=_0x3bdf87(0x83);const _0x35fd01=_0x25d87b;if(!this[_0x3bdf87(0x9b)])throw new Error(_0x35fd01[_0x3bdf87(0x8c)]);}[a80_0x27bfce(0x9f)](){const _0x3bfa14=a80_0x27bfce;return this[_0x3bfa14(0x86)];}[a80_0x27bfce(0x8a)](_0x1a7913,_0x51b050,_0x3a35b,_0x3a82b4={}){const _0x4159f6=a80_0x27bfce,_0xacfd17={};_0xacfd17[_0x4159f6(0x7d)]='0|3|1|4|2';const _0x13ad93=_0xacfd17,_0x1e472f=_0x13ad93[_0x4159f6(0x7d)][_0x4159f6(0x93)]('|');let _0x23fd23=0x0;while(!![]){switch(_0x1e472f[_0x23fd23++]){case'0':this[_0x4159f6(0x9b)]=_0x1a7913;continue;case'1':this[_0x4159f6(0xa1)]=_0x3a35b;continue;case'2':logger['debug'](_0x4159f6(0x80)+this['getModuleName']()+_0x4159f6(0xa4)+_0x1a7913+_0x4159f6(0x85)+_0x51b050);continue;case'3':this['platformIndex']=_0x51b050;continue;case'4':this[_0x4159f6(0x8b)]=_0x3a82b4;continue;}break;}}['getTestId'](_0x234a79){const _0x1876ec=a80_0x27bfce,_0x790e22={};_0x790e22['JxLcU']=function(_0x2be6a4,_0x3a8fb2){return _0x2be6a4===_0x3a8fb2;};const _0x3d2a51=_0x790e22;let _0x116b41='';if(_0x3d2a51[_0x1876ec(0x9d)](_0x234a79['testFramework'],FRAMEWORKS['PLAYWRIGHT']))_0x116b41=_0x234a79['testInfo']?.[_0x1876ec(0x9e)]?.['id']||_0x234a79[_0x1876ec(0x8d)]?.[_0x1876ec(0xa2)];else{if(_0x3d2a51[_0x1876ec(0x9d)](_0x234a79[_0x1876ec(0x8f)],FRAMEWORKS[_0x1876ec(0x9a)]))_0x116b41=_0x234a79[_0x1876ec(0x8d)]?.[_0x1876ec(0x7c)];else _0x3d2a51[_0x1876ec(0x9d)](_0x234a79['testFramework'],FRAMEWORKS['JEST'])&&(_0x116b41=_0x234a79[_0x1876ec(0x8d)]?.['id']);}return _0x116b41;}['setTestFrameworkData'](_0x5a6895){const _0x45e973=a80_0x27bfce,_0xc247b8={};_0xc247b8[_0x45e973(0x9c)]=function(_0x6c1a2c,_0x2876b1){return _0x6c1a2c!==_0x2876b1;},_0xc247b8[_0x45e973(0x89)]=_0x45e973(0x90);const _0xe3a4a4=_0xc247b8;if(!_0x5a6895||_0xe3a4a4[_0x45e973(0x9c)](typeof _0x5a6895,_0xe3a4a4[_0x45e973(0x89)]))return null;const _0x49140b={};_0x49140b[_0x45e973(0x86)]=_0x5a6895['name'],_0x49140b[_0x45e973(0x91)]=_0x5a6895[_0x45e973(0x91)]&&_0x5a6895[_0x45e973(0x91)][_0x5a6895[_0x45e973(0x86)]];const _0x54d212=_0x49140b;return _0x54d212;}}module[a80_0x27bfce(0x94)]=BaseModule;
1
+ const a81_0x489773=a81_0x5b0f;(function(_0x2eb64e,_0x246676){const _0x298d67=a81_0x5b0f,_0x26821a=_0x2eb64e();while(!![]){try{const _0x3a6a4a=parseInt(_0x298d67(0xc4))/0x1+parseInt(_0x298d67(0xbb))/0x2+parseInt(_0x298d67(0xcc))/0x3+parseInt(_0x298d67(0xcf))/0x4+-parseInt(_0x298d67(0xb4))/0x5*(-parseInt(_0x298d67(0xc8))/0x6)+-parseInt(_0x298d67(0xd6))/0x7*(-parseInt(_0x298d67(0xd0))/0x8)+-parseInt(_0x298d67(0xc1))/0x9*(parseInt(_0x298d67(0xd1))/0xa);if(_0x3a6a4a===_0x246676)break;else _0x26821a['push'](_0x26821a['shift']());}catch(_0x2be20a){_0x26821a['push'](_0x26821a['shift']());}}}(a81_0x4b2c,0xa1afb));function a81_0x4b2c(){const _0x510d6a=['getModuleName','winstonLogger','configure','4|5|2|1|0|3','testCaseStartedId','930298bqbmUH','debug','BaseModule','split','_test','Missing\x20binSessionId','358551EVNwjn','client','PLAYWRIGHT','957680vEMudQ','oGIru','version','object','6976722vjpuGY','Configured\x20module\x20','thcVp','exports','1894452kokqSA','KnGgU','platformIndex','3016296suMVyU','56DBobnI','980ObnfnN','JEST','\x20with\x20binSessionId=','QbzjW','../../../helpers/test-observability/constants.js','595315hJCTmC','rKjZM','testId','PvEDL','getTestId','binSessionId','testInfo','testFramework','QUHHk','name','gCUIM','5hGsJKo','ensureBinSession'];a81_0x4b2c=function(){return _0x510d6a;};return a81_0x4b2c();}function a81_0x5b0f(_0x5797f9,_0x55991c){const _0x4b2ca3=a81_0x4b2c();return a81_0x5b0f=function(_0x5b0f4b,_0x4e4346){_0x5b0f4b=_0x5b0f4b-0xaf;let _0x8a40bc=_0x4b2ca3[_0x5b0f4b];return _0x8a40bc;},a81_0x5b0f(_0x5797f9,_0x55991c);}const logger=require('../../../helpers/logger.js')[a81_0x489773(0xb7)],{FRAMEWORKS}=require(a81_0x489773(0xd5));class BaseModule{constructor(_0x416bb3=null){const _0x3dda84=a81_0x489773,_0x214342={};_0x214342[_0x3dda84(0xca)]=_0x3dda84(0xb9),_0x214342[_0x3dda84(0xd7)]=_0x3dda84(0xbd);const _0x5f3c43=_0x214342,_0x1ac7fc=_0x5f3c43[_0x3dda84(0xca)][_0x3dda84(0xbe)]('|');let _0xa1f97f=0x0;while(!![]){switch(_0x1ac7fc[_0xa1f97f++]){case'0':this[_0x3dda84(0xc2)]=null;continue;case'1':this['config']={};continue;case'2':this[_0x3dda84(0xce)]=0x0;continue;case'3':this['testFrameworkData']=this['setTestFrameworkData'](_0x416bb3);continue;case'4':this['name']=_0x5f3c43[_0x3dda84(0xd7)];continue;case'5':this[_0x3dda84(0xdb)]=null;continue;}break;}}[a81_0x489773(0xb5)](){const _0x8a6c1=a81_0x489773,_0x37b34f={};_0x37b34f[_0x8a6c1(0xd4)]=_0x8a6c1(0xc0);const _0x542d93=_0x37b34f;if(!this[_0x8a6c1(0xdb)])throw new Error(_0x542d93['QbzjW']);}[a81_0x489773(0xb6)](){return this['name'];}[a81_0x489773(0xb8)](_0x5b6537,_0x32df04,_0x88b0f3,_0x9b7007={}){const _0x792f85=a81_0x489773,_0x546318={};_0x546318[_0x792f85(0xd9)]='0|3|2|4|1';const _0x5f23fe=_0x546318,_0x5375a9=_0x5f23fe['PvEDL']['split']('|');let _0x236245=0x0;while(!![]){switch(_0x5375a9[_0x236245++]){case'0':this['binSessionId']=_0x5b6537;continue;case'1':logger[_0x792f85(0xbc)](_0x792f85(0xc9)+this[_0x792f85(0xb6)]()+_0x792f85(0xd3)+_0x5b6537+',\x20platformIndex='+_0x32df04);continue;case'2':this[_0x792f85(0xc2)]=_0x88b0f3;continue;case'3':this[_0x792f85(0xce)]=_0x32df04;continue;case'4':this['config']=_0x9b7007;continue;}break;}}[a81_0x489773(0xda)](_0x3d35e2){const _0x262790=a81_0x489773,_0x39ffba={};_0x39ffba['oGIru']=function(_0x573c57,_0x3aa740){return _0x573c57===_0x3aa740;},_0x39ffba[_0x262790(0xb1)]=function(_0x274d9f,_0x4d18e5){return _0x274d9f===_0x4d18e5;};const _0x474e3c=_0x39ffba;let _0x5380d9='';if(_0x474e3c[_0x262790(0xc5)](_0x3d35e2[_0x262790(0xb0)],FRAMEWORKS[_0x262790(0xc3)]))_0x5380d9=_0x3d35e2[_0x262790(0xaf)]?.[_0x262790(0xbf)]?.['id']||_0x3d35e2[_0x262790(0xaf)]?.[_0x262790(0xd8)];else{if(_0x474e3c[_0x262790(0xc5)](_0x3d35e2[_0x262790(0xb0)],FRAMEWORKS['CUCUMBER']))_0x5380d9=_0x3d35e2[_0x262790(0xaf)]?.[_0x262790(0xba)];else _0x474e3c['QUHHk'](_0x3d35e2[_0x262790(0xb0)],FRAMEWORKS[_0x262790(0xd2)])&&(_0x5380d9=_0x3d35e2['testInfo']?.['id']);}return _0x5380d9;}['setTestFrameworkData'](_0x4affd0){const _0x13c74b=a81_0x489773,_0x5bec2b={};_0x5bec2b[_0x13c74b(0xb3)]=function(_0x220382,_0x50a2ed){return _0x220382!==_0x50a2ed;},_0x5bec2b['KnGgU']=_0x13c74b(0xc7);const _0x48c385=_0x5bec2b;if(!_0x4affd0||_0x48c385[_0x13c74b(0xb3)](typeof _0x4affd0,_0x48c385[_0x13c74b(0xcd)]))return null;const _0x1ba873={};_0x1ba873[_0x13c74b(0xb2)]=_0x4affd0['name'],_0x1ba873['version']=_0x4affd0['version']&&_0x4affd0[_0x13c74b(0xc6)][_0x4affd0[_0x13c74b(0xb2)]];const _0x1057ce=_0x1ba873;return _0x1057ce;}}module[a81_0x489773(0xcb)]=BaseModule;