browserstack-node-sdk 1.34.34 → 1.34.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/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_0x137931=a59_0x2a78;function a59_0x36e9(){const _0xf0ecda=['\x22}}}','HEALING_FAILURE_TIMEOUT','Imynt','selector','getCapabilities','BrowserstackHealing.healFailure\x20method\x20timed\x20out','409865GFurhB','kVMmh','safari','edge','getProjectName','chrome','getCommands','{\x22region\x22:\x20\x22','log','keys','RZpkU','BrowserstackHealingSetTcgTokenFailed','capabilities_','TCG_URL','uNKlW','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','NOeNk','ieOptions_','306ilfmKC','CpxvZ','aiHeal_userId','POLL_HEALING_RESULT_TIMEOUT','QtpCr','VFMXC','path','handleSuccess','BrowserstackHealing','UhjEz','map_','HEALING_LOG_DATA_TIMEOUT','framework','info','cancel','getSession','EtBSt','TCG_REGION','./autoHealHelper','JJWMO','then','\x22:\x20{\x22endpoint\x22:\x20\x22','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','freeze','214768BpbZLB','YoCyc','toLowerCase','aiHeal_groupId','15SjXGPl','SET_TCG_TOKEN_TIMEOUT','get','wrEZC','FbTxY','ADMqz','setTcgToken','replace','healFailure','../../helpers/timeoutPromise','qBMRA','getGlobal','using','browserName','value','aiHeal_sessionToken','error','28qJmwHc','nIMmS','message','newCapabilities','firefoxOptions_','edgeOptions_','getId','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','\x20command','../logger','fGmYu','\x22,\x20\x22tcgUrls\x22:\x20{\x22','isSelfHealEnabled','ycXdk','_handleEvent','317458iZBUXz','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','4923716lqNsEv','oXcmD','getTestName','config','split','aiHealing','aiHeal_isGroupAIEnabled','xNWuM','BqyHb','../../bin/utils/constants','aiSdkWrapper','UEbSK','locatorValue','join','bwvsA','safariOptions_','lXCai','../globals','oSdhq','parameters_','14089360FCBTUQ','BrowserstackHealing.pollResult\x20method\x20timed\x20out','../../ai-sdk-node/bundle','efrOT','BrowserstackHealing.logData\x20method\x20timed\x20out','4998756Hyoomv','browserstackSessionName','lzEmf','520188CsCviR','YUBWV','BrowserstackHealingHealFailureFailed','firefox','WxXJq','pollResult','race','vcqAQ','BrowserstackHealing.setToken\x20method\x20timed\x20out','LinuN'];a59_0x36e9=function(){return _0xf0ecda;};return a59_0x36e9();}(function(_0x74dc7f,_0x147e8e){const _0x549041=a59_0x2a78,_0x3b0147=_0x74dc7f();while(!![]){try{const _0x2ecba9=-parseInt(_0x549041(0xe2))/0x1+-parseInt(_0x549041(0xc4))/0x2*(-parseInt(_0x549041(0xa4))/0x3)+-parseInt(_0x549041(0xb5))/0x4*(parseInt(_0x549041(0xf2))/0x5)+-parseInt(_0x549041(0xdf))/0x6+-parseInt(_0x549041(0xc6))/0x7+-parseInt(_0x549041(0xa0))/0x8*(-parseInt(_0x549041(0x88))/0x9)+parseInt(_0x549041(0xda))/0xa;if(_0x2ecba9===_0x147e8e)break;else _0x3b0147['push'](_0x3b0147['shift']());}catch(_0x230e06){_0x3b0147['push'](_0x3b0147['shift']());}}}(a59_0x36e9,0x765e0));const path=require(a59_0x137931(0x8e)),{commandRepository}=require(a59_0x137931(0x9a)),constants=require(a59_0x137931(0xcf)),logger=require(a59_0x137931(0xbe))['winstonLogger'],globals=require(a59_0x137931(0xd7)),timeoutPromise=require(a59_0x137931(0xad)),isUndefinedOrNull=_0x1f63f3=>_0x1f63f3===undefined||_0x1f63f3===null||_0x1f63f3==='',isNotUndefinedOrNull=_0x2be594=>!isUndefinedOrNull(_0x2be594),isString=_0x415a87=>isNotUndefinedOrNull(_0x415a87)&&typeof _0x415a87==='string';class AiSdkWrapper{constructor(){const _0x19398=a59_0x137931,_0x221d75={'JJWMO':function(_0x14ed71,_0x5b4175){return _0x14ed71(_0x5b4175);},'PSKiw':_0x19398(0xdc)};this[_0x19398(0x90)]=undefined;try{this[_0x19398(0x90)]=_0x221d75[_0x19398(0x9b)](require,path[_0x19398(0xd3)](__dirname,_0x221d75['PSKiw']));}catch(_0x4eb8c0){logger[_0x19398(0xb4)](_0x19398(0x85)+(_0x4eb8c0&&_0x4eb8c0[_0x19398(0xb7)]?_0x4eb8c0[_0x19398(0xb7)]:''));}}['initializeHealingCapabilities'](_0x403ee3){const _0x2e6c99=a59_0x137931,_0x2413cf={};_0x2413cf[_0x2e6c99(0xa9)]=_0x2e6c99(0xb8),_0x2413cf[_0x2e6c99(0xc2)]=function(_0x138846,_0x3e5f54){return _0x138846===_0x3e5f54;},_0x2413cf['RZpkU']=_0x2e6c99(0xf7),_0x2413cf[_0x2e6c99(0xd6)]=_0x2e6c99(0xe5),_0x2413cf[_0x2e6c99(0xae)]=_0x2e6c99(0xf4),_0x2413cf[_0x2e6c99(0x84)]=function(_0x1e2625,_0x38d7e5){return _0x1e2625===_0x38d7e5;},_0x2413cf['YUBWV']=_0x2e6c99(0xf5),_0x2413cf[_0x2e6c99(0xe9)]='microsoftedge',_0x2413cf[_0x2e6c99(0x98)]=function(_0x364f50,_0x3ad65e){return _0x364f50===_0x3ad65e;};const _0x5e3a2a=_0x2413cf;try{const _0x52c544=this[_0x2e6c99(0x90)]['initializeCapabilities'](Object['fromEntries'](_0x403ee3[_0x2e6c99(0xf0)]()[_0x2e6c99(0x92)]));console[_0x2e6c99(0xfa)](_0x5e3a2a[_0x2e6c99(0xa9)],_0x52c544);if(_0x5e3a2a[_0x2e6c99(0xc2)](_0x52c544?.[_0x2e6c99(0xb1)]?.[_0x2e6c99(0xa2)](),_0x5e3a2a[_0x2e6c99(0x80)]))_0x403ee3['chromeOptions_']=_0x52c544;else{if(_0x5e3a2a[_0x2e6c99(0xc2)](_0x52c544?.[_0x2e6c99(0xb1)]?.[_0x2e6c99(0xa2)](),_0x5e3a2a[_0x2e6c99(0xd6)]))_0x403ee3[_0x2e6c99(0xb9)]=_0x52c544;else{if(_0x5e3a2a[_0x2e6c99(0xc2)](_0x52c544?.[_0x2e6c99(0xb1)]?.[_0x2e6c99(0xa2)](),_0x5e3a2a['qBMRA']))_0x403ee3[_0x2e6c99(0xd5)]=_0x52c544;else{if(_0x5e3a2a['uNKlW'](_0x52c544?.['browserName']?.['toLowerCase'](),_0x5e3a2a[_0x2e6c99(0xe3)])||_0x5e3a2a[_0x2e6c99(0x84)](_0x52c544?.['browserName']?.[_0x2e6c99(0xa2)](),_0x5e3a2a[_0x2e6c99(0xe9)]))_0x403ee3[_0x2e6c99(0xba)]=_0x52c544;else _0x5e3a2a['EtBSt'](_0x52c544?.['browserName']?.['toLowerCase'](),'ie')&&(_0x403ee3[_0x2e6c99(0x87)]=_0x52c544);}}}Object[_0x2e6c99(0xfb)](_0x52c544)['forEach'](_0x5e99da=>{const _0x2f0312=_0x2e6c99,_0x529e5e=_0x403ee3[_0x2f0312(0x82)][_0x2f0312(0xa6)](_0x5e99da);_0x403ee3[_0x2f0312(0x82)]['set'](_0x5e99da,_0x52c544[_0x5e99da]);});}catch(_0x514bb4){logger[_0x2e6c99(0xb4)](_0x2e6c99(0xc5)+(_0x514bb4&&_0x514bb4[_0x2e6c99(0xb7)]?_0x514bb4[_0x2e6c99(0xb7)]:''));}}async[a59_0x137931(0xaa)](_0x42ad96){const _0x5b44f5=a59_0x137931,_0x4a628a={'WxXJq':function(_0x14aa64,_0x28504b,_0x2092b6,_0x266ae7,_0x20dffc,_0x20b8db,_0x1d0bf9){return _0x14aa64(_0x28504b,_0x2092b6,_0x266ae7,_0x20dffc,_0x20b8db,_0x1d0bf9);},'lzEmf':_0x5b44f5(0xea),'efrOT':_0x5b44f5(0x81),'UhjEz':_0x5b44f5(0xb3)},_0x1701c3=new Date(),_0x1c0faa=_0x4a628a[_0x5b44f5(0xe6)](timeoutPromise,constants[_0x5b44f5(0xa5)],_0x4a628a[_0x5b44f5(0xe1)],_0x4a628a[_0x5b44f5(0xdd)],_0x1701c3,this[_0x5b44f5(0xc9)],this[_0x5b44f5(0x94)]);await Promise[_0x5b44f5(0xe8)]([this[_0x5b44f5(0x90)]['setToken'](_0x42ad96,globals[_0x5b44f5(0xaf)](_0x4a628a[_0x5b44f5(0x91)]),constants[_0x5b44f5(0x83)])[_0x5b44f5(0x9c)](()=>{const _0x2b7fba=_0x5b44f5;_0x1c0faa[_0x2b7fba(0x96)]();}),_0x1c0faa]);}async['_handleEvent'](_0x3c1eea,_0x980bf1,_0x4e0844,_0x570a36){const _0x4b79f2=a59_0x137931,_0x43f6f1={'CpxvZ':function(_0x1b0298,_0x5aa7b1){return _0x1b0298===_0x5aa7b1;},'xNWuM':function(_0xa17c62,_0x256cb0){return _0xa17c62===_0x256cb0;},'wrEZC':function(_0x4c2aa6,_0xb0e935){return _0x4c2aa6(_0xb0e935);},'fGmYu':function(_0x24c982,_0x5a4459){return _0x24c982(_0x5a4459);},'UEbSK':function(_0xb35d83,_0x298247){return _0xb35d83(_0x298247);},'VFMXC':function(_0x2d087c,_0x2bf204){return _0x2d087c(_0x2bf204);},'BqyHb':function(_0x34b713,_0x3bb582){return _0x34b713(_0x3bb582);},'RsYKH':function(_0x3d6951,_0x4b8e26){return _0x3d6951(_0x4b8e26);},'bwvsA':function(_0x5e2b33,_0xbdc6f6){return _0x5e2b33(_0xbdc6f6);},'oXcmD':'s://','YoCyc':_0x4b79f2(0x8a),'nIMmS':_0x4b79f2(0xa3),'oSdhq':_0x4b79f2(0xcc),'HLTQx':function(_0x760720,_0x229d1d,_0x1b7f51,_0x418278,_0x569867,_0x386b06,_0xa957d){return _0x760720(_0x229d1d,_0x1b7f51,_0x418278,_0x569867,_0x386b06,_0xa957d);},'Imynt':_0x4b79f2(0xde),'NOeNk':'BrowserstackHealingLogDataFailed','FbTxY':_0x4b79f2(0xf1),'XVkBr':_0x4b79f2(0xe4)},_0x456853=(await _0x980bf1[_0x4b79f2(0x97)]())[_0x4b79f2(0xbb)]();let _0x173e76='';if(commandRepository[_0x4b79f2(0xc1)]()&&_0x43f6f1[_0x4b79f2(0x89)](_0x570a36,![])||_0x43f6f1[_0x4b79f2(0xcd)](_0x570a36,!![])){const _0x2005c0=_0x43f6f1[_0x4b79f2(0xa7)](isNotUndefinedOrNull,_0x4e0844[_0x4b79f2(0xd9)]['using'])&&_0x43f6f1['fGmYu'](isString,_0x4e0844[_0x4b79f2(0xd9)][_0x4b79f2(0xb0)])?_0x4e0844[_0x4b79f2(0xd9)][_0x4b79f2(0xb0)][_0x4b79f2(0xab)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x361988=_0x43f6f1[_0x4b79f2(0xbf)](isNotUndefinedOrNull,_0x4e0844[_0x4b79f2(0xd9)][_0x4b79f2(0xb0)])&&_0x43f6f1[_0x4b79f2(0xd1)](isString,_0x4e0844[_0x4b79f2(0xd9)][_0x4b79f2(0xb2)])?_0x4e0844[_0x4b79f2(0xd9)][_0x4b79f2(0xb2)]['replace'](/'/g,'\x5c\x27')[_0x4b79f2(0xab)](/"/g,'\x5c\x22'):'',_0x4bad95=_0x43f6f1[_0x4b79f2(0xd1)](isNotUndefinedOrNull,commandRepository[_0x4b79f2(0xf6)]())&&_0x43f6f1[_0x4b79f2(0xbf)](isString,commandRepository[_0x4b79f2(0xf6)]())?commandRepository[_0x4b79f2(0xf6)]()['replace'](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x295468=_0x43f6f1[_0x4b79f2(0x8d)](isNotUndefinedOrNull,global[_0x4b79f2(0xe0)])&&_0x43f6f1[_0x4b79f2(0xce)](isString,global[_0x4b79f2(0xe0)])?global[_0x4b79f2(0xe0)][_0x4b79f2(0xab)](/'/g,'\x5c\x27')[_0x4b79f2(0xab)](/"/g,'\x5c\x22'):'';!_0x295468&&(_0x295468=_0x43f6f1['RsYKH'](isNotUndefinedOrNull,commandRepository[_0x4b79f2(0xc8)]())&&_0x43f6f1[_0x4b79f2(0xd4)](isString,commandRepository['getTestName']())?commandRepository[_0x4b79f2(0xc8)]()[_0x4b79f2(0xab)](/'/g,'\x5c\x27')[_0x4b79f2(0xab)](/"/g,'\x5c\x22'):'');let _0x58422c=_0x4b79f2(0xf9)+constants[_0x4b79f2(0x99)]+_0x4b79f2(0xc0)+constants[_0x4b79f2(0x99)]+_0x4b79f2(0x9d)+constants[_0x4b79f2(0x83)][_0x4b79f2(0xca)](_0x43f6f1[_0x4b79f2(0xc7)])[0x1]+_0x4b79f2(0xec);_0x58422c=_0x43f6f1['wrEZC'](isNotUndefinedOrNull,_0x58422c)&&_0x43f6f1[_0x4b79f2(0xce)](isString,_0x58422c)?_0x58422c['replace'](/'/g,'\x5c\x27')[_0x4b79f2(0xab)](/"/g,'\x5c\x22'):'';const _0x35458f=commandRepository[_0x4b79f2(0xf8)](_0x456853),_0x342184=globals['getGlobal'](_0x43f6f1[_0x4b79f2(0xa1)]),_0x196cca=globals['getGlobal'](_0x43f6f1[_0x4b79f2(0xb6)]),_0x3dde8b=globals['getGlobal'](_0x43f6f1[_0x4b79f2(0xd8)]),_0xab2f7f=![],_0x4daea4=new Date();if(_0x570a36){const _0x341b29=_0x43f6f1['HLTQx'](timeoutPromise,constants[_0x4b79f2(0x93)],_0x43f6f1[_0x4b79f2(0xee)],_0x43f6f1[_0x4b79f2(0x86)],_0x4daea4,this[_0x4b79f2(0xc9)],this['framework']);_0x173e76=await Promise[_0x4b79f2(0xe8)]([this['BrowserstackHealing']['logData'](_0x2005c0,_0x361988,_0x4bad95,_0x295468,_0x196cca,_0x456853,_0x35458f,_0x58422c)[_0x4b79f2(0x9c)](_0x1485ff=>{const _0x1c3395=_0x4b79f2;return _0x341b29[_0x1c3395(0x96)](),_0x1485ff;}),_0x341b29]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x240c8f=_0x43f6f1['HLTQx'](timeoutPromise,constants[_0x4b79f2(0xed)],_0x43f6f1[_0x4b79f2(0xa8)],_0x43f6f1['XVkBr'],_0x4daea4,this[_0x4b79f2(0xc9)],this[_0x4b79f2(0x94)]);_0x173e76=await Promise[_0x4b79f2(0xe8)]([this[_0x4b79f2(0x90)][_0x4b79f2(0xac)](_0x2005c0,_0x361988,_0x4bad95,_0x295468,_0x342184,_0x196cca,_0x456853,_0x35458f,_0xab2f7f,_0x3dde8b,_0x58422c)[_0x4b79f2(0x9c)](_0x3dab0d=>{const _0x377163=_0x4b79f2;return _0x240c8f[_0x377163(0x96)](),_0x3dab0d;}),_0x240c8f]);}}_0x173e76&&await _0x980bf1['executeScript'](_0x173e76);}}async[a59_0x137931(0x8f)](_0x54a908,_0x4818cc,_0x1f50b2){const _0x79f499=a59_0x137931;try{await this['_handleEvent'](_0x54a908,_0x4818cc,_0x1f50b2,!![]);}catch(_0x49b3ce){return logger[_0x79f499(0xb4)](_0x79f499(0xbc)+(_0x49b3ce&&_0x49b3ce[_0x79f499(0xb7)]?_0x49b3ce[_0x79f499(0xb7)]:'')),![];}return!![];}async['handleFailure'](_0x47fdef,_0x702cce,_0x92c62e){const _0x3d303e=a59_0x137931,_0x4839cd={'AmGDe':function(_0x9344d,_0x456b1e,_0x4080c5,_0x39e7e6,_0x31d9ad,_0x185595,_0x4f80c6){return _0x9344d(_0x456b1e,_0x4080c5,_0x39e7e6,_0x31d9ad,_0x185595,_0x4f80c6);},'QtpCr':_0x3d303e(0xdb),'LinuN':'BrowserstackHealingPollResultFailed','kVMmh':'aiHeal_sessionToken'};try{await this[_0x3d303e(0xc3)](_0x47fdef,_0x702cce,_0x92c62e,![]);const _0x12aa2d=(await _0x702cce[_0x3d303e(0x97)]())[_0x3d303e(0xbb)](),_0x506636=new Date(),_0x2121eb=_0x4839cd['AmGDe'](timeoutPromise,constants[_0x3d303e(0x8b)],_0x4839cd[_0x3d303e(0x8c)],_0x4839cd[_0x3d303e(0xeb)],_0x506636,this[_0x3d303e(0xc9)],this[_0x3d303e(0x94)]),_0x31e86e=await Promise['race']([this[_0x3d303e(0x90)][_0x3d303e(0xe7)](constants[_0x3d303e(0x83)],_0x12aa2d,globals[_0x3d303e(0xaf)](_0x4839cd[_0x3d303e(0xf3)]))['then'](_0x1a6617=>{const _0x22742d=_0x3d303e;return _0x2121eb[_0x22742d(0x96)](),_0x1a6617;}),_0x2121eb]);if(_0x31e86e&&_0x31e86e[_0x3d303e(0xef)]&&_0x31e86e[_0x3d303e(0xb2)]){const _0x71856b={};return _0x71856b['locatorType']=_0x31e86e['selector'],_0x71856b[_0x3d303e(0xd2)]=_0x31e86e[_0x3d303e(0xb2)],_0x71856b[_0x3d303e(0xcb)]=!![],_0x71856b;}const _0x2e32aa={};return _0x2e32aa['locatorType']=_0x92c62e['parameters_'][_0x3d303e(0xb0)],_0x2e32aa['locatorValue']=_0x31e86e[_0x3d303e(0xb2)],_0x2e32aa[_0x3d303e(0xcb)]=!![],_0x2e32aa;}catch(_0x21baec){return logger['debug'](_0x3d303e(0x9e)+(_0x21baec&&_0x21baec['message']?_0x21baec['message']:'')),logger[_0x3d303e(0x95)]('Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20'+_0x92c62e['name_']+_0x3d303e(0xbd)),_0x92c62e;}}}function a59_0x2a78(_0x5ee3ac,_0x1c33d4){const _0x36e9dd=a59_0x36e9();return a59_0x2a78=function(_0x2a788d,_0x689793){_0x2a788d=_0x2a788d-0x80;let _0xf5f60c=_0x36e9dd[_0x2a788d];return _0xf5f60c;},a59_0x2a78(_0x5ee3ac,_0x1c33d4);}exports[a59_0x137931(0xd0)]=Object[a59_0x137931(0x9f)](new AiSdkWrapper());
|
|
1
|
+
const a59_0x4f86dc=a59_0x1394;(function(_0x2442e6,_0x3db810){const _0x4e96a5=a59_0x1394,_0x57e605=_0x2442e6();while(!![]){try{const _0x2d7cc1=parseInt(_0x4e96a5(0xd3))/0x1+-parseInt(_0x4e96a5(0xd7))/0x2*(-parseInt(_0x4e96a5(0xa4))/0x3)+parseInt(_0x4e96a5(0xdc))/0x4+-parseInt(_0x4e96a5(0xd0))/0x5*(-parseInt(_0x4e96a5(0xc6))/0x6)+-parseInt(_0x4e96a5(0xe0))/0x7+-parseInt(_0x4e96a5(0xc1))/0x8*(parseInt(_0x4e96a5(0x9f))/0x9)+-parseInt(_0x4e96a5(0xe7))/0xa*(parseInt(_0x4e96a5(0xad))/0xb);if(_0x2d7cc1===_0x3db810)break;else _0x57e605['push'](_0x57e605['shift']());}catch(_0xe50b90){_0x57e605['push'](_0x57e605['shift']());}}}(a59_0x2fb2,0x652e6));const path=require(a59_0x4f86dc(0xbe)),{commandRepository}=require(a59_0x4f86dc(0xf5)),constants=require(a59_0x4f86dc(0xbb)),logger=require('../logger')[a59_0x4f86dc(0xa0)],globals=require(a59_0x4f86dc(0xda)),timeoutPromise=require(a59_0x4f86dc(0xf0)),isUndefinedOrNull=_0x27dfaa=>_0x27dfaa===undefined||_0x27dfaa===null||_0x27dfaa==='',isNotUndefinedOrNull=_0x272675=>!isUndefinedOrNull(_0x272675),isString=_0x5214a4=>isNotUndefinedOrNull(_0x5214a4)&&typeof _0x5214a4===a59_0x4f86dc(0x91);function a59_0x1394(_0x1851fc,_0x356810){const _0x2fb26b=a59_0x2fb2();return a59_0x1394=function(_0x139474,_0xb96c12){_0x139474=_0x139474-0x8a;let _0x8aad82=_0x2fb26b[_0x139474];return _0x8aad82;},a59_0x1394(_0x1851fc,_0x356810);}class AiSdkWrapper{constructor(){const _0x19520e=a59_0x4f86dc,_0x1bd1db={'uJpyw':function(_0x44bf89,_0x2b748b){return _0x44bf89(_0x2b748b);},'PoJAA':_0x19520e(0xab)};this[_0x19520e(0x9d)]=undefined;try{this['BrowserstackHealing']=_0x1bd1db[_0x19520e(0xf6)](require,path[_0x19520e(0xc0)](__dirname,_0x1bd1db['PoJAA']));}catch(_0xce8c89){logger[_0x19520e(0xc8)](_0x19520e(0x9b)+(_0xce8c89&&_0xce8c89['message']?_0xce8c89[_0x19520e(0xf7)]:''));}}[a59_0x4f86dc(0xa8)](_0x6d39d4){const _0x1aacc5=a59_0x4f86dc,_0x18ada9={};_0x18ada9[_0x1aacc5(0xec)]='newCapabilities',_0x18ada9['PSyDQ']=function(_0x3bc726,_0x4c2982){return _0x3bc726===_0x4c2982;},_0x18ada9[_0x1aacc5(0xb0)]='chrome',_0x18ada9[_0x1aacc5(0xdd)]=_0x1aacc5(0xc7),_0x18ada9[_0x1aacc5(0xf4)]=function(_0x1a2238,_0x3807c1){return _0x1a2238===_0x3807c1;},_0x18ada9[_0x1aacc5(0xb4)]=_0x1aacc5(0xed),_0x18ada9[_0x1aacc5(0xc9)]=function(_0x52725b,_0x3d6490){return _0x52725b===_0x3d6490;},_0x18ada9[_0x1aacc5(0xfd)]=_0x1aacc5(0x92),_0x18ada9[_0x1aacc5(0xb9)]=function(_0x1d8fcb,_0x400d29){return _0x1d8fcb===_0x400d29;},_0x18ada9['hPObg']=_0x1aacc5(0xf3);const _0x513a54=_0x18ada9;try{const _0x416222=this[_0x1aacc5(0x9d)]['initializeCapabilities'](Object[_0x1aacc5(0xe4)](_0x6d39d4[_0x1aacc5(0xfa)]()[_0x1aacc5(0x95)]));console[_0x1aacc5(0xe2)](_0x513a54[_0x1aacc5(0xec)],_0x416222);if(_0x513a54['PSyDQ'](_0x416222?.['browserName']?.[_0x1aacc5(0xc3)](),_0x513a54[_0x1aacc5(0xb0)]))_0x6d39d4[_0x1aacc5(0xf8)]=_0x416222;else{if(_0x513a54[_0x1aacc5(0xb7)](_0x416222?.[_0x1aacc5(0x9e)]?.[_0x1aacc5(0xc3)](),_0x513a54['xAnjm']))_0x6d39d4[_0x1aacc5(0xd1)]=_0x416222;else{if(_0x513a54[_0x1aacc5(0xf4)](_0x416222?.['browserName']?.[_0x1aacc5(0xc3)](),_0x513a54[_0x1aacc5(0xb4)]))_0x6d39d4['safariOptions_']=_0x416222;else{if(_0x513a54[_0x1aacc5(0xc9)](_0x416222?.[_0x1aacc5(0x9e)]?.['toLowerCase'](),_0x513a54[_0x1aacc5(0xfd)])||_0x513a54['iBXLb'](_0x416222?.[_0x1aacc5(0x9e)]?.['toLowerCase'](),_0x513a54['hPObg']))_0x6d39d4['edgeOptions_']=_0x416222;else _0x513a54['zLOkQ'](_0x416222?.[_0x1aacc5(0x9e)]?.[_0x1aacc5(0xc3)](),'ie')&&(_0x6d39d4[_0x1aacc5(0x99)]=_0x416222);}}}Object[_0x1aacc5(0xd8)](_0x416222)[_0x1aacc5(0xa3)](_0x4c48c6=>{const _0x7935da=_0x1aacc5,_0x4c89e4=_0x6d39d4[_0x7935da(0xa2)][_0x7935da(0xb1)](_0x4c48c6);_0x6d39d4[_0x7935da(0xa2)][_0x7935da(0x90)](_0x4c48c6,_0x416222[_0x4c48c6]);});}catch(_0x218078){logger[_0x1aacc5(0xc8)](_0x1aacc5(0xb5)+(_0x218078&&_0x218078[_0x1aacc5(0xf7)]?_0x218078[_0x1aacc5(0xf7)]:''));}}async['setTcgToken'](_0x1c72ea){const _0xc118f8=a59_0x4f86dc,_0x54989b={'MjLIB':function(_0x2e65de,_0x454a5d,_0x40e959,_0x49b230,_0x5cc36d,_0x29515f,_0x425085){return _0x2e65de(_0x454a5d,_0x40e959,_0x49b230,_0x5cc36d,_0x29515f,_0x425085);},'erItZ':_0xc118f8(0xa6),'wBBOj':'BrowserstackHealingSetTcgTokenFailed','RobUc':_0xc118f8(0xd6)},_0x435c0f=new Date(),_0x25e2a2=_0x54989b[_0xc118f8(0xaa)](timeoutPromise,constants[_0xc118f8(0x8e)],_0x54989b['erItZ'],_0x54989b['wBBOj'],_0x435c0f,this[_0xc118f8(0xdf)],this[_0xc118f8(0xe5)]);await Promise['race']([this['BrowserstackHealing'][_0xc118f8(0xeb)](_0x1c72ea,globals[_0xc118f8(0x8f)](_0x54989b[_0xc118f8(0xfc)]),constants['TCG_URL'])[_0xc118f8(0x8a)](()=>{const _0x2b72a3=_0xc118f8;_0x25e2a2[_0x2b72a3(0xe1)]();}),_0x25e2a2]);}async['_handleEvent'](_0x1cdbc4,_0x255275,_0x430aaf,_0xb5bdd3){const _0x514a76=a59_0x4f86dc,_0x281ee5={'hLAqz':function(_0x4c562e,_0x44aecd){return _0x4c562e===_0x44aecd;},'jhKMI':function(_0x3eabad,_0x2ba464){return _0x3eabad(_0x2ba464);},'BClYJ':function(_0x11c51a,_0x4de15e){return _0x11c51a(_0x4de15e);},'wzeSm':function(_0x408b18,_0x13a9a5){return _0x408b18(_0x13a9a5);},'XKnMA':'s://','nWMQT':_0x514a76(0xb6),'GLYFk':'aiHeal_groupId','bLSWS':_0x514a76(0xc4),'ZZVld':function(_0x3036cf,_0x17e233,_0x20944c,_0xdad6f4,_0x1c775,_0x587406,_0x20e2d1){return _0x3036cf(_0x17e233,_0x20944c,_0xdad6f4,_0x1c775,_0x587406,_0x20e2d1);},'BGhCz':_0x514a76(0xbc),'MmDVM':_0x514a76(0xcd),'dcseA':function(_0x108e24,_0x532080,_0x1520f9,_0x367cfc,_0x1c6497,_0x583ec0,_0xb90bd8){return _0x108e24(_0x532080,_0x1520f9,_0x367cfc,_0x1c6497,_0x583ec0,_0xb90bd8);},'RKyDE':_0x514a76(0xf2),'vugpw':_0x514a76(0xfb)},_0x50c8a6=(await _0x255275['getSession']())['getId']();let _0x224832='';if(commandRepository[_0x514a76(0x8c)]()&&_0x281ee5[_0x514a76(0xe6)](_0xb5bdd3,![])||_0x281ee5[_0x514a76(0xe6)](_0xb5bdd3,!![])){const _0xcd1c73=_0x281ee5[_0x514a76(0xca)](isNotUndefinedOrNull,_0x430aaf[_0x514a76(0x8d)][_0x514a76(0xe3)])&&_0x281ee5[_0x514a76(0xca)](isString,_0x430aaf[_0x514a76(0x8d)][_0x514a76(0xe3)])?_0x430aaf[_0x514a76(0x8d)][_0x514a76(0xe3)]['replace'](/'/g,'\x5c\x27')[_0x514a76(0xcc)](/"/g,'\x5c\x22'):'',_0x1e0fc3=_0x281ee5[_0x514a76(0xea)](isNotUndefinedOrNull,_0x430aaf[_0x514a76(0x8d)]['using'])&&_0x281ee5[_0x514a76(0xac)](isString,_0x430aaf[_0x514a76(0x8d)][_0x514a76(0xb8)])?_0x430aaf[_0x514a76(0x8d)]['value'][_0x514a76(0xcc)](/'/g,'\x5c\x27')[_0x514a76(0xcc)](/"/g,'\x5c\x22'):'',_0x1e1328=_0x281ee5[_0x514a76(0xca)](isNotUndefinedOrNull,commandRepository[_0x514a76(0x93)]())&&_0x281ee5[_0x514a76(0xac)](isString,commandRepository[_0x514a76(0x93)]())?commandRepository[_0x514a76(0x93)]()['replace'](/'/g,'\x5c\x27')[_0x514a76(0xcc)](/"/g,'\x5c\x22'):'';let _0xdc3f9=_0x281ee5[_0x514a76(0xca)](isNotUndefinedOrNull,global[_0x514a76(0xaf)])&&_0x281ee5[_0x514a76(0xac)](isString,global['browserstackSessionName'])?global[_0x514a76(0xaf)][_0x514a76(0xcc)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';!_0xdc3f9&&(_0xdc3f9=_0x281ee5[_0x514a76(0xac)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x281ee5['jhKMI'](isString,commandRepository['getTestName']())?commandRepository['getTestName']()['replace'](/'/g,'\x5c\x27')[_0x514a76(0xcc)](/"/g,'\x5c\x22'):'');let _0xd6de95=_0x514a76(0xc5)+constants[_0x514a76(0xd4)]+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x514a76(0xd4)]+_0x514a76(0xa1)+constants['TCG_URL'][_0x514a76(0xbd)](_0x281ee5['XKnMA'])[0x1]+'\x22}}}';_0xd6de95=_0x281ee5['BClYJ'](isNotUndefinedOrNull,_0xd6de95)&&_0x281ee5[_0x514a76(0xac)](isString,_0xd6de95)?_0xd6de95[_0x514a76(0xcc)](/'/g,'\x5c\x27')[_0x514a76(0xcc)](/"/g,'\x5c\x22'):'';const _0x2881d5=commandRepository['getCommands'](_0x50c8a6),_0x4e17ab=globals['getGlobal'](_0x281ee5[_0x514a76(0xee)]),_0x5393b8=globals[_0x514a76(0x8f)](_0x281ee5['GLYFk']),_0x1ab928=globals[_0x514a76(0x8f)](_0x281ee5[_0x514a76(0x96)]),_0x3a8cd8=![],_0x57ec52=new Date();if(_0xb5bdd3){const _0x49dbf0=_0x281ee5[_0x514a76(0xd9)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x281ee5[_0x514a76(0x98)],_0x281ee5['MmDVM'],_0x57ec52,this['config'],this[_0x514a76(0xe5)]);_0x224832=await Promise[_0x514a76(0xe8)]([this[_0x514a76(0x9d)]['logData'](_0xcd1c73,_0x1e0fc3,_0x1e1328,_0xdc3f9,_0x5393b8,_0x50c8a6,_0x2881d5,_0xd6de95)[_0x514a76(0x8a)](_0x430609=>{return _0x49dbf0['cancel'](),_0x430609;}),_0x49dbf0]);}else{if(commandRepository['isSelfHealEnabled']()){const _0x276d32=_0x281ee5[_0x514a76(0xb2)](timeoutPromise,constants[_0x514a76(0xf9)],_0x281ee5['RKyDE'],_0x281ee5[_0x514a76(0xa7)],_0x57ec52,this[_0x514a76(0xdf)],this[_0x514a76(0xe5)]);_0x224832=await Promise[_0x514a76(0xe8)]([this[_0x514a76(0x9d)][_0x514a76(0xa9)](_0xcd1c73,_0x1e0fc3,_0x1e1328,_0xdc3f9,_0x4e17ab,_0x5393b8,_0x50c8a6,_0x2881d5,_0x3a8cd8,_0x1ab928,_0xd6de95)[_0x514a76(0x8a)](_0x253f63=>{const _0x301002=_0x514a76;return _0x276d32[_0x301002(0xe1)](),_0x253f63;}),_0x276d32]);}}_0x224832&&await _0x255275['executeScript'](_0x224832);}}async[a59_0x4f86dc(0xde)](_0x3f6476,_0x32de8c,_0x136869){const _0x31b896=a59_0x4f86dc;try{await this[_0x31b896(0xcf)](_0x3f6476,_0x32de8c,_0x136869,!![]);}catch(_0x38d56c){return logger[_0x31b896(0xc8)](_0x31b896(0xba)+(_0x38d56c&&_0x38d56c[_0x31b896(0xf7)]?_0x38d56c[_0x31b896(0xf7)]:'')),![];}return!![];}async['handleFailure'](_0x320986,_0x196f2c,_0x576723){const _0x40308f=a59_0x4f86dc,_0x1d289e={'zyPWU':function(_0x5add1d,_0x1e3175,_0xb6f43,_0x184797,_0x82f9e9,_0x1189a6,_0xc96e5b){return _0x5add1d(_0x1e3175,_0xb6f43,_0x184797,_0x82f9e9,_0x1189a6,_0xc96e5b);},'wiubd':_0x40308f(0xe9),'fpzMy':_0x40308f(0xd2),'esXwL':_0x40308f(0xd6)};try{await this[_0x40308f(0xcf)](_0x320986,_0x196f2c,_0x576723,![]);const _0x439046=(await _0x196f2c[_0x40308f(0xf1)]())[_0x40308f(0x94)](),_0xdb2213=new Date(),_0x190952=_0x1d289e[_0x40308f(0x97)](timeoutPromise,constants[_0x40308f(0xcb)],_0x1d289e[_0x40308f(0xb3)],_0x1d289e[_0x40308f(0xa5)],_0xdb2213,this[_0x40308f(0xdf)],this[_0x40308f(0xe5)]),_0x2e4670=await Promise[_0x40308f(0xe8)]([this[_0x40308f(0x9d)][_0x40308f(0x9c)](constants['TCG_URL'],_0x439046,globals['getGlobal'](_0x1d289e['esXwL']))[_0x40308f(0x8a)](_0x58d47=>{const _0x5f2780=_0x40308f;return _0x190952[_0x5f2780(0xe1)](),_0x58d47;}),_0x190952]);if(_0x2e4670&&_0x2e4670['selector']&&_0x2e4670[_0x40308f(0xb8)]){const _0x477bc7={};return _0x477bc7[_0x40308f(0xce)]=_0x2e4670[_0x40308f(0xc2)],_0x477bc7['locatorValue']=_0x2e4670[_0x40308f(0xb8)],_0x477bc7['aiHealing']=!![],_0x477bc7;}const _0x2460a0={};return _0x2460a0[_0x40308f(0xce)]=_0x576723[_0x40308f(0x8d)]['using'],_0x2460a0['locatorValue']=_0x2e4670['value'],_0x2460a0[_0x40308f(0xdb)]=!![],_0x2460a0;}catch(_0x53c1ee){return logger[_0x40308f(0xae)](_0x40308f(0x9a)+(_0x53c1ee&&_0x53c1ee[_0x40308f(0xf7)]?_0x53c1ee[_0x40308f(0xf7)]:'')),logger['info'](_0x40308f(0xd5)+_0x576723['name_']+_0x40308f(0x8b)),_0x576723;}}}function a59_0x2fb2(){const _0x2ac3f6=['BrowserstackHealingPollResultFailed','298633SKwTKh','TCG_REGION','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','aiHeal_sessionToken','8cSQkAu','keys','ZZVld','../globals','aiHealing','2288840gGiWzx','xAnjm','handleSuccess','config','2543373pcGviC','cancel','log','using','fromEntries','framework','hLAqz','5024010qWMYXc','race','BrowserstackHealing.pollResult\x20method\x20timed\x20out','BClYJ','setToken','xWEcN','safari','nWMQT','aiSdkWrapper','../../helpers/timeoutPromise','getSession','BrowserstackHealing.healFailure\x20method\x20timed\x20out','microsoftedge','ElxoQ','./autoHealHelper','uJpyw','message','chromeOptions_','HEALING_FAILURE_TIMEOUT','getCapabilities','BrowserstackHealingHealFailureFailed','RobUc','zKuhs','then','\x20command','isSelfHealEnabled','parameters_','SET_TCG_TOKEN_TIMEOUT','getGlobal','set','string','edge','getProjectName','getId','map_','bLSWS','zyPWU','BGhCz','ieOptions_','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','pollResult','BrowserstackHealing','browserName','36kOAJuc','winstonLogger','\x22:\x20{\x22endpoint\x22:\x20\x22','capabilities_','forEach','45366ktFapt','fpzMy','BrowserstackHealing.setToken\x20method\x20timed\x20out','vugpw','initializeHealingCapabilities','healFailure','MjLIB','../../ai-sdk-node/bundle','wzeSm','11eFFVhV','debug','browserstackSessionName','yTfLk','get','dcseA','wiubd','hvzHs','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','aiHeal_userId','PSyDQ','value','iBXLb','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','../../bin/utils/constants','BrowserstackHealing.logData\x20method\x20timed\x20out','split','path','freeze','join','421240MRmasV','selector','toLowerCase','aiHeal_isGroupAIEnabled','{\x22region\x22:\x20\x22','6QBrFXA','firefox','error','zLOkQ','jhKMI','POLL_HEALING_RESULT_TIMEOUT','replace','BrowserstackHealingLogDataFailed','locatorType','_handleEvent','2797335YLRoOx','firefoxOptions_'];a59_0x2fb2=function(){return _0x2ac3f6;};return a59_0x2fb2();}exports[a59_0x4f86dc(0xef)]=Object[a59_0x4f86dc(0xbf)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60_0x5914d7=a60_0x1d03;(function(_0x34f7ec,_0x8467eb){const _0x3ce081=a60_0x1d03,_0x2c60c3=_0x34f7ec();while(!![]){try{const _0x3c074e=-parseInt(_0x3ce081(0x193))/0x1+parseInt(_0x3ce081(0x1a8))/0x2+-parseInt(_0x3ce081(0x19e))/0x3*(-parseInt(_0x3ce081(0x18e))/0x4)+parseInt(_0x3ce081(0x196))/0x5+parseInt(_0x3ce081(0x199))/0x6+parseInt(_0x3ce081(0x17c))/0x7+-parseInt(_0x3ce081(0x1a4))/0x8*(parseInt(_0x3ce081(0x17d))/0x9);if(_0x3c074e===_0x8467eb)break;else _0x2c60c3['push'](_0x2c60c3['shift']());}catch(_0x5c4b3f){_0x2c60c3['push'](_0x2c60c3['shift']());}}}(a60_0x2fa3,0xa7c83));function a60_0x2fa3(){const _0x531019=['_pushCommand','authInfo','6997767bXDilp','2682cvzcSM','accessKey','CxFMy','testName','map','getTestName','setProjectNameForHealingContext','No\x20commands\x20found\x20for\x20session:\x20','getTcgTokenStatus','userName','getProjectName','pCsOY','config','true','selfHeal','split','getAuthInfo','886400YhUBfs','method','projectName','Culux','path','1322110eBpBHo','stringify','xPgin','1088540SgXCHG','setAiSessionTimeStamp','commandRepository','1241028lcQVeq','mtWbm','aiHeal_isAuthenticated','framework','isTcgTokenSet','12okZfRT','getCommands','NqhpH','now','join','setFramework','32576WPIjMG','debug','MORzP','getFramework','1824348ZZDaGp','push','4|5|3|2|1|0','aiSessionTimeStamp','getConfig','NfIAh','aiHeal_isHealingEnabled','setConfig','uKgeG','getGlobal','MGTcr','setAuthInfo','length','../globals','pushCommand','commands'];a60_0x2fa3=function(){return _0x531019;};return a60_0x2fa3();}const calculateTimeDiff=_0x37b265=>Date[a60_0x5914d7(0x1a1)]()-_0x37b265,logger=require('../logger')['winstonLogger'],globals=require(a60_0x5914d7(0x1b5));function a60_0x1d03(_0x2d251e,_0x7e3b9e){const _0x2fa354=a60_0x2fa3();return a60_0x1d03=function(_0x1d0340,_0x118811){_0x1d0340=_0x1d0340-0x17c;let _0x4aae6d=_0x2fa354[_0x1d0340];return _0x4aae6d;},a60_0x1d03(_0x2d251e,_0x7e3b9e);}class HealingCommandRepo{constructor(){const _0x341f2c=a60_0x5914d7,_0x365768={};_0x365768['NfIAh']=_0x341f2c(0x1aa);const _0x15b0c5=_0x365768,_0xb240b6=_0x15b0c5[_0x341f2c(0x1ad)]['split']('|');let _0x38ca7f=0x0;while(!![]){switch(_0xb240b6[_0x38ca7f++]){case'0':this['isTcgTokenSet']=![];continue;case'1':this[_0x341f2c(0x1b9)]={};continue;case'2':this[_0x341f2c(0x180)]='';continue;case'3':this[_0x341f2c(0x190)]='';continue;case'4':this[_0x341f2c(0x1b7)]={};continue;case'5':this[_0x341f2c(0x1ab)]={};continue;}break;}}['_pushCommand'](_0x3a72ed,_0x57b442){const _0x1f8361=a60_0x5914d7,_0x29b590={};_0x29b590['pCsOY']=function(_0x32b788,_0x6f3917){return _0x32b788 in _0x6f3917;};const _0x2feec0=_0x29b590;!_0x2feec0[_0x1f8361(0x188)](_0x3a72ed,this['commands'])&&(this[_0x1f8361(0x1b7)][_0x3a72ed]=[]),this[_0x1f8361(0x1b7)][_0x3a72ed][_0x1f8361(0x1a9)](_0x57b442);}[a60_0x5914d7(0x1b6)](_0x14d8b4,_0x43db7d){const _0x153c5c=a60_0x5914d7,_0x38da53={'MGTcr':function(_0x7c406e,_0x501e38){return _0x7c406e(_0x501e38);}},_0x120c10=_0x43db7d[_0x153c5c(0x18f)],_0x57c01f=_0x43db7d[_0x153c5c(0x192)][_0x153c5c(0x18c)](_0x14d8b4)[0x1],_0x139536=this[_0x153c5c(0x1ab)][_0x14d8b4],_0xaf744d={'k':_0x120c10+':'+_0x57c01f,'t':_0x38da53[_0x153c5c(0x1b2)](calculateTimeDiff,_0x139536)};this[_0x153c5c(0x1b8)](_0x14d8b4,_0xaf744d);}[a60_0x5914d7(0x197)](_0x241159){const _0x1ba5cb=a60_0x5914d7;this[_0x1ba5cb(0x1ab)][_0x241159]=Date[_0x1ba5cb(0x1a1)]();}['setAuthInfo'](_0x3b3d59,_0x3fa1a3){const _0x3df816=a60_0x5914d7;this[_0x3df816(0x1b9)][_0x3df816(0x186)]=_0x3b3d59,this[_0x3df816(0x1b9)][_0x3df816(0x17e)]=_0x3fa1a3;}[a60_0x5914d7(0x18d)](){const _0x571c44=a60_0x5914d7;return this[_0x571c44(0x1b9)];}[a60_0x5914d7(0x183)](_0xdaf46){this['projectName']=_0xdaf46;}['setTestNameForHealingContext'](_0x483b54){const _0x2e9795=a60_0x5914d7;this[_0x2e9795(0x180)]=_0x483b54;}[a60_0x5914d7(0x1af)](_0x202c18){const _0x5cabc3=a60_0x5914d7;this[_0x5cabc3(0x189)]=_0x202c18,this['setProjectNameForHealingContext'](_0x202c18[_0x5cabc3(0x190)]),this[_0x5cabc3(0x1b3)](_0x202c18[_0x5cabc3(0x186)],_0x202c18['accessKey']);}[a60_0x5914d7(0x1a3)](_0x4ef01a){this['framework']=_0x4ef01a;}['setTcgTokenStatus'](_0x56d8d5){const _0x8a9e78=a60_0x5914d7;this[_0x8a9e78(0x19d)]=_0x56d8d5;}['getConfig'](){return this['config'];}[a60_0x5914d7(0x1a7)](){const _0x31f9c1=a60_0x5914d7;return this[_0x31f9c1(0x19c)];}[a60_0x5914d7(0x187)](){return this['projectName'];}[a60_0x5914d7(0x182)](){const _0x18f89e=a60_0x5914d7;return this[_0x18f89e(0x180)];}[a60_0x5914d7(0x19f)](_0x42860e){const _0x506872=a60_0x5914d7,_0x4c720d={};_0x4c720d[_0x506872(0x1a6)]=_0x506872(0x19b),_0x4c720d[_0x506872(0x195)]=_0x506872(0x1ae),_0x4c720d['wjhuT']=function(_0x55f173,_0xdba22b){return _0x55f173===_0xdba22b;},_0x4c720d[_0x506872(0x17f)]=function(_0xaec95f,_0x3fe71a){return _0xaec95f+_0x3fe71a;},_0x4c720d['NqhpH']=_0x506872(0x184);const _0x4195e7=_0x4c720d,_0xd0c4ab=this[_0x506872(0x1b7)][_0x42860e];this['commands'][_0x42860e]=[];if(globals[_0x506872(0x1b1)](_0x4195e7[_0x506872(0x1a6)])&&globals['getGlobal'](_0x4195e7[_0x506872(0x195)])&&!_0xd0c4ab||_0x4195e7['wjhuT'](_0xd0c4ab[_0x506872(0x1b4)],0x0))return logger[_0x506872(0x1a5)](_0x4195e7['CxFMy'](_0x4195e7[_0x506872(0x1a0)],_0x42860e)),'';return _0xd0c4ab[_0x506872(0x181)](_0x2510bf=>JSON[_0x506872(0x194)](_0x2510bf))[_0x506872(0x1a2)](',');}['isSelfHealEnabled'](){const _0x22e9f7=a60_0x5914d7,_0x32e923={};_0x32e923['Culux']=function(_0x4060aa,_0x3f38a9){return _0x4060aa===_0x3f38a9;},_0x32e923[_0x22e9f7(0x19a)]=function(_0x3caa66,_0x5a5784){return _0x3caa66===_0x5a5784;},_0x32e923[_0x22e9f7(0x1b0)]=_0x22e9f7(0x18a);const _0x4a1672=_0x32e923;let _0x376d74=![];return this[_0x22e9f7(0x1ac)]()&&(_0x4a1672[_0x22e9f7(0x191)](this[_0x22e9f7(0x1ac)]()[_0x22e9f7(0x18b)],!![])||_0x4a1672[_0x22e9f7(0x19a)](this[_0x22e9f7(0x1ac)]()[_0x22e9f7(0x18b)],_0x4a1672[_0x22e9f7(0x1b0)]))&&(_0x376d74=!![]),_0x376d74;}[a60_0x5914d7(0x185)](){const _0x2240db=a60_0x5914d7;return this[_0x2240db(0x19d)];}}exports[a60_0x5914d7(0x198)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a61_0x28f5(_0x3d07f0,_0x4961b4){var _0x4c641d=a61_0x4c64();return a61_0x28f5=function(_0x28f521,_0x120849){_0x28f521=_0x28f521-0x143;var _0xc8b8e6=_0x4c641d[_0x28f521];return _0xc8b8e6;},a61_0x28f5(_0x3d07f0,_0x4961b4);}var a61_0x4893aa=a61_0x28f5;(function(_0x33cafe,_0x4218d4){var _0x20d43e=a61_0x28f5,_0x59cf7a=_0x33cafe();while(!![]){try{var _0x4fa479=parseInt(_0x20d43e(0x149))/0x1+-parseInt(_0x20d43e(0x144))/0x2*(-parseInt(_0x20d43e(0x146))/0x3)+parseInt(_0x20d43e(0x14e))/0x4*(-parseInt(_0x20d43e(0x148))/0x5)+-parseInt(_0x20d43e(0x14b))/0x6*(parseInt(_0x20d43e(0x151))/0x7)+parseInt(_0x20d43e(0x150))/0x8*(parseInt(_0x20d43e(0x147))/0x9)+parseInt(_0x20d43e(0x145))/0xa+-parseInt(_0x20d43e(0x14c))/0xb;if(_0x4fa479===_0x4218d4)break;else _0x59cf7a['push'](_0x59cf7a['shift']());}catch(_0x5c0872){_0x59cf7a['push'](_0x59cf7a['shift']());}}}(a61_0x4c64,0x9b186));var a61_0x5a52d7={};a61_0x5a52d7[a61_0x4893aa(0x14f)]='https://grid.browserstack.com/dashboard/builds',a61_0x5a52d7[a61_0x4893aa(0x14d)]=a61_0x4893aa(0x143),module[a61_0x4893aa(0x14a)]=a61_0x5a52d7;function a61_0x4c64(){var _0x21dbaa=['36ldKjmr','BUILDS_DASHBOARD_URL','8lCbkqC','7446719vKfcEL','automate-turboscale/v1','2DmcbwX','2465370pWIUoG','2578671CsXliG','9677628MCfeOy','108085wqdYqx','995295YqRJUx','exports','6xjRTfK','14113451tMsdpS','API_ENDPOINT'];a61_0x4c64=function(){return _0x21dbaa;};return a61_0x4c64();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a62_0xcebdad=a62_0x2988;function a62_0x2988(_0x49a63f,_0x595063){const _0x5c76e8=a62_0x5c76();return a62_0x2988=function(_0x29887b,_0x2d993e){_0x29887b=_0x29887b-0x156;let _0x299185=_0x5c76e8[_0x29887b];return _0x299185;},a62_0x2988(_0x49a63f,_0x595063);}function a62_0x5c76(){const _0x4f8a6e=['options','BROWSERSTACK_TURBOSCALE_GRID_NAME','BROWSERSTACK_BUILD_TAGS','buildTags','mqOOh','medium','getTurboScaleOptions','env','eBrOc','5915903wrbiJG','TURBOSCALE_OPTIONS','split','NO_GRID_NAME_PASSED','gridName','885402CsFkii','641488iWNLSY','buildPriority','5778528aDDFxo','ChiJM','BROWSERSTACK_BUILD_PRIORITY','9974NbYKfq','5498370xYXAPB','303DjVPic','6744552QOXYjQ','getTurboScaleCaps','135YHCJSb','getTurboScaleGridName','turboScaleOptions','isTurboScaleSession'];a62_0x5c76=function(){return _0x4f8a6e;};return a62_0x5c76();}(function(_0x5b5307,_0x3d35e7){const _0x3c6923=a62_0x2988,_0x34f751=_0x5b5307();while(!![]){try{const _0x54c375=parseInt(_0x3c6923(0x15c))/0x1+-parseInt(_0x3c6923(0x162))/0x2*(-parseInt(_0x3c6923(0x164))/0x3)+parseInt(_0x3c6923(0x165))/0x4+-parseInt(_0x3c6923(0x163))/0x5+parseInt(_0x3c6923(0x15f))/0x6+-parseInt(_0x3c6923(0x157))/0x7+-parseInt(_0x3c6923(0x15d))/0x8*(parseInt(_0x3c6923(0x167))/0x9);if(_0x54c375===_0x3d35e7)break;else _0x34f751['push'](_0x34f751['shift']());}catch(_0x477064){_0x34f751['push'](_0x34f751['shift']());}}}(a62_0x5c76,0xd9762));const constants=require('../../bin/utils/constants');exports[a62_0xcebdad(0x171)]=()=>{const _0x3502f7=a62_0xcebdad;if(!constants[_0x3502f7(0x158)][_0x3502f7(0x16b)])return{};return constants[_0x3502f7(0x158)][_0x3502f7(0x16b)];},exports[a62_0xcebdad(0x168)]=_0x136fa5=>{const _0xe53fd5=a62_0xcebdad,_0x35aae4={};_0x35aae4[_0xe53fd5(0x156)]=_0xe53fd5(0x15a);const _0x464ec8=_0x35aae4;if(_0x136fa5['turboScaleOptions']&&_0x136fa5['turboScaleOptions'][_0xe53fd5(0x15b)])return _0x136fa5[_0xe53fd5(0x169)][_0xe53fd5(0x15b)];if(process[_0xe53fd5(0x172)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0xe53fd5(0x172)][_0xe53fd5(0x16c)];return _0x464ec8[_0xe53fd5(0x156)];},exports[a62_0xcebdad(0x16a)]=_0x4a0ac1=>{const _0x3f3375=a62_0xcebdad,_0x438924={};_0x438924[_0x3f3375(0x160)]=function(_0x4b8a05,_0x256d1a){return _0x4b8a05===_0x256d1a;};const _0x44d8c1=_0x438924;return _0x4a0ac1&&_0x44d8c1[_0x3f3375(0x160)](_0x4a0ac1['turboScale'],!![]);},exports[a62_0xcebdad(0x166)]=(_0xb06d79,_0x43c487,_0x3741d5)=>{const _0x505aae=a62_0xcebdad,_0x2abe63={};_0x2abe63[_0x505aae(0x16f)]=_0x505aae(0x170);const _0xc279e=_0x2abe63,_0x3aa8e4={};_0x3aa8e4[_0x505aae(0x15e)]=_0xc279e[_0x505aae(0x16f)];_0xb06d79[_0x505aae(0x16e)]&&(_0x3aa8e4[_0x505aae(0x16e)]=Array['isArray'](_0xb06d79[_0x505aae(0x16e)])?_0xb06d79[_0x505aae(0x16e)]:_0xb06d79[_0x505aae(0x16e)][_0x505aae(0x159)](','));if(process[_0x505aae(0x172)][_0x505aae(0x16d)])try{_0x3aa8e4[_0x505aae(0x16e)]=process[_0x505aae(0x172)][_0x505aae(0x16d)][_0x505aae(0x159)](',');}catch{_0x3aa8e4['buildTags']=process['env'][_0x505aae(0x16d)];}return _0xb06d79[_0x505aae(0x15e)]&&(_0x3aa8e4[_0x505aae(0x15e)]=_0xb06d79[_0x505aae(0x15e)]),process[_0x505aae(0x172)][_0x505aae(0x161)]&&(_0x3aa8e4['buildPriority']=process[_0x505aae(0x172)][_0x505aae(0x161)]),_0x3aa8e4;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a63_0x3e54(_0x1a3eb5,_0x1d200a){var _0x2afa60=a63_0x2afa();return a63_0x3e54=function(_0x3e54f1,_0x1adb7b){_0x3e54f1=_0x3e54f1-0x8f;var _0x29e590=_0x2afa60[_0x3e54f1];return _0x29e590;},a63_0x3e54(_0x1a3eb5,_0x1d200a);}var a63_0x1c780a=a63_0x3e54;(function(_0x32ad27,_0x1db68a){var _0x106353=a63_0x3e54,_0x2ac808=_0x32ad27();while(!![]){try{var _0x7976e=-parseInt(_0x106353(0x101))/0x1+parseInt(_0x106353(0x93))/0x2*(-parseInt(_0x106353(0xb5))/0x3)+parseInt(_0x106353(0xb2))/0x4*(parseInt(_0x106353(0x104))/0x5)+parseInt(_0x106353(0xe0))/0x6*(-parseInt(_0x106353(0x11b))/0x7)+parseInt(_0x106353(0x121))/0x8+parseInt(_0x106353(0xdf))/0x9*(-parseInt(_0x106353(0x128))/0xa)+-parseInt(_0x106353(0x113))/0xb*(-parseInt(_0x106353(0xb9))/0xc);if(_0x7976e===_0x1db68a)break;else _0x2ac808['push'](_0x2ac808['shift']());}catch(_0x1d7d1d){_0x2ac808['push'](_0x2ac808['shift']());}}}(a63_0x2afa,0xb48e8),exports[a63_0x1c780a(0xf3)]=()=>{var _0x33961a=a63_0x1c780a,_0x1090f5={};_0x1090f5[_0x33961a(0x10e)]='browserstack.user_name',_0x1090f5[_0x33961a(0xc0)]='browserstack.userName',_0x1090f5['OcNpG']=_0x33961a(0x11c),_0x1090f5['mBkrP']=_0x33961a(0x114),_0x1090f5[_0x33961a(0x12e)]=_0x33961a(0x9e),_0x1090f5[_0x33961a(0xe7)]='browserstack.projectName',_0x1090f5[_0x33961a(0x111)]=_0x33961a(0x92),_0x1090f5[_0x33961a(0xb6)]=_0x33961a(0x105),_0x1090f5['fXuKa']=_0x33961a(0x134),_0x1090f5[_0x33961a(0xcf)]='browserstack.local',_0x1090f5[_0x33961a(0x11e)]=_0x33961a(0x110),_0x1090f5['EPZOo']=_0x33961a(0xd5),_0x1090f5[_0x33961a(0xb3)]='browserstack.app',_0x1090f5['bCJLd']=_0x33961a(0xb8),_0x1090f5[_0x33961a(0xde)]=_0x33961a(0x133);var _0x3b1786=_0x1090f5,_0x1fed7d={};return _0x1fed7d[_0x33961a(0x13d)]=[_0x3b1786[_0x33961a(0x10e)],_0x3b1786['dWTWs']],_0x1fed7d[_0x33961a(0x13a)]=[_0x3b1786['OcNpG'],_0x3b1786[_0x33961a(0x106)]],_0x1fed7d[_0x33961a(0x131)]=[_0x3b1786[_0x33961a(0x12e)]],_0x1fed7d[_0x33961a(0xa5)]=[_0x3b1786[_0x33961a(0xe7)]],_0x1fed7d['buildIdentifier']=[_0x3b1786[_0x33961a(0x111)]],_0x1fed7d['parallelsPerPlatform']=[_0x3b1786['DWqpW'],_0x3b1786[_0x33961a(0xa0)]],_0x1fed7d[_0x33961a(0x95)]=[_0x3b1786[_0x33961a(0xcf)]],_0x1fed7d[_0x33961a(0xfe)]=[_0x3b1786['RoiGQ']],_0x1fed7d['rerunTests']=[_0x3b1786[_0x33961a(0xba)]],_0x1fed7d[_0x33961a(0xc4)]=[_0x3b1786['qPzZe']],_0x1fed7d['logLevel']=[_0x3b1786[_0x33961a(0xab)]],_0x1fed7d[_0x33961a(0xbc)]=[_0x3b1786['dpIGo']],_0x1fed7d;},exports[a63_0x1c780a(0xc1)]=()=>{var _0xe8be79=a63_0x1c780a,_0x5be684={};_0x5be684['QsvkH']=_0xe8be79(0xcc),_0x5be684['ATwVZ']='BROWSERSTACK_USER_NAME',_0x5be684[_0xe8be79(0x100)]=_0xe8be79(0xee),_0x5be684['mKyeo']=_0xe8be79(0x9d),_0x5be684['yyaaU']='BROWSERSTACK_PROJECT_NAME',_0x5be684[_0xe8be79(0xdd)]=_0xe8be79(0xad),_0x5be684[_0xe8be79(0xc9)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x5be684[_0xe8be79(0xf4)]=_0xe8be79(0xdc),_0x5be684[_0xe8be79(0xf8)]=_0xe8be79(0x124),_0x5be684[_0xe8be79(0x8f)]=_0xe8be79(0x12f),_0x5be684[_0xe8be79(0xa8)]='BROWSERSTACK_APP_ID',_0x5be684[_0xe8be79(0x138)]=_0xe8be79(0xd2),_0x5be684[_0xe8be79(0x99)]=_0xe8be79(0xa4),_0x5be684[_0xe8be79(0xf9)]='BROWSERSTACK_AUTOMATION';var _0x38b85b=_0x5be684,_0x466c49={};return _0x466c49[_0xe8be79(0x13d)]=[_0x38b85b['QsvkH'],_0x38b85b['ATwVZ']],_0x466c49[_0xe8be79(0x13a)]=[_0x38b85b[_0xe8be79(0x100)]],_0x466c49['buildName']=[_0x38b85b[_0xe8be79(0x94)]],_0x466c49[_0xe8be79(0xa5)]=[_0x38b85b['yyaaU']],_0x466c49[_0xe8be79(0x10f)]=[_0x38b85b['pCSUx']],_0x466c49[_0xe8be79(0xc8)]=[_0x38b85b[_0xe8be79(0xc9)]],_0x466c49[_0xe8be79(0x95)]=[_0x38b85b[_0xe8be79(0xf4)]],_0x466c49[_0xe8be79(0xfe)]=[_0x38b85b[_0xe8be79(0xf8)]],_0x466c49['rerunTests']=[_0x38b85b[_0xe8be79(0x8f)]],_0x466c49[_0xe8be79(0xc4)]=[_0x38b85b[_0xe8be79(0xa8)],_0x38b85b[_0xe8be79(0x138)]],_0x466c49[_0xe8be79(0xfc)]=[_0x38b85b['CuiXj']],_0x466c49['automation']=[_0x38b85b[_0xe8be79(0xf9)]],_0x466c49;},exports['AppiumCaps']=()=>[a63_0x1c780a(0xc7),a63_0x1c780a(0xa3),a63_0x1c780a(0x108),a63_0x1c780a(0x11d),'app',a63_0x1c780a(0x98),a63_0x1c780a(0xe9),a63_0x1c780a(0xe1),a63_0x1c780a(0xd3),a63_0x1c780a(0x13c),'noReset',a63_0x1c780a(0x12b),'clearSystemFiles',a63_0x1c780a(0x123),a63_0x1c780a(0xa2),a63_0x1c780a(0xdb),a63_0x1c780a(0x107),a63_0x1c780a(0xe4),a63_0x1c780a(0x9f),a63_0x1c780a(0xeb),a63_0x1c780a(0xa9),a63_0x1c780a(0x135),a63_0x1c780a(0x10c),a63_0x1c780a(0x9c),'androidCoverage',a63_0x1c780a(0xfa),a63_0x1c780a(0x130),a63_0x1c780a(0x12d),a63_0x1c780a(0x115),a63_0x1c780a(0xf5),a63_0x1c780a(0xd6),'avd',a63_0x1c780a(0x112),'avdReadyTimeout',a63_0x1c780a(0xd9),'useKeystore','keystorePath','keystorePassword',a63_0x1c780a(0xf6),'keyPassword','chromedriverExecutable',a63_0x1c780a(0xf2),'chromedriverExecutableDir',a63_0x1c780a(0x11f),'chromedriverUseSystemExecutable','chromedriverPort',a63_0x1c780a(0xb4),a63_0x1c780a(0x90),a63_0x1c780a(0xd0),a63_0x1c780a(0x132),a63_0x1c780a(0x119),'intentFlags',a63_0x1c780a(0x97),'dontStopAppOnReset',a63_0x1c780a(0xf1),a63_0x1c780a(0xaa),a63_0x1c780a(0xb7),a63_0x1c780a(0xd4),'disableAndroidWatchers',a63_0x1c780a(0x102),'recreateChromeDriverSessions',a63_0x1c780a(0x12c),'androidScreenshotPath',a63_0x1c780a(0xea),a63_0x1c780a(0xa6),a63_0x1c780a(0xac),'adbExecTimeout',a63_0x1c780a(0xd1),a63_0x1c780a(0x129),a63_0x1c780a(0xbe),a63_0x1c780a(0xc3),a63_0x1c780a(0x11a),'remoteAdbHost',a63_0x1c780a(0xc2),'unlockType',a63_0x1c780a(0xe8),'autoLaunch','skipLogcatCapture','uninstallOtherPackages',a63_0x1c780a(0x126),'buildToolsVersion',a63_0x1c780a(0x122),a63_0x1c780a(0x13e),a63_0x1c780a(0x117),a63_0x1c780a(0x139),a63_0x1c780a(0xcb),'calendarFormat','bundleId',a63_0x1c780a(0x136),a63_0x1c780a(0x127),a63_0x1c780a(0xda),a63_0x1c780a(0xe2),a63_0x1c780a(0x13b),a63_0x1c780a(0xec),a63_0x1c780a(0xae),'safariInitialUrl',a63_0x1c780a(0xef),'safariIgnoreFraudWarning',a63_0x1c780a(0xbb),a63_0x1c780a(0xe5),'localizableStringsDir','processArguments',a63_0x1c780a(0x12a),a63_0x1c780a(0xfd),a63_0x1c780a(0x120),a63_0x1c780a(0x10a),a63_0x1c780a(0x137),a63_0x1c780a(0xd7),a63_0x1c780a(0xff),'skipLogCapture','webkitDebugProxyPort',a63_0x1c780a(0xfb),'waitForAppScript',a63_0x1c780a(0xbd),a63_0x1c780a(0xa1),'customSSLCert',a63_0x1c780a(0x118),'scaleFactor','wdaLocalPort','showXcodeLog',a63_0x1c780a(0x116),a63_0x1c780a(0x109),a63_0x1c780a(0xce),a63_0x1c780a(0xb1),a63_0x1c780a(0x9a),a63_0x1c780a(0x96),a63_0x1c780a(0xed),a63_0x1c780a(0xa7),a63_0x1c780a(0xb0),a63_0x1c780a(0x91),a63_0x1c780a(0x10d),'xcodeSigningId',a63_0x1c780a(0xd8),a63_0x1c780a(0xe6),a63_0x1c780a(0x103),a63_0x1c780a(0x9b),a63_0x1c780a(0xe3),a63_0x1c780a(0xf7),a63_0x1c780a(0xf0),a63_0x1c780a(0x10b),a63_0x1c780a(0xaf),a63_0x1c780a(0xcd),a63_0x1c780a(0xbf),'allowTouchIdEnroll',a63_0x1c780a(0xc6),a63_0x1c780a(0xca),'logcatFormat',a63_0x1c780a(0xc5),a63_0x1c780a(0x125)]);function a63_0x2afa(){var _0x1c8da5=['BROWSERSTACK_BUILD_NAME','browserstack.buildName','appPackage','fXuKa','appName','enablePerformanceLogging','platformVersion','BROWSERSTACK_OBSERVABILITY_DEBUG','projectName','gpsEnabled','useNewWDA','ygPpN','appWaitPackage','resetKeyboard','bCJLd','isHeadless','BROWSERSTACK_BUILD_IDENTIFIER','nativeWebTap','useCarthageSsl','wdaLaunchTimeout','usePrebuiltWDA','249204voBhET','qPzZe','chromedriverPorts','886467guetKc','DWqpW','noSign','browserstack.logLevel','3396wcXkzs','EPZOo','safariOpenLinksInBackground','automation','webviewConnectRetries','autoGrantPermissions','startIWDP','dWTWs','EnvCapsMapping','skipUnlock','androidNaturalOrientation','app','logcatFilterSpecs','ignoreHiddenApiPolicyError','automationName','parallelsPerPlatform','CWkQB','mockLocationApp','remoteAppsCacheLimit','BROWSERSTACK_USERNAME','shouldUseSingletonTestManager','keychainPassword','KQLhv','autoWebviewTimeout','localeScript','BROWSERSTACK_APP','orientation','ignoreUnimportantViews','browserstack.rerunTests','androidInstallPath','remoteDebugProxy','updatedWDABundleId','avdArgs','locationServicesAuthorized','otherApps','BROWSERSTACK_LOCAL','pCSUx','dpIGo','18mGCmXg','216OdsQZp','locale','autoAcceptAlerts','wdaStartupRetryInterval','appActivity','keepKeyChains','resetOnSessionStartOnly','eDFpZ','unlockKey','language','networkSpeed','appWaitActivity','nativeInstrumentsLib','keychainPath','BROWSERSTACK_ACCESS_KEY','safariAllowPopups','maxTypingFrequency','unicodeKeyboard','chromedriverArgs','CLICapsMapping','DwuzA','androidInstallTimeout','keyAlias','connectHardwareKeyboard','PWUBm','xRHwQ','androidCoverageEndIntent','fullContextList','logLevel','showIOSLog','localIdentifier','enableAsyncExecuteFromHttps','eetjc','137681XgWeqi','chromeOptions','commandTimeouts','65rMNqFg','browserstack.ppp','mBkrP','printPageSourceOnFindFailure','deviceName','xcodeConfigFile','webkitResponseTimeout','simpleIsVisibleCheck','deviceReadyTimeout','xcodeOrgId','qNWkU','buildIdentifier','browserstack.localIdentifier','oWrnD','avdLaunchTimeout','37059ShZHmh','browserstack.accessKey','androidDeviceSocket','iosInstallPause','webviewDevtoolsPort','tapWithShortPressDuration','intentCategory','systemPort','95781GjsYsP','browserstack.access_key','newCommandTimeout','RoiGQ','chromedriverChromeMappingFile','sendKeyStrategy','2823880CQdxkR','enforceAppInstall','eventTimings','BROWSERSTACK_LOCAL_IDENTIFIER','allowDelayAdb','disableWindowAnimation','locationServicesEnabled','777590MeCQeo','skipDeviceInitialization','interKeyDelay','fullReset','nativeWebScreenshot','adbPort','VdyFr','BROWSERSTACK_RERUN_TESTS','androidDeviceReadyTimeout','buildName','intentAction','browserstack.automation','browserstack.parallelsPerPlatform','appWaitDuration','launchTimeout','screenshotWaitTimeout','vDmPQ','enableWebviewDetailsCollection','accessKey','autoDismissAlerts','autoWebview','userName','ensureWebviewsHavePages','NVsjs','chromedriverDisableBuildCheck','wdaConnectionTimeout','browserstack.buildIdentifier','4kDcmcP','mKyeo','browserstackLocal','webDriverAgentUrl','optionalIntentArguments','udid','CuiXj','preventWDAAttachments','wdaStartupRetries','allowTestPackages'];a63_0x2afa=function(){return _0x1c8da5;};return a63_0x2afa();}
|
|
1
|
+
var a63_0x496377=a63_0x10b7;function a63_0x10b7(_0x4f2933,_0x198700){var _0x1e4180=a63_0x1e41();return a63_0x10b7=function(_0x10b79a,_0x5715d0){_0x10b79a=_0x10b79a-0x1ec;var _0x294ddc=_0x1e4180[_0x10b79a];return _0x294ddc;},a63_0x10b7(_0x4f2933,_0x198700);}(function(_0x23ffe6,_0x340857){var _0x3e1e56=a63_0x10b7,_0x50a6b4=_0x23ffe6();while(!![]){try{var _0x5885d3=-parseInt(_0x3e1e56(0x21e))/0x1*(-parseInt(_0x3e1e56(0x2a6))/0x2)+parseInt(_0x3e1e56(0x1ee))/0x3*(-parseInt(_0x3e1e56(0x25e))/0x4)+parseInt(_0x3e1e56(0x220))/0x5*(-parseInt(_0x3e1e56(0x273))/0x6)+parseInt(_0x3e1e56(0x2a2))/0x7*(-parseInt(_0x3e1e56(0x21f))/0x8)+parseInt(_0x3e1e56(0x250))/0x9+parseInt(_0x3e1e56(0x284))/0xa+parseInt(_0x3e1e56(0x24a))/0xb*(-parseInt(_0x3e1e56(0x26c))/0xc);if(_0x5885d3===_0x340857)break;else _0x50a6b4['push'](_0x50a6b4['shift']());}catch(_0x225f8b){_0x50a6b4['push'](_0x50a6b4['shift']());}}}(a63_0x1e41,0xa4cc5),exports[a63_0x496377(0x254)]=()=>{var _0x538e7e=a63_0x496377,_0x56fee8={};_0x56fee8[_0x538e7e(0x296)]=_0x538e7e(0x1ec),_0x56fee8[_0x538e7e(0x24d)]=_0x538e7e(0x236),_0x56fee8['YmSFx']=_0x538e7e(0x27f),_0x56fee8['kTkQU']=_0x538e7e(0x24b),_0x56fee8['HwMNc']=_0x538e7e(0x2a9),_0x56fee8[_0x538e7e(0x29a)]=_0x538e7e(0x218),_0x56fee8[_0x538e7e(0x26e)]='browserstack.buildIdentifier',_0x56fee8[_0x538e7e(0x264)]=_0x538e7e(0x258),_0x56fee8[_0x538e7e(0x244)]=_0x538e7e(0x1f5),_0x56fee8[_0x538e7e(0x24c)]=_0x538e7e(0x21a),_0x56fee8[_0x538e7e(0x1f3)]=_0x538e7e(0x20f),_0x56fee8[_0x538e7e(0x1ff)]=_0x538e7e(0x212),_0x56fee8[_0x538e7e(0x1f9)]=_0x538e7e(0x230),_0x56fee8[_0x538e7e(0x298)]=_0x538e7e(0x235),_0x56fee8[_0x538e7e(0x297)]=_0x538e7e(0x26a);var _0x127578=_0x56fee8,_0x57b5cf={};return _0x57b5cf[_0x538e7e(0x245)]=[_0x127578[_0x538e7e(0x296)],_0x127578[_0x538e7e(0x24d)]],_0x57b5cf['accessKey']=[_0x127578[_0x538e7e(0x1f0)],_0x127578[_0x538e7e(0x282)]],_0x57b5cf[_0x538e7e(0x262)]=[_0x127578['HwMNc']],_0x57b5cf[_0x538e7e(0x22e)]=[_0x127578[_0x538e7e(0x29a)]],_0x57b5cf['buildIdentifier']=[_0x127578[_0x538e7e(0x26e)]],_0x57b5cf[_0x538e7e(0x23a)]=[_0x127578[_0x538e7e(0x264)],_0x127578[_0x538e7e(0x244)]],_0x57b5cf[_0x538e7e(0x1f1)]=[_0x127578['NVgSn']],_0x57b5cf[_0x538e7e(0x1f7)]=[_0x127578[_0x538e7e(0x1f3)]],_0x57b5cf['rerunTests']=[_0x127578[_0x538e7e(0x1ff)]],_0x57b5cf[_0x538e7e(0x293)]=[_0x127578[_0x538e7e(0x1f9)]],_0x57b5cf[_0x538e7e(0x23e)]=[_0x127578[_0x538e7e(0x298)]],_0x57b5cf[_0x538e7e(0x256)]=[_0x127578[_0x538e7e(0x297)]],_0x57b5cf;},exports[a63_0x496377(0x249)]=()=>{var _0x472024=a63_0x496377,_0x3bf735={};_0x3bf735[_0x472024(0x24e)]=_0x472024(0x29c),_0x3bf735[_0x472024(0x276)]=_0x472024(0x277),_0x3bf735['ezJFb']=_0x472024(0x22d),_0x3bf735[_0x472024(0x271)]='BROWSERSTACK_BUILD_NAME',_0x3bf735[_0x472024(0x29b)]=_0x472024(0x295),_0x3bf735['LGQca']=_0x472024(0x207),_0x3bf735[_0x472024(0x1ef)]=_0x472024(0x224),_0x3bf735[_0x472024(0x20e)]=_0x472024(0x1fa),_0x3bf735[_0x472024(0x2aa)]=_0x472024(0x279),_0x3bf735[_0x472024(0x26b)]=_0x472024(0x275),_0x3bf735[_0x472024(0x1f2)]='BROWSERSTACK_APP_ID',_0x3bf735[_0x472024(0x257)]='BROWSERSTACK_APP',_0x3bf735['SKVyk']=_0x472024(0x252),_0x3bf735[_0x472024(0x2a7)]=_0x472024(0x2ae);var _0x1ff6ae=_0x3bf735,_0x4c574d={};return _0x4c574d[_0x472024(0x245)]=[_0x1ff6ae['xyjNP'],_0x1ff6ae[_0x472024(0x276)]],_0x4c574d['accessKey']=[_0x1ff6ae[_0x472024(0x28b)]],_0x4c574d[_0x472024(0x262)]=[_0x1ff6ae[_0x472024(0x271)]],_0x4c574d[_0x472024(0x22e)]=[_0x1ff6ae[_0x472024(0x29b)]],_0x4c574d[_0x472024(0x29e)]=[_0x1ff6ae[_0x472024(0x1f4)]],_0x4c574d['parallelsPerPlatform']=[_0x1ff6ae[_0x472024(0x1ef)]],_0x4c574d[_0x472024(0x1f1)]=[_0x1ff6ae['zmtTb']],_0x4c574d['localIdentifier']=[_0x1ff6ae[_0x472024(0x2aa)]],_0x4c574d['rerunTests']=[_0x1ff6ae[_0x472024(0x26b)]],_0x4c574d[_0x472024(0x293)]=[_0x1ff6ae[_0x472024(0x1f2)],_0x1ff6ae[_0x472024(0x257)]],_0x4c574d[_0x472024(0x23e)]=[_0x1ff6ae[_0x472024(0x29d)]],_0x4c574d[_0x472024(0x256)]=[_0x1ff6ae[_0x472024(0x2a7)]],_0x4c574d;},exports[a63_0x496377(0x228)]=()=>[a63_0x496377(0x246),a63_0x496377(0x283),a63_0x496377(0x23c),a63_0x496377(0x263),a63_0x496377(0x293),'udid','language',a63_0x496377(0x25f),a63_0x496377(0x21b),a63_0x496377(0x209),a63_0x496377(0x232),a63_0x496377(0x272),a63_0x496377(0x260),a63_0x496377(0x1f8),a63_0x496377(0x215),a63_0x496377(0x28f),a63_0x496377(0x238),a63_0x496377(0x251),a63_0x496377(0x25d),a63_0x496377(0x27d),a63_0x496377(0x25a),'appWaitDuration',a63_0x496377(0x20b),a63_0x496377(0x219),a63_0x496377(0x22c),'androidCoverageEndIntent',a63_0x496377(0x285),a63_0x496377(0x233),a63_0x496377(0x28c),a63_0x496377(0x221),a63_0x496377(0x208),'avd',a63_0x496377(0x2ab),a63_0x496377(0x1ed),a63_0x496377(0x270),a63_0x496377(0x278),a63_0x496377(0x2af),a63_0x496377(0x23b),'keyAlias',a63_0x496377(0x286),a63_0x496377(0x239),a63_0x496377(0x2a1),a63_0x496377(0x28a),a63_0x496377(0x259),a63_0x496377(0x28e),a63_0x496377(0x261),a63_0x496377(0x27e),'chromedriverDisableBuildCheck',a63_0x496377(0x201),'intentAction',a63_0x496377(0x20a),a63_0x496377(0x274),a63_0x496377(0x268),a63_0x496377(0x2ad),a63_0x496377(0x241),a63_0x496377(0x200),a63_0x496377(0x294),'ignoreUnimportantViews',a63_0x496377(0x20d),a63_0x496377(0x237),a63_0x496377(0x202),'nativeWebScreenshot',a63_0x496377(0x2a8),a63_0x496377(0x2ac),a63_0x496377(0x29f),a63_0x496377(0x24f),a63_0x496377(0x22a),a63_0x496377(0x21c),a63_0x496377(0x242),'autoGrantPermissions',a63_0x496377(0x288),a63_0x496377(0x27a),a63_0x496377(0x211),a63_0x496377(0x205),a63_0x496377(0x1fb),a63_0x496377(0x292),a63_0x496377(0x2a5),a63_0x496377(0x269),a63_0x496377(0x27c),a63_0x496377(0x289),a63_0x496377(0x26d),'enforceAppInstall','ensureWebviewsHavePages',a63_0x496377(0x27b),a63_0x496377(0x247),a63_0x496377(0x227),a63_0x496377(0x25c),a63_0x496377(0x22f),'launchTimeout',a63_0x496377(0x229),'locationServicesAuthorized','autoAcceptAlerts','autoDismissAlerts','nativeInstrumentsLib','nativeWebTap','safariInitialUrl',a63_0x496377(0x23f),a63_0x496377(0x223),a63_0x496377(0x287),a63_0x496377(0x255),a63_0x496377(0x243),'processArguments',a63_0x496377(0x214),'showIOSLog',a63_0x496377(0x20c),a63_0x496377(0x267),a63_0x496377(0x23d),a63_0x496377(0x2a4),a63_0x496377(0x28d),a63_0x496377(0x1f6),'webkitDebugProxyPort',a63_0x496377(0x216),a63_0x496377(0x22b),'webviewConnectRetries',a63_0x496377(0x290),a63_0x496377(0x21d),a63_0x496377(0x204),a63_0x496377(0x2a0),a63_0x496377(0x222),a63_0x496377(0x253),a63_0x496377(0x234),a63_0x496377(0x213),a63_0x496377(0x25b),a63_0x496377(0x206),a63_0x496377(0x266),a63_0x496377(0x281),a63_0x496377(0x225),'useNewWDA',a63_0x496377(0x231),a63_0x496377(0x210),a63_0x496377(0x1fd),'xcodeSigningId',a63_0x496377(0x1fe),'resetOnSessionStartOnly',a63_0x496377(0x240),a63_0x496377(0x1fc),a63_0x496377(0x248),a63_0x496377(0x280),'maxTypingFrequency',a63_0x496377(0x226),'useCarthageSsl','shouldUseSingletonTestManager',a63_0x496377(0x217),a63_0x496377(0x2a3),a63_0x496377(0x203),a63_0x496377(0x291),a63_0x496377(0x26f),a63_0x496377(0x265),a63_0x496377(0x299)]);function a63_0x1e41(){var _0x473bf8=['WsFUq','browserstack.ppp','chromedriverChromeMappingFile','appWaitPackage','keychainPassword','calendarFormat','appPackage','28lOJqiP','locale','clearSystemFiles','chromedriverPort','buildName','newCommandTimeout','jCGCR','logcatFilterSpecs','preventWDAAttachments','webkitResponseTimeout','optionalIntentArguments','skipLogcatCapture','browserstack.automation','qRmSa','72VQSETZ','buildToolsVersion','osNOH','logcatFormat','avdArgs','FtJzl','fullReset','30CUWgGp','intentFlags','BROWSERSTACK_RERUN_TESTS','tTKCJ','BROWSERSTACK_USER_NAME','useKeystore','BROWSERSTACK_LOCAL_IDENTIFIER','systemPort','webviewDevtoolsPort','uninstallOtherPackages','appWaitActivity','chromedriverPorts','browserstack.access_key','connectHardwareKeyboard','webDriverAgentUrl','kTkQU','platformVersion','11733700Bcqijd','androidDeviceReadyTimeout','keyPassword','safariOpenLinksInBackground','androidNaturalOrientation','disableWindowAnimation','chromedriverExecutableDir','ezJFb','androidDeviceSocket','enableAsyncExecuteFromHttps','chromedriverUseSystemExecutable','otherApps','appName','mockLocationApp','unlockKey','app','noSign','BROWSERSTACK_PROJECT_NAME','wDWmQ','wmpbJ','dpnrj','allowDelayAdb','HNgka','fBusE','BROWSERSTACK_USERNAME','SKVyk','buildIdentifier','gpsEnabled','scaleFactor','chromedriverArgs','54607lvyGkj','allowTouchIdEnroll','remoteDebugProxy','autoLaunch','2zAludW','sbWAr','androidScreenshotPath','browserstack.buildName','iqgFc','avdLaunchTimeout','networkSpeed','dontStopAppOnReset','BROWSERSTACK_AUTOMATION','keystorePath','browserstack.user_name','avdReadyTimeout','530103ierVjf','ZIPrn','YmSFx','browserstackLocal','jfnGa','SSCNi','LGQca','browserstack.parallelsPerPlatform','skipLogCapture','localIdentifier','eventTimings','wMdTo','BROWSERSTACK_LOCAL','unlockType','wdaStartupRetries','xcodeOrgId','updatedWDABundleId','MiHzZ','resetKeyboard','autoWebviewTimeout','recreateChromeDriverSessions','ignoreHiddenApiPolicyError','tapWithShortPressDuration','skipUnlock','usePrebuiltWDA','BROWSERSTACK_BUILD_IDENTIFIER','androidInstallPath','autoWebview','intentCategory','deviceReadyTimeout','sendKeyStrategy','disableAndroidWatchers','zmtTb','browserstack.localIdentifier','wdaConnectionTimeout','remoteAdbHost','browserstack.rerunTests','xcodeConfigFile','interKeyDelay','enablePerformanceLogging','fullContextList','startIWDP','browserstack.projectName','allowTestPackages','browserstack.local','orientation','localeScript','customSSLCert','902439ztIUvk','232VJFlpv','107390zYrhiM','androidInstallTimeout','wdaLocalPort','safariIgnoreFraudWarning','BROWSERSTACK_PARALLELS_PER_PLATFORM','keychainPath','simpleIsVisibleCheck','remoteAppsCacheLimit','AppiumCaps','locationServicesEnabled','adbExecTimeout','waitForAppScript','androidCoverage','BROWSERSTACK_ACCESS_KEY','projectName','bundleId','browserstack.app','wdaLaunchTimeout','noReset','adbPort','iosInstallPause','browserstack.logLevel','browserstack.userName','chromeOptions','printPageSourceOnFindFailure','chromedriverExecutable','parallelsPerPlatform','keystorePassword','deviceName','screenshotWaitTimeout','logLevel','safariAllowPopups','commandTimeouts','unicodeKeyboard','skipDeviceInitialization','localizableStringsDir','qqjsW','userName','automationName','enableWebviewDetailsCollection','wdaStartupRetryInterval','EnvCapsMapping','931359jsOgeo','browserstack.accessKey','NVgSn','duQZa','xyjNP','isHeadless','6099696XsGAiL','appActivity','BROWSERSTACK_OBSERVABILITY_DEBUG','showXcodeLog','CLICapsMapping','keepKeyChains','automation'];a63_0x1e41=function(){return _0x473bf8;};return a63_0x1e41();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x24eab0,_0x3c2144){var _0x5be608=a64_0x5141,_0x522114=_0x24eab0();while(!![]){try{var _0x3051d6=parseInt(_0x5be608(0x1d5))/0x1*(parseInt(_0x5be608(0x1ce))/0x2)+parseInt(_0x5be608(0x1cc))/0x3+parseInt(_0x5be608(0x1d2))/0x4*(parseInt(_0x5be608(0x1d0))/0x5)+-parseInt(_0x5be608(0x1d4))/0x6*(-parseInt(_0x5be608(0x1cd))/0x7)+parseInt(_0x5be608(0x1cb))/0x8*(parseInt(_0x5be608(0x1cf))/0x9)+parseInt(_0x5be608(0x1d3))/0xa+-parseInt(_0x5be608(0x1d1))/0xb;if(_0x3051d6===_0x3c2144)break;else _0x522114['push'](_0x522114['shift']());}catch(_0x407b64){_0x522114['push'](_0x522114['shift']());}}}(a64_0x2003,0x479d3),exports['BROWSERSTACK_GRR_US_HUB_URL']='https://hub-use-only.browserstack.com/wd/hub');function a64_0x5141(_0x58ae65,_0x584e71){var _0x2003e1=a64_0x2003();return a64_0x5141=function(_0x5141ee,_0x370ca9){_0x5141ee=_0x5141ee-0x1cb;var _0x4fa956=_0x2003e1[_0x5141ee];return _0x4fa956;},a64_0x5141(_0x58ae65,_0x584e71);}function a64_0x2003(){var _0x277376=['536QRPgfH','710877jgVELQ','1977563FaWfNG','18zgGbLl','7704AuzuXk','94485CxuYmq','18512142fBLHip','4bpOokp','5329080TOUeil','12hFQGxr','62791hMnURx'];a64_0x2003=function(){return _0x277376;};return a64_0x2003();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x3731(){var _0x1f2bc3=['nZQgN','5pnreIx','A11Y_SCAN_RESULT','37740jPvuHc','73624PUFexM','a11y_scanner','10BHDOtf','parse','1746519ZPlACy','3772087mJbEDP','ebNVm','456364tozJkH','117MuKgao','310744YOJDgl','1480440XfEXTs','env','central_scanner_log','791iTBzRa','BROWSERSTACK_CENTRAL_SCANNER_JWT'];a65_0x3731=function(){return _0x1f2bc3;};return a65_0x3731();}function a65_0x6abf(_0x1c168a,_0x5df97c){var _0x37310e=a65_0x3731();return a65_0x6abf=function(_0x6abff6,_0x121e84){_0x6abff6=_0x6abff6-0x92;var _0x217eb1=_0x37310e[_0x6abff6];return _0x217eb1;},a65_0x6abf(_0x1c168a,_0x5df97c);}(function(_0x290ba0,_0x3e4962){var _0x20889d=a65_0x6abf,_0x4e51d2=_0x290ba0();while(!![]){try{var _0xe87c66=parseInt(_0x20889d(0x9f))/0x1+-parseInt(_0x20889d(0x98))/0x2+parseInt(_0x20889d(0x9c))/0x3+-parseInt(_0x20889d(0xa2))/0x4*(-parseInt(_0x20889d(0x95))/0x5)+-parseInt(_0x20889d(0x97))/0x6*(parseInt(_0x20889d(0x92))/0x7)+parseInt(_0x20889d(0xa1))/0x8*(-parseInt(_0x20889d(0xa0))/0x9)+parseInt(_0x20889d(0x9a))/0xa*(parseInt(_0x20889d(0x9d))/0xb);if(_0xe87c66===_0x3e4962)break;else _0x4e51d2['push'](_0x4e51d2['shift']());}catch(_0xc0872){_0x4e51d2['push'](_0x4e51d2['shift']());}}}(a65_0x3731,0x79d4f),exports['setCentralScannerData']=(_0x5217f3,_0x35f649,_0x4af8d9)=>{var _0x163efc=a65_0x6abf,_0x2639db={'nZQgN':function(_0x17825c,_0x9b1eba){return _0x17825c(_0x9b1eba);},'ebNVm':function(_0x92de6d,_0x3381dd){return _0x92de6d||_0x3381dd;}};_0x5217f3[_0x163efc(0xa4)]={'http_code':_0x2639db[_0x163efc(0x94)](String,_0x35f649)||null,'redirect_url':_0x2639db[_0x163efc(0x9e)](_0x4af8d9,null),'token':process['env'][_0x163efc(0x93)]||null},process[_0x163efc(0xa3)][_0x163efc(0x96)]&&(_0x5217f3[_0x163efc(0xa4)][_0x163efc(0x99)]=JSON[_0x163efc(0x9b)](process['env']['A11Y_SCAN_RESULT'])||null);});
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a66_0x2cbb(){var _0x1c0d04=['27Zmwumo','1024180AdLOlL','1AMkzFe','431272thGieW','78048Hcmlli','setGlobal','2474DGsZfV','exports','__instance','11001864EYcVqE','browserStackGlobals','665UTedft','5416848xxHOVH','5248000SzDDXt'];a66_0x2cbb=function(){return _0x1c0d04;};return a66_0x2cbb();}var a66_0x2bfe8e=a66_0x1e5a;(function(_0x54c6b0,_0x15a0df){var _0x464b30=a66_0x1e5a,_0xcd022b=_0x54c6b0();while(!![]){try{var _0x43fe16=-parseInt(_0x464b30(0x1dc))/0x1*(-parseInt(_0x464b30(0x1d2))/0x2)+-parseInt(_0x464b30(0x1da))/0x3*(parseInt(_0x464b30(0x1cf))/0x4)+parseInt(_0x464b30(0x1d9))/0x5+parseInt(_0x464b30(0x1d0))/0x6*(-parseInt(_0x464b30(0x1d7))/0x7)+parseInt(_0x464b30(0x1d5))/0x8+parseInt(_0x464b30(0x1d8))/0x9+-parseInt(_0x464b30(0x1db))/0xa;if(_0x43fe16===_0x15a0df)break;else _0xcd022b['push'](_0xcd022b['shift']());}catch(_0x323390){_0xcd022b['push'](_0xcd022b['shift']());}}}(a66_0x2cbb,0xafa2a));function a66_0x1e5a(_0x191008,_0x4ccdb4){var _0x2cbb61=a66_0x2cbb();return a66_0x1e5a=function(_0x1e5a0e,_0x17922d){_0x1e5a0e=_0x1e5a0e-0x1cf;var _0x840c7a=_0x2cbb61[_0x1e5a0e];return _0x840c7a;},a66_0x1e5a(_0x191008,_0x4ccdb4);}class Global{static [a66_0x2bfe8e(0x1d4)];constructor(){var _0x6e9ce8=a66_0x2bfe8e;if(Global['__instance'])return Global[_0x6e9ce8(0x1d4)];this[_0x6e9ce8(0x1d6)]=global,Global[_0x6e9ce8(0x1d4)]=this;}[a66_0x2bfe8e(0x1d1)](_0xdfd94b,_0x5bf8f3){var _0x57112e=a66_0x2bfe8e;this[_0x57112e(0x1d6)][_0xdfd94b]=_0x5bf8f3;}['getGlobal'](_0x4e1c18){var _0x4fcd3b=a66_0x2bfe8e;return this[_0x4fcd3b(0x1d6)][_0x4e1c18];}}module[a66_0x2bfe8e(0x1d3)]=new Global();
|