browserstack-node-sdk 1.31.15 → 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.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a45_0x2d36(){const _0x49c7e4=['../test-runner','then','PVIdo','aBHCm','EETWQ','AowqX','HMYDn','vanilla','1481796ggLHui','markSDKSetupComplete','vlROv','file','SQGGk','ETyks','cwd','mLOZp','proxySettings','PSuWw','HThxC','../../helpers/logger','pdFad','useW3C','lYNfj','AXlds','wvRSy','XkvlK','MAnDa','SmiwI','42936KXeLeh','File\x20','initialize','7GpcKVw','NCCRT','xkOsn','OkGSH','path','finalExecution','EHVhQ','getPlatformName','qZcLV','jBIVw','exports','Nuxmx','getHubUrl','PkUuA','../../helpers/helper','length','modifyBrowserStackCaps','OdJMN','430182lsVRdj','knQHB','args','config','configuration','9030825gPgDIZ','isBOU','kWEsA','forEach','60yNlgod','GimcN','enkeQ','3855855mupMib','DwOdE','fQDdF','stPuv','oXMTh','\x20doesn\x27t\x20exist','modifyBrowserStackW3CCaps','push','zIeAl','SxZsL','ULMzu','finally','platforms','KJgqK','join','3335LTbDTy','8618100RVwXLc'];a45_0x2d36=function(){return _0x49c7e4;};return a45_0x2d36();}const a45_0x26cbba=a45_0x12f2;(function(_0x38bd1a,_0x57b8a4){const _0x277956=a45_0x12f2,_0x55e3c9=_0x38bd1a();while(!![]){try{const _0x1da779=parseInt(_0x277956(0x111))/0x1+parseInt(_0x277956(0x13a))/0x2+-parseInt(_0x277956(0xf8))/0x3+parseInt(_0x277956(0xf5))/0x4*(-parseInt(_0x277956(0x107))/0x5)+parseInt(_0x277956(0x108))/0x6*(parseInt(_0x277956(0x128))/0x7)+-parseInt(_0x277956(0x125))/0x8+-parseInt(_0x277956(0x13f))/0x9;if(_0x1da779===_0x57b8a4)break;else _0x55e3c9['push'](_0x55e3c9['shift']());}catch(_0x1c7aaf){_0x55e3c9['push'](_0x55e3c9['shift']());}}}(a45_0x2d36,0xca6e3));const fs=require('fs'),path=require(a45_0x26cbba(0x12c)),logger=require(a45_0x26cbba(0x11c))['winstonLogger'],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a45_0x26cbba(0x136)),constants=require('../utils/constants'),{parallelVanillaRun}=require(a45_0x26cbba(0x109));function a45_0x12f2(_0x28d740,_0x3220f6){const _0x2d364c=a45_0x2d36();return a45_0x12f2=function(_0x12f217,_0x4bd6db){_0x12f217=_0x12f217-0xf3;let _0x4cdaeb=_0x2d364c[_0x12f217];return _0x4cdaeb;},a45_0x12f2(_0x28d740,_0x3220f6);}async function run(_0x4fc332,_0x10881b){const _0x1af212=a45_0x26cbba,_0xb817d9={'Nuxmx':function(_0xe9d49c,_0x20f376){return _0xe9d49c(_0x20f376);},'SmiwI':'Config\x20yml\x20is\x20required','aBHCm':function(_0x333de1,_0x663c29){return _0x333de1(_0x663c29);},'OdJMN':_0x1af212(0x110),'enkeQ':function(_0x167e0c,_0x4739f8){return _0x167e0c!==_0x4739f8;},'zIeAl':'dIRXx','oXMTh':function(_0x2bb45c,_0x13307b){return _0x2bb45c===_0x13307b;},'kWEsA':'htWfp','XkvlK':'rNpCt','AXycU':_0x1af212(0x13b),'HMYDn':function(_0x5dfc4f,_0x438d21){return _0x5dfc4f(_0x438d21);},'mLOZp':'File\x20path\x20is\x20required','SQGGk':function(_0x32213c,_0x4c6ecb){return _0x32213c===_0x4c6ecb;},'gcxds':'oPAmp','OkGSH':'iMcqc','MAnDa':'dhrLY','AowqX':function(_0x10a8ab,_0x547089){return _0x10a8ab(_0x547089);},'ETyks':function(_0x285197,_0x4e957d){return _0x285197===_0x4e957d;},'EHVhQ':_0x1af212(0x102),'AXlds':function(_0x53ba98,_0x5281d7){return _0x53ba98===_0x5281d7;},'PVIdo':_0x1af212(0x11a),'jBIVw':function(_0xaca1fd,_0x2ea865){return _0xaca1fd(_0x2ea865);},'SxZsL':function(_0x543a66,_0x41a263){return _0x543a66>_0x41a263;},'HThxC':_0x1af212(0x130),'fQDdF':_0x1af212(0x12a),'zZEMv':function(_0x5510b2,_0x29de22){return _0x5510b2===_0x29de22;},'vlROv':_0x1af212(0x11d),'PkUuA':_0x1af212(0x140),'EETWQ':_0x1af212(0xfb),'wvRSy':'zidSz','NCCRT':function(_0x428ea7,_0x2be9f1){return _0x428ea7===_0x2be9f1;},'aJMhC':_0x1af212(0x105),'HMzJr':_0x1af212(0xf9),'AMiiM':function(_0x35e605,_0x40b355){return _0x35e605*_0x40b355;},'TVnJo':function(_0x5c021a,_0x5247e6,_0x46feaa){return _0x5c021a(_0x5247e6,_0x46feaa);}},_0x590bf9=new BrowserStackSetup(_0x4fc332,_0xb817d9['OdJMN']);await _0x590bf9[_0x1af212(0x127)](),await helper['handleApp'](_0x590bf9[_0x1af212(0x13d)]);const _0x264e72=[];if(helper['isUndefined'](_0x4fc332['_'][0x1])){if(_0xb817d9[_0x1af212(0xf7)](_0xb817d9[_0x1af212(0x123)],_0xb817d9[_0x1af212(0x123)]))throw _0xb817d9[_0x1af212(0x133)](_0x6c7503,_0xb817d9[_0x1af212(0x124)]);else throw _0xb817d9[_0x1af212(0x10e)](Error,_0xb817d9[_0x1af212(0x118)]);}const _0x29d4a2=path[_0x1af212(0x106)](process[_0x1af212(0x117)](),_0x4fc332['_'][0x1]);if(!fs['existsSync'](_0x29d4a2)){if(_0xb817d9[_0x1af212(0x116)](_0xb817d9[_0x1af212(0x12e)],_0xb817d9[_0x1af212(0x12e)]))throw _0xb817d9[_0x1af212(0x10e)](Error,_0x1af212(0x126)+_0x4fc332['_'][0x1]+_0x1af212(0xfd));else throw _0xb817d9[_0x1af212(0x10c)](_0x29d526,'File\x20'+_0x41c90b['_'][0x1]+_0x1af212(0xfd));}if(!_0x590bf9[_0x1af212(0x13d)]){if(_0xb817d9[_0x1af212(0x120)](_0xb817d9['PVIdo'],_0xb817d9[_0x1af212(0x10b)]))throw _0xb817d9[_0x1af212(0x131)](Error,_0xb817d9[_0x1af212(0x124)]);else{let _0x370317;_0x39da27?_0x370317=_0x6e8510['modifyBrowserStackW3CCaps'](_0x34fc00['config'],_0xb817d9[_0x1af212(0x139)],0x0):_0x370317=_0x2a0a9a[_0x1af212(0x138)](_0x463aaa[_0x1af212(0x13d)],_0xb817d9[_0x1af212(0x139)],0x0);_0x2743b7={'server':_0x38b33f[_0x1af212(0x134)](_0x280e41[_0x1af212(0x13d)]),'proxySettings':_0x3fc0ef[_0x1af212(0x13d)][_0x1af212(0x119)]};const _0x32d8d6={'capability':_0x370317,..._0x61e9ef};_0x32d8d6[_0x1af212(0x114)]=_0x5414da,_0x32d8d6[_0x1af212(0x13c)]=_0x27e594;const _0xbb1108={};_0xbb1108[_0x1af212(0x13e)]=_0x32d8d6,_0x129837=_0xbb1108,_0x114507[_0x1af212(0xff)](_0x1e209c);}}const _0x7f3549=helper[_0x1af212(0x11e)](_0x590bf9[_0x1af212(0x13d)]);_0x590bf9['config']['platforms']&&_0xb817d9[_0x1af212(0x101)](_0x590bf9[_0x1af212(0x13d)][_0x1af212(0x104)]['length'],0x0)&&(_0xb817d9[_0x1af212(0xf7)](_0xb817d9[_0x1af212(0x11b)],_0xb817d9['HThxC'])?_0x52e280[_0x1af212(0xf4)]((_0x2f8543,_0x4aacba)=>{const _0x405dde=_0x1af212;_0xe0310f={'server':_0x3ee2fa['getHubUrl'](_0x1f9c15[_0x405dde(0x13d)]),'proxySettings':_0x408ab7['config'][_0x405dde(0x119)],'platform':_0x13bc93[_0x405dde(0x12f)](_0x2f8543),'platformCaps':_0x53421c['config'][_0x405dde(0x104)][_0x4aacba]};const _0x47c2d0={'capability':_0x2f8543,..._0x1f51aa};_0x47c2d0['file']=_0x494e0a,_0x47c2d0[_0x405dde(0x13c)]=_0x2c9c1b;const _0x412ad6={};_0x412ad6[_0x405dde(0x13e)]=_0x47c2d0,_0x13cfc4=_0x412ad6,_0x563666[_0x405dde(0xff)](_0x3f6c02);}):_0x590bf9[_0x1af212(0x13d)][_0x1af212(0x104)][_0x1af212(0xf4)]((_0x1bd50f,_0x3ff568)=>{const _0xbffa1c=_0x1af212,_0x4b85d3={};_0x4b85d3[_0xbffa1c(0xf6)]=_0xb817d9['OdJMN'];const _0x15d932=_0x4b85d3;if(_0xb817d9[_0xbffa1c(0xf7)](_0xb817d9['zIeAl'],_0xb817d9[_0xbffa1c(0x100)]))_0x1ecd70[_0xbffa1c(0xff)](_0x52c404[_0xbffa1c(0x138)](_0x376ba9['config'],_0x15d932[_0xbffa1c(0xf6)],_0x23af43));else{if(_0x7f3549){if(_0xb817d9[_0xbffa1c(0xfc)](_0xb817d9[_0xbffa1c(0xf3)],_0xb817d9[_0xbffa1c(0xf3)]))_0x264e72[_0xbffa1c(0xff)](helper[_0xbffa1c(0xfe)](_0x590bf9[_0xbffa1c(0x13d)],_0xb817d9[_0xbffa1c(0x139)],_0x3ff568));else{_0x1a6613={'server':_0x4f0d75[_0xbffa1c(0x134)](_0x2dea3e[_0xbffa1c(0x13d)]),'proxySettings':_0x165636[_0xbffa1c(0x13d)][_0xbffa1c(0x119)],'platform':_0x572bbf['getPlatformName'](_0x1f3e0d),'platformCaps':_0x3b88f2[_0xbffa1c(0x13d)][_0xbffa1c(0x104)][_0x29ae63]};const _0x5f4c42={'capability':_0x25ef23,..._0x1490e3};_0x5f4c42[_0xbffa1c(0x114)]=_0x24cdca,_0x5f4c42[_0xbffa1c(0x13c)]=_0x456841;const _0x3dc9be={};_0x3dc9be[_0xbffa1c(0x13e)]=_0x5f4c42,_0x58b8e3=_0x3dc9be,_0x556796['push'](_0x42ee9d);}}else _0xb817d9['enkeQ'](_0xb817d9[_0xbffa1c(0x122)],_0xb817d9['AXycU'])?_0x264e72['push'](helper[_0xbffa1c(0x138)](_0x590bf9[_0xbffa1c(0x13d)],_0xb817d9[_0xbffa1c(0x139)],_0x3ff568)):_0x22cf78[_0xbffa1c(0x13d)][_0xbffa1c(0x104)]['forEach']((_0x58b1b8,_0x229671)=>{const _0x5ce401=_0xbffa1c;_0x192bc9?_0x5e027a[_0x5ce401(0xff)](_0x3888b9[_0x5ce401(0xfe)](_0x4329d7[_0x5ce401(0x13d)],_0x15d932[_0x5ce401(0xf6)],_0x229671)):_0x2c4207[_0x5ce401(0xff)](_0x3e7237[_0x5ce401(0x138)](_0x22e9ae[_0x5ce401(0x13d)],_0x15d932[_0x5ce401(0xf6)],_0x229671));});}}));let _0x3bf678,_0x1ad16e;const _0x57e8d8=[];if(_0xb817d9['SxZsL'](_0x264e72[_0x1af212(0x137)],0x0))_0xb817d9[_0x1af212(0xf7)](_0xb817d9[_0x1af212(0xfa)],_0xb817d9[_0x1af212(0xfa)])?_0x2782da=_0x4bdc52[_0x1af212(0xfe)](_0x4e2e1f[_0x1af212(0x13d)],_0xb817d9[_0x1af212(0x139)],0x0):_0x264e72[_0x1af212(0xf4)]((_0x291bb7,_0x2e6964)=>{const _0x52b1d1=_0x1af212,_0x542c90={'cPgIk':function(_0x397e91,_0x5df77c){const _0x1632d9=a45_0x12f2;return _0xb817d9[_0x1632d9(0x10f)](_0x397e91,_0x5df77c);},'lYNfj':_0xb817d9[_0x52b1d1(0x118)]};if(_0xb817d9[_0x52b1d1(0x115)](_0xb817d9['gcxds'],_0xb817d9[_0x52b1d1(0x12b)]))throw _0x542c90['cPgIk'](_0x231b9d,_0x542c90[_0x52b1d1(0x11f)]);else{_0x3bf678={'server':helper[_0x52b1d1(0x134)](_0x590bf9['config']),'proxySettings':_0x590bf9['config'][_0x52b1d1(0x119)],'platform':helper[_0x52b1d1(0x12f)](_0x291bb7),'platformCaps':_0x590bf9[_0x52b1d1(0x13d)][_0x52b1d1(0x104)][_0x2e6964]};const _0x19e9f2={'capability':_0x291bb7,..._0x3bf678};_0x19e9f2[_0x52b1d1(0x114)]=_0x29d4a2,_0x19e9f2['args']=_0x10881b;const _0x3322e5={};_0x3322e5[_0x52b1d1(0x13e)]=_0x19e9f2,_0x1ad16e=_0x3322e5,_0x57e8d8[_0x52b1d1(0xff)](_0x1ad16e);}});else{if(_0xb817d9['zZEMv'](_0xb817d9[_0x1af212(0x113)],_0xb817d9[_0x1af212(0x135)]))_0x4c7c63?_0x37496d[_0x1af212(0xff)](_0x12b95b[_0x1af212(0xfe)](_0x294b06[_0x1af212(0x13d)],_0xb817d9[_0x1af212(0x139)],_0x44692b)):_0x638bc0['push'](_0x3cd7d5['modifyBrowserStackCaps'](_0x29daad[_0x1af212(0x13d)],_0xb817d9[_0x1af212(0x139)],_0x4ff077));else{let _0x3fd39c;_0x7f3549?_0xb817d9[_0x1af212(0x115)](_0xb817d9[_0x1af212(0x10d)],_0xb817d9[_0x1af212(0x121)])?_0x329cf7[_0x1af212(0xff)](_0x2f918b['modifyBrowserStackW3CCaps'](_0x2b0332[_0x1af212(0x13d)],_0xb817d9[_0x1af212(0x139)],_0x3b18ea)):_0x3fd39c=helper[_0x1af212(0xfe)](_0x590bf9['config'],_0xb817d9[_0x1af212(0x139)],0x0):_0xb817d9[_0x1af212(0x129)](_0xb817d9['aJMhC'],_0xb817d9['HMzJr'])?_0x196b1b=_0x46dadd[_0x1af212(0x138)](_0x2a30e0[_0x1af212(0x13d)],_0xb817d9['OdJMN'],0x0):_0x3fd39c=helper[_0x1af212(0x138)](_0x590bf9[_0x1af212(0x13d)],_0xb817d9['OdJMN'],0x0);_0x3bf678={'server':helper[_0x1af212(0x134)](_0x590bf9['config']),'proxySettings':_0x590bf9[_0x1af212(0x13d)]['proxySettings']};const _0x8698c9={'capability':_0x3fd39c,..._0x3bf678};_0x8698c9['file']=_0x29d4a2,_0x8698c9[_0x1af212(0x13c)]=_0x10881b;const _0x353f30={};_0x353f30[_0x1af212(0x13e)]=_0x8698c9,_0x1ad16e=_0x353f30,_0x57e8d8['push'](_0x1ad16e);}}const _0xbdd270=_0xb817d9['AMiiM'](_0x590bf9['config']['platforms'][_0x1af212(0x137)]||0x1,_0x590bf9[_0x1af212(0x13d)]['parallelsPerPlatform']);helper[_0x1af212(0x112)](),_0xb817d9['TVnJo'](parallelVanillaRun,_0x57e8d8,_0xbdd270)[_0x1af212(0x10a)](_0x350e07=>{})[_0x1af212(0x103)](async()=>{const _0x3ee543=_0x1af212;await helper[_0x3ee543(0x12d)](_0x590bf9);});}module[a45_0x26cbba(0x132)]=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;
|
package/src/browserStackSdk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
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
|
-
const a47_0x2e6aaf=a47_0x3a97;(function(_0x3223e8,_0x3709ae){const _0xc0e49f=a47_0x3a97,_0x386278=_0x3223e8();while(!![]){try{const _0x2a52c4=parseInt(_0xc0e49f(0x17b))/0x1+-parseInt(_0xc0e49f(0x14f))/0x2*(parseInt(_0xc0e49f(0x19f))/0x3)+-parseInt(_0xc0e49f(0x18c))/0x4*(parseInt(_0xc0e49f(0x141))/0x5)+parseInt(_0xc0e49f(0xfa))/0x6*(-parseInt(_0xc0e49f(0x158))/0x7)+parseInt(_0xc0e49f(0x182))/0x8+parseInt(_0xc0e49f(0x171))/0x9*(-parseInt(_0xc0e49f(0x157))/0xa)+parseInt(_0xc0e49f(0x16d))/0xb;if(_0x2a52c4===_0x3709ae)break;else _0x386278['push'](_0x386278['shift']());}catch(_0x2d5834){_0x386278['push'](_0x386278['shift']());}}}(a47_0x48ca,0x8de4b));const util=require(a47_0x2e6aaf(0x1bb)),dotenv=require(a47_0x2e6aaf(0x19e)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a47_0x2e6aaf(0x149)),logger=require(a47_0x2e6aaf(0x13e))['winstonLogger'],helper=require(a47_0x2e6aaf(0x114)),percyHelper=require(a47_0x2e6aaf(0x104)),hubAllocator=require(a47_0x2e6aaf(0x16a)),PerformanceTester=require(a47_0x2e6aaf(0xd1));function a47_0x3a97(_0xa53434,_0x46ba20){const _0x48ca41=a47_0x48ca();return a47_0x3a97=function(_0x3a97d6,_0x426ad4){_0x3a97d6=_0x3a97d6-0xca;let _0x8a26d2=_0x48ca41[_0x3a97d6];return _0x8a26d2;},a47_0x3a97(_0xa53434,_0x46ba20);}class BrowserStackSetup{constructor(_0x3f2fcc,_0x2ecabd){const _0x2586ed=a47_0x2e6aaf,_0x39a989={'TfZJx':_0x2586ed(0xd7),'emcMX':_0x2586ed(0x121),'pGURF':'uncaughtException','Gxqse':_0x2586ed(0x1a6),'xGeLL':function(_0x3572f4,_0x185aa3){return _0x3572f4+_0x185aa3;},'xmWlf':_0x2586ed(0x12e),'qxIVC':_0x2586ed(0xe4),'ySytM':_0x2586ed(0x189),'nhjiU':_0x2586ed(0xfd),'nqVsb':function(_0x34b2fb,_0x144fb8){return _0x34b2fb(_0x144fb8);},'CqTBh':_0x2586ed(0xd9),'CZCnx':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','qzhVf':function(_0x1c16fb,_0x1bc157){return _0x1c16fb===_0x1bc157;},'LnifH':function(_0x1bf591,_0x4f2a9a){return _0x1bf591<_0x4f2a9a;},'TXpcx':_0x2586ed(0xe7),'SWgXn':_0x2586ed(0x122),'CQLSK':function(_0x496680,_0x4c65df){return _0x496680===_0x4c65df;},'iIlPL':_0x2586ed(0x1a2),'RWgax':_0x2586ed(0x127),'URfVd':function(_0x494b8a,_0x3eed50){return _0x494b8a!==_0x3eed50;},'RThja':_0x2586ed(0xd8),'HHMbg':_0x2586ed(0x125),'ewIaq':_0x2586ed(0xfb),'LqmGR':'jnjkT','sEBgN':_0x2586ed(0x103),'Xzsru':_0x2586ed(0x198),'KhlSX':'IScYV','RXaBb':_0x2586ed(0x1a5),'NRzox':'eTZMr','LpQIY':'DFMjs','GyeDo':_0x2586ed(0x16c),'EYTQc':function(_0x46fed9,_0x2f7338){return _0x46fed9!==_0x2f7338;},'ngxyJ':_0x2586ed(0x153),'LurGP':_0x2586ed(0x1b9),'nAcaj':function(_0x5de665,_0x5ab631){return _0x5de665!==_0x5ab631;},'tPWms':_0x2586ed(0x14c),'MXJbB':'wygpT','cdSWx':function(_0x2ac22c,_0xafa9a1){return _0x2ac22c===_0xafa9a1;},'BbcHL':_0x2586ed(0x159),'YqthH':_0x2586ed(0x1b2),'jZtfq':function(_0x27df72,_0x56cae5){return _0x27df72===_0x56cae5;},'jlZXy':'hOzzw','sdCRH':_0x2586ed(0x1b4),'plVRj':_0x2586ed(0x1a0),'FLXQD':'UIMUZ','PLotX':_0x2586ed(0x123),'WxcnZ':function(_0x168f9a,_0x3c9821){return _0x168f9a!==_0x3c9821;},'HdtAP':'bGjTq','odPXa':_0x2586ed(0x1b8),'DPsrq':function(_0xc98604,_0x1c504e){return _0xc98604===_0x1c504e;},'hmKKw':_0x2586ed(0x126),'hMcFM':function(_0x9631fe,_0x2fcbab){return _0x9631fe!==_0x2fcbab;},'ioZHk':'eatNN'};this[_0x2586ed(0x14d)]=[],this[_0x2586ed(0xf2)]=helper[_0x2586ed(0x148)](_0x3f2fcc),this[_0x2586ed(0x165)]=helper['setEnvCaps'](),this['browserstackLocal']=null,this['percy']=null,this[_0x2586ed(0x186)]=helper[_0x2586ed(0x190)](helper[_0x2586ed(0x135)](_0x3f2fcc)),this[_0x2586ed(0x186)]['platforms']=this[_0x2586ed(0x186)][_0x2586ed(0x19d)]||[],this[_0x2586ed(0x186)]['testContextOptions']=this[_0x2586ed(0x186)][_0x2586ed(0x185)]||{},this['config'][_0x2586ed(0x185)]['skipSessionStatus']=helper[_0x2586ed(0x184)](this[_0x2586ed(0x186)][_0x2586ed(0x185)][_0x2586ed(0xcf)]),global['config']=this[_0x2586ed(0x186)],global[_0x2586ed(0x187)]=_0x2ecabd,helper[_0x2586ed(0x1b5)](this[_0x2586ed(0x186)]),this[_0x2586ed(0x187)]=_0x2ecabd;if(helper[_0x2586ed(0x13f)](this[_0x2586ed(0x186)])){if(_0x39a989['CQLSK'](_0x39a989[_0x2586ed(0x108)],_0x39a989[_0x2586ed(0x117)])){_0x346f84[_0x2586ed(0xfc)]('Error\x20in\x20percy\x20setup\x20'+_0x31f65d);throw new _0x2103e1(_0x19cef4[_0x2586ed(0x133)]());}else throw new Error(_0x39a989[_0x2586ed(0x129)]);}if(this[_0x2586ed(0x186)][_0x2586ed(0x118)]){if(_0x39a989[_0x2586ed(0x1a1)](_0x39a989[_0x2586ed(0x1a4)],_0x39a989[_0x2586ed(0x1a4)]))_0x4ec0f9[_0x2586ed(0xfc)](_0x2586ed(0x1b3)+_0x2658d5);else throw new Error(this['config'][_0x2586ed(0x118)]);}this[_0x2586ed(0x178)]();process[_0x2586ed(0x16f)][_0x2586ed(0x177)]&&(_0x39a989[_0x2586ed(0x15b)](_0x39a989[_0x2586ed(0x142)],_0x39a989['HHMbg'])?(this[_0x2586ed(0x186)][_0x2586ed(0x152)]=helper[_0x2586ed(0x184)](process['env'][_0x2586ed(0x177)]),this[_0x2586ed(0x186)][_0x2586ed(0x12d)]=this['config'][_0x2586ed(0x12d)]||{}):_0x4079f1['warn'](_0x39a989['TfZJx']));helper[_0x2586ed(0xe0)](this[_0x2586ed(0x186)],this[_0x2586ed(0xf2)]),helper[_0x2586ed(0x1ae)](this[_0x2586ed(0x186)],this[_0x2586ed(0xf2)],this['envConfig']);if(!helper['isBrowserstackInfra']()){if(_0x39a989[_0x2586ed(0x1a1)](_0x39a989[_0x2586ed(0xf0)],_0x39a989[_0x2586ed(0xf0)]))this[_0x2586ed(0x186)][_0x2586ed(0x1be)]=![];else{try{_0x39a989[_0x2586ed(0x15b)](_0x39a989[_0x2586ed(0xe3)],_0x39a989['sEBgN'])?this['config']['useW3C']=!![]:(process[_0x2586ed(0x16f)][_0x2586ed(0xdd)]=_0x2ecabd,helper[_0x2586ed(0xfe)](_0x39a989[_0x2586ed(0x146)],{},this[_0x2586ed(0x186)],this[_0x2586ed(0x187)]));}catch(_0x5cc095){if(_0x39a989[_0x2586ed(0x1a1)](_0x39a989['Xzsru'],_0x39a989[_0x2586ed(0xde)])){const _0x21c905=_0x515256=>{const _0x40ff4d=_0x2586ed;_0x4fc408[_0x40ff4d(0x118)](_0x515256['message']),_0x4b9f3c[_0x40ff4d(0xfc)](_0x5e6d02[_0x40ff4d(0xe1)](_0x515256)),this['unhandledErrors'][_0x40ff4d(0x119)](_0x5a9329[_0x40ff4d(0xe1)]('%j',_0x515256)),_0x3f3ec7['captureError'](_0x515256);};_0x148fed['on'](_0x39a989[_0x2586ed(0x10e)],_0x21c905),_0x4493ea['on'](_0x39a989[_0x2586ed(0x1a7)],_0x21c905);}else logger[_0x2586ed(0xfc)](_0x2586ed(0x1b3)+_0x5cc095);}return;}}if(helper[_0x2586ed(0x1b6)](_0x2ecabd)){if(_0x39a989[_0x2586ed(0x1a1)](_0x39a989['KhlSX'],_0x39a989[_0x2586ed(0x137)]))throw new _0x2e57a4(_0x39a989[_0x2586ed(0x129)]);else{if(_0x39a989[_0x2586ed(0x15c)](_0x39a989[_0x2586ed(0x166)](parseInt,helper[_0x2586ed(0x15a)](_0x39a989[_0x2586ed(0x1b1)])),0x3)){if(_0x39a989[_0x2586ed(0x1bc)](_0x39a989[_0x2586ed(0x147)],_0x39a989['NRzox'])){_0x1ee4df[_0x2586ed(0x115)](_0x39a989[_0x2586ed(0x196)](_0x39a989['xmWlf'],this[_0x2586ed(0x186)][_0x2586ed(0x151)]));const _0x313c81={};_0x313c81[_0x2586ed(0x15f)]=this[_0x2586ed(0x186)][_0x2586ed(0x151)],_0x36ad62[_0x2586ed(0x186)](_0x313c81);}else this[_0x2586ed(0x186)][_0x2586ed(0x1be)]=![];}if(_0x39a989[_0x2586ed(0x15b)](helper[_0x2586ed(0xe9)](helper['getPackageVersion'](_0x39a989['TXpcx']),_0x39a989['SWgXn']),0x1)){if(_0x39a989[_0x2586ed(0x1a1)](_0x39a989['LpQIY'],_0x39a989['LpQIY']))throw new _0x272918(_0x39a989[_0x2586ed(0xff)]);else this[_0x2586ed(0x186)][_0x2586ed(0x1be)]=!![];}}}if(helper[_0x2586ed(0x13f)](this[_0x2586ed(0x186)][_0x2586ed(0x19d)])||helper['isUndefined'](this[_0x2586ed(0x186)][_0x2586ed(0x19d)]['length'])){if(_0x39a989[_0x2586ed(0x15b)](_0x39a989[_0x2586ed(0xcc)],_0x39a989['GyeDo'])){if(helper[_0x2586ed(0x13f)](this[_0x2586ed(0x186)][_0x2586ed(0x1bd)])){if(_0x39a989[_0x2586ed(0xcb)](_0x39a989[_0x2586ed(0xef)],_0x39a989[_0x2586ed(0xe5)]))logger[_0x2586ed(0x115)](_0x39a989[_0x2586ed(0x1a3)]);else{try{_0x488133[_0x2586ed(0x16f)]['FRAMEWORK']=_0x3b9a53,_0xe02d4d[_0x2586ed(0xfe)](_0x39a989[_0x2586ed(0x146)],{},this['config'],this[_0x2586ed(0x187)]);}catch(_0x13de84){_0x2e3a98['debug'](_0x2586ed(0x1b3)+_0x13de84);}return;}}else _0x39a989[_0x2586ed(0x13d)](_0x39a989[_0x2586ed(0x10d)],_0x39a989[_0x2586ed(0x10d)])?_0x32bcda[_0x2586ed(0x118)](_0x39a989[_0x2586ed(0x18f)],_0x3594be[_0x2586ed(0x145)]):logger[_0x2586ed(0x12f)](_0x39a989['TfZJx']);this[_0x2586ed(0x186)][_0x2586ed(0x19d)]=[];}else this['config']['browserStackLocalOptions'][_0x2586ed(0x156)]=_0x4dd6b1['generateLocalIdentifier']();}if(this[_0x2586ed(0x186)][_0x2586ed(0x151)]){if(_0x39a989[_0x2586ed(0x1bc)](_0x39a989[_0x2586ed(0x109)],_0x39a989[_0x2586ed(0x109)])){logger['info'](_0x39a989[_0x2586ed(0x196)](_0x39a989[_0x2586ed(0x192)],this['config']['envFile']));const _0x2ff9d7={};_0x2ff9d7[_0x2586ed(0x15f)]=this[_0x2586ed(0x186)][_0x2586ed(0x151)],dotenv[_0x2586ed(0x186)](_0x2ff9d7);}else _0x39a989[_0x2586ed(0x166)](_0x56f99d,_0x39a989['CqTBh'])();}else _0x39a989['cdSWx'](_0x39a989['BbcHL'],_0x39a989[_0x2586ed(0x1af)])?(_0x10b0d5[_0x2586ed(0x16f)][_0x2586ed(0xdd)]=_0x3f5703,_0x3629c9['fireFunnelTestEvent'](_0x39a989[_0x2586ed(0x146)],{},this[_0x2586ed(0x186)],this[_0x2586ed(0x187)])):dotenv[_0x2586ed(0x186)]();!this[_0x2586ed(0x186)]['browserStackLocalOptions']&&(this[_0x2586ed(0x186)][_0x2586ed(0x155)]=this[_0x2586ed(0x186)][_0x2586ed(0x12c)]||{}),!this[_0x2586ed(0x186)][_0x2586ed(0x185)]&&(this[_0x2586ed(0x186)][_0x2586ed(0x185)]={});if(helper['isUndefined'](helper[_0x2586ed(0x176)](this['config']))||helper[_0x2586ed(0x13f)](helper[_0x2586ed(0x191)](this[_0x2586ed(0x186)]))){if(_0x39a989[_0x2586ed(0x1ba)](_0x39a989[_0x2586ed(0x17f)],_0x39a989['jlZXy']))throw new Error(_0x39a989[_0x2586ed(0x132)]);else _0x2b9bcc['isUndefined'](this[_0x2586ed(0x186)]['parallelsPerPlatform'])?_0x1d5573['info'](_0x39a989['CZCnx']):_0xd78697[_0x2586ed(0x12f)](_0x39a989[_0x2586ed(0x101)]),this[_0x2586ed(0x186)][_0x2586ed(0x19d)]=[];}helper[_0x2586ed(0x1b0)](this['config'])&&helper[_0x2586ed(0x13f)](helper[_0x2586ed(0xec)](this[_0x2586ed(0x186)]))&&(_0x39a989['CQLSK'](_0x39a989[_0x2586ed(0x195)],_0x39a989[_0x2586ed(0xf5)])?!_0x5b0dc6[_0x2586ed(0x13f)](this[_0x2586ed(0x186)][_0x2586ed(0x155)])&&_0x39a989['qzhVf'](this[_0x2586ed(0x186)][_0x2586ed(0x155)]['constructor'],_0x2fe830)?this[_0x2586ed(0x186)][_0x2586ed(0x155)]['localIdentifier']=_0x39d86e[_0x2586ed(0xce)]():this[_0x2586ed(0x186)][_0x2586ed(0x155)]={'localIdentifier':_0x1ca332[_0x2586ed(0xce)]()}:!helper['isUndefined'](this[_0x2586ed(0x186)][_0x2586ed(0x155)])&&_0x39a989[_0x2586ed(0x1bc)](this[_0x2586ed(0x186)][_0x2586ed(0x155)][_0x2586ed(0x11e)],Object)?_0x39a989['EYTQc'](_0x39a989[_0x2586ed(0x154)],_0x39a989[_0x2586ed(0x154)])?(_0x39a989[_0x2586ed(0x15c)](_0x39a989[_0x2586ed(0x166)](_0x5c3b66,_0x1fff50[_0x2586ed(0x15a)](_0x39a989[_0x2586ed(0x1b1)])),0x3)&&(this['config'][_0x2586ed(0x1be)]=![]),_0x39a989[_0x2586ed(0x15b)](_0x44353f[_0x2586ed(0xe9)](_0x506c23[_0x2586ed(0x15a)](_0x39a989[_0x2586ed(0x1b1)]),_0x39a989[_0x2586ed(0x1ad)]),0x1)&&(this['config'][_0x2586ed(0x1be)]=!![])):this['config'][_0x2586ed(0x155)]['localIdentifier']=helper[_0x2586ed(0xce)]():_0x39a989[_0x2586ed(0xf4)](_0x39a989[_0x2586ed(0x105)],_0x39a989[_0x2586ed(0x11c)])?this[_0x2586ed(0x186)][_0x2586ed(0x155)]={'localIdentifier':helper[_0x2586ed(0xce)]()}:_0x437b02[_0x2586ed(0x186)]());helper['setLogLevel'](this[_0x2586ed(0x186)],this[_0x2586ed(0xf2)],this['envConfig']);try{_0x39a989[_0x2586ed(0x17e)](_0x39a989[_0x2586ed(0xdc)],_0x39a989[_0x2586ed(0xdc)])?(process['env']['FRAMEWORK']=_0x3f2fcc['_'][0x0],helper[_0x2586ed(0xfe)](_0x39a989['ySytM'],{},this[_0x2586ed(0x186)],this['framework'])):(_0xa8ca05[_0x2586ed(0x16f)]['FRAMEWORK']=_0x97b0bc['_'][0x0],_0x412bb7[_0x2586ed(0xfe)](_0x39a989[_0x2586ed(0x146)],{},this[_0x2586ed(0x186)],this['framework']));}catch(_0x2471c3){if(_0x39a989[_0x2586ed(0x102)](_0x39a989[_0x2586ed(0x130)],_0x39a989[_0x2586ed(0x130)])){_0x517f2c[_0x2586ed(0xfc)](_0x267973);throw new _0x1094a9(_0x47463d[_0x2586ed(0x133)]());}else logger[_0x2586ed(0xfc)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x2471c3);}}async[a47_0x2e6aaf(0xd5)](){const _0x424ae0=a47_0x2e6aaf,_0x49ab2b={'xevDA':_0x424ae0(0x1b4),'EMkHk':_0x424ae0(0x124),'sAIRG':_0x424ae0(0x128),'DeTyW':_0x424ae0(0x174),'QSKtQ':_0x424ae0(0x139),'wEwmH':function(_0x40703d,_0x3d2d5f){return _0x40703d(_0x3d2d5f);},'yIsvL':function(_0x106f0a,_0x4a1e89){return _0x106f0a!==_0x4a1e89;},'HBeIT':_0x424ae0(0x131),'PdyCa':function(_0x5e5510,_0x4afbcd){return _0x5e5510===_0x4afbcd;},'WfTjP':'hiXWu','innhs':_0x424ae0(0x19c),'wKxrJ':function(_0x544f6f,_0x349cb3){return _0x544f6f===_0x349cb3;},'elMAh':_0x424ae0(0x10b),'BbxGj':function(_0x1ed25f,_0x5efebc){return _0x1ed25f===_0x5efebc;},'IpEqP':_0x424ae0(0x150),'wrsNG':function(_0x210f0a,_0x58a2e0){return _0x210f0a+_0x58a2e0;},'BKMPC':_0x424ae0(0x17a),'jlcZb':function(_0x3dd915,_0x41f5cb){return _0x3dd915!==_0x41f5cb;},'pKvAZ':_0x424ae0(0x169),'KOOJp':_0x424ae0(0x18b),'SSNTh':_0x424ae0(0x112),'zbAdO':'JBnkt'};if(_0x49ab2b[_0x424ae0(0x11d)](isTurboScaleSession,this[_0x424ae0(0x186)])){if(_0x49ab2b[_0x424ae0(0xdf)](_0x49ab2b[_0x424ae0(0xe2)],_0x49ab2b[_0x424ae0(0xe2)]))throw new _0x1cfc63(_0x49ab2b[_0x424ae0(0x138)]);else{const _0x1d94e3=await helper[_0x424ae0(0x17c)](this[_0x424ae0(0x186)]);this[_0x424ae0(0x186)][_0x424ae0(0x172)]=_0x1d94e3;_0x1d94e3['isTrialGrid']&&(_0x49ab2b[_0x424ae0(0x1aa)](_0x49ab2b[_0x424ae0(0x194)],_0x49ab2b[_0x424ae0(0xf3)])?_0x436833[_0x424ae0(0xfc)](_0x424ae0(0x1b3)+_0x10dce6):(this[_0x424ae0(0x186)][_0x424ae0(0x144)]=!![],this['config'][_0x424ae0(0x155)][_0x424ae0(0x156)]=_0x49ab2b[_0x424ae0(0x136)],this['config'][_0x424ae0(0x155)][_0x49ab2b[_0x424ae0(0x18e)]]=_0x1d94e3[_0x424ae0(0xed)][_0x424ae0(0x173)](','),this[_0x424ae0(0x186)][_0x424ae0(0x155)][_0x424ae0(0x111)]=_0x49ab2b[_0x424ae0(0x15e)]));this[_0x424ae0(0x186)]['turboScaleUrl']=_0x1d94e3[_0x424ae0(0x193)];if(this[_0x424ae0(0x187)]&&_0x49ab2b[_0x424ae0(0x19a)](this['framework'][_0x424ae0(0x1ab)](),_0x49ab2b[_0x424ae0(0xf8)])){if(_0x49ab2b[_0x424ae0(0xca)](_0x49ab2b['IpEqP'],_0x49ab2b[_0x424ae0(0x1a9)]))this[_0x424ae0(0x186)][_0x424ae0(0x18a)]=_0x49ab2b[_0x424ae0(0x11f)](_0x1d94e3[_0x424ae0(0x16e)],_0x49ab2b[_0x424ae0(0x14a)]);else throw new _0x26d23b(this[_0x424ae0(0x186)][_0x424ae0(0x118)]);}constants[_0x424ae0(0x175)]=helper[_0x424ae0(0x14b)](this['config']),logger['debug'](_0x424ae0(0x12b)+constants['hubUrl']);}}helper[_0x424ae0(0x1b7)](this[_0x424ae0(0x186)]),this['setupKeepAlive'](),constants[_0x424ae0(0x14e)][_0x424ae0(0x183)](this[_0x424ae0(0x187)])&&(_0x49ab2b[_0x424ae0(0x10f)](_0x49ab2b[_0x424ae0(0x16b)],_0x49ab2b['KOOJp'])?await this['setupPercy']():(this['config'][_0x424ae0(0x144)]=!![],this[_0x424ae0(0x186)]['browserStackLocalOptions'][_0x424ae0(0x156)]=_0x49ab2b[_0x424ae0(0x136)],this[_0x424ae0(0x186)][_0x424ae0(0x155)][_0x49ab2b[_0x424ae0(0x18e)]]=_0x5a3542[_0x424ae0(0xed)][_0x424ae0(0x173)](','),this[_0x424ae0(0x186)][_0x424ae0(0x155)][_0x424ae0(0x111)]=_0x49ab2b[_0x424ae0(0x15e)])),await this[_0x424ae0(0x15d)](),![_0x49ab2b[_0x424ae0(0x1a8)]][_0x424ae0(0x183)](this['framework'])&&!_0x49ab2b[_0x424ae0(0x11d)](isTurboScaleSession,this['config'])&&(_0x49ab2b[_0x424ae0(0x1aa)](_0x49ab2b['zbAdO'],_0x49ab2b[_0x424ae0(0x162)])?await this[_0x424ae0(0x13a)]():_0x37740f[_0x424ae0(0x118)](_0x49ab2b[_0x424ae0(0xe8)],_0x258d3d[_0x424ae0(0x145)]));}async[a47_0x2e6aaf(0x160)](){const _0x594842=a47_0x2e6aaf,_0x29704f={};_0x29704f[_0x594842(0x140)]=function(_0x1f1435,_0x3f5f90){return _0x1f1435+_0x3f5f90;},_0x29704f['opLwY']=_0x594842(0x17a),_0x29704f[_0x594842(0x179)]=_0x594842(0x110),_0x29704f[_0x594842(0x163)]=function(_0xc4c606,_0x347d12){return _0xc4c606!==_0x347d12;},_0x29704f['ojpDU']=_0x594842(0xd0),_0x29704f['XarwH']=function(_0x2e58d4,_0x76b429){return _0x2e58d4===_0x76b429;},_0x29704f[_0x594842(0x120)]=function(_0x74a8a0,_0x1ba824){return _0x74a8a0!==_0x1ba824;},_0x29704f[_0x594842(0x17d)]=_0x594842(0x180),_0x29704f[_0x594842(0x161)]=function(_0x59527c,_0x4b1f86){return _0x59527c!==_0x4b1f86;},_0x29704f['iUvWr']=_0x594842(0xd4),_0x29704f[_0x594842(0x170)]=function(_0x4d32c3,_0x5ee67b){return _0x4d32c3===_0x5ee67b;},_0x29704f['pVfOY']=_0x594842(0xf7),_0x29704f['cKODf']=_0x594842(0x199),_0x29704f[_0x594842(0xdb)]=_0x594842(0xe4),_0x29704f[_0x594842(0xf9)]=_0x594842(0x106),_0x29704f['lWJvL']=_0x594842(0xee),_0x29704f['YGTEb']=_0x594842(0x11a),_0x29704f[_0x594842(0xcd)]=_0x594842(0xea),_0x29704f['VNaYv']=function(_0x356568,_0x4a2238){return _0x356568===_0x4a2238;},_0x29704f[_0x594842(0x116)]='jtCvg';const _0x485c54=_0x29704f;if(helper[_0x594842(0x184)](this[_0x594842(0x186)][_0x594842(0x168)])&&(!this[_0x594842(0x168)]||!this[_0x594842(0x168)][_0x594842(0xf6)]())){if(_0x485c54[_0x594842(0x120)](_0x485c54[_0x594842(0x17d)],_0x485c54[_0x594842(0x17d)]))this[_0x594842(0x186)][_0x594842(0x155)]={'localIdentifier':_0x436605['generateLocalIdentifier']()};else try{if(_0x485c54[_0x594842(0x161)](_0x485c54[_0x594842(0xd3)],_0x485c54[_0x594842(0xd3)]))this['config'][_0x594842(0x18a)]=_0x485c54[_0x594842(0x140)](_0x231a34[_0x594842(0x16e)],_0x485c54[_0x594842(0x10a)]);else{this['percy']=await percyHelper['startPercy'](this['config']);if(!this[_0x594842(0x168)]){if(_0x485c54['yVLbP'](_0x485c54['pVfOY'],_0x485c54['cKODf']))_0x29fe67[_0x594842(0x115)](_0x485c54[_0x594842(0x179)]);else throw new Error(_0x485c54[_0x594842(0xdb)]);}logger[_0x594842(0x115)](_0x485c54[_0x594842(0xf9)]);let _0x568445=0x0;const _0x448ef1=async()=>{const _0x4bfef1=_0x594842;_0x485c54[_0x4bfef1(0x163)](_0x485c54[_0x4bfef1(0x181)],_0x485c54[_0x4bfef1(0x181)])?(_0x5ee871[_0x4bfef1(0x118)](_0x5abaf8['message']),_0x468eb5[_0x4bfef1(0xfc)](_0x3860f2['format'](_0x356146)),this[_0x4bfef1(0x14d)][_0x4bfef1(0x119)](_0x291b2a[_0x4bfef1(0xe1)]('%j',_0x2d3835)),_0x36d4a7[_0x4bfef1(0x18d)](_0x1314a0)):(_0x568445++,_0x485c54['XarwH'](_0x568445,0x1)&&await this['stopPercy']());};process['on'](_0x485c54['lWJvL'],_0x448ef1),process['on'](_0x485c54[_0x594842(0x19b)],_0x448ef1),process['on'](_0x485c54[_0x594842(0xcd)],_0x448ef1);}}catch(_0x5ac53d){if(_0x485c54['VNaYv'](_0x485c54[_0x594842(0x116)],_0x485c54[_0x594842(0x116)])){logger[_0x594842(0xfc)](_0x594842(0x107)+_0x5ac53d);throw new Error(_0x5ac53d[_0x594842(0x133)]());}else this[_0x594842(0x186)][_0x594842(0x152)]=_0x3ee30b[_0x594842(0x184)](_0x8c2dce[_0x594842(0x16f)]['BROWSERSTACK_TURBOSCALE']),this[_0x594842(0x186)][_0x594842(0x12d)]=this[_0x594842(0x186)]['turboScaleOptions']||{};}}}async[a47_0x2e6aaf(0x10c)](){const _0x27a020=a47_0x2e6aaf,_0x298751={};_0x298751[_0x27a020(0x164)]=_0x27a020(0xeb),_0x298751[_0x27a020(0x13b)]='Error\x20occured\x20while\x20stopping\x20percy';const _0x201b8d=_0x298751;if(this['percy']&&this[_0x27a020(0x168)][_0x27a020(0xf6)]())try{await percyHelper[_0x27a020(0x10c)](this['percy']),logger[_0x27a020(0x115)](_0x201b8d[_0x27a020(0x164)]);}catch(_0x465fb3){logger[_0x27a020(0x118)](_0x201b8d['zDQUK'],_0x465fb3[_0x27a020(0x145)]);}}async[a47_0x2e6aaf(0x15d)](){const _0x45cb6e=a47_0x2e6aaf,_0x3d596a={};_0x3d596a[_0x45cb6e(0xda)]=function(_0x271713,_0x276bc4){return _0x271713===_0x276bc4;},_0x3d596a[_0x45cb6e(0x100)]=_0x45cb6e(0x134),_0x3d596a[_0x45cb6e(0xd6)]='beforeExit',_0x3d596a['SrOQK']='SIGINT',_0x3d596a[_0x45cb6e(0x11b)]='SIGTERM';const _0x3252f7=_0x3d596a;if(helper[_0x45cb6e(0x184)](this[_0x45cb6e(0x186)]['browserstackLocal'])&&(!this['browserstackLocal']||!this[_0x45cb6e(0x144)]['isRunning']()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x45cb6e(0x186)]),logger['info'](_0x3252f7['tBIem']);let _0x3eeb7d=0x0;const _0x325158=async()=>{const _0xbdaf94=_0x45cb6e;_0x3eeb7d++,_0x3252f7[_0xbdaf94(0xda)](_0x3eeb7d,0x1)&&await this['stopBrowserstackLocal']();};process['on'](_0x3252f7['tngvr'],_0x325158),process['on'](_0x3252f7[_0x45cb6e(0xe6)],_0x325158),process['on'](_0x3252f7[_0x45cb6e(0x11b)],_0x325158);}catch(_0x2565b7){logger[_0x45cb6e(0xfc)](_0x2565b7);throw new Error(_0x2565b7[_0x45cb6e(0x133)]());}}async[a47_0x2e6aaf(0x167)](){const _0x55aa41=a47_0x2e6aaf,_0xcfd866={};_0xcfd866[_0x55aa41(0x197)]=_0x55aa41(0x1ac),_0xcfd866[_0x55aa41(0x143)]=_0x55aa41(0x139);const _0x4e7fd3=_0xcfd866;if(this[_0x55aa41(0x144)]&&this['browserstackLocal'][_0x55aa41(0xf6)]())try{await helper[_0x55aa41(0x188)](this['browserstackLocal']),logger[_0x55aa41(0x115)](_0x4e7fd3[_0x55aa41(0x197)]);}catch(_0xee889f){logger[_0x55aa41(0x118)](_0x4e7fd3[_0x55aa41(0x143)],_0xee889f[_0x55aa41(0x145)]);}}async[a47_0x2e6aaf(0x13a)](){const _0x38da63=a47_0x2e6aaf;await hubAllocator['allocateHub'](this[_0x38da63(0x186)]);}[a47_0x2e6aaf(0x12a)](){const _0x1b37be=a47_0x2e6aaf,_0x2fdaf1={'bnFAR':function(_0x35951b,_0x5a8998){return _0x35951b(_0x5a8998);},'AEgky':_0x1b37be(0xd9)};_0x2fdaf1[_0x1b37be(0xf1)](require,_0x2fdaf1['AEgky'])();}[a47_0x2e6aaf(0x178)](){const _0x1ea3c1=a47_0x2e6aaf,_0x4cbdcf={};_0x4cbdcf[_0x1ea3c1(0x13c)]=_0x1ea3c1(0x121),_0x4cbdcf[_0x1ea3c1(0x113)]=_0x1ea3c1(0xd2);const _0x3cd26a=_0x4cbdcf,_0x4e7192=_0x89fc28=>{const _0x5acd41=_0x1ea3c1;logger[_0x5acd41(0x118)](_0x89fc28[_0x5acd41(0x145)]),logger[_0x5acd41(0xfc)](util[_0x5acd41(0xe1)](_0x89fc28)),this[_0x5acd41(0x14d)][_0x5acd41(0x119)](util['format']('%j',_0x89fc28)),PerformanceTester[_0x5acd41(0x18d)](_0x89fc28);};process['on'](_0x3cd26a[_0x1ea3c1(0x13c)],_0x4e7192),process['on'](_0x3cd26a[_0x1ea3c1(0x113)],_0x4e7192);}}function a47_0x48ca(){const _0x1329ca=['getPackageVersion','qzhVf','LnifH','setupBrowserstackLocal','DeTyW','path','setupPercy','Lntwq','zbAdO','FypEp','vIRki','envConfig','nqVsb','stopBrowserstackLocal','percy','DRCJY','../hubAllocationMethods','pKvAZ','aaJSc','27663669WZWVKX','playwrightUrl','env','yVLbP','23931lJPkut','turboScaleGridDetails','join','true','hubUrl','getUserName','BROWSERSTACK_TURBOSCALE','handleExceptions','BqTVv','?caps=','699170VSgBqo','getTurboScaleGridDetails','IKMFG','DPsrq','jlZXy','fxcLr','ojpDU','5191664CjomyR','includes','isTrue','testContextOptions','config','framework','stopLocalBinary','SDKTestAttempted','turboScaleUrl','cHTli','344OMBZdT','captureError','sAIRG','nhjiU','readConfig','getAccessKey','xmWlf','url','WfTjP','plVRj','xGeLL','JoOrQ','njVKW','ZWUtM','wKxrJ','YGTEb','tFtcd','platforms','dotenv','640833sxteyJ','yFHzp','URfVd','EFIgP','CZCnx','RThja','sumgf','No\x20config\x20provided.','pGURF','SSNTh','IpEqP','PdyCa','toLowerCase','Local\x20binary\x20stopped','SWgXn','getFinalCaps','YqthH','getLocalConfig','TXpcx','euyDq','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','userName\x20or\x20accessKey\x20is\x20not\x20defined','sanitizeCaps','requireSeleniumWebdriverCheck','setProxySettings','Guqsk','HYHkX','jZtfq','util','CQLSK','parallelsPerPlatform','useW3C','BbxGj','EYTQc','GyeDo','yjQnt','generateLocalIdentifier','skipSessionStatus','SNemM','./performance-tester','uncaughtException','iUvWr','ifJVL','initialize','tngvr','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','DybYK','./setKeepAlive','wJvDa','yeiuD','hmKKw','FRAMEWORK','Xzsru','yIsvL','setBrowserstackInfraFromConfig','format','HBeIT','LqmGR','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','LurGP','SrOQK','selenium-webdriver','QSKtQ','compareVersions','SIGTERM','Percy\x20stopped','getLocalIdentifier','customRepeaters','beforeExit','ngxyJ','ewIaq','bnFAR','cliConfig','innhs','WxcnZ','FLXQD','isRunning','wMVUv','elMAh','LyEyT','2209578ppSbdr','cVZRh','debug','Error\x20occured\x20while\x20stopping\x20percy','fireFunnelTestEvent','qxIVC','tBIem','TfZJx','hMcFM','KsCDE','./percy/utils','HdtAP','Percy\x20started\x20successfully','Error\x20in\x20percy\x20setup\x20','iIlPL','MXJbB','opLwY','playwright','stopPercy','tPWms','emcMX','jlcZb','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','forceLocal','codeceptjs','lUmNz','./helper','info','LBffg','RWgax','error','push','SIGINT','ziwhr','odPXa','wEwmH','constructor','wrsNG','YhdLs','unhandledRejection','4.5.0','aslwP','ats-repeater','dsgtu','AhQHa','xqyai','custom-repeater','Gxqse','setupKeepAlive','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','localOptions','turboScaleOptions','Loading\x20environment\x20from:\x20','warn','ioZHk','OhlPF','sdCRH','toString','Local\x20binary\x20started\x20successfully','getConfigPath','EMkHk','KhlSX','xevDA','Error\x20occured\x20while\x20stopping\x20local\x20binary','setUpHubUrl','zDQUK','EXbaZ','nAcaj','./logger','isUndefined','MFccr','53035EVSDSx','HHMbg','rXSRG','browserstackLocal','message','ySytM','RXaBb','setCLICaps','./ats/helper','BKMPC','getHubUrl','mlOhD','unhandledErrors','PERCY_SUPPORTED_FRAMEWORKS','10RzejOT','wXZLX','envFile','turboScale','drvuv','PLotX','browserStackLocalOptions','localIdentifier','740OHsQIv','21YwWCOU','EJuiz'];a47_0x48ca=function(){return _0x1329ca;};return a47_0x48ca();}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
|
|
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
|
-
const a49_0x32dfd=a49_0x3a84;function a49_0x3a84(_0x70dd8,_0x489b07){const _0xeb2708=a49_0xeb27();return a49_0x3a84=function(_0x3a8484,_0x262659){_0x3a8484=_0x3a8484-0xfb;let _0x120a3b=_0xeb2708[_0x3a8484];return _0x120a3b;},a49_0x3a84(_0x70dd8,_0x489b07);}(function(_0x4d56d6,_0x194fbc){const _0x33d745=a49_0x3a84,_0x1df326=_0x4d56d6();while(!![]){try{const _0x5e000e=-parseInt(_0x33d745(0x1fa))/0x1*(-parseInt(_0x33d745(0x10e))/0x2)+parseInt(_0x33d745(0x1e4))/0x3*(parseInt(_0x33d745(0x1ac))/0x4)+-parseInt(_0x33d745(0x1da))/0x5+-parseInt(_0x33d745(0x1d4))/0x6*(parseInt(_0x33d745(0x116))/0x7)+parseInt(_0x33d745(0x136))/0x8*(parseInt(_0x33d745(0x166))/0x9)+-parseInt(_0x33d745(0x126))/0xa+-parseInt(_0x33d745(0x146))/0xb;if(_0x5e000e===_0x194fbc)break;else _0x1df326['push'](_0x1df326['shift']());}catch(_0x8b0ccb){_0x1df326['push'](_0x1df326['shift']());}}}(a49_0xeb27,0xe364c));function a49_0xeb27(){const _0x21b8b5=['xvFvB','getCapabilities','null','GvODc','pYRYX','pImbJ','bshIK','SHSgq','../logger','Uwnmi','juvvQ','success','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','gelnm','ZecKv','STiKx','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','CKdMA','doiiJ','GZtxb','12eOayAN','false','pWpyZ','vdVQl','QVCBD','TBATE','XJHNl','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','YvHZC','hmOjH','Mmkum','data','Invalid\x20configuration\x20passed.','Gwenb','ViOzL','getUserName','excludeTagsInTestingScope','yuIXm','THGtD','buildDescription','dthdX','PikUH','mqewj','info','auth','PUT','error','isAccessibilityPlatform','some','warn','jiMDo','string','isTrue','qdtmh','winstonLogger','statusText','measureWrapper','gIzUM','QwsuQ','fetchPlatformDetails','3846DhdALU','sDdoj','fXYXm','includeTagsInTestingScope','oSQhq','SkYeQ','405060oMVDXE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','dYkXL','accessibilityToken','SYbfA','HwRcg','BAoXS','JFTxt','hafzd','../performance-tester','1205097PqlBiZ','hihDu','HYuRv','user','json','YsFVX','xRfOL','VDmcW','wlauh','length','BxbBf','FTlyw','test_runs','\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','IPZZN','getPlatform','kLjAI','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','CZikO','lHnvh','yiUve','UKmRV','662WoCwUD','isAccessibilityAutomationSession','KTcJc','gmmbU','Content-Type','toISOString','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','xbtan','response','BROWSERSTACK_TEST_ACCESSIBILITY_YML','RnuHw','fCWSA','CwMLE','INvzH','QSVyI','tTNez','getCiInfo','UBCok','yVsdR','env','xWler','createAccessibilityTestRun','BS_A11Y_JWT','iSqix','2104AOwzbn','CVXCv','uEDZE','vNNXO','getPackageVersion','aCbSF','assign','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','6727slSgdj','NuvQr','vnnic','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','../helper','resolve','sHazo','body','projectName','mJnVy','wGcPS','PfNiR','format','bJwUz','QVPSz','Invalid\x20request:\x20','8009780eBTTus','No\x20accessibility\x20results\x20were\x20found.','glatg','TfaPJ','RiMNv','NIbyf','path','hQtvf','katQC','zPtBS','LoKDV','NsiGf','esRuB','isBrowserstackInfra','KBgEM','getBrowserVersion','13727960RzDkHz','JHFib','qedgJ','status','isArray','NJGom','MlUVI','browserstack','getGitMetaData','asTou','yAhVY','xZiIB','pass','tzdhU','accessibility','includes','13069331xmTjwD','gDLxO','qSbvp','BvOgY','NCiGv','checkAccessibilityPlatformConfig','znCWM','application/json','oUCaA','wTMHl','getBrowserName','fvRsC','\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','WNkMA','rfjLv','zHmtG','debug','AeCsG','stringify','stack','dWUaw','Ewyss','NkmdW','YsdKV','etDgk','ELiVy','qYvli','errors','scannerVersion','Authorization','GZQgb','nactE','9sMnxdB','shouldScanTestForAccessibility','message','executeScript','TVRbb','dSLht','jABWq','stopAccessibilityTestRun','LoAHU','kogMZ','getAgentVersion','TElkK','esmbP','DafTr','SfruC','nodeRequest','headers','mKlBV','Bearer\x20','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','qPvOC','xQnMa','Build\x20creation\x20had\x20failed.','DUSOj','join','isUndefined','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','aXIsk','HjnhI','rwkbn','cZYkl','dXTqO','getPlatformVersion','platforms','./constants','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','ZnPBy','IUgQZ','GdqFJ','NyoQE','KqxsR','parse','PVexx','getAccessibilityResults','forEach','VZVsY','NxTKo','NVTOA','SsSlg'];a49_0xeb27=function(){return _0x21b8b5;};return a49_0xeb27();}const path=require(a49_0x32dfd(0x12c)),util=require('util'),bsSetupHelper=require(a49_0x32dfd(0x11a)),logger=require(a49_0x32dfd(0x1a0))[a49_0x32dfd(0x1ce)],{API_URL}=require(a49_0x32dfd(0x189)),PerformanceTester=require(a49_0x32dfd(0x1e3));exports[a49_0x32dfd(0x1d3)]=async _0x5cc9a2=>{const _0x322be9=a49_0x32dfd,_0x5aebac={};_0x5aebac[_0x322be9(0x11f)]=_0x322be9(0x1c6),_0x5aebac[_0x322be9(0x1e5)]=_0x322be9(0x17d),_0x5aebac[_0x322be9(0x165)]=function(_0x30d64d,_0x681aa4){return _0x30d64d===_0x681aa4;},_0x5aebac[_0x322be9(0x1a7)]=function(_0x4d800d,_0x4c66d5){return _0x4d800d&&_0x4c66d5;},_0x5aebac[_0x322be9(0x105)]=function(_0x2bf5e5,_0xc1982){return _0x2bf5e5!==_0xc1982;},_0x5aebac['MlUVI']='EzHEM',_0x5aebac[_0x322be9(0x1dc)]=_0x322be9(0x1d1),_0x5aebac['CejKG']=function(_0x3bf4b8,_0x3e923c){return _0x3bf4b8===_0x3e923c;},_0x5aebac[_0x322be9(0x14e)]=_0x322be9(0x13d),_0x5aebac['wlauh']='gaJXT';const _0x28d9ef=_0x5aebac;let _0x1126d1={};try{if(_0x28d9ef['tTNez'](_0x28d9ef[_0x322be9(0x13c)],_0x28d9ef['dYkXL'])){const _0x1952e4=await _0x5cc9a2[_0x322be9(0x199)]();_0x1126d1={'os_name':_0x1952e4[_0x322be9(0x1f3)](),'os_version':bsSetupHelper[_0x322be9(0x187)](_0x28d9ef['CejKG'](global['__cloud_provider___'],_0x28d9ef['oUCaA'])),'browser_name':_0x1952e4[_0x322be9(0x150)](),'browser_version':_0x1952e4[_0x322be9(0x135)]()};}else{const _0x263430={};return _0x263430[_0x322be9(0x139)]=_0x28d9ef[_0x322be9(0x11f)],_0x263430[_0x322be9(0x168)]=_0x28d9ef[_0x322be9(0x1e5)],_0x263430;}}catch(_0x39d556){if(_0x28d9ef[_0x322be9(0x165)](_0x28d9ef['wlauh'],_0x28d9ef[_0x322be9(0x1ec)]))logger[_0x322be9(0x156)](_0x322be9(0x1a4)+_0x39d556);else{const _0x1877c8=_0xfaa227[_0x322be9(0x190)](_0x256536[_0x322be9(0x109)][_0x322be9(0x1db)]),_0x39fbba=_0x200090[_0x322be9(0x13a)](_0x1877c8[_0x322be9(0x1d7)])?_0x1877c8['includeTagsInTestingScope']:[],_0x3b944e=_0x56562a[_0x322be9(0x13a)](_0x1877c8[_0x322be9(0x1bc)])?_0x1877c8[_0x322be9(0x1bc)]:[];let _0x5e5fc9;_0x527ad6?_0x5e5fc9=_0x2aa86f[_0x322be9(0x17f)]('/'):_0x5e5fc9=_0x1aee99;const _0x340687=_0x3b944e[_0x322be9(0x1c8)](_0x4c859e=>_0x5e5fc9[_0x322be9(0x145)](_0x4c859e)),_0x18ed24=_0x28d9ef[_0x322be9(0x165)](_0x39fbba[_0x322be9(0x1ed)],0x0)||_0x39fbba[_0x322be9(0x1c8)](_0x1a45dd=>_0x5e5fc9[_0x322be9(0x145)](_0x1a45dd));return _0x28d9ef['STiKx'](!_0x340687,_0x18ed24);}}return _0x1126d1;},exports[a49_0x32dfd(0x1fb)]=()=>{const _0x44ae95=a49_0x32dfd,_0x3e0e28={};_0x3e0e28[_0x44ae95(0x1bd)]=function(_0x5c549b,_0x530697){return _0x5c549b===_0x530697;},_0x3e0e28[_0x44ae95(0x1f4)]=_0x44ae95(0x1cb),_0x3e0e28[_0x44ae95(0x12d)]=function(_0x40cfcb,_0x49b3db){return _0x40cfcb>_0x49b3db;},_0x3e0e28[_0x44ae95(0x157)]=function(_0x2f512f,_0x19895a){return _0x2f512f!==_0x19895a;},_0x3e0e28['VZVsY']=_0x44ae95(0x19a),_0x3e0e28['zqlPS']=function(_0x38f224,_0x119f47){return _0x38f224&&_0x119f47;},_0x3e0e28[_0x44ae95(0x1f2)]=_0x44ae95(0x1e2),_0x3e0e28[_0x44ae95(0x1a2)]=_0x44ae95(0x1f6),_0x3e0e28[_0x44ae95(0x13b)]=function(_0x3358ab,_0x3e3aef){return _0x3358ab===_0x3e3aef;},_0x3e0e28[_0x44ae95(0x195)]=function(_0x574985,_0x3d38a4){return _0x574985!==_0x3d38a4;},_0x3e0e28[_0x44ae95(0x186)]=function(_0x4c15bb,_0x1c61fa){return _0x4c15bb&&_0x1c61fa;},_0x3e0e28[_0x44ae95(0x172)]='NtgJQ';const _0xda8820=_0x3e0e28;try{if(_0xda8820[_0x44ae95(0x157)](_0xda8820[_0x44ae95(0x1f2)],_0xda8820[_0x44ae95(0x1f2)])){try{if(!_0x1a2f0c['isBrowserstackInfra']())return![];const _0x19aeed=_0x12bae2[_0x44ae95(0x1cc)](_0x36fcd8[_0x44ae95(0x109)][_0x44ae95(0xff)])||_0x3f5a27[_0x44ae95(0x1cc)](_0x203611[_0x44ae95(0x109)][_0x44ae95(0x1b3)]),_0x57b2ef=_0xda8820['yuIXm'](typeof _0x55d27f['env'][_0x44ae95(0x10c)],_0xda8820[_0x44ae95(0x1f4)])&&_0xda8820[_0x44ae95(0x12d)](_0x2b2fe5[_0x44ae95(0x109)][_0x44ae95(0x10c)][_0x44ae95(0x1ed)],0x0)&&_0xda8820[_0x44ae95(0x157)](_0x44587c[_0x44ae95(0x109)][_0x44ae95(0x10c)],_0xda8820[_0x44ae95(0x194)]);return _0xda8820['zqlPS'](_0x19aeed,_0x57b2ef);}catch(_0x3046f3){_0x8b0b6c['debug'](_0x44ae95(0x179)+_0x3046f3);}return![];}else{if(!bsSetupHelper[_0x44ae95(0x133)]()){if(_0xda8820[_0x44ae95(0x157)](_0xda8820['juvvQ'],_0xda8820[_0x44ae95(0x1a2)]))_0x18056d[_0x44ae95(0x156)](_0x44ae95(0x17a)+_0x1269d4);else return![];}const _0x82c77f=bsSetupHelper[_0x44ae95(0x1cc)](process['env'][_0x44ae95(0xff)])||bsSetupHelper[_0x44ae95(0x1cc)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x189573=_0xda8820[_0x44ae95(0x13b)](typeof process[_0x44ae95(0x109)][_0x44ae95(0x10c)],_0xda8820[_0x44ae95(0x1f4)])&&_0xda8820[_0x44ae95(0x12d)](process['env'][_0x44ae95(0x10c)][_0x44ae95(0x1ed)],0x0)&&_0xda8820[_0x44ae95(0x195)](process[_0x44ae95(0x109)][_0x44ae95(0x10c)],_0xda8820[_0x44ae95(0x194)]);return _0xda8820[_0x44ae95(0x186)](_0x82c77f,_0x189573);}}catch(_0x3ffac7){_0xda8820[_0x44ae95(0x13b)](_0xda8820['esmbP'],_0xda8820[_0x44ae95(0x172)])?logger[_0x44ae95(0x156)](_0x44ae95(0x179)+_0x3ffac7):_0x3b548c[_0x44ae95(0x1c6)](_0x44ae95(0x1f5)+(_0x4dd647[_0x44ae95(0x168)]||_0x5af040[_0x44ae95(0x122)](_0x56f92e)));}return![];},exports[a49_0x32dfd(0x167)]=(_0x3b58a0,_0x577be1=!![])=>{const _0x54f80f=a49_0x32dfd,_0x16e175={};_0x16e175[_0x54f80f(0x191)]=function(_0x124fac,_0x1decfa){return _0x124fac===_0x1decfa;},_0x16e175[_0x54f80f(0x1e0)]=_0x54f80f(0x1b8),_0x16e175[_0x54f80f(0xfd)]=_0x54f80f(0x1ad),_0x16e175['fXYXm']=_0x54f80f(0x119),_0x16e175['LoAHU']=function(_0x4cf30a,_0x53b291){return _0x4cf30a===_0x53b291;},_0x16e175[_0x54f80f(0x123)]='string',_0x16e175['doiiJ']=function(_0x2e6095,_0x3225fa){return _0x2e6095>_0x3225fa;},_0x16e175['QVCBD']=function(_0x31e7b3,_0x5189f3){return _0x31e7b3!==_0x5189f3;},_0x16e175[_0x54f80f(0x11c)]=_0x54f80f(0x19a),_0x16e175[_0x54f80f(0x120)]=function(_0x7b62fb,_0xc3c452){return _0x7b62fb&&_0xc3c452;},_0x16e175['GvODc']=function(_0x374691,_0x1a3d02){return _0x374691==_0x1a3d02;},_0x16e175[_0x54f80f(0x15b)]=function(_0x1f15a9,_0x31bcbb){return _0x1f15a9!==_0x31bcbb;},_0x16e175[_0x54f80f(0x1d9)]=_0x54f80f(0x19f),_0x16e175[_0x54f80f(0x1b4)]='SeRds',_0x16e175[_0x54f80f(0x17c)]=_0x54f80f(0x1e1),_0x16e175[_0x54f80f(0x10f)]=_0x54f80f(0x118),_0x16e175['TWIcC']=_0x54f80f(0x1f8),_0x16e175[_0x54f80f(0x1b2)]=_0x54f80f(0x16c),_0x16e175[_0x54f80f(0x17b)]=_0x54f80f(0x12e),_0x16e175['NyoQE']=_0x54f80f(0x1ee),_0x16e175[_0x54f80f(0x10d)]=function(_0x157671,_0x3c7715){return _0x157671===_0x3c7715;},_0x16e175[_0x54f80f(0x1d8)]=function(_0xda89c,_0x491379){return _0xda89c&&_0x491379;},_0x16e175['MdIqW']='jsuSf',_0x16e175[_0x54f80f(0x132)]=_0x54f80f(0x111);const _0x23d545=_0x16e175;if(_0x23d545[_0x54f80f(0x19b)](process[_0x54f80f(0x109)][_0x54f80f(0x1db)],null)){if(_0x23d545[_0x54f80f(0x15b)](_0x23d545[_0x54f80f(0x1d9)],_0x23d545[_0x54f80f(0x1b4)]))return!![];else _0x412bae['error'](_0x54f80f(0x1f5)+_0x2c5dec[_0x54f80f(0xfe)][_0x54f80f(0x139)]+'\x20'+_0x56058d[_0x54f80f(0xfe)][_0x54f80f(0x1cf)]+'\x20'+_0x16b49a[_0x54f80f(0x158)](_0x35a321[_0x54f80f(0xfe)]['data']));}try{if(_0x23d545[_0x54f80f(0x191)](_0x23d545[_0x54f80f(0x17c)],_0x23d545[_0x54f80f(0x10f)]))_0x3bb84e={};else{const _0x2aa9ff=JSON[_0x54f80f(0x190)](process[_0x54f80f(0x109)][_0x54f80f(0x1db)]),_0x4d25b1=Array['isArray'](_0x2aa9ff[_0x54f80f(0x1d7)])?_0x2aa9ff['includeTagsInTestingScope']:[],_0x1193f4=Array[_0x54f80f(0x13a)](_0x2aa9ff[_0x54f80f(0x1bc)])?_0x2aa9ff[_0x54f80f(0x1bc)]:[];let _0x109b47;if(_0x577be1){if(_0x23d545[_0x54f80f(0x15b)](_0x23d545['TWIcC'],_0x23d545['XJHNl']))_0x109b47=_0x3b58a0['join']('/');else{if(_0x23d545[_0x54f80f(0x191)](_0x41aaba[_0x54f80f(0x168)],_0x23d545[_0x54f80f(0x1e0)])){_0x5ee88a['error'](_0x54f80f(0xfc)+(_0x3d0a6[_0x54f80f(0x168)]||_0x2ced28[_0x54f80f(0x159)]));for(const _0x2df131 of _0x23d286[_0x54f80f(0x161)]){_0x1ae00e[_0x54f80f(0x1c6)](_0x2df131[_0x54f80f(0x168)]);}_0xb65838[_0x54f80f(0x109)][_0x54f80f(0xff)]=_0x23d545['xbtan'],_0x410517[_0x54f80f(0x109)][_0x54f80f(0x1b3)]=_0x23d545[_0x54f80f(0xfd)];}else _0x9ecac0['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x5a2fb0[_0x54f80f(0x168)]||_0x1a8604[_0x54f80f(0x159)]));}}else _0x23d545[_0x54f80f(0x16e)](_0x23d545[_0x54f80f(0x17b)],_0x23d545[_0x54f80f(0x18e)])?_0xa18ec6['debug'](_0x23d545[_0x54f80f(0x1d6)],_0x1a4281):_0x109b47=_0x3b58a0;const _0x4254b0=_0x1193f4[_0x54f80f(0x1c8)](_0xddc453=>_0x109b47[_0x54f80f(0x145)](_0xddc453)),_0x18141c=_0x23d545[_0x54f80f(0x10d)](_0x4d25b1[_0x54f80f(0x1ed)],0x0)||_0x4d25b1[_0x54f80f(0x1c8)](_0x4e0e02=>_0x109b47[_0x54f80f(0x145)](_0x4e0e02));return _0x23d545[_0x54f80f(0x1d8)](!_0x4254b0,_0x18141c);}}catch(_0x53a35f){if(_0x23d545[_0x54f80f(0x191)](_0x23d545['MdIqW'],_0x23d545[_0x54f80f(0x132)])){if(!_0x581494[_0x54f80f(0x133)]())return![];const _0x2b4b0a=_0x5ec8a3[_0x54f80f(0x1cc)](_0x1514a3[_0x54f80f(0x109)][_0x54f80f(0xff)])||_0x226a9f[_0x54f80f(0x1cc)](_0x16c4f0[_0x54f80f(0x109)][_0x54f80f(0x1b3)]),_0x54f1e3=_0x23d545[_0x54f80f(0x16e)](typeof _0x5e58d9[_0x54f80f(0x109)][_0x54f80f(0x10c)],_0x23d545[_0x54f80f(0x123)])&&_0x23d545[_0x54f80f(0x1aa)](_0x3dd17f[_0x54f80f(0x109)][_0x54f80f(0x10c)][_0x54f80f(0x1ed)],0x0)&&_0x23d545[_0x54f80f(0x1b0)](_0x58ace5[_0x54f80f(0x109)][_0x54f80f(0x10c)],_0x23d545['sHazo']);return _0x23d545['wGcPS'](_0x2b4b0a,_0x54f1e3);}else logger[_0x54f80f(0x156)](_0x23d545['fXYXm'],_0x53a35f);}return![];},exports[a49_0x32dfd(0x14b)]=_0x2ad82e=>{const _0x4e1367=a49_0x32dfd,_0x5f0631={};_0x5f0631[_0x4e1367(0x16a)]=function(_0x89b1bd,_0x2e3258){return _0x89b1bd===_0x2e3258;},_0x5f0631['NsiGf']=_0x4e1367(0x101),_0x5f0631[_0x4e1367(0x1ba)]='jchLo',_0x5f0631[_0x4e1367(0x1a1)]=function(_0x310f27,_0x550b87){return _0x310f27!==_0x550b87;},_0x5f0631[_0x4e1367(0x182)]='QiUey',_0x5f0631[_0x4e1367(0x1b6)]=function(_0x5e9815,_0x55f844){return _0x5e9815===_0x55f844;},_0x5f0631[_0x4e1367(0x1b9)]='hKNgh',_0x5f0631['qdtmh']='nrvxJ';const _0x311cde=_0x5f0631;let _0xc4d8b2=![];try{_0x311cde[_0x4e1367(0x1b6)](_0x311cde[_0x4e1367(0x1b9)],_0x311cde[_0x4e1367(0x1b9)])?_0x2ad82e['platforms'][_0x4e1367(0x193)](_0x408b11=>{const _0x3151e1=_0x4e1367;if(_0x311cde[_0x3151e1(0x16a)](_0x311cde[_0x3151e1(0x131)],_0x311cde[_0x3151e1(0x1ba)]))_0x5f24bd[_0x3151e1(0x156)](_0x3151e1(0x1a4)+_0x3ca23b);else{if(bsSetupHelper['isTrue'](_0x408b11[_0x3151e1(0x144)])){if(_0x311cde[_0x3151e1(0x1a1)](_0x311cde[_0x3151e1(0x182)],_0x311cde[_0x3151e1(0x182)]))_0x1a8f56=_0x3e1e7e['join']('/');else return _0xc4d8b2=!![],!![];}}}):_0xf1069e={};}catch(_0x47777f){_0x311cde[_0x4e1367(0x16a)](_0x311cde[_0x4e1367(0x1cd)],_0x311cde[_0x4e1367(0x1cd)])?logger[_0x4e1367(0x156)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x47777f):_0x2b5642[_0x4e1367(0x1c6)](_0x2654f4[_0x4e1367(0x168)]);}return _0xc4d8b2;},exports[a49_0x32dfd(0x10b)]=PerformanceTester[a49_0x32dfd(0x1d0)]('a11y:start',async function(_0x2727b7,_0x4c0fc8){const _0x2e9881=a49_0x32dfd,_0x36f290={};_0x36f290[_0x2e9881(0x1fd)]=_0x2e9881(0x1a8),_0x36f290[_0x2e9881(0x12a)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x36f290['etDgk']='No\x20accessibility\x20results\x20were\x20found.',_0x36f290[_0x2e9881(0x110)]=_0x2e9881(0x1a3),_0x36f290[_0x2e9881(0x1c0)]=_0x2e9881(0x18a),_0x36f290[_0x2e9881(0x14c)]=function(_0x220c5e,_0x10e6ad){return _0x220c5e===_0x10e6ad;},_0x36f290[_0x2e9881(0x196)]=_0x2e9881(0x1a5),_0x36f290[_0x2e9881(0x15a)]=_0x2e9881(0x129),_0x36f290[_0x2e9881(0x1be)]=function(_0x53cb82,_0x5ccc0e){return _0x53cb82!==_0x5ccc0e;},_0x36f290[_0x2e9881(0x143)]=_0x2e9881(0x185),_0x36f290[_0x2e9881(0x1c2)]='Aifxy',_0x36f290['qSbvp']=_0x2e9881(0x1eb),_0x36f290['dSLht']=function(_0x3a8357,_0x48a6f4){return _0x3a8357!==_0x48a6f4;},_0x36f290['CKdMA']=_0x2e9881(0x1a6),_0x36f290[_0x2e9881(0x15d)]=_0x2e9881(0x14d),_0x36f290['UKmRV']='POST',_0x36f290[_0x2e9881(0x1e9)]=_0x2e9881(0x1f0),_0x36f290[_0x2e9881(0x19e)]=function(_0x30207f,_0x56d567){return _0x30207f===_0x56d567;},_0x36f290[_0x2e9881(0x153)]=_0x2e9881(0x1fc),_0x36f290['wTMHl']=_0x2e9881(0x18f),_0x36f290[_0x2e9881(0x128)]=function(_0x182b33,_0x1c90aa){return _0x182b33!==_0x1c90aa;},_0x36f290[_0x2e9881(0x1ab)]='wfmyH',_0x36f290[_0x2e9881(0x121)]=_0x2e9881(0x160),_0x36f290[_0x2e9881(0x1e6)]=_0x2e9881(0x100),_0x36f290['CwMLE']=_0x2e9881(0x117),_0x36f290[_0x2e9881(0x1c1)]='QCwLo',_0x36f290['sDdoj']=_0x2e9881(0x113),_0x36f290[_0x2e9881(0x10a)]=function(_0x436bb2,_0x137455){return _0x436bb2===_0x137455;},_0x36f290[_0x2e9881(0x1d2)]='Invalid\x20configuration\x20passed.',_0x36f290[_0x2e9881(0x12b)]=_0x2e9881(0x1df),_0x36f290[_0x2e9881(0x13f)]=_0x2e9881(0x177),_0x36f290['JHFib']=_0x2e9881(0x130),_0x36f290['rwkbn']='false',_0x36f290[_0x2e9881(0x1b1)]=function(_0x3bc658,_0x3b2198){return _0x3bc658!==_0x3b2198;},_0x36f290[_0x2e9881(0x183)]='oSUYE';const _0x452483=_0x36f290,_0x376154=bsSetupHelper[_0x2e9881(0x1bb)](_0x2727b7),_0x55ceae=bsSetupHelper['getAccessKey'](_0x2727b7);if(bsSetupHelper['isUndefined'](_0x376154)||bsSetupHelper['isUndefined'](_0x55ceae))return _0x452483['znCWM'](_0x452483[_0x2e9881(0x196)],_0x452483[_0x2e9881(0x15a)])?(_0x57b3b6[_0x2e9881(0x1c6)](_0x452483[_0x2e9881(0x1fd)]),[null,null]):(logger[_0x2e9881(0x1c6)](_0x452483[_0x2e9881(0x1fd)]),[null,null]);try{if(_0x452483['THGtD'](_0x452483['tzdhU'],_0x452483[_0x2e9881(0x1c2)])){let _0x1a1cb2;bsSetupHelper[_0x2e9881(0x180)](process[_0x2e9881(0x109)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x452483[_0x2e9881(0x1be)](_0x452483[_0x2e9881(0x148)],_0x452483[_0x2e9881(0x148)])?_0x74fbc4[_0x2e9881(0x188)][_0x2e9881(0x193)](_0x1bc96d=>{const _0x568b36=_0x2e9881;if(_0x367816[_0x568b36(0x1cc)](_0x1bc96d['accessibility']))return _0x336481=!![],!![];}):_0x1a1cb2={}:_0x452483['dSLht'](_0x452483[_0x2e9881(0x1a9)],_0x452483['CKdMA'])?_0x40eb8b[_0x2e9881(0x156)](_0x2e9881(0x179)+_0x4bb357):_0x1a1cb2=JSON[_0x2e9881(0x190)](process[_0x2e9881(0x109)][_0x2e9881(0x1db)]);const _0x57e0bc={'projectName':_0x2727b7[_0x2e9881(0x11e)],'buildName':_0x2727b7['buildName']||path['basename'](path[_0x2e9881(0x11b)](process['cwd']())),'startTime':new Date()[_0x2e9881(0xfb)](),'description':_0x2727b7[_0x2e9881(0x1bf)]||'','source':{'frameworkName':_0x4c0fc8,'frameworkVersion':bsSetupHelper[_0x2e9881(0x112)](_0x4c0fc8),'sdkVersion':bsSetupHelper[_0x2e9881(0x170)]()},'settings':_0x1a1cb2,'versionControl':await bsSetupHelper[_0x2e9881(0x13e)](),'ciInfo':bsSetupHelper[_0x2e9881(0x106)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x2e9881(0x133)]()},_0x5b9559={};_0x5b9559[_0x2e9881(0x1e7)]=_0x376154,_0x5b9559[_0x2e9881(0x142)]=_0x55ceae;const _0x4f7862={};_0x4f7862[_0x2e9881(0x1fe)]=_0x452483[_0x2e9881(0x15d)];const _0x4687c1={};_0x4687c1[_0x2e9881(0x1c4)]=_0x5b9559,_0x4687c1[_0x2e9881(0x176)]=_0x4f7862;const _0x11fd66=_0x4687c1,_0x31f036={};_0x31f036[_0x2e9881(0x11d)]=_0x57e0bc,_0x31f036[_0x2e9881(0x1e8)]=!![];const _0x33978a=Object[_0x2e9881(0x114)](_0x11fd66,_0x31f036),_0x38297c=await bsSetupHelper[_0x2e9881(0x175)](_0x452483[_0x2e9881(0x1f9)],_0x452483[_0x2e9881(0x1e9)],_0x33978a,_0x2727b7,API_URL);let _0x3376e3=process[_0x2e9881(0x109)][_0x2e9881(0x1db)];if(_0x3376e3){if(_0x452483[_0x2e9881(0x19e)](_0x452483[_0x2e9881(0x153)],_0x452483[_0x2e9881(0x14f)]))return _0x50a7cd[_0x2e9881(0x1c9)](_0x452483['RiMNv']),[];else _0x3376e3=JSON[_0x2e9881(0x190)](process['env'][_0x2e9881(0x1db)]);}else{if(_0x452483[_0x2e9881(0x128)](_0x452483[_0x2e9881(0x1ab)],_0x452483['PfNiR']))_0x3376e3={};else return _0x38a67c[_0x2e9881(0x1c6)](_0x452483[_0x2e9881(0x15e)]),[];}return _0x3376e3[_0x2e9881(0x162)]=_0x38297c[_0x2e9881(0x1b7)][_0x2e9881(0x1b7)][_0x2e9881(0x162)],process['env'][_0x2e9881(0x1db)]=JSON[_0x2e9881(0x158)](_0x3376e3),[_0x38297c[_0x2e9881(0x1b7)][_0x2e9881(0x1b7)][_0x2e9881(0x1dd)],_0x38297c[_0x2e9881(0x1b7)][_0x2e9881(0x1b7)]['id']];}else{_0x3ee146[_0x2e9881(0x1c3)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new _0x1099f9()[_0x2e9881(0xfb)]());const _0x368caf={};return _0x368caf[_0x2e9881(0x139)]=_0x452483[_0x2e9881(0x110)],_0x368caf[_0x2e9881(0x168)]='',_0x368caf;}}catch(_0x363143){if(_0x452483[_0x2e9881(0x1be)](_0x452483[_0x2e9881(0x1e6)],_0x452483[_0x2e9881(0x102)])){if(_0x363143['response']){if(_0x452483[_0x2e9881(0x14c)](_0x452483['PikUH'],_0x452483[_0x2e9881(0x1c1)]))logger[_0x2e9881(0x1c6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x363143['response']['status']+'\x20'+_0x363143[_0x2e9881(0xfe)][_0x2e9881(0x1cf)]+'\x20'+JSON[_0x2e9881(0x158)](_0x363143[_0x2e9881(0xfe)][_0x2e9881(0x1b7)]));else return![];}else{if(_0x452483[_0x2e9881(0x16b)](_0x452483[_0x2e9881(0x1d5)],_0x452483[_0x2e9881(0x1d5)]))return!![];else{if(_0x452483[_0x2e9881(0x10a)](_0x363143[_0x2e9881(0x168)],_0x452483['QwsuQ'])){if(_0x452483[_0x2e9881(0x16b)](_0x452483[_0x2e9881(0x12b)],_0x452483[_0x2e9881(0x12b)]))_0xeeb822=_0x3d232f;else{logger['error'](_0x2e9881(0xfc)+(_0x363143[_0x2e9881(0x168)]||_0x363143[_0x2e9881(0x159)]));for(const _0x323013 of _0x363143['errors']){if(_0x452483[_0x2e9881(0x19e)](_0x452483[_0x2e9881(0x13f)],_0x452483[_0x2e9881(0x137)]))return _0x594a6e[_0x2e9881(0x1c9)](_0x452483[_0x2e9881(0x1c0)]),{};else logger['error'](_0x323013['message']);}process['env'][_0x2e9881(0xff)]=_0x452483['rwkbn'],process['env'][_0x2e9881(0x1b3)]=_0x452483[_0x2e9881(0x184)];}}else{if(_0x452483[_0x2e9881(0x1b1)](_0x452483[_0x2e9881(0x183)],_0x452483[_0x2e9881(0x183)])){if(_0x273fa9[_0x2e9881(0x1cc)](_0x33d776[_0x2e9881(0x144)]))return _0x2f8786=!![],!![];}else logger[_0x2e9881(0x1c6)](_0x2e9881(0xfc)+(_0x363143[_0x2e9881(0x168)]||_0x363143[_0x2e9881(0x159)]));}}}return[null,null];}else return _0x556bee=!![],!![];}}),exports[a49_0x32dfd(0x16d)]=PerformanceTester[a49_0x32dfd(0x1d0)]('a11y:stop',async function(_0x2591a8){const _0x5b5cf1=a49_0x32dfd,_0x46bb5b={};_0x46bb5b[_0x5b5cf1(0x19c)]=function(_0x5ec1a6,_0x1196b2){return _0x5ec1a6+_0x1196b2;},_0x46bb5b['IUgQZ']=_0x5b5cf1(0x125),_0x46bb5b[_0x5b5cf1(0x1af)]='No\x20accessibility\x20summary\x20was\x20found.',_0x46bb5b[_0x5b5cf1(0x151)]=_0x5b5cf1(0x1ad),_0x46bb5b[_0x5b5cf1(0x12f)]=_0x5b5cf1(0x1c6),_0x46bb5b[_0x5b5cf1(0x149)]=function(_0x5dbae5,_0x351fdb){return _0x5dbae5!==_0x351fdb;},_0x46bb5b[_0x5b5cf1(0x1b5)]='string',_0x46bb5b[_0x5b5cf1(0x17e)]=_0x5b5cf1(0x1ae),_0x46bb5b[_0x5b5cf1(0x155)]='Build\x20creation\x20had\x20failed.',_0x46bb5b[_0x5b5cf1(0x198)]=_0x5b5cf1(0x14d),_0x46bb5b[_0x5b5cf1(0x173)]=function(_0x93c055,_0x3db5f1){return _0x93c055!==_0x3db5f1;},_0x46bb5b[_0x5b5cf1(0x124)]='mDNIj',_0x46bb5b[_0x5b5cf1(0x107)]=_0x5b5cf1(0x1c5),_0x46bb5b[_0x5b5cf1(0x18b)]='test_runs/stop',_0x46bb5b[_0x5b5cf1(0x171)]=function(_0x46dab5,_0x1bacd8){return _0x46dab5===_0x1bacd8;},_0x46bb5b[_0x5b5cf1(0x104)]=_0x5b5cf1(0x147),_0x46bb5b[_0x5b5cf1(0x140)]=function(_0x409e09,_0x453706){return _0x409e09+_0x453706;},_0x46bb5b['xRfOL']=_0x5b5cf1(0x1ca),_0x46bb5b[_0x5b5cf1(0x197)]=_0x5b5cf1(0x1ef),_0x46bb5b[_0x5b5cf1(0x164)]=_0x5b5cf1(0x1a3),_0x46bb5b[_0x5b5cf1(0x141)]='nKKjT',_0x46bb5b['YxdBX']='SaRRJ',_0x46bb5b['SYbfA']=function(_0x367373,_0x281712){return _0x367373===_0x281712;},_0x46bb5b[_0x5b5cf1(0x19d)]=_0x5b5cf1(0x16f),_0x46bb5b['QaFfy']='urZJZ',_0x46bb5b['iKeVy']=function(_0xd4a05,_0x52abc9){return _0xd4a05===_0x52abc9;},_0x46bb5b['SfruC']='GKtxj',_0x46bb5b[_0x5b5cf1(0x138)]='vNMVE';const _0x453c2f=_0x46bb5b;if(bsSetupHelper['isUndefined'](process['env'][_0x5b5cf1(0x10c)])||_0x453c2f[_0x5b5cf1(0x149)](typeof process[_0x5b5cf1(0x109)][_0x5b5cf1(0x10c)],_0x453c2f[_0x5b5cf1(0x1b5)])){if(_0x453c2f[_0x5b5cf1(0x149)](_0x453c2f[_0x5b5cf1(0x17e)],_0x453c2f[_0x5b5cf1(0x17e)]))throw new _0x1f9ed9(_0x453c2f[_0x5b5cf1(0x19c)](_0x453c2f['IUgQZ'],_0x1133ea['data']['error']));else{const _0x173e5b={};return _0x173e5b[_0x5b5cf1(0x139)]=_0x453c2f[_0x5b5cf1(0x12f)],_0x173e5b[_0x5b5cf1(0x168)]=_0x453c2f['zHmtG'],_0x173e5b;}}const _0x230c30={'endTime':new Date()[_0x5b5cf1(0xfb)]()},_0x1e6998={};_0x1e6998[_0x5b5cf1(0x163)]=_0x5b5cf1(0x178)+process[_0x5b5cf1(0x109)][_0x5b5cf1(0x10c)],_0x1e6998[_0x5b5cf1(0x1fe)]=_0x453c2f[_0x5b5cf1(0x198)];const _0x4d8b53={};_0x4d8b53[_0x5b5cf1(0x176)]=_0x1e6998;const _0x29b529=_0x4d8b53,_0x107e02={};_0x107e02[_0x5b5cf1(0x11d)]=_0x230c30,_0x107e02[_0x5b5cf1(0x1c4)]=null,_0x107e02[_0x5b5cf1(0x1e8)]=!![];const _0xeb0a8c=Object[_0x5b5cf1(0x114)](_0x29b529,_0x107e02);try{if(_0x453c2f['DafTr'](_0x453c2f[_0x5b5cf1(0x124)],_0x453c2f['QVPSz']))return _0x3cdb9a[_0x5b5cf1(0x1c6)](_0x453c2f[_0x5b5cf1(0x1af)]),{};else{const _0x1a85f5=await bsSetupHelper[_0x5b5cf1(0x175)](_0x453c2f['UBCok'],_0x453c2f['ZnPBy'],_0xeb0a8c,_0x2591a8,API_URL);if(_0x1a85f5[_0x5b5cf1(0x1b7)][_0x5b5cf1(0x1c6)]){if(_0x453c2f[_0x5b5cf1(0x171)](_0x453c2f[_0x5b5cf1(0x104)],_0x453c2f[_0x5b5cf1(0x104)]))throw new Error(_0x453c2f['yAhVY'](_0x453c2f[_0x5b5cf1(0x18c)],_0x1a85f5[_0x5b5cf1(0x1b7)]['error']));else{_0x4dbc47[_0x5b5cf1(0x1c6)](_0x5b5cf1(0xfc)+(_0x955a94[_0x5b5cf1(0x168)]||_0xb65e93[_0x5b5cf1(0x159)]));for(const _0x401595 of _0x5b7735['errors']){_0x32a866['error'](_0x401595['message']);}_0x223eb2[_0x5b5cf1(0x109)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x453c2f[_0x5b5cf1(0x151)],_0x42c81d[_0x5b5cf1(0x109)][_0x5b5cf1(0x1b3)]=_0x453c2f[_0x5b5cf1(0x151)];}}else{if(_0x453c2f[_0x5b5cf1(0x173)](_0x453c2f[_0x5b5cf1(0x1ea)],_0x453c2f[_0x5b5cf1(0x197)])){logger[_0x5b5cf1(0x1c3)](_0x5b5cf1(0x115)+new Date()[_0x5b5cf1(0xfb)]());const _0x405df4={};return _0x405df4[_0x5b5cf1(0x139)]=_0x453c2f[_0x5b5cf1(0x164)],_0x405df4['message']='',_0x405df4;}else _0xb725b7=_0x3f9dcd[_0x5b5cf1(0x190)](_0x39b8aa['env'][_0x5b5cf1(0x1db)]);}}}catch(_0x31b78c){if(_0x453c2f[_0x5b5cf1(0x173)](_0x453c2f[_0x5b5cf1(0x141)],_0x453c2f['YxdBX'])){if(_0x31b78c[_0x5b5cf1(0xfe)])_0x453c2f[_0x5b5cf1(0x1de)](_0x453c2f[_0x5b5cf1(0x19d)],_0x453c2f['QaFfy'])?_0x382229=_0x3478c2[_0x5b5cf1(0x190)](_0x4eb7a4[_0x5b5cf1(0x109)][_0x5b5cf1(0x1db)]):logger[_0x5b5cf1(0x1c6)](_0x5b5cf1(0x1f5)+_0x31b78c[_0x5b5cf1(0xfe)][_0x5b5cf1(0x139)]+'\x20'+_0x31b78c[_0x5b5cf1(0xfe)][_0x5b5cf1(0x1cf)]+'\x20'+JSON[_0x5b5cf1(0x158)](_0x31b78c['response'][_0x5b5cf1(0x1b7)]));else{if(_0x453c2f['iKeVy'](_0x453c2f[_0x5b5cf1(0x174)],_0x453c2f[_0x5b5cf1(0x138)])){_0x2136a7[_0x5b5cf1(0xfe)]?_0x173b59['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0xdb388e['response'][_0x5b5cf1(0x139)]+'\x20'+_0x574316[_0x5b5cf1(0xfe)][_0x5b5cf1(0x1cf)]+'\x20'+_0x519f14[_0x5b5cf1(0x158)](_0x2c64c4[_0x5b5cf1(0xfe)]['data'])):_0x2e60d3[_0x5b5cf1(0x1c6)](_0x5b5cf1(0x1f5)+(_0x24f4ed[_0x5b5cf1(0x168)]||_0x47985b[_0x5b5cf1(0x122)](_0x948196)));const _0x536408={};return _0x536408[_0x5b5cf1(0x139)]=_0x453c2f[_0x5b5cf1(0x12f)],_0x536408['message']=_0x16c1d2[_0x5b5cf1(0x168)]||(_0x2c067a[_0x5b5cf1(0xfe)]?_0x535580['response'][_0x5b5cf1(0x139)]+':'+_0x3cebe3[_0x5b5cf1(0xfe)][_0x5b5cf1(0x1cf)]:_0x482d38),_0x536408;}else logger[_0x5b5cf1(0x1c6)](_0x5b5cf1(0x1f5)+(_0x31b78c[_0x5b5cf1(0x168)]||util[_0x5b5cf1(0x122)](_0x31b78c)));}const _0x22034e={};return _0x22034e[_0x5b5cf1(0x139)]=_0x453c2f['zPtBS'],_0x22034e[_0x5b5cf1(0x168)]=_0x31b78c[_0x5b5cf1(0x168)]||(_0x31b78c[_0x5b5cf1(0xfe)]?_0x31b78c['response']['status']+':'+_0x31b78c[_0x5b5cf1(0xfe)][_0x5b5cf1(0x1cf)]:_0x31b78c),_0x22034e;}else _0x3d468c[_0x5b5cf1(0x1c6)](_0x5b5cf1(0xfc)+_0x5cc5e1[_0x5b5cf1(0xfe)][_0x5b5cf1(0x139)]+'\x20'+_0x39fe0c[_0x5b5cf1(0xfe)][_0x5b5cf1(0x1cf)]+'\x20'+_0x335857[_0x5b5cf1(0x158)](_0x41ded9[_0x5b5cf1(0xfe)][_0x5b5cf1(0x1b7)]));}}),exports[a49_0x32dfd(0x192)]=async(_0x314e24,_0x4735b1)=>{const _0x1daf88=a49_0x32dfd,_0x447f0e={};_0x447f0e[_0x1daf88(0x154)]=function(_0x1aa4d6,_0x29ddee){return _0x1aa4d6===_0x29ddee;},_0x447f0e[_0x1daf88(0x18d)]=_0x1daf88(0x14a),_0x447f0e['INvzH']=_0x1daf88(0x134),_0x447f0e[_0x1daf88(0x108)]=_0x1daf88(0x181),_0x447f0e['NkmdW']=_0x1daf88(0x127);const _0xa16372=_0x447f0e;if(!this['isAccessibilityAutomationSession']()||!_0x4735b1[_0x1daf88(0x1c7)]){if(_0xa16372['rfjLv'](_0xa16372[_0x1daf88(0x18d)],_0xa16372[_0x1daf88(0x103)]))_0x4b7c4c[_0x1daf88(0x1c6)](_0x1daf88(0xfc)+(_0x2b89cf['message']||_0x17be03[_0x1daf88(0x159)]));else return logger[_0x1daf88(0x1c9)](_0xa16372[_0x1daf88(0x108)]),[];}try{const _0x25e51b=await _0x314e24[_0x1daf88(0x169)](_0x1daf88(0x1f1));return _0x25e51b;}catch{return logger[_0x1daf88(0x1c6)](_0xa16372[_0x1daf88(0x15c)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x1e84d0,_0xcd7136)=>{const _0x1cf8e7=a49_0x32dfd,_0xfc2a73={};_0xfc2a73['lHnvh']=_0x1cf8e7(0x18a),_0xfc2a73[_0x1cf8e7(0x15f)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x2d14ce=_0xfc2a73;if(!this[_0x1cf8e7(0x1fb)]()||!_0xcd7136['isAccessibilityPlatform'])return logger[_0x1cf8e7(0x1c9)](_0x2d14ce[_0x1cf8e7(0x1f7)]),{};try{const _0xe52f3c=await _0x1e84d0[_0x1cf8e7(0x169)](_0x1cf8e7(0x152));return _0xe52f3c;}catch{return logger[_0x1cf8e7(0x1c6)](_0x2d14ce[_0x1cf8e7(0x15f)]),{};}};
|
|
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
|
|
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
|
-
|
|
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
|
-
var a52_0x15b1a8=a52_0xfa54;function a52_0x3166(){var _0x3e7d15=['eventTimings','35MSxhbj','BROWSERSTACK_APP','BROWSERSTACK_USERNAME','platformVersion','screenshotWaitTimeout','BROWSERSTACK_BUILD_NAME','webkitResponseTimeout','safariOpenLinksInBackground','22yMhCqV','androidDeviceReadyTimeout','deviceName','fullContextList','chromedriverPort','rerunTests','printPageSourceOnFindFailure','systemPort','userName','ignoreUnimportantViews','intentFlags','language','XFYwo','19011265bongId','aHESt','514056bFbvYY','mYAbn','nWFsi','launchTimeout','webDriverAgentUrl','showIOSLog','cNfqt','appWaitPackage','1386870kUMCPo','vQUmZ','xcodeSigningId','chromedriverArgs','interKeyDelay','VtTcx','chromedriverExecutableDir','intentAction','BROWSERSTACK_USER_NAME','chromedriverPorts','locale','keyPassword','appWaitActivity','BROWSERSTACK_RERUN_TESTS','autoAcceptAlerts','12MkUvUZ','commandTimeouts','localeScript','LBrZo','browserstack.user_name','nativeWebScreenshot','networkSpeed','BROWSERSTACK_BUILD_IDENTIFIER','BROWSERSTACK_OBSERVABILITY_DEBUG','unlockKey','allowDelayAdb','disableWindowAnimation','showXcodeLog','browserstack.buildIdentifier','customSSLCert','XDEZo','autoLaunch','autoGrantPermissions','9tnyBoR','browserstack.app','noSign','browserstack.userName','11464IdcDil','enforceAppInstall','webviewDevtoolsPort','BROWSERSTACK_APP_ID','localIdentifier','jZNft','chromedriverDisableBuildCheck','buildName','waitForAppScript','scaleFactor','uninstallOtherPackages','webkitDebugProxyPort','vTMQF','adbPort','logcatFormat','cPYMN','androidNaturalOrientation','browserstack.projectName','androidDeviceSocket','adbExecTimeout','udid','7oHNSjg','autoWebview','xvvHN','browserstack.accessKey','enableWebviewDetailsCollection','chromedriverChromeMappingFile','unlockType','keystorePath','skipLogcatCapture','locationServicesAuthorized','noReset','gpsEnabled','keyAlias','wdaLaunchTimeout','safariInitialUrl','skipLogCapture','autoDismissAlerts','app','androidScreenshotPath','newCommandTimeout','optionalIntentArguments','startIWDP','keychainPassword','CLICapsMapping','recreateChromeDriverSessions','146374OZhRfK','sendKeyStrategy','unicodeKeyboard','preventWDAAttachments','remoteDebugProxy','webviewConnectRetries','BROWSERSTACK_PROJECT_NAME','locationServicesEnabled','CgPYE','AppiumCaps','enablePerformanceLogging','BROWSERSTACK_AUTOMATION','chromeOptions','lNnZS','simpleIsVisibleCheck','avdReadyTimeout','OQeaK','gppTO','intentCategory','otherApps','maxTypingFrequency','chromedriverExecutable','enableAsyncExecuteFromHttps','BROWSERSTACK_PARALLELS_PER_PLATFORM','buildToolsVersion','automation','browserstack.local','XjlrN','connectHardwareKeyboard','deviceReadyTimeout','keystorePassword','iosInstallPause','browserstack.rerunTests','updatedWDABundleId','appName','tapWithShortPressDuration','SyBDj','chromedriverUseSystemExecutable','calendarFormat','TRmUQ','OmOLu','NCUWl','skipUnlock','browserstack.logLevel','BROWSERSTACK_ACCESS_KEY','ZOBdR','appWaitDuration','avdArgs','BROWSERSTACK_LOCAL_IDENTIFIER','logLevel','useNewWDA','NtGSb','luHFN','wdaStartupRetries','allowTouchIdEnroll','rOBei','accessKey','resetOnSessionStartOnly','useCarthageSsl','2737458wxXkxf','safariAllowPopups','zantc','HNuPM','processArguments','933036TTAiDM','xcodeOrgId','projectName','keepKeyChains','5zxobuV','androidInstallPath','browserstackLocal','appPackage','androidCoverage','resetKeyboard','autoWebviewTimeout','skipDeviceInitialization'];a52_0x3166=function(){return _0x3e7d15;};return a52_0x3166();}function a52_0xfa54(_0x527933,_0xeb55ce){var _0x3166ee=a52_0x3166();return a52_0xfa54=function(_0xfa5448,_0x46b477){_0xfa5448=_0xfa5448-0x1bc;var _0x44014f=_0x3166ee[_0xfa5448];return _0x44014f;},a52_0xfa54(_0x527933,_0xeb55ce);}(function(_0x4ef5c0,_0x54b838){var _0x450d50=a52_0xfa54,_0x528397=_0x4ef5c0();while(!![]){try{var _0x2dfce3=parseInt(_0x450d50(0x26f))/0x1*(parseInt(_0x450d50(0x1c9))/0x2)+parseInt(_0x450d50(0x244))/0x3*(parseInt(_0x450d50(0x22d))/0x4)+-parseInt(_0x450d50(0x20d))/0x5*(-parseInt(_0x450d50(0x204))/0x6)+parseInt(_0x450d50(0x216))/0x7*(-parseInt(_0x450d50(0x25a))/0x8)+parseInt(_0x450d50(0x256))/0x9*(parseInt(_0x450d50(0x235))/0xa)+-parseInt(_0x450d50(0x21e))/0xb*(-parseInt(_0x450d50(0x209))/0xc)+-parseInt(_0x450d50(0x22b))/0xd;if(_0x2dfce3===_0x54b838)break;else _0x528397['push'](_0x528397['shift']());}catch(_0x5d80e3){_0x528397['push'](_0x528397['shift']());}}}(a52_0x3166,0x4b01f),exports[a52_0x15b1a8(0x1c7)]=()=>{var _0x26a91f=a52_0x15b1a8,_0x2ac988={};_0x2ac988[_0x26a91f(0x1e4)]=_0x26a91f(0x248),_0x2ac988[_0x26a91f(0x236)]=_0x26a91f(0x259),_0x2ac988[_0x26a91f(0x253)]='browserstack.access_key',_0x2ac988[_0x26a91f(0x23a)]=_0x26a91f(0x272),_0x2ac988['LBrZo']='browserstack.buildName',_0x2ac988[_0x26a91f(0x1f1)]=_0x26a91f(0x26b),_0x2ac988[_0x26a91f(0x1fd)]=_0x26a91f(0x251),_0x2ac988[_0x26a91f(0x271)]='browserstack.ppp',_0x2ac988[_0x26a91f(0x1f6)]='browserstack.parallelsPerPlatform',_0x2ac988[_0x26a91f(0x1d1)]=_0x26a91f(0x1e3),_0x2ac988[_0x26a91f(0x200)]='browserstack.localIdentifier',_0x2ac988[_0x26a91f(0x1ed)]=_0x26a91f(0x1e9),_0x2ac988[_0x26a91f(0x22c)]=_0x26a91f(0x257),_0x2ac988[_0x26a91f(0x1d9)]=_0x26a91f(0x1f4),_0x2ac988[_0x26a91f(0x1d6)]='browserstack.automation';var _0x24f79d=_0x2ac988,_0x49f5c1={};return _0x49f5c1[_0x26a91f(0x226)]=[_0x24f79d[_0x26a91f(0x1e4)],_0x24f79d['vQUmZ']],_0x49f5c1[_0x26a91f(0x201)]=[_0x24f79d[_0x26a91f(0x253)],_0x24f79d[_0x26a91f(0x23a)]],_0x49f5c1['buildName']=[_0x24f79d[_0x26a91f(0x247)]],_0x49f5c1[_0x26a91f(0x20b)]=[_0x24f79d[_0x26a91f(0x1f1)]],_0x49f5c1['buildIdentifier']=[_0x24f79d[_0x26a91f(0x1fd)]],_0x49f5c1['parallelsPerPlatform']=[_0x24f79d['xvvHN'],_0x24f79d[_0x26a91f(0x1f6)]],_0x49f5c1[_0x26a91f(0x20f)]=[_0x24f79d[_0x26a91f(0x1d1)]],_0x49f5c1[_0x26a91f(0x25e)]=[_0x24f79d[_0x26a91f(0x200)]],_0x49f5c1[_0x26a91f(0x223)]=[_0x24f79d[_0x26a91f(0x1ed)]],_0x49f5c1[_0x26a91f(0x1c1)]=[_0x24f79d[_0x26a91f(0x22c)]],_0x49f5c1[_0x26a91f(0x1fa)]=[_0x24f79d[_0x26a91f(0x1d9)]],_0x49f5c1[_0x26a91f(0x1e2)]=[_0x24f79d['lNnZS']],_0x49f5c1;},exports['EnvCapsMapping']=()=>{var _0x1bd25d=a52_0x15b1a8,_0x279b18={};_0x279b18[_0x1bd25d(0x269)]=_0x1bd25d(0x218),_0x279b18[_0x1bd25d(0x25f)]=_0x1bd25d(0x23d),_0x279b18['ppSiO']=_0x1bd25d(0x1f5),_0x279b18[_0x1bd25d(0x266)]=_0x1bd25d(0x21b),_0x279b18[_0x1bd25d(0x1f2)]=_0x1bd25d(0x1cf),_0x279b18[_0x1bd25d(0x207)]=_0x1bd25d(0x24b),_0x279b18[_0x1bd25d(0x22e)]=_0x1bd25d(0x1e0),_0x279b18[_0x1bd25d(0x22f)]='BROWSERSTACK_LOCAL',_0x279b18[_0x1bd25d(0x1da)]=_0x1bd25d(0x1f9),_0x279b18[_0x1bd25d(0x206)]=_0x1bd25d(0x242),_0x279b18[_0x1bd25d(0x233)]=_0x1bd25d(0x25d),_0x279b18[_0x1bd25d(0x22a)]=_0x1bd25d(0x217),_0x279b18[_0x1bd25d(0x1fc)]=_0x1bd25d(0x24c),_0x279b18[_0x1bd25d(0x1f0)]=_0x1bd25d(0x1d4);var _0x4e4788=_0x279b18,_0x574b70={};return _0x574b70[_0x1bd25d(0x226)]=[_0x4e4788[_0x1bd25d(0x269)],_0x4e4788['jZNft']],_0x574b70['accessKey']=[_0x4e4788['ppSiO']],_0x574b70[_0x1bd25d(0x261)]=[_0x4e4788[_0x1bd25d(0x266)]],_0x574b70[_0x1bd25d(0x20b)]=[_0x4e4788[_0x1bd25d(0x1f2)]],_0x574b70['buildIdentifier']=[_0x4e4788[_0x1bd25d(0x207)]],_0x574b70['parallelsPerPlatform']=[_0x4e4788[_0x1bd25d(0x22e)]],_0x574b70[_0x1bd25d(0x20f)]=[_0x4e4788[_0x1bd25d(0x22f)]],_0x574b70['localIdentifier']=[_0x4e4788['gppTO']],_0x574b70[_0x1bd25d(0x223)]=[_0x4e4788['zantc']],_0x574b70[_0x1bd25d(0x1c1)]=[_0x4e4788[_0x1bd25d(0x233)],_0x4e4788[_0x1bd25d(0x22a)]],_0x574b70[_0x1bd25d(0x1fa)]=[_0x4e4788[_0x1bd25d(0x1fc)]],_0x574b70[_0x1bd25d(0x1e2)]=[_0x4e4788['TRmUQ']],_0x574b70;},exports[a52_0x15b1a8(0x1d2)]=()=>['automationName',a52_0x15b1a8(0x219),a52_0x15b1a8(0x220),a52_0x15b1a8(0x1c3),a52_0x15b1a8(0x1c1),a52_0x15b1a8(0x26e),a52_0x15b1a8(0x229),a52_0x15b1a8(0x23f),'orientation',a52_0x15b1a8(0x270),a52_0x15b1a8(0x279),'fullReset','clearSystemFiles',a52_0x15b1a8(0x215),a52_0x15b1a8(0x1d3),a52_0x15b1a8(0x1dc),a52_0x15b1a8(0x224),'appActivity',a52_0x15b1a8(0x210),a52_0x15b1a8(0x241),a52_0x15b1a8(0x234),a52_0x15b1a8(0x1f7),a52_0x15b1a8(0x1e6),'allowTestPackages',a52_0x15b1a8(0x211),'androidCoverageEndIntent',a52_0x15b1a8(0x21f),a52_0x15b1a8(0x267),a52_0x15b1a8(0x26c),'androidInstallTimeout',a52_0x15b1a8(0x20e),'avd','avdLaunchTimeout',a52_0x15b1a8(0x1d8),a52_0x15b1a8(0x1f8),'useKeystore',a52_0x15b1a8(0x276),a52_0x15b1a8(0x1e7),a52_0x15b1a8(0x1bc),a52_0x15b1a8(0x240),a52_0x15b1a8(0x1de),a52_0x15b1a8(0x238),a52_0x15b1a8(0x23b),a52_0x15b1a8(0x274),a52_0x15b1a8(0x1ee),a52_0x15b1a8(0x222),a52_0x15b1a8(0x23e),a52_0x15b1a8(0x260),a52_0x15b1a8(0x213),a52_0x15b1a8(0x23c),a52_0x15b1a8(0x1db),a52_0x15b1a8(0x228),a52_0x15b1a8(0x1c4),'dontStopAppOnReset',a52_0x15b1a8(0x1cb),a52_0x15b1a8(0x212),a52_0x15b1a8(0x258),a52_0x15b1a8(0x227),'disableAndroidWatchers',a52_0x15b1a8(0x1d5),a52_0x15b1a8(0x1c8),a52_0x15b1a8(0x249),a52_0x15b1a8(0x1c2),a52_0x15b1a8(0x24a),a52_0x15b1a8(0x27a),'isHeadless',a52_0x15b1a8(0x26d),a52_0x15b1a8(0x246),a52_0x15b1a8(0x214),a52_0x15b1a8(0x255),a52_0x15b1a8(0x26a),a52_0x15b1a8(0x225),'remoteAdbHost',a52_0x15b1a8(0x1f3),a52_0x15b1a8(0x275),a52_0x15b1a8(0x24d),a52_0x15b1a8(0x254),a52_0x15b1a8(0x277),a52_0x15b1a8(0x264),a52_0x15b1a8(0x24f),a52_0x15b1a8(0x1e1),a52_0x15b1a8(0x25b),'ensureWebviewsHavePages',a52_0x15b1a8(0x25c),a52_0x15b1a8(0x273),'remoteAppsCacheLimit',a52_0x15b1a8(0x1ef),'bundleId',a52_0x15b1a8(0x230),a52_0x15b1a8(0x1d0),a52_0x15b1a8(0x278),a52_0x15b1a8(0x243),a52_0x15b1a8(0x1c0),'nativeInstrumentsLib','nativeWebTap',a52_0x15b1a8(0x1be),a52_0x15b1a8(0x205),'safariIgnoreFraudWarning',a52_0x15b1a8(0x21d),a52_0x15b1a8(0x20c),'localizableStringsDir',a52_0x15b1a8(0x208),a52_0x15b1a8(0x239),a52_0x15b1a8(0x232),a52_0x15b1a8(0x1ca),a52_0x15b1a8(0x21c),a52_0x15b1a8(0x21a),a52_0x15b1a8(0x1cd),a52_0x15b1a8(0x1df),a52_0x15b1a8(0x1bf),a52_0x15b1a8(0x265),a52_0x15b1a8(0x221),a52_0x15b1a8(0x262),a52_0x15b1a8(0x1ce),a52_0x15b1a8(0x1eb),a52_0x15b1a8(0x252),a52_0x15b1a8(0x1ec),a52_0x15b1a8(0x263),'wdaLocalPort',a52_0x15b1a8(0x250),a52_0x15b1a8(0x1e8),'xcodeConfigFile',a52_0x15b1a8(0x1c6),'usePrebuiltWDA',a52_0x15b1a8(0x1cc),a52_0x15b1a8(0x231),'keychainPath',a52_0x15b1a8(0x1fb),a52_0x15b1a8(0x1bd),'wdaConnectionTimeout',a52_0x15b1a8(0x20a),a52_0x15b1a8(0x237),a52_0x15b1a8(0x1ea),a52_0x15b1a8(0x202),a52_0x15b1a8(0x245),a52_0x15b1a8(0x1fe),'wdaStartupRetryInterval',a52_0x15b1a8(0x1e5),a52_0x15b1a8(0x1dd),a52_0x15b1a8(0x1d7),a52_0x15b1a8(0x203),'shouldUseSingletonTestManager',a52_0x15b1a8(0x1c5),a52_0x15b1a8(0x1ff),'ignoreHiddenApiPolicyError','mockLocationApp',a52_0x15b1a8(0x268),'logcatFilterSpecs',a52_0x15b1a8(0x24e)]);
|
|
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']);
|