browserstack-node-sdk 1.30.0 → 1.30.1
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/gcs.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/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.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.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/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/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/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/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/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/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/performance-tester.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/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const a47_0x50645a=a47_0x17b0;function a47_0x17b0(_0x3a6925,_0x556fd7){const _0xf4e998=a47_0xf4e9();return a47_0x17b0=function(_0x17b023,_0x339a26){_0x17b023=_0x17b023-0x1e8;let _0xa3bc4b=_0xf4e998[_0x17b023];return _0xa3bc4b;},a47_0x17b0(_0x3a6925,_0x556fd7);}function a47_0xf4e9(){const _0x4a576f=['buildDescription','DkhgU','oanpn','eYtQQ','cgxaz','XTxNa','info','application/json','NYeTr','ZzndH','getCiInfo','Authorization','mKbAm','toISOString','ltUKJ','VCqHm','mLXEY','BgfKO','isArray','isTrue','Invalid\x20configuration\x20passed.','IltYu','qTdlS','hHZPx','fSPLa','scannerVersion','luCnp','12165584yfSjLG','HSVAm','PUT','eoPJh','GJetp','status','ZbhjR','inxlB','vBYWD','JsIeR','mEbmV','nViOs','pLozj','oSuWy','response','WHhCW','rIuiC','TaXLk','xzddb','FKOZF','HMeWu','svRhe','exved','statusText','TupVS','message','auth','mkzcW','BS_A11Y_JWT','resolve','vGqYt','VFCoe','qAykJ','fTuwx','ONGaG','AGSae','ZLJar','getAccessibilityResultsSummary','EDkck','cwd','isAccessibilityAutomationSession','QTjzm','getBrowserName','Tmgsg','1606479fZnloR','eWMdO','fetchPlatformDetails','hnvjK','../logger','SHDuZ','2xLfJcm','pgnJJ','browserstack','winstonLogger','xjMiN','HCRfJ','parse','evMnA','Czaqb','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','checkAccessibilityPlatformConfig','eGHTp','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','getBrowserVersion','tVOYr','PZXgv','wGDUD','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','kiKep','ulkri','excludeTagsInTestingScope','GXEPO','JUrff','LQCZP','flqrQ','GXmGG','DYogc','guXbY','yGrqf','wmsLM','yPowv','FuCxR','adqMo','ONYRr','YkFKO','includeTagsInTestingScope','stack','forEach','isAccessibilityPlatform','./constants','NJHIK','createAccessibilityTestRun','OWLHm','IubJK','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','assign','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','JSngc','pFRPG','join','ZZnXt','rkFtA','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','171341wmPHhT','tRCdE','BpqgY','../helper','Content-Type','YxtED','test_runs/stop','KSsGo','lnJxO','getAccessKey','UXjeX','oWXJF','kFwof','IxNjC','LGESf','aHcDb','success','xMvgb','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','rDdaT','ktXve','eMLfa','buildName','getAgentVersion','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','Pbcyg','null','DUAlU','dsfOO','MBPRU','kOwTD','Bearer\x20','IEahD','json','QvfiG','oFeBT','env','accessibility','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','body','includes','KWjbV','800620ruHfuZ','TlxYC','gVaXB','hXECQ','stringify','ysmSq','oQKog','wfRlG','OnSFP','mXbyS','HerlI','ufhRh','getGitMetaData','errors','Build\x20creation\x20had\x20failed.','warn','getHostInfo','UBeSz','mfWDP','rcjHs','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','accessibilityToken','NVbrR','XREzD','getPlatformVersion','stopAccessibilityTestRun','isUndefined','oMBIF','436842ETZgYn','ZkMJI','length','hTAIR','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','debug','DPOnC','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','ptGXw','shouldScanTestForAccessibility','some','SvFls','uRAQO','getPlatform','mhwsI','uhBnA','cAOtC','obApn','AQRGX','okRiT','ZsahV','XNqcJ','kSyoZ','No\x20accessibility\x20results\x20were\x20found.','headers','string','BROWSERSTACK_TEST_ACCESSIBILITY_YML','TnNdC','error','FjtGR','KQmBU','bhUNU','duvEb','GmGDp','uGaOu','projectName','getUserName','hDQUs','UwiEy','iQQQX','VlmxR','InHyZ','jaaqz','jpaqb','executeScript','platforms','No\x20accessibility\x20summary\x20was\x20found.','XDCtl','data','3291084hwFXmv','uSxgB','gCWOs','QMAkg','hJkdj','getCapabilities','1339628wLBexK','VZUni','basename','NqjaO','Qywst','test_runs','HrdJy','OZurn','wYKpp','isBrowserstackInfra','LdhKb','CIHWk','AIWEk','roMmU','JPPdP'];a47_0xf4e9=function(){return _0x4a576f;};return a47_0xf4e9();}(function(_0x5c35bd,_0x4b9502){const _0xe9c091=a47_0x17b0,_0x29d06b=_0x5c35bd();while(!![]){try{const _0x3e4d9a=-parseInt(_0xe9c091(0x2a7))/0x1*(-parseInt(_0xe9c091(0x271))/0x2)+parseInt(_0xe9c091(0x26b))/0x3+parseInt(_0xe9c091(0x215))/0x4+parseInt(_0xe9c091(0x2d1))/0x5+parseInt(_0xe9c091(0x20f))/0x6+parseInt(_0xe9c091(0x2ed))/0x7+-parseInt(_0xe9c091(0x23f))/0x8;if(_0x3e4d9a===_0x4b9502)break;else _0x29d06b['push'](_0x29d06b['shift']());}catch(_0x44e709){_0x29d06b['push'](_0x29d06b['shift']());}}}(a47_0xf4e9,0x474f7));const path=require('path'),util=require('util'),bsSetupHelper=require(a47_0x50645a(0x2aa)),logger=require(a47_0x50645a(0x26f))[a47_0x50645a(0x274)],{API_URL}=require(a47_0x50645a(0x299));exports[a47_0x50645a(0x26d)]=async _0x5c20f8=>{const _0x5b71db=a47_0x50645a,_0x42e287={};_0x42e287[_0x5b71db(0x29a)]=function(_0x2e8e39,_0x1c714d){return _0x2e8e39===_0x1c714d;},_0x42e287[_0x5b71db(0x28e)]=_0x5b71db(0x2b3),_0x42e287[_0x5b71db(0x200)]=function(_0x440f3d,_0x433986){return _0x440f3d==_0x433986;},_0x42e287[_0x5b71db(0x276)]=_0x5b71db(0x273),_0x42e287['NZWKf']=function(_0x4985bc,_0xa26ed4){return _0x4985bc!==_0xa26ed4;},_0x42e287['DkhgU']='JyPYZ',_0x42e287[_0x5b71db(0x27c)]=_0x5b71db(0x1fe);const _0x50123c=_0x42e287;let _0x26271b={};try{if(_0x50123c[_0x5b71db(0x29a)](_0x50123c[_0x5b71db(0x28e)],_0x50123c[_0x5b71db(0x28e)])){const _0x2800b4=await _0x5c20f8[_0x5b71db(0x214)]();_0x26271b={'os_name':_0x2800b4[_0x5b71db(0x1eb)](),'os_version':bsSetupHelper[_0x5b71db(0x2e9)](_0x50123c[_0x5b71db(0x200)](global['__cloud_provider___'],_0x50123c[_0x5b71db(0x276)])),'browser_name':_0x2800b4[_0x5b71db(0x269)](),'browser_version':_0x2800b4[_0x5b71db(0x27f)]()};}else _0x26a534={};}catch(_0xaa7896){if(_0x50123c['NZWKf'](_0x50123c[_0x5b71db(0x225)],_0x50123c[_0x5b71db(0x27c)]))logger['debug'](_0x5b71db(0x2e5)+_0xaa7896);else return!![];}return _0x26271b;},exports[a47_0x50645a(0x267)]=()=>{const _0x1e6b6d=a47_0x50645a,_0x56c315={};_0x56c315['TupVS']=_0x1e6b6d(0x283),_0x56c315[_0x1e6b6d(0x220)]=function(_0x41da80,_0x15c46a){return _0x41da80!==_0x15c46a;},_0x56c315[_0x1e6b6d(0x1f1)]=_0x1e6b6d(0x228),_0x56c315[_0x1e6b6d(0x294)]=_0x1e6b6d(0x24e),_0x56c315[_0x1e6b6d(0x21f)]=_0x1e6b6d(0x29d),_0x56c315[_0x1e6b6d(0x240)]=function(_0x2c99b8,_0x281303){return _0x2c99b8===_0x281303;},_0x56c315[_0x1e6b6d(0x260)]=_0x1e6b6d(0x1f7),_0x56c315[_0x1e6b6d(0x28c)]=function(_0x12efc9,_0x518b89){return _0x12efc9>_0x518b89;},_0x56c315[_0x1e6b6d(0x25f)]=function(_0x3a7af3,_0x3484a7){return _0x3a7af3!==_0x3484a7;},_0x56c315['JPPdP']=_0x1e6b6d(0x2c1),_0x56c315[_0x1e6b6d(0x245)]=function(_0x5592bf,_0x2e055f){return _0x5592bf&&_0x2e055f;},_0x56c315['ZsahV']=function(_0x399bba,_0x3f8a09){return _0x399bba===_0x3f8a09;},_0x56c315[_0x1e6b6d(0x2a4)]=_0x1e6b6d(0x25d),_0x56c315[_0x1e6b6d(0x2c9)]=_0x1e6b6d(0x239);const _0x578ab7=_0x56c315;try{if(_0x578ab7[_0x1e6b6d(0x220)](_0x578ab7[_0x1e6b6d(0x1f1)],_0x578ab7[_0x1e6b6d(0x1f1)]))return _0x534eed[_0x1e6b6d(0x1fa)](_0x578ab7[_0x1e6b6d(0x257)]),[null,null];else{if(!bsSetupHelper[_0x1e6b6d(0x21e)]()){if(_0x578ab7[_0x1e6b6d(0x220)](_0x578ab7[_0x1e6b6d(0x294)],_0x578ab7[_0x1e6b6d(0x21f)]))return![];else _0x4c15a6['error'](_0x1e6b6d(0x2cd)+_0x31cc78[_0x1e6b6d(0x24d)][_0x1e6b6d(0x244)]+'\x20'+_0x20afae[_0x1e6b6d(0x24d)][_0x1e6b6d(0x256)]+'\x20'+_0x5822df[_0x1e6b6d(0x2d5)](_0x2b72fd[_0x1e6b6d(0x24d)]['data']));}const _0x5a3d29=bsSetupHelper[_0x1e6b6d(0x237)](process[_0x1e6b6d(0x2cb)][_0x1e6b6d(0x1f8)])||bsSetupHelper[_0x1e6b6d(0x237)](process[_0x1e6b6d(0x2cb)][_0x1e6b6d(0x2f1)]),_0x32847d=_0x578ab7[_0x1e6b6d(0x240)](typeof process[_0x1e6b6d(0x2cb)][_0x1e6b6d(0x25b)],_0x578ab7[_0x1e6b6d(0x260)])&&_0x578ab7[_0x1e6b6d(0x28c)](process[_0x1e6b6d(0x2cb)][_0x1e6b6d(0x25b)]['length'],0x0)&&_0x578ab7[_0x1e6b6d(0x25f)](process['env']['BS_A11Y_JWT'],_0x578ab7[_0x1e6b6d(0x223)]);return _0x578ab7[_0x1e6b6d(0x245)](_0x5a3d29,_0x32847d);}}catch(_0x463fd2){_0x578ab7[_0x1e6b6d(0x1f2)](_0x578ab7[_0x1e6b6d(0x2a4)],_0x578ab7[_0x1e6b6d(0x2c9)])?_0xd37e61[_0x1e6b6d(0x1fa)](_0x1e6b6d(0x27e)+_0x4ec3a0[_0x1e6b6d(0x24d)][_0x1e6b6d(0x244)]+'\x20'+_0x5f4e07[_0x1e6b6d(0x24d)][_0x1e6b6d(0x256)]+'\x20'+_0x17d0f3[_0x1e6b6d(0x2d5)](_0x19edad[_0x1e6b6d(0x24d)][_0x1e6b6d(0x20e)])):logger[_0x1e6b6d(0x2f2)](_0x1e6b6d(0x2f5)+_0x463fd2);}return![];},exports[a47_0x50645a(0x2f7)]=(_0x17f5fb,_0x4b87c0=!![])=>{const _0x3405f7=a47_0x50645a,_0x404395={};_0x404395[_0x3405f7(0x2c5)]=function(_0x1d0040,_0x1fd1ab){return _0x1d0040===_0x1fd1ab;},_0x404395[_0x3405f7(0x208)]='string',_0x404395[_0x3405f7(0x2d0)]=function(_0x523dfa,_0x499896){return _0x523dfa>_0x499896;},_0x404395['NVbrR']=function(_0x486749,_0x40ed51){return _0x486749!==_0x40ed51;},_0x404395[_0x3405f7(0x2e3)]=_0x3405f7(0x2c1),_0x404395[_0x3405f7(0x2da)]=function(_0x3dfe6e,_0x248a43){return _0x3dfe6e&&_0x248a43;},_0x404395[_0x3405f7(0x234)]=_0x3405f7(0x2b7),_0x404395[_0x3405f7(0x255)]=function(_0x860585,_0x1592c6){return _0x860585==_0x1592c6;},_0x404395[_0x3405f7(0x282)]=function(_0x4240a5,_0x317d4a){return _0x4240a5===_0x317d4a;},_0x404395[_0x3405f7(0x252)]=_0x3405f7(0x2d6),_0x404395[_0x3405f7(0x2d9)]=_0x3405f7(0x289),_0x404395[_0x3405f7(0x213)]=_0x3405f7(0x1fc),_0x404395[_0x3405f7(0x2c7)]=function(_0x39f591,_0x3e6076){return _0x39f591===_0x3e6076;},_0x404395[_0x3405f7(0x2b4)]=_0x3405f7(0x2db),_0x404395[_0x3405f7(0x25a)]=_0x3405f7(0x2b1),_0x404395[_0x3405f7(0x250)]=_0x3405f7(0x2ae),_0x404395[_0x3405f7(0x1f4)]=function(_0x1182a4,_0x70e287){return _0x1182a4&&_0x70e287;},_0x404395[_0x3405f7(0x226)]=function(_0x27b1d5,_0x48d2cd){return _0x27b1d5===_0x48d2cd;},_0x404395[_0x3405f7(0x2d4)]=_0x3405f7(0x278),_0x404395[_0x3405f7(0x2d7)]=_0x3405f7(0x29e);const _0x4569d5=_0x404395;if(_0x4569d5['exved'](process[_0x3405f7(0x2cb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null)){if(_0x4569d5['wGDUD'](_0x4569d5[_0x3405f7(0x252)],_0x4569d5[_0x3405f7(0x252)]))return!![];else{try{if(!_0x54186b['isBrowserstackInfra']())return![];const _0x254f08=_0x3fb936[_0x3405f7(0x237)](_0x2397d4[_0x3405f7(0x2cb)][_0x3405f7(0x1f8)])||_0x3b2e74[_0x3405f7(0x237)](_0x2ff0e8[_0x3405f7(0x2cb)][_0x3405f7(0x2f1)]),_0x59f645=_0x4569d5[_0x3405f7(0x2c5)](typeof _0x1a35bd[_0x3405f7(0x2cb)][_0x3405f7(0x25b)],_0x4569d5[_0x3405f7(0x208)])&&_0x4569d5[_0x3405f7(0x2d0)](_0x1ab8b6[_0x3405f7(0x2cb)][_0x3405f7(0x25b)][_0x3405f7(0x2ef)],0x0)&&_0x4569d5[_0x3405f7(0x2e7)](_0x2fc1c3[_0x3405f7(0x2cb)]['BS_A11Y_JWT'],_0x4569d5['mfWDP']);return _0x4569d5[_0x3405f7(0x2da)](_0x254f08,_0x59f645);}catch(_0x34c9c6){_0x1a41e8[_0x3405f7(0x2f2)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x34c9c6);}return![];}}try{if(_0x4569d5['NVbrR'](_0x4569d5[_0x3405f7(0x2d9)],_0x4569d5['hJkdj'])){const _0x26c4ef=JSON['parse'](process[_0x3405f7(0x2cb)][_0x3405f7(0x2a6)]),_0xcbaa59=Array[_0x3405f7(0x236)](_0x26c4ef[_0x3405f7(0x295)])?_0x26c4ef[_0x3405f7(0x295)]:[],_0x302e1c=Array[_0x3405f7(0x236)](_0x26c4ef[_0x3405f7(0x286)])?_0x26c4ef[_0x3405f7(0x286)]:[];let _0x2e4e1f;_0x4b87c0?_0x4569d5[_0x3405f7(0x2c7)](_0x4569d5[_0x3405f7(0x2b4)],_0x4569d5['IxNjC'])?_0x2e4e1f=_0x17f5fb[_0x3405f7(0x2a3)]('/'):_0x42725e=_0x39f387[_0x3405f7(0x277)](_0x4a05dd['env'][_0x3405f7(0x2a6)]):_0x4569d5[_0x3405f7(0x2e7)](_0x4569d5[_0x3405f7(0x25a)],_0x4569d5[_0x3405f7(0x250)])?_0x2e4e1f=_0x17f5fb:_0x4b9d04['error'](_0x3405f7(0x27e)+(_0x2e2404[_0x3405f7(0x258)]||_0x4701cb[_0x3405f7(0x296)]));const _0x2c4892=_0x302e1c[_0x3405f7(0x1e8)](_0x2ed03b=>_0x2e4e1f[_0x3405f7(0x2cf)](_0x2ed03b)),_0x44cbae=_0x4569d5[_0x3405f7(0x2c5)](_0xcbaa59[_0x3405f7(0x2ef)],0x0)||_0xcbaa59[_0x3405f7(0x1e8)](_0x3daa16=>_0x2e4e1f[_0x3405f7(0x2cf)](_0x3daa16));return _0x4569d5['kSyoZ'](!_0x2c4892,_0x44cbae);}else _0x570130={};}catch(_0x3384d1){if(_0x4569d5[_0x3405f7(0x226)](_0x4569d5[_0x3405f7(0x2d4)],_0x4569d5[_0x3405f7(0x2d4)]))logger['debug'](_0x4569d5[_0x3405f7(0x2d7)],_0x3384d1);else{_0x410430[_0x3405f7(0x22a)](_0x3405f7(0x2a0)+new _0x3f6c3d()['toISOString']());const _0x4d8d77={};return _0x4d8d77[_0x3405f7(0x244)]=_0x4569d5[_0x3405f7(0x234)],_0x4d8d77['message']='',_0x4d8d77;}}return![];},exports[a47_0x50645a(0x27b)]=_0x57d70b=>{const _0x293973=a47_0x50645a,_0x2c7c57={};_0x2c7c57[_0x293973(0x1ff)]=function(_0x31d9c9,_0x372654){return _0x31d9c9===_0x372654;},_0x2c7c57[_0x293973(0x23e)]=_0x293973(0x1ef),_0x2c7c57[_0x293973(0x284)]=_0x293973(0x2f6),_0x2c7c57['nViOs']=function(_0x6e4eda,_0x32a0f9){return _0x6e4eda!==_0x32a0f9;},_0x2c7c57[_0x293973(0x1fb)]=_0x293973(0x249),_0x2c7c57[_0x293973(0x2c2)]='false',_0x2c7c57['QTjzm']=_0x293973(0x1f3),_0x2c7c57['PZXgv']='FuGXx',_0x2c7c57['ONYRr']=_0x293973(0x211);const _0x7b47b7=_0x2c7c57;let _0x22fa68=![];try{_0x7b47b7['nViOs'](_0x7b47b7[_0x293973(0x268)],_0x7b47b7[_0x293973(0x281)])?_0x57d70b[_0x293973(0x20b)][_0x293973(0x297)](_0x10d333=>{const _0x5db544=_0x293973;if(_0x7b47b7['GmGDp'](_0x7b47b7[_0x5db544(0x23e)],_0x7b47b7[_0x5db544(0x284)]))_0x343a02[_0x5db544(0x2f2)](_0x5db544(0x2e5)+_0x5a4f65);else{if(bsSetupHelper[_0x5db544(0x237)](_0x10d333[_0x5db544(0x2cc)])){if(_0x7b47b7[_0x5db544(0x24a)](_0x7b47b7['FjtGR'],_0x7b47b7[_0x5db544(0x1fb)]))_0x39be18=_0x4ba11b;else return _0x22fa68=!![],!![];}}}):_0x4c2f3f=_0x581cd9[_0x293973(0x2a3)]('/');}catch(_0x496c4e){if(_0x7b47b7[_0x293973(0x1ff)](_0x7b47b7[_0x293973(0x293)],_0x7b47b7[_0x293973(0x293)]))logger[_0x293973(0x2f2)](_0x293973(0x27a)+_0x496c4e);else{_0x5efe54[_0x293973(0x1fa)](_0x293973(0x27e)+(_0x5cb10b[_0x293973(0x258)]||_0x36bff3['stack']));for(const _0x448f4e of _0x391885[_0x293973(0x2de)]){_0x539d9a['error'](_0x448f4e['message']);}_0x5d55bf['env'][_0x293973(0x1f8)]=_0x7b47b7[_0x293973(0x2c2)],_0x1f7a6a['env'][_0x293973(0x2f1)]=_0x7b47b7[_0x293973(0x2c2)];}}return _0x22fa68;},exports[a47_0x50645a(0x29b)]=async(_0x388dd3,_0x347a92)=>{const _0x43b603=a47_0x50645a,_0x445a98={};_0x445a98[_0x43b603(0x2a5)]=function(_0x55c9aa,_0x3e66f5){return _0x55c9aa===_0x3e66f5;},_0x445a98['flqrQ']='string',_0x445a98[_0x43b603(0x280)]=function(_0x40f7f2,_0x375d5f){return _0x40f7f2>_0x375d5f;},_0x445a98['ktXve']=function(_0x41c048,_0x20953d){return _0x41c048!==_0x20953d;},_0x445a98[_0x43b603(0x210)]=_0x43b603(0x2c1),_0x445a98['Czaqb']=function(_0xda7b05,_0x906c18){return _0xda7b05&&_0x906c18;},_0x445a98[_0x43b603(0x2c4)]='No\x20accessibility\x20results\x20were\x20found.',_0x445a98['NqjaO']=function(_0x5d11ef,_0x5790ec){return _0x5d11ef==_0x5790ec;},_0x445a98[_0x43b603(0x2f0)]=_0x43b603(0x238),_0x445a98[_0x43b603(0x209)]='false',_0x445a98['adqMo']=function(_0x468e60,_0x1d04c7){return _0x468e60+_0x1d04c7;},_0x445a98[_0x43b603(0x2ec)]='Invalid\x20request:\x20',_0x445a98['hHZPx']=_0x43b603(0x20c),_0x445a98[_0x43b603(0x229)]=_0x43b603(0x25e),_0x445a98[_0x43b603(0x1fd)]=_0x43b603(0x283),_0x445a98[_0x43b603(0x2ca)]=_0x43b603(0x26c),_0x445a98[_0x43b603(0x1e9)]=_0x43b603(0x23c),_0x445a98['wmsLM']=_0x43b603(0x219),_0x445a98[_0x43b603(0x26e)]=_0x43b603(0x288),_0x445a98[_0x43b603(0x270)]=_0x43b603(0x22b),_0x445a98[_0x43b603(0x22c)]='POST',_0x445a98[_0x43b603(0x2ac)]=_0x43b603(0x21a),_0x445a98[_0x43b603(0x2e4)]=_0x43b603(0x2c3),_0x445a98[_0x43b603(0x263)]=_0x43b603(0x21c),_0x445a98[_0x43b603(0x230)]=function(_0x3d8ce9,_0x34b029){return _0x3d8ce9!==_0x34b029;},_0x445a98[_0x43b603(0x2b8)]='xFZvd',_0x445a98[_0x43b603(0x285)]=_0x43b603(0x2dc),_0x445a98[_0x43b603(0x205)]=_0x43b603(0x227),_0x445a98[_0x43b603(0x248)]=function(_0x1aa082,_0x562f64){return _0x1aa082!==_0x562f64;},_0x445a98[_0x43b603(0x216)]=_0x43b603(0x242),_0x445a98['qTdlS']=_0x43b603(0x1ed),_0x445a98[_0x43b603(0x24c)]=function(_0x15c5ad,_0x168756){return _0x15c5ad===_0x168756;},_0x445a98['PYbBQ']=_0x43b603(0x2b5),_0x445a98['XDCtl']=_0x43b603(0x28d),_0x445a98[_0x43b603(0x2c0)]=function(_0x16989e,_0x19f5ee){return _0x16989e===_0x19f5ee;},_0x445a98[_0x43b603(0x2a9)]=_0x43b603(0x203),_0x445a98[_0x43b603(0x291)]=_0x43b603(0x28b),_0x445a98[_0x43b603(0x2f3)]=function(_0x5ab484,_0x371403){return _0x5ab484!==_0x371403;},_0x445a98['gVaXB']=_0x43b603(0x275),_0x445a98['HMeWu']=function(_0x5ccd12,_0x2985b3){return _0x5ccd12!==_0x2985b3;},_0x445a98['CWbne']='SnIoq',_0x445a98[_0x43b603(0x2ba)]='GmADJ';const _0x266788=_0x445a98,_0x50afe6=bsSetupHelper[_0x43b603(0x202)](_0x388dd3),_0x21cfc4=bsSetupHelper[_0x43b603(0x2b0)](_0x388dd3);if(bsSetupHelper['isUndefined'](_0x50afe6)||bsSetupHelper['isUndefined'](_0x21cfc4)){if(_0x266788[_0x43b603(0x2a5)](_0x266788['XTxNa'],_0x266788[_0x43b603(0x229)]))return logger[_0x43b603(0x1fa)](_0x266788[_0x43b603(0x1fd)]),[null,null];else _0x2e9c67[_0x43b603(0x2f2)](_0x43b603(0x2f5)+_0x161491);}try{if(_0x266788[_0x43b603(0x2bb)](_0x266788[_0x43b603(0x2ca)],_0x266788[_0x43b603(0x1e9)])){let _0x32a81b;if(bsSetupHelper[_0x43b603(0x2eb)](process['env'][_0x43b603(0x2a6)])){if(_0x266788[_0x43b603(0x2bb)](_0x266788[_0x43b603(0x28f)],_0x266788['wmsLM']))return _0x1673bd['warn']('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.'),[];else _0x32a81b={};}else{if(_0x266788[_0x43b603(0x2bb)](_0x266788[_0x43b603(0x26e)],_0x266788[_0x43b603(0x26e)])){if(!_0xade84a[_0x43b603(0x21e)]())return![];const _0x20e1aa=_0x2453dc['isTrue'](_0x54b726[_0x43b603(0x2cb)][_0x43b603(0x1f8)])||_0xc97615[_0x43b603(0x237)](_0x52c341['env'][_0x43b603(0x2f1)]),_0x1f1127=_0x266788[_0x43b603(0x2a5)](typeof _0x164221['env']['BS_A11Y_JWT'],_0x266788[_0x43b603(0x28a)])&&_0x266788[_0x43b603(0x280)](_0x4acbcd[_0x43b603(0x2cb)][_0x43b603(0x25b)]['length'],0x0)&&_0x266788['ktXve'](_0x556550[_0x43b603(0x2cb)][_0x43b603(0x25b)],_0x266788[_0x43b603(0x210)]);return _0x266788[_0x43b603(0x279)](_0x20e1aa,_0x1f1127);}else _0x32a81b=JSON[_0x43b603(0x277)](process[_0x43b603(0x2cb)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}const _0x26a6e1={'projectName':_0x388dd3[_0x43b603(0x201)],'buildName':_0x388dd3[_0x43b603(0x2bd)]||path[_0x43b603(0x217)](path[_0x43b603(0x25c)](process[_0x43b603(0x266)]())),'startTime':new Date()[_0x43b603(0x231)](),'description':_0x388dd3[_0x43b603(0x224)]||'','source':{'frameworkName':_0x347a92,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x347a92),'sdkVersion':bsSetupHelper[_0x43b603(0x2be)]()},'settings':_0x32a81b,'versionControl':await bsSetupHelper[_0x43b603(0x2dd)](),'ciInfo':bsSetupHelper[_0x43b603(0x22e)](),'hostInfo':bsSetupHelper[_0x43b603(0x2e1)](),'browserstackAutomation':bsSetupHelper[_0x43b603(0x21e)]()},_0x5445ea={};_0x5445ea['user']=_0x50afe6,_0x5445ea['pass']=_0x21cfc4;const _0xa038e1={};_0xa038e1[_0x43b603(0x2ab)]=_0x266788[_0x43b603(0x270)];const _0x689b4c={};_0x689b4c[_0x43b603(0x259)]=_0x5445ea,_0x689b4c[_0x43b603(0x1f6)]=_0xa038e1;const _0x3441f0=_0x689b4c,_0x8cde64={};_0x8cde64[_0x43b603(0x2ce)]=_0x26a6e1,_0x8cde64[_0x43b603(0x2c8)]=!![];const _0x526414=Object[_0x43b603(0x29f)](_0x3441f0,_0x8cde64),_0x59593e=await bsSetupHelper['nodeRequest'](_0x266788['NYeTr'],_0x266788[_0x43b603(0x2ac)],_0x526414,_0x388dd3,API_URL);let _0x181e2c=process[_0x43b603(0x2cb)][_0x43b603(0x2a6)];if(_0x181e2c){if(_0x266788[_0x43b603(0x2a5)](_0x266788[_0x43b603(0x2e4)],_0x266788[_0x43b603(0x263)]))return _0xdda76['error'](_0x266788[_0x43b603(0x2c4)]),[];else _0x181e2c=JSON[_0x43b603(0x277)](process[_0x43b603(0x2cb)][_0x43b603(0x2a6)]);}else{if(_0x266788[_0x43b603(0x230)](_0x266788[_0x43b603(0x2b8)],_0x266788[_0x43b603(0x285)]))_0x181e2c={};else return _0x4ddbbb=!![],!![];}return _0x181e2c[_0x43b603(0x23d)]=_0x59593e[_0x43b603(0x20e)][_0x43b603(0x20e)][_0x43b603(0x23d)],process['env'][_0x43b603(0x2a6)]=JSON[_0x43b603(0x2d5)](_0x181e2c),[_0x59593e[_0x43b603(0x20e)][_0x43b603(0x20e)][_0x43b603(0x2e6)],_0x59593e[_0x43b603(0x20e)][_0x43b603(0x20e)]['id']];}else return![];}catch(_0x11d0b4){if(_0x266788[_0x43b603(0x2a5)](_0x266788[_0x43b603(0x205)],_0x266788['iQQQX'])){if(_0x11d0b4[_0x43b603(0x24d)]){if(_0x266788[_0x43b603(0x248)](_0x266788[_0x43b603(0x216)],_0x266788[_0x43b603(0x23a)]))logger[_0x43b603(0x1fa)](_0x43b603(0x27e)+_0x11d0b4[_0x43b603(0x24d)][_0x43b603(0x244)]+'\x20'+_0x11d0b4[_0x43b603(0x24d)][_0x43b603(0x256)]+'\x20'+JSON[_0x43b603(0x2d5)](_0x11d0b4['response'][_0x43b603(0x20e)]));else{if(_0x266788[_0x43b603(0x218)](_0xa93ce3[_0x43b603(0x258)],_0x266788[_0x43b603(0x2f0)])){_0x1620c5[_0x43b603(0x1fa)](_0x43b603(0x27e)+(_0x590dcb[_0x43b603(0x258)]||_0x9fef23[_0x43b603(0x296)]));for(const _0x1ba0c6 of _0x164465[_0x43b603(0x2de)]){_0x419276[_0x43b603(0x1fa)](_0x1ba0c6[_0x43b603(0x258)]);}_0x5955a3[_0x43b603(0x2cb)][_0x43b603(0x1f8)]=_0x266788[_0x43b603(0x209)],_0x211e45[_0x43b603(0x2cb)][_0x43b603(0x2f1)]=_0x266788[_0x43b603(0x209)];}else _0x3a9069['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x193c7e[_0x43b603(0x258)]||_0x181342['stack']));}}else{if(_0x266788[_0x43b603(0x24c)](_0x266788['PYbBQ'],_0x266788[_0x43b603(0x20d)]))throw new _0x32db80(_0x266788[_0x43b603(0x292)](_0x266788[_0x43b603(0x2ec)],_0x5b0b97[_0x43b603(0x20e)]['error']));else{if(_0x266788['NqjaO'](_0x11d0b4[_0x43b603(0x258)],_0x266788[_0x43b603(0x2f0)])){if(_0x266788[_0x43b603(0x2c0)](_0x266788[_0x43b603(0x2a9)],_0x266788[_0x43b603(0x291)]))_0x33fe8b=_0x10bd9b[_0x43b603(0x277)](_0x1e7f07['env'][_0x43b603(0x2a6)]);else{logger['error'](_0x43b603(0x27e)+(_0x11d0b4[_0x43b603(0x258)]||_0x11d0b4[_0x43b603(0x296)]));for(const _0x290ba6 of _0x11d0b4['errors']){_0x266788[_0x43b603(0x2f3)](_0x266788[_0x43b603(0x2d3)],_0x266788[_0x43b603(0x2d3)])?_0x2ff4b5[_0x43b603(0x1fa)](_0x43b603(0x2cd)+(_0x309458['message']||_0x56499c['format'](_0x1b5093))):logger[_0x43b603(0x1fa)](_0x290ba6[_0x43b603(0x258)]);}process[_0x43b603(0x2cb)][_0x43b603(0x1f8)]=_0x266788[_0x43b603(0x209)],process[_0x43b603(0x2cb)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x266788[_0x43b603(0x209)];}}else{if(_0x266788[_0x43b603(0x253)](_0x266788['CWbne'],_0x266788[_0x43b603(0x2ba)]))logger[_0x43b603(0x1fa)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x11d0b4[_0x43b603(0x258)]||_0x11d0b4[_0x43b603(0x296)]));else return _0x45affb[_0x43b603(0x1fa)](_0x266788[_0x43b603(0x23b)]),{};}}}return[null,null];}else{if(_0x46d2b5['isTrue'](_0x3f8183[_0x43b603(0x2cc)]))return _0x4d1c52=!![],!![];}}},exports[a47_0x50645a(0x2ea)]=async _0x2d5287=>{const _0x572c83=a47_0x50645a,_0x2805a3={};_0x2805a3[_0x572c83(0x290)]=_0x572c83(0x1fa),_0x2805a3[_0x572c83(0x2b6)]=_0x572c83(0x29e),_0x2805a3[_0x572c83(0x272)]=_0x572c83(0x2df),_0x2805a3[_0x572c83(0x221)]=function(_0x587abf,_0x21a674){return _0x587abf===_0x21a674;},_0x2805a3['EDkck']=function(_0x56d1c2,_0x29164b){return _0x56d1c2&&_0x29164b;},_0x2805a3[_0x572c83(0x2a1)]=function(_0x511304,_0xbfed6a){return _0x511304!==_0xbfed6a;},_0x2805a3[_0x572c83(0x1ec)]=_0x572c83(0x1f7),_0x2805a3[_0x572c83(0x246)]=function(_0x4e3f3c,_0x25f311){return _0x4e3f3c!==_0x25f311;},_0x2805a3['wfRlG']=_0x572c83(0x2d2),_0x2805a3['svRhe']=_0x572c83(0x22b),_0x2805a3[_0x572c83(0x21d)]=function(_0x530238,_0xc9d754){return _0x530238===_0xc9d754;},_0x2805a3[_0x572c83(0x2e2)]=_0x572c83(0x1f9),_0x2805a3[_0x572c83(0x251)]=_0x572c83(0x204),_0x2805a3[_0x572c83(0x24b)]=_0x572c83(0x241),_0x2805a3[_0x572c83(0x2b2)]=_0x572c83(0x2ad),_0x2805a3[_0x572c83(0x2bc)]=function(_0x43564b,_0x2d19fe){return _0x43564b!==_0x2d19fe;},_0x2805a3[_0x572c83(0x233)]=_0x572c83(0x24f),_0x2805a3[_0x572c83(0x262)]=function(_0x54b00f,_0x3ffc1d){return _0x54b00f+_0x3ffc1d;},_0x2805a3[_0x572c83(0x206)]='Invalid\x20request:\x20',_0x2805a3[_0x572c83(0x2a8)]=function(_0x552ef3,_0x2350b3){return _0x552ef3!==_0x2350b3;},_0x2805a3[_0x572c83(0x1f0)]=_0x572c83(0x2a2),_0x2805a3[_0x572c83(0x212)]=_0x572c83(0x2ee),_0x2805a3[_0x572c83(0x29c)]='success',_0x2805a3[_0x572c83(0x235)]=function(_0x381fcb,_0x5f54a1){return _0x381fcb===_0x5f54a1;},_0x2805a3['InHyZ']=_0x572c83(0x21b),_0x2805a3[_0x572c83(0x1ee)]=function(_0x5e131b,_0x25f1c7){return _0x5e131b!==_0x25f1c7;},_0x2805a3[_0x572c83(0x243)]=_0x572c83(0x22d),_0x2805a3['hgMln']=function(_0x376d74,_0x4ed999){return _0x376d74===_0x4ed999;},_0x2805a3['ltUKJ']=_0x572c83(0x287),_0x2805a3['uRAQO']=_0x572c83(0x247);const _0x3bb165=_0x2805a3;if(bsSetupHelper[_0x572c83(0x2eb)](process[_0x572c83(0x2cb)][_0x572c83(0x25b)])||_0x3bb165['JSngc'](typeof process[_0x572c83(0x2cb)][_0x572c83(0x25b)],_0x3bb165[_0x572c83(0x1ec)])){if(_0x3bb165[_0x572c83(0x246)](_0x3bb165[_0x572c83(0x2d8)],_0x3bb165[_0x572c83(0x2d8)])){_0x194bab[_0x572c83(0x24d)]?_0x512ba1[_0x572c83(0x1fa)](_0x572c83(0x2cd)+_0x2df325[_0x572c83(0x24d)][_0x572c83(0x244)]+'\x20'+_0x1abfc9[_0x572c83(0x24d)][_0x572c83(0x256)]+'\x20'+_0x599d74[_0x572c83(0x2d5)](_0x1daaa3[_0x572c83(0x24d)]['data'])):_0x2eabf3['error'](_0x572c83(0x2cd)+(_0x398a9f['message']||_0x4f1cdc['format'](_0x33c0d3)));const _0x37ab54={};return _0x37ab54[_0x572c83(0x244)]=_0x3bb165['yPowv'],_0x37ab54[_0x572c83(0x258)]=_0x100ca8['message']||(_0x213f95['response']?_0x351248[_0x572c83(0x24d)][_0x572c83(0x244)]+':'+_0x232966[_0x572c83(0x24d)]['statusText']:_0x3e6c97),_0x37ab54;}else{const _0x497eb6={};return _0x497eb6['status']=_0x3bb165[_0x572c83(0x290)],_0x497eb6['message']=_0x3bb165['pgnJJ'],_0x497eb6;}}const _0x28acf6={'endTime':new Date()[_0x572c83(0x231)]()},_0xa21771={};_0xa21771[_0x572c83(0x22f)]=_0x572c83(0x2c6)+process[_0x572c83(0x2cb)][_0x572c83(0x25b)],_0xa21771[_0x572c83(0x2ab)]=_0x3bb165[_0x572c83(0x254)];const _0x2abdc6={};_0x2abdc6[_0x572c83(0x1f6)]=_0xa21771;const _0x391630=_0x2abdc6,_0x5d4c15={};_0x5d4c15[_0x572c83(0x2ce)]=_0x28acf6,_0x5d4c15[_0x572c83(0x259)]=null,_0x5d4c15['json']=!![];const _0x3312d8=Object[_0x572c83(0x29f)](_0x391630,_0x5d4c15);try{if(_0x3bb165[_0x572c83(0x21d)](_0x3bb165[_0x572c83(0x2e2)],_0x3bb165['xzddb']))_0x570e8f[_0x572c83(0x2f2)](_0x3bb165['aHcDb'],_0x5ceaf3);else{const _0x1565dc=await bsSetupHelper['nodeRequest'](_0x3bb165[_0x572c83(0x24b)],_0x3bb165['oWXJF'],_0x3312d8,_0x2d5287,API_URL);if(_0x1565dc[_0x572c83(0x20e)][_0x572c83(0x1fa)]){if(_0x3bb165[_0x572c83(0x2bc)](_0x3bb165['VCqHm'],_0x3bb165[_0x572c83(0x233)])){const _0x3435d2={};return _0x3435d2[_0x572c83(0x244)]=_0x3bb165[_0x572c83(0x290)],_0x3435d2['message']=_0x3bb165['pgnJJ'],_0x3435d2;}else throw new Error(_0x3bb165[_0x572c83(0x262)](_0x3bb165['VlmxR'],_0x1565dc[_0x572c83(0x20e)][_0x572c83(0x1fa)]));}else{if(_0x3bb165[_0x572c83(0x2a8)](_0x3bb165[_0x572c83(0x1f0)],_0x3bb165[_0x572c83(0x212)])){logger[_0x572c83(0x22a)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new Date()[_0x572c83(0x231)]());const _0x20fcf0={};return _0x20fcf0[_0x572c83(0x244)]=_0x3bb165[_0x572c83(0x29c)],_0x20fcf0[_0x572c83(0x258)]='',_0x20fcf0;}else _0x2ee75d[_0x572c83(0x1fa)](_0x12b19e['message']);}}}catch(_0x3cdf4f){if(_0x3bb165[_0x572c83(0x235)](_0x3bb165[_0x572c83(0x207)],_0x3bb165['InHyZ'])){if(_0x3cdf4f[_0x572c83(0x24d)]){if(_0x3bb165[_0x572c83(0x1ee)](_0x3bb165['GJetp'],_0x3bb165['GJetp'])){const _0x3c3d9a=_0x1b2d64[_0x572c83(0x277)](_0x2f5f11[_0x572c83(0x2cb)][_0x572c83(0x2a6)]),_0x32dd62=_0x53e8c4[_0x572c83(0x236)](_0x3c3d9a[_0x572c83(0x295)])?_0x3c3d9a[_0x572c83(0x295)]:[],_0x5c750d=_0x33d5ce[_0x572c83(0x236)](_0x3c3d9a[_0x572c83(0x286)])?_0x3c3d9a[_0x572c83(0x286)]:[];let _0x13655c;_0x737061?_0x13655c=_0x1e6392['join']('/'):_0x13655c=_0x1e18be;const _0x40111f=_0x5c750d[_0x572c83(0x1e8)](_0x61d63=>_0x13655c[_0x572c83(0x2cf)](_0x61d63)),_0x593694=_0x3bb165[_0x572c83(0x221)](_0x32dd62['length'],0x0)||_0x32dd62[_0x572c83(0x1e8)](_0x46fefa=>_0x13655c[_0x572c83(0x2cf)](_0x46fefa));return _0x3bb165[_0x572c83(0x265)](!_0x40111f,_0x593694);}else logger[_0x572c83(0x1fa)](_0x572c83(0x2cd)+_0x3cdf4f[_0x572c83(0x24d)][_0x572c83(0x244)]+'\x20'+_0x3cdf4f[_0x572c83(0x24d)][_0x572c83(0x256)]+'\x20'+JSON['stringify'](_0x3cdf4f[_0x572c83(0x24d)]['data']));}else _0x3bb165['hgMln'](_0x3bb165[_0x572c83(0x232)],_0x3bb165[_0x572c83(0x1ea)])?_0x2ed18c[_0x572c83(0x2f2)](_0x572c83(0x27a)+_0x1d7e28):logger[_0x572c83(0x1fa)](_0x572c83(0x2cd)+(_0x3cdf4f[_0x572c83(0x258)]||util['format'](_0x3cdf4f)));const _0x5ee3a5={};return _0x5ee3a5[_0x572c83(0x244)]=_0x3bb165[_0x572c83(0x290)],_0x5ee3a5['message']=_0x3cdf4f['message']||(_0x3cdf4f[_0x572c83(0x24d)]?_0x3cdf4f[_0x572c83(0x24d)][_0x572c83(0x244)]+':'+_0x3cdf4f['response'][_0x572c83(0x256)]:_0x3cdf4f),_0x5ee3a5;}else return _0x1a57a0['warn']('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.'),{};}},exports['getAccessibilityResults']=async(_0x18ca95,_0x599cb5)=>{const _0x2c23fc=a47_0x50645a,_0x1639ab={};_0x1639ab[_0x2c23fc(0x261)]=function(_0x217a00,_0x14d6d2){return _0x217a00!==_0x14d6d2;},_0x1639ab[_0x2c23fc(0x26a)]=_0x2c23fc(0x222),_0x1639ab[_0x2c23fc(0x2e8)]=_0x2c23fc(0x1f5);const _0x52c854=_0x1639ab;if(!this[_0x2c23fc(0x267)]()||!_0x599cb5[_0x2c23fc(0x298)]){if(_0x52c854['ONGaG'](_0x52c854[_0x2c23fc(0x26a)],_0x52c854[_0x2c23fc(0x26a)]))_0x4bd655[_0x2c23fc(0x20b)][_0x2c23fc(0x297)](_0x57cb47=>{const _0x232f4b=_0x2c23fc;if(_0x320f47[_0x232f4b(0x237)](_0x57cb47[_0x232f4b(0x2cc)]))return _0x141658=!![],!![];});else return logger[_0x2c23fc(0x2e0)](_0x2c23fc(0x2bf)),[];}try{let _0x11b4ad=await _0x18ca95[_0x2c23fc(0x20a)](_0x2c23fc(0x2b9));return _0x11b4ad;}catch{return logger['error'](_0x52c854[_0x2c23fc(0x2e8)]),[];}},exports[a47_0x50645a(0x264)]=async(_0x4ff7af,_0x1d84f1)=>{const _0x3a568b=a47_0x50645a,_0x1b5558={};_0x1b5558[_0x3a568b(0x2af)]=_0x3a568b(0x20c);const _0x568e5d=_0x1b5558;if(!this['isAccessibilityAutomationSession']()||!_0x1d84f1[_0x3a568b(0x298)])return logger[_0x3a568b(0x2e0)](_0x3a568b(0x27d)),{};try{let _0x164917=await _0x4ff7af[_0x3a568b(0x20a)](_0x3a568b(0x2f4));return _0x164917;}catch{return logger[_0x3a568b(0x1fa)](_0x568e5d[_0x3a568b(0x2af)]),{};}};
|
|
1
|
+
function a47_0x2abf(){const _0x59d295=['381235xIRUsH','2eEsWtF','headers','uXHIH','debug','wwFSY','getPackageVersion','warn','TdLNC','JUlbt','eKfAr','vDzXd','fhDbf','13073480woGuUo','KyyPQ','Build\x20creation\x20had\x20failed.','Etfya','RbarE','PyVUV','format','forEach','144038wJxubB','cgHud','includes','QqZyJ','executeScript','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.data);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20','stack','JacOs','PsymS','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','shouldScanTestForAccessibility','path','pEgyz','rnUNM','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','env','getCiInfo','LuPCL','tqeLw','kEnXA','KWjdo','OPuQg','wIwXO','yOLOJ','Invalid\x20request:\x20','izJVf','UItxd','DmYKp','json','48wfCWoQ','Bearer\x20','xLdLf','ZDdpM','ZmRec','join','NtsJW','688310WwUxQu','hIlHG','kOrbv','xpQse','VMSuQ','dFFbK','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','aFIGw','ygsnp','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','oAGNx','nodeRequest','test_runs','OzqtT','tSfee','WLcLy','WYOfM','resolve','LuJaJ','assign','iGZIc','excludeTagsInTestingScope','GyuZA','fXHyx','NkFuq','NyQye','getAccessibilityResults','fetchPlatformDetails','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','NeMKG','platforms','message','VzZwL','iaSWc','../logger','bBetn','lgYTt','buildDescription','ROjJr','MjqaL','LKTak','Ducyf','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','basename','hrurt','tADRM','false','accessibility','bVACn','OethG','VBaQY','status','XDKul','application/json','WVxnn','UsRWa','xTRcc','isTrue','isUndefined','Mbnut','isAccessibilityPlatform','ruisW','oRzVa','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','yaEAT','ExjuI','23961unCRVS','iClyI','cDykt','RYIIG','parse','BDtaI','rzKLq','PUT','body','BS_A11Y_JWT','xSpyU','xEFpM','PTyih','equHf','356ZKUObS','jPCqT','Invalid\x20configuration\x20passed.','EatwH','uikeb','LYEfM','cznkR','includeTagsInTestingScope','getAccessKey','ZtMAZ','response','../helper','Content-Type','YOaPk','nJkcq','getHostInfo','some','LuiYi','jpiHe','vEZol','xFBJJ','errors','toISOString','chsuK','XLqde','jEEkk','info','statusText','getGitMetaData','TIvmy','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','ztoEz','yXcXw','Nwjgh','rphfB','7716186YXvepf','UaGFP','scannerVersion','tfDsv','BROWSERSTACK_TEST_ACCESSIBILITY_YML','isAccessibilityAutomationSession','BwZZl','accessibilityToken','hMBbO','RFWni','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','isArray','projectName','length','vooxA','XpIDY','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','vDlju','mIdZR','auth','getUserName','ORtjA','buildName','aYkEF','null','NuiME','YNVpa','pxgoX','ZIyMX','No\x20accessibility\x20summary\x20was\x20found.','FZOMe','data','356280NlFlnV','stopAccessibilityTestRun','JgebV','rgsPj','ksuEe','YUXZq','getAccessibilityResultsSummary','SEbcw','niVnm','XoBPF','error','bxdtp','uJsJm','isBrowserstackInfra','FYyPM','tbxRO','XjyfJ','jyMKc','stringify','getAgentVersion','getPlatform','tfdXE','No\x20accessibility\x20results\x20were\x20found.','qNkRc','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','rqnrn','winstonLogger','user','nTpdk','XxUpH','POST','FbAsv','ITNdW','fXvbN','AcAtO','string','JJevM','xAewN','hCKFG','./constants','lkpPM','checkAccessibilityPlatformConfig','\x0a\x20\x20\x20\x20\x20\x20return\x20new\x20Promise(function\x20(resolve,\x20reject)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20try{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20event\x20=\x20new\x20CustomEvent(\x27A11Y_TAP_GET_RESULTS_SUMMARY\x27);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20const\x20fn\x20=\x20function\x20(event)\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.removeEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20resolve(event.detail.summary);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20};\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.addEventListener(\x27A11Y_RESULTS_SUMMARY_RESPONSE\x27,\x20fn);\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20window.dispatchEvent(event);\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x20catch\x20{\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20reject();\x0a\x20\x20\x20\x20\x20\x20\x20\x20}\x0a\x20\x20\x20\x20\x20\x20});\x0a\x20\x20\x20\x20'];a47_0x2abf=function(){return _0x59d295;};return a47_0x2abf();}function a47_0x2b14(_0x28befd,_0x9088ee){const _0x2abf44=a47_0x2abf();return a47_0x2b14=function(_0x2b14f2,_0x4070e4){_0x2b14f2=_0x2b14f2-0x1e4;let _0x6960cc=_0x2abf44[_0x2b14f2];return _0x6960cc;},a47_0x2b14(_0x28befd,_0x9088ee);}const a47_0x5275e9=a47_0x2b14;(function(_0x407294,_0x32bba2){const _0x812835=a47_0x2b14,_0x4b412f=_0x407294();while(!![]){try{const _0x5cd660=-parseInt(_0x812835(0x1f0))/0x1*(parseInt(_0x812835(0x2d3))/0x2)+parseInt(_0x812835(0x256))/0x3*(parseInt(_0x812835(0x264))/0x4)+parseInt(_0x812835(0x2d2))/0x5+-parseInt(_0x812835(0x2a7))/0x6+parseInt(_0x812835(0x214))/0x7*(-parseInt(_0x812835(0x20d))/0x8)+-parseInt(_0x812835(0x287))/0x9+parseInt(_0x812835(0x1e8))/0xa;if(_0x5cd660===_0x32bba2)break;else _0x4b412f['push'](_0x4b412f['shift']());}catch(_0x128301){_0x4b412f['push'](_0x4b412f['shift']());}}}(a47_0x2abf,0x6c526));const path=require(a47_0x5275e9(0x1fb)),util=require('util'),bsSetupHelper=require(a47_0x5275e9(0x26f)),logger=require(a47_0x5275e9(0x236))[a47_0x5275e9(0x2c1)],{API_URL}=require(a47_0x5275e9(0x2ce));exports[a47_0x5275e9(0x22f)]=async _0x380d17=>{const _0x3a1bee=a47_0x5275e9,_0x222792={};_0x222792['oAGNx']=_0x3a1bee(0x2b1),_0x222792[_0x3a1bee(0x20a)]=_0x3a1bee(0x1ea),_0x222792[_0x3a1bee(0x2c4)]=function(_0x5efa04,_0x3261b7){return _0x5efa04!==_0x3261b7;},_0x222792[_0x3a1bee(0x2a1)]='uDmVc',_0x222792[_0x3a1bee(0x27b)]=function(_0x31a4e1,_0x378afa){return _0x31a4e1==_0x378afa;},_0x222792[_0x3a1bee(0x224)]='browserstack',_0x222792[_0x3a1bee(0x2b3)]=function(_0x46002d,_0x1e5d52){return _0x46002d===_0x1e5d52;},_0x222792[_0x3a1bee(0x22a)]=_0x3a1bee(0x2bc);const _0x1fb912=_0x222792;let _0x19fecc={};try{if(_0x1fb912['XxUpH'](_0x1fb912['YNVpa'],_0x1fb912[_0x3a1bee(0x2a1)]))_0x2a9a46['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x5d0ae7[_0x3a1bee(0x26e)][_0x3a1bee(0x247)]+'\x20'+_0x311c70[_0x3a1bee(0x26e)][_0x3a1bee(0x27f)]+'\x20'+_0x4625e4[_0x3a1bee(0x2b9)](_0x177c63['response']['data']));else{const _0x48efbc=await _0x380d17['getCapabilities']();_0x19fecc={'os_name':_0x48efbc[_0x3a1bee(0x2bb)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x1fb912[_0x3a1bee(0x27b)](global['__cloud_provider___'],_0x1fb912[_0x3a1bee(0x224)])),'browser_name':_0x48efbc['getBrowserName'](),'browser_version':_0x48efbc['getBrowserVersion']()};}}catch(_0x48eab9){if(_0x1fb912['uJsJm'](_0x1fb912[_0x3a1bee(0x22a)],_0x1fb912['GyuZA']))logger[_0x3a1bee(0x2d6)](_0x3a1bee(0x21d)+_0x48eab9);else{const _0x534feb={};return _0x534feb[_0x3a1bee(0x247)]=_0x1fb912[_0x3a1bee(0x21e)],_0x534feb[_0x3a1bee(0x233)]=_0x1fb912['UItxd'],_0x534feb;}}return _0x19fecc;},exports[a47_0x5275e9(0x28c)]=()=>{const _0x5465cf=a47_0x5275e9,_0x271cf5={};_0x271cf5[_0x5465cf(0x2ab)]=_0x5465cf(0x2bf),_0x271cf5[_0x5465cf(0x1e6)]=function(_0x1a7d4c,_0x4b5203){return _0x1a7d4c!==_0x4b5203;},_0x271cf5[_0x5465cf(0x1ed)]=_0x5465cf(0x258),_0x271cf5[_0x5465cf(0x26a)]=function(_0x30c4fe,_0x16ad5c){return _0x30c4fe===_0x16ad5c;},_0x271cf5[_0x5465cf(0x2a5)]='eYRZk',_0x271cf5[_0x5465cf(0x246)]=_0x5465cf(0x2ca),_0x271cf5[_0x5465cf(0x23a)]=function(_0x3694b8,_0x995624){return _0x3694b8>_0x995624;},_0x271cf5['kEnXA']=function(_0x36352d,_0x13228f){return _0x36352d!==_0x13228f;},_0x271cf5[_0x5465cf(0x285)]=_0x5465cf(0x29f),_0x271cf5[_0x5465cf(0x277)]=function(_0x49721c,_0x46d157){return _0x49721c&&_0x46d157;},_0x271cf5[_0x5465cf(0x22c)]=function(_0x2eda3f,_0x215f77){return _0x2eda3f!==_0x215f77;},_0x271cf5[_0x5465cf(0x24a)]=_0x5465cf(0x1e9),_0x271cf5[_0x5465cf(0x26d)]='KPShO';const _0x1ea078=_0x271cf5;try{if(_0x1ea078[_0x5465cf(0x1e6)](_0x1ea078[_0x5465cf(0x1ed)],_0x1ea078['PyVUV']))return![];else{if(!bsSetupHelper[_0x5465cf(0x2b4)]())return _0x1ea078[_0x5465cf(0x26a)](_0x1ea078[_0x5465cf(0x2a5)],_0x1ea078['FZOMe'])?![]:(_0x3fd18d[_0x5465cf(0x2d9)](_0x5465cf(0x23e)),[]);const _0x147258=bsSetupHelper[_0x5465cf(0x24d)](process[_0x5465cf(0x1ff)][_0x5465cf(0x28b)])||bsSetupHelper['isTrue'](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x532403=_0x1ea078[_0x5465cf(0x26a)](typeof process[_0x5465cf(0x1ff)][_0x5465cf(0x25f)],_0x1ea078[_0x5465cf(0x246)])&&_0x1ea078[_0x5465cf(0x23a)](process[_0x5465cf(0x1ff)][_0x5465cf(0x25f)][_0x5465cf(0x294)],0x0)&&_0x1ea078[_0x5465cf(0x203)](process['env'][_0x5465cf(0x25f)],_0x1ea078[_0x5465cf(0x285)]);return _0x1ea078[_0x5465cf(0x277)](_0x147258,_0x532403);}}catch(_0x56b14b){if(_0x1ea078[_0x5465cf(0x22c)](_0x1ea078['WVxnn'],_0x1ea078[_0x5465cf(0x26d)]))logger[_0x5465cf(0x2d6)](_0x5465cf(0x253)+_0x56b14b);else return _0x1e5fea[_0x5465cf(0x2b1)](_0x1ea078[_0x5465cf(0x2ab)]),[null,null];}return![];},exports[a47_0x5275e9(0x1fa)]=(_0x54d96e,_0x88c1b3=!![])=>{const _0x18f53f=a47_0x5275e9,_0x2fbbcf={};_0x2fbbcf[_0x18f53f(0x263)]=_0x18f53f(0x2bd),_0x2fbbcf[_0x18f53f(0x284)]=function(_0x201754,_0x4ff26e){return _0x201754==_0x4ff26e;},_0x2fbbcf[_0x18f53f(0x234)]=function(_0x3fd3e0,_0x7f848a){return _0x3fd3e0===_0x7f848a;},_0x2fbbcf[_0x18f53f(0x2cd)]='mRUaH',_0x2fbbcf[_0x18f53f(0x2cc)]=_0x18f53f(0x2cf),_0x2fbbcf[_0x18f53f(0x272)]=function(_0x50d84c,_0x455ae9){return _0x50d84c!==_0x455ae9;},_0x2fbbcf[_0x18f53f(0x1e7)]=_0x18f53f(0x22b),_0x2fbbcf[_0x18f53f(0x244)]=_0x18f53f(0x2aa),_0x2fbbcf[_0x18f53f(0x2b5)]=_0x18f53f(0x20b),_0x2fbbcf['MjqaL']=_0x18f53f(0x281),_0x2fbbcf[_0x18f53f(0x288)]=function(_0x36268a,_0x5ec702){return _0x36268a===_0x5ec702;},_0x2fbbcf[_0x18f53f(0x2c8)]=function(_0x59ac2c,_0x41dd2d){return _0x59ac2c&&_0x41dd2d;},_0x2fbbcf[_0x18f53f(0x2b8)]=_0x18f53f(0x248),_0x2fbbcf[_0x18f53f(0x23c)]='ZrLrN',_0x2fbbcf[_0x18f53f(0x283)]=_0x18f53f(0x1f9);const _0x573ebb=_0x2fbbcf;if(_0x573ebb[_0x18f53f(0x284)](process['env'][_0x18f53f(0x291)],null)){if(_0x573ebb['VzZwL'](_0x573ebb[_0x18f53f(0x2cd)],_0x573ebb['xAewN']))_0x2a36a5={};else return!![];}try{if(_0x573ebb[_0x18f53f(0x272)](_0x573ebb[_0x18f53f(0x1e7)],_0x573ebb[_0x18f53f(0x1e7)]))_0x55d2b3=_0x16f0f2['join']('/');else{const _0x545ba5=JSON[_0x18f53f(0x25a)](process[_0x18f53f(0x1ff)][_0x18f53f(0x291)]),_0x3f4587=Array[_0x18f53f(0x292)](_0x545ba5['includeTagsInTestingScope'])?_0x545ba5[_0x18f53f(0x26b)]:[],_0x23a8fc=Array[_0x18f53f(0x292)](_0x545ba5[_0x18f53f(0x229)])?_0x545ba5['excludeTagsInTestingScope']:[];let _0x3ecf63;if(_0x88c1b3){if(_0x573ebb[_0x18f53f(0x234)](_0x573ebb[_0x18f53f(0x244)],_0x573ebb['FYyPM'])){if(_0x2e35a9[_0x18f53f(0x24d)](_0x26ab1c['accessibility']))return _0x144af9=!![],!![];}else _0x3ecf63=_0x54d96e[_0x18f53f(0x212)]('/');}else{if(_0x573ebb[_0x18f53f(0x234)](_0x573ebb[_0x18f53f(0x23b)],_0x573ebb[_0x18f53f(0x23b)]))_0x3ecf63=_0x54d96e;else return _0x4a6c7a['error'](_0x573ebb['equHf']),[];}const _0x27ab3e=_0x23a8fc[_0x18f53f(0x274)](_0xeba67b=>_0x3ecf63[_0x18f53f(0x1f2)](_0xeba67b)),_0x5e0b12=_0x573ebb[_0x18f53f(0x288)](_0x3f4587[_0x18f53f(0x294)],0x0)||_0x3f4587[_0x18f53f(0x274)](_0x283bfa=>_0x3ecf63['includes'](_0x283bfa));return _0x573ebb['fXvbN'](!_0x27ab3e,_0x5e0b12);}}catch(_0x12ad2f){_0x573ebb[_0x18f53f(0x272)](_0x573ebb[_0x18f53f(0x2b8)],_0x573ebb[_0x18f53f(0x23c)])?logger['debug'](_0x573ebb[_0x18f53f(0x283)],_0x12ad2f):_0x1d7afc=_0x173c87;}return![];},exports[a47_0x5275e9(0x2d0)]=_0x1c64ac=>{const _0x3bf026=a47_0x5275e9,_0xdc0952={};_0xdc0952[_0x3bf026(0x1ec)]=function(_0x1046cf,_0x2d6670){return _0x1046cf+_0x2d6670;},_0xdc0952[_0x3bf026(0x204)]=_0x3bf026(0x208),_0xdc0952[_0x3bf026(0x2a9)]=function(_0x3219bf,_0x2539bd){return _0x3219bf===_0x2539bd;},_0xdc0952[_0x3bf026(0x2d7)]='XFzhB',_0xdc0952[_0x3bf026(0x2af)]=function(_0x2ea83c,_0xe20d95){return _0x2ea83c===_0xe20d95;},_0xdc0952[_0x3bf026(0x2ae)]=_0x3bf026(0x257),_0xdc0952['YOaPk']=_0x3bf026(0x1f9),_0xdc0952[_0x3bf026(0x235)]=function(_0x12e4ac,_0x26feba){return _0x12e4ac!==_0x26feba;},_0xdc0952[_0x3bf026(0x251)]=_0x3bf026(0x221),_0xdc0952[_0x3bf026(0x2c7)]=_0x3bf026(0x217);const _0x621808=_0xdc0952;let _0x15afb0=![];try{_0x621808[_0x3bf026(0x235)](_0x621808[_0x3bf026(0x251)],_0x621808[_0x3bf026(0x251)])?_0x2ab295[_0x3bf026(0x2d6)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x4d982f):_0x1c64ac[_0x3bf026(0x232)][_0x3bf026(0x1ef)](_0x3e9a8d=>{const _0x44ade1=_0x3bf026,_0x166a8d={'RFWni':function(_0x393367,_0x14f511){const _0x53d2b5=a47_0x2b14;return _0x621808[_0x53d2b5(0x1ec)](_0x393367,_0x14f511);},'OethG':_0x621808[_0x44ade1(0x204)]};if(_0x621808['JgebV'](_0x621808['wwFSY'],_0x621808['wwFSY'])){if(bsSetupHelper['isTrue'](_0x3e9a8d[_0x44ade1(0x243)])){if(_0x621808[_0x44ade1(0x2af)](_0x621808[_0x44ade1(0x2ae)],_0x621808[_0x44ade1(0x2ae)]))return _0x15afb0=!![],!![];else throw new _0x307c58(_0x166a8d[_0x44ade1(0x290)](_0x166a8d[_0x44ade1(0x245)],_0x73c231[_0x44ade1(0x2a6)]['error']));}}else _0x3fbc88={};});}catch(_0x58b876){_0x621808[_0x3bf026(0x2a9)](_0x621808[_0x3bf026(0x2c7)],_0x621808[_0x3bf026(0x2c7)])?logger['debug']('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x58b876):_0x555ce5[_0x3bf026(0x2d6)](_0x621808[_0x3bf026(0x271)],_0x350665);}return _0x15afb0;},exports['createAccessibilityTestRun']=async(_0x383e70,_0x248491)=>{const _0x408f6e=a47_0x5275e9,_0x335bd6={};_0x335bd6[_0x408f6e(0x2b0)]='error',_0x335bd6[_0x408f6e(0x25b)]=_0x408f6e(0x242),_0x335bd6['bBetn']=function(_0x56f713,_0x28d0fb){return _0x56f713==_0x28d0fb;},_0x335bd6[_0x408f6e(0x2c9)]=_0x408f6e(0x266),_0x335bd6['izJVf']=function(_0x5e346f,_0x3a2b5){return _0x5e346f===_0x3a2b5;},_0x335bd6[_0x408f6e(0x254)]=function(_0x2f1d6e,_0x3894a9){return _0x2f1d6e&&_0x3894a9;},_0x335bd6['FCMWg']='string',_0x335bd6[_0x408f6e(0x1f3)]=function(_0x56ec76,_0x2e283d){return _0x56ec76>_0x2e283d;},_0x335bd6[_0x408f6e(0x1fd)]=function(_0x8a4af7,_0x14bbd8){return _0x8a4af7!==_0x14bbd8;},_0x335bd6['PsymS']=_0x408f6e(0x29f),_0x335bd6[_0x408f6e(0x238)]=function(_0x2de13a,_0x2f33cc){return _0x2de13a&&_0x2f33cc;},_0x335bd6['rzKLq']=function(_0x4e1f3b,_0x1d6071){return _0x4e1f3b===_0x1d6071;},_0x335bd6['uikeb']=_0x408f6e(0x21c),_0x335bd6[_0x408f6e(0x210)]=_0x408f6e(0x2bf),_0x335bd6[_0x408f6e(0x2b7)]=function(_0x5dad74,_0x1bedd1){return _0x5dad74!==_0x1bedd1;},_0x335bd6[_0x408f6e(0x269)]=_0x408f6e(0x267),_0x335bd6['NuiME']=_0x408f6e(0x1fc),_0x335bd6[_0x408f6e(0x24b)]='qIFct',_0x335bd6['mIdZR']=_0x408f6e(0x249),_0x335bd6['tZhcp']=_0x408f6e(0x2c5),_0x335bd6[_0x408f6e(0x28a)]=_0x408f6e(0x220),_0x335bd6[_0x408f6e(0x28f)]=function(_0xbcd76a,_0x520ac9){return _0xbcd76a!==_0x520ac9;},_0x335bd6['QzBha']=_0x408f6e(0x207),_0x335bd6['NeMKG']=_0x408f6e(0x213),_0x335bd6[_0x408f6e(0x298)]=function(_0x5cba12,_0x5622a6){return _0x5cba12!==_0x5622a6;},_0x335bd6['Mbnut']=_0x408f6e(0x2a3),_0x335bd6[_0x408f6e(0x24c)]=function(_0x13f696,_0x57c17d){return _0x13f696!==_0x57c17d;},_0x335bd6[_0x408f6e(0x27d)]=_0x408f6e(0x2ac),_0x335bd6[_0x408f6e(0x286)]=function(_0x24b2f9,_0x5cad0f){return _0x24b2f9===_0x5cad0f;},_0x335bd6['qNkRc']='BbGpM',_0x335bd6[_0x408f6e(0x23d)]=_0x408f6e(0x29c),_0x335bd6['jpiHe']=_0x408f6e(0x296),_0x335bd6[_0x408f6e(0x295)]='BkyZc',_0x335bd6['wIwXO']='ERsFy';const _0x175213=_0x335bd6,_0x580a2e=bsSetupHelper[_0x408f6e(0x29b)](_0x383e70),_0x17cf35=bsSetupHelper[_0x408f6e(0x26c)](_0x383e70);if(bsSetupHelper[_0x408f6e(0x24e)](_0x580a2e)||bsSetupHelper[_0x408f6e(0x24e)](_0x17cf35)){if(_0x175213[_0x408f6e(0x25c)](_0x175213[_0x408f6e(0x268)],_0x175213[_0x408f6e(0x268)]))return logger['error'](_0x175213['ZDdpM']),[null,null];else{_0x3c1884[_0x408f6e(0x26e)]?_0x2b524f['error'](_0x408f6e(0x1fe)+_0x56c42c[_0x408f6e(0x26e)][_0x408f6e(0x247)]+'\x20'+_0x267c73[_0x408f6e(0x26e)][_0x408f6e(0x27f)]+'\x20'+_0x4c0d79['stringify'](_0x3199e6['response'][_0x408f6e(0x2a6)])):_0x4ae50f['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x132b8c[_0x408f6e(0x233)]||_0x552467[_0x408f6e(0x1ee)](_0x292df5)));const _0x22fc2a={};return _0x22fc2a[_0x408f6e(0x247)]=_0x175213[_0x408f6e(0x2b0)],_0x22fc2a[_0x408f6e(0x233)]=_0x2622f1[_0x408f6e(0x233)]||(_0x4b8fff['response']?_0x4dbb20[_0x408f6e(0x26e)][_0x408f6e(0x247)]+':'+_0x494c68[_0x408f6e(0x26e)][_0x408f6e(0x27f)]:_0x5bc1e9),_0x22fc2a;}}try{if(_0x175213['XjyfJ'](_0x175213['LYEfM'],_0x175213[_0x408f6e(0x269)]))return _0x2220b7['warn'](_0x408f6e(0x230)),{};else{let _0x6f5921;if(bsSetupHelper[_0x408f6e(0x24e)](process[_0x408f6e(0x1ff)][_0x408f6e(0x291)])){if(_0x175213['rzKLq'](_0x175213[_0x408f6e(0x2a0)],_0x175213[_0x408f6e(0x2a0)]))_0x6f5921={};else{_0x27931f[_0x408f6e(0x2b1)](_0x408f6e(0x282)+(_0xcf62c9['message']||_0x2c9798['stack']));for(const _0x39d98c of _0x5d51ca['errors']){_0x208eb1['error'](_0x39d98c['message']);}_0x26bbe8[_0x408f6e(0x1ff)][_0x408f6e(0x28b)]=_0x175213[_0x408f6e(0x25b)],_0x3b225b[_0x408f6e(0x1ff)][_0x408f6e(0x297)]=_0x175213[_0x408f6e(0x25b)];}}else _0x175213['rnUNM'](_0x175213[_0x408f6e(0x24b)],_0x175213[_0x408f6e(0x24b)])?_0x249ef8[_0x408f6e(0x2b1)](_0x408f6e(0x1fe)+(_0x45501b[_0x408f6e(0x233)]||_0x272523['format'](_0x286988))):_0x6f5921=JSON[_0x408f6e(0x25a)](process['env'][_0x408f6e(0x291)]);const _0x5daf34={'projectName':_0x383e70[_0x408f6e(0x293)],'buildName':_0x383e70[_0x408f6e(0x29d)]||path[_0x408f6e(0x23f)](path[_0x408f6e(0x225)](process['cwd']())),'startTime':new Date()['toISOString'](),'description':_0x383e70[_0x408f6e(0x239)]||'','source':{'frameworkName':_0x248491,'frameworkVersion':bsSetupHelper[_0x408f6e(0x2d8)](_0x248491),'sdkVersion':bsSetupHelper[_0x408f6e(0x2ba)]()},'settings':_0x6f5921,'versionControl':await bsSetupHelper[_0x408f6e(0x280)](),'ciInfo':bsSetupHelper[_0x408f6e(0x200)](),'hostInfo':bsSetupHelper[_0x408f6e(0x273)](),'browserstackAutomation':bsSetupHelper[_0x408f6e(0x2b4)]()},_0x3c86cc={};_0x3c86cc[_0x408f6e(0x2c2)]=_0x580a2e,_0x3c86cc['pass']=_0x17cf35;const _0x329b82={};_0x329b82[_0x408f6e(0x270)]=_0x175213[_0x408f6e(0x299)];const _0x21f8ca={};_0x21f8ca[_0x408f6e(0x29a)]=_0x3c86cc,_0x21f8ca[_0x408f6e(0x2d4)]=_0x329b82;const _0x2935ee=_0x21f8ca,_0x33751e={};_0x33751e[_0x408f6e(0x25e)]=_0x5daf34,_0x33751e[_0x408f6e(0x20c)]=!![];const _0x14c4c3=Object[_0x408f6e(0x227)](_0x2935ee,_0x33751e),_0x1192c1=await bsSetupHelper[_0x408f6e(0x21f)](_0x175213['tZhcp'],_0x175213[_0x408f6e(0x28a)],_0x14c4c3,_0x383e70,API_URL);let _0x50a4e3=process[_0x408f6e(0x1ff)][_0x408f6e(0x291)];if(_0x50a4e3){if(_0x175213[_0x408f6e(0x28f)](_0x175213['QzBha'],_0x175213['QzBha']))return!![];else _0x50a4e3=JSON[_0x408f6e(0x25a)](process[_0x408f6e(0x1ff)][_0x408f6e(0x291)]);}else _0x175213['rnUNM'](_0x175213[_0x408f6e(0x231)],_0x175213[_0x408f6e(0x231)])?_0x29e006['error'](_0x408f6e(0x282)+(_0x1f4999[_0x408f6e(0x233)]||_0xe3c302[_0x408f6e(0x1f6)])):_0x50a4e3={};return _0x50a4e3[_0x408f6e(0x289)]=_0x1192c1[_0x408f6e(0x2a6)][_0x408f6e(0x2a6)]['scannerVersion'],process['env'][_0x408f6e(0x291)]=JSON['stringify'](_0x50a4e3),[_0x1192c1[_0x408f6e(0x2a6)][_0x408f6e(0x2a6)][_0x408f6e(0x28e)],_0x1192c1['data'][_0x408f6e(0x2a6)]['id']];}}catch(_0x3665bb){if(_0x175213['vDlju'](_0x175213[_0x408f6e(0x24f)],_0x175213[_0x408f6e(0x24f)]))_0x4f4681['debug'](_0x408f6e(0x253)+_0x49da42);else{if(_0x3665bb['response']){if(_0x175213[_0x408f6e(0x24c)](_0x175213[_0x408f6e(0x27d)],_0x175213[_0x408f6e(0x27d)])){if(_0x175213[_0x408f6e(0x237)](_0x5667e8[_0x408f6e(0x233)],_0x175213[_0x408f6e(0x2c9)])){_0x398ad6[_0x408f6e(0x2b1)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x3b7935[_0x408f6e(0x233)]||_0x414dbd[_0x408f6e(0x1f6)]));for(const _0x2c8bda of _0x2090be[_0x408f6e(0x279)]){_0x4616f7[_0x408f6e(0x2b1)](_0x2c8bda['message']);}_0x568370[_0x408f6e(0x1ff)][_0x408f6e(0x28b)]=_0x175213[_0x408f6e(0x25b)],_0x323067[_0x408f6e(0x1ff)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x175213[_0x408f6e(0x25b)];}else _0x45270b[_0x408f6e(0x2b1)](_0x408f6e(0x282)+(_0x505811[_0x408f6e(0x233)]||_0x516edb[_0x408f6e(0x1f6)]));}else logger[_0x408f6e(0x2b1)](_0x408f6e(0x282)+_0x3665bb[_0x408f6e(0x26e)]['status']+'\x20'+_0x3665bb[_0x408f6e(0x26e)][_0x408f6e(0x27f)]+'\x20'+JSON[_0x408f6e(0x2b9)](_0x3665bb[_0x408f6e(0x26e)]['data']));}else{if(_0x175213[_0x408f6e(0x286)](_0x175213[_0x408f6e(0x2be)],_0x175213[_0x408f6e(0x2be)])){if(_0x175213[_0x408f6e(0x237)](_0x3665bb[_0x408f6e(0x233)],_0x175213[_0x408f6e(0x2c9)])){if(_0x175213[_0x408f6e(0x298)](_0x175213['Ducyf'],_0x175213[_0x408f6e(0x23d)])){const _0x26d68c=_0x49a318[_0x408f6e(0x25a)](_0x3f8892[_0x408f6e(0x1ff)][_0x408f6e(0x291)]),_0x574fc4=_0x5285df[_0x408f6e(0x292)](_0x26d68c[_0x408f6e(0x26b)])?_0x26d68c[_0x408f6e(0x26b)]:[],_0x3e5a8e=_0x136fc4[_0x408f6e(0x292)](_0x26d68c[_0x408f6e(0x229)])?_0x26d68c[_0x408f6e(0x229)]:[];let _0x2d675e;_0x24e13d?_0x2d675e=_0x172dc0[_0x408f6e(0x212)]('/'):_0x2d675e=_0x2100c1;const _0x317a24=_0x3e5a8e[_0x408f6e(0x274)](_0x5e329b=>_0x2d675e['includes'](_0x5e329b)),_0x332d03=_0x175213[_0x408f6e(0x209)](_0x574fc4[_0x408f6e(0x294)],0x0)||_0x574fc4[_0x408f6e(0x274)](_0x2eed2c=>_0x2d675e['includes'](_0x2eed2c));return _0x175213[_0x408f6e(0x254)](!_0x317a24,_0x332d03);}else{logger[_0x408f6e(0x2b1)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x3665bb[_0x408f6e(0x233)]||_0x3665bb[_0x408f6e(0x1f6)]));for(const _0x155475 of _0x3665bb[_0x408f6e(0x279)]){if(_0x175213[_0x408f6e(0x298)](_0x175213[_0x408f6e(0x276)],_0x175213[_0x408f6e(0x295)]))logger['error'](_0x155475[_0x408f6e(0x233)]);else{try{if(!_0x26f25a['isBrowserstackInfra']())return![];const _0x214fda=_0x4bdb51[_0x408f6e(0x24d)](_0x7bc59f[_0x408f6e(0x1ff)][_0x408f6e(0x28b)])||_0x5c5cea[_0x408f6e(0x24d)](_0xe3a083[_0x408f6e(0x1ff)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x4f74b1=_0x175213[_0x408f6e(0x209)](typeof _0x190ac5['env'][_0x408f6e(0x25f)],_0x175213['FCMWg'])&&_0x175213[_0x408f6e(0x1f3)](_0x1afd72[_0x408f6e(0x1ff)][_0x408f6e(0x25f)][_0x408f6e(0x294)],0x0)&&_0x175213['rnUNM'](_0x5c373f['env'][_0x408f6e(0x25f)],_0x175213[_0x408f6e(0x1f8)]);return _0x175213[_0x408f6e(0x238)](_0x214fda,_0x4f74b1);}catch(_0x4ba466){_0x56975b['debug'](_0x408f6e(0x253)+_0x4ba466);}return![];}}process[_0x408f6e(0x1ff)][_0x408f6e(0x28b)]=_0x175213[_0x408f6e(0x25b)],process[_0x408f6e(0x1ff)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x175213['BDtaI'];}}else _0x175213[_0x408f6e(0x209)](_0x175213[_0x408f6e(0x206)],_0x175213[_0x408f6e(0x206)])?logger['error'](_0x408f6e(0x282)+(_0x3665bb['message']||_0x3665bb[_0x408f6e(0x1f6)])):_0x12e9d6[_0x408f6e(0x2b1)](_0x3304ee[_0x408f6e(0x233)]);}else _0x25b880=_0x17340e[_0x408f6e(0x25a)](_0x3f5854[_0x408f6e(0x1ff)][_0x408f6e(0x291)]);}return[null,null];}}},exports[a47_0x5275e9(0x2a8)]=async _0x4d98a0=>{const _0x484464=a47_0x5275e9,_0x31a6e4={};_0x31a6e4[_0x484464(0x27c)]=function(_0x1b141f,_0x4d7ef0){return _0x1b141f===_0x4d7ef0;},_0x31a6e4[_0x484464(0x259)]=_0x484464(0x2ca),_0x31a6e4[_0x484464(0x222)]=function(_0x2cec8d,_0x200993){return _0x2cec8d>_0x200993;},_0x31a6e4[_0x484464(0x218)]=function(_0x5bda1c,_0x1fdf6b){return _0x5bda1c!==_0x1fdf6b;},_0x31a6e4['NyQye']=_0x484464(0x29f),_0x31a6e4['aYkEF']=function(_0x5bfd14,_0x14c197){return _0x5bfd14&&_0x14c197;},_0x31a6e4['nTpdk']='success',_0x31a6e4[_0x484464(0x275)]=_0x484464(0x2a4),_0x31a6e4[_0x484464(0x2da)]='TOAAX',_0x31a6e4['JUlbt']=_0x484464(0x2b1),_0x31a6e4[_0x484464(0x240)]=_0x484464(0x1ea),_0x31a6e4[_0x484464(0x28d)]=_0x484464(0x249),_0x31a6e4['PTyih']=_0x484464(0x261),_0x31a6e4['WITHQ']=_0x484464(0x25d),_0x31a6e4[_0x484464(0x1f1)]='test_runs/stop',_0x31a6e4[_0x484464(0x216)]=function(_0x4659d2,_0x1da4dd){return _0x4659d2!==_0x1da4dd;},_0x31a6e4[_0x484464(0x201)]=_0x484464(0x1e5),_0x31a6e4['aFIGw']=_0x484464(0x20f),_0x31a6e4[_0x484464(0x202)]=function(_0x243dc4,_0x524942){return _0x243dc4+_0x524942;},_0x31a6e4[_0x484464(0x223)]=_0x484464(0x208),_0x31a6e4[_0x484464(0x241)]=function(_0x473240,_0x4bd479){return _0x473240!==_0x4bd479;},_0x31a6e4[_0x484464(0x228)]=_0x484464(0x2b6),_0x31a6e4[_0x484464(0x211)]=_0x484464(0x2d5),_0x31a6e4[_0x484464(0x260)]=_0x484464(0x1eb),_0x31a6e4['OPuQg']=_0x484464(0x265),_0x31a6e4[_0x484464(0x2a2)]=function(_0x56a872,_0x4547f9){return _0x56a872===_0x4547f9;},_0x31a6e4[_0x484464(0x215)]=_0x484464(0x2cb),_0x31a6e4[_0x484464(0x278)]='VySmY',_0x31a6e4[_0x484464(0x2c6)]=function(_0x2a693a,_0x28c39b){return _0x2a693a!==_0x28c39b;},_0x31a6e4['RMZcS']=_0x484464(0x2b2),_0x31a6e4['rqnrn']=_0x484464(0x226);const _0x44130a=_0x31a6e4;if(bsSetupHelper[_0x484464(0x24e)](process['env'][_0x484464(0x25f)])||_0x44130a[_0x484464(0x218)](typeof process[_0x484464(0x1ff)][_0x484464(0x25f)],_0x44130a[_0x484464(0x259)])){if(_0x44130a[_0x484464(0x218)](_0x44130a[_0x484464(0x2da)],_0x44130a[_0x484464(0x2da)])){if(!_0x2ea5de[_0x484464(0x2b4)]())return![];const _0x31f84d=_0x4a21ef[_0x484464(0x24d)](_0x1fc516['env'][_0x484464(0x28b)])||_0x407a4c[_0x484464(0x24d)](_0x515338[_0x484464(0x1ff)][_0x484464(0x297)]),_0x266456=_0x44130a[_0x484464(0x27c)](typeof _0x253837[_0x484464(0x1ff)][_0x484464(0x25f)],_0x44130a[_0x484464(0x259)])&&_0x44130a[_0x484464(0x222)](_0x31d407[_0x484464(0x1ff)][_0x484464(0x25f)][_0x484464(0x294)],0x0)&&_0x44130a['VMSuQ'](_0x3e1ec6[_0x484464(0x1ff)][_0x484464(0x25f)],_0x44130a[_0x484464(0x22d)]);return _0x44130a[_0x484464(0x29e)](_0x31f84d,_0x266456);}else{const _0x282267={};return _0x282267[_0x484464(0x247)]=_0x44130a[_0x484464(0x1e4)],_0x282267[_0x484464(0x233)]=_0x44130a[_0x484464(0x240)],_0x282267;}}const _0x5efebc={'endTime':new Date()['toISOString']()},_0x545c00={};_0x545c00['Authorization']=_0x484464(0x20e)+process['env']['BS_A11Y_JWT'],_0x545c00[_0x484464(0x270)]=_0x44130a[_0x484464(0x28d)];const _0x41ea38={};_0x41ea38['headers']=_0x545c00;const _0x1f07d9=_0x41ea38,_0x3c7237={};_0x3c7237[_0x484464(0x25e)]=_0x5efebc,_0x3c7237[_0x484464(0x29a)]=null,_0x3c7237['json']=!![];const _0x544f27=Object[_0x484464(0x227)](_0x1f07d9,_0x3c7237);try{if(_0x44130a[_0x484464(0x218)](_0x44130a[_0x484464(0x262)],_0x44130a['PTyih']))_0x427100=_0x58d65e[_0x484464(0x25a)](_0x5c7d8c[_0x484464(0x1ff)][_0x484464(0x291)]);else{const _0x515e76=await bsSetupHelper[_0x484464(0x21f)](_0x44130a['WITHQ'],_0x44130a[_0x484464(0x1f1)],_0x544f27,_0x4d98a0,API_URL);if(_0x515e76[_0x484464(0x2a6)][_0x484464(0x2b1)]){if(_0x44130a['kOrbv'](_0x44130a[_0x484464(0x201)],_0x44130a[_0x484464(0x21b)]))throw new Error(_0x44130a[_0x484464(0x202)](_0x44130a[_0x484464(0x223)],_0x515e76[_0x484464(0x2a6)][_0x484464(0x2b1)]));else _0x21edde['platforms']['forEach'](_0x1227f9=>{const _0x7792c5=_0x484464;if(_0x2423ad[_0x7792c5(0x24d)](_0x1227f9[_0x7792c5(0x243)]))return _0x321afe=!![],!![];});}else{if(_0x44130a[_0x484464(0x241)](_0x44130a['iGZIc'],_0x44130a['ZmRec'])){logger[_0x484464(0x27e)](_0x484464(0x21a)+new Date()[_0x484464(0x27a)]());const _0x569931={};return _0x569931[_0x484464(0x247)]=_0x44130a[_0x484464(0x2c3)],_0x569931[_0x484464(0x233)]='',_0x569931;}else{_0x27380b[_0x484464(0x27e)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20'+new _0x426b76()[_0x484464(0x27a)]());const _0x1dfa6b={};return _0x1dfa6b['status']=_0x44130a['nTpdk'],_0x1dfa6b[_0x484464(0x233)]='',_0x1dfa6b;}}}}catch(_0x483f3c){if(_0x44130a['XLqde'](_0x44130a[_0x484464(0x260)],_0x44130a[_0x484464(0x205)]))return _0x304dca=!![],!![];else{if(_0x483f3c[_0x484464(0x26e)]){if(_0x44130a['pxgoX'](_0x44130a['hIlHG'],_0x44130a[_0x484464(0x278)]))return _0x5c4fd5['error'](_0x44130a['LuiYi']),{};else logger[_0x484464(0x2b1)](_0x484464(0x1fe)+_0x483f3c['response'][_0x484464(0x247)]+'\x20'+_0x483f3c[_0x484464(0x26e)]['statusText']+'\x20'+JSON[_0x484464(0x2b9)](_0x483f3c[_0x484464(0x26e)][_0x484464(0x2a6)]));}else _0x44130a[_0x484464(0x2c6)](_0x44130a['RMZcS'],_0x44130a[_0x484464(0x2c0)])?logger[_0x484464(0x2b1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x483f3c[_0x484464(0x233)]||util[_0x484464(0x1ee)](_0x483f3c))):_0x15b187[_0x484464(0x2b1)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x47a4f4[_0x484464(0x26e)]['status']+'\x20'+_0x1eb7a4[_0x484464(0x26e)][_0x484464(0x27f)]+'\x20'+_0x583fe8[_0x484464(0x2b9)](_0x5d53ad['response'][_0x484464(0x2a6)]));const _0x2e02d4={};return _0x2e02d4['status']=_0x44130a[_0x484464(0x1e4)],_0x2e02d4[_0x484464(0x233)]=_0x483f3c[_0x484464(0x233)]||(_0x483f3c[_0x484464(0x26e)]?_0x483f3c['response'][_0x484464(0x247)]+':'+_0x483f3c[_0x484464(0x26e)][_0x484464(0x27f)]:_0x483f3c),_0x2e02d4;}}},exports[a47_0x5275e9(0x22e)]=async(_0xf40525,_0x41f335)=>{const _0x54d168=a47_0x5275e9,_0x56c4c0={};_0x56c4c0[_0x54d168(0x255)]=function(_0x531c84,_0x2db192){return _0x531c84!==_0x2db192;},_0x56c4c0[_0x54d168(0x1f7)]='EbKSb',_0x56c4c0['dFFbK']=_0x54d168(0x2bd);const _0x5b9655=_0x56c4c0;if(!this[_0x54d168(0x28c)]()||!_0x41f335[_0x54d168(0x250)]){if(_0x5b9655[_0x54d168(0x255)](_0x5b9655[_0x54d168(0x1f7)],_0x5b9655[_0x54d168(0x1f7)]))_0x32511a[_0x54d168(0x2d6)](_0x54d168(0x21d)+_0x4aeee7);else return logger['warn']('Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.'),[];}try{let _0x1b6e13=await _0xf40525[_0x54d168(0x1f4)](_0x54d168(0x1f5));return _0x1b6e13;}catch{return logger[_0x54d168(0x2b1)](_0x5b9655[_0x54d168(0x219)]),[];}},exports[a47_0x5275e9(0x2ad)]=async(_0x23a957,_0x4a9611)=>{const _0x5420ca=a47_0x5275e9,_0x4a0d85={};_0x4a0d85['oRzVa']='No\x20accessibility\x20summary\x20was\x20found.';const _0x32dd01=_0x4a0d85;if(!this[_0x5420ca(0x28c)]()||!_0x4a9611[_0x5420ca(0x250)])return logger['warn'](_0x5420ca(0x230)),{};try{let _0x5de423=await _0x23a957[_0x5420ca(0x1f4)](_0x5420ca(0x2d1));return _0x5de423;}catch{return logger[_0x5420ca(0x2b1)](_0x32dd01[_0x5420ca(0x252)]),{};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a48_0xd8e0a7=a48_0x2874;(function(_0x2220f9,_0x1ac9b2){var _0x10489e=a48_0x2874,_0x27c9c4=_0x2220f9();while(!![]){try{var _0x4b5904=-parseInt(_0x10489e(0xf1))/0x1*(-parseInt(_0x10489e(0xf4))/0x2)+parseInt(_0x10489e(0xe9))/0x3*(parseInt(_0x10489e(0xf0))/0x4)+parseInt(_0x10489e(0xe8))/0x5+-parseInt(_0x10489e(0xea))/0x6+-parseInt(_0x10489e(0xeb))/0x7+parseInt(_0x10489e(0xf2))/0x8*(parseInt(_0x10489e(0xf5))/0x9)+parseInt(_0x10489e(0xee))/0xa*(-parseInt(_0x10489e(0xf3))/0xb);if(_0x4b5904===_0x1ac9b2)break;else _0x27c9c4['push'](_0x27c9c4['shift']());}catch(_0x4a84bb){_0x27c9c4['push'](_0x27c9c4['shift']());}}}(a48_0x1a80,0x8365d));var a48_0x3d89bf={};function a48_0x2874(_0x4691f2,_0x2f4bf4){var _0x1a80ac=a48_0x1a80();return a48_0x2874=function(_0x287424,_0x3520f3){_0x287424=_0x287424-0xe8;var _0x5c9fff=_0x1a80ac[_0x287424];return _0x5c9fff;},a48_0x2874(_0x4691f2,_0x2f4bf4);}a48_0x3d89bf[a48_0xd8e0a7(0xef)]=a48_0xd8e0a7(0xec),a48_0x3d89bf['API_ENDPOINT']='automate-turboscale/v1',module[a48_0xd8e0a7(0xed)]=a48_0x3d89bf;function a48_0x1a80(){var _0x41acd3=['4747900mkqADt','3GwyMLE','4455282xItUJb','2448922WyZAhS','https://grid.browserstack.com/dashboard/builds','exports','7065970fDaGwQ','BUILDS_DASHBOARD_URL','3149492oeDuTO','5089PbZepS','16HAvbIx','11OcyNIQ','40REqBrr','2243079woBhAL'];a48_0x1a80=function(){return _0x41acd3;};return a48_0x1a80();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a49_0x9b82(){const _0x351460=['155280ZoKzLX','xQCsx','getTurboScaleOptions','gSNjM','kGvtW','NO_GRID_NAME_PASSED','getTurboScaleGridName','PnSqa','BROWSERSTACK_TURBOSCALE_GRID_NAME','pLWJm','aJHzo','226csnFhx','xJYwQ','pIWAi','pmdXg','korbw','fKymZ','turboScale','BROWSERSTACK_BUILD_TAGS','split','SjmgQ','gridName','KeRzl','env','2431560gchigZ','347Dzbfna','PQcdF','isTurboScaleSession','QlLuZ','gJuwc','uxBsb','sGCMC','APSMf','CQBDV','BROWSERSTACK_BUILD_PRIORITY','JkbdU','53372Svszqw','buildPriority','buildTags','turboScaleOptions','165TxCGdh','cZIZF','nlyYw','27YARvPC','qQdeR','aOCsf','kjyPF','getTurboScaleCaps','FHqVj','medium','489275WaPlmO','../../bin/utils/constants','EpSiJ','930juSgfk','rdBED','152kZqFcx','bObbj','pWwso','DaVAd','13131idCyDp','options','9961eDtATU','TURBOSCALE_OPTIONS','nJTta','pfCAI','JmKbu','eLAZU','nDbRq','isArray'];a49_0x9b82=function(){return _0x351460;};return a49_0x9b82();}const a49_0x1bb1f7=a49_0x4c8b;(function(_0x1794d9,_0x2a4d27){const _0x1a134a=a49_0x4c8b,_0x25f9fb=_0x1794d9();while(!![]){try{const _0x376ef7=parseInt(_0x1a134a(0x1f8))/0x1*(parseInt(_0x1a134a(0x1ea))/0x2)+-parseInt(_0x1a134a(0x20a))/0x3*(parseInt(_0x1a134a(0x203))/0x4)+parseInt(_0x1a134a(0x211))/0x5+parseInt(_0x1a134a(0x214))/0x6*(parseInt(_0x1a134a(0x1d7))/0x7)+parseInt(_0x1a134a(0x216))/0x8*(-parseInt(_0x1a134a(0x1d5))/0x9)+-parseInt(_0x1a134a(0x1f7))/0xa+-parseInt(_0x1a134a(0x207))/0xb*(-parseInt(_0x1a134a(0x1df))/0xc);if(_0x376ef7===_0x2a4d27)break;else _0x25f9fb['push'](_0x25f9fb['shift']());}catch(_0xa7bdb6){_0x25f9fb['push'](_0x25f9fb['shift']());}}}(a49_0x9b82,0x273ff));function a49_0x4c8b(_0x33e979,_0x59cd9c){const _0x9b8262=a49_0x9b82();return a49_0x4c8b=function(_0x4c8b38,_0x3f2d00){_0x4c8b38=_0x4c8b38-0x1d3;let _0x1be194=_0x9b8262[_0x4c8b38];return _0x1be194;},a49_0x4c8b(_0x33e979,_0x59cd9c);}const constants=require(a49_0x1bb1f7(0x212));exports[a49_0x1bb1f7(0x1e1)]=()=>{const _0x326294=a49_0x1bb1f7,_0x468ab0={};_0x468ab0[_0x326294(0x1d4)]=function(_0x20b59e,_0x54fab0){return _0x20b59e===_0x54fab0;},_0x468ab0[_0x326294(0x1dc)]='yzLBi',_0x468ab0[_0x326294(0x1ef)]=_0x326294(0x200);const _0xd5b89f=_0x468ab0;if(!constants['TURBOSCALE_OPTIONS'][_0x326294(0x1d6)]){if(_0xd5b89f[_0x326294(0x1d4)](_0xd5b89f[_0x326294(0x1dc)],_0xd5b89f[_0x326294(0x1ef)]))_0x4672ae[_0x326294(0x205)]=_0x37ba50[_0x326294(0x1f6)][_0x326294(0x1f1)]['split'](',');else return{};}return constants[_0x326294(0x1d8)][_0x326294(0x1d6)];},exports[a49_0x1bb1f7(0x1e5)]=_0xc17e4e=>{const _0x5a63a4=a49_0x1bb1f7,_0x185823={};_0x185823[_0x5a63a4(0x1e3)]=function(_0x4ea1ca,_0x3a1947){return _0x4ea1ca!==_0x3a1947;},_0x185823[_0x5a63a4(0x209)]=_0x5a63a4(0x1fc),_0x185823[_0x5a63a4(0x1f3)]=function(_0x5befbc,_0xc272bf){return _0x5befbc===_0xc272bf;},_0x185823[_0x5a63a4(0x1e8)]=_0x5a63a4(0x1fd),_0x185823[_0x5a63a4(0x1d9)]=_0x5a63a4(0x1fb),_0x185823[_0x5a63a4(0x1eb)]=_0x5a63a4(0x1e4);const _0x16cd2f=_0x185823;if(_0xc17e4e[_0x5a63a4(0x206)]&&_0xc17e4e[_0x5a63a4(0x206)][_0x5a63a4(0x1f4)])return _0x16cd2f[_0x5a63a4(0x1e3)](_0x16cd2f['nlyYw'],_0x16cd2f['nlyYw'])?_0x3e7fec[_0x5a63a4(0x206)]['gridName']:_0xc17e4e['turboScaleOptions']['gridName'];if(process[_0x5a63a4(0x1f6)][_0x5a63a4(0x1e7)]){if(_0x16cd2f[_0x5a63a4(0x1f3)](_0x16cd2f['pLWJm'],_0x16cd2f[_0x5a63a4(0x1d9)]))_0x5a2283['buildTags']=_0x730f31[_0x5a63a4(0x1f6)]['BROWSERSTACK_BUILD_TAGS'];else return process[_0x5a63a4(0x1f6)][_0x5a63a4(0x1e7)];}return _0x16cd2f[_0x5a63a4(0x1eb)];},exports[a49_0x1bb1f7(0x1fa)]=_0x494a31=>{const _0x120080=a49_0x1bb1f7,_0x1012b0={};_0x1012b0[_0x120080(0x1e0)]=function(_0x3731b0,_0x490aba){return _0x3731b0===_0x490aba;};const _0x212aa1=_0x1012b0;return _0x494a31&&_0x212aa1[_0x120080(0x1e0)](_0x494a31[_0x120080(0x1f0)],!![]);},exports[a49_0x1bb1f7(0x20e)]=(_0x4c7038,_0x30d562,_0xf58e61)=>{const _0x3d1c83=a49_0x1bb1f7,_0x56245e={};_0x56245e[_0x3d1c83(0x1ff)]=function(_0x27f4f7,_0x116d23){return _0x27f4f7===_0x116d23;},_0x56245e[_0x3d1c83(0x20f)]=_0x3d1c83(0x210),_0x56245e['nDbRq']=function(_0x3610ee,_0x4234bc){return _0x3610ee!==_0x4234bc;},_0x56245e['pIWAi']=_0x3d1c83(0x1da),_0x56245e[_0x3d1c83(0x20c)]=_0x3d1c83(0x1f5),_0x56245e[_0x3d1c83(0x215)]=function(_0x30cc74,_0x35e548){return _0x30cc74!==_0x35e548;},_0x56245e[_0x3d1c83(0x213)]=_0x3d1c83(0x208),_0x56245e[_0x3d1c83(0x1e9)]=function(_0x3a10ad,_0x352c9b){return _0x3a10ad===_0x352c9b;},_0x56245e['GjLAs']=_0x3d1c83(0x1db),_0x56245e[_0x3d1c83(0x202)]=_0x3d1c83(0x1fe),_0x56245e[_0x3d1c83(0x1e6)]=function(_0x1f0670,_0x3af8a6){return _0x1f0670!==_0x3af8a6;},_0x56245e[_0x3d1c83(0x1e2)]=_0x3d1c83(0x20d),_0x56245e[_0x3d1c83(0x217)]=_0x3d1c83(0x20b),_0x56245e[_0x3d1c83(0x1ed)]=function(_0x4657ab,_0x44f617){return _0x4657ab===_0x44f617;},_0x56245e[_0x3d1c83(0x1f9)]='QZBNt',_0x56245e[_0x3d1c83(0x1d3)]=_0x3d1c83(0x1ee);const _0x15b6de=_0x56245e,_0x168427={};_0x168427[_0x3d1c83(0x204)]=_0x15b6de[_0x3d1c83(0x20f)];_0x4c7038[_0x3d1c83(0x205)]&&(_0x15b6de[_0x3d1c83(0x1dd)](_0x15b6de[_0x3d1c83(0x1ec)],_0x15b6de[_0x3d1c83(0x20c)])?_0x168427['buildTags']=Array['isArray'](_0x4c7038[_0x3d1c83(0x205)])?_0x4c7038[_0x3d1c83(0x205)]:_0x4c7038[_0x3d1c83(0x205)]['split'](','):_0x10598b[_0x3d1c83(0x205)]=_0x44374f[_0x3d1c83(0x1de)](_0x288aec[_0x3d1c83(0x205)])?_0x18344a[_0x3d1c83(0x205)]:_0x2f3159[_0x3d1c83(0x205)][_0x3d1c83(0x1f2)](','));if(process[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)]){if(_0x15b6de['rdBED'](_0x15b6de['EpSiJ'],_0x15b6de[_0x3d1c83(0x213)]))_0x41d7dd['buildPriority']=_0xadef72[_0x3d1c83(0x1f6)][_0x3d1c83(0x201)];else try{if(_0x15b6de[_0x3d1c83(0x1e9)](_0x15b6de['GjLAs'],_0x15b6de[_0x3d1c83(0x202)]))try{_0x204bd6['buildTags']=_0x4c1e46[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)][_0x3d1c83(0x1f2)](',');}catch{_0x1991e4[_0x3d1c83(0x205)]=_0x1b53c0[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)];}else _0x168427['buildTags']=process['env']['BROWSERSTACK_BUILD_TAGS'][_0x3d1c83(0x1f2)](',');}catch{_0x15b6de[_0x3d1c83(0x1e6)](_0x15b6de['gSNjM'],_0x15b6de[_0x3d1c83(0x1e2)])?_0x252e16[_0x3d1c83(0x204)]=_0x4a17e4['buildPriority']:_0x168427[_0x3d1c83(0x205)]=process[_0x3d1c83(0x1f6)][_0x3d1c83(0x1f1)];}}if(_0x4c7038[_0x3d1c83(0x204)]){if(_0x15b6de['rdBED'](_0x15b6de[_0x3d1c83(0x217)],_0x15b6de[_0x3d1c83(0x217)]))return _0x2c1106&&_0x15b6de[_0x3d1c83(0x1ff)](_0x8ff129[_0x3d1c83(0x1f0)],!![]);else _0x168427[_0x3d1c83(0x204)]=_0x4c7038['buildPriority'];}if(process['env'][_0x3d1c83(0x201)]){if(_0x15b6de[_0x3d1c83(0x1ed)](_0x15b6de[_0x3d1c83(0x1f9)],_0x15b6de[_0x3d1c83(0x1d3)]))return _0x5a6b07[_0x3d1c83(0x1f6)][_0x3d1c83(0x1e7)];else _0x168427['buildPriority']=process[_0x3d1c83(0x1f6)][_0x3d1c83(0x201)];}return _0x168427;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a50_0x38acd4=a50_0x1f63;(function(_0x49d497,_0x407072){var _0x1619b6=a50_0x1f63,_0x179ece=_0x49d497();while(!![]){try{var _0x55a990=-parseInt(_0x1619b6(0x196))/0x1*(parseInt(_0x1619b6(0x185))/0x2)+parseInt(_0x1619b6(0x14d))/0x3+-parseInt(_0x1619b6(0x19b))/0x4+-parseInt(_0x1619b6(0x12d))/0x5+parseInt(_0x1619b6(0x111))/0x6*(-parseInt(_0x1619b6(0x15b))/0x7)+-parseInt(_0x1619b6(0x140))/0x8+parseInt(_0x1619b6(0x10e))/0x9;if(_0x55a990===_0x407072)break;else _0x179ece['push'](_0x179ece['shift']());}catch(_0x4a8a54){_0x179ece['push'](_0x179ece['shift']());}}}(a50_0x5092,0xdaf99),exports['CLICapsMapping']=()=>{var _0x587e5d=a50_0x1f63,_0x33d7fd={};_0x33d7fd[_0x587e5d(0x166)]=_0x587e5d(0x1a6),_0x33d7fd[_0x587e5d(0x139)]=_0x587e5d(0x18e),_0x33d7fd['eHVVl']=_0x587e5d(0x11c),_0x33d7fd[_0x587e5d(0x151)]='browserstack.accessKey',_0x33d7fd['uPyBx']=_0x587e5d(0x193),_0x33d7fd[_0x587e5d(0x1b0)]='browserstack.projectName',_0x33d7fd[_0x587e5d(0x167)]='browserstack.buildIdentifier',_0x33d7fd[_0x587e5d(0x115)]=_0x587e5d(0x184),_0x33d7fd[_0x587e5d(0x10f)]=_0x587e5d(0x121),_0x33d7fd['PZucP']=_0x587e5d(0x19a),_0x33d7fd[_0x587e5d(0x1aa)]='browserstack.localIdentifier',_0x33d7fd[_0x587e5d(0x1a1)]=_0x587e5d(0x149),_0x33d7fd[_0x587e5d(0x16b)]='browserstack.app',_0x33d7fd[_0x587e5d(0x10d)]='browserstack.logLevel',_0x33d7fd[_0x587e5d(0x11e)]=_0x587e5d(0x16f);var _0x28b77e=_0x33d7fd,_0x14e473={};return _0x14e473[_0x587e5d(0x131)]=[_0x28b77e[_0x587e5d(0x166)],_0x28b77e[_0x587e5d(0x139)]],_0x14e473[_0x587e5d(0x176)]=[_0x28b77e[_0x587e5d(0x12c)],_0x28b77e['tuAoz']],_0x14e473[_0x587e5d(0x152)]=[_0x28b77e['uPyBx']],_0x14e473[_0x587e5d(0x174)]=[_0x28b77e[_0x587e5d(0x1b0)]],_0x14e473[_0x587e5d(0x126)]=[_0x28b77e[_0x587e5d(0x167)]],_0x14e473[_0x587e5d(0x162)]=[_0x28b77e[_0x587e5d(0x115)],_0x28b77e[_0x587e5d(0x10f)]],_0x14e473['browserstackLocal']=[_0x28b77e[_0x587e5d(0x107)]],_0x14e473[_0x587e5d(0x11b)]=[_0x28b77e[_0x587e5d(0x1aa)]],_0x14e473[_0x587e5d(0x112)]=[_0x28b77e[_0x587e5d(0x1a1)]],_0x14e473['app']=[_0x28b77e[_0x587e5d(0x16b)]],_0x14e473['logLevel']=[_0x28b77e[_0x587e5d(0x10d)]],_0x14e473[_0x587e5d(0x1ac)]=[_0x28b77e[_0x587e5d(0x11e)]],_0x14e473;},exports[a50_0x38acd4(0x1a8)]=()=>{var _0x11415f=a50_0x38acd4,_0x48c97c={};_0x48c97c[_0x11415f(0x13a)]=_0x11415f(0x17d),_0x48c97c['JUOxo']=_0x11415f(0x160),_0x48c97c[_0x11415f(0x13c)]='BROWSERSTACK_ACCESS_KEY',_0x48c97c[_0x11415f(0x14b)]='BROWSERSTACK_BUILD_NAME',_0x48c97c[_0x11415f(0x17a)]=_0x11415f(0x178),_0x48c97c[_0x11415f(0x19e)]=_0x11415f(0x110),_0x48c97c[_0x11415f(0x141)]=_0x11415f(0x19d),_0x48c97c[_0x11415f(0x164)]=_0x11415f(0x180),_0x48c97c[_0x11415f(0x17c)]=_0x11415f(0x10c),_0x48c97c['JZsel']=_0x11415f(0x186),_0x48c97c[_0x11415f(0x17e)]=_0x11415f(0x18c),_0x48c97c[_0x11415f(0x13f)]=_0x11415f(0x153),_0x48c97c['YvOgN']=_0x11415f(0x13e),_0x48c97c[_0x11415f(0x173)]=_0x11415f(0x147);var _0x302c8e=_0x48c97c,_0x1f9da5={};return _0x1f9da5['userName']=[_0x302c8e['KpSMG'],_0x302c8e[_0x11415f(0x136)]],_0x1f9da5[_0x11415f(0x176)]=[_0x302c8e[_0x11415f(0x13c)]],_0x1f9da5[_0x11415f(0x152)]=[_0x302c8e[_0x11415f(0x14b)]],_0x1f9da5[_0x11415f(0x174)]=[_0x302c8e[_0x11415f(0x17a)]],_0x1f9da5['buildIdentifier']=[_0x302c8e['IUFii']],_0x1f9da5[_0x11415f(0x162)]=[_0x302c8e[_0x11415f(0x141)]],_0x1f9da5[_0x11415f(0x137)]=[_0x302c8e[_0x11415f(0x164)]],_0x1f9da5[_0x11415f(0x11b)]=[_0x302c8e[_0x11415f(0x17c)]],_0x1f9da5[_0x11415f(0x112)]=[_0x302c8e['JZsel']],_0x1f9da5['app']=[_0x302c8e[_0x11415f(0x17e)],_0x302c8e['XylFa']],_0x1f9da5[_0x11415f(0x150)]=[_0x302c8e[_0x11415f(0x142)]],_0x1f9da5[_0x11415f(0x1ac)]=[_0x302c8e['KREZn']],_0x1f9da5;},exports[a50_0x38acd4(0x1ae)]=()=>[a50_0x38acd4(0x125),a50_0x38acd4(0x108),a50_0x38acd4(0x194),'newCommandTimeout',a50_0x38acd4(0x114),'udid',a50_0x38acd4(0x12f),a50_0x38acd4(0x163),a50_0x38acd4(0x1b1),a50_0x38acd4(0x15f),a50_0x38acd4(0x12e),a50_0x38acd4(0x1a0),a50_0x38acd4(0x18d),'eventTimings','enablePerformanceLogging','otherApps',a50_0x38acd4(0x146),a50_0x38acd4(0x122),a50_0x38acd4(0x187),a50_0x38acd4(0x19c),a50_0x38acd4(0x1a5),a50_0x38acd4(0x1ad),a50_0x38acd4(0x127),a50_0x38acd4(0x144),'androidCoverage',a50_0x38acd4(0x1b2),'androidDeviceReadyTimeout',a50_0x38acd4(0x198),a50_0x38acd4(0x1ab),'androidInstallTimeout','androidInstallPath',a50_0x38acd4(0x128),a50_0x38acd4(0x14f),a50_0x38acd4(0x1b6),'avdArgs',a50_0x38acd4(0x170),a50_0x38acd4(0x129),'keystorePassword',a50_0x38acd4(0x16a),a50_0x38acd4(0x13d),a50_0x38acd4(0x119),'chromedriverArgs',a50_0x38acd4(0x17b),'chromedriverChromeMappingFile','chromedriverUseSystemExecutable',a50_0x38acd4(0x133),'chromedriverPorts',a50_0x38acd4(0x165),a50_0x38acd4(0x169),a50_0x38acd4(0x199),'intentCategory',a50_0x38acd4(0x182),'optionalIntentArguments',a50_0x38acd4(0x120),a50_0x38acd4(0x1b5),a50_0x38acd4(0x12b),a50_0x38acd4(0x183),'ignoreUnimportantViews',a50_0x38acd4(0x1b3),a50_0x38acd4(0x159),a50_0x38acd4(0x135),'nativeWebScreenshot','androidScreenshotPath','networkSpeed',a50_0x38acd4(0x192),a50_0x38acd4(0x19f),a50_0x38acd4(0x138),a50_0x38acd4(0x11f),a50_0x38acd4(0x158),a50_0x38acd4(0x15e),'androidNaturalOrientation',a50_0x38acd4(0x124),a50_0x38acd4(0x15d),a50_0x38acd4(0x10a),a50_0x38acd4(0x15a),a50_0x38acd4(0x1a4),a50_0x38acd4(0x155),a50_0x38acd4(0x161),a50_0x38acd4(0x1af),'disableWindowAnimation','buildToolsVersion',a50_0x38acd4(0x1a9),a50_0x38acd4(0x11a),a50_0x38acd4(0x12a),a50_0x38acd4(0x1a3),a50_0x38acd4(0x14e),'calendarFormat',a50_0x38acd4(0x157),a50_0x38acd4(0x11d),a50_0x38acd4(0x156),'locationServicesAuthorized',a50_0x38acd4(0x17f),a50_0x38acd4(0x16e),'nativeInstrumentsLib','nativeWebTap',a50_0x38acd4(0x1a7),a50_0x38acd4(0x175),'safariIgnoreFraudWarning',a50_0x38acd4(0x148),a50_0x38acd4(0x154),a50_0x38acd4(0x109),'processArguments','interKeyDelay',a50_0x38acd4(0x14a),'sendKeyStrategy','webkitResponseTimeout',a50_0x38acd4(0x1b7),'remoteDebugProxy',a50_0x38acd4(0x13b),a50_0x38acd4(0x188),a50_0x38acd4(0x18b),a50_0x38acd4(0x179),a50_0x38acd4(0x143),a50_0x38acd4(0x132),'appName',a50_0x38acd4(0x191),a50_0x38acd4(0x18a),a50_0x38acd4(0x130),a50_0x38acd4(0x195),a50_0x38acd4(0x145),'iosInstallPause',a50_0x38acd4(0x172),a50_0x38acd4(0x116),'usePrebuiltWDA',a50_0x38acd4(0x18f),a50_0x38acd4(0x113),a50_0x38acd4(0x16c),a50_0x38acd4(0x14c),a50_0x38acd4(0x1b4),a50_0x38acd4(0x123),'xcodeOrgId',a50_0x38acd4(0x134),'updatedWDABundleId',a50_0x38acd4(0x177),'commandTimeouts',a50_0x38acd4(0x15c),a50_0x38acd4(0x118),'connectHardwareKeyboard',a50_0x38acd4(0x168),a50_0x38acd4(0x181),a50_0x38acd4(0x10b),a50_0x38acd4(0x1a2),a50_0x38acd4(0x190),a50_0x38acd4(0x16d),a50_0x38acd4(0x117),'mockLocationApp',a50_0x38acd4(0x197),a50_0x38acd4(0x189),a50_0x38acd4(0x171)]);function a50_0x1f63(_0x24ae64,_0x453d34){var _0x50926f=a50_0x5092();return a50_0x1f63=function(_0x1f6316,_0x3b3619){_0x1f6316=_0x1f6316-0x107;var _0x2f46a5=_0x50926f[_0x1f6316];return _0x2f46a5;},a50_0x1f63(_0x24ae64,_0x453d34);}function a50_0x5092(){var _0x517054=['browserstackLocal','adbExecTimeout','gTPHc','KpSMG','enableAsyncExecuteFromHttps','sPqIJ','keyPassword','BROWSERSTACK_OBSERVABILITY_DEBUG','XylFa','8998208FIoSGJ','Apkom','YvOgN','waitForAppScript','allowTestPackages','showXcodeLog','printPageSourceOnFindFailure','BROWSERSTACK_AUTOMATION','safariOpenLinksInBackground','browserstack.rerunTests','showIOSLog','LNltU','useNewWDA','2508594eBTHuJ','remoteAppsCacheLimit','avdLaunchTimeout','logLevel','tuAoz','buildName','BROWSERSTACK_APP','keepKeyChains','autoLaunch','locationServicesEnabled','bundleId','skipDeviceInitialization','chromeOptions','unlockType','658ixlLgu','wdaStartupRetries','remoteAdbHost','autoGrantPermissions','autoWebview','BROWSERSTACK_USER_NAME','skipLogcatCapture','parallelsPerPlatform','locale','nnfVg','chromedriverDisableBuildCheck','NOeGj','FrHdk','maxTypingFrequency','autoWebviewTimeout','keyAlias','tsugE','keychainPath','allowTouchIdEnroll','autoDismissAlerts','browserstack.automation','useKeystore','allowDelayAdb','xcodeConfigFile','KREZn','projectName','safariAllowPopups','accessKey','resetOnSessionStartOnly','BROWSERSTACK_PROJECT_NAME','fullContextList','iSSPH','chromedriverExecutableDir','fOVdh','BROWSERSTACK_USERNAME','cDXuU','autoAcceptAlerts','BROWSERSTACK_LOCAL','simpleIsVisibleCheck','intentFlags','noSign','browserstack.ppp','6AJlQwK','BROWSERSTACK_RERUN_TESTS','appPackage','skipLogCapture','logcatFilterSpecs','tapWithShortPressDuration','webkitDebugProxyPort','BROWSERSTACK_APP_ID','clearSystemFiles','browserstack.userName','preventWDAAttachments','startIWDP','customSSLCert','gpsEnabled','browserstack.buildName','deviceName','wdaLocalPort','324502HHxiWN','logcatFormat','adbPort','intentAction','browserstack.local','4308528JwBPHw','appWaitActivity','BROWSERSTACK_PARALLELS_PER_PLATFORM','IUFii','isHeadless','fullReset','mcEIR','shouldUseSingletonTestManager','enableWebviewDetailsCollection','unlockKey','appWaitPackage','browserstack.user_name','safariInitialUrl','EnvCapsMapping','enforceAppInstall','gxTiY','androidDeviceSocket','automation','appWaitDuration','AppiumCaps','uninstallOtherPackages','WGLkb','orientation','androidCoverageEndIntent','disableAndroidWatchers','wdaLaunchTimeout','unicodeKeyboard','avdReadyTimeout','screenshotWaitTimeout','PZucP','platformVersion','localizableStringsDir','skipUnlock','useCarthageSsl','BROWSERSTACK_LOCAL_IDENTIFIER','FpWfI','57483477FBYiFC','wChJk','BROWSERSTACK_BUILD_IDENTIFIER','98016vmSTkw','rerunTests','webDriverAgentUrl','app','STOkM','keychainPassword','ignoreHiddenApiPolicyError','wdaStartupRetryInterval','chromedriverExecutable','ensureWebviewsHavePages','localIdentifier','browserstack.access_key','launchTimeout','IrSEv','localeScript','dontStopAppOnReset','browserstack.parallelsPerPlatform','appActivity','wdaConnectionTimeout','systemPort','automationName','buildIdentifier','deviceReadyTimeout','avd','keystorePath','webviewDevtoolsPort','resetKeyboard','eHVVl','8076660HzZSCc','noReset','language','scaleFactor','userName','webviewConnectRetries','chromedriverPort','xcodeSigningId','recreateChromeDriverSessions','JUOxo'];a50_0x5092=function(){return _0x517054;};return a50_0x5092();}
|
|
1
|
+
var a50_0x4a8f5f=a50_0x1a8b;function a50_0x1a8b(_0x2259fe,_0x547603){var _0x3e513e=a50_0x3e51();return a50_0x1a8b=function(_0x1a8b63,_0xccb3ce){_0x1a8b63=_0x1a8b63-0xd4;var _0x552150=_0x3e513e[_0x1a8b63];return _0x552150;},a50_0x1a8b(_0x2259fe,_0x547603);}(function(_0x721328,_0x275809){var _0x3fcd76=a50_0x1a8b,_0x203723=_0x721328();while(!![]){try{var _0x25dbd6=-parseInt(_0x3fcd76(0x153))/0x1+-parseInt(_0x3fcd76(0x12f))/0x2+-parseInt(_0x3fcd76(0x160))/0x3*(-parseInt(_0x3fcd76(0x11d))/0x4)+-parseInt(_0x3fcd76(0x109))/0x5*(-parseInt(_0x3fcd76(0xf6))/0x6)+-parseInt(_0x3fcd76(0x134))/0x7+-parseInt(_0x3fcd76(0x10f))/0x8+parseInt(_0x3fcd76(0xdd))/0x9;if(_0x25dbd6===_0x275809)break;else _0x203723['push'](_0x203723['shift']());}catch(_0x500874){_0x203723['push'](_0x203723['shift']());}}}(a50_0x3e51,0x5b657),exports[a50_0x4a8f5f(0x15a)]=()=>{var _0xfaa6c8=a50_0x4a8f5f,_0x2cd5f8={};_0x2cd5f8['paYAr']='browserstack.user_name',_0x2cd5f8[_0xfaa6c8(0x150)]=_0xfaa6c8(0xe6),_0x2cd5f8[_0xfaa6c8(0x140)]=_0xfaa6c8(0x136),_0x2cd5f8[_0xfaa6c8(0x142)]=_0xfaa6c8(0x171),_0x2cd5f8['ovEyp']=_0xfaa6c8(0xe5),_0x2cd5f8['fABOc']=_0xfaa6c8(0xf2),_0x2cd5f8[_0xfaa6c8(0x164)]=_0xfaa6c8(0xed),_0x2cd5f8[_0xfaa6c8(0x15c)]=_0xfaa6c8(0x11f),_0x2cd5f8[_0xfaa6c8(0x182)]=_0xfaa6c8(0xf7),_0x2cd5f8[_0xfaa6c8(0x119)]='browserstack.local',_0x2cd5f8['qzAMe']=_0xfaa6c8(0xfa),_0x2cd5f8[_0xfaa6c8(0x12d)]=_0xfaa6c8(0x103),_0x2cd5f8[_0xfaa6c8(0x157)]='browserstack.app',_0x2cd5f8['ZsHoZ']=_0xfaa6c8(0x18e),_0x2cd5f8['jMIoN']=_0xfaa6c8(0x167);var _0x4a21d9=_0x2cd5f8,_0x37d28a={};return _0x37d28a[_0xfaa6c8(0x17d)]=[_0x4a21d9[_0xfaa6c8(0x110)],_0x4a21d9[_0xfaa6c8(0x150)]],_0x37d28a[_0xfaa6c8(0x120)]=[_0x4a21d9['cHXPA'],_0x4a21d9['Hzwle']],_0x37d28a[_0xfaa6c8(0x161)]=[_0x4a21d9[_0xfaa6c8(0x139)]],_0x37d28a['projectName']=[_0x4a21d9[_0xfaa6c8(0x16c)]],_0x37d28a['buildIdentifier']=[_0x4a21d9[_0xfaa6c8(0x164)]],_0x37d28a[_0xfaa6c8(0x11c)]=[_0x4a21d9['tKLUy'],_0x4a21d9[_0xfaa6c8(0x182)]],_0x37d28a[_0xfaa6c8(0x13c)]=[_0x4a21d9[_0xfaa6c8(0x119)]],_0x37d28a['localIdentifier']=[_0x4a21d9[_0xfaa6c8(0x183)]],_0x37d28a[_0xfaa6c8(0x116)]=[_0x4a21d9[_0xfaa6c8(0x12d)]],_0x37d28a['app']=[_0x4a21d9['prXyz']],_0x37d28a[_0xfaa6c8(0xfc)]=[_0x4a21d9['ZsHoZ']],_0x37d28a[_0xfaa6c8(0x130)]=[_0x4a21d9[_0xfaa6c8(0x17c)]],_0x37d28a;},exports[a50_0x4a8f5f(0x135)]=()=>{var _0x4af3d8=a50_0x4a8f5f,_0x16352e={};_0x16352e['xwVpt']=_0x4af3d8(0x117),_0x16352e[_0x4af3d8(0xe9)]='BROWSERSTACK_USER_NAME',_0x16352e[_0x4af3d8(0x14b)]=_0x4af3d8(0xf3),_0x16352e['GhETb']=_0x4af3d8(0xe7),_0x16352e[_0x4af3d8(0x108)]='BROWSERSTACK_PROJECT_NAME',_0x16352e['yCzUd']=_0x4af3d8(0x17a),_0x16352e[_0x4af3d8(0x173)]=_0x4af3d8(0x122),_0x16352e['iYUOT']=_0x4af3d8(0xf8),_0x16352e[_0x4af3d8(0x163)]=_0x4af3d8(0x177),_0x16352e[_0x4af3d8(0x18a)]=_0x4af3d8(0x151),_0x16352e['PmyUW']=_0x4af3d8(0x13d),_0x16352e[_0x4af3d8(0x184)]='BROWSERSTACK_APP',_0x16352e['kExZB']='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x16352e[_0x4af3d8(0x16f)]=_0x4af3d8(0x12b);var _0x162251=_0x16352e,_0x34f595={};return _0x34f595[_0x4af3d8(0x17d)]=[_0x162251['xwVpt'],_0x162251[_0x4af3d8(0xe9)]],_0x34f595['accessKey']=[_0x162251[_0x4af3d8(0x14b)]],_0x34f595[_0x4af3d8(0x161)]=[_0x162251[_0x4af3d8(0x189)]],_0x34f595[_0x4af3d8(0x15b)]=[_0x162251[_0x4af3d8(0x108)]],_0x34f595[_0x4af3d8(0xe1)]=[_0x162251[_0x4af3d8(0x10d)]],_0x34f595[_0x4af3d8(0x11c)]=[_0x162251[_0x4af3d8(0x173)]],_0x34f595[_0x4af3d8(0x13c)]=[_0x162251[_0x4af3d8(0x13e)]],_0x34f595['localIdentifier']=[_0x162251[_0x4af3d8(0x163)]],_0x34f595[_0x4af3d8(0x116)]=[_0x162251['sQFUC']],_0x34f595[_0x4af3d8(0xda)]=[_0x162251['PmyUW'],_0x162251[_0x4af3d8(0x184)]],_0x34f595[_0x4af3d8(0xfc)]=[_0x162251[_0x4af3d8(0x121)]],_0x34f595[_0x4af3d8(0x130)]=[_0x162251[_0x4af3d8(0x16f)]],_0x34f595;},exports['AppiumCaps']=()=>[a50_0x4a8f5f(0x113),a50_0x4a8f5f(0x145),a50_0x4a8f5f(0x144),a50_0x4a8f5f(0x14c),a50_0x4a8f5f(0xda),a50_0x4a8f5f(0x186),a50_0x4a8f5f(0x15d),a50_0x4a8f5f(0x106),a50_0x4a8f5f(0x107),'autoWebview',a50_0x4a8f5f(0x13b),a50_0x4a8f5f(0x118),a50_0x4a8f5f(0xe2),a50_0x4a8f5f(0xe8),a50_0x4a8f5f(0x112),a50_0x4a8f5f(0xe3),'printPageSourceOnFindFailure',a50_0x4a8f5f(0x187),a50_0x4a8f5f(0x105),a50_0x4a8f5f(0x170),a50_0x4a8f5f(0x180),'appWaitDuration','deviceReadyTimeout',a50_0x4a8f5f(0x137),a50_0x4a8f5f(0xd4),'androidCoverageEndIntent',a50_0x4a8f5f(0x123),'adbPort',a50_0x4a8f5f(0x11b),a50_0x4a8f5f(0xdb),'androidInstallPath','avd',a50_0x4a8f5f(0x143),'avdReadyTimeout',a50_0x4a8f5f(0xec),'useKeystore',a50_0x4a8f5f(0x12e),a50_0x4a8f5f(0xea),a50_0x4a8f5f(0x12a),a50_0x4a8f5f(0x17b),'chromedriverExecutable',a50_0x4a8f5f(0x16a),'chromedriverExecutableDir',a50_0x4a8f5f(0xd7),a50_0x4a8f5f(0x146),a50_0x4a8f5f(0x100),'chromedriverPorts',a50_0x4a8f5f(0xeb),'autoWebviewTimeout',a50_0x4a8f5f(0x185),a50_0x4a8f5f(0x14a),a50_0x4a8f5f(0xd6),a50_0x4a8f5f(0x18d),'dontStopAppOnReset','unicodeKeyboard','resetKeyboard','noSign',a50_0x4a8f5f(0x127),a50_0x4a8f5f(0x12c),a50_0x4a8f5f(0x111),a50_0x4a8f5f(0x10c),a50_0x4a8f5f(0x128),a50_0x4a8f5f(0x16d),a50_0x4a8f5f(0x17e),'gpsEnabled',a50_0x4a8f5f(0x158),a50_0x4a8f5f(0x101),a50_0x4a8f5f(0xd9),a50_0x4a8f5f(0x152),'autoGrantPermissions','androidNaturalOrientation',a50_0x4a8f5f(0xef),a50_0x4a8f5f(0x114),a50_0x4a8f5f(0xdf),a50_0x4a8f5f(0x178),a50_0x4a8f5f(0x129),a50_0x4a8f5f(0x155),a50_0x4a8f5f(0x18b),'uninstallOtherPackages',a50_0x4a8f5f(0x147),a50_0x4a8f5f(0x18c),a50_0x4a8f5f(0x159),'ensureWebviewsHavePages',a50_0x4a8f5f(0x165),a50_0x4a8f5f(0x175),'remoteAppsCacheLimit',a50_0x4a8f5f(0x154),a50_0x4a8f5f(0x13a),a50_0x4a8f5f(0xde),a50_0x4a8f5f(0x16e),a50_0x4a8f5f(0xf5),a50_0x4a8f5f(0x17f),a50_0x4a8f5f(0x13f),a50_0x4a8f5f(0x124),a50_0x4a8f5f(0x168),a50_0x4a8f5f(0x179),a50_0x4a8f5f(0x125),'safariIgnoreFraudWarning',a50_0x4a8f5f(0x162),a50_0x4a8f5f(0x15f),a50_0x4a8f5f(0x141),a50_0x4a8f5f(0x11e),'interKeyDelay',a50_0x4a8f5f(0x132),a50_0x4a8f5f(0xf4),a50_0x4a8f5f(0xf9),a50_0x4a8f5f(0x15e),'remoteDebugProxy',a50_0x4a8f5f(0xd8),a50_0x4a8f5f(0x176),a50_0x4a8f5f(0x16b),a50_0x4a8f5f(0xdc),a50_0x4a8f5f(0x14d),a50_0x4a8f5f(0x102),a50_0x4a8f5f(0xfb),a50_0x4a8f5f(0x148),a50_0x4a8f5f(0x133),a50_0x4a8f5f(0xd5),a50_0x4a8f5f(0xfe),a50_0x4a8f5f(0x115),a50_0x4a8f5f(0x174),a50_0x4a8f5f(0x10e),'keychainPassword',a50_0x4a8f5f(0x156),'preventWDAAttachments',a50_0x4a8f5f(0x104),a50_0x4a8f5f(0xe4),a50_0x4a8f5f(0x181),a50_0x4a8f5f(0x149),a50_0x4a8f5f(0x188),a50_0x4a8f5f(0x172),a50_0x4a8f5f(0x138),a50_0x4a8f5f(0x10a),'resetOnSessionStartOnly',a50_0x4a8f5f(0x14f),a50_0x4a8f5f(0x166),'wdaStartupRetryInterval',a50_0x4a8f5f(0xff),a50_0x4a8f5f(0xf1),a50_0x4a8f5f(0x131),a50_0x4a8f5f(0xfd),a50_0x4a8f5f(0x11a),a50_0x4a8f5f(0x10b),a50_0x4a8f5f(0xf0),a50_0x4a8f5f(0xe0),a50_0x4a8f5f(0xee),a50_0x4a8f5f(0x126),a50_0x4a8f5f(0x14e),a50_0x4a8f5f(0x169)]);function a50_0x3e51(){var _0x4dcd8a=['browserstack.localIdentifier','appName','logLevel','useCarthageSsl','wdaLocalPort','connectHardwareKeyboard','chromedriverPort','adbExecTimeout','webviewConnectRetries','browserstack.rerunTests','webDriverAgentUrl','appPackage','locale','orientation','rfwbC','175vQebgY','updatedWDABundleId','startIWDP','recreateChromeDriverSessions','yCzUd','xcodeConfigFile','5245584PHRQSO','paYAr','chromeOptions','enablePerformanceLogging','automationName','remoteAdbHost','showXcodeLog','rerunTests','BROWSERSTACK_USERNAME','fullReset','vQCym','shouldUseSingletonTestManager','androidDeviceSocket','parallelsPerPlatform','110948FmaaZM','processArguments','browserstack.ppp','accessKey','kExZB','BROWSERSTACK_PARALLELS_PER_PLATFORM','androidDeviceReadyTimeout','nativeInstrumentsLib','safariAllowPopups','logcatFormat','ignoreUnimportantViews','nativeWebScreenshot','unlockKey','keyAlias','BROWSERSTACK_AUTOMATION','disableAndroidWatchers','rVSji','keystorePath','20732HBXOgW','automation','simpleIsVisibleCheck','showIOSLog','tapWithShortPressDuration','3392515kVvyWr','EnvCapsMapping','browserstack.access_key','allowTestPackages','xcodeSigningId','ovEyp','bundleId','noReset','browserstackLocal','BROWSERSTACK_APP_ID','iYUOT','autoDismissAlerts','cHXPA','localizableStringsDir','Hzwle','avdLaunchTimeout','deviceName','platformVersion','chromedriverUseSystemExecutable','disableWindowAnimation','customSSLCert','wdaLaunchTimeout','intentCategory','SRULw','newCommandTimeout','waitForAppScript','logcatFilterSpecs','commandTimeouts','xiiid','BROWSERSTACK_RERUN_TESTS','skipDeviceInitialization','420909QPuQPE','calendarFormat','autoLaunch','usePrebuiltWDA','prXyz','isHeadless','enforceAppInstall','CLICapsMapping','projectName','tKLUy','language','screenshotWaitTimeout','keepKeyChains','3deUtmF','buildName','safariOpenLinksInBackground','KzsWh','SLlhM','webviewDevtoolsPort','wdaStartupRetries','browserstack.automation','nativeWebTap','allowDelayAdb','chromedriverArgs','webkitDebugProxyPort','fABOc','androidScreenshotPath','locationServicesEnabled','cbbKF','appWaitActivity','browserstack.accessKey','xcodeOrgId','jvGkW','iosInstallPause','enableWebviewDetailsCollection','skipLogCapture','BROWSERSTACK_LOCAL_IDENTIFIER','unlockType','safariInitialUrl','BROWSERSTACK_BUILD_IDENTIFIER','keyPassword','jMIoN','userName','networkSpeed','autoAcceptAlerts','appWaitPackage','useNewWDA','brWJh','qzAMe','hDezn','intentAction','udid','appActivity','wdaConnectionTimeout','GhETb','sQFUC','skipLogcatCapture','buildToolsVersion','optionalIntentArguments','browserstack.logLevel','androidCoverage','scaleFactor','intentFlags','chromedriverChromeMappingFile','enableAsyncExecuteFromHttps','localeScript','app','androidInstallTimeout','fullContextList','15878475dxLriL','launchTimeout','skipUnlock','ignoreHiddenApiPolicyError','buildIdentifier','clearSystemFiles','otherApps','keychainPath','browserstack.buildName','browserstack.userName','BROWSERSTACK_BUILD_NAME','eventTimings','fgArZ','keystorePassword','chromedriverDisableBuildCheck','avdArgs','browserstack.buildIdentifier','mockLocationApp','systemPort','allowTouchIdEnroll','maxTypingFrequency','browserstack.projectName','BROWSERSTACK_ACCESS_KEY','sendKeyStrategy','locationServicesAuthorized','26394EoknLb','browserstack.parallelsPerPlatform','BROWSERSTACK_LOCAL','webkitResponseTimeout'];a50_0x3e51=function(){return _0x4dcd8a;};return a50_0x3e51();}
|