browserstack-node-sdk 1.31.6 → 1.31.7
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/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/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/performance-tester.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 +1 @@
|
|
|
1
|
-
const a47_0x48b978=a47_0x20cb;(function(_0x210233,_0x1cb2f0){const _0x4d10e3=a47_0x20cb,_0x176015=_0x210233();while(!![]){try{const _0x17cf17=parseInt(_0x4d10e3(0x228))/0x1*(parseInt(_0x4d10e3(0x25c))/0x2)+parseInt(_0x4d10e3(0x23e))/0x3*(-parseInt(_0x4d10e3(0x1a7))/0x4)+-parseInt(_0x4d10e3(0x250))/0x5+parseInt(_0x4d10e3(0x1b5))/0x6*(-parseInt(_0x4d10e3(0x1f0))/0x7)+parseInt(_0x4d10e3(0x215))/0x8*(-parseInt(_0x4d10e3(0x22c))/0x9)+-parseInt(_0x4d10e3(0x24f))/0xa*(parseInt(_0x4d10e3(0x19a))/0xb)+parseInt(_0x4d10e3(0x20f))/0xc;if(_0x17cf17===_0x1cb2f0)break;else _0x176015['push'](_0x176015['shift']());}catch(_0x2dab24){_0x176015['push'](_0x176015['shift']());}}}(a47_0x31ae,0x9b0c0));function a47_0x31ae(){const _0x40ee99=['UeUWN','cLsDn','IyXMO','CEJRM','QYLgj','Smand','isBrowserstackInfra','nIKQL','BROWSERSTACK_TURBOSCALE','licau','stopBrowserstackLocal','getLocalConfig','bedby','userName\x20or\x20accessKey\x20is\x20not\x20defined','qDfip','dAeEo','framework','qCpeQ','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','IPiyD','rHyHF','bpDBa','winstonLogger','ERxlP','InrTn','JtnCZ','gEEfl','BwjKZ','13497OzgqnM','FzMZB','JpgTW','stopPercy','setupKeepAlive','browserstackLocal','BMxgF','arfHi','yQdMq','lmabW','DYinM','csMFM','Naodj','2442884DYMTJa','percy','UDXOf','testContextOptions','uncaughtException','uaJcr','llCke','rIbOq','allocateHub','?caps=','url','agpZe','toLowerCase','getTurboScaleGridDetails','312wzawBV','message','vOYXm','env','customRepeaters','bHQdg','startLocalBinary','Tznqi','isRunning','VPgAn','format','kmFar','getFinalCaps','QJClA','RWcMU','LfBMB','AKcuB','includes','BhJVy','XmaLY','cXyTg','csXrj','hcRpc','./setKeepAlive','zhvqF','DeItT','fireFunnelTestEvent','default','getAccessKey','aRnzn','CjLYn','turboScaleOptions','getUserName','PERCY_SUPPORTED_FRAMEWORKS','./percy/utils','DFYOT','custom-repeater','gFbuD','BJfAa','cvEaq','KRHrh','envConfig','lZmJL','length','XJJHO','aBDFt','hdCOF','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','Jshuo','error','unhandledRejection','unhandledErrors','zKdup','codeceptjs','djCMf','beforeExit','kWOCc','setupBrowserstackLocal','compareVersions','57386ENChhA','constructor','KdowK','generateLocalIdentifier','Oyher','config','tPhjP','NVzBv','tIgMn','Local\x20binary\x20started\x20successfully','getPackageVersion','debug','vgKiM','localIdentifier','KkQOF','KoCkv','spmCH','startPercy','zZFdS','getHubUrl','Error\x20occured\x20while\x20stopping\x20local\x20binary','handleExceptions','setUpHubUrl','setProxySettings','./ats/helper','MEwDW','DuPWf','xwqFY','isTrue','ats-repeater','useW3C','44380392tXHNuK','playwrightUrl','parallelsPerPlatform','../hubAllocationMethods','fsiDt','toString','1438912FXaOpb','jzcbc','MyMnh','UMqJd','WYJLg','YxEuo','jYfwI','CvxEQ','requireSeleniumWebdriverCheck','turboScaleGridDetails','Error\x20in\x20percy\x20setup\x20','selenium-webdriver','setupPercy','oUzYB','initialize','SIGTERM','WeAWD','OpDnx','Zqadh','1KuEXOs','dgDXY','stopLocalBinary','YXrUB','27nKbQyC','uHVKQ','true','pCMbN','THWXV','hubUrl','WohXM','util','./helper','YMxUV','info','UTzhC','LNGJC','uGUaX','SIGINT','LFPCt','cliConfig','Error\x20occured\x20while\x20stopping\x20percy','3rwdcOY','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','push','KsunV','GkmRi','isTrialGrid','../bin/utils/constants','jRYiC','readConfig','join','PNIPO','vgBqD','FKMoL','setEnvCaps','DxqGe','nhTfe','NxWMR','9950axDBeg','2496520bGBRhZ','turboScaleUrl','isUndefined','iZvoi','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','browserStackLocalOptions','FRAMEWORK','4.5.0','ePjOk','platforms','BPgwY','466968EDcCGP','BLGXG','forceLocal','ItcxF','setCLICaps','KYwAG','warn','pelGK'];a47_0x31ae=function(){return _0x40ee99;};return a47_0x31ae();}function a47_0x20cb(_0x3e3e3b,_0x34a29a){const _0x31ae2f=a47_0x31ae();return a47_0x20cb=function(_0x20cb0b,_0x4b3b90){_0x20cb0b=_0x20cb0b-0x192;let _0x2ceadc=_0x31ae2f[_0x20cb0b];return _0x2ceadc;},a47_0x20cb(_0x3e3e3b,_0x34a29a);}const util=require(a47_0x48b978(0x233)),constants=require(a47_0x48b978(0x244)),{isTurboScaleSession}=require(a47_0x48b978(0x208)),logger=require('./logger')[a47_0x48b978(0x194)],helper=require(a47_0x48b978(0x234)),percyHelper=require(a47_0x48b978(0x1d7)),hubAllocator=require(a47_0x48b978(0x212));class BrowserStackSetup{constructor(_0x919c51,_0x18e5d1){const _0x41517b=a47_0x48b978,_0x5ed660={'MEwDW':'SDKTestAttempted','DeItT':'No\x20config\x20provided.','vhEwi':_0x41517b(0x204),'YFKAN':'unhandledRejection','ipAtC':_0x41517b(0x1ab),'OpDnx':_0x41517b(0x20d),'vgBqD':_0x41517b(0x1d9),'NxWMR':_0x41517b(0x22e),'bpDBa':function(_0x180345,_0xaa94dd){return _0x180345+_0xaa94dd;},'InrTn':'?caps=','GkmRi':function(_0x543730,_0x5af80a){return _0x543730===_0x5af80a;},'JpgTW':_0x41517b(0x254),'hdCOF':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','vgKiM':_0x41517b(0x23d),'nhTfe':function(_0x10b8b9,_0x20c732){return _0x10b8b9===_0x20c732;},'csMFM':_0x41517b(0x1c7),'KKAtH':_0x41517b(0x269),'YMxUV':'TseEr','JEiek':function(_0x4965ec,_0x42390e){return _0x4965ec!==_0x42390e;},'cvEaq':_0x41517b(0x1d8),'lZmJL':function(_0x42ea67,_0x3646c7){return _0x42ea67!==_0x3646c7;},'KkQOF':_0x41517b(0x266),'NVzBv':'bwtnS','gEEfl':'GlIBN','ERxlP':_0x41517b(0x1db),'dOMGy':_0x41517b(0x25b),'kWOCc':_0x41517b(0x1ad),'zZFdS':'QkLUn','UDXOf':'qqJUu','FzMZB':function(_0x332606,_0x356783){return _0x332606<_0x356783;},'NgSiU':function(_0x514c58,_0x5f1477){return _0x514c58(_0x5f1477);},'MyMnh':_0x41517b(0x220),'VwgPe':_0x41517b(0x1f8),'cXyTg':'KbevO','UMqJd':function(_0x56424e,_0x3fb30a){return _0x56424e===_0x3fb30a;},'WohXM':_0x41517b(0x258),'uWgBa':function(_0x471c52,_0x188aa7){return _0x471c52!==_0x188aa7;},'dgDXY':'xUCmA','QJClA':_0x41517b(0x241),'tPhjP':function(_0x764117,_0x4e38db){return _0x764117!==_0x4e38db;},'BLGXG':_0x41517b(0x275),'Lajyv':function(_0x40b671,_0x298e64){return _0x40b671!==_0x298e64;},'dumFj':_0x41517b(0x263),'aRnzn':_0x41517b(0x255),'spmCH':function(_0x39539f,_0xfbb9d){return _0x39539f===_0xfbb9d;},'RLPxJ':_0x41517b(0x1e2),'jRYiC':'QUWAt','fsiDt':'userName\x20or\x20accessKey\x20is\x20not\x20defined','jzcbc':function(_0x378e8d,_0x59c680){return _0x378e8d===_0x59c680;},'Ezhch':'aswHd','wqGrT':_0x41517b(0x277),'DYinM':function(_0x215eca,_0x4876b3){return _0x215eca===_0x4876b3;},'RWcMU':function(_0x34989b,_0x799c55){return _0x34989b!==_0x799c55;},'lmabW':'nBieh','TiBBc':function(_0x5900ef,_0x245039){return _0x5900ef===_0x245039;},'rHyHF':_0x41517b(0x22f),'hcRpc':_0x41517b(0x1c5),'ioyGH':_0x41517b(0x238),'bedby':_0x41517b(0x273),'CjLYn':function(_0x4899a3,_0x55d00e){return _0x4899a3===_0x55d00e;},'gFbuD':'UHypO','FKMoL':_0x41517b(0x1be)};this[_0x41517b(0x1e8)]=[],this[_0x41517b(0x23c)]=helper[_0x41517b(0x260)](_0x919c51),this['envConfig']=helper[_0x41517b(0x24b)](),this[_0x41517b(0x19f)]=null,this[_0x41517b(0x1a8)]=null,this['config']=helper[_0x41517b(0x246)](helper['getConfigPath'](_0x919c51)),this[_0x41517b(0x1f5)]['testContextOptions']=this[_0x41517b(0x1f5)][_0x41517b(0x1aa)]||{},this[_0x41517b(0x1f5)][_0x41517b(0x1aa)]['skipSessionStatus']=helper[_0x41517b(0x20c)](this[_0x41517b(0x1f5)]['testContextOptions']['skipSessionStatus']),global[_0x41517b(0x1f5)]=this[_0x41517b(0x1f5)],global[_0x41517b(0x274)]=_0x18e5d1,helper['sanitizeCaps'](this[_0x41517b(0x1f5)]),this[_0x41517b(0x274)]=_0x18e5d1;if(helper[_0x41517b(0x252)](this['config'])){if(_0x5ed660[_0x41517b(0x24d)](_0x5ed660[_0x41517b(0x1a5)],_0x5ed660['KKAtH']))throw new _0x43f1a9(this[_0x41517b(0x1f5)][_0x41517b(0x1e6)]);else throw new Error(_0x5ed660['DeItT']);}if(this[_0x41517b(0x1f5)][_0x41517b(0x1e6)]){if(_0x5ed660['nhTfe'](_0x5ed660['YMxUV'],_0x5ed660[_0x41517b(0x235)]))throw new Error(this[_0x41517b(0x1f5)][_0x41517b(0x1e6)]);else _0x4a5765[_0x41517b(0x1b8)]['FRAMEWORK']=_0x51f67a['_'][0x0],_0x9cf9a3['fireFunnelTestEvent'](_0x5ed660['MEwDW'],{},this[_0x41517b(0x1f5)],this[_0x41517b(0x274)]);}this[_0x41517b(0x205)]();if(process[_0x41517b(0x1b8)][_0x41517b(0x26c)]){if(_0x5ed660['JEiek'](_0x5ed660[_0x41517b(0x1dc)],_0x5ed660['cvEaq']))throw new _0x50018b(_0x5ed660[_0x41517b(0x1ce)]);else this[_0x41517b(0x1f5)]['turboScale']=helper[_0x41517b(0x20c)](process[_0x41517b(0x1b8)][_0x41517b(0x26c)]),this[_0x41517b(0x1f5)][_0x41517b(0x1d4)]=this[_0x41517b(0x1f5)][_0x41517b(0x1d4)]||{};}helper['setBrowserstackInfraFromConfig'](this[_0x41517b(0x1f5)],this[_0x41517b(0x23c)]),helper[_0x41517b(0x1c1)](this[_0x41517b(0x1f5)],this[_0x41517b(0x23c)],this[_0x41517b(0x1de)]);if(!helper[_0x41517b(0x26a)]()){if(_0x5ed660[_0x41517b(0x1df)](_0x5ed660[_0x41517b(0x1fe)],_0x5ed660[_0x41517b(0x1f7)])){try{_0x5ed660[_0x41517b(0x24d)](_0x5ed660[_0x41517b(0x198)],_0x5ed660[_0x41517b(0x195)])?this[_0x41517b(0x1f5)][_0x41517b(0x256)][_0x41517b(0x1fd)]=_0xc13d8['generateLocalIdentifier']():(process[_0x41517b(0x1b8)][_0x41517b(0x257)]=_0x18e5d1,helper['fireFunnelTestEvent'](_0x5ed660[_0x41517b(0x209)],{},this[_0x41517b(0x1f5)],this[_0x41517b(0x274)]));}catch(_0x2fe440){_0x5ed660[_0x41517b(0x242)](_0x5ed660['dOMGy'],_0x5ed660[_0x41517b(0x1ed)])?_0x7109b4[_0x41517b(0x1e6)](_0x5ed660['vhEwi'],_0x589500[_0x41517b(0x1b6)]):logger[_0x41517b(0x1fb)](_0x41517b(0x276)+_0x2fe440);}return;}else _0x5eafb0[_0x41517b(0x1e6)](_0x3c813d[_0x41517b(0x1b6)]),_0x525673[_0x41517b(0x1fb)](_0x2d1dff[_0x41517b(0x1bf)](_0x193910)),this['unhandledErrors']['push'](_0x21bd98[_0x41517b(0x1bf)]('%j',_0x1fb1a5));}if(helper[_0x41517b(0x21d)](_0x18e5d1)){if(_0x5ed660[_0x41517b(0x1df)](_0x5ed660[_0x41517b(0x202)],_0x5ed660[_0x41517b(0x1a9)]))_0x5ed660[_0x41517b(0x19b)](_0x5ed660['NgSiU'](parseInt,helper[_0x41517b(0x1fa)](_0x5ed660['MyMnh'])),0x3)&&(_0x5ed660[_0x41517b(0x1df)](_0x5ed660['VwgPe'],_0x5ed660[_0x41517b(0x1c9)])?this['config'][_0x41517b(0x20e)]=![]:this['config']['useW3C']=!![]),_0x5ed660[_0x41517b(0x218)](helper[_0x41517b(0x1ef)](helper[_0x41517b(0x1fa)](_0x5ed660[_0x41517b(0x217)]),_0x5ed660[_0x41517b(0x232)]),0x1)&&(_0x5ed660['uWgBa'](_0x5ed660[_0x41517b(0x229)],_0x5ed660[_0x41517b(0x229)])?(this[_0x41517b(0x1f5)]['turboScale']=_0x5ae161[_0x41517b(0x20c)](_0x228c5c[_0x41517b(0x1b8)][_0x41517b(0x26c)]),this['config']['turboScaleOptions']=this['config'][_0x41517b(0x1d4)]||{}):this[_0x41517b(0x1f5)][_0x41517b(0x20e)]=!![]);else{const _0x523eda=_0xf56add=>{const _0x53af54=_0x41517b;_0x4bc7ce[_0x53af54(0x1e6)](_0xf56add[_0x53af54(0x1b6)]),_0x7b561f[_0x53af54(0x1fb)](_0x4ab759[_0x53af54(0x1bf)](_0xf56add)),this[_0x53af54(0x1e8)][_0x53af54(0x240)](_0x2e77eb[_0x53af54(0x1bf)]('%j',_0xf56add));};_0x42f89a['on'](_0x5ed660['YFKAN'],_0x523eda),_0x46f960['on'](_0x5ed660['ipAtC'],_0x523eda);}}(helper[_0x41517b(0x252)](this[_0x41517b(0x1f5)][_0x41517b(0x25a)])||helper['isUndefined'](this[_0x41517b(0x1f5)]['platforms'][_0x41517b(0x1e0)]))&&(_0x5ed660['nhTfe'](_0x5ed660['QJClA'],_0x5ed660[_0x41517b(0x1c2)])?(helper[_0x41517b(0x252)](this[_0x41517b(0x1f5)][_0x41517b(0x211)])?_0x5ed660[_0x41517b(0x1f6)](_0x5ed660[_0x41517b(0x25d)],_0x5ed660[_0x41517b(0x25d)])?(this[_0x41517b(0x1f5)][_0x41517b(0x19f)]=!![],this[_0x41517b(0x1f5)][_0x41517b(0x256)][_0x41517b(0x1fd)]=_0x5ed660[_0x41517b(0x226)],this[_0x41517b(0x1f5)][_0x41517b(0x256)][_0x5ed660[_0x41517b(0x249)]]=_0x153323['customRepeaters'][_0x41517b(0x247)](','),this[_0x41517b(0x1f5)][_0x41517b(0x256)]['forceLocal']=_0x5ed660[_0x41517b(0x24e)]):logger[_0x41517b(0x236)](_0x5ed660[_0x41517b(0x19c)]):_0x5ed660['Lajyv'](_0x5ed660['dumFj'],_0x5ed660['dumFj'])?this['config'][_0x41517b(0x251)]=_0x5ed660[_0x41517b(0x193)](_0x2cac23['playwrightUrl'],_0x5ed660[_0x41517b(0x196)]):logger[_0x41517b(0x262)](_0x5ed660[_0x41517b(0x1d2)]),this[_0x41517b(0x1f5)][_0x41517b(0x25a)]=[]):(_0x26aa63['env'][_0x41517b(0x257)]=_0x121e32,_0x534cc4[_0x41517b(0x1cf)](_0x5ed660[_0x41517b(0x209)],{},this[_0x41517b(0x1f5)],this[_0x41517b(0x274)])));!this['config']['browserStackLocalOptions']&&(this['config'][_0x41517b(0x256)]=this[_0x41517b(0x1f5)]['localOptions']||{}),!this[_0x41517b(0x1f5)]['testContextOptions']&&(this[_0x41517b(0x1f5)]['testContextOptions']={});if(helper[_0x41517b(0x252)](helper[_0x41517b(0x1d5)](this[_0x41517b(0x1f5)]))||helper['isUndefined'](helper[_0x41517b(0x1d1)](this[_0x41517b(0x1f5)]))){if(_0x5ed660[_0x41517b(0x200)](_0x5ed660['RLPxJ'],_0x5ed660[_0x41517b(0x245)]))!_0x453088[_0x41517b(0x252)](this[_0x41517b(0x1f5)]['browserStackLocalOptions'])&&_0x5ed660[_0x41517b(0x242)](this[_0x41517b(0x1f5)][_0x41517b(0x256)][_0x41517b(0x1f1)],_0x4177fd)?this['config']['browserStackLocalOptions']['localIdentifier']=_0x5794ac[_0x41517b(0x1f3)]():this[_0x41517b(0x1f5)][_0x41517b(0x256)]={'localIdentifier':_0x516fae[_0x41517b(0x1f3)]()};else throw new Error(_0x5ed660[_0x41517b(0x213)]);}if(helper[_0x41517b(0x26f)](this[_0x41517b(0x1f5)])&&helper['isUndefined'](helper['getLocalIdentifier'](this[_0x41517b(0x1f5)]))){if(_0x5ed660[_0x41517b(0x216)](_0x5ed660['Ezhch'],_0x5ed660['wqGrT']))_0x574cb7[_0x41517b(0x236)](_0x5ed660[_0x41517b(0x19c)]);else{if(!helper[_0x41517b(0x252)](this[_0x41517b(0x1f5)][_0x41517b(0x256)])&&_0x5ed660[_0x41517b(0x1a4)](this['config'][_0x41517b(0x256)][_0x41517b(0x1f1)],Object))_0x5ed660[_0x41517b(0x1c3)](_0x5ed660['lmabW'],_0x5ed660[_0x41517b(0x1a3)])?this[_0x41517b(0x1f5)][_0x41517b(0x20e)]=![]:this['config'][_0x41517b(0x256)][_0x41517b(0x1fd)]=helper[_0x41517b(0x1f3)]();else{if(_0x5ed660['TiBBc'](_0x5ed660[_0x41517b(0x192)],_0x5ed660[_0x41517b(0x1cb)]))throw new _0x4ea835(_0x5ed660[_0x41517b(0x1e3)]);else this[_0x41517b(0x1f5)][_0x41517b(0x256)]={'localIdentifier':helper[_0x41517b(0x1f3)]()};}}}helper['setLogLevel'](this[_0x41517b(0x1f5)],this['cliConfig'],this['envConfig']);try{_0x5ed660['RWcMU'](_0x5ed660['ioyGH'],_0x5ed660[_0x41517b(0x270)])?(process['env'][_0x41517b(0x257)]=_0x919c51['_'][0x0],helper[_0x41517b(0x1cf)](_0x5ed660[_0x41517b(0x209)],{},this['config'],this[_0x41517b(0x274)])):_0x266a3a[_0x41517b(0x1e6)](_0x5ed660[_0x41517b(0x1fc)],_0x3d68db[_0x41517b(0x1b6)]);}catch(_0x23a8ef){if(_0x5ed660[_0x41517b(0x1d3)](_0x5ed660[_0x41517b(0x1da)],_0x5ed660[_0x41517b(0x24a)])){_0x3dffd1[_0x41517b(0x1fb)](_0x41517b(0x21f)+_0x453a24);throw new _0x57453e(_0x5e8a36[_0x41517b(0x214)]());}else logger[_0x41517b(0x1fb)](_0x41517b(0x276)+_0x23a8ef);}}async[a47_0x48b978(0x223)](){const _0x294cbd=a47_0x48b978,_0x4c718f={'QYLgj':_0x294cbd(0x271),'rIbOq':_0x294cbd(0x254),'PNIPO':_0x294cbd(0x255),'hKLTp':function(_0x2458c7,_0x3ca1af){return _0x2458c7<_0x3ca1af;},'vteXF':function(_0x144e07,_0x585d02){return _0x144e07(_0x585d02);},'Naodj':'selenium-webdriver','WeAWD':function(_0x54b8b8,_0x5f33b2){return _0x54b8b8===_0x5f33b2;},'zKdup':_0x294cbd(0x258),'djCMf':function(_0x20a2d1,_0x5b3409){return _0x20a2d1(_0x5b3409);},'XJJHO':function(_0x62fd23,_0x30fe1d){return _0x62fd23!==_0x30fe1d;},'CJKxN':'jHjrX','CHndR':function(_0xfb5412,_0x48e71d){return _0xfb5412===_0x48e71d;},'CvxEQ':'XJBxK','iZvoi':_0x294cbd(0x20d),'UeUWN':'custom-repeater','NCepF':_0x294cbd(0x22e),'ouQgd':function(_0x3f062d,_0x31b41e){return _0x3f062d===_0x31b41e;},'axgCn':'playwright','CEJRM':function(_0x5dfb5d,_0x1424ef){return _0x5dfb5d!==_0x1424ef;},'KRHrh':_0x294cbd(0x1cd),'CBqnO':function(_0x18faba,_0x7c909b){return _0x18faba+_0x7c909b;},'UTzhC':_0x294cbd(0x1b0),'VbVWz':function(_0x37baca,_0x714d38){return _0x37baca!==_0x714d38;},'arfHi':_0x294cbd(0x20b),'qDfip':_0x294cbd(0x1ea),'agpZe':function(_0x520480,_0x19c3b7){return _0x520480(_0x19c3b7);},'DuPWf':function(_0x25e605,_0x3c996d){return _0x25e605===_0x3c996d;},'uaJcr':'MYzCJ','uHVKQ':_0x294cbd(0x26d)};if(_0x4c718f[_0x294cbd(0x1eb)](isTurboScaleSession,this[_0x294cbd(0x1f5)])){if(_0x4c718f[_0x294cbd(0x1e1)](_0x4c718f['CJKxN'],_0x4c718f['CJKxN'])){_0x339fff['debug'](_0x41eac8);throw new _0x4999ce(_0x18ba1f['toString']());}else{const _0x38c38f=await helper[_0x294cbd(0x1b4)](this['config']);this[_0x294cbd(0x1f5)][_0x294cbd(0x21e)]=_0x38c38f;_0x38c38f[_0x294cbd(0x243)]&&(_0x4c718f['CHndR'](_0x4c718f[_0x294cbd(0x21c)],_0x4c718f[_0x294cbd(0x21c)])?(this[_0x294cbd(0x1f5)][_0x294cbd(0x19f)]=!![],this[_0x294cbd(0x1f5)][_0x294cbd(0x256)][_0x294cbd(0x1fd)]=_0x4c718f[_0x294cbd(0x253)],this[_0x294cbd(0x1f5)][_0x294cbd(0x256)][_0x4c718f[_0x294cbd(0x264)]]=_0x38c38f[_0x294cbd(0x1b9)][_0x294cbd(0x247)](','),this['config'][_0x294cbd(0x256)][_0x294cbd(0x25e)]=_0x4c718f['NCepF']):_0x457df1[_0x294cbd(0x1fb)](_0x294cbd(0x276)+_0x2f62b6));this[_0x294cbd(0x1f5)]['turboScaleUrl']=_0x38c38f[_0x294cbd(0x1b1)];if(this[_0x294cbd(0x274)]&&_0x4c718f['ouQgd'](this[_0x294cbd(0x274)][_0x294cbd(0x1b3)](),_0x4c718f['axgCn'])){if(_0x4c718f[_0x294cbd(0x267)](_0x4c718f[_0x294cbd(0x1dd)],_0x4c718f[_0x294cbd(0x1dd)]))throw new _0x24932b(_0x4c718f[_0x294cbd(0x268)]);else this[_0x294cbd(0x1f5)]['turboScaleUrl']=_0x4c718f['CBqnO'](_0x38c38f[_0x294cbd(0x210)],_0x4c718f[_0x294cbd(0x237)]);}constants[_0x294cbd(0x231)]=helper[_0x294cbd(0x203)](this[_0x294cbd(0x1f5)]),logger[_0x294cbd(0x1fb)](_0x294cbd(0x1e4)+constants[_0x294cbd(0x231)]);}}helper[_0x294cbd(0x207)](this[_0x294cbd(0x1f5)]),this[_0x294cbd(0x19e)](),constants[_0x294cbd(0x1d6)][_0x294cbd(0x1c6)](this[_0x294cbd(0x274)])&&(_0x4c718f['VbVWz'](_0x4c718f[_0x294cbd(0x1a1)],_0x4c718f[_0x294cbd(0x1a1)])?(_0x22790d[_0x294cbd(0x252)](this[_0x294cbd(0x1f5)]['parallelsPerPlatform'])?_0x3d7c87[_0x294cbd(0x236)](_0x4c718f[_0x294cbd(0x1ae)]):_0x1e0694['warn'](_0x4c718f[_0x294cbd(0x248)]),this['config']['platforms']=[]):await this[_0x294cbd(0x221)]()),await this[_0x294cbd(0x1ee)](),![_0x4c718f[_0x294cbd(0x272)]][_0x294cbd(0x1c6)](this[_0x294cbd(0x274)])&&!_0x4c718f[_0x294cbd(0x1b2)](isTurboScaleSession,this[_0x294cbd(0x1f5)])&&(_0x4c718f[_0x294cbd(0x20a)](_0x4c718f[_0x294cbd(0x1ac)],_0x4c718f[_0x294cbd(0x22d)])?(_0x4c718f['hKLTp'](_0x4c718f['vteXF'](_0x1709fe,_0x481912[_0x294cbd(0x1fa)](_0x4c718f[_0x294cbd(0x1a6)])),0x3)&&(this[_0x294cbd(0x1f5)]['useW3C']=![]),_0x4c718f[_0x294cbd(0x225)](_0x5e5d9d[_0x294cbd(0x1ef)](_0x406902[_0x294cbd(0x1fa)](_0x4c718f[_0x294cbd(0x1a6)]),_0x4c718f[_0x294cbd(0x1e9)]),0x1)&&(this['config']['useW3C']=!![])):await this[_0x294cbd(0x206)]());}async[a47_0x48b978(0x221)](){const _0x172d28=a47_0x48b978,_0x4cb000={'JtnCZ':function(_0x5475fd,_0x319a18){return _0x5475fd(_0x319a18);},'jJPie':_0x172d28(0x1cc),'KYwAG':function(_0x653a07,_0x2e35a9){return _0x653a07!==_0x2e35a9;},'QYpTB':'kCvkU','WeYrF':_0x172d28(0x21a),'yQdMq':function(_0x5024ba,_0x5b9186){return _0x5024ba===_0x5b9186;},'eAgQE':'SDKTestAttempted','yTDbR':_0x172d28(0x255),'Tznqi':_0x172d28(0x1e5),'EyriY':'uUEBy','Oyher':function(_0x23891f,_0xef9263){return _0x23891f===_0xef9263;},'XmaLY':_0x172d28(0x230),'cLsDn':_0x172d28(0x26b),'ItcxF':_0x172d28(0x23f),'vOYXm':'Percy\x20started\x20successfully','KdowK':'beforeExit','LqjeD':_0x172d28(0x23a),'GOOeK':'SIGTERM','jYfwI':_0x172d28(0x1ba),'KoCkv':_0x172d28(0x227)};if(helper[_0x172d28(0x20c)](this[_0x172d28(0x1f5)][_0x172d28(0x1a8)])&&(!this[_0x172d28(0x1a8)]||!this[_0x172d28(0x1a8)]['isRunning']())){if(_0x4cb000[_0x172d28(0x261)](_0x4cb000[_0x172d28(0x1bc)],_0x4cb000['EyriY']))try{if(_0x4cb000[_0x172d28(0x1f4)](_0x4cb000[_0x172d28(0x1c8)],_0x4cb000[_0x172d28(0x1c8)])){this[_0x172d28(0x1a8)]=await percyHelper[_0x172d28(0x201)](this['config']);if(!this[_0x172d28(0x1a8)]){if(_0x4cb000['KYwAG'](_0x4cb000[_0x172d28(0x265)],_0x4cb000[_0x172d28(0x265)]))_0x4cb000[_0x172d28(0x197)](_0x49edca,_0x4cb000['jJPie'])();else throw new Error(_0x4cb000[_0x172d28(0x25f)]);}logger[_0x172d28(0x236)](_0x4cb000[_0x172d28(0x1b7)]);let _0x447169=0x0;const _0x35c771=async()=>{const _0x5c55a6=_0x172d28;_0x4cb000[_0x5c55a6(0x261)](_0x4cb000['QYpTB'],_0x4cb000['WeYrF'])?(_0x447169++,_0x4cb000[_0x5c55a6(0x1a2)](_0x447169,0x1)&&await this[_0x5c55a6(0x19d)]()):this['config'][_0x5c55a6(0x256)]={'localIdentifier':_0x535ecd['generateLocalIdentifier']()};};process['on'](_0x4cb000[_0x172d28(0x1f2)],_0x35c771),process['on'](_0x4cb000['LqjeD'],_0x35c771),process['on'](_0x4cb000['GOOeK'],_0x35c771);}else{try{_0x377892[_0x172d28(0x1b8)][_0x172d28(0x257)]=_0x313606,_0x3c3a01[_0x172d28(0x1cf)](_0x4cb000['eAgQE'],{},this[_0x172d28(0x1f5)],this[_0x172d28(0x274)]);}catch(_0x306bed){_0x1f50ee[_0x172d28(0x1fb)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x306bed);}return;}}catch(_0x397f74){if(_0x4cb000[_0x172d28(0x1a2)](_0x4cb000[_0x172d28(0x21b)],_0x4cb000[_0x172d28(0x1ff)]))_0x5bce95['warn'](_0x4cb000['yTDbR']);else{logger[_0x172d28(0x1fb)](_0x172d28(0x21f)+_0x397f74);throw new Error(_0x397f74['toString']());}}else _0x9e8eaa[_0x172d28(0x1fb)](_0x172d28(0x276)+_0x44b914);}}async[a47_0x48b978(0x19d)](){const _0x52efb2=a47_0x48b978,_0x6b4e32={};_0x6b4e32[_0x52efb2(0x259)]='Percy\x20stopped',_0x6b4e32['BMxgF']=_0x52efb2(0x23d);const _0x35068c=_0x6b4e32;if(this[_0x52efb2(0x1a8)]&&this['percy']['isRunning']())try{await percyHelper['stopPercy'](this['percy']),logger['info'](_0x35068c[_0x52efb2(0x259)]);}catch(_0x2cede2){logger[_0x52efb2(0x1e6)](_0x35068c[_0x52efb2(0x1a0)],_0x2cede2['message']);}}async[a47_0x48b978(0x1ee)](){const _0x18c929=a47_0x48b978,_0x25d083={};_0x25d083['ddmXh']=function(_0x388b64,_0x24c6c5){return _0x388b64===_0x24c6c5;},_0x25d083['csXrj']=_0x18c929(0x1f9),_0x25d083['BwjKZ']=_0x18c929(0x1ec),_0x25d083[_0x18c929(0x219)]=_0x18c929(0x23a),_0x25d083[_0x18c929(0x22b)]=_0x18c929(0x224);const _0x1e35c0=_0x25d083;if(helper['isTrue'](this[_0x18c929(0x1f5)][_0x18c929(0x19f)])&&(!this[_0x18c929(0x19f)]||!this['browserstackLocal'][_0x18c929(0x1bd)]()))try{this[_0x18c929(0x19f)]=await helper[_0x18c929(0x1bb)](this['config']),logger['info'](_0x1e35c0[_0x18c929(0x1ca)]);let _0x45fee4=0x0;const _0xf21c27=async()=>{const _0x645111=_0x18c929;_0x45fee4++,_0x1e35c0['ddmXh'](_0x45fee4,0x1)&&await this[_0x645111(0x26e)]();};process['on'](_0x1e35c0[_0x18c929(0x199)],_0xf21c27),process['on'](_0x1e35c0[_0x18c929(0x219)],_0xf21c27),process['on'](_0x1e35c0['YXrUB'],_0xf21c27);}catch(_0x474a4f){logger['debug'](_0x474a4f);throw new Error(_0x474a4f[_0x18c929(0x214)]());}}async[a47_0x48b978(0x26e)](){const _0x482067=a47_0x48b978,_0x4cb395={};_0x4cb395[_0x482067(0x1c4)]='Local\x20binary\x20stopped',_0x4cb395[_0x482067(0x239)]=_0x482067(0x204);const _0x49513c=_0x4cb395;if(this['browserstackLocal']&&this[_0x482067(0x19f)]['isRunning']())try{await helper[_0x482067(0x22a)](this[_0x482067(0x19f)]),logger['info'](_0x49513c[_0x482067(0x1c4)]);}catch(_0x5b37d4){logger['error'](_0x49513c[_0x482067(0x239)],_0x5b37d4[_0x482067(0x1b6)]);}}async['setUpHubUrl'](){const _0xf0d776=a47_0x48b978;await hubAllocator[_0xf0d776(0x1af)](this[_0xf0d776(0x1f5)]);}[a47_0x48b978(0x19e)](){const _0x3d652f=a47_0x48b978,_0x5273c2={'DxqGe':function(_0x141635,_0x253665){return _0x141635(_0x253665);},'LFPCt':_0x3d652f(0x1cc)};_0x5273c2[_0x3d652f(0x24c)](require,_0x5273c2[_0x3d652f(0x23b)])();}[a47_0x48b978(0x205)](){const _0xb8327f=a47_0x48b978,_0x3c9d00={};_0x3c9d00[_0xb8327f(0x222)]=_0xb8327f(0x1e7),_0x3c9d00[_0xb8327f(0x1c0)]='uncaughtException';const _0xeb9023=_0x3c9d00,_0x5ccfbc=_0x5475a1=>{const _0x1c2ae7=_0xb8327f;logger[_0x1c2ae7(0x1e6)](_0x5475a1['message']),logger[_0x1c2ae7(0x1fb)](util[_0x1c2ae7(0x1bf)](_0x5475a1)),this['unhandledErrors']['push'](util['format']('%j',_0x5475a1));};process['on'](_0xeb9023[_0xb8327f(0x222)],_0x5ccfbc),process['on'](_0xeb9023['kmFar'],_0x5ccfbc);}}exports[a47_0x48b978(0x1d0)]=BrowserStackSetup;
|
|
1
|
+
const a47_0x41109d=a47_0x34e5;(function(_0x52196a,_0x237f64){const _0x1c1eea=a47_0x34e5,_0x37ed00=_0x52196a();while(!![]){try{const _0x1b539d=-parseInt(_0x1c1eea(0x157))/0x1+-parseInt(_0x1c1eea(0xd1))/0x2+-parseInt(_0x1c1eea(0x108))/0x3*(-parseInt(_0x1c1eea(0xa2))/0x4)+parseInt(_0x1c1eea(0x147))/0x5+-parseInt(_0x1c1eea(0x91))/0x6*(parseInt(_0x1c1eea(0x160))/0x7)+-parseInt(_0x1c1eea(0x13d))/0x8*(-parseInt(_0x1c1eea(0xf8))/0x9)+-parseInt(_0x1c1eea(0x132))/0xa*(-parseInt(_0x1c1eea(0x166))/0xb);if(_0x1b539d===_0x237f64)break;else _0x37ed00['push'](_0x37ed00['shift']());}catch(_0x3e9698){_0x37ed00['push'](_0x37ed00['shift']());}}}(a47_0x4c45,0xc7903));const util=require('util'),constants=require(a47_0x41109d(0x143)),{isTurboScaleSession}=require(a47_0x41109d(0x148)),logger=require(a47_0x41109d(0x107))[a47_0x41109d(0x135)],helper=require(a47_0x41109d(0x162)),percyHelper=require('./percy/utils'),hubAllocator=require('../hubAllocationMethods');function a47_0x34e5(_0x3e0590,_0x11bd21){const _0x4c452b=a47_0x4c45();return a47_0x34e5=function(_0x34e5f9,_0x3db5d5){_0x34e5f9=_0x34e5f9-0x84;let _0xd2509f=_0x4c452b[_0x34e5f9];return _0xd2509f;},a47_0x34e5(_0x3e0590,_0x11bd21);}class BrowserStackSetup{constructor(_0x207c7a,_0x3f7d58){const _0x8dfbf2=a47_0x41109d,_0x93843c={'EKBGJ':_0x8dfbf2(0xde),'FuxLw':_0x8dfbf2(0x93),'kJPvm':'ats-repeater','GpNes':_0x8dfbf2(0x11d),'rmcSZ':'true','LlUdc':_0x8dfbf2(0xb3),'RVUup':_0x8dfbf2(0xab),'qixre':function(_0x167f95,_0x6954a3){return _0x167f95(_0x6954a3);},'bFbdf':_0x8dfbf2(0x90),'BYKRX':_0x8dfbf2(0x103),'Kwcfx':_0x8dfbf2(0x139),'kRISG':_0x8dfbf2(0x113),'gaudW':function(_0x36342b,_0x1d0ca7){return _0x36342b!==_0x1d0ca7;},'HUnay':_0x8dfbf2(0xca),'feDVa':function(_0x3855e3,_0x5f1afa){return _0x3855e3!==_0x5f1afa;},'SuoKM':_0x8dfbf2(0xef),'Mmczx':_0x8dfbf2(0xaf),'FRNkH':function(_0x499922,_0x495c7e){return _0x499922===_0x495c7e;},'BGbys':_0x8dfbf2(0x125),'Ulrgk':_0x8dfbf2(0x9a),'KylRD':_0x8dfbf2(0x115),'wKxRT':function(_0x4036c6,_0x1adf6a){return _0x4036c6===_0x1adf6a;},'yxIol':'KqPXV','jGWLz':function(_0x5ba06a,_0x383bcf){return _0x5ba06a===_0x383bcf;},'ttJdt':'WGLWv','AEKeW':'uYebT','uMDyE':_0x8dfbf2(0xed),'iDtiT':function(_0x4340f0,_0x7605e9){return _0x4340f0<_0x7605e9;},'EaiXu':function(_0x4a2df4,_0x2defd1){return _0x4a2df4(_0x2defd1);},'VnenX':'selenium-webdriver','BOqee':_0x8dfbf2(0x13f),'HppvL':_0x8dfbf2(0x12d),'EYWXb':_0x8dfbf2(0xc1),'aROar':_0x8dfbf2(0xaa),'EzWMc':function(_0x26eb37,_0x29d1aa){return _0x26eb37!==_0x29d1aa;},'wdniw':_0x8dfbf2(0xfb),'vpdSn':_0x8dfbf2(0x15a),'DZHeI':function(_0x200f96,_0x795d3b){return _0x200f96!==_0x795d3b;},'rgFFE':_0x8dfbf2(0xa1),'ibDAt':function(_0x1a97c5,_0x32c636){return _0x1a97c5!==_0x32c636;},'gTDPg':_0x8dfbf2(0xfd),'MVgec':_0x8dfbf2(0xb4),'XXePl':'APckF','cWpzL':function(_0x3fa54f,_0xa80c3d){return _0x3fa54f!==_0xa80c3d;},'EngXZ':'CYBgv','uZfJW':_0x8dfbf2(0x138),'myybb':_0x8dfbf2(0x130),'QNkYY':function(_0x2679eb,_0xd690b0){return _0x2679eb!==_0xd690b0;},'zSRXG':_0x8dfbf2(0x140),'VrLlS':_0x8dfbf2(0x94)};this['unhandledErrors']=[],this[_0x8dfbf2(0xfe)]=helper['setCLICaps'](_0x207c7a),this[_0x8dfbf2(0xc5)]=helper[_0x8dfbf2(0x95)](),this['browserstackLocal']=null,this[_0x8dfbf2(0x15e)]=null,this[_0x8dfbf2(0xec)]=helper['readConfig'](helper[_0x8dfbf2(0xf6)](_0x207c7a)),this[_0x8dfbf2(0xec)][_0x8dfbf2(0x123)]=this[_0x8dfbf2(0xec)][_0x8dfbf2(0x123)]||{},this[_0x8dfbf2(0xec)][_0x8dfbf2(0x123)]['skipSessionStatus']=helper[_0x8dfbf2(0x97)](this['config'][_0x8dfbf2(0x123)][_0x8dfbf2(0x88)]),global[_0x8dfbf2(0xec)]=this['config'],global[_0x8dfbf2(0x159)]=_0x3f7d58,helper[_0x8dfbf2(0x9d)](this['config']),this[_0x8dfbf2(0x159)]=_0x3f7d58;if(helper[_0x8dfbf2(0x85)](this['config'])){if(_0x93843c[_0x8dfbf2(0x126)](_0x93843c[_0x8dfbf2(0x15c)],_0x93843c[_0x8dfbf2(0x15c)])){const _0x3caa34=_0x2dfc20=>{const _0x4530dc=_0x8dfbf2;_0x2dff6a[_0x4530dc(0x110)](_0x2dfc20[_0x4530dc(0xd6)]),_0x35bbed['debug'](_0x134814[_0x4530dc(0x15b)](_0x2dfc20)),this[_0x4530dc(0x102)][_0x4530dc(0xf4)](_0x1956b7[_0x4530dc(0x15b)]('%j',_0x2dfc20));};_0x3b128['on'](_0x93843c[_0x8dfbf2(0xad)],_0x3caa34),_0x1ad749['on'](_0x93843c[_0x8dfbf2(0xd2)],_0x3caa34);}else throw new Error(_0x93843c['RVUup']);}if(this[_0x8dfbf2(0xec)]['error']){if(_0x93843c[_0x8dfbf2(0xcf)](_0x93843c['SuoKM'],_0x93843c[_0x8dfbf2(0x92)]))throw new Error(this['config'][_0x8dfbf2(0x110)]);else{_0x4a71c1[_0x8dfbf2(0x86)](_0x8dfbf2(0x100)+_0x4b455e);throw new _0x551cc4(_0x24b15e[_0x8dfbf2(0x145)]());}}this[_0x8dfbf2(0x131)]();process[_0x8dfbf2(0x114)][_0x8dfbf2(0x109)]&&(_0x93843c[_0x8dfbf2(0x13c)](_0x93843c['BGbys'],_0x93843c['BGbys'])?(this[_0x8dfbf2(0xec)][_0x8dfbf2(0x10e)]=helper[_0x8dfbf2(0x97)](process[_0x8dfbf2(0x114)][_0x8dfbf2(0x109)]),this['config'][_0x8dfbf2(0x149)]=this[_0x8dfbf2(0xec)][_0x8dfbf2(0x149)]||{}):(this['config'][_0x8dfbf2(0xff)]=!![],this[_0x8dfbf2(0xec)]['browserStackLocalOptions'][_0x8dfbf2(0xd9)]=_0x93843c[_0x8dfbf2(0xf5)],this[_0x8dfbf2(0xec)][_0x8dfbf2(0xb7)][_0x93843c[_0x8dfbf2(0x12b)]]=_0x135b1e[_0x8dfbf2(0x127)][_0x8dfbf2(0xc4)](','),this['config']['browserStackLocalOptions'][_0x8dfbf2(0x9b)]=_0x93843c[_0x8dfbf2(0x11f)]));helper[_0x8dfbf2(0x137)](this['config'],this['cliConfig']),helper[_0x8dfbf2(0xd3)](this[_0x8dfbf2(0xec)],this['cliConfig'],this[_0x8dfbf2(0xc5)]);if(!helper[_0x8dfbf2(0x12f)]()){if(_0x93843c['FRNkH'](_0x93843c[_0x8dfbf2(0xf2)],_0x93843c[_0x8dfbf2(0xc3)]))_0x182ce7[_0x8dfbf2(0x114)][_0x8dfbf2(0xb1)]=_0x53b5a4['_'][0x0],_0x576fed[_0x8dfbf2(0x12c)](_0x93843c[_0x8dfbf2(0xe3)],{},this[_0x8dfbf2(0xec)],this[_0x8dfbf2(0x159)]);else{try{if(_0x93843c[_0x8dfbf2(0xc0)](_0x93843c[_0x8dfbf2(0x121)],_0x93843c['yxIol']))process[_0x8dfbf2(0x114)][_0x8dfbf2(0xb1)]=_0x3f7d58,helper[_0x8dfbf2(0x12c)](_0x93843c[_0x8dfbf2(0xe3)],{},this['config'],this[_0x8dfbf2(0x159)]);else throw new _0x24eebe(_0x93843c[_0x8dfbf2(0xa3)]);}catch(_0x1a7249){_0x93843c[_0x8dfbf2(0x89)](_0x93843c[_0x8dfbf2(0xe6)],_0x93843c[_0x8dfbf2(0x111)])?(_0x524b18[_0x8dfbf2(0x110)](_0x273fdb[_0x8dfbf2(0xd6)]),_0x248e8c[_0x8dfbf2(0x86)](_0x336f2a[_0x8dfbf2(0x15b)](_0xb55a27)),this[_0x8dfbf2(0x102)][_0x8dfbf2(0xf4)](_0x21684a[_0x8dfbf2(0x15b)]('%j',_0x14d081))):logger[_0x8dfbf2(0x86)](_0x8dfbf2(0x10d)+_0x1a7249);}return;}}if(helper[_0x8dfbf2(0x84)](_0x3f7d58)){if(_0x93843c[_0x8dfbf2(0x89)](_0x93843c['uMDyE'],_0x93843c['uMDyE']))_0x93843c[_0x8dfbf2(0xb2)](_0x93843c['EaiXu'](parseInt,helper[_0x8dfbf2(0x151)](_0x93843c[_0x8dfbf2(0xd8)])),0x3)&&(_0x93843c[_0x8dfbf2(0xc0)](_0x93843c[_0x8dfbf2(0xdb)],_0x93843c[_0x8dfbf2(0xdb)])?this[_0x8dfbf2(0xec)]['useW3C']=![]:(_0x6f4e1c[_0x8dfbf2(0x114)][_0x8dfbf2(0xb1)]=_0x3e6623,_0xaaf20[_0x8dfbf2(0x12c)](_0x93843c[_0x8dfbf2(0xe3)],{},this[_0x8dfbf2(0xec)],this[_0x8dfbf2(0x159)]))),_0x93843c[_0x8dfbf2(0xc0)](helper['compareVersions'](helper[_0x8dfbf2(0x151)](_0x93843c[_0x8dfbf2(0xd8)]),_0x93843c[_0x8dfbf2(0x12a)]),0x1)&&(_0x93843c[_0x8dfbf2(0x126)](_0x93843c[_0x8dfbf2(0x150)],_0x93843c[_0x8dfbf2(0x150)])?_0x93843c['qixre'](_0x4f48f1,_0x93843c['bFbdf'])():this[_0x8dfbf2(0xec)][_0x8dfbf2(0xf9)]=!![]);else throw new _0x1f7234(this[_0x8dfbf2(0xec)][_0x8dfbf2(0x110)]);}(helper[_0x8dfbf2(0x85)](this[_0x8dfbf2(0xec)][_0x8dfbf2(0xe7)])||helper[_0x8dfbf2(0x85)](this[_0x8dfbf2(0xec)]['platforms'][_0x8dfbf2(0xf3)]))&&(_0x93843c[_0x8dfbf2(0x126)](_0x93843c[_0x8dfbf2(0xa4)],_0x93843c[_0x8dfbf2(0xa4)])?_0x184053[_0x8dfbf2(0x86)](_0x8dfbf2(0x10d)+_0x30fc6b):(helper[_0x8dfbf2(0x85)](this[_0x8dfbf2(0xec)][_0x8dfbf2(0xc8)])?_0x93843c['EzWMc'](_0x93843c[_0x8dfbf2(0xd5)],_0x93843c[_0x8dfbf2(0xd5)])?_0x3f39eb[_0x8dfbf2(0x86)](_0x8dfbf2(0x10d)+_0x93fc3f):logger['info'](_0x93843c[_0x8dfbf2(0x141)]):_0x93843c[_0x8dfbf2(0xcf)](_0x93843c['vpdSn'],_0x93843c[_0x8dfbf2(0xbb)])?(_0x5a7645[_0x8dfbf2(0x85)](this[_0x8dfbf2(0xec)]['parallelsPerPlatform'])?_0x214c31[_0x8dfbf2(0x10c)](_0x93843c[_0x8dfbf2(0x141)]):_0x207cb5[_0x8dfbf2(0x14d)](_0x93843c[_0x8dfbf2(0x158)]),this[_0x8dfbf2(0xec)]['platforms']=[]):logger[_0x8dfbf2(0x14d)](_0x93843c[_0x8dfbf2(0x158)]),this[_0x8dfbf2(0xec)][_0x8dfbf2(0xe7)]=[]));!this[_0x8dfbf2(0xec)][_0x8dfbf2(0xb7)]&&(this['config'][_0x8dfbf2(0xb7)]=this[_0x8dfbf2(0xec)]['localOptions']||{}),!this['config'][_0x8dfbf2(0x123)]&&(this[_0x8dfbf2(0xec)][_0x8dfbf2(0x123)]={});if(helper[_0x8dfbf2(0x85)](helper[_0x8dfbf2(0x101)](this[_0x8dfbf2(0xec)]))||helper[_0x8dfbf2(0x85)](helper[_0x8dfbf2(0xe2)](this[_0x8dfbf2(0xec)]))){if(_0x93843c[_0x8dfbf2(0x14b)](_0x93843c['rgFFE'],_0x93843c[_0x8dfbf2(0xb0)]))this[_0x8dfbf2(0xec)][_0x8dfbf2(0x10e)]=_0x562e1c[_0x8dfbf2(0x97)](_0x172876[_0x8dfbf2(0x114)][_0x8dfbf2(0x109)]),this[_0x8dfbf2(0xec)][_0x8dfbf2(0x149)]=this[_0x8dfbf2(0xec)]['turboScaleOptions']||{};else throw new Error(_0x93843c[_0x8dfbf2(0xc7)]);}if(helper[_0x8dfbf2(0x154)](this['config'])&&helper['isUndefined'](helper['getLocalIdentifier'](this[_0x8dfbf2(0xec)]))){if(_0x93843c['ibDAt'](_0x93843c[_0x8dfbf2(0xa9)],_0x93843c[_0x8dfbf2(0xd7)])){if(!helper[_0x8dfbf2(0x85)](this['config'][_0x8dfbf2(0xb7)])&&_0x93843c['wKxRT'](this[_0x8dfbf2(0xec)][_0x8dfbf2(0xb7)][_0x8dfbf2(0x122)],Object)){if(_0x93843c[_0x8dfbf2(0x13c)](_0x93843c[_0x8dfbf2(0x105)],_0x93843c['XXePl']))this[_0x8dfbf2(0xec)][_0x8dfbf2(0xb7)]['localIdentifier']=helper[_0x8dfbf2(0xe1)]();else throw new _0x3540e6(_0x93843c['kRISG']);}else _0x93843c[_0x8dfbf2(0x11c)](_0x93843c[_0x8dfbf2(0xeb)],_0x93843c[_0x8dfbf2(0x13a)])?this[_0x8dfbf2(0xec)]['browserStackLocalOptions']={'localIdentifier':helper[_0x8dfbf2(0xe1)]()}:_0x283604['info'](_0x93843c[_0x8dfbf2(0x141)]);}else this[_0x8dfbf2(0xec)]['browserStackLocalOptions']={'localIdentifier':_0x2244e3[_0x8dfbf2(0xe1)]()};}helper[_0x8dfbf2(0x8a)](this[_0x8dfbf2(0xec)],this[_0x8dfbf2(0xfe)],this['envConfig']);try{if(_0x93843c[_0x8dfbf2(0x89)](_0x93843c[_0x8dfbf2(0x9f)],_0x93843c[_0x8dfbf2(0x9f)]))process[_0x8dfbf2(0x114)][_0x8dfbf2(0xb1)]=_0x207c7a['_'][0x0],helper[_0x8dfbf2(0x12c)](_0x93843c[_0x8dfbf2(0xe3)],{},this['config'],this[_0x8dfbf2(0x159)]);else{_0x1eb797[_0x8dfbf2(0x86)](_0x19f5e7);throw new _0x5782b2(_0x4f484d[_0x8dfbf2(0x145)]());}}catch(_0x3e8631){_0x93843c[_0x8dfbf2(0x11b)](_0x93843c[_0x8dfbf2(0x104)],_0x93843c[_0x8dfbf2(0xbd)])?logger[_0x8dfbf2(0x86)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x3e8631):_0x4c8cff[_0x8dfbf2(0x14d)](_0x93843c[_0x8dfbf2(0x158)]);}}async['initialize'](){const _0x16f5e1=a47_0x41109d,_0xfff0c6={'hHHeN':_0x16f5e1(0x8e),'fcTqr':function(_0x1b04b6,_0x1ac2e0){return _0x1b04b6===_0x1ac2e0;},'vvLHd':function(_0x22d39,_0x4029be){return _0x22d39+_0x4029be;},'xyJfQ':'?caps=','vgSJq':'SDKTestAttempted','LnuFH':function(_0x53897b,_0x131e4c){return _0x53897b(_0x131e4c);},'RFrow':function(_0xcaeba0,_0x5a66a2){return _0xcaeba0===_0x5a66a2;},'TyWWA':_0x16f5e1(0xee),'ihJYV':function(_0x407572,_0x105319){return _0x407572!==_0x105319;},'NBzcd':_0x16f5e1(0xdf),'FhmsP':_0x16f5e1(0x134),'DdHrL':_0x16f5e1(0x13e),'kZxeY':_0x16f5e1(0x11d),'UJDtS':_0x16f5e1(0x96),'KowII':'playwright','xppEf':'PSNsD','vVhRr':_0x16f5e1(0xd0),'bUSbY':_0x16f5e1(0x15d),'bVKWr':_0x16f5e1(0xb5),'rRMTO':_0x16f5e1(0x128)};if(_0xfff0c6[_0x16f5e1(0xa0)](isTurboScaleSession,this[_0x16f5e1(0xec)])){if(_0xfff0c6[_0x16f5e1(0x118)](_0xfff0c6[_0x16f5e1(0x164)],_0xfff0c6['TyWWA'])){const _0x5456b0=await helper['getTurboScaleGridDetails'](this['config']);this[_0x16f5e1(0xec)]['turboScaleGridDetails']=_0x5456b0;if(_0x5456b0['isTrialGrid']){if(_0xfff0c6[_0x16f5e1(0x14f)](_0xfff0c6['NBzcd'],_0xfff0c6[_0x16f5e1(0x10f)]))this['config'][_0x16f5e1(0xff)]=!![],this[_0x16f5e1(0xec)][_0x16f5e1(0xb7)][_0x16f5e1(0xd9)]=_0xfff0c6['DdHrL'],this[_0x16f5e1(0xec)]['browserStackLocalOptions'][_0xfff0c6[_0x16f5e1(0x116)]]=_0x5456b0['customRepeaters'][_0x16f5e1(0xc4)](','),this['config']['browserStackLocalOptions']['forceLocal']=_0xfff0c6[_0x16f5e1(0x13b)];else throw new _0x3169ed(_0xfff0c6['hHHeN']);}this[_0x16f5e1(0xec)][_0x16f5e1(0xe9)]=_0x5456b0[_0x16f5e1(0x112)],this[_0x16f5e1(0x159)]&&_0xfff0c6['fcTqr'](this[_0x16f5e1(0x159)]['toLowerCase'](),_0xfff0c6[_0x16f5e1(0x14a)])&&(_0xfff0c6[_0x16f5e1(0x14f)](_0xfff0c6['xppEf'],_0xfff0c6['xppEf'])?!_0x254bff[_0x16f5e1(0x85)](this[_0x16f5e1(0xec)][_0x16f5e1(0xb7)])&&_0xfff0c6['fcTqr'](this['config']['browserStackLocalOptions'][_0x16f5e1(0x122)],_0x13830f)?this[_0x16f5e1(0xec)][_0x16f5e1(0xb7)][_0x16f5e1(0xd9)]=_0x1ef38e[_0x16f5e1(0xe1)]():this[_0x16f5e1(0xec)]['browserStackLocalOptions']={'localIdentifier':_0x3ae986[_0x16f5e1(0xe1)]()}:this['config'][_0x16f5e1(0xe9)]=_0xfff0c6[_0x16f5e1(0xea)](_0x5456b0['playwrightUrl'],_0xfff0c6['xyJfQ'])),constants['hubUrl']=helper[_0x16f5e1(0xdd)](this['config']),logger['debug'](_0x16f5e1(0x152)+constants[_0x16f5e1(0x15f)]);}else this[_0x16f5e1(0xec)][_0x16f5e1(0xf9)]=!![];}helper[_0x16f5e1(0x142)](this[_0x16f5e1(0xec)]),this['setupKeepAlive']();constants[_0x16f5e1(0xb9)][_0x16f5e1(0x8b)](this[_0x16f5e1(0x159)])&&(_0xfff0c6[_0x16f5e1(0xce)](_0xfff0c6[_0x16f5e1(0x124)],_0xfff0c6[_0x16f5e1(0x124)])?await this[_0x16f5e1(0x153)]():this[_0x16f5e1(0xec)][_0x16f5e1(0xe9)]=_0xfff0c6['vvLHd'](_0x100019[_0x16f5e1(0xa5)],_0xfff0c6[_0x16f5e1(0xb8)]));await this[_0x16f5e1(0xf1)]();if(![_0xfff0c6[_0x16f5e1(0xac)]][_0x16f5e1(0x8b)](this[_0x16f5e1(0x159)])&&!_0xfff0c6['LnuFH'](isTurboScaleSession,this['config'])){if(_0xfff0c6[_0x16f5e1(0xce)](_0xfff0c6['bVKWr'],_0xfff0c6[_0x16f5e1(0xa8)])){try{_0x3e51a3[_0x16f5e1(0x114)][_0x16f5e1(0xb1)]=_0x3dcc69,_0x5b4461[_0x16f5e1(0x12c)](_0xfff0c6['vgSJq'],{},this[_0x16f5e1(0xec)],this[_0x16f5e1(0x159)]);}catch(_0x376a8e){_0x4832d3[_0x16f5e1(0x86)](_0x16f5e1(0x10d)+_0x376a8e);}return;}else await this[_0x16f5e1(0xcb)]();}}async['setupPercy'](){const _0x26c942=a47_0x41109d,_0x4e13f1={'DhQkn':_0x26c942(0x8f),'Eykdn':function(_0x342746,_0x269707){return _0x342746===_0x269707;},'sVBIi':_0x26c942(0xf0),'POkLR':_0x26c942(0xba),'DZImo':function(_0x52eab9,_0x57a794){return _0x52eab9===_0x57a794;},'WUTsZ':function(_0x28c219,_0x268a4b){return _0x28c219<_0x268a4b;},'ccORD':function(_0x21b9fd,_0x2f6a25){return _0x21b9fd(_0x2f6a25);},'GjoeD':_0x26c942(0x165),'tnVgu':'4.5.0','GrfPF':_0x26c942(0xe4),'dNzlH':_0x26c942(0xcc),'kiQRF':function(_0x339f83,_0x3aeb75){return _0x339f83!==_0x3aeb75;},'afuuf':_0x26c942(0x136),'zuFoE':_0x26c942(0xdc),'WWEwP':function(_0x591799,_0x5c9157){return _0x591799===_0x5c9157;},'FFINU':_0x26c942(0xcd),'yWCKw':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','mKthV':_0x26c942(0x163),'ZYXHm':_0x26c942(0xc6),'JPuFJ':_0x26c942(0xbe),'HHSVE':'SIGTERM','ltwrG':'yTimK'};if(helper[_0x26c942(0x97)](this[_0x26c942(0xec)][_0x26c942(0x15e)])&&(!this['percy']||!this[_0x26c942(0x15e)][_0x26c942(0xe0)]())){if(_0x4e13f1['DZImo'](_0x4e13f1['dNzlH'],_0x4e13f1[_0x26c942(0x11e)]))try{if(_0x4e13f1[_0x26c942(0x133)](_0x4e13f1['afuuf'],_0x4e13f1[_0x26c942(0xe8)])){this['percy']=await percyHelper['startPercy'](this[_0x26c942(0xec)]);if(!this[_0x26c942(0x15e)]){if(_0x4e13f1[_0x26c942(0xa7)](_0x4e13f1[_0x26c942(0x8d)],_0x4e13f1[_0x26c942(0x8d)]))throw new Error(_0x4e13f1[_0x26c942(0x9c)]);else _0x211198[_0x26c942(0x110)](_0x4e13f1[_0x26c942(0xf7)],_0x389f22[_0x26c942(0xd6)]);}logger['info'](_0x4e13f1[_0x26c942(0xfc)]);let _0x30823c=0x0;const _0x1b756e=async()=>{const _0x14c215=_0x26c942;_0x4e13f1[_0x14c215(0xbf)](_0x4e13f1['sVBIi'],_0x4e13f1[_0x14c215(0xda)])?this[_0x14c215(0xec)][_0x14c215(0xb7)][_0x14c215(0xd9)]=_0x45ffa3[_0x14c215(0xe1)]():(_0x30823c++,_0x4e13f1['DZImo'](_0x30823c,0x1)&&await this[_0x14c215(0x10a)]());};process['on'](_0x4e13f1['ZYXHm'],_0x1b756e),process['on'](_0x4e13f1[_0x26c942(0x106)],_0x1b756e),process['on'](_0x4e13f1[_0x26c942(0x14e)],_0x1b756e);}else this[_0x26c942(0xec)][_0x26c942(0xf9)]=![];}catch(_0x2fa51d){if(_0x4e13f1[_0x26c942(0x119)](_0x4e13f1[_0x26c942(0x12e)],_0x4e13f1[_0x26c942(0x12e)])){logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x2fa51d);throw new Error(_0x2fa51d['toString']());}else _0x4e13f1['WUTsZ'](_0x4e13f1[_0x26c942(0xe5)](_0x39cc0a,_0x2999aa[_0x26c942(0x151)](_0x4e13f1[_0x26c942(0xa6)])),0x3)&&(this[_0x26c942(0xec)][_0x26c942(0xf9)]=![]),_0x4e13f1['Eykdn'](_0x2b5a18[_0x26c942(0x87)](_0x9ed2cc[_0x26c942(0x151)](_0x4e13f1['GjoeD']),_0x4e13f1[_0x26c942(0x8c)]),0x1)&&(this[_0x26c942(0xec)]['useW3C']=!![]);}else _0x24eda1[_0x26c942(0x110)](_0x4e13f1[_0x26c942(0xc9)],_0x1b9825[_0x26c942(0xd6)]);}}async[a47_0x41109d(0x10a)](){const _0x26e4bc=a47_0x41109d,_0x273b42={};_0x273b42['OsgsQ']=_0x26e4bc(0x156),_0x273b42['LQvWy']=_0x26e4bc(0x8f);const _0x3416b6=_0x273b42;if(this[_0x26e4bc(0x15e)]&&this[_0x26e4bc(0x15e)][_0x26e4bc(0xe0)]())try{await percyHelper[_0x26e4bc(0x10a)](this[_0x26e4bc(0x15e)]),logger[_0x26e4bc(0x10c)](_0x3416b6[_0x26e4bc(0x117)]);}catch(_0x3f9f49){logger['error'](_0x3416b6[_0x26e4bc(0x14c)],_0x3f9f49[_0x26e4bc(0xd6)]);}}async[a47_0x41109d(0xf1)](){const _0x28c78b=a47_0x41109d,_0xf93c9e={};_0xf93c9e[_0x28c78b(0x98)]=function(_0x8eabd0,_0x38808b){return _0x8eabd0===_0x38808b;},_0xf93c9e[_0x28c78b(0x129)]=_0x28c78b(0xc2),_0xf93c9e[_0x28c78b(0x144)]='beforeExit',_0xf93c9e['lMjtK']='SIGINT',_0xf93c9e[_0x28c78b(0xbc)]=_0x28c78b(0xfa);const _0x48e7a1=_0xf93c9e;if(helper[_0x28c78b(0x97)](this['config'][_0x28c78b(0xff)])&&(!this[_0x28c78b(0xff)]||!this['browserstackLocal'][_0x28c78b(0xe0)]()))try{this[_0x28c78b(0xff)]=await helper[_0x28c78b(0x146)](this[_0x28c78b(0xec)]),logger[_0x28c78b(0x10c)](_0x48e7a1[_0x28c78b(0x129)]);let _0x217059=0x0;const _0x3ac8f4=async()=>{const _0x562d53=_0x28c78b;_0x217059++,_0x48e7a1['XdHPQ'](_0x217059,0x1)&&await this[_0x562d53(0xb6)]();};process['on'](_0x48e7a1[_0x28c78b(0x144)],_0x3ac8f4),process['on'](_0x48e7a1[_0x28c78b(0x120)],_0x3ac8f4),process['on'](_0x48e7a1[_0x28c78b(0xbc)],_0x3ac8f4);}catch(_0x48aefb){logger['debug'](_0x48aefb);throw new Error(_0x48aefb[_0x28c78b(0x145)]());}}async[a47_0x41109d(0xb6)](){const _0x92ff0=a47_0x41109d,_0x4a25c5={};_0x4a25c5[_0x92ff0(0x9e)]='Local\x20binary\x20stopped',_0x4a25c5[_0x92ff0(0xae)]=_0x92ff0(0xe4);const _0x7b95b8=_0x4a25c5;if(this[_0x92ff0(0xff)]&&this[_0x92ff0(0xff)][_0x92ff0(0xe0)]())try{await helper[_0x92ff0(0x99)](this[_0x92ff0(0xff)]),logger[_0x92ff0(0x10c)](_0x7b95b8['QEWzg']);}catch(_0x3a8044){logger[_0x92ff0(0x110)](_0x7b95b8[_0x92ff0(0xae)],_0x3a8044[_0x92ff0(0xd6)]);}}async['setUpHubUrl'](){await hubAllocator['allocateHub'](this['config']);}['setupKeepAlive'](){const _0x14e8e2=a47_0x41109d,_0x36eb39={'MntOn':function(_0x525dad,_0x43f5f4){return _0x525dad(_0x43f5f4);},'AgRns':_0x14e8e2(0x90)};_0x36eb39[_0x14e8e2(0xd4)](require,_0x36eb39[_0x14e8e2(0x10b)])();}[a47_0x41109d(0x131)](){const _0x3c6bbf=a47_0x41109d,_0x935c58={};_0x935c58[_0x3c6bbf(0x155)]='unhandledRejection',_0x935c58[_0x3c6bbf(0x161)]='uncaughtException';const _0x5e4a45=_0x935c58,_0x4cffa=_0x48c714=>{const _0x3598b2=_0x3c6bbf;logger[_0x3598b2(0x110)](_0x48c714['message']),logger[_0x3598b2(0x86)](util['format'](_0x48c714)),this[_0x3598b2(0x102)][_0x3598b2(0xf4)](util[_0x3598b2(0x15b)]('%j',_0x48c714));};process['on'](_0x5e4a45['DsaHS'],_0x4cffa),process['on'](_0x5e4a45[_0x3c6bbf(0x161)],_0x4cffa);}}function a47_0x4c45(){const _0x4c6566=['ccORD','ttJdt','platforms','zuFoE','turboScaleUrl','vvLHd','EngXZ','config','pAHjj','kJUgd','NcXpy','FGrSo','setupBrowserstackLocal','Ulrgk','length','push','kJPvm','getConfigPath','DhQkn','786330QyktAl','useW3C','SIGTERM','uLBEi','mKthV','UcTKZ','cliConfig','browserstackLocal','Error\x20in\x20percy\x20setup\x20','getUserName','unhandledErrors','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','zSRXG','XXePl','JPuFJ','./logger','290877NnUCDu','BROWSERSTACK_TURBOSCALE','stopPercy','AgRns','info','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','turboScale','FhmsP','error','AEKeW','url','userName\x20or\x20accessKey\x20is\x20not\x20defined','env','wjJhq','kZxeY','OsgsQ','RFrow','DZImo','default','QNkYY','cWpzL','custom-repeater','dNzlH','rmcSZ','lMjtK','yxIol','constructor','testContextOptions','vVhRr','oHcqB','gaudW','customRepeaters','sbyIh','KoFwn','HppvL','GpNes','fireFunnelTestEvent','4.5.0','ltwrG','isBrowserstackInfra','bRWhr','handleExceptions','262840hjpqEi','kiQRF','MNVnk','winstonLogger','hYbad','setBrowserstackInfraFromConfig','zzlbM','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','uZfJW','UJDtS','FRNkH','128hrRZrN','ats-repeater','LcpPt','mwFgH','BYKRX','setProxySettings','../bin/utils/constants','jlEBT','toString','startLocalBinary','1118005ilZMza','./ats/helper','turboScaleOptions','KowII','DZHeI','LQvWy','warn','HHSVE','ihJYV','EYWXb','getPackageVersion','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','setupPercy','getLocalConfig','DsaHS','Percy\x20stopped','1355210UvIxZx','Kwcfx','framework','QpnNe','format','HUnay','codeceptjs','percy','hubUrl','168bPgmuZ','GRYex','./helper','Percy\x20started\x20successfully','TyWWA','selenium-webdriver','869XYqTcS','requireSeleniumWebdriverCheck','isUndefined','debug','compareVersions','skipSessionStatus','jGWLz','setLogLevel','includes','tnVgu','FFINU','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','Error\x20occured\x20while\x20stopping\x20percy','./setKeepAlive','333678uESIRL','Mmczx','uncaughtException','jDQLn','setEnvCaps','true','isTrue','XdHPQ','stopLocalBinary','dYiiH','forceLocal','yWCKw','sanitizeCaps','QEWzg','myybb','LnuFH','uuGLc','44InMCxh','RVUup','aROar','playwrightUrl','GjoeD','WWEwP','rRMTO','gTDPg','dtqzA','No\x20config\x20provided.','bUSbY','EKBGJ','uWfLv','LuYoS','rgFFE','FRAMEWORK','iDtiT','SDKTestAttempted','HkTlz','eiCbj','stopBrowserstackLocal','browserStackLocalOptions','xyJfQ','PERCY_SUPPORTED_FRAMEWORKS','Hklsv','vpdSn','ewwdC','VrLlS','SIGINT','Eykdn','wKxRT','PMJMA','Local\x20binary\x20started\x20successfully','KylRD','join','envConfig','beforeExit','kRISG','parallelsPerPlatform','GrfPF','TSNxl','setUpHubUrl','EpycD','dPtTc','fcTqr','feDVa','yeOTf','2514346lbALIb','FuxLw','getFinalCaps','MntOn','wdniw','message','MVgec','VnenX','localIdentifier','POkLR','BOqee','gvOji','getHubUrl','unhandledRejection','MCkMn','isRunning','generateLocalIdentifier','getAccessKey','LlUdc','Error\x20occured\x20while\x20stopping\x20local\x20binary'];a47_0x4c45=function(){return _0x4c6566;};return a47_0x4c45();}exports[a47_0x41109d(0x11a)]=BrowserStackSetup;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a48_0x58e144=a48_0x5654;function a48_0x5654(_0x2c4a2e,_0x22c612){var _0x43dd6e=a48_0x43dd();return a48_0x5654=function(_0x56540a,_0x18be57){_0x56540a=_0x56540a-0x64;var _0x7907=_0x43dd6e[_0x56540a];return _0x7907;},a48_0x5654(_0x2c4a2e,_0x22c612);}(function(_0x1ec0d1,_0x3e5429){var _0x4a2836=a48_0x5654,_0x2107ed=_0x1ec0d1();while(!![]){try{var _0x2c8f0d=-parseInt(_0x4a2836(0x6a))/0x1+-parseInt(_0x4a2836(0x6b))/0x2+-parseInt(_0x4a2836(0x64))/0x3*(parseInt(_0x4a2836(0x65))/0x4)+-parseInt(_0x4a2836(0x68))/0x5*(-parseInt(_0x4a2836(0x66))/0x6)+-parseInt(_0x4a2836(0x6d))/0x7*(parseInt(_0x4a2836(0x6f))/0x8)+-parseInt(_0x4a2836(0x67))/0x9+-parseInt(_0x4a2836(0x6c))/0xa*(-parseInt(_0x4a2836(0x70))/0xb);if(_0x2c8f0d===_0x3e5429)break;else _0x2107ed['push'](_0x2107ed['shift']());}catch(_0x427886){_0x2107ed['push'](_0x2107ed['shift']());}}}(a48_0x43dd,0x41260),exports[a48_0x58e144(0x69)]=a48_0x58e144(0x6e));function a48_0x43dd(){var _0x898e7e=['107583GGUeqU','590088exWfSn','9551950qZPLYg','308266zWXZif','https://accessibility.browserstack.com/api','64ThTLbE','11CUzbEB','164766cnpkCi','8fpDCYw','202866CLSnWh','237942fEWHOc','30IIklRo','API_URL'];a48_0x43dd=function(){return _0x898e7e;};return a48_0x43dd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a49_0x2d06(){const _0x3c5ba=['3GapvBG','wqfYA','Oejqw','getAccessKey','PUT','Invalid\x20request:\x20','SrjAv','QMUjO','isTrue','bvdbA','ghJlD','\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','Authorization','COrFL','LXhuJ','CWlyJ','UEGXI','1015016HMKKSL','thRUG','env','shouldScanTestForAccessibility','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','YfIMm','aquSK','LCCQD','MlMmM','NaLLj','../helper','IUiXN','getPlatform','path','ZUwfN','razTO','Byqol','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','rXBTa','PjaVr','NxkYl','body','ITcVq','2691288HrDcDy','HwXeE','wIGtO','headers','smXQJ','./constants','Vkqsb','string','application/json','XKsHz','LqDrQ','jcrCA','jXJMZ','format','ZgXBB','wFuRR','fMiXi','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','sQPTz','ooAPw','fPCMX','winstonLogger','QjXML','FYOJq','wAhSh','GxixF','Fjyfx','DSNTo','includes','KCJED','stringify','9481000wjlXjo','Content-Type','bEFpC','errors','lRJYb','aJbkm','coVYe','No\x20accessibility\x20summary\x20was\x20found.','IlRlM','jFzjZ','POST','235lNMQIr','info','test_runs','HfAQw','rjLoZ','ZyIsi','OJFVU','fNXVd','warn','DNICG','status','getPlatformVersion','QqhzW','sjDjx','HTPwx','UtyNm','8964StSZJx','ICwfo','No\x20accessibility\x20results\x20were\x20found.','MlcRJ','hbEld','tQpAH','TvwZC','UzlNA','bAbOS','mLtBo','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','checkAccessibilityPlatformConfig','stopAccessibilityTestRun','NrpZD','jxYap','SkBBs','UxKVe','isAccessibilityPlatform','accessibilityToken','scannerVersion','getCapabilities','FhLCv','jeNTQ','UbAMY','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','MeCXa','mKbCP','QzXAG','tgBNx','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','BS_A11Y_JWT','data','statusText','excludeTagsInTestingScope','getHostInfo','success','uMmSW','NHcOJ','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','getCiInfo','fHdst','wkUdi','uouDw','debug','tKcsH','join','8620lZEonB','VhemZ','hPEjK','AAYJP','jrQtK','AqwRJ','getAccessibilityResultsSummary','NAlSa','UwfCH','createAccessibilityTestRun','xTVlw','basename','includeTagsInTestingScope','toISOString','bydlg','hKNcD','kDfBf','Ojqzu','accessibility','getAccessibilityResults','iFDnx','getBrowserVersion','HJoRn','HdorH','MaeoJ','user','nodeRequest','KFela','projectName','GbQbP','wbyBj','TsXBo','cwd','auth','nPJph','ybOfU','OoMbp','cbEHD','util','XrUdS','PDVRj','cLtbZ','hDvse','getUserName','tLDxv','wiGvr','3122224wNVfyu','degtg','resolve','ulvyY','WzTaj','BLRNm','zdoLt','false','sBIma','forEach','wwwuv','platforms','msxMC','502713LmgAqv','JWHzL','RrrtY','IigtD','cghHu','nDjhx','DIPxv','message','BUGlR','WHdAm','UbWDE','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isUndefined','null','\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','AYzpo','thoDK','response','LOfli','EJFKU','BNkWM','RqfJA','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','test_runs/stop','Bearer\x20','browserstack','UUyTb','BROWSERSTACK_TEST_ACCESSIBILITY_YML','avSIG','xVtnq','../logger','buildName','zxjgq','Skfyw','fyXYl','fFvhX','nnxom','KbItF','zAUkl','cdokV','Invalid\x20configuration\x20passed.','isArray','QxQYN','getAgentVersion','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','lbBhR','executeScript','error','JvehL','IAlSx','ljiIW','sMcxF','FvmXt','zXdVh','PrRgY','NfNku','sVzqp','zYTsK','some','vWDTe','stack','2464LjgUDw','json','agSck','CaznU','isBrowserstackInfra','isAccessibilityAutomationSession','length','assign','ZAjEM','parse','MhyhA','VbdCE','eFcNP'];a49_0x2d06=function(){return _0x3c5ba;};return a49_0x2d06();}const a49_0x3c2138=a49_0x4d26;(function(_0x44ca34,_0x133451){const _0x3774c7=a49_0x4d26,_0x4d96eb=_0x44ca34();while(!![]){try{const _0x264e02=parseInt(_0x3774c7(0x278))/0x1+parseInt(_0x3774c7(0x1bd))/0x2*(parseInt(_0x3774c7(0x1ac))/0x3)+parseInt(_0x3774c7(0x23d))/0x4*(-parseInt(_0x3774c7(0x1ff))/0x5)+parseInt(_0x3774c7(0x1d5))/0x6+-parseInt(_0x3774c7(0x26b))/0x7+parseInt(_0x3774c7(0x19f))/0x8*(parseInt(_0x3774c7(0x20f))/0x9)+-parseInt(_0x3774c7(0x1f4))/0xa;if(_0x264e02===_0x133451)break;else _0x4d96eb['push'](_0x4d96eb['shift']());}catch(_0x29696d){_0x4d96eb['push'](_0x4d96eb['shift']());}}}(a49_0x2d06,0x41f28));const path=require(a49_0x3c2138(0x1ca)),util=require(a49_0x3c2138(0x263)),bsSetupHelper=require(a49_0x3c2138(0x1c7)),logger=require(a49_0x3c2138(0x180))[a49_0x3c2138(0x1ea)],{API_URL}=require(a49_0x3c2138(0x1da));function a49_0x4d26(_0x16731d,_0x3d5612){const _0x2d06c7=a49_0x2d06();return a49_0x4d26=function(_0x4d2682,_0x49a0fc){_0x4d2682=_0x4d2682-0x166;let _0x1f249d=_0x2d06c7[_0x4d2682];return _0x1f249d;},a49_0x4d26(_0x16731d,_0x3d5612);}exports['fetchPlatformDetails']=async _0x37f049=>{const _0xee4e78=a49_0x3c2138,_0x51cd12={};_0x51cd12[_0xee4e78(0x17f)]=_0xee4e78(0x191),_0x51cd12[_0xee4e78(0x23b)]=function(_0x2545f1,_0x13bd42){return _0x2545f1===_0x13bd42;},_0x51cd12['COrFL']=_0xee4e78(0x183),_0x51cd12[_0xee4e78(0x176)]=_0xee4e78(0x17b),_0x51cd12['EyXpV']=function(_0x1f5f94,_0x2b0208){return _0x1f5f94!==_0x2b0208;},_0x51cd12[_0xee4e78(0x1c8)]=_0xee4e78(0x175);const _0xccaec8=_0x51cd12;let _0x11d5f6={};try{if(_0xccaec8[_0xee4e78(0x23b)](_0xccaec8[_0xee4e78(0x1b9)],_0xccaec8[_0xee4e78(0x1b9)])){const _0x53da80=await _0x37f049[_0xee4e78(0x223)]();_0x11d5f6={'os_name':_0x53da80[_0xee4e78(0x1c9)](),'os_version':bsSetupHelper[_0xee4e78(0x20a)](_0xccaec8[_0xee4e78(0x23b)](global['__cloud_provider___'],_0xccaec8['BNkWM'])),'browser_name':_0x53da80['getBrowserName'](),'browser_version':_0x53da80[_0xee4e78(0x252)]()};}else{_0x4b53e2[_0xee4e78(0x173)]?_0x2504fa['error'](_0xee4e78(0x1cf)+_0x55be56[_0xee4e78(0x173)][_0xee4e78(0x209)]+'\x20'+_0x385514['response']['statusText']+'\x20'+_0x1a41e3[_0xee4e78(0x1f3)](_0x47a208['response'][_0xee4e78(0x22e)])):_0x28cb95[_0xee4e78(0x191)](_0xee4e78(0x1cf)+(_0x5cf227['message']||_0x566de7['format'](_0x5e57ca)));const _0x18b8f8={};return _0x18b8f8[_0xee4e78(0x209)]=_0xccaec8[_0xee4e78(0x17f)],_0x18b8f8[_0xee4e78(0x169)]=_0x488253[_0xee4e78(0x169)]||(_0x1286c4[_0xee4e78(0x173)]?_0x4cf8c6[_0xee4e78(0x173)]['status']+':'+_0x505947[_0xee4e78(0x173)][_0xee4e78(0x22f)]:_0x5cd40c),_0x18b8f8;}}catch(_0x34133f){_0xccaec8['EyXpV'](_0xccaec8['IUiXN'],_0xccaec8['IUiXN'])?_0x3f1eef['error'](_0xee4e78(0x1cf)+(_0x3b163b['message']||_0x3af0b4[_0xee4e78(0x1e2)](_0x272499))):logger[_0xee4e78(0x23a)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x34133f);}return _0x11d5f6;},exports[a49_0x3c2138(0x1a4)]=()=>{const _0x33514c=a49_0x3c2138,_0x1ca816={};_0x1ca816[_0x33514c(0x166)]='success',_0x1ca816[_0x33514c(0x18c)]=function(_0x1e802f,_0xf2c44){return _0x1e802f!==_0xf2c44;},_0x1ca816[_0x33514c(0x1cb)]=_0x33514c(0x20c),_0x1ca816[_0x33514c(0x19a)]=function(_0x183209,_0x5b9253){return _0x183209===_0x5b9253;},_0x1ca816[_0x33514c(0x21c)]=_0x33514c(0x1c4),_0x1ca816[_0x33514c(0x27b)]=_0x33514c(0x1e8),_0x1ca816[_0x33514c(0x1e1)]=function(_0x4e0071,_0x160b20){return _0x4e0071===_0x160b20;},_0x1ca816[_0x33514c(0x21d)]=_0x33514c(0x1dc),_0x1ca816[_0x33514c(0x254)]=function(_0x2adabe,_0xf32f6b){return _0x2adabe>_0xf32f6b;},_0x1ca816[_0x33514c(0x1d7)]=function(_0x4de7a0,_0x54e3dc){return _0x4de7a0!==_0x54e3dc;},_0x1ca816['PjaVr']=_0x33514c(0x16f),_0x1ca816[_0x33514c(0x214)]=function(_0x4705d9,_0x675efd){return _0x4705d9&&_0x675efd;},_0x1ca816[_0x33514c(0x247)]=_0x33514c(0x26a),_0x1ca816['JWHzL']='tihte';const _0x996e9c=_0x1ca816;try{if(_0x996e9c['QxQYN'](_0x996e9c['ZUwfN'],_0x996e9c['ZUwfN']))_0x54fcac[_0x33514c(0x23a)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x3b5b09);else{if(!bsSetupHelper['isBrowserstackInfra']()){if(_0x996e9c[_0x33514c(0x19a)](_0x996e9c[_0x33514c(0x21c)],_0x996e9c[_0x33514c(0x27b)]))_0x2f822d=_0x318af7[_0x33514c(0x1a8)](_0xb15db7['env'][_0x33514c(0x16d)]);else return![];}const _0x235770=bsSetupHelper[_0x33514c(0x1b4)](process[_0x33514c(0x1bf)][_0x33514c(0x17d)])||bsSetupHelper[_0x33514c(0x1b4)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x247a64=_0x996e9c[_0x33514c(0x1e1)](typeof process[_0x33514c(0x1bf)][_0x33514c(0x22d)],_0x996e9c[_0x33514c(0x21d)])&&_0x996e9c[_0x33514c(0x254)](process['env']['BS_A11Y_JWT']['length'],0x0)&&_0x996e9c[_0x33514c(0x1d7)](process[_0x33514c(0x1bf)][_0x33514c(0x22d)],_0x996e9c[_0x33514c(0x1d1)]);return _0x996e9c['tQpAH'](_0x235770,_0x247a64);}}catch(_0xb4b4c7){if(_0x996e9c['jXJMZ'](_0x996e9c['xTVlw'],_0x996e9c[_0x33514c(0x279)])){_0x101e75[_0x33514c(0x200)](_0x33514c(0x219)+new _0x20a6eb()['toISOString']());const _0x12e9ed={};return _0x12e9ed['status']=_0x996e9c[_0x33514c(0x166)],_0x12e9ed[_0x33514c(0x169)]='',_0x12e9ed;}else logger['debug'](_0x33514c(0x235)+_0xb4b4c7);}return![];},exports[a49_0x3c2138(0x1c0)]=(_0x156fcd,_0x70de66=!![])=>{const _0x1cd417=a49_0x3c2138,_0x5a72c3={};_0x5a72c3[_0x1cd417(0x195)]=_0x1cd417(0x1c1),_0x5a72c3[_0x1cd417(0x271)]=function(_0x45dcc2,_0x25c79a){return _0x45dcc2==_0x25c79a;},_0x5a72c3[_0x1cd417(0x1aa)]=function(_0x1807a2,_0x453ef1){return _0x1807a2!==_0x453ef1;},_0x5a72c3['kDfBf']=_0x1cd417(0x1eb),_0x5a72c3[_0x1cd417(0x22a)]=function(_0x1ab227,_0x4f738c){return _0x1ab227===_0x4f738c;},_0x5a72c3[_0x1cd417(0x193)]=_0x1cd417(0x229),_0x5a72c3[_0x1cd417(0x27a)]=_0x1cd417(0x213),_0x5a72c3[_0x1cd417(0x18f)]=_0x1cd417(0x1df),_0x5a72c3[_0x1cd417(0x26f)]=function(_0x49f924,_0x1ede07){return _0x49f924===_0x1ede07;},_0x5a72c3[_0x1cd417(0x194)]=_0x1cd417(0x1a9),_0x5a72c3[_0x1cd417(0x187)]='vXQHL',_0x5a72c3['VIwCo']=function(_0x484d92,_0x151167){return _0x484d92===_0x151167;},_0x5a72c3[_0x1cd417(0x192)]=function(_0x2dfb21,_0x28b233){return _0x2dfb21&&_0x28b233;},_0x5a72c3[_0x1cd417(0x25b)]=_0x1cd417(0x1fa),_0x5a72c3[_0x1cd417(0x1cd)]=_0x1cd417(0x226);const _0x485a88=_0x5a72c3;if(_0x485a88[_0x1cd417(0x271)](process['env'][_0x1cd417(0x16d)],null)){if(_0x485a88['VbdCE'](_0x485a88[_0x1cd417(0x24d)],_0x485a88[_0x1cd417(0x24d)]))_0x4f72d9[_0x1cd417(0x23a)](_0x485a88[_0x1cd417(0x195)],_0x257e8b);else return!![];}try{if(_0x485a88[_0x1cd417(0x22a)](_0x485a88['IAlSx'],_0x485a88[_0x1cd417(0x193)])){const _0x562f4c=JSON[_0x1cd417(0x1a8)](process[_0x1cd417(0x1bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x2ea928=Array[_0x1cd417(0x18b)](_0x562f4c[_0x1cd417(0x249)])?_0x562f4c[_0x1cd417(0x249)]:[],_0x15bd40=Array[_0x1cd417(0x18b)](_0x562f4c[_0x1cd417(0x230)])?_0x562f4c[_0x1cd417(0x230)]:[];let _0x3b5094;_0x70de66?_0x485a88['QzXAG'](_0x485a88['RrrtY'],_0x485a88['lbBhR'])?_0x526bfe=_0x403f33[_0x1cd417(0x23c)]('/'):_0x3b5094=_0x156fcd[_0x1cd417(0x23c)]('/'):_0x485a88['WzTaj'](_0x485a88[_0x1cd417(0x194)],_0x485a88['KbItF'])?_0x1cf3bb={}:_0x3b5094=_0x156fcd;const _0x5213d8=_0x15bd40[_0x1cd417(0x19c)](_0x260c99=>_0x3b5094['includes'](_0x260c99)),_0x568d52=_0x485a88['VIwCo'](_0x2ea928['length'],0x0)||_0x2ea928[_0x1cd417(0x19c)](_0x209bda=>_0x3b5094[_0x1cd417(0x1f1)](_0x209bda));return _0x485a88['JvehL'](!_0x5213d8,_0x568d52);}else _0x40658f[_0x1cd417(0x191)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x1f1d7e[_0x1cd417(0x173)][_0x1cd417(0x209)]+'\x20'+_0x3d03aa[_0x1cd417(0x173)]['statusText']+'\x20'+_0x25ce7c[_0x1cd417(0x1f3)](_0x1e4706[_0x1cd417(0x173)][_0x1cd417(0x22e)]));}catch(_0x2df92e){_0x485a88[_0x1cd417(0x26f)](_0x485a88[_0x1cd417(0x25b)],_0x485a88[_0x1cd417(0x1cd)])?_0x49cded['debug'](_0x1cd417(0x235)+_0xb371fd):logger[_0x1cd417(0x23a)](_0x485a88[_0x1cd417(0x195)],_0x2df92e);}return![];},exports[a49_0x3c2138(0x21a)]=_0x3f79f8=>{const _0x17028f=a49_0x3c2138,_0x1e0490={};_0x1e0490[_0x17028f(0x224)]=function(_0x46961f,_0x467f9c){return _0x46961f===_0x467f9c;},_0x1e0490['GRixn']=_0x17028f(0x1dc),_0x1e0490['rjLoZ']=function(_0x4fc88d,_0x2bffea){return _0x4fc88d>_0x2bffea;},_0x1e0490[_0x17028f(0x24b)]=function(_0x641d01,_0x115371){return _0x641d01!==_0x115371;},_0x1e0490['smXQJ']=_0x17028f(0x16f),_0x1e0490[_0x17028f(0x210)]=function(_0x1fd94a,_0xdb80ba){return _0x1fd94a&&_0xdb80ba;},_0x1e0490[_0x17028f(0x25a)]=function(_0x566499,_0x228104){return _0x566499===_0x228104;},_0x1e0490[_0x17028f(0x21f)]=_0x17028f(0x19d),_0x1e0490[_0x17028f(0x25c)]='DfMzz',_0x1e0490[_0x17028f(0x20d)]=_0x17028f(0x1b6),_0x1e0490[_0x17028f(0x22b)]=_0x17028f(0x24c),_0x1e0490[_0x17028f(0x1ab)]=function(_0x3aa35c,_0x33b20e){return _0x3aa35c!==_0x33b20e;},_0x1e0490[_0x17028f(0x206)]=_0x17028f(0x1a7),_0x1e0490[_0x17028f(0x197)]=_0x17028f(0x234);const _0x1c81ec=_0x1e0490;let _0x526442=![];try{_0x1c81ec[_0x17028f(0x25a)](_0x1c81ec[_0x17028f(0x22b)],_0x1c81ec[_0x17028f(0x22b)])?_0x3f79f8[_0x17028f(0x276)]['forEach'](_0x3523e0=>{const _0x8a160b=_0x17028f,_0x1c2743={'AYzpo':function(_0xd1ca80,_0x886541){const _0x4af8c0=a49_0x4d26;return _0x1c81ec[_0x4af8c0(0x224)](_0xd1ca80,_0x886541);},'UcbFT':_0x1c81ec['GRixn'],'hPEjK':function(_0x16ca36,_0x194f23){const _0x3bec96=a49_0x4d26;return _0x1c81ec[_0x3bec96(0x203)](_0x16ca36,_0x194f23);},'IsPQv':function(_0x58fc3b,_0x1d212c){return _0x1c81ec['bydlg'](_0x58fc3b,_0x1d212c);},'aJbkm':_0x1c81ec[_0x8a160b(0x1d9)],'fFvhX':function(_0x5cc92f,_0x128556){return _0x1c81ec['ICwfo'](_0x5cc92f,_0x128556);}};if(_0x1c81ec[_0x8a160b(0x25a)](_0x1c81ec[_0x8a160b(0x21f)],_0x1c81ec['TsXBo'])){if(!_0x598e3a['isBrowserstackInfra']())return![];const _0x40ca21=_0x86e4d['isTrue'](_0x8cbd64[_0x8a160b(0x1bf)][_0x8a160b(0x17d)])||_0x481e10[_0x8a160b(0x1b4)](_0x3c4826['env'][_0x8a160b(0x1e6)]),_0x64af55=_0x1c2743[_0x8a160b(0x171)](typeof _0x1d2b7c[_0x8a160b(0x1bf)]['BS_A11Y_JWT'],_0x1c2743['UcbFT'])&&_0x1c2743[_0x8a160b(0x23f)](_0x59d0e7[_0x8a160b(0x1bf)][_0x8a160b(0x22d)]['length'],0x0)&&_0x1c2743['IsPQv'](_0x97d5e3[_0x8a160b(0x1bf)][_0x8a160b(0x22d)],_0x1c2743[_0x8a160b(0x1f9)]);return _0x1c2743[_0x8a160b(0x185)](_0x40ca21,_0x64af55);}else{if(bsSetupHelper[_0x8a160b(0x1b4)](_0x3523e0[_0x8a160b(0x24f)])){if(_0x1c81ec[_0x8a160b(0x25a)](_0x1c81ec[_0x8a160b(0x20d)],_0x1c81ec['HTPwx']))return _0x526442=!![],!![];else _0x3fa38f['error'](_0x3a8b8c[_0x8a160b(0x169)]);}}}):_0x39506d=_0x456fb0['parse'](_0x2f2b7c[_0x17028f(0x1bf)][_0x17028f(0x16d)]);}catch(_0x2a0f7d){_0x1c81ec[_0x17028f(0x1ab)](_0x1c81ec['fNXVd'],_0x1c81ec[_0x17028f(0x197)])?logger[_0x17028f(0x23a)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x2a0f7d):_0x290f0c[_0x17028f(0x276)][_0x17028f(0x274)](_0x20fc6a=>{const _0x31c30f=_0x17028f;if(_0x41eb57[_0x31c30f(0x1b4)](_0x20fc6a['accessibility']))return _0x1a633d=!![],!![];});}return _0x526442;},exports[a49_0x3c2138(0x246)]=async(_0x22d2c5,_0xc98f5b)=>{const _0x56177d=a49_0x3c2138,_0x5b56f0={};_0x5b56f0[_0x56177d(0x262)]=_0x56177d(0x178),_0x5b56f0[_0x56177d(0x1a1)]=_0x56177d(0x211),_0x5b56f0[_0x56177d(0x269)]=_0x56177d(0x22c),_0x5b56f0['awNiu']=_0x56177d(0x1ce),_0x5b56f0[_0x56177d(0x199)]=_0x56177d(0x1fb),_0x5b56f0[_0x56177d(0x19b)]=function(_0x36e6dd,_0x2e10da){return _0x36e6dd===_0x2e10da;},_0x5b56f0['sQPTz']=_0x56177d(0x1dc),_0x5b56f0[_0x56177d(0x188)]=function(_0x55d3ac,_0x14976c){return _0x55d3ac>_0x14976c;},_0x5b56f0[_0x56177d(0x251)]=function(_0x4ac058,_0x45e304){return _0x4ac058!==_0x45e304;},_0x5b56f0['CYLBv']='null',_0x5b56f0['FhpxE']=function(_0x1ba1f6,_0xa6b06e){return _0x1ba1f6&&_0xa6b06e;},_0x5b56f0[_0x56177d(0x202)]=function(_0x441e16,_0x128819){return _0x441e16===_0x128819;},_0x5b56f0[_0x56177d(0x1d0)]=_0x56177d(0x174),_0x5b56f0[_0x56177d(0x255)]=_0x56177d(0x277),_0x5b56f0[_0x56177d(0x1fd)]=function(_0xe59a16,_0x1b67fe){return _0xe59a16!==_0x1b67fe;},_0x5b56f0[_0x56177d(0x253)]=_0x56177d(0x1ec),_0x5b56f0['nPJph']=_0x56177d(0x237),_0x5b56f0['jrQtK']=function(_0x25ba5d,_0x1b51ab){return _0x25ba5d!==_0x1b51ab;},_0x5b56f0[_0x56177d(0x184)]=_0x56177d(0x20b),_0x5b56f0['GxixF']=_0x56177d(0x172),_0x5b56f0[_0x56177d(0x245)]=_0x56177d(0x1dd),_0x5b56f0['KFela']=_0x56177d(0x1fe),_0x5b56f0[_0x56177d(0x212)]=_0x56177d(0x201),_0x5b56f0[_0x56177d(0x1d4)]=_0x56177d(0x270),_0x5b56f0[_0x56177d(0x1e3)]=_0x56177d(0x208),_0x5b56f0[_0x56177d(0x1e5)]='rRTsL',_0x5b56f0['LXhuJ']=_0x56177d(0x216),_0x5b56f0[_0x56177d(0x204)]=_0x56177d(0x26c),_0x5b56f0[_0x56177d(0x1c5)]=_0x56177d(0x16a),_0x5b56f0[_0x56177d(0x218)]=_0x56177d(0x1f0),_0x5b56f0[_0x56177d(0x196)]=function(_0x380659,_0x35ec41){return _0x380659===_0x35ec41;},_0x5b56f0['TvwZC']=_0x56177d(0x18a),_0x5b56f0[_0x56177d(0x205)]=function(_0x177f86,_0x3ff6fb){return _0x177f86===_0x3ff6fb;},_0x5b56f0[_0x56177d(0x1b5)]=_0x56177d(0x186),_0x5b56f0[_0x56177d(0x1ed)]=_0x56177d(0x1e9),_0x5b56f0[_0x56177d(0x189)]=_0x56177d(0x1b3),_0x5b56f0[_0x56177d(0x1bb)]=_0x56177d(0x267),_0x5b56f0[_0x56177d(0x266)]=_0x56177d(0x272),_0x5b56f0['WHdAm']='ZDZrn',_0x5b56f0[_0x56177d(0x225)]='KSuwl';const _0x35f2a6=_0x5b56f0,_0x406042=bsSetupHelper[_0x56177d(0x268)](_0x22d2c5),_0x505c95=bsSetupHelper[_0x56177d(0x1af)](_0x22d2c5);if(bsSetupHelper[_0x56177d(0x16e)](_0x406042)||bsSetupHelper[_0x56177d(0x16e)](_0x505c95))return _0x35f2a6['HfAQw'](_0x35f2a6['rXBTa'],_0x35f2a6[_0x56177d(0x1d0)])?(logger['error'](_0x35f2a6['cbEHD']),[null,null]):(_0x300c52[_0x56177d(0x191)](_0x35f2a6[_0x56177d(0x262)]),[null,null]);try{if(_0x35f2a6['zYTsK'](_0x35f2a6[_0x56177d(0x255)],_0x35f2a6['MaeoJ'])){let _0x1db7c6;if(bsSetupHelper['isUndefined'](process['env'][_0x56177d(0x16d)])){if(_0x35f2a6[_0x56177d(0x1fd)](_0x35f2a6['HJoRn'],_0x35f2a6[_0x56177d(0x25f)]))_0x1db7c6={};else return!![];}else _0x35f2a6[_0x56177d(0x241)](_0x35f2a6[_0x56177d(0x184)],_0x35f2a6[_0x56177d(0x1ee)])?_0x1db7c6=JSON['parse'](process[_0x56177d(0x1bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x9c78e8[_0x56177d(0x23a)](_0x56177d(0x18e)+_0x5b3576);const _0x4ef231={'projectName':_0x22d2c5[_0x56177d(0x259)],'buildName':_0x22d2c5[_0x56177d(0x181)]||path[_0x56177d(0x248)](path[_0x56177d(0x26d)](process[_0x56177d(0x25d)]())),'startTime':new Date()[_0x56177d(0x24a)](),'description':_0x22d2c5['buildDescription']||'','source':{'frameworkName':_0xc98f5b,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0xc98f5b),'sdkVersion':bsSetupHelper[_0x56177d(0x18d)]()},'settings':_0x1db7c6,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x56177d(0x236)](),'hostInfo':bsSetupHelper[_0x56177d(0x231)](),'browserstackAutomation':bsSetupHelper[_0x56177d(0x1a3)]()},_0x3b5604={};_0x3b5604[_0x56177d(0x256)]=_0x406042,_0x3b5604['pass']=_0x505c95;const _0x36eef0={};_0x36eef0[_0x56177d(0x1f5)]=_0x35f2a6[_0x56177d(0x245)];const _0x4a828b={};_0x4a828b[_0x56177d(0x25e)]=_0x3b5604,_0x4a828b[_0x56177d(0x1d8)]=_0x36eef0;const _0x1ef952=_0x4a828b,_0x3dc1a8={};_0x3dc1a8[_0x56177d(0x1d3)]=_0x4ef231,_0x3dc1a8[_0x56177d(0x1a0)]=!![];const _0x44ee0e=Object[_0x56177d(0x1a6)](_0x1ef952,_0x3dc1a8),_0x1435d0=await bsSetupHelper[_0x56177d(0x257)](_0x35f2a6[_0x56177d(0x258)],_0x35f2a6[_0x56177d(0x212)],_0x44ee0e,_0x22d2c5,API_URL);let _0x4c5ff9=process[_0x56177d(0x1bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'];if(_0x4c5ff9){if(_0x35f2a6[_0x56177d(0x19b)](_0x35f2a6[_0x56177d(0x1d4)],_0x35f2a6[_0x56177d(0x1e3)]))return _0xa10a65[_0x56177d(0x191)](_0x35f2a6['agSck']),[];else _0x4c5ff9=JSON[_0x56177d(0x1a8)](process[_0x56177d(0x1bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}else{if(_0x35f2a6['jFzjZ'](_0x35f2a6[_0x56177d(0x1e5)],_0x35f2a6[_0x56177d(0x1e5)])){if(_0x3bcf6c[_0x56177d(0x1b4)](_0x576a72['accessibility']))return _0x4e5ab9=!![],!![];}else _0x4c5ff9={};}return _0x4c5ff9['scannerVersion']=_0x1435d0['data'][_0x56177d(0x22e)][_0x56177d(0x222)],process[_0x56177d(0x1bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x4c5ff9),[_0x1435d0[_0x56177d(0x22e)][_0x56177d(0x22e)][_0x56177d(0x221)],_0x1435d0[_0x56177d(0x22e)][_0x56177d(0x22e)]['id']];}else _0x45f5c4['error'](_0x56177d(0x227)+_0x577ef[_0x56177d(0x173)][_0x56177d(0x209)]+'\x20'+_0x15b997[_0x56177d(0x173)][_0x56177d(0x22f)]+'\x20'+_0x48f1b7['stringify'](_0x4e7927[_0x56177d(0x173)]['data']));}catch(_0x4cc59e){if(_0x35f2a6[_0x56177d(0x1fd)](_0x35f2a6['LXhuJ'],_0x35f2a6[_0x56177d(0x1ba)]))return _0x3b8880['warn'](_0x35f2a6[_0x56177d(0x269)]),[];else{if(_0x4cc59e[_0x56177d(0x173)]){if(_0x35f2a6[_0x56177d(0x251)](_0x35f2a6[_0x56177d(0x204)],_0x35f2a6[_0x56177d(0x204)]))return _0x201bb1[_0x56177d(0x207)](_0x35f2a6['awNiu']),{};else logger[_0x56177d(0x191)](_0x56177d(0x227)+_0x4cc59e[_0x56177d(0x173)][_0x56177d(0x209)]+'\x20'+_0x4cc59e[_0x56177d(0x173)][_0x56177d(0x22f)]+'\x20'+JSON[_0x56177d(0x1f3)](_0x4cc59e[_0x56177d(0x173)][_0x56177d(0x22e)]));}else{if(_0x35f2a6[_0x56177d(0x251)](_0x35f2a6[_0x56177d(0x1c5)],_0x35f2a6[_0x56177d(0x218)])){if(_0x35f2a6[_0x56177d(0x196)](_0x4cc59e['message'],_0x35f2a6[_0x56177d(0x215)])){if(_0x35f2a6['OJFVU'](_0x35f2a6['bvdbA'],_0x35f2a6[_0x56177d(0x1ed)]))return _0x39db48[_0x56177d(0x191)](_0x35f2a6[_0x56177d(0x199)]),{};else{logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x4cc59e[_0x56177d(0x169)]||_0x4cc59e[_0x56177d(0x19e)]));for(const _0x4a1313 of _0x4cc59e[_0x56177d(0x1f7)]){_0x35f2a6[_0x56177d(0x251)](_0x35f2a6[_0x56177d(0x189)],_0x35f2a6[_0x56177d(0x1bb)])?logger[_0x56177d(0x191)](_0x4a1313[_0x56177d(0x169)]):_0x451be6=_0x42a4d8;}process[_0x56177d(0x1bf)][_0x56177d(0x17d)]=_0x35f2a6[_0x56177d(0x266)],process['env'][_0x56177d(0x1e6)]=_0x35f2a6[_0x56177d(0x266)];}}else{if(_0x35f2a6['OJFVU'](_0x35f2a6[_0x56177d(0x16b)],_0x35f2a6[_0x56177d(0x225)])){try{if(!_0x4b33c8[_0x56177d(0x1a3)]())return![];const _0x2edea5=_0x50ece2['isTrue'](_0x292071['env'][_0x56177d(0x17d)])||_0x46c4ec[_0x56177d(0x1b4)](_0x48838f[_0x56177d(0x1bf)][_0x56177d(0x1e6)]),_0x2f51cd=_0x35f2a6[_0x56177d(0x19b)](typeof _0x4f3d63[_0x56177d(0x1bf)]['BS_A11Y_JWT'],_0x35f2a6[_0x56177d(0x1e7)])&&_0x35f2a6[_0x56177d(0x188)](_0xbd29dd[_0x56177d(0x1bf)][_0x56177d(0x22d)][_0x56177d(0x1a5)],0x0)&&_0x35f2a6['iFDnx'](_0x307586[_0x56177d(0x1bf)]['BS_A11Y_JWT'],_0x35f2a6['CYLBv']);return _0x35f2a6['FhpxE'](_0x2edea5,_0x2f51cd);}catch(_0x2d45ad){_0x42a817[_0x56177d(0x23a)](_0x56177d(0x235)+_0x2d45ad);}return![];}else logger[_0x56177d(0x191)](_0x56177d(0x227)+(_0x4cc59e[_0x56177d(0x169)]||_0x4cc59e[_0x56177d(0x19e)]));}}else return _0x143eaf=!![],!![];}return[null,null];}}},exports[a49_0x3c2138(0x21b)]=async _0x185ff0=>{const _0x43e0b4=a49_0x3c2138,_0x31176e={};_0x31176e['jcrCA']=function(_0x578d2c,_0xfee3c1){return _0x578d2c===_0xfee3c1;},_0x31176e['AAYJP']=function(_0x320d31,_0x1f22a9){return _0x320d31&&_0x1f22a9;},_0x31176e[_0x43e0b4(0x20e)]=_0x43e0b4(0x272),_0x31176e[_0x43e0b4(0x1f6)]=function(_0x701c46,_0x882d1d){return _0x701c46+_0x882d1d;},_0x31176e[_0x43e0b4(0x1d2)]=_0x43e0b4(0x1b1),_0x31176e['XKsHz']=_0x43e0b4(0x18a),_0x31176e[_0x43e0b4(0x242)]=function(_0x1a9cd5,_0x4664d3){return _0x1a9cd5!==_0x4664d3;},_0x31176e[_0x43e0b4(0x1e4)]='string',_0x31176e[_0x43e0b4(0x1ae)]=_0x43e0b4(0x239),_0x31176e['VhemZ']=_0x43e0b4(0x198),_0x31176e[_0x43e0b4(0x228)]='error',_0x31176e[_0x43e0b4(0x1f2)]='Build\x20creation\x20had\x20failed.',_0x31176e[_0x43e0b4(0x1cc)]='application/json',_0x31176e[_0x43e0b4(0x1f8)]='UsHEe',_0x31176e['SrjAv']=_0x43e0b4(0x167),_0x31176e[_0x43e0b4(0x265)]=_0x43e0b4(0x1b0),_0x31176e[_0x43e0b4(0x17e)]=_0x43e0b4(0x179),_0x31176e[_0x43e0b4(0x168)]=function(_0x298e7f,_0x423328){return _0x298e7f===_0x423328;},_0x31176e[_0x43e0b4(0x275)]=_0x43e0b4(0x182),_0x31176e[_0x43e0b4(0x273)]=_0x43e0b4(0x1a2),_0x31176e[_0x43e0b4(0x1db)]=function(_0x21d45e,_0x20386b){return _0x21d45e+_0x20386b;},_0x31176e[_0x43e0b4(0x1ad)]=function(_0x5c7afb,_0x4abb46){return _0x5c7afb!==_0x4abb46;},_0x31176e[_0x43e0b4(0x17c)]=_0x43e0b4(0x264),_0x31176e[_0x43e0b4(0x1c6)]=_0x43e0b4(0x232),_0x31176e['sNPbt']='WFPod',_0x31176e['wkUdi']='njzxz',_0x31176e[_0x43e0b4(0x1c2)]=_0x43e0b4(0x233),_0x31176e['IlRlM']=function(_0x3e24ce,_0x2d483f){return _0x3e24ce!==_0x2d483f;},_0x31176e['bAbOS']=_0x43e0b4(0x1d6),_0x31176e[_0x43e0b4(0x261)]=_0x43e0b4(0x1be);const _0x123d57=_0x31176e;if(bsSetupHelper[_0x43e0b4(0x16e)](process[_0x43e0b4(0x1bf)]['BS_A11Y_JWT'])||_0x123d57[_0x43e0b4(0x242)](typeof process['env'][_0x43e0b4(0x22d)],_0x123d57[_0x43e0b4(0x1e4)])){if(_0x123d57[_0x43e0b4(0x1e0)](_0x123d57[_0x43e0b4(0x1ae)],_0x123d57[_0x43e0b4(0x23e)]))return![];else{const _0x82e3c9={};return _0x82e3c9[_0x43e0b4(0x209)]=_0x123d57[_0x43e0b4(0x228)],_0x82e3c9[_0x43e0b4(0x169)]=_0x123d57[_0x43e0b4(0x1f2)],_0x82e3c9;}}const _0x1331f8={'endTime':new Date()['toISOString']()},_0x281aba={};_0x281aba[_0x43e0b4(0x1b8)]=_0x43e0b4(0x17a)+process[_0x43e0b4(0x1bf)][_0x43e0b4(0x22d)],_0x281aba[_0x43e0b4(0x1f5)]=_0x123d57[_0x43e0b4(0x1cc)];const _0xaad4e6={};_0xaad4e6[_0x43e0b4(0x1d8)]=_0x281aba;const _0x5f4895=_0xaad4e6,_0x21ab04={};_0x21ab04['body']=_0x1331f8,_0x21ab04[_0x43e0b4(0x25e)]=null,_0x21ab04[_0x43e0b4(0x1a0)]=!![];const _0x46d316=Object[_0x43e0b4(0x1a6)](_0x5f4895,_0x21ab04);try{if(_0x123d57[_0x43e0b4(0x1e0)](_0x123d57['lRJYb'],_0x123d57[_0x43e0b4(0x1b2)])){const _0x153dbf=_0xc0b4e0[_0x43e0b4(0x1a8)](_0x5a9e07['env'][_0x43e0b4(0x16d)]),_0x28c49e=_0x6f5631['isArray'](_0x153dbf['includeTagsInTestingScope'])?_0x153dbf[_0x43e0b4(0x249)]:[],_0x184ec2=_0x3bbcfe['isArray'](_0x153dbf['excludeTagsInTestingScope'])?_0x153dbf[_0x43e0b4(0x230)]:[];let _0x52242a;_0x3e78fd?_0x52242a=_0x4cdc1c[_0x43e0b4(0x23c)]('/'):_0x52242a=_0x373554;const _0x5052ad=_0x184ec2[_0x43e0b4(0x19c)](_0x5b3262=>_0x52242a[_0x43e0b4(0x1f1)](_0x5b3262)),_0x74b34d=_0x123d57['jcrCA'](_0x28c49e[_0x43e0b4(0x1a5)],0x0)||_0x28c49e['some'](_0x20fd48=>_0x52242a[_0x43e0b4(0x1f1)](_0x20fd48));return _0x123d57[_0x43e0b4(0x240)](!_0x5052ad,_0x74b34d);}else{const _0x16586e=await bsSetupHelper[_0x43e0b4(0x257)](_0x123d57[_0x43e0b4(0x265)],_0x123d57[_0x43e0b4(0x17e)],_0x46d316,_0x185ff0,API_URL);if(_0x16586e[_0x43e0b4(0x22e)]['error']){if(_0x123d57[_0x43e0b4(0x168)](_0x123d57[_0x43e0b4(0x275)],_0x123d57[_0x43e0b4(0x273)])){_0x3b800b[_0x43e0b4(0x191)](_0x43e0b4(0x227)+(_0x4d958e['message']||_0x14d143[_0x43e0b4(0x19e)]));for(const _0x5403c7 of _0x341de2[_0x43e0b4(0x1f7)]){_0x201fc3[_0x43e0b4(0x191)](_0x5403c7[_0x43e0b4(0x169)]);}_0x3ccc4f[_0x43e0b4(0x1bf)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x123d57[_0x43e0b4(0x20e)],_0x33322a[_0x43e0b4(0x1bf)][_0x43e0b4(0x1e6)]=_0x123d57['UtyNm'];}else throw new Error(_0x123d57[_0x43e0b4(0x1db)](_0x123d57['NxkYl'],_0x16586e[_0x43e0b4(0x22e)][_0x43e0b4(0x191)]));}else{if(_0x123d57[_0x43e0b4(0x1ad)](_0x123d57[_0x43e0b4(0x17c)],_0x123d57['UUyTb']))_0x14a4b7={};else{logger[_0x43e0b4(0x200)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x43e0b4(0x24a)]());const _0x65548a={};return _0x65548a[_0x43e0b4(0x209)]=_0x123d57['NaLLj'],_0x65548a[_0x43e0b4(0x169)]='',_0x65548a;}}}}catch(_0xd87f6){if(_0x123d57[_0x43e0b4(0x1e0)](_0x123d57['sNPbt'],_0x123d57[_0x43e0b4(0x238)]))throw new _0xe82d7e(_0x123d57['bEFpC'](_0x123d57['NxkYl'],_0x1f7e9f[_0x43e0b4(0x22e)][_0x43e0b4(0x191)]));else{if(_0xd87f6['response'])_0x123d57[_0x43e0b4(0x1e0)](_0x123d57['YfIMm'],_0x123d57[_0x43e0b4(0x1c2)])?logger['error'](_0x43e0b4(0x1cf)+_0xd87f6[_0x43e0b4(0x173)][_0x43e0b4(0x209)]+'\x20'+_0xd87f6[_0x43e0b4(0x173)][_0x43e0b4(0x22f)]+'\x20'+JSON[_0x43e0b4(0x1f3)](_0xd87f6[_0x43e0b4(0x173)]['data'])):_0x5bd6ff[_0x43e0b4(0x191)](_0x43e0b4(0x227)+(_0x301f8a['message']||_0x2819eb['stack']));else{if(_0x123d57[_0x43e0b4(0x1fc)](_0x123d57[_0x43e0b4(0x217)],_0x123d57[_0x43e0b4(0x261)]))logger[_0x43e0b4(0x191)](_0x43e0b4(0x1cf)+(_0xd87f6['message']||util[_0x43e0b4(0x1e2)](_0xd87f6)));else{if(_0x123d57['jcrCA'](_0x3bd54c[_0x43e0b4(0x169)],_0x123d57[_0x43e0b4(0x1de)])){_0x15b73f[_0x43e0b4(0x191)](_0x43e0b4(0x227)+(_0x30e707['message']||_0x19ea7c[_0x43e0b4(0x19e)]));for(const _0x119670 of _0x503abb[_0x43e0b4(0x1f7)]){_0x563512[_0x43e0b4(0x191)](_0x119670[_0x43e0b4(0x169)]);}_0x4f6db7[_0x43e0b4(0x1bf)][_0x43e0b4(0x17d)]=_0x123d57[_0x43e0b4(0x20e)],_0x2ed6a4[_0x43e0b4(0x1bf)][_0x43e0b4(0x1e6)]=_0x123d57[_0x43e0b4(0x20e)];}else _0x279976['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x223595[_0x43e0b4(0x169)]||_0x49505a[_0x43e0b4(0x19e)]));}}const _0x572c22={};return _0x572c22[_0x43e0b4(0x209)]=_0x123d57[_0x43e0b4(0x228)],_0x572c22[_0x43e0b4(0x169)]=_0xd87f6['message']||(_0xd87f6[_0x43e0b4(0x173)]?_0xd87f6[_0x43e0b4(0x173)][_0x43e0b4(0x209)]+':'+_0xd87f6[_0x43e0b4(0x173)]['statusText']:_0xd87f6),_0x572c22;}}},exports[a49_0x3c2138(0x250)]=async(_0x1f8b7b,_0x9bdf4b)=>{const _0xa60dac=a49_0x3c2138,_0x3f8b7c={};_0x3f8b7c[_0xa60dac(0x16c)]='error',_0x3f8b7c[_0xa60dac(0x244)]='Build\x20creation\x20had\x20failed.',_0x3f8b7c[_0xa60dac(0x21e)]=function(_0x537faf,_0x266fd2){return _0x537faf!==_0x266fd2;},_0x3f8b7c[_0xa60dac(0x1c3)]=_0xa60dac(0x26e),_0x3f8b7c['SSjGZ']=_0xa60dac(0x1ef),_0x3f8b7c[_0xa60dac(0x1bc)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3f8b7c[_0xa60dac(0x260)]=_0xa60dac(0x211);const _0x59088f=_0x3f8b7c;if(!this[_0xa60dac(0x1a4)]()||!_0x9bdf4b[_0xa60dac(0x220)]){if(_0x59088f[_0xa60dac(0x21e)](_0x59088f[_0xa60dac(0x1c3)],_0x59088f['SSjGZ']))return logger[_0xa60dac(0x207)](_0x59088f[_0xa60dac(0x1bc)]),[];else{const _0x5881af={};return _0x5881af[_0xa60dac(0x209)]=_0x59088f[_0xa60dac(0x16c)],_0x5881af[_0xa60dac(0x169)]=_0x59088f['NAlSa'],_0x5881af;}}try{const _0x396bc2=await _0x1f8b7b[_0xa60dac(0x190)](_0xa60dac(0x1b7));return _0x396bc2;}catch{return logger['error'](_0x59088f[_0xa60dac(0x260)]),[];}},exports[a49_0x3c2138(0x243)]=async(_0x371d03,_0x1ca8c7)=>{const _0x10b1d5=a49_0x3c2138,_0x54ce7f={};_0x54ce7f[_0x10b1d5(0x177)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x54ce7f[_0x10b1d5(0x24e)]=_0x10b1d5(0x1fb);const _0x2d73fc=_0x54ce7f;if(!this[_0x10b1d5(0x1a4)]()||!_0x1ca8c7[_0x10b1d5(0x220)])return logger[_0x10b1d5(0x207)](_0x2d73fc[_0x10b1d5(0x177)]),{};try{const _0xcefd25=await _0x371d03[_0x10b1d5(0x190)](_0x10b1d5(0x170));return _0xcefd25;}catch{return logger[_0x10b1d5(0x191)](_0x2d73fc[_0x10b1d5(0x24e)]),{};}};
|
|
1
|
+
const a49_0x126af9=a49_0x1b53;function a49_0x1fa7(){const _0x44d8fc=['24SZBBmO','USuKM','XnyMO','info','OtbLl','UsHGw','body','AiBus','isAccessibilityAutomationSession','success','includes','eaGbD','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','PUT','nEpEo','YIdiF','hCews','Build\x20creation\x20had\x20failed.','FUDtJ','DyAJl','test_runs','rZMhL','LGqcQ','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','KEAIh','winstonLogger','VMSZB','projectName','data','stack','tFkGm','IkTEX','../logger','NxGPn','string','23395NxiiZL','getHostInfo','bQFUq','AQgYD','yMLGR','LAaoI','util','some','includeTagsInTestingScope','format','VGSBT','kLMkX','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','vOayn','jTEAY','yVLpt','cmHcl','OZTLi','CHtsK','zlqso','QkVEI','KwRRR','checkAccessibilityPlatformConfig','BFPDt','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','5580615WnGbve','scannerVersion','getBrowserVersion','getAccessibilityResultsSummary','mXIej','PkrjQ','zWWRf','lvgZq','HScyI','zQugE','fetchPlatformDetails','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','qlwiV','1677046dpNLmN','oRSFl','debug','UMVre','toISOString','MCFNW','YEvTg','ksutN','TdJAX','KZwkP','isBrowserstackInfra','wXDia','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','JcLzH','keUka','AOpfX','zyLlC','wiRyK','ATZRh','ICxDE','getGitMetaData','message','DpWlT','mQpHH','errors','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Bearer\x20','fIbGa','ZUuhS','ookuo','platforms','Invalid\x20request:\x20','getAccessKey','fUEAJ','xSavU','Content-Type','KRvoL','BWphm','excludeTagsInTestingScope','BFwTu','pzuZm','gsjLz','piFEv','false','30609kRxsuH','length','cZVgD','FKGkA','getPlatformVersion','browserstack','isArray','RvfOv','xrZbd','BsxKp','TLDLZ','NxUly','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','headers','cbDvK','auth','dmgts','mBhvW','join','DzadS','hDJCh','BVdzB','forEach','RHSBX','nodeRequest','isAccessibilityPlatform','getUserName','IvVrd','KQaIF','status','error','AvNxe','ZDRVY','RcHxI','jxVPw','bkHrg','acNgY','GzERl','json','foDiA','oHbVF','SpvsY','parse','buildName','VHvVV','NwPFj','FSiAo','CUQye','isTrue','1004oLbcKR','tZBhR','user','executeScript','TsqYD','BROWSERSTACK_TEST_ACCESSIBILITY_YML','buildDescription','vITNm','JQQGj','czAbQ','DkfYn','ioXpc','Authorization','shouldScanTestForAccessibility','KIguo','uyRwu','WSfQS','application/json','SMnXn','KoNdV','rZrHD','getCapabilities','TnhnS','SrZCl','NWsXI','pTciy','NmkTI','POST','getPlatform','assign','SeFsC','accessibilityToken','jTfeV','daADz','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','cVgqt','EAZhN','cwd','gyXDR','popsO','Invalid\x20configuration\x20passed.','ayGpL','nvZmG','ecJqF','jFnde','tWpgk','4827552iDsuED','isUndefined','mhDWl','accessibility','MCbuo','XInXt','NFHGe','./constants','spHfG','Bgkkz','VOMmK','2FZOwvV','BdVQL','../helper','getBrowserName','resolve','sXdGy','eGGus','fndJM','stringify','BWqmX','RZnbG','18306530rkszHn','BS_A11Y_JWT','EnsHp','cbtqR','ltJTP','eVdsL','YEbcX','QdUTV','fNsGB','null','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','FsHQn','1292732mMLqlF','No\x20accessibility\x20summary\x20was\x20found.','sLkYh','\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','1304ffbrnT','cmXoT','154iZTUvf','statusText','FgKpO','dUIvD','dmxxY','warn','QInsS','response','duyAL','lXoxR','env','cEeoS','Ncnyp','\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','mDrcx'];a49_0x1fa7=function(){return _0x44d8fc;};return a49_0x1fa7();}(function(_0x188a59,_0x2d98fe){const _0x4bd984=a49_0x1b53,_0x526d38=_0x188a59();while(!![]){try{const _0x288a02=-parseInt(_0x4bd984(0x1aa))/0x1+parseInt(_0x4bd984(0x193))/0x2*(-parseInt(_0x4bd984(0xf0))/0x3)+parseInt(_0x4bd984(0x15a))/0x4*(-parseInt(_0x4bd984(0xd7))/0x5)+parseInt(_0x4bd984(0x1bf))/0x6*(parseInt(_0x4bd984(0xfd))/0x7)+parseInt(_0x4bd984(0x1ae))/0x8*(parseInt(_0x4bd984(0x129))/0x9)+-parseInt(_0x4bd984(0x19e))/0xa+-parseInt(_0x4bd984(0x1b0))/0xb*(-parseInt(_0x4bd984(0x188))/0xc);if(_0x288a02===_0x2d98fe)break;else _0x526d38['push'](_0x526d38['shift']());}catch(_0x1424cf){_0x526d38['push'](_0x526d38['shift']());}}}(a49_0x1fa7,0xf0eb0));function a49_0x1b53(_0x7666a3,_0x71b565){const _0x1fa70c=a49_0x1fa7();return a49_0x1b53=function(_0x1b5343,_0x23b17e){_0x1b5343=_0x1b5343-0xd7;let _0x4efca5=_0x1fa70c[_0x1b5343];return _0x4efca5;},a49_0x1b53(_0x7666a3,_0x71b565);}const path=require('path'),util=require(a49_0x126af9(0xdd)),bsSetupHelper=require(a49_0x126af9(0x195)),logger=require(a49_0x126af9(0x1df))[a49_0x126af9(0x1d8)],{API_URL}=require(a49_0x126af9(0x18f));exports[a49_0x126af9(0xfa)]=async _0x51d523=>{const _0xf28a53=a49_0x126af9,_0x2a7e93={};_0x2a7e93[_0xf28a53(0xda)]=_0xf28a53(0x135),_0x2a7e93[_0xf28a53(0xdc)]=function(_0xeb049b,_0x3616ab){return _0xeb049b+_0x3616ab;},_0x2a7e93[_0xf28a53(0x1c0)]=_0xf28a53(0x11c),_0x2a7e93[_0xf28a53(0x127)]=function(_0x44bf7d,_0x54d5a0){return _0x44bf7d===_0x54d5a0;},_0x2a7e93[_0xf28a53(0x11a)]=_0xf28a53(0x100),_0x2a7e93['czAbQ']=function(_0x3665b7,_0x22e201){return _0x3665b7===_0x22e201;},_0x2a7e93[_0xf28a53(0x169)]=_0xf28a53(0x12e),_0x2a7e93[_0xf28a53(0x10a)]=function(_0x3a69d2,_0x1db996){return _0x3a69d2!==_0x1db996;},_0x2a7e93[_0xf28a53(0x155)]=_0xf28a53(0x133),_0x2a7e93[_0xf28a53(0xf7)]=_0xf28a53(0x14b);const _0x55f646=_0x2a7e93;let _0x3d18b0={};try{if(_0x55f646[_0xf28a53(0x127)](_0x55f646[_0xf28a53(0x11a)],_0x55f646[_0xf28a53(0x11a)])){const _0x59e52f=await _0x51d523[_0xf28a53(0x16f)]();_0x3d18b0={'os_name':_0x59e52f[_0xf28a53(0x176)](),'os_version':bsSetupHelper[_0xf28a53(0x12d)](_0x55f646[_0xf28a53(0x163)](global['__cloud_provider___'],_0x55f646[_0xf28a53(0x169)])),'browser_name':_0x59e52f[_0xf28a53(0x196)](),'browser_version':_0x59e52f[_0xf28a53(0xf2)]()};}else return _0x270e18[_0xf28a53(0x1b5)](_0x55f646[_0xf28a53(0xda)]),[];}catch(_0x45141d){if(_0x55f646[_0xf28a53(0x10a)](_0x55f646['VHvVV'],_0x55f646[_0xf28a53(0xf7)]))logger[_0xf28a53(0xff)](_0xf28a53(0x1cb)+_0x45141d);else throw new _0x49dac4(_0x55f646[_0xf28a53(0xdc)](_0x55f646['USuKM'],_0x3651e5[_0xf28a53(0x1db)][_0xf28a53(0x147)]));}return _0x3d18b0;},exports[a49_0x126af9(0x1c7)]=()=>{const _0x1ce68c=a49_0x126af9,_0x3b44b9={};_0x3b44b9['BZwWZ']=function(_0x3c6678,_0x1cb7fd){return _0x3c6678===_0x1cb7fd;},_0x3b44b9[_0x1ce68c(0x126)]=_0x1ce68c(0x108),_0x3b44b9['tZBhR']=_0x1ce68c(0x10d),_0x3b44b9['oRSFl']=function(_0x27b1d9,_0x2f581b){return _0x27b1d9!==_0x2f581b;},_0x3b44b9[_0x1ce68c(0x17d)]='uWBgO',_0x3b44b9[_0x1ce68c(0x1be)]=_0x1ce68c(0x1e1),_0x3b44b9[_0x1ce68c(0x161)]=function(_0x1a8989,_0x738261){return _0x1a8989>_0x738261;},_0x3b44b9[_0x1ce68c(0x16c)]=function(_0x1433db,_0x1804ac){return _0x1433db!==_0x1804ac;},_0x3b44b9[_0x1ce68c(0x121)]=_0x1ce68c(0x1a7),_0x3b44b9['KEAIh']=function(_0x55a324,_0x3cd933){return _0x55a324&&_0x3cd933;},_0x3b44b9[_0x1ce68c(0x10e)]=function(_0xe07b2,_0x2daaf7){return _0xe07b2===_0x2daaf7;},_0x3b44b9[_0x1ce68c(0x1cd)]=_0x1ce68c(0x170),_0x3b44b9['WjEbA']=_0x1ce68c(0x174);const _0x2cca77=_0x3b44b9;try{if(_0x2cca77['BZwWZ'](_0x2cca77[_0x1ce68c(0x126)],_0x2cca77[_0x1ce68c(0x15b)]))_0x40aef9=_0x56c69d;else{if(!bsSetupHelper[_0x1ce68c(0x107)]()){if(_0x2cca77[_0x1ce68c(0xfe)](_0x2cca77[_0x1ce68c(0x17d)],_0x2cca77[_0x1ce68c(0x17d)]))_0x44fc51[_0x1ce68c(0x147)](_0x3dc98c['message']);else return![];}const _0x500b5d=bsSetupHelper[_0x1ce68c(0x159)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||bsSetupHelper[_0x1ce68c(0x159)](process['env'][_0x1ce68c(0x116)]),_0x9da373=_0x2cca77['BZwWZ'](typeof process[_0x1ce68c(0x1ba)][_0x1ce68c(0x19f)],_0x2cca77[_0x1ce68c(0x1be)])&&_0x2cca77[_0x1ce68c(0x161)](process[_0x1ce68c(0x1ba)][_0x1ce68c(0x19f)][_0x1ce68c(0x12a)],0x0)&&_0x2cca77[_0x1ce68c(0x16c)](process[_0x1ce68c(0x1ba)]['BS_A11Y_JWT'],_0x2cca77[_0x1ce68c(0x121)]);return _0x2cca77[_0x1ce68c(0x1d7)](_0x500b5d,_0x9da373);}}catch(_0x4081f1){_0x2cca77[_0x1ce68c(0x10e)](_0x2cca77[_0x1ce68c(0x1cd)],_0x2cca77['WjEbA'])?_0x2cdb25=_0x543545[_0x1ce68c(0x153)](_0x3934de[_0x1ce68c(0x1ba)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):logger[_0x1ce68c(0xff)](_0x1ce68c(0x1d6)+_0x4081f1);}return![];},exports[a49_0x126af9(0x167)]=(_0x16c3e3,_0x3b2faa=!![])=>{const _0x4ffc9a=a49_0x126af9,_0x538ba6={};_0x538ba6[_0x4ffc9a(0x184)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20',_0x538ba6[_0x4ffc9a(0x165)]=function(_0x4c124d,_0x3824ad){return _0x4c124d===_0x3824ad;},_0x538ba6[_0x4ffc9a(0x1a9)]='string',_0x538ba6[_0x4ffc9a(0x130)]=function(_0x23b117,_0xb7af40){return _0x23b117>_0xb7af40;},_0x538ba6[_0x4ffc9a(0x1ce)]=function(_0x3e7c97,_0x57b409){return _0x3e7c97!==_0x57b409;},_0x538ba6[_0x4ffc9a(0x110)]=_0x4ffc9a(0x1a7),_0x538ba6[_0x4ffc9a(0x119)]=function(_0xc41a76,_0x433c50){return _0xc41a76&&_0x433c50;},_0x538ba6[_0x4ffc9a(0x1c3)]=function(_0x233128,_0x4b7797){return _0x233128===_0x4b7797;},_0x538ba6[_0x4ffc9a(0x194)]=_0x4ffc9a(0x182),_0x538ba6['CUQye']=_0x4ffc9a(0x128),_0x538ba6[_0x4ffc9a(0x180)]=function(_0x319ba0,_0x3de9d7){return _0x319ba0==_0x3de9d7;},_0x538ba6['foDiA']=_0x4ffc9a(0x168),_0x538ba6['dmxxY']=_0x4ffc9a(0x13e),_0x538ba6[_0x4ffc9a(0x14a)]=_0x4ffc9a(0xe2),_0x538ba6[_0x4ffc9a(0x152)]='GogrO',_0x538ba6[_0x4ffc9a(0x186)]='oUhyE',_0x538ba6[_0x4ffc9a(0x1a4)]=_0x4ffc9a(0xf9),_0x538ba6[_0x4ffc9a(0x104)]=function(_0x23b663,_0x26e489){return _0x23b663===_0x26e489;},_0x538ba6[_0x4ffc9a(0x10b)]=_0x4ffc9a(0x17a),_0x538ba6['gCSQY']=_0x4ffc9a(0x17e);const _0xcd4e85=_0x538ba6;if(_0xcd4e85[_0x4ffc9a(0x180)](process[_0x4ffc9a(0x1ba)][_0x4ffc9a(0xfb)],null)){if(_0xcd4e85['ioXpc'](_0xcd4e85[_0x4ffc9a(0x150)],_0xcd4e85[_0x4ffc9a(0x1b4)]))_0x93e00f['debug'](_0xcd4e85[_0x4ffc9a(0x184)],_0xf4410a);else return!![];}try{if(_0xcd4e85[_0x4ffc9a(0x1ce)](_0xcd4e85[_0x4ffc9a(0x14a)],_0xcd4e85[_0x4ffc9a(0x14a)]))_0x3f992a=_0x1a0e34['parse'](_0x5a5795['env'][_0x4ffc9a(0xfb)]);else{const _0x1822b2=JSON[_0x4ffc9a(0x153)](process[_0x4ffc9a(0x1ba)][_0x4ffc9a(0xfb)]),_0xc90983=Array[_0x4ffc9a(0x12f)](_0x1822b2['includeTagsInTestingScope'])?_0x1822b2[_0x4ffc9a(0xdf)]:[],_0x3749de=Array['isArray'](_0x1822b2[_0x4ffc9a(0x123)])?_0x1822b2[_0x4ffc9a(0x123)]:[];let _0xce190a;if(_0x3b2faa)_0xcd4e85[_0x4ffc9a(0x1ce)](_0xcd4e85[_0x4ffc9a(0x152)],_0xcd4e85[_0x4ffc9a(0x152)])?_0x2591df[_0x4ffc9a(0x147)](_0x4ffc9a(0x1a8)+_0x3f69d2[_0x4ffc9a(0x1b7)]['status']+'\x20'+_0x5e6977['response'][_0x4ffc9a(0x1b1)]+'\x20'+_0x211654['stringify'](_0x196b56[_0x4ffc9a(0x1b7)][_0x4ffc9a(0x1db)])):_0xce190a=_0x16c3e3[_0x4ffc9a(0x13b)]('/');else{if(_0xcd4e85['YIdiF'](_0xcd4e85[_0x4ffc9a(0x186)],_0xcd4e85[_0x4ffc9a(0x1a4)]))_0xce190a=_0x16c3e3;else{try{if(!_0x35b1ce['isBrowserstackInfra']())return![];const _0x479bd2=_0x68bc45[_0x4ffc9a(0x159)](_0xc9a512[_0x4ffc9a(0x1ba)][_0x4ffc9a(0x15f)])||_0x294fc9[_0x4ffc9a(0x159)](_0x387a03[_0x4ffc9a(0x1ba)][_0x4ffc9a(0x116)]),_0x56acf3=_0xcd4e85[_0x4ffc9a(0x165)](typeof _0x5bd0ee['env'][_0x4ffc9a(0x19f)],_0xcd4e85[_0x4ffc9a(0x1a9)])&&_0xcd4e85[_0x4ffc9a(0x130)](_0x453ca0[_0x4ffc9a(0x1ba)][_0x4ffc9a(0x19f)][_0x4ffc9a(0x12a)],0x0)&&_0xcd4e85[_0x4ffc9a(0x1ce)](_0xe7ee5b[_0x4ffc9a(0x1ba)][_0x4ffc9a(0x19f)],_0xcd4e85[_0x4ffc9a(0x110)]);return _0xcd4e85['ZUuhS'](_0x479bd2,_0x56acf3);}catch(_0x46b162){_0x4810e2[_0x4ffc9a(0xff)](_0x4ffc9a(0x1d6)+_0x46b162);}return![];}}const _0x4df253=_0x3749de['some'](_0x6079ab=>_0xce190a[_0x4ffc9a(0x1c9)](_0x6079ab)),_0x5d7e52=_0xcd4e85[_0x4ffc9a(0x104)](_0xc90983[_0x4ffc9a(0x12a)],0x0)||_0xc90983[_0x4ffc9a(0xde)](_0x2f1213=>_0xce190a[_0x4ffc9a(0x1c9)](_0x2f1213));return _0xcd4e85[_0x4ffc9a(0x119)](!_0x4df253,_0x5d7e52);}}catch(_0x4065f8){if(_0xcd4e85[_0x4ffc9a(0x104)](_0xcd4e85[_0x4ffc9a(0x10b)],_0xcd4e85['gCSQY'])){if(_0xcd4e85[_0x4ffc9a(0x1c3)](_0x33ab2c['message'],_0xcd4e85[_0x4ffc9a(0x194)])){_0x1e4a44[_0x4ffc9a(0x147)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x7900fa['message']||_0x1e33e3['stack']));for(const _0x3267ce of _0x316b03['errors']){_0x577fda[_0x4ffc9a(0x147)](_0x3267ce['message']);}_0x522f48[_0x4ffc9a(0x1ba)][_0x4ffc9a(0x15f)]=_0xcd4e85[_0x4ffc9a(0x158)],_0x39017b[_0x4ffc9a(0x1ba)][_0x4ffc9a(0x116)]=_0xcd4e85['CUQye'];}else _0x1e7e89[_0x4ffc9a(0x147)](_0x4ffc9a(0x1a8)+(_0x324b6d[_0x4ffc9a(0x112)]||_0x42e78a[_0x4ffc9a(0x1dc)]));}else logger[_0x4ffc9a(0xff)](_0xcd4e85[_0x4ffc9a(0x184)],_0x4065f8);}return![];},exports[a49_0x126af9(0xed)]=_0x5f34dc=>{const _0x28f2d4=a49_0x126af9,_0x3c4ef5={};_0x3c4ef5[_0x28f2d4(0x1a5)]=function(_0x3405df,_0x3d0afc){return _0x3405df===_0x3d0afc;},_0x3c4ef5[_0x28f2d4(0x178)]=_0x28f2d4(0x1e1),_0x3c4ef5[_0x28f2d4(0x13d)]=function(_0x3a92d2,_0x26a1c6){return _0x3a92d2>_0x26a1c6;},_0x3c4ef5['KiGEv']=function(_0x36e716,_0x2c6e14){return _0x36e716!==_0x2c6e14;},_0x3c4ef5[_0x28f2d4(0xfc)]=_0x28f2d4(0x1a7),_0x3c4ef5[_0x28f2d4(0x125)]=function(_0x37ecc0,_0x3957bf){return _0x37ecc0&&_0x3957bf;},_0x3c4ef5[_0x28f2d4(0x124)]=function(_0xf9fe57,_0x4a1ae9){return _0xf9fe57!==_0x4a1ae9;},_0x3c4ef5[_0x28f2d4(0x1d1)]=_0x28f2d4(0x19d),_0x3c4ef5[_0x28f2d4(0x191)]=function(_0x456a02,_0x445ff0){return _0x456a02!==_0x445ff0;},_0x3c4ef5[_0x28f2d4(0xec)]=_0x28f2d4(0x183),_0x3c4ef5['DpWlT']=function(_0x2bec8c,_0x425e5a){return _0x2bec8c===_0x425e5a;},_0x3c4ef5[_0x28f2d4(0x1de)]='xOOAi',_0x3c4ef5[_0x28f2d4(0x1dd)]='eiAFN',_0x3c4ef5[_0x28f2d4(0x1bb)]=_0x28f2d4(0x137),_0x3c4ef5[_0x28f2d4(0x1a0)]=_0x28f2d4(0x13a);const _0x1f8472=_0x3c4ef5;let _0x5d6be1=![];try{if(_0x1f8472[_0x28f2d4(0x113)](_0x1f8472[_0x28f2d4(0x1de)],_0x1f8472['tFkGm'])){if(!_0x116f9e[_0x28f2d4(0x107)]())return![];const _0xc8aed5=_0x475cf9[_0x28f2d4(0x159)](_0x8805ff[_0x28f2d4(0x1ba)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x35bbd5[_0x28f2d4(0x159)](_0x459040[_0x28f2d4(0x1ba)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x4ba9ab=_0x1f8472[_0x28f2d4(0x1a5)](typeof _0x29d4ac[_0x28f2d4(0x1ba)][_0x28f2d4(0x19f)],_0x1f8472[_0x28f2d4(0x178)])&&_0x1f8472[_0x28f2d4(0x13d)](_0x30f9d7[_0x28f2d4(0x1ba)][_0x28f2d4(0x19f)][_0x28f2d4(0x12a)],0x0)&&_0x1f8472['KiGEv'](_0x2fa011[_0x28f2d4(0x1ba)]['BS_A11Y_JWT'],_0x1f8472['qlwiV']);return _0x1f8472[_0x28f2d4(0x125)](_0xc8aed5,_0x4ba9ab);}else _0x5f34dc[_0x28f2d4(0x11b)]['forEach'](_0x422398=>{const _0x4c7a0b=_0x28f2d4;if(_0x1f8472[_0x4c7a0b(0x124)](_0x1f8472[_0x4c7a0b(0x1d1)],_0x1f8472['FUDtJ']))_0x2ffaef[_0x4c7a0b(0x147)](_0x4c7a0b(0x109)+_0x4eba7a['response'][_0x4c7a0b(0x146)]+'\x20'+_0x4cbfec[_0x4c7a0b(0x1b7)][_0x4c7a0b(0x1b1)]+'\x20'+_0xcee4f7['stringify'](_0x4aafe3[_0x4c7a0b(0x1b7)][_0x4c7a0b(0x1db)]));else{if(bsSetupHelper[_0x4c7a0b(0x159)](_0x422398[_0x4c7a0b(0x18b)]))return _0x1f8472[_0x4c7a0b(0x191)](_0x1f8472['KwRRR'],_0x1f8472[_0x4c7a0b(0xec)])?!![]:(_0x5d6be1=!![],!![]);}});}catch(_0x43f5ae){if(_0x1f8472[_0x28f2d4(0x113)](_0x1f8472['cEeoS'],_0x1f8472[_0x28f2d4(0x1a0)])){const _0x5a0059=_0x5efc5a[_0x28f2d4(0x153)](_0x427f9a['env'][_0x28f2d4(0xfb)]),_0x4dbb47=_0x54aded['isArray'](_0x5a0059[_0x28f2d4(0xdf)])?_0x5a0059[_0x28f2d4(0xdf)]:[],_0x4d5d81=_0x25fdc[_0x28f2d4(0x12f)](_0x5a0059[_0x28f2d4(0x123)])?_0x5a0059[_0x28f2d4(0x123)]:[];let _0x5df59a;_0x217af0?_0x5df59a=_0x46b185[_0x28f2d4(0x13b)]('/'):_0x5df59a=_0x22467a;const _0x3947c5=_0x4d5d81[_0x28f2d4(0xde)](_0x332b82=>_0x5df59a[_0x28f2d4(0x1c9)](_0x332b82)),_0x3c9c7e=_0x1f8472[_0x28f2d4(0x1a5)](_0x4dbb47['length'],0x0)||_0x4dbb47[_0x28f2d4(0xde)](_0x55f488=>_0x5df59a[_0x28f2d4(0x1c9)](_0x55f488));return _0x1f8472[_0x28f2d4(0x125)](!_0x3947c5,_0x3c9c7e);}else logger[_0x28f2d4(0xff)](_0x28f2d4(0xef)+_0x43f5ae);}return _0x5d6be1;},exports['createAccessibilityTestRun']=async(_0x40cf4a,_0x341e4a)=>{const _0x189aba=a49_0x126af9,_0x102f0a={};_0x102f0a[_0x189aba(0xeb)]=_0x189aba(0x1ab),_0x102f0a[_0x189aba(0x181)]='error',_0x102f0a[_0x189aba(0xea)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x102f0a[_0x189aba(0x131)]=_0x189aba(0x1d0),_0x102f0a[_0x189aba(0x16d)]=_0x189aba(0xe3),_0x102f0a[_0x189aba(0x19c)]=function(_0x3a94b5,_0x43f626){return _0x3a94b5!==_0x43f626;},_0x102f0a['TsqYD']=_0x189aba(0x1ca),_0x102f0a[_0x189aba(0x151)]=function(_0x41cb4f,_0xd06f98){return _0x41cb4f!==_0xd06f98;},_0x102f0a[_0x189aba(0x132)]=_0x189aba(0x1d4),_0x102f0a[_0x189aba(0x187)]=function(_0x4c4927,_0x468e59){return _0x4c4927===_0x468e59;},_0x102f0a[_0x189aba(0x1bc)]=_0x189aba(0x1e0),_0x102f0a[_0x189aba(0x18e)]=_0x189aba(0x118),_0x102f0a[_0x189aba(0x13c)]=_0x189aba(0x16b),_0x102f0a[_0x189aba(0x1a2)]=_0x189aba(0x175),_0x102f0a[_0x189aba(0x1ac)]=_0x189aba(0x1d3),_0x102f0a['VGSBT']=_0x189aba(0x122),_0x102f0a['UsHGw']=function(_0x217f79,_0x5eb58d){return _0x217f79!==_0x5eb58d;},_0x102f0a['VOMmK']=_0x189aba(0x173),_0x102f0a[_0x189aba(0x171)]=_0x189aba(0x1d9),_0x102f0a[_0x189aba(0xe7)]=function(_0x4c81ac,_0xc062bf){return _0x4c81ac===_0xc062bf;},_0x102f0a[_0x189aba(0x10f)]=_0x189aba(0x190),_0x102f0a[_0x189aba(0x1b9)]=_0x189aba(0x1af),_0x102f0a[_0x189aba(0x1a1)]=function(_0x47fb4e,_0x2075a4){return _0x47fb4e!==_0x2075a4;},_0x102f0a['duyAL']=_0x189aba(0x17b),_0x102f0a[_0x189aba(0x14d)]=function(_0x542a45,_0x29f9b6){return _0x542a45!==_0x29f9b6;},_0x102f0a[_0x189aba(0x139)]=_0x189aba(0x14e),_0x102f0a[_0x189aba(0xe6)]=function(_0x3aa522,_0x542147){return _0x3aa522===_0x542147;},_0x102f0a[_0x189aba(0x157)]=_0x189aba(0x182),_0x102f0a[_0x189aba(0x1a3)]=function(_0x135847,_0x1cdabd){return _0x135847!==_0x1cdabd;},_0x102f0a[_0x189aba(0x1a6)]=_0x189aba(0x1d2),_0x102f0a['MCFNW']=function(_0x5cbb94,_0x4aa76a){return _0x5cbb94===_0x4aa76a;},_0x102f0a[_0x189aba(0xf4)]=_0x189aba(0x1d5),_0x102f0a[_0x189aba(0x103)]='HsfGB',_0x102f0a[_0x189aba(0x140)]=_0x189aba(0x128),_0x102f0a[_0x189aba(0xee)]=_0x189aba(0x185);const _0x49da80=_0x102f0a,_0x124d21=bsSetupHelper[_0x189aba(0x143)](_0x40cf4a),_0x2160ff=bsSetupHelper[_0x189aba(0x11d)](_0x40cf4a);if(bsSetupHelper['isUndefined'](_0x124d21)||bsSetupHelper[_0x189aba(0x189)](_0x2160ff))return _0x49da80[_0x189aba(0x19c)](_0x49da80[_0x189aba(0x15e)],_0x49da80['TsqYD'])?(_0xdbe452['error'](_0x49da80[_0x189aba(0xeb)]),{}):(logger[_0x189aba(0x147)](_0x49da80[_0x189aba(0xea)]),[null,null]);try{if(_0x49da80[_0x189aba(0x151)](_0x49da80['BsxKp'],_0x49da80[_0x189aba(0x132)]))_0x342173[_0x189aba(0x147)](_0x189aba(0x1a8)+(_0x19e64f[_0x189aba(0x112)]||_0x29109b[_0x189aba(0x1dc)]));else{let _0x2b3ed9;bsSetupHelper[_0x189aba(0x189)](process[_0x189aba(0x1ba)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x49da80['tWpgk'](_0x49da80[_0x189aba(0x1bc)],_0x49da80[_0x189aba(0x1bc)])?_0x2b3ed9={}:_0xbb56a9={}:_0x49da80['tWpgk'](_0x49da80[_0x189aba(0x18e)],_0x49da80[_0x189aba(0x18e)])?_0x2b3ed9=JSON[_0x189aba(0x153)](process[_0x189aba(0x1ba)][_0x189aba(0xfb)]):_0x52f3e9=_0x53d84f[_0x189aba(0x13b)]('/');const _0x26d408={'projectName':_0x40cf4a[_0x189aba(0x1da)],'buildName':_0x40cf4a[_0x189aba(0x154)]||path['basename'](path[_0x189aba(0x197)](process[_0x189aba(0x17f)]())),'startTime':new Date()[_0x189aba(0x101)](),'description':_0x40cf4a[_0x189aba(0x160)]||'','source':{'frameworkName':_0x341e4a,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x341e4a),'sdkVersion':bsSetupHelper['getAgentVersion']()},'settings':_0x2b3ed9,'versionControl':await bsSetupHelper[_0x189aba(0x111)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x189aba(0xd8)](),'browserstackAutomation':bsSetupHelper['isBrowserstackInfra']()},_0x3d6407={};_0x3d6407[_0x189aba(0x15c)]=_0x124d21,_0x3d6407['pass']=_0x2160ff;const _0x2ebeb0={};_0x2ebeb0[_0x189aba(0x120)]=_0x49da80[_0x189aba(0x13c)];const _0x2f654e={};_0x2f654e[_0x189aba(0x138)]=_0x3d6407,_0x2f654e['headers']=_0x2ebeb0;const _0x3d5286=_0x2f654e,_0xb0bce9={};_0xb0bce9[_0x189aba(0x1c5)]=_0x26d408,_0xb0bce9[_0x189aba(0x14f)]=!![];const _0x343670=Object[_0x189aba(0x177)](_0x3d5286,_0xb0bce9),_0x1deb21=await bsSetupHelper[_0x189aba(0x141)](_0x49da80['ltJTP'],_0x49da80[_0x189aba(0x1ac)],_0x343670,_0x40cf4a,API_URL);let _0x5de065=process[_0x189aba(0x1ba)][_0x189aba(0xfb)];if(_0x5de065){if(_0x49da80[_0x189aba(0x151)](_0x49da80[_0x189aba(0xe1)],_0x49da80[_0x189aba(0xe1)])){_0x45b8ea[_0x189aba(0x1b7)]?_0x3efcc4[_0x189aba(0x147)](_0x189aba(0x109)+_0x48fa92[_0x189aba(0x1b7)]['status']+'\x20'+_0x1597e2[_0x189aba(0x1b7)]['statusText']+'\x20'+_0x2c6f96[_0x189aba(0x19b)](_0x47742c[_0x189aba(0x1b7)]['data'])):_0x163b57[_0x189aba(0x147)](_0x189aba(0x109)+(_0x2e45e2[_0x189aba(0x112)]||_0x6b92d5['format'](_0x40e5d7)));const _0x406bc2={};return _0x406bc2['status']=_0x49da80['popsO'],_0x406bc2[_0x189aba(0x112)]=_0x4b9be9[_0x189aba(0x112)]||(_0xabd1e8[_0x189aba(0x1b7)]?_0x31131c['response']['status']+':'+_0x3a4074['response']['statusText']:_0x1ca1eb),_0x406bc2;}else _0x5de065=JSON[_0x189aba(0x153)](process['env'][_0x189aba(0xfb)]);}else{if(_0x49da80[_0x189aba(0x1c4)](_0x49da80[_0x189aba(0x192)],_0x49da80[_0x189aba(0x171)]))_0x5de065={};else return _0x1c63d7[_0x189aba(0x147)](_0x49da80[_0x189aba(0xea)]),[null,null];}return _0x5de065[_0x189aba(0xf1)]=_0x1deb21[_0x189aba(0x1db)][_0x189aba(0x1db)][_0x189aba(0xf1)],process[_0x189aba(0x1ba)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x189aba(0x19b)](_0x5de065),[_0x1deb21[_0x189aba(0x1db)][_0x189aba(0x1db)][_0x189aba(0x179)],_0x1deb21[_0x189aba(0x1db)][_0x189aba(0x1db)]['id']];}}catch(_0x48708e){if(_0x49da80['cmHcl'](_0x49da80['ATZRh'],_0x49da80[_0x189aba(0x1b9)])){if(_0x3686e0['isTrue'](_0x5e72fa[_0x189aba(0x18b)]))return _0x5ca83d=!![],!![];}else{if(_0x48708e[_0x189aba(0x1b7)])_0x49da80['cbtqR'](_0x49da80[_0x189aba(0x1b8)],_0x49da80['duyAL'])?_0x43b56e[_0x189aba(0xff)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x32726a):logger[_0x189aba(0x147)](_0x189aba(0x1a8)+_0x48708e['response']['status']+'\x20'+_0x48708e['response'][_0x189aba(0x1b1)]+'\x20'+JSON[_0x189aba(0x19b)](_0x48708e['response'][_0x189aba(0x1db)]));else{if(_0x49da80[_0x189aba(0x14d)](_0x49da80['dmgts'],_0x49da80[_0x189aba(0x139)]))_0x3f2c1e[_0x189aba(0x147)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x239aaf[_0x189aba(0x112)]||_0x424499[_0x189aba(0xe0)](_0x5d2f44)));else{if(_0x49da80['yVLpt'](_0x48708e['message'],_0x49da80['FSiAo'])){if(_0x49da80[_0x189aba(0x1a3)](_0x49da80[_0x189aba(0x1a6)],_0x49da80[_0x189aba(0x1a6)])){const _0x59bb25={};return _0x59bb25['status']=_0x49da80['popsO'],_0x59bb25[_0x189aba(0x112)]=_0x49da80[_0x189aba(0x131)],_0x59bb25;}else{logger['error'](_0x189aba(0x1a8)+(_0x48708e[_0x189aba(0x112)]||_0x48708e[_0x189aba(0x1dc)]));for(const _0x198e16 of _0x48708e[_0x189aba(0x115)]){_0x49da80[_0x189aba(0x102)](_0x49da80['mXIej'],_0x49da80[_0x189aba(0x103)])?_0x2ed663[_0x189aba(0xff)](_0x189aba(0x1d6)+_0x5ccf41):logger[_0x189aba(0x147)](_0x198e16[_0x189aba(0x112)]);}process[_0x189aba(0x1ba)][_0x189aba(0x15f)]=_0x49da80[_0x189aba(0x140)],process['env'][_0x189aba(0x116)]=_0x49da80[_0x189aba(0x140)];}}else{if(_0x49da80['BWqmX'](_0x49da80[_0x189aba(0xee)],_0x49da80[_0x189aba(0xee)]))return _0x15a721[_0x189aba(0x1b5)](_0x49da80[_0x189aba(0x16d)]),{};else logger[_0x189aba(0x147)](_0x189aba(0x1a8)+(_0x48708e[_0x189aba(0x112)]||_0x48708e[_0x189aba(0x1dc)]));}}}return[null,null];}}},exports['stopAccessibilityTestRun']=async _0x45c369=>{const _0x469152=a49_0x126af9,_0x288c92={};_0x288c92[_0x469152(0x12c)]=_0x469152(0x128),_0x288c92['XnyMO']=_0x469152(0x1c8),_0x288c92['jTEAY']=function(_0x11306f,_0x2682a9){return _0x11306f!==_0x2682a9;},_0x288c92[_0x469152(0x19a)]=_0x469152(0x1e1),_0x288c92['vOayn']=function(_0x507bd6,_0x53be18){return _0x507bd6===_0x53be18;},_0x288c92[_0x469152(0x18d)]=_0x469152(0x1b2),_0x288c92['NwPFj']=_0x469152(0x147),_0x288c92[_0x469152(0x145)]=_0x469152(0x1d0),_0x288c92[_0x469152(0x1c6)]='application/json',_0x288c92[_0x469152(0x1b6)]=function(_0x5e1cff,_0x2082f9){return _0x5e1cff===_0x2082f9;},_0x288c92['KZwkP']='tHzeX',_0x288c92[_0x469152(0x199)]=_0x469152(0x114),_0x288c92[_0x469152(0x16a)]=_0x469152(0x1cc),_0x288c92['MyROZ']='test_runs/stop',_0x288c92[_0x469152(0x144)]=_0x469152(0xe8),_0x288c92[_0x469152(0x134)]=_0x469152(0x105),_0x288c92[_0x469152(0xf6)]=function(_0x3e4266,_0x59493a){return _0x3e4266+_0x59493a;},_0x288c92[_0x469152(0xf8)]=_0x469152(0x11c),_0x288c92[_0x469152(0x172)]='ptLOY',_0x288c92[_0x469152(0x164)]=_0x469152(0x1cf),_0x288c92['bQFUq']=_0x469152(0x148),_0x288c92['CHtsK']=function(_0x63ce73,_0x333207){return _0x63ce73===_0x333207;},_0x288c92[_0x469152(0x12b)]=_0x469152(0x149),_0x288c92[_0x469152(0x11f)]='pTPAW',_0x288c92['rZrHD']=_0x469152(0x11e);const _0x18a999=_0x288c92;if(bsSetupHelper[_0x469152(0x189)](process[_0x469152(0x1ba)]['BS_A11Y_JWT'])||_0x18a999[_0x469152(0xe5)](typeof process[_0x469152(0x1ba)][_0x469152(0x19f)],_0x18a999['fndJM'])){if(_0x18a999[_0x469152(0xe4)](_0x18a999[_0x469152(0x18d)],_0x18a999[_0x469152(0x18d)])){const _0x3798b5={};return _0x3798b5[_0x469152(0x146)]=_0x18a999[_0x469152(0x156)],_0x3798b5['message']=_0x18a999[_0x469152(0x145)],_0x3798b5;}else _0x3965f0[_0x469152(0x11b)][_0x469152(0x13f)](_0xfe649d=>{const _0x2f4db0=_0x469152;if(_0x3238e7[_0x2f4db0(0x159)](_0xfe649d['accessibility']))return _0x3b9b15=!![],!![];});}const _0x4862ce={'endTime':new Date()[_0x469152(0x101)]()},_0x4c30e0={};_0x4c30e0[_0x469152(0x166)]=_0x469152(0x117)+process[_0x469152(0x1ba)][_0x469152(0x19f)],_0x4c30e0[_0x469152(0x120)]=_0x18a999['AiBus'];const _0x4253b5={};_0x4253b5[_0x469152(0x136)]=_0x4c30e0;const _0x46da85=_0x4253b5,_0x2e3d47={};_0x2e3d47['body']=_0x4862ce,_0x2e3d47[_0x469152(0x138)]=null,_0x2e3d47['json']=!![];const _0xe3bc80=Object['assign'](_0x46da85,_0x2e3d47);try{if(_0x18a999[_0x469152(0x1b6)](_0x18a999[_0x469152(0x106)],_0x18a999[_0x469152(0x199)])){_0x71a926['error'](_0x469152(0x1a8)+(_0x24f8d7[_0x469152(0x112)]||_0x5b788a[_0x469152(0x1dc)]));for(const _0x273238 of _0x5ae760[_0x469152(0x115)]){_0x534603[_0x469152(0x147)](_0x273238[_0x469152(0x112)]);}_0x541d1a[_0x469152(0x1ba)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x18a999['FKGkA'],_0x28ca0c['env'][_0x469152(0x116)]=_0x18a999[_0x469152(0x12c)];}else{const _0x56fb7=await bsSetupHelper['nodeRequest'](_0x18a999[_0x469152(0x16a)],_0x18a999['MyROZ'],_0xe3bc80,_0x45c369,API_URL);if(_0x56fb7[_0x469152(0x1db)][_0x469152(0x147)]){if(_0x18a999[_0x469152(0x1b6)](_0x18a999[_0x469152(0x144)],_0x18a999[_0x469152(0x134)]))_0x3f488b[_0x469152(0xff)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0xf217f1);else throw new Error(_0x18a999[_0x469152(0xf6)](_0x18a999['HScyI'],_0x56fb7[_0x469152(0x1db)]['error']));}else{if(_0x18a999[_0x469152(0xe5)](_0x18a999['NWsXI'],_0x18a999[_0x469152(0x172)]))_0x99aeb4={};else{logger[_0x469152(0x1c2)](_0x469152(0x17c)+new Date()[_0x469152(0x101)]());const _0x582ccc={};return _0x582ccc[_0x469152(0x146)]=_0x18a999[_0x469152(0x1c1)],_0x582ccc['message']='',_0x582ccc;}}}}catch(_0xa408dc){if(_0x18a999[_0x469152(0xe4)](_0x18a999['DkfYn'],_0x18a999[_0x469152(0xd9)])){_0x25a96b[_0x469152(0x1c2)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new _0x1d05a3()[_0x469152(0x101)]());const _0xe6e5cf={};return _0xe6e5cf[_0x469152(0x146)]=_0x18a999[_0x469152(0x1c1)],_0xe6e5cf['message']='',_0xe6e5cf;}else{if(_0xa408dc['response']){if(_0x18a999[_0x469152(0xe9)](_0x18a999[_0x469152(0x12b)],_0x18a999[_0x469152(0x11f)]))return _0x1db16c=!![],!![];else logger[_0x469152(0x147)](_0x469152(0x109)+_0xa408dc[_0x469152(0x1b7)][_0x469152(0x146)]+'\x20'+_0xa408dc['response']['statusText']+'\x20'+JSON[_0x469152(0x19b)](_0xa408dc[_0x469152(0x1b7)][_0x469152(0x1db)]));}else{if(_0x18a999[_0x469152(0xe4)](_0x18a999[_0x469152(0x16e)],_0x18a999[_0x469152(0x16e)]))logger[_0x469152(0x147)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0xa408dc['message']||util[_0x469152(0xe0)](_0xa408dc)));else return![];}const _0x37e5cf={};return _0x37e5cf[_0x469152(0x146)]=_0x18a999[_0x469152(0x156)],_0x37e5cf['message']=_0xa408dc['message']||(_0xa408dc[_0x469152(0x1b7)]?_0xa408dc[_0x469152(0x1b7)][_0x469152(0x146)]+':'+_0xa408dc['response'][_0x469152(0x1b1)]:_0xa408dc),_0x37e5cf;}}},exports['getAccessibilityResults']=async(_0x4b1a63,_0x521f76)=>{const _0x4d1efa=a49_0x126af9,_0x62f6d8={};_0x62f6d8[_0x4d1efa(0x18c)]='No\x20accessibility\x20results\x20were\x20found.',_0x62f6d8[_0x4d1efa(0x198)]=function(_0x1dfef6,_0x2ad91f){return _0x1dfef6!==_0x2ad91f;},_0x62f6d8[_0x4d1efa(0xf5)]=_0x4d1efa(0x18a),_0x62f6d8[_0x4d1efa(0x1b3)]=_0x4d1efa(0xdb),_0x62f6d8['AOpfX']=_0x4d1efa(0x135);const _0x594629=_0x62f6d8;if(!this[_0x4d1efa(0x1c7)]()||!_0x521f76[_0x4d1efa(0x142)])return _0x594629[_0x4d1efa(0x198)](_0x594629[_0x4d1efa(0xf5)],_0x594629[_0x4d1efa(0x1b3)])?(logger[_0x4d1efa(0x1b5)](_0x594629[_0x4d1efa(0x10c)]),[]):(_0x12d49c[_0x4d1efa(0x147)](_0x594629[_0x4d1efa(0x18c)]),[]);try{const _0x700985=await _0x4b1a63['executeScript'](_0x4d1efa(0x1ad));return _0x700985;}catch{return logger['error'](_0x594629[_0x4d1efa(0x18c)]),[];}},exports[a49_0x126af9(0xf3)]=async(_0x11747e,_0x305ad2)=>{const _0x23e93f=a49_0x126af9,_0x21ebcc={};_0x21ebcc[_0x23e93f(0x162)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x21ebcc[_0x23e93f(0x14c)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x188a52=_0x21ebcc;if(!this['isAccessibilityAutomationSession']()||!_0x305ad2[_0x23e93f(0x142)])return logger['warn'](_0x188a52[_0x23e93f(0x162)]),{};try{const _0x22eca5=await _0x11747e[_0x23e93f(0x15d)](_0x23e93f(0x1bd));return _0x22eca5;}catch{return logger[_0x23e93f(0x147)](_0x188a52['bkHrg']),{};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a50_0x35bd(){var _0xc24f99=['1353552PJGmNS','773414lUyXlQ','8JLBTbv','84974PrDJin','8776870NWOZec','API_ENDPOINT','BUILDS_DASHBOARD_URL','3452775gQbmNY','https://grid.browserstack.com/dashboard/builds','182FnzQVp','48072CSfzGX','2002167ubnTji','87NPhtFp','exports'];a50_0x35bd=function(){return _0xc24f99;};return a50_0x35bd();}var a50_0xee7bde=a50_0x6e2c;(function(_0x33be57,_0xf1ea35){var _0x13b991=a50_0x6e2c,_0x3b1e6c=_0x33be57();while(!![]){try{var _0x52cb89=parseInt(_0x13b991(0xba))/0x1+-parseInt(_0x13b991(0xae))/0x2*(parseInt(_0x13b991(0xb7))/0x3)+-parseInt(_0x13b991(0xb9))/0x4+parseInt(_0x13b991(0xb2))/0x5+parseInt(_0x13b991(0xb5))/0x6*(parseInt(_0x13b991(0xb4))/0x7)+parseInt(_0x13b991(0xbb))/0x8*(-parseInt(_0x13b991(0xb6))/0x9)+parseInt(_0x13b991(0xaf))/0xa;if(_0x52cb89===_0xf1ea35)break;else _0x3b1e6c['push'](_0x3b1e6c['shift']());}catch(_0x5e1389){_0x3b1e6c['push'](_0x3b1e6c['shift']());}}}(a50_0x35bd,0xb8d02));var a50_0x3ca573={};function a50_0x6e2c(_0x3e2653,_0x2e3fb2){var _0x35bd0a=a50_0x35bd();return a50_0x6e2c=function(_0x6e2c63,_0xb3e8e8){_0x6e2c63=_0x6e2c63-0xae;var _0x3168da=_0x35bd0a[_0x6e2c63];return _0x3168da;},a50_0x6e2c(_0x3e2653,_0x2e3fb2);}a50_0x3ca573[a50_0xee7bde(0xb1)]=a50_0xee7bde(0xb3),a50_0x3ca573[a50_0xee7bde(0xb0)]='automate-turboscale/v1',module[a50_0xee7bde(0xb8)]=a50_0x3ca573;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51_0x10d063=a51_0x3d27;function a51_0x3d27(_0x16d431,_0x1b24bf){const _0x376440=a51_0x3764();return a51_0x3d27=function(_0x3d276a,_0xa803e6){_0x3d276a=_0x3d276a-0x100;let _0x21c607=_0x376440[_0x3d276a];return _0x21c607;},a51_0x3d27(_0x16d431,_0x1b24bf);}(function(_0x3cb6b8,_0x329d89){const _0x5903ea=a51_0x3d27,_0x40c820=_0x3cb6b8();while(!![]){try{const _0x156921=parseInt(_0x5903ea(0x109))/0x1+parseInt(_0x5903ea(0x11e))/0x2*(-parseInt(_0x5903ea(0x124))/0x3)+parseInt(_0x5903ea(0x102))/0x4+parseInt(_0x5903ea(0x125))/0x5+parseInt(_0x5903ea(0x117))/0x6*(-parseInt(_0x5903ea(0x126))/0x7)+parseInt(_0x5903ea(0x129))/0x8*(parseInt(_0x5903ea(0x10b))/0x9)+-parseInt(_0x5903ea(0x113))/0xa*(parseInt(_0x5903ea(0x10a))/0xb);if(_0x156921===_0x329d89)break;else _0x40c820['push'](_0x40c820['shift']());}catch(_0x5d4d56){_0x40c820['push'](_0x40c820['shift']());}}}(a51_0x3764,0x537e4));const constants=require(a51_0x10d063(0x133));function a51_0x3764(){const _0xe6f08f=['bCZPC','BROWSERSTACK_BUILD_PRIORITY','XKCuX','nJSdP','../../bin/utils/constants','LJmrv','MSCCO','wyNUa','CWlZm','bBxop','oNWQL','DUIeK','jrYrH','VXCat','BROWSERSTACK_BUILD_TAGS','2038508CnALrz','isTurboScaleSession','xqVRz','cnOjq','YaoKc','NO_GRID_NAME_PASSED','aNmKZ','75948AebJRO','946blwezV','18yaxPLm','isArray','NtmsB','buildPriority','getTurboScaleCaps','PNgmM','VSeYI','split','139820kXeLKh','tWqPR','owgbY','BROWSERSTACK_TURBOSCALE_GRID_NAME','12hADjKE','DXsiw','oaBXn','turboScaleOptions','gridName','medium','getTurboScaleOptions','39866hmoAVl','AOfiI','SEmWO','CAmBf','unNhU','UkLXL','42cCUzmn','3292265YTaRpg','75859yRUfId','buildTags','KFToG','2404592kOonoC','DcdKu','PYspk','turboScale','bzNcV','env'];a51_0x3764=function(){return _0xe6f08f;};return a51_0x3764();}exports[a51_0x10d063(0x11d)]=()=>{const _0x4dad60=a51_0x10d063,_0x5c36b8={};_0x5c36b8[_0x4dad60(0x104)]=function(_0x1f5137,_0x1977d7){return _0x1f5137===_0x1977d7;},_0x5c36b8['MSCCO']=_0x4dad60(0x105),_0x5c36b8['DcdKu']=_0x4dad60(0x136);const _0x216807=_0x5c36b8;if(!constants['TURBOSCALE_OPTIONS']['options'])return _0x216807[_0x4dad60(0x104)](_0x216807[_0x4dad60(0x135)],_0x216807[_0x4dad60(0x12a)])?{}:{};return constants['TURBOSCALE_OPTIONS']['options'];},exports['getTurboScaleGridName']=_0x20c83f=>{const _0x8bffb5=a51_0x10d063,_0x2c92b9={};_0x2c92b9[_0x8bffb5(0x114)]=function(_0x1db599,_0x9174e5){return _0x1db599===_0x9174e5;},_0x2c92b9[_0x8bffb5(0x139)]='tKVvo',_0x2c92b9[_0x8bffb5(0x119)]=function(_0x24415e,_0x1a44c6){return _0x24415e!==_0x1a44c6;},_0x2c92b9[_0x8bffb5(0x123)]=_0x8bffb5(0x111),_0x2c92b9[_0x8bffb5(0x12d)]='NO_GRID_NAME_PASSED';const _0x30c6f6=_0x2c92b9;if(_0x20c83f[_0x8bffb5(0x11a)]&&_0x20c83f[_0x8bffb5(0x11a)][_0x8bffb5(0x11b)]){if(_0x30c6f6['tWqPR'](_0x30c6f6[_0x8bffb5(0x139)],_0x30c6f6['oNWQL']))return _0x20c83f['turboScaleOptions'][_0x8bffb5(0x11b)];else _0x4512fc['buildPriority']=_0x389600[_0x8bffb5(0x10e)];}if(process[_0x8bffb5(0x12e)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return _0x30c6f6[_0x8bffb5(0x119)](_0x30c6f6[_0x8bffb5(0x123)],_0x30c6f6[_0x8bffb5(0x123)])?_0x4a89f3[_0x8bffb5(0x11a)][_0x8bffb5(0x11b)]:process[_0x8bffb5(0x12e)][_0x8bffb5(0x116)];return _0x30c6f6['bzNcV'];},exports[a51_0x10d063(0x103)]=_0x45ef1d=>{const _0x23fe57=a51_0x10d063,_0x3210dc={};_0x3210dc[_0x23fe57(0x13b)]=function(_0x15588b,_0x23a3f6){return _0x15588b===_0x23a3f6;};const _0x2a8b3b=_0x3210dc;return _0x45ef1d&&_0x2a8b3b[_0x23fe57(0x13b)](_0x45ef1d[_0x23fe57(0x12c)],!![]);},exports[a51_0x10d063(0x10f)]=(_0x3d971,_0x315563,_0x1a5c9d)=>{const _0x4fba09=a51_0x10d063,_0x4e4a33={};_0x4e4a33[_0x4fba09(0x131)]=_0x4fba09(0x107),_0x4e4a33[_0x4fba09(0x106)]=_0x4fba09(0x11c),_0x4e4a33[_0x4fba09(0x10d)]=function(_0x46d42a,_0x444730){return _0x46d42a!==_0x444730;},_0x4e4a33['AOPDR']=_0x4fba09(0x11f),_0x4e4a33[_0x4fba09(0x115)]=_0x4fba09(0x108),_0x4e4a33[_0x4fba09(0x138)]='exLaF',_0x4e4a33[_0x4fba09(0x134)]=function(_0x5703d1,_0x22abe9){return _0x5703d1!==_0x22abe9;},_0x4e4a33['CWlZm']=_0x4fba09(0x100),_0x4e4a33[_0x4fba09(0x128)]=function(_0x227b37,_0x2556ca){return _0x227b37===_0x2556ca;},_0x4e4a33[_0x4fba09(0x110)]='vCUVJ',_0x4e4a33['CAmBf']=_0x4fba09(0x12f),_0x4e4a33[_0x4fba09(0x13a)]='OryWi',_0x4e4a33[_0x4fba09(0x118)]=_0x4fba09(0x132),_0x4e4a33['SEmWO']=function(_0x3b8cef,_0x3bfa7b){return _0x3b8cef===_0x3bfa7b;},_0x4e4a33[_0x4fba09(0x12b)]=_0x4fba09(0x122);const _0x1fdd1a=_0x4e4a33,_0x16f598={};_0x16f598['buildPriority']=_0x1fdd1a[_0x4fba09(0x106)];_0x3d971[_0x4fba09(0x127)]&&(_0x1fdd1a[_0x4fba09(0x10d)](_0x1fdd1a['AOPDR'],_0x1fdd1a[_0x4fba09(0x115)])?_0x16f598[_0x4fba09(0x127)]=Array['isArray'](_0x3d971[_0x4fba09(0x127)])?_0x3d971[_0x4fba09(0x127)]:_0x3d971[_0x4fba09(0x127)][_0x4fba09(0x112)](','):_0x5a75ce[_0x4fba09(0x127)]=_0x6e4036[_0x4fba09(0x12e)][_0x4fba09(0x101)]);if(process[_0x4fba09(0x12e)][_0x4fba09(0x101)]){if(_0x1fdd1a[_0x4fba09(0x10d)](_0x1fdd1a[_0x4fba09(0x138)],_0x1fdd1a[_0x4fba09(0x138)]))_0x47026d[_0x4fba09(0x127)]=_0x5ab801['env']['BROWSERSTACK_BUILD_TAGS'][_0x4fba09(0x112)](',');else try{_0x1fdd1a[_0x4fba09(0x134)](_0x1fdd1a[_0x4fba09(0x137)],_0x1fdd1a[_0x4fba09(0x137)])?_0x3d2df7[_0x4fba09(0x127)]=_0x429336[_0x4fba09(0x10c)](_0x24275e[_0x4fba09(0x127)])?_0x2afb56[_0x4fba09(0x127)]:_0x57e4ac[_0x4fba09(0x127)]['split'](','):_0x16f598[_0x4fba09(0x127)]=process['env'][_0x4fba09(0x101)]['split'](',');}catch{if(_0x1fdd1a[_0x4fba09(0x128)](_0x1fdd1a[_0x4fba09(0x110)],_0x1fdd1a[_0x4fba09(0x121)]))return _0x429a11[_0x4fba09(0x12e)][_0x4fba09(0x116)];else _0x16f598[_0x4fba09(0x127)]=process[_0x4fba09(0x12e)][_0x4fba09(0x101)];}}if(_0x3d971['buildPriority']){if(_0x1fdd1a[_0x4fba09(0x128)](_0x1fdd1a[_0x4fba09(0x13a)],_0x1fdd1a[_0x4fba09(0x118)]))try{_0x2c9c92['buildTags']=_0x1ca552[_0x4fba09(0x12e)][_0x4fba09(0x101)][_0x4fba09(0x112)](',');}catch{_0x3eed2b[_0x4fba09(0x127)]=_0x2edca4[_0x4fba09(0x12e)][_0x4fba09(0x101)];}else _0x16f598[_0x4fba09(0x10e)]=_0x3d971[_0x4fba09(0x10e)];}if(process[_0x4fba09(0x12e)][_0x4fba09(0x130)]){if(_0x1fdd1a[_0x4fba09(0x120)](_0x1fdd1a[_0x4fba09(0x12b)],_0x1fdd1a[_0x4fba09(0x12b)]))_0x16f598[_0x4fba09(0x10e)]=process[_0x4fba09(0x12e)][_0x4fba09(0x130)];else{if(_0x39481d[_0x4fba09(0x11a)]&&_0x471727[_0x4fba09(0x11a)][_0x4fba09(0x11b)])return _0x52ea78[_0x4fba09(0x11a)][_0x4fba09(0x11b)];if(_0x41bda1['env'][_0x4fba09(0x116)])return _0xb0bbd6['env'][_0x4fba09(0x116)];return _0x1fdd1a[_0x4fba09(0x131)];}}return _0x16f598;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a52_0x1418(){var _0x53ca28=['1028848zyVuMe','BROWSERSTACK_USER_NAME','newCommandTimeout','lpWwC','187962XGhfUI','ozFrE','updatedWDABundleId','BROWSERSTACK_BUILD_NAME','xcodeOrgId','connectHardwareKeyboard','androidScreenshotPath','platformVersion','nativeInstrumentsLib','appWaitActivity','avd','resetOnSessionStartOnly','udid','adbPort','autoWebviewTimeout','rKSMR','simpleIsVisibleCheck','Wvluv','BROWSERSTACK_OBSERVABILITY_DEBUG','webkitDebugProxyPort','accessKey','scaleFactor','networkSpeed','language','browserstack.buildIdentifier','wdaStartupRetryInterval','safariInitialUrl','allowDelayAdb','buildIdentifier','BROWSERSTACK_LOCAL','projectName','optionalIntentArguments','skipDeviceInitialization','localIdentifier','processArguments','avdLaunchTimeout','nativeWebTap','browserstack.app','wdaLaunchTimeout','showXcodeLog','44kahlIi','tFGfn','eventTimings','10190ZDwpBr','shouldUseSingletonTestManager','autoGrantPermissions','buildName','QQVEQ','chromedriverDisableBuildCheck','logLevel','androidInstallTimeout','uninstallOtherPackages','noSign','2513gyVoQE','browserstack.logLevel','ijlAa','buildToolsVersion','chromedriverPorts','logcatFormat','BROWSERSTACK_APP_ID','localizableStringsDir','systemPort','localeScript','886866YEbFzq','adbExecTimeout','launchTimeout','browserstack.accessKey','dGSDr','commandTimeouts','keystorePath','browserstack.automation','locationServicesAuthorized','intentAction','keychainPassword','iosInstallPause','orientation','xcodeSigningId','automationName','eSlAo','aMnxX','16461CxuZWQ','chromedriverArgs','appPackage','eSQJu','chromedriverExecutableDir','skipLogcatCapture','remoteAdbHost','userName','4619755OaytmR','fullContextList','avdReadyTimeout','CLICapsMapping','Aulaf','webkitResponseTimeout','printPageSourceOnFindFailure','appActivity','interKeyDelay','ensureWebviewsHavePages','androidInstallPath','chromedriverExecutable','allowTouchIdEnroll','disableAndroidWatchers','autoLaunch','enableAsyncExecuteFromHttps','BROWSERSTACK_APP','useNewWDA','clearSystemFiles','deviceName','appName','unlockType','noReset','UEADf','wdaConnectionTimeout','BROWSERSTACK_BUILD_IDENTIFIER','ignoreHiddenApiPolicyError','GJvWg','useKeystore','app','resetKeyboard','6474AWRNyP','browserstack.localIdentifier','maxTypingFrequency','appWaitPackage','dontStopAppOnReset','intentCategory','nativeWebScreenshot','calendarFormat','BROWSERSTACK_RERUN_TESTS','tapWithShortPressDuration','omdLC','DahqQ','1209920dKxVWy','BROWSERSTACK_PROJECT_NAME','locale','useCarthageSsl','uibsk','enforceAppInstall','chromeOptions','parallelsPerPlatform','mockLocationApp','keyAlias','sendKeyStrategy','fYpVf','hUdsE','enablePerformanceLogging','showIOSLog','IdthB','customSSLCert','logcatFilterSpecs','browserstack.access_key','waitForAppScript','iAYvT','ignoreUnimportantViews','avdArgs','webviewDevtoolsPort','browserstack.parallelsPerPlatform','AsPGA','browserstack.projectName','safariIgnoreFraudWarning','androidCoverageEndIntent','BROWSERSTACK_LOCAL_IDENTIFIER','androidDeviceReadyTimeout','wdaLocalPort','fullReset','locationServicesEnabled','ySncZ','deviceReadyTimeout','AppiumCaps','skipUnlock','safariOpenLinksInBackground','startIWDP','wdaStartupRetries','keyPassword','webDriverAgentUrl','isHeadless','pryyO','browserstackLocal','browserstack.userName','automation','browserstack.ppp','androidDeviceSocket','intentFlags'];a52_0x1418=function(){return _0x53ca28;};return a52_0x1418();}var a52_0x308583=a52_0x36e9;function a52_0x36e9(_0x35df2a,_0x352405){var _0x141887=a52_0x1418();return a52_0x36e9=function(_0x36e99d,_0x3f3f49){_0x36e99d=_0x36e99d-0x19c;var _0x9dfda9=_0x141887[_0x36e99d];return _0x9dfda9;},a52_0x36e9(_0x35df2a,_0x352405);}(function(_0x432cce,_0x35142c){var _0x44268f=a52_0x36e9,_0x2df243=_0x432cce();while(!![]){try{var _0x4ba203=parseInt(_0x44268f(0x202))/0x1+-parseInt(_0x44268f(0x1eb))/0x2*(parseInt(_0x44268f(0x1c3))/0x3)+-parseInt(_0x44268f(0x1bf))/0x4+-parseInt(_0x44268f(0x21b))/0x5+-parseInt(_0x44268f(0x23a))/0x6*(-parseInt(_0x44268f(0x1f8))/0x7)+parseInt(_0x44268f(0x246))/0x8+-parseInt(_0x44268f(0x213))/0x9*(-parseInt(_0x44268f(0x1ee))/0xa);if(_0x4ba203===_0x35142c)break;else _0x2df243['push'](_0x2df243['shift']());}catch(_0x2b0e8e){_0x2df243['push'](_0x2df243['shift']());}}}(a52_0x1418,0xb2243),exports[a52_0x308583(0x21e)]=()=>{var _0x588a34=a52_0x308583,_0x5806fb={};_0x5806fb[_0x588a34(0x212)]='browserstack.user_name',_0x5806fb[_0x588a34(0x251)]=_0x588a34(0x1ba),_0x5806fb[_0x588a34(0x1c4)]=_0x588a34(0x19e),_0x5806fb[_0x588a34(0x1d2)]=_0x588a34(0x205),_0x5806fb['pryyO']='browserstack.buildName',_0x5806fb[_0x588a34(0x1c2)]=_0x588a34(0x1a6),_0x5806fb[_0x588a34(0x1a5)]=_0x588a34(0x1db),_0x5806fb['HdNFy']=_0x588a34(0x1bc),_0x5806fb[_0x588a34(0x232)]=_0x588a34(0x1a4),_0x5806fb[_0x588a34(0x252)]='browserstack.local',_0x5806fb[_0x588a34(0x1a0)]=_0x588a34(0x23b),_0x5806fb['ijlAa']='browserstack.rerunTests',_0x5806fb['ITTdE']=_0x588a34(0x1e8),_0x5806fb[_0x588a34(0x236)]=_0x588a34(0x1f9),_0x5806fb[_0x588a34(0x1d4)]=_0x588a34(0x209);var _0x24cd3e=_0x5806fb,_0x51e745={};return _0x51e745[_0x588a34(0x21a)]=[_0x24cd3e[_0x588a34(0x212)],_0x24cd3e[_0x588a34(0x251)]],_0x51e745[_0x588a34(0x1d7)]=[_0x24cd3e[_0x588a34(0x1c4)],_0x24cd3e[_0x588a34(0x1d2)]],_0x51e745['buildName']=[_0x24cd3e[_0x588a34(0x1b8)]],_0x51e745['projectName']=[_0x24cd3e['lpWwC']],_0x51e745['buildIdentifier']=[_0x24cd3e[_0x588a34(0x1a5)]],_0x51e745[_0x588a34(0x24d)]=[_0x24cd3e['HdNFy'],_0x24cd3e[_0x588a34(0x232)]],_0x51e745[_0x588a34(0x1b9)]=[_0x24cd3e['hUdsE']],_0x51e745[_0x588a34(0x1e4)]=[_0x24cd3e[_0x588a34(0x1a0)]],_0x51e745['rerunTests']=[_0x24cd3e[_0x588a34(0x1fa)]],_0x51e745['app']=[_0x24cd3e['ITTdE']],_0x51e745[_0x588a34(0x1f4)]=[_0x24cd3e['GJvWg']],_0x51e745[_0x588a34(0x1bb)]=[_0x24cd3e[_0x588a34(0x1d4)]],_0x51e745;},exports['EnvCapsMapping']=()=>{var _0x5bd9fa=a52_0x308583,_0xdaaf29={};_0xdaaf29[_0x5bd9fa(0x1f2)]='BROWSERSTACK_USERNAME',_0xdaaf29[_0x5bd9fa(0x21f)]=_0x5bd9fa(0x1c0),_0xdaaf29[_0x5bd9fa(0x211)]='BROWSERSTACK_ACCESS_KEY',_0xdaaf29[_0x5bd9fa(0x244)]=_0x5bd9fa(0x1c6),_0xdaaf29[_0x5bd9fa(0x1ae)]=_0x5bd9fa(0x247),_0xdaaf29['oXTCX']=_0x5bd9fa(0x234),_0xdaaf29[_0x5bd9fa(0x24a)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0xdaaf29[_0x5bd9fa(0x245)]=_0x5bd9fa(0x1e0),_0xdaaf29[_0x5bd9fa(0x206)]=_0x5bd9fa(0x1a9),_0xdaaf29['PLFVV']=_0x5bd9fa(0x242),_0xdaaf29['IdthB']=_0x5bd9fa(0x1fe),_0xdaaf29[_0x5bd9fa(0x216)]=_0x5bd9fa(0x22b),_0xdaaf29['nnUdB']=_0x5bd9fa(0x1d5),_0xdaaf29[_0x5bd9fa(0x1ec)]='BROWSERSTACK_AUTOMATION';var _0x16c84a=_0xdaaf29,_0x17adc3={};return _0x17adc3['userName']=[_0x16c84a[_0x5bd9fa(0x1f2)],_0x16c84a[_0x5bd9fa(0x21f)]],_0x17adc3[_0x5bd9fa(0x1d7)]=[_0x16c84a[_0x5bd9fa(0x211)]],_0x17adc3[_0x5bd9fa(0x1f1)]=[_0x16c84a[_0x5bd9fa(0x244)]],_0x17adc3[_0x5bd9fa(0x1e1)]=[_0x16c84a[_0x5bd9fa(0x1ae)]],_0x17adc3[_0x5bd9fa(0x1df)]=[_0x16c84a['oXTCX']],_0x17adc3[_0x5bd9fa(0x24d)]=[_0x16c84a['uibsk']],_0x17adc3[_0x5bd9fa(0x1b9)]=[_0x16c84a[_0x5bd9fa(0x245)]],_0x17adc3[_0x5bd9fa(0x1e4)]=[_0x16c84a[_0x5bd9fa(0x206)]],_0x17adc3['rerunTests']=[_0x16c84a['PLFVV']],_0x17adc3[_0x5bd9fa(0x238)]=[_0x16c84a[_0x5bd9fa(0x255)],_0x16c84a['eSQJu']],_0x17adc3[_0x5bd9fa(0x1f4)]=[_0x16c84a['nnUdB']],_0x17adc3[_0x5bd9fa(0x1bb)]=[_0x16c84a[_0x5bd9fa(0x1ec)]],_0x17adc3;},exports[a52_0x308583(0x1b0)]=()=>[a52_0x308583(0x210),a52_0x308583(0x1ca),a52_0x308583(0x22e),a52_0x308583(0x1c1),a52_0x308583(0x238),a52_0x308583(0x1cf),a52_0x308583(0x1da),a52_0x308583(0x248),a52_0x308583(0x20e),'autoWebview',a52_0x308583(0x231),a52_0x308583(0x1ac),a52_0x308583(0x22d),a52_0x308583(0x1ed),a52_0x308583(0x253),'otherApps',a52_0x308583(0x221),a52_0x308583(0x222),a52_0x308583(0x215),a52_0x308583(0x1cc),a52_0x308583(0x23d),'appWaitDuration',a52_0x308583(0x1af),'allowTestPackages','androidCoverage',a52_0x308583(0x1a8),a52_0x308583(0x1aa),a52_0x308583(0x1d0),a52_0x308583(0x1bd),a52_0x308583(0x1f5),a52_0x308583(0x225),a52_0x308583(0x1cd),a52_0x308583(0x1e6),a52_0x308583(0x21d),a52_0x308583(0x1a2),a52_0x308583(0x237),a52_0x308583(0x208),'keystorePassword',a52_0x308583(0x24f),a52_0x308583(0x1b5),a52_0x308583(0x226),a52_0x308583(0x214),a52_0x308583(0x217),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable','chromedriverPort',a52_0x308583(0x1fc),a52_0x308583(0x1f3),a52_0x308583(0x1d1),a52_0x308583(0x20b),a52_0x308583(0x23f),a52_0x308583(0x1be),a52_0x308583(0x1e2),a52_0x308583(0x23e),'unicodeKeyboard',a52_0x308583(0x239),a52_0x308583(0x1f7),a52_0x308583(0x1a1),a52_0x308583(0x228),a52_0x308583(0x24c),'recreateChromeDriverSessions',a52_0x308583(0x240),a52_0x308583(0x1c9),a52_0x308583(0x1d9),'gpsEnabled',a52_0x308583(0x1b7),a52_0x308583(0x203),a52_0x308583(0x201),a52_0x308583(0x1e3),a52_0x308583(0x1f0),'androidNaturalOrientation',a52_0x308583(0x200),a52_0x308583(0x219),a52_0x308583(0x1b1),a52_0x308583(0x230),'unlockKey',a52_0x308583(0x229),a52_0x308583(0x218),a52_0x308583(0x1f6),'disableWindowAnimation',a52_0x308583(0x1fb),a52_0x308583(0x24b),a52_0x308583(0x224),a52_0x308583(0x1a3),'enableWebviewDetailsCollection','remoteAppsCacheLimit',a52_0x308583(0x241),'bundleId',a52_0x308583(0x204),a52_0x308583(0x1ad),a52_0x308583(0x20a),'autoAcceptAlerts','autoDismissAlerts',a52_0x308583(0x1cb),a52_0x308583(0x1e7),a52_0x308583(0x1dd),'safariAllowPopups',a52_0x308583(0x1a7),a52_0x308583(0x1b2),'keepKeyChains',a52_0x308583(0x1ff),a52_0x308583(0x1e5),a52_0x308583(0x223),a52_0x308583(0x254),a52_0x308583(0x250),a52_0x308583(0x220),'screenshotWaitTimeout','remoteDebugProxy',a52_0x308583(0x22a),'skipLogCapture',a52_0x308583(0x1d6),a52_0x308583(0x21c),a52_0x308583(0x19f),'webviewConnectRetries',a52_0x308583(0x22f),a52_0x308583(0x19c),a52_0x308583(0x243),a52_0x308583(0x1d8),a52_0x308583(0x1ab),a52_0x308583(0x1ea),a52_0x308583(0x20d),'xcodeConfigFile',a52_0x308583(0x20c),'usePrebuiltWDA','preventWDAAttachments',a52_0x308583(0x1b6),'keychainPath',a52_0x308583(0x22c),a52_0x308583(0x1e9),a52_0x308583(0x233),a52_0x308583(0x1c7),a52_0x308583(0x20f),a52_0x308583(0x1c5),a52_0x308583(0x1ce),a52_0x308583(0x207),a52_0x308583(0x1b4),a52_0x308583(0x1dc),a52_0x308583(0x1c8),a52_0x308583(0x23c),a52_0x308583(0x1d3),a52_0x308583(0x249),a52_0x308583(0x1ef),a52_0x308583(0x1b3),a52_0x308583(0x227),a52_0x308583(0x235),a52_0x308583(0x24e),a52_0x308583(0x1fd),a52_0x308583(0x19d),a52_0x308583(0x1de)]);
|
|
1
|
+
function a52_0x2f45(_0x897fc0,_0x57ca98){var _0x4af2a9=a52_0x4af2();return a52_0x2f45=function(_0x2f45fe,_0xcf855d){_0x2f45fe=_0x2f45fe-0x103;var _0x1d1ac7=_0x4af2a9[_0x2f45fe];return _0x1d1ac7;},a52_0x2f45(_0x897fc0,_0x57ca98);}var a52_0x340e49=a52_0x2f45;(function(_0x15ca13,_0x41a6f9){var _0x3da965=a52_0x2f45,_0x31fd8a=_0x15ca13();while(!![]){try{var _0x595085=parseInt(_0x3da965(0x164))/0x1*(-parseInt(_0x3da965(0x170))/0x2)+-parseInt(_0x3da965(0x14b))/0x3*(-parseInt(_0x3da965(0x113))/0x4)+parseInt(_0x3da965(0x1aa))/0x5*(parseInt(_0x3da965(0x141))/0x6)+-parseInt(_0x3da965(0x188))/0x7+-parseInt(_0x3da965(0x1af))/0x8+parseInt(_0x3da965(0x161))/0x9+-parseInt(_0x3da965(0x123))/0xa*(-parseInt(_0x3da965(0x112))/0xb);if(_0x595085===_0x41a6f9)break;else _0x31fd8a['push'](_0x31fd8a['shift']());}catch(_0x484c35){_0x31fd8a['push'](_0x31fd8a['shift']());}}}(a52_0x4af2,0xf34d0),exports[a52_0x340e49(0x189)]=()=>{var _0x286a94=a52_0x340e49,_0x1f04d6={};_0x1f04d6[_0x286a94(0x1b1)]=_0x286a94(0x124),_0x1f04d6[_0x286a94(0x13d)]=_0x286a94(0x130),_0x1f04d6['fLVyh']='browserstack.access_key',_0x1f04d6[_0x286a94(0x181)]='browserstack.accessKey',_0x1f04d6['Qratn']=_0x286a94(0x13c),_0x1f04d6[_0x286a94(0x1a0)]='browserstack.projectName',_0x1f04d6[_0x286a94(0x119)]='browserstack.buildIdentifier',_0x1f04d6[_0x286a94(0x172)]='browserstack.ppp',_0x1f04d6['uACQI']=_0x286a94(0x111),_0x1f04d6['JJTAK']=_0x286a94(0x13e),_0x1f04d6['JEdJN']=_0x286a94(0x171),_0x1f04d6[_0x286a94(0x198)]=_0x286a94(0x14d),_0x1f04d6[_0x286a94(0x13b)]=_0x286a94(0x138),_0x1f04d6[_0x286a94(0x185)]=_0x286a94(0x18f),_0x1f04d6[_0x286a94(0x114)]=_0x286a94(0x103);var _0x25b704=_0x1f04d6,_0xaf057c={};return _0xaf057c[_0x286a94(0x1ab)]=[_0x25b704[_0x286a94(0x1b1)],_0x25b704[_0x286a94(0x13d)]],_0xaf057c[_0x286a94(0x153)]=[_0x25b704['fLVyh'],_0x25b704['qhlXD']],_0xaf057c['buildName']=[_0x25b704[_0x286a94(0x13a)]],_0xaf057c[_0x286a94(0x11b)]=[_0x25b704[_0x286a94(0x1a0)]],_0xaf057c[_0x286a94(0x197)]=[_0x25b704[_0x286a94(0x119)]],_0xaf057c[_0x286a94(0x14f)]=[_0x25b704['hjdgE'],_0x25b704[_0x286a94(0x168)]],_0xaf057c[_0x286a94(0x18a)]=[_0x25b704[_0x286a94(0x148)]],_0xaf057c['localIdentifier']=[_0x25b704[_0x286a94(0x17e)]],_0xaf057c['rerunTests']=[_0x25b704[_0x286a94(0x198)]],_0xaf057c[_0x286a94(0x146)]=[_0x25b704[_0x286a94(0x13b)]],_0xaf057c[_0x286a94(0x137)]=[_0x25b704[_0x286a94(0x185)]],_0xaf057c[_0x286a94(0x1b3)]=[_0x25b704['LMlMX']],_0xaf057c;},exports['EnvCapsMapping']=()=>{var _0x2a7e59=a52_0x340e49,_0x1e78f3={};_0x1e78f3[_0x2a7e59(0x1b9)]=_0x2a7e59(0x155),_0x1e78f3[_0x2a7e59(0x177)]=_0x2a7e59(0x178),_0x1e78f3['AdxoP']='BROWSERSTACK_ACCESS_KEY',_0x1e78f3[_0x2a7e59(0x17f)]='BROWSERSTACK_BUILD_NAME',_0x1e78f3[_0x2a7e59(0x117)]='BROWSERSTACK_PROJECT_NAME',_0x1e78f3[_0x2a7e59(0x17d)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x1e78f3[_0x2a7e59(0x10a)]=_0x2a7e59(0x18e),_0x1e78f3[_0x2a7e59(0x10c)]=_0x2a7e59(0x14a),_0x1e78f3[_0x2a7e59(0x15e)]=_0x2a7e59(0x14c),_0x1e78f3['sUPaL']=_0x2a7e59(0x176),_0x1e78f3['eVmau']='BROWSERSTACK_APP_ID',_0x1e78f3[_0x2a7e59(0x186)]=_0x2a7e59(0x19e),_0x1e78f3[_0x2a7e59(0x1a9)]=_0x2a7e59(0x191),_0x1e78f3[_0x2a7e59(0x179)]=_0x2a7e59(0x127);var _0x316733=_0x1e78f3,_0x591df7={};return _0x591df7[_0x2a7e59(0x1ab)]=[_0x316733[_0x2a7e59(0x1b9)],_0x316733[_0x2a7e59(0x177)]],_0x591df7[_0x2a7e59(0x153)]=[_0x316733['AdxoP']],_0x591df7['buildName']=[_0x316733[_0x2a7e59(0x17f)]],_0x591df7[_0x2a7e59(0x11b)]=[_0x316733[_0x2a7e59(0x117)]],_0x591df7[_0x2a7e59(0x197)]=[_0x316733[_0x2a7e59(0x17d)]],_0x591df7[_0x2a7e59(0x14f)]=[_0x316733[_0x2a7e59(0x10a)]],_0x591df7[_0x2a7e59(0x18a)]=[_0x316733[_0x2a7e59(0x10c)]],_0x591df7['localIdentifier']=[_0x316733[_0x2a7e59(0x15e)]],_0x591df7[_0x2a7e59(0x160)]=[_0x316733[_0x2a7e59(0x16b)]],_0x591df7[_0x2a7e59(0x146)]=[_0x316733[_0x2a7e59(0x129)],_0x316733[_0x2a7e59(0x186)]],_0x591df7[_0x2a7e59(0x137)]=[_0x316733[_0x2a7e59(0x1a9)]],_0x591df7[_0x2a7e59(0x1b3)]=[_0x316733[_0x2a7e59(0x179)]],_0x591df7;},exports['AppiumCaps']=()=>[a52_0x340e49(0x199),a52_0x340e49(0x1b2),a52_0x340e49(0x12c),a52_0x340e49(0x17c),'app','udid',a52_0x340e49(0x1b6),a52_0x340e49(0x156),a52_0x340e49(0x18b),a52_0x340e49(0x144),a52_0x340e49(0x1ae),a52_0x340e49(0x132),a52_0x340e49(0x1a8),a52_0x340e49(0x140),'enablePerformanceLogging','otherApps',a52_0x340e49(0x139),a52_0x340e49(0x173),'appPackage',a52_0x340e49(0x134),a52_0x340e49(0x19f),a52_0x340e49(0x15d),a52_0x340e49(0x145),a52_0x340e49(0x1a3),a52_0x340e49(0x1a5),a52_0x340e49(0x128),a52_0x340e49(0x16c),a52_0x340e49(0x1b4),'androidDeviceSocket','androidInstallTimeout',a52_0x340e49(0x183),'avd',a52_0x340e49(0x11a),'avdReadyTimeout',a52_0x340e49(0x121),a52_0x340e49(0x106),a52_0x340e49(0x151),a52_0x340e49(0x105),a52_0x340e49(0x18c),a52_0x340e49(0x110),a52_0x340e49(0x195),a52_0x340e49(0x152),a52_0x340e49(0x163),a52_0x340e49(0x10d),a52_0x340e49(0x16e),a52_0x340e49(0x190),a52_0x340e49(0x104),a52_0x340e49(0x1a1),a52_0x340e49(0x14e),'intentAction',a52_0x340e49(0x17a),'intentFlags',a52_0x340e49(0x126),a52_0x340e49(0x143),a52_0x340e49(0x12b),a52_0x340e49(0x196),a52_0x340e49(0x19d),a52_0x340e49(0x116),a52_0x340e49(0x12d),a52_0x340e49(0x12e),'recreateChromeDriverSessions',a52_0x340e49(0x10b),'androidScreenshotPath',a52_0x340e49(0x149),'gpsEnabled',a52_0x340e49(0x10e),a52_0x340e49(0x17b),a52_0x340e49(0x192),a52_0x340e49(0x15b),a52_0x340e49(0x120),a52_0x340e49(0x1a4),a52_0x340e49(0x11d),a52_0x340e49(0x109),a52_0x340e49(0x167),a52_0x340e49(0x1ba),'unlockKey','autoLaunch',a52_0x340e49(0x135),a52_0x340e49(0x115),a52_0x340e49(0x159),'buildToolsVersion','enforceAppInstall',a52_0x340e49(0x1a7),'webviewDevtoolsPort',a52_0x340e49(0x182),a52_0x340e49(0x107),a52_0x340e49(0x187),a52_0x340e49(0x1b8),a52_0x340e49(0x154),a52_0x340e49(0x136),a52_0x340e49(0x11f),a52_0x340e49(0x194),'autoDismissAlerts','nativeInstrumentsLib',a52_0x340e49(0x169),a52_0x340e49(0x165),a52_0x340e49(0x1ad),'safariIgnoreFraudWarning',a52_0x340e49(0x133),a52_0x340e49(0x166),a52_0x340e49(0x1a2),a52_0x340e49(0x18d),a52_0x340e49(0x19a),a52_0x340e49(0x180),a52_0x340e49(0x175),'webkitResponseTimeout',a52_0x340e49(0x147),a52_0x340e49(0x1ac),a52_0x340e49(0x142),'skipLogCapture',a52_0x340e49(0x1b7),a52_0x340e49(0x131),a52_0x340e49(0x108),a52_0x340e49(0x150),a52_0x340e49(0x174),a52_0x340e49(0x13f),a52_0x340e49(0x125),a52_0x340e49(0x184),'wdaLocalPort','showXcodeLog',a52_0x340e49(0x1b5),'xcodeConfigFile','keychainPassword',a52_0x340e49(0x16a),'preventWDAAttachments',a52_0x340e49(0x1b0),'keychainPath',a52_0x340e49(0x162),a52_0x340e49(0x158),a52_0x340e49(0x16f),a52_0x340e49(0x11e),a52_0x340e49(0x19b),a52_0x340e49(0x19c),a52_0x340e49(0x11c),a52_0x340e49(0x193),a52_0x340e49(0x10f),a52_0x340e49(0x12f),a52_0x340e49(0x15a),a52_0x340e49(0x122),a52_0x340e49(0x12a),'useCarthageSsl',a52_0x340e49(0x1a6),a52_0x340e49(0x15f),a52_0x340e49(0x16d),a52_0x340e49(0x157),'mockLocationApp','logcatFormat',a52_0x340e49(0x118),a52_0x340e49(0x15c)]);function a52_0x4af2(){var _0x491e86=['webDriverAgentUrl','zVOBu','platformVersion','automation','adbPort','iosInstallPause','language','webkitDebugProxyPort','bundleId','IyhkI','unlockType','browserstack.automation','chromedriverPorts','keystorePassword','useKeystore','remoteAppsCacheLimit','waitForAppScript','remoteAdbHost','qXAvQ','nativeWebScreenshot','likPu','chromedriverChromeMappingFile','isHeadless','wdaStartupRetries','keyPassword','browserstack.parallelsPerPlatform','110taPTiL','12OQTDiu','LMlMX','uninstallOtherPackages','ignoreUnimportantViews','jcPog','logcatFilterSpecs','QRxYP','avdLaunchTimeout','projectName','resetOnSessionStartOnly','systemPort','xcodeOrgId','locationServicesAuthorized','autoGrantPermissions','avdArgs','maxTypingFrequency','137590ihgawv','browserstack.user_name','tapWithShortPressDuration','optionalIntentArguments','BROWSERSTACK_AUTOMATION','androidCoverageEndIntent','eVmau','simpleIsVisibleCheck','unicodeKeyboard','deviceName','disableAndroidWatchers','chromeOptions','wdaStartupRetryInterval','browserstack.userName','fullContextList','fullReset','safariOpenLinksInBackground','appWaitActivity','skipLogcatCapture','locationServicesEnabled','logLevel','browserstack.app','printPageSourceOnFindFailure','Qratn','mTkYR','browserstack.buildName','MQWVw','browserstack.local','customSSLCert','eventTimings','18gtiIuO','enableAsyncExecuteFromHttps','dontStopAppOnReset','autoWebview','deviceReadyTimeout','app','screenshotWaitTimeout','JJTAK','networkSpeed','BROWSERSTACK_LOCAL','287772fTaYGg','BROWSERSTACK_LOCAL_IDENTIFIER','browserstack.rerunTests','autoWebviewTimeout','parallelsPerPlatform','webviewConnectRetries','keystorePath','chromedriverArgs','accessKey','launchTimeout','BROWSERSTACK_USERNAME','locale','ignoreHiddenApiPolicyError','wdaLaunchTimeout','disableWindowAnimation','connectHardwareKeyboard','skipDeviceInitialization','allowDelayAdb','appWaitDuration','jXMCC','startIWDP','rerunTests','12842568AUlmBi','useNewWDA','chromedriverExecutableDir','857882NLEjDJ','safariInitialUrl','keepKeyChains','skipUnlock','uACQI','nativeWebTap','usePrebuiltWDA','sUPaL','androidDeviceReadyTimeout','allowTouchIdEnroll','chromedriverUseSystemExecutable','wdaConnectionTimeout','2AsFYru','browserstack.localIdentifier','hjdgE','appActivity','appName','sendKeyStrategy','BROWSERSTACK_RERUN_TESTS','iHyhc','BROWSERSTACK_USER_NAME','YccWw','intentCategory','adbExecTimeout','newCommandTimeout','MWxsH','JEdJN','MYPCH','showIOSLog','qhlXD','enableWebviewDetailsCollection','androidInstallPath','scaleFactor','KLRvu','Yecyu','calendarFormat','5973401PQEnDm','CLICapsMapping','browserstackLocal','orientation','keyAlias','processArguments','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.logLevel','chromedriverPort','BROWSERSTACK_OBSERVABILITY_DEBUG','localeScript','commandTimeouts','autoAcceptAlerts','chromedriverExecutable','resetKeyboard','buildIdentifier','nHNrh','automationName','interKeyDelay','xcodeSigningId','updatedWDABundleId','noSign','BROWSERSTACK_APP','appWaitPackage','FJmki','chromedriverDisableBuildCheck','localizableStringsDir','allowTestPackages','androidNaturalOrientation','androidCoverage','shouldUseSingletonTestManager','ensureWebviewsHavePages','clearSystemFiles','FcUby','2924690iDaWgF','userName','remoteDebugProxy','safariAllowPopups','noReset','7194744FPdPJF'];a52_0x4af2=function(){return _0x491e86;};return a52_0x4af2();}
|