browserstack-node-sdk 1.28.3 → 1.28.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/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/templates/gcpresources/gkecluster.json +6 -0
- 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/assets/report.html +184 -0
- 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/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.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 a41_0x316476=a41_0x214e;function a41_0x5618(){const _0x13c82d=['wByqO','eKYlh','QQaHr','headers','rzKoW','gzhUR','6153904gnyeva','NuGMa','iwXyT','response','Build\x20creation\x20had\x20failed.','tqjgw','aIpAN','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','false','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','gCwWW','winstonLogger','nwqTx','BtqaI','econG','tuRrt','vZdHg','MtTNa','JqZKo','KJrWK','TMhPz','bEJUO','LLDvJ','huVFc','Authorization','iCGKp','util','femDz','isBrowserstackInfra','scannerVersion','AWnVH','string','HPdEP','njaiZ','status','dSZqn','tqCUW','DSaHR','resolve','EYtyY','cwd','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','GJFWk','buildDescription','rdpXl','auth','xXKis','xrQaq','CgRTp','YhYTP','getUserName','assign','../helper','Invalid\x20configuration\x20passed.','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','tfmZn','Content-Type','buildName','QnSrE','odvsN','BlZps','WWNql','user','ZTUoe','doVSq','includeTagsInTestingScope','ORgvU','isUndefined','dCUEt','laqyv','BsfpI','38YwThdI','gYuUH','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','FRCVv','jYJxK','hiaVH','Bearer\x20','MtUoe','stopAccessibilityTestRun','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','szHyV','debug','isArray','avxWB','getCiInfo','awbDB','ilVHk','ZCJww','data','866474WNXdhj','fwwGD','fIMVT','path','KFsWi','ohlnE','test_runs','projectName','CbmhD','DtfQy','vQTdw','join','drOhY','boYHy','yisvq','bEWoT','iWjTM','auTXW','nodeRequest','bIwmP','BROWSERSTACK_TEST_ACCESSIBILITY_YML','getHostInfo','ZlxDj','parse','olebs','excludeTagsInTestingScope','gKHXg','IHOAe','JiFCP','JQUCH','zjPaM','error','IHoQu','HUQCG','8BCGwzT','createAccessibilityTestRun','22478850bCwKFy','message','kSHOc','ictcR','qmSoe','pmPMY','isAccessibilityAutomationSession','uGZBZ','MpXCf','BlQtQ','EabaB','3883125TbxeAp','null','env','aUEVl','imZLl','toISOString','3669747JsNvmV','Invalid\x20request:\x20','ycYNJ','format','includes','../logger','65642eQsJeS','CJGpp','statusText','info','jfZUH','uEZDN','test_runs/stop','accessibilityToken','aXqBL','BS_A11Y_JWT','stack','stringify','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','gHsRv','MISdi','KMnVM','json','length','BYUVT','HNXKL','uPDaQ','NBjAs','KIaWw','body','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','isTrue','9548064HgBYnN','some','MKcCg','YGifq','AaHJr','Wpunf'];a41_0x5618=function(){return _0x13c82d;};return a41_0x5618();}(function(_0x59fead,_0x23ee3a){const _0x265c24=a41_0x214e,_0x6bc03c=_0x59fead();while(!![]){try{const _0x291cae=parseInt(_0x265c24(0x285))/0x1*(-parseInt(_0x265c24(0x237))/0x2)+-parseInt(_0x265c24(0x27f))/0x3+-parseInt(_0x265c24(0x1f0))/0x4+parseInt(_0x265c24(0x279))/0x5+parseInt(_0x265c24(0x1e4))/0x6+parseInt(_0x265c24(0x24a))/0x7*(parseInt(_0x265c24(0x26c))/0x8)+parseInt(_0x265c24(0x26e))/0x9;if(_0x291cae===_0x23ee3a)break;else _0x6bc03c['push'](_0x6bc03c['shift']());}catch(_0x1bcf45){_0x6bc03c['push'](_0x6bc03c['shift']());}}}(a41_0x5618,0xef5fe));const path=require(a41_0x316476(0x24d)),util=require(a41_0x316476(0x20a)),bsSetupHelper=require(a41_0x316476(0x224)),logger=require(a41_0x316476(0x284))[a41_0x316476(0x1fb)],{API_URL}=require('./constants');function a41_0x214e(_0x17ba70,_0x14012a){const _0x561895=a41_0x5618();return a41_0x214e=function(_0x214ecf,_0x521f67){_0x214ecf=_0x214ecf-0x1dc;let _0x3a5bc1=_0x561895[_0x214ecf];return _0x3a5bc1;},a41_0x214e(_0x17ba70,_0x14012a);}exports[a41_0x316476(0x274)]=()=>{const _0x3b3af5=a41_0x316476,_0x2a38e7={};_0x2a38e7[_0x3b3af5(0x256)]=function(_0x5cf737,_0x58e08e){return _0x5cf737==_0x58e08e;},_0x2a38e7[_0x3b3af5(0x1ef)]=function(_0x2579fe,_0x510a67){return _0x2579fe===_0x510a67;},_0x2a38e7['BsfpI']=function(_0x294460,_0x1d349f){return _0x294460&&_0x1d349f;},_0x2a38e7['iCGKp']=_0x3b3af5(0x240),_0x2a38e7[_0x3b3af5(0x221)]=function(_0x29c9a4,_0x54ae51){return _0x29c9a4===_0x54ae51;},_0x2a38e7['BYUVT']=_0x3b3af5(0x1ff),_0x2a38e7[_0x3b3af5(0x22c)]=function(_0x5a8d0a,_0x454311){return _0x5a8d0a===_0x454311;},_0x2a38e7[_0x3b3af5(0x1fe)]=_0x3b3af5(0x23b),_0x2a38e7['BnreB']=_0x3b3af5(0x22b),_0x2a38e7[_0x3b3af5(0x293)]=function(_0x44a740,_0x17f8cf){return _0x44a740===_0x17f8cf;},_0x2a38e7[_0x3b3af5(0x214)]=_0x3b3af5(0x20f),_0x2a38e7['xrQaq']=function(_0x1fdc6f,_0x383c1c){return _0x1fdc6f>_0x383c1c;},_0x2a38e7[_0x3b3af5(0x260)]=function(_0x4fd2e3,_0x2ae7b0){return _0x4fd2e3!==_0x2ae7b0;},_0x2a38e7[_0x3b3af5(0x278)]=_0x3b3af5(0x27a),_0x2a38e7[_0x3b3af5(0x238)]=_0x3b3af5(0x275),_0x2a38e7[_0x3b3af5(0x265)]='KTbUQ';const _0x8677fd=_0x2a38e7;try{if(_0x8677fd['YhYTP'](_0x8677fd[_0x3b3af5(0x1dc)],_0x8677fd['BYUVT'])){if(!bsSetupHelper[_0x3b3af5(0x20c)]()){if(_0x8677fd[_0x3b3af5(0x22c)](_0x8677fd['econG'],_0x8677fd['BnreB'])){if(_0x8677fd[_0x3b3af5(0x256)](_0x374ff9[_0x3b3af5(0x27b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'],null))return!![];try{const _0x51cc8f=_0xc4d2a2[_0x3b3af5(0x261)](_0x4987bc['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x233d03=_0x18dddc[_0x3b3af5(0x243)](_0x51cc8f[_0x3b3af5(0x231)])?_0x51cc8f['includeTagsInTestingScope']:[],_0x2d6897=_0x371f9e['isArray'](_0x51cc8f[_0x3b3af5(0x263)])?_0x51cc8f[_0x3b3af5(0x263)]:[],_0x38a0e2=_0x5e7ad0[_0x3b3af5(0x255)]('/'),_0x385567=_0x2d6897['some'](_0x39295a=>_0x38a0e2[_0x3b3af5(0x283)](_0x39295a)),_0x8c7b91=_0x8677fd[_0x3b3af5(0x1ef)](_0x233d03[_0x3b3af5(0x296)],0x0)||_0x233d03[_0x3b3af5(0x1e5)](_0x2f8676=>_0x38a0e2['includes'](_0x2f8676));return _0x8677fd[_0x3b3af5(0x236)](!_0x385567,_0x8c7b91);}catch(_0x2bb627){_0x124ec7[_0x3b3af5(0x242)](_0x8677fd[_0x3b3af5(0x209)],_0x2bb627);}return![];}else return![];}const _0x914411=bsSetupHelper['isTrue'](process[_0x3b3af5(0x27b)][_0x3b3af5(0x25e)])||bsSetupHelper[_0x3b3af5(0x1e3)](process[_0x3b3af5(0x27b)][_0x3b3af5(0x239)]),_0x48edca=_0x8677fd[_0x3b3af5(0x293)](typeof process[_0x3b3af5(0x27b)][_0x3b3af5(0x28e)],_0x8677fd[_0x3b3af5(0x214)])&&_0x8677fd[_0x3b3af5(0x21f)](process[_0x3b3af5(0x27b)]['BS_A11Y_JWT']['length'],0x0)&&_0x8677fd[_0x3b3af5(0x260)](process[_0x3b3af5(0x27b)]['BS_A11Y_JWT'],_0x8677fd[_0x3b3af5(0x278)]);return _0x8677fd[_0x3b3af5(0x236)](_0x914411,_0x48edca);}else _0x2269f9=_0xe3ed0[_0x3b3af5(0x261)](_0x1d0885[_0x3b3af5(0x27b)][_0x3b3af5(0x1f9)]);}catch(_0x3c97b8){_0x8677fd[_0x3b3af5(0x260)](_0x8677fd['gYuUH'],_0x8677fd[_0x3b3af5(0x265)])?logger[_0x3b3af5(0x242)](_0x3b3af5(0x226)+_0x3c97b8):_0x365b53[_0x3b3af5(0x269)](_0x3b3af5(0x291)+(_0x514b27[_0x3b3af5(0x26f)]||_0x4dc0a3[_0x3b3af5(0x282)](_0x52d4b5)));}return![];},exports['shouldScanTestForAccessibility']=_0x5bb126=>{const _0x44ea05=a41_0x316476,_0x29d4d5={};_0x29d4d5[_0x44ea05(0x27c)]=function(_0x334539,_0x1f69e9){return _0x334539+_0x1f69e9;},_0x29d4d5[_0x44ea05(0x201)]='Invalid\x20request:\x20',_0x29d4d5[_0x44ea05(0x23c)]=function(_0x19e7aa,_0x4ddd39){return _0x19e7aa==_0x4ddd39;},_0x29d4d5['boYHy']=function(_0x47bea3,_0x137a96){return _0x47bea3===_0x137a96;},_0x29d4d5[_0x44ea05(0x1dd)]=_0x44ea05(0x262),_0x29d4d5[_0x44ea05(0x253)]=function(_0x472db4,_0x2df55f){return _0x472db4===_0x2df55f;},_0x29d4d5[_0x44ea05(0x248)]='vqJIq',_0x29d4d5[_0x44ea05(0x1ee)]='OQRhX',_0x29d4d5['JlNQk']=function(_0x16cd07,_0x5ef5a3){return _0x16cd07===_0x5ef5a3;},_0x29d4d5[_0x44ea05(0x270)]=function(_0x378df5,_0x3cba12){return _0x378df5&&_0x3cba12;},_0x29d4d5['AigAh']=function(_0x40a7d6,_0x254308){return _0x40a7d6!==_0x254308;},_0x29d4d5[_0x44ea05(0x24c)]='PSgAP',_0x29d4d5[_0x44ea05(0x215)]=_0x44ea05(0x240);const _0xdec64a=_0x29d4d5;if(_0xdec64a[_0x44ea05(0x23c)](process['env'][_0x44ea05(0x1f9)],null)){if(_0xdec64a[_0x44ea05(0x257)](_0xdec64a[_0x44ea05(0x1dd)],_0xdec64a[_0x44ea05(0x1dd)]))return!![];else throw new _0x5e891e(_0xdec64a[_0x44ea05(0x27c)](_0xdec64a['MtTNa'],_0x1883af[_0x44ea05(0x249)][_0x44ea05(0x269)]));}try{if(_0xdec64a[_0x44ea05(0x253)](_0xdec64a['ZCJww'],_0xdec64a['rzKoW']))_0x11665a[_0x44ea05(0x269)](_0x44ea05(0x1f7)+(_0x250a98[_0x44ea05(0x26f)]||_0x5391b9['stack']));else{const _0x27f949=JSON[_0x44ea05(0x261)](process[_0x44ea05(0x27b)][_0x44ea05(0x1f9)]),_0x430b4b=Array[_0x44ea05(0x243)](_0x27f949['includeTagsInTestingScope'])?_0x27f949['includeTagsInTestingScope']:[],_0xfa5cfa=Array['isArray'](_0x27f949[_0x44ea05(0x263)])?_0x27f949['excludeTagsInTestingScope']:[],_0x1a7ff7=_0x5bb126[_0x44ea05(0x255)]('/'),_0x357899=_0xfa5cfa[_0x44ea05(0x1e5)](_0x5c22c5=>_0x1a7ff7[_0x44ea05(0x283)](_0x5c22c5)),_0x124274=_0xdec64a['JlNQk'](_0x430b4b[_0x44ea05(0x296)],0x0)||_0x430b4b[_0x44ea05(0x1e5)](_0x3b8c7b=>_0x1a7ff7[_0x44ea05(0x283)](_0x3b8c7b));return _0xdec64a[_0x44ea05(0x270)](!_0x357899,_0x124274);}}catch(_0x43f64b){_0xdec64a['AigAh'](_0xdec64a[_0x44ea05(0x24c)],_0xdec64a[_0x44ea05(0x24c)])?_0x49afd1=_0x4cdd7e[_0x44ea05(0x261)](_0x2c1e5d['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):logger[_0x44ea05(0x242)](_0xdec64a[_0x44ea05(0x215)],_0x43f64b);}return![];},exports[a41_0x316476(0x26d)]=async(_0xf39e31,_0x217a1e)=>{const _0x3a2353=a41_0x316476,_0x568f3c={};_0x568f3c[_0x3a2353(0x1f6)]=_0x3a2353(0x269),_0x568f3c[_0x3a2353(0x210)]=_0x3a2353(0x1f4),_0x568f3c[_0x3a2353(0x220)]=_0x3a2353(0x240),_0x568f3c[_0x3a2353(0x1fd)]=function(_0x341091,_0x57e3ed){return _0x341091===_0x57e3ed;},_0x568f3c[_0x3a2353(0x289)]=_0x3a2353(0x20f),_0x568f3c[_0x3a2353(0x24b)]=function(_0x37f595,_0x3b48ea){return _0x37f595>_0x3b48ea;},_0x568f3c[_0x3a2353(0x230)]=function(_0x3b77f0,_0x154552){return _0x3b77f0!==_0x154552;},_0x568f3c['buVqp']=_0x3a2353(0x27a),_0x568f3c[_0x3a2353(0x21a)]=function(_0x55b430,_0xc0f5f8){return _0x55b430&&_0xc0f5f8;},_0x568f3c['KIaWw']=function(_0x35bbe8,_0x42d0c3){return _0x35bbe8==_0x42d0c3;},_0x568f3c[_0x3a2353(0x259)]=_0x3a2353(0x225),_0x568f3c[_0x3a2353(0x276)]='false',_0x568f3c['HUQCG']=function(_0x17309c,_0x45a238){return _0x17309c&&_0x45a238;},_0x568f3c[_0x3a2353(0x1f5)]='VUCAG',_0x568f3c[_0x3a2353(0x235)]=_0x3a2353(0x219),_0x568f3c['hBwsX']=_0x3a2353(0x205),_0x568f3c[_0x3a2353(0x27d)]=_0x3a2353(0x213),_0x568f3c['EYtyY']='OFkuA',_0x568f3c['auTXW']=_0x3a2353(0x25a),_0x568f3c[_0x3a2353(0x244)]='application/json',_0x568f3c[_0x3a2353(0x1de)]='POST',_0x568f3c[_0x3a2353(0x1f1)]=_0x3a2353(0x250),_0x568f3c['ictcR']=function(_0x32e8a5,_0x3c668e){return _0x32e8a5!==_0x3c668e;},_0x568f3c[_0x3a2353(0x1e6)]='HIamn',_0x568f3c[_0x3a2353(0x23a)]=_0x3a2353(0x203),_0x568f3c[_0x3a2353(0x241)]=function(_0x446f4f,_0x232e5a){return _0x446f4f===_0x232e5a;},_0x568f3c[_0x3a2353(0x267)]=_0x3a2353(0x211),_0x568f3c[_0x3a2353(0x268)]='pftmP',_0x568f3c[_0x3a2353(0x23e)]=_0x3a2353(0x20b),_0x568f3c[_0x3a2353(0x24e)]='hkDlX',_0x568f3c['IHoQu']=_0x3a2353(0x28a),_0x568f3c[_0x3a2353(0x1f2)]=function(_0xc309db,_0x2f1247){return _0xc309db==_0x2f1247;},_0x568f3c[_0x3a2353(0x266)]=function(_0x578fa8,_0x258f75){return _0x578fa8===_0x258f75;},_0x568f3c[_0x3a2353(0x25d)]=_0x3a2353(0x21e),_0x568f3c['wlasT']=_0x3a2353(0x1df),_0x568f3c[_0x3a2353(0x252)]=_0x3a2353(0x204),_0x568f3c[_0x3a2353(0x1ea)]=_0x3a2353(0x246),_0x568f3c['QnSrE']='XEzvs';const _0x5be945=_0x568f3c,_0xf72016=bsSetupHelper[_0x3a2353(0x222)](_0xf39e31),_0x2091f5=bsSetupHelper['getAccessKey'](_0xf39e31);if(bsSetupHelper[_0x3a2353(0x233)](_0xf72016)||bsSetupHelper[_0x3a2353(0x233)](_0x2091f5))return _0x5be945['BtqaI'](_0x5be945[_0x3a2353(0x1f5)],_0x5be945['tqjgw'])?(logger['error'](_0x5be945[_0x3a2353(0x235)]),[null,null]):![];try{if(_0x5be945['doVSq'](_0x5be945['hBwsX'],_0x5be945[_0x3a2353(0x27d)])){let _0x4a638b;bsSetupHelper[_0x3a2353(0x233)](process[_0x3a2353(0x27b)][_0x3a2353(0x1f9)])?_0x5be945[_0x3a2353(0x1fd)](_0x5be945[_0x3a2353(0x217)],_0x5be945[_0x3a2353(0x217)])?_0x4a638b={}:_0x190f05[_0x3a2353(0x242)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x236ad2):_0x5be945[_0x3a2353(0x1fd)](_0x5be945[_0x3a2353(0x25b)],_0x5be945[_0x3a2353(0x25b)])?_0x4a638b=JSON[_0x3a2353(0x261)](process['env'][_0x3a2353(0x1f9)]):_0x34f669['error'](_0x3a2353(0x291)+_0x43a8d1[_0x3a2353(0x1f3)][_0x3a2353(0x212)]+'\x20'+_0x322c5a['response'][_0x3a2353(0x287)]+'\x20'+_0x23c64c[_0x3a2353(0x290)](_0x52c682[_0x3a2353(0x1f3)][_0x3a2353(0x249)]));const _0x472c59={'projectName':_0xf39e31[_0x3a2353(0x251)],'buildName':_0xf39e31[_0x3a2353(0x229)]||path['basename'](path[_0x3a2353(0x216)](process[_0x3a2353(0x218)]())),'startTime':new Date()['toISOString'](),'description':_0xf39e31[_0x3a2353(0x21b)]||'','source':{'frameworkName':_0x217a1e,'frameworkVersion':bsSetupHelper['getPackageVersion'](_0x217a1e),'sdkVersion':bsSetupHelper['getAgentVersion']()},'settings':_0x4a638b,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x3a2353(0x245)](),'hostInfo':bsSetupHelper[_0x3a2353(0x25f)](),'browserstackAutomation':bsSetupHelper[_0x3a2353(0x20c)]()},_0x5238b2={};_0x5238b2[_0x3a2353(0x22e)]=_0xf72016,_0x5238b2['pass']=_0x2091f5;const _0x4d4dbc={};_0x4d4dbc[_0x3a2353(0x228)]=_0x5be945[_0x3a2353(0x244)];const _0x6d6036={};_0x6d6036['auth']=_0x5238b2,_0x6d6036['headers']=_0x4d4dbc;const _0x127ccb=_0x6d6036,_0x13b1b7={};_0x13b1b7[_0x3a2353(0x1e1)]=_0x472c59,_0x13b1b7[_0x3a2353(0x295)]=!![];const _0x5d3c11=Object[_0x3a2353(0x223)](_0x127ccb,_0x13b1b7),_0x485f19=await bsSetupHelper['nodeRequest'](_0x5be945[_0x3a2353(0x1de)],_0x5be945[_0x3a2353(0x1f1)],_0x5d3c11,_0xf39e31,API_URL);let _0x3ee94a=process[_0x3a2353(0x27b)][_0x3a2353(0x1f9)];if(_0x3ee94a)_0x5be945[_0x3a2353(0x271)](_0x5be945['MKcCg'],_0x5be945[_0x3a2353(0x1e6)])?_0x478ddc={}:_0x3ee94a=JSON[_0x3a2353(0x261)](process[_0x3a2353(0x27b)][_0x3a2353(0x1f9)]);else{if(_0x5be945['BtqaI'](_0x5be945[_0x3a2353(0x23a)],_0x5be945[_0x3a2353(0x23a)]))_0x3ee94a={};else{const _0x202626={};return _0x202626[_0x3a2353(0x212)]=_0x5be945[_0x3a2353(0x1f6)],_0x202626['message']=_0x5be945['HPdEP'],_0x202626;}}return _0x3ee94a[_0x3a2353(0x20d)]=_0x485f19['data'][_0x3a2353(0x249)]['scannerVersion'],process[_0x3a2353(0x27b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON[_0x3a2353(0x290)](_0x3ee94a),[_0x485f19[_0x3a2353(0x249)][_0x3a2353(0x249)][_0x3a2353(0x28c)],_0x485f19[_0x3a2353(0x249)][_0x3a2353(0x249)]['id']];}else _0x5c8379['debug'](_0x5be945[_0x3a2353(0x220)],_0x3958db);}catch(_0x318734){if(_0x5be945[_0x3a2353(0x241)](_0x5be945[_0x3a2353(0x267)],_0x5be945[_0x3a2353(0x268)]))_0x27e183={};else{if(_0x318734[_0x3a2353(0x1f3)]){if(_0x5be945[_0x3a2353(0x1fd)](_0x5be945[_0x3a2353(0x23e)],_0x5be945[_0x3a2353(0x24e)])){try{if(!_0x18099c[_0x3a2353(0x20c)]())return![];const _0x22aedb=_0x1150b6[_0x3a2353(0x1e3)](_0x5d1365[_0x3a2353(0x27b)][_0x3a2353(0x25e)])||_0x1e8d6f['isTrue'](_0x33f50b['env'][_0x3a2353(0x239)]),_0x564268=_0x5be945[_0x3a2353(0x1fd)](typeof _0x2c68b9[_0x3a2353(0x27b)][_0x3a2353(0x28e)],_0x5be945[_0x3a2353(0x289)])&&_0x5be945[_0x3a2353(0x24b)](_0x5cb322[_0x3a2353(0x27b)]['BS_A11Y_JWT'][_0x3a2353(0x296)],0x0)&&_0x5be945[_0x3a2353(0x230)](_0x34d9ed[_0x3a2353(0x27b)][_0x3a2353(0x28e)],_0x5be945['buVqp']);return _0x5be945[_0x3a2353(0x21a)](_0x22aedb,_0x564268);}catch(_0x3812bc){_0x268f1b[_0x3a2353(0x242)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x3812bc);}return![];}else logger[_0x3a2353(0x269)](_0x3a2353(0x1f7)+_0x318734[_0x3a2353(0x1f3)][_0x3a2353(0x212)]+'\x20'+_0x318734[_0x3a2353(0x1f3)][_0x3a2353(0x287)]+'\x20'+JSON['stringify'](_0x318734[_0x3a2353(0x1f3)][_0x3a2353(0x249)]));}else{if(_0x5be945['BtqaI'](_0x5be945['IHoQu'],_0x5be945[_0x3a2353(0x26a)])){if(_0x5be945['iwXyT'](_0x318734[_0x3a2353(0x26f)],_0x5be945[_0x3a2353(0x259)])){if(_0x5be945['JiFCP'](_0x5be945[_0x3a2353(0x25d)],_0x5be945['wlasT']))_0x1a9506[_0x3a2353(0x269)](_0x3a2353(0x1f7)+_0x48d926['response'][_0x3a2353(0x212)]+'\x20'+_0x1fc901[_0x3a2353(0x1f3)][_0x3a2353(0x287)]+'\x20'+_0x20304f[_0x3a2353(0x290)](_0x47b26e[_0x3a2353(0x1f3)]['data']));else{logger['error'](_0x3a2353(0x1f7)+(_0x318734[_0x3a2353(0x26f)]||_0x318734[_0x3a2353(0x28f)]));for(const _0x5ced25 of _0x318734['errors']){if(_0x5be945[_0x3a2353(0x1fd)](_0x5be945['CbmhD'],_0x5be945['CbmhD']))logger['error'](_0x5ced25[_0x3a2353(0x26f)]);else{_0x2a25a0[_0x3a2353(0x1f3)]?_0x1e4153['error'](_0x3a2353(0x291)+_0x5f0f26['response']['status']+'\x20'+_0x183e50[_0x3a2353(0x1f3)][_0x3a2353(0x287)]+'\x20'+_0x52cd34[_0x3a2353(0x290)](_0x20dc08[_0x3a2353(0x1f3)]['data'])):_0xc276f2[_0x3a2353(0x269)](_0x3a2353(0x291)+(_0x4658a8[_0x3a2353(0x26f)]||_0x1fe965[_0x3a2353(0x282)](_0x5a335e)));const _0xe57771={};return _0xe57771['status']=_0x5be945[_0x3a2353(0x1f6)],_0xe57771[_0x3a2353(0x26f)]=_0x163c88[_0x3a2353(0x26f)]||(_0x3464c7[_0x3a2353(0x1f3)]?_0x55a3db[_0x3a2353(0x1f3)]['status']+':'+_0x4cbad1[_0x3a2353(0x1f3)]['statusText']:_0x547aa8),_0xe57771;}}process[_0x3a2353(0x27b)][_0x3a2353(0x25e)]=_0x5be945[_0x3a2353(0x276)],process[_0x3a2353(0x27b)][_0x3a2353(0x239)]=_0x5be945['MpXCf'];}}else{if(_0x5be945[_0x3a2353(0x241)](_0x5be945[_0x3a2353(0x1ea)],_0x5be945[_0x3a2353(0x22a)])){if(_0x5be945[_0x3a2353(0x1e0)](_0x5cecdc[_0x3a2353(0x26f)],_0x5be945[_0x3a2353(0x259)])){_0x2d19eb[_0x3a2353(0x269)](_0x3a2353(0x1f7)+(_0x2dae8d[_0x3a2353(0x26f)]||_0x2d2803[_0x3a2353(0x28f)]));for(const _0x145b21 of _0x41a71b['errors']){_0x3adcf8[_0x3a2353(0x269)](_0x145b21['message']);}_0x4c2656[_0x3a2353(0x27b)][_0x3a2353(0x25e)]=_0x5be945['MpXCf'],_0x5d2304[_0x3a2353(0x27b)][_0x3a2353(0x239)]=_0x5be945['MpXCf'];}else _0x23797c['error'](_0x3a2353(0x1f7)+(_0x3be051['message']||_0x5c84ef[_0x3a2353(0x28f)]));}else logger[_0x3a2353(0x269)](_0x3a2353(0x1f7)+(_0x318734[_0x3a2353(0x26f)]||_0x318734[_0x3a2353(0x28f)]));}}else{const _0x5eb065=_0x4dbac2[_0x3a2353(0x261)](_0x1643fc[_0x3a2353(0x27b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']),_0x3cadd4=_0x2c7a1a['isArray'](_0x5eb065[_0x3a2353(0x231)])?_0x5eb065[_0x3a2353(0x231)]:[],_0x5100cb=_0x3e1c7a[_0x3a2353(0x243)](_0x5eb065[_0x3a2353(0x263)])?_0x5eb065[_0x3a2353(0x263)]:[],_0xc86ceb=_0x14d74c['join']('/'),_0x40d167=_0x5100cb[_0x3a2353(0x1e5)](_0x2c6611=>_0xc86ceb[_0x3a2353(0x283)](_0x2c6611)),_0x136f46=_0x5be945[_0x3a2353(0x1fd)](_0x3cadd4[_0x3a2353(0x296)],0x0)||_0x3cadd4[_0x3a2353(0x1e5)](_0x1dd23d=>_0xc86ceb[_0x3a2353(0x283)](_0x1dd23d));return _0x5be945[_0x3a2353(0x26b)](!_0x40d167,_0x136f46);}}return[null,null];}}},exports[a41_0x316476(0x23f)]=async _0x4bd351=>{const _0x56832e=a41_0x316476,_0xc48ece={};_0xc48ece[_0x56832e(0x254)]=_0x56832e(0x219),_0xc48ece[_0x56832e(0x22d)]=function(_0x5b0a73,_0x3a83ce){return _0x5b0a73===_0x3a83ce;},_0xc48ece[_0x56832e(0x20e)]=_0x56832e(0x20f),_0xc48ece[_0x56832e(0x272)]=function(_0x5185f6,_0x36ff23){return _0x5185f6>_0x36ff23;},_0xc48ece[_0x56832e(0x258)]=function(_0x28d8d8,_0x11dedd){return _0x28d8d8!==_0x11dedd;},_0xc48ece[_0x56832e(0x28d)]='null',_0xc48ece[_0x56832e(0x207)]=function(_0x27ff7d,_0x4f0934){return _0x27ff7d&&_0x4f0934;},_0xc48ece[_0x56832e(0x1e8)]=_0x56832e(0x1f8),_0xc48ece[_0x56832e(0x24f)]='success',_0xc48ece[_0x56832e(0x200)]=_0x56832e(0x294),_0xc48ece[_0x56832e(0x22f)]=_0x56832e(0x269),_0xc48ece[_0x56832e(0x234)]='Build\x20creation\x20had\x20failed.',_0xc48ece['rdpXl']='application/json',_0xc48ece[_0x56832e(0x1fc)]=_0x56832e(0x286),_0xc48ece['YGifq']='PUT',_0xc48ece[_0x56832e(0x202)]=_0x56832e(0x28b),_0xc48ece[_0x56832e(0x281)]=function(_0x11a7a0,_0x97de86){return _0x11a7a0===_0x97de86;},_0xc48ece[_0x56832e(0x232)]=_0x56832e(0x247),_0xc48ece[_0x56832e(0x273)]=function(_0x4607e2,_0x5070eb){return _0x4607e2+_0x5070eb;},_0xc48ece[_0x56832e(0x227)]=_0x56832e(0x280),_0xc48ece[_0x56832e(0x1ec)]=_0x56832e(0x206),_0xc48ece[_0x56832e(0x277)]=function(_0x15ad79,_0x36623a){return _0x15ad79!==_0x36623a;},_0xc48ece[_0x56832e(0x1fa)]='fIJbF',_0xc48ece[_0x56832e(0x264)]=function(_0x54da4e,_0x161862){return _0x54da4e!==_0x161862;},_0xc48ece[_0x56832e(0x1eb)]=_0x56832e(0x292),_0xc48ece[_0x56832e(0x1e9)]='DAOtR';const _0x46b773=_0xc48ece;if(bsSetupHelper['isUndefined'](process[_0x56832e(0x27b)][_0x56832e(0x28e)])||_0x46b773['yisvq'](typeof process[_0x56832e(0x27b)]['BS_A11Y_JWT'],_0x46b773[_0x56832e(0x20e)])){if(_0x46b773[_0x56832e(0x258)](_0x46b773[_0x56832e(0x200)],_0x46b773[_0x56832e(0x200)]))return _0x437f8f[_0x56832e(0x269)](_0x46b773[_0x56832e(0x254)]),[null,null];else{const _0x2826f3={};return _0x2826f3[_0x56832e(0x212)]=_0x46b773[_0x56832e(0x22f)],_0x2826f3[_0x56832e(0x26f)]=_0x46b773[_0x56832e(0x234)],_0x2826f3;}}const _0x5a3f89={'endTime':new Date()['toISOString']()},_0x3836b5={};_0x3836b5[_0x56832e(0x208)]=_0x56832e(0x23d)+process[_0x56832e(0x27b)][_0x56832e(0x28e)],_0x3836b5['Content-Type']=_0x46b773[_0x56832e(0x21c)];const _0x305df8={};_0x305df8[_0x56832e(0x1ed)]=_0x3836b5;const _0x51363a=_0x305df8,_0x3604d3={};_0x3604d3[_0x56832e(0x1e1)]=_0x5a3f89,_0x3604d3[_0x56832e(0x21d)]=null,_0x3604d3[_0x56832e(0x295)]=!![];const _0x3fd456=Object[_0x56832e(0x223)](_0x51363a,_0x3604d3);try{if(_0x46b773[_0x56832e(0x22d)](_0x46b773[_0x56832e(0x1fc)],_0x46b773[_0x56832e(0x1fc)])){const _0x86a82e=await bsSetupHelper[_0x56832e(0x25c)](_0x46b773[_0x56832e(0x1e7)],_0x46b773[_0x56832e(0x202)],_0x3fd456,_0x4bd351,API_URL);if(_0x86a82e[_0x56832e(0x249)]['error']){if(_0x46b773['ycYNJ'](_0x46b773[_0x56832e(0x232)],_0x46b773[_0x56832e(0x232)]))throw new Error(_0x46b773['pmPMY'](_0x46b773[_0x56832e(0x227)],_0x86a82e[_0x56832e(0x249)][_0x56832e(0x269)]));else _0x4956b0[_0x56832e(0x269)](_0x16c11a[_0x56832e(0x26f)]);}else{if(_0x46b773['yisvq'](_0x46b773['QQaHr'],_0x46b773[_0x56832e(0x1ec)])){if(!_0x219b71['isBrowserstackInfra']())return![];const _0x46a71a=_0xc5da68['isTrue'](_0x16a2d8[_0x56832e(0x27b)][_0x56832e(0x25e)])||_0x325a99[_0x56832e(0x1e3)](_0x17bf87[_0x56832e(0x27b)][_0x56832e(0x239)]),_0x5e43fa=_0x46b773[_0x56832e(0x22d)](typeof _0x33f7a[_0x56832e(0x27b)][_0x56832e(0x28e)],_0x46b773[_0x56832e(0x20e)])&&_0x46b773['qmSoe'](_0x5e97ab[_0x56832e(0x27b)]['BS_A11Y_JWT'][_0x56832e(0x296)],0x0)&&_0x46b773[_0x56832e(0x258)](_0x35826f['env'][_0x56832e(0x28e)],_0x46b773[_0x56832e(0x28d)]);return _0x46b773[_0x56832e(0x207)](_0x46a71a,_0x5e43fa);}else{logger[_0x56832e(0x288)](_0x56832e(0x1e2)+new Date()[_0x56832e(0x27e)]());const _0x1443d5={};return _0x1443d5[_0x56832e(0x212)]=_0x46b773[_0x56832e(0x24f)],_0x1443d5[_0x56832e(0x26f)]='',_0x1443d5;}}}else return!![];}catch(_0xb408bb){if(_0xb408bb['response']){if(_0x46b773[_0x56832e(0x277)](_0x46b773['gCwWW'],_0x46b773[_0x56832e(0x1fa)])){_0x4a3fc7[_0x56832e(0x269)](_0x56832e(0x1f7)+(_0x5c9fa7[_0x56832e(0x26f)]||_0x5ea23b[_0x56832e(0x28f)]));for(const _0x3ecfb3 of _0x264265['errors']){_0x18e23f[_0x56832e(0x269)](_0x3ecfb3[_0x56832e(0x26f)]);}_0x111f64[_0x56832e(0x27b)][_0x56832e(0x25e)]=_0x46b773[_0x56832e(0x1e8)],_0xc8c7fb[_0x56832e(0x27b)][_0x56832e(0x239)]=_0x46b773['AaHJr'];}else logger[_0x56832e(0x269)](_0x56832e(0x291)+_0xb408bb[_0x56832e(0x1f3)][_0x56832e(0x212)]+'\x20'+_0xb408bb[_0x56832e(0x1f3)][_0x56832e(0x287)]+'\x20'+JSON['stringify'](_0xb408bb[_0x56832e(0x1f3)][_0x56832e(0x249)]));}else{if(_0x46b773[_0x56832e(0x264)](_0x46b773['eKYlh'],_0x46b773[_0x56832e(0x1e9)]))logger[_0x56832e(0x269)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0xb408bb[_0x56832e(0x26f)]||util[_0x56832e(0x282)](_0xb408bb)));else{_0x2e4713[_0x56832e(0x288)](_0x56832e(0x1e2)+new _0x6f209d()[_0x56832e(0x27e)]());const _0x42ef5b={};return _0x42ef5b['status']=_0x46b773[_0x56832e(0x24f)],_0x42ef5b[_0x56832e(0x26f)]='',_0x42ef5b;}}const _0xc24b01={};return _0xc24b01[_0x56832e(0x212)]=_0x46b773[_0x56832e(0x22f)],_0xc24b01[_0x56832e(0x26f)]=_0xb408bb[_0x56832e(0x26f)]||(_0xb408bb[_0x56832e(0x1f3)]?_0xb408bb[_0x56832e(0x1f3)][_0x56832e(0x212)]+':'+_0xb408bb[_0x56832e(0x1f3)]['statusText']:_0xb408bb),_0xc24b01;}};
|
|
1
|
+
const a41_0x54a2c3=a41_0x31b6;function a41_0x31b6(_0x276f1e,_0x403d01){const _0x52ce2f=a41_0x52ce();return a41_0x31b6=function(_0x31b6b,_0x12f9b9){_0x31b6b=_0x31b6b-0x10f;let _0x1b0752=_0x52ce2f[_0x31b6b];return _0x1b0752;},a41_0x31b6(_0x276f1e,_0x403d01);}(function(_0x55a209,_0x14aebb){const _0x43fd53=a41_0x31b6,_0x28f415=_0x55a209();while(!![]){try{const _0x2396ff=parseInt(_0x43fd53(0x130))/0x1*(parseInt(_0x43fd53(0x181))/0x2)+parseInt(_0x43fd53(0x1d5))/0x3+-parseInt(_0x43fd53(0x196))/0x4*(parseInt(_0x43fd53(0x165))/0x5)+parseInt(_0x43fd53(0x14a))/0x6+-parseInt(_0x43fd53(0x128))/0x7*(-parseInt(_0x43fd53(0x126))/0x8)+parseInt(_0x43fd53(0x18f))/0x9*(-parseInt(_0x43fd53(0x118))/0xa)+-parseInt(_0x43fd53(0x1ca))/0xb*(parseInt(_0x43fd53(0x1bc))/0xc);if(_0x2396ff===_0x14aebb)break;else _0x28f415['push'](_0x28f415['shift']());}catch(_0x3a73bf){_0x28f415['push'](_0x28f415['shift']());}}}(a41_0x52ce,0xebf7c));const path=require(a41_0x54a2c3(0x172)),util=require(a41_0x54a2c3(0x1aa)),bsSetupHelper=require(a41_0x54a2c3(0x1bf)),logger=require('../logger')[a41_0x54a2c3(0x14b)],{API_URL}=require(a41_0x54a2c3(0x18a));exports['isAccessibilityAutomationSession']=()=>{const _0x4e51ee=a41_0x54a2c3,_0x13d8fd={};_0x13d8fd[_0x4e51ee(0x14d)]=_0x4e51ee(0x135),_0x13d8fd[_0x4e51ee(0x137)]=function(_0x7b98f7,_0x4f4e6c){return _0x7b98f7!==_0x4f4e6c;},_0x13d8fd[_0x4e51ee(0x162)]='Nmvwt',_0x13d8fd[_0x4e51ee(0x194)]=_0x4e51ee(0x110),_0x13d8fd['maMwu']=function(_0x557b62,_0xed65d3){return _0x557b62!==_0xed65d3;},_0x13d8fd[_0x4e51ee(0x124)]=_0x4e51ee(0x1d0),_0x13d8fd[_0x4e51ee(0x1b0)]=_0x4e51ee(0x111),_0x13d8fd[_0x4e51ee(0x129)]=function(_0x76255f,_0x1fd5a2){return _0x76255f===_0x1fd5a2;},_0x13d8fd['hoLmq']='string',_0x13d8fd[_0x4e51ee(0x16d)]=function(_0x35ee50,_0x18ee97){return _0x35ee50>_0x18ee97;},_0x13d8fd[_0x4e51ee(0x115)]=_0x4e51ee(0x1a9),_0x13d8fd[_0x4e51ee(0x177)]=function(_0x3703ef,_0x4239dc){return _0x3703ef&&_0x4239dc;},_0x13d8fd['iiMQU']=_0x4e51ee(0x180),_0x13d8fd[_0x4e51ee(0x183)]=_0x4e51ee(0x152);const _0x20bc3b=_0x13d8fd;try{if(_0x20bc3b[_0x4e51ee(0x137)](_0x20bc3b[_0x4e51ee(0x162)],_0x20bc3b[_0x4e51ee(0x194)])){if(!bsSetupHelper[_0x4e51ee(0x173)]()){if(_0x20bc3b[_0x4e51ee(0x13c)](_0x20bc3b[_0x4e51ee(0x124)],_0x20bc3b[_0x4e51ee(0x1b0)]))return![];else _0x2e0503[_0x4e51ee(0x1b2)](_0x4e51ee(0x16b)+(_0x30d225[_0x4e51ee(0x199)]||_0x21d0cc[_0x4e51ee(0x179)]));}const _0xf048a4=bsSetupHelper[_0x4e51ee(0x1a5)](process['env'][_0x4e51ee(0x19e)])||bsSetupHelper[_0x4e51ee(0x1a5)](process['env'][_0x4e51ee(0x169)]),_0x1559a5=_0x20bc3b[_0x4e51ee(0x129)](typeof process['env'][_0x4e51ee(0x1ce)],_0x20bc3b[_0x4e51ee(0x16e)])&&_0x20bc3b[_0x4e51ee(0x16d)](process[_0x4e51ee(0x18b)][_0x4e51ee(0x1ce)][_0x4e51ee(0x16c)],0x0)&&_0x20bc3b['RGitU'](process[_0x4e51ee(0x18b)][_0x4e51ee(0x1ce)],_0x20bc3b[_0x4e51ee(0x115)]);return _0x20bc3b[_0x4e51ee(0x177)](_0xf048a4,_0x1559a5);}else _0x46b593[_0x4e51ee(0x1d8)](_0x20bc3b['xMTKW'],_0x2e1128);}catch(_0x448cdb){_0x20bc3b[_0x4e51ee(0x129)](_0x20bc3b['iiMQU'],_0x20bc3b[_0x4e51ee(0x183)])?_0x4ca41a=_0x116a0a['parse'](_0x3fbca9[_0x4e51ee(0x18b)][_0x4e51ee(0x1ae)]):logger['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x448cdb);}return![];},exports[a41_0x54a2c3(0x1c7)]=_0x4e9b93=>{const _0xbfedbf=a41_0x54a2c3,_0x3f1cf5={};_0x3f1cf5[_0xbfedbf(0x1ac)]='success',_0x3f1cf5[_0xbfedbf(0x1b1)]=function(_0x3695ab,_0x97b5e3){return _0x3695ab==_0x97b5e3;},_0x3f1cf5[_0xbfedbf(0x17a)]=function(_0x44680b,_0x4512f2){return _0x44680b!==_0x4512f2;},_0x3f1cf5[_0xbfedbf(0x17e)]='HNJfU',_0x3f1cf5['xwrDb']=function(_0x56bf89,_0x5f089b){return _0x56bf89!==_0x5f089b;},_0x3f1cf5[_0xbfedbf(0x158)]='RXstt',_0x3f1cf5[_0xbfedbf(0x134)]=_0xbfedbf(0x1c8),_0x3f1cf5[_0xbfedbf(0x1b3)]=function(_0xf90f1,_0x800476){return _0xf90f1===_0x800476;},_0x3f1cf5[_0xbfedbf(0x17f)]=function(_0x182784,_0x594b8e){return _0x182784&&_0x594b8e;},_0x3f1cf5[_0xbfedbf(0x132)]=function(_0x1e9970,_0x5376f7){return _0x1e9970===_0x5376f7;},_0x3f1cf5[_0xbfedbf(0x19a)]=_0xbfedbf(0x12d),_0x3f1cf5['CfSPI']=_0xbfedbf(0x12a),_0x3f1cf5[_0xbfedbf(0x1c3)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x35d734=_0x3f1cf5;if(_0x35d734['aEKXD'](process[_0xbfedbf(0x18b)][_0xbfedbf(0x1ae)],null)){if(_0x35d734[_0xbfedbf(0x17a)](_0x35d734[_0xbfedbf(0x17e)],_0x35d734['niVOJ']))_0x57ad01[_0xbfedbf(0x1b2)](_0xbfedbf(0x16b)+_0x68dee1['response'][_0xbfedbf(0x14c)]+'\x20'+_0x35e1ef['response']['statusText']+'\x20'+_0x14631f['stringify'](_0x2a016a[_0xbfedbf(0x156)][_0xbfedbf(0x121)]));else return!![];}try{if(_0x35d734[_0xbfedbf(0x15a)](_0x35d734[_0xbfedbf(0x158)],_0x35d734['XfAAk'])){const _0x2e3857=JSON[_0xbfedbf(0x1b6)](process['env'][_0xbfedbf(0x1ae)]),_0x28bdaf=Array[_0xbfedbf(0x12f)](_0x2e3857[_0xbfedbf(0x154)])?_0x2e3857[_0xbfedbf(0x154)]:[],_0x2515af=Array[_0xbfedbf(0x12f)](_0x2e3857[_0xbfedbf(0x163)])?_0x2e3857[_0xbfedbf(0x163)]:[],_0x45f8c9=_0x4e9b93['join']('/'),_0x46afc5=_0x2515af['some'](_0x22b69f=>_0x45f8c9[_0xbfedbf(0x192)](_0x22b69f)),_0x3fa451=_0x35d734[_0xbfedbf(0x1b3)](_0x28bdaf['length'],0x0)||_0x28bdaf[_0xbfedbf(0x1cb)](_0x33acd4=>_0x45f8c9[_0xbfedbf(0x192)](_0x33acd4));return _0x35d734['MllwC'](!_0x46afc5,_0x3fa451);}else _0x351178=_0x56557d[_0xbfedbf(0x1b6)](_0x29a038[_0xbfedbf(0x18b)][_0xbfedbf(0x1ae)]);}catch(_0x189a90){if(_0x35d734[_0xbfedbf(0x132)](_0x35d734[_0xbfedbf(0x19a)],_0x35d734[_0xbfedbf(0x168)])){_0xd92c92[_0xbfedbf(0x1d4)](_0xbfedbf(0x117)+new _0x178c6e()[_0xbfedbf(0x138)]());const _0x20ec0a={};return _0x20ec0a[_0xbfedbf(0x14c)]=_0x35d734[_0xbfedbf(0x1ac)],_0x20ec0a[_0xbfedbf(0x199)]='',_0x20ec0a;}else logger['debug'](_0x35d734['DVNAZ'],_0x189a90);}return![];},exports[a41_0x54a2c3(0x1c5)]=async(_0x2a072f,_0x20e4ac)=>{const _0x1de917=a41_0x54a2c3,_0x7ec707={};_0x7ec707['xjZWb']=function(_0x8a5e33,_0x261103){return _0x8a5e33+_0x261103;},_0x7ec707[_0x1de917(0x1a1)]=_0x1de917(0x157),_0x7ec707[_0x1de917(0x14e)]=function(_0x7272a7,_0x4574e3){return _0x7272a7==_0x4574e3;},_0x7ec707[_0x1de917(0x1b7)]=_0x1de917(0x1a7),_0x7ec707[_0x1de917(0x140)]=_0x1de917(0x114),_0x7ec707['XXHvM']=function(_0x3c4508,_0x2c032e){return _0x3c4508===_0x2c032e;},_0x7ec707['iaNNr']=_0x1de917(0x141),_0x7ec707[_0x1de917(0x16f)]=function(_0x2d7365,_0xf1453f){return _0x2d7365>_0xf1453f;},_0x7ec707[_0x1de917(0x191)]=function(_0x3f97cd,_0x24a3d1){return _0x3f97cd!==_0x24a3d1;},_0x7ec707['gjZqz']=_0x1de917(0x1a9),_0x7ec707['qpsXp']=function(_0x82082c,_0x1e250d){return _0x82082c&&_0x1e250d;},_0x7ec707['cTzqU']=_0x1de917(0x1b2),_0x7ec707['fgjUW']=_0x1de917(0x182),_0x7ec707[_0x1de917(0x10f)]=function(_0x4225bd,_0x4dea29){return _0x4225bd!==_0x4dea29;},_0x7ec707['wWJbE']='gxQZc',_0x7ec707[_0x1de917(0x164)]=_0x1de917(0x151),_0x7ec707[_0x1de917(0x166)]='OPnWO',_0x7ec707[_0x1de917(0x1a2)]=function(_0x26b24c,_0x3ae30e){return _0x26b24c===_0x3ae30e;},_0x7ec707[_0x1de917(0x1d1)]='DRFvf',_0x7ec707['pbdaE']=function(_0x4c94b6,_0x3a8236){return _0x4c94b6!==_0x3a8236;},_0x7ec707[_0x1de917(0x142)]=_0x1de917(0x19d),_0x7ec707['GAyrs']=_0x1de917(0x15f),_0x7ec707[_0x1de917(0x150)]='application/json',_0x7ec707[_0x1de917(0x1c1)]=_0x1de917(0x1a4),_0x7ec707[_0x1de917(0x1b4)]='test_runs',_0x7ec707[_0x1de917(0x116)]=_0x1de917(0x122),_0x7ec707[_0x1de917(0x139)]=_0x1de917(0x125),_0x7ec707[_0x1de917(0x136)]=_0x1de917(0x1be),_0x7ec707[_0x1de917(0x15b)]=_0x1de917(0x113),_0x7ec707['GKFaz']=_0x1de917(0x131),_0x7ec707[_0x1de917(0x188)]=_0x1de917(0x127),_0x7ec707[_0x1de917(0x1a8)]=_0x1de917(0x14f),_0x7ec707[_0x1de917(0x185)]=_0x1de917(0x11d),_0x7ec707[_0x1de917(0x1cd)]=_0x1de917(0x1a6),_0x7ec707[_0x1de917(0x17c)]=function(_0x4a8dd3,_0x3e7eb2){return _0x4a8dd3==_0x3e7eb2;},_0x7ec707[_0x1de917(0x15c)]=function(_0x4e1678,_0x2e45dd){return _0x4e1678!==_0x2e45dd;},_0x7ec707[_0x1de917(0x19c)]=_0x1de917(0x11a),_0x7ec707[_0x1de917(0x187)]=function(_0x2020d2,_0xc08e66){return _0x2020d2===_0xc08e66;},_0x7ec707[_0x1de917(0x11b)]=_0x1de917(0x17b),_0x7ec707[_0x1de917(0x119)]=_0x1de917(0x1d7);const _0x47f13f=_0x7ec707,_0x12432f=bsSetupHelper[_0x1de917(0x112)](_0x2a072f),_0x1910a0=bsSetupHelper[_0x1de917(0x13b)](_0x2a072f);if(bsSetupHelper[_0x1de917(0x171)](_0x12432f)||bsSetupHelper[_0x1de917(0x171)](_0x1910a0)){if(_0x47f13f[_0x1de917(0x10f)](_0x47f13f[_0x1de917(0x12b)],_0x47f13f[_0x1de917(0x12b)]))throw new _0x16afd2(_0x47f13f[_0x1de917(0x18d)](_0x47f13f[_0x1de917(0x1a1)],_0x51e7eb[_0x1de917(0x121)][_0x1de917(0x1b2)]));else return logger['error'](_0x47f13f[_0x1de917(0x164)]),[null,null];}try{if(_0x47f13f[_0x1de917(0x10f)](_0x47f13f[_0x1de917(0x166)],_0x47f13f[_0x1de917(0x166)]))_0x13d521[_0x1de917(0x1b2)](_0x189970[_0x1de917(0x199)]);else{let _0x477fb0;if(bsSetupHelper['isUndefined'](process[_0x1de917(0x18b)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])){if(_0x47f13f[_0x1de917(0x1a2)](_0x47f13f[_0x1de917(0x1d1)],_0x47f13f['YkJkD']))_0x477fb0={};else return!![];}else{if(_0x47f13f[_0x1de917(0x1c0)](_0x47f13f[_0x1de917(0x142)],_0x47f13f[_0x1de917(0x13e)]))_0x477fb0=JSON[_0x1de917(0x1b6)](process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);else{if(_0x47f13f[_0x1de917(0x14e)](_0x5c4f83[_0x1de917(0x199)],_0x47f13f['ohafB'])){_0x470686[_0x1de917(0x1b2)](_0x1de917(0x16b)+(_0x2c2228[_0x1de917(0x199)]||_0x2ea225['stack']));for(const _0x5bc1d2 of _0x44d24b[_0x1de917(0x11f)]){_0x4cd1b7['error'](_0x5bc1d2[_0x1de917(0x199)]);}_0x421342[_0x1de917(0x18b)][_0x1de917(0x19e)]=_0x47f13f['rfYyq'],_0x4532b0[_0x1de917(0x18b)][_0x1de917(0x169)]=_0x47f13f[_0x1de917(0x140)];}else _0x26408c[_0x1de917(0x1b2)](_0x1de917(0x16b)+(_0xdaa66b[_0x1de917(0x199)]||_0x5ea55a[_0x1de917(0x179)]));}}const _0xece76b={'projectName':_0x2a072f['projectName'],'buildName':_0x2a072f[_0x1de917(0x148)]||path[_0x1de917(0x13f)](path['resolve'](process[_0x1de917(0x1c6)]())),'startTime':new Date()[_0x1de917(0x138)](),'description':_0x2a072f[_0x1de917(0x11e)]||'','source':{'frameworkName':_0x20e4ac,'frameworkVersion':bsSetupHelper[_0x1de917(0x146)](_0x20e4ac),'sdkVersion':bsSetupHelper['getAgentVersion']()},'settings':_0x477fb0,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x1de917(0x1d2)](),'hostInfo':bsSetupHelper[_0x1de917(0x1b5)](),'browserstackAutomation':bsSetupHelper[_0x1de917(0x173)]()},_0x4604f6={};_0x4604f6['user']=_0x12432f,_0x4604f6[_0x1de917(0x1bd)]=_0x1910a0;const _0x1ec45c={};_0x1ec45c[_0x1de917(0x1cf)]=_0x47f13f[_0x1de917(0x150)];const _0x659dd7={};_0x659dd7['auth']=_0x4604f6,_0x659dd7['headers']=_0x1ec45c;const _0x91d712=_0x659dd7,_0x10b655={};_0x10b655[_0x1de917(0x1a0)]=_0xece76b,_0x10b655[_0x1de917(0x195)]=!![];const _0x49c53f=Object[_0x1de917(0x133)](_0x91d712,_0x10b655),_0xa8575f=await bsSetupHelper[_0x1de917(0x1c2)](_0x47f13f['LYlwN'],_0x47f13f['ENiau'],_0x49c53f,_0x2a072f,API_URL);let _0x5c4aeb=process[_0x1de917(0x18b)][_0x1de917(0x1ae)];if(_0x5c4aeb)_0x47f13f[_0x1de917(0x191)](_0x47f13f[_0x1de917(0x116)],_0x47f13f[_0x1de917(0x139)])?_0x5c4aeb=JSON[_0x1de917(0x1b6)](process[_0x1de917(0x18b)][_0x1de917(0x1ae)]):_0x2b9e95={};else{if(_0x47f13f[_0x1de917(0x1a2)](_0x47f13f[_0x1de917(0x136)],_0x47f13f[_0x1de917(0x15b)])){try{if(!_0x3f20c7[_0x1de917(0x173)]())return![];const _0x285673=_0x4767fa[_0x1de917(0x1a5)](_0x2b9e4b[_0x1de917(0x18b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x2c1bf1[_0x1de917(0x1a5)](_0xde03df[_0x1de917(0x18b)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x547ac7=_0x47f13f[_0x1de917(0x1b8)](typeof _0x14fbaf['env'][_0x1de917(0x1ce)],_0x47f13f['iaNNr'])&&_0x47f13f['UgoHD'](_0xf45576[_0x1de917(0x18b)][_0x1de917(0x1ce)][_0x1de917(0x16c)],0x0)&&_0x47f13f[_0x1de917(0x191)](_0x134d29[_0x1de917(0x18b)][_0x1de917(0x1ce)],_0x47f13f[_0x1de917(0x184)]);return _0x47f13f[_0x1de917(0x1c9)](_0x285673,_0x547ac7);}catch(_0x2873f6){_0x1f1ca7[_0x1de917(0x1d8)](_0x1de917(0x198)+_0x2873f6);}return![];}else _0x5c4aeb={};}return _0x5c4aeb[_0x1de917(0x176)]=_0xa8575f[_0x1de917(0x121)][_0x1de917(0x121)][_0x1de917(0x176)],process['env'][_0x1de917(0x1ae)]=JSON[_0x1de917(0x18c)](_0x5c4aeb),[_0xa8575f[_0x1de917(0x121)][_0x1de917(0x121)]['accessibilityToken'],_0xa8575f[_0x1de917(0x121)][_0x1de917(0x121)]['id']];}}catch(_0x4c083e){if(_0x47f13f[_0x1de917(0x1a2)](_0x47f13f[_0x1de917(0x147)],_0x47f13f[_0x1de917(0x147)])){if(_0x4c083e[_0x1de917(0x156)]){if(_0x47f13f[_0x1de917(0x1b8)](_0x47f13f[_0x1de917(0x188)],_0x47f13f[_0x1de917(0x1a8)]))return![];else logger[_0x1de917(0x1b2)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x4c083e[_0x1de917(0x156)][_0x1de917(0x14c)]+'\x20'+_0x4c083e[_0x1de917(0x156)]['statusText']+'\x20'+JSON[_0x1de917(0x18c)](_0x4c083e[_0x1de917(0x156)][_0x1de917(0x121)]));}else{if(_0x47f13f[_0x1de917(0x10f)](_0x47f13f[_0x1de917(0x185)],_0x47f13f[_0x1de917(0x1cd)])){if(_0x47f13f['wYHef'](_0x4c083e['message'],_0x47f13f[_0x1de917(0x1b7)])){if(_0x47f13f[_0x1de917(0x15c)](_0x47f13f[_0x1de917(0x19c)],_0x47f13f['kNBKn'])){_0x1c8710[_0x1de917(0x1b2)](_0x1de917(0x16b)+(_0x5ac3b3[_0x1de917(0x199)]||_0x18fdbf[_0x1de917(0x179)]));for(const _0x2c3531 of _0x45dbe4[_0x1de917(0x11f)]){_0x372e38[_0x1de917(0x1b2)](_0x2c3531[_0x1de917(0x199)]);}_0x257ea6[_0x1de917(0x18b)][_0x1de917(0x19e)]=_0x47f13f[_0x1de917(0x140)],_0x465704[_0x1de917(0x18b)][_0x1de917(0x169)]=_0x47f13f[_0x1de917(0x140)];}else{logger['error'](_0x1de917(0x16b)+(_0x4c083e[_0x1de917(0x199)]||_0x4c083e[_0x1de917(0x179)]));for(const _0xa1d267 of _0x4c083e[_0x1de917(0x11f)]){if(_0x47f13f['wKvzQ'](_0x47f13f[_0x1de917(0x11b)],_0x47f13f[_0x1de917(0x11b)]))logger[_0x1de917(0x1b2)](_0xa1d267['message']);else{if(!_0x2c1574['isBrowserstackInfra']())return![];const _0x82ac0e=_0xb43384[_0x1de917(0x1a5)](_0x33407b[_0x1de917(0x18b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x1debab['isTrue'](_0x520ca7[_0x1de917(0x18b)][_0x1de917(0x169)]),_0x1ef939=_0x47f13f[_0x1de917(0x1b8)](typeof _0x4b2f3d[_0x1de917(0x18b)][_0x1de917(0x1ce)],_0x47f13f[_0x1de917(0x189)])&&_0x47f13f[_0x1de917(0x16f)](_0x42ed7a[_0x1de917(0x18b)][_0x1de917(0x1ce)][_0x1de917(0x16c)],0x0)&&_0x47f13f[_0x1de917(0x191)](_0x3483f5[_0x1de917(0x18b)]['BS_A11Y_JWT'],_0x47f13f[_0x1de917(0x184)]);return _0x47f13f[_0x1de917(0x1c9)](_0x82ac0e,_0x1ef939);}}process[_0x1de917(0x18b)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x47f13f[_0x1de917(0x140)],process[_0x1de917(0x18b)][_0x1de917(0x169)]=_0x47f13f[_0x1de917(0x140)];}}else _0x47f13f[_0x1de917(0x191)](_0x47f13f['sDlxC'],_0x47f13f[_0x1de917(0x119)])?_0x49f73d={}:logger[_0x1de917(0x1b2)](_0x1de917(0x16b)+(_0x4c083e[_0x1de917(0x199)]||_0x4c083e[_0x1de917(0x179)]));}else _0x46d55b[_0x1de917(0x1b2)](_0x1de917(0x1d6)+_0x295ff7[_0x1de917(0x156)]['status']+'\x20'+_0x11544d[_0x1de917(0x156)][_0x1de917(0x15d)]+'\x20'+_0x31584f[_0x1de917(0x18c)](_0x5407df[_0x1de917(0x156)][_0x1de917(0x121)]));}return[null,null];}else{const _0x52e115={};return _0x52e115['status']=_0x47f13f[_0x1de917(0x167)],_0x52e115[_0x1de917(0x199)]=_0x47f13f[_0x1de917(0x143)],_0x52e115;}}},exports['stopAccessibilityTestRun']=async _0x383211=>{const _0x3f7da9=a41_0x54a2c3,_0x80529f={};_0x80529f['eRVsx']=function(_0x34226c,_0x281178){return _0x34226c==_0x281178;},_0x80529f[_0x3f7da9(0x12c)]=function(_0x5a78c2,_0x50665b){return _0x5a78c2===_0x50665b;},_0x80529f['nkiWT']=function(_0x4f09d2,_0x5ecc78){return _0x4f09d2&&_0x5ecc78;},_0x80529f[_0x3f7da9(0x123)]=_0x3f7da9(0x135),_0x80529f[_0x3f7da9(0x1bb)]=_0x3f7da9(0x1b2),_0x80529f['orwIo']=function(_0x125559,_0x233aa1){return _0x125559===_0x233aa1;},_0x80529f[_0x3f7da9(0x175)]=_0x3f7da9(0x151),_0x80529f[_0x3f7da9(0x160)]=function(_0x546cee,_0x5691c7){return _0x546cee!==_0x5691c7;},_0x80529f['Pwblr']=_0x3f7da9(0x141),_0x80529f[_0x3f7da9(0x120)]=_0x3f7da9(0x170),_0x80529f[_0x3f7da9(0x1a3)]=_0x3f7da9(0x1ad),_0x80529f[_0x3f7da9(0x12e)]=_0x3f7da9(0x182),_0x80529f[_0x3f7da9(0x1ba)]=_0x3f7da9(0x19f),_0x80529f[_0x3f7da9(0x186)]=_0x3f7da9(0x18e),_0x80529f['qVhLV']='qZxbF',_0x80529f['UMnhj']=_0x3f7da9(0x13d),_0x80529f[_0x3f7da9(0x161)]=_0x3f7da9(0x1c4),_0x80529f['OefpI']=function(_0x376649,_0x4960c1){return _0x376649===_0x4960c1;},_0x80529f[_0x3f7da9(0x155)]=_0x3f7da9(0x15e),_0x80529f['xYgMR']='KhSTb',_0x80529f[_0x3f7da9(0x149)]=function(_0x286499,_0xe29b2f){return _0x286499+_0xe29b2f;},_0x80529f[_0x3f7da9(0x1cc)]=_0x3f7da9(0x157),_0x80529f[_0x3f7da9(0x145)]='ZyIAc',_0x80529f[_0x3f7da9(0x178)]=_0x3f7da9(0x1b9),_0x80529f[_0x3f7da9(0x190)]='success',_0x80529f[_0x3f7da9(0x17d)]=function(_0x33afbd,_0x1200bd){return _0x33afbd!==_0x1200bd;},_0x80529f[_0x3f7da9(0x153)]='tnbPV',_0x80529f[_0x3f7da9(0x1ab)]=_0x3f7da9(0x159);const _0x358a85=_0x80529f;if(bsSetupHelper[_0x3f7da9(0x171)](process[_0x3f7da9(0x18b)][_0x3f7da9(0x1ce)])||_0x358a85[_0x3f7da9(0x160)](typeof process['env'][_0x3f7da9(0x1ce)],_0x358a85[_0x3f7da9(0x11c)])){if(_0x358a85[_0x3f7da9(0x160)](_0x358a85[_0x3f7da9(0x120)],_0x358a85[_0x3f7da9(0x1a3)])){const _0x2ae1cb={};return _0x2ae1cb[_0x3f7da9(0x14c)]=_0x358a85['TOOhL'],_0x2ae1cb[_0x3f7da9(0x199)]=_0x358a85[_0x3f7da9(0x12e)],_0x2ae1cb;}else{if(_0x358a85[_0x3f7da9(0x19b)](_0x5d8f82[_0x3f7da9(0x18b)][_0x3f7da9(0x1ae)],null))return!![];try{const _0x204772=_0x5e818c[_0x3f7da9(0x1b6)](_0x5567f5[_0x3f7da9(0x18b)][_0x3f7da9(0x1ae)]),_0x1f0618=_0x205f19[_0x3f7da9(0x12f)](_0x204772[_0x3f7da9(0x154)])?_0x204772[_0x3f7da9(0x154)]:[],_0x6ddfe8=_0xc98481[_0x3f7da9(0x12f)](_0x204772[_0x3f7da9(0x163)])?_0x204772[_0x3f7da9(0x163)]:[],_0x12b7b9=_0x333bf6[_0x3f7da9(0x174)]('/'),_0x3ac672=_0x6ddfe8[_0x3f7da9(0x1cb)](_0x358817=>_0x12b7b9['includes'](_0x358817)),_0x1169e7=_0x358a85[_0x3f7da9(0x12c)](_0x1f0618['length'],0x0)||_0x1f0618[_0x3f7da9(0x1cb)](_0x4c99e4=>_0x12b7b9[_0x3f7da9(0x192)](_0x4c99e4));return _0x358a85[_0x3f7da9(0x197)](!_0x3ac672,_0x1169e7);}catch(_0x302c5d){_0x1bd93c[_0x3f7da9(0x1d8)](_0x358a85[_0x3f7da9(0x123)],_0x302c5d);}return![];}}const _0x2ad2ab={'endTime':new Date()[_0x3f7da9(0x138)]()},_0x440102={};_0x440102[_0x3f7da9(0x16a)]='Bearer\x20'+process[_0x3f7da9(0x18b)][_0x3f7da9(0x1ce)],_0x440102['Content-Type']=_0x358a85[_0x3f7da9(0x1ba)];const _0x186b0e={};_0x186b0e[_0x3f7da9(0x144)]=_0x440102;const _0x254ce8=_0x186b0e,_0x1e266f={};_0x1e266f[_0x3f7da9(0x1a0)]=_0x2ad2ab,_0x1e266f['auth']=null,_0x1e266f[_0x3f7da9(0x195)]=!![];const _0x2b320f=Object[_0x3f7da9(0x133)](_0x254ce8,_0x1e266f);try{if(_0x358a85[_0x3f7da9(0x1d3)](_0x358a85['wtjht'],_0x358a85['qVhLV']))_0x28fa38[_0x3f7da9(0x1b2)](_0x3f7da9(0x1d6)+(_0x311e0b[_0x3f7da9(0x199)]||_0x589888['format'](_0xa476e2)));else{const _0x44591c=await bsSetupHelper['nodeRequest'](_0x358a85[_0x3f7da9(0x13a)],_0x358a85['rfRVT'],_0x2b320f,_0x383211,API_URL);if(_0x44591c[_0x3f7da9(0x121)]['error']){if(_0x358a85[_0x3f7da9(0x1af)](_0x358a85[_0x3f7da9(0x155)],_0x358a85['xYgMR']))_0xdac748['debug'](_0x3f7da9(0x198)+_0x30e7ea);else throw new Error(_0x358a85[_0x3f7da9(0x149)](_0x358a85[_0x3f7da9(0x1cc)],_0x44591c[_0x3f7da9(0x121)]['error']));}else{if(_0x358a85[_0x3f7da9(0x1af)](_0x358a85[_0x3f7da9(0x145)],_0x358a85['gNMYt'])){_0x74a142[_0x3f7da9(0x156)]?_0x302489[_0x3f7da9(0x1b2)](_0x3f7da9(0x1d6)+_0xfc869e[_0x3f7da9(0x156)][_0x3f7da9(0x14c)]+'\x20'+_0x4d6c31['response']['statusText']+'\x20'+_0x415d5d[_0x3f7da9(0x18c)](_0x44aaf4[_0x3f7da9(0x156)][_0x3f7da9(0x121)])):_0x36f8a3['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0xccf1b4[_0x3f7da9(0x199)]||_0x5dcc19['format'](_0x46e8a5)));const _0x561ea7={};return _0x561ea7[_0x3f7da9(0x14c)]=_0x358a85[_0x3f7da9(0x1bb)],_0x561ea7['message']=_0x42b13c['message']||(_0xea87b9[_0x3f7da9(0x156)]?_0x1e78bf[_0x3f7da9(0x156)][_0x3f7da9(0x14c)]+':'+_0xbad0f7['response'][_0x3f7da9(0x15d)]:_0x30edae),_0x561ea7;}else{logger[_0x3f7da9(0x1d4)](_0x3f7da9(0x117)+new Date()[_0x3f7da9(0x138)]());const _0x280599={};return _0x280599['status']=_0x358a85[_0x3f7da9(0x190)],_0x280599[_0x3f7da9(0x199)]='',_0x280599;}}}}catch(_0x57ca46){if(_0x57ca46[_0x3f7da9(0x156)]){if(_0x358a85['mKCha'](_0x358a85[_0x3f7da9(0x153)],_0x358a85[_0x3f7da9(0x153)])){const _0x26831f=_0x488ec7[_0x3f7da9(0x1b6)](_0x227ce2[_0x3f7da9(0x18b)][_0x3f7da9(0x1ae)]),_0xb06a4b=_0x2ee349[_0x3f7da9(0x12f)](_0x26831f[_0x3f7da9(0x154)])?_0x26831f[_0x3f7da9(0x154)]:[],_0x3ef0c6=_0x22cb76[_0x3f7da9(0x12f)](_0x26831f[_0x3f7da9(0x163)])?_0x26831f[_0x3f7da9(0x163)]:[],_0x52e201=_0x19e35f[_0x3f7da9(0x174)]('/'),_0x4bd391=_0x3ef0c6[_0x3f7da9(0x1cb)](_0x1113e4=>_0x52e201[_0x3f7da9(0x192)](_0x1113e4)),_0xbca3f7=_0x358a85[_0x3f7da9(0x1d3)](_0xb06a4b[_0x3f7da9(0x16c)],0x0)||_0xb06a4b['some'](_0x521fd2=>_0x52e201['includes'](_0x521fd2));return _0x358a85[_0x3f7da9(0x197)](!_0x4bd391,_0xbca3f7);}else logger['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x57ca46[_0x3f7da9(0x156)]['status']+'\x20'+_0x57ca46[_0x3f7da9(0x156)][_0x3f7da9(0x15d)]+'\x20'+JSON[_0x3f7da9(0x18c)](_0x57ca46[_0x3f7da9(0x156)][_0x3f7da9(0x121)]));}else{if(_0x358a85[_0x3f7da9(0x12c)](_0x358a85[_0x3f7da9(0x1ab)],_0x358a85['epDZG']))logger['error'](_0x3f7da9(0x1d6)+(_0x57ca46['message']||util[_0x3f7da9(0x193)](_0x57ca46)));else return _0x1522bd[_0x3f7da9(0x1b2)](_0x358a85['bcpoY']),[null,null];}const _0x10806b={};return _0x10806b[_0x3f7da9(0x14c)]=_0x358a85[_0x3f7da9(0x1bb)],_0x10806b['message']=_0x57ca46[_0x3f7da9(0x199)]||(_0x57ca46[_0x3f7da9(0x156)]?_0x57ca46['response'][_0x3f7da9(0x14c)]+':'+_0x57ca46[_0x3f7da9(0x156)][_0x3f7da9(0x15d)]:_0x57ca46),_0x10806b;}};function a41_0x52ce(){const _0x4f11b7=['getPackageVersion','GKFaz','buildName','afDZO','1110702HZjvjm','winstonLogger','status','xMTKW','aARfu','LANnT','MuoVT','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','bWoDc','gRakH','includeTagsInTestingScope','RIiQO','response','Invalid\x20request:\x20','BtzwE','RRnuB','xwrDb','GSYMm','eeDlS','statusText','Gmwav','EUErd','moGxc','rfRVT','Fbwgt','excludeTagsInTestingScope','wiHhY','23385DWfrac','yrsBN','cTzqU','CfSPI','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Authorization','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','length','IpXoz','hoLmq','UgoHD','hszZL','isUndefined','path','isBrowserstackInfra','join','bcpoY','scannerVersion','HcetZ','gNMYt','stack','FtWiE','Ptfsu','wYHef','mKCha','niVOJ','MllwC','MjewX','2cIeWrh','Build\x20creation\x20had\x20failed.','QSsMa','gjZqz','xbtRV','wtjht','wKvzQ','HqTLc','iaNNr','./constants','env','stringify','xjZWb','RCLxL','7488WuXWdx','HACic','xUtNz','includes','format','ApJaV','json','236UnImOP','nkiWT','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','message','OgKFY','eRVsx','kNBKn','cXbZi','BROWSERSTACK_TEST_ACCESSIBILITY_YML','application/json','body','ToBkT','auPCs','vXeRL','POST','isTrue','BmPda','Invalid\x20configuration\x20passed.','xmsiF','null','util','epDZG','aXcZB','dYaIv','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','OefpI','sHLCY','aEKXD','error','ezcvX','ENiau','getHostInfo','parse','ohafB','XXHvM','MrcyU','qCRGV','TOOhL','12onMjYJ','pass','mIkdU','../helper','pbdaE','LYlwN','nodeRequest','DVNAZ','test_runs/stop','createAccessibilityTestRun','cwd','shouldScanTestForAccessibility','oTNhq','qpsXp','17721341baURJo','some','zGVZe','zWHqq','BS_A11Y_JWT','Content-Type','VZEXD','YkJkD','getCiInfo','orwIo','info','653271ZMOxIb','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','SZjUK','debug','xidzn','ORIIQ','cnWXA','getUserName','YXFMM','false','pLkDg','eflDI','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','4930DGPpZg','sDlxC','DBUBP','qjPth','Pwblr','yTSHy','buildDescription','errors','JNhbg','data','iBMsy','FmWsj','EMvjm','qEBCn','8PkXfkT','wgjlG','9847411BXIziW','YAERH','UHKgd','wWJbE','rKipz','NmXWj','qHenD','isArray','1454027ErZINZ','HFBYz','CCxYF','assign','XfAAk','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','HErMJ','RGitU','toISOString','kKcgs','UMnhj','getAccessKey','maMwu','PUT','GAyrs','basename','rfYyq','string','yHHpc','fgjUW','headers','hgLTO'];a41_0x52ce=function(){return _0x4f11b7;};return a41_0x52ce();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a42_0x32ffac=a42_0x31d5;(function(_0x2cb333,_0x4272ff){var _0x3a8548=a42_0x31d5,_0x162916=_0x2cb333();while(!![]){try{var _0xc54d91=-parseInt(_0x3a8548(0x96))/0x1*(parseInt(_0x3a8548(0x92))/0x2)+-parseInt(_0x3a8548(0x93))/0x3+parseInt(_0x3a8548(0x98))/0x4+parseInt(_0x3a8548(0x9a))/0x5+-parseInt(_0x3a8548(0x95))/0x6+parseInt(_0x3a8548(0x94))/0x7*(parseInt(_0x3a8548(0x9b))/0x8)+parseInt(_0x3a8548(0x9d))/0x9*(parseInt(_0x3a8548(0x9f))/0xa);if(_0xc54d91===_0x4272ff)break;else _0x162916['push'](_0x162916['shift']());}catch(_0x266eb8){_0x162916['push'](_0x162916['shift']());}}}(a42_0xc6f0,0x4641f));var a42_0x58af70={};function a42_0xc6f0(){var _0x2ba845=['1514820vYClPi','16uOhuBW','automate-turboscale/v1','27sFeXaS','API_ENDPOINT','48770WBqRlO','432986PCQJLo','39lNBTtv','1836303hLJswh','1202496dfwEaW','2UZHALY','https://grid.browserstack.com/dashboard/builds','315748izhtJn','BUILDS_DASHBOARD_URL'];a42_0xc6f0=function(){return _0x2ba845;};return a42_0xc6f0();}function a42_0x31d5(_0x101a6b,_0x1a0be6){var _0xc6f06d=a42_0xc6f0();return a42_0x31d5=function(_0x31d5e6,_0x13ecdd){_0x31d5e6=_0x31d5e6-0x92;var _0x353c76=_0xc6f06d[_0x31d5e6];return _0x353c76;},a42_0x31d5(_0x101a6b,_0x1a0be6);}a42_0x58af70[a42_0x32ffac(0x99)]=a42_0x32ffac(0x97),a42_0x58af70[a42_0x32ffac(0x9e)]=a42_0x32ffac(0x9c),module['exports']=a42_0x58af70;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a43_0x4f99d1=a43_0x32cc;function a43_0x5640(){const _0x1c4bbc=['AzBjz','pCVhZ','BnqGb','oVphR','env','KiQjW','vzMgV','buildPriority','isTurboScaleSession','BROWSERSTACK_BUILD_PRIORITY','../../bin/utils/constants','BROWSERSTACK_TURBOSCALE_GRID_NAME','1629496qcqkWT','7ZGtXVd','jEIJT','qTKCx','getTurboScaleOptions','bRWQv','isArray','inist','oeiAG','XgKMe','mTyEI','salHV','fBjKl','11DDFAim','PBmFw','hhSCx','TURBOSCALE_OPTIONS','NEzgK','gridName','username','11477360tLzaCT','FHfFN','4wpaedS','vPSVa','split','options','kwssS','tmInL','SChJX','WggRw','1368162EMPOeS','turboScale','turboScaleOptions','NO_GRID_NAME_PASSED','BROWSERSTACK_BUILD_TAGS','medium','19467480yoVzGk','vdDsm','1CYBVbG','vnOlx','4742735qFPCBB','DPBoR','ALRoS','buildTags','XfsbV','UkocC','HLjGa','accessKey','BdEmP','tyIxm','54BPOHFh','YdDHf','ynDkd','888168owuIok','SEoly','getTurboScaleCaps','2032017jubgzT','rCDly'];a43_0x5640=function(){return _0x1c4bbc;};return a43_0x5640();}function a43_0x32cc(_0x1a4062,_0x24d04e){const _0x564013=a43_0x5640();return a43_0x32cc=function(_0x32cc01,_0x1c1b35){_0x32cc01=_0x32cc01-0xc4;let _0x23289d=_0x564013[_0x32cc01];return _0x23289d;},a43_0x32cc(_0x1a4062,_0x24d04e);}(function(_0x3d85ac,_0xe68dc0){const _0x448c67=a43_0x32cc,_0xfeb50c=_0x3d85ac();while(!![]){try{const _0x2192c0=parseInt(_0x448c67(0xe7))/0x1*(parseInt(_0x448c67(0x107))/0x2)+-parseInt(_0x448c67(0xf9))/0x3*(-parseInt(_0x448c67(0xd7))/0x4)+-parseInt(_0x448c67(0xe9))/0x5+parseInt(_0x448c67(0xdf))/0x6*(parseInt(_0x448c67(0x108))/0x7)+-parseInt(_0x448c67(0xf6))/0x8*(parseInt(_0x448c67(0xf3))/0x9)+-parseInt(_0x448c67(0xd5))/0xa+-parseInt(_0x448c67(0xce))/0xb*(-parseInt(_0x448c67(0xe5))/0xc);if(_0x2192c0===_0xe68dc0)break;else _0xfeb50c['push'](_0xfeb50c['shift']());}catch(_0x370d17){_0xfeb50c['push'](_0xfeb50c['shift']());}}}(a43_0x5640,0x8d99b));const constants=require(a43_0x4f99d1(0x105));exports[a43_0x4f99d1(0xc5)]=()=>{const _0x38596b=a43_0x4f99d1,_0x2c80f6={};_0x2c80f6['BdEmP']=function(_0x39dd59,_0x2f1f67){return _0x39dd59===_0x2f1f67;},_0x2c80f6[_0x38596b(0xc4)]=_0x38596b(0xf4),_0x2c80f6[_0x38596b(0xdb)]='PsQrH';const _0x1a9a04=_0x2c80f6;if(!constants['TURBOSCALE_OPTIONS'][_0x38596b(0xda)])return _0x1a9a04[_0x38596b(0xf1)](_0x1a9a04[_0x38596b(0xc4)],_0x1a9a04[_0x38596b(0xdb)])?_0x1a9a04[_0x38596b(0xf1)](_0x2a2a0f['turboScale'],!![]):{};return constants[_0x38596b(0xd1)][_0x38596b(0xda)];},exports['getTurboScaleGridName']=_0x58b4b6=>{const _0xfa35d7=a43_0x4f99d1,_0x5313c6={};_0x5313c6[_0xfa35d7(0x109)]=function(_0x510362,_0x521ea7){return _0x510362!==_0x521ea7;},_0x5313c6[_0xfa35d7(0xef)]=_0xfa35d7(0xde),_0x5313c6['SEoly']=_0xfa35d7(0xc8),_0x5313c6[_0xfa35d7(0xea)]=_0xfa35d7(0xed),_0x5313c6[_0xfa35d7(0xd0)]=_0xfa35d7(0xfe),_0x5313c6[_0xfa35d7(0x100)]=_0xfa35d7(0xe2);const _0x58f903=_0x5313c6;if(_0x58b4b6['turboScaleOptions']&&_0x58b4b6[_0xfa35d7(0xe1)][_0xfa35d7(0xd3)]){if(_0x58f903['jEIJT'](_0x58f903[_0xfa35d7(0xef)],_0x58f903[_0xfa35d7(0xf7)]))return _0x58b4b6[_0xfa35d7(0xe1)][_0xfa35d7(0xd3)];else _0x3dbe20['buildPriority']=_0xe1b542['buildPriority'];}if(process[_0xfa35d7(0xff)]['BROWSERSTACK_TURBOSCALE_GRID_NAME']){if(_0x58f903[_0xfa35d7(0x109)](_0x58f903[_0xfa35d7(0xea)],_0x58f903[_0xfa35d7(0xd0)]))return process[_0xfa35d7(0xff)][_0xfa35d7(0x106)];else _0x257cdc[_0xfa35d7(0x102)]=_0x43a97b[_0xfa35d7(0xff)][_0xfa35d7(0x104)];}return _0x58f903['KiQjW'];},exports[a43_0x4f99d1(0x103)]=_0x479bb2=>{const _0x3881de=a43_0x4f99d1,_0x5cccc8={};_0x5cccc8[_0x3881de(0xdd)]=function(_0x2df541,_0x14e64b){return _0x2df541===_0x14e64b;};const _0x518f9c=_0x5cccc8;return _0x518f9c['SChJX'](_0x479bb2[_0x3881de(0xe0)],!![]);},exports[a43_0x4f99d1(0xf8)]=(_0x5a5b9a,_0x12ea9e,_0x35608e)=>{const _0x4a4d6b=a43_0x4f99d1,_0x1f700b={};_0x1f700b[_0x4a4d6b(0xd2)]=_0x4a4d6b(0xe4),_0x1f700b[_0x4a4d6b(0xf2)]=function(_0x34f7ee,_0x111634){return _0x34f7ee===_0x111634;},_0x1f700b[_0x4a4d6b(0x101)]=_0x4a4d6b(0xc6),_0x1f700b[_0x4a4d6b(0xe6)]=_0x4a4d6b(0xfa),_0x1f700b[_0x4a4d6b(0xd8)]=function(_0x19e88b,_0x2e1ff6){return _0x19e88b!==_0x2e1ff6;},_0x1f700b[_0x4a4d6b(0xfd)]='KRpuy',_0x1f700b[_0x4a4d6b(0xdc)]=function(_0x51b74a,_0x39c943){return _0x51b74a===_0x39c943;},_0x1f700b[_0x4a4d6b(0xfb)]=_0x4a4d6b(0xeb),_0x1f700b[_0x4a4d6b(0xcb)]=function(_0x5d525b,_0x7ef0fa){return _0x5d525b!==_0x7ef0fa;},_0x1f700b[_0x4a4d6b(0xc9)]=_0x4a4d6b(0xe8),_0x1f700b['OvoXY']=_0x4a4d6b(0xca),_0x1f700b[_0x4a4d6b(0xd6)]=function(_0x3c40e9,_0x1d14d6){return _0x3c40e9===_0x1d14d6;},_0x1f700b[_0x4a4d6b(0xcd)]='TXuJU',_0x1f700b[_0x4a4d6b(0xee)]=function(_0x5c8f9b,_0x34de99){return _0x5c8f9b!==_0x34de99;},_0x1f700b[_0x4a4d6b(0xf5)]=_0x4a4d6b(0xfc),_0x1f700b[_0x4a4d6b(0xcc)]=_0x4a4d6b(0xcf);const _0x405eb6=_0x1f700b,_0x3c9457={};_0x3c9457[_0x4a4d6b(0xd4)]=_0x12ea9e,_0x3c9457[_0x4a4d6b(0xf0)]=_0x35608e,_0x3c9457['buildPriority']=_0x405eb6['NEzgK'];if(_0x5a5b9a[_0x4a4d6b(0xec)]){if(_0x405eb6['tyIxm'](_0x405eb6[_0x4a4d6b(0x101)],_0x405eb6[_0x4a4d6b(0xe6)]))return _0x402c2b['env'][_0x4a4d6b(0x106)];else _0x3c9457[_0x4a4d6b(0xec)]=Array[_0x4a4d6b(0xc7)](_0x5a5b9a[_0x4a4d6b(0xec)])?_0x5a5b9a[_0x4a4d6b(0xec)]:_0x5a5b9a['buildTags'][_0x4a4d6b(0xd9)](',');}if(process['env']['BROWSERSTACK_BUILD_TAGS']){if(_0x405eb6['vPSVa'](_0x405eb6[_0x4a4d6b(0xfd)],_0x405eb6[_0x4a4d6b(0xfd)]))return{};else try{if(_0x405eb6[_0x4a4d6b(0xdc)](_0x405eb6['AzBjz'],_0x405eb6[_0x4a4d6b(0xfb)]))_0x3c9457[_0x4a4d6b(0xec)]=process[_0x4a4d6b(0xff)]['BROWSERSTACK_BUILD_TAGS'][_0x4a4d6b(0xd9)](',');else try{_0x3b4225[_0x4a4d6b(0xec)]=_0x4af34b['env'][_0x4a4d6b(0xe3)][_0x4a4d6b(0xd9)](',');}catch{_0x2732cd['buildTags']=_0x5c47a2[_0x4a4d6b(0xff)][_0x4a4d6b(0xe3)];}}catch{_0x405eb6[_0x4a4d6b(0xcb)](_0x405eb6[_0x4a4d6b(0xc9)],_0x405eb6['OvoXY'])?_0x3c9457[_0x4a4d6b(0xec)]=process[_0x4a4d6b(0xff)]['BROWSERSTACK_BUILD_TAGS']:_0x22f90d[_0x4a4d6b(0xec)]=_0x45bcba['env']['BROWSERSTACK_BUILD_TAGS'][_0x4a4d6b(0xd9)](',');}}_0x5a5b9a[_0x4a4d6b(0x102)]&&(_0x405eb6[_0x4a4d6b(0xd6)](_0x405eb6[_0x4a4d6b(0xcd)],_0x405eb6['fBjKl'])?_0x3c9457[_0x4a4d6b(0x102)]=_0x5a5b9a[_0x4a4d6b(0x102)]:_0x33378a['buildTags']=_0x5f2a56[_0x4a4d6b(0xff)][_0x4a4d6b(0xe3)]);if(process['env']['BROWSERSTACK_BUILD_PRIORITY']){if(_0x405eb6[_0x4a4d6b(0xee)](_0x405eb6['ynDkd'],_0x405eb6[_0x4a4d6b(0xcc)]))_0x3c9457[_0x4a4d6b(0x102)]=process[_0x4a4d6b(0xff)][_0x4a4d6b(0x104)];else{if(!_0x29df32[_0x4a4d6b(0xd1)][_0x4a4d6b(0xda)])return{};return _0x4bae5b[_0x4a4d6b(0xd1)][_0x4a4d6b(0xda)];}}return _0x3c9457;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a44_0x593b(){var _0xacdcd1=['iuzcC','kvMCA','2608711qVVBLk','944352hUxSrr','launchTimeout','browserstack.automation','wdaStartupRetries','browserstack.app','pcDif','BROWSERSTACK_PROJECT_NAME','remoteAdbHost','ensureWebviewsHavePages','buildName','appName','jzxaQ','waitForAppScript','localeScript','jiVtb','androidInstallTimeout','browserstack.localIdentifier','useCarthageSsl','androidDeviceSocket','allowTestPackages','BROWSERSTACK_APP_ID','browserstack.ppp','unlockKey','userName','intentAction','interKeyDelay','keystorePath','browserstack.rerunTests','BROWSERSTACK_LOCAL_IDENTIFIER','nEUue','locationServicesAuthorized','BROWSERSTACK_BUILD_IDENTIFIER','3386538QReVwm','recreateChromeDriverSessions','deviceName','androidScreenshotPath','CZOWH','useKeystore','BROWSERSTACK_USERNAME','autoWebview','nativeWebTap','automation','localizableStringsDir','fullReset','aiHHb','showIOSLog','nativeWebScreenshot','7519150iSBmwk','browserstack.access_key','remoteDebugProxy','fWjve','locationServicesEnabled','BROWSERSTACK_OBSERVABILITY_DEBUG','logLevel','6Orndnx','chromedriverPorts','rerunTests','EnvCapsMapping','clearSystemFiles','webkitResponseTimeout','autoLaunch','noReset','browserstack.projectName','ElJon','resetOnSessionStartOnly','androidNaturalOrientation','disableAndroidWatchers','locale','browserstack.buildName','logcatFilterSpecs','appWaitDuration','238317IFTkre','fullContextList','maxTypingFrequency','166tBMhtl','safariIgnoreFraudWarning','BROWSERSTACK_BUILD_NAME','XatGi','avdReadyTimeout','orientation','mockLocationApp','wdaStartupRetryInterval','usePrebuiltWDA','xcodeSigningId','browserstack.parallelsPerPlatform','Azekm','IDwMa','wdaLaunchTimeout','buildIdentifier','useNewWDA','autoWebviewTimeout','webkitDebugProxyPort','unicodeKeyboard','localIdentifier','qtcnx','language','BROWSERSTACK_ACCESS_KEY','browserstackLocal','nativeInstrumentsLib','processArguments','webviewDevtoolsPort','HddHj','remoteAppsCacheLimit','resetKeyboard','newCommandTimeout','dontStopAppOnReset','chromedriverChromeMappingFile','parallelsPerPlatform','chromedriverExecutableDir','udid','appPackage','BLBqZ','dxrCb','KKlMM','calendarFormat','browserstack.logLevel','browserstack.user_name','webDriverAgentUrl','androidDeviceReadyTimeout','enablePerformanceLogging','ignoreHiddenApiPolicyError','androidCoverageEndIntent','systemPort','wuJuA','networkSpeed','ogeAj','NLutX','preventWDAAttachments','adbPort','browserstack.buildIdentifier','ZUnti','enableAsyncExecuteFromHttps','IycAC','projectName','updatedWDABundleId','BROWSERSTACK_RERUN_TESTS','TZcLH','sendKeyStrategy','intentFlags','startIWDP','ignoreUnimportantViews','14067gIPjpt','skipDeviceInitialization','AXDZx','autoDismissAlerts','BROWSERSTACK_USER_NAME','chromedriverUseSystemExecutable','accessKey','safariInitialUrl','AppiumCaps','HPEsk','simpleIsVisibleCheck','safariAllowPopups','skipUnlock','appWaitPackage','916125jChmft','rxmXC','skipLogCapture','avdArgs','HtQii','bundleId','avdLaunchTimeout','printPageSourceOnFindFailure','automationName','androidInstallPath','keepKeyChains','allowTouchIdEnroll','CLICapsMapping','app','awlkn','disableWindowAnimation','keyPassword','autoGrantPermissions','browserstack.userName','4oYDVtq','customSSLCert','iosInstallPause','BROWSERSTACK_APP','wdaConnectionTimeout','chromedriverExecutable','optionalIntentArguments','unlockType','platformVersion','connectHardwareKeyboard','BROWSERSTACK_LOCAL'];a44_0x593b=function(){return _0xacdcd1;};return a44_0x593b();}var a44_0x552fff=a44_0x326e;function a44_0x326e(_0x3f86ee,_0xe5e09f){var _0x593bb8=a44_0x593b();return a44_0x326e=function(_0x326e38,_0x2dcc33){_0x326e38=_0x326e38-0xf6;var _0x16ccd1=_0x593bb8[_0x326e38];return _0x16ccd1;},a44_0x326e(_0x3f86ee,_0xe5e09f);}(function(_0x2bc621,_0x2ebe06){var _0x58d35e=a44_0x326e,_0x3bf10c=_0x2bc621();while(!![]){try{var _0x97ab11=-parseInt(_0x58d35e(0x183))/0x1+-parseInt(_0x58d35e(0x186))/0x2*(-parseInt(_0x58d35e(0x10d))/0x3)+-parseInt(_0x58d35e(0x12e))/0x4*(-parseInt(_0x58d35e(0x11b))/0x5)+-parseInt(_0x58d35e(0x172))/0x6*(-parseInt(_0x58d35e(0x13b))/0x7)+-parseInt(_0x58d35e(0x13c))/0x8+parseInt(_0x58d35e(0x15c))/0x9+-parseInt(_0x58d35e(0x16b))/0xa;if(_0x97ab11===_0x2ebe06)break;else _0x3bf10c['push'](_0x3bf10c['shift']());}catch(_0x212fab){_0x3bf10c['push'](_0x3bf10c['shift']());}}}(a44_0x593b,0x34063),exports[a44_0x552fff(0x127)]=()=>{var _0x488d56=a44_0x552fff,_0x1ebe26={};_0x1ebe26['iuzcC']=_0x488d56(0x1b0),_0x1ebe26[_0x488d56(0x1ac)]=_0x488d56(0x12d),_0x1ebe26[_0x488d56(0x1ad)]=_0x488d56(0x16c),_0x1ebe26[_0x488d56(0x141)]='browserstack.accessKey',_0x1ebe26[_0x488d56(0x108)]=_0x488d56(0x180),_0x1ebe26[_0x488d56(0x159)]=_0x488d56(0x17a),_0x1ebe26[_0x488d56(0x160)]=_0x488d56(0x101),_0x1ebe26[_0x488d56(0x192)]=_0x488d56(0x151),_0x1ebe26[_0x488d56(0x168)]=_0x488d56(0x190),_0x1ebe26[_0x488d56(0x129)]='browserstack.local',_0x1ebe26['XatGi']=_0x488d56(0x14c),_0x1ebe26[_0x488d56(0x16e)]=_0x488d56(0x157),_0x1ebe26[_0x488d56(0x11c)]=_0x488d56(0x140),_0x1ebe26[_0x488d56(0x17b)]=_0x488d56(0x1af),_0x1ebe26[_0x488d56(0xfd)]=_0x488d56(0x13e);var _0x397edf=_0x1ebe26,_0x4c0f45={};return _0x4c0f45[_0x488d56(0x153)]=[_0x397edf[_0x488d56(0x139)],_0x397edf[_0x488d56(0x1ac)]],_0x4c0f45[_0x488d56(0x113)]=[_0x397edf['KKlMM'],_0x397edf[_0x488d56(0x141)]],_0x4c0f45[_0x488d56(0x145)]=[_0x397edf['TZcLH']],_0x4c0f45[_0x488d56(0x105)]=[_0x397edf[_0x488d56(0x159)]],_0x4c0f45[_0x488d56(0x194)]=[_0x397edf[_0x488d56(0x160)]],_0x4c0f45[_0x488d56(0x1a7)]=[_0x397edf[_0x488d56(0x192)],_0x397edf[_0x488d56(0x168)]],_0x4c0f45[_0x488d56(0x19d)]=[_0x397edf[_0x488d56(0x129)]],_0x4c0f45[_0x488d56(0x199)]=[_0x397edf[_0x488d56(0x189)]],_0x4c0f45[_0x488d56(0x174)]=[_0x397edf[_0x488d56(0x16e)]],_0x4c0f45[_0x488d56(0x128)]=[_0x397edf[_0x488d56(0x11c)]],_0x4c0f45[_0x488d56(0x171)]=[_0x397edf['ElJon']],_0x4c0f45[_0x488d56(0x165)]=[_0x397edf['ogeAj']],_0x4c0f45;},exports[a44_0x552fff(0x175)]=()=>{var _0x16654d=a44_0x552fff,_0x33745f={};_0x33745f[_0x16654d(0x1a1)]=_0x16654d(0x162),_0x33745f[_0x16654d(0x14a)]=_0x16654d(0x111),_0x33745f[_0x16654d(0x10f)]=_0x16654d(0x19c),_0x33745f[_0x16654d(0x191)]=_0x16654d(0x188),_0x33745f[_0x16654d(0xfb)]=_0x16654d(0x142),_0x33745f[_0x16654d(0x13a)]=_0x16654d(0x15b),_0x33745f[_0x16654d(0xfe)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x33745f[_0x16654d(0x104)]=_0x16654d(0x138),_0x33745f[_0x16654d(0x19a)]=_0x16654d(0x158),_0x33745f[_0x16654d(0x102)]=_0x16654d(0x107),_0x33745f[_0x16654d(0x116)]=_0x16654d(0x150),_0x33745f[_0x16654d(0x1ab)]=_0x16654d(0x131),_0x33745f[_0x16654d(0x11f)]=_0x16654d(0x170),_0x33745f[_0x16654d(0x147)]='BROWSERSTACK_AUTOMATION';var _0x4e3d9d=_0x33745f,_0x35f8ee={};return _0x35f8ee['userName']=[_0x4e3d9d[_0x16654d(0x1a1)],_0x4e3d9d[_0x16654d(0x14a)]],_0x35f8ee['accessKey']=[_0x4e3d9d['AXDZx']],_0x35f8ee[_0x16654d(0x145)]=[_0x4e3d9d[_0x16654d(0x191)]],_0x35f8ee['projectName']=[_0x4e3d9d[_0x16654d(0xfb)]],_0x35f8ee[_0x16654d(0x194)]=[_0x4e3d9d[_0x16654d(0x13a)]],_0x35f8ee['parallelsPerPlatform']=[_0x4e3d9d[_0x16654d(0xfe)]],_0x35f8ee[_0x16654d(0x19d)]=[_0x4e3d9d[_0x16654d(0x104)]],_0x35f8ee[_0x16654d(0x199)]=[_0x4e3d9d[_0x16654d(0x19a)]],_0x35f8ee[_0x16654d(0x174)]=[_0x4e3d9d[_0x16654d(0x102)]],_0x35f8ee[_0x16654d(0x128)]=[_0x4e3d9d[_0x16654d(0x116)],_0x4e3d9d[_0x16654d(0x1ab)]],_0x35f8ee[_0x16654d(0x171)]=[_0x4e3d9d[_0x16654d(0x11f)]],_0x35f8ee[_0x16654d(0x165)]=[_0x4e3d9d[_0x16654d(0x147)]],_0x35f8ee;},exports[a44_0x552fff(0x115)]=()=>[a44_0x552fff(0x123),a44_0x552fff(0x136),a44_0x552fff(0x15e),a44_0x552fff(0x1a4),a44_0x552fff(0x128),a44_0x552fff(0x1a9),a44_0x552fff(0x19b),a44_0x552fff(0x17f),a44_0x552fff(0x18b),a44_0x552fff(0x163),a44_0x552fff(0x179),a44_0x552fff(0x167),a44_0x552fff(0x176),'eventTimings',a44_0x552fff(0xf7),'otherApps',a44_0x552fff(0x122),'appActivity',a44_0x552fff(0x1aa),'appWaitActivity',a44_0x552fff(0x11a),a44_0x552fff(0x182),'deviceReadyTimeout',a44_0x552fff(0x14f),'androidCoverage',a44_0x552fff(0xf9),a44_0x552fff(0xf6),a44_0x552fff(0x100),a44_0x552fff(0x14e),a44_0x552fff(0x14b),a44_0x552fff(0x124),'avd',a44_0x552fff(0x121),a44_0x552fff(0x18a),a44_0x552fff(0x11e),a44_0x552fff(0x161),a44_0x552fff(0x156),'keystorePassword','keyAlias',a44_0x552fff(0x12b),a44_0x552fff(0x133),'chromedriverArgs',a44_0x552fff(0x1a8),a44_0x552fff(0x1a6),a44_0x552fff(0x112),'chromedriverPort',a44_0x552fff(0x173),'chromedriverDisableBuildCheck',a44_0x552fff(0x196),a44_0x552fff(0x154),'intentCategory',a44_0x552fff(0x10a),a44_0x552fff(0x134),a44_0x552fff(0x1a5),a44_0x552fff(0x198),a44_0x552fff(0x1a3),'noSign',a44_0x552fff(0x10c),a44_0x552fff(0x17e),'chromeOptions',a44_0x552fff(0x15d),a44_0x552fff(0x16a),a44_0x552fff(0x15f),a44_0x552fff(0xfc),'gpsEnabled','isHeadless','adbExecTimeout',a44_0x552fff(0x149),a44_0x552fff(0x10e),a44_0x552fff(0x12c),a44_0x552fff(0x17d),a44_0x552fff(0xfa),a44_0x552fff(0x143),a44_0x552fff(0x119),a44_0x552fff(0x135),a44_0x552fff(0x152),a44_0x552fff(0x178),'skipLogcatCapture','uninstallOtherPackages',a44_0x552fff(0x12a),'buildToolsVersion','enforceAppInstall',a44_0x552fff(0x144),a44_0x552fff(0x1a0),'enableWebviewDetailsCollection',a44_0x552fff(0x1a2),a44_0x552fff(0x1ae),a44_0x552fff(0x120),a44_0x552fff(0x13d),a44_0x552fff(0x16f),a44_0x552fff(0x15a),'autoAcceptAlerts',a44_0x552fff(0x110),a44_0x552fff(0x19e),a44_0x552fff(0x164),a44_0x552fff(0x114),a44_0x552fff(0x118),a44_0x552fff(0x187),'safariOpenLinksInBackground',a44_0x552fff(0x125),a44_0x552fff(0x166),a44_0x552fff(0x19f),a44_0x552fff(0x155),a44_0x552fff(0x169),a44_0x552fff(0x109),a44_0x552fff(0x177),'screenshotWaitTimeout',a44_0x552fff(0x16d),a44_0x552fff(0x103),a44_0x552fff(0x11d),a44_0x552fff(0x197),a44_0x552fff(0x184),a44_0x552fff(0x148),'webviewConnectRetries',a44_0x552fff(0x146),a44_0x552fff(0x12f),'tapWithShortPressDuration','scaleFactor','wdaLocalPort','showXcodeLog',a44_0x552fff(0x130),'xcodeConfigFile','keychainPassword',a44_0x552fff(0x18e),a44_0x552fff(0xff),a44_0x552fff(0x1b1),'keychainPath',a44_0x552fff(0x195),a44_0x552fff(0x193),a44_0x552fff(0x132),'xcodeOrgId',a44_0x552fff(0x18f),a44_0x552fff(0x106),a44_0x552fff(0x17c),'commandTimeouts',a44_0x552fff(0x13f),a44_0x552fff(0x18d),a44_0x552fff(0x137),a44_0x552fff(0x185),a44_0x552fff(0x117),a44_0x552fff(0x14d),'shouldUseSingletonTestManager',a44_0x552fff(0x10b),a44_0x552fff(0x126),a44_0x552fff(0xf8),a44_0x552fff(0x18c),'logcatFormat',a44_0x552fff(0x181),'allowDelayAdb']);
|
|
1
|
+
var a44_0x55f348=a44_0x3474;function a44_0x3474(_0x2bfcaf,_0x2f35a3){var _0x50013b=a44_0x5001();return a44_0x3474=function(_0x347471,_0x438edd){_0x347471=_0x347471-0x1d0;var _0xa60d2d=_0x50013b[_0x347471];return _0xa60d2d;},a44_0x3474(_0x2bfcaf,_0x2f35a3);}function a44_0x5001(){var _0x4c3381=['XkHWU','skipLogcatCapture','androidScreenshotPath','keystorePassword','BROWSERSTACK_OBSERVABILITY_DEBUG','processArguments','customSSLCert','keyPassword','bundleId','487345HrnOJf','connectHardwareKeyboard','noSign','SHwgH','3778010sfcPnw','locationServicesEnabled','androidDeviceReadyTimeout','keystorePath','vaEfU','webviewConnectRetries','androidCoverage','androidCoverageEndIntent','autoWebview','otherApps','resetOnSessionStartOnly','unlockType','appPackage','autoAcceptAlerts','intentFlags','printPageSourceOnFindFailure','BROWSERSTACK_RERUN_TESTS','qymCE','enablePerformanceLogging','browserstackLocal','logcatFormat','browserstack.localIdentifier','optionalIntentArguments','androidDeviceSocket','webkitDebugProxyPort','safariOpenLinksInBackground','esPdr','wdaStartupRetries','skipDeviceInitialization','intentAction','orientation','localeScript','yCcfI','newCommandTimeout','allowTestPackages','browserstack.local','wdaConnectionTimeout','autoWebviewTimeout','chromedriverChromeMappingFile','BROWSERSTACK_ACCESS_KEY','sendKeyStrategy','uSgWJ','logcatFilterSpecs','avdReadyTimeout','browserstack.projectName','autoGrantPermissions','appWaitDuration','androidNaturalOrientation','tapWithShortPressDuration','iosInstallPause','waitForAppScript','BROWSERSTACK_APP','Viesn','4572hDgeDX','chromeOptions','FOXEI','maxTypingFrequency','localIdentifier','chromedriverPorts','chromedriverDisableBuildCheck','androidInstallTimeout','adbExecTimeout','gptmC','enforceAppInstall','launchTimeout','platformVersion','browserstack.app','RTDQi','useCarthageSsl','chromedriverExecutable','parallelsPerPlatform','interKeyDelay','projectName','mockLocationApp','useNewWDA','allowTouchIdEnroll','logLevel','Measj','fullReset','screenshotWaitTimeout','app','ignoreHiddenApiPolicyError','clearSystemFiles','uNfwx','browserstack.buildIdentifier','wdaLaunchTimeout','webviewDevtoolsPort','Axmoh','commandTimeouts','useKeystore','noReset','YTSwa','androidInstallPath','6bDSKnA','autoLaunch','remoteAppsCacheLimit','appWaitActivity','WwiSy','keepKeyChains','FQRDo','BROWSERSTACK_BUILD_IDENTIFIER','browserstack.automation','browserstack.userName','20240piGkXY','browserstack.user_name','autoDismissAlerts','automation','skipUnlock','showXcodeLog','69455zSCtaZ','BROWSERSTACK_AUTOMATION','appActivity','isHeadless','xcodeConfigFile','browserstack.ppp','BROWSERSTACK_BUILD_NAME','deviceReadyTimeout','BROWSERSTACK_APP_ID','buildIdentifier','avdArgs','ensureWebviewsHavePages','startIWDP','accessKey','MGMsK','browserstack.buildName','browserstack.access_key','remoteDebugProxy','xcodeSigningId','484mRmfBZ','enableAsyncExecuteFromHttps','recreateChromeDriverSessions','avd','locale','wdaStartupRetryInterval','dvFkn','xcodeOrgId','chromedriverArgs','locationServicesAuthorized','intentCategory','enableWebviewDetailsCollection','chromedriverPort','browserstack.rerunTests','STExP','KCDGG','1588818CxHjAk','dkJsa','resetKeyboard','browserstack.accessKey','BROWSERSTACK_USER_NAME','chromedriverUseSystemExecutable','XsiDL','aNJBx','buildName','rerunTests','buildToolsVersion','language','userName','browserstack.parallelsPerPlatform','12IclVnX','allowDelayAdb','deviceName','yXDaA','scaleFactor','WkZlH','BROWSERSTACK_PROJECT_NAME','eflpu','browserstack.logLevel','gpsEnabled','1258443RRkkxk','calendarFormat'];a44_0x5001=function(){return _0x4c3381;};return a44_0x5001();}(function(_0x68f0da,_0x3ced3e){var _0x2d8683=a44_0x3474,_0x230dbd=_0x68f0da();while(!![]){try{var _0x26357c=parseInt(_0x2d8683(0x1fe))/0x1*(-parseInt(_0x2d8683(0x1ee))/0x2)+-parseInt(_0x2d8683(0x27d))/0x3*(parseInt(_0x2d8683(0x211))/0x4)+parseInt(_0x2d8683(0x244))/0x5*(-parseInt(_0x2d8683(0x22f))/0x6)+parseInt(_0x2d8683(0x221))/0x7+parseInt(_0x2d8683(0x1f8))/0x8+parseInt(_0x2d8683(0x239))/0x9+parseInt(_0x2d8683(0x248))/0xa;if(_0x26357c===_0x3ced3e)break;else _0x230dbd['push'](_0x230dbd['shift']());}catch(_0x6b3b9c){_0x230dbd['push'](_0x230dbd['shift']());}}}(a44_0x5001,0x26ec1),exports['CLICapsMapping']=()=>{var _0x2dc1b4=a44_0x3474,_0x5e3104={};_0x5e3104['WkZlH']=_0x2dc1b4(0x1f9),_0x5e3104[_0x2dc1b4(0x1d4)]=_0x2dc1b4(0x1f7),_0x5e3104[_0x2dc1b4(0x1de)]=_0x2dc1b4(0x20e),_0x5e3104[_0x2dc1b4(0x232)]=_0x2dc1b4(0x224),_0x5e3104[_0x2dc1b4(0x268)]=_0x2dc1b4(0x20d),_0x5e3104[_0x2dc1b4(0x228)]=_0x2dc1b4(0x274),_0x5e3104[_0x2dc1b4(0x20c)]=_0x2dc1b4(0x1e5),_0x5e3104[_0x2dc1b4(0x286)]=_0x2dc1b4(0x203),_0x5e3104[_0x2dc1b4(0x1f4)]=_0x2dc1b4(0x22e),_0x5e3104[_0x2dc1b4(0x21f)]=_0x2dc1b4(0x26b),_0x5e3104[_0x2dc1b4(0x271)]=_0x2dc1b4(0x25d),_0x5e3104[_0x2dc1b4(0x220)]=_0x2dc1b4(0x21e),_0x5e3104[_0x2dc1b4(0x23b)]=_0x2dc1b4(0x1d3),_0x5e3104[_0x2dc1b4(0x236)]=_0x2dc1b4(0x237),_0x5e3104[_0x2dc1b4(0x217)]=_0x2dc1b4(0x1f6);var _0x32ff56=_0x5e3104,_0x4ef970={};return _0x4ef970[_0x2dc1b4(0x22d)]=[_0x32ff56[_0x2dc1b4(0x234)],_0x32ff56[_0x2dc1b4(0x1d4)]],_0x4ef970[_0x2dc1b4(0x20b)]=[_0x32ff56[_0x2dc1b4(0x1de)],_0x32ff56[_0x2dc1b4(0x232)]],_0x4ef970[_0x2dc1b4(0x229)]=[_0x32ff56[_0x2dc1b4(0x268)]],_0x4ef970[_0x2dc1b4(0x1d9)]=[_0x32ff56['aNJBx']],_0x4ef970[_0x2dc1b4(0x207)]=[_0x32ff56[_0x2dc1b4(0x20c)]],_0x4ef970[_0x2dc1b4(0x1d7)]=[_0x32ff56['gptmC'],_0x32ff56[_0x2dc1b4(0x1f4)]],_0x4ef970[_0x2dc1b4(0x25b)]=[_0x32ff56[_0x2dc1b4(0x21f)]],_0x4ef970[_0x2dc1b4(0x281)]=[_0x32ff56[_0x2dc1b4(0x271)]],_0x4ef970[_0x2dc1b4(0x22a)]=[_0x32ff56[_0x2dc1b4(0x220)]],_0x4ef970['app']=[_0x32ff56['XkHWU']],_0x4ef970[_0x2dc1b4(0x1dd)]=[_0x32ff56[_0x2dc1b4(0x236)]],_0x4ef970[_0x2dc1b4(0x1fb)]=[_0x32ff56[_0x2dc1b4(0x217)]],_0x4ef970;},exports['EnvCapsMapping']=()=>{var _0x194cdf=a44_0x3474,_0x5f0054={};_0x5f0054[_0x194cdf(0x1e8)]='BROWSERSTACK_USERNAME',_0x5f0054['vaEfU']=_0x194cdf(0x225),_0x5f0054[_0x194cdf(0x27c)]=_0x194cdf(0x26f),_0x5f0054[_0x194cdf(0x262)]=_0x194cdf(0x204),_0x5f0054[_0x194cdf(0x1ec)]=_0x194cdf(0x235),_0x5f0054[_0x194cdf(0x1f2)]=_0x194cdf(0x1f5),_0x5f0054[_0x194cdf(0x227)]='BROWSERSTACK_PARALLELS_PER_PLATFORM',_0x5f0054[_0x194cdf(0x247)]='BROWSERSTACK_LOCAL',_0x5f0054['cNdkt']='BROWSERSTACK_LOCAL_IDENTIFIER',_0x5f0054[_0x194cdf(0x222)]=_0x194cdf(0x258),_0x5f0054[_0x194cdf(0x259)]=_0x194cdf(0x206),_0x5f0054['FOXEI']=_0x194cdf(0x27b),_0x5f0054['hcqeC']=_0x194cdf(0x23f),_0x5f0054[_0x194cdf(0x1e4)]=_0x194cdf(0x1ff);var _0x471b42=_0x5f0054,_0x6420bf={};return _0x6420bf['userName']=[_0x471b42[_0x194cdf(0x1e8)],_0x471b42[_0x194cdf(0x24c)]],_0x6420bf[_0x194cdf(0x20b)]=[_0x471b42[_0x194cdf(0x27c)]],_0x6420bf[_0x194cdf(0x229)]=[_0x471b42[_0x194cdf(0x262)]],_0x6420bf[_0x194cdf(0x1d9)]=[_0x471b42[_0x194cdf(0x1ec)]],_0x6420bf['buildIdentifier']=[_0x471b42[_0x194cdf(0x1f2)]],_0x6420bf[_0x194cdf(0x1d7)]=[_0x471b42[_0x194cdf(0x227)]],_0x6420bf[_0x194cdf(0x25b)]=[_0x471b42[_0x194cdf(0x247)]],_0x6420bf[_0x194cdf(0x281)]=[_0x471b42['cNdkt']],_0x6420bf['rerunTests']=[_0x471b42[_0x194cdf(0x222)]],_0x6420bf[_0x194cdf(0x1e1)]=[_0x471b42['qymCE'],_0x471b42[_0x194cdf(0x27f)]],_0x6420bf[_0x194cdf(0x1dd)]=[_0x471b42['hcqeC']],_0x6420bf[_0x194cdf(0x1fb)]=[_0x471b42['uNfwx']],_0x6420bf;},exports['AppiumCaps']=()=>['automationName',a44_0x55f348(0x1d2),a44_0x55f348(0x231),a44_0x55f348(0x269),a44_0x55f348(0x1e1),'udid',a44_0x55f348(0x22c),a44_0x55f348(0x215),a44_0x55f348(0x266),a44_0x55f348(0x250),a44_0x55f348(0x1eb),a44_0x55f348(0x1df),a44_0x55f348(0x1e3),'eventTimings',a44_0x55f348(0x25a),a44_0x55f348(0x251),a44_0x55f348(0x257),a44_0x55f348(0x200),a44_0x55f348(0x254),a44_0x55f348(0x1f1),'appWaitPackage',a44_0x55f348(0x276),a44_0x55f348(0x205),a44_0x55f348(0x26a),a44_0x55f348(0x24e),a44_0x55f348(0x24f),a44_0x55f348(0x24a),'adbPort',a44_0x55f348(0x25f),a44_0x55f348(0x284),a44_0x55f348(0x1ed),a44_0x55f348(0x214),'avdLaunchTimeout',a44_0x55f348(0x273),a44_0x55f348(0x208),a44_0x55f348(0x1ea),a44_0x55f348(0x24b),a44_0x55f348(0x23e),'keyAlias',a44_0x55f348(0x242),a44_0x55f348(0x1d6),a44_0x55f348(0x219),'chromedriverExecutableDir',a44_0x55f348(0x26e),a44_0x55f348(0x226),a44_0x55f348(0x21d),a44_0x55f348(0x282),a44_0x55f348(0x283),a44_0x55f348(0x26d),a44_0x55f348(0x265),a44_0x55f348(0x21b),a44_0x55f348(0x256),a44_0x55f348(0x25e),'dontStopAppOnReset','unicodeKeyboard',a44_0x55f348(0x223),a44_0x55f348(0x246),'ignoreUnimportantViews','disableAndroidWatchers',a44_0x55f348(0x27e),a44_0x55f348(0x213),'nativeWebScreenshot',a44_0x55f348(0x23d),'networkSpeed',a44_0x55f348(0x238),a44_0x55f348(0x201),a44_0x55f348(0x285),a44_0x55f348(0x267),a44_0x55f348(0x264),a44_0x55f348(0x275),a44_0x55f348(0x277),'systemPort','remoteAdbHost',a44_0x55f348(0x1fc),a44_0x55f348(0x253),'unlockKey',a44_0x55f348(0x1ef),a44_0x55f348(0x23c),'uninstallOtherPackages','disableWindowAnimation',a44_0x55f348(0x22b),a44_0x55f348(0x1d0),a44_0x55f348(0x209),a44_0x55f348(0x1e7),a44_0x55f348(0x21c),a44_0x55f348(0x1f0),a44_0x55f348(0x23a),a44_0x55f348(0x243),a44_0x55f348(0x1d1),a44_0x55f348(0x249),a44_0x55f348(0x21a),a44_0x55f348(0x255),a44_0x55f348(0x1fa),'nativeInstrumentsLib','nativeWebTap','safariInitialUrl','safariAllowPopups','safariIgnoreFraudWarning',a44_0x55f348(0x261),a44_0x55f348(0x1f3),'localizableStringsDir',a44_0x55f348(0x240),a44_0x55f348(0x1d8),'showIOSLog',a44_0x55f348(0x270),'webkitResponseTimeout',a44_0x55f348(0x1e0),a44_0x55f348(0x20f),a44_0x55f348(0x212),'skipLogCapture',a44_0x55f348(0x260),'fullContextList',a44_0x55f348(0x27a),a44_0x55f348(0x24d),'appName',a44_0x55f348(0x241),a44_0x55f348(0x278),a44_0x55f348(0x233),'wdaLocalPort',a44_0x55f348(0x1fd),a44_0x55f348(0x279),a44_0x55f348(0x202),'keychainPassword','usePrebuiltWDA','preventWDAAttachments','webDriverAgentUrl','keychainPath',a44_0x55f348(0x1db),a44_0x55f348(0x1e6),a44_0x55f348(0x26c),a44_0x55f348(0x218),a44_0x55f348(0x210),'updatedWDABundleId',a44_0x55f348(0x252),a44_0x55f348(0x1e9),a44_0x55f348(0x263),a44_0x55f348(0x216),a44_0x55f348(0x245),a44_0x55f348(0x280),'simpleIsVisibleCheck',a44_0x55f348(0x1d5),'shouldUseSingletonTestManager',a44_0x55f348(0x20a),a44_0x55f348(0x1dc),a44_0x55f348(0x1e2),a44_0x55f348(0x1da),a44_0x55f348(0x25c),a44_0x55f348(0x272),a44_0x55f348(0x230)]);
|