browserstack-node-sdk 1.34.29 → 1.34.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.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-observability.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/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.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/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.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 a88_0x25c65a=a88_0x11ee;(function(_0x305225,_0x273a90){const _0x20340d=a88_0x11ee,_0xa5ddae=_0x305225();while(!![]){try{const _0x3c810b=parseInt(_0x20340d(0x1bf))/0x1*(-parseInt(_0x20340d(0x1fa))/0x2)+parseInt(_0x20340d(0x197))/0x3*(parseInt(_0x20340d(0x19b))/0x4)+-parseInt(_0x20340d(0x217))/0x5+parseInt(_0x20340d(0x1d3))/0x6+parseInt(_0x20340d(0x195))/0x7+parseInt(_0x20340d(0x1c0))/0x8+-parseInt(_0x20340d(0x1c1))/0x9;if(_0x3c810b===_0x273a90)break;else _0xa5ddae['push'](_0xa5ddae['shift']());}catch(_0x5d9c7d){_0xa5ddae['push'](_0xa5ddae['shift']());}}}(a88_0x21ce,0xdc44b));function a88_0x11ee(_0xe8980d,_0x5b0f53){const _0x21ce60=a88_0x21ce();return a88_0x11ee=function(_0x11ee60,_0x23069a){_0x11ee60=_0x11ee60-0x17b;let _0xc575f=_0x21ce60[_0x11ee60];return _0xc575f;},a88_0x11ee(_0xe8980d,_0x5b0f53);}function a88_0x21ce(){const _0x3bcc55=['wxIbK','HQncQ','percy','NtYiZ','YfUJV','tpFkk','getFrameworkDetails','BROWSERSTACK_ACCESSIBILITY','LogCreated','uKJza','getAccessibilityPlatformValidation','../ats/helper','ERROR','setAccessibilityVariables','8470266AttMrM','getTestFrameworkDetails','987klLMkA','nHCep','cbTzm','setTestHubCommonMetaInfo','1756LvgzPT','accessibilityPlatform','isPercyBuild','scripts','error','scannerVersion','XUNjQ','onryV','CODECEPT','BROWSERSTACK_TESTHUB_UUID','shouldProcessEventForTesthub','product_map','hcheb','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fJyBb','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','info','isTrue','errors','getProductMap','JEST','zwERF','username','ragpu','setTestObservabilityVariables','RFoeB','getCurrentTestData','KNtRt','rqvrE','HookRunFinished','ACqhx','qeTpq','isAccessibilityEnabled','hgMWF','false','BROWSERSTACK_TESTHUB_JWT','1cIztGO','9527400fwyFEI','3745962THNOhs','getAgentVersion','OBSERVABILITY','PvuqR','length','../logger','uWyAa','TestRunStarted','../accessibility-automation/helper','kqzLh','4|0|1|2|5|3','nUaqi','parseFromJson','titlePath','join','commands','success','setCurrentTestData','4077972yokAoa','BROWSERSTACK_CENTRAL_USER','setTestData','stringify','debug','bAhXp','shouldScanTestForAccessibility','DEPRECATED','../../bin/jest/test-observability/test-details.js','zPZtf','capabilities','password','ipivW','rDOqH','test_run','BS_TESTOPS_JWT','xXmot','jXLLr','BS_TESTOPS_BUILD_HASHED_ID','../accessibility-automation/scripts.js','options','INVALID_CREDENTIALS','BROWSERSTACK_TEST_ACCESSIBILITY_YML','../../bin/playwright/reporter/test-details.js','../test-observability/utils','javascript','split','../helper.js','HJtPu','MsIIF','parse','EIYJJ','HXMbp','SbEnt','vGqQk','name','accessibility','BROWSERSTACK_PERCY','dUJyk','205070yEIzhk','logBuildError','MOCHA','config','BROWSERSTACK_TESTHUB_UUID:\x20','commandsToWrap','jKDbd','BS_TESTOPS_ALLOW_SCREENSHOTS','isUndefined','isAccessibilityPlatform','3|2|4|0|1','NKAOS','build_hashed_id','observability','LYXzz','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','mnFAm','HookRunStarted','bstackA11yShouldScan','isBrowserstackInfra','[OBSERVABILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','setPercyFlag','vjraO','command','tOHVt','includes','checkAccessibilityPlatformConfig','null','handleErrorForObservability','9020420WBtaNs','./constants.js','ACCESS_DENIED','scopes','../test-observability/constants.js','env','getGlobal','bfnOl','jwt','EXdGs','getTestData','uploadEventData','handleErrorForAccessibility','PXdLQ','value','tags','TsaTh','XWWKk','true','clnzS'];a88_0x21ce=function(){return _0x3bcc55;};return a88_0x21ce();}const bsSetupHelper=require('../helper'),{isTestObservabilitySession,getFrameworkVersion}=require(a88_0x25c65a(0x1eb)),accessibilityHelper=require(a88_0x25c65a(0x1c9)),logger=require(a88_0x25c65a(0x1c6))['winstonLogger'],{nestedKeyValue}=require(a88_0x25c65a(0x1ee)),scripts=require(a88_0x25c65a(0x1e6)),globals=require('../globals.js'),testHubConstants=require(a88_0x25c65a(0x218)),PWTestDetails=require(a88_0x25c65a(0x1ea)),JestTestDetails=require(a88_0x25c65a(0x1db)),{FRAMEWORKS}=require(a88_0x25c65a(0x21b)),{isTurboScaleSession}=require(a88_0x25c65a(0x192));let testData={};exports[a88_0x25c65a(0x1ae)]=_0x228234=>{const _0x3d72b5=a88_0x25c65a,_0x480365={'ZjiBO':function(_0x3f357b){return _0x3f357b();},'izvwQ':function(_0x1ab8c3,_0x94e023){return _0x1ab8c3(_0x94e023);},'YcEZs':function(_0x38fe6d,_0x236645){return _0x38fe6d===_0x236645;},'vGqQk':_0x3d72b5(0x185)};let _0x5b6da6=![],_0x5e4946=![];if(bsSetupHelper[_0x3d72b5(0x20d)]()&&_0x228234['app'])_0x5e4946=!![];else bsSetupHelper['isBrowserstackInfra']()&&(_0x5b6da6=!![]);return{'observability':_0x480365['ZjiBO'](isTestObservabilitySession),'accessibility':exports[_0x3d72b5(0x1bb)](_0x228234),'percy':_0x228234[_0x3d72b5(0x189)]||![],'automate':_0x5b6da6,'app_automate':_0x5e4946,'turboscale':_0x480365['izvwQ'](isTurboScaleSession,_0x228234),'central_scanner':_0x480365['YcEZs'](process[_0x3d72b5(0x21c)][_0x3d72b5(0x1d4)],_0x480365[_0x3d72b5(0x1f5)])};},exports[a88_0x25c65a(0x18d)]=(_0x2e6732,_0x45db6a)=>{const _0x8541ce=a88_0x25c65a,_0x165fa9={'tpFkk':function(_0x4f6811,_0x530691){return _0x4f6811(_0x530691);},'KNtRt':_0x8541ce(0x1ec)};return{'frameworkName':_0x45db6a,'frameworkVersion':_0x165fa9[_0x8541ce(0x18c)](getFrameworkVersion,_0x45db6a),'sdkVersion':bsSetupHelper[_0x8541ce(0x1c2)](),'language':_0x165fa9[_0x8541ce(0x1b6)],'testFramework':bsSetupHelper[_0x8541ce(0x196)](_0x2e6732,_0x45db6a)};},exports[a88_0x25c65a(0x20f)]=_0x4d11dc=>{const _0x52a8e6=a88_0x25c65a,_0x134bce={};_0x134bce[_0x52a8e6(0x1c7)]=_0x52a8e6(0x1bd),_0x134bce['nUaqi']=_0x52a8e6(0x185);const _0x1e6bea=_0x134bce;process[_0x52a8e6(0x21c)]['BROWSERSTACK_PERCY']=_0x1e6bea['uWyAa'],bsSetupHelper['isTrue'](_0x4d11dc[_0x52a8e6(0x1fd)][_0x52a8e6(0x189)])&&(!_0x4d11dc['percy']||!_0x4d11dc[_0x52a8e6(0x189)]['isRunning']())&&(process[_0x52a8e6(0x21c)][_0x52a8e6(0x1f8)]=_0x1e6bea[_0x52a8e6(0x1cc)]);},exports[a88_0x25c65a(0x19d)]=()=>{const _0xa124cb=a88_0x25c65a;return bsSetupHelper[_0xa124cb(0x1ac)](process['env']['BROWSERSTACK_PERCY']);},exports[a88_0x25c65a(0x1bb)]=(_0x555824={})=>{const _0x1662a4=a88_0x25c65a,_0x351784={};_0x351784[_0x1662a4(0x1ba)]=function(_0x1f5cff,_0x277c77){return _0x1f5cff!==_0x277c77;},_0x351784[_0x1662a4(0x1f0)]=function(_0x26b392,_0x15ab5a){return _0x26b392===_0x15ab5a;},_0x351784[_0x1662a4(0x1a2)]=_0x1662a4(0x185),_0x351784[_0x1662a4(0x18a)]=function(_0x1e7317,_0x63f3c6){return _0x1e7317>_0x63f3c6;},_0x351784[_0x1662a4(0x1df)]=function(_0x8dfa44,_0x304c13){return _0x8dfa44===_0x304c13;};const _0x2a96e1=_0x351784;if(_0x2a96e1[_0x1662a4(0x1ba)](process['env'][_0x1662a4(0x18e)],undefined))return bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_ACCESSIBILITY']);let _0x4f686b=_0x2a96e1[_0x1662a4(0x1f0)](process[_0x1662a4(0x21c)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x2a96e1[_0x1662a4(0x1a2)]);return _0x2a96e1[_0x1662a4(0x18a)](Object['keys'](_0x555824)[_0x1662a4(0x1c5)],0x0)&&(process[_0x1662a4(0x21c)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=accessibilityHelper[_0x1662a4(0x214)](_0x555824)),_0x4f686b=_0x4f686b||_0x2a96e1[_0x1662a4(0x1df)](process[_0x1662a4(0x21c)][_0x1662a4(0x209)],_0x2a96e1[_0x1662a4(0x1a2)]),_0x4f686b;},exports[a88_0x25c65a(0x1b3)]=(_0x17776a,_0x1e3b51)=>{const _0xe6ede0=a88_0x25c65a,_0x599b46={'dUJyk':function(_0x514b6b){return _0x514b6b();},'ljwqQ':_0xe6ede0(0x1cb),'tOHVt':function(_0x7f05d0,_0x52c225,_0x18da4d){return _0x7f05d0(_0x52c225,_0x18da4d);},'fJyBb':_0xe6ede0(0x207),'hcheb':_0xe6ede0(0x1e7),'IfFht':'true'};if(!_0x17776a||!_0x17776a[_0xe6ede0(0x207)])return exports[_0xe6ede0(0x216)](),[null,null,null];if(!_0x17776a[_0xe6ede0(0x207)]['success'])return exports['handleErrorForObservability'](_0x17776a[_0xe6ede0(0x207)]),[null,null,null];if(_0x599b46[_0xe6ede0(0x1f9)](isTestObservabilitySession)){const _0x2173ac=_0x599b46['ljwqQ'][_0xe6ede0(0x1ed)]('|');let _0x28b6af=0x0;while(!![]){switch(_0x2173ac[_0x28b6af++]){case'0':if(_0x17776a[_0xe6ede0(0x17b)]){process[_0xe6ede0(0x21c)][_0xe6ede0(0x1e2)]=_0x17776a[_0xe6ede0(0x17b)];const _0x4d93be={};_0x4d93be[_0xe6ede0(0x1b1)]=_0x1e3b51[_0xe6ede0(0x1b1)],_0x4d93be[_0xe6ede0(0x1de)]=_0x1e3b51[_0xe6ede0(0x1de)],process['env']['CREDENTIALS_FOR_CRASH_REPORTING']=JSON['stringify'](_0x4d93be);}continue;case'1':_0x17776a['build_hashed_id']&&(process[_0xe6ede0(0x21c)][_0xe6ede0(0x1e5)]=_0x17776a[_0xe6ede0(0x206)]);continue;case'2':_0x599b46[_0xe6ede0(0x212)](nestedKeyValue,_0x17776a,[_0x599b46[_0xe6ede0(0x1a9)],_0x599b46[_0xe6ede0(0x1a7)]])&&(process[_0xe6ede0(0x21c)][_0xe6ede0(0x201)]=_0x17776a[_0xe6ede0(0x207)]['options']['allow_screenshots']['toString']());continue;case'3':return[_0x17776a[_0xe6ede0(0x17b)],_0x17776a[_0xe6ede0(0x206)],process[_0xe6ede0(0x21c)][_0xe6ede0(0x201)]];case'4':process[_0xe6ede0(0x21c)]['BS_TESTOPS_BUILD_COMPLETED']=_0x599b46['IfFht'];continue;case'5':logger[_0xe6ede0(0x1d7)](_0xe6ede0(0x20e)+_0x17776a[_0xe6ede0(0x206)]);continue;}break;}}return[null,null,null];},exports[a88_0x25c65a(0x194)]=_0x3091e8=>{const _0x2ae2c0=a88_0x25c65a,_0x56d89d={'SbEnt':function(_0x33195d,_0x3a9104,_0x5a9cff){return _0x33195d(_0x3a9104,_0x5a9cff);},'rDOqH':'accessibility','xVoLs':_0x2ae2c0(0x1e7),'bAhXp':function(_0x5716b9,_0x3dc21f,_0x3331de,_0x47bcd0){return _0x5716b9(_0x3dc21f,_0x3331de,_0x47bcd0);},'jerfC':_0x2ae2c0(0x1f6),'XUNjQ':_0x2ae2c0(0x181),'zPZtf':function(_0x3cdfc5,_0x1cb2d9,_0x33873d,_0x89ff0e){return _0x3cdfc5(_0x1cb2d9,_0x33873d,_0x89ff0e);},'AAxXw':_0x2ae2c0(0x211),'VNwiR':'commands'};if(!_0x3091e8[_0x2ae2c0(0x1f7)])return exports[_0x2ae2c0(0x17f)](),[null,null];if(!_0x3091e8[_0x2ae2c0(0x1f7)][_0x2ae2c0(0x1d1)])return exports[_0x2ae2c0(0x17f)](_0x3091e8[_0x2ae2c0(0x1f7)]),[null,null];if(_0x56d89d[_0x2ae2c0(0x1f4)](nestedKeyValue,_0x3091e8,[_0x56d89d[_0x2ae2c0(0x1e0)],_0x56d89d['xVoLs']])){const {accessibilityToken:_0x4d5771,scannerVersion:_0x1fbd82}=_0x56d89d[_0x2ae2c0(0x1d8)](jsonifyAccessibilityArray,_0x3091e8['accessibility'][_0x2ae2c0(0x1e7)][_0x2ae2c0(0x1dd)],_0x56d89d['jerfC'],_0x56d89d[_0x2ae2c0(0x1a1)]),_0x25b7d3={'scripts':_0x56d89d[_0x2ae2c0(0x1dc)](jsonifyAccessibilityArray,_0x3091e8['accessibility'][_0x2ae2c0(0x1e7)][_0x2ae2c0(0x19e)],_0x56d89d['jerfC'],_0x56d89d['AAxXw'])};_0x25b7d3[_0x56d89d['VNwiR']]=_0x3091e8[_0x2ae2c0(0x1f7)][_0x2ae2c0(0x1e7)][_0x2ae2c0(0x1ff)][_0x2ae2c0(0x1d0)],scripts[_0x2ae2c0(0x1cd)](_0x25b7d3),scripts['toJson']();let _0x502747=process['env'][_0x2ae2c0(0x1a8)];return _0x502747=!!_0x502747?JSON[_0x2ae2c0(0x1f1)](_0x502747):{},_0x502747[_0x2ae2c0(0x1a0)]=_0x1fbd82,process[_0x2ae2c0(0x21c)][_0x2ae2c0(0x1a8)]=JSON[_0x2ae2c0(0x1d6)](_0x502747),process[_0x2ae2c0(0x21c)]['BS_A11Y_JWT']=_0x4d5771,logger['debug'](_0x2ae2c0(0x1aa)+_0x3091e8[_0x2ae2c0(0x206)]),[_0x4d5771,_0x3091e8[_0x2ae2c0(0x206)]];}return[null,null];},exports[a88_0x25c65a(0x216)]=_0x2e42e5=>{const _0x49e827=a88_0x25c65a,_0x5ca299={};_0x5ca299[_0x49e827(0x1ef)]='0|1|6|4|5|2|3',_0x5ca299[_0x49e827(0x200)]=_0x49e827(0x215),_0x5ca299[_0x49e827(0x17c)]='false';const _0x6e3623=_0x5ca299,_0x80de18=_0x6e3623[_0x49e827(0x1ef)][_0x49e827(0x1ed)]('|');let _0x4d0f42=0x0;while(!![]){switch(_0x80de18[_0x4d0f42++]){case'0':process[_0x49e827(0x21c)][_0x49e827(0x1a4)]=_0x6e3623[_0x49e827(0x200)];continue;case'1':process['env'][_0x49e827(0x1be)]=_0x6e3623[_0x49e827(0x200)];continue;case'2':process['env'][_0x49e827(0x201)]=_0x6e3623['jKDbd'];continue;case'3':exports['logBuildError'](_0x2e42e5,testHubConstants[_0x49e827(0x1c3)]);continue;case'4':process['env']['BS_TESTOPS_JWT']=_0x6e3623[_0x49e827(0x200)];continue;case'5':process[_0x49e827(0x21c)][_0x49e827(0x1e5)]=_0x6e3623[_0x49e827(0x200)];continue;case'6':process[_0x49e827(0x21c)]['BS_TESTOPS_BUILD_COMPLETED']=_0x6e3623[_0x49e827(0x17c)];continue;}break;}},exports[a88_0x25c65a(0x17f)]=_0x2f9b15=>{const _0x4dd94c=a88_0x25c65a,_0x9c6fa1={};_0x9c6fa1[_0x4dd94c(0x180)]=_0x4dd94c(0x204),_0x9c6fa1[_0x4dd94c(0x187)]=_0x4dd94c(0x1bd),_0x9c6fa1[_0x4dd94c(0x183)]=_0x4dd94c(0x215);const _0x1de655=_0x9c6fa1,_0x4bd705=_0x1de655['PXdLQ'][_0x4dd94c(0x1ed)]('|');let _0x4886ae=0x0;while(!![]){switch(_0x4bd705[_0x4886ae++]){case'0':process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x1de655['wxIbK'];continue;case'1':exports[_0x4dd94c(0x1fb)](_0x2f9b15,testHubConstants['ACCESSIBILITY']);continue;case'2':process['env']['BROWSERSTACK_TESTHUB_JWT']=_0x1de655[_0x4dd94c(0x183)];continue;case'3':process['env']['BROWSERSTACK_TESTHUB_UUID']=_0x1de655[_0x4dd94c(0x183)];continue;case'4':process[_0x4dd94c(0x21c)][_0x4dd94c(0x1e9)]=_0x1de655['wxIbK'];continue;}break;}},exports[a88_0x25c65a(0x1fb)]=(_0x1d049c,_0x39b56e='')=>{const _0x28b421=a88_0x25c65a,_0x577fbc={};_0x577fbc[_0x28b421(0x199)]=function(_0x1f4e87,_0x1b1f8d){return _0x1f4e87===_0x1b1f8d;};const _0x2c05de=_0x577fbc;if(_0x2c05de[_0x28b421(0x199)](_0x1d049c,undefined)){logger[_0x28b421(0x19f)](_0x39b56e['toUpperCase']()+'\x20Build\x20creation\x20failed');return;}for(const _0x2fe011 of _0x1d049c[_0x28b421(0x1ad)]){const _0x5e445d=_0x2fe011['key'],_0x2c0486=_0x2fe011['message'];if(_0x2c0486)switch(_0x5e445d){case testHubConstants[_0x28b421(0x193)][_0x28b421(0x1e8)]:logger['error'](_0x2c0486);break;case testHubConstants[_0x28b421(0x193)][_0x28b421(0x219)]:logger[_0x28b421(0x1ab)](_0x2c0486);break;case testHubConstants['ERROR'][_0x28b421(0x1da)]:logger[_0x28b421(0x19f)](_0x2c0486);break;default:logger['error'](_0x2c0486);}}};const jsonifyAccessibilityArray=(_0x5d8f5c,_0x37a9c0,_0x2d555e)=>{const _0x38599c={};return _0x5d8f5c['forEach'](_0x5d8b3a=>{_0x38599c[_0x5d8b3a[_0x37a9c0]]=_0x5d8b3a[_0x2d555e];}),_0x38599c;};exports[a88_0x25c65a(0x19a)]=_0x12e754=>{const _0x446974=a88_0x25c65a;_0x12e754[_0x446974(0x17b)]&&(process[_0x446974(0x21c)][_0x446974(0x1be)]=_0x12e754[_0x446974(0x17b)]);_0x12e754[_0x446974(0x206)]&&(process[_0x446974(0x21c)][_0x446974(0x1a4)]=_0x12e754['build_hashed_id'],logger[_0x446974(0x1d7)](_0x446974(0x1fe)+_0x12e754[_0x446974(0x206)]));;},exports[a88_0x25c65a(0x1a5)]=(_0x2e2111='',_0x270e22='')=>{const _0x515fdb=a88_0x25c65a,_0x40b8d4={'zwERF':function(_0x8664a5){return _0x8664a5();},'HXMbp':function(_0x1cda1f,_0x453fec){return _0x1cda1f===_0x453fec;},'OlbbE':_0x515fdb(0x17e),'NKAOS':_0x515fdb(0x18f),'XWWKk':'CBTSessionCreated','RFoeB':'HookRunStarted','xXmot':_0x515fdb(0x1b8),'qSMpL':function(_0x22771f){return _0x22771f();}};if(exports[_0x515fdb(0x19d)]()&&!exports[_0x515fdb(0x1bb)]()&&!_0x40b8d4[_0x515fdb(0x1b0)](isTestObservabilitySession)){if(_0x40b8d4[_0x515fdb(0x1f3)](_0x270e22,_0x40b8d4['OlbbE']))return![];if([_0x40b8d4[_0x515fdb(0x205)],_0x40b8d4[_0x515fdb(0x184)]]['includes'](_0x2e2111))return![];return!![];}if(exports[_0x515fdb(0x1bb)]()&&!_0x40b8d4[_0x515fdb(0x1b0)](isTestObservabilitySession)){if([_0x40b8d4[_0x515fdb(0x1b4)],_0x40b8d4[_0x515fdb(0x1e3)],_0x40b8d4[_0x515fdb(0x205)]][_0x515fdb(0x213)](_0x2e2111))return![];return!![];}return exports[_0x515fdb(0x1bb)]()||_0x40b8d4['qSMpL'](isTestObservabilitySession)||exports[_0x515fdb(0x19d)]();},exports['appendTesthubParams']=(_0x347d3d,_0x100761,_0x17e751='',_0x2af7e8)=>{const _0x129da4=a88_0x25c65a,_0x72b84e={};_0x72b84e[_0x129da4(0x18b)]=_0x129da4(0x20b),_0x72b84e[_0x129da4(0x1bc)]=_0x129da4(0x1b8),_0x72b84e[_0x129da4(0x1f2)]=function(_0x2c5cde,_0x3ed699){return _0x2c5cde===_0x3ed699;},_0x72b84e['kqzLh']=_0x129da4(0x20c),_0x72b84e[_0x129da4(0x1b2)]=_0x129da4(0x203),_0x72b84e[_0x129da4(0x1b9)]=_0x129da4(0x1f7),_0x72b84e[_0x129da4(0x210)]=function(_0xc4f7b5,_0x571572){return _0xc4f7b5&&_0x571572;},_0x72b84e[_0x129da4(0x208)]=function(_0x17166b,_0x33136c){return _0x17166b===_0x33136c;},_0x72b84e[_0x129da4(0x198)]=function(_0x111670,_0x1440d8){return _0x111670+_0x1440d8;},_0x72b84e['uKJza']=function(_0x444f62,_0x378c7a){return _0x444f62&&_0x378c7a;},_0x72b84e[_0x129da4(0x1e4)]=function(_0x4babba,_0x31d53c){return _0x4babba===_0x31d53c;},_0x72b84e['SGvvH']=function(_0x56aaed,_0x424acb){return _0x56aaed===_0x424acb;},_0x72b84e['bfnOl']=_0x129da4(0x1c8),_0x72b84e[_0x129da4(0x188)]=function(_0x33b189,_0x185d55){return _0x33b189===_0x185d55;},_0x72b84e[_0x129da4(0x1c4)]=function(_0x2c3faa,_0x2aa40c){return _0x2c3faa&&_0x2aa40c;},_0x72b84e['mnFAm']=function(_0x284d8d,_0x574946){return _0x284d8d&&_0x574946;},_0x72b84e[_0x129da4(0x1b7)]=_0x129da4(0x1a6);const _0x58861e=_0x72b84e;if(![_0x58861e[_0x129da4(0x18b)],_0x58861e[_0x129da4(0x1bc)]][_0x129da4(0x213)](_0x100761)&&exports[_0x129da4(0x1bb)]()){const _0x1a9f1f={};if(_0x58861e[_0x129da4(0x1f2)](_0x2af7e8,FRAMEWORKS[_0x129da4(0x1fc)])){const _0x34fbe3=globals[_0x129da4(0x21d)](_0x58861e['kqzLh'])||accessibilityHelper['shouldScanTestForAccessibility'](_0x17e751[_0x129da4(0x1ce)](),!![]),_0x209a5a=globals['getGlobal'](_0x58861e[_0x129da4(0x1b2)]);_0x1a9f1f[_0x58861e[_0x129da4(0x1b9)]]=_0x58861e['vjraO'](_0x209a5a,_0x34fbe3);}if(_0x58861e[_0x129da4(0x208)](_0x2af7e8,FRAMEWORKS[_0x129da4(0x1af)])){const _0x1e578a=_0x58861e[_0x129da4(0x198)](_0x58861e['nHCep'](_0x347d3d[_0x129da4(0x21a)][_0x129da4(0x1cf)]('\x20'),'\x20'),_0x17e751[_0x129da4(0x1f6)]),_0x1a0e60=globals[_0x129da4(0x21d)](_0x58861e[_0x129da4(0x1ca)])||accessibilityHelper[_0x129da4(0x1d9)](_0x1e578a,![]),_0x1064a2=browserStackGlobals[_0x129da4(0x203)];_0x1a9f1f[_0x58861e[_0x129da4(0x1b9)]]=_0x58861e[_0x129da4(0x190)](_0x1064a2,_0x1a0e60);}if(_0x58861e[_0x129da4(0x1e4)](_0x2af7e8,FRAMEWORKS['PLAYWRIGHT'])){if(_0x58861e['SGvvH'](_0x100761,_0x58861e[_0x129da4(0x21e)]))return;_0x1a9f1f[_0x58861e[_0x129da4(0x1b9)]]=PWTestDetails[_0x129da4(0x191)](_0x347d3d['uuid']);}if(_0x58861e[_0x129da4(0x188)](_0x2af7e8,FRAMEWORKS[_0x129da4(0x1a3)])){const _0x6d57f0=accessibilityHelper['shouldScanTestForAccessibility'](_0x17e751[_0x129da4(0x1ce)](),!![]),_0xbd34a8=global[_0x129da4(0x19c)]&&bsSetupHelper['isBrowserstackInfra']();_0x1a9f1f[_0x58861e[_0x129da4(0x1b9)]]=_0x58861e[_0x129da4(0x1c4)](_0xbd34a8,_0x6d57f0);}if(_0x58861e[_0x129da4(0x1e4)](_0x2af7e8,FRAMEWORKS['CUCUMBER'])){const _0x3d42e7=accessibilityHelper[_0x129da4(0x1d9)](null,![],_0x347d3d[_0x129da4(0x182)]),_0x37e74c=globals[_0x129da4(0x21d)](_0x58861e[_0x129da4(0x1b2)]);_0x1a9f1f[_0x58861e[_0x129da4(0x1b9)]]=_0x58861e[_0x129da4(0x20a)](_0x37e74c,_0x3d42e7);}_0x347d3d[_0x58861e['rqvrE']]=_0x1a9f1f;}},exports[a88_0x25c65a(0x1b5)]=_0x208fc6=>{const _0x211b63=a88_0x25c65a,_0x3267a2={};_0x3267a2[_0x211b63(0x186)]=function(_0x38e1d9,_0x5727ce){return _0x38e1d9>_0x5727ce;};const _0x24948f=_0x3267a2;let _0x13d7d9={};if(_0x24948f[_0x211b63(0x186)](Object['keys'](testData)[_0x211b63(0x1c5)],0x0))return testData;_0x13d7d9=JestTestDetails[_0x211b63(0x17d)]();if(_0x24948f[_0x211b63(0x186)](Object['keys'](_0x13d7d9)[_0x211b63(0x1c5)],0x0))return _0x13d7d9;return _0x13d7d9;},exports[a88_0x25c65a(0x1d2)]=(_0x1ebb06,_0x4f074c={})=>{const _0xdf1442=a88_0x25c65a;if(bsSetupHelper[_0xdf1442(0x202)](_0x4f074c[_0xdf1442(0x1e1)]))return;switch(_0x1ebb06){case FRAMEWORKS[_0xdf1442(0x1fc)]:testData=_0x4f074c['test_run'];break;case FRAMEWORKS[_0xdf1442(0x1af)]:JestTestDetails[_0xdf1442(0x1d5)](_0x4f074c[_0xdf1442(0x1e1)]);break;default:break;}};
|
|
1
|
+
function a88_0x5e87(){const _0x3a424d=['getTestData','BbsHp','KZfQv','isPercyBuild','setTestHubCommonMetaInfo','BS_TESTOPS_ALLOW_SCREENSHOTS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','getAccessibilityPlatformValidation','message','BROWSERSTACK_ACCESSIBILITY','Kujno','12053063MizVpQ','accessibility','keys','DeOIa','15WyuWjR','scannerVersion','lepWZ','kAIHK','NgxPb','32sgFqbV','[ACCESSIBILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','VZZMj','BS_TESTOPS_BUILD_COMPLETED','config','DBcix','toJson','titlePath','oXdTo','HookRunFinished','4birEXG','../accessibility-automation/scripts.js','../helper','JkNfH','uuid','scopes','PQHRt','allow_screenshots','handleErrorForObservability','capabilities','isRunning','CJyHv','forEach','test_run','Gpypq','isAccessibilityEnabled','BROWSERSTACK_TESTHUB_JWT','mNgzO','MBfNP','username','MwJDQ','777441iHlJzL','OBSERVABILITY','../helper.js','YhnNW','10SydiAn','debug','true','value','BS_TESTOPS_BUILD_HASHED_ID','app','nZzrA','[OBSERVABILITY]\x20Build\x20Created\x20Successfully\x20with\x20hashed\x20id:\x20','errors','acqpK','getTestFrameworkDetails','qciQk','2132rGlnwS','HookRunStarted','MZtEG','lWsHO','toacQ','iiyce','RsxXh','LcEar','appendTesthubParams','../globals.js','861633PSGPZN','CBTSessionCreated','2265264VxesOV','options','bstackA11yShouldScan','setTestObservabilityVariables','observability','false','MiGyj','253375BlaxLB','isAccessibilityPlatform','LogCreated','jwt','CREDENTIALS_FOR_CRASH_REPORTING','key','VumFX','isTrue','BS_TESTOPS_JWT','setCurrentTestData','sqkFI','bnlun','includes','./constants.js','handleErrorForAccessibility','isBrowserstackInfra','accessibilityPlatform','rEsng','percy','BS_A11Y_JWT','env','vfQhz','PnSju','ACCESS_DENIED','build_hashed_id','getProductMap','logBuildError','TestRunStarted','ChawK','XOZfK','parseFromJson','CHeEQ','MsRor','afzkb','../ats/helper','VrbBs','cxZts','uploadEventData','BROWSERSTACK_TEST_ACCESSIBILITY_YML','shouldProcessEventForTesthub','product_map','null','RXKQZ','password','../test-observability/constants.js','commandsToWrap','ACCESSIBILITY','../test-observability/utils','JEST','ERROR','eRlCR','scripts','setTestData','commands','shouldScanTestForAccessibility','dHYEI','INVALID_CREDENTIALS','BROWSERSTACK_TESTHUB_UUID','getFrameworkDetails','ZGFdF','BROWSERSTACK_PERCY','command','toUpperCase','807065vdxhFB','success','split','ouzpy','IbhJA','length','tags','MHEeN','../../bin/jest/test-observability/test-details.js','MOCHA','name','error','info','dmpHR','../logger','stringify','getGlobal','\x20Build\x20creation\x20failed','3|4|1|0|2','HGiCl','VcIMh','setPercyFlag','bHFIA'];a88_0x5e87=function(){return _0x3a424d;};return a88_0x5e87();}function a88_0x4c83(_0x46964a,_0x5037c0){const _0x5e87a2=a88_0x5e87();return a88_0x4c83=function(_0x4c83e4,_0x2127b6){_0x4c83e4=_0x4c83e4-0x1d8;let _0x34f4e2=_0x5e87a2[_0x4c83e4];return _0x34f4e2;},a88_0x4c83(_0x46964a,_0x5037c0);}const a88_0x2ec874=a88_0x4c83;(function(_0x462048,_0x25722b){const _0x38a9f4=a88_0x4c83,_0x54bf83=_0x462048();while(!![]){try{const _0x2660ee=parseInt(_0x38a9f4(0x206))/0x1*(parseInt(_0x38a9f4(0x23a))/0x2)+-parseInt(_0x38a9f4(0x22a))/0x3*(parseInt(_0x38a9f4(0x215))/0x4)+parseInt(_0x38a9f4(0x24d))/0x5+-parseInt(_0x38a9f4(0x246))/0x6+parseInt(_0x38a9f4(0x1e0))/0x7+-parseInt(_0x38a9f4(0x20b))/0x8*(parseInt(_0x38a9f4(0x244))/0x9)+-parseInt(_0x38a9f4(0x22e))/0xa*(-parseInt(_0x38a9f4(0x202))/0xb);if(_0x2660ee===_0x25722b)break;else _0x54bf83['push'](_0x54bf83['shift']());}catch(_0xe602c4){_0x54bf83['push'](_0x54bf83['shift']());}}}(a88_0x5e87,0x3f006));const bsSetupHelper=require(a88_0x2ec874(0x217)),{isTestObservabilitySession,getFrameworkVersion}=require(a88_0x2ec874(0x27c)),accessibilityHelper=require('../accessibility-automation/helper'),logger=require(a88_0x2ec874(0x1ee))['winstonLogger'],{nestedKeyValue}=require(a88_0x2ec874(0x22c)),scripts=require(a88_0x2ec874(0x216)),globals=require(a88_0x2ec874(0x243)),testHubConstants=require(a88_0x2ec874(0x25a)),PWTestDetails=require('../../bin/playwright/reporter/test-details.js'),JestTestDetails=require(a88_0x2ec874(0x1e8)),{FRAMEWORKS}=require(a88_0x2ec874(0x279)),{isTurboScaleSession}=require(a88_0x2ec874(0x26f));let testData={};exports[a88_0x2ec874(0x266)]=_0x2a0caa=>{const _0x4232c1=a88_0x2ec874,_0x1387fd={'qciQk':function(_0x33ce59){return _0x33ce59();},'VrbBs':function(_0x436a76,_0x199bb3){return _0x436a76(_0x199bb3);},'CJyHv':function(_0x4271e4,_0x11a774){return _0x4271e4===_0x11a774;},'mNgzO':_0x4232c1(0x230)};let _0x43ef30=![],_0x8584ef=![];if(bsSetupHelper['isBrowserstackInfra']()&&_0x2a0caa[_0x4232c1(0x233)])_0x8584ef=!![];else bsSetupHelper[_0x4232c1(0x25c)]()&&(_0x43ef30=!![]);return{'observability':_0x1387fd[_0x4232c1(0x239)](isTestObservabilitySession),'accessibility':exports[_0x4232c1(0x224)](_0x2a0caa),'percy':_0x2a0caa['percy']||![],'automate':_0x43ef30,'app_automate':_0x8584ef,'turboscale':_0x1387fd[_0x4232c1(0x270)](isTurboScaleSession,_0x2a0caa),'central_scanner':_0x1387fd[_0x4232c1(0x220)](process[_0x4232c1(0x261)]['BROWSERSTACK_CENTRAL_USER'],_0x1387fd[_0x4232c1(0x226)])};},exports[a88_0x2ec874(0x1db)]=(_0x5e2c76,_0x1e97f9)=>{const _0x4711a2=a88_0x2ec874,_0x4bd8d2={'kAIHK':function(_0x5b2294,_0x20d15d){return _0x5b2294(_0x20d15d);},'eRlCR':'javascript'};return{'frameworkName':_0x1e97f9,'frameworkVersion':_0x4bd8d2[_0x4711a2(0x209)](getFrameworkVersion,_0x1e97f9),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x4bd8d2[_0x4711a2(0x27f)],'testFramework':bsSetupHelper[_0x4711a2(0x238)](_0x5e2c76,_0x1e97f9)};},exports[a88_0x2ec874(0x1f5)]=_0x3232d3=>{const _0x888b38=a88_0x2ec874,_0x8a3677={};_0x8a3677[_0x888b38(0x26c)]=_0x888b38(0x24b),_0x8a3677['QGIES']=_0x888b38(0x230);const _0x23b327=_0x8a3677;process[_0x888b38(0x261)]['BROWSERSTACK_PERCY']=_0x23b327[_0x888b38(0x26c)],bsSetupHelper['isTrue'](_0x3232d3[_0x888b38(0x20f)][_0x888b38(0x25f)])&&(!_0x3232d3[_0x888b38(0x25f)]||!_0x3232d3[_0x888b38(0x25f)][_0x888b38(0x21f)]())&&(process[_0x888b38(0x261)][_0x888b38(0x1dd)]=_0x23b327['QGIES']);},exports[a88_0x2ec874(0x1fa)]=()=>{const _0x2090f8=a88_0x2ec874;return bsSetupHelper['isTrue'](process['env'][_0x2090f8(0x1dd)]);},exports[a88_0x2ec874(0x224)]=(_0x5222b6={})=>{const _0x48d38b=a88_0x2ec874,_0x239e8c={};_0x239e8c['zXBsq']=function(_0x224d8f,_0x1e7e76){return _0x224d8f!==_0x1e7e76;},_0x239e8c[_0x48d38b(0x1dc)]=function(_0x24e731,_0x4a4020){return _0x24e731===_0x4a4020;},_0x239e8c['DeOIa']='true',_0x239e8c[_0x48d38b(0x26d)]=function(_0x54ded1,_0x23740f){return _0x54ded1>_0x23740f;};const _0x5407bb=_0x239e8c;if(_0x5407bb['zXBsq'](process['env']['BROWSERSTACK_ACCESSIBILITY'],undefined))return bsSetupHelper[_0x48d38b(0x254)](process[_0x48d38b(0x261)][_0x48d38b(0x200)]);let _0x2fb043=_0x5407bb[_0x48d38b(0x1dc)](process[_0x48d38b(0x261)][_0x48d38b(0x273)],_0x5407bb[_0x48d38b(0x205)]);return _0x5407bb[_0x48d38b(0x26d)](Object['keys'](_0x5222b6)['length'],0x0)&&(process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=accessibilityHelper['checkAccessibilityPlatformConfig'](_0x5222b6)),_0x2fb043=_0x2fb043||_0x5407bb['ZGFdF'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'],_0x5407bb[_0x48d38b(0x205)]),_0x2fb043;},exports[a88_0x2ec874(0x249)]=(_0x3d71ec,_0xb4c66d)=>{const _0x2bb6e=a88_0x2ec874,_0x1817d6={'cxZts':function(_0x29bc3a){return _0x29bc3a();},'RXKQZ':'4|5|2|1|0|3','PQHRt':function(_0x4db4c3,_0x596417,_0x1505c8){return _0x4db4c3(_0x596417,_0x1505c8);},'WuElk':_0x2bb6e(0x24a),'YhnNW':_0x2bb6e(0x247),'ouzpy':_0x2bb6e(0x230)};if(!_0x3d71ec||!_0x3d71ec[_0x2bb6e(0x24a)])return exports[_0x2bb6e(0x21d)](),[null,null,null];if(!_0x3d71ec[_0x2bb6e(0x24a)][_0x2bb6e(0x1e1)])return exports[_0x2bb6e(0x21d)](_0x3d71ec[_0x2bb6e(0x24a)]),[null,null,null];if(_0x1817d6[_0x2bb6e(0x271)](isTestObservabilitySession)){const _0x48aabb=_0x1817d6[_0x2bb6e(0x277)][_0x2bb6e(0x1e2)]('|');let _0x12b085=0x0;while(!![]){switch(_0x48aabb[_0x12b085++]){case'0':logger[_0x2bb6e(0x22f)](_0x2bb6e(0x235)+_0x3d71ec['build_hashed_id']);continue;case'1':_0x1817d6[_0x2bb6e(0x21b)](nestedKeyValue,_0x3d71ec,[_0x1817d6['WuElk'],_0x1817d6[_0x2bb6e(0x22d)]])&&(process[_0x2bb6e(0x261)][_0x2bb6e(0x1fc)]=_0x3d71ec[_0x2bb6e(0x24a)][_0x2bb6e(0x247)][_0x2bb6e(0x21c)]['toString']());continue;case'2':_0x3d71ec['build_hashed_id']&&(process[_0x2bb6e(0x261)][_0x2bb6e(0x232)]=_0x3d71ec['build_hashed_id']);continue;case'3':return[_0x3d71ec[_0x2bb6e(0x250)],_0x3d71ec['build_hashed_id'],process[_0x2bb6e(0x261)][_0x2bb6e(0x1fc)]];case'4':process['env'][_0x2bb6e(0x20e)]=_0x1817d6[_0x2bb6e(0x1e3)];continue;case'5':if(_0x3d71ec[_0x2bb6e(0x250)]){process[_0x2bb6e(0x261)][_0x2bb6e(0x255)]=_0x3d71ec[_0x2bb6e(0x250)];const _0x29243a={};_0x29243a[_0x2bb6e(0x228)]=_0xb4c66d[_0x2bb6e(0x228)],_0x29243a[_0x2bb6e(0x278)]=_0xb4c66d['password'],process[_0x2bb6e(0x261)][_0x2bb6e(0x251)]=JSON['stringify'](_0x29243a);}continue;}break;}}return[null,null,null];},exports['setAccessibilityVariables']=_0x4db7c1=>{const _0x25b3a8=a88_0x2ec874,_0x5976b3={'DVYMj':function(_0x49d257,_0x83eedd,_0x31f11d){return _0x49d257(_0x83eedd,_0x31f11d);},'FHrov':_0x25b3a8(0x203),'NgxPb':'options','LcEar':function(_0x116f87,_0x4fbf74,_0x2e460b,_0x35ba02){return _0x116f87(_0x4fbf74,_0x2e460b,_0x35ba02);},'sqkFI':'name','MBfNP':_0x25b3a8(0x231),'Gpypq':function(_0x2a1386,_0x1ff3c3,_0x56013e,_0x20fead){return _0x2a1386(_0x1ff3c3,_0x56013e,_0x20fead);},'bHFIA':_0x25b3a8(0x1de),'HGiCl':_0x25b3a8(0x282)};if(!_0x4db7c1[_0x25b3a8(0x203)])return exports[_0x25b3a8(0x25b)](),[null,null];if(!_0x4db7c1[_0x25b3a8(0x203)]['success'])return exports['handleErrorForAccessibility'](_0x4db7c1[_0x25b3a8(0x203)]),[null,null];if(_0x5976b3['DVYMj'](nestedKeyValue,_0x4db7c1,[_0x5976b3['FHrov'],_0x5976b3[_0x25b3a8(0x20a)]])){const {accessibilityToken:_0x47130e,scannerVersion:_0x2f8ff7}=_0x5976b3[_0x25b3a8(0x241)](jsonifyAccessibilityArray,_0x4db7c1[_0x25b3a8(0x203)][_0x25b3a8(0x247)][_0x25b3a8(0x21e)],_0x5976b3[_0x25b3a8(0x257)],_0x5976b3[_0x25b3a8(0x227)]),_0x6064ec={'scripts':_0x5976b3[_0x25b3a8(0x223)](jsonifyAccessibilityArray,_0x4db7c1[_0x25b3a8(0x203)][_0x25b3a8(0x247)][_0x25b3a8(0x280)],_0x5976b3[_0x25b3a8(0x257)],_0x5976b3[_0x25b3a8(0x1f6)])};_0x6064ec[_0x5976b3[_0x25b3a8(0x1f3)]]=_0x4db7c1[_0x25b3a8(0x203)][_0x25b3a8(0x247)][_0x25b3a8(0x27a)]['commands'],scripts[_0x25b3a8(0x26b)](_0x6064ec),scripts[_0x25b3a8(0x211)]();let _0x4681d9=process[_0x25b3a8(0x261)][_0x25b3a8(0x1fd)];return _0x4681d9=!!_0x4681d9?JSON['parse'](_0x4681d9):{},_0x4681d9[_0x25b3a8(0x207)]=_0x2f8ff7,process['env'][_0x25b3a8(0x1fd)]=JSON[_0x25b3a8(0x1ef)](_0x4681d9),process[_0x25b3a8(0x261)][_0x25b3a8(0x260)]=_0x47130e,logger['debug'](_0x25b3a8(0x20c)+_0x4db7c1[_0x25b3a8(0x265)]),[_0x47130e,_0x4db7c1[_0x25b3a8(0x265)]];}return[null,null];},exports['handleErrorForObservability']=_0x3b9252=>{const _0x17778b=a88_0x2ec874,_0x445be7={};_0x445be7[_0x17778b(0x234)]='1|0|2|5|4|6|3',_0x445be7['DBcix']=_0x17778b(0x276),_0x445be7[_0x17778b(0x1d8)]=_0x17778b(0x24b);const _0x3d8385=_0x445be7,_0x330bd0=_0x3d8385[_0x17778b(0x234)]['split']('|');let _0xd0deb4=0x0;while(!![]){switch(_0x330bd0[_0xd0deb4++]){case'0':process[_0x17778b(0x261)][_0x17778b(0x225)]=_0x3d8385[_0x17778b(0x210)];continue;case'1':process['env']['BROWSERSTACK_TESTHUB_UUID']=_0x3d8385[_0x17778b(0x210)];continue;case'2':process[_0x17778b(0x261)][_0x17778b(0x20e)]=_0x3d8385['dHYEI'];continue;case'3':exports[_0x17778b(0x267)](_0x3b9252,testHubConstants[_0x17778b(0x22b)]);continue;case'4':process[_0x17778b(0x261)]['BS_TESTOPS_BUILD_HASHED_ID']=_0x3d8385[_0x17778b(0x210)];continue;case'5':process[_0x17778b(0x261)][_0x17778b(0x255)]=_0x3d8385[_0x17778b(0x210)];continue;case'6':process['env'][_0x17778b(0x1fc)]=_0x3d8385[_0x17778b(0x210)];continue;}break;}},exports['handleErrorForAccessibility']=_0x156793=>{const _0x259ddf=a88_0x2ec874,_0x2514a4={};_0x2514a4[_0x259ddf(0x213)]=_0x259ddf(0x1f2),_0x2514a4['RsxXh']=_0x259ddf(0x24b),_0x2514a4['BbsHp']=_0x259ddf(0x276);const _0x17015c=_0x2514a4,_0x4695cf=_0x17015c[_0x259ddf(0x213)][_0x259ddf(0x1e2)]('|');let _0x55b22e=0x0;while(!![]){switch(_0x4695cf[_0x55b22e++]){case'0':process[_0x259ddf(0x261)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x17015c[_0x259ddf(0x240)];continue;case'1':process[_0x259ddf(0x261)][_0x259ddf(0x273)]=_0x17015c[_0x259ddf(0x240)];continue;case'2':exports['logBuildError'](_0x156793,testHubConstants[_0x259ddf(0x27b)]);continue;case'3':process[_0x259ddf(0x261)]['BROWSERSTACK_TESTHUB_UUID']=_0x17015c[_0x259ddf(0x1f8)];continue;case'4':process['env'][_0x259ddf(0x225)]=_0x17015c['BbsHp'];continue;}break;}},exports[a88_0x2ec874(0x267)]=(_0x236313,_0x572a27='')=>{const _0x9e1543=a88_0x2ec874,_0x259b46={};_0x259b46['afzkb']=function(_0x352f26,_0x5f0121){return _0x352f26===_0x5f0121;};const _0x3a0259=_0x259b46;if(_0x3a0259[_0x9e1543(0x26e)](_0x236313,undefined)){logger['error'](_0x572a27[_0x9e1543(0x1df)]()+_0x9e1543(0x1f1));return;}for(const _0xed168e of _0x236313[_0x9e1543(0x236)]){const _0x2c17c2=_0xed168e[_0x9e1543(0x252)],_0x46a604=_0xed168e[_0x9e1543(0x1ff)];if(_0x46a604)switch(_0x2c17c2){case testHubConstants[_0x9e1543(0x27e)][_0x9e1543(0x1d9)]:logger[_0x9e1543(0x1eb)](_0x46a604);break;case testHubConstants['ERROR'][_0x9e1543(0x264)]:logger[_0x9e1543(0x1ec)](_0x46a604);break;case testHubConstants[_0x9e1543(0x27e)]['DEPRECATED']:logger['error'](_0x46a604);break;default:logger['error'](_0x46a604);}}};const jsonifyAccessibilityArray=(_0x374dd7,_0x6d8106,_0x8538df)=>{const _0x2ada02=a88_0x2ec874,_0x3dc7f4={};return _0x374dd7[_0x2ada02(0x221)](_0x506c48=>{_0x3dc7f4[_0x506c48[_0x6d8106]]=_0x506c48[_0x8538df];}),_0x3dc7f4;};exports[a88_0x2ec874(0x1fb)]=_0x2f4e41=>{const _0x8f5a8b=a88_0x2ec874;_0x2f4e41['jwt']&&(process['env'][_0x8f5a8b(0x225)]=_0x2f4e41[_0x8f5a8b(0x250)]);_0x2f4e41[_0x8f5a8b(0x265)]&&(process[_0x8f5a8b(0x261)][_0x8f5a8b(0x1da)]=_0x2f4e41[_0x8f5a8b(0x265)],logger[_0x8f5a8b(0x22f)]('BROWSERSTACK_TESTHUB_UUID:\x20'+_0x2f4e41[_0x8f5a8b(0x265)]));;},exports[a88_0x2ec874(0x274)]=(_0x3020a1='',_0x273477='')=>{const _0x283b56=a88_0x2ec874,_0x5ad952={'Kujno':function(_0x548594){return _0x548594();},'MHEeN':function(_0x3aaff3,_0xcff13b){return _0x3aaff3===_0xcff13b;},'uPJJw':_0x283b56(0x272),'ChawK':_0x283b56(0x24f),'dmpHR':_0x283b56(0x245),'toacQ':function(_0x1876e7){return _0x1876e7();},'KZfQv':_0x283b56(0x23b),'MiGyj':_0x283b56(0x214),'XOZfK':function(_0x111286){return _0x111286();}};if(exports[_0x283b56(0x1fa)]()&&!exports[_0x283b56(0x224)]()&&!_0x5ad952[_0x283b56(0x201)](isTestObservabilitySession)){if(_0x5ad952[_0x283b56(0x1e7)](_0x273477,_0x5ad952['uPJJw']))return![];if([_0x5ad952['ChawK'],_0x5ad952[_0x283b56(0x1ed)]][_0x283b56(0x259)](_0x3020a1))return![];return!![];}if(exports[_0x283b56(0x224)]()&&!_0x5ad952[_0x283b56(0x23e)](isTestObservabilitySession)){if([_0x5ad952[_0x283b56(0x1f9)],_0x5ad952[_0x283b56(0x24c)],_0x5ad952[_0x283b56(0x269)]][_0x283b56(0x259)](_0x3020a1))return![];return!![];}return exports[_0x283b56(0x224)]()||_0x5ad952[_0x283b56(0x26a)](isTestObservabilitySession)||exports[_0x283b56(0x1fa)]();},exports[a88_0x2ec874(0x242)]=(_0x4055c0,_0x3895f8,_0x7976d5='',_0x4eaeee)=>{const _0xbe06ab=a88_0x2ec874,_0x3a3ed0={};_0x3a3ed0[_0xbe06ab(0x23d)]=_0xbe06ab(0x23b),_0x3a3ed0[_0xbe06ab(0x253)]=_0xbe06ab(0x214),_0x3a3ed0[_0xbe06ab(0x229)]=function(_0x4f25fc,_0x7fc329){return _0x4f25fc===_0x7fc329;},_0x3a3ed0['acqpK']=_0xbe06ab(0x248),_0x3a3ed0['VcIMh']='isAccessibilityPlatform',_0x3a3ed0[_0xbe06ab(0x20d)]=_0xbe06ab(0x203),_0x3a3ed0[_0xbe06ab(0x262)]=function(_0x1fc36f,_0x576b0b){return _0x1fc36f&&_0x576b0b;},_0x3a3ed0[_0xbe06ab(0x208)]=function(_0x1d818a,_0x2a3f5e){return _0x1d818a===_0x2a3f5e;},_0x3a3ed0[_0xbe06ab(0x258)]=function(_0x1b516e,_0x22ca97){return _0x1b516e+_0x22ca97;},_0x3a3ed0[_0xbe06ab(0x1e4)]=function(_0x582362,_0x195878){return _0x582362===_0x195878;},_0x3a3ed0['OXXMT']=function(_0x5cb6dc,_0x2f78f0){return _0x5cb6dc===_0x2f78f0;},_0x3a3ed0[_0xbe06ab(0x263)]=_0xbe06ab(0x268),_0x3a3ed0[_0xbe06ab(0x23f)]=function(_0x2aed81,_0x116894){return _0x2aed81&&_0x116894;},_0x3a3ed0[_0xbe06ab(0x25e)]=_0xbe06ab(0x275);const _0x190d46=_0x3a3ed0;if(![_0x190d46['lWsHO'],_0x190d46['VumFX']][_0xbe06ab(0x259)](_0x3895f8)&&exports['isAccessibilityEnabled']()){const _0xb7d57f={};if(_0x190d46[_0xbe06ab(0x229)](_0x4eaeee,FRAMEWORKS[_0xbe06ab(0x1e9)])){const _0x2bb4c3=globals[_0xbe06ab(0x1f0)](_0x190d46[_0xbe06ab(0x237)])||accessibilityHelper[_0xbe06ab(0x283)](_0x7976d5[_0xbe06ab(0x212)](),!![]),_0x32e259=globals['getGlobal'](_0x190d46[_0xbe06ab(0x1f4)]);_0xb7d57f[_0x190d46[_0xbe06ab(0x20d)]]=_0x190d46[_0xbe06ab(0x262)](_0x32e259,_0x2bb4c3);}if(_0x190d46[_0xbe06ab(0x208)](_0x4eaeee,FRAMEWORKS[_0xbe06ab(0x27d)])){const _0x67a485=_0x190d46[_0xbe06ab(0x258)](_0x190d46['bnlun'](_0x4055c0[_0xbe06ab(0x21a)]['join']('\x20'),'\x20'),_0x7976d5[_0xbe06ab(0x1ea)]),_0x27a96a=globals[_0xbe06ab(0x1f0)](_0x190d46['acqpK'])||accessibilityHelper[_0xbe06ab(0x283)](_0x67a485,![]),_0x784bf7=browserStackGlobals[_0xbe06ab(0x24e)];_0xb7d57f[_0x190d46[_0xbe06ab(0x20d)]]=_0x190d46[_0xbe06ab(0x262)](_0x784bf7,_0x27a96a);}if(_0x190d46['IbhJA'](_0x4eaeee,FRAMEWORKS['PLAYWRIGHT'])){if(_0x190d46['OXXMT'](_0x3895f8,_0x190d46[_0xbe06ab(0x263)]))return;_0xb7d57f[_0x190d46[_0xbe06ab(0x20d)]]=PWTestDetails[_0xbe06ab(0x1fe)](_0x4055c0[_0xbe06ab(0x219)]);}if(_0x190d46[_0xbe06ab(0x229)](_0x4eaeee,FRAMEWORKS['CODECEPT'])){const _0x5801f0=accessibilityHelper[_0xbe06ab(0x283)](_0x7976d5[_0xbe06ab(0x212)](),!![]),_0x6dba7b=global[_0xbe06ab(0x25d)]&&bsSetupHelper[_0xbe06ab(0x25c)]();_0xb7d57f[_0x190d46[_0xbe06ab(0x20d)]]=_0x190d46['iiyce'](_0x6dba7b,_0x5801f0);}if(_0x190d46['lepWZ'](_0x4eaeee,FRAMEWORKS['CUCUMBER'])){const _0x2d0008=accessibilityHelper['shouldScanTestForAccessibility'](null,![],_0x4055c0[_0xbe06ab(0x1e6)]),_0x3d5d76=globals[_0xbe06ab(0x1f0)](_0x190d46['VcIMh']);_0xb7d57f[_0x190d46[_0xbe06ab(0x20d)]]=_0x190d46['iiyce'](_0x3d5d76,_0x2d0008);}_0x4055c0[_0x190d46[_0xbe06ab(0x25e)]]=_0xb7d57f;}},exports['getCurrentTestData']=_0x558331=>{const _0x135e2d=a88_0x2ec874,_0x169735={};_0x169735[_0x135e2d(0x218)]=function(_0x50e335,_0x5290a3){return _0x50e335>_0x5290a3;},_0x169735[_0x135e2d(0x23c)]=function(_0x1e53e4,_0x12bc4f){return _0x1e53e4>_0x12bc4f;};const _0x545608=_0x169735;let _0x8329c4={};if(_0x545608['JkNfH'](Object[_0x135e2d(0x204)](testData)[_0x135e2d(0x1e5)],0x0))return testData;_0x8329c4=JestTestDetails[_0x135e2d(0x1f7)]();if(_0x545608['MZtEG'](Object[_0x135e2d(0x204)](_0x8329c4)[_0x135e2d(0x1e5)],0x0))return _0x8329c4;return _0x8329c4;},exports[a88_0x2ec874(0x256)]=(_0x5b2881,_0x597fe1={})=>{const _0x658196=a88_0x2ec874;if(bsSetupHelper['isUndefined'](_0x597fe1[_0x658196(0x222)]))return;switch(_0x5b2881){case FRAMEWORKS[_0x658196(0x1e9)]:testData=_0x597fe1[_0x658196(0x222)];break;case FRAMEWORKS[_0x658196(0x27d)]:JestTestDetails[_0x658196(0x281)](_0x597fe1[_0x658196(0x222)]);break;default:break;}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a89_0x1098(){const _0xb81f42=['6qPiHqE','143qOPFpD','2769090edZDXk','471720UTnIqd','19728LuWDen','7340170CCNpLw','fireFunnelTestEvent','DyZmt','ogsHV','855344wzcOMX','144MVQoMs','2035515nKSPYO','4oczFaU','cancel','fjMoX','5410391eFCfmx','exports'];a89_0x1098=function(){return _0xb81f42;};return a89_0x1098();}const a89_0x36b8f3=a89_0x7309;function a89_0x7309(_0x2bdbcd,_0x1376b8){const _0x1098d4=a89_0x1098();return a89_0x7309=function(_0x730913,_0x4dc2c4){_0x730913=_0x730913-0x149;let _0x22949d=_0x1098d4[_0x730913];return _0x22949d;},a89_0x7309(_0x2bdbcd,_0x1376b8);}(function(_0x1991e8,_0x2a1eb0){const _0x1ae5a1=a89_0x7309,_0x16a518=_0x1991e8();while(!![]){try{const _0x18562e=parseInt(_0x1ae5a1(0x159))/0x1+-parseInt(_0x1ae5a1(0x149))/0x2+-parseInt(_0x1ae5a1(0x150))/0x3+parseInt(_0x1ae5a1(0x151))/0x4*(-parseInt(_0x1ae5a1(0x14a))/0x5)+parseInt(_0x1ae5a1(0x156))/0x6*(parseInt(_0x1ae5a1(0x154))/0x7)+parseInt(_0x1ae5a1(0x14e))/0x8*(-parseInt(_0x1ae5a1(0x14f))/0x9)+-parseInt(_0x1ae5a1(0x158))/0xa*(-parseInt(_0x1ae5a1(0x157))/0xb);if(_0x18562e===_0x2a1eb0)break;else _0x16a518['push'](_0x16a518['shift']());}catch(_0x4dc09d){_0x16a518['push'](_0x16a518['shift']());}}}(a89_0x1098,0xee9cf));const utilities=require('./utilities');module[a89_0x36b8f3(0x155)]=(_0x3a53da,_0x11d7b7,_0x3e92dd,_0x3dac4e,_0x336e1a,_0x1fa54d)=>{const _0x34b51d=a89_0x36b8f3,_0x34fa88={'fjMoX':function(_0x1fcaeb,_0x165fd6){return _0x1fcaeb-_0x165fd6;},'DyZmt':function(_0x357fa9,_0x597b49){return _0x357fa9(_0x597b49);},'ogsHV':function(_0x4dde87,_0x55adef,_0x2b2cf1){return _0x4dde87(_0x55adef,_0x2b2cf1);}};let _0x4d6c47,_0x21d6f6=![];const _0x312048=new Promise((_0x3a66b2,_0x23b2cb)=>{const _0x7eff9f=a89_0x7309,_0x3524e4={'dOpyq':function(_0xaf89ea,_0x55efe8){const _0x26ba1b=a89_0x7309;return _0x34fa88[_0x26ba1b(0x153)](_0xaf89ea,_0x55efe8);},'rlPxW':function(_0x8ba7b,_0x4db3be){const _0x444651=a89_0x7309;return _0x34fa88[_0x444651(0x14c)](_0x8ba7b,_0x4db3be);}};_0x4d6c47=_0x34fa88[_0x7eff9f(0x14d)](setTimeout,()=>{const _0x25cfb5=_0x7eff9f;if(!_0x21d6f6){const _0x15491b={'status':''+_0x11d7b7,'timeTaken':_0x3524e4['dOpyq'](new Date(),_0x3dac4e)};utilities[_0x25cfb5(0x14b)](_0x3e92dd,_0x15491b,_0x336e1a,_0x1fa54d),_0x3524e4['rlPxW'](_0x23b2cb,new Error(_0x11d7b7));}},_0x3a53da);});return _0x312048[_0x34b51d(0x152)]=()=>{const _0x201544=_0x34b51d;_0x21d6f6=!![],_0x34fa88[_0x201544(0x14c)](clearTimeout,_0x4d6c47);},_0x312048;};
|
package/src/helpers/utilities.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90_0x2ea6c8=a90_0x4f51;(function(_0x4b4b38,_0x39f4d3){const _0x5dffef=a90_0x4f51,_0xe90c8f=_0x4b4b38();while(!![]){try{const _0x5e6a34=-parseInt(_0x5dffef(0x128))/0x1+parseInt(_0x5dffef(0xfd))/0x2*(parseInt(_0x5dffef(0x171))/0x3)+parseInt(_0x5dffef(0x108))/0x4+-parseInt(_0x5dffef(0x120))/0x5*(parseInt(_0x5dffef(0x14a))/0x6)+-parseInt(_0x5dffef(0x16b))/0x7*(parseInt(_0x5dffef(0x124))/0x8)+parseInt(_0x5dffef(0x121))/0x9+-parseInt(_0x5dffef(0x10d))/0xa;if(_0x5e6a34===_0x39f4d3)break;else _0xe90c8f['push'](_0xe90c8f['shift']());}catch(_0x57e945){_0xe90c8f['push'](_0xe90c8f['shift']());}}}(a90_0x3d85,0xe0fec));const os=require('os'),util=require(a90_0x2ea6c8(0x12a)),{getProductMap}=require(a90_0x2ea6c8(0x115)),logger=require(a90_0x2ea6c8(0x111))[a90_0x2ea6c8(0x14f)],constants=require(a90_0x2ea6c8(0x139)),testHubConstants=require(a90_0x2ea6c8(0x15f)),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a90_0x2ea6c8(0x139)),{generateCIArtifacts,printNudgeLocalNotSetError}=require('./helper'),PerformanceTester=require(a90_0x2ea6c8(0x149)),globals=require('./globals'),{isTurboScaleSession}=require('./ats/helper'),helper=require(a90_0x2ea6c8(0x159)),{isTestObservabilitySession}=require(a90_0x2ea6c8(0x153));function a90_0x4f51(_0x7d35e2,_0x4eeb18){const _0x3d852b=a90_0x3d85();return a90_0x4f51=function(_0x4f5111,_0x2b44c6){_0x4f5111=_0x4f5111-0xf7;let _0x54a9e6=_0x3d852b[_0x4f5111];return _0x54a9e6;},a90_0x4f51(_0x7d35e2,_0x4eeb18);}let unhandledErrors='';function a90_0x3d85(){const _0x5fc478=['stopPercy','jSiRd','getAccessKey','AUTOMATE_PRODUCTS','unhandledErrors','1931984khYxpy','SDKTestSuccessful','nodeRequest','Qrmvs','content-type','765360XkBTCO','pdFcQ','ACyEu','globalException','./logger','event_properties','getTurboScaleSessionsList','buildName','./testhub/utils','AmTcP','getPackageVersion','buildIdentifier','getUserName','SZwTA','AUTOMATE','debug','isBrowserstackInfra','values','stringify','867335NfiySn','15944355HUiJkn','osVersion','format','2200320GjTkpN','Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20','njvCj','body','220252DbxbYr','getFrameworkVersion','util','config','BORgm','Playwright','app','notifyUpdate','nodejs','object','ENV_VAR','APP_AUTOMATE_PRODUCTS','assign','keys','tests','push','vMOlk','../bin/utils/constants','version','zjwEn','tzIhQ','join','error','APP_AUTOMATE','apply','every','deviceName','framework','Error\x20in\x20firing\x20request\x20to\x20','application/json','IyWTH','sanitizeBrowserStackConfig','killSignal','./performance-tester','6KwbqNF','POST','browserVersion','sendLogs','undefined','winstonLogger','getSessionsList','forEach','fireFunnelTestEvent','./test-observability/utils','HUmKZ','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','qZZHk','pMBRg','vkkIk','./helper','finalize','hostname','SaSzx','reduce','measures','../helpers/testhub/constants','playwrightVersion','JRpJS','getTurboScaleBuildLink','getOptimalHubUrl','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','finalExecution','NhgrW','type','mdDHv','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','FAkNZ','42qShoNQ','kCBwD','YdJqS','UbrCc','\x20response\x20-\x20','OBTdp','12ijPLuV','GTatZ','browser','browserStackConfig','seleniumVersion','source','zNJsl','all','length','split','393742EnjGPo','getBuildLink','sdkRunId','mOWZj','sBEmQ','ghJkZ'];a90_0x3d85=function(){return _0x5fc478;};return a90_0x3d85();}exports[a90_0x2ea6c8(0x152)]=async(_0x2351e7,_0x1f20f9={},_0x508f81,_0x3505fc)=>{const _0x18b6b4=a90_0x2ea6c8,_0x2e693e={'mdDHv':function(_0x50397f,_0x5e6f7d){return _0x50397f===_0x5e6f7d;},'NhgrW':_0x18b6b4(0x131),'vkkIk':function(_0x3d7a83,_0x5a36cd){return _0x3d7a83>_0x5a36cd;},'sBEmQ':_0x18b6b4(0x136),'zNJsl':function(_0x755094){return _0x755094();},'ghJkZ':function(_0x35ce9b,_0x2d9856){return _0x35ce9b==_0x2d9856;},'lAGlR':'null','FAkNZ':_0x18b6b4(0x14e),'YdJqS':function(_0x1f39f7,_0x2b51e4){return _0x1f39f7>_0x2b51e4;},'vMOlk':function(_0x33e038,_0x8857ce){return _0x33e038===_0x8857ce;},'njvCj':'codeceptjs','WqGNN':function(_0x4bb9aa,_0x5cb70a){return _0x4bb9aa>_0x5cb70a;},'nAgUt':function(_0x43144d,_0xa53df6){return _0x43144d!==_0xa53df6;},'AmTcP':_0x18b6b4(0x12d),'pdFcQ':_0x18b6b4(0x13e),'BORgm':function(_0xa18b77,_0x1cab24){return _0xa18b77>_0x1cab24;},'jSiRd':function(_0x4de75f,_0x4d2599){return _0x4de75f+_0x4d2599;},'kCBwD':_0x18b6b4(0x164),'SaSzx':'_buildHashedId','ACyEu':function(_0x5622fe,_0x296bc7){return _0x5622fe(_0x296bc7);},'qZZHk':'unknown','tzIhQ':_0x18b6b4(0x130),'JRpJS':function(_0x17c21e,_0x3089c2){return _0x17c21e===_0x3089c2;},'zjwEn':_0x18b6b4(0x109),'fieWB':'selenium-webdriver','UbrCc':_0x18b6b4(0x145),'HUmKZ':_0x18b6b4(0x14b)};let _0x66cccf=[];if(helper[_0x18b6b4(0x11d)]()&&_0x2e693e['zNJsl'](isTestObservabilitySession))_0x66cccf=_0x508f81[_0x18b6b4(0x12e)]?constants[_0x18b6b4(0x133)]:constants[_0x18b6b4(0x106)];else{if(_0x2e693e[_0x18b6b4(0xf9)](isTestObservabilitySession))_0x66cccf=constants[_0x18b6b4(0x155)];else helper[_0x18b6b4(0x11d)]()&&(_0x66cccf=_0x508f81[_0x18b6b4(0x12e)]?constants[_0x18b6b4(0x13f)]:constants[_0x18b6b4(0x11b)]);}let _0x47dc7f=_0x508f81[_0x18b6b4(0x118)];if(_0x2e693e[_0x18b6b4(0x102)](_0x47dc7f,null))_0x47dc7f=_0x2e693e['lAGlR'];else _0x2e693e[_0x18b6b4(0x168)](_0x47dc7f,undefined)&&(_0x47dc7f=_0x2e693e[_0x18b6b4(0x16a)]);unhandledErrors&&_0x2e693e[_0x18b6b4(0x16d)](unhandledErrors[_0x18b6b4(0xfb)],0x0)&&(_0x1f20f9[_0x18b6b4(0x110)]=unhandledErrors);global[_0x18b6b4(0xff)]&&(_0x1f20f9[_0x18b6b4(0xff)]=global[_0x18b6b4(0xff)]);try{if(_0x1f20f9[_0x18b6b4(0x13e)]){if(_0x2e693e[_0x18b6b4(0x138)](_0x3505fc,_0x2e693e[_0x18b6b4(0x126)])&&_0x2e693e['WqGNN'](_0x1f20f9[_0x18b6b4(0x13e)][_0x18b6b4(0xfb)],0x0)){const _0x42d24c={};_0x42d24c['os']='',_0x42d24c[_0x18b6b4(0x122)]='',_0x42d24c[_0x18b6b4(0x173)]='',_0x42d24c[_0x18b6b4(0x14c)]='';const _0x999b4c=_0x42d24c;let _0x34ab28={};const _0x550964=_0x1f20f9[_0x18b6b4(0x13e)];_0x34ab28=_0x550964[_0x18b6b4(0x15d)]((_0x4d5bb7,_0x3c369a)=>{for(const _0x477843 in _0x3c369a){_0x4d5bb7[_0x477843]=_0x3c369a[_0x477843];}return _0x4d5bb7;},{});const _0x3a8049={};_0x3a8049[_0x18b6b4(0x136)]=_0x34ab28,_0x1f20f9[_0x18b6b4(0x13e)]=[Object['assign']({},_0x999b4c,_0x3a8049)];}else{let _0x10580d=0x0;const _0x202fc4=_0x2e693e['nAgUt'](_0x3505fc,_0x2e693e[_0x18b6b4(0x116)])?JSON['parse'](_0x1f20f9['error']):_0x1f20f9[_0x18b6b4(0x13e)],_0xfdcf94=Object[_0x18b6b4(0x11e)](_0x202fc4);_0xfdcf94[_0x18b6b4(0x151)](_0x3ec138=>{const _0x228f39=_0x18b6b4;if(_0x2e693e['mdDHv'](typeof _0x3ec138,_0x2e693e[_0x228f39(0x166)])){const _0x14956a=Object[_0x228f39(0x11e)](_0x3ec138);!_0x14956a[_0x228f39(0x141)](_0x424a7a=>_0x424a7a===null||_0x424a7a===undefined||_0x424a7a==='')&&(_0x10580d+=0x1);}});if(_0x2e693e['mdDHv'](_0x10580d,0x0))delete _0x1f20f9[_0x2e693e[_0x18b6b4(0x10e)]];else{const _0x45d7ff=[];Object[_0x18b6b4(0x135)](_0x202fc4)[_0x18b6b4(0x151)](_0x4aa96d=>{const _0x2f6ca4=_0x18b6b4,_0x445e70={'OBTdp':function(_0x2e5109,_0xd6de1b){const _0x674be1=a90_0x4f51;return _0x2e693e[_0x674be1(0x158)](_0x2e5109,_0xd6de1b);}},[_0x24d094,_0x73cf1,_0x18d52e,_0x4d2732]=_0x4aa96d[_0x2f6ca4(0xfc)](',\x20');let _0x4a31e5={};if(!_0x4d2732){const _0x292dc8={};_0x292dc8[_0x2f6ca4(0x142)]=_0x24d094,_0x292dc8[_0x2f6ca4(0x122)]=_0x73cf1,_0x292dc8['browser']=_0x18d52e,_0x4a31e5=_0x292dc8;}else{const _0x240efa={};_0x240efa['os']=_0x24d094,_0x240efa[_0x2f6ca4(0x122)]=_0x73cf1,_0x240efa[_0x2f6ca4(0x173)]=_0x18d52e,_0x240efa[_0x2f6ca4(0x14c)]=_0x4d2732,_0x4a31e5=_0x240efa;}const _0x2740ed={},_0x4af55a=_0x202fc4[_0x4aa96d];Object[_0x2f6ca4(0x135)](_0x4af55a)['forEach'](_0x5e40d4=>{const _0x416bca=_0x2f6ca4;_0x445e70[_0x416bca(0x170)](_0x4af55a[_0x5e40d4][_0x416bca(0xfb)],0x0)&&(_0x2740ed[_0x5e40d4]=_0x4af55a[_0x5e40d4]);}),_0x2e693e[_0x2f6ca4(0x158)](Object[_0x2f6ca4(0x135)](_0x2740ed)[_0x2f6ca4(0xfb)],0x0)&&(_0x4a31e5[_0x2e693e[_0x2f6ca4(0x101)]]=_0x2740ed,_0x45d7ff[_0x2f6ca4(0x137)](_0x4a31e5));}),_0x2e693e[_0x18b6b4(0x12c)](_0x45d7ff[_0x18b6b4(0xfb)],0x0)?_0x1f20f9[_0x18b6b4(0x13e)]=_0x45d7ff:delete _0x1f20f9[_0x2e693e[_0x18b6b4(0x10e)]];}}}}catch(_0x59a835){delete _0x1f20f9[_0x2e693e[_0x18b6b4(0x10e)]],logger['debug'](_0x2e693e[_0x18b6b4(0x104)](_0x2e693e[_0x18b6b4(0x16c)],_0x59a835));}const _0x43c254={'userName':helper[_0x18b6b4(0x119)](_0x508f81),'accessKey':helper[_0x18b6b4(0x105)](_0x508f81),'event_type':_0x2351e7,'detectedFramework':_0x3505fc,'buildHashedId':globals['getGlobal'](_0x2e693e[_0x18b6b4(0x15c)]),'optimalHubUrl':helper[_0x18b6b4(0x163)](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0x18b6b4(0x132)]['BROWSERSTACK_TESTHUB_UUID']]||'','product_map':_0x2e693e['ACyEu'](getProductMap,_0x508f81),'productMap':_0x2e693e[_0x18b6b4(0x10f)](getProductMap,_0x508f81),'language_framework':_0x508f81[_0x18b6b4(0xf8)]||_0x2e693e[_0x18b6b4(0x156)],'referrer':helper['getNodeAgent'](_0x3505fc),'frameworkVersion':helper[_0x18b6b4(0x129)](_0x3505fc),'language':_0x2e693e[_0x18b6b4(0x13c)],'product':_0x66cccf,'languageVersion':process[_0x18b6b4(0x13a)],'buildName':_0x508f81[_0x18b6b4(0x114)]||_0x2e693e[_0x18b6b4(0x16a)],'buildIdentifier':_0x47dc7f,'os':os[_0x18b6b4(0x167)]()||_0x2e693e[_0x18b6b4(0x156)],'hostname':os[_0x18b6b4(0x15b)]()||_0x2e693e[_0x18b6b4(0x156)],..._0x1f20f9}};try{_0x2e693e[_0x18b6b4(0x161)](_0x2351e7,_0x2e693e[_0x18b6b4(0x13b)])&&(_0x43c254[_0x18b6b4(0x112)][_0x18b6b4(0x174)]=helper[_0x18b6b4(0x147)](_0x508f81)),_0x2e693e[_0x18b6b4(0x168)](_0x3505fc,_0x2e693e[_0x18b6b4(0x116)])?_0x43c254[_0x18b6b4(0x112)][_0x18b6b4(0x160)]=helper['requirePWModule'][_0x18b6b4(0x140)](null,_0x2e693e[_0x18b6b4(0xf9)](getTransformPath),!![]):_0x43c254['event_properties'][_0x18b6b4(0xf7)]=helper[_0x18b6b4(0x117)](_0x2e693e['fieWB']);}catch(_0x34a53b){logger['debug']('Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20'+_0x34a53b);}const _0x259f86={};_0x259f86[_0x18b6b4(0x10c)]=_0x2e693e[_0x18b6b4(0x16e)];const _0xc0d296={'headers':_0x259f86,'body':_0x43c254,'auth':{'user':helper[_0x18b6b4(0x119)](_0x508f81),'pass':helper['getAccessKey'](_0x508f81)},'json':!![]};logger[_0x18b6b4(0x11c)](_0x18b6b4(0x169)+JSON[_0x18b6b4(0x11f)](_0xc0d296[_0x18b6b4(0x127)]));try{const _0x522e23=await helper[_0x18b6b4(0x10a)](_0x2e693e[_0x18b6b4(0x154)],constants['FUNNEL_INSTRUMENTATION_API_URL'],_0xc0d296,_0x508f81);logger[_0x18b6b4(0x11c)]('API\x20Event\x20'+_0x2351e7+_0x18b6b4(0x16f)+util[_0x18b6b4(0x123)]('%j',_0x522e23));}catch(_0x22f1a3){logger[_0x18b6b4(0x11c)](_0x18b6b4(0x144)+FUNNEL_INSTRUMENTATION_API_URL+'\x20:\x20'+util['format'](_0x22f1a3));}},exports[a90_0x2ea6c8(0x165)]=async _0x1eb246=>{const _0x118b07=a90_0x2ea6c8,_0x553318={'IyWTH':function(_0xd846f7){return _0xd846f7();},'GTatZ':function(_0x344422,_0x151708){return _0x344422>_0x151708;},'pMBRg':function(_0x4ec885,_0x46cb07){return _0x4ec885>_0x46cb07;},'Qrmvs':'finishedMetadata','mOWZj':'user_killed','BWYZA':function(_0xa3f466,_0x40add9){return _0xa3f466(_0x40add9);},'DqFdK':'SDKTestSuccessful','yHDpq':function(_0xc669d8,_0x5bda95,_0x53f2f4){return _0xc669d8(_0x5bda95,_0x53f2f4);},'SZwTA':function(_0x22f4c2,_0x4b67d3){return _0x22f4c2+_0x4b67d3;},'sZVBd':_0x118b07(0x125)};try{await _0x1eb246[_0x118b07(0x103)](),_0x553318[_0x118b07(0x146)](printNudgeLocalNotSetError);const _0x42d416={};_0x42d416[_0x118b07(0x13e)]=_0x1eb246['errorMessage']?_0x1eb246['errorMessage']:'{}';const _0x3583e7=_0x42d416,_0x166672=Object[_0x118b07(0x134)]({},_0x3583e7);if(PerformanceTester['isEnabled']()){const {measures:_0x5ce115,errors:_0x415174}=PerformanceTester[_0x118b07(0x15a)]();if(_0x5ce115&&_0x553318[_0x118b07(0x172)](_0x5ce115[_0x118b07(0xfb)],0x0)||_0x415174&&_0x553318[_0x118b07(0x157)](_0x415174[_0x118b07(0xfb)],0x0)){const _0x5c36ed={};_0x5c36ed[_0x118b07(0x15e)]=_0x5ce115,_0x5c36ed['exceptions']=_0x415174,Object[_0x118b07(0x134)](_0x166672,_0x5c36ed);}}!!_0x1eb246['killSignal']&&(_0x166672[_0x553318[_0x118b07(0x10b)]]={'reason':_0x553318[_0x118b07(0x100)],'signal':_0x1eb246[_0x118b07(0x148)]});unhandledErrors=_0x1eb246[_0x118b07(0x107)][_0x118b07(0x13d)]('\x0a');let _0x430525,_0x2f90a3,_0x96b272;_0x553318['BWYZA'](isTurboScaleSession,_0x1eb246['config'])?([_0x430525,_0x2f90a3]=await helper[_0x118b07(0x162)](_0x1eb246[_0x118b07(0x12b)]),[_0x96b272]=await Promise[_0x118b07(0xfa)]([helper[_0x118b07(0x113)](_0x430525,_0x1eb246[_0x118b07(0x12b)]),exports[_0x118b07(0x152)](_0x553318['DqFdK'],_0x166672,_0x1eb246['config'],_0x1eb246[_0x118b07(0x143)])])):([_0x430525,_0x2f90a3]=await helper[_0x118b07(0xfe)](_0x1eb246[_0x118b07(0x12b)]),[_0x96b272]=await Promise[_0x118b07(0xfa)]([helper[_0x118b07(0x150)](_0x430525,_0x1eb246[_0x118b07(0x12b)]),exports[_0x118b07(0x152)](_0x553318['DqFdK'],_0x166672,_0x1eb246[_0x118b07(0x12b)],_0x1eb246[_0x118b07(0x143)])])),_0x96b272&&await _0x553318['yHDpq'](generateCIArtifacts,_0x96b272,_0x2f90a3),await helper[_0x118b07(0x14d)](_0x1eb246[_0x118b07(0x12b)]);}catch(_0x65897e){logger[_0x118b07(0x11c)](_0x553318[_0x118b07(0x11a)](_0x553318['sZVBd'],_0x65897e));}helper[_0x118b07(0x12f)]();};
|
|
1
|
+
function a90_0x1cb2(){const _0x6a06f2=['../bin/utils/constants','WYPsR','getAccessKey','getBuildLink','assign','MiwkE','forEach','YGBDx','xsVyw','isEnabled','cVqYK','browserVersion','POST','application/json','every','reduce','sendLogs','KeJUA','ZRFOR','272765xMIoFR','Error\x20while\x20parsing\x20tests\x20errors,\x20Exception:\x20','iuixw','781774qZnJKJ','finishedMetadata','APP_AUTOMATE_PRODUCTS','BROWSERSTACK_TESTHUB_UUID','./helper','mcGVN','event_properties','error','sdkRunId','./test-observability/utils','config','stopPercy','seleniumVersion','./logger','getTurboScaleBuildLink','CchnO','nodeRequest','stringify','Error\x20in\x20firing\x20request\x20to\x20','API\x20Event\x20','Playwright','UiUPP','split','1815048eTKKZW','object','QVVFX','SDKTestSuccessful','./globals','getSessionsList','KNzKD','parse','notifyUpdate','deviceName','121050nlPVkr','_buildHashedId','104424tcsQne','format','1916NLEEdh','getOptimalHubUrl','fireFunnelTestEvent','null','oEDLt','buildIdentifier','framework','finalize','type','HUSJE','WxaEy','getPackageVersion','HthUr','qpQBX','91RJLIgu','app','nthLj','length','PXHng','nodejs','errorMessage','push','RloFV','version','1468210EMxKTi','./testhub/utils','all','AUTOMATE_PRODUCTS','debug','NVDkX','unknown','\x20response\x20-\x20','browser','tTQFS','fLwGe','LfatK','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','osVersion','Firing\x20SDK\x20event\x20for\x20funnel\x20data:\x20','isBrowserstackInfra','globalException','measures','\x20:\x20','./ats/helper','getUserName','tests','FUNNEL_INSTRUMENTATION_API_URL','codeceptjs','./performance-tester','DWPbi','APP_AUTOMATE','requirePWModule','905oILfWN','AUBjR','getNodeAgent','fUqSm','values','ENV_VAR','72MaArNq','winstonLogger','eIMxr'];a90_0x1cb2=function(){return _0x6a06f2;};return a90_0x1cb2();}const a90_0xed1e11=a90_0x162a;(function(_0x43a324,_0x21cc8e){const _0x37ef12=a90_0x162a,_0x5803cd=_0x43a324();while(!![]){try{const _0x21cf5e=-parseInt(_0x37ef12(0xc7))/0x1+-parseInt(_0x37ef12(0xca))/0x2+-parseInt(_0x37ef12(0xeb))/0x3+-parseInt(_0x37ef12(0xef))/0x4*(parseInt(_0x37ef12(0x123))/0x5)+-parseInt(_0x37ef12(0xed))/0x6*(parseInt(_0x37ef12(0xfd))/0x7)+parseInt(_0x37ef12(0xe1))/0x8+-parseInt(_0x37ef12(0x129))/0x9*(-parseInt(_0x37ef12(0x107))/0xa);if(_0x21cf5e===_0x21cc8e)break;else _0x5803cd['push'](_0x5803cd['shift']());}catch(_0x12ca67){_0x5803cd['push'](_0x5803cd['shift']());}}}(a90_0x1cb2,0x5ddf0));const os=require('os'),util=require('util'),{getProductMap}=require(a90_0xed1e11(0x108)),logger=require(a90_0xed1e11(0xd7))[a90_0xed1e11(0x12a)],constants=require(a90_0xed1e11(0x12c)),testHubConstants=require('../helpers/testhub/constants'),{getTransformPath}=require('../bin/playwright/reporter/pwUtils'),{FUNNEL_INSTRUMENTATION_API_URL}=require(a90_0xed1e11(0x12c)),{generateCIArtifacts,printNudgeLocalNotSetError}=require(a90_0xed1e11(0xce)),PerformanceTester=require(a90_0xed1e11(0x11f)),globals=require(a90_0xed1e11(0xe5)),{isTurboScaleSession}=require(a90_0xed1e11(0x11a)),helper=require(a90_0xed1e11(0xce)),{isTestObservabilitySession}=require(a90_0xed1e11(0xd3));function a90_0x162a(_0x408ae6,_0x367126){const _0x1cb233=a90_0x1cb2();return a90_0x162a=function(_0x162a41,_0x4787d1){_0x162a41=_0x162a41-0xb7;let _0x47a4e6=_0x1cb233[_0x162a41];return _0x47a4e6;},a90_0x162a(_0x408ae6,_0x367126);}let unhandledErrors='';exports['fireFunnelTestEvent']=async(_0x597f76,_0x49b693={},_0x4c0347,_0x389331)=>{const _0xb84e1d=a90_0xed1e11,_0xdcfc37={'WYPsR':function(_0x353627,_0x1004a6){return _0x353627===_0x1004a6;},'cVqYK':_0xb84e1d(0xe2),'UiUPP':function(_0x1a3bde,_0x479dc8){return _0x1a3bde>_0x479dc8;},'LfatK':_0xb84e1d(0x11c),'HthUr':function(_0x3c5121){return _0x3c5121();},'NVDkX':function(_0x4b9486,_0x1accdf){return _0x4b9486==_0x1accdf;},'WxaEy':_0xb84e1d(0xf2),'RloFV':function(_0x4f7b42,_0x23ee35){return _0x4f7b42===_0x23ee35;},'ZRFOR':'undefined','nthLj':_0xb84e1d(0x11e),'tTQFS':function(_0x370d4b,_0x58526d){return _0x370d4b!==_0x58526d;},'eIMxr':_0xb84e1d(0xde),'iuixw':'error','MiwkE':function(_0x51e49f,_0x3ecca1){return _0x51e49f+_0x3ecca1;},'mcGVN':_0xb84e1d(0xc8),'edfpI':_0xb84e1d(0xec),'fLwGe':function(_0x5ca5cd,_0x1fc4b4){return _0x5ca5cd(_0x1fc4b4);},'JubzC':function(_0x4a128e,_0x22d25d){return _0x4a128e(_0x22d25d);},'oEDLt':_0xb84e1d(0x10d),'KNzKD':_0xb84e1d(0x102),'PXHng':_0xb84e1d(0xe4),'fUqSm':function(_0x49d525,_0x5b1fc8){return _0x49d525===_0x5b1fc8;},'XhyRf':'selenium-webdriver','TFBKe':_0xb84e1d(0xc1),'byqlr':_0xb84e1d(0xc0)};let _0x3d6bac=[];if(helper['isBrowserstackInfra']()&&_0xdcfc37[_0xb84e1d(0xfb)](isTestObservabilitySession))_0x3d6bac=_0x4c0347['app']?constants[_0xb84e1d(0xcc)]:constants[_0xb84e1d(0x10a)];else{if(_0xdcfc37[_0xb84e1d(0xfb)](isTestObservabilitySession))_0x3d6bac=constants[_0xb84e1d(0x113)];else helper[_0xb84e1d(0x116)]()&&(_0x3d6bac=_0x4c0347[_0xb84e1d(0xfe)]?constants[_0xb84e1d(0x121)]:constants['AUTOMATE']);}let _0x144135=_0x4c0347[_0xb84e1d(0xf4)];if(_0xdcfc37[_0xb84e1d(0x10c)](_0x144135,null))_0x144135=_0xdcfc37[_0xb84e1d(0xf9)];else _0xdcfc37[_0xb84e1d(0x105)](_0x144135,undefined)&&(_0x144135=_0xdcfc37[_0xb84e1d(0xc6)]);unhandledErrors&&_0xdcfc37['UiUPP'](unhandledErrors[_0xb84e1d(0x100)],0x0)&&(_0x49b693[_0xb84e1d(0x117)]=unhandledErrors);global[_0xb84e1d(0xd2)]&&(_0x49b693[_0xb84e1d(0xd2)]=global['sdkRunId']);try{if(_0x49b693[_0xb84e1d(0xd1)]){if(_0xdcfc37[_0xb84e1d(0x12d)](_0x389331,_0xdcfc37[_0xb84e1d(0xff)])&&_0xdcfc37[_0xb84e1d(0xdf)](_0x49b693[_0xb84e1d(0xd1)]['length'],0x0)){const _0x2bea70={};_0x2bea70['os']='',_0x2bea70[_0xb84e1d(0x114)]='',_0x2bea70['browser']='',_0x2bea70[_0xb84e1d(0xbf)]='';const _0x39526f=_0x2bea70;let _0x1f14ee={};const _0x1bcc80=_0x49b693[_0xb84e1d(0xd1)];_0x1f14ee=_0x1bcc80[_0xb84e1d(0xc3)]((_0x303313,_0x1b856d)=>{for(const _0x160982 in _0x1b856d){_0x303313[_0x160982]=_0x1b856d[_0x160982];}return _0x303313;},{});const _0x1dc559={};_0x1dc559['tests']=_0x1f14ee,_0x49b693[_0xb84e1d(0xd1)]=[Object[_0xb84e1d(0xb8)]({},_0x39526f,_0x1dc559)];}else{let _0x2f25de=0x0;const _0x66c5ef=_0xdcfc37[_0xb84e1d(0x110)](_0x389331,_0xdcfc37[_0xb84e1d(0x12b)])?JSON[_0xb84e1d(0xe8)](_0x49b693[_0xb84e1d(0xd1)]):_0x49b693[_0xb84e1d(0xd1)],_0x3eb4b0=Object[_0xb84e1d(0x127)](_0x66c5ef);_0x3eb4b0[_0xb84e1d(0xba)](_0x2fc665=>{const _0x1e3287=_0xb84e1d;if(_0xdcfc37[_0x1e3287(0x12d)](typeof _0x2fc665,_0xdcfc37[_0x1e3287(0xbe)])){const _0x4a38de=Object['values'](_0x2fc665);!_0x4a38de[_0x1e3287(0xc2)](_0x41ecdd=>_0x41ecdd===null||_0x41ecdd===undefined||_0x41ecdd==='')&&(_0x2f25de+=0x1);}});if(_0xdcfc37['RloFV'](_0x2f25de,0x0))delete _0x49b693[_0xdcfc37[_0xb84e1d(0xc9)]];else{const _0xde0f13=[];Object['keys'](_0x66c5ef)[_0xb84e1d(0xba)](_0x3a6abd=>{const _0x3471f2=_0xb84e1d,[_0x1615d9,_0x1ae6d2,_0x3a6748,_0x22242b]=_0x3a6abd[_0x3471f2(0xe0)](',\x20');let _0x48a7d2={};if(!_0x22242b){const _0x2410e3={};_0x2410e3[_0x3471f2(0xea)]=_0x1615d9,_0x2410e3[_0x3471f2(0x114)]=_0x1ae6d2,_0x2410e3[_0x3471f2(0x10f)]=_0x3a6748,_0x48a7d2=_0x2410e3;}else{const _0x579a9e={};_0x579a9e['os']=_0x1615d9,_0x579a9e[_0x3471f2(0x114)]=_0x1ae6d2,_0x579a9e[_0x3471f2(0x10f)]=_0x3a6748,_0x579a9e['browserVersion']=_0x22242b,_0x48a7d2=_0x579a9e;}const _0x5f23c0={},_0x2d910e=_0x66c5ef[_0x3a6abd];Object['keys'](_0x2d910e)[_0x3471f2(0xba)](_0x20c7ce=>{const _0x43a2de=_0x3471f2;_0xdcfc37[_0x43a2de(0xdf)](_0x2d910e[_0x20c7ce][_0x43a2de(0x100)],0x0)&&(_0x5f23c0[_0x20c7ce]=_0x2d910e[_0x20c7ce]);}),_0xdcfc37[_0x3471f2(0xdf)](Object['keys'](_0x5f23c0)[_0x3471f2(0x100)],0x0)&&(_0x48a7d2[_0xdcfc37[_0x3471f2(0x112)]]=_0x5f23c0,_0xde0f13[_0x3471f2(0x104)](_0x48a7d2));}),_0xdcfc37[_0xb84e1d(0xdf)](_0xde0f13[_0xb84e1d(0x100)],0x0)?_0x49b693[_0xb84e1d(0xd1)]=_0xde0f13:delete _0x49b693[_0xdcfc37[_0xb84e1d(0xc9)]];}}}}catch(_0x190e8c){delete _0x49b693[_0xdcfc37[_0xb84e1d(0xc9)]],logger[_0xb84e1d(0x10b)](_0xdcfc37[_0xb84e1d(0xb9)](_0xdcfc37[_0xb84e1d(0xcf)],_0x190e8c));}const _0x4737f7={'userName':helper['getUserName'](_0x4c0347),'accessKey':helper[_0xb84e1d(0x12e)](_0x4c0347),'event_type':_0x597f76,'detectedFramework':_0x389331,'buildHashedId':globals['getGlobal'](_0xdcfc37['edfpI']),'optimalHubUrl':helper[_0xb84e1d(0xf0)](),'event_properties':{'testhub_uuid':process['env'][testHubConstants[_0xb84e1d(0x128)][_0xb84e1d(0xcd)]]||'','product_map':_0xdcfc37[_0xb84e1d(0x111)](getProductMap,_0x4c0347),'productMap':_0xdcfc37['JubzC'](getProductMap,_0x4c0347),'language_framework':_0x4c0347['source']||_0xdcfc37[_0xb84e1d(0xf3)],'referrer':helper[_0xb84e1d(0x125)](_0x389331),'frameworkVersion':helper['getFrameworkVersion'](_0x389331),'language':_0xdcfc37[_0xb84e1d(0xe7)],'product':_0x3d6bac,'languageVersion':process[_0xb84e1d(0x106)],'buildName':_0x4c0347['buildName']||_0xdcfc37[_0xb84e1d(0xc6)],'buildIdentifier':_0x144135,'os':os[_0xb84e1d(0xf7)]()||_0xdcfc37[_0xb84e1d(0xf3)],'hostname':os['hostname']()||_0xdcfc37[_0xb84e1d(0xf3)],..._0x49b693}};try{_0xdcfc37['WYPsR'](_0x597f76,_0xdcfc37[_0xb84e1d(0x101)])&&(_0x4737f7[_0xb84e1d(0xd0)]['browserStackConfig']=helper['sanitizeBrowserStackConfig'](_0x4c0347)),_0xdcfc37[_0xb84e1d(0x126)](_0x389331,_0xdcfc37[_0xb84e1d(0x12b)])?_0x4737f7['event_properties']['playwrightVersion']=helper[_0xb84e1d(0x122)]['apply'](null,_0xdcfc37[_0xb84e1d(0xfb)](getTransformPath),!![]):_0x4737f7[_0xb84e1d(0xd0)][_0xb84e1d(0xd6)]=helper[_0xb84e1d(0xfa)](_0xdcfc37['XhyRf']);}catch(_0x3fabd7){logger['debug']('Error\x20in\x20getting\x20framework\x20version\x20to\x20:\x20'+_0x3fabd7);}const _0x5163e8={};_0x5163e8['content-type']=_0xdcfc37['TFBKe'];const _0xe067f4={'headers':_0x5163e8,'body':_0x4737f7,'auth':{'user':helper[_0xb84e1d(0x11b)](_0x4c0347),'pass':helper[_0xb84e1d(0x12e)](_0x4c0347)},'json':!![]};logger[_0xb84e1d(0x10b)](_0xb84e1d(0x115)+JSON[_0xb84e1d(0xdb)](_0xe067f4['body']));try{const _0x2cc44d=await helper[_0xb84e1d(0xda)](_0xdcfc37['byqlr'],constants[_0xb84e1d(0x11d)],_0xe067f4,_0x4c0347);logger[_0xb84e1d(0x10b)](_0xb84e1d(0xdd)+_0x597f76+_0xb84e1d(0x10e)+util['format']('%j',_0x2cc44d));}catch(_0x32cd66){logger[_0xb84e1d(0x10b)](_0xb84e1d(0xdc)+FUNNEL_INSTRUMENTATION_API_URL+_0xb84e1d(0x119)+util[_0xb84e1d(0xee)](_0x32cd66));}},exports['finalExecution']=async _0x4f430a=>{const _0x1d7a9c=a90_0xed1e11,_0xa83381={'qpQBX':function(_0x2d34d1){return _0x2d34d1();},'AUBjR':function(_0xb6e848,_0x46ec2a){return _0xb6e848>_0x46ec2a;},'HUSJE':function(_0x320efd,_0x581cc5){return _0x320efd>_0x581cc5;},'CchnO':_0x1d7a9c(0xcb),'EcZXM':'user_killed','QVVFX':function(_0x3668b9,_0x2c0ab6){return _0x3668b9(_0x2c0ab6);},'KeJUA':_0x1d7a9c(0xe4),'xsVyw':function(_0x313a20,_0xf093eb,_0x3ab1b0){return _0x313a20(_0xf093eb,_0x3ab1b0);},'DWPbi':function(_0x39881f,_0x34fae3){return _0x39881f+_0x34fae3;},'YGBDx':'Something\x20went\x20wrong\x20in\x20Final\x20Execution\x20step\x20:\x20'};try{await _0x4f430a[_0x1d7a9c(0xd5)](),_0xa83381[_0x1d7a9c(0xfc)](printNudgeLocalNotSetError);const _0x4d5107={};_0x4d5107['error']=_0x4f430a[_0x1d7a9c(0x103)]?_0x4f430a[_0x1d7a9c(0x103)]:'{}';const _0x1dffb8=_0x4d5107,_0x592979=Object[_0x1d7a9c(0xb8)]({},_0x1dffb8);if(PerformanceTester[_0x1d7a9c(0xbd)]()){const {measures:_0x1cf824,errors:_0x4537fe}=PerformanceTester[_0x1d7a9c(0xf6)]();if(_0x1cf824&&_0xa83381[_0x1d7a9c(0x124)](_0x1cf824['length'],0x0)||_0x4537fe&&_0xa83381[_0x1d7a9c(0xf8)](_0x4537fe[_0x1d7a9c(0x100)],0x0)){const _0xaf8d31={};_0xaf8d31[_0x1d7a9c(0x118)]=_0x1cf824,_0xaf8d31['exceptions']=_0x4537fe,Object['assign'](_0x592979,_0xaf8d31);}}!!_0x4f430a['killSignal']&&(_0x592979[_0xa83381[_0x1d7a9c(0xd9)]]={'reason':_0xa83381['EcZXM'],'signal':_0x4f430a['killSignal']});unhandledErrors=_0x4f430a['unhandledErrors']['join']('\x0a');let _0x32c1dc,_0x2d270a,_0x13cae4;_0xa83381[_0x1d7a9c(0xe3)](isTurboScaleSession,_0x4f430a[_0x1d7a9c(0xd4)])?([_0x32c1dc,_0x2d270a]=await helper[_0x1d7a9c(0xd8)](_0x4f430a['config']),[_0x13cae4]=await Promise[_0x1d7a9c(0x109)]([helper['getTurboScaleSessionsList'](_0x32c1dc,_0x4f430a[_0x1d7a9c(0xd4)]),exports[_0x1d7a9c(0xf1)](_0xa83381[_0x1d7a9c(0xc5)],_0x592979,_0x4f430a[_0x1d7a9c(0xd4)],_0x4f430a['framework'])])):([_0x32c1dc,_0x2d270a]=await helper[_0x1d7a9c(0xb7)](_0x4f430a[_0x1d7a9c(0xd4)]),[_0x13cae4]=await Promise[_0x1d7a9c(0x109)]([helper[_0x1d7a9c(0xe6)](_0x32c1dc,_0x4f430a[_0x1d7a9c(0xd4)]),exports[_0x1d7a9c(0xf1)](_0xa83381[_0x1d7a9c(0xc5)],_0x592979,_0x4f430a[_0x1d7a9c(0xd4)],_0x4f430a[_0x1d7a9c(0xf5)])])),_0x13cae4&&await _0xa83381[_0x1d7a9c(0xbc)](generateCIArtifacts,_0x13cae4,_0x2d270a),await helper[_0x1d7a9c(0xc4)](_0x4f430a['config']);}catch(_0x275aa6){logger[_0x1d7a9c(0x10b)](_0xa83381[_0x1d7a9c(0x120)](_0xa83381[_0x1d7a9c(0xbb)],_0x275aa6));}helper[_0x1d7a9c(0xe9)]();};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a91_0x2d46(){var _0x167887=['WmhxI','avwOK','GDTTf','1359522tpvmyA','geoLocation','video','wUGsk','sessionName','browserstack.debug','testhubBuildUuid','Csljd','overridelocalInfo.localIdentifier','487tvSBQy','appiumVersion','browserstack.local','pnFLr','aZfMh','autoWait','qMbII','telemetryLogs','device','WrvOg','browserstack.networkLogsOptions','resolution','UjQoR','7716kSkAgJ','ALdaZ','browserVersion','browserstack.video','accessibilityOptions.authToken','local','uUxuq','buildName','mHZJe','browserstack.overridelocalInfo.localIdentifier','W3CMapping','720490TlcNjV','6PLsmvv','jMmvb','CnUjF','522288fILzWh','495509RiWhMC','debug','nNuyv','XnOUs','project','qDFZY','browserstack.buildIdentifier','browserstack.networkProfile','browserstack.user','accessKey','lZtPE','browserstack.console','BxqeT','CXPof','kLGpJ','87fpzOaO','accessibilityOptions.includeIssueType.needsReview','maskBasicAuth','LVHcA','jiwIy','playwrightVersion','uegOq','enableSim','wsLocalSupport','browserstack.accessibility','browserstack.maskCommands','browserstack.idleTimeout','pUYSc','useW3c','simOptions','browserstack.accessibilityOptions.scannerVersion','VPbel','xXfbK','cFNAe','buildIdentifier','CyWYR','browserstack.accessibilityOptions.wcagVersion','cbxWX','zOtyn','browserstack.wsLocalSupport','pNaQe','browserstack.buildProductMap','pfADD','browserstack.customNetwork','browserstack.appium_version','iiWyi','browserstack.use_w3c','browserstack.accessibilityOptions.scannerProcessingTimeout','zDUek','BKOSv','seleniumVersion','WYyeD','YBcDr','accessibilityOptions.scannerVersion','deviceOrientation','osVersion','networkLogsOptions','networkProfile','tRxFh','build','accessibilityOptions.includeIssueType.bestPractice','consoleLogs','brGVj','euwiK','VtYup','browserstack.networkLogs','browserstack.playwrightVersion','realMobile','browserstackSDK','yokGY','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.bfcache','browser','FSEiC','MWmeg','xwNvf','wNCvm','2451620ZTUkuU','maskCommands','334tgxzDL','browserstack.overridelocalInfo.userAuthToken','browserstack.enableSim','uYdwf','idleTimeout','bfcache','browserstack.appiumLogs','accessibility','iaVwT','browserstack.testhubBuildUuid','cstzS','browserstack.browserstackSDK'];a91_0x2d46=function(){return _0x167887;};return a91_0x2d46();}var a91_0x15b1f8=a91_0x843e;function a91_0x843e(_0xb0a062,_0x2ae85e){var _0x2d466d=a91_0x2d46();return a91_0x843e=function(_0x843ecc,_0x215dee){_0x843ecc=_0x843ecc-0x8d;var _0xeb8a84=_0x2d466d[_0x843ecc];return _0xeb8a84;},a91_0x843e(_0xb0a062,_0x2ae85e);}(function(_0x305733,_0x482209){var _0x231a14=a91_0x843e,_0x88d082=_0x305733();while(!![]){try{var _0x8d677b=-parseInt(_0x231a14(0xc4))/0x1*(parseInt(_0x231a14(0xac))/0x2)+-parseInt(_0x231a14(0xf0))/0x3*(parseInt(_0x231a14(0xd1))/0x4)+-parseInt(_0x231a14(0xdc))/0x5*(-parseInt(_0x231a14(0xdd))/0x6)+parseInt(_0x231a14(0xe1))/0x7+-parseInt(_0x231a14(0xe0))/0x8+-parseInt(_0x231a14(0xbb))/0x9+parseInt(_0x231a14(0xaa))/0xa;if(_0x8d677b===_0x482209)break;else _0x88d082['push'](_0x88d082['shift']());}catch(_0x201c8f){_0x88d082['push'](_0x88d082['shift']());}}}(a91_0x2d46,0x19fc1),exports[a91_0x15b1f8(0xdb)]=()=>{var _0x14b762=a91_0x15b1f8,_0x2dd6fc={};_0x2dd6fc[_0x14b762(0xca)]='userName',_0x2dd6fc[_0x14b762(0xd7)]=_0x14b762(0xea),_0x2dd6fc['pNaQe']=_0x14b762(0x94),_0x2dd6fc['zOtyn']=_0x14b762(0xa5),_0x2dd6fc[_0x14b762(0x9d)]=_0x14b762(0xd3),_0x2dd6fc[_0x14b762(0xa2)]=_0x14b762(0xfd),_0x2dd6fc[_0x14b762(0x104)]='projectName',_0x2dd6fc[_0x14b762(0x90)]=_0x14b762(0xd8),_0x2dd6fc['cstzS']=_0x14b762(0xbf),_0x2dd6fc[_0x14b762(0xb9)]=_0x14b762(0xd6),_0x2dd6fc[_0x14b762(0xdf)]='localIdentifier',_0x2dd6fc['WgOZq']=_0x14b762(0xe2),_0x2dd6fc[_0x14b762(0xef)]=_0x14b762(0x9a),_0x2dd6fc[_0x14b762(0xe6)]='networkLogs',_0x2dd6fc[_0x14b762(0xc2)]=_0x14b762(0x95),_0x2dd6fc[_0x14b762(0x9c)]='appiumLogs',_0x2dd6fc[_0x14b762(0xf3)]=_0x14b762(0xbd),_0x2dd6fc[_0x14b762(0x91)]='seleniumLogs',_0x2dd6fc[_0x14b762(0xb4)]=_0x14b762(0xcb),_0x2dd6fc[_0x14b762(0xf6)]=_0x14b762(0xbc),_0x2dd6fc[_0x14b762(0xc7)]='timezone',_0x2dd6fc[_0x14b762(0xa7)]=_0x14b762(0xcf),_0x2dd6fc[_0x14b762(0xb8)]=_0x14b762(0x8f),_0x2dd6fc[_0x14b762(0xa9)]=_0x14b762(0xab),_0x2dd6fc['PULkU']=_0x14b762(0xb0),_0x2dd6fc[_0x14b762(0xbe)]=_0x14b762(0xf2),_0x2dd6fc[_0x14b762(0xcd)]=_0x14b762(0xc9),_0x2dd6fc[_0x14b762(0xba)]='hosts',_0x2dd6fc[_0x14b762(0xd9)]=_0x14b762(0xb1),_0x2dd6fc['xXfbK']=_0x14b762(0xf8),_0x2dd6fc[_0x14b762(0xe4)]='disableCorsRestrictions',_0x2dd6fc[_0x14b762(0xd0)]='deviceName',_0x2dd6fc[_0x14b762(0x8e)]=_0x14b762(0xa0),_0x2dd6fc['nNuyv']=_0x14b762(0xc5),_0x2dd6fc[_0x14b762(0xaf)]='deviceOrientation',_0x2dd6fc[_0x14b762(0xee)]='customNetwork',_0x2dd6fc[_0x14b762(0x102)]=_0x14b762(0x96),_0x2dd6fc[_0x14b762(0xeb)]=_0x14b762(0x103),_0x2dd6fc[_0x14b762(0xc8)]=_0x14b762(0xa1),_0x2dd6fc['jMmvb']=_0x14b762(0xb3),_0x2dd6fc['wrBue']='buildProductMap',_0x2dd6fc[_0x14b762(0x97)]=_0x14b762(0xc1),_0x2dd6fc[_0x14b762(0xed)]='accessibilityOptions.wcagVersion',_0x2dd6fc['pUYSc']=_0x14b762(0x92),_0x2dd6fc[_0x14b762(0x106)]='accessibilityOptions.scannerProcessingTimeout',_0x2dd6fc[_0x14b762(0x10e)]=_0x14b762(0x99),_0x2dd6fc['VPbel']=_0x14b762(0xf1),_0x2dd6fc['jiwIy']=_0x14b762(0xd5),_0x2dd6fc[_0x14b762(0x9b)]='uploadMedia',_0x2dd6fc[_0x14b762(0xa8)]=_0x14b762(0xf7),_0x2dd6fc[_0x14b762(0xa6)]=_0x14b762(0xfe),_0x2dd6fc[_0x14b762(0x8d)]=_0x14b762(0xf5),_0x2dd6fc['ALdaZ']='overridelocalInfo.userAuthToken',_0x2dd6fc[_0x14b762(0x10b)]=_0x14b762(0xc3);var _0x24c067=_0x2dd6fc,_0x2f8edb={};return _0x2f8edb[_0x14b762(0xe9)]=_0x24c067['qMbII'],_0x2f8edb['browserstack.key']=_0x24c067[_0x14b762(0xd7)],_0x2f8edb['os']='os',_0x2f8edb['os_version']=_0x24c067[_0x14b762(0x109)],_0x2f8edb['browser']=_0x24c067[_0x14b762(0x107)],_0x2f8edb['browser_version']=_0x24c067['VtYup'],_0x2f8edb[_0x14b762(0x10f)]=_0x24c067[_0x14b762(0xa2)],_0x2f8edb[_0x14b762(0xe5)]=_0x24c067['CyWYR'],_0x2f8edb[_0x14b762(0x98)]=_0x24c067[_0x14b762(0x90)],_0x2f8edb['name']=_0x24c067[_0x14b762(0xb6)],_0x2f8edb[_0x14b762(0xc6)]=_0x24c067[_0x14b762(0xb9)],_0x2f8edb['browserstack.localIdentifier']=_0x24c067[_0x14b762(0xdf)],_0x2f8edb[_0x14b762(0xc0)]=_0x24c067['WgOZq'],_0x2f8edb[_0x14b762(0xec)]=_0x24c067[_0x14b762(0xef)],_0x2f8edb[_0x14b762(0x9e)]=_0x24c067['qDFZY'],_0x2f8edb[_0x14b762(0xce)]=_0x24c067[_0x14b762(0xc2)],_0x2f8edb[_0x14b762(0xb2)]=_0x24c067[_0x14b762(0x9c)],_0x2f8edb[_0x14b762(0xd4)]=_0x24c067['LVHcA'],_0x2f8edb['browserstack.seleniumLogs']=_0x24c067['YBcDr'],_0x2f8edb['browserstack.telemetryLogs']=_0x24c067[_0x14b762(0xb4)],_0x2f8edb['browserstack.geoLocation']=_0x24c067[_0x14b762(0xf6)],_0x2f8edb['browserstack.timezone']=_0x24c067[_0x14b762(0xc7)],_0x2f8edb[_0x14b762(0xcf)]=_0x24c067['MWmeg'],_0x2f8edb['browserstack.selenium_version']=_0x24c067['WmhxI'],_0x2f8edb[_0x14b762(0xfa)]=_0x24c067[_0x14b762(0xa9)],_0x2f8edb[_0x14b762(0xfb)]=_0x24c067['PULkU'],_0x2f8edb['browserstack.maskBasicAuth']=_0x24c067[_0x14b762(0xbe)],_0x2f8edb['browserstack.autoWait']=_0x24c067['WrvOg'],_0x2f8edb['browserstack.hosts']=_0x24c067['GDTTf'],_0x2f8edb[_0x14b762(0xa4)]=_0x24c067['mHZJe'],_0x2f8edb[_0x14b762(0x108)]=_0x24c067[_0x14b762(0x101)],_0x2f8edb['browserstack.disableCorsRestrictions']=_0x24c067[_0x14b762(0xe4)],_0x2f8edb[_0x14b762(0xcc)]=_0x24c067['UjQoR'],_0x2f8edb['realMobile']=_0x24c067['BKOSv'],_0x2f8edb[_0x14b762(0x10d)]=_0x24c067[_0x14b762(0xe3)],_0x2f8edb[_0x14b762(0x93)]=_0x24c067[_0x14b762(0xaf)],_0x2f8edb[_0x14b762(0x10c)]=_0x24c067[_0x14b762(0xee)],_0x2f8edb[_0x14b762(0xe8)]=_0x24c067[_0x14b762(0x102)],_0x2f8edb[_0x14b762(0xe7)]=_0x24c067['lZtPE'],_0x2f8edb[_0x14b762(0xb7)]=_0x24c067['aZfMh'],_0x2f8edb[_0x14b762(0xf9)]=_0x24c067[_0x14b762(0xde)],_0x2f8edb[_0x14b762(0x10a)]=_0x24c067['wrBue'],_0x2f8edb[_0x14b762(0xb5)]=_0x24c067[_0x14b762(0x97)],_0x2f8edb[_0x14b762(0x105)]=_0x24c067[_0x14b762(0xed)],_0x2f8edb[_0x14b762(0xff)]=_0x24c067[_0x14b762(0xfc)],_0x2f8edb[_0x14b762(0x110)]=_0x24c067['cbxWX'],_0x2f8edb['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x24c067[_0x14b762(0x10e)],_0x2f8edb[_0x14b762(0xa3)]=_0x24c067[_0x14b762(0x100)],_0x2f8edb['browserstack.accessibilityOptions.authToken']=_0x24c067[_0x14b762(0xf4)],_0x2f8edb['browserstack.uploadMedia']=_0x24c067[_0x14b762(0x9b)],_0x2f8edb[_0x14b762(0xae)]=_0x24c067[_0x14b762(0xa8)],_0x2f8edb['browserstack.simOptions']=_0x24c067[_0x14b762(0xa6)],_0x2f8edb[_0x14b762(0x9f)]=_0x24c067[_0x14b762(0x8d)],_0x2f8edb[_0x14b762(0xad)]=_0x24c067[_0x14b762(0xd2)],_0x2f8edb[_0x14b762(0xda)]=_0x24c067['pfADD'],_0x2f8edb;});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a92_0x39cd92=a92_0x5881;function a92_0x36d3(){const _0x3182a6=['data','AzkgZ','url','cuBPL','RIdhJ','1515290rQKudm','aGpuR','KuXug','debug','format','CNnPJ','catch','BKKpq','allocateHub','winstonLogger','pathname','CRjKd','hash','path','11208318MnYstD','uiYjj','check','lWIJp','48RKLlMJ','then','1964934qQOGAe','BRVZP','WRZdd','GET','parse','hubs','updateHubUrl','length','fromEntries','gDfJU','Response:\x20','search','\x20HUB\x20-\x20','./bin/utils/constants','peTHe','util','nextHubs','Rpflv','./helpers/logger','newHubUrl','map','ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20','\x20is:\x20','QTHlo','./helpers/helper','677802FVrPcG','9qyFRFE','latency','next_hubs','all','UpvVu','pHeXO','2413040xvcFxh','keys','getRequestOptions','9963585ivJoow','821648TZHiwC','sort','findLatency','RstoV','hostname','hubUrl','nodeRequest','entries'];a92_0x36d3=function(){return _0x3182a6;};return a92_0x36d3();}function a92_0x5881(_0x2b10a9,_0x5405c0){const _0x36d3c7=a92_0x36d3();return a92_0x5881=function(_0x588164,_0x1d5f5f){_0x588164=_0x588164-0xc1;let _0x1352e2=_0x36d3c7[_0x588164];return _0x1352e2;},a92_0x5881(_0x2b10a9,_0x5405c0);}(function(_0x5b58a1,_0x394f21){const _0x3ad38a=a92_0x5881,_0x405647=_0x5b58a1();while(!![]){try{const _0x4caa8c=parseInt(_0x3ad38a(0xdc))/0x1+parseInt(_0x3ad38a(0xc3))/0x2+parseInt(_0x3ad38a(0xdd))/0x3*(-parseInt(_0x3ad38a(0xe7))/0x4)+parseInt(_0x3ad38a(0xe3))/0x5+parseInt(_0x3ad38a(0x102))/0x6+parseInt(_0x3ad38a(0xf4))/0x7*(-parseInt(_0x3ad38a(0xc1))/0x8)+-parseInt(_0x3ad38a(0xe6))/0x9;if(_0x4caa8c===_0x394f21)break;else _0x405647['push'](_0x405647['shift']());}catch(_0x304a02){_0x405647['push'](_0x405647['shift']());}}}(a92_0x36d3,0xf1689));const url=require(a92_0x39cd92(0xf1)),util=require(a92_0x39cd92(0xd2)),helper=require(a92_0x39cd92(0xdb)),logger=require(a92_0x39cd92(0xd5))[a92_0x39cd92(0xfd)],constants=require(a92_0x39cd92(0xd0));global['newHubUrl']='',exports[a92_0x39cd92(0xe5)]=_0x56dcec=>{const _0x2fbb62=a92_0x39cd92,_0xefd78={};_0xefd78['AzkgZ']=function(_0x54924e,_0x1c0523){return _0x54924e+_0x1c0523;},_0xefd78[_0x2fbb62(0xfb)]='Invalid\x20new\x20HUB\x20URL:\x20';const _0x449488=_0xefd78,_0x56fb50=url[_0x2fbb62(0xc7)](_0x56dcec);if(!_0x56fb50[_0x2fbb62(0xeb)])throw new Error(_0x449488[_0x2fbb62(0xf0)](_0x449488[_0x2fbb62(0xfb)],_0x56dcec));return _0x56fb50[_0x2fbb62(0xce)]=null,_0x56fb50[_0x2fbb62(0x100)]=null,_0x56fb50[_0x2fbb62(0x101)]=_0x56fb50[_0x2fbb62(0xfe)],_0x56fb50;},exports[a92_0x39cd92(0xc9)]=_0x2c87cc=>{const _0x3e186e=a92_0x39cd92;global[_0x3e186e(0xd6)]=_0x2c87cc;},exports[a92_0x39cd92(0xfc)]=_0x480c95=>{const _0x2ee3bc={'bUdMK':function(_0x2aa65d){return _0x2aa65d();},'uiYjj':function(_0x19a9ef,_0x58b689){return _0x19a9ef+_0x58b689;},'RIdhJ':'/wd/hub','KuXug':function(_0x35c88b,_0x3ed2ba){return _0x35c88b!=_0x3ed2ba;},'ViNIa':function(_0x2f7d9f,_0x457a72){return _0x2f7d9f!==_0x457a72;},'cuBPL':'https://'};return new Promise(_0x974508=>{const _0x3283b8=a92_0x5881,_0x26d85b={'lWIJp':function(_0x10cba9,_0x27c8ea){const _0x50faf9=a92_0x5881;return _0x2ee3bc[_0x50faf9(0x103)](_0x10cba9,_0x27c8ea);},'uUMRv':_0x2ee3bc[_0x3283b8(0xf3)],'CNnPJ':function(_0x2b831e){return _0x2ee3bc['bUdMK'](_0x2b831e);},'gDfJU':function(_0x4ecc43,_0x4d0bc0){const _0x2148ad=_0x3283b8;return _0x2ee3bc[_0x2148ad(0xf6)](_0x4ecc43,_0x4d0bc0);},'aGpuR':function(_0x2c0e27,_0x4dc0a5){return _0x2ee3bc['ViNIa'](_0x2c0e27,_0x4dc0a5);},'pHeXO':function(_0x41dd82,_0x4715d0){const _0x57ee62=_0x3283b8;return _0x2ee3bc[_0x57ee62(0x103)](_0x41dd82,_0x4715d0);},'peTHe':_0x2ee3bc[_0x3283b8(0xf2)]};Promise['resolve'](this['nextHubs'](_0x480c95))[_0x3283b8(0xc2)](_0x45c04d=>{const _0x114695=_0x3283b8,_0x505fd9={'CRjKd':function(_0x3d95f2,_0x474481){const _0x207ad1=a92_0x5881;return _0x26d85b[_0x207ad1(0x105)](_0x3d95f2,_0x474481);},'SzjZf':_0x26d85b['uUMRv'],'BRVZP':function(_0x30958d){const _0x5ef2ea=a92_0x5881;return _0x26d85b[_0x5ef2ea(0xf9)](_0x30958d);}};logger[_0x114695(0xf7)]('NEAREST\x20HUBS:\x20'+util[_0x114695(0xf8)]('%j',_0x45c04d));if(_0x26d85b[_0x114695(0xcc)](_0x45c04d,null)&&_0x26d85b[_0x114695(0xf5)](_0x45c04d[_0x114695(0xca)],0x0)){const _0x5beeaa=[];for(const _0x3f7d2d of _0x45c04d){_0x5beeaa['push'](this[_0x114695(0xe9)](_0x480c95,_0x26d85b[_0x114695(0xe2)](_0x26d85b[_0x114695(0xd1)],_0x3f7d2d)));}Promise[_0x114695(0xe0)](_0x5beeaa)[_0x114695(0xc2)](_0x3e72ef=>{const _0x3ce0c0=_0x114695,_0x20f7eb=Object[_0x3ce0c0(0xcb)](_0x3e72ef[_0x3ce0c0(0xd7)](_0x48610a=>[_0x48610a['hubUrl'],_0x48610a[_0x3ce0c0(0xde)]])),_0x426ab6=Object[_0x3ce0c0(0xcb)](Object[_0x3ce0c0(0xee)](_0x20f7eb)[_0x3ce0c0(0xe8)](([,_0x27c1d7],[,_0x3809dc])=>_0x27c1d7-_0x3809dc)),_0x286cd9=Object[_0x3ce0c0(0xe4)](_0x426ab6)[0x0];constants[_0x3ce0c0(0xec)]=_0x505fd9[_0x3ce0c0(0xff)](_0x286cd9,_0x505fd9['SzjZf']),logger[_0x3ce0c0(0xf7)]('HUB\x20URL\x20SET\x20TO\x20-\x20'+_0x286cd9),_0x505fd9[_0x3ce0c0(0xc4)](_0x974508);});}else _0x26d85b['CNnPJ'](_0x974508);})[_0x3283b8(0xfa)](_0x36319a=>{logger['debug']('CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20'+_0x36319a),_0x2ee3bc['bUdMK'](_0x974508);});});},exports['findLatency']=async(_0x562663,_0x5525e0)=>{const _0xff29d0=a92_0x39cd92,_0x40d9b7={};_0x40d9b7[_0xff29d0(0xe1)]='GET',_0x40d9b7[_0xff29d0(0xc5)]=_0xff29d0(0x104),_0x40d9b7['etkaT']=function(_0x433380,_0x1b4042){return _0x433380-_0x1b4042;};const _0x42ee74=_0x40d9b7;try{const _0x28d280=new Date();await helper[_0xff29d0(0xed)](_0x42ee74[_0xff29d0(0xe1)],_0x42ee74[_0xff29d0(0xc5)],{},_0x562663,_0x5525e0,0x1388);const _0x3daa2d=_0x42ee74['etkaT'](new Date(),_0x28d280);logger[_0xff29d0(0xf7)]('Execution\x20time\x20for\x20'+_0x5525e0+_0xff29d0(0xd9)+_0x3daa2d+'ms');const _0x186b0a={};return _0x186b0a[_0xff29d0(0xec)]=_0x5525e0,_0x186b0a['latency']=_0x3daa2d,_0x186b0a;}catch(_0x52b8fb){return logger[_0xff29d0(0xf7)](_0xff29d0(0xd8)+_0x5525e0+_0xff29d0(0xcf)+_0x52b8fb),{};}},exports[a92_0x39cd92(0xd3)]=async _0x5b7d83=>{const _0x307eee=a92_0x39cd92,_0x5911b1={};_0x5911b1['Rpflv']=_0x307eee(0xc6),_0x5911b1[_0x307eee(0xea)]=_0x307eee(0xdf),_0x5911b1[_0x307eee(0xda)]='https://hub.browserstack.com';const _0x106d3b=_0x5911b1;try{const _0xd18adc=await helper['nodeRequest'](_0x106d3b[_0x307eee(0xd4)],_0x106d3b[_0x307eee(0xea)],{},_0x5b7d83,_0x106d3b['QTHlo'],0x1388),_0x4acff2=_0xd18adc[_0x307eee(0xef)];return logger[_0x307eee(0xf7)](_0x307eee(0xcd)+util[_0x307eee(0xf8)]('%j',_0x4acff2)),_0x4acff2[_0x307eee(0xc8)];}catch(_0x2c4361){logger[_0x307eee(0xf7)]('ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20'+_0x2c4361);}return null;};
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a93_0x5354a6=a93_0x430e;function a93_0x25fc(){const _0x27e2b4=['isBrowserstackInfra','originalBuilder','debug','proxyUrl','firefoxOptions_','bvdfP','euOiS','UKvVP','./helpers/patchHelpers','New\x20hub\x20url\x20set\x20to\x20','Performing\x20scan\x20for\x20','safari.options','_modifyPlaywright','BJpWj','ZjDtc','aiHeal_isAuthenticated','updateHubUrl','OaROX','notwQ','https://','exports','capability','setServer','aiSdk_bstackConfig','Proxy\x20set\x20to\x20','browserstackAgentV2','Unable\x20to\x20find\x20executor\x20class\x20','path','.browserstack.com','WOiuD','hfOpM','ZTzdh','setCapabilities','BclZk','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','./browserStackSdk','inBWg','Executor','qANgz','dGAot','YDoSR','getHttpAgent','pXZSw','aTpGj','Modifying\x20webdriver\x20execute','logLevel','./helpers/percy/PercySDK','rqMMM','HOPmX','wsPhx','isAccessibilityPlatform','performScan','KhLlI','uUiqb','info','ms:edgeOptions','FVrcz','quitCount_','YzHli','split','5RQypnE','zaUYB','uzACi','global','percy','1814388llkQOs','SpUFn','requireSeleniumWebdriver','dVarv','mergeDeep','Hub\x20url\x20set\x20to\x20','JohCU','2228926tHHBMu','cGvat','EXFMp','vGjnV','prepareCapabilities','3|1|0|4|2','agent_','newHubUrl','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','cbKzx','1727XpOLBa','isPacProxy','set','then','laPDO','overrideGet','keys','Failed\x20to\x20perform\x20scan\x20','./helpers/globals','caps_','egfkO','__driver','gudll','setAdditionalCapabilities','HQNmm','requireHttpClient','DueVL','setFramework','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','BHlib','./bin/playwright/modifyPlaywrightConf','setGlobal','getAccessibilityResultsSummary','KIEWL','OzSqq','ORTTP','overrideQuit','./bin/mocha/accessibility-automation/helper','winstonLogger','OAxDq','proxySettings','eEENK','goog:chromeOptions','moz:firefoxOptions','requireModule','firefoxOptions','prototype','HttpClient','optimalHubUrl','session_','qmHHO','bstackA11yShouldScan','send','util','__driversArray','selenium-webdriver/lib/webdriver.js','ieOptions_','edgeOptions','aMPsx','Setting\x20Browserstack\x20capabilities','getRequestOptions','storeOptimalHubUrl','build','aaVNr','url_','iSepH','safariOptions_','qOpIW','chromeOptions_','vHVmk','getGlobal','TWQiB','wsVhz','options_','isUndefined','lotCm','GKCVj','xenbe','MhLBU','./helpers/logger','forEach','edgeOptions_','browserStackLogLevel','framework','UFNOI','aiSdk_framework','/session','getAccessibilityResults','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','browserstackAgent','zkmEv','get','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','__drivers','Modifying\x20webdriver\x20builder','browserStackGlobals','1049786Cslgpp','Builder','NUBcj','24354GHORKV','format','xofdw','408WIrQOm','name_','se:ieOptions','74150yjDdRb','WebElement','jest','apply','parameters_','bstackAllyScanning','/wd/hub','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','readTcgAuthConfigToGlobal','getHubUrl','HVTgj','emrbH','execute','DmuJI','./helpers/accessibility-automation/scripts','initializeHealingCapabilities','tMgXK','lvSGu','1942692qErtYz','object','konNp','patchDriverPercy','push','SWXmA','PnvLd','41499aSOUBj','./hubAllocationMethods','CAPABILITY_KEY','zkwWd','BrowserStackSdk','bETCS','3TPHKqw','error','includes','aiRcp','__setBrowserOptions','./helpers/helper','shouldWrapCommand','wYFfv','NthqQ','MJfuZ','riPrc','chromeOptions','sBUAK','capabilities_','ieOptions','selenium-webdriver','proxy_'];a93_0x25fc=function(){return _0x27e2b4;};return a93_0x25fc();}(function(_0x4b0983,_0x28f9fd){const _0x4c0bfc=a93_0x430e,_0x3a3d6f=_0x4b0983();while(!![]){try{const _0x5b549b=parseInt(_0x4c0bfc(0x106))/0x1+parseInt(_0x4c0bfc(0xe4))/0x2*(-parseInt(_0x4c0bfc(0x10c))/0x3)+parseInt(_0x4c0bfc(0xff))/0x4+parseInt(_0x4c0bfc(0x159))/0x5*(-parseInt(_0x4c0bfc(0x15e))/0x6)+-parseInt(_0x4c0bfc(0x165))/0x7+-parseInt(_0x4c0bfc(0xea))/0x8*(parseInt(_0x4c0bfc(0xe7))/0x9)+parseInt(_0x4c0bfc(0xed))/0xa*(parseInt(_0x4c0bfc(0x16f))/0xb);if(_0x5b549b===_0x28f9fd)break;else _0x3a3d6f['push'](_0x3a3d6f['shift']());}catch(_0x1f1bb9){_0x3a3d6f['push'](_0x3a3d6f['shift']());}}}(a93_0x25fc,0x6383c));function a93_0x430e(_0x4339db,_0x134b45){const _0x25fce0=a93_0x25fc();return a93_0x430e=function(_0x430e00,_0x5de461){_0x430e00=_0x430e00-0xc8;let _0x2ccd80=_0x25fce0[_0x430e00];return _0x2ccd80;},a93_0x430e(_0x4339db,_0x134b45);}const util=require(a93_0x5354a6(0x19a)),{overrideTakeScreenshot}=require(a93_0x5354a6(0x125)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a93_0x5354a6(0x18a)),helper=require(a93_0x5354a6(0x111)),logger=require(a93_0x5354a6(0xd3))[a93_0x5354a6(0x18b)],hubAllocator=require(a93_0x5354a6(0x107)),percySDK=require(a93_0x5354a6(0x14b)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a93_0x5354a6(0x140)),modifyPlaywrightConfig=require(a93_0x5354a6(0x183)),scripts=require(a93_0x5354a6(0xfb)),globals=require(a93_0x5354a6(0x177)),{commandRepository}=require('./helpers/ai-sdk/autoHealHelper'),{aiSdkWrapper}=require('./helpers/ai-sdk/aiSdkWrapper'),{overrideExecute}=require('./helpers/patchHelper'),modify=_0x3005b6=>{const _0x10fea6=a93_0x5354a6,_0x120292={'lINeK':function(_0x4478e6,_0x1599bd){return _0x4478e6!==_0x1599bd;},'HQNmm':_0x10fea6(0xda),'hfOpM':function(_0x5f2f33,_0x5e906a){return _0x5f2f33!==_0x5e906a;},'aMPsx':function(_0x31fcac,_0xd41238){return _0x31fcac+_0xd41238;},'uzACi':_0x10fea6(0x130),'LrsNd':_0x10fea6(0xf3),'KvJaQ':'goog:chromeOptions','WbekN':'chromeOptions','YDoSR':_0x10fea6(0x154),'aliqS':_0x10fea6(0x19e),'ZjDtc':_0x10fea6(0x190),'fqBVC':_0x10fea6(0x192),'pXZSw':_0x10fea6(0x128),'GGKQc':'se:ieOptions','KIEWL':_0x10fea6(0x11a),'OzSqq':function(_0x57181d,_0x189081){return _0x57181d===_0x189081;},'UFNOI':_0x10fea6(0x100),'dVarv':_0x10fea6(0x1a0),'MhLBU':_0x10fea6(0x195),'gudll':_0x10fea6(0x181),'WOiuD':function(_0x35c746,_0x475572,_0x51b225){return _0x35c746(_0x475572,_0x51b225);},'cVBYh':function(_0x1ceb48,_0x336d19){return _0x1ceb48(_0x336d19);},'NthqQ':function(_0x5cff0b,_0x4eceb9,_0x473cd9){return _0x5cff0b(_0x4eceb9,_0x473cd9);},'OAxDq':function(_0x28de44,_0x2a685c){return _0x28de44(_0x2a685c);},'wEthN':function(_0x45300f){return _0x45300f();},'vGjnV':_0x10fea6(0x14f),'aaVNr':_0x10fea6(0xf4),'aTpGj':function(_0x3c1517,_0x326f16,_0x211144){return _0x3c1517(_0x326f16,_0x211144);},'nITfl':_0x10fea6(0xe0),'egfkO':_0x10fea6(0xe2)};logger[_0x10fea6(0x153)](_0x120292['nITfl']),logger[_0x10fea6(0x11f)](_0x120292[_0x10fea6(0x179)]);const _0xa68cab=helper[_0x10fea6(0x160)](),_0x2e3075=helper[_0x10fea6(0x17e)]();class _0x8475d9 extends _0x2e3075[_0x10fea6(0x194)]{['send'](_0x268f97){const _0xc6d7ff=_0x10fea6;if(_0x120292['lINeK'](_0x268f97[_0xc6d7ff(0x138)],_0x120292[_0xc6d7ff(0x17d)])&&_0x120292[_0xc6d7ff(0x13b)](global[_0xc6d7ff(0x16c)],''))try{global['newHubUrl']=_0x120292['aMPsx'](_0x120292[_0xc6d7ff(0x19f)](_0x120292[_0xc6d7ff(0x15b)],global[_0xc6d7ff(0x16c)]),_0x120292['LrsNd']),this['options_']=hubAllocator[_0xc6d7ff(0x1a1)](global[_0xc6d7ff(0x16c)]),logger[_0xc6d7ff(0x11f)](_0xc6d7ff(0x126)+global[_0xc6d7ff(0x16c)]),global[_0xc6d7ff(0x16c)]='';}catch(_0x3ca2b3){logger[_0xc6d7ff(0x10d)](_0x3ca2b3);}return super[_0xc6d7ff(0x199)](_0x268f97);}}class _0x42ff3d extends _0xa68cab['Builder']{[_0x10fea6(0x110)](_0x558c59){const _0x95e675=_0x10fea6;let _0x451e6c={};for(const _0x3427e5 in _0x558c59){switch(_0x3427e5){case _0x120292['KvJaQ']:case _0x120292['WbekN']:this[_0x95e675(0xc8)]&&(_0x451e6c=this[_0x95e675(0xc8)][_0x95e675(0xdf)](this[_0x95e675(0xc8)][_0x95e675(0x108)])||{},this['chromeOptions_'][_0x95e675(0x171)](this[_0x95e675(0xc8)][_0x95e675(0x108)],helper['mergeDeep'](_0x451e6c,_0x558c59[_0x3427e5])));break;case _0x120292[_0x95e675(0x145)]:case _0x120292['aliqS']:this[_0x95e675(0xd5)]&&(_0x451e6c=this['edgeOptions_'][_0x95e675(0xdf)](this['edgeOptions_']['CAPABILITY_KEY'])||{},this[_0x95e675(0xd5)]['set'](this[_0x95e675(0xd5)][_0x95e675(0x108)],helper['mergeDeep'](_0x451e6c,_0x558c59[_0x3427e5])));break;case _0x120292[_0x95e675(0x12b)]:case _0x120292['fqBVC']:this[_0x95e675(0x121)]&&(_0x451e6c=this[_0x95e675(0x121)][_0x95e675(0xdf)](this[_0x95e675(0x121)][_0x95e675(0x108)])||{},this[_0x95e675(0x121)]['set'](this[_0x95e675(0x121)][_0x95e675(0x108)],helper['mergeDeep'](_0x451e6c,_0x558c59[_0x3427e5])));break;case _0x120292[_0x95e675(0x147)]:this[_0x95e675(0x1a7)]&&(_0x451e6c=this[_0x95e675(0x1a7)]['get'](this[_0x95e675(0x1a7)][_0x95e675(0x108)])||{},this['safariOptions_'][_0x95e675(0x171)](this['safariOptions_'][_0x95e675(0x108)],helper['mergeDeep'](_0x451e6c,_0x558c59[_0x3427e5])));break;case _0x120292['GGKQc']:case _0x120292[_0x95e675(0x186)]:this['ieOptions_']&&(_0x451e6c=this[_0x95e675(0x19d)][_0x95e675(0xdf)](this[_0x95e675(0x19d)][_0x95e675(0x108)])||{},this[_0x95e675(0x19d)]['set'](this[_0x95e675(0x19d)][_0x95e675(0x108)],helper[_0x95e675(0x162)](_0x451e6c,_0x558c59[_0x3427e5])));break;}}}[_0x10fea6(0x133)](){const _0x23746a=_0x10fea6;return this[_0x23746a(0x1a5)]=helper[_0x23746a(0xf6)](_0x3005b6),logger['debug'](_0x23746a(0x163)+this[_0x23746a(0x1a5)]),this;}['setCapabilities'](){const _0x44c777=_0x10fea6;return logger[_0x44c777(0x11f)](_0x120292[_0x44c777(0x161)]),this['__setBrowserOptions'](_0x3005b6[_0x44c777(0x132)]),Object['keys'](_0x3005b6[_0x44c777(0x132)])[_0x44c777(0xd4)](_0x1fbdb9=>{const _0x4b9730=_0x44c777,_0x2f9936=this[_0x4b9730(0x119)][_0x4b9730(0xdf)](_0x1fbdb9);_0x120292[_0x4b9730(0x187)](typeof _0x2f9936,_0x120292[_0x4b9730(0xd8)])?this[_0x4b9730(0x119)]['set'](_0x1fbdb9,helper['mergeDeep'](_0x2f9936,_0x3005b6['capability'][_0x1fbdb9])):this[_0x4b9730(0x119)][_0x4b9730(0x171)](_0x1fbdb9,_0x3005b6[_0x4b9730(0x132)][_0x1fbdb9]);}),this;}[_0x10fea6(0x1a3)](){const _0x3814b2=_0x10fea6,_0x225eeb={'uUiqb':function(_0x2c364c,_0x1fd840,_0xcc6ed4){const _0xce2cb3=a93_0x430e;return _0x120292[_0xce2cb3(0x114)](_0x2c364c,_0x1fd840,_0xcc6ed4);},'BclZk':function(_0xaa49eb,_0x3150ba){return _0x120292['OAxDq'](_0xaa49eb,_0x3150ba);}};_0x120292['wEthN'](isAccessibilityAutomationSession)&&_0x120292[_0x3814b2(0x18c)](setAccessibilityCapabilities,_0x3005b6);this[_0x3814b2(0x133)](),this[_0x3814b2(0x13d)]();if(helper['isPacProxy'](_0x3005b6[_0x3814b2(0x18d)][_0x3814b2(0x120)]))this[_0x3814b2(0x16b)]=helper['getHttpAgent'](_0x3005b6['proxySettings'][_0x3814b2(0x120)]);else _0x3005b6[_0x3814b2(0x18d)]['proxyUrl']&&(this[_0x3814b2(0x11c)]=_0x3005b6[_0x3814b2(0x18d)][_0x3814b2(0x120)],logger[_0x3814b2(0x11f)](_0x3814b2(0x135)+this[_0x3814b2(0x11c)]));globals[_0x3814b2(0xca)](_0x120292[_0x3814b2(0x168)])&&(!_0x120292[_0x3814b2(0x114)](setExtension,this,_0x3005b6)&&globals['setGlobal'](_0x120292['vGjnV'],![]));!helper['isBrowserstackInfra']()&&helper[_0x3814b2(0x169)](null,null,_0x3005b6[_0x3814b2(0xd7)],null,this,null);helper[_0x3814b2(0x17c)](_0x3005b6[_0x3814b2(0x132)]),logger[_0x3814b2(0x11f)](_0x120292[_0x3814b2(0x1a4)]);const _0x245dd5=super['build']();return _0x245dd5['session_']['then'](_0xcc0053=>{const _0x1e286a=_0x3814b2;try{const _0x405854=_0xcc0053[_0x1e286a(0x178)]['get'](_0x120292[_0x1e286a(0xd2)]);_0x405854?(logger[_0x1e286a(0x11f)](_0x1e286a(0x16d)+_0x405854),hubAllocator['updateHubUrl'](_0x405854),helper[_0x1e286a(0x1a2)](_0x405854)):logger[_0x1e286a(0x11f)](_0x120292[_0x1e286a(0x17b)]);}catch(_0x40ae2a){logger['debug'](_0x1e286a(0x13f)+_0x40ae2a);}}),_0x245dd5['then']&&_0x245dd5['then'](_0x55b07e=>{const _0x78f331=_0x3814b2,_0x5c42b5={'DueVL':function(_0x25057b,_0x5d7624,_0x568dbd){const _0x55aa0e=a93_0x430e;return _0x120292[_0x55aa0e(0x13a)](_0x25057b,_0x5d7624,_0x568dbd);},'cseyY':function(_0x3cace2,_0x199551){return _0x120292['cVBYh'](_0x3cace2,_0x199551);}};helper[_0x78f331(0x174)](_0x55b07e,_0x3005b6),_0x120292[_0x78f331(0x13a)](overrideExecute,_0x55b07e,_0x3005b6),_0x55b07e[_0x78f331(0x185)]=async()=>{const _0x4f40fa=_0x78f331;return await _0x5c42b5[_0x4f40fa(0x17f)](getAccessibilityResultsSummary,_0x55b07e,global);},_0x55b07e[_0x78f331(0xdb)]=async()=>{const _0x5c7971=_0x78f331;return await _0x5c42b5[_0x5c7971(0x17f)](getAccessibilityResults,_0x55b07e,global);},_0x55b07e[_0x78f331(0x150)]=async()=>{return await _0x5c42b5['cseyY'](performScan,_0x55b07e);};}),_0x245dd5[_0x3814b2(0x185)]=async()=>{const _0x41aae6=_0x3814b2;return await _0x225eeb[_0x41aae6(0x152)](getAccessibilityResultsSummary,_0x245dd5,global);},_0x245dd5[_0x3814b2(0xdb)]=async()=>{const _0x128cc3=_0x3814b2;return await _0x120292[_0x128cc3(0x114)](getAccessibilityResults,_0x245dd5,global);},_0x245dd5[_0x3814b2(0x150)]=async()=>{const _0x148980=_0x3814b2;return await _0x225eeb[_0x148980(0x13e)](performScan,_0x245dd5);},helper[_0x3814b2(0x174)](_0x245dd5,_0x3005b6),_0x120292[_0x3814b2(0x148)](overrideExecute,_0x245dd5,_0x3005b6),helper['isUndefined'](global[_0x3814b2(0x19b)])&&(global['__driversArray']=[]),global[_0x3814b2(0x19b)]['push'](_0x245dd5),_0x245dd5;}}_0xa68cab[_0x10fea6(0x11e)]=_0xa68cab[_0x10fea6(0xe5)],_0xa68cab[_0x10fea6(0xe5)]=_0x42ff3d,_0x2e3075[_0x10fea6(0x194)]=_0x8475d9;},modifyV2=(_0x13c40b,_0x2d8dfb=null,_0x296ee4=![])=>{const _0x2b602b=a93_0x5354a6,_0x4f623c={'xofdw':function(_0x2057bf,_0x4aa046){return _0x2057bf!==_0x4aa046;},'tMgXK':_0x2b602b(0xda),'notwQ':function(_0x11ed74,_0x1296c0){return _0x11ed74!==_0x1296c0;},'ORTTP':function(_0x23d4f8,_0x3b8bb4){return _0x23d4f8+_0x3b8bb4;},'XynhZ':_0x2b602b(0x130),'zkwWd':_0x2b602b(0xf3),'riPrc':_0x2b602b(0x12c),'PnvLd':'aiHeal_isHealingEnabled','cGvat':_0x2b602b(0x18f),'eluHu':_0x2b602b(0x117),'UKvVP':_0x2b602b(0x154),'euOiS':'edgeOptions','eEENK':_0x2b602b(0x190),'TWQiB':_0x2b602b(0x192),'DmuJI':_0x2b602b(0x128),'tAzTs':_0x2b602b(0xec),'NWcxq':'ieOptions','MJfuZ':function(_0x1cdbe5,_0x117eb2){return _0x1cdbe5===_0x117eb2;},'inBWg':_0x2b602b(0x100),'lvSGu':_0x2b602b(0x1a0),'aiRcp':'optimalHubUrl','uaQKd':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','ZTzdh':function(_0x3b3fbf,_0x4ec2c0,_0x54e91b){return _0x3b3fbf(_0x4ec2c0,_0x54e91b);},'zkmEv':function(_0x57a5a1,_0x233d7c){return _0x57a5a1(_0x233d7c);},'BHlib':function(_0x53169c,_0x2fd4f2){return _0x53169c(_0x2fd4f2);},'HOPmX':function(_0x3796f6,_0x3c58b3,_0xcd6884){return _0x3796f6(_0x3c58b3,_0xcd6884);},'qmHHO':'4|5|6|0|2|3|1','YzHli':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','qOpIW':_0x2b602b(0x14f),'vpJYZ':function(_0x3d0eb8,_0x23f238,_0x4ec506){return _0x3d0eb8(_0x23f238,_0x4ec506);},'lotCm':function(_0x1a47f3){return _0x1a47f3();},'voDBp':_0x2b602b(0x16a),'klDgC':_0x2b602b(0x139),'KhLlI':_0x2b602b(0xdc),'sBUAK':function(_0x3dc6dc,_0x1df60e){return _0x3dc6dc===_0x1df60e;},'qANgz':_0x2b602b(0xd9),'NUBcj':_0x2b602b(0xef),'vpbtf':_0x2b602b(0x134),'dGAot':function(_0x342562,_0x75587b){return _0x342562(_0x75587b);},'bETCS':function(_0x2614e0,_0x14e715){return _0x2614e0!==_0x14e715;},'laPDO':_0x2b602b(0xf2),'FVrcz':_0x2b602b(0x198),'xenbe':function(_0xb16ee7,_0x202cc7){return _0xb16ee7(_0x202cc7);},'BJpWj':function(_0x419404,_0x2f51e4,_0x2f23a1){return _0x419404(_0x2f51e4,_0x2f23a1);},'SWXmA':_0x2b602b(0xe0),'cbKzx':_0x2b602b(0xe2),'EXFMp':function(_0x34b5b){return _0x34b5b();},'wsVhz':_0x2b602b(0x19c),'InGcQ':_0x2b602b(0x11b),'SpUFn':'selenium-webdriver/lib/http.js','vHVmk':_0x2b602b(0x149),'wsPhx':function(_0x5542be,_0x54f2b8){return _0x5542be+_0x54f2b8;},'emrbH':_0x2b602b(0x137)},_0xed4e04=helper[_0x2b602b(0x17e)]();let _0x1a805e;try{_0x1a805e=helper['requireSeleniumWebdriver'](),_0x1a805e[_0x2b602b(0x11e)]&&(_0x1a805e[_0x2b602b(0xe5)]=_0x1a805e[_0x2b602b(0x11e)]);}catch(_0xc3f9ac){return;}if(helper[_0x2b602b(0x11d)]()){const _0x272a21={};_0x272a21[_0x2b602b(0x14a)]=_0x13c40b[_0x2b602b(0xd6)],helper['setLogLevel'](_0x272a21,new Map(),new Map()),logger[_0x2b602b(0x153)](_0x4f623c[_0x2b602b(0x104)]),logger[_0x2b602b(0x11f)](_0x4f623c[_0x2b602b(0x16e)]);}class _0x223aaa extends _0xed4e04[_0x2b602b(0x194)]{[_0x2b602b(0x199)](_0x2707fc){const _0x520c3d=_0x2b602b;if(_0x4f623c[_0x520c3d(0xe9)](_0x2707fc[_0x520c3d(0x138)],_0x4f623c[_0x520c3d(0xfd)])&&_0x4f623c[_0x520c3d(0x12f)](global[_0x520c3d(0x16c)],''))try{global[_0x520c3d(0x16c)]=_0x4f623c['ORTTP'](_0x4f623c[_0x520c3d(0x188)](_0x4f623c['XynhZ'],global['newHubUrl']),_0x4f623c[_0x520c3d(0x109)]),this[_0x520c3d(0xcd)]=hubAllocator[_0x520c3d(0x1a1)](global['newHubUrl']),logger[_0x520c3d(0x11f)](_0x520c3d(0x126)+global[_0x520c3d(0x16c)]),global[_0x520c3d(0x16c)]='';}catch(_0x2f2d6f){logger['error'](_0x2f2d6f);}if(globals[_0x520c3d(0xca)](_0x4f623c[_0x520c3d(0x116)])&&globals['getGlobal'](_0x4f623c[_0x520c3d(0x105)])){const _0x5ca444=_0x2707fc[_0x520c3d(0x138)]['split']('/')[0x2];_0x5ca444&&commandRepository['pushCommand'](_0x5ca444,_0x2707fc);}return super['send'](_0x2707fc);}}class _0x5a7bca extends _0x1a805e[_0x2b602b(0xe5)]{[_0x2b602b(0x133)](){const _0x4aeffd=_0x2b602b;return this[_0x4aeffd(0x1a5)]=helper[_0x4aeffd(0xf6)](_0x13c40b),logger['debug']('Hub\x20url\x20set\x20to\x20'+this[_0x4aeffd(0x1a5)]),this;}['__setBrowserOptions'](_0x517f9d){const _0x25d25e=_0x2b602b;let _0x357e99={};for(const _0x40d8bd in _0x517f9d){switch(_0x40d8bd){case _0x4f623c[_0x25d25e(0x166)]:case _0x4f623c['eluHu']:this['chromeOptions_']&&(_0x357e99=this[_0x25d25e(0xc8)]['get'](this[_0x25d25e(0xc8)][_0x25d25e(0x108)])||{},this[_0x25d25e(0xc8)][_0x25d25e(0x171)](this[_0x25d25e(0xc8)][_0x25d25e(0x108)],helper[_0x25d25e(0x162)](_0x357e99,_0x517f9d[_0x40d8bd])));break;case _0x4f623c[_0x25d25e(0x124)]:case _0x4f623c[_0x25d25e(0x123)]:this[_0x25d25e(0xd5)]&&(_0x357e99=this[_0x25d25e(0xd5)][_0x25d25e(0xdf)](this[_0x25d25e(0xd5)][_0x25d25e(0x108)])||{},this[_0x25d25e(0xd5)][_0x25d25e(0x171)](this[_0x25d25e(0xd5)][_0x25d25e(0x108)],helper[_0x25d25e(0x162)](_0x357e99,_0x517f9d[_0x40d8bd])));break;case _0x4f623c[_0x25d25e(0x18e)]:case _0x4f623c[_0x25d25e(0xcb)]:this[_0x25d25e(0x121)]&&(_0x357e99=this[_0x25d25e(0x121)][_0x25d25e(0xdf)](this[_0x25d25e(0x121)][_0x25d25e(0x108)])||{},this[_0x25d25e(0x121)]['set'](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x25d25e(0x162)](_0x357e99,_0x517f9d[_0x40d8bd])));break;case _0x4f623c[_0x25d25e(0xfa)]:this[_0x25d25e(0x1a7)]&&(_0x357e99=this[_0x25d25e(0x1a7)][_0x25d25e(0xdf)](this['safariOptions_'][_0x25d25e(0x108)])||{},this[_0x25d25e(0x1a7)][_0x25d25e(0x171)](this[_0x25d25e(0x1a7)][_0x25d25e(0x108)],helper[_0x25d25e(0x162)](_0x357e99,_0x517f9d[_0x40d8bd])));break;case _0x4f623c['tAzTs']:case _0x4f623c['NWcxq']:this[_0x25d25e(0x19d)]&&(_0x357e99=this[_0x25d25e(0x19d)][_0x25d25e(0xdf)](this[_0x25d25e(0x19d)][_0x25d25e(0x108)])||{},this['ieOptions_']['set'](this[_0x25d25e(0x19d)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x357e99,_0x517f9d[_0x40d8bd])));break;}}}[_0x2b602b(0x13d)](){const _0x222645=_0x2b602b;return logger[_0x222645(0x11f)](_0x4f623c[_0x222645(0xfe)]),this[_0x222645(0x110)](_0x13c40b[_0x222645(0x132)]),Object[_0x222645(0x175)](_0x13c40b[_0x222645(0x132)])[_0x222645(0xd4)](_0x182658=>{const _0x4bf34d=_0x222645,_0x3714a4=this['capabilities_']['get'](_0x182658);_0x4f623c[_0x4bf34d(0x115)](typeof _0x3714a4,_0x4f623c[_0x4bf34d(0x141)])?this[_0x4bf34d(0x119)][_0x4bf34d(0x171)](_0x182658,helper[_0x4bf34d(0x162)](_0x3714a4,_0x13c40b['capability'][_0x182658])):this[_0x4bf34d(0x119)][_0x4bf34d(0x171)](_0x182658,_0x13c40b[_0x4bf34d(0x132)][_0x182658]);}),this;}['build'](){const _0x1e8888=_0x2b602b,_0x1db8ba={'tCEOz':_0x4f623c[_0x1e8888(0x10f)],'zaUYB':_0x4f623c['uaQKd'],'konNp':function(_0x5b94b8,_0x5afc7e,_0x1685b7){return _0x4f623c['ZTzdh'](_0x5b94b8,_0x5afc7e,_0x1685b7);},'GKCVj':function(_0x5328ec,_0x4828d8,_0x110df5){const _0x104cb0=_0x1e8888;return _0x4f623c[_0x104cb0(0x13c)](_0x5328ec,_0x4828d8,_0x110df5);},'wYFfv':function(_0x12fd29,_0x1c290a){const _0x3e55af=_0x1e8888;return _0x4f623c[_0x3e55af(0xde)](_0x12fd29,_0x1c290a);},'OaROX':function(_0x2d2c1c,_0x53ad06){const _0x27d8f7=_0x1e8888;return _0x4f623c[_0x27d8f7(0x182)](_0x2d2c1c,_0x53ad06);},'iSepH':function(_0x52766f,_0x207d73,_0x4b6918){const _0x319286=_0x1e8888;return _0x4f623c[_0x319286(0x13c)](_0x52766f,_0x207d73,_0x4b6918);},'aaLCk':function(_0x1cbab1,_0x3fc8d9,_0x5afa69){const _0xdd0864=_0x1e8888;return _0x4f623c[_0xdd0864(0x14d)](_0x1cbab1,_0x3fc8d9,_0x5afa69);},'bvdfP':function(_0x4b5a64,_0x25db08,_0x4a0fe4){const _0x5a121e=_0x1e8888;return _0x4f623c[_0x5a121e(0x13c)](_0x4b5a64,_0x25db08,_0x4a0fe4);}};if(helper[_0x1e8888(0x11d)]()){const _0x5c02c7=_0x4f623c[_0x1e8888(0x197)][_0x1e8888(0x158)]('|');let _0x384cab=0x0;while(!![]){switch(_0x5c02c7[_0x384cab++]){case'0':this['setCapabilities']();continue;case'1':logger[_0x1e8888(0x11f)](_0x4f623c[_0x1e8888(0x157)]);continue;case'2':if(helper[_0x1e8888(0x170)](_0x13c40b[_0x1e8888(0x18d)][_0x1e8888(0x120)]))this[_0x1e8888(0x16b)]=helper[_0x1e8888(0x146)](_0x13c40b[_0x1e8888(0x18d)][_0x1e8888(0x120)]);else _0x13c40b['proxySettings']['proxyUrl']&&(this['proxy_']=_0x13c40b['proxySettings'][_0x1e8888(0x120)],logger['debug'](_0x1e8888(0x135)+this[_0x1e8888(0x11c)]));continue;case'3':globals[_0x1e8888(0xca)](_0x4f623c[_0x1e8888(0x1a8)])&&(!_0x4f623c['vpJYZ'](setExtension,this,_0x13c40b)&&globals['setGlobal'](_0x4f623c['qOpIW'],![]));continue;case'4':helper[_0x1e8888(0x17c)](_0x13c40b[_0x1e8888(0x132)]);continue;case'5':_0x4f623c[_0x1e8888(0xcf)](isAccessibilityAutomationSession)&&_0x4f623c[_0x1e8888(0x182)](setAccessibilityCapabilities,_0x13c40b);continue;case'6':this[_0x1e8888(0x133)]();continue;}break;}}else{const _0x18f2fd=_0x4f623c['voDBp'][_0x1e8888(0x158)]('|');let _0x2cc324=0x0;while(!![]){switch(_0x18f2fd[_0x2cc324++]){case'0':helper[_0x1e8888(0xf5)]();continue;case'1':helper[_0x1e8888(0x17c)](_0x13c40b['capability']);continue;case'2':if(this[_0x1e8888(0x1a5)][_0x1e8888(0x10e)](_0x4f623c['klDgC']))logger[_0x1e8888(0x11f)](_0x4f623c[_0x1e8888(0x151)]),globals[_0x1e8888(0x184)](_0x4f623c[_0x1e8888(0x116)],![]),globals[_0x1e8888(0x184)](_0x4f623c[_0x1e8888(0x105)],![]);else globals[_0x1e8888(0xca)](_0x4f623c[_0x1e8888(0x116)])&&globals[_0x1e8888(0xca)](_0x4f623c[_0x1e8888(0x105)])&&aiSdkWrapper[_0x1e8888(0xfc)](this);continue;case'3':helper[_0x1e8888(0x169)](null,null,_0x13c40b[_0x1e8888(0xd7)],null,this,null);continue;case'4':_0x4f623c[_0x1e8888(0x118)](globals['getGlobal'](_0x4f623c[_0x1e8888(0x143)]),_0x4f623c['NUBcj'])&&(commandRepository[_0x1e8888(0x180)](_0x4f623c[_0x1e8888(0xe6)]),commandRepository['setConfig'](globals[_0x1e8888(0xca)](_0x4f623c['vpbtf'])));continue;}break;}}const _0x273128=super['build']();return _0x273128[_0x1e8888(0x196)][_0x1e8888(0x172)](_0x57824e=>{const _0x589c04=_0x1e8888;try{const _0x18ddcb=_0x57824e[_0x589c04(0x178)][_0x589c04(0xdf)](_0x1db8ba['tCEOz']);_0x18ddcb?(logger[_0x589c04(0x11f)](_0x589c04(0x16d)+_0x18ddcb),hubAllocator[_0x589c04(0x12d)](_0x18ddcb),helper[_0x589c04(0x1a2)](_0x18ddcb)):logger[_0x589c04(0x11f)](_0x1db8ba[_0x589c04(0x15a)]);}catch(_0x33e6fc){logger[_0x589c04(0x11f)](_0x589c04(0x13f)+_0x33e6fc);}}),_0x273128[_0x1e8888(0x156)]=0x0,_0x273128[_0x1e8888(0x172)]&&_0x273128['then'](_0x179261=>{const _0x575de0=_0x1e8888,_0x9f1279={'HVTgj':function(_0x5bf52c,_0x48c3e3,_0x21e9cc){const _0x36270d=a93_0x430e;return _0x1db8ba[_0x36270d(0x101)](_0x5bf52c,_0x48c3e3,_0x21e9cc);},'JohCU':function(_0x273f44,_0x492150,_0x4a6e4b){const _0x236dcb=a93_0x430e;return _0x1db8ba[_0x236dcb(0xd0)](_0x273f44,_0x492150,_0x4a6e4b);},'rqMMM':function(_0x34f57b,_0x2e9eb8){const _0x5baa10=a93_0x430e;return _0x1db8ba[_0x5baa10(0x113)](_0x34f57b,_0x2e9eb8);}};helper[_0x575de0(0x189)](_0x179261,_0x273128),_0x296ee4&&_0x1db8ba[_0x575de0(0x12e)](overrideTakeScreenshot,_0x179261),helper[_0x575de0(0x174)](_0x179261,_0x13c40b),_0x1db8ba[_0x575de0(0x1a6)](overrideExecute,_0x179261,_0x13c40b),_0x13c40b['capability']&&percyHelper['patchDriverPercy'](_0x179261,_0x1a805e[_0x575de0(0xee)],_0x13c40b),_0x179261[_0x575de0(0x185)]=async()=>{const _0x4496a0=_0x575de0;return await _0x9f1279[_0x4496a0(0xf7)](getAccessibilityResultsSummary,_0x179261,global);},_0x179261[_0x575de0(0xdb)]=async()=>{const _0x5f4dbd=_0x575de0;return await _0x9f1279[_0x5f4dbd(0x164)](getAccessibilityResults,_0x179261,global);},_0x179261[_0x575de0(0x150)]=async()=>{const _0x5c5ea7=_0x575de0;return await _0x9f1279[_0x5c5ea7(0x14c)](performScan,_0x179261);};}),_0x273128[_0x1e8888(0x185)]=async()=>{return await _0x1db8ba['aaLCk'](getAccessibilityResultsSummary,_0x273128,global);},_0x273128[_0x1e8888(0xdb)]=async()=>{const _0x282776=_0x1e8888;return await _0x1db8ba[_0x282776(0x122)](getAccessibilityResults,_0x273128,global);},_0x273128[_0x1e8888(0x150)]=async()=>{const _0xb1ed54=_0x1e8888;return await _0x1db8ba[_0xb1ed54(0x12e)](performScan,_0x273128);},_0x296ee4&&_0x4f623c[_0x1e8888(0x144)](overrideTakeScreenshot,_0x273128),helper[_0x1e8888(0x189)](_0x273128),helper[_0x1e8888(0x174)](_0x273128,_0x13c40b),_0x4f623c[_0x1e8888(0x14d)](overrideExecute,_0x273128,_0x13c40b),_0x13c40b[_0x1e8888(0x132)]&&percyHelper[_0x1e8888(0x102)](_0x273128,_0x1a805e[_0x1e8888(0xee)],_0x13c40b),helper['isUndefined'](global[_0x1e8888(0x19b)])&&(global[_0x1e8888(0x19b)]=[]),helper[_0x1e8888(0xce)](global[_0x1e8888(0xe1)])&&(global['__drivers']=[]),global[_0x1e8888(0x19b)]['push'](_0x273128),global['__driver']=_0x273128,_0x2d8dfb&&(_0x2d8dfb['global'][_0x1e8888(0x17a)]=_0x273128),_0x4f623c[_0x1e8888(0x10b)](global['__drivers'],undefined)&&global[_0x1e8888(0xe1)][_0x1e8888(0x103)](_0x273128),_0x2d8dfb&&helper[_0x1e8888(0xce)](_0x2d8dfb[_0x1e8888(0x15c)]['__drivers'])&&(_0x2d8dfb['global'][_0x1e8888(0xe1)]=[]),_0x2d8dfb&&helper['isUndefined'](_0x2d8dfb['global'][_0x1e8888(0x19b)])&&(_0x2d8dfb['global'][_0x1e8888(0x19b)]=[]),_0x2d8dfb&&_0x4f623c[_0x1e8888(0xe9)](_0x2d8dfb['global'][_0x1e8888(0xe1)],undefined)&&(_0x2d8dfb[_0x1e8888(0x15c)][_0x1e8888(0xe1)][_0x1e8888(0x103)](_0x273128),_0x2d8dfb[_0x1e8888(0x15c)][_0x1e8888(0x19b)]['push'](_0x273128)),_0x273128['isAccessibilityPlatform']=globals['getGlobal'](_0x4f623c[_0x1e8888(0x1a8)]),globals[_0x1e8888(0x184)](_0x4f623c[_0x1e8888(0x1a8)],globals[_0x1e8888(0xca)](_0x4f623c['qOpIW'])),_0x273128;}}_0x2d8dfb&&(globals[_0x2b602b(0xe3)]=_0x2d8dfb[_0x2b602b(0x15c)][_0x2b602b(0xe3)]);if(_0x4f623c[_0x2b602b(0x167)](isAccessibilityAutomationSession))try{let _0x3b3d46=helper[_0x2b602b(0x191)](_0x4f623c[_0x2b602b(0xcc)],_0x4f623c['InGcQ'])['WebDriver'];(!_0x3b3d46[_0x2b602b(0x193)]||!_0x3b3d46[_0x2b602b(0x193)][_0x2b602b(0xf9)])&&(_0x3b3d46=helper['requireModule'](_0x4f623c[_0x2b602b(0x15f)],_0x4f623c['InGcQ'])[_0x2b602b(0x142)]);if(_0x3b3d46[_0x2b602b(0x193)]&&_0x3b3d46['prototype']['execute']){const _0x5ec2b5=_0x3b3d46['prototype'][_0x2b602b(0xf9)];logger['debug'](_0x4f623c[_0x2b602b(0xc9)]),_0x3b3d46[_0x2b602b(0x193)][_0x2b602b(0xf9)]=async function(){const _0xb60d1f=_0x2b602b;try{!globals[_0xb60d1f(0xca)](_0x4f623c[_0xb60d1f(0x173)])&&globals[_0xb60d1f(0xca)](_0x4f623c[_0xb60d1f(0x1a8)])&&globals[_0xb60d1f(0xca)](_0x4f623c[_0xb60d1f(0x155)])&&scripts[_0xb60d1f(0x112)](arguments[0x0]['name_'])&&!_0x4f623c[_0xb60d1f(0xd1)](isBrowserStackCommandExecutor,arguments[0x0][_0xb60d1f(0xf1)])&&(globals[_0xb60d1f(0x184)](_0x4f623c[_0xb60d1f(0x173)],!![]),logger[_0xb60d1f(0x11f)](_0xb60d1f(0x127)+arguments[0x0][_0xb60d1f(0xeb)]),await _0x4f623c[_0xb60d1f(0x12a)](performScan,global[_0xb60d1f(0x17a)],arguments[0x0][_0xb60d1f(0xeb)]));}catch(_0x199e3d){logger[_0xb60d1f(0x11f)](_0xb60d1f(0x176)+util[_0xb60d1f(0xe8)](_0x199e3d));}return globals[_0xb60d1f(0x184)](_0x4f623c[_0xb60d1f(0x173)],![]),_0x5ec2b5[_0xb60d1f(0xf0)](this,arguments);};}}catch(_0x1242d9){logger[_0x2b602b(0x11f)](_0x4f623c[_0x2b602b(0x14e)](_0x4f623c[_0x2b602b(0xf8)],_0x1242d9));}return _0x1a805e['originalBuilder']=_0x1a805e['Builder'],_0x1a805e[_0x2b602b(0xe5)]=_0x5a7bca,_0xed4e04[_0x2b602b(0x194)]=_0x223aaa,_0x1a805e;};module['exports'][a93_0x5354a6(0xdd)]=modify,module[a93_0x5354a6(0x131)][a93_0x5354a6(0x136)]=modifyV2,module[a93_0x5354a6(0x131)][a93_0x5354a6(0x15d)]=percySDK,module[a93_0x5354a6(0x131)][a93_0x5354a6(0x10a)]=BrowserStackSdk,module[a93_0x5354a6(0x131)][a93_0x5354a6(0x129)]=modifyPlaywrightConfig;
|
|
1
|
+
const a93_0x45e5c1=a93_0x4898;function a93_0x4898(_0x2f4a5d,_0x38281a){const _0x42917e=a93_0x4291();return a93_0x4898=function(_0x489822,_0x562968){_0x489822=_0x489822-0x79;let _0x2902ae=_0x42917e[_0x489822];return _0x2902ae;},a93_0x4898(_0x2f4a5d,_0x38281a);}(function(_0x341656,_0x357368){const _0x4a2fde=a93_0x4898,_0x20a962=_0x341656();while(!![]){try{const _0xf4ae40=-parseInt(_0x4a2fde(0x128))/0x1+-parseInt(_0x4a2fde(0xc2))/0x2*(-parseInt(_0x4a2fde(0x7b))/0x3)+-parseInt(_0x4a2fde(0x92))/0x4*(parseInt(_0x4a2fde(0xfa))/0x5)+-parseInt(_0x4a2fde(0x7d))/0x6*(-parseInt(_0x4a2fde(0xb0))/0x7)+-parseInt(_0x4a2fde(0xe6))/0x8*(-parseInt(_0x4a2fde(0xfe))/0x9)+-parseInt(_0x4a2fde(0xb5))/0xa+-parseInt(_0x4a2fde(0xf4))/0xb;if(_0xf4ae40===_0x357368)break;else _0x20a962['push'](_0x20a962['shift']());}catch(_0x239116){_0x20a962['push'](_0x20a962['shift']());}}}(a93_0x4291,0xaa25c));const util=require('util'),{overrideTakeScreenshot}=require(a93_0x45e5c1(0xde)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require('./helpers/accessibility-automation/helper'),{setAccessibilityCapabilities,setExtension}=require(a93_0x45e5c1(0xfd)),helper=require('./helpers/helper'),logger=require(a93_0x45e5c1(0x14b))['winstonLogger'],hubAllocator=require(a93_0x45e5c1(0xff)),percySDK=require(a93_0x45e5c1(0x9a)),percyHelper=require('./helpers/percy/utils'),BrowserStackSdk=require(a93_0x45e5c1(0x90)),modifyPlaywrightConfig=require(a93_0x45e5c1(0x12d)),scripts=require(a93_0x45e5c1(0xb3)),globals=require(a93_0x45e5c1(0xd9)),{commandRepository}=require(a93_0x45e5c1(0xac)),{aiSdkWrapper}=require(a93_0x45e5c1(0x8b)),{overrideExecute}=require(a93_0x45e5c1(0xa3)),modify=_0x440d35=>{const _0x497aac=a93_0x45e5c1,_0x4327a0={'ytRhX':function(_0x3b8f56,_0x5f0768){return _0x3b8f56!==_0x5f0768;},'jSNIb':_0x497aac(0x141),'dTMEF':function(_0xbebc09,_0x2f7229){return _0xbebc09+_0x2f7229;},'btvKC':function(_0x2a36eb,_0x358e57){return _0x2a36eb+_0x358e57;},'hFJDp':_0x497aac(0xd4),'ohcbZ':_0x497aac(0x113),'GfTpC':'goog:chromeOptions','hIgdv':'chromeOptions','DqNpN':_0x497aac(0xe0),'zGaJs':_0x497aac(0xe8),'wGhVK':_0x497aac(0x10f),'khmGe':_0x497aac(0x7a),'xaxoJ':_0x497aac(0x11f),'oXjwe':'se:ieOptions','INgrR':_0x497aac(0xee),'KSkyK':function(_0x8f0c6f,_0x273ebc){return _0x8f0c6f===_0x273ebc;},'Gqnfz':'object','eyEJl':_0x497aac(0xbe),'bOHst':function(_0x3dc19d,_0x52599c,_0x220094){return _0x3dc19d(_0x52599c,_0x220094);},'IxnGb':function(_0x2b4184,_0x37e058,_0x2322dd){return _0x2b4184(_0x37e058,_0x2322dd);},'zzlAL':function(_0x33f117,_0x3c4dd9,_0x19fd5f){return _0x33f117(_0x3c4dd9,_0x19fd5f);},'PuTAZ':function(_0x197c7d,_0x42fb14){return _0x197c7d(_0x42fb14);},'tgYFJ':_0x497aac(0x102),'pTGrj':_0x497aac(0xe5),'YiqdK':function(_0x552d7e,_0x24cc30,_0x106cff){return _0x552d7e(_0x24cc30,_0x106cff);},'OhUxR':function(_0x2c724b){return _0x2c724b();},'NwsQT':_0x497aac(0xc1),'MHNda':function(_0xa11dc2,_0x403fd7,_0x236235){return _0xa11dc2(_0x403fd7,_0x236235);},'tjrkd':_0x497aac(0x99),'pYIYF':function(_0x3b66a0,_0x3d077c,_0x2b9605){return _0x3b66a0(_0x3d077c,_0x2b9605);},'YtlJZ':'Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','YTYNZ':_0x497aac(0x124)};logger['info'](_0x4327a0[_0x497aac(0x114)]),logger[_0x497aac(0x144)](_0x4327a0['YTYNZ']);const _0x1d44a5=helper[_0x497aac(0x10e)](),_0x1cad84=helper[_0x497aac(0xb4)]();class _0xcaa62c extends _0x1cad84[_0x497aac(0xf5)]{['send'](_0x5cb9f4){const _0x212213=_0x497aac;if(_0x4327a0[_0x212213(0x10b)](_0x5cb9f4[_0x212213(0xd8)],_0x4327a0[_0x212213(0x135)])&&_0x4327a0[_0x212213(0x10b)](global[_0x212213(0x121)],''))try{global[_0x212213(0x121)]=_0x4327a0[_0x212213(0x8c)](_0x4327a0[_0x212213(0xce)](_0x4327a0[_0x212213(0x148)],global['newHubUrl']),_0x4327a0['ohcbZ']),this[_0x212213(0xcf)]=hubAllocator[_0x212213(0x83)](global[_0x212213(0x121)]),logger['debug'](_0x212213(0xa6)+global[_0x212213(0x121)]),global['newHubUrl']='';}catch(_0x1a526e){logger[_0x212213(0xeb)](_0x1a526e);}return super['send'](_0x5cb9f4);}}class _0x534cac extends _0x1d44a5[_0x497aac(0xd6)]{['__setBrowserOptions'](_0x383b2c){const _0xc339bb=_0x497aac;let _0x17ed47={};for(const _0x18cb90 in _0x383b2c){switch(_0x18cb90){case _0x4327a0[_0xc339bb(0x8e)]:case _0x4327a0['hIgdv']:this[_0xc339bb(0xf8)]&&(_0x17ed47=this[_0xc339bb(0xf8)][_0xc339bb(0xba)](this[_0xc339bb(0xf8)][_0xc339bb(0x115)])||{},this[_0xc339bb(0xf8)][_0xc339bb(0x13c)](this['chromeOptions_'][_0xc339bb(0x115)],helper[_0xc339bb(0x84)](_0x17ed47,_0x383b2c[_0x18cb90])));break;case _0x4327a0[_0xc339bb(0x105)]:case _0x4327a0['zGaJs']:this[_0xc339bb(0xf1)]&&(_0x17ed47=this[_0xc339bb(0xf1)][_0xc339bb(0xba)](this[_0xc339bb(0xf1)][_0xc339bb(0x115)])||{},this['edgeOptions_'][_0xc339bb(0x13c)](this[_0xc339bb(0xf1)][_0xc339bb(0x115)],helper['mergeDeep'](_0x17ed47,_0x383b2c[_0x18cb90])));break;case _0x4327a0['wGhVK']:case _0x4327a0[_0xc339bb(0xd5)]:this['firefoxOptions_']&&(_0x17ed47=this['firefoxOptions_']['get'](this[_0xc339bb(0xa9)]['CAPABILITY_KEY'])||{},this[_0xc339bb(0xa9)]['set'](this[_0xc339bb(0xa9)][_0xc339bb(0x115)],helper[_0xc339bb(0x84)](_0x17ed47,_0x383b2c[_0x18cb90])));break;case _0x4327a0[_0xc339bb(0x109)]:this[_0xc339bb(0x79)]&&(_0x17ed47=this[_0xc339bb(0x79)][_0xc339bb(0xba)](this['safariOptions_'][_0xc339bb(0x115)])||{},this['safariOptions_'][_0xc339bb(0x13c)](this[_0xc339bb(0x79)][_0xc339bb(0x115)],helper[_0xc339bb(0x84)](_0x17ed47,_0x383b2c[_0x18cb90])));break;case _0x4327a0[_0xc339bb(0xea)]:case _0x4327a0[_0xc339bb(0x11d)]:this[_0xc339bb(0xb8)]&&(_0x17ed47=this[_0xc339bb(0xb8)][_0xc339bb(0xba)](this[_0xc339bb(0xb8)][_0xc339bb(0x115)])||{},this['ieOptions_'][_0xc339bb(0x13c)](this['ieOptions_'][_0xc339bb(0x115)],helper['mergeDeep'](_0x17ed47,_0x383b2c[_0x18cb90])));break;}}}[_0x497aac(0xb9)](){const _0x4877ba=_0x497aac;return this[_0x4877ba(0xcc)]=helper['getHubUrl'](_0x440d35),logger[_0x4877ba(0x144)](_0x4877ba(0x140)+this[_0x4877ba(0xcc)]),this;}[_0x497aac(0xc7)](){const _0x3a7736=_0x497aac,_0x4d8418={'bKDqj':function(_0x182397,_0x27931d){const _0x4f0176=a93_0x4898;return _0x4327a0[_0x4f0176(0x81)](_0x182397,_0x27931d);},'BSFEZ':_0x4327a0[_0x3a7736(0x13b)]};return logger[_0x3a7736(0x144)](_0x4327a0['eyEJl']),this['__setBrowserOptions'](_0x440d35[_0x3a7736(0x8d)]),Object[_0x3a7736(0x13d)](_0x440d35[_0x3a7736(0x8d)])['forEach'](_0x3a88bb=>{const _0x2d5c1e=_0x3a7736,_0x274e59=this[_0x2d5c1e(0xec)][_0x2d5c1e(0xba)](_0x3a88bb);_0x4d8418[_0x2d5c1e(0x9f)](typeof _0x274e59,_0x4d8418['BSFEZ'])?this['capabilities_'][_0x2d5c1e(0x13c)](_0x3a88bb,helper[_0x2d5c1e(0x84)](_0x274e59,_0x440d35[_0x2d5c1e(0x8d)][_0x3a88bb])):this[_0x2d5c1e(0xec)][_0x2d5c1e(0x13c)](_0x3a88bb,_0x440d35['capability'][_0x3a88bb]);}),this;}[_0x497aac(0x12c)](){const _0x563b7f=_0x497aac,_0x4ce7ca={'ZyKwG':_0x4327a0[_0x563b7f(0xd3)],'LKOal':_0x4327a0['pTGrj'],'FuSmb':function(_0x17da24,_0x553492,_0x54cacf){const _0x276ab2=_0x563b7f;return _0x4327a0[_0x276ab2(0x8a)](_0x17da24,_0x553492,_0x54cacf);},'KNzut':function(_0x36cf3c,_0x2156de){const _0x50831d=_0x563b7f;return _0x4327a0[_0x50831d(0x12a)](_0x36cf3c,_0x2156de);}};_0x4327a0['OhUxR'](isAccessibilityAutomationSession)&&_0x4327a0['PuTAZ'](setAccessibilityCapabilities,_0x440d35);this['setServer'](),this[_0x563b7f(0xc7)]();if(helper[_0x563b7f(0xca)](_0x440d35[_0x563b7f(0x98)][_0x563b7f(0xb6)]))this['agent_']=helper[_0x563b7f(0x9c)](_0x440d35[_0x563b7f(0x98)][_0x563b7f(0xb6)]);else _0x440d35[_0x563b7f(0x98)][_0x563b7f(0xb6)]&&(this[_0x563b7f(0xaf)]=_0x440d35[_0x563b7f(0x98)]['proxyUrl'],logger[_0x563b7f(0x144)](_0x563b7f(0xed)+this[_0x563b7f(0xaf)]));globals['getGlobal'](_0x4327a0[_0x563b7f(0x11c)])&&(!_0x4327a0[_0x563b7f(0x11a)](setExtension,this,_0x440d35)&&globals[_0x563b7f(0x85)](_0x4327a0[_0x563b7f(0x11c)],![]));!helper[_0x563b7f(0xe9)]()&&helper[_0x563b7f(0x82)](null,null,_0x440d35['framework'],null,this,null);helper[_0x563b7f(0xf3)](_0x440d35['capability']),logger[_0x563b7f(0x144)](_0x4327a0[_0x563b7f(0x142)]);const _0x15091d=super[_0x563b7f(0x12c)]();return _0x15091d[_0x563b7f(0x103)][_0x563b7f(0x11e)](_0x186518=>{const _0x17ba15=_0x563b7f;try{const _0x3a5db6=_0x186518[_0x17ba15(0x14d)]['get'](_0x4ce7ca[_0x17ba15(0xaa)]);_0x3a5db6?(logger['debug'](_0x17ba15(0x86)+_0x3a5db6),hubAllocator[_0x17ba15(0x130)](_0x3a5db6),helper['storeOptimalHubUrl'](_0x3a5db6)):logger[_0x17ba15(0x144)](_0x4ce7ca[_0x17ba15(0xc0)]);}catch(_0x7df879){logger['debug'](_0x17ba15(0xdf)+_0x7df879);}}),_0x15091d[_0x563b7f(0x11e)]&&_0x15091d[_0x563b7f(0x11e)](_0x2d7c56=>{const _0x44c2ef=_0x563b7f,_0x4fde26={'wkSZz':function(_0x4e9f3e,_0xa9ea91,_0x1e1421){return _0x4327a0['bOHst'](_0x4e9f3e,_0xa9ea91,_0x1e1421);}};helper[_0x44c2ef(0x87)](_0x2d7c56,_0x440d35),_0x4327a0[_0x44c2ef(0x7e)](overrideExecute,_0x2d7c56,_0x440d35),_0x2d7c56[_0x44c2ef(0x10c)]=async()=>{const _0xf5a20=_0x44c2ef;return await _0x4ce7ca[_0xf5a20(0xc6)](getAccessibilityResultsSummary,_0x2d7c56,global);},_0x2d7c56[_0x44c2ef(0x134)]=async()=>{const _0x267c34=_0x44c2ef;return await _0x4fde26[_0x267c34(0xcb)](getAccessibilityResults,_0x2d7c56,global);},_0x2d7c56[_0x44c2ef(0xa2)]=async()=>{const _0x4dadf7=_0x44c2ef;return await _0x4ce7ca[_0x4dadf7(0x106)](performScan,_0x2d7c56);};}),_0x15091d[_0x563b7f(0x10c)]=async()=>{return await _0x4327a0['IxnGb'](getAccessibilityResultsSummary,_0x15091d,global);},_0x15091d['getAccessibilityResults']=async()=>{const _0x45f71f=_0x563b7f;return await _0x4327a0[_0x45f71f(0x97)](getAccessibilityResults,_0x15091d,global);},_0x15091d[_0x563b7f(0xa2)]=async()=>{const _0x14a811=_0x563b7f;return await _0x4327a0[_0x14a811(0x12a)](performScan,_0x15091d);},helper[_0x563b7f(0x87)](_0x15091d,_0x440d35),_0x4327a0[_0x563b7f(0xa0)](overrideExecute,_0x15091d,_0x440d35),helper[_0x563b7f(0x13e)](global[_0x563b7f(0x112)])&&(global[_0x563b7f(0x112)]=[]),global[_0x563b7f(0x112)][_0x563b7f(0x94)](_0x15091d),_0x15091d;}}_0x1d44a5[_0x497aac(0xef)]=_0x1d44a5['Builder'],_0x1d44a5[_0x497aac(0xd6)]=_0x534cac,_0x1cad84[_0x497aac(0xf5)]=_0xcaa62c;},modifyV2=(_0x16a4cf,_0x425ea5=null,_0x307eaf=![])=>{const _0x38f51f=a93_0x45e5c1,_0x3a62e8={'zRKCH':function(_0x1fd03a,_0x22bc6a){return _0x1fd03a!==_0x22bc6a;},'rrbQO':'/session','VnFCh':function(_0x3c8c6e,_0x2ec181){return _0x3c8c6e!==_0x2ec181;},'MbSUh':function(_0x5f1b07,_0xfa6308){return _0x5f1b07+_0xfa6308;},'rrtxo':_0x38f51f(0xd4),'PmUlh':'/wd/hub','URsnr':_0x38f51f(0xda),'IYpwg':'aiHeal_isHealingEnabled','hsQEv':_0x38f51f(0xa7),'zzaff':_0x38f51f(0x137),'dZyQj':_0x38f51f(0xe0),'cqleF':_0x38f51f(0xe8),'kOfOR':'moz:firefoxOptions','HWedD':_0x38f51f(0x7a),'IimOB':'safari.options','fsWlS':_0x38f51f(0xd1),'ACzOD':_0x38f51f(0xee),'aQINy':function(_0x404c49,_0x3ae240){return _0x404c49===_0x3ae240;},'DmXvr':_0x38f51f(0x12f),'QkXGl':_0x38f51f(0xbe),'Gqpca':_0x38f51f(0x102),'AKnql':_0x38f51f(0xe5),'gnbMt':function(_0x8e8f0c,_0x50df60,_0x3870e6){return _0x8e8f0c(_0x50df60,_0x3870e6);},'lGPxZ':function(_0x4ed9b7,_0x509391,_0x3d6906){return _0x4ed9b7(_0x509391,_0x3d6906);},'aMAnB':function(_0x5c6f2a,_0x3cf3ad){return _0x5c6f2a(_0x3cf3ad);},'tdIDs':_0x38f51f(0x117),'XqCoG':_0x38f51f(0x133),'yUWPq':_0x38f51f(0x99),'fbBTp':'isAccessibilityPlatform','HauCJ':function(_0x225283){return _0x225283();},'gaDxM':_0x38f51f(0x7c),'aQult':'.browserstack.com','wEsWu':_0x38f51f(0xbd),'OUgOi':'aiSdk_framework','fmMzq':'jest','patJi':'aiSdk_bstackConfig','wfcnQ':function(_0x1af4c6,_0x2019bd){return _0x1af4c6!==_0x2019bd;},'YWHOU':'bstackAllyScanning','ZjFuh':_0x38f51f(0xe4),'FucSC':_0x38f51f(0x7f),'xDJaU':_0x38f51f(0x124),'PWgxJ':'selenium-webdriver/lib/webdriver.js','TbyQp':_0x38f51f(0x146),'ezvmj':_0x38f51f(0xdb),'rlPTS':'Modifying\x20webdriver\x20execute','jhrDm':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x4ecbd9=helper[_0x38f51f(0xb4)]();let _0x7f96d;try{_0x7f96d=helper[_0x38f51f(0x10e)](),_0x7f96d[_0x38f51f(0xef)]&&(_0x7f96d['Builder']=_0x7f96d[_0x38f51f(0xef)]);}catch(_0x24a628){return;}if(helper[_0x38f51f(0xe9)]()){const _0x35b633={};_0x35b633['logLevel']=_0x16a4cf[_0x38f51f(0x88)],helper[_0x38f51f(0x149)](_0x35b633,new Map(),new Map()),logger[_0x38f51f(0x147)](_0x3a62e8[_0x38f51f(0x13f)]),logger['debug'](_0x3a62e8[_0x38f51f(0x13a)]);}class _0x52e9c4 extends _0x4ecbd9['HttpClient']{['send'](_0x4ca904){const _0x5a82ed=_0x38f51f;if(_0x3a62e8[_0x5a82ed(0x89)](_0x4ca904[_0x5a82ed(0xd8)],_0x3a62e8[_0x5a82ed(0x122)])&&_0x3a62e8[_0x5a82ed(0xe1)](global['newHubUrl'],''))try{global[_0x5a82ed(0x121)]=_0x3a62e8[_0x5a82ed(0x12b)](_0x3a62e8[_0x5a82ed(0x12b)](_0x3a62e8[_0x5a82ed(0x9e)],global[_0x5a82ed(0x121)]),_0x3a62e8['PmUlh']),this[_0x5a82ed(0xcf)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger[_0x5a82ed(0x144)](_0x5a82ed(0xa6)+global['newHubUrl']),global[_0x5a82ed(0x121)]='';}catch(_0x586a95){logger['error'](_0x586a95);}if(globals[_0x5a82ed(0x125)](_0x3a62e8[_0x5a82ed(0x9b)])&&globals[_0x5a82ed(0x125)](_0x3a62e8[_0x5a82ed(0x14a)])){const _0x5b14f4=_0x4ca904[_0x5a82ed(0xd8)]['split']('/')[0x2];_0x5b14f4&&commandRepository[_0x5a82ed(0xd7)](_0x5b14f4,_0x4ca904);}return super[_0x5a82ed(0xc9)](_0x4ca904);}}class _0x2e90fb extends _0x7f96d[_0x38f51f(0xd6)]{['setServer'](){const _0x1220ae=_0x38f51f;return this[_0x1220ae(0xcc)]=helper['getHubUrl'](_0x16a4cf),logger['debug'](_0x1220ae(0x140)+this[_0x1220ae(0xcc)]),this;}[_0x38f51f(0xe7)](_0x3ae0bd){const _0x27bd72=_0x38f51f;let _0x42192c={};for(const _0x3da6e6 in _0x3ae0bd){switch(_0x3da6e6){case _0x3a62e8[_0x27bd72(0xf6)]:case _0x3a62e8[_0x27bd72(0x138)]:this[_0x27bd72(0xf8)]&&(_0x42192c=this[_0x27bd72(0xf8)][_0x27bd72(0xba)](this[_0x27bd72(0xf8)]['CAPABILITY_KEY'])||{},this[_0x27bd72(0xf8)][_0x27bd72(0x13c)](this[_0x27bd72(0xf8)][_0x27bd72(0x115)],helper[_0x27bd72(0x84)](_0x42192c,_0x3ae0bd[_0x3da6e6])));break;case _0x3a62e8['dZyQj']:case _0x3a62e8[_0x27bd72(0xf0)]:this[_0x27bd72(0xf1)]&&(_0x42192c=this['edgeOptions_']['get'](this[_0x27bd72(0xf1)]['CAPABILITY_KEY'])||{},this[_0x27bd72(0xf1)][_0x27bd72(0x13c)](this[_0x27bd72(0xf1)]['CAPABILITY_KEY'],helper['mergeDeep'](_0x42192c,_0x3ae0bd[_0x3da6e6])));break;case _0x3a62e8[_0x27bd72(0x119)]:case _0x3a62e8[_0x27bd72(0x8f)]:this['firefoxOptions_']&&(_0x42192c=this[_0x27bd72(0xa9)][_0x27bd72(0xba)](this[_0x27bd72(0xa9)][_0x27bd72(0x115)])||{},this['firefoxOptions_'][_0x27bd72(0x13c)](this['firefoxOptions_']['CAPABILITY_KEY'],helper[_0x27bd72(0x84)](_0x42192c,_0x3ae0bd[_0x3da6e6])));break;case _0x3a62e8[_0x27bd72(0x127)]:this[_0x27bd72(0x79)]&&(_0x42192c=this[_0x27bd72(0x79)][_0x27bd72(0xba)](this[_0x27bd72(0x79)][_0x27bd72(0x115)])||{},this['safariOptions_'][_0x27bd72(0x13c)](this['safariOptions_'][_0x27bd72(0x115)],helper[_0x27bd72(0x84)](_0x42192c,_0x3ae0bd[_0x3da6e6])));break;case _0x3a62e8['fsWlS']:case _0x3a62e8[_0x27bd72(0x136)]:this[_0x27bd72(0xb8)]&&(_0x42192c=this['ieOptions_']['get'](this['ieOptions_'][_0x27bd72(0x115)])||{},this[_0x27bd72(0xb8)][_0x27bd72(0x13c)](this['ieOptions_'][_0x27bd72(0x115)],helper[_0x27bd72(0x84)](_0x42192c,_0x3ae0bd[_0x3da6e6])));break;}}}[_0x38f51f(0xc7)](){const _0x56bf99=_0x38f51f,_0x17a74b={'OBiPc':function(_0x106d50,_0x1209cc){const _0x3b0566=a93_0x4898;return _0x3a62e8[_0x3b0566(0xf7)](_0x106d50,_0x1209cc);},'jfOFJ':_0x3a62e8[_0x56bf99(0x110)]};return logger[_0x56bf99(0x144)](_0x3a62e8['QkXGl']),this[_0x56bf99(0xe7)](_0x16a4cf[_0x56bf99(0x8d)]),Object[_0x56bf99(0x13d)](_0x16a4cf[_0x56bf99(0x8d)])[_0x56bf99(0x126)](_0x580f03=>{const _0xa70848=_0x56bf99,_0x94d4e5=this['capabilities_']['get'](_0x580f03);_0x17a74b[_0xa70848(0xe2)](typeof _0x94d4e5,_0x17a74b[_0xa70848(0xae)])?this[_0xa70848(0xec)]['set'](_0x580f03,helper[_0xa70848(0x84)](_0x94d4e5,_0x16a4cf['capability'][_0x580f03])):this[_0xa70848(0xec)][_0xa70848(0x13c)](_0x580f03,_0x16a4cf[_0xa70848(0x8d)][_0x580f03]);}),this;}[_0x38f51f(0x12c)](){const _0x389ec0=_0x38f51f,_0x4a5b38={'rubAK':function(_0x234a15,_0x43d486,_0x3a9e16){const _0x376c01=a93_0x4898;return _0x3a62e8[_0x376c01(0x145)](_0x234a15,_0x43d486,_0x3a9e16);},'xdUTL':function(_0x195f3d,_0x410ceb){const _0x468d11=a93_0x4898;return _0x3a62e8[_0x468d11(0xfb)](_0x195f3d,_0x410ceb);},'Gycck':_0x3a62e8[_0x389ec0(0xb7)],'bRDrr':function(_0x2bf85b,_0x42c609,_0x5675e9){const _0x54aa3a=_0x389ec0;return _0x3a62e8[_0x54aa3a(0x145)](_0x2bf85b,_0x42c609,_0x5675e9);},'gvxWW':function(_0x5d57c3,_0x20486a){const _0x5818c1=_0x389ec0;return _0x3a62e8[_0x5818c1(0xfb)](_0x5d57c3,_0x20486a);}};if(helper['isBrowserstackInfra']()){const _0x1e7ae3=_0x3a62e8[_0x389ec0(0x131)][_0x389ec0(0xfc)]('|');let _0x553c74=0x0;while(!![]){switch(_0x1e7ae3[_0x553c74++]){case'0':logger[_0x389ec0(0x144)](_0x3a62e8[_0x389ec0(0xf9)]);continue;case'1':this['setServer']();continue;case'2':globals['getGlobal'](_0x3a62e8[_0x389ec0(0xb1)])&&(!_0x3a62e8[_0x389ec0(0xdc)](setExtension,this,_0x16a4cf)&&globals[_0x389ec0(0x85)](_0x3a62e8[_0x389ec0(0xb1)],![]));continue;case'3':helper[_0x389ec0(0xf3)](_0x16a4cf['capability']);continue;case'4':this[_0x389ec0(0xc7)]();continue;case'5':_0x3a62e8[_0x389ec0(0x143)](isAccessibilityAutomationSession)&&_0x3a62e8[_0x389ec0(0xfb)](setAccessibilityCapabilities,_0x16a4cf);continue;case'6':if(helper[_0x389ec0(0xca)](_0x16a4cf[_0x389ec0(0x98)][_0x389ec0(0xb6)]))this[_0x389ec0(0xc3)]=helper[_0x389ec0(0x9c)](_0x16a4cf[_0x389ec0(0x98)][_0x389ec0(0xb6)]);else _0x16a4cf[_0x389ec0(0x98)][_0x389ec0(0xb6)]&&(this[_0x389ec0(0xaf)]=_0x16a4cf['proxySettings'][_0x389ec0(0xb6)],logger['debug'](_0x389ec0(0xed)+this[_0x389ec0(0xaf)]));continue;}break;}}else{const _0x52bf53=_0x3a62e8[_0x389ec0(0x11b)][_0x389ec0(0xfc)]('|');let _0x262655=0x0;while(!![]){switch(_0x52bf53[_0x262655++]){case'0':helper[_0x389ec0(0x82)](null,null,_0x16a4cf['framework'],null,this,null);continue;case'1':helper[_0x389ec0(0xf3)](_0x16a4cf['capability']);continue;case'2':if(this['url_'][_0x389ec0(0xd0)](_0x3a62e8[_0x389ec0(0x10d)]))logger[_0x389ec0(0x144)](_0x3a62e8[_0x389ec0(0x116)]),globals['setGlobal'](_0x3a62e8[_0x389ec0(0x9b)],![]),globals[_0x389ec0(0x85)](_0x3a62e8[_0x389ec0(0x14a)],![]);else globals[_0x389ec0(0x125)](_0x3a62e8[_0x389ec0(0x9b)])&&globals[_0x389ec0(0x125)](_0x3a62e8[_0x389ec0(0x14a)])&&aiSdkWrapper[_0x389ec0(0x118)](this);continue;case'3':_0x3a62e8[_0x389ec0(0xf7)](globals[_0x389ec0(0x125)](_0x3a62e8[_0x389ec0(0xc4)]),_0x3a62e8[_0x389ec0(0x120)])&&(commandRepository['setFramework'](_0x3a62e8[_0x389ec0(0x120)]),commandRepository['setConfig'](globals['getGlobal'](_0x3a62e8[_0x389ec0(0xa8)])));continue;case'4':helper['readTcgAuthConfigToGlobal']();continue;}break;}}const _0x39e809=super[_0x389ec0(0x12c)]();return _0x39e809[_0x389ec0(0x103)][_0x389ec0(0x11e)](_0x42b5f0=>{const _0x36b5d8=_0x389ec0;try{const _0x250034=_0x42b5f0[_0x36b5d8(0x14d)][_0x36b5d8(0xba)](_0x3a62e8['Gqpca']);_0x250034?(logger['debug'](_0x36b5d8(0x86)+_0x250034),hubAllocator['updateHubUrl'](_0x250034),helper[_0x36b5d8(0xa5)](_0x250034)):logger[_0x36b5d8(0x144)](_0x3a62e8['AKnql']);}catch(_0x52c334){logger[_0x36b5d8(0x144)](_0x36b5d8(0xdf)+_0x52c334);}}),_0x39e809[_0x389ec0(0x96)]=0x0,_0x39e809['then']&&_0x39e809[_0x389ec0(0x11e)](_0x40a9f5=>{const _0x2f1839=_0x389ec0,_0x3ad743=_0x4a5b38['Gycck'][_0x2f1839(0xfc)]('|');let _0x4adb88=0x0;while(!![]){switch(_0x3ad743[_0x4adb88++]){case'0':_0x40a9f5[_0x2f1839(0xa2)]=async()=>{const _0x70ebc7=_0x2f1839;return await _0x4a5b38[_0x70ebc7(0x104)](performScan,_0x40a9f5);};continue;case'1':_0x40a9f5[_0x2f1839(0x10c)]=async()=>{const _0x33dba9=_0x2f1839;return await _0x4a5b38[_0x33dba9(0x95)](getAccessibilityResultsSummary,_0x40a9f5,global);};continue;case'2':helper[_0x2f1839(0x87)](_0x40a9f5,_0x16a4cf);continue;case'3':_0x16a4cf[_0x2f1839(0x8d)]&&percyHelper[_0x2f1839(0x9d)](_0x40a9f5,_0x7f96d[_0x2f1839(0x123)],_0x16a4cf);continue;case'4':_0x4a5b38[_0x2f1839(0xab)](overrideExecute,_0x40a9f5,_0x16a4cf);continue;case'5':helper[_0x2f1839(0x12e)](_0x40a9f5,_0x39e809);continue;case'6':_0x40a9f5[_0x2f1839(0x134)]=async()=>{return await _0x4a5b38['rubAK'](getAccessibilityResults,_0x40a9f5,global);};continue;case'7':_0x307eaf&&_0x4a5b38['xdUTL'](overrideTakeScreenshot,_0x40a9f5);continue;}break;}}),_0x39e809['getAccessibilityResultsSummary']=async()=>{return await _0x3a62e8['gnbMt'](getAccessibilityResultsSummary,_0x39e809,global);},_0x39e809['getAccessibilityResults']=async()=>{return await _0x4a5b38['bRDrr'](getAccessibilityResults,_0x39e809,global);},_0x39e809['performScan']=async()=>{const _0x3b3409=_0x389ec0;return await _0x4a5b38[_0x3b3409(0xad)](performScan,_0x39e809);},_0x307eaf&&_0x3a62e8['aMAnB'](overrideTakeScreenshot,_0x39e809),helper[_0x389ec0(0x12e)](_0x39e809),helper[_0x389ec0(0x87)](_0x39e809,_0x16a4cf),_0x3a62e8[_0x389ec0(0x145)](overrideExecute,_0x39e809,_0x16a4cf),_0x16a4cf[_0x389ec0(0x8d)]&&percyHelper[_0x389ec0(0x9d)](_0x39e809,_0x7f96d[_0x389ec0(0x123)],_0x16a4cf),helper[_0x389ec0(0x13e)](global[_0x389ec0(0x112)])&&(global[_0x389ec0(0x112)]=[]),helper[_0x389ec0(0x13e)](global[_0x389ec0(0xdd)])&&(global['__drivers']=[]),global[_0x389ec0(0x112)][_0x389ec0(0x94)](_0x39e809),global[_0x389ec0(0x108)]=_0x39e809,_0x425ea5&&(_0x425ea5['global'][_0x389ec0(0x108)]=_0x39e809),_0x3a62e8['zRKCH'](global['__drivers'],undefined)&&global[_0x389ec0(0xdd)][_0x389ec0(0x94)](_0x39e809),_0x425ea5&&helper['isUndefined'](_0x425ea5[_0x389ec0(0xb2)][_0x389ec0(0xdd)])&&(_0x425ea5[_0x389ec0(0xb2)][_0x389ec0(0xdd)]=[]),_0x425ea5&&helper[_0x389ec0(0x13e)](_0x425ea5[_0x389ec0(0xb2)][_0x389ec0(0x112)])&&(_0x425ea5['global'][_0x389ec0(0x112)]=[]),_0x425ea5&&_0x3a62e8[_0x389ec0(0xe3)](_0x425ea5[_0x389ec0(0xb2)]['__drivers'],undefined)&&(_0x425ea5[_0x389ec0(0xb2)][_0x389ec0(0xdd)][_0x389ec0(0x94)](_0x39e809),_0x425ea5[_0x389ec0(0xb2)]['__driversArray'][_0x389ec0(0x94)](_0x39e809)),_0x39e809['isAccessibilityPlatform']=globals['getGlobal'](_0x3a62e8['fbBTp']),globals['setGlobal'](_0x3a62e8[_0x389ec0(0xb1)],globals[_0x389ec0(0x125)](_0x3a62e8[_0x389ec0(0xb1)])),_0x39e809;}}_0x425ea5&&(globals[_0x38f51f(0xa4)]=_0x425ea5[_0x38f51f(0xb2)][_0x38f51f(0xa4)]);if(_0x3a62e8[_0x38f51f(0x143)](isAccessibilityAutomationSession))try{let _0xcdc0aa=helper[_0x38f51f(0x10a)](_0x3a62e8[_0x38f51f(0xcd)],_0x3a62e8[_0x38f51f(0xf2)])[_0x38f51f(0x129)];(!_0xcdc0aa[_0x38f51f(0x107)]||!_0xcdc0aa['prototype']['execute'])&&(_0xcdc0aa=helper[_0x38f51f(0x10a)](_0x3a62e8[_0x38f51f(0x100)],_0x3a62e8[_0x38f51f(0xf2)])[_0x38f51f(0xd2)]);if(_0xcdc0aa[_0x38f51f(0x107)]&&_0xcdc0aa[_0x38f51f(0x107)]['execute']){const _0x524127=_0xcdc0aa[_0x38f51f(0x107)][_0x38f51f(0x80)];logger['debug'](_0x3a62e8['rlPTS']),_0xcdc0aa['prototype'][_0x38f51f(0x80)]=async function(){const _0x2805e1=_0x38f51f;try{!globals[_0x2805e1(0x125)](_0x3a62e8[_0x2805e1(0x132)])&&globals['getGlobal'](_0x3a62e8[_0x2805e1(0xb1)])&&globals[_0x2805e1(0x125)](_0x3a62e8[_0x2805e1(0x91)])&&scripts[_0x2805e1(0xbb)](arguments[0x0][_0x2805e1(0xbc)])&&!_0x3a62e8[_0x2805e1(0xfb)](isBrowserStackCommandExecutor,arguments[0x0]['parameters_'])&&(globals[_0x2805e1(0x85)](_0x3a62e8['YWHOU'],!![]),logger[_0x2805e1(0x144)]('Performing\x20scan\x20for\x20'+arguments[0x0][_0x2805e1(0xbc)]),await _0x3a62e8['gnbMt'](performScan,global['__driver'],arguments[0x0][_0x2805e1(0xbc)]));}catch(_0x4e6802){logger[_0x2805e1(0x144)](_0x2805e1(0xa1)+util[_0x2805e1(0xc8)](_0x4e6802));}return globals['setGlobal'](_0x3a62e8[_0x2805e1(0x132)],![]),_0x524127[_0x2805e1(0x111)](this,arguments);};}}catch(_0x2cb50e){logger[_0x38f51f(0x144)](_0x3a62e8['MbSUh'](_0x3a62e8[_0x38f51f(0x139)],_0x2cb50e));}return _0x7f96d[_0x38f51f(0xef)]=_0x7f96d[_0x38f51f(0xd6)],_0x7f96d['Builder']=_0x2e90fb,_0x4ecbd9[_0x38f51f(0xf5)]=_0x52e9c4,_0x7f96d;};function a93_0x4291(){const _0x357f39=['initializeHealingCapabilities','kOfOR','MHNda','gaDxM','NwsQT','INgrR','then','safari.options','fmMzq','newHubUrl','rrbQO','WebElement','Modifying\x20webdriver\x20builder','getGlobal','forEach','IimOB','116333gZikKE','WebDriver','PuTAZ','MbSUh','build','./bin/playwright/modifyPlaywrightConf','overrideQuit','object','updateHubUrl','XqCoG','YWHOU','3|5|1|4|6|2|0','getAccessibilityResults','jSNIb','ACzOD','chromeOptions','zzaff','jhrDm','xDJaU','Gqnfz','set','keys','isUndefined','FucSC','Hub\x20url\x20set\x20to\x20','/session','tjrkd','HauCJ','debug','lGPxZ','selenium-webdriver','info','hFJDp','setLogLevel','IYpwg','./helpers/logger','exports','caps_','safariOptions_','firefoxOptions','1320SkkMgj','0|1|4|3|2','3678vFxIDK','bOHst','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','execute','KSkyK','prepareCapabilities','getRequestOptions','mergeDeep','setGlobal','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','overrideGet','browserStackLogLevel','zRKCH','YiqdK','./helpers/ai-sdk/aiSdkWrapper','dTMEF','capability','GfTpC','HWedD','./browserStackSdk','ZjFuh','15044kpMByG','_modifyPlaywright','push','rubAK','quitCount_','zzlAL','proxySettings','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','./helpers/percy/PercySDK','URsnr','getHttpAgent','patchDriverPercy','rrtxo','bKDqj','pYIYF','Failed\x20to\x20perform\x20scan\x20','performScan','./helpers/patchHelper','browserStackGlobals','storeOptimalHubUrl','New\x20hub\x20url\x20set\x20to\x20','goog:chromeOptions','patJi','firefoxOptions_','ZyKwG','bRDrr','./helpers/ai-sdk/autoHealHelper','gvxWW','jfOFJ','proxy_','14959aLGKuV','fbBTp','global','./helpers/accessibility-automation/scripts','requireHttpClient','8550080lVFpza','proxyUrl','tdIDs','ieOptions_','setServer','get','shouldWrapCommand','name_','Disabling\x20healing\x20via\x20Browserstack\x20SDK\x20since\x20the\x20session\x20is\x20being\x20run\x20on\x20Browserstack\x20Infra','Setting\x20Browserstack\x20capabilities','browserstackAgent','LKOal','isAccessibilityPlatform','6214OoGCCa','agent_','OUgOi','BrowserStackSdk','FuSmb','setCapabilities','format','send','isPacProxy','wkSZz','url_','PWgxJ','btvKC','options_','includes','se:ieOptions','Executor','tgYFJ','https://','khmGe','Builder','pushCommand','path','./helpers/globals','aiHeal_isAuthenticated','selenium-webdriver/lib/http.js','gnbMt','__drivers','./helpers/patchHelpers','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','ms:edgeOptions','VnFCh','OBiPc','wfcnQ','bstackA11yShouldScan','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','8lpzFgv','__setBrowserOptions','edgeOptions','isBrowserstackInfra','oXjwe','error','capabilities_','Proxy\x20set\x20to\x20','ieOptions','originalBuilder','cqleF','edgeOptions_','TbyQp','setAdditionalCapabilities','2022999YuYmvj','HttpClient','hsQEv','aQINy','chromeOptions_','yUWPq','1565njxWDF','aMAnB','split','./bin/mocha/accessibility-automation/helper','3170754pPVFDd','./hubAllocationMethods','ezvmj','percy','optimalHubUrl','session_','xdUTL','DqNpN','KNzut','prototype','__driver','xaxoJ','requireModule','ytRhX','getAccessibilityResultsSummary','aQult','requireSeleniumWebdriver','moz:firefoxOptions','DmXvr','apply','__driversArray','/wd/hub','YtlJZ','CAPABILITY_KEY','wEsWu','5|7|2|4|3|1|6|0'];a93_0x4291=function(){return _0x357f39;};return a93_0x4291();}module['exports'][a93_0x45e5c1(0xbf)]=modify,module[a93_0x45e5c1(0x14c)]['browserstackAgentV2']=modifyV2,module[a93_0x45e5c1(0x14c)][a93_0x45e5c1(0x101)]=percySDK,module[a93_0x45e5c1(0x14c)][a93_0x45e5c1(0xc5)]=BrowserStackSdk,module[a93_0x45e5c1(0x14c)][a93_0x45e5c1(0x93)]=modifyPlaywrightConfig;
|