browserstack-node-sdk 1.26.3 → 1.26.4
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 -0
- package/ats/src/cloudproviders/Azure.js +1 -0
- package/ats/src/cloudproviders/CloudProvider.js +1 -0
- package/ats/src/cloudproviders/utils.js +1 -0
- 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/templates/azureresources/akscluster.json +127 -0
- package/ats/src/templates/azureresources/azureInstancetypes.json +759 -0
- package/ats/src/templates/azureresources/federatedidentityhub.json +50 -0
- package/ats/src/templates/azureresources/federatedidentitynode.json +50 -0
- package/ats/src/templates/azureresources/managedidentity.json +49 -0
- package/ats/src/templates/azureresources/storageaccount.json +92 -0
- package/ats/src/templates/default-service-account.yaml +5 -0
- 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/constants.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/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/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/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/performance-tester.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a25_0x5beef5=a25_0x59b0;(function(_0x55cc93,_0x195686){const _0x560a65=a25_0x59b0,_0x174409=_0x55cc93();while(!![]){try{const _0x56fde4=-parseInt(_0x560a65(0x1f6))/0x1*(parseInt(_0x560a65(0x16d))/0x2)+parseInt(_0x560a65(0x2cc))/0x3+-parseInt(_0x560a65(0x2e1))/0x4+-parseInt(_0x560a65(0x240))/0x5+-parseInt(_0x560a65(0x27a))/0x6*(-parseInt(_0x560a65(0x2ef))/0x7)+parseInt(_0x560a65(0x307))/0x8+parseInt(_0x560a65(0x192))/0x9;if(_0x56fde4===_0x195686)break;else _0x174409['push'](_0x174409['shift']());}catch(_0x46caf8){_0x174409['push'](_0x174409['shift']());}}}(a25_0x7ec2,0x84ee0));const {requireModule,resolveModule,playwrightSetSessionName,playwrightMarkSessionStatus,isFalse}=require(a25_0x5beef5(0x225)),path=require('path'),processRunner=requireModule(a25_0x5beef5(0x218)),{debug,getPlatformDetails}=require(a25_0x5beef5(0x1c6)),base=requireModule(a25_0x5beef5(0x1ee)),MyReporter=require('./reporter/reporter'),requestSpy=require(a25_0x5beef5(0x2f8)),RequestQueueHandler=require(a25_0x5beef5(0x2f2)),TestDetails=require(a25_0x5beef5(0x2dd)),url=require('url'),{o11yErrorHandler}=require(a25_0x5beef5(0x221)),PerformanceTester=require(a25_0x5beef5(0x27d)),fs=require('fs');let importError=null,sessionError=null,Connection=null;const a25_0x340088={};a25_0x340088['workerInfo']=undefined,a25_0x340088[a25_0x5beef5(0x133)]={},a25_0x340088[a25_0x5beef5(0x19b)]={},a25_0x340088['o11ySyncDone']=![],a25_0x340088[a25_0x5beef5(0x133)]['id']=undefined,a25_0x340088[a25_0x5beef5(0x133)][a25_0x5beef5(0x2b9)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x1aa)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x223)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x197)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x22a)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x2b1)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x1d8)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x18b)]=undefined,a25_0x340088[a25_0x5beef5(0x19b)][a25_0x5beef5(0x319)]={};const workerDetails=a25_0x340088,logPatcher=require(a25_0x5beef5(0x142)),BSTestOpsPatcher=new logPatcher({}),{consoleHolder}=require(a25_0x5beef5(0x267));console={},Object[a25_0x5beef5(0x2f1)](consoleHolder)['forEach'](_0x39a42d=>{const _0xc6b15f=a25_0x5beef5,_0x4acf2c={};_0x4acf2c[_0xc6b15f(0x200)]=function(_0xb03ec,_0x5646f0){return _0xb03ec===_0x5646f0;},_0x4acf2c[_0xc6b15f(0x122)]=_0xc6b15f(0x156),_0x4acf2c[_0xc6b15f(0x129)]='KXiPN';const _0x51984b=_0x4acf2c;console[_0x39a42d]=(..._0x51cbd5)=>{const _0x1480e3=_0xc6b15f;_0x51984b[_0x1480e3(0x200)](_0x51984b[_0x1480e3(0x122)],_0x51984b['EVsbO'])?_0x327b8c[_0x1ec5fc]=(..._0x55ca23)=>{_0x1d2edc[_0x66ff34](..._0x55ca23);}:BSTestOpsPatcher[_0x39a42d](..._0x51cbd5);};});const getPWCorePath=()=>{const _0x13ddbb=a25_0x5beef5,_0x9aaa29={'BGZpT':function(_0x17083d,_0x47d32d){return _0x17083d(_0x47d32d);},'vOEck':_0x13ddbb(0x2ea),'LfWuf':'test','MNyop':'node_modules','qFsXk':_0x13ddbb(0x13b),'YogRr':function(_0x5ebc73,_0xb7cf0e){return _0x5ebc73===_0xb7cf0e;},'Nijaz':_0x13ddbb(0x245),'FkRJn':function(_0x1f1c9c,_0x2ec537){return _0x1f1c9c(_0x2ec537);},'RESkN':_0x13ddbb(0x190),'iwogy':function(_0x196208,_0x323b48){return _0x196208===_0x323b48;}},_0x297bf7=_0x9aaa29['BGZpT'](resolveModule,path['join'](_0x9aaa29['vOEck'],_0x9aaa29[_0x13ddbb(0x2f4)],_0x9aaa29[_0x13ddbb(0x29d)],_0x9aaa29[_0x13ddbb(0x28a)]));if(_0x9aaa29['YogRr'](_0x297bf7[_0x13ddbb(0x24b)],_0x9aaa29[_0x13ddbb(0x12c)]))return _0x297bf7[_0x13ddbb(0x179)];let _0x3e711b=_0x9aaa29[_0x13ddbb(0x2b0)](resolveModule,path[_0x13ddbb(0x26d)](_0x9aaa29['qFsXk']));if(_0x3e711b['path']&&_0x3e711b[_0x13ddbb(0x179)]['endsWith'](_0x9aaa29['RESkN']))_0x3e711b[_0x13ddbb(0x179)]=path['dirname'](_0x3e711b[_0x13ddbb(0x179)]);if(_0x9aaa29['iwogy'](_0x3e711b[_0x13ddbb(0x24b)],_0x9aaa29[_0x13ddbb(0x12c)]))return _0x3e711b['path'];return _0x297bf7[_0x13ddbb(0x179)]||_0x3e711b[_0x13ddbb(0x179)];},importFileFromPWCore=_0x5aa1c7=>{const _0x579a02=a25_0x5beef5,_0x59bfcd={'qDfCK':function(_0x8896af,_0x3c3daa){return _0x8896af(_0x3c3daa);},'GwMJW':function(_0x4376a4,_0x516ea9){return _0x4376a4===_0x516ea9;},'lsLbj':_0x579a02(0x140),'QnLbQ':_0x579a02(0x138),'bUixW':function(_0x34df1a,_0x23b638){return _0x34df1a(_0x23b638);},'MmCsZ':function(_0x1ff229){return _0x1ff229();},'bNUBb':_0x579a02(0x27e),'bVhJz':'LtIUw','BmMqo':function(_0x8e4e20,_0x1762c4){return _0x8e4e20(_0x1762c4);},'mmcSo':function(_0x557e42,_0xa17486){return _0x557e42!==_0xa17486;},'eONWm':_0x579a02(0x194),'sppXf':'mIigV','hHHDx':_0x579a02(0x198),'TviSn':function(_0x24bcd9,_0x45324f){return _0x24bcd9(_0x45324f);}},_0x2af6a5=_0x59bfcd['MmCsZ'](getPWCorePath);if(!_0x2af6a5){if(_0x59bfcd[_0x579a02(0x23e)](_0x59bfcd['bNUBb'],_0x59bfcd[_0x579a02(0x1d4)]))_0x59bfcd[_0x579a02(0x2eb)](_0x1a4b76,_0x579a02(0x2ee)+_0x185772),_0x51cde8=_0x4a2ff6[_0x579a02(0x1f4)]();else{_0x59bfcd['BmMqo'](debug,_0x579a02(0x20e));return;}}const _0x17f8eb=path[_0x579a02(0x26d)](_0x2af6a5,_0x5aa1c7);try{if(_0x59bfcd[_0x579a02(0x2af)](_0x59bfcd['eONWm'],_0x59bfcd['sppXf']))return _0x59bfcd[_0x579a02(0x265)](requireModule,_0x17f8eb);else _0xc43173=_0x59bfcd[_0x579a02(0x2eb)](_0xc60fbf,_0x570cf7),_0x59bfcd['GwMJW'](_0x5b5330,_0x59bfcd['lsLbj'])&&(_0x4fb2f8=_0x59bfcd[_0x579a02(0x242)],_0x3b4926=_0x59bfcd[_0x579a02(0x265)](_0xcaf054,_0x39c524)||_0x32e677,_0x2be19b=_0x325fc3['currentSessionDetails'][_0x579a02(0x2b1)],_0x2d1cea=_0x2a56ac[_0x579a02(0x19b)][_0x579a02(0x1d8)]);}catch(_0xdf2bdf){if(_0x59bfcd[_0x579a02(0x23e)](_0x59bfcd['hHHDx'],_0x59bfcd[_0x579a02(0x243)]))_0x59bfcd['TviSn'](debug,_0x579a02(0x26e)+_0x17f8eb+':\x20'+_0xdf2bdf[_0x579a02(0x1f4)]());else return;}};if(!isFalse(process['env'][a25_0x5beef5(0x1ec)])){try{const connectionRelativePath=path['join'](a25_0x5beef5(0x1e9),'client',a25_0x5beef5(0x16f)),importedConnection=importFileFromPWCore(connectionRelativePath);!importedConnection?debug(a25_0x5beef5(0x146)):Connection=importedConnection[a25_0x5beef5(0x220)];}catch(a25_0x5603a3){debug('Error\x20in\x20importing\x20connection\x20'+a25_0x5603a3['toString']());}try{if(Connection!=null){let originalDispatch=Connection[a25_0x5beef5(0x296)][a25_0x5beef5(0x187)];Object['defineProperty'](Connection['prototype'],a25_0x5beef5(0x187),{'get':function(){const _0x844cdd=a25_0x5beef5,_0x3e86f7={'MZOMN':function(_0x488016,_0x9616d1){return _0x488016(_0x9616d1);},'FXTxr':function(_0x5764a1,_0x5e9488){return _0x5764a1===_0x5e9488;},'ZAzOv':_0x844cdd(0x204),'HNWSF':function(_0x47802e,_0x40fe75){return _0x47802e!==_0x40fe75;},'zatJs':'pbpCk','sSaHX':_0x844cdd(0x2c1),'vcrHp':function(_0x57e53e,_0x22fed3){return _0x57e53e!==_0x22fed3;},'SLWVA':_0x844cdd(0x1ff),'fcThZ':_0x844cdd(0x19d),'jIpXc':_0x844cdd(0x2c8),'ocuPJ':_0x844cdd(0x15f)};return function _0x42832d(_0x128b12){const _0x1556c3=_0x844cdd,_0x5538e3={'UjTwe':function(_0x4ac26d,_0x1b8fc8){const _0xfd9886=a25_0x59b0;return _0x3e86f7[_0xfd9886(0x241)](_0x4ac26d,_0x1b8fc8);}};if(_0x3e86f7[_0x1556c3(0x17f)](_0x3e86f7[_0x1556c3(0x21e)],_0x3e86f7[_0x1556c3(0x21e)])){const _0x28e3a5=_0x128b12&&_0x128b12[_0x1556c3(0x1b0)]&&_0x128b12['params'][_0x1556c3(0x264)];if(_0x28e3a5){if(_0x3e86f7['HNWSF'](_0x3e86f7['zatJs'],_0x3e86f7[_0x1556c3(0x1fd)])){const _0x2e1fa3=_0x28e3a5[_0x1556c3(0x22e)],_0x105da4=_0x28e3a5['platformDetails'];_0x105da4&&(_0x3e86f7[_0x1556c3(0x13c)](_0x3e86f7[_0x1556c3(0x261)],_0x3e86f7['fcThZ'])?(_0x3e86f7[_0x1556c3(0x241)](debug,_0x1556c3(0x2a0)+_0x105da4[_0x1556c3(0x1f4)]()),workerDetails[_0x1556c3(0x19b)]['platform']=_0x105da4[_0x1556c3(0x21c)],workerDetails[_0x1556c3(0x19b)][_0x1556c3(0x1d8)]=_0x105da4[_0x1556c3(0x279)]):_0x3e86f7[_0x1556c3(0x241)](_0x326710,_0x1556c3(0x26e)+_0x460697+':\x20'+_0x59095a['toString']()));if(_0x2e1fa3){if(_0x3e86f7[_0x1556c3(0x17f)](_0x3e86f7[_0x1556c3(0x24e)],_0x3e86f7[_0x1556c3(0x18f)])){const _0x4580a2=_0x439571[_0x1556c3(0x19b)],_0x5cfe2b={};_0x5cfe2b[_0x1556c3(0x197)]=_0x4580a2[_0x1556c3(0x197)],_0x5cfe2b[_0x1556c3(0x22a)]=_0x4580a2[_0x1556c3(0x22a)],_0x5cfe2b[_0x1556c3(0x319)]=_0x4580a2['capabilities'],_0x5cfe2b[_0x1556c3(0x2b1)]=_0x4580a2[_0x1556c3(0x2b1)],_0x5cfe2b['platform_version']=_0x4580a2[_0x1556c3(0x1d8)],_0x5cfe2b[_0x1556c3(0x18b)]=_0x4580a2['product'],_0x5cfe2b[_0x1556c3(0x12a)]=_0x4580a2['bsSessionId'];const _0x424ff9={[_0x2a65cc[_0x1556c3(0x19b)][_0x1556c3(0x1aa)]]:_0x5cfe2b};return _0x424ff9;}else _0x3e86f7[_0x1556c3(0x241)](debug,'Setting\x20session\x20id\x20received\x20from\x20BS\x20'+_0x2e1fa3),workerDetails[_0x1556c3(0x19b)][_0x1556c3(0x223)]=_0x2e1fa3;}}else return _0x5538e3[_0x1556c3(0x2d0)](_0x1abeab,_0x4d35aa);}return originalDispatch[_0x1556c3(0x2aa)](this,arguments);}else _0x707be7[_0x1556c3(0x252)](_0x1556c3(0x1e0)+_0x49bf46[_0x1556c3(0x232)][_0x1556c3(0x1f4)]()+'.json');};}});}}catch(a25_0x2fb034){debug(a25_0x5beef5(0x2ee)+a25_0x2fb034),sessionError=a25_0x2fb034[a25_0x5beef5(0x1f4)]();}}const getCloudProviderFromWsEndpoint=_0x3a33c3=>{const _0x5368d8=a25_0x5beef5,_0x2d5496={};_0x2d5496[_0x5368d8(0x30e)]=_0x5368d8(0x151),_0x2d5496[_0x5368d8(0x184)]=_0x5368d8(0x1ce),_0x2d5496[_0x5368d8(0x29e)]=function(_0x12cd1f,_0x10977e){return _0x12cd1f!==_0x10977e;},_0x2d5496[_0x5368d8(0x1d3)]=_0x5368d8(0x294),_0x2d5496[_0x5368d8(0x15a)]=_0x5368d8(0x203),_0x2d5496[_0x5368d8(0x1d6)]=_0x5368d8(0x140),_0x2d5496[_0x5368d8(0x2d2)]=_0x5368d8(0x2fa);const _0xcae0b1=_0x2d5496;if(_0x3a33c3['includes'](_0xcae0b1[_0x5368d8(0x184)]))return _0xcae0b1['rTnjD'](_0xcae0b1[_0x5368d8(0x1d3)],_0xcae0b1[_0x5368d8(0x15a)])?_0xcae0b1[_0x5368d8(0x1d6)]:_0xcae0b1[_0x5368d8(0x30e)];return _0xcae0b1[_0x5368d8(0x2d2)];},getCBTInfo=()=>{const _0x41bcd4=a25_0x5beef5,_0x1196a0=workerDetails[_0x41bcd4(0x19b)],_0x16bbee={};_0x16bbee[_0x41bcd4(0x197)]=_0x1196a0[_0x41bcd4(0x197)],_0x16bbee[_0x41bcd4(0x22a)]=_0x1196a0[_0x41bcd4(0x22a)],_0x16bbee[_0x41bcd4(0x319)]=_0x1196a0['capabilities'],_0x16bbee[_0x41bcd4(0x2b1)]=_0x1196a0['platform'],_0x16bbee[_0x41bcd4(0x1d8)]=_0x1196a0['platform_version'],_0x16bbee[_0x41bcd4(0x18b)]=_0x1196a0[_0x41bcd4(0x18b)],_0x16bbee['session_id']=_0x1196a0[_0x41bcd4(0x223)];const _0x4e3c0f={[workerDetails[_0x41bcd4(0x19b)][_0x41bcd4(0x1aa)]]:_0x16bbee};return _0x4e3c0f;},getBrowserNameFromChannel=_0x581ce9=>{const _0x2cadc4=a25_0x5beef5,_0x1892ad={'eJsIT':function(_0x87b28c,_0x96ff0f){return _0x87b28c(_0x96ff0f);},'hVuJF':function(_0xeb4981,_0x367c6f,_0x5b7a36){return _0xeb4981(_0x367c6f,_0x5b7a36);},'nKMFl':function(_0x33b5bf,_0x504a77){return _0x33b5bf(_0x504a77);},'iKsuF':_0x2cadc4(0x24a),'xWTWH':function(_0x5e95ca,_0x128e37){return _0x5e95ca!==_0x128e37;},'wOUnY':_0x2cadc4(0x287),'ZniAD':_0x2cadc4(0x2a2),'TNHTS':function(_0x47227f,_0x414239){return _0x47227f!==_0x414239;},'wvvNq':_0x2cadc4(0x177),'UBfWc':_0x2cadc4(0x151),'gSDoM':function(_0xec746e,_0x4cd4af){return _0xec746e!==_0x4cd4af;},'pxmfH':'cFZpJ','nnfSY':'safari','uPRev':function(_0x399cef,_0x2be45b){return _0x399cef===_0x2be45b;},'gceBd':_0x2cadc4(0x274),'jfdLo':'FTCiM'};if(_0x581ce9[_0x2cadc4(0x1d9)](_0x1892ad[_0x2cadc4(0x237)])){if(_0x1892ad['xWTWH'](_0x1892ad[_0x2cadc4(0x181)],_0x1892ad[_0x2cadc4(0x181)])){const _0x500e19=_0x558220['currentTest'][_0x2cadc4(0x2b9)]||_0x532a1f[_0x2cadc4(0x201)];if(!_0x500e19){_0x1892ad[_0x2cadc4(0x14d)](_0x216354,_0x2cadc4(0x1ef));return;}return _0x1892ad[_0x2cadc4(0x317)](_0x12fa2e,_0x32a9b1,_0x500e19),_0x70eaa8;}else return _0x1892ad['iKsuF'];}if(_0x581ce9[_0x2cadc4(0x1d9)](_0x1892ad[_0x2cadc4(0x30a)]))return _0x1892ad[_0x2cadc4(0x186)](_0x1892ad['wvvNq'],_0x1892ad[_0x2cadc4(0x22f)])?async function _0x2f1b39(){const _0x2031b7=_0x2cadc4;return _0x50ad45[_0x2031b7(0x2aa)](this,arguments);}:_0x1892ad[_0x2cadc4(0x30a)];if(_0x581ce9[_0x2cadc4(0x1d9)](_0x1892ad[_0x2cadc4(0x1b6)])){if(_0x1892ad[_0x2cadc4(0x23c)](_0x1892ad['pxmfH'],_0x1892ad[_0x2cadc4(0x11d)])){_0x1892ad[_0x2cadc4(0x205)](_0x3266a7,_0x2cadc4(0x20e));return;}else return _0x1892ad['UBfWc'];}if(_0x581ce9[_0x2cadc4(0x1d9)](_0x1892ad[_0x2cadc4(0x283)])){if(_0x1892ad[_0x2cadc4(0x1ed)](_0x1892ad[_0x2cadc4(0x23a)],_0x1892ad[_0x2cadc4(0x14b)])){const _0x1d8869=_0x212035[_0x2cadc4(0x1cf)](_0x82dab1),_0x4ef866=new _0x343bce(_0x1d8869[_0x2cadc4(0x2f3)]),_0x8b69b5=_0x17e2db[_0x2cadc4(0x1de)](_0x4ef866['entries']()),_0x543ce6=_0x2ad001['parse'](_0x8b69b5[_0x2cadc4(0x1ab)]);return _0x543ce6&&_0x543ce6[_0x2cadc4(0x197)]?_0x543ce6[_0x2cadc4(0x197)]:_0x1892ad['iKsuF'];}else return _0x1892ad[_0x2cadc4(0x283)];}},getBrowserFromWSEndpoint=_0x31ad8a=>{const _0x1c73b0=a25_0x5beef5,_0x36ef38={'iupOQ':function(_0x413f45,_0x3d7559){return _0x413f45(_0x3d7559);},'ZJFaO':_0x1c73b0(0x146),'JPcjH':function(_0x1c5de6,_0x7b0907){return _0x1c5de6===_0x7b0907;},'rTlyE':_0x1c73b0(0x28e),'WlGPZ':function(_0x9c1b5d,_0x33ea5a,_0x220b0d,_0x12b8fa){return _0x9c1b5d(_0x33ea5a,_0x220b0d,_0x12b8fa);},'kjHsn':function(_0x17c6ae,_0x5c6c04){return _0x17c6ae!==_0x5c6c04;},'WHonv':_0x1c73b0(0x2b8),'saaVD':_0x1c73b0(0x2ab),'VRyCq':_0x1c73b0(0x259),'edHYF':_0x1c73b0(0x1b9),'bohWT':function(_0xadcc12,_0x872c2d){return _0xadcc12!==_0x872c2d;},'IdfXu':_0x1c73b0(0x266),'ZVOKz':_0x1c73b0(0x24a),'HFKqq':function(_0x343302,_0x2e3af1){return _0x343302===_0x2e3af1;},'orGWn':_0x1c73b0(0x257),'lCkgV':function(_0x18f2e7,_0x3f664f){return _0x18f2e7(_0x3f664f);}};try{if(_0x36ef38[_0x1c73b0(0x239)](_0x36ef38[_0x1c73b0(0x19c)],_0x36ef38['saaVD'])){const _0x3aa0a0=url[_0x1c73b0(0x1cf)](_0x31ad8a),_0x38759b=new URLSearchParams(_0x3aa0a0[_0x1c73b0(0x2f3)]),_0x5ceb90=Object[_0x1c73b0(0x1de)](_0x38759b[_0x1c73b0(0x11f)]()),_0x15c397=JSON[_0x1c73b0(0x1cf)](_0x5ceb90[_0x1c73b0(0x1ab)]);if(_0x15c397&&_0x15c397[_0x1c73b0(0x197)]){if(_0x36ef38[_0x1c73b0(0x2cb)](_0x36ef38[_0x1c73b0(0x182)],_0x36ef38[_0x1c73b0(0x260)]))_0x36ef38['iupOQ'](_0x1f722c,_0x36ef38[_0x1c73b0(0x2b6)]);else return _0x15c397[_0x1c73b0(0x197)];}else return _0x36ef38[_0x1c73b0(0x173)](_0x36ef38[_0x1c73b0(0x272)],_0x36ef38['IdfXu'])?_0x7acdd2[_0x1c73b0(0x2aa)](this,arguments):_0x36ef38[_0x1c73b0(0x27b)];}else return _0x4ad2d6[_0x1c73b0(0x2aa)](this,arguments)[_0x1c73b0(0x1f3)](_0x5c73f9=>{const _0x84cd43=_0x1c73b0,_0x110c79=_0x181980['currentTest'][_0x84cd43(0x2b9)]||_0x5bc11c[_0x84cd43(0x201)];if(!_0x110c79){_0x36ef38[_0x84cd43(0x2f5)](_0x1f3b1f,_0x84cd43(0x1ef));return;}let _0x380f6f=_0xdde0f3[_0x84cd43(0x2bb)];return _0x36ef38[_0x84cd43(0x2cb)](typeof _0x5811fa,_0x36ef38['rTlyE'])&&(_0x380f6f=_0x2c4f78),_0x36ef38[_0x84cd43(0x305)](_0x9afe05,_0x5c73f9,_0x110c79,_0x380f6f),_0x5c73f9;});}catch(_0x4a07b9){if(_0x36ef38['HFKqq'](_0x36ef38[_0x1c73b0(0x18d)],_0x36ef38['orGWn']))_0x36ef38[_0x1c73b0(0x20d)](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x4a07b9[_0x1c73b0(0x1f4)]());else return;}},setupBrowserDetails=o11yErrorHandler(async function setupBrowserDetails(_0x33227e,_0x1031f0,_0x37091e=null){const _0x568339=a25_0x5beef5,_0x5a612e={'Zayja':function(_0x9cf7e6){return _0x9cf7e6();},'yVnyu':function(_0x4ff7bc,_0x5dd6fe){return _0x4ff7bc(_0x5dd6fe);},'fYDQs':'chrome','yNGxn':function(_0x124073,_0x57f356){return _0x124073(_0x57f356);},'IfmyN':_0x568339(0x140),'Qfwiq':_0x568339(0x2d3),'svCHP':function(_0x15b521,_0x954177){return _0x15b521!==_0x954177;},'VfxnO':_0x568339(0x2b7),'JBUuL':_0x568339(0x14c),'qxaLZ':function(_0x584d8a,_0xfbafb2){return _0x584d8a===_0xfbafb2;},'BoRCF':_0x568339(0x1d1),'ksiqq':_0x568339(0x202),'nyVRl':function(_0x2db2ca,_0x1e87e7){return _0x2db2ca!==_0x1e87e7;},'GnfwM':_0x568339(0x2ed),'ewPHP':_0x568339(0x313),'KxkMI':'automate','fSJPs':function(_0x5bfa87,_0x3ffe55){return _0x5bfa87!==_0x3ffe55;},'tOswd':'ABJbZ','sHTZF':_0x568339(0x1cd),'hXVHb':function(_0x4d62f3,_0x1a185a){return _0x4d62f3!==_0x1a185a;},'yWMGp':'MevTx','YNAkI':function(_0x1494a2,_0x1f40d8){return _0x1494a2===_0x1f40d8;},'Qmhad':_0x568339(0x301),'ewPWq':function(_0x1ab9d0,_0x5af637){return _0x1ab9d0+_0x5af637;},'IaGdG':_0x568339(0x268),'YeVnC':function(_0x4924c0){return _0x4924c0();}};let _0x50d408=_0x33227e[_0x568339(0x176)],_0x40c1aa=_0x33227e[_0x568339(0x12d)](),_0x26bdaa=null,_0x4f6076=null,_0x1e2ded=null,_0x4aea88=_0x5a612e[_0x568339(0x2fb)];if(_0x33227e[_0x568339(0x209)][_0x568339(0x270)]()){if(_0x5a612e['svCHP'](_0x5a612e[_0x568339(0x288)],_0x5a612e['JBUuL'])){const _0xed38fc=_0x33227e['_browserType'][_0x568339(0x24d)],_0x234162=_0x37091e||_0xed38fc&&_0xed38fc[_0x568339(0x2bb)];if(_0x234162){if(_0x5a612e['qxaLZ'](_0x5a612e[_0x568339(0x2a6)],_0x5a612e[_0x568339(0x23f)])){const _0x547c36=_0x5a612e[_0x568339(0x153)](_0x4c2bc6);if(!_0x547c36){_0x5a612e['yVnyu'](_0x3e805e,_0x568339(0x20e));return;}const _0x44e63d=_0xbd6f83[_0x568339(0x26d)](_0x547c36,_0x2b0148);try{return _0x5a612e[_0x568339(0x15c)](_0x44756f,_0x44e63d);}catch(_0xba2a26){_0x5a612e['yVnyu'](_0x5fe1d,_0x568339(0x26e)+_0x44e63d+':\x20'+_0xba2a26['toString']());}}else{_0x4aea88=_0x5a612e[_0x568339(0x168)](getCloudProviderFromWsEndpoint,_0x234162);if(_0x5a612e[_0x568339(0x278)](_0x4aea88,_0x5a612e[_0x568339(0x162)])){if(_0x5a612e['nyVRl'](_0x5a612e[_0x568339(0x22c)],_0x5a612e[_0x568339(0x2d8)]))_0x1e2ded=_0x5a612e[_0x568339(0x1a3)],_0x50d408=_0x5a612e[_0x568339(0x15c)](getBrowserFromWSEndpoint,_0x234162)||_0x50d408,_0x26bdaa=workerDetails[_0x568339(0x19b)]['platform'],_0x4f6076=workerDetails[_0x568339(0x19b)]['platform_version'];else return _0x5a612e[_0x568339(0x158)];}}}}else{_0x5a612e[_0x568339(0x15c)](_0x3ff71a,_0x568339(0x1ef));return;}}else{if(_0x5a612e[_0x568339(0x293)](_0x5a612e[_0x568339(0x195)],_0x5a612e[_0x568339(0x1f8)])){if(_0x1031f0[_0x568339(0x322)][_0x568339(0x15d)]['channel']){if(_0x5a612e[_0x568339(0x2fc)](_0x5a612e[_0x568339(0x2e9)],_0x5a612e[_0x568339(0x2e9)])){_0x5a612e['yNGxn'](_0x4a0434,_0x568339(0x1ef));return;}else _0x50d408=_0x5a612e[_0x568339(0x168)](getBrowserNameFromChannel,_0x1031f0[_0x568339(0x322)][_0x568339(0x15d)][_0x568339(0x21f)]);}else{if(_0x5a612e['YNAkI'](_0x5a612e[_0x568339(0x1f0)],_0x5a612e[_0x568339(0x1f0)]))_0x50d408=_0x5a612e[_0x568339(0x1bd)](_0x5a612e['IaGdG'],_0x50d408['toLowerCase']());else return;}let _0x4229c5=await _0x5a612e[_0x568339(0x2ba)](getPlatformDetails);_0x26bdaa=_0x4229c5['platformName'],_0x4f6076=_0x4229c5[_0x568339(0x279)];}else return _0x5a612e[_0x568339(0x162)];}const _0xb514b9={};_0xb514b9['browser']=_0x50d408,_0xb514b9[_0x568339(0x22a)]=_0x40c1aa,_0xb514b9[_0x568339(0x319)]={},_0xb514b9[_0x568339(0x2b1)]=_0x26bdaa,_0xb514b9[_0x568339(0x1d8)]=_0x4f6076,_0xb514b9['product']=_0x1e2ded;const _0x23227f=_0xb514b9;workerDetails[_0x568339(0x19b)]={...workerDetails[_0x568339(0x19b)],'cloudProvider':_0x4aea88,..._0x23227f};}),doo11ySync=o11yErrorHandler(async function doo11ySync(_0x2b90ee){const _0x15928a=a25_0x5beef5,_0x2853f6={'ojUZJ':_0x15928a(0x2a9),'oxfcj':function(_0x2bf20a){return _0x2bf20a();},'gjkCx':function(_0x961030){return _0x961030();},'TIFwR':function(_0x261b4b){return _0x261b4b();},'QdlSt':function(_0x3d0319){return _0x3d0319();},'vdBvL':function(_0xff1261,_0x273e3a){return _0xff1261===_0x273e3a;},'FRUgh':_0x15928a(0x2bf),'aaNUk':_0x15928a(0x14f),'RnojJ':_0x15928a(0x2a5)};if(workerDetails[_0x15928a(0x128)]){if(_0x2853f6[_0x15928a(0x1c8)](_0x2853f6[_0x15928a(0x1db)],_0x2853f6[_0x15928a(0x1db)]))return;else{const _0x5dffd9=_0x2853f6[_0x15928a(0x1ae)]['split']('|');let _0xc90a0=0x0;while(!![]){switch(_0x5dffd9[_0xc90a0++]){case'0':_0x2853f6[_0x15928a(0x1f9)](_0x429469);continue;case'1':_0x2853f6['gjkCx'](_0x135704);continue;case'2':_0x2853f6[_0x15928a(0x154)](_0x184e31);continue;case'3':_0x2853f6['QdlSt'](_0x4c3a35);continue;case'4':_0x364b45[_0x15928a(0x201)]=_0x2db444;continue;}break;}}}await _0x2b90ee[_0x15928a(0x292)](_0x1b3948=>{},_0x15928a(0x277)+JSON[_0x15928a(0x31e)]({'action':_0x2853f6[_0x15928a(0x1be)],'arguments':{'data':_0x15928a(0x16e)+Date[_0x15928a(0x27f)](),'level':_0x2853f6[_0x15928a(0x26c)]}})),workerDetails[_0x15928a(0x128)]=!![];}),mockRequests=()=>{const _0x18ce67=a25_0x5beef5,_0x2022f5={'yLGRj':function(_0x1a2ed8,_0x1bf4bb){return _0x1a2ed8(_0x1bf4bb);},'kVomk':function(_0x587703,_0x2ba663){return _0x587703===_0x2ba663;},'yzxZa':_0x18ce67(0x28e),'glbPH':function(_0x3d7001,_0x46ed29,_0x38a629,_0x3dc5e2){return _0x3d7001(_0x46ed29,_0x38a629,_0x3dc5e2);},'BZodh':_0x18ce67(0x2c3),'WFuHP':_0x18ce67(0x281),'YNZqI':_0x18ce67(0x1c1),'DRaZp':function(_0x9be542,_0x3a04e1){return _0x9be542!==_0x3a04e1;},'oPBQo':_0x18ce67(0x1af),'zFsws':_0x18ce67(0x141),'jjyaH':_0x18ce67(0x233),'vqzBd':_0x18ce67(0x1e2)};requestSpy[_0x18ce67(0x1bf)](_0x2022f5[_0x18ce67(0x2da)](o11yErrorHandler,async function _0x4c0c3e(_0x1b593a,_0x171d8b){const _0x50951a=_0x18ce67;if(_0x2022f5[_0x50951a(0x1df)](_0x2022f5[_0x50951a(0x2c6)],_0x2022f5[_0x50951a(0x2c6)])){if(_0x171d8b&&!(_0x171d8b[_0x50951a(0x312)]&&_0x2022f5['kVomk'](_0x171d8b[_0x50951a(0x312)][_0x2022f5[_0x50951a(0x1b1)]],_0x2022f5['YNZqI']))){if(_0x2022f5['DRaZp'](_0x2022f5[_0x50951a(0x170)],_0x2022f5[_0x50951a(0x170)]))return _0xfc9429['browser'];else{_0x171d8b['host']=_0x171d8b[_0x50951a(0x144)],delete _0x171d8b[_0x50951a(0x144)];if(workerDetails['currentTest']['id']){if(_0x2022f5[_0x50951a(0x1df)](_0x2022f5[_0x50951a(0x20a)],_0x2022f5[_0x50951a(0x2e6)])){const _0x4240ef=_0x533699[_0x50951a(0x133)][_0x50951a(0x2b9)]||_0x5d9f86[_0x50951a(0x201)];if(!_0x4240ef){_0x2022f5[_0x50951a(0x2da)](_0x15be75,_0x50951a(0x1ef));return;}let _0x3b2b71=_0x57e292[_0x50951a(0x2bb)];return _0x2022f5[_0x50951a(0x1df)](typeof _0xc3c3ce,_0x2022f5[_0x50951a(0x193)])&&(_0x3b2b71=_0x12a934),_0x2022f5[_0x50951a(0x2ca)](_0x4c5c60,_0x77cd32,_0x4240ef,_0x3b2b71),_0x55aa3f;}else await MyReporter[_0x50951a(0x188)](TestDetails[_0x50951a(0x31b)](workerDetails[_0x50951a(0x133)][_0x50951a(0x2b9)]),{'timestamp':new Date()[_0x50951a(0x1c0)](),'level':null,'message':null,'kind':_0x2022f5[_0x50951a(0x235)],'http_response':_0x171d8b});}}}}else{const _0x548a5d={};_0x548a5d['id']=_0x12ff51['_test']['id'],_0x548a5d[_0x50951a(0x2b9)]=_0xc871e1,_0x188260[_0x50951a(0x133)]=_0x548a5d;}}));},processPageScreenshot=async function processPageScreenshot(_0x1a4b33,_0x23ed45){const _0xb6d9dd=a25_0x5beef5,_0x13a181={};_0x13a181['EEbEm']=_0xb6d9dd(0x2f9);const _0x46f0b3=_0x13a181;await MyReporter[_0xb6d9dd(0x188)](TestDetails[_0xb6d9dd(0x31b)](_0x23ed45),{'timestamp':new Date()[_0xb6d9dd(0x1c0)](),'kind':_0x46f0b3['EEbEm'],'message':_0x1a4b33});},mockPageScreenshot=o11yErrorHandler(function mockPageScreenshot(){const _0x4d689b=a25_0x5beef5,_0x41e218={'NiiSm':function(_0x431f71,_0x57f0a4,_0x5b9635){return _0x431f71(_0x57f0a4,_0x5b9635);},'bIFYA':function(_0x2eb666,_0x46307d){return _0x2eb666(_0x46307d);},'qHSnp':function(_0x4b3f5a,_0x349add){return _0x4b3f5a===_0x349add;},'RRkEB':_0x4d689b(0x140),'hkgbT':_0x4d689b(0x138),'pNYce':function(_0x1ad3e0,_0xb79689){return _0x1ad3e0!==_0xb79689;},'MTNlV':_0x4d689b(0x25e),'ezxHP':'qgOMN','TnSec':_0x4d689b(0x323),'JUCNA':_0x4d689b(0x2d5),'cAtwa':'zlJrK','StPel':function(_0x41baa3,_0x302873){return _0x41baa3(_0x302873);},'nwHuN':_0x4d689b(0x11e),'MDycz':_0x4d689b(0x2c4),'SaUxS':_0x4d689b(0x2bd),'UtYDW':_0x4d689b(0x229),'mPodx':_0x4d689b(0x2e3),'RkABi':function(_0x2cb7e5,_0x5a62eb){return _0x2cb7e5(_0x5a62eb);},'Uhtat':_0x4d689b(0x126),'VbCMn':_0x4d689b(0x191),'WwFFn':function(_0x242930,_0x396d4e,_0x462df3){return _0x242930(_0x396d4e,_0x462df3);},'ZfQYf':_0x4d689b(0x304),'notEK':function(_0x389ca1,_0x38e9cd){return _0x389ca1!==_0x38e9cd;},'PDmPB':_0x4d689b(0x299),'yxJiS':_0x4d689b(0x1e9),'LmLTN':_0x4d689b(0x17b),'iLdrK':'page.js','LJoJT':_0x4d689b(0x1d2),'LMCzr':function(_0xfd64bf,_0x236262){return _0xfd64bf(_0x236262);},'mZvuA':function(_0x4afbc6,_0x29cfd8){return _0x4afbc6!==_0x29cfd8;},'yfdwR':_0x4d689b(0x300),'UEZTd':function(_0x38bfac,_0x322fdf){return _0x38bfac!==_0x322fdf;},'EywfQ':_0x4d689b(0x250),'HhTPQ':_0x4d689b(0x208),'QnTfA':_0x4d689b(0x178)},_0x34409f=path[_0x4d689b(0x26d)](_0x41e218['yxJiS'],_0x41e218['LmLTN'],_0x41e218['iLdrK']),_0xed7e0e=_0x41e218['RkABi'](importFileFromPWCore,_0x34409f);if(!_0xed7e0e){if(_0x41e218['pNYce'](_0x41e218['LJoJT'],_0x41e218[_0x4d689b(0x169)]))_0x41e218[_0x4d689b(0x160)](_0x2ddc43,_0x15c121,_0x231444);else{_0x41e218[_0x4d689b(0x318)](debug,_0x4d689b(0x15b));return;}}const _0x250e90=_0xed7e0e[_0x4d689b(0x16a)];if(!_0x250e90){if(_0x41e218[_0x4d689b(0x30f)](_0x41e218[_0x4d689b(0x320)],_0x41e218['yfdwR'])){_0x41e218[_0x4d689b(0x149)](_0x9cedec,_0x4d689b(0x15b));return;}else return;}const _0x282269=_0x250e90[_0x4d689b(0x296)];if(_0x282269[_0x4d689b(0x26f)]){if(_0x41e218[_0x4d689b(0x236)](_0x41e218[_0x4d689b(0x258)],_0x41e218[_0x4d689b(0x2ff)]))return;else _0x2f846c=_0x328a5b[_0x4d689b(0x220)];}const _0x26962e=_0x282269[_0x4d689b(0x178)];Object[_0x4d689b(0x1da)](_0x282269,_0x41e218['QnTfA'],{'get':function(){const _0x313919=_0x4d689b,_0xf0ddfb={'xExba':_0x41e218[_0x313919(0x22d)],'fWnLw':function(_0x387d90,_0x26888a){const _0x2c630c=_0x313919;return _0x41e218[_0x2c630c(0x316)](_0x387d90,_0x26888a);},'llPvo':function(_0x585499,_0x43efee){const _0x1efd4e=_0x313919;return _0x41e218[_0x1efd4e(0x1fb)](_0x585499,_0x43efee);},'qUUAG':_0x41e218[_0x313919(0x31d)],'pXmGG':_0x41e218['VbCMn'],'JOrkY':function(_0x28addf,_0x287ec8,_0x2e0902){const _0x42f6af=_0x313919;return _0x41e218[_0x42f6af(0x29a)](_0x28addf,_0x287ec8,_0x2e0902);},'bYIQp':_0x41e218['TnSec'],'YxHIs':_0x41e218[_0x313919(0x1ea)]};if(_0x41e218[_0x313919(0x1f5)](_0x41e218[_0x313919(0x275)],_0x41e218[_0x313919(0x275)])){const _0x2a5379=_0x584d2b['tracing'][_0x313919(0x1bb)][_0x313919(0x296)];if(_0x2a5379['obsTracingMockApplied'])return;const _0xf780eb=_0x2a5379[_0x313919(0x2e3)];_0x3ea966[_0x313919(0x1da)](_0x2a5379,_0xf0ddfb[_0x313919(0x1f2)],{'get':function(){return async function _0x279933(){const _0x35f9b7=a25_0x59b0;return _0xf780eb[_0x35f9b7(0x2aa)](this,arguments);};}}),_0x2a5379[_0x313919(0x29b)]=!![];}else return async function _0x43e002(_0x395278){const _0x5f5499=_0x313919,_0x18a772={'GWHTb':function(_0x590b22,_0x14814c){const _0x5a0da8=a25_0x59b0;return _0x41e218[_0x5a0da8(0x149)](_0x590b22,_0x14814c);},'qHzRw':function(_0x27f612,_0x52e3ad){const _0x47a77c=a25_0x59b0;return _0x41e218[_0x47a77c(0x234)](_0x27f612,_0x52e3ad);},'SCvLP':_0x41e218[_0x5f5499(0x2b2)],'eYvum':_0x41e218[_0x5f5499(0x1ca)],'rXcle':function(_0x1e30f1,_0x189f1f){const _0x52af20=_0x5f5499;return _0x41e218[_0x52af20(0x149)](_0x1e30f1,_0x189f1f);},'AXGjE':function(_0x164544,_0x3c23f5){const _0x54385f=_0x5f5499;return _0x41e218[_0x54385f(0x1fb)](_0x164544,_0x3c23f5);},'XNEhq':_0x41e218[_0x5f5499(0x1a0)],'dHmFR':_0x41e218[_0x5f5499(0x167)],'zKzGQ':function(_0x1af055,_0x2c62cf,_0x49f36a){return _0x41e218['NiiSm'](_0x1af055,_0x2c62cf,_0x49f36a);},'lYkbq':_0x41e218[_0x5f5499(0x228)]};if(_0x41e218[_0x5f5499(0x234)](_0x41e218[_0x5f5499(0x199)],_0x41e218[_0x5f5499(0x199)])){if(!workerDetails['currentTest'][_0x5f5499(0x2b9)]){if(_0x41e218[_0x5f5499(0x234)](_0x41e218[_0x5f5499(0x2e4)],_0x41e218[_0x5f5499(0x2e4)])){_0x41e218[_0x5f5499(0x2f7)](debug,_0x5f5499(0x2a1));return;}else{const _0x272cb2=_0x18c51e[_0x5f5499(0x2be)][_0x5f5499(0x24d)],_0x53391a=_0xbaba70||_0x272cb2&&_0x272cb2[_0x5f5499(0x2bb)];_0x53391a&&(_0x28d165=_0x18a772[_0x5f5499(0x2de)](_0x28878e,_0x53391a),_0x18a772[_0x5f5499(0x212)](_0x4245d2,_0x18a772['SCvLP'])&&(_0x4629e0=_0x18a772[_0x5f5499(0x282)],_0x94efe7=_0x18a772['GWHTb'](_0x379d42,_0x53391a)||_0x495b07,_0x2dcbd8=_0x20e08b[_0x5f5499(0x19b)][_0x5f5499(0x2b1)],_0xbb7921=_0x49d3e2[_0x5f5499(0x19b)][_0x5f5499(0x1d8)]));}}if(!_0x395278||!_0x395278[_0x5f5499(0x179)]){if(_0x41e218[_0x5f5499(0x234)](_0x41e218[_0x5f5499(0x28b)],_0x41e218[_0x5f5499(0x247)]))_0xf0ddfb[_0x5f5499(0x124)](_0x13bb9b,_0x5f5499(0x297)+_0x214484),_0x4f8ec0[_0x5f5499(0x19b)][_0x5f5499(0x223)]=_0x3eda7f;else return _0x26962e[_0x5f5499(0x2aa)](this,arguments)['then'](_0x3b74c0=>{const _0x3ebc07=_0x5f5499;if(_0xf0ddfb[_0x3ebc07(0x148)](_0xf0ddfb['qUUAG'],_0xf0ddfb[_0x3ebc07(0x161)]))return _0xf0ddfb[_0x3ebc07(0x2ae)](processPageScreenshot,_0x3b74c0[_0x3ebc07(0x1f4)](_0xf0ddfb[_0x3ebc07(0x19e)]),workerDetails[_0x3ebc07(0x133)][_0x3ebc07(0x2b9)]),_0x3b74c0;else _0x18a772['GWHTb'](_0x55f48a,_0x3ebc07(0x217)+_0x520bfa[_0x3ebc07(0x1f4)]());});}else{if(_0x41e218[_0x5f5499(0x234)](_0x41e218[_0x5f5499(0x136)],_0x41e218['UtYDW'])){_0x18a772['rXcle'](_0x7a7cdb,_0x5f5499(0x2a1));return;}else{const _0x53264a=path[_0x5f5499(0x26d)](process[_0x5f5499(0x308)](),_0x395278[_0x5f5499(0x179)]);return _0x26962e[_0x5f5499(0x2aa)](this,arguments)['then'](_0x433455=>{const _0x39c2a3=_0x5f5499;if(_0x18a772[_0x39c2a3(0x16c)](_0x18a772[_0x39c2a3(0x31f)],_0x18a772['dHmFR']))return _0x18a772[_0x39c2a3(0x23b)](processPageScreenshot,fs[_0x39c2a3(0x125)](_0x53264a,{'encoding':_0x18a772['lYkbq']}),workerDetails[_0x39c2a3(0x133)][_0x39c2a3(0x2b9)]),_0x433455;else return;});}}}else return _0xf0ddfb[_0x5f5499(0x1d7)];};}}),_0x282269['obsScreenshotMockApplied']=!![];}),sendTestLog=o11yErrorHandler(async function sendTestLog(_0x567cca){const _0x4c0521=a25_0x5beef5,_0x2202b6={'PkrME':function(_0x2c7f05,_0x4e55fb){return _0x2c7f05(_0x4e55fb);},'NWQQq':_0x4c0521(0x2ea),'yBHlo':_0x4c0521(0x139),'oTYNH':_0x4c0521(0x28c),'kkEoJ':_0x4c0521(0x13b),'oVFRQ':function(_0x648c66,_0x564bda){return _0x648c66===_0x564bda;},'PCCFa':_0x4c0521(0x245),'zWPcG':function(_0x4fbebf,_0x192687){return _0x4fbebf(_0x192687);},'ALviL':_0x4c0521(0x190),'hZrNN':function(_0x16ca10,_0x41d556){return _0x16ca10===_0x41d556;},'AHzIj':_0x4c0521(0x303),'aMDcB':_0x4c0521(0x1b2)},_0x56e01a=workerDetails[_0x4c0521(0x133)][_0x4c0521(0x2b9)];if(!_0x56e01a){if(_0x2202b6[_0x4c0521(0x1dc)](_0x2202b6[_0x4c0521(0x216)],_0x2202b6[_0x4c0521(0x13a)])){const _0xb0fc15=_0x2202b6['PkrME'](_0x1589a7,_0x7aa493[_0x4c0521(0x26d)](_0x2202b6[_0x4c0521(0x12e)],_0x2202b6[_0x4c0521(0x2c7)],_0x2202b6[_0x4c0521(0x276)],_0x2202b6[_0x4c0521(0x2d6)]));if(_0x2202b6['oVFRQ'](_0xb0fc15[_0x4c0521(0x24b)],_0x2202b6[_0x4c0521(0x310)]))return _0xb0fc15[_0x4c0521(0x179)];let _0x283c5c=_0x2202b6[_0x4c0521(0x226)](_0x3e739c,_0x35cfcf[_0x4c0521(0x26d)](_0x2202b6['kkEoJ']));if(_0x283c5c[_0x4c0521(0x179)]&&_0x283c5c[_0x4c0521(0x179)][_0x4c0521(0x11c)](_0x2202b6[_0x4c0521(0x147)]))_0x283c5c[_0x4c0521(0x179)]=_0x5172bf['dirname'](_0x283c5c['path']);if(_0x2202b6[_0x4c0521(0x17e)](_0x283c5c[_0x4c0521(0x24b)],_0x2202b6['PCCFa']))return _0x283c5c[_0x4c0521(0x179)];return _0xb0fc15[_0x4c0521(0x179)]||_0x283c5c[_0x4c0521(0x179)];}else return;}await MyReporter[_0x4c0521(0x188)](TestDetails[_0x4c0521(0x31b)](_0x56e01a),_0x567cca);}),registerListeners=()=>{const _0x56bb34=a25_0x5beef5;process[_0x56bb34(0x314)](_0x56bb34(0x273)+process[_0x56bb34(0x321)]),process['on'](_0x56bb34(0x273)+process['pid'],sendTestLog);},mockBrowserType=()=>{const _0x50f24c=a25_0x5beef5,_0x445c14={'vwJmF':function(_0x3dff7f,_0x3ab505){return _0x3dff7f(_0x3ab505);},'WfmLS':function(_0x46ba41,_0x5b8f7c,_0x11d748){return _0x46ba41(_0x5b8f7c,_0x11d748);},'wBgwn':function(_0x1aefea,_0x1a70e6){return _0x1aefea(_0x1a70e6);},'fpNqc':function(_0xb81670,_0x169a18,_0x2c5bc3){return _0xb81670(_0x169a18,_0x2c5bc3);},'uPtGy':_0x50f24c(0x323),'hHTNw':function(_0x2b4bb8,_0x2b7b14){return _0x2b4bb8===_0x2b7b14;},'URABY':_0x50f24c(0x2a3),'kLukk':_0x50f24c(0x130),'aYSEq':_0x50f24c(0x25b),'aZkaj':_0x50f24c(0x1a7),'tKbNj':_0x50f24c(0x28e),'pEbbT':_0x50f24c(0x1c9),'TsptZ':function(_0x153cff,_0x19c284,_0xc23a34,_0x1ba73c){return _0x153cff(_0x19c284,_0xc23a34,_0x1ba73c);},'qWfUE':_0x50f24c(0x1ce),'jrRmu':_0x50f24c(0x140),'sdeap':_0x50f24c(0x2fa),'eGyCd':function(_0x2d573d,_0x57ecf8){return _0x2d573d!==_0x57ecf8;},'bvXnF':_0x50f24c(0x1fe),'VnElN':function(_0x2ba804,_0x9b7ec3){return _0x2ba804(_0x9b7ec3);},'wrRgf':_0x50f24c(0x1e5),'xFxrv':_0x50f24c(0x183),'moZpP':function(_0x2927a5,_0x21ff3c){return _0x2927a5===_0x21ff3c;},'rhJxb':_0x50f24c(0x263),'tnois':function(_0x5a08ef,_0x1d705c){return _0x5a08ef(_0x1d705c);},'YKqTN':function(_0x501ea3,_0xb111ff){return _0x501ea3===_0xb111ff;},'TWYSz':_0x50f24c(0x230),'JCujJ':function(_0x8b496,_0x26a4a1){return _0x8b496!==_0x26a4a1;},'emqpR':_0x50f24c(0x2ad),'NnBPW':_0x50f24c(0x1e9),'QenDX':'client','buXno':_0x50f24c(0x222),'RbImU':function(_0x120405,_0x6f7351){return _0x120405===_0x6f7351;},'UIXch':_0x50f24c(0x280),'fDkPb':function(_0x4c09d9,_0x4a7650){return _0x4c09d9(_0x4a7650);},'Moowi':function(_0x164fc5,_0x4a7616){return _0x164fc5!==_0x4a7616;},'TdhJL':'gqXpr','fARjD':'uzqMn','NHPjJ':_0x50f24c(0x180),'ieapV':_0x50f24c(0x175)},_0x499aa8=path[_0x50f24c(0x26d)](_0x445c14[_0x50f24c(0x2e8)],_0x445c14['QenDX'],_0x445c14[_0x50f24c(0x134)]),_0x3fe2f0=_0x445c14[_0x50f24c(0x165)](importFileFromPWCore,_0x499aa8);if(!_0x3fe2f0){if(_0x445c14[_0x50f24c(0x224)](_0x445c14[_0x50f24c(0x251)],_0x445c14[_0x50f24c(0x251)])){_0x445c14[_0x50f24c(0x30b)](debug,'Not\x20able\x20to\x20import\x20Browser');return;}else return _0x43f8a5[_0x50f24c(0x2aa)](this,arguments)[_0x50f24c(0x1f3)](_0x481632=>{const _0x24ce8c=_0x50f24c,_0x3bdd1c=_0x5a915b['currentTest'][_0x24ce8c(0x2b9)]||_0x319f92['workerInfo'];if(!_0x3bdd1c){_0x445c14[_0x24ce8c(0x1a2)](_0x2e0d71,'[BrowserTypePatch]\x20No\x20project\x20info\x20found');return;}return _0x445c14[_0x24ce8c(0x253)](_0x120032,_0x481632,_0x3bdd1c),_0x481632;});}const _0x5f1ffd=_0x3fe2f0[_0x50f24c(0x16b)],_0x30cf32=_0x5f1ffd[_0x50f24c(0x296)];if(_0x30cf32[_0x50f24c(0x31a)]){if(_0x445c14['Moowi'](_0x445c14['TdhJL'],_0x445c14[_0x50f24c(0x22b)]))return;else{const _0x13c5b8=_0x14bd04[_0x50f24c(0x22e)],_0x503b9a=_0x1e0cfd[_0x50f24c(0x1e3)];_0x503b9a&&(_0x445c14[_0x50f24c(0x1a2)](_0x59b259,_0x50f24c(0x2a0)+_0x503b9a['toString']()),_0xc33bef['currentSessionDetails'][_0x50f24c(0x2b1)]=_0x503b9a[_0x50f24c(0x21c)],_0x4ee538[_0x50f24c(0x19b)][_0x50f24c(0x1d8)]=_0x503b9a[_0x50f24c(0x279)]),_0x13c5b8&&(_0x445c14[_0x50f24c(0x30c)](_0x322e3c,_0x50f24c(0x297)+_0x13c5b8),_0x2cf8be[_0x50f24c(0x19b)][_0x50f24c(0x223)]=_0x13c5b8);}}const _0x4a873a=_0x30cf32['connect'];Object[_0x50f24c(0x1da)](_0x30cf32,_0x445c14[_0x50f24c(0x145)],{'get':function(){const _0x281a6f=_0x50f24c,_0x40906d={'VOXXg':function(_0x26cd97,_0x565794){const _0x2de144=a25_0x59b0;return _0x445c14[_0x2de144(0x123)](_0x26cd97,_0x565794);},'JSaKl':_0x445c14[_0x281a6f(0x215)],'bmVrf':_0x445c14[_0x281a6f(0x25c)],'TkHQb':_0x445c14[_0x281a6f(0x309)],'cwTzr':function(_0x1bc223,_0x2829f3){const _0x493b8b=_0x281a6f;return _0x445c14[_0x493b8b(0x30c)](_0x1bc223,_0x2829f3);},'ovhou':_0x445c14['tKbNj'],'owJBj':function(_0x507ebc,_0x28879d){const _0x4b8344=_0x281a6f;return _0x445c14[_0x4b8344(0x123)](_0x507ebc,_0x28879d);},'WYhfj':_0x445c14[_0x281a6f(0x121)],'BQJtE':function(_0x3dd76c,_0x5a38dd,_0x242d5b,_0xe6f835){return _0x445c14['TsptZ'](_0x3dd76c,_0x5a38dd,_0x242d5b,_0xe6f835);},'MmkxE':_0x445c14[_0x281a6f(0x20b)],'kUehz':_0x445c14['jrRmu'],'Antgd':_0x445c14[_0x281a6f(0x172)]};if(_0x445c14['eGyCd'](_0x445c14['bvXnF'],_0x445c14[_0x281a6f(0x171)]))return;else return async function _0x40a785(_0x980919,_0x21bdd6){const _0x2effcc=_0x281a6f,_0x212541={'dEeGa':function(_0x51d03a,_0x232497,_0x18c093){return _0x445c14['fpNqc'](_0x51d03a,_0x232497,_0x18c093);},'Jfsrp':_0x445c14['uPtGy']};if(_0x445c14[_0x2effcc(0x123)](_0x445c14[_0x2effcc(0x2e0)],_0x445c14['URABY']))return _0x4a873a[_0x2effcc(0x2aa)](this,arguments)['then'](_0x163346=>{const _0x19b87a=_0x2effcc;if(_0x40906d[_0x19b87a(0x1cc)](_0x40906d[_0x19b87a(0x137)],_0x40906d[_0x19b87a(0x137)])){const _0x94c28e=workerDetails[_0x19b87a(0x133)][_0x19b87a(0x2b9)]||workerDetails[_0x19b87a(0x201)];if(!_0x94c28e){if(_0x40906d[_0x19b87a(0x1cc)](_0x40906d[_0x19b87a(0x25a)],_0x40906d[_0x19b87a(0x25f)]))_0x384d1a=_0x512a22;else{_0x40906d['cwTzr'](debug,_0x19b87a(0x1ef));return;}}let _0x484e3f=_0x980919[_0x19b87a(0x2bb)];if(_0x40906d[_0x19b87a(0x1cc)](typeof _0x980919,_0x40906d[_0x19b87a(0x1a9)])){if(_0x40906d[_0x19b87a(0x2d9)](_0x40906d['WYhfj'],_0x40906d['WYhfj']))_0x484e3f=_0x980919;else return _0x212541['dEeGa'](_0x59ff0c,_0x328c5b['readFileSync'](_0x43105e,{'encoding':_0x212541['Jfsrp']}),_0x11178e[_0x19b87a(0x133)][_0x19b87a(0x2b9)]),_0x5200a2;}return _0x40906d['BQJtE'](setupBrowserDetails,_0x163346,_0x94c28e,_0x484e3f),_0x163346;}else return _0x212541[_0x19b87a(0x19a)](_0x4283d2,_0x11004c[_0x19b87a(0x1f4)](_0x212541[_0x19b87a(0x166)]),_0x4a90ab[_0x19b87a(0x133)]['testInfo']),_0x95a17b;});else{if(_0x1252e7['includes'](_0x40906d['MmkxE']))return _0x40906d[_0x2effcc(0x298)];return _0x40906d[_0x2effcc(0x214)];}};}});const _0xb6c1c4=_0x30cf32['launch'];Object[_0x50f24c(0x1da)](_0x30cf32,_0x445c14[_0x50f24c(0x1f7)],{'get':function(){const _0x14777d=_0x50f24c,_0x17377d={'GFQJY':function(_0x1cf401,_0x3e7384){const _0x393f06=a25_0x59b0;return _0x445c14[_0x393f06(0x13f)](_0x1cf401,_0x3e7384);},'ducak':_0x445c14[_0x14777d(0x1b4)],'peTQU':_0x445c14[_0x14777d(0x285)],'hCZkq':function(_0x145777,_0x5a552f){return _0x445c14['moZpP'](_0x145777,_0x5a552f);},'toTzk':_0x445c14[_0x14777d(0x1e7)],'VQKRo':function(_0x46b724,_0x59499a){return _0x445c14['vwJmF'](_0x46b724,_0x59499a);},'mCDdO':function(_0x246446,_0x33e457,_0x3a2476){const _0x57d7e6=_0x14777d;return _0x445c14[_0x57d7e6(0x253)](_0x246446,_0x33e457,_0x3a2476);},'kXVhT':_0x445c14[_0x14777d(0x255)],'MztQF':function(_0x5d92fa,_0x5e3dc3){return _0x445c14['tnois'](_0x5d92fa,_0x5e3dc3);},'zcORx':function(_0x5bb431,_0x242208){return _0x445c14['YKqTN'](_0x5bb431,_0x242208);},'AOszZ':_0x445c14[_0x14777d(0x1c2)]};if(_0x445c14[_0x14777d(0x2c9)](_0x445c14[_0x14777d(0x1bc)],_0x445c14['emqpR']))_0x445c14['VnElN'](_0x33e931,_0x3d26d8);else return async function _0x2b2d57(..._0x1a4cb2){const _0x4791b5=_0x14777d,_0x6dee2a={'AjryB':function(_0xf1f50,_0x44465c,_0x440b2b){const _0x3c2449=a25_0x59b0;return _0x17377d[_0x3c2449(0x30d)](_0xf1f50,_0x44465c,_0x440b2b);},'ZNnCE':_0x17377d[_0x4791b5(0x150)],'gcBxc':function(_0x4844b1,_0x4553c3){const _0x526df9=_0x4791b5;return _0x17377d[_0x526df9(0x27c)](_0x4844b1,_0x4553c3);}};if(_0x17377d['zcORx'](_0x17377d[_0x4791b5(0x1a8)],_0x17377d[_0x4791b5(0x1a8)]))return _0xb6c1c4[_0x4791b5(0x2aa)](this,arguments)['then'](_0x51f321=>{const _0x455818=_0x4791b5;if(_0x17377d[_0x455818(0x2ce)](_0x17377d[_0x455818(0x24f)],_0x17377d[_0x455818(0x269)])){const _0x2abf02=workerDetails[_0x455818(0x133)][_0x455818(0x2b9)]||workerDetails[_0x455818(0x201)];if(!_0x2abf02){if(_0x17377d[_0x455818(0x13e)](_0x17377d[_0x455818(0x164)],_0x17377d[_0x455818(0x164)])){_0x17377d['VQKRo'](debug,_0x455818(0x1ef));return;}else{const _0x484276={'ynUbz':function(_0x288671,_0x29abd5,_0x45b45d){const _0x30eecf=_0x455818;return _0x6dee2a[_0x30eecf(0x18e)](_0x288671,_0x29abd5,_0x45b45d);},'ExHiL':_0x6dee2a[_0x455818(0x2c5)]},_0x267bb2=_0x409e16[_0x455818(0x26d)](_0x5a4b98[_0x455818(0x308)](),_0x43b985[_0x455818(0x179)]);return _0x1fc260['apply'](this,arguments)[_0x455818(0x1f3)](_0x36c3ca=>{const _0x42c560=_0x455818;return _0x484276[_0x42c560(0x2ac)](_0x317d2a,_0x296036['readFileSync'](_0x267bb2,{'encoding':_0x484276[_0x42c560(0x159)]}),_0x571e90[_0x42c560(0x133)][_0x42c560(0x2b9)]),_0x36c3ca;});}}return _0x17377d['mCDdO'](setupBrowserDetails,_0x51f321,_0x2abf02),_0x51f321;}else _0x4c0c2a=_0x6dee2a[_0x455818(0x1a1)](_0x12facf,_0x4c6f94[_0x455818(0x322)]['use']['channel']);});else{_0x6dee2a[_0x4791b5(0x1a1)](_0x4cb81d,_0x4791b5(0x15e));return;}};}});},beforeWorkerHook=o11yErrorHandler(function beforeWorkerHook(_0x1a893f){const _0x1948c9=a25_0x5beef5,_0x3574db={'tWjgp':_0x1948c9(0x18a),'IkUWz':function(_0x2b85eb){return _0x2b85eb();},'MuXCe':function(_0x4676d2){return _0x4676d2();},'tDKux':function(_0x4cca34){return _0x4cca34();}},_0x3969f9=_0x3574db[_0x1948c9(0x286)][_0x1948c9(0x302)]('|');let _0x501987=0x0;while(!![]){switch(_0x3969f9[_0x501987++]){case'0':_0x3574db[_0x1948c9(0x2d4)](mockRequests);continue;case'1':_0x3574db[_0x1948c9(0x1b3)](mockPageScreenshot);continue;case'2':_0x3574db[_0x1948c9(0x29f)](mockBrowserType);continue;case'3':workerDetails[_0x1948c9(0x201)]=_0x1a893f;continue;case'4':_0x3574db['MuXCe'](registerListeners);continue;}break;}}),afterWorkerHook=o11yErrorHandler(async function afterWorkerHook(_0x15ec37){const _0x132435=a25_0x5beef5;await RequestQueueHandler[_0x132435(0x2b3)]()[_0x132435(0x311)]();}),beforeTestHook=o11yErrorHandler(function beforeTestHook(_0x3dcc52){const _0x24baef=a25_0x5beef5,_0x436e8a={};_0x436e8a['id']=_0x3dcc52['_test']['id'],_0x436e8a[_0x24baef(0x2b9)]=_0x3dcc52,workerDetails[_0x24baef(0x133)]=_0x436e8a;}),afterTestHook=o11yErrorHandler(async function afterTestHook(_0xd20d3e){const _0x341e75=a25_0x5beef5,_0x50cf39={'Rjcys':function(_0x3672e6){return _0x3672e6();}};await MyReporter[_0x341e75(0x132)](TestDetails[_0x341e75(0x31b)](_0xd20d3e),_0x50cf39['Rjcys'](getCBTInfo));const _0x55249c={};_0x55249c['id']=undefined,_0x55249c[_0x341e75(0x2b9)]=undefined,workerDetails[_0x341e75(0x133)]=_0x55249c;}),mockContextTracing=o11yErrorHandler(function mockContextTracing(_0x221458){const _0x4581a3=a25_0x5beef5,_0x524746={'ynmKL':_0x4581a3(0x2a2),'uxhvl':function(_0x5e2148,_0x46532c){return _0x5e2148(_0x46532c);},'jGIWj':function(_0x1e8230,_0x2f2be3){return _0x1e8230!==_0x2f2be3;},'qOKYe':'CErHz','rMtkH':function(_0x4c7ec4,_0x576f54){return _0x4c7ec4+_0x576f54;},'FZiow':_0x4581a3(0x268),'pYipi':_0x4581a3(0x29c),'mCKef':_0x4581a3(0x14e),'szXYn':function(_0x27ac2c,_0x44d82f){return _0x27ac2c===_0x44d82f;},'efoUv':'bFuLf','eNnml':_0x4581a3(0x248),'LWALt':'start'},_0x4d1a0a=_0x221458['tracing'][_0x4581a3(0x1bb)][_0x4581a3(0x296)];if(_0x4d1a0a[_0x4581a3(0x29b)]){if(_0x524746[_0x4581a3(0x185)](_0x524746[_0x4581a3(0x2f6)],_0x524746[_0x4581a3(0x20f)]))return _0x524746['ynmKL'];else return;}const _0x20daf0=_0x4d1a0a[_0x4581a3(0x2e3)];Object[_0x4581a3(0x1da)](_0x4d1a0a,_0x524746[_0x4581a3(0x12b)],{'get':function(){const _0xf78c49=_0x4581a3;if(_0x524746[_0xf78c49(0x262)](_0x524746[_0xf78c49(0x1ba)],_0x524746[_0xf78c49(0x249)]))return async function _0x2ef777(){const _0x2e67fa=_0xf78c49,_0x2c54f8={'zSpXp':function(_0x450651,_0x4a9742){return _0x524746['uxhvl'](_0x450651,_0x4a9742);}};if(_0x524746[_0x2e67fa(0x262)](_0x524746[_0x2e67fa(0x2d7)],_0x524746[_0x2e67fa(0x2d7)]))_0x2c54f8[_0x2e67fa(0x2fd)](_0xc62b33,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x1c58e3['toString']());else return _0x20daf0[_0x2e67fa(0x2aa)](this,arguments);};else _0x503902=_0x524746[_0xf78c49(0x1c3)](_0x524746['FZiow'],_0x369372[_0xf78c49(0x2a8)]());}}),_0x4d1a0a[_0x4581a3(0x29b)]=!![];}),a25_0x4de695={};a25_0x4de695['auto']=!![],a25_0x4de695[a25_0x5beef5(0x2e2)]='test';const a25_0x15f6dc={};a25_0x15f6dc['auto']=!![],a25_0x15f6dc['scope']=a25_0x5beef5(0x1eb);const test=base['test'][a25_0x5beef5(0x152)]({'page':async({page:_0xb39fa7},_0x4763ae,_0x9ed178)=>{const _0x343360=a25_0x5beef5,_0x5b7cfc={'dWAfQ':_0x343360(0x138),'pVFWk':function(_0x2b4153,_0xa9b71){return _0x2b4153(_0xa9b71);},'eVzYY':function(_0x27eb3a,_0x231b74){return _0x27eb3a(_0x231b74);},'kBbgZ':function(_0x39e9a6,_0x5e0083){return _0x39e9a6(_0x5e0083);},'YWQTA':function(_0x38eb16,_0x1d695c){return _0x38eb16(_0x1d695c);},'vXwfb':function(_0x4810f3,_0x4d9f15){return _0x4810f3===_0x4d9f15;},'THIZw':_0x343360(0x271),'RGrXi':_0x343360(0x1d5),'dhIXw':function(_0x1f7f39,_0x406a58){return _0x1f7f39(_0x406a58);},'JSzVv':function(_0x3228c9,_0x7e7ae1){return _0x3228c9(_0x7e7ae1);},'znfWe':function(_0x1e6316,_0x1c01eb){return _0x1e6316!==_0x1c01eb;},'WzaLH':_0x343360(0x1ac),'KnvZG':function(_0x315d6c,_0x3d4655,_0x75af39){return _0x315d6c(_0x3d4655,_0x75af39);},'HlHvq':function(_0x14374d,_0x5d842a,_0x516734){return _0x14374d(_0x5d842a,_0x516734);},'PvHtQ':_0x343360(0x231),'aSAaX':_0x343360(0x20c),'GTmek':function(_0x3cd1db,_0x2d9cd7){return _0x3cd1db(_0x2d9cd7);}};!_0x5b7cfc[_0x343360(0x28f)](isFalse,process[_0x343360(0x21d)][_0x343360(0x1ec)])&&(_0x5b7cfc[_0x343360(0x1dd)](_0x5b7cfc[_0x343360(0x1a5)],_0x5b7cfc[_0x343360(0x19f)])?(_0x35db96=_0x5b7cfc[_0x343360(0x24c)],_0x9f8b77=_0x5b7cfc[_0x343360(0x211)](_0xa51c6a,_0x1d187c)||_0x77bf52,_0x9cc2ed=_0x2cb298['currentSessionDetails'][_0x343360(0x2b1)],_0x48bbd0=_0x588eb9[_0x343360(0x19b)][_0x343360(0x1d8)]):await _0x5b7cfc[_0x343360(0x17d)](doo11ySync,_0xb39fa7));if(!_0x5b7cfc[_0x343360(0x2d1)](isFalse,process['env']['BROWSERSTACK_AUTOMATION']))_0x5b7cfc[_0x343360(0x1e1)](_0x5b7cfc[_0x343360(0x1fa)],_0x5b7cfc[_0x343360(0x1fa)])?(_0x5b7cfc[_0x343360(0x155)](_0x1c14ec,_0x343360(0x2a0)+_0x31a17f[_0x343360(0x1f4)]()),_0x258a3e[_0x343360(0x19b)][_0x343360(0x2b1)]=_0x4d76f3[_0x343360(0x21c)],_0x41c475[_0x343360(0x19b)]['platform_version']=_0x3e1014[_0x343360(0x279)]):(await _0x5b7cfc[_0x343360(0x291)](playwrightSetSessionName,_0xb39fa7,_0x9ed178),await _0x5b7cfc[_0x343360(0x28f)](_0x4763ae,_0xb39fa7),await _0x5b7cfc['HlHvq'](playwrightMarkSessionStatus,_0xb39fa7,_0x9ed178));else{if(_0x5b7cfc['vXwfb'](_0x5b7cfc['PvHtQ'],_0x5b7cfc['aSAaX'])){const _0x213a87=_0x568c73&&_0x47619a[_0x343360(0x1b0)]&&_0x372e5e[_0x343360(0x1b0)][_0x343360(0x264)];if(_0x213a87){const _0x58397f=_0x213a87['sessionId'],_0x57d030=_0x213a87[_0x343360(0x1e3)];_0x57d030&&(_0x5b7cfc[_0x343360(0x12f)](_0x15ef65,_0x343360(0x2a0)+_0x57d030[_0x343360(0x1f4)]()),_0x580715[_0x343360(0x19b)]['platform']=_0x57d030[_0x343360(0x21c)],_0x213e9a[_0x343360(0x19b)][_0x343360(0x1d8)]=_0x57d030['platformVersion']),_0x58397f&&(_0x5b7cfc[_0x343360(0x155)](_0x2ba015,_0x343360(0x297)+_0x58397f),_0x238c83[_0x343360(0x19b)][_0x343360(0x223)]=_0x58397f);}return _0x4aefaa[_0x343360(0x2aa)](this,arguments);}else await _0x5b7cfc['GTmek'](_0x4763ae,_0xb39fa7);}},'context':async({context:_0x4e6b17},_0x1115a1,_0xd68f64)=>{const _0x2291f9=a25_0x5beef5,_0x145f40={'yOeNm':function(_0x42b42b,_0x205e1a){return _0x42b42b(_0x205e1a);},'GGxKu':function(_0x469359,_0x318b3c){return _0x469359===_0x318b3c;},'LtvJV':_0x2291f9(0x2b4),'kBwyI':function(_0x2257e3,_0x13b01c){return _0x2257e3(_0x13b01c);}};!_0x145f40[_0x2291f9(0x256)](isFalse,process[_0x2291f9(0x21d)][_0x2291f9(0x1ec)])&&(_0x145f40[_0x2291f9(0x246)](_0x145f40[_0x2291f9(0x244)],_0x145f40[_0x2291f9(0x244)])?_0x145f40[_0x2291f9(0x131)](mockContextTracing,_0x4e6b17):(_0x3fae13['removeAllListeners'](_0x2291f9(0x273)+_0x5c28b5['pid']),_0x85c503['on'](_0x2291f9(0x273)+_0x389cb0[_0x2291f9(0x321)],_0x377ea6))),await _0x145f40[_0x2291f9(0x131)](_0x1115a1,_0x4e6b17);},'__browserstack_testHook':[async({},_0x21ac3e,_0x480e3d)=>{const _0x4a52d6=a25_0x5beef5,_0x1b9a3e={'OJUqn':function(_0x185770,_0x4411af){return _0x185770(_0x4411af);},'GvATH':function(_0x2de7d1,_0x2d991f,_0x573464){return _0x2de7d1(_0x2d991f,_0x573464);},'rZUOb':_0x4a52d6(0x24a),'yyEcR':function(_0x37b565,_0x220217){return _0x37b565(_0x220217);},'VnXEu':function(_0x17fd75,_0x27c4fc){return _0x17fd75!==_0x27c4fc;},'vKMWs':_0x4a52d6(0x1b7),'nVtSK':'obPKq','jVYMn':_0x4a52d6(0x28d),'GPqer':'Test\x20Hook\x20started','JPOlj':function(_0x1b0e58){return _0x1b0e58();},'qPRok':function(_0x8e0176,_0x4d6d3c){return _0x8e0176(_0x4d6d3c);},'poTrY':_0x4a52d6(0x26a),'xYPek':function(_0x4b9c29,_0x1e4843){return _0x4b9c29===_0x1e4843;},'OiHdp':_0x4a52d6(0x289),'CqRGu':'ojuya','zGvnb':function(_0x3cd29b){return _0x3cd29b();}};if(!_0x1b9a3e[_0x4a52d6(0x2b5)](isFalse,process[_0x4a52d6(0x21d)]['BROWSERSTACK_TEST_OBSERVABILITY'])){if(_0x1b9a3e[_0x4a52d6(0x1c7)](_0x1b9a3e[_0x4a52d6(0x157)],_0x1b9a3e[_0x4a52d6(0x2db)])){const _0x2e0a97=_0x1b9a3e[_0x4a52d6(0x219)][_0x4a52d6(0x302)]('|');let _0x3b144f=0x0;while(!![]){switch(_0x2e0a97[_0x3b144f++]){case'0':_0x1b9a3e['OJUqn'](debug,_0x1b9a3e[_0x4a52d6(0x196)]);continue;case'1':await _0x1b9a3e[_0x4a52d6(0x2ec)](_0x21ac3e);continue;case'2':_0x1b9a3e[_0x4a52d6(0x189)](beforeTestHook,_0x480e3d);continue;case'3':_0x1b9a3e[_0x4a52d6(0x1e6)](debug,_0x1b9a3e[_0x4a52d6(0x2c0)]);continue;case'4':await _0x1b9a3e['OJUqn'](afterTestHook,_0x480e3d);continue;}break;}}else return async function _0x457706(..._0x80380f){const _0x4d7401=_0x4a52d6,_0x298de5={'pgFyb':function(_0xd68b3f,_0x1b38bb){const _0x523a67=a25_0x59b0;return _0x1b9a3e[_0x523a67(0x1e6)](_0xd68b3f,_0x1b38bb);},'nNMzp':function(_0x346b89,_0x1e47f2,_0x4ee678){return _0x1b9a3e['GvATH'](_0x346b89,_0x1e47f2,_0x4ee678);}};return _0x57a355[_0x4d7401(0x2aa)](this,arguments)[_0x4d7401(0x1f3)](_0x4cc11f=>{const _0x2fed50=_0x4d7401,_0x1a8412=_0xf7eb59[_0x2fed50(0x133)][_0x2fed50(0x2b9)]||_0x872607['workerInfo'];if(!_0x1a8412){_0x298de5['pgFyb'](_0x593172,'[BrowserTypePatch]\x20No\x20project\x20info\x20found');return;}return _0x298de5[_0x2fed50(0x2dc)](_0x2484af,_0x4cc11f,_0x1a8412),_0x4cc11f;});};}else{if(_0x1b9a3e[_0x4a52d6(0x25d)](_0x1b9a3e[_0x4a52d6(0x1e4)],_0x1b9a3e[_0x4a52d6(0x135)]))return _0x1b9a3e['rZUOb'];else await _0x1b9a3e[_0x4a52d6(0x23d)](_0x21ac3e);}},a25_0x4de695],'__browserstack_workerHook':[async({},_0x595fcf,_0x79854d)=>{const _0x2fb31a=a25_0x5beef5,_0x352ff9={'PMRso':_0x2fb31a(0x1e9),'UuGCS':'client','GmXTT':_0x2fb31a(0x16f),'rybXU':function(_0x4cddfc,_0x2a28e5){return _0x4cddfc(_0x2a28e5);},'kFaVC':function(_0x872f5a,_0x152bd9){return _0x872f5a(_0x152bd9);},'JDMRq':_0x2fb31a(0x146),'bCXpJ':function(_0x1bcb45,_0xeffd00,_0x356478){return _0x1bcb45(_0xeffd00,_0x356478);},'rclhx':_0x2fb31a(0x323),'byFad':function(_0x3053cc,_0x54d707){return _0x3053cc(_0x54d707);},'reXCQ':function(_0x2678c7,_0x137a5c){return _0x2678c7!==_0x137a5c;},'qQSKH':_0x2fb31a(0x1ad),'Fluvx':_0x2fb31a(0x1b5),'Jruon':function(_0x87edd,_0x301180){return _0x87edd(_0x301180);},'RRAsn':'Worker\x20Hook\x20started','JswUD':'OKbNH','MrTcD':function(_0x2b18f0,_0x3b1f8f){return _0x2b18f0(_0x3b1f8f);},'HQaLM':function(_0x2d4ca2){return _0x2d4ca2();},'quJZP':function(_0x1f825f,_0x59c9c7){return _0x1f825f!==_0x59c9c7;},'LbpZX':_0x2fb31a(0x127),'obxTm':_0x2fb31a(0x1e8),'jDnzU':_0x2fb31a(0x31c),'qpRAT':_0x2fb31a(0x306),'wfvan':_0x2fb31a(0x207),'mYQtG':_0x2fb31a(0x290),'UVwkl':_0x2fb31a(0x143),'hhBDv':_0x2fb31a(0x1a6),'ObnQt':_0x2fb31a(0x132),'hKacP':_0x2fb31a(0x2df),'KeBnn':_0x2fb31a(0x17a),'qAIab':_0x2fb31a(0x213),'NnhvO':function(_0xbf79b,_0x404065){return _0xbf79b===_0x404065;},'sFkfd':_0x2fb31a(0x295)};if(!_0x352ff9[_0x2fb31a(0x2c2)](isFalse,process['env'][_0x2fb31a(0x1ec)])){if(_0x352ff9[_0x2fb31a(0x2a7)](_0x352ff9[_0x2fb31a(0x13d)],_0x352ff9['Fluvx'])){_0x352ff9[_0x2fb31a(0x1cb)](debug,_0x352ff9[_0x2fb31a(0x21a)]);if(process[_0x2fb31a(0x21d)][_0x2fb31a(0x17c)]){if(_0x352ff9[_0x2fb31a(0x2a7)](_0x352ff9[_0x2fb31a(0x254)],_0x352ff9['JswUD'])){const _0x395e66=_0x200dfb['join'](_0x352ff9[_0x2fb31a(0x26b)],_0x352ff9[_0x2fb31a(0x2e7)],_0x352ff9['GmXTT']),_0x458cb0=_0x352ff9[_0x2fb31a(0x18c)](_0x25850a,_0x395e66);!_0x458cb0?_0x352ff9[_0x2fb31a(0x2bc)](_0x45968,_0x352ff9[_0x2fb31a(0x14a)]):_0x264c55=_0x458cb0['Connection'];}else PerformanceTester['startMonitoring'](_0x2fb31a(0x1e0)+_0x79854d[_0x2fb31a(0x232)][_0x2fb31a(0x1f4)]()+_0x2fb31a(0x2a4));}_0x352ff9[_0x2fb31a(0x1c4)](beforeWorkerHook,_0x79854d),await _0x352ff9['HQaLM'](_0x595fcf),await _0x352ff9[_0x2fb31a(0x1cb)](afterWorkerHook,_0x79854d),process[_0x2fb31a(0x21d)][_0x2fb31a(0x17c)]&&(_0x352ff9[_0x2fb31a(0x2cf)](_0x352ff9[_0x2fb31a(0x210)],_0x352ff9['obxTm'])?await PerformanceTester[_0x2fb31a(0x1c5)](_0x2fb31a(0x1e0)+_0x79854d[_0x2fb31a(0x232)][_0x2fb31a(0x1f4)]()+_0x2fb31a(0x284),[_0x352ff9[_0x2fb31a(0x163)],_0x352ff9[_0x2fb31a(0x238)],_0x352ff9[_0x2fb31a(0x174)],_0x352ff9[_0x2fb31a(0x21b)],_0x352ff9['UVwkl'],_0x352ff9[_0x2fb31a(0x2e5)],_0x352ff9[_0x2fb31a(0x206)],_0x352ff9[_0x2fb31a(0x1b8)],_0x352ff9[_0x2fb31a(0x315)],_0x352ff9['qAIab']]):_0x4e6ea8[_0x5b9fd1](..._0x497969));}else return;}else{if(_0x352ff9[_0x2fb31a(0x120)](_0x352ff9[_0x2fb31a(0x1a4)],_0x352ff9[_0x2fb31a(0x1a4)]))await _0x352ff9[_0x2fb31a(0x1d0)](_0x595fcf);else return _0x388b98[_0x2fb31a(0x2aa)](this,arguments)[_0x2fb31a(0x1f3)](_0x5b6144=>{const _0x7101df=_0x2fb31a;return _0x352ff9[_0x7101df(0x1fc)](_0x1bf627,_0x5b6144[_0x7101df(0x1f4)](_0x352ff9[_0x7101df(0x1f1)]),_0x4b476b[_0x7101df(0x133)][_0x7101df(0x2b9)]),_0x5b6144;});}},a25_0x15f6dc],'browser':async({browser:_0x50bfbe,browserName:_0x9208d1},_0x40064d,_0x57b51e)=>{const _0x16f6fb=a25_0x5beef5,_0x50b25b={'MHzVL':function(_0x382eb7,_0x58b731){return _0x382eb7(_0x58b731);},'igIog':function(_0x4f9bff,_0x27867c,_0x4e80b7){return _0x4f9bff(_0x27867c,_0x4e80b7);},'lMyLi':function(_0x159137,_0x31439d){return _0x159137(_0x31439d);}};!_0x50b25b[_0x16f6fb(0x2f0)](isFalse,process[_0x16f6fb(0x21d)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&_0x50b25b[_0x16f6fb(0x2cd)](setupBrowserDetails,_0x50bfbe,_0x57b51e),await _0x50b25b[_0x16f6fb(0x2fe)](_0x40064d,_0x50bfbe);}});function a25_0x59b0(_0x213e9d,_0x3bfddc){const _0x7ec2fa=a25_0x7ec2();return a25_0x59b0=function(_0x59b0c1,_0x37c2f8){_0x59b0c1=_0x59b0c1-0x11c;let _0x49ae97=_0x7ec2fa[_0x59b0c1];return _0x49ae97;},a25_0x59b0(_0x213e9d,_0x3bfddc);}function a25_0x7ec2(){const _0x1afa86=['extend','Zayja','TIFwR','eVzYY','OOSCr','vKMWs','fYDQs','ExHiL','FbDiN','Not\x20able\x20to\x20import\x20Page','yVnyu','use','Not\x20able\x20to\x20import\x20Browser','EdBYe','NiiSm','pXmGG','IfmyN','jDnzU','toTzk','VnElN','Jfsrp','ezxHP','yNGxn','LJoJT','Page','BrowserType','AXGjE','2Oipals','ObservabilitySync:','connection.js','oPBQo','bvXnF','sdeap','bohWT','wfvan','launch','_name','Ojzgx','screenshot','path','requestSpyCallback','client','BROWSERSTACK_O11Y_PERF_MEASUREMENT','dhIXw','hZrNN','FXTxr','connect','wOUnY','VRyCq','lidBx','BEbmo','szXYn','TNHTS','dispatch','addTestUIDAndReportLog','qPRok','3|4|0|2|1','product','rybXU','orGWn','AjryB','ocuPJ','index.js','RyQNx','2629197rZaEYd','yzxZa','NAAyE','tOswd','GPqer','browser','DJwGZ','JUCNA','dEeGa','currentSessionDetails','WHonv','kawnp','bYIQp','RGrXi','MTNlV','gcBxc','vwJmF','KxkMI','sFkfd','THIZw','processPageScreenshot','vqqgD','AOszZ','ovhou','cloudProvider','caps','AnNBQ','GoOjg','ojUZJ','MydBl','params','WFuHP','qksxh','MuXCe','wrRgf','lyGxQ','UBfWc','TLjQi','hKacP','VAzgS','pYipi','constructor','emqpR','ewPWq','aaNUk','spy','toISOString','true','TWYSz','rMtkH','MrTcD','stopAndGenerate','../../helpers/test-observability/utils','VnXEu','vdBvL','VADgG','hkgbT','Jruon','VOXXg','uWmBA','cdp.browserstack.com','parse','HQaLM','ZPYzx','vVLUh','fCmxw','bVhJz','oauSf','gFzTq','YxHIs','platform_version','includes','defineProperty','FRUgh','oVFRQ','vXwfb','fromEntries','kVomk','performance-report-worker-','znfWe','HTTP','platformDetails','OiHdp','tgolq','OJUqn','rhJxb','coGAr','lib','ZfQYf','worker','BROWSERSTACK_TEST_OBSERVABILITY','uPRev','@playwright/test','[BrowserTypePatch]\x20No\x20project\x20info\x20found','Qmhad','rclhx','xExba','then','toString','notEK','264539LQTCJi','ieapV','sHTZF','oxfcj','WzaLH','pNYce','bCXpJ','sSaHX','JxuZd','lEnKt','FUFxJ','workerInfo','nwlXS','gFIhz','SaQAE','nKMFl','ObnQt','beforeTestHook','rWNQu','_connection','zFsws','qWfUE','xGktW','lCkgV','Not\x20able\x20to\x20determine\x20PW\x20Core\x20path','eNnml','LbpZX','pVFWk','qHzRw','sendTestLog','Antgd','kLukk','AHzIj','Error\x20in\x20importing\x20connection\x20','@playwright/test/lib/common/process.js','jVYMn','RRAsn','mYQtG','platformName','env','ZAzOv','channel','Connection','../../helpers/test-observability/error-handler','browserType.js','bsSessionId','RbImU','../../helpers/helper','zWPcG','default','TnSec','LuZAe','browser_version','fARjD','GnfwM','mPodx','sessionId','wvvNq','Facpk','mtqJz','workerIndex','PmILn','qHSnp','vqzBd','UEZTd','iKsuF','qpRAT','kjHsn','gceBd','zKzGQ','gSDoM','zGvnb','GwMJW','ksiqq','1481995LctkEA','MZOMN','QnLbQ','hHHDx','LtvJV','local','GGxKu','MDycz','sOEyu','mCKef','chrome','foundAt','dWAfQ','_defaultConnectOptions','jIpXc','ducak','uUVOp','UIXch','startMonitoring','WfmLS','JswUD','uPtGy','yOeNm','aGYWr','EywfQ','qIPgT','bmVrf','MOjzm','aYSEq','xYPek','jpwdv','TkHQb','edHYF','SLWVA','jGIWj','CFlGK','bsParams','bUixW','rJPZe','../../helpers/test-observability/constants','playwright-','peTQU','Test\x20Hook\x20ended','PMRso','RnojJ','join','Exception\x20in\x20importing\x20module\x20','obsScreenshotMockApplied','isRemote','ovCjf','IdfXu','bs:addLog:','KcwWV','PDmPB','oTYNH','browserstack_executor:\x20','qxaLZ','platformVersion','721170AihuFq','ZVOKz','MztQF','../../helpers/test-observability/performance-tester','zYtSI','now','KTwrK','X-BSTACK-TESTOPS','eYvum','nnfSY','.html','xFxrv','tWjgp','TterU','VfxnO','GQBqV','qFsXk','nwHuN','node_modules','0|2|1|4|3','string','YWQTA','afterTestHook','KnvZG','evaluate','fSJPs','xEsRh','tOPnb','prototype','Setting\x20session\x20id\x20received\x20from\x20BS\x20','kUehz','JScJS','WwFFn','obsTracingMockApplied','gcPNz','MNyop','rTnjD','tDKux','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','[Screenshot]\x20No\x20current\x20test\x20found','edge','xuJsf','.json','debug','BoRCF','reXCQ','toLowerCase','4|1|0|3|2','apply','OCAAC','ynUbz','xNVTj','JOrkY','mmcSo','FkRJn','platform','RRkEB','getInstance','GNVWy','yyEcR','ZJFaO','hoAmn','xQzdK','testInfo','YeVnC','wsEndpoint','kFaVC','OHtFe','_browserType','AUrzz','poTrY','kVzdZ','byFad','WraJS','ddZeQ','ZNnCE','BZodh','yBHlo','QdmPj','JCujJ','glbPH','JPcjH','937167wtufWn','igIog','GFQJY','quJZP','UjTwe','JSzVv','CQAMf','local_grid','IkUWz','ftLOu','kkEoJ','qOKYe','ewPHP','owJBj','yLGRj','nVtSK','nNMzp','./reporter/test-details','GWHTb','setupBrowserDetails','URABY','1733876RAjiWp','scope','start','cAtwa','hhBDv','jjyaH','UuGCS','NnBPW','yWMGp','@playwright','qDfCK','JPOlj','gbTiR','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','42HDsiVW','MHzVL','keys','../../helpers/test-observability/requestQueueHandler','query','LfWuf','iupOQ','efoUv','StPel','../../helpers/request-spy','TEST_SCREENSHOT','unknown_grid','Qfwiq','hXVHb','zSpXp','lMyLi','HhTPQ','ZISDG','nshyu','split','EAWoZ','safari','WlGPZ','afterWorkerHook','1705560ohYiLh','cwd','aZkaj','ZniAD','fDkPb','wBgwn','mCDdO','KrQZX','mZvuA','PCCFa','shutdown','headers','EArVc','removeAllListeners','KeBnn','RkABi','hVuJF','LMCzr','capabilities','obsBrowserTypeMockApplied','getTestRunIdFromTestInfo','beforeWorkerHook','Uhtat','stringify','XNEhq','yfdwR','pid','project','base64','endsWith','pxmfH','SzTIL','entries','NnhvO','pEbbT','lvFCM','hHTNw','fWnLw','readFileSync','sPpFv','JlYtl','o11ySyncDone','EVsbO','session_id','LWALt','Nijaz','version','NWQQq','kBbgZ','YBJbI','kBwyI','sendSessionDetails','currentTest','buXno','CqRGu','SaUxS','JSaKl','automate','test','aMDcB','playwright-core','vcrHp','qQSKH','hCZkq','eGyCd','browserstack','xzMZY','../utils/logPatcher','doo11ySync','hostname','NHPjJ','Not\x20able\x20to\x20import\x20Connection','ALviL','llPvo','bIFYA','JDMRq','jfdLo','sMtoP','eJsIT','kHQDz','annotate','kXVhT','firefox'];a25_0x7ec2=function(){return _0x1afa86;};return a25_0x7ec2();}base[a25_0x5beef5(0x139)]=test,base[a25_0x5beef5(0x227)]=test;
|
|
1
|
+
const a25_0x4b35e2=a25_0x3b7e;(function(_0x1c24db,_0xd7b7b0){const _0x580d7a=a25_0x3b7e,_0x5467eb=_0x1c24db();while(!![]){try{const _0x49de6=parseInt(_0x580d7a(0x2af))/0x1*(parseInt(_0x580d7a(0x385))/0x2)+parseInt(_0x580d7a(0x2ce))/0x3+-parseInt(_0x580d7a(0x272))/0x4+parseInt(_0x580d7a(0x1f7))/0x5+parseInt(_0x580d7a(0x2fc))/0x6+parseInt(_0x580d7a(0x210))/0x7*(parseInt(_0x580d7a(0x31d))/0x8)+parseInt(_0x580d7a(0x36c))/0x9*(-parseInt(_0x580d7a(0x2d0))/0xa);if(_0x49de6===_0xd7b7b0)break;else _0x5467eb['push'](_0x5467eb['shift']());}catch(_0x5d1c9a){_0x5467eb['push'](_0x5467eb['shift']());}}}(a25_0x6bfc,0x5f964));const {requireModule,resolveModule,playwrightSetSessionName,playwrightMarkSessionStatus,isFalse}=require(a25_0x4b35e2(0x2c3)),path=require('path'),processRunner=requireModule('@playwright/test/lib/common/process.js'),{debug,getPlatformDetails}=require(a25_0x4b35e2(0x29f)),base=requireModule('@playwright/test'),MyReporter=require(a25_0x4b35e2(0x2a3)),requestSpy=require(a25_0x4b35e2(0x1fd)),RequestQueueHandler=require(a25_0x4b35e2(0x37c)),TestDetails=require(a25_0x4b35e2(0x395)),url=require('url'),{o11yErrorHandler}=require(a25_0x4b35e2(0x3c0)),PerformanceTester=require(a25_0x4b35e2(0x325)),fs=require('fs');function a25_0x3b7e(_0x594a95,_0x724c98){const _0x6bfc97=a25_0x6bfc();return a25_0x3b7e=function(_0x3b7e55,_0x5565c0){_0x3b7e55=_0x3b7e55-0x1c0;let _0x9722f3=_0x6bfc97[_0x3b7e55];return _0x9722f3;},a25_0x3b7e(_0x594a95,_0x724c98);}let importError=null,sessionError=null,Connection=null;const a25_0x3346a5={};a25_0x3346a5[a25_0x4b35e2(0x270)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x2a4)]={},a25_0x3346a5[a25_0x4b35e2(0x35c)]={},a25_0x3346a5[a25_0x4b35e2(0x31f)]=![],a25_0x3346a5[a25_0x4b35e2(0x2a4)]['id']=undefined,a25_0x3346a5[a25_0x4b35e2(0x2a4)][a25_0x4b35e2(0x31a)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x342)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x23d)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x28f)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x2e1)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x290)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x34b)]=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)]['product']=undefined,a25_0x3346a5[a25_0x4b35e2(0x35c)][a25_0x4b35e2(0x39f)]={};const workerDetails=a25_0x3346a5,logPatcher=require(a25_0x4b35e2(0x1e1)),BSTestOpsPatcher=new logPatcher({}),{consoleHolder}=require(a25_0x4b35e2(0x2b1));console={},Object[a25_0x4b35e2(0x2cc)](consoleHolder)[a25_0x4b35e2(0x374)](_0xe4844b=>{const _0x1a1720=a25_0x4b35e2,_0x459b96={'yoqMR':function(_0x43fbf9,_0x2f3958){return _0x43fbf9(_0x2f3958);},'msYUv':function(_0x504953,_0x5e3737){return _0x504953!==_0x5e3737;},'FzvZR':_0x1a1720(0x343)};console[_0xe4844b]=(..._0x253b9b)=>{const _0x2267c5=_0x1a1720;_0x459b96['msYUv'](_0x459b96[_0x2267c5(0x35d)],_0x459b96['FzvZR'])?_0x459b96['yoqMR'](_0x5c35dd,_0x4219f2):BSTestOpsPatcher[_0xe4844b](..._0x253b9b);};});const getPWCorePath=()=>{const _0x8556c7=a25_0x4b35e2,_0x203224={'XuDeo':function(_0x5bbd11,_0x4cab42){return _0x5bbd11(_0x4cab42);},'BpCOK':_0x8556c7(0x227),'ZrwQa':_0x8556c7(0x1f4),'CKEEa':_0x8556c7(0x3b9),'EewUr':'playwright-core','tAzTp':function(_0xfe70c9,_0x27bdba){return _0xfe70c9===_0x27bdba;},'zKwDu':'local','jaSrL':function(_0x5e67c4,_0x519909){return _0x5e67c4(_0x519909);},'zFLOT':_0x8556c7(0x1d0)},_0x10d90a=_0x203224[_0x8556c7(0x277)](resolveModule,path[_0x8556c7(0x394)](_0x203224[_0x8556c7(0x234)],_0x203224[_0x8556c7(0x3ac)],_0x203224[_0x8556c7(0x1d7)],_0x203224['EewUr']));if(_0x203224[_0x8556c7(0x2b7)](_0x10d90a[_0x8556c7(0x363)],_0x203224[_0x8556c7(0x2d7)]))return _0x10d90a[_0x8556c7(0x288)];let _0x3ac649=_0x203224[_0x8556c7(0x245)](resolveModule,path[_0x8556c7(0x394)](_0x203224[_0x8556c7(0x332)]));if(_0x3ac649[_0x8556c7(0x288)]&&_0x3ac649[_0x8556c7(0x288)]['endsWith'](_0x203224[_0x8556c7(0x328)]))_0x3ac649[_0x8556c7(0x288)]=path[_0x8556c7(0x3b0)](_0x3ac649[_0x8556c7(0x288)]);if(_0x203224[_0x8556c7(0x2b7)](_0x3ac649['foundAt'],_0x203224[_0x8556c7(0x2d7)]))return _0x3ac649[_0x8556c7(0x288)];return _0x10d90a[_0x8556c7(0x288)]||_0x3ac649[_0x8556c7(0x288)];},importFileFromPWCore=_0x45264b=>{const _0xa6d875=a25_0x4b35e2,_0x3c4d55={'wkWzD':function(_0x435c87,_0x5874c9){return _0x435c87(_0x5874c9);},'gSkkX':function(_0x5330e8,_0x427ee7){return _0x5330e8===_0x427ee7;},'lYReu':_0xa6d875(0x27f),'Lhmlj':function(_0x4ff419,_0xc90cbd,_0x334e19,_0xc77c7f){return _0x4ff419(_0xc90cbd,_0x334e19,_0xc77c7f);},'hcNlb':_0xa6d875(0x1e6),'PbUuM':'client','OgeYU':_0xa6d875(0x2e5),'bsLWh':function(_0xb1d5cf,_0x43138a){return _0xb1d5cf(_0x43138a);},'GmNQv':_0xa6d875(0x305),'bNrvC':function(_0x4b9b6e){return _0x4b9b6e();},'SBrwP':function(_0x588a69,_0x4fa8e8){return _0x588a69!==_0x4fa8e8;},'ALola':_0xa6d875(0x21f),'pYCjY':function(_0x165bb3,_0x3f795f){return _0x165bb3(_0x3f795f);},'dhQyk':function(_0x1cdb49,_0x51134c){return _0x1cdb49===_0x51134c;},'VSlyu':'JYWTb','LRhiw':function(_0x1886d7,_0x38ea4f){return _0x1886d7(_0x38ea4f);},'GRJDf':function(_0x3c9ad4,_0x1f2fcd){return _0x3c9ad4===_0x1f2fcd;},'MFXTG':_0xa6d875(0x2bd),'KELBu':_0xa6d875(0x356),'gCzMc':function(_0x6c3513,_0x4c770d){return _0x6c3513(_0x4c770d);}},_0x36623d=_0x3c4d55[_0xa6d875(0x3bf)](getPWCorePath);if(!_0x36623d){if(_0x3c4d55[_0xa6d875(0x291)](_0x3c4d55[_0xa6d875(0x1cf)],_0x3c4d55[_0xa6d875(0x1cf)])){const _0x4dbe36=_0x563f96[_0xa6d875(0x2a4)]['testInfo']||_0x5be8d3[_0xa6d875(0x270)];if(!_0x4dbe36){_0x3c4d55['wkWzD'](_0x5bde78,_0xa6d875(0x280));return;}let _0x383cb3=_0x5770fd[_0xa6d875(0x21a)];return _0x3c4d55[_0xa6d875(0x1dc)](typeof _0x43faef,_0x3c4d55[_0xa6d875(0x358)])&&(_0x383cb3=_0x1cd914),_0x3c4d55[_0xa6d875(0x1c1)](_0xf9268c,_0x36bcc3,_0x4dbe36,_0x383cb3),_0x4ad5cd;}else{_0x3c4d55[_0xa6d875(0x2da)](debug,'Not\x20able\x20to\x20determine\x20PW\x20Core\x20path');return;}}const _0x12ded8=path['join'](_0x36623d,_0x45264b);try{if(_0x3c4d55[_0xa6d875(0x364)](_0x3c4d55[_0xa6d875(0x1ce)],_0x3c4d55[_0xa6d875(0x1ce)]))return _0x3c4d55[_0xa6d875(0x34e)](requireModule,_0x12ded8);else{const _0x41ba03=_0x25fdd5['join'](_0x3c4d55[_0xa6d875(0x273)],_0x3c4d55[_0xa6d875(0x39b)],_0x3c4d55[_0xa6d875(0x37a)]),_0x283f85=_0x3c4d55[_0xa6d875(0x237)](_0x1bd557,_0x41ba03);!_0x283f85?_0x3c4d55['bsLWh'](_0x1070c2,_0x3c4d55[_0xa6d875(0x1f2)]):_0x152559=_0x283f85['Connection'];}}catch(_0x2c500b){if(_0x3c4d55['GRJDf'](_0x3c4d55[_0xa6d875(0x24b)],_0x3c4d55['KELBu'])){_0x3c4d55['wkWzD'](_0x49fbdf,_0xa6d875(0x370));return;}else _0x3c4d55[_0xa6d875(0x1ea)](debug,_0xa6d875(0x2a2)+_0x12ded8+':\x20'+_0x2c500b[_0xa6d875(0x38e)]());}};if(!isFalse(process[a25_0x4b35e2(0x1fe)][a25_0x4b35e2(0x242)])){try{const connectionRelativePath=path[a25_0x4b35e2(0x394)]('lib',a25_0x4b35e2(0x28a),'connection.js'),importedConnection=importFileFromPWCore(connectionRelativePath);!importedConnection?debug(a25_0x4b35e2(0x305)):Connection=importedConnection[a25_0x4b35e2(0x31e)];}catch(a25_0xeefce9){debug(a25_0x4b35e2(0x211)+a25_0xeefce9['toString']());}try{if(Connection!=null){let originalDispatch=Connection[a25_0x4b35e2(0x252)]['dispatch'];Object[a25_0x4b35e2(0x33c)](Connection['prototype'],a25_0x4b35e2(0x1ca),{'get':function(){const _0x301028=a25_0x4b35e2,_0x1bb790={'EDrtZ':function(_0x12e9b4,_0x4ac301){return _0x12e9b4(_0x4ac301);},'FufnN':_0x301028(0x35f),'HmtrI':function(_0x48773c,_0x3d8be3){return _0x48773c===_0x3d8be3;},'aVKCE':_0x301028(0x1e0),'tVVUr':_0x301028(0x23b),'ncztx':function(_0xca0b6b,_0x173b29){return _0xca0b6b!==_0x173b29;},'qEyWV':_0x301028(0x2e2),'jOgyG':_0x301028(0x255),'NPPUB':_0x301028(0x3ca),'BBDse':function(_0x1da64f,_0x360c3f){return _0x1da64f===_0x360c3f;},'fYaHX':'NgiSv'};return function _0xb3567d(_0x394356){const _0xaddb6a=_0x301028;if(_0x1bb790['HmtrI'](_0x1bb790[_0xaddb6a(0x261)],_0x1bb790[_0xaddb6a(0x2db)]))return _0x47ad6e[_0xaddb6a(0x1cb)](this,arguments);else{const _0x2a6a51=_0x394356&&_0x394356[_0xaddb6a(0x1d9)]&&_0x394356['params'][_0xaddb6a(0x37f)];if(_0x2a6a51){if(_0x1bb790[_0xaddb6a(0x387)](_0x1bb790[_0xaddb6a(0x222)],_0x1bb790[_0xaddb6a(0x222)]))return _0x1bb790[_0xaddb6a(0x1d5)](_0x312b2f,_0x19200e);else{const _0x5f179f=_0x2a6a51[_0xaddb6a(0x1c8)],_0x224a39=_0x2a6a51['platformDetails'];if(_0x224a39){if(_0x1bb790[_0xaddb6a(0x387)](_0x1bb790['jOgyG'],_0x1bb790['NPPUB']))_0x1bb790[_0xaddb6a(0x1d5)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x224a39[_0xaddb6a(0x38e)]()),workerDetails[_0xaddb6a(0x35c)][_0xaddb6a(0x290)]=_0x224a39[_0xaddb6a(0x21d)],workerDetails[_0xaddb6a(0x35c)][_0xaddb6a(0x34b)]=_0x224a39['platformVersion'];else{const _0x12e8f2=_0x3a57fc[_0xaddb6a(0x230)](_0x3b4b3a),_0x49f0c4=new _0x2502ed(_0x12e8f2['query']),_0x1bc67b=_0x118fc7[_0xaddb6a(0x206)](_0x49f0c4[_0xaddb6a(0x25f)]()),_0x2875d5=_0x3c5b9c[_0xaddb6a(0x230)](_0x1bc67b[_0xaddb6a(0x304)]);return _0x2875d5&&_0x2875d5[_0xaddb6a(0x28f)]?_0x2875d5[_0xaddb6a(0x28f)]:_0x1bb790['FufnN'];}}if(_0x5f179f){if(_0x1bb790[_0xaddb6a(0x377)](_0x1bb790[_0xaddb6a(0x351)],_0x1bb790[_0xaddb6a(0x351)]))_0x1bb790[_0xaddb6a(0x1d5)](debug,_0xaddb6a(0x376)+_0x5f179f),workerDetails[_0xaddb6a(0x35c)][_0xaddb6a(0x23d)]=_0x5f179f;else return _0x1776cf[_0xaddb6a(0x28f)];}}}return originalDispatch[_0xaddb6a(0x1cb)](this,arguments);}};}});}}catch(a25_0x1c6e2c){debug(a25_0x4b35e2(0x263)+a25_0x1c6e2c),sessionError=a25_0x1c6e2c[a25_0x4b35e2(0x38e)]();}}function a25_0x6bfc(){const _0x1ba682=['xJzBj','zKwDu','KUCwI','YaDfu','pYCjY','tVVUr','pid','BfNSc','zKrKp','vJxfV','version','browser_version','yMXev','rArnl','SeVlj','connection.js','lsats','bcQhN','smrSi','toLowerCase','hfxNA','zMkvi','tDmuI','GLkcf','dTkjN','beforeWorkerHook','CDdPF','xrokC','lDpJQ','qloec','PXeje','PJVwu','obRyV','fZbNt','YVBaJ','includes','OcOHO','SWvwL','3669756XAhEnH','ArNFI','TQsZU','uvutM','ViePu','pozHI','cdp.browserstack.com','SWYuV','caps','Not\x20able\x20to\x20import\x20Connection','giXJs','workerIndex','hostname','WdMcm','DhnFL','rXfPn','YLEsP','fHwxz','gmfrD','JzmNS','auto','Moxmy','MGJaU','DDiJL','cwd','aDVgi','then','rOjIM','BaaCH','riFjS','testInfo','CxoWE','cvpVV','1107592nveFYQ','Connection','o11ySyncDone','spy','vqrGd','tracing','pvpxo','LIZRF','../../helpers/test-observability/performance-tester','endsWith','Test\x20Hook\x20started','zFLOT','jOwMA','wWNjz','VIZMc','RBjIp','NeOkI','IOqFw','GYgLx','knpGw','JwGiR','EewUr','eRgvc','demNi','pioCs','MQbxt','VSHUP','XWiAb','automate','gxPmY','MzWkt','defineProperty','now','PIiNG','vHWZB','VjoPD','TPFoG','cloudProvider','iwHfQ','AnfNd','TyAvt','fDadu','PICdy','yhBPP','lgaLt','iKeFo','platform_version','lrhlT','ScyTk','LRhiw','plFpL','BSOqg','fYaHX','vJBPm','Yyqjr','BMsPZ','query','TEVXn','jhKgH','lYReu','lWrMZ','FYLIz','_defaultConnectOptions','currentSessionDetails','FzvZR','fYpfg','chrome','fQReN','dQKim','Yiocp','foundAt','dhQyk','FgTHa','Adaeu','xGsTG','hCimc','dHYvN','zJYNT','efVcr','9DGuVAu','ZlwrF','eWFmN','setupBrowserDetails','Not\x20able\x20to\x20import\x20Page','SzuMM','getTestRunIdFromTestInfo','afterTestHook','forEach','fjsHy','Setting\x20session\x20id\x20received\x20from\x20BS\x20','BBDse','jFqic','XyXJB','OgeYU','DOwOl','../../helpers/test-observability/requestQueueHandler','dKwwM','Iwmob','bsParams','LGyyG','LKSdK','tXYcD','doo11ySync','BrowserType','2xnTKFJ','UzDEc','ncztx','Wcvtw','xzdjW','FjUqe','ZqKVt','EjLIQ','NvOkh','toString','tXsqY','Kuoks','FUanF','szIUy','IWYTO','join','./reporter/test-details','OwqTW','vqVaK','use','iCxeN','lIvDY','PbUuM','MvyBg','RQBgR','fOAEm','capabilities','_test','aqbjh','JcGhv','page.js','xwYHb','uqShk','oomjW','wNQVq','0|2|1|4|3','yvDIE','rzukJ','YcnaO','ZrwQa','lXPYQ','EENUF','VeIvg','dirname','DIQve','connect','iuwoY','YqOWa','VxjFi','YcrTi','obsTracingMockApplied','BMpve','node_modules','ltRFZ','wMoQf','uxUeW','DNXhy','kCWVb','bNrvC','../../helpers/test-observability/error-handler','obsScreenshotMockApplied','split','BROWSERSTACK_AUTOMATION','OhaGR','annotate','VVXHM','UPZYe','[Screenshot]\x20No\x20current\x20test\x20found','removeAllListeners','zekkx','kCyBt','nUsyo','MYNaL','Lhmlj','Oxehd','UMXYl','addTestUIDAndReportLog','biZYq','PRifc','safari','sessionId','PvLbR','dispatch','apply','smXrt','MbNqb','VSlyu','ALola','index.js','hYBZQ','uxxFD','Not\x20able\x20to\x20determine\x20PW\x20Core\x20path','srORC','EDrtZ','vWQLc','CKEEa','TdRWW','params','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','ANRDj','gSkkX','COpZo','sendTestLog','yzCOJ','SZSBH','../utils/logPatcher','browserstack','bs:addLog:','pEIIx','AuhEk','lib','YLTfJ','MXsNr','QSHry','gCzMc','EEKNb','iINVi','evVJT','HBwON','XLlAv','zRYPK','jsXnJ','GmNQv','KQvAQ','test','dBXek','SwVaG','2548225eFyfpX','extend','sNXBz','TqJjW','tobjB','UcIYM','../../helpers/request-spy','env','ZbazV','local','dMQtU','vYpvK','NIzgl','_name','CMXMB','fromEntries','readFileSync','rxCZQ','AxOIa','ODgJc','wGvsy','onYdd','getInstance','XiVni','OXUVs','14YkbqAL','Error\x20in\x20importing\x20connection\x20','enslB','GORZH','requestSpyCallback','uoIeA','JaoTq','qoRWf','EPzKW','pGxha','wsEndpoint','QMngI','bArCl','platformName','host','rVRLa','COfAK','GDQCt','qEyWV','pyWBF','project','mJBym','ZEIEo','@playwright','worker','xJJfL','sRGts','screenshot','start','tRsju','xWNau','product','parse','afterWorkerHook','RACix','TEST_SCREENSHOT','BpCOK','session_id','cyadL','bsLWh','skTns','bypgQ','performance-report-worker-','rpCwM','toISOString','bsSessionId','vFrJe','channel','ElJQX','platformVersion','BROWSERSTACK_TEST_OBSERVABILITY','hfXhT','txOoO','jaSrL','BjUlD','sHprm','EsMUK','ObservabilitySync:','gNVQv','MFXTG','DnBEU','Not\x20able\x20to\x20import\x20Browser','RrdtI','NGExw','platformDetails','BOufn','prototype','qOwDL','TpLSY','nVpgu','xDHuM','SHyfp','obsBrowserTypeMockApplied','stopAndGenerate','aDtfp','phHhQ','2|3|1|4|0','FHUcc','ubhvI','entries','RosgR','aVKCE','zvIxH','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','JTOLY','CvwVM','base64','fJKdh','BBdSC','edge','XiLmL','XICXD','LbtQv','DLmga','MSnRl','.json','workerInfo','ZdljM','295888nTzqyO','hcNlb','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','Test\x20Hook\x20ended','oArOv','XuDeo','nHDBT','VDhmb','pmNXY','hNItG','rOxUh','gxZKK','siAiu','string','[BrowserTypePatch]\x20No\x20project\x20info\x20found','constructor','HhCfo','hRsSJ','IvceR','launch','elDwk','eHYOQ','path','VMrss','client','playwright-','yzbps','stringify','.html','browser','platform','SBrwP','VEsqk','xLJXC','sendSessionDetails','kuuSV','UnUss','default','koUfQ','firefox','browserstack_executor:\x20','LMoqx','iIehp','tbKzT','vdqsh','../../helpers/test-observability/utils','jZQyl','Obgqw','Exception\x20in\x20importing\x20module\x20','./reporter/reporter','currentTest','X-BSTACK-TESTOPS','nmvQq','XZePW','DEvNu','InOoq','Page','PkuMD','dqunc','GmJYE','LgTsw','65134SnqHqY','headers','../../helpers/test-observability/constants','jDrRk','local_grid','hqXfG','BPYBo','wKoqm','tAzTp','QhFKk','Puvaz','KyypL','browserType.js','AWjBO','EHcOu','bbYsB','HTTP','trmDU','KrRQx','JrggN','../../helpers/helper','DizTH','isRemote','BJWWs','dIjRw','RJCOA','XvaKQ','NYjHf','GagHN','keys','Oxurv','1853931EYBGIy','fkdiI','16157840QWKUKt','BROWSERSTACK_O11Y_PERF_MEASUREMENT','VOPHr','EZJFo','JfRIE','bYQZg'];a25_0x6bfc=function(){return _0x1ba682;};return a25_0x6bfc();}const getCloudProviderFromWsEndpoint=_0x38237d=>{const _0x3979e8=a25_0x4b35e2,_0x454393={'MzWkt':function(_0x3ebf1f,_0x58689a){return _0x3ebf1f(_0x58689a);},'DIQve':_0x3979e8(0x302),'Oxurv':function(_0x386941,_0x3a28e6){return _0x386941!==_0x3a28e6;},'zJYNT':_0x3979e8(0x3b6),'yzbps':_0x3979e8(0x1e2),'VVXHM':'unknown_grid'};if(_0x38237d[_0x3979e8(0x2f9)](_0x454393[_0x3979e8(0x3b1)])){if(_0x454393[_0x3979e8(0x2cd)](_0x454393[_0x3979e8(0x36a)],_0x454393[_0x3979e8(0x36a)])){_0x454393[_0x3979e8(0x33b)](_0x558364,_0x3979e8(0x24d));return;}else return _0x454393[_0x3979e8(0x28c)];}return _0x454393[_0x3979e8(0x3c6)];},getCBTInfo=()=>{const _0x3f8c6=a25_0x4b35e2,_0x33d368=workerDetails['currentSessionDetails'],_0x25656d={};_0x25656d['browser']=_0x33d368['browser'],_0x25656d['browser_version']=_0x33d368[_0x3f8c6(0x2e1)],_0x25656d['capabilities']=_0x33d368[_0x3f8c6(0x39f)],_0x25656d[_0x3f8c6(0x290)]=_0x33d368[_0x3f8c6(0x290)],_0x25656d[_0x3f8c6(0x34b)]=_0x33d368[_0x3f8c6(0x34b)],_0x25656d[_0x3f8c6(0x22f)]=_0x33d368['product'],_0x25656d[_0x3f8c6(0x235)]=_0x33d368[_0x3f8c6(0x23d)];const _0x3341b7={[workerDetails['currentSessionDetails'][_0x3f8c6(0x342)]]:_0x25656d};return _0x3341b7;},getBrowserNameFromChannel=_0x265c43=>{const _0x3cb685=a25_0x4b35e2,_0x12527d={'YcnaO':function(_0x5c3e98,_0x3207ba,_0x425361){return _0x5c3e98(_0x3207ba,_0x425361);},'eRgvc':_0x3cb685(0x266),'MJtpS':function(_0x1bb7b1,_0x3b8abf){return _0x1bb7b1(_0x3b8abf);},'jOwMA':_0x3cb685(0x35f),'EPzKW':function(_0x30f08f,_0x37a0ea){return _0x30f08f===_0x37a0ea;},'IZtQn':_0x3cb685(0x205),'ubhvI':_0x3cb685(0x2ed),'DLmga':_0x3cb685(0x269),'VjoPD':function(_0x5ab5b5,_0x48a053){return _0x5ab5b5!==_0x48a053;},'rArnl':_0x3cb685(0x26a),'mjJMW':_0x3cb685(0x1e5),'dTkjN':_0x3cb685(0x299),'GoKJp':function(_0x5709ec,_0x11ea55){return _0x5709ec!==_0x11ea55;},'PIiNG':_0x3cb685(0x2e4),'iCxeN':_0x3cb685(0x1c7),'uxxFD':function(_0xba9357,_0x1cd7a9){return _0xba9357===_0x1cd7a9;},'txOoO':_0x3cb685(0x2f5)};if(_0x265c43[_0x3cb685(0x2f9)](_0x12527d[_0x3cb685(0x329)])){if(_0x12527d[_0x3cb685(0x218)](_0x12527d['IZtQn'],_0x12527d[_0x3cb685(0x25e)])){const _0x3253e2={};_0x3253e2['id']=_0x301956[_0x3cb685(0x3a0)]['id'],_0x3253e2['testInfo']=_0x5532a9,_0x3ec936[_0x3cb685(0x2a4)]=_0x3253e2;}else return _0x12527d[_0x3cb685(0x329)];}if(_0x265c43[_0x3cb685(0x2f9)](_0x12527d[_0x3cb685(0x26d)])){if(_0x12527d[_0x3cb685(0x340)](_0x12527d[_0x3cb685(0x2e3)],_0x12527d['mjJMW']))return _0x12527d[_0x3cb685(0x26d)];else return;}if(_0x265c43[_0x3cb685(0x2f9)](_0x12527d[_0x3cb685(0x2ee)]))return _0x12527d['GoKJp'](_0x12527d[_0x3cb685(0x33e)],_0x12527d[_0x3cb685(0x33e)])?(_0x12527d[_0x3cb685(0x3ab)](_0x41fd7c,_0x7596f[_0x3cb685(0x38e)](_0x12527d[_0x3cb685(0x333)]),_0x2df887[_0x3cb685(0x2a4)][_0x3cb685(0x31a)]),_0x151cf2):_0x12527d[_0x3cb685(0x2ee)];if(_0x265c43[_0x3cb685(0x2f9)](_0x12527d[_0x3cb685(0x399)])){if(_0x12527d[_0x3cb685(0x1d2)](_0x12527d[_0x3cb685(0x244)],_0x12527d[_0x3cb685(0x244)]))return _0x12527d[_0x3cb685(0x399)];else _0x12527d['MJtpS'](_0x3872fe,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x560d62['toString']()),_0x452ca8[_0x3cb685(0x35c)][_0x3cb685(0x290)]=_0x4847f6[_0x3cb685(0x21d)],_0xe895a1[_0x3cb685(0x35c)][_0x3cb685(0x34b)]=_0x5f520b[_0x3cb685(0x241)];}},getBrowserFromWSEndpoint=_0x4373c3=>{const _0x30fd92=a25_0x4b35e2,_0x2fef61={'vqVaK':'chrome','siAiu':function(_0x550176,_0x353720){return _0x550176(_0x353720);},'Yyqjr':function(_0x35ba0f,_0x19925a,_0x1ae40e){return _0x35ba0f(_0x19925a,_0x1ae40e);},'dqunc':function(_0x4375bd,_0x32f4f5){return _0x4375bd(_0x32f4f5);},'tobjB':function(_0x2228cd,_0x59e19c){return _0x2228cd===_0x59e19c;},'dJRdV':_0x30fd92(0x2c7),'BMsPZ':_0x30fd92(0x3af),'dQKim':function(_0x1d92bd,_0x598963){return _0x1d92bd===_0x598963;},'DnBEU':'tzROy','SwVaG':_0x30fd92(0x2a1),'XlhCO':_0x30fd92(0x30c),'zMkvi':_0x30fd92(0x1e8),'kCyBt':_0x30fd92(0x32f),'IWYTO':_0x30fd92(0x324),'dMQtU':function(_0x21165b,_0x5df447){return _0x21165b(_0x5df447);}};try{if(_0x2fef61[_0x30fd92(0x1fb)](_0x2fef61['dJRdV'],_0x2fef61[_0x30fd92(0x354)]))_0x27d56d['startMonitoring'](_0x30fd92(0x23a)+_0x494ead[_0x30fd92(0x307)]['toString']()+_0x30fd92(0x26f));else{const _0x5e5c24=url[_0x30fd92(0x230)](_0x4373c3),_0x3f5cca=new URLSearchParams(_0x5e5c24[_0x30fd92(0x355)]),_0x4e0b04=Object['fromEntries'](_0x3f5cca[_0x30fd92(0x25f)]()),_0x54711e=JSON[_0x30fd92(0x230)](_0x4e0b04[_0x30fd92(0x304)]);return _0x54711e&&_0x54711e[_0x30fd92(0x28f)]?_0x2fef61[_0x30fd92(0x361)](_0x2fef61[_0x30fd92(0x24c)],_0x2fef61[_0x30fd92(0x1f6)])?_0x2fef61[_0x30fd92(0x397)]:_0x54711e['browser']:_0x2fef61[_0x30fd92(0x361)](_0x2fef61['XlhCO'],_0x2fef61[_0x30fd92(0x2eb)])?_0x268053['apply'](this,arguments)['then'](_0x5e481f=>{const _0x38dbac=_0x30fd92,_0x22b6ab=_0x66d586[_0x38dbac(0x2a4)][_0x38dbac(0x31a)]||_0x2547c6[_0x38dbac(0x270)];if(!_0x22b6ab){_0x2fef61[_0x38dbac(0x27e)](_0x3f2cbd,_0x38dbac(0x280));return;}return _0x2fef61[_0x38dbac(0x353)](_0x15b9d3,_0x5e481f,_0x22b6ab),_0x5e481f;}):_0x2fef61[_0x30fd92(0x397)];}}catch(_0x18afd6){_0x2fef61[_0x30fd92(0x361)](_0x2fef61[_0x30fd92(0x3cb)],_0x2fef61[_0x30fd92(0x393)])?_0x2fef61[_0x30fd92(0x2ac)](_0x8982aa,_0x30fd92(0x2a2)+_0x3105ad+':\x20'+_0x43e6ef[_0x30fd92(0x38e)]()):_0x2fef61[_0x30fd92(0x201)](debug,_0x30fd92(0x274)+_0x18afd6[_0x30fd92(0x38e)]());}},setupBrowserDetails=o11yErrorHandler(async function setupBrowserDetails(_0x170cff,_0xc5ce88,_0xbb606f=null){const _0x27d7b1=a25_0x4b35e2,_0x17fa8a={'KrRQx':function(_0x11c7d4,_0x3c11bb){return _0x11c7d4(_0x3c11bb);},'hUxbT':function(_0x3d91b2,_0x49a581){return _0x3d91b2(_0x49a581);},'gxZKK':function(_0x1693bf,_0x19f0ad){return _0x1693bf(_0x19f0ad);},'lXPYQ':function(_0x42f069,_0x3c76c0){return _0x42f069(_0x3c76c0);},'RCKGr':function(_0x1d3846,_0x5be7ab){return _0x1d3846(_0x5be7ab);},'yHWVS':_0x27d7b1(0x2b3),'DizTH':function(_0x30718b,_0x37e0a6){return _0x30718b===_0x37e0a6;},'xrokC':'YzlKr','smrSi':_0x27d7b1(0x388),'TIQVv':'browserstack','xLJXC':_0x27d7b1(0x32a),'bcQhN':'automate','InOoq':function(_0x7c7029,_0x5020a6){return _0x7c7029!==_0x5020a6;},'TPFoG':_0x27d7b1(0x3a7),'fQReN':'ZDpiK','gNVQv':function(_0x432dec,_0x35b600){return _0x432dec(_0x35b600);},'PvLbR':_0x27d7b1(0x381),'CDdPF':function(_0x508c13,_0x27559e){return _0x508c13+_0x27559e;},'EjLIQ':_0x27d7b1(0x28b),'SWYuV':function(_0x26953b){return _0x26953b();}};let _0x1633eb=_0x170cff[_0x27d7b1(0x204)],_0x40a14a=_0x170cff[_0x27d7b1(0x2e0)](),_0x2409ae=null,_0x4300fe=null,_0x1ccf87=null,_0x4ae00f=_0x17fa8a['yHWVS'];if(_0x170cff['_connection'][_0x27d7b1(0x2c5)]()){if(_0x17fa8a['DizTH'](_0x17fa8a['xrokC'],_0x17fa8a[_0x27d7b1(0x2f1)])){const _0x41a9d7=_0x170cff['_browserType'][_0x27d7b1(0x35b)],_0x23b89a=_0xbb606f||_0x41a9d7&&_0x41a9d7[_0x27d7b1(0x21a)];if(_0x23b89a){if(_0x17fa8a[_0x27d7b1(0x2c4)](_0x17fa8a[_0x27d7b1(0x2e8)],_0x17fa8a[_0x27d7b1(0x2e8)]))_0x4ae00f=_0x17fa8a[_0x27d7b1(0x3ad)](getCloudProviderFromWsEndpoint,_0x23b89a),_0x17fa8a[_0x27d7b1(0x2c4)](_0x4ae00f,_0x17fa8a['TIQVv'])&&(_0x17fa8a['DizTH'](_0x17fa8a['xLJXC'],_0x17fa8a[_0x27d7b1(0x293)])?(_0x1ccf87=_0x17fa8a[_0x27d7b1(0x2e7)],_0x1633eb=_0x17fa8a['gxZKK'](getBrowserFromWSEndpoint,_0x23b89a)||_0x1633eb,_0x2409ae=workerDetails[_0x27d7b1(0x35c)][_0x27d7b1(0x290)],_0x4300fe=workerDetails[_0x27d7b1(0x35c)][_0x27d7b1(0x34b)]):_0x17fa8a[_0x27d7b1(0x2c1)](_0x2309ab,'Error\x20in\x20importing\x20connection\x20'+_0x248544['toString']()));else{_0x17fa8a[_0x27d7b1(0x2c1)](_0x51a909,_0x27d7b1(0x280));return;}}}else{const _0x2c10c1=_0x281a18[_0x27d7b1(0x1c8)],_0x112acc=_0x3d99d9[_0x27d7b1(0x250)];_0x112acc&&(_0x17fa8a['hUxbT'](_0x2dc1e8,_0x27d7b1(0x1da)+_0x112acc[_0x27d7b1(0x38e)]()),_0x36235f[_0x27d7b1(0x35c)][_0x27d7b1(0x290)]=_0x112acc['platformName'],_0x4de70f['currentSessionDetails']['platform_version']=_0x112acc[_0x27d7b1(0x241)]),_0x2c10c1&&(_0x17fa8a[_0x27d7b1(0x27d)](_0x27ff14,_0x27d7b1(0x376)+_0x2c10c1),_0x38af02[_0x27d7b1(0x35c)][_0x27d7b1(0x23d)]=_0x2c10c1);}}else{if(_0x17fa8a[_0x27d7b1(0x2a9)](_0x17fa8a['TPFoG'],_0x17fa8a[_0x27d7b1(0x341)]))_0x56bbd3=_0x3046f5['Connection'];else{if(_0xc5ce88[_0x27d7b1(0x224)][_0x27d7b1(0x398)][_0x27d7b1(0x23f)]){if(_0x17fa8a[_0x27d7b1(0x2c4)](_0x17fa8a[_0x27d7b1(0x360)],_0x17fa8a[_0x27d7b1(0x360)]))_0x1633eb=_0x17fa8a[_0x27d7b1(0x24a)](getBrowserNameFromChannel,_0xc5ce88[_0x27d7b1(0x224)][_0x27d7b1(0x398)][_0x27d7b1(0x23f)]);else{_0x17fa8a[_0x27d7b1(0x3ad)](_0x1e79b3,_0x27d7b1(0x3c8));return;}}else _0x17fa8a[_0x27d7b1(0x2c4)](_0x17fa8a['PvLbR'],_0x17fa8a[_0x27d7b1(0x1c9)])?_0x1633eb=_0x17fa8a[_0x27d7b1(0x2f0)](_0x17fa8a[_0x27d7b1(0x38c)],_0x1633eb[_0x27d7b1(0x2e9)]()):(_0x17fa8a['RCKGr'](_0x206c23,_0x27d7b1(0x376)+_0x326091),_0x3bf54c[_0x27d7b1(0x35c)]['bsSessionId']=_0x31ef6b);let _0x1cc398=await _0x17fa8a[_0x27d7b1(0x303)](getPlatformDetails);_0x2409ae=_0x1cc398[_0x27d7b1(0x21d)],_0x4300fe=_0x1cc398[_0x27d7b1(0x241)];}}const _0x36426a={};_0x36426a[_0x27d7b1(0x28f)]=_0x1633eb,_0x36426a['browser_version']=_0x40a14a,_0x36426a['capabilities']={},_0x36426a['platform']=_0x2409ae,_0x36426a[_0x27d7b1(0x34b)]=_0x4300fe,_0x36426a[_0x27d7b1(0x22f)]=_0x1ccf87;const _0x1de5a7=_0x36426a;workerDetails[_0x27d7b1(0x35c)]={...workerDetails[_0x27d7b1(0x35c)],'cloudProvider':_0x4ae00f,..._0x1de5a7};}),doo11ySync=o11yErrorHandler(async function doo11ySync(_0x14871c){const _0x1154f1=a25_0x4b35e2,_0x28fee0={};_0x28fee0[_0x1154f1(0x2b6)]=function(_0x434ea3,_0x23deaa){return _0x434ea3!==_0x23deaa;},_0x28fee0['zUkaD']=_0x1154f1(0x1fa),_0x28fee0[_0x1154f1(0x2f4)]=_0x1154f1(0x292),_0x28fee0[_0x1154f1(0x3c4)]=_0x1154f1(0x3c5),_0x28fee0[_0x1154f1(0x268)]='debug';const _0x356d79=_0x28fee0;if(workerDetails[_0x1154f1(0x31f)]){if(_0x356d79['wKoqm'](_0x356d79['zUkaD'],_0x356d79[_0x1154f1(0x2f4)]))return;else return;}await _0x14871c['evaluate'](_0x4960ee=>{},_0x1154f1(0x29a)+JSON[_0x1154f1(0x28d)]({'action':_0x356d79['OhaGR'],'arguments':{'data':_0x1154f1(0x249)+Date[_0x1154f1(0x33d)](),'level':_0x356d79[_0x1154f1(0x268)]}})),workerDetails[_0x1154f1(0x31f)]=!![];}),mockRequests=()=>{const _0x52c0f5=a25_0x4b35e2,_0x30f4a8={'KQvAQ':_0x52c0f5(0x22c),'lsats':function(_0x581b6a,_0x2424f4,_0x3588a2){return _0x581b6a(_0x2424f4,_0x3588a2);},'WEPFh':function(_0x38d0e0,_0x5ca410){return _0x38d0e0===_0x5ca410;},'BOufn':_0x52c0f5(0x22e),'enslB':'iYfwI','uNRWJ':function(_0x1941b4,_0x1e6098){return _0x1941b4===_0x1e6098;},'JfRIE':_0x52c0f5(0x2a5),'QjDCd':'true','NIzgl':function(_0x176c24,_0x2d0628){return _0x176c24!==_0x2d0628;},'DLtGF':'VoNcP','WdMcm':'aqOgz','MvyBg':function(_0x3087a8,_0x53c7c5){return _0x3087a8!==_0x53c7c5;},'opcEr':_0x52c0f5(0x295),'MTDLd':_0x52c0f5(0x246),'iINVi':_0x52c0f5(0x2bf),'LbtQv':function(_0x5da4d2,_0x589c0a){return _0x5da4d2(_0x589c0a);}};requestSpy[_0x52c0f5(0x320)](_0x30f4a8[_0x52c0f5(0x26c)](o11yErrorHandler,async function _0x26e0f0(_0x29aa79,_0x5ca02e){const _0x3e515b=_0x52c0f5,_0x2cde0e={'plFpL':function(_0x2d7979,_0xe9522,_0x184184){const _0x15d817=a25_0x3b7e;return _0x30f4a8[_0x15d817(0x2e6)](_0x2d7979,_0xe9522,_0x184184);}};if(_0x30f4a8['WEPFh'](_0x30f4a8[_0x3e515b(0x251)],_0x30f4a8[_0x3e515b(0x212)])){const _0x183709=_0x3def19[_0x3e515b(0x322)][_0x3e515b(0x281)]['prototype'];if(_0x183709['obsTracingMockApplied'])return;const _0x2141a2=_0x183709[_0x3e515b(0x22c)];_0x2e0190['defineProperty'](_0x183709,_0x30f4a8[_0x3e515b(0x1f3)],{'get':function(){return async function _0x20487a(){const _0xf0a139=a25_0x3b7e;return _0x2141a2[_0xf0a139(0x1cb)](this,arguments);};}}),_0x183709[_0x3e515b(0x3b7)]=!![];}else _0x5ca02e&&!(_0x5ca02e[_0x3e515b(0x2b0)]&&_0x30f4a8['uNRWJ'](_0x5ca02e[_0x3e515b(0x2b0)][_0x30f4a8[_0x3e515b(0x2d4)]],_0x30f4a8['QjDCd']))&&(_0x30f4a8[_0x3e515b(0x203)](_0x30f4a8['DLtGF'],_0x30f4a8[_0x3e515b(0x309)])?(_0x5ca02e[_0x3e515b(0x21e)]=_0x5ca02e[_0x3e515b(0x308)],delete _0x5ca02e['hostname'],workerDetails['currentTest']['id']&&(_0x30f4a8[_0x3e515b(0x39c)](_0x30f4a8['opcEr'],_0x30f4a8['MTDLd'])?await MyReporter['addTestUIDAndReportLog'](TestDetails[_0x3e515b(0x372)](workerDetails[_0x3e515b(0x2a4)]['testInfo']),{'timestamp':new Date()[_0x3e515b(0x23c)](),'level':null,'message':null,'kind':_0x30f4a8[_0x3e515b(0x1ec)],'http_response':_0x5ca02e}):_0x2cde0e[_0x3e515b(0x34f)](_0x5926ea,_0x5dda6b,_0x18cb68))):(_0x23ab02[_0x3e515b(0x3c9)](_0x3e515b(0x1e3)+_0x1fa35e[_0x3e515b(0x2dc)]),_0x194fba['on']('bs:addLog:'+_0x3fed23['pid'],_0xe1db4e)));}));},processPageScreenshot=async function processPageScreenshot(_0x557258,_0x55346f){const _0x9f3d97=a25_0x4b35e2,_0x5574a0={};_0x5574a0['DDiJL']=_0x9f3d97(0x233);const _0x330fb4=_0x5574a0;await MyReporter['addTestUIDAndReportLog'](TestDetails[_0x9f3d97(0x372)](_0x55346f),{'timestamp':new Date()[_0x9f3d97(0x23c)](),'kind':_0x330fb4[_0x9f3d97(0x313)],'message':_0x557258});},mockPageScreenshot=o11yErrorHandler(function mockPageScreenshot(){const _0x59671f=a25_0x4b35e2,_0x1e0f04={'FYLIz':function(_0x227143,_0x1ab03b){return _0x227143+_0x1ab03b;},'tXsqY':_0x59671f(0x28b),'eqUJD':'safari','lgaLt':function(_0x4e7903,_0x4059c2){return _0x4e7903(_0x4059c2);},'oArOv':_0x59671f(0x305),'eHYOQ':function(_0x226af2,_0x468e27){return _0x226af2===_0x468e27;},'cDbIg':'VBIMm','rOxUh':_0x59671f(0x265),'YVBaJ':function(_0x13b156,_0x1ef6a5,_0x1eea86){return _0x13b156(_0x1ef6a5,_0x1eea86);},'NGExw':_0x59671f(0x266),'srORC':_0x59671f(0x25c),'Oxehd':function(_0xfc9b64){return _0xfc9b64();},'VMrss':_0x59671f(0x357),'Xgvat':function(_0x1c79c9,_0x16b33d,_0x4cf857){return _0x1c79c9(_0x16b33d,_0x4cf857);},'nHDBT':function(_0x2f63ab,_0x46f5cc){return _0x2f63ab!==_0x46f5cc;},'EwBeI':_0x59671f(0x220),'SWvwL':_0x59671f(0x3bc),'biZYq':function(_0x39ece8,_0x2836e8){return _0x39ece8(_0x2836e8);},'dBXek':_0x59671f(0x21c),'RJCOA':_0x59671f(0x32c),'JwGiR':_0x59671f(0x319),'VIZMc':_0x59671f(0x20f),'DNXhy':_0x59671f(0x1e6),'ODgJc':'client','hfxNA':_0x59671f(0x3a3),'efVcr':function(_0x2f06c9,_0xed695d){return _0x2f06c9!==_0xed695d;},'ibaGg':_0x59671f(0x20e),'vYpvK':function(_0x56a037,_0x44e5e7){return _0x56a037(_0x44e5e7);},'obRyV':'zbjlD','TQsZU':function(_0x5dd450,_0x3c3ee2){return _0x5dd450===_0x3c3ee2;},'XLlAv':'diHKP','HoGBg':_0x59671f(0x22b)},_0x26c23a=path[_0x59671f(0x394)](_0x1e0f04[_0x59671f(0x3bd)],_0x1e0f04[_0x59671f(0x20a)],_0x1e0f04[_0x59671f(0x2ea)]),_0x3c6647=_0x1e0f04['biZYq'](importFileFromPWCore,_0x26c23a);if(!_0x3c6647){if(_0x1e0f04[_0x59671f(0x36b)](_0x1e0f04['ibaGg'],_0x1e0f04['ibaGg']))return async function _0x302de9(){return _0x407907['apply'](this,arguments);};else{_0x1e0f04[_0x59671f(0x202)](debug,_0x59671f(0x370));return;}}const _0x1622c5=_0x3c6647[_0x59671f(0x2aa)];if(!_0x1622c5){if(_0x1e0f04[_0x59671f(0x36b)](_0x1e0f04[_0x59671f(0x2f6)],_0x1e0f04[_0x59671f(0x2f6)]))_0x3e0739=_0x1e0f04[_0x59671f(0x35a)](_0x1e0f04[_0x59671f(0x38f)],_0x29c8dd['toLowerCase']());else return;}const _0x4855af=_0x1622c5['prototype'];if(_0x4855af[_0x59671f(0x3c1)]){if(_0x1e0f04[_0x59671f(0x2fe)](_0x1e0f04[_0x59671f(0x1ef)],_0x1e0f04[_0x59671f(0x1ef)]))return;else return;}const _0x122830=_0x4855af['screenshot'];Object[_0x59671f(0x33c)](_0x4855af,_0x1e0f04['HoGBg'],{'get':function(){const _0x5aa8b1=_0x59671f,_0x541c7e={'SHyfp':_0x1e0f04['eqUJD'],'dHSGs':function(_0x6d3a17,_0x4ff0cb){const _0x2e6f90=a25_0x3b7e;return _0x1e0f04[_0x2e6f90(0x349)](_0x6d3a17,_0x4ff0cb);},'giXJs':_0x1e0f04[_0x5aa8b1(0x276)],'FgTHa':function(_0x3d1997,_0x4aa099){return _0x1e0f04['eHYOQ'](_0x3d1997,_0x4aa099);},'DEvNu':_0x1e0f04['cDbIg'],'QSHry':_0x1e0f04[_0x5aa8b1(0x27c)],'pvpxo':function(_0x358f7f,_0x3e5fbc,_0xe4e251){const _0x333dde=_0x5aa8b1;return _0x1e0f04[_0x333dde(0x2f8)](_0x358f7f,_0x3e5fbc,_0xe4e251);},'YaDfu':_0x1e0f04[_0x5aa8b1(0x24f)],'CxoWE':function(_0x30e3ba,_0x5af34a){const _0xf67613=_0x5aa8b1;return _0x1e0f04[_0xf67613(0x349)](_0x30e3ba,_0x5af34a);},'VDhmb':_0x1e0f04[_0x5aa8b1(0x1d4)],'LuzrB':function(_0x2b3e4b){const _0x546ec9=_0x5aa8b1;return _0x1e0f04[_0x546ec9(0x1c2)](_0x2b3e4b);},'JcGhv':_0x1e0f04[_0x5aa8b1(0x289)],'elDwk':function(_0x452791,_0x436486,_0xdf6a8e){return _0x1e0f04['Xgvat'](_0x452791,_0x436486,_0xdf6a8e);},'skTns':function(_0x173747,_0x33b0e2){const _0x1956b8=_0x5aa8b1;return _0x1e0f04[_0x1956b8(0x278)](_0x173747,_0x33b0e2);},'MGJaU':_0x1e0f04['EwBeI'],'xwYHb':_0x1e0f04[_0x5aa8b1(0x2fb)],'demNi':function(_0x5db7a0,_0x42e42f){const _0x5c3521=_0x5aa8b1;return _0x1e0f04[_0x5c3521(0x1c5)](_0x5db7a0,_0x42e42f);},'Adaeu':_0x1e0f04[_0x5aa8b1(0x1f5)],'iHlCo':_0x1e0f04[_0x5aa8b1(0x2c8)],'aDtfp':_0x1e0f04[_0x5aa8b1(0x331)]};if(_0x1e0f04[_0x5aa8b1(0x287)](_0x1e0f04[_0x5aa8b1(0x32b)],_0x1e0f04[_0x5aa8b1(0x32b)]))return async function _0x3b1840(_0x1c67d0){const _0x5be2a5=_0x5aa8b1,_0xd7629b={'LgTsw':function(_0x451990,_0x34f03b){const _0x2c7a2e=a25_0x3b7e;return _0x541c7e[_0x2c7a2e(0x31b)](_0x451990,_0x34f03b);},'HBwON':_0x541c7e[_0x5be2a5(0x279)],'ZlwrF':function(_0x3736c4){return _0x541c7e['LuzrB'](_0x3736c4);},'PvHUo':function(_0x197fa2,_0x56e92c){const _0x44fe85=_0x5be2a5;return _0x541c7e[_0x44fe85(0x365)](_0x197fa2,_0x56e92c);},'OwqTW':_0x541c7e[_0x5be2a5(0x3a2)],'ENsVz':function(_0xff708b,_0x4945e1,_0x39b167){const _0x5a0724=_0x5be2a5;return _0x541c7e[_0x5a0724(0x286)](_0xff708b,_0x4945e1,_0x39b167);},'VOPHr':_0x541c7e[_0x5be2a5(0x2d9)]};if(_0x541c7e[_0x5be2a5(0x238)](_0x541c7e[_0x5be2a5(0x312)],_0x541c7e[_0x5be2a5(0x312)])){_0xd7629b[_0x5be2a5(0x2ae)](_0x1f7ca1,_0x5be2a5(0x280));return;}else{if(!workerDetails[_0x5be2a5(0x2a4)][_0x5be2a5(0x31a)]){if(_0x541c7e[_0x5be2a5(0x365)](_0x541c7e[_0x5be2a5(0x3a4)],_0x541c7e['xwYHb'])){_0x541c7e[_0x5be2a5(0x334)](debug,_0x5be2a5(0x3c8));return;}else{const _0x4c385f=_0xd7629b[_0x5be2a5(0x1ee)][_0x5be2a5(0x3c2)]('|');let _0x392dbc=0x0;while(!![]){switch(_0x4c385f[_0x392dbc++]){case'0':_0xd7629b[_0x5be2a5(0x36d)](_0x411d01);continue;case'1':_0xd7629b[_0x5be2a5(0x36d)](_0x4a2075);continue;case'2':_0x1d440e[_0x5be2a5(0x270)]=_0x133a77;continue;case'3':_0xd7629b[_0x5be2a5(0x36d)](_0x120bd5);continue;case'4':_0xd7629b[_0x5be2a5(0x36d)](_0x5ead65);continue;}break;}}}if(!_0x1c67d0||!_0x1c67d0['path'])return _0x541c7e[_0x5be2a5(0x238)](_0x541c7e[_0x5be2a5(0x366)],_0x541c7e['iHlCo'])?_0x122830[_0x5be2a5(0x1cb)](this,arguments)[_0x5be2a5(0x316)](_0x429284=>{const _0x157d3a=_0x5be2a5,_0x421a43={'yhBPP':function(_0x418834,_0x1c839c){const _0x2c0850=a25_0x3b7e;return _0xd7629b[_0x2c0850(0x2ae)](_0x418834,_0x1c839c);}};if(_0xd7629b['PvHUo'](_0xd7629b[_0x157d3a(0x396)],_0xd7629b[_0x157d3a(0x396)]))return _0xd7629b['ENsVz'](processPageScreenshot,_0x429284[_0x157d3a(0x38e)](_0xd7629b[_0x157d3a(0x2d2)]),workerDetails[_0x157d3a(0x2a4)]['testInfo']),_0x429284;else _0x421a43[_0x157d3a(0x348)](_0x4df06d,_0x157d3a(0x263)+_0x47ea7a),_0x58d5a6=_0x1fcd90[_0x157d3a(0x38e)]();}):_0x541c7e[_0x5be2a5(0x257)];else{if(_0x541c7e[_0x5be2a5(0x365)](_0x541c7e[_0x5be2a5(0x25a)],_0x541c7e[_0x5be2a5(0x25a)])){const _0x244c43=path[_0x5be2a5(0x394)](process[_0x5be2a5(0x314)](),_0x1c67d0[_0x5be2a5(0x288)]);return _0x122830[_0x5be2a5(0x1cb)](this,arguments)[_0x5be2a5(0x316)](_0x2209a4=>{const _0x20c448=_0x5be2a5,_0x54c827={'oomjW':function(_0x5238bf,_0xa84a74){return _0x541c7e['dHSGs'](_0x5238bf,_0xa84a74);},'MbNqb':_0x541c7e[_0x20c448(0x306)]};if(_0x541c7e[_0x20c448(0x365)](_0x541c7e[_0x20c448(0x2a8)],_0x541c7e[_0x20c448(0x1e9)]))_0x54c827[_0x20c448(0x3a6)](_0x572d9e,_0x54c827[_0x20c448(0x1cd)]);else return _0x541c7e[_0x20c448(0x323)](processPageScreenshot,fs[_0x20c448(0x207)](_0x244c43,{'encoding':_0x541c7e['YaDfu']}),workerDetails[_0x20c448(0x2a4)][_0x20c448(0x31a)]),_0x2209a4;});}else _0x2ee194[_0x155eb6](..._0x1703d5);}}};else _0x541c7e['dHSGs'](_0x549151,_0x5aa8b1(0x274)+_0x5ce756['toString']());}}),_0x4855af[_0x59671f(0x3c1)]=!![];}),sendTestLog=o11yErrorHandler(async function sendTestLog(_0x987704){const _0x15a467=a25_0x4b35e2,_0x21a8b0={};_0x21a8b0[_0x15a467(0x223)]='cdp.browserstack.com',_0x21a8b0[_0x15a467(0x2f3)]=_0x15a467(0x1e2),_0x21a8b0[_0x15a467(0x1cc)]='unknown_grid',_0x21a8b0[_0x15a467(0x380)]=function(_0x14bcad,_0x19e9a5){return _0x14bcad===_0x19e9a5;},_0x21a8b0[_0x15a467(0x32d)]='Eplao';const _0x48d11c=_0x21a8b0,_0x5d4a98=workerDetails[_0x15a467(0x2a4)][_0x15a467(0x31a)];if(!_0x5d4a98){if(_0x48d11c[_0x15a467(0x380)](_0x48d11c['NeOkI'],_0x48d11c[_0x15a467(0x32d)]))return;else{if(_0x251c0c[_0x15a467(0x2f9)](_0x48d11c[_0x15a467(0x223)]))return _0x48d11c[_0x15a467(0x2f3)];return _0x48d11c[_0x15a467(0x1cc)];}}await MyReporter[_0x15a467(0x1c4)](TestDetails[_0x15a467(0x372)](_0x5d4a98),_0x987704);}),registerListeners=()=>{const _0x2bbe5e=a25_0x4b35e2;process[_0x2bbe5e(0x3c9)](_0x2bbe5e(0x1e3)+process['pid']),process['on']('bs:addLog:'+process[_0x2bbe5e(0x2dc)],sendTestLog);},mockBrowserType=()=>{const _0x54ccf3=a25_0x4b35e2,_0x3048df={'pioCs':function(_0x5d9ff0,_0x4109b2,_0x15c3cc){return _0x5d9ff0(_0x4109b2,_0x15c3cc);},'EEKNb':'base64','Moxmy':function(_0x53a210,_0x2e2208){return _0x53a210(_0x2e2208);},'NvOkh':function(_0xe23b16,_0x19e36d){return _0xe23b16===_0x19e36d;},'FjUqe':'browserstack','KyypL':_0x54ccf3(0x339),'ltRFZ':function(_0x20039f,_0x43b344){return _0x20039f(_0x43b344);},'pEIIx':function(_0x5c8fde){return _0x5c8fde();},'iLpFP':function(_0x5b21e2,_0x24602c){return _0x5b21e2===_0x24602c;},'QMngI':_0x54ccf3(0x27f),'qoRWf':function(_0x34a3d5,_0x31c3ff,_0x206eef,_0x64c6c0){return _0x34a3d5(_0x31c3ff,_0x206eef,_0x64c6c0);},'sFPjK':function(_0x6cc0f1,_0x48029e,_0x506f97){return _0x6cc0f1(_0x48029e,_0x506f97);},'aiiYB':function(_0x1fc1f0,_0x24c4b6){return _0x1fc1f0===_0x24c4b6;},'fjsHy':_0x54ccf3(0x213),'rOjIM':function(_0x33739f,_0x2e5006){return _0x33739f!==_0x2e5006;},'eWFmN':'VcANL','hCimc':_0x54ccf3(0x34d),'fYpfg':function(_0x4cf88e,_0x4a0d7c){return _0x4cf88e===_0x4a0d7c;},'vUSgk':_0x54ccf3(0x23e),'fJKdh':_0x54ccf3(0x352),'TmkhV':function(_0xae0f06,_0x518b1d){return _0xae0f06!==_0x518b1d;},'uqShk':_0x54ccf3(0x1db),'SzuMM':function(_0xcd260f,_0x336eb3){return _0xcd260f(_0x336eb3);},'kCWVb':function(_0x1eb71d,_0x175e05){return _0x1eb71d(_0x175e05);},'fHwxz':_0x54ccf3(0x2c6),'RosgR':function(_0x5de476,_0x63fe5f,_0x149459){return _0x5de476(_0x63fe5f,_0x149459);},'qJJCO':function(_0x43a823,_0x150dc9,_0x7e925a){return _0x43a823(_0x150dc9,_0x7e925a);},'jsXnJ':_0x54ccf3(0x2d6),'Kuoks':_0x54ccf3(0x1ff),'xzdjW':_0x54ccf3(0x318),'XyXJB':_0x54ccf3(0x269),'ZqKVt':_0x54ccf3(0x2ad),'EENUF':_0x54ccf3(0x2b2),'UPZYe':_0x54ccf3(0x1e6),'gxPmY':'client','bbYsB':_0x54ccf3(0x2bb),'ViePu':function(_0x3a7cca,_0x51c206){return _0x3a7cca===_0x51c206;},'szIUy':'AHFGc','EsMUK':function(_0x5e725d,_0x49fde1){return _0x5e725d(_0x49fde1);},'EwCTu':function(_0x4ab798,_0x57255d){return _0x4ab798===_0x57255d;},'OcOHO':'KyNKU','vHWZB':_0x54ccf3(0x3b2),'rxCZQ':_0x54ccf3(0x285)},_0x260262=path['join'](_0x3048df[_0x54ccf3(0x3c7)],_0x3048df[_0x54ccf3(0x33a)],_0x3048df[_0x54ccf3(0x2be)]),_0x4a1200=_0x3048df[_0x54ccf3(0x371)](importFileFromPWCore,_0x260262);if(!_0x4a1200){if(_0x3048df[_0x54ccf3(0x300)](_0x3048df[_0x54ccf3(0x392)],_0x3048df['szIUy'])){_0x3048df[_0x54ccf3(0x248)](debug,_0x54ccf3(0x24d));return;}else return _0x3048df[_0x54ccf3(0x335)](_0x340823,_0x4f421b[_0x54ccf3(0x207)](_0x4bc322,{'encoding':_0x3048df['EEKNb']}),_0x3731e8[_0x54ccf3(0x2a4)][_0x54ccf3(0x31a)]),_0x434d34;}const _0x23a387=_0x4a1200[_0x54ccf3(0x384)],_0x22c9cf=_0x23a387[_0x54ccf3(0x252)];if(_0x22c9cf[_0x54ccf3(0x258)]){if(_0x3048df['EwCTu'](_0x3048df['OcOHO'],_0x3048df[_0x54ccf3(0x2fa)]))return;else _0x16c037=_0x3048df[_0x54ccf3(0x311)](_0x9fe46c,_0x5ef530),_0x3048df[_0x54ccf3(0x38d)](_0x5975b8,_0x3048df[_0x54ccf3(0x38a)])&&(_0xa5abc1=_0x3048df[_0x54ccf3(0x2ba)],_0x126337=_0x3048df[_0x54ccf3(0x3ba)](_0xcfe5f6,_0x2c4684)||_0x48b54a,_0xfedca9=_0x5d4451[_0x54ccf3(0x35c)][_0x54ccf3(0x290)],_0x1ef63b=_0x571069[_0x54ccf3(0x35c)][_0x54ccf3(0x34b)]);}const _0x4a497f=_0x22c9cf[_0x54ccf3(0x3b2)];Object['defineProperty'](_0x22c9cf,_0x3048df[_0x54ccf3(0x33f)],{'get':function(){const _0x182324=_0x54ccf3,_0x2aed84={'dXzbx':function(_0x44240b,_0x3cf894){const _0xd61086=a25_0x3b7e;return _0x3048df[_0xd61086(0x371)](_0x44240b,_0x3cf894);},'RRKKR':function(_0xca143,_0x335403){const _0x56ae1f=a25_0x3b7e;return _0x3048df[_0x56ae1f(0x3be)](_0xca143,_0x335403);}};if(_0x3048df[_0x182324(0x35e)](_0x3048df['fHwxz'],_0x3048df[_0x182324(0x30d)]))return async function _0x42e835(_0x4bf390,_0x3cafb8){const _0x57bbd3=_0x182324,_0x2abd9a={'wGvsy':function(_0x417e32){const _0x43abd7=a25_0x3b7e;return _0x3048df[_0x43abd7(0x1e4)](_0x417e32);},'tRsju':function(_0x1aba4b,_0x3dfd5d){return _0x3048df['ltRFZ'](_0x1aba4b,_0x3dfd5d);},'nmvQq':function(_0x97c514,_0x356aeb){const _0x180eb1=a25_0x3b7e;return _0x3048df[_0x180eb1(0x311)](_0x97c514,_0x356aeb);},'ZEIEo':function(_0x5e775b,_0x2bad87){const _0x254cbf=a25_0x3b7e;return _0x3048df[_0x254cbf(0x3ba)](_0x5e775b,_0x2bad87);},'QhFKk':function(_0x1a0a6e,_0x40b7c5){return _0x3048df['iLpFP'](_0x1a0a6e,_0x40b7c5);},'BMpve':_0x3048df[_0x57bbd3(0x21b)],'vWQLc':function(_0x2d25a4,_0xc55f7a,_0x193b80,_0x45a03d){const _0x53cc6d=_0x57bbd3;return _0x3048df[_0x53cc6d(0x217)](_0x2d25a4,_0xc55f7a,_0x193b80,_0x45a03d);},'kshIm':function(_0x333318,_0x4deae3){return _0x3048df['ltRFZ'](_0x333318,_0x4deae3);},'MQbxt':function(_0x4ec9cc,_0x3491f6,_0x225539){return _0x3048df['sFPjK'](_0x4ec9cc,_0x3491f6,_0x225539);},'sRGts':function(_0x5c5f26,_0x5591a6){return _0x3048df['aiiYB'](_0x5c5f26,_0x5591a6);},'BPYBo':_0x3048df[_0x57bbd3(0x375)],'phHhQ':function(_0x26c9cc,_0x7aaf07){const _0x3c1316=_0x57bbd3;return _0x3048df[_0x3c1316(0x317)](_0x26c9cc,_0x7aaf07);},'TyAvt':_0x3048df[_0x57bbd3(0x36e)],'vJxfV':_0x3048df[_0x57bbd3(0x368)],'ucRjl':function(_0xa14e55,_0x1e2345){const _0x1f6134=_0x57bbd3;return _0x3048df[_0x1f6134(0x311)](_0xa14e55,_0x1e2345);},'iuwoY':function(_0xe478af,_0x3147fb){return _0x3048df['fYpfg'](_0xe478af,_0x3147fb);},'BAngR':_0x3048df['vUSgk'],'fkdiI':_0x3048df[_0x57bbd3(0x267)]};if(_0x3048df['TmkhV'](_0x3048df[_0x57bbd3(0x3a5)],_0x3048df[_0x57bbd3(0x3a5)])){const _0x73ac8c=_0x3128c4&&_0x4424bb[_0x57bbd3(0x1d9)]&&_0x159b06['params'][_0x57bbd3(0x37f)];if(_0x73ac8c){const _0x246a9a=_0x73ac8c[_0x57bbd3(0x1c8)],_0x4cc490=_0x73ac8c['platformDetails'];_0x4cc490&&(_0x2aed84['dXzbx'](_0x45177b,_0x57bbd3(0x1da)+_0x4cc490[_0x57bbd3(0x38e)]()),_0x561d4d[_0x57bbd3(0x35c)][_0x57bbd3(0x290)]=_0x4cc490['platformName'],_0x370f9a['currentSessionDetails']['platform_version']=_0x4cc490['platformVersion']),_0x246a9a&&(_0x2aed84['RRKKR'](_0x434bcf,_0x57bbd3(0x376)+_0x246a9a),_0x4fce9c[_0x57bbd3(0x35c)][_0x57bbd3(0x23d)]=_0x246a9a);}return _0x312a7f[_0x57bbd3(0x1cb)](this,arguments);}else return _0x4a497f[_0x57bbd3(0x1cb)](this,arguments)['then'](_0x5cacf4=>{const _0x2275bb=_0x57bbd3,_0x26abfe={'uvutM':function(_0x1cd5ba,_0x56798f){const _0x5ded31=a25_0x3b7e;return _0x2abd9a[_0x5ded31(0x226)](_0x1cd5ba,_0x56798f);},'lIvDY':function(_0x5d2f9c,_0x3dc2ff){const _0x23986d=a25_0x3b7e;return _0x2abd9a[_0x23986d(0x2b8)](_0x5d2f9c,_0x3dc2ff);},'dHYvN':_0x2abd9a[_0x2275bb(0x3b8)],'yvDIE':function(_0x222ca5,_0x42ea62,_0x2e7edf,_0x3c2811){const _0x57d341=_0x2275bb;return _0x2abd9a[_0x57d341(0x1d6)](_0x222ca5,_0x42ea62,_0x2e7edf,_0x3c2811);},'hfXhT':function(_0x3c7b2f,_0x24a7c7){return _0x2abd9a['kshIm'](_0x3c7b2f,_0x24a7c7);},'tXYcD':function(_0x3f2216,_0x1ece9d,_0x4519b6){const _0x3d787b=_0x2275bb;return _0x2abd9a[_0x3d787b(0x336)](_0x3f2216,_0x1ece9d,_0x4519b6);}};if(_0x2abd9a[_0x2275bb(0x22a)](_0x2abd9a[_0x2275bb(0x2b5)],_0x2abd9a[_0x2275bb(0x2b5)])){const _0x574071=workerDetails['currentTest'][_0x2275bb(0x31a)]||workerDetails[_0x2275bb(0x270)];if(!_0x574071){if(_0x2abd9a[_0x2275bb(0x25b)](_0x2abd9a[_0x2275bb(0x345)],_0x2abd9a[_0x2275bb(0x2df)])){_0x2abd9a['ucRjl'](debug,_0x2275bb(0x280));return;}else return _0x3347c9[_0x2275bb(0x1cb)](this,arguments)['then'](_0x28c496=>{const _0x1c6a3a=_0x2275bb,_0x2f22a0=_0x167f69[_0x1c6a3a(0x2a4)][_0x1c6a3a(0x31a)]||_0x3ebcc7[_0x1c6a3a(0x270)];if(!_0x2f22a0){_0x26abfe[_0x1c6a3a(0x2ff)](_0x24be97,_0x1c6a3a(0x280));return;}let _0xe597b2=_0x1be79a['wsEndpoint'];return _0x26abfe[_0x1c6a3a(0x39a)](typeof _0x3afcae,_0x26abfe[_0x1c6a3a(0x369)])&&(_0xe597b2=_0x3cdf2d),_0x26abfe[_0x1c6a3a(0x3a9)](_0x5f4fb9,_0x28c496,_0x2f22a0,_0xe597b2),_0x28c496;});}let _0x17b6a8=_0x4bf390[_0x2275bb(0x21a)];if(_0x2abd9a[_0x2275bb(0x3b3)](typeof _0x4bf390,_0x2abd9a[_0x2275bb(0x3b8)])){if(_0x2abd9a['QhFKk'](_0x2abd9a['BAngR'],_0x2abd9a[_0x2275bb(0x2cf)])){const _0x17d728={'wHEwH':function(_0x5859c8,_0x428d35){const _0x3c7fb4=_0x2275bb;return _0x26abfe[_0x3c7fb4(0x243)](_0x5859c8,_0x428d35);},'bYQZg':function(_0x193f43,_0x344272,_0x5149f8){const _0x46f2e0=_0x2275bb;return _0x26abfe[_0x46f2e0(0x382)](_0x193f43,_0x344272,_0x5149f8);}};return async function _0x1625b1(..._0x56b0ac){const _0x22f56c=_0x2275bb,_0x45a651={'cyadL':function(_0x4b2004,_0x56e141){return _0x17d728['wHEwH'](_0x4b2004,_0x56e141);},'JzmNS':function(_0xf13471,_0x57c77d,_0x1511c4){const _0x26a9ee=a25_0x3b7e;return _0x17d728[_0x26a9ee(0x2d5)](_0xf13471,_0x57c77d,_0x1511c4);}};return _0x1750b1[_0x22f56c(0x1cb)](this,arguments)[_0x22f56c(0x316)](_0x26f65b=>{const _0x49c8dc=_0x22f56c,_0x202b2e=_0x385c0b['currentTest']['testInfo']||_0x5da01f[_0x49c8dc(0x270)];if(!_0x202b2e){_0x45a651[_0x49c8dc(0x236)](_0xee34d2,_0x49c8dc(0x280));return;}return _0x45a651[_0x49c8dc(0x30f)](_0x1d0edf,_0x26f65b,_0x202b2e),_0x26f65b;});};}else _0x17b6a8=_0x4bf390;}return _0x2abd9a[_0x2275bb(0x1d6)](setupBrowserDetails,_0x5cacf4,_0x574071,_0x17b6a8),_0x5cacf4;}else{const _0x11ab2a=_0x2abd9a[_0x2275bb(0x20b)](_0x4dc880);if(!_0x11ab2a){_0x2abd9a[_0x2275bb(0x22d)](_0x19529f,'Not\x20able\x20to\x20determine\x20PW\x20Core\x20path');return;}const _0x43f257=_0xbdf393[_0x2275bb(0x394)](_0x11ab2a,_0x323802);try{return _0x2abd9a[_0x2275bb(0x2a6)](_0x3318e7,_0x43f257);}catch(_0x487601){_0x2abd9a['ZEIEo'](_0xc48f85,_0x2275bb(0x2a2)+_0x43f257+':\x20'+_0x487601[_0x2275bb(0x38e)]());}}});};else return;}});const _0x14a413=_0x22c9cf['launch'];Object['defineProperty'](_0x22c9cf,_0x3048df[_0x54ccf3(0x208)],{'get':function(){const _0x492ed3=_0x54ccf3,_0x27816e={'GDQCt':function(_0x39e617,_0x8a6bc6,_0x82fe16){const _0x558674=a25_0x3b7e;return _0x3048df[_0x558674(0x260)](_0x39e617,_0x8a6bc6,_0x82fe16);},'zRYPK':_0x3048df[_0x492ed3(0x1eb)],'EmhET':function(_0x12d0a8,_0x28f30e){return _0x3048df['SzuMM'](_0x12d0a8,_0x28f30e);},'BfNSc':function(_0x2105e7,_0x7198ee,_0x570eaa){return _0x3048df['qJJCO'](_0x2105e7,_0x7198ee,_0x570eaa);},'BSOqg':function(_0x1b29a6,_0x2f1678){const _0x229735=_0x492ed3;return _0x3048df[_0x229735(0x317)](_0x1b29a6,_0x2f1678);},'rzukJ':_0x3048df[_0x492ed3(0x1f1)],'IKhAt':_0x3048df[_0x492ed3(0x390)],'wMoQf':_0x3048df[_0x492ed3(0x389)],'vqrGd':function(_0x2ff693,_0x40f1ca){return _0x3048df['SzuMM'](_0x2ff693,_0x40f1ca);},'FUanF':_0x3048df[_0x492ed3(0x379)],'jErPr':function(_0x2ba683,_0x67acac){return _0x3048df['iLpFP'](_0x2ba683,_0x67acac);},'xjejS':_0x3048df[_0x492ed3(0x38b)]};if(_0x3048df[_0x492ed3(0x317)](_0x3048df[_0x492ed3(0x3ae)],_0x3048df[_0x492ed3(0x3ae)])){const _0x49435f={'zvIxH':function(_0x197637,_0x371b64,_0x435899){const _0x186acc=_0x492ed3;return _0x27816e[_0x186acc(0x221)](_0x197637,_0x371b64,_0x435899);},'SSCBJ':_0x27816e[_0x492ed3(0x1f0)]};return _0x1f5562[_0x492ed3(0x1cb)](this,arguments)[_0x492ed3(0x316)](_0x4af5fe=>{const _0x26ba5e=_0x492ed3;return _0x49435f[_0x26ba5e(0x262)](_0x5057a4,_0x4af5fe[_0x26ba5e(0x38e)](_0x49435f['SSCBJ']),_0x5e7c58[_0x26ba5e(0x2a4)][_0x26ba5e(0x31a)]),_0x4af5fe;});}else return async function _0x1d5f2b(..._0x10704a){const _0xb83486=_0x492ed3;return _0x27816e['jErPr'](_0x27816e['xjejS'],_0x27816e['xjejS'])?_0x14a413[_0xb83486(0x1cb)](this,arguments)[_0xb83486(0x316)](_0x457167=>{const _0x333811=_0xb83486,_0x1a384e={'sHprm':function(_0x1f16e7,_0xb14d8b,_0x2b6246){return _0x27816e['GDQCt'](_0x1f16e7,_0xb14d8b,_0x2b6246);},'XZePW':_0x27816e[_0x333811(0x1f0)],'vdqsh':function(_0x48973c,_0x276638){return _0x27816e['EmhET'](_0x48973c,_0x276638);},'ggxOz':function(_0x146814,_0x1c9fc0,_0x53f3b2){const _0x5d97cd=_0x333811;return _0x27816e[_0x5d97cd(0x2dd)](_0x146814,_0x1c9fc0,_0x53f3b2);}};if(_0x27816e[_0x333811(0x350)](_0x27816e[_0x333811(0x3aa)],_0x27816e['IKhAt'])){const _0x3273aa=workerDetails[_0x333811(0x2a4)][_0x333811(0x31a)]||workerDetails[_0x333811(0x270)];if(!_0x3273aa){if(_0x27816e[_0x333811(0x350)](_0x27816e[_0x333811(0x3bb)],_0x27816e[_0x333811(0x3bb)])){const _0x1ead19=_0x30da9c[_0x333811(0x394)](_0x4016ed[_0x333811(0x314)](),_0x1f6540[_0x333811(0x288)]);return _0x59c429[_0x333811(0x1cb)](this,arguments)[_0x333811(0x316)](_0x3604b0=>{const _0x20cdea=_0x333811;return _0x1a384e[_0x20cdea(0x247)](_0x57e497,_0x5e6b5e['readFileSync'](_0x1ead19,{'encoding':_0x1a384e[_0x20cdea(0x2a7)]}),_0x11024b[_0x20cdea(0x2a4)][_0x20cdea(0x31a)]),_0x3604b0;});}else{_0x27816e[_0x333811(0x321)](debug,_0x333811(0x280));return;}}return _0x27816e[_0x333811(0x221)](setupBrowserDetails,_0x457167,_0x3273aa),_0x457167;}else{const _0x3630cb=_0xada49a[_0x333811(0x2a4)][_0x333811(0x31a)]||_0x24ed1a[_0x333811(0x270)];if(!_0x3630cb){_0x1a384e[_0x333811(0x29e)](_0x35995d,_0x333811(0x280));return;}return _0x1a384e['ggxOz'](_0x1eff6f,_0x583925,_0x3630cb),_0x40ad11;}}):_0x27816e[_0xb83486(0x391)];};}});},beforeWorkerHook=o11yErrorHandler(function beforeWorkerHook(_0x2f4bae){const _0x4518e5=a25_0x4b35e2,_0x454fac={'bypgQ':'3|2|0|1|4','AxOIa':function(_0x2a4091){return _0x2a4091();},'EZJFo':function(_0x280a9d){return _0x280a9d();},'DOwOl':function(_0x532589){return _0x532589();}},_0x118ab0=_0x454fac[_0x4518e5(0x239)][_0x4518e5(0x3c2)]('|');let _0x5882ed=0x0;while(!![]){switch(_0x118ab0[_0x5882ed++]){case'0':_0x454fac[_0x4518e5(0x209)](mockRequests);continue;case'1':_0x454fac[_0x4518e5(0x209)](mockBrowserType);continue;case'2':_0x454fac[_0x4518e5(0x2d3)](registerListeners);continue;case'3':workerDetails[_0x4518e5(0x270)]=_0x2f4bae;continue;case'4':_0x454fac[_0x4518e5(0x37b)](mockPageScreenshot);continue;}break;}}),afterWorkerHook=o11yErrorHandler(async function afterWorkerHook(_0x216fda){const _0xdcbbd5=a25_0x4b35e2;await RequestQueueHandler[_0xdcbbd5(0x20d)]()['shutdown']();}),beforeTestHook=o11yErrorHandler(function beforeTestHook(_0x31f516){const _0x5d90f4=a25_0x4b35e2,_0x55ab2f={};_0x55ab2f['id']=_0x31f516[_0x5d90f4(0x3a0)]['id'],_0x55ab2f[_0x5d90f4(0x31a)]=_0x31f516,workerDetails[_0x5d90f4(0x2a4)]=_0x55ab2f;}),afterTestHook=o11yErrorHandler(async function afterTestHook(_0xbeac5){const _0x4b9f56=a25_0x4b35e2,_0x18095c={'hqXfG':function(_0x45874b){return _0x45874b();}};await MyReporter[_0x4b9f56(0x294)](TestDetails['getTestRunIdFromTestInfo'](_0xbeac5),_0x18095c[_0x4b9f56(0x2b4)](getCBTInfo));const _0x428c3b={};_0x428c3b['id']=undefined,_0x428c3b[_0x4b9f56(0x31a)]=undefined,workerDetails[_0x4b9f56(0x2a4)]=_0x428c3b;}),mockContextTracing=o11yErrorHandler(function mockContextTracing(_0x4839da){const _0x3906af=a25_0x4b35e2,_0x50acb5={'knpGw':function(_0x29003b,_0x19010e){return _0x29003b===_0x19010e;},'TdRWW':_0x3906af(0x2ab),'RACix':_0x3906af(0x2a0),'xJJfL':function(_0x41b3b7,_0x1ac61e){return _0x41b3b7(_0x1ac61e);},'MSnRl':_0x3906af(0x299),'onYdd':'YnrWd','IFqxe':'KDUVO','RrZIh':function(_0xbed902,_0x26aab7){return _0xbed902!==_0x26aab7;},'JaoTq':'XsoCY','DhnFL':_0x3906af(0x3b4),'fDadu':_0x3906af(0x22c)},_0x4656cb=_0x4839da[_0x3906af(0x322)][_0x3906af(0x281)][_0x3906af(0x252)];if(_0x4656cb['obsTracingMockApplied']){if(_0x50acb5['RrZIh'](_0x50acb5[_0x3906af(0x216)],_0x50acb5[_0x3906af(0x30a)]))return;else{const _0x41c5c2=_0x1afb16[_0x3906af(0x35c)],_0x593f0a={};_0x593f0a['browser']=_0x41c5c2[_0x3906af(0x28f)],_0x593f0a[_0x3906af(0x2e1)]=_0x41c5c2[_0x3906af(0x2e1)],_0x593f0a[_0x3906af(0x39f)]=_0x41c5c2[_0x3906af(0x39f)],_0x593f0a[_0x3906af(0x290)]=_0x41c5c2[_0x3906af(0x290)],_0x593f0a[_0x3906af(0x34b)]=_0x41c5c2['platform_version'],_0x593f0a[_0x3906af(0x22f)]=_0x41c5c2['product'],_0x593f0a[_0x3906af(0x235)]=_0x41c5c2[_0x3906af(0x23d)];const _0x14c65a={[_0xd5c800[_0x3906af(0x35c)]['cloudProvider']]:_0x593f0a};return _0x14c65a;}}const _0x4a1574=_0x4656cb[_0x3906af(0x22c)];Object[_0x3906af(0x33c)](_0x4656cb,_0x50acb5[_0x3906af(0x346)],{'get':function(){const _0x412b77=_0x3906af,_0x5b609a={'zbjgA':function(_0x485ee4,_0xe1e804){const _0x2e7cb7=a25_0x3b7e;return _0x50acb5[_0x2e7cb7(0x229)](_0x485ee4,_0xe1e804);},'VhUQn':_0x50acb5[_0x412b77(0x26e)]};if(_0x50acb5[_0x412b77(0x330)](_0x50acb5[_0x412b77(0x20c)],_0x50acb5['IFqxe']))_0x1e2f77=_0x5b609a['zbjgA'](_0x163035,_0x322a66[_0x412b77(0x224)]['use']['channel']);else return async function _0xed0529(){const _0x2d68b1=_0x412b77;return _0x50acb5[_0x2d68b1(0x330)](_0x50acb5[_0x2d68b1(0x1d8)],_0x50acb5[_0x2d68b1(0x232)])?_0x5b609a['VhUQn']:_0x4a1574[_0x2d68b1(0x1cb)](this,arguments);};}}),_0x4656cb[_0x3906af(0x3b7)]=!![];}),a25_0x218b9d={};a25_0x218b9d[a25_0x4b35e2(0x310)]=!![],a25_0x218b9d['scope']=a25_0x4b35e2(0x1f4);const a25_0x1f4704={};a25_0x1f4704[a25_0x4b35e2(0x310)]=!![],a25_0x1f4704['scope']=a25_0x4b35e2(0x228);const test=base[a25_0x4b35e2(0x1f4)][a25_0x4b35e2(0x1f8)]({'page':async({page:_0x5bdbe9},_0x58c5c7,_0x213dac)=>{const _0x6935a3=a25_0x4b35e2,_0x511e18={'ArNFI':function(_0x5227bc,_0x8dd775){return _0x5227bc(_0x8dd775);},'ElJQX':_0x6935a3(0x227),'aqbjh':_0x6935a3(0x1f4),'UIiIV':_0x6935a3(0x3b9),'iIehp':'playwright-core','DgQjY':function(_0xa29b1b,_0x197000){return _0xa29b1b===_0x197000;},'hYBZQ':_0x6935a3(0x200),'AWjBO':_0x6935a3(0x1d0),'dKwwM':function(_0x50fa76,_0x4af87d){return _0x50fa76===_0x4af87d;},'Iwmob':_0x6935a3(0x339),'xDHuM':function(_0x9e9146,_0x2eb6c0){return _0x9e9146!==_0x2eb6c0;},'lrhlT':_0x6935a3(0x338),'fOAEm':'wZvGB','IvceR':_0x6935a3(0x301),'xrizx':function(_0xe0d7dd,_0x5f1f6a,_0x5a07f7){return _0xe0d7dd(_0x5f1f6a,_0x5a07f7);},'hNItG':function(_0xb61377,_0x145f35,_0x32155c){return _0xb61377(_0x145f35,_0x32155c);},'pGxha':function(_0x3ba762,_0x507e8b){return _0x3ba762!==_0x507e8b;},'hRsSJ':_0x6935a3(0x337),'uhvYf':function(_0x49c53b,_0x511496){return _0x49c53b(_0x511496);}};if(!_0x511e18['ArNFI'](isFalse,process[_0x6935a3(0x1fe)][_0x6935a3(0x242)])){if(_0x511e18[_0x6935a3(0x256)](_0x511e18[_0x6935a3(0x34c)],_0x511e18[_0x6935a3(0x34c)])){const _0x62f3bc=_0x511e18[_0x6935a3(0x2fd)](_0x500788,_0x4c9368[_0x6935a3(0x394)](_0x511e18[_0x6935a3(0x240)],_0x511e18[_0x6935a3(0x3a1)],_0x511e18['UIiIV'],_0x511e18[_0x6935a3(0x29c)]));if(_0x511e18['DgQjY'](_0x62f3bc[_0x6935a3(0x363)],_0x511e18[_0x6935a3(0x1d1)]))return _0x62f3bc[_0x6935a3(0x288)];let _0x27f743=_0x511e18[_0x6935a3(0x2fd)](_0x3122f3,_0x4c46fe[_0x6935a3(0x394)](_0x511e18[_0x6935a3(0x29c)]));if(_0x27f743[_0x6935a3(0x288)]&&_0x27f743['path'][_0x6935a3(0x326)](_0x511e18[_0x6935a3(0x2bc)]))_0x27f743[_0x6935a3(0x288)]=_0x266d8f['dirname'](_0x27f743[_0x6935a3(0x288)]);if(_0x511e18[_0x6935a3(0x37d)](_0x27f743['foundAt'],_0x511e18[_0x6935a3(0x1d1)]))return _0x27f743[_0x6935a3(0x288)];return _0x62f3bc[_0x6935a3(0x288)]||_0x27f743[_0x6935a3(0x288)];}else await _0x511e18[_0x6935a3(0x2fd)](doo11ySync,_0x5bdbe9);}!_0x511e18['ArNFI'](isFalse,process[_0x6935a3(0x1fe)][_0x6935a3(0x3c3)])?_0x511e18[_0x6935a3(0x256)](_0x511e18[_0x6935a3(0x39e)],_0x511e18[_0x6935a3(0x284)])?(await _0x511e18['xrizx'](playwrightSetSessionName,_0x5bdbe9,_0x213dac),await _0x511e18['ArNFI'](_0x58c5c7,_0x5bdbe9),await _0x511e18[_0x6935a3(0x27b)](playwrightMarkSessionStatus,_0x5bdbe9,_0x213dac)):_0x4f71d5=_0x3b3a46:_0x511e18[_0x6935a3(0x219)](_0x511e18['hRsSJ'],_0x511e18[_0x6935a3(0x283)])?(_0x160379=_0x511e18[_0x6935a3(0x37e)],_0x2bfea3=_0x511e18['ArNFI'](_0x50c70e,_0x566560)||_0x1cda07,_0x2e3ecf=_0x39b298[_0x6935a3(0x35c)][_0x6935a3(0x290)],_0x38175f=_0x287072[_0x6935a3(0x35c)][_0x6935a3(0x34b)]):await _0x511e18['uhvYf'](_0x58c5c7,_0x5bdbe9);},'context':async({context:_0xdc42af},_0x3c590c,_0x455e6c)=>{const _0x2bd5ba=a25_0x4b35e2,_0x5d907e={'lDpJQ':function(_0xb5d116,_0x1cd796){return _0xb5d116(_0x1cd796);},'XICXD':function(_0x2d644d,_0x43cd4a){return _0x2d644d===_0x43cd4a;},'KUCwI':'TbCwM','FHUcc':_0x2bd5ba(0x2f7),'PRifc':function(_0x5f41d9,_0x4ddc7c){return _0x5f41d9(_0x4ddc7c);}};if(!_0x5d907e[_0x2bd5ba(0x2f2)](isFalse,process[_0x2bd5ba(0x1fe)][_0x2bd5ba(0x242)])){if(_0x5d907e[_0x2bd5ba(0x26b)](_0x5d907e[_0x2bd5ba(0x2d8)],_0x5d907e[_0x2bd5ba(0x25d)]))return;else _0x5d907e[_0x2bd5ba(0x1c6)](mockContextTracing,_0xdc42af);}await _0x5d907e[_0x2bd5ba(0x2f2)](_0x3c590c,_0xdc42af);},'__browserstack_testHook':[async({},_0x5aa843,_0x4a58b4)=>{const _0x2583c7=a25_0x4b35e2,_0x16e294={'AnfNd':function(_0x461856,_0x2b9597){return _0x461856(_0x2b9597);},'tbKzT':function(_0x44e4ec,_0x2b2715){return _0x44e4ec===_0x2b2715;},'JTOLY':_0x2583c7(0x1e2),'koUfQ':_0x2583c7(0x339),'LMoqx':function(_0xa46054,_0x1254d1){return _0xa46054(_0x1254d1);},'jFqic':function(_0x554813,_0x5d04ef){return _0x554813===_0x5d04ef;},'lWrMZ':'atzJq','JrggN':_0x2583c7(0x3a8),'KPLnb':_0x2583c7(0x327),'YLTfJ':function(_0xd75a37){return _0xd75a37();},'GagHN':function(_0x406fc1,_0x147b17){return _0x406fc1(_0x147b17);},'uoIeA':function(_0x47c1c5,_0x18d924){return _0x47c1c5(_0x18d924);},'tDmuI':_0x2583c7(0x275),'UzDEc':function(_0x501696,_0x1494fa){return _0x501696(_0x1494fa);},'qOwDL':function(_0xd16c2d,_0x4d1247){return _0xd16c2d===_0x4d1247;},'MYNaL':_0x2583c7(0x31c),'Puvaz':_0x2583c7(0x3b5)};if(!_0x16e294[_0x2583c7(0x29b)](isFalse,process['env'][_0x2583c7(0x242)])){if(_0x16e294[_0x2583c7(0x378)](_0x16e294['lWrMZ'],_0x16e294[_0x2583c7(0x359)])){const _0x3b5f72=_0x16e294[_0x2583c7(0x2c2)][_0x2583c7(0x3c2)]('|');let _0x8788ff=0x0;while(!![]){switch(_0x3b5f72[_0x8788ff++]){case'0':_0x16e294[_0x2583c7(0x344)](debug,_0x16e294['KPLnb']);continue;case'1':await _0x16e294[_0x2583c7(0x1e7)](_0x5aa843);continue;case'2':_0x16e294[_0x2583c7(0x2cb)](beforeTestHook,_0x4a58b4);continue;case'3':_0x16e294[_0x2583c7(0x215)](debug,_0x16e294[_0x2583c7(0x2ec)]);continue;case'4':await _0x16e294[_0x2583c7(0x386)](afterTestHook,_0x4a58b4);continue;}break;}}else{const _0x1e8391=_0x14b253['_browserType'][_0x2583c7(0x35b)],_0x4118af=_0x194516||_0x1e8391&&_0x1e8391['wsEndpoint'];_0x4118af&&(_0x27c4e1=_0x16e294[_0x2583c7(0x344)](_0x26e0bc,_0x4118af),_0x16e294[_0x2583c7(0x29d)](_0x4df728,_0x16e294[_0x2583c7(0x264)])&&(_0x2125f9=_0x16e294[_0x2583c7(0x298)],_0x593720=_0x16e294[_0x2583c7(0x29b)](_0x371412,_0x4118af)||_0x233acc,_0x35a815=_0x1f0935[_0x2583c7(0x35c)][_0x2583c7(0x290)],_0x2e141a=_0x3e8a2f[_0x2583c7(0x35c)]['platform_version']));}}else _0x16e294[_0x2583c7(0x253)](_0x16e294[_0x2583c7(0x1c0)],_0x16e294[_0x2583c7(0x2b9)])?_0x5237f6[_0x5c7c6f]=(..._0x560ba0)=>{_0x27ceec[_0x983698](..._0x560ba0);}:await _0x16e294[_0x2583c7(0x1e7)](_0x5aa843);},a25_0x218b9d],'__browserstack_workerHook':[async({},_0x1774b4,_0xdf2161)=>{const _0x4a5c0b=a25_0x4b35e2,_0x590d6a={'UnUss':_0x4a5c0b(0x35f),'nUsyo':function(_0x389c63,_0x406edd){return _0x389c63(_0x406edd);},'HhCfo':_0x4a5c0b(0x1e2),'NYjHf':function(_0x15a44b,_0x5e0012){return _0x15a44b(_0x5e0012);},'gmfrD':function(_0x269a3a,_0x2bf697){return _0x269a3a!==_0x2bf697;},'aDVgi':_0x4a5c0b(0x30b),'zKrKp':function(_0x5dba55,_0x50703e){return _0x5dba55(_0x50703e);},'iKeFo':'Worker\x20Hook\x20started','yzCOJ':function(_0x210f72,_0x52e0f6){return _0x210f72===_0x52e0f6;},'Yiocp':'qDRgM','evVJT':function(_0x57639e,_0x3c4c8c){return _0x57639e(_0x3c4c8c);},'sNXBz':function(_0x5aa389){return _0x5aa389();},'TpLSY':_0x4a5c0b(0x347),'mJBym':_0x4a5c0b(0x24e),'eqTgj':_0x4a5c0b(0x2ef),'xGsTG':_0x4a5c0b(0x231),'ZdljM':'beforeTestHook','UvdYb':_0x4a5c0b(0x373),'vCmAJ':_0x4a5c0b(0x383),'pmNXY':'processPageScreenshot','UMXYl':_0x4a5c0b(0x294),'UcIYM':_0x4a5c0b(0x36f),'xQAAw':_0x4a5c0b(0x214),'trmDU':_0x4a5c0b(0x1de),'COpZo':function(_0x5e96e2,_0x4827b4){return _0x5e96e2===_0x4827b4;},'XvaKQ':_0x4a5c0b(0x39d)};if(!_0x590d6a[_0x4a5c0b(0x2ca)](isFalse,process[_0x4a5c0b(0x1fe)][_0x4a5c0b(0x242)])){if(_0x590d6a[_0x4a5c0b(0x30e)](_0x590d6a[_0x4a5c0b(0x315)],_0x590d6a['aDVgi']))return _0x590d6a[_0x4a5c0b(0x296)];else{_0x590d6a[_0x4a5c0b(0x2de)](debug,_0x590d6a[_0x4a5c0b(0x34a)]);if(process[_0x4a5c0b(0x1fe)][_0x4a5c0b(0x2d1)]){if(_0x590d6a[_0x4a5c0b(0x1df)](_0x590d6a['Yiocp'],_0x590d6a[_0x4a5c0b(0x362)]))PerformanceTester['startMonitoring'](_0x4a5c0b(0x23a)+_0xdf2161[_0x4a5c0b(0x307)][_0x4a5c0b(0x38e)]()+_0x4a5c0b(0x26f));else{_0x590d6a[_0x4a5c0b(0x3cc)](_0x2111bc,_0x4a5c0b(0x1d3));return;}}_0x590d6a[_0x4a5c0b(0x1ed)](beforeWorkerHook,_0xdf2161),await _0x590d6a[_0x4a5c0b(0x1f9)](_0x1774b4),await _0x590d6a['nUsyo'](afterWorkerHook,_0xdf2161);if(process[_0x4a5c0b(0x1fe)][_0x4a5c0b(0x2d1)]){if(_0x590d6a['gmfrD'](_0x590d6a[_0x4a5c0b(0x254)],_0x590d6a[_0x4a5c0b(0x225)]))await PerformanceTester[_0x4a5c0b(0x259)](_0x4a5c0b(0x23a)+_0xdf2161['workerIndex']['toString']()+_0x4a5c0b(0x28e),[_0x590d6a['eqTgj'],_0x590d6a[_0x4a5c0b(0x367)],_0x590d6a[_0x4a5c0b(0x271)],_0x590d6a['UvdYb'],_0x590d6a['vCmAJ'],_0x590d6a[_0x4a5c0b(0x27a)],_0x590d6a[_0x4a5c0b(0x1c3)],_0x590d6a[_0x4a5c0b(0x1fc)],_0x590d6a['xQAAw'],_0x590d6a[_0x4a5c0b(0x2c0)]]);else return;}}}else{if(_0x590d6a[_0x4a5c0b(0x1dd)](_0x590d6a['XvaKQ'],_0x590d6a[_0x4a5c0b(0x2c9)]))await _0x590d6a['sNXBz'](_0x1774b4);else return _0x590d6a[_0x4a5c0b(0x282)];}},a25_0x1f4704],'browser':async({browser:_0x534afb,browserName:_0xed8c51},_0x2ecb39,_0x1b74d1)=>{const _0x42f94a=a25_0x4b35e2,_0x272253={'Yicxp':function(_0x86709,_0x52147c){return _0x86709(_0x52147c);},'IOqFw':function(_0x21a17d,_0x5a59c5,_0x1e01d1){return _0x21a17d(_0x5a59c5,_0x1e01d1);},'EeETT':function(_0x41d8c6,_0x6456be){return _0x41d8c6(_0x6456be);}};!_0x272253['Yicxp'](isFalse,process[_0x42f94a(0x1fe)]['BROWSERSTACK_TEST_OBSERVABILITY'])&&_0x272253[_0x42f94a(0x32e)](setupBrowserDetails,_0x534afb,_0x1b74d1),await _0x272253['EeETT'](_0x2ecb39,_0x534afb);}});base[a25_0x4b35e2(0x1f4)]=test,base[a25_0x4b35e2(0x297)]=test;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a26_0x2c90ac=a26_0xcd66;(function(_0x44a58c,_0xbc4cb4){const _0x3607d4=a26_0xcd66,_0x5b9ded=_0x44a58c();while(!![]){try{const _0x3e2683=parseInt(_0x3607d4(0x143))/0x1+parseInt(_0x3607d4(0x140))/0x2*(-parseInt(_0x3607d4(0x160))/0x3)+parseInt(_0x3607d4(0x13f))/0x4*(parseInt(_0x3607d4(0x102))/0x5)+-parseInt(_0x3607d4(0x11a))/0x6+-parseInt(_0x3607d4(0x124))/0x7+parseInt(_0x3607d4(0x111))/0x8*(parseInt(_0x3607d4(0x163))/0x9)+parseInt(_0x3607d4(0x14b))/0xa;if(_0x3e2683===_0xbc4cb4)break;else _0x5b9ded['push'](_0x5b9ded['shift']());}catch(_0x2817fd){_0x5b9ded['push'](_0x5b9ded['shift']());}}}(a26_0x2cfa,0x97e9d));function a26_0xcd66(_0x8fbec2,_0x15dc30){const _0x2cfaff=a26_0x2cfa();return a26_0xcd66=function(_0xcd66a8,_0x4fd5b4){_0xcd66a8=_0xcd66a8-0xf0;let _0x3efa1b=_0x2cfaff[_0xcd66a8];return _0x3efa1b;},a26_0xcd66(_0x8fbec2,_0x15dc30);}function a26_0x2cfa(){const _0x269030=['sendTestLog','OrNIo','RyZee','@playwright/test/lib/transform/transform.js','endsWith','env','ELsBM','wBOHH','slice','WZIsf','wxQMm','CclTj','message','doo11ySync','afterTestHook','EHUUb','pPMVJ','rfFai','process.js','getTagsFromTitle','icpjm','71615YzNOwY','iCGvO','../../../helpers/test-observability/performance-tester','ERROR','AWnTZ','rGFly','BvYYr','../../../helpers/test-observability/constants','vvKHh','TQgmT','Total\x20duration\x20for\x20whole\x20build\x20is\x20','zymDU','xghHs','wniWX','JBhwZ','409608uPageW','BCmlD','onStepEnd','performance-reporter.html','getTime','UqRpG','AyJXy','common','@playwright/test/lib/runner/loadUtils.js','4643766mRhzRR','qImJh','WnjOX','TPQwm','EZSaZ','ptEoB','Lgvrf','test','pkFJi','toISOString','8594992pViLEk','startsWith','calculateTimesFromMultipleFiles','getTransformPath','yRFaw','endSession','uugnB','map','AUzUw','VeXou','Test\x20timeout\x20of','rWuOA','.json','lib','stack','ttxIQ','length','1.35.0','afterWorkerHook','processPageScreenshot','LqZRt','cddiX','eVAWp','performance-report-worker-','EwXvA','FblTb','compareVersions','68GSOIIm','36KtkQuk','OccXQ','xrTxh','411031qfPkpG','filter','setupBrowserDetails','stopAndGenerate','beforeWorkerHook','calculatePerformance','wpNBz','ibaGT','22537430BOVPAw','@playwright/test/lib/common/transform.js','ZbwYO','cZNhy','oZKId','WBCLE','WRuTi','onBegin','hAzJV','PLAYWRIGHT','beforeTestHook','sendSessionDetails','phUqu','bKTpD','onTestBegin','START_TIME','match','LavXo','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','fQqbd','hBlbZ','192438LtWJRD','LzTIn','WKcLW','153qdoyjG','TEST_LOG','getFailureData'];a26_0x2cfa=function(){return _0x269030;};return a26_0x2cfa();}const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require('../../../helpers/test-observability/utils'),PerformanceTester=require(a26_0x2c90ac(0x104)),fs=require('fs'),{FRAMEWORKS}=require(a26_0x2c90ac(0x109)),helper=require('../../../helpers/helper'),path=require('path');exports[a26_0x2c90ac(0x148)]=async()=>{const _0xcfc03f=a26_0x2c90ac,_0x4cdb84={'phUqu':'test','FJnaS':_0xcfc03f(0x131),'cZNhy':_0xcfc03f(0x118),'ibaGT':_0xcfc03f(0xff),'AyJXy':function(_0x13b03d,_0x473022){return _0x13b03d===_0x473022;},'cddiX':_0xcfc03f(0x101),'vOLMR':function(_0x2e9c68,_0x57d223){return _0x2e9c68-_0x57d223;},'pkFJi':_0xcfc03f(0x114),'rWuOA':_0xcfc03f(0x152),'EwXvA':_0xcfc03f(0x129),'UouPw':_0xcfc03f(0x159),'hAzJV':'onTestEnd','yRFaw':'onStepBegin','wpNBz':_0xcfc03f(0x113),'aNmbP':_0xcfc03f(0x147),'LqZRt':_0xcfc03f(0x136),'wFMTh':_0xcfc03f(0x155),'ELsBM':_0xcfc03f(0xfb),'WnjOX':_0xcfc03f(0xfa),'AUzUw':_0xcfc03f(0x137),'bKTpD':_0xcfc03f(0x156),'Wnlon':_0xcfc03f(0x145),'hBlbZ':'requestSpyCallback','ptEoB':_0xcfc03f(0x166),'rWAyQ':function(_0x75e379,_0x28c2ed){return _0x75e379(_0x28c2ed);},'rfFai':function(_0x4edd99,_0x2f99c9){return _0x4edd99/_0x2f99c9;},'TPQwm':function(_0x3b13de,_0x4a5926){return _0x3b13de(_0x4a5926);},'qnYSp':function(_0x184a0d,_0xa4424d){return _0x184a0d+_0xa4424d;},'WKcLW':function(_0x335694,_0x3658c7){return _0x335694*_0x3658c7;},'CclTj':function(_0x45846f,_0xecb3af){return _0x45846f+_0xecb3af;}};if(!process[_0xcfc03f(0xf2)][_0xcfc03f(0x15a)]){if(_0x4cdb84[_0xcfc03f(0x117)](_0x4cdb84['cddiX'],_0x4cdb84[_0xcfc03f(0x139)]))return;else return _0x5bc0c8['join'](_0x4cdb84[_0xcfc03f(0x157)],_0x4cdb84['FJnaS'],_0x4cdb84[_0xcfc03f(0x14e)],_0x4cdb84[_0xcfc03f(0x14a)]);}const _0x339270=_0x4cdb84['vOLMR'](new Date()[_0xcfc03f(0x115)](),new Date(process['env'][_0xcfc03f(0x15a)])['getTime']()),_0x465a0d=await PerformanceTester[_0xcfc03f(0x146)](_0x4cdb84[_0xcfc03f(0x122)],[_0x4cdb84[_0xcfc03f(0x12f)],_0x4cdb84[_0xcfc03f(0x13c)],_0x4cdb84['UouPw'],_0x4cdb84[_0xcfc03f(0x153)],_0x4cdb84[_0xcfc03f(0x128)],_0x4cdb84[_0xcfc03f(0x149)]]),_0x3c046b=fs['readdirSync']('.'),_0x408ac6=_0x3c046b[_0xcfc03f(0x144)](_0x44ea17=>_0x44ea17[_0xcfc03f(0x125)](_0xcfc03f(0x13b))&&_0x44ea17[_0xcfc03f(0xf1)](_0xcfc03f(0x130))),_0x4d61d5=await PerformanceTester[_0xcfc03f(0x126)](_0x408ac6,[_0x4cdb84['aNmbP'],_0x4cdb84[_0xcfc03f(0x138)],_0x4cdb84['wFMTh'],_0x4cdb84[_0xcfc03f(0xf3)],_0x4cdb84[_0xcfc03f(0x11c)],_0x4cdb84[_0xcfc03f(0x12c)],_0x4cdb84[_0xcfc03f(0x158)],_0x4cdb84['Wnlon'],_0x4cdb84[_0xcfc03f(0x15f)],_0x4cdb84[_0xcfc03f(0x11f)]]);_0x4cdb84['rWAyQ'](debug,_0xcfc03f(0x10c)+_0x4cdb84[_0xcfc03f(0xfe)](_0x339270,0x3e8)+'\x20s'),_0x4cdb84[_0xcfc03f(0x11d)](debug,_0xcfc03f(0x15d)+_0x4cdb84['qnYSp'](_0x4d61d5,_0x465a0d)),_0x4cdb84['TPQwm'](debug,'Percentage\x20of\x20increased\x20time\x20is\x20'+_0x4cdb84[_0xcfc03f(0x162)](_0x4cdb84[_0xcfc03f(0xfe)](_0x4cdb84[_0xcfc03f(0xf8)](_0x4d61d5,_0x465a0d),_0x339270),0x64));},exports[a26_0x2c90ac(0x100)]=_0xc30865=>{const _0x1f6b82=a26_0x2c90ac;return _0xc30865[_0x1f6b82(0x15b)](/@(\w+)/g)?.['map'](_0xdf04d3=>_0xdf04d3[_0x1f6b82(0xf5)](0x1))||[];},exports[a26_0x2c90ac(0x127)]=()=>{const _0x19da26=a26_0x2c90ac,_0x4e19ea={'wxQMm':'ERROR','rGFly':_0x19da26(0x164),'VeXou':function(_0x254808,_0x16073a){return _0x254808<=_0x16073a;},'FblTb':function(_0x3f79d8,_0x31e4b2){return _0x3f79d8(_0x31e4b2);},'xghHs':_0x19da26(0x12e),'uugnB':function(_0x495f08,_0x270510){return _0x495f08>_0x270510;},'eAokd':function(_0xbfbf34,_0x3e968f,_0x246736){return _0xbfbf34(_0x3e968f,_0x246736);},'AWnTZ':_0x19da26(0x121),'xeide':function(_0x27b8a4,_0x1a8e38){return _0x27b8a4(_0x1a8e38);},'ZbwYO':function(_0x491146,_0x2edcdc){return _0x491146>=_0x2edcdc;},'kFkSy':_0x19da26(0x135),'Lgvrf':function(_0x195367,_0x165ae5){return _0x195367!==_0x165ae5;},'BvYYr':'zWGaK','xrTxh':'kLTqQ','WBCLE':_0x19da26(0xf0),'TQgmT':_0x19da26(0x14c)},_0x2d7eed=_0x4e19ea['xeide'](getFrameworkVersion,FRAMEWORKS[_0x19da26(0x154)]);if(_0x4e19ea[_0x19da26(0x14d)](helper[_0x19da26(0x13e)](_0x2d7eed,_0x4e19ea['kFkSy']),0x0)){if(_0x4e19ea[_0x19da26(0x120)](_0x4e19ea[_0x19da26(0x108)],_0x4e19ea[_0x19da26(0x142)]))return _0x4e19ea[_0x19da26(0x150)];else{if(!_0x15d968||_0x4e19ea[_0x19da26(0x12d)](_0x1e03fe[_0x19da26(0x134)],0x0))return[];const _0x3fe2e2=_0x4e19ea[_0x19da26(0x13d)](_0x456acb,_0x524ee1[0x0]['message']);if(_0x3fe2e2['startsWith'](_0x4e19ea[_0x19da26(0x10e)])){const _0x386b64=_0x242e46[0x0];if(!_0x386b64[_0x19da26(0x132)]&&_0x4e19ea[_0x19da26(0x12a)](_0x4d2608[_0x19da26(0x134)],0x1))return{'failureData':[{'backtrace':[_0x3fe2e2,_0x4e19ea['FblTb'](_0x3376ab,_0x521a54[0x1][_0x19da26(0x132)])]}],'logs':_0x1dfdc5[_0x19da26(0xf5)](0x2)['map'](_0x590cf0=>{const _0x5351ad=_0x19da26;return{'timestamp':new _0x550e8b()['toISOString'](),'level':_0x4e19ea[_0x5351ad(0xf7)],'message':''+_0x590cf0['message'],'kind':_0x4e19ea[_0x5351ad(0x107)],'http_response':{},'test_run_uuid':_0x5437ea};})};}return{'failureData':_0x4e19ea['eAokd'](_0x4d5c79,_0x5ad603,_0x4e19ea[_0x19da26(0x106)]),'logs':[]};}}return _0x4e19ea[_0x19da26(0x10b)];},exports['getLoadUtilsPath']=()=>{const _0x3774e9=a26_0x2c90ac,_0x4c893b={};_0x4c893b[_0x3774e9(0xf4)]=_0x3774e9(0x119);const _0x208a23=_0x4c893b;return _0x208a23[_0x3774e9(0xf4)];},exports['getForkProcessPath']=()=>{const _0x3c51d4=a26_0x2c90ac,_0x483c35={};_0x483c35['pszSs']=_0x3c51d4(0x121),_0x483c35['wniWX']='lib',_0x483c35[_0x3c51d4(0xfd)]=_0x3c51d4(0x118),_0x483c35[_0x3c51d4(0x151)]=_0x3c51d4(0xff);const _0x442173=_0x483c35;return path['join'](_0x442173['pszSs'],_0x442173[_0x3c51d4(0x10f)],_0x442173[_0x3c51d4(0xfd)],_0x442173[_0x3c51d4(0x151)]);},exports[a26_0x2c90ac(0x165)]=(_0x2aa162,{test_run_uuid:_0x1e4a90})=>{const _0x474f2d=a26_0x2c90ac,_0x45e853={'iCGvO':_0x474f2d(0x105),'EHUUb':_0x474f2d(0x164),'QpIiG':function(_0x1a1647,_0x5e0337){return _0x1a1647>_0x5e0337;},'hqKbe':function(_0x286493,_0x32692f){return _0x286493(_0x32692f);},'MpmfJ':function(_0x49fc4e,_0x3c33f2){return _0x49fc4e!==_0x3c33f2;},'OrNIo':_0x474f2d(0x161),'OccXQ':'@playwright/test/lib/transform/transform.js','zymDU':function(_0x1287b5,_0x57cbc0){return _0x1287b5<=_0x57cbc0;},'oZKId':function(_0x10b5e1,_0x4b4003){return _0x10b5e1(_0x4b4003);},'VGcgl':_0x474f2d(0x12e),'vvKHh':function(_0x57b6cd,_0x1ebe77){return _0x57b6cd!==_0x1ebe77;},'ttxIQ':_0x474f2d(0x11b),'JBhwZ':_0x474f2d(0x11e),'fQqbd':function(_0xaa9627,_0x21fc70){return _0xaa9627>_0x21fc70;},'BCmlD':function(_0x311cea,_0x390713){return _0x311cea===_0x390713;},'UqRpG':'Xclcm','eVAWp':_0x474f2d(0x15c),'TrgpS':function(_0x45e8f5,_0x231cd){return _0x45e8f5(_0x231cd);},'RyZee':function(_0x410039,_0x408aca,_0x5954be){return _0x410039(_0x408aca,_0x5954be);},'haUbg':'test'};if(!_0x2aa162||_0x45e853[_0x474f2d(0x10d)](_0x2aa162[_0x474f2d(0x134)],0x0))return[];const _0x4e40fc=_0x45e853[_0x474f2d(0x14f)](removeAnsiColors,_0x2aa162[0x0][_0x474f2d(0xf9)]);if(_0x4e40fc['startsWith'](_0x45e853['VGcgl'])){if(_0x45e853[_0x474f2d(0x10a)](_0x45e853[_0x474f2d(0x133)],_0x45e853[_0x474f2d(0x110)])){const _0x5c82ef=_0x2aa162[0x0];if(!_0x5c82ef['stack']&&_0x45e853[_0x474f2d(0x15e)](_0x2aa162[_0x474f2d(0x134)],0x1)){if(_0x45e853[_0x474f2d(0x112)](_0x45e853[_0x474f2d(0x116)],_0x45e853[_0x474f2d(0x13a)])){const _0x44c142={};_0x44c142[_0x474f2d(0xf6)]=_0x45e853[_0x474f2d(0x103)],_0x44c142['vyqEu']=_0x45e853['EHUUb'];const _0x2d4e60=_0x44c142,_0x344329=_0x36dbe4[0x0];if(!_0x344329[_0x474f2d(0x132)]&&_0x45e853['QpIiG'](_0x16ab54[_0x474f2d(0x134)],0x1))return{'failureData':[{'backtrace':[_0x21018c,_0x45e853['hqKbe'](_0x191f57,_0x42b5f5[0x1][_0x474f2d(0x132)])]}],'logs':_0x3622a6[_0x474f2d(0xf5)](0x2)['map'](_0x444f27=>{const _0x3adf10=_0x474f2d;return{'timestamp':new _0x3eca77()[_0x3adf10(0x123)](),'level':_0x2d4e60[_0x3adf10(0xf6)],'message':''+_0x444f27['message'],'kind':_0x2d4e60['vyqEu'],'http_response':{},'test_run_uuid':_0xd4a8f4};})};}else return{'failureData':[{'backtrace':[_0x4e40fc,_0x45e853['TrgpS'](removeAnsiColors,_0x2aa162[0x1][_0x474f2d(0x132)])]}],'logs':_0x2aa162[_0x474f2d(0xf5)](0x2)[_0x474f2d(0x12b)](_0xd939c2=>{const _0x3f0cb2=_0x474f2d;return _0x45e853['MpmfJ'](_0x45e853[_0x3f0cb2(0x167)],_0x45e853[_0x3f0cb2(0x167)])?_0x51a666[_0x3f0cb2(0x15b)](/@(\w+)/g)?.['map'](_0x1905b0=>_0x1905b0[_0x3f0cb2(0xf5)](0x1))||[]:{'timestamp':new Date()[_0x3f0cb2(0x123)](),'level':_0x45e853[_0x3f0cb2(0x103)],'message':''+_0xd939c2[_0x3f0cb2(0xf9)],'kind':_0x45e853[_0x3f0cb2(0xfc)],'http_response':{},'test_run_uuid':_0x1e4a90};})};}}else return _0x45e853[_0x474f2d(0x141)];}return{'failureData':_0x45e853[_0x474f2d(0x168)](failureData,_0x2aa162,_0x45e853['haUbg']),'logs':[]};};
|
|
1
|
+
function a26_0x5d54(_0x22a9e4,_0x2d3227){const _0x43ff8d=a26_0x43ff();return a26_0x5d54=function(_0x5d5434,_0x2b0fed){_0x5d5434=_0x5d5434-0x193;let _0x215fc4=_0x43ff8d[_0x5d5434];return _0x215fc4;},a26_0x5d54(_0x22a9e4,_0x2d3227);}const a26_0x4187c8=a26_0x5d54;(function(_0x10f591,_0x26dc5d){const _0x523411=a26_0x5d54,_0x14693d=_0x10f591();while(!![]){try{const _0x120933=parseInt(_0x523411(0x197))/0x1*(parseInt(_0x523411(0x1ce))/0x2)+parseInt(_0x523411(0x19c))/0x3*(-parseInt(_0x523411(0x200))/0x4)+-parseInt(_0x523411(0x1c4))/0x5+-parseInt(_0x523411(0x194))/0x6+-parseInt(_0x523411(0x1f3))/0x7+-parseInt(_0x523411(0x1f8))/0x8+parseInt(_0x523411(0x1f2))/0x9;if(_0x120933===_0x26dc5d)break;else _0x14693d['push'](_0x14693d['shift']());}catch(_0x3837be){_0x14693d['push'](_0x14693d['shift']());}}}(a26_0x43ff,0xbc357));const {debug,getFrameworkVersion,removeAnsiColors,failureData}=require(a26_0x4187c8(0x198)),PerformanceTester=require(a26_0x4187c8(0x1a0)),fs=require('fs'),{FRAMEWORKS}=require(a26_0x4187c8(0x202)),helper=require(a26_0x4187c8(0x195)),path=require(a26_0x4187c8(0x1fe));exports[a26_0x4187c8(0x204)]=async()=>{const _0x4d0780=a26_0x4187c8,_0x253215={'ALmSr':_0x4d0780(0x1af),'AlHRQ':_0x4d0780(0x1c1),'zRfyE':function(_0x5cbf28,_0x1932bc){return _0x5cbf28(_0x1932bc);},'YbOHJ':function(_0x4eaa7f,_0x1068ca){return _0x4eaa7f!==_0x1068ca;},'Xyfln':_0x4d0780(0x208),'Oeife':function(_0x5163ec,_0x35588f){return _0x5163ec-_0x35588f;},'PmGab':_0x4d0780(0x1d1),'Vkjiv':_0x4d0780(0x1e6),'eitcx':_0x4d0780(0x1a6),'AVqUe':'onTestBegin','rDEii':_0x4d0780(0x193),'DpgJM':_0x4d0780(0x196),'rqsJp':_0x4d0780(0x1bc),'gAGjl':_0x4d0780(0x1e9),'ZanBR':_0x4d0780(0x1e1),'UtPbB':_0x4d0780(0x1b1),'GHAcx':'afterTestHook','eBDjT':'doo11ySync','vqaWP':_0x4d0780(0x1ec),'ngfoj':_0x4d0780(0x1ea),'cjKMr':_0x4d0780(0x1a2),'jwhKs':_0x4d0780(0x1fa),'uewMI':_0x4d0780(0x1be),'ESCYB':function(_0x11e853,_0x221cc1){return _0x11e853/_0x221cc1;},'Ushsm':function(_0x1a7b7f,_0x284ff5){return _0x1a7b7f(_0x284ff5);},'puMEh':function(_0x493bb7,_0x4ed91d){return _0x493bb7+_0x4ed91d;},'oliHf':function(_0x2f1c1e,_0x28c2af){return _0x2f1c1e*_0x28c2af;},'wbKHu':function(_0xb45aed,_0x3572cd){return _0xb45aed/_0x3572cd;}};if(!process[_0x4d0780(0x1bf)][_0x4d0780(0x1a5)]){if(_0x253215[_0x4d0780(0x1b8)](_0x253215[_0x4d0780(0x199)],_0x253215[_0x4d0780(0x199)]))return{'failureData':[{'backtrace':[_0x363f7c,_0x253215[_0x4d0780(0x1dd)](_0x598d5a,_0x393e9b[0x1][_0x4d0780(0x1aa)])]}],'logs':_0x1daa9b[_0x4d0780(0x1b7)](0x2)['map'](_0x168fb2=>{const _0x56a8bd=_0x4d0780;return{'timestamp':new _0x57cc4c()['toISOString'](),'level':_0x253215[_0x56a8bd(0x1c3)],'message':''+_0x168fb2[_0x56a8bd(0x1da)],'kind':_0x253215[_0x56a8bd(0x1cd)],'http_response':{},'test_run_uuid':_0x235d13};})};else return;}const _0x4982a3=_0x253215[_0x4d0780(0x1d0)](new Date()['getTime'](),new Date(process[_0x4d0780(0x1bf)][_0x4d0780(0x1a5)])['getTime']()),_0x53c571=await PerformanceTester[_0x4d0780(0x1e4)](_0x253215['PmGab'],[_0x253215[_0x4d0780(0x1d4)],_0x253215[_0x4d0780(0x1cf)],_0x253215[_0x4d0780(0x203)],_0x253215[_0x4d0780(0x1f7)],_0x253215[_0x4d0780(0x19a)],_0x253215[_0x4d0780(0x207)]]),_0x357926=fs['readdirSync']('.'),_0x117b60=_0x357926[_0x4d0780(0x1c9)](_0x56cc61=>_0x56cc61[_0x4d0780(0x1ae)](_0x4d0780(0x1ee))&&_0x56cc61[_0x4d0780(0x19d)](_0x4d0780(0x19b))),_0x430eb7=await PerformanceTester['calculateTimesFromMultipleFiles'](_0x117b60,[_0x253215[_0x4d0780(0x1a8)],_0x253215['ZanBR'],_0x253215[_0x4d0780(0x1c6)],_0x253215[_0x4d0780(0x1c5)],_0x253215[_0x4d0780(0x1a3)],_0x253215[_0x4d0780(0x1e0)],_0x253215[_0x4d0780(0x1db)],_0x253215[_0x4d0780(0x1e8)],_0x253215[_0x4d0780(0x1a4)],_0x253215[_0x4d0780(0x205)]]);_0x253215[_0x4d0780(0x1dd)](debug,_0x4d0780(0x1c8)+_0x253215[_0x4d0780(0x1b4)](_0x4982a3,0x3e8)+'\x20s'),_0x253215['Ushsm'](debug,_0x4d0780(0x1f5)+_0x253215[_0x4d0780(0x1b0)](_0x430eb7,_0x53c571)),_0x253215[_0x4d0780(0x1ed)](debug,'Percentage\x20of\x20increased\x20time\x20is\x20'+_0x253215[_0x4d0780(0x1f0)](_0x253215[_0x4d0780(0x1a7)](_0x253215[_0x4d0780(0x1b0)](_0x430eb7,_0x53c571),_0x4982a3),0x64));},exports[a26_0x4187c8(0x1dc)]=_0x2b4f1a=>{const _0x42a63f=a26_0x4187c8;return _0x2b4f1a['match'](/@(\w+)/g)?.[_0x42a63f(0x1ef)](_0x13f720=>_0x13f720['slice'](0x1))||[];},exports[a26_0x4187c8(0x1d2)]=()=>{const _0x3bfda9=a26_0x4187c8,_0x3b2a83={'QQcgH':'@playwright/test/lib/transform/transform.js','abByH':function(_0xc51cb3,_0x1c5660){return _0xc51cb3(_0x1c5660);},'NWanS':function(_0x37bab9,_0x940f84){return _0x37bab9>=_0x940f84;},'LbcrA':_0x3bfda9(0x19f),'TwUCU':function(_0x10ff03,_0x47a6b9){return _0x10ff03!==_0x47a6b9;},'DFErE':_0x3bfda9(0x1d6),'CCGVs':'wSZkd','PsYZS':_0x3bfda9(0x206)},_0x31ce5c=_0x3b2a83[_0x3bfda9(0x1f6)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);if(_0x3b2a83[_0x3bfda9(0x1ab)](helper['compareVersions'](_0x31ce5c,_0x3b2a83['LbcrA']),0x0))return _0x3b2a83['TwUCU'](_0x3b2a83[_0x3bfda9(0x1f9)],_0x3b2a83[_0x3bfda9(0x1e5)])?_0x3b2a83[_0x3bfda9(0x1ba)]:_0x3b2a83[_0x3bfda9(0x1ba)];return _0x3b2a83[_0x3bfda9(0x1c0)];},exports[a26_0x4187c8(0x1ca)]=()=>{const _0x4afe51=a26_0x4187c8,_0x592850={};_0x592850[_0x4afe51(0x209)]=_0x4afe51(0x1b3);const _0x559002=_0x592850;return _0x559002[_0x4afe51(0x209)];},exports[a26_0x4187c8(0x1b5)]=()=>{const _0x47dba7=a26_0x4187c8,_0xda0e4c={};_0xda0e4c[_0x47dba7(0x1b6)]=_0x47dba7(0x1fc),_0xda0e4c['oLBNq']=_0x47dba7(0x1eb),_0xda0e4c[_0x47dba7(0x1e3)]=_0x47dba7(0x1cc),_0xda0e4c['RDMsR']='process.js';const _0x5d242a=_0xda0e4c;return path[_0x47dba7(0x1c2)](_0x5d242a[_0x47dba7(0x1b6)],_0x5d242a['oLBNq'],_0x5d242a[_0x47dba7(0x1e3)],_0x5d242a[_0x47dba7(0x1a9)]);},exports[a26_0x4187c8(0x1fd)]=(_0x3c041b,{test_run_uuid:_0x179afd})=>{const _0x173df9=a26_0x4187c8,_0xc30a61={'VCmnI':function(_0x2be982,_0xaf287c){return _0x2be982<=_0xaf287c;},'OJcii':function(_0x2fd3d3,_0x53f2fa){return _0x2fd3d3(_0x53f2fa);},'ViEEB':_0x173df9(0x1bd),'hUZJD':function(_0x41045a,_0x52df9d){return _0x41045a>_0x52df9d;},'ERPsI':function(_0x4fa8d2,_0x11e2ab){return _0x4fa8d2(_0x11e2ab);},'zVQpW':function(_0x4d08bc,_0x4c515d,_0x42101b){return _0x4d08bc(_0x4c515d,_0x42101b);},'qPZVl':'test','eyEWY':_0x173df9(0x1af),'PPfyo':_0x173df9(0x1c1),'qGUiB':function(_0x5b06e4,_0x5a0eec){return _0x5b06e4===_0x5a0eec;},'IHAGw':_0x173df9(0x1ac),'vZFES':function(_0x263f15,_0x2a46a1){return _0x263f15<=_0x2a46a1;},'IFXtm':function(_0x462191,_0x433b46){return _0x462191(_0x433b46);},'hojWp':_0x173df9(0x1d7),'PIkMw':_0x173df9(0x1b9),'ezItY':function(_0x2dcdde,_0x34c45d){return _0x2dcdde>_0x34c45d;},'nevaD':function(_0x62a784,_0x242343){return _0x62a784===_0x242343;},'poWqX':_0x173df9(0x1e7),'zjvAD':_0x173df9(0x1a1),'HEvMj':function(_0x867278,_0xff35af,_0x5bdab0){return _0x867278(_0xff35af,_0x5bdab0);}};if(!_0x3c041b||_0xc30a61['vZFES'](_0x3c041b[_0x173df9(0x19e)],0x0))return[];const _0x43c664=_0xc30a61[_0x173df9(0x201)](removeAnsiColors,_0x3c041b[0x0][_0x173df9(0x1da)]);if(_0x43c664['startsWith'](_0xc30a61['ViEEB'])){if(_0xc30a61[_0x173df9(0x1bb)](_0xc30a61['hojWp'],_0xc30a61['PIkMw']))return;else{const _0x1b14b8=_0x3c041b[0x0];if(!_0x1b14b8[_0x173df9(0x1aa)]&&_0xc30a61[_0x173df9(0x1d9)](_0x3c041b[_0x173df9(0x19e)],0x1))return _0xc30a61[_0x173df9(0x20a)](_0xc30a61[_0x173df9(0x1d8)],_0xc30a61[_0x173df9(0x1e2)])?_0x26ed58[_0x173df9(0x1df)](/@(\w+)/g)?.['map'](_0x3f103f=>_0x3f103f['slice'](0x1))||[]:{'failureData':[{'backtrace':[_0x43c664,_0xc30a61['IFXtm'](removeAnsiColors,_0x3c041b[0x1][_0x173df9(0x1aa)])]}],'logs':_0x3c041b[_0x173df9(0x1b7)](0x2)[_0x173df9(0x1ef)](_0x5a7490=>{const _0x567023=_0x173df9,_0x48349c={};_0x48349c[_0x567023(0x1f4)]=_0xc30a61[_0x567023(0x1de)],_0x48349c[_0x567023(0x1ad)]=_0xc30a61[_0x567023(0x1c7)];const _0x1cff0f=_0x48349c;if(_0xc30a61[_0x567023(0x1bb)](_0xc30a61[_0x567023(0x1fb)],_0xc30a61[_0x567023(0x1fb)]))return{'timestamp':new Date()[_0x567023(0x1ff)](),'level':_0xc30a61['eyEWY'],'message':''+_0x5a7490[_0x567023(0x1da)],'kind':_0xc30a61[_0x567023(0x1c7)],'http_response':{},'test_run_uuid':_0x179afd};else{if(!_0x4c06de||_0xc30a61['VCmnI'](_0x25366f[_0x567023(0x19e)],0x0))return[];const _0x3d99ad=_0xc30a61[_0x567023(0x1d5)](_0x2fe319,_0x18958c[0x0][_0x567023(0x1da)]);if(_0x3d99ad[_0x567023(0x1ae)](_0xc30a61['ViEEB'])){const _0x1445ae=_0xd91d62[0x0];if(!_0x1445ae[_0x567023(0x1aa)]&&_0xc30a61[_0x567023(0x1cb)](_0x1d4db8[_0x567023(0x19e)],0x1))return{'failureData':[{'backtrace':[_0x3d99ad,_0xc30a61[_0x567023(0x1b2)](_0x4bde04,_0x4c2bba[0x1][_0x567023(0x1aa)])]}],'logs':_0x25e7d6[_0x567023(0x1b7)](0x2)[_0x567023(0x1ef)](_0x3f243c=>{const _0x3cf890=_0x567023;return{'timestamp':new _0x38ac14()['toISOString'](),'level':_0x1cff0f[_0x3cf890(0x1f4)],'message':''+_0x3f243c[_0x3cf890(0x1da)],'kind':_0x1cff0f[_0x3cf890(0x1ad)],'http_response':{},'test_run_uuid':_0xb04665};})};}return{'failureData':_0xc30a61[_0x567023(0x1d3)](_0x5ce946,_0x4cee8a,_0xc30a61['qPZVl']),'logs':[]};}})};}}return{'failureData':_0xc30a61[_0x173df9(0x1f1)](failureData,_0x3c041b,_0xc30a61['qPZVl']),'logs':[]};};function a26_0x43ff(){const _0x2da435=['uewMI','@playwright/test/lib/common/transform.js','rqsJp','vfUeZ','NEnNE','nevaD','onTestEnd','1108320IoaoId','../../../helpers/helper','onStepBegin','1054588xvYVZL','../../../helpers/test-observability/utils','Xyfln','DpgJM','.json','3wvWozL','endsWith','length','1.35.0','../../../helpers/test-observability/performance-tester','jzkko','setupBrowserDetails','eBDjT','jwhKs','START_TIME','endSession','wbKHu','gAGjl','RDMsR','stack','NWanS','MxbMz','kTRWl','startsWith','ERROR','puMEh','beforeTestHook','ERPsI','@playwright/test/lib/runner/loadUtils.js','ESCYB','getForkProcessPath','qdaxw','slice','YbOHJ','VxXMg','QQcgH','qGUiB','onStepEnd','Test\x20timeout\x20of','sendTestLog','env','PsYZS','TEST_LOG','join','ALmSr','5655345MvFNHr','GHAcx','UtPbB','PPfyo','Total\x20duration\x20for\x20whole\x20build\x20is\x20','filter','getLoadUtilsPath','hUZJD','common','AlHRQ','2QEcAon','eitcx','Oeife','performance-reporter.html','getTransformPath','zVQpW','Vkjiv','OJcii','ZaTUA','vyFlF','poWqX','ezItY','message','ngfoj','getTagsFromTitle','zRfyE','eyEWY','match','vqaWP','afterWorkerHook','zjvAD','VFFvC','stopAndGenerate','CCGVs','onBegin','rrYVN','cjKMr','beforeWorkerHook','sendSessionDetails','lib','processPageScreenshot','Ushsm','performance-report-worker-','map','oliHf','HEvMj','35286651xitJQd','2844982nKLCid','jOSIh','Total\x20time\x20taken\x20by\x20O11y\x20is\x20','abByH','rDEii','10672768pjKhbH','DFErE','requestSpyCallback','IHAGw','test','getFailureData','path','toISOString','4592452bHZaHa','IFXtm','../../../helpers/test-observability/constants','AVqUe','calculatePerformance'];a26_0x43ff=function(){return _0x2da435;};return a26_0x43ff();}
|