browserstack-node-sdk 1.31.8 → 1.31.10
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/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a19_0x4205f9=a19_0x2de4;(function(_0x11230b,_0x5d43ce){const _0x4f57a6=a19_0x2de4,_0x2be542=_0x11230b();while(!![]){try{const _0x11cd49=-parseInt(_0x4f57a6(0x16c))/0x1+parseInt(_0x4f57a6(0x16d))/0x2*(-parseInt(_0x4f57a6(0x19c))/0x3)+-parseInt(_0x4f57a6(0xef))/0x4+-parseInt(_0x4f57a6(0x1a3))/0x5*(-parseInt(_0x4f57a6(0x15e))/0x6)+parseInt(_0x4f57a6(0xb9))/0x7*(parseInt(_0x4f57a6(0xc8))/0x8)+parseInt(_0x4f57a6(0x199))/0x9+-parseInt(_0x4f57a6(0x101))/0xa*(-parseInt(_0x4f57a6(0xd8))/0xb);if(_0x11cd49===_0x5d43ce)break;else _0x2be542['push'](_0x2be542['shift']());}catch(_0x2107ab){_0x2be542['push'](_0x2be542['shift']());}}}(a19_0x2595,0x77ab4));const path=require(a19_0x4205f9(0x11d)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x4205f9(0x12e)),constants=require(a19_0x4205f9(0x99)),{isAccessibilityAutomationSession}=require(a19_0x4205f9(0xd1)),RequestQueueHandler=require(a19_0x4205f9(0x134)),{isTestObservabilitySession}=require(a19_0x4205f9(0xbe)),helper=require(a19_0x4205f9(0x12e));function a19_0x2de4(_0x531ddd,_0x3d38d7){const _0x2595d7=a19_0x2595();return a19_0x2de4=function(_0x2de4d9,_0x269c82){_0x2de4d9=_0x2de4d9-0x87;let _0x29b211=_0x2595d7[_0x2de4d9];return _0x29b211;},a19_0x2de4(_0x531ddd,_0x3d38d7);}function a19_0x2595(){const _0x3736ed=['kEvFs','browserstackPercyBestPlatform','hmMUG','UAERB','YdrKT','lZrOg','path','splice','maZEq','processSuccess','QWqmx','__driversArray','MTDcz','default','PFszZ','pRThk','EvFUx','then','dimoc','oUxhI','badcP','yEtdk','IoLOU','../../helpers/helper','unshift','platform','LObmm','RGRbU','BSTACK_DELTA','../../helpers/test-observability/requestQueueHandler','ZJJpR','LeLHb','_formatter','XBGrM','vsUPZ','prototype','SEbhZ','nCEAc','ZwVGT','../cucumber-js/timeout.setup.js','dGhgI','capability','BFhqM','stepsPending','eMglO','rqJHA','YcJWb','push','WFizT','rJCvP','EpxSL','success','xIRsV','nestedKeyValue','percy','__platform__','hALdB',':tmp/','rootHooks','vnSAB','pJDdl','cucumber/lib/cli/index.js','getInstance','platformCaps','testsErrorMessage','SNKAJ','TAluq','FFtGd','testSuites','_configuration','vNCvL','1263996dkbbSE','AzJHk','cXhNZ','vanilla','isZEn','mochaOpts','run','testContextOptions','sKRSZ','YqWXa','ZLYoh','stepsSkipped','configuration','SGzEE','278486LpHNTu','1673876jzeCuk','iorxx','oQFBy','OHZrO','testsUndefined','MleDK','KJvkW','testSuitesFailed','skipSessionName','argv','__skipSessionName','exports','rpDBW','tlAHM','yYPtS','cucumber/lib/cli/configuration_builder.js','testsUnknown','extname','kWOJM','../cucumber-js/formatter/custom_formatter.js','testsSkipped','cwd','reporter','akyEH','browserStackPercyOptions','replace','require','rzMMw','yHvnW','afterEach','zsucR','TRFSV','17|6|12|10|2|8|7|19|3|15|1|14|20|0|4|16|5|9|18|11|13|21','testsPending','xOALO','axJoW','QEFcM','iBoCY','join','JxKZj','@cucumber/cucumber/lib/cli/index.js','mocha/lib/cli/run-helpers.js','uSQYm','../mocha/test.setup','1560987xEZeDs','zhhnQ','GmPyX','3ZaoCEF','skipSessionStatus','wlgZd','_accessibilityAutomation','env','_testObservability','NKPbt','20hDfTCN','xJQwA','tcimv','handleRequires','vwjBR','GCxAh','tmp/','totalTests','UTUPQ','uUitA','IDObR','exitCode','@cucumber/cucumber/lib/cli/configuration_builder.js','turboScaleUrl','ZWGJx','length','kHxGS','SeYYt','stringify','eNggA','_mochaOpts','ToqHM','cucumber-js','../utils/constants','dxPzo','mFYLc','XvTPj','../../index','testsAmbiguous','stepsFailed','KflHB','maxWorkers','_argv','browserstackPlatformIndex','HxAKD','EELus','UMBKb','zaNxY','Ayssv','vthqM','osXYZ','hrihf','steps','__platformCaps','JvjsV','UQztq','cISIJ','beforeAll','hDnsm','mochaHooks','_bsConfig','RBIDy','__skipSessionStatus','scenarios','aOofw','91LZlHIV','beforeEach','args','timeout','percyCaptureMode','../../helpers/test-observability/utils','cbUFm','FIKaw','ueIsr','cfwMl','ExLQp','rtJah','yoIVI','vzJaO','xEyyR','387272yFNhHg','WBlww','catch','runMocha','odXvF','jMwgD','nwPrg','DDXSc','LQiYB','../../helpers/accessibility-automation/helper','TXViz','FNJyk','OvRiT','stdout','rAEbo','MOlRS','269819VWJDJB','pendingUploads','oRTWS','browserstackAgentV2','formatter','testsPassed','JlNoB','prevRun','scenariosFailed','fHgUw','WnFbk','jhIrj','../cucumber-js/test.setup.js','../mocha/test-observability/data-hooks','../../helpers/setKeepAlive','../cucumber-js/formatter/custom_formatter_old_versions.js','stepsUndefined','eituG','testsFailed','beforeExit','ixOBC','CRYoO','fQSut','1434852HaOOKS','zHmQG','xWsyZ','wclKE','ORdIN','NeSWB','_framework','dJtTI','CONFIG','rRiQD','supportCodePaths','xLkoz','platformIndex','stepsUnknown','build','afterAll','lPUrF','gSIlB','130jOWtJW','Ahqnl','HzLhH','MvGLR','PGLUw','file','dagrS','BbsIh','@cucumber/cucumber/lib/api/paths.js','zzrDa','WyOGx','WokAJ','error','qJKqL','../mocha/bstack-reporter/customReporter.js','split','bnJXP','reporterOptions','stepsAmbiguous','pNOLb','_capability','QnTNu'];a19_0x2595=function(){return _0x3736ed;};return a19_0x2595();}class Launcher{constructor(_0x1cabb3,_0xf3cb48,_0x205711,_0x4867c8=[]){const _0x421f59=a19_0x4205f9,_0x42792e={'aZKEA':'16|15|4|9|21|7|8|0|1|6|5|11|10|14|2|17|12|18|13|20|19|3','OvRiT':function(_0x6b2123){return _0x6b2123();},'vnSAB':function(_0x37c129){return _0x37c129();}},_0x140da4=_0x42792e['aZKEA'][_0x421f59(0x110)]('|');let _0x259487=0x0;while(!![]){switch(_0x140da4[_0x259487++]){case'0':this['_bsConfig']=_0x205711;continue;case'1':this[_0x421f59(0x1a1)]=_0x42792e[_0x421f59(0xd4)](isTestObservabilitySession);continue;case'2':global[_0x421f59(0xea)]=0x0;continue;case'3':global['testsErrorMessage']={};continue;case'4':this[_0x421f59(0x96)]=_0xf3cb48['mochaOpts'];continue;case'5':global[_0x421f59(0xad)]=this[_0x421f59(0x15c)][_0x421f59(0x156)]||{};continue;case'6':this[_0x421f59(0x19f)]=_0x42792e[_0x421f59(0x152)](isAccessibilityAutomationSession);continue;case'7':global[_0x421f59(0x14e)]=this[_0x421f59(0x15c)][_0x421f59(0x130)];continue;case'8':this[_0x421f59(0xa2)]=_0x4867c8;continue;case'9':this['_formatter']=_0xf3cb48[_0x421f59(0xdc)];continue;case'10':global[_0x421f59(0x89)]=0x0;continue;case'11':global[_0x421f59(0x15b)]=0x0;continue;case'12':global['testsSkipped']=0x0;continue;case'13':global[_0x421f59(0x171)]=0x0;continue;case'14':global['testsPassed']=0x0;continue;case'15':this[_0x421f59(0x15c)]=_0xf3cb48['configuration']||{};continue;case'16':this['_framework']=_0x1cabb3;continue;case'17':global[_0x421f59(0x18e)]=0x0;continue;case'18':global['testSuitesFailed']=0x0;continue;case'19':global[_0x421f59(0x9e)]=0x0;continue;case'20':global['testsUnknown']=0x0;continue;case'21':this[_0x421f59(0x115)]=this[_0x421f59(0x15c)][_0x421f59(0x140)];continue;}break;}}['run'](){const _0x366354=a19_0x4205f9,_0x1b85b6={'eNggA':function(_0x58731f,_0x38484a){return _0x58731f(_0x38484a);},'YdrKT':function(_0x215609,_0x3db3b3){return _0x215609(_0x3db3b3);},'vsUPZ':function(_0x592fbc,_0x3cfc1c){return _0x592fbc!==_0x3cfc1c;},'sKRSZ':'--format','NeSWB':function(_0x3ea0cd,_0x1ef357){return _0x3ea0cd!==_0x1ef357;},'odXvF':_0x366354(0xc1),'zzrDa':function(_0x292cae,_0x548b1e){return _0x292cae(_0x548b1e);},'xJQwA':_0x366354(0x18d),'DDXSc':function(_0x1ac623){return _0x1ac623();},'zhhnQ':function(_0x4d0804,_0xe254fe){return _0x4d0804(_0xe254fe);},'rAEbo':_0x366354(0x9d),'FNJyk':_0x366354(0x17c),'BFhqM':_0x366354(0xe7),'UAERB':'../cucumber-js/test_old.setup.js','GmPyX':function(_0xe37afa,_0x1888f0){return _0xe37afa>_0x1888f0;},'akyEH':function(_0x2b75ed,_0x20682a){return _0x2b75ed===_0x20682a;},'ZWGJx':'CExaK','CugRl':'vbuUe','BbsIh':function(_0x492db1,_0x1fedf9){return _0x492db1<=_0x1fedf9;},'YqWXa':_0x366354(0x10e),'IDObR':function(_0x1561d8,_0x25845b){return _0x1561d8(_0x25845b);},'zsucR':_0x366354(0x105),'LQiYB':function(_0x32190c,_0x736250,_0x1976e0){return _0x32190c(_0x736250,_0x1976e0);},'QEFcM':_0x366354(0xe5),'ixOBC':_0x366354(0x195),'gSIlB':'jjqdx','SEbhZ':'GqDuD','rRiQD':_0x366354(0x192),'oUxhI':_0x366354(0x103),'FFtGd':'hTlES','isZEn':_0x366354(0x154),'oRTWS':_0x366354(0x8e),'iUbKH':_0x366354(0x180),'xEyyR':function(_0x14f250,_0x3fc67c){return _0x14f250>_0x3fc67c;},'nwPrg':function(_0x24f037,_0x4b0686){return _0x24f037(_0x4b0686);},'pNOLb':_0x366354(0xe6),'LObmm':function(_0x59c8b9,_0x136ed){return _0x59c8b9===_0x136ed;},'EvFUx':'mocha','PHEtI':_0x366354(0x8b),'kEvFs':function(_0xcb4a0,_0x39b49c){return _0xcb4a0(_0x39b49c);},'nCEAc':_0x366354(0x196),'MvGLR':function(_0x46aff8,_0x3418a6){return _0x46aff8(_0x3418a6);},'SNKAJ':function(_0x25dfbd,_0x33316e){return _0x25dfbd!==_0x33316e;},'gnGnd':_0x366354(0x194),'CRYoO':_0x366354(0xa4),'rJCvP':function(_0x1d42fa){return _0x1d42fa();},'Ahqnl':_0x366354(0x198),'xLkoz':function(_0x5f5555,_0xe90f4e){return _0x5f5555!==_0xe90f4e;},'ZSIId':_0x366354(0x14b),'osXYZ':'SAfyT','fQSut':function(_0x208c6d,_0x109c77){return _0x208c6d(_0x109c77);},'hDnsm':_0x366354(0xc2),'Ayssv':_0x366354(0x9c),'hALdB':function(_0x28c3a4,_0x3668ae){return _0x28c3a4*_0x3668ae;},'kHXfr':'JAWPB','bPvIz':'qAueJ','dGhgI':function(_0x1c51ef,_0x50c7f9){return _0x1c51ef===_0x50c7f9;},'kWOJM':'KeaHt','TJCQe':_0x366354(0x10f),'yYPtS':function(_0x2b080e,_0xa0fa91){return _0x2b080e||_0xa0fa91;},'ToqHM':'spec','TXViz':_0x366354(0xfb),'QnTNu':_0x366354(0x185),'pJDdl':_0x366354(0x118),'iorxx':_0x366354(0x14d),'cHFnA':_0x366354(0xbd),'pRThk':_0x366354(0xc9),'HyFsm':_0x366354(0xc0),'TRFSV':function(_0x43c6b7,_0x27bb70){return _0x43c6b7!==_0x27bb70;},'eNlTw':'lYsGA','JvjsV':_0x366354(0xe9),'XBGrM':_0x366354(0xaf),'qQDiH':'wJTWN','wlgZd':_0x366354(0x179),'xWsyZ':'nzCsG','vthqM':'QnYEt','cISIJ':_0x366354(0x197),'KJvkW':'clmBt','xTNWa':function(_0x17f7f0,_0x1c07ec){return _0x17f7f0===_0x1c07ec;},'aOofw':_0x366354(0x98),'SGzEE':function(_0x6af730,_0x368595){return _0x6af730===_0x368595;},'eMglO':'kJLGk','tlAHM':_0x366354(0xa5),'AzJHk':function(_0x5e348d,_0x245bea){return _0x5e348d===_0x245bea;},'cXhNZ':'HpFWG','RGPXT':function(_0x142c8f,_0x430636){return _0x142c8f(_0x430636);},'ExLQp':function(_0x3b1c38,_0x53892d){return _0x3b1c38!==_0x53892d;},'vNCvL':'nXSwI','WokAJ':'pZVyf','yzKfO':_0x366354(0x13e),'dxPzo':_0x366354(0x107),'JlNoB':_0x366354(0xc4),'vzJaO':_0x366354(0x109),'BqZSG':_0x366354(0xe4),'WFizT':_0x366354(0xf0),'badcP':function(_0x40f261,_0x2c4aec){return _0x40f261(_0x2c4aec);},'NKPbt':function(_0x15f1a4,_0x165502){return _0x15f1a4(_0x165502);},'hrihf':'--parallel','vwjBR':function(_0x4f4972,_0x27970e){return _0x4f4972<_0x27970e;},'YcJWb':function(_0x5c1117,_0x48c46b){return _0x5c1117(_0x48c46b);},'MOlRS':_0x366354(0x161),'jMwgD':_0x366354(0xeb),'LCHDO':function(_0x4778b2,_0x24edf0){return _0x4778b2(_0x24edf0);},'RBIDy':function(_0x31b78e,_0x186136){return _0x31b78e(_0x186136);}};return new Promise(async(_0x58e90b,_0x50a557)=>{const _0x2ef817=_0x366354,_0x3c60b8={'oQFBy':_0x1b85b6[_0x2ef817(0x166)],'yEtdk':function(_0xf6ded1,_0x17c318){const _0x2fe136=_0x2ef817;return _0x1b85b6[_0x2fe136(0x10a)](_0xf6ded1,_0x17c318);},'WyOGx':_0x1b85b6[_0x2ef817(0x1a4)],'PFszZ':function(_0x56dc32){const _0x45a966=_0x2ef817;return _0x1b85b6[_0x45a966(0xcf)](_0x56dc32);},'RGRbU':function(_0x2093d5){return _0x1b85b6['DDXSc'](_0x2093d5);},'kHxGS':function(_0xace6c8,_0x75a0d){const _0x236ae5=_0x2ef817;return _0x1b85b6[_0x236ae5(0x19a)](_0xace6c8,_0x75a0d);},'mFYLc':_0x1b85b6[_0x2ef817(0xd6)],'EpxSL':_0x1b85b6[_0x2ef817(0xd3)],'NksKs':_0x1b85b6[_0x2ef817(0x141)],'WnFbk':_0x1b85b6['UAERB'],'WPWyj':function(_0x2abf72,_0x3b71ec){const _0x290c0e=_0x2ef817;return _0x1b85b6[_0x290c0e(0x139)](_0x2abf72,_0x3b71ec);},'wclKE':function(_0x534501,_0x5ae192){const _0xb51be9=_0x2ef817;return _0x1b85b6[_0xb51be9(0x19b)](_0x534501,_0x5ae192);},'MTDcz':function(_0x159655,_0xd011ee){const _0x1f8c1b=_0x2ef817;return _0x1b85b6[_0x1f8c1b(0x139)](_0x159655,_0xd011ee);},'tcimv':function(_0x47f47f,_0x110744){const _0x44e456=_0x2ef817;return _0x1b85b6[_0x44e456(0x184)](_0x47f47f,_0x110744);},'maZEq':_0x1b85b6[_0x2ef817(0x90)],'ptyOZ':_0x1b85b6['CugRl'],'raNMN':function(_0x5c6dd5,_0x314c3c){const _0x254d4d=_0x2ef817;return _0x1b85b6[_0x254d4d(0x108)](_0x5c6dd5,_0x314c3c);},'SeYYt':_0x1b85b6[_0x2ef817(0x167)],'lZrOg':function(_0x2fa6dd,_0x539572){const _0x1512e4=_0x2ef817;return _0x1b85b6[_0x1512e4(0x19a)](_0x2fa6dd,_0x539572);},'ZJJpR':function(_0x5c24bd,_0x28cd5d){return _0x1b85b6['IDObR'](_0x5c24bd,_0x28cd5d);},'yoIVI':_0x1b85b6[_0x2ef817(0x18b)],'TAluq':function(_0x459f61,_0x4e0b28,_0x20aee3){const _0xbf34dc=_0x2ef817;return _0x1b85b6[_0xbf34dc(0xd0)](_0x459f61,_0x4e0b28,_0x20aee3);},'yHvnW':_0x1b85b6[_0x2ef817(0x191)],'aTqMN':_0x1b85b6[_0x2ef817(0xec)],'bnJXP':function(_0x3115db,_0x65f700){const _0x21c884=_0x2ef817;return _0x1b85b6[_0x21c884(0xf4)](_0x3115db,_0x65f700);},'YtmUZ':_0x1b85b6[_0x2ef817(0x100)],'IoLOU':_0x1b85b6[_0x2ef817(0x13b)],'OHZrO':_0x1b85b6[_0x2ef817(0xf8)],'GCxAh':function(_0x222be8,_0x161d88){return _0x1b85b6['zzrDa'](_0x222be8,_0x161d88);},'dimoc':function(_0x330a16,_0x44a1d8){const _0x32069c=_0x2ef817;return _0x1b85b6[_0x32069c(0x10a)](_0x330a16,_0x44a1d8);},'jhIrj':function(_0x45ed15,_0x42d0e7){const _0x23fbb0=_0x2ef817;return _0x1b85b6[_0x23fbb0(0x8c)](_0x45ed15,_0x42d0e7);},'LeLHb':_0x1b85b6[_0x2ef817(0x12a)],'fHgUw':_0x1b85b6[_0x2ef817(0x15a)],'ViEWg':function(_0x14d274,_0x5d1f40){return _0x1b85b6['eNggA'](_0x14d274,_0x5d1f40);},'hmMUG':_0x1b85b6[_0x2ef817(0x162)],'QWqmx':_0x1b85b6['oRTWS'],'erwxD':_0x1b85b6['iUbKH'],'KflHB':function(_0x5729bd,_0x31a186){const _0x134e97=_0x2ef817;return _0x1b85b6[_0x134e97(0xc7)](_0x5729bd,_0x31a186);}};_0x1b85b6['nwPrg'](require,_0x1b85b6[_0x2ef817(0x114)])();if(_0x1b85b6[_0x2ef817(0x131)](this['_framework'],_0x1b85b6[_0x2ef817(0x127)])){if(_0x1b85b6[_0x2ef817(0xf4)](_0x1b85b6['PHEtI'],_0x1b85b6['PHEtI'])){const _0x1b182c=_0x2ef817(0x88)+_0x194d71+_0x4fb687[_0x2ef817(0x17e)](_0x92938a);_0x18958a[_0x2ef817(0x146)](_0x3c60b8[_0x2ef817(0x16f)]),_0x284a22[_0x2ef817(0x146)](_0x97bbe8+':'+_0x1b182c);}else{const _0x468df4=_0x1b85b6['kEvFs'](requireModule,_0x1b85b6[_0x2ef817(0x13c)]),_0x5dc12e=_0x1b85b6[_0x2ef817(0x104)](requireModule,_0x1b85b6[_0x2ef817(0x127)]);_0x1b85b6[_0x2ef817(0xcf)](isBrowserstackInfra)&&(_0x1b85b6['SNKAJ'](_0x1b85b6['gnGnd'],_0x1b85b6[_0x2ef817(0xed)])?_0x1b85b6[_0x2ef817(0x148)](modifyCommand):_0x3c60b8[_0x2ef817(0x12c)](_0x116671,_0x5cb56f));const _0x45da75=_0x1b85b6[_0x2ef817(0x11b)](require,_0x1b85b6[_0x2ef817(0x102)])[_0x2ef817(0xb3)],_0x3a80e4={};_0x3a80e4[_0x2ef817(0xb1)]=[_0x45da75[_0x2ef817(0xb1)]],_0x3a80e4['beforeEach']=[_0x45da75[_0x2ef817(0xba)]],_0x3a80e4[_0x2ef817(0xfe)]=[_0x45da75[_0x2ef817(0xfe)]],_0x3a80e4['afterEach']=[_0x45da75[_0x2ef817(0x18a)]];const _0x28618b=_0x3a80e4;if(_0x1b85b6[_0x2ef817(0xcf)](isTestObservabilitySession)){if(_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6['ZSIId'],_0x1b85b6[_0x2ef817(0xaa)])){const _0x2e4bb2=_0x1b85b6[_0x2ef817(0xee)](require,_0x1b85b6['QEFcM'])[_0x2ef817(0xb3)];_0x28618b[_0x2ef817(0xb1)][_0x2ef817(0x12f)](_0x2e4bb2[_0x2ef817(0xb1)]),_0x28618b['afterAll'][_0x2ef817(0x146)](_0x2e4bb2[_0x2ef817(0xfe)]);}else{const _0x21bae5=_0x3c60b8[_0x2ef817(0x10b)]['split']('|');let _0x2636af=0x0;while(!![]){switch(_0x21bae5[_0x2636af++]){case'0':_0x22bee6['testsPassed']=0x0;continue;case'1':_0x3a0d3a[_0x2ef817(0xad)]=this[_0x2ef817(0x15c)][_0x2ef817(0x156)]||{};continue;case'2':this[_0x2ef817(0x115)]=this[_0x2ef817(0x15c)][_0x2ef817(0x140)];continue;case'3':this['_testObservability']=_0x3c60b8[_0x2ef817(0x125)](_0x1b7dcd);continue;case'4':_0x53c6cb[_0x2ef817(0xea)]=0x0;continue;case'5':_0x32e15e[_0x2ef817(0x181)]=0x0;continue;case'6':this['_configuration']=_0x355edd[_0x2ef817(0x16a)]||{};continue;case'7':this[_0x2ef817(0xa2)]=_0x115158;continue;case'8':_0x312a76['__platform__']=this[_0x2ef817(0x15c)]['platform'];continue;case'9':_0x55b8db[_0x2ef817(0x174)]=0x0;continue;case'10':this[_0x2ef817(0x137)]=_0x2f31d4['formatter'];continue;case'11':_0x512dc2[_0x2ef817(0x17d)]=0x0;continue;case'12':this['_mochaOpts']=_0x593d27[_0x2ef817(0x163)];continue;case'13':_0x22cfa1[_0x2ef817(0x9e)]=0x0;continue;case'14':_0x53ea74[_0x2ef817(0x15b)]=0x0;continue;case'15':this[_0x2ef817(0x19f)]=_0x3c60b8[_0x2ef817(0x132)](_0x5cd776);continue;case'16':_0x50ab68[_0x2ef817(0x18e)]=0x0;continue;case'17':this[_0x2ef817(0xf5)]=_0x57f2df;continue;case'18':_0x1c11a8['testsUndefined']=0x0;continue;case'19':this['_bsConfig']=_0x530097;continue;case'20':_0x52623a[_0x2ef817(0x89)]=0x0;continue;case'21':_0x368bbb[_0x2ef817(0x157)]={};continue;}break;}}}const _0x3a334f=await _0x468df4[_0x2ef817(0x1a6)](this[_0x2ef817(0x96)][_0x2ef817(0x187)]);Object['assign'](this['_mochaOpts'],_0x3a334f);this['_mochaOpts']['rootHooks']&&(_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0xb2)],_0x1b85b6[_0x2ef817(0xa8)])?(this['_mochaOpts'][_0x2ef817(0x151)][_0x2ef817(0xb1)]&&_0x28618b[_0x2ef817(0xb1)][_0x2ef817(0x12f)](...this['_mochaOpts'][_0x2ef817(0x151)][_0x2ef817(0xb1)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xba)]&&_0x28618b[_0x2ef817(0xba)]['unshift'](...this[_0x2ef817(0x96)][_0x2ef817(0x151)]['beforeEach']),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]&&_0x28618b['afterAll'][_0x2ef817(0x146)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0x18a)]&&_0x28618b[_0x2ef817(0x18a)][_0x2ef817(0x146)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0x18a)])):_0x3c60b8[_0x2ef817(0x92)](_0x1f83d8,_0x3c60b8[_0x2ef817(0x9b)])[_0x2ef817(0xdb)](this[_0x2ef817(0x15c)],null,this['_testObservability']));const _0x3a4136=this[_0x2ef817(0x96)][_0x2ef817(0x183)];let _0x3059fd=_0x1b85b6[_0x2ef817(0x14f)](this['_mochaOpts']['timeout'],0x1);if(_0x1b85b6[_0x2ef817(0x131)](this[_0x2ef817(0x96)][_0x2ef817(0xbc)],0x0)){if(_0x1b85b6['LObmm'](_0x1b85b6['kHXfr'],_0x1b85b6['bPvIz']))return;else _0x3059fd=0x0;}else _0x1b85b6[_0x2ef817(0x13f)](_0x1b85b6[_0x2ef817(0x17f)],_0x1b85b6[_0x2ef817(0x17f)])?_0x3059fd+=constants[_0x2ef817(0x133)]:_0xfb8766['splice'](_0x1b0702,0x1);const _0x20d6cb={...this[_0x2ef817(0x96)],'reporter':path[_0x2ef817(0x193)](__dirname,_0x1b85b6['TJCQe']),'reporterOption':{...this[_0x2ef817(0x96)][_0x2ef817(0x112)],'type':_0x1b85b6[_0x2ef817(0x17b)](_0x3a4136,_0x1b85b6[_0x2ef817(0x97)]),'testObservability':this[_0x2ef817(0x1a1)],'bsConfig':this[_0x2ef817(0xb4)]},'parallel':![],'rootHooks':_0x28618b,'isWorker':!![],'timeout':_0x3059fd};global[_0x2ef817(0xa3)]=helper['nestedKeyValue'](this[_0x2ef817(0x15c)],[_0x1b85b6[_0x2ef817(0xd2)]]),global[_0x2ef817(0x118)]=helper[_0x2ef817(0x14c)](this[_0x2ef817(0x15c)],[_0x1b85b6['QnTNu'],_0x1b85b6[_0x2ef817(0x153)]]),global[_0x2ef817(0x14d)]=helper[_0x2ef817(0x14c)](this['_configuration'],[_0x1b85b6['QnTNu'],_0x1b85b6[_0x2ef817(0x16e)]]),global['percyCaptureMode']=helper['nestedKeyValue'](this['_configuration'],[_0x1b85b6[_0x2ef817(0x116)],_0x1b85b6['cHFnA']]),global['capabilities']=[this[_0x2ef817(0x115)]];helper['isBrowserstackInfra']()&&(_0x1b85b6[_0x2ef817(0x158)](_0x1b85b6[_0x2ef817(0x126)],_0x1b85b6['HyFsm'])?(this[_0x2ef817(0xb4)][_0x2ef817(0x165)][_0x2ef817(0x175)]&&(_0x1b85b6[_0x2ef817(0x18c)](_0x1b85b6['eNlTw'],_0x1b85b6['eNlTw'])?_0x3c60b8[_0x2ef817(0x132)](_0x5229ca):global[_0x2ef817(0x177)]=!![]),this[_0x2ef817(0xb4)][_0x2ef817(0x165)][_0x2ef817(0x19d)]&&(_0x1b85b6[_0x2ef817(0x139)](_0x1b85b6[_0x2ef817(0xae)],_0x1b85b6[_0x2ef817(0x138)])?global[_0x2ef817(0xb6)]=!![]:(_0x3764fe[_0x2ef817(0x10d)](_0x369868),_0x4e589e[_0x2ef817(0x8d)]=0x1,_0x1b85b6['eNggA'](_0x1be302,_0x7d0568)))):_0x1b85b6[_0x2ef817(0x11b)](_0x275fee,_0x3cd796));this[_0x2ef817(0xb4)][_0x2ef817(0x8f)]&&(_0x1b85b6[_0x2ef817(0x131)](_0x1b85b6['qQDiH'],_0x1b85b6[_0x2ef817(0x19e)])?this['_configuration'][_0x2ef817(0x8f)]=this['_bsConfig'][_0x2ef817(0x8f)]:this[_0x2ef817(0x15c)][_0x2ef817(0x8f)]=this['_bsConfig'][_0x2ef817(0x8f)]);const _0x287d37=new _0x5dc12e(_0x20d6cb);_0x287d37[_0x2ef817(0xdf)]=_0x287d37[_0x2ef817(0x164)];_0x1b85b6[_0x2ef817(0xcf)](isTestObservabilitySession)?_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0xf1)],_0x1b85b6[_0x2ef817(0xf1)])?(_0x2a9732=_0x3c60b8[_0x2ef817(0x12c)](_0x4938ef,_0x3c60b8[_0x2ef817(0x149)])[_0x2ef817(0x124)],_0x3fc945[_0x2ef817(0x146)](_0x3c60b8[_0x2ef817(0x16f)]),_0x11260a[_0x2ef817(0x146)](_0x2e356a[_0x2ef817(0x193)](_0x255acb,_0x3c60b8['NksKs'])),_0x5ca651=_0x3c60b8[_0x2ef817(0xe2)]):_0x287d37[_0x2ef817(0x164)]=function(_0x101cb7){const _0x4c7b6c=_0x2ef817,_0x4ef985={'zaNxY':function(_0x1c1d6d,_0x4507e3){const _0x4a3289=a19_0x2de4;return _0x3c60b8[_0x4a3289(0x92)](_0x1c1d6d,_0x4507e3);},'cbUFm':_0x3c60b8[_0x4c7b6c(0x189)],'ZLYoh':_0x3c60b8['aTqMN']};if(_0x3c60b8[_0x4c7b6c(0x111)](_0x3c60b8['YtmUZ'],_0x3c60b8[_0x4c7b6c(0x12d)]))return _0x287d37[_0x4c7b6c(0xdf)](_0x331014=>{const _0x140fb8=_0x4c7b6c,_0x44c2b3={'MleDK':function(_0x52f689,_0x3fecd2){const _0x32958b=a19_0x2de4;return _0x3c60b8[_0x32958b(0x12c)](_0x52f689,_0x3fecd2);},'rzMMw':function(_0x1eb6ea,_0x4ea543){return _0x3c60b8['WPWyj'](_0x1eb6ea,_0x4ea543);},'axJoW':function(_0x5d5813,_0x147fb8){const _0x411e17=a19_0x2de4;return _0x3c60b8[_0x411e17(0xf2)](_0x5d5813,_0x147fb8);},'rqJHA':function(_0x330dfd,_0x37e5b7){return _0x3c60b8['MTDcz'](_0x330dfd,_0x37e5b7);},'dJtTI':_0x3c60b8[_0x140fb8(0x16f)],'xOALO':function(_0x2b18ee,_0x1a02b3){const _0x30d237=_0x140fb8;return _0x3c60b8[_0x30d237(0x1a5)](_0x2b18ee,_0x1a02b3);},'UTUPQ':_0x3c60b8[_0x140fb8(0x11f)],'lPUrF':_0x3c60b8['ptyOZ'],'ORdIN':function(_0x3caa12,_0x5ab14b){return _0x3c60b8['raNMN'](_0x3caa12,_0x5ab14b);},'tFSay':function(_0x387266,_0x241c59){const _0x37c98e=_0x140fb8;return _0x3c60b8[_0x37c98e(0x1a5)](_0x387266,_0x241c59);},'UMBKb':_0x3c60b8[_0x140fb8(0x93)],'JVEjw':function(_0x2f8646,_0x14aac3){const _0x130528=_0x140fb8;return _0x3c60b8[_0x130528(0x11c)](_0x2f8646,_0x14aac3);},'ZwVGT':function(_0x5e894b,_0x416122){const _0x502d3a=_0x140fb8;return _0x3c60b8[_0x502d3a(0x135)](_0x5e894b,_0x416122);}};if(_0x3c60b8['tcimv'](_0x3c60b8[_0x140fb8(0xc5)],_0x3c60b8['yoIVI'])){const _0x3c117d=_0x3c60b8[_0x140fb8(0x159)](setInterval,async()=>{const _0x11be7d=_0x140fb8;if(_0x44c2b3[_0x11be7d(0x18f)](_0x44c2b3[_0x11be7d(0x8a)],_0x44c2b3[_0x11be7d(0xff)])){const _0x5c74a5=_0x44c2b3[_0x11be7d(0x172)](_0x453547,this[_0x11be7d(0x115)])[_0x11be7d(0x186)](/ /g,'_');if(_0x44c2b3[_0x11be7d(0x188)](this[_0x11be7d(0x137)][_0x5b6fb8],_0x39ad71)&&_0x44c2b3[_0x11be7d(0x190)](this[_0x11be7d(0x137)][_0x224f6e]['length'],0x0)){const _0x4a5024=this[_0x11be7d(0x137)][_0x5a0c43][0x1],_0x50dceb=''+this[_0x11be7d(0x137)][_0x13e3ba][0x0];if(_0x44c2b3[_0x11be7d(0x144)](_0x4a5024,_0x4cb979)){const _0x269df1='tmp/'+_0x5c74a5+_0x110b3a['extname'](_0x4a5024);_0x4e7339[_0x11be7d(0x146)](_0x44c2b3['dJtTI']),_0x3254d6[_0x11be7d(0x146)](_0x50dceb+':'+_0x269df1);}else _0x5997ac[_0x11be7d(0x146)](_0x44c2b3[_0x11be7d(0xf6)]),_0x4a6a6c[_0x11be7d(0x146)](_0x50dceb+':tmp/'+_0x5c74a5);}}else _0x44c2b3[_0x11be7d(0xf3)](RequestQueueHandler[_0x11be7d(0x155)]()[_0x11be7d(0xd9)],0x0)&&(_0x44c2b3['tFSay'](_0x44c2b3[_0x11be7d(0xa6)],_0x44c2b3[_0x11be7d(0xa6)])?(_0x44c2b3[_0x11be7d(0x172)](clearInterval,_0x3c117d),await _0x44c2b3['JVEjw'](cleanupDrivers,global[_0x11be7d(0x122)]),_0x44c2b3[_0x11be7d(0x13d)](_0x58e90b,_0x331014)):_0x1a2cc2=0x0);},0x3e8);}else{const _0x3c1418=_0x4ef985['zaNxY'](_0x3b58e2,_0x4ef985[_0x140fb8(0xbf)])[_0x140fb8(0xb3)];_0x55011c[_0x140fb8(0xb1)][_0x140fb8(0x12f)](_0x3c1418['beforeAll']),_0x42a2f9[_0x140fb8(0xfe)][_0x140fb8(0x146)](_0x3c1418[_0x140fb8(0xfe)]);}});else _0x41bbf9=_0x4ef985[_0x4c7b6c(0xa7)](_0x1a86c6,_0x4ef985[_0x4c7b6c(0x168)]);}:_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0xa9)],_0x1b85b6['vthqM'])?_0x3aec41['__skipSessionName']=!![]:_0x287d37[_0x2ef817(0x164)]=function(_0x47ac46){const _0x276d5f=_0x2ef817;if(_0x3c60b8[_0x276d5f(0x111)](_0x3c60b8[_0x276d5f(0x136)],_0x3c60b8[_0x276d5f(0xe1)]))return _0x287d37[_0x276d5f(0xdf)](async _0x2992c9=>{const _0x5981bf=_0x276d5f;_0x3c60b8[_0x5981bf(0x123)](_0x3c60b8[_0x5981bf(0x170)],_0x3c60b8['OHZrO'])?(this['_bsConfig'][_0x5981bf(0x165)][_0x5981bf(0x175)]&&(_0xb075b7[_0x5981bf(0x177)]=!![]),this[_0x5981bf(0xb4)][_0x5981bf(0x165)]['skipSessionStatus']&&(_0x391525[_0x5981bf(0xb6)]=!![])):(await _0x3c60b8[_0x5981bf(0x87)](cleanupDrivers,global[_0x5981bf(0x122)]),_0x3c60b8[_0x5981bf(0x129)](_0x58e90b,_0x2992c9));});else{const _0x4508e6={};_0x4508e6[_0x276d5f(0xb7)]=_0x56f60d[_0x276d5f(0x15b)],_0x4508e6[_0x276d5f(0xac)]=_0x34337e[_0x276d5f(0x89)],_0x4508e6[_0x276d5f(0xe0)]=_0x4f71dc[_0x276d5f(0x174)],_0x4508e6[_0x276d5f(0x9f)]=_0x2f8b40[_0x276d5f(0xea)],_0x4508e6['stepsPassed']=_0x14e9d1[_0x276d5f(0xdd)],_0x4508e6[_0x276d5f(0x169)]=_0x5b8c4f[_0x276d5f(0x181)],_0x4508e6[_0x276d5f(0x142)]=_0x4e88d3[_0x276d5f(0x18e)],_0x4508e6[_0x276d5f(0xe8)]=_0x278c79[_0x276d5f(0x171)],_0x4508e6[_0x276d5f(0xfc)]=_0x5c4930[_0x276d5f(0x17d)],_0x4508e6[_0x276d5f(0x113)]=_0xbc0b8[_0x276d5f(0x9e)],_0x4508e6['processSuccess']=_0x115419[_0x276d5f(0x14a)],_0x4508e6['testsErrorMessage']=_0x41d0dc[_0x276d5f(0x157)];const _0xc595f=_0x4508e6;_0x3c60b8[_0x276d5f(0xe3)](_0x5473d7,_0xc595f);}};try{if(_0x1b85b6['xLkoz'](_0x1b85b6[_0x2ef817(0xb0)],_0x1b85b6[_0x2ef817(0x173)]))_0x1b85b6[_0x2ef817(0x117)](require,_0x1b85b6['rAEbo'])[_0x2ef817(0xdb)](this['_configuration'],null,this[_0x2ef817(0x1a1)]);else{const _0x1d3bcb=this[_0x2ef817(0x137)][_0x4cdac3][0x1],_0x4897df=''+this[_0x2ef817(0x137)][_0x1bd063][0x0];if(_0x1b85b6['vsUPZ'](_0x1d3bcb,_0x3e2f14)){const _0x1b15e9=_0x2ef817(0x88)+_0xa79c2a+_0x428f4b[_0x2ef817(0x17e)](_0x1d3bcb);_0x415bbe['push'](_0x1b85b6[_0x2ef817(0x166)]),_0xc31fc5[_0x2ef817(0x146)](_0x4897df+':'+_0x1b15e9);}else _0x43c2fb[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0x1134f7[_0x2ef817(0x146)](_0x4897df+':tmp/'+_0x72d03e);}}catch{}const _0x1b381c=_0x468df4[_0x2ef817(0xcb)](_0x287d37,_0x20d6cb);_0x1b381c&&_0x1b381c[_0x2ef817(0xca)](_0x439248=>{const _0x520214=_0x2ef817;_0x1b85b6[_0x520214(0xf4)](_0x1b85b6['odXvF'],_0x1b85b6[_0x520214(0xcc)])?_0xed40ad+=_0x2ae859[_0x520214(0x133)]:_0x1b85b6[_0x520214(0x95)](_0x50a557,_0x439248);});}}else{if(_0x1b85b6['xTNWa'](this['_framework'],_0x1b85b6[_0x2ef817(0xb8)])){let _0x5d26cc;try{_0x1b85b6['SGzEE'](_0x1b85b6[_0x2ef817(0x143)],_0x1b85b6[_0x2ef817(0x17a)])?(_0x53b5b8[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0x4af262[_0x2ef817(0x146)](_0x494462+_0x2ef817(0x150)+_0xff0a2)):_0x5d26cc=_0x1b85b6[_0x2ef817(0x117)](requireModule,_0x1b85b6['ixOBC']);}catch(_0x4e3f46){_0x1b85b6[_0x2ef817(0x15f)](_0x1b85b6[_0x2ef817(0x160)],_0x1b85b6['cXhNZ'])?_0x5d26cc=_0x1b85b6['RGPXT'](requireModule,_0x1b85b6[_0x2ef817(0x162)]):_0x32e100[_0x2ef817(0xb6)]=!![];}const _0xa0639d=this[_0x2ef817(0xa2)],_0x3a7953=_0xa0639d['indexOf'](_0x1b85b6[_0x2ef817(0xb8)]);_0x1b85b6[_0x2ef817(0x19b)](_0x3a7953,-0x1)&&(_0x1b85b6['ExLQp'](_0x1b85b6[_0x2ef817(0x15d)],_0x1b85b6[_0x2ef817(0x10c)])?_0xa0639d[_0x2ef817(0x11e)](_0x3a7953,0x1):_0xa45e74=_0x3c60b8['ViEWg'](_0x488801,_0x3c60b8[_0x2ef817(0x119)]));const _0x377e2f=_0x1b85b6['yzKfO'];try{if(_0x1b85b6[_0x2ef817(0xfa)](_0x1b85b6[_0x2ef817(0x9a)],_0x1b85b6[_0x2ef817(0xde)])){const _0x45a2a6=_0x1b85b6[_0x2ef817(0xce)](requireModule,_0x1b85b6[_0x2ef817(0xc6)]),_0x358a47=_0x45a2a6['resolvePaths'];_0x45a2a6.resolvePaths=async function(){const pathResults=await _0x358a47.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x377e2f)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0xa0639d[_0x2ef817(0x146)](_0x1b85b6['sKRSZ']),_0xa0639d['push'](path[_0x2ef817(0x193)](__dirname,_0x1b85b6['iUbKH']));}else this[_0x2ef817(0x96)]['rootHooks']['beforeAll']&&_0x3fcb65[_0x2ef817(0xb1)][_0x2ef817(0x12f)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xb1)]),this[_0x2ef817(0x96)]['rootHooks'][_0x2ef817(0xba)]&&_0x5f5532[_0x2ef817(0xba)]['unshift'](...this[_0x2ef817(0x96)]['rootHooks'][_0x2ef817(0xba)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]&&_0x3c1348['afterAll'][_0x2ef817(0x146)](...this[_0x2ef817(0x96)][_0x2ef817(0x151)][_0x2ef817(0xfe)]),this[_0x2ef817(0x96)][_0x2ef817(0x151)]['afterEach']&&_0x51970d[_0x2ef817(0x18a)][_0x2ef817(0x146)](...this[_0x2ef817(0x96)]['rootHooks'][_0x2ef817(0x18a)]);}catch(_0x4f625c){let _0x5ea96d=_0x1b85b6['BqZSG'],_0x2f9237;try{_0x1b85b6[_0x2ef817(0x16b)](_0x1b85b6[_0x2ef817(0x147)],_0x1b85b6[_0x2ef817(0x147)])?(_0x2f9237=_0x1b85b6[_0x2ef817(0x12b)](requireModule,_0x1b85b6[_0x2ef817(0xda)])[_0x2ef817(0x124)],_0xa0639d[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0xa0639d['push'](path[_0x2ef817(0x193)](__dirname,_0x1b85b6['iUbKH']))):(_0x17ab4b=_0x3c60b8[_0x2ef817(0x129)](_0x30618f,_0x3c60b8[_0x2ef817(0x121)])['default'],_0x4e681e[_0x2ef817(0x146)](_0x3c60b8[_0x2ef817(0x16f)]),_0x2487da[_0x2ef817(0x146)](_0x1ae65c['join'](_0x15fb5c,_0x3c60b8['erwxD'])));}catch(_0x18b694){_0x2f9237=_0x1b85b6[_0x2ef817(0x1a2)](requireModule,_0x1b85b6['FNJyk'])[_0x2ef817(0x124)],_0xa0639d[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0x166)]),_0xa0639d[_0x2ef817(0x146)](path[_0x2ef817(0x193)](__dirname,_0x1b85b6[_0x2ef817(0x141)])),_0x5ea96d=_0x1b85b6[_0x2ef817(0x11a)];}const _0x31f8fd=_0x2f9237[_0x2ef817(0x13a)][_0x2ef817(0xfd)];_0x2f9237['prototype'][_0x2ef817(0xfd)]=async function(){const _0x423558=_0x2ef817,_0x3d5788=await _0x31f8fd['call'](this);return _0x3d5788['supportCodePaths'][_0x423558(0x12f)](path[_0x423558(0x193)](__dirname,_0x5ea96d)),_0x3d5788[_0x423558(0xf9)][_0x423558(0x146)](path[_0x423558(0x193)](__dirname,_0x377e2f)),_0x3d5788;};}_0xa0639d[_0x2ef817(0x146)](_0x1b85b6[_0x2ef817(0xab)]),_0xa0639d[_0x2ef817(0x146)](''+this['_configuration'][_0x2ef817(0xa1)]);if(this[_0x2ef817(0x137)]&&_0x1b85b6[_0x2ef817(0xc7)](this[_0x2ef817(0x137)][_0x2ef817(0x91)],0x0))for(let _0x7f05ad=0x0;_0x1b85b6[_0x2ef817(0x1a7)](_0x7f05ad,this[_0x2ef817(0x137)][_0x2ef817(0x91)]);_0x7f05ad++){const _0x3ea7fd=_0x1b85b6[_0x2ef817(0x145)](getPlatformName,this['_capability'])[_0x2ef817(0x186)](/ /g,'_');if(_0x1b85b6[_0x2ef817(0xc3)](this[_0x2ef817(0x137)][_0x7f05ad],undefined)&&_0x1b85b6[_0x2ef817(0xc7)](this['_formatter'][_0x7f05ad][_0x2ef817(0x91)],0x0)){const _0x3b7572=this[_0x2ef817(0x137)][_0x7f05ad][0x1],_0x970b9=''+this[_0x2ef817(0x137)][_0x7f05ad][0x0];if(_0x1b85b6[_0x2ef817(0x18c)](_0x3b7572,undefined)){const _0x4a9660=_0x2ef817(0x88)+_0x3ea7fd+path[_0x2ef817(0x17e)](_0x3b7572);_0xa0639d[_0x2ef817(0x146)](_0x1b85b6['sKRSZ']),_0xa0639d[_0x2ef817(0x146)](_0x970b9+':'+_0x4a9660);}else _0xa0639d[_0x2ef817(0x146)](_0x1b85b6['sKRSZ']),_0xa0639d[_0x2ef817(0x146)](_0x970b9+_0x2ef817(0x150)+_0x3ea7fd);}}const _0x2d0578=new _0x5d26cc[(_0x2ef817(0x124))]({'argv':_0xa0639d,'cwd':process[_0x2ef817(0x182)](),'stdout':process[_0x2ef817(0xd5)],'stderr':process['stderr'],'env':process[_0x2ef817(0x1a0)]});process[_0x2ef817(0x1a0)][_0x2ef817(0xf7)]=JSON[_0x2ef817(0x94)](this['_configuration']),_0x2d0578['run']()[_0x2ef817(0x128)](_0x2763b2=>{const _0x2cc48d=_0x2ef817,_0x4929b3={};_0x4929b3[_0x2cc48d(0xb7)]=global[_0x2cc48d(0x15b)],_0x4929b3[_0x2cc48d(0xac)]=global[_0x2cc48d(0x89)],_0x4929b3[_0x2cc48d(0xe0)]=global[_0x2cc48d(0x174)],_0x4929b3[_0x2cc48d(0x9f)]=global[_0x2cc48d(0xea)],_0x4929b3['stepsPassed']=global[_0x2cc48d(0xdd)],_0x4929b3['stepsSkipped']=global[_0x2cc48d(0x181)],_0x4929b3[_0x2cc48d(0x142)]=global[_0x2cc48d(0x18e)],_0x4929b3[_0x2cc48d(0xe8)]=global['testsUndefined'],_0x4929b3['stepsUnknown']=global[_0x2cc48d(0x17d)],_0x4929b3['stepsAmbiguous']=global['testsAmbiguous'],_0x4929b3[_0x2cc48d(0x120)]=_0x2763b2[_0x2cc48d(0x14a)],_0x4929b3[_0x2cc48d(0x157)]=global[_0x2cc48d(0x157)];const _0x25b033=_0x4929b3;_0x1b85b6[_0x2cc48d(0x95)](_0x58e90b,_0x25b033);})[_0x2ef817(0xca)](_0x4909eb=>{const _0x11423a=_0x2ef817;_0x3c60b8[_0x11423a(0xe3)](_0x50a557,_0x4909eb);});}else{if(_0x1b85b6[_0x2ef817(0x16b)](this[_0x2ef817(0xf5)],_0x1b85b6[_0x2ef817(0xd7)])){process[_0x2ef817(0x176)]=this[_0x2ef817(0x15c)][_0x2ef817(0xbb)];try{_0x1b85b6[_0x2ef817(0x148)](modifyCommand),_0x1b85b6['fQSut'](require,_0x1b85b6[_0x2ef817(0xd6)])['browserstackAgent'](this[_0x2ef817(0x15c)]);let _0x4da9ea=0x0;process['on'](_0x1b85b6[_0x2ef817(0xcd)],async()=>{const _0x399830=_0x2ef817;if(_0x3c60b8[_0x399830(0xa0)](_0x4da9ea,0x0))return;_0x4da9ea++,await _0x3c60b8[_0x399830(0x129)](cleanupDrivers,global[_0x399830(0x122)]);}),_0x1b85b6['LCHDO'](require,this[_0x2ef817(0x15c)][_0x2ef817(0x106)]);}catch(_0x57f343){console[_0x2ef817(0x10d)](_0x57f343),process[_0x2ef817(0x8d)]=0x1,_0x1b85b6[_0x2ef817(0xb5)](_0x50a557,_0x57f343);}_0x1b85b6[_0x2ef817(0xcf)](_0x58e90b);}}}});}}module[a19_0x4205f9(0x178)]=Launcher;
|
|
1
|
+
const a19_0x16460c=a19_0x2bbe;(function(_0x231a83,_0x1329ae){const _0x3fbf16=a19_0x2bbe,_0x48257b=_0x231a83();while(!![]){try{const _0x4b9576=-parseInt(_0x3fbf16(0x21f))/0x1+parseInt(_0x3fbf16(0x29e))/0x2*(parseInt(_0x3fbf16(0x277))/0x3)+parseInt(_0x3fbf16(0x1e7))/0x4+-parseInt(_0x3fbf16(0x239))/0x5*(parseInt(_0x3fbf16(0x27e))/0x6)+parseInt(_0x3fbf16(0x1f3))/0x7*(parseInt(_0x3fbf16(0x2df))/0x8)+parseInt(_0x3fbf16(0x2e1))/0x9*(-parseInt(_0x3fbf16(0x28d))/0xa)+parseInt(_0x3fbf16(0x2d5))/0xb;if(_0x4b9576===_0x1329ae)break;else _0x48257b['push'](_0x48257b['shift']());}catch(_0xf9b772){_0x48257b['push'](_0x48257b['shift']());}}}(a19_0x13e5,0x383e4));const path=require(a19_0x16460c(0x2ac)),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a19_0x16460c(0x2a0)),constants=require(a19_0x16460c(0x21c)),{isAccessibilityAutomationSession}=require(a19_0x16460c(0x1f2)),RequestQueueHandler=require('../../helpers/test-observability/requestQueueHandler'),{isTestObservabilitySession}=require(a19_0x16460c(0x282)),helper=require('../../helpers/helper');class Launcher{constructor(_0x4eb495,_0x5fea,_0x1c8247,_0x4ffe72=[]){const _0x4c6ba5=a19_0x16460c,_0x1d92f0={'bCaeX':_0x4c6ba5(0x28a),'CidiV':function(_0x60907d){return _0x60907d();}},_0x449af6=_0x1d92f0[_0x4c6ba5(0x2e0)][_0x4c6ba5(0x22a)]('|');let _0x542eb3=0x0;while(!![]){switch(_0x449af6[_0x542eb3++]){case'0':this[_0x4c6ba5(0x2ec)]=_0x4ffe72;continue;case'1':this[_0x4c6ba5(0x207)]=_0x4eb495;continue;case'2':global['testsUnknown']=0x0;continue;case'3':this[_0x4c6ba5(0x1f9)]=_0x5fea[_0x4c6ba5(0x26f)];continue;case'4':global['testSuites']=0x0;continue;case'5':global[_0x4c6ba5(0x2c1)]=0x0;continue;case'6':this[_0x4c6ba5(0x24b)]=_0x5fea['mochaOpts'];continue;case'7':global[_0x4c6ba5(0x290)]=this[_0x4c6ba5(0x27c)][_0x4c6ba5(0x201)];continue;case'8':global['testsSkipped']=0x0;continue;case'9':global[_0x4c6ba5(0x2af)]=0x0;continue;case'10':global[_0x4c6ba5(0x1de)]={};continue;case'11':global[_0x4c6ba5(0x279)]=0x0;continue;case'12':global[_0x4c6ba5(0x1e2)]=0x0;continue;case'13':this[_0x4c6ba5(0x1f4)]=this[_0x4c6ba5(0x27c)][_0x4c6ba5(0x254)];continue;case'14':this[_0x4c6ba5(0x29f)]=_0x1d92f0[_0x4c6ba5(0x289)](isAccessibilityAutomationSession);continue;case'15':this[_0x4c6ba5(0x280)]=_0x1c8247;continue;case'16':global[_0x4c6ba5(0x1d5)]=this[_0x4c6ba5(0x27c)]['platformCaps']||{};continue;case'17':global[_0x4c6ba5(0x204)]=0x0;continue;case'18':this[_0x4c6ba5(0x2f4)]=_0x1d92f0[_0x4c6ba5(0x289)](isTestObservabilitySession);continue;case'19':global[_0x4c6ba5(0x2ba)]=0x0;continue;case'20':this[_0x4c6ba5(0x27c)]=_0x5fea['configuration']||{};continue;case'21':global['testsPending']=0x0;continue;}break;}}['run'](){const _0x14e28f=a19_0x16460c,_0x444579={'bvecO':_0x14e28f(0x2fa),'JbqPl':function(_0x53ba73,_0x2dd359){return _0x53ba73(_0x2dd359);},'fUCpL':function(_0x160d54,_0x926596){return _0x160d54(_0x926596);},'TDygA':function(_0x37af35,_0x5d723b){return _0x37af35(_0x5d723b);},'vsKHC':_0x14e28f(0x2e7),'cWSRh':_0x14e28f(0x23b),'RnXgM':function(_0x4b717c){return _0x4b717c();},'zdnOd':function(_0x491762,_0x205d4b){return _0x491762!==_0x205d4b;},'OgjlO':_0x14e28f(0x238),'ZWsCU':_0x14e28f(0x2b3),'GVftD':function(_0x4f9a9d,_0x4581be){return _0x4f9a9d<=_0x4581be;},'FcBPj':function(_0x133a4f,_0xf886){return _0x133a4f===_0xf886;},'wYiJj':_0x14e28f(0x28f),'ZuCXt':'PAwfW','MIULX':_0x14e28f(0x2ad),'oJZlS':function(_0x2d24d3,_0x1a78e3){return _0x2d24d3(_0x1a78e3);},'stcld':function(_0x31926b,_0x4627a1){return _0x31926b(_0x4627a1);},'XjhQo':'cucumber/lib/cli/configuration_builder.js','Wttnh':_0x14e28f(0x2ab),'IcQTW':_0x14e28f(0x227),'DYRtW':function(_0x2a977b,_0xcc6f87){return _0x2a977b===_0xcc6f87;},'JMCUz':_0x14e28f(0x212),'EfZie':function(_0x247414,_0x44cd10){return _0x247414(_0x44cd10);},'QoUZC':_0x14e28f(0x28e),'HQKxZ':_0x14e28f(0x22e),'pHewM':function(_0x3c5aa2){return _0x3c5aa2();},'FczMv':function(_0x137445){return _0x137445();},'NQexc':function(_0x27e69f,_0x481eb9){return _0x27e69f(_0x481eb9);},'hlVkM':function(_0x1bb0b7,_0xb71f36){return _0x1bb0b7>_0xb71f36;},'Ghtxo':function(_0x24a8ce,_0x5872ff){return _0x24a8ce>_0x5872ff;},'UZqkV':_0x14e28f(0x2c8),'BsSWu':function(_0x1b03b4,_0xcd0c52){return _0x1b03b4!==_0xcd0c52;},'wNPyb':_0x14e28f(0x2c3),'tjvzA':function(_0xe6cef2,_0x136631,_0xeecfb5){return _0xe6cef2(_0x136631,_0xeecfb5);},'SwvCJ':_0x14e28f(0x216),'lnOJP':_0x14e28f(0x1dd),'uWOgv':_0x14e28f(0x2dc),'FAupz':function(_0x559f46,_0x9a9225){return _0x559f46!==_0x9a9225;},'oivsb':_0x14e28f(0x29a),'tXBks':_0x14e28f(0x24c),'oSSCj':function(_0x521007,_0x1df8fa){return _0x521007(_0x1df8fa);},'yVcJW':_0x14e28f(0x1ce),'yXsvm':function(_0x7182d0,_0xc750ee){return _0x7182d0(_0xc750ee);},'liZAe':_0x14e28f(0x2d3),'gxBMs':function(_0x2ba8dd,_0xd5c59a){return _0x2ba8dd===_0xd5c59a;},'lEUZR':_0x14e28f(0x251),'vPoSJ':function(_0x57ab3d,_0x2cd7fc){return _0x57ab3d!==_0x2cd7fc;},'XlJmN':_0x14e28f(0x237),'YpdnL':_0x14e28f(0x2cd),'hyoLj':function(_0x116e36,_0x227e43){return _0x116e36(_0x227e43);},'svkTV':'mocha/lib/cli/run-helpers.js','bAcoe':function(_0x253ee2,_0xb8464e){return _0x253ee2===_0xb8464e;},'CrBtj':_0x14e28f(0x22b),'VlOzN':_0x14e28f(0x2d0),'yipql':function(_0x42ff2b){return _0x42ff2b();},'JYtXe':_0x14e28f(0x228),'TAUFd':_0x14e28f(0x257),'clXCK':_0x14e28f(0x2cc),'oSsmQ':function(_0xcf5bf1,_0x62cee6){return _0xcf5bf1*_0x62cee6;},'WQmWg':function(_0x7e379b,_0x55fc60){return _0x7e379b!==_0x55fc60;},'ttcRT':'FwfkG','nxtDE':'dYRei','YUlyf':function(_0x437990,_0x44ae03){return _0x437990===_0x44ae03;},'ljfvI':_0x14e28f(0x2d7),'BwWiX':_0x14e28f(0x1f7),'jxIdx':'../mocha/bstack-reporter/customReporter.js','ZMwhh':function(_0x4d7e0c,_0x12d90b){return _0x4d7e0c||_0x12d90b;},'zVruq':_0x14e28f(0x205),'ifKYV':_0x14e28f(0x2d2),'IZJYF':'browserStackPercyOptions','ZloRU':_0x14e28f(0x261),'nkrgj':'percy','Neebn':_0x14e28f(0x1d4),'BbyiJ':function(_0x3dbd76,_0x4626d7){return _0x3dbd76===_0x4626d7;},'Nfcci':_0x14e28f(0x24a),'YxMgf':_0x14e28f(0x247),'ljZZu':_0x14e28f(0x24e),'SKGrN':'tgiyn','qhbdC':'OCYyp','Zevng':function(_0x43dadd,_0x4688e4){return _0x43dadd===_0x4688e4;},'RIQrg':_0x14e28f(0x278),'XblgD':_0x14e28f(0x2b2),'EuAPa':function(_0x20c19c){return _0x20c19c();},'ffvir':function(_0xe2dcdf,_0x189767){return _0xe2dcdf===_0x189767;},'oeHGO':_0x14e28f(0x2fb),'fgujO':function(_0x59485c,_0x85a8fc){return _0x59485c!==_0x85a8fc;},'CkPZg':_0x14e28f(0x286),'foAUu':_0x14e28f(0x1dc),'CQzNG':_0x14e28f(0x218),'zzAVX':_0x14e28f(0x21a),'IQNsa':_0x14e28f(0x1d0),'HYgMw':function(_0x50eb00,_0x32f95b){return _0x50eb00===_0x32f95b;},'lwlKb':_0x14e28f(0x2bf),'UthmV':function(_0x172bbd,_0x1ed9db){return _0x172bbd===_0x1ed9db;},'OAJfR':'fWHxV','ZeRie':function(_0x4884a8,_0x23e919){return _0x4884a8>_0x23e919;},'HhjFV':function(_0x370ae5,_0x71bf84){return _0x370ae5!==_0x71bf84;},'jYpYO':'MZXmq','WPMMz':_0x14e28f(0x1e4),'RHyvi':function(_0x4cfbbe,_0x104e99){return _0x4cfbbe!==_0x104e99;},'nDrcd':'dhLAl','SSOgT':_0x14e28f(0x2d4),'nKJzU':_0x14e28f(0x2a9),'SWUge':function(_0x1d9272,_0x38082c){return _0x1d9272===_0x38082c;},'YDUBv':'uAcXI','MDhMh':_0x14e28f(0x283),'ibdXX':function(_0x3d9a19,_0x3dd0a4){return _0x3d9a19(_0x3dd0a4);},'AWbwb':_0x14e28f(0x2c4),'PsWwT':function(_0x22604e,_0x3efb31){return _0x22604e<_0x3efb31;},'lvbzS':function(_0x3e6ba9,_0x4e18fe){return _0x3e6ba9!==_0x4e18fe;},'MkTtA':function(_0x10e6b0,_0x22808f){return _0x10e6b0!==_0x22808f;},'bTVJU':function(_0x2f9719,_0x7810ee){return _0x2f9719===_0x7810ee;},'Sqclx':_0x14e28f(0x281),'KOeXM':function(_0xf63cc5,_0x24f4c3){return _0xf63cc5(_0x24f4c3);},'CWLqz':'beforeExit','kUaaO':function(_0x2d6d5c){return _0x2d6d5c();}};return new Promise(async(_0x1a583a,_0x23f7c1)=>{const _0x31c327=_0x14e28f,_0x4d5a3a={'Lxadi':function(_0x4a80d2,_0x29726b){const _0x464b3c=a19_0x2bbe;return _0x444579[_0x464b3c(0x2d6)](_0x4a80d2,_0x29726b);},'kfmwI':function(_0x1836d5,_0x13fb7d){const _0x18fca2=a19_0x2bbe;return _0x444579[_0x18fca2(0x214)](_0x1836d5,_0x13fb7d);},'pcuZo':function(_0x4d9259,_0x56e967){const _0x4c46c2=a19_0x2bbe;return _0x444579[_0x4c46c2(0x231)](_0x4d9259,_0x56e967);},'HzSqU':_0x444579[_0x31c327(0x2e3)],'VzrBB':function(_0x3a340e,_0xc500b8){return _0x444579['JbqPl'](_0x3a340e,_0xc500b8);},'lhAOQ':_0x444579[_0x31c327(0x2c5)],'mUVAp':function(_0x35c45d,_0x426ea9){const _0x59f7ab=_0x31c327;return _0x444579[_0x59f7ab(0x258)](_0x35c45d,_0x426ea9);},'EfTYc':_0x444579[_0x31c327(0x2f1)],'SGVEm':function(_0x56c2a7,_0x579e1b,_0x28abcf){const _0x5c49e1=_0x31c327;return _0x444579[_0x5c49e1(0x1cf)](_0x56c2a7,_0x579e1b,_0x28abcf);},'SeSix':_0x444579[_0x31c327(0x293)],'KPeaN':function(_0x12f8e1,_0x2f26ac){const _0x4824c3=_0x31c327;return _0x444579[_0x4824c3(0x26c)](_0x12f8e1,_0x2f26ac);},'wDIWl':_0x444579[_0x31c327(0x1fe)],'xasQJ':_0x444579[_0x31c327(0x28c)],'YZtCz':function(_0x449e09,_0x450cf9){const _0x5a115f=_0x31c327;return _0x444579[_0x5a115f(0x2c9)](_0x449e09,_0x450cf9);},'tXPjN':_0x444579['oivsb'],'ldllR':_0x444579[_0x31c327(0x252)],'wyOYM':function(_0x5d2abf,_0x44e24c){const _0x169963=_0x31c327;return _0x444579[_0x169963(0x1d2)](_0x5d2abf,_0x44e24c);},'Zppup':_0x444579[_0x31c327(0x200)]};_0x444579['yXsvm'](require,_0x444579['liZAe'])();if(_0x444579['gxBMs'](this['_framework'],_0x444579[_0x31c327(0x27f)])){if(_0x444579[_0x31c327(0x276)](_0x444579[_0x31c327(0x236)],_0x444579[_0x31c327(0x2bd)])){const _0x1e1c2f=_0x444579['hyoLj'](requireModule,_0x444579[_0x31c327(0x2ee)]),_0x498048=_0x444579[_0x31c327(0x2ae)](requireModule,_0x444579[_0x31c327(0x27f)]);_0x444579[_0x31c327(0x217)](isBrowserstackInfra)&&(_0x444579['bAcoe'](_0x444579[_0x31c327(0x263)],_0x444579[_0x31c327(0x1d3)])?_0x13ddce+=_0x48d0b9[_0x31c327(0x2de)]:_0x444579[_0x31c327(0x29d)](modifyCommand));const _0x271e54=_0x444579[_0x31c327(0x1e0)](require,_0x444579[_0x31c327(0x266)])[_0x31c327(0x2d8)],_0x2d280f={};_0x2d280f[_0x31c327(0x2db)]=[_0x271e54[_0x31c327(0x2db)]],_0x2d280f[_0x31c327(0x1ff)]=[_0x271e54[_0x31c327(0x1ff)]],_0x2d280f['afterAll']=[_0x271e54[_0x31c327(0x22f)]],_0x2d280f[_0x31c327(0x229)]=[_0x271e54[_0x31c327(0x229)]];const _0x33a2f9=_0x2d280f;if(_0x444579[_0x31c327(0x224)](isTestObservabilitySession)){if(_0x444579['DYRtW'](_0x444579[_0x31c327(0x271)],_0x444579[_0x31c327(0x271)])){const _0x34c74b=_0x444579['stcld'](require,_0x444579[_0x31c327(0x1fb)])[_0x31c327(0x2d8)];_0x33a2f9[_0x31c327(0x2db)][_0x31c327(0x1db)](_0x34c74b[_0x31c327(0x2db)]),_0x33a2f9['afterAll'][_0x31c327(0x202)](_0x34c74b[_0x31c327(0x22f)]);}else{const _0x15feaf=_0x31c327(0x220)+_0x210589+_0x5080b1[_0x31c327(0x285)](_0x7c97ac);_0x37170c[_0x31c327(0x202)](_0x444579[_0x31c327(0x2e3)]),_0x237b4a[_0x31c327(0x202)](_0x4c93c7+':'+_0x15feaf);}}const _0x3fde8d=await _0x1e1c2f[_0x31c327(0x2b8)](this['_mochaOpts'][_0x31c327(0x20e)]);Object[_0x31c327(0x245)](this[_0x31c327(0x24b)],_0x3fde8d);if(this[_0x31c327(0x24b)]['rootHooks']){if(_0x444579['DYRtW'](_0x444579['clXCK'],_0x444579[_0x31c327(0x2b9)]))this[_0x31c327(0x24b)][_0x31c327(0x2fc)]['beforeAll']&&_0x33a2f9[_0x31c327(0x2db)][_0x31c327(0x1db)](...this[_0x31c327(0x24b)][_0x31c327(0x2fc)][_0x31c327(0x2db)]),this[_0x31c327(0x24b)][_0x31c327(0x2fc)][_0x31c327(0x1ff)]&&_0x33a2f9[_0x31c327(0x1ff)]['unshift'](...this[_0x31c327(0x24b)][_0x31c327(0x2fc)][_0x31c327(0x1ff)]),this[_0x31c327(0x24b)]['rootHooks'][_0x31c327(0x22f)]&&_0x33a2f9[_0x31c327(0x22f)][_0x31c327(0x202)](...this[_0x31c327(0x24b)]['rootHooks'][_0x31c327(0x22f)]),this['_mochaOpts'][_0x31c327(0x2fc)][_0x31c327(0x229)]&&_0x33a2f9[_0x31c327(0x229)][_0x31c327(0x202)](...this[_0x31c327(0x24b)][_0x31c327(0x2fc)][_0x31c327(0x229)]);else return;}const _0xfa25c4=this[_0x31c327(0x24b)][_0x31c327(0x26d)];let _0x42163e=_0x444579[_0x31c327(0x2e2)](this[_0x31c327(0x24b)]['timeout'],0x1);if(_0x444579[_0x31c327(0x1da)](this[_0x31c327(0x24b)][_0x31c327(0x234)],0x0))_0x444579[_0x31c327(0x255)](_0x444579[_0x31c327(0x2aa)],_0x444579[_0x31c327(0x2a8)])?_0x42163e=0x0:_0x444579['JbqPl'](_0x1d8bb7,_0x1181ee);else{if(_0x444579[_0x31c327(0x2b6)](_0x444579[_0x31c327(0x288)],_0x444579[_0x31c327(0x2b7)])){const _0xcb0153=_0x4d5a3a[_0x31c327(0x268)](_0x397285,this[_0x31c327(0x1f4)])[_0x31c327(0x209)](/ /g,'_');if(_0x4d5a3a[_0x31c327(0x222)](this['_formatter'][_0x2e2044],_0x10772e)&&_0x4d5a3a['pcuZo'](this['_formatter'][_0x45c3b5]['length'],0x0)){const _0x3a0d9b=this[_0x31c327(0x1f9)][_0x1d24c9][0x1],_0x5a3424=''+this['_formatter'][_0x502b8e][0x0];if(_0x4d5a3a[_0x31c327(0x222)](_0x3a0d9b,_0xef1a52)){const _0x2479d4='tmp/'+_0xcb0153+_0x36c5d0[_0x31c327(0x285)](_0x3a0d9b);_0x1517f8[_0x31c327(0x202)](_0x4d5a3a[_0x31c327(0x270)]),_0x4f1963[_0x31c327(0x202)](_0x5a3424+':'+_0x2479d4);}else _0x359189[_0x31c327(0x202)](_0x4d5a3a[_0x31c327(0x270)]),_0x558642['push'](_0x5a3424+_0x31c327(0x299)+_0xcb0153);}}else _0x42163e+=constants[_0x31c327(0x2de)];}const _0x9266b5={...this[_0x31c327(0x24b)],'reporter':path[_0x31c327(0x2a4)](__dirname,_0x444579[_0x31c327(0x2c7)]),'reporterOption':{...this['_mochaOpts'][_0x31c327(0x2c6)],'type':_0x444579[_0x31c327(0x1f1)](_0xfa25c4,_0x444579[_0x31c327(0x20d)]),'testObservability':this[_0x31c327(0x2f4)],'bsConfig':this[_0x31c327(0x280)]},'parallel':![],'rootHooks':_0x33a2f9,'isWorker':!![],'timeout':_0x42163e};global[_0x31c327(0x2f7)]=helper[_0x31c327(0x23d)](this[_0x31c327(0x27c)],[_0x444579[_0x31c327(0x2e6)]]),global[_0x31c327(0x261)]=helper['nestedKeyValue'](this['_configuration'],[_0x444579[_0x31c327(0x267)],_0x444579[_0x31c327(0x21d)]]),global[_0x31c327(0x29b)]=helper[_0x31c327(0x23d)](this['_configuration'],[_0x444579[_0x31c327(0x267)],_0x444579['nkrgj']]),global[_0x31c327(0x1d4)]=helper[_0x31c327(0x23d)](this[_0x31c327(0x27c)],[_0x444579[_0x31c327(0x267)],_0x444579['Neebn']]),global['capabilities']=[this['_capability']];helper['isBrowserstackInfra']()&&(_0x444579[_0x31c327(0x1ea)](_0x444579[_0x31c327(0x232)],_0x444579[_0x31c327(0x1ee)])?_0x203ca8[_0x31c327(0x25f)]=!![]:(this['_bsConfig'][_0x31c327(0x2b4)][_0x31c327(0x1fa)]&&(_0x444579[_0x31c327(0x2b6)](_0x444579[_0x31c327(0x1e5)],_0x444579[_0x31c327(0x2a2)])?this[_0x31c327(0x27c)][_0x31c327(0x2e9)]=this['_bsConfig']['turboScaleUrl']:global[_0x31c327(0x2da)]=!![]),this[_0x31c327(0x280)][_0x31c327(0x2b4)][_0x31c327(0x20f)]&&(_0x444579[_0x31c327(0x1da)](_0x444579[_0x31c327(0x262)],_0x444579[_0x31c327(0x262)])?global[_0x31c327(0x25f)]=!![]:_0x444579['fUCpL'](_0x2ea0dc,_0x1a201e))));this[_0x31c327(0x280)][_0x31c327(0x2e9)]&&(_0x444579[_0x31c327(0x1d1)](_0x444579[_0x31c327(0x2f9)],_0x444579['XblgD'])?_0x429bf5=_0x4d5a3a['VzrBB'](_0x168469,_0x4d5a3a[_0x31c327(0x213)]):this[_0x31c327(0x27c)]['turboScaleUrl']=this[_0x31c327(0x280)][_0x31c327(0x2e9)]);const _0x1bc1dd=new _0x498048(_0x9266b5);_0x1bc1dd[_0x31c327(0x2d1)]=_0x1bc1dd['run'];_0x444579[_0x31c327(0x25a)](isTestObservabilitySession)?_0x444579[_0x31c327(0x295)](_0x444579[_0x31c327(0x27a)],_0x444579['oeHGO'])?_0x1bc1dd[_0x31c327(0x1d7)]=function(_0x4c8a55){const _0x3c1191=_0x31c327,_0x4c3840={'ZgnNl':function(_0x30d751,_0x435038){const _0x4e860e=a19_0x2bbe;return _0x444579[_0x4e860e(0x2ce)](_0x30d751,_0x435038);},'XryQp':_0x444579[_0x3c1191(0x2ca)],'CkkIG':_0x444579[_0x3c1191(0x2e3)],'lMpWB':_0x444579[_0x3c1191(0x235)],'qvXnD':function(_0x58f110){return _0x444579['RnXgM'](_0x58f110);},'BadFz':function(_0x37bb09,_0x1fed5f){return _0x444579['zdnOd'](_0x37bb09,_0x1fed5f);},'DmqRv':_0x444579[_0x3c1191(0x1e6)],'XbHeE':_0x444579[_0x3c1191(0x226)],'tBBXe':function(_0x23771f,_0x161984){const _0x53a7d2=_0x3c1191;return _0x444579[_0x53a7d2(0x1eb)](_0x23771f,_0x161984);},'FKjCP':function(_0x342f95,_0x279ff0){const _0x149244=_0x3c1191;return _0x444579[_0x149244(0x26c)](_0x342f95,_0x279ff0);},'QzmYv':_0x444579['wYiJj'],'FeJZY':_0x444579[_0x3c1191(0x240)],'jMxCL':function(_0x3cf171,_0x16c7b8){const _0x26f06f=_0x3c1191;return _0x444579[_0x26f06f(0x2ce)](_0x3cf171,_0x16c7b8);}};if(_0x444579['zdnOd'](_0x444579[_0x3c1191(0x243)],_0x444579[_0x3c1191(0x243)]))_0x3fc7bb=_0x4c3840['ZgnNl'](_0x58fb2b,_0x4c3840[_0x3c1191(0x211)])[_0x3c1191(0x2ed)],_0x18d2d3['push'](_0x4c3840[_0x3c1191(0x2f8)]),_0x35a317['push'](_0xdb068b[_0x3c1191(0x2a4)](_0x1edf00,_0x4c3840['lMpWB']));else return _0x1bc1dd[_0x3c1191(0x2d1)](_0x3244c7=>{const _0x4df07a=_0x3c1191;if(_0x4d5a3a[_0x4df07a(0x273)](_0x4d5a3a[_0x4df07a(0x1f8)],_0x4d5a3a['EfTYc']))this[_0x4df07a(0x24b)][_0x4df07a(0x2fc)][_0x4df07a(0x2db)]&&_0x341a69[_0x4df07a(0x2db)][_0x4df07a(0x1db)](...this[_0x4df07a(0x24b)]['rootHooks'][_0x4df07a(0x2db)]),this[_0x4df07a(0x24b)][_0x4df07a(0x2fc)]['beforeEach']&&_0x2f7d4d[_0x4df07a(0x1ff)][_0x4df07a(0x1db)](...this[_0x4df07a(0x24b)]['rootHooks'][_0x4df07a(0x1ff)]),this[_0x4df07a(0x24b)][_0x4df07a(0x2fc)][_0x4df07a(0x22f)]&&_0x4ca948[_0x4df07a(0x22f)][_0x4df07a(0x202)](...this['_mochaOpts'][_0x4df07a(0x2fc)][_0x4df07a(0x22f)]),this[_0x4df07a(0x24b)]['rootHooks'][_0x4df07a(0x229)]&&_0x39b993['afterEach']['push'](...this[_0x4df07a(0x24b)][_0x4df07a(0x2fc)][_0x4df07a(0x229)]);else{const _0x309278=_0x4d5a3a[_0x4df07a(0x2a1)](setInterval,async()=>{const _0x32215d=_0x4df07a,_0x3b7b41={'EFraX':function(_0x1343a0){const _0x22a304=a19_0x2bbe;return _0x4c3840[_0x22a304(0x2ef)](_0x1343a0);}};_0x4c3840[_0x32215d(0x2a6)](_0x4c3840[_0x32215d(0x2dd)],_0x4c3840[_0x32215d(0x1e3)])?_0x4c3840[_0x32215d(0x203)](RequestQueueHandler[_0x32215d(0x26b)]()[_0x32215d(0x206)],0x0)&&(_0x4c3840[_0x32215d(0x248)](_0x4c3840['QzmYv'],_0x4c3840[_0x32215d(0x2fe)])?_0x2298e0=0x0:(_0x4c3840[_0x32215d(0x233)](clearInterval,_0x309278),await _0x4c3840[_0x32215d(0x233)](cleanupDrivers,global['__driversArray']),_0x4c3840['jMxCL'](_0x1a583a,_0x3244c7))):_0x3b7b41[_0x32215d(0x23e)](_0x2b5171);},0x3e8);}});}:(_0x46c498[_0x31c327(0x202)](_0x4d5a3a[_0x31c327(0x270)]),_0x44f00c[_0x31c327(0x202)](_0x3772e2+_0x31c327(0x299)+_0x5caf75)):_0x444579[_0x31c327(0x1ec)](_0x444579[_0x31c327(0x256)],_0x444579[_0x31c327(0x22c)])?_0x1bc1dd[_0x31c327(0x1d7)]=function(_0x3dd2fc){const _0x8056ae=_0x31c327,_0x2e5fb0={'GhsWF':function(_0x5eed46,_0x539cfc){const _0xaf189c=a19_0x2bbe;return _0x4d5a3a[_0xaf189c(0x2f0)](_0x5eed46,_0x539cfc);},'ogLQT':_0x4d5a3a[_0x8056ae(0x2cf)],'PCMoh':_0x4d5a3a[_0x8056ae(0x2cb)],'KGGjC':function(_0x18bf35,_0x2010ae){const _0x2d4016=_0x8056ae;return _0x4d5a3a[_0x2d4016(0x268)](_0x18bf35,_0x2010ae);}};if(_0x4d5a3a[_0x8056ae(0x2eb)](_0x4d5a3a[_0x8056ae(0x2bc)],_0x4d5a3a[_0x8056ae(0x22d)]))return _0x1bc1dd[_0x8056ae(0x2d1)](async _0x560037=>{const _0x5d20cb=_0x8056ae;_0x2e5fb0[_0x5d20cb(0x1e1)](_0x2e5fb0[_0x5d20cb(0x27d)],_0x2e5fb0[_0x5d20cb(0x1e8)])?(this[_0x5d20cb(0x280)][_0x5d20cb(0x2b4)][_0x5d20cb(0x1fa)]&&(_0x54c006[_0x5d20cb(0x2da)]=!![]),this['_bsConfig']['testContextOptions'][_0x5d20cb(0x20f)]&&(_0x259efb['__skipSessionStatus']=!![])):(await _0x2e5fb0['KGGjC'](cleanupDrivers,global[_0x5d20cb(0x2a7)]),_0x2e5fb0[_0x5d20cb(0x223)](_0x1a583a,_0x560037));});else _0x1ad513=_0x4d5a3a[_0x8056ae(0x1e9)](_0x375960,_0x4d5a3a[_0x8056ae(0x20a)]);}:(_0x91a35[_0x31c327(0x20b)](_0x3fb3c9),_0x149b01[_0x31c327(0x1f0)]=0x1,_0x444579[_0x31c327(0x2ae)](_0x15e1f8,_0x212617));try{if(_0x444579[_0x31c327(0x276)](_0x444579[_0x31c327(0x20c)],_0x444579[_0x31c327(0x284)]))_0x444579[_0x31c327(0x2e5)](require,_0x444579[_0x31c327(0x200)])[_0x31c327(0x24d)](this[_0x31c327(0x27c)],null,this[_0x31c327(0x2f4)]);else{const _0x5082aa={};_0x5082aa['scenarios']=_0x1f70ae[_0x31c327(0x1f5)],_0x5082aa[_0x31c327(0x242)]=_0x5f5bf1[_0x31c327(0x2c1)],_0x5082aa[_0x31c327(0x25b)]=_0x21cbfa[_0x31c327(0x1e2)],_0x5082aa[_0x31c327(0x1ef)]=_0x2f7e9f[_0x31c327(0x2af)],_0x5082aa[_0x31c327(0x2ea)]=_0x370ae0[_0x31c327(0x279)],_0x5082aa[_0x31c327(0x265)]=_0xad97c7[_0x31c327(0x2fd)],_0x5082aa[_0x31c327(0x2f5)]=_0xfa4751[_0x31c327(0x1d6)],_0x5082aa[_0x31c327(0x219)]=_0x5f3cdb[_0x31c327(0x2ba)],_0x5082aa[_0x31c327(0x294)]=_0x11fa88[_0x31c327(0x291)],_0x5082aa[_0x31c327(0x244)]=_0x538732['testsAmbiguous'],_0x5082aa[_0x31c327(0x27b)]=_0x53b08e['success'],_0x5082aa[_0x31c327(0x1de)]=_0x2f110a['testsErrorMessage'];const _0xc96c2d=_0x5082aa;_0x4d5a3a['wyOYM'](_0x4b45b9,_0xc96c2d);}}catch{}const _0x2d056f=_0x1e1c2f[_0x31c327(0x246)](_0x1bc1dd,_0x9266b5);_0x2d056f&&_0x2d056f[_0x31c327(0x298)](_0x449763=>{const _0x3005cf=_0x31c327,_0x3aa2bf={'hEOak':function(_0x50ee9a,_0x2d1ee6){const _0x32724e=a19_0x2bbe;return _0x444579[_0x32724e(0x296)](_0x50ee9a,_0x2d1ee6);},'NpLlX':_0x444579[_0x3005cf(0x272)],'Cfthv':_0x444579[_0x3005cf(0x2e3)],'CvMvA':_0x444579[_0x3005cf(0x24f)],'oKTZx':_0x444579[_0x3005cf(0x1fc)]};_0x444579[_0x3005cf(0x1da)](_0x444579[_0x3005cf(0x25e)],_0x444579['JMCUz'])?_0x444579[_0x3005cf(0x296)](_0x23f7c1,_0x449763):(_0x4e56f7=_0x3aa2bf[_0x3005cf(0x2f2)](_0x5d62e8,_0x3aa2bf[_0x3005cf(0x23f)])[_0x3005cf(0x2ed)],_0x2baf59[_0x3005cf(0x202)](_0x3aa2bf[_0x3005cf(0x2f3)]),_0x4300df[_0x3005cf(0x202)](_0x28f4d7[_0x3005cf(0x2a4)](_0x41f6f2,_0x3aa2bf['CvMvA'])),_0x183727=_0x3aa2bf['oKTZx']);});}else _0x3f841b[_0x31c327(0x2da)]=!![];}else{if(_0x444579[_0x31c327(0x295)](this[_0x31c327(0x207)],_0x444579[_0x31c327(0x21b)])){let _0x4da096;try{_0x444579[_0x31c327(0x260)](_0x444579[_0x31c327(0x210)],_0x444579['lwlKb'])?_0x4da096=_0x444579[_0x31c327(0x2e5)](requireModule,_0x444579[_0x31c327(0x2c5)]):_0x55328d[_0x31c327(0x1ed)](_0x57bbe6,0x1);}catch(_0x281560){_0x444579[_0x31c327(0x208)](_0x444579[_0x31c327(0x2e8)],_0x444579[_0x31c327(0x2e8)])?_0x4da096=_0x444579[_0x31c327(0x2ce)](requireModule,_0x444579[_0x31c327(0x293)]):_0x4d5a3a[_0x31c327(0x1e9)](_0x4a32a2,_0x4d5a3a[_0x31c327(0x230)])[_0x31c327(0x24d)](this[_0x31c327(0x27c)],null,this[_0x31c327(0x2f4)]);}const _0xa2f822=this[_0x31c327(0x2ec)],_0x9614ed=_0xa2f822['indexOf'](_0x444579['IQNsa']);if(_0x444579['ZeRie'](_0x9614ed,-0x1)){if(_0x444579[_0x31c327(0x1d9)](_0x444579['jYpYO'],_0x444579[_0x31c327(0x249)])){const _0x380b60=_0x444579['EfZie'](_0x3f6973,_0x444579[_0x31c327(0x1fb)])[_0x31c327(0x2d8)];_0x448358['beforeAll'][_0x31c327(0x1db)](_0x380b60[_0x31c327(0x2db)]),_0x253c97[_0x31c327(0x22f)][_0x31c327(0x202)](_0x380b60[_0x31c327(0x22f)]);}else _0xa2f822[_0x31c327(0x1ed)](_0x9614ed,0x1);}const _0x1cb5d9=_0x444579[_0x31c327(0x25d)];try{if(_0x444579[_0x31c327(0x2e4)](_0x444579[_0x31c327(0x26e)],_0x444579[_0x31c327(0x26e)])){const _0x4d4f38=_0x444579[_0x31c327(0x250)][_0x31c327(0x22a)]('|');let _0x155e96=0x0;while(!![]){switch(_0x4d4f38[_0x155e96++]){case'0':this['_formatter']=_0x252bc9[_0x31c327(0x26f)];continue;case'1':_0x57d6c8[_0x31c327(0x2af)]=0x0;continue;case'2':this[_0x31c327(0x27c)]=_0x2a5746[_0x31c327(0x2a3)]||{};continue;case'3':_0x14ed72[_0x31c327(0x1de)]={};continue;case'4':this['_capability']=this[_0x31c327(0x27c)]['capability'];continue;case'5':_0x4f52f6[_0x31c327(0x291)]=0x0;continue;case'6':_0x381b80[_0x31c327(0x1d6)]=0x0;continue;case'7':this[_0x31c327(0x2f4)]=_0x444579[_0x31c327(0x224)](_0x1cbab4);continue;case'8':_0x4e9046[_0x31c327(0x279)]=0x0;continue;case'9':_0x126475[_0x31c327(0x2c1)]=0x0;continue;case'10':_0x52475d[_0x31c327(0x2fd)]=0x0;continue;case'11':this[_0x31c327(0x207)]=_0x5cd676;continue;case'12':_0x374864[_0x31c327(0x204)]=0x0;continue;case'13':_0x1082b9[_0x31c327(0x2ba)]=0x0;continue;case'14':_0x7a5683['testSuitesFailed']=0x0;continue;case'15':_0x3357fd['__platformCaps']=this[_0x31c327(0x27c)][_0x31c327(0x2be)]||{};continue;case'16':this['_mochaOpts']=_0x26c867[_0x31c327(0x2b5)];continue;case'17':_0x29bc14['__platform__']=this[_0x31c327(0x27c)][_0x31c327(0x201)];continue;case'18':this[_0x31c327(0x2ec)]=_0x21dd01;continue;case'19':_0x2d35ff[_0x31c327(0x1f5)]=0x0;continue;case'20':this[_0x31c327(0x29f)]=_0x444579[_0x31c327(0x217)](_0x4b9482);continue;case'21':this['_bsConfig']=_0x1f6c1;continue;}break;}}else{const _0x48b6d4=_0x444579[_0x31c327(0x1e0)](requireModule,_0x444579[_0x31c327(0x292)]),_0xbcbaeb=_0x48b6d4['resolvePaths'];_0x48b6d4.resolvePaths=async function(){const pathResults=await _0xbcbaeb.apply(this,arguments);const {unexpandedFeaturePaths,featurePaths,importPaths}=pathResults;let {requirePaths}=pathResults;requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x1cb5d9)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0xa2f822[_0x31c327(0x202)](_0x444579[_0x31c327(0x2e3)]),_0xa2f822[_0x31c327(0x202)](path[_0x31c327(0x2a4)](__dirname,_0x444579[_0x31c327(0x235)]));}}catch(_0xe0fc0d){let _0x2ebf01=_0x444579[_0x31c327(0x2b0)],_0x12acd9;try{if(_0x444579['SWUge'](_0x444579[_0x31c327(0x2d9)],_0x444579['MDhMh'])){const _0x5f3fbd=this[_0x31c327(0x1f9)][_0x54802f][0x1],_0x44a573=''+this[_0x31c327(0x1f9)][_0x240d22][0x0];if(_0x4d5a3a[_0x31c327(0x2eb)](_0x5f3fbd,_0x2acf03)){const _0x479ad4=_0x31c327(0x220)+_0xcde24f+_0x188bf7['extname'](_0x5f3fbd);_0x4583db['push'](_0x4d5a3a[_0x31c327(0x270)]),_0x173e8c[_0x31c327(0x202)](_0x44a573+':'+_0x479ad4);}else _0x4efd14[_0x31c327(0x202)](_0x4d5a3a[_0x31c327(0x270)]),_0xee9294[_0x31c327(0x202)](_0x44a573+_0x31c327(0x299)+_0x219655);}else _0x12acd9=_0x444579['fUCpL'](requireModule,_0x444579[_0x31c327(0x2ca)])[_0x31c327(0x2ed)],_0xa2f822[_0x31c327(0x202)](_0x444579[_0x31c327(0x2e3)]),_0xa2f822['push'](path[_0x31c327(0x2a4)](__dirname,_0x444579[_0x31c327(0x235)]));}catch(_0x452452){_0x12acd9=_0x444579[_0x31c327(0x1f6)](requireModule,_0x444579[_0x31c327(0x272)])['default'],_0xa2f822[_0x31c327(0x202)](_0x444579['bvecO']),_0xa2f822[_0x31c327(0x202)](path[_0x31c327(0x2a4)](__dirname,_0x444579[_0x31c327(0x24f)])),_0x2ebf01=_0x444579['IcQTW'];}const _0x5640a2=_0x12acd9[_0x31c327(0x269)]['build'];_0x12acd9[_0x31c327(0x269)][_0x31c327(0x1d8)]=async function(){const _0x3f1d71=_0x31c327,_0x5b40ec=await _0x5640a2[_0x3f1d71(0x225)](this);return _0x5b40ec[_0x3f1d71(0x21e)]['unshift'](path[_0x3f1d71(0x2a4)](__dirname,_0x2ebf01)),_0x5b40ec[_0x3f1d71(0x21e)][_0x3f1d71(0x202)](path[_0x3f1d71(0x2a4)](__dirname,_0x1cb5d9)),_0x5b40ec;};}_0xa2f822[_0x31c327(0x202)](_0x444579['AWbwb']),_0xa2f822[_0x31c327(0x202)](''+this[_0x31c327(0x27c)][_0x31c327(0x25c)]);if(this[_0x31c327(0x1f9)]&&_0x444579[_0x31c327(0x231)](this[_0x31c327(0x1f9)][_0x31c327(0x2a5)],0x0))for(let _0x8232e4=0x0;_0x444579[_0x31c327(0x2c2)](_0x8232e4,this[_0x31c327(0x1f9)][_0x31c327(0x2a5)]);_0x8232e4++){const _0x16f2bb=_0x444579[_0x31c327(0x2ce)](getPlatformName,this[_0x31c327(0x1f4)])['replace'](/ /g,'_');if(_0x444579[_0x31c327(0x2bb)](this[_0x31c327(0x1f9)][_0x8232e4],undefined)&&_0x444579['hlVkM'](this[_0x31c327(0x1f9)][_0x8232e4]['length'],0x0)){const _0x2ccccb=this[_0x31c327(0x1f9)][_0x8232e4][0x1],_0x157501=''+this[_0x31c327(0x1f9)][_0x8232e4][0x0];if(_0x444579[_0x31c327(0x26a)](_0x2ccccb,undefined)){const _0x10c911=_0x31c327(0x220)+_0x16f2bb+path[_0x31c327(0x285)](_0x2ccccb);_0xa2f822[_0x31c327(0x202)](_0x444579[_0x31c327(0x2e3)]),_0xa2f822['push'](_0x157501+':'+_0x10c911);}else _0xa2f822['push'](_0x444579[_0x31c327(0x2e3)]),_0xa2f822[_0x31c327(0x202)](_0x157501+_0x31c327(0x299)+_0x16f2bb);}}const _0x2d236f=new _0x4da096[(_0x31c327(0x2ed))]({'argv':_0xa2f822,'cwd':process[_0x31c327(0x1df)](),'stdout':process['stdout'],'stderr':process[_0x31c327(0x28b)],'env':process['env']});process['env'][_0x31c327(0x253)]=JSON['stringify'](this[_0x31c327(0x27c)]),_0x2d236f['run']()[_0x31c327(0x2c0)](_0x356e40=>{const _0x495e43=_0x31c327,_0x5b7027={};_0x5b7027[_0x495e43(0x29c)]=global[_0x495e43(0x1f5)],_0x5b7027[_0x495e43(0x242)]=global[_0x495e43(0x2c1)],_0x5b7027[_0x495e43(0x25b)]=global[_0x495e43(0x1e2)],_0x5b7027[_0x495e43(0x1ef)]=global[_0x495e43(0x2af)],_0x5b7027['stepsPassed']=global[_0x495e43(0x279)],_0x5b7027[_0x495e43(0x265)]=global[_0x495e43(0x2fd)],_0x5b7027[_0x495e43(0x2f5)]=global[_0x495e43(0x1d6)],_0x5b7027[_0x495e43(0x219)]=global[_0x495e43(0x2ba)],_0x5b7027[_0x495e43(0x294)]=global[_0x495e43(0x291)],_0x5b7027[_0x495e43(0x244)]=global['testsAmbiguous'],_0x5b7027[_0x495e43(0x27b)]=_0x356e40[_0x495e43(0x275)],_0x5b7027[_0x495e43(0x1de)]=global[_0x495e43(0x1de)];const _0x7b7af9=_0x5b7027;_0x444579[_0x495e43(0x259)](_0x1a583a,_0x7b7af9);})['catch'](_0x43b639=>{const _0xfd8658=_0x31c327;_0x4d5a3a[_0xfd8658(0x268)](_0x23f7c1,_0x43b639);});}else{if(_0x444579[_0x31c327(0x287)](this[_0x31c327(0x207)],_0x444579[_0x31c327(0x215)])){process[_0x31c327(0x23c)]=this[_0x31c327(0x27c)][_0x31c327(0x23a)];try{_0x444579[_0x31c327(0x2b1)](modifyCommand),_0x444579[_0x31c327(0x274)](require,_0x444579[_0x31c327(0x200)])[_0x31c327(0x2f6)](this[_0x31c327(0x27c)]);let _0x2f2933=0x0;process['on'](_0x444579[_0x31c327(0x241)],async()=>{const _0x3eb236=_0x31c327;if(_0x444579[_0x3eb236(0x297)](_0x2f2933,0x0))return;_0x2f2933++,await _0x444579[_0x3eb236(0x2e5)](cleanupDrivers,global[_0x3eb236(0x2a7)]);}),_0x444579[_0x31c327(0x2e5)](require,this['_configuration'][_0x31c327(0x264)]);}catch(_0x467ef9){console[_0x31c327(0x20b)](_0x467ef9),process[_0x31c327(0x1f0)]=0x1,_0x444579[_0x31c327(0x274)](_0x23f7c1,_0x467ef9);}_0x444579[_0x31c327(0x1fd)](_0x1a583a);}}}});}}module[a19_0x16460c(0x221)]=Launcher;function a19_0x2bbe(_0x4a4512,_0x253993){const _0x13e5ef=a19_0x13e5();return a19_0x2bbe=function(_0x2bbeb7,_0x52764d){_0x2bbeb7=_0x2bbeb7-0x1ce;let _0x168bed=_0x13e5ef[_0x2bbeb7];return _0x168bed;},a19_0x2bbe(_0x4a4512,_0x253993);}function a19_0x13e5(){const _0x2b5956=['OgjlO','901132qzGlpT','PCMoh','VzrBB','BbyiJ','GVftD','fgujO','splice','YxMgf','stepsFailed','exitCode','ZMwhh','../../helpers/accessibility-automation/helper','288589BKgKBE','_capability','testSuites','ibdXX','JyZyW','EfTYc','_formatter','skipSessionName','QoUZC','IcQTW','kUaaO','lnOJP','beforeEach','yVcJW','platform','push','tBBXe','testsAmbiguous','spec','pendingUploads','_framework','UthmV','replace','SeSix','error','CQzNG','zVruq','require','skipSessionStatus','lwlKb','XryQp','FOgld','lhAOQ','zdnOd','Sqclx','cucumber/lib/cli/index.js','FczMv','UWnYm','stepsUndefined','HJxoQ','IQNsa','../utils/constants','ZloRU','supportCodePaths','27068AiCHwn','tmp/','exports','kfmwI','KGGjC','pHewM','call','ZWsCU','../cucumber-js/test_old.setup.js','../mocha/test.setup','afterEach','split','EIrGu','foAUu','ldllR','11|2|16|0|4|17|18|21|7|20|15|19|9|8|1|6|10|14|13|5|12|3','afterAll','Zppup','Ghtxo','Nfcci','ZgnNl','timeout','cWSRh','XlJmN','jzNoP','zsxaq','59005wCyrSw','args','../cucumber-js/formatter/custom_formatter.js','argv','nestedKeyValue','EFraX','NpLlX','ZuCXt','CWLqz','steps','MIULX','stepsAmbiguous','assign','runMocha','oeSbs','FKjCP','jYpYO','ZzZZx','_mochaOpts','vDZQA','browserstackAgentV2','jwxVW','Wttnh','HQKxZ','mocha','tXBks','CONFIG','capability','WQmWg','CkPZg','gzPKO','BsSWu','NQexc','EuAPa','scenariosFailed','maxWorkers','WPMMz','JMCUz','__skipSessionStatus','HYgMw','browserstackPercyBestPlatform','qhbdC','CrBtj','file','stepsSkipped','JYtXe','IZJYF','Lxadi','prototype','MkTtA','getInstance','FcBPj','reporter','nDrcd','formatter','HzSqU','TAUFd','XjhQo','mUVAp','KOeXM','success','vPoSJ','246JwVOJK','xLjjP','testsPassed','oeHGO','processSuccess','_configuration','ogLQT','66eikoMT','lEUZR','_bsConfig','vanilla','../../helpers/test-observability/utils','KZhto','zzAVX','extname','ekWAA','bTVJU','ljfvI','CidiV','1|20|6|3|13|7|0|15|18|14|16|4|5|11|9|21|8|12|19|2|17|10','stderr','uWOgv','9060krMAEV','../mocha/test-observability/data-hooks','SsSER','__platform__','testsUnknown','SSOgT','SwvCJ','stepsUnknown','ffvir','stcld','hlVkM','catch',':tmp/','VLDBU','percy','scenarios','yipql','394IhaEgz','_accessibilityAutomation','../../helpers/helper','SGVEm','SKGrN','configuration','join','length','BadFz','__driversArray','nxtDE','../cucumber-js/test.setup.js','ttcRT','../cucumber-js/formatter/custom_formatter_old_versions.js','path','YoVrX','oJZlS','testsFailed','nKJzU','RnXgM','gQtgY','kSRla','testContextOptions','mochaOpts','YUlyf','BwWiX','handleRequires','clXCK','testsUndefined','lvbzS','tXPjN','YpdnL','platformCaps','jzuKm','then','totalTests','PsWwT','HEaCz','--parallel','UZqkV','reporterOptions','jxIdx','@cucumber/cucumber/lib/cli/index.js','FAupz','vsKHC','xasQJ','pvwQA','SKfGQ','TDygA','wDIWl','XLxdx','prevRun','platformIndex','../../helpers/setKeepAlive','@cucumber/cucumber/lib/api/paths.js','2485549jaXgOo','fUCpL','TJrzW','mochaHooks','YDUBv','__skipSessionName','beforeAll','ydmuN','DmqRv','BSTACK_DELTA','72TMPXzJ','bCaeX','4482bwqgQJ','oSsmQ','bvecO','RHyvi','EfZie','ifKYV','@cucumber/cucumber/lib/cli/configuration_builder.js','OAJfR','turboScaleUrl','stepsPassed','YZtCz','_argv','default','svkTV','qvXnD','KPeaN','wNPyb','hEOak','Cfthv','_testObservability','stepsPending','browserstackAgent','browserstackPlatformIndex','CkkIG','RIQrg','--format','SfPqt','rootHooks','testsSkipped','FeJZY','../../index','tjvzA','cucumber-js','Zevng','oSSCj','VlOzN','percyCaptureMode','__platformCaps','testsPending','run','build','HhjFV','DYRtW','unshift','ePhjK','KLSsm','testsErrorMessage','cwd','JbqPl','GhsWF','testSuitesFailed','XbHeE','../cucumber-js/timeout.setup.js','ljZZu'];a19_0x13e5=function(){return _0x2b5956;};return a19_0x13e5();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a20_0x527cc2=a20_0x82ac;function a20_0x82ac(_0x5e6d35,_0x3ed573){const _0x1e607e=a20_0x1e60();return a20_0x82ac=function(_0x82ac0,_0x45e7d5){_0x82ac0=_0x82ac0-0x13b;let _0x5319e3=_0x1e607e[_0x82ac0];return _0x5319e3;},a20_0x82ac(_0x5e6d35,_0x3ed573);}function a20_0x1e60(){const _0x2dd376=['nQUOh','rVika','ADQDO','deviceName','browserstack.accessibility','getPlatformVersion','TQFOD','CscNl','JwbVX','accessibilityOptions','pkQte','debug','EcauK','HgGnH','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','selenium-webdriver/chrome.js','CRGen','PSQBW','browserVersion','tneEd','WExhK','tQcKs','toLowerCase','lQQjI','yzIGv','requireModule','loVgI','FCwge','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','sAyMN','browserstack.accessibilityOptions','8021511vljHeJ','qhhdt','isAccessibilityPlatform','BS_A11Y_JWT','JILLg','mpWjG','SZfoO','EGIvz','UceJq','getCapabilities','fetchPlatformDetails','../../../helpers/helper','ZkWma','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','RxMRx','zwsiR','huRVF','1025070rDgrBy','nRswg','bstack:options','uRJRd','chrome','fKssX','latest','parse','accessibility','3215655dMbryA','includes','oDuEE','odMRz','1859988aVsZoL','133KHETwr','LLpSH','FPtDf','dKsfS','ozWGN','options_','scannerVersion','AoqJf','oaSEp','device','OXtHW','XARFD','--headless','format','getBrowserVersion','nzBUM','332580qOUTAK','ZcQYm','ThpRe','bqeFD','CBbyc','itXhh','bBMWY','WIDbe','swwam','itmzP','FuEhe','214vCZrum','sSZYS','oPRIl','gULet','QEYNt','authToken','TcQeh','Exception\x20in\x20setExtension\x20Error:\x20','jESmW','path','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','5471MhtAja','warn','jQMsV','WaAKK','zmfjj','rUtNH','SSaAt','capability','7412056RpVabg','setAccessibilityCapabilities','getBrowserName','getPlatform','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','oPCTH','LNLqI','env','mRujl','MRYON','winstonLogger','dlgaM','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','isUndefined','Xkbgo','../../../helpers/logger'];a20_0x1e60=function(){return _0x2dd376;};return a20_0x1e60();}(function(_0x412b09,_0x57382d){const _0x5086c8=a20_0x82ac,_0x4c0f4e=_0x412b09();while(!![]){try{const _0x325159=parseInt(_0x5086c8(0x17e))/0x1*(-parseInt(_0x5086c8(0x173))/0x2)+-parseInt(_0x5086c8(0x153))/0x3+-parseInt(_0x5086c8(0x157))/0x4+-parseInt(_0x5086c8(0x14a))/0x5+-parseInt(_0x5086c8(0x168))/0x6*(-parseInt(_0x5086c8(0x158))/0x7)+parseInt(_0x5086c8(0x186))/0x8+parseInt(_0x5086c8(0x1b5))/0x9;if(_0x325159===_0x57382d)break;else _0x4c0f4e['push'](_0x4c0f4e['shift']());}catch(_0x1c8d2f){_0x4c0f4e['push'](_0x4c0f4e['shift']());}}}(a20_0x1e60,0x84baf));const path=require(a20_0x527cc2(0x17c)),os=require('os'),request=require('request'),util=require('util'),bsSetupHelper=require(a20_0x527cc2(0x144)),logger=require(a20_0x527cc2(0x195))[a20_0x527cc2(0x190)];exports[a20_0x527cc2(0x187)]=_0x1df70f=>{const _0x2905b0=a20_0x527cc2,_0x6c35ce={};_0x6c35ce[_0x2905b0(0x141)]=_0x2905b0(0x1b4),_0x6c35ce[_0x2905b0(0x156)]='bstack:options',_0x6c35ce[_0x2905b0(0x1a6)]=_0x2905b0(0x18a),_0x6c35ce[_0x2905b0(0x1b6)]=_0x2905b0(0x146),_0x6c35ce[_0x2905b0(0x183)]=_0x2905b0(0x1a5),_0x6c35ce[_0x2905b0(0x149)]='Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.',_0x6c35ce[_0x2905b0(0x194)]=function(_0xc1b207,_0x349ab4){return _0xc1b207!==_0x349ab4;},_0x6c35ce[_0x2905b0(0x14d)]=_0x2905b0(0x1a3),_0x6c35ce[_0x2905b0(0x198)]='SpfQt',_0x6c35ce[_0x2905b0(0x15b)]=_0x2905b0(0x19a),_0x6c35ce['lQQjI']=function(_0x5ede55,_0x162f3c){return _0x5ede55!==_0x162f3c;},_0x6c35ce[_0x2905b0(0x1ab)]='dRKCA',_0x6c35ce[_0x2905b0(0x1ae)]=function(_0x5b0374,_0x1f742b){return _0x5b0374===_0x1f742b;},_0x6c35ce[_0x2905b0(0x162)]=_0x2905b0(0x191),_0x6c35ce[_0x2905b0(0x177)]=function(_0x2d6f0c,_0x275113){return _0x2d6f0c===_0x275113;},_0x6c35ce[_0x2905b0(0x14b)]=_0x2905b0(0x1a9),_0x6c35ce[_0x2905b0(0x13f)]=function(_0x9ad17c,_0x2ce44c){return _0x9ad17c===_0x2ce44c;},_0x6c35ce['nzBUM']=_0x2905b0(0x171),_0x6c35ce[_0x2905b0(0x1b1)]=function(_0x550755,_0x2e1b69){return _0x550755===_0x2e1b69;},_0x6c35ce['mpWjG']=_0x2905b0(0x16c),_0x6c35ce[_0x2905b0(0x148)]=function(_0xe9f1a,_0x4bd487){return _0xe9f1a===_0x4bd487;},_0x6c35ce[_0x2905b0(0x1a2)]='NhGUN',_0x6c35ce[_0x2905b0(0x184)]='gzepY',_0x6c35ce[_0x2905b0(0x175)]=function(_0xa4e075,_0x17421a){return _0xa4e075===_0x17421a;},_0x6c35ce[_0x2905b0(0x18e)]=_0x2905b0(0x140),_0x6c35ce[_0x2905b0(0x1b3)]='jcrRP',_0x6c35ce[_0x2905b0(0x18f)]=_0x2905b0(0x170);const _0x41e7cc=_0x6c35ce;try{if(_0x41e7cc['Xkbgo'](_0x41e7cc[_0x2905b0(0x14d)],_0x41e7cc['ADQDO'])){const _0xa6cb7a=_0x1df70f[_0x2905b0(0x185)]||{};if(_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]]&&_0xa6cb7a[_0x41e7cc['odMRz']][_0x2905b0(0x152)]||_0x1df70f[_0x2905b0(0x185)][_0x41e7cc[_0x2905b0(0x15b)]]){if(_0x41e7cc[_0x2905b0(0x1ad)](_0x41e7cc['tQcKs'],_0x41e7cc[_0x2905b0(0x1ab)]))_0x2ae62e[_0x41e7cc[_0x2905b0(0x141)]]['authToken']=_0x4f3ee9[_0x2905b0(0x18d)]['BS_A11Y_JWT'];else{global[_0x2905b0(0x13b)]=!![];if(_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]]){if(_0x41e7cc[_0x2905b0(0x1ae)](_0x41e7cc[_0x2905b0(0x162)],_0x41e7cc['OXtHW'])){if(_0xa6cb7a[_0x41e7cc['odMRz']]['accessibilityOptions']){if(_0x41e7cc['QEYNt'](_0x41e7cc[_0x2905b0(0x14b)],_0x41e7cc[_0x2905b0(0x14b)]))_0xa6cb7a[_0x41e7cc['odMRz']][_0x2905b0(0x19f)][_0x2905b0(0x178)]=process[_0x2905b0(0x18d)]['BS_A11Y_JWT'];else{if(_0x34480f[_0x41e7cc['odMRz']][_0x2905b0(0x19f)])_0x5dc244[_0x41e7cc['odMRz']]['accessibilityOptions'][_0x2905b0(0x178)]=_0x38039f['env']['BS_A11Y_JWT'];else{const _0x45d438={};_0x45d438[_0x2905b0(0x178)]=_0x207bb3['env'][_0x2905b0(0x13c)],_0x5e699d[_0x41e7cc[_0x2905b0(0x156)]][_0x2905b0(0x19f)]=_0x45d438;}_0x2022c6[_0x41e7cc['odMRz']][_0x2905b0(0x19f)][_0x2905b0(0x15e)]=_0x1fbdce['parse'](_0x41453b[_0x2905b0(0x18d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2905b0(0x15e)];}}else{if(_0x41e7cc['SZfoO'](_0x41e7cc[_0x2905b0(0x167)],_0x41e7cc['nzBUM'])){const _0x426af9={};_0x426af9[_0x2905b0(0x178)]=process[_0x2905b0(0x18d)][_0x2905b0(0x13c)],_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]][_0x2905b0(0x19f)]=_0x426af9;}else return _0x4320c7[_0x2905b0(0x17f)](_0x41e7cc[_0x2905b0(0x1a6)]),![];}_0xa6cb7a[_0x41e7cc[_0x2905b0(0x156)]][_0x2905b0(0x19f)][_0x2905b0(0x15e)]=JSON['parse'](process[_0x2905b0(0x18d)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0x2905b0(0x15e)];}else return _0x1e3aee[_0x2905b0(0x17f)](_0x41e7cc['qhhdt']),![];}else{if(_0x1df70f['capability'][_0x41e7cc[_0x2905b0(0x15b)]]){if(_0x41e7cc[_0x2905b0(0x1b1)](_0x41e7cc[_0x2905b0(0x13e)],_0x41e7cc[_0x2905b0(0x13e)])){if(_0xa6cb7a[_0x41e7cc['UceJq']]){if(_0x41e7cc[_0x2905b0(0x148)](_0x41e7cc[_0x2905b0(0x1a2)],_0x41e7cc['SSaAt'])){const _0x17910f={};_0x17910f['authToken']=_0xab2bb6['env'][_0x2905b0(0x13c)],_0x2c36f0[_0x41e7cc['odMRz']][_0x2905b0(0x19f)]=_0x17910f;}else _0xa6cb7a[_0x41e7cc['UceJq']][_0x2905b0(0x178)]=process[_0x2905b0(0x18d)][_0x2905b0(0x13c)];}else{if(_0x41e7cc[_0x2905b0(0x175)](_0x41e7cc[_0x2905b0(0x18e)],_0x41e7cc['sAyMN'])){if(_0x3db8cc[_0x41e7cc[_0x2905b0(0x141)]])_0x4a34f5[_0x41e7cc['UceJq']]['authToken']=_0x3315a1[_0x2905b0(0x18d)]['BS_A11Y_JWT'];else{const _0x6ba240={};_0x6ba240[_0x2905b0(0x178)]=_0x24d337['env'][_0x2905b0(0x13c)],_0x1ab95d[_0x41e7cc[_0x2905b0(0x141)]]=_0x6ba240;}_0x711c51[_0x41e7cc['UceJq']][_0x2905b0(0x15e)]=_0x1c3a9a[_0x2905b0(0x151)](_0x119da9[_0x2905b0(0x18d)][_0x2905b0(0x17d)])[_0x2905b0(0x15e)];}else{const _0x507f3d={};_0x507f3d[_0x2905b0(0x178)]=process['env'][_0x2905b0(0x13c)],_0xa6cb7a[_0x41e7cc[_0x2905b0(0x141)]]=_0x507f3d;}}_0xa6cb7a[_0x41e7cc[_0x2905b0(0x141)]]['scannerVersion']=JSON[_0x2905b0(0x151)](process[_0x2905b0(0x18d)][_0x2905b0(0x17d)])['scannerVersion'];}else _0x2c59b9=_0x1b98d7[_0x2905b0(0x1af)](_0x41e7cc['rUtNH']);}}}}}else _0x1106fc[_0x2905b0(0x1a1)](_0x2905b0(0x17a)+_0x46abcc[_0x2905b0(0x165)](_0xee9ed3));}catch(_0x21c228){if(_0x41e7cc[_0x2905b0(0x1ad)](_0x41e7cc[_0x2905b0(0x18f)],_0x41e7cc[_0x2905b0(0x18f)]))return _0x251a59[_0x2905b0(0x17f)](_0x41e7cc[_0x2905b0(0x149)]),![];else logger['debug'](_0x2905b0(0x1a4)+_0x21c228);}},exports['setExtension']=(_0x3f24ed,_0x5da61c)=>{const _0x1e6091=a20_0x527cc2,_0x445c45={};_0x445c45[_0x1e6091(0x14f)]='browserstack.accessibilityOptions',_0x445c45['TcQeh']=_0x1e6091(0x192),_0x445c45[_0x1e6091(0x16d)]=_0x1e6091(0x14c),_0x445c45[_0x1e6091(0x182)]=function(_0x1c2e65,_0x95f06c){return _0x1c2e65!==_0x95f06c;},_0x445c45[_0x1e6091(0x196)]=function(_0x2f4660,_0x355ab8){return _0x2f4660===_0x355ab8;},_0x445c45[_0x1e6091(0x19c)]='uzOuu',_0x445c45[_0x1e6091(0x16a)]=_0x1e6091(0x147),_0x445c45[_0x1e6091(0x15c)]=_0x1e6091(0x1b2),_0x445c45['AoqJf']=_0x1e6091(0x14e),_0x445c45[_0x1e6091(0x19d)]=function(_0x47a8ae,_0x515f52){return _0x47a8ae!==_0x515f52;},_0x445c45[_0x1e6091(0x16f)]='SxkoM',_0x445c45[_0x1e6091(0x1a7)]=_0x1e6091(0x145),_0x445c45[_0x1e6091(0x180)]=_0x1e6091(0x150),_0x445c45[_0x1e6091(0x176)]=function(_0x11011c,_0x6aa351){return _0x11011c>_0x6aa351;},_0x445c45['pkQte']=function(_0x3763a4,_0x49bb99){return _0x3763a4===_0x49bb99;},_0x445c45['loVgI']=_0x1e6091(0x17b),_0x445c45[_0x1e6091(0x18b)]='fGXHa',_0x445c45[_0x1e6091(0x181)]=_0x1e6091(0x146),_0x445c45[_0x1e6091(0x174)]=_0x1e6091(0x172),_0x445c45['LNLqI']=_0x1e6091(0x16b),_0x445c45['JILLg']=_0x1e6091(0x1a5),_0x445c45[_0x1e6091(0x155)]=function(_0x266e32,_0x528b9f){return _0x266e32!==_0x528b9f;},_0x445c45[_0x1e6091(0x197)]=_0x1e6091(0x160),_0x445c45[_0x1e6091(0x19e)]=_0x1e6091(0x164),_0x445c45[_0x1e6091(0x163)]=_0x1e6091(0x16e),_0x445c45[_0x1e6091(0x159)]='luOxS',_0x445c45[_0x1e6091(0x15a)]='Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.';const _0xdda06d=_0x445c45;try{const _0x4a9410=_0x5da61c[_0x1e6091(0x185)]||{},_0x155214=(_0x4a9410[_0xdda06d['itXhh']]?_0x4a9410[_0xdda06d['itXhh']][_0x1e6091(0x199)]:_0x4a9410[_0x1e6091(0x161)])||'';if(_0xdda06d[_0x1e6091(0x182)](_0x155214,'')){if(_0xdda06d['nQUOh'](_0xdda06d['TQFOD'],_0xdda06d['ThpRe'])){const _0xd33d8d={};_0xd33d8d[_0x1e6091(0x178)]=_0x798d32[_0x1e6091(0x18d)]['BS_A11Y_JWT'],_0x418750[_0xdda06d['fKssX']]=_0xd33d8d;}else return logger[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x15c)]),![];}const _0x18f924=_0x4a9410['browserName'];if(_0xdda06d[_0x1e6091(0x182)](_0x18f924[_0x1e6091(0x1ac)](),_0xdda06d[_0x1e6091(0x15f)])){if(_0xdda06d[_0x1e6091(0x19d)](_0xdda06d[_0x1e6091(0x16f)],_0xdda06d[_0x1e6091(0x1a7)]))return logger[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x179)]),![];else _0x55f2cf[_0x1e6091(0x1a1)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x13946c);}const _0x714e1f=_0x4a9410[_0x1e6091(0x1a8)]||_0x4a9410['browser_version'];if(!bsSetupHelper[_0x1e6091(0x193)](_0x714e1f)&&!(_0xdda06d[_0x1e6091(0x196)](_0x714e1f,_0xdda06d['jQMsV'])||_0xdda06d['gULet'](_0x714e1f,0x5e)))return _0xdda06d[_0x1e6091(0x1a0)](_0xdda06d[_0x1e6091(0x1b0)],_0xdda06d[_0x1e6091(0x18b)])?![]:(logger[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x181)]),![]);let _0x39d014;try{_0xdda06d[_0x1e6091(0x196)](_0xdda06d[_0x1e6091(0x174)],_0xdda06d[_0x1e6091(0x18c)])?_0x10fb8f['debug']('Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20'+_0x3c9025):_0x39d014=bsSetupHelper[_0x1e6091(0x1af)](_0xdda06d[_0x1e6091(0x13d)]);}catch(_0x1faa6a){return _0xdda06d['oDuEE'](_0xdda06d[_0x1e6091(0x197)],_0xdda06d[_0x1e6091(0x197)])?(_0x29a27c[_0x1e6091(0x17f)](_0xdda06d[_0x1e6091(0x179)]),![]):![];}const _0x1e8871=new _0x39d014['Options'](_0x3f24ed['chromeOptions_']);if(_0x1e8871[_0x1e6091(0x15d)]?.['args']?.[_0x1e6091(0x154)](_0xdda06d['JwbVX'])){if(_0xdda06d[_0x1e6091(0x19d)](_0xdda06d[_0x1e6091(0x163)],_0xdda06d[_0x1e6091(0x159)]))return logger['warn'](_0xdda06d[_0x1e6091(0x15a)]),![];else _0x38eb72[_0xdda06d['itXhh']][_0x1e6091(0x19f)][_0x1e6091(0x178)]=_0x3bff8e['env'][_0x1e6091(0x13c)];}return!![];}catch(_0x4d55f0){logger[_0x1e6091(0x1a1)]('Exception\x20in\x20setExtension\x20Error:\x20'+util[_0x1e6091(0x165)](_0x4d55f0));}return![];},exports[a20_0x527cc2(0x143)]=async _0xa7331e=>{const _0x731607=a20_0x527cc2,_0x3ed135={};_0x3ed135['ZcQYm']=function(_0x31643e,_0x859c93){return _0x31643e===_0x859c93;},_0x3ed135['WExhK']='browserstack';const _0x1af9e4=_0x3ed135;let _0xcfcb2a={};try{const _0x3c3b0c=await _0xa7331e[_0x731607(0x142)]();_0xcfcb2a={'os_name':_0x3c3b0c[_0x731607(0x189)](),'os_version':bsSetupHelper[_0x731607(0x19b)](_0x1af9e4[_0x731607(0x169)](global['__cloud_provider___'],_0x1af9e4[_0x731607(0x1aa)])),'browser_name':_0x3c3b0c[_0x731607(0x188)](),'browser_version':_0x3c3b0c[_0x731607(0x166)]()};}catch(_0x26b73d){logger[_0x731607(0x1a1)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x26b73d);}return _0xcfcb2a;};
|
|
1
|
+
function a20_0x604d(_0x2c8ea5,_0x17dbb1){const _0x1f2f2d=a20_0x1f2f();return a20_0x604d=function(_0x604d0b,_0x2a7078){_0x604d0b=_0x604d0b-0x73;let _0x3b4c31=_0x1f2f2d[_0x604d0b];return _0x3b4c31;},a20_0x604d(_0x2c8ea5,_0x17dbb1);}const a20_0x1d3164=a20_0x604d;(function(_0x189511,_0x5838b1){const _0x55abc7=a20_0x604d,_0x5b0cce=_0x189511();while(!![]){try{const _0xb42e4d=-parseInt(_0x55abc7(0xe3))/0x1*(-parseInt(_0x55abc7(0x9b))/0x2)+parseInt(_0x55abc7(0xa2))/0x3*(parseInt(_0x55abc7(0xd6))/0x4)+parseInt(_0x55abc7(0x91))/0x5*(parseInt(_0x55abc7(0x81))/0x6)+-parseInt(_0x55abc7(0xb9))/0x7*(parseInt(_0x55abc7(0xb7))/0x8)+-parseInt(_0x55abc7(0xea))/0x9+parseInt(_0x55abc7(0x9a))/0xa*(parseInt(_0x55abc7(0xb1))/0xb)+-parseInt(_0x55abc7(0xe4))/0xc*(-parseInt(_0x55abc7(0xf3))/0xd);if(_0xb42e4d===_0x5838b1)break;else _0x5b0cce['push'](_0x5b0cce['shift']());}catch(_0x50ef23){_0x5b0cce['push'](_0x5b0cce['shift']());}}}(a20_0x1f2f,0xbe773));function a20_0x1f2f(){const _0x45800d=['accessibilityOptions','uesTS','zqqyN','bUoJq','debug','parse','getCapabilities','wXNTr','browser_version','cFGRj','uthQx','EiFdp','Options','QBgug','GdNcO','zPLpG','requireModule','xGLbX','EjSCi','wzODs','QymRG','ifsGr','SmAHG','8sAeGLi','nHasy','Gekar','VKjtS','BS_A11Y_JWT','browserstack.accessibilityOptions','QicvZ','QCnuJ','FCYRa','args','authToken','YSgYY','kXYXW','402253Ptegfw','2724EGjwfO','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','FPuFK','request','browserstack.accessibility','capability','6099984TeVCJV','QtnOx','CKrWN','qREta','HRlNW','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','setAccessibilityCapabilities','FrBeY','warn','32903HnNypd','fECzC','chrome','../../../helpers/logger','deviceName','env','WInNb','--headless','EWYPm','latest','getPlatform','util','hNgSF','MmzhV','../../../helpers/helper','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isAccessibilityPlatform','toLowerCase','IbMar','browserName','__cloud_provider___','LDDee','Exception\x20in\x20setExtension\x20Error:\x20','format','scannerVersion','browserVersion','getPlatformVersion','12mOMgzd','browserstack','dQlso','aJVLK','XedQY','nvQWP','EJBHw','WvTuU','NrSEV','EfgXM','gRxvQ','fetchPlatformDetails','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','uhVJv','ASZeF','isUndefined','1465795bonUCk','accessibility','ySuEN','RUplx','CdRtb','tEepL','fZLVX','getBrowserVersion','JPHYA','370bMjqhK','6hIDGSj','qMalD','device','includes','setExtension','chromeOptions_','nXEeL','336630HJMrXP','aLwpP','cDGdm','selenium-webdriver/chrome.js','sktLs','ycrGR','pRoFy','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','MBuRa','NPzmP','gNexx','EiNZa','TnMLC','flPsx','90959DPbfcV','pUEwX','ALJAf','BXsQd','options_','bstack:options','11520512gWRnjk','zVGwG','7ZyUune','JmQch','fEuSl','FmzTq','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','uYEwP'];a20_0x1f2f=function(){return _0x45800d;};return a20_0x1f2f();}const path=require('path'),os=require('os'),request=require(a20_0x1d3164(0xe7)),util=require(a20_0x1d3164(0xfe)),bsSetupHelper=require(a20_0x1d3164(0x74)),logger=require(a20_0x1d3164(0xf6))['winstonLogger'];exports[a20_0x1d3164(0xf0)]=_0x5d320d=>{const _0x2591ec=a20_0x1d3164,_0x11a7a2={};_0x11a7a2['zVGwG']=_0x2591ec(0xdb),_0x11a7a2[_0x2591ec(0xcc)]=_0x2591ec(0xaa),_0x11a7a2[_0x2591ec(0xa7)]='selenium-webdriver/chrome.js',_0x11a7a2['RUplx']=_0x2591ec(0xb6),_0x11a7a2['aLwpP']=_0x2591ec(0x8d),_0x11a7a2['FCYRa']=function(_0x265144,_0x26eab4){return _0x265144!==_0x26eab4;},_0x11a7a2[_0x2591ec(0x9c)]=_0x2591ec(0x86),_0x11a7a2[_0x2591ec(0xbc)]=_0x2591ec(0xee),_0x11a7a2[_0x2591ec(0x88)]=_0x2591ec(0xe8),_0x11a7a2[_0x2591ec(0x99)]=function(_0x57699e,_0x1182dd){return _0x57699e!==_0x1182dd;},_0x11a7a2['EfgXM']=_0x2591ec(0xec),_0x11a7a2['HPuUs']=_0x2591ec(0xed),_0x11a7a2[_0x2591ec(0xbb)]=_0x2591ec(0xc0),_0x11a7a2[_0x2591ec(0x85)]=function(_0xa9459e,_0x212a8a){return _0xa9459e!==_0x212a8a;},_0x11a7a2['WInNb']=_0x2591ec(0xfb),_0x11a7a2[_0x2591ec(0xd8)]=function(_0x1bd29b,_0x1ad411){return _0x1bd29b!==_0x1ad411;},_0x11a7a2[_0x2591ec(0xd5)]=_0x2591ec(0xbe),_0x11a7a2[_0x2591ec(0xb0)]=_0x2591ec(0xcd),_0x11a7a2[_0x2591ec(0x93)]='bUKSS',_0x11a7a2[_0x2591ec(0x73)]=function(_0x226cb0,_0x58f3d7){return _0x226cb0!==_0x58f3d7;},_0x11a7a2['VKjtS']=_0x2591ec(0xad),_0x11a7a2[_0x2591ec(0xe1)]=_0x2591ec(0xc1),_0x11a7a2[_0x2591ec(0xac)]=function(_0x41e092,_0x495df9){return _0x41e092===_0x495df9;},_0x11a7a2[_0x2591ec(0xc9)]=_0x2591ec(0xd0),_0x11a7a2['MBuRa']=function(_0x2f4127,_0x2b8ddd){return _0x2f4127!==_0x2b8ddd;},_0x11a7a2[_0x2591ec(0xe2)]='AQgQW';const _0x48b2ae=_0x11a7a2;try{if(_0x48b2ae[_0x2591ec(0xde)](_0x48b2ae[_0x2591ec(0x9c)],_0x48b2ae[_0x2591ec(0xbc)])){const _0x871080=_0x5d320d[_0x2591ec(0xe9)]||{};if(_0x871080[_0x48b2ae[_0x2591ec(0x94)]]&&_0x871080[_0x48b2ae[_0x2591ec(0x94)]][_0x2591ec(0x92)]||_0x5d320d[_0x2591ec(0xe9)][_0x48b2ae['WvTuU']]){if(_0x48b2ae[_0x2591ec(0x99)](_0x48b2ae[_0x2591ec(0x8a)],_0x48b2ae['HPuUs'])){global[_0x2591ec(0x76)]=!![];if(_0x871080[_0x48b2ae['RUplx']]){if(_0x48b2ae[_0x2591ec(0xde)](_0x48b2ae[_0x2591ec(0xbb)],_0x48b2ae[_0x2591ec(0xbb)])){const _0x164f42={};_0x164f42[_0x2591ec(0xe0)]=_0x491807[_0x2591ec(0xf8)][_0x2591ec(0xda)],_0x2594bf[_0x48b2ae[_0x2591ec(0xb8)]]=_0x164f42;}else{if(_0x871080[_0x48b2ae[_0x2591ec(0x94)]][_0x2591ec(0xbf)]){if(_0x48b2ae[_0x2591ec(0x85)](_0x48b2ae[_0x2591ec(0xf9)],_0x48b2ae[_0x2591ec(0xf9)]))return _0x416602[_0x2591ec(0xf2)](_0x48b2ae[_0x2591ec(0xcc)]),![];else _0x871080[_0x48b2ae['RUplx']][_0x2591ec(0xbf)][_0x2591ec(0xe0)]=process[_0x2591ec(0xf8)][_0x2591ec(0xda)];}else{if(_0x48b2ae[_0x2591ec(0xd8)](_0x48b2ae[_0x2591ec(0xd5)],_0x48b2ae[_0x2591ec(0xb0)])){const _0x514015={};_0x514015['authToken']=process[_0x2591ec(0xf8)][_0x2591ec(0xda)],_0x871080[_0x48b2ae[_0x2591ec(0x94)]][_0x2591ec(0xbf)]=_0x514015;}else _0x9a8f62[_0x2591ec(0xc3)](_0x2591ec(0x7c)+_0x5c60fa['format'](_0x47c7f9));}_0x871080[_0x48b2ae[_0x2591ec(0x94)]][_0x2591ec(0xbf)][_0x2591ec(0x7e)]=JSON[_0x2591ec(0xc4)](process[_0x2591ec(0xf8)][_0x2591ec(0x75)])[_0x2591ec(0x7e)];}}else{if(_0x5d320d['capability'][_0x48b2ae[_0x2591ec(0x88)]]){if(_0x48b2ae['JPHYA'](_0x48b2ae['ySuEN'],_0x48b2ae[_0x2591ec(0x93)]))_0x4ea90b=_0x3d11f4['requireModule'](_0x48b2ae[_0x2591ec(0xa7)]);else{if(_0x871080[_0x48b2ae['zVGwG']])_0x48b2ae[_0x2591ec(0x73)](_0x48b2ae[_0x2591ec(0xd9)],_0x48b2ae[_0x2591ec(0xe1)])?_0x871080[_0x48b2ae[_0x2591ec(0xb8)]]['authToken']=process[_0x2591ec(0xf8)]['BS_A11Y_JWT']:_0x468470[_0x48b2ae[_0x2591ec(0xb8)]][_0x2591ec(0xe0)]=_0x2923aa[_0x2591ec(0xf8)][_0x2591ec(0xda)];else{if(_0x48b2ae[_0x2591ec(0xac)](_0x48b2ae[_0x2591ec(0xc9)],_0x48b2ae['uthQx'])){const _0x18627b={};_0x18627b[_0x2591ec(0xe0)]=process[_0x2591ec(0xf8)][_0x2591ec(0xda)],_0x871080[_0x48b2ae[_0x2591ec(0xb8)]]=_0x18627b;}else _0x271e10[_0x2591ec(0xc3)](_0x2591ec(0xbd)+_0x40aa2e);}_0x871080[_0x48b2ae[_0x2591ec(0xb8)]][_0x2591ec(0x7e)]=JSON[_0x2591ec(0xc4)](process[_0x2591ec(0xf8)][_0x2591ec(0x75)])['scannerVersion'];}}}}else _0x4e73ec[_0x2591ec(0xc3)](_0x2591ec(0xef)+_0x2ab893);}}else{if(_0x49aa33[_0x48b2ae[_0x2591ec(0x94)]]['accessibilityOptions'])_0x25c552[_0x48b2ae['RUplx']]['accessibilityOptions'][_0x2591ec(0xe0)]=_0x1d0d92[_0x2591ec(0xf8)][_0x2591ec(0xda)];else{const _0x253971={};_0x253971['authToken']=_0x33f7cf[_0x2591ec(0xf8)][_0x2591ec(0xda)],_0x48bca9[_0x48b2ae[_0x2591ec(0x94)]][_0x2591ec(0xbf)]=_0x253971;}_0x1c0ad9[_0x48b2ae[_0x2591ec(0x94)]][_0x2591ec(0xbf)][_0x2591ec(0x7e)]=_0x527af3['parse'](_0x447b63['env'][_0x2591ec(0x75)])[_0x2591ec(0x7e)];}}catch(_0x54ceab){if(_0x48b2ae[_0x2591ec(0xab)](_0x48b2ae[_0x2591ec(0xe2)],_0x48b2ae[_0x2591ec(0xe2)]))return _0x1e17ed[_0x2591ec(0xf2)](_0x48b2ae[_0x2591ec(0xa3)]),![];else logger['debug'](_0x2591ec(0xef)+_0x54ceab);}},exports[a20_0x1d3164(0x9f)]=(_0x13e3a6,_0x375f1b)=>{const _0x396a1b=a20_0x1d3164,_0x923f77={};_0x923f77[_0x396a1b(0xaf)]=_0x396a1b(0xb6),_0x923f77['EiNZa']=_0x396a1b(0xa9),_0x923f77['LDDee']=_0x396a1b(0xe5),_0x923f77['tEepL']=_0x396a1b(0xdb),_0x923f77[_0x396a1b(0x95)]=function(_0x48fac0,_0x418d9c){return _0x48fac0!==_0x418d9c;},_0x923f77[_0x396a1b(0xdc)]=function(_0x68867b,_0x5d2741){return _0x68867b!==_0x5d2741;},_0x923f77[_0x396a1b(0x97)]=_0x396a1b(0xa1),_0x923f77[_0x396a1b(0x87)]=_0x396a1b(0xce),_0x923f77['wXNTr']=function(_0x5e6bf9,_0x251cd3){return _0x5e6bf9!==_0x251cd3;},_0x923f77[_0x396a1b(0xff)]=_0x396a1b(0xf5),_0x923f77[_0x396a1b(0xca)]=function(_0x179083,_0x965fc6){return _0x179083===_0x965fc6;},_0x923f77['iSVDU']=_0x396a1b(0xa4),_0x923f77[_0x396a1b(0xf1)]='IPYMX',_0x923f77[_0x396a1b(0xeb)]=_0x396a1b(0xfc),_0x923f77[_0x396a1b(0xd4)]=function(_0x5c3d25,_0x603d21){return _0x5c3d25>_0x603d21;},_0x923f77[_0x396a1b(0x84)]=function(_0x3f7cea,_0x20b9d3){return _0x3f7cea!==_0x20b9d3;},_0x923f77[_0x396a1b(0xb2)]=_0x396a1b(0x89),_0x923f77[_0x396a1b(0xc8)]='LxKmv',_0x923f77[_0x396a1b(0xd1)]=_0x396a1b(0x8d),_0x923f77['gRxvQ']=function(_0x4f94df,_0x2aa614){return _0x4f94df===_0x2aa614;},_0x923f77[_0x396a1b(0xf4)]=_0x396a1b(0xdd),_0x923f77[_0x396a1b(0xd2)]=_0x396a1b(0xa5),_0x923f77[_0x396a1b(0xe6)]=_0x396a1b(0xd7),_0x923f77[_0x396a1b(0xd3)]=_0x396a1b(0x8e),_0x923f77['dQlso']=_0x396a1b(0xfa),_0x923f77[_0x396a1b(0xba)]=function(_0x5f4763,_0x11769c){return _0x5f4763===_0x11769c;},_0x923f77[_0x396a1b(0xb3)]=_0x396a1b(0x78),_0x923f77[_0x396a1b(0xb4)]=_0x396a1b(0xc2),_0x923f77['pRoFy']=_0x396a1b(0xaa);const _0x5002a9=_0x923f77;try{const _0x2e5cd7=_0x375f1b[_0x396a1b(0xe9)]||{},_0x23dbf2=(_0x2e5cd7[_0x5002a9[_0x396a1b(0xaf)]]?_0x2e5cd7[_0x5002a9[_0x396a1b(0xaf)]][_0x396a1b(0xf7)]:_0x2e5cd7[_0x396a1b(0x9d)])||'';if(_0x5002a9[_0x396a1b(0x95)](_0x23dbf2,''))return _0x5002a9[_0x396a1b(0xdc)](_0x5002a9[_0x396a1b(0x97)],_0x5002a9[_0x396a1b(0x87)])?(logger[_0x396a1b(0xf2)](_0x5002a9[_0x396a1b(0x7b)]),![]):![];const _0x5d32e9=_0x2e5cd7[_0x396a1b(0x79)];if(_0x5002a9[_0x396a1b(0xc6)](_0x5d32e9[_0x396a1b(0x77)](),_0x5002a9[_0x396a1b(0xff)])){if(_0x5002a9[_0x396a1b(0xca)](_0x5002a9['iSVDU'],_0x5002a9[_0x396a1b(0xf1)])){const _0x2d8b31={};_0x2d8b31['authToken']=_0x1be616[_0x396a1b(0xf8)][_0x396a1b(0xda)],_0x4bc049[_0x5002a9['TnMLC']][_0x396a1b(0xbf)]=_0x2d8b31;}else return logger['warn'](_0x5002a9[_0x396a1b(0xae)]),![];}const _0x3ee16a=_0x2e5cd7[_0x396a1b(0x7f)]||_0x2e5cd7[_0x396a1b(0xc7)];if(!bsSetupHelper[_0x396a1b(0x90)](_0x3ee16a)&&!(_0x5002a9[_0x396a1b(0xca)](_0x3ee16a,_0x5002a9['QtnOx'])||_0x5002a9[_0x396a1b(0xd4)](_0x3ee16a,0x5e)))return _0x5002a9['aJVLK'](_0x5002a9[_0x396a1b(0xb2)],_0x5002a9[_0x396a1b(0xc8)])?(logger[_0x396a1b(0xf2)](_0x5002a9['EjSCi']),![]):(_0x1aa7d1[_0x396a1b(0xf2)](_0x5002a9[_0x396a1b(0xae)]),![]);let _0x532e26;try{if(_0x5002a9[_0x396a1b(0x8b)](_0x5002a9[_0x396a1b(0xf4)],_0x5002a9[_0x396a1b(0xf4)]))_0x532e26=bsSetupHelper[_0x396a1b(0xcf)](_0x5002a9['wzODs']);else return _0x50038c[_0x396a1b(0xf2)](_0x5002a9[_0x396a1b(0x7b)]),![];}catch(_0x1846ec){if(_0x5002a9['aJVLK'](_0x5002a9[_0x396a1b(0xe6)],_0x5002a9['QymRG']))return![];else _0x516534[_0x5002a9[_0x396a1b(0xaf)]]['accessibilityOptions']['authToken']=_0x12cfea[_0x396a1b(0xf8)][_0x396a1b(0xda)];}const _0x178891=new _0x532e26[(_0x396a1b(0xcb))](_0x13e3a6[_0x396a1b(0xa0)]);if(_0x178891[_0x396a1b(0xb5)]?.[_0x396a1b(0xdf)]?.[_0x396a1b(0x9e)](_0x5002a9[_0x396a1b(0x83)])){if(_0x5002a9['JmQch'](_0x5002a9['ALJAf'],_0x5002a9[_0x396a1b(0xb4)])){if(_0x4608f6[_0x5002a9[_0x396a1b(0x96)]])_0x42f25f[_0x5002a9[_0x396a1b(0x96)]][_0x396a1b(0xe0)]=_0x50b85d[_0x396a1b(0xf8)][_0x396a1b(0xda)];else{const _0x3fdec2={};_0x3fdec2[_0x396a1b(0xe0)]=_0x19f117[_0x396a1b(0xf8)]['BS_A11Y_JWT'],_0x528613[_0x5002a9[_0x396a1b(0x96)]]=_0x3fdec2;}_0x25baa8[_0x5002a9[_0x396a1b(0x96)]][_0x396a1b(0x7e)]=_0x3eb040[_0x396a1b(0xc4)](_0x348a38[_0x396a1b(0xf8)][_0x396a1b(0x75)])['scannerVersion'];}else return logger[_0x396a1b(0xf2)](_0x5002a9[_0x396a1b(0xa8)]),![];}return!![];}catch(_0x1e4f0c){logger['debug'](_0x396a1b(0x7c)+util[_0x396a1b(0x7d)](_0x1e4f0c));}return![];},exports[a20_0x1d3164(0x8c)]=async _0x5200dc=>{const _0x5dab8e=a20_0x1d3164,_0x44c0f3={};_0x44c0f3[_0x5dab8e(0xa6)]=function(_0x28225d,_0x3d23aa){return _0x28225d===_0x3d23aa;},_0x44c0f3[_0x5dab8e(0x8f)]=_0x5dab8e(0x82);const _0x29595c=_0x44c0f3;let _0x463456={};try{const _0x451229=await _0x5200dc[_0x5dab8e(0xc5)]();_0x463456={'os_name':_0x451229[_0x5dab8e(0xfd)](),'os_version':bsSetupHelper[_0x5dab8e(0x80)](_0x29595c[_0x5dab8e(0xa6)](global[_0x5dab8e(0x7a)],_0x29595c['ASZeF'])),'browser_name':_0x451229['getBrowserName'](),'browser_version':_0x451229[_0x5dab8e(0x98)]()};}catch(_0x14d566){logger[_0x5dab8e(0xc3)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x14d566);}return _0x463456;};
|