browserstack-node-sdk 1.34.47 → 1.34.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -0
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -0
- 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/templates/nginx/pods-and-services.yaml +1 -1
- package/ats/src/templates/nginx/private-pods-and-services.yaml +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/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
|
-
|
|
1
|
+
(function(_0x190a5e,_0x12ecce){var _0x19bc49=a56_0x4ecc,_0x1e015a=_0x190a5e();while(!![]){try{var _0x312ac5=-parseInt(_0x19bc49(0x163))/0x1*(-parseInt(_0x19bc49(0x164))/0x2)+-parseInt(_0x19bc49(0x169))/0x3*(parseInt(_0x19bc49(0x168))/0x4)+parseInt(_0x19bc49(0x166))/0x5*(parseInt(_0x19bc49(0x16d))/0x6)+parseInt(_0x19bc49(0x16e))/0x7+-parseInt(_0x19bc49(0x16c))/0x8*(-parseInt(_0x19bc49(0x167))/0x9)+parseInt(_0x19bc49(0x16b))/0xa+parseInt(_0x19bc49(0x165))/0xb*(-parseInt(_0x19bc49(0x16a))/0xc);if(_0x312ac5===_0x12ecce)break;else _0x1e015a['push'](_0x1e015a['shift']());}catch(_0x486da3){_0x1e015a['push'](_0x1e015a['shift']());}}}(a56_0x3118,0x3f716),exports['API_URL']='https://accessibility.browserstack.com/api');function a56_0x4ecc(_0x2cb4e4,_0x439956){var _0x311867=a56_0x3118();return a56_0x4ecc=function(_0x4ecc39,_0x266e1a){_0x4ecc39=_0x4ecc39-0x163;var _0x428707=_0x311867[_0x4ecc39];return _0x428707;},a56_0x4ecc(_0x2cb4e4,_0x439956);}function a56_0x3118(){var _0x43ec19=['3hgzNBh','84HJunLY','2407810vYbgIU','8pTlHZv','8334ldjAoy','1695274jQkwpT','7vwwCku','44626ehMWVs','1035815oRTWaL','685boKsTU','1088235hrxXtU','125380FSCGtk'];a56_0x3118=function(){return _0x43ec19;};return a56_0x3118();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a57_0x3de7(){const _0x5ba7ed=['yJQZy','../globals','1676YVdZXj','checkAccessibilityPlatformConfig','__cloud_provider___','../helper','./scripts','data','browserstack','ZTuKr','getCiInfo','aNTWt','sxzwc','pAovC','No\x20accessibility\x20summary\x20was\x20found.','CUYvW','includes','util','auth','isArray','getAgentVersion','fHUmf','getUserName','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','akubY','mgbCO','cepxO','3678bIoDDs','getBrowserVersion','getBrowserName','buildName','statusText','json','cwd','path','15dPydEJ','1695BliEhA','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','xovoE','warn','14sLyHlX','PERFORM_SCAN','JxvYd','rqDhO','getAccessibilityResultsSummary','UVVdc','javascript','join','string','method','isTrue','PrLhp','1020uFZsnj','assign','parse','../logger','Build\x20creation\x20had\x20failed.','toISOString','debug','huwhZ','parseFromJson','Invalid\x20request:\x20','ZLqqD','executeAsyncScript','80166MRQZhJ','null','isBrowserstackInfra','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','length','ABOQi','toJson','./constants','scannerVersion','TBera','GET_RESULTS','BS_A11Y_JWT','HYaRM','user','Bearer\x20','qqzWh','pass','stringify','AXPve','29117OsyyJA','POST','../performance/constants','7QPHZmy','PqftT','GBRWf','FPBwU','kUgQk','getPlatform','test_runs/stop','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','kJYtx','isAccessibilityPlatform','format','getAccessKey','isUndefined','resolve','rtgqN','getCapabilities','browserstackSessionName','fTQIX','false','getGlobal','110SluSLe','getPackageVersion','sljDj','BROWSERSTACK_TEST_ACCESSIBILITY_YML','uYLwT','bstackA11yShouldScan','Authorization','isAccessibilityAutomationSession','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','status','20ANrsiP','includeTagsInTestingScope','JEHEZ','basename','stopAccessibilityTestRun','body','qsbwb','performScan','accessibility','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','some','getPlatformVersion','161478phIeMp','NHHbM','accessibilityToken','lyyUF','message','application/json','nodeRequest','gBEZR','SJQjl','HMevk','getHostInfo','platforms','buildDescription','a11y:start','RhGGF','PUT','1372840HpduVa','env','bJlCN','headers','info','1909037xcFaLX','excludeTagsInTestingScope','isBrowserStackCommandExecutor','v2/test_runs','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','fBOji','GkDhI','error','Invalid\x20configuration\x20passed.','createAccessibilityTestRun','measureWrapper','getResultsSummary','No\x20accessibility\x20results\x20were\x20found.','hmoPz','RUbiO','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','a11y:stop','MyMzS','stack','script','RQOyG','response','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','ZAPLo'];a57_0x3de7=function(){return _0x5ba7ed;};return a57_0x3de7();}const a57_0x23d80b=a57_0x481d;(function(_0x625d5,_0x482161){const _0x12f4a4=a57_0x481d,_0x364dd3=_0x625d5();while(!![]){try{const _0x4aa571=-parseInt(_0x12f4a4(0x110))/0x1*(parseInt(_0x12f4a4(0xbc))/0x2)+parseInt(_0x12f4a4(0x119))/0x3*(-parseInt(_0x12f4a4(0xf7))/0x4)+-parseInt(_0x12f4a4(0x118))/0x5*(-parseInt(_0x12f4a4(0x86))/0x6)+parseInt(_0x12f4a4(0x9c))/0x7*(-parseInt(_0x12f4a4(0xd8))/0x8)+-parseInt(_0x12f4a4(0xc8))/0x9*(-parseInt(_0x12f4a4(0xb2))/0xa)+parseInt(_0x12f4a4(0x99))/0xb*(parseInt(_0x12f4a4(0x7a))/0xc)+parseInt(_0x12f4a4(0xdd))/0xd*(parseInt(_0x12f4a4(0x11d))/0xe);if(_0x4aa571===_0x482161)break;else _0x364dd3['push'](_0x364dd3['shift']());}catch(_0x8cbe01){_0x364dd3['push'](_0x364dd3['shift']());}}}(a57_0x3de7,0x28149));const path=require(a57_0x23d80b(0x117)),util=require(a57_0x23d80b(0x106)),bsSetupHelper=require(a57_0x23d80b(0xfa)),logger=require(a57_0x23d80b(0x7d))['winstonLogger'],{API_URL}=require(a57_0x23d80b(0x8d)),PerformanceTester=require('../performance/performance-tester'),scripts=require(a57_0x23d80b(0xfb)),globals=require(a57_0x23d80b(0xf6)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a57_0x23d80b(0x9b));function a57_0x481d(_0x258e2a,_0x270891){const _0x3de76f=a57_0x3de7();return a57_0x481d=function(_0x481d1d,_0x3c228b){_0x481d1d=_0x481d1d-0x76;let _0x16440b=_0x3de76f[_0x481d1d];return _0x16440b;},a57_0x481d(_0x258e2a,_0x270891);}exports['fetchPlatformDetails']=async _0x30e5ba=>{const _0x3ae409=a57_0x23d80b,_0x37c923={};_0x37c923[_0x3ae409(0xc2)]=function(_0x1623ba,_0x3e3c34){return _0x1623ba===_0x3e3c34;},_0x37c923[_0x3ae409(0xfe)]=_0x3ae409(0xfd);const _0x4cbc54=_0x37c923;let _0x3df360={};try{const _0x3f2e96=await _0x30e5ba[_0x3ae409(0xad)]();_0x3df360={'os_name':_0x3f2e96[_0x3ae409(0xa1)](),'os_version':bsSetupHelper[_0x3ae409(0xc7)](_0x4cbc54[_0x3ae409(0xc2)](global[_0x3ae409(0xf9)],_0x4cbc54[_0x3ae409(0xfe)])),'browser_name':_0x3f2e96[_0x3ae409(0x112)](),'browser_version':_0x3f2e96[_0x3ae409(0x111)]()};}catch(_0x2570a4){logger[_0x3ae409(0x80)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x2570a4);}return _0x3df360;},exports['isAccessibilityAutomationSession']=()=>{const _0x522b7b=a57_0x23d80b,_0x595aba={};_0x595aba[_0x522b7b(0xd6)]=function(_0x39b703,_0x3372e5){return _0x39b703===_0x3372e5;},_0x595aba[_0x522b7b(0x120)]=_0x522b7b(0x76),_0x595aba[_0x522b7b(0xbe)]=function(_0x29ead8,_0x2196c1){return _0x29ead8>_0x2196c1;},_0x595aba[_0x522b7b(0xc9)]=function(_0x28dd43,_0x5487fe){return _0x28dd43!==_0x5487fe;},_0x595aba['MyMzS']=_0x522b7b(0x87),_0x595aba['ABOQi']=function(_0x28925f,_0x2c606a){return _0x28925f&&_0x2c606a;};const _0x386aca=_0x595aba;try{if(!bsSetupHelper[_0x522b7b(0x88)]())return![];const _0x3cf063=bsSetupHelper[_0x522b7b(0x78)](process[_0x522b7b(0xd9)][_0x522b7b(0xb5)])||bsSetupHelper['isTrue'](process[_0x522b7b(0xd9)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x278149=_0x386aca[_0x522b7b(0xd6)](typeof process[_0x522b7b(0xd9)][_0x522b7b(0x91)],_0x386aca['rqDhO'])&&_0x386aca[_0x522b7b(0xbe)](process[_0x522b7b(0xd9)][_0x522b7b(0x91)][_0x522b7b(0x8a)],0x0)&&_0x386aca[_0x522b7b(0xc9)](process['env']['BS_A11Y_JWT'],_0x386aca[_0x522b7b(0xee)]);return _0x386aca[_0x522b7b(0x8b)](_0x3cf063,_0x278149);}catch(_0x107787){logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x107787);}return![];},exports['shouldScanTestForAccessibility']=(_0x49d1ba=null,_0xc88fd7=!![],_0x52b1bc=[])=>{const _0x5676ac=a57_0x23d80b,_0x4063a6={};_0x4063a6['CUYvW']=function(_0x583ced,_0x1327c5){return _0x583ced==_0x1327c5;},_0x4063a6[_0x5676ac(0xb6)]=function(_0x5c4a28,_0x2d0cd6){return _0x5c4a28>_0x2d0cd6;},_0x4063a6[_0x5676ac(0x10f)]=function(_0x191dcd,_0x331af5){return _0x191dcd===_0x331af5;},_0x4063a6[_0x5676ac(0xeb)]=function(_0x3d1648,_0x2e91fb){return _0x3d1648&&_0x2e91fb;};const _0x1b9c4d=_0x4063a6;if(_0x1b9c4d[_0x5676ac(0x104)](process['env'][_0x5676ac(0x10c)],null))return!![];try{const _0x52645a=JSON[_0x5676ac(0x7c)](process[_0x5676ac(0xd9)][_0x5676ac(0x10c)]),_0x13558d=Array[_0x5676ac(0x108)](_0x52645a['includeTagsInTestingScope'])?_0x52645a[_0x5676ac(0xbd)]:[],_0x43bf35=Array[_0x5676ac(0x108)](_0x52645a['excludeTagsInTestingScope'])?_0x52645a[_0x5676ac(0xde)]:[];if(bsSetupHelper['isUndefined'](_0x49d1ba)){if(_0x1b9c4d['uYLwT'](_0x52b1bc[_0x5676ac(0x8a)],0x0)){const _0x5781f5=_0x43bf35[_0x5676ac(0xc6)](_0x4f2da0=>_0x52b1bc[_0x5676ac(0x105)](_0x4f2da0)),_0x163eb5=_0x1b9c4d[_0x5676ac(0x10f)](_0x13558d[_0x5676ac(0x8a)],0x0)||_0x13558d[_0x5676ac(0xc6)](_0x23cc14=>_0x52b1bc[_0x5676ac(0x105)](_0x23cc14));return _0x1b9c4d[_0x5676ac(0xeb)](!_0x5781f5,_0x163eb5);}return!![];}let _0xd5da92;_0xc88fd7?_0xd5da92=_0x49d1ba[_0x5676ac(0x124)]('/'):_0xd5da92=_0x49d1ba;const _0x5a00cf=_0x43bf35[_0x5676ac(0xc6)](_0x45647b=>_0xd5da92[_0x5676ac(0x105)](_0x45647b)),_0x4777fc=_0x1b9c4d['cepxO'](_0x13558d['length'],0x0)||_0x13558d[_0x5676ac(0xc6)](_0x38d321=>_0xd5da92['includes'](_0x38d321));return _0x1b9c4d[_0x5676ac(0xeb)](!_0x5a00cf,_0x4777fc);}catch(_0x6805f0){logger['debug'](_0x5676ac(0xf3)+util[_0x5676ac(0xa8)](_0x6805f0));}return![];},exports[a57_0x23d80b(0xf8)]=_0x71529d=>{const _0x31ae84=a57_0x23d80b;let _0x397466=![];try{_0x71529d[_0x31ae84(0xd3)]['forEach'](_0x50bae1=>{const _0x4a515e=_0x31ae84;if(bsSetupHelper['isTrue'](_0x50bae1[_0x4a515e(0xc4)]))return _0x397466=!![],!![];});}catch(_0x4504c0){logger[_0x31ae84(0x80)](_0x31ae84(0xa3)+_0x4504c0);}return _0x397466||bsSetupHelper['isTrue'](_0x71529d[_0x31ae84(0xc4)]);},exports[a57_0x23d80b(0xe6)]=PerformanceTester['measureWrapper'](a57_0x23d80b(0xd5),async function(_0x5e0fcf,_0x1c2ff3){const _0x539c73=a57_0x23d80b,_0x5f5c33={};_0x5f5c33[_0x539c73(0xea)]=_0x539c73(0x11a),_0x5f5c33[_0x539c73(0x9f)]='playwright',_0x5f5c33[_0x539c73(0x102)]=_0x539c73(0x123),_0x5f5c33[_0x539c73(0xa6)]=_0x539c73(0xcd),_0x5f5c33['fvYip']=_0x539c73(0x9a),_0x5f5c33[_0x539c73(0x10d)]=_0x539c73(0xe0),_0x5f5c33[_0x539c73(0xb4)]=function(_0x251ab1,_0x58f506){return _0x251ab1===_0x58f506;},_0x5f5c33[_0x539c73(0xaf)]=_0x539c73(0xe5),_0x5f5c33[_0x539c73(0x10a)]=_0x539c73(0xb0);const _0x4ecda7=_0x5f5c33,_0x34315e=bsSetupHelper[_0x539c73(0x10b)](_0x5e0fcf),_0x5dd83e=bsSetupHelper[_0x539c73(0xa9)](_0x5e0fcf);if(bsSetupHelper[_0x539c73(0xaa)](_0x34315e)||bsSetupHelper['isUndefined'](_0x5dd83e))return logger[_0x539c73(0xe4)](_0x4ecda7['hmoPz']),[null,null];try{let _0x27c143;bsSetupHelper[_0x539c73(0xaa)](process[_0x539c73(0xd9)][_0x539c73(0x10c)])?_0x27c143={}:_0x27c143=JSON['parse'](process[_0x539c73(0xd9)][_0x539c73(0x10c)]);const {name:_0xed8d4d,version:_0x3287a8}=bsSetupHelper['getTestFrameworkDetails'](_0x5e0fcf,_0x1c2ff3),_0x237835={'projectName':_0x5e0fcf['projectName'],'buildName':_0x5e0fcf[_0x539c73(0x113)]||path[_0x539c73(0xbf)](path[_0x539c73(0xab)](process[_0x539c73(0x116)]())),'startTime':new Date()[_0x539c73(0x7f)](),'description':_0x5e0fcf[_0x539c73(0xd4)]||'','source':{'frameworkName':_0x1c2ff3[_0x539c73(0x105)](_0x4ecda7['FPBwU'])?_0x4ecda7[_0x539c73(0x9f)]:_0x1c2ff3,'frameworkVersion':bsSetupHelper[_0x539c73(0xb3)](_0x1c2ff3),'sdkVersion':bsSetupHelper[_0x539c73(0x109)](),'language':_0x4ecda7[_0x539c73(0x102)],'testFramework':_0xed8d4d,'testFrameworkVersion':_0x3287a8},'settings':_0x27c143,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x539c73(0xff)](),'hostInfo':bsSetupHelper[_0x539c73(0xd2)](),'browserstackAutomation':bsSetupHelper[_0x539c73(0x88)]()},_0x51fd31={};_0x51fd31[_0x539c73(0x93)]=_0x34315e,_0x51fd31[_0x539c73(0x96)]=_0x5dd83e;const _0x44a5ec={};_0x44a5ec['Content-Type']=_0x4ecda7[_0x539c73(0xa6)];const _0x50c943={};_0x50c943[_0x539c73(0x107)]=_0x51fd31,_0x50c943['headers']=_0x44a5ec;const _0x2a1f71=_0x50c943,_0x48e9ee={};_0x48e9ee[_0x539c73(0xc1)]=_0x237835,_0x48e9ee[_0x539c73(0x115)]=!![];const _0x3557cd=Object[_0x539c73(0x7b)](_0x2a1f71,_0x48e9ee),_0x1d63ce=await bsSetupHelper[_0x539c73(0xce)](_0x4ecda7['fvYip'],_0x4ecda7[_0x539c73(0x10d)],_0x3557cd,_0x5e0fcf,API_URL);let _0x5ef4ad=process[_0x539c73(0xd9)][_0x539c73(0x10c)];return _0x5ef4ad?_0x5ef4ad=JSON[_0x539c73(0x7c)](process[_0x539c73(0xd9)][_0x539c73(0x10c)]):_0x5ef4ad={},scripts[_0x539c73(0x82)](_0x1d63ce[_0x539c73(0xfc)][_0x539c73(0xfc)]),scripts[_0x539c73(0x8c)](),_0x5ef4ad['scannerVersion']=_0x1d63ce[_0x539c73(0xfc)][_0x539c73(0xfc)][_0x539c73(0x8e)],process[_0x539c73(0xd9)][_0x539c73(0x10c)]=JSON['stringify'](_0x5ef4ad),[_0x1d63ce['data'][_0x539c73(0xfc)][_0x539c73(0xca)],_0x1d63ce[_0x539c73(0xfc)]['data']['id']];}catch(_0x511c60){if(_0x511c60[_0x539c73(0xf2)])logger[_0x539c73(0xe4)](_0x539c73(0xec)+_0x511c60[_0x539c73(0xf2)]['status']+'\x20'+_0x511c60['response']['statusText']+'\x20'+JSON['stringify'](_0x511c60[_0x539c73(0xf2)][_0x539c73(0xfc)]));else{if(_0x4ecda7[_0x539c73(0xb4)](_0x511c60['message'],_0x4ecda7[_0x539c73(0xaf)])){logger[_0x539c73(0xe4)](_0x539c73(0xec)+(_0x511c60[_0x539c73(0xcc)]||_0x511c60[_0x539c73(0xef)]));for(const _0x372c55 of _0x511c60['errors']){logger['error'](_0x372c55[_0x539c73(0xcc)]);}process[_0x539c73(0xd9)][_0x539c73(0xb5)]=_0x4ecda7[_0x539c73(0x10a)],process[_0x539c73(0xd9)][_0x539c73(0xa5)]=_0x4ecda7[_0x539c73(0x10a)];}else logger['error'](_0x539c73(0xec)+(_0x511c60['message']||_0x511c60[_0x539c73(0xef)]));}return[null,null];}}),exports[a57_0x23d80b(0xc0)]=PerformanceTester[a57_0x23d80b(0xe7)](a57_0x23d80b(0xed),async function(_0x2519a4){const _0x56b652=a57_0x23d80b,_0xba2d1b={};_0xba2d1b[_0x56b652(0x9d)]=function(_0x587043,_0x29144e){return _0x587043!==_0x29144e;},_0xba2d1b['UVVdc']=_0x56b652(0x76),_0xba2d1b[_0x56b652(0x79)]=_0x56b652(0xe4),_0xba2d1b['huwhZ']=_0x56b652(0x7e),_0xba2d1b[_0x56b652(0xe3)]=_0x56b652(0xcd),_0xba2d1b['TBera']=_0x56b652(0xd7),_0xba2d1b[_0x56b652(0xd1)]=_0x56b652(0xa2),_0xba2d1b[_0x56b652(0xcf)]=function(_0x4fe9ca,_0xcd6cb2){return _0x4fe9ca+_0xcd6cb2;},_0xba2d1b[_0x56b652(0x11b)]=_0x56b652(0x83),_0xba2d1b[_0x56b652(0x100)]='success';const _0x58eaf8=_0xba2d1b;if(bsSetupHelper[_0x56b652(0xaa)](process['env'][_0x56b652(0x91)])||_0x58eaf8['PqftT'](typeof process['env'][_0x56b652(0x91)],_0x58eaf8[_0x56b652(0x122)])){const _0x29b39b={};return _0x29b39b['status']=_0x58eaf8[_0x56b652(0x79)],_0x29b39b[_0x56b652(0xcc)]=_0x58eaf8[_0x56b652(0x81)],_0x29b39b;}const _0x414dbb={'endTime':new Date()[_0x56b652(0x7f)]()},_0x5da23d={};_0x5da23d[_0x56b652(0xb8)]=_0x56b652(0x94)+process['env'][_0x56b652(0x91)],_0x5da23d['Content-Type']=_0x58eaf8[_0x56b652(0xe3)];const _0x224480={};_0x224480[_0x56b652(0xdb)]=_0x5da23d;const _0x5b1b17=_0x224480,_0x4a572b={};_0x4a572b['body']=_0x414dbb,_0x4a572b[_0x56b652(0x107)]=null,_0x4a572b[_0x56b652(0x115)]=!![];const _0x4c353f=Object[_0x56b652(0x7b)](_0x5b1b17,_0x4a572b);try{const _0x4619d4=await bsSetupHelper['nodeRequest'](_0x58eaf8[_0x56b652(0x8f)],_0x58eaf8[_0x56b652(0xd1)],_0x4c353f,_0x2519a4,API_URL);if(_0x4619d4[_0x56b652(0xfc)][_0x56b652(0xe4)])throw new Error(_0x58eaf8[_0x56b652(0xcf)](_0x58eaf8[_0x56b652(0x11b)],_0x4619d4[_0x56b652(0xfc)][_0x56b652(0xe4)]));else{logger[_0x56b652(0xdc)](_0x56b652(0xe1)+new Date()[_0x56b652(0x7f)]());const _0x21b4ad={};return _0x21b4ad[_0x56b652(0xbb)]=_0x58eaf8[_0x56b652(0x100)],_0x21b4ad[_0x56b652(0xcc)]='',_0x21b4ad;}}catch(_0x4428ca){_0x4428ca[_0x56b652(0xf2)]?logger[_0x56b652(0xe4)](_0x56b652(0xba)+_0x4428ca[_0x56b652(0xf2)][_0x56b652(0xbb)]+'\x20'+_0x4428ca[_0x56b652(0xf2)]['statusText']+'\x20'+JSON[_0x56b652(0x97)](_0x4428ca[_0x56b652(0xf2)][_0x56b652(0xfc)])):logger[_0x56b652(0xe4)](_0x56b652(0xba)+(_0x4428ca[_0x56b652(0xcc)]||util['format'](_0x4428ca)));const _0x3179d9={};return _0x3179d9[_0x56b652(0xbb)]=_0x58eaf8['PrLhp'],_0x3179d9[_0x56b652(0xcc)]=_0x4428ca[_0x56b652(0xcc)]||(_0x4428ca[_0x56b652(0xf2)]?_0x4428ca[_0x56b652(0xf2)][_0x56b652(0xbb)]+':'+_0x4428ca[_0x56b652(0xf2)][_0x56b652(0x114)]:_0x4428ca),_0x3179d9;}}),exports[a57_0x23d80b(0xc3)]=async(_0x4da1e3,_0x560eb9=null)=>{const _0x4b8e5d=a57_0x23d80b,_0x59a76f={};_0x59a76f[_0x4b8e5d(0x101)]=_0x4b8e5d(0xa7),_0x59a76f['ZAPLo']='bstackA11yShouldScan',_0x59a76f['SJQjl']=_0x4b8e5d(0x89);const _0x43e220=_0x59a76f;if(!this[_0x4b8e5d(0xb9)]()||!globals[_0x4b8e5d(0xb1)](_0x43e220[_0x4b8e5d(0x101)])||!globals[_0x4b8e5d(0xb1)](_0x43e220[_0x4b8e5d(0xf4)])){logger[_0x4b8e5d(0x11c)](_0x43e220[_0x4b8e5d(0xd0)]);return;}await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x4b8e5d(0x11e)],async()=>{const _0x5919ab=_0x4b8e5d,_0xf7f25c={};_0xf7f25c[_0x5919ab(0x77)]=_0x560eb9||global[_0x5919ab(0xae)],logger[_0x5919ab(0x80)](util[_0x5919ab(0xa8)](await _0x4da1e3[_0x5919ab(0x85)](scripts[_0x5919ab(0xc3)],_0xf7f25c)));},{'command':_0x560eb9})();},exports['getAccessibilityResults']=async(_0x4cc43e,_0x2f2afb)=>{const _0x316939=a57_0x23d80b,_0x5bea68={};_0x5bea68[_0x316939(0xa0)]='Performing\x20scan\x20before\x20getting\x20results',_0x5bea68['mgbCO']=_0x316939(0xa7),_0x5bea68['rWYIQ']='bstackA11yShouldScan',_0x5bea68[_0x316939(0x11f)]=_0x316939(0xc5),_0x5bea68[_0x316939(0xf1)]='getAccessibilityResults',_0x5bea68[_0x316939(0xac)]=_0x316939(0xe9);const _0x4e1572=_0x5bea68;if(!this[_0x316939(0xb9)]()||!globals['getGlobal'](_0x4e1572[_0x316939(0x10e)])||!globals[_0x316939(0xb1)](_0x4e1572['rWYIQ']))return logger[_0x316939(0x11c)](_0x4e1572[_0x316939(0x11f)]),[];try{await PerformanceTester[_0x316939(0xe7)](PerformanceA11yEvents[_0x316939(0x11e)],async()=>{const _0x5ac6fe=_0x316939;logger[_0x5ac6fe(0x80)](_0x4e1572['kUgQk']);const _0x11d00a={};_0x11d00a[_0x5ac6fe(0x77)]=_0x2f2afb[_0x5ac6fe(0xae)],logger['debug'](util['format'](await _0x4cc43e[_0x5ac6fe(0x85)](scripts[_0x5ac6fe(0xc3)],_0x11d00a)));},{'command':_0x4e1572['RQOyG']})(),await PerformanceTester[_0x316939(0xe7)](PerformanceA11yEvents[_0x316939(0x90)],async()=>{const _0x299a5b=await _0x4cc43e['executeAsyncScript'](scripts['getResults']);return _0x299a5b;})();}catch{return logger['error'](_0x4e1572['rtgqN']),[];}},exports[a57_0x23d80b(0x121)]=async(_0x2ed70a,_0x48701e)=>{const _0x3b399f=a57_0x23d80b,_0x1398c7={};_0x1398c7[_0x3b399f(0x98)]='Performing\x20scan\x20before\x20getting\x20results\x20summary',_0x1398c7[_0x3b399f(0x92)]=_0x3b399f(0xa7),_0x1398c7[_0x3b399f(0xe2)]=_0x3b399f(0xb7),_0x1398c7['yJQZy']=_0x3b399f(0xa4),_0x1398c7[_0x3b399f(0x84)]=_0x3b399f(0x121),_0x1398c7[_0x3b399f(0xcb)]=_0x3b399f(0x103);const _0x1b56c3=_0x1398c7;if(!this[_0x3b399f(0xb9)]()||!globals['getGlobal'](_0x1b56c3[_0x3b399f(0x92)])||!globals[_0x3b399f(0xb1)](_0x1b56c3[_0x3b399f(0xe2)]))return logger[_0x3b399f(0x11c)](_0x1b56c3[_0x3b399f(0xf5)]),{};try{await PerformanceTester[_0x3b399f(0xe7)](PerformanceA11yEvents[_0x3b399f(0x11e)],async()=>{const _0x1a22ff=_0x3b399f;logger[_0x1a22ff(0x80)](_0x1b56c3['AXPve']);const _0x199b0e={};_0x199b0e['method']=_0x48701e['browserstackSessionName'],logger[_0x1a22ff(0x80)](util['format'](await _0x2ed70a[_0x1a22ff(0x85)](scripts[_0x1a22ff(0xc3)],_0x199b0e)));},{'command':_0x1b56c3[_0x3b399f(0x84)]})(),await PerformanceTester[_0x3b399f(0xe7)](PerformanceA11yEvents['GET_RESULTS_SUMMARY'],async()=>{const _0x1cd775=_0x3b399f,_0x496244=await _0x2ed70a[_0x1cd775(0x85)](scripts[_0x1cd775(0xe8)]);return _0x496244;})();}catch{return logger['error'](_0x1b56c3[_0x3b399f(0xcb)]),{};}},exports[a57_0x23d80b(0xdf)]=_0xc12383=>{const _0x4f4334=a57_0x23d80b,_0x48cae4={};_0x48cae4['bJlCN']=function(_0x3b9176,_0x4d3d74){return _0x3b9176===_0x4d3d74;},_0x48cae4[_0x4f4334(0x95)]=_0x4f4334(0x76),_0x48cae4['GBRWf']='browserstack_executor';const _0x2ed53e=_0x48cae4;if(_0xc12383&&_0xc12383['script']&&_0x2ed53e[_0x4f4334(0xda)](typeof _0xc12383[_0x4f4334(0xf0)],_0x2ed53e[_0x4f4334(0x95)]))return _0xc12383[_0x4f4334(0xf0)][_0x4f4334(0x105)](_0x2ed53e[_0x4f4334(0x9e)]);return![];};
|
|
1
|
+
function a57_0x1cc5(_0xf7511d,_0x133cbb){const _0x3865d1=a57_0x3865();return a57_0x1cc5=function(_0x1cc543,_0x5d7491){_0x1cc543=_0x1cc543-0x14d;let _0x599eca=_0x3865d1[_0x1cc543];return _0x599eca;},a57_0x1cc5(_0xf7511d,_0x133cbb);}function a57_0x3865(){const _0x35c5ed=['Performing\x20scan\x20before\x20getting\x20results\x20summary','OIJvQ','IXUZd','HBuoK','No\x20accessibility\x20summary\x20was\x20found.','14NSPqRr','epEjP','ThZbP','vLlAz','toISOString','178798dVjfmR','status','includeTagsInTestingScope','scannerVersion','bstackA11yShouldScan','response','buildName','statusText','Invalid\x20configuration\x20passed.','getHostInfo','POST','info','resolve','./constants','shouldScanTestForAccessibility','assign','WOjii','VfFBX','includes','5207980fgtvpB','2598wtbmPz','javascript','3703JjpUUQ','sGwpU','PUT','getBrowserName','yXLJe','getGitMetaData','Performing\x20scan\x20before\x20getting\x20results','getTestFrameworkDetails','application/json','TsBtq','../logger','../performance/constants','woXta','2052wIfIGi','fngdk','cHTqD','getGlobal','TvdYs','isTrue','toJson','Nvdfl','v2/test_runs','json','pass','headers','format','executeAsyncScript','errors','getUserName','body','zlZPY','util','excludeTagsInTestingScope','QPRTD','BROWSERSTACK_TEST_ACCESSIBILITY_YML','FRlwr','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','getCapabilities','DJfzp','__cloud_provider___','zHkFQ','84280iRHhbY','length','some','debug','createAccessibilityTestRun','OVFtW','isBrowserStackCommandExecutor','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','BXVsm','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','isAccessibilityAutomationSession','stopAccessibilityTestRun','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','basename','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Authorization','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','lBJEO','UjXQk','stack','VCmUX','Build\x20creation\x20had\x20failed.','projectName','../globals','EcPZA','xHuaO','getAccessKey','KzQls','BS_A11Y_JWT','hPfpW','measureWrapper','getPlatformVersion','ZxeYg','message','browserstack','mHEBK','gUIXe','No\x20accessibility\x20results\x20were\x20found.','error','PERFORM_SCAN','3702264XdwKaU','2229368RPQnQj','fRIYk','getPackageVersion','toRBj','jBMRU','platforms','data','getResults','aKPHl','../performance/performance-tester','getPlatform','PdTfx','performScan','htRVw','Invalid\x20request:\x20','method','GET_RESULTS_SUMMARY','JUmxQ','fIzeA','lRzOE','wBdoQ','accessibilityToken','isUndefined','wMyNR','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','checkAccessibilityPlatformConfig','browserstackSessionName','TdhOj','browserstack_executor','join','isBrowserstackInfra','iGzPB','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','nodeRequest','env','success','buildDescription','getBrowserVersion','2402884vPfhiP','isAccessibilityPlatform','Content-Type','TwQuw','null','accessibility','parse','string','warn','stringify','winstonLogger','auth','a11y:start','getResultsSummary','playwright','script','parseFromJson','a11y:stop','user','getAccessibilityResultsSummary','lDFgc','test_runs/stop','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM'];a57_0x3865=function(){return _0x35c5ed;};return a57_0x3865();}const a57_0x95c3e=a57_0x1cc5;(function(_0x41705a,_0x40e8ff){const _0x4d5ee7=a57_0x1cc5,_0x3588ab=_0x41705a();while(!![]){try{const _0x5e7ef9=parseInt(_0x4d5ee7(0x160))/0x1*(-parseInt(_0x4d5ee7(0x165))/0x2)+parseInt(_0x4d5ee7(0x1cc))/0x3+-parseInt(_0x4d5ee7(0x1f3))/0x4+-parseInt(_0x4d5ee7(0x178))/0x5+-parseInt(_0x4d5ee7(0x179))/0x6*(-parseInt(_0x4d5ee7(0x17b))/0x7)+parseInt(_0x4d5ee7(0x1cd))/0x8+parseInt(_0x4d5ee7(0x188))/0x9*(parseInt(_0x4d5ee7(0x1a4))/0xa);if(_0x5e7ef9===_0x40e8ff)break;else _0x3588ab['push'](_0x3588ab['shift']());}catch(_0x1412c3){_0x3588ab['push'](_0x3588ab['shift']());}}}(a57_0x3865,0xbbdd9));const path=require('path'),util=require(a57_0x95c3e(0x19a)),bsSetupHelper=require('../helper'),logger=require(a57_0x95c3e(0x185))[a57_0x95c3e(0x14e)],{API_URL}=require(a57_0x95c3e(0x172)),PerformanceTester=require(a57_0x95c3e(0x1d6)),scripts=require('./scripts'),globals=require(a57_0x95c3e(0x1bb)),{A11Y_EVENTS:PerformanceA11yEvents}=require(a57_0x95c3e(0x186));exports['fetchPlatformDetails']=async _0x49aa74=>{const _0x5f155d=a57_0x95c3e,_0x4a5eaa={};_0x4a5eaa[_0x5f155d(0x19c)]=function(_0x5af194,_0x2cc29e){return _0x5af194===_0x2cc29e;},_0x4a5eaa['PdTfx']=_0x5f155d(0x1c6);const _0x37cb70=_0x4a5eaa;let _0xea401a={};try{const _0x3719f9=await _0x49aa74[_0x5f155d(0x1a0)]();_0xea401a={'os_name':_0x3719f9[_0x5f155d(0x1d7)](),'os_version':bsSetupHelper[_0x5f155d(0x1c3)](_0x37cb70[_0x5f155d(0x19c)](global[_0x5f155d(0x1a2)],_0x37cb70[_0x5f155d(0x1d8)])),'browser_name':_0x3719f9[_0x5f155d(0x17e)](),'browser_version':_0x3719f9[_0x5f155d(0x1f2)]()};}catch(_0x4225df){logger[_0x5f155d(0x1a7)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x4225df);}return _0xea401a;},exports[a57_0x95c3e(0x1ae)]=()=>{const _0x14266d=a57_0x95c3e,_0x37cf17={};_0x37cf17[_0x14266d(0x1f6)]=function(_0x49e581,_0x732cfd){return _0x49e581===_0x732cfd;},_0x37cf17['jBMRU']=_0x14266d(0x1fa),_0x37cf17['lBJEO']=function(_0x5ea2ff,_0x454965){return _0x5ea2ff>_0x454965;},_0x37cf17[_0x14266d(0x199)]=function(_0x42621c,_0x481492){return _0x42621c!==_0x481492;},_0x37cf17[_0x14266d(0x18a)]=_0x14266d(0x1f7),_0x37cf17[_0x14266d(0x1d0)]=function(_0x68e734,_0x21c21f){return _0x68e734&&_0x21c21f;};const _0x3b7606=_0x37cf17;try{if(!bsSetupHelper[_0x14266d(0x1eb)]())return![];const _0x510005=bsSetupHelper['isTrue'](process['env'][_0x14266d(0x19d)])||bsSetupHelper[_0x14266d(0x18d)](process[_0x14266d(0x1ef)][_0x14266d(0x15a)]),_0x23b785=_0x3b7606[_0x14266d(0x1f6)](typeof process[_0x14266d(0x1ef)][_0x14266d(0x1c0)],_0x3b7606[_0x14266d(0x1d1)])&&_0x3b7606[_0x14266d(0x1b5)](process[_0x14266d(0x1ef)]['BS_A11Y_JWT'][_0x14266d(0x1a5)],0x0)&&_0x3b7606[_0x14266d(0x199)](process[_0x14266d(0x1ef)]['BS_A11Y_JWT'],_0x3b7606[_0x14266d(0x18a)]);return _0x3b7606[_0x14266d(0x1d0)](_0x510005,_0x23b785);}catch(_0x15406c){logger[_0x14266d(0x1a7)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x15406c);}return![];},exports[a57_0x95c3e(0x173)]=(_0x16819b=null,_0x318b23=!![],_0x5c3a17=[])=>{const _0x2b721f=a57_0x95c3e,_0x3159e6={};_0x3159e6[_0x2b721f(0x161)]=function(_0x442f0b,_0x15778c){return _0x442f0b==_0x15778c;},_0x3159e6[_0x2b721f(0x1c1)]=function(_0x2eae50,_0x435488){return _0x2eae50>_0x435488;},_0x3159e6[_0x2b721f(0x1bf)]=function(_0x52f157,_0x499299){return _0x52f157===_0x499299;},_0x3159e6[_0x2b721f(0x1a1)]=function(_0x438c5b,_0x42a17e){return _0x438c5b&&_0x42a17e;};const _0x5c7347=_0x3159e6;if(_0x5c7347[_0x2b721f(0x161)](process[_0x2b721f(0x1ef)][_0x2b721f(0x1b4)],null))return!![];try{const _0x572cf5=JSON['parse'](process[_0x2b721f(0x1ef)][_0x2b721f(0x1b4)]),_0x63a22a=Array['isArray'](_0x572cf5[_0x2b721f(0x167)])?_0x572cf5[_0x2b721f(0x167)]:[],_0x1fa2fe=Array['isArray'](_0x572cf5[_0x2b721f(0x19b)])?_0x572cf5['excludeTagsInTestingScope']:[];if(bsSetupHelper[_0x2b721f(0x1e3)](_0x16819b)){if(_0x5c7347[_0x2b721f(0x1c1)](_0x5c3a17['length'],0x0)){const _0x400b71=_0x1fa2fe[_0x2b721f(0x1a6)](_0x1989cf=>_0x5c3a17[_0x2b721f(0x177)](_0x1989cf)),_0x3e56a3=_0x5c7347[_0x2b721f(0x1bf)](_0x63a22a[_0x2b721f(0x1a5)],0x0)||_0x63a22a['some'](_0x1fe243=>_0x5c3a17[_0x2b721f(0x177)](_0x1fe243));return _0x5c7347[_0x2b721f(0x1a1)](!_0x400b71,_0x3e56a3);}return!![];}let _0x4656e2;_0x318b23?_0x4656e2=_0x16819b[_0x2b721f(0x1ea)]('/'):_0x4656e2=_0x16819b;const _0x2fc258=_0x1fa2fe[_0x2b721f(0x1a6)](_0x4e13a5=>_0x4656e2[_0x2b721f(0x177)](_0x4e13a5)),_0xc9e087=_0x5c7347[_0x2b721f(0x1bf)](_0x63a22a[_0x2b721f(0x1a5)],0x0)||_0x63a22a[_0x2b721f(0x1a6)](_0x447ee5=>_0x4656e2[_0x2b721f(0x177)](_0x447ee5));return _0x5c7347[_0x2b721f(0x1a1)](!_0x2fc258,_0xc9e087);}catch(_0x4697be){logger[_0x2b721f(0x1a7)](_0x2b721f(0x1e5)+util[_0x2b721f(0x194)](_0x4697be));}return![];},exports[a57_0x95c3e(0x1e6)]=_0x4f1ab4=>{const _0xefc960=a57_0x95c3e;let _0x1fec93=![];try{_0x4f1ab4[_0xefc960(0x1d2)]['forEach'](_0x3f20f2=>{const _0x24f272=_0xefc960;if(bsSetupHelper['isTrue'](_0x3f20f2[_0x24f272(0x1f8)]))return _0x1fec93=!![],!![];});}catch(_0x4c61aa){logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4c61aa);}return _0x1fec93||bsSetupHelper[_0xefc960(0x18d)](_0x4f1ab4[_0xefc960(0x1f8)]);},exports[a57_0x95c3e(0x1a8)]=PerformanceTester[a57_0x95c3e(0x1c2)](a57_0x95c3e(0x150),async function(_0x238be9,_0x240837){const _0x3a3f39=a57_0x95c3e,_0x1e3b1b={};_0x1e3b1b['mHEBK']=_0x3a3f39(0x1ad),_0x1e3b1b['JUmxQ']=_0x3a3f39(0x152),_0x1e3b1b[_0x3a3f39(0x15d)]=_0x3a3f39(0x17a),_0x1e3b1b[_0x3a3f39(0x163)]='application/json',_0x1e3b1b['BXVsm']=_0x3a3f39(0x16f),_0x1e3b1b[_0x3a3f39(0x158)]=_0x3a3f39(0x190),_0x1e3b1b[_0x3a3f39(0x17c)]=function(_0x483b0b,_0x64d728){return _0x483b0b===_0x64d728;},_0x1e3b1b[_0x3a3f39(0x162)]=_0x3a3f39(0x16d),_0x1e3b1b[_0x3a3f39(0x18f)]='false';const _0x21819d=_0x1e3b1b,_0xb7161a=bsSetupHelper[_0x3a3f39(0x197)](_0x238be9),_0x36996d=bsSetupHelper[_0x3a3f39(0x1be)](_0x238be9);if(bsSetupHelper['isUndefined'](_0xb7161a)||bsSetupHelper[_0x3a3f39(0x1e3)](_0x36996d))return logger[_0x3a3f39(0x1ca)](_0x21819d[_0x3a3f39(0x1c7)]),[null,null];try{let _0xc27c21;bsSetupHelper[_0x3a3f39(0x1e3)](process[_0x3a3f39(0x1ef)][_0x3a3f39(0x1b4)])?_0xc27c21={}:_0xc27c21=JSON['parse'](process[_0x3a3f39(0x1ef)][_0x3a3f39(0x1b4)]);const {name:_0x3b5b72,version:_0x29e07e}=bsSetupHelper[_0x3a3f39(0x182)](_0x238be9,_0x240837),_0x50eec7={'projectName':_0x238be9[_0x3a3f39(0x1ba)],'buildName':_0x238be9[_0x3a3f39(0x16b)]||path[_0x3a3f39(0x1b1)](path[_0x3a3f39(0x171)](process['cwd']())),'startTime':new Date()[_0x3a3f39(0x164)](),'description':_0x238be9[_0x3a3f39(0x1f1)]||'','source':{'frameworkName':_0x240837['includes'](_0x21819d[_0x3a3f39(0x1de)])?_0x21819d[_0x3a3f39(0x1de)]:_0x240837,'frameworkVersion':bsSetupHelper[_0x3a3f39(0x1cf)](_0x240837),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x21819d['IXUZd'],'testFramework':_0x3b5b72,'testFrameworkVersion':_0x29e07e},'settings':_0xc27c21,'versionControl':await bsSetupHelper[_0x3a3f39(0x180)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper[_0x3a3f39(0x16e)](),'browserstackAutomation':bsSetupHelper[_0x3a3f39(0x1eb)]()},_0x38e7ed={};_0x38e7ed[_0x3a3f39(0x156)]=_0xb7161a,_0x38e7ed[_0x3a3f39(0x192)]=_0x36996d;const _0x5851cf={};_0x5851cf[_0x3a3f39(0x1f5)]=_0x21819d[_0x3a3f39(0x163)];const _0x2bb0a1={};_0x2bb0a1['auth']=_0x38e7ed,_0x2bb0a1['headers']=_0x5851cf;const _0x245f0b=_0x2bb0a1,_0x3a6c28={};_0x3a6c28[_0x3a3f39(0x198)]=_0x50eec7,_0x3a6c28[_0x3a3f39(0x191)]=!![];const _0x6e91b0=Object[_0x3a3f39(0x174)](_0x245f0b,_0x3a6c28),_0x252482=await bsSetupHelper[_0x3a3f39(0x1ee)](_0x21819d[_0x3a3f39(0x1ac)],_0x21819d['lDFgc'],_0x6e91b0,_0x238be9,API_URL);let _0x2ed089=process[_0x3a3f39(0x1ef)][_0x3a3f39(0x1b4)];return _0x2ed089?_0x2ed089=JSON[_0x3a3f39(0x1f9)](process[_0x3a3f39(0x1ef)][_0x3a3f39(0x1b4)]):_0x2ed089={},scripts[_0x3a3f39(0x154)](_0x252482['data'][_0x3a3f39(0x1d3)]),scripts[_0x3a3f39(0x18e)](),_0x2ed089[_0x3a3f39(0x168)]=_0x252482['data'][_0x3a3f39(0x1d3)][_0x3a3f39(0x168)],process[_0x3a3f39(0x1ef)][_0x3a3f39(0x1b4)]=JSON[_0x3a3f39(0x14d)](_0x2ed089),[_0x252482['data'][_0x3a3f39(0x1d3)][_0x3a3f39(0x1e2)],_0x252482[_0x3a3f39(0x1d3)]['data']['id']];}catch(_0x270dbe){if(_0x270dbe[_0x3a3f39(0x16a)])logger[_0x3a3f39(0x1ca)](_0x3a3f39(0x1ed)+_0x270dbe[_0x3a3f39(0x16a)][_0x3a3f39(0x166)]+'\x20'+_0x270dbe[_0x3a3f39(0x16a)]['statusText']+'\x20'+JSON[_0x3a3f39(0x14d)](_0x270dbe[_0x3a3f39(0x16a)][_0x3a3f39(0x1d3)]));else{if(_0x21819d[_0x3a3f39(0x17c)](_0x270dbe[_0x3a3f39(0x1c5)],_0x21819d['ThZbP'])){logger[_0x3a3f39(0x1ca)](_0x3a3f39(0x1ed)+(_0x270dbe[_0x3a3f39(0x1c5)]||_0x270dbe[_0x3a3f39(0x1b7)]));for(const _0xb19ff1 of _0x270dbe[_0x3a3f39(0x196)]){logger[_0x3a3f39(0x1ca)](_0xb19ff1[_0x3a3f39(0x1c5)]);}process[_0x3a3f39(0x1ef)][_0x3a3f39(0x19d)]=_0x21819d[_0x3a3f39(0x18f)],process['env'][_0x3a3f39(0x15a)]=_0x21819d['Nvdfl'];}else logger[_0x3a3f39(0x1ca)](_0x3a3f39(0x1ed)+(_0x270dbe[_0x3a3f39(0x1c5)]||_0x270dbe[_0x3a3f39(0x1b7)]));}return[null,null];}}),exports[a57_0x95c3e(0x1af)]=PerformanceTester[a57_0x95c3e(0x1c2)](a57_0x95c3e(0x155),async function(_0xa948e9){const _0x16db1e=a57_0x95c3e,_0xd51684={};_0xd51684[_0x16db1e(0x1c8)]=function(_0x3fdb82,_0x3d37fb){return _0x3fdb82!==_0x3d37fb;},_0xd51684[_0x16db1e(0x17f)]=_0x16db1e(0x1fa),_0xd51684[_0x16db1e(0x1df)]=_0x16db1e(0x1ca),_0xd51684[_0x16db1e(0x1e0)]=_0x16db1e(0x1b9),_0xd51684[_0x16db1e(0x1e4)]=_0x16db1e(0x183),_0xd51684[_0x16db1e(0x1a3)]=_0x16db1e(0x17d),_0xd51684[_0x16db1e(0x187)]=_0x16db1e(0x159),_0xd51684[_0x16db1e(0x176)]=function(_0x5c6bc9,_0x44e742){return _0x5c6bc9+_0x44e742;},_0xd51684['ZxeYg']=_0x16db1e(0x1db),_0xd51684[_0x16db1e(0x189)]=_0x16db1e(0x1f0);const _0x3cebec=_0xd51684;if(bsSetupHelper[_0x16db1e(0x1e3)](process[_0x16db1e(0x1ef)][_0x16db1e(0x1c0)])||_0x3cebec[_0x16db1e(0x1c8)](typeof process[_0x16db1e(0x1ef)][_0x16db1e(0x1c0)],_0x3cebec['yXLJe'])){const _0x55a3b9={};return _0x55a3b9[_0x16db1e(0x166)]=_0x3cebec[_0x16db1e(0x1df)],_0x55a3b9[_0x16db1e(0x1c5)]=_0x3cebec[_0x16db1e(0x1e0)],_0x55a3b9;}const _0x422f66={'endTime':new Date()['toISOString']()},_0xfdac4d={};_0xfdac4d[_0x16db1e(0x1b3)]='Bearer\x20'+process[_0x16db1e(0x1ef)][_0x16db1e(0x1c0)],_0xfdac4d[_0x16db1e(0x1f5)]=_0x3cebec['wMyNR'];const _0x1b63a1={};_0x1b63a1[_0x16db1e(0x193)]=_0xfdac4d;const _0x92c6ec=_0x1b63a1,_0x2e3646={};_0x2e3646[_0x16db1e(0x198)]=_0x422f66,_0x2e3646[_0x16db1e(0x14f)]=null,_0x2e3646['json']=!![];const _0x5a964a=Object[_0x16db1e(0x174)](_0x92c6ec,_0x2e3646);try{const _0x389ea3=await bsSetupHelper[_0x16db1e(0x1ee)](_0x3cebec[_0x16db1e(0x1a3)],_0x3cebec[_0x16db1e(0x187)],_0x5a964a,_0xa948e9,API_URL);if(_0x389ea3[_0x16db1e(0x1d3)][_0x16db1e(0x1ca)])throw new Error(_0x3cebec[_0x16db1e(0x176)](_0x3cebec[_0x16db1e(0x1c4)],_0x389ea3[_0x16db1e(0x1d3)]['error']));else{logger[_0x16db1e(0x170)](_0x16db1e(0x19f)+new Date()[_0x16db1e(0x164)]());const _0x446e26={};return _0x446e26[_0x16db1e(0x166)]=_0x3cebec[_0x16db1e(0x189)],_0x446e26[_0x16db1e(0x1c5)]='',_0x446e26;}}catch(_0xd7046e){_0xd7046e[_0x16db1e(0x16a)]?logger[_0x16db1e(0x1ca)](_0x16db1e(0x1ab)+_0xd7046e['response'][_0x16db1e(0x166)]+'\x20'+_0xd7046e[_0x16db1e(0x16a)]['statusText']+'\x20'+JSON[_0x16db1e(0x14d)](_0xd7046e[_0x16db1e(0x16a)]['data'])):logger[_0x16db1e(0x1ca)](_0x16db1e(0x1ab)+(_0xd7046e['message']||util['format'](_0xd7046e)));const _0x3b9254={};return _0x3b9254[_0x16db1e(0x166)]=_0x3cebec[_0x16db1e(0x1df)],_0x3b9254['message']=_0xd7046e[_0x16db1e(0x1c5)]||(_0xd7046e[_0x16db1e(0x16a)]?_0xd7046e[_0x16db1e(0x16a)][_0x16db1e(0x166)]+':'+_0xd7046e[_0x16db1e(0x16a)][_0x16db1e(0x16c)]:_0xd7046e),_0x3b9254;}}),exports['performScan']=async(_0xc61a5d,_0xdaec93=null)=>{const _0x464886=a57_0x95c3e,_0x2677a0={};_0x2677a0[_0x464886(0x1bd)]=_0x464886(0x1f4),_0x2677a0['hJtyX']=_0x464886(0x169),_0x2677a0[_0x464886(0x175)]=_0x464886(0x1b0);const _0x5c35e8=_0x2677a0;if(!this[_0x464886(0x1ae)]()||!globals['getGlobal'](_0x5c35e8[_0x464886(0x1bd)])||!globals[_0x464886(0x18b)](_0x5c35e8['hJtyX'])){logger[_0x464886(0x1fb)](_0x5c35e8['WOjii']);return;}await PerformanceTester[_0x464886(0x1c2)](PerformanceA11yEvents[_0x464886(0x1cb)],async()=>{const _0x805b60=_0x464886,_0x1ac244={};_0x1ac244[_0x805b60(0x1dc)]=_0xdaec93||global['browserstackSessionName'],logger[_0x805b60(0x1a7)](util[_0x805b60(0x194)](await _0xc61a5d[_0x805b60(0x195)](scripts['performScan'],_0x1ac244)));},{'command':_0xdaec93})();},exports['getAccessibilityResults']=async(_0x4e6788,_0x29e5e8)=>{const _0x36083b=a57_0x95c3e,_0x1ab936={};_0x1ab936[_0x36083b(0x184)]=_0x36083b(0x181),_0x1ab936[_0x36083b(0x15e)]='isAccessibilityPlatform',_0x1ab936[_0x36083b(0x1bc)]=_0x36083b(0x169),_0x1ab936[_0x36083b(0x1ce)]=_0x36083b(0x1b2),_0x1ab936[_0x36083b(0x1da)]='getAccessibilityResults',_0x1ab936[_0x36083b(0x1a9)]=_0x36083b(0x1c9);const _0x540b2c=_0x1ab936;if(!this[_0x36083b(0x1ae)]()||!globals[_0x36083b(0x18b)](_0x540b2c[_0x36083b(0x15e)])||!globals[_0x36083b(0x18b)](_0x540b2c[_0x36083b(0x1bc)]))return logger[_0x36083b(0x1fb)](_0x540b2c[_0x36083b(0x1ce)]),[];try{await PerformanceTester['measureWrapper'](PerformanceA11yEvents[_0x36083b(0x1cb)],async()=>{const _0x35ed40=_0x36083b;logger['debug'](_0x540b2c[_0x35ed40(0x184)]);const _0x30125={};_0x30125[_0x35ed40(0x1dc)]=_0x29e5e8[_0x35ed40(0x1e7)],logger[_0x35ed40(0x1a7)](util[_0x35ed40(0x194)](await _0x4e6788[_0x35ed40(0x195)](scripts[_0x35ed40(0x1d9)],_0x30125)));},{'command':_0x540b2c[_0x36083b(0x1da)]})(),await PerformanceTester['measureWrapper'](PerformanceA11yEvents['GET_RESULTS'],async()=>{const _0x131eed=_0x36083b,_0x4947b3=await _0x4e6788[_0x131eed(0x195)](scripts[_0x131eed(0x1d4)]);return _0x4947b3;})();}catch{return logger[_0x36083b(0x1ca)](_0x540b2c[_0x36083b(0x1a9)]),[];}},exports['getAccessibilityResultsSummary']=async(_0x27cecb,_0x1c6093)=>{const _0x2549be=a57_0x95c3e,_0x1fb0f6={};_0x1fb0f6[_0x2549be(0x18c)]=_0x2549be(0x15b),_0x1fb0f6[_0x2549be(0x19e)]=_0x2549be(0x1f4),_0x1fb0f6['UjXQk']='bstackA11yShouldScan',_0x1fb0f6[_0x2549be(0x1e8)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.',_0x1fb0f6[_0x2549be(0x1b8)]=_0x2549be(0x157),_0x1fb0f6[_0x2549be(0x15c)]=_0x2549be(0x15f);const _0x504f8c=_0x1fb0f6;if(!this['isAccessibilityAutomationSession']()||!globals[_0x2549be(0x18b)](_0x504f8c[_0x2549be(0x19e)])||!globals[_0x2549be(0x18b)](_0x504f8c[_0x2549be(0x1b6)]))return logger[_0x2549be(0x1fb)](_0x504f8c[_0x2549be(0x1e8)]),{};try{await PerformanceTester[_0x2549be(0x1c2)](PerformanceA11yEvents[_0x2549be(0x1cb)],async()=>{const _0x5355a8=_0x2549be;logger['debug'](_0x504f8c[_0x5355a8(0x18c)]);const _0x22615f={};_0x22615f['method']=_0x1c6093[_0x5355a8(0x1e7)],logger[_0x5355a8(0x1a7)](util['format'](await _0x27cecb[_0x5355a8(0x195)](scripts['performScan'],_0x22615f)));},{'command':_0x504f8c[_0x2549be(0x1b8)]})(),await PerformanceTester[_0x2549be(0x1c2)](PerformanceA11yEvents[_0x2549be(0x1dd)],async()=>{const _0x19341a=_0x2549be,_0xf68aad=await _0x27cecb[_0x19341a(0x195)](scripts[_0x19341a(0x151)]);return _0xf68aad;})();}catch{return logger[_0x2549be(0x1ca)](_0x504f8c[_0x2549be(0x15c)]),{};}},exports[a57_0x95c3e(0x1aa)]=_0xe22295=>{const _0x4bd243=a57_0x95c3e,_0x4b0f94={};_0x4b0f94['wBdoQ']=function(_0x1af447,_0x44bf3a){return _0x1af447===_0x44bf3a;},_0x4b0f94[_0x4bd243(0x1ec)]=_0x4bd243(0x1fa),_0x4b0f94['aKPHl']=_0x4bd243(0x1e9);const _0x124b28=_0x4b0f94;if(_0xe22295&&_0xe22295[_0x4bd243(0x153)]&&_0x124b28[_0x4bd243(0x1e1)](typeof _0xe22295[_0x4bd243(0x153)],_0x124b28[_0x4bd243(0x1ec)]))return _0xe22295[_0x4bd243(0x153)][_0x4bd243(0x177)](_0x124b28[_0x4bd243(0x1d5)]);return![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a58_0x2254(_0x4ec1e4,_0x4788ef){const _0x11123e=a58_0x1112();return a58_0x2254=function(_0x22545e,_0x42ba3a){_0x22545e=_0x22545e-0xff;let _0x85d828=_0x11123e[_0x22545e];return _0x85d828;},a58_0x2254(_0x4ec1e4,_0x4788ef);}const a58_0x986f00=a58_0x2254;(function(_0x58fa6b,_0x35d07a){const _0xbc4692=a58_0x2254,_0x356d7c=_0x58fa6b();while(!![]){try{const _0x3ba1f5=-parseInt(_0xbc4692(0x110))/0x1+-parseInt(_0xbc4692(0x10d))/0x2*(-parseInt(_0xbc4692(0x115))/0x3)+-parseInt(_0xbc4692(0x11c))/0x4*(parseInt(_0xbc4692(0x125))/0x5)+parseInt(_0xbc4692(0x124))/0x6+parseInt(_0xbc4692(0x112))/0x7+-parseInt(_0xbc4692(0x109))/0x8*(parseInt(_0xbc4692(0x100))/0x9)+parseInt(_0xbc4692(0x10e))/0xa;if(_0x3ba1f5===_0x35d07a)break;else _0x356d7c['push'](_0x356d7c['shift']());}catch(_0x3c4927){_0x356d7c['push'](_0x356d7c['shift']());}}}(a58_0x1112,0x7f6cf));const path=require(a58_0x986f00(0xff)),fs=require('fs'),logger=require(a58_0x986f00(0x10f))['winstonLogger'],helper=require(a58_0x986f00(0x108));class Scripts{constructor(){const _0xbf6cde=a58_0x986f00,_0xdebd61={};_0xdebd61[_0xbf6cde(0x126)]=_0xbf6cde(0x11b),_0xdebd61[_0xbf6cde(0x107)]='.browserstack',_0xdebd61[_0xbf6cde(0x101)]=_0xbf6cde(0x113);const _0x5f4d7f=_0xdebd61,_0x466c5d=_0x5f4d7f[_0xbf6cde(0x126)][_0xbf6cde(0x12a)]('|');let _0x126ce1=0x0;while(!![]){switch(_0x466c5d[_0x126ce1++]){case'0':this[_0xbf6cde(0x11f)]=null;continue;case'1':this['browserstackFolderPath']=path[_0xbf6cde(0x122)](helper[_0xbf6cde(0x11e)](),_0x5f4d7f[_0xbf6cde(0x107)]);continue;case'2':this[_0xbf6cde(0x106)]=path[_0xbf6cde(0x122)](this[_0xbf6cde(0x118)],_0x5f4d7f[_0xbf6cde(0x101)]);continue;case'3':this[_0xbf6cde(0x121)]();continue;case'4':this[_0xbf6cde(0x114)]=null;continue;case'5':this[_0xbf6cde(0x127)]=null;continue;case'6':this[_0xbf6cde(0x105)]=null;continue;}break;}}[a58_0x986f00(0x129)](_0x241381){const _0x180703=a58_0x986f00;_0x241381[_0x180703(0x103)]&&(this['performScan']=_0x241381[_0x180703(0x103)][_0x180703(0x10b)],this[_0x180703(0x11f)]=_0x241381[_0x180703(0x103)]['getResults'],this[_0x180703(0x114)]=_0x241381['scripts']['getResultsSummary'],this[_0x180703(0x127)]=_0x241381[_0x180703(0x103)][_0x180703(0x104)]),this[_0x180703(0x10c)]=_0x241381[_0x180703(0x117)];}[a58_0x986f00(0x10a)](_0x17d227){const _0x10bcd1=a58_0x986f00,_0xc9c434={};_0xc9c434[_0x10bcd1(0x123)]=function(_0x56ec9d,_0xf2e634){return _0x56ec9d!==_0xf2e634;};const _0x116be3=_0xc9c434;try{return _0x116be3[_0x10bcd1(0x123)](this[_0x10bcd1(0x10c)]['findIndex'](_0x275ad8=>_0x275ad8[_0x10bcd1(0x11a)][_0x10bcd1(0x116)]()===_0x17d227[_0x10bcd1(0x116)]()),-0x1);}catch(_0x493906){logger['debug'](_0x10bcd1(0x102)+_0x493906);}return![];}[a58_0x986f00(0x111)](){const _0x4efb3d=a58_0x986f00;!fs[_0x4efb3d(0x119)](this['browserstackFolderPath'])&&fs[_0x4efb3d(0x120)](this[_0x4efb3d(0x118)]),fs[_0x4efb3d(0x128)](this[_0x4efb3d(0x106)],JSON['stringify']({'scripts':{'scan':this[_0x4efb3d(0x105)],'getResults':this[_0x4efb3d(0x11f)],'getResultsSummary':this[_0x4efb3d(0x114)],'saveResults':this[_0x4efb3d(0x127)]},'commands':this[_0x4efb3d(0x10c)]}));}[a58_0x986f00(0x121)](){const _0x5a34e1=a58_0x986f00,_0x37a888={'utZAi':function(_0x3ea90f,_0x4a77e7){return _0x3ea90f(_0x4a77e7);}};fs[_0x5a34e1(0x119)](this['commandsPath'])&&this[_0x5a34e1(0x129)](_0x37a888[_0x5a34e1(0x11d)](require,this[_0x5a34e1(0x106)]));}}function a58_0x1112(){const _0x521a99=['4kyWKBk','utZAi','homedir','getResults','mkdirSync','fromJson','join','hEgMs','5991120RdyFeP','5013620ntqkjB','wYvAG','saveTestResults','writeFileSync','parseFromJson','split','path','18INzMHM','pSNQb','Exception\x20in\x20browserstack\x20accessibility\x20automation\x20with\x20error:\x20','scripts','saveResults','performScan','commandsPath','zcwuH','../helper','3171736fYdmSM','shouldWrapCommand','scan','commandsToWrap','30NEXwsV','3144230opgLfa','../../helpers/logger','538790qMtDVQ','toJson','4598895FfjqHq','commands.json','getResultsSummary','177291TePYGn','toLowerCase','commands','browserstackFolderPath','existsSync','name','6|0|4|5|1|2|3'];a58_0x1112=function(){return _0x521a99;};return a58_0x1112();}module['exports']=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a59_0x2cc21d=a59_0x4503;function a59_0x4503(_0x388c36,_0x198e48){const _0x13b49f=a59_0x13b4();return a59_0x4503=function(_0x450394,_0x513629){_0x450394=_0x450394-0x12b;let _0x45384c=_0x13b49f[_0x450394];return _0x45384c;},a59_0x4503(_0x388c36,_0x198e48);}function a59_0x13b4(){const _0x3fefcf=['config','executeScript','gvRom','replace','aiHeal_groupId','NzlJf','keys','getId','BrowserstackHealing.pollResult\x20method\x20timed\x20out','lmYio','s://','kxBsn','string','aiHeal_sessionToken','race','microsoftedge','BrowserstackHealing','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','setTcgToken','winstonLogger','forEach','parameters_','TCG_URL','handleFailure','19993830XccvBH','newCapabilities','pXIlB','isSelfHealEnabled','LdFrJ','healFailure','toLowerCase','split','BrowserstackHealing.logData\x20method\x20timed\x20out','getProjectName','XgiLo','initializeCapabilities','../../ai-sdk-node/bundle','nBPVb','cancel','\x22,\x20\x22tcgUrls\x22:\x20{\x22','732peXTZv','getSession','eAMGT','_handleEvent','pollResult','edgeOptions_','51880ZUOjAp','selector','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','fromEntries','locatorType','log','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','../logger','chrome','XVtio','framework','DLsOU','\x22:\x20{\x22endpoint\x22:\x20\x22','TCG_REGION','PhgYx','debug','safari','error','path','getCapabilities','aMVhz','getTestName','4145dfOSdO','Dgndi','eRDlc','gAgrV','1990734yHffdA','11ygvtMc','GakUi','safariOptions_','using','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','initializeHealingCapabilities','2273OrTIVY','794GSgSiR','lBEeC','10054962anbGFU','then','join','SBsRr','uPUUX','eioJV','WlNAR','\x22}}}','browserName','SrXyO','browserstackSessionName','2894394RHRdtv','firefox','HEALING_FAILURE_TIMEOUT','chromeOptions_','firefoxOptions_','../globals','locatorValue','phqBY','1057rvvseT','EFniA','value','aiHealing','WjkqI','message','fqIDK','BrowserstackHealingLogDataFailed','\x20command','LzuqV','freeze','ctOab','aiHeal_isGroupAIEnabled','jSGra','setToken','aiHeal_userId','BrowserstackHealing.setToken\x20method\x20timed\x20out','getGlobal','BrowserstackHealing.healFailure\x20method\x20timed\x20out','Unable\x20to\x20load\x20healing\x20module,\x20error:\x20','BrowserstackHealingHealFailureFailed'];a59_0x13b4=function(){return _0x3fefcf;};return a59_0x13b4();}(function(_0x4793a1,_0x2cb653){const _0x2d4ae7=a59_0x4503,_0x1bb1ad=_0x4793a1();while(!![]){try{const _0x371503=-parseInt(_0x2d4ae7(0x178))/0x1*(parseInt(_0x2d4ae7(0x179))/0x2)+-parseInt(_0x2d4ae7(0x186))/0x3+-parseInt(_0x2d4ae7(0x151))/0x4*(-parseInt(_0x2d4ae7(0x16d))/0x5)+parseInt(_0x2d4ae7(0x171))/0x6+-parseInt(_0x2d4ae7(0x18e))/0x7*(parseInt(_0x2d4ae7(0x157))/0x8)+parseInt(_0x2d4ae7(0x17b))/0x9+parseInt(_0x2d4ae7(0x141))/0xa*(parseInt(_0x2d4ae7(0x172))/0xb);if(_0x371503===_0x2cb653)break;else _0x1bb1ad['push'](_0x1bb1ad['shift']());}catch(_0x3c0749){_0x1bb1ad['push'](_0x1bb1ad['shift']());}}}(a59_0x13b4,0xb8013));const path=require(a59_0x2cc21d(0x169)),{commandRepository}=require('./autoHealHelper'),constants=require('../../bin/utils/constants'),logger=require(a59_0x2cc21d(0x15e))[a59_0x2cc21d(0x13c)],globals=require(a59_0x2cc21d(0x18b)),timeoutPromise=require('../../helpers/timeoutPromise'),isUndefinedOrNull=_0x33f046=>_0x33f046===undefined||_0x33f046===null||_0x33f046==='',isNotUndefinedOrNull=_0x12739d=>!isUndefinedOrNull(_0x12739d),isString=_0x484b24=>isNotUndefinedOrNull(_0x484b24)&&typeof _0x484b24===a59_0x2cc21d(0x135);class AiSdkWrapper{constructor(){const _0x183e42=a59_0x2cc21d,_0xe3e513={'ypxZm':function(_0x5ed88b,_0x508eb2){return _0x5ed88b(_0x508eb2);},'semTu':_0x183e42(0x14d)};this[_0x183e42(0x139)]=undefined;try{this[_0x183e42(0x139)]=_0xe3e513['ypxZm'](require,path[_0x183e42(0x17d)](__dirname,_0xe3e513['semTu']));}catch(_0x40a963){logger[_0x183e42(0x168)](_0x183e42(0x1a1)+(_0x40a963&&_0x40a963[_0x183e42(0x193)]?_0x40a963[_0x183e42(0x193)]:''));}}[a59_0x2cc21d(0x177)](_0x3a61ca){const _0x1a82f9=a59_0x2cc21d,_0x346eae={};_0x346eae[_0x1a82f9(0x184)]=_0x1a82f9(0x142),_0x346eae[_0x1a82f9(0x134)]=function(_0x24ade8,_0x550bf1){return _0x24ade8===_0x550bf1;},_0x346eae[_0x1a82f9(0x160)]=_0x1a82f9(0x15f),_0x346eae[_0x1a82f9(0x192)]=_0x1a82f9(0x187),_0x346eae[_0x1a82f9(0x132)]=function(_0x23cd72,_0x491373){return _0x23cd72===_0x491373;},_0x346eae[_0x1a82f9(0x18f)]=_0x1a82f9(0x167),_0x346eae[_0x1a82f9(0x18d)]='edge',_0x346eae[_0x1a82f9(0x143)]=_0x1a82f9(0x138),_0x346eae[_0x1a82f9(0x14b)]=function(_0x1cb16a,_0x1f00b0){return _0x1cb16a===_0x1f00b0;};const _0x47bff8=_0x346eae;try{const _0xb4558d=this['BrowserstackHealing'][_0x1a82f9(0x14c)](Object[_0x1a82f9(0x15a)](_0x3a61ca[_0x1a82f9(0x16a)]()['map_']));console[_0x1a82f9(0x15c)](_0x47bff8[_0x1a82f9(0x184)],_0xb4558d);if(_0x47bff8[_0x1a82f9(0x134)](_0xb4558d?.[_0x1a82f9(0x183)]?.['toLowerCase'](),_0x47bff8['XVtio']))_0x3a61ca[_0x1a82f9(0x189)]=_0xb4558d;else{if(_0x47bff8['kxBsn'](_0xb4558d?.[_0x1a82f9(0x183)]?.[_0x1a82f9(0x147)](),_0x47bff8[_0x1a82f9(0x192)]))_0x3a61ca[_0x1a82f9(0x18a)]=_0xb4558d;else{if(_0x47bff8[_0x1a82f9(0x132)](_0xb4558d?.[_0x1a82f9(0x183)]?.[_0x1a82f9(0x147)](),_0x47bff8['EFniA']))_0x3a61ca[_0x1a82f9(0x174)]=_0xb4558d;else{if(_0x47bff8['lmYio'](_0xb4558d?.[_0x1a82f9(0x183)]?.[_0x1a82f9(0x147)](),_0x47bff8['phqBY'])||_0x47bff8['kxBsn'](_0xb4558d?.[_0x1a82f9(0x183)]?.[_0x1a82f9(0x147)](),_0x47bff8[_0x1a82f9(0x143)]))_0x3a61ca[_0x1a82f9(0x156)]=_0xb4558d;else _0x47bff8[_0x1a82f9(0x14b)](_0xb4558d?.['browserName']?.[_0x1a82f9(0x147)](),'ie')&&(_0x3a61ca['ieOptions_']=_0xb4558d);}}}Object[_0x1a82f9(0x12f)](_0xb4558d)[_0x1a82f9(0x13d)](_0x1fe934=>{const _0x33f8de=_0x3a61ca['capabilities_']['get'](_0x1fe934);_0x3a61ca['capabilities_']['set'](_0x1fe934,_0xb4558d[_0x1fe934]);});}catch(_0x1e47d){logger['error'](_0x1a82f9(0x176)+(_0x1e47d&&_0x1e47d[_0x1a82f9(0x193)]?_0x1e47d[_0x1a82f9(0x193)]:''));}}async[a59_0x2cc21d(0x13b)](_0x5f4f5b){const _0x54f974=a59_0x2cc21d,_0x490751={'nBPVb':function(_0x201f6c,_0x55254b,_0x5cbcc6,_0x120344,_0x40d042,_0x4214b8,_0x1b6dc3){return _0x201f6c(_0x55254b,_0x5cbcc6,_0x120344,_0x40d042,_0x4214b8,_0x1b6dc3);},'Dgndi':_0x54f974(0x19e),'nyNhU':'BrowserstackHealingSetTcgTokenFailed','eRDlc':_0x54f974(0x136)},_0x115519=new Date(),_0x55a465=_0x490751[_0x54f974(0x14e)](timeoutPromise,constants['SET_TCG_TOKEN_TIMEOUT'],_0x490751[_0x54f974(0x16e)],_0x490751['nyNhU'],_0x115519,this[_0x54f974(0x1a3)],this[_0x54f974(0x161)]);await Promise[_0x54f974(0x137)]([this[_0x54f974(0x139)][_0x54f974(0x19c)](_0x5f4f5b,globals['getGlobal'](_0x490751[_0x54f974(0x16f)]),constants[_0x54f974(0x13f)])[_0x54f974(0x17c)](()=>{const _0x471049=_0x54f974;_0x55a465[_0x471049(0x14f)]();}),_0x55a465]);}async['_handleEvent'](_0x2d7512,_0x566931,_0x14ee08,_0x471f49){const _0x57a34c=a59_0x2cc21d,_0x346bca={'aMVhz':function(_0x5c11ea,_0x328060){return _0x5c11ea===_0x328060;},'gvRom':function(_0x23c613,_0x2f88d6){return _0x23c613===_0x2f88d6;},'WlNAR':function(_0x5f2ce1,_0x3629fa){return _0x5f2ce1(_0x3629fa);},'lBEeC':function(_0x475bba,_0xc6fbbe){return _0x475bba(_0xc6fbbe);},'gAgrV':function(_0x47aa46,_0x3992d3){return _0x47aa46(_0x3992d3);},'eioJV':function(_0x2aa4e7,_0x15e3ab){return _0x2aa4e7(_0x15e3ab);},'ctOab':function(_0x5c7e4b,_0xf154b1){return _0x5c7e4b(_0xf154b1);},'jSGra':function(_0x240285,_0x4105f9){return _0x240285(_0x4105f9);},'PhgYx':function(_0x2714d5,_0x112f3a){return _0x2714d5(_0x112f3a);},'uPUUX':_0x57a34c(0x133),'puycR':function(_0x21ce6d,_0x28b3a3){return _0x21ce6d(_0x28b3a3);},'NzlJf':_0x57a34c(0x19d),'GakUi':_0x57a34c(0x12d),'DLsOU':_0x57a34c(0x19a),'LdFrJ':function(_0x5d4832,_0xc5b33a,_0x5ea7a7,_0x2fa80f,_0x2f7ccf,_0x314d74,_0x2405b9){return _0x5d4832(_0xc5b33a,_0x5ea7a7,_0x2fa80f,_0x2f7ccf,_0x314d74,_0x2405b9);},'fqIDK':_0x57a34c(0x149),'LzuqV':_0x57a34c(0x195),'SBsRr':_0x57a34c(0x1a0),'ZDNkA':_0x57a34c(0x1a2)},_0xf8a30c=(await _0x566931[_0x57a34c(0x152)]())[_0x57a34c(0x130)]();let _0x4ea28c='';if(commandRepository[_0x57a34c(0x144)]()&&_0x346bca[_0x57a34c(0x16b)](_0x471f49,![])||_0x346bca[_0x57a34c(0x12b)](_0x471f49,!![])){const _0x1c8193=_0x346bca[_0x57a34c(0x181)](isNotUndefinedOrNull,_0x14ee08[_0x57a34c(0x13e)]['using'])&&_0x346bca[_0x57a34c(0x17a)](isString,_0x14ee08[_0x57a34c(0x13e)][_0x57a34c(0x175)])?_0x14ee08[_0x57a34c(0x13e)][_0x57a34c(0x175)][_0x57a34c(0x12c)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x4f0858=_0x346bca[_0x57a34c(0x17a)](isNotUndefinedOrNull,_0x14ee08[_0x57a34c(0x13e)][_0x57a34c(0x175)])&&_0x346bca['gAgrV'](isString,_0x14ee08[_0x57a34c(0x13e)][_0x57a34c(0x190)])?_0x14ee08[_0x57a34c(0x13e)][_0x57a34c(0x190)]['replace'](/'/g,'\x5c\x27')[_0x57a34c(0x12c)](/"/g,'\x5c\x22'):'',_0x28b870=_0x346bca[_0x57a34c(0x170)](isNotUndefinedOrNull,commandRepository[_0x57a34c(0x14a)]())&&_0x346bca[_0x57a34c(0x180)](isString,commandRepository[_0x57a34c(0x14a)]())?commandRepository[_0x57a34c(0x14a)]()[_0x57a34c(0x12c)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'';let _0x228f8c=_0x346bca[_0x57a34c(0x17a)](isNotUndefinedOrNull,global[_0x57a34c(0x185)])&&_0x346bca[_0x57a34c(0x199)](isString,global['browserstackSessionName'])?global[_0x57a34c(0x185)][_0x57a34c(0x12c)](/'/g,'\x5c\x27')[_0x57a34c(0x12c)](/"/g,'\x5c\x22'):'';!_0x228f8c&&(_0x228f8c=_0x346bca[_0x57a34c(0x19b)](isNotUndefinedOrNull,commandRepository['getTestName']())&&_0x346bca[_0x57a34c(0x165)](isString,commandRepository[_0x57a34c(0x16c)]())?commandRepository[_0x57a34c(0x16c)]()[_0x57a34c(0x12c)](/'/g,'\x5c\x27')[_0x57a34c(0x12c)](/"/g,'\x5c\x22'):'');let _0x14765d='{\x22region\x22:\x20\x22'+constants[_0x57a34c(0x164)]+_0x57a34c(0x150)+constants[_0x57a34c(0x164)]+_0x57a34c(0x163)+constants[_0x57a34c(0x13f)][_0x57a34c(0x148)](_0x346bca[_0x57a34c(0x17f)])[0x1]+_0x57a34c(0x182);_0x14765d=_0x346bca['puycR'](isNotUndefinedOrNull,_0x14765d)&&_0x346bca[_0x57a34c(0x181)](isString,_0x14765d)?_0x14765d[_0x57a34c(0x12c)](/'/g,'\x5c\x27')[_0x57a34c(0x12c)](/"/g,'\x5c\x22'):'';const _0x568a53=commandRepository['getCommands'](_0xf8a30c),_0x44801a=globals[_0x57a34c(0x19f)](_0x346bca[_0x57a34c(0x12e)]),_0x5df0a0=globals[_0x57a34c(0x19f)](_0x346bca[_0x57a34c(0x173)]),_0x11ea17=globals[_0x57a34c(0x19f)](_0x346bca[_0x57a34c(0x162)]),_0x4b8f62=![],_0x2b199d=new Date();if(_0x471f49){const _0x49853a=_0x346bca[_0x57a34c(0x145)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x346bca[_0x57a34c(0x194)],_0x346bca[_0x57a34c(0x197)],_0x2b199d,this[_0x57a34c(0x1a3)],this[_0x57a34c(0x161)]);_0x4ea28c=await Promise[_0x57a34c(0x137)]([this[_0x57a34c(0x139)]['logData'](_0x1c8193,_0x4f0858,_0x28b870,_0x228f8c,_0x5df0a0,_0xf8a30c,_0x568a53,_0x14765d)['then'](_0xd53e00=>{const _0x4ff1a8=_0x57a34c;return _0x49853a[_0x4ff1a8(0x14f)](),_0xd53e00;}),_0x49853a]);}else{if(commandRepository[_0x57a34c(0x144)]()){const _0x153c76=_0x346bca['LdFrJ'](timeoutPromise,constants[_0x57a34c(0x188)],_0x346bca[_0x57a34c(0x17e)],_0x346bca['ZDNkA'],_0x2b199d,this['config'],this['framework']);_0x4ea28c=await Promise['race']([this[_0x57a34c(0x139)][_0x57a34c(0x146)](_0x1c8193,_0x4f0858,_0x28b870,_0x228f8c,_0x44801a,_0x5df0a0,_0xf8a30c,_0x568a53,_0x4b8f62,_0x11ea17,_0x14765d)[_0x57a34c(0x17c)](_0x433861=>{const _0x3b34bf=_0x57a34c;return _0x153c76[_0x3b34bf(0x14f)](),_0x433861;}),_0x153c76]);}}_0x4ea28c&&await _0x566931[_0x57a34c(0x1a4)](_0x4ea28c);}}async['handleSuccess'](_0x7e1df2,_0x5c137e,_0xf973ee){const _0x1f8fa5=a59_0x2cc21d;try{await this['_handleEvent'](_0x7e1df2,_0x5c137e,_0xf973ee,!![]);}catch(_0x18946b){return logger['error'](_0x1f8fa5(0x15d)+(_0x18946b&&_0x18946b[_0x1f8fa5(0x193)]?_0x18946b[_0x1f8fa5(0x193)]:'')),![];}return!![];}async[a59_0x2cc21d(0x140)](_0x1915fb,_0x209799,_0x40d585){const _0x2f2540=a59_0x2cc21d,_0x8a2deb={'PZlBg':function(_0x27c424,_0x26a1a0,_0x6aec49,_0x1b7296,_0xe6aa1e,_0x509945,_0x372a5d){return _0x27c424(_0x26a1a0,_0x6aec49,_0x1b7296,_0xe6aa1e,_0x509945,_0x372a5d);},'ivfYP':_0x2f2540(0x131),'jIpzZ':'BrowserstackHealingPollResultFailed','eAMGT':_0x2f2540(0x136)};try{await this[_0x2f2540(0x154)](_0x1915fb,_0x209799,_0x40d585,![]);const _0x1cf266=(await _0x209799['getSession']())[_0x2f2540(0x130)](),_0x5bd5f0=new Date(),_0x95f194=_0x8a2deb['PZlBg'](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x8a2deb['ivfYP'],_0x8a2deb['jIpzZ'],_0x5bd5f0,this['config'],this[_0x2f2540(0x161)]),_0x4d7182=await Promise['race']([this[_0x2f2540(0x139)][_0x2f2540(0x155)](constants['TCG_URL'],_0x1cf266,globals[_0x2f2540(0x19f)](_0x8a2deb[_0x2f2540(0x153)]))[_0x2f2540(0x17c)](_0x3dd486=>{const _0x387be5=_0x2f2540;return _0x95f194[_0x387be5(0x14f)](),_0x3dd486;}),_0x95f194]);if(_0x4d7182&&_0x4d7182[_0x2f2540(0x158)]&&_0x4d7182[_0x2f2540(0x190)]){const _0x2c8db5={};return _0x2c8db5[_0x2f2540(0x15b)]=_0x4d7182[_0x2f2540(0x158)],_0x2c8db5[_0x2f2540(0x18c)]=_0x4d7182[_0x2f2540(0x190)],_0x2c8db5[_0x2f2540(0x191)]=!![],_0x2c8db5;}const _0x2d0ff8={};return _0x2d0ff8[_0x2f2540(0x15b)]=_0x40d585[_0x2f2540(0x13e)][_0x2f2540(0x175)],_0x2d0ff8[_0x2f2540(0x18c)]=_0x4d7182[_0x2f2540(0x190)],_0x2d0ff8[_0x2f2540(0x191)]=!![],_0x2d0ff8;}catch(_0x296786){return logger[_0x2f2540(0x166)](_0x2f2540(0x159)+(_0x296786&&_0x296786[_0x2f2540(0x193)]?_0x296786[_0x2f2540(0x193)]:'')),logger['info'](_0x2f2540(0x13a)+_0x40d585['name_']+_0x2f2540(0x196)),_0x40d585;}}}exports['aiSdkWrapper']=Object[a59_0x2cc21d(0x198)](new AiSdkWrapper());
|
|
1
|
+
const a59_0x656f8c=a59_0x53f1;function a59_0x27ea(){const _0x11c45b=['edge','BrowserstackHealing.pollResult\x20method\x20timed\x20out','aemMf','handleSuccess','cancel','BrowserstackHealing.setToken\x20method\x20timed\x20out','Error\x20in\x20(healing)\x20handling\x20failure\x20event.\x20ERROR:\x20','BrowserstackHealingSetTcgTokenFailed','getId','Error\x20in\x20initialising\x20healing\x20capabilities\x20,\x20error:\x20','getGlobal','safariOptions_','BrowserstackHealing.healFailure\x20method\x20timed\x20out','log','keys','6367782GwrwnN','toLowerCase','forEach','hVTCt','\x22:\x20{\x22endpoint\x22:\x20\x22','path','locatorType','qHwsV','setTcgToken','s://','TCG_REGION','locatorValue','bEvtd','firefox','split','freeze','aiHeal_sessionToken','TClRl','TmzKq','SET_TCG_TOKEN_TIMEOUT','yVnMh','firefoxOptions_','isSelfHealEnabled','ieOptions_','aiHeal_groupId','initializeCapabilities','FcUyO','Error\x20in\x20(healing)\x20success\x20event.\x20ERROR:\x20','then','../../bin/utils/constants','agYio','\x22}}}','Healing\x20Failed,\x20Browserstack\x20AI\x20could\x20not\x20heal\x20the\x20','392CRnCRT','BrowserstackHealingHealFailureFailed','mOujX','Reppy','config','_handleEvent','SHYvN','VkgIB','jhxRz','Wcbjw','string','aiHealing','./autoHealHelper','chromeOptions_','replace','error','getCommands','getTestName','selector','framework','capabilities_','xjVDm','SmDzU','getProjectName','winstonLogger','microsoftedge','parameters_','medIu','join','set','KiHDo','browserstackSessionName','race','info','1654312uHHRoG','2076676IDKdCc','pollResult','511362PWYDay','13564vTDFcw','VbENL','650265ywsiOf','fromEntries','Ircgm','wttEO','logData','chrome','edgeOptions_','MvMOL','zaEMq','JMyTP','1525OzhPRh','\x20command','healFailure','getSession','TCG_URL','MsfPg','getCapabilities','rORLq','browserName','initializeHealingCapabilities','name_','value','../../ai-sdk-node/bundle','102321rvVOnc','setToken','../globals','using','Ildno','message','safari','FMboF','BrowserstackHealing','NgOJE'];a59_0x27ea=function(){return _0x11c45b;};return a59_0x27ea();}(function(_0x49e3d8,_0x25300b){const _0x1571ce=a59_0x53f1,_0x1bfcbe=_0x49e3d8();while(!![]){try{const _0x234275=parseInt(_0x1571ce(0x151))/0x1+parseInt(_0x1571ce(0x14e))/0x2+parseInt(_0x1571ce(0xdb))/0x3+parseInt(_0x1571ce(0x152))/0x4*(parseInt(_0x1571ce(0xe5))/0x5)+-parseInt(_0x1571ce(0x10b))/0x6+-parseInt(_0x1571ce(0x14f))/0x7+-parseInt(_0x1571ce(0x12c))/0x8*(parseInt(_0x1571ce(0xf2))/0x9);if(_0x234275===_0x25300b)break;else _0x1bfcbe['push'](_0x1bfcbe['shift']());}catch(_0x3aae26){_0x1bfcbe['push'](_0x1bfcbe['shift']());}}}(a59_0x27ea,0xa4ab2));function a59_0x53f1(_0x5036a1,_0x3ac151){const _0x27ea21=a59_0x27ea();return a59_0x53f1=function(_0x53f13d,_0x15c10b){_0x53f13d=_0x53f13d-0xda;let _0x15f312=_0x27ea21[_0x53f13d];return _0x15f312;},a59_0x53f1(_0x5036a1,_0x3ac151);}const path=require(a59_0x656f8c(0x110)),{commandRepository}=require(a59_0x656f8c(0x138)),constants=require(a59_0x656f8c(0x128)),logger=require('../logger')[a59_0x656f8c(0x144)],globals=require(a59_0x656f8c(0xf4)),timeoutPromise=require('../../helpers/timeoutPromise'),isUndefinedOrNull=_0x38f52f=>_0x38f52f===undefined||_0x38f52f===null||_0x38f52f==='',isNotUndefinedOrNull=_0x3a02fd=>!isUndefinedOrNull(_0x3a02fd),isString=_0x319227=>isNotUndefinedOrNull(_0x319227)&&typeof _0x319227===a59_0x656f8c(0x136);class AiSdkWrapper{constructor(){const _0x52bcb6=a59_0x656f8c,_0x21542b={'NympO':function(_0x1114f7,_0x2e2f7a){return _0x1114f7(_0x2e2f7a);},'wttEO':_0x52bcb6(0xf1)};this[_0x52bcb6(0xfa)]=undefined;try{this[_0x52bcb6(0xfa)]=_0x21542b['NympO'](require,path[_0x52bcb6(0x148)](__dirname,_0x21542b[_0x52bcb6(0xde)]));}catch(_0x137488){logger[_0x52bcb6(0x13b)]('Unable\x20to\x20load\x20healing\x20module,\x20error:\x20'+(_0x137488&&_0x137488[_0x52bcb6(0xf7)]?_0x137488[_0x52bcb6(0xf7)]:''));}}[a59_0x656f8c(0xee)](_0x515c2f){const _0x389fe9=a59_0x656f8c,_0x468f19={};_0x468f19[_0x389fe9(0x117)]='newCapabilities',_0x468f19[_0x389fe9(0xea)]=function(_0x5dfeb4,_0x5f7577){return _0x5dfeb4===_0x5f7577;},_0x468f19[_0x389fe9(0xf9)]=_0x389fe9(0xe0),_0x468f19[_0x389fe9(0xfe)]=function(_0x46bbf8,_0x277f3f){return _0x46bbf8===_0x277f3f;},_0x468f19[_0x389fe9(0x11f)]=_0x389fe9(0x118),_0x468f19[_0x389fe9(0x125)]=_0x389fe9(0xf8),_0x468f19[_0x389fe9(0x129)]=function(_0x4a2bad,_0x2500f5){return _0x4a2bad===_0x2500f5;},_0x468f19[_0x389fe9(0x141)]=_0x389fe9(0xfc),_0x468f19[_0x389fe9(0xdd)]=_0x389fe9(0x145),_0x468f19[_0x389fe9(0xe3)]=function(_0x4177ef,_0x23cbfe){return _0x4177ef===_0x23cbfe;};const _0x2df5ac=_0x468f19;try{const _0x20da4c=this[_0x389fe9(0xfa)][_0x389fe9(0x124)](Object[_0x389fe9(0xdc)](_0x515c2f[_0x389fe9(0xeb)]()['map_']));console[_0x389fe9(0x109)](_0x2df5ac['bEvtd'],_0x20da4c);if(_0x2df5ac[_0x389fe9(0xea)](_0x20da4c?.[_0x389fe9(0xed)]?.['toLowerCase'](),_0x2df5ac[_0x389fe9(0xf9)]))_0x515c2f[_0x389fe9(0x139)]=_0x20da4c;else{if(_0x2df5ac['aemMf'](_0x20da4c?.['browserName']?.[_0x389fe9(0x10c)](),_0x2df5ac[_0x389fe9(0x11f)]))_0x515c2f[_0x389fe9(0x120)]=_0x20da4c;else{if(_0x2df5ac[_0x389fe9(0xfe)](_0x20da4c?.[_0x389fe9(0xed)]?.['toLowerCase'](),_0x2df5ac['FcUyO']))_0x515c2f[_0x389fe9(0x107)]=_0x20da4c;else{if(_0x2df5ac[_0x389fe9(0x129)](_0x20da4c?.[_0x389fe9(0xed)]?.[_0x389fe9(0x10c)](),_0x2df5ac[_0x389fe9(0x141)])||_0x2df5ac['agYio'](_0x20da4c?.['browserName']?.[_0x389fe9(0x10c)](),_0x2df5ac['Ircgm']))_0x515c2f[_0x389fe9(0xe1)]=_0x20da4c;else _0x2df5ac[_0x389fe9(0xe3)](_0x20da4c?.[_0x389fe9(0xed)]?.['toLowerCase'](),'ie')&&(_0x515c2f[_0x389fe9(0x122)]=_0x20da4c);}}}Object[_0x389fe9(0x10a)](_0x20da4c)[_0x389fe9(0x10d)](_0x57bf53=>{const _0x5b3473=_0x389fe9,_0x202161=_0x515c2f[_0x5b3473(0x140)]['get'](_0x57bf53);_0x515c2f[_0x5b3473(0x140)][_0x5b3473(0x149)](_0x57bf53,_0x20da4c[_0x57bf53]);});}catch(_0x4e3e56){logger[_0x389fe9(0x13b)](_0x389fe9(0x105)+(_0x4e3e56&&_0x4e3e56[_0x389fe9(0xf7)]?_0x4e3e56[_0x389fe9(0xf7)]:''));}}async[a59_0x656f8c(0x113)](_0x1d2dc8){const _0x7311c1=a59_0x656f8c,_0x4c0038={'Wcbjw':function(_0x4cde59,_0x3e808d,_0x1dabeb,_0x209854,_0x166fc5,_0x5cee88,_0x16b4e5){return _0x4cde59(_0x3e808d,_0x1dabeb,_0x209854,_0x166fc5,_0x5cee88,_0x16b4e5);},'JMyTP':_0x7311c1(0x101),'SHYvN':_0x7311c1(0x103),'ZvGHx':_0x7311c1(0x11b)},_0x4a68b2=new Date(),_0x155a01=_0x4c0038[_0x7311c1(0x135)](timeoutPromise,constants[_0x7311c1(0x11e)],_0x4c0038[_0x7311c1(0xe4)],_0x4c0038[_0x7311c1(0x132)],_0x4a68b2,this[_0x7311c1(0x130)],this[_0x7311c1(0x13f)]);await Promise[_0x7311c1(0x14c)]([this['BrowserstackHealing'][_0x7311c1(0xf3)](_0x1d2dc8,globals[_0x7311c1(0x106)](_0x4c0038['ZvGHx']),constants['TCG_URL'])[_0x7311c1(0x127)](()=>{const _0x1a1de7=_0x7311c1;_0x155a01[_0x1a1de7(0x100)]();}),_0x155a01]);}async['_handleEvent'](_0x1f81f7,_0x1fba97,_0x2c5e47,_0x330777){const _0x4fa661=a59_0x656f8c,_0x22ba80={'MvMOL':function(_0x1c9ed4,_0x21bcc8){return _0x1c9ed4===_0x21bcc8;},'SmDzU':function(_0x5a21a1,_0xe0465d){return _0x5a21a1===_0xe0465d;},'TmzKq':function(_0x35110d,_0xc61ab0){return _0x35110d(_0xc61ab0);},'AyTZp':function(_0x47bcff,_0x1cd341){return _0x47bcff(_0x1cd341);},'jhxRz':function(_0x354f3e,_0x1e1db5){return _0x354f3e(_0x1e1db5);},'oiRAB':function(_0x50e785,_0x4faf5e){return _0x50e785(_0x4faf5e);},'hVTCt':function(_0x598067,_0x3eb94d){return _0x598067(_0x3eb94d);},'Reppy':function(_0x20aaac,_0x546960){return _0x20aaac(_0x546960);},'GjWfr':_0x4fa661(0x114),'EMrlN':function(_0x5c9263,_0x564d70){return _0x5c9263(_0x564d70);},'hvukF':'aiHeal_userId','mOujX':_0x4fa661(0x123),'Ildno':'aiHeal_isGroupAIEnabled','KiHDo':function(_0x301483,_0x19d00b,_0x322a26,_0x53924d,_0x1c4f08,_0x50a883,_0x4d53c6){return _0x301483(_0x19d00b,_0x322a26,_0x53924d,_0x1c4f08,_0x50a883,_0x4d53c6);},'VbENL':'BrowserstackHealing.logData\x20method\x20timed\x20out','VkgIB':'BrowserstackHealingLogDataFailed','IjfBO':function(_0x2e2ff8,_0x2f3fb2,_0x12b0d5,_0x304127,_0x39164a,_0xc5eb21,_0x219bda){return _0x2e2ff8(_0x2f3fb2,_0x12b0d5,_0x304127,_0x39164a,_0xc5eb21,_0x219bda);},'rORLq':_0x4fa661(0x108),'qHwsV':_0x4fa661(0x12d)},_0x50dc30=(await _0x1fba97[_0x4fa661(0xe8)]())[_0x4fa661(0x104)]();let _0x21b4c4='';if(commandRepository[_0x4fa661(0x121)]()&&_0x22ba80[_0x4fa661(0xe2)](_0x330777,![])||_0x22ba80[_0x4fa661(0x142)](_0x330777,!![])){const _0x452668=_0x22ba80[_0x4fa661(0x11d)](isNotUndefinedOrNull,_0x2c5e47[_0x4fa661(0x146)][_0x4fa661(0xf5)])&&_0x22ba80[_0x4fa661(0x11d)](isString,_0x2c5e47[_0x4fa661(0x146)][_0x4fa661(0xf5)])?_0x2c5e47[_0x4fa661(0x146)][_0x4fa661(0xf5)][_0x4fa661(0x13a)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x1222d1=_0x22ba80['AyTZp'](isNotUndefinedOrNull,_0x2c5e47[_0x4fa661(0x146)][_0x4fa661(0xf5)])&&_0x22ba80['jhxRz'](isString,_0x2c5e47['parameters_'][_0x4fa661(0xf0)])?_0x2c5e47[_0x4fa661(0x146)][_0x4fa661(0xf0)][_0x4fa661(0x13a)](/'/g,'\x5c\x27')['replace'](/"/g,'\x5c\x22'):'',_0x5de409=_0x22ba80['oiRAB'](isNotUndefinedOrNull,commandRepository['getProjectName']())&&_0x22ba80[_0x4fa661(0x10e)](isString,commandRepository[_0x4fa661(0x143)]())?commandRepository[_0x4fa661(0x143)]()[_0x4fa661(0x13a)](/'/g,'\x5c\x27')[_0x4fa661(0x13a)](/"/g,'\x5c\x22'):'';let _0x5e0b8a=_0x22ba80[_0x4fa661(0x12f)](isNotUndefinedOrNull,global[_0x4fa661(0x14b)])&&_0x22ba80['AyTZp'](isString,global[_0x4fa661(0x14b)])?global[_0x4fa661(0x14b)][_0x4fa661(0x13a)](/'/g,'\x5c\x27')[_0x4fa661(0x13a)](/"/g,'\x5c\x22'):'';!_0x5e0b8a&&(_0x5e0b8a=_0x22ba80[_0x4fa661(0x134)](isNotUndefinedOrNull,commandRepository[_0x4fa661(0x13d)]())&&_0x22ba80[_0x4fa661(0x134)](isString,commandRepository[_0x4fa661(0x13d)]())?commandRepository['getTestName']()[_0x4fa661(0x13a)](/'/g,'\x5c\x27')[_0x4fa661(0x13a)](/"/g,'\x5c\x22'):'');let _0x5cce1a='{\x22region\x22:\x20\x22'+constants['TCG_REGION']+'\x22,\x20\x22tcgUrls\x22:\x20{\x22'+constants[_0x4fa661(0x115)]+_0x4fa661(0x10f)+constants[_0x4fa661(0xe9)][_0x4fa661(0x119)](_0x22ba80['GjWfr'])[0x1]+_0x4fa661(0x12a);_0x5cce1a=_0x22ba80['EMrlN'](isNotUndefinedOrNull,_0x5cce1a)&&_0x22ba80[_0x4fa661(0x134)](isString,_0x5cce1a)?_0x5cce1a[_0x4fa661(0x13a)](/'/g,'\x5c\x27')[_0x4fa661(0x13a)](/"/g,'\x5c\x22'):'';const _0x239ded=commandRepository[_0x4fa661(0x13c)](_0x50dc30),_0x1a2ea2=globals[_0x4fa661(0x106)](_0x22ba80['hvukF']),_0x40b82a=globals[_0x4fa661(0x106)](_0x22ba80[_0x4fa661(0x12e)]),_0x124fe4=globals[_0x4fa661(0x106)](_0x22ba80[_0x4fa661(0xf6)]),_0x3cd5d7=![],_0x6408b2=new Date();if(_0x330777){const _0x1f05a0=_0x22ba80[_0x4fa661(0x14a)](timeoutPromise,constants['HEALING_LOG_DATA_TIMEOUT'],_0x22ba80[_0x4fa661(0xda)],_0x22ba80[_0x4fa661(0x133)],_0x6408b2,this['config'],this[_0x4fa661(0x13f)]);_0x21b4c4=await Promise[_0x4fa661(0x14c)]([this[_0x4fa661(0xfa)][_0x4fa661(0xdf)](_0x452668,_0x1222d1,_0x5de409,_0x5e0b8a,_0x40b82a,_0x50dc30,_0x239ded,_0x5cce1a)[_0x4fa661(0x127)](_0x533c3d=>{return _0x1f05a0['cancel'](),_0x533c3d;}),_0x1f05a0]);}else{if(commandRepository[_0x4fa661(0x121)]()){const _0x209fb7=_0x22ba80['IjfBO'](timeoutPromise,constants['HEALING_FAILURE_TIMEOUT'],_0x22ba80[_0x4fa661(0xec)],_0x22ba80[_0x4fa661(0x112)],_0x6408b2,this[_0x4fa661(0x130)],this[_0x4fa661(0x13f)]);_0x21b4c4=await Promise[_0x4fa661(0x14c)]([this[_0x4fa661(0xfa)][_0x4fa661(0xe7)](_0x452668,_0x1222d1,_0x5de409,_0x5e0b8a,_0x1a2ea2,_0x40b82a,_0x50dc30,_0x239ded,_0x3cd5d7,_0x124fe4,_0x5cce1a)[_0x4fa661(0x127)](_0x2016b9=>{const _0x2a7fc3=_0x4fa661;return _0x209fb7[_0x2a7fc3(0x100)](),_0x2016b9;}),_0x209fb7]);}}_0x21b4c4&&await _0x1fba97['executeScript'](_0x21b4c4);}}async[a59_0x656f8c(0xff)](_0x313d72,_0xfd62c,_0x49cef7){const _0x1dcfae=a59_0x656f8c;try{await this[_0x1dcfae(0x131)](_0x313d72,_0xfd62c,_0x49cef7,!![]);}catch(_0x422f72){return logger[_0x1dcfae(0x13b)](_0x1dcfae(0x126)+(_0x422f72&&_0x422f72[_0x1dcfae(0xf7)]?_0x422f72[_0x1dcfae(0xf7)]:'')),![];}return!![];}async['handleFailure'](_0x2ccd41,_0x592cf3,_0x2fdbac){const _0x4e3af2=a59_0x656f8c,_0x2f824c={'NgOJE':function(_0xb76a18,_0x3cb753,_0x2cca9d,_0xb03eca,_0x45eafb,_0x465151,_0x1b805d){return _0xb76a18(_0x3cb753,_0x2cca9d,_0xb03eca,_0x45eafb,_0x465151,_0x1b805d);},'hfcaI':_0x4e3af2(0xfd),'medIu':'BrowserstackHealingPollResultFailed','TClRl':_0x4e3af2(0x11b)};try{await this[_0x4e3af2(0x131)](_0x2ccd41,_0x592cf3,_0x2fdbac,![]);const _0x2a9f0a=(await _0x592cf3[_0x4e3af2(0xe8)]())[_0x4e3af2(0x104)](),_0x55511c=new Date(),_0x560e2f=_0x2f824c[_0x4e3af2(0xfb)](timeoutPromise,constants['POLL_HEALING_RESULT_TIMEOUT'],_0x2f824c['hfcaI'],_0x2f824c[_0x4e3af2(0x147)],_0x55511c,this[_0x4e3af2(0x130)],this['framework']),_0x551e11=await Promise[_0x4e3af2(0x14c)]([this[_0x4e3af2(0xfa)][_0x4e3af2(0x150)](constants[_0x4e3af2(0xe9)],_0x2a9f0a,globals[_0x4e3af2(0x106)](_0x2f824c[_0x4e3af2(0x11c)]))[_0x4e3af2(0x127)](_0x8836f3=>{const _0x5e60f8=_0x4e3af2;return _0x560e2f[_0x5e60f8(0x100)](),_0x8836f3;}),_0x560e2f]);if(_0x551e11&&_0x551e11[_0x4e3af2(0x13e)]&&_0x551e11[_0x4e3af2(0xf0)]){const _0x3b73d8={};return _0x3b73d8[_0x4e3af2(0x111)]=_0x551e11[_0x4e3af2(0x13e)],_0x3b73d8[_0x4e3af2(0x116)]=_0x551e11['value'],_0x3b73d8[_0x4e3af2(0x137)]=!![],_0x3b73d8;}const _0x390b0d={};return _0x390b0d[_0x4e3af2(0x111)]=_0x2fdbac[_0x4e3af2(0x146)]['using'],_0x390b0d[_0x4e3af2(0x116)]=_0x551e11['value'],_0x390b0d[_0x4e3af2(0x137)]=!![],_0x390b0d;}catch(_0xd18040){return logger['debug'](_0x4e3af2(0x102)+(_0xd18040&&_0xd18040[_0x4e3af2(0xf7)]?_0xd18040['message']:'')),logger[_0x4e3af2(0x14d)](_0x4e3af2(0x12b)+_0x2fdbac[_0x4e3af2(0xef)]+_0x4e3af2(0xe6)),_0x2fdbac;}}}exports['aiSdkWrapper']=Object[a59_0x656f8c(0x11a)](new AiSdkWrapper());
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a60_0xaeb40d=a60_0x55f6;(function(_0x35762c,_0x5ae73f){const _0x496d96=a60_0x55f6,_0x3d0785=_0x35762c();while(!![]){try{const _0x290479=parseInt(_0x496d96(0x91))/0x1+-parseInt(_0x496d96(0x97))/0x2+parseInt(_0x496d96(0x78))/0x3*(parseInt(_0x496d96(0x82))/0x4)+parseInt(_0x496d96(0x88))/0x5*(parseInt(_0x496d96(0x81))/0x6)+-parseInt(_0x496d96(0x75))/0x7+parseInt(_0x496d96(0x8d))/0x8*(parseInt(_0x496d96(0x89))/0x9)+-parseInt(_0x496d96(0x71))/0xa;if(_0x290479===_0x5ae73f)break;else _0x3d0785['push'](_0x3d0785['shift']());}catch(_0x14966a){_0x3d0785['push'](_0x3d0785['shift']());}}}(a60_0x29c3,0x1ea90));const calculateTimeDiff=_0x1bdb19=>Date[a60_0xaeb40d(0x83)]()-_0x1bdb19,logger=require(a60_0xaeb40d(0xa0))['winstonLogger'],globals=require('../globals');function a60_0x55f6(_0x2af2c4,_0x75d4c7){const _0x29c33a=a60_0x29c3();return a60_0x55f6=function(_0x55f6dc,_0x3594bd){_0x55f6dc=_0x55f6dc-0x6d;let _0x3ad6b7=_0x29c33a[_0x55f6dc];return _0x3ad6b7;},a60_0x55f6(_0x2af2c4,_0x75d4c7);}function a60_0x29c3(){const _0xf10b45=['WcUMh','getGlobal','480110KLzGsB','accessKey','aiSessionTimeStamp','push','1396899BKqChE','commandRepository','CJLhJ','783NFXTbv','setProjectNameForHealingContext','config','split','framework','getProjectName','RdIkV','getTestName','getTcgTokenStatus','331314XRdvNa','884xIrPQb','now','pushCommand','eUBVo','ElSKB','commands','20wuhINM','1569357ajbMaF','nFygo','map','No\x20commands\x20found\x20for\x20session:\x20','8NzVBcl','setAiSessionTimeStamp','setTcgTokenStatus','setFramework','7263SyHVCb','path','setAuthInfo','authInfo','userName','selfHeal','174082aXAnfR','getConfig','rtjkS','aiHeal_isHealingEnabled','5|3|1|0|4|2','aiHeal_isAuthenticated','JvpjP','VpUZV','_pushCommand','../logger','UsQxj','join','setTestNameForHealingContext','testName','method','projectName','cSixX','length','stringify','debug','setConfig'];a60_0x29c3=function(){return _0xf10b45;};return a60_0x29c3();}class HealingCommandRepo{constructor(){const _0x3fdfb9=a60_0xaeb40d,_0x5b2fbf={};_0x5b2fbf[_0x3fdfb9(0x85)]=_0x3fdfb9(0x9b);const _0xde5491=_0x5b2fbf,_0x1d830d=_0xde5491[_0x3fdfb9(0x85)][_0x3fdfb9(0x7b)]('|');let _0x3b43a7=0x0;while(!![]){switch(_0x1d830d[_0x3b43a7++]){case'0':this[_0x3fdfb9(0xa4)]='';continue;case'1':this['projectName']='';continue;case'2':this['isTcgTokenSet']=![];continue;case'3':this[_0x3fdfb9(0x73)]={};continue;case'4':this[_0x3fdfb9(0x94)]={};continue;case'5':this['commands']={};continue;}break;}}[a60_0xaeb40d(0x9f)](_0x4abe68,_0x894fdf){const _0x55ae89=a60_0xaeb40d,_0x512c42={};_0x512c42[_0x55ae89(0x86)]=function(_0x4e78b8,_0x17dc1c){return _0x4e78b8 in _0x17dc1c;};const _0x19c67c=_0x512c42;!_0x19c67c[_0x55ae89(0x86)](_0x4abe68,this[_0x55ae89(0x87)])&&(this[_0x55ae89(0x87)][_0x4abe68]=[]),this[_0x55ae89(0x87)][_0x4abe68][_0x55ae89(0x74)](_0x894fdf);}[a60_0xaeb40d(0x84)](_0x500a37,_0x5a869d){const _0x2278c0=a60_0xaeb40d,_0x14811d={'rtjkS':function(_0xbe94a5,_0x382490){return _0xbe94a5(_0x382490);}},_0x10a238=_0x5a869d[_0x2278c0(0xa5)],_0x30df57=_0x5a869d[_0x2278c0(0x92)][_0x2278c0(0x7b)](_0x500a37)[0x1],_0x1dba5e=this[_0x2278c0(0x73)][_0x500a37],_0x1a2c9d={'k':_0x10a238+':'+_0x30df57,'t':_0x14811d[_0x2278c0(0x99)](calculateTimeDiff,_0x1dba5e)};this[_0x2278c0(0x9f)](_0x500a37,_0x1a2c9d);}[a60_0xaeb40d(0x8e)](_0x34624c){const _0x322c7b=a60_0xaeb40d;this['aiSessionTimeStamp'][_0x34624c]=Date[_0x322c7b(0x83)]();}['setAuthInfo'](_0x5d4a33,_0x45ecbd){const _0x48e3be=a60_0xaeb40d;this[_0x48e3be(0x94)][_0x48e3be(0x95)]=_0x5d4a33,this[_0x48e3be(0x94)]['accessKey']=_0x45ecbd;}['getAuthInfo'](){return this['authInfo'];}[a60_0xaeb40d(0x79)](_0x3ae918){const _0x1f4ea6=a60_0xaeb40d;this[_0x1f4ea6(0xa6)]=_0x3ae918;}[a60_0xaeb40d(0xa3)](_0x2a3517){this['testName']=_0x2a3517;}[a60_0xaeb40d(0x6e)](_0x1c7a1d){const _0x5c6473=a60_0xaeb40d;this[_0x5c6473(0x7a)]=_0x1c7a1d,this[_0x5c6473(0x79)](_0x1c7a1d[_0x5c6473(0xa6)]),this[_0x5c6473(0x93)](_0x1c7a1d[_0x5c6473(0x95)],_0x1c7a1d[_0x5c6473(0x72)]);}[a60_0xaeb40d(0x90)](_0x2271de){const _0x5835ac=a60_0xaeb40d;this[_0x5835ac(0x7c)]=_0x2271de;}[a60_0xaeb40d(0x8f)](_0x50397c){this['isTcgTokenSet']=_0x50397c;}['getConfig'](){const _0x5822a8=a60_0xaeb40d;return this[_0x5822a8(0x7a)];}['getFramework'](){const _0x495f25=a60_0xaeb40d;return this[_0x495f25(0x7c)];}[a60_0xaeb40d(0x7d)](){return this['projectName'];}[a60_0xaeb40d(0x7f)](){const _0x34c6dd=a60_0xaeb40d;return this[_0x34c6dd(0xa4)];}['getCommands'](_0x47edf1){const _0x1bb3bc=a60_0xaeb40d,_0x56d1ea={};_0x56d1ea['VpUZV']=_0x1bb3bc(0x9c),_0x56d1ea[_0x1bb3bc(0x7e)]=_0x1bb3bc(0x9a),_0x56d1ea[_0x1bb3bc(0xa7)]=function(_0x188fbf,_0x62b3d4){return _0x188fbf===_0x62b3d4;},_0x56d1ea[_0x1bb3bc(0x77)]=function(_0x295961,_0x19f6c0){return _0x295961+_0x19f6c0;},_0x56d1ea['WcUMh']=_0x1bb3bc(0x8c);const _0x17214d=_0x56d1ea,_0x2bd07d=this[_0x1bb3bc(0x87)][_0x47edf1];this['commands'][_0x47edf1]=[];if(globals[_0x1bb3bc(0x70)](_0x17214d[_0x1bb3bc(0x9e)])&&globals['getGlobal'](_0x17214d[_0x1bb3bc(0x7e)])&&!_0x2bd07d||_0x17214d[_0x1bb3bc(0xa7)](_0x2bd07d[_0x1bb3bc(0xa8)],0x0))return logger[_0x1bb3bc(0x6d)](_0x17214d[_0x1bb3bc(0x77)](_0x17214d[_0x1bb3bc(0x6f)],_0x47edf1)),'';return _0x2bd07d[_0x1bb3bc(0x8b)](_0x540be3=>JSON[_0x1bb3bc(0xa9)](_0x540be3))[_0x1bb3bc(0xa2)](',');}['isSelfHealEnabled'](){const _0x121b0f=a60_0xaeb40d,_0x3aec54={};_0x3aec54[_0x121b0f(0x8a)]=function(_0x165de2,_0x17d1b3){return _0x165de2===_0x17d1b3;},_0x3aec54[_0x121b0f(0xa1)]=function(_0xdc1084,_0x309a43){return _0xdc1084===_0x309a43;},_0x3aec54[_0x121b0f(0x9d)]='true';const _0x5883cb=_0x3aec54;let _0x497bc3=![];return this[_0x121b0f(0x98)]()&&(_0x5883cb[_0x121b0f(0x8a)](this[_0x121b0f(0x98)]()[_0x121b0f(0x96)],!![])||_0x5883cb[_0x121b0f(0xa1)](this[_0x121b0f(0x98)]()[_0x121b0f(0x96)],_0x5883cb[_0x121b0f(0x9d)]))&&(_0x497bc3=!![]),_0x497bc3;}[a60_0xaeb40d(0x80)](){return this['isTcgTokenSet'];}}exports[a60_0xaeb40d(0x76)]=new HealingCommandRepo();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a61_0x2f9562=a61_0x1321;function a61_0x1321(_0xbd2f98,_0x468a50){var _0x104a1e=a61_0x104a();return a61_0x1321=function(_0x132162,_0x5536c9){_0x132162=_0x132162-0x1c6;var _0x567810=_0x104a1e[_0x132162];return _0x567810;},a61_0x1321(_0xbd2f98,_0x468a50);}(function(_0x4bd444,_0x35b1dd){var _0x3eeb48=a61_0x1321,_0x501d72=_0x4bd444();while(!![]){try{var _0x3b6631=-parseInt(_0x3eeb48(0x1cd))/0x1*(parseInt(_0x3eeb48(0x1d3))/0x2)+-parseInt(_0x3eeb48(0x1cf))/0x3*(parseInt(_0x3eeb48(0x1d5))/0x4)+parseInt(_0x3eeb48(0x1cb))/0x5*(-parseInt(_0x3eeb48(0x1c6))/0x6)+-parseInt(_0x3eeb48(0x1c7))/0x7*(-parseInt(_0x3eeb48(0x1ca))/0x8)+parseInt(_0x3eeb48(0x1c8))/0x9+parseInt(_0x3eeb48(0x1c9))/0xa*(parseInt(_0x3eeb48(0x1d0))/0xb)+-parseInt(_0x3eeb48(0x1d2))/0xc;if(_0x3b6631===_0x35b1dd)break;else _0x501d72['push'](_0x501d72['shift']());}catch(_0x385139){_0x501d72['push'](_0x501d72['shift']());}}}(a61_0x104a,0x64599));function a61_0x104a(){var _0x10afdd=['BUILDS_DASHBOARD_URL','9oRgiBx','151679brOQcL','API_ENDPOINT','3567372dAFMuO','4hPAySa','https://grid.browserstack.com/dashboard/builds','409372gomqSq','94458XJRRcG','7FrzqZO','2605914xImMcC','370SbRcGq','6243280XWYgLo','110LovTip','automate-turboscale/v1','109230DkIbzX'];a61_0x104a=function(){return _0x10afdd;};return a61_0x104a();}var a61_0x4e9e36={};a61_0x4e9e36[a61_0x2f9562(0x1ce)]=a61_0x2f9562(0x1d4),a61_0x4e9e36[a61_0x2f9562(0x1d1)]=a61_0x2f9562(0x1cc),module['exports']=a61_0x4e9e36;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a62_0x2da12d=a62_0x39d5;(function(_0x378fbc,_0x364de4){const _0x45446a=a62_0x39d5,_0x2aae6d=_0x378fbc();while(!![]){try{const _0x40c2c9=parseInt(_0x45446a(0x87))/0x1+parseInt(_0x45446a(0x81))/0x2*(parseInt(_0x45446a(0x7f))/0x3)+-parseInt(_0x45446a(0x88))/0x4+-parseInt(_0x45446a(0x90))/0x5*(-parseInt(_0x45446a(0x80))/0x6)+-parseInt(_0x45446a(0x97))/0x7*(-parseInt(_0x45446a(0x91))/0x8)+-parseInt(_0x45446a(0x8f))/0x9+-parseInt(_0x45446a(0x78))/0xa*(-parseInt(_0x45446a(0x96))/0xb);if(_0x40c2c9===_0x364de4)break;else _0x2aae6d['push'](_0x2aae6d['shift']());}catch(_0x4bf04b){_0x2aae6d['push'](_0x2aae6d['shift']());}}}(a62_0x149e,0x3c70c));function a62_0x39d5(_0x5c4585,_0xc8bac5){const _0x149e3b=a62_0x149e();return a62_0x39d5=function(_0x39d5bc,_0x20f3f4){_0x39d5bc=_0x39d5bc-0x76;let _0x4426fb=_0x149e3b[_0x39d5bc];return _0x4426fb;},a62_0x39d5(_0x5c4585,_0xc8bac5);}function a62_0x149e(){const _0x1e4689=['options','nKKHk','BROWSERSTACK_TURBOSCALE_GRID_NAME','BROWSERSTACK_BUILD_PRIORITY','getTurboScaleOptions','21SGnRgK','90dvdVqL','108154ZChBHt','HnIsm','buildTags','BROWSERSTACK_BUILD_TAGS','../../bin/utils/constants','turboScaleOptions','165861bpVKkW','1379956qJuZYW','fpClU','NO_GRID_NAME_PASSED','toString','split','env','isArray','3600189KixHyv','4520xkwAqh','72nosWTs','getTurboScaleGridName','buildPriority','turboScale','TURBOSCALE_OPTIONS','473YWYAIO','319739UKxeIE','true','medium','5470EzbLlG','gridName'];a62_0x149e=function(){return _0x1e4689;};return a62_0x149e();}const constants=require(a62_0x2da12d(0x85));exports[a62_0x2da12d(0x7e)]=()=>{const _0x390751=a62_0x2da12d;if(!constants[_0x390751(0x95)][_0x390751(0x7a)])return{};return constants['TURBOSCALE_OPTIONS'][_0x390751(0x7a)];},exports[a62_0x2da12d(0x92)]=_0x7737bf=>{const _0x30cadd=a62_0x2da12d,_0x3bcd53={};_0x3bcd53[_0x30cadd(0x82)]=_0x30cadd(0x8a);const _0x512c54=_0x3bcd53;if(_0x7737bf['turboScaleOptions']&&_0x7737bf[_0x30cadd(0x86)][_0x30cadd(0x79)])return _0x7737bf['turboScaleOptions'][_0x30cadd(0x79)];if(process[_0x30cadd(0x8d)][_0x30cadd(0x7c)])return process[_0x30cadd(0x8d)][_0x30cadd(0x7c)];return _0x512c54[_0x30cadd(0x82)];},exports['isTurboScaleSession']=_0x3b0774=>{const _0x4153d5=a62_0x2da12d,_0x3f1cec={};_0x3f1cec['nKKHk']=function(_0x288922,_0x2e2bca){return _0x288922===_0x2e2bca;},_0x3f1cec[_0x4153d5(0x89)]=_0x4153d5(0x76);const _0x1b1378=_0x3f1cec;return _0x3b0774&&_0x3b0774[_0x4153d5(0x94)]&&_0x1b1378[_0x4153d5(0x7b)](_0x3b0774[_0x4153d5(0x94)][_0x4153d5(0x8b)]()['toLowerCase'](),_0x1b1378['fpClU']);},exports['getTurboScaleCaps']=(_0x495b5b,_0x391b5e,_0x469554)=>{const _0x1a9bc1=a62_0x2da12d,_0x45bc5b={};_0x45bc5b['DtZBC']=_0x1a9bc1(0x77);const _0x2a3af2=_0x45bc5b,_0x47c2d9={};_0x47c2d9[_0x1a9bc1(0x93)]=_0x2a3af2['DtZBC'];_0x495b5b[_0x1a9bc1(0x83)]&&(_0x47c2d9[_0x1a9bc1(0x83)]=Array[_0x1a9bc1(0x8e)](_0x495b5b[_0x1a9bc1(0x83)])?_0x495b5b['buildTags']:_0x495b5b[_0x1a9bc1(0x83)][_0x1a9bc1(0x8c)](','));if(process['env'][_0x1a9bc1(0x84)])try{_0x47c2d9[_0x1a9bc1(0x83)]=process[_0x1a9bc1(0x8d)][_0x1a9bc1(0x84)][_0x1a9bc1(0x8c)](',');}catch{_0x47c2d9['buildTags']=process[_0x1a9bc1(0x8d)][_0x1a9bc1(0x84)];}return _0x495b5b[_0x1a9bc1(0x93)]&&(_0x47c2d9[_0x1a9bc1(0x93)]=_0x495b5b[_0x1a9bc1(0x93)]),process[_0x1a9bc1(0x8d)][_0x1a9bc1(0x7d)]&&(_0x47c2d9[_0x1a9bc1(0x93)]=process[_0x1a9bc1(0x8d)]['BROWSERSTACK_BUILD_PRIORITY']),_0x47c2d9;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a63_0x5928(_0x65b227,_0x194424){var _0x5de748=a63_0x5de7();return a63_0x5928=function(_0x5928ea,_0x2e158e){_0x5928ea=_0x5928ea-0xd8;var _0x5be449=_0x5de748[_0x5928ea];return _0x5be449;},a63_0x5928(_0x65b227,_0x194424);}var a63_0x25a6bd=a63_0x5928;(function(_0x120b92,_0x54630a){var _0x1902bd=a63_0x5928,_0x4ea1b7=_0x120b92();while(!![]){try{var _0x4753e6=-parseInt(_0x1902bd(0x183))/0x1+-parseInt(_0x1902bd(0xdb))/0x2*(parseInt(_0x1902bd(0x10f))/0x3)+-parseInt(_0x1902bd(0x10b))/0x4+parseInt(_0x1902bd(0x102))/0x5*(-parseInt(_0x1902bd(0x118))/0x6)+-parseInt(_0x1902bd(0xf4))/0x7*(-parseInt(_0x1902bd(0x115))/0x8)+parseInt(_0x1902bd(0x15d))/0x9+parseInt(_0x1902bd(0x17e))/0xa;if(_0x4753e6===_0x54630a)break;else _0x4ea1b7['push'](_0x4ea1b7['shift']());}catch(_0x22d08e){_0x4ea1b7['push'](_0x4ea1b7['shift']());}}}(a63_0x5de7,0x9ccd8),exports[a63_0x25a6bd(0x10d)]=()=>{var _0x4773b5=a63_0x25a6bd,_0x5d6f7b={};_0x5d6f7b['mcfjt']=_0x4773b5(0x162),_0x5d6f7b[_0x4773b5(0xe2)]=_0x4773b5(0x108),_0x5d6f7b['DVHpW']=_0x4773b5(0x165),_0x5d6f7b[_0x4773b5(0xec)]=_0x4773b5(0x18e),_0x5d6f7b[_0x4773b5(0x163)]=_0x4773b5(0xed),_0x5d6f7b['BJhqm']=_0x4773b5(0x147),_0x5d6f7b[_0x4773b5(0xea)]=_0x4773b5(0xf3),_0x5d6f7b[_0x4773b5(0x15b)]='browserstack.ppp',_0x5d6f7b[_0x4773b5(0xfd)]='browserstack.parallelsPerPlatform',_0x5d6f7b[_0x4773b5(0xe6)]=_0x4773b5(0x187),_0x5d6f7b[_0x4773b5(0xeb)]=_0x4773b5(0x146),_0x5d6f7b[_0x4773b5(0x17d)]=_0x4773b5(0x154),_0x5d6f7b[_0x4773b5(0x150)]=_0x4773b5(0x137),_0x5d6f7b[_0x4773b5(0xe8)]=_0x4773b5(0xf7),_0x5d6f7b[_0x4773b5(0xe7)]=_0x4773b5(0x129);var _0x622244=_0x5d6f7b,_0x5b3ba0={};return _0x5b3ba0[_0x4773b5(0x18c)]=[_0x622244[_0x4773b5(0x179)],_0x622244[_0x4773b5(0xe2)]],_0x5b3ba0['accessKey']=[_0x622244['DVHpW'],_0x622244[_0x4773b5(0xec)]],_0x5b3ba0[_0x4773b5(0x14a)]=[_0x622244[_0x4773b5(0x163)]],_0x5b3ba0[_0x4773b5(0xff)]=[_0x622244[_0x4773b5(0x105)]],_0x5b3ba0[_0x4773b5(0x16f)]=[_0x622244[_0x4773b5(0xea)]],_0x5b3ba0[_0x4773b5(0x107)]=[_0x622244[_0x4773b5(0x15b)],_0x622244[_0x4773b5(0xfd)]],_0x5b3ba0['browserstackLocal']=[_0x622244[_0x4773b5(0xe6)]],_0x5b3ba0[_0x4773b5(0x16e)]=[_0x622244[_0x4773b5(0xeb)]],_0x5b3ba0[_0x4773b5(0x125)]=[_0x622244[_0x4773b5(0x17d)]],_0x5b3ba0[_0x4773b5(0xdd)]=[_0x622244[_0x4773b5(0x150)]],_0x5b3ba0[_0x4773b5(0x156)]=[_0x622244[_0x4773b5(0xe8)]],_0x5b3ba0[_0x4773b5(0xf8)]=[_0x622244[_0x4773b5(0xe7)]],_0x5b3ba0;},exports[a63_0x25a6bd(0x155)]=()=>{var _0x36d6d4=a63_0x25a6bd,_0x39b201={};_0x39b201[_0x36d6d4(0x14c)]='BROWSERSTACK_USERNAME',_0x39b201[_0x36d6d4(0x13b)]=_0x36d6d4(0x114),_0x39b201[_0x36d6d4(0xf0)]=_0x36d6d4(0x11b),_0x39b201[_0x36d6d4(0x167)]='BROWSERSTACK_BUILD_NAME',_0x39b201[_0x36d6d4(0x175)]=_0x36d6d4(0x177),_0x39b201[_0x36d6d4(0x11c)]=_0x36d6d4(0x110),_0x39b201['OkUxM']='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x39b201[_0x36d6d4(0x106)]=_0x36d6d4(0x17f),_0x39b201[_0x36d6d4(0x157)]=_0x36d6d4(0x191),_0x39b201['bJxCP']='BROWSERSTACK_RERUN_TESTS',_0x39b201[_0x36d6d4(0x11f)]='BROWSERSTACK_APP_ID',_0x39b201[_0x36d6d4(0x12c)]=_0x36d6d4(0x15e),_0x39b201[_0x36d6d4(0xe3)]=_0x36d6d4(0xd8),_0x39b201['enChj']=_0x36d6d4(0x13e);var _0xc2360d=_0x39b201,_0x5009b9={};return _0x5009b9['userName']=[_0xc2360d['EdRYZ'],_0xc2360d[_0x36d6d4(0x13b)]],_0x5009b9[_0x36d6d4(0x130)]=[_0xc2360d[_0x36d6d4(0xf0)]],_0x5009b9[_0x36d6d4(0x14a)]=[_0xc2360d[_0x36d6d4(0x167)]],_0x5009b9[_0x36d6d4(0xff)]=[_0xc2360d[_0x36d6d4(0x175)]],_0x5009b9[_0x36d6d4(0x16f)]=[_0xc2360d['fHHun']],_0x5009b9['parallelsPerPlatform']=[_0xc2360d[_0x36d6d4(0x135)]],_0x5009b9['browserstackLocal']=[_0xc2360d[_0x36d6d4(0x106)]],_0x5009b9[_0x36d6d4(0x16e)]=[_0xc2360d[_0x36d6d4(0x157)]],_0x5009b9[_0x36d6d4(0x125)]=[_0xc2360d[_0x36d6d4(0x168)]],_0x5009b9[_0x36d6d4(0xdd)]=[_0xc2360d[_0x36d6d4(0x11f)],_0xc2360d[_0x36d6d4(0x12c)]],_0x5009b9[_0x36d6d4(0x156)]=[_0xc2360d[_0x36d6d4(0xe3)]],_0x5009b9['automation']=[_0xc2360d[_0x36d6d4(0x13d)]],_0x5009b9;},exports[a63_0x25a6bd(0x18d)]=()=>[a63_0x25a6bd(0xe9),a63_0x25a6bd(0x178),'deviceName',a63_0x25a6bd(0x18a),a63_0x25a6bd(0xdd),a63_0x25a6bd(0x172),'language','locale',a63_0x25a6bd(0x159),a63_0x25a6bd(0x100),a63_0x25a6bd(0x133),a63_0x25a6bd(0x12f),a63_0x25a6bd(0x148),'eventTimings',a63_0x25a6bd(0x109),'otherApps',a63_0x25a6bd(0x113),'appActivity',a63_0x25a6bd(0x17c),'appWaitActivity',a63_0x25a6bd(0xde),a63_0x25a6bd(0x15a),a63_0x25a6bd(0x128),a63_0x25a6bd(0x120),'androidCoverage',a63_0x25a6bd(0x182),a63_0x25a6bd(0x111),a63_0x25a6bd(0x170),a63_0x25a6bd(0x11a),'androidInstallTimeout',a63_0x25a6bd(0x139),a63_0x25a6bd(0x145),a63_0x25a6bd(0x151),a63_0x25a6bd(0x15c),'avdArgs',a63_0x25a6bd(0x10e),a63_0x25a6bd(0x14d),a63_0x25a6bd(0xe4),'keyAlias',a63_0x25a6bd(0xfe),a63_0x25a6bd(0xe5),'chromedriverArgs','chromedriverExecutableDir','chromedriverChromeMappingFile',a63_0x25a6bd(0x12b),a63_0x25a6bd(0xdc),'chromedriverPorts','chromedriverDisableBuildCheck',a63_0x25a6bd(0xfa),a63_0x25a6bd(0x181),a63_0x25a6bd(0x16a),a63_0x25a6bd(0xf6),a63_0x25a6bd(0x103),'dontStopAppOnReset',a63_0x25a6bd(0x186),a63_0x25a6bd(0x166),'noSign',a63_0x25a6bd(0xee),a63_0x25a6bd(0xdf),a63_0x25a6bd(0x180),a63_0x25a6bd(0xf5),a63_0x25a6bd(0x171),a63_0x25a6bd(0x14b),a63_0x25a6bd(0x174),a63_0x25a6bd(0xe0),a63_0x25a6bd(0x101),a63_0x25a6bd(0x17b),a63_0x25a6bd(0x11d),a63_0x25a6bd(0x122),a63_0x25a6bd(0x173),a63_0x25a6bd(0x184),'systemPort',a63_0x25a6bd(0x160),a63_0x25a6bd(0x188),a63_0x25a6bd(0x18b),a63_0x25a6bd(0x132),a63_0x25a6bd(0x16d),a63_0x25a6bd(0x134),a63_0x25a6bd(0x119),a63_0x25a6bd(0xfb),a63_0x25a6bd(0x161),a63_0x25a6bd(0x169),a63_0x25a6bd(0x140),a63_0x25a6bd(0x11e),a63_0x25a6bd(0x16b),a63_0x25a6bd(0x144),a63_0x25a6bd(0x131),a63_0x25a6bd(0x176),a63_0x25a6bd(0x153),a63_0x25a6bd(0x124),a63_0x25a6bd(0x14f),'autoAcceptAlerts','autoDismissAlerts',a63_0x25a6bd(0x123),a63_0x25a6bd(0x10a),a63_0x25a6bd(0x117),a63_0x25a6bd(0xd9),a63_0x25a6bd(0x13f),'safariOpenLinksInBackground',a63_0x25a6bd(0x14e),a63_0x25a6bd(0xef),'processArguments',a63_0x25a6bd(0x16c),a63_0x25a6bd(0x138),a63_0x25a6bd(0x126),a63_0x25a6bd(0xda),a63_0x25a6bd(0x17a),'remoteDebugProxy',a63_0x25a6bd(0x185),'skipLogCapture',a63_0x25a6bd(0xfc),a63_0x25a6bd(0x13c),a63_0x25a6bd(0x143),a63_0x25a6bd(0x152),a63_0x25a6bd(0xf9),a63_0x25a6bd(0x136),a63_0x25a6bd(0x121),'scaleFactor','wdaLocalPort',a63_0x25a6bd(0x12e),'iosInstallPause',a63_0x25a6bd(0x164),a63_0x25a6bd(0xe1),a63_0x25a6bd(0x104),a63_0x25a6bd(0x189),a63_0x25a6bd(0x15f),a63_0x25a6bd(0x190),'useNewWDA',a63_0x25a6bd(0x12a),a63_0x25a6bd(0x192),a63_0x25a6bd(0x142),'xcodeSigningId','updatedWDABundleId',a63_0x25a6bd(0x10c),a63_0x25a6bd(0x149),'wdaStartupRetries','wdaStartupRetryInterval',a63_0x25a6bd(0x116),'maxTypingFrequency',a63_0x25a6bd(0x12d),a63_0x25a6bd(0x141),a63_0x25a6bd(0x112),a63_0x25a6bd(0xf1),a63_0x25a6bd(0xf2),a63_0x25a6bd(0x127),a63_0x25a6bd(0x18f),a63_0x25a6bd(0x158),'logcatFilterSpecs',a63_0x25a6bd(0x13a)]);function a63_0x5de7(){var _0x428ec2=['nGfcO','allowTestPackages','tapWithShortPressDuration','skipDeviceInitialization','nativeInstrumentsLib','locationServicesEnabled','rerunTests','sendKeyStrategy','ignoreHiddenApiPolicyError','deviceReadyTimeout','browserstack.automation','wdaLaunchTimeout','chromedriverUseSystemExecutable','QmPRV','simpleIsVisibleCheck','showXcodeLog','fullReset','accessKey','calendarFormat','unlockKey','noReset','skipLogcatCapture','OkUxM','customSSLCert','browserstack.app','showIOSLog','androidInstallPath','allowDelayAdb','QDGvp','fullContextList','enChj','BROWSERSTACK_AUTOMATION','safariIgnoreFraudWarning','ensureWebviewsHavePages','useCarthageSsl','xcodeOrgId','waitForAppScript','remoteAppsCacheLimit','avd','browserstack.localIdentifier','browserstack.projectName','clearSystemFiles','commandTimeouts','buildName','androidScreenshotPath','EdRYZ','keystorePath','keepKeyChains','locationServicesAuthorized','KxvxI','avdLaunchTimeout','webviewConnectRetries','launchTimeout','browserstack.rerunTests','EnvCapsMapping','logLevel','Psugs','logcatFormat','orientation','appWaitDuration','sxITL','avdReadyTimeout','402192ksjovL','BROWSERSTACK_APP','webDriverAgentUrl','remoteAdbHost','buildToolsVersion','browserstack.user_name','hTTdv','xcodeConfigFile','browserstack.access_key','resetKeyboard','UahYG','bJxCP','enforceAppInstall','intentCategory','enableWebviewDetailsCollection','interKeyDelay','autoLaunch','localIdentifier','buildIdentifier','adbPort','nativeWebScreenshot','udid','autoGrantPermissions','networkSpeed','oLKyQ','bundleId','BROWSERSTACK_PROJECT_NAME','platformVersion','mcfjt','screenshotWaitTimeout','adbExecTimeout','appPackage','XXYsR','45198730NfBtJv','BROWSERSTACK_LOCAL','chromeOptions','intentAction','androidCoverageEndIntent','1244814peeKLe','androidNaturalOrientation','enableAsyncExecuteFromHttps','unicodeKeyboard','browserstack.local','skipUnlock','preventWDAAttachments','newCommandTimeout','unlockType','userName','AppiumCaps','browserstack.accessKey','mockLocationApp','keychainPath','BROWSERSTACK_LOCAL_IDENTIFIER','wdaConnectionTimeout','BROWSERSTACK_OBSERVABILITY_DEBUG','safariAllowPopups','webkitResponseTimeout','415204GxJKcU','chromedriverPort','app','appWaitPackage','disableAndroidWatchers','gpsEnabled','keychainPassword','pkTnO','lQnGr','keystorePassword','chromedriverExecutable','GYnZP','GDNvo','PatGE','automationName','qXeqj','xDczo','PxLAl','browserstack.buildName','ignoreUnimportantViews','localizableStringsDir','RgUrw','startIWDP','allowTouchIdEnroll','browserstack.buildIdentifier','2197937xVOkil','recreateChromeDriverSessions','intentFlags','browserstack.logLevel','automation','appName','autoWebviewTimeout','disableWindowAnimation','webkitDebugProxyPort','WsfAa','keyPassword','projectName','autoWebview','isHeadless','6276435UmWZJc','optionalIntentArguments','usePrebuiltWDA','BJhqm','egbwv','parallelsPerPlatform','browserstack.userName','enablePerformanceLogging','nativeWebTap','4453524ybqrzG','resetOnSessionStartOnly','CLICapsMapping','useKeystore','9bHAQjs','BROWSERSTACK_BUILD_IDENTIFIER','androidDeviceReadyTimeout','shouldUseSingletonTestManager','printPageSourceOnFindFailure','BROWSERSTACK_USER_NAME','8ctyxMu','connectHardwareKeyboard','safariInitialUrl','6QaWCwV','uninstallOtherPackages','androidDeviceSocket','BROWSERSTACK_ACCESS_KEY','fHHun','localeScript','webviewDevtoolsPort'];a63_0x5de7=function(){return _0x428ec2;};return a63_0x5de7();}
|
|
1
|
+
function a63_0x22b1(_0x529712,_0x34a577){var _0x32e47a=a63_0x32e4();return a63_0x22b1=function(_0x22b1e3,_0x2c0d6f){_0x22b1e3=_0x22b1e3-0x13e;var _0x30a311=_0x32e47a[_0x22b1e3];return _0x30a311;},a63_0x22b1(_0x529712,_0x34a577);}function a63_0x32e4(){var _0x2470a2=['dontStopAppOnReset','BROWSERSTACK_PROJECT_NAME','useNewWDA','allowTouchIdEnroll','avdLaunchTimeout','browserstack.accessKey','androidCoverage','BROWSERSTACK_ACCESS_KEY','4wVlOCU','browserstack.buildName','appWaitPackage','startIWDP','appPackage','locationServicesAuthorized','screenshotWaitTimeout','calendarFormat','skipUnlock','resetKeyboard','skipLogCapture','qbVdL','keyPassword','enableWebviewDetailsCollection','wdaLaunchTimeout','remoteDebugProxy','parallelsPerPlatform','androidNaturalOrientation','browserstack.rerunTests','deviceName','webviewConnectRetries','wdaStartupRetries','chromedriverArgs','locationServicesEnabled','chromedriverExecutableDir','cNreG','QiEBA','fullContextList','tapWithShortPressDuration','iEqds','BROWSERSTACK_BUILD_IDENTIFIER','noReset','androidInstallTimeout','chromeOptions','logLevel','nativeWebTap','buildName','enforceAppInstall','processArguments','launchTimeout','NrKCu','keychainPath','dKyTz','ZVcwB','app','wdaConnectionTimeout','autoWebview','buildToolsVersion','13Ixaapa','USXVJ','eventTimings','webviewDevtoolsPort','noSign','adbExecTimeout','chromedriverDisableBuildCheck','intentFlags','4518TiUAkm','unlockType','ifsfc','resetOnSessionStartOnly','Mqnsj','browserstack.logLevel','npYvN','xlbdW','automationName','BROWSERSTACK_OBSERVABILITY_DEBUG','clearSystemFiles','QlIzC','keyAlias','browserstack.app','showIOSLog','intentAction','keychainPassword','9965ehHrSF','automation','AiiwV','logcatFilterSpecs','avdReadyTimeout','disableWindowAnimation','networkSpeed','autoWebviewTimeout','pPqGm','systemPort','uninstallOtherPackages','664675onWQcS','BROWSERSTACK_APP','Dicar','browserstack.buildIdentifier','browserstack.user_name','browserstack.userName','shouldUseSingletonTestManager','BROWSERSTACK_BUILD_NAME','8fZKcCO','NGjOc','disableAndroidWatchers','userName','10196067uETgFG','bundleId','projectName','unicodeKeyboard','BROWSERSTACK_APP_ID','appName','usePrebuiltWDA','browserstack.local','webkitDebugProxyPort','simpleIsVisibleCheck','498NmkefQ','sbRur','rcBfH','skipLogcatCapture','HDmMC','BROWSERSTACK_RERUN_TESTS','68221092GphNKB','EnvCapsMapping','androidScreenshotPath','BROWSERSTACK_USER_NAME','printPageSourceOnFindFailure','keystorePassword','fullReset','chromedriverExecutable','androidDeviceReadyTimeout','chromedriverChromeMappingFile','browserstack.ppp','preventWDAAttachments','browserstackLocal','webDriverAgentUrl','1798284TbHWRV','browserstack.access_key','chromedriverPort','autoDismissAlerts','appActivity','orientation','useCarthageSsl','commandTimeouts','recreateChromeDriverSessions','wdaLocalPort','ignoreHiddenApiPolicyError','vJFYa','16041213OSECvh','remoteAppsCacheLimit','udid','unlockKey','xcodeOrgId','gpsEnabled','localIdentifier','BchLP','uhTDu','interKeyDelay','webkitResponseTimeout','BROWSERSTACK_USERNAME','allowDelayAdb','BROWSERSTACK_LOCAL_IDENTIFIER','chromedriverUseSystemExecutable','110kxbKsi','waitForAppScript','maxTypingFrequency','language','accessKey','mockLocationApp','YjylR','zIguZ','browserstack.automation','useKeystore','sGERp','logcatFormat','localeScript','546fgropf','browserstack.parallelsPerPlatform','platformVersion','twmJs','nativeWebScreenshot','ignoreUnimportantViews','localizableStringsDir','autoGrantPermissions','showXcodeLog','autoAcceptAlerts','autoLaunch','connectHardwareKeyboard','safariAllowPopups','androidInstallPath','safariInitialUrl','iosInstallPause'];a63_0x32e4=function(){return _0x2470a2;};return a63_0x32e4();}var a63_0x281647=a63_0x22b1;(function(_0x16b5b2,_0x13ab28){var _0x5ad545=a63_0x22b1,_0x1628b5=_0x16b5b2();while(!![]){try{var _0x1830a6=-parseInt(_0x5ad545(0x1b4))/0x1*(parseInt(_0x5ad545(0x146))/0x2)+parseInt(_0x5ad545(0x18c))/0x3*(parseInt(_0x5ad545(0x1cc))/0x4)+parseInt(_0x5ad545(0x157))/0x5*(-parseInt(_0x5ad545(0x178))/0x6)+-parseInt(_0x5ad545(0x16e))/0x7+parseInt(_0x5ad545(0x16a))/0x8*(-parseInt(_0x5ad545(0x198))/0x9)+parseInt(_0x5ad545(0x1a7))/0xa*(-parseInt(_0x5ad545(0x162))/0xb)+-parseInt(_0x5ad545(0x17e))/0xc*(-parseInt(_0x5ad545(0x13e))/0xd);if(_0x1830a6===_0x13ab28)break;else _0x1628b5['push'](_0x1628b5['shift']());}catch(_0x5ed0ff){_0x1628b5['push'](_0x1628b5['shift']());}}}(a63_0x32e4,0xefc39),exports['CLICapsMapping']=()=>{var _0x3e041a=a63_0x22b1,_0x136e3b={};_0x136e3b[_0x3e041a(0x164)]=_0x3e041a(0x166),_0x136e3b[_0x3e041a(0x151)]=_0x3e041a(0x167),_0x136e3b[_0x3e041a(0x197)]=_0x3e041a(0x18d),_0x136e3b[_0x3e041a(0x1b7)]=_0x3e041a(0x1c9),_0x136e3b[_0x3e041a(0x13f)]=_0x3e041a(0x1cd),_0x136e3b[_0x3e041a(0x1e9)]='browserstack.projectName',_0x136e3b['xlbdW']=_0x3e041a(0x165),_0x136e3b[_0x3e041a(0x17c)]=_0x3e041a(0x188),_0x136e3b[_0x3e041a(0x16b)]=_0x3e041a(0x1b5),_0x136e3b[_0x3e041a(0x1b1)]=_0x3e041a(0x175),_0x136e3b['qbVdL']='browserstack.localIdentifier',_0x136e3b[_0x3e041a(0x1e5)]=_0x3e041a(0x1de),_0x136e3b[_0x3e041a(0x1f6)]=_0x3e041a(0x153),_0x136e3b[_0x3e041a(0x14a)]=_0x3e041a(0x14b),_0x136e3b[_0x3e041a(0x1a0)]=_0x3e041a(0x1af);var _0x2a3e4b=_0x136e3b,_0x636827={};return _0x636827[_0x3e041a(0x16d)]=[_0x2a3e4b['Dicar'],_0x2a3e4b[_0x3e041a(0x151)]],_0x636827[_0x3e041a(0x1ab)]=[_0x2a3e4b[_0x3e041a(0x197)],_0x2a3e4b[_0x3e041a(0x1b7)]],_0x636827[_0x3e041a(0x1f0)]=[_0x2a3e4b[_0x3e041a(0x13f)]],_0x636827[_0x3e041a(0x170)]=[_0x2a3e4b[_0x3e041a(0x1e9)]],_0x636827['buildIdentifier']=[_0x2a3e4b[_0x3e041a(0x14d)]],_0x636827[_0x3e041a(0x1dc)]=[_0x2a3e4b[_0x3e041a(0x17c)],_0x2a3e4b[_0x3e041a(0x16b)]],_0x636827[_0x3e041a(0x18a)]=[_0x2a3e4b[_0x3e041a(0x1b1)]],_0x636827['localIdentifier']=[_0x2a3e4b[_0x3e041a(0x1d7)]],_0x636827['rerunTests']=[_0x2a3e4b['cNreG']],_0x636827[_0x3e041a(0x1f8)]=[_0x2a3e4b[_0x3e041a(0x1f6)]],_0x636827[_0x3e041a(0x1ee)]=[_0x2a3e4b[_0x3e041a(0x14a)]],_0x636827[_0x3e041a(0x158)]=[_0x2a3e4b['uhTDu']],_0x636827;},exports[a63_0x281647(0x17f)]=()=>{var _0x580995=a63_0x281647,_0xa867fc={};_0xa867fc['rxEWr']=_0x580995(0x1a3),_0xa867fc[_0x580995(0x1f4)]=_0x580995(0x181),_0xa867fc[_0x580995(0x15f)]=_0x580995(0x1cb),_0xa867fc[_0x580995(0x1f7)]=_0x580995(0x169),_0xa867fc[_0x580995(0x19f)]=_0x580995(0x1c5),_0xa867fc['zIguZ']=_0x580995(0x1ea),_0xa867fc[_0x580995(0x159)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0xa867fc[_0x580995(0x148)]='BROWSERSTACK_LOCAL',_0xa867fc['bqAqz']=_0x580995(0x1a5),_0xa867fc['rcBfH']=_0x580995(0x17d),_0xa867fc[_0x580995(0x14c)]=_0x580995(0x172),_0xa867fc[_0x580995(0x1e6)]=_0x580995(0x163),_0xa867fc['YjylR']=_0x580995(0x14f),_0xa867fc['sbRur']='BROWSERSTACK_AUTOMATION';var _0x1971d1=_0xa867fc,_0x19e717={};return _0x19e717[_0x580995(0x16d)]=[_0x1971d1['rxEWr'],_0x1971d1[_0x580995(0x1f4)]],_0x19e717[_0x580995(0x1ab)]=[_0x1971d1[_0x580995(0x15f)]],_0x19e717[_0x580995(0x1f0)]=[_0x1971d1['ZVcwB']],_0x19e717[_0x580995(0x170)]=[_0x1971d1[_0x580995(0x19f)]],_0x19e717['buildIdentifier']=[_0x1971d1[_0x580995(0x1ae)]],_0x19e717[_0x580995(0x1dc)]=[_0x1971d1[_0x580995(0x159)]],_0x19e717[_0x580995(0x18a)]=[_0x1971d1[_0x580995(0x148)]],_0x19e717[_0x580995(0x19e)]=[_0x1971d1['bqAqz']],_0x19e717['rerunTests']=[_0x1971d1[_0x580995(0x17a)]],_0x19e717[_0x580995(0x1f8)]=[_0x1971d1['npYvN'],_0x1971d1[_0x580995(0x1e6)]],_0x19e717[_0x580995(0x1ee)]=[_0x1971d1[_0x580995(0x1ad)]],_0x19e717[_0x580995(0x158)]=[_0x1971d1[_0x580995(0x179)]],_0x19e717;},exports['AppiumCaps']=()=>[a63_0x281647(0x14e),a63_0x281647(0x1b6),a63_0x281647(0x1df),'newCommandTimeout',a63_0x281647(0x1f8),a63_0x281647(0x19a),a63_0x281647(0x1aa),'locale',a63_0x281647(0x191),a63_0x281647(0x1fa),a63_0x281647(0x1eb),a63_0x281647(0x184),a63_0x281647(0x150),a63_0x281647(0x140),'enablePerformanceLogging','otherApps',a63_0x281647(0x182),a63_0x281647(0x190),a63_0x281647(0x1d0),'appWaitActivity',a63_0x281647(0x1ce),'appWaitDuration','deviceReadyTimeout','allowTestPackages',a63_0x281647(0x1ca),'androidCoverageEndIntent',a63_0x281647(0x186),'adbPort','androidDeviceSocket',a63_0x281647(0x1ec),a63_0x281647(0x1c1),'avd',a63_0x281647(0x1c8),a63_0x281647(0x15b),'avdArgs',a63_0x281647(0x1b0),'keystorePath',a63_0x281647(0x183),a63_0x281647(0x152),a63_0x281647(0x1d8),a63_0x281647(0x185),a63_0x281647(0x1e2),a63_0x281647(0x1e4),a63_0x281647(0x187),a63_0x281647(0x1a6),a63_0x281647(0x18e),'chromedriverPorts',a63_0x281647(0x144),a63_0x281647(0x15e),a63_0x281647(0x155),'intentCategory',a63_0x281647(0x145),'optionalIntentArguments',a63_0x281647(0x1c4),a63_0x281647(0x171),a63_0x281647(0x1d5),a63_0x281647(0x142),a63_0x281647(0x1b9),a63_0x281647(0x16c),a63_0x281647(0x1ed),a63_0x281647(0x194),a63_0x281647(0x1b8),a63_0x281647(0x180),a63_0x281647(0x15d),a63_0x281647(0x19d),'isHeadless',a63_0x281647(0x143),a63_0x281647(0x1b3),'skipDeviceInitialization',a63_0x281647(0x1bb),a63_0x281647(0x1dd),a63_0x281647(0x160),'remoteAdbHost',a63_0x281647(0x1d4),a63_0x281647(0x147),a63_0x281647(0x19b),a63_0x281647(0x1be),a63_0x281647(0x17b),a63_0x281647(0x161),a63_0x281647(0x15c),a63_0x281647(0x1fb),a63_0x281647(0x1f1),'ensureWebviewsHavePages',a63_0x281647(0x141),a63_0x281647(0x1d9),a63_0x281647(0x199),a63_0x281647(0x1d3),a63_0x281647(0x16f),a63_0x281647(0x1f3),a63_0x281647(0x1e3),a63_0x281647(0x1d1),a63_0x281647(0x1bd),a63_0x281647(0x18f),'nativeInstrumentsLib',a63_0x281647(0x1ef),a63_0x281647(0x1c2),a63_0x281647(0x1c0),'safariIgnoreFraudWarning','safariOpenLinksInBackground','keepKeyChains',a63_0x281647(0x1ba),a63_0x281647(0x1f2),a63_0x281647(0x1a1),a63_0x281647(0x154),'sendKeyStrategy',a63_0x281647(0x1a2),a63_0x281647(0x1d2),a63_0x281647(0x1db),'enableAsyncExecuteFromHttps',a63_0x281647(0x1d6),a63_0x281647(0x176),a63_0x281647(0x1e7),a63_0x281647(0x1a8),a63_0x281647(0x1e0),a63_0x281647(0x173),'customSSLCert',a63_0x281647(0x1e8),'scaleFactor',a63_0x281647(0x195),a63_0x281647(0x1bc),a63_0x281647(0x1c3),'xcodeConfigFile',a63_0x281647(0x156),a63_0x281647(0x174),a63_0x281647(0x189),a63_0x281647(0x18b),a63_0x281647(0x1f5),a63_0x281647(0x1c6),a63_0x281647(0x1da),a63_0x281647(0x1f9),a63_0x281647(0x19c),'xcodeSigningId','updatedWDABundleId',a63_0x281647(0x149),a63_0x281647(0x193),a63_0x281647(0x1e1),'wdaStartupRetryInterval',a63_0x281647(0x1bf),a63_0x281647(0x1a9),a63_0x281647(0x177),a63_0x281647(0x192),a63_0x281647(0x168),a63_0x281647(0x1cf),a63_0x281647(0x1c7),a63_0x281647(0x196),a63_0x281647(0x1ac),a63_0x281647(0x1b2),a63_0x281647(0x15a),a63_0x281647(0x1a4)]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a64_0x3734e9=a64_0x1c92;function a64_0x5dd7(){var _0xdfc9c0=['231091BsZnQa','1799379xTswoW','114604KVYLkW','15GCwPHa','https://hub-use-only.browserstack.com/wd/hub','3909405cQNXqk','2050116mWDQau','15rvOrXF','99wZHHYm','2794432lmYlXn','30IkcoUK','485744XzWjgd','36DlNLOx','BROWSERSTACK_GRR_US_HUB_URL'];a64_0x5dd7=function(){return _0xdfc9c0;};return a64_0x5dd7();}function a64_0x1c92(_0x20a1a2,_0x309326){var _0x5dd772=a64_0x5dd7();return a64_0x1c92=function(_0x1c92e1,_0x17a8ff){_0x1c92e1=_0x1c92e1-0x67;var _0x3dd3a5=_0x5dd772[_0x1c92e1];return _0x3dd3a5;},a64_0x1c92(_0x20a1a2,_0x309326);}(function(_0x1cb372,_0x1ff0eb){var _0x51c7e9=a64_0x1c92,_0x1f8c24=_0x1cb372();while(!![]){try{var _0x24f1e4=parseInt(_0x51c7e9(0x6d))/0x1*(-parseInt(_0x51c7e9(0x6c))/0x2)+-parseInt(_0x51c7e9(0x71))/0x3*(parseInt(_0x51c7e9(0x67))/0x4)+-parseInt(_0x51c7e9(0x6f))/0x5+parseInt(_0x51c7e9(0x68))/0x6*(parseInt(_0x51c7e9(0x6a))/0x7)+parseInt(_0x51c7e9(0x73))/0x8+parseInt(_0x51c7e9(0x6b))/0x9*(parseInt(_0x51c7e9(0x74))/0xa)+parseInt(_0x51c7e9(0x72))/0xb*(parseInt(_0x51c7e9(0x70))/0xc);if(_0x24f1e4===_0x1ff0eb)break;else _0x1f8c24['push'](_0x1f8c24['shift']());}catch(_0x33c4d9){_0x1f8c24['push'](_0x1f8c24['shift']());}}}(a64_0x5dd7,0x6a7cb),exports[a64_0x3734e9(0x69)]=a64_0x3734e9(0x6e));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a65_0x4240(){var _0x1e8b67=['4608712TMLaMt','env','9Lqyrnf','152738AhArPD','central_scanner_log','10567970coPWWa','23965NRhcce','lPukc','14YKXjrY','10539859SpGiFq','78DLRXgJ','2719964YxzeMX','570GekQBe','oapSs','A11Y_SCAN_RESULT','setCentralScannerData','a11y_scanner','1318687sxgSBI'];a65_0x4240=function(){return _0x1e8b67;};return a65_0x4240();}function a65_0x37f5(_0x28ee0e,_0xef8e7d){var _0x424003=a65_0x4240();return a65_0x37f5=function(_0x37f552,_0x14f44f){_0x37f552=_0x37f552-0x1ac;var _0x1da2ff=_0x424003[_0x37f552];return _0x1da2ff;},a65_0x37f5(_0x28ee0e,_0xef8e7d);}var a65_0x57761a=a65_0x37f5;(function(_0x3fd569,_0x36d1f7){var _0x4d3594=a65_0x37f5,_0x26ed15=_0x3fd569();while(!![]){try{var _0xd877d4=-parseInt(_0x4d3594(0x1bc))/0x1+-parseInt(_0x4d3594(0x1ae))/0x2*(parseInt(_0x4d3594(0x1b5))/0x3)+parseInt(_0x4d3594(0x1b6))/0x4+-parseInt(_0x4d3594(0x1b1))/0x5*(-parseInt(_0x4d3594(0x1b7))/0x6)+parseInt(_0x4d3594(0x1b3))/0x7*(parseInt(_0x4d3594(0x1bd))/0x8)+-parseInt(_0x4d3594(0x1ad))/0x9*(-parseInt(_0x4d3594(0x1b0))/0xa)+parseInt(_0x4d3594(0x1b4))/0xb;if(_0xd877d4===_0x36d1f7)break;else _0x26ed15['push'](_0x26ed15['shift']());}catch(_0x4629c6){_0x26ed15['push'](_0x26ed15['shift']());}}}(a65_0x4240,0xf3b2d),exports[a65_0x57761a(0x1ba)]=(_0x27786e,_0x237c16,_0x11bf7b)=>{var _0x35799c=a65_0x57761a,_0xd2c4a3={'oapSs':function(_0x3fd71a,_0x3b662b){return _0x3fd71a(_0x3b662b);},'lPukc':function(_0x3cbcb6,_0x41df4f){return _0x3cbcb6||_0x41df4f;}};_0x27786e[_0x35799c(0x1af)]={'http_code':_0xd2c4a3[_0x35799c(0x1b8)](String,_0x237c16)||null,'redirect_url':_0xd2c4a3[_0x35799c(0x1b2)](_0x11bf7b,null),'token':process[_0x35799c(0x1ac)]['BROWSERSTACK_CENTRAL_SCANNER_JWT']||null},process['env'][_0x35799c(0x1b9)]&&(_0x27786e['central_scanner_log'][_0x35799c(0x1bb)]=JSON['parse'](process['env'][_0x35799c(0x1b9)])||null);});
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
var a66_0x56cc82=a66_0x4d77;function a66_0x4d77(_0x8a1071,_0x4d0736){var _0x323a99=a66_0x323a();return a66_0x4d77=function(_0x4d773c,_0x2269d2){_0x4d773c=_0x4d773c-0x98;var _0x64c745=_0x323a99[_0x4d773c];return _0x64c745;},a66_0x4d77(_0x8a1071,_0x4d0736);}(function(_0x4e7dab,_0x21021c){var _0x40f965=a66_0x4d77,_0x321369=_0x4e7dab();while(!![]){try{var _0xcdca7a=-parseInt(_0x40f965(0x9a))/0x1+-parseInt(_0x40f965(0x9f))/0x2*(-parseInt(_0x40f965(0x9d))/0x3)+parseInt(_0x40f965(0x9b))/0x4*(parseInt(_0x40f965(0xa0))/0x5)+-parseInt(_0x40f965(0xa2))/0x6+parseInt(_0x40f965(0x9e))/0x7+-parseInt(_0x40f965(0xa1))/0x8+parseInt(_0x40f965(0x98))/0x9*(-parseInt(_0x40f965(0xa4))/0xa);if(_0xcdca7a===_0x21021c)break;else _0x321369['push'](_0x321369['shift']());}catch(_0x164ccc){_0x321369['push'](_0x321369['shift']());}}}(a66_0x323a,0x4a017));class Global{static ['__instance'];constructor(){var _0x592653=a66_0x4d77;if(Global[_0x592653(0xa5)])return Global[_0x592653(0xa5)];this[_0x592653(0xa3)]=global,Global[_0x592653(0xa5)]=this;}[a66_0x56cc82(0x99)](_0xb67efe,_0x348a74){var _0x5c4bb1=a66_0x56cc82;this[_0x5c4bb1(0xa3)][_0xb67efe]=_0x348a74;}[a66_0x56cc82(0x9c)](_0x35447b){var _0x125735=a66_0x56cc82;return this[_0x125735(0xa3)][_0x35447b];}}module[a66_0x56cc82(0xa6)]=new Global();function a66_0x323a(){var _0x5a84c7=['setGlobal','211430zxcvoG','4TwDxlO','getGlobal','1072389IbNFyY','3638236zLxKVW','2ehaWPH','1423335xHGsXg','1087744JWxStD','1428816RCGvGq','browserStackGlobals','1610DaqarF','__instance','exports','15273mYZanY'];a66_0x323a=function(){return _0x5a84c7;};return a66_0x323a();}
|