browserstack-node-sdk 1.31.16 → 1.31.17

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 (109) 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/cucumber-js/command.js +1 -1
  39. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  40. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  41. package/src/bin/cucumber-js/test.setup.js +1 -1
  42. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  43. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  44. package/src/bin/jest/command.js +1 -1
  45. package/src/bin/jest/customImplements/customCircus.js +1 -1
  46. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  47. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  48. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  49. package/src/bin/jest/jest.setup.js +1 -1
  50. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  51. package/src/bin/jest/test-observability/helper.js +1 -1
  52. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  53. package/src/bin/jest/test-observability/test-details.js +1 -1
  54. package/src/bin/jest/test_before.setup.js +1 -1
  55. package/src/bin/launcher/launcher.js +1 -1
  56. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  57. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/mocha/command.js +1 -1
  59. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  60. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  61. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  62. package/src/bin/mocha/test.setup.js +1 -1
  63. package/src/bin/nightwatch/command.js +1 -1
  64. package/src/bin/playwright/accessibility-helper.js +1 -1
  65. package/src/bin/playwright/command.js +1 -1
  66. package/src/bin/playwright/globalSetup.js +1 -1
  67. package/src/bin/playwright/mock-process.js +1 -1
  68. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  69. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  70. package/src/bin/playwright/reporter/reporter.js +1 -1
  71. package/src/bin/playwright/reporter/test-details.js +1 -1
  72. package/src/bin/runner.js +1 -1
  73. package/src/bin/setup.js +1 -1
  74. package/src/bin/test-runner/index.js +1 -1
  75. package/src/bin/test-runner/runTest.js +1 -1
  76. package/src/bin/test-runner/testWorker.js +1 -1
  77. package/src/bin/utils/constants.js +1 -1
  78. package/src/bin/utils/log4jsAppender.js +1 -1
  79. package/src/bin/utils/logPatcher.js +1 -1
  80. package/src/bin/utils/logReportingAPI.js +1 -1
  81. package/src/bin/vanilla-js/command.js +1 -1
  82. package/src/browserStackSdk.js +1 -1
  83. package/src/helpers/BrowserStackSetup.js +1 -1
  84. package/src/helpers/accessibility-automation/constants.js +1 -1
  85. package/src/helpers/accessibility-automation/helper.js +1 -1
  86. package/src/helpers/ats/constants.js +1 -1
  87. package/src/helpers/ats/helper.js +1 -1
  88. package/src/helpers/capsMapping.js +1 -1
  89. package/src/helpers/helper.js +1 -1
  90. package/src/helpers/logger.js +1 -1
  91. package/src/helpers/patchHelpers.js +1 -1
  92. package/src/helpers/percy/Percy.js +1 -1
  93. package/src/helpers/percy/PercyBinary.js +1 -1
  94. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  95. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  96. package/src/helpers/percy/PercySDK.js +1 -1
  97. package/src/helpers/percy/index.js +1 -1
  98. package/src/helpers/percy/utils.js +1 -1
  99. package/src/helpers/performance-tester.js +1 -1
  100. package/src/helpers/request-spy.js +1 -1
  101. package/src/helpers/setKeepAlive.js +1 -1
  102. package/src/helpers/test-observability/constants.js +1 -1
  103. package/src/helpers/test-observability/error-handler.js +1 -1
  104. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  105. package/src/helpers/test-observability/sessionHandler.js +1 -1
  106. package/src/helpers/test-observability/utils.js +1 -1
  107. package/src/helpers/w3cMapping.js +1 -1
  108. package/src/hubAllocationMethods.js +1 -1
  109. package/src/index.js +1 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a45_0x33c0f1=a45_0x53b6;(function(_0x1419b2,_0x2b83ad){const _0x3ea5a3=a45_0x53b6,_0x2c8762=_0x1419b2();while(!![]){try{const _0x23e58a=parseInt(_0x3ea5a3(0x208))/0x1+parseInt(_0x3ea5a3(0x1fa))/0x2*(-parseInt(_0x3ea5a3(0x1f2))/0x3)+parseInt(_0x3ea5a3(0x1d6))/0x4+-parseInt(_0x3ea5a3(0x1bd))/0x5+-parseInt(_0x3ea5a3(0x1f0))/0x6+parseInt(_0x3ea5a3(0x1ee))/0x7*(-parseInt(_0x3ea5a3(0x1f9))/0x8)+parseInt(_0x3ea5a3(0x201))/0x9;if(_0x23e58a===_0x2b83ad)break;else _0x2c8762['push'](_0x2c8762['shift']());}catch(_0x1e532f){_0x2c8762['push'](_0x2c8762['shift']());}}}(a45_0x4c03,0x61793));function a45_0x53b6(_0x5a5573,_0x4308a6){const _0x4c0370=a45_0x4c03();return a45_0x53b6=function(_0x53b696,_0x3acd95){_0x53b696=_0x53b696-0x1b6;let _0x493013=_0x4c0370[_0x53b696];return _0x493013;},a45_0x53b6(_0x5a5573,_0x4308a6);}function a45_0x4c03(){const _0x4ce811=['170842dTKfgf','File\x20path\x20is\x20required','4341192KxnsNo','config','546JcgYbd','sdZwO','nCoha','markSDKSetupComplete','GNxfb','cqDBn','sljXo','128nXpNJc','2498QSGAoT','path','YPYUj','../../helpers/logger','file','args','CfANN','11077821cQtkek','../../helpers/BrowserStackSetup','platforms','uHVCo','existsSync','NhwiR','proxySettings','586444JnCMBn','FzbdL','winstonLogger','pRmrf','PhOAC','chbDr','getPlatformName','cwd','nqrKF','ieULE','qqjeJ','qDjJA','Jpyix','703885scJZIH','msiQw','HaUhX','eSZBL','qMxFT','EfsmR','zQISO','modifyBrowserStackCaps','../test-runner','exports','jJgcQ','modifyBrowserStackW3CCaps','NIVUH','File\x20','configuration','DCtjk','rvUfK','UlMZs','rwdLv','forEach','\x20doesn\x27t\x20exist','push','handleApp','finally','OdbyM','256244dHkJdm','tDaFd','GSVZG','length','yNnDV','../utils/constants','kxdCy','BwFjg','initialize','isUndefined','getHubUrl','pSBhl','finalExecution','bauDa','vanilla','Yjpst','qJOOH','lCbEm','eqKdS','gFree','owvSG','miBpo','ZKpva','BzTLQ'];a45_0x4c03=function(){return _0x4ce811;};return a45_0x4c03();}const fs=require('fs'),path=require(a45_0x33c0f1(0x1fb)),logger=require(a45_0x33c0f1(0x1fd))[a45_0x33c0f1(0x20a)],{default:BrowserStackSetup}=require(a45_0x33c0f1(0x202)),helper=require('../../helpers/helper'),constants=require(a45_0x33c0f1(0x1db)),{parallelVanillaRun}=require(a45_0x33c0f1(0x1c5));async function run(_0x15cf95,_0x3b3706){const _0x1e8d6c=a45_0x33c0f1,_0x5c667f={'nqrKF':function(_0x2d44a6,_0x6aa42){return _0x2d44a6(_0x6aa42);},'HaUhX':_0x1e8d6c(0x1e4),'eqKdS':function(_0x10b6e0,_0xb63e9b){return _0x10b6e0(_0xb63e9b);},'BIahp':'Config\x20yml\x20is\x20required','GNxfb':function(_0x52eef5,_0x2d904d){return _0x52eef5===_0x2d904d;},'NhwiR':_0x1e8d6c(0x1f7),'CfANN':_0x1e8d6c(0x1f8),'zQISO':function(_0x240227,_0xbe1905){return _0x240227===_0xbe1905;},'Yjpst':_0x1e8d6c(0x20d),'FzbdL':function(_0x4dae67,_0x586118){return _0x4dae67===_0x586118;},'NIVUH':_0x1e8d6c(0x20c),'IdknJ':_0x1e8d6c(0x1dd),'rvUfK':_0x1e8d6c(0x1ef),'BzTLQ':_0x1e8d6c(0x1c0),'EfsmR':_0x1e8d6c(0x1be),'gFree':_0x1e8d6c(0x1e6),'qqjeJ':function(_0x245789,_0x51cd37){return _0x245789(_0x51cd37);},'jJgcQ':function(_0x30a8a3,_0x5a1414){return _0x30a8a3===_0x5a1414;},'YPYUj':_0x1e8d6c(0x1f4),'ieULE':function(_0x1daa51,_0x573637){return _0x1daa51!==_0x573637;},'lCbEm':_0x1e8d6c(0x20b),'cDyKR':_0x1e8d6c(0x1f3),'miBpo':function(_0x541a76,_0x3610e2){return _0x541a76>_0x3610e2;},'DCvQO':_0x1e8d6c(0x1da),'bauDa':'tnniM','qMxFT':function(_0x562433,_0x4c9194){return _0x562433>_0x4c9194;},'AZtqM':_0x1e8d6c(0x1cf),'pSBhl':_0x1e8d6c(0x1cc),'OdbyM':function(_0x42efda,_0x55be74){return _0x42efda===_0x55be74;},'owvSG':_0x1e8d6c(0x1ce),'GSVZG':'teoXk','Jpyix':function(_0x46cdec,_0x11fe71){return _0x46cdec!==_0x11fe71;},'qDjJA':_0x1e8d6c(0x1d7),'uHVCo':'tTDWv','PgRBi':function(_0x49d780,_0x1e9227){return _0x49d780*_0x1e9227;},'ZKpva':function(_0x4c41d2,_0x21c263,_0x44c292){return _0x4c41d2(_0x21c263,_0x44c292);}},_0x22de79=new BrowserStackSetup(_0x15cf95,_0x5c667f[_0x1e8d6c(0x1bf)]);await _0x22de79[_0x1e8d6c(0x1de)](),await helper[_0x1e8d6c(0x1d3)](_0x22de79[_0x1e8d6c(0x1f1)]);const _0xb5c21b=[];if(helper[_0x1e8d6c(0x1df)](_0x15cf95['_'][0x1])){if(_0x5c667f[_0x1e8d6c(0x1f6)](_0x5c667f[_0x1e8d6c(0x1c2)],_0x5c667f[_0x1e8d6c(0x1e9)]))throw _0x5c667f[_0x1e8d6c(0x1b8)](_0x4bebfd,_0x1e8d6c(0x1ca)+_0x3b27e8['_'][0x1]+_0x1e8d6c(0x1d1));else throw _0x5c667f[_0x1e8d6c(0x1ba)](Error,_0x5c667f['rvUfK']);}const _0x1204a8=path['join'](process[_0x1e8d6c(0x1b7)](),_0x15cf95['_'][0x1]);if(!fs[_0x1e8d6c(0x205)](_0x1204a8)){if(_0x5c667f[_0x1e8d6c(0x1c7)](_0x5c667f[_0x1e8d6c(0x1fc)],_0x5c667f[_0x1e8d6c(0x1fc)]))throw _0x5c667f['eqKdS'](Error,'File\x20'+_0x15cf95['_'][0x1]+_0x1e8d6c(0x1d1));else _0x49472d=_0x3f0790['modifyBrowserStackW3CCaps'](_0x210e67[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],0x0);}if(!_0x22de79[_0x1e8d6c(0x1f1)]){if(_0x5c667f[_0x1e8d6c(0x1b9)](_0x5c667f[_0x1e8d6c(0x1e7)],_0x5c667f['cDyKR']))throw _0x5c667f[_0x1e8d6c(0x1b8)](Error,_0x5c667f['BIahp']);else _0x2c6b8=_0x34c60e[_0x1e8d6c(0x1c4)](_0x2deae2[_0x1e8d6c(0x1f1)],_0x5c667f['HaUhX'],0x0);}const _0x136e35=helper['useW3C'](_0x22de79[_0x1e8d6c(0x1f1)]);if(_0x22de79[_0x1e8d6c(0x1f1)]['platforms']&&_0x5c667f[_0x1e8d6c(0x1eb)](_0x22de79[_0x1e8d6c(0x1f1)][_0x1e8d6c(0x203)][_0x1e8d6c(0x1d9)],0x0)){if(_0x5c667f[_0x1e8d6c(0x1b9)](_0x5c667f['DCvQO'],_0x5c667f[_0x1e8d6c(0x1e3)]))_0x22de79[_0x1e8d6c(0x1f1)][_0x1e8d6c(0x203)][_0x1e8d6c(0x1d0)]((_0x16a55a,_0x2df99c)=>{const _0xec2e0e=_0x1e8d6c,_0x4e5651={'kxdCy':_0x5c667f[_0xec2e0e(0x1bf)],'Laoqz':function(_0xced9da,_0x2cf18a){const _0x590f1e=_0xec2e0e;return _0x5c667f[_0x590f1e(0x1e8)](_0xced9da,_0x2cf18a);},'PNgqA':_0x5c667f['BIahp']};if(_0x5c667f['GNxfb'](_0x5c667f[_0xec2e0e(0x206)],_0x5c667f[_0xec2e0e(0x200)]))_0x38d16d[_0xec2e0e(0x1d2)](_0x415170[_0xec2e0e(0x1c8)](_0x564e92[_0xec2e0e(0x1f1)],_0x4e5651[_0xec2e0e(0x1dc)],_0x38be39));else{if(_0x136e35)_0x5c667f['zQISO'](_0x5c667f[_0xec2e0e(0x1e5)],_0x5c667f[_0xec2e0e(0x1e5)])?_0xb5c21b['push'](helper[_0xec2e0e(0x1c8)](_0x22de79[_0xec2e0e(0x1f1)],_0x5c667f[_0xec2e0e(0x1bf)],_0x2df99c)):_0x3d9e22['forEach']((_0x22b4c7,_0x4639cc)=>{const _0x3e7dca=_0xec2e0e;_0x3e372e={'server':_0x30515c['getHubUrl'](_0x39f359[_0x3e7dca(0x1f1)]),'proxySettings':_0x5f45e6[_0x3e7dca(0x1f1)][_0x3e7dca(0x207)],'platform':_0x563e05[_0x3e7dca(0x1b6)](_0x22b4c7),'platformCaps':_0x34b7ca['config'][_0x3e7dca(0x203)][_0x4639cc]};const _0x2f74ba={'capability':_0x22b4c7,..._0x47573f};_0x2f74ba[_0x3e7dca(0x1fe)]=_0x35913e,_0x2f74ba[_0x3e7dca(0x1ff)]=_0x1fdba6;const _0x335e6c={};_0x335e6c[_0x3e7dca(0x1cb)]=_0x2f74ba,_0x476e5e=_0x335e6c,_0x5ea0de[_0x3e7dca(0x1d2)](_0x3cad2f);});else{if(_0x5c667f[_0xec2e0e(0x209)](_0x5c667f[_0xec2e0e(0x1c9)],_0x5c667f['IdknJ']))throw _0x4e5651['Laoqz'](_0xa74463,_0x4e5651['PNgqA']);else _0xb5c21b[_0xec2e0e(0x1d2)](helper[_0xec2e0e(0x1c4)](_0x22de79[_0xec2e0e(0x1f1)],_0x5c667f[_0xec2e0e(0x1bf)],_0x2df99c));}}});else throw _0x5c667f[_0x1e8d6c(0x1e8)](_0x57b707,_0x5c667f[_0x1e8d6c(0x1cd)]);}let _0x252593,_0x2a687d;const _0x48b017=[];if(_0x5c667f[_0x1e8d6c(0x1c1)](_0xb5c21b[_0x1e8d6c(0x1d9)],0x0))_0x5c667f[_0x1e8d6c(0x1b9)](_0x5c667f['AZtqM'],_0x5c667f[_0x1e8d6c(0x1e1)])?_0xb5c21b[_0x1e8d6c(0x1d0)]((_0x4ec1fa,_0x566e05)=>{const _0x55d39f=_0x1e8d6c;if(_0x5c667f['zQISO'](_0x5c667f[_0x55d39f(0x1ed)],_0x5c667f[_0x55d39f(0x1ed)])){_0x252593={'server':helper[_0x55d39f(0x1e0)](_0x22de79[_0x55d39f(0x1f1)]),'proxySettings':_0x22de79[_0x55d39f(0x1f1)][_0x55d39f(0x207)],'platform':helper[_0x55d39f(0x1b6)](_0x4ec1fa),'platformCaps':_0x22de79[_0x55d39f(0x1f1)]['platforms'][_0x566e05]};const _0x103e41={'capability':_0x4ec1fa,..._0x252593};_0x103e41[_0x55d39f(0x1fe)]=_0x1204a8,_0x103e41[_0x55d39f(0x1ff)]=_0x3b3706;const _0x3295a5={};_0x3295a5[_0x55d39f(0x1cb)]=_0x103e41,_0x2a687d=_0x3295a5,_0x48b017[_0x55d39f(0x1d2)](_0x2a687d);}else{_0x4d5555={'server':_0x40468e[_0x55d39f(0x1e0)](_0x4838da[_0x55d39f(0x1f1)]),'proxySettings':_0x4b2537[_0x55d39f(0x1f1)]['proxySettings'],'platform':_0x1d5f3c[_0x55d39f(0x1b6)](_0x408df2),'platformCaps':_0x237428['config']['platforms'][_0x201841]};const _0x379d00={'capability':_0x51d5cd,..._0x20895c};_0x379d00[_0x55d39f(0x1fe)]=_0xef468e,_0x379d00[_0x55d39f(0x1ff)]=_0xb54fad;const _0x1b0537={};_0x1b0537[_0x55d39f(0x1cb)]=_0x379d00,_0x34f3f1=_0x1b0537,_0x528b13[_0x55d39f(0x1d2)](_0x39f969);}}):_0xd3b3fe[_0x1e8d6c(0x1f1)][_0x1e8d6c(0x203)][_0x1e8d6c(0x1d0)]((_0x34adf2,_0x50f934)=>{const _0x2b7af1=_0x1e8d6c;_0x25425f?_0x443300[_0x2b7af1(0x1d2)](_0x435dfe[_0x2b7af1(0x1c8)](_0x11380e[_0x2b7af1(0x1f1)],_0x5c667f[_0x2b7af1(0x1bf)],_0x50f934)):_0x8e92c1['push'](_0x1152cc['modifyBrowserStackCaps'](_0x2917c6['config'],_0x5c667f['HaUhX'],_0x50f934));});else{if(_0x5c667f[_0x1e8d6c(0x1d5)](_0x5c667f[_0x1e8d6c(0x1ea)],_0x5c667f[_0x1e8d6c(0x1d8)]))_0x2e704a[_0x1e8d6c(0x1d2)](_0x1aff5e[_0x1e8d6c(0x1c4)](_0x4f98ed[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],_0x407cf4));else{let _0x5441e0;if(_0x136e35)_0x5c667f[_0x1e8d6c(0x1bc)](_0x5c667f[_0x1e8d6c(0x1bb)],_0x5c667f[_0x1e8d6c(0x1bb)])?_0x2969a4?_0xd60276[_0x1e8d6c(0x1d2)](_0x43dbc2[_0x1e8d6c(0x1c8)](_0x3db416[_0x1e8d6c(0x1f1)],_0x5c667f['HaUhX'],_0x12f772)):_0x2fc9d5[_0x1e8d6c(0x1d2)](_0x3e892b[_0x1e8d6c(0x1c4)](_0x477ce6[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],_0x14351)):_0x5441e0=helper[_0x1e8d6c(0x1c8)](_0x22de79[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],0x0);else{if(_0x5c667f[_0x1e8d6c(0x1c3)](_0x5c667f[_0x1e8d6c(0x204)],_0x5c667f[_0x1e8d6c(0x204)]))_0x5441e0=helper[_0x1e8d6c(0x1c4)](_0x22de79[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],0x0);else{let _0xdb79d9;_0x4e8672?_0xdb79d9=_0x5d9f2d[_0x1e8d6c(0x1c8)](_0x389d4c[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],0x0):_0xdb79d9=_0x403394[_0x1e8d6c(0x1c4)](_0x1c5af9[_0x1e8d6c(0x1f1)],_0x5c667f[_0x1e8d6c(0x1bf)],0x0);_0x165e1e={'server':_0x25b4bd[_0x1e8d6c(0x1e0)](_0x443fa3[_0x1e8d6c(0x1f1)]),'proxySettings':_0x37e2cf[_0x1e8d6c(0x1f1)][_0x1e8d6c(0x207)]};const _0x5b80cc={'capability':_0xdb79d9,..._0x58249b};_0x5b80cc[_0x1e8d6c(0x1fe)]=_0x281504,_0x5b80cc[_0x1e8d6c(0x1ff)]=_0x3aae38;const _0x491fab={};_0x491fab['configuration']=_0x5b80cc,_0x125e49=_0x491fab,_0x598f7e[_0x1e8d6c(0x1d2)](_0x175ae5);}}_0x252593={'server':helper[_0x1e8d6c(0x1e0)](_0x22de79['config']),'proxySettings':_0x22de79[_0x1e8d6c(0x1f1)][_0x1e8d6c(0x207)]};const _0x16efc6={'capability':_0x5441e0,..._0x252593};_0x16efc6[_0x1e8d6c(0x1fe)]=_0x1204a8,_0x16efc6[_0x1e8d6c(0x1ff)]=_0x3b3706;const _0x1059f5={};_0x1059f5[_0x1e8d6c(0x1cb)]=_0x16efc6,_0x2a687d=_0x1059f5,_0x48b017[_0x1e8d6c(0x1d2)](_0x2a687d);}}const _0x37686d=_0x5c667f['PgRBi'](_0x22de79['config'][_0x1e8d6c(0x203)]['length']||0x1,_0x22de79[_0x1e8d6c(0x1f1)]['parallelsPerPlatform']);helper[_0x1e8d6c(0x1f5)](),_0x5c667f[_0x1e8d6c(0x1ec)](parallelVanillaRun,_0x48b017,_0x37686d)['then'](_0x37c097=>{})[_0x1e8d6c(0x1d4)](async()=>{const _0x45e127=_0x1e8d6c;await helper[_0x45e127(0x1e2)](_0x22de79);});}module[a45_0x33c0f1(0x1c6)]=run;
2
+ 'use strict';const a45_0x257ded=a45_0xd5f9;(function(_0x211e18,_0x345794){const _0x5a70b5=a45_0xd5f9,_0x564cef=_0x211e18();while(!![]){try{const _0x260638=parseInt(_0x5a70b5(0x11d))/0x1+parseInt(_0x5a70b5(0x15d))/0x2+-parseInt(_0x5a70b5(0x11e))/0x3*(-parseInt(_0x5a70b5(0x169))/0x4)+parseInt(_0x5a70b5(0x130))/0x5*(-parseInt(_0x5a70b5(0x15e))/0x6)+parseInt(_0x5a70b5(0x16a))/0x7+parseInt(_0x5a70b5(0x15c))/0x8+-parseInt(_0x5a70b5(0x16c))/0x9;if(_0x260638===_0x345794)break;else _0x564cef['push'](_0x564cef['shift']());}catch(_0x4c9c3a){_0x564cef['push'](_0x564cef['shift']());}}}(a45_0x3613,0x2cb06));const fs=require('fs'),path=require('path'),logger=require(a45_0x257ded(0x12b))[a45_0x257ded(0x124)],{default:BrowserStackSetup}=require(a45_0x257ded(0x16d)),helper=require(a45_0x257ded(0x16e)),constants=require('../utils/constants'),{parallelVanillaRun}=require(a45_0x257ded(0x135));function a45_0x3613(){const _0x3f957e=['proxySettings','pDGbX','File\x20path\x20is\x20required','join','bVwma','ihEGd','getPlatformName','NgNhL','markSDKSetupComplete','RfJvy','hJduj','TBeXY','eJyjl','finalExecution','qVsnc','WrmDm','Fkzbj','UtIaE','tcdBD','EvKOv','WIfob','ZQPWA','gmZdP','ihmle','iKKJk','Cnoud','forEach','625056tJOtap','83302AXTNaj','6UaBCjY','handleApp','length','fSKRL','NeBCs','ATqPO','\x20doesn\x27t\x20exist','yzOyS','DFaHs','FBTsL','config','192DmmXpC','1962597xdzvkC','mNhXZ','4041864vmjhNL','../../helpers/BrowserStackSetup','../../helpers/helper','245705nDYNmc','16386aZDPUa','then','MudYB','odHnz','modifyBrowserStackW3CCaps','eqIVN','winstonLogger','isUndefined','oOVlv','Zepek','nQIml','AIYxz','exports','../../helpers/logger','wKIdS','XywzF','OBfEc','platforms','1379465xMQYbT','existsSync','args','modifyBrowserStackCaps','push','../test-runner','fWAjj','configuration','lzBen','getHubUrl','SArew','file','File\x20','rNGwi','MfUnb','PlzEH','initialize'];a45_0x3613=function(){return _0x3f957e;};return a45_0x3613();}function a45_0xd5f9(_0x5846f3,_0xca9157){const _0x361352=a45_0x3613();return a45_0xd5f9=function(_0xd5f961,_0x317384){_0xd5f961=_0xd5f961-0x11d;let _0x39f3aa=_0x361352[_0xd5f961];return _0x39f3aa;},a45_0xd5f9(_0x5846f3,_0xca9157);}async function run(_0x3efc4c,_0x1c35c5){const _0x10ebcc=a45_0x257ded,_0x1d7dc5={'Cnoud':'vanilla','WIfob':function(_0x5e6356,_0x5af7bd){return _0x5e6356(_0x5af7bd);},'DFaHs':'Config\x20yml\x20is\x20required','yzOyS':function(_0x167896,_0x1715ca){return _0x167896!==_0x1715ca;},'OBfEc':_0x10ebcc(0x12c),'FBTsL':function(_0x34f631,_0x3727ae){return _0x34f631!==_0x3727ae;},'eJyjl':_0x10ebcc(0x163),'iKKJk':function(_0x21bffe,_0x243da4){return _0x21bffe===_0x243da4;},'oOVlv':_0x10ebcc(0x153),'PXrqR':'wivuy','UtIaE':'lwrhG','hJduj':function(_0xdce19c,_0x51754e){return _0xdce19c(_0x51754e);},'SArew':_0x10ebcc(0x143),'ihEGd':function(_0x479314,_0x5c1553){return _0x479314===_0x5c1553;},'fWAjj':_0x10ebcc(0x16b),'qVsnc':_0x10ebcc(0x13d),'Zepek':_0x10ebcc(0x151),'eqIVN':function(_0x2f23de,_0x196203){return _0x2f23de(_0x196203);},'RfJvy':'CeQHd','bVwma':_0x10ebcc(0x13f),'ihmle':function(_0x315f5b,_0x120531){return _0x315f5b(_0x120531);},'gSFXS':function(_0x50aff6,_0x177308){return _0x50aff6>_0x177308;},'ZQPWA':function(_0x320294,_0xab52da){return _0x320294===_0xab52da;},'SGNHW':_0x10ebcc(0x128),'XywzF':_0x10ebcc(0x154),'lzBen':function(_0x533bb8,_0x344347){return _0x533bb8>_0x344347;},'MfUnb':_0x10ebcc(0x14c),'QBXUX':_0x10ebcc(0x150),'fSKRL':'VurIT','NgNhL':function(_0x3f9933,_0x610fda){return _0x3f9933!==_0x610fda;},'pDGbX':'yScdH','odHnz':function(_0x30e193,_0x5a6552){return _0x30e193*_0x5a6552;},'gmZdP':function(_0x145801,_0x132531,_0x4c4b2c){return _0x145801(_0x132531,_0x4c4b2c);}},_0x4db5a7=new BrowserStackSetup(_0x3efc4c,_0x1d7dc5['Cnoud']);await _0x4db5a7[_0x10ebcc(0x140)](),await helper[_0x10ebcc(0x15f)](_0x4db5a7[_0x10ebcc(0x168)]);const _0x5b53fd=[];if(helper[_0x10ebcc(0x125)](_0x3efc4c['_'][0x1])){if(_0x1d7dc5[_0x10ebcc(0x146)](_0x1d7dc5[_0x10ebcc(0x136)],_0x1d7dc5[_0x10ebcc(0x14f)])){_0x5efbcd={'server':_0x2b7f86[_0x10ebcc(0x139)](_0x28a95a['config']),'proxySettings':_0x5d925e[_0x10ebcc(0x168)][_0x10ebcc(0x141)],'platform':_0x179918[_0x10ebcc(0x147)](_0x18b1f8),'platformCaps':_0x2ad3f2[_0x10ebcc(0x168)][_0x10ebcc(0x12f)][_0xbdd96c]};const _0x52a9a5={'capability':_0x20d945,..._0x28e1f4};_0x52a9a5[_0x10ebcc(0x13b)]=_0x59671a,_0x52a9a5[_0x10ebcc(0x132)]=_0xdafe8d;const _0x5e394c={};_0x5e394c['configuration']=_0x52a9a5,_0x5e375f=_0x5e394c,_0x1e811d[_0x10ebcc(0x134)](_0x11eacd);}else throw _0x1d7dc5['WIfob'](Error,_0x1d7dc5[_0x10ebcc(0x13a)]);}const _0x392bc6=path[_0x10ebcc(0x144)](process['cwd'](),_0x3efc4c['_'][0x1]);if(!fs[_0x10ebcc(0x131)](_0x392bc6)){if(_0x1d7dc5[_0x10ebcc(0x167)](_0x1d7dc5[_0x10ebcc(0x127)],_0x1d7dc5[_0x10ebcc(0x127)]))_0x105c61?_0x535010['push'](_0x15e4a7[_0x10ebcc(0x122)](_0xaf74d0[_0x10ebcc(0x168)],_0x1d7dc5['Cnoud'],_0x1b20ea)):_0x1f1f19[_0x10ebcc(0x134)](_0x13e001[_0x10ebcc(0x133)](_0x4f8488[_0x10ebcc(0x168)],_0x1d7dc5[_0x10ebcc(0x15a)],_0x4f4e74));else throw _0x1d7dc5[_0x10ebcc(0x123)](Error,_0x10ebcc(0x13c)+_0x3efc4c['_'][0x1]+_0x10ebcc(0x164));}if(!_0x4db5a7['config']){if(_0x1d7dc5[_0x10ebcc(0x159)](_0x1d7dc5[_0x10ebcc(0x14a)],_0x1d7dc5[_0x10ebcc(0x145)]))throw _0x1d7dc5[_0x10ebcc(0x155)](_0x3d1e7d,_0x1d7dc5[_0x10ebcc(0x166)]);else throw _0x1d7dc5[_0x10ebcc(0x158)](Error,_0x1d7dc5[_0x10ebcc(0x166)]);}const _0x2fe31d=helper['useW3C'](_0x4db5a7[_0x10ebcc(0x168)]);_0x4db5a7[_0x10ebcc(0x168)][_0x10ebcc(0x12f)]&&_0x1d7dc5['gSFXS'](_0x4db5a7[_0x10ebcc(0x168)]['platforms'][_0x10ebcc(0x160)],0x0)&&(_0x1d7dc5[_0x10ebcc(0x156)](_0x1d7dc5['SGNHW'],_0x1d7dc5[_0x10ebcc(0x12d)])?_0x420b18[_0x10ebcc(0x15b)]((_0x3183dc,_0x47a75b)=>{const _0x3b79a0=_0x10ebcc;_0x5efc5d={'server':_0x28d372['getHubUrl'](_0x56a980[_0x3b79a0(0x168)]),'proxySettings':_0x35090a[_0x3b79a0(0x168)][_0x3b79a0(0x141)],'platform':_0x221099[_0x3b79a0(0x147)](_0x3183dc),'platformCaps':_0x1b6754[_0x3b79a0(0x168)][_0x3b79a0(0x12f)][_0x47a75b]};const _0x142c93={'capability':_0x3183dc,..._0x1f3313};_0x142c93[_0x3b79a0(0x13b)]=_0x163355,_0x142c93['args']=_0x159da8;const _0x5d16ea={};_0x5d16ea[_0x3b79a0(0x137)]=_0x142c93,_0x21e37d=_0x5d16ea,_0x5d3d20[_0x3b79a0(0x134)](_0x999bb2);}):_0x4db5a7[_0x10ebcc(0x168)][_0x10ebcc(0x12f)][_0x10ebcc(0x15b)]((_0x21650e,_0x24049e)=>{const _0x1ad97c=_0x10ebcc,_0x3e7a49={};_0x3e7a49['AIYxz']=_0x1d7dc5['Cnoud'];const _0x5bb351=_0x3e7a49;if(_0x1d7dc5[_0x1ad97c(0x165)](_0x1d7dc5[_0x1ad97c(0x12e)],_0x1d7dc5[_0x1ad97c(0x12e)]))_0x469447=_0x30fe70[_0x1ad97c(0x122)](_0x165bbb[_0x1ad97c(0x168)],_0x1d7dc5[_0x1ad97c(0x15a)],0x0);else{if(_0x2fe31d){if(_0x1d7dc5['FBTsL'](_0x1d7dc5[_0x1ad97c(0x14d)],_0x1d7dc5[_0x1ad97c(0x14d)])){let _0x511b1e;_0x41563a?_0x511b1e=_0x42adfe[_0x1ad97c(0x122)](_0x4e79dd[_0x1ad97c(0x168)],_0x1d7dc5[_0x1ad97c(0x15a)],0x0):_0x511b1e=_0x4d5cde[_0x1ad97c(0x133)](_0x21658d[_0x1ad97c(0x168)],_0x1d7dc5['Cnoud'],0x0);_0x518127={'server':_0x3ca652['getHubUrl'](_0x3a48a9[_0x1ad97c(0x168)]),'proxySettings':_0x535de6[_0x1ad97c(0x168)]['proxySettings']};const _0x2b0cca={'capability':_0x511b1e,..._0x702fd1};_0x2b0cca[_0x1ad97c(0x13b)]=_0x1d5ce8,_0x2b0cca['args']=_0xcd7d7c;const _0x55b2ab={};_0x55b2ab[_0x1ad97c(0x137)]=_0x2b0cca,_0xa6fd7b=_0x55b2ab,_0x2af4c5['push'](_0xe34523);}else _0x5b53fd[_0x1ad97c(0x134)](helper[_0x1ad97c(0x122)](_0x4db5a7[_0x1ad97c(0x168)],_0x1d7dc5[_0x1ad97c(0x15a)],_0x24049e));}else _0x1d7dc5[_0x1ad97c(0x159)](_0x1d7dc5[_0x1ad97c(0x126)],_0x1d7dc5['PXrqR'])?_0x2beee1[_0x1ad97c(0x134)](_0x660636[_0x1ad97c(0x133)](_0xa19f7b[_0x1ad97c(0x168)],_0x5bb351[_0x1ad97c(0x129)],_0x16fa89)):_0x5b53fd[_0x1ad97c(0x134)](helper[_0x1ad97c(0x133)](_0x4db5a7['config'],_0x1d7dc5[_0x1ad97c(0x15a)],_0x24049e));}}));let _0x11ac42,_0x3661f4;const _0x2717f1=[];if(_0x1d7dc5[_0x10ebcc(0x138)](_0x5b53fd[_0x10ebcc(0x160)],0x0))_0x1d7dc5['yzOyS'](_0x1d7dc5[_0x10ebcc(0x13e)],_0x1d7dc5['MfUnb'])?_0x58a557=_0x1b5721[_0x10ebcc(0x133)](_0x447a86[_0x10ebcc(0x168)],_0x1d7dc5[_0x10ebcc(0x15a)],0x0):_0x5b53fd[_0x10ebcc(0x15b)]((_0x2dbc85,_0x2a1aef)=>{const _0xcb52b0=_0x10ebcc,_0x52a389={};_0x52a389[_0xcb52b0(0x162)]=_0x1d7dc5['Cnoud'];const _0x396674=_0x52a389;if(_0x1d7dc5['FBTsL'](_0x1d7dc5[_0xcb52b0(0x152)],_0x1d7dc5[_0xcb52b0(0x152)]))_0x9c497b[_0xcb52b0(0x134)](_0x143efb[_0xcb52b0(0x122)](_0x3282ad[_0xcb52b0(0x168)],_0x396674['NeBCs'],_0x29e3f2));else{_0x11ac42={'server':helper['getHubUrl'](_0x4db5a7['config']),'proxySettings':_0x4db5a7['config'][_0xcb52b0(0x141)],'platform':helper['getPlatformName'](_0x2dbc85),'platformCaps':_0x4db5a7[_0xcb52b0(0x168)][_0xcb52b0(0x12f)][_0x2a1aef]};const _0x367120={'capability':_0x2dbc85,..._0x11ac42};_0x367120[_0xcb52b0(0x13b)]=_0x392bc6,_0x367120[_0xcb52b0(0x132)]=_0x1c35c5;const _0x1a5b82={};_0x1a5b82[_0xcb52b0(0x137)]=_0x367120,_0x3661f4=_0x1a5b82,_0x2717f1['push'](_0x3661f4);}});else{if(_0x1d7dc5[_0x10ebcc(0x146)](_0x1d7dc5['QBXUX'],_0x1d7dc5['QBXUX'])){let _0x35a5f8;if(_0x2fe31d){if(_0x1d7dc5[_0x10ebcc(0x146)](_0x1d7dc5[_0x10ebcc(0x161)],_0x1d7dc5[_0x10ebcc(0x161)]))_0x35a5f8=helper[_0x10ebcc(0x122)](_0x4db5a7[_0x10ebcc(0x168)],_0x1d7dc5[_0x10ebcc(0x15a)],0x0);else throw _0x1d7dc5['hJduj'](_0x335c68,_0x10ebcc(0x13c)+_0x2d27df['_'][0x1]+_0x10ebcc(0x164));}else{if(_0x1d7dc5[_0x10ebcc(0x148)](_0x1d7dc5[_0x10ebcc(0x142)],_0x1d7dc5['pDGbX'])){const _0x21bfcc={};_0x21bfcc[_0x10ebcc(0x120)]=_0x1d7dc5[_0x10ebcc(0x15a)];const _0x4d41aa=_0x21bfcc;_0x2b428a[_0x10ebcc(0x168)][_0x10ebcc(0x12f)][_0x10ebcc(0x15b)]((_0x3d805e,_0x485226)=>{const _0x243ed1=_0x10ebcc;_0x55a205?_0x4d96ec[_0x243ed1(0x134)](_0xbdbb22[_0x243ed1(0x122)](_0x57d9f9[_0x243ed1(0x168)],_0x4d41aa[_0x243ed1(0x120)],_0x485226)):_0x10f256['push'](_0x295f3c[_0x243ed1(0x133)](_0x435d73[_0x243ed1(0x168)],_0x4d41aa['MudYB'],_0x485226));});}else _0x35a5f8=helper[_0x10ebcc(0x133)](_0x4db5a7[_0x10ebcc(0x168)],_0x1d7dc5[_0x10ebcc(0x15a)],0x0);}_0x11ac42={'server':helper['getHubUrl'](_0x4db5a7[_0x10ebcc(0x168)]),'proxySettings':_0x4db5a7[_0x10ebcc(0x168)][_0x10ebcc(0x141)]};const _0xd42432={'capability':_0x35a5f8,..._0x11ac42};_0xd42432[_0x10ebcc(0x13b)]=_0x392bc6,_0xd42432[_0x10ebcc(0x132)]=_0x1c35c5;const _0x6d7e55={};_0x6d7e55['configuration']=_0xd42432,_0x3661f4=_0x6d7e55,_0x2717f1[_0x10ebcc(0x134)](_0x3661f4);}else throw _0x1d7dc5[_0x10ebcc(0x14b)](_0x389179,_0x1d7dc5[_0x10ebcc(0x13a)]);}const _0x77ef78=_0x1d7dc5[_0x10ebcc(0x121)](_0x4db5a7['config'][_0x10ebcc(0x12f)][_0x10ebcc(0x160)]||0x1,_0x4db5a7[_0x10ebcc(0x168)]['parallelsPerPlatform']);helper[_0x10ebcc(0x149)](),_0x1d7dc5[_0x10ebcc(0x157)](parallelVanillaRun,_0x2717f1,_0x77ef78)[_0x10ebcc(0x11f)](_0x3c4850=>{})['finally'](async()=>{const _0x1efb87=_0x10ebcc;await helper[_0x1efb87(0x14e)](_0x4db5a7);});}module[a45_0x257ded(0x12a)]=run;
@@ -1 +1 @@
1
- const a46_0x47839b=a46_0x3816;(function(_0x21b354,_0x1233f2){const _0x4dbd9d=a46_0x3816,_0x14e6f6=_0x21b354();while(!![]){try{const _0x587bde=parseInt(_0x4dbd9d(0xfe))/0x1+-parseInt(_0x4dbd9d(0xdb))/0x2+-parseInt(_0x4dbd9d(0xf8))/0x3*(-parseInt(_0x4dbd9d(0x101))/0x4)+-parseInt(_0x4dbd9d(0x10d))/0x5*(-parseInt(_0x4dbd9d(0xfc))/0x6)+-parseInt(_0x4dbd9d(0xec))/0x7*(parseInt(_0x4dbd9d(0xde))/0x8)+parseInt(_0x4dbd9d(0x10f))/0x9*(parseInt(_0x4dbd9d(0x10e))/0xa)+-parseInt(_0x4dbd9d(0x104))/0xb;if(_0x587bde===_0x1233f2)break;else _0x14e6f6['push'](_0x14e6f6['shift']());}catch(_0x551a03){_0x14e6f6['push'](_0x14e6f6['shift']());}}}(a46_0x3d9c,0x9ba7e));function a46_0x3816(_0x21e5dc,_0x17709b){const _0x3d9ccd=a46_0x3d9c();return a46_0x3816=function(_0x381690,_0x17d6ff){_0x381690=_0x381690-0xdb;let _0x47a34b=_0x3d9ccd[_0x381690];return _0x47a34b;},a46_0x3816(_0x21e5dc,_0x17709b);}function a46_0x3d9c(){const _0x86db7c=['nSmhr','gQFuC','RVrio','IgDeH','getCurrentPlatform','yLSAa','fvQUK','vfuyN','253173rEGywY','mmbts','evJZq','xUKuv','12lRJbrp','csIBo','976786GtgEes','customVariables','rWBIn','44FggQNy','os_version','vBPJq','11269918RCRZes','PIcKn','osVersion','GRRtz','fYwqO','GUmaW','ngLRY','aTBro','browserVersion','1269655bgYoGj','15870AWrNMk','549carAqV','wMdvq','AIduL','443312JZLDsO','mmMPv','platform_version','2264rRRsfX','browserName','platformVersion','device','mMwkB','XJNKA','ePady','deviceName','GEVCQ','xNyeC','browser_version','__platformCaps','jiUXr','EEPqe','15484uvBlLv','UgfTg','QLFTm','niZhJ'];a46_0x3d9c=function(){return _0x86db7c;};return a46_0x3d9c();}class BrowserStackSdk{static[a46_0x47839b(0xf4)](){const _0x58e57f=a46_0x47839b,_0x4cd860={};_0x4cd860['UgfTg']=_0x58e57f(0xdf),_0x4cd860['wMdvq']=_0x58e57f(0xe0),_0x4cd860['yLSAa']='platformName',_0x4cd860[_0x58e57f(0xe3)]=_0x58e57f(0x106),_0x4cd860[_0x58e57f(0xf3)]=_0x58e57f(0xe5),_0x4cd860[_0x58e57f(0xef)]=_0x58e57f(0xff),_0x4cd860['rWBIn']=_0x58e57f(0x10c),_0x4cd860[_0x58e57f(0x111)]=_0x58e57f(0x102),_0x4cd860[_0x58e57f(0xf7)]='browser',_0x4cd860[_0x58e57f(0x10a)]=_0x58e57f(0xe8),_0x4cd860[_0x58e57f(0xf0)]=_0x58e57f(0xe1),_0x4cd860[_0x58e57f(0xf6)]='platform',_0x4cd860[_0x58e57f(0x10b)]=_0x58e57f(0xdd),_0x4cd860[_0x58e57f(0x108)]=function(_0x575d9d,_0x3a0347){return _0x575d9d!==_0x3a0347;},_0x4cd860[_0x58e57f(0xf9)]=_0x58e57f(0xe2),_0x4cd860[_0x58e57f(0x107)]=_0x58e57f(0xfa),_0x4cd860[_0x58e57f(0x103)]=function(_0x448832,_0x13b356){return _0x448832!==_0x13b356;},_0x4cd860[_0x58e57f(0xf1)]=_0x58e57f(0xe4),_0x4cd860[_0x58e57f(0xe6)]=function(_0x50d826,_0x3761c9){return _0x50d826===_0x3761c9;},_0x4cd860[_0x58e57f(0xe7)]=_0x58e57f(0xeb),_0x4cd860[_0x58e57f(0x105)]='lFMPJ',_0x4cd860[_0x58e57f(0xf2)]=_0x58e57f(0x109),_0x4cd860[_0x58e57f(0xee)]='CFhtB',_0x4cd860[_0x58e57f(0xfb)]='Exsit',_0x4cd860[_0x58e57f(0xfd)]='lLfqw',_0x4cd860[_0x58e57f(0xdc)]=_0x58e57f(0xea);const _0xfdd735=_0x4cd860,_0xea8174={};if(global[_0x58e57f(0xe9)]){const _0x2fc17d=global[_0x58e57f(0xe9)],_0x46f957=_0x2fc17d[_0xfdd735[_0x58e57f(0x111)]]||_0x2fc17d[_0xfdd735[_0x58e57f(0xe3)]],_0x59c818=_0x2fc17d[_0xfdd735[_0x58e57f(0xf7)]]||_0x2fc17d[_0xfdd735[_0x58e57f(0xed)]],_0xc07aa9=_0x2fc17d[_0xfdd735[_0x58e57f(0x10a)]]||_0x2fc17d[_0xfdd735[_0x58e57f(0x100)]],_0x12fa86=_0x2fc17d[_0xfdd735[_0x58e57f(0xf0)]]||_0x2fc17d[_0xfdd735[_0x58e57f(0xf3)]],_0x2a02ba=_0x2fc17d[_0xfdd735['fvQUK']]||_0x2fc17d[_0xfdd735[_0x58e57f(0xf5)]],_0x588024=_0x2fc17d[_0xfdd735[_0x58e57f(0x10b)]]||_0x2fc17d[_0xfdd735[_0x58e57f(0x110)]];_0x2fc17d['os']&&(_0xfdd735['fYwqO'](_0xfdd735[_0x58e57f(0xf9)],_0xfdd735[_0x58e57f(0x107)])?_0xea8174['os']=_0x2fc17d['os']:_0x48f2e3[_0xfdd735[_0x58e57f(0xed)]]=_0x3e7d08),_0x46f957&&(_0xfdd735['vBPJq'](_0xfdd735['gQFuC'],_0xfdd735[_0x58e57f(0xf1)])?_0x5b1361[_0xfdd735['wMdvq']]=_0x1bb9fa:_0xea8174[_0xfdd735[_0x58e57f(0xe3)]]=_0x46f957),_0x59c818&&(_0xfdd735[_0x58e57f(0xe6)](_0xfdd735[_0x58e57f(0xe7)],_0xfdd735[_0x58e57f(0xe7)])?_0xea8174[_0xfdd735[_0x58e57f(0xed)]]=_0x59c818:_0x4afffe[_0xfdd735[_0x58e57f(0xf5)]]=_0x53fb4b),_0xc07aa9&&(_0xfdd735[_0x58e57f(0xe6)](_0xfdd735[_0x58e57f(0x105)],_0xfdd735[_0x58e57f(0x105)])?_0xea8174[_0xfdd735['rWBIn']]=_0xc07aa9:_0x1c666d[_0xfdd735[_0x58e57f(0xe3)]]=_0x137947),_0x12fa86&&(_0xfdd735[_0x58e57f(0x108)](_0xfdd735['RVrio'],_0xfdd735[_0x58e57f(0xf2)])?_0x33b856[_0xfdd735[_0x58e57f(0xf3)]]=_0x39619a:_0xea8174[_0xfdd735[_0x58e57f(0xf3)]]=_0x12fa86),_0x2a02ba&&(_0xfdd735[_0x58e57f(0xe6)](_0xfdd735[_0x58e57f(0xee)],_0xfdd735['xUKuv'])?_0x2baf11['os']=_0x5051bc['os']:_0xea8174[_0xfdd735['yLSAa']]=_0x2a02ba),_0x588024&&(_0xfdd735[_0x58e57f(0x108)](_0xfdd735['csIBo'],_0xfdd735[_0x58e57f(0xfd)])?_0x20f7c7[_0xfdd735['niZhJ']]=_0x2531da[_0xfdd735[_0x58e57f(0xef)]]:_0xea8174[_0xfdd735[_0x58e57f(0x110)]]=_0x588024),_0x2fc17d[_0xfdd735[_0x58e57f(0xef)]]&&(_0xfdd735[_0x58e57f(0x108)](_0xfdd735['mmMPv'],_0xfdd735[_0x58e57f(0xdc)])?_0x348728[_0xfdd735['rWBIn']]=_0x535d1b:_0xea8174[_0xfdd735[_0x58e57f(0xef)]]=_0x2fc17d[_0xfdd735['niZhJ']]);}return _0xea8174;}}module['exports']=BrowserStackSdk;
1
+ const a46_0x466901=a46_0x7ce4;(function(_0x3020ef,_0x41ecf0){const _0x4f94f1=a46_0x7ce4,_0x20f48a=_0x3020ef();while(!![]){try{const _0x154445=parseInt(_0x4f94f1(0x149))/0x1+parseInt(_0x4f94f1(0x158))/0x2*(parseInt(_0x4f94f1(0x132))/0x3)+-parseInt(_0x4f94f1(0x157))/0x4*(parseInt(_0x4f94f1(0x15a))/0x5)+-parseInt(_0x4f94f1(0x12b))/0x6*(parseInt(_0x4f94f1(0x124))/0x7)+parseInt(_0x4f94f1(0x15c))/0x8*(-parseInt(_0x4f94f1(0x13a))/0x9)+-parseInt(_0x4f94f1(0x14f))/0xa+parseInt(_0x4f94f1(0x160))/0xb;if(_0x154445===_0x41ecf0)break;else _0x20f48a['push'](_0x20f48a['shift']());}catch(_0x92ea40){_0x20f48a['push'](_0x20f48a['shift']());}}}(a46_0x10ab,0xa3c44));function a46_0x7ce4(_0x2def97,_0x3e397d){const _0x10ab37=a46_0x10ab();return a46_0x7ce4=function(_0x7ce4a8,_0x52384c){_0x7ce4a8=_0x7ce4a8-0x124;let _0xff4525=_0x10ab37[_0x7ce4a8];return _0xff4525;},a46_0x7ce4(_0x2def97,_0x3e397d);}class BrowserStackSdk{static[a46_0x466901(0x137)](){const _0x32e5bf=a46_0x466901,_0x543721={};_0x543721[_0x32e5bf(0x159)]='browserName',_0x543721[_0x32e5bf(0x12f)]=_0x32e5bf(0x12e),_0x543721[_0x32e5bf(0x12a)]=_0x32e5bf(0x153),_0x543721[_0x32e5bf(0x138)]=_0x32e5bf(0x150),_0x543721[_0x32e5bf(0x130)]=_0x32e5bf(0x145),_0x543721['kpOKp']=_0x32e5bf(0x131),_0x543721[_0x32e5bf(0x163)]='platformName',_0x543721['NiaWN']=_0x32e5bf(0x125),_0x543721[_0x32e5bf(0x14d)]=_0x32e5bf(0x143),_0x543721[_0x32e5bf(0x133)]=_0x32e5bf(0x13d),_0x543721[_0x32e5bf(0x127)]='device',_0x543721[_0x32e5bf(0x12d)]=_0x32e5bf(0x13f),_0x543721[_0x32e5bf(0x129)]='platform_version',_0x543721[_0x32e5bf(0x164)]=function(_0x248e7e,_0x43013b){return _0x248e7e!==_0x43013b;},_0x543721['kPMpO']=_0x32e5bf(0x161),_0x543721[_0x32e5bf(0x14b)]=_0x32e5bf(0x13b),_0x543721[_0x32e5bf(0x128)]=_0x32e5bf(0x140),_0x543721[_0x32e5bf(0x156)]=function(_0x49e66f,_0x5b4b7d){return _0x49e66f===_0x5b4b7d;},_0x543721[_0x32e5bf(0x155)]=_0x32e5bf(0x146),_0x543721[_0x32e5bf(0x15e)]=_0x32e5bf(0x126),_0x543721[_0x32e5bf(0x13e)]=_0x32e5bf(0x14c),_0x543721[_0x32e5bf(0x148)]=_0x32e5bf(0x135),_0x543721[_0x32e5bf(0x15d)]=function(_0x192bec,_0x46a1fa){return _0x192bec===_0x46a1fa;},_0x543721[_0x32e5bf(0x147)]=_0x32e5bf(0x139),_0x543721[_0x32e5bf(0x13c)]=_0x32e5bf(0x134),_0x543721[_0x32e5bf(0x14a)]=function(_0xc3923f,_0x5be492){return _0xc3923f!==_0x5be492;},_0x543721['doMeU']=_0x32e5bf(0x152),_0x543721[_0x32e5bf(0x162)]=_0x32e5bf(0x144),_0x543721['ekmxa']=function(_0xe20ee2,_0x5307b3){return _0xe20ee2===_0x5307b3;},_0x543721['ntvWQ']=_0x32e5bf(0x15b);const _0xb3d48a=_0x543721,_0x236f78={};if(global[_0x32e5bf(0x136)]){const _0xf62e2f=global[_0x32e5bf(0x136)],_0x4254f7=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x154)]]||_0xf62e2f[_0xb3d48a[_0x32e5bf(0x130)]],_0xc4f868=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x14d)]]||_0xf62e2f[_0xb3d48a[_0x32e5bf(0x159)]],_0x2bf4cf=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x133)]]||_0xf62e2f[_0xb3d48a[_0x32e5bf(0x138)]],_0x2add9f=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x127)]]||_0xf62e2f[_0xb3d48a[_0x32e5bf(0x12c)]],_0x2a9dd1=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x12d)]]||_0xf62e2f[_0xb3d48a[_0x32e5bf(0x163)]],_0x2463cc=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x129)]]||_0xf62e2f[_0xb3d48a['aBJrL']];_0xf62e2f['os']&&(_0xb3d48a[_0x32e5bf(0x164)](_0xb3d48a['kPMpO'],_0xb3d48a[_0x32e5bf(0x142)])?_0xf54f31[_0xb3d48a[_0x32e5bf(0x159)]]=_0x1a1dff:_0x236f78['os']=_0xf62e2f['os']),_0x4254f7&&(_0xb3d48a[_0x32e5bf(0x164)](_0xb3d48a['JIUhZ'],_0xb3d48a['XmTKV'])?_0x236f78[_0xb3d48a[_0x32e5bf(0x130)]]=_0x4254f7:_0x5b06fd['os']=_0x48645['os']),_0xc4f868&&(_0xb3d48a[_0x32e5bf(0x156)](_0xb3d48a['vrtRL'],_0xb3d48a[_0x32e5bf(0x15e)])?_0x5945c9[_0xb3d48a['fhhkP']]=_0xc7b2e9[_0xb3d48a['fhhkP']]:_0x236f78[_0xb3d48a[_0x32e5bf(0x159)]]=_0xc4f868),_0x2bf4cf&&(_0xb3d48a[_0x32e5bf(0x156)](_0xb3d48a['onqNH'],_0xb3d48a[_0x32e5bf(0x148)])?_0x171f6f[_0xb3d48a[_0x32e5bf(0x12a)]]=_0x19d990:_0x236f78[_0xb3d48a[_0x32e5bf(0x138)]]=_0x2bf4cf),_0x2add9f&&(_0xb3d48a['iRYad'](_0xb3d48a[_0x32e5bf(0x147)],_0xb3d48a['ErCHV'])?_0x50952f[_0xb3d48a[_0x32e5bf(0x138)]]=_0x3c34ec:_0x236f78[_0xb3d48a[_0x32e5bf(0x12c)]]=_0x2add9f),_0x2a9dd1&&(_0xb3d48a[_0x32e5bf(0x14a)](_0xb3d48a[_0x32e5bf(0x15f)],_0xb3d48a['doMeU'])?_0x3985f0[_0xb3d48a[_0x32e5bf(0x130)]]=_0x446ad0:_0x236f78[_0xb3d48a[_0x32e5bf(0x163)]]=_0x2a9dd1),_0x2463cc&&(_0xb3d48a['jbIJd'](_0xb3d48a['BwDny'],_0xb3d48a['BwDny'])?_0x3add54[_0xb3d48a[_0x32e5bf(0x12c)]]=_0x48e0b3:_0x236f78[_0xb3d48a['aBJrL']]=_0x2463cc),_0xf62e2f[_0xb3d48a['fhhkP']]&&(_0xb3d48a[_0x32e5bf(0x151)](_0xb3d48a[_0x32e5bf(0x14e)],_0xb3d48a[_0x32e5bf(0x14e)])?_0x236f78[_0xb3d48a['fhhkP']]=_0xf62e2f[_0xb3d48a[_0x32e5bf(0x12f)]]:_0x17d3eb[_0xb3d48a[_0x32e5bf(0x163)]]=_0x284488);}return _0x236f78;}}module[a46_0x466901(0x141)]=BrowserStackSdk;function a46_0x10ab(){const _0x5769c4=['vrtRL','XgZAW','15332pdQXQv','205522LXnNpa','mCAWN','140wMACXC','HfSIY','497144KPSiTA','iRYad','GKWAk','doMeU','25910368nFftAh','BwAUk','BwDny','FpfrC','jbIJd','6143452cXqwMr','os_version','YBskI','fVEAr','XmTKV','ucCsa','aBJrL','6XiisvZ','kpOKp','KmQhM','customVariables','fhhkP','LITHN','deviceName','33OUGEuX','sfEvP','RPnbb','ATZCK','__platformCaps','getCurrentPlatform','NhUfT','JJlvh','153pSoXuF','AcXuj','ErCHV','browser_version','onqNH','platform','dliyi','exports','kPMpO','browser','WdiNo','osVersion','JJJqn','fAXKM','ZqGZh','534832YwBHAU','mWGRD','JIUhZ','JHKra','gkpCo','ntvWQ','13085120kPTYRv','browserVersion','ekmxa','rqKtv','platformVersion','NiaWN'];a46_0x10ab=function(){return _0x5769c4;};return a46_0x10ab();}
@@ -1 +1 @@
1
- function a47_0x250d(_0x27bf98,_0x421912){const _0x1d13ac=a47_0x1d13();return a47_0x250d=function(_0x250d93,_0x262059){_0x250d93=_0x250d93-0x18a;let _0x26b674=_0x1d13ac[_0x250d93];return _0x26b674;},a47_0x250d(_0x27bf98,_0x421912);}function a47_0x1d13(){const _0x500b93=['Loading\x20environment\x20from:\x20','rahqr','fireFunnelTestEvent','VuFLt','unhandledErrors','oCPfb','bYEFV','JFYOz','pJAyN','turboScale','path','VxCwK','isUndefined','WUTTs','envConfig','config','isTrialGrid','892773cqvwcc','debug','100MuutZc','XoPrT','codeceptjs','forceLocal','leFOp','XZxha','dptXJ','env','getTurboScaleGridDetails','fGkbi','dsXWN','qQsUv','srbzq','2225335UZvuiK','PnmNf','hRXfo','playwrightUrl','SIGTERM','jJQnp','hubUrl','MEuLv','unhandledRejection','LHFyw','GseIp','./setKeepAlive','iDvRW','qcttR','turboScaleUrl','setProxySettings','No\x20config\x20provided.','EDbHP','stopLocalBinary','Percy\x20started\x20successfully','HXKKC','zZsbv','BROWSERSTACK_TURBOSCALE','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','mWgDO','turboScaleOptions','ZnXkN','warn','isTrue','parallelsPerPlatform','requireSeleniumWebdriverCheck','ZEvqQ','stopBrowserstackLocal','Error\x20occured\x20while\x20stopping\x20local\x20binary','getLocalConfig','RIrgJ','GhQht','kwTBJ','hmtQA','constructor','platforms','eAAyz','ats-repeater','captureError','setupKeepAlive','winstonLogger','length','lgXSv','message','VolrD','Local\x20binary\x20stopped','ACYcB','cjVMy','PLQcF','zbAHW','TJisd','yWEXg','PERCY_SUPPORTED_FRAMEWORKS','customRepeaters','includes','yzmag','4.5.0','dEkYJ','DlsYL','580605XgXRRF','2HBAgYF','uAKni','browserstackLocal','NgLsU','setupPercy','FeFUe','smOws','Error\x20occured\x20while\x20stopping\x20percy','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','BbWyL','EarBt','FXmZG','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','nGHtz','percy','wWTXZ','format','MefWI','FRSJp','useW3C','nZANH','ldCYQ','envFile','VQard','XdJbj','ahEIK','isBrowserstackInfra','vaisX','fuOyp','1575024UQAlbK','yvJDx','JwyZc','getConfigPath','uGsoC','./logger','getHubUrl','initialize','setCLICaps','WUtLW','TbvGS','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','BoRkB','xWkxy','bzWQm','ZDvPm','SDKTestAttempted','toString','ioxPs','AnQDU','framework','diNQH','UXLGD','stopPercy','startLocalBinary','setLogLevel','util','dIDEg','eoBLc','AbCGD','uncaughtException','zmNON','kZcaQ','gtlsq','ipknE','7482720DRsoLJ','jgfyz','IcjUf','JPvSh','?caps=','TMVAY','isRunning','userName\x20or\x20accessKey\x20is\x20not\x20defined','eIVqO','Error\x20in\x20percy\x20setup\x20','FpnCz','jZMZF','getAccessKey','SIGINT','271514vuvbHB','push','beforeExit','ihdGo','hMBFw','KmoTX','xZZnB','error','grnNL','getPackageVersion','allocateHub','rDKak','YjCjY','readConfig','bAxaY','AvAbA','bKAle','pBrWd','vEPTy','localIdentifier','url','localOptions','OvRSi','ULObI','turboScaleGridDetails','MQOlL','gmPKp','handleExceptions','buxvX','qKUNn','nMqiL','fWFgs','AMcbj','FRAMEWORK','browserStackLocalOptions','YGsnR','6GeOpXA','GELUI','aLIZK','info','generateLocalIdentifier','UCkDr','RAeij','mHKly','custom-repeater','skipSessionStatus','togao','WMnGV','AuTVC','NPlBs','cliConfig','selenium-webdriver','MDcnR','25464CbpBiM','nogWG','./helper','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','./percy/utils','blRLZ','getUserName','vKtmj','setEnvCaps','TvBcr','jrIJV','testContextOptions','./ats/helper','join','compareVersions','MYUUP','setupBrowserstackLocal','RYpwb','ekfOK'];a47_0x1d13=function(){return _0x500b93;};return a47_0x1d13();}const a47_0x23117e=a47_0x250d;(function(_0x157132,_0x17f5a9){const _0x1d98bf=a47_0x250d,_0x5d4875=_0x157132();while(!![]){try{const _0x4e1b1b=parseInt(_0x1d98bf(0x229))/0x1*(-parseInt(_0x1d98bf(0x1db))/0x2)+parseInt(_0x1d98bf(0x25e))/0x3*(-parseInt(_0x1d98bf(0x18d))/0x4)+-parseInt(_0x1d98bf(0x1da))/0x5*(-parseInt(_0x1d98bf(0x24d))/0x6)+-parseInt(_0x1d98bf(0x19a))/0x7+parseInt(_0x1d98bf(0x1f8))/0x8+-parseInt(_0x1d98bf(0x18b))/0x9+parseInt(_0x1d98bf(0x21b))/0xa;if(_0x4e1b1b===_0x17f5a9)break;else _0x5d4875['push'](_0x5d4875['shift']());}catch(_0x443ad2){_0x5d4875['push'](_0x5d4875['shift']());}}}(a47_0x1d13,0x272c7));const util=require(a47_0x23117e(0x212)),dotenv=require('dotenv'),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a47_0x23117e(0x26a)),logger=require(a47_0x23117e(0x1fd))[a47_0x23117e(0x1c7)],helper=require(a47_0x23117e(0x260)),percyHelper=require(a47_0x23117e(0x262)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require('./performance-tester');class BrowserStackSetup{constructor(_0x462810,_0x698225){const _0x56a4f8=a47_0x23117e,_0x166abc={'OvRSi':function(_0xf9e4c2,_0x3dcb82){return _0xf9e4c2+_0x3dcb82;},'ACYcB':_0x56a4f8(0x271),'TbvGS':function(_0xb90fbb,_0x26c46f){return _0xb90fbb+_0x26c46f;},'JiprL':'?caps=','dptXJ':function(_0x51ce55,_0xb17299){return _0x51ce55===_0xb17299;},'vaisX':_0x56a4f8(0x208),'NgLsU':_0x56a4f8(0x1a2),'UXLGD':_0x56a4f8(0x216),'rDKak':_0x56a4f8(0x1e7),'ekfOK':_0x56a4f8(0x1b1),'WoScO':_0x56a4f8(0x1e2),'RYpwb':_0x56a4f8(0x1aa),'pJAyN':_0x56a4f8(0x1bb),'WMnGV':_0x56a4f8(0x203),'gtlsq':_0x56a4f8(0x259),'AMcbj':function(_0x1c3ebb,_0x5527fe){return _0x1c3ebb===_0x5527fe;},'HXKKC':_0x56a4f8(0x1fa),'HNYtR':'WCCOc','grnNL':function(_0x2b6f98,_0x14c69c){return _0x2b6f98!==_0x14c69c;},'mHKly':_0x56a4f8(0x18e),'VxCwK':_0x56a4f8(0x21c),'ioxPs':_0x56a4f8(0x20b),'TvBcr':_0x56a4f8(0x274),'PnmNf':_0x56a4f8(0x1b2),'VQard':'kOKKz','YGsnR':function(_0x3dab3a,_0x5c7a84){return _0x3dab3a!==_0x5c7a84;},'eAAyz':'qdSWn','aLIZK':_0x56a4f8(0x191),'ldCYQ':_0x56a4f8(0x21d),'dIDEg':function(_0x50b16a,_0x5f5558){return _0x50b16a<_0x5f5558;},'dEkYJ':function(_0x18b19d,_0x41f53e){return _0x18b19d(_0x41f53e);},'bzWQm':_0x56a4f8(0x25c),'UCkDr':_0x56a4f8(0x268),'WUtLW':function(_0x2585df,_0x56d1a8){return _0x2585df===_0x56d1a8;},'pTHau':'4.5.0','GseIp':_0x56a4f8(0x1f7),'iDvRW':function(_0x4b69ed,_0x1387ef){return _0x4b69ed===_0x1387ef;},'RIrgJ':_0x56a4f8(0x238),'uGsoC':_0x56a4f8(0x237),'uAKni':function(_0x1aceb8,_0x1f69f5){return _0x1aceb8===_0x1f69f5;},'BbWyL':'KXWen','qcttR':'SJGMB','zmNON':_0x56a4f8(0x214),'KmoTX':_0x56a4f8(0x205),'MYUUP':'cJpzq','fYbNE':function(_0x3c2715,_0x48e396){return _0x3c2715+_0x48e396;},'bYEFV':_0x56a4f8(0x1af),'kZcaQ':_0x56a4f8(0x1cb),'ZnXkN':_0x56a4f8(0x222),'FXmZG':_0x56a4f8(0x197),'yWEXg':function(_0x428afa,_0x509bed){return _0x428afa===_0x509bed;},'togao':'KSigO','WpWxs':function(_0x1ade40,_0x25b1a6){return _0x1ade40===_0x25b1a6;},'ihdGo':_0x56a4f8(0x20d),'NeFGu':_0x56a4f8(0x1d6),'VkkHi':'QAztw','LdHTC':_0x56a4f8(0x23a),'QUJvN':function(_0x4d14a2,_0x3e3c1b){return _0x4d14a2!==_0x3e3c1b;},'vKtmj':_0x56a4f8(0x19c)};this[_0x56a4f8(0x275)]=[],this[_0x56a4f8(0x25b)]=helper[_0x56a4f8(0x200)](_0x462810),this[_0x56a4f8(0x27f)]=helper[_0x56a4f8(0x266)](),this['browserstackLocal']=null,this[_0x56a4f8(0x1e9)]=null,this['config']=helper[_0x56a4f8(0x236)](helper[_0x56a4f8(0x1fb)](_0x462810)),this['config']['platforms']=this['config']['platforms']||[],this[_0x56a4f8(0x280)][_0x56a4f8(0x269)]=this[_0x56a4f8(0x280)][_0x56a4f8(0x269)]||{},this[_0x56a4f8(0x280)][_0x56a4f8(0x269)][_0x56a4f8(0x256)]=helper['isTrue'](this[_0x56a4f8(0x280)]['testContextOptions'][_0x56a4f8(0x256)]),global[_0x56a4f8(0x280)]=this[_0x56a4f8(0x280)],global[_0x56a4f8(0x20c)]=_0x698225,helper['sanitizeCaps'](this[_0x56a4f8(0x280)]),this['framework']=_0x698225;if(helper[_0x56a4f8(0x27d)](this[_0x56a4f8(0x280)])){if(_0x166abc[_0x56a4f8(0x193)](_0x166abc['gtlsq'],_0x166abc[_0x56a4f8(0x219)]))throw new Error(_0x166abc[_0x56a4f8(0x26f)]);else{_0x22faa6[_0x56a4f8(0x250)](_0x166abc[_0x56a4f8(0x23f)](_0x166abc[_0x56a4f8(0x1cd)],this['config'][_0x56a4f8(0x1f1)]));const _0x53bb6={};_0x53bb6[_0x56a4f8(0x27b)]=this[_0x56a4f8(0x280)][_0x56a4f8(0x1f1)],_0x4a21ad['config'](_0x53bb6);}}if(this['config'][_0x56a4f8(0x230)]){if(_0x166abc[_0x56a4f8(0x249)](_0x166abc[_0x56a4f8(0x1ae)],_0x166abc['HNYtR']))this[_0x56a4f8(0x280)]['turboScaleUrl']=_0x166abc[_0x56a4f8(0x202)](_0x2d2072[_0x56a4f8(0x19d)],_0x166abc['JiprL']);else throw new Error(this['config'][_0x56a4f8(0x230)]);}this[_0x56a4f8(0x244)]();process[_0x56a4f8(0x194)][_0x56a4f8(0x1b0)]&&(_0x166abc[_0x56a4f8(0x231)](_0x166abc[_0x56a4f8(0x254)],_0x166abc[_0x56a4f8(0x27c)])?(this[_0x56a4f8(0x280)][_0x56a4f8(0x27a)]=helper[_0x56a4f8(0x1b6)](process[_0x56a4f8(0x194)]['BROWSERSTACK_TURBOSCALE']),this[_0x56a4f8(0x280)][_0x56a4f8(0x1b3)]=this[_0x56a4f8(0x280)][_0x56a4f8(0x1b3)]||{}):_0x363744[_0x56a4f8(0x18c)](_0x56a4f8(0x1e3)+_0x1b6985));helper['setBrowserstackInfraFromConfig'](this[_0x56a4f8(0x280)],this[_0x56a4f8(0x25b)]),helper['getFinalCaps'](this[_0x56a4f8(0x280)],this[_0x56a4f8(0x25b)],this[_0x56a4f8(0x27f)]);if(!helper[_0x56a4f8(0x1f5)]()){if(_0x166abc[_0x56a4f8(0x231)](_0x166abc[_0x56a4f8(0x20a)],_0x166abc[_0x56a4f8(0x267)])){try{if(_0x166abc[_0x56a4f8(0x249)](_0x166abc[_0x56a4f8(0x19b)],_0x166abc[_0x56a4f8(0x1f2)])){_0x4a1511[_0x56a4f8(0x18c)]('Error\x20in\x20percy\x20setup\x20'+_0x591f9b);throw new _0x366296(_0x5c5473['toString']());}else process[_0x56a4f8(0x194)][_0x56a4f8(0x24a)]=_0x698225,helper['fireFunnelTestEvent'](_0x166abc[_0x56a4f8(0x1f6)],{},this['config'],this['framework']);}catch(_0x36eae9){_0x166abc['YGsnR'](_0x166abc[_0x56a4f8(0x1c3)],_0x166abc[_0x56a4f8(0x24f)])?logger[_0x56a4f8(0x18c)](_0x56a4f8(0x1e3)+_0x36eae9):(_0x193a6f[_0x56a4f8(0x230)](_0x1b2b45['message']),_0x1504f1[_0x56a4f8(0x18c)](_0x556f16[_0x56a4f8(0x1eb)](_0x230603)),this[_0x56a4f8(0x275)][_0x56a4f8(0x22a)](_0x666315[_0x56a4f8(0x1eb)]('%j',_0x5da940)),_0x5d4fb9[_0x56a4f8(0x1c5)](_0x151779));}return;}else!_0xe3123e[_0x56a4f8(0x27d)](this[_0x56a4f8(0x280)]['browserStackLocalOptions'])&&_0x166abc['dptXJ'](this['config'][_0x56a4f8(0x24b)][_0x56a4f8(0x1c1)],_0x18b8c6)?this[_0x56a4f8(0x280)][_0x56a4f8(0x24b)][_0x56a4f8(0x23c)]=_0x1a182c[_0x56a4f8(0x251)]():this[_0x56a4f8(0x280)][_0x56a4f8(0x24b)]={'localIdentifier':_0x5b57a2[_0x56a4f8(0x251)]()};}if(helper[_0x56a4f8(0x1b8)](_0x698225)){if(_0x166abc[_0x56a4f8(0x193)](_0x166abc[_0x56a4f8(0x1f0)],_0x166abc[_0x56a4f8(0x1f0)])){_0x166abc[_0x56a4f8(0x213)](_0x166abc[_0x56a4f8(0x1d8)](parseInt,helper[_0x56a4f8(0x232)](_0x166abc[_0x56a4f8(0x206)])),0x3)&&(_0x166abc['grnNL'](_0x166abc['UCkDr'],_0x166abc[_0x56a4f8(0x252)])?(_0x23ee21['env'][_0x56a4f8(0x24a)]=_0x3cf7a2,_0x2f7047['fireFunnelTestEvent'](_0x166abc[_0x56a4f8(0x1f6)],{},this[_0x56a4f8(0x280)],this[_0x56a4f8(0x20c)])):this[_0x56a4f8(0x280)][_0x56a4f8(0x1ee)]=![]);if(_0x166abc[_0x56a4f8(0x201)](helper[_0x56a4f8(0x26c)](helper['getPackageVersion'](_0x166abc['bzWQm']),_0x166abc['pTHau']),0x1)){if(_0x166abc['dptXJ'](_0x166abc[_0x56a4f8(0x1a4)],_0x166abc[_0x56a4f8(0x1a4)]))this[_0x56a4f8(0x280)][_0x56a4f8(0x1ee)]=!![];else{const _0x3ad4be=_0xdeb0d4=>{const _0x5eaebb=_0x56a4f8;_0x4182af[_0x5eaebb(0x230)](_0xdeb0d4['message']),_0x125f5c[_0x5eaebb(0x18c)](_0x127961['format'](_0xdeb0d4)),this[_0x5eaebb(0x275)][_0x5eaebb(0x22a)](_0x289822[_0x5eaebb(0x1eb)]('%j',_0xdeb0d4)),_0xafcfc4[_0x5eaebb(0x1c5)](_0xdeb0d4);};_0x4f120f['on'](_0x166abc[_0x56a4f8(0x1de)],_0x3ad4be),_0x30da26['on'](_0x166abc[_0x56a4f8(0x20e)],_0x3ad4be);}}}else _0xf9e567[_0x56a4f8(0x1b5)](_0x166abc[_0x56a4f8(0x234)]);}if(helper[_0x56a4f8(0x27d)](this['config'][_0x56a4f8(0x1c2)])||helper[_0x56a4f8(0x27d)](this['config'][_0x56a4f8(0x1c2)][_0x56a4f8(0x1c8)])){if(_0x166abc[_0x56a4f8(0x1a6)](_0x166abc[_0x56a4f8(0x1bd)],_0x166abc[_0x56a4f8(0x1fc)]))_0x792ff1[_0x56a4f8(0x27d)](this[_0x56a4f8(0x280)]['parallelsPerPlatform'])?_0x11c9a0['info'](_0x166abc[_0x56a4f8(0x270)]):_0x58d264[_0x56a4f8(0x1b5)](_0x166abc[_0x56a4f8(0x234)]),this[_0x56a4f8(0x280)]['platforms']=[];else{if(helper[_0x56a4f8(0x27d)](this[_0x56a4f8(0x280)][_0x56a4f8(0x1b7)]))_0x166abc[_0x56a4f8(0x1dc)](_0x166abc[_0x56a4f8(0x1e4)],_0x166abc[_0x56a4f8(0x1a7)])?_0x3b131c['error'](_0x166abc['WoScO'],_0x3f785a[_0x56a4f8(0x1ca)]):logger['info'](_0x166abc[_0x56a4f8(0x270)]);else{if(_0x166abc[_0x56a4f8(0x193)](_0x166abc[_0x56a4f8(0x217)],_0x166abc[_0x56a4f8(0x22e)]))throw new _0x31e4da(_0x166abc['RYpwb']);else logger[_0x56a4f8(0x1b5)](_0x166abc[_0x56a4f8(0x234)]);}this['config'][_0x56a4f8(0x1c2)]=[];}}if(this[_0x56a4f8(0x280)]['envFile']){if(_0x166abc[_0x56a4f8(0x249)](_0x166abc[_0x56a4f8(0x26d)],_0x166abc[_0x56a4f8(0x26d)])){logger[_0x56a4f8(0x250)](_0x166abc['fYbNE'](_0x166abc[_0x56a4f8(0x1cd)],this[_0x56a4f8(0x280)][_0x56a4f8(0x1f1)]));const _0x596cc2={};_0x596cc2[_0x56a4f8(0x27b)]=this[_0x56a4f8(0x280)]['envFile'],dotenv[_0x56a4f8(0x280)](_0x596cc2);}else _0x539a6b[_0x56a4f8(0x230)](_0x166abc[_0x56a4f8(0x279)],_0x1c4ca8['message']);}else{if(_0x166abc[_0x56a4f8(0x24c)](_0x166abc[_0x56a4f8(0x277)],_0x166abc[_0x56a4f8(0x277)])){try{_0x20d9ec['env'][_0x56a4f8(0x24a)]=_0x30b908,_0x216f16['fireFunnelTestEvent'](_0x166abc[_0x56a4f8(0x1f6)],{},this['config'],this['framework']);}catch(_0x51f980){_0x1ce7ed[_0x56a4f8(0x18c)](_0x56a4f8(0x1e3)+_0x51f980);}return;}else dotenv['config']();}!this[_0x56a4f8(0x280)]['browserStackLocalOptions']&&(this[_0x56a4f8(0x280)][_0x56a4f8(0x24b)]=this[_0x56a4f8(0x280)][_0x56a4f8(0x23e)]||{}),!this[_0x56a4f8(0x280)][_0x56a4f8(0x269)]&&(this[_0x56a4f8(0x280)][_0x56a4f8(0x269)]={});if(helper[_0x56a4f8(0x27d)](helper[_0x56a4f8(0x264)](this['config']))||helper[_0x56a4f8(0x27d)](helper[_0x56a4f8(0x227)](this[_0x56a4f8(0x280)]))){if(_0x166abc['dptXJ'](_0x166abc[_0x56a4f8(0x218)],_0x166abc[_0x56a4f8(0x218)]))throw new Error(_0x166abc[_0x56a4f8(0x1b4)]);else this[_0x56a4f8(0x280)][_0x56a4f8(0x27a)]=_0x4cb0a0[_0x56a4f8(0x1b6)](_0x2f2cc8[_0x56a4f8(0x194)][_0x56a4f8(0x1b0)]),this['config'][_0x56a4f8(0x1b3)]=this[_0x56a4f8(0x280)][_0x56a4f8(0x1b3)]||{};}if(helper[_0x56a4f8(0x1bc)](this[_0x56a4f8(0x280)])&&helper[_0x56a4f8(0x27d)](helper['getLocalIdentifier'](this[_0x56a4f8(0x280)]))){if(_0x166abc[_0x56a4f8(0x1a6)](_0x166abc[_0x56a4f8(0x1e6)],_0x166abc[_0x56a4f8(0x1e6)]))!helper['isUndefined'](this[_0x56a4f8(0x280)]['browserStackLocalOptions'])&&_0x166abc[_0x56a4f8(0x1d2)](this['config'][_0x56a4f8(0x24b)][_0x56a4f8(0x1c1)],Object)?_0x166abc['grnNL'](_0x166abc[_0x56a4f8(0x257)],_0x166abc[_0x56a4f8(0x257)])?this[_0x56a4f8(0x280)]['browserStackLocalOptions'][_0x56a4f8(0x23c)]=_0x566887[_0x56a4f8(0x251)]():this[_0x56a4f8(0x280)]['browserStackLocalOptions'][_0x56a4f8(0x23c)]=helper[_0x56a4f8(0x251)]():_0x166abc['WpWxs'](_0x166abc[_0x56a4f8(0x22c)],_0x166abc['NeFGu'])?this['config'][_0x56a4f8(0x1ee)]=![]:this[_0x56a4f8(0x280)][_0x56a4f8(0x24b)]={'localIdentifier':helper[_0x56a4f8(0x251)]()};else throw new _0x17ada3(_0x166abc[_0x56a4f8(0x258)]);}helper[_0x56a4f8(0x211)](this['config'],this['cliConfig'],this['envConfig']);try{_0x166abc[_0x56a4f8(0x193)](_0x166abc['VkkHi'],_0x166abc['LdHTC'])?this['config'][_0x56a4f8(0x1ee)]=!![]:(process[_0x56a4f8(0x194)][_0x56a4f8(0x24a)]=_0x462810['_'][0x0],helper[_0x56a4f8(0x273)](_0x166abc['vaisX'],{},this[_0x56a4f8(0x280)],this['framework']));}catch(_0x1b0d02){_0x166abc['QUJvN'](_0x166abc[_0x56a4f8(0x265)],_0x166abc['vKtmj'])?(_0x501969[_0x56a4f8(0x194)][_0x56a4f8(0x24a)]=_0x155df2['_'][0x0],_0xbcb2aa[_0x56a4f8(0x273)](_0x166abc[_0x56a4f8(0x1f6)],{},this[_0x56a4f8(0x280)],this[_0x56a4f8(0x20c)])):logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x1b0d02);}}async[a47_0x23117e(0x1ff)](){const _0x108cba=a47_0x23117e,_0x19b8c3={'DlsYL':_0x108cba(0x1c4),'TJisd':_0x108cba(0x255),'ULObI':'true','ZEvqQ':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','wWTXZ':function(_0x119b78,_0x2e8721){return _0x119b78<_0x2e8721;},'FpnCz':function(_0x232a12,_0xbfebdc){return _0x232a12(_0xbfebdc);},'WUTTs':'selenium-webdriver','nMqiL':function(_0x312468,_0x201528){return _0x312468===_0x201528;},'ZfoxT':_0x108cba(0x1d7),'hmtQA':function(_0x4cd79c,_0x4c313c){return _0x4cd79c(_0x4c313c);},'wXdwQ':function(_0x22059e,_0x4dc054){return _0x22059e!==_0x4dc054;},'qKUNn':_0x108cba(0x199),'NPlBs':_0x108cba(0x25f),'LHFyw':function(_0x15d6d4,_0x57e665){return _0x15d6d4!==_0x57e665;},'MEuLv':_0x108cba(0x1ec),'kwTBJ':'bvyWg','hMBFw':function(_0x100fbf,_0x1516ae){return _0x100fbf===_0x1516ae;},'ahEIK':'playwright','hamPu':_0x108cba(0x1e1),'FeFUe':function(_0x32761c,_0x5c210a){return _0x32761c+_0x5c210a;},'oudxc':_0x108cba(0x21f),'nZANH':_0x108cba(0x239),'ipknE':_0x108cba(0x18f),'JQhEy':function(_0x29beee,_0x492d57){return _0x29beee(_0x492d57);},'lgXSv':_0x108cba(0x243)};if(_0x19b8c3[_0x108cba(0x1c0)](isTurboScaleSession,this[_0x108cba(0x280)])){if(_0x19b8c3['wXdwQ'](_0x19b8c3[_0x108cba(0x246)],_0x19b8c3[_0x108cba(0x25a)])){const _0x24723e=await helper[_0x108cba(0x195)](this[_0x108cba(0x280)]);this['config'][_0x108cba(0x241)]=_0x24723e;if(_0x24723e[_0x108cba(0x18a)]){if(_0x19b8c3[_0x108cba(0x1a3)](_0x19b8c3[_0x108cba(0x1a1)],_0x19b8c3[_0x108cba(0x1bf)]))this['config']['browserstackLocal']=!![],this[_0x108cba(0x280)][_0x108cba(0x24b)][_0x108cba(0x23c)]=_0x19b8c3[_0x108cba(0x1d9)],this[_0x108cba(0x280)][_0x108cba(0x24b)][_0x19b8c3[_0x108cba(0x1d1)]]=_0x24723e[_0x108cba(0x1d4)][_0x108cba(0x26b)](','),this[_0x108cba(0x280)]['browserStackLocalOptions']['forceLocal']=_0x19b8c3['ULObI'];else{_0x587959['debug'](_0x29efa1);throw new _0x4bd823(_0x507391['toString']());}}this[_0x108cba(0x280)][_0x108cba(0x1a8)]=_0x24723e[_0x108cba(0x23d)],this[_0x108cba(0x20c)]&&_0x19b8c3[_0x108cba(0x22d)](this[_0x108cba(0x20c)]['toLowerCase'](),_0x19b8c3[_0x108cba(0x1f4)])&&(_0x19b8c3['hMBFw'](_0x19b8c3['hamPu'],_0x19b8c3['hamPu'])?this[_0x108cba(0x280)]['turboScaleUrl']=_0x19b8c3[_0x108cba(0x1e0)](_0x24723e[_0x108cba(0x19d)],_0x19b8c3['oudxc']):(this[_0x108cba(0x280)][_0x108cba(0x1dd)]=!![],this[_0x108cba(0x280)][_0x108cba(0x24b)][_0x108cba(0x23c)]=_0x19b8c3[_0x108cba(0x1d9)],this[_0x108cba(0x280)]['browserStackLocalOptions'][_0x19b8c3[_0x108cba(0x1d1)]]=_0x43bd9f['customRepeaters']['join'](','),this[_0x108cba(0x280)]['browserStackLocalOptions'][_0x108cba(0x190)]=_0x19b8c3[_0x108cba(0x240)])),constants[_0x108cba(0x1a0)]=helper[_0x108cba(0x1fe)](this[_0x108cba(0x280)]),logger[_0x108cba(0x18c)](_0x108cba(0x261)+constants['hubUrl']);}else _0x1ee63c[_0x108cba(0x250)](_0x19b8c3[_0x108cba(0x1b9)]);}helper[_0x108cba(0x1a9)](this['config']),this[_0x108cba(0x1c6)](),constants[_0x108cba(0x1d3)][_0x108cba(0x1d5)](this[_0x108cba(0x20c)])&&(_0x19b8c3[_0x108cba(0x1a3)](_0x19b8c3[_0x108cba(0x1ef)],_0x19b8c3[_0x108cba(0x1ef)])?_0x4e2b56['debug'](_0x108cba(0x1e3)+_0x16037f):await this[_0x108cba(0x1df)]()),await this[_0x108cba(0x26e)](),![_0x19b8c3[_0x108cba(0x21a)]][_0x108cba(0x1d5)](this[_0x108cba(0x20c)])&&!_0x19b8c3['JQhEy'](isTurboScaleSession,this[_0x108cba(0x280)])&&(_0x19b8c3['LHFyw'](_0x19b8c3[_0x108cba(0x1c9)],_0x19b8c3['lgXSv'])?(_0x19b8c3[_0x108cba(0x1ea)](_0x19b8c3[_0x108cba(0x225)](_0x5d52fd,_0x40147d[_0x108cba(0x232)](_0x19b8c3[_0x108cba(0x27e)])),0x3)&&(this[_0x108cba(0x280)][_0x108cba(0x1ee)]=![]),_0x19b8c3[_0x108cba(0x247)](_0x312e5b['compareVersions'](_0x2087dd[_0x108cba(0x232)](_0x19b8c3[_0x108cba(0x27e)]),_0x19b8c3['ZfoxT']),0x1)&&(this[_0x108cba(0x280)][_0x108cba(0x1ee)]=!![])):await this['setUpHubUrl']());}async['setupPercy'](){const _0x1d2427=a47_0x23117e,_0x2cae16={'fGkbi':'userName\x20or\x20accessKey\x20is\x20not\x20defined','MQOlL':function(_0x4a0225,_0x7de349){return _0x4a0225===_0x7de349;},'EarBt':'TSOoD','aCZIT':function(_0x35aeac,_0x41740b){return _0x35aeac===_0x41740b;},'YjCjY':function(_0x89c07,_0x3b206){return _0x89c07(_0x3b206);},'JFYOz':_0x1d2427(0x1a5),'jJQnp':function(_0x6bc5a7,_0x7e5548){return _0x6bc5a7!==_0x7e5548;},'EDbHP':_0x1d2427(0x204),'blRLZ':_0x1d2427(0x207),'fWFgs':function(_0x3d241d,_0x185191){return _0x3d241d!==_0x185191;},'AbCGD':_0x1d2427(0x1be),'PTrlu':_0x1d2427(0x198),'cjVMy':_0x1d2427(0x223),'zbAHW':_0x1d2427(0x203),'RAeij':_0x1d2427(0x1ad),'jhUZK':_0x1d2427(0x22b),'MDcnR':'SIGINT','zljir':_0x1d2427(0x19e),'rahqr':function(_0x1f3634,_0x25210d){return _0x1f3634===_0x25210d;},'XZxha':_0x1d2427(0x276),'buxvX':_0x1d2427(0x24e)};if(helper[_0x1d2427(0x1b6)](this['config'][_0x1d2427(0x1e9)])&&(!this['percy']||!this[_0x1d2427(0x1e9)][_0x1d2427(0x221)]())){if(_0x2cae16[_0x1d2427(0x19f)](_0x2cae16[_0x1d2427(0x1ab)],_0x2cae16[_0x1d2427(0x263)]))try{if(_0x2cae16[_0x1d2427(0x248)](_0x2cae16[_0x1d2427(0x215)],_0x2cae16[_0x1d2427(0x215)]))this[_0x1d2427(0x280)][_0x1d2427(0x24b)]={'localIdentifier':_0x37faf9[_0x1d2427(0x251)]()};else{this[_0x1d2427(0x1e9)]=await percyHelper['startPercy'](this['config']);if(!this[_0x1d2427(0x1e9)]){if(_0x2cae16['aCZIT'](_0x2cae16['PTrlu'],_0x2cae16[_0x1d2427(0x1ce)]))throw new _0x26721d(_0x2cae16[_0x1d2427(0x196)]);else throw new Error(_0x2cae16[_0x1d2427(0x1d0)]);}logger['info'](_0x2cae16[_0x1d2427(0x253)]);let _0x39ee28=0x0;const _0x515650=async()=>{const _0x2971ea=_0x1d2427;_0x2cae16[_0x2971ea(0x242)](_0x2cae16[_0x2971ea(0x1e5)],_0x2cae16['EarBt'])?(_0x39ee28++,_0x2cae16['aCZIT'](_0x39ee28,0x1)&&await this[_0x2971ea(0x20f)]()):_0xe61fa0[_0x2971ea(0x280)]();};process['on'](_0x2cae16['jhUZK'],_0x515650),process['on'](_0x2cae16[_0x1d2427(0x25d)],_0x515650),process['on'](_0x2cae16['zljir'],_0x515650);}}catch(_0x4f00dc){if(_0x2cae16[_0x1d2427(0x272)](_0x2cae16[_0x1d2427(0x192)],_0x2cae16[_0x1d2427(0x245)]))throw new _0x194ecf(this['config'][_0x1d2427(0x230)]);else{logger['debug'](_0x1d2427(0x224)+_0x4f00dc);throw new Error(_0x4f00dc[_0x1d2427(0x209)]());}}else _0x2cae16[_0x1d2427(0x235)](_0x10a71c,_0x2cae16[_0x1d2427(0x278)])();}}async[a47_0x23117e(0x20f)](){const _0x136980=a47_0x23117e,_0x17f14e={};_0x17f14e[_0x136980(0x1f9)]='Percy\x20stopped',_0x17f14e[_0x136980(0x1cf)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x34ef4a=_0x17f14e;if(this['percy']&&this['percy']['isRunning']())try{await percyHelper[_0x136980(0x20f)](this['percy']),logger[_0x136980(0x250)](_0x34ef4a[_0x136980(0x1f9)]);}catch(_0x44ead0){logger[_0x136980(0x230)](_0x34ef4a[_0x136980(0x1cf)],_0x44ead0[_0x136980(0x1ca)]);}}async[a47_0x23117e(0x26e)](){const _0x44f908=a47_0x23117e,_0x115591={};_0x115591[_0x44f908(0x22f)]=function(_0x40a0b2,_0x398c9a){return _0x40a0b2===_0x398c9a;},_0x115591['nGHtz']='Local\x20binary\x20started\x20successfully',_0x115591[_0x44f908(0x1ed)]=_0x44f908(0x22b),_0x115591['WmAjc']=_0x44f908(0x228),_0x115591[_0x44f908(0x226)]=_0x44f908(0x19e);const _0x5c8021=_0x115591;if(helper[_0x44f908(0x1b6)](this[_0x44f908(0x280)]['browserstackLocal'])&&(!this[_0x44f908(0x1dd)]||!this[_0x44f908(0x1dd)]['isRunning']()))try{this['browserstackLocal']=await helper[_0x44f908(0x210)](this['config']),logger[_0x44f908(0x250)](_0x5c8021[_0x44f908(0x1e8)]);let _0x4ae13a=0x0;const _0x3cb0b0=async()=>{const _0x21153b=_0x44f908;_0x4ae13a++,_0x5c8021['xZZnB'](_0x4ae13a,0x1)&&await this[_0x21153b(0x1ba)]();};process['on'](_0x5c8021[_0x44f908(0x1ed)],_0x3cb0b0),process['on'](_0x5c8021['WmAjc'],_0x3cb0b0),process['on'](_0x5c8021[_0x44f908(0x226)],_0x3cb0b0);}catch(_0x1f3cbb){logger[_0x44f908(0x18c)](_0x1f3cbb);throw new Error(_0x1f3cbb['toString']());}}async[a47_0x23117e(0x1ba)](){const _0x45ab4e=a47_0x23117e,_0x4388c4={};_0x4388c4['FvIhp']=_0x45ab4e(0x1cc),_0x4388c4[_0x45ab4e(0x220)]=_0x45ab4e(0x1bb);const _0x3f76c8=_0x4388c4;if(this[_0x45ab4e(0x1dd)]&&this[_0x45ab4e(0x1dd)][_0x45ab4e(0x221)]())try{await helper[_0x45ab4e(0x1ac)](this[_0x45ab4e(0x1dd)]),logger[_0x45ab4e(0x250)](_0x3f76c8['FvIhp']);}catch(_0x8ad67f){logger[_0x45ab4e(0x230)](_0x3f76c8[_0x45ab4e(0x220)],_0x8ad67f[_0x45ab4e(0x1ca)]);}}async['setUpHubUrl'](){const _0x1e36ba=a47_0x23117e;await hubAllocator[_0x1e36ba(0x233)](this[_0x1e36ba(0x280)]);}['setupKeepAlive'](){const _0x586011=a47_0x23117e,_0x22f1f={'ADoYU':function(_0x59e01f,_0x1d1e77){return _0x59e01f(_0x1d1e77);},'XdJbj':'./setKeepAlive'};_0x22f1f['ADoYU'](require,_0x22f1f[_0x586011(0x1f3)])();}[a47_0x23117e(0x244)](){const _0x4ed5b7=a47_0x23117e,_0x16e5ac={};_0x16e5ac['vEPTy']='unhandledRejection',_0x16e5ac[_0x4ed5b7(0x21e)]=_0x4ed5b7(0x216);const _0x17929d=_0x16e5ac,_0x557f7f=_0x443d39=>{const _0x39bc7d=_0x4ed5b7;logger[_0x39bc7d(0x230)](_0x443d39[_0x39bc7d(0x1ca)]),logger[_0x39bc7d(0x18c)](util[_0x39bc7d(0x1eb)](_0x443d39)),this['unhandledErrors'][_0x39bc7d(0x22a)](util[_0x39bc7d(0x1eb)]('%j',_0x443d39)),PerformanceTester['captureError'](_0x443d39);};process['on'](_0x17929d[_0x4ed5b7(0x23b)],_0x557f7f),process['on'](_0x17929d[_0x4ed5b7(0x21e)],_0x557f7f);}}exports['default']=BrowserStackSetup;
1
+ const a47_0x2a2ce4=a47_0x4ef2;(function(_0x200e4b,_0x569cfd){const _0x1afe78=a47_0x4ef2,_0x1b1f54=_0x200e4b();while(!![]){try{const _0x203e96=-parseInt(_0x1afe78(0x1b7))/0x1+parseInt(_0x1afe78(0x182))/0x2+-parseInt(_0x1afe78(0x180))/0x3*(parseInt(_0x1afe78(0x1fb))/0x4)+parseInt(_0x1afe78(0x1a4))/0x5*(parseInt(_0x1afe78(0x15a))/0x6)+parseInt(_0x1afe78(0x139))/0x7+-parseInt(_0x1afe78(0x16b))/0x8+parseInt(_0x1afe78(0x165))/0x9;if(_0x203e96===_0x569cfd)break;else _0x1b1f54['push'](_0x1b1f54['shift']());}catch(_0x2260f5){_0x1b1f54['push'](_0x1b1f54['shift']());}}}(a47_0x2ae6,0xe9555));function a47_0x4ef2(_0x458e12,_0x23e14d){const _0x2ae6a6=a47_0x2ae6();return a47_0x4ef2=function(_0x4ef259,_0x4cb36d){_0x4ef259=_0x4ef259-0x124;let _0x23f63e=_0x2ae6a6[_0x4ef259];return _0x23f63e;},a47_0x4ef2(_0x458e12,_0x23e14d);}const util=require(a47_0x2a2ce4(0x1dd)),dotenv=require(a47_0x2a2ce4(0x13f)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a47_0x2a2ce4(0x1e8)),logger=require('./logger')['winstonLogger'],helper=require(a47_0x2a2ce4(0x20f)),percyHelper=require(a47_0x2a2ce4(0x13c)),hubAllocator=require('../hubAllocationMethods'),PerformanceTester=require(a47_0x2a2ce4(0x163));class BrowserStackSetup{constructor(_0x2353ad,_0x4be223){const _0xe98fae=a47_0x2a2ce4,_0x379e2b={'xSznL':_0xe98fae(0x210),'NqeJV':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','EcEaj':function(_0x38a39b,_0x54d786){return _0x38a39b+_0x54d786;},'kCNcW':'Loading\x20environment\x20from:\x20','TDAnk':_0xe98fae(0x132),'Adpwa':function(_0x35d5ea,_0x3e48b4){return _0x35d5ea<_0x3e48b4;},'kNcVq':function(_0x2f2323,_0x3e1043){return _0x2f2323(_0x3e1043);},'XtEpc':'selenium-webdriver','BScrx':function(_0x162602,_0x5c4138){return _0x162602===_0x5c4138;},'HCbDh':_0xe98fae(0x183),'pigEZ':_0xe98fae(0x133),'ysmDM':_0xe98fae(0x1ce),'gLHBC':_0xe98fae(0x199),'TVDen':_0xe98fae(0x13d),'Ekchn':_0xe98fae(0x134),'qUNJh':'unhandledRejection','wdrkO':_0xe98fae(0x152),'IPQer':function(_0x467e16,_0x11d59e){return _0x467e16===_0x11d59e;},'Nreux':'./setKeepAlive','aYpJY':function(_0x11fcc9,_0x55ab2c){return _0x11fcc9+_0x55ab2c;},'SEBxp':_0xe98fae(0x1d0),'PGYJP':function(_0x52c46,_0x187c25){return _0x52c46===_0x187c25;},'LHfOW':_0xe98fae(0x1ea),'VVqQK':_0xe98fae(0x185),'btrmj':function(_0x260cd8,_0x46339c){return _0x260cd8!==_0x46339c;},'dbVDu':'EYbmi','tOWut':'EiaOB','CxnlB':function(_0x2ed96d,_0x237d43){return _0x2ed96d!==_0x237d43;},'GmlcZ':'HQXbL','dLvzJ':_0xe98fae(0x1fd),'lfpWJ':'sDQTJ','fcmIb':'utCTa','dfeMc':'rnwYo','nthEu':'LiWWB','uULAT':function(_0xa986cd,_0x42ba53){return _0xa986cd<_0x42ba53;},'CHGxg':function(_0x411c62,_0x3251ec){return _0x411c62!==_0x3251ec;},'vwzLc':'SyKuy','Tcudj':_0xe98fae(0x1cb),'GbjXI':_0xe98fae(0x1cc),'trhiG':_0xe98fae(0x124),'KrBWc':'MyEbg','EICin':_0xe98fae(0x1e5),'jymri':function(_0x3e37fc,_0x279e53){return _0x3e37fc===_0x279e53;},'nPvWH':_0xe98fae(0x178),'xtYyl':_0xe98fae(0x143),'XUhmj':function(_0x3d2155,_0x101c83){return _0x3d2155!==_0x101c83;},'DKpqr':_0xe98fae(0x186),'gwjMp':function(_0x257bd5,_0xd27fbf){return _0x257bd5+_0xd27fbf;},'eSjWx':_0xe98fae(0x135),'IwLkP':function(_0x3ac4b1,_0x1a2265){return _0x3ac4b1!==_0x1a2265;},'pTlZV':_0xe98fae(0x1af),'mTwuh':_0xe98fae(0x213),'yRtpl':function(_0x5b4605,_0x14bc0c){return _0x5b4605!==_0x14bc0c;},'PaWqA':'VnGdT','hyVXp':_0xe98fae(0x18d),'MIlGD':function(_0x19b5f3,_0x2cf971){return _0x19b5f3===_0x2cf971;},'SIMvj':function(_0x50e764,_0x16c4b7){return _0x50e764!==_0x16c4b7;},'yrpXn':_0xe98fae(0x12d),'Icjyp':function(_0x26afe8,_0x7389ce){return _0x26afe8!==_0x7389ce;},'FAdYN':'GsPlW','xEMcC':_0xe98fae(0x1ff),'Nmdym':function(_0x2f77c0,_0x4f9cca){return _0x2f77c0===_0x4f9cca;},'pAlXe':_0xe98fae(0x14b),'nmGIP':_0xe98fae(0x1b0),'bQOqo':function(_0x11b26c,_0x5da098){return _0x11b26c===_0x5da098;},'HroGY':'EZmaP','DWpHo':'CPtLI'};this[_0xe98fae(0x173)]=[],this[_0xe98fae(0x159)]=helper[_0xe98fae(0x16e)](_0x2353ad),this[_0xe98fae(0x160)]=helper[_0xe98fae(0x1e4)](),this[_0xe98fae(0x19f)]=null,this[_0xe98fae(0x1ae)]=null,this[_0xe98fae(0x208)]=helper['readConfig'](helper['getConfigPath'](_0x2353ad)),this[_0xe98fae(0x208)][_0xe98fae(0x205)]=this['config']['platforms']||[],this[_0xe98fae(0x208)][_0xe98fae(0x1b8)]=this[_0xe98fae(0x208)]['testContextOptions']||{},this['config'][_0xe98fae(0x1b8)][_0xe98fae(0x1c6)]=helper[_0xe98fae(0x14a)](this[_0xe98fae(0x208)][_0xe98fae(0x1b8)]['skipSessionStatus']),this[_0xe98fae(0x1ab)]={},global['config']=this[_0xe98fae(0x208)],global[_0xe98fae(0x1e9)]=_0x4be223,helper['sanitizeCaps'](this[_0xe98fae(0x208)]),this['framework']=_0x4be223;if(helper[_0xe98fae(0x207)](this[_0xe98fae(0x208)])){if(_0x379e2b[_0xe98fae(0x1de)](_0x379e2b[_0xe98fae(0x1e3)],_0x379e2b['VVqQK'])){try{_0x2d43d7[_0xe98fae(0x212)][_0xe98fae(0x18f)]=_0x40dd12,_0x191dbe['fireFunnelTestEvent'](_0x379e2b[_0xe98fae(0x156)],{},this[_0xe98fae(0x208)],this[_0xe98fae(0x1e9)]);}catch(_0x128485){_0x56b96e['debug'](_0xe98fae(0x158)+_0x128485);}return;}else throw new Error(_0x379e2b[_0xe98fae(0x169)]);}if(this[_0xe98fae(0x208)][_0xe98fae(0x15c)]){if(_0x379e2b[_0xe98fae(0x16a)](_0x379e2b[_0xe98fae(0x125)],_0x379e2b[_0xe98fae(0x125)])){_0x27bd11[_0xe98fae(0x20e)](_0xe98fae(0x1d8)+_0x5ab921);throw new _0x166c64(_0x2f46a4[_0xe98fae(0x1a1)]());}else throw new Error(this[_0xe98fae(0x208)][_0xe98fae(0x15c)]);}this[_0xe98fae(0x19a)]();if(process[_0xe98fae(0x212)]['BROWSERSTACK_TURBOSCALE']){if(_0x379e2b[_0xe98fae(0x12a)](_0x379e2b[_0xe98fae(0x15f)],_0x379e2b['tOWut']))this[_0xe98fae(0x208)][_0xe98fae(0x192)]=helper[_0xe98fae(0x14a)](process['env'][_0xe98fae(0x12c)]),this[_0xe98fae(0x208)][_0xe98fae(0x1fc)]=this[_0xe98fae(0x208)]['turboScaleOptions']||{};else throw new _0x5cdf90(_0x379e2b['NqeJV']);}helper[_0xe98fae(0x202)](this['config'],this[_0xe98fae(0x159)]),helper[_0xe98fae(0x1d6)](this[_0xe98fae(0x208)],this['cliConfig'],this[_0xe98fae(0x160)]);if(!helper[_0xe98fae(0x146)]()){if(_0x379e2b['CxnlB'](_0x379e2b[_0xe98fae(0x1c7)],_0x379e2b[_0xe98fae(0x1c7)])){_0x4e8934[_0xe98fae(0x1a0)](_0x379e2b[_0xe98fae(0x198)](_0x379e2b[_0xe98fae(0x1f1)],this[_0xe98fae(0x208)][_0xe98fae(0x17a)]));const _0x4b9f9c={};_0x4b9f9c['path']=this[_0xe98fae(0x208)][_0xe98fae(0x17a)],_0x3af414[_0xe98fae(0x208)](_0x4b9f9c);}else{try{_0x379e2b[_0xe98fae(0x16a)](_0x379e2b[_0xe98fae(0x1fe)],_0x379e2b[_0xe98fae(0x1f4)])?(process[_0xe98fae(0x212)]['FRAMEWORK']=_0x4be223,helper['fireFunnelTestEvent'](_0x379e2b[_0xe98fae(0x156)],{},this['config'],this[_0xe98fae(0x1e9)])):_0xd6e394[_0xe98fae(0x1a0)](_0x379e2b[_0xe98fae(0x200)]);}catch(_0xb76ebe){_0x379e2b['PGYJP'](_0x379e2b[_0xe98fae(0x1bf)],_0x379e2b['dfeMc'])?(_0x379e2b[_0xe98fae(0x1ba)](_0x379e2b[_0xe98fae(0x15b)](_0x4287fe,_0x255f69[_0xe98fae(0x211)](_0x379e2b['XtEpc'])),0x3)&&(this['config'][_0xe98fae(0x167)]=![]),_0x379e2b[_0xe98fae(0x12a)](_0x5a4c7f[_0xe98fae(0x174)](_0x174d63[_0xe98fae(0x211)](_0x379e2b['XtEpc']),_0x379e2b[_0xe98fae(0x20b)]),0x1)&&(this[_0xe98fae(0x208)][_0xe98fae(0x167)]=!![])):logger[_0xe98fae(0x20e)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0xb76ebe);}return;}}if(helper[_0xe98fae(0x1ef)](_0x4be223)){if(_0x379e2b['CxnlB'](_0x379e2b[_0xe98fae(0x147)],_0x379e2b['nthEu']))throw new _0x24aefd(_0x379e2b[_0xe98fae(0x169)]);else _0x379e2b[_0xe98fae(0x1d9)](_0x379e2b[_0xe98fae(0x15b)](parseInt,helper['getPackageVersion'](_0x379e2b[_0xe98fae(0x191)])),0x3)&&(_0x379e2b[_0xe98fae(0x20c)](_0x379e2b[_0xe98fae(0x1c8)],_0x379e2b[_0xe98fae(0x1c8)])?(this[_0xe98fae(0x208)][_0xe98fae(0x19f)]=!![],this[_0xe98fae(0x208)][_0xe98fae(0x201)][_0xe98fae(0x1be)]=_0x379e2b[_0xe98fae(0x17e)],this[_0xe98fae(0x208)][_0xe98fae(0x201)][_0x379e2b[_0xe98fae(0x1ad)]]=_0xfa8bc4[_0xe98fae(0x204)][_0xe98fae(0x155)](','),this[_0xe98fae(0x208)][_0xe98fae(0x201)][_0xe98fae(0x177)]=_0x379e2b[_0xe98fae(0x16d)]):this[_0xe98fae(0x208)][_0xe98fae(0x167)]=![]),_0x379e2b[_0xe98fae(0x12a)](helper[_0xe98fae(0x174)](helper['getPackageVersion'](_0x379e2b['XtEpc']),_0x379e2b['HCbDh']),0x1)&&(_0x379e2b[_0xe98fae(0x12a)](_0x379e2b[_0xe98fae(0x1d1)],_0x379e2b[_0xe98fae(0x1e0)])?this[_0xe98fae(0x208)][_0xe98fae(0x167)]=![]:this['config']['useW3C']=!![]);}if(helper[_0xe98fae(0x207)](this[_0xe98fae(0x208)][_0xe98fae(0x205)])||helper[_0xe98fae(0x207)](this[_0xe98fae(0x208)][_0xe98fae(0x205)][_0xe98fae(0x1f0)])){if(_0x379e2b['CxnlB'](_0x379e2b[_0xe98fae(0x19c)],_0x379e2b[_0xe98fae(0x1b6)]))helper[_0xe98fae(0x207)](this['config']['parallelsPerPlatform'])?_0x379e2b['btrmj'](_0x379e2b['EICin'],_0x379e2b[_0xe98fae(0x194)])?_0x41c3ad['error'](_0x379e2b[_0xe98fae(0x206)],_0x449bb3[_0xe98fae(0x129)]):logger[_0xe98fae(0x1a0)](_0x379e2b['TDAnk']):_0x379e2b[_0xe98fae(0x1a7)](_0x379e2b[_0xe98fae(0x1aa)],_0x379e2b[_0xe98fae(0x1aa)])?logger['warn'](_0x379e2b[_0xe98fae(0x1f8)]):(_0x37220f[_0xe98fae(0x15c)](_0x3a7437['message']),_0x568657[_0xe98fae(0x20e)](_0x437738[_0xe98fae(0x1c9)](_0x54a134)),this[_0xe98fae(0x173)][_0xe98fae(0x1c0)](_0x11ee50[_0xe98fae(0x1c9)]('%j',_0x3d40d0)),_0x22646d['captureError'](_0x1b815e)),this['config'][_0xe98fae(0x205)]=[];else{const _0x539083=_0x27a385=>{const _0x24fa0d=_0xe98fae;_0xec9337['error'](_0x27a385[_0x24fa0d(0x129)]),_0x52358c[_0x24fa0d(0x20e)](_0x4a38a2[_0x24fa0d(0x1c9)](_0x27a385)),this[_0x24fa0d(0x173)][_0x24fa0d(0x1c0)](_0x5e30d3[_0x24fa0d(0x1c9)]('%j',_0x27a385)),_0x3d4ff9['captureError'](_0x27a385);};_0x5d1c36['on'](_0x379e2b[_0xe98fae(0x190)],_0x539083),_0x511fb1['on'](_0x379e2b[_0xe98fae(0x179)],_0x539083);}}if(this[_0xe98fae(0x208)][_0xe98fae(0x17a)]){if(_0x379e2b[_0xe98fae(0x1ac)](_0x379e2b[_0xe98fae(0x1d4)],_0x379e2b[_0xe98fae(0x1d4)]))_0x57c731[_0xe98fae(0x20e)](_0xe98fae(0x158)+_0x573f7f);else{logger['info'](_0x379e2b[_0xe98fae(0x151)](_0x379e2b['kCNcW'],this[_0xe98fae(0x208)][_0xe98fae(0x17a)]));const _0x3601de={};_0x3601de['path']=this[_0xe98fae(0x208)][_0xe98fae(0x17a)],dotenv[_0xe98fae(0x208)](_0x3601de);}}else _0x379e2b[_0xe98fae(0x1de)](_0x379e2b[_0xe98fae(0x168)],_0x379e2b[_0xe98fae(0x168)])?dotenv['config']():this['config'][_0xe98fae(0x201)]['localIdentifier']=_0x28215f[_0xe98fae(0x164)]();!this[_0xe98fae(0x208)]['browserStackLocalOptions']&&(this[_0xe98fae(0x208)]['browserStackLocalOptions']=this[_0xe98fae(0x208)]['localOptions']||{}),!this[_0xe98fae(0x208)][_0xe98fae(0x1b8)]&&(this[_0xe98fae(0x208)][_0xe98fae(0x1b8)]={});if(helper[_0xe98fae(0x207)](helper[_0xe98fae(0x13e)](this[_0xe98fae(0x208)]))||helper['isUndefined'](helper[_0xe98fae(0x1ca)](this[_0xe98fae(0x208)]))){if(_0x379e2b['IwLkP'](_0x379e2b[_0xe98fae(0x1cf)],_0x379e2b['pTlZV']))!_0x2c76eb[_0xe98fae(0x207)](this[_0xe98fae(0x208)][_0xe98fae(0x201)])&&_0x379e2b['IPQer'](this['config'][_0xe98fae(0x201)][_0xe98fae(0x187)],_0xcf6307)?this['config']['browserStackLocalOptions']['localIdentifier']=_0x340618[_0xe98fae(0x164)]():this[_0xe98fae(0x208)][_0xe98fae(0x201)]={'localIdentifier':_0x26a87f[_0xe98fae(0x164)]()};else throw new Error(_0x379e2b[_0xe98fae(0x141)]);}if(helper[_0xe98fae(0x1c2)](this[_0xe98fae(0x208)])&&helper['isUndefined'](helper[_0xe98fae(0x16f)](this['config']))){if(_0x379e2b[_0xe98fae(0x1da)](_0x379e2b[_0xe98fae(0x1b4)],_0x379e2b['hyVXp'])){if(!helper['isUndefined'](this[_0xe98fae(0x208)]['browserStackLocalOptions'])&&_0x379e2b[_0xe98fae(0x15e)](this[_0xe98fae(0x208)][_0xe98fae(0x201)][_0xe98fae(0x187)],Object))_0x379e2b[_0xe98fae(0x176)](_0x379e2b['yrpXn'],_0x379e2b['yrpXn'])?_0x379e2b[_0xe98fae(0x15b)](_0x500d1f,_0x379e2b[_0xe98fae(0x144)])():this[_0xe98fae(0x208)][_0xe98fae(0x201)]['localIdentifier']=helper[_0xe98fae(0x164)]();else{if(_0x379e2b['Icjyp'](_0x379e2b[_0xe98fae(0x17c)],_0x379e2b['xEMcC']))this['config'][_0xe98fae(0x201)]={'localIdentifier':helper[_0xe98fae(0x164)]()};else{_0x4fe6c0[_0xe98fae(0x20e)](_0x3c0da0);throw new _0x125050(_0x1a9cc0[_0xe98fae(0x1a1)]());}}}else _0x53a244[_0xe98fae(0x212)][_0xe98fae(0x18f)]=_0x5e5e35,_0x3c9d2f['fireFunnelTestEvent'](_0x379e2b[_0xe98fae(0x156)],{},this[_0xe98fae(0x208)],this[_0xe98fae(0x1e9)]);}helper['setLogLevel'](this['config'],this[_0xe98fae(0x159)],this[_0xe98fae(0x160)]);try{_0x379e2b[_0xe98fae(0x13a)](_0x379e2b[_0xe98fae(0x1bc)],_0x379e2b[_0xe98fae(0x172)])?this[_0xe98fae(0x208)]['turboScaleUrl']=_0x379e2b[_0xe98fae(0x1f2)](_0x21569f['playwrightUrl'],_0x379e2b['SEBxp']):(process[_0xe98fae(0x212)][_0xe98fae(0x18f)]=_0x2353ad['_'][0x0],helper['fireFunnelTestEvent'](_0x379e2b['xSznL'],{},this[_0xe98fae(0x208)],this[_0xe98fae(0x1e9)]));}catch(_0x42e01e){_0x379e2b[_0xe98fae(0x209)](_0x379e2b[_0xe98fae(0x1d5)],_0x379e2b[_0xe98fae(0x1f7)])?_0x2860b1[_0xe98fae(0x20e)](_0xe98fae(0x158)+_0x1f4733):logger['debug'](_0xe98fae(0x158)+_0x42e01e);}}async[a47_0x2a2ce4(0x18a)](){const _0x481101=a47_0x2a2ce4,_0x231126={'ZHofD':_0x481101(0x143),'lNfiL':function(_0x3ca7fd,_0x544d74){return _0x3ca7fd(_0x544d74);},'qJePZ':function(_0x105301,_0x24e800){return _0x105301!==_0x24e800;},'WvQWk':_0x481101(0x1db),'wDHub':'sqrJj','wHMCc':function(_0x4d95b0,_0x3afc70){return _0x4d95b0===_0x3afc70;},'YTGLV':_0x481101(0x1c1),'EOMQP':_0x481101(0x1ce),'YIsOU':_0x481101(0x199),'mTwHh':'true','plfZD':function(_0x46c80b,_0x37b412){return _0x46c80b===_0x37b412;},'JuPMA':'playwright','YNEtj':function(_0xe38233,_0x2fc614){return _0xe38233!==_0x2fc614;},'Yonhw':_0x481101(0x14e),'zMWGk':_0x481101(0x1a8),'LHuAg':function(_0x926cc9,_0x37f19e){return _0x926cc9+_0x37f19e;},'wZhTU':'?caps=','mwIIq':'srMMp','rOBtG':_0x481101(0x145),'INvfU':function(_0x3624ad,_0x2d460d){return _0x3624ad(_0x2d460d);},'Nrxmh':'unbDa'};if(_0x231126[_0x481101(0x14c)](isTurboScaleSession,this[_0x481101(0x208)])){if(_0x231126[_0x481101(0x20a)](_0x231126['WvQWk'],_0x231126['wDHub'])){const _0x326ff3=await helper['getTurboScaleGridDetails'](this[_0x481101(0x208)]);this['config'][_0x481101(0x14d)]=_0x326ff3,_0x326ff3[_0x481101(0x181)]&&(_0x231126[_0x481101(0x171)](_0x231126[_0x481101(0x188)],_0x231126[_0x481101(0x188)])?(this[_0x481101(0x208)][_0x481101(0x19f)]=!![],this['config'][_0x481101(0x201)]['localIdentifier']=_0x231126[_0x481101(0x13b)],this[_0x481101(0x208)][_0x481101(0x201)][_0x231126[_0x481101(0x17f)]]=_0x326ff3[_0x481101(0x204)][_0x481101(0x155)](','),this[_0x481101(0x208)][_0x481101(0x201)][_0x481101(0x177)]=_0x231126[_0x481101(0x128)]):_0x212aa3[_0x481101(0x1a2)](_0x231126[_0x481101(0x1ec)])),this[_0x481101(0x208)][_0x481101(0x1a3)]=_0x326ff3['url'],this[_0x481101(0x1e9)]&&_0x231126[_0x481101(0x15d)](this['framework'][_0x481101(0x1f5)](),_0x231126[_0x481101(0x19d)])&&(_0x231126[_0x481101(0x1c4)](_0x231126[_0x481101(0x1e7)],_0x231126[_0x481101(0x1e6)])?this[_0x481101(0x208)]['turboScaleUrl']=_0x231126[_0x481101(0x1ed)](_0x326ff3[_0x481101(0x20d)],_0x231126['wZhTU']):this[_0x481101(0x208)][_0x481101(0x201)]={'localIdentifier':_0x34535b[_0x481101(0x164)]()}),constants[_0x481101(0x136)]=helper[_0x481101(0x140)](this[_0x481101(0x208)]),logger[_0x481101(0x20e)]('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants['hubUrl']);}else this[_0x481101(0x208)][_0x481101(0x167)]=!![];}helper[_0x481101(0x150)](this[_0x481101(0x208)]),this[_0x481101(0x170)]();constants[_0x481101(0x1fa)]['includes'](this[_0x481101(0x1e9)])&&(_0x231126[_0x481101(0x20a)](_0x231126[_0x481101(0x162)],_0x231126[_0x481101(0x162)])?_0x2a7e4c[_0x481101(0x208)]():await this[_0x481101(0x175)]());await this[_0x481101(0x196)]();if(![_0x231126[_0x481101(0x1ee)]][_0x481101(0x137)](this[_0x481101(0x1e9)])&&!_0x231126[_0x481101(0x1b5)](isTurboScaleSession,this[_0x481101(0x208)])){if(_0x231126['plfZD'](_0x231126['Nrxmh'],_0x231126[_0x481101(0x189)]))await this[_0x481101(0x1b9)]();else throw new _0x394319(this[_0x481101(0x208)]['error']);}}async[a47_0x2a2ce4(0x175)](){const _0x516165=a47_0x2a2ce4,_0x9a6907={};_0x9a6907['BnUKv']=_0x516165(0x1bb),_0x9a6907['Zxplv']='Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined',_0x9a6907[_0x516165(0x1a9)]=_0x516165(0x143),_0x9a6907[_0x516165(0x17b)]=function(_0x230770,_0x451210){return _0x230770===_0x451210;},_0x9a6907[_0x516165(0x17d)]=_0x516165(0x130),_0x9a6907['bZela']='nbaJX',_0x9a6907[_0x516165(0x1bd)]=function(_0x32d306,_0x43df9e){return _0x32d306===_0x43df9e;},_0x9a6907[_0x516165(0x1f6)]='userName\x20or\x20accessKey\x20is\x20not\x20defined',_0x9a6907['WFGgT']=_0x516165(0x210),_0x9a6907[_0x516165(0x195)]=function(_0x45afaa,_0x2d961d){return _0x45afaa!==_0x2d961d;},_0x9a6907['wOnjr']='oxToJ',_0x9a6907[_0x516165(0x131)]=_0x516165(0x1b2),_0x9a6907['vEwRK']=function(_0x50bbcf,_0x47abd7){return _0x50bbcf===_0x47abd7;},_0x9a6907['FlGco']=_0x516165(0x148),_0x9a6907[_0x516165(0x138)]=_0x516165(0x154),_0x9a6907['IeyQZ']='Percy\x20started\x20successfully',_0x9a6907[_0x516165(0x203)]=_0x516165(0x126),_0x9a6907[_0x516165(0x1cd)]=_0x516165(0x18e),_0x9a6907[_0x516165(0x1eb)]='SIGTERM',_0x9a6907[_0x516165(0x1d2)]=function(_0x4aeb6b,_0x4c5926){return _0x4aeb6b!==_0x4c5926;},_0x9a6907[_0x516165(0x19e)]=_0x516165(0x193);const _0x3a39e2=_0x9a6907;if(helper[_0x516165(0x14a)](this[_0x516165(0x208)][_0x516165(0x1ae)])&&(!this[_0x516165(0x1ae)]||!this['percy']['isRunning']())){if(_0x3a39e2['DbMZr'](_0x3a39e2[_0x516165(0x184)],_0x3a39e2[_0x516165(0x184)]))this[_0x516165(0x208)][_0x516165(0x192)]=_0x2b2470[_0x516165(0x14a)](_0x48f3b4[_0x516165(0x212)][_0x516165(0x12c)]),this[_0x516165(0x208)][_0x516165(0x1fc)]=this[_0x516165(0x208)]['turboScaleOptions']||{};else try{if(_0x3a39e2['aGclF'](_0x3a39e2[_0x516165(0x131)],_0x3a39e2[_0x516165(0x131)])){this[_0x516165(0x1ae)]=await percyHelper[_0x516165(0x197)](this[_0x516165(0x208)]);if(!this[_0x516165(0x1ae)]){if(_0x3a39e2[_0x516165(0x1b1)](_0x3a39e2[_0x516165(0x12e)],_0x3a39e2[_0x516165(0x12e)]))throw new Error(_0x3a39e2['ckPdp']);else _0x4d1cf3[_0x516165(0x15c)](_0x3a39e2[_0x516165(0x19b)],_0x55713e[_0x516165(0x129)]);}logger[_0x516165(0x1a0)](_0x3a39e2[_0x516165(0x1c5)]);let _0x317083=0x0;const _0x3abc02=async()=>{const _0x29f953=_0x516165,_0x5a1833={};_0x5a1833[_0x29f953(0x18c)]=_0x3a39e2[_0x29f953(0x1c3)],_0x5a1833[_0x29f953(0x12b)]=_0x3a39e2[_0x29f953(0x1a9)];const _0x7c49ce=_0x5a1833;_0x3a39e2[_0x29f953(0x17b)](_0x3a39e2[_0x29f953(0x17d)],_0x3a39e2[_0x29f953(0x149)])?(_0x329408[_0x29f953(0x207)](this['config'][_0x29f953(0x1f3)])?_0x1b383d[_0x29f953(0x1a0)](_0x7c49ce['IVEXN']):_0x1bff01[_0x29f953(0x1a2)](_0x7c49ce[_0x29f953(0x12b)]),this[_0x29f953(0x208)]['platforms']=[]):(_0x317083++,_0x3a39e2[_0x29f953(0x1bd)](_0x317083,0x1)&&await this['stopPercy']());};process['on'](_0x3a39e2[_0x516165(0x203)],_0x3abc02),process['on'](_0x3a39e2[_0x516165(0x1cd)],_0x3abc02),process['on'](_0x3a39e2[_0x516165(0x1eb)],_0x3abc02);}else throw new _0x3e90e3(_0x3a39e2[_0x516165(0x1f6)]);}catch(_0x2b136f){if(_0x3a39e2['SwVqH'](_0x3a39e2[_0x516165(0x19e)],_0x3a39e2[_0x516165(0x19e)]))_0x587954['env'][_0x516165(0x18f)]=_0x4e8ad4['_'][0x0],_0x4e77bf['fireFunnelTestEvent'](_0x3a39e2['WFGgT'],{},this['config'],this['framework']);else{logger[_0x516165(0x20e)](_0x516165(0x1d8)+_0x2b136f);throw new Error(_0x2b136f[_0x516165(0x1a1)]());}}}}async[a47_0x2a2ce4(0x1e2)](){const _0x55cbe1=a47_0x2a2ce4,_0x2b503f={};_0x2b503f[_0x55cbe1(0x127)]='Percy\x20stopped',_0x2b503f[_0x55cbe1(0x18b)]=_0x55cbe1(0x134);const _0xf8f0d8=_0x2b503f;if(this[_0x55cbe1(0x1ae)]&&this['percy']['isRunning']())try{await percyHelper[_0x55cbe1(0x1e2)](this[_0x55cbe1(0x1ae)]),logger[_0x55cbe1(0x1a0)](_0xf8f0d8['fbaUC']);}catch(_0x3a7f48){logger['error'](_0xf8f0d8[_0x55cbe1(0x18b)],_0x3a7f48[_0x55cbe1(0x129)]);}}async[a47_0x2a2ce4(0x196)](){const _0x1ad9bc=a47_0x2a2ce4,_0x3a7d87={};_0x3a7d87[_0x1ad9bc(0x1d7)]=function(_0x29919c,_0x4703f8){return _0x29919c===_0x4703f8;},_0x3a7d87['eXwhv']='Local\x20binary\x20started\x20successfully',_0x3a7d87['SPjcc']='beforeExit',_0x3a7d87[_0x1ad9bc(0x142)]=_0x1ad9bc(0x18e),_0x3a7d87[_0x1ad9bc(0x161)]='SIGTERM';const _0x2ffe51=_0x3a7d87;if(helper[_0x1ad9bc(0x14a)](this[_0x1ad9bc(0x208)][_0x1ad9bc(0x19f)])&&(!this['browserstackLocal']||!this['browserstackLocal'][_0x1ad9bc(0x166)]()))try{this[_0x1ad9bc(0x19f)]=await helper['startLocalBinary'](this['config']),logger[_0x1ad9bc(0x1a0)](_0x2ffe51[_0x1ad9bc(0x1e1)]);let _0x2fd111=0x0;const _0x1a2be5=async()=>{const _0x5e1de5=_0x1ad9bc;_0x2fd111++,_0x2ffe51['HSOvb'](_0x2fd111,0x1)&&await this[_0x5e1de5(0x1d3)]();};process['on'](_0x2ffe51[_0x1ad9bc(0x1a5)],_0x1a2be5),process['on'](_0x2ffe51[_0x1ad9bc(0x142)],_0x1a2be5),process['on'](_0x2ffe51['LBkkz'],_0x1a2be5);}catch(_0xc31816){logger['debug'](_0xc31816);throw new Error(_0xc31816[_0x1ad9bc(0x1a1)]());}}async[a47_0x2a2ce4(0x1d3)](){const _0x453bbe=a47_0x2a2ce4,_0x5c56a8={};_0x5c56a8[_0x453bbe(0x1b3)]=_0x453bbe(0x12f),_0x5c56a8[_0x453bbe(0x153)]=_0x453bbe(0x1bb);const _0x4a6d14=_0x5c56a8;if(this['browserstackLocal']&&this[_0x453bbe(0x19f)][_0x453bbe(0x166)]())try{await helper[_0x453bbe(0x1a6)](this[_0x453bbe(0x19f)]),logger[_0x453bbe(0x1a0)](_0x4a6d14[_0x453bbe(0x1b3)]);}catch(_0x497615){logger[_0x453bbe(0x15c)](_0x4a6d14['XzqHz'],_0x497615[_0x453bbe(0x129)]);}}async[a47_0x2a2ce4(0x1b9)](){const _0x53c9ae=a47_0x2a2ce4;await hubAllocator[_0x53c9ae(0x16c)](this[_0x53c9ae(0x208)]);}['setupKeepAlive'](){const _0x1e3ab1=a47_0x2a2ce4,_0xee8003={'eBzhL':function(_0x2a2c19,_0x30356a){return _0x2a2c19(_0x30356a);},'kcGXM':_0x1e3ab1(0x1df)};_0xee8003[_0x1e3ab1(0x14f)](require,_0xee8003['kcGXM'])();}[a47_0x2a2ce4(0x19a)](){const _0x21fbf1=a47_0x2a2ce4,_0x2294db={};_0x2294db[_0x21fbf1(0x157)]='unhandledRejection',_0x2294db[_0x21fbf1(0x1dc)]=_0x21fbf1(0x152);const _0x1f9227=_0x2294db,_0x5e126c=_0x50c901=>{const _0xe8df4c=_0x21fbf1;logger['error'](_0x50c901[_0xe8df4c(0x129)]),logger['debug'](util[_0xe8df4c(0x1c9)](_0x50c901)),this[_0xe8df4c(0x173)][_0xe8df4c(0x1c0)](util['format']('%j',_0x50c901)),PerformanceTester['captureError'](_0x50c901);};process['on'](_0x1f9227[_0x21fbf1(0x157)],_0x5e126c),process['on'](_0x1f9227[_0x21fbf1(0x1dc)],_0x5e126c);}}function a47_0x2ae6(){const _0x596803=['wdrkO','envFile','CxjIE','FAdYN','nanPJ','ysmDM','YIsOU','2914683kmeCDq','isTrialGrid','1611722gpDDup','4.5.0','wOnjr','hctgb','eccnz','constructor','YTGLV','Nrxmh','initialize','InFSQ','IVEXN','FJMAv','SIGINT','FRAMEWORK','qUNJh','XtEpc','turboScale','RGzal','EICin','DbMZr','setupBrowserstackLocal','startPercy','EcEaj','custom-repeater','handleExceptions','BnUKv','trhiG','JuPMA','lvMmH','browserstackLocal','info','toString','warn','turboScaleUrl','5QAJmTM','SPjcc','stopLocalBinary','jymri','CLKUx','xuWri','nPvWH','errorMessage','XUhmj','gLHBC','percy','Bawlv','aOOAH','vEwRK','HpQMK','KQvyZ','PaWqA','INvfU','KrBWc','571217YrAovR','testContextOptions','setUpHubUrl','Adpwa','Error\x20occured\x20while\x20stopping\x20local\x20binary','pAlXe','aGclF','localIdentifier','fcmIb','push','llaiK','getLocalConfig','Zxplv','YNEtj','IeyQZ','skipSessionStatus','GmlcZ','vwzLc','format','getAccessKey','lKJzP','xfChz','MsjDI','ats-repeater','pTlZV','?caps=','Tcudj','SwVqH','stopBrowserstackLocal','DKpqr','HroGY','getFinalCaps','HSOvb','Error\x20in\x20percy\x20setup\x20','uULAT','yRtpl','IiuWb','feZpA','util','PGYJP','./setKeepAlive','GbjXI','eXwhv','stopPercy','LHfOW','setEnvCaps','ZeEbq','zMWGk','Yonhw','./ats/helper','framework','lCyzn','uuNBl','ZHofD','LHuAg','rOBtG','requireSeleniumWebdriverCheck','length','kCNcW','aYpJY','parallelsPerPlatform','lfpWJ','toLowerCase','wZvTe','DWpHo','xtYyl','default','PERCY_SUPPORTED_FRAMEWORKS','4DcXdNJ','turboScaleOptions','LJhzg','dLvzJ','uJRvN','TDAnk','browserStackLocalOptions','setBrowserstackInfraFromConfig','jKXHX','customRepeaters','platforms','Ekchn','isUndefined','config','bQOqo','qJePZ','HCbDh','CHGxg','playwrightUrl','debug','./helper','SDKTestAttempted','getPackageVersion','env','userName\x20or\x20accessKey\x20is\x20not\x20defined','YsqBZ','dbVDu','beforeExit','fbaUC','mTwHh','message','BScrx','EvEiP','BROWSERSTACK_TURBOSCALE','LNDCO','FlGco','Local\x20binary\x20stopped','jNOBr','fbsBq','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','No\x20config\x20provided.','Error\x20occured\x20while\x20stopping\x20percy','JpKQv','hubUrl','includes','ckPdp','5613643yhqAVM','Nmdym','EOMQP','./percy/utils','true','getUserName','dotenv','getHubUrl','mTwuh','geFtn','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','Nreux','codeceptjs','isBrowserstackInfra','nthEu','AojFR','bZela','isTrue','EAziM','lNfiL','turboScaleGridDetails','CSfPK','eBzhL','setProxySettings','gwjMp','uncaughtException','XzqHz','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','join','xSznL','YCgVC','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','cliConfig','1038750cqwxeq','kNcVq','error','plfZD','MIlGD','tOWut','envConfig','LBkkz','mwIIq','./performance-tester','generateLocalIdentifier','15240339OeofZK','isRunning','useW3C','eSjWx','pigEZ','btrmj','7806360josPIJ','allocateHub','TVDen','setCLICaps','getLocalIdentifier','setupKeepAlive','wHMCc','nmGIP','unhandledErrors','compareVersions','setupPercy','SIMvj','forceLocal','KJaSB'];a47_0x2ae6=function(){return _0x596803;};return a47_0x2ae6();}exports[a47_0x2a2ce4(0x1f9)]=BrowserStackSetup;
@@ -1 +1 @@
1
- function a48_0x4837(){var _0x4eca83=['2754864CafLJQ','https://accessibility.browserstack.com/api','743824dyibvH','514525OJDTvp','310641bUGQPO','497724tzXJdS','API_URL','8FbVDGa','1080906gFeUMm','75891sdhUWE'];a48_0x4837=function(){return _0x4eca83;};return a48_0x4837();}function a48_0x1f3a(_0x47eb16,_0x805f8a){var _0x4837b9=a48_0x4837();return a48_0x1f3a=function(_0x1f3ad0,_0x224e7b){_0x1f3ad0=_0x1f3ad0-0x6c;var _0x2c5eb7=_0x4837b9[_0x1f3ad0];return _0x2c5eb7;},a48_0x1f3a(_0x47eb16,_0x805f8a);}var a48_0x32c9d7=a48_0x1f3a;(function(_0x37b7c8,_0x15f67e){var _0x5c4a23=a48_0x1f3a,_0x2317ed=_0x37b7c8();while(!![]){try{var _0xb2df1=-parseInt(_0x5c4a23(0x72))/0x1+parseInt(_0x5c4a23(0x70))/0x2*(-parseInt(_0x5c4a23(0x6d))/0x3)+parseInt(_0x5c4a23(0x6e))/0x4+parseInt(_0x5c4a23(0x6c))/0x5+parseInt(_0x5c4a23(0x71))/0x6+parseInt(_0x5c4a23(0x73))/0x7+-parseInt(_0x5c4a23(0x75))/0x8;if(_0xb2df1===_0x15f67e)break;else _0x2317ed['push'](_0x2317ed['shift']());}catch(_0x241f5c){_0x2317ed['push'](_0x2317ed['shift']());}}}(a48_0x4837,0x3537e),exports[a48_0x32c9d7(0x6f)]=a48_0x32c9d7(0x74));
1
+ function a48_0x4173(){var _0x42705d=['27906ihzZZt','7788048wEBouG','203673XAcTcz','18DDWDdy','637737AkFcsc','2587208BIgdba','API_URL','4780595MWNSdA','324760SRmMDQ','22WLJuQl','14THjBhu','https://accessibility.browserstack.com/api','406RGXDzG','4BupEiW'];a48_0x4173=function(){return _0x42705d;};return a48_0x4173();}function a48_0x292e(_0x3b8a08,_0xb27c52){var _0x417355=a48_0x4173();return a48_0x292e=function(_0x292e60,_0x1df47e){_0x292e60=_0x292e60-0x159;var _0x5a6469=_0x417355[_0x292e60];return _0x5a6469;},a48_0x292e(_0x3b8a08,_0xb27c52);}var a48_0x31c733=a48_0x292e;(function(_0x501886,_0x1514b9){var _0x4460c4=a48_0x292e,_0x5d6094=_0x501886();while(!![]){try{var _0xc34deb=parseInt(_0x4460c4(0x15e))/0x1+-parseInt(_0x4460c4(0x164))/0x2*(-parseInt(_0x4460c4(0x15c))/0x3)+parseInt(_0x4460c4(0x159))/0x4*(-parseInt(_0x4460c4(0x161))/0x5)+-parseInt(_0x4460c4(0x15a))/0x6*(parseInt(_0x4460c4(0x166))/0x7)+parseInt(_0x4460c4(0x15f))/0x8*(-parseInt(_0x4460c4(0x15d))/0x9)+-parseInt(_0x4460c4(0x162))/0xa+parseInt(_0x4460c4(0x163))/0xb*(parseInt(_0x4460c4(0x15b))/0xc);if(_0xc34deb===_0x1514b9)break;else _0x5d6094['push'](_0x5d6094['shift']());}catch(_0x4221e1){_0x5d6094['push'](_0x5d6094['shift']());}}}(a48_0x4173,0x7b7e3),exports[a48_0x31c733(0x160)]=a48_0x31c733(0x165));
@@ -1 +1 @@
1
- function a49_0x1005(_0x7e9f34,_0x24223c){const _0x2022b7=a49_0x2022();return a49_0x1005=function(_0x1005cf,_0x4992fb){_0x1005cf=_0x1005cf-0x15c;let _0x2da0df=_0x2022b7[_0x1005cf];return _0x2da0df;},a49_0x1005(_0x7e9f34,_0x24223c);}function a49_0x2022(){const _0x468144=['RVcmY','MoDAU','createAccessibilityTestRun','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','ImwnQ','Gpqna','hNyAG','192740rMaRZy','CYRDr','vcYkD','false','mXAWE','3656716TYtCdX','includeTagsInTestingScope','veqBA','WqYVj','getAccessibilityResults','IjVeU','Invalid\x20configuration\x20passed.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','EXmbC','Phpyp','response','info','KqGwt','UVTIK','Bearer\x20','format','tkTWQ','Vpbml','Hnwsa','errors','../helper','forEach','resolve','nwBKU','tysNm','vSOlM','uAfFH','jTHdH','getCiInfo','rewpN','YAofc','getHostInfo','piiAo','error','UQQzy','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','kMRRP','getBrowserName','uTtgF','HGccY','884LlGEjv','kfwab','ydLOd','application/json','piOhy','FYAcJ','No\x20accessibility\x20results\x20were\x20found.','isTrue','executeScript','FdbKP','parse','TZwxq','stopAccessibilityTestRun','yrCNE','test_runs/stop','aEhpX','wbtAZ','measureWrapper','join','OdvPC','wBOAZ','Authorization','lYnav','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','getCapabilities','lUHGX','QmHok','uoqJO','HkdWt','debug','string','549YxnQmi','QJbfp','JaVfV','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','oPDgI','rxyuo','YoKKs','YvzlG','11zqiRuD','QQLDf','nodeRequest','../performance-tester','imqEp','PZYXb','wxVNj','pxqfV','No\x20accessibility\x20summary\x20was\x20found.','JUsig','getAgentVersion','scannerVersion','zVkmz','getAccessKey','fNndJ','qqXUQ','GqBMo','getPlatform','auth','hgGua','NMZvr','GvrEi','warn','assign','UyyMg','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','pahyM','ImdUv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','CmRDE','uqZoh','swgGU','NBBVZ','../logger','includes','NnTGU','GsAmf','iTvJm','JYxXW','rptDd','QlUeK','LbJed','ocZVX','isAccessibilityAutomationSession','mnPMA','gWwWJ','kfRDg','pXXyx','KWbHc','nziRC','env','Vicor','HCRQn','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','bvIXA','null','pcfnp','data','HeMkH','HicQz','JRORe','ZPuYB','yCAAE','getUserName','TjsbB','kIFNP','IVVtW','platforms','JiWZi','a11y:start','test_runs','TxeRg','length','MrDfw','BlLcf','216186dKJwRo','tXZuo','isBrowserstackInfra','cHpwK','peTVM','path','adLZL','trsgi','79880KXJuTA','HsmyI','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','isAccessibilityPlatform','ByFlJ','PqOkI','message','whxGq','BS_A11Y_JWT','user','YMcsn','MvwPj','./constants','PAHUh','SvEBx','qHzBR','OPEpQ','qluHg','UkXVY','some','iWWVC','toISOString','jzeGn','statusText','status','NNxcc','DDsEb','swUpP','CdIal','accessibility','RYKNQ','CLfTt','ECuQn','body','MUZms','a11y:stop','BSkTg','Content-Type','itPmC','ujTik','stack','EASMQ','tUPsA','jOais','excludeTagsInTestingScope','util','SlDjn','zvdrl','Invalid\x20request:\x20','hXTbz','LxKkn','KRtTB','gVqSw','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','mCfMr','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','DFOHJ','iryyE','QoRYA','getAccessibilityResultsSummary','hHVfP','CCIsC','qijFa','1887sEAFsh','SbkJp','YcpGM','__cloud_provider___','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','PloSU','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','fetchPlatformDetails','190564jhpDYX','YfBAV','OXPrY','Caels','isUndefined','lvRMk','25OlCtVf','accessibilityToken','projectName','isArray','stringify','nXeoG','xvQwb','eSWKM','vOddc','RUFJH','zOVOE','getPackageVersion','CIkiE','lXprH','buildName','getGitMetaData','iLncf','5367140JSlukb','getBrowserVersion','EqNTR','lWFOM','jHJGH'];a49_0x2022=function(){return _0x468144;};return a49_0x2022();}const a49_0x1666fd=a49_0x1005;(function(_0x3433cb,_0x558589){const _0x3be805=a49_0x1005,_0x572d88=_0x3433cb();while(!![]){try{const _0x251ecd=-parseInt(_0x3be805(0x1d4))/0x1+parseInt(_0x3be805(0x1f7))/0x2+-parseInt(_0x3be805(0x1cc))/0x3*(-parseInt(_0x3be805(0x224))/0x4)+parseInt(_0x3be805(0x1da))/0x5*(-parseInt(_0x3be805(0x185))/0x6)+parseInt(_0x3be805(0x1fc))/0x7+parseInt(_0x3be805(0x18d))/0x8*(-parseInt(_0x3be805(0x243))/0x9)+parseInt(_0x3be805(0x1eb))/0xa*(parseInt(_0x3be805(0x24b))/0xb);if(_0x251ecd===_0x558589)break;else _0x572d88['push'](_0x572d88['shift']());}catch(_0x54079f){_0x572d88['push'](_0x572d88['shift']());}}}(a49_0x2022,0x4cd35));const path=require(a49_0x1666fd(0x18a)),util=require(a49_0x1666fd(0x1ba)),bsSetupHelper=require(a49_0x1666fd(0x210)),logger=require(a49_0x1666fd(0x26c))['winstonLogger'],{API_URL}=require(a49_0x1666fd(0x199)),PerformanceTester=require(a49_0x1666fd(0x24e));exports[a49_0x1666fd(0x1d3)]=async _0x540cd5=>{const _0x2c1c04=a49_0x1666fd,_0x18517c={};_0x18517c['KqGwt']=function(_0x5e259d,_0xbd3e9c){return _0x5e259d===_0xbd3e9c;},_0x18517c[_0x2c1c04(0x234)]=_0x2c1c04(0x242),_0x18517c['tXZuo']=function(_0x39c832,_0x528762){return _0x39c832>_0x528762;},_0x18517c[_0x2c1c04(0x19b)]=function(_0x33525e,_0x4dbd7b){return _0x33525e!==_0x4dbd7b;},_0x18517c[_0x2c1c04(0x22d)]=_0x2c1c04(0x171),_0x18517c[_0x2c1c04(0x22f)]=function(_0x2d66c7,_0x2eda99){return _0x2d66c7&&_0x2eda99;},_0x18517c['OiQas']=function(_0x463867,_0x1f4134){return _0x463867===_0x1f4134;},_0x18517c[_0x2c1c04(0x1b4)]=_0x2c1c04(0x1bb),_0x18517c[_0x2c1c04(0x23f)]='browserstack',_0x18517c[_0x2c1c04(0x1ed)]=function(_0x35b0f7,_0x58040f){return _0x35b0f7!==_0x58040f;},_0x18517c[_0x2c1c04(0x1d1)]=_0x2c1c04(0x1e7),_0x18517c[_0x2c1c04(0x216)]=_0x2c1c04(0x1ea);const _0x4b162f=_0x18517c;let _0x214d5d={};try{if(_0x4b162f['OiQas'](_0x4b162f[_0x2c1c04(0x1b4)],_0x4b162f[_0x2c1c04(0x1b4)])){const _0x511e47=await _0x540cd5[_0x2c1c04(0x23c)]();_0x214d5d={'os_name':_0x511e47[_0x2c1c04(0x25c)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x4b162f['KqGwt'](global[_0x2c1c04(0x1cf)],_0x4b162f[_0x2c1c04(0x23f)])),'browser_name':_0x511e47[_0x2c1c04(0x221)](),'browser_version':_0x511e47[_0x2c1c04(0x1ec)]()};}else _0x38af13[_0x2c1c04(0x241)](_0x2c1c04(0x1c4)+_0xdde9b2);}catch(_0x5eb506){if(_0x4b162f[_0x2c1c04(0x1ed)](_0x4b162f[_0x2c1c04(0x1d1)],_0x4b162f[_0x2c1c04(0x216)]))logger[_0x2c1c04(0x241)](_0x2c1c04(0x21f)+_0x5eb506);else{try{if(!_0xb23292[_0x2c1c04(0x187)]())return![];const _0x2a8a68=_0x397a9a[_0x2c1c04(0x22b)](_0x53ebfa[_0x2c1c04(0x16c)][_0x2c1c04(0x267)])||_0x2289f4[_0x2c1c04(0x22b)](_0x5a23d5[_0x2c1c04(0x16c)][_0x2c1c04(0x18f)]),_0x24aaa2=_0x4b162f[_0x2c1c04(0x208)](typeof _0x423daa[_0x2c1c04(0x16c)][_0x2c1c04(0x195)],_0x4b162f[_0x2c1c04(0x234)])&&_0x4b162f[_0x2c1c04(0x186)](_0x4d41cd[_0x2c1c04(0x16c)][_0x2c1c04(0x195)]['length'],0x0)&&_0x4b162f[_0x2c1c04(0x19b)](_0x3e75e9['env'][_0x2c1c04(0x195)],_0x4b162f[_0x2c1c04(0x22d)]);return _0x4b162f[_0x2c1c04(0x22f)](_0x2a8a68,_0x24aaa2);}catch(_0x4e7df0){_0x4cd102['debug'](_0x2c1c04(0x1f3)+_0x4e7df0);}return![];}}return _0x214d5d;},exports[a49_0x1666fd(0x165)]=()=>{const _0x5ee5c8=a49_0x1666fd,_0x60c2f9={};_0x60c2f9[_0x5ee5c8(0x205)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20',_0x60c2f9[_0x5ee5c8(0x215)]='success',_0x60c2f9[_0x5ee5c8(0x225)]=function(_0x45f416,_0xbbf1e2){return _0x45f416===_0xbbf1e2;},_0x60c2f9[_0x5ee5c8(0x164)]=_0x5ee5c8(0x1f9),_0x60c2f9['NBBVZ']=_0x5ee5c8(0x1df),_0x60c2f9[_0x5ee5c8(0x25a)]=_0x5ee5c8(0x242),_0x60c2f9[_0x5ee5c8(0x222)]=function(_0x4159ac,_0x5d96db){return _0x4159ac>_0x5d96db;},_0x60c2f9[_0x5ee5c8(0x18b)]=function(_0xeceb0b,_0xe8e8b6){return _0xeceb0b!==_0xe8e8b6;},_0x60c2f9[_0x5ee5c8(0x19f)]=_0x5ee5c8(0x171),_0x60c2f9['ByFlJ']=function(_0x5e2462,_0x2c365e){return _0x5e2462&&_0x2c365e;},_0x60c2f9[_0x5ee5c8(0x1a3)]=_0x5ee5c8(0x1f1);const _0x194cbc=_0x60c2f9;try{if(_0x194cbc[_0x5ee5c8(0x225)](_0x194cbc[_0x5ee5c8(0x164)],_0x194cbc[_0x5ee5c8(0x164)])){if(!bsSetupHelper[_0x5ee5c8(0x187)]()){if(_0x194cbc[_0x5ee5c8(0x225)](_0x194cbc['NBBVZ'],_0x194cbc[_0x5ee5c8(0x26b)]))return![];else _0x216cb3[_0x5ee5c8(0x21d)](_0x2e0fc4[_0x5ee5c8(0x193)]);}const _0x505a18=bsSetupHelper[_0x5ee5c8(0x22b)](process['env'][_0x5ee5c8(0x267)])||bsSetupHelper[_0x5ee5c8(0x22b)](process[_0x5ee5c8(0x16c)][_0x5ee5c8(0x18f)]),_0x47f770=_0x194cbc[_0x5ee5c8(0x225)](typeof process[_0x5ee5c8(0x16c)][_0x5ee5c8(0x195)],_0x194cbc['qqXUQ'])&&_0x194cbc['uTtgF'](process['env'][_0x5ee5c8(0x195)][_0x5ee5c8(0x182)],0x0)&&_0x194cbc[_0x5ee5c8(0x18b)](process[_0x5ee5c8(0x16c)]['BS_A11Y_JWT'],_0x194cbc['UkXVY']);return _0x194cbc[_0x5ee5c8(0x191)](_0x505a18,_0x47f770);}else _0x2699e9[_0x5ee5c8(0x241)](_0x194cbc['Phpyp'],_0x11e0f6);}catch(_0x409bcc){if(_0x194cbc[_0x5ee5c8(0x225)](_0x194cbc[_0x5ee5c8(0x1a3)],_0x194cbc[_0x5ee5c8(0x1a3)]))logger[_0x5ee5c8(0x241)](_0x5ee5c8(0x1f3)+_0x409bcc);else{_0x2e3d60[_0x5ee5c8(0x207)](_0x5ee5c8(0x1d2)+new _0x2ab3c3()[_0x5ee5c8(0x1a2)]());const _0x2a07ab={};return _0x2a07ab[_0x5ee5c8(0x1a5)]=_0x194cbc['vSOlM'],_0x2a07ab[_0x5ee5c8(0x193)]='',_0x2a07ab;}}return![];},exports['shouldScanTestForAccessibility']=(_0x4d6cda,_0x28f47e=!![])=>{const _0x21111e=a49_0x1666fd,_0x14e96c={};_0x14e96c[_0x21111e(0x20d)]=_0x21111e(0x253),_0x14e96c[_0x21111e(0x1b8)]=_0x21111e(0x203),_0x14e96c[_0x21111e(0x161)]=function(_0x10b988,_0x136315){return _0x10b988==_0x136315;},_0x14e96c[_0x21111e(0x1ac)]=function(_0x253d91,_0x3ed9f8){return _0x253d91===_0x3ed9f8;},_0x14e96c['HicQz']=_0x21111e(0x1fb),_0x14e96c[_0x21111e(0x1e0)]='vxbSC',_0x14e96c[_0x21111e(0x237)]=function(_0x5ee6a2,_0x28f714){return _0x5ee6a2!==_0x28f714;},_0x14e96c[_0x21111e(0x226)]='mxzpX',_0x14e96c[_0x21111e(0x204)]=_0x21111e(0x170),_0x14e96c[_0x21111e(0x1e3)]=function(_0x4a196a,_0x4a46b7){return _0x4a196a===_0x4a46b7;},_0x14e96c[_0x21111e(0x23d)]=_0x21111e(0x21a),_0x14e96c[_0x21111e(0x16b)]=_0x21111e(0x188),_0x14e96c[_0x21111e(0x1c9)]=function(_0x5712c4,_0xa6ea84){return _0x5712c4!==_0xa6ea84;},_0x14e96c[_0x21111e(0x1a6)]=_0x21111e(0x24f),_0x14e96c[_0x21111e(0x189)]=function(_0x246ceb,_0x3ba18c){return _0x246ceb&&_0x3ba18c;},_0x14e96c[_0x21111e(0x233)]='TkaAX',_0x14e96c[_0x21111e(0x163)]=_0x21111e(0x16e),_0x14e96c[_0x21111e(0x160)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x5eb16d=_0x14e96c;if(_0x5eb16d[_0x21111e(0x161)](process['env'][_0x21111e(0x246)],null))return _0x5eb16d['CLfTt'](_0x5eb16d[_0x21111e(0x175)],_0x5eb16d[_0x21111e(0x1e0)])?(_0xf4764e[_0x21111e(0x21d)](_0x5eb16d[_0x21111e(0x20d)]),{}):!![];try{if(_0x5eb16d['OdvPC'](_0x5eb16d[_0x21111e(0x226)],_0x5eb16d[_0x21111e(0x204)])){const _0xc2e462=JSON[_0x21111e(0x22e)](process[_0x21111e(0x16c)][_0x21111e(0x246)]),_0x16d9e5=Array[_0x21111e(0x1dd)](_0xc2e462[_0x21111e(0x1fd)])?_0xc2e462['includeTagsInTestingScope']:[],_0x498138=Array[_0x21111e(0x1dd)](_0xc2e462[_0x21111e(0x1b9)])?_0xc2e462['excludeTagsInTestingScope']:[];let _0x250098;if(_0x28f47e){if(_0x5eb16d[_0x21111e(0x1e3)](_0x5eb16d[_0x21111e(0x23d)],_0x5eb16d[_0x21111e(0x16b)]))return _0x31b5b8[_0x21111e(0x261)](_0x5eb16d[_0x21111e(0x1b8)]),[];else _0x250098=_0x4d6cda[_0x21111e(0x236)]('/');}else _0x5eb16d['hHVfP'](_0x5eb16d[_0x21111e(0x1a6)],_0x5eb16d[_0x21111e(0x1a6)])?_0x5a7954=_0xaaa077['parse'](_0x5b813a[_0x21111e(0x16c)][_0x21111e(0x246)]):_0x250098=_0x4d6cda;const _0x92989a=_0x498138[_0x21111e(0x1a0)](_0x5cdc52=>_0x250098[_0x21111e(0x15c)](_0x5cdc52)),_0x233bd5=_0x5eb16d['RUFJH'](_0x16d9e5[_0x21111e(0x182)],0x0)||_0x16d9e5[_0x21111e(0x1a0)](_0x38f4fc=>_0x250098[_0x21111e(0x15c)](_0x38f4fc));return _0x5eb16d['peTVM'](!_0x92989a,_0x233bd5);}else _0x31c0b2=_0x57d19b[_0x21111e(0x236)]('/');}catch(_0x1d1132){_0x5eb16d['OdvPC'](_0x5eb16d[_0x21111e(0x233)],_0x5eb16d[_0x21111e(0x163)])?logger[_0x21111e(0x241)](_0x5eb16d[_0x21111e(0x160)],_0x1d1132):_0x5d883a=_0x474ded;}return![];},exports['checkAccessibilityPlatformConfig']=_0x89f4de=>{const _0x1671d8=a49_0x1666fd,_0x19c3b1={};_0x19c3b1['rxyuo']=function(_0x1f09dc,_0x227ed3){return _0x1f09dc===_0x227ed3;},_0x19c3b1['SbkJp']=_0x1671d8(0x202),_0x19c3b1[_0x1671d8(0x1bc)]=_0x1671d8(0x1fa),_0x19c3b1['itPmC']=function(_0x2259a0,_0x2af051){return _0x2259a0!==_0x2af051;},_0x19c3b1['Vicor']=_0x1671d8(0x228),_0x19c3b1[_0x1671d8(0x1f6)]=function(_0x44f2cf,_0x37b640){return _0x44f2cf===_0x37b640;},_0x19c3b1[_0x1671d8(0x1ad)]='poMmM',_0x19c3b1[_0x1671d8(0x1c0)]=_0x1671d8(0x254),_0x19c3b1[_0x1671d8(0x1ab)]=_0x1671d8(0x1d0),_0x19c3b1[_0x1671d8(0x1ee)]=function(_0x109eb1,_0x241cd9){return _0x109eb1!==_0x241cd9;},_0x19c3b1[_0x1671d8(0x198)]=_0x1671d8(0x176),_0x19c3b1[_0x1671d8(0x174)]='YVUoq',_0x19c3b1[_0x1671d8(0x1f0)]=function(_0x28372b,_0x5c63ea){return _0x28372b!==_0x5c63ea;},_0x19c3b1[_0x1671d8(0x250)]=_0x1671d8(0x15e);const _0x2b8ff0=_0x19c3b1;let _0x456236=![];try{_0x2b8ff0[_0x1671d8(0x1ee)](_0x2b8ff0['MvwPj'],_0x2b8ff0['HeMkH'])?_0x89f4de[_0x1671d8(0x17d)][_0x1671d8(0x211)](_0x2e0b3e=>{const _0x515691=_0x1671d8,_0x27754e={'Caels':function(_0x1ae464,_0x384465){const _0x44917a=a49_0x1005;return _0x2b8ff0[_0x44917a(0x248)](_0x1ae464,_0x384465);},'DjqCU':_0x2b8ff0[_0x515691(0x1cd)],'PAHUh':_0x2b8ff0['zvdrl']};if(_0x2b8ff0[_0x515691(0x1b3)](_0x2b8ff0[_0x515691(0x16d)],_0x2b8ff0[_0x515691(0x16d)])){if(_0x27754e[_0x515691(0x1d7)](_0x101ef3[_0x515691(0x193)],_0x27754e['DjqCU'])){_0x27e144[_0x515691(0x21d)](_0x515691(0x264)+(_0x157bcc['message']||_0x5bc255['stack']));for(const _0x169383 of _0x40661e[_0x515691(0x20f)]){_0x2b389f[_0x515691(0x21d)](_0x169383[_0x515691(0x193)]);}_0x406548['env'][_0x515691(0x267)]=_0x27754e[_0x515691(0x19a)],_0x545999[_0x515691(0x16c)][_0x515691(0x18f)]=_0x27754e[_0x515691(0x19a)];}else _0x4ee832[_0x515691(0x21d)](_0x515691(0x264)+(_0x4dddf4[_0x515691(0x193)]||_0x1669ae[_0x515691(0x1b5)]));}else{if(bsSetupHelper[_0x515691(0x22b)](_0x2e0b3e[_0x515691(0x1aa)]))return _0x2b8ff0[_0x515691(0x1f6)](_0x2b8ff0[_0x515691(0x1ad)],_0x2b8ff0['KRtTB'])?![]:(_0x456236=!![],!![]);}}):_0x35f1c1[_0x1671d8(0x241)](_0x1671d8(0x1f3)+_0xba04b8);}catch(_0x296ae8){if(_0x2b8ff0[_0x1671d8(0x1f0)](_0x2b8ff0['PZYXb'],_0x2b8ff0[_0x1671d8(0x250)]))return _0x1a3e14[_0x1671d8(0x21d)](_0x2b8ff0['RYKNQ']),[null,null];else logger[_0x1671d8(0x241)](_0x1671d8(0x1c4)+_0x296ae8);}return _0x456236;},exports[a49_0x1666fd(0x1f2)]=PerformanceTester[a49_0x1666fd(0x235)](a49_0x1666fd(0x17f),async function(_0x3dddf0,_0x33d4b9){const _0x53443a=a49_0x1666fd,_0xeccb7={};_0xeccb7[_0x53443a(0x220)]=_0x53443a(0x21d),_0xeccb7[_0x53443a(0x162)]=_0x53443a(0x22a),_0xeccb7[_0x53443a(0x1c7)]=function(_0x40981b,_0x11cd75){return _0x40981b===_0x11cd75;},_0xeccb7['uqZoh']=function(_0x4a20fe,_0x5b7ae3){return _0x4a20fe&&_0x5b7ae3;},_0xeccb7[_0x53443a(0x197)]='string',_0xeccb7[_0x53443a(0x1b6)]=function(_0x327853,_0x44e1f3){return _0x327853>_0x44e1f3;},_0xeccb7[_0x53443a(0x223)]=function(_0x2d83ba,_0x17447d){return _0x2d83ba!==_0x17447d;},_0xeccb7[_0x53443a(0x25e)]=_0x53443a(0x171),_0xeccb7['kIFNP']=function(_0x6ea807,_0x1cf192){return _0x6ea807&&_0x1cf192;},_0xeccb7[_0x53443a(0x1ef)]=_0x53443a(0x217),_0xeccb7[_0x53443a(0x1f5)]=_0x53443a(0x1d0),_0xeccb7[_0x53443a(0x1ff)]=_0x53443a(0x172),_0xeccb7[_0x53443a(0x17e)]=function(_0x588cf1,_0x4c83b0){return _0x588cf1!==_0x4c83b0;},_0xeccb7['tUPsA']=_0x53443a(0x1c6),_0xeccb7['pahyM']=function(_0x24f315,_0x1911a0){return _0x24f315!==_0x1911a0;},_0xeccb7[_0x53443a(0x21e)]=_0x53443a(0x257),_0xeccb7['mCfMr']=_0x53443a(0x263),_0xeccb7[_0x53443a(0x18e)]=_0x53443a(0x227),_0xeccb7[_0x53443a(0x231)]='POST',_0xeccb7[_0x53443a(0x245)]=_0x53443a(0x180),_0xeccb7[_0x53443a(0x25b)]=function(_0x48d3b1,_0x172947){return _0x48d3b1===_0x172947;},_0xeccb7[_0x53443a(0x1cb)]=_0x53443a(0x1e1),_0xeccb7[_0x53443a(0x177)]=function(_0x7155d5,_0x4e23ff){return _0x7155d5!==_0x4e23ff;},_0xeccb7[_0x53443a(0x1a7)]=_0x53443a(0x194),_0xeccb7[_0x53443a(0x19e)]=_0x53443a(0x240),_0xeccb7['hXTbz']=_0x53443a(0x1a9),_0xeccb7[_0x53443a(0x1c1)]=function(_0x2b368b,_0x2175c0){return _0x2b368b!==_0x2175c0;},_0xeccb7['YfBAV']=_0x53443a(0x18c),_0xeccb7[_0x53443a(0x1a1)]=_0x53443a(0x183),_0xeccb7[_0x53443a(0x1d6)]=function(_0x4cd944,_0xade234){return _0x4cd944===_0xade234;},_0xeccb7['GeDhK']='DxNxq',_0xeccb7['ImwnQ']=_0x53443a(0x19d),_0xeccb7['oeDGd']=function(_0x4628e5,_0x1d2448){return _0x4628e5===_0x1d2448;},_0xeccb7['LxKkn']=_0x53443a(0x202),_0xeccb7['tysNm']=function(_0x1fa88d,_0xbb23c2){return _0x1fa88d!==_0xbb23c2;},_0xeccb7[_0x53443a(0x169)]=_0x53443a(0x1c5),_0xeccb7[_0x53443a(0x24a)]=_0x53443a(0x17c),_0xeccb7['gWwWJ']='vWaTO',_0xeccb7[_0x53443a(0x20e)]=_0x53443a(0x25f),_0xeccb7['YcpGM']=_0x53443a(0x1fa),_0xeccb7['otAKK']=_0x53443a(0x201),_0xeccb7[_0x53443a(0x249)]=_0x53443a(0x26a);const _0x52c0df=_0xeccb7,_0xb6743c=bsSetupHelper[_0x53443a(0x179)](_0x3dddf0),_0xa80fd6=bsSetupHelper[_0x53443a(0x258)](_0x3dddf0);if(bsSetupHelper[_0x53443a(0x1d8)](_0xb6743c)||bsSetupHelper['isUndefined'](_0xa80fd6)){if(_0x52c0df[_0x53443a(0x1c7)](_0x52c0df[_0x53443a(0x1ef)],_0x52c0df[_0x53443a(0x1ef)]))return logger[_0x53443a(0x21d)](_0x52c0df[_0x53443a(0x1f5)]),[null,null];else{_0x5e806c[_0x53443a(0x206)]?_0x40fea2[_0x53443a(0x21d)](_0x53443a(0x16f)+_0xb763c9[_0x53443a(0x206)][_0x53443a(0x1a5)]+'\x20'+_0x2c4b8e['response'][_0x53443a(0x1a4)]+'\x20'+_0x2f4d87[_0x53443a(0x1de)](_0x410c56['response'][_0x53443a(0x173)])):_0x210cbd['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x5b3b60[_0x53443a(0x193)]||_0x213c89[_0x53443a(0x20b)](_0x212c14)));const _0x144a03={};return _0x144a03['status']=_0x52c0df[_0x53443a(0x220)],_0x144a03[_0x53443a(0x193)]=_0x4dc253[_0x53443a(0x193)]||(_0x5006eb['response']?_0x55fe51['response']['status']+':'+_0x410a10[_0x53443a(0x206)][_0x53443a(0x1a4)]:_0x375577),_0x144a03;}}try{if(_0x52c0df['QoRYA'](_0x52c0df[_0x53443a(0x1ff)],_0x52c0df[_0x53443a(0x1ff)])){let _0x356330;bsSetupHelper[_0x53443a(0x1d8)](process[_0x53443a(0x16c)][_0x53443a(0x246)])?_0x52c0df['JiWZi'](_0x52c0df[_0x53443a(0x1b7)],_0x52c0df[_0x53443a(0x1b7)])?_0x3c2190=_0x20573a[_0x53443a(0x22e)](_0x5c7491[_0x53443a(0x16c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x356330={}:_0x52c0df[_0x53443a(0x265)](_0x52c0df['UQQzy'],_0x52c0df[_0x53443a(0x1c3)])?_0x356330=JSON[_0x53443a(0x22e)](process[_0x53443a(0x16c)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x1e567c={};const _0x360626={'projectName':_0x3dddf0[_0x53443a(0x1dc)],'buildName':_0x3dddf0[_0x53443a(0x1e8)]||path['basename'](path[_0x53443a(0x212)](process['cwd']())),'startTime':new Date()[_0x53443a(0x1a2)](),'description':_0x3dddf0['buildDescription']||'','source':{'frameworkName':_0x33d4b9,'frameworkVersion':bsSetupHelper[_0x53443a(0x1e5)](_0x33d4b9),'sdkVersion':bsSetupHelper[_0x53443a(0x255)]()},'settings':_0x356330,'versionControl':await bsSetupHelper[_0x53443a(0x1e9)](),'ciInfo':bsSetupHelper[_0x53443a(0x218)](),'hostInfo':bsSetupHelper[_0x53443a(0x21b)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x56e5a1={};_0x56e5a1[_0x53443a(0x196)]=_0xb6743c,_0x56e5a1['pass']=_0xa80fd6;const _0x5bb194={};_0x5bb194[_0x53443a(0x1b2)]=_0x52c0df['HsmyI'];const _0x1179c8={};_0x1179c8[_0x53443a(0x25d)]=_0x56e5a1,_0x1179c8['headers']=_0x5bb194;const _0xba0b9a=_0x1179c8,_0x419aff={};_0x419aff[_0x53443a(0x1ae)]=_0x360626,_0x419aff['json']=!![];const _0x5f10d4=Object[_0x53443a(0x262)](_0xba0b9a,_0x419aff),_0x567f09=await bsSetupHelper[_0x53443a(0x24d)](_0x52c0df[_0x53443a(0x231)],_0x52c0df[_0x53443a(0x245)],_0x5f10d4,_0x3dddf0,API_URL);let _0x3bfc18=process[_0x53443a(0x16c)][_0x53443a(0x246)];if(_0x3bfc18){if(_0x52c0df[_0x53443a(0x25b)](_0x52c0df[_0x53443a(0x1cb)],_0x52c0df[_0x53443a(0x1cb)]))_0x3bfc18=JSON[_0x53443a(0x22e)](process[_0x53443a(0x16c)][_0x53443a(0x246)]);else return _0x2240de[_0x53443a(0x21d)](_0x52c0df['QlUeK']),[];}else{if(_0x52c0df[_0x53443a(0x177)](_0x52c0df[_0x53443a(0x1a7)],_0x52c0df['qluHg']))_0x3bfc18={};else return!![];}return _0x3bfc18[_0x53443a(0x256)]=_0x567f09[_0x53443a(0x173)][_0x53443a(0x173)][_0x53443a(0x256)],process[_0x53443a(0x16c)][_0x53443a(0x246)]=JSON[_0x53443a(0x1de)](_0x3bfc18),[_0x567f09['data'][_0x53443a(0x173)][_0x53443a(0x1db)],_0x567f09[_0x53443a(0x173)][_0x53443a(0x173)]['id']];}else _0x1fb4b7[_0x53443a(0x17d)][_0x53443a(0x211)](_0x1e77e0=>{const _0x4231c0=_0x53443a;if(_0x3278e5[_0x4231c0(0x22b)](_0x1e77e0[_0x4231c0(0x1aa)]))return _0x1e1c02=!![],!![];});}catch(_0x2e3879){if(_0x52c0df[_0x53443a(0x265)](_0x52c0df[_0x53443a(0x1be)],_0x52c0df[_0x53443a(0x1be)]))_0x31dbc0['error'](_0x53443a(0x264)+(_0x12b357[_0x53443a(0x193)]||_0xa9777f[_0x53443a(0x1b5)]));else{if(_0x2e3879['response'])_0x52c0df['gVqSw'](_0x52c0df[_0x53443a(0x1d5)],_0x52c0df[_0x53443a(0x1a1)])?logger[_0x53443a(0x21d)](_0x53443a(0x264)+_0x2e3879['response'][_0x53443a(0x1a5)]+'\x20'+_0x2e3879[_0x53443a(0x206)]['statusText']+'\x20'+JSON['stringify'](_0x2e3879['response']['data'])):_0x3c343c[_0x53443a(0x21d)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x499f15[_0x53443a(0x206)]['status']+'\x20'+_0x5f4a24['response'][_0x53443a(0x1a4)]+'\x20'+_0x4bb73f['stringify'](_0x1b7eb3['response'][_0x53443a(0x173)]));else{if(_0x52c0df[_0x53443a(0x1d6)](_0x52c0df['GeDhK'],_0x52c0df[_0x53443a(0x1f4)]))_0x49684e={};else{if(_0x52c0df['oeDGd'](_0x2e3879[_0x53443a(0x193)],_0x52c0df[_0x53443a(0x1bf)])){if(_0x52c0df[_0x53443a(0x214)](_0x52c0df[_0x53443a(0x169)],_0x52c0df['YvzlG'])){logger[_0x53443a(0x21d)](_0x53443a(0x264)+(_0x2e3879[_0x53443a(0x193)]||_0x2e3879[_0x53443a(0x1b5)]));for(const _0x53f072 of _0x2e3879[_0x53443a(0x20f)]){if(_0x52c0df['gVqSw'](_0x52c0df[_0x53443a(0x167)],_0x52c0df[_0x53443a(0x20e)]))logger['error'](_0x53f072[_0x53443a(0x193)]);else{const _0x1dc7e6=_0x2dcffa[_0x53443a(0x22e)](_0xa90ed1[_0x53443a(0x16c)][_0x53443a(0x246)]),_0x1598fc=_0x59766b[_0x53443a(0x1dd)](_0x1dc7e6['includeTagsInTestingScope'])?_0x1dc7e6[_0x53443a(0x1fd)]:[],_0x45137d=_0x83ce42[_0x53443a(0x1dd)](_0x1dc7e6[_0x53443a(0x1b9)])?_0x1dc7e6[_0x53443a(0x1b9)]:[];let _0x22c499;_0x120374?_0x22c499=_0x40c8f7['join']('/'):_0x22c499=_0x2c3a34;const _0xc8fb32=_0x45137d['some'](_0x5c6be6=>_0x22c499[_0x53443a(0x15c)](_0x5c6be6)),_0x2153d7=_0x52c0df[_0x53443a(0x1c7)](_0x1598fc['length'],0x0)||_0x1598fc['some'](_0xf988b=>_0x22c499['includes'](_0xf988b));return _0x52c0df[_0x53443a(0x269)](!_0xc8fb32,_0x2153d7);}}process[_0x53443a(0x16c)][_0x53443a(0x267)]=_0x52c0df['YcpGM'],process[_0x53443a(0x16c)][_0x53443a(0x18f)]=_0x52c0df[_0x53443a(0x1ce)];}else{if(!_0x43b1f2[_0x53443a(0x187)]())return![];const _0x594a5d=_0x404bab['isTrue'](_0x4755af['env'][_0x53443a(0x267)])||_0x560494[_0x53443a(0x22b)](_0x16a86c['env'][_0x53443a(0x18f)]),_0x307f77=_0x52c0df['QoRYA'](typeof _0x1b1a95[_0x53443a(0x16c)][_0x53443a(0x195)],_0x52c0df['YMcsn'])&&_0x52c0df[_0x53443a(0x1b6)](_0x6d7806[_0x53443a(0x16c)][_0x53443a(0x195)][_0x53443a(0x182)],0x0)&&_0x52c0df[_0x53443a(0x223)](_0x14a607[_0x53443a(0x16c)][_0x53443a(0x195)],_0x52c0df[_0x53443a(0x25e)]);return _0x52c0df[_0x53443a(0x17b)](_0x594a5d,_0x307f77);}}else _0x52c0df[_0x53443a(0x214)](_0x52c0df['otAKK'],_0x52c0df[_0x53443a(0x249)])?logger[_0x53443a(0x21d)](_0x53443a(0x264)+(_0x2e3879[_0x53443a(0x193)]||_0x2e3879[_0x53443a(0x1b5)])):_0x230e13['error'](_0x53443a(0x16f)+_0x338ffd['response'][_0x53443a(0x1a5)]+'\x20'+_0x6eadc[_0x53443a(0x206)]['statusText']+'\x20'+_0x1c9740[_0x53443a(0x1de)](_0xae6550[_0x53443a(0x206)]['data']));}}return[null,null];}}}),exports[a49_0x1666fd(0x230)]=PerformanceTester[a49_0x1666fd(0x235)](a49_0x1666fd(0x1b0),async function(_0x11c194){const _0x57c447=a49_0x1666fd,_0x257fa1={};_0x257fa1[_0x57c447(0x213)]=function(_0x35113e,_0x17dc9a){return _0x35113e+_0x17dc9a;},_0x257fa1[_0x57c447(0x229)]=_0x57c447(0x1bd),_0x257fa1[_0x57c447(0x1a8)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x257fa1[_0x57c447(0x266)]='error',_0x257fa1[_0x57c447(0x209)]='Build\x20creation\x20had\x20failed.',_0x257fa1[_0x57c447(0x24c)]=function(_0x249074,_0xb60b70){return _0x249074!==_0xb60b70;},_0x257fa1[_0x57c447(0x192)]='string',_0x257fa1[_0x57c447(0x1fe)]=function(_0x1a8e32,_0x51cb87){return _0x1a8e32!==_0x51cb87;},_0x257fa1['CmRDE']='vcVvl',_0x257fa1[_0x57c447(0x251)]=_0x57c447(0x227),_0x257fa1[_0x57c447(0x252)]=_0x57c447(0x181),_0x257fa1[_0x57c447(0x247)]='rVVyL',_0x257fa1[_0x57c447(0x238)]='PUT',_0x257fa1[_0x57c447(0x1b1)]=_0x57c447(0x232),_0x257fa1[_0x57c447(0x15f)]=function(_0x2c9571,_0x204e29){return _0x2c9571===_0x204e29;},_0x257fa1[_0x57c447(0x15d)]=_0x57c447(0x244),_0x257fa1['lYnav']=function(_0x2fbc43,_0x29b3f4){return _0x2fbc43!==_0x29b3f4;},_0x257fa1[_0x57c447(0x19c)]=_0x57c447(0x1f8),_0x257fa1[_0x57c447(0x219)]='success',_0x257fa1['fNndJ']=_0x57c447(0x184),_0x257fa1[_0x57c447(0x23e)]=_0x57c447(0x1e4),_0x257fa1[_0x57c447(0x17a)]=_0x57c447(0x168),_0x257fa1[_0x57c447(0x1d9)]=function(_0x581c58,_0x42b3eb){return _0x581c58!==_0x42b3eb;},_0x257fa1[_0x57c447(0x21c)]='IOtFA',_0x257fa1[_0x57c447(0x16a)]='fNpML';const _0x2a05f5=_0x257fa1;if(bsSetupHelper[_0x57c447(0x1d8)](process[_0x57c447(0x16c)][_0x57c447(0x195)])||_0x2a05f5[_0x57c447(0x24c)](typeof process['env']['BS_A11Y_JWT'],_0x2a05f5['PqOkI'])){if(_0x2a05f5[_0x57c447(0x1fe)](_0x2a05f5[_0x57c447(0x268)],_0x2a05f5['CmRDE']))return _0x3047de=!![],!![];else{const _0x50c02d={};return _0x50c02d['status']=_0x2a05f5['ImdUv'],_0x50c02d[_0x57c447(0x193)]=_0x2a05f5[_0x57c447(0x209)],_0x50c02d;}}const _0xd162b1={'endTime':new Date()['toISOString']()},_0x312fd2={};_0x312fd2[_0x57c447(0x239)]=_0x57c447(0x20a)+process['env'][_0x57c447(0x195)],_0x312fd2[_0x57c447(0x1b2)]=_0x2a05f5[_0x57c447(0x251)];const _0x514828={};_0x514828['headers']=_0x312fd2;const _0x1bb177=_0x514828,_0x181e24={};_0x181e24[_0x57c447(0x1ae)]=_0xd162b1,_0x181e24[_0x57c447(0x25d)]=null,_0x181e24['json']=!![];const _0x38fc6a=Object[_0x57c447(0x262)](_0x1bb177,_0x181e24);try{if(_0x2a05f5[_0x57c447(0x1fe)](_0x2a05f5[_0x57c447(0x252)],_0x2a05f5[_0x57c447(0x247)])){const _0x185014=await bsSetupHelper['nodeRequest'](_0x2a05f5[_0x57c447(0x238)],_0x2a05f5[_0x57c447(0x1b1)],_0x38fc6a,_0x11c194,API_URL);if(_0x185014[_0x57c447(0x173)][_0x57c447(0x21d)]){if(_0x2a05f5[_0x57c447(0x15f)](_0x2a05f5[_0x57c447(0x15d)],_0x2a05f5[_0x57c447(0x15d)]))throw new Error(_0x2a05f5['nwBKU'](_0x2a05f5['FYAcJ'],_0x185014[_0x57c447(0x173)][_0x57c447(0x21d)]));else throw new _0x179584(_0x2a05f5[_0x57c447(0x213)](_0x2a05f5[_0x57c447(0x229)],_0x1a8ee4[_0x57c447(0x173)][_0x57c447(0x21d)]));}else{if(_0x2a05f5[_0x57c447(0x23a)](_0x2a05f5[_0x57c447(0x19c)],_0x2a05f5[_0x57c447(0x19c)]))return _0x1f3bc5['warn'](_0x2a05f5[_0x57c447(0x1a8)]),{};else{logger[_0x57c447(0x207)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x57c447(0x1a2)]());const _0x128059={};return _0x128059[_0x57c447(0x1a5)]=_0x2a05f5['rewpN'],_0x128059[_0x57c447(0x193)]='',_0x128059;}}}else _0x594eec['error'](_0x57c447(0x16f)+(_0x69cc60[_0x57c447(0x193)]||_0x3b5dea[_0x57c447(0x20b)](_0x571b8c)));}catch(_0x5814ae){if(_0x2a05f5[_0x57c447(0x15f)](_0x2a05f5[_0x57c447(0x259)],_0x2a05f5['fNndJ'])){if(_0x5814ae[_0x57c447(0x206)])_0x2a05f5[_0x57c447(0x15f)](_0x2a05f5[_0x57c447(0x23e)],_0x2a05f5['TjsbB'])?_0x30733c['debug'](_0x57c447(0x21f)+_0x1fc1c7):logger[_0x57c447(0x21d)](_0x57c447(0x16f)+_0x5814ae[_0x57c447(0x206)][_0x57c447(0x1a5)]+'\x20'+_0x5814ae[_0x57c447(0x206)]['statusText']+'\x20'+JSON['stringify'](_0x5814ae['response'][_0x57c447(0x173)]));else{if(_0x2a05f5[_0x57c447(0x1d9)](_0x2a05f5[_0x57c447(0x21c)],_0x2a05f5['KWbHc']))logger[_0x57c447(0x21d)](_0x57c447(0x16f)+(_0x5814ae['message']||util['format'](_0x5814ae)));else{const _0x8f2a51={};return _0x8f2a51['status']=_0x2a05f5[_0x57c447(0x266)],_0x8f2a51[_0x57c447(0x193)]=_0x2a05f5[_0x57c447(0x209)],_0x8f2a51;}}const _0x3a0415={};return _0x3a0415[_0x57c447(0x1a5)]=_0x2a05f5[_0x57c447(0x266)],_0x3a0415[_0x57c447(0x193)]=_0x5814ae[_0x57c447(0x193)]||(_0x5814ae[_0x57c447(0x206)]?_0x5814ae[_0x57c447(0x206)][_0x57c447(0x1a5)]+':'+_0x5814ae[_0x57c447(0x206)][_0x57c447(0x1a4)]:_0x5814ae),_0x3a0415;}else{if(_0x591c8c[_0x57c447(0x22b)](_0xecd6cc[_0x57c447(0x1aa)]))return _0x56ebe5=!![],!![];}}}),exports[a49_0x1666fd(0x200)]=async(_0x414dba,_0x4350c8)=>{const _0xbdcc93=a49_0x1666fd,_0x2cc61c={};_0x2cc61c[_0xbdcc93(0x166)]=_0xbdcc93(0x1fa),_0x2cc61c[_0xbdcc93(0x178)]=function(_0x85cb0,_0x254b1c){return _0x85cb0===_0x254b1c;},_0x2cc61c['CCIsC']=_0xbdcc93(0x1e6),_0x2cc61c[_0xbdcc93(0x260)]=_0xbdcc93(0x203),_0x2cc61c[_0xbdcc93(0x1af)]=_0xbdcc93(0x22a);const _0x3d8b1c=_0x2cc61c;if(!this[_0xbdcc93(0x165)]()||!_0x4350c8[_0xbdcc93(0x190)]){if(_0x3d8b1c[_0xbdcc93(0x178)](_0x3d8b1c['CCIsC'],_0x3d8b1c[_0xbdcc93(0x1ca)]))return logger[_0xbdcc93(0x261)](_0x3d8b1c['GvrEi']),[];else{_0x41764b[_0xbdcc93(0x21d)](_0xbdcc93(0x264)+(_0x3722a9[_0xbdcc93(0x193)]||_0x343e83[_0xbdcc93(0x1b5)]));for(const _0x4f28f5 of _0x92dac9['errors']){_0x110bd6[_0xbdcc93(0x21d)](_0x4f28f5[_0xbdcc93(0x193)]);}_0x5531f4[_0xbdcc93(0x16c)][_0xbdcc93(0x267)]=_0x3d8b1c[_0xbdcc93(0x166)],_0xa85533[_0xbdcc93(0x16c)][_0xbdcc93(0x18f)]=_0x3d8b1c[_0xbdcc93(0x166)];}}try{const _0x310bc9=await _0x414dba[_0xbdcc93(0x22c)](_0xbdcc93(0x1c2));return _0x310bc9;}catch{return logger[_0xbdcc93(0x21d)](_0x3d8b1c[_0xbdcc93(0x1af)]),[];}},exports[a49_0x1666fd(0x1c8)]=async(_0x40af84,_0x43084a)=>{const _0x12ec2a=a49_0x1666fd,_0x5625c6={};_0x5625c6[_0x12ec2a(0x1e2)]=_0x12ec2a(0x23b),_0x5625c6['tkTWQ']=_0x12ec2a(0x253);const _0x29ac4b=_0x5625c6;if(!this[_0x12ec2a(0x165)]()||!_0x43084a[_0x12ec2a(0x190)])return logger[_0x12ec2a(0x261)](_0x29ac4b[_0x12ec2a(0x1e2)]),{};try{const _0x1711d9=await _0x40af84[_0x12ec2a(0x22c)]('\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20');return _0x1711d9;}catch{return logger[_0x12ec2a(0x21d)](_0x29ac4b[_0x12ec2a(0x20c)]),{};}};
1
+ const a49_0x567c4a=a49_0x51cc;function a49_0x2b7f(){const _0x139a35=['rojkD','IZwoo','measureWrapper','user','getAccessibilityResults','application/json','KlmBr','VpvOL','mRUMD','XrWjn','OfKFT','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','data','__cloud_provider___','assign','Invalid\x20request:\x20','DiOVe','HrPWZ','2142kAjVnS','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','4213620cMWaki','3746275RveaOj','eSvbl','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','ZRMgA','length','getPlatformVersion','PDTNW','CCHkc','join','dEEJB','body','mIOiF','TNOcG','GuKcf','uZQjm','isAccessibilityAutomationSession','success','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','format','TpgAj','Build\x20creation\x20had\x20failed.','MTfQx','AFgre','eYmHQ','PiUpQ','nodeRequest','WIeax','includeTagsInTestingScope','Dhgvz','getBrowserVersion','mOXlO','rKxUw','45420cYMYkY','xpDwc','ZOWQk','CtUkN','./constants','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','response','buildName','XCDXi','dkxGy','yjBQA','tMtuK','resolve','toISOString','status','tsMWD','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','getCiInfo','No\x20accessibility\x20results\x20were\x20found.','pIrND','test_runs','esEUs','CoBfo','PUT','wISwh','projectName','ifjhB','yyOVX','CTVAu','null','accessibilityToken','iZLly','onViX','BS_A11Y_JWT','parse','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','TViZp','Bearer\x20','ZRMyI','excludeTagsInTestingScope','BROWSERSTACK_TEST_ACCESSIBILITY_YML','RNjGm','VoSEV','UdBBX','gQfhI','isBrowserstackInfra','json','../logger','error','CHwMo','ZGnZh','getPackageVersion','28716IYKLIl','debug','yRBPz','some','cnnwl','EqJJk','Authorization','jJGpp','10396856nEgxET','headers','nxeGQ','NkfMH','errors','DPxXu','string','skeTN','statusText','createAccessibilityTestRun','utyUD','../performance-tester','RLJdW','xulpW','util','kLUnu','hXFnd','../helper','sMBcV','cWIzs','rDCGn','tOhUG','pass','MPYDg','yTmOe','erqgX','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','2zZGDLG','getPlatform','mwuDz','UyjFO','SwLWN','xdtpg','Invalid\x20configuration\x20passed.','INOnX','qqIfa','WEeIM','AmGvZ','includes','JUbAS','xVTDP','KqRLh','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','fetchPlatformDetails','browserstack','UXCbQ','cNwLK','HiOuQ','bEbnn','message','Aobjk','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','platforms','uMDWx','xSjEo','AMwvK','isUndefined','LPAnl','fSZxP','243oTSPRq','executeScript','Content-Type','cvCsD','WTAXc','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','EowAs','info','hpZfz','UOHUa','warn','NCvJF','accessibility','mLCTr','ohcJz','isArray','pKiGb','jOxxR','getGitMetaData','rDYvo','qztml','FoGJx','oLsJW','iVSNq','tPfVK','phsgH','getUserName','uzwza','IJWqg','MZFZz','bZMwq','RvqxR','hbVfB','getAccessibilityResultsSummary','forEach','cihKF','gMlKs','Tdraf','getBrowserName','scannerVersion','buildDescription','test_runs/stop','BcXYx','zoIce','basename','stack','Wlddl','a11y:stop','vwARV','LsLvc','oPKJE','mNFeJ','vZlzw','WNcFm','SzKvM','oWzqm','AraYu','winstonLogger','ruioQ','IdHkv','No\x20accessibility\x20summary\x20was\x20found.','RjOFv','WZSPF','stringify','HGZHX','LNCXP','checkAccessibilityPlatformConfig','tJPBo','AXDQk','TECoW','JQZsA','getCapabilities','6044804RLvdYe','auth','1377294zCbXoI','xGVVk','nSavX','YmnBv','zMMgO','isTrue','wtbln','ZOeVb','nsZyW','false','oBAmK','gtzjY','aHaCw','env','isAccessibilityPlatform','vXibY','OiAeB','vqWPV','dUbSI','kdfMd','cwd','xDvNk'];a49_0x2b7f=function(){return _0x139a35;};return a49_0x2b7f();}(function(_0x5dd659,_0x9caf5d){const _0x904596=a49_0x51cc,_0x2dd640=_0x5dd659();while(!![]){try{const _0x73acf0=parseInt(_0x904596(0x142))/0x1*(-parseInt(_0x904596(0xa0))/0x2)+-parseInt(_0x904596(0xca))/0x3+parseInt(_0x904596(0x9e))/0x4+-parseInt(_0x904596(0xcb))/0x5+parseInt(_0x904596(0x11f))/0x6*(parseInt(_0x904596(0xc8))/0x7)+parseInt(_0x904596(0x127))/0x8+-parseInt(_0x904596(0x162))/0x9*(-parseInt(_0x904596(0xeb))/0xa);if(_0x73acf0===_0x9caf5d)break;else _0x2dd640['push'](_0x2dd640['shift']());}catch(_0x3525f4){_0x2dd640['push'](_0x2dd640['shift']());}}}(a49_0x2b7f,0xd3a35));const path=require('path'),util=require(a49_0x567c4a(0x135)),bsSetupHelper=require(a49_0x567c4a(0x138)),logger=require(a49_0x567c4a(0x11a))[a49_0x567c4a(0x8f)],{API_URL}=require(a49_0x567c4a(0xef)),PerformanceTester=require(a49_0x567c4a(0x132));function a49_0x51cc(_0x1cda1e,_0x1e1ca0){const _0x2b7fcd=a49_0x2b7f();return a49_0x51cc=function(_0x51cc5a,_0x590e2f){_0x51cc5a=_0x51cc5a-0x8b;let _0x4064e3=_0x2b7fcd[_0x51cc5a];return _0x4064e3;},a49_0x51cc(_0x1cda1e,_0x1e1ca0);}exports[a49_0x567c4a(0x152)]=async _0xb7118=>{const _0x5362d3=a49_0x567c4a,_0x186fff={};_0x186fff['gTwhm']=function(_0x800abb,_0x29cd09){return _0x800abb===_0x29cd09;},_0x186fff['uMDWx']='Invalid\x20configuration\x20passed.',_0x186fff[_0x5362d3(0x156)]='false',_0x186fff[_0x5362d3(0x16e)]=function(_0x225d9a,_0x41889e){return _0x225d9a===_0x41889e;},_0x186fff['SwLWN']='kFgnb',_0x186fff[_0x5362d3(0x121)]=_0x5362d3(0x180),_0x186fff[_0x5362d3(0xa3)]=function(_0x592bfc,_0x161441){return _0x592bfc===_0x161441;},_0x186fff[_0x5362d3(0x13c)]=_0x5362d3(0x153),_0x186fff[_0x5362d3(0xe1)]=function(_0x4382b8,_0x2125f1){return _0x4382b8!==_0x2125f1;},_0x186fff[_0x5362d3(0x93)]=_0x5362d3(0x117);const _0x5322ed=_0x186fff;let _0x22ff3c={};try{if(_0x5322ed[_0x5362d3(0x16e)](_0x5322ed[_0x5362d3(0x146)],_0x5322ed[_0x5362d3(0x121)])){if(_0x5322ed['gTwhm'](_0x480a30['message'],_0x5322ed[_0x5362d3(0x15c)])){_0x25ebfc['error'](_0x5362d3(0x15a)+(_0x5d9468['message']||_0x4065d0[_0x5362d3(0x190)]));for(const _0x5cc86a of _0x1471c1['errors']){_0x5da2af[_0x5362d3(0x11b)](_0x5cc86a[_0x5362d3(0x158)]);}_0x268274[_0x5362d3(0xad)][_0x5362d3(0x113)]=_0x5322ed[_0x5362d3(0x156)],_0xc433d2[_0x5362d3(0xad)][_0x5362d3(0xf0)]=_0x5322ed[_0x5362d3(0x156)];}else _0x3bacc1[_0x5362d3(0x11b)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x16fe10[_0x5362d3(0x158)]||_0x8d7e62[_0x5362d3(0x190)]));}else{const _0x36b212=await _0xb7118[_0x5362d3(0x9d)]();_0x22ff3c={'os_name':_0x36b212[_0x5362d3(0x143)](),'os_version':bsSetupHelper[_0x5362d3(0xd0)](_0x5322ed[_0x5362d3(0xa3)](global[_0x5362d3(0xc3)],_0x5322ed['tOhUG'])),'browser_name':_0x36b212[_0x5362d3(0x189)](),'browser_version':_0x36b212[_0x5362d3(0xe8)]()};}}catch(_0x29908e){_0x5322ed[_0x5362d3(0xe1)](_0x5322ed[_0x5362d3(0x93)],_0x5322ed['RjOFv'])?_0x1a1ef7[_0x5362d3(0x11b)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x2a9549[_0x5362d3(0xf1)][_0x5362d3(0xf9)]+'\x20'+_0x454de3[_0x5362d3(0xf1)][_0x5362d3(0x12f)]+'\x20'+_0x3e23c6[_0x5362d3(0x95)](_0x15e68c[_0x5362d3(0xf1)]['data'])):logger[_0x5362d3(0x120)](_0x5362d3(0xc1)+_0x29908e);}return _0x22ff3c;},exports[a49_0x567c4a(0xda)]=()=>{const _0x2e735e=a49_0x567c4a,_0x21a712={};_0x21a712[_0x2e735e(0xb1)]=_0x2e735e(0x11b),_0x21a712[_0x2e735e(0xbd)]=function(_0x4e3f37,_0x5403cd){return _0x4e3f37===_0x5403cd;},_0x21a712['PiUpQ']=_0x2e735e(0x174),_0x21a712['CHwMo']=_0x2e735e(0x177),_0x21a712[_0x2e735e(0xe7)]=function(_0x40e345,_0x2b8701){return _0x40e345!==_0x2b8701;},_0x21a712['oLsJW']=_0x2e735e(0x105),_0x21a712[_0x2e735e(0xbc)]=_0x2e735e(0x12d),_0x21a712[_0x2e735e(0x17b)]=function(_0x2cb87c,_0x46cf66){return _0x2cb87c>_0x46cf66;},_0x21a712[_0x2e735e(0x124)]=function(_0x25bce3,_0x49f00a){return _0x25bce3!==_0x49f00a;},_0x21a712[_0x2e735e(0xea)]=_0x2e735e(0x108),_0x21a712[_0x2e735e(0xab)]=function(_0x5915a0,_0x462d02){return _0x5915a0&&_0x462d02;},_0x21a712[_0x2e735e(0xc6)]=function(_0x4f7220,_0x13d7c1){return _0x4f7220===_0x13d7c1;},_0x21a712[_0x2e735e(0x14c)]=_0x2e735e(0x13e);const _0xcf6138=_0x21a712;try{if(_0xcf6138[_0x2e735e(0xbd)](_0xcf6138[_0x2e735e(0xe3)],_0xcf6138[_0x2e735e(0x11c)]))_0x2fee63={};else{if(!bsSetupHelper[_0x2e735e(0x118)]()){if(_0xcf6138['Dhgvz'](_0xcf6138[_0x2e735e(0x179)],_0xcf6138[_0x2e735e(0x179)]))_0x57806d[_0x2e735e(0x11b)](_0x2e735e(0x15a)+(_0x357bec[_0x2e735e(0x158)]||_0x299e73[_0x2e735e(0x190)]));else return![];}const _0x85381e=bsSetupHelper[_0x2e735e(0xa5)](process[_0x2e735e(0xad)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x2e735e(0xa5)](process[_0x2e735e(0xad)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x483015=_0xcf6138['VpvOL'](typeof process[_0x2e735e(0xad)][_0x2e735e(0x10c)],_0xcf6138[_0x2e735e(0xbc)])&&_0xcf6138['tPfVK'](process[_0x2e735e(0xad)][_0x2e735e(0x10c)][_0x2e735e(0xcf)],0x0)&&_0xcf6138['EqJJk'](process['env']['BS_A11Y_JWT'],_0xcf6138['rKxUw']);return _0xcf6138[_0x2e735e(0xab)](_0x85381e,_0x483015);}}catch(_0x5295eb){if(_0xcf6138[_0x2e735e(0xc6)](_0xcf6138[_0x2e735e(0x14c)],_0xcf6138[_0x2e735e(0x14c)]))logger[_0x2e735e(0x120)](_0x2e735e(0x10e)+_0x5295eb);else{_0x131bd3[_0x2e735e(0xf1)]?_0x125ba5['error'](_0x2e735e(0x167)+_0x473288[_0x2e735e(0xf1)][_0x2e735e(0xf9)]+'\x20'+_0x286860[_0x2e735e(0xf1)][_0x2e735e(0x12f)]+'\x20'+_0x892ddd[_0x2e735e(0x95)](_0x6879d2[_0x2e735e(0xf1)]['data'])):_0x2c31ea[_0x2e735e(0x11b)](_0x2e735e(0x167)+(_0xac6b1b[_0x2e735e(0x158)]||_0x2a9763[_0x2e735e(0xdd)](_0x55d556)));const _0xfd3d1e={};return _0xfd3d1e[_0x2e735e(0xf9)]=_0xcf6138[_0x2e735e(0xb1)],_0xfd3d1e['message']=_0x3ea45c['message']||(_0x5c965f['response']?_0x14df0a[_0x2e735e(0xf1)][_0x2e735e(0xf9)]+':'+_0x52edbc[_0x2e735e(0xf1)][_0x2e735e(0x12f)]:_0x28db53),_0xfd3d1e;}}return![];},exports['shouldScanTestForAccessibility']=(_0x40ae1a,_0x10e0f5=!![])=>{const _0x1fe8c8=a49_0x567c4a,_0x143220={};_0x143220[_0x1fe8c8(0x159)]=_0x1fe8c8(0x11b),_0x143220[_0x1fe8c8(0x14e)]=_0x1fe8c8(0xdf),_0x143220[_0x1fe8c8(0x14f)]=_0x1fe8c8(0xa9),_0x143220[_0x1fe8c8(0x90)]=_0x1fe8c8(0xfd),_0x143220[_0x1fe8c8(0x12e)]=function(_0x12b6e2,_0x3af473){return _0x12b6e2===_0x3af473;},_0x143220[_0x1fe8c8(0xf4)]=_0x1fe8c8(0x12d),_0x143220[_0x1fe8c8(0x145)]=function(_0xe081fd,_0x395ef1){return _0xe081fd>_0x395ef1;},_0x143220['WTAXc']=function(_0x4f1a55,_0xfa5d14){return _0x4f1a55!==_0xfa5d14;},_0x143220['jOXls']=_0x1fe8c8(0x108),_0x143220['hbVfB']=function(_0x5e016e,_0x7f5eef){return _0x5e016e&&_0x7f5eef;},_0x143220[_0x1fe8c8(0x194)]=function(_0x4768e3,_0x2342ff){return _0x4768e3==_0x2342ff;},_0x143220[_0x1fe8c8(0x17a)]='MJoMR',_0x143220[_0x1fe8c8(0x13f)]=_0x1fe8c8(0xe0),_0x143220[_0x1fe8c8(0xcc)]='qIzHY',_0x143220[_0x1fe8c8(0x149)]=function(_0x3a2dd6,_0x3b0539){return _0x3a2dd6===_0x3b0539;},_0x143220['eYmHQ']='WWFma',_0x143220[_0x1fe8c8(0x94)]='gfAUi',_0x143220[_0x1fe8c8(0x173)]=function(_0x242323,_0x323bfe){return _0x242323!==_0x323bfe;},_0x143220[_0x1fe8c8(0xd9)]=_0x1fe8c8(0x8c),_0x143220['MkUIZ']=function(_0x3bf98f,_0x13f096){return _0x3bf98f&&_0x13f096;},_0x143220['cnnwl']=function(_0x368c50,_0x17b1e2){return _0x368c50===_0x17b1e2;},_0x143220[_0x1fe8c8(0x186)]='djFur',_0x143220['yplmw']=_0x1fe8c8(0x15e),_0x143220[_0x1fe8c8(0xec)]=_0x1fe8c8(0x151);const _0x5ccb17=_0x143220;if(_0x5ccb17[_0x1fe8c8(0x194)](process[_0x1fe8c8(0xad)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null)){if(_0x5ccb17['skeTN'](_0x5ccb17[_0x1fe8c8(0x17a)],_0x5ccb17[_0x1fe8c8(0x13f)])){const _0x44af78={};return _0x44af78[_0x1fe8c8(0xf9)]=_0x5ccb17[_0x1fe8c8(0x159)],_0x44af78[_0x1fe8c8(0x158)]=_0x5ccb17['JUbAS'],_0x44af78;}else return!![];}try{if(_0x5ccb17[_0x1fe8c8(0x12e)](_0x5ccb17['eSvbl'],_0x5ccb17[_0x1fe8c8(0xcc)])){const _0x547dd9=JSON[_0x1fe8c8(0x10d)](process[_0x1fe8c8(0xad)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x4cd586=Array[_0x1fe8c8(0x172)](_0x547dd9[_0x1fe8c8(0xe6)])?_0x547dd9[_0x1fe8c8(0xe6)]:[],_0x2ffced=Array['isArray'](_0x547dd9[_0x1fe8c8(0x112)])?_0x547dd9['excludeTagsInTestingScope']:[];let _0xec5e6;if(_0x10e0f5){if(_0x5ccb17['INOnX'](_0x5ccb17[_0x1fe8c8(0xe2)],_0x5ccb17['WZSPF'])){_0x3a27fe[_0x1fe8c8(0x11b)](_0x1fe8c8(0x15a)+(_0xdf0def[_0x1fe8c8(0x158)]||_0x1e753a[_0x1fe8c8(0x190)]));for(const _0x52e4fc of _0x4d2bf7[_0x1fe8c8(0x12b)]){_0x3d4799[_0x1fe8c8(0x11b)](_0x52e4fc[_0x1fe8c8(0x158)]);}_0x13264a[_0x1fe8c8(0xad)][_0x1fe8c8(0x113)]=_0x5ccb17['xVTDP'],_0x12eb19[_0x1fe8c8(0xad)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x5ccb17[_0x1fe8c8(0x14f)];}else _0xec5e6=_0x40ae1a[_0x1fe8c8(0xd3)]('/');}else{if(_0x5ccb17[_0x1fe8c8(0x173)](_0x5ccb17['uZQjm'],_0x5ccb17['uZQjm']))return _0x14b7db[_0x1fe8c8(0x11b)](_0x5ccb17[_0x1fe8c8(0x90)]),[];else _0xec5e6=_0x40ae1a;}const _0x31f6a5=_0x2ffced['some'](_0x512a1d=>_0xec5e6['includes'](_0x512a1d)),_0x4deb05=_0x5ccb17[_0x1fe8c8(0x149)](_0x4cd586[_0x1fe8c8(0xcf)],0x0)||_0x4cd586['some'](_0x4ab6ff=>_0xec5e6[_0x1fe8c8(0x14d)](_0x4ab6ff));return _0x5ccb17['MkUIZ'](!_0x31f6a5,_0x4deb05);}else _0x3a8ed4[_0x1fe8c8(0x120)](_0x1fe8c8(0x141)+_0x497bd1);}catch(_0x5dd5e7){if(_0x5ccb17[_0x1fe8c8(0x123)](_0x5ccb17['cihKF'],_0x5ccb17['yplmw'])){if(!_0x193992[_0x1fe8c8(0x118)]())return![];const _0x525c9a=_0x11addd[_0x1fe8c8(0xa5)](_0xc12285['env'][_0x1fe8c8(0x113)])||_0x9b295c[_0x1fe8c8(0xa5)](_0x15ef17[_0x1fe8c8(0xad)][_0x1fe8c8(0xf0)]),_0x297855=_0x5ccb17[_0x1fe8c8(0x12e)](typeof _0x5405d2['env'][_0x1fe8c8(0x10c)],_0x5ccb17[_0x1fe8c8(0xf4)])&&_0x5ccb17[_0x1fe8c8(0x145)](_0x285384[_0x1fe8c8(0xad)][_0x1fe8c8(0x10c)][_0x1fe8c8(0xcf)],0x0)&&_0x5ccb17[_0x1fe8c8(0x166)](_0x4e6b5e['env'][_0x1fe8c8(0x10c)],_0x5ccb17['jOXls']);return _0x5ccb17[_0x1fe8c8(0x183)](_0x525c9a,_0x297855);}else logger['debug'](_0x5ccb17[_0x1fe8c8(0xec)],_0x5dd5e7);}return![];},exports[a49_0x567c4a(0x98)]=_0xe9fa43=>{const _0x561a28=a49_0x567c4a,_0x201923={};_0x201923[_0x561a28(0x101)]=function(_0x16ff15,_0x5d3f3d){return _0x16ff15+_0x5d3f3d;},_0x201923[_0x561a28(0x8d)]=_0x561a28(0xc5),_0x201923[_0x561a28(0x126)]=_0x561a28(0x92),_0x201923[_0x561a28(0xe9)]=_0x561a28(0xfb),_0x201923[_0x561a28(0xd6)]=function(_0x3c51f1,_0x492b47){return _0x3c51f1===_0x492b47;},_0x201923['fSZxP']='vqPkW',_0x201923[_0x561a28(0x9b)]=function(_0x244fb5,_0x4e97e7){return _0x244fb5!==_0x4e97e7;},_0x201923[_0x561a28(0xbe)]='jOADM',_0x201923['IZwoo']=_0x561a28(0xee),_0x201923[_0x561a28(0xa4)]=function(_0x41ab8a,_0x20f2c9){return _0x41ab8a===_0x20f2c9;},_0x201923[_0x561a28(0xe5)]=_0x561a28(0x193),_0x201923[_0x561a28(0x188)]='gFYTv',_0x201923[_0x561a28(0xac)]=_0x561a28(0x12c);const _0x19ede0=_0x201923;let _0x1e5494=![];try{if(_0x19ede0[_0x561a28(0xa4)](_0x19ede0[_0x561a28(0xe5)],_0x19ede0[_0x561a28(0x188)]))throw new _0x11c220(_0x19ede0[_0x561a28(0x101)](_0x19ede0[_0x561a28(0x8d)],_0x544ea4[_0x561a28(0xc2)]['error']));else _0xe9fa43['platforms'][_0x561a28(0x185)](_0x29c900=>{const _0x45f7b9=_0x561a28,_0x4e825c={};_0x4e825c[_0x45f7b9(0x14b)]=_0x19ede0[_0x45f7b9(0xe9)];const _0x28b1cb=_0x4e825c;if(_0x19ede0[_0x45f7b9(0xd6)](_0x19ede0[_0x45f7b9(0x161)],_0x19ede0[_0x45f7b9(0x161)])){if(bsSetupHelper[_0x45f7b9(0xa5)](_0x29c900[_0x45f7b9(0x16f)]))return _0x19ede0[_0x45f7b9(0x9b)](_0x19ede0[_0x45f7b9(0xbe)],_0x19ede0[_0x45f7b9(0xb7)])?(_0x1e5494=!![],!![]):(_0x169abc['error'](_0x28b1cb[_0x45f7b9(0x14b)]),[null,null]);}else return _0xd0ae6f[_0x45f7b9(0x11b)](_0x19ede0[_0x45f7b9(0x126)]),{};});}catch(_0x38f121){if(_0x19ede0[_0x561a28(0xa4)](_0x19ede0[_0x561a28(0xac)],_0x19ede0['aHaCw']))logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x38f121);else return![];}return _0x1e5494;},exports[a49_0x567c4a(0x130)]=PerformanceTester[a49_0x567c4a(0xb8)]('a11y:start',async function(_0x5f02c3,_0x423b24){const _0x1ab83e=a49_0x567c4a,_0x3f8a2c={};_0x3f8a2c['KqRLh']='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20',_0x3f8a2c[_0x1ab83e(0x91)]=function(_0x18ae35,_0x2b140c){return _0x18ae35===_0x2b140c;},_0x3f8a2c[_0x1ab83e(0x111)]=_0x1ab83e(0x12d),_0x3f8a2c[_0x1ab83e(0xb5)]=function(_0x34a48a,_0x5edcd0){return _0x34a48a>_0x5edcd0;},_0x3f8a2c[_0x1ab83e(0x129)]=function(_0x434226,_0x103df9){return _0x434226!==_0x103df9;},_0x3f8a2c[_0x1ab83e(0x8b)]=_0x1ab83e(0x108),_0x3f8a2c['PDTNW']=function(_0x221a03,_0x2eb201){return _0x221a03&&_0x2eb201;},_0x3f8a2c[_0x1ab83e(0xb0)]=_0x1ab83e(0x168),_0x3f8a2c[_0x1ab83e(0x196)]='bpgze',_0x3f8a2c[_0x1ab83e(0x178)]=_0x1ab83e(0xfb),_0x3f8a2c['RLJdW']=function(_0x3ca21f,_0x27b323){return _0x3ca21f!==_0x27b323;},_0x3f8a2c[_0x1ab83e(0x131)]=_0x1ab83e(0x134),_0x3f8a2c[_0x1ab83e(0xa8)]=_0x1ab83e(0xf3),_0x3f8a2c[_0x1ab83e(0x181)]=function(_0x322be7,_0x2a9151){return _0x322be7===_0x2a9151;},_0x3f8a2c[_0x1ab83e(0xb2)]=_0x1ab83e(0xd2),_0x3f8a2c[_0x1ab83e(0x191)]=_0x1ab83e(0x12a),_0x3f8a2c['onViX']='Quhym',_0x3f8a2c[_0x1ab83e(0x197)]='application/json',_0x3f8a2c[_0x1ab83e(0xaa)]='POST',_0x3f8a2c['ghFKB']=_0x1ab83e(0xff),_0x3f8a2c['XrWjn']=_0x1ab83e(0xd7),_0x3f8a2c[_0x1ab83e(0xd4)]=function(_0x16e1a6,_0x101fe0){return _0x16e1a6===_0x101fe0;},_0x3f8a2c['HGZHX']=_0x1ab83e(0x106),_0x3f8a2c['tsMWD']=_0x1ab83e(0xf5),_0x3f8a2c[_0x1ab83e(0x107)]='apfsH',_0x3f8a2c[_0x1ab83e(0x13a)]=_0x1ab83e(0x18e),_0x3f8a2c[_0x1ab83e(0x14a)]=function(_0x406205,_0x1eb196){return _0x406205===_0x1eb196;},_0x3f8a2c[_0x1ab83e(0x100)]=_0x1ab83e(0xde),_0x3f8a2c['xSjEo']=_0x1ab83e(0x13b),_0x3f8a2c[_0x1ab83e(0xa6)]=function(_0x1d02a5,_0x82ca46){return _0x1d02a5===_0x82ca46;},_0x3f8a2c[_0x1ab83e(0x136)]=_0x1ab83e(0x148),_0x3f8a2c[_0x1ab83e(0x18d)]=function(_0x22c7be,_0x8e8b17){return _0x22c7be!==_0x8e8b17;},_0x3f8a2c[_0x1ab83e(0x115)]='apdpA',_0x3f8a2c[_0x1ab83e(0xed)]=function(_0x1d4334,_0xa41978){return _0x1d4334===_0xa41978;},_0x3f8a2c[_0x1ab83e(0x187)]=_0x1ab83e(0xfe),_0x3f8a2c[_0x1ab83e(0x157)]=_0x1ab83e(0x171),_0x3f8a2c['ZRMgA']=_0x1ab83e(0xa9),_0x3f8a2c[_0x1ab83e(0x170)]='UxoRU';const _0x7ea8a9=_0x3f8a2c,_0x500d94=bsSetupHelper[_0x1ab83e(0x17d)](_0x5f02c3),_0x3b83b3=bsSetupHelper['getAccessKey'](_0x5f02c3);if(bsSetupHelper[_0x1ab83e(0x15f)](_0x500d94)||bsSetupHelper[_0x1ab83e(0x15f)](_0x3b83b3)){if(_0x7ea8a9[_0x1ab83e(0x91)](_0x7ea8a9[_0x1ab83e(0x196)],_0x7ea8a9['mNFeJ']))return logger[_0x1ab83e(0x11b)](_0x7ea8a9[_0x1ab83e(0x178)]),[null,null];else _0x385ab6=_0x4d4e8e;}try{if(_0x7ea8a9[_0x1ab83e(0x133)](_0x7ea8a9[_0x1ab83e(0x131)],_0x7ea8a9['nsZyW'])){let _0x25be8a;bsSetupHelper['isUndefined'](process['env'][_0x1ab83e(0xcd)])?_0x7ea8a9[_0x1ab83e(0x181)](_0x7ea8a9['dUbSI'],_0x7ea8a9[_0x1ab83e(0x191)])?_0x16db8a=_0x2271d0[_0x1ab83e(0xd3)]('/'):_0x25be8a={}:_0x7ea8a9[_0x1ab83e(0x181)](_0x7ea8a9[_0x1ab83e(0x10b)],_0x7ea8a9['onViX'])?_0x25be8a=JSON['parse'](process[_0x1ab83e(0xad)][_0x1ab83e(0xcd)]):_0x967e2a=_0x18beb6[_0x1ab83e(0x10d)](_0xed0401[_0x1ab83e(0xad)][_0x1ab83e(0xcd)]);const _0x45536b={'projectName':_0x5f02c3[_0x1ab83e(0x104)],'buildName':_0x5f02c3[_0x1ab83e(0xf2)]||path[_0x1ab83e(0x18f)](path[_0x1ab83e(0xf7)](process[_0x1ab83e(0xb4)]())),'startTime':new Date()['toISOString'](),'description':_0x5f02c3[_0x1ab83e(0x18b)]||'','source':{'frameworkName':_0x423b24,'frameworkVersion':bsSetupHelper[_0x1ab83e(0x11e)](_0x423b24),'sdkVersion':bsSetupHelper['getAgentVersion']()},'settings':_0x25be8a,'versionControl':await bsSetupHelper[_0x1ab83e(0x175)](),'ciInfo':bsSetupHelper[_0x1ab83e(0xfc)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x1ab83e(0x118)]()},_0x4cd0e8={};_0x4cd0e8[_0x1ab83e(0xb9)]=_0x500d94,_0x4cd0e8[_0x1ab83e(0x13d)]=_0x3b83b3;const _0x40a8ee={};_0x40a8ee[_0x1ab83e(0x164)]=_0x7ea8a9[_0x1ab83e(0x197)];const _0x4cb9ed={};_0x4cb9ed[_0x1ab83e(0x9f)]=_0x4cd0e8,_0x4cb9ed['headers']=_0x40a8ee;const _0x499c90=_0x4cb9ed,_0x23bd04={};_0x23bd04['body']=_0x45536b,_0x23bd04[_0x1ab83e(0x119)]=!![];const _0x3f9198=Object[_0x1ab83e(0xc4)](_0x499c90,_0x23bd04),_0x290463=await bsSetupHelper[_0x1ab83e(0xe4)](_0x7ea8a9['oBAmK'],_0x7ea8a9['ghFKB'],_0x3f9198,_0x5f02c3,API_URL);let _0x40451e=process[_0x1ab83e(0xad)][_0x1ab83e(0xcd)];return _0x40451e?_0x7ea8a9[_0x1ab83e(0x133)](_0x7ea8a9[_0x1ab83e(0xbf)],_0x7ea8a9['XrWjn'])?_0x5f0eb9[_0x1ab83e(0x120)](_0x7ea8a9[_0x1ab83e(0x150)],_0x21568d):_0x40451e=JSON['parse'](process[_0x1ab83e(0xad)][_0x1ab83e(0xcd)]):_0x7ea8a9[_0x1ab83e(0xd4)](_0x7ea8a9[_0x1ab83e(0x96)],_0x7ea8a9[_0x1ab83e(0x96)])?_0x40451e={}:_0x106371={},_0x40451e[_0x1ab83e(0x18a)]=_0x290463[_0x1ab83e(0xc2)][_0x1ab83e(0xc2)][_0x1ab83e(0x18a)],process[_0x1ab83e(0xad)][_0x1ab83e(0xcd)]=JSON['stringify'](_0x40451e),[_0x290463[_0x1ab83e(0xc2)][_0x1ab83e(0xc2)][_0x1ab83e(0x109)],_0x290463[_0x1ab83e(0xc2)][_0x1ab83e(0xc2)]['id']];}else _0x27bcb8['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x3540bc[_0x1ab83e(0x158)]||_0x58a8a5['format'](_0x1418f0)));}catch(_0x5a9fc4){if(_0x7ea8a9['dEEJB'](_0x7ea8a9[_0x1ab83e(0xfa)],_0x7ea8a9[_0x1ab83e(0x107)])){try{if(!_0x3411af[_0x1ab83e(0x118)]())return![];const _0x5668fb=_0x51d49a['isTrue'](_0x5b349b[_0x1ab83e(0xad)][_0x1ab83e(0x113)])||_0x1e4145[_0x1ab83e(0xa5)](_0xfc450[_0x1ab83e(0xad)][_0x1ab83e(0xf0)]),_0x1ddbd0=_0x7ea8a9[_0x1ab83e(0x91)](typeof _0x15f412['env'][_0x1ab83e(0x10c)],_0x7ea8a9[_0x1ab83e(0x111)])&&_0x7ea8a9[_0x1ab83e(0xb5)](_0x3a1480[_0x1ab83e(0xad)]['BS_A11Y_JWT'][_0x1ab83e(0xcf)],0x0)&&_0x7ea8a9['nxeGQ'](_0x21269f[_0x1ab83e(0xad)][_0x1ab83e(0x10c)],_0x7ea8a9[_0x1ab83e(0x8b)]);return _0x7ea8a9[_0x1ab83e(0xd1)](_0x5668fb,_0x1ddbd0);}catch(_0x1e70b3){_0x482223['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x1e70b3);}return![];}else{if(_0x5a9fc4[_0x1ab83e(0xf1)])_0x7ea8a9[_0x1ab83e(0x91)](_0x7ea8a9['cWIzs'],_0x7ea8a9['cWIzs'])?logger[_0x1ab83e(0x11b)](_0x1ab83e(0x15a)+_0x5a9fc4[_0x1ab83e(0xf1)][_0x1ab83e(0xf9)]+'\x20'+_0x5a9fc4[_0x1ab83e(0xf1)][_0x1ab83e(0x12f)]+'\x20'+JSON[_0x1ab83e(0x95)](_0x5a9fc4['response']['data'])):_0x323890=_0x2f9d72[_0x1ab83e(0x10d)](_0x34fb44['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);else{if(_0x7ea8a9[_0x1ab83e(0x14a)](_0x7ea8a9[_0x1ab83e(0x100)],_0x7ea8a9[_0x1ab83e(0x15d)])){if(_0x807105['isTrue'](_0x1041b3['accessibility']))return _0x53dfd2=!![],!![];}else{if(_0x7ea8a9[_0x1ab83e(0xa6)](_0x5a9fc4['message'],_0x7ea8a9[_0x1ab83e(0x136)])){if(_0x7ea8a9[_0x1ab83e(0x18d)](_0x7ea8a9[_0x1ab83e(0x115)],_0x7ea8a9[_0x1ab83e(0x115)]))return _0x1011f3[_0x1ab83e(0x16d)](_0x7ea8a9['OiAeB']),{};else{logger[_0x1ab83e(0x11b)](_0x1ab83e(0x15a)+(_0x5a9fc4['message']||_0x5a9fc4['stack']));for(const _0x4c60ac of _0x5a9fc4[_0x1ab83e(0x12b)]){if(_0x7ea8a9['ZOWQk'](_0x7ea8a9['gMlKs'],_0x7ea8a9[_0x1ab83e(0x157)]))return!![];else logger[_0x1ab83e(0x11b)](_0x4c60ac[_0x1ab83e(0x158)]);}process['env'][_0x1ab83e(0x113)]=_0x7ea8a9[_0x1ab83e(0xce)],process[_0x1ab83e(0xad)][_0x1ab83e(0xf0)]=_0x7ea8a9[_0x1ab83e(0xce)];}}else{if(_0x7ea8a9[_0x1ab83e(0x91)](_0x7ea8a9['mLCTr'],_0x7ea8a9[_0x1ab83e(0x170)]))logger[_0x1ab83e(0x11b)](_0x1ab83e(0x15a)+(_0x5a9fc4[_0x1ab83e(0x158)]||_0x5a9fc4[_0x1ab83e(0x190)]));else return _0x24e5be=!![],!![];}}}return[null,null];}}}),exports['stopAccessibilityTestRun']=PerformanceTester[a49_0x567c4a(0xb8)](a49_0x567c4a(0x192),async function(_0x2a8fce){const _0x4181dc=a49_0x567c4a,_0x3ec720={};_0x3ec720[_0x4181dc(0x154)]=_0x4181dc(0xdb),_0x3ec720[_0x4181dc(0x16b)]=_0x4181dc(0xc9),_0x3ec720[_0x4181dc(0xd8)]=function(_0x3c3359,_0x5de017){return _0x3c3359===_0x5de017;},_0x3ec720[_0x4181dc(0x17c)]=function(_0x525990,_0x21c553){return _0x525990&&_0x21c553;},_0x3ec720[_0x4181dc(0xaf)]=function(_0x37231b,_0x2b150a){return _0x37231b!==_0x2b150a;},_0x3ec720[_0x4181dc(0x10a)]=_0x4181dc(0x12d),_0x3ec720[_0x4181dc(0x147)]=function(_0xb71d56,_0x331f21){return _0xb71d56===_0x331f21;},_0x3ec720['ZOeVb']=_0x4181dc(0x16c),_0x3ec720[_0x4181dc(0x11d)]=_0x4181dc(0x11b),_0x3ec720[_0x4181dc(0x137)]=_0x4181dc(0xdf),_0x3ec720[_0x4181dc(0x176)]=_0x4181dc(0xbb),_0x3ec720[_0x4181dc(0x169)]=_0x4181dc(0x8e),_0x3ec720[_0x4181dc(0xb3)]=_0x4181dc(0x99),_0x3ec720[_0x4181dc(0x195)]=_0x4181dc(0x102),_0x3ec720[_0x4181dc(0x97)]=_0x4181dc(0x18c),_0x3ec720[_0x4181dc(0x10f)]=_0x4181dc(0xc0),_0x3ec720[_0x4181dc(0x155)]=function(_0x1969b7,_0x2f5489){return _0x1969b7+_0x2f5489;},_0x3ec720[_0x4181dc(0x144)]=_0x4181dc(0xc5),_0x3ec720['tMtuK']=_0x4181dc(0xb6),_0x3ec720[_0x4181dc(0x140)]=_0x4181dc(0xc7),_0x3ec720[_0x4181dc(0x9a)]=_0x4181dc(0x17e),_0x3ec720[_0x4181dc(0x160)]='incSr',_0x3ec720[_0x4181dc(0xa1)]=_0x4181dc(0x139);const _0x21e27c=_0x3ec720;if(bsSetupHelper['isUndefined'](process[_0x4181dc(0xad)][_0x4181dc(0x10c)])||_0x21e27c['vXibY'](typeof process[_0x4181dc(0xad)]['BS_A11Y_JWT'],_0x21e27c[_0x4181dc(0x10a)])){if(_0x21e27c[_0x4181dc(0x147)](_0x21e27c[_0x4181dc(0xa7)],_0x21e27c[_0x4181dc(0xa7)])){const _0x34b100={};return _0x34b100[_0x4181dc(0xf9)]=_0x21e27c['ZGnZh'],_0x34b100[_0x4181dc(0x158)]=_0x21e27c[_0x4181dc(0x137)],_0x34b100;}else{_0x5ed7b4['info']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new _0x473756()['toISOString']());const _0xdad6e7={};return _0xdad6e7[_0x4181dc(0xf9)]=_0x21e27c[_0x4181dc(0x154)],_0xdad6e7[_0x4181dc(0x158)]='',_0xdad6e7;}}const _0x504426={'endTime':new Date()[_0x4181dc(0xf8)]()},_0x2d33bd={};_0x2d33bd[_0x4181dc(0x125)]=_0x4181dc(0x110)+process['env']['BS_A11Y_JWT'],_0x2d33bd[_0x4181dc(0x164)]=_0x21e27c[_0x4181dc(0x176)];const _0x5199e7={};_0x5199e7[_0x4181dc(0x128)]=_0x2d33bd;const _0x179081=_0x5199e7,_0x40fbc3={};_0x40fbc3[_0x4181dc(0xd5)]=_0x504426,_0x40fbc3[_0x4181dc(0x9f)]=null,_0x40fbc3['json']=!![];const _0x3f72ec=Object[_0x4181dc(0xc4)](_0x179081,_0x40fbc3);try{if(_0x21e27c['vXibY'](_0x21e27c[_0x4181dc(0x169)],_0x21e27c['kdfMd'])){const _0x29336c=await bsSetupHelper['nodeRequest'](_0x21e27c[_0x4181dc(0x195)],_0x21e27c['LNCXP'],_0x3f72ec,_0x2a8fce,API_URL);if(_0x29336c[_0x4181dc(0xc2)][_0x4181dc(0x11b)]){if(_0x21e27c['xdtpg'](_0x21e27c[_0x4181dc(0x10f)],_0x21e27c[_0x4181dc(0x10f)]))throw new Error(_0x21e27c[_0x4181dc(0x155)](_0x21e27c['mwuDz'],_0x29336c['data'][_0x4181dc(0x11b)]));else _0x26ab83[_0x4181dc(0x15b)][_0x4181dc(0x185)](_0x1cb51b=>{const _0x55b3eb=_0x4181dc;if(_0x540b7e[_0x55b3eb(0xa5)](_0x1cb51b[_0x55b3eb(0x16f)]))return _0xa44d49=!![],!![];});}else{if(_0x21e27c['xdtpg'](_0x21e27c[_0x4181dc(0xf6)],_0x21e27c[_0x4181dc(0xf6)])){logger[_0x4181dc(0x16a)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x4181dc(0xf8)]());const _0x3c0db9={};return _0x3c0db9[_0x4181dc(0xf9)]=_0x21e27c[_0x4181dc(0x154)],_0x3c0db9[_0x4181dc(0x158)]='',_0x3c0db9;}else _0x6fcd28[_0x4181dc(0x120)](_0x4181dc(0x10e)+_0x3ec722);}}else _0x2542ce['error'](_0x4181dc(0x15a)+_0x2bc46d[_0x4181dc(0xf1)]['status']+'\x20'+_0x271045[_0x4181dc(0xf1)]['statusText']+'\x20'+_0x29912c[_0x4181dc(0x95)](_0x5e7f57[_0x4181dc(0xf1)][_0x4181dc(0xc2)]));}catch(_0x29b2db){if(_0x21e27c[_0x4181dc(0x147)](_0x21e27c[_0x4181dc(0x140)],_0x21e27c[_0x4181dc(0x140)])){if(_0x29b2db[_0x4181dc(0xf1)]){if(_0x21e27c[_0x4181dc(0xaf)](_0x21e27c['AXDQk'],_0x21e27c['LPAnl']))logger['error'](_0x4181dc(0x167)+_0x29b2db[_0x4181dc(0xf1)][_0x4181dc(0xf9)]+'\x20'+_0x29b2db[_0x4181dc(0xf1)][_0x4181dc(0x12f)]+'\x20'+JSON[_0x4181dc(0x95)](_0x29b2db['response'][_0x4181dc(0xc2)]));else return _0x4613fd[_0x4181dc(0x16d)](_0x21e27c[_0x4181dc(0x16b)]),[];}else{if(_0x21e27c[_0x4181dc(0xaf)](_0x21e27c[_0x4181dc(0xa1)],_0x21e27c['xGVVk'])){const _0x27e884=_0x5c3c58[_0x4181dc(0x10d)](_0x1e77fc[_0x4181dc(0xad)][_0x4181dc(0xcd)]),_0x11685b=_0x170712[_0x4181dc(0x172)](_0x27e884[_0x4181dc(0xe6)])?_0x27e884[_0x4181dc(0xe6)]:[],_0x2d2c8d=_0x4e9d1c['isArray'](_0x27e884[_0x4181dc(0x112)])?_0x27e884[_0x4181dc(0x112)]:[];let _0xe3ace6;_0x14943b?_0xe3ace6=_0x390abd[_0x4181dc(0xd3)]('/'):_0xe3ace6=_0x17c48c;const _0x51ffb9=_0x2d2c8d[_0x4181dc(0x122)](_0x463f48=>_0xe3ace6[_0x4181dc(0x14d)](_0x463f48)),_0x36660e=_0x21e27c[_0x4181dc(0xd8)](_0x11685b[_0x4181dc(0xcf)],0x0)||_0x11685b['some'](_0x25e7b4=>_0xe3ace6[_0x4181dc(0x14d)](_0x25e7b4));return _0x21e27c['phsgH'](!_0x51ffb9,_0x36660e);}else logger['error'](_0x4181dc(0x167)+(_0x29b2db[_0x4181dc(0x158)]||util[_0x4181dc(0xdd)](_0x29b2db)));}const _0x537176={};return _0x537176[_0x4181dc(0xf9)]=_0x21e27c[_0x4181dc(0x11d)],_0x537176['message']=_0x29b2db['message']||(_0x29b2db[_0x4181dc(0xf1)]?_0x29b2db['response'][_0x4181dc(0xf9)]+':'+_0x29b2db[_0x4181dc(0xf1)][_0x4181dc(0x12f)]:_0x29b2db),_0x537176;}else _0x4e4cb2[_0x4181dc(0x120)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x512394);}}),exports[a49_0x567c4a(0xba)]=async(_0x22bfd9,_0xd0a803)=>{const _0x21deee=a49_0x567c4a,_0x548185={};_0x548185['PYMtM']=function(_0x549737,_0xe47da8){return _0x549737!==_0xe47da8;},_0x548185[_0x21deee(0x165)]=_0x21deee(0x103),_0x548185[_0x21deee(0x17f)]=_0x21deee(0x114),_0x548185[_0x21deee(0xa2)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x548185[_0x21deee(0x9c)]=_0x21deee(0xfd);const _0x21485b=_0x548185;if(!this[_0x21deee(0xda)]()||!_0xd0a803['isAccessibilityPlatform']){if(_0x21485b['PYMtM'](_0x21485b[_0x21deee(0x165)],_0x21485b['IJWqg']))return logger['warn'](_0x21485b['nSavX']),[];else _0x5c65af[_0x21deee(0x11b)](_0x2660f4[_0x21deee(0x158)]);}try{const _0x3ac02d=await _0x22bfd9[_0x21deee(0x163)]('\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20');return _0x3ac02d;}catch{return logger[_0x21deee(0x11b)](_0x21485b['JQZsA']),[];}},exports[a49_0x567c4a(0x184)]=async(_0xb2f9af,_0x7b0e77)=>{const _0x547896=a49_0x567c4a,_0x376b96={};_0x376b96[_0x547896(0x116)]=_0x547896(0x168),_0x376b96['RvqxR']=_0x547896(0x92);const _0x5a88d2=_0x376b96;if(!this[_0x547896(0xda)]()||!_0x7b0e77[_0x547896(0xae)])return logger['warn'](_0x5a88d2[_0x547896(0x116)]),{};try{const _0x18b6ec=await _0xb2f9af[_0x547896(0x163)](_0x547896(0xdc));return _0x18b6ec;}catch{return logger[_0x547896(0x11b)](_0x5a88d2[_0x547896(0x182)]),{};}};
@@ -1 +1 @@
1
- var a50_0x4740b0=a50_0x118d;(function(_0x418a28,_0x156f3b){var _0xfe72ae=a50_0x118d,_0x2b7d69=_0x418a28();while(!![]){try{var _0x5d6c90=parseInt(_0xfe72ae(0x10e))/0x1+-parseInt(_0xfe72ae(0x116))/0x2*(parseInt(_0xfe72ae(0x10d))/0x3)+parseInt(_0xfe72ae(0x112))/0x4+parseInt(_0xfe72ae(0x113))/0x5+parseInt(_0xfe72ae(0x10f))/0x6+parseInt(_0xfe72ae(0x114))/0x7*(-parseInt(_0xfe72ae(0x10c))/0x8)+-parseInt(_0xfe72ae(0x117))/0x9*(parseInt(_0xfe72ae(0x111))/0xa);if(_0x5d6c90===_0x156f3b)break;else _0x2b7d69['push'](_0x2b7d69['shift']());}catch(_0x545c9d){_0x2b7d69['push'](_0x2b7d69['shift']());}}}(a50_0x1e25,0x9e437));function a50_0x118d(_0x30276c,_0x5c6a36){var _0x1e2589=a50_0x1e25();return a50_0x118d=function(_0x118d9a,_0x497df7){_0x118d9a=_0x118d9a-0x10b;var _0x48e1b6=_0x1e2589[_0x118d9a];return _0x48e1b6;},a50_0x118d(_0x30276c,_0x5c6a36);}var a50_0x2ca05e={};function a50_0x1e25(){var _0x3ed143=['automate-turboscale/v1','30KvdwKK','909FidONR','BUILDS_DASHBOARD_URL','API_ENDPOINT','exports','2504EPzScS','97737IGAxRd','950954GMEdpq','7439022vqNZAZ','https://grid.browserstack.com/dashboard/builds','139750stuJTe','2292464iCcKQj','5046345kNYZle','27391KZZiKg'];a50_0x1e25=function(){return _0x3ed143;};return a50_0x1e25();}a50_0x2ca05e[a50_0x4740b0(0x118)]=a50_0x4740b0(0x110),a50_0x2ca05e[a50_0x4740b0(0x119)]=a50_0x4740b0(0x115),module[a50_0x4740b0(0x10b)]=a50_0x2ca05e;
1
+ function a50_0x3d62(){var _0x47257a=['1038828qAsTcR','exports','API_ENDPOINT','794202JgKPus','10551312FIYxuU','4UwKfpL','automate-turboscale/v1','BUILDS_DASHBOARD_URL','https://grid.browserstack.com/dashboard/builds','7357800cCIuDl','678417ANiloS','2aaOjPu','4125465qUwUKW','3592700NqUARo'];a50_0x3d62=function(){return _0x47257a;};return a50_0x3d62();}var a50_0xa944c9=a50_0x2018;(function(_0x152a9f,_0x1172c4){var _0x3313ec=a50_0x2018,_0x2a473c=_0x152a9f();while(!![]){try{var _0x2bfba1=-parseInt(_0x3313ec(0x86))/0x1*(-parseInt(_0x3313ec(0x8e))/0x2)+parseInt(_0x3313ec(0x8d))/0x3*(-parseInt(_0x3313ec(0x88))/0x4)+parseInt(_0x3313ec(0x90))/0x5+parseInt(_0x3313ec(0x8c))/0x6+parseInt(_0x3313ec(0x83))/0x7+-parseInt(_0x3313ec(0x87))/0x8+-parseInt(_0x3313ec(0x8f))/0x9;if(_0x2bfba1===_0x1172c4)break;else _0x2a473c['push'](_0x2a473c['shift']());}catch(_0x5b8939){_0x2a473c['push'](_0x2a473c['shift']());}}}(a50_0x3d62,0xd7d28));var a50_0x129741={};function a50_0x2018(_0xd8af81,_0x25c2c7){var _0x3d621c=a50_0x3d62();return a50_0x2018=function(_0x201877,_0x28d17b){_0x201877=_0x201877-0x83;var _0x14424b=_0x3d621c[_0x201877];return _0x14424b;},a50_0x2018(_0xd8af81,_0x25c2c7);}a50_0x129741[a50_0xa944c9(0x8a)]=a50_0xa944c9(0x8b),a50_0x129741[a50_0xa944c9(0x85)]=a50_0xa944c9(0x89),module[a50_0xa944c9(0x84)]=a50_0x129741;
@@ -1 +1 @@
1
- function a51_0x187f(_0x254d47,_0x56365b){const _0x3395bf=a51_0x3395();return a51_0x187f=function(_0x187f08,_0x56222c){_0x187f08=_0x187f08-0xfb;let _0x31a5a1=_0x3395bf[_0x187f08];return _0x31a5a1;},a51_0x187f(_0x254d47,_0x56365b);}const a51_0x20c9f9=a51_0x187f;(function(_0x3fe743,_0x3fac78){const _0x162bd1=a51_0x187f,_0x4cab45=_0x3fe743();while(!![]){try{const _0xa8bc8f=-parseInt(_0x162bd1(0x129))/0x1+-parseInt(_0x162bd1(0x10f))/0x2*(-parseInt(_0x162bd1(0x119))/0x3)+parseInt(_0x162bd1(0x11d))/0x4+parseInt(_0x162bd1(0x106))/0x5+parseInt(_0x162bd1(0x115))/0x6+parseInt(_0x162bd1(0x100))/0x7+-parseInt(_0x162bd1(0x10c))/0x8;if(_0xa8bc8f===_0x3fac78)break;else _0x4cab45['push'](_0x4cab45['shift']());}catch(_0x1adfc2){_0x4cab45['push'](_0x4cab45['shift']());}}}(a51_0x3395,0x39165));function a51_0x3395(){const _0x300a9c=['pfwaQ','ZMUMG','lceaL','1576832DzzPTp','turboScale','qFPzY','env','EkpNn','zdAVw','iyfhz','getTurboScaleCaps','YYDie','ZQxol','TfEOl','split','278758XbEiwO','BROWSERSTACK_BUILD_TAGS','../../bin/utils/constants','dfFEo','kVjqm','BROWSERSTACK_TURBOSCALE_GRID_NAME','KkBIW','bmQHG','XyVKp','options','zEFTZ','CMYzF','Lvbzo','XQSgJ','QJoJZ','24640FLjSur','ppPsg','NqXYH','HzUac','TURBOSCALE_OPTIONS','gPLsI','1975875cDseBy','qAzBQ','isTurboScaleSession','turboScaleOptions','buildTags','isArray','4280168CEMHnP','gridName','getTurboScaleGridName','2FjQCkg','gszcs','ASUbD','getTurboScaleOptions','ytFui','JpHXl','50154ZiDQFe','buildPriority','BROWSERSTACK_BUILD_PRIORITY','exUth','739038ODksZu'];a51_0x3395=function(){return _0x300a9c;};return a51_0x3395();}const constants=require(a51_0x20c9f9(0x12b));exports[a51_0x20c9f9(0x112)]=()=>{const _0x4ef2e3=a51_0x20c9f9,_0x4a5eb6={};_0x4a5eb6[_0x4ef2e3(0x131)]=function(_0x1b499f,_0x5ae337){return _0x1b499f===_0x5ae337;},_0x4a5eb6[_0x4ef2e3(0x11c)]=function(_0x314306,_0xfac120){return _0x314306!==_0xfac120;},_0x4a5eb6[_0x4ef2e3(0x123)]='CsKMZ',_0x4a5eb6['YYDie']='GFClH';const _0x38293a=_0x4a5eb6;if(!constants[_0x4ef2e3(0x104)]['options'])return _0x38293a[_0x4ef2e3(0x11c)](_0x38293a[_0x4ef2e3(0x123)],_0x38293a[_0x4ef2e3(0x125)])?{}:_0x2d4787&&_0x38293a[_0x4ef2e3(0x131)](_0x47f776[_0x4ef2e3(0x11e)],!![]);return constants[_0x4ef2e3(0x104)]['options'];},exports[a51_0x20c9f9(0x10e)]=_0x34019f=>{const _0x4d3a5a=a51_0x20c9f9,_0x4e260e={};_0x4e260e[_0x4d3a5a(0x107)]=function(_0x3bbea0,_0x372cd9){return _0x3bbea0===_0x372cd9;},_0x4e260e[_0x4d3a5a(0xfb)]='HFZdI',_0x4e260e['ZCBaa']=function(_0x218532,_0x1d8765){return _0x218532!==_0x1d8765;},_0x4e260e['ZMUMG']='JUAtm',_0x4e260e[_0x4d3a5a(0x110)]='NO_GRID_NAME_PASSED';const _0x102e8a=_0x4e260e;if(_0x34019f[_0x4d3a5a(0x109)]&&_0x34019f[_0x4d3a5a(0x109)][_0x4d3a5a(0x10d)]){if(_0x102e8a[_0x4d3a5a(0x107)](_0x102e8a[_0x4d3a5a(0xfb)],_0x102e8a[_0x4d3a5a(0xfb)]))return _0x34019f['turboScaleOptions']['gridName'];else _0xac43ff[_0x4d3a5a(0x116)]=_0x1c5093[_0x4d3a5a(0x120)]['BROWSERSTACK_BUILD_PRIORITY'];}if(process[_0x4d3a5a(0x120)][_0x4d3a5a(0x12e)]){if(_0x102e8a['ZCBaa'](_0x102e8a[_0x4d3a5a(0x11b)],_0x102e8a[_0x4d3a5a(0x11b)]))_0x20ba8a['buildPriority']=_0xdb6f83[_0x4d3a5a(0x116)];else return process[_0x4d3a5a(0x120)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];}return _0x102e8a['gszcs'];},exports[a51_0x20c9f9(0x108)]=_0x442ac1=>{const _0xd6fea4=a51_0x20c9f9,_0xa160ab={};_0xa160ab[_0xd6fea4(0x105)]=function(_0x569add,_0x438f43){return _0x569add===_0x438f43;};const _0x59376c=_0xa160ab;return _0x442ac1&&_0x59376c[_0xd6fea4(0x105)](_0x442ac1['turboScale'],!![]);},exports[a51_0x20c9f9(0x124)]=(_0x557447,_0x5ce410,_0x2faf87)=>{const _0x41f5e0=a51_0x20c9f9,_0x7af4c6={};_0x7af4c6[_0x41f5e0(0x127)]='medium',_0x7af4c6[_0x41f5e0(0x122)]=function(_0x5b21a5,_0x2f9f54){return _0x5b21a5===_0x2f9f54;},_0x7af4c6[_0x41f5e0(0xfc)]='sQSdV',_0x7af4c6[_0x41f5e0(0x12d)]=function(_0x49856d,_0x1deb4f){return _0x49856d!==_0x1deb4f;},_0x7af4c6['qFPzY']=_0x41f5e0(0x111),_0x7af4c6[_0x41f5e0(0x103)]=function(_0x123551,_0x54d3aa){return _0x123551===_0x54d3aa;},_0x7af4c6['dfFEo']=_0x41f5e0(0x126),_0x7af4c6[_0x41f5e0(0x11a)]=function(_0x320224,_0x2fd78b){return _0x320224===_0x2fd78b;},_0x7af4c6[_0x41f5e0(0xfe)]=_0x41f5e0(0x12f),_0x7af4c6[_0x41f5e0(0x114)]=_0x41f5e0(0x102),_0x7af4c6[_0x41f5e0(0x118)]=_0x41f5e0(0x101),_0x7af4c6['QJoJZ']=_0x41f5e0(0x130),_0x7af4c6[_0x41f5e0(0x121)]=function(_0x4afdc7,_0x16ce91){return _0x4afdc7!==_0x16ce91;},_0x7af4c6[_0x41f5e0(0xfd)]=_0x41f5e0(0x113);const _0x23d3e5=_0x7af4c6,_0x7b9e51={};_0x7b9e51[_0x41f5e0(0x116)]=_0x23d3e5['TfEOl'];if(_0x557447['buildTags']){if(_0x23d3e5[_0x41f5e0(0x122)](_0x23d3e5[_0x41f5e0(0xfc)],_0x23d3e5[_0x41f5e0(0xfc)]))_0x7b9e51['buildTags']=Array[_0x41f5e0(0x10b)](_0x557447[_0x41f5e0(0x10a)])?_0x557447[_0x41f5e0(0x10a)]:_0x557447['buildTags']['split'](',');else return{};}if(process[_0x41f5e0(0x120)][_0x41f5e0(0x12a)]){if(_0x23d3e5['kVjqm'](_0x23d3e5[_0x41f5e0(0x11f)],_0x23d3e5[_0x41f5e0(0x11f)]))return _0xb72fc2[_0x41f5e0(0x109)][_0x41f5e0(0x10d)];else try{if(_0x23d3e5[_0x41f5e0(0x103)](_0x23d3e5[_0x41f5e0(0x12c)],_0x23d3e5['dfFEo']))_0x7b9e51['buildTags']=process['env']['BROWSERSTACK_BUILD_TAGS'][_0x41f5e0(0x128)](',');else try{_0x44fc9b[_0x41f5e0(0x10a)]=_0x4ea5d9['env'][_0x41f5e0(0x12a)][_0x41f5e0(0x128)](',');}catch{_0x2c60f1[_0x41f5e0(0x10a)]=_0xf658d3[_0x41f5e0(0x120)]['BROWSERSTACK_BUILD_TAGS'];}}catch{if(_0x23d3e5[_0x41f5e0(0x11a)](_0x23d3e5[_0x41f5e0(0xfe)],_0x23d3e5[_0x41f5e0(0x114)])){if(!_0x435083[_0x41f5e0(0x104)][_0x41f5e0(0x132)])return{};return _0x5a4b6d[_0x41f5e0(0x104)][_0x41f5e0(0x132)];}else _0x7b9e51['buildTags']=process['env'][_0x41f5e0(0x12a)];}}if(_0x557447[_0x41f5e0(0x116)]){if(_0x23d3e5[_0x41f5e0(0x12d)](_0x23d3e5[_0x41f5e0(0x118)],_0x23d3e5[_0x41f5e0(0xff)]))_0x7b9e51['buildPriority']=_0x557447['buildPriority'];else return _0x34adfd[_0x41f5e0(0x120)][_0x41f5e0(0x12e)];}return process[_0x41f5e0(0x120)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0x23d3e5[_0x41f5e0(0x121)](_0x23d3e5[_0x41f5e0(0xfd)],_0x23d3e5['Lvbzo'])?_0x13f8f0[_0x41f5e0(0x10a)]=_0x3e7fc7[_0x41f5e0(0x120)][_0x41f5e0(0x12a)][_0x41f5e0(0x128)](','):_0x7b9e51[_0x41f5e0(0x116)]=process[_0x41f5e0(0x120)][_0x41f5e0(0x117)]),_0x7b9e51;};
1
+ const a51_0x1856e7=a51_0x23c1;function a51_0x4cdb(){const _0x539e4b=['NO_GRID_NAME_PASSED','vQYjO','4894299BvJjrd','isArray','turboScaleOptions','vOjBT','IJeSo','TdPSG','6130csDcVk','options','cVeVC','BCzAA','hZzDu','BUeXU','2XacUjU','medium','env','QdhRZ','feFjN','getTurboScaleGridName','WlZSA','ktrZG','hUgmq','ZYxlz','gridName','11130861UNALju','isTurboScaleSession','OGUst','AdIfv','idmEL','jAwzX','XeMJO','buildTags','turboScale','KBuMk','30361390RmbeDQ','4184GSBAnR','ZaFDh','split','TURBOSCALE_OPTIONS','BROWSERSTACK_BUILD_PRIORITY','buildPriority','tJwwS','RjZhK','NJaHA','getTurboScaleOptions','vtwNg','IVsMT','mlfeX','mtpTn','jxmhm','1541854ihFtBi','XpNpc','3210FvXleH','tSHru','UTFKR','../../bin/utils/constants','11ABqAJf','858eJJlvF','8759320JuETBR','OBrjR','BROWSERSTACK_TURBOSCALE_GRID_NAME','vyGxZ','NRuCE','dFZTH','BROWSERSTACK_BUILD_TAGS','EOkUe'];a51_0x4cdb=function(){return _0x539e4b;};return a51_0x4cdb();}(function(_0x3a8f2c,_0x45cc68){const _0x20d4d4=a51_0x23c1,_0xd3653=_0x3a8f2c();while(!![]){try{const _0x491a61=parseInt(_0x20d4d4(0x9c))/0x1*(parseInt(_0x20d4d4(0xba))/0x2)+parseInt(_0x20d4d4(0x9e))/0x3*(parseInt(_0x20d4d4(0xd0))/0x4)+parseInt(_0x20d4d4(0xb4))/0x5*(parseInt(_0x20d4d4(0xa3))/0x6)+parseInt(_0x20d4d4(0xc5))/0x7+-parseInt(_0x20d4d4(0xa4))/0x8+parseInt(_0x20d4d4(0xae))/0x9+parseInt(_0x20d4d4(0xcf))/0xa*(-parseInt(_0x20d4d4(0xa2))/0xb);if(_0x491a61===_0x45cc68)break;else _0xd3653['push'](_0xd3653['shift']());}catch(_0x4cc422){_0xd3653['push'](_0xd3653['shift']());}}}(a51_0x4cdb,0xcce68));const constants=require(a51_0x1856e7(0xa1));function a51_0x23c1(_0x56f651,_0x221cb1){const _0x4cdb58=a51_0x4cdb();return a51_0x23c1=function(_0x23c1dd,_0x4c90bf){_0x23c1dd=_0x23c1dd-0x8e;let _0x34efe7=_0x4cdb58[_0x23c1dd];return _0x34efe7;},a51_0x23c1(_0x56f651,_0x221cb1);}exports[a51_0x1856e7(0x96)]=()=>{const _0x15fd87=a51_0x1856e7,_0x5ec32d={};_0x5ec32d[_0x15fd87(0x95)]=function(_0x295d72,_0x1caad8){return _0x295d72!==_0x1caad8;},_0x5ec32d[_0x15fd87(0xc0)]=_0x15fd87(0xc2);const _0x15ccfa=_0x5ec32d;if(!constants[_0x15fd87(0x90)][_0x15fd87(0xb5)]){if(_0x15ccfa[_0x15fd87(0x95)](_0x15ccfa[_0x15fd87(0xc0)],_0x15ccfa[_0x15fd87(0xc0)]))_0x4f5111['buildPriority']=_0x4b7919['env'][_0x15fd87(0x91)];else return{};}return constants[_0x15fd87(0x90)]['options'];},exports[a51_0x1856e7(0xbf)]=_0x34c725=>{const _0x2896bf=a51_0x1856e7,_0x47e747={};_0x47e747[_0x2896bf(0x9a)]=function(_0x9e5436,_0xa43de0){return _0x9e5436===_0xa43de0;},_0x47e747[_0x2896bf(0x9d)]=_0x2896bf(0x98),_0x47e747[_0x2896bf(0xa8)]=_0x2896bf(0xc3),_0x47e747['OBrjR']=_0x2896bf(0xac);const _0x895406=_0x47e747;if(_0x34c725[_0x2896bf(0xb0)]&&_0x34c725[_0x2896bf(0xb0)]['gridName']){if(_0x895406['mtpTn'](_0x895406[_0x2896bf(0x9d)],_0x895406['XpNpc']))return _0x34c725['turboScaleOptions'][_0x2896bf(0xc4)];else{if(!_0x4a3976[_0x2896bf(0x90)][_0x2896bf(0xb5)])return{};return _0x49cf37[_0x2896bf(0x90)][_0x2896bf(0xb5)];}}if(process[_0x2896bf(0xbc)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return _0x895406[_0x2896bf(0x9a)](_0x895406[_0x2896bf(0xa8)],_0x895406[_0x2896bf(0xa8)])?process[_0x2896bf(0xbc)]['BROWSERSTACK_TURBOSCALE_GRID_NAME']:{};return _0x895406[_0x2896bf(0xa5)];},exports[a51_0x1856e7(0xc6)]=_0x152218=>{const _0x39a37e=a51_0x1856e7,_0x5399f0={};_0x5399f0[_0x39a37e(0xc8)]=function(_0x35d6c4,_0x39c69b){return _0x35d6c4===_0x39c69b;};const _0x5449c1=_0x5399f0;return _0x152218&&_0x5449c1[_0x39a37e(0xc8)](_0x152218[_0x39a37e(0xcd)],!![]);},exports['getTurboScaleCaps']=(_0x10ccfe,_0x193953,_0x1da562)=>{const _0x2470fa=a51_0x1856e7,_0x30791d={};_0x30791d['TdPSG']=_0x2470fa(0xac),_0x30791d[_0x2470fa(0xcb)]=function(_0x5f3b0b,_0x3bdc95){return _0x5f3b0b===_0x3bdc95;},_0x30791d[_0x2470fa(0xb2)]=_0x2470fa(0xbb),_0x30791d['vOjBT']=function(_0x20cfc2,_0x386803){return _0x20cfc2!==_0x386803;},_0x30791d[_0x2470fa(0xc9)]=_0x2470fa(0x97),_0x30791d[_0x2470fa(0x94)]=_0x2470fa(0x8e),_0x30791d['jAwzX']=function(_0x46b10d,_0x3905ef){return _0x46b10d===_0x3905ef;},_0x30791d[_0x2470fa(0xb6)]=_0x2470fa(0x93),_0x30791d['tSHru']=_0x2470fa(0xa9),_0x30791d[_0x2470fa(0xb8)]=_0x2470fa(0xc7),_0x30791d['BUeXU']=_0x2470fa(0x9b),_0x30791d['BCzAA']=function(_0x52c9b1,_0x488cff){return _0x52c9b1!==_0x488cff;},_0x30791d[_0x2470fa(0xa0)]=_0x2470fa(0xce),_0x30791d[_0x2470fa(0xbd)]=_0x2470fa(0x99),_0x30791d[_0x2470fa(0xad)]=function(_0x40c77c,_0x50dd7c){return _0x40c77c===_0x50dd7c;},_0x30791d[_0x2470fa(0xc1)]=_0x2470fa(0xbe),_0x30791d[_0x2470fa(0xa7)]='XUNBx',_0x30791d[_0x2470fa(0xab)]='AOiWX';const _0x4d965b=_0x30791d,_0x4f7730={};_0x4f7730[_0x2470fa(0x92)]=_0x4d965b['IJeSo'];_0x10ccfe[_0x2470fa(0xcc)]&&(_0x4d965b[_0x2470fa(0xb1)](_0x4d965b[_0x2470fa(0xc9)],_0x4d965b[_0x2470fa(0x94)])?_0x4f7730['buildTags']=Array[_0x2470fa(0xaf)](_0x10ccfe[_0x2470fa(0xcc)])?_0x10ccfe[_0x2470fa(0xcc)]:_0x10ccfe[_0x2470fa(0xcc)][_0x2470fa(0x8f)](','):_0xa998d6[_0x2470fa(0xcc)]=_0x2f94f3['env'][_0x2470fa(0xaa)]);if(process[_0x2470fa(0xbc)][_0x2470fa(0xaa)]){if(_0x4d965b[_0x2470fa(0xca)](_0x4d965b[_0x2470fa(0xb6)],_0x4d965b[_0x2470fa(0x9f)]))return _0x5dfdd2[_0x2470fa(0xb0)][_0x2470fa(0xc4)];else try{if(_0x4d965b[_0x2470fa(0xcb)](_0x4d965b[_0x2470fa(0xb8)],_0x4d965b[_0x2470fa(0xb9)])){if(_0x5daa88[_0x2470fa(0xb0)]&&_0x5bc0be[_0x2470fa(0xb0)][_0x2470fa(0xc4)])return _0x47433e['turboScaleOptions'][_0x2470fa(0xc4)];if(_0x489045[_0x2470fa(0xbc)][_0x2470fa(0xa6)])return _0x214aef[_0x2470fa(0xbc)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'];return _0x4d965b[_0x2470fa(0xb3)];}else _0x4f7730[_0x2470fa(0xcc)]=process['env'][_0x2470fa(0xaa)][_0x2470fa(0x8f)](',');}catch{if(_0x4d965b[_0x2470fa(0xb7)](_0x4d965b[_0x2470fa(0xa0)],_0x4d965b['QdhRZ']))_0x4f7730[_0x2470fa(0xcc)]=process['env'][_0x2470fa(0xaa)];else return _0x39d36b[_0x2470fa(0xbc)][_0x2470fa(0xa6)];}}if(_0x10ccfe['buildPriority']){if(_0x4d965b[_0x2470fa(0xad)](_0x4d965b[_0x2470fa(0xc1)],_0x4d965b['ktrZG']))_0x4f7730[_0x2470fa(0x92)]=_0x10ccfe[_0x2470fa(0x92)];else return _0x40fc0f&&_0x4d965b['XeMJO'](_0x458b47[_0x2470fa(0xcd)],!![]);}return process['env']['BROWSERSTACK_BUILD_PRIORITY']&&(_0x4d965b[_0x2470fa(0xad)](_0x4d965b[_0x2470fa(0xa7)],_0x4d965b['EOkUe'])?_0x546892[_0x2470fa(0xcc)]=_0x32f5ba[_0x2470fa(0xbc)][_0x2470fa(0xaa)][_0x2470fa(0x8f)](','):_0x4f7730['buildPriority']=process[_0x2470fa(0xbc)]['BROWSERSTACK_BUILD_PRIORITY']),_0x4f7730;};
@@ -1 +1 @@
1
- function a52_0x5b13(){var _0x10662f=['buildIdentifier','androidInstallPath','PUhih','browserstack.buildName','localIdentifier','1356786QBreNY','wdaStartupRetries','allowDelayAdb','keychainPassword','language','drLNB','safariInitialUrl','updatedWDABundleId','BROWSERSTACK_ACCESS_KEY','locale','logLevel','resetKeyboard','pIdud','uninstallOtherPackages','BROWSERSTACK_RERUN_TESTS','autoWebviewTimeout','564767weDYPQ','autoDismissAlerts','androidDeviceReadyTimeout','noReset','WhvbT','BROWSERSTACK_USERNAME','webkitDebugProxyPort','showXcodeLog','interKeyDelay','nativeWebTap','deviceReadyTimeout','remoteAppsCacheLimit','browserstack.automation','ensureWebviewsHavePages','ocIOq','orientation','vPNbA','androidNaturalOrientation','xcodeOrgId','shouldUseSingletonTestManager','chromedriverPort','chromedriverUseSystemExecutable','keychainPath','autoLaunch','tapWithShortPressDuration','wdaLocalPort','ignoreHiddenApiPolicyError','resetOnSessionStartOnly','localeScript','browserstack.user_name','unlockType','mtQtP','appName','systemPort','zTKrG','userName','dxkqa','skipLogCapture','browserstack.logLevel','webviewConnectRetries','safariIgnoreFraudWarning','BROWSERSTACK_LOCAL','unlockKey','chromedriverArgs','webDriverAgentUrl','Qhuca','optionalIntentArguments','appWaitDuration','showIOSLog','ZNiro','noSign','androidScreenshotPath','safariAllowPopups','gIqbX','188172EPWAhA','newCommandTimeout','adbExecTimeout','autoAcceptAlerts','664136rFPhxf','disableWindowAnimation','safariOpenLinksInBackground','skipLogcatCapture','skipDeviceInitialization','rerunTests','printPageSourceOnFindFailure','chromedriverChromeMappingFile','browserstack.parallelsPerPlatform','wdaLaunchTimeout','keystorePassword','processArguments','parallelsPerPlatform','chromedriverExecutableDir','androidDeviceSocket','connectHardwareKeyboard','allowTestPackages','fullContextList','androidCoverageEndIntent','platformVersion','wPdpn','isHeadless','rRGdG','accessKey','useNewWDA','BROWSERSTACK_AUTOMATION','autoGrantPermissions','automationName','chromedriverDisableBuildCheck','CLICapsMapping','remoteDebugProxy','logcatFormat','calendarFormat','enableAsyncExecuteFromHttps','15mgyYVA','simpleIsVisibleCheck','intentCategory','clearSystemFiles','webviewDevtoolsPort','networkSpeed','TimER','keyAlias','xcodeSigningId','buildToolsVersion','12Omrtgu','IQjbL','cLpkl','avd','chromedriverPorts','keyPassword','xcodeConfigFile','avdArgs','browserstack.localIdentifier','dontStopAppOnReset','adbPort','GpNKC','yhuCU','localizableStringsDir','waitForAppScript','409827KrxSTY','eventTimings','wdaStartupRetryInterval','appActivity','webkitResponseTimeout','locationServicesEnabled','avdLaunchTimeout','appWaitActivity','intentFlags','BROWSERSTACK_USER_NAME','androidInstallTimeout','BROWSERSTACK_APP','commandTimeouts','browserstack.rerunTests','138377MVcdOF','scaleFactor','projectName','autoWebview','fullReset','YLpnU','launchTimeout','browserstack.access_key','chromedriverExecutable','automation','BROWSERSTACK_APP_ID','deviceName','koBaD','dFXxu','FCCXF','HASvw','intentAction','app','PGXXL','hnsmL','kdCrr','sendKeyStrategy','usePrebuiltWDA','recreateChromeDriverSessions','fRmEQ','buildName','skipUnlock','browserstack.ppp','locationServicesAuthorized','23766amFwpJ','preventWDAAttachments','browserstack.local','keepKeyChains','browserstack.userName','nativeInstrumentsLib'];a52_0x5b13=function(){return _0x10662f;};return a52_0x5b13();}var a52_0x5b5c1f=a52_0x4a7a;function a52_0x4a7a(_0x3092a3,_0x1c6a76){var _0x5b1307=a52_0x5b13();return a52_0x4a7a=function(_0x4a7a9b,_0x11f6cb){_0x4a7a9b=_0x4a7a9b-0x15d;var _0x3cb13b=_0x5b1307[_0x4a7a9b];return _0x3cb13b;},a52_0x4a7a(_0x3092a3,_0x1c6a76);}(function(_0x3b18f8,_0x410c12){var _0x15e23a=a52_0x4a7a,_0x5789bb=_0x3b18f8();while(!![]){try{var _0x2a244e=parseInt(_0x15e23a(0x18c))/0x1+parseInt(_0x15e23a(0x1a9))/0x2+-parseInt(_0x15e23a(0x17e))/0x3+parseInt(_0x15e23a(0x1fa))/0x4*(-parseInt(_0x15e23a(0x165))/0x5)+parseInt(_0x15e23a(0x16f))/0x6*(parseInt(_0x15e23a(0x1c4))/0x7)+-parseInt(_0x15e23a(0x1fe))/0x8+parseInt(_0x15e23a(0x1b4))/0x9;if(_0x2a244e===_0x410c12)break;else _0x5789bb['push'](_0x5789bb['shift']());}catch(_0xc649d0){_0x5789bb['push'](_0x5789bb['shift']());}}}(a52_0x5b13,0x18cf5),exports[a52_0x5b5c1f(0x160)]=()=>{var _0x30b6fb=a52_0x5b5c1f,_0x7747f4={};_0x7747f4['GpNKC']=_0x30b6fb(0x1e1),_0x7747f4[_0x30b6fb(0x19b)]=_0x30b6fb(0x1ad),_0x7747f4[_0x30b6fb(0x19e)]=_0x30b6fb(0x193),_0x7747f4[_0x30b6fb(0x214)]='browserstack.accessKey',_0x7747f4[_0x30b6fb(0x1f1)]=_0x30b6fb(0x1b2),_0x7747f4['OQzho']='browserstack.projectName',_0x7747f4[_0x30b6fb(0x212)]='browserstack.buildIdentifier',_0x7747f4[_0x30b6fb(0x1f5)]=_0x30b6fb(0x1a7),_0x7747f4[_0x30b6fb(0x1c8)]=_0x30b6fb(0x206),_0x7747f4[_0x30b6fb(0x1b1)]=_0x30b6fb(0x1ab),_0x7747f4['IQjbL']=_0x30b6fb(0x177),_0x7747f4[_0x30b6fb(0x19a)]=_0x30b6fb(0x18b),_0x7747f4['mtQtP']='browserstack.app',_0x7747f4[_0x30b6fb(0x1f9)]=_0x30b6fb(0x1ea),_0x7747f4[_0x30b6fb(0x1e8)]=_0x30b6fb(0x1d0);var _0x123f3e=_0x7747f4,_0xe3b02b={};return _0xe3b02b[_0x30b6fb(0x1e7)]=[_0x123f3e[_0x30b6fb(0x17a)],_0x123f3e[_0x30b6fb(0x19b)]],_0xe3b02b[_0x30b6fb(0x215)]=[_0x123f3e[_0x30b6fb(0x19e)],_0x123f3e[_0x30b6fb(0x214)]],_0xe3b02b[_0x30b6fb(0x1a5)]=[_0x123f3e['Qhuca']],_0xe3b02b['projectName']=[_0x123f3e['OQzho']],_0xe3b02b['buildIdentifier']=[_0x123f3e[_0x30b6fb(0x212)]],_0xe3b02b[_0x30b6fb(0x20a)]=[_0x123f3e[_0x30b6fb(0x1f5)],_0x123f3e[_0x30b6fb(0x1c8)]],_0xe3b02b['browserstackLocal']=[_0x123f3e[_0x30b6fb(0x1b1)]],_0xe3b02b[_0x30b6fb(0x1b3)]=[_0x123f3e[_0x30b6fb(0x170)]],_0xe3b02b['rerunTests']=[_0x123f3e[_0x30b6fb(0x19a)]],_0xe3b02b[_0x30b6fb(0x19d)]=[_0x123f3e[_0x30b6fb(0x1e3)]],_0xe3b02b['logLevel']=[_0x123f3e[_0x30b6fb(0x1f9)]],_0xe3b02b['automation']=[_0x123f3e[_0x30b6fb(0x1e8)]],_0xe3b02b;},exports['EnvCapsMapping']=()=>{var _0x106dc3=a52_0x5b5c1f,_0x208aa9={};_0x208aa9['drLNB']=_0x106dc3(0x1c9),_0x208aa9[_0x106dc3(0x191)]=_0x106dc3(0x187),_0x208aa9[_0x106dc3(0x17b)]=_0x106dc3(0x1bc),_0x208aa9[_0x106dc3(0x1a4)]='BROWSERSTACK_BUILD_NAME',_0x208aa9[_0x106dc3(0x199)]='BROWSERSTACK_PROJECT_NAME',_0x208aa9['kdCrr']='BROWSERSTACK_BUILD_IDENTIFIER',_0x208aa9[_0x106dc3(0x171)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x208aa9[_0x106dc3(0x1d4)]=_0x106dc3(0x1ed),_0x208aa9['ocIOq']='BROWSERSTACK_LOCAL_IDENTIFIER',_0x208aa9[_0x106dc3(0x198)]=_0x106dc3(0x1c2),_0x208aa9[_0x106dc3(0x16b)]=_0x106dc3(0x196),_0x208aa9[_0x106dc3(0x19f)]=_0x106dc3(0x189),_0x208aa9[_0x106dc3(0x1c0)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x208aa9[_0x106dc3(0x1e6)]=_0x106dc3(0x217);var _0x2be264=_0x208aa9,_0x1471c7={};return _0x1471c7['userName']=[_0x2be264[_0x106dc3(0x1b9)],_0x2be264[_0x106dc3(0x191)]],_0x1471c7['accessKey']=[_0x2be264[_0x106dc3(0x17b)]],_0x1471c7['buildName']=[_0x2be264[_0x106dc3(0x1a4)]],_0x1471c7[_0x106dc3(0x18e)]=[_0x2be264['dFXxu']],_0x1471c7[_0x106dc3(0x1af)]=[_0x2be264[_0x106dc3(0x1a0)]],_0x1471c7['parallelsPerPlatform']=[_0x2be264[_0x106dc3(0x171)]],_0x1471c7['browserstackLocal']=[_0x2be264[_0x106dc3(0x1d4)]],_0x1471c7[_0x106dc3(0x1b3)]=[_0x2be264[_0x106dc3(0x1d2)]],_0x1471c7[_0x106dc3(0x203)]=[_0x2be264['koBaD']],_0x1471c7[_0x106dc3(0x19d)]=[_0x2be264[_0x106dc3(0x16b)],_0x2be264[_0x106dc3(0x19f)]],_0x1471c7[_0x106dc3(0x1be)]=[_0x2be264[_0x106dc3(0x1c0)]],_0x1471c7[_0x106dc3(0x195)]=[_0x2be264[_0x106dc3(0x1e6)]],_0x1471c7;},exports['AppiumCaps']=()=>[a52_0x5b5c1f(0x15e),a52_0x5b5c1f(0x211),a52_0x5b5c1f(0x197),a52_0x5b5c1f(0x1fb),a52_0x5b5c1f(0x19d),'udid',a52_0x5b5c1f(0x1b8),a52_0x5b5c1f(0x1bd),a52_0x5b5c1f(0x1d3),a52_0x5b5c1f(0x18f),a52_0x5b5c1f(0x1c7),a52_0x5b5c1f(0x190),a52_0x5b5c1f(0x168),a52_0x5b5c1f(0x17f),'enablePerformanceLogging','otherApps',a52_0x5b5c1f(0x204),a52_0x5b5c1f(0x181),'appPackage',a52_0x5b5c1f(0x185),'appWaitPackage',a52_0x5b5c1f(0x1f3),a52_0x5b5c1f(0x1ce),a52_0x5b5c1f(0x20e),'androidCoverage',a52_0x5b5c1f(0x210),a52_0x5b5c1f(0x1c6),a52_0x5b5c1f(0x179),a52_0x5b5c1f(0x20c),a52_0x5b5c1f(0x188),a52_0x5b5c1f(0x1b0),a52_0x5b5c1f(0x172),a52_0x5b5c1f(0x184),'avdReadyTimeout',a52_0x5b5c1f(0x176),'useKeystore','keystorePath',a52_0x5b5c1f(0x208),a52_0x5b5c1f(0x16c),a52_0x5b5c1f(0x174),a52_0x5b5c1f(0x194),a52_0x5b5c1f(0x1ef),a52_0x5b5c1f(0x20b),a52_0x5b5c1f(0x205),a52_0x5b5c1f(0x1d9),a52_0x5b5c1f(0x1d8),a52_0x5b5c1f(0x173),a52_0x5b5c1f(0x15f),a52_0x5b5c1f(0x1c3),a52_0x5b5c1f(0x19c),a52_0x5b5c1f(0x167),a52_0x5b5c1f(0x186),a52_0x5b5c1f(0x1f2),a52_0x5b5c1f(0x178),'unicodeKeyboard',a52_0x5b5c1f(0x1bf),a52_0x5b5c1f(0x1f6),'ignoreUnimportantViews','disableAndroidWatchers','chromeOptions',a52_0x5b5c1f(0x1a3),'nativeWebScreenshot',a52_0x5b5c1f(0x1f7),a52_0x5b5c1f(0x16a),'gpsEnabled',a52_0x5b5c1f(0x213),a52_0x5b5c1f(0x1fc),a52_0x5b5c1f(0x1e0),a52_0x5b5c1f(0x202),a52_0x5b5c1f(0x15d),a52_0x5b5c1f(0x1d5),a52_0x5b5c1f(0x1e5),'remoteAdbHost',a52_0x5b5c1f(0x1a6),a52_0x5b5c1f(0x1e2),a52_0x5b5c1f(0x1ee),a52_0x5b5c1f(0x1db),a52_0x5b5c1f(0x201),a52_0x5b5c1f(0x1c1),a52_0x5b5c1f(0x1ff),a52_0x5b5c1f(0x16e),'enforceAppInstall',a52_0x5b5c1f(0x1d1),a52_0x5b5c1f(0x169),'enableWebviewDetailsCollection',a52_0x5b5c1f(0x1cf),a52_0x5b5c1f(0x163),'bundleId',a52_0x5b5c1f(0x192),a52_0x5b5c1f(0x183),a52_0x5b5c1f(0x1a8),a52_0x5b5c1f(0x1fd),a52_0x5b5c1f(0x1c5),a52_0x5b5c1f(0x1ae),a52_0x5b5c1f(0x1cd),a52_0x5b5c1f(0x1ba),a52_0x5b5c1f(0x1f8),a52_0x5b5c1f(0x1ec),a52_0x5b5c1f(0x200),a52_0x5b5c1f(0x1ac),a52_0x5b5c1f(0x17c),a52_0x5b5c1f(0x209),a52_0x5b5c1f(0x1cc),a52_0x5b5c1f(0x1f4),a52_0x5b5c1f(0x1a1),a52_0x5b5c1f(0x182),'screenshotWaitTimeout',a52_0x5b5c1f(0x161),a52_0x5b5c1f(0x164),a52_0x5b5c1f(0x1e9),a52_0x5b5c1f(0x1ca),a52_0x5b5c1f(0x20f),a52_0x5b5c1f(0x17d),a52_0x5b5c1f(0x1eb),a52_0x5b5c1f(0x1e4),'customSSLCert',a52_0x5b5c1f(0x1dc),a52_0x5b5c1f(0x18d),a52_0x5b5c1f(0x1dd),a52_0x5b5c1f(0x1cb),'iosInstallPause',a52_0x5b5c1f(0x175),a52_0x5b5c1f(0x1b7),a52_0x5b5c1f(0x1a2),a52_0x5b5c1f(0x1aa),a52_0x5b5c1f(0x1f0),a52_0x5b5c1f(0x1da),a52_0x5b5c1f(0x216),a52_0x5b5c1f(0x207),'wdaConnectionTimeout',a52_0x5b5c1f(0x1d6),a52_0x5b5c1f(0x16d),a52_0x5b5c1f(0x1bb),a52_0x5b5c1f(0x1df),a52_0x5b5c1f(0x18a),a52_0x5b5c1f(0x1b5),a52_0x5b5c1f(0x180),a52_0x5b5c1f(0x20d),'maxTypingFrequency',a52_0x5b5c1f(0x166),'useCarthageSsl',a52_0x5b5c1f(0x1d7),'startIWDP','allowTouchIdEnroll',a52_0x5b5c1f(0x1de),'mockLocationApp',a52_0x5b5c1f(0x162),'logcatFilterSpecs',a52_0x5b5c1f(0x1b6)]);
1
+ function a52_0x3f33(_0x430314,_0x36a963){var _0x44faae=a52_0x44fa();return a52_0x3f33=function(_0x3f33b0,_0x5e4499){_0x3f33b0=_0x3f33b0-0x168;var _0x30a22b=_0x44faae[_0x3f33b0];return _0x30a22b;},a52_0x3f33(_0x430314,_0x36a963);}var a52_0x236629=a52_0x3f33;function a52_0x44fa(){var _0xbedc42=['TlYge','autoGrantPermissions','safariIgnoreFraudWarning','349855lHxNlw','androidInstallPath','bundleId','wdaLaunchTimeout','PyFYf','localeScript','dflYK','keystorePath','AEjYQ','resetOnSessionStartOnly','8flBvbB','cdHuT','ignoreUnimportantViews','skipLogCapture','parallelsPerPlatform','autoWebview','language','logcatFormat','remoteDebugProxy','useKeystore','noReset','browserstack.logLevel','networkSpeed','11359296tVrTPN','userName','YUjnV','webkitDebugProxyPort','chromedriverDisableBuildCheck','otherApps','kfumr','2213298xgYZsq','ehBEt','optionalIntentArguments','chromedriverPorts','EWmGl','androidDeviceSocket','webkitResponseTimeout','xcodeOrgId','ensureWebviewsHavePages','BROWSERSTACK_PROJECT_NAME','fullReset','androidDeviceReadyTimeout','localizableStringsDir','gaShX','nBkyO','enforceAppInstall','newCommandTimeout','browserstack.localIdentifier','oDfCM','BROWSERSTACK_AUTOMATION','allowTestPackages','appName','clearSystemFiles','1159944KizrOD','YKOee','keychainPath','3802169YHevwZ','processArguments','app','keyAlias','browserstack.parallelsPerPlatform','AppiumCaps','allowTouchIdEnroll','browserstack.automation','webviewConnectRetries','scaleFactor','browserstack.buildName','autoLaunch','chromedriverChromeMappingFile','disableAndroidWatchers','useCarthageSsl','locationServicesEnabled','browserstack.local','waitForAppScript','resetKeyboard','keepKeyChains','browserstack.buildIdentifier','BROWSERSTACK_PARALLELS_PER_PLATFORM','remoteAppsCacheLimit','XlfoS','ihwuA','BROWSERSTACK_BUILD_IDENTIFIER','printPageSourceOnFindFailure','autoDismissAlerts','buildName','showXcodeLog','remoteAdbHost','avdArgs','wdaStartupRetryInterval','nativeInstrumentsLib','connectHardwareKeyboard','4368666XWhdEt','logcatFilterSpecs','preventWDAAttachments','YSxQW','customSSLCert','keystorePassword','androidCoverageEndIntent','projectName','mqSQS','haeYr','browserstack.projectName','enablePerformanceLogging','rerunTests','browserstack.accessKey','localIdentifier','xcodeConfigFile','orientation','interKeyDelay','platformVersion','uninstallOtherPackages','BROWSERSTACK_APP_ID','gpsEnabled','browserstack.user_name','disableWindowAnimation','androidInstallTimeout','1492127bckaAp','hyQsB','keychainPassword','useNewWDA','AAmwz','automationName','simpleIsVisibleCheck','BROWSERSTACK_BUILD_NAME','GdQey','shouldUseSingletonTestManager','fullContextList','accessKey','iosInstallPause','sendKeyStrategy','nativeWebScreenshot','launchTimeout','ignoreHiddenApiPolicyError','DIafW','appWaitPackage','LlLbR','BROWSERSTACK_ACCESS_KEY','wdaLocalPort','intentFlags','browserstack.ppp','dontStopAppOnReset','eventTimings','autoAcceptAlerts','buildToolsVersion','androidCoverage','adbExecTimeout','skipLogcatCapture','CLICapsMapping','androidNaturalOrientation','enableWebviewDetailsCollection','avdLaunchTimeout','noSign','automation','locale','avdReadyTimeout','tapWithShortPressDuration','GpXam','chromedriverUseSystemExecutable','chromedriverArgs','appWaitActivity','browserstack.access_key','browserstackLocal','logLevel','appActivity','BROWSERSTACK_USERNAME','safariInitialUrl','nativeWebTap','KEixU','deviceName','JVjbF','appPackage','enableAsyncExecuteFromHttps','buildIdentifier','startIWDP','calendarFormat','hXLvg','EnvCapsMapping','xcodeSigningId','YheTk','yMpiq','chromedriverPort','locationServicesAuthorized','browserstack.app','safariOpenLinksInBackground'];a52_0x44fa=function(){return _0xbedc42;};return a52_0x44fa();}(function(_0x4f4719,_0x1fff63){var _0x3aef6d=a52_0x3f33,_0x15b50b=_0x4f4719();while(!![]){try{var _0x4d3a01=-parseInt(_0x3aef6d(0x1b9))/0x1+parseInt(_0x3aef6d(0x17a))/0x2+parseInt(_0x3aef6d(0x1a0))/0x3+parseInt(_0x3aef6d(0x20a))/0x4*(-parseInt(_0x3aef6d(0x200))/0x5)+-parseInt(_0x3aef6d(0x21e))/0x6+-parseInt(_0x3aef6d(0x17d))/0x7+parseInt(_0x3aef6d(0x217))/0x8;if(_0x4d3a01===_0x1fff63)break;else _0x15b50b['push'](_0x15b50b['shift']());}catch(_0x45a528){_0x15b50b['push'](_0x15b50b['shift']());}}}(a52_0x44fa,0xdea73),exports[a52_0x236629(0x1d8)]=()=>{var _0x22f69e=a52_0x236629,_0x52044f={};_0x52044f[_0x22f69e(0x1ba)]=_0x22f69e(0x1b6),_0x52044f['AEjYQ']='browserstack.userName',_0x52044f[_0x22f69e(0x1ec)]=_0x22f69e(0x1e5),_0x52044f[_0x22f69e(0x1ee)]=_0x22f69e(0x1ad),_0x52044f[_0x22f69e(0x21d)]=_0x22f69e(0x187),_0x52044f[_0x22f69e(0x1a3)]=_0x22f69e(0x1aa),_0x52044f[_0x22f69e(0x21f)]=_0x22f69e(0x191),_0x52044f[_0x22f69e(0x1f7)]=_0x22f69e(0x1d0),_0x52044f[_0x22f69e(0x195)]=_0x22f69e(0x181),_0x52044f[_0x22f69e(0x1f8)]=_0x22f69e(0x18d),_0x52044f[_0x22f69e(0x1bd)]=_0x22f69e(0x174),_0x52044f[_0x22f69e(0x1e1)]='browserstack.rerunTests',_0x52044f[_0x22f69e(0x17b)]=_0x22f69e(0x1fb),_0x52044f[_0x22f69e(0x1c1)]=_0x22f69e(0x215),_0x52044f[_0x22f69e(0x194)]=_0x22f69e(0x184);var _0x20e640=_0x52044f,_0x8aeaa8={};return _0x8aeaa8['userName']=[_0x20e640['hyQsB'],_0x20e640[_0x22f69e(0x208)]],_0x8aeaa8[_0x22f69e(0x1c4)]=[_0x20e640['KEixU'],_0x20e640['JVjbF']],_0x8aeaa8[_0x22f69e(0x199)]=[_0x20e640[_0x22f69e(0x21d)]],_0x8aeaa8[_0x22f69e(0x1a7)]=[_0x20e640[_0x22f69e(0x1a3)]],_0x8aeaa8[_0x22f69e(0x1f1)]=[_0x20e640[_0x22f69e(0x21f)]],_0x8aeaa8[_0x22f69e(0x20e)]=[_0x20e640[_0x22f69e(0x1f7)],_0x20e640[_0x22f69e(0x195)]],_0x8aeaa8[_0x22f69e(0x1e6)]=[_0x20e640[_0x22f69e(0x1f8)]],_0x8aeaa8[_0x22f69e(0x1ae)]=[_0x20e640[_0x22f69e(0x1bd)]],_0x8aeaa8[_0x22f69e(0x1ac)]=[_0x20e640[_0x22f69e(0x1e1)]],_0x8aeaa8[_0x22f69e(0x17f)]=[_0x20e640['YKOee']],_0x8aeaa8[_0x22f69e(0x1e7)]=[_0x20e640[_0x22f69e(0x1c1)]],_0x8aeaa8[_0x22f69e(0x1dd)]=[_0x20e640[_0x22f69e(0x194)]],_0x8aeaa8;},exports[a52_0x236629(0x1f5)]=()=>{var _0x36df20=a52_0x236629,_0x4c45bc={};_0x4c45bc['PyFYf']=_0x36df20(0x1e9),_0x4c45bc[_0x36df20(0x175)]='BROWSERSTACK_USER_NAME',_0x4c45bc[_0x36df20(0x1ca)]=_0x36df20(0x1cd),_0x4c45bc['gaShX']=_0x36df20(0x1c0),_0x4c45bc['EWmGl']=_0x36df20(0x16c),_0x4c45bc[_0x36df20(0x219)]=_0x36df20(0x196),_0x4c45bc['hXLvg']=_0x36df20(0x192),_0x4c45bc[_0x36df20(0x1cc)]='BROWSERSTACK_LOCAL',_0x4c45bc[_0x36df20(0x20b)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x4c45bc[_0x36df20(0x1fd)]='BROWSERSTACK_RERUN_TESTS',_0x4c45bc[_0x36df20(0x1a8)]=_0x36df20(0x1b4),_0x4c45bc[_0x36df20(0x171)]='BROWSERSTACK_APP',_0x4c45bc['dflYK']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x4c45bc[_0x36df20(0x1a9)]=_0x36df20(0x176);var _0x3f0722=_0x4c45bc,_0x5ac3d2={};return _0x5ac3d2[_0x36df20(0x218)]=[_0x3f0722[_0x36df20(0x204)],_0x3f0722[_0x36df20(0x175)]],_0x5ac3d2[_0x36df20(0x1c4)]=[_0x3f0722[_0x36df20(0x1ca)]],_0x5ac3d2[_0x36df20(0x199)]=[_0x3f0722[_0x36df20(0x170)]],_0x5ac3d2['projectName']=[_0x3f0722[_0x36df20(0x222)]],_0x5ac3d2[_0x36df20(0x1f1)]=[_0x3f0722['YUjnV']],_0x5ac3d2[_0x36df20(0x20e)]=[_0x3f0722[_0x36df20(0x1f4)]],_0x5ac3d2[_0x36df20(0x1e6)]=[_0x3f0722[_0x36df20(0x1cc)]],_0x5ac3d2['localIdentifier']=[_0x3f0722['cdHuT']],_0x5ac3d2[_0x36df20(0x1ac)]=[_0x3f0722[_0x36df20(0x1fd)]],_0x5ac3d2[_0x36df20(0x17f)]=[_0x3f0722['mqSQS'],_0x3f0722['nBkyO']],_0x5ac3d2[_0x36df20(0x1e7)]=[_0x3f0722[_0x36df20(0x206)]],_0x5ac3d2[_0x36df20(0x1dd)]=[_0x3f0722[_0x36df20(0x1a9)]],_0x5ac3d2;},exports[a52_0x236629(0x182)]=()=>[a52_0x236629(0x1be),a52_0x236629(0x1b2),a52_0x236629(0x1ed),a52_0x236629(0x173),a52_0x236629(0x17f),'udid',a52_0x236629(0x210),a52_0x236629(0x1de),a52_0x236629(0x1b0),a52_0x236629(0x20f),a52_0x236629(0x214),a52_0x236629(0x16d),a52_0x236629(0x179),a52_0x236629(0x1d2),a52_0x236629(0x1ab),a52_0x236629(0x21c),a52_0x236629(0x197),a52_0x236629(0x1e8),a52_0x236629(0x1ef),a52_0x236629(0x1e4),a52_0x236629(0x1cb),'appWaitDuration','deviceReadyTimeout',a52_0x236629(0x177),a52_0x236629(0x1d5),a52_0x236629(0x1a6),a52_0x236629(0x16e),'adbPort',a52_0x236629(0x168),a52_0x236629(0x1b8),a52_0x236629(0x201),'avd',a52_0x236629(0x1db),a52_0x236629(0x1df),a52_0x236629(0x19c),a52_0x236629(0x213),a52_0x236629(0x207),a52_0x236629(0x1a5),a52_0x236629(0x180),'keyPassword','chromedriverExecutable',a52_0x236629(0x1e3),'chromedriverExecutableDir',a52_0x236629(0x189),a52_0x236629(0x1e2),a52_0x236629(0x1f9),a52_0x236629(0x221),a52_0x236629(0x21b),'autoWebviewTimeout','intentAction','intentCategory',a52_0x236629(0x1cf),a52_0x236629(0x220),a52_0x236629(0x1d1),'unicodeKeyboard',a52_0x236629(0x18f),a52_0x236629(0x1dc),a52_0x236629(0x20c),a52_0x236629(0x18a),'chromeOptions','recreateChromeDriverSessions',a52_0x236629(0x1c7),'androidScreenshotPath',a52_0x236629(0x216),a52_0x236629(0x1b5),'isHeadless',a52_0x236629(0x1d6),a52_0x236629(0x205),'skipDeviceInitialization',a52_0x236629(0x1fe),a52_0x236629(0x1d9),'systemPort',a52_0x236629(0x19b),'skipUnlock','unlockType','unlockKey',a52_0x236629(0x188),a52_0x236629(0x1d7),a52_0x236629(0x1b3),a52_0x236629(0x1b7),a52_0x236629(0x1d4),a52_0x236629(0x172),a52_0x236629(0x16b),'webviewDevtoolsPort',a52_0x236629(0x1da),a52_0x236629(0x193),a52_0x236629(0x1f3),a52_0x236629(0x202),a52_0x236629(0x1c8),a52_0x236629(0x18c),a52_0x236629(0x1fa),a52_0x236629(0x1d3),a52_0x236629(0x198),a52_0x236629(0x19e),a52_0x236629(0x1eb),a52_0x236629(0x1ea),'safariAllowPopups',a52_0x236629(0x1ff),a52_0x236629(0x1fc),a52_0x236629(0x190),a52_0x236629(0x16f),a52_0x236629(0x17e),a52_0x236629(0x1b1),'showIOSLog',a52_0x236629(0x1c6),a52_0x236629(0x169),'screenshotWaitTimeout',a52_0x236629(0x212),a52_0x236629(0x1f0),a52_0x236629(0x20d),a52_0x236629(0x21a),a52_0x236629(0x1c3),a52_0x236629(0x18e),a52_0x236629(0x185),a52_0x236629(0x178),a52_0x236629(0x1a4),a52_0x236629(0x1e0),a52_0x236629(0x186),a52_0x236629(0x1ce),a52_0x236629(0x19a),a52_0x236629(0x1c5),a52_0x236629(0x1af),a52_0x236629(0x1bb),'usePrebuiltWDA',a52_0x236629(0x1a2),'webDriverAgentUrl',a52_0x236629(0x17c),a52_0x236629(0x1bc),a52_0x236629(0x203),'wdaConnectionTimeout',a52_0x236629(0x16a),a52_0x236629(0x1f6),'updatedWDABundleId',a52_0x236629(0x209),'commandTimeouts','wdaStartupRetries',a52_0x236629(0x19d),a52_0x236629(0x19f),'maxTypingFrequency',a52_0x236629(0x1bf),a52_0x236629(0x18b),a52_0x236629(0x1c2),a52_0x236629(0x1f2),a52_0x236629(0x183),a52_0x236629(0x1c9),'mockLocationApp',a52_0x236629(0x211),a52_0x236629(0x1a1),'allowDelayAdb']);