browserstack-node-sdk 1.34.56 → 1.34.57
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/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.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/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.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/metadata.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/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/processHelper.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 a59_0x2e754e=a59_0x3580;(function(_0x32f5a2,_0x637a2f){const _0x31f433=a59_0x3580,_0x4deb7d=_0x32f5a2();while(!![]){try{const _0x48f199=parseInt(_0x31f433(0x118))/0x1*(parseInt(_0x31f433(0xee))/0x2)+-parseInt(_0x31f433(0x12c))/0x3*(-parseInt(_0x31f433(0xd0))/0x4)+parseInt(_0x31f433(0x10b))/0x5+-parseInt(_0x31f433(0xfc))/0x6*(parseInt(_0x31f433(0x104))/0x7)+parseInt(_0x31f433(0xe1))/0x8*(-parseInt(_0x31f433(0xcf))/0x9)+parseInt(_0x31f433(0x119))/0xa+-parseInt(_0x31f433(0x12d))/0xb*(-parseInt(_0x31f433(0xca))/0xc);if(_0x48f199===_0x637a2f)break;else _0x4deb7d['push'](_0x4deb7d['shift']());}catch(_0x12e6c0){_0x4deb7d['push'](_0x4deb7d['shift']());}}}(a59_0x3c46,0x829b4));const path=require(a59_0x2e754e(0x12e)),{commandRepository}=require('./autoHealHelper'),constants=require(a59_0x2e754e(0xe2)),logger=require('../logger')['winstonLogger'],globals=require(a59_0x2e754e(0x122)),timeoutPromise=require(a59_0x2e754e(0x10c)),isUndefinedOrNull=_0x2d5df9=>_0x2d5df9===undefined||_0x2d5df9===null||_0x2d5df9==='',isNotUndefinedOrNull=_0x307eeb=>!isUndefinedOrNull(_0x307eeb),isString=_0x2f14fd=>isNotUndefinedOrNull(_0x2f14fd)&&typeof _0x2f14fd===a59_0x2e754e(0x11c);function a59_0x3c46(){const _0x2a9180=['vTQpL','aiHealing','492NtLBvu','ieOptions_','then','cXFtM','error','18999lZbCZr','540FXlXyS','set','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','ypbnB','HEALING_LOG_DATA_TIMEOUT','\x22}}}','cancel','executeScript','using','value','GLiZX','BrowserstackHealing.logData\x20method\x20timed\x20out','keys','edge','jHQNw','VBypS','\x22,\x20\x22tcgUrls\x22:\x20{\x22','1976gpudvF','../../bin/utils/constants','UEBoE','getTestName','map_','FfRwY','dLkmJ','vWUqD','pdLQp','sPoxL','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','fTVdH','isSelfHealEnabled','522YuhfBw','name_','niFDQ','_handleEvent','browserName','aiHeal_sessionToken','aiHeal_isGroupAIEnabled','config','TCG_REGION','zWqnc','getGlobal','TCG_URL','replace','kPuyV','582eFeTFy','UmsLr','pollResult','split','chromeOptions_','framework','s://','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','15281zQmLMI','aiHeal_groupId','fromEntries','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','info','SET_TCG_TOKEN_TIMEOUT','xZUOP','451050ikwmwN','../../helpers/timeoutPromise','BrowserstackHealing.healFailure\x20method\x20timed\x20out','setToken','ITtAc','capabilities_','BrowserstackHealing.setToken\x20method\x20timed\x20out','AXbhJ','handleSuccess','setTcgToken','TDplM','BrowserstackHealingHealFailureFailed','xmOsA','1721bwGWkO','295890orZqLi','jdAHN','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','string','KRXyU','getSession','chrome','PfPlu','getCommands','../globals','logData','getCapabilities','xqGLv','BrowserstackHealingPollResultFailed','getId','selector','BrowserstackHealing','healFailure','toLowerCase','13371ocqRpp','26147gMkxKB','path','debug','BrowserstackHealingSetTcgTokenFailed','HEALING_FAILURE_TIMEOUT','message','aiSdkWrapper','getProjectName','safariOptions_','LoVhc','\x22:\x20{\x22endpoint\x22:\x20\x22','OymYH','race','parameters_','\x20command','get','join','BrowserstackHealing.pollResult\x20method\x20timed\x20out','SxXGv','browserstackSessionName','freeze','log','firefoxOptions_','handleFailure','SXayF','{\x22region\x22:\x20\x22'];a59_0x3c46=function(){return _0x2a9180;};return a59_0x3c46();}function a59_0x3580(_0x48591c,_0x561d77){const _0x3c4648=a59_0x3c46();return a59_0x3580=function(_0x358003,_0x399d6f){_0x358003=_0x358003-0xc6;let _0x5eae3b=_0x3c4648[_0x358003];return _0x5eae3b;},a59_0x3580(_0x48591c,_0x561d77);}class AiSdkWrapper{constructor(){const _0x3e596d=a59_0x2e754e,_0x20226b={'vTQpL':function(_0x21cda8,_0x57b66f){return _0x21cda8(_0x57b66f);},'sPoxL':'../../ai-sdk-node/bundle'};this[_0x3e596d(0x129)]=undefined;try{this[_0x3e596d(0x129)]=_0x20226b[_0x3e596d(0xc8)](require,path[_0x3e596d(0x13d)](__dirname,_0x20226b[_0x3e596d(0xea)]));}catch(_0x41169f){logger[_0x3e596d(0xce)](_0x3e596d(0xd2)+(_0x41169f&&_0x41169f[_0x3e596d(0x132)]?_0x41169f[_0x3e596d(0x132)]:''));}}['initializeHealingCapabilities'](_0x302258){const _0x46b385=a59_0x2e754e,_0x2bd2b3={};_0x2bd2b3[_0x46b385(0xe8)]='newCapabilities',_0x2bd2b3[_0x46b385(0x10a)]=function(_0x1babe6,_0x18207e){return _0x1babe6===_0x18207e;},_0x2bd2b3[_0x46b385(0xda)]=_0x46b385(0x11f),_0x2bd2b3[_0x46b385(0x138)]=function(_0x49e512,_0x4e77b8){return _0x49e512===_0x4e77b8;},_0x2bd2b3[_0x46b385(0x11a)]='firefox',_0x2bd2b3[_0x46b385(0xcd)]=function(_0x58f653,_0x5b3201){return _0x58f653===_0x5b3201;},_0x2bd2b3[_0x46b385(0xe3)]='safari',_0x2bd2b3[_0x46b385(0xc6)]=function(_0x424a8c,_0x5e2203){return _0x424a8c===_0x5e2203;},_0x2bd2b3[_0x46b385(0xe9)]=_0x46b385(0xdd),_0x2bd2b3[_0x46b385(0x13f)]=function(_0x3e1860,_0x2b8858){return _0x3e1860===_0x2b8858;},_0x2bd2b3[_0x46b385(0xec)]='microsoftedge';const _0xdd7bbe=_0x2bd2b3;try{const _0x3aece7=this[_0x46b385(0x129)]['initializeCapabilities'](Object[_0x46b385(0x106)](_0x302258[_0x46b385(0x124)]()[_0x46b385(0xe5)]));console[_0x46b385(0x142)](_0xdd7bbe['vWUqD'],_0x3aece7);if(_0xdd7bbe[_0x46b385(0x10a)](_0x3aece7?.[_0x46b385(0xf2)]?.['toLowerCase'](),_0xdd7bbe[_0x46b385(0xda)]))_0x302258[_0x46b385(0x100)]=_0x3aece7;else{if(_0xdd7bbe[_0x46b385(0x138)](_0x3aece7?.[_0x46b385(0xf2)]?.[_0x46b385(0x12b)](),_0xdd7bbe[_0x46b385(0x11a)]))_0x302258[_0x46b385(0x143)]=_0x3aece7;else{if(_0xdd7bbe[_0x46b385(0xcd)](_0x3aece7?.[_0x46b385(0xf2)]?.[_0x46b385(0x12b)](),_0xdd7bbe['UEBoE']))_0x302258[_0x46b385(0x135)]=_0x3aece7;else{if(_0xdd7bbe[_0x46b385(0xc6)](_0x3aece7?.[_0x46b385(0xf2)]?.[_0x46b385(0x12b)](),_0xdd7bbe[_0x46b385(0xe9)])||_0xdd7bbe[_0x46b385(0x13f)](_0x3aece7?.[_0x46b385(0xf2)]?.[_0x46b385(0x12b)](),_0xdd7bbe[_0x46b385(0xec)]))_0x302258['edgeOptions_']=_0x3aece7;else _0xdd7bbe[_0x46b385(0x10a)](_0x3aece7?.[_0x46b385(0xf2)]?.[_0x46b385(0x12b)](),'ie')&&(_0x302258[_0x46b385(0xcb)]=_0x3aece7);}}}Object[_0x46b385(0xdc)](_0x3aece7)['forEach'](_0x55da8e=>{const _0xbad34d=_0x46b385,_0x4e938=_0x302258['capabilities_'][_0xbad34d(0x13c)](_0x55da8e);_0x302258[_0xbad34d(0x110)][_0xbad34d(0xd1)](_0x55da8e,_0x3aece7[_0x55da8e]);});}catch(_0x51d9ec){logger[_0x46b385(0xce)](_0x46b385(0xeb)+(_0x51d9ec&&_0x51d9ec['message']?_0x51d9ec[_0x46b385(0x132)]:''));}}async[a59_0x2e754e(0x114)](_0x12d670){const _0xb46b7d=a59_0x2e754e,_0x372de1={'hlyvb':function(_0x48a0fa,_0x4b13fd,_0x2813d6,_0xc767ff,_0x4193c6,_0x5f1c16,_0x1d0960){return _0x48a0fa(_0x4b13fd,_0x2813d6,_0xc767ff,_0x4193c6,_0x5f1c16,_0x1d0960);},'FfRwY':_0xb46b7d(0x111),'xmOsA':_0xb46b7d(0x130),'AXbhJ':_0xb46b7d(0xf3)},_0x4f3e4e=new Date(),_0x5d4fb5=_0x372de1['hlyvb'](timeoutPromise,constants[_0xb46b7d(0x109)],_0x372de1[_0xb46b7d(0xe6)],_0x372de1[_0xb46b7d(0x117)],_0x4f3e4e,this[_0xb46b7d(0xf5)],this['framework']);await Promise[_0xb46b7d(0x139)]([this[_0xb46b7d(0x129)][_0xb46b7d(0x10e)](_0x12d670,globals[_0xb46b7d(0xf8)](_0x372de1[_0xb46b7d(0x112)]),constants[_0xb46b7d(0xf9)])['then'](()=>{_0x5d4fb5['cancel']();}),_0x5d4fb5]);}async[a59_0x2e754e(0xf1)](_0x4b978b,_0x41ebc0,_0x5a2f8c,_0x1d9bdc){const _0x4face3=a59_0x2e754e,_0x19624a={'LoVhc':function(_0x5bcaaf,_0x7e76d2){return _0x5bcaaf===_0x7e76d2;},'kPuyV':function(_0x309748,_0x4321af){return _0x309748===_0x4321af;},'VBypS':function(_0x3f8a70,_0x4ad8ba){return _0x3f8a70(_0x4ad8ba);},'UmsLr':function(_0x911370,_0x4a98a0){return _0x911370(_0x4a98a0);},'KRXyU':function(_0x4d6b60,_0x213884){return _0x4d6b60(_0x213884);},'ITtAc':_0x4face3(0x102),'zWqnc':function(_0x306931,_0x5b89dd){return _0x306931(_0x5b89dd);},'niFDQ':'aiHeal_userId','dLkmJ':_0x4face3(0x105),'xFgSr':_0x4face3(0xf4),'WFiQo':function(_0x2c9dc3,_0x906463,_0x297530,_0x3c1d24,_0x5e7cab,_0x1c75f9,_0x2fa2b0){return _0x2c9dc3(_0x906463,_0x297530,_0x3c1d24,_0x5e7cab,_0x1c75f9,_0x2fa2b0);},'LnYYw':_0x4face3(0xdb),'ORxXc':'BrowserstackHealingLogDataFailed','PfPlu':_0x4face3(0x10d),'DyvSL':_0x4face3(0x116)},_0x26058c=(await _0x41ebc0[_0x4face3(0x11e)]())['getId']();let _0x395ed1='';if(commandRepository[_0x4face3(0xed)]()&&_0x19624a[_0x4face3(0x136)](_0x1d9bdc,![])||_0x19624a[_0x4face3(0xfb)](_0x1d9bdc,!![])){const _0x44923a=_0x19624a[_0x4face3(0xdf)](isNotUndefinedOrNull,_0x5a2f8c[_0x4face3(0x13a)][_0x4face3(0xd8)])&&_0x19624a[_0x4face3(0xdf)](isString,_0x5a2f8c[_0x4face3(0x13a)][_0x4face3(0xd8)])?_0x5a2f8c[_0x4face3(0x13a)][_0x4face3(0xd8)][_0x4face3(0xfa)](/'/g,'\x5c\x27')[_0x4face3(0xfa)](/"/g,'\x5c\x22'):'',_0x4d5e83=_0x19624a[_0x4face3(0xfd)](isNotUndefinedOrNull,_0x5a2f8c[_0x4face3(0x13a)]['using'])&&_0x19624a[_0x4face3(0x11d)](isString,_0x5a2f8c['parameters_']['value'])?_0x5a2f8c[_0x4face3(0x13a)]['value'][_0x4face3(0xfa)](/'/g,'\x5c\x27')[_0x4face3(0xfa)](/"/g,'\x5c\x22'):'',_0x220541=_0x19624a[_0x4face3(0xfd)](isNotUndefinedOrNull,commandRepository[_0x4face3(0x134)]())&&_0x19624a[_0x4face3(0x11d)](isString,commandRepository[_0x4face3(0x134)]())?commandRepository[_0x4face3(0x134)]()[_0x4face3(0xfa)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x1b63bc=_0x19624a[_0x4face3(0xfd)](isNotUndefinedOrNull,global[_0x4face3(0x140)])&&_0x19624a[_0x4face3(0xdf)](isString,global[_0x4face3(0x140)])?global[_0x4face3(0x140)]['replace'](/'/g,'\x5c\x27')[_0x4face3(0xfa)](/"/g,'\x5c\x22'):'';!_0x1b63bc&&(_0x1b63bc=_0x19624a['VBypS'](isNotUndefinedOrNull,commandRepository[_0x4face3(0xe4)]())&&_0x19624a[_0x4face3(0x11d)](isString,commandRepository[_0x4face3(0xe4)]())?commandRepository[_0x4face3(0xe4)]()['replace'](/'/g,'\x5c\x27')[_0x4face3(0xfa)](/"/g,'\x5c\x22'):'');let _0xcff409=_0x4face3(0xc7)+constants[_0x4face3(0xf6)]+_0x4face3(0xe0)+constants['TCG_REGION']+_0x4face3(0x137)+constants[_0x4face3(0xf9)][_0x4face3(0xff)](_0x19624a[_0x4face3(0x10f)])[0x1]+_0x4face3(0xd5);_0xcff409=_0x19624a['KRXyU'](isNotUndefinedOrNull,_0xcff409)&&_0x19624a[_0x4face3(0xf7)](isString,_0xcff409)?_0xcff409[_0x4face3(0xfa)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';const _0x22395d=commandRepository[_0x4face3(0x121)](_0x26058c),_0x5c4af5=globals[_0x4face3(0xf8)](_0x19624a[_0x4face3(0xf0)]),_0x21e7cb=globals['getGlobal'](_0x19624a[_0x4face3(0xe7)]),_0x436bde=globals[_0x4face3(0xf8)](_0x19624a['xFgSr']),_0x1741c4=![],_0x13e92a=new Date();if(_0x1d9bdc){const _0x2bc83f=_0x19624a['WFiQo'](timeoutPromise,constants[_0x4face3(0xd4)],_0x19624a['LnYYw'],_0x19624a['ORxXc'],_0x13e92a,this[_0x4face3(0xf5)],this[_0x4face3(0x101)]);_0x395ed1=await Promise[_0x4face3(0x139)]([this[_0x4face3(0x129)][_0x4face3(0x123)](_0x44923a,_0x4d5e83,_0x220541,_0x1b63bc,_0x21e7cb,_0x26058c,_0x22395d,_0xcff409)[_0x4face3(0xcc)](_0xe9a7da=>{const _0x2024d3=_0x4face3;return _0x2bc83f[_0x2024d3(0xd6)](),_0xe9a7da;}),_0x2bc83f]);}else{if(commandRepository[_0x4face3(0xed)]()){const _0x48fa93=_0x19624a['WFiQo'](timeoutPromise,constants[_0x4face3(0x131)],_0x19624a[_0x4face3(0x120)],_0x19624a['DyvSL'],_0x13e92a,this['config'],this[_0x4face3(0x101)]);_0x395ed1=await Promise[_0x4face3(0x139)]([this[_0x4face3(0x129)][_0x4face3(0x12a)](_0x44923a,_0x4d5e83,_0x220541,_0x1b63bc,_0x5c4af5,_0x21e7cb,_0x26058c,_0x22395d,_0x1741c4,_0x436bde,_0xcff409)[_0x4face3(0xcc)](_0x841d5a=>{return _0x48fa93['cancel'](),_0x841d5a;}),_0x48fa93]);}}_0x395ed1&&await _0x41ebc0[_0x4face3(0xd7)](_0x395ed1);}}async[a59_0x2e754e(0x113)](_0x58f670,_0x55d888,_0x35aaa7){const _0xeaab38=a59_0x2e754e;try{await this[_0xeaab38(0xf1)](_0x58f670,_0x55d888,_0x35aaa7,!![]);}catch(_0x2bd848){return logger[_0xeaab38(0xce)](_0xeaab38(0x103)+(_0x2bd848&&_0x2bd848[_0xeaab38(0x132)]?_0x2bd848[_0xeaab38(0x132)]:'')),![];}return!![];}async[a59_0x2e754e(0x144)](_0x34f68d,_0x2d2bff,_0x5c51d2){const _0x495b7d=a59_0x2e754e,_0x309762={'xqGLv':function(_0x3c2814,_0x299fb6,_0x99201a,_0x3779c1,_0xc09084,_0x12b774,_0x912138){return _0x3c2814(_0x299fb6,_0x99201a,_0x3779c1,_0xc09084,_0x12b774,_0x912138);},'ypbnB':_0x495b7d(0x13e),'jHQNw':_0x495b7d(0x126),'TDplM':_0x495b7d(0xf3)};try{await this['_handleEvent'](_0x34f68d,_0x2d2bff,_0x5c51d2,![]);const _0x5a3aa0=(await _0x2d2bff[_0x495b7d(0x11e)]())[_0x495b7d(0x127)](),_0x28be7f=new Date(),_0x106050=_0x309762[_0x495b7d(0x125)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x309762[_0x495b7d(0xd3)],_0x309762[_0x495b7d(0xde)],_0x28be7f,this['config'],this[_0x495b7d(0x101)]),_0x5a2b69=await Promise[_0x495b7d(0x139)]([this[_0x495b7d(0x129)][_0x495b7d(0xfe)](constants[_0x495b7d(0xf9)],_0x5a3aa0,globals[_0x495b7d(0xf8)](_0x309762[_0x495b7d(0x115)]))['then'](_0x37310a=>{const _0x248dcd=_0x495b7d;return _0x106050[_0x248dcd(0xd6)](),_0x37310a;}),_0x106050]);if(_0x5a2b69&&_0x5a2b69[_0x495b7d(0x128)]&&_0x5a2b69[_0x495b7d(0xd9)]){const _0x47b66b={};return _0x47b66b['locatorType']=_0x5a2b69[_0x495b7d(0x128)],_0x47b66b['locatorValue']=_0x5a2b69[_0x495b7d(0xd9)],_0x47b66b[_0x495b7d(0xc9)]=!![],_0x47b66b;}const _0xe5bb8e={};return _0xe5bb8e['locatorType']=_0x5c51d2[_0x495b7d(0x13a)]['using'],_0xe5bb8e['locatorValue']=_0x5a2b69['value'],_0xe5bb8e[_0x495b7d(0xc9)]=!![],_0xe5bb8e;}catch(_0x1b81df){return logger[_0x495b7d(0x12f)](_0x495b7d(0x107)+(_0x1b81df&&_0x1b81df['message']?_0x1b81df[_0x495b7d(0x132)]:'')),logger[_0x495b7d(0x108)](_0x495b7d(0x11b)+_0x5c51d2[_0x495b7d(0xef)]+_0x495b7d(0x13b)),_0x5c51d2;}}}exports[a59_0x2e754e(0x133)]=Object[a59_0x2e754e(0x141)](new AiSdkWrapper());
|
|
1
|
+
const a59_0x3ab1f6=a59_0x14c6;(function(_0xbfd2fa,_0x543a1a){const _0x43a854=a59_0x14c6,_0x2e7f99=_0xbfd2fa();while(!![]){try{const _0x58a2ef=parseInt(_0x43a854(0xe4))/0x1*(-parseInt(_0x43a854(0x10f))/0x2)+parseInt(_0x43a854(0xf1))/0x3+-parseInt(_0x43a854(0xf7))/0x4*(parseInt(_0x43a854(0xd5))/0x5)+-parseInt(_0x43a854(0xd3))/0x6*(-parseInt(_0x43a854(0xdd))/0x7)+parseInt(_0x43a854(0xf5))/0x8+parseInt(_0x43a854(0x11b))/0x9*(parseInt(_0x43a854(0xb8))/0xa)+-parseInt(_0x43a854(0xa5))/0xb*(-parseInt(_0x43a854(0xb9))/0xc);if(_0x58a2ef===_0x543a1a)break;else _0x2e7f99['push'](_0x2e7f99['shift']());}catch(_0xc96064){_0x2e7f99['push'](_0x2e7f99['shift']());}}}(a59_0x2fa8,0x9b900));function a59_0x14c6(_0x156a54,_0x354966){const _0x2fa8a7=a59_0x2fa8();return a59_0x14c6=function(_0x14c63a,_0x3f206a){_0x14c63a=_0x14c63a-0x9f;let _0x12da5c=_0x2fa8a7[_0x14c63a];return _0x12da5c;},a59_0x14c6(_0x156a54,_0x354966);}const path=require('path'),{commandRepository}=require(a59_0x3ab1f6(0x10a)),constants=require(a59_0x3ab1f6(0xf4)),logger=require('../logger')[a59_0x3ab1f6(0x11a)],globals=require(a59_0x3ab1f6(0xa9)),timeoutPromise=require(a59_0x3ab1f6(0x10d)),isUndefinedOrNull=_0x251234=>_0x251234===undefined||_0x251234===null||_0x251234==='',isNotUndefinedOrNull=_0x4b353e=>!isUndefinedOrNull(_0x4b353e),isString=_0x89b655=>isNotUndefinedOrNull(_0x89b655)&&typeof _0x89b655===a59_0x3ab1f6(0x118);class AiSdkWrapper{constructor(){const _0x2907ad=a59_0x3ab1f6,_0x30db23={'QBTlF':function(_0x4bdcc4,_0x5abd8f){return _0x4bdcc4(_0x5abd8f);},'cUyZM':'../../ai-sdk-node/bundle'};this[_0x2907ad(0xbf)]=undefined;try{this[_0x2907ad(0xbf)]=_0x30db23[_0x2907ad(0xff)](require,path['join'](__dirname,_0x30db23[_0x2907ad(0xcf)]));}catch(_0xb9bf63){logger[_0x2907ad(0xc9)](_0x2907ad(0xc5)+(_0xb9bf63&&_0xb9bf63[_0x2907ad(0xb2)]?_0xb9bf63[_0x2907ad(0xb2)]:''));}}['initializeHealingCapabilities'](_0x515490){const _0x21b9c9=a59_0x3ab1f6,_0x5c6b56={};_0x5c6b56[_0x21b9c9(0xb6)]='newCapabilities',_0x5c6b56[_0x21b9c9(0xf8)]=function(_0x1c1308,_0x4b0759){return _0x1c1308===_0x4b0759;},_0x5c6b56['OXSaW']=_0x21b9c9(0x109),_0x5c6b56['tfGkk']=_0x21b9c9(0xcc),_0x5c6b56[_0x21b9c9(0xbe)]=_0x21b9c9(0xef),_0x5c6b56[_0x21b9c9(0x116)]=_0x21b9c9(0xd2),_0x5c6b56[_0x21b9c9(0xb3)]=_0x21b9c9(0x11c),_0x5c6b56[_0x21b9c9(0xd0)]=function(_0x12b14f,_0x2e40dd){return _0x12b14f===_0x2e40dd;};const _0x4e1f2b=_0x5c6b56;try{const _0x44a344=this[_0x21b9c9(0xbf)][_0x21b9c9(0xed)](Object[_0x21b9c9(0xa3)](_0x515490['getCapabilities']()[_0x21b9c9(0x102)]));console['log'](_0x4e1f2b['EQucd'],_0x44a344);if(_0x4e1f2b[_0x21b9c9(0xf8)](_0x44a344?.[_0x21b9c9(0xfa)]?.[_0x21b9c9(0x106)](),_0x4e1f2b[_0x21b9c9(0x10c)]))_0x515490[_0x21b9c9(0x110)]=_0x44a344;else{if(_0x4e1f2b[_0x21b9c9(0xf8)](_0x44a344?.['browserName']?.[_0x21b9c9(0x106)](),_0x4e1f2b[_0x21b9c9(0xcb)]))_0x515490[_0x21b9c9(0xf3)]=_0x44a344;else{if(_0x4e1f2b['bRzeA'](_0x44a344?.[_0x21b9c9(0xfa)]?.['toLowerCase'](),_0x4e1f2b[_0x21b9c9(0xbe)]))_0x515490['safariOptions_']=_0x44a344;else{if(_0x4e1f2b[_0x21b9c9(0xf8)](_0x44a344?.[_0x21b9c9(0xfa)]?.[_0x21b9c9(0x106)](),_0x4e1f2b[_0x21b9c9(0x116)])||_0x4e1f2b[_0x21b9c9(0xf8)](_0x44a344?.['browserName']?.[_0x21b9c9(0x106)](),_0x4e1f2b['PiHNY']))_0x515490[_0x21b9c9(0x111)]=_0x44a344;else _0x4e1f2b[_0x21b9c9(0xd0)](_0x44a344?.[_0x21b9c9(0xfa)]?.[_0x21b9c9(0x106)](),'ie')&&(_0x515490[_0x21b9c9(0xba)]=_0x44a344);}}}Object[_0x21b9c9(0x103)](_0x44a344)['forEach'](_0x52cb72=>{const _0x2fbf97=_0x21b9c9,_0x5bdb77=_0x515490[_0x2fbf97(0xb1)][_0x2fbf97(0xd6)](_0x52cb72);_0x515490[_0x2fbf97(0xb1)]['set'](_0x52cb72,_0x44a344[_0x52cb72]);});}catch(_0x5d42d0){logger[_0x21b9c9(0xc9)](_0x21b9c9(0xea)+(_0x5d42d0&&_0x5d42d0[_0x21b9c9(0xb2)]?_0x5d42d0[_0x21b9c9(0xb2)]:''));}}async[a59_0x3ab1f6(0xb4)](_0x97f428){const _0x167a00=a59_0x3ab1f6,_0x23a2d9={'CpZTU':function(_0x46f9cc,_0x1186d3,_0x246408,_0x146696,_0x427598,_0x161c20,_0x811da4){return _0x46f9cc(_0x1186d3,_0x246408,_0x146696,_0x427598,_0x161c20,_0x811da4);},'ohRcX':_0x167a00(0xca),'ibTAZ':'BrowserstackHealingSetTcgTokenFailed','efDrc':_0x167a00(0xae)},_0x16a788=new Date(),_0x346320=_0x23a2d9[_0x167a00(0xad)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x23a2d9[_0x167a00(0xa0)],_0x23a2d9[_0x167a00(0x108)],_0x16a788,this[_0x167a00(0xdc)],this[_0x167a00(0xaa)]);await Promise[_0x167a00(0xc8)]([this['BrowserstackHealing'][_0x167a00(0xee)](_0x97f428,globals[_0x167a00(0x115)](_0x23a2d9['efDrc']),constants[_0x167a00(0x9f)])['then'](()=>{const _0x3f6bef=_0x167a00;_0x346320[_0x3f6bef(0xfc)]();}),_0x346320]);}async['_handleEvent'](_0x3ab649,_0x58c465,_0x28afa0,_0x17f2c1){const _0x37455e=a59_0x3ab1f6,_0x5653a0={'uogGX':function(_0x5c5c6c,_0x3328f0){return _0x5c5c6c===_0x3328f0;},'PVxxX':function(_0x126d19,_0x55fc2b){return _0x126d19(_0x55fc2b);},'dzocm':function(_0x518566,_0x26bf04){return _0x518566(_0x26bf04);},'zzVto':function(_0x410e23,_0x76406a){return _0x410e23(_0x76406a);},'PzJxz':function(_0xd45a5c,_0x2e3c6c){return _0xd45a5c(_0x2e3c6c);},'MhIJn':function(_0x91f1ac,_0x274c7a){return _0x91f1ac(_0x274c7a);},'BUVCB':function(_0x291865,_0x1f96cd){return _0x291865(_0x1f96cd);},'zGrsP':_0x37455e(0x117),'nZmGI':function(_0x1d25b8,_0x151f29){return _0x1d25b8(_0x151f29);},'ZzNJm':_0x37455e(0xe2),'ZMnSB':_0x37455e(0xc3),'gqBwq':'aiHeal_isGroupAIEnabled','twdbv':function(_0x3c437a,_0x1dcd0b,_0x4c8741,_0xbef813,_0x3bef8d,_0x3dcf08,_0x3b91e7){return _0x3c437a(_0x1dcd0b,_0x4c8741,_0xbef813,_0x3bef8d,_0x3dcf08,_0x3b91e7);},'rQZYa':'BrowserstackHealing.logData\x20method\x20timed\x20out','ApFxG':_0x37455e(0xd1),'YeyrN':function(_0xe4a634,_0x59b8a9,_0x1b9508,_0x131647,_0x94bbd1,_0x114440,_0x524abf){return _0xe4a634(_0x59b8a9,_0x1b9508,_0x131647,_0x94bbd1,_0x114440,_0x524abf);},'RNTio':_0x37455e(0xdf),'yAuyS':_0x37455e(0x100)},_0x43b793=(await _0x58c465['getSession']())[_0x37455e(0x112)]();let _0x3833ed='';if(commandRepository[_0x37455e(0x101)]()&&_0x5653a0[_0x37455e(0xeb)](_0x17f2c1,![])||_0x5653a0['uogGX'](_0x17f2c1,!![])){const _0x49821f=_0x5653a0[_0x37455e(0xf2)](isNotUndefinedOrNull,_0x28afa0[_0x37455e(0xd4)][_0x37455e(0xb0)])&&_0x5653a0[_0x37455e(0xa8)](isString,_0x28afa0[_0x37455e(0xd4)][_0x37455e(0xb0)])?_0x28afa0[_0x37455e(0xd4)][_0x37455e(0xb0)][_0x37455e(0xfe)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x3ccc00=_0x5653a0[_0x37455e(0xf2)](isNotUndefinedOrNull,_0x28afa0[_0x37455e(0xd4)]['using'])&&_0x5653a0[_0x37455e(0xa8)](isString,_0x28afa0[_0x37455e(0xd4)][_0x37455e(0x10e)])?_0x28afa0[_0x37455e(0xd4)]['value'][_0x37455e(0xfe)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x355672=_0x5653a0[_0x37455e(0xf0)](isNotUndefinedOrNull,commandRepository[_0x37455e(0xd8)]())&&_0x5653a0[_0x37455e(0xe6)](isString,commandRepository[_0x37455e(0xd8)]())?commandRepository[_0x37455e(0xd8)]()['replace'](/'/g,'\x5c\x27')[_0x37455e(0xfe)](/"/g,'\x5c\x22'):'';let _0x3980f1=_0x5653a0[_0x37455e(0x107)](isNotUndefinedOrNull,global[_0x37455e(0x104)])&&_0x5653a0['BUVCB'](isString,global[_0x37455e(0x104)])?global['browserstackSessionName'][_0x37455e(0xfe)](/'/g,'\x5c\x27')[_0x37455e(0xfe)](/"/g,'\x5c\x22'):'';!_0x3980f1&&(_0x3980f1=_0x5653a0[_0x37455e(0xa8)](isNotUndefinedOrNull,commandRepository[_0x37455e(0xce)]())&&_0x5653a0[_0x37455e(0xe6)](isString,commandRepository[_0x37455e(0xce)]())?commandRepository[_0x37455e(0xce)]()['replace'](/'/g,'\x5c\x27')[_0x37455e(0xfe)](/"/g,'\x5c\x22'):'');let _0x902d16=_0x37455e(0xc6)+constants['TCG_REGION']+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x37455e(0xfd)]+_0x37455e(0xa2)+constants[_0x37455e(0x9f)][_0x37455e(0xe7)](_0x5653a0[_0x37455e(0x113)])[0x1]+'\x22}}}';_0x902d16=_0x5653a0[_0x37455e(0xf6)](isNotUndefinedOrNull,_0x902d16)&&_0x5653a0[_0x37455e(0x107)](isString,_0x902d16)?_0x902d16['replace'](/'/g,'\x5c\x27')[_0x37455e(0xfe)](/"/g,'\x5c\x22'):'';const _0x81b8f4=commandRepository[_0x37455e(0xa4)](_0x43b793),_0x350d30=globals[_0x37455e(0x115)](_0x5653a0[_0x37455e(0xa6)]),_0x3ef167=globals[_0x37455e(0x115)](_0x5653a0[_0x37455e(0xbd)]),_0x543a46=globals[_0x37455e(0x115)](_0x5653a0[_0x37455e(0xe3)]),_0x3fba71=![],_0x3b11a2=new Date();if(_0x17f2c1){const _0x138c2f=_0x5653a0[_0x37455e(0xd9)](timeoutPromise,constants[_0x37455e(0xc2)],_0x5653a0[_0x37455e(0xe8)],_0x5653a0[_0x37455e(0xbc)],_0x3b11a2,this[_0x37455e(0xdc)],this[_0x37455e(0xaa)]);_0x3833ed=await Promise[_0x37455e(0xc8)]([this[_0x37455e(0xbf)][_0x37455e(0x119)](_0x49821f,_0x3ccc00,_0x355672,_0x3980f1,_0x3ef167,_0x43b793,_0x81b8f4,_0x902d16)['then'](_0xae3678=>{return _0x138c2f['cancel'](),_0xae3678;}),_0x138c2f]);}else{if(commandRepository[_0x37455e(0x101)]()){const _0xd2f46a=_0x5653a0['YeyrN'](timeoutPromise,constants[_0x37455e(0xbb)],_0x5653a0['RNTio'],_0x5653a0[_0x37455e(0xe9)],_0x3b11a2,this[_0x37455e(0xdc)],this['framework']);_0x3833ed=await Promise[_0x37455e(0xc8)]([this['BrowserstackHealing'][_0x37455e(0xac)](_0x49821f,_0x3ccc00,_0x355672,_0x3980f1,_0x350d30,_0x3ef167,_0x43b793,_0x81b8f4,_0x3fba71,_0x543a46,_0x902d16)['then'](_0x577b0f=>{const _0x4b4eec=_0x37455e;return _0xd2f46a[_0x4b4eec(0xfc)](),_0x577b0f;}),_0xd2f46a]);}}_0x3833ed&&await _0x58c465[_0x37455e(0xe1)](_0x3833ed);}}async[a59_0x3ab1f6(0xf9)](_0x283909,_0x21f45d,_0x53ab23){const _0x28de26=a59_0x3ab1f6;try{await this[_0x28de26(0xde)](_0x283909,_0x21f45d,_0x53ab23,!![]);}catch(_0x589edc){return logger[_0x28de26(0xc9)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x589edc&&_0x589edc['message']?_0x589edc['message']:'')),![];}return!![];}async['handleFailure'](_0x3606d3,_0x33e26e,_0x188f83){const _0xd98c32=a59_0x3ab1f6,_0x21aa63={'inioe':function(_0x4fab06,_0xcc2dfc,_0x192843,_0x52ecf9,_0x53b055,_0xb9d8ba,_0x51f811){return _0x4fab06(_0xcc2dfc,_0x192843,_0x52ecf9,_0x53b055,_0xb9d8ba,_0x51f811);},'pmTpm':_0xd98c32(0xd7),'stgEO':_0xd98c32(0xa1),'IIfaL':'aiHeal_sessionToken'};try{await this[_0xd98c32(0xde)](_0x3606d3,_0x33e26e,_0x188f83,![]);const _0xddfaaa=(await _0x33e26e[_0xd98c32(0xc0)]())[_0xd98c32(0x112)](),_0x416f7b=new Date(),_0x2bb29e=_0x21aa63[_0xd98c32(0xc7)](timeoutPromise,constants[_0xd98c32(0xfb)],_0x21aa63[_0xd98c32(0xe5)],_0x21aa63[_0xd98c32(0xa7)],_0x416f7b,this['config'],this[_0xd98c32(0xaa)]),_0x2403ba=await Promise[_0xd98c32(0xc8)]([this[_0xd98c32(0xbf)][_0xd98c32(0xe0)](constants[_0xd98c32(0x9f)],_0xddfaaa,globals[_0xd98c32(0x115)](_0x21aa63[_0xd98c32(0xab)]))[_0xd98c32(0xdb)](_0x504162=>{const _0x4850a1=_0xd98c32;return _0x2bb29e[_0x4850a1(0xfc)](),_0x504162;}),_0x2bb29e]);if(_0x2403ba&&_0x2403ba['selector']&&_0x2403ba[_0xd98c32(0x10e)]){const _0x23624f={};return _0x23624f[_0xd98c32(0xb5)]=_0x2403ba[_0xd98c32(0x10b)],_0x23624f[_0xd98c32(0xaf)]=_0x2403ba[_0xd98c32(0x10e)],_0x23624f[_0xd98c32(0xcd)]=!![],_0x23624f;}const _0x23688d={};return _0x23688d['locatorType']=_0x188f83[_0xd98c32(0xd4)][_0xd98c32(0xb0)],_0x23688d['locatorValue']=_0x2403ba[_0xd98c32(0x10e)],_0x23688d['aiHealing']=!![],_0x23688d;}catch(_0xd69b0){return logger[_0xd98c32(0xc1)](_0xd98c32(0xec)+(_0xd69b0&&_0xd69b0[_0xd98c32(0xb2)]?_0xd69b0[_0xd98c32(0xb2)]:'')),logger[_0xd98c32(0x105)](_0xd98c32(0xb7)+_0x188f83[_0xd98c32(0xda)]+_0xd98c32(0xc4)),_0x188f83;}}}function a59_0x2fa8(){const _0x282754=['Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','uogGX','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','initializeCapabilities','setToken','safari','zzVto','1204833wiZWhR','PVxxX','firefoxOptions_','../../bin/utils/constants','1017688SZEGRZ','nZmGI','4031156nqoCkX','bRzeA','handleSuccess','browserName','POLL_HEALING_RESULT_TIMEOUT','cancel','TCG_REGION','replace','QBTlF','BrowserstackHealingHealFailureFailed','isSelfHealEnabled','map_','keys','browserstackSessionName','info','toLowerCase','MhIJn','ibTAZ','chrome','./autoHealHelper','selector','OXSaW','../../helpers/timeoutPromise','value','172852AIEfhk','chromeOptions_','edgeOptions_','getId','zGrsP','freeze','getGlobal','DKYPO','s://','string','logData','winstonLogger','63AwhPbK','microsoftedge','TCG_URL','ohRcX','BrowserstackHealingPollResultFailed','\x22:\x20{\x22endpoint\x22:\x20\x22','fromEntries','getCommands','3776443jNpqjr','ZzNJm','stgEO','dzocm','../globals','framework','IIfaL','healFailure','CpZTU','aiHeal_sessionToken','locatorValue','using','capabilities_','message','PiHNY','setTcgToken','locatorType','EQucd','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','349630CxWNdy','12bRZEDF','ieOptions_','HEALING_FAILURE_TIMEOUT','ApFxG','ZMnSB','FcRmk','BrowserstackHealing','getSession','debug','HEALING_LOG_DATA_TIMEOUT','aiHeal_groupId','\x20command','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','{\x22region\x22:\x20\x22','inioe','race','error','BrowserstackHealing.setToken\x20method\x20timed\x20out','tfGkk','firefox','aiHealing','getTestName','cUyZM','RPMTm','BrowserstackHealingLogDataFailed','edge','6rBmVWj','parameters_','5AbYgaJ','get','BrowserstackHealing.pollResult\x20method\x20timed\x20out','getProjectName','twdbv','name_','then','config','4906643DslMyK','_handleEvent','BrowserstackHealing.healFailure\x20method\x20timed\x20out','pollResult','executeScript','aiHeal_userId','gqBwq','2nPUhfc','pmTpm','PzJxz','split','rQZYa','yAuyS'];a59_0x2fa8=function(){return _0x282754;};return a59_0x2fa8();}exports['aiSdkWrapper']=Object[a59_0x3ab1f6(0x114)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a60_0x246653=a60_0x378b;(function(_0x48f31e,_0xdb2653){const _0x1c417c=a60_0x378b,_0x207a4a=_0x48f31e();while(!![]){try{const _0x584a78=parseInt(_0x1c417c(0x20e))/0x1+parseInt(_0x1c417c(0x1f6))/0x2*(parseInt(_0x1c417c(0x1f9))/0x3)+parseInt(_0x1c417c(0x1f5))/0x4+parseInt(_0x1c417c(0x20b))/0x5*(parseInt(_0x1c417c(0x21b))/0x6)+-parseInt(_0x1c417c(0x214))/0x7*(parseInt(_0x1c417c(0x1e1))/0x8)+parseInt(_0x1c417c(0x216))/0x9+-parseInt(_0x1c417c(0x1e6))/0xa;if(_0x584a78===_0xdb2653)break;else _0x207a4a['push'](_0x207a4a['shift']());}catch(_0x45bd8e){_0x207a4a['push'](_0x207a4a['shift']());}}}(a60_0x4037,0xc5b3a));function a60_0x378b(_0x1ed412,_0x531f89){const _0x40379f=a60_0x4037();return a60_0x378b=function(_0x378b58,_0x2cf3d){_0x378b58=_0x378b58-0x1df;let _0x152cd2=_0x40379f[_0x378b58];return _0x152cd2;},a60_0x378b(_0x1ed412,_0x531f89);}function a60_0x4037(){const _0x495607=['15143220VBaxTs','userName','setProjectNameForHealingContext','YwfRX','DnNBf','pushCommand','authInfo','xcZPX','getFramework','fxaWI','aiSessionTimeStamp','kCJEG','setTestNameForHealingContext','now','getConfig','3083152jWISPq','12020yZsPIP','setAuthInfo','setFramework','168dFKnXg','getAuthInfo','zNJho','debug','push','join','commands','accessKey','KsjWK','_pushCommand','winstonLogger','projectName','selfHeal','commandRepository','config','../globals','path','true','15yMuqjM','framework','getProjectName','1421921doaotE','DJsbR','isSelfHealEnabled','No\x20commands\x20found\x20for\x20session:\x20','1|4|0|3|2|5','setConfig','5061854kuIaPq','isTcgTokenSet','4508667fupRJB','stringify','getGlobal','qwQdZ','aiHeal_isHealingEnabled','33996VeRZJX','testName','getCommands','aiHeal_isAuthenticated','8vphCiT','PcMhh','pZbyx','getTcgTokenStatus','length'];a60_0x4037=function(){return _0x495607;};return a60_0x4037();}const calculateTimeDiff=_0x1b2f04=>Date[a60_0x246653(0x1f3)]()-_0x1b2f04,logger=require('../logger')[a60_0x246653(0x203)],globals=require(a60_0x246653(0x208));class HealingCommandRepo{constructor(){const _0x5bb242=a60_0x246653,_0x4e9fa2={};_0x4e9fa2[_0x5bb242(0x1e3)]=_0x5bb242(0x212);const _0x40b1ed=_0x4e9fa2,_0x5803f6=_0x40b1ed[_0x5bb242(0x1e3)]['split']('|');let _0x17c2c9=0x0;while(!![]){switch(_0x5803f6[_0x17c2c9++]){case'0':this['projectName']='';continue;case'1':this[_0x5bb242(0x1ff)]={};continue;case'2':this[_0x5bb242(0x1ec)]={};continue;case'3':this['testName']='';continue;case'4':this['aiSessionTimeStamp']={};continue;case'5':this[_0x5bb242(0x215)]=![];continue;}break;}}[a60_0x246653(0x202)](_0x5ec4d8,_0x1615ab){const _0x582eda=a60_0x246653,_0x45c3ca={};_0x45c3ca[_0x582eda(0x1e2)]=function(_0x16ed6e,_0x1596bb){return _0x16ed6e in _0x1596bb;};const _0x534bce=_0x45c3ca;!_0x534bce[_0x582eda(0x1e2)](_0x5ec4d8,this[_0x582eda(0x1ff)])&&(this[_0x582eda(0x1ff)][_0x5ec4d8]=[]),this[_0x582eda(0x1ff)][_0x5ec4d8][_0x582eda(0x1fd)](_0x1615ab);}[a60_0x246653(0x1eb)](_0x17d0be,_0x319a9a){const _0x239abe=a60_0x246653,_0x52ec45={'DnNBf':function(_0x51be90,_0x5948b6){return _0x51be90(_0x5948b6);}},_0x4d19fa=_0x319a9a['method'],_0x1a137e=_0x319a9a[_0x239abe(0x209)]['split'](_0x17d0be)[0x1],_0x448406=this[_0x239abe(0x1f0)][_0x17d0be],_0x40c5dd={'k':_0x4d19fa+':'+_0x1a137e,'t':_0x52ec45[_0x239abe(0x1ea)](calculateTimeDiff,_0x448406)};this[_0x239abe(0x202)](_0x17d0be,_0x40c5dd);}['setAiSessionTimeStamp'](_0x2dd816){const _0x2fef0d=a60_0x246653;this[_0x2fef0d(0x1f0)][_0x2dd816]=Date[_0x2fef0d(0x1f3)]();}[a60_0x246653(0x1f7)](_0x555680,_0x565585){const _0x55edef=a60_0x246653;this[_0x55edef(0x1ec)][_0x55edef(0x1e7)]=_0x555680,this['authInfo'][_0x55edef(0x200)]=_0x565585;}[a60_0x246653(0x1fa)](){const _0x1d3b23=a60_0x246653;return this[_0x1d3b23(0x1ec)];}[a60_0x246653(0x1e8)](_0x4b6427){const _0x145911=a60_0x246653;this[_0x145911(0x204)]=_0x4b6427;}[a60_0x246653(0x1f2)](_0x4c2f12){this['testName']=_0x4c2f12;}[a60_0x246653(0x213)](_0x397025){const _0x5edcdb=a60_0x246653;this['config']=_0x397025,this[_0x5edcdb(0x1e8)](_0x397025[_0x5edcdb(0x204)]),this['setAuthInfo'](_0x397025[_0x5edcdb(0x1e7)],_0x397025[_0x5edcdb(0x200)]);}[a60_0x246653(0x1f8)](_0x54764a){const _0x45c329=a60_0x246653;this[_0x45c329(0x20c)]=_0x54764a;}['setTcgTokenStatus'](_0x2bdb79){const _0xd8fcc=a60_0x246653;this[_0xd8fcc(0x215)]=_0x2bdb79;}[a60_0x246653(0x1f4)](){const _0x4f360d=a60_0x246653;return this[_0x4f360d(0x207)];}[a60_0x246653(0x1ee)](){const _0x4d6eab=a60_0x246653;return this[_0x4d6eab(0x20c)];}[a60_0x246653(0x20d)](){const _0xd706d6=a60_0x246653;return this[_0xd706d6(0x204)];}['getTestName'](){const _0xce8331=a60_0x246653;return this[_0xce8331(0x21c)];}[a60_0x246653(0x1df)](_0x368298){const _0x561834=a60_0x246653,_0x39a952={};_0x39a952[_0x561834(0x1fb)]=_0x561834(0x1e0),_0x39a952[_0x561834(0x1ed)]=_0x561834(0x21a),_0x39a952[_0x561834(0x201)]=function(_0x23e162,_0x4971f6){return _0x23e162===_0x4971f6;},_0x39a952[_0x561834(0x219)]=function(_0x25767a,_0x29e1c9){return _0x25767a+_0x29e1c9;},_0x39a952[_0x561834(0x1e9)]=_0x561834(0x211);const _0x239eae=_0x39a952,_0x3eb9d7=this['commands'][_0x368298];this['commands'][_0x368298]=[];if(globals['getGlobal'](_0x239eae[_0x561834(0x1fb)])&&globals[_0x561834(0x218)](_0x239eae['xcZPX'])&&!_0x3eb9d7||_0x239eae[_0x561834(0x201)](_0x3eb9d7[_0x561834(0x1e5)],0x0))return logger[_0x561834(0x1fc)](_0x239eae[_0x561834(0x219)](_0x239eae['YwfRX'],_0x368298)),'';return _0x3eb9d7['map'](_0x15bf1d=>JSON[_0x561834(0x217)](_0x15bf1d))[_0x561834(0x1fe)](',');}[a60_0x246653(0x210)](){const _0x322a5a=a60_0x246653,_0x28221f={};_0x28221f[_0x322a5a(0x1f1)]=function(_0x4274f6,_0x5bcaf7){return _0x4274f6===_0x5bcaf7;},_0x28221f[_0x322a5a(0x1ef)]=function(_0x5f021c,_0x17f779){return _0x5f021c===_0x17f779;},_0x28221f['DJsbR']=_0x322a5a(0x20a);const _0x2c6c08=_0x28221f;let _0x45b94b=![];return this[_0x322a5a(0x1f4)]()&&(_0x2c6c08[_0x322a5a(0x1f1)](this['getConfig']()['selfHeal'],!![])||_0x2c6c08[_0x322a5a(0x1ef)](this['getConfig']()[_0x322a5a(0x205)],_0x2c6c08[_0x322a5a(0x20f)]))&&(_0x45b94b=!![]),_0x45b94b;}[a60_0x246653(0x1e4)](){const _0x158167=a60_0x246653;return this[_0x158167(0x215)];}}exports[a60_0x246653(0x206)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a61_0x26e769=a61_0x4174;function a61_0x4174(_0x52cdbb,_0x485700){var _0x4a517f=a61_0x4a51();return a61_0x4174=function(_0x417466,_0x3a0ece){_0x417466=_0x417466-0x1df;var _0x33ce7a=_0x4a517f[_0x417466];return _0x33ce7a;},a61_0x4174(_0x52cdbb,_0x485700);}(function(_0x1cf3bd,_0x25526c){var _0x42f680=a61_0x4174,_0x3dc5fb=_0x1cf3bd();while(!![]){try{var _0x254926=parseInt(_0x42f680(0x1e7))/0x1+parseInt(_0x42f680(0x1ea))/0x2+-parseInt(_0x42f680(0x1e4))/0x3*(parseInt(_0x42f680(0x1e1))/0x4)+parseInt(_0x42f680(0x1e3))/0x5+-parseInt(_0x42f680(0x1e2))/0x6*(-parseInt(_0x42f680(0x1e8))/0x7)+-parseInt(_0x42f680(0x1eb))/0x8+-parseInt(_0x42f680(0x1e0))/0x9;if(_0x254926===_0x25526c)break;else _0x3dc5fb['push'](_0x3dc5fb['shift']());}catch(_0x3de42b){_0x3dc5fb['push'](_0x3dc5fb['shift']());}}}(a61_0x4a51,0x91f11));var a61_0x22c617={};a61_0x22c617[a61_0x26e769(0x1e9)]='https://grid.browserstack.com/dashboard/builds',a61_0x22c617[a61_0x26e769(0x1e6)]=a61_0x26e769(0x1df),module[a61_0x26e769(0x1e5)]=a61_0x22c617;function a61_0x4a51(){var _0x4b87e4=['4157490OitIiY','374145yffvIx','exports','API_ENDPOINT','647114momrMJ','7190638kxFOWa','BUILDS_DASHBOARD_URL','1130874HzgteF','295800ywhDag','automate-turboscale/v1','17439039bjfhRn','16VuHpel','6KtRLnO'];a61_0x4a51=function(){return _0x4b87e4;};return a61_0x4a51();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a62_0x26f5f5=a62_0x342a;function a62_0x342a(_0x286915,_0x26100b){const _0x15f822=a62_0x15f8();return a62_0x342a=function(_0x342a54,_0x36da4c){_0x342a54=_0x342a54-0x159;let _0x2f0749=_0x15f822[_0x342a54];return _0x2f0749;},a62_0x342a(_0x286915,_0x26100b);}(function(_0x2c203d,_0x558a40){const _0x8ef288=a62_0x342a,_0x1e0e01=_0x2c203d();while(!![]){try{const _0x55b9b0=-parseInt(_0x8ef288(0x163))/0x1*(parseInt(_0x8ef288(0x170))/0x2)+parseInt(_0x8ef288(0x168))/0x3*(-parseInt(_0x8ef288(0x16b))/0x4)+-parseInt(_0x8ef288(0x16a))/0x5*(-parseInt(_0x8ef288(0x15a))/0x6)+-parseInt(_0x8ef288(0x15f))/0x7*(-parseInt(_0x8ef288(0x17e))/0x8)+-parseInt(_0x8ef288(0x17d))/0x9*(parseInt(_0x8ef288(0x162))/0xa)+-parseInt(_0x8ef288(0x15d))/0xb*(-parseInt(_0x8ef288(0x15b))/0xc)+-parseInt(_0x8ef288(0x16c))/0xd*(-parseInt(_0x8ef288(0x17f))/0xe);if(_0x55b9b0===_0x558a40)break;else _0x1e0e01['push'](_0x1e0e01['shift']());}catch(_0x2d4f57){_0x1e0e01['push'](_0x1e0e01['shift']());}}}(a62_0x15f8,0xe683e));const constants=require(a62_0x26f5f5(0x169));exports[a62_0x26f5f5(0x167)]=()=>{const _0x4e8488=a62_0x26f5f5;if(!constants[_0x4e8488(0x161)][_0x4e8488(0x15e)])return{};return constants['TURBOSCALE_OPTIONS'][_0x4e8488(0x15e)];},exports['getTurboScaleGridName']=_0x353642=>{const _0xf183e1=a62_0x26f5f5,_0x592a67={};_0x592a67[_0xf183e1(0x174)]=_0xf183e1(0x178);const _0x392a03=_0x592a67;if(_0x353642['turboScaleOptions']&&_0x353642[_0xf183e1(0x164)][_0xf183e1(0x16e)])return _0x353642[_0xf183e1(0x164)][_0xf183e1(0x16e)];if(process[_0xf183e1(0x171)][_0xf183e1(0x16d)])return process[_0xf183e1(0x171)][_0xf183e1(0x16d)];return _0x392a03[_0xf183e1(0x174)];},exports[a62_0x26f5f5(0x17a)]=_0x4cc86a=>{const _0x143175=a62_0x26f5f5,_0x2045ee={};_0x2045ee[_0x143175(0x159)]=function(_0x1c0547,_0x5a31ef){return _0x1c0547===_0x5a31ef;},_0x2045ee[_0x143175(0x17c)]=_0x143175(0x177);const _0x14a12a=_0x2045ee;return _0x4cc86a&&_0x4cc86a[_0x143175(0x160)]&&_0x14a12a[_0x143175(0x159)](_0x4cc86a['turboScale'][_0x143175(0x175)]()[_0x143175(0x173)](),_0x14a12a[_0x143175(0x17c)]);},exports[a62_0x26f5f5(0x176)]=(_0x3309b6,_0x274f15,_0xdc519b)=>{const _0x396dd8=a62_0x26f5f5,_0x55410e={};_0x55410e[_0x396dd8(0x17b)]=_0x396dd8(0x172);const _0x48838b=_0x55410e,_0xb5f7ba={};_0xb5f7ba[_0x396dd8(0x166)]=_0x48838b[_0x396dd8(0x17b)];_0x3309b6['buildTags']&&(_0xb5f7ba[_0x396dd8(0x165)]=Array[_0x396dd8(0x16f)](_0x3309b6[_0x396dd8(0x165)])?_0x3309b6[_0x396dd8(0x165)]:_0x3309b6[_0x396dd8(0x165)]['split'](','));if(process[_0x396dd8(0x171)][_0x396dd8(0x15c)])try{_0xb5f7ba[_0x396dd8(0x165)]=process[_0x396dd8(0x171)]['BROWSERSTACK_BUILD_TAGS']['split'](',');}catch{_0xb5f7ba[_0x396dd8(0x165)]=process['env'][_0x396dd8(0x15c)];}return _0x3309b6['buildPriority']&&(_0xb5f7ba[_0x396dd8(0x166)]=_0x3309b6['buildPriority']),process[_0x396dd8(0x171)]['BROWSERSTACK_BUILD_PRIORITY']&&(_0xb5f7ba[_0x396dd8(0x166)]=process[_0x396dd8(0x171)][_0x396dd8(0x179)]),_0xb5f7ba;};function a62_0x15f8(){const _0x29773f=['isTurboScaleSession','DwFTN','EcHPB','108orzdvP','56hjyRMq','4382DkgQxg','CJRun','2526DMxfgn','405684sQClcN','BROWSERSTACK_BUILD_TAGS','176VTMPES','options','1112790MPZfii','turboScale','TURBOSCALE_OPTIONS','928530hszVBt','1567yjpAtK','turboScaleOptions','buildTags','buildPriority','getTurboScaleOptions','3403209VDLTss','../../bin/utils/constants','10750EACMDM','4cXrvLb','82498AmdzIl','BROWSERSTACK_TURBOSCALE_GRID_NAME','gridName','isArray','1726VPOHEr','env','medium','toLowerCase','zFsat','toString','getTurboScaleCaps','true','NO_GRID_NAME_PASSED','BROWSERSTACK_BUILD_PRIORITY'];a62_0x15f8=function(){return _0x29773f;};return a62_0x15f8();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a63_0x5eb8(_0x22f853,_0xef93a4){var _0x308373=a63_0x3083();return a63_0x5eb8=function(_0x5eb8c9,_0x339203){_0x5eb8c9=_0x5eb8c9-0x1b6;var _0x3c7b5a=_0x308373[_0x5eb8c9];return _0x3c7b5a;},a63_0x5eb8(_0x22f853,_0xef93a4);}var a63_0x4abaf4=a63_0x5eb8;(function(_0x3bb8b7,_0x2b7016){var _0xaa9e8f=a63_0x5eb8,_0x17ab9d=_0x3bb8b7();while(!![]){try{var _0x3ec450=parseInt(_0xaa9e8f(0x1e9))/0x1*(-parseInt(_0xaa9e8f(0x223))/0x2)+-parseInt(_0xaa9e8f(0x23d))/0x3+parseInt(_0xaa9e8f(0x206))/0x4+parseInt(_0xaa9e8f(0x25a))/0x5*(-parseInt(_0xaa9e8f(0x1e3))/0x6)+parseInt(_0xaa9e8f(0x200))/0x7+-parseInt(_0xaa9e8f(0x246))/0x8*(-parseInt(_0xaa9e8f(0x264))/0x9)+parseInt(_0xaa9e8f(0x224))/0xa*(parseInt(_0xaa9e8f(0x204))/0xb);if(_0x3ec450===_0x2b7016)break;else _0x17ab9d['push'](_0x17ab9d['shift']());}catch(_0x423d03){_0x17ab9d['push'](_0x17ab9d['shift']());}}}(a63_0x3083,0x61082),exports[a63_0x4abaf4(0x1fd)]=()=>{var _0x314ccf=a63_0x4abaf4,_0x7dd55e={};_0x7dd55e[_0x314ccf(0x1f9)]=_0x314ccf(0x1f1),_0x7dd55e[_0x314ccf(0x24b)]=_0x314ccf(0x22c),_0x7dd55e[_0x314ccf(0x25c)]='browserstack.access_key',_0x7dd55e[_0x314ccf(0x240)]=_0x314ccf(0x219),_0x7dd55e[_0x314ccf(0x207)]='browserstack.buildName',_0x7dd55e['QmDot']='browserstack.projectName',_0x7dd55e[_0x314ccf(0x225)]=_0x314ccf(0x221),_0x7dd55e[_0x314ccf(0x1d2)]=_0x314ccf(0x1c8),_0x7dd55e[_0x314ccf(0x205)]=_0x314ccf(0x252),_0x7dd55e[_0x314ccf(0x1f8)]='browserstack.local',_0x7dd55e[_0x314ccf(0x218)]=_0x314ccf(0x255),_0x7dd55e['riyoK']=_0x314ccf(0x250),_0x7dd55e[_0x314ccf(0x203)]=_0x314ccf(0x1c6),_0x7dd55e[_0x314ccf(0x1e6)]=_0x314ccf(0x1e8),_0x7dd55e[_0x314ccf(0x1f7)]='browserstack.automation';var _0x29e4e4=_0x7dd55e,_0x3f2370={};return _0x3f2370[_0x314ccf(0x1bb)]=[_0x29e4e4['jKIRm'],_0x29e4e4['OMYsr']],_0x3f2370['accessKey']=[_0x29e4e4[_0x314ccf(0x25c)],_0x29e4e4['fnIoW']],_0x3f2370[_0x314ccf(0x23a)]=[_0x29e4e4[_0x314ccf(0x207)]],_0x3f2370[_0x314ccf(0x1d0)]=[_0x29e4e4[_0x314ccf(0x212)]],_0x3f2370[_0x314ccf(0x1ee)]=[_0x29e4e4['CobuP']],_0x3f2370[_0x314ccf(0x260)]=[_0x29e4e4['zDNFG'],_0x29e4e4[_0x314ccf(0x205)]],_0x3f2370[_0x314ccf(0x20b)]=[_0x29e4e4[_0x314ccf(0x1f8)]],_0x3f2370[_0x314ccf(0x1ce)]=[_0x29e4e4[_0x314ccf(0x218)]],_0x3f2370['rerunTests']=[_0x29e4e4[_0x314ccf(0x1d3)]],_0x3f2370[_0x314ccf(0x229)]=[_0x29e4e4[_0x314ccf(0x203)]],_0x3f2370[_0x314ccf(0x268)]=[_0x29e4e4[_0x314ccf(0x1e6)]],_0x3f2370['automation']=[_0x29e4e4[_0x314ccf(0x1f7)]],_0x3f2370;},exports[a63_0x4abaf4(0x1cd)]=()=>{var _0x54c6db=a63_0x4abaf4,_0x371c13={};_0x371c13[_0x54c6db(0x1fe)]=_0x54c6db(0x1e2),_0x371c13[_0x54c6db(0x1be)]=_0x54c6db(0x1e7),_0x371c13[_0x54c6db(0x1c3)]=_0x54c6db(0x22a),_0x371c13[_0x54c6db(0x1c4)]=_0x54c6db(0x227),_0x371c13['dXblC']='BROWSERSTACK_PROJECT_NAME',_0x371c13[_0x54c6db(0x269)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x371c13['ZYamq']=_0x54c6db(0x22e),_0x371c13[_0x54c6db(0x23e)]='BROWSERSTACK_LOCAL',_0x371c13[_0x54c6db(0x1eb)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x371c13[_0x54c6db(0x214)]=_0x54c6db(0x20d),_0x371c13['LQloH']=_0x54c6db(0x251),_0x371c13['ArfVv']=_0x54c6db(0x222),_0x371c13[_0x54c6db(0x1c5)]=_0x54c6db(0x21c),_0x371c13[_0x54c6db(0x1de)]=_0x54c6db(0x1ea);var _0x6747a=_0x371c13,_0x21e5cb={};return _0x21e5cb[_0x54c6db(0x1bb)]=[_0x6747a[_0x54c6db(0x1fe)],_0x6747a[_0x54c6db(0x1be)]],_0x21e5cb[_0x54c6db(0x1ba)]=[_0x6747a['JmmpZ']],_0x21e5cb['buildName']=[_0x6747a[_0x54c6db(0x1c4)]],_0x21e5cb[_0x54c6db(0x1d0)]=[_0x6747a[_0x54c6db(0x20c)]],_0x21e5cb[_0x54c6db(0x1ee)]=[_0x6747a[_0x54c6db(0x269)]],_0x21e5cb[_0x54c6db(0x260)]=[_0x6747a['ZYamq']],_0x21e5cb[_0x54c6db(0x20b)]=[_0x6747a[_0x54c6db(0x23e)]],_0x21e5cb[_0x54c6db(0x1ce)]=[_0x6747a['TaGyW']],_0x21e5cb[_0x54c6db(0x1b7)]=[_0x6747a[_0x54c6db(0x214)]],_0x21e5cb['app']=[_0x6747a[_0x54c6db(0x1f6)],_0x6747a['ArfVv']],_0x21e5cb['logLevel']=[_0x6747a['NRbor']],_0x21e5cb[_0x54c6db(0x211)]=[_0x6747a['aVtDF']],_0x21e5cb;},exports[a63_0x4abaf4(0x262)]=()=>[a63_0x4abaf4(0x234),a63_0x4abaf4(0x1e1),a63_0x4abaf4(0x1bd),a63_0x4abaf4(0x1b6),'app','udid',a63_0x4abaf4(0x230),'locale','orientation',a63_0x4abaf4(0x1df),a63_0x4abaf4(0x25e),'fullReset','clearSystemFiles',a63_0x4abaf4(0x1fb),'enablePerformanceLogging',a63_0x4abaf4(0x249),'printPageSourceOnFindFailure',a63_0x4abaf4(0x1ca),a63_0x4abaf4(0x1e4),a63_0x4abaf4(0x20f),a63_0x4abaf4(0x1f0),'appWaitDuration',a63_0x4abaf4(0x1c0),a63_0x4abaf4(0x266),a63_0x4abaf4(0x1f4),a63_0x4abaf4(0x1d5),'androidDeviceReadyTimeout',a63_0x4abaf4(0x22f),a63_0x4abaf4(0x247),a63_0x4abaf4(0x245),'androidInstallPath','avd',a63_0x4abaf4(0x22b),'avdReadyTimeout',a63_0x4abaf4(0x1cc),'useKeystore','keystorePath','keystorePassword','keyAlias',a63_0x4abaf4(0x1f5),'chromedriverExecutable',a63_0x4abaf4(0x242),a63_0x4abaf4(0x210),'chromedriverChromeMappingFile',a63_0x4abaf4(0x20e),a63_0x4abaf4(0x21b),a63_0x4abaf4(0x23c),a63_0x4abaf4(0x1c9),'autoWebviewTimeout',a63_0x4abaf4(0x23b),a63_0x4abaf4(0x235),a63_0x4abaf4(0x1bf),'optionalIntentArguments',a63_0x4abaf4(0x1d1),'unicodeKeyboard',a63_0x4abaf4(0x265),a63_0x4abaf4(0x208),a63_0x4abaf4(0x24e),'disableAndroidWatchers','chromeOptions',a63_0x4abaf4(0x263),a63_0x4abaf4(0x25f),a63_0x4abaf4(0x21d),a63_0x4abaf4(0x1c7),'gpsEnabled',a63_0x4abaf4(0x24c),a63_0x4abaf4(0x201),a63_0x4abaf4(0x24f),a63_0x4abaf4(0x1e5),'autoGrantPermissions',a63_0x4abaf4(0x1d4),a63_0x4abaf4(0x1d9),a63_0x4abaf4(0x213),a63_0x4abaf4(0x1ed),a63_0x4abaf4(0x20a),a63_0x4abaf4(0x233),a63_0x4abaf4(0x21e),a63_0x4abaf4(0x25d),a63_0x4abaf4(0x237),a63_0x4abaf4(0x24a),'buildToolsVersion','enforceAppInstall',a63_0x4abaf4(0x258),a63_0x4abaf4(0x23f),a63_0x4abaf4(0x217),a63_0x4abaf4(0x231),a63_0x4abaf4(0x1c2),a63_0x4abaf4(0x24d),a63_0x4abaf4(0x226),a63_0x4abaf4(0x239),a63_0x4abaf4(0x228),a63_0x4abaf4(0x238),'autoDismissAlerts',a63_0x4abaf4(0x1f3),a63_0x4abaf4(0x261),a63_0x4abaf4(0x202),a63_0x4abaf4(0x26b),'safariIgnoreFraudWarning',a63_0x4abaf4(0x243),a63_0x4abaf4(0x220),a63_0x4abaf4(0x1da),a63_0x4abaf4(0x216),a63_0x4abaf4(0x21f),a63_0x4abaf4(0x236),a63_0x4abaf4(0x259),a63_0x4abaf4(0x209),a63_0x4abaf4(0x1b8),a63_0x4abaf4(0x232),'enableAsyncExecuteFromHttps','skipLogCapture',a63_0x4abaf4(0x1d8),a63_0x4abaf4(0x25b),a63_0x4abaf4(0x253),'webviewConnectRetries',a63_0x4abaf4(0x1db),a63_0x4abaf4(0x1cf),a63_0x4abaf4(0x257),a63_0x4abaf4(0x1b9),a63_0x4abaf4(0x22d),a63_0x4abaf4(0x1f2),a63_0x4abaf4(0x1ff),a63_0x4abaf4(0x1bc),'keychainPassword','usePrebuiltWDA',a63_0x4abaf4(0x1cb),a63_0x4abaf4(0x254),a63_0x4abaf4(0x1dc),a63_0x4abaf4(0x1fc),a63_0x4abaf4(0x1ec),a63_0x4abaf4(0x26a),a63_0x4abaf4(0x215),a63_0x4abaf4(0x1ef),a63_0x4abaf4(0x1dd),a63_0x4abaf4(0x1d6),a63_0x4abaf4(0x1c1),'wdaStartupRetries',a63_0x4abaf4(0x1fa),'connectHardwareKeyboard',a63_0x4abaf4(0x267),a63_0x4abaf4(0x256),a63_0x4abaf4(0x244),a63_0x4abaf4(0x241),'startIWDP',a63_0x4abaf4(0x21a),'ignoreHiddenApiPolicyError',a63_0x4abaf4(0x1e0),a63_0x4abaf4(0x1d7),a63_0x4abaf4(0x248),'allowDelayAdb']);function a63_0x3083(){var _0x3cb9fd=['xeTId','noSign','webkitResponseTimeout','unlockType','browserstackLocal','dXblC','BROWSERSTACK_RERUN_TESTS','chromedriverUseSystemExecutable','appWaitActivity','chromedriverExecutableDir','automation','QmDot','remoteAdbHost','OGuHM','xcodeOrgId','processArguments','enableWebviewDetailsCollection','GIZUj','browserstack.accessKey','allowTouchIdEnroll','chromedriverPort','BROWSERSTACK_OBSERVABILITY_DEBUG','androidScreenshotPath','autoLaunch','interKeyDelay','keepKeyChains','browserstack.buildIdentifier','BROWSERSTACK_APP','291778AKaKBc','14020kCWdeJ','CobuP','launchTimeout','BROWSERSTACK_BUILD_NAME','locationServicesAuthorized','app','BROWSERSTACK_ACCESS_KEY','avdLaunchTimeout','browserstack.userName','wdaLocalPort','BROWSERSTACK_PARALLELS_PER_PLATFORM','adbPort','language','remoteAppsCacheLimit','remoteDebugProxy','unlockKey','automationName','intentCategory','showIOSLog','uninstallOtherPackages','autoAcceptAlerts','locationServicesEnabled','buildName','intentAction','chromedriverPorts','724386vIPuOP','AwErC','webviewDevtoolsPort','fnIoW','shouldUseSingletonTestManager','chromedriverArgs','safariOpenLinksInBackground','useCarthageSsl','androidInstallTimeout','406520RtMyTA','androidDeviceSocket','logcatFilterSpecs','otherApps','disableWindowAnimation','OMYsr','isHeadless','bundleId','ignoreUnimportantViews','localeScript','browserstack.rerunTests','BROWSERSTACK_APP_ID','browserstack.parallelsPerPlatform','waitForAppScript','webDriverAgentUrl','browserstack.localIdentifier','simpleIsVisibleCheck','tapWithShortPressDuration','ensureWebviewsHavePages','sendKeyStrategy','10HrlIwS','fullContextList','cPibz','skipLogcatCapture','noReset','nativeWebScreenshot','parallelsPerPlatform','nativeWebTap','AppiumCaps','recreateChromeDriverSessions','72JmDPiK','resetKeyboard','allowTestPackages','maxTypingFrequency','logLevel','ZGIFA','wdaConnectionTimeout','safariAllowPopups','newCommandTimeout','rerunTests','screenshotWaitTimeout','scaleFactor','accessKey','userName','xcodeConfigFile','deviceName','YNeyF','intentFlags','deviceReadyTimeout','commandTimeouts','calendarFormat','JmmpZ','tmntx','NRbor','browserstack.app','networkSpeed','browserstack.ppp','chromedriverDisableBuildCheck','appActivity','preventWDAAttachments','avdArgs','EnvCapsMapping','localIdentifier','customSSLCert','projectName','dontStopAppOnReset','zDNFG','riyoK','androidNaturalOrientation','androidCoverageEndIntent','resetOnSessionStartOnly','logcatFormat','webkitDebugProxyPort','systemPort','localizableStringsDir','appName','keychainPath','updatedWDABundleId','aVtDF','autoWebview','mockLocationApp','platformVersion','BROWSERSTACK_USERNAME','164868DgAVaK','appPackage','skipDeviceInitialization','rKCNq','BROWSERSTACK_USER_NAME','browserstack.logLevel','3GvzwYS','BROWSERSTACK_AUTOMATION','TaGyW','wdaLaunchTimeout','skipUnlock','buildIdentifier','xcodeSigningId','appWaitPackage','browserstack.user_name','showXcodeLog','nativeInstrumentsLib','androidCoverage','keyPassword','LQloH','sOIVX','TxuGB','jKIRm','wdaStartupRetryInterval','eventTimings','useNewWDA','CLICapsMapping','FAaQF','iosInstallPause','510027isaOVi','adbExecTimeout','safariInitialUrl','TlEKb','2761RftMWX','ZOQcm','1200976CTJSlh'];a63_0x3083=function(){return _0x3cb9fd;};return a63_0x3083();}
|
|
1
|
+
function a63_0x319a(){var _0x4a8e35=['BROWSERSTACK_USER_NAME','keyPassword','20005KdeVjI','cysEj','browserstack.buildIdentifier','eventTimings','buildIdentifier','clearSystemFiles','platformVersion','userName','intentAction','zwBwG','appWaitPackage','lrGYc','keystorePassword','app','browserstack.automation','dontStopAppOnReset','locationServicesEnabled','logcatFilterSpecs','browserstack.logLevel','617888AasoSF','uninstallOtherPackages','NUBsx','wdaLocalPort','localIdentifier','useCarthageSsl','BROWSERSTACK_APP_ID','androidDeviceReadyTimeout','tEizI','appPackage','12648AWwTOo','allowTouchIdEnroll','2899134zAMZLo','chromedriverDisableBuildCheck','PqZiH','locationServicesAuthorized','bundleId','425889VdVRdI','OQGZu','avdArgs','xcodeOrgId','BROWSERSTACK_BUILD_NAME','xLbaw','ctdsB','nativeWebTap','disableWindowAnimation','CPOnU','EatSq','nativeWebScreenshot','remoteDebugProxy','autoGrantPermissions','browserstack.user_name','wdaStartupRetryInterval','startIWDP','scaleFactor','browserstackLocal','fullReset','VmTlp','332FEnubD','xcodeSigningId','autoLaunch','chromeOptions','ignoreHiddenApiPolicyError','88286URuFyx','DcXKX','androidInstallPath','zydqn','projectName','connectHardwareKeyboard','androidCoverage','simpleIsVisibleCheck','AppiumCaps','resetKeyboard','showXcodeLog','safariOpenLinksInBackground','unlockKey','chromedriverExecutableDir','usePrebuiltWDA','EnvCapsMapping','maxTypingFrequency','ZcWVH','browserstack.userName','remoteAdbHost','762kfEOXu','BROWSERSTACK_AUTOMATION','webDriverAgentUrl','keystorePath','isHeadless','webkitDebugProxyPort','webviewDevtoolsPort','buildName','301404dNyjqp','wdaConnectionTimeout','autoDismissAlerts','keepKeyChains','allowTestPackages','kOlwB','remoteAppsCacheLimit','browserstack.accessKey','waitForAppScript','locale','autoAcceptAlerts','webviewConnectRetries','androidInstallTimeout','skipLogcatCapture','jIell','browserstack.buildName','PNVFZ','avdReadyTimeout','shouldUseSingletonTestManager','xcodeConfigFile','androidCoverageEndIntent','resetOnSessionStartOnly','buildToolsVersion','autoWebview','ZEzXv','calendarFormat','safariAllowPopups','deviceReadyTimeout','xQRhK','rerunTests','browserstack.local','110xmtgAs','printPageSourceOnFindFailure','Sfhxm','appName','keychainPassword','browserstack.access_key','RjQpq','chromedriverExecutable','commandTimeouts','BROWSERSTACK_RERUN_TESTS','automation','appWaitActivity','apVBm','localeScript','enableAsyncExecuteFromHttps','autoWebviewTimeout','keyAlias','parallelsPerPlatform','BROWSERSTACK_OBSERVABILITY_DEBUG','Auvfp','allowDelayAdb','optionalIntentArguments','avdLaunchTimeout','ZWswt','BROWSERSTACK_APP','appWaitDuration','systemPort','wdaLaunchTimeout','networkSpeed','gpsEnabled','useNewWDA','EYSYn','nqoTQ','updatedWDABundleId','iosInstallPause','androidNaturalOrientation','newCommandTimeout','enforceAppInstall','showIOSLog','accessKey','nativeInstrumentsLib','LCsax','webkitResponseTimeout','VBoqT'];a63_0x319a=function(){return _0x4a8e35;};return a63_0x319a();}function a63_0x47b6(_0x3bbc87,_0x36fdff){var _0x319ab2=a63_0x319a();return a63_0x47b6=function(_0x47b633,_0x250b24){_0x47b633=_0x47b633-0x1b2;var _0x218d54=_0x319ab2[_0x47b633];return _0x218d54;},a63_0x47b6(_0x3bbc87,_0x36fdff);}var a63_0x1c759e=a63_0x47b6;(function(_0x202d47,_0x1ed002){var _0x59c3a5=a63_0x47b6,_0x4692f3=_0x202d47();while(!![]){try{var _0x4885f4=parseInt(_0x59c3a5(0x248))/0x1+-parseInt(_0x59c3a5(0x1bd))/0x2+parseInt(_0x59c3a5(0x227))/0x3*(-parseInt(_0x59c3a5(0x243))/0x4)+-parseInt(_0x59c3a5(0x20a))/0x5*(-parseInt(_0x59c3a5(0x1b5))/0x6)+-parseInt(_0x59c3a5(0x229))/0x7+parseInt(_0x59c3a5(0x21d))/0x8+parseInt(_0x59c3a5(0x22e))/0x9*(parseInt(_0x59c3a5(0x1dc))/0xa);if(_0x4885f4===_0x1ed002)break;else _0x4692f3['push'](_0x4692f3['shift']());}catch(_0x52544a){_0x4692f3['push'](_0x4692f3['shift']());}}}(a63_0x319a,0x4435c),exports['CLICapsMapping']=()=>{var _0x3d1ef8=a63_0x47b6,_0x230882={};_0x230882['apVBm']=_0x3d1ef8(0x23c),_0x230882[_0x3d1ef8(0x225)]=_0x3d1ef8(0x1b3),_0x230882['cysEj']=_0x3d1ef8(0x1e1),_0x230882[_0x3d1ef8(0x24b)]=_0x3d1ef8(0x1c4),_0x230882['OQGZu']=_0x3d1ef8(0x1cc),_0x230882[_0x3d1ef8(0x249)]='browserstack.projectName',_0x230882[_0x3d1ef8(0x1e2)]=_0x3d1ef8(0x20c),_0x230882[_0x3d1ef8(0x205)]='browserstack.ppp',_0x230882[_0x3d1ef8(0x1de)]='browserstack.parallelsPerPlatform',_0x230882[_0x3d1ef8(0x234)]=_0x3d1ef8(0x1db),_0x230882[_0x3d1ef8(0x1c2)]='browserstack.localIdentifier',_0x230882[_0x3d1ef8(0x242)]='browserstack.rerunTests',_0x230882[_0x3d1ef8(0x1d5)]='browserstack.app',_0x230882[_0x3d1ef8(0x233)]=_0x3d1ef8(0x21c),_0x230882[_0x3d1ef8(0x213)]=_0x3d1ef8(0x218);var _0x1a0d5c=_0x230882,_0x383178={};return _0x383178['userName']=[_0x1a0d5c[_0x3d1ef8(0x1e8)],_0x1a0d5c[_0x3d1ef8(0x225)]],_0x383178[_0x3d1ef8(0x203)]=[_0x1a0d5c[_0x3d1ef8(0x20b)],_0x1a0d5c[_0x3d1ef8(0x24b)]],_0x383178['buildName']=[_0x1a0d5c[_0x3d1ef8(0x22f)]],_0x383178[_0x3d1ef8(0x24c)]=[_0x1a0d5c[_0x3d1ef8(0x249)]],_0x383178[_0x3d1ef8(0x20e)]=[_0x1a0d5c['RjQpq']],_0x383178['parallelsPerPlatform']=[_0x1a0d5c[_0x3d1ef8(0x205)],_0x1a0d5c['Sfhxm']],_0x383178[_0x3d1ef8(0x240)]=[_0x1a0d5c[_0x3d1ef8(0x234)]],_0x383178[_0x3d1ef8(0x221)]=[_0x1a0d5c['kOlwB']],_0x383178[_0x3d1ef8(0x1da)]=[_0x1a0d5c[_0x3d1ef8(0x242)]],_0x383178[_0x3d1ef8(0x217)]=[_0x1a0d5c[_0x3d1ef8(0x1d5)]],_0x383178['logLevel']=[_0x1a0d5c['xLbaw']],_0x383178['automation']=[_0x1a0d5c[_0x3d1ef8(0x213)]],_0x383178;},exports[a63_0x1c759e(0x257)]=()=>{var _0x1f8041=a63_0x1c759e,_0x4e070f={};_0x4e070f[_0x1f8041(0x207)]='BROWSERSTACK_USERNAME',_0x4e070f[_0x1f8041(0x1cb)]=_0x1f8041(0x208),_0x4e070f[_0x1f8041(0x22b)]='BROWSERSTACK_ACCESS_KEY',_0x4e070f[_0x1f8041(0x215)]=_0x1f8041(0x232),_0x4e070f[_0x1f8041(0x21f)]='BROWSERSTACK_PROJECT_NAME',_0x4e070f[_0x1f8041(0x1fb)]='BROWSERSTACK_BUILD_IDENTIFIER',_0x4e070f[_0x1f8041(0x1b2)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x4e070f[_0x1f8041(0x1d9)]='BROWSERSTACK_LOCAL',_0x4e070f[_0x1f8041(0x1ef)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x4e070f[_0x1f8041(0x238)]=_0x1f8041(0x1e5),_0x4e070f[_0x1f8041(0x1fc)]=_0x1f8041(0x223),_0x4e070f[_0x1f8041(0x1cd)]=_0x1f8041(0x1f4),_0x4e070f['CPOnU']=_0x1f8041(0x1ee),_0x4e070f[_0x1f8041(0x1f3)]=_0x1f8041(0x1b6);var _0x501247=_0x4e070f,_0x987604={};return _0x987604[_0x1f8041(0x211)]=[_0x501247[_0x1f8041(0x207)],_0x501247[_0x1f8041(0x1cb)]],_0x987604[_0x1f8041(0x203)]=[_0x501247['PqZiH']],_0x987604[_0x1f8041(0x1bc)]=[_0x501247[_0x1f8041(0x215)]],_0x987604['projectName']=[_0x501247['NUBsx']],_0x987604[_0x1f8041(0x20e)]=[_0x501247[_0x1f8041(0x1fb)]],_0x987604[_0x1f8041(0x1ed)]=[_0x501247[_0x1f8041(0x1b2)]],_0x987604[_0x1f8041(0x240)]=[_0x501247[_0x1f8041(0x1d9)]],_0x987604[_0x1f8041(0x221)]=[_0x501247[_0x1f8041(0x1ef)]],_0x987604[_0x1f8041(0x1da)]=[_0x501247[_0x1f8041(0x238)]],_0x987604[_0x1f8041(0x217)]=[_0x501247[_0x1f8041(0x1fc)],_0x501247[_0x1f8041(0x1cd)]],_0x987604['logLevel']=[_0x501247[_0x1f8041(0x237)]],_0x987604[_0x1f8041(0x1e6)]=[_0x501247[_0x1f8041(0x1f3)]],_0x987604;},exports[a63_0x1c759e(0x250)]=()=>['automationName',a63_0x1c759e(0x210),'deviceName',a63_0x1c759e(0x200),a63_0x1c759e(0x217),'udid','language',a63_0x1c759e(0x1c6),'orientation',a63_0x1c759e(0x1d4),'noReset',a63_0x1c759e(0x241),a63_0x1c759e(0x20f),a63_0x1c759e(0x20d),'enablePerformanceLogging','otherApps',a63_0x1c759e(0x1dd),'appActivity',a63_0x1c759e(0x226),a63_0x1c759e(0x1e7),a63_0x1c759e(0x214),a63_0x1c759e(0x1f5),a63_0x1c759e(0x1d8),a63_0x1c759e(0x1c1),a63_0x1c759e(0x24e),a63_0x1c759e(0x1d1),a63_0x1c759e(0x224),'adbPort','androidDeviceSocket',a63_0x1c759e(0x1c9),a63_0x1c759e(0x24a),'avd',a63_0x1c759e(0x1f2),a63_0x1c759e(0x1ce),a63_0x1c759e(0x230),'useKeystore',a63_0x1c759e(0x1b8),a63_0x1c759e(0x216),a63_0x1c759e(0x1ec),a63_0x1c759e(0x209),a63_0x1c759e(0x1e3),'chromedriverArgs',a63_0x1c759e(0x255),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable','chromedriverPort','chromedriverPorts',a63_0x1c759e(0x22a),a63_0x1c759e(0x1eb),a63_0x1c759e(0x212),'intentCategory','intentFlags',a63_0x1c759e(0x1f1),a63_0x1c759e(0x219),'unicodeKeyboard',a63_0x1c759e(0x251),'noSign','ignoreUnimportantViews','disableAndroidWatchers',a63_0x1c759e(0x246),'recreateChromeDriverSessions',a63_0x1c759e(0x239),'androidScreenshotPath',a63_0x1c759e(0x1f8),a63_0x1c759e(0x1f9),a63_0x1c759e(0x1b9),'adbExecTimeout',a63_0x1c759e(0x1e9),'skipDeviceInitialization',a63_0x1c759e(0x23b),a63_0x1c759e(0x1ff),a63_0x1c759e(0x1f6),a63_0x1c759e(0x1b4),'skipUnlock','unlockType',a63_0x1c759e(0x254),a63_0x1c759e(0x245),a63_0x1c759e(0x1ca),a63_0x1c759e(0x21e),a63_0x1c759e(0x236),a63_0x1c759e(0x1d3),a63_0x1c759e(0x201),'ensureWebviewsHavePages',a63_0x1c759e(0x1bb),'enableWebviewDetailsCollection',a63_0x1c759e(0x1c3),a63_0x1c759e(0x1d6),a63_0x1c759e(0x22d),'launchTimeout',a63_0x1c759e(0x21a),a63_0x1c759e(0x22c),a63_0x1c759e(0x1c7),a63_0x1c759e(0x1bf),a63_0x1c759e(0x204),a63_0x1c759e(0x235),'safariInitialUrl',a63_0x1c759e(0x1d7),'safariIgnoreFraudWarning',a63_0x1c759e(0x253),a63_0x1c759e(0x1c0),'localizableStringsDir','processArguments','interKeyDelay',a63_0x1c759e(0x202),'sendKeyStrategy',a63_0x1c759e(0x206),'screenshotWaitTimeout',a63_0x1c759e(0x23a),a63_0x1c759e(0x1ea),'skipLogCapture',a63_0x1c759e(0x1ba),'fullContextList',a63_0x1c759e(0x1c5),a63_0x1c759e(0x1c8),a63_0x1c759e(0x1df),'customSSLCert','tapWithShortPressDuration',a63_0x1c759e(0x23f),a63_0x1c759e(0x220),a63_0x1c759e(0x252),a63_0x1c759e(0x1fe),a63_0x1c759e(0x1d0),a63_0x1c759e(0x1e0),a63_0x1c759e(0x256),'preventWDAAttachments',a63_0x1c759e(0x1b7),'keychainPath',a63_0x1c759e(0x1fa),a63_0x1c759e(0x1f7),a63_0x1c759e(0x1be),a63_0x1c759e(0x231),a63_0x1c759e(0x244),a63_0x1c759e(0x1fd),a63_0x1c759e(0x1d2),a63_0x1c759e(0x1e4),'wdaStartupRetries',a63_0x1c759e(0x23d),a63_0x1c759e(0x24d),a63_0x1c759e(0x258),a63_0x1c759e(0x24f),a63_0x1c759e(0x222),a63_0x1c759e(0x1cf),a63_0x1c759e(0x23e),a63_0x1c759e(0x228),a63_0x1c759e(0x247),'mockLocationApp','logcatFormat',a63_0x1c759e(0x21b),a63_0x1c759e(0x1f0)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a64_0x2119(_0x399c59,_0x3001fd){var _0x394753=a64_0x3947();return a64_0x2119=function(_0x2119ea,_0x57fba5){_0x2119ea=_0x2119ea-0xf6;var _0x466b33=_0x394753[_0x2119ea];return _0x466b33;},a64_0x2119(_0x399c59,_0x3001fd);}function a64_0x3947(){var _0x1c34ab=['19571380pMDYCQ','228PTNPnn','5764640OTlFuj','516mkZpQb','BROWSERSTACK_GRR_US_HUB_URL','4vQGscc','46753mQNfge','2758820wERgEb','216474ytFhqL','11IWmcbw','2593NHYSzY','5331618PdHcjm'];a64_0x3947=function(){return _0x1c34ab;};return a64_0x3947();}var a64_0x34ec9b=a64_0x2119;(function(_0x44723a,_0x561365){var _0x4246f7=a64_0x2119,_0xa6f913=_0x44723a();while(!![]){try{var _0x22bc93=parseInt(_0x4246f7(0xfa))/0x1*(-parseInt(_0x4246f7(0xfd))/0x2)+parseInt(_0x4246f7(0xf8))/0x3+-parseInt(_0x4246f7(0x101))/0x4*(-parseInt(_0x4246f7(0xf7))/0x5)+parseInt(_0x4246f7(0xff))/0x6*(-parseInt(_0x4246f7(0xf6))/0x7)+-parseInt(_0x4246f7(0xfe))/0x8+-parseInt(_0x4246f7(0xfb))/0x9+parseInt(_0x4246f7(0xfc))/0xa*(parseInt(_0x4246f7(0xf9))/0xb);if(_0x22bc93===_0x561365)break;else _0xa6f913['push'](_0xa6f913['shift']());}catch(_0x1900d5){_0xa6f913['push'](_0xa6f913['shift']());}}}(a64_0x3947,0x61302),exports[a64_0x34ec9b(0x100)]='https://hub-use-only.browserstack.com/wd/hub');
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x5b97(){var _0x1a034f=['56070sWtqFa','11011632IDmLuy','25828776IuYSdj','420024CYBJBT','setCentralScannerData','5168524HueozQ','a11y_scanner','7hFogDY','5bsFoGG','EsyEJ','3742758ilfVBS','env','A11Y_SCAN_RESULT','central_scanner_log','1668669HrCCkT'];a65_0x5b97=function(){return _0x1a034f;};return a65_0x5b97();}var a65_0x1c8105=a65_0x39f1;function a65_0x39f1(_0x290ae8,_0x1fc280){var _0x5b9799=a65_0x5b97();return a65_0x39f1=function(_0x39f1c5,_0x297808){_0x39f1c5=_0x39f1c5-0xef;var _0x59d01c=_0x5b9799[_0x39f1c5];return _0x59d01c;},a65_0x39f1(_0x290ae8,_0x1fc280);}(function(_0x1ce3ab,_0xf1137){var _0x29700f=a65_0x39f1,_0x2dcd98=_0x1ce3ab();while(!![]){try{var _0x280c8e=-parseInt(_0x29700f(0xf2))/0x1+-parseInt(_0x29700f(0xf5))/0x2+parseInt(_0x29700f(0xf1))/0x3+parseInt(_0x29700f(0xf7))/0x4*(parseInt(_0x29700f(0xfa))/0x5)+-parseInt(_0x29700f(0xfc))/0x6*(-parseInt(_0x29700f(0xf9))/0x7)+parseInt(_0x29700f(0xf3))/0x8+-parseInt(_0x29700f(0xf4))/0x9;if(_0x280c8e===_0xf1137)break;else _0x2dcd98['push'](_0x2dcd98['shift']());}catch(_0x154b33){_0x2dcd98['push'](_0x2dcd98['shift']());}}}(a65_0x5b97,0xadfcf),exports[a65_0x1c8105(0xf6)]=(_0x11bb84,_0x19fa72,_0x2bdcfa)=>{var _0xc780b8=a65_0x1c8105,_0x351d69={'KCDZo':function(_0x1cd58c,_0x9e9e66){return _0x1cd58c(_0x9e9e66);},'EsyEJ':function(_0x3a76b6,_0x3af3d5){return _0x3a76b6||_0x3af3d5;}};_0x11bb84[_0xc780b8(0xf0)]={'http_code':_0x351d69['KCDZo'](String,_0x19fa72)||null,'redirect_url':_0x351d69[_0xc780b8(0xfb)](_0x2bdcfa,null),'token':process[_0xc780b8(0xfd)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process[_0xc780b8(0xfd)][_0xc780b8(0xef)]&&(_0x11bb84[_0xc780b8(0xf0)][_0xc780b8(0xf8)]=JSON['parse'](process[_0xc780b8(0xfd)]['A11Y_SCAN_RESULT'])||null);});
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a66_0x4d483d=a66_0x58ff;function a66_0x5e51(){var _0x5acc83=['2155842HpuBhY','128EfbTfp','9133590EybEpe','148505FbBHXB','setGlobal','1359278qAMXIv','11fjbIAh','9776256LkdoOf','150BbApai','82345uVfAjy','__instance','browserStackGlobals','36DvXQHM','482096GlewcQ','1tPywSn'];a66_0x5e51=function(){return _0x5acc83;};return a66_0x5e51();}(function(_0x3c6fa4,_0xa16f5f){var _0x58da8d=a66_0x58ff,_0x142a14=_0x3c6fa4();while(!![]){try{var _0x568984=-parseInt(_0x58da8d(0xc1))/0x1*(parseInt(_0x58da8d(0xc7))/0x2)+parseInt(_0x58da8d(0xc2))/0x3+parseInt(_0x58da8d(0xc3))/0x4*(-parseInt(_0x58da8d(0xbc))/0x5)+-parseInt(_0x58da8d(0xbb))/0x6*(parseInt(_0x58da8d(0xc5))/0x7)+-parseInt(_0x58da8d(0xc0))/0x8*(parseInt(_0x58da8d(0xbf))/0x9)+-parseInt(_0x58da8d(0xc4))/0xa*(-parseInt(_0x58da8d(0xc8))/0xb)+parseInt(_0x58da8d(0xba))/0xc;if(_0x568984===_0xa16f5f)break;else _0x142a14['push'](_0x142a14['shift']());}catch(_0x165b67){_0x142a14['push'](_0x142a14['shift']());}}}(a66_0x5e51,0x7266f));function a66_0x58ff(_0x56b20a,_0x34e5d1){var _0x5e5162=a66_0x5e51();return a66_0x58ff=function(_0x58ffdb,_0x5722e2){_0x58ffdb=_0x58ffdb-0xba;var _0x11aa23=_0x5e5162[_0x58ffdb];return _0x11aa23;},a66_0x58ff(_0x56b20a,_0x34e5d1);}class Global{static ['__instance'];constructor(){var _0xde419c=a66_0x58ff;if(Global[_0xde419c(0xbd)])return Global[_0xde419c(0xbd)];this[_0xde419c(0xbe)]=global,Global['__instance']=this;}[a66_0x4d483d(0xc6)](_0x6b6cd5,_0x5923a8){var _0x279e32=a66_0x4d483d;this[_0x279e32(0xbe)][_0x6b6cd5]=_0x5923a8;}['getGlobal'](_0x37a228){return this['browserStackGlobals'][_0x37a228];}}module['exports']=new Global();
|