browserstack-node-sdk 1.34.3 → 1.34.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -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/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/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 -0
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a59_0x2d7d79=a59_0x4ca8;(function(_0x5935c4,_0x45ad12){const _0x49014a=a59_0x4ca8,_0x5077f3=_0x5935c4();while(!![]){try{const _0x1417d1=-parseInt(_0x49014a(0xed))/0x1+-parseInt(_0x49014a(0x13d))/0x2+-parseInt(_0x49014a(0xf5))/0x3+parseInt(_0x49014a(0x102))/0x4+parseInt(_0x49014a(0x100))/0x5+-parseInt(_0x49014a(0xee))/0x6+-parseInt(_0x49014a(0xeb))/0x7*(-parseInt(_0x49014a(0xf9))/0x8);if(_0x1417d1===_0x45ad12)break;else _0x5077f3['push'](_0x5077f3['shift']());}catch(_0x33c97c){_0x5077f3['push'](_0x5077f3['shift']());}}}(a59_0x254a,0x6fb02));function a59_0x254a(){const _0x37c375=['config','set','saNFc','isSelfHealEnabled','forEach','BrowserstackHealingPollResultFailed','setToken','fOKNM','aiHeal_isGroupAIEnabled','\x22}}}','getId','getProjectName','cancel','browserstackSessionName','error','aiHeal_userId','healFailure','VVtSX','fromEntries','OzNbU','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','../../bin/utils/constants','name_','rSMHW','info','YPuxe','zMaSv','locatorValue','initializeHealingCapabilities','locatorType','HmlqR','eBjjb','replace','POLL_HEALING_RESULT_TIMEOUT','map_','path','value','BrowserstackHealingHealFailureFailed','BrowserstackHealing.setToken\x20method\x20timed\x20out','NPSAJ','s://','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','race','BrowserstackHealing','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','getTestName','message','selector','xaMyx','aiHeal_sessionToken','342586InCDsc','capabilities_','SET_TCG_TOKEN_TIMEOUT','initializeCapabilities','\x22:\x20{\x22endpoint\x22:\x20\x22','using','getCapabilities','debug','xAMBe','aiSdkWrapper','VtbJp','HEALING_LOG_DATA_TIMEOUT','freeze','CyPBB','join','aiHealing','getGlobal','parameters_','framework','7ghfTvx','JwKtt','644341ocNNlS','2772888mVtYCZ','setTcgToken','BrowserstackHealing.pollResult\x20method\x20timed\x20out','ncvNT','getSession','pollResult','TCG_URL','1457784xzzauN','BrowserstackHealing.logData\x20method\x20timed\x20out','_handleEvent','string','10810808dcoCTs','aiHeal_groupId','BwBzr','rPInc','TCG_REGION','then','winstonLogger','522590suIuaU','JTpae','3061260MSKLxg','BrowserstackHealingSetTcgTokenFailed','../../helpers/timeoutPromise','getCommands','XNGjm','handleFailure','YLdUs','BrowserstackHealing.healFailure\x20method\x20timed\x20out','\x20command'];a59_0x254a=function(){return _0x37c375;};return a59_0x254a();}const path=require(a59_0x2d7d79(0x12e)),{commandRepository}=require('./autoHealHelper'),constants=require(a59_0x2d7d79(0x120)),logger=require('../logger')[a59_0x2d7d79(0xff)],globals=require('../globals'),timeoutPromise=require(a59_0x2d7d79(0x104)),isUndefinedOrNull=_0x44b7d0=>_0x44b7d0===undefined||_0x44b7d0===null||_0x44b7d0==='',isNotUndefinedOrNull=_0x547bc7=>!isUndefinedOrNull(_0x547bc7),isString=_0x24cbba=>isNotUndefinedOrNull(_0x24cbba)&&typeof _0x24cbba===a59_0x2d7d79(0xf8);function a59_0x4ca8(_0x4bb4fe,_0x59d8ad){const _0x254a10=a59_0x254a();return a59_0x4ca8=function(_0x4ca8b5,_0x1e6c9b){_0x4ca8b5=_0x4ca8b5-0xe8;let _0x2a4e3d=_0x254a10[_0x4ca8b5];return _0x2a4e3d;},a59_0x4ca8(_0x4bb4fe,_0x59d8ad);}class AiSdkWrapper{constructor(){const _0x28ebb3=a59_0x2d7d79,_0x4041d5={'fOKNM':function(_0x4c2b02,_0x19380b){return _0x4c2b02(_0x19380b);},'JTpae':'../../ai-sdk-node/bundle'};this[_0x28ebb3(0x136)]=undefined;try{this['BrowserstackHealing']=_0x4041d5[_0x28ebb3(0x112)](require,path[_0x28ebb3(0x14b)](__dirname,_0x4041d5[_0x28ebb3(0x101)]));}catch(_0x4f37f3){logger[_0x28ebb3(0x119)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x4f37f3&&_0x4f37f3[_0x28ebb3(0x139)]?_0x4f37f3[_0x28ebb3(0x139)]:''));}}[a59_0x2d7d79(0x127)](_0x424447){const _0xd3d431=a59_0x2d7d79;try{const _0x3a8c84=this[_0xd3d431(0x136)][_0xd3d431(0x140)](Object[_0xd3d431(0x11d)](_0x424447[_0xd3d431(0x143)]()[_0xd3d431(0x12d)]));Object['keys'](_0x3a8c84)[_0xd3d431(0x10f)](_0x30e3d9=>{const _0x125337=_0xd3d431,_0x551b89=_0x424447[_0x125337(0x13e)]['get'](_0x30e3d9);_0x424447[_0x125337(0x13e)][_0x125337(0x10c)](_0x30e3d9,_0x3a8c84[_0x30e3d9]);});}catch(_0x5aae00){logger[_0xd3d431(0x119)](_0xd3d431(0x134)+(_0x5aae00&&_0x5aae00[_0xd3d431(0x139)]?_0x5aae00[_0xd3d431(0x139)]:''));}}async[a59_0x2d7d79(0xef)](_0x313912){const _0x82810e=a59_0x2d7d79,_0x549d50={'UYtLh':function(_0x3f0d7e,_0x37daf9,_0x2b7987,_0x5c2230,_0x562cf8,_0x947ed7,_0x37210b){return _0x3f0d7e(_0x37daf9,_0x2b7987,_0x5c2230,_0x562cf8,_0x947ed7,_0x37210b);},'XNGjm':_0x82810e(0x131),'xAMBe':_0x82810e(0x103),'qDfII':'aiHeal_sessionToken'},_0x387851=new Date(),_0x58d77b=_0x549d50['UYtLh'](timeoutPromise,constants[_0x82810e(0x13f)],_0x549d50[_0x82810e(0x106)],_0x549d50[_0x82810e(0x145)],_0x387851,this[_0x82810e(0x10b)],this[_0x82810e(0xea)]);await Promise[_0x82810e(0x135)]([this['BrowserstackHealing'][_0x82810e(0x111)](_0x313912,globals[_0x82810e(0xe8)](_0x549d50['qDfII']),constants[_0x82810e(0xf4)])[_0x82810e(0xfe)](()=>{_0x58d77b['cancel']();}),_0x58d77b]);}async[a59_0x2d7d79(0xf7)](_0x272689,_0x558c47,_0x327eb2,_0x1775b1){const _0x1bf1c0=a59_0x2d7d79,_0x1b462b={'xaMyx':function(_0x57d1d3,_0x4ead96){return _0x57d1d3===_0x4ead96;},'NPSAJ':function(_0x2d0b4c,_0x37c2c8){return _0x2d0b4c(_0x37c2c8);},'saNFc':function(_0x4836d0,_0x26d501){return _0x4836d0(_0x26d501);},'CyPBB':function(_0x42fe60,_0x5973b2){return _0x42fe60(_0x5973b2);},'YLdUs':function(_0x28e840,_0x524620){return _0x28e840(_0x524620);},'VtbJp':function(_0x39b0f6,_0x309c6e){return _0x39b0f6(_0x309c6e);},'VVtSX':function(_0x434584,_0x399493){return _0x434584(_0x399493);},'ncvNT':_0x1bf1c0(0x133),'rPInc':function(_0x447470,_0x4b0ccd){return _0x447470(_0x4b0ccd);},'HmlqR':_0x1bf1c0(0x11a),'zMaSv':_0x1bf1c0(0xfa),'YPuxe':_0x1bf1c0(0x113),'JwKtt':function(_0x5bb152,_0x428f26,_0x4bd1e8,_0x16b346,_0x2c05ee,_0x495706,_0x4bb1d1){return _0x5bb152(_0x428f26,_0x4bd1e8,_0x16b346,_0x2c05ee,_0x495706,_0x4bb1d1);},'COhTN':_0x1bf1c0(0xf6),'rSMHW':'BrowserstackHealingLogDataFailed','eBjjb':_0x1bf1c0(0x109),'zAVyu':_0x1bf1c0(0x130)},_0x1b0dc6=(await _0x558c47['getSession']())[_0x1bf1c0(0x115)]();let _0x414a90='';if(commandRepository[_0x1bf1c0(0x10e)]()&&_0x1b462b['xaMyx'](_0x1775b1,![])||_0x1b462b[_0x1bf1c0(0x13b)](_0x1775b1,!![])){const _0x517a3d=_0x1b462b[_0x1bf1c0(0x132)](isNotUndefinedOrNull,_0x327eb2[_0x1bf1c0(0xe9)]['using'])&&_0x1b462b[_0x1bf1c0(0x10d)](isString,_0x327eb2[_0x1bf1c0(0xe9)][_0x1bf1c0(0x142)])?_0x327eb2['parameters_'][_0x1bf1c0(0x142)]['replace'](/'/g,'\x5c\x27')[_0x1bf1c0(0x12b)](/"/g,'\x5c\x22'):'',_0x33a436=_0x1b462b[_0x1bf1c0(0x10d)](isNotUndefinedOrNull,_0x327eb2['parameters_'][_0x1bf1c0(0x142)])&&_0x1b462b[_0x1bf1c0(0x14a)](isString,_0x327eb2[_0x1bf1c0(0xe9)][_0x1bf1c0(0x12f)])?_0x327eb2[_0x1bf1c0(0xe9)][_0x1bf1c0(0x12f)][_0x1bf1c0(0x12b)](/'/g,'\x5c\x27')[_0x1bf1c0(0x12b)](/"/g,'\x5c\x22'):'',_0x4eb2e0=_0x1b462b[_0x1bf1c0(0x108)](isNotUndefinedOrNull,commandRepository[_0x1bf1c0(0x116)]())&&_0x1b462b[_0x1bf1c0(0x147)](isString,commandRepository[_0x1bf1c0(0x116)]())?commandRepository[_0x1bf1c0(0x116)]()[_0x1bf1c0(0x12b)](/'/g,'\x5c\x27')[_0x1bf1c0(0x12b)](/"/g,'\x5c\x22'):'';let _0x36dc25=_0x1b462b[_0x1bf1c0(0x147)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x1b462b[_0x1bf1c0(0x11c)](isString,global['browserstackSessionName'])?global[_0x1bf1c0(0x118)][_0x1bf1c0(0x12b)](/'/g,'\x5c\x27')[_0x1bf1c0(0x12b)](/"/g,'\x5c\x22'):'';!_0x36dc25&&(_0x36dc25=_0x1b462b['VVtSX'](isNotUndefinedOrNull,commandRepository[_0x1bf1c0(0x138)]())&&_0x1b462b['VVtSX'](isString,commandRepository[_0x1bf1c0(0x138)]())?commandRepository[_0x1bf1c0(0x138)]()[_0x1bf1c0(0x12b)](/'/g,'\x5c\x27')[_0x1bf1c0(0x12b)](/"/g,'\x5c\x22'):'');let _0x58fb67='{\x22region\x22:\x20\x22'+constants[_0x1bf1c0(0xfd)]+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x1bf1c0(0xfd)]+_0x1bf1c0(0x141)+constants[_0x1bf1c0(0xf4)]['split'](_0x1b462b[_0x1bf1c0(0xf1)])[0x1]+_0x1bf1c0(0x114);_0x58fb67=_0x1b462b[_0x1bf1c0(0xfc)](isNotUndefinedOrNull,_0x58fb67)&&_0x1b462b['NPSAJ'](isString,_0x58fb67)?_0x58fb67[_0x1bf1c0(0x12b)](/'/g,'\x5c\x27')[_0x1bf1c0(0x12b)](/"/g,'\x5c\x22'):'';const _0x2d6f0a=commandRepository[_0x1bf1c0(0x105)](_0x1b0dc6),_0x17bc64=globals[_0x1bf1c0(0xe8)](_0x1b462b[_0x1bf1c0(0x129)]),_0x144652=globals[_0x1bf1c0(0xe8)](_0x1b462b[_0x1bf1c0(0x125)]),_0x2fea8b=globals[_0x1bf1c0(0xe8)](_0x1b462b[_0x1bf1c0(0x124)]),_0x33f573=![],_0x500930=new Date();if(_0x1775b1){const _0xea7609=_0x1b462b[_0x1bf1c0(0xec)](timeoutPromise,constants[_0x1bf1c0(0x148)],_0x1b462b['COhTN'],_0x1b462b[_0x1bf1c0(0x122)],_0x500930,this[_0x1bf1c0(0x10b)],this[_0x1bf1c0(0xea)]);_0x414a90=await Promise['race']([this[_0x1bf1c0(0x136)]['logData'](_0x517a3d,_0x33a436,_0x4eb2e0,_0x36dc25,_0x144652,_0x1b0dc6,_0x2d6f0a,_0x58fb67)[_0x1bf1c0(0xfe)](_0x575100=>{const _0x4d168f=_0x1bf1c0;return _0xea7609[_0x4d168f(0x117)](),_0x575100;}),_0xea7609]);}else{if(commandRepository[_0x1bf1c0(0x10e)]()){const _0x39e0ab=_0x1b462b[_0x1bf1c0(0xec)](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x1b462b[_0x1bf1c0(0x12a)],_0x1b462b['zAVyu'],_0x500930,this[_0x1bf1c0(0x10b)],this[_0x1bf1c0(0xea)]);_0x414a90=await Promise[_0x1bf1c0(0x135)]([this['BrowserstackHealing'][_0x1bf1c0(0x11b)](_0x517a3d,_0x33a436,_0x4eb2e0,_0x36dc25,_0x17bc64,_0x144652,_0x1b0dc6,_0x2d6f0a,_0x33f573,_0x2fea8b,_0x58fb67)[_0x1bf1c0(0xfe)](_0x10a5ef=>{return _0x39e0ab['cancel'](),_0x10a5ef;}),_0x39e0ab]);}}_0x414a90&&await _0x558c47['executeScript'](_0x414a90);}}async['handleSuccess'](_0x259bc8,_0x5f1c2b,_0x46839d){const _0x3cbb37=a59_0x2d7d79;try{await this[_0x3cbb37(0xf7)](_0x259bc8,_0x5f1c2b,_0x46839d,!![]);}catch(_0x54c7a6){return logger[_0x3cbb37(0x119)](_0x3cbb37(0x137)+(_0x54c7a6&&_0x54c7a6[_0x3cbb37(0x139)]?_0x54c7a6['message']:'')),![];}return!![];}async[a59_0x2d7d79(0x107)](_0x2a686f,_0x40785d,_0x499eee){const _0x58040c=a59_0x2d7d79,_0x1f4436={'BwBzr':function(_0x413da5,_0x264030,_0x1145dc,_0xd70129,_0x495af6,_0x26d509,_0x11814d){return _0x413da5(_0x264030,_0x1145dc,_0xd70129,_0x495af6,_0x26d509,_0x11814d);},'KGIbT':_0x58040c(0xf0),'OzNbU':_0x58040c(0x110),'djHqQ':_0x58040c(0x13c)};try{await this['_handleEvent'](_0x2a686f,_0x40785d,_0x499eee,![]);const _0x1ebd9d=(await _0x40785d[_0x58040c(0xf2)]())['getId'](),_0x34ff07=new Date(),_0x31445a=_0x1f4436[_0x58040c(0xfb)](timeoutPromise,constants[_0x58040c(0x12c)],_0x1f4436['KGIbT'],_0x1f4436[_0x58040c(0x11e)],_0x34ff07,this[_0x58040c(0x10b)],this[_0x58040c(0xea)]),_0x122524=await Promise[_0x58040c(0x135)]([this['BrowserstackHealing'][_0x58040c(0xf3)](constants['TCG_URL'],_0x1ebd9d,globals[_0x58040c(0xe8)](_0x1f4436['djHqQ']))[_0x58040c(0xfe)](_0x2a32ac=>{const _0x1b78f1=_0x58040c;return _0x31445a[_0x1b78f1(0x117)](),_0x2a32ac;}),_0x31445a]);if(_0x122524&&_0x122524[_0x58040c(0x13a)]&&_0x122524[_0x58040c(0x12f)]){const _0x2ca8e8={};return _0x2ca8e8['locatorType']=_0x122524[_0x58040c(0x13a)],_0x2ca8e8['locatorValue']=_0x122524[_0x58040c(0x12f)],_0x2ca8e8[_0x58040c(0x14c)]=!![],_0x2ca8e8;}const _0x18ced7={};return _0x18ced7[_0x58040c(0x128)]=_0x499eee['parameters_'][_0x58040c(0x142)],_0x18ced7[_0x58040c(0x126)]=_0x122524[_0x58040c(0x12f)],_0x18ced7[_0x58040c(0x14c)]=!![],_0x18ced7;}catch(_0x21354e){return logger[_0x58040c(0x144)]('Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20'+(_0x21354e&&_0x21354e[_0x58040c(0x139)]?_0x21354e[_0x58040c(0x139)]:'')),logger[_0x58040c(0x123)](_0x58040c(0x11f)+_0x499eee[_0x58040c(0x121)]+_0x58040c(0x10a)),_0x499eee;}}}exports[a59_0x2d7d79(0x146)]=Object[a59_0x2d7d79(0x149)](new AiSdkWrapper());
|
|
1
|
+
const a59_0x36b29e=a59_0x1f37;(function(_0x3f57ea,_0x2657f2){const _0x1b48d3=a59_0x1f37,_0x16bd2b=_0x3f57ea();while(!![]){try{const _0xc9a0f2=parseInt(_0x1b48d3(0x195))/0x1+-parseInt(_0x1b48d3(0x1b8))/0x2*(parseInt(_0x1b48d3(0x18e))/0x3)+parseInt(_0x1b48d3(0x1a6))/0x4*(-parseInt(_0x1b48d3(0x184))/0x5)+-parseInt(_0x1b48d3(0x190))/0x6+-parseInt(_0x1b48d3(0x1b9))/0x7+-parseInt(_0x1b48d3(0x1c4))/0x8*(parseInt(_0x1b48d3(0x1b4))/0x9)+-parseInt(_0x1b48d3(0x173))/0xa*(-parseInt(_0x1b48d3(0x192))/0xb);if(_0xc9a0f2===_0x2657f2)break;else _0x16bd2b['push'](_0x16bd2b['shift']());}catch(_0x597599){_0x16bd2b['push'](_0x16bd2b['shift']());}}}(a59_0x170c,0x9b8d0));const path=require(a59_0x36b29e(0x1ba)),{commandRepository}=require(a59_0x36b29e(0x16a)),constants=require(a59_0x36b29e(0x19c)),logger=require(a59_0x36b29e(0x16d))['winstonLogger'],globals=require(a59_0x36b29e(0x187)),timeoutPromise=require(a59_0x36b29e(0x17a)),isUndefinedOrNull=_0x26f0e3=>_0x26f0e3===undefined||_0x26f0e3===null||_0x26f0e3==='',isNotUndefinedOrNull=_0xebdf58=>!isUndefinedOrNull(_0xebdf58),isString=_0x37e7f0=>isNotUndefinedOrNull(_0x37e7f0)&&typeof _0x37e7f0===a59_0x36b29e(0x181);function a59_0x1f37(_0x2fe114,_0x1d82e2){const _0x170c08=a59_0x170c();return a59_0x1f37=function(_0x1f3767,_0xaf7464){_0x1f3767=_0x1f3767-0x164;let _0x301f00=_0x170c08[_0x1f3767];return _0x301f00;},a59_0x1f37(_0x2fe114,_0x1d82e2);}class AiSdkWrapper{constructor(){const _0x51def3=a59_0x36b29e,_0xd15999={'bkSvO':function(_0x374c6f,_0x3b638f){return _0x374c6f(_0x3b638f);},'wWpuA':_0x51def3(0x167)};this['BrowserstackHealing']=undefined;try{this[_0x51def3(0x170)]=_0xd15999[_0x51def3(0x17d)](require,path[_0x51def3(0x1b2)](__dirname,_0xd15999[_0x51def3(0x186)]));}catch(_0x33362e){logger[_0x51def3(0x1a5)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x33362e&&_0x33362e[_0x51def3(0x166)]?_0x33362e['message']:''));}}['initializeHealingCapabilities'](_0x11960d){const _0x40621f=a59_0x36b29e;try{const _0x25d405=this['BrowserstackHealing'][_0x40621f(0x1b3)](Object[_0x40621f(0x175)](_0x11960d['getCapabilities']()['map_']));Object[_0x40621f(0x16f)](_0x25d405)[_0x40621f(0x1bc)](_0x1b04f5=>{const _0x5c54a2=_0x40621f,_0x1b73d8=_0x11960d[_0x5c54a2(0x174)][_0x5c54a2(0x1aa)](_0x1b04f5);_0x11960d[_0x5c54a2(0x174)][_0x5c54a2(0x1bd)](_0x1b04f5,_0x25d405[_0x1b04f5]);});}catch(_0x1494ce){logger[_0x40621f(0x1a5)](_0x40621f(0x176)+(_0x1494ce&&_0x1494ce[_0x40621f(0x166)]?_0x1494ce[_0x40621f(0x166)]:''));}}async[a59_0x36b29e(0x18d)](_0x142695){const _0x593b3c=a59_0x36b29e,_0x201b0d={'YigVK':function(_0x46ebdc,_0x593072,_0x3e68a4,_0x39b4b2,_0x277041,_0x5b8631,_0x45a802){return _0x46ebdc(_0x593072,_0x3e68a4,_0x39b4b2,_0x277041,_0x5b8631,_0x45a802);},'xWyvZ':'BrowserstackHealing.setToken\x20method\x20timed\x20out','Xacat':_0x593b3c(0x1c6),'iZRnG':_0x593b3c(0x17b)},_0x5b7a1a=new Date(),_0x387560=_0x201b0d[_0x593b3c(0x1a0)](timeoutPromise,constants[_0x593b3c(0x17e)],_0x201b0d['xWyvZ'],_0x201b0d['Xacat'],_0x5b7a1a,this[_0x593b3c(0x179)],this[_0x593b3c(0x177)]);await Promise[_0x593b3c(0x1b1)]([this['BrowserstackHealing']['setToken'](_0x142695,globals[_0x593b3c(0x1ab)](_0x201b0d['iZRnG']),constants[_0x593b3c(0x188)])[_0x593b3c(0x1c7)](()=>{const _0xc50463=_0x593b3c;_0x387560[_0xc50463(0x1be)]();}),_0x387560]);}async[a59_0x36b29e(0x1a3)](_0x1eade5,_0x1aa6c7,_0x4ae216,_0x393576){const _0x517787=a59_0x36b29e,_0x14df5e={'bjbhO':function(_0x118b22,_0x5d615c){return _0x118b22===_0x5d615c;},'wYZxq':function(_0x68be0a,_0x59d17b){return _0x68be0a===_0x59d17b;},'uHXMQ':function(_0x2340cf,_0x4f1724){return _0x2340cf(_0x4f1724);},'yoNUu':function(_0x43d86b,_0x92fb66){return _0x43d86b(_0x92fb66);},'XHAam':function(_0x179692,_0x4000ef){return _0x179692(_0x4000ef);},'KvwLm':function(_0x46a815,_0x45dc47){return _0x46a815(_0x45dc47);},'JLaQu':function(_0x28f108,_0x1c97df){return _0x28f108(_0x1c97df);},'pbvFA':function(_0x40312f,_0x45f43d){return _0x40312f(_0x45f43d);},'JIPIw':function(_0x4e6c0f,_0x2004e7){return _0x4e6c0f(_0x2004e7);},'dupqV':'s://','NHxGN':function(_0x21349f,_0x1c31f8){return _0x21349f(_0x1c31f8);},'dBYlU':_0x517787(0x199),'nAYuw':_0x517787(0x18b),'fAgJR':_0x517787(0x1a9),'CcgBW':function(_0x460af2,_0x19e8fe,_0x54498b,_0x1211ea,_0x329d95,_0x4515c4,_0x49fdb7){return _0x460af2(_0x19e8fe,_0x54498b,_0x1211ea,_0x329d95,_0x4515c4,_0x49fdb7);},'IrYmG':_0x517787(0x191),'vKicr':_0x517787(0x1a1),'AgQQN':_0x517787(0x168),'zSaLR':_0x517787(0x1c5)},_0xaa8079=(await _0x1aa6c7[_0x517787(0x1ca)]())[_0x517787(0x183)]();let _0x9b7d99='';if(commandRepository['isSelfHealEnabled']()&&_0x14df5e['bjbhO'](_0x393576,![])||_0x14df5e[_0x517787(0x1b5)](_0x393576,!![])){const _0x3206c7=_0x14df5e['uHXMQ'](isNotUndefinedOrNull,_0x4ae216[_0x517787(0x1ae)]['using'])&&_0x14df5e[_0x517787(0x193)](isString,_0x4ae216[_0x517787(0x1ae)][_0x517787(0x165)])?_0x4ae216[_0x517787(0x1ae)][_0x517787(0x165)][_0x517787(0x196)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x4a82d0=_0x14df5e['yoNUu'](isNotUndefinedOrNull,_0x4ae216[_0x517787(0x1ae)][_0x517787(0x165)])&&_0x14df5e[_0x517787(0x172)](isString,_0x4ae216[_0x517787(0x1ae)]['value'])?_0x4ae216[_0x517787(0x1ae)][_0x517787(0x1af)][_0x517787(0x196)](/'/g,'\x5c\x27')[_0x517787(0x196)](/"/g,'\x5c\x22'):'',_0x1bea67=_0x14df5e[_0x517787(0x197)](isNotUndefinedOrNull,commandRepository[_0x517787(0x1c2)]())&&_0x14df5e[_0x517787(0x178)](isString,commandRepository[_0x517787(0x1c2)]())?commandRepository[_0x517787(0x1c2)]()[_0x517787(0x196)](/'/g,'\x5c\x27')[_0x517787(0x196)](/"/g,'\x5c\x22'):'';let _0x4d0781=_0x14df5e[_0x517787(0x19d)](isNotUndefinedOrNull,global['browserstackSessionName'])&&_0x14df5e[_0x517787(0x193)](isString,global['browserstackSessionName'])?global[_0x517787(0x16e)][_0x517787(0x196)](/'/g,'\x5c\x27')[_0x517787(0x196)](/"/g,'\x5c\x22'):'';!_0x4d0781&&(_0x4d0781=_0x14df5e['JIPIw'](isNotUndefinedOrNull,commandRepository[_0x517787(0x1a4)]())&&_0x14df5e['yoNUu'](isString,commandRepository[_0x517787(0x1a4)]())?commandRepository[_0x517787(0x1a4)]()[_0x517787(0x196)](/'/g,'\x5c\x27')[_0x517787(0x196)](/"/g,'\x5c\x22'):'');let _0xd5d091=_0x517787(0x1c1)+constants[_0x517787(0x182)]+_0x517787(0x1bb)+constants[_0x517787(0x182)]+_0x517787(0x1c8)+constants[_0x517787(0x188)][_0x517787(0x1a7)](_0x14df5e[_0x517787(0x19f)])[0x1]+_0x517787(0x1cb);_0xd5d091=_0x14df5e[_0x517787(0x19e)](isNotUndefinedOrNull,_0xd5d091)&&_0x14df5e['KvwLm'](isString,_0xd5d091)?_0xd5d091[_0x517787(0x196)](/'/g,'\x5c\x27')[_0x517787(0x196)](/"/g,'\x5c\x22'):'';const _0x329612=commandRepository['getCommands'](_0xaa8079),_0x5bdbd0=globals['getGlobal'](_0x14df5e['dBYlU']),_0x436a13=globals[_0x517787(0x1ab)](_0x14df5e[_0x517787(0x1c9)]),_0x53f0f5=globals[_0x517787(0x1ab)](_0x14df5e[_0x517787(0x16b)]),_0x2d3b11=![],_0x30fd8b=new Date();if(_0x393576){const _0x333f8a=_0x14df5e['CcgBW'](timeoutPromise,constants[_0x517787(0x18c)],_0x14df5e[_0x517787(0x1a8)],_0x14df5e[_0x517787(0x171)],_0x30fd8b,this['config'],this[_0x517787(0x177)]);_0x9b7d99=await Promise[_0x517787(0x1b1)]([this[_0x517787(0x170)]['logData'](_0x3206c7,_0x4a82d0,_0x1bea67,_0x4d0781,_0x436a13,_0xaa8079,_0x329612,_0xd5d091)['then'](_0x2e14b0=>{const _0x5bc053=_0x517787;return _0x333f8a[_0x5bc053(0x1be)](),_0x2e14b0;}),_0x333f8a]);}else{if(commandRepository[_0x517787(0x1ac)]()){const _0x18a40e=_0x14df5e[_0x517787(0x16c)](timeoutPromise,constants[_0x517787(0x1ad)],_0x14df5e[_0x517787(0x164)],_0x14df5e['zSaLR'],_0x30fd8b,this[_0x517787(0x179)],this[_0x517787(0x177)]);_0x9b7d99=await Promise[_0x517787(0x1b1)]([this['BrowserstackHealing'][_0x517787(0x1a2)](_0x3206c7,_0x4a82d0,_0x1bea67,_0x4d0781,_0x5bdbd0,_0x436a13,_0xaa8079,_0x329612,_0x2d3b11,_0x53f0f5,_0xd5d091)[_0x517787(0x1c7)](_0x20a59d=>{const _0x36e5dd=_0x517787;return _0x18a40e[_0x36e5dd(0x1be)](),_0x20a59d;}),_0x18a40e]);}}_0x9b7d99&&await _0x1aa6c7['executeScript'](_0x9b7d99);}}async['handleSuccess'](_0x3ce98e,_0x144edf,_0x4c10f6){const _0x25862f=a59_0x36b29e;try{await this['_handleEvent'](_0x3ce98e,_0x144edf,_0x4c10f6,!![]);}catch(_0x1c8436){return logger[_0x25862f(0x1a5)]('Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20'+(_0x1c8436&&_0x1c8436['message']?_0x1c8436[_0x25862f(0x166)]:'')),![];}return!![];}async[a59_0x36b29e(0x185)](_0x1d528a,_0x174ffc,_0x441cdf){const _0x10f9ba=a59_0x36b29e,_0x186526={'HIZfm':function(_0x3ea151,_0x46d50d,_0x512d16,_0x20db16,_0x4d8c51,_0x5670d8,_0x44f6ba){return _0x3ea151(_0x46d50d,_0x512d16,_0x20db16,_0x4d8c51,_0x5670d8,_0x44f6ba);},'bHHFS':_0x10f9ba(0x1bf),'lkVDQ':_0x10f9ba(0x169),'ImdOb':'aiHeal_sessionToken'};try{await this[_0x10f9ba(0x1a3)](_0x1d528a,_0x174ffc,_0x441cdf,![]);const _0x5aa5a9=(await _0x174ffc[_0x10f9ba(0x1ca)]())[_0x10f9ba(0x183)](),_0x15b073=new Date(),_0x14fa02=_0x186526['HIZfm'](timeoutPromise,constants[_0x10f9ba(0x1c0)],_0x186526['bHHFS'],_0x186526[_0x10f9ba(0x1b6)],_0x15b073,this[_0x10f9ba(0x179)],this['framework']),_0x27df14=await Promise[_0x10f9ba(0x1b1)]([this['BrowserstackHealing'][_0x10f9ba(0x17c)](constants['TCG_URL'],_0x5aa5a9,globals[_0x10f9ba(0x1ab)](_0x186526[_0x10f9ba(0x180)]))[_0x10f9ba(0x1c7)](_0x33d5d4=>{return _0x14fa02['cancel'](),_0x33d5d4;}),_0x14fa02]);if(_0x27df14&&_0x27df14[_0x10f9ba(0x1c3)]&&_0x27df14[_0x10f9ba(0x1af)]){const _0x38aafe={};return _0x38aafe[_0x10f9ba(0x18f)]=_0x27df14[_0x10f9ba(0x1c3)],_0x38aafe[_0x10f9ba(0x17f)]=_0x27df14['value'],_0x38aafe[_0x10f9ba(0x1b7)]=!![],_0x38aafe;}const _0x38b62d={};return _0x38b62d[_0x10f9ba(0x18f)]=_0x441cdf[_0x10f9ba(0x1ae)][_0x10f9ba(0x165)],_0x38b62d['locatorValue']=_0x27df14[_0x10f9ba(0x1af)],_0x38b62d[_0x10f9ba(0x1b7)]=!![],_0x38b62d;}catch(_0x5b2b21){return logger[_0x10f9ba(0x198)](_0x10f9ba(0x18a)+(_0x5b2b21&&_0x5b2b21[_0x10f9ba(0x166)]?_0x5b2b21[_0x10f9ba(0x166)]:'')),logger[_0x10f9ba(0x194)](_0x10f9ba(0x1cc)+_0x441cdf[_0x10f9ba(0x189)]+_0x10f9ba(0x19b)),_0x441cdf;}}}function a59_0x170c(){const _0x3107a3=['{\x22region\x22:\x20\x22','getProjectName','selector','3585272HunnDI','BrowserstackHealingHealFailureFailed','BrowserstackHealingSetTcgTokenFailed','then','\x22:\x20{\x22endpoint\x22:\x20\x22','nAYuw','getSession','\x22}}}','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','AgQQN','using','message','../../ai-sdk-node/bundle','BrowserstackHealing.healFailure\x20method\x20timed\x20out','BrowserstackHealingPollResultFailed','./autoHealHelper','fAgJR','CcgBW','../logger','browserstackSessionName','keys','BrowserstackHealing','vKicr','XHAam','220BZIkLH','capabilities_','fromEntries','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','framework','JLaQu','config','../../helpers/timeoutPromise','aiHeal_sessionToken','pollResult','bkSvO','SET_TCG_TOKEN_TIMEOUT','locatorValue','ImdOb','string','TCG_REGION','getId','15DoJRXr','handleFailure','wWpuA','../globals','TCG_URL','name_','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','aiHeal_groupId','HEALING_LOG_DATA_TIMEOUT','setTcgToken','4665QXOGab','locatorType','5115528GQiNnV','BrowserstackHealing.logData\x20method\x20timed\x20out','1667688GeeoVM','uHXMQ','info','840605jmNOHN','replace','KvwLm','debug','aiHeal_userId','aiSdkWrapper','\x20command','../../bin/utils/constants','pbvFA','NHxGN','dupqV','YigVK','BrowserstackHealingLogDataFailed','healFailure','_handleEvent','getTestName','error','1590928LNnytF','split','IrYmG','aiHeal_isGroupAIEnabled','get','getGlobal','isSelfHealEnabled','HEALING_FAILURE_TIMEOUT','parameters_','value','freeze','race','join','initializeCapabilities','9qHhITH','wYZxq','lkVDQ','aiHealing','330hjGKNb','5518289vbtOOg','path','\x22,\x20\x22tcgUrls\x22:\x20{\x22','forEach','set','cancel','BrowserstackHealing.pollResult\x20method\x20timed\x20out','POLL_HEALING_RESULT_TIMEOUT'];a59_0x170c=function(){return _0x3107a3;};return a59_0x170c();}exports[a59_0x36b29e(0x19a)]=Object[a59_0x36b29e(0x1b0)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a60_0x4f88ae=a60_0x359f;(function(_0x217869,_0x2dd510){const _0x2f7ac2=a60_0x359f,_0x294c36=_0x217869();while(!![]){try{const _0x47267e=-parseInt(_0x2f7ac2(0x18d))/0x1*(parseInt(_0x2f7ac2(0x171))/0x2)+parseInt(_0x2f7ac2(0x175))/0x3*(-parseInt(_0x2f7ac2(0x159))/0x4)+-parseInt(_0x2f7ac2(0x16a))/0x5*(parseInt(_0x2f7ac2(0x172))/0x6)+-parseInt(_0x2f7ac2(0x180))/0x7+-parseInt(_0x2f7ac2(0x166))/0x8+-parseInt(_0x2f7ac2(0x160))/0x9+parseInt(_0x2f7ac2(0x158))/0xa;if(_0x47267e===_0x2dd510)break;else _0x294c36['push'](_0x294c36['shift']());}catch(_0x19e58d){_0x294c36['push'](_0x294c36['shift']());}}}(a60_0x6bd0,0xdb4c0));const calculateTimeDiff=_0x2bb699=>Date[a60_0x4f88ae(0x18f)]()-_0x2bb699,logger=require(a60_0x4f88ae(0x17f))[a60_0x4f88ae(0x15d)],globals=require(a60_0x4f88ae(0x187));function a60_0x6bd0(){const _0xebda7e=['framework','authInfo','setFramework','101174prTNzi','18pTPrDa','tuAYr','aiSessionTimeStamp','41304sFvHHc','split','isTcgTokenSet','aiHeal_isAuthenticated','join','config','setAuthInfo','No\x20commands\x20found\x20for\x20session:\x20','userName','selfHeal','../logger','6714078etuMnh','commands','path','getFramework','getTestName','true','getCommands','../globals','commandRepository','method','buSCI','projectName','getGlobal','31PgWPWi','aiHeal_isHealingEnabled','now','_pushCommand','push','getConfig','getProjectName','debug','setAiSessionTimeStamp','83480080xFBUeT','380IJEQwf','stringify','setConfig','getTcgTokenStatus','winstonLogger','4|5|0|2|3|1','pushCommand','9422028tXcsFk','setTestNameForHealingContext','setTcgTokenStatus','gOQSw','bvJRr','isSelfHealEnabled','13916160HXuLfM','QcYrE','testName','CaDXG','1380075xkERTj','PSRNq','fpEyW','setProjectNameForHealingContext'];a60_0x6bd0=function(){return _0xebda7e;};return a60_0x6bd0();}function a60_0x359f(_0x5282f5,_0x40258e){const _0x6bd04e=a60_0x6bd0();return a60_0x359f=function(_0x359f1d,_0x48e08e){_0x359f1d=_0x359f1d-0x153;let _0x1f9b40=_0x6bd04e[_0x359f1d];return _0x1f9b40;},a60_0x359f(_0x5282f5,_0x40258e);}class HealingCommandRepo{constructor(){const _0xd54f0e=a60_0x4f88ae,_0x2318e7={};_0x2318e7[_0xd54f0e(0x18a)]=_0xd54f0e(0x15e);const _0x229ec0=_0x2318e7,_0x8a0ed5=_0x229ec0[_0xd54f0e(0x18a)][_0xd54f0e(0x176)]('|');let _0x2de169=0x0;while(!![]){switch(_0x8a0ed5[_0x2de169++]){case'0':this['projectName']='';continue;case'1':this['isTcgTokenSet']=![];continue;case'2':this['testName']='';continue;case'3':this[_0xd54f0e(0x16f)]={};continue;case'4':this['commands']={};continue;case'5':this[_0xd54f0e(0x174)]={};continue;}break;}}[a60_0x4f88ae(0x190)](_0x5a3f57,_0x225e4a){const _0x2cfa1c=a60_0x4f88ae,_0x130d33={};_0x130d33['gOQSw']=function(_0xe7fcd4,_0x5e5964){return _0xe7fcd4 in _0x5e5964;};const _0x949bd6=_0x130d33;!_0x949bd6[_0x2cfa1c(0x163)](_0x5a3f57,this[_0x2cfa1c(0x181)])&&(this[_0x2cfa1c(0x181)][_0x5a3f57]=[]),this[_0x2cfa1c(0x181)][_0x5a3f57][_0x2cfa1c(0x153)](_0x225e4a);}[a60_0x4f88ae(0x15f)](_0x585111,_0x25ff88){const _0x8e69e2=a60_0x4f88ae,_0x207972={'EnUIA':function(_0x3ca2cb,_0x1add7e){return _0x3ca2cb(_0x1add7e);}},_0x317630=_0x25ff88[_0x8e69e2(0x189)],_0xd306c7=_0x25ff88[_0x8e69e2(0x182)][_0x8e69e2(0x176)](_0x585111)[0x1],_0x588a1f=this[_0x8e69e2(0x174)][_0x585111],_0x534870={'k':_0x317630+':'+_0xd306c7,'t':_0x207972['EnUIA'](calculateTimeDiff,_0x588a1f)};this[_0x8e69e2(0x190)](_0x585111,_0x534870);}[a60_0x4f88ae(0x157)](_0x3a581b){const _0x1edc10=a60_0x4f88ae;this['aiSessionTimeStamp'][_0x3a581b]=Date[_0x1edc10(0x18f)]();}[a60_0x4f88ae(0x17b)](_0x23de1b,_0x4c18ac){const _0x5a4c99=a60_0x4f88ae;this['authInfo'][_0x5a4c99(0x17d)]=_0x23de1b,this[_0x5a4c99(0x16f)]['accessKey']=_0x4c18ac;}['getAuthInfo'](){const _0x4d2095=a60_0x4f88ae;return this[_0x4d2095(0x16f)];}[a60_0x4f88ae(0x16d)](_0x20105e){this['projectName']=_0x20105e;}[a60_0x4f88ae(0x161)](_0x2f5e02){const _0x47e76e=a60_0x4f88ae;this[_0x47e76e(0x168)]=_0x2f5e02;}[a60_0x4f88ae(0x15b)](_0x313fd1){const _0x116bd4=a60_0x4f88ae;this['config']=_0x313fd1,this[_0x116bd4(0x16d)](_0x313fd1[_0x116bd4(0x18b)]),this[_0x116bd4(0x17b)](_0x313fd1['userName'],_0x313fd1['accessKey']);}[a60_0x4f88ae(0x170)](_0xa721fe){const _0x180437=a60_0x4f88ae;this[_0x180437(0x16e)]=_0xa721fe;}[a60_0x4f88ae(0x162)](_0x57be16){const _0x3a7bf7=a60_0x4f88ae;this[_0x3a7bf7(0x177)]=_0x57be16;}[a60_0x4f88ae(0x154)](){const _0x47df25=a60_0x4f88ae;return this[_0x47df25(0x17a)];}[a60_0x4f88ae(0x183)](){const _0x170a4c=a60_0x4f88ae;return this[_0x170a4c(0x16e)];}[a60_0x4f88ae(0x155)](){return this['projectName'];}[a60_0x4f88ae(0x184)](){const _0x59464c=a60_0x4f88ae;return this[_0x59464c(0x168)];}[a60_0x4f88ae(0x186)](_0x52ad9b){const _0x59820a=a60_0x4f88ae,_0x3d9eb6={};_0x3d9eb6[_0x59820a(0x164)]=_0x59820a(0x178),_0x3d9eb6['tuAYr']=_0x59820a(0x18e),_0x3d9eb6[_0x59820a(0x169)]=function(_0x4dcc2e,_0x1a23d2){return _0x4dcc2e===_0x1a23d2;},_0x3d9eb6[_0x59820a(0x167)]=function(_0x524fc6,_0x17e725){return _0x524fc6+_0x17e725;},_0x3d9eb6[_0x59820a(0x16b)]=_0x59820a(0x17c);const _0x59aef0=_0x3d9eb6,_0x28a119=this['commands'][_0x52ad9b];this['commands'][_0x52ad9b]=[];if(globals['getGlobal'](_0x59aef0[_0x59820a(0x164)])&&globals[_0x59820a(0x18c)](_0x59aef0[_0x59820a(0x173)])&&!_0x28a119||_0x59aef0[_0x59820a(0x169)](_0x28a119['length'],0x0))return logger[_0x59820a(0x156)](_0x59aef0['QcYrE'](_0x59aef0[_0x59820a(0x16b)],_0x52ad9b)),'';return _0x28a119['map'](_0x5323b2=>JSON[_0x59820a(0x15a)](_0x5323b2))[_0x59820a(0x179)](',');}[a60_0x4f88ae(0x165)](){const _0x596047=a60_0x4f88ae,_0x5328aa={};_0x5328aa['fpEyW']=function(_0x1c13ff,_0x3831ca){return _0x1c13ff===_0x3831ca;},_0x5328aa['oIraz']=_0x596047(0x185);const _0x32f8b7=_0x5328aa;let _0x3bf172=![];return this[_0x596047(0x154)]()&&(_0x32f8b7[_0x596047(0x16c)](this[_0x596047(0x154)]()['selfHeal'],!![])||_0x32f8b7[_0x596047(0x16c)](this[_0x596047(0x154)]()[_0x596047(0x17e)],_0x32f8b7['oIraz']))&&(_0x3bf172=!![]),_0x3bf172;}[a60_0x4f88ae(0x15c)](){const _0x235826=a60_0x4f88ae;return this[_0x235826(0x177)];}}exports[a60_0x4f88ae(0x188)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
var a61_0x55303b=a61_0x13c2;(function(_0x498a08,_0x419423){var _0x23a8d0=a61_0x13c2,_0x28a954=_0x498a08();while(!![]){try{var _0x597a3a=-parseInt(_0x23a8d0(0x7d))/0x1*(-parseInt(_0x23a8d0(0x7e))/0x2)+-parseInt(_0x23a8d0(0x83))/0x3+parseInt(_0x23a8d0(0x7f))/0x4+parseInt(_0x23a8d0(0x82))/0x5+-parseInt(_0x23a8d0(0x86))/0x6+parseInt(_0x23a8d0(0x85))/0x7+-parseInt(_0x23a8d0(0x81))/0x8;if(_0x597a3a===_0x419423)break;else _0x28a954['push'](_0x28a954['shift']());}catch(_0x204881){_0x28a954['push'](_0x28a954['shift']());}}}(a61_0x3081,0xba710));var a61_0x481cc1={};a61_0x481cc1['BUILDS_DASHBOARD_URL']=a61_0x55303b(0x84),a61_0x481cc1[a61_0x55303b(0x80)]='automate-turboscale/v1',module['exports']=a61_0x481cc1;function a61_0x13c2(_0xfe1b5e,_0x4bc155){var _0x30814e=a61_0x3081();return a61_0x13c2=function(_0x13c2aa,_0x5a8e8c){_0x13c2aa=_0x13c2aa-0x7d;var _0x52ea95=_0x30814e[_0x13c2aa];return _0x52ea95;},a61_0x13c2(_0xfe1b5e,_0x4bc155);}function a61_0x3081(){var _0x2b2348=['4257296KtAEhz','4771860TkRcbi','3147963qKhiVG','https://grid.browserstack.com/dashboard/builds','7564242goGdjc','8385936rfEFQy','1nLOmOt','473966sIhyBA','5883368MZlKiZ','API_ENDPOINT'];a61_0x3081=function(){return _0x2b2348;};return a61_0x3081();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a62_0x535e(_0xf51e14,_0x3fea4b){const _0x39692a=a62_0x3969();return a62_0x535e=function(_0x535e2c,_0x3d39be){_0x535e2c=_0x535e2c-0x11a;let _0x43a24c=_0x39692a[_0x535e2c];return _0x43a24c;},a62_0x535e(_0xf51e14,_0x3fea4b);}const a62_0x3ab72f=a62_0x535e;(function(_0x3f8fed,_0x34cb5b){const _0x255aed=a62_0x535e,_0x42131f=_0x3f8fed();while(!![]){try{const _0xea2f73=parseInt(_0x255aed(0x120))/0x1+parseInt(_0x255aed(0x129))/0x2*(-parseInt(_0x255aed(0x130))/0x3)+-parseInt(_0x255aed(0x125))/0x4*(parseInt(_0x255aed(0x131))/0x5)+parseInt(_0x255aed(0x126))/0x6*(parseInt(_0x255aed(0x121))/0x7)+parseInt(_0x255aed(0x12f))/0x8*(-parseInt(_0x255aed(0x12c))/0x9)+parseInt(_0x255aed(0x12d))/0xa+parseInt(_0x255aed(0x132))/0xb;if(_0xea2f73===_0x34cb5b)break;else _0x42131f['push'](_0x42131f['shift']());}catch(_0x552314){_0x42131f['push'](_0x42131f['shift']());}}}(a62_0x3969,0x4336f));function a62_0x3969(){const _0x23883e=['buildPriority','buildTags','isArray','IpeNQ','getTurboScaleOptions','390839ZGTwKJ','7qccUvo','TURBOSCALE_OPTIONS','turboScale','getTurboScaleCaps','148gltigc','180714TBBJpu','turboScaleOptions','env','240538tdeJIg','split','dRkdD','9RdVfbm','2229080ElWruk','gridName','3710176YEYgqt','12ThSlaJ','205RYQnkp','6355910bYEiNO','JaKAv','BROWSERSTACK_TURBOSCALE_GRID_NAME','BROWSERSTACK_BUILD_TAGS','BROWSERSTACK_BUILD_PRIORITY','NO_GRID_NAME_PASSED','options'];a62_0x3969=function(){return _0x23883e;};return a62_0x3969();}const constants=require('../../bin/utils/constants');exports[a62_0x3ab72f(0x11f)]=()=>{const _0x2ccc89=a62_0x3ab72f;if(!constants[_0x2ccc89(0x122)][_0x2ccc89(0x11a)])return{};return constants[_0x2ccc89(0x122)][_0x2ccc89(0x11a)];},exports['getTurboScaleGridName']=_0x5274ad=>{const _0x1820f9=a62_0x3ab72f,_0x3e3682={};_0x3e3682['IpeNQ']=_0x1820f9(0x137);const _0x1d4ace=_0x3e3682;if(_0x5274ad['turboScaleOptions']&&_0x5274ad[_0x1820f9(0x127)][_0x1820f9(0x12e)])return _0x5274ad[_0x1820f9(0x127)][_0x1820f9(0x12e)];if(process[_0x1820f9(0x128)][_0x1820f9(0x134)])return process[_0x1820f9(0x128)][_0x1820f9(0x134)];return _0x1d4ace[_0x1820f9(0x11e)];},exports['isTurboScaleSession']=_0x20b92a=>{const _0x36c16e=a62_0x3ab72f,_0x3e6433={};_0x3e6433['JaKAv']=function(_0x36cc06,_0x1937c2){return _0x36cc06===_0x1937c2;};const _0x234d66=_0x3e6433;return _0x20b92a&&_0x234d66[_0x36c16e(0x133)](_0x20b92a[_0x36c16e(0x123)],!![]);},exports[a62_0x3ab72f(0x124)]=(_0x20b5ea,_0xb04fe3,_0x501d10)=>{const _0x9e5ba0=a62_0x3ab72f,_0x57d113={};_0x57d113[_0x9e5ba0(0x12b)]='medium';const _0x203358=_0x57d113,_0x1ef6c7={};_0x1ef6c7[_0x9e5ba0(0x11b)]=_0x203358[_0x9e5ba0(0x12b)];_0x20b5ea[_0x9e5ba0(0x11c)]&&(_0x1ef6c7['buildTags']=Array[_0x9e5ba0(0x11d)](_0x20b5ea[_0x9e5ba0(0x11c)])?_0x20b5ea[_0x9e5ba0(0x11c)]:_0x20b5ea[_0x9e5ba0(0x11c)][_0x9e5ba0(0x12a)](','));if(process['env'][_0x9e5ba0(0x135)])try{_0x1ef6c7[_0x9e5ba0(0x11c)]=process[_0x9e5ba0(0x128)][_0x9e5ba0(0x135)][_0x9e5ba0(0x12a)](',');}catch{_0x1ef6c7[_0x9e5ba0(0x11c)]=process[_0x9e5ba0(0x128)]['BROWSERSTACK_BUILD_TAGS'];}return _0x20b5ea['buildPriority']&&(_0x1ef6c7['buildPriority']=_0x20b5ea[_0x9e5ba0(0x11b)]),process[_0x9e5ba0(0x128)][_0x9e5ba0(0x136)]&&(_0x1ef6c7['buildPriority']=process[_0x9e5ba0(0x128)][_0x9e5ba0(0x136)]),_0x1ef6c7;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a63_0x41ac8c=a63_0x4391;(function(_0x236ff3,_0x3dfbaf){var _0x3e90ac=a63_0x4391,_0x2ee3c8=_0x236ff3();while(!![]){try{var _0x4395d6=-parseInt(_0x3e90ac(0x207))/0x1+parseInt(_0x3e90ac(0x205))/0x2*(-parseInt(_0x3e90ac(0x1c9))/0x3)+parseInt(_0x3e90ac(0x1f5))/0x4+-parseInt(_0x3e90ac(0x1d8))/0x5*(-parseInt(_0x3e90ac(0x204))/0x6)+parseInt(_0x3e90ac(0x21f))/0x7*(parseInt(_0x3e90ac(0x1ed))/0x8)+-parseInt(_0x3e90ac(0x23e))/0x9+parseInt(_0x3e90ac(0x22c))/0xa*(parseInt(_0x3e90ac(0x1e4))/0xb);if(_0x4395d6===_0x3dfbaf)break;else _0x2ee3c8['push'](_0x2ee3c8['shift']());}catch(_0x5989a1){_0x2ee3c8['push'](_0x2ee3c8['shift']());}}}(a63_0x6630,0xda30a),exports['CLICapsMapping']=()=>{var _0x421f80=a63_0x4391,_0x6f0cd7={};_0x6f0cd7[_0x421f80(0x22b)]=_0x421f80(0x1c5),_0x6f0cd7['aqSqy']=_0x421f80(0x258),_0x6f0cd7[_0x421f80(0x218)]=_0x421f80(0x219),_0x6f0cd7[_0x421f80(0x23c)]=_0x421f80(0x232),_0x6f0cd7[_0x421f80(0x1ee)]=_0x421f80(0x1bf),_0x6f0cd7[_0x421f80(0x23d)]=_0x421f80(0x1aa),_0x6f0cd7[_0x421f80(0x1f0)]=_0x421f80(0x203),_0x6f0cd7['gVBwU']=_0x421f80(0x24c),_0x6f0cd7[_0x421f80(0x239)]=_0x421f80(0x210),_0x6f0cd7[_0x421f80(0x214)]=_0x421f80(0x24b),_0x6f0cd7[_0x421f80(0x234)]=_0x421f80(0x1e1),_0x6f0cd7['CJEhj']='browserstack.rerunTests',_0x6f0cd7[_0x421f80(0x22a)]=_0x421f80(0x1ae),_0x6f0cd7[_0x421f80(0x23f)]=_0x421f80(0x1b0),_0x6f0cd7[_0x421f80(0x211)]=_0x421f80(0x249);var _0x55ed7c=_0x6f0cd7,_0x3c8c20={};return _0x3c8c20[_0x421f80(0x1d2)]=[_0x55ed7c[_0x421f80(0x22b)],_0x55ed7c[_0x421f80(0x245)]],_0x3c8c20['accessKey']=[_0x55ed7c['lzZgA'],_0x55ed7c[_0x421f80(0x23c)]],_0x3c8c20[_0x421f80(0x21d)]=[_0x55ed7c['eWpbL']],_0x3c8c20[_0x421f80(0x1e2)]=[_0x55ed7c[_0x421f80(0x23d)]],_0x3c8c20[_0x421f80(0x1a2)]=[_0x55ed7c[_0x421f80(0x1f0)]],_0x3c8c20[_0x421f80(0x1e8)]=[_0x55ed7c['gVBwU'],_0x55ed7c['xoocE']],_0x3c8c20[_0x421f80(0x25a)]=[_0x55ed7c[_0x421f80(0x214)]],_0x3c8c20[_0x421f80(0x255)]=[_0x55ed7c[_0x421f80(0x234)]],_0x3c8c20['rerunTests']=[_0x55ed7c[_0x421f80(0x225)]],_0x3c8c20[_0x421f80(0x227)]=[_0x55ed7c[_0x421f80(0x22a)]],_0x3c8c20[_0x421f80(0x231)]=[_0x55ed7c[_0x421f80(0x23f)]],_0x3c8c20['automation']=[_0x55ed7c[_0x421f80(0x211)]],_0x3c8c20;},exports[a63_0x41ac8c(0x1de)]=()=>{var _0x3015a6=a63_0x41ac8c,_0xf434e1={};_0xf434e1[_0x3015a6(0x1e7)]=_0x3015a6(0x22d),_0xf434e1[_0x3015a6(0x1b2)]=_0x3015a6(0x1e0),_0xf434e1['zRUSo']='BROWSERSTACK_ACCESS_KEY',_0xf434e1[_0x3015a6(0x1a3)]=_0x3015a6(0x1ad),_0xf434e1[_0x3015a6(0x229)]='BROWSERSTACK_PROJECT_NAME',_0xf434e1['INnld']='BROWSERSTACK_BUILD_IDENTIFIER',_0xf434e1[_0x3015a6(0x1c2)]=_0x3015a6(0x1c6),_0xf434e1[_0x3015a6(0x1a8)]=_0x3015a6(0x1cb),_0xf434e1['FJGfm']='BROWSERSTACK_LOCAL_IDENTIFIER',_0xf434e1['OxPCj']=_0x3015a6(0x202),_0xf434e1[_0x3015a6(0x237)]=_0x3015a6(0x1ec),_0xf434e1[_0x3015a6(0x22f)]=_0x3015a6(0x1f7),_0xf434e1[_0x3015a6(0x1b9)]=_0x3015a6(0x20a),_0xf434e1[_0x3015a6(0x20f)]=_0x3015a6(0x1f6);var _0x1405fe=_0xf434e1,_0xc4e165={};return _0xc4e165[_0x3015a6(0x1d2)]=[_0x1405fe['xGaPK'],_0x1405fe[_0x3015a6(0x1b2)]],_0xc4e165[_0x3015a6(0x1dc)]=[_0x1405fe[_0x3015a6(0x212)]],_0xc4e165[_0x3015a6(0x21d)]=[_0x1405fe['sIVeU']],_0xc4e165[_0x3015a6(0x1e2)]=[_0x1405fe[_0x3015a6(0x229)]],_0xc4e165[_0x3015a6(0x1a2)]=[_0x1405fe['INnld']],_0xc4e165[_0x3015a6(0x1e8)]=[_0x1405fe['ydlRQ']],_0xc4e165[_0x3015a6(0x25a)]=[_0x1405fe[_0x3015a6(0x1a8)]],_0xc4e165[_0x3015a6(0x255)]=[_0x1405fe[_0x3015a6(0x222)]],_0xc4e165['rerunTests']=[_0x1405fe[_0x3015a6(0x1a9)]],_0xc4e165[_0x3015a6(0x227)]=[_0x1405fe[_0x3015a6(0x237)],_0x1405fe[_0x3015a6(0x22f)]],_0xc4e165['logLevel']=[_0x1405fe[_0x3015a6(0x1b9)]],_0xc4e165['automation']=[_0x1405fe[_0x3015a6(0x20f)]],_0xc4e165;},exports[a63_0x41ac8c(0x23b)]=()=>[a63_0x41ac8c(0x21a),a63_0x41ac8c(0x20e),a63_0x41ac8c(0x1c3),a63_0x41ac8c(0x1da),'app','udid',a63_0x41ac8c(0x1b6),'locale',a63_0x41ac8c(0x253),a63_0x41ac8c(0x1d9),a63_0x41ac8c(0x1dd),'fullReset',a63_0x41ac8c(0x20c),'eventTimings',a63_0x41ac8c(0x1e3),a63_0x41ac8c(0x206),'printPageSourceOnFindFailure',a63_0x41ac8c(0x209),a63_0x41ac8c(0x24a),'appWaitActivity',a63_0x41ac8c(0x24e),a63_0x41ac8c(0x1ff),a63_0x41ac8c(0x1f1),a63_0x41ac8c(0x1d6),'androidCoverage','androidCoverageEndIntent',a63_0x41ac8c(0x1b3),a63_0x41ac8c(0x22e),a63_0x41ac8c(0x1d7),'androidInstallTimeout',a63_0x41ac8c(0x233),a63_0x41ac8c(0x1b1),a63_0x41ac8c(0x1ca),a63_0x41ac8c(0x243),a63_0x41ac8c(0x23a),a63_0x41ac8c(0x1cc),a63_0x41ac8c(0x201),a63_0x41ac8c(0x236),a63_0x41ac8c(0x1c0),a63_0x41ac8c(0x244),'chromedriverExecutable',a63_0x41ac8c(0x241),a63_0x41ac8c(0x1c4),a63_0x41ac8c(0x1e9),a63_0x41ac8c(0x1b4),a63_0x41ac8c(0x246),a63_0x41ac8c(0x1fa),a63_0x41ac8c(0x1ce),a63_0x41ac8c(0x1f2),a63_0x41ac8c(0x238),'intentCategory','intentFlags',a63_0x41ac8c(0x1ac),a63_0x41ac8c(0x1bd),a63_0x41ac8c(0x1be),a63_0x41ac8c(0x259),a63_0x41ac8c(0x21c),a63_0x41ac8c(0x1e6),a63_0x41ac8c(0x228),a63_0x41ac8c(0x1fe),a63_0x41ac8c(0x1d1),a63_0x41ac8c(0x254),a63_0x41ac8c(0x1e5),a63_0x41ac8c(0x1f9),a63_0x41ac8c(0x24f),a63_0x41ac8c(0x256),a63_0x41ac8c(0x215),a63_0x41ac8c(0x1a0),a63_0x41ac8c(0x1ef),a63_0x41ac8c(0x1af),a63_0x41ac8c(0x257),a63_0x41ac8c(0x1f4),'remoteAdbHost','skipUnlock',a63_0x41ac8c(0x1f8),'unlockKey',a63_0x41ac8c(0x208),a63_0x41ac8c(0x24d),a63_0x41ac8c(0x247),'disableWindowAnimation',a63_0x41ac8c(0x221),a63_0x41ac8c(0x226),'ensureWebviewsHavePages',a63_0x41ac8c(0x217),'enableWebviewDetailsCollection',a63_0x41ac8c(0x1d0),'calendarFormat',a63_0x41ac8c(0x21e),a63_0x41ac8c(0x230),'locationServicesEnabled',a63_0x41ac8c(0x200),'autoAcceptAlerts','autoDismissAlerts',a63_0x41ac8c(0x1b8),a63_0x41ac8c(0x1fb),'safariInitialUrl','safariAllowPopups',a63_0x41ac8c(0x1bc),'safariOpenLinksInBackground','keepKeyChains','localizableStringsDir',a63_0x41ac8c(0x1db),a63_0x41ac8c(0x1c1),a63_0x41ac8c(0x1eb),a63_0x41ac8c(0x235),a63_0x41ac8c(0x21b),a63_0x41ac8c(0x1f3),'remoteDebugProxy',a63_0x41ac8c(0x248),a63_0x41ac8c(0x1fd),a63_0x41ac8c(0x1a4),'fullContextList',a63_0x41ac8c(0x1a7),a63_0x41ac8c(0x1b5),a63_0x41ac8c(0x251),'customSSLCert','tapWithShortPressDuration',a63_0x41ac8c(0x1a1),a63_0x41ac8c(0x1b7),a63_0x41ac8c(0x1fc),a63_0x41ac8c(0x1ab),a63_0x41ac8c(0x223),a63_0x41ac8c(0x252),a63_0x41ac8c(0x1d3),a63_0x41ac8c(0x250),'webDriverAgentUrl',a63_0x41ac8c(0x213),a63_0x41ac8c(0x1c7),a63_0x41ac8c(0x224),a63_0x41ac8c(0x1ba),a63_0x41ac8c(0x1bb),a63_0x41ac8c(0x1d5),a63_0x41ac8c(0x1ea),a63_0x41ac8c(0x1df),a63_0x41ac8c(0x242),a63_0x41ac8c(0x20b),a63_0x41ac8c(0x220),a63_0x41ac8c(0x1d4),a63_0x41ac8c(0x20d),a63_0x41ac8c(0x1c8),'useCarthageSsl',a63_0x41ac8c(0x216),a63_0x41ac8c(0x1cf),a63_0x41ac8c(0x240),a63_0x41ac8c(0x1a6),a63_0x41ac8c(0x1a5),a63_0x41ac8c(0x1cd),'logcatFilterSpecs','allowDelayAdb']);function a63_0x4391(_0x26d3d2,_0xb237b8){var _0x6630c9=a63_0x6630();return a63_0x4391=function(_0x439180,_0x502635){_0x439180=_0x439180-0x1a0;var _0x5ba00f=_0x6630c9[_0x439180];return _0x5ba00f;},a63_0x4391(_0x26d3d2,_0xb237b8);}function a63_0x6630(){var _0x5a8692=['browserstack.local','browserstack.ppp','skipLogcatCapture','appWaitPackage','gpsEnabled','preventWDAAttachments','appName','keychainPassword','orientation','nativeWebScreenshot','localIdentifier','isHeadless','androidNaturalOrientation','browserstack.userName','resetKeyboard','browserstackLocal','localeScript','scaleFactor','buildIdentifier','sIVeU','webkitDebugProxyPort','mockLocationApp','ignoreHiddenApiPolicyError','waitForAppScript','XsFyX','OxPCj','browserstack.projectName','iosInstallPause','optionalIntentArguments','BROWSERSTACK_BUILD_NAME','browserstack.app','autoGrantPermissions','browserstack.logLevel','avd','cVzpQ','androidDeviceReadyTimeout','chromedriverUseSystemExecutable','webviewConnectRetries','language','wdaLocalPort','nativeInstrumentsLib','caPvL','wdaConnectionTimeout','xcodeOrgId','safariIgnoreFraudWarning','dontStopAppOnReset','unicodeKeyboard','browserstack.buildName','keyAlias','interKeyDelay','ydlRQ','deviceName','chromedriverExecutableDir','browserstack.user_name','BROWSERSTACK_PARALLELS_PER_PLATFORM','useNewWDA','simpleIsVisibleCheck','1582626nSiYyu','avdLaunchTimeout','BROWSERSTACK_LOCAL','useKeystore','logcatFormat','chromedriverDisableBuildCheck','startIWDP','remoteAppsCacheLimit','recreateChromeDriverSessions','userName','usePrebuiltWDA','connectHardwareKeyboard','xcodeSigningId','allowTestPackages','androidDeviceSocket','835IOHXaH','autoWebview','newCommandTimeout','processArguments','accessKey','noReset','EnvCapsMapping','resetOnSessionStartOnly','BROWSERSTACK_USER_NAME','browserstack.localIdentifier','projectName','enablePerformanceLogging','2058881cbUVIB','androidScreenshotPath','ignoreUnimportantViews','xGaPK','parallelsPerPlatform','chromedriverChromeMappingFile','updatedWDABundleId','showIOSLog','BROWSERSTACK_APP_ID','73384giMJyJ','eWpbL','skipDeviceInitialization','jBBAo','deviceReadyTimeout','autoWebviewTimeout','screenshotWaitTimeout','systemPort','4925592ayBTOJ','BROWSERSTACK_AUTOMATION','BROWSERSTACK_APP','unlockType','networkSpeed','chromedriverPorts','nativeWebTap','showXcodeLog','skipLogCapture','chromeOptions','appWaitDuration','locationServicesAuthorized','keystorePath','BROWSERSTACK_RERUN_TESTS','browserstack.buildIdentifier','30606lLfITR','4vOfpED','otherApps','873158tedVPM','autoLaunch','appActivity','BROWSERSTACK_OBSERVABILITY_DEBUG','wdaStartupRetries','clearSystemFiles','maxTypingFrequency','platformVersion','yCdRj','browserstack.parallelsPerPlatform','EhvHO','zRUSo','keychainPath','IdTIk','adbExecTimeout','shouldUseSingletonTestManager','webviewDevtoolsPort','lzZgA','browserstack.access_key','automationName','webkitResponseTimeout','noSign','buildName','bundleId','483FkoJhl','wdaStartupRetryInterval','buildToolsVersion','FJGfm','xcodeConfigFile','wdaLaunchTimeout','CJEhj','enforceAppInstall','app','disableAndroidWatchers','Dvrar','jUIKV','ahzUb','10sXsHno','BROWSERSTACK_USERNAME','adbPort','Jueua','launchTimeout','logLevel','browserstack.accessKey','androidInstallPath','CaKGn','sendKeyStrategy','keystorePassword','VTgeo','intentAction','xoocE','avdArgs','AppiumCaps','aAycN','gxYrJ','732825kMGuTV','Bnqek','allowTouchIdEnroll','chromedriverArgs','commandTimeouts','avdReadyTimeout','keyPassword','aqSqy','chromedriverPort','uninstallOtherPackages','enableAsyncExecuteFromHttps','browserstack.automation','appPackage'];a63_0x6630=function(){return _0x5a8692;};return a63_0x6630();}
|
|
1
|
+
function a63_0x2981(_0xbdbf0a,_0x2086e2){var _0x2395e4=a63_0x2395();return a63_0x2981=function(_0x298194,_0x4bd414){_0x298194=_0x298194-0x9d;var _0x288a60=_0x2395e4[_0x298194];return _0x288a60;},a63_0x2981(_0xbdbf0a,_0x2086e2);}var a63_0x5b537f=a63_0x2981;(function(_0x219614,_0x23980c){var _0x3cabb3=a63_0x2981,_0x507a0e=_0x219614();while(!![]){try{var _0x267410=-parseInt(_0x3cabb3(0x143))/0x1*(parseInt(_0x3cabb3(0x10a))/0x2)+parseInt(_0x3cabb3(0x11d))/0x3*(parseInt(_0x3cabb3(0x12a))/0x4)+parseInt(_0x3cabb3(0xa9))/0x5*(parseInt(_0x3cabb3(0x106))/0x6)+parseInt(_0x3cabb3(0x152))/0x7*(parseInt(_0x3cabb3(0xf7))/0x8)+parseInt(_0x3cabb3(0x13c))/0x9+-parseInt(_0x3cabb3(0xd8))/0xa+-parseInt(_0x3cabb3(0x113))/0xb*(-parseInt(_0x3cabb3(0x134))/0xc);if(_0x267410===_0x23980c)break;else _0x507a0e['push'](_0x507a0e['shift']());}catch(_0x596e6a){_0x507a0e['push'](_0x507a0e['shift']());}}}(a63_0x2395,0x7e7f3),exports['CLICapsMapping']=()=>{var _0x319c8f=a63_0x2981,_0x231054={};_0x231054['olDrE']=_0x319c8f(0x156),_0x231054['nDtIz']=_0x319c8f(0xc9),_0x231054[_0x319c8f(0xe0)]=_0x319c8f(0xcb),_0x231054[_0x319c8f(0xf6)]='browserstack.accessKey',_0x231054[_0x319c8f(0xfe)]=_0x319c8f(0x9d),_0x231054[_0x319c8f(0x12c)]='browserstack.projectName',_0x231054['XauLo']=_0x319c8f(0xe2),_0x231054[_0x319c8f(0x13f)]=_0x319c8f(0x9e),_0x231054['oqcOA']=_0x319c8f(0xb4),_0x231054['tcAKT']='browserstack.local',_0x231054[_0x319c8f(0x132)]='browserstack.localIdentifier',_0x231054['tGWeQ']='browserstack.rerunTests',_0x231054[_0x319c8f(0xb8)]=_0x319c8f(0x154),_0x231054[_0x319c8f(0x11e)]=_0x319c8f(0xd7),_0x231054[_0x319c8f(0xcc)]=_0x319c8f(0xbe);var _0x156f95=_0x231054,_0x2085de={};return _0x2085de['userName']=[_0x156f95['olDrE'],_0x156f95[_0x319c8f(0xb9)]],_0x2085de[_0x319c8f(0x12b)]=[_0x156f95[_0x319c8f(0xe0)],_0x156f95[_0x319c8f(0xf6)]],_0x2085de[_0x319c8f(0x15b)]=[_0x156f95[_0x319c8f(0xfe)]],_0x2085de['projectName']=[_0x156f95[_0x319c8f(0x12c)]],_0x2085de[_0x319c8f(0xc7)]=[_0x156f95[_0x319c8f(0xf5)]],_0x2085de[_0x319c8f(0xf2)]=[_0x156f95[_0x319c8f(0x13f)],_0x156f95[_0x319c8f(0x11b)]],_0x2085de[_0x319c8f(0xff)]=[_0x156f95[_0x319c8f(0x114)]],_0x2085de[_0x319c8f(0xca)]=[_0x156f95[_0x319c8f(0x132)]],_0x2085de[_0x319c8f(0xa5)]=[_0x156f95[_0x319c8f(0xbb)]],_0x2085de[_0x319c8f(0x128)]=[_0x156f95[_0x319c8f(0xb8)]],_0x2085de[_0x319c8f(0x139)]=[_0x156f95['jSgXp']],_0x2085de['automation']=[_0x156f95[_0x319c8f(0xcc)]],_0x2085de;},exports[a63_0x5b537f(0xa1)]=()=>{var _0x19843e=a63_0x5b537f,_0x25114d={};_0x25114d[_0x19843e(0x109)]=_0x19843e(0x122),_0x25114d['QJCKd']=_0x19843e(0x11f),_0x25114d[_0x19843e(0xe5)]=_0x19843e(0x149),_0x25114d[_0x19843e(0xb7)]=_0x19843e(0x125),_0x25114d[_0x19843e(0xcd)]=_0x19843e(0x100),_0x25114d[_0x19843e(0x15d)]=_0x19843e(0xb3),_0x25114d[_0x19843e(0x112)]=_0x19843e(0xd4),_0x25114d[_0x19843e(0xac)]='BROWSERSTACK_LOCAL',_0x25114d[_0x19843e(0xea)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x25114d[_0x19843e(0xae)]=_0x19843e(0x13b),_0x25114d['Sstef']=_0x19843e(0x137),_0x25114d[_0x19843e(0xe7)]=_0x19843e(0xd0),_0x25114d[_0x19843e(0xc6)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x25114d[_0x19843e(0xcf)]=_0x19843e(0x127);var _0x134df8=_0x25114d,_0x5d963f={};return _0x5d963f[_0x19843e(0x12d)]=[_0x134df8[_0x19843e(0x109)],_0x134df8[_0x19843e(0xc3)]],_0x5d963f['accessKey']=[_0x134df8[_0x19843e(0xe5)]],_0x5d963f[_0x19843e(0x15b)]=[_0x134df8[_0x19843e(0xb7)]],_0x5d963f['projectName']=[_0x134df8[_0x19843e(0xcd)]],_0x5d963f[_0x19843e(0xc7)]=[_0x134df8[_0x19843e(0x15d)]],_0x5d963f[_0x19843e(0xf2)]=[_0x134df8['jMEbQ']],_0x5d963f[_0x19843e(0xff)]=[_0x134df8['IwJVU']],_0x5d963f[_0x19843e(0xca)]=[_0x134df8[_0x19843e(0xea)]],_0x5d963f[_0x19843e(0xa5)]=[_0x134df8[_0x19843e(0xae)]],_0x5d963f[_0x19843e(0x128)]=[_0x134df8[_0x19843e(0x10c)],_0x134df8[_0x19843e(0xe7)]],_0x5d963f[_0x19843e(0x139)]=[_0x134df8[_0x19843e(0xc6)]],_0x5d963f[_0x19843e(0xd3)]=[_0x134df8[_0x19843e(0xcf)]],_0x5d963f;},exports[a63_0x5b537f(0x129)]=()=>['automationName','platformVersion',a63_0x5b537f(0x14f),'newCommandTimeout',a63_0x5b537f(0x128),'udid',a63_0x5b537f(0xdf),a63_0x5b537f(0xf4),a63_0x5b537f(0x155),a63_0x5b537f(0x124),a63_0x5b537f(0xa2),'fullReset',a63_0x5b537f(0xe9),a63_0x5b537f(0x9f),a63_0x5b537f(0xa4),a63_0x5b537f(0xeb),a63_0x5b537f(0x141),a63_0x5b537f(0xa3),a63_0x5b537f(0xde),a63_0x5b537f(0x12f),a63_0x5b537f(0x101),a63_0x5b537f(0x146),a63_0x5b537f(0x145),a63_0x5b537f(0xdd),a63_0x5b537f(0xdc),a63_0x5b537f(0xad),a63_0x5b537f(0xb0),'adbPort',a63_0x5b537f(0xa7),a63_0x5b537f(0x13e),a63_0x5b537f(0xf1),a63_0x5b537f(0xaf),a63_0x5b537f(0x138),a63_0x5b537f(0x151),'avdArgs',a63_0x5b537f(0xe3),a63_0x5b537f(0xce),a63_0x5b537f(0x11a),a63_0x5b537f(0x135),a63_0x5b537f(0x159),a63_0x5b537f(0xfc),a63_0x5b537f(0x10f),a63_0x5b537f(0xd5),a63_0x5b537f(0x13a),a63_0x5b537f(0x148),a63_0x5b537f(0x153),a63_0x5b537f(0xc0),a63_0x5b537f(0x102),a63_0x5b537f(0x130),a63_0x5b537f(0xbc),a63_0x5b537f(0x111),a63_0x5b537f(0xb1),'optionalIntentArguments',a63_0x5b537f(0x142),a63_0x5b537f(0xd2),'resetKeyboard',a63_0x5b537f(0x105),'ignoreUnimportantViews',a63_0x5b537f(0xe8),a63_0x5b537f(0xf0),a63_0x5b537f(0xf3),a63_0x5b537f(0xc4),a63_0x5b537f(0x133),'networkSpeed',a63_0x5b537f(0xdb),'isHeadless',a63_0x5b537f(0x157),a63_0x5b537f(0xa8),a63_0x5b537f(0x140),a63_0x5b537f(0x150),a63_0x5b537f(0x120),a63_0x5b537f(0x107),'remoteAdbHost','skipUnlock',a63_0x5b537f(0x12e),a63_0x5b537f(0x11c),'autoLaunch',a63_0x5b537f(0xe1),a63_0x5b537f(0xc1),a63_0x5b537f(0xc5),'buildToolsVersion',a63_0x5b537f(0x103),a63_0x5b537f(0x110),a63_0x5b537f(0x147),a63_0x5b537f(0x115),a63_0x5b537f(0x158),a63_0x5b537f(0x14c),a63_0x5b537f(0xb5),'launchTimeout',a63_0x5b537f(0xab),a63_0x5b537f(0xa0),a63_0x5b537f(0xfd),a63_0x5b537f(0x131),'nativeInstrumentsLib',a63_0x5b537f(0xbf),'safariInitialUrl',a63_0x5b537f(0xe4),a63_0x5b537f(0x10e),a63_0x5b537f(0xef),'keepKeyChains','localizableStringsDir',a63_0x5b537f(0x14b),a63_0x5b537f(0x121),a63_0x5b537f(0x144),a63_0x5b537f(0x15f),a63_0x5b537f(0x116),a63_0x5b537f(0xec),a63_0x5b537f(0x15a),a63_0x5b537f(0xf9),a63_0x5b537f(0x15e),a63_0x5b537f(0xee),a63_0x5b537f(0xfb),'waitForAppScript',a63_0x5b537f(0xb2),a63_0x5b537f(0xbd),a63_0x5b537f(0xa6),a63_0x5b537f(0x14e),a63_0x5b537f(0x126),'wdaLocalPort',a63_0x5b537f(0xd6),a63_0x5b537f(0xb6),a63_0x5b537f(0xf8),a63_0x5b537f(0xba),a63_0x5b537f(0xfa),a63_0x5b537f(0x118),a63_0x5b537f(0x119),a63_0x5b537f(0x136),a63_0x5b537f(0xc8),a63_0x5b537f(0x14d),'wdaConnectionTimeout','xcodeOrgId',a63_0x5b537f(0xc2),a63_0x5b537f(0x108),a63_0x5b537f(0xd9),a63_0x5b537f(0x117),a63_0x5b537f(0xed),a63_0x5b537f(0x123),'connectHardwareKeyboard',a63_0x5b537f(0xda),a63_0x5b537f(0x104),a63_0x5b537f(0x14a),a63_0x5b537f(0xe6),a63_0x5b537f(0x13d),'allowTouchIdEnroll',a63_0x5b537f(0x10b),a63_0x5b537f(0x15c),a63_0x5b537f(0xaa),a63_0x5b537f(0xd1),a63_0x5b537f(0x10d)]);function a63_0x2395(){var _0x5eaa97=['tcAKT','enableWebviewDetailsCollection','webkitResponseTimeout','commandTimeouts','preventWDAAttachments','webDriverAgentUrl','keystorePassword','oqcOA','unlockKey','519pXfHer','jSgXp','BROWSERSTACK_USER_NAME','androidNaturalOrientation','interKeyDelay','BROWSERSTACK_USERNAME','wdaStartupRetryInterval','autoWebview','BROWSERSTACK_BUILD_NAME','scaleFactor','BROWSERSTACK_AUTOMATION','app','AppiumCaps','4548IybmGr','accessKey','bgUZt','userName','unlockType','appWaitActivity','autoWebviewTimeout','autoDismissAlerts','ldabY','androidScreenshotPath','254064JEYepi','keyAlias','keychainPath','BROWSERSTACK_APP_ID','avdLaunchTimeout','logLevel','chromedriverChromeMappingFile','BROWSERSTACK_RERUN_TESTS','5759082BPygVZ','startIWDP','androidInstallTimeout','IHIRh','skipDeviceInitialization','printPageSourceOnFindFailure','dontStopAppOnReset','112967KCtkqQ','showIOSLog','deviceReadyTimeout','appWaitDuration','webviewDevtoolsPort','chromedriverUseSystemExecutable','BROWSERSTACK_ACCESS_KEY','useCarthageSsl','processArguments','calendarFormat','wdaLaunchTimeout','tapWithShortPressDuration','deviceName','autoGrantPermissions','avdReadyTimeout','7AdvAhb','chromedriverPort','browserstack.app','orientation','browserstack.user_name','adbExecTimeout','remoteAppsCacheLimit','keyPassword','remoteDebugProxy','buildName','mockLocationApp','MRvfS','skipLogCapture','sendKeyStrategy','browserstack.buildName','browserstack.ppp','eventTimings','locationServicesAuthorized','EnvCapsMapping','noReset','appActivity','enablePerformanceLogging','rerunTests','customSSLCert','androidDeviceSocket','localeScript','5iunMIp','logcatFormat','locationServicesEnabled','IwJVU','androidCoverageEndIntent','cSvnQ','avd','androidDeviceReadyTimeout','intentFlags','webviewConnectRetries','BROWSERSTACK_BUILD_IDENTIFIER','browserstack.parallelsPerPlatform','bundleId','iosInstallPause','YWory','flJyI','nDtIz','keychainPassword','tGWeQ','intentAction','appName','browserstack.automation','nativeWebTap','chromedriverPorts','uninstallOtherPackages','xcodeSigningId','QJCKd','nativeWebScreenshot','disableWindowAnimation','rMNTX','buildIdentifier','useNewWDA','browserstack.userName','localIdentifier','browserstack.access_key','sMvKK','NhuzL','keystorePath','wGjwt','BROWSERSTACK_APP','logcatFilterSpecs','unicodeKeyboard','automation','BROWSERSTACK_PARALLELS_PER_PLATFORM','chromedriverExecutableDir','showXcodeLog','browserstack.logLevel','10362380BTNLen','resetOnSessionStartOnly','maxTypingFrequency','gpsEnabled','androidCoverage','allowTestPackages','appPackage','language','eITMt','skipLogcatCapture','browserstack.buildIdentifier','useKeystore','safariAllowPopups','yKQPM','shouldUseSingletonTestManager','eGwEk','disableAndroidWatchers','clearSystemFiles','WvlCG','otherApps','screenshotWaitTimeout','wdaStartupRetries','webkitDebugProxyPort','safariOpenLinksInBackground','chromeOptions','androidInstallPath','parallelsPerPlatform','recreateChromeDriverSessions','locale','XauLo','EZtos','4809296OXcmfL','xcodeConfigFile','enableAsyncExecuteFromHttps','usePrebuiltWDA','fullContextList','chromedriverExecutable','autoAcceptAlerts','baOrM','browserstackLocal','BROWSERSTACK_PROJECT_NAME','appWaitPackage','chromedriverDisableBuildCheck','enforceAppInstall','simpleIsVisibleCheck','noSign','2268462BeoQyb','systemPort','updatedWDABundleId','upEqe','14NKwehx','ignoreHiddenApiPolicyError','Sstef','allowDelayAdb','safariIgnoreFraudWarning','chromedriverArgs','ensureWebviewsHavePages','intentCategory','jMEbQ','275OJRmNh'];a63_0x2395=function(){return _0x5eaa97;};return a63_0x2395();}
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a64_0x136e81=a64_0x2895;function a64_0x2bef(){var _0x5bc1db=['14472VtUTxX','238UQNTQJ','browserStackGlobals','520371LFMLJo','24700224ZdlmrE','8394468yrYGbc','230270IfrHCs','__instance','setGlobal','262375acwdEO','3847980OTnroQ','getGlobal','88vgQDQf','44qRuJfq','24OtnhyK','7CUQKDq'];a64_0x2bef=function(){return _0x5bc1db;};return a64_0x2bef();}(function(_0x4e093d,_0x2e7cc3){var _0x56678f=a64_0x2895,_0x414727=_0x4e093d();while(!![]){try{var _0x370dec=parseInt(_0x56678f(0x120))/0x1*(parseInt(_0x56678f(0x121))/0x2)+-parseInt(_0x56678f(0x12a))/0x3+-parseInt(_0x56678f(0x11e))/0x4*(-parseInt(_0x56678f(0x129))/0x5)+-parseInt(_0x56678f(0x125))/0x6*(parseInt(_0x56678f(0x11f))/0x7)+parseInt(_0x56678f(0x11c))/0x8*(-parseInt(_0x56678f(0x123))/0x9)+parseInt(_0x56678f(0x126))/0xa*(parseInt(_0x56678f(0x11d))/0xb)+parseInt(_0x56678f(0x124))/0xc;if(_0x370dec===_0x2e7cc3)break;else _0x414727['push'](_0x414727['shift']());}catch(_0x288de6){_0x414727['push'](_0x414727['shift']());}}}(a64_0x2bef,0xd4563));function a64_0x2895(_0x557052,_0x18ddcb){var _0x2bef92=a64_0x2bef();return a64_0x2895=function(_0x289569,_0x1296ce){_0x289569=_0x289569-0x11b;var _0x384840=_0x2bef92[_0x289569];return _0x384840;},a64_0x2895(_0x557052,_0x18ddcb);}class Global{static [a64_0x136e81(0x127)];constructor(){var _0x1ce22f=a64_0x136e81;if(Global[_0x1ce22f(0x127)])return Global[_0x1ce22f(0x127)];this['browserStackGlobals']=global,Global[_0x1ce22f(0x127)]=this;}[a64_0x136e81(0x128)](_0x919e40,_0x2e29de){this['browserStackGlobals'][_0x919e40]=_0x2e29de;}[a64_0x136e81(0x11b)](_0x57ee3d){var _0x4fd0ea=a64_0x136e81;return this[_0x4fd0ea(0x122)][_0x57ee3d];}}module['exports']=new Global();
|