browserstack-node-sdk 1.32.7 → 1.32.8

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 (114) 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/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a52_0x28c371=a52_0x4cee;function a52_0x4cee(_0x1476b2,_0x1198ba){const _0x321efe=a52_0x321e();return a52_0x4cee=function(_0x4cee8b,_0x2d048d){_0x4cee8b=_0x4cee8b-0x1c7;let _0x217fc9=_0x321efe[_0x4cee8b];return _0x217fc9;},a52_0x4cee(_0x1476b2,_0x1198ba);}(function(_0x546fa0,_0x826310){const _0x13bd9c=a52_0x4cee,_0x4f0a44=_0x546fa0();while(!![]){try{const _0x380e3f=parseInt(_0x13bd9c(0x237))/0x1*(parseInt(_0x13bd9c(0x24d))/0x2)+-parseInt(_0x13bd9c(0x229))/0x3+-parseInt(_0x13bd9c(0x1e7))/0x4+-parseInt(_0x13bd9c(0x1ea))/0x5+parseInt(_0x13bd9c(0x1d3))/0x6*(-parseInt(_0x13bd9c(0x1f2))/0x7)+parseInt(_0x13bd9c(0x1d6))/0x8+parseInt(_0x13bd9c(0x1dc))/0x9;if(_0x380e3f===_0x826310)break;else _0x4f0a44['push'](_0x4f0a44['shift']());}catch(_0x58f8d1){_0x4f0a44['push'](_0x4f0a44['shift']());}}}(a52_0x321e,0xddb60));function a52_0x321e(){const _0x1ff25a=['iWzvh','v2/test_runs','includes','fetchPlatformDetails','join','../performance-tester','No\x20accessibility\x20summary\x20was\x20found.','VYEvc','2ZjmOul','bstackA11yShouldScan','FMRLZ','resolve','null','json','javascript','KprLt','headers','stringify','path','string','executeAsyncScript','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getPackageVersion','../logger','DWZuA','toJson','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','response','FQEej','message','length','auth','includeTagsInTestingScope','../globals','toISOString','getCapabilities','zwBrk','isAccessibilityPlatform','buildName','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','platforms','status','No\x20accessibility\x20results\x20were\x20found.','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','isBrowserstackInfra','util','GGvYE','scannerVersion','isTrue','assign','12qCCDlk','basename','JsZxt','10506216Ygkuut','getAccessibilityResultsSummary','iWrlz','error','GoVgs','getGitMetaData','24852753tNcvoc','data','getHostInfo','errors','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Authorization','Build\x20creation\x20had\x20failed.','UODpK','getBrowserName','pass','TmxBt','6571180RjwCvQ','OTtVt','yoniI','116965DtqQwj','shouldScanTestForAccessibility','hmWtc','buildDescription','winstonLogger','GjlMP','NrKBd','parseFromJson','5447288qVfGTc','POST','BS_A11Y_JWT','JWhyQ','lKknN','BVLjQ','QlWVt','tIXcv','qdxTg','info','getPlatformVersion','UnyOB','Bearer\x20','PUT','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','ROLpH','RCoCT','user','getGlobal','isUndefined','BROWSERSTACK_TEST_ACCESSIBILITY_YML','statusText','excludeTagsInTestingScope','stopAccessibilityTestRun','dVbdN','Content-Type','nodeRequest','checkAccessibilityPlatformConfig','getResultsSummary','test_runs/stop','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','browserstack','FXiVQ','VcVtf','DiHhW','isAccessibilityAutomationSession','getAccessibilityResults','TCkjL','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','./constants','debug','tzcPi','measureWrapper','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','getResults','some','application/json','HFKRq','ykDsw','XxkbK','Performing\x20scan\x20before\x20getting\x20results','TpOqg','HcFcH','createAccessibilityTestRun','env','2135625bsYTNW','OaBhF','method','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','riLAZ','ANHwH','cwd','getCiInfo','iMcVb','isArray','accessibility','gDpbc','oxxMW','LQtTk','767865dZtbBX','getPlatform','performScan','format','Performing\x20scan\x20before\x20getting\x20results\x20summary','KAsMq','body','script','getUserName','a11y:start','warn','Invalid\x20request:\x20','parse','browserstackSessionName'];a52_0x321e=function(){return _0x1ff25a;};return a52_0x321e();}const path=require(a52_0x28c371(0x257)),util=require(a52_0x28c371(0x1ce)),bsSetupHelper=require('../helper'),logger=require(a52_0x28c371(0x25c))[a52_0x28c371(0x1ee)],{API_URL}=require(a52_0x28c371(0x219)),PerformanceTester=require(a52_0x28c371(0x24a)),scripts=require('./scripts'),globals=require(a52_0x28c371(0x266));exports[a52_0x28c371(0x248)]=async _0x31bc2c=>{const _0x518123=a52_0x28c371,_0x25728b={};_0x25728b['oxxMW']=function(_0x3fb98c,_0x546268){return _0x3fb98c===_0x546268;},_0x25728b[_0x518123(0x1f9)]=_0x518123(0x211);const _0x1eef23=_0x25728b;let _0x5f4fd2={};try{const _0x3c1001=await _0x31bc2c[_0x518123(0x268)]();_0x5f4fd2={'os_name':_0x3c1001[_0x518123(0x238)](),'os_version':bsSetupHelper[_0x518123(0x1fc)](_0x1eef23[_0x518123(0x235)](global['__cloud_provider___'],_0x1eef23['tIXcv'])),'browser_name':_0x3c1001[_0x518123(0x1e4)](),'browser_version':_0x3c1001['getBrowserVersion']()};}catch(_0x505e17){logger[_0x518123(0x21a)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x505e17);}return _0x5f4fd2;},exports[a52_0x28c371(0x215)]=()=>{const _0x3ed7c7=a52_0x28c371,_0x5050b2={};_0x5050b2[_0x3ed7c7(0x22a)]=function(_0x4afadb,_0x538b1b){return _0x4afadb===_0x538b1b;},_0x5050b2[_0x3ed7c7(0x225)]='string',_0x5050b2[_0x3ed7c7(0x1d5)]=function(_0x23970b,_0x5c259f){return _0x23970b>_0x5c259f;},_0x5050b2[_0x3ed7c7(0x1da)]=function(_0x836e13,_0x216788){return _0x836e13!==_0x216788;},_0x5050b2[_0x3ed7c7(0x1f6)]=_0x3ed7c7(0x251),_0x5050b2['LQtTk']=function(_0x54a889,_0x5bef79){return _0x54a889&&_0x5bef79;};const _0x48e4c5=_0x5050b2;try{if(!bsSetupHelper['isBrowserstackInfra']())return![];const _0x58ae04=bsSetupHelper['isTrue'](process[_0x3ed7c7(0x228)][_0x3ed7c7(0x206)])||bsSetupHelper[_0x3ed7c7(0x1d1)](process[_0x3ed7c7(0x228)][_0x3ed7c7(0x1cc)]),_0x114510=_0x48e4c5['OaBhF'](typeof process[_0x3ed7c7(0x228)][_0x3ed7c7(0x1f4)],_0x48e4c5[_0x3ed7c7(0x225)])&&_0x48e4c5[_0x3ed7c7(0x1d5)](process['env'][_0x3ed7c7(0x1f4)][_0x3ed7c7(0x263)],0x0)&&_0x48e4c5[_0x3ed7c7(0x1da)](process[_0x3ed7c7(0x228)]['BS_A11Y_JWT'],_0x48e4c5[_0x3ed7c7(0x1f6)]);return _0x48e4c5[_0x3ed7c7(0x236)](_0x58ae04,_0x114510);}catch(_0x6afe18){logger[_0x3ed7c7(0x21a)](_0x3ed7c7(0x218)+_0x6afe18);}return![];},exports[a52_0x28c371(0x1eb)]=(_0x30da1a,_0x404fba=!![])=>{const _0x484ea3=a52_0x28c371,_0x561c98={};_0x561c98['FMRLZ']=function(_0x2f28ab,_0x5edf89){return _0x2f28ab==_0x5edf89;},_0x561c98['yoniI']=function(_0x412b49,_0x2a145f){return _0x412b49===_0x2a145f;},_0x561c98[_0x484ea3(0x201)]=function(_0xabfd73,_0x57e049){return _0xabfd73&&_0x57e049;},_0x561c98[_0x484ea3(0x1fd)]=_0x484ea3(0x25f);const _0x928848=_0x561c98;if(_0x928848[_0x484ea3(0x24f)](process[_0x484ea3(0x228)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x2913f5=JSON[_0x484ea3(0x243)](process[_0x484ea3(0x228)][_0x484ea3(0x25a)]),_0xa8c273=Array[_0x484ea3(0x232)](_0x2913f5[_0x484ea3(0x265)])?_0x2913f5['includeTagsInTestingScope']:[],_0x20c1b6=Array[_0x484ea3(0x232)](_0x2913f5[_0x484ea3(0x208)])?_0x2913f5[_0x484ea3(0x208)]:[];let _0x83bf9b;_0x404fba?_0x83bf9b=_0x30da1a[_0x484ea3(0x249)]('/'):_0x83bf9b=_0x30da1a;const _0x22e39c=_0x20c1b6[_0x484ea3(0x21f)](_0x56eebf=>_0x83bf9b[_0x484ea3(0x247)](_0x56eebf)),_0x26f726=_0x928848[_0x484ea3(0x1e9)](_0xa8c273[_0x484ea3(0x263)],0x0)||_0xa8c273[_0x484ea3(0x21f)](_0xfc08e8=>_0x83bf9b['includes'](_0xfc08e8));return _0x928848['ROLpH'](!_0x22e39c,_0x26f726);}catch(_0x2bd341){logger[_0x484ea3(0x21a)](_0x928848[_0x484ea3(0x1fd)],_0x2bd341);}return![];},exports[a52_0x28c371(0x20d)]=_0x511e91=>{const _0x18cc52=a52_0x28c371;let _0x99a098=![];try{_0x511e91[_0x18cc52(0x1c9)]['forEach'](_0x58003a=>{const _0x295da4=_0x18cc52;if(bsSetupHelper[_0x295da4(0x1d1)](_0x58003a[_0x295da4(0x233)]))return _0x99a098=!![],!![];});}catch(_0x50300d){logger['debug'](_0x18cc52(0x22c)+_0x50300d);}return _0x99a098;},exports[a52_0x28c371(0x227)]=PerformanceTester[a52_0x28c371(0x21c)](a52_0x28c371(0x240),async function(_0x2e4eda,_0x2ccdc9){const _0xa97fcc=a52_0x28c371,_0x7add60={};_0x7add60[_0xa97fcc(0x23c)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x7add60[_0xa97fcc(0x1e8)]='playwright',_0x7add60[_0xa97fcc(0x1cf)]=_0xa97fcc(0x253),_0x7add60[_0xa97fcc(0x217)]=_0xa97fcc(0x220),_0x7add60[_0xa97fcc(0x269)]=_0xa97fcc(0x1f3),_0x7add60['FQEej']=_0xa97fcc(0x246),_0x7add60[_0xa97fcc(0x1f7)]=function(_0x3e949f,_0x3bb362){return _0x3e949f===_0x3bb362;},_0x7add60['iMcVb']='Invalid\x20configuration\x20passed.',_0x7add60[_0xa97fcc(0x22e)]='false';const _0x3b27f1=_0x7add60,_0x5a860e=bsSetupHelper[_0xa97fcc(0x23f)](_0x2e4eda),_0x406dc2=bsSetupHelper['getAccessKey'](_0x2e4eda);if(bsSetupHelper[_0xa97fcc(0x205)](_0x5a860e)||bsSetupHelper['isUndefined'](_0x406dc2))return logger[_0xa97fcc(0x1d9)](_0x3b27f1[_0xa97fcc(0x23c)]),[null,null];try{let _0x15c2b7;bsSetupHelper[_0xa97fcc(0x205)](process['env'][_0xa97fcc(0x25a)])?_0x15c2b7={}:_0x15c2b7=JSON[_0xa97fcc(0x243)](process[_0xa97fcc(0x228)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);const {name:_0x346dca,version:_0xfabdbb}=bsSetupHelper['getTestFrameworkDetails'](_0x2e4eda,_0x2ccdc9),_0x47b46e={'projectName':_0x2e4eda['projectName'],'buildName':_0x2e4eda[_0xa97fcc(0x1c7)]||path[_0xa97fcc(0x1d4)](path[_0xa97fcc(0x250)](process[_0xa97fcc(0x22f)]())),'startTime':new Date()[_0xa97fcc(0x267)](),'description':_0x2e4eda[_0xa97fcc(0x1ed)]||'','source':{'frameworkName':_0x2ccdc9[_0xa97fcc(0x247)](_0x3b27f1[_0xa97fcc(0x1e8)])?_0x3b27f1['OTtVt']:_0x2ccdc9,'frameworkVersion':bsSetupHelper[_0xa97fcc(0x25b)](_0x2ccdc9),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x3b27f1[_0xa97fcc(0x1cf)],'testFramework':_0x346dca,'testFrameworkVersion':_0xfabdbb},'settings':_0x15c2b7,'versionControl':await bsSetupHelper[_0xa97fcc(0x1db)](),'ciInfo':bsSetupHelper[_0xa97fcc(0x230)](),'hostInfo':bsSetupHelper[_0xa97fcc(0x1de)](),'browserstackAutomation':bsSetupHelper[_0xa97fcc(0x1cd)]()},_0x145a30={};_0x145a30[_0xa97fcc(0x203)]=_0x5a860e,_0x145a30[_0xa97fcc(0x1e5)]=_0x406dc2;const _0x4d7821={};_0x4d7821[_0xa97fcc(0x20b)]=_0x3b27f1[_0xa97fcc(0x217)];const _0x5be574={};_0x5be574[_0xa97fcc(0x264)]=_0x145a30,_0x5be574[_0xa97fcc(0x255)]=_0x4d7821;const _0x3bf0f0=_0x5be574,_0x2b5e92={};_0x2b5e92[_0xa97fcc(0x23d)]=_0x47b46e,_0x2b5e92[_0xa97fcc(0x252)]=!![];const _0x1778b1=Object[_0xa97fcc(0x1d2)](_0x3bf0f0,_0x2b5e92),_0x8e7c4=await bsSetupHelper[_0xa97fcc(0x20c)](_0x3b27f1[_0xa97fcc(0x269)],_0x3b27f1[_0xa97fcc(0x261)],_0x1778b1,_0x2e4eda,API_URL);let _0x1b6c32=process['env'][_0xa97fcc(0x25a)];return _0x1b6c32?_0x1b6c32=JSON[_0xa97fcc(0x243)](process[_0xa97fcc(0x228)][_0xa97fcc(0x25a)]):_0x1b6c32={},scripts[_0xa97fcc(0x1f1)](_0x8e7c4[_0xa97fcc(0x1dd)][_0xa97fcc(0x1dd)]),scripts[_0xa97fcc(0x25e)](),_0x1b6c32[_0xa97fcc(0x1d0)]=_0x8e7c4[_0xa97fcc(0x1dd)][_0xa97fcc(0x1dd)][_0xa97fcc(0x1d0)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x1b6c32),[_0x8e7c4[_0xa97fcc(0x1dd)][_0xa97fcc(0x1dd)]['accessibilityToken'],_0x8e7c4[_0xa97fcc(0x1dd)]['data']['id']];}catch(_0x226a1c){if(_0x226a1c[_0xa97fcc(0x260)])logger[_0xa97fcc(0x1d9)](_0xa97fcc(0x21d)+_0x226a1c[_0xa97fcc(0x260)][_0xa97fcc(0x1ca)]+'\x20'+_0x226a1c[_0xa97fcc(0x260)][_0xa97fcc(0x207)]+'\x20'+JSON[_0xa97fcc(0x256)](_0x226a1c[_0xa97fcc(0x260)]['data']));else{if(_0x3b27f1[_0xa97fcc(0x1f7)](_0x226a1c[_0xa97fcc(0x262)],_0x3b27f1[_0xa97fcc(0x231)])){logger['error'](_0xa97fcc(0x21d)+(_0x226a1c['message']||_0x226a1c['stack']));for(const _0x5ccdcd of _0x226a1c[_0xa97fcc(0x1df)]){logger[_0xa97fcc(0x1d9)](_0x5ccdcd[_0xa97fcc(0x262)]);}process[_0xa97fcc(0x228)][_0xa97fcc(0x206)]=_0x3b27f1['ANHwH'],process['env'][_0xa97fcc(0x1cc)]=_0x3b27f1[_0xa97fcc(0x22e)];}else logger[_0xa97fcc(0x1d9)](_0xa97fcc(0x21d)+(_0x226a1c[_0xa97fcc(0x262)]||_0x226a1c['stack']));}return[null,null];}}),exports[a52_0x28c371(0x209)]=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x51b40e){const _0x56b340=a52_0x28c371,_0x3a932a={};_0x3a932a[_0x56b340(0x1f5)]=function(_0x597e66,_0x2fd553){return _0x597e66!==_0x2fd553;},_0x3a932a[_0x56b340(0x1f8)]=_0x56b340(0x258),_0x3a932a[_0x56b340(0x1e3)]='error',_0x3a932a[_0x56b340(0x22d)]=_0x56b340(0x1e2),_0x3a932a['iboPw']=_0x56b340(0x220),_0x3a932a['VcVtf']=_0x56b340(0x1ff),_0x3a932a['VYEvc']=_0x56b340(0x20f),_0x3a932a[_0x56b340(0x221)]=function(_0x71d7af,_0x4f4f83){return _0x71d7af+_0x4f4f83;},_0x3a932a[_0x56b340(0x223)]=_0x56b340(0x242),_0x3a932a[_0x56b340(0x222)]='success';const _0x5419c3=_0x3a932a;if(bsSetupHelper[_0x56b340(0x205)](process['env'][_0x56b340(0x1f4)])||_0x5419c3[_0x56b340(0x1f5)](typeof process[_0x56b340(0x228)][_0x56b340(0x1f4)],_0x5419c3[_0x56b340(0x1f8)])){const _0x27290c={};return _0x27290c[_0x56b340(0x1ca)]=_0x5419c3[_0x56b340(0x1e3)],_0x27290c[_0x56b340(0x262)]=_0x5419c3[_0x56b340(0x22d)],_0x27290c;}const _0x306cb3={'endTime':new Date()[_0x56b340(0x267)]()},_0x3ea97d={};_0x3ea97d[_0x56b340(0x1e1)]=_0x56b340(0x1fe)+process[_0x56b340(0x228)]['BS_A11Y_JWT'],_0x3ea97d[_0x56b340(0x20b)]=_0x5419c3['iboPw'];const _0x56777b={};_0x56777b[_0x56b340(0x255)]=_0x3ea97d;const _0x4e3299=_0x56777b,_0x131b5a={};_0x131b5a[_0x56b340(0x23d)]=_0x306cb3,_0x131b5a[_0x56b340(0x264)]=null,_0x131b5a['json']=!![];const _0x603e7b=Object[_0x56b340(0x1d2)](_0x4e3299,_0x131b5a);try{const _0x1f4be7=await bsSetupHelper['nodeRequest'](_0x5419c3[_0x56b340(0x213)],_0x5419c3[_0x56b340(0x24c)],_0x603e7b,_0x51b40e,API_URL);if(_0x1f4be7[_0x56b340(0x1dd)]['error'])throw new Error(_0x5419c3[_0x56b340(0x221)](_0x5419c3[_0x56b340(0x223)],_0x1f4be7[_0x56b340(0x1dd)][_0x56b340(0x1d9)]));else{logger[_0x56b340(0x1fb)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x56b340(0x267)]());const _0x422bba={};return _0x422bba[_0x56b340(0x1ca)]=_0x5419c3[_0x56b340(0x222)],_0x422bba[_0x56b340(0x262)]='',_0x422bba;}}catch(_0x5ac567){_0x5ac567[_0x56b340(0x260)]?logger[_0x56b340(0x1d9)](_0x56b340(0x210)+_0x5ac567['response']['status']+'\x20'+_0x5ac567[_0x56b340(0x260)]['statusText']+'\x20'+JSON['stringify'](_0x5ac567[_0x56b340(0x260)]['data'])):logger[_0x56b340(0x1d9)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x5ac567['message']||util[_0x56b340(0x23a)](_0x5ac567)));const _0x3849c1={};return _0x3849c1[_0x56b340(0x1ca)]=_0x5419c3[_0x56b340(0x1e3)],_0x3849c1[_0x56b340(0x262)]=_0x5ac567[_0x56b340(0x262)]||(_0x5ac567['response']?_0x5ac567[_0x56b340(0x260)][_0x56b340(0x1ca)]+':'+_0x5ac567[_0x56b340(0x260)][_0x56b340(0x207)]:_0x5ac567),_0x3849c1;}}),exports[a52_0x28c371(0x239)]=async(_0x35edfd,_0x41d240=null)=>{const _0x13eab9=a52_0x28c371,_0x592ebb={};_0x592ebb[_0x13eab9(0x254)]=_0x13eab9(0x26a),_0x592ebb[_0x13eab9(0x1ec)]=_0x13eab9(0x24e),_0x592ebb[_0x13eab9(0x1e6)]=_0x13eab9(0x1c8);const _0x577737=_0x592ebb;if(!this['isAccessibilityAutomationSession']()||!globals[_0x13eab9(0x204)](_0x577737[_0x13eab9(0x254)])||!globals[_0x13eab9(0x204)](_0x577737['hmWtc'])){logger[_0x13eab9(0x241)](_0x577737['TmxBt']);return;}const _0x1edb5d={};_0x1edb5d[_0x13eab9(0x22b)]=_0x41d240||global[_0x13eab9(0x244)],logger[_0x13eab9(0x21a)](util['format'](await _0x35edfd[_0x13eab9(0x259)](scripts[_0x13eab9(0x239)],_0x1edb5d)));},exports[a52_0x28c371(0x216)]=async(_0x2d6923,_0x18515d)=>{const _0x31bc69=a52_0x28c371,_0x21f2a4={};_0x21f2a4[_0x31bc69(0x20a)]='isAccessibilityPlatform',_0x21f2a4[_0x31bc69(0x1fa)]='bstackA11yShouldScan',_0x21f2a4['tzcPi']=_0x31bc69(0x1e0),_0x21f2a4[_0x31bc69(0x234)]=_0x31bc69(0x224),_0x21f2a4[_0x31bc69(0x1f0)]=_0x31bc69(0x1cb);const _0x4f1046=_0x21f2a4;if(!this[_0x31bc69(0x215)]()||!globals[_0x31bc69(0x204)](_0x4f1046[_0x31bc69(0x20a)])||!globals[_0x31bc69(0x204)](_0x4f1046['qdxTg']))return logger[_0x31bc69(0x241)](_0x4f1046[_0x31bc69(0x21b)]),[];try{logger['debug'](_0x4f1046[_0x31bc69(0x234)]);const _0x2b5f51={};_0x2b5f51[_0x31bc69(0x22b)]=_0x18515d[_0x31bc69(0x244)],logger[_0x31bc69(0x21a)](util[_0x31bc69(0x23a)](await _0x2d6923[_0x31bc69(0x259)](scripts['performScan'],_0x2b5f51)));const _0x52a88c=await _0x2d6923[_0x31bc69(0x259)](scripts[_0x31bc69(0x21e)]);return _0x52a88c;}catch{return logger['error'](_0x4f1046[_0x31bc69(0x1f0)]),[];}},exports[a52_0x28c371(0x1d7)]=async(_0x1a425a,_0x4b73e3)=>{const _0x115c08=a52_0x28c371,_0x399357={};_0x399357[_0x115c08(0x226)]=_0x115c08(0x26a),_0x399357[_0x115c08(0x1d8)]=_0x115c08(0x24e),_0x399357[_0x115c08(0x214)]=_0x115c08(0x200),_0x399357[_0x115c08(0x202)]=_0x115c08(0x23b),_0x399357[_0x115c08(0x25d)]=_0x115c08(0x24b);const _0x556441=_0x399357;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x556441[_0x115c08(0x226)])||!globals['getGlobal'](_0x556441[_0x115c08(0x1d8)]))return logger[_0x115c08(0x241)](_0x556441['DiHhW']),{};try{logger['debug'](_0x556441[_0x115c08(0x202)]);const _0x41844a={};_0x41844a[_0x115c08(0x22b)]=_0x4b73e3[_0x115c08(0x244)],logger['debug'](util['format'](await _0x1a425a['executeAsyncScript'](scripts[_0x115c08(0x239)],_0x41844a)));const _0x473a9b=await _0x1a425a[_0x115c08(0x259)](scripts[_0x115c08(0x20e)]);return _0x473a9b;}catch{return logger['error'](_0x556441[_0x115c08(0x25d)]),{};}},exports['isBrowserStackCommandExecutor']=_0x3795a4=>{const _0x587c98=a52_0x28c371,_0x23d5dc={};_0x23d5dc[_0x587c98(0x245)]=function(_0x178b51,_0x5aad71){return _0x178b51===_0x5aad71;},_0x23d5dc[_0x587c98(0x1ef)]=_0x587c98(0x258),_0x23d5dc['FXiVQ']='browserstack_executor';const _0x2a2908=_0x23d5dc;if(_0x3795a4&&_0x3795a4[_0x587c98(0x23e)]&&_0x2a2908[_0x587c98(0x245)](typeof _0x3795a4['script'],_0x2a2908[_0x587c98(0x1ef)]))return _0x3795a4[_0x587c98(0x23e)][_0x587c98(0x247)](_0x2a2908[_0x587c98(0x212)]);return![];};
1
+ function a52_0x263f(){const _0x4f5ce8=['BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','winstonLogger','eMtth','POST','Build\x20creation\x20had\x20failed.','browserstack_executor','warn','AWlMw','Content-Type','bstackA11yShouldScan','getPlatformVersion','Invalid\x20request:\x20','browserstackSessionName','join','some','includeTagsInTestingScope','RqQgW','HZWXy','test_runs/stop','isBrowserstackInfra','accessibility','pwBKB','format','getGitMetaData','../helper','twpRr','VMkut','getResults','parseFromJson','isBrowserStackCommandExecutor','BROWSERSTACK_TEST_ACCESSIBILITY_YML','info','a11y:start','../performance-tester','JZNgU','getHostInfo','path','OasEs','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','VrKdl','10870PDbPbR','ppctY','getBrowserVersion','json','getTestFrameworkDetails','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','a11y:stop','headers','qryYr','wVqYh','playwright','performScan','body','./constants','length','nodeRequest','GMTWg','shouldScanTestForAccessibility','forEach','isAccessibilityAutomationSession','getUserName','21OnIXTs','JVIQU','sypLe','debug','method','error','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','gKRzK','JBdgr','data','BS_A11Y_JWT','includes','util','fkYep','2118VcxdKD','auth','createAccessibilityTestRun','NOoUM','statusText','env','stringify','shbDB','KPweo','ufTnp','excludeTagsInTestingScope','measureWrapper','rmeRl','null','stack','rvHCI','cwd','status','BSVUW','buildName','26196580Bhfvaa','errors','No\x20accessibility\x20summary\x20was\x20found.','isUndefined','FJNmH','accessibilityToken','buildDescription','getPlatform','KVoCT','ucmQi','resolve','kJEkF','VLbwU','getAgentVersion','jXghh','toISOString','browserstack','Performing\x20scan\x20before\x20getting\x20results\x20summary','platforms','isArray','phheQ','application/json','757288WxkQrd','Performing\x20scan\x20before\x20getting\x20results','HRigW','MvDtz','PUT','129218fgDrdM','assign','../logger','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','projectName','getResultsSummary','executeAsyncScript','VqGZI','4357227VgSmhb','script','pass','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','nxPGQ','181316aOXTNE','isAccessibilityPlatform','success','nZIyI','response','getBrowserName','stopAccessibilityTestRun','YBItN','QCzgB','LQXpA','string','scannerVersion','543944NnfhlE','SkCca','99ZnrIlR','getGlobal','isTrue','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','parse','message'];a52_0x263f=function(){return _0x4f5ce8;};return a52_0x263f();}const a52_0x48cf0a=a52_0x47b6;(function(_0xc317d6,_0x515bbc){const _0x25567f=a52_0x47b6,_0x5b8cd9=_0xc317d6();while(!![]){try{const _0x3390ff=parseInt(_0x25567f(0xd0))/0x1+parseInt(_0x25567f(0xc3))/0x2*(-parseInt(_0x25567f(0x86))/0x3)+parseInt(_0x25567f(0xbe))/0x4+parseInt(_0x25567f(0x71))/0x5*(-parseInt(_0x25567f(0x94))/0x6)+-parseInt(_0x25567f(0xcb))/0x7+parseInt(_0x25567f(0xdc))/0x8*(-parseInt(_0x25567f(0xde))/0x9)+parseInt(_0x25567f(0xa8))/0xa;if(_0x3390ff===_0x515bbc)break;else _0x5b8cd9['push'](_0x5b8cd9['shift']());}catch(_0x5b328b){_0x5b8cd9['push'](_0x5b8cd9['shift']());}}}(a52_0x263f,0x61b63));function a52_0x47b6(_0x359210,_0x44dd9a){const _0x263f3b=a52_0x263f();return a52_0x47b6=function(_0x47b63e,_0x59c663){_0x47b63e=_0x47b63e-0x6b;let _0x3c8d6f=_0x263f3b[_0x47b63e];return _0x3c8d6f;},a52_0x47b6(_0x359210,_0x44dd9a);}const path=require(a52_0x48cf0a(0x6d)),util=require(a52_0x48cf0a(0x92)),bsSetupHelper=require(a52_0x48cf0a(0xfc)),logger=require(a52_0x48cf0a(0xc5))[a52_0x48cf0a(0xe5)],{API_URL}=require(a52_0x48cf0a(0x7e)),PerformanceTester=require(a52_0x48cf0a(0x105)),scripts=require('./scripts'),globals=require('../globals');exports['fetchPlatformDetails']=async _0x408da4=>{const _0x249833=a52_0x48cf0a,_0xa072c6={};_0xa072c6['rnvfm']=function(_0x35631,_0x835b16){return _0x35631===_0x835b16;},_0xa072c6[_0x249833(0xa6)]=_0x249833(0xb8);const _0x1ecd18=_0xa072c6;let _0x4b8f0c={};try{const _0x36eb7d=await _0x408da4['getCapabilities']();_0x4b8f0c={'os_name':_0x36eb7d[_0x249833(0xaf)](),'os_version':bsSetupHelper[_0x249833(0xee)](_0x1ecd18['rnvfm'](global['__cloud_provider___'],_0x1ecd18['BSVUW'])),'browser_name':_0x36eb7d[_0x249833(0xd5)](),'browser_version':_0x36eb7d[_0x249833(0x73)]()};}catch(_0x4118ab){logger[_0x249833(0x89)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x4118ab);}return _0x4b8f0c;},exports[a52_0x48cf0a(0x84)]=()=>{const _0x31e70a=a52_0x48cf0a,_0x318604={};_0x318604[_0x31e70a(0x8e)]=function(_0x3b67ee,_0x3a3173){return _0x3b67ee===_0x3a3173;},_0x318604[_0x31e70a(0xb1)]=_0x31e70a(0xda),_0x318604[_0x31e70a(0x8d)]=function(_0x145461,_0x2244db){return _0x145461>_0x2244db;},_0x318604[_0x31e70a(0xa0)]=function(_0x46f654,_0x22f75e){return _0x46f654!==_0x22f75e;},_0x318604[_0x31e70a(0xf5)]=_0x31e70a(0xa1),_0x318604[_0x31e70a(0xdd)]=function(_0x33bfff,_0x39f30d){return _0x33bfff&&_0x39f30d;};const _0x44c550=_0x318604;try{if(!bsSetupHelper[_0x31e70a(0xf7)]())return![];const _0xb3bc75=bsSetupHelper[_0x31e70a(0xe0)](process['env'][_0x31e70a(0x102)])||bsSetupHelper[_0x31e70a(0xe0)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x1ae4cb=_0x44c550[_0x31e70a(0x8e)](typeof process[_0x31e70a(0x99)][_0x31e70a(0x90)],_0x44c550[_0x31e70a(0xb1)])&&_0x44c550[_0x31e70a(0x8d)](process[_0x31e70a(0x99)][_0x31e70a(0x90)]['length'],0x0)&&_0x44c550[_0x31e70a(0xa0)](process[_0x31e70a(0x99)]['BS_A11Y_JWT'],_0x44c550[_0x31e70a(0xf5)]);return _0x44c550[_0x31e70a(0xdd)](_0xb3bc75,_0x1ae4cb);}catch(_0x33e3e6){logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x33e3e6);}return![];},exports[a52_0x48cf0a(0x82)]=(_0x19adbb,_0x309e88=!![])=>{const _0x403228=a52_0x48cf0a,_0xc29849={};_0xc29849[_0x403228(0x97)]=function(_0x2bca63,_0x41610d){return _0x2bca63==_0x41610d;},_0xc29849[_0x403228(0x72)]=function(_0x4f51c8,_0x4771c3){return _0x4f51c8===_0x4771c3;},_0xc29849['Bkgyc']=function(_0xb5cb5b,_0x2cdaf1){return _0xb5cb5b&&_0x2cdaf1;},_0xc29849[_0x403228(0xd3)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x1c8da5=_0xc29849;if(_0x1c8da5[_0x403228(0x97)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x303ec3=JSON[_0x403228(0xe2)](process[_0x403228(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0xcff409=Array[_0x403228(0xbb)](_0x303ec3[_0x403228(0xf3)])?_0x303ec3['includeTagsInTestingScope']:[],_0x5841da=Array[_0x403228(0xbb)](_0x303ec3[_0x403228(0x9e)])?_0x303ec3[_0x403228(0x9e)]:[];let _0x3ab19c;_0x309e88?_0x3ab19c=_0x19adbb[_0x403228(0xf1)]('/'):_0x3ab19c=_0x19adbb;const _0x26644f=_0x5841da[_0x403228(0xf2)](_0x514113=>_0x3ab19c[_0x403228(0x91)](_0x514113)),_0x55f3ab=_0x1c8da5[_0x403228(0x72)](_0xcff409[_0x403228(0x7f)],0x0)||_0xcff409[_0x403228(0xf2)](_0x5d4564=>_0x3ab19c[_0x403228(0x91)](_0x5d4564));return _0x1c8da5['Bkgyc'](!_0x26644f,_0x55f3ab);}catch(_0x2ba318){logger[_0x403228(0x89)](_0x1c8da5[_0x403228(0xd3)],_0x2ba318);}return![];},exports['checkAccessibilityPlatformConfig']=_0x33c5e7=>{const _0x2994fc=a52_0x48cf0a;let _0x5d0e83=![];try{_0x33c5e7[_0x2994fc(0xba)][_0x2994fc(0x83)](_0x4c81db=>{const _0x18bf5f=_0x2994fc;if(bsSetupHelper[_0x18bf5f(0xe0)](_0x4c81db[_0x18bf5f(0xf8)]))return _0x5d0e83=!![],!![];});}catch(_0x3c0fe0){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x3c0fe0);}return _0x5d0e83;},exports[a52_0x48cf0a(0x96)]=PerformanceTester['measureWrapper'](a52_0x48cf0a(0x104),async function(_0x14d25f,_0x1e7fbe){const _0x3e452c=a52_0x48cf0a,_0x58c98b={};_0x58c98b[_0x3e452c(0xeb)]=_0x3e452c(0x76),_0x58c98b[_0x3e452c(0x9b)]=_0x3e452c(0x7b),_0x58c98b['vNduD']='javascript',_0x58c98b[_0x3e452c(0xa3)]=_0x3e452c(0xbd),_0x58c98b[_0x3e452c(0xc0)]=_0x3e452c(0xe7),_0x58c98b[_0x3e452c(0xc1)]='v2/test_runs',_0x58c98b['eMtth']=function(_0x43fb84,_0x5a68c){return _0x43fb84===_0x5a68c;},_0x58c98b[_0x3e452c(0x88)]='Invalid\x20configuration\x20passed.',_0x58c98b['VMkut']='false';const _0x3128f6=_0x58c98b,_0x238d42=bsSetupHelper[_0x3e452c(0x85)](_0x14d25f),_0x4bbc05=bsSetupHelper['getAccessKey'](_0x14d25f);if(bsSetupHelper[_0x3e452c(0xab)](_0x238d42)||bsSetupHelper[_0x3e452c(0xab)](_0x4bbc05))return logger[_0x3e452c(0x8b)](_0x3128f6[_0x3e452c(0xeb)]),[null,null];try{let _0x57aa77;bsSetupHelper[_0x3e452c(0xab)](process[_0x3e452c(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x57aa77={}:_0x57aa77=JSON[_0x3e452c(0xe2)](process[_0x3e452c(0x99)][_0x3e452c(0xce)]);const {name:_0x3add99,version:_0x2788d5}=bsSetupHelper[_0x3e452c(0x75)](_0x14d25f,_0x1e7fbe),_0x17c80c={'projectName':_0x14d25f[_0x3e452c(0xc7)],'buildName':_0x14d25f[_0x3e452c(0xa7)]||path['basename'](path[_0x3e452c(0xb2)](process[_0x3e452c(0xa4)]())),'startTime':new Date()[_0x3e452c(0xb7)](),'description':_0x14d25f[_0x3e452c(0xae)]||'','source':{'frameworkName':_0x1e7fbe['includes'](_0x3128f6[_0x3e452c(0x9b)])?_0x3128f6[_0x3e452c(0x9b)]:_0x1e7fbe,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x1e7fbe),'sdkVersion':bsSetupHelper[_0x3e452c(0xb5)](),'language':_0x3128f6['vNduD'],'testFramework':_0x3add99,'testFrameworkVersion':_0x2788d5},'settings':_0x57aa77,'versionControl':await bsSetupHelper[_0x3e452c(0xfb)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x3e452c(0x6c)](),'browserstackAutomation':bsSetupHelper[_0x3e452c(0xf7)]()},_0x9881d={};_0x9881d['user']=_0x238d42,_0x9881d[_0x3e452c(0xcd)]=_0x4bbc05;const _0x2fb8d9={};_0x2fb8d9[_0x3e452c(0xec)]=_0x3128f6[_0x3e452c(0xa3)];const _0x396554={};_0x396554[_0x3e452c(0x95)]=_0x9881d,_0x396554[_0x3e452c(0x78)]=_0x2fb8d9;const _0x5523f8=_0x396554,_0xc106f7={};_0xc106f7[_0x3e452c(0x7d)]=_0x17c80c,_0xc106f7[_0x3e452c(0x74)]=!![];const _0x299a8a=Object[_0x3e452c(0xc4)](_0x5523f8,_0xc106f7),_0x9eeaa8=await bsSetupHelper[_0x3e452c(0x80)](_0x3128f6[_0x3e452c(0xc0)],_0x3128f6[_0x3e452c(0xc1)],_0x299a8a,_0x14d25f,API_URL);let _0x910f09=process[_0x3e452c(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];return _0x910f09?_0x910f09=JSON[_0x3e452c(0xe2)](process[_0x3e452c(0x99)][_0x3e452c(0xce)]):_0x910f09={},scripts[_0x3e452c(0x100)](_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)]),scripts['toJson'](),_0x910f09[_0x3e452c(0xdb)]=_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)]['scannerVersion'],process[_0x3e452c(0x99)][_0x3e452c(0xce)]=JSON[_0x3e452c(0x9a)](_0x910f09),[_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)][_0x3e452c(0xad)],_0x9eeaa8[_0x3e452c(0x8f)][_0x3e452c(0x8f)]['id']];}catch(_0x5e7f9d){if(_0x5e7f9d[_0x3e452c(0xd4)])logger[_0x3e452c(0x8b)](_0x3e452c(0x6f)+_0x5e7f9d['response'][_0x3e452c(0xa5)]+'\x20'+_0x5e7f9d[_0x3e452c(0xd4)]['statusText']+'\x20'+JSON[_0x3e452c(0x9a)](_0x5e7f9d[_0x3e452c(0xd4)][_0x3e452c(0x8f)]));else{if(_0x3128f6[_0x3e452c(0xe6)](_0x5e7f9d['message'],_0x3128f6[_0x3e452c(0x88)])){logger[_0x3e452c(0x8b)](_0x3e452c(0x6f)+(_0x5e7f9d[_0x3e452c(0xe3)]||_0x5e7f9d[_0x3e452c(0xa2)]));for(const _0x1f77e of _0x5e7f9d[_0x3e452c(0xa9)]){logger[_0x3e452c(0x8b)](_0x1f77e[_0x3e452c(0xe3)]);}process['env'][_0x3e452c(0x102)]=_0x3128f6['VMkut'],process[_0x3e452c(0x99)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x3128f6[_0x3e452c(0xfe)];}else logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5e7f9d['message']||_0x5e7f9d[_0x3e452c(0xa2)]));}return[null,null];}}),exports[a52_0x48cf0a(0xd6)]=PerformanceTester[a52_0x48cf0a(0x9f)](a52_0x48cf0a(0x77),async function(_0x297a3f){const _0x5ec5d3=a52_0x48cf0a,_0x2c92b9={};_0x2c92b9['FJNmH']=function(_0x76bbd1,_0x3f4634){return _0x76bbd1!==_0x3f4634;},_0x2c92b9[_0x5ec5d3(0x9d)]='string',_0x2c92b9[_0x5ec5d3(0xb4)]=_0x5ec5d3(0x8b),_0x2c92b9[_0x5ec5d3(0xfd)]=_0x5ec5d3(0xe8),_0x2c92b9[_0x5ec5d3(0x79)]='application/json',_0x2c92b9[_0x5ec5d3(0xb0)]=_0x5ec5d3(0xc2),_0x2c92b9[_0x5ec5d3(0x9c)]=_0x5ec5d3(0xf6),_0x2c92b9[_0x5ec5d3(0xd7)]=function(_0x5a5eec,_0x12f8fb){return _0x5a5eec+_0x12f8fb;},_0x2c92b9[_0x5ec5d3(0xf4)]=_0x5ec5d3(0xef),_0x2c92b9[_0x5ec5d3(0x81)]=_0x5ec5d3(0xd2);const _0x57bc92=_0x2c92b9;if(bsSetupHelper[_0x5ec5d3(0xab)](process['env'][_0x5ec5d3(0x90)])||_0x57bc92[_0x5ec5d3(0xac)](typeof process[_0x5ec5d3(0x99)][_0x5ec5d3(0x90)],_0x57bc92[_0x5ec5d3(0x9d)])){const _0x12765f={};return _0x12765f[_0x5ec5d3(0xa5)]=_0x57bc92[_0x5ec5d3(0xb4)],_0x12765f[_0x5ec5d3(0xe3)]=_0x57bc92[_0x5ec5d3(0xfd)],_0x12765f;}const _0x1e7a6e={'endTime':new Date()['toISOString']()},_0x3c2c77={};_0x3c2c77['Authorization']='Bearer\x20'+process[_0x5ec5d3(0x99)][_0x5ec5d3(0x90)],_0x3c2c77[_0x5ec5d3(0xec)]=_0x57bc92[_0x5ec5d3(0x79)];const _0x15b55d={};_0x15b55d[_0x5ec5d3(0x78)]=_0x3c2c77;const _0x1e3871=_0x15b55d,_0x36e771={};_0x36e771[_0x5ec5d3(0x7d)]=_0x1e7a6e,_0x36e771['auth']=null,_0x36e771[_0x5ec5d3(0x74)]=!![];const _0xc02da7=Object[_0x5ec5d3(0xc4)](_0x1e3871,_0x36e771);try{const _0x1873da=await bsSetupHelper['nodeRequest'](_0x57bc92[_0x5ec5d3(0xb0)],_0x57bc92[_0x5ec5d3(0x9c)],_0xc02da7,_0x297a3f,API_URL);if(_0x1873da[_0x5ec5d3(0x8f)][_0x5ec5d3(0x8b)])throw new Error(_0x57bc92[_0x5ec5d3(0xd7)](_0x57bc92[_0x5ec5d3(0xf4)],_0x1873da['data'][_0x5ec5d3(0x8b)]));else{logger[_0x5ec5d3(0x103)](_0x5ec5d3(0xe4)+new Date()[_0x5ec5d3(0xb7)]());const _0x235fd4={};return _0x235fd4['status']=_0x57bc92[_0x5ec5d3(0x81)],_0x235fd4[_0x5ec5d3(0xe3)]='',_0x235fd4;}}catch(_0x390bb5){_0x390bb5[_0x5ec5d3(0xd4)]?logger[_0x5ec5d3(0x8b)](_0x5ec5d3(0xc6)+_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0xa5)]+'\x20'+_0x390bb5[_0x5ec5d3(0xd4)]['statusText']+'\x20'+JSON[_0x5ec5d3(0x9a)](_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0x8f)])):logger[_0x5ec5d3(0x8b)](_0x5ec5d3(0xc6)+(_0x390bb5[_0x5ec5d3(0xe3)]||util[_0x5ec5d3(0xfa)](_0x390bb5)));const _0x23173b={};return _0x23173b['status']=_0x57bc92[_0x5ec5d3(0xb4)],_0x23173b[_0x5ec5d3(0xe3)]=_0x390bb5[_0x5ec5d3(0xe3)]||(_0x390bb5['response']?_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0xa5)]+':'+_0x390bb5[_0x5ec5d3(0xd4)][_0x5ec5d3(0x98)]:_0x390bb5),_0x23173b;}}),exports[a52_0x48cf0a(0x7c)]=async(_0x17da55,_0x30e13e=null)=>{const _0x3c7e11=a52_0x48cf0a,_0xcd5dc7={};_0xcd5dc7[_0x3c7e11(0x70)]=_0x3c7e11(0xd1),_0xcd5dc7[_0x3c7e11(0xcf)]=_0x3c7e11(0xed),_0xcd5dc7[_0x3c7e11(0x7a)]=_0x3c7e11(0x8c);const _0x19c824=_0xcd5dc7;if(!this['isAccessibilityAutomationSession']()||!globals[_0x3c7e11(0xdf)](_0x19c824[_0x3c7e11(0x70)])||!globals['getGlobal'](_0x19c824[_0x3c7e11(0xcf)])){logger[_0x3c7e11(0xea)](_0x19c824[_0x3c7e11(0x7a)]);return;}const _0x4e434a={};_0x4e434a[_0x3c7e11(0x8a)]=_0x30e13e||global[_0x3c7e11(0xf0)],logger[_0x3c7e11(0x89)](util['format'](await _0x17da55[_0x3c7e11(0xc9)](scripts[_0x3c7e11(0x7c)],_0x4e434a)));},exports['getAccessibilityResults']=async(_0x23bae7,_0x477098)=>{const _0x2d030f=a52_0x48cf0a,_0x17e5df={};_0x17e5df['OasEs']=_0x2d030f(0xd1),_0x17e5df[_0x2d030f(0xb3)]='bstackA11yShouldScan',_0x17e5df[_0x2d030f(0x87)]=_0x2d030f(0xe1),_0x17e5df['LQXpA']=_0x2d030f(0xbf),_0x17e5df[_0x2d030f(0xd8)]='No\x20accessibility\x20results\x20were\x20found.';const _0x28664b=_0x17e5df;if(!this[_0x2d030f(0x84)]()||!globals['getGlobal'](_0x28664b[_0x2d030f(0x6e)])||!globals[_0x2d030f(0xdf)](_0x28664b['kJEkF']))return logger[_0x2d030f(0xea)](_0x28664b[_0x2d030f(0x87)]),[];try{logger[_0x2d030f(0x89)](_0x28664b[_0x2d030f(0xd9)]);const _0x548bd8={};_0x548bd8[_0x2d030f(0x8a)]=_0x477098[_0x2d030f(0xf0)],logger['debug'](util[_0x2d030f(0xfa)](await _0x23bae7['executeAsyncScript'](scripts[_0x2d030f(0x7c)],_0x548bd8)));const _0x5ebf80=await _0x23bae7[_0x2d030f(0xc9)](scripts[_0x2d030f(0xff)]);return _0x5ebf80;}catch{return logger[_0x2d030f(0x8b)](_0x28664b['QCzgB']),[];}},exports['getAccessibilityResultsSummary']=async(_0xb63d81,_0x1bc17b)=>{const _0x49b83a=a52_0x48cf0a,_0x24fec7={};_0x24fec7[_0x49b83a(0x93)]='isAccessibilityPlatform',_0x24fec7[_0x49b83a(0xbc)]='bstackA11yShouldScan',_0x24fec7['RxWHW']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x24fec7[_0x49b83a(0xb6)]=_0x49b83a(0xb9),_0x24fec7[_0x49b83a(0x6b)]=_0x49b83a(0xaa);const _0x4ac47c=_0x24fec7;if(!this['isAccessibilityAutomationSession']()||!globals[_0x49b83a(0xdf)](_0x4ac47c['fkYep'])||!globals['getGlobal'](_0x4ac47c[_0x49b83a(0xbc)]))return logger['warn'](_0x4ac47c['RxWHW']),{};try{logger[_0x49b83a(0x89)](_0x4ac47c['jXghh']);const _0x46622e={};_0x46622e[_0x49b83a(0x8a)]=_0x1bc17b['browserstackSessionName'],logger[_0x49b83a(0x89)](util[_0x49b83a(0xfa)](await _0xb63d81[_0x49b83a(0xc9)](scripts['performScan'],_0x46622e)));const _0x3a7ba9=await _0xb63d81[_0x49b83a(0xc9)](scripts[_0x49b83a(0xc8)]);return _0x3a7ba9;}catch{return logger[_0x49b83a(0x8b)](_0x4ac47c[_0x49b83a(0x6b)]),{};}},exports[a52_0x48cf0a(0x101)]=_0x333dc3=>{const _0x549615=a52_0x48cf0a,_0x13b198={};_0x13b198[_0x549615(0xca)]=function(_0x5e355e,_0xceea0){return _0x5e355e===_0xceea0;},_0x13b198['EKXMU']=_0x549615(0xda),_0x13b198[_0x549615(0xf9)]=_0x549615(0xe9);const _0x19422b=_0x13b198;if(_0x333dc3&&_0x333dc3[_0x549615(0xcc)]&&_0x19422b['VqGZI'](typeof _0x333dc3[_0x549615(0xcc)],_0x19422b['EKXMU']))return _0x333dc3[_0x549615(0xcc)][_0x549615(0x91)](_0x19422b[_0x549615(0xf9)]);return![];};
@@ -1 +1 @@
1
- const a53_0x32fd93=a53_0x20b8;function a53_0x3968(){const _0xcbdf0d=['getResults','1603480zGCkZo','saveTestResults','name','scan','exports','TWcTB','nikhI','Konlj','../helper','parseFromJson','existsSync','commands.json','10vkMwwO','commands','getResultsSummary','join','findIndex','scripts','1031636HuufTC','1575285cfpRGJ','4556832ZpeQvB','browserstackFolderPath','350565QQBvSh','fkwTY','toJson','1911108RInjAz','commandsPath','fromJson','toLowerCase','15591696jbPEGl','commandsToWrap','mkdirSync','performScan','Trcuq','4|5|6|2|1|0|3'];a53_0x3968=function(){return _0xcbdf0d;};return a53_0x3968();}(function(_0x4916dd,_0x72c066){const _0x1b22dd=a53_0x20b8,_0x42cd9c=_0x4916dd();while(!![]){try{const _0x56afc5=-parseInt(_0x1b22dd(0x18b))/0x1+-parseInt(_0x1b22dd(0x185))/0x2*(parseInt(_0x1b22dd(0x16b))/0x3)+-parseInt(_0x1b22dd(0x179))/0x4+parseInt(_0x1b22dd(0x18c))/0x5+-parseInt(_0x1b22dd(0x16e))/0x6+parseInt(_0x1b22dd(0x169))/0x7+parseInt(_0x1b22dd(0x172))/0x8;if(_0x56afc5===_0x72c066)break;else _0x42cd9c['push'](_0x42cd9c['shift']());}catch(_0x538e0f){_0x42cd9c['push'](_0x42cd9c['shift']());}}}(a53_0x3968,0x8d870));const path=require('path'),fs=require('fs'),helper=require(a53_0x32fd93(0x181));class Scripts{constructor(){const _0x30299d=a53_0x32fd93,_0x11316e={};_0x11316e[_0x30299d(0x16c)]=_0x30299d(0x177),_0x11316e[_0x30299d(0x17f)]=_0x30299d(0x184),_0x11316e[_0x30299d(0x17e)]='.browserstack';const _0x4a658a=_0x11316e,_0x353d7f=_0x4a658a['fkwTY']['split']('|');let _0x4fe355=0x0;while(!![]){switch(_0x353d7f[_0x4fe355++]){case'0':this['commandsPath']=path[_0x30299d(0x188)](this[_0x30299d(0x16a)],_0x4a658a[_0x30299d(0x17f)]);continue;case'1':this[_0x30299d(0x16a)]=path['join'](helper['homedir'](),_0x4a658a['TWcTB']);continue;case'2':this[_0x30299d(0x17a)]=null;continue;case'3':this[_0x30299d(0x170)]();continue;case'4':this[_0x30299d(0x175)]=null;continue;case'5':this['getResults']=null;continue;case'6':this[_0x30299d(0x187)]=null;continue;}break;}}[a53_0x32fd93(0x182)](_0x409eb2){const _0x2282bc=a53_0x32fd93;_0x409eb2['scripts']&&(this[_0x2282bc(0x175)]=_0x409eb2['scripts'][_0x2282bc(0x17c)],this['getResults']=_0x409eb2[_0x2282bc(0x18a)][_0x2282bc(0x178)],this['getResultsSummary']=_0x409eb2[_0x2282bc(0x18a)][_0x2282bc(0x187)],this[_0x2282bc(0x17a)]=_0x409eb2['scripts']['saveResults']),this['commandsToWrap']=_0x409eb2[_0x2282bc(0x186)];}['shouldWrapCommand'](_0x1e10dd){const _0x5ce217=a53_0x32fd93,_0x5c469f={};_0x5c469f[_0x5ce217(0x176)]=function(_0x38102f,_0x1f9fdc){return _0x38102f!==_0x1f9fdc;};const _0x475123=_0x5c469f;try{return _0x475123[_0x5ce217(0x176)](this[_0x5ce217(0x173)][_0x5ce217(0x189)](_0x540e76=>_0x540e76[_0x5ce217(0x17b)][_0x5ce217(0x171)]()===_0x1e10dd['toLowerCase']()),-0x1);}catch{}return![];}[a53_0x32fd93(0x16d)](){const _0x24cc09=a53_0x32fd93;!fs[_0x24cc09(0x183)](this[_0x24cc09(0x16a)])&&fs[_0x24cc09(0x174)](this[_0x24cc09(0x16a)]),fs['writeFileSync'](this[_0x24cc09(0x16f)],JSON['stringify']({'scripts':{'scan':this['performScan'],'getResults':this[_0x24cc09(0x178)],'getResultsSummary':this[_0x24cc09(0x187)],'saveResults':this[_0x24cc09(0x17a)]},'commands':this[_0x24cc09(0x173)]}));}[a53_0x32fd93(0x170)](){const _0x2a1681=a53_0x32fd93,_0x5d6be5={'Konlj':function(_0x5bebd5,_0x5646a3){return _0x5bebd5(_0x5646a3);}};fs[_0x2a1681(0x183)](this['commandsPath'])&&this[_0x2a1681(0x182)](_0x5d6be5[_0x2a1681(0x180)](require,this[_0x2a1681(0x16f)]));}}function a53_0x20b8(_0x374be5,_0x4a721e){const _0x3968ea=a53_0x3968();return a53_0x20b8=function(_0x20b881,_0x5a87f9){_0x20b881=_0x20b881-0x169;let _0x4568b8=_0x3968ea[_0x20b881];return _0x4568b8;},a53_0x20b8(_0x374be5,_0x4a721e);}module[a53_0x32fd93(0x17d)]=new Scripts();
1
+ const a53_0x5748e7=a53_0x9cbd;(function(_0x26023c,_0x5b9b4f){const _0x1e8840=a53_0x9cbd,_0x28deb9=_0x26023c();while(!![]){try{const _0x4e2538=-parseInt(_0x1e8840(0x1a8))/0x1+-parseInt(_0x1e8840(0x1cd))/0x2+-parseInt(_0x1e8840(0x1c5))/0x3+-parseInt(_0x1e8840(0x1bf))/0x4*(-parseInt(_0x1e8840(0x1cc))/0x5)+-parseInt(_0x1e8840(0x1c0))/0x6*(-parseInt(_0x1e8840(0x1d0))/0x7)+-parseInt(_0x1e8840(0x1ae))/0x8*(parseInt(_0x1e8840(0x1bd))/0x9)+parseInt(_0x1e8840(0x1be))/0xa;if(_0x4e2538===_0x5b9b4f)break;else _0x28deb9['push'](_0x28deb9['shift']());}catch(_0x435bba){_0x28deb9['push'](_0x28deb9['shift']());}}}(a53_0x1634,0xaacd1));const path=require(a53_0x5748e7(0x1c8)),fs=require('fs'),helper=require(a53_0x5748e7(0x1c1));function a53_0x9cbd(_0x1b888c,_0xec86ab){const _0x163498=a53_0x1634();return a53_0x9cbd=function(_0x9cbd97,_0x5607ca){_0x9cbd97=_0x9cbd97-0x1a7;let _0x53ea1b=_0x163498[_0x9cbd97];return _0x53ea1b;},a53_0x9cbd(_0x1b888c,_0xec86ab);}function a53_0x1634(){const _0x3e42bc=['ZcIID','getResults','scan','split','36pidlDx','32773700QKbbUT','3268JcuMPo','150nuqOsq','../helper','existsSync','4|6|2|1|5|0|3','join','1045755vaNDHa','name','findIndex','path','getResultsSummary','toJson','commands','2335edNXGn','2239052iFEuSy','exports','saveResults','82439DliRjN','commandsPath','568994BXlsMX','fWpQc','performScan','browserstackFolderPath','parseFromJson','Ketsh','2433256HxNtzN','scripts','mkdirSync','saveTestResults','shouldWrapCommand','.browserstack','toLowerCase','commandsToWrap','homedir','gMfny','writeFileSync'];a53_0x1634=function(){return _0x3e42bc;};return a53_0x1634();}class Scripts{constructor(){const _0x4d839=a53_0x5748e7,_0x414bd2={};_0x414bd2[_0x4d839(0x1b7)]=_0x4d839(0x1c3),_0x414bd2[_0x4d839(0x1b9)]='commands.json',_0x414bd2[_0x4d839(0x1a9)]=_0x4d839(0x1b3);const _0x370775=_0x414bd2,_0x287a94=_0x370775['gMfny'][_0x4d839(0x1bc)]('|');let _0x5b81cd=0x0;while(!![]){switch(_0x287a94[_0x5b81cd++]){case'0':this[_0x4d839(0x1a7)]=path[_0x4d839(0x1c4)](this[_0x4d839(0x1ab)],_0x370775['ZcIID']);continue;case'1':this['saveTestResults']=null;continue;case'2':this[_0x4d839(0x1c9)]=null;continue;case'3':this['fromJson']();continue;case'4':this[_0x4d839(0x1aa)]=null;continue;case'5':this[_0x4d839(0x1ab)]=path[_0x4d839(0x1c4)](helper[_0x4d839(0x1b6)](),_0x370775['fWpQc']);continue;case'6':this[_0x4d839(0x1ba)]=null;continue;}break;}}[a53_0x5748e7(0x1ac)](_0x353d40){const _0x39dbea=a53_0x5748e7;_0x353d40[_0x39dbea(0x1af)]&&(this[_0x39dbea(0x1aa)]=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1bb)],this['getResults']=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1ba)],this['getResultsSummary']=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1c9)],this[_0x39dbea(0x1b1)]=_0x353d40[_0x39dbea(0x1af)][_0x39dbea(0x1cf)]),this[_0x39dbea(0x1b5)]=_0x353d40[_0x39dbea(0x1cb)];}[a53_0x5748e7(0x1b2)](_0x445dc9){const _0x1b165c=a53_0x5748e7,_0x121c80={};_0x121c80[_0x1b165c(0x1ad)]=function(_0x42997b,_0x45b6b1){return _0x42997b!==_0x45b6b1;};const _0x46d37e=_0x121c80;try{return _0x46d37e[_0x1b165c(0x1ad)](this[_0x1b165c(0x1b5)][_0x1b165c(0x1c7)](_0x2b4b00=>_0x2b4b00[_0x1b165c(0x1c6)][_0x1b165c(0x1b4)]()===_0x445dc9['toLowerCase']()),-0x1);}catch{}return![];}[a53_0x5748e7(0x1ca)](){const _0x2958b1=a53_0x5748e7;!fs['existsSync'](this[_0x2958b1(0x1ab)])&&fs[_0x2958b1(0x1b0)](this[_0x2958b1(0x1ab)]),fs[_0x2958b1(0x1b8)](this[_0x2958b1(0x1a7)],JSON['stringify']({'scripts':{'scan':this[_0x2958b1(0x1aa)],'getResults':this[_0x2958b1(0x1ba)],'getResultsSummary':this[_0x2958b1(0x1c9)],'saveResults':this[_0x2958b1(0x1b1)]},'commands':this[_0x2958b1(0x1b5)]}));}['fromJson'](){const _0x1ae84c=a53_0x5748e7,_0x4b8646={'aRePQ':function(_0x228504,_0x294672){return _0x228504(_0x294672);}};fs[_0x1ae84c(0x1c2)](this[_0x1ae84c(0x1a7)])&&this[_0x1ae84c(0x1ac)](_0x4b8646['aRePQ'](require,this[_0x1ae84c(0x1a7)]));}}module[a53_0x5748e7(0x1ce)]=new Scripts();
@@ -1 +1 @@
1
- function a54_0x15ef(){var _0x5b1e57=['https://grid.browserstack.com/dashboard/builds','API_ENDPOINT','14178REAVgI','2VJwvLg','1418339zcTYqh','4836456YcXzPk','3595010iJQFQi','exports','9CktKSC','4067vlfyql','622980wRGLGP','319pgMSeP','86820sGaPIW','8AvcRhY','5993NnQltD','33336XzntlT'];a54_0x15ef=function(){return _0x5b1e57;};return a54_0x15ef();}var a54_0x19e317=a54_0x5b4d;(function(_0xed47a,_0x423784){var _0x430248=a54_0x5b4d,_0x3d811a=_0xed47a();while(!![]){try{var _0x22f9d5=-parseInt(_0x430248(0x1e1))/0x1*(parseInt(_0x430248(0x1e0))/0x2)+parseInt(_0x430248(0x1e7))/0x3+-parseInt(_0x430248(0x1da))/0x4*(parseInt(_0x430248(0x1e3))/0x5)+parseInt(_0x430248(0x1df))/0x6*(parseInt(_0x430248(0x1e6))/0x7)+-parseInt(_0x430248(0x1e2))/0x8*(-parseInt(_0x430248(0x1e5))/0x9)+-parseInt(_0x430248(0x1d9))/0xa*(-parseInt(_0x430248(0x1d8))/0xb)+-parseInt(_0x430248(0x1dc))/0xc*(-parseInt(_0x430248(0x1db))/0xd);if(_0x22f9d5===_0x423784)break;else _0x3d811a['push'](_0x3d811a['shift']());}catch(_0x476ac7){_0x3d811a['push'](_0x3d811a['shift']());}}}(a54_0x15ef,0xd241d));function a54_0x5b4d(_0x399397,_0x544ff4){var _0x15efd8=a54_0x15ef();return a54_0x5b4d=function(_0x5b4d8e,_0x3fcb2b){_0x5b4d8e=_0x5b4d8e-0x1d8;var _0x4f1039=_0x15efd8[_0x5b4d8e];return _0x4f1039;},a54_0x5b4d(_0x399397,_0x544ff4);}var a54_0x3e886c={};a54_0x3e886c['BUILDS_DASHBOARD_URL']=a54_0x19e317(0x1dd),a54_0x3e886c[a54_0x19e317(0x1de)]='automate-turboscale/v1',module[a54_0x19e317(0x1e4)]=a54_0x3e886c;
1
+ var a54_0x53832a=a54_0x17c1;(function(_0x448c43,_0x37665b){var _0x204b68=a54_0x17c1,_0x4e6d33=_0x448c43();while(!![]){try{var _0x289ca3=parseInt(_0x204b68(0x12d))/0x1+-parseInt(_0x204b68(0x12b))/0x2*(parseInt(_0x204b68(0x12c))/0x3)+-parseInt(_0x204b68(0x127))/0x4+parseInt(_0x204b68(0x12a))/0x5*(parseInt(_0x204b68(0x123))/0x6)+parseInt(_0x204b68(0x131))/0x7*(-parseInt(_0x204b68(0x128))/0x8)+-parseInt(_0x204b68(0x130))/0x9*(parseInt(_0x204b68(0x125))/0xa)+parseInt(_0x204b68(0x129))/0xb;if(_0x289ca3===_0x37665b)break;else _0x4e6d33['push'](_0x4e6d33['shift']());}catch(_0x35f4d2){_0x4e6d33['push'](_0x4e6d33['shift']());}}}(a54_0x22b9,0x25b2b));var a54_0x4bc787={};function a54_0x17c1(_0x1c48cc,_0xfc951a){var _0x22b9f6=a54_0x22b9();return a54_0x17c1=function(_0x17c131,_0x354eca){_0x17c131=_0x17c131-0x123;var _0x471251=_0x22b9f6[_0x17c131];return _0x471251;},a54_0x17c1(_0x1c48cc,_0xfc951a);}a54_0x4bc787['BUILDS_DASHBOARD_URL']=a54_0x53832a(0x126),a54_0x4bc787[a54_0x53832a(0x12e)]=a54_0x53832a(0x12f),module[a54_0x53832a(0x124)]=a54_0x4bc787;function a54_0x22b9(){var _0x490dae=['exports','50BJrBeL','https://grid.browserstack.com/dashboard/builds','901032iwEmzW','112avanOi','7502451pIhmiz','186685jkBhBY','6XiMUDb','289917QqCVLA','94699EliNVe','API_ENDPOINT','automate-turboscale/v1','119061evAvnF','76510oeRLcT','18uXFpxk'];a54_0x22b9=function(){return _0x490dae;};return a54_0x22b9();}
@@ -1 +1 @@
1
- function a55_0x6b3e(){const _0x3101c5=['533634fjrGdZ','1BBQDVo','3634376gmImjh','medium','buildTags','hHske','buildPriority','isArray','4230RTJcun','turboScaleOptions','BROWSERSTACK_BUILD_PRIORITY','TURBOSCALE_OPTIONS','119TZJibU','11480576ANweFE','jZkyC','996Epkktg','split','737oOEeWQ','686060lDAnEN','isTurboScaleSession','pjQQU','getTurboScaleCaps','gridName','BROWSERSTACK_BUILD_TAGS','env','turboScale','getTurboScaleOptions','NO_GRID_NAME_PASSED','4477392nIRbNy','5483397lvLLkm'];a55_0x6b3e=function(){return _0x3101c5;};return a55_0x6b3e();}const a55_0x242ede=a55_0x4981;function a55_0x4981(_0x2875f5,_0x195bf1){const _0x6b3ed5=a55_0x6b3e();return a55_0x4981=function(_0x4981d2,_0x4336c4){_0x4981d2=_0x4981d2-0x1cf;let _0x393c69=_0x6b3ed5[_0x4981d2];return _0x393c69;},a55_0x4981(_0x2875f5,_0x195bf1);}(function(_0x26b7c1,_0x5027bc){const _0x38adfb=a55_0x4981,_0x1d2c82=_0x26b7c1();while(!![]){try{const _0x2f2206=-parseInt(_0x38adfb(0x1e7))/0x1*(-parseInt(_0x38adfb(0x1e8))/0x2)+-parseInt(_0x38adfb(0x1e5))/0x3+parseInt(_0x38adfb(0x1d7))/0x4*(-parseInt(_0x38adfb(0x1d0))/0x5)+-parseInt(_0x38adfb(0x1e6))/0x6*(parseInt(_0x38adfb(0x1d4))/0x7)+-parseInt(_0x38adfb(0x1d5))/0x8+-parseInt(_0x38adfb(0x1e4))/0x9+-parseInt(_0x38adfb(0x1da))/0xa*(-parseInt(_0x38adfb(0x1d9))/0xb);if(_0x2f2206===_0x5027bc)break;else _0x1d2c82['push'](_0x1d2c82['shift']());}catch(_0x404e40){_0x1d2c82['push'](_0x1d2c82['shift']());}}}(a55_0x6b3e,0xe33fe));const constants=require('../../bin/utils/constants');exports[a55_0x242ede(0x1e2)]=()=>{const _0x1f4224=a55_0x242ede;if(!constants[_0x1f4224(0x1d3)]['options'])return{};return constants[_0x1f4224(0x1d3)]['options'];},exports['getTurboScaleGridName']=_0x16bb79=>{const _0x4133b7=a55_0x242ede,_0x43f022={};_0x43f022[_0x4133b7(0x1eb)]=_0x4133b7(0x1e3);const _0x49d0ed=_0x43f022;if(_0x16bb79['turboScaleOptions']&&_0x16bb79[_0x4133b7(0x1d1)]['gridName'])return _0x16bb79[_0x4133b7(0x1d1)][_0x4133b7(0x1de)];if(process[_0x4133b7(0x1e0)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x4133b7(0x1e0)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x49d0ed[_0x4133b7(0x1eb)];},exports[a55_0x242ede(0x1db)]=_0x444530=>{const _0x3b94a4=a55_0x242ede,_0x562cd4={};_0x562cd4[_0x3b94a4(0x1dc)]=function(_0x8ebac9,_0x5e0479){return _0x8ebac9===_0x5e0479;};const _0x1f75e2=_0x562cd4;return _0x444530&&_0x1f75e2['pjQQU'](_0x444530[_0x3b94a4(0x1e1)],!![]);},exports[a55_0x242ede(0x1dd)]=(_0x513257,_0x311450,_0x5de800)=>{const _0x181327=a55_0x242ede,_0x4c38b5={};_0x4c38b5[_0x181327(0x1d6)]=_0x181327(0x1e9);const _0x45ee13=_0x4c38b5,_0x45f8e8={};_0x45f8e8['buildPriority']=_0x45ee13[_0x181327(0x1d6)];_0x513257[_0x181327(0x1ea)]&&(_0x45f8e8['buildTags']=Array[_0x181327(0x1cf)](_0x513257[_0x181327(0x1ea)])?_0x513257['buildTags']:_0x513257[_0x181327(0x1ea)]['split'](','));if(process[_0x181327(0x1e0)][_0x181327(0x1df)])try{_0x45f8e8[_0x181327(0x1ea)]=process[_0x181327(0x1e0)][_0x181327(0x1df)][_0x181327(0x1d8)](',');}catch{_0x45f8e8['buildTags']=process[_0x181327(0x1e0)][_0x181327(0x1df)];}return _0x513257[_0x181327(0x1ec)]&&(_0x45f8e8[_0x181327(0x1ec)]=_0x513257[_0x181327(0x1ec)]),process[_0x181327(0x1e0)][_0x181327(0x1d2)]&&(_0x45f8e8[_0x181327(0x1ec)]=process[_0x181327(0x1e0)][_0x181327(0x1d2)]),_0x45f8e8;};
1
+ const a55_0x4306e3=a55_0x348a;function a55_0x348a(_0xf6235d,_0x2f999a){const _0x38f2bd=a55_0x38f2();return a55_0x348a=function(_0x348ac0,_0x3e813b){_0x348ac0=_0x348ac0-0x12a;let _0x17729e=_0x38f2bd[_0x348ac0];return _0x17729e;},a55_0x348a(_0xf6235d,_0x2f999a);}(function(_0x296630,_0x30ebe8){const _0x1a3ca0=a55_0x348a,_0x109a51=_0x296630();while(!![]){try{const _0x281041=parseInt(_0x1a3ca0(0x132))/0x1+-parseInt(_0x1a3ca0(0x139))/0x2*(parseInt(_0x1a3ca0(0x130))/0x3)+-parseInt(_0x1a3ca0(0x146))/0x4+-parseInt(_0x1a3ca0(0x135))/0x5*(parseInt(_0x1a3ca0(0x131))/0x6)+parseInt(_0x1a3ca0(0x143))/0x7*(parseInt(_0x1a3ca0(0x12a))/0x8)+parseInt(_0x1a3ca0(0x145))/0x9*(parseInt(_0x1a3ca0(0x141))/0xa)+-parseInt(_0x1a3ca0(0x133))/0xb*(parseInt(_0x1a3ca0(0x12b))/0xc);if(_0x281041===_0x30ebe8)break;else _0x109a51['push'](_0x109a51['shift']());}catch(_0xb82ec4){_0x109a51['push'](_0x109a51['shift']());}}}(a55_0x38f2,0xa8977));function a55_0x38f2(){const _0x4375c2=['jXckt','getTurboScaleOptions','medium','BROWSERSTACK_TURBOSCALE_GRID_NAME','env','gridName','buildTags','3110AqXiHV','turboScaleOptions','124698zILEcc','split','32949ZovPEy','342472IlacFv','112qAdBdT','60OyqMgQ','../../bin/utils/constants','getTurboScaleCaps','isArray','BROWSERSTACK_BUILD_TAGS','3247215Tjwwrx','316218gmZfYd','1082304ulLdGS','881947kaRmuK','getTurboScaleGridName','20UoIIXd','cvuYl','buildPriority','VugBQ','2xRGSKU'];a55_0x38f2=function(){return _0x4375c2;};return a55_0x38f2();}const constants=require(a55_0x4306e3(0x12c));exports[a55_0x4306e3(0x13b)]=()=>{if(!constants['TURBOSCALE_OPTIONS']['options'])return{};return constants['TURBOSCALE_OPTIONS']['options'];},exports[a55_0x4306e3(0x134)]=_0x1b99da=>{const _0x55c61a=a55_0x4306e3,_0xfa0870={};_0xfa0870[_0x55c61a(0x136)]='NO_GRID_NAME_PASSED';const _0x350af5=_0xfa0870;if(_0x1b99da[_0x55c61a(0x142)]&&_0x1b99da['turboScaleOptions'][_0x55c61a(0x13f)])return _0x1b99da[_0x55c61a(0x142)][_0x55c61a(0x13f)];if(process[_0x55c61a(0x13e)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process['env'][_0x55c61a(0x13d)];return _0x350af5[_0x55c61a(0x136)];},exports['isTurboScaleSession']=_0x7fe86f=>{const _0x3421c6=a55_0x4306e3,_0x3f1d23={};_0x3f1d23[_0x3421c6(0x13a)]=function(_0x59873d,_0x1c5ba1){return _0x59873d===_0x1c5ba1;};const _0x4442d9=_0x3f1d23;return _0x7fe86f&&_0x4442d9[_0x3421c6(0x13a)](_0x7fe86f['turboScale'],!![]);},exports[a55_0x4306e3(0x12d)]=(_0x2c615,_0x502c84,_0xd47300)=>{const _0x439ef4=a55_0x4306e3,_0x46d3d1={};_0x46d3d1[_0x439ef4(0x138)]=_0x439ef4(0x13c);const _0x222073=_0x46d3d1,_0x578ad6={};_0x578ad6[_0x439ef4(0x137)]=_0x222073['VugBQ'];_0x2c615[_0x439ef4(0x140)]&&(_0x578ad6[_0x439ef4(0x140)]=Array[_0x439ef4(0x12e)](_0x2c615[_0x439ef4(0x140)])?_0x2c615['buildTags']:_0x2c615[_0x439ef4(0x140)][_0x439ef4(0x144)](','));if(process[_0x439ef4(0x13e)][_0x439ef4(0x12f)])try{_0x578ad6[_0x439ef4(0x140)]=process[_0x439ef4(0x13e)][_0x439ef4(0x12f)][_0x439ef4(0x144)](',');}catch{_0x578ad6[_0x439ef4(0x140)]=process[_0x439ef4(0x13e)][_0x439ef4(0x12f)];}return _0x2c615[_0x439ef4(0x137)]&&(_0x578ad6[_0x439ef4(0x137)]=_0x2c615[_0x439ef4(0x137)]),process[_0x439ef4(0x13e)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x578ad6[_0x439ef4(0x137)]=process[_0x439ef4(0x13e)]['BROWSERSTACK_BUILD_PRIORITY']),_0x578ad6;};
@@ -1 +1 @@
1
- var a56_0x10b7db=a56_0x5c88;function a56_0x3d68(){var _0x461de5=['appWaitDuration','uninstallOtherPackages','dRaSF','uVprk','browserstack.rerunTests','dontStopAppOnReset','language','avdArgs','showXcodeLog','logLevel','AppiumCaps','safariAllowPopups','androidNaturalOrientation','enableAsyncExecuteFromHttps','browserstack.localIdentifier','BROWSERSTACK_ACCESS_KEY','browserstack.logLevel','keyPassword','autoGrantPermissions','DeAFh','keystorePath','screenshotWaitTimeout','skipUnlock','avdReadyTimeout','allowTouchIdEnroll','skipLogcatCapture','34878XjIhNp','androidCoverageEndIntent','locationServicesEnabled','connectHardwareKeyboard','keystorePassword','izWkJ','commandTimeouts','unicodeKeyboard','printPageSourceOnFindFailure','BROWSERSTACK_BUILD_IDENTIFIER','270jEJnKT','disableWindowAnimation','bundleId','resetOnSessionStartOnly','BROWSERSTACK_LOCAL_IDENTIFIER','startIWDP','GMKUc','enforceAppInstall','5gjuAec','nativeInstrumentsLib','webkitResponseTimeout','adbExecTimeout','xcodeConfigFile','webDriverAgentUrl','updatedWDABundleId','appPackage','EnvCapsMapping','rerunTests','mockLocationApp','enableWebviewDetailsCollection','sendKeyStrategy','appName','remoteAdbHost','remoteAppsCacheLimit','ifKdR','keychainPassword','150184pLoAhO','recreateChromeDriverSessions','adbPort','autoAcceptAlerts','keychainPath','browserstack.app','appActivity','YqApp','simpleIsVisibleCheck','20536841lIlDKm','allowTestPackages','deviceReadyTimeout','chromedriverChromeMappingFile','AXWgK','noSign','allowDelayAdb','safariInitialUrl','browserstack.automation','CLICapsMapping','appWaitPackage','browserstack.local','oSETe','accessKey','APMgx','browserstack.ppp','browserstack.projectName','BROWSERSTACK_BUILD_NAME','androidInstallPath','webviewConnectRetries','avdLaunchTimeout','browserstackLocal','webviewDevtoolsPort','otherApps','showIOSLog','BROWSERSTACK_AUTOMATION','12AwmOlE','autoLaunch','198979hMlBLt','androidDeviceSocket','333HhDhWH','clearSystemFiles','newCommandTimeout','unlockType','androidScreenshotPath','shouldUseSingletonTestManager','calendarFormat','parallelsPerPlatform','2737504ohFWWE','pDyLP','intentAction','BmPuv','wUTpL','XwiPR','24ANMbqc','projectName','486726wBcZdg','useCarthageSsl','automation','ignoreHiddenApiPolicyError','buildToolsVersion','BROWSERSTACK_APP_ID','buildIdentifier','avd','EchGg','chromedriverUseSystemExecutable','tapWithShortPressDuration','105306EQwNDf','chromeOptions','intentCategory','BROWSERSTACK_APP','browserstack.access_key','jtzdT','fullReset','buildName','efAIk','keyAlias','webkitDebugProxyPort','iosInstallPause','useKeystore','browserstack.buildIdentifier','localIdentifier','unlockKey','HRjfu','jtTZe','mkzGG','aXPMd','useNewWDA','browserstack.user_name','isHeadless','autoDismissAlerts','wdaConnectionTimeout','mKphC','scaleFactor','enablePerformanceLogging','chromedriverArgs','userName','ignoreUnimportantViews','intentFlags','deviceName','locale','optionalIntentArguments','skipLogCapture','autoWebviewTimeout','safariIgnoreFraudWarning','ssWJf','chromedriverDisableBuildCheck','gpsEnabled','usePrebuiltWDA','chromedriverPorts','KIcdA','XlJtM','czDQx','wdaLocalPort','maxTypingFrequency','ensureWebviewsHavePages','androidCoverage','launchTimeout','safariOpenLinksInBackground','disableAndroidWatchers','ljSZI','VUroF','browserstack.userName','browserstack.buildName','798gRllqX'];a56_0x3d68=function(){return _0x461de5;};return a56_0x3d68();}function a56_0x5c88(_0x50a68c,_0x157c05){var _0x3d6859=a56_0x3d68();return a56_0x5c88=function(_0x5c88b6,_0x227024){_0x5c88b6=_0x5c88b6-0xe5;var _0x2190da=_0x3d6859[_0x5c88b6];return _0x2190da;},a56_0x5c88(_0x50a68c,_0x157c05);}(function(_0x35e7bd,_0x50df05){var _0x4befa6=a56_0x5c88,_0x854ab3=_0x35e7bd();while(!![]){try{var _0x2c74db=-parseInt(_0x4befa6(0x12d))/0x1+parseInt(_0x4befa6(0x12b))/0x2*(parseInt(_0x4befa6(0x138))/0x3)+parseInt(_0x4befa6(0x125))/0x4*(parseInt(_0x4befa6(0x19e))/0x5)+parseInt(_0x4befa6(0x18c))/0x6*(-parseInt(_0x4befa6(0x171))/0x7)+-parseInt(_0x4befa6(0xf6))/0x8*(parseInt(_0x4befa6(0x11d))/0x9)+parseInt(_0x4befa6(0x196))/0xa*(-parseInt(_0x4befa6(0x11b))/0xb)+parseInt(_0x4befa6(0x119))/0xc*(parseInt(_0x4befa6(0xff))/0xd);if(_0x2c74db===_0x50df05)break;else _0x854ab3['push'](_0x854ab3['shift']());}catch(_0x132fe6){_0x854ab3['push'](_0x854ab3['shift']());}}}(a56_0x3d68,0x562b1),exports[a56_0x10b7db(0x108)]=()=>{var _0x5b8ea2=a56_0x10b7db,_0x4bc720={};_0x4bc720[_0x5b8ea2(0x135)]=_0x5b8ea2(0x14d),_0x4bc720['ljSZI']=_0x5b8ea2(0x16f),_0x4bc720[_0x5b8ea2(0x174)]=_0x5b8ea2(0x13c),_0x4bc720[_0x5b8ea2(0x126)]='browserstack.accessKey',_0x4bc720[_0x5b8ea2(0x10b)]=_0x5b8ea2(0x170),_0x4bc720[_0x5b8ea2(0x14b)]=_0x5b8ea2(0x10f),_0x4bc720[_0x5b8ea2(0x185)]=_0x5b8ea2(0x145),_0x4bc720[_0x5b8ea2(0x165)]=_0x5b8ea2(0x10e),_0x4bc720[_0x5b8ea2(0x175)]='browserstack.parallelsPerPlatform',_0x4bc720[_0x5b8ea2(0x12a)]=_0x5b8ea2(0x10a),_0x4bc720[_0x5b8ea2(0x128)]=_0x5b8ea2(0x180),_0x4bc720[_0x5b8ea2(0x163)]=_0x5b8ea2(0x176),_0x4bc720['ifKdR']=_0x5b8ea2(0xfb),_0x4bc720['izWkJ']=_0x5b8ea2(0x182),_0x4bc720['xonkZ']=_0x5b8ea2(0x107);var _0x2c4832=_0x4bc720,_0x49ce92={};return _0x49ce92['userName']=[_0x2c4832[_0x5b8ea2(0x135)],_0x2c4832[_0x5b8ea2(0x16d)]],_0x49ce92[_0x5b8ea2(0x10c)]=[_0x2c4832['dRaSF'],_0x2c4832['pDyLP']],_0x49ce92[_0x5b8ea2(0x13f)]=[_0x2c4832['oSETe']],_0x49ce92[_0x5b8ea2(0x12c)]=[_0x2c4832['aXPMd']],_0x49ce92[_0x5b8ea2(0x133)]=[_0x2c4832['DeAFh']],_0x49ce92[_0x5b8ea2(0x124)]=[_0x2c4832['czDQx'],_0x2c4832[_0x5b8ea2(0x175)]],_0x49ce92[_0x5b8ea2(0x114)]=[_0x2c4832['XwiPR']],_0x49ce92[_0x5b8ea2(0x146)]=[_0x2c4832['BmPuv']],_0x49ce92[_0x5b8ea2(0xed)]=[_0x2c4832[_0x5b8ea2(0x163)]],_0x49ce92['app']=[_0x2c4832[_0x5b8ea2(0xf4)]],_0x49ce92['logLevel']=[_0x2c4832[_0x5b8ea2(0x191)]],_0x49ce92[_0x5b8ea2(0x12f)]=[_0x2c4832['xonkZ']],_0x49ce92;},exports[a56_0x10b7db(0xec)]=()=>{var _0x20ff42=a56_0x10b7db,_0x441f50={};_0x441f50['GMKUc']='BROWSERSTACK_USERNAME',_0x441f50['VUroF']='BROWSERSTACK_USER_NAME',_0x441f50[_0x20ff42(0x103)]=_0x20ff42(0x181),_0x441f50[_0x20ff42(0x14a)]=_0x20ff42(0x110),_0x441f50[_0x20ff42(0xfd)]='BROWSERSTACK_PROJECT_NAME',_0x441f50[_0x20ff42(0x10d)]=_0x20ff42(0x195),_0x441f50[_0x20ff42(0x148)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x441f50['wUTpL']='BROWSERSTACK_LOCAL',_0x441f50['efAIk']=_0x20ff42(0x19a),_0x441f50[_0x20ff42(0x151)]='BROWSERSTACK_RERUN_TESTS',_0x441f50['jtTZe']=_0x20ff42(0x132),_0x441f50['XlJtM']=_0x20ff42(0x13b),_0x441f50[_0x20ff42(0x15e)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x441f50[_0x20ff42(0x13d)]=_0x20ff42(0x118);var _0x4fdf9b=_0x441f50,_0x4d1f3d={};return _0x4d1f3d[_0x20ff42(0x155)]=[_0x4fdf9b[_0x20ff42(0x19c)],_0x4fdf9b[_0x20ff42(0x16e)]],_0x4d1f3d[_0x20ff42(0x10c)]=[_0x4fdf9b[_0x20ff42(0x103)]],_0x4d1f3d['buildName']=[_0x4fdf9b[_0x20ff42(0x14a)]],_0x4d1f3d[_0x20ff42(0x12c)]=[_0x4fdf9b[_0x20ff42(0xfd)]],_0x4d1f3d[_0x20ff42(0x133)]=[_0x4fdf9b['APMgx']],_0x4d1f3d[_0x20ff42(0x124)]=[_0x4fdf9b['HRjfu']],_0x4d1f3d[_0x20ff42(0x114)]=[_0x4fdf9b[_0x20ff42(0x129)]],_0x4d1f3d[_0x20ff42(0x146)]=[_0x4fdf9b[_0x20ff42(0x140)]],_0x4d1f3d[_0x20ff42(0xed)]=[_0x4fdf9b[_0x20ff42(0x151)]],_0x4d1f3d['app']=[_0x4fdf9b[_0x20ff42(0x149)],_0x4fdf9b[_0x20ff42(0x164)]],_0x4d1f3d[_0x20ff42(0x17b)]=[_0x4fdf9b[_0x20ff42(0x15e)]],_0x4d1f3d[_0x20ff42(0x12f)]=[_0x4fdf9b[_0x20ff42(0x13d)]],_0x4d1f3d;},exports[a56_0x10b7db(0x17c)]=()=>['automationName','platformVersion',a56_0x10b7db(0x158),a56_0x10b7db(0x11f),'app','udid',a56_0x10b7db(0x178),a56_0x10b7db(0x159),'orientation','autoWebview','noReset',a56_0x10b7db(0x13e),a56_0x10b7db(0x11e),'eventTimings',a56_0x10b7db(0x153),a56_0x10b7db(0x116),a56_0x10b7db(0x194),a56_0x10b7db(0xfc),a56_0x10b7db(0xeb),'appWaitActivity',a56_0x10b7db(0x109),a56_0x10b7db(0x172),a56_0x10b7db(0x101),a56_0x10b7db(0x100),a56_0x10b7db(0x169),a56_0x10b7db(0x18d),'androidDeviceReadyTimeout',a56_0x10b7db(0xf8),a56_0x10b7db(0x11c),'androidInstallTimeout',a56_0x10b7db(0x111),a56_0x10b7db(0x134),a56_0x10b7db(0x113),a56_0x10b7db(0x189),a56_0x10b7db(0x179),a56_0x10b7db(0x144),a56_0x10b7db(0x186),a56_0x10b7db(0x190),a56_0x10b7db(0x141),a56_0x10b7db(0x183),'chromedriverExecutable',a56_0x10b7db(0x154),'chromedriverExecutableDir',a56_0x10b7db(0x102),a56_0x10b7db(0x136),'chromedriverPort',a56_0x10b7db(0x162),a56_0x10b7db(0x15f),a56_0x10b7db(0x15c),a56_0x10b7db(0x127),a56_0x10b7db(0x13a),a56_0x10b7db(0x157),a56_0x10b7db(0x15a),a56_0x10b7db(0x177),a56_0x10b7db(0x193),'resetKeyboard',a56_0x10b7db(0x104),a56_0x10b7db(0x156),a56_0x10b7db(0x16c),a56_0x10b7db(0x139),a56_0x10b7db(0xf7),'nativeWebScreenshot',a56_0x10b7db(0x121),'networkSpeed',a56_0x10b7db(0x160),a56_0x10b7db(0x14e),a56_0x10b7db(0xe7),'localeScript','skipDeviceInitialization',a56_0x10b7db(0x184),a56_0x10b7db(0x17e),'systemPort',a56_0x10b7db(0xf2),a56_0x10b7db(0x188),a56_0x10b7db(0x120),a56_0x10b7db(0x147),a56_0x10b7db(0x11a),a56_0x10b7db(0x18b),a56_0x10b7db(0x173),a56_0x10b7db(0x197),a56_0x10b7db(0x131),a56_0x10b7db(0x19d),a56_0x10b7db(0x168),a56_0x10b7db(0x115),a56_0x10b7db(0xef),a56_0x10b7db(0xf3),a56_0x10b7db(0x123),a56_0x10b7db(0x198),a56_0x10b7db(0x16a),a56_0x10b7db(0x18e),'locationServicesAuthorized',a56_0x10b7db(0xf9),a56_0x10b7db(0x14f),a56_0x10b7db(0xe5),'nativeWebTap',a56_0x10b7db(0x106),a56_0x10b7db(0x17d),a56_0x10b7db(0x15d),a56_0x10b7db(0x16b),'keepKeyChains','localizableStringsDir','processArguments','interKeyDelay',a56_0x10b7db(0x117),a56_0x10b7db(0xf0),a56_0x10b7db(0xe6),a56_0x10b7db(0x187),'remoteDebugProxy',a56_0x10b7db(0x17f),a56_0x10b7db(0x15b),a56_0x10b7db(0x142),'fullContextList','waitForAppScript',a56_0x10b7db(0x112),a56_0x10b7db(0xf1),'customSSLCert',a56_0x10b7db(0x137),a56_0x10b7db(0x152),a56_0x10b7db(0x166),a56_0x10b7db(0x17a),a56_0x10b7db(0x143),a56_0x10b7db(0xe8),a56_0x10b7db(0xf5),a56_0x10b7db(0x161),'preventWDAAttachments',a56_0x10b7db(0xe9),a56_0x10b7db(0xfa),a56_0x10b7db(0x14c),'wdaLaunchTimeout',a56_0x10b7db(0x150),'xcodeOrgId','xcodeSigningId',a56_0x10b7db(0xea),a56_0x10b7db(0x199),a56_0x10b7db(0x192),'wdaStartupRetries','wdaStartupRetryInterval',a56_0x10b7db(0x18f),a56_0x10b7db(0x167),a56_0x10b7db(0xfe),a56_0x10b7db(0x12e),a56_0x10b7db(0x122),a56_0x10b7db(0x19b),a56_0x10b7db(0x18a),a56_0x10b7db(0x130),a56_0x10b7db(0xee),'logcatFormat','logcatFilterSpecs',a56_0x10b7db(0x105)]);
1
+ function a56_0x269d(){var _0x22a6de=['wdaLaunchTimeout','autoLaunch','browserstack.automation','autoWebviewTimeout','HvLeB','rALlB','66600UNHEMn','language','preventWDAAttachments','logLevel','BROWSERSTACK_ACCESS_KEY','chromedriverDisableBuildCheck','screenshotWaitTimeout','fullContextList','udid','androidInstallPath','localeScript','wdaLocalPort','wdaConnectionTimeout','BROWSERSTACK_RERUN_TESTS','optionalIntentArguments','enableWebviewDetailsCollection','221RkOWlE','chromedriverPorts','locationServicesEnabled','BrfdP','allowDelayAdb','safariOpenLinksInBackground','webviewDevtoolsPort','browserstack.buildName','updatedWDABundleId','userName','6495104RTyURG','OtGSa','gpsEnabled','10272440KVHoYf','keyAlias','6QIxsfb','dIDHb','useNewWDA','ErutV','UVThP','rerunTests','chromedriverPort','newCommandTimeout','BROWSERSTACK_PARALLELS_PER_PLATFORM','appName','skipUnlock','BROWSERSTACK_BUILD_IDENTIFIER','eventTimings','buildIdentifier','localizableStringsDir','avdReadyTimeout','dgYnz','skipLogcatCapture','startIWDP','showXcodeLog','logcatFormat','browserstack.access_key','UINEM','browserstackLocal','hyJoU','nPrwO','androidCoverage','ignoreUnimportantViews','frEqM','keystorePassword','browserstack.user_name','automationName','useKeystore','launchTimeout','CLICapsMapping','autoGrantPermissions','localIdentifier','safariInitialUrl','appPackage','86204kchKvA','avdArgs','resetKeyboard','allowTestPackages','isHeadless','EnvCapsMapping','androidInstallTimeout','BROWSERSTACK_LOCAL_IDENTIFIER','1402JLGnii','RMfOs','intentFlags','intentAction','Nxgji','enablePerformanceLogging','sendKeyStrategy','browserstack.buildIdentifier','JCnuG','browserstack.userName','autoWebview','intentCategory','PRNDy','xcodeSigningId','browserstack.parallelsPerPlatform','3687615DJZdMj','connectHardwareKeyboard','projectName','noReset','automation','nativeWebTap','sxAaO','appWaitDuration','Nqbcs','unicodeKeyboard','44mkokUq','chromedriverExecutable','keystorePath','scaleFactor','platformVersion','webDriverAgentUrl','UAWCj','xcodeConfigFile','fqCDk','customSSLCert','webkitDebugProxyPort','browserstack.local','safariAllowPopups','appActivity','showIOSLog','BROWSERSTACK_AUTOMATION','BROWSERSTACK_USER_NAME','usePrebuiltWDA','fullReset','noSign','wdaStartupRetries','browserstack.rerunTests','chromeOptions','processArguments','chromedriverExecutableDir','keychainPassword','BROWSERSTACK_LOCAL','deviceName','browserstack.ppp','xcodeOrgId','buildName','appWaitActivity','autoAcceptAlerts','IclzC','rhdnE','chromedriverUseSystemExecutable','skipDeviceInitialization','parallelsPerPlatform','androidScreenshotPath','dontStopAppOnReset','nativeInstrumentsLib','dfZwf','ZwwKY','appWaitPackage','unlockType','buildToolsVersion','ensureWebviewsHavePages','JQBqs','accessKey','deviceReadyTimeout','8119629wIJDBL','resetOnSessionStartOnly','browserstack.logLevel','recreateChromeDriverSessions','androidDeviceSocket','AppiumCaps','adbPort','bundleId','ignoreHiddenApiPolicyError','remoteDebugProxy','sZgFc','browserstack.accessKey','avd','waitForAppScript','keepKeyChains','iosInstallPause','BROWSERSTACK_APP','mockLocationApp','browserstack.localIdentifier','commandTimeouts','BROWSERSTACK_PROJECT_NAME','shouldUseSingletonTestManager','webkitResponseTimeout','45KvaFWG','app','allowTouchIdEnroll','remoteAppsCacheLimit','locationServicesAuthorized','browserstack.projectName'];a56_0x269d=function(){return _0x22a6de;};return a56_0x269d();}var a56_0x202e0e=a56_0x572c;function a56_0x572c(_0x33ebd4,_0x31de60){var _0x269d4f=a56_0x269d();return a56_0x572c=function(_0x572cc1,_0x2590b1){_0x572cc1=_0x572cc1-0x137;var _0x4ffcbc=_0x269d4f[_0x572cc1];return _0x4ffcbc;},a56_0x572c(_0x33ebd4,_0x31de60);}(function(_0x45a155,_0x58864a){var _0x167a91=a56_0x572c,_0x5c92a4=_0x45a155();while(!![]){try{var _0x14aaef=-parseInt(_0x167a91(0x15a))/0x1*(-parseInt(_0x167a91(0x198))/0x2)+-parseInt(_0x167a91(0x1a7))/0x3+-parseInt(_0x167a91(0x190))/0x4*(parseInt(_0x167a91(0x13e))/0x5)+-parseInt(_0x167a91(0x169))/0x6*(parseInt(_0x167a91(0x1e3))/0x7)+-parseInt(_0x167a91(0x164))/0x8+-parseInt(_0x167a91(0x14a))/0x9+-parseInt(_0x167a91(0x167))/0xa*(-parseInt(_0x167a91(0x1b1))/0xb);if(_0x14aaef===_0x58864a)break;else _0x5c92a4['push'](_0x5c92a4['shift']());}catch(_0x4c1f30){_0x5c92a4['push'](_0x5c92a4['shift']());}}}(a56_0x269d,0xd253a),exports[a56_0x202e0e(0x18b)]=()=>{var _0x67e648=a56_0x202e0e,_0x25fe7b={};_0x25fe7b[_0x67e648(0x1da)]=_0x67e648(0x187),_0x25fe7b['sZgFc']=_0x67e648(0x1a1),_0x25fe7b['lAsQB']=_0x67e648(0x17e),_0x25fe7b[_0x67e648(0x179)]=_0x67e648(0x1ee),_0x25fe7b[_0x67e648(0x1d2)]=_0x67e648(0x161),_0x25fe7b[_0x67e648(0x148)]=_0x67e648(0x143),_0x25fe7b[_0x67e648(0x16c)]=_0x67e648(0x19f),_0x25fe7b[_0x67e648(0x1e0)]=_0x67e648(0x1cd),_0x25fe7b['moAEO']=_0x67e648(0x1a6),_0x25fe7b['ZwwKY']=_0x67e648(0x1bc),_0x25fe7b[_0x67e648(0x1a0)]=_0x67e648(0x139),_0x25fe7b['dIDHb']=_0x67e648(0x1c6),_0x25fe7b[_0x67e648(0x182)]='browserstack.app',_0x25fe7b[_0x67e648(0x149)]=_0x67e648(0x1e5),_0x25fe7b[_0x67e648(0x199)]=_0x67e648(0x146);var _0x413d36=_0x25fe7b,_0x587cfa={};return _0x587cfa[_0x67e648(0x163)]=[_0x413d36['dfZwf'],_0x413d36[_0x67e648(0x1ed)]],_0x587cfa[_0x67e648(0x1e1)]=[_0x413d36['lAsQB'],_0x413d36[_0x67e648(0x179)]],_0x587cfa['buildName']=[_0x413d36[_0x67e648(0x1d2)]],_0x587cfa[_0x67e648(0x1a9)]=[_0x413d36['HvLeB']],_0x587cfa[_0x67e648(0x176)]=[_0x413d36[_0x67e648(0x16c)]],_0x587cfa[_0x67e648(0x1d6)]=[_0x413d36[_0x67e648(0x1e0)],_0x413d36['moAEO']],_0x587cfa['browserstackLocal']=[_0x413d36[_0x67e648(0x1db)]],_0x587cfa[_0x67e648(0x18d)]=[_0x413d36[_0x67e648(0x1a0)]],_0x587cfa[_0x67e648(0x16e)]=[_0x413d36[_0x67e648(0x16a)]],_0x587cfa[_0x67e648(0x13f)]=[_0x413d36[_0x67e648(0x182)]],_0x587cfa[_0x67e648(0x14d)]=[_0x413d36[_0x67e648(0x149)]],_0x587cfa['automation']=[_0x413d36[_0x67e648(0x199)]],_0x587cfa;},exports[a56_0x202e0e(0x195)]=()=>{var _0x368bdb=a56_0x202e0e,_0xb1ff90={};_0xb1ff90[_0x368bdb(0x1b9)]='BROWSERSTACK_USERNAME',_0xb1ff90[_0x368bdb(0x1ad)]=_0x368bdb(0x1c1),_0xb1ff90[_0x368bdb(0x16d)]=_0x368bdb(0x14e),_0xb1ff90[_0x368bdb(0x1d3)]='BROWSERSTACK_BUILD_NAME',_0xb1ff90[_0x368bdb(0x19c)]=_0x368bdb(0x13b),_0xb1ff90[_0x368bdb(0x185)]=_0x368bdb(0x174),_0xb1ff90[_0x368bdb(0x1b7)]=_0x368bdb(0x171),_0xb1ff90[_0x368bdb(0x165)]=_0x368bdb(0x1cb),_0xb1ff90[_0x368bdb(0x1af)]=_0x368bdb(0x197),_0xb1ff90[_0x368bdb(0x15d)]=_0x368bdb(0x157),_0xb1ff90[_0x368bdb(0x181)]='BROWSERSTACK_APP_ID',_0xb1ff90[_0x368bdb(0x17f)]=_0x368bdb(0x137),_0xb1ff90['nFZnh']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0xb1ff90[_0x368bdb(0x1a4)]=_0x368bdb(0x1c0);var _0x5d0b05=_0xb1ff90,_0x21178b={};return _0x21178b[_0x368bdb(0x163)]=[_0x5d0b05['fqCDk'],_0x5d0b05[_0x368bdb(0x1ad)]],_0x21178b[_0x368bdb(0x1e1)]=[_0x5d0b05[_0x368bdb(0x16d)]],_0x21178b[_0x368bdb(0x1cf)]=[_0x5d0b05['rhdnE']],_0x21178b['projectName']=[_0x5d0b05['Nxgji']],_0x21178b[_0x368bdb(0x176)]=[_0x5d0b05['frEqM']],_0x21178b['parallelsPerPlatform']=[_0x5d0b05[_0x368bdb(0x1b7)]],_0x21178b[_0x368bdb(0x180)]=[_0x5d0b05[_0x368bdb(0x165)]],_0x21178b[_0x368bdb(0x18d)]=[_0x5d0b05['Nqbcs']],_0x21178b[_0x368bdb(0x16e)]=[_0x5d0b05[_0x368bdb(0x15d)]],_0x21178b['app']=[_0x5d0b05[_0x368bdb(0x181)],_0x5d0b05['UINEM']],_0x21178b[_0x368bdb(0x14d)]=[_0x5d0b05['nFZnh']],_0x21178b[_0x368bdb(0x1ab)]=[_0x5d0b05[_0x368bdb(0x1a4)]],_0x21178b;},exports[a56_0x202e0e(0x1e8)]=()=>[a56_0x202e0e(0x188),a56_0x202e0e(0x1b5),a56_0x202e0e(0x1cc),a56_0x202e0e(0x170),a56_0x202e0e(0x13f),a56_0x202e0e(0x152),a56_0x202e0e(0x14b),'locale','orientation',a56_0x202e0e(0x1a2),a56_0x202e0e(0x1aa),a56_0x202e0e(0x1c3),'clearSystemFiles',a56_0x202e0e(0x175),a56_0x202e0e(0x19d),'otherApps','printPageSourceOnFindFailure',a56_0x202e0e(0x1be),a56_0x202e0e(0x18f),a56_0x202e0e(0x1d0),a56_0x202e0e(0x1dc),a56_0x202e0e(0x1ae),a56_0x202e0e(0x1e2),a56_0x202e0e(0x193),a56_0x202e0e(0x183),'androidCoverageEndIntent','androidDeviceReadyTimeout',a56_0x202e0e(0x1e9),a56_0x202e0e(0x1e7),a56_0x202e0e(0x196),a56_0x202e0e(0x153),a56_0x202e0e(0x1ef),'avdLaunchTimeout',a56_0x202e0e(0x178),a56_0x202e0e(0x191),a56_0x202e0e(0x189),a56_0x202e0e(0x1b3),a56_0x202e0e(0x186),a56_0x202e0e(0x168),'keyPassword',a56_0x202e0e(0x1b2),'chromedriverArgs',a56_0x202e0e(0x1c9),'chromedriverChromeMappingFile',a56_0x202e0e(0x1d4),a56_0x202e0e(0x16f),a56_0x202e0e(0x15b),a56_0x202e0e(0x14f),a56_0x202e0e(0x147),a56_0x202e0e(0x19b),a56_0x202e0e(0x1a3),a56_0x202e0e(0x19a),a56_0x202e0e(0x158),a56_0x202e0e(0x1d8),a56_0x202e0e(0x1b0),a56_0x202e0e(0x192),a56_0x202e0e(0x1c4),a56_0x202e0e(0x184),'disableAndroidWatchers',a56_0x202e0e(0x1c7),a56_0x202e0e(0x1e6),'nativeWebScreenshot',a56_0x202e0e(0x1d7),'networkSpeed',a56_0x202e0e(0x166),a56_0x202e0e(0x194),'adbExecTimeout',a56_0x202e0e(0x154),a56_0x202e0e(0x1d5),a56_0x202e0e(0x18c),'androidNaturalOrientation','systemPort','remoteAdbHost',a56_0x202e0e(0x173),a56_0x202e0e(0x1dd),'unlockKey',a56_0x202e0e(0x145),a56_0x202e0e(0x17a),'uninstallOtherPackages','disableWindowAnimation',a56_0x202e0e(0x1de),'enforceAppInstall',a56_0x202e0e(0x1df),a56_0x202e0e(0x160),a56_0x202e0e(0x159),a56_0x202e0e(0x141),'calendarFormat',a56_0x202e0e(0x1ea),a56_0x202e0e(0x18a),a56_0x202e0e(0x15c),a56_0x202e0e(0x142),a56_0x202e0e(0x1d1),'autoDismissAlerts',a56_0x202e0e(0x1d9),a56_0x202e0e(0x1ac),a56_0x202e0e(0x18e),a56_0x202e0e(0x1bd),'safariIgnoreFraudWarning',a56_0x202e0e(0x15f),a56_0x202e0e(0x1f1),a56_0x202e0e(0x177),a56_0x202e0e(0x1c8),'interKeyDelay',a56_0x202e0e(0x1bf),a56_0x202e0e(0x19e),a56_0x202e0e(0x13d),a56_0x202e0e(0x150),a56_0x202e0e(0x1ec),'enableAsyncExecuteFromHttps','skipLogCapture',a56_0x202e0e(0x1bb),a56_0x202e0e(0x151),a56_0x202e0e(0x1f0),'webviewConnectRetries',a56_0x202e0e(0x172),a56_0x202e0e(0x1ba),'tapWithShortPressDuration',a56_0x202e0e(0x1b4),a56_0x202e0e(0x155),a56_0x202e0e(0x17c),a56_0x202e0e(0x1f2),a56_0x202e0e(0x1b8),a56_0x202e0e(0x1ca),a56_0x202e0e(0x1c2),a56_0x202e0e(0x14c),a56_0x202e0e(0x1b6),'keychainPath',a56_0x202e0e(0x16b),a56_0x202e0e(0x144),a56_0x202e0e(0x156),a56_0x202e0e(0x1ce),a56_0x202e0e(0x1a5),a56_0x202e0e(0x162),a56_0x202e0e(0x1e4),a56_0x202e0e(0x13a),a56_0x202e0e(0x1c5),'wdaStartupRetryInterval',a56_0x202e0e(0x1a8),'maxTypingFrequency','simpleIsVisibleCheck','useCarthageSsl',a56_0x202e0e(0x13c),a56_0x202e0e(0x17b),a56_0x202e0e(0x140),a56_0x202e0e(0x1eb),a56_0x202e0e(0x138),a56_0x202e0e(0x17d),'logcatFilterSpecs',a56_0x202e0e(0x15e)]);
@@ -1 +1 @@
1
- var a57_0x16e440=a57_0x3356;(function(_0x36ed79,_0xb6511a){var _0x14b31a=a57_0x3356,_0x314f04=_0x36ed79();while(!![]){try{var _0x562024=-parseInt(_0x14b31a(0x194))/0x1+-parseInt(_0x14b31a(0x18a))/0x2*(parseInt(_0x14b31a(0x192))/0x3)+parseInt(_0x14b31a(0x193))/0x4+-parseInt(_0x14b31a(0x18b))/0x5+-parseInt(_0x14b31a(0x18e))/0x6+parseInt(_0x14b31a(0x195))/0x7+-parseInt(_0x14b31a(0x189))/0x8*(-parseInt(_0x14b31a(0x18c))/0x9);if(_0x562024===_0xb6511a)break;else _0x314f04['push'](_0x314f04['shift']());}catch(_0x27ca55){_0x314f04['push'](_0x314f04['shift']());}}}(a57_0x5b3d,0x9bd5f));class Global{static [a57_0x16e440(0x190)];constructor(){var _0x2b9e5e=a57_0x16e440;if(Global[_0x2b9e5e(0x190)])return Global['__instance'];this[_0x2b9e5e(0x191)]=global,Global[_0x2b9e5e(0x190)]=this;}[a57_0x16e440(0x18d)](_0x2bc5ce,_0xd6261e){var _0x20b303=a57_0x16e440;this[_0x20b303(0x191)][_0x2bc5ce]=_0xd6261e;}['getGlobal'](_0x1bc119){var _0x5e0956=a57_0x16e440;return this[_0x5e0956(0x191)][_0x1bc119];}}module[a57_0x16e440(0x18f)]=new Global();function a57_0x3356(_0x5b1b17,_0x5bc4bd){var _0x5b3d96=a57_0x5b3d();return a57_0x3356=function(_0x3356ff,_0x4e1935){_0x3356ff=_0x3356ff-0x189;var _0x2fbe1c=_0x5b3d96[_0x3356ff];return _0x2fbe1c;},a57_0x3356(_0x5b1b17,_0x5bc4bd);}function a57_0x5b3d(){var _0x1dc98e=['__instance','browserStackGlobals','3101418GjeVSk','768120RHNgje','1016386fDtdWw','869729kYTOiM','8WTzrBd','2OKpHjI','5086655cjeDPx','35988687YrZtRC','setGlobal','3655164KsTaYS','exports'];a57_0x5b3d=function(){return _0x1dc98e;};return a57_0x5b3d();}
1
+ var a57_0xdc9203=a57_0x3c11;(function(_0x18467b,_0x2f43db){var _0x94b48f=a57_0x3c11,_0x2f08ac=_0x18467b();while(!![]){try{var _0x358572=parseInt(_0x94b48f(0xc4))/0x1+parseInt(_0x94b48f(0xcd))/0x2*(-parseInt(_0x94b48f(0xd2))/0x3)+-parseInt(_0x94b48f(0xc6))/0x4+parseInt(_0x94b48f(0xc7))/0x5*(parseInt(_0x94b48f(0xd1))/0x6)+-parseInt(_0x94b48f(0xc9))/0x7+-parseInt(_0x94b48f(0xd0))/0x8*(-parseInt(_0x94b48f(0xcc))/0x9)+-parseInt(_0x94b48f(0xcf))/0xa*(-parseInt(_0x94b48f(0xc3))/0xb);if(_0x358572===_0x2f43db)break;else _0x2f08ac['push'](_0x2f08ac['shift']());}catch(_0x1b8ef0){_0x2f08ac['push'](_0x2f08ac['shift']());}}}(a57_0x1dc6,0xb689b));class Global{static [a57_0xdc9203(0xc8)];constructor(){var _0x26acf1=a57_0xdc9203;if(Global[_0x26acf1(0xc8)])return Global['__instance'];this[_0x26acf1(0xce)]=global,Global[_0x26acf1(0xc8)]=this;}[a57_0xdc9203(0xcb)](_0x732988,_0x41dd1e){var _0x50f597=a57_0xdc9203;this[_0x50f597(0xce)][_0x732988]=_0x41dd1e;}[a57_0xdc9203(0xca)](_0x50f092){var _0x526982=a57_0xdc9203;return this[_0x526982(0xce)][_0x50f092];}}function a57_0x3c11(_0x1c000a,_0xff1caf){var _0x1dc6ad=a57_0x1dc6();return a57_0x3c11=function(_0x3c115b,_0x4bda1a){_0x3c115b=_0x3c115b-0xc3;var _0x5c2408=_0x1dc6ad[_0x3c115b];return _0x5c2408;},a57_0x3c11(_0x1c000a,_0xff1caf);}module[a57_0xdc9203(0xc5)]=new Global();function a57_0x1dc6(){var _0x54a1ca=['1800wAfhAm','416sqliTX','54888JJSNpA','33WdYvpp','49896mpleqi','835347yJqucX','exports','3105692HMTkxD','190knZjjX','__instance','2934610MJHbfa','getGlobal','setGlobal','137151KOEgRg','154282hJDEvR','browserStackGlobals'];a57_0x1dc6=function(){return _0x54a1ca;};return a57_0x1dc6();}