browserstack-node-sdk 1.28.4 → 1.28.5
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/gcs.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/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.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/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/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/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a13_0x48f1(){const _0x4f2b9d=['xeNsH','../cucumber-js/formatter/custom_formatter.js','WMZlE','bRqoj','cRhHe','DaIlj','join','wxVan','uPnzw','OGwqa','lKPRX','testsUnknown','17|20|5|3|10|12|16|11|15|1|2|9|14|19|7|4|8|13|0|6|18','vanilla','prevRun','testsSkipped','Wmlfa','QJBAB','kReqm','THyYA','stdout','OdfUA','cucumber/lib/cli/configuration_builder.js','PrnTv','jiFMr','feuhh','error','indexOf','testSuitesFailed','GMvsB','__platform__',':tmp/','UzDDI','_bsConfig','reporterOptions','vKFJl','@cucumber/cucumber/lib/cli/configuration_builder.js','lnAuo','XDOZJ','YhtgF','97187DTEyBS','XinXT','JylqI','HUQAL','turboScaleUrl','argv','beforeExit','QHmAW','SuUAK','ztpIF','oHiaH','4229434XhWLTZ','RDuZs','zGjMS','qvKuI','supportCodePaths','iokgY','build','11|10|14|19|12|7|18|15|3|16|8|5|6|2|4|1|20|9|13|17|0','HWuGf','jzYlY','testSuites','afterAll','MNxaI','success','unshift','963tuQIhA','hPIkX','formatter','testsFailed','configuration','stYZB','mochaOpts','osFjt','run','chdfm','testsErrorMessage','TtWJw','length','rootHooks','VlZGH','HUamH','stepsPassed','wrgCX','wTNnD','RMTNg','_mochaOpts','ZGafM','armYa','bBZma','LFaYr','cucumber/lib/cli/index.js','pendingUploads','LmCPe','beforeAll','1992hMpazq','stepsUnknown','bciLf','wRQzt','../mocha/test-observability/data-hooks','cucumber-js','KWkJf','platform','WsJoZ','LbvEx','JzhsY','../cucumber-js/formatter/custom_formatter_old_versions.js','splice','../../helpers/test-observability/requestQueueHandler','htyEK','iImPW','FAFGi','qsPbd','exports','_capability','extname','prototype','KSkET','../../helpers/helper','env','Hojto','8QClzpX','WYwFC','XwnRg','afterEach','../mocha/accessibility-automation/helper','335605mAOtwZ','exitCode','omsWT','12AfwBuK','beforeEach','uHgNd','FRVAd','TGYIj','testsPending','XlkCV','sQDLG','thkXW','lqLoZ','VtXqo','CONFIG','BSTACK_DELTA','RmYpm','tpwfz','maxWorkers','eAjRw','wSyXV','scenariosFailed','LjAMV','browserstackAgentObservability','odUsy','capability','_argv','QkuVS','mocha/lib/cli/run-helpers.js','fBWuj','ZeyBf','kNnae','stepsUndefined','CCHAp','isBrowserstackInfra','../utils/constants','vhuOn','__driversArray','ASHns','slgrY','YGhbc','tmp/','_formatter','QSqvT','testsPassed','tmNxE','MoWaz','crbvh','stepsPending','RWzYz','jDqCb','WjtbV','../cucumber-js/test.setup.js','rDcYm','XLwMM','yWZih','JBmit','jXorg','_framework','skipSessionName','iCqsY','JrFiW','euhvI','SbuCA','getInstance','864740pNaSwJ','KaMxm','edeop','FzHhY','../mocha/test.setup','ulidS','default','--format','DMCvb','RiCmJ','rGLBn','DFIdq','szPFe','stepsAmbiguous','14120SGImEe','browserstackAgent','dlbqu','uxWCq','YQUyq','tGkOj','scenarios','umwwq','mochaHooks','_configuration','vDpfc','spec','PcygF','runMocha','TlSrS','pDgkj','xJIaN','cwd','XRKSA','uHKvA','../../helpers/setKeepAlive','assign','push','TbDfS','nJUbT','asnUR','Xboss','dnSBj','ukpoC','cHkYa','LGfxj','vBYpn','stderr','HNtkE','_testObservability','jFHnm','jFSaT','timeout','stepsFailed','steps','xcMWW','djsFr','file','qyNRP','cjKTt','OXGHF','mNanB','browserstackAgentV2','qrgAB','rBbiv','_accessibilityAutomation','stepsSkipped','OMSvl','testsUndefined','dVyyW','mUWbP','DtjvJ','replace','IAqSt','4669kcLMvs','ViJAB','tqKLX','qNqrv','lCUQk','XLdPx','IEKvN','154852BgWMZR','../../index','FmiKc','resolvePaths','orqmy','CWknQ','split','TZfyv','hbtNy','rAenC','pkcFT','processSuccess','lVyyE','../../helpers/test-observability/utils','zsWOl','jRJxz','ZWPIW','catch'];a13_0x48f1=function(){return _0x4f2b9d;};return a13_0x48f1();}const a13_0x4aeee5=a13_0x5e46;(function(_0x40804a,_0x229d85){const _0x3c0cad=a13_0x5e46,_0x415a90=_0x40804a();while(!![]){try{const _0xb61806=parseInt(_0x3c0cad(0x12d))/0x1+-parseInt(_0x3c0cad(0xf3))/0x2*(-parseInt(_0x3c0cad(0x186))/0x3)+parseInt(_0x3c0cad(0x17e))/0x4*(-parseInt(_0x3c0cad(0x183))/0x5)+parseInt(_0x3c0cad(0x164))/0x6*(-parseInt(_0x3c0cad(0xec))/0x7)+parseInt(_0x3c0cad(0xb1))/0x8*(-parseInt(_0x3c0cad(0x147))/0x9)+-parseInt(_0x3c0cad(0xa3))/0xa+parseInt(_0x3c0cad(0x138))/0xb;if(_0xb61806===_0x229d85)break;else _0x415a90['push'](_0x415a90['shift']());}catch(_0x5aff54){_0x415a90['push'](_0x415a90['shift']());}}}(a13_0x48f1,0x27272));function a13_0x5e46(_0x95bd02,_0x45ca3e){const _0x48f10b=a13_0x48f1();return a13_0x5e46=function(_0x5e4645,_0x4bb6fd){_0x5e4645=_0x5e4645-0x9a;let _0x22bd0d=_0x48f10b[_0x5e4645];return _0x22bd0d;},a13_0x5e46(_0x95bd02,_0x45ca3e);}const path=require('path'),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require('../../helpers/helper'),constants=require(a13_0x4aeee5(0x1a6)),{isAccessibilityAutomationSession}=require(a13_0x4aeee5(0x182)),RequestQueueHandler=require(a13_0x4aeee5(0x171)),{isTestObservabilitySession}=require(a13_0x4aeee5(0x100)),helper=require(a13_0x4aeee5(0x17b));class Launcher{constructor(_0x3e7a5a,_0x450506,_0x193a9e,_0x52d189=[]){const _0x456566=a13_0x4aeee5,_0x180c40={'hPIkX':_0x456566(0x111),'lqLoZ':function(_0x4c39d6){return _0x4c39d6();}},_0x39903e=_0x180c40[_0x456566(0x148)][_0x456566(0xf9)]('|');let _0x39ad3d=0x0;while(!![]){switch(_0x39903e[_0x39ad3d++]){case'0':global[_0x456566(0x110)]=0x0;continue;case'1':this['_accessibilityAutomation']=_0x180c40[_0x456566(0x18f)](isAccessibilityAutomationSession);continue;case'2':global[_0x456566(0x142)]=0x0;continue;case'3':this[_0x456566(0x1ad)]=_0x450506[_0x456566(0x149)];continue;case'4':global[_0x456566(0x114)]=0x0;continue;case'5':this['_mochaOpts']=_0x450506[_0x456566(0x14d)];continue;case'6':global['testsAmbiguous']=0x0;continue;case'7':global['testsPending']=0x0;continue;case'8':global['testSuitesFailed']=0x0;continue;case'9':global['totalTests']=0x0;continue;case'10':this['_capability']=this[_0x456566(0xba)]['capability'];continue;case'11':this['_bsConfig']=_0x193a9e;continue;case'12':global['__platform__']=this[_0x456566(0xba)][_0x456566(0x16b)];continue;case'13':global[_0x456566(0xe6)]=0x0;continue;case'14':global['testsPassed']=0x0;continue;case'15':this['_testObservability']=_0x180c40[_0x456566(0x18f)](isTestObservabilitySession);continue;case'16':this[_0x456566(0x19d)]=_0x52d189;continue;case'17':this['_framework']=_0x3e7a5a;continue;case'18':global[_0x456566(0x151)]={};continue;case'19':global[_0x456566(0x14a)]=0x0;continue;case'20':this[_0x456566(0xba)]=_0x450506[_0x456566(0x14b)]||{};continue;}break;}}[a13_0x4aeee5(0x14f)](){const _0x42b0b9=a13_0x4aeee5,_0x3665ce={'RWzYz':function(_0x129148,_0x452cf4){return _0x129148(_0x452cf4);},'kvFwb':_0x42b0b9(0x11b),'VtXqo':_0x42b0b9(0xaa),'armYa':_0x42b0b9(0x16f),'iCqsY':'../cucumber-js/test_old.setup.js','GMvsB':function(_0x497ed7,_0x4bc708){return _0x497ed7(_0x4bc708);},'FmiKc':_0x42b0b9(0x160),'kReqm':function(_0x236555,_0x31a91d){return _0x236555!==_0x31a91d;},'vKFJl':'qUroZ','jDqCb':'IVHQd','fBWuj':function(_0x4d3c95,_0x3ed7ac){return _0x4d3c95(_0x3ed7ac);},'slgrY':function(_0x1d292c,_0x417104){return _0x1d292c!=_0x417104;},'LGfxj':function(_0x3bda6a,_0x397431){return _0x3bda6a>_0x397431;},'cRhHe':function(_0x52fa77,_0x514f0b){return _0x52fa77!=_0x514f0b;},'tqKLX':function(_0x456130,_0x21a345){return _0x456130!=_0x21a345;},'jiFMr':_0x42b0b9(0x129),'rGLBn':_0x42b0b9(0x106),'LjAMV':function(_0x2f9c6c,_0x27264e){return _0x2f9c6c(_0x27264e);},'uPnzw':function(_0x3a5fe6,_0x5bd538){return _0x3a5fe6(_0x5bd538);},'WjtbV':function(_0xe1aacc,_0x256211){return _0xe1aacc>_0x256211;},'jzYlY':_0x42b0b9(0xf4),'wxVan':function(_0x146d31,_0x5443d5){return _0x146d31(_0x5443d5);},'HUQAL':_0x42b0b9(0x168),'JBmit':_0x42b0b9(0x13f),'jFSaT':function(_0x5c45ef){return _0x5c45ef();},'TGYIj':function(_0x2e8d6b,_0x263d00){return _0x2e8d6b===_0x263d00;},'bYPoe':_0x42b0b9(0xe7),'QkuVS':function(_0x99b455,_0x12d151){return _0x99b455<=_0x12d151;},'bRqoj':'nOCiV','jRJxz':_0x42b0b9(0x185),'TlSrS':function(_0x48e8d8,_0x4c805b){return _0x48e8d8(_0x4c805b);},'dnSBj':'../mocha/test-observability/builderPatch','uHKvA':function(_0x456a24,_0x1110b5){return _0x456a24===_0x1110b5;},'tGkOj':_0x42b0b9(0x156),'orqmy':_0x42b0b9(0xaf),'ulidS':function(_0x5c8728,_0x4dbc8e,_0x2e9c9a){return _0x5c8728(_0x4dbc8e,_0x2e9c9a);},'LmCPe':_0x42b0b9(0xff),'dtbrL':_0x42b0b9(0x15e),'osFjt':function(_0x201e37,_0xab56c2){return _0x201e37(_0xab56c2);},'XinXT':function(_0x5ec470,_0x3ac25d){return _0x5ec470(_0x3ac25d);},'jFHnm':'@cucumber/cucumber/lib/cli/index.js','DMCvb':_0x42b0b9(0xe5),'Hojto':_0x42b0b9(0xc5),'cHkYa':function(_0x4cea4c,_0x16017c){return _0x4cea4c==_0x16017c;},'TtWJw':'mocha','QSqvT':_0x42b0b9(0x1b9),'pkcFT':_0x42b0b9(0x19f),'xJIaN':function(_0x4c79b1){return _0x4c79b1();},'bciLf':function(_0xe3f586){return _0xe3f586();},'qvKuI':function(_0x48e4a1,_0x204aef){return _0x48e4a1(_0x204aef);},'DtjvJ':_0x42b0b9(0xa7),'UJJsG':function(_0x268a43){return _0x268a43();},'SbuCA':_0x42b0b9(0x10a),'zsWOl':function(_0x43d6bc,_0x3812c3){return _0x43d6bc(_0x3812c3);},'hbtNy':function(_0x1a69eb,_0x154a8f){return _0x1a69eb!==_0x154a8f;},'lnAuo':_0x42b0b9(0x173),'uxWCq':_0x42b0b9(0xcd),'VlZGH':function(_0x9ba955,_0x2ab544){return _0x9ba955*_0x2ab544;},'WMZlE':function(_0x6185bc,_0xb1bc42){return _0x6185bc==_0xb1bc42;},'OdfUA':_0x42b0b9(0xbd),'asnUR':function(_0x464426,_0x45469f){return _0x464426===_0x45469f;},'KWkJf':_0x42b0b9(0x140),'XLdPx':'../mocha/bstack-reporter/customReporter.js','ViJAB':function(_0x543ef2,_0xde1e5){return _0x543ef2||_0xde1e5;},'sQDLG':_0x42b0b9(0xbc),'CCHAp':function(_0x4d33c2,_0x1cdeb5){return _0x4d33c2===_0x1cdeb5;},'qNqrv':_0x42b0b9(0x1a9),'QHmAW':_0x42b0b9(0xda),'WsJoZ':_0x42b0b9(0xe8),'WYwFC':_0x42b0b9(0x118),'mNanB':function(_0x488177){return _0x488177();},'vhuOn':function(_0x2a03c6,_0x5b85ea){return _0x2a03c6!==_0x5b85ea;},'IEKvN':_0x42b0b9(0xae),'ZWPIW':_0x42b0b9(0x116),'FzHhY':_0x42b0b9(0xa5),'oHiaH':_0x42b0b9(0x139),'iokgY':function(_0x7048f8,_0x4c0762){return _0x7048f8(_0x4c0762);},'LbvEx':function(_0x3c681f){return _0x3c681f();},'SuUAK':_0x42b0b9(0xc0),'IAqSt':_0x42b0b9(0x169),'stQiX':function(_0x4646d8,_0x34a350){return _0x4646d8===_0x34a350;},'vBYpn':_0x42b0b9(0xf8),'crbvh':function(_0x7d6464,_0x415749){return _0x7d6464!==_0x415749;},'XlkCV':_0x42b0b9(0x158),'yWZih':_0x42b0b9(0x18e),'nJUbT':_0x42b0b9(0xc8),'RMTNg':_0x42b0b9(0xb8),'QxqjD':'../cucumber-js/timeout.setup.js','OXGHF':_0x42b0b9(0x189),'JrFiW':'@cucumber/cucumber/lib/api/paths.js','euhvI':_0x42b0b9(0x1b7),'stYZB':function(_0x389c4f,_0x4678aa){return _0x389c4f(_0x4678aa);},'YhtgF':'--parallel','UzDDI':function(_0x24b251,_0x1224a3){return _0x24b251>_0x1224a3;},'JylqI':function(_0x2d03be,_0x1ce8f3){return _0x2d03be<_0x1ce8f3;},'ZeyBf':function(_0x3dbbde,_0x1329a2){return _0x3dbbde(_0x1329a2);},'rDcYm':function(_0x367f66,_0x3241b8){return _0x367f66>_0x3241b8;},'ztpIF':function(_0xabcd80,_0x4e98b2){return _0xabcd80!=_0x4e98b2;},'UzqoH':_0x42b0b9(0x112),'XRKSA':_0x42b0b9(0x133),'feuhh':function(_0x44a24e,_0x5decf8){return _0x44a24e(_0x5decf8);},'tmNxE':function(_0x55308e,_0x69940d){return _0x55308e(_0x69940d);},'tpwfz':function(_0x5c8b71){return _0x5c8b71();}};return new Promise(async(_0x2e30d8,_0x52dd93)=>{const _0x1fef5b=_0x42b0b9,_0x5580b3={'uHgNd':function(_0x1ff228,_0x36e222){const _0x339c6e=a13_0x5e46;return _0x3665ce[_0x339c6e(0x199)](_0x1ff228,_0x36e222);},'RmYpm':_0x3665ce[_0x1fef5b(0x141)],'chdfm':function(_0x590811,_0x3e1301){const _0x21f7a4=_0x1fef5b;return _0x3665ce[_0x21f7a4(0x10c)](_0x590811,_0x3e1301);},'FAFGi':_0x3665ce[_0x1fef5b(0x130)],'cEKbr':_0x3665ce[_0x1fef5b(0x9a)],'zGjMS':function(_0x3ae3d6){const _0x1999a5=_0x1fef5b;return _0x3665ce[_0x1999a5(0xd5)](_0x3ae3d6);},'zMbMQ':function(_0x4ac5fb){return _0x3665ce['jFSaT'](_0x4ac5fb);},'dYDsN':function(_0x1fac53,_0x180469){const _0x5d2700=_0x1fef5b;return _0x3665ce[_0x5d2700(0x18a)](_0x1fac53,_0x180469);},'svKQX':_0x3665ce['bYPoe'],'dlbqu':function(_0x28830d,_0x1dba2d){const _0x19d5ed=_0x1fef5b;return _0x3665ce[_0x19d5ed(0x19e)](_0x28830d,_0x1dba2d);},'xeNsH':function(_0x7a284a,_0x258226){const _0x2a7ef7=_0x1fef5b;return _0x3665ce[_0x2a7ef7(0x117)](_0x7a284a,_0x258226);},'wRQzt':_0x3665ce[_0x1fef5b(0x108)],'ipazq':_0x3665ce[_0x1fef5b(0x102)],'HNtkE':function(_0x420545,_0x5bdadc){const _0x3466ec=_0x1fef5b;return _0x3665ce[_0x3466ec(0x10d)](_0x420545,_0x5bdadc);},'wSyXV':function(_0x8b09f3,_0xf68307){const _0x288e60=_0x1fef5b;return _0x3665ce[_0x288e60(0xbf)](_0x8b09f3,_0xf68307);},'qsPbd':_0x3665ce[_0x1fef5b(0xcc)],'LFaYr':_0x3665ce[_0x1fef5b(0x190)],'qyNRP':function(_0x52f5e8,_0x58e5ff){const _0x4ab4a2=_0x1fef5b;return _0x3665ce[_0x4ab4a2(0xc4)](_0x52f5e8,_0x58e5ff);},'jXorg':_0x3665ce[_0x1fef5b(0xb6)],'rBbiv':_0x3665ce[_0x1fef5b(0xf7)],'yUuwx':function(_0x3eaccd,_0x11cc6f,_0xb994db){const _0x426f02=_0x1fef5b;return _0x3665ce[_0x426f02(0xa8)](_0x3eaccd,_0x11cc6f,_0xb994db);},'XwnRg':function(_0x425834,_0x3faee8){const _0x1ced73=_0x1fef5b;return _0x3665ce[_0x1ced73(0x18a)](_0x425834,_0x3faee8);},'vDpfc':_0x3665ce[_0x1fef5b(0x162)],'Wmlfa':function(_0x2ed8cf,_0x46bd7c){const _0x3eb828=_0x1fef5b;return _0x3665ce[_0x3eb828(0x10d)](_0x2ed8cf,_0x46bd7c);},'MNxaI':_0x3665ce['dtbrL'],'qrgAB':function(_0x5d0d18,_0x5d1fd1){const _0x235064=_0x1fef5b;return _0x3665ce[_0x235064(0x14e)](_0x5d0d18,_0x5d1fd1);},'VSrjG':function(_0x385ebf,_0x3a9f53){const _0x3e11b4=_0x1fef5b;return _0x3665ce[_0x3e11b4(0x12e)](_0x385ebf,_0x3a9f53);},'MoWaz':function(_0x33f3e4,_0x6bb6c4){return _0x3665ce['osFjt'](_0x33f3e4,_0x6bb6c4);},'odUsy':_0x3665ce[_0x1fef5b(0xd4)],'Xboss':_0x3665ce[_0x1fef5b(0xab)],'RiCmJ':function(_0x34975b,_0x3c69c2){return _0x3665ce['TlSrS'](_0x34975b,_0x3c69c2);}};_0x3665ce[_0x1fef5b(0x12e)](require,_0x3665ce[_0x1fef5b(0x17d)])();if(_0x3665ce[_0x1fef5b(0xce)](this[_0x1fef5b(0x9c)],_0x3665ce[_0x1fef5b(0x152)])){if(_0x3665ce[_0x1fef5b(0x117)](_0x3665ce['QSqvT'],_0x3665ce[_0x1fef5b(0x1ae)]))_0x5580b3[_0x1fef5b(0x188)](_0x2c4c58,_0x5580b3[_0x1fef5b(0x193)])[_0x1fef5b(0xe0)](this['_configuration'],null,this['_testObservability']);else{const _0x4cb085=_0x3665ce[_0x1fef5b(0xbf)](requireModule,_0x3665ce[_0x1fef5b(0xfd)]),_0x5ddc93=_0x3665ce[_0x1fef5b(0x12e)](requireModule,_0x3665ce[_0x1fef5b(0x152)]);if(_0x3665ce[_0x1fef5b(0xc1)](isBrowserstackInfra))_0x3665ce[_0x1fef5b(0x166)](modifyCommand);const _0x1605c9=_0x3665ce['qvKuI'](require,_0x3665ce[_0x1fef5b(0xe9)])[_0x1fef5b(0xb9)],_0x41b3c2={};_0x41b3c2[_0x1fef5b(0x163)]=[_0x1605c9[_0x1fef5b(0x163)]],_0x41b3c2[_0x1fef5b(0x187)]=[_0x1605c9[_0x1fef5b(0x187)]],_0x41b3c2[_0x1fef5b(0x143)]=[_0x1605c9[_0x1fef5b(0x143)]],_0x41b3c2[_0x1fef5b(0x181)]=[_0x1605c9[_0x1fef5b(0x181)]];let _0x1e5c2b=_0x41b3c2;if(_0x3665ce['UJJsG'](isTestObservabilitySession)){if(_0x3665ce[_0x1fef5b(0x18a)](_0x3665ce[_0x1fef5b(0xa1)],_0x3665ce['SbuCA'])){const _0x3a6aff=_0x3665ce[_0x1fef5b(0x101)](require,_0x3665ce['HUQAL'])[_0x1fef5b(0xb9)];_0x1e5c2b[_0x1fef5b(0x163)][_0x1fef5b(0x146)](_0x3a6aff[_0x1fef5b(0x163)]),_0x1e5c2b[_0x1fef5b(0x143)]['push'](_0x3a6aff[_0x1fef5b(0x143)]);}else{const _0x3b0a7c=_0x5580b3[_0x1fef5b(0x150)](_0x3867f1,_0x5580b3[_0x1fef5b(0x174)])[_0x1fef5b(0xb9)];_0x9b3577[_0x1fef5b(0x163)][_0x1fef5b(0x146)](_0x3b0a7c[_0x1fef5b(0x163)]),_0x37c220[_0x1fef5b(0x143)][_0x1fef5b(0xc7)](_0x3b0a7c[_0x1fef5b(0x143)]);}}const _0x1e9983=await _0x4cb085['handleRequires'](this[_0x1fef5b(0x15b)]['require']);Object[_0x1fef5b(0xc6)](this['_mochaOpts'],_0x1e9983);this[_0x1fef5b(0x15b)]['rootHooks']&&(_0x3665ce[_0x1fef5b(0xfb)](_0x3665ce[_0x1fef5b(0x12a)],_0x3665ce[_0x1fef5b(0xb4)])?(this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x163)]&&_0x1e5c2b[_0x1fef5b(0x163)][_0x1fef5b(0x146)](...this[_0x1fef5b(0x15b)]['rootHooks'][_0x1fef5b(0x163)]),this[_0x1fef5b(0x15b)]['rootHooks'][_0x1fef5b(0x187)]&&_0x1e5c2b[_0x1fef5b(0x187)][_0x1fef5b(0x146)](...this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x187)]),this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x143)]&&_0x1e5c2b[_0x1fef5b(0x143)][_0x1fef5b(0xc7)](...this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)]['afterAll']),this[_0x1fef5b(0x15b)]['rootHooks']['afterEach']&&_0x1e5c2b[_0x1fef5b(0x181)][_0x1fef5b(0xc7)](...this[_0x1fef5b(0x15b)]['rootHooks'][_0x1fef5b(0x181)])):this[_0x1fef5b(0xba)][_0x1fef5b(0x131)]=this[_0x1fef5b(0x126)][_0x1fef5b(0x131)]);const _0xd73953=this[_0x1fef5b(0x15b)]['reporter'];let _0x2db0a8=_0x3665ce[_0x1fef5b(0x155)](this[_0x1fef5b(0x15b)][_0x1fef5b(0xd6)],0x1);_0x3665ce[_0x1fef5b(0x107)](this[_0x1fef5b(0x15b)]['timeout'],0x0)?_0x3665ce[_0x1fef5b(0xfb)](_0x3665ce[_0x1fef5b(0x11a)],_0x3665ce['OdfUA'])?_0x433ac5[_0x1fef5b(0x170)](_0x298a82,0x1):_0x2db0a8=0x0:_0x3665ce[_0x1fef5b(0xca)](_0x3665ce[_0x1fef5b(0x16a)],_0x3665ce[_0x1fef5b(0x16a)])?_0x2db0a8+=constants[_0x1fef5b(0x192)]:(this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x163)]&&_0x52fd6b['beforeAll']['unshift'](...this[_0x1fef5b(0x15b)]['rootHooks'][_0x1fef5b(0x163)]),this[_0x1fef5b(0x15b)]['rootHooks'][_0x1fef5b(0x187)]&&_0x535e49[_0x1fef5b(0x187)][_0x1fef5b(0x146)](...this[_0x1fef5b(0x15b)]['rootHooks'][_0x1fef5b(0x187)]),this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x143)]&&_0x6e1cc[_0x1fef5b(0x143)][_0x1fef5b(0xc7)](...this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x143)]),this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)][_0x1fef5b(0x181)]&&_0x498260[_0x1fef5b(0x181)][_0x1fef5b(0xc7)](...this[_0x1fef5b(0x15b)][_0x1fef5b(0x154)]['afterEach']));const _0x533576={...this[_0x1fef5b(0x15b)],'reporter':path['join'](__dirname,_0x3665ce[_0x1fef5b(0xf1)]),'reporterOption':{...this['_mochaOpts'][_0x1fef5b(0x127)],'type':_0x3665ce[_0x1fef5b(0xed)](_0xd73953,_0x3665ce[_0x1fef5b(0x18d)]),'testObservability':this['_testObservability'],'bsConfig':this[_0x1fef5b(0x126)]},'parallel':![],'rootHooks':_0x1e5c2b,'isWorker':!![],'timeout':_0x2db0a8};if(helper[_0x1fef5b(0x1a5)]()&&this[_0x1fef5b(0x126)]['testContextOptions'][_0x1fef5b(0x9d)]){if(_0x3665ce[_0x1fef5b(0x1a4)](_0x3665ce[_0x1fef5b(0xef)],_0x3665ce['qNqrv']))global['__skipSessionName']=!![];else{const _0x2ba381=_0x5580b3['cEKbr'][_0x1fef5b(0xf9)]('|');let _0x57a584=0x0;while(!![]){switch(_0x2ba381[_0x57a584++]){case'0':_0x295305['testsErrorMessage']={};continue;case'1':_0x443219['testsSkipped']=0x0;continue;case'2':_0xe93f40['testsFailed']=0x0;continue;case'3':this[_0x1fef5b(0xd3)]=_0x5580b3[_0x1fef5b(0x13a)](_0x3f6b88);continue;case'4':_0x3818f1[_0x1fef5b(0x18b)]=0x0;continue;case'5':_0xc47571['totalTests']=0x0;continue;case'6':_0x44b820[_0x1fef5b(0x1af)]=0x0;continue;case'7':_0x3df0b1[_0x1fef5b(0x123)]=this[_0x1fef5b(0xba)][_0x1fef5b(0x16b)];continue;case'8':_0x103703['testSuites']=0x0;continue;case'9':_0x18638f['testsUndefined']=0x0;continue;case'10':this[_0x1fef5b(0xba)]=_0x52bc2a['configuration']||{};continue;case'11':this[_0x1fef5b(0x9c)]=_0x277f88;continue;case'12':this[_0x1fef5b(0x177)]=this['_configuration'][_0x1fef5b(0x19c)];continue;case'13':_0x3914af[_0x1fef5b(0x110)]=0x0;continue;case'14':this['_mochaOpts']=_0x1f1e93[_0x1fef5b(0x14d)];continue;case'15':this['_bsConfig']=_0x215b9d;continue;case'16':this[_0x1fef5b(0xe3)]=_0x5580b3['zMbMQ'](_0x4121f7);continue;case'17':_0x663b66['testsAmbiguous']=0x0;continue;case'18':this[_0x1fef5b(0x19d)]=_0x92034c;continue;case'19':this[_0x1fef5b(0x1ad)]=_0xb4e84a['formatter'];continue;case'20':_0x4cd38f[_0x1fef5b(0x121)]=0x0;continue;}break;}}}this['_bsConfig']['turboScaleUrl']&&(_0x3665ce[_0x1fef5b(0x18a)](_0x3665ce[_0x1fef5b(0x134)],_0x3665ce[_0x1fef5b(0x134)])?this[_0x1fef5b(0xba)][_0x1fef5b(0x131)]=this[_0x1fef5b(0x126)][_0x1fef5b(0x131)]:(_0x2e1eec=_0x3665ce['RWzYz'](_0x217771,_0x3665ce['kvFwb'])['default'],_0x1c7a62[_0x1fef5b(0xc7)](_0x3665ce['VtXqo']),_0x34170d[_0x1fef5b(0xc7)](_0x22707c[_0x1fef5b(0x10b)](_0x205288,_0x3665ce[_0x1fef5b(0x15d)])),_0x55ae47=_0x3665ce['iCqsY']));let _0x318791=new _0x5ddc93(_0x533576);_0x318791[_0x1fef5b(0x113)]=_0x318791[_0x1fef5b(0x14f)];if(_0x3665ce[_0x1fef5b(0xd5)](isTestObservabilitySession))_0x3665ce[_0x1fef5b(0xc4)](_0x3665ce[_0x1fef5b(0x16c)],_0x3665ce[_0x1fef5b(0x16c)])?_0x318791['run']=function(_0x6e275a){const _0x2dc7fe=_0x1fef5b,_0x36365c={'xNoeP':function(_0x2d72b2,_0x595b20){return _0x5580b3['dYDsN'](_0x2d72b2,_0x595b20);},'KaMxm':_0x5580b3['svKQX'],'lKPRX':function(_0x264418,_0x5e9390){const _0x312dca=a13_0x5e46;return _0x5580b3[_0x312dca(0xb3)](_0x264418,_0x5e9390);},'lCUQk':function(_0x88a5b5,_0x17f2a9){return _0x5580b3['xeNsH'](_0x88a5b5,_0x17f2a9);},'OGwqa':_0x5580b3[_0x2dc7fe(0x167)],'KSkET':_0x5580b3['ipazq'],'XDOZJ':function(_0x3a78e6,_0x512b6f){const _0x1e2031=_0x2dc7fe;return _0x5580b3[_0x1e2031(0xd2)](_0x3a78e6,_0x512b6f);},'eAjRw':function(_0x470ad,_0x57c092){return _0x5580b3['uHgNd'](_0x470ad,_0x57c092);},'YQUyq':function(_0x2ec752,_0x38b140){const _0x2003d0=_0x2dc7fe;return _0x5580b3[_0x2003d0(0x197)](_0x2ec752,_0x38b140);},'YGhbc':function(_0x3e601d,_0x4a7564){return _0x5580b3['chdfm'](_0x3e601d,_0x4a7564);},'xcMWW':_0x5580b3[_0x2dc7fe(0x175)],'wTNnD':_0x5580b3[_0x2dc7fe(0x15f)],'rAenC':function(_0x19d232,_0x143b42){const _0x77ebba=_0x2dc7fe;return _0x5580b3[_0x77ebba(0xdc)](_0x19d232,_0x143b42);},'AAVeD':_0x5580b3[_0x2dc7fe(0x9b)],'ZGafM':_0x5580b3[_0x2dc7fe(0xe2)],'PrnTv':function(_0x3ccf70,_0x1125b3,_0x3631b7){return _0x5580b3['yUuwx'](_0x3ccf70,_0x1125b3,_0x3631b7);}};if(_0x5580b3[_0x2dc7fe(0x180)](_0x5580b3[_0x2dc7fe(0xbb)],_0x5580b3[_0x2dc7fe(0xbb)]))return _0x318791[_0x2dc7fe(0x113)](_0x10f70e=>{const _0xd104cc=_0x2dc7fe,_0x1f8aae={'cjKTt':function(_0x5377cb,_0x12ac58){const _0xb7cdd6=a13_0x5e46;return _0x36365c[_0xb7cdd6(0x1ab)](_0x5377cb,_0x12ac58);},'rxKOn':_0x36365c[_0xd104cc(0xd9)],'AWjrB':_0x36365c[_0xd104cc(0x159)],'JzhsY':function(_0x2b56e1,_0x270bca){return _0x36365c['YGhbc'](_0x2b56e1,_0x270bca);}};if(_0x36365c[_0xd104cc(0xfc)](_0x36365c['AAVeD'],_0x36365c[_0xd104cc(0x15c)]))try{_0x1f8aae[_0xd104cc(0xdd)](_0x50a064,_0x1f8aae['rxKOn'])[_0xd104cc(0x19a)](this['_configuration'],null,this['_testObservability']);}catch(_0x5d4c89){}else{const _0x2f1b6f=_0x36365c[_0xd104cc(0x11c)](setInterval,async()=>{const _0x4c0839=_0xd104cc;if(_0x36365c['xNoeP'](_0x36365c[_0x4c0839(0xa4)],_0x36365c[_0x4c0839(0xa4)])){if(_0x36365c[_0x4c0839(0x10f)](RequestQueueHandler[_0x4c0839(0xa2)]()[_0x4c0839(0x161)],0x0)){if(_0x36365c[_0x4c0839(0xf0)](_0x36365c[_0x4c0839(0x10e)],_0x36365c[_0x4c0839(0x17a)]))_0x36365c[_0x4c0839(0x12b)](clearInterval,_0x2f1b6f),await _0x36365c[_0x4c0839(0x196)](cleanupDrivers,global[_0x4c0839(0x1a8)]),_0x36365c[_0x4c0839(0xb5)](_0x2e30d8,_0x10f70e);else{let _0x5ed1bd='tmp/'+_0xa0f51f+_0x335da6[_0x4c0839(0x178)](_0x4bd77f);_0x3f7a3d['push'](_0x1f8aae['AWjrB']),_0x3636d8['push'](_0x12f6ec+':'+_0x5ed1bd);}}}else _0x1f8aae[_0x4c0839(0x16e)](_0xbce218,_0x272ad6);},0x3e8);}});else _0x36365c[_0x2dc7fe(0x1ab)](_0x1f6b84,_0x337783);}:_0x5580b3[_0x1fef5b(0x115)](_0x42c0f1,_0x5580b3['qsPbd'])[_0x1fef5b(0x19a)](this[_0x1fef5b(0xba)],null,this['_testObservability']);else{if(_0x3665ce[_0x1fef5b(0xca)](_0x3665ce[_0x1fef5b(0x17f)],_0x3665ce[_0x1fef5b(0x17f)]))_0x318791[_0x1fef5b(0x14f)]=function(_0x2ea8bd){const _0x4d3dcc=_0x1fef5b,_0x2b7475={'TZfyv':function(_0x590940,_0x26ca84){const _0x19f011=a13_0x5e46;return _0x3665ce[_0x19f011(0x122)](_0x590940,_0x26ca84);},'htyEK':_0x3665ce[_0x4d3dcc(0xf5)]};if(_0x3665ce[_0x4d3dcc(0x117)](_0x3665ce[_0x4d3dcc(0x128)],_0x3665ce[_0x4d3dcc(0x1b5)]))return _0x318791[_0x4d3dcc(0x113)](async _0x336656=>{const _0x1467fb=_0x4d3dcc;_0x5580b3[_0x1467fb(0x105)](_0x5580b3['MNxaI'],_0x5580b3[_0x1467fb(0x144)])?_0x3e70df=_0x2b7475[_0x1467fb(0xfa)](_0x28b290,_0x2b7475[_0x1467fb(0x172)]):(await _0x5580b3[_0x1467fb(0xe1)](cleanupDrivers,global[_0x1467fb(0x1a8)]),_0x5580b3['VSrjG'](_0x2e30d8,_0x336656));});else _0x3ca117[_0x4d3dcc(0xc7)](_0x5580b3[_0x4d3dcc(0x15f)]),_0x4c296f[_0x4d3dcc(0xc7)](_0x594b25+_0x4d3dcc(0x124)+_0x5ddbea);};else{let _0x1ff694=_0x3665ce[_0x1fef5b(0x1a0)](_0x241f9b,this[_0x1fef5b(0x177)])['replace'](/ /g,'_');if(_0x3665ce[_0x1fef5b(0x1aa)](this[_0x1fef5b(0x1ad)][_0x4162e5],_0x5d163d)&&_0x3665ce[_0x1fef5b(0xcf)](this['_formatter'][_0x2572c0][_0x1fef5b(0x153)],0x0)){let _0x57ed4a=this[_0x1fef5b(0x1ad)][_0x2a9ee7][0x1],_0x4981b8=''+this['_formatter'][_0xa5f99f][0x0];if(_0x3665ce[_0x1fef5b(0x109)](_0x57ed4a,_0x587781)){let _0x306934=_0x1fef5b(0x1ac)+_0x1ff694+_0x42b3c2[_0x1fef5b(0x178)](_0x57ed4a);_0x18093a[_0x1fef5b(0xc7)](_0x3665ce['VtXqo']),_0x376b4d['push'](_0x4981b8+':'+_0x306934);}else _0x27e492['push'](_0x3665ce[_0x1fef5b(0x190)]),_0x37f310[_0x1fef5b(0xc7)](_0x4981b8+_0x1fef5b(0x124)+_0x1ff694);}}}if(_0x3665ce[_0x1fef5b(0xdf)](isTestObservabilitySession)){if(_0x3665ce[_0x1fef5b(0x1a7)](_0x3665ce[_0x1fef5b(0xf2)],_0x3665ce[_0x1fef5b(0x103)]))try{_0x3665ce['vhuOn'](_0x3665ce[_0x1fef5b(0xa6)],_0x3665ce[_0x1fef5b(0x137)])?_0x3665ce[_0x1fef5b(0x13d)](require,_0x3665ce['dnSBj'])[_0x1fef5b(0x19a)](this[_0x1fef5b(0xba)],null,this['_testObservability']):_0x5099ae+=_0x255a31[_0x1fef5b(0x192)];}catch(_0xf1f7d7){}else _0x17332f=_0x5580b3[_0x1fef5b(0x1b1)](_0x5d63a1,_0x5580b3[_0x1fef5b(0x19b)]);}else{if(_0x3665ce[_0x1fef5b(0x16d)](isBrowserstackInfra)){if(_0x3665ce[_0x1fef5b(0x18a)](_0x3665ce['SuUAK'],_0x3665ce[_0x1fef5b(0x135)]))_0x3665ce['wxVan'](require,_0x3665ce[_0x1fef5b(0x141)])[_0x1fef5b(0xe0)](this[_0x1fef5b(0xba)],null,this[_0x1fef5b(0xd3)]);else{let _0x1114c6=this[_0x1fef5b(0x1ad)][_0x2f10d4][0x1],_0x55f984=''+this[_0x1fef5b(0x1ad)][_0x5277ae][0x0];if(_0x3665ce[_0x1fef5b(0xee)](_0x1114c6,_0x26ac81)){let _0x17b1d1=_0x1fef5b(0x1ac)+_0x5aa6ed+_0x2d9898[_0x1fef5b(0x178)](_0x1114c6);_0x23a10c['push'](_0x3665ce[_0x1fef5b(0x190)]),_0x53f56b[_0x1fef5b(0xc7)](_0x55f984+':'+_0x17b1d1);}else _0x1f8897[_0x1fef5b(0xc7)](_0x3665ce[_0x1fef5b(0x190)]),_0x454212[_0x1fef5b(0xc7)](_0x55f984+':tmp/'+_0x35a9ed);}}}const _0x1cc342=_0x4cb085[_0x1fef5b(0xbe)](_0x318791,_0x533576);_0x1cc342&&_0x1cc342[_0x1fef5b(0x104)](_0x2d3571=>{const _0x16ca57=_0x1fef5b,_0x5b4367={'kNnae':function(_0xb58a3c,_0x14e62c){const _0x143955=a13_0x5e46;return _0x5580b3[_0x143955(0x115)](_0xb58a3c,_0x14e62c);}};_0x5580b3[_0x16ca57(0xdc)](_0x5580b3[_0x16ca57(0xcb)],_0x5580b3['Xboss'])?_0x5580b3[_0x16ca57(0xac)](_0x52dd93,_0x2d3571):(_0x5d34e5['error'](_0x88d40a),_0x4eab69[_0x16ca57(0x184)]=0x1,_0x5b4367[_0x16ca57(0x1a2)](_0x53e544,_0x4a1448));});}}else{if(_0x3665ce[_0x1fef5b(0xce)](this[_0x1fef5b(0x9c)],_0x3665ce['IAqSt'])){let _0x4041db;try{_0x3665ce['stQiX'](_0x3665ce[_0x1fef5b(0xd0)],_0x3665ce[_0x1fef5b(0xd0)])?_0x4041db=_0x3665ce['GMvsB'](requireModule,_0x3665ce[_0x1fef5b(0xd4)]):(_0x4224b0=_0x3665ce[_0x1fef5b(0x1a0)](_0x474db2,_0x3665ce['jiFMr'])[_0x1fef5b(0xa9)],_0x26510a[_0x1fef5b(0xc7)](_0x3665ce[_0x1fef5b(0x190)]),_0x41a3c4[_0x1fef5b(0xc7)](_0x361de2[_0x1fef5b(0x10b)](_0x544f53,_0x3665ce[_0x1fef5b(0xad)])));}catch(_0x3f221f){_0x3665ce[_0x1fef5b(0x1b2)](_0x3665ce[_0x1fef5b(0x18c)],_0x3665ce[_0x1fef5b(0x1ba)])?_0x4041db=_0x3665ce[_0x1fef5b(0x14e)](requireModule,_0x3665ce['FmiKc']):_0x28894c['__skipSessionName']=!![];}let _0x374f99=this[_0x1fef5b(0x19d)];const _0x2f2eed=_0x374f99[_0x1fef5b(0x120)](_0x3665ce[_0x1fef5b(0xeb)]);_0x3665ce['WjtbV'](_0x2f2eed,-0x1)&&(_0x3665ce['CCHAp'](_0x3665ce[_0x1fef5b(0xc9)],_0x3665ce[_0x1fef5b(0x15a)])?_0x3a09a2=0x0:_0x374f99[_0x1fef5b(0x170)](_0x2f2eed,0x1));let _0x753288=_0x3665ce['QxqjD'];try{if(_0x3665ce[_0x1fef5b(0x117)](_0x3665ce[_0x1fef5b(0xde)],_0x3665ce[_0x1fef5b(0xde)])){const _0x102925={};_0x102925[_0x1fef5b(0xb7)]=_0x21b2d5,_0x102925[_0x1fef5b(0xd8)]=_0xa115a9,_0x102925[_0x1fef5b(0x198)]=_0x3af2f4,_0x102925[_0x1fef5b(0xd7)]=_0x25b6af,_0x102925[_0x1fef5b(0x157)]=_0xd52037,_0x102925['stepsSkipped']=_0x5269cd,_0x102925[_0x1fef5b(0x1b3)]=_0x15843a,_0x102925[_0x1fef5b(0x1a3)]=_0x37a749,_0x102925['stepsUnknown']=_0x16b584,_0x102925['stepsAmbiguous']=_0xbbf06,_0x102925[_0x1fef5b(0xfe)]=_0x308b99[_0x1fef5b(0x145)],_0x102925[_0x1fef5b(0x151)]=_0x4a10db;let _0x454ba0=_0x102925;_0x3665ce[_0x1fef5b(0x1b4)](_0x208296,_0x454ba0);}else{const _0x4d6f97=_0x3665ce[_0x1fef5b(0x13b)](requireModule,_0x3665ce[_0x1fef5b(0x9f)]);let _0x102601=_0x4d6f97[_0x1fef5b(0xf6)];_0x4d6f97.resolvePaths=async function(...args){let {unexpandedFeaturePaths,featurePaths,requirePaths,importPaths}=await _0x102601(...args);requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x753288)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x374f99['push'](_0x3665ce[_0x1fef5b(0x190)]),_0x374f99[_0x1fef5b(0xc7)](path[_0x1fef5b(0x10b)](__dirname,_0x3665ce[_0x1fef5b(0xad)]));}}catch(_0x42d712){let _0x15d369=_0x3665ce[_0x1fef5b(0xa0)],_0x7e80c1;try{_0x7e80c1=_0x3665ce['wxVan'](requireModule,_0x3665ce[_0x1fef5b(0x11d)])[_0x1fef5b(0xa9)],_0x374f99['push'](_0x3665ce[_0x1fef5b(0x190)]),_0x374f99['push'](path[_0x1fef5b(0x10b)](__dirname,_0x3665ce[_0x1fef5b(0xad)]));}catch(_0x46c015){_0x7e80c1=_0x3665ce[_0x1fef5b(0x14c)](requireModule,_0x3665ce['kvFwb'])[_0x1fef5b(0xa9)],_0x374f99['push'](_0x3665ce[_0x1fef5b(0x190)]),_0x374f99[_0x1fef5b(0xc7)](path[_0x1fef5b(0x10b)](__dirname,_0x3665ce[_0x1fef5b(0x15d)])),_0x15d369=_0x3665ce[_0x1fef5b(0x9e)];}let _0x1c8214=_0x7e80c1[_0x1fef5b(0x179)]['build'];_0x7e80c1[_0x1fef5b(0x179)][_0x1fef5b(0x13e)]=async function(){const _0x55df66=_0x1fef5b;let _0x3ae89c=await _0x1c8214['call'](this);return _0x3ae89c['supportCodePaths'][_0x55df66(0x146)](path[_0x55df66(0x10b)](__dirname,_0x15d369)),_0x3ae89c[_0x55df66(0x13c)][_0x55df66(0xc7)](path['join'](__dirname,_0x753288)),_0x3ae89c;};}_0x374f99[_0x1fef5b(0xc7)](_0x3665ce[_0x1fef5b(0x12c)]),_0x374f99[_0x1fef5b(0xc7)](''+this[_0x1fef5b(0xba)][_0x1fef5b(0x195)]);if(this[_0x1fef5b(0x1ad)]&&_0x3665ce[_0x1fef5b(0x125)](this[_0x1fef5b(0x1ad)][_0x1fef5b(0x153)],0x0))for(let _0xd264db=0x0;_0x3665ce[_0x1fef5b(0x12f)](_0xd264db,this[_0x1fef5b(0x1ad)][_0x1fef5b(0x153)]);_0xd264db++){let _0x1b75f7=_0x3665ce[_0x1fef5b(0x1a1)](getPlatformName,this[_0x1fef5b(0x177)])[_0x1fef5b(0xea)](/ /g,'_');if(_0x3665ce['cRhHe'](this['_formatter'][_0xd264db],undefined)&&_0x3665ce[_0x1fef5b(0x1b8)](this['_formatter'][_0xd264db][_0x1fef5b(0x153)],0x0)){let _0x1cd787=this[_0x1fef5b(0x1ad)][_0xd264db][0x1],_0x405aef=''+this[_0x1fef5b(0x1ad)][_0xd264db][0x0];if(_0x3665ce[_0x1fef5b(0x136)](_0x1cd787,undefined)){let _0x4f4617=_0x1fef5b(0x1ac)+_0x1b75f7+path[_0x1fef5b(0x178)](_0x1cd787);_0x374f99[_0x1fef5b(0xc7)](_0x3665ce[_0x1fef5b(0x190)]),_0x374f99[_0x1fef5b(0xc7)](_0x405aef+':'+_0x4f4617);}else _0x374f99[_0x1fef5b(0xc7)](_0x3665ce[_0x1fef5b(0x190)]),_0x374f99['push'](_0x405aef+':tmp/'+_0x1b75f7);}}let _0x466453=new _0x4041db['default']({'argv':_0x374f99,'cwd':process[_0x1fef5b(0xc2)](),'stdout':process[_0x1fef5b(0x119)],'stderr':process[_0x1fef5b(0xd1)],'env':process[_0x1fef5b(0x17c)]});process[_0x1fef5b(0x17c)][_0x1fef5b(0x191)]=JSON['stringify'](this[_0x1fef5b(0xba)]),_0x466453['run']()['then'](_0x39a961=>{const _0x1c5d1c=_0x1fef5b,_0x4ed2fb={};_0x4ed2fb[_0x1c5d1c(0xb7)]=testSuites,_0x4ed2fb['steps']=totalTests,_0x4ed2fb[_0x1c5d1c(0x198)]=testSuitesFailed,_0x4ed2fb[_0x1c5d1c(0xd7)]=testsFailed,_0x4ed2fb['stepsPassed']=testsPassed,_0x4ed2fb[_0x1c5d1c(0xe4)]=testsSkipped,_0x4ed2fb['stepsPending']=testsPending,_0x4ed2fb[_0x1c5d1c(0x1a3)]=testsUndefined,_0x4ed2fb[_0x1c5d1c(0x165)]=testsUnknown,_0x4ed2fb[_0x1c5d1c(0xb0)]=testsAmbiguous,_0x4ed2fb[_0x1c5d1c(0xfe)]=_0x39a961['success'],_0x4ed2fb[_0x1c5d1c(0x151)]=testsErrorMessage;let _0x8e35f7=_0x4ed2fb;_0x3665ce[_0x1c5d1c(0x199)](_0x2e30d8,_0x8e35f7);})[_0x1fef5b(0x104)](_0x57fdd=>{const _0x42d04c=_0x1fef5b;_0x3665ce[_0x42d04c(0x10d)](_0x52dd93,_0x57fdd);});}else{if(_0x3665ce['CCHAp'](this[_0x1fef5b(0x9c)],_0x3665ce['UzqoH'])){process[_0x1fef5b(0x132)]=this[_0x1fef5b(0xba)]['args'];try{_0x3665ce[_0x1fef5b(0xdf)](modifyCommand),_0x3665ce[_0x1fef5b(0x1a1)](require,_0x3665ce['jzYlY'])[_0x1fef5b(0xb2)](this[_0x1fef5b(0xba)]);let _0x1b3c68=0x0;process['on'](_0x3665ce[_0x1fef5b(0xc3)],async()=>{const _0x1b50d0=_0x1fef5b;if(_0x3665ce[_0x1b50d0(0x1b6)](_0x1b3c68,0x0))return;_0x1b3c68++,await _0x3665ce[_0x1b50d0(0x122)](cleanupDrivers,global[_0x1b50d0(0x1a8)]);}),_0x3665ce[_0x1fef5b(0x11e)](require,this['_configuration'][_0x1fef5b(0xdb)]);}catch(_0x4ba314){console[_0x1fef5b(0x11f)](_0x4ba314),process['exitCode']=0x1,_0x3665ce[_0x1fef5b(0x1b0)](_0x52dd93,_0x4ba314);}_0x3665ce[_0x1fef5b(0x194)](_0x2e30d8);}}}});}}module[a13_0x4aeee5(0x176)]=Launcher;
|
|
1
|
+
function a13_0x1303(_0x431cd9,_0x68b61d){const _0x50f293=a13_0x50f2();return a13_0x1303=function(_0x1303ff,_0x20353d){_0x1303ff=_0x1303ff-0xc8;let _0x4758fa=_0x50f293[_0x1303ff];return _0x4758fa;},a13_0x1303(_0x431cd9,_0x68b61d);}function a13_0x50f2(){const _0x25e256=['hpKEw','stepsPending','14274TeNzQw','uFQas','KxkFq','kQEnw','testSuites','stepsSkipped','BSTACK_DELTA','YIqHc','hfRpB','iGKCq','TbWxU','drqsz','--format','Coxjw','../mocha/test-observability/builderPatch','NyOtb','maxWorkers','LXdwZ','AYixx','Hcjre','TTznH','MIXRM','testContextOptions','YkrDq','env','DuaMo','3667923DdFfCf','bwZEv','KLYEW','_bsConfig','Yhgvz','../mocha/bstack-reporter/customReporter.js','../mocha/test.setup','tTxvv','CONFIG','ImCon','KtOHH','OamtV','xNSfL','stringify','vTpvY','TEWWS','testsFailed','ePChd','12658239IWzXRC','sIuGH','__skipSessionName','ZeOSA','hIuVm','HQpLH','Tfydy','NCTAS','qARHQ','pendingUploads','then','formatter','prototype','ODvkG','afterAll','stepsFailed','bsayO','rhLbu','xLwkc','scenarios','HugLw','kLgmi','spec','@cucumber/cucumber/lib/cli/index.js','12|2|19|0|9|15|6|3|4|10|1|17|8|20|14|11|18|16|7|5|13','RgXcW','platform','split','IJbWa','SKODi','../cucumber-js/test_old.setup.js','testsUndefined','WvSam','bnCPA','../../helpers/test-observability/requestQueueHandler','HgmMa','vanilla','VZAtC','iorPA','skipSessionName','require','../../helpers/test-observability/utils','MtCnj','testsAmbiguous','testsPending','GARnJ','success','../cucumber-js/timeout.setup.js','WjVFE','capability','VYCQp','qaPPd','ZTOEV','sBSAO','mocha','replace','catch','14|8|4|19|17|10|0|13|7|18|5|20|15|2|9|11|3|16|12|6|1','OVJbi','Ongjx','bEXtj','__driversArray','cucumber-js','tIJQr','eXUcu','wJkfV','tlvas','nkDoa','1926860kbPYXf','scenariosFailed','unshift','EvgQE','40GqbMpy','browserstackAgentObservability','stepsUndefined','args','HEPhy','DPZhL','_framework','stepsPassed','bWnIE','tKKHK','urOaA','FYDkG','TEIMf','daAZI','_mochaOpts','UCPpo','_testObservability','file','vCbZI','rootHooks','ipzDL','HGbWl','WsTEL','TrmDO','INuPN','LqSeh','_capability','emZUF','XYUDD','getInstance','rdrCd','chBrh','XQrps','length','assign','HToxj','jcMDj','error','zwXJS','zEtfK','indexOf','rJqTT','BZGFv','timeout','dIkeY','GbFLQ','@cucumber/cucumber/lib/api/paths.js','processSuccess','yrGsT','DPLlh','_configuration','@cucumber/cucumber/lib/cli/configuration_builder.js','fLUGm',':tmp/','1048719ZXKVNb','YKFcr','MfKYA','KOGvc','njMiZ','default','exitCode','Szhtv','biCgc','hlwBV','build','join','stepsUnknown','configuration','unTTJ','../../helpers/setKeepAlive','_argv','MduGb','testsSkipped','1218616xqpsGd','Lupdf','../mocha/test-observability/data-hooks','bNSch','totalTests','bISww','beforeAll','qknKD','dSjpz','985smPGqU','iuCGb','QUJsY','testsErrorMessage','run','../cucumber-js/formatter/custom_formatter_old_versions.js','522342hVDHtK','_formatter','hsYgH','cthAp','cucumber/lib/cli/configuration_builder.js','romXy','SsptG','beforeEach','KqErl','nKjyq','DOQQn','call','IsHGG','YafNf','eiUwl','YlCWj','ILyug','CXpzL','mocha/lib/cli/run-helpers.js','extname','gOLlY','GkDzn','BUEuu','__platform__','fCrmJ','testsPassed','mochaOpts','stepsAmbiguous','vmRlu','DRWAH','nMdjF','JmhDS','NLNOB','stdout','OFzyY','reporterOptions','CDTNd','Iwlpb','cwd','aftOj','testsUnknown','steps','exports','RScfY','../cucumber-js/formatter/custom_formatter.js','mochaHooks','UwkaK','prevRun','push','tmp/','afterEach','TUDuA','iVZjC','../../helpers/helper','turboScaleUrl','lDnZh','handleRequires','beforeExit','cucumber/lib/cli/index.js','qkwOC','zPVah','_accessibilityAutomation'];a13_0x50f2=function(){return _0x25e256;};return a13_0x50f2();}const a13_0x4f4c73=a13_0x1303;(function(_0x1ef3d5,_0x404d32){const _0xe8a289=a13_0x1303,_0xa011c3=_0x1ef3d5();while(!![]){try{const _0xe37e32=-parseInt(_0xe8a289(0x1ba))/0x1+-parseInt(_0xe8a289(0x1ab))/0x2+-parseInt(_0xe8a289(0x108))/0x3+parseInt(_0xe8a289(0x15e))/0x4+-parseInt(_0xe8a289(0x1b4))/0x5*(-parseInt(_0xe8a289(0xee))/0x6)+parseInt(_0xe8a289(0x198))/0x7*(parseInt(_0xe8a289(0x162))/0x8)+parseInt(_0xe8a289(0x11a))/0x9;if(_0xe37e32===_0x404d32)break;else _0xa011c3['push'](_0xa011c3['shift']());}catch(_0x1c00bd){_0xa011c3['push'](_0xa011c3['shift']());}}}(a13_0x50f2,0xb781b));const path=require('path'),{requireModule,modifyCommand,getPlatformName,cleanupDrivers,isBrowserstackInfra}=require(a13_0x4f4c73(0xe3)),constants=require('../utils/constants'),{isAccessibilityAutomationSession}=require('../mocha/accessibility-automation/helper'),RequestQueueHandler=require(a13_0x4f4c73(0x13c)),{isTestObservabilitySession}=require(a13_0x4f4c73(0x143)),helper=require(a13_0x4f4c73(0xe3));class Launcher{constructor(_0x5df600,_0x4cc81e,_0x4f41df,_0x2ef96e=[]){const _0x638c8c=a13_0x4f4c73,_0x528807={'IJbWa':_0x638c8c(0x153),'gOLlY':function(_0x59c982){return _0x59c982();}},_0x42d898=_0x528807[_0x638c8c(0x136)][_0x638c8c(0x135)]('|');let _0x2d3b52=0x0;while(!![]){switch(_0x42d898[_0x2d3b52++]){case'0':this[_0x638c8c(0x1a8)]=_0x2ef96e;continue;case'1':global[_0x638c8c(0x1b7)]={};continue;case'2':global[_0x638c8c(0x118)]=0x0;continue;case'3':global['testSuitesFailed']=0x0;continue;case'4':this[_0x638c8c(0x170)]=_0x4cc81e[_0x638c8c(0xc8)];continue;case'5':global[_0x638c8c(0xf2)]=0x0;continue;case'6':global[_0x638c8c(0x145)]=0x0;continue;case'7':this[_0x638c8c(0x172)]=_0x528807[_0x638c8c(0x1ce)](isTestObservabilitySession);continue;case'8':this['_configuration']=_0x4cc81e[_0x638c8c(0x1a5)]||{};continue;case'9':global[_0x638c8c(0x146)]=0x0;continue;case'10':global[_0x638c8c(0x1d1)]=this[_0x638c8c(0x194)][_0x638c8c(0x134)];continue;case'11':global[_0x638c8c(0x1aa)]=0x0;continue;case'12':global[_0x638c8c(0xd6)]=0x0;continue;case'13':this[_0x638c8c(0x10b)]=_0x4f41df;continue;case'14':this['_framework']=_0x5df600;continue;case'15':global[_0x638c8c(0x1d3)]=0x0;continue;case'16':global[_0x638c8c(0x139)]=0x0;continue;case'17':this['_capability']=this[_0x638c8c(0x194)]['capability'];continue;case'18':this[_0x638c8c(0xeb)]=_0x528807['gOLlY'](isAccessibilityAutomationSession);continue;case'19':this[_0x638c8c(0x1bb)]=_0x4cc81e['formatter'];continue;case'20':global['totalTests']=0x0;continue;}break;}}[a13_0x4f4c73(0x1b8)](){const _0x63dbc2=a13_0x4f4c73,_0x303a8d={'DRsdp':function(_0x3668da,_0x2d246f){return _0x3668da!=_0x2d246f;},'ipzDL':_0x63dbc2(0xfa),'OFzyY':_0x63dbc2(0x132),'fLUGm':function(_0x525e33){return _0x525e33();},'HToxj':function(_0x23d5c7,_0x1edbdb){return _0x23d5c7!==_0x1edbdb;},'zDTvx':'rYkgT','xZUbH':_0x63dbc2(0x10c),'GkDzn':function(_0x3b2910,_0x536c81){return _0x3b2910<=_0x536c81;},'WvSam':function(_0x16ffd0,_0x65f39a){return _0x16ffd0===_0x65f39a;},'tlvas':_0x63dbc2(0x100),'HgmMa':function(_0x3554ee,_0x409e0b){return _0x3554ee(_0x409e0b);},'chBrh':function(_0x4d1cdd,_0x1146e4){return _0x4d1cdd(_0x1146e4);},'xLwkc':_0x63dbc2(0x1be),'MtCnj':_0x63dbc2(0x1b9),'emZUF':_0x63dbc2(0x138),'NCTAS':function(_0x4534c3,_0x356a51){return _0x4534c3!==_0x356a51;},'XYUDD':_0x63dbc2(0x13b),'DXzqD':_0x63dbc2(0x1ad),'RUEqb':function(_0x59a678,_0x367a76){return _0x59a678(_0x367a76);},'iuCGb':_0x63dbc2(0xe8),'HugLw':_0x63dbc2(0x195),'tKKHK':_0x63dbc2(0xda),'YIqHc':_0x63dbc2(0xfc),'DPZhL':function(_0x43598c,_0x493610){return _0x43598c(_0x493610);},'dSjpz':function(_0x5d6b1e,_0xea4feb){return _0x5d6b1e>_0xea4feb;},'ImCon':_0x63dbc2(0x133),'HwzsM':_0x63dbc2(0x161),'tTxvv':function(_0x2ddeb5,_0x50f784,_0x545681){return _0x2ddeb5(_0x50f784,_0x545681);},'vTpvY':'../../index','cthAp':function(_0xd50f6d,_0x5adb89){return _0xd50f6d===_0x5adb89;},'eXUcu':_0x63dbc2(0xcb),'bNSch':_0x63dbc2(0xf6),'Iwlpb':_0x63dbc2(0xcc),'TEWWS':function(_0x775840,_0x2cca02){return _0x775840!==_0x2cca02;},'Ongjx':'cUwDL','ILyug':_0x63dbc2(0x131),'SsptG':function(_0x26ceee,_0x269648){return _0x26ceee(_0x269648);},'sBSAO':_0x63dbc2(0x1a7),'jcMDj':function(_0x4c66fd,_0xde5474){return _0x4c66fd==_0xde5474;},'DPLlh':_0x63dbc2(0x150),'FYDkG':function(_0x53c3c4,_0x2f6b17){return _0x53c3c4!==_0x2f6b17;},'zwXJS':'SvBfj','njMiZ':function(_0x54d46a,_0x3ab90a){return _0x54d46a(_0x3ab90a);},'UUOkK':_0x63dbc2(0x1cc),'hIuVm':function(_0x4f4909,_0x1255f6){return _0x4f4909(_0x1255f6);},'Pnlfk':function(_0x249f6f,_0x49ca81){return _0x249f6f(_0x49ca81);},'Szhtv':_0x63dbc2(0x10e),'VZAtC':function(_0x335d2a){return _0x335d2a();},'OamtV':function(_0x34fe00,_0x3baa0f){return _0x34fe00!==_0x3baa0f;},'SKODi':_0x63dbc2(0xfd),'RScfY':'PzIDS','ybXKM':function(_0x4f7ec8,_0x2764b5){return _0x4f7ec8(_0x2764b5);},'KxkFq':_0x63dbc2(0x12b),'rJqTT':_0x63dbc2(0xe2),'nkDoa':function(_0x35727f,_0x1dcfca){return _0x35727f*_0x1dcfca;},'BUEuu':function(_0x366c4d,_0x522ace){return _0x366c4d===_0x522ace;},'IsHGG':_0x63dbc2(0xe9),'iorPA':'hwLuR','uFQas':_0x63dbc2(0x109),'UCPpo':_0x63dbc2(0x10d),'lOvKd':function(_0x2cf129,_0x166815){return _0x2cf129||_0x166815;},'hsYgH':_0x63dbc2(0x130),'iGKCq':_0x63dbc2(0x11d),'xjSvB':function(_0x273b6b,_0x50c0fe){return _0x273b6b===_0x50c0fe;},'wJkfV':_0x63dbc2(0x156),'INuPN':_0x63dbc2(0x1c8),'BZGFv':'UbQwm','tIJQr':function(_0x35defb,_0x343a07){return _0x35defb===_0x343a07;},'ZTOEV':_0x63dbc2(0x1c9),'YkrDq':function(_0x495f7a){return _0x495f7a();},'lDnZh':function(_0x2ec184,_0x1b539c){return _0x2ec184===_0x1b539c;},'HEPhy':'jooHC','sIuGH':_0x63dbc2(0x177),'zPVah':function(_0x36d000,_0x567e3a){return _0x36d000===_0x567e3a;},'HJRVc':'QHZJy','bWnIE':function(_0x2d4f04,_0x2119d4){return _0x2d4f04(_0x2119d4);},'romXy':function(_0x10ab0e){return _0x10ab0e();},'VYCQp':function(_0x24f4e8,_0x2a80d4){return _0x24f4e8!==_0x2a80d4;},'fmwZf':'ttZDx','bISww':_0x63dbc2(0x158),'MCwKX':_0x63dbc2(0x1a6),'LicjV':_0x63dbc2(0x102),'PjAzG':function(_0x5c4df7,_0x35949f){return _0x5c4df7(_0x35949f);},'drqsz':function(_0x48a590,_0x887da8){return _0x48a590!==_0x887da8;},'fCrmJ':_0x63dbc2(0x16c),'Hcjre':function(_0x3a855e,_0x10ba49){return _0x3a855e(_0x10ba49);},'WsTEL':function(_0x59a34a,_0x1c71ca){return _0x59a34a===_0x1c71ca;},'farCc':_0x63dbc2(0x17b),'Coxjw':_0x63dbc2(0x1c7),'qaPPd':_0x63dbc2(0x149),'qARHQ':_0x63dbc2(0x103),'vytwk':function(_0x24b8ff,_0x25c775){return _0x24b8ff(_0x25c775);},'SeHvi':_0x63dbc2(0x190),'DuaMo':'../cucumber-js/test.setup.js','hpKEw':function(_0x31630d,_0x4c7a6a){return _0x31630d(_0x4c7a6a);},'TEIMf':'--parallel','TUDuA':function(_0x700c9a,_0x59882f){return _0x700c9a<_0x59882f;},'KLYEW':function(_0x337b17,_0x4d306b){return _0x337b17!=_0x4d306b;},'vmRlu':function(_0x4a0ec3,_0x4230ce){return _0x4a0ec3===_0x4230ce;},'oZKyM':_0x63dbc2(0x13e),'rdrCd':function(_0x31f7d6){return _0x31f7d6();},'biCgc':function(_0x49d31b,_0x1818c5){return _0x49d31b(_0x1818c5);},'VMkWD':_0x63dbc2(0xe7),'yrGsT':function(_0x9bfc8b){return _0x9bfc8b();}};return new Promise(async(_0x3baae3,_0x4b7af0)=>{const _0x1865b7=_0x63dbc2,_0x5988b5={'daAZI':function(_0x46ed23,_0x1c1cce){return _0x303a8d['HgmMa'](_0x46ed23,_0x1c1cce);},'IOENj':_0x303a8d[_0x1865b7(0x1b5)],'hlwBV':_0x303a8d[_0x1865b7(0x12e)],'WjVFE':_0x303a8d[_0x1865b7(0x176)],'GbFLQ':_0x303a8d[_0x1865b7(0x16b)],'HQpLH':_0x303a8d[_0x1865b7(0xf5)],'dIkeY':function(_0x530050,_0x5516f1){const _0x443eaa=_0x1865b7;return _0x303a8d[_0x443eaa(0x167)](_0x530050,_0x5516f1);},'FCCyl':function(_0x20762f,_0x6387b9){return _0x303a8d['DRsdp'](_0x20762f,_0x6387b9);},'ePChd':function(_0x12a386,_0x5aba50){const _0x2b4da2=_0x1865b7;return _0x303a8d[_0x2b4da2(0x1b3)](_0x12a386,_0x5aba50);},'kQEnw':function(_0x14285e,_0x4d253e){const _0x4d54cf=_0x1865b7;return _0x303a8d[_0x4d54cf(0x121)](_0x14285e,_0x4d253e);},'XQrps':_0x303a8d[_0x1865b7(0x111)],'JmhDS':_0x303a8d['HwzsM'],'ODvkG':function(_0x2a6022,_0x2cd582,_0x446fa8){const _0x260d2b=_0x1865b7;return _0x303a8d[_0x260d2b(0x10f)](_0x2a6022,_0x2cd582,_0x446fa8);},'zEtfK':function(_0x11f212,_0x43283f){const _0x5973a2=_0x1865b7;return _0x303a8d[_0x5973a2(0x167)](_0x11f212,_0x43283f);},'KtOHH':_0x303a8d[_0x1865b7(0x116)],'OfHhi':function(_0x396821,_0x1cb978){const _0x5411dd=_0x1865b7;return _0x303a8d[_0x5411dd(0x1bd)](_0x396821,_0x1cb978);},'QFrjV':_0x303a8d[_0x1865b7(0x15a)],'Lupdf':_0x303a8d[_0x1865b7(0x1ae)],'AgQHM':_0x303a8d[_0x1865b7(0xd3)],'nkmhQ':function(_0x533fd4,_0x15dfe1){const _0x1bd77a=_0x1865b7;return _0x303a8d[_0x1bd77a(0x117)](_0x533fd4,_0x15dfe1);},'vCbZI':_0x303a8d[_0x1865b7(0x155)],'LXdwZ':function(_0x16b00b,_0x1e445a){return _0x303a8d['RUEqb'](_0x16b00b,_0x1e445a);},'DOQQn':_0x303a8d[_0x1865b7(0x1ca)],'YKFcr':function(_0x54dbf5,_0x2c8743){return _0x303a8d['dSjpz'](_0x54dbf5,_0x2c8743);},'bsayO':function(_0x4472a6,_0x3b1b0f){const _0x34ea20=_0x1865b7;return _0x303a8d[_0x34ea20(0x1c0)](_0x4472a6,_0x3b1b0f);}};_0x303a8d['SsptG'](require,_0x303a8d[_0x1865b7(0x14f)])();if(_0x303a8d[_0x1865b7(0x186)](this[_0x1865b7(0x168)],_0x303a8d['DPLlh'])){if(_0x303a8d[_0x1865b7(0x16d)](_0x303a8d[_0x1865b7(0x188)],_0x303a8d[_0x1865b7(0x188)]))this[_0x1865b7(0x194)]['turboScaleUrl']=this[_0x1865b7(0x10b)]['turboScaleUrl'];else{const _0x21c97f=_0x303a8d[_0x1865b7(0x19c)](requireModule,_0x303a8d['UUOkK']),_0x564a36=_0x303a8d[_0x1865b7(0x11e)](requireModule,_0x303a8d[_0x1865b7(0x193)]);if(_0x303a8d[_0x1865b7(0x196)](isBrowserstackInfra))_0x303a8d[_0x1865b7(0x196)](modifyCommand);const _0x3d93b6=_0x303a8d['Pnlfk'](require,_0x303a8d[_0x1865b7(0x19f)])[_0x1865b7(0xdb)],_0x420e9a={};_0x420e9a[_0x1865b7(0x1b1)]=[_0x3d93b6[_0x1865b7(0x1b1)]],_0x420e9a[_0x1865b7(0x1c1)]=[_0x3d93b6[_0x1865b7(0x1c1)]],_0x420e9a[_0x1865b7(0x128)]=[_0x3d93b6[_0x1865b7(0x128)]],_0x420e9a['afterEach']=[_0x3d93b6[_0x1865b7(0xe0)]];let _0x3a9562=_0x420e9a;if(_0x303a8d[_0x1865b7(0x13f)](isTestObservabilitySession)){if(_0x303a8d[_0x1865b7(0x113)](_0x303a8d[_0x1865b7(0x137)],_0x303a8d[_0x1865b7(0xd9)])){const _0x140a73=_0x303a8d['ybXKM'](require,_0x303a8d['DXzqD'])['mochaHooks'];_0x3a9562[_0x1865b7(0x1b1)]['unshift'](_0x140a73[_0x1865b7(0x1b1)]),_0x3a9562[_0x1865b7(0x128)][_0x1865b7(0xde)](_0x140a73[_0x1865b7(0x128)]);}else _0x3ed4f9=_0x5988b5[_0x1865b7(0x16f)](_0x4f7166,_0x5988b5['IOENj']);}const _0x320d1f=await _0x21c97f[_0x1865b7(0xe6)](this['_mochaOpts'][_0x1865b7(0x142)]);Object[_0x1865b7(0x184)](this[_0x1865b7(0x170)],_0x320d1f);this[_0x1865b7(0x170)]['rootHooks']&&(_0x303a8d[_0x1865b7(0x13a)](_0x303a8d[_0x1865b7(0xf0)],_0x303a8d[_0x1865b7(0x18b)])?_0x5988b5[_0x1865b7(0x16f)](_0xb01ab9,_0x5192a4):(this[_0x1865b7(0x170)]['rootHooks'][_0x1865b7(0x1b1)]&&_0x3a9562['beforeAll'][_0x1865b7(0x160)](...this[_0x1865b7(0x170)][_0x1865b7(0x175)][_0x1865b7(0x1b1)]),this[_0x1865b7(0x170)]['rootHooks'][_0x1865b7(0x1c1)]&&_0x3a9562['beforeEach'][_0x1865b7(0x160)](...this[_0x1865b7(0x170)][_0x1865b7(0x175)][_0x1865b7(0x1c1)]),this['_mochaOpts'][_0x1865b7(0x175)][_0x1865b7(0x128)]&&_0x3a9562[_0x1865b7(0x128)][_0x1865b7(0xde)](...this[_0x1865b7(0x170)][_0x1865b7(0x175)][_0x1865b7(0x128)]),this[_0x1865b7(0x170)][_0x1865b7(0x175)][_0x1865b7(0xe0)]&&_0x3a9562['afterEach']['push'](...this[_0x1865b7(0x170)][_0x1865b7(0x175)][_0x1865b7(0xe0)])));const _0x479031=this['_mochaOpts']['reporter'];let _0x55cd3f=_0x303a8d[_0x1865b7(0x15d)](this[_0x1865b7(0x170)][_0x1865b7(0x18d)],0x1);_0x303a8d['jcMDj'](this['_mochaOpts']['timeout'],0x0)?_0x303a8d[_0x1865b7(0x1d0)](_0x303a8d[_0x1865b7(0x1c6)],_0x303a8d[_0x1865b7(0x140)])?_0x5e799b=0x0:_0x55cd3f=0x0:_0x303a8d[_0x1865b7(0x13a)](_0x303a8d[_0x1865b7(0xef)],_0x303a8d[_0x1865b7(0xef)])?_0x55cd3f+=constants[_0x1865b7(0xf4)]:(_0x187b24=_0x5988b5[_0x1865b7(0x16f)](_0x4e3f5a,_0x5988b5[_0x1865b7(0x1a1)])[_0x1865b7(0x19d)],_0x48ad6e[_0x1865b7(0xde)](_0x5988b5['WjVFE']),_0x32ca55[_0x1865b7(0xde)](_0x15131a['join'](_0x42d859,_0x5988b5[_0x1865b7(0x18f)])));const _0x541ac2={...this[_0x1865b7(0x170)],'reporter':path[_0x1865b7(0x1a3)](__dirname,_0x303a8d[_0x1865b7(0x171)]),'reporterOption':{...this[_0x1865b7(0x170)][_0x1865b7(0xd1)],'type':_0x303a8d['lOvKd'](_0x479031,_0x303a8d[_0x1865b7(0x1bc)]),'testObservability':this['_testObservability'],'bsConfig':this['_bsConfig']},'parallel':![],'rootHooks':_0x3a9562,'isWorker':!![],'timeout':_0x55cd3f};if(helper['isBrowserstackInfra']()&&this[_0x1865b7(0x10b)][_0x1865b7(0x104)][_0x1865b7(0x141)]){if(_0x303a8d[_0x1865b7(0x113)](_0x303a8d[_0x1865b7(0xf7)],_0x303a8d['iGKCq']))try{_0x5988b5[_0x1865b7(0x16f)](_0x15561e,_0x5988b5[_0x1865b7(0x11f)])[_0x1865b7(0x163)](this[_0x1865b7(0x194)],null,this[_0x1865b7(0x172)]);}catch(_0x3b7fb5){}else global[_0x1865b7(0x11c)]=!![];}if(this[_0x1865b7(0x10b)][_0x1865b7(0xe4)]){if(_0x303a8d['xjSvB'](_0x303a8d[_0x1865b7(0x15b)],_0x303a8d[_0x1865b7(0x17a)])){let _0x1d7511=this[_0x1865b7(0x1bb)][_0x4dba97][0x1],_0x37878b=''+this[_0x1865b7(0x1bb)][_0x5953ca][0x0];if(_0x303a8d['DRsdp'](_0x1d7511,_0x36b357)){let _0x1035d3=_0x1865b7(0xdf)+_0x2ab6c5+_0x385925[_0x1865b7(0x1cd)](_0x1d7511);_0xceb6fe[_0x1865b7(0xde)](_0x303a8d[_0x1865b7(0x176)]),_0x3c635b[_0x1865b7(0xde)](_0x37878b+':'+_0x1035d3);}else _0x1d09e4[_0x1865b7(0xde)](_0x303a8d[_0x1865b7(0x176)]),_0x273a13[_0x1865b7(0xde)](_0x37878b+_0x1865b7(0x197)+_0x2c1d1a);}else this[_0x1865b7(0x194)][_0x1865b7(0xe4)]=this[_0x1865b7(0x10b)][_0x1865b7(0xe4)];}let _0x2b0ce4=new _0x564a36(_0x541ac2);_0x2b0ce4[_0x1865b7(0xdd)]=_0x2b0ce4[_0x1865b7(0x1b8)];if(_0x303a8d[_0x1865b7(0x13f)](isTestObservabilitySession)){if(_0x303a8d[_0x1865b7(0x185)](_0x303a8d['BZGFv'],_0x303a8d[_0x1865b7(0x18c)])){const _0x2c82cb=_0x303a8d[_0x1865b7(0xd0)][_0x1865b7(0x135)]('|');let _0x213dc0=0x0;while(!![]){switch(_0x2c82cb[_0x213dc0++]){case'0':this[_0x1865b7(0x1bb)]=_0x4272cb[_0x1865b7(0x125)];continue;case'1':_0x187ca0[_0x1865b7(0xf2)]=0x0;continue;case'2':this['_configuration']=_0x242110['configuration']||{};continue;case'3':this[_0x1865b7(0x10b)]=_0x109398;continue;case'4':this[_0x1865b7(0x172)]=_0x303a8d[_0x1865b7(0x196)](_0x2cdc98);continue;case'5':_0x308468[_0x1865b7(0x145)]=0x0;continue;case'6':this[_0x1865b7(0x1a8)]=_0xb56697;continue;case'7':_0x7db65c[_0x1865b7(0xd6)]=0x0;continue;case'8':_0x5b9a94[_0x1865b7(0x1d3)]=0x0;continue;case'9':this[_0x1865b7(0x17c)]=this[_0x1865b7(0x194)][_0x1865b7(0x14b)];continue;case'10':this[_0x1865b7(0xeb)]=_0x303a8d[_0x1865b7(0x196)](_0x34002a);continue;case'11':_0x4f5ab8[_0x1865b7(0x1aa)]=0x0;continue;case'12':this[_0x1865b7(0x168)]=_0x34b523;continue;case'13':_0x2615b2['testsErrorMessage']={};continue;case'14':_0x37f0bb[_0x1865b7(0x146)]=0x0;continue;case'15':_0x364f0f[_0x1865b7(0x1d1)]=this[_0x1865b7(0x194)][_0x1865b7(0x134)];continue;case'16':_0x1e69ab[_0x1865b7(0x139)]=0x0;continue;case'17':_0x2649c0[_0x1865b7(0x1af)]=0x0;continue;case'18':_0x613efa['testSuitesFailed']=0x0;continue;case'19':this[_0x1865b7(0x170)]=_0x94d115[_0x1865b7(0xc8)];continue;case'20':_0x2873e1[_0x1865b7(0x118)]=0x0;continue;}break;}}else _0x2b0ce4[_0x1865b7(0x1b8)]=function(_0x345ebe){const _0x210462=_0x1865b7,_0x1a869e={'MduGb':function(_0x1badc4,_0x31c662){return _0x303a8d['HToxj'](_0x1badc4,_0x31c662);},'HbYPq':_0x303a8d['zDTvx'],'OVJbi':_0x303a8d['xZUbH'],'TbWxU':function(_0x36a13a,_0x511ce6){const _0x324246=a13_0x1303;return _0x303a8d[_0x324246(0x1cf)](_0x36a13a,_0x511ce6);},'dGBqJ':function(_0x2278bc,_0x2d397c){return _0x303a8d['WvSam'](_0x2278bc,_0x2d397c);},'UwkaK':_0x303a8d[_0x210462(0x15c)],'MmoTM':function(_0x3a0461,_0x2fa4f3){return _0x303a8d['HgmMa'](_0x3a0461,_0x2fa4f3);},'NLNOB':function(_0x4108a9,_0x17e833){return _0x303a8d['chBrh'](_0x4108a9,_0x17e833);},'qknKD':_0x303a8d[_0x210462(0x12c)],'TrmDO':_0x303a8d['ipzDL'],'QUJsY':_0x303a8d[_0x210462(0x144)],'aftOj':_0x303a8d['emZUF']};if(_0x303a8d[_0x210462(0x121)](_0x303a8d[_0x210462(0x17e)],_0x303a8d[_0x210462(0x17e)]))this[_0x210462(0x170)][_0x210462(0x175)][_0x210462(0x1b1)]&&_0x3e26f5[_0x210462(0x1b1)][_0x210462(0x160)](...this[_0x210462(0x170)]['rootHooks'][_0x210462(0x1b1)]),this[_0x210462(0x170)][_0x210462(0x175)][_0x210462(0x1c1)]&&_0x4de951[_0x210462(0x1c1)][_0x210462(0x160)](...this[_0x210462(0x170)][_0x210462(0x175)][_0x210462(0x1c1)]),this['_mochaOpts'][_0x210462(0x175)][_0x210462(0x128)]&&_0x6346cf[_0x210462(0x128)]['push'](...this['_mochaOpts']['rootHooks']['afterAll']),this[_0x210462(0x170)][_0x210462(0x175)][_0x210462(0xe0)]&&_0x1b89a6[_0x210462(0xe0)][_0x210462(0xde)](...this['_mochaOpts'][_0x210462(0x175)][_0x210462(0xe0)]);else return _0x2b0ce4[_0x210462(0xdd)](_0x48d1ff=>{const _0x1d7fc9=_0x210462,_0x72f0d={'GARnJ':function(_0x4d667e,_0x267040){const _0x4065b0=a13_0x1303;return _0x5988b5[_0x4065b0(0x18e)](_0x4d667e,_0x267040);},'Tfydy':function(_0x3010bc,_0x2f086d){return _0x5988b5['FCCyl'](_0x3010bc,_0x2f086d);},'uNcoP':function(_0x2f9a28,_0x314c3b){const _0x5d7869=a13_0x1303;return _0x5988b5[_0x5d7869(0x119)](_0x2f9a28,_0x314c3b);},'CXpzL':_0x5988b5[_0x1d7fc9(0x14a)]};if(_0x5988b5[_0x1d7fc9(0xf1)](_0x5988b5[_0x1d7fc9(0x182)],_0x5988b5[_0x1d7fc9(0xcd)])){const _0x16b55b=_0x5988b5[_0x1d7fc9(0x127)](setInterval,async()=>{const _0x6fadf9=_0x1d7fc9;if(_0x1a869e[_0x6fadf9(0x1a9)](_0x1a869e['HbYPq'],_0x1a869e[_0x6fadf9(0x154)]))_0x1a869e[_0x6fadf9(0xf8)](RequestQueueHandler[_0x6fadf9(0x17f)]()[_0x6fadf9(0x123)],0x0)&&(_0x1a869e['dGBqJ'](_0x1a869e[_0x6fadf9(0xdc)],_0x1a869e[_0x6fadf9(0xdc)])?(_0x1a869e['MmoTM'](clearInterval,_0x16b55b),await _0x1a869e[_0x6fadf9(0xce)](cleanupDrivers,global['__driversArray']),_0x1a869e[_0x6fadf9(0xce)](_0x3baae3,_0x48d1ff)):_0x27245a['splice'](_0x582729,0x1));else{let _0x2dbc27=_0x72f0d[_0x6fadf9(0x147)](_0x393492,this[_0x6fadf9(0x17c)])[_0x6fadf9(0x151)](/ /g,'_');if(_0x72f0d[_0x6fadf9(0x120)](this[_0x6fadf9(0x1bb)][_0x3914c1],_0x12426d)&&_0x72f0d['uNcoP'](this[_0x6fadf9(0x1bb)][_0x348a69][_0x6fadf9(0x183)],0x0)){let _0x1fbda9=this[_0x6fadf9(0x1bb)][_0x4efe1c][0x1],_0xe0c6da=''+this['_formatter'][_0x3bd42f][0x0];if(_0x72f0d[_0x6fadf9(0x120)](_0x1fbda9,_0x593bcf)){let _0x12a013=_0x6fadf9(0xdf)+_0x2dbc27+_0x4adcfd[_0x6fadf9(0x1cd)](_0x1fbda9);_0x13ebfa[_0x6fadf9(0xde)](_0x72f0d[_0x6fadf9(0x1cb)]),_0x761889[_0x6fadf9(0xde)](_0xe0c6da+':'+_0x12a013);}else _0x4edbe6[_0x6fadf9(0xde)](_0x72f0d[_0x6fadf9(0x1cb)]),_0x290b04[_0x6fadf9(0xde)](_0xe0c6da+_0x6fadf9(0x197)+_0x2dbc27);}}},0x3e8);}else _0x388378=_0x1a869e['MmoTM'](_0x428e86,_0x1a869e[_0x1d7fc9(0x1b2)])[_0x1d7fc9(0x19d)],_0x7b4504[_0x1d7fc9(0xde)](_0x1a869e[_0x1d7fc9(0x179)]),_0x331d7c['push'](_0xe5ee18[_0x1d7fc9(0x1a3)](_0x51fb88,_0x1a869e[_0x1d7fc9(0x1b6)])),_0x13c6c0=_0x1a869e[_0x1d7fc9(0xd5)];});};}else _0x303a8d[_0x1865b7(0x159)](_0x303a8d['ZTOEV'],_0x303a8d[_0x1865b7(0x14e)])?_0x2b0ce4[_0x1865b7(0x1b8)]=function(_0x39d70f){const _0x2ab727=_0x1865b7,_0x1ad743={'nKjyq':function(_0xedb632,_0x38bd1a){const _0x3cbb44=a13_0x1303;return _0x5988b5[_0x3cbb44(0x189)](_0xedb632,_0x38bd1a);},'KOGvc':function(_0x53f88f,_0x6c58bf){const _0x3d230d=a13_0x1303;return _0x5988b5[_0x3d230d(0x16f)](_0x53f88f,_0x6c58bf);},'VlIPS':_0x5988b5[_0x2ab727(0x112)],'KqErl':function(_0x2391cf,_0x1764da){return _0x5988b5['OfHhi'](_0x2391cf,_0x1764da);},'xNSfL':_0x5988b5['QFrjV'],'CDTNd':function(_0x1de046,_0x24ab6e){const _0x223e3d=_0x2ab727;return _0x5988b5[_0x223e3d(0x16f)](_0x1de046,_0x24ab6e);}};if(_0x5988b5['OfHhi'](_0x5988b5[_0x2ab727(0x1ac)],_0x5988b5['AgQHM'])){const _0x317b96={};_0x317b96['scenarios']=_0x4985fc,_0x317b96[_0x2ab727(0xd7)]=_0x58686f,_0x317b96[_0x2ab727(0x15f)]=_0x44a145,_0x317b96[_0x2ab727(0x129)]=_0x4325ad,_0x317b96['stepsPassed']=_0x96226f,_0x317b96[_0x2ab727(0xf3)]=_0x1d08be,_0x317b96[_0x2ab727(0xed)]=_0x2997fe,_0x317b96[_0x2ab727(0x164)]=_0x159bc7,_0x317b96[_0x2ab727(0x1a4)]=_0x4a59dd,_0x317b96[_0x2ab727(0xc9)]=_0x2ff826,_0x317b96[_0x2ab727(0x191)]=_0x1297d8[_0x2ab727(0x148)],_0x317b96[_0x2ab727(0x1b7)]=_0x3cd8c7;let _0x1f5970=_0x317b96;_0x1ad743[_0x2ab727(0x1c3)](_0x38e77a,_0x1f5970);}else return _0x2b0ce4[_0x2ab727(0xdd)](async _0x9bfc6b=>{const _0x109f63=_0x2ab727,_0x10e63b={'kLgmi':function(_0x8fd4ea,_0x163176){const _0x2f68a6=a13_0x1303;return _0x1ad743[_0x2f68a6(0x19b)](_0x8fd4ea,_0x163176);},'MfKYA':_0x1ad743['VlIPS']};_0x1ad743[_0x109f63(0x1c2)](_0x1ad743[_0x109f63(0x114)],_0x1ad743[_0x109f63(0x114)])?(await _0x1ad743[_0x109f63(0x1c3)](cleanupDrivers,global[_0x109f63(0x157)]),_0x1ad743[_0x109f63(0xd2)](_0x3baae3,_0x9bfc6b)):_0x10e63b[_0x109f63(0x12f)](_0x26975b,_0x10e63b[_0x109f63(0x19a)])['browserstackAgentV2'](this['_configuration'],null,this[_0x109f63(0x172)]);});}:(_0x367a19['push'](_0x303a8d['ipzDL']),_0x29259d[_0x1865b7(0xde)](_0x4dc34c+_0x1865b7(0x197)+_0x501240));if(_0x303a8d[_0x1865b7(0x105)](isTestObservabilitySession)){if(_0x303a8d[_0x1865b7(0xe5)](_0x303a8d[_0x1865b7(0x166)],_0x303a8d[_0x1865b7(0x11b)]))_0x441ca9[_0x1865b7(0x187)](_0x784f2d),_0x2f3402['exitCode']=0x1,_0x5988b5['zEtfK'](_0x457d97,_0x41ac3b);else try{if(_0x303a8d[_0x1865b7(0xea)](_0x303a8d['HJRVc'],_0x303a8d['HJRVc']))_0x303a8d[_0x1865b7(0x16a)](require,_0x303a8d[_0x1865b7(0xf5)])[_0x1865b7(0x163)](this['_configuration'],null,this['_testObservability']);else{const _0x51c5ca=_0x303a8d[_0x1865b7(0x13d)](_0x105782,_0x303a8d['DXzqD'])[_0x1865b7(0xdb)];_0x5ae312[_0x1865b7(0x1b1)][_0x1865b7(0x160)](_0x51c5ca[_0x1865b7(0x1b1)]),_0x121972[_0x1865b7(0x128)][_0x1865b7(0xde)](_0x51c5ca[_0x1865b7(0x128)]);}}catch(_0x287d80){}}else _0x303a8d[_0x1865b7(0x1bf)](isBrowserstackInfra)&&(_0x303a8d[_0x1865b7(0x14c)](_0x303a8d['fmwZf'],_0x303a8d['fmwZf'])?_0x303a8d[_0x1865b7(0x181)](_0x2f6eaa,_0x5060c4):_0x303a8d[_0x1865b7(0x181)](require,_0x303a8d[_0x1865b7(0x116)])['browserstackAgentV2'](this[_0x1865b7(0x194)],null,this[_0x1865b7(0x172)]));const _0x436fb0=_0x21c97f['runMocha'](_0x2b0ce4,_0x541ac2);_0x436fb0&&_0x436fb0[_0x1865b7(0x152)](_0x1da140=>{const _0x7eee03=_0x1865b7;_0x5988b5['nkmhQ'](_0x5988b5[_0x7eee03(0x174)],_0x5988b5['vCbZI'])?_0x4a395d['__skipSessionName']=!![]:_0x5988b5[_0x7eee03(0x18e)](_0x4b7af0,_0x1da140);});}}else{if(_0x303a8d['jcMDj'](this[_0x1865b7(0x168)],_0x303a8d['bISww'])){let _0x183133;try{_0x303a8d[_0x1865b7(0x1d0)](_0x303a8d['MCwKX'],_0x303a8d['LicjV'])?_0x5e16a7+=_0x5bfe53[_0x1865b7(0xf4)]:_0x183133=_0x303a8d['PjAzG'](requireModule,_0x303a8d[_0x1865b7(0x1ca)]);}catch(_0x5dc211){if(_0x303a8d[_0x1865b7(0xf9)](_0x303a8d[_0x1865b7(0x1d2)],_0x303a8d[_0x1865b7(0x1d2)])){let _0x4bf53c=_0x1865b7(0xdf)+_0x13a8b9+_0xc9b82c[_0x1865b7(0x1cd)](_0x5d823c);_0x5d139a[_0x1865b7(0xde)](_0x303a8d['ipzDL']),_0xd9dcea['push'](_0x562cf1+':'+_0x4bf53c);}else _0x183133=_0x303a8d[_0x1865b7(0x101)](requireModule,_0x303a8d[_0x1865b7(0x1b5)]);}let _0x13f7e4=this[_0x1865b7(0x1a8)];const _0x24922a=_0x13f7e4[_0x1865b7(0x18a)](_0x303a8d[_0x1865b7(0x1b0)]);_0x303a8d[_0x1865b7(0x1b3)](_0x24922a,-0x1)&&(_0x303a8d[_0x1865b7(0x178)](_0x303a8d['farCc'],_0x303a8d[_0x1865b7(0xfb)])?_0x5988b5['daAZI'](_0x453835,_0x5988b5[_0x1865b7(0x11f)])[_0x1865b7(0x163)](this[_0x1865b7(0x194)],null,this[_0x1865b7(0x172)]):_0x13f7e4['splice'](_0x24922a,0x1));let _0x4dfe50=_0x303a8d[_0x1865b7(0x14d)];try{if(_0x303a8d['FYDkG'](_0x303a8d[_0x1865b7(0x122)],_0x303a8d['qARHQ']))_0x30cdc3=_0x5988b5[_0x1865b7(0xff)](_0x1ab087,_0x5988b5[_0x1865b7(0x1c4)]);else{const _0x431ebb=_0x303a8d['vytwk'](requireModule,_0x303a8d['SeHvi']);let _0x5a25bd=_0x431ebb['resolvePaths'];_0x431ebb.resolvePaths=async function(...args){let {unexpandedFeaturePaths,featurePaths,requirePaths,importPaths}=await _0x5a25bd(...args);requirePaths=[path.join(__dirname,'../cucumber-js/test.setup.js'),...requirePaths,path.join(__dirname,_0x4dfe50)];return{unexpandedFeaturePaths,featurePaths,requirePaths,importPaths};},_0x13f7e4[_0x1865b7(0xde)](_0x303a8d['ipzDL']),_0x13f7e4[_0x1865b7(0xde)](path[_0x1865b7(0x1a3)](__dirname,_0x303a8d[_0x1865b7(0x16b)]));}}catch(_0x4912b5){let _0x37ede8=_0x303a8d[_0x1865b7(0x107)],_0x117c50;try{_0x117c50=_0x303a8d[_0x1865b7(0x167)](requireModule,_0x303a8d[_0x1865b7(0x12e)])[_0x1865b7(0x19d)],_0x13f7e4['push'](_0x303a8d['ipzDL']),_0x13f7e4[_0x1865b7(0xde)](path['join'](__dirname,_0x303a8d['tKKHK']));}catch(_0x306636){_0x117c50=_0x303a8d[_0x1865b7(0xec)](requireModule,_0x303a8d[_0x1865b7(0x12c)])[_0x1865b7(0x19d)],_0x13f7e4[_0x1865b7(0xde)](_0x303a8d['ipzDL']),_0x13f7e4[_0x1865b7(0xde)](path[_0x1865b7(0x1a3)](__dirname,_0x303a8d['MtCnj'])),_0x37ede8=_0x303a8d[_0x1865b7(0x17d)];}let _0x481923=_0x117c50[_0x1865b7(0x126)]['build'];_0x117c50[_0x1865b7(0x126)][_0x1865b7(0x1a2)]=async function(){const _0x3c2e83=_0x1865b7;let _0x551316=await _0x481923[_0x3c2e83(0x1c5)](this);return _0x551316['supportCodePaths']['unshift'](path[_0x3c2e83(0x1a3)](__dirname,_0x37ede8)),_0x551316['supportCodePaths'][_0x3c2e83(0xde)](path[_0x3c2e83(0x1a3)](__dirname,_0x4dfe50)),_0x551316;};}_0x13f7e4['push'](_0x303a8d[_0x1865b7(0x16e)]),_0x13f7e4['push'](''+this[_0x1865b7(0x194)][_0x1865b7(0xfe)]);if(this[_0x1865b7(0x1bb)]&&_0x303a8d['dSjpz'](this[_0x1865b7(0x1bb)]['length'],0x0))for(let _0xa6300d=0x0;_0x303a8d[_0x1865b7(0xe1)](_0xa6300d,this[_0x1865b7(0x1bb)][_0x1865b7(0x183)]);_0xa6300d++){let _0x55b384=_0x303a8d[_0x1865b7(0x101)](getPlatformName,this[_0x1865b7(0x17c)])['replace'](/ /g,'_');if(_0x303a8d[_0x1865b7(0x10a)](this[_0x1865b7(0x1bb)][_0xa6300d],undefined)&&_0x303a8d['dSjpz'](this[_0x1865b7(0x1bb)][_0xa6300d][_0x1865b7(0x183)],0x0)){let _0x4afba3=this[_0x1865b7(0x1bb)][_0xa6300d][0x1],_0x585081=''+this[_0x1865b7(0x1bb)][_0xa6300d][0x0];if(_0x303a8d['KLYEW'](_0x4afba3,undefined)){let _0x34feb6=_0x1865b7(0xdf)+_0x55b384+path[_0x1865b7(0x1cd)](_0x4afba3);_0x13f7e4[_0x1865b7(0xde)](_0x303a8d['ipzDL']),_0x13f7e4[_0x1865b7(0xde)](_0x585081+':'+_0x34feb6);}else _0x13f7e4[_0x1865b7(0xde)](_0x303a8d[_0x1865b7(0x176)]),_0x13f7e4[_0x1865b7(0xde)](_0x585081+_0x1865b7(0x197)+_0x55b384);}}let _0x42d957=new _0x183133[(_0x1865b7(0x19d))]({'argv':_0x13f7e4,'cwd':process[_0x1865b7(0xd4)](),'stdout':process[_0x1865b7(0xcf)],'stderr':process['stderr'],'env':process['env']});process[_0x1865b7(0x106)][_0x1865b7(0x110)]=JSON[_0x1865b7(0x115)](this[_0x1865b7(0x194)]),_0x42d957['run']()[_0x1865b7(0x124)](_0x2ce281=>{const _0x1a2235=_0x1865b7,_0x461d7c={};_0x461d7c[_0x1a2235(0x12d)]=testSuites,_0x461d7c[_0x1a2235(0xd7)]=totalTests,_0x461d7c[_0x1a2235(0x15f)]=testSuitesFailed,_0x461d7c[_0x1a2235(0x129)]=testsFailed,_0x461d7c[_0x1a2235(0x169)]=testsPassed,_0x461d7c[_0x1a2235(0xf3)]=testsSkipped,_0x461d7c['stepsPending']=testsPending,_0x461d7c[_0x1a2235(0x164)]=testsUndefined,_0x461d7c['stepsUnknown']=testsUnknown,_0x461d7c['stepsAmbiguous']=testsAmbiguous,_0x461d7c[_0x1a2235(0x191)]=_0x2ce281[_0x1a2235(0x148)],_0x461d7c['testsErrorMessage']=testsErrorMessage;let _0x2e05ce=_0x461d7c;_0x303a8d['RUEqb'](_0x3baae3,_0x2e05ce);})[_0x1865b7(0x152)](_0x279cb8=>{_0x5988b5['daAZI'](_0x4b7af0,_0x279cb8);});}else{if(_0x303a8d[_0x1865b7(0xca)](this[_0x1865b7(0x168)],_0x303a8d['oZKyM'])){process['argv']=this[_0x1865b7(0x194)][_0x1865b7(0x165)];try{_0x303a8d[_0x1865b7(0x180)](modifyCommand),_0x303a8d[_0x1865b7(0x1a0)](require,_0x303a8d[_0x1865b7(0x116)])['browserstackAgent'](this['_configuration']);let _0x2a68c2=0x0;process['on'](_0x303a8d['VMkWD'],async()=>{const _0x390261=_0x1865b7;if(_0x5988b5[_0x390261(0x199)](_0x2a68c2,0x0))return;_0x2a68c2++,await _0x5988b5[_0x390261(0x12a)](cleanupDrivers,global[_0x390261(0x157)]);}),_0x303a8d['SsptG'](require,this['_configuration'][_0x1865b7(0x173)]);}catch(_0x3586e6){console[_0x1865b7(0x187)](_0x3586e6),process[_0x1865b7(0x19e)]=0x1,_0x303a8d[_0x1865b7(0x11e)](_0x4b7af0,_0x3586e6);}_0x303a8d[_0x1865b7(0x192)](_0x3baae3);}}}});}}module[a13_0x4f4c73(0xd8)]=Launcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a14_0x4d3e1a=a14_0x5dad;(function(_0x15e558,_0x3a20a8){const _0x1a0a5f=a14_0x5dad,_0x391894=_0x15e558();while(!![]){try{const _0x55a80a=parseInt(_0x1a0a5f(0x155))/0x1*(-parseInt(_0x1a0a5f(0x149))/0x2)+parseInt(_0x1a0a5f(0x142))/0x3*(-parseInt(_0x1a0a5f(0x179))/0x4)+-parseInt(_0x1a0a5f(0x1f0))/0x5*(-parseInt(_0x1a0a5f(0x1d5))/0x6)+-parseInt(_0x1a0a5f(0x141))/0x7*(parseInt(_0x1a0a5f(0x19b))/0x8)+-parseInt(_0x1a0a5f(0x200))/0x9*(parseInt(_0x1a0a5f(0x17c))/0xa)+parseInt(_0x1a0a5f(0x144))/0xb*(parseInt(_0x1a0a5f(0x192))/0xc)+parseInt(_0x1a0a5f(0x1b5))/0xd*(parseInt(_0x1a0a5f(0x20a))/0xe);if(_0x55a80a===_0x3a20a8)break;else _0x391894['push'](_0x391894['shift']());}catch(_0x33e312){_0x391894['push'](_0x391894['shift']());}}}(a14_0x3c5a,0x70959));function a14_0x5dad(_0x29e947,_0xcb2481){const _0x3c5abc=a14_0x3c5a();return a14_0x5dad=function(_0x5dad1f,_0x3f8eaa){_0x5dad1f=_0x5dad1f-0x13c;let _0x405161=_0x3c5abc[_0x5dad1f];return _0x405161;},a14_0x5dad(_0x29e947,_0xcb2481);}function a14_0x3c5a(){const _0x357109=['LHQSB','gRZyL','XeiOD','No\x20accessibility\x20results\x20were\x20found.','isAccessibilityAutomationSession','Exception\x20in\x20setExtension\x20Error:\x20','browserName','DMEUv','xzeUw','uKsda','nNFvW','WAVHm','VzpTP','yyzii','WDpoN','lhNmY','sWqyl','7gNHUhI','3fCtSAw','pSsyV','1009041sjHFLc','ylvzN','isBrowserstackInfra','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','browserVersion','2RirzMi','juxKI','yEaQS','XWHDj','deviceName','gwQeH','accessibilityOptions','hOHEX','mhaNU','capability','includes','tUbpq','570527YTlBWX','ippZJ','UJgCM','EYDMx','../../../helpers/accessibility-automation/constants','../../../helpers/helper','getAccessibilityResults','SjYGf','ZwGxr','WlYtH','zkNOi','Ppezi','wCIVW','options_','OGgQJ','aVmvN','parse','error','JHSJo','WwJKh','YYJWH','aczbG','gyiYF','Qmhze','jrHZU','yMxpI','MKyhX','CDQKH','getPlatformVersion','ClIqp','string','klJuC','Pnbsx','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','BROWSERSTACK_TEST_ACCESSIBILITY_YML','PEKpR','2481176rMbRcv','some','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','700XyrMFE','rDKqc','XSjpI','Ilwso','browserstack.accessibilityOptions','NsVUU','LsJAK','SOvLW','PdNgt','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','OukAW','JADFT','BpHwz','length','getAccessibilityResultsSummary','hMcmz','ddStO','OHkeq','UPqOy','XTFPv','jInNj','108rPNaoo','qYgiR','null','browser_version','OtiTB','DzaMm','WopQn','scannerVersion','wqFln','883192ZTJvfp','Gssni','WJYsR','true','TdxhF','IQOeO','device','atbsx','pNKft','cDinG','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','FcOap','fZvdO','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','epljL','executeScript','request','XuoXm','util','isArray','BQTNu','format','MxoXU','fetchPlatformDetails','ulWPd','eBnyB','88790evvwRK','BKYzv','nojPu','oQAQB','bKnZz','iDylt','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','tAXCL','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','tBXXE','requireModule','QUEAY','MQfDt','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','excludeTagsInTestingScope','join','gRCTN','path','GusRH','nYGPQ','XCvLO','__cloud_provider___','SmWdh','wknek','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','BwucM','getBrowserVersion','qqJFh','lUBFT','nCFZf','ZAvCZ','mbPCb','935472Tpevaq','Afxgv','FVAYa','jCmKw','iIoJH','FDTMM','warn','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','env','debug','ApFLU','getPlatform','toLowerCase','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','browserstack.accessibility','authToken','ksNgh','fWbYi','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','IbQsw','vzVam','bstack:options','tgbkW','includeTagsInTestingScope','uguOv','BS_A11Y_JWT','HSbhP','15DjDBKk','wDwBF','odWuA','Options','PymwC','oyypz','szcNP','JUnRy','getCapabilities','jXzdZ','shouldScanTestForAccessibility','GixnQ','../../../helpers/test-observability/utils','EvJMs','IWdVr','UmnLJ','3798uThOoR','args','rAKMP','isAccessibilityPlatform','XNBsR','NfJdz','tupVU','chromeOptions_','PLdzI','No\x20accessibility\x20summary\x20was\x20found.','1022NDrZOP','accessibility','MlaVv','ThgMy'];a14_0x3c5a=function(){return _0x357109;};return a14_0x3c5a();}const path=require(a14_0x4d3e1a(0x1c6)),os=require('os'),request=require(a14_0x4d3e1a(0x1ab)),util=require(a14_0x4d3e1a(0x1ad)),bsSetupHelper=require(a14_0x4d3e1a(0x15a)),{API_URL}=require(a14_0x4d3e1a(0x159)),{getPlatformDetails}=require(a14_0x4d3e1a(0x1fc));exports[a14_0x4d3e1a(0x1b2)]=async _0x548e2f=>{const _0x5232a2=a14_0x4d3e1a,_0x2d9fde={};_0x2d9fde['IbQsw']=function(_0x4a8854,_0x1c9ab9){return _0x4a8854!==_0x1c9ab9;},_0x2d9fde['SHFcf']=_0x5232a2(0x205),_0x2d9fde[_0x5232a2(0x184)]=_0x5232a2(0x1c1),_0x2d9fde[_0x5232a2(0x1b3)]=function(_0x56ccc6,_0xee979b){return _0x56ccc6==_0xee979b;},_0x2d9fde[_0x5232a2(0x169)]='browserstack',_0x2d9fde['FDTMM']=_0x5232a2(0x1f1);const _0x414a7a=_0x2d9fde;let _0x3af22d={};try{if(_0x414a7a[_0x5232a2(0x1e8)](_0x414a7a['SHFcf'],_0x414a7a['PdNgt'])){const _0x5fe556=await _0x548e2f[_0x5232a2(0x1f8)]();_0x3af22d={'os_name':_0x5fe556[_0x5232a2(0x1e0)](),'os_version':bsSetupHelper[_0x5232a2(0x171)](_0x414a7a[_0x5232a2(0x1b3)](global[_0x5232a2(0x1ca)],_0x414a7a[_0x5232a2(0x169)])),'browser_name':_0x5fe556['getBrowserName'](),'browser_version':_0x5fe556[_0x5232a2(0x1cf)]()};}else return _0x34579c[_0x5232a2(0x1db)](_0x5232a2(0x176)),![];}catch(_0x27aaf0){if(_0x414a7a[_0x5232a2(0x1e8)](_0x414a7a[_0x5232a2(0x1da)],_0x414a7a[_0x5232a2(0x1da)]))return!![];else logger[_0x5232a2(0x1de)](_0x5232a2(0x1e2)+_0x27aaf0);}return _0x3af22d;},exports[a14_0x4d3e1a(0x212)]=()=>{const _0x3d4a7c=a14_0x4d3e1a,_0x3d661e={};_0x3d661e[_0x3d4a7c(0x18f)]=_0x3d4a7c(0x1cd),_0x3d661e[_0x3d4a7c(0x13f)]=function(_0x278cb6,_0x510bdd){return _0x278cb6===_0x510bdd;},_0x3d661e[_0x3d4a7c(0x1f4)]=_0x3d4a7c(0x1b9),_0x3d661e[_0x3d4a7c(0x189)]=function(_0x4f22cf,_0x14edb2){return _0x4f22cf!==_0x14edb2;},_0x3d661e[_0x3d4a7c(0x1b6)]=_0x3d4a7c(0x183),_0x3d661e[_0x3d4a7c(0x1ce)]=_0x3d4a7c(0x1be),_0x3d661e[_0x3d4a7c(0x1e9)]=function(_0x31a748,_0x279e9e){return _0x31a748===_0x279e9e;},_0x3d661e[_0x3d4a7c(0x1f6)]=_0x3d4a7c(0x19e),_0x3d661e[_0x3d4a7c(0x20c)]=function(_0x361525,_0x13f201){return _0x361525===_0x13f201;},_0x3d661e[_0x3d4a7c(0x150)]='string',_0x3d661e[_0x3d4a7c(0x140)]=function(_0x15ae12,_0x4a6e3a){return _0x15ae12>_0x4a6e3a;},_0x3d661e['PLdzI']='null',_0x3d661e[_0x3d4a7c(0x160)]=function(_0x31a0b2,_0xcb252){return _0x31a0b2&&_0xcb252;},_0x3d661e['iIoJH']=function(_0x277edc,_0x1173e8){return _0x277edc!==_0x1173e8;},_0x3d661e[_0x3d4a7c(0x157)]=_0x3d4a7c(0x16a),_0x3d661e['uguOv']=_0x3d4a7c(0x19d);const _0x551e56=_0x3d661e;try{if(_0x551e56[_0x3d4a7c(0x13f)](_0x551e56['PymwC'],_0x551e56[_0x3d4a7c(0x1f4)])){if(!bsSetupHelper[_0x3d4a7c(0x146)]())return _0x551e56[_0x3d4a7c(0x189)](_0x551e56['BKYzv'],_0x551e56[_0x3d4a7c(0x1ce)])?![]:(_0x44c72f['warn'](_0x3d4a7c(0x1a8)),{});const _0x29bde6=_0x551e56[_0x3d4a7c(0x1e9)](process[_0x3d4a7c(0x1dd)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x551e56[_0x3d4a7c(0x1f6)])||_0x551e56[_0x3d4a7c(0x1e9)](process['env'][_0x3d4a7c(0x147)],_0x551e56[_0x3d4a7c(0x1f6)]),_0x107b6f=_0x551e56[_0x3d4a7c(0x20c)](typeof process[_0x3d4a7c(0x1dd)][_0x3d4a7c(0x1ee)],_0x551e56[_0x3d4a7c(0x150)])&&_0x551e56[_0x3d4a7c(0x140)](process[_0x3d4a7c(0x1dd)][_0x3d4a7c(0x1ee)]['length'],0x0)&&_0x551e56['BpHwz'](process['env'][_0x3d4a7c(0x1ee)],_0x551e56[_0x3d4a7c(0x208)]);return _0x551e56['Ppezi'](_0x29bde6,_0x107b6f);}else _0x1d73f6['debug'](_0x3d4a7c(0x1e2)+_0x5a44c5);}catch(_0x42ac62){_0x551e56[_0x3d4a7c(0x1d9)](_0x551e56[_0x3d4a7c(0x157)],_0x551e56[_0x3d4a7c(0x1ed)])?logger[_0x3d4a7c(0x1de)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x42ac62):_0x24cabe[_0x3d4a7c(0x1de)](_0x551e56[_0x3d4a7c(0x18f)],_0x11bc54);}return![];},exports[a14_0x4d3e1a(0x1fa)]=_0x45f93d=>{const _0x5b734d=a14_0x4d3e1a,_0x3358fc={};_0x3358fc[_0x5b734d(0x158)]=_0x5b734d(0x1ea),_0x3358fc[_0x5b734d(0x13e)]=function(_0x31167a,_0x3b7eab){return _0x31167a==_0x3b7eab;},_0x3358fc[_0x5b734d(0x156)]=function(_0x451b2e,_0x1aa843){return _0x451b2e===_0x1aa843;},_0x3358fc[_0x5b734d(0x1fb)]=_0x5b734d(0x18d),_0x3358fc[_0x5b734d(0x217)]=_0x5b734d(0x198),_0x3358fc['SjYGf']=function(_0x2bdd5b,_0x4443ef){return _0x2bdd5b!==_0x4443ef;},_0x3358fc[_0x5b734d(0x1cb)]='sTVRC',_0x3358fc['OtiTB']=function(_0x3f3c83,_0x18a5e0){return _0x3f3c83&&_0x18a5e0;},_0x3358fc[_0x5b734d(0x16b)]=function(_0x22c7c8,_0x229d21){return _0x22c7c8!==_0x229d21;},_0x3358fc[_0x5b734d(0x168)]=_0x5b734d(0x187),_0x3358fc['BLgcx']=_0x5b734d(0x174),_0x3358fc[_0x5b734d(0x1b4)]=_0x5b734d(0x1cd);const _0x52b058=_0x3358fc;if(_0x52b058['WDpoN'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return _0x52b058[_0x5b734d(0x156)](_0x52b058[_0x5b734d(0x1fb)],_0x52b058[_0x5b734d(0x217)])?![]:!![];try{if(_0x52b058[_0x5b734d(0x15c)](_0x52b058[_0x5b734d(0x1cb)],_0x52b058[_0x5b734d(0x1cb)])){if(_0x13714e[_0x52b058[_0x5b734d(0x158)]][_0x5b734d(0x14f)])_0x5cbe78[_0x52b058[_0x5b734d(0x158)]][_0x5b734d(0x14f)]['authToken']=_0x4bd45b[_0x5b734d(0x1dd)]['BS_A11Y_JWT'];else{const _0x193ff1={};_0x193ff1[_0x5b734d(0x1e4)]=_0x5439ff[_0x5b734d(0x1dd)][_0x5b734d(0x1ee)],_0xce4421[_0x52b058[_0x5b734d(0x158)]]['accessibilityOptions']=_0x193ff1;}_0x456b3e[_0x52b058[_0x5b734d(0x158)]]['accessibilityOptions'][_0x5b734d(0x199)]=_0x465c42[_0x5b734d(0x165)](_0x5c655b[_0x5b734d(0x1dd)][_0x5b734d(0x186)])['scannerVersion'];}else{const _0x94aea=JSON['parse'](process[_0x5b734d(0x1dd)][_0x5b734d(0x186)]),_0x18a942=Array[_0x5b734d(0x1ae)](_0x94aea[_0x5b734d(0x1ec)])?_0x94aea[_0x5b734d(0x1ec)]:[],_0x4bf7c0=Array[_0x5b734d(0x1ae)](_0x94aea[_0x5b734d(0x1c3)])?_0x94aea[_0x5b734d(0x1c3)]:[],_0x5c351c=_0x45f93d[_0x5b734d(0x1c4)]('/'),_0x457eac=_0x4bf7c0[_0x5b734d(0x17a)](_0x569725=>_0x5c351c['includes'](_0x569725)),_0x25fa88=_0x52b058[_0x5b734d(0x156)](_0x18a942[_0x5b734d(0x18a)],0x0)||_0x18a942[_0x5b734d(0x17a)](_0x23cd80=>_0x5c351c[_0x5b734d(0x153)](_0x23cd80));return _0x52b058[_0x5b734d(0x196)](!_0x457eac,_0x25fa88);}}catch(_0x566a6b){_0x52b058[_0x5b734d(0x16b)](_0x52b058[_0x5b734d(0x168)],_0x52b058['BLgcx'])?logger[_0x5b734d(0x1de)](_0x52b058['eBnyB'],_0x566a6b):_0x4c1d92[_0x52b058[_0x5b734d(0x158)]][_0x5b734d(0x14f)][_0x5b734d(0x1e4)]=_0x382329[_0x5b734d(0x1dd)][_0x5b734d(0x1ee)];}return![];},exports['setExtension']=(_0x236896,_0x372f9d)=>{const _0x24ec63=a14_0x4d3e1a,_0x4a6ec7={};_0x4a6ec7['ddKyA']=function(_0x1a0fb5,_0x21506d){return _0x1a0fb5===_0x21506d;},_0x4a6ec7[_0x24ec63(0x1c5)]=function(_0x56c3d0,_0x458773){return _0x56c3d0&&_0x458773;},_0x4a6ec7[_0x24ec63(0x216)]=function(_0x49ae11,_0x3a4d97){return _0x49ae11===_0x3a4d97;},_0x4a6ec7['ZAvCZ']=_0x24ec63(0x19e),_0x4a6ec7[_0x24ec63(0x16e)]=function(_0x244d42,_0xe64980){return _0x244d42===_0xe64980;},_0x4a6ec7[_0x24ec63(0x1f5)]=_0x24ec63(0x173),_0x4a6ec7['NsVUU']=function(_0x2b3092,_0x37f5c8){return _0x2b3092>_0x37f5c8;},_0x4a6ec7[_0x24ec63(0x1bc)]=function(_0x4334d7,_0x1bf368){return _0x4334d7!==_0x1bf368;},_0x4a6ec7[_0x24ec63(0x17f)]=_0x24ec63(0x194),_0x4a6ec7[_0x24ec63(0x191)]=function(_0x2073bc,_0x9d16b1){return _0x2073bc&&_0x9d16b1;},_0x4a6ec7[_0x24ec63(0x219)]='browserstack.accessibilityOptions',_0x4a6ec7[_0x24ec63(0x1a0)]=_0x24ec63(0x211),_0x4a6ec7[_0x24ec63(0x182)]=_0x24ec63(0x1ea),_0x4a6ec7[_0x24ec63(0x14c)]=function(_0x181193,_0x255fd9){return _0x181193===_0x255fd9;},_0x4a6ec7[_0x24ec63(0x18c)]=_0x24ec63(0x1d2),_0x4a6ec7['TdxhF']=function(_0x694ef0,_0x2e80d2){return _0x694ef0===_0x2e80d2;},_0x4a6ec7[_0x24ec63(0x164)]='CIfJu',_0x4a6ec7[_0x24ec63(0x18e)]=_0x24ec63(0x1a2),_0x4a6ec7['juxKI']='chrome',_0x4a6ec7[_0x24ec63(0x1b7)]='ZEftI',_0x4a6ec7[_0x24ec63(0x210)]=_0x24ec63(0x1d7),_0x4a6ec7[_0x24ec63(0x188)]=function(_0x49f9f0,_0x22dbd5){return _0x49f9f0===_0x22dbd5;},_0x4a6ec7[_0x24ec63(0x16d)]='latest',_0x4a6ec7[_0x24ec63(0x1c8)]=function(_0x21812f,_0x288bbe){return _0x21812f>_0x288bbe;},_0x4a6ec7[_0x24ec63(0x178)]=_0x24ec63(0x1c9),_0x4a6ec7[_0x24ec63(0x17e)]=function(_0x1635ee,_0x4a8ffd){return _0x1635ee===_0x4a8ffd;},_0x4a6ec7[_0x24ec63(0x19a)]=_0x24ec63(0x1a6),_0x4a6ec7[_0x24ec63(0x13d)]='selenium-webdriver/chrome.js',_0x4a6ec7['oQAQB']=function(_0x4e6b72,_0x2e8e41){return _0x4e6b72!==_0x2e8e41;},_0x4a6ec7['zkNOi']=_0x24ec63(0x17d),_0x4a6ec7[_0x24ec63(0x1c0)]='--headless',_0x4a6ec7[_0x24ec63(0x1f2)]='zfiBk',_0x4a6ec7[_0x24ec63(0x1af)]='yciQG',_0x4a6ec7['ThgMy']=function(_0x2e1ef5,_0x5e929d){return _0x2e1ef5===_0x5e929d;},_0x4a6ec7[_0x24ec63(0x1a7)]=_0x24ec63(0x1d4),_0x4a6ec7[_0x24ec63(0x202)]=_0x24ec63(0x1ff);const _0x33946a=_0x4a6ec7;try{if(_0x33946a[_0x24ec63(0x14c)](_0x33946a['hMcmz'],_0x33946a['hMcmz'])){const _0xe23324=_0x372f9d[_0x24ec63(0x152)]||{},_0x112fda=(_0xe23324[_0x33946a[_0x24ec63(0x182)]]?_0xe23324[_0x33946a[_0x24ec63(0x182)]][_0x24ec63(0x14d)]:_0xe23324[_0x24ec63(0x1a1)])||'';if(_0x33946a[_0x24ec63(0x1bc)](_0x112fda,'')){if(_0x33946a[_0x24ec63(0x19f)](_0x33946a[_0x24ec63(0x164)],_0x33946a[_0x24ec63(0x18e)])){const _0x3abb49=_0x4f4ec9[_0x24ec63(0x165)](_0x1cc07c[_0x24ec63(0x1dd)][_0x24ec63(0x186)]),_0x2c03f4=_0x5da285['isArray'](_0x3abb49['includeTagsInTestingScope'])?_0x3abb49['includeTagsInTestingScope']:[],_0x404db0=_0x89f7fe[_0x24ec63(0x1ae)](_0x3abb49[_0x24ec63(0x1c3)])?_0x3abb49[_0x24ec63(0x1c3)]:[],_0x3efc80=_0x46dd1c['join']('/'),_0x52c8=_0x404db0[_0x24ec63(0x17a)](_0x466b4a=>_0x3efc80['includes'](_0x466b4a)),_0x25ba37=_0x33946a['ddKyA'](_0x2c03f4['length'],0x0)||_0x2c03f4[_0x24ec63(0x17a)](_0x9f92f6=>_0x3efc80[_0x24ec63(0x153)](_0x9f92f6));return _0x33946a['gRCTN'](!_0x52c8,_0x25ba37);}else return logger[_0x24ec63(0x1db)](_0x24ec63(0x1dc)),![];}const _0x5bef8c=_0xe23324[_0x24ec63(0x214)];if(_0x33946a[_0x24ec63(0x1bc)](_0x5bef8c[_0x24ec63(0x1e1)](),_0x33946a[_0x24ec63(0x14a)])){if(_0x33946a[_0x24ec63(0x1bc)](_0x33946a[_0x24ec63(0x1b7)],_0x33946a[_0x24ec63(0x210)]))return logger[_0x24ec63(0x1db)](_0x24ec63(0x176)),![];else{try{if(!_0xca415e[_0x24ec63(0x146)]())return![];const _0x5c9466=_0x33946a[_0x24ec63(0x216)](_0x10f637['env'][_0x24ec63(0x177)],_0x33946a[_0x24ec63(0x1d3)])||_0x33946a[_0x24ec63(0x216)](_0x46542e[_0x24ec63(0x1dd)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x33946a[_0x24ec63(0x1d3)]),_0x402e94=_0x33946a[_0x24ec63(0x16e)](typeof _0x15a187[_0x24ec63(0x1dd)]['BS_A11Y_JWT'],_0x33946a[_0x24ec63(0x1f5)])&&_0x33946a[_0x24ec63(0x181)](_0x1a78e3[_0x24ec63(0x1dd)][_0x24ec63(0x1ee)][_0x24ec63(0x18a)],0x0)&&_0x33946a[_0x24ec63(0x1bc)](_0x43764d[_0x24ec63(0x1dd)][_0x24ec63(0x1ee)],_0x33946a[_0x24ec63(0x17f)]);return _0x33946a[_0x24ec63(0x191)](_0x5c9466,_0x402e94);}catch(_0x199e46){_0x56e3ee[_0x24ec63(0x1de)](_0x24ec63(0x1c2)+_0x199e46);}return![];}}const _0x47a7a2=_0xe23324[_0x24ec63(0x148)]||_0xe23324[_0x24ec63(0x195)];if(!bsSetupHelper['isUndefined'](_0x47a7a2)&&!(_0x33946a[_0x24ec63(0x188)](_0x47a7a2,_0x33946a[_0x24ec63(0x16d)])||_0x33946a[_0x24ec63(0x1c8)](_0x47a7a2,0x5e))){if(_0x33946a[_0x24ec63(0x14c)](_0x33946a['PEKpR'],_0x33946a['PEKpR']))return logger['warn'](_0x24ec63(0x1bb)),![];else{const _0x4d3395={};_0x4d3395['authToken']=_0x3a49f8[_0x24ec63(0x1dd)][_0x24ec63(0x1ee)],_0x3eab7d[_0x33946a['WAVHm']]=_0x4d3395;}}let _0x5caa02;try{if(_0x33946a[_0x24ec63(0x17e)](_0x33946a[_0x24ec63(0x19a)],_0x33946a[_0x24ec63(0x19a)]))_0x5caa02=bsSetupHelper[_0x24ec63(0x1bf)](_0x33946a['yyzii']);else return![];}catch(_0x55d38b){return _0x33946a[_0x24ec63(0x1b8)](_0x33946a[_0x24ec63(0x15f)],_0x33946a[_0x24ec63(0x15f)])?(_0x219342[_0x24ec63(0x166)](_0x33946a[_0x24ec63(0x1a0)]),[]):![];}const _0x282f5d=new _0x5caa02[(_0x24ec63(0x1f3))](_0x236896[_0x24ec63(0x207)]);if(_0x282f5d[_0x24ec63(0x162)]?.[_0x24ec63(0x201)]?.[_0x24ec63(0x153)](_0x33946a[_0x24ec63(0x1c0)])){if(_0x33946a[_0x24ec63(0x1bc)](_0x33946a[_0x24ec63(0x1f2)],_0x33946a[_0x24ec63(0x1af)]))return logger[_0x24ec63(0x1db)](_0x24ec63(0x1e7)),![];else _0x3af973[_0x24ec63(0x1de)](_0x24ec63(0x213)+_0x583e26[_0x24ec63(0x1b0)](_0x13dd35));}return!![];}else{const _0x4c65ac={};_0x4c65ac[_0x24ec63(0x1e4)]=_0x53ff40[_0x24ec63(0x1dd)][_0x24ec63(0x1ee)],_0x4b4519[_0x33946a[_0x24ec63(0x182)]][_0x24ec63(0x14f)]=_0x4c65ac;}}catch(_0x1e0532){_0x33946a[_0x24ec63(0x20d)](_0x33946a[_0x24ec63(0x1a7)],_0x33946a['rAKMP'])?_0x107de7[_0x24ec63(0x1de)](_0x24ec63(0x1c2)+_0x58ff31):logger['debug'](_0x24ec63(0x213)+util[_0x24ec63(0x1b0)](_0x1e0532));}return![];},exports['setAccessibilityCapabilities']=_0x2f06fd=>{const _0x127b8a=a14_0x4d3e1a,_0x5536e1={};_0x5536e1[_0x127b8a(0x197)]=_0x127b8a(0x180),_0x5536e1[_0x127b8a(0x1b1)]=function(_0x241700,_0x2ac495){return _0x241700===_0x2ac495;},_0x5536e1[_0x127b8a(0x172)]=_0x127b8a(0x19e),_0x5536e1[_0x127b8a(0x20f)]=function(_0x58549c,_0x227b8c){return _0x58549c===_0x227b8c;},_0x5536e1[_0x127b8a(0x1d1)]=_0x127b8a(0x173),_0x5536e1[_0x127b8a(0x1a3)]=function(_0x1a8e37,_0x56d233){return _0x1a8e37>_0x56d233;},_0x5536e1[_0x127b8a(0x190)]=function(_0x33e003,_0x4302d3){return _0x33e003!==_0x4302d3;},_0x5536e1[_0x127b8a(0x1d6)]=_0x127b8a(0x194),_0x5536e1['mhaNU']=function(_0x1b4eed,_0x186923){return _0x1b4eed&&_0x186923;},_0x5536e1[_0x127b8a(0x167)]=function(_0x27bfc5,_0x5c66e2){return _0x27bfc5==_0x5c66e2;},_0x5536e1[_0x127b8a(0x20e)]=function(_0xf7c4a9,_0x105568){return _0xf7c4a9===_0x105568;},_0x5536e1[_0x127b8a(0x15e)]=_0x127b8a(0x1cd),_0x5536e1[_0x127b8a(0x1fd)]=_0x127b8a(0x209),_0x5536e1[_0x127b8a(0x175)]=_0x127b8a(0x170),_0x5536e1['OGgQJ']=_0x127b8a(0x1ea),_0x5536e1[_0x127b8a(0x215)]=_0x127b8a(0x1e3),_0x5536e1[_0x127b8a(0x143)]=_0x127b8a(0x1f9),_0x5536e1[_0x127b8a(0x15d)]=_0x127b8a(0x161),_0x5536e1[_0x127b8a(0x1e5)]='qETGu',_0x5536e1[_0x127b8a(0x1df)]='EmXAi',_0x5536e1['iDylt']=function(_0x22c339,_0x16d09a){return _0x22c339!==_0x16d09a;},_0x5536e1[_0x127b8a(0x206)]=_0x127b8a(0x16f),_0x5536e1[_0x127b8a(0x16c)]='BhZNt',_0x5536e1[_0x127b8a(0x1ef)]=function(_0x277ea4,_0x9e60f6){return _0x277ea4===_0x9e60f6;},_0x5536e1[_0x127b8a(0x145)]=_0x127b8a(0x1fe),_0x5536e1[_0x127b8a(0x1eb)]=_0x127b8a(0x1d8),_0x5536e1[_0x127b8a(0x14b)]=_0x127b8a(0x1a4),_0x5536e1[_0x127b8a(0x154)]=_0x127b8a(0x1a9),_0x5536e1[_0x127b8a(0x1f7)]=_0x127b8a(0x204),_0x5536e1[_0x127b8a(0x1d0)]=function(_0x34c936,_0x440ab8){return _0x34c936!==_0x440ab8;},_0x5536e1[_0x127b8a(0x193)]=_0x127b8a(0x1e6);const _0x26e138=_0x5536e1;try{if(_0x26e138['MxoXU'](_0x26e138[_0x127b8a(0x175)],_0x26e138['Pnbsx'])){let _0x5c7aa0=_0x2f06fd[_0x127b8a(0x152)]||{};if(_0x5c7aa0[_0x26e138[_0x127b8a(0x163)]]&&_0x5c7aa0[_0x26e138['OGgQJ']][_0x127b8a(0x20b)]||_0x2f06fd['capability'][_0x26e138['DMEUv']]){if(_0x26e138[_0x127b8a(0x190)](_0x26e138[_0x127b8a(0x143)],_0x26e138[_0x127b8a(0x15d)])){global['isAccessibilityPlatform']=!![];if(_0x5c7aa0[_0x26e138['OGgQJ']]){if(_0x26e138[_0x127b8a(0x1b1)](_0x26e138[_0x127b8a(0x1e5)],_0x26e138[_0x127b8a(0x1e5)])){if(_0x5c7aa0[_0x26e138['OGgQJ']][_0x127b8a(0x14f)])_0x26e138[_0x127b8a(0x20f)](_0x26e138[_0x127b8a(0x1df)],_0x26e138['ApFLU'])?_0x5c7aa0[_0x26e138[_0x127b8a(0x163)]][_0x127b8a(0x14f)][_0x127b8a(0x1e4)]=process[_0x127b8a(0x1dd)][_0x127b8a(0x1ee)]:_0x1c1bd3[_0x26e138[_0x127b8a(0x197)]]['authToken']=_0x29e39e[_0x127b8a(0x1dd)][_0x127b8a(0x1ee)];else{if(_0x26e138[_0x127b8a(0x1ba)](_0x26e138[_0x127b8a(0x206)],_0x26e138[_0x127b8a(0x16c)])){const _0x2d5230={};_0x2d5230[_0x127b8a(0x1e4)]=process[_0x127b8a(0x1dd)]['BS_A11Y_JWT'],_0x5c7aa0[_0x26e138[_0x127b8a(0x163)]][_0x127b8a(0x14f)]=_0x2d5230;}else{if(!_0x2f810b[_0x127b8a(0x146)]())return![];const _0x2ab11=_0x26e138[_0x127b8a(0x1b1)](_0x516763[_0x127b8a(0x1dd)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x26e138[_0x127b8a(0x172)])||_0x26e138[_0x127b8a(0x1b1)](_0x4b3ab8['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x26e138[_0x127b8a(0x172)]),_0xb38a36=_0x26e138[_0x127b8a(0x20f)](typeof _0x28194f[_0x127b8a(0x1dd)][_0x127b8a(0x1ee)],_0x26e138[_0x127b8a(0x1d1)])&&_0x26e138[_0x127b8a(0x1a3)](_0x4bec32[_0x127b8a(0x1dd)][_0x127b8a(0x1ee)][_0x127b8a(0x18a)],0x0)&&_0x26e138[_0x127b8a(0x190)](_0x1419c7['env'][_0x127b8a(0x1ee)],_0x26e138[_0x127b8a(0x1d6)]);return _0x26e138[_0x127b8a(0x151)](_0x2ab11,_0xb38a36);}}_0x5c7aa0[_0x26e138[_0x127b8a(0x163)]][_0x127b8a(0x14f)][_0x127b8a(0x199)]=JSON[_0x127b8a(0x165)](process[_0x127b8a(0x1dd)][_0x127b8a(0x186)])[_0x127b8a(0x199)];}else return _0x37a766[_0x127b8a(0x1db)](_0x127b8a(0x1e7)),![];}else{if(_0x2f06fd['capability'][_0x26e138[_0x127b8a(0x215)]]){if(_0x26e138[_0x127b8a(0x1ef)](_0x26e138[_0x127b8a(0x145)],_0x26e138[_0x127b8a(0x1eb)]))return _0x5cd5b6[_0x127b8a(0x1db)]('Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.'),![];else{if(_0x5c7aa0[_0x26e138[_0x127b8a(0x197)]]){if(_0x26e138[_0x127b8a(0x1b1)](_0x26e138[_0x127b8a(0x14b)],_0x26e138['tUbpq']))return _0x285e6b[_0x127b8a(0x1db)](_0x127b8a(0x1bd)),[];else _0x5c7aa0[_0x26e138[_0x127b8a(0x197)]][_0x127b8a(0x1e4)]=process['env'][_0x127b8a(0x1ee)];}else{if(_0x26e138[_0x127b8a(0x20e)](_0x26e138[_0x127b8a(0x1f7)],_0x26e138[_0x127b8a(0x1f7)])){const _0xcae91={};_0xcae91['authToken']=process[_0x127b8a(0x1dd)]['BS_A11Y_JWT'],_0x5c7aa0[_0x26e138[_0x127b8a(0x197)]]=_0xcae91;}else{if(_0x26e138[_0x127b8a(0x167)](_0x59f826[_0x127b8a(0x1dd)][_0x127b8a(0x186)],null))return!![];try{const _0xd3aa69=_0x38244c[_0x127b8a(0x165)](_0xfbacda[_0x127b8a(0x1dd)][_0x127b8a(0x186)]),_0x395e5f=_0x33466e['isArray'](_0xd3aa69['includeTagsInTestingScope'])?_0xd3aa69[_0x127b8a(0x1ec)]:[],_0x213198=_0x349f25['isArray'](_0xd3aa69[_0x127b8a(0x1c3)])?_0xd3aa69[_0x127b8a(0x1c3)]:[],_0x494231=_0x280d66[_0x127b8a(0x1c4)]('/'),_0x484498=_0x213198[_0x127b8a(0x17a)](_0x37ffad=>_0x494231[_0x127b8a(0x153)](_0x37ffad)),_0x157d5b=_0x26e138[_0x127b8a(0x20e)](_0x395e5f[_0x127b8a(0x18a)],0x0)||_0x395e5f[_0x127b8a(0x17a)](_0x173eb2=>_0x494231[_0x127b8a(0x153)](_0x173eb2));return _0x26e138[_0x127b8a(0x151)](!_0x484498,_0x157d5b);}catch(_0x296d7d){_0x54fb78[_0x127b8a(0x1de)](_0x26e138[_0x127b8a(0x15e)],_0x296d7d);}return![];}}_0x5c7aa0[_0x26e138[_0x127b8a(0x197)]][_0x127b8a(0x199)]=JSON[_0x127b8a(0x165)](process[_0x127b8a(0x1dd)][_0x127b8a(0x186)])['scannerVersion'];}}}}else{if(_0x4a9910[_0x26e138[_0x127b8a(0x197)]])_0x9652e0[_0x26e138[_0x127b8a(0x197)]]['authToken']=_0x5c9aba[_0x127b8a(0x1dd)]['BS_A11Y_JWT'];else{const _0x1c9044={};_0x1c9044[_0x127b8a(0x1e4)]=_0x4372db['env'][_0x127b8a(0x1ee)],_0x18a79c[_0x26e138['DzaMm']]=_0x1c9044;}_0x47752e[_0x26e138[_0x127b8a(0x197)]][_0x127b8a(0x199)]=_0x284446[_0x127b8a(0x165)](_0x2b5d3b[_0x127b8a(0x1dd)][_0x127b8a(0x186)])['scannerVersion'];}}}else _0x36b463[_0x127b8a(0x1de)](_0x127b8a(0x1a5)+_0x46b766);}catch(_0x1d3696){if(_0x26e138[_0x127b8a(0x1d0)](_0x26e138[_0x127b8a(0x193)],_0x26e138[_0x127b8a(0x193)]))return _0x555656[_0x127b8a(0x166)](_0x26e138[_0x127b8a(0x1fd)]),{};else logger[_0x127b8a(0x1de)](_0x127b8a(0x1a5)+_0x1d3696);}},exports[a14_0x4d3e1a(0x15b)]=async(_0x507334,_0xbda8ec)=>{const _0x3c10d0=a14_0x4d3e1a,_0x79854c={};_0x79854c[_0x3c10d0(0x1cc)]='selenium-webdriver/chrome.js',_0x79854c['qbfCa']=function(_0x201fbe,_0x13c181){return _0x201fbe!==_0x13c181;},_0x79854c['GusRH']='iazVl',_0x79854c[_0x3c10d0(0x1ac)]=function(_0x2160ab,_0x48a750){return _0x2160ab!==_0x48a750;},_0x79854c[_0x3c10d0(0x19c)]=_0x3c10d0(0x218),_0x79854c[_0x3c10d0(0x13c)]=_0x3c10d0(0x211);const _0x108b73=_0x79854c;if(!this['isAccessibilityAutomationSession']()||!_0xbda8ec[_0x3c10d0(0x203)])return _0x108b73['qbfCa'](_0x108b73[_0x3c10d0(0x1c7)],_0x108b73[_0x3c10d0(0x1c7)])?(_0x2a940f['warn'](_0x3c10d0(0x1dc)),![]):(logger[_0x3c10d0(0x1db)](_0x3c10d0(0x1bd)),[]);try{if(_0x108b73[_0x3c10d0(0x1ac)](_0x108b73['Gssni'],_0x108b73[_0x3c10d0(0x19c)]))_0xc1e885=_0x4a65f8['requireModule'](_0x108b73[_0x3c10d0(0x1cc)]);else{let _0xa47a04=await _0x507334[_0x3c10d0(0x1aa)](_0x3c10d0(0x185));return _0xa47a04;}}catch{return logger[_0x3c10d0(0x166)](_0x108b73[_0x3c10d0(0x13c)]),[];}},exports[a14_0x4d3e1a(0x18b)]=async(_0x244ba3,_0x46b5db)=>{const _0x46ead6=a14_0x4d3e1a,_0x3d1bc5={};_0x3d1bc5[_0x46ead6(0x14e)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x4d9e0e=_0x3d1bc5;if(!this[_0x46ead6(0x212)]()||!_0x46b5db[_0x46ead6(0x203)])return logger[_0x46ead6(0x1db)](_0x46ead6(0x1a8)),{};try{let _0x2e1c30=await _0x244ba3[_0x46ead6(0x1aa)](_0x46ead6(0x17b));return _0x2e1c30;}catch{return logger[_0x46ead6(0x166)](_0x4d9e0e[_0x46ead6(0x14e)]),{};}};
|
|
1
|
+
function a14_0x5665(_0x1d4780,_0x1b4a10){const _0x455adb=a14_0x455a();return a14_0x5665=function(_0x566560,_0x5e649b){_0x566560=_0x566560-0x1bc;let _0x569093=_0x455adb[_0x566560];return _0x569093;},a14_0x5665(_0x1d4780,_0x1b4a10);}const a14_0x1605d9=a14_0x5665;(function(_0x2c4c95,_0x5afd54){const _0x44a249=a14_0x5665,_0x1c52ff=_0x2c4c95();while(!![]){try{const _0x19ccea=-parseInt(_0x44a249(0x1c3))/0x1+-parseInt(_0x44a249(0x275))/0x2+parseInt(_0x44a249(0x283))/0x3*(-parseInt(_0x44a249(0x1d9))/0x4)+-parseInt(_0x44a249(0x22f))/0x5+-parseInt(_0x44a249(0x209))/0x6*(-parseInt(_0x44a249(0x21a))/0x7)+parseInt(_0x44a249(0x233))/0x8+parseInt(_0x44a249(0x20e))/0x9;if(_0x19ccea===_0x5afd54)break;else _0x1c52ff['push'](_0x1c52ff['shift']());}catch(_0x407040){_0x1c52ff['push'](_0x1c52ff['shift']());}}}(a14_0x455a,0x82aae));function a14_0x455a(){const _0x793be7=['UVZuk','hUTEE','KBhcE','options_','fIWnr','Options','alNlL','nLcBF','QUACY','../../../helpers/accessibility-automation/constants','length','auqgc','qaMvR','format','tcoHT','iZEFB','getBrowserName','RmpiH','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browsers.','executeScript','xMOkW','YYkBv','JPWRU','uLmWI','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','xnYZM','iHjHg','jGrmb','IMUbi','path','QoOjN','scannerVersion','Exception\x20in\x20setExtension\x20Error:\x20','xYofj','OWFEq','includes','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','bDpdk','677838syQrDg','aAAKE','QwzdK','YQjZM','Uhngg','24491637FUNLLq','ltDYR','lmskx','deviceName','rxKLo','true','jvDPP','debug','sQyqD','TFffw','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','RSLaO','7bZytfG','WCnXq','fcqEY','bYvlf','shouldScanTestForAccessibility','BhSAD','Exception\x20while\x20setting\x20Accessibility\x20Automation\x20capabilities.\x20Error\x20','ndgmE','uNjiJ','idBFD','OhrmP','Accessibility\x20Automation\x20will\x20not\x20run\x20on\x20legacy\x20headless\x20mode.\x20Switch\x20to\x20new\x20headless\x20mode\x20or\x20avoid\x20using\x20headless\x20mode.','some','uzefi','fWUmw','BzuVO','YfuMC','isArray','ZBwYw','jfhXn','NIOel','4350070fkSiUf','dHZYd','QSDZw','pYVdg','2678816ADpTAW','oCvYK','vwaGo','oOcmP','EqflK','AgeaG','zxiah','LjODc','DDCaj','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','ycdJy','JEPkG','eFzjY','error','XZsAu','dOVLe','browserName','whAUh','capability','cFzVD','WIHSL','xjwyk','request','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Chrome\x20browser\x20version\x20greater\x20than\x2094.','eltyU','OjuKy','parse','JWxrz','accessibilityOptions','No\x20accessibility\x20results\x20were\x20found.','JIaIt','isAccessibilityPlatform','ITghi','getAccessibilityResults','browser_version','ohBOq','ZZFwt','env','Accessibility\x20Automation\x20will\x20run\x20only\x20on\x20Desktop\x20browsers.','xuadV','zyAJC','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','BS_A11Y_JWT','KUPPZ','laDeT','null','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','UmNmK','lBMWs','AhmxT','kFFci','yZOes','YBJQe','browserstack','NqFYV','CFseY','xBKrs','gAQZv','__cloud_provider___','nPKyj','warn','GfyyZ','gGzlq','wTUlf','kzupk','KuQec','683424gyubOf','browserstack.accessibilityOptions','authToken','lNlVb','--headless','fetchPlatformDetails','No\x20accessibility\x20summary\x20was\x20found.','latest','tEoIs','srDPz','setAccessibilityCapabilities','QKfwJ','qBNMX','ObtEm','13803rLUybL','browserstack.accessibility','DpXwL','tKoxC','Iarwy','excludeTagsInTestingScope','zdxyF','util','nZDxz','wsLqA','toLowerCase','iJFAq','isBrowserstackInfra','hGRfU','BICEX','getAccessibilityResultsSummary','mFVoI','ttlAU','MowDA','MHcvg','1040295wzRDIK','join','uCpLo','iGiTi','zuDtp','nddOW','GbMoc','requireModule','bstack:options','GhrSk','fgsEM','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','bQlnZ','selenium-webdriver/chrome.js','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','getBrowserVersion','Zrunz','mvxan','includeTagsInTestingScope','kQidI','XUZGJ','isUndefined','332cjYeQi','tdElQ','sNbVt','ktNNO','getCapabilities','../../../helpers/test-observability/utils','cyuzt','zWbOf','../../../helpers/logger','wvfDC'];a14_0x455a=function(){return _0x793be7;};return a14_0x455a();}const path=require(a14_0x1605d9(0x200)),os=require('os'),request=require(a14_0x1605d9(0x249)),util=require(a14_0x1605d9(0x28a)),bsSetupHelper=require('../../../helpers/helper'),{API_URL}=require(a14_0x1605d9(0x1ec)),{getPlatformDetails}=require(a14_0x1605d9(0x1de)),logger=require(a14_0x1605d9(0x1e1))['winstonLogger'];exports[a14_0x1605d9(0x27a)]=async _0x7349d7=>{const _0x40506d=a14_0x1605d9,_0x1b54b6={};_0x1b54b6[_0x40506d(0x1ee)]=_0x40506d(0x1d1),_0x1b54b6[_0x40506d(0x1e5)]=_0x40506d(0x276),_0x1b54b6[_0x40506d(0x210)]=function(_0x37bdc6,_0x3250b5){return _0x37bdc6!==_0x3250b5;},_0x1b54b6[_0x40506d(0x212)]=_0x40506d(0x219),_0x1b54b6[_0x40506d(0x20d)]=function(_0x2d52f4,_0x22a86c){return _0x2d52f4==_0x22a86c;},_0x1b54b6[_0x40506d(0x1bc)]=_0x40506d(0x268),_0x1b54b6['tcoHT']=_0x40506d(0x229),_0x1b54b6['BICEX']='dXSWl';const _0x21de62=_0x1b54b6;let _0xa203ce={};try{if(_0x21de62['lmskx'](_0x21de62[_0x40506d(0x212)],_0x21de62[_0x40506d(0x212)]))_0x22d395['debug'](_0x21de62[_0x40506d(0x1ee)],_0x2e152f);else{const _0x3a6cc4=await _0x7349d7[_0x40506d(0x1dd)]();_0xa203ce={'os_name':_0x3a6cc4['getPlatform'](),'os_version':bsSetupHelper['getPlatformVersion'](_0x21de62[_0x40506d(0x20d)](global[_0x40506d(0x26d)],_0x21de62[_0x40506d(0x1bc)])),'browser_name':_0x3a6cc4[_0x40506d(0x1f3)](),'browser_version':_0x3a6cc4[_0x40506d(0x1d2)]()};}}catch(_0x38c05a){if(_0x21de62[_0x40506d(0x210)](_0x21de62[_0x40506d(0x1f1)],_0x21de62[_0x40506d(0x1bd)]))logger[_0x40506d(0x215)](_0x40506d(0x1ce)+_0x38c05a);else{if(_0x109a8b[_0x21de62[_0x40506d(0x1e5)]])_0x2f98c3[_0x21de62['KBhcE']][_0x40506d(0x277)]=_0x31c2e1[_0x40506d(0x258)]['BS_A11Y_JWT'];else{const _0x22ae4f={};_0x22ae4f[_0x40506d(0x277)]=_0x380f04[_0x40506d(0x258)][_0x40506d(0x25d)],_0x56ab49[_0x21de62['KBhcE']]=_0x22ae4f;}_0xbfcd42[_0x21de62[_0x40506d(0x1e5)]][_0x40506d(0x202)]=_0x479fb5[_0x40506d(0x24d)](_0x4276c5['env'][_0x40506d(0x1fb)])['scannerVersion'];}}return _0xa203ce;},exports['isAccessibilityAutomationSession']=()=>{const _0x4af7f0=a14_0x1605d9,_0x2c85d2={};_0x2c85d2[_0x4af7f0(0x230)]=_0x4af7f0(0x1cb),_0x2c85d2['Zrunz']=function(_0x24321f,_0x51b59d){return _0x24321f===_0x51b59d;},_0x2c85d2[_0x4af7f0(0x23f)]='tiHpx',_0x2c85d2[_0x4af7f0(0x23d)]=_0x4af7f0(0x221),_0x2c85d2[_0x4af7f0(0x201)]=function(_0xd57402,_0x22316e){return _0xd57402!==_0x22316e;},_0x2c85d2[_0x4af7f0(0x26a)]=_0x4af7f0(0x231),_0x2c85d2[_0x4af7f0(0x1e2)]='UoRqM',_0x2c85d2[_0x4af7f0(0x273)]=_0x4af7f0(0x213),_0x2c85d2[_0x4af7f0(0x1cd)]=function(_0x28397e,_0x10f04d){return _0x28397e===_0x10f04d;},_0x2c85d2['iZEFB']=function(_0xa2fcc8,_0x5960fe){return _0xa2fcc8===_0x5960fe;},_0x2c85d2[_0x4af7f0(0x1fe)]='string',_0x2c85d2['JEPkG']=function(_0x497acb,_0x1a972e){return _0x497acb>_0x1a972e;},_0x2c85d2[_0x4af7f0(0x22c)]=function(_0x34344a,_0x358be2){return _0x34344a!==_0x358be2;},_0x2c85d2['XUZGJ']=_0x4af7f0(0x260),_0x2c85d2[_0x4af7f0(0x1e3)]=function(_0x4651d2,_0x3a3aa7){return _0x4651d2&&_0x3a3aa7;},_0x2c85d2[_0x4af7f0(0x1f9)]=_0x4af7f0(0x238),_0x2c85d2[_0x4af7f0(0x27d)]=_0x4af7f0(0x242);const _0x5b4405=_0x2c85d2;try{if(_0x5b4405[_0x4af7f0(0x1d3)](_0x5b4405[_0x4af7f0(0x23f)],_0x5b4405[_0x4af7f0(0x23d)])){if(_0x6733ba[_0x5b4405[_0x4af7f0(0x230)]][_0x4af7f0(0x24f)])_0x1088f4[_0x5b4405['dHZYd']][_0x4af7f0(0x24f)][_0x4af7f0(0x277)]=_0x41c7f0[_0x4af7f0(0x258)][_0x4af7f0(0x25d)];else{const _0x53b558={};_0x53b558['authToken']=_0x5062cc[_0x4af7f0(0x258)][_0x4af7f0(0x25d)],_0xbf4e74[_0x5b4405[_0x4af7f0(0x230)]][_0x4af7f0(0x24f)]=_0x53b558;}_0x10b228[_0x5b4405[_0x4af7f0(0x230)]][_0x4af7f0(0x24f)][_0x4af7f0(0x202)]=_0x4454c4[_0x4af7f0(0x24d)](_0x4b19ce['env'][_0x4af7f0(0x1fb)])['scannerVersion'];}else{if(!bsSetupHelper[_0x4af7f0(0x28f)]())return _0x5b4405[_0x4af7f0(0x201)](_0x5b4405[_0x4af7f0(0x26a)],_0x5b4405[_0x4af7f0(0x1e2)])?![]:![];const _0x30ef7f=_0x5b4405[_0x4af7f0(0x1d3)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x5b4405[_0x4af7f0(0x273)])||_0x5b4405['fgsEM'](process[_0x4af7f0(0x258)][_0x4af7f0(0x25c)],_0x5b4405[_0x4af7f0(0x273)]),_0x455b0d=_0x5b4405[_0x4af7f0(0x1f2)](typeof process[_0x4af7f0(0x258)][_0x4af7f0(0x25d)],_0x5b4405['jGrmb'])&&_0x5b4405[_0x4af7f0(0x23e)](process[_0x4af7f0(0x258)][_0x4af7f0(0x25d)]['length'],0x0)&&_0x5b4405[_0x4af7f0(0x22c)](process[_0x4af7f0(0x258)][_0x4af7f0(0x25d)],_0x5b4405[_0x4af7f0(0x1d7)]);return _0x5b4405['UVZuk'](_0x30ef7f,_0x455b0d);}}catch(_0x1d6fd5){if(_0x5b4405['iZEFB'](_0x5b4405['JPWRU'],_0x5b4405['tEoIs']))return _0x2be83b['warn'](_0x4af7f0(0x23c)),[];else logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x1d6fd5);}return![];},exports[a14_0x1605d9(0x21e)]=_0x1819a1=>{const _0x3cbc6e=a14_0x1605d9,_0x24f8b3={};_0x24f8b3[_0x3cbc6e(0x217)]=function(_0x2aacdf,_0x491a1b){return _0x2aacdf==_0x491a1b;},_0x24f8b3[_0x3cbc6e(0x21b)]=function(_0x2861a2,_0x43120a){return _0x2861a2===_0x43120a;},_0x24f8b3['UmNmK']='ITUGZ',_0x24f8b3[_0x3cbc6e(0x25a)]=_0x3cbc6e(0x285),_0x24f8b3['iGiTi']=function(_0x1092d5,_0x3022a5){return _0x1092d5===_0x3022a5;},_0x24f8b3[_0x3cbc6e(0x28b)]=_0x3cbc6e(0x1fd),_0x24f8b3[_0x3cbc6e(0x1f8)]='GMXzL',_0x24f8b3['GbMoc']=function(_0x174cf6,_0x4d94a5){return _0x174cf6&&_0x4d94a5;},_0x24f8b3[_0x3cbc6e(0x1d4)]=_0x3cbc6e(0x23b),_0x24f8b3['gvdBm']=_0x3cbc6e(0x1d1);const _0x37ce9a=_0x24f8b3;if(_0x37ce9a[_0x3cbc6e(0x217)](process[_0x3cbc6e(0x258)][_0x3cbc6e(0x1fb)],null))return _0x37ce9a[_0x3cbc6e(0x21b)](_0x37ce9a[_0x3cbc6e(0x262)],_0x37ce9a[_0x3cbc6e(0x25a)])?![]:!![];try{if(_0x37ce9a[_0x3cbc6e(0x1c6)](_0x37ce9a[_0x3cbc6e(0x28b)],_0x37ce9a['YYkBv']))return!![];else{const _0x480f60=JSON[_0x3cbc6e(0x24d)](process[_0x3cbc6e(0x258)][_0x3cbc6e(0x1fb)]),_0x3d5822=Array[_0x3cbc6e(0x22b)](_0x480f60[_0x3cbc6e(0x1d5)])?_0x480f60[_0x3cbc6e(0x1d5)]:[],_0x481ec9=Array[_0x3cbc6e(0x22b)](_0x480f60[_0x3cbc6e(0x288)])?_0x480f60[_0x3cbc6e(0x288)]:[],_0x4d554a=_0x1819a1[_0x3cbc6e(0x1c4)]('/'),_0x2ab36f=_0x481ec9['some'](_0x401033=>_0x4d554a[_0x3cbc6e(0x206)](_0x401033)),_0x8ce00c=_0x37ce9a[_0x3cbc6e(0x1c6)](_0x3d5822[_0x3cbc6e(0x1ed)],0x0)||_0x3d5822[_0x3cbc6e(0x226)](_0x3dfe87=>_0x4d554a[_0x3cbc6e(0x206)](_0x3dfe87));return _0x37ce9a[_0x3cbc6e(0x1c9)](!_0x2ab36f,_0x8ce00c);}}catch(_0x12e801){_0x37ce9a[_0x3cbc6e(0x21b)](_0x37ce9a[_0x3cbc6e(0x1d4)],_0x37ce9a['mvxan'])?logger['debug'](_0x37ce9a['gvdBm'],_0x12e801):_0x560757[_0x3cbc6e(0x215)](_0x3cbc6e(0x220)+_0x2baf95);}return![];},exports['setExtension']=(_0x18488b,_0x115c4d)=>{const _0x31aa02=a14_0x1605d9,_0x51f21c={};_0x51f21c['gHuNB']=_0x31aa02(0x276),_0x51f21c[_0x31aa02(0x1e0)]=_0x31aa02(0x1cb),_0x51f21c['nPKyj']=_0x31aa02(0x250),_0x51f21c[_0x31aa02(0x24b)]=_0x31aa02(0x1d0),_0x51f21c[_0x31aa02(0x1e9)]=_0x31aa02(0x27b),_0x51f21c[_0x31aa02(0x22d)]=function(_0x45be8a,_0x254632){return _0x45be8a!==_0x254632;},_0x51f21c[_0x31aa02(0x1ef)]=_0x31aa02(0x1fc),_0x51f21c['WIHSL']=function(_0x44c584,_0x5c406f){return _0x44c584===_0x5c406f;},_0x51f21c[_0x31aa02(0x1c1)]=_0x31aa02(0x1db),_0x51f21c[_0x31aa02(0x236)]=function(_0x1ff698,_0x27ec91){return _0x1ff698!==_0x27ec91;},_0x51f21c['WSorz']='chrome',_0x51f21c['zyAJC']=_0x31aa02(0x208),_0x51f21c[_0x31aa02(0x1c7)]=function(_0x5e0f1b,_0x300550){return _0x5e0f1b===_0x300550;},_0x51f21c[_0x31aa02(0x1d6)]=_0x31aa02(0x27c),_0x51f21c[_0x31aa02(0x1c2)]=function(_0x3da0fe,_0x293c62){return _0x3da0fe>_0x293c62;},_0x51f21c[_0x31aa02(0x28e)]=_0x31aa02(0x1c0),_0x51f21c[_0x31aa02(0x269)]='urpyK',_0x51f21c['bYvlf']=function(_0x5eabfc,_0x30ac4e){return _0x5eabfc!==_0x30ac4e;},_0x51f21c[_0x31aa02(0x24e)]='uVFRo',_0x51f21c['ktNNO']=_0x31aa02(0x27e),_0x51f21c[_0x31aa02(0x20a)]=function(_0x279776,_0x5660ef){return _0x279776!==_0x5660ef;},_0x51f21c[_0x31aa02(0x21c)]='uKoEV',_0x51f21c[_0x31aa02(0x227)]=_0x31aa02(0x20b),_0x51f21c[_0x31aa02(0x246)]=_0x31aa02(0x279),_0x51f21c['GhrSk']='qBxGK',_0x51f21c[_0x31aa02(0x1da)]=function(_0x414666,_0x5c3762){return _0x414666!==_0x5c3762;},_0x51f21c[_0x31aa02(0x1ff)]=_0x31aa02(0x204),_0x51f21c[_0x31aa02(0x282)]='nbriL';const _0x2376ea=_0x51f21c;try{if(_0x2376ea[_0x31aa02(0x22d)](_0x2376ea[_0x31aa02(0x1ef)],_0x2376ea[_0x31aa02(0x1ef)]))_0x416a71[_0x31aa02(0x215)](_0x31aa02(0x203)+_0x16bcec[_0x31aa02(0x1f0)](_0x449659));else{const _0xa6ac6b=_0x115c4d['capability']||{},_0x2b0b22=(_0xa6ac6b[_0x2376ea[_0x31aa02(0x1e0)]]?_0xa6ac6b[_0x2376ea[_0x31aa02(0x1e0)]][_0x31aa02(0x211)]:_0xa6ac6b['device'])||'';if(_0x2376ea[_0x31aa02(0x22d)](_0x2b0b22,'')){if(_0x2376ea[_0x31aa02(0x247)](_0x2376ea[_0x31aa02(0x1c1)],_0x2376ea[_0x31aa02(0x1c1)]))return logger['warn'](_0x31aa02(0x259)),![];else{const _0x9bd661={};_0x9bd661[_0x31aa02(0x277)]=_0x1dca40[_0x31aa02(0x258)][_0x31aa02(0x25d)],_0x537676[_0x2376ea['gHuNB']]=_0x9bd661;}}const _0x57de1c=_0xa6ac6b[_0x31aa02(0x243)];if(_0x2376ea['oOcmP'](_0x57de1c[_0x31aa02(0x28d)](),_0x2376ea['WSorz'])){if(_0x2376ea[_0x31aa02(0x247)](_0x2376ea[_0x31aa02(0x25b)],_0x2376ea[_0x31aa02(0x25b)]))return logger[_0x31aa02(0x26f)](_0x31aa02(0x1f5)),![];else _0x2eb260['debug'](_0x31aa02(0x207)+_0x5a842a);}const _0x34cbda=_0xa6ac6b['browserVersion']||_0xa6ac6b[_0x31aa02(0x255)];if(!bsSetupHelper[_0x31aa02(0x1d8)](_0x34cbda)&&!(_0x2376ea['zuDtp'](_0x34cbda,_0x2376ea[_0x31aa02(0x1d6)])||_0x2376ea[_0x31aa02(0x1c2)](_0x34cbda,0x5e))){if(_0x2376ea[_0x31aa02(0x22d)](_0x2376ea[_0x31aa02(0x28e)],_0x2376ea[_0x31aa02(0x269)]))return logger[_0x31aa02(0x26f)](_0x31aa02(0x24a)),![];else{const _0x5bb48a={};_0x5bb48a[_0x31aa02(0x277)]=_0x576851[_0x31aa02(0x258)][_0x31aa02(0x25d)],_0x293b7f[_0x2376ea['zWbOf']][_0x31aa02(0x24f)]=_0x5bb48a;}}let _0x5b61e6;try{if(_0x2376ea[_0x31aa02(0x21d)](_0x2376ea[_0x31aa02(0x24e)],_0x2376ea[_0x31aa02(0x1dc)]))_0x5b61e6=bsSetupHelper[_0x31aa02(0x1ca)](_0x2376ea['eltyU']);else return _0x51195b[_0x31aa02(0x240)](_0x2376ea[_0x31aa02(0x26e)]),[];}catch(_0x4d1a6f){if(_0x2376ea[_0x31aa02(0x20a)](_0x2376ea[_0x31aa02(0x21c)],_0x2376ea['uzefi']))return![];else _0x3711f7=_0x44d169[_0x31aa02(0x1ca)](_0x2376ea[_0x31aa02(0x24b)]);}const _0xa7bad8=new _0x5b61e6[(_0x31aa02(0x1e8))](_0x18488b['chromeOptions_']);if(_0xa7bad8[_0x31aa02(0x1e6)]?.['args']?.[_0x31aa02(0x206)](_0x2376ea['cFzVD']))return _0x2376ea[_0x31aa02(0x21d)](_0x2376ea[_0x31aa02(0x1cc)],_0x2376ea['GhrSk'])?(_0x1a5333[_0x31aa02(0x26f)]('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.'),{}):(logger['warn'](_0x31aa02(0x225)),![]);return!![];}}catch(_0x543c78){if(_0x2376ea[_0x31aa02(0x1da)](_0x2376ea[_0x31aa02(0x1ff)],_0x2376ea[_0x31aa02(0x282)]))logger[_0x31aa02(0x215)](_0x31aa02(0x203)+util[_0x31aa02(0x1f0)](_0x543c78));else return _0x30d021['error'](_0x2376ea['alNlL']),{};}return![];},exports[a14_0x1605d9(0x27f)]=_0x518ba5=>{const _0xbf1405=a14_0x1605d9,_0x5e2594={};_0x5e2594['KuQec']=_0xbf1405(0x276),_0x5e2594[_0xbf1405(0x253)]=function(_0x4a87b1,_0x443711){return _0x4a87b1==_0x443711;},_0x5e2594['ohBOq']=function(_0x4aa7ad,_0x331ed1){return _0x4aa7ad===_0x331ed1;},_0x5e2594[_0xbf1405(0x25f)]=function(_0x225c42,_0x5c9420){return _0x225c42&&_0x5c9420;},_0x5e2594[_0xbf1405(0x216)]=_0xbf1405(0x1d1),_0x5e2594['cyuzt']=function(_0x34ba52,_0x27f6e5){return _0x34ba52===_0x27f6e5;},_0x5e2594['xBKrs']=_0xbf1405(0x213),_0x5e2594['KUPPZ']='string',_0x5e2594[_0xbf1405(0x224)]=function(_0x484604,_0x103906){return _0x484604>_0x103906;},_0x5e2594['zdxyF']=function(_0x294fbb,_0x177576){return _0x294fbb!==_0x177576;},_0x5e2594[_0xbf1405(0x241)]='null',_0x5e2594[_0xbf1405(0x232)]=function(_0x48dd60,_0x40f904){return _0x48dd60&&_0x40f904;},_0x5e2594[_0xbf1405(0x223)]='bstack:options',_0x5e2594[_0xbf1405(0x1f4)]=function(_0x363142,_0xdd1538){return _0x363142===_0xdd1538;},_0x5e2594['BhSAD']=function(_0x5a067a,_0x4d8190){return _0x5a067a!==_0x4d8190;},_0x5e2594['wTUlf']=function(_0xc11f2f,_0x142408){return _0xc11f2f!==_0x142408;},_0x5e2594[_0xbf1405(0x28c)]=_0xbf1405(0x257),_0x5e2594[_0xbf1405(0x267)]='bUxVg',_0x5e2594[_0xbf1405(0x20f)]=_0xbf1405(0x284),_0x5e2594[_0xbf1405(0x1c8)]=function(_0x5aac1c,_0x2ffc2d){return _0x5aac1c!==_0x2ffc2d;},_0x5e2594[_0xbf1405(0x1eb)]=_0xbf1405(0x1bf),_0x5e2594[_0xbf1405(0x1fa)]=_0xbf1405(0x278),_0x5e2594[_0xbf1405(0x264)]=function(_0x1253b4,_0x5c5346){return _0x1253b4===_0x5c5346;},_0x5e2594[_0xbf1405(0x1c5)]=_0xbf1405(0x235),_0x5e2594[_0xbf1405(0x214)]=_0xbf1405(0x222),_0x5e2594[_0xbf1405(0x1ea)]=_0xbf1405(0x287),_0x5e2594['JIaIt']=_0xbf1405(0x266),_0x5e2594[_0xbf1405(0x20c)]=_0xbf1405(0x26c),_0x5e2594['gGzlq']=_0xbf1405(0x270),_0x5e2594['YfuMC']=_0xbf1405(0x234),_0x5e2594[_0xbf1405(0x263)]=_0xbf1405(0x286),_0x5e2594[_0xbf1405(0x237)]=function(_0x3a4d56,_0x947e95){return _0x3a4d56!==_0x947e95;},_0x5e2594[_0xbf1405(0x265)]=_0xbf1405(0x1e4),_0x5e2594['cUAah']=function(_0x1c6feb,_0x213b37){return _0x1c6feb!==_0x213b37;},_0x5e2594[_0xbf1405(0x244)]=_0xbf1405(0x24c),_0x5e2594[_0xbf1405(0x239)]='VOiBj',_0x5e2594['OWFEq']=function(_0x3c62bb,_0x461826){return _0x3c62bb!==_0x461826;},_0x5e2594[_0xbf1405(0x228)]=_0xbf1405(0x1e7);const _0x35ad50=_0x5e2594;try{if(_0x35ad50[_0xbf1405(0x272)](_0x35ad50[_0xbf1405(0x28c)],_0x35ad50[_0xbf1405(0x267)])){let _0x3a66cb=_0x518ba5[_0xbf1405(0x245)]||{};if(_0x3a66cb[_0x35ad50[_0xbf1405(0x223)]]&&_0x3a66cb[_0x35ad50[_0xbf1405(0x223)]]['accessibility']||_0x518ba5[_0xbf1405(0x245)][_0x35ad50['ltDYR']]){if(_0x35ad50[_0xbf1405(0x1c8)](_0x35ad50['QUACY'],_0x35ad50[_0xbf1405(0x1fa)])){global[_0xbf1405(0x252)]=!![];if(_0x3a66cb[_0x35ad50[_0xbf1405(0x223)]]){if(_0x35ad50[_0xbf1405(0x264)](_0x35ad50[_0xbf1405(0x1c5)],_0x35ad50[_0xbf1405(0x214)]))_0x4fd8cc[_0x35ad50[_0xbf1405(0x274)]][_0xbf1405(0x277)]=_0x523358[_0xbf1405(0x258)]['BS_A11Y_JWT'];else{if(_0x3a66cb[_0x35ad50['idBFD']][_0xbf1405(0x24f)]){if(_0x35ad50[_0xbf1405(0x21f)](_0x35ad50[_0xbf1405(0x1ea)],_0x35ad50[_0xbf1405(0x251)]))_0x3a66cb[_0x35ad50[_0xbf1405(0x223)]][_0xbf1405(0x24f)][_0xbf1405(0x277)]=process[_0xbf1405(0x258)]['BS_A11Y_JWT'];else return _0x219da8[_0xbf1405(0x26f)](_0xbf1405(0x225)),![];}else{if(_0x35ad50['RmpiH'](_0x35ad50['YQjZM'],_0x35ad50[_0xbf1405(0x271)]))_0x52650c[_0xbf1405(0x215)](_0xbf1405(0x1ce)+_0x11f420);else{const _0xf39f28={};_0xf39f28['authToken']=process[_0xbf1405(0x258)]['BS_A11Y_JWT'],_0x3a66cb[_0x35ad50['idBFD']]['accessibilityOptions']=_0xf39f28;}}_0x3a66cb[_0x35ad50[_0xbf1405(0x223)]][_0xbf1405(0x24f)][_0xbf1405(0x202)]=JSON[_0xbf1405(0x24d)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xbf1405(0x202)];}}else{if(_0x518ba5[_0xbf1405(0x245)][_0x35ad50[_0xbf1405(0x20f)]]){if(_0x35ad50[_0xbf1405(0x256)](_0x35ad50[_0xbf1405(0x22a)],_0x35ad50[_0xbf1405(0x263)])){if(_0x35ad50['ITghi'](_0x4e4c21[_0xbf1405(0x258)][_0xbf1405(0x1fb)],null))return!![];try{const _0x7bd678=_0x641309['parse'](_0x27c6ab[_0xbf1405(0x258)][_0xbf1405(0x1fb)]),_0x3a94dc=_0x5b62e8[_0xbf1405(0x22b)](_0x7bd678[_0xbf1405(0x1d5)])?_0x7bd678['includeTagsInTestingScope']:[],_0x22969b=_0x256ef0['isArray'](_0x7bd678[_0xbf1405(0x288)])?_0x7bd678[_0xbf1405(0x288)]:[],_0x3fd32c=_0x23c617['join']('/'),_0x5788fb=_0x22969b[_0xbf1405(0x226)](_0x5840ac=>_0x3fd32c[_0xbf1405(0x206)](_0x5840ac)),_0x1151f8=_0x35ad50[_0xbf1405(0x256)](_0x3a94dc[_0xbf1405(0x1ed)],0x0)||_0x3a94dc[_0xbf1405(0x226)](_0x19cbbb=>_0x3fd32c['includes'](_0x19cbbb));return _0x35ad50[_0xbf1405(0x25f)](!_0x5788fb,_0x1151f8);}catch(_0x4fab10){_0xfbb794[_0xbf1405(0x215)](_0x35ad50['sQyqD'],_0x4fab10);}return![];}else{if(_0x3a66cb[_0x35ad50[_0xbf1405(0x274)]]){if(_0x35ad50['EqflK'](_0x35ad50[_0xbf1405(0x265)],_0x35ad50[_0xbf1405(0x265)])){try{if(!_0x3d5a3a['isBrowserstackInfra']())return![];const _0x328881=_0x35ad50['cyuzt'](_0x11b436[_0xbf1405(0x258)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x35ad50['xBKrs'])||_0x35ad50[_0xbf1405(0x1df)](_0x2937a2[_0xbf1405(0x258)][_0xbf1405(0x25c)],_0x35ad50[_0xbf1405(0x26b)]),_0x1ba6f8=_0x35ad50[_0xbf1405(0x256)](typeof _0x1a67d8['env'][_0xbf1405(0x25d)],_0x35ad50[_0xbf1405(0x25e)])&&_0x35ad50[_0xbf1405(0x224)](_0x57940a[_0xbf1405(0x258)][_0xbf1405(0x25d)]['length'],0x0)&&_0x35ad50[_0xbf1405(0x289)](_0xba7ebc[_0xbf1405(0x258)]['BS_A11Y_JWT'],_0x35ad50['XZsAu']);return _0x35ad50['laDeT'](_0x328881,_0x1ba6f8);}catch(_0x26add3){_0x1b7dc2['debug'](_0xbf1405(0x207)+_0x26add3);}return![];}else _0x3a66cb[_0x35ad50[_0xbf1405(0x274)]][_0xbf1405(0x277)]=process['env'][_0xbf1405(0x25d)];}else{if(_0x35ad50['cUAah'](_0x35ad50[_0xbf1405(0x244)],_0x35ad50[_0xbf1405(0x239)])){const _0x52046b={};_0x52046b[_0xbf1405(0x277)]=process[_0xbf1405(0x258)]['BS_A11Y_JWT'],_0x3a66cb[_0x35ad50[_0xbf1405(0x274)]]=_0x52046b;}else{const _0x3a4815=_0x2bf8d3['parse'](_0x990850[_0xbf1405(0x258)][_0xbf1405(0x1fb)]),_0x1a385b=_0x5841df['isArray'](_0x3a4815['includeTagsInTestingScope'])?_0x3a4815[_0xbf1405(0x1d5)]:[],_0xc7f1e0=_0x5cccf8['isArray'](_0x3a4815[_0xbf1405(0x288)])?_0x3a4815[_0xbf1405(0x288)]:[],_0x58c017=_0x31e75d[_0xbf1405(0x1c4)]('/'),_0x5a6740=_0xc7f1e0['some'](_0x217795=>_0x58c017['includes'](_0x217795)),_0x3ea98d=_0x35ad50[_0xbf1405(0x1df)](_0x1a385b['length'],0x0)||_0x1a385b[_0xbf1405(0x226)](_0x44af5a=>_0x58c017['includes'](_0x44af5a));return _0x35ad50[_0xbf1405(0x232)](!_0x5a6740,_0x3ea98d);}}_0x3a66cb[_0x35ad50['KuQec']][_0xbf1405(0x202)]=JSON['parse'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])[_0xbf1405(0x202)];}}}}else _0x3e1fe4[_0x35ad50[_0xbf1405(0x223)]][_0xbf1405(0x24f)][_0xbf1405(0x277)]=_0x1d508f['env'][_0xbf1405(0x25d)];}}else return _0x4152f3[_0xbf1405(0x26f)](_0xbf1405(0x1f5)),![];}catch(_0x51c47b){if(_0x35ad50[_0xbf1405(0x205)](_0x35ad50[_0xbf1405(0x228)],_0x35ad50['fWUmw'])){if(!_0x2ab61d[_0xbf1405(0x28f)]())return![];const _0x1b31f3=_0x35ad50[_0xbf1405(0x256)](_0x78749d['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x35ad50['xBKrs'])||_0x35ad50[_0xbf1405(0x1f4)](_0x30b9a5['env'][_0xbf1405(0x25c)],_0x35ad50[_0xbf1405(0x26b)]),_0x4a9af6=_0x35ad50['ohBOq'](typeof _0x4f1ee2[_0xbf1405(0x258)][_0xbf1405(0x25d)],_0x35ad50[_0xbf1405(0x25e)])&&_0x35ad50[_0xbf1405(0x224)](_0x5158e0[_0xbf1405(0x258)][_0xbf1405(0x25d)]['length'],0x0)&&_0x35ad50[_0xbf1405(0x21f)](_0x4f13d6[_0xbf1405(0x258)][_0xbf1405(0x25d)],_0x35ad50[_0xbf1405(0x241)]);return _0x35ad50[_0xbf1405(0x25f)](_0x1b31f3,_0x4a9af6);}else logger[_0xbf1405(0x215)](_0xbf1405(0x220)+_0x51c47b);}},exports[a14_0x1605d9(0x254)]=async(_0x16d399,_0x1e489a)=>{const _0x57966a=a14_0x1605d9,_0x47db2a={};_0x47db2a[_0x57966a(0x248)]=function(_0x2f6075,_0x50cc48){return _0x2f6075===_0x50cc48;},_0x47db2a[_0x57966a(0x23a)]='Hzpgm',_0x47db2a[_0x57966a(0x1f7)]=function(_0x2ac240,_0x29cf96){return _0x2ac240===_0x29cf96;},_0x47db2a[_0x57966a(0x22e)]=_0x57966a(0x281),_0x47db2a[_0x57966a(0x1cf)]='No\x20accessibility\x20results\x20were\x20found.';const _0x4624ea=_0x47db2a;if(!this['isAccessibilityAutomationSession']()||!_0x1e489a[_0x57966a(0x252)])return _0x4624ea['xjwyk'](_0x4624ea[_0x57966a(0x23a)],_0x4624ea[_0x57966a(0x23a)])?(logger[_0x57966a(0x26f)](_0x57966a(0x23c)),[]):(_0x54cd9b[_0x57966a(0x26f)](_0x57966a(0x259)),![]);try{if(_0x4624ea[_0x57966a(0x1f7)](_0x4624ea[_0x57966a(0x22e)],_0x4624ea['NIOel'])){let _0x23b5f3=await _0x16d399['executeScript'](_0x57966a(0x261));return _0x23b5f3;}else return _0x152d49[_0x57966a(0x26f)](_0x57966a(0x24a)),![];}catch{return logger[_0x57966a(0x240)](_0x4624ea['bQlnZ']),[];}},exports[a14_0x1605d9(0x1be)]=async(_0x3bd81a,_0x3e5877)=>{const _0x5ac039=a14_0x1605d9,_0x210882={};_0x210882[_0x5ac039(0x280)]=_0x5ac039(0x27b);const _0x3d242b=_0x210882;if(!this['isAccessibilityAutomationSession']()||!_0x3e5877[_0x5ac039(0x252)])return logger['warn']('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.'),{};try{let _0x3c526c=await _0x3bd81a[_0x5ac039(0x1f6)](_0x5ac039(0x218));return _0x3c526c;}catch{return logger[_0x5ac039(0x240)](_0x3d242b[_0x5ac039(0x280)]),{};}};
|