browserstack-node-sdk 1.32.0 → 1.32.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 (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
- function a52_0x39cd(_0x58d862,_0x360db5){const _0x1f3672=a52_0x1f36();return a52_0x39cd=function(_0x39cdbb,_0x5798a1){_0x39cdbb=_0x39cdbb-0x65;let _0x10235a=_0x1f3672[_0x39cdbb];return _0x10235a;},a52_0x39cd(_0x58d862,_0x360db5);}const a52_0xf0c03b=a52_0x39cd;(function(_0x107088,_0x56e848){const _0x31d4a3=a52_0x39cd,_0x49c4ce=_0x107088();while(!![]){try{const _0x3be858=-parseInt(_0x31d4a3(0x10c))/0x1+parseInt(_0x31d4a3(0x85))/0x2*(-parseInt(_0x31d4a3(0x14f))/0x3)+parseInt(_0x31d4a3(0x12b))/0x4+-parseInt(_0x31d4a3(0xed))/0x5+-parseInt(_0x31d4a3(0xaf))/0x6+parseInt(_0x31d4a3(0xe1))/0x7*(parseInt(_0x31d4a3(0x17f))/0x8)+parseInt(_0x31d4a3(0x118))/0x9;if(_0x3be858===_0x56e848)break;else _0x49c4ce['push'](_0x49c4ce['shift']());}catch(_0xa1fd21){_0x49c4ce['push'](_0x49c4ce['shift']());}}}(a52_0x1f36,0xd0461));function a52_0x1f36(){const _0x300a1d=['tZGuT','15715lLaLAX','BS_A11Y_JWT','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Authorization','iqjkN','join','UXlrN','nArQU','TykRt','ekDln','forEach','parse','debug','getPackageVersion','uvned','zDfqj','MyKVr','uxHMb','ANCMz','format','winstonLogger','YDIZl','OVyrH','test_runs/stop','getAgentVersion','body','SWTmU','uTqjo','tniYZ','UPhFO','GWAWF','337152fXJBYc','ieJnh','isBrowserStackCommandExecutor','lNrhB','browserstack','getPlatformVersion','WUWGj','wLHpI','zNsHP','PEulP','RJdvm','jkQDs','3173931qxfjxu','YzkSU','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','buildDescription','scannerVersion','BROWSERSTACK_TEST_ACCESSIBILITY_YML','AVKaj','ievui','qQQpV','NCfHO','rWjxF','script','resolve','hsCog','isTrue','utnmg','KpEcb','rdZrg','getResults','5677228IHoNsQ','error','Bfiuk','performScan','cYrSK','edfMr','CegGw','createAccessibilityTestRun','SkcKw','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','Sibhl','DcqSb','statusText','message','carjk','IyzIg','vpQfy','XChsX','ZETlB','HJDFf','JqPew','env','CUurJ','fetchPlatformDetails','oLJpY','PqYmV','xWdvH','INaUf','gYZXX','response','TKoCx','AXKBX','getTestFrameworkDetails','PUT','jWoGQ','RXIxX','37551oUIozM','MvgNa','method','../logger','OzplF','COHqq','hMcFL','uhZVd','Qtjzl','FesPp','parseFromJson','isBrowserstackInfra','KZqTs','excludeTagsInTestingScope','zQJVG','vSOGC','getUserName','isArray','SsnQx','OButs','qqLFx','stack','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RNuHU','executeAsyncScript','gQaRt','json','umSfB','qDFPW','xuPfs','Content-Type','lPHwD','lAYsa','drVGh','measureWrapper','JRzGA','user','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','gquPx','ZznmT','hhzsO','getPlatform','qpnQL','ozBxm','KyMtn','gXLGF','platforms','success','616fFYzCv','WMkaf','cwd','getAccessibilityResults','FkIKt','NPAmO','LcbOk','getResultsSummary','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','fqiFx','nfccv','info','playwright','warn','path','includes','lamcn','pass','checkAccessibilityPlatformConfig','UzLfq','enkLv','JdqWf','application/json','UwZak','iqXtr','accessibilityToken','CpFuv','zkUZF','AvJaF','Bearer\x20','UHxKU','rmuVt','jzTZP','YmeNZ','stopAccessibilityTestRun','length','ZVPuh','./constants','bstackA11yShouldScan','stringify','dciWz','assign','AEAdf','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','NhZAg','isUndefined','kdWiA','yodnO','mtKbc','nKbEE','qREoM','Performing\x20scan\x20before\x20getting\x20results\x20summary','byOFi','browserstackSessionName','../performance-tester','128UcvQPJ','browserstack_executor','javascript','SKwGP','hLHsv','CGjPC','ijVMF','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','swRQV','toISOString','getCapabilities','isAccessibilityAutomationSession','nrvOp','LMdBd','Performing\x20scan\x20before\x20getting\x20results','HcmbQ','tLDIk','KMfLG','fjEDe','LeNvR','IVLhw','DoOme','rzInr','nodeRequest','uuLKA','includeTagsInTestingScope','__cloud_provider___','pPHrF','ovtEF','xstsq','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','RJWAx','No\x20accessibility\x20results\x20were\x20found.','string','getGlobal','UPsGs','ruezc','Invalid\x20request:\x20','No\x20accessibility\x20summary\x20was\x20found.','data','fHxlB','eOzpg','2145672AAggBG','../globals','POST','uatgR','gIBRs','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','xKjvx','PBOXg','some','Czytl','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','sQPNO','NUPXs','headers','XotDJ','buildName','../helper','fxuqC','accessibility','LrEjk','MfGrU','YSHta','fNqWt','CgQkh','rYdlu','getAccessKey','util','auth','CiKUT','getAccessibilityResultsSummary','plBch','JkQHx','AstTh','cncgM','shouldScanTestForAccessibility','ONdXM','YcfrT','JzlBu','YWkfI','getCiInfo','lxTPg','BSXGL','false','qkOcQ','null','ykMUj','jlDsX','cqdSQ','tgdUn','hrOua','52738GnXaDd','isAccessibilityPlatform','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','errors','yLXnF','APBQo','vXjON','status','rcSAB','uLUDv','INMUl'];a52_0x1f36=function(){return _0x300a1d;};return a52_0x1f36();}const path=require(a52_0xf0c03b(0x18d)),util=require(a52_0xf0c03b(0xc9)),bsSetupHelper=require(a52_0xf0c03b(0xbf)),logger=require(a52_0xf0c03b(0x152))[a52_0xf0c03b(0x101)],{API_URL}=require(a52_0xf0c03b(0x73)),PerformanceTester=require(a52_0xf0c03b(0x84)),scripts=require('./scripts'),globals=require(a52_0xf0c03b(0xb0));exports[a52_0xf0c03b(0x142)]=async _0x528c13=>{const _0x45a31c=a52_0xf0c03b,_0x570f7f={};_0x570f7f[_0x45a31c(0xd0)]=function(_0x22ead2,_0x13dac1){return _0x22ead2!==_0x13dac1;},_0x570f7f[_0x45a31c(0x78)]=_0x45a31c(0x13c),_0x570f7f[_0x45a31c(0xd7)]=_0x45a31c(0x139),_0x570f7f[_0x45a31c(0x141)]=function(_0x359a29,_0x3175bb){return _0x359a29===_0x3175bb;},_0x570f7f[_0x45a31c(0x13e)]=_0x45a31c(0x110),_0x570f7f['uTqjo']=function(_0x350a75,_0x479695){return _0x350a75===_0x479695;},_0x570f7f[_0x45a31c(0x161)]='FGRbT';const _0x43e7e2=_0x570f7f;let _0x2e0813={};try{if(_0x43e7e2[_0x45a31c(0xd0)](_0x43e7e2[_0x45a31c(0x78)],_0x43e7e2[_0x45a31c(0xd7)])){const _0x569377=await _0x528c13[_0x45a31c(0x8f)]();_0x2e0813={'os_name':_0x569377[_0x45a31c(0x178)](),'os_version':bsSetupHelper[_0x45a31c(0x111)](_0x43e7e2[_0x45a31c(0x141)](global[_0x45a31c(0x9f)],_0x43e7e2[_0x45a31c(0x13e)])),'browser_name':_0x569377['getBrowserName'](),'browser_version':_0x569377['getBrowserVersion']()};}else _0x3ba87d=_0x4c57e8[_0x45a31c(0xf8)](_0xbb5c0c['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}catch(_0x343a8e){_0x43e7e2[_0x45a31c(0x108)](_0x43e7e2['SsnQx'],_0x43e7e2[_0x45a31c(0x161)])?logger['debug'](_0x45a31c(0x11a)+_0x343a8e):_0x51014a=_0x140be7[_0x45a31c(0xf2)]('/');}return _0x2e0813;},exports[a52_0xf0c03b(0x90)]=()=>{const _0x4475bb=a52_0xf0c03b,_0x93ac81={};_0x93ac81[_0x4475bb(0x16b)]=function(_0x33b44b,_0x3b8d14){return _0x33b44b+_0x3b8d14;},_0x93ac81[_0x4475bb(0xc4)]='Invalid\x20request:\x20',_0x93ac81[_0x4475bb(0x135)]=function(_0x3364bd,_0x426574){return _0x3364bd===_0x426574;},_0x93ac81['nfccv']=_0x4475bb(0x6d),_0x93ac81[_0x4475bb(0xc2)]=function(_0x31ee5b,_0x5311b6){return _0x31ee5b!==_0x5311b6;},_0x93ac81['gIBRs']=_0x4475bb(0xa1),_0x93ac81[_0x4475bb(0x7f)]='string',_0x93ac81['JdqWf']=function(_0xe11655,_0x489e07){return _0xe11655>_0x489e07;},_0x93ac81[_0x4475bb(0xff)]=function(_0x2b4c69,_0xe0eb76){return _0x2b4c69!==_0xe0eb76;},_0x93ac81[_0x4475bb(0x6e)]=_0x4475bb(0xdb),_0x93ac81[_0x4475bb(0x96)]=function(_0x2c2587,_0x13b443){return _0x2c2587&&_0x13b443;},_0x93ac81[_0x4475bb(0x168)]=_0x4475bb(0x156);const _0x341df6=_0x93ac81;try{if(_0x341df6['Sibhl'](_0x341df6['nfccv'],_0x341df6[_0x4475bb(0x189)])){if(!bsSetupHelper[_0x4475bb(0x15a)]()){if(_0x341df6['LrEjk'](_0x341df6[_0x4475bb(0xb3)],_0x341df6[_0x4475bb(0xb3)]))_0x526f5e['error'](_0x4475bb(0xb4)+(_0x5ff9f8[_0x4475bb(0x138)]||_0x2fdcda['stack']));else return![];}const _0x2b98da=bsSetupHelper[_0x4475bb(0x126)](process[_0x4475bb(0x140)][_0x4475bb(0x11d)])||bsSetupHelper[_0x4475bb(0x126)](process[_0x4475bb(0x140)][_0x4475bb(0xef)]),_0x1e81b5=_0x341df6[_0x4475bb(0x135)](typeof process['env'][_0x4475bb(0xee)],_0x341df6[_0x4475bb(0x7f)])&&_0x341df6[_0x4475bb(0x194)](process[_0x4475bb(0x140)][_0x4475bb(0xee)][_0x4475bb(0x71)],0x0)&&_0x341df6[_0x4475bb(0xff)](process[_0x4475bb(0x140)][_0x4475bb(0xee)],_0x341df6[_0x4475bb(0x6e)]);return _0x341df6[_0x4475bb(0x96)](_0x2b98da,_0x1e81b5);}else throw new _0x2b8892(_0x341df6[_0x4475bb(0x16b)](_0x341df6[_0x4475bb(0xc4)],_0x32a119[_0x4475bb(0xac)][_0x4475bb(0x12c)]));}catch(_0x51ac44){_0x341df6[_0x4475bb(0xff)](_0x341df6[_0x4475bb(0x168)],_0x341df6['gQaRt'])?_0x3adf2e={}:logger[_0x4475bb(0xf9)](_0x4475bb(0x134)+_0x51ac44);}return![];},exports[a52_0xf0c03b(0xd1)]=(_0x38d7ee,_0x392df7=!![])=>{const _0x146f91=a52_0xf0c03b,_0x121571={};_0x121571['hrOua']=_0x146f91(0x17e),_0x121571[_0x146f91(0x144)]='false',_0x121571[_0x146f91(0x68)]=function(_0xf078a6,_0x1ff2e5){return _0xf078a6==_0x1ff2e5;},_0x121571['fjEDe']=function(_0x38c8a0,_0x53c395){return _0x38c8a0!==_0x53c395;},_0x121571['zQJVG']=_0x146f91(0xc6),_0x121571[_0x146f91(0x103)]=function(_0x1dd1c,_0x477024){return _0x1dd1c!==_0x477024;},_0x121571[_0x146f91(0x89)]=_0x146f91(0x15e),_0x121571[_0x146f91(0x80)]=function(_0x3528bb,_0xb542de){return _0x3528bb===_0xb542de;},_0x121571[_0x146f91(0xdd)]=_0x146f91(0x113),_0x121571['UPsGs']='zEcAH',_0x121571[_0x146f91(0x8b)]=function(_0x5abb13,_0x3cb1bf){return _0x5abb13===_0x3cb1bf;},_0x121571[_0x146f91(0x185)]=function(_0x1ea8f7,_0x3ad977){return _0x1ea8f7&&_0x3ad977;},_0x121571['YlsPv']=function(_0xa7d76f,_0x248e29){return _0xa7d76f===_0x248e29;},_0x121571[_0x146f91(0x94)]=_0x146f91(0xd8),_0x121571[_0x146f91(0xfd)]=_0x146f91(0x109),_0x121571[_0x146f91(0x18f)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x5ef67e=_0x121571;if(_0x5ef67e[_0x146f91(0x68)](process[_0x146f91(0x140)][_0x146f91(0x165)],null)){if(_0x5ef67e[_0x146f91(0x97)](_0x5ef67e[_0x146f91(0x15d)],_0x5ef67e[_0x146f91(0x15d)])){_0x2a3bc0[_0x146f91(0x18a)](_0x146f91(0x174)+new _0x3b5771()[_0x146f91(0x8e)]());const _0x57c38c={};return _0x57c38c[_0x146f91(0xe8)]=_0x5ef67e[_0x146f91(0xe0)],_0x57c38c[_0x146f91(0x138)]='',_0x57c38c;}else return!![];}try{if(_0x5ef67e[_0x146f91(0x103)](_0x5ef67e[_0x146f91(0x89)],_0x5ef67e['hLHsv']))_0x42d65d['error'](_0x146f91(0x8c)+_0x3afedf[_0x146f91(0x148)]['status']+'\x20'+_0x257100['response'][_0x146f91(0x137)]+'\x20'+_0x19f4cb[_0x146f91(0x75)](_0x1b3a29[_0x146f91(0x148)]['data']));else{const _0x166145=JSON[_0x146f91(0xf8)](process['env'][_0x146f91(0x165)]),_0x5a7b00=Array[_0x146f91(0x160)](_0x166145['includeTagsInTestingScope'])?_0x166145[_0x146f91(0x9e)]:[],_0x5e1005=Array[_0x146f91(0x160)](_0x166145[_0x146f91(0x15c)])?_0x166145[_0x146f91(0x15c)]:[];let _0x139c6d;if(_0x392df7)_0x5ef67e[_0x146f91(0x80)](_0x5ef67e[_0x146f91(0xdd)],_0x5ef67e[_0x146f91(0xdd)])?_0x139c6d=_0x38d7ee['join']('/'):_0x543f3b[_0x146f91(0xf9)](_0x146f91(0x134)+_0xa1b544);else{if(_0x5ef67e[_0x146f91(0x80)](_0x5ef67e[_0x146f91(0xa8)],_0x5ef67e[_0x146f91(0xa8)]))_0x139c6d=_0x38d7ee;else{_0x233f31[_0x146f91(0x12c)](_0x146f91(0xb4)+(_0x5cdeb4[_0x146f91(0x138)]||_0x469c2d[_0x146f91(0x164)]));for(const _0x14ff5f of _0x11a7e0[_0x146f91(0xe4)]){_0x11c0ba['error'](_0x14ff5f[_0x146f91(0x138)]);}_0xf82553[_0x146f91(0x140)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5ef67e[_0x146f91(0x144)],_0xb9b5cf[_0x146f91(0x140)][_0x146f91(0xef)]=_0x5ef67e[_0x146f91(0x144)];}}const _0x9aa297=_0x5e1005[_0x146f91(0xb7)](_0x4c86c1=>_0x139c6d[_0x146f91(0x18e)](_0x4c86c1)),_0x200bcc=_0x5ef67e['ijVMF'](_0x5a7b00[_0x146f91(0x71)],0x0)||_0x5a7b00[_0x146f91(0xb7)](_0x1b3b1a=>_0x139c6d['includes'](_0x1b3b1a));return _0x5ef67e[_0x146f91(0x185)](!_0x9aa297,_0x200bcc);}}catch(_0x3bc875){if(_0x5ef67e['YlsPv'](_0x5ef67e[_0x146f91(0x94)],_0x5ef67e['MyKVr']))return!![];else logger[_0x146f91(0xf9)](_0x5ef67e[_0x146f91(0x18f)],_0x3bc875);}return![];},exports[a52_0xf0c03b(0x191)]=_0x44a6db=>{const _0x5813eb=a52_0xf0c03b,_0x53586a={};_0x53586a['jWoGQ']=_0x5813eb(0xa3),_0x53586a[_0x5813eb(0xa2)]=function(_0x55abb8,_0xd755bc){return _0x55abb8===_0xd755bc;},_0x53586a['UXlrN']='Invalid\x20configuration\x20passed.',_0x53586a[_0x5813eb(0x11f)]='false',_0x53586a[_0x5813eb(0xe9)]=_0x5813eb(0xa5),_0x53586a[_0x5813eb(0x6f)]=function(_0x2c0391,_0x2f9f55){return _0x2c0391===_0x2f9f55;},_0x53586a[_0x5813eb(0xea)]=_0x5813eb(0x188),_0x53586a[_0x5813eb(0x121)]='zJXXo',_0x53586a[_0x5813eb(0x16a)]=function(_0x4743d8,_0x2d95d6){return _0x4743d8!==_0x2d95d6;},_0x53586a[_0x5813eb(0xc5)]=_0x5813eb(0x112),_0x53586a[_0x5813eb(0xb5)]=_0x5813eb(0x12c),_0x53586a['IVLhw']=function(_0x2b2b16,_0x18cb41){return _0x2b2b16===_0x18cb41;},_0x53586a[_0x5813eb(0x9b)]='cXmxT',_0x53586a[_0x5813eb(0x166)]='bVebO',_0x53586a[_0x5813eb(0x117)]=function(_0x3331db,_0x4bc9b4){return _0x3331db===_0x4bc9b4;},_0x53586a[_0x5813eb(0x10f)]=_0x5813eb(0x14e);const _0x5835e9=_0x53586a;let _0x127100=![];try{if(_0x5835e9[_0x5813eb(0x99)](_0x5835e9[_0x5813eb(0x9b)],_0x5835e9[_0x5813eb(0x166)]))return _0x26a053[_0x5813eb(0x18c)](_0x5835e9[_0x5813eb(0x14d)]),{};else _0x44a6db[_0x5813eb(0x17d)][_0x5813eb(0xf7)](_0x332103=>{const _0x129556=_0x5813eb;if(_0x5835e9['YmeNZ'](_0x5835e9['uLUDv'],_0x5835e9[_0x129556(0x121)])){if(_0x5835e9[_0x129556(0xa2)](_0x55f73d[_0x129556(0x138)],_0x5835e9[_0x129556(0xf3)])){_0x5d77e2[_0x129556(0x12c)](_0x129556(0xb4)+(_0x5a5f7e[_0x129556(0x138)]||_0x3fa481[_0x129556(0x164)]));for(const _0x5b4375 of _0xe608eb[_0x129556(0xe4)]){_0x265fa['error'](_0x5b4375[_0x129556(0x138)]);}_0x1ac28c[_0x129556(0x140)][_0x129556(0x11d)]=_0x5835e9[_0x129556(0x11f)],_0x1f5a3a[_0x129556(0x140)][_0x129556(0xef)]=_0x5835e9[_0x129556(0x11f)];}else _0x180214['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x2b3bec[_0x129556(0x138)]||_0x3795d3[_0x129556(0x164)]));}else{if(bsSetupHelper[_0x129556(0x126)](_0x332103[_0x129556(0xc1)]))return _0x5835e9[_0x129556(0x16a)](_0x5835e9[_0x129556(0xc5)],_0x5835e9[_0x129556(0xc5)])?(_0xf5e51c[_0x129556(0x12c)](_0x5835e9[_0x129556(0xe9)]),[]):(_0x127100=!![],!![]);}});}catch(_0x1493de){if(_0x5835e9[_0x5813eb(0x117)](_0x5835e9[_0x5813eb(0x10f)],_0x5835e9[_0x5813eb(0x10f)]))logger[_0x5813eb(0xf9)](_0x5813eb(0x79)+_0x1493de);else{_0x59a5fa[_0x5813eb(0x148)]?_0x303015[_0x5813eb(0x12c)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x48bceb[_0x5813eb(0x148)][_0x5813eb(0xe8)]+'\x20'+_0x3544cd[_0x5813eb(0x148)][_0x5813eb(0x137)]+'\x20'+_0x58d451[_0x5813eb(0x75)](_0x438de4['response']['data'])):_0xeadc04[_0x5813eb(0x12c)](_0x5813eb(0x8c)+(_0x5aeed1[_0x5813eb(0x138)]||_0x5612e5['format'](_0xa1c188)));const _0x3da922={};return _0x3da922[_0x5813eb(0xe8)]=_0x5835e9['xKjvx'],_0x3da922['message']=_0x53ebf5[_0x5813eb(0x138)]||(_0x1738a0['response']?_0x5925bf['response'][_0x5813eb(0xe8)]+':'+_0x752af1[_0x5813eb(0x148)][_0x5813eb(0x137)]:_0x5015ee),_0x3da922;}}return _0x127100;},exports[a52_0xf0c03b(0x132)]=PerformanceTester[a52_0xf0c03b(0x171)]('a11y:start',async function(_0x1e0dfe,_0x48590e){const _0x54aa87=a52_0xf0c03b,_0x1b0be4={};_0x1b0be4[_0x54aa87(0xe7)]=function(_0x4ac29a,_0x434c0a){return _0x4ac29a===_0x434c0a;},_0x1b0be4[_0x54aa87(0x14a)]=_0x54aa87(0xa6),_0x1b0be4[_0x54aa87(0x92)]=function(_0x4732ff,_0x215be9){return _0x4732ff>_0x215be9;},_0x1b0be4[_0x54aa87(0x177)]=function(_0x630d7c,_0x37db29){return _0x630d7c!==_0x37db29;},_0x1b0be4[_0x54aa87(0x17a)]='null',_0x1b0be4[_0x54aa87(0x9d)]=function(_0x377eb9,_0x439e3e){return _0x377eb9&&_0x439e3e;},_0x1b0be4[_0x54aa87(0x147)]=function(_0x32b586,_0x3bd899){return _0x32b586===_0x3bd899;},_0x1b0be4['DcqSb']=function(_0x3221cc,_0xd3458c){return _0x3221cc>_0xd3458c;},_0x1b0be4[_0x54aa87(0xe6)]=function(_0x4c860a,_0x781fa9){return _0x4c860a!==_0x781fa9;},_0x1b0be4['rWjxF']=_0x54aa87(0xb9),_0x1b0be4[_0x54aa87(0x6a)]=_0x54aa87(0x86),_0x1b0be4['rYdlu']=_0x54aa87(0xe3),_0x1b0be4[_0x54aa87(0xf6)]=_0x54aa87(0xab),_0x1b0be4[_0x54aa87(0x184)]=function(_0x376a42,_0x287226){return _0x376a42===_0x287226;},_0x1b0be4[_0x54aa87(0x72)]=_0x54aa87(0x172),_0x1b0be4[_0x54aa87(0x9a)]=_0x54aa87(0xd3),_0x1b0be4[_0x54aa87(0xb6)]=_0x54aa87(0xcf),_0x1b0be4[_0x54aa87(0xb2)]='SFRMD',_0x1b0be4[_0x54aa87(0x192)]='npjxM',_0x1b0be4['ONdXM']=_0x54aa87(0x91),_0x1b0be4[_0x54aa87(0x7c)]='hJoFr',_0x1b0be4[_0x54aa87(0x69)]=_0x54aa87(0x18b),_0x1b0be4[_0x54aa87(0x10d)]=_0x54aa87(0x87),_0x1b0be4[_0x54aa87(0x154)]=_0x54aa87(0x195),_0x1b0be4['eqKzo']=_0x54aa87(0xb1),_0x1b0be4[_0x54aa87(0x95)]='v2/test_runs',_0x1b0be4[_0x54aa87(0xdf)]=_0x54aa87(0x115),_0x1b0be4[_0x54aa87(0xcb)]=function(_0x3ea2b1,_0x4b3447){return _0x3ea2b1===_0x4b3447;},_0x1b0be4[_0x54aa87(0xd4)]=_0x54aa87(0x82),_0x1b0be4[_0x54aa87(0x193)]='RCIHy',_0x1b0be4[_0x54aa87(0x127)]=function(_0x29601e,_0x2763f9){return _0x29601e!==_0x2763f9;},_0x1b0be4[_0x54aa87(0xf1)]='MBrxT',_0x1b0be4[_0x54aa87(0xae)]='HZbIG',_0x1b0be4['sQPNO']=function(_0x4e1029,_0xaffd71){return _0x4e1029===_0xaffd71;},_0x1b0be4[_0x54aa87(0x15b)]=_0x54aa87(0xce),_0x1b0be4[_0x54aa87(0xc0)]=function(_0x50c986,_0x210802){return _0x50c986===_0x210802;},_0x1b0be4[_0x54aa87(0xe5)]='Invalid\x20configuration\x20passed.',_0x1b0be4[_0x54aa87(0x16e)]=function(_0x385cc8,_0x5767c2){return _0x385cc8!==_0x5767c2;},_0x1b0be4[_0x54aa87(0x131)]=_0x54aa87(0x16f),_0x1b0be4[_0x54aa87(0x119)]=_0x54aa87(0xa9),_0x1b0be4['gXLGF']=function(_0x58d051,_0x1fc866){return _0x58d051===_0x1fc866;},_0x1b0be4[_0x54aa87(0x88)]=_0x54aa87(0x76),_0x1b0be4[_0x54aa87(0xbb)]='dJmsR',_0x1b0be4['oDbol']=_0x54aa87(0xd9),_0x1b0be4[_0x54aa87(0x8a)]=_0x54aa87(0x180),_0x1b0be4['INaUf']=_0x54aa87(0x114);const _0x34909c=_0x1b0be4,_0x33234b=bsSetupHelper[_0x54aa87(0x15f)](_0x1e0dfe),_0x340fbc=bsSetupHelper[_0x54aa87(0xc8)](_0x1e0dfe);if(bsSetupHelper[_0x54aa87(0x7b)](_0x33234b)||bsSetupHelper[_0x54aa87(0x7b)](_0x340fbc)){if(_0x34909c[_0x54aa87(0x184)](_0x34909c[_0x54aa87(0x72)],_0x34909c[_0x54aa87(0x9a)])){try{if(!_0x5a5ab2['isBrowserstackInfra']())return![];const _0x5ee956=_0x548bcd[_0x54aa87(0x126)](_0xd98247[_0x54aa87(0x140)][_0x54aa87(0x11d)])||_0xd056fc[_0x54aa87(0x126)](_0x455166['env'][_0x54aa87(0xef)]),_0x35277c=_0x34909c[_0x54aa87(0xe7)](typeof _0x514fb8['env'][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x14a)])&&_0x34909c[_0x54aa87(0x92)](_0x120de2[_0x54aa87(0x140)][_0x54aa87(0xee)][_0x54aa87(0x71)],0x0)&&_0x34909c['hhzsO'](_0x2de3bd[_0x54aa87(0x140)][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x17a)]);return _0x34909c[_0x54aa87(0x9d)](_0x5ee956,_0x35277c);}catch(_0x4b1b27){_0x36bd3a[_0x54aa87(0xf9)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x4b1b27);}return![];}else return logger[_0x54aa87(0x12c)](_0x34909c['rYdlu']),[null,null];}try{if(_0x34909c['APBQo'](_0x34909c[_0x54aa87(0xb6)],_0x34909c[_0x54aa87(0xb2)])){let _0x4e370a;bsSetupHelper[_0x54aa87(0x7b)](process[_0x54aa87(0x140)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x34909c[_0x54aa87(0xe7)](_0x34909c[_0x54aa87(0x192)],_0x34909c[_0x54aa87(0xd2)])?_0x37cb5e=_0x206038[_0x54aa87(0xf8)](_0x599dc1[_0x54aa87(0x140)][_0x54aa87(0x165)]):_0x4e370a={}:_0x34909c[_0x54aa87(0x184)](_0x34909c[_0x54aa87(0x7c)],_0x34909c[_0x54aa87(0x7c)])?_0x4e370a=JSON[_0x54aa87(0xf8)](process[_0x54aa87(0x140)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x2f20db[_0x54aa87(0xf9)](_0x54aa87(0x11a)+_0x265877);const {name:_0x3019a0,version:_0x40bca0}=bsSetupHelper[_0x54aa87(0x14b)](_0x1e0dfe,_0x48590e),_0xe9cb45={'projectName':_0x1e0dfe['projectName'],'buildName':_0x1e0dfe[_0x54aa87(0xbe)]||path['basename'](path[_0x54aa87(0x124)](process[_0x54aa87(0x181)]())),'startTime':new Date()['toISOString'](),'description':_0x1e0dfe[_0x54aa87(0x11b)]||'','source':{'frameworkName':_0x48590e[_0x54aa87(0x18e)](_0x34909c['zkUZF'])?_0x34909c[_0x54aa87(0x69)]:_0x48590e,'frameworkVersion':bsSetupHelper[_0x54aa87(0xfa)](_0x48590e),'sdkVersion':bsSetupHelper[_0x54aa87(0x105)](),'language':_0x34909c[_0x54aa87(0x10d)],'testFramework':_0x3019a0,'testFrameworkVersion':_0x40bca0},'settings':_0x4e370a,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x54aa87(0xd6)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x54aa87(0x15a)]()},_0xc24fa7={};_0xc24fa7[_0x54aa87(0x173)]=_0x33234b,_0xc24fa7[_0x54aa87(0x190)]=_0x340fbc;const _0x2e60ff={};_0x2e60ff[_0x54aa87(0x16d)]=_0x34909c[_0x54aa87(0x154)];const _0x13e7ac={};_0x13e7ac[_0x54aa87(0xca)]=_0xc24fa7,_0x13e7ac[_0x54aa87(0xbc)]=_0x2e60ff;const _0x552232=_0x13e7ac,_0x113f62={};_0x113f62['body']=_0xe9cb45,_0x113f62[_0x54aa87(0x169)]=!![];const _0x42bd9f=Object[_0x54aa87(0x77)](_0x552232,_0x113f62),_0x108075=await bsSetupHelper['nodeRequest'](_0x34909c['eqKzo'],_0x34909c[_0x54aa87(0x95)],_0x42bd9f,_0x1e0dfe,API_URL);let _0x57ee58=process[_0x54aa87(0x140)][_0x54aa87(0x165)];if(_0x57ee58){if(_0x34909c[_0x54aa87(0x147)](_0x34909c[_0x54aa87(0xdf)],_0x34909c[_0x54aa87(0xdf)]))_0x57ee58=JSON[_0x54aa87(0xf8)](process['env'][_0x54aa87(0x165)]);else{if(_0xf0ef7c[_0x54aa87(0x126)](_0x3fb14e[_0x54aa87(0xc1)]))return _0x5ac9a8=!![],!![];}}else{if(_0x34909c[_0x54aa87(0xcb)](_0x34909c[_0x54aa87(0xd4)],_0x34909c[_0x54aa87(0xd4)]))_0x57ee58={};else{if(!_0x7a76f9[_0x54aa87(0x15a)]())return![];const _0x8e45d6=_0x2a6e2e[_0x54aa87(0x126)](_0x204029['env'][_0x54aa87(0x11d)])||_0x50433[_0x54aa87(0x126)](_0x59846f[_0x54aa87(0x140)][_0x54aa87(0xef)]),_0x181f9a=_0x34909c[_0x54aa87(0x147)](typeof _0x34fbdb[_0x54aa87(0x140)][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x14a)])&&_0x34909c[_0x54aa87(0x136)](_0x3f2b89[_0x54aa87(0x140)][_0x54aa87(0xee)][_0x54aa87(0x71)],0x0)&&_0x34909c[_0x54aa87(0xe6)](_0x4be953['env'][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x17a)]);return _0x34909c['uuLKA'](_0x8e45d6,_0x181f9a);}}return scripts[_0x54aa87(0x159)](_0x108075['data'][_0x54aa87(0xac)]),scripts['toJson'](),_0x57ee58[_0x54aa87(0x11c)]=_0x108075['data']['data'][_0x54aa87(0x11c)],process['env'][_0x54aa87(0x165)]=JSON['stringify'](_0x57ee58),[_0x108075[_0x54aa87(0xac)][_0x54aa87(0xac)][_0x54aa87(0x67)],_0x108075[_0x54aa87(0xac)][_0x54aa87(0xac)]['id']];}else{_0x49b4c2[_0x54aa87(0x18c)](_0x34909c[_0x54aa87(0x122)]);return;}}catch(_0x1046e3){if(_0x34909c[_0x54aa87(0x177)](_0x34909c[_0x54aa87(0x193)],_0x34909c['enkLv']))return _0x55e51d=!![],!![];else{if(_0x1046e3[_0x54aa87(0x148)])_0x34909c['utnmg'](_0x34909c['iqjkN'],_0x34909c[_0x54aa87(0xae)])?logger[_0x54aa87(0x12c)](_0x54aa87(0xb4)+_0x1046e3['response']['status']+'\x20'+_0x1046e3[_0x54aa87(0x148)]['statusText']+'\x20'+JSON[_0x54aa87(0x75)](_0x1046e3[_0x54aa87(0x148)][_0x54aa87(0xac)])):_0x5aba67['error'](_0x54aa87(0x8c)+(_0x379beb['message']||_0x2131b2[_0x54aa87(0x100)](_0x24db4b)));else{if(_0x34909c[_0x54aa87(0xba)](_0x34909c[_0x54aa87(0x15b)],_0x34909c['KZqTs'])){if(_0x34909c['fxuqC'](_0x1046e3[_0x54aa87(0x138)],_0x34909c['yLXnF'])){if(_0x34909c[_0x54aa87(0x16e)](_0x34909c[_0x54aa87(0x131)],_0x34909c[_0x54aa87(0x119)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x1046e3[_0x54aa87(0x138)]||_0x1046e3['stack']));for(const _0x51bdbb of _0x1046e3['errors']){if(_0x34909c['gXLGF'](_0x34909c[_0x54aa87(0x88)],_0x34909c[_0x54aa87(0xbb)]))return _0x2773e1[_0x54aa87(0x123)][_0x54aa87(0x18e)](_0x34909c['AvJaF']);else logger[_0x54aa87(0x12c)](_0x51bdbb[_0x54aa87(0x138)]);}process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x34909c['oDbol'],process['env'][_0x54aa87(0xef)]=_0x34909c['oDbol'];}else return _0x1d4d37[_0x54aa87(0x12c)](_0x34909c[_0x54aa87(0xc7)]),[null,null];}else{if(_0x34909c[_0x54aa87(0x17c)](_0x34909c['CGjPC'],_0x34909c[_0x54aa87(0x146)]))return _0x59de7e[_0x54aa87(0x12c)](_0x34909c[_0x54aa87(0xf6)]),{};else logger['error'](_0x54aa87(0xb4)+(_0x1046e3[_0x54aa87(0x138)]||_0x1046e3[_0x54aa87(0x164)]));}}else _0x4252e0=_0x187492;}return[null,null];}}}),exports[a52_0xf0c03b(0x70)]=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x31d849){const _0xaf2314=a52_0xf0c03b,_0x3fd74f={};_0x3fd74f['MvgNa']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3fd74f[_0xaf2314(0xfe)]='error',_0x3fd74f[_0xaf2314(0xad)]='Build\x20creation\x20had\x20failed.',_0x3fd74f[_0xaf2314(0xf5)]=function(_0x104e67,_0x5aa128){return _0x104e67===_0x5aa128;},_0x3fd74f['Bfiuk']=function(_0x2075a5,_0x206f71){return _0x2075a5&&_0x206f71;},_0x3fd74f[_0xaf2314(0x7a)]=function(_0x3d61d5,_0xd1de36){return _0x3d61d5!==_0xd1de36;},_0x3fd74f['ykMUj']=_0xaf2314(0xa6),_0x3fd74f[_0xaf2314(0xb8)]=_0xaf2314(0x7d),_0x3fd74f[_0xaf2314(0x102)]=_0xaf2314(0x13f),_0x3fd74f[_0xaf2314(0x145)]=_0xaf2314(0x195),_0x3fd74f[_0xaf2314(0x11e)]=_0xaf2314(0x129),_0x3fd74f['IyzIg']='rdbFb',_0x3fd74f['iKmPZ']=_0xaf2314(0x14c),_0x3fd74f[_0xaf2314(0x176)]=_0xaf2314(0x104),_0x3fd74f[_0xaf2314(0xde)]=_0xaf2314(0x107),_0x3fd74f[_0xaf2314(0x143)]=_0xaf2314(0x12f),_0x3fd74f['Bdxti']=function(_0x3e5138,_0x3aee44){return _0x3e5138+_0x3aee44;},_0x3fd74f['mUIgj']=_0xaf2314(0xaa),_0x3fd74f[_0xaf2314(0x133)]='nkThH',_0x3fd74f['pPHrF']=_0xaf2314(0x8d),_0x3fd74f['TKoCx']=_0xaf2314(0x17e),_0x3fd74f[_0xaf2314(0x155)]=function(_0x3cd8ce,_0x17070f){return _0x3cd8ce!==_0x17070f;},_0x3fd74f[_0xaf2314(0x163)]='wtkLq',_0x3fd74f['xuPfs']=function(_0x4ad98e,_0x44e567){return _0x4ad98e!==_0x44e567;},_0x3fd74f[_0xaf2314(0x65)]='MpHyS',_0x3fd74f[_0xaf2314(0x7e)]=function(_0xb0d98f,_0xabc27a){return _0xb0d98f!==_0xabc27a;},_0x3fd74f[_0xaf2314(0xda)]=_0xaf2314(0x6c);const _0x3e0e5a=_0x3fd74f;if(bsSetupHelper[_0xaf2314(0x7b)](process[_0xaf2314(0x140)]['BS_A11Y_JWT'])||_0x3e0e5a['NhZAg'](typeof process[_0xaf2314(0x140)][_0xaf2314(0xee)],_0x3e0e5a[_0xaf2314(0xdc)])){if(_0x3e0e5a[_0xaf2314(0x7a)](_0x3e0e5a[_0xaf2314(0xb8)],_0x3e0e5a[_0xaf2314(0x102)])){const _0xd982be={};return _0xd982be['status']=_0x3e0e5a[_0xaf2314(0xfe)],_0xd982be[_0xaf2314(0x138)]=_0x3e0e5a[_0xaf2314(0xad)],_0xd982be;}else return![];}const _0x397549={'endTime':new Date()[_0xaf2314(0x8e)]()},_0x2893cd={};_0x2893cd[_0xaf2314(0xf0)]=_0xaf2314(0x6b)+process[_0xaf2314(0x140)][_0xaf2314(0xee)],_0x2893cd[_0xaf2314(0x16d)]=_0x3e0e5a[_0xaf2314(0x145)];const _0x1ed3f0={};_0x1ed3f0[_0xaf2314(0xbc)]=_0x2893cd;const _0x5e4c4a=_0x1ed3f0,_0x232cf8={};_0x232cf8[_0xaf2314(0x106)]=_0x397549,_0x232cf8[_0xaf2314(0xca)]=null,_0x232cf8['json']=!![];const _0x3844e3=Object[_0xaf2314(0x77)](_0x5e4c4a,_0x232cf8);try{if(_0x3e0e5a[_0xaf2314(0xf5)](_0x3e0e5a['AVKaj'],_0x3e0e5a[_0xaf2314(0x13a)]))return _0x1bd6d1[_0xaf2314(0x18c)](_0x3e0e5a[_0xaf2314(0x150)]),[];else{const _0x1a5130=await bsSetupHelper[_0xaf2314(0x9c)](_0x3e0e5a['iKmPZ'],_0x3e0e5a[_0xaf2314(0x176)],_0x3844e3,_0x31d849,API_URL);if(_0x1a5130[_0xaf2314(0xac)]['error']){if(_0x3e0e5a[_0xaf2314(0xf5)](_0x3e0e5a[_0xaf2314(0xde)],_0x3e0e5a[_0xaf2314(0x143)]))_0x103a2b[_0xaf2314(0x17d)]['forEach'](_0x14e7d5=>{const _0x1a3883=_0xaf2314;if(_0x41b70f[_0x1a3883(0x126)](_0x14e7d5['accessibility']))return _0x2609e2=!![],!![];});else throw new Error(_0x3e0e5a['Bdxti'](_0x3e0e5a['mUIgj'],_0x1a5130[_0xaf2314(0xac)][_0xaf2314(0x12c)]));}else{if(_0x3e0e5a[_0xaf2314(0x7a)](_0x3e0e5a[_0xaf2314(0x133)],_0x3e0e5a[_0xaf2314(0xa0)])){logger[_0xaf2314(0x18a)](_0xaf2314(0x174)+new Date()[_0xaf2314(0x8e)]());const _0x185bb6={};return _0x185bb6[_0xaf2314(0xe8)]=_0x3e0e5a[_0xaf2314(0x149)],_0x185bb6['message']='',_0x185bb6;}else _0x1485b1['error'](_0x7defbe[_0xaf2314(0x138)]);}}}catch(_0x546794){if(_0x3e0e5a[_0xaf2314(0x155)](_0x3e0e5a[_0xaf2314(0x163)],_0x3e0e5a[_0xaf2314(0x163)])){const _0x2938ab={};return _0x2938ab[_0xaf2314(0xe8)]=_0x3e0e5a[_0xaf2314(0xfe)],_0x2938ab[_0xaf2314(0x138)]=_0x3e0e5a['fHxlB'],_0x2938ab;}else{if(_0x546794['response']){if(_0x3e0e5a[_0xaf2314(0x16c)](_0x3e0e5a['UwZak'],_0x3e0e5a[_0xaf2314(0x65)])){const _0xed3173=_0x4d89f5['parse'](_0x4721ef[_0xaf2314(0x140)][_0xaf2314(0x165)]),_0x2524cd=_0x2cf0a5['isArray'](_0xed3173[_0xaf2314(0x9e)])?_0xed3173[_0xaf2314(0x9e)]:[],_0x453d4d=_0x579c31[_0xaf2314(0x160)](_0xed3173['excludeTagsInTestingScope'])?_0xed3173[_0xaf2314(0x15c)]:[];let _0x1b575c;_0x2131ef?_0x1b575c=_0x30bce8[_0xaf2314(0xf2)]('/'):_0x1b575c=_0x5e949e;const _0x572e05=_0x453d4d[_0xaf2314(0xb7)](_0x3d375f=>_0x1b575c[_0xaf2314(0x18e)](_0x3d375f)),_0x597b52=_0x3e0e5a['TykRt'](_0x2524cd[_0xaf2314(0x71)],0x0)||_0x2524cd['some'](_0x3a3212=>_0x1b575c[_0xaf2314(0x18e)](_0x3a3212));return _0x3e0e5a[_0xaf2314(0x12d)](!_0x572e05,_0x597b52);}else logger['error'](_0xaf2314(0x8c)+_0x546794[_0xaf2314(0x148)][_0xaf2314(0xe8)]+'\x20'+_0x546794[_0xaf2314(0x148)]['statusText']+'\x20'+JSON[_0xaf2314(0x75)](_0x546794[_0xaf2314(0x148)][_0xaf2314(0xac)]));}else _0x3e0e5a[_0xaf2314(0x7e)](_0x3e0e5a[_0xaf2314(0xda)],_0x3e0e5a[_0xaf2314(0xda)])?_0xe50063['debug'](_0xaf2314(0x79)+_0x36e647):logger['error'](_0xaf2314(0x8c)+(_0x546794[_0xaf2314(0x138)]||util[_0xaf2314(0x100)](_0x546794)));const _0x5d9ebf={};return _0x5d9ebf[_0xaf2314(0xe8)]=_0x3e0e5a['uxHMb'],_0x5d9ebf['message']=_0x546794[_0xaf2314(0x138)]||(_0x546794[_0xaf2314(0x148)]?_0x546794[_0xaf2314(0x148)][_0xaf2314(0xe8)]+':'+_0x546794[_0xaf2314(0x148)]['statusText']:_0x546794),_0x5d9ebf;}}}),exports[a52_0xf0c03b(0x12e)]=async(_0x438b7f,_0x31295b=null)=>{const _0x71196d=a52_0xf0c03b,_0x309dcc={};_0x309dcc[_0x71196d(0xcd)]=function(_0x50fa09,_0x20d8cd){return _0x50fa09===_0x20d8cd;},_0x309dcc[_0x71196d(0x13b)]=_0x71196d(0xa6),_0x309dcc[_0x71196d(0x170)]='browserstack_executor',_0x309dcc[_0x71196d(0xfc)]=_0x71196d(0xe2),_0x309dcc['GWAWF']='bstackA11yShouldScan',_0x309dcc['edfMr']=_0x71196d(0x116),_0x309dcc['UswpF']=_0x71196d(0xb9);const _0x53af46=_0x309dcc;if(!this[_0x71196d(0x90)]()||!globals['getGlobal'](_0x53af46[_0x71196d(0xfc)])||!globals[_0x71196d(0xa7)](_0x53af46[_0x71196d(0x10b)])){if(_0x53af46[_0x71196d(0xcd)](_0x53af46[_0x71196d(0x130)],_0x53af46['edfMr'])){logger[_0x71196d(0x18c)](_0x53af46['UswpF']);return;}else{if(_0x4e8c22&&_0x42159b[_0x71196d(0x123)]&&_0x53af46['plBch'](typeof _0xb6b642[_0x71196d(0x123)],_0x53af46['vpQfy']))return _0x3d7da6[_0x71196d(0x123)][_0x71196d(0x18e)](_0x53af46['drVGh']);return![];}}const _0x27e022={};_0x27e022[_0x71196d(0x151)]=_0x31295b||global['browserstackSessionName'],logger['debug'](util[_0x71196d(0x100)](await _0x438b7f[_0x71196d(0x167)](scripts['performScan'],_0x27e022)));},exports[a52_0xf0c03b(0x182)]=async(_0x5cf064,_0x5d0bf4)=>{const _0xc7a2e9=a52_0xf0c03b,_0x5b47a4={};_0x5b47a4[_0xc7a2e9(0xeb)]=_0xc7a2e9(0x187),_0x5b47a4['OzplF']=_0xc7a2e9(0xe2),_0x5b47a4[_0xc7a2e9(0x66)]=_0xc7a2e9(0x74),_0x5b47a4[_0xc7a2e9(0xec)]=function(_0x1c2ab7,_0x2974e3){return _0x1c2ab7===_0x2974e3;},_0x5b47a4[_0xc7a2e9(0x98)]=_0xc7a2e9(0xd5),_0x5b47a4['RJWAx']=_0xc7a2e9(0x175),_0x5b47a4[_0xc7a2e9(0x13d)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x5b47a4['UPhFO']=function(_0x33a671,_0x36ae7d){return _0x33a671===_0x36ae7d;},_0x5b47a4[_0xc7a2e9(0x162)]=_0xc7a2e9(0xf4),_0x5b47a4['xAeqH']=_0xc7a2e9(0x93),_0x5b47a4['FesPp']=_0xc7a2e9(0x120),_0x5b47a4[_0xc7a2e9(0x17b)]=_0xc7a2e9(0xa5);const _0x190e76=_0x5b47a4;if(!this['isAccessibilityAutomationSession']()||!globals[_0xc7a2e9(0xa7)](_0x190e76[_0xc7a2e9(0x153)])||!globals['getGlobal'](_0x190e76[_0xc7a2e9(0x66)])){if(_0x190e76['tZGuT'](_0x190e76[_0xc7a2e9(0x98)],_0x190e76[_0xc7a2e9(0xa4)]))_0x1f08fe={};else return logger[_0xc7a2e9(0x18c)](_0x190e76[_0xc7a2e9(0x13d)]),[];}try{if(_0x190e76[_0xc7a2e9(0x10a)](_0x190e76[_0xc7a2e9(0x162)],_0x190e76[_0xc7a2e9(0x162)])){logger['debug'](_0x190e76['xAeqH']);const _0x295059={};_0x295059[_0xc7a2e9(0x151)]=_0x5d0bf4[_0xc7a2e9(0x83)],logger[_0xc7a2e9(0xf9)](util[_0xc7a2e9(0x100)](await _0x5cf064[_0xc7a2e9(0x167)](scripts['performScan'],_0x295059)));const _0x511bee=await _0x5cf064[_0xc7a2e9(0x167)](scripts[_0xc7a2e9(0x12a)]);return _0x511bee;}else _0x2a6df7[_0xc7a2e9(0x12c)](_0xc7a2e9(0xb4)+_0x4b2b1a['response'][_0xc7a2e9(0xe8)]+'\x20'+_0x279b1c['response'][_0xc7a2e9(0x137)]+'\x20'+_0x496100[_0xc7a2e9(0x75)](_0x3da68b['response'][_0xc7a2e9(0xac)]));}catch{if(_0x190e76[_0xc7a2e9(0x10a)](_0x190e76[_0xc7a2e9(0x158)],_0x190e76[_0xc7a2e9(0x158)]))return logger[_0xc7a2e9(0x12c)](_0x190e76[_0xc7a2e9(0x17b)]),[];else _0x44971f[_0xc7a2e9(0xf9)](_0x190e76[_0xc7a2e9(0xeb)],_0x57fd5e);}},exports[a52_0xf0c03b(0xcc)]=async(_0x50e5cb,_0x406740)=>{const _0x21ff68=a52_0xf0c03b,_0x16a0d8={};_0x16a0d8[_0x21ff68(0xbd)]=_0x21ff68(0xe2),_0x16a0d8['KpEcb']=_0x21ff68(0x74),_0x16a0d8[_0x21ff68(0x179)]=_0x21ff68(0xa3),_0x16a0d8[_0x21ff68(0x157)]=_0x21ff68(0x81),_0x16a0d8[_0x21ff68(0x125)]=_0x21ff68(0xab);const _0x556a5b=_0x16a0d8;if(!this[_0x21ff68(0x90)]()||!globals[_0x21ff68(0xa7)](_0x556a5b[_0x21ff68(0xbd)])||!globals[_0x21ff68(0xa7)](_0x556a5b[_0x21ff68(0x128)]))return logger[_0x21ff68(0x18c)](_0x556a5b[_0x21ff68(0x179)]),{};try{logger[_0x21ff68(0xf9)](_0x556a5b[_0x21ff68(0x157)]);const _0x2e90e8={};_0x2e90e8[_0x21ff68(0x151)]=_0x406740['browserstackSessionName'],logger[_0x21ff68(0xf9)](util[_0x21ff68(0x100)](await _0x50e5cb[_0x21ff68(0x167)](scripts[_0x21ff68(0x12e)],_0x2e90e8)));const _0x4a27db=await _0x50e5cb['executeAsyncScript'](scripts[_0x21ff68(0x186)]);return _0x4a27db;}catch{return logger[_0x21ff68(0x12c)](_0x556a5b[_0x21ff68(0x125)]),{};}},exports[a52_0xf0c03b(0x10e)]=_0x214e7f=>{const _0x515914=a52_0xf0c03b,_0x11cadf={};_0x11cadf[_0x515914(0xfb)]=function(_0x404e85,_0x5d746f){return _0x404e85===_0x5d746f;},_0x11cadf[_0x515914(0x183)]=_0x515914(0xa6),_0x11cadf[_0x515914(0xc3)]=_0x515914(0x86);const _0x3b2548=_0x11cadf;if(_0x214e7f&&_0x214e7f[_0x515914(0x123)]&&_0x3b2548[_0x515914(0xfb)](typeof _0x214e7f[_0x515914(0x123)],_0x3b2548[_0x515914(0x183)]))return _0x214e7f[_0x515914(0x123)][_0x515914(0x18e)](_0x3b2548[_0x515914(0xc3)]);return![];};
1
+ const a52_0x22ee9a=a52_0x33fe;(function(_0x21f040,_0xdbff3c){const _0x5ad879=a52_0x33fe,_0x344fd8=_0x21f040();while(!![]){try{const _0x50d057=parseInt(_0x5ad879(0x21d))/0x1*(-parseInt(_0x5ad879(0x2d4))/0x2)+parseInt(_0x5ad879(0x244))/0x3+-parseInt(_0x5ad879(0x274))/0x4+parseInt(_0x5ad879(0x30c))/0x5+parseInt(_0x5ad879(0x214))/0x6*(parseInt(_0x5ad879(0x2fb))/0x7)+parseInt(_0x5ad879(0x2f7))/0x8*(-parseInt(_0x5ad879(0x1f0))/0x9)+-parseInt(_0x5ad879(0x2c3))/0xa*(-parseInt(_0x5ad879(0x2eb))/0xb);if(_0x50d057===_0xdbff3c)break;else _0x344fd8['push'](_0x344fd8['shift']());}catch(_0x10e30b){_0x344fd8['push'](_0x344fd8['shift']());}}}(a52_0x5e6b,0x8b7fe));const path=require(a52_0x22ee9a(0x262)),util=require(a52_0x22ee9a(0x267)),bsSetupHelper=require(a52_0x22ee9a(0x215)),logger=require(a52_0x22ee9a(0x219))[a52_0x22ee9a(0x208)],{API_URL}=require(a52_0x22ee9a(0x28c)),PerformanceTester=require(a52_0x22ee9a(0x24d)),scripts=require(a52_0x22ee9a(0x2b6)),globals=require(a52_0x22ee9a(0x2af));function a52_0x33fe(_0x5ceca4,_0x19d1e9){const _0x5e6b73=a52_0x5e6b();return a52_0x33fe=function(_0x33fe62,_0x53b843){_0x33fe62=_0x33fe62-0x1ec;let _0x4e6262=_0x5e6b73[_0x33fe62];return _0x4e6262;},a52_0x33fe(_0x5ceca4,_0x19d1e9);}exports['fetchPlatformDetails']=async _0x19d3f2=>{const _0x4fc59c=a52_0x22ee9a,_0x4116ae={};_0x4116ae['txbCB']=function(_0x3105ed,_0x51277b){return _0x3105ed===_0x51277b;},_0x4116ae['WnBXF']='LGmgl',_0x4116ae['pTURt']=function(_0x3813ce,_0x1ac916){return _0x3813ce===_0x1ac916;},_0x4116ae['eoafU']='browserstack',_0x4116ae['YOSqo']=function(_0xefc18d,_0x400364){return _0xefc18d!==_0x400364;},_0x4116ae[_0x4fc59c(0x260)]=_0x4fc59c(0x230);const _0x45a613=_0x4116ae;let _0x306c6e={};try{if(_0x45a613['txbCB'](_0x45a613[_0x4fc59c(0x2e1)],_0x45a613[_0x4fc59c(0x2e1)])){const _0x420c89=await _0x19d3f2[_0x4fc59c(0x270)]();_0x306c6e={'os_name':_0x420c89[_0x4fc59c(0x2d8)](),'os_version':bsSetupHelper[_0x4fc59c(0x2ec)](_0x45a613[_0x4fc59c(0x2a6)](global[_0x4fc59c(0x2d2)],_0x45a613[_0x4fc59c(0x2bf)])),'browser_name':_0x420c89['getBrowserName'](),'browser_version':_0x420c89[_0x4fc59c(0x21a)]()};}else _0x23ab5f[_0x4fc59c(0x306)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x342789);}catch(_0x4b3c41){_0x45a613[_0x4fc59c(0x248)](_0x45a613['SRNSc'],_0x45a613['SRNSc'])?_0x351ed4[_0x4fc59c(0x288)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x1be2c3[_0x4fc59c(0x2b7)][_0x4fc59c(0x23d)]+'\x20'+_0x490b99[_0x4fc59c(0x2b7)][_0x4fc59c(0x2bb)]+'\x20'+_0x5dcfb2[_0x4fc59c(0x279)](_0x4e4b08[_0x4fc59c(0x2b7)][_0x4fc59c(0x25d)])):logger[_0x4fc59c(0x306)](_0x4fc59c(0x2ce)+_0x4b3c41);}return _0x306c6e;},exports[a52_0x22ee9a(0x2e2)]=()=>{const _0x460ca=a52_0x22ee9a,_0x1fdd6a={};_0x1fdd6a['SuWHD']='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x1fdd6a['OjYab']=_0x460ca(0x293),_0x1fdd6a[_0x460ca(0x2d5)]=function(_0x73db5f,_0x4115de){return _0x73db5f!==_0x4115de;},_0x1fdd6a[_0x460ca(0x25a)]=_0x460ca(0x226),_0x1fdd6a[_0x460ca(0x263)]=function(_0x549d5c,_0x1c9ad7){return _0x549d5c!==_0x1c9ad7;},_0x1fdd6a[_0x460ca(0x255)]='vOgIm',_0x1fdd6a[_0x460ca(0x2f9)]=function(_0x390c4a,_0x5d737c){return _0x390c4a===_0x5d737c;},_0x1fdd6a[_0x460ca(0x2ac)]='string',_0x1fdd6a['wVzKc']=function(_0x2770de,_0x4a85e7){return _0x2770de>_0x4a85e7;},_0x1fdd6a[_0x460ca(0x2ef)]=function(_0x3d805e,_0x750453){return _0x3d805e!==_0x750453;},_0x1fdd6a[_0x460ca(0x2ba)]='null',_0x1fdd6a['KgWQA']=function(_0x82080b,_0x2344ee){return _0x82080b&&_0x2344ee;},_0x1fdd6a[_0x460ca(0x256)]=function(_0x2510f8,_0x497935){return _0x2510f8!==_0x497935;},_0x1fdd6a['gNqvi']=_0x460ca(0x276);const _0x21cb5b=_0x1fdd6a;try{if(_0x21cb5b['NmQMj'](_0x21cb5b[_0x460ca(0x25a)],_0x21cb5b[_0x460ca(0x25a)]))_0x1a0932[_0x460ca(0x288)](_0x460ca(0x249)+(_0x1853a1[_0x460ca(0x1fc)]||_0x2b432f['stack']));else{if(!bsSetupHelper[_0x460ca(0x20d)]())return _0x21cb5b[_0x460ca(0x263)](_0x21cb5b['vyDrt'],_0x21cb5b[_0x460ca(0x255)])?(_0x4d71a1['error'](_0x21cb5b['SuWHD']),[null,null]):![];const _0x1be21c=bsSetupHelper[_0x460ca(0x307)](process['env'][_0x460ca(0x2d9)])||bsSetupHelper[_0x460ca(0x307)](process[_0x460ca(0x1fd)][_0x460ca(0x2cc)]),_0x5f465d=_0x21cb5b[_0x460ca(0x2f9)](typeof process[_0x460ca(0x1fd)]['BS_A11Y_JWT'],_0x21cb5b['qjxzU'])&&_0x21cb5b[_0x460ca(0x2f4)](process[_0x460ca(0x1fd)][_0x460ca(0x203)][_0x460ca(0x257)],0x0)&&_0x21cb5b[_0x460ca(0x2ef)](process[_0x460ca(0x1fd)]['BS_A11Y_JWT'],_0x21cb5b[_0x460ca(0x2ba)]);return _0x21cb5b[_0x460ca(0x2dc)](_0x1be21c,_0x5f465d);}}catch(_0x13ac32){if(_0x21cb5b[_0x460ca(0x256)](_0x21cb5b[_0x460ca(0x29a)],_0x21cb5b[_0x460ca(0x29a)])){_0x5baa92[_0x460ca(0x29f)](_0x460ca(0x26e)+new _0x41dc88()['toISOString']());const _0xcdd604={};return _0xcdd604['status']=_0x21cb5b[_0x460ca(0x2e9)],_0xcdd604[_0x460ca(0x1fc)]='',_0xcdd604;}else logger[_0x460ca(0x306)](_0x460ca(0x210)+_0x13ac32);}return![];},exports[a52_0x22ee9a(0x298)]=(_0x40f7bf,_0xacbf33=!![])=>{const _0x44fff6=a52_0x22ee9a,_0x493572={};_0x493572['YDIjL']=function(_0x492dde,_0x39b74b){return _0x492dde===_0x39b74b;},_0x493572[_0x44fff6(0x2a8)]=_0x44fff6(0x273),_0x493572['CVDrH']=_0x44fff6(0x27e),_0x493572[_0x44fff6(0x2de)]=function(_0xb7a357,_0x1fde4a){return _0xb7a357+_0x1fde4a;},_0x493572[_0x44fff6(0x1ff)]=_0x44fff6(0x313),_0x493572['dymUf']=function(_0x30c336,_0x3c3ff9){return _0x30c336==_0x3c3ff9;},_0x493572['cDhLT']='vLTKO',_0x493572[_0x44fff6(0x2a1)]=function(_0x49db4f,_0x4c0862){return _0x49db4f!==_0x4c0862;},_0x493572['KTRgW']='tHSWy',_0x493572['hgfBa']=function(_0x36bd97,_0x3f557c){return _0x36bd97!==_0x3f557c;},_0x493572[_0x44fff6(0x2b9)]='imJIK',_0x493572[_0x44fff6(0x2c5)]=_0x44fff6(0x224),_0x493572[_0x44fff6(0x2cb)]=_0x44fff6(0x1ef),_0x493572['xusiK']=function(_0x16a917,_0x576cec){return _0x16a917&&_0x576cec;},_0x493572[_0x44fff6(0x2a2)]=function(_0x226fb7,_0x4aa3cc){return _0x226fb7===_0x4aa3cc;},_0x493572[_0x44fff6(0x27b)]='qjnLQ',_0x493572[_0x44fff6(0x22d)]=_0x44fff6(0x2c2),_0x493572[_0x44fff6(0x2b5)]=_0x44fff6(0x28e);const _0xfbe42e=_0x493572;if(_0xfbe42e[_0x44fff6(0x24b)](process['env'][_0x44fff6(0x309)],null))return _0xfbe42e[_0x44fff6(0x20c)](_0xfbe42e[_0x44fff6(0x23f)],_0xfbe42e[_0x44fff6(0x23f)])?!![]:(_0x510f46=!![],!![]);try{if(_0xfbe42e['rVKZN'](_0xfbe42e[_0x44fff6(0x2e0)],_0xfbe42e['KTRgW'])){if(_0x413390&&_0x31987f[_0x44fff6(0x202)]&&_0xfbe42e[_0x44fff6(0x20c)](typeof _0x2c5096[_0x44fff6(0x202)],_0xfbe42e['PoOLI']))return _0x3ee95d[_0x44fff6(0x202)][_0x44fff6(0x20a)](_0xfbe42e['CVDrH']);return![];}else{const _0x17a923=JSON['parse'](process[_0x44fff6(0x1fd)][_0x44fff6(0x309)]),_0x33e368=Array[_0x44fff6(0x2ad)](_0x17a923[_0x44fff6(0x201)])?_0x17a923[_0x44fff6(0x201)]:[],_0x1aa042=Array[_0x44fff6(0x2ad)](_0x17a923['excludeTagsInTestingScope'])?_0x17a923[_0x44fff6(0x2a7)]:[];let _0x561c3a;if(_0xacbf33)_0xfbe42e[_0x44fff6(0x282)](_0xfbe42e[_0x44fff6(0x2b9)],_0xfbe42e[_0x44fff6(0x2b9)])?_0x16a1e4=_0x2d5176:_0x561c3a=_0x40f7bf[_0x44fff6(0x216)]('/');else{if(_0xfbe42e[_0x44fff6(0x282)](_0xfbe42e[_0x44fff6(0x2c5)],_0xfbe42e[_0x44fff6(0x2cb)]))_0x561c3a=_0x40f7bf;else return!![];}const _0x2f5d7c=_0x1aa042[_0x44fff6(0x2a0)](_0x2ad9f6=>_0x561c3a[_0x44fff6(0x20a)](_0x2ad9f6)),_0x1972e5=_0xfbe42e[_0x44fff6(0x20c)](_0x33e368['length'],0x0)||_0x33e368[_0x44fff6(0x2a0)](_0x352e91=>_0x561c3a['includes'](_0x352e91));return _0xfbe42e[_0x44fff6(0x242)](!_0x2f5d7c,_0x1972e5);}}catch(_0x49163b){if(_0xfbe42e[_0x44fff6(0x2a2)](_0xfbe42e['gGxzz'],_0xfbe42e[_0x44fff6(0x22d)]))throw new _0x5669b1(_0xfbe42e[_0x44fff6(0x2de)](_0xfbe42e[_0x44fff6(0x1ff)],_0x2ffa14[_0x44fff6(0x25d)][_0x44fff6(0x288)]));else logger[_0x44fff6(0x306)](_0xfbe42e[_0x44fff6(0x2b5)],_0x49163b);}return![];},exports['checkAccessibilityPlatformConfig']=_0x54a12a=>{const _0x431f26=a52_0x22ee9a,_0x52e051={};_0x52e051[_0x431f26(0x2c0)]='browserstack_executor',_0x52e051['zPErk']=function(_0x2971de,_0x1f2772){return _0x2971de===_0x1f2772;},_0x52e051[_0x431f26(0x232)]=_0x431f26(0x30e),_0x52e051['XbPRr']=_0x431f26(0x2f5),_0x52e051[_0x431f26(0x218)]=_0x431f26(0x236),_0x52e051[_0x431f26(0x26d)]=function(_0x2882b7,_0x4a3d07){return _0x2882b7===_0x4a3d07;},_0x52e051[_0x431f26(0x2b4)]=function(_0x276ee8,_0x4d1aab){return _0x276ee8&&_0x4d1aab;},_0x52e051[_0x431f26(0x286)]=function(_0x33dea2,_0x5ade09){return _0x33dea2===_0x5ade09;},_0x52e051[_0x431f26(0x271)]=_0x431f26(0x2a5),_0x52e051[_0x431f26(0x26f)]=_0x431f26(0x21b),_0x52e051[_0x431f26(0x204)]=function(_0x4f6d47,_0xa48ae3){return _0x4f6d47!==_0xa48ae3;},_0x52e051['nlMcM']=_0x431f26(0x297),_0x52e051[_0x431f26(0x21e)]=_0x431f26(0x238);const _0x4b068a=_0x52e051;let _0x1bbb91=![];try{_0x4b068a[_0x431f26(0x286)](_0x4b068a[_0x431f26(0x271)],_0x4b068a[_0x431f26(0x26f)])?_0x4aa5c4[_0x431f26(0x288)](_0x431f26(0x2c4)+(_0x5abef1[_0x431f26(0x1fc)]||_0x24916e[_0x431f26(0x1f8)](_0xc5b74b))):_0x54a12a[_0x431f26(0x30f)][_0x431f26(0x1f6)](_0xce00e6=>{const _0x50cd9a=_0x431f26,_0x5431e1={};_0x5431e1[_0x50cd9a(0x25f)]=_0x4b068a[_0x50cd9a(0x2c0)];const _0xf78096=_0x5431e1;if(_0x4b068a[_0x50cd9a(0x258)](_0x4b068a[_0x50cd9a(0x232)],_0x4b068a[_0x50cd9a(0x232)])){if(bsSetupHelper[_0x50cd9a(0x307)](_0xce00e6['accessibility']))return _0x4b068a['zPErk'](_0x4b068a[_0x50cd9a(0x2db)],_0x4b068a[_0x50cd9a(0x218)])?_0x46fcb9[_0x50cd9a(0x202)]['includes'](_0xf78096[_0x50cd9a(0x25f)]):(_0x1bbb91=!![],!![]);}else _0x4236ae[_0x50cd9a(0x306)](_0x50cd9a(0x1ee)+_0x424b20);});}catch(_0x1e4297){if(_0x4b068a['TfIQc'](_0x4b068a['nlMcM'],_0x4b068a[_0x431f26(0x21e)]))logger[_0x431f26(0x306)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x1e4297);else{const _0x25b0f4=_0x43ddf5[_0x431f26(0x30a)](_0x35bb06[_0x431f26(0x1fd)][_0x431f26(0x309)]),_0x1cc81e=_0x73c79d['isArray'](_0x25b0f4['includeTagsInTestingScope'])?_0x25b0f4[_0x431f26(0x201)]:[],_0x5d2a6a=_0x48d1b3['isArray'](_0x25b0f4[_0x431f26(0x2a7)])?_0x25b0f4['excludeTagsInTestingScope']:[];let _0x244e12;_0x44e232?_0x244e12=_0x2107de[_0x431f26(0x216)]('/'):_0x244e12=_0x1d874b;const _0x460b09=_0x5d2a6a[_0x431f26(0x2a0)](_0x51cbb1=>_0x244e12['includes'](_0x51cbb1)),_0x1ddb63=_0x4b068a[_0x431f26(0x26d)](_0x1cc81e[_0x431f26(0x257)],0x0)||_0x1cc81e['some'](_0x3fa62e=>_0x244e12[_0x431f26(0x20a)](_0x3fa62e));return _0x4b068a[_0x431f26(0x2b4)](!_0x460b09,_0x1ddb63);}}return _0x1bbb91;},exports['createAccessibilityTestRun']=PerformanceTester['measureWrapper'](a52_0x22ee9a(0x2fe),async function(_0x542ca9,_0xbdcf1f){const _0x39c9f1=a52_0x22ee9a,_0x596b06={};_0x596b06['qjkpi']=_0x39c9f1(0x275),_0x596b06[_0x39c9f1(0x254)]=_0x39c9f1(0x2a4),_0x596b06[_0x39c9f1(0x278)]=_0x39c9f1(0x2aa),_0x596b06[_0x39c9f1(0x217)]=_0x39c9f1(0x27a),_0x596b06[_0x39c9f1(0x24f)]=_0x39c9f1(0x288),_0x596b06[_0x39c9f1(0x1f2)]=_0x39c9f1(0x1f5),_0x596b06[_0x39c9f1(0x23b)]=function(_0x4ecf6f,_0x671a5a){return _0x4ecf6f===_0x671a5a;},_0x596b06['MxCXV']=_0x39c9f1(0x311),_0x596b06[_0x39c9f1(0x300)]=_0x39c9f1(0x310),_0x596b06[_0x39c9f1(0x302)]=function(_0x2178c0,_0x5046bb){return _0x2178c0!==_0x5046bb;},_0x596b06[_0x39c9f1(0x264)]=_0x39c9f1(0x20f),_0x596b06['uKThw']=_0x39c9f1(0x234),_0x596b06['WvxEU']=function(_0x1eea5b,_0x2b9011){return _0x1eea5b!==_0x2b9011;},_0x596b06[_0x39c9f1(0x2be)]=_0x39c9f1(0x27f),_0x596b06['XWjBL']=_0x39c9f1(0x252),_0x596b06[_0x39c9f1(0x1fe)]=_0x39c9f1(0x2f8),_0x596b06['DOhrC']=_0x39c9f1(0x24a),_0x596b06[_0x39c9f1(0x23c)]=_0x39c9f1(0x291),_0x596b06['EudEn']=_0x39c9f1(0x225),_0x596b06['QFfgN']=_0x39c9f1(0x26c),_0x596b06[_0x39c9f1(0x206)]=_0x39c9f1(0x2d1),_0x596b06['Qdorf']=_0x39c9f1(0x2f2),_0x596b06[_0x39c9f1(0x2cd)]=_0x39c9f1(0x239),_0x596b06[_0x39c9f1(0x296)]='ARRCI',_0x596b06[_0x39c9f1(0x25e)]=_0x39c9f1(0x246),_0x596b06['ZflSe']=function(_0x427a4d,_0x431ccd){return _0x427a4d!==_0x431ccd;},_0x596b06['QbODc']=_0x39c9f1(0x29d),_0x596b06[_0x39c9f1(0x2ed)]=_0x39c9f1(0x2b1),_0x596b06[_0x39c9f1(0x2f6)]=function(_0x19c2fc,_0xe80b0c){return _0x19c2fc===_0xe80b0c;},_0x596b06[_0x39c9f1(0x2e6)]='XWCxA',_0x596b06[_0x39c9f1(0x2cf)]=function(_0x1ca8ac,_0x5e3b6b){return _0x1ca8ac===_0x5e3b6b;},_0x596b06['woBGB']=_0x39c9f1(0x2b2),_0x596b06[_0x39c9f1(0x2fa)]=function(_0xd2ad49,_0x1ce68c){return _0xd2ad49===_0x1ce68c;},_0x596b06[_0x39c9f1(0x2c1)]=_0x39c9f1(0x250),_0x596b06[_0x39c9f1(0x287)]=_0x39c9f1(0x265);const _0x2271e8=_0x596b06,_0x4a3537=bsSetupHelper[_0x39c9f1(0x1f4)](_0x542ca9),_0x4da1f2=bsSetupHelper[_0x39c9f1(0x29e)](_0x542ca9);if(bsSetupHelper[_0x39c9f1(0x294)](_0x4a3537)||bsSetupHelper[_0x39c9f1(0x294)](_0x4da1f2))return _0x2271e8[_0x39c9f1(0x302)](_0x2271e8[_0x39c9f1(0x264)],_0x2271e8[_0x39c9f1(0x264)])?(_0x2bb72d[_0x39c9f1(0x220)](_0x2271e8[_0x39c9f1(0x2c9)]),{}):(logger[_0x39c9f1(0x288)](_0x2271e8[_0x39c9f1(0x2b3)]),[null,null]);try{if(_0x2271e8['WvxEU'](_0x2271e8['PNdVh'],_0x2271e8[_0x39c9f1(0x2be)]))return _0x545d5a[_0x39c9f1(0x220)](_0x2271e8[_0x39c9f1(0x254)]),[];else{let _0x40a76e;if(bsSetupHelper['isUndefined'](process[_0x39c9f1(0x1fd)][_0x39c9f1(0x309)]))_0x2271e8['WvxEU'](_0x2271e8[_0x39c9f1(0x281)],_0x2271e8[_0x39c9f1(0x281)])?_0x2b1192[_0x39c9f1(0x30f)][_0x39c9f1(0x1f6)](_0x10ac34=>{const _0x4264a3=_0x39c9f1;if(_0x48d0e5[_0x4264a3(0x307)](_0x10ac34[_0x4264a3(0x2f1)]))return _0x18ffbd=!![],!![];}):_0x40a76e={};else{if(_0x2271e8['xLbcL'](_0x2271e8[_0x39c9f1(0x1fe)],_0x2271e8['DOhrC']))_0x40a76e=JSON['parse'](process['env'][_0x39c9f1(0x309)]);else return _0x36bc06[_0x39c9f1(0x288)](_0x2271e8[_0x39c9f1(0x278)]),[];}const {name:_0x2c7986,version:_0x1ce1a9}=bsSetupHelper[_0x39c9f1(0x272)](_0x542ca9,_0xbdcf1f),_0x3a7833={'projectName':_0x542ca9[_0x39c9f1(0x223)],'buildName':_0x542ca9['buildName']||path[_0x39c9f1(0x29c)](path[_0x39c9f1(0x2df)](process[_0x39c9f1(0x312)]())),'startTime':new Date()[_0x39c9f1(0x1f7)](),'description':_0x542ca9[_0x39c9f1(0x245)]||'','source':{'frameworkName':_0xbdcf1f[_0x39c9f1(0x20a)](_0x2271e8[_0x39c9f1(0x23c)])?_0x2271e8[_0x39c9f1(0x23c)]:_0xbdcf1f,'frameworkVersion':bsSetupHelper[_0x39c9f1(0x1fa)](_0xbdcf1f),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x2271e8[_0x39c9f1(0x305)],'testFramework':_0x2c7986,'testFrameworkVersion':_0x1ce1a9},'settings':_0x40a76e,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x39c9f1(0x2ae)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x39c9f1(0x20d)]()},_0x4a65be={};_0x4a65be[_0x39c9f1(0x299)]=_0x4a3537,_0x4a65be[_0x39c9f1(0x2a3)]=_0x4da1f2;const _0x170027={};_0x170027['Content-Type']=_0x2271e8[_0x39c9f1(0x2f0)];const _0x74abb4={};_0x74abb4['auth']=_0x4a65be,_0x74abb4['headers']=_0x170027;const _0x4a3ced=_0x74abb4,_0x4f0d4a={};_0x4f0d4a[_0x39c9f1(0x22b)]=_0x3a7833,_0x4f0d4a[_0x39c9f1(0x253)]=!![];const _0x21a16b=Object['assign'](_0x4a3ced,_0x4f0d4a),_0x1635fe=await bsSetupHelper['nodeRequest'](_0x2271e8[_0x39c9f1(0x206)],_0x2271e8[_0x39c9f1(0x233)],_0x21a16b,_0x542ca9,API_URL);let _0x3edb5a=process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];if(_0x3edb5a){if(_0x2271e8[_0x39c9f1(0x23b)](_0x2271e8[_0x39c9f1(0x2cd)],_0x2271e8[_0x39c9f1(0x296)])){_0x523c27[_0x39c9f1(0x220)](_0x2271e8[_0x39c9f1(0x217)]);return;}else _0x3edb5a=JSON[_0x39c9f1(0x30a)](process[_0x39c9f1(0x1fd)][_0x39c9f1(0x309)]);}else _0x2271e8[_0x39c9f1(0x302)](_0x2271e8[_0x39c9f1(0x25e)],_0x2271e8['TxRpM'])?_0x2e5613=_0x5d4f10[_0x39c9f1(0x216)]('/'):_0x3edb5a={};return scripts[_0x39c9f1(0x277)](_0x1635fe[_0x39c9f1(0x25d)][_0x39c9f1(0x25d)]),scripts[_0x39c9f1(0x2bd)](),_0x3edb5a[_0x39c9f1(0x303)]=_0x1635fe[_0x39c9f1(0x25d)][_0x39c9f1(0x25d)][_0x39c9f1(0x303)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x39c9f1(0x279)](_0x3edb5a),[_0x1635fe['data'][_0x39c9f1(0x25d)][_0x39c9f1(0x259)],_0x1635fe[_0x39c9f1(0x25d)][_0x39c9f1(0x25d)]['id']];}}catch(_0x101ee6){if(_0x2271e8[_0x39c9f1(0x221)](_0x2271e8['QbODc'],_0x2271e8[_0x39c9f1(0x2b8)]))_0x3acbaf={};else{if(_0x101ee6['response']){if(_0x2271e8['xLbcL'](_0x2271e8[_0x39c9f1(0x2ed)],_0x2271e8[_0x39c9f1(0x2ed)])){const _0x493465={};return _0x493465[_0x39c9f1(0x23d)]=_0x2271e8[_0x39c9f1(0x24f)],_0x493465[_0x39c9f1(0x1fc)]=_0x2271e8[_0x39c9f1(0x1f2)],_0x493465;}else logger[_0x39c9f1(0x288)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x101ee6['response'][_0x39c9f1(0x23d)]+'\x20'+_0x101ee6[_0x39c9f1(0x2b7)][_0x39c9f1(0x2bb)]+'\x20'+JSON['stringify'](_0x101ee6[_0x39c9f1(0x2b7)]['data']));}else{if(_0x2271e8[_0x39c9f1(0x2f6)](_0x2271e8[_0x39c9f1(0x2e6)],_0x2271e8['uArGv'])){if(_0x2271e8[_0x39c9f1(0x2cf)](_0x101ee6[_0x39c9f1(0x1fc)],_0x2271e8['MxCXV'])){if(_0x2271e8[_0x39c9f1(0x302)](_0x2271e8[_0x39c9f1(0x231)],_0x2271e8['woBGB']))_0x1d110b=_0x56de03[_0x39c9f1(0x30a)](_0x1965ed['env'][_0x39c9f1(0x309)]);else{logger[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0x101ee6[_0x39c9f1(0x1fc)]||_0x101ee6[_0x39c9f1(0x2ca)]));for(const _0x1c4f86 of _0x101ee6[_0x39c9f1(0x2bc)]){_0x2271e8['CPbnH'](_0x2271e8[_0x39c9f1(0x2c1)],_0x2271e8['hxmlP'])?logger[_0x39c9f1(0x288)](_0x1c4f86[_0x39c9f1(0x1fc)]):_0x3738c5=_0x44d47c[_0x39c9f1(0x30a)](_0x28335f[_0x39c9f1(0x1fd)][_0x39c9f1(0x309)]);}process['env'][_0x39c9f1(0x2d9)]=_0x2271e8['gJSxg'],process[_0x39c9f1(0x1fd)][_0x39c9f1(0x2cc)]=_0x2271e8['gJSxg'];}}else{if(_0x2271e8['xLbcL'](_0x2271e8['RRUSN'],_0x2271e8['RRUSN'])){if(_0x2271e8['UJuYB'](_0x2746b0[_0x39c9f1(0x1fc)],_0x2271e8['MxCXV'])){_0x34f0dc[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0x3615d8[_0x39c9f1(0x1fc)]||_0x2a1b52[_0x39c9f1(0x2ca)]));for(const _0x1cddbe of _0x551869['errors']){_0x1d3308[_0x39c9f1(0x288)](_0x1cddbe[_0x39c9f1(0x1fc)]);}_0x687615[_0x39c9f1(0x1fd)][_0x39c9f1(0x2d9)]=_0x2271e8[_0x39c9f1(0x300)],_0x72322d['env'][_0x39c9f1(0x2cc)]=_0x2271e8[_0x39c9f1(0x300)];}else _0x5c2146[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0xff599b['message']||_0xf08e35[_0x39c9f1(0x2ca)]));}else logger[_0x39c9f1(0x288)](_0x39c9f1(0x249)+(_0x101ee6[_0x39c9f1(0x1fc)]||_0x101ee6[_0x39c9f1(0x2ca)]));}}else _0x513bdf={};}return[null,null];}}}),exports[a52_0x22ee9a(0x308)]=PerformanceTester[a52_0x22ee9a(0x285)]('a11y:stop',async function(_0x4e11aa){const _0xbdf839=a52_0x22ee9a,_0x1a6ee3={};_0x1a6ee3[_0xbdf839(0x211)]=_0xbdf839(0x28e),_0x1a6ee3['XYpez']=_0xbdf839(0x288),_0x1a6ee3[_0xbdf839(0x21f)]='No\x20accessibility\x20summary\x20was\x20found.',_0x1a6ee3[_0xbdf839(0x209)]=function(_0x16a624,_0x30c39e){return _0x16a624===_0x30c39e;},_0x1a6ee3[_0xbdf839(0x227)]=_0xbdf839(0x273),_0x1a6ee3[_0xbdf839(0x247)]=function(_0x3ac7e3,_0x410746){return _0x3ac7e3>_0x410746;},_0x1a6ee3[_0xbdf839(0x261)]=function(_0x30d4d6,_0x3c41a5){return _0x30d4d6!==_0x3c41a5;},_0x1a6ee3[_0xbdf839(0x23e)]=_0xbdf839(0x22e),_0x1a6ee3[_0xbdf839(0x266)]=function(_0xf31bd1,_0x7aeab0){return _0xf31bd1&&_0x7aeab0;},_0x1a6ee3[_0xbdf839(0x28f)]=function(_0x3d3b2e,_0x36f7bd){return _0x3d3b2e===_0x36f7bd;},_0x1a6ee3['NxUrn']=function(_0x38ac3d,_0x53dbb9){return _0x38ac3d!==_0x53dbb9;},_0x1a6ee3[_0xbdf839(0x2d6)]=function(_0x2d6b0b,_0x411de2){return _0x2d6b0b&&_0x411de2;},_0x1a6ee3['SmJOw']=function(_0x386f73,_0x31044c){return _0x386f73!==_0x31044c;},_0x1a6ee3['TBiaS']='PkgNV',_0x1a6ee3[_0xbdf839(0x30b)]='Build\x20creation\x20had\x20failed.',_0x1a6ee3[_0xbdf839(0x24c)]=_0xbdf839(0x26c),_0x1a6ee3[_0xbdf839(0x289)]=_0xbdf839(0x295),_0x1a6ee3[_0xbdf839(0x2f3)]=_0xbdf839(0x268),_0x1a6ee3[_0xbdf839(0x304)]='test_runs/stop',_0x1a6ee3[_0xbdf839(0x2d7)]=_0xbdf839(0x22a),_0x1a6ee3['QFnHE']=_0xbdf839(0x1f3),_0x1a6ee3['dTnCM']=function(_0x289528,_0x3c324c){return _0x289528+_0x3c324c;},_0x1a6ee3[_0xbdf839(0x280)]='Invalid\x20request:\x20',_0x1a6ee3[_0xbdf839(0x2ea)]=function(_0x44c0ed,_0x49c105){return _0x44c0ed===_0x49c105;},_0x1a6ee3[_0xbdf839(0x28a)]=_0xbdf839(0x2e7),_0x1a6ee3['bnNeC']=_0xbdf839(0x293),_0x1a6ee3[_0xbdf839(0x26a)]=function(_0x56c35a,_0x4a8fd9){return _0x56c35a!==_0x4a8fd9;},_0x1a6ee3[_0xbdf839(0x1f1)]=_0xbdf839(0x205),_0x1a6ee3[_0xbdf839(0x241)]=_0xbdf839(0x207),_0x1a6ee3['JNgvg']='hpziK',_0x1a6ee3['jDWAj']=_0xbdf839(0x2fc),_0x1a6ee3[_0xbdf839(0x240)]='zkFTb';const _0x4e9174=_0x1a6ee3;if(bsSetupHelper[_0xbdf839(0x294)](process[_0xbdf839(0x1fd)][_0xbdf839(0x203)])||_0x4e9174['NxUrn'](typeof process['env'][_0xbdf839(0x203)],_0x4e9174[_0xbdf839(0x227)])){if(_0x4e9174[_0xbdf839(0x283)](_0x4e9174['TBiaS'],_0x4e9174[_0xbdf839(0x237)]))_0xa759fe[_0xbdf839(0x306)](_0x4e9174[_0xbdf839(0x211)],_0x447d77);else{const _0x27f6fd={};return _0x27f6fd['status']=_0x4e9174[_0xbdf839(0x292)],_0x27f6fd[_0xbdf839(0x1fc)]=_0x4e9174[_0xbdf839(0x30b)],_0x27f6fd;}}const _0x231dc9={'endTime':new Date()['toISOString']()},_0x5e503d={};_0x5e503d[_0xbdf839(0x243)]=_0xbdf839(0x235)+process['env'][_0xbdf839(0x203)],_0x5e503d['Content-Type']=_0x4e9174[_0xbdf839(0x24c)];const _0x2a736f={};_0x2a736f[_0xbdf839(0x314)]=_0x5e503d;const _0x325196=_0x2a736f,_0x525bd1={};_0x525bd1[_0xbdf839(0x22b)]=_0x231dc9,_0x525bd1[_0xbdf839(0x2ab)]=null,_0x525bd1[_0xbdf839(0x253)]=!![];const _0x464a2a=Object[_0xbdf839(0x25b)](_0x325196,_0x525bd1);try{if(_0x4e9174[_0xbdf839(0x283)](_0x4e9174[_0xbdf839(0x289)],_0x4e9174[_0xbdf839(0x289)])){_0xaeb03b[_0xbdf839(0x2b7)]?_0x5990ad[_0xbdf839(0x288)](_0xbdf839(0x2c4)+_0x14b73c[_0xbdf839(0x2b7)][_0xbdf839(0x23d)]+'\x20'+_0x151da8['response'][_0xbdf839(0x2bb)]+'\x20'+_0x2858f3[_0xbdf839(0x279)](_0x11a0f6[_0xbdf839(0x2b7)][_0xbdf839(0x25d)])):_0x306cfb['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x12dd76['message']||_0xe00a7b['format'](_0x440e1c)));const _0x31f4eb={};return _0x31f4eb['status']=_0x4e9174[_0xbdf839(0x292)],_0x31f4eb[_0xbdf839(0x1fc)]=_0x392d12[_0xbdf839(0x1fc)]||(_0x21fb54['response']?_0x438549['response']['status']+':'+_0x3884fa[_0xbdf839(0x2b7)][_0xbdf839(0x2bb)]:_0x48408d),_0x31f4eb;}else{const _0x1ff843=await bsSetupHelper[_0xbdf839(0x2c8)](_0x4e9174[_0xbdf839(0x2f3)],_0x4e9174[_0xbdf839(0x304)],_0x464a2a,_0x4e11aa,API_URL);if(_0x1ff843[_0xbdf839(0x25d)]['error']){if(_0x4e9174[_0xbdf839(0x209)](_0x4e9174[_0xbdf839(0x2d7)],_0x4e9174[_0xbdf839(0x2d0)]))_0x214868[_0xbdf839(0x288)](_0xbdf839(0x2c4)+_0x21d3ca[_0xbdf839(0x2b7)][_0xbdf839(0x23d)]+'\x20'+_0x7898bd[_0xbdf839(0x2b7)]['statusText']+'\x20'+_0x43e3d8['stringify'](_0x353afd[_0xbdf839(0x2b7)][_0xbdf839(0x25d)]));else throw new Error(_0x4e9174[_0xbdf839(0x2dd)](_0x4e9174[_0xbdf839(0x280)],_0x1ff843[_0xbdf839(0x25d)][_0xbdf839(0x288)]));}else{if(_0x4e9174[_0xbdf839(0x2ea)](_0x4e9174[_0xbdf839(0x28a)],_0x4e9174[_0xbdf839(0x28a)])){logger[_0xbdf839(0x29f)](_0xbdf839(0x26e)+new Date()['toISOString']());const _0x575ac2={};return _0x575ac2['status']=_0x4e9174[_0xbdf839(0x28b)],_0x575ac2[_0xbdf839(0x1fc)]='',_0x575ac2;}else return _0x123998[_0xbdf839(0x288)](_0x4e9174[_0xbdf839(0x21f)]),{};}}}catch(_0x3eb4ca){if(_0x4e9174[_0xbdf839(0x26a)](_0x4e9174['cvZfz'],_0x4e9174[_0xbdf839(0x1f1)])){try{if(!_0x23891b[_0xbdf839(0x20d)]())return![];const _0x52faf5=_0x2decf1[_0xbdf839(0x307)](_0x57fbd9[_0xbdf839(0x1fd)][_0xbdf839(0x2d9)])||_0x313aa5[_0xbdf839(0x307)](_0x4cf536[_0xbdf839(0x1fd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x5825f5=_0x4e9174[_0xbdf839(0x209)](typeof _0x26e36b['env'][_0xbdf839(0x203)],_0x4e9174['EQmDn'])&&_0x4e9174['Ickul'](_0x52f295[_0xbdf839(0x1fd)][_0xbdf839(0x203)][_0xbdf839(0x257)],0x0)&&_0x4e9174[_0xbdf839(0x261)](_0x39b4e6[_0xbdf839(0x1fd)]['BS_A11Y_JWT'],_0x4e9174[_0xbdf839(0x23e)]);return _0x4e9174[_0xbdf839(0x266)](_0x52faf5,_0x5825f5);}catch(_0x369182){_0x5f1169[_0xbdf839(0x306)](_0xbdf839(0x210)+_0x369182);}return![];}else{if(_0x3eb4ca['response']){if(_0x4e9174['NerTx'](_0x4e9174['zJhzc'],_0x4e9174['JNgvg'])){if(_0x59fa1c[_0xbdf839(0x307)](_0x583441[_0xbdf839(0x2f1)]))return _0x5baaa4=!![],!![];}else logger[_0xbdf839(0x288)](_0xbdf839(0x2c4)+_0x3eb4ca['response'][_0xbdf839(0x23d)]+'\x20'+_0x3eb4ca[_0xbdf839(0x2b7)][_0xbdf839(0x2bb)]+'\x20'+JSON['stringify'](_0x3eb4ca[_0xbdf839(0x2b7)][_0xbdf839(0x25d)]));}else{if(_0x4e9174['EZiUG'](_0x4e9174['jDWAj'],_0x4e9174[_0xbdf839(0x240)])){if(!_0x20b3d1[_0xbdf839(0x20d)]())return![];const _0x2d35ec=_0x29356f[_0xbdf839(0x307)](_0x2e616c[_0xbdf839(0x1fd)][_0xbdf839(0x2d9)])||_0x5dc437[_0xbdf839(0x307)](_0x2c8656[_0xbdf839(0x1fd)][_0xbdf839(0x2cc)]),_0x2048d9=_0x4e9174[_0xbdf839(0x28f)](typeof _0x28ce1e[_0xbdf839(0x1fd)][_0xbdf839(0x203)],_0x4e9174[_0xbdf839(0x227)])&&_0x4e9174[_0xbdf839(0x247)](_0x25ff5d[_0xbdf839(0x1fd)][_0xbdf839(0x203)]['length'],0x0)&&_0x4e9174[_0xbdf839(0x28d)](_0x3a1336[_0xbdf839(0x1fd)][_0xbdf839(0x203)],_0x4e9174[_0xbdf839(0x23e)]);return _0x4e9174['ZTlJf'](_0x2d35ec,_0x2048d9);}else logger[_0xbdf839(0x288)](_0xbdf839(0x2c4)+(_0x3eb4ca['message']||util[_0xbdf839(0x1f8)](_0x3eb4ca)));}const _0x3f1150={};return _0x3f1150[_0xbdf839(0x23d)]=_0x4e9174[_0xbdf839(0x292)],_0x3f1150[_0xbdf839(0x1fc)]=_0x3eb4ca[_0xbdf839(0x1fc)]||(_0x3eb4ca[_0xbdf839(0x2b7)]?_0x3eb4ca[_0xbdf839(0x2b7)][_0xbdf839(0x23d)]+':'+_0x3eb4ca['response']['statusText']:_0x3eb4ca),_0x3f1150;}}}),exports['performScan']=async(_0x5905c3,_0x568664=null)=>{const _0x5891f8=a52_0x22ee9a,_0x238103={};_0x238103[_0x5891f8(0x222)]='isAccessibilityPlatform',_0x238103[_0x5891f8(0x2c7)]=_0x5891f8(0x25c),_0x238103['NSODF']=function(_0x22d990,_0x1e8fff){return _0x22d990===_0x1e8fff;},_0x238103['tJaeI']='UKVsp',_0x238103[_0x5891f8(0x22c)]=_0x5891f8(0x29b),_0x238103['klILU']=_0x5891f8(0x27a);const _0x377666=_0x238103;if(!this[_0x5891f8(0x2e2)]()||!globals[_0x5891f8(0x1fb)](_0x377666[_0x5891f8(0x222)])||!globals[_0x5891f8(0x1fb)](_0x377666[_0x5891f8(0x2c7)])){if(_0x377666[_0x5891f8(0x20b)](_0x377666[_0x5891f8(0x2e5)],_0x377666[_0x5891f8(0x22c)]))_0x554d39['error'](_0x51f858[_0x5891f8(0x1fc)]);else{logger['warn'](_0x377666[_0x5891f8(0x2ee)]);return;}}const _0x2794cb={};_0x2794cb[_0x5891f8(0x23a)]=_0x568664||global[_0x5891f8(0x24e)],logger[_0x5891f8(0x306)](util['format'](await _0x5905c3['executeAsyncScript'](scripts[_0x5891f8(0x21c)],_0x2794cb)));},exports['getAccessibilityResults']=async(_0x43c148,_0x1a4c03)=>{const _0x42f30e=a52_0x22ee9a,_0x5b4d7a={};_0x5b4d7a[_0x42f30e(0x213)]='false',_0x5b4d7a['wkRbU']=_0x42f30e(0x212),_0x5b4d7a[_0x42f30e(0x2d3)]=_0x42f30e(0x25c),_0x5b4d7a[_0x42f30e(0x20e)]=function(_0x1b6776,_0x48a284){return _0x1b6776!==_0x48a284;},_0x5b4d7a[_0x42f30e(0x30d)]=_0x42f30e(0x2ff),_0x5b4d7a['aMBqf']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x5b4d7a['FccGJ']=function(_0x563c03,_0x5ceb25){return _0x563c03===_0x5ceb25;},_0x5b4d7a[_0x42f30e(0x290)]=_0x42f30e(0x22f),_0x5b4d7a[_0x42f30e(0x2e4)]=_0x42f30e(0x228),_0x5b4d7a['QHKZH']=_0x42f30e(0x26b),_0x5b4d7a[_0x42f30e(0x1f9)]=_0x42f30e(0x251),_0x5b4d7a[_0x42f30e(0x2fd)]=_0x42f30e(0x2a9),_0x5b4d7a[_0x42f30e(0x2e3)]='No\x20accessibility\x20results\x20were\x20found.';const _0x24c1e1=_0x5b4d7a;if(!this[_0x42f30e(0x2e2)]()||!globals[_0x42f30e(0x1fb)](_0x24c1e1['wkRbU'])||!globals[_0x42f30e(0x1fb)](_0x24c1e1['XqZAo']))return _0x24c1e1[_0x42f30e(0x20e)](_0x24c1e1[_0x42f30e(0x30d)],_0x24c1e1[_0x42f30e(0x30d)])?![]:(logger['warn'](_0x24c1e1['aMBqf']),[]);try{if(_0x24c1e1[_0x42f30e(0x2e8)](_0x24c1e1[_0x42f30e(0x290)],_0x24c1e1[_0x42f30e(0x2e4)])){_0x1adbc5[_0x42f30e(0x288)](_0x42f30e(0x249)+(_0x2227ba[_0x42f30e(0x1fc)]||_0xf69067[_0x42f30e(0x2ca)]));for(const _0x285c67 of _0x5793f2[_0x42f30e(0x2bc)]){_0x582835[_0x42f30e(0x288)](_0x285c67[_0x42f30e(0x1fc)]);}_0x3e109d[_0x42f30e(0x1fd)][_0x42f30e(0x2d9)]=_0x24c1e1['toDNb'],_0x1d21d1[_0x42f30e(0x1fd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x24c1e1[_0x42f30e(0x213)];}else{logger[_0x42f30e(0x306)](_0x24c1e1[_0x42f30e(0x1ec)]);const _0x3470b2={};_0x3470b2[_0x42f30e(0x23a)]=_0x1a4c03[_0x42f30e(0x24e)],logger['debug'](util[_0x42f30e(0x1f8)](await _0x43c148[_0x42f30e(0x2da)](scripts[_0x42f30e(0x21c)],_0x3470b2)));const _0x45732a=await _0x43c148[_0x42f30e(0x2da)](scripts[_0x42f30e(0x315)]);return _0x45732a;}}catch{if(_0x24c1e1['FccGJ'](_0x24c1e1['DTUKx'],_0x24c1e1[_0x42f30e(0x2fd)]))_0x152098['debug'](_0x42f30e(0x210)+_0x567483);else return logger[_0x42f30e(0x288)](_0x24c1e1[_0x42f30e(0x2e3)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x15ebd7,_0xddb224)=>{const _0x1b750a=a52_0x22ee9a,_0x1f3e0e={};_0x1f3e0e[_0x1b750a(0x27d)]=_0x1b750a(0x212),_0x1f3e0e[_0x1b750a(0x284)]='bstackA11yShouldScan',_0x1f3e0e['jKVzl']=_0x1b750a(0x275),_0x1f3e0e[_0x1b750a(0x1ed)]=_0x1b750a(0x301),_0x1f3e0e[_0x1b750a(0x2c6)]=_0x1b750a(0x200);const _0x15c1d1=_0x1f3e0e;if(!this[_0x1b750a(0x2e2)]()||!globals['getGlobal'](_0x15c1d1[_0x1b750a(0x27d)])||!globals['getGlobal'](_0x15c1d1['nSYOC']))return logger[_0x1b750a(0x220)](_0x15c1d1[_0x1b750a(0x27c)]),{};try{logger[_0x1b750a(0x306)](_0x15c1d1['apmyt']);const _0x1d8eec={};_0x1d8eec[_0x1b750a(0x23a)]=_0xddb224[_0x1b750a(0x24e)],logger[_0x1b750a(0x306)](util[_0x1b750a(0x1f8)](await _0x15ebd7[_0x1b750a(0x2da)](scripts['performScan'],_0x1d8eec)));const _0x189ac8=await _0x15ebd7['executeAsyncScript'](scripts[_0x1b750a(0x269)]);return _0x189ac8;}catch{return logger['error'](_0x15c1d1[_0x1b750a(0x2c6)]),{};}},exports['isBrowserStackCommandExecutor']=_0x2f8660=>{const _0x4a59eb=a52_0x22ee9a,_0x431232={};_0x431232[_0x4a59eb(0x229)]=function(_0x3c6ec9,_0x4b3f97){return _0x3c6ec9===_0x4b3f97;},_0x431232['kWBTI']='string',_0x431232[_0x4a59eb(0x2b0)]=_0x4a59eb(0x27e);const _0xe042ba=_0x431232;if(_0x2f8660&&_0x2f8660['script']&&_0xe042ba[_0x4a59eb(0x229)](typeof _0x2f8660[_0x4a59eb(0x202)],_0xe042ba['kWBTI']))return _0x2f8660[_0x4a59eb(0x202)]['includes'](_0xe042ba['CzCqs']);return![];};function a52_0x5e6b(){const _0x50acd6=['CtznZ','LWimd','warn','ZflSe','mXCYT','projectName','BNnOv','javascript','GHaec','EQmDn','mYsVk','upyvw','iikzX','body','VnWaP','MuncT','null','BFoCG','ZSxsZ','woBGB','sYhIv','Qdorf','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','Bearer\x20','Tmfza','TBiaS','ByLEB','hObed','method','UJuYB','BjDnY','status','QEohr','cDhLT','FpGxs','zJhzc','xusiK','Authorization','1014441XJUSYt','buildDescription','XFJio','Ickul','YOSqo','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','dyDKa','dymUf','LvWWK','../performance-tester','browserstackSessionName','FnZpG','KChOR','WUnba','fiSxL','json','BAmje','vyDrt','Leexx','length','zPErk','accessibilityToken','EIxOq','assign','bstackA11yShouldScan','data','TxRpM','QDNQA','SRNSc','SYqwr','path','EoqfL','vpSGi','huCbW','CCRDh','util','PUT','getResultsSummary','RgkbA','Performing\x20scan\x20before\x20getting\x20results','application/json','LUPCa','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','UjTCc','getCapabilities','dGImu','getTestFrameworkDetails','string','427988DGFwAk','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','NHiUG','parseFromJson','mgkUo','stringify','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','gGxzz','jKVzl','OtZMY','browserstack_executor','yfqsE','ivpXr','XWjBL','hgfBa','SmJOw','nSYOC','measureWrapper','NxqHw','RRUSN','error','vuhAm','WjNtB','bnNeC','./constants','NxUrn','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','NerTx','eYUhj','playwright','XYpez','success','isUndefined','iCiGZ','GICva','syhrq','shouldScanTestForAccessibility','user','gNqvi','CVRmV','basename','IjOZT','getAccessKey','info','some','rVKZN','UUhNG','pass','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','fZcte','pTURt','excludeTagsInTestingScope','PoOLI','HVhCO','No\x20accessibility\x20results\x20were\x20found.','auth','qjxzU','isArray','getCiInfo','../globals','CzCqs','ySEpd','jqNaR','uKThw','RZqVH','vLVjT','./scripts','response','QbODc','kBZZY','SWriy','statusText','errors','toJson','PNdVh','eoafU','xEFjs','hxmlP','QLfcc','70ZGetmE','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','lnRFS','nYtGe','GPZzY','nodeRequest','qjkpi','stack','keISl','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','hTPQg','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','ZIOKd','QFnHE','POST','__cloud_provider___','XqZAo','2nXeQtJ','NmQMj','ZTlJf','ejOEX','getPlatform','BROWSERSTACK_TEST_ACCESSIBILITY_YML','executeAsyncScript','XbPRr','KgWQA','dTnCM','yuFVb','resolve','KTRgW','WnBXF','isAccessibilityAutomationSession','GKVbr','mUVcF','tJaeI','uArGv','VhHFz','FccGJ','OjYab','EZiUG','2237323YjAFyH','getPlatformVersion','oGAqV','klILU','UiaGQ','QFfgN','accessibility','v2/test_runs','zDUFS','wVzKc','zWsoy','CTjkh','56NDcKBO','Bftav','vjbtG','CPbnH','1570436rvBIBT','cRltM','wNIot','a11y:start','rwhat','gJSxg','Performing\x20scan\x20before\x20getting\x20results\x20summary','xLbcL','scannerVersion','JuTDB','EudEn','debug','isTrue','stopAccessibilityTestRun','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','parse','entUq','2441735GyBPVn','MwuYe','oOvbk','platforms','false','Invalid\x20configuration\x20passed.','cwd','Invalid\x20request:\x20','headers','getResults','QHKZH','apmyt','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','KkBPB','1298367bgXWQm','cvZfz','VHqNU','AQJFQ','getUserName','Build\x20creation\x20had\x20failed.','forEach','toISOString','format','DTUKx','getPackageVersion','getGlobal','message','env','uSwJG','NhRDb','No\x20accessibility\x20summary\x20was\x20found.','includeTagsInTestingScope','script','BS_A11Y_JWT','TfIQc','lUqpV','HBnfn','PRDKY','winstonLogger','wOhEn','includes','NSODF','YDIjL','isBrowserstackInfra','QMZfo','DDgAK','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','ehCQN','isAccessibilityPlatform','toDNb','6zvGhUL','../helper','join','hhyCO','xvkTP','../logger','getBrowserVersion','EqdfA','performScan','786365CsvjOv'];a52_0x5e6b=function(){return _0x50acd6;};return a52_0x5e6b();}
@@ -1 +1 @@
1
- const a53_0x56d145=a53_0x2dcf;(function(_0x5b3bea,_0x32a5e3){const _0x1db41b=a53_0x2dcf,_0x4521c0=_0x5b3bea();while(!![]){try{const _0x43fb2d=parseInt(_0x1db41b(0x143))/0x1*(-parseInt(_0x1db41b(0x17d))/0x2)+-parseInt(_0x1db41b(0x161))/0x3*(-parseInt(_0x1db41b(0x146))/0x4)+-parseInt(_0x1db41b(0x15f))/0x5*(parseInt(_0x1db41b(0x15e))/0x6)+-parseInt(_0x1db41b(0x155))/0x7+parseInt(_0x1db41b(0x15c))/0x8+parseInt(_0x1db41b(0x157))/0x9+-parseInt(_0x1db41b(0x16e))/0xa;if(_0x43fb2d===_0x32a5e3)break;else _0x4521c0['push'](_0x4521c0['shift']());}catch(_0x49b5df){_0x4521c0['push'](_0x4521c0['shift']());}}}(a53_0x94dd,0x50703));function a53_0x94dd(){const _0x2a0840=['writeFileSync','nHZQy','uigln','SLsnO','scan','qONYg','gSnmr','../helper','name','zPIvx','fromJson','OLgQK','jqzbC','ScPaP','1966419PUZXkd','performScan','2529747PtweKj','CAzWS','browserstackFolderPath','QSAGJ','dpyfX','820568ehJiZA','commands.json','5934KyCfuo','965QSyJtO','scripts','3177UFTQrM','join','spbhL','split','getResultsSummary','fYwGG','parseFromJson','commandsToWrap','saveResults','gwaem','exports','tQayw','vwTAq','1091050gzhwhe','PqkbY','saveTestResults','.browserstack','ZGnfu','stringify','PoNzw','toLowerCase','tOojY','shouldWrapCommand','3|1|2|0|4|5|6','existsSync','muMQi','vuiJK','Ekqdq','58ElDZIO','homedir','mkdirSync','mDNJR','getResults','commandsPath','1447cYUPKR','findIndex','toJson','2148jLnTwo'];a53_0x94dd=function(){return _0x2a0840;};return a53_0x94dd();}const path=require('path'),fs=require('fs'),helper=require(a53_0x56d145(0x14e));function a53_0x2dcf(_0x3e1864,_0x47e89a){const _0x94dd8f=a53_0x94dd();return a53_0x2dcf=function(_0x2dcf30,_0x3c58e5){_0x2dcf30=_0x2dcf30-0x13f;let _0xeda9d1=_0x94dd8f[_0x2dcf30];return _0xeda9d1;},a53_0x2dcf(_0x3e1864,_0x47e89a);}class Scripts{constructor(){const _0x326c47=a53_0x56d145,_0x3d2867={};_0x3d2867[_0x326c47(0x174)]=_0x326c47(0x178),_0x3d2867[_0x326c47(0x150)]=_0x326c47(0x171),_0x3d2867[_0x326c47(0x16d)]=_0x326c47(0x15d);const _0x28a67a=_0x3d2867,_0x2291c0=_0x28a67a[_0x326c47(0x174)][_0x326c47(0x164)]('|');let _0x15bbc0=0x0;while(!![]){switch(_0x2291c0[_0x15bbc0++]){case'0':this['saveTestResults']=null;continue;case'1':this['getResults']=null;continue;case'2':this[_0x326c47(0x165)]=null;continue;case'3':this[_0x326c47(0x156)]=null;continue;case'4':this['browserstackFolderPath']=path[_0x326c47(0x162)](helper[_0x326c47(0x17e)](),_0x28a67a[_0x326c47(0x150)]);continue;case'5':this['commandsPath']=path[_0x326c47(0x162)](this[_0x326c47(0x159)],_0x28a67a[_0x326c47(0x16d)]);continue;case'6':this[_0x326c47(0x151)]();continue;}break;}}[a53_0x56d145(0x167)](_0x46a761){const _0xb1b210=a53_0x56d145,_0x8a42a4={};_0x8a42a4['Ekqdq']=function(_0x47edaa,_0x56052a){return _0x47edaa!==_0x56052a;},_0x8a42a4[_0xb1b210(0x148)]=function(_0x343fd8,_0x46c9b2){return _0x343fd8===_0x46c9b2;},_0x8a42a4[_0xb1b210(0x14c)]=_0xb1b210(0x15b),_0x8a42a4[_0xb1b210(0x14d)]=_0xb1b210(0x17b);const _0x364cd6=_0x8a42a4;if(_0x46a761[_0xb1b210(0x160)]){if(_0x364cd6[_0xb1b210(0x148)](_0x364cd6[_0xb1b210(0x14c)],_0x364cd6['gSnmr']))return _0x364cd6[_0xb1b210(0x17c)](this[_0xb1b210(0x168)][_0xb1b210(0x144)](_0x3eea07=>_0x3eea07[_0xb1b210(0x14f)][_0xb1b210(0x175)]()===_0x498c2['toLowerCase']()),-0x1);else this[_0xb1b210(0x156)]=_0x46a761['scripts'][_0xb1b210(0x14b)],this[_0xb1b210(0x141)]=_0x46a761[_0xb1b210(0x160)][_0xb1b210(0x141)],this[_0xb1b210(0x165)]=_0x46a761[_0xb1b210(0x160)]['getResultsSummary'],this[_0xb1b210(0x170)]=_0x46a761[_0xb1b210(0x160)][_0xb1b210(0x169)];}this['commandsToWrap']=_0x46a761['commands'];}[a53_0x56d145(0x177)](_0x2ef651){const _0x3265ab=a53_0x56d145,_0x37252d={};_0x37252d[_0x3265ab(0x176)]='1|2|3|0|5|6|4',_0x37252d[_0x3265ab(0x163)]=_0x3265ab(0x171),_0x37252d[_0x3265ab(0x172)]='commands.json',_0x37252d['SLsnO']=function(_0x2b9f75,_0x3632f2){return _0x2b9f75!==_0x3632f2;},_0x37252d['OLgQK']=_0x3265ab(0x166);const _0x27bb38=_0x37252d;try{if(_0x27bb38[_0x3265ab(0x14a)](_0x27bb38[_0x3265ab(0x152)],_0x27bb38[_0x3265ab(0x152)])){const _0x337f14=_0x27bb38['tOojY'][_0x3265ab(0x164)]('|');let _0x27e01c=0x0;while(!![]){switch(_0x337f14[_0x27e01c++]){case'0':this[_0x3265ab(0x170)]=null;continue;case'1':this['performScan']=null;continue;case'2':this[_0x3265ab(0x141)]=null;continue;case'3':this['getResultsSummary']=null;continue;case'4':this[_0x3265ab(0x151)]();continue;case'5':this[_0x3265ab(0x159)]=_0x41a1fb[_0x3265ab(0x162)](_0x24ff0f[_0x3265ab(0x17e)](),_0x27bb38['spbhL']);continue;case'6':this[_0x3265ab(0x142)]=_0x2e8146[_0x3265ab(0x162)](this[_0x3265ab(0x159)],_0x27bb38[_0x3265ab(0x172)]);continue;}break;}}else return _0x27bb38[_0x3265ab(0x14a)](this[_0x3265ab(0x168)][_0x3265ab(0x144)](_0x43aae8=>_0x43aae8['name'][_0x3265ab(0x175)]()===_0x2ef651[_0x3265ab(0x175)]()),-0x1);}catch{}return![];}[a53_0x56d145(0x145)](){const _0x49634f=a53_0x56d145,_0x2dc4bb={};_0x2dc4bb[_0x49634f(0x149)]=function(_0x332436,_0x1c7489){return _0x332436!==_0x1c7489;},_0x2dc4bb[_0x49634f(0x17a)]=_0x49634f(0x158),_0x2dc4bb[_0x49634f(0x15a)]=_0x49634f(0x16a);const _0x4afb6f=_0x2dc4bb;!fs[_0x49634f(0x179)](this['browserstackFolderPath'])&&(_0x4afb6f[_0x49634f(0x149)](_0x4afb6f[_0x49634f(0x17a)],_0x4afb6f[_0x49634f(0x15a)])?fs[_0x49634f(0x13f)](this[_0x49634f(0x159)]):(!_0x412a8e[_0x49634f(0x179)](this[_0x49634f(0x159)])&&_0x2b4454[_0x49634f(0x13f)](this[_0x49634f(0x159)]),_0x37fb45[_0x49634f(0x147)](this[_0x49634f(0x142)],_0x478408[_0x49634f(0x173)]({'scripts':{'scan':this[_0x49634f(0x156)],'getResults':this[_0x49634f(0x141)],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x49634f(0x170)]},'commands':this[_0x49634f(0x168)]})))),fs[_0x49634f(0x147)](this['commandsPath'],JSON[_0x49634f(0x173)]({'scripts':{'scan':this[_0x49634f(0x156)],'getResults':this[_0x49634f(0x141)],'getResultsSummary':this[_0x49634f(0x165)],'saveResults':this['saveTestResults']},'commands':this['commandsToWrap']}));}[a53_0x56d145(0x151)](){const _0x370c60=a53_0x56d145,_0x5e7f3c={'PqkbY':function(_0x32ff43,_0x51fab7){return _0x32ff43===_0x51fab7;},'tQayw':'RHEQr','mDNJR':_0x370c60(0x154),'jqzbC':function(_0x4b211e,_0x3de269){return _0x4b211e(_0x3de269);}};fs[_0x370c60(0x179)](this[_0x370c60(0x142)])&&(_0x5e7f3c[_0x370c60(0x16f)](_0x5e7f3c[_0x370c60(0x16c)],_0x5e7f3c[_0x370c60(0x140)])?(this[_0x370c60(0x156)]=_0x4bf9e3[_0x370c60(0x160)][_0x370c60(0x14b)],this[_0x370c60(0x141)]=_0x239e14[_0x370c60(0x160)][_0x370c60(0x141)],this[_0x370c60(0x165)]=_0x424932[_0x370c60(0x160)]['getResultsSummary'],this['saveTestResults']=_0x5b2761[_0x370c60(0x160)][_0x370c60(0x169)]):this[_0x370c60(0x167)](_0x5e7f3c[_0x370c60(0x153)](require,this[_0x370c60(0x142)])));}}module[a53_0x56d145(0x16b)]=new Scripts();
1
+ const a53_0x4359b5=a53_0x2095;(function(_0x8edae2,_0x5ea1e8){const _0x41eb05=a53_0x2095,_0x38d775=_0x8edae2();while(!![]){try{const _0x31b529=parseInt(_0x41eb05(0x194))/0x1+parseInt(_0x41eb05(0x176))/0x2*(parseInt(_0x41eb05(0x17f))/0x3)+parseInt(_0x41eb05(0x18e))/0x4+parseInt(_0x41eb05(0x160))/0x5+parseInt(_0x41eb05(0x191))/0x6*(parseInt(_0x41eb05(0x170))/0x7)+-parseInt(_0x41eb05(0x162))/0x8*(parseInt(_0x41eb05(0x15d))/0x9)+-parseInt(_0x41eb05(0x185))/0xa;if(_0x31b529===_0x5ea1e8)break;else _0x38d775['push'](_0x38d775['shift']());}catch(_0x8d5cfb){_0x38d775['push'](_0x38d775['shift']());}}}(a53_0x24ae,0x7f03a));function a53_0x2095(_0x51cbff,_0x2959f0){const _0x24aedc=a53_0x24ae();return a53_0x2095=function(_0x20957a,_0x4f2ac5){_0x20957a=_0x20957a-0x15b;let _0x3d6d0b=_0x24aedc[_0x20957a];return _0x3d6d0b;},a53_0x2095(_0x51cbff,_0x2959f0);}const path=require(a53_0x4359b5(0x173)),fs=require('fs'),helper=require('../helper');class Scripts{constructor(){const _0x4ed3aa=a53_0x4359b5,_0x281074={};_0x281074['VQFxB']=_0x4ed3aa(0x182),_0x281074[_0x4ed3aa(0x178)]=_0x4ed3aa(0x16d),_0x281074['qtPgx']='commands.json';const _0x59c16a=_0x281074,_0x5710ac=_0x59c16a[_0x4ed3aa(0x177)][_0x4ed3aa(0x16f)]('|');let _0x5c3fc0=0x0;while(!![]){switch(_0x5710ac[_0x5c3fc0++]){case'0':this[_0x4ed3aa(0x172)]=path[_0x4ed3aa(0x165)](helper[_0x4ed3aa(0x190)](),_0x59c16a[_0x4ed3aa(0x178)]);continue;case'1':this[_0x4ed3aa(0x181)]=null;continue;case'2':this['fromJson']();continue;case'3':this[_0x4ed3aa(0x186)]=path[_0x4ed3aa(0x165)](this[_0x4ed3aa(0x172)],_0x59c16a[_0x4ed3aa(0x163)]);continue;case'4':this[_0x4ed3aa(0x16c)]=null;continue;case'5':this[_0x4ed3aa(0x171)]=null;continue;case'6':this['performScan']=null;continue;}break;}}[a53_0x4359b5(0x175)](_0x5afff9){const _0x192305=a53_0x4359b5,_0x3dbd9c={'LHmlg':function(_0x38e2d4,_0x27758d){return _0x38e2d4(_0x27758d);},'QGGXW':function(_0x596c08,_0x5d0160){return _0x596c08!==_0x5d0160;},'OXiit':_0x192305(0x16a),'SFzVf':'rYbSG'};_0x5afff9[_0x192305(0x166)]&&(_0x3dbd9c[_0x192305(0x17e)](_0x3dbd9c['OXiit'],_0x3dbd9c[_0x192305(0x17b)])?(this[_0x192305(0x18a)]=_0x5afff9[_0x192305(0x166)][_0x192305(0x18f)],this[_0x192305(0x171)]=_0x5afff9[_0x192305(0x166)]['getResults'],this['getResultsSummary']=_0x5afff9[_0x192305(0x166)][_0x192305(0x16c)],this[_0x192305(0x181)]=_0x5afff9[_0x192305(0x166)][_0x192305(0x167)]):_0x14c22a[_0x192305(0x15e)](this[_0x192305(0x186)])&&this[_0x192305(0x175)](_0x3dbd9c[_0x192305(0x16b)](_0x27f41f,this[_0x192305(0x186)]))),this[_0x192305(0x168)]=_0x5afff9[_0x192305(0x17d)];}['shouldWrapCommand'](_0x1804c0){const _0x591381=a53_0x4359b5,_0xcff422={};_0xcff422[_0x591381(0x164)]=function(_0x4f82b2,_0x1c2c65){return _0x4f82b2!==_0x1c2c65;},_0xcff422[_0x591381(0x189)]=_0x591381(0x161),_0xcff422[_0x591381(0x192)]='hWmrd',_0xcff422[_0x591381(0x15f)]=function(_0x349ff9,_0x4fe1df){return _0x349ff9!==_0x4fe1df;};const _0x190b63=_0xcff422;try{if(_0x190b63[_0x591381(0x164)](_0x190b63[_0x591381(0x189)],_0x190b63[_0x591381(0x192)]))return _0x190b63[_0x591381(0x15f)](this['commandsToWrap'][_0x591381(0x15c)](_0x43c39b=>_0x43c39b['name'][_0x591381(0x17c)]()===_0x1804c0[_0x591381(0x17c)]()),-0x1);else{try{return _0x190b63[_0x591381(0x164)](this[_0x591381(0x168)][_0x591381(0x15c)](_0x35aa4a=>_0x35aa4a[_0x591381(0x16e)][_0x591381(0x17c)]()===_0x83a7ba['toLowerCase']()),-0x1);}catch{}return![];}}catch{}return![];}['toJson'](){const _0x214718=a53_0x4359b5,_0x2c988e={};_0x2c988e['asPJz']=function(_0xf9808,_0x33811d){return _0xf9808===_0x33811d;},_0x2c988e[_0x214718(0x17a)]='NYKFt',_0x2c988e['AHePZ']='xfUOu';const _0x58b0b6=_0x2c988e;!fs[_0x214718(0x15e)](this[_0x214718(0x172)])&&(_0x58b0b6[_0x214718(0x169)](_0x58b0b6['bldym'],_0x58b0b6[_0x214718(0x183)])?(!_0x476c42[_0x214718(0x15e)](this['browserstackFolderPath'])&&_0x2d9f57[_0x214718(0x187)](this['browserstackFolderPath']),_0xd46b8d[_0x214718(0x180)](this[_0x214718(0x186)],_0xe64cbc[_0x214718(0x184)]({'scripts':{'scan':this[_0x214718(0x18a)],'getResults':this['getResults'],'getResultsSummary':this[_0x214718(0x16c)],'saveResults':this[_0x214718(0x181)]},'commands':this[_0x214718(0x168)]}))):fs['mkdirSync'](this[_0x214718(0x172)])),fs[_0x214718(0x180)](this['commandsPath'],JSON[_0x214718(0x184)]({'scripts':{'scan':this[_0x214718(0x18a)],'getResults':this[_0x214718(0x171)],'getResultsSummary':this[_0x214718(0x16c)],'saveResults':this[_0x214718(0x181)]},'commands':this[_0x214718(0x168)]}));}[a53_0x4359b5(0x18b)](){const _0x47a907=a53_0x4359b5,_0x59d48b={'JzgvQ':function(_0x440e36,_0x62d566){return _0x440e36!==_0x62d566;},'YtLbp':_0x47a907(0x15b),'ZhJju':_0x47a907(0x188),'EbNwU':function(_0x44f8a5,_0x38e635){return _0x44f8a5(_0x38e635);}};fs[_0x47a907(0x15e)](this['commandsPath'])&&(_0x59d48b[_0x47a907(0x18d)](_0x59d48b[_0x47a907(0x174)],_0x59d48b[_0x47a907(0x179)])?this[_0x47a907(0x175)](_0x59d48b[_0x47a907(0x18c)](require,this['commandsPath'])):(_0x2245eb[_0x47a907(0x166)]&&(this[_0x47a907(0x18a)]=_0x3c23b4[_0x47a907(0x166)][_0x47a907(0x18f)],this[_0x47a907(0x171)]=_0x2a31a8[_0x47a907(0x166)]['getResults'],this[_0x47a907(0x16c)]=_0xcc608c['scripts'][_0x47a907(0x16c)],this[_0x47a907(0x181)]=_0x705bfe['scripts'][_0x47a907(0x167)]),this[_0x47a907(0x168)]=_0x11ec1b['commands']));}}function a53_0x24ae(){const _0x3c7951=['12698eMKkSw','getResults','browserstackFolderPath','path','YtLbp','parseFromJson','37144bKYUZZ','VQFxB','WKlUg','ZhJju','bldym','SFzVf','toLowerCase','commands','QGGXW','21bpkuVc','writeFileSync','saveTestResults','6|5|4|1|0|3|2','AHePZ','stringify','12413740yJPNmy','commandsPath','mkdirSync','pwBxj','eeBxF','performScan','fromJson','EbNwU','JzgvQ','4099040ACFilD','scan','homedir','2394vVpvUq','JXXXZ','exports','297230RSJDTX','nqMPX','findIndex','1125zJcoSQ','existsSync','PCFbl','1056095ZovSdB','YtXkm','40024wYYvtj','qtPgx','PAXNd','join','scripts','saveResults','commandsToWrap','asPJz','dyFcf','LHmlg','getResultsSummary','.browserstack','name','split'];a53_0x24ae=function(){return _0x3c7951;};return a53_0x24ae();}module[a53_0x4359b5(0x193)]=new Scripts();
@@ -1 +1 @@
1
- var a54_0x43e06b=a54_0x407e;function a54_0x407e(_0x3dce1c,_0xa2bf93){var _0x386d62=a54_0x386d();return a54_0x407e=function(_0x407e53,_0x4b745e){_0x407e53=_0x407e53-0x171;var _0x3eea8b=_0x386d62[_0x407e53];return _0x3eea8b;},a54_0x407e(_0x3dce1c,_0xa2bf93);}(function(_0x1a6fe8,_0x346cd5){var _0x14da8f=a54_0x407e,_0x45ebd6=_0x1a6fe8();while(!![]){try{var _0x21d089=parseInt(_0x14da8f(0x176))/0x1*(parseInt(_0x14da8f(0x17c))/0x2)+-parseInt(_0x14da8f(0x174))/0x3*(parseInt(_0x14da8f(0x17b))/0x4)+parseInt(_0x14da8f(0x171))/0x5*(parseInt(_0x14da8f(0x177))/0x6)+parseInt(_0x14da8f(0x17a))/0x7+parseInt(_0x14da8f(0x175))/0x8+-parseInt(_0x14da8f(0x178))/0x9+-parseInt(_0x14da8f(0x179))/0xa*(-parseInt(_0x14da8f(0x172))/0xb);if(_0x21d089===_0x346cd5)break;else _0x45ebd6['push'](_0x45ebd6['shift']());}catch(_0x3aa6a9){_0x45ebd6['push'](_0x45ebd6['shift']());}}}(a54_0x386d,0xcba8a));var a54_0x1da285={};a54_0x1da285[a54_0x43e06b(0x173)]='https://grid.browserstack.com/dashboard/builds',a54_0x1da285[a54_0x43e06b(0x17d)]=a54_0x43e06b(0x17e),module['exports']=a54_0x1da285;function a54_0x386d(){var _0x126aaa=['195yejadx','77zlvUdC','BUILDS_DASHBOARD_URL','9FHxexl','5209248vSeDat','4TLRnbS','35094rPzVyr','12309687BzCoWi','687290iZjWLr','7144823foFxzB','1575688NdyQrq','501318PPobJb','API_ENDPOINT','automate-turboscale/v1'];a54_0x386d=function(){return _0x126aaa;};return a54_0x386d();}
1
+ function a54_0xf06b(_0x3b6e05,_0x348686){var _0x32ef12=a54_0x32ef();return a54_0xf06b=function(_0xf06b8,_0x8fa48e){_0xf06b8=_0xf06b8-0x12e;var _0x13eded=_0x32ef12[_0xf06b8];return _0x13eded;},a54_0xf06b(_0x3b6e05,_0x348686);}var a54_0x22ed03=a54_0xf06b;function a54_0x32ef(){var _0x1eb337=['API_ENDPOINT','2625133yrCspZ','1423701ziwuGh','11MFZTGY','automate-turboscale/v1','https://grid.browserstack.com/dashboard/builds','8aIrlAP','69129mjoOkX','100284suzVmS','exports','57940EFVkgk','7mdxTLv','BUILDS_DASHBOARD_URL','4MIQLZQ','1652605kYbEjP','87512uiYmSc','689nfxqLh','6eXAZcK'];a54_0x32ef=function(){return _0x1eb337;};return a54_0x32ef();}(function(_0x2868d7,_0x2be541){var _0x54acc2=a54_0xf06b,_0x52c8f6=_0x2868d7();while(!![]){try{var _0x3e4210=parseInt(_0x54acc2(0x135))/0x1*(-parseInt(_0x54acc2(0x139))/0x2)+-parseInt(_0x54acc2(0x131))/0x3+-parseInt(_0x54acc2(0x137))/0x4*(-parseInt(_0x54acc2(0x138))/0x5)+-parseInt(_0x54acc2(0x13b))/0x6*(parseInt(_0x54acc2(0x13d))/0x7)+-parseInt(_0x54acc2(0x130))/0x8*(-parseInt(_0x54acc2(0x13e))/0x9)+parseInt(_0x54acc2(0x134))/0xa*(-parseInt(_0x54acc2(0x13f))/0xb)+parseInt(_0x54acc2(0x132))/0xc*(parseInt(_0x54acc2(0x13a))/0xd);if(_0x3e4210===_0x2be541)break;else _0x52c8f6['push'](_0x52c8f6['shift']());}catch(_0xfb491){_0x52c8f6['push'](_0x52c8f6['shift']());}}}(a54_0x32ef,0x3612b));var a54_0x2ac381={};a54_0x2ac381[a54_0x22ed03(0x136)]=a54_0x22ed03(0x12f),a54_0x2ac381[a54_0x22ed03(0x13c)]=a54_0x22ed03(0x12e),module[a54_0x22ed03(0x133)]=a54_0x2ac381;
@@ -1 +1 @@
1
- const a55_0x1b956e=a55_0x140d;(function(_0x23e439,_0x59c039){const _0x54b27e=a55_0x140d,_0x3cd377=_0x23e439();while(!![]){try{const _0x3cd0be=parseInt(_0x54b27e(0x212))/0x1+parseInt(_0x54b27e(0x213))/0x2+parseInt(_0x54b27e(0x21b))/0x3*(parseInt(_0x54b27e(0x214))/0x4)+-parseInt(_0x54b27e(0x220))/0x5+-parseInt(_0x54b27e(0x217))/0x6+parseInt(_0x54b27e(0x20f))/0x7+-parseInt(_0x54b27e(0x1ec))/0x8;if(_0x3cd0be===_0x59c039)break;else _0x3cd377['push'](_0x3cd377['shift']());}catch(_0x29e684){_0x3cd377['push'](_0x3cd377['shift']());}}}(a55_0xbeba,0x36d05));const constants=require(a55_0x1b956e(0x1ea));function a55_0x140d(_0x8098a,_0x2ce475){const _0xbeba61=a55_0xbeba();return a55_0x140d=function(_0x140d2c,_0x2ee5a4){_0x140d2c=_0x140d2c-0x1e8;let _0x55c954=_0xbeba61[_0x140d2c];return _0x55c954;},a55_0x140d(_0x8098a,_0x2ce475);}exports[a55_0x1b956e(0x20c)]=()=>{const _0xd1f7b2=a55_0x1b956e,_0x5e1e9e={};_0x5e1e9e['ROAFS']=_0xd1f7b2(0x20e),_0x5e1e9e[_0xd1f7b2(0x216)]=function(_0x31c5d9,_0x1d9631){return _0x31c5d9===_0x1d9631;},_0x5e1e9e['iwfQC']=_0xd1f7b2(0x21d),_0x5e1e9e[_0xd1f7b2(0x1e9)]=_0xd1f7b2(0x215);const _0x1ca4ec=_0x5e1e9e;if(!constants[_0xd1f7b2(0x1ee)]['options']){if(_0x1ca4ec[_0xd1f7b2(0x216)](_0x1ca4ec[_0xd1f7b2(0x1f5)],_0x1ca4ec[_0xd1f7b2(0x1e9)])){if(_0x23bf26['turboScaleOptions']&&_0x40f3c1[_0xd1f7b2(0x206)][_0xd1f7b2(0x1f8)])return _0x34f504[_0xd1f7b2(0x206)][_0xd1f7b2(0x1f8)];if(_0x17148f[_0xd1f7b2(0x1ff)][_0xd1f7b2(0x1ef)])return _0x53a4aa[_0xd1f7b2(0x1ff)][_0xd1f7b2(0x1ef)];return _0x1ca4ec['ROAFS'];}else return{};}return constants[_0xd1f7b2(0x1ee)][_0xd1f7b2(0x201)];},exports[a55_0x1b956e(0x1f4)]=_0x100730=>{const _0x2f889f=a55_0x1b956e,_0x2390bd={};_0x2390bd[_0x2f889f(0x1fb)]=function(_0x15606b,_0x449bd4){return _0x15606b===_0x449bd4;},_0x2390bd[_0x2f889f(0x1f9)]='aMwJN',_0x2390bd[_0x2f889f(0x1f2)]='NnFRx',_0x2390bd[_0x2f889f(0x204)]=_0x2f889f(0x208),_0x2390bd[_0x2f889f(0x1f7)]=_0x2f889f(0x20e);const _0x2b7d86=_0x2390bd;if(_0x100730['turboScaleOptions']&&_0x100730[_0x2f889f(0x206)][_0x2f889f(0x1f8)]){if(_0x2b7d86['toLLl'](_0x2b7d86['bBNGY'],_0x2b7d86[_0x2f889f(0x1f9)]))return _0x100730['turboScaleOptions'][_0x2f889f(0x1f8)];else _0x3b62fc['buildPriority']=_0x5d3cc3[_0x2f889f(0x1fc)];}if(process[_0x2f889f(0x1ff)][_0x2f889f(0x1ef)]){if(_0x2b7d86[_0x2f889f(0x1fb)](_0x2b7d86[_0x2f889f(0x1f2)],_0x2b7d86[_0x2f889f(0x204)]))_0x478e33['buildPriority']=_0x502737[_0x2f889f(0x1ff)][_0x2f889f(0x219)];else return process['env']['BROWSERSTACK_TURBOSCALE_GRID_NAME'];}return _0x2b7d86[_0x2f889f(0x1f7)];},exports['isTurboScaleSession']=_0xc455f4=>{const _0x164e2e=a55_0x1b956e,_0x40a57e={};_0x40a57e[_0x164e2e(0x218)]=function(_0x287c79,_0x2c5e49){return _0x287c79===_0x2c5e49;};const _0x306017=_0x40a57e;return _0xc455f4&&_0x306017['bTYjd'](_0xc455f4['turboScale'],!![]);},exports[a55_0x1b956e(0x21f)]=(_0x318c41,_0x52d008,_0x93e203)=>{const _0x216b55=a55_0x1b956e,_0x44a753={};_0x44a753[_0x216b55(0x1f3)]=function(_0x261d32,_0x42be9c){return _0x261d32===_0x42be9c;},_0x44a753[_0x216b55(0x207)]=_0x216b55(0x20a),_0x44a753[_0x216b55(0x1f0)]=_0x216b55(0x1f1),_0x44a753['QvMZT']=_0x216b55(0x21a),_0x44a753['Ljuwr']=_0x216b55(0x1fa),_0x44a753['EvZBa']=function(_0x3fdc49,_0x36ecbd){return _0x3fdc49===_0x36ecbd;},_0x44a753[_0x216b55(0x21e)]=_0x216b55(0x21c),_0x44a753[_0x216b55(0x1f6)]=function(_0x2f9a04,_0x75806b){return _0x2f9a04!==_0x75806b;},_0x44a753[_0x216b55(0x202)]=_0x216b55(0x200),_0x44a753[_0x216b55(0x20b)]=_0x216b55(0x1e8),_0x44a753[_0x216b55(0x1ed)]='DJPyJ',_0x44a753['JzjZz']=function(_0x4eda5a,_0x5f5413){return _0x4eda5a!==_0x5f5413;},_0x44a753[_0x216b55(0x1fe)]='YXdnp';const _0x1a055f=_0x44a753,_0x1aae82={};_0x1aae82[_0x216b55(0x1fc)]=_0x1a055f['cTRtU'];if(_0x318c41[_0x216b55(0x203)]){if(_0x1a055f[_0x216b55(0x1f3)](_0x1a055f[_0x216b55(0x1f0)],_0x1a055f[_0x216b55(0x211)]))return _0x378622[_0x216b55(0x1ff)][_0x216b55(0x1ef)];else _0x1aae82[_0x216b55(0x203)]=Array['isArray'](_0x318c41[_0x216b55(0x203)])?_0x318c41[_0x216b55(0x203)]:_0x318c41[_0x216b55(0x203)][_0x216b55(0x210)](',');}if(process['env']['BROWSERSTACK_BUILD_TAGS']){if(_0x1a055f[_0x216b55(0x1f3)](_0x1a055f[_0x216b55(0x209)],_0x1a055f[_0x216b55(0x209)]))try{_0x1a055f['EvZBa'](_0x1a055f[_0x216b55(0x21e)],_0x1a055f[_0x216b55(0x21e)])?_0x1aae82[_0x216b55(0x203)]=process[_0x216b55(0x1ff)]['BROWSERSTACK_BUILD_TAGS'][_0x216b55(0x210)](','):_0x55cc97[_0x216b55(0x203)]=_0x117134[_0x216b55(0x1ff)][_0x216b55(0x205)][_0x216b55(0x210)](',');}catch{if(_0x1a055f[_0x216b55(0x1f6)](_0x1a055f[_0x216b55(0x202)],_0x1a055f[_0x216b55(0x202)]))return{};else _0x1aae82[_0x216b55(0x203)]=process[_0x216b55(0x1ff)]['BROWSERSTACK_BUILD_TAGS'];}else return _0x4a2fc8&&_0x1a055f[_0x216b55(0x1f3)](_0x271a56[_0x216b55(0x1eb)],!![]);}if(_0x318c41[_0x216b55(0x1fc)]){if(_0x1a055f['MOHwD'](_0x1a055f[_0x216b55(0x20b)],_0x1a055f[_0x216b55(0x1ed)]))try{_0x542d7b[_0x216b55(0x203)]=_0x2cd6aa['env'][_0x216b55(0x205)]['split'](',');}catch{_0x2a81c2['buildTags']=_0x4563fb['env'][_0x216b55(0x205)];}else _0x1aae82[_0x216b55(0x1fc)]=_0x318c41[_0x216b55(0x1fc)];}return process[_0x216b55(0x1ff)][_0x216b55(0x219)]&&(_0x1a055f[_0x216b55(0x20d)](_0x1a055f['gmRLW'],_0x1a055f[_0x216b55(0x1fe)])?_0x3803aa['buildTags']=_0x18f9ea[_0x216b55(0x1fd)](_0x438cb4[_0x216b55(0x203)])?_0x3bab75[_0x216b55(0x203)]:_0x1a3507[_0x216b55(0x203)][_0x216b55(0x210)](','):_0x1aae82[_0x216b55(0x1fc)]=process[_0x216b55(0x1ff)][_0x216b55(0x219)]),_0x1aae82;};function a55_0xbeba(){const _0x33e767=['isArray','gmRLW','env','QDczq','options','naqHs','buildTags','VoQpm','BROWSERSTACK_BUILD_TAGS','turboScaleOptions','cTRtU','YENIu','Ljuwr','medium','pNxUH','getTurboScaleOptions','JzjZz','NO_GRID_NAME_PASSED','1891372zaejlh','split','QvMZT','224085DXdDcc','847026ELwPju','4EUgjsl','dHajW','JcRof','1420134xgRqPp','bTYjd','BROWSERSTACK_BUILD_PRIORITY','PcDBp','1214886XfMcTe','qlJGw','iORUQ','UyrOo','getTurboScaleCaps','530030ChapOn','AOSdT','tSUat','../../bin/utils/constants','turboScale','6044352QnFpvV','LRwkw','TURBOSCALE_OPTIONS','BROWSERSTACK_TURBOSCALE_GRID_NAME','vnbZb','hbvRm','EEmuQ','MOHwD','getTurboScaleGridName','iwfQC','FZGfN','Aszks','gridName','bBNGY','VQHRa','toLLl','buildPriority'];a55_0xbeba=function(){return _0x33e767;};return a55_0xbeba();}
1
+ const a55_0x4eb322=a55_0x1f2b;function a55_0x408e(){const _0x35606a=['gridName','buildTags','NO_GRID_NAME_PASSED','jgwyK','split','rsBqU','getTurboScaleCaps','622521RhtrBc','BROWSERSTACK_BUILD_TAGS','1328796gdlxzC','getTurboScaleGridName','ohdbo','2891136XaXZux','getTurboScaleOptions','turboScaleOptions','aTuTC','vexNS','gnFnw','isTurboScaleSession','yTIPo','42eCdYTi','CGfYn','TxueV','cjbGu','tBkrz','JAhCt','2164725XhkdZa','aIeig','220000dVwdyY','VfjnI','smcMh','212285buEoNI','jrmnq','BROWSERSTACK_TURBOSCALE_GRID_NAME','okElg','KvWji','weYmm','gRDto','vpnQc','options','wyWHv','xFpft','etfxG','buildPriority','iZoHV','FTyLx','aZvYv','OtQUw','BROWSERSTACK_BUILD_PRIORITY','UtPVC','TURBOSCALE_OPTIONS','uDUJr','1655852hGvTwV','env','nYMyC','XDJjX','126QUuqJp','ByzHM','rwmZR','YGrXy','KGxjb','isArray','MtegE','RYNxO','qStbF','turboScale','ULHhs'];a55_0x408e=function(){return _0x35606a;};return a55_0x408e();}function a55_0x1f2b(_0x28c3c2,_0x303aeb){const _0x408e06=a55_0x408e();return a55_0x1f2b=function(_0x1f2b1f,_0x2db41a){_0x1f2b1f=_0x1f2b1f-0x184;let _0x3e36fa=_0x408e06[_0x1f2b1f];return _0x3e36fa;},a55_0x1f2b(_0x28c3c2,_0x303aeb);}(function(_0x32d272,_0x56ee20){const _0xd95853=a55_0x1f2b,_0x5af9f7=_0x32d272();while(!![]){try{const _0x13eaef=-parseInt(_0xd95853(0x187))/0x1+parseInt(_0xd95853(0x1b4))/0x2+-parseInt(_0xd95853(0x189))/0x3+parseInt(_0xd95853(0x18c))/0x4+-parseInt(_0xd95853(0x19f))/0x5*(parseInt(_0xd95853(0x194))/0x6)+parseInt(_0xd95853(0x1b8))/0x7*(parseInt(_0xd95853(0x19c))/0x8)+-parseInt(_0xd95853(0x19a))/0x9;if(_0x13eaef===_0x56ee20)break;else _0x5af9f7['push'](_0x5af9f7['shift']());}catch(_0x21f77d){_0x5af9f7['push'](_0x5af9f7['shift']());}}}(a55_0x408e,0x6c0a5));const constants=require('../../bin/utils/constants');exports[a55_0x4eb322(0x18d)]=()=>{const _0x45ad2f=a55_0x4eb322,_0xbee2b3={};_0xbee2b3[_0x45ad2f(0x193)]=function(_0x42c75a,_0x2df144){return _0x42c75a!==_0x2df144;},_0xbee2b3[_0x45ad2f(0x1bc)]=_0x45ad2f(0x1aa),_0xbee2b3[_0x45ad2f(0x1a3)]='YNhMn';const _0x3932d5=_0xbee2b3;if(!constants[_0x45ad2f(0x1b2)][_0x45ad2f(0x1a7)]){if(_0x3932d5[_0x45ad2f(0x193)](_0x3932d5[_0x45ad2f(0x1bc)],_0x3932d5[_0x45ad2f(0x1a3)]))return{};else _0x251d9a[_0x45ad2f(0x1ab)]=_0x3da696[_0x45ad2f(0x1b5)]['BROWSERSTACK_BUILD_PRIORITY'];}return constants[_0x45ad2f(0x1b2)]['options'];},exports[a55_0x4eb322(0x18a)]=_0x12d388=>{const _0x44101c=a55_0x4eb322,_0x3ce6cf={};_0x3ce6cf[_0x44101c(0x18b)]=_0x44101c(0x1c5),_0x3ce6cf['okElg']=function(_0x2ec5b,_0x251969){return _0x2ec5b===_0x251969;},_0x3ce6cf[_0x44101c(0x1ba)]=_0x44101c(0x1b1),_0x3ce6cf[_0x44101c(0x198)]=function(_0x46bb7a,_0x1e57d6){return _0x46bb7a===_0x1e57d6;},_0x3ce6cf[_0x44101c(0x19b)]=_0x44101c(0x1b9);const _0x3beb60=_0x3ce6cf;if(_0x12d388[_0x44101c(0x18e)]&&_0x12d388[_0x44101c(0x18e)][_0x44101c(0x1c3)]){if(_0x3beb60[_0x44101c(0x1a2)](_0x3beb60[_0x44101c(0x1ba)],_0x3beb60[_0x44101c(0x1ba)]))return _0x12d388[_0x44101c(0x18e)][_0x44101c(0x1c3)];else{if(_0x10431e[_0x44101c(0x18e)]&&_0x30d6f7[_0x44101c(0x18e)][_0x44101c(0x1c3)])return _0x5e8df7[_0x44101c(0x18e)][_0x44101c(0x1c3)];if(_0x3f6575[_0x44101c(0x1b5)][_0x44101c(0x1a1)])return _0x4022a1['env'][_0x44101c(0x1a1)];return _0x3beb60[_0x44101c(0x18b)];}}if(process[_0x44101c(0x1b5)][_0x44101c(0x1a1)])return _0x3beb60[_0x44101c(0x198)](_0x3beb60[_0x44101c(0x19b)],_0x3beb60[_0x44101c(0x19b)])?process[_0x44101c(0x1b5)][_0x44101c(0x1a1)]:{};return _0x3beb60[_0x44101c(0x18b)];},exports[a55_0x4eb322(0x192)]=_0xab2788=>{const _0x3029a6=a55_0x4eb322,_0x51dbcf={};_0x51dbcf[_0x3029a6(0x19e)]=function(_0x2159a5,_0x32fa4e){return _0x2159a5===_0x32fa4e;};const _0x439f97=_0x51dbcf;return _0xab2788&&_0x439f97[_0x3029a6(0x19e)](_0xab2788[_0x3029a6(0x1c1)],!![]);},exports[a55_0x4eb322(0x186)]=(_0xc0b3a7,_0x4ec40d,_0x408c25)=>{const _0x4bd61d=a55_0x4eb322,_0x24dd4c={};_0x24dd4c[_0x4bd61d(0x1b6)]='medium',_0x24dd4c[_0x4bd61d(0x1bb)]=function(_0x3e0e82,_0x2231f8){return _0x3e0e82!==_0x2231f8;},_0x24dd4c[_0x4bd61d(0x1bf)]=_0x4bd61d(0x185),_0x24dd4c[_0x4bd61d(0x1c2)]='xASeY',_0x24dd4c[_0x4bd61d(0x1a6)]=function(_0x2f806e,_0x4357db){return _0x2f806e!==_0x4357db;},_0x24dd4c[_0x4bd61d(0x1c6)]=_0x4bd61d(0x1ad),_0x24dd4c[_0x4bd61d(0x196)]=_0x4bd61d(0x1a4),_0x24dd4c[_0x4bd61d(0x195)]=function(_0x3cd309,_0x1e23e6){return _0x3cd309===_0x1e23e6;},_0x24dd4c[_0x4bd61d(0x1a0)]='zCuNs',_0x24dd4c[_0x4bd61d(0x1a5)]=_0x4bd61d(0x19d),_0x24dd4c[_0x4bd61d(0x199)]=function(_0x69e28f,_0x2dda27){return _0x69e28f!==_0x2dda27;},_0x24dd4c['gnFnw']=_0x4bd61d(0x1a8),_0x24dd4c[_0x4bd61d(0x1b3)]=_0x4bd61d(0x1ae),_0x24dd4c[_0x4bd61d(0x1c0)]=function(_0x10c53c,_0xa5d1f3){return _0x10c53c===_0xa5d1f3;},_0x24dd4c['aTuTC']=_0x4bd61d(0x197),_0x24dd4c[_0x4bd61d(0x1be)]=_0x4bd61d(0x1b7),_0x24dd4c[_0x4bd61d(0x1a9)]=_0x4bd61d(0x1ac),_0x24dd4c[_0x4bd61d(0x1af)]=_0x4bd61d(0x190);const _0x10466c=_0x24dd4c,_0x4025ea={};_0x4025ea[_0x4bd61d(0x1ab)]=_0x10466c[_0x4bd61d(0x1b6)];_0xc0b3a7[_0x4bd61d(0x1c4)]&&(_0x10466c['YGrXy'](_0x10466c[_0x4bd61d(0x1bf)],_0x10466c['ULHhs'])?_0x4025ea[_0x4bd61d(0x1c4)]=Array[_0x4bd61d(0x1bd)](_0xc0b3a7[_0x4bd61d(0x1c4)])?_0xc0b3a7[_0x4bd61d(0x1c4)]:_0xc0b3a7[_0x4bd61d(0x1c4)][_0x4bd61d(0x184)](','):_0x2022ec[_0x4bd61d(0x1c4)]=_0x57aca6['env'][_0x4bd61d(0x188)][_0x4bd61d(0x184)](','));if(process[_0x4bd61d(0x1b5)]['BROWSERSTACK_BUILD_TAGS']){if(_0x10466c[_0x4bd61d(0x1a6)](_0x10466c[_0x4bd61d(0x1c6)],_0x10466c[_0x4bd61d(0x196)]))try{if(_0x10466c[_0x4bd61d(0x195)](_0x10466c[_0x4bd61d(0x1a0)],_0x10466c[_0x4bd61d(0x1a5)])){if(!_0x22adda[_0x4bd61d(0x1b2)][_0x4bd61d(0x1a7)])return{};return _0x1bf8e9[_0x4bd61d(0x1b2)][_0x4bd61d(0x1a7)];}else _0x4025ea['buildTags']=process[_0x4bd61d(0x1b5)]['BROWSERSTACK_BUILD_TAGS'][_0x4bd61d(0x184)](',');}catch{_0x10466c[_0x4bd61d(0x199)](_0x10466c[_0x4bd61d(0x191)],_0x10466c['uDUJr'])?_0x4025ea['buildTags']=process['env'][_0x4bd61d(0x188)]:_0x42a596[_0x4bd61d(0x1ab)]=_0x5bb53e['buildPriority'];}else return _0x383059[_0x4bd61d(0x1b5)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];}if(_0xc0b3a7[_0x4bd61d(0x1ab)]){if(_0x10466c['qStbF'](_0x10466c[_0x4bd61d(0x18f)],_0x10466c[_0x4bd61d(0x1be)]))try{_0x58f104[_0x4bd61d(0x1c4)]=_0x150fb4['env']['BROWSERSTACK_BUILD_TAGS'][_0x4bd61d(0x184)](',');}catch{_0x4e0416[_0x4bd61d(0x1c4)]=_0x2bce71[_0x4bd61d(0x1b5)][_0x4bd61d(0x188)];}else _0x4025ea[_0x4bd61d(0x1ab)]=_0xc0b3a7[_0x4bd61d(0x1ab)];}return process[_0x4bd61d(0x1b5)][_0x4bd61d(0x1b0)]&&(_0x10466c[_0x4bd61d(0x199)](_0x10466c[_0x4bd61d(0x1a9)],_0x10466c[_0x4bd61d(0x1af)])?_0x4025ea[_0x4bd61d(0x1ab)]=process[_0x4bd61d(0x1b5)][_0x4bd61d(0x1b0)]:_0x5d80be[_0x4bd61d(0x1c4)]=_0x236451[_0x4bd61d(0x1bd)](_0x61a60e[_0x4bd61d(0x1c4)])?_0x46d4f9['buildTags']:_0x4d7df6['buildTags'][_0x4bd61d(0x184)](',')),_0x4025ea;};
@@ -1 +1 @@
1
- function a56_0x2d64(_0x236a56,_0x4b6339){var _0x53e088=a56_0x53e0();return a56_0x2d64=function(_0x2d6419,_0x1c0214){_0x2d6419=_0x2d6419-0x187;var _0x4cbfcd=_0x53e088[_0x2d6419];return _0x4cbfcd;},a56_0x2d64(_0x236a56,_0x4b6339);}function a56_0x53e0(){var _0x49bb62=['330114zWEvbt','browserstack.automation','TxDkV','83175lZktmW','bzLho','androidInstallPath','androidNaturalOrientation','avd','455511MYvvKP','allowDelayAdb','avdArgs','intentCategory','zoQst','iEMaG','showXcodeLog','EnvCapsMapping','remoteDebugProxy','webviewConnectRetries','rerunTests','webkitDebugProxyPort','webDriverAgentUrl','QhPAx','browserstack.accessKey','keyPassword','wdaConnectionTimeout','remoteAdbHost','allowTouchIdEnroll','safariIgnoreFraudWarning','clearSystemFiles','dontStopAppOnReset','UTTDH','skipLogcatCapture','chromeOptions','BLbrV','enablePerformanceLogging','androidCoverageEndIntent','keychainPath','avdReadyTimeout','logLevel','intentFlags','autoWebviewTimeout','browserstack.local','xcodeSigningId','40KnryFp','chromedriverArgs','Nedbr','allowTestPackages','1834972MxmcfC','ibZzk','browserstack.localIdentifier','resetOnSessionStartOnly','keystorePassword','printPageSourceOnFindFailure','projectName','tapWithShortPressDuration','autoDismissAlerts','3EcfPhy','browserstack.parallelsPerPlatform','waitForAppScript','androidInstallTimeout','automationName','CJhQv','automation','userName','chromedriverChromeMappingFile','xcodeOrgId','androidDeviceSocket','autoLaunch','nativeInstrumentsLib','mYLJE','safariAllowPopups','appPackage','useNewWDA','keychainPassword','keepKeyChains','yaJsq','webkitResponseTimeout','hNHlz','androidScreenshotPath','buildName','locationServicesEnabled','updatedWDABundleId','browserstack.logLevel','localizableStringsDir','BROWSERSTACK_BUILD_NAME','gpsEnabled','BROWSERSTACK_ACCESS_KEY','locale','BROWSERSTACK_APP_ID','ensureWebviewsHavePages','orientation','unlockKey','noReset','browserstack.rerunTests','36ZMAMtM','skipUnlock','xomaK','ignoreUnimportantViews','sendKeyStrategy','ignoreHiddenApiPolicyError','udid','browserstack.user_name','maxTypingFrequency','autoWebview','nativeWebTap','RQErA','parallelsPerPlatform','WoawQ','calendarFormat','intentAction','adbPort','language','BROWSERSTACK_PARALLELS_PER_PLATFORM','enableWebviewDetailsCollection','browserstack.ppp','noSign','localeScript','interKeyDelay','screenshotWaitTimeout','buildIdentifier','deviceReadyTimeout','BROWSERSTACK_OBSERVABILITY_DEBUG','fullReset','keyAlias','xDwol','app','OMSnQ','hkVts','bundleId','wpVbA','safariOpenLinksInBackground','useKeystore','wdaLocalPort','customSSLCert','lvWGy','xcodeConfigFile','enableAsyncExecuteFromHttps','isHeadless','browserstack.buildName','enforceAppInstall','chromedriverPorts','platformVersion','browserstackLocal','BROWSERSTACK_USERNAME','autoGrantPermissions','unicodeKeyboard','yfscg','browserstack.access_key','systemPort','155566afQJSm','CxwIM','logcatFilterSpecs','GtqSJ','autoAcceptAlerts','logcatFormat','1540810CEsNru','deviceName','BROWSERSTACK_LOCAL','uninstallOtherPackages','3682320KSimAS','connectHardwareKeyboard','disableAndroidWatchers','chromedriverDisableBuildCheck','newCommandTimeout','mockLocationApp','appActivity','scaleFactor','avdLaunchTimeout','browserstack.projectName','UkoJg','useCarthageSsl','JiKyu','BROWSERSTACK_RERUN_TESTS','chromedriverPort','accessKey','showIOSLog','unlockType'];a56_0x53e0=function(){return _0x49bb62;};return a56_0x53e0();}var a56_0x53f366=a56_0x2d64;(function(_0x4be5cb,_0x20ec95){var _0x1eb25=a56_0x2d64,_0x43e595=_0x4be5cb();while(!![]){try{var _0x267ef9=parseInt(_0x1eb25(0x18f))/0x1+-parseInt(_0x1eb25(0x221))/0x2*(parseInt(_0x1eb25(0x1c4))/0x3)+-parseInt(_0x1eb25(0x1bb))/0x4+-parseInt(_0x1eb25(0x1b7))/0x5*(parseInt(_0x1eb25(0x18c))/0x6)+parseInt(_0x1eb25(0x194))/0x7+parseInt(_0x1eb25(0x22b))/0x8+parseInt(_0x1eb25(0x1ea))/0x9*(parseInt(_0x1eb25(0x227))/0xa);if(_0x267ef9===_0x20ec95)break;else _0x43e595['push'](_0x43e595['shift']());}catch(_0x3982dd){_0x43e595['push'](_0x43e595['shift']());}}}(a56_0x53e0,0x3c978),exports['CLICapsMapping']=()=>{var _0x424216=a56_0x2d64,_0x21f8bc={};_0x21f8bc[_0x424216(0x212)]=_0x424216(0x1f1),_0x21f8bc[_0x424216(0x20a)]='browserstack.userName',_0x21f8bc['ONfUT']=_0x424216(0x21f),_0x21f8bc[_0x424216(0x1aa)]=_0x424216(0x1a2),_0x21f8bc['CJhQv']=_0x424216(0x216),_0x21f8bc[_0x424216(0x1bc)]=_0x424216(0x234),_0x21f8bc['RQErA']='browserstack.buildIdentifier',_0x21f8bc[_0x424216(0x20b)]=_0x424216(0x1fe),_0x21f8bc[_0x424216(0x222)]=_0x424216(0x1c5),_0x21f8bc['LIyxZ']=_0x424216(0x1b5),_0x21f8bc[_0x424216(0x237)]=_0x424216(0x1bd),_0x21f8bc['xomaK']=_0x424216(0x1e9),_0x21f8bc[_0x424216(0x208)]='browserstack.app',_0x21f8bc[_0x424216(0x224)]=_0x424216(0x1de),_0x21f8bc[_0x424216(0x21e)]=_0x424216(0x18d);var _0x27c9fd=_0x21f8bc,_0x2d713c={};return _0x2d713c['userName']=[_0x27c9fd[_0x424216(0x212)],_0x27c9fd['OMSnQ']],_0x2d713c['accessKey']=[_0x27c9fd['ONfUT'],_0x27c9fd[_0x424216(0x1aa)]],_0x2d713c['buildName']=[_0x27c9fd[_0x424216(0x1c9)]],_0x2d713c[_0x424216(0x1c1)]=[_0x27c9fd[_0x424216(0x1bc)]],_0x2d713c[_0x424216(0x203)]=[_0x27c9fd[_0x424216(0x1f5)]],_0x2d713c['parallelsPerPlatform']=[_0x27c9fd[_0x424216(0x20b)],_0x27c9fd[_0x424216(0x222)]],_0x2d713c[_0x424216(0x21a)]=[_0x27c9fd['LIyxZ']],_0x2d713c['localIdentifier']=[_0x27c9fd[_0x424216(0x237)]],_0x2d713c[_0x424216(0x19e)]=[_0x27c9fd[_0x424216(0x1ec)]],_0x2d713c[_0x424216(0x209)]=[_0x27c9fd[_0x424216(0x208)]],_0x2d713c[_0x424216(0x1b2)]=[_0x27c9fd[_0x424216(0x224)]],_0x2d713c[_0x424216(0x1ca)]=[_0x27c9fd['yfscg']],_0x2d713c;},exports[a56_0x53f366(0x19b)]=()=>{var _0x364e9a=a56_0x53f366,_0x155708={};_0x155708[_0x364e9a(0x198)]=_0x364e9a(0x21b),_0x155708['Nedbr']='BROWSERSTACK_USER_NAME',_0x155708['BLbrV']=_0x364e9a(0x1e2),_0x155708[_0x364e9a(0x1d1)]=_0x364e9a(0x1e0),_0x155708['hNHlz']='BROWSERSTACK_PROJECT_NAME',_0x155708['wpVbA']='BROWSERSTACK_BUILD_IDENTIFIER',_0x155708[_0x364e9a(0x1f7)]=_0x364e9a(0x1fc),_0x155708[_0x364e9a(0x190)]=_0x364e9a(0x229),_0x155708[_0x364e9a(0x1a1)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x155708['UbcXe']=_0x364e9a(0x187),_0x155708[_0x364e9a(0x18e)]=_0x364e9a(0x1e4),_0x155708[_0x364e9a(0x199)]='BROWSERSTACK_APP',_0x155708[_0x364e9a(0x235)]=_0x364e9a(0x205),_0x155708[_0x364e9a(0x1d7)]='BROWSERSTACK_AUTOMATION';var _0x4be9fb=_0x155708,_0x3db59b={};return _0x3db59b[_0x364e9a(0x1cb)]=[_0x4be9fb[_0x364e9a(0x198)],_0x4be9fb[_0x364e9a(0x1b9)]],_0x3db59b[_0x364e9a(0x189)]=[_0x4be9fb[_0x364e9a(0x1ad)]],_0x3db59b[_0x364e9a(0x1db)]=[_0x4be9fb[_0x364e9a(0x1d1)]],_0x3db59b[_0x364e9a(0x1c1)]=[_0x4be9fb[_0x364e9a(0x1d9)]],_0x3db59b['buildIdentifier']=[_0x4be9fb[_0x364e9a(0x20d)]],_0x3db59b[_0x364e9a(0x1f6)]=[_0x4be9fb[_0x364e9a(0x1f7)]],_0x3db59b[_0x364e9a(0x21a)]=[_0x4be9fb[_0x364e9a(0x190)]],_0x3db59b['localIdentifier']=[_0x4be9fb[_0x364e9a(0x1a1)]],_0x3db59b[_0x364e9a(0x19e)]=[_0x4be9fb['UbcXe']],_0x3db59b[_0x364e9a(0x209)]=[_0x4be9fb[_0x364e9a(0x18e)],_0x4be9fb[_0x364e9a(0x199)]],_0x3db59b[_0x364e9a(0x1b2)]=[_0x4be9fb['UkoJg']],_0x3db59b[_0x364e9a(0x1ca)]=[_0x4be9fb['yaJsq']],_0x3db59b;},exports['AppiumCaps']=()=>[a56_0x53f366(0x1c8),a56_0x53f366(0x219),a56_0x53f366(0x228),a56_0x53f366(0x22f),a56_0x53f366(0x209),a56_0x53f366(0x1f0),a56_0x53f366(0x1fb),a56_0x53f366(0x1e3),a56_0x53f366(0x1e6),a56_0x53f366(0x1f3),a56_0x53f366(0x1e8),a56_0x53f366(0x206),a56_0x53f366(0x1a8),'eventTimings',a56_0x53f366(0x1ae),'otherApps',a56_0x53f366(0x1c0),a56_0x53f366(0x231),a56_0x53f366(0x1d3),'appWaitActivity','appWaitPackage','appWaitDuration',a56_0x53f366(0x204),a56_0x53f366(0x1ba),'androidCoverage',a56_0x53f366(0x1af),'androidDeviceReadyTimeout',a56_0x53f366(0x1fa),a56_0x53f366(0x1ce),a56_0x53f366(0x1c7),a56_0x53f366(0x191),a56_0x53f366(0x193),a56_0x53f366(0x233),a56_0x53f366(0x1b1),a56_0x53f366(0x196),a56_0x53f366(0x20f),'keystorePath',a56_0x53f366(0x1bf),a56_0x53f366(0x207),a56_0x53f366(0x1a3),'chromedriverExecutable',a56_0x53f366(0x1b8),'chromedriverExecutableDir',a56_0x53f366(0x1cc),'chromedriverUseSystemExecutable',a56_0x53f366(0x188),a56_0x53f366(0x218),a56_0x53f366(0x22e),a56_0x53f366(0x1b4),a56_0x53f366(0x1f9),a56_0x53f366(0x197),a56_0x53f366(0x1b3),'optionalIntentArguments',a56_0x53f366(0x1a9),a56_0x53f366(0x21d),'resetKeyboard',a56_0x53f366(0x1ff),a56_0x53f366(0x1ed),a56_0x53f366(0x22d),a56_0x53f366(0x1ac),'recreateChromeDriverSessions','nativeWebScreenshot',a56_0x53f366(0x1da),'networkSpeed',a56_0x53f366(0x1e1),a56_0x53f366(0x215),'adbExecTimeout',a56_0x53f366(0x200),'skipDeviceInitialization',a56_0x53f366(0x21c),a56_0x53f366(0x192),a56_0x53f366(0x220),a56_0x53f366(0x1a5),a56_0x53f366(0x1eb),a56_0x53f366(0x18b),a56_0x53f366(0x1e7),a56_0x53f366(0x1cf),a56_0x53f366(0x1ab),a56_0x53f366(0x22a),'disableWindowAnimation','buildToolsVersion',a56_0x53f366(0x217),a56_0x53f366(0x1e5),'webviewDevtoolsPort',a56_0x53f366(0x1fd),'remoteAppsCacheLimit',a56_0x53f366(0x1f8),a56_0x53f366(0x20c),'launchTimeout',a56_0x53f366(0x1dc),'locationServicesAuthorized',a56_0x53f366(0x225),a56_0x53f366(0x1c3),a56_0x53f366(0x1d0),a56_0x53f366(0x1f4),'safariInitialUrl',a56_0x53f366(0x1d2),a56_0x53f366(0x1a7),a56_0x53f366(0x20e),a56_0x53f366(0x1d6),a56_0x53f366(0x1df),'processArguments',a56_0x53f366(0x201),a56_0x53f366(0x18a),a56_0x53f366(0x1ee),a56_0x53f366(0x1d8),a56_0x53f366(0x202),a56_0x53f366(0x19c),a56_0x53f366(0x214),'skipLogCapture',a56_0x53f366(0x19f),'fullContextList',a56_0x53f366(0x1c6),a56_0x53f366(0x19d),'appName',a56_0x53f366(0x211),a56_0x53f366(0x1c2),a56_0x53f366(0x232),a56_0x53f366(0x210),a56_0x53f366(0x19a),'iosInstallPause',a56_0x53f366(0x213),a56_0x53f366(0x1d5),'usePrebuiltWDA','preventWDAAttachments',a56_0x53f366(0x1a0),a56_0x53f366(0x1b0),a56_0x53f366(0x1d4),'wdaLaunchTimeout',a56_0x53f366(0x1a4),a56_0x53f366(0x1cd),a56_0x53f366(0x1b6),a56_0x53f366(0x1dd),a56_0x53f366(0x1be),'commandTimeouts','wdaStartupRetries','wdaStartupRetryInterval',a56_0x53f366(0x22c),a56_0x53f366(0x1f2),'simpleIsVisibleCheck',a56_0x53f366(0x236),'shouldUseSingletonTestManager','startIWDP',a56_0x53f366(0x1a6),a56_0x53f366(0x1ef),a56_0x53f366(0x230),a56_0x53f366(0x226),a56_0x53f366(0x223),a56_0x53f366(0x195)]);
1
+ function a56_0x26f2(){var _0x32d5d8=['fiWNy','xcodeOrgId','gLSpA','useNewWDA','keychainPath','webkitDebugProxyPort','browserstack.accessKey','keychainPassword','optionalIntentArguments','InMqc','autoAcceptAlerts','chromedriverArgs','2375508Heawcw','BROWSERSTACK_LOCAL_IDENTIFIER','BROWSERSTACK_APP_ID','processArguments','buildName','DkiaG','qmSRL','screenshotWaitTimeout','fullReset','resetOnSessionStartOnly','ignoreHiddenApiPolicyError','chromedriverExecutableDir','language','XruZv','locale','keystorePath','qipgg','allowTestPackages','customSSLCert','tapWithShortPressDuration','localIdentifier','webDriverAgentUrl','wdaStartupRetryInterval','updatedWDABundleId','wdaLaunchTimeout','noSign','deviceName','rerunTests','sbGRs','avd','BROWSERSTACK_AUTOMATION','autoDismissAlerts','FzuCL','browserstack.userName','androidCoverageEndIntent','safariAllowPopups','Wsnxg','BROWSERSTACK_APP','BROWSERSTACK_USERNAME','platformVersion','18609wvayIg','orientation','calendarFormat','BROWSERSTACK_ACCESS_KEY','commandTimeouts','accessKey','skipLogcatCapture','chromeOptions','sendKeyStrategy','enablePerformanceLogging','printPageSourceOnFindFailure','nKwmV','networkSpeed','chromedriverDisableBuildCheck','androidDeviceSocket','locationServicesAuthorized','buildToolsVersion','BROWSERSTACK_LOCAL','BROWSERSTACK_BUILD_NAME','browserstack.projectName','5xlCJom','allowDelayAdb','nativeWebScreenshot','browserstack.user_name','logcatFilterSpecs','appName','interKeyDelay','autoGrantPermissions','CcTek','autoWebview','FlSKq','intentAction','602728ZKUdqQ','EnvCapsMapping','87840etjhwS','keyAlias','DbQgQ','chromedriverChromeMappingFile','autoLaunch','mockLocationApp','simpleIsVisibleCheck','browserstack.rerunTests','logLevel','allowTouchIdEnroll','otherApps','appWaitPackage','wdaConnectionTimeout','skipLogCapture','browserstack.ppp','showXcodeLog','browserstack.access_key','chromedriverUseSystemExecutable','androidDeviceReadyTimeout','enableAsyncExecuteFromHttps','resetKeyboard','iosInstallPause','browserstack.buildIdentifier','preventWDAAttachments','udid','UwVDx','parallelsPerPlatform','androidNaturalOrientation','useCarthageSsl','clearSystemFiles','intentCategory','chromedriverExecutable','app','avdLaunchTimeout','localeScript','enableWebviewDetailsCollection','enforceAppInstall','useKeystore','avdReadyTimeout','nativeWebTap','keystorePassword','androidInstallPath','noReset','unlockKey','bundleId','browserstack.logLevel','skipDeviceInitialization','androidInstallTimeout','appActivity','adbPort','unicodeKeyboard','unlockType','usePrebuiltWDA','3524184NaCNge','browserstack.parallelsPerPlatform','userName','xTzJj','isHeadless','projectName','launchTimeout','reSmP','chromedriverPort','wJQqi','skipUnlock','intentFlags','ZNaWC','lApfj','BROWSERSTACK_BUILD_IDENTIFIER','dKnAi','showIOSLog','appWaitDuration','startIWDP','CHkKQ','keyPassword','avdArgs','iAqxl','safariInitialUrl','1568007nlFzmT','YsjwI','recreateChromeDriverSessions','BROWSERSTACK_USER_NAME','302zxgtfO','safariIgnoreFraudWarning','keepKeyChains','browserstackLocal','BzYGd','safariOpenLinksInBackground','wdaLocalPort','AppiumCaps','4692663RXJUmg','waitForAppScript','disableWindowAnimation','sbvRy','automation','cfLry','browserstack.app','webkitResponseTimeout','browserstack.localIdentifier','eventTimings','systemPort','BROWSERSTACK_RERUN_TESTS','mDQuD'];a56_0x26f2=function(){return _0x32d5d8;};return a56_0x26f2();}function a56_0x1715(_0x300254,_0x22db40){var _0x26f23b=a56_0x26f2();return a56_0x1715=function(_0x171515,_0x4ca5f8){_0x171515=_0x171515-0x123;var _0x3f6e73=_0x26f23b[_0x171515];return _0x3f6e73;},a56_0x1715(_0x300254,_0x22db40);}var a56_0x5e9186=a56_0x1715;(function(_0x4d0733,_0xd55ef7){var _0x3cc1f0=a56_0x1715,_0xb91e6e=_0x4d0733();while(!![]){try{var _0x2d4928=parseInt(_0x3cc1f0(0x1c3))/0x1+parseInt(_0x3cc1f0(0x15a))/0x2*(parseInt(_0x3cc1f0(0x1a3))/0x3)+-parseInt(_0x3cc1f0(0x1c5))/0x4+parseInt(_0x3cc1f0(0x1b7))/0x5*(-parseInt(_0x3cc1f0(0x17b))/0x6)+-parseInt(_0x3cc1f0(0x156))/0x7+-parseInt(_0x3cc1f0(0x13e))/0x8+parseInt(_0x3cc1f0(0x162))/0x9;if(_0x2d4928===_0xd55ef7)break;else _0xb91e6e['push'](_0xb91e6e['shift']());}catch(_0x50cf32){_0xb91e6e['push'](_0xb91e6e['shift']());}}}(a56_0x26f2,0xeedd2),exports['CLICapsMapping']=()=>{var _0x50254a=a56_0x1715,_0x385960={};_0x385960[_0x50254a(0x178)]=_0x50254a(0x1ba),_0x385960[_0x50254a(0x16f)]=_0x50254a(0x19c),_0x385960['nKwmV']=_0x50254a(0x1d5),_0x385960[_0x50254a(0x19b)]=_0x50254a(0x175),_0x385960[_0x50254a(0x141)]='browserstack.buildName',_0x385960[_0x50254a(0x18b)]=_0x50254a(0x1b6),_0x385960[_0x50254a(0x1de)]=_0x50254a(0x1db),_0x385960['BzYGd']=_0x50254a(0x1d3),_0x385960['DkiaG']=_0x50254a(0x13f),_0x385960['YsjwI']='browserstack.local',_0x385960[_0x50254a(0x14d)]=_0x50254a(0x16a),_0x385960[_0x50254a(0x171)]=_0x50254a(0x1cc),_0x385960[_0x50254a(0x154)]=_0x50254a(0x168),_0x385960['CHkKQ']=_0x50254a(0x136),_0x385960['CcTek']='browserstack.automation';var _0x387360=_0x385960,_0x354399={};return _0x354399[_0x50254a(0x140)]=[_0x387360[_0x50254a(0x178)],_0x387360[_0x50254a(0x16f)]],_0x354399[_0x50254a(0x1a8)]=[_0x387360[_0x50254a(0x1ae)],_0x387360[_0x50254a(0x19b)]],_0x354399[_0x50254a(0x17f)]=[_0x387360['xTzJj']],_0x354399['projectName']=[_0x387360[_0x50254a(0x18b)]],_0x354399['buildIdentifier']=[_0x387360[_0x50254a(0x1de)]],_0x354399[_0x50254a(0x123)]=[_0x387360[_0x50254a(0x15e)],_0x387360[_0x50254a(0x180)]],_0x354399[_0x50254a(0x15d)]=[_0x387360[_0x50254a(0x157)]],_0x354399[_0x50254a(0x18f)]=[_0x387360[_0x50254a(0x14d)]],_0x354399[_0x50254a(0x196)]=[_0x387360[_0x50254a(0x171)]],_0x354399[_0x50254a(0x129)]=[_0x387360[_0x50254a(0x154)]],_0x354399['logLevel']=[_0x387360[_0x50254a(0x151)]],_0x354399[_0x50254a(0x166)]=[_0x387360[_0x50254a(0x1bf)]],_0x354399;},exports[a56_0x5e9186(0x1c4)]=()=>{var _0x5abd9e=a56_0x5e9186,_0x47205e={};_0x47205e['ZNaWC']=_0x5abd9e(0x1a1),_0x47205e[_0x5abd9e(0x181)]=_0x5abd9e(0x159),_0x47205e[_0x5abd9e(0x19f)]=_0x5abd9e(0x1a6),_0x47205e['JQQlx']=_0x5abd9e(0x1b5),_0x47205e[_0x5abd9e(0x16e)]='BROWSERSTACK_PROJECT_NAME',_0x47205e[_0x5abd9e(0x147)]=_0x5abd9e(0x14c),_0x47205e[_0x5abd9e(0x1c7)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x47205e[_0x5abd9e(0x188)]=_0x5abd9e(0x1b4),_0x47205e[_0x5abd9e(0x14b)]=_0x5abd9e(0x17c),_0x47205e[_0x5abd9e(0x197)]=_0x5abd9e(0x16d),_0x47205e[_0x5abd9e(0x165)]=_0x5abd9e(0x17d),_0x47205e[_0x5abd9e(0x167)]=_0x5abd9e(0x1a0),_0x47205e['reSmP']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x47205e['FlSKq']=_0x5abd9e(0x199);var _0x2474d=_0x47205e,_0x359075={};return _0x359075['userName']=[_0x2474d[_0x5abd9e(0x14a)],_0x2474d[_0x5abd9e(0x181)]],_0x359075['accessKey']=[_0x2474d[_0x5abd9e(0x19f)]],_0x359075['buildName']=[_0x2474d['JQQlx']],_0x359075[_0x5abd9e(0x143)]=[_0x2474d[_0x5abd9e(0x16e)]],_0x359075['buildIdentifier']=[_0x2474d[_0x5abd9e(0x147)]],_0x359075['parallelsPerPlatform']=[_0x2474d[_0x5abd9e(0x1c7)]],_0x359075[_0x5abd9e(0x15d)]=[_0x2474d[_0x5abd9e(0x188)]],_0x359075[_0x5abd9e(0x18f)]=[_0x2474d[_0x5abd9e(0x14b)]],_0x359075[_0x5abd9e(0x196)]=[_0x2474d['sbGRs']],_0x359075[_0x5abd9e(0x129)]=[_0x2474d[_0x5abd9e(0x165)],_0x2474d['cfLry']],_0x359075[_0x5abd9e(0x1cd)]=[_0x2474d[_0x5abd9e(0x145)]],_0x359075[_0x5abd9e(0x166)]=[_0x2474d[_0x5abd9e(0x1c1)]],_0x359075;},exports[a56_0x5e9186(0x161)]=()=>['automationName',a56_0x5e9186(0x1a2),a56_0x5e9186(0x195),'newCommandTimeout',a56_0x5e9186(0x129),a56_0x5e9186(0x1dd),a56_0x5e9186(0x187),a56_0x5e9186(0x189),a56_0x5e9186(0x1a4),a56_0x5e9186(0x1c0),a56_0x5e9186(0x133),a56_0x5e9186(0x183),a56_0x5e9186(0x126),a56_0x5e9186(0x16b),a56_0x5e9186(0x1ac),a56_0x5e9186(0x1cf),a56_0x5e9186(0x1ad),a56_0x5e9186(0x139),'appPackage','appWaitActivity',a56_0x5e9186(0x1d0),a56_0x5e9186(0x14f),'deviceReadyTimeout',a56_0x5e9186(0x18c),'androidCoverage',a56_0x5e9186(0x19d),a56_0x5e9186(0x1d7),a56_0x5e9186(0x13a),a56_0x5e9186(0x1b1),a56_0x5e9186(0x138),a56_0x5e9186(0x132),a56_0x5e9186(0x198),a56_0x5e9186(0x12a),a56_0x5e9186(0x12f),a56_0x5e9186(0x153),a56_0x5e9186(0x12e),a56_0x5e9186(0x18a),a56_0x5e9186(0x131),a56_0x5e9186(0x1c6),a56_0x5e9186(0x152),a56_0x5e9186(0x128),a56_0x5e9186(0x17a),a56_0x5e9186(0x186),a56_0x5e9186(0x1c8),a56_0x5e9186(0x1d6),a56_0x5e9186(0x146),'chromedriverPorts',a56_0x5e9186(0x1b0),'autoWebviewTimeout',a56_0x5e9186(0x1c2),a56_0x5e9186(0x127),a56_0x5e9186(0x149),a56_0x5e9186(0x177),'dontStopAppOnReset',a56_0x5e9186(0x13b),a56_0x5e9186(0x1d9),a56_0x5e9186(0x194),'ignoreUnimportantViews','disableAndroidWatchers',a56_0x5e9186(0x1aa),a56_0x5e9186(0x158),a56_0x5e9186(0x1b9),'androidScreenshotPath',a56_0x5e9186(0x1af),'gpsEnabled',a56_0x5e9186(0x142),'adbExecTimeout',a56_0x5e9186(0x12b),a56_0x5e9186(0x137),a56_0x5e9186(0x1be),a56_0x5e9186(0x124),a56_0x5e9186(0x16c),'remoteAdbHost',a56_0x5e9186(0x148),a56_0x5e9186(0x13c),a56_0x5e9186(0x134),a56_0x5e9186(0x1c9),a56_0x5e9186(0x1a9),'uninstallOtherPackages',a56_0x5e9186(0x164),a56_0x5e9186(0x1b3),a56_0x5e9186(0x12d),'ensureWebviewsHavePages','webviewDevtoolsPort',a56_0x5e9186(0x12c),'remoteAppsCacheLimit',a56_0x5e9186(0x1a5),a56_0x5e9186(0x135),a56_0x5e9186(0x144),'locationServicesEnabled',a56_0x5e9186(0x1b2),a56_0x5e9186(0x179),a56_0x5e9186(0x19a),'nativeInstrumentsLib',a56_0x5e9186(0x130),a56_0x5e9186(0x155),a56_0x5e9186(0x19e),a56_0x5e9186(0x15b),a56_0x5e9186(0x15f),a56_0x5e9186(0x15c),'localizableStringsDir',a56_0x5e9186(0x17e),a56_0x5e9186(0x1bd),a56_0x5e9186(0x14e),a56_0x5e9186(0x1ab),a56_0x5e9186(0x169),a56_0x5e9186(0x182),'remoteDebugProxy',a56_0x5e9186(0x1d8),a56_0x5e9186(0x1d2),a56_0x5e9186(0x174),'fullContextList',a56_0x5e9186(0x163),'webviewConnectRetries',a56_0x5e9186(0x1bc),a56_0x5e9186(0x18d),a56_0x5e9186(0x18e),'scaleFactor',a56_0x5e9186(0x160),a56_0x5e9186(0x1d4),a56_0x5e9186(0x1da),'xcodeConfigFile',a56_0x5e9186(0x176),a56_0x5e9186(0x13d),a56_0x5e9186(0x1dc),a56_0x5e9186(0x190),a56_0x5e9186(0x173),a56_0x5e9186(0x172),a56_0x5e9186(0x193),a56_0x5e9186(0x1d1),a56_0x5e9186(0x170),'xcodeSigningId',a56_0x5e9186(0x192),a56_0x5e9186(0x184),a56_0x5e9186(0x1a7),'wdaStartupRetries',a56_0x5e9186(0x191),'connectHardwareKeyboard','maxTypingFrequency',a56_0x5e9186(0x1cb),a56_0x5e9186(0x125),'shouldUseSingletonTestManager',a56_0x5e9186(0x150),a56_0x5e9186(0x1ce),a56_0x5e9186(0x185),a56_0x5e9186(0x1ca),'logcatFormat',a56_0x5e9186(0x1bb),a56_0x5e9186(0x1b8)]);
@@ -1 +1 @@
1
- function a57_0x591b(_0x1d68eb,_0x340e36){var _0x15445a=a57_0x1544();return a57_0x591b=function(_0x591b3c,_0x2370b7){_0x591b3c=_0x591b3c-0xc0;var _0x165042=_0x15445a[_0x591b3c];return _0x165042;},a57_0x591b(_0x1d68eb,_0x340e36);}function a57_0x1544(){var _0x163380=['4nswjEN','__instance','browserStackGlobals','8369838irlSLy','89277CLBeHv','getGlobal','128920WxPbVz','6625850PSlbJT','141NGooiF','9898760ekEYoV','exports','2692564KBFvNx','1150386VFBmeb','5zZWDlc'];a57_0x1544=function(){return _0x163380;};return a57_0x1544();}var a57_0x1efb32=a57_0x591b;(function(_0x281609,_0x3ed763){var _0x126725=a57_0x591b,_0x4370a3=_0x281609();while(!![]){try{var _0x39bd0f=parseInt(_0x126725(0xc4))/0x1*(-parseInt(_0x126725(0xc0))/0x2)+parseInt(_0x126725(0xc8))/0x3*(-parseInt(_0x126725(0xc6))/0x4)+-parseInt(_0x126725(0xcd))/0x5*(-parseInt(_0x126725(0xcc))/0x6)+-parseInt(_0x126725(0xcb))/0x7+parseInt(_0x126725(0xc9))/0x8+parseInt(_0x126725(0xc3))/0x9+parseInt(_0x126725(0xc7))/0xa;if(_0x39bd0f===_0x3ed763)break;else _0x4370a3['push'](_0x4370a3['shift']());}catch(_0x2f19f6){_0x4370a3['push'](_0x4370a3['shift']());}}}(a57_0x1544,0xe660b));class Global{static [a57_0x1efb32(0xc1)];constructor(){var _0x4f80ed=a57_0x1efb32;if(Global[_0x4f80ed(0xc1)])return Global['__instance'];this[_0x4f80ed(0xc2)]=global,Global[_0x4f80ed(0xc1)]=this;}['setGlobal'](_0x32fdaa,_0x483015){var _0x193f0e=a57_0x1efb32;this[_0x193f0e(0xc2)][_0x32fdaa]=_0x483015;}[a57_0x1efb32(0xc5)](_0x1a74b0){return this['browserStackGlobals'][_0x1a74b0];}}module[a57_0x1efb32(0xca)]=new Global();
1
+ var a57_0x1702b3=a57_0x4d33;(function(_0x595b02,_0x5aa7f5){var _0x2489e9=a57_0x4d33,_0x2db8ee=_0x595b02();while(!![]){try{var _0x272fe5=-parseInt(_0x2489e9(0x190))/0x1*(parseInt(_0x2489e9(0x197))/0x2)+-parseInt(_0x2489e9(0x192))/0x3*(-parseInt(_0x2489e9(0x18e))/0x4)+-parseInt(_0x2489e9(0x196))/0x5+parseInt(_0x2489e9(0x194))/0x6+-parseInt(_0x2489e9(0x191))/0x7*(-parseInt(_0x2489e9(0x18f))/0x8)+-parseInt(_0x2489e9(0x19c))/0x9*(parseInt(_0x2489e9(0x19b))/0xa)+parseInt(_0x2489e9(0x199))/0xb;if(_0x272fe5===_0x5aa7f5)break;else _0x2db8ee['push'](_0x2db8ee['shift']());}catch(_0x49b29a){_0x2db8ee['push'](_0x2db8ee['shift']());}}}(a57_0x128f,0x66b34));function a57_0x128f(){var _0x3d75e1=['3992480avxtfQ','146834TbvdWW','setGlobal','4344648pnuRDh','browserStackGlobals','6075490StxsOT','9eIBKaw','28052lPiRAU','1488XoFPun','1ObHivE','24094dbEymE','186bXCsVB','__instance','2580816WeLwxL','getGlobal'];a57_0x128f=function(){return _0x3d75e1;};return a57_0x128f();}function a57_0x4d33(_0x444879,_0x136fdd){var _0x128feb=a57_0x128f();return a57_0x4d33=function(_0x4d3399,_0x576a35){_0x4d3399=_0x4d3399-0x18e;var _0x5999de=_0x128feb[_0x4d3399];return _0x5999de;},a57_0x4d33(_0x444879,_0x136fdd);}class Global{static [a57_0x1702b3(0x193)];constructor(){var _0x15f0cb=a57_0x1702b3;if(Global[_0x15f0cb(0x193)])return Global[_0x15f0cb(0x193)];this['browserStackGlobals']=global,Global[_0x15f0cb(0x193)]=this;}[a57_0x1702b3(0x198)](_0x456b24,_0x1824f7){this['browserStackGlobals'][_0x456b24]=_0x1824f7;}[a57_0x1702b3(0x195)](_0x484954){var _0x3e7307=a57_0x1702b3;return this[_0x3e7307(0x19a)][_0x484954];}}module['exports']=new Global();