browserstack-node-sdk 1.32.0 → 1.32.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.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/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a52_0x39cd(_0x58d862,_0x360db5){const _0x1f3672=a52_0x1f36();return a52_0x39cd=function(_0x39cdbb,_0x5798a1){_0x39cdbb=_0x39cdbb-0x65;let _0x10235a=_0x1f3672[_0x39cdbb];return _0x10235a;},a52_0x39cd(_0x58d862,_0x360db5);}const a52_0xf0c03b=a52_0x39cd;(function(_0x107088,_0x56e848){const _0x31d4a3=a52_0x39cd,_0x49c4ce=_0x107088();while(!![]){try{const _0x3be858=-parseInt(_0x31d4a3(0x10c))/0x1+parseInt(_0x31d4a3(0x85))/0x2*(-parseInt(_0x31d4a3(0x14f))/0x3)+parseInt(_0x31d4a3(0x12b))/0x4+-parseInt(_0x31d4a3(0xed))/0x5+-parseInt(_0x31d4a3(0xaf))/0x6+parseInt(_0x31d4a3(0xe1))/0x7*(parseInt(_0x31d4a3(0x17f))/0x8)+parseInt(_0x31d4a3(0x118))/0x9;if(_0x3be858===_0x56e848)break;else _0x49c4ce['push'](_0x49c4ce['shift']());}catch(_0xa1fd21){_0x49c4ce['push'](_0x49c4ce['shift']());}}}(a52_0x1f36,0xd0461));function a52_0x1f36(){const _0x300a1d=['tZGuT','15715lLaLAX','BS_A11Y_JWT','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','Authorization','iqjkN','join','UXlrN','nArQU','TykRt','ekDln','forEach','parse','debug','getPackageVersion','uvned','zDfqj','MyKVr','uxHMb','ANCMz','format','winstonLogger','YDIZl','OVyrH','test_runs/stop','getAgentVersion','body','SWTmU','uTqjo','tniYZ','UPhFO','GWAWF','337152fXJBYc','ieJnh','isBrowserStackCommandExecutor','lNrhB','browserstack','getPlatformVersion','WUWGj','wLHpI','zNsHP','PEulP','RJdvm','jkQDs','3173931qxfjxu','YzkSU','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','buildDescription','scannerVersion','BROWSERSTACK_TEST_ACCESSIBILITY_YML','AVKaj','ievui','qQQpV','NCfHO','rWjxF','script','resolve','hsCog','isTrue','utnmg','KpEcb','rdZrg','getResults','5677228IHoNsQ','error','Bfiuk','performScan','cYrSK','edfMr','CegGw','createAccessibilityTestRun','SkcKw','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','Sibhl','DcqSb','statusText','message','carjk','IyzIg','vpQfy','XChsX','ZETlB','HJDFf','JqPew','env','CUurJ','fetchPlatformDetails','oLJpY','PqYmV','xWdvH','INaUf','gYZXX','response','TKoCx','AXKBX','getTestFrameworkDetails','PUT','jWoGQ','RXIxX','37551oUIozM','MvgNa','method','../logger','OzplF','COHqq','hMcFL','uhZVd','Qtjzl','FesPp','parseFromJson','isBrowserstackInfra','KZqTs','excludeTagsInTestingScope','zQJVG','vSOGC','getUserName','isArray','SsnQx','OButs','qqLFx','stack','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','RNuHU','executeAsyncScript','gQaRt','json','umSfB','qDFPW','xuPfs','Content-Type','lPHwD','lAYsa','drVGh','measureWrapper','JRzGA','user','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','gquPx','ZznmT','hhzsO','getPlatform','qpnQL','ozBxm','KyMtn','gXLGF','platforms','success','616fFYzCv','WMkaf','cwd','getAccessibilityResults','FkIKt','NPAmO','LcbOk','getResultsSummary','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','fqiFx','nfccv','info','playwright','warn','path','includes','lamcn','pass','checkAccessibilityPlatformConfig','UzLfq','enkLv','JdqWf','application/json','UwZak','iqXtr','accessibilityToken','CpFuv','zkUZF','AvJaF','Bearer\x20','UHxKU','rmuVt','jzTZP','YmeNZ','stopAccessibilityTestRun','length','ZVPuh','./constants','bstackA11yShouldScan','stringify','dciWz','assign','AEAdf','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','NhZAg','isUndefined','kdWiA','yodnO','mtKbc','nKbEE','qREoM','Performing\x20scan\x20before\x20getting\x20results\x20summary','byOFi','browserstackSessionName','../performance-tester','128UcvQPJ','browserstack_executor','javascript','SKwGP','hLHsv','CGjPC','ijVMF','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','swRQV','toISOString','getCapabilities','isAccessibilityAutomationSession','nrvOp','LMdBd','Performing\x20scan\x20before\x20getting\x20results','HcmbQ','tLDIk','KMfLG','fjEDe','LeNvR','IVLhw','DoOme','rzInr','nodeRequest','uuLKA','includeTagsInTestingScope','__cloud_provider___','pPHrF','ovtEF','xstsq','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','RJWAx','No\x20accessibility\x20results\x20were\x20found.','string','getGlobal','UPsGs','ruezc','Invalid\x20request:\x20','No\x20accessibility\x20summary\x20was\x20found.','data','fHxlB','eOzpg','2145672AAggBG','../globals','POST','uatgR','gIBRs','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','xKjvx','PBOXg','some','Czytl','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','sQPNO','NUPXs','headers','XotDJ','buildName','../helper','fxuqC','accessibility','LrEjk','MfGrU','YSHta','fNqWt','CgQkh','rYdlu','getAccessKey','util','auth','CiKUT','getAccessibilityResultsSummary','plBch','JkQHx','AstTh','cncgM','shouldScanTestForAccessibility','ONdXM','YcfrT','JzlBu','YWkfI','getCiInfo','lxTPg','BSXGL','false','qkOcQ','null','ykMUj','jlDsX','cqdSQ','tgdUn','hrOua','52738GnXaDd','isAccessibilityPlatform','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','errors','yLXnF','APBQo','vXjON','status','rcSAB','uLUDv','INMUl'];a52_0x1f36=function(){return _0x300a1d;};return a52_0x1f36();}const path=require(a52_0xf0c03b(0x18d)),util=require(a52_0xf0c03b(0xc9)),bsSetupHelper=require(a52_0xf0c03b(0xbf)),logger=require(a52_0xf0c03b(0x152))[a52_0xf0c03b(0x101)],{API_URL}=require(a52_0xf0c03b(0x73)),PerformanceTester=require(a52_0xf0c03b(0x84)),scripts=require('./scripts'),globals=require(a52_0xf0c03b(0xb0));exports[a52_0xf0c03b(0x142)]=async _0x528c13=>{const _0x45a31c=a52_0xf0c03b,_0x570f7f={};_0x570f7f[_0x45a31c(0xd0)]=function(_0x22ead2,_0x13dac1){return _0x22ead2!==_0x13dac1;},_0x570f7f[_0x45a31c(0x78)]=_0x45a31c(0x13c),_0x570f7f[_0x45a31c(0xd7)]=_0x45a31c(0x139),_0x570f7f[_0x45a31c(0x141)]=function(_0x359a29,_0x3175bb){return _0x359a29===_0x3175bb;},_0x570f7f[_0x45a31c(0x13e)]=_0x45a31c(0x110),_0x570f7f['uTqjo']=function(_0x350a75,_0x479695){return _0x350a75===_0x479695;},_0x570f7f[_0x45a31c(0x161)]='FGRbT';const _0x43e7e2=_0x570f7f;let _0x2e0813={};try{if(_0x43e7e2[_0x45a31c(0xd0)](_0x43e7e2[_0x45a31c(0x78)],_0x43e7e2[_0x45a31c(0xd7)])){const _0x569377=await _0x528c13[_0x45a31c(0x8f)]();_0x2e0813={'os_name':_0x569377[_0x45a31c(0x178)](),'os_version':bsSetupHelper[_0x45a31c(0x111)](_0x43e7e2[_0x45a31c(0x141)](global[_0x45a31c(0x9f)],_0x43e7e2[_0x45a31c(0x13e)])),'browser_name':_0x569377['getBrowserName'](),'browser_version':_0x569377['getBrowserVersion']()};}else _0x3ba87d=_0x4c57e8[_0x45a31c(0xf8)](_0xbb5c0c['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}catch(_0x343a8e){_0x43e7e2[_0x45a31c(0x108)](_0x43e7e2['SsnQx'],_0x43e7e2[_0x45a31c(0x161)])?logger['debug'](_0x45a31c(0x11a)+_0x343a8e):_0x51014a=_0x140be7[_0x45a31c(0xf2)]('/');}return _0x2e0813;},exports[a52_0xf0c03b(0x90)]=()=>{const _0x4475bb=a52_0xf0c03b,_0x93ac81={};_0x93ac81[_0x4475bb(0x16b)]=function(_0x33b44b,_0x3b8d14){return _0x33b44b+_0x3b8d14;},_0x93ac81[_0x4475bb(0xc4)]='Invalid\x20request:\x20',_0x93ac81[_0x4475bb(0x135)]=function(_0x3364bd,_0x426574){return _0x3364bd===_0x426574;},_0x93ac81['nfccv']=_0x4475bb(0x6d),_0x93ac81[_0x4475bb(0xc2)]=function(_0x31ee5b,_0x5311b6){return _0x31ee5b!==_0x5311b6;},_0x93ac81['gIBRs']=_0x4475bb(0xa1),_0x93ac81[_0x4475bb(0x7f)]='string',_0x93ac81['JdqWf']=function(_0xe11655,_0x489e07){return _0xe11655>_0x489e07;},_0x93ac81[_0x4475bb(0xff)]=function(_0x2b4c69,_0xe0eb76){return _0x2b4c69!==_0xe0eb76;},_0x93ac81[_0x4475bb(0x6e)]=_0x4475bb(0xdb),_0x93ac81[_0x4475bb(0x96)]=function(_0x2c2587,_0x13b443){return _0x2c2587&&_0x13b443;},_0x93ac81[_0x4475bb(0x168)]=_0x4475bb(0x156);const _0x341df6=_0x93ac81;try{if(_0x341df6['Sibhl'](_0x341df6['nfccv'],_0x341df6[_0x4475bb(0x189)])){if(!bsSetupHelper[_0x4475bb(0x15a)]()){if(_0x341df6['LrEjk'](_0x341df6[_0x4475bb(0xb3)],_0x341df6[_0x4475bb(0xb3)]))_0x526f5e['error'](_0x4475bb(0xb4)+(_0x5ff9f8[_0x4475bb(0x138)]||_0x2fdcda['stack']));else return![];}const _0x2b98da=bsSetupHelper[_0x4475bb(0x126)](process[_0x4475bb(0x140)][_0x4475bb(0x11d)])||bsSetupHelper[_0x4475bb(0x126)](process[_0x4475bb(0x140)][_0x4475bb(0xef)]),_0x1e81b5=_0x341df6[_0x4475bb(0x135)](typeof process['env'][_0x4475bb(0xee)],_0x341df6[_0x4475bb(0x7f)])&&_0x341df6[_0x4475bb(0x194)](process[_0x4475bb(0x140)][_0x4475bb(0xee)][_0x4475bb(0x71)],0x0)&&_0x341df6[_0x4475bb(0xff)](process[_0x4475bb(0x140)][_0x4475bb(0xee)],_0x341df6[_0x4475bb(0x6e)]);return _0x341df6[_0x4475bb(0x96)](_0x2b98da,_0x1e81b5);}else throw new _0x2b8892(_0x341df6[_0x4475bb(0x16b)](_0x341df6[_0x4475bb(0xc4)],_0x32a119[_0x4475bb(0xac)][_0x4475bb(0x12c)]));}catch(_0x51ac44){_0x341df6[_0x4475bb(0xff)](_0x341df6[_0x4475bb(0x168)],_0x341df6['gQaRt'])?_0x3adf2e={}:logger[_0x4475bb(0xf9)](_0x4475bb(0x134)+_0x51ac44);}return![];},exports[a52_0xf0c03b(0xd1)]=(_0x38d7ee,_0x392df7=!![])=>{const _0x146f91=a52_0xf0c03b,_0x121571={};_0x121571['hrOua']=_0x146f91(0x17e),_0x121571[_0x146f91(0x144)]='false',_0x121571[_0x146f91(0x68)]=function(_0xf078a6,_0x1ff2e5){return _0xf078a6==_0x1ff2e5;},_0x121571['fjEDe']=function(_0x38c8a0,_0x53c395){return _0x38c8a0!==_0x53c395;},_0x121571['zQJVG']=_0x146f91(0xc6),_0x121571[_0x146f91(0x103)]=function(_0x1dd1c,_0x477024){return _0x1dd1c!==_0x477024;},_0x121571[_0x146f91(0x89)]=_0x146f91(0x15e),_0x121571[_0x146f91(0x80)]=function(_0x3528bb,_0xb542de){return _0x3528bb===_0xb542de;},_0x121571[_0x146f91(0xdd)]=_0x146f91(0x113),_0x121571['UPsGs']='zEcAH',_0x121571[_0x146f91(0x8b)]=function(_0x5abb13,_0x3cb1bf){return _0x5abb13===_0x3cb1bf;},_0x121571[_0x146f91(0x185)]=function(_0x1ea8f7,_0x3ad977){return _0x1ea8f7&&_0x3ad977;},_0x121571['YlsPv']=function(_0xa7d76f,_0x248e29){return _0xa7d76f===_0x248e29;},_0x121571[_0x146f91(0x94)]=_0x146f91(0xd8),_0x121571[_0x146f91(0xfd)]=_0x146f91(0x109),_0x121571[_0x146f91(0x18f)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x5ef67e=_0x121571;if(_0x5ef67e[_0x146f91(0x68)](process[_0x146f91(0x140)][_0x146f91(0x165)],null)){if(_0x5ef67e[_0x146f91(0x97)](_0x5ef67e[_0x146f91(0x15d)],_0x5ef67e[_0x146f91(0x15d)])){_0x2a3bc0[_0x146f91(0x18a)](_0x146f91(0x174)+new _0x3b5771()[_0x146f91(0x8e)]());const _0x57c38c={};return _0x57c38c[_0x146f91(0xe8)]=_0x5ef67e[_0x146f91(0xe0)],_0x57c38c[_0x146f91(0x138)]='',_0x57c38c;}else return!![];}try{if(_0x5ef67e[_0x146f91(0x103)](_0x5ef67e[_0x146f91(0x89)],_0x5ef67e['hLHsv']))_0x42d65d['error'](_0x146f91(0x8c)+_0x3afedf[_0x146f91(0x148)]['status']+'\x20'+_0x257100['response'][_0x146f91(0x137)]+'\x20'+_0x19f4cb[_0x146f91(0x75)](_0x1b3a29[_0x146f91(0x148)]['data']));else{const _0x166145=JSON[_0x146f91(0xf8)](process['env'][_0x146f91(0x165)]),_0x5a7b00=Array[_0x146f91(0x160)](_0x166145['includeTagsInTestingScope'])?_0x166145[_0x146f91(0x9e)]:[],_0x5e1005=Array[_0x146f91(0x160)](_0x166145[_0x146f91(0x15c)])?_0x166145[_0x146f91(0x15c)]:[];let _0x139c6d;if(_0x392df7)_0x5ef67e[_0x146f91(0x80)](_0x5ef67e[_0x146f91(0xdd)],_0x5ef67e[_0x146f91(0xdd)])?_0x139c6d=_0x38d7ee['join']('/'):_0x543f3b[_0x146f91(0xf9)](_0x146f91(0x134)+_0xa1b544);else{if(_0x5ef67e[_0x146f91(0x80)](_0x5ef67e[_0x146f91(0xa8)],_0x5ef67e[_0x146f91(0xa8)]))_0x139c6d=_0x38d7ee;else{_0x233f31[_0x146f91(0x12c)](_0x146f91(0xb4)+(_0x5cdeb4[_0x146f91(0x138)]||_0x469c2d[_0x146f91(0x164)]));for(const _0x14ff5f of _0x11a7e0[_0x146f91(0xe4)]){_0x11c0ba['error'](_0x14ff5f[_0x146f91(0x138)]);}_0xf82553[_0x146f91(0x140)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x5ef67e[_0x146f91(0x144)],_0xb9b5cf[_0x146f91(0x140)][_0x146f91(0xef)]=_0x5ef67e[_0x146f91(0x144)];}}const _0x9aa297=_0x5e1005[_0x146f91(0xb7)](_0x4c86c1=>_0x139c6d[_0x146f91(0x18e)](_0x4c86c1)),_0x200bcc=_0x5ef67e['ijVMF'](_0x5a7b00[_0x146f91(0x71)],0x0)||_0x5a7b00[_0x146f91(0xb7)](_0x1b3b1a=>_0x139c6d['includes'](_0x1b3b1a));return _0x5ef67e[_0x146f91(0x185)](!_0x9aa297,_0x200bcc);}}catch(_0x3bc875){if(_0x5ef67e['YlsPv'](_0x5ef67e[_0x146f91(0x94)],_0x5ef67e['MyKVr']))return!![];else logger[_0x146f91(0xf9)](_0x5ef67e[_0x146f91(0x18f)],_0x3bc875);}return![];},exports[a52_0xf0c03b(0x191)]=_0x44a6db=>{const _0x5813eb=a52_0xf0c03b,_0x53586a={};_0x53586a['jWoGQ']=_0x5813eb(0xa3),_0x53586a[_0x5813eb(0xa2)]=function(_0x55abb8,_0xd755bc){return _0x55abb8===_0xd755bc;},_0x53586a['UXlrN']='Invalid\x20configuration\x20passed.',_0x53586a[_0x5813eb(0x11f)]='false',_0x53586a[_0x5813eb(0xe9)]=_0x5813eb(0xa5),_0x53586a[_0x5813eb(0x6f)]=function(_0x2c0391,_0x2f9f55){return _0x2c0391===_0x2f9f55;},_0x53586a[_0x5813eb(0xea)]=_0x5813eb(0x188),_0x53586a[_0x5813eb(0x121)]='zJXXo',_0x53586a[_0x5813eb(0x16a)]=function(_0x4743d8,_0x2d95d6){return _0x4743d8!==_0x2d95d6;},_0x53586a[_0x5813eb(0xc5)]=_0x5813eb(0x112),_0x53586a[_0x5813eb(0xb5)]=_0x5813eb(0x12c),_0x53586a['IVLhw']=function(_0x2b2b16,_0x18cb41){return _0x2b2b16===_0x18cb41;},_0x53586a[_0x5813eb(0x9b)]='cXmxT',_0x53586a[_0x5813eb(0x166)]='bVebO',_0x53586a[_0x5813eb(0x117)]=function(_0x3331db,_0x4bc9b4){return _0x3331db===_0x4bc9b4;},_0x53586a[_0x5813eb(0x10f)]=_0x5813eb(0x14e);const _0x5835e9=_0x53586a;let _0x127100=![];try{if(_0x5835e9[_0x5813eb(0x99)](_0x5835e9[_0x5813eb(0x9b)],_0x5835e9[_0x5813eb(0x166)]))return _0x26a053[_0x5813eb(0x18c)](_0x5835e9[_0x5813eb(0x14d)]),{};else _0x44a6db[_0x5813eb(0x17d)][_0x5813eb(0xf7)](_0x332103=>{const _0x129556=_0x5813eb;if(_0x5835e9['YmeNZ'](_0x5835e9['uLUDv'],_0x5835e9[_0x129556(0x121)])){if(_0x5835e9[_0x129556(0xa2)](_0x55f73d[_0x129556(0x138)],_0x5835e9[_0x129556(0xf3)])){_0x5d77e2[_0x129556(0x12c)](_0x129556(0xb4)+(_0x5a5f7e[_0x129556(0x138)]||_0x3fa481[_0x129556(0x164)]));for(const _0x5b4375 of _0xe608eb[_0x129556(0xe4)]){_0x265fa['error'](_0x5b4375[_0x129556(0x138)]);}_0x1ac28c[_0x129556(0x140)][_0x129556(0x11d)]=_0x5835e9[_0x129556(0x11f)],_0x1f5a3a[_0x129556(0x140)][_0x129556(0xef)]=_0x5835e9[_0x129556(0x11f)];}else _0x180214['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x2b3bec[_0x129556(0x138)]||_0x3795d3[_0x129556(0x164)]));}else{if(bsSetupHelper[_0x129556(0x126)](_0x332103[_0x129556(0xc1)]))return _0x5835e9[_0x129556(0x16a)](_0x5835e9[_0x129556(0xc5)],_0x5835e9[_0x129556(0xc5)])?(_0xf5e51c[_0x129556(0x12c)](_0x5835e9[_0x129556(0xe9)]),[]):(_0x127100=!![],!![]);}});}catch(_0x1493de){if(_0x5835e9[_0x5813eb(0x117)](_0x5835e9[_0x5813eb(0x10f)],_0x5835e9[_0x5813eb(0x10f)]))logger[_0x5813eb(0xf9)](_0x5813eb(0x79)+_0x1493de);else{_0x59a5fa[_0x5813eb(0x148)]?_0x303015[_0x5813eb(0x12c)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x48bceb[_0x5813eb(0x148)][_0x5813eb(0xe8)]+'\x20'+_0x3544cd[_0x5813eb(0x148)][_0x5813eb(0x137)]+'\x20'+_0x58d451[_0x5813eb(0x75)](_0x438de4['response']['data'])):_0xeadc04[_0x5813eb(0x12c)](_0x5813eb(0x8c)+(_0x5aeed1[_0x5813eb(0x138)]||_0x5612e5['format'](_0xa1c188)));const _0x3da922={};return _0x3da922[_0x5813eb(0xe8)]=_0x5835e9['xKjvx'],_0x3da922['message']=_0x53ebf5[_0x5813eb(0x138)]||(_0x1738a0['response']?_0x5925bf['response'][_0x5813eb(0xe8)]+':'+_0x752af1[_0x5813eb(0x148)][_0x5813eb(0x137)]:_0x5015ee),_0x3da922;}}return _0x127100;},exports[a52_0xf0c03b(0x132)]=PerformanceTester[a52_0xf0c03b(0x171)]('a11y:start',async function(_0x1e0dfe,_0x48590e){const _0x54aa87=a52_0xf0c03b,_0x1b0be4={};_0x1b0be4[_0x54aa87(0xe7)]=function(_0x4ac29a,_0x434c0a){return _0x4ac29a===_0x434c0a;},_0x1b0be4[_0x54aa87(0x14a)]=_0x54aa87(0xa6),_0x1b0be4[_0x54aa87(0x92)]=function(_0x4732ff,_0x215be9){return _0x4732ff>_0x215be9;},_0x1b0be4[_0x54aa87(0x177)]=function(_0x630d7c,_0x37db29){return _0x630d7c!==_0x37db29;},_0x1b0be4[_0x54aa87(0x17a)]='null',_0x1b0be4[_0x54aa87(0x9d)]=function(_0x377eb9,_0x439e3e){return _0x377eb9&&_0x439e3e;},_0x1b0be4[_0x54aa87(0x147)]=function(_0x32b586,_0x3bd899){return _0x32b586===_0x3bd899;},_0x1b0be4['DcqSb']=function(_0x3221cc,_0xd3458c){return _0x3221cc>_0xd3458c;},_0x1b0be4[_0x54aa87(0xe6)]=function(_0x4c860a,_0x781fa9){return _0x4c860a!==_0x781fa9;},_0x1b0be4['rWjxF']=_0x54aa87(0xb9),_0x1b0be4[_0x54aa87(0x6a)]=_0x54aa87(0x86),_0x1b0be4['rYdlu']=_0x54aa87(0xe3),_0x1b0be4[_0x54aa87(0xf6)]=_0x54aa87(0xab),_0x1b0be4[_0x54aa87(0x184)]=function(_0x376a42,_0x287226){return _0x376a42===_0x287226;},_0x1b0be4[_0x54aa87(0x72)]=_0x54aa87(0x172),_0x1b0be4[_0x54aa87(0x9a)]=_0x54aa87(0xd3),_0x1b0be4[_0x54aa87(0xb6)]=_0x54aa87(0xcf),_0x1b0be4[_0x54aa87(0xb2)]='SFRMD',_0x1b0be4[_0x54aa87(0x192)]='npjxM',_0x1b0be4['ONdXM']=_0x54aa87(0x91),_0x1b0be4[_0x54aa87(0x7c)]='hJoFr',_0x1b0be4[_0x54aa87(0x69)]=_0x54aa87(0x18b),_0x1b0be4[_0x54aa87(0x10d)]=_0x54aa87(0x87),_0x1b0be4[_0x54aa87(0x154)]=_0x54aa87(0x195),_0x1b0be4['eqKzo']=_0x54aa87(0xb1),_0x1b0be4[_0x54aa87(0x95)]='v2/test_runs',_0x1b0be4[_0x54aa87(0xdf)]=_0x54aa87(0x115),_0x1b0be4[_0x54aa87(0xcb)]=function(_0x3ea2b1,_0x4b3447){return _0x3ea2b1===_0x4b3447;},_0x1b0be4[_0x54aa87(0xd4)]=_0x54aa87(0x82),_0x1b0be4[_0x54aa87(0x193)]='RCIHy',_0x1b0be4[_0x54aa87(0x127)]=function(_0x29601e,_0x2763f9){return _0x29601e!==_0x2763f9;},_0x1b0be4[_0x54aa87(0xf1)]='MBrxT',_0x1b0be4[_0x54aa87(0xae)]='HZbIG',_0x1b0be4['sQPNO']=function(_0x4e1029,_0xaffd71){return _0x4e1029===_0xaffd71;},_0x1b0be4[_0x54aa87(0x15b)]=_0x54aa87(0xce),_0x1b0be4[_0x54aa87(0xc0)]=function(_0x50c986,_0x210802){return _0x50c986===_0x210802;},_0x1b0be4[_0x54aa87(0xe5)]='Invalid\x20configuration\x20passed.',_0x1b0be4[_0x54aa87(0x16e)]=function(_0x385cc8,_0x5767c2){return _0x385cc8!==_0x5767c2;},_0x1b0be4[_0x54aa87(0x131)]=_0x54aa87(0x16f),_0x1b0be4[_0x54aa87(0x119)]=_0x54aa87(0xa9),_0x1b0be4['gXLGF']=function(_0x58d051,_0x1fc866){return _0x58d051===_0x1fc866;},_0x1b0be4[_0x54aa87(0x88)]=_0x54aa87(0x76),_0x1b0be4[_0x54aa87(0xbb)]='dJmsR',_0x1b0be4['oDbol']=_0x54aa87(0xd9),_0x1b0be4[_0x54aa87(0x8a)]=_0x54aa87(0x180),_0x1b0be4['INaUf']=_0x54aa87(0x114);const _0x34909c=_0x1b0be4,_0x33234b=bsSetupHelper[_0x54aa87(0x15f)](_0x1e0dfe),_0x340fbc=bsSetupHelper[_0x54aa87(0xc8)](_0x1e0dfe);if(bsSetupHelper[_0x54aa87(0x7b)](_0x33234b)||bsSetupHelper[_0x54aa87(0x7b)](_0x340fbc)){if(_0x34909c[_0x54aa87(0x184)](_0x34909c[_0x54aa87(0x72)],_0x34909c[_0x54aa87(0x9a)])){try{if(!_0x5a5ab2['isBrowserstackInfra']())return![];const _0x5ee956=_0x548bcd[_0x54aa87(0x126)](_0xd98247[_0x54aa87(0x140)][_0x54aa87(0x11d)])||_0xd056fc[_0x54aa87(0x126)](_0x455166['env'][_0x54aa87(0xef)]),_0x35277c=_0x34909c[_0x54aa87(0xe7)](typeof _0x514fb8['env'][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x14a)])&&_0x34909c[_0x54aa87(0x92)](_0x120de2[_0x54aa87(0x140)][_0x54aa87(0xee)][_0x54aa87(0x71)],0x0)&&_0x34909c['hhzsO'](_0x2de3bd[_0x54aa87(0x140)][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x17a)]);return _0x34909c[_0x54aa87(0x9d)](_0x5ee956,_0x35277c);}catch(_0x4b1b27){_0x36bd3a[_0x54aa87(0xf9)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x4b1b27);}return![];}else return logger[_0x54aa87(0x12c)](_0x34909c['rYdlu']),[null,null];}try{if(_0x34909c['APBQo'](_0x34909c[_0x54aa87(0xb6)],_0x34909c[_0x54aa87(0xb2)])){let _0x4e370a;bsSetupHelper[_0x54aa87(0x7b)](process[_0x54aa87(0x140)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML'])?_0x34909c[_0x54aa87(0xe7)](_0x34909c[_0x54aa87(0x192)],_0x34909c[_0x54aa87(0xd2)])?_0x37cb5e=_0x206038[_0x54aa87(0xf8)](_0x599dc1[_0x54aa87(0x140)][_0x54aa87(0x165)]):_0x4e370a={}:_0x34909c[_0x54aa87(0x184)](_0x34909c[_0x54aa87(0x7c)],_0x34909c[_0x54aa87(0x7c)])?_0x4e370a=JSON[_0x54aa87(0xf8)](process[_0x54aa87(0x140)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):_0x2f20db[_0x54aa87(0xf9)](_0x54aa87(0x11a)+_0x265877);const {name:_0x3019a0,version:_0x40bca0}=bsSetupHelper[_0x54aa87(0x14b)](_0x1e0dfe,_0x48590e),_0xe9cb45={'projectName':_0x1e0dfe['projectName'],'buildName':_0x1e0dfe[_0x54aa87(0xbe)]||path['basename'](path[_0x54aa87(0x124)](process[_0x54aa87(0x181)]())),'startTime':new Date()['toISOString'](),'description':_0x1e0dfe[_0x54aa87(0x11b)]||'','source':{'frameworkName':_0x48590e[_0x54aa87(0x18e)](_0x34909c['zkUZF'])?_0x34909c[_0x54aa87(0x69)]:_0x48590e,'frameworkVersion':bsSetupHelper[_0x54aa87(0xfa)](_0x48590e),'sdkVersion':bsSetupHelper[_0x54aa87(0x105)](),'language':_0x34909c[_0x54aa87(0x10d)],'testFramework':_0x3019a0,'testFrameworkVersion':_0x40bca0},'settings':_0x4e370a,'versionControl':await bsSetupHelper['getGitMetaData'](),'ciInfo':bsSetupHelper[_0x54aa87(0xd6)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x54aa87(0x15a)]()},_0xc24fa7={};_0xc24fa7[_0x54aa87(0x173)]=_0x33234b,_0xc24fa7[_0x54aa87(0x190)]=_0x340fbc;const _0x2e60ff={};_0x2e60ff[_0x54aa87(0x16d)]=_0x34909c[_0x54aa87(0x154)];const _0x13e7ac={};_0x13e7ac[_0x54aa87(0xca)]=_0xc24fa7,_0x13e7ac[_0x54aa87(0xbc)]=_0x2e60ff;const _0x552232=_0x13e7ac,_0x113f62={};_0x113f62['body']=_0xe9cb45,_0x113f62[_0x54aa87(0x169)]=!![];const _0x42bd9f=Object[_0x54aa87(0x77)](_0x552232,_0x113f62),_0x108075=await bsSetupHelper['nodeRequest'](_0x34909c['eqKzo'],_0x34909c[_0x54aa87(0x95)],_0x42bd9f,_0x1e0dfe,API_URL);let _0x57ee58=process[_0x54aa87(0x140)][_0x54aa87(0x165)];if(_0x57ee58){if(_0x34909c[_0x54aa87(0x147)](_0x34909c[_0x54aa87(0xdf)],_0x34909c[_0x54aa87(0xdf)]))_0x57ee58=JSON[_0x54aa87(0xf8)](process['env'][_0x54aa87(0x165)]);else{if(_0xf0ef7c[_0x54aa87(0x126)](_0x3fb14e[_0x54aa87(0xc1)]))return _0x5ac9a8=!![],!![];}}else{if(_0x34909c[_0x54aa87(0xcb)](_0x34909c[_0x54aa87(0xd4)],_0x34909c[_0x54aa87(0xd4)]))_0x57ee58={};else{if(!_0x7a76f9[_0x54aa87(0x15a)]())return![];const _0x8e45d6=_0x2a6e2e[_0x54aa87(0x126)](_0x204029['env'][_0x54aa87(0x11d)])||_0x50433[_0x54aa87(0x126)](_0x59846f[_0x54aa87(0x140)][_0x54aa87(0xef)]),_0x181f9a=_0x34909c[_0x54aa87(0x147)](typeof _0x34fbdb[_0x54aa87(0x140)][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x14a)])&&_0x34909c[_0x54aa87(0x136)](_0x3f2b89[_0x54aa87(0x140)][_0x54aa87(0xee)][_0x54aa87(0x71)],0x0)&&_0x34909c[_0x54aa87(0xe6)](_0x4be953['env'][_0x54aa87(0xee)],_0x34909c[_0x54aa87(0x17a)]);return _0x34909c['uuLKA'](_0x8e45d6,_0x181f9a);}}return scripts[_0x54aa87(0x159)](_0x108075['data'][_0x54aa87(0xac)]),scripts['toJson'](),_0x57ee58[_0x54aa87(0x11c)]=_0x108075['data']['data'][_0x54aa87(0x11c)],process['env'][_0x54aa87(0x165)]=JSON['stringify'](_0x57ee58),[_0x108075[_0x54aa87(0xac)][_0x54aa87(0xac)][_0x54aa87(0x67)],_0x108075[_0x54aa87(0xac)][_0x54aa87(0xac)]['id']];}else{_0x49b4c2[_0x54aa87(0x18c)](_0x34909c[_0x54aa87(0x122)]);return;}}catch(_0x1046e3){if(_0x34909c[_0x54aa87(0x177)](_0x34909c[_0x54aa87(0x193)],_0x34909c['enkLv']))return _0x55e51d=!![],!![];else{if(_0x1046e3[_0x54aa87(0x148)])_0x34909c['utnmg'](_0x34909c['iqjkN'],_0x34909c[_0x54aa87(0xae)])?logger[_0x54aa87(0x12c)](_0x54aa87(0xb4)+_0x1046e3['response']['status']+'\x20'+_0x1046e3[_0x54aa87(0x148)]['statusText']+'\x20'+JSON[_0x54aa87(0x75)](_0x1046e3[_0x54aa87(0x148)][_0x54aa87(0xac)])):_0x5aba67['error'](_0x54aa87(0x8c)+(_0x379beb['message']||_0x2131b2[_0x54aa87(0x100)](_0x24db4b)));else{if(_0x34909c[_0x54aa87(0xba)](_0x34909c[_0x54aa87(0x15b)],_0x34909c['KZqTs'])){if(_0x34909c['fxuqC'](_0x1046e3[_0x54aa87(0x138)],_0x34909c['yLXnF'])){if(_0x34909c[_0x54aa87(0x16e)](_0x34909c[_0x54aa87(0x131)],_0x34909c[_0x54aa87(0x119)])){logger['error']('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x1046e3[_0x54aa87(0x138)]||_0x1046e3['stack']));for(const _0x51bdbb of _0x1046e3['errors']){if(_0x34909c['gXLGF'](_0x34909c[_0x54aa87(0x88)],_0x34909c[_0x54aa87(0xbb)]))return _0x2773e1[_0x54aa87(0x123)][_0x54aa87(0x18e)](_0x34909c['AvJaF']);else logger[_0x54aa87(0x12c)](_0x51bdbb[_0x54aa87(0x138)]);}process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x34909c['oDbol'],process['env'][_0x54aa87(0xef)]=_0x34909c['oDbol'];}else return _0x1d4d37[_0x54aa87(0x12c)](_0x34909c[_0x54aa87(0xc7)]),[null,null];}else{if(_0x34909c[_0x54aa87(0x17c)](_0x34909c['CGjPC'],_0x34909c[_0x54aa87(0x146)]))return _0x59de7e[_0x54aa87(0x12c)](_0x34909c[_0x54aa87(0xf6)]),{};else logger['error'](_0x54aa87(0xb4)+(_0x1046e3[_0x54aa87(0x138)]||_0x1046e3[_0x54aa87(0x164)]));}}else _0x4252e0=_0x187492;}return[null,null];}}}),exports[a52_0xf0c03b(0x70)]=PerformanceTester['measureWrapper']('a11y:stop',async function(_0x31d849){const _0xaf2314=a52_0xf0c03b,_0x3fd74f={};_0x3fd74f['MvgNa']='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3fd74f[_0xaf2314(0xfe)]='error',_0x3fd74f[_0xaf2314(0xad)]='Build\x20creation\x20had\x20failed.',_0x3fd74f[_0xaf2314(0xf5)]=function(_0x104e67,_0x5aa128){return _0x104e67===_0x5aa128;},_0x3fd74f['Bfiuk']=function(_0x2075a5,_0x206f71){return _0x2075a5&&_0x206f71;},_0x3fd74f[_0xaf2314(0x7a)]=function(_0x3d61d5,_0xd1de36){return _0x3d61d5!==_0xd1de36;},_0x3fd74f['ykMUj']=_0xaf2314(0xa6),_0x3fd74f[_0xaf2314(0xb8)]=_0xaf2314(0x7d),_0x3fd74f[_0xaf2314(0x102)]=_0xaf2314(0x13f),_0x3fd74f[_0xaf2314(0x145)]=_0xaf2314(0x195),_0x3fd74f[_0xaf2314(0x11e)]=_0xaf2314(0x129),_0x3fd74f['IyzIg']='rdbFb',_0x3fd74f['iKmPZ']=_0xaf2314(0x14c),_0x3fd74f[_0xaf2314(0x176)]=_0xaf2314(0x104),_0x3fd74f[_0xaf2314(0xde)]=_0xaf2314(0x107),_0x3fd74f[_0xaf2314(0x143)]=_0xaf2314(0x12f),_0x3fd74f['Bdxti']=function(_0x3e5138,_0x3aee44){return _0x3e5138+_0x3aee44;},_0x3fd74f['mUIgj']=_0xaf2314(0xaa),_0x3fd74f[_0xaf2314(0x133)]='nkThH',_0x3fd74f['pPHrF']=_0xaf2314(0x8d),_0x3fd74f['TKoCx']=_0xaf2314(0x17e),_0x3fd74f[_0xaf2314(0x155)]=function(_0x3cd8ce,_0x17070f){return _0x3cd8ce!==_0x17070f;},_0x3fd74f[_0xaf2314(0x163)]='wtkLq',_0x3fd74f['xuPfs']=function(_0x4ad98e,_0x44e567){return _0x4ad98e!==_0x44e567;},_0x3fd74f[_0xaf2314(0x65)]='MpHyS',_0x3fd74f[_0xaf2314(0x7e)]=function(_0xb0d98f,_0xabc27a){return _0xb0d98f!==_0xabc27a;},_0x3fd74f[_0xaf2314(0xda)]=_0xaf2314(0x6c);const _0x3e0e5a=_0x3fd74f;if(bsSetupHelper[_0xaf2314(0x7b)](process[_0xaf2314(0x140)]['BS_A11Y_JWT'])||_0x3e0e5a['NhZAg'](typeof process[_0xaf2314(0x140)][_0xaf2314(0xee)],_0x3e0e5a[_0xaf2314(0xdc)])){if(_0x3e0e5a[_0xaf2314(0x7a)](_0x3e0e5a[_0xaf2314(0xb8)],_0x3e0e5a[_0xaf2314(0x102)])){const _0xd982be={};return _0xd982be['status']=_0x3e0e5a[_0xaf2314(0xfe)],_0xd982be[_0xaf2314(0x138)]=_0x3e0e5a[_0xaf2314(0xad)],_0xd982be;}else return![];}const _0x397549={'endTime':new Date()[_0xaf2314(0x8e)]()},_0x2893cd={};_0x2893cd[_0xaf2314(0xf0)]=_0xaf2314(0x6b)+process[_0xaf2314(0x140)][_0xaf2314(0xee)],_0x2893cd[_0xaf2314(0x16d)]=_0x3e0e5a[_0xaf2314(0x145)];const _0x1ed3f0={};_0x1ed3f0[_0xaf2314(0xbc)]=_0x2893cd;const _0x5e4c4a=_0x1ed3f0,_0x232cf8={};_0x232cf8[_0xaf2314(0x106)]=_0x397549,_0x232cf8[_0xaf2314(0xca)]=null,_0x232cf8['json']=!![];const _0x3844e3=Object[_0xaf2314(0x77)](_0x5e4c4a,_0x232cf8);try{if(_0x3e0e5a[_0xaf2314(0xf5)](_0x3e0e5a['AVKaj'],_0x3e0e5a[_0xaf2314(0x13a)]))return _0x1bd6d1[_0xaf2314(0x18c)](_0x3e0e5a[_0xaf2314(0x150)]),[];else{const _0x1a5130=await bsSetupHelper[_0xaf2314(0x9c)](_0x3e0e5a['iKmPZ'],_0x3e0e5a[_0xaf2314(0x176)],_0x3844e3,_0x31d849,API_URL);if(_0x1a5130[_0xaf2314(0xac)]['error']){if(_0x3e0e5a[_0xaf2314(0xf5)](_0x3e0e5a[_0xaf2314(0xde)],_0x3e0e5a[_0xaf2314(0x143)]))_0x103a2b[_0xaf2314(0x17d)]['forEach'](_0x14e7d5=>{const _0x1a3883=_0xaf2314;if(_0x41b70f[_0x1a3883(0x126)](_0x14e7d5['accessibility']))return _0x2609e2=!![],!![];});else throw new Error(_0x3e0e5a['Bdxti'](_0x3e0e5a['mUIgj'],_0x1a5130[_0xaf2314(0xac)][_0xaf2314(0x12c)]));}else{if(_0x3e0e5a[_0xaf2314(0x7a)](_0x3e0e5a[_0xaf2314(0x133)],_0x3e0e5a[_0xaf2314(0xa0)])){logger[_0xaf2314(0x18a)](_0xaf2314(0x174)+new Date()[_0xaf2314(0x8e)]());const _0x185bb6={};return _0x185bb6[_0xaf2314(0xe8)]=_0x3e0e5a[_0xaf2314(0x149)],_0x185bb6['message']='',_0x185bb6;}else _0x1485b1['error'](_0x7defbe[_0xaf2314(0x138)]);}}}catch(_0x546794){if(_0x3e0e5a[_0xaf2314(0x155)](_0x3e0e5a[_0xaf2314(0x163)],_0x3e0e5a[_0xaf2314(0x163)])){const _0x2938ab={};return _0x2938ab[_0xaf2314(0xe8)]=_0x3e0e5a[_0xaf2314(0xfe)],_0x2938ab[_0xaf2314(0x138)]=_0x3e0e5a['fHxlB'],_0x2938ab;}else{if(_0x546794['response']){if(_0x3e0e5a[_0xaf2314(0x16c)](_0x3e0e5a['UwZak'],_0x3e0e5a[_0xaf2314(0x65)])){const _0xed3173=_0x4d89f5['parse'](_0x4721ef[_0xaf2314(0x140)][_0xaf2314(0x165)]),_0x2524cd=_0x2cf0a5['isArray'](_0xed3173[_0xaf2314(0x9e)])?_0xed3173[_0xaf2314(0x9e)]:[],_0x453d4d=_0x579c31[_0xaf2314(0x160)](_0xed3173['excludeTagsInTestingScope'])?_0xed3173[_0xaf2314(0x15c)]:[];let _0x1b575c;_0x2131ef?_0x1b575c=_0x30bce8[_0xaf2314(0xf2)]('/'):_0x1b575c=_0x5e949e;const _0x572e05=_0x453d4d[_0xaf2314(0xb7)](_0x3d375f=>_0x1b575c[_0xaf2314(0x18e)](_0x3d375f)),_0x597b52=_0x3e0e5a['TykRt'](_0x2524cd[_0xaf2314(0x71)],0x0)||_0x2524cd['some'](_0x3a3212=>_0x1b575c[_0xaf2314(0x18e)](_0x3a3212));return _0x3e0e5a[_0xaf2314(0x12d)](!_0x572e05,_0x597b52);}else logger['error'](_0xaf2314(0x8c)+_0x546794[_0xaf2314(0x148)][_0xaf2314(0xe8)]+'\x20'+_0x546794[_0xaf2314(0x148)]['statusText']+'\x20'+JSON[_0xaf2314(0x75)](_0x546794[_0xaf2314(0x148)][_0xaf2314(0xac)]));}else _0x3e0e5a[_0xaf2314(0x7e)](_0x3e0e5a[_0xaf2314(0xda)],_0x3e0e5a[_0xaf2314(0xda)])?_0xe50063['debug'](_0xaf2314(0x79)+_0x36e647):logger['error'](_0xaf2314(0x8c)+(_0x546794[_0xaf2314(0x138)]||util[_0xaf2314(0x100)](_0x546794)));const _0x5d9ebf={};return _0x5d9ebf[_0xaf2314(0xe8)]=_0x3e0e5a['uxHMb'],_0x5d9ebf['message']=_0x546794[_0xaf2314(0x138)]||(_0x546794[_0xaf2314(0x148)]?_0x546794[_0xaf2314(0x148)][_0xaf2314(0xe8)]+':'+_0x546794[_0xaf2314(0x148)]['statusText']:_0x546794),_0x5d9ebf;}}}),exports[a52_0xf0c03b(0x12e)]=async(_0x438b7f,_0x31295b=null)=>{const _0x71196d=a52_0xf0c03b,_0x309dcc={};_0x309dcc[_0x71196d(0xcd)]=function(_0x50fa09,_0x20d8cd){return _0x50fa09===_0x20d8cd;},_0x309dcc[_0x71196d(0x13b)]=_0x71196d(0xa6),_0x309dcc[_0x71196d(0x170)]='browserstack_executor',_0x309dcc[_0x71196d(0xfc)]=_0x71196d(0xe2),_0x309dcc['GWAWF']='bstackA11yShouldScan',_0x309dcc['edfMr']=_0x71196d(0x116),_0x309dcc['UswpF']=_0x71196d(0xb9);const _0x53af46=_0x309dcc;if(!this[_0x71196d(0x90)]()||!globals['getGlobal'](_0x53af46[_0x71196d(0xfc)])||!globals[_0x71196d(0xa7)](_0x53af46[_0x71196d(0x10b)])){if(_0x53af46[_0x71196d(0xcd)](_0x53af46[_0x71196d(0x130)],_0x53af46['edfMr'])){logger[_0x71196d(0x18c)](_0x53af46['UswpF']);return;}else{if(_0x4e8c22&&_0x42159b[_0x71196d(0x123)]&&_0x53af46['plBch'](typeof _0xb6b642[_0x71196d(0x123)],_0x53af46['vpQfy']))return _0x3d7da6[_0x71196d(0x123)][_0x71196d(0x18e)](_0x53af46['drVGh']);return![];}}const _0x27e022={};_0x27e022[_0x71196d(0x151)]=_0x31295b||global['browserstackSessionName'],logger['debug'](util[_0x71196d(0x100)](await _0x438b7f[_0x71196d(0x167)](scripts['performScan'],_0x27e022)));},exports[a52_0xf0c03b(0x182)]=async(_0x5cf064,_0x5d0bf4)=>{const _0xc7a2e9=a52_0xf0c03b,_0x5b47a4={};_0x5b47a4[_0xc7a2e9(0xeb)]=_0xc7a2e9(0x187),_0x5b47a4['OzplF']=_0xc7a2e9(0xe2),_0x5b47a4[_0xc7a2e9(0x66)]=_0xc7a2e9(0x74),_0x5b47a4[_0xc7a2e9(0xec)]=function(_0x1c2ab7,_0x2974e3){return _0x1c2ab7===_0x2974e3;},_0x5b47a4[_0xc7a2e9(0x98)]=_0xc7a2e9(0xd5),_0x5b47a4['RJWAx']=_0xc7a2e9(0x175),_0x5b47a4[_0xc7a2e9(0x13d)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x5b47a4['UPhFO']=function(_0x33a671,_0x36ae7d){return _0x33a671===_0x36ae7d;},_0x5b47a4[_0xc7a2e9(0x162)]=_0xc7a2e9(0xf4),_0x5b47a4['xAeqH']=_0xc7a2e9(0x93),_0x5b47a4['FesPp']=_0xc7a2e9(0x120),_0x5b47a4[_0xc7a2e9(0x17b)]=_0xc7a2e9(0xa5);const _0x190e76=_0x5b47a4;if(!this['isAccessibilityAutomationSession']()||!globals[_0xc7a2e9(0xa7)](_0x190e76[_0xc7a2e9(0x153)])||!globals['getGlobal'](_0x190e76[_0xc7a2e9(0x66)])){if(_0x190e76['tZGuT'](_0x190e76[_0xc7a2e9(0x98)],_0x190e76[_0xc7a2e9(0xa4)]))_0x1f08fe={};else return logger[_0xc7a2e9(0x18c)](_0x190e76[_0xc7a2e9(0x13d)]),[];}try{if(_0x190e76[_0xc7a2e9(0x10a)](_0x190e76[_0xc7a2e9(0x162)],_0x190e76[_0xc7a2e9(0x162)])){logger['debug'](_0x190e76['xAeqH']);const _0x295059={};_0x295059[_0xc7a2e9(0x151)]=_0x5d0bf4[_0xc7a2e9(0x83)],logger[_0xc7a2e9(0xf9)](util[_0xc7a2e9(0x100)](await _0x5cf064[_0xc7a2e9(0x167)](scripts['performScan'],_0x295059)));const _0x511bee=await _0x5cf064[_0xc7a2e9(0x167)](scripts[_0xc7a2e9(0x12a)]);return _0x511bee;}else _0x2a6df7[_0xc7a2e9(0x12c)](_0xc7a2e9(0xb4)+_0x4b2b1a['response'][_0xc7a2e9(0xe8)]+'\x20'+_0x279b1c['response'][_0xc7a2e9(0x137)]+'\x20'+_0x496100[_0xc7a2e9(0x75)](_0x3da68b['response'][_0xc7a2e9(0xac)]));}catch{if(_0x190e76[_0xc7a2e9(0x10a)](_0x190e76[_0xc7a2e9(0x158)],_0x190e76[_0xc7a2e9(0x158)]))return logger[_0xc7a2e9(0x12c)](_0x190e76[_0xc7a2e9(0x17b)]),[];else _0x44971f[_0xc7a2e9(0xf9)](_0x190e76[_0xc7a2e9(0xeb)],_0x57fd5e);}},exports[a52_0xf0c03b(0xcc)]=async(_0x50e5cb,_0x406740)=>{const _0x21ff68=a52_0xf0c03b,_0x16a0d8={};_0x16a0d8[_0x21ff68(0xbd)]=_0x21ff68(0xe2),_0x16a0d8['KpEcb']=_0x21ff68(0x74),_0x16a0d8[_0x21ff68(0x179)]=_0x21ff68(0xa3),_0x16a0d8[_0x21ff68(0x157)]=_0x21ff68(0x81),_0x16a0d8[_0x21ff68(0x125)]=_0x21ff68(0xab);const _0x556a5b=_0x16a0d8;if(!this[_0x21ff68(0x90)]()||!globals[_0x21ff68(0xa7)](_0x556a5b[_0x21ff68(0xbd)])||!globals[_0x21ff68(0xa7)](_0x556a5b[_0x21ff68(0x128)]))return logger[_0x21ff68(0x18c)](_0x556a5b[_0x21ff68(0x179)]),{};try{logger[_0x21ff68(0xf9)](_0x556a5b[_0x21ff68(0x157)]);const _0x2e90e8={};_0x2e90e8[_0x21ff68(0x151)]=_0x406740['browserstackSessionName'],logger[_0x21ff68(0xf9)](util[_0x21ff68(0x100)](await _0x50e5cb[_0x21ff68(0x167)](scripts[_0x21ff68(0x12e)],_0x2e90e8)));const _0x4a27db=await _0x50e5cb['executeAsyncScript'](scripts[_0x21ff68(0x186)]);return _0x4a27db;}catch{return logger[_0x21ff68(0x12c)](_0x556a5b[_0x21ff68(0x125)]),{};}},exports[a52_0xf0c03b(0x10e)]=_0x214e7f=>{const _0x515914=a52_0xf0c03b,_0x11cadf={};_0x11cadf[_0x515914(0xfb)]=function(_0x404e85,_0x5d746f){return _0x404e85===_0x5d746f;},_0x11cadf[_0x515914(0x183)]=_0x515914(0xa6),_0x11cadf[_0x515914(0xc3)]=_0x515914(0x86);const _0x3b2548=_0x11cadf;if(_0x214e7f&&_0x214e7f[_0x515914(0x123)]&&_0x3b2548[_0x515914(0xfb)](typeof _0x214e7f[_0x515914(0x123)],_0x3b2548[_0x515914(0x183)]))return _0x214e7f[_0x515914(0x123)][_0x515914(0x18e)](_0x3b2548[_0x515914(0xc3)]);return![];};
|
|
1
|
+
function a52_0x4a11(){const _0x530459=['GthLn','hhuug','fGDhE','ePOlC','uRtiO','uhJeb','doBsg','auth','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','LZfcn','LyhHL','../performance-tester','AfsPi','PUpGI','IiUky','Tootw','epijy','WSRQU','QFJAK','3965402BEuqhm','lMkRy','../helper','YJHpU','false','bPBJk','JBRrS','ExmNe','info','success','EGpgQ','WsqDW','BqWJY','CFsfi','getCapabilities','hWjBe','performScan','wiXHT','KXubo','bstackA11yShouldScan','RKcrj','FMWyh','qiuaH','../logger','yApkm','projectName','uHcgO','a11y:stop','nqUmi','null','293MgQhpy','NeVvr','nodeRequest','GuxvI','VvWIJ','parse','isBrowserstackInfra','util','jcLUL','Authorization','qNcbj','headers','env','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','XVcNd','txkDN','zIOoB','Content-Type','eFLiE','JNZwW','KCJXn','Performing\x20scan\x20before\x20getting\x20results','assign','QozPK','6826IDXQUW','zartz','KDqvS','Fbekx','kbSos','oUOGF','HlHDx','KwXtd','QJRJe','MLrrx','gCjnH','DbnIp','nFxbr','fKrVV','ErJPR','wahfN','MSfJK','BktCF','hVwdv','forEach','heaXz','getBrowserVersion','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','lKUKM','yNKom','NAgox','QKtvo','DBHFQ','isBrowserStackCommandExecutor','BPdGD','RcntS','QnLrc','jcQkN','xvGwc','browserstackSessionName','1345722LHwUde','lxmIT','neylG','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','cWBsr','hHhzz','accessibility','tJuKG','Ezmut','getResultsSummary','v2/test_runs','getGlobal','scannerVersion','PIHdn','Invalid\x20request:\x20','ReaPG','toISOString','KjqJf','beWqO','aQaqO','pass','fhVdn','Bearer\x20','VaizT','checkAccessibilityPlatformConfig','ravbe','isTrue','errors','length','yiQFF','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','parseFromJson','includeTagsInTestingScope','hBThe','mzXKN','nhtmL','mPywr','ETVfz','statusText','iYGna','bhYql','qWdNe','GbyER','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','KrZFI','qikMk','uqKAt','method','gWiNL','QHfFT','basename','script','ukLdp','getAccessibilityResultsSummary','sJOxx','PUT','RSfce','getGitMetaData','path','../globals','yRaYu','IzmtP','urbap','CKgMU','xASgI','DuiGv','tfNtk','lJdEK','BROWSERSTACK_TEST_ACCESSIBILITY_YML','Invalid\x20configuration\x20passed.','isUndefined','getAccessibilityResults','executeAsyncScript','HerSx','getTestFrameworkDetails','error','nkunb','faaVe','createAccessibilityTestRun','puHll','dkGgz','Zesqi','dXmpu','rEeMZ','accessibilityToken','PUSAN','rvYWE','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','IDYaZ','getPlatform','body','getCiInfo','./scripts','rMmrt','RMefu','includes','json','debug','JOrvU','string','uIEDS','status','QcxJJ','paAcS','getPackageVersion','stringify','./constants','application/json','data','YmZud','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','qBhzG','jkfmT','ceEBm','aEkSt','some','isAccessibilityAutomationSession','QbLay','rKwIp','GbFLj','jKgnF','Hhrlq','uIgMs','317718KQOFVV','test_runs/stop','vjJcB','oDVAB','getAccessKey','__cloud_provider___','XslFc','fetchPlatformDetails','aWGcx','rajeE','yaiGV','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','gqIZs','oYjwD','yIPEo','qKzqJ','RryiQ','Build\x20creation\x20had\x20failed.','tMwaS','hfpPx','14112TnUfZD','KQxFI','tzQJW','YpJuP','DCuyz','Oagbh','uOveF','join','BS_A11Y_JWT','zAHSB','CvQlf','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','excludeTagsInTestingScope','uPlLT','5288XLPlIU','UYGQr','browserstack_executor','IyicD','getResults','wrPfQ','isArray','playwright','No\x20accessibility\x20summary\x20was\x20found.','RmAEP','efjoE','BFxeF','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','No\x20accessibility\x20results\x20were\x20found.','wGRCJ','stack','isAccessibilityPlatform','gSYzT','warn','measureWrapper','TtoRU','format','buildDescription','QSmIA','message','response','DqatW','2715435XxwuUf','a11y:start','DeTje','RpxHF','5151232ftCfaK','Ybyeh','javascript'];a52_0x4a11=function(){return _0x530459;};return a52_0x4a11();}function a52_0x4a44(_0x381822,_0x405ded){const _0x4a11e7=a52_0x4a11();return a52_0x4a44=function(_0x4a4440,_0x314441){_0x4a4440=_0x4a4440-0x74;let _0x40c367=_0x4a11e7[_0x4a4440];return _0x40c367;},a52_0x4a44(_0x381822,_0x405ded);}const a52_0x24747b=a52_0x4a44;(function(_0xd6a988,_0x145b69){const _0x7d01a7=a52_0x4a44,_0x2126b0=_0xd6a988();while(!![]){try{const _0x2eff05=parseInt(_0x7d01a7(0x16b))/0x1*(parseInt(_0x7d01a7(0x183))/0x2)+-parseInt(_0x7d01a7(0x78))/0x3+parseInt(_0x7d01a7(0x137))/0x4+parseInt(_0x7d01a7(0x133))/0x5+parseInt(_0x7d01a7(0xf6))/0x6+-parseInt(_0x7d01a7(0x14d))/0x7+-parseInt(_0x7d01a7(0x118))/0x8*(parseInt(_0x7d01a7(0x10a))/0x9);if(_0x2eff05===_0x145b69)break;else _0x2126b0['push'](_0x2126b0['shift']());}catch(_0x3c0675){_0x2126b0['push'](_0x2126b0['shift']());}}}(a52_0x4a11,0xcb35d));const path=require(a52_0x24747b(0xb5)),util=require(a52_0x24747b(0x172)),bsSetupHelper=require(a52_0x24747b(0x14f)),logger=require(a52_0x24747b(0x164))['winstonLogger'],{API_URL}=require(a52_0x24747b(0xe5)),PerformanceTester=require(a52_0x24747b(0x145)),scripts=require(a52_0x24747b(0xd7)),globals=require(a52_0x24747b(0xb6));exports[a52_0x24747b(0xfd)]=async _0x11224b=>{const _0x7fe1b9=a52_0x24747b,_0x22414e={};_0x22414e[_0x7fe1b9(0xe2)]=function(_0x45dbf8,_0x10b570){return _0x45dbf8===_0x10b570;},_0x22414e['qikMk']=_0x7fe1b9(0x19e),_0x22414e[_0x7fe1b9(0x106)]='browserstack',_0x22414e[_0x7fe1b9(0xd8)]=function(_0x19f7cc,_0x2683f4){return _0x19f7cc===_0x2683f4;},_0x22414e[_0x7fe1b9(0xf0)]=_0x7fe1b9(0x9f);const _0x25a538=_0x22414e;let _0x49d19a={};try{if(_0x25a538[_0x7fe1b9(0xe2)](_0x25a538['qikMk'],_0x25a538[_0x7fe1b9(0xa8)])){const _0x471497=await _0x11224b[_0x7fe1b9(0x15b)]();_0x49d19a={'os_name':_0x471497[_0x7fe1b9(0xd4)](),'os_version':bsSetupHelper['getPlatformVersion'](_0x25a538[_0x7fe1b9(0xe2)](global[_0x7fe1b9(0xfb)],_0x25a538[_0x7fe1b9(0x106)])),'browser_name':_0x471497['getBrowserName'](),'browser_version':_0x471497[_0x7fe1b9(0x198)]()};}else _0x3ff94f[_0x7fe1b9(0xdc)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x44b1ea);}catch(_0x7a1e62){_0x25a538[_0x7fe1b9(0xd8)](_0x25a538[_0x7fe1b9(0xf0)],_0x25a538[_0x7fe1b9(0xf0)])?logger[_0x7fe1b9(0xdc)](_0x7fe1b9(0xe9)+_0x7a1e62):_0x9729a5={};}return _0x49d19a;},exports['isAccessibilityAutomationSession']=()=>{const _0x516dab=a52_0x24747b,_0x34f9a9={};_0x34f9a9[_0x516dab(0x126)]='browserstack_executor',_0x34f9a9['GthLn']=function(_0x22830a,_0x955357){return _0x22830a===_0x955357;},_0x34f9a9[_0x516dab(0xeb)]=_0x516dab(0x18b),_0x34f9a9[_0x516dab(0xc4)]=_0x516dab(0x15c),_0x34f9a9[_0x516dab(0x19d)]=function(_0xd6a9f6,_0x3d26af){return _0xd6a9f6===_0x3d26af;},_0x34f9a9['WvQua']=_0x516dab(0xa0),_0x34f9a9['BktCF']=_0x516dab(0xde),_0x34f9a9[_0x516dab(0x150)]=function(_0x1d84c1,_0x551798){return _0x1d84c1>_0x551798;},_0x34f9a9[_0x516dab(0x147)]=function(_0x54eaf0,_0x1ca51a){return _0x54eaf0!==_0x1ca51a;},_0x34f9a9[_0x516dab(0xff)]=_0x516dab(0x16a),_0x34f9a9[_0x516dab(0x13c)]=function(_0x371e19,_0x383814){return _0x371e19&&_0x383814;},_0x34f9a9[_0x516dab(0x11b)]=_0x516dab(0xed),_0x34f9a9[_0x516dab(0xa5)]='iBqpE';const _0x3088c1=_0x34f9a9;try{if(_0x3088c1[_0x516dab(0x13a)](_0x3088c1[_0x516dab(0xeb)],_0x3088c1[_0x516dab(0xc4)]))return _0xe12ebf[_0x516dab(0xae)][_0x516dab(0xda)](_0x3088c1['wGRCJ']);else{if(!bsSetupHelper['isBrowserstackInfra']()){if(_0x3088c1[_0x516dab(0x19d)](_0x3088c1['WvQua'],_0x3088c1['WvQua']))return![];else _0x525196[_0x516dab(0xc6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x47ccb9['response'][_0x516dab(0xe0)]+'\x20'+_0x33c63d[_0x516dab(0x131)][_0x516dab(0xa1)]+'\x20'+_0x4a7446[_0x516dab(0xe4)](_0x22691d[_0x516dab(0x131)][_0x516dab(0xe7)]));}const _0x24f641=bsSetupHelper[_0x516dab(0x95)](process[_0x516dab(0x177)][_0x516dab(0xbf)])||bsSetupHelper[_0x516dab(0x95)](process[_0x516dab(0x177)][_0x516dab(0xd2)]),_0x4b2569=_0x3088c1[_0x516dab(0x13a)](typeof process['env'][_0x516dab(0x112)],_0x3088c1[_0x516dab(0x194)])&&_0x3088c1[_0x516dab(0x150)](process[_0x516dab(0x177)][_0x516dab(0x112)][_0x516dab(0x97)],0x0)&&_0x3088c1[_0x516dab(0x147)](process['env'][_0x516dab(0x112)],_0x3088c1['rajeE']);return _0x3088c1['fGDhE'](_0x24f641,_0x4b2569);}}catch(_0x5f50d9){if(_0x3088c1[_0x516dab(0x147)](_0x3088c1[_0x516dab(0x11b)],_0x3088c1[_0x516dab(0xa5)]))logger[_0x516dab(0xdc)](_0x516dab(0x124)+_0x5f50d9);else{if(_0x3c3f8f['isTrue'](_0x37c2bf['accessibility']))return _0xa71ee0=!![],!![];}}return![];},exports['shouldScanTestForAccessibility']=(_0x355149,_0x3ca449=!![])=>{const _0x2ff84a=a52_0x24747b,_0x3c27a7={};_0x3c27a7[_0x2ff84a(0x193)]='error',_0x3c27a7['qiuaH']=function(_0x49f867,_0x2dd5bf){return _0x49f867===_0x2dd5bf;},_0x3c27a7[_0x2ff84a(0x88)]='string',_0x3c27a7[_0x2ff84a(0x186)]=function(_0x5a77ba,_0x3eb849){return _0x5a77ba>_0x3eb849;},_0x3c27a7[_0x2ff84a(0xdd)]=function(_0x1a55f9,_0x36aa0d){return _0x1a55f9!==_0x36aa0d;},_0x3c27a7[_0x2ff84a(0x14a)]=_0x2ff84a(0x16a),_0x3c27a7[_0x2ff84a(0x94)]=function(_0x1a3c25,_0x5ae73c){return _0x1a3c25&&_0x5ae73c;},_0x3c27a7['hhuug']=_0x2ff84a(0x107),_0x3c27a7[_0x2ff84a(0x182)]=function(_0x1fc8da,_0x5d96d4){return _0x1fc8da+_0x5d96d4;},_0x3c27a7[_0x2ff84a(0x129)]=_0x2ff84a(0x89),_0x3c27a7[_0x2ff84a(0xea)]=function(_0x536e08,_0x3becbe){return _0x536e08==_0x3becbe;},_0x3c27a7['QcxJJ']=function(_0x3764f5,_0x7ce8de){return _0x3764f5===_0x7ce8de;},_0x3c27a7[_0x2ff84a(0xd1)]=_0x2ff84a(0x19a),_0x3c27a7[_0x2ff84a(0x117)]=_0x2ff84a(0xe8),_0x3c27a7[_0x2ff84a(0x143)]=_0x2ff84a(0x179),_0x3c27a7[_0x2ff84a(0xab)]=_0x2ff84a(0x18f),_0x3c27a7['uOveF']=_0x2ff84a(0x187),_0x3c27a7[_0x2ff84a(0xcd)]=function(_0x5d2f3e,_0x3e29d2){return _0x5d2f3e===_0x3e29d2;},_0x3c27a7[_0x2ff84a(0x122)]=_0x2ff84a(0x90),_0x3c27a7[_0x2ff84a(0x192)]=function(_0x1c313f,_0x27cd93){return _0x1c313f===_0x27cd93;},_0x3c27a7[_0x2ff84a(0x18c)]=_0x2ff84a(0x149),_0x3c27a7[_0x2ff84a(0xcc)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x1c55d5=_0x3c27a7;if(_0x1c55d5[_0x2ff84a(0xea)](process[_0x2ff84a(0x177)][_0x2ff84a(0x115)],null)){if(_0x1c55d5[_0x2ff84a(0xe1)](_0x1c55d5[_0x2ff84a(0xd1)],_0x1c55d5[_0x2ff84a(0x117)]))_0x15af36['error'](_0x2ff84a(0x99)+(_0x13db1f[_0x2ff84a(0x130)]||_0x7791cc['format'](_0x38dc99)));else return!![];}try{if(_0x1c55d5[_0x2ff84a(0xdd)](_0x1c55d5['LZfcn'],_0x1c55d5[_0x2ff84a(0x143)])){_0x3c4079[_0x2ff84a(0x131)]?_0x38934c[_0x2ff84a(0xc6)](_0x2ff84a(0x99)+_0x1e893a['response'][_0x2ff84a(0xe0)]+'\x20'+_0x45bedc['response']['statusText']+'\x20'+_0x5aa604[_0x2ff84a(0xe4)](_0xa1a69f[_0x2ff84a(0x131)][_0x2ff84a(0xe7)])):_0x41790f['error'](_0x2ff84a(0x99)+(_0x12d99d[_0x2ff84a(0x130)]||_0xebd373[_0x2ff84a(0x12d)](_0x5da534)));const _0x268f5f={};return _0x268f5f['status']=_0x1c55d5[_0x2ff84a(0x193)],_0x268f5f[_0x2ff84a(0x130)]=_0x3c777f[_0x2ff84a(0x130)]||(_0x54b53a['response']?_0x3439bf[_0x2ff84a(0x131)]['status']+':'+_0x51e78e['response'][_0x2ff84a(0xa1)]:_0x9a1e8e),_0x268f5f;}else{const _0x4e73a1=JSON['parse'](process[_0x2ff84a(0x177)][_0x2ff84a(0x115)]),_0x511517=Array[_0x2ff84a(0x11e)](_0x4e73a1[_0x2ff84a(0x9b)])?_0x4e73a1[_0x2ff84a(0x9b)]:[],_0x548df1=Array[_0x2ff84a(0x11e)](_0x4e73a1[_0x2ff84a(0x116)])?_0x4e73a1[_0x2ff84a(0x116)]:[];let _0x126c99;if(_0x3ca449){if(_0x1c55d5[_0x2ff84a(0x163)](_0x1c55d5[_0x2ff84a(0xab)],_0x1c55d5[_0x2ff84a(0x110)])){if(!_0x106c66[_0x2ff84a(0x171)]())return![];const _0x62920=_0x155f8a[_0x2ff84a(0x95)](_0x1a9c01[_0x2ff84a(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x3f5785[_0x2ff84a(0x95)](_0x550064['env'][_0x2ff84a(0xd2)]),_0xbd82ef=_0x1c55d5['qiuaH'](typeof _0x443b0a['env']['BS_A11Y_JWT'],_0x1c55d5['PIHdn'])&&_0x1c55d5['Fbekx'](_0x53ebbb[_0x2ff84a(0x177)]['BS_A11Y_JWT']['length'],0x0)&&_0x1c55d5[_0x2ff84a(0xdd)](_0x2906d0[_0x2ff84a(0x177)]['BS_A11Y_JWT'],_0x1c55d5[_0x2ff84a(0x14a)]);return _0x1c55d5[_0x2ff84a(0x94)](_0x62920,_0xbd82ef);}else _0x126c99=_0x355149[_0x2ff84a(0x111)]('/');}else{if(_0x1c55d5['dXmpu'](_0x1c55d5[_0x2ff84a(0x122)],_0x1c55d5[_0x2ff84a(0x122)]))_0x126c99=_0x355149;else{const _0x6054f7={};return _0x6054f7[_0x2ff84a(0xe0)]=_0x1c55d5['MSfJK'],_0x6054f7[_0x2ff84a(0x130)]=_0x1c55d5[_0x2ff84a(0x13b)],_0x6054f7;}}const _0x192d47=_0x548df1[_0x2ff84a(0xee)](_0x117cbf=>_0x126c99[_0x2ff84a(0xda)](_0x117cbf)),_0x13222e=_0x1c55d5[_0x2ff84a(0xcd)](_0x511517[_0x2ff84a(0x97)],0x0)||_0x511517['some'](_0x17fc21=>_0x126c99['includes'](_0x17fc21));return _0x1c55d5[_0x2ff84a(0x94)](!_0x192d47,_0x13222e);}}catch(_0x3b5421){if(_0x1c55d5[_0x2ff84a(0x192)](_0x1c55d5[_0x2ff84a(0x18c)],_0x1c55d5['MLrrx']))logger[_0x2ff84a(0xdc)](_0x1c55d5[_0x2ff84a(0xcc)],_0x3b5421);else throw new _0x22485d(_0x1c55d5[_0x2ff84a(0x182)](_0x1c55d5[_0x2ff84a(0x129)],_0x2b54f6[_0x2ff84a(0xe7)][_0x2ff84a(0xc6)]));}return![];},exports[a52_0x24747b(0x93)]=_0x335b04=>{const _0x4d4a5a=a52_0x24747b,_0x28d3f3={};_0x28d3f3['qNcbj']=function(_0x33304b,_0x2b5250){return _0x33304b!==_0x2b5250;},_0x28d3f3[_0x4d4a5a(0x188)]=_0x4d4a5a(0x1a0),_0x28d3f3[_0x4d4a5a(0x98)]=_0x4d4a5a(0x17d),_0x28d3f3[_0x4d4a5a(0x8d)]=function(_0x17b724,_0x40e4e3){return _0x17b724===_0x40e4e3;},_0x28d3f3['jcQkN']=_0x4d4a5a(0xa9),_0x28d3f3[_0x4d4a5a(0xc8)]=_0x4d4a5a(0x158);const _0x5e2f5d=_0x28d3f3;let _0x4fb41a=![];try{_0x5e2f5d[_0x4d4a5a(0x8d)](_0x5e2f5d[_0x4d4a5a(0x75)],_0x5e2f5d['jcQkN'])?_0x335b04['platforms']['forEach'](_0x4eb995=>{const _0x51f229=_0x4d4a5a;if(_0x5e2f5d[_0x51f229(0x175)](_0x5e2f5d[_0x51f229(0x188)],_0x5e2f5d['oUOGF']))_0x4ca9d2['platforms'][_0x51f229(0x196)](_0x1657bb=>{const _0x548577=_0x51f229;if(_0x2029f0[_0x548577(0x95)](_0x1657bb['accessibility']))return _0x450351=!![],!![];});else{if(bsSetupHelper['isTrue'](_0x4eb995[_0x51f229(0x81)]))return _0x5e2f5d[_0x51f229(0x175)](_0x5e2f5d[_0x51f229(0x98)],_0x5e2f5d[_0x51f229(0x98)])?![]:(_0x4fb41a=!![],!![]);}}):_0x142b3c['debug'](_0x4d4a5a(0x124)+_0x13b65c);}catch(_0x112c5d){_0x5e2f5d[_0x4d4a5a(0x175)](_0x5e2f5d[_0x4d4a5a(0xc8)],_0x5e2f5d[_0x4d4a5a(0xc8)])?_0xca40b4=_0x47a796:logger[_0x4d4a5a(0xdc)](_0x4d4a5a(0x178)+_0x112c5d);}return _0x4fb41a;},exports[a52_0x24747b(0xc9)]=PerformanceTester[a52_0x24747b(0x12b)](a52_0x24747b(0x134),async function(_0x4376ad,_0x132ec5){const _0x146aa9=a52_0x24747b,_0x5ee4b3={};_0x5ee4b3[_0x146aa9(0x13d)]=_0x146aa9(0x7e),_0x5ee4b3[_0x146aa9(0x9c)]=_0x146aa9(0x101),_0x5ee4b3['urbap']=function(_0xeb2b92,_0x136827){return _0xeb2b92===_0x136827;},_0x5ee4b3['LyhHL']=_0x146aa9(0xc0),_0x5ee4b3[_0x146aa9(0xf3)]='false',_0x5ee4b3['neylG']=_0x146aa9(0xde),_0x5ee4b3['zIOoB']=function(_0x4ec676,_0x136838){return _0x4ec676>_0x136838;},_0x5ee4b3[_0x146aa9(0x14c)]=function(_0x1a7d44,_0x15d804){return _0x1a7d44!==_0x15d804;},_0x5ee4b3['VJYcn']=_0x146aa9(0x16a),_0x5ee4b3[_0x146aa9(0x8e)]=function(_0x4a72c2,_0x2a1051){return _0x4a72c2&&_0x2a1051;},_0x5ee4b3[_0x146aa9(0x13e)]=_0x146aa9(0x7b),_0x5ee4b3['YNVXs']=function(_0x53a3b1,_0x3f6a65){return _0x53a3b1===_0x3f6a65;},_0x5ee4b3[_0x146aa9(0x159)]=_0x146aa9(0x135),_0x5ee4b3[_0x146aa9(0xb8)]=_0x146aa9(0x7f),_0x5ee4b3[_0x146aa9(0x14e)]=function(_0x2d6333,_0x566d52){return _0x2d6333===_0x566d52;},_0x5ee4b3[_0x146aa9(0x15f)]=_0x146aa9(0x108),_0x5ee4b3[_0x146aa9(0x121)]=_0x146aa9(0xd9),_0x5ee4b3[_0x146aa9(0x92)]=_0x146aa9(0xf4),_0x5ee4b3[_0x146aa9(0xac)]='ZcxvL',_0x5ee4b3[_0x146aa9(0xfe)]=_0x146aa9(0x11f),_0x5ee4b3[_0x146aa9(0x119)]=_0x146aa9(0x139),_0x5ee4b3['Ezmut']=_0x146aa9(0xe6),_0x5ee4b3[_0x146aa9(0x102)]='POST',_0x5ee4b3['lFHmZ']=_0x146aa9(0x85),_0x5ee4b3[_0x146aa9(0x16c)]=function(_0x82aff5,_0x452f83){return _0x82aff5===_0x452f83;},_0x5ee4b3[_0x146aa9(0x148)]='ykeRl',_0x5ee4b3['krKXC']=_0x146aa9(0xa2),_0x5ee4b3[_0x146aa9(0x173)]=_0x146aa9(0xce),_0x5ee4b3['tJuKG']=function(_0x51ad78,_0x39d105){return _0x51ad78===_0x39d105;},_0x5ee4b3['GuxvI']=_0x146aa9(0x191),_0x5ee4b3[_0x146aa9(0xd3)]=function(_0x14614d,_0x191613){return _0x14614d===_0x191613;},_0x5ee4b3[_0x146aa9(0x10b)]='fnnpF',_0x5ee4b3[_0x146aa9(0xf9)]=function(_0x1e6098,_0x384dd0){return _0x1e6098!==_0x384dd0;},_0x5ee4b3[_0x146aa9(0xb7)]=_0x146aa9(0x100),_0x5ee4b3[_0x146aa9(0x8a)]=function(_0x499022,_0x18462c){return _0x499022===_0x18462c;},_0x5ee4b3[_0x146aa9(0x190)]='cWxbm',_0x5ee4b3[_0x146aa9(0x152)]='apxhH',_0x5ee4b3['TtoRU']=function(_0x311a74,_0x2c3e9a){return _0x311a74===_0x2c3e9a;},_0x5ee4b3[_0x146aa9(0x162)]=_0x146aa9(0xb3),_0x5ee4b3['GkfIW']=function(_0x144104,_0x1a49bd){return _0x144104!==_0x1a49bd;},_0x5ee4b3['lxmIT']=_0x146aa9(0x16f);const _0x8ce652=_0x5ee4b3,_0x23378d=bsSetupHelper['getUserName'](_0x4376ad),_0x1fce19=bsSetupHelper[_0x146aa9(0xfa)](_0x4376ad);if(bsSetupHelper[_0x146aa9(0xc1)](_0x23378d)||bsSetupHelper[_0x146aa9(0xc1)](_0x1fce19)){if(_0x8ce652['YNVXs'](_0x8ce652[_0x146aa9(0x159)],_0x8ce652[_0x146aa9(0xb8)]))_0x64632d[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x2a844b[_0x146aa9(0x130)]||_0x31dbee[_0x146aa9(0x127)]));else return logger[_0x146aa9(0xc6)](_0x8ce652['hBThe']),[null,null];}try{if(_0x8ce652[_0x146aa9(0x14e)](_0x8ce652[_0x146aa9(0x15f)],_0x8ce652[_0x146aa9(0x15f)])){let _0x4d9e4f;if(bsSetupHelper[_0x146aa9(0xc1)](process[_0x146aa9(0x177)][_0x146aa9(0x115)])){if(_0x8ce652[_0x146aa9(0x14c)](_0x8ce652[_0x146aa9(0x121)],_0x8ce652[_0x146aa9(0x92)]))_0x4d9e4f={};else{_0x22b515['warn'](_0x8ce652['ePOlC']);return;}}else{if(_0x8ce652[_0x146aa9(0xb9)](_0x8ce652[_0x146aa9(0xac)],_0x8ce652[_0x146aa9(0xac)]))_0x4d9e4f=JSON[_0x146aa9(0x170)](process[_0x146aa9(0x177)][_0x146aa9(0x115)]);else return!![];}const {name:_0x11ee82,version:_0x365bfa}=bsSetupHelper[_0x146aa9(0xc5)](_0x4376ad,_0x132ec5),_0x2df640={'projectName':_0x4376ad[_0x146aa9(0x166)],'buildName':_0x4376ad['buildName']||path[_0x146aa9(0xad)](path['resolve'](process['cwd']())),'startTime':new Date()['toISOString'](),'description':_0x4376ad[_0x146aa9(0x12e)]||'','source':{'frameworkName':_0x132ec5['includes'](_0x8ce652[_0x146aa9(0xfe)])?_0x8ce652[_0x146aa9(0xfe)]:_0x132ec5,'frameworkVersion':bsSetupHelper[_0x146aa9(0xe3)](_0x132ec5),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x8ce652[_0x146aa9(0x119)],'testFramework':_0x11ee82,'testFrameworkVersion':_0x365bfa},'settings':_0x4d9e4f,'versionControl':await bsSetupHelper[_0x146aa9(0xb4)](),'ciInfo':bsSetupHelper[_0x146aa9(0xd6)](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x146aa9(0x171)]()},_0x1a8e51={};_0x1a8e51['user']=_0x23378d,_0x1a8e51[_0x146aa9(0x8f)]=_0x1fce19;const _0x25a8b9={};_0x25a8b9[_0x146aa9(0x17c)]=_0x8ce652[_0x146aa9(0x83)];const _0x9f7ff5={};_0x9f7ff5['auth']=_0x1a8e51,_0x9f7ff5[_0x146aa9(0x176)]=_0x25a8b9;const _0x3ed7e6=_0x9f7ff5,_0x266d1f={};_0x266d1f[_0x146aa9(0xd5)]=_0x2df640,_0x266d1f[_0x146aa9(0xdb)]=!![];const _0x3f7871=Object[_0x146aa9(0x181)](_0x3ed7e6,_0x266d1f),_0x5a31c1=await bsSetupHelper[_0x146aa9(0x16d)](_0x8ce652[_0x146aa9(0x102)],_0x8ce652['lFHmZ'],_0x3f7871,_0x4376ad,API_URL);let _0x40d104=process[_0x146aa9(0x177)][_0x146aa9(0x115)];if(_0x40d104){if(_0x8ce652[_0x146aa9(0x16c)](_0x8ce652[_0x146aa9(0x148)],_0x8ce652['krKXC']))return _0x59340e[_0x146aa9(0xc6)](_0x8ce652[_0x146aa9(0x9c)]),[null,null];else _0x40d104=JSON[_0x146aa9(0x170)](process[_0x146aa9(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}else{if(_0x8ce652[_0x146aa9(0x14c)](_0x8ce652[_0x146aa9(0x173)],_0x8ce652['jcLUL'])){if(_0x8ce652['urbap'](_0x2a4c36[_0x146aa9(0x130)],_0x8ce652[_0x146aa9(0x144)])){_0x2852e1[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x44c51b['message']||_0x3c5a0f[_0x146aa9(0x127)]));for(const _0x39d519 of _0x15c2ff[_0x146aa9(0x96)]){_0x2762ca[_0x146aa9(0xc6)](_0x39d519[_0x146aa9(0x130)]);}_0x27cfdc['env'][_0x146aa9(0xbf)]=_0x8ce652['jKgnF'],_0x25b654['env'][_0x146aa9(0xd2)]=_0x8ce652[_0x146aa9(0xf3)];}else _0x45914e[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x290c18[_0x146aa9(0x130)]||_0x2d33cd['stack']));}else _0x40d104={};}return scripts[_0x146aa9(0x9a)](_0x5a31c1['data'][_0x146aa9(0xe7)]),scripts['toJson'](),_0x40d104[_0x146aa9(0x87)]=_0x5a31c1[_0x146aa9(0xe7)][_0x146aa9(0xe7)]['scannerVersion'],process[_0x146aa9(0x177)][_0x146aa9(0x115)]=JSON[_0x146aa9(0xe4)](_0x40d104),[_0x5a31c1['data']['data'][_0x146aa9(0xcf)],_0x5a31c1['data'][_0x146aa9(0xe7)]['id']];}else{try{if(!_0x53f572[_0x146aa9(0x171)]())return![];const _0x90b10f=_0x2179b5[_0x146aa9(0x95)](_0x4da678[_0x146aa9(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x113bfd[_0x146aa9(0x95)](_0x540dea[_0x146aa9(0x177)][_0x146aa9(0xd2)]),_0x184b94=_0x8ce652[_0x146aa9(0xb9)](typeof _0x4e02b5[_0x146aa9(0x177)][_0x146aa9(0x112)],_0x8ce652[_0x146aa9(0x7a)])&&_0x8ce652[_0x146aa9(0x17b)](_0x23f73b['env'][_0x146aa9(0x112)][_0x146aa9(0x97)],0x0)&&_0x8ce652[_0x146aa9(0x14c)](_0x696efb['env']['BS_A11Y_JWT'],_0x8ce652['VJYcn']);return _0x8ce652[_0x146aa9(0x8e)](_0x90b10f,_0x184b94);}catch(_0x47cc8a){_0x3eb954[_0x146aa9(0xdc)](_0x146aa9(0x124)+_0x47cc8a);}return![];}}catch(_0x325132){if(_0x8ce652[_0x146aa9(0x82)](_0x8ce652['GuxvI'],_0x8ce652[_0x146aa9(0x16e)])){if(_0x325132[_0x146aa9(0x131)])_0x8ce652['IDYaZ'](_0x8ce652[_0x146aa9(0x10b)],_0x8ce652[_0x146aa9(0x10b)])?logger[_0x146aa9(0xc6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+_0x325132['response']['status']+'\x20'+_0x325132['response']['statusText']+'\x20'+JSON[_0x146aa9(0xe4)](_0x325132[_0x146aa9(0x131)]['data'])):_0x1c5b11=_0x282fab[_0x146aa9(0x111)]('/');else{if(_0x8ce652['oDVAB'](_0x8ce652[_0x146aa9(0xb7)],_0x8ce652['yRaYu']))_0x1e179d[_0x146aa9(0xc6)](_0x183396[_0x146aa9(0x130)]);else{if(_0x8ce652[_0x146aa9(0x8a)](_0x325132[_0x146aa9(0x130)],_0x8ce652[_0x146aa9(0x144)])){if(_0x8ce652[_0x146aa9(0x82)](_0x8ce652[_0x146aa9(0x190)],_0x8ce652['bPBJk']))_0x3b3add[_0x146aa9(0xdc)](_0x8ce652[_0x146aa9(0x13e)],_0x4328c9);else{logger[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x325132[_0x146aa9(0x130)]||_0x325132['stack']));for(const _0x7bb2c6 of _0x325132[_0x146aa9(0x96)]){_0x8ce652[_0x146aa9(0x12c)](_0x8ce652[_0x146aa9(0x162)],_0x8ce652[_0x146aa9(0x162)])?logger[_0x146aa9(0xc6)](_0x7bb2c6[_0x146aa9(0x130)]):_0x3b29bb={};}process[_0x146aa9(0x177)][_0x146aa9(0xbf)]=_0x8ce652['jKgnF'],process[_0x146aa9(0x177)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x8ce652[_0x146aa9(0xf3)];}}else _0x8ce652['GkfIW'](_0x8ce652[_0x146aa9(0x79)],_0x8ce652[_0x146aa9(0x79)])?_0x30da5b=_0x3a00f7['parse'](_0x2f9de0['env']['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']):logger[_0x146aa9(0xc6)](_0x146aa9(0xa6)+(_0x325132[_0x146aa9(0x130)]||_0x325132[_0x146aa9(0x127)]));}}return[null,null];}else _0x4eded3=_0x4b645f[_0x146aa9(0x170)](_0x55435a[_0x146aa9(0x177)][_0x146aa9(0x115)]);}}),exports['stopAccessibilityTestRun']=PerformanceTester[a52_0x24747b(0x12b)](a52_0x24747b(0x168),async function(_0x188c58){const _0x35a72e=a52_0x24747b,_0x3a0396={};_0x3a0396[_0x35a72e(0x19c)]=_0x35a72e(0x125),_0x3a0396[_0x35a72e(0x165)]=_0x35a72e(0x156),_0x3a0396[_0x35a72e(0x105)]=_0x35a72e(0x7d),_0x3a0396[_0x35a72e(0x169)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x3a0396[_0x35a72e(0x10e)]=function(_0x19e0d6,_0x101c8b){return _0x19e0d6===_0x101c8b;},_0x3a0396[_0x35a72e(0xfc)]=_0x35a72e(0xde),_0x3a0396['KjqJf']=_0x35a72e(0x11a),_0x3a0396[_0x35a72e(0x15a)]=_0x35a72e(0x151),_0x3a0396['rKwIp']=function(_0x281c9a,_0x51564a){return _0x281c9a!==_0x51564a;},_0x3a0396[_0x35a72e(0xbc)]=_0x35a72e(0xbd),_0x3a0396[_0x35a72e(0x138)]=_0x35a72e(0xbb),_0x3a0396['JNZwW']='error',_0x3a0396[_0x35a72e(0x74)]='Build\x20creation\x20had\x20failed.',_0x3a0396[_0x35a72e(0x80)]=_0x35a72e(0xe6),_0x3a0396[_0x35a72e(0x136)]=function(_0x2aeacc,_0x5d5395){return _0x2aeacc!==_0x5d5395;},_0x3a0396[_0x35a72e(0x197)]='EOHcc',_0x3a0396[_0x35a72e(0x132)]='cDCIf',_0x3a0396[_0x35a72e(0xcb)]=_0x35a72e(0xb2),_0x3a0396[_0x35a72e(0x10c)]=_0x35a72e(0xf7),_0x3a0396[_0x35a72e(0x15e)]=function(_0x35253f,_0x32c4d1){return _0x35253f===_0x32c4d1;},_0x3a0396[_0x35a72e(0x195)]=_0x35a72e(0xba),_0x3a0396[_0x35a72e(0x114)]=function(_0x1b4362,_0x3195ba){return _0x1b4362+_0x3195ba;},_0x3a0396['KCJXn']='Invalid\x20request:\x20',_0x3a0396[_0x35a72e(0xf8)]=function(_0x1af348,_0x207a5d){return _0x1af348!==_0x207a5d;},_0x3a0396['txkDN']=_0x35a72e(0x161),_0x3a0396[_0x35a72e(0x18d)]=_0x35a72e(0x184),_0x3a0396[_0x35a72e(0x113)]=_0x35a72e(0x18e),_0x3a0396['xvGwc']=_0x35a72e(0x189),_0x3a0396['TqvZa']=_0x35a72e(0x154),_0x3a0396[_0x35a72e(0xf5)]=_0x35a72e(0x10d);const _0x5bcb74=_0x3a0396;if(bsSetupHelper[_0x35a72e(0xc1)](process['env'][_0x35a72e(0x112)])||_0x5bcb74[_0x35a72e(0xf1)](typeof process[_0x35a72e(0x177)][_0x35a72e(0x112)],_0x5bcb74['XslFc'])){if(_0x5bcb74[_0x35a72e(0xf1)](_0x5bcb74[_0x35a72e(0xbc)],_0x5bcb74[_0x35a72e(0x138)])){const _0x514586={};return _0x514586[_0x35a72e(0xe0)]=_0x5bcb74[_0x35a72e(0x17e)],_0x514586[_0x35a72e(0x130)]=_0x5bcb74[_0x35a72e(0x74)],_0x514586;}else return _0x1730c3[_0x35a72e(0xc6)](_0x5bcb74[_0x35a72e(0x19c)]),[];}const _0x2a98ec={'endTime':new Date()[_0x35a72e(0x8b)]()},_0x5c9fa0={};_0x5c9fa0[_0x35a72e(0x174)]=_0x35a72e(0x91)+process[_0x35a72e(0x177)][_0x35a72e(0x112)],_0x5c9fa0[_0x35a72e(0x17c)]=_0x5bcb74[_0x35a72e(0x80)];const _0x37b63e={};_0x37b63e[_0x35a72e(0x176)]=_0x5c9fa0;const _0x283efd=_0x37b63e,_0x4b4306={};_0x4b4306[_0x35a72e(0xd5)]=_0x2a98ec,_0x4b4306[_0x35a72e(0x141)]=null,_0x4b4306[_0x35a72e(0xdb)]=!![];const _0x1bd3f1=Object[_0x35a72e(0x181)](_0x283efd,_0x4b4306);try{if(_0x5bcb74[_0x35a72e(0x136)](_0x5bcb74['heaXz'],_0x5bcb74[_0x35a72e(0x132)])){const _0x25f91a=await bsSetupHelper[_0x35a72e(0x16d)](_0x5bcb74[_0x35a72e(0xcb)],_0x5bcb74[_0x35a72e(0x10c)],_0x1bd3f1,_0x188c58,API_URL);if(_0x25f91a['data'][_0x35a72e(0xc6)]){if(_0x5bcb74[_0x35a72e(0x15e)](_0x5bcb74[_0x35a72e(0x195)],_0x5bcb74['hVwdv']))throw new Error(_0x5bcb74['CvQlf'](_0x5bcb74[_0x35a72e(0x17f)],_0x25f91a['data'][_0x35a72e(0xc6)]));else return _0x430a16=!![],!![];}else{if(_0x5bcb74['vjJcB'](_0x5bcb74[_0x35a72e(0x17a)],_0x5bcb74[_0x35a72e(0x17a)])){_0x2d11ee[_0x35a72e(0x155)](_0x35a72e(0x142)+new _0x261633()['toISOString']());const _0x55125b={};return _0x55125b['status']=_0x5bcb74[_0x35a72e(0x165)],_0x55125b[_0x35a72e(0x130)]='',_0x55125b;}else{logger['info'](_0x35a72e(0x142)+new Date()[_0x35a72e(0x8b)]());const _0x54e5b1={};return _0x54e5b1['status']=_0x5bcb74[_0x35a72e(0x165)],_0x54e5b1[_0x35a72e(0x130)]='',_0x54e5b1;}}}else return _0x6ed543[_0x35a72e(0x12a)](_0x5bcb74[_0x35a72e(0x105)]),{};}catch(_0x562075){if(_0x5bcb74['DCuyz'](_0x5bcb74[_0x35a72e(0x18d)],_0x5bcb74[_0x35a72e(0x113)]))return _0x2e6da8['warn'](_0x5bcb74['nqUmi']),[];else{if(_0x562075[_0x35a72e(0x131)]){if(_0x5bcb74[_0x35a72e(0x15e)](_0x5bcb74[_0x35a72e(0x76)],_0x5bcb74['TqvZa'])){if(_0x26b460&&_0x4e0c75[_0x35a72e(0xae)]&&_0x5bcb74['DCuyz'](typeof _0x477f26['script'],_0x5bcb74[_0x35a72e(0xfc)]))return _0x44b93d['script'][_0x35a72e(0xda)](_0x5bcb74[_0x35a72e(0x8c)]);return![];}else logger[_0x35a72e(0xc6)](_0x35a72e(0x99)+_0x562075[_0x35a72e(0x131)][_0x35a72e(0xe0)]+'\x20'+_0x562075[_0x35a72e(0x131)][_0x35a72e(0xa1)]+'\x20'+JSON[_0x35a72e(0xe4)](_0x562075[_0x35a72e(0x131)][_0x35a72e(0xe7)]));}else{if(_0x5bcb74[_0x35a72e(0x10e)](_0x5bcb74[_0x35a72e(0xf5)],_0x5bcb74[_0x35a72e(0xf5)]))logger['error']('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x562075[_0x35a72e(0x130)]||util[_0x35a72e(0x12d)](_0x562075)));else{_0x494fe7[_0x35a72e(0xc6)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x8938e0['message']||_0x3f3932[_0x35a72e(0x127)]));for(const _0x809bba of _0xef5fd2['errors']){_0x16b8b0[_0x35a72e(0xc6)](_0x809bba[_0x35a72e(0x130)]);}_0x14e4b0['env'][_0x35a72e(0xbf)]=_0x5bcb74['CFsfi'],_0x3115a6[_0x35a72e(0x177)][_0x35a72e(0xd2)]=_0x5bcb74[_0x35a72e(0x15a)];}}const _0x5f1983={};return _0x5f1983['status']=_0x5bcb74[_0x35a72e(0x17e)],_0x5f1983['message']=_0x562075[_0x35a72e(0x130)]||(_0x562075['response']?_0x562075['response'][_0x35a72e(0xe0)]+':'+_0x562075[_0x35a72e(0x131)][_0x35a72e(0xa1)]:_0x562075),_0x5f1983;}}}),exports[a52_0x24747b(0x15d)]=async(_0x1cadc6,_0x33073e=null)=>{const _0x17e55d=a52_0x24747b,_0xe4cf01={};_0xe4cf01[_0x17e55d(0x153)]=_0x17e55d(0x120),_0xe4cf01[_0x17e55d(0xa7)]=_0x17e55d(0x128),_0xe4cf01[_0x17e55d(0x157)]=_0x17e55d(0x160),_0xe4cf01[_0x17e55d(0xc7)]=function(_0x204769,_0x40b865){return _0x204769!==_0x40b865;},_0xe4cf01[_0x17e55d(0x9d)]=_0x17e55d(0x185),_0xe4cf01[_0x17e55d(0xbe)]='zjFVI',_0xe4cf01[_0x17e55d(0x104)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.';const _0x4722d3=_0xe4cf01;if(!this[_0x17e55d(0xef)]()||!globals[_0x17e55d(0x86)](_0x4722d3[_0x17e55d(0xa7)])||!globals[_0x17e55d(0x86)](_0x4722d3[_0x17e55d(0x157)])){if(_0x4722d3[_0x17e55d(0xc7)](_0x4722d3['mzXKN'],_0x4722d3[_0x17e55d(0xbe)])){logger[_0x17e55d(0x12a)](_0x4722d3[_0x17e55d(0x104)]);return;}else return _0x4e548e[_0x17e55d(0xc6)](_0x4722d3[_0x17e55d(0x153)]),{};}const _0x39a83b={};_0x39a83b['method']=_0x33073e||global[_0x17e55d(0x77)],logger['debug'](util[_0x17e55d(0x12d)](await _0x1cadc6[_0x17e55d(0xc3)](scripts[_0x17e55d(0x15d)],_0x39a83b)));},exports[a52_0x24747b(0xc2)]=async(_0x4aef8c,_0x4eb37a)=>{const _0x1319dd=a52_0x24747b,_0xff297={};_0xff297[_0x1319dd(0xa4)]=function(_0x511a8f,_0x4d9b92){return _0x511a8f===_0x4d9b92;},_0xff297[_0x1319dd(0x14b)]=function(_0x45c1e4,_0x2a2bc3){return _0x45c1e4&&_0x2a2bc3;},_0xff297['Oagbh']=_0x1319dd(0x128),_0xff297['PMVHA']=_0x1319dd(0x160),_0xff297[_0x1319dd(0xec)]=function(_0x2898a1,_0x1de04c){return _0x2898a1===_0x1de04c;},_0xff297[_0x1319dd(0x103)]=_0x1319dd(0x1a1),_0xff297['QSmIA']=_0x1319dd(0xa3),_0xff297[_0x1319dd(0x109)]=_0x1319dd(0x199),_0xff297['yNKom']=function(_0x3daa14,_0x5149af){return _0x3daa14!==_0x5149af;},_0xff297['sJOxx']=_0x1319dd(0xf2),_0xff297[_0x1319dd(0x167)]='SBcxn',_0xff297[_0x1319dd(0x11d)]=_0x1319dd(0x180),_0xff297['PUSAN']=_0x1319dd(0x13f),_0xff297['ukLdp']=_0x1319dd(0x125);const _0x5605f6=_0xff297;if(!this[_0x1319dd(0xef)]()||!globals['getGlobal'](_0x5605f6[_0x1319dd(0x10f)])||!globals[_0x1319dd(0x86)](_0x5605f6['PMVHA'])){if(_0x5605f6['ceEBm'](_0x5605f6[_0x1319dd(0x103)],_0x5605f6[_0x1319dd(0x12f)]))_0x7bf4d3[_0x1319dd(0xc6)](_0x1319dd(0x99)+_0x1f625f['response'][_0x1319dd(0xe0)]+'\x20'+_0x5c7a37['response'][_0x1319dd(0xa1)]+'\x20'+_0x2808eb[_0x1319dd(0xe4)](_0x4b50b2['response'][_0x1319dd(0xe7)]));else return logger[_0x1319dd(0x12a)](_0x5605f6[_0x1319dd(0x109)]),[];}try{if(_0x5605f6[_0x1319dd(0x19b)](_0x5605f6[_0x1319dd(0xb1)],_0x5605f6[_0x1319dd(0x167)])){logger[_0x1319dd(0xdc)](_0x5605f6[_0x1319dd(0x11d)]);const _0x1f33c7={};_0x1f33c7[_0x1319dd(0xaa)]=_0x4eb37a[_0x1319dd(0x77)],logger[_0x1319dd(0xdc)](util['format'](await _0x4aef8c[_0x1319dd(0xc3)](scripts[_0x1319dd(0x15d)],_0x1f33c7)));const _0x2eb038=await _0x4aef8c[_0x1319dd(0xc3)](scripts[_0x1319dd(0x11c)]);return _0x2eb038;}else{const _0x20f6e6=_0x5e3b03[_0x1319dd(0x170)](_0x18bbbe[_0x1319dd(0x177)][_0x1319dd(0x115)]),_0x32c54b=_0x512748[_0x1319dd(0x11e)](_0x20f6e6[_0x1319dd(0x9b)])?_0x20f6e6[_0x1319dd(0x9b)]:[],_0x4ab945=_0x2214f0['isArray'](_0x20f6e6[_0x1319dd(0x116)])?_0x20f6e6['excludeTagsInTestingScope']:[];let _0x280273;_0x43f06c?_0x280273=_0x1bf53f[_0x1319dd(0x111)]('/'):_0x280273=_0x5a9625;const _0x5d9be9=_0x4ab945[_0x1319dd(0xee)](_0xccae70=>_0x280273['includes'](_0xccae70)),_0x17cea0=_0x5605f6[_0x1319dd(0xa4)](_0x32c54b[_0x1319dd(0x97)],0x0)||_0x32c54b['some'](_0x3501ac=>_0x280273['includes'](_0x3501ac));return _0x5605f6[_0x1319dd(0x14b)](!_0x5d9be9,_0x17cea0);}}catch{if(_0x5605f6[_0x1319dd(0xec)](_0x5605f6[_0x1319dd(0xd0)],_0x5605f6[_0x1319dd(0xd0)]))return logger[_0x1319dd(0xc6)](_0x5605f6[_0x1319dd(0xaf)]),[];else _0x2ba093[_0x1319dd(0xdc)](_0x1319dd(0x178)+_0x3a8536);}},exports[a52_0x24747b(0xb0)]=async(_0x1c294c,_0x33e44e)=>{const _0x2250df=a52_0x24747b,_0x5439fa={};_0x5439fa[_0x2250df(0x9e)]=_0x2250df(0x128),_0x5439fa[_0x2250df(0x140)]=_0x2250df(0x160),_0x5439fa['KwXtd']=_0x2250df(0x7d),_0x5439fa[_0x2250df(0xca)]=_0x2250df(0x7c),_0x5439fa[_0x2250df(0x146)]=_0x2250df(0x120);const _0x4052fc=_0x5439fa;if(!this[_0x2250df(0xef)]()||!globals[_0x2250df(0x86)](_0x4052fc['nhtmL'])||!globals[_0x2250df(0x86)](_0x4052fc[_0x2250df(0x140)]))return logger[_0x2250df(0x12a)](_0x4052fc[_0x2250df(0x18a)]),{};try{logger[_0x2250df(0xdc)](_0x4052fc[_0x2250df(0xca)]);const _0x39990c={};_0x39990c[_0x2250df(0xaa)]=_0x33e44e[_0x2250df(0x77)],logger[_0x2250df(0xdc)](util[_0x2250df(0x12d)](await _0x1c294c[_0x2250df(0xc3)](scripts[_0x2250df(0x15d)],_0x39990c)));const _0x1f0720=await _0x1c294c['executeAsyncScript'](scripts[_0x2250df(0x84)]);return _0x1f0720;}catch{return logger[_0x2250df(0xc6)](_0x4052fc[_0x2250df(0x146)]),{};}},exports[a52_0x24747b(0x19f)]=_0x261e12=>{const _0x17d479=a52_0x24747b,_0x5dfff6={};_0x5dfff6[_0x17d479(0x123)]=function(_0x1bc5a2,_0x5b9c4d){return _0x1bc5a2===_0x5b9c4d;},_0x5dfff6['RImra']=_0x17d479(0xde),_0x5dfff6[_0x17d479(0xdf)]=_0x17d479(0x11a);const _0x50949a=_0x5dfff6;if(_0x261e12&&_0x261e12['script']&&_0x50949a[_0x17d479(0x123)](typeof _0x261e12['script'],_0x50949a['RImra']))return _0x261e12['script'][_0x17d479(0xda)](_0x50949a['uIEDS']);return![];};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a53_0x31ead7=a53_0x239c;(function(_0xb4d5f5,_0x436b42){const _0x1a8e37=a53_0x239c,_0x438d8e=_0xb4d5f5();while(!![]){try{const _0x1e804f=parseInt(_0x1a8e37(0xf0))/0x1*(-parseInt(_0x1a8e37(0xfc))/0x2)+parseInt(_0x1a8e37(0x127))/0x3+-parseInt(_0x1a8e37(0xee))/0x4*(-parseInt(_0x1a8e37(0xf8))/0x5)+-parseInt(_0x1a8e37(0x106))/0x6+-parseInt(_0x1a8e37(0x10b))/0x7+-parseInt(_0x1a8e37(0xf4))/0x8*(-parseInt(_0x1a8e37(0x107))/0x9)+parseInt(_0x1a8e37(0x10c))/0xa;if(_0x1e804f===_0x436b42)break;else _0x438d8e['push'](_0x438d8e['shift']());}catch(_0x234454){_0x438d8e['push'](_0x438d8e['shift']());}}}(a53_0x4529,0xd9f12));function a53_0x239c(_0x10f08e,_0x2e16ad){const _0x452964=a53_0x4529();return a53_0x239c=function(_0x239c42,_0x47f03c){_0x239c42=_0x239c42-0xed;let _0x175d38=_0x452964[_0x239c42];return _0x175d38;},a53_0x239c(_0x10f08e,_0x2e16ad);}const path=require(a53_0x31ead7(0xf9)),fs=require('fs'),helper=require('../helper');class Scripts{constructor(){const _0x1c4e62=a53_0x31ead7,_0x5ba920={};_0x5ba920[_0x1c4e62(0x11c)]=_0x1c4e62(0x108),_0x5ba920[_0x1c4e62(0x100)]=_0x1c4e62(0x114),_0x5ba920[_0x1c4e62(0x11d)]=_0x1c4e62(0x11b);const _0x149a4c=_0x5ba920,_0x468259=_0x149a4c[_0x1c4e62(0x11c)][_0x1c4e62(0xfb)]('|');let _0x253acd=0x0;while(!![]){switch(_0x468259[_0x253acd++]){case'0':this[_0x1c4e62(0x126)]=null;continue;case'1':this[_0x1c4e62(0xf5)]=path['join'](helper[_0x1c4e62(0x129)](),_0x149a4c['zGOtx']);continue;case'2':this[_0x1c4e62(0x105)]=path[_0x1c4e62(0x116)](this[_0x1c4e62(0xf5)],_0x149a4c[_0x1c4e62(0x11d)]);continue;case'3':this[_0x1c4e62(0x101)]();continue;case'4':this[_0x1c4e62(0xfe)]=null;continue;case'5':this[_0x1c4e62(0x125)]=null;continue;case'6':this[_0x1c4e62(0x110)]=null;continue;}break;}}['parseFromJson'](_0xef11e9){const _0x10e001=a53_0x31ead7,_0x5f5c43={};_0x5f5c43[_0x10e001(0xf3)]=function(_0x1d5456,_0x146465){return _0x1d5456!==_0x146465;},_0x5f5c43['lVxgs']=_0x10e001(0x120);const _0x4bf357=_0x5f5c43;_0xef11e9[_0x10e001(0x10e)]&&(_0x4bf357['zcLbo'](_0x4bf357[_0x10e001(0xf2)],_0x4bf357[_0x10e001(0xf2)])?(!_0x1f77ac[_0x10e001(0x117)](this['browserstackFolderPath'])&&_0x14d72d[_0x10e001(0xf7)](this[_0x10e001(0xf5)]),_0x1be68c[_0x10e001(0xfd)](this[_0x10e001(0x105)],_0x32e62b[_0x10e001(0x111)]({'scripts':{'scan':this[_0x10e001(0x125)],'getResults':this['getResults'],'getResultsSummary':this['getResultsSummary'],'saveResults':this[_0x10e001(0x126)]},'commands':this['commandsToWrap']}))):(this['performScan']=_0xef11e9[_0x10e001(0x10e)][_0x10e001(0xf6)],this['getResults']=_0xef11e9[_0x10e001(0x10e)]['getResults'],this[_0x10e001(0xfe)]=_0xef11e9[_0x10e001(0x10e)][_0x10e001(0xfe)],this[_0x10e001(0x126)]=_0xef11e9[_0x10e001(0x10e)]['saveResults'])),this[_0x10e001(0x118)]=_0xef11e9['commands'];}[a53_0x31ead7(0x124)](_0x2c4268){const _0x1d6a39=a53_0x31ead7,_0x538ba5={};_0x538ba5[_0x1d6a39(0x103)]=_0x1d6a39(0x102),_0x538ba5[_0x1d6a39(0x115)]=_0x1d6a39(0x114),_0x538ba5['HZecn']=_0x1d6a39(0x11b),_0x538ba5['OCEfX']=function(_0x1bfea0,_0x7fbce8){return _0x1bfea0!==_0x7fbce8;},_0x538ba5[_0x1d6a39(0xfa)]=_0x1d6a39(0x11e),_0x538ba5[_0x1d6a39(0x119)]='ryuWL',_0x538ba5[_0x1d6a39(0x112)]=function(_0x446de8,_0x1034af){return _0x446de8!==_0x1034af;};const _0x246380=_0x538ba5;try{if(_0x246380[_0x1d6a39(0x104)](_0x246380['MdZvs'],_0x246380['loTAL']))return _0x246380[_0x1d6a39(0x112)](this[_0x1d6a39(0x118)]['findIndex'](_0x58c2fe=>_0x58c2fe['name'][_0x1d6a39(0x109)]()===_0x2c4268[_0x1d6a39(0x109)]()),-0x1);else{const _0x5783bc=_0x246380[_0x1d6a39(0x103)][_0x1d6a39(0xfb)]('|');let _0x397b0b=0x0;while(!![]){switch(_0x5783bc[_0x397b0b++]){case'0':this[_0x1d6a39(0xfe)]=null;continue;case'1':this[_0x1d6a39(0x101)]();continue;case'2':this['browserstackFolderPath']=_0xbe1618[_0x1d6a39(0x116)](_0x2e1600[_0x1d6a39(0x129)](),_0x246380[_0x1d6a39(0x115)]);continue;case'3':this['commandsPath']=_0x1e6c8a[_0x1d6a39(0x116)](this[_0x1d6a39(0xf5)],_0x246380[_0x1d6a39(0x121)]);continue;case'4':this[_0x1d6a39(0x110)]=null;continue;case'5':this[_0x1d6a39(0x126)]=null;continue;case'6':this[_0x1d6a39(0x125)]=null;continue;}break;}}}catch{}return![];}[a53_0x31ead7(0x10f)](){const _0x481851=a53_0x31ead7,_0x57f659={};_0x57f659['nYlrO']=function(_0x24d6c1,_0x477715){return _0x24d6c1!==_0x477715;},_0x57f659[_0x481851(0x11a)]=function(_0x4e84a1,_0x39e968){return _0x4e84a1===_0x39e968;},_0x57f659[_0x481851(0xed)]=_0x481851(0x123),_0x57f659[_0x481851(0xff)]=_0x481851(0x122);const _0x5154b9=_0x57f659;if(!fs[_0x481851(0x117)](this[_0x481851(0xf5)])){if(_0x5154b9[_0x481851(0x11a)](_0x5154b9[_0x481851(0xed)],_0x5154b9[_0x481851(0xff)]))return _0x5154b9['nYlrO'](this[_0x481851(0x118)][_0x481851(0x11f)](_0x2a7bda=>_0x2a7bda['name'][_0x481851(0x109)]()===_0x2b13da['toLowerCase']()),-0x1);else fs[_0x481851(0xf7)](this['browserstackFolderPath']);}fs['writeFileSync'](this[_0x481851(0x105)],JSON[_0x481851(0x111)]({'scripts':{'scan':this[_0x481851(0x125)],'getResults':this['getResults'],'getResultsSummary':this[_0x481851(0xfe)],'saveResults':this[_0x481851(0x126)]},'commands':this[_0x481851(0x118)]}));}[a53_0x31ead7(0x101)](){const _0x350223=a53_0x31ead7,_0x119c38={'snxyn':function(_0x4b52ee,_0x4f6160){return _0x4b52ee===_0x4f6160;},'YrjNN':_0x350223(0x12a),'cFVdB':function(_0x42b6aa,_0x118d82){return _0x42b6aa(_0x118d82);}};fs[_0x350223(0x117)](this[_0x350223(0x105)])&&(_0x119c38[_0x350223(0x10d)](_0x119c38[_0x350223(0xf1)],_0x119c38[_0x350223(0xf1)])?this[_0x350223(0x113)](_0x119c38['cFVdB'](require,this['commandsPath'])):(_0x28dcdc[_0x350223(0x10e)]&&(this[_0x350223(0x125)]=_0x5b607e['scripts'][_0x350223(0xf6)],this[_0x350223(0x110)]=_0x380b9d['scripts'][_0x350223(0x110)],this[_0x350223(0xfe)]=_0x3d3508[_0x350223(0x10e)][_0x350223(0xfe)],this['saveTestResults']=_0xbcd9ed[_0x350223(0x10e)][_0x350223(0x128)]),this[_0x350223(0x118)]=_0x5526e5[_0x350223(0xef)]));}}module[a53_0x31ead7(0x10a)]=new Scripts();function a53_0x4529(){const _0x23ce12=['62958TlcDQL','saveResults','homedir','tFcOc','ifwBQ','899488dauTdL','commands','11GiYMtN','YrjNN','lVxgs','zcLbo','16152daJsqw','browserstackFolderPath','scan','mkdirSync','10PQYKJN','path','MdZvs','split','217070FRbBbR','writeFileSync','getResultsSummary','AeFOi','zGOtx','fromJson','6|4|0|5|2|3|1','pNjpN','OCEfX','commandsPath','4756506HZkpsU','2637nVbeoT','5|6|4|0|1|2|3','toLowerCase','exports','2154432ARouIU','21248050zkyUIw','snxyn','scripts','toJson','getResults','stringify','DsNXX','parseFromJson','.browserstack','JAecI','join','existsSync','commandsToWrap','loTAL','oabgU','commands.json','ljEeI','UWvcd','AGYOq','findIndex','OVTCF','HZecn','OfNDL','xEDcp','shouldWrapCommand','performScan','saveTestResults'];a53_0x4529=function(){return _0x23ce12;};return a53_0x4529();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a54_0x1eef42=a54_0x581a;function a54_0xe7ac(){var _0x5b2f3d=['automate-turboscale/v1','10MNxnxe','https://grid.browserstack.com/dashboard/builds','BUILDS_DASHBOARD_URL','30706cxcaJU','9020074tyNqwD','API_ENDPOINT','39KCkiBN','8bvCtpP','17999047QQZeSB','7318575sCPgFr','4355yBDLDJ','1732CiPOzM','1115118AeAyvj','3944058rEgnYi'];a54_0xe7ac=function(){return _0x5b2f3d;};return a54_0xe7ac();}(function(_0x457b28,_0x5319a3){var _0xc0662=a54_0x581a,_0x247454=_0x457b28();while(!![]){try{var _0x553f45=parseInt(_0xc0662(0x164))/0x1*(parseInt(_0xc0662(0x161))/0x2)+parseInt(_0xc0662(0x15c))/0x3+parseInt(_0xc0662(0x15a))/0x4*(-parseInt(_0xc0662(0x159))/0x5)+-parseInt(_0xc0662(0x15b))/0x6+-parseInt(_0xc0662(0x162))/0x7*(parseInt(_0xc0662(0x156))/0x8)+-parseInt(_0xc0662(0x158))/0x9+-parseInt(_0xc0662(0x15e))/0xa*(-parseInt(_0xc0662(0x157))/0xb);if(_0x553f45===_0x5319a3)break;else _0x247454['push'](_0x247454['shift']());}catch(_0x5a7f01){_0x247454['push'](_0x247454['shift']());}}}(a54_0xe7ac,0xd80f1));var a54_0x23b175={};function a54_0x581a(_0x30d5d5,_0xac26d1){var _0xe7ac42=a54_0xe7ac();return a54_0x581a=function(_0x581a71,_0x425b0f){_0x581a71=_0x581a71-0x156;var _0x1d7958=_0xe7ac42[_0x581a71];return _0x1d7958;},a54_0x581a(_0x30d5d5,_0xac26d1);}a54_0x23b175[a54_0x1eef42(0x160)]=a54_0x1eef42(0x15f),a54_0x23b175[a54_0x1eef42(0x163)]=a54_0x1eef42(0x15d),module['exports']=a54_0x23b175;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a55_0x5e23ab=a55_0x336a;(function(_0x24ade9,_0x1dee87){const _0x1e42ba=a55_0x336a,_0x5a28d6=_0x24ade9();while(!![]){try{const _0x2cd878=parseInt(_0x1e42ba(0x1c8))/0x1+parseInt(_0x1e42ba(0x1f6))/0x2+-parseInt(_0x1e42ba(0x1cb))/0x3*(-parseInt(_0x1e42ba(0x1d7))/0x4)+-parseInt(_0x1e42ba(0x1c7))/0x5*(-parseInt(_0x1e42ba(0x1fc))/0x6)+parseInt(_0x1e42ba(0x1de))/0x7+parseInt(_0x1e42ba(0x1d1))/0x8*(parseInt(_0x1e42ba(0x1dc))/0x9)+-parseInt(_0x1e42ba(0x1db))/0xa;if(_0x2cd878===_0x1dee87)break;else _0x5a28d6['push'](_0x5a28d6['shift']());}catch(_0x127f7e){_0x5a28d6['push'](_0x5a28d6['shift']());}}}(a55_0x1d44,0x4e101));const constants=require(a55_0x5e23ab(0x1ff));function a55_0x1d44(){const _0x610f49=['xafPb','rgheE','TURBOSCALE_OPTIONS','BROWSERSTACK_TURBOSCALE_GRID_NAME','312366KGdLTK','EWvUZ','OXxTi','../../bin/utils/constants','yEFDZ','BROWSERSTACK_BUILD_TAGS','qxyer','WgMuh','10tNRzPq','269501tccbtT','buildTags','ZMlut','3ANbsbg','EWJPX','UTbYI','RhGpF','SBRTX','cLMPV','40nLEbKc','YdWHy','cftID','zZEQX','turboScaleOptions','wdSco','975956rKWjLa','isArray','zWdSJ','LNgyG','16585980DwrERA','735894ymyaQk','getTurboScaleCaps','3163230nKAQag','aTxQJ','dJQCp','HGviI','isTurboScaleSession','UxzGD','MfFQb','XdEUs','gridName','buildPriority','oEnSO','BROWSERSTACK_BUILD_PRIORITY','env','getTurboScaleOptions','NO_GRID_NAME_PASSED','YYrpB','cwVwC','HSILf','EKsUo','sDhOg','HglaK','taMIF','XXGpq','options','1000022WiWwMk','split'];a55_0x1d44=function(){return _0x610f49;};return a55_0x1d44();}function a55_0x336a(_0x2541b3,_0x116683){const _0x1d448a=a55_0x1d44();return a55_0x336a=function(_0x336a20,_0x4769df){_0x336a20=_0x336a20-0x1c7;let _0x588ed7=_0x1d448a[_0x336a20];return _0x588ed7;},a55_0x336a(_0x2541b3,_0x116683);}exports[a55_0x5e23ab(0x1eb)]=()=>{const _0x1a04b1=a55_0x5e23ab,_0x1638f7={};_0x1638f7[_0x1a04b1(0x1ed)]=function(_0x7e9d,_0x41f24d){return _0x7e9d!==_0x41f24d;},_0x1638f7[_0x1a04b1(0x1f8)]=_0x1a04b1(0x1e4);const _0x33344c=_0x1638f7;if(!constants[_0x1a04b1(0x1fa)][_0x1a04b1(0x1f5)])return _0x33344c[_0x1a04b1(0x1ed)](_0x33344c[_0x1a04b1(0x1f8)],_0x33344c[_0x1a04b1(0x1f8)])?_0x3ce651[_0x1a04b1(0x1d5)]['gridName']:{};return constants[_0x1a04b1(0x1fa)]['options'];},exports['getTurboScaleGridName']=_0x2c51f7=>{const _0x511b49=a55_0x5e23ab,_0x413fe8={};_0x413fe8[_0x511b49(0x1fd)]=function(_0x4f502f,_0x1d61f7){return _0x4f502f===_0x1d61f7;},_0x413fe8['zZEQX']=_0x511b49(0x1da),_0x413fe8[_0x511b49(0x1cc)]=_0x511b49(0x1f3),_0x413fe8[_0x511b49(0x1d9)]=function(_0x262cc6,_0x470ec0){return _0x262cc6!==_0x470ec0;},_0x413fe8['dJQCp']='IkHRb',_0x413fe8[_0x511b49(0x1cd)]='rJTdb',_0x413fe8[_0x511b49(0x1e5)]=_0x511b49(0x1ec);const _0x2defe7=_0x413fe8;if(_0x2c51f7[_0x511b49(0x1d5)]&&_0x2c51f7['turboScaleOptions'][_0x511b49(0x1e6)]){if(_0x2defe7[_0x511b49(0x1fd)](_0x2defe7[_0x511b49(0x1d4)],_0x2defe7[_0x511b49(0x1cc)]))_0x3dd1aa['buildPriority']=_0x2b1252[_0x511b49(0x1ea)][_0x511b49(0x1e9)];else return _0x2c51f7['turboScaleOptions'][_0x511b49(0x1e6)];}if(process[_0x511b49(0x1ea)][_0x511b49(0x1fb)])return _0x2defe7['zWdSJ'](_0x2defe7[_0x511b49(0x1e0)],_0x2defe7[_0x511b49(0x1cd)])?process[_0x511b49(0x1ea)][_0x511b49(0x1fb)]:_0x53f3b5[_0x511b49(0x1ea)][_0x511b49(0x1fb)];return _0x2defe7[_0x511b49(0x1e5)];},exports[a55_0x5e23ab(0x1e2)]=_0x410e00=>{const _0x1f528d=a55_0x5e23ab,_0x4438d8={};_0x4438d8[_0x1f528d(0x1d2)]=function(_0x445480,_0x52e2c1){return _0x445480===_0x52e2c1;};const _0x230192=_0x4438d8;return _0x410e00&&_0x230192[_0x1f528d(0x1d2)](_0x410e00['turboScale'],!![]);},exports[a55_0x5e23ab(0x1dd)]=(_0x5f1616,_0x2b82e9,_0x25965c)=>{const _0x366cbb=a55_0x5e23ab,_0x2d35fd={};_0x2d35fd['HglaK']=_0x366cbb(0x1ec),_0x2d35fd[_0x366cbb(0x1f9)]='medium',_0x2d35fd[_0x366cbb(0x1e8)]=function(_0x3b3349,_0x29ed8e){return _0x3b3349===_0x29ed8e;},_0x2d35fd[_0x366cbb(0x1d6)]=_0x366cbb(0x1e1),_0x2d35fd['RhGpF']=function(_0x424c17,_0x3cd6c1){return _0x424c17!==_0x3cd6c1;},_0x2d35fd[_0x366cbb(0x1f0)]=_0x366cbb(0x203),_0x2d35fd['UxzGD']=_0x366cbb(0x1ee),_0x2d35fd[_0x366cbb(0x1f4)]=_0x366cbb(0x202),_0x2d35fd[_0x366cbb(0x1ef)]=function(_0x53178b,_0x563f09){return _0x53178b===_0x563f09;},_0x2d35fd[_0x366cbb(0x1d0)]=_0x366cbb(0x1ca),_0x2d35fd['aTxQJ']=function(_0x1fe499,_0x54f320){return _0x1fe499!==_0x54f320;},_0x2d35fd[_0x366cbb(0x200)]=_0x366cbb(0x1cf),_0x2d35fd[_0x366cbb(0x1fe)]='HPvmL',_0x2d35fd[_0x366cbb(0x1d3)]=_0x366cbb(0x1f1);const _0x1f0ed8=_0x2d35fd,_0xab51fb={};_0xab51fb[_0x366cbb(0x1e7)]=_0x1f0ed8[_0x366cbb(0x1f9)];_0x5f1616[_0x366cbb(0x1c9)]&&(_0x1f0ed8[_0x366cbb(0x1e8)](_0x1f0ed8[_0x366cbb(0x1d6)],_0x1f0ed8[_0x366cbb(0x1d6)])?_0xab51fb[_0x366cbb(0x1c9)]=Array[_0x366cbb(0x1d8)](_0x5f1616[_0x366cbb(0x1c9)])?_0x5f1616[_0x366cbb(0x1c9)]:_0x5f1616[_0x366cbb(0x1c9)][_0x366cbb(0x1f7)](','):_0x5db056[_0x366cbb(0x1c9)]=_0x1ddcce[_0x366cbb(0x1ea)][_0x366cbb(0x201)][_0x366cbb(0x1f7)](','));if(process[_0x366cbb(0x1ea)]['BROWSERSTACK_BUILD_TAGS']){if(_0x1f0ed8[_0x366cbb(0x1ce)](_0x1f0ed8[_0x366cbb(0x1f0)],_0x1f0ed8[_0x366cbb(0x1f0)])){if(!_0x336764[_0x366cbb(0x1fa)][_0x366cbb(0x1f5)])return{};return _0x568bce['TURBOSCALE_OPTIONS'][_0x366cbb(0x1f5)];}else try{if(_0x1f0ed8['RhGpF'](_0x1f0ed8[_0x366cbb(0x1e3)],_0x1f0ed8[_0x366cbb(0x1f4)]))_0xab51fb[_0x366cbb(0x1c9)]=process['env'][_0x366cbb(0x201)][_0x366cbb(0x1f7)](',');else return{};}catch{if(_0x1f0ed8['HSILf'](_0x1f0ed8[_0x366cbb(0x1d0)],_0x1f0ed8[_0x366cbb(0x1d0)]))_0xab51fb[_0x366cbb(0x1c9)]=process[_0x366cbb(0x1ea)][_0x366cbb(0x201)];else{if(_0x2cee43[_0x366cbb(0x1d5)]&&_0x5cd652['turboScaleOptions'][_0x366cbb(0x1e6)])return _0x25cd9b[_0x366cbb(0x1d5)][_0x366cbb(0x1e6)];if(_0x28f796[_0x366cbb(0x1ea)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return _0x230d18['env'][_0x366cbb(0x1fb)];return _0x1f0ed8[_0x366cbb(0x1f2)];}}}if(_0x5f1616[_0x366cbb(0x1e7)]){if(_0x1f0ed8[_0x366cbb(0x1df)](_0x1f0ed8[_0x366cbb(0x200)],_0x1f0ed8['OXxTi']))_0xab51fb[_0x366cbb(0x1e7)]=_0x5f1616[_0x366cbb(0x1e7)];else try{_0x449e20[_0x366cbb(0x1c9)]=_0x45046c[_0x366cbb(0x1ea)][_0x366cbb(0x201)][_0x366cbb(0x1f7)](',');}catch{_0x19cb7d['buildTags']=_0xde0d85[_0x366cbb(0x1ea)][_0x366cbb(0x201)];}}return process[_0x366cbb(0x1ea)][_0x366cbb(0x1e9)]&&(_0x1f0ed8[_0x366cbb(0x1ce)](_0x1f0ed8['cftID'],_0x1f0ed8[_0x366cbb(0x1d3)])?_0x488f15[_0x366cbb(0x1c9)]=_0x5f58b0[_0x366cbb(0x1d8)](_0x445dc8['buildTags'])?_0x832b11['buildTags']:_0x2815b1[_0x366cbb(0x1c9)][_0x366cbb(0x1f7)](','):_0xab51fb[_0x366cbb(0x1e7)]=process[_0x366cbb(0x1ea)]['BROWSERSTACK_BUILD_PRIORITY']),_0xab51fb;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a56_0x2d64(_0x236a56,_0x4b6339){var _0x53e088=a56_0x53e0();return a56_0x2d64=function(_0x2d6419,_0x1c0214){_0x2d6419=_0x2d6419-0x187;var _0x4cbfcd=_0x53e088[_0x2d6419];return _0x4cbfcd;},a56_0x2d64(_0x236a56,_0x4b6339);}function a56_0x53e0(){var _0x49bb62=['330114zWEvbt','browserstack.automation','TxDkV','83175lZktmW','bzLho','androidInstallPath','androidNaturalOrientation','avd','455511MYvvKP','allowDelayAdb','avdArgs','intentCategory','zoQst','iEMaG','showXcodeLog','EnvCapsMapping','remoteDebugProxy','webviewConnectRetries','rerunTests','webkitDebugProxyPort','webDriverAgentUrl','QhPAx','browserstack.accessKey','keyPassword','wdaConnectionTimeout','remoteAdbHost','allowTouchIdEnroll','safariIgnoreFraudWarning','clearSystemFiles','dontStopAppOnReset','UTTDH','skipLogcatCapture','chromeOptions','BLbrV','enablePerformanceLogging','androidCoverageEndIntent','keychainPath','avdReadyTimeout','logLevel','intentFlags','autoWebviewTimeout','browserstack.local','xcodeSigningId','40KnryFp','chromedriverArgs','Nedbr','allowTestPackages','1834972MxmcfC','ibZzk','browserstack.localIdentifier','resetOnSessionStartOnly','keystorePassword','printPageSourceOnFindFailure','projectName','tapWithShortPressDuration','autoDismissAlerts','3EcfPhy','browserstack.parallelsPerPlatform','waitForAppScript','androidInstallTimeout','automationName','CJhQv','automation','userName','chromedriverChromeMappingFile','xcodeOrgId','androidDeviceSocket','autoLaunch','nativeInstrumentsLib','mYLJE','safariAllowPopups','appPackage','useNewWDA','keychainPassword','keepKeyChains','yaJsq','webkitResponseTimeout','hNHlz','androidScreenshotPath','buildName','locationServicesEnabled','updatedWDABundleId','browserstack.logLevel','localizableStringsDir','BROWSERSTACK_BUILD_NAME','gpsEnabled','BROWSERSTACK_ACCESS_KEY','locale','BROWSERSTACK_APP_ID','ensureWebviewsHavePages','orientation','unlockKey','noReset','browserstack.rerunTests','36ZMAMtM','skipUnlock','xomaK','ignoreUnimportantViews','sendKeyStrategy','ignoreHiddenApiPolicyError','udid','browserstack.user_name','maxTypingFrequency','autoWebview','nativeWebTap','RQErA','parallelsPerPlatform','WoawQ','calendarFormat','intentAction','adbPort','language','BROWSERSTACK_PARALLELS_PER_PLATFORM','enableWebviewDetailsCollection','browserstack.ppp','noSign','localeScript','interKeyDelay','screenshotWaitTimeout','buildIdentifier','deviceReadyTimeout','BROWSERSTACK_OBSERVABILITY_DEBUG','fullReset','keyAlias','xDwol','app','OMSnQ','hkVts','bundleId','wpVbA','safariOpenLinksInBackground','useKeystore','wdaLocalPort','customSSLCert','lvWGy','xcodeConfigFile','enableAsyncExecuteFromHttps','isHeadless','browserstack.buildName','enforceAppInstall','chromedriverPorts','platformVersion','browserstackLocal','BROWSERSTACK_USERNAME','autoGrantPermissions','unicodeKeyboard','yfscg','browserstack.access_key','systemPort','155566afQJSm','CxwIM','logcatFilterSpecs','GtqSJ','autoAcceptAlerts','logcatFormat','1540810CEsNru','deviceName','BROWSERSTACK_LOCAL','uninstallOtherPackages','3682320KSimAS','connectHardwareKeyboard','disableAndroidWatchers','chromedriverDisableBuildCheck','newCommandTimeout','mockLocationApp','appActivity','scaleFactor','avdLaunchTimeout','browserstack.projectName','UkoJg','useCarthageSsl','JiKyu','BROWSERSTACK_RERUN_TESTS','chromedriverPort','accessKey','showIOSLog','unlockType'];a56_0x53e0=function(){return _0x49bb62;};return a56_0x53e0();}var a56_0x53f366=a56_0x2d64;(function(_0x4be5cb,_0x20ec95){var _0x1eb25=a56_0x2d64,_0x43e595=_0x4be5cb();while(!![]){try{var _0x267ef9=parseInt(_0x1eb25(0x18f))/0x1+-parseInt(_0x1eb25(0x221))/0x2*(parseInt(_0x1eb25(0x1c4))/0x3)+-parseInt(_0x1eb25(0x1bb))/0x4+-parseInt(_0x1eb25(0x1b7))/0x5*(parseInt(_0x1eb25(0x18c))/0x6)+parseInt(_0x1eb25(0x194))/0x7+parseInt(_0x1eb25(0x22b))/0x8+parseInt(_0x1eb25(0x1ea))/0x9*(parseInt(_0x1eb25(0x227))/0xa);if(_0x267ef9===_0x20ec95)break;else _0x43e595['push'](_0x43e595['shift']());}catch(_0x3982dd){_0x43e595['push'](_0x43e595['shift']());}}}(a56_0x53e0,0x3c978),exports['CLICapsMapping']=()=>{var _0x424216=a56_0x2d64,_0x21f8bc={};_0x21f8bc[_0x424216(0x212)]=_0x424216(0x1f1),_0x21f8bc[_0x424216(0x20a)]='browserstack.userName',_0x21f8bc['ONfUT']=_0x424216(0x21f),_0x21f8bc[_0x424216(0x1aa)]=_0x424216(0x1a2),_0x21f8bc['CJhQv']=_0x424216(0x216),_0x21f8bc[_0x424216(0x1bc)]=_0x424216(0x234),_0x21f8bc['RQErA']='browserstack.buildIdentifier',_0x21f8bc[_0x424216(0x20b)]=_0x424216(0x1fe),_0x21f8bc[_0x424216(0x222)]=_0x424216(0x1c5),_0x21f8bc['LIyxZ']=_0x424216(0x1b5),_0x21f8bc[_0x424216(0x237)]=_0x424216(0x1bd),_0x21f8bc['xomaK']=_0x424216(0x1e9),_0x21f8bc[_0x424216(0x208)]='browserstack.app',_0x21f8bc[_0x424216(0x224)]=_0x424216(0x1de),_0x21f8bc[_0x424216(0x21e)]=_0x424216(0x18d);var _0x27c9fd=_0x21f8bc,_0x2d713c={};return _0x2d713c['userName']=[_0x27c9fd[_0x424216(0x212)],_0x27c9fd['OMSnQ']],_0x2d713c['accessKey']=[_0x27c9fd['ONfUT'],_0x27c9fd[_0x424216(0x1aa)]],_0x2d713c['buildName']=[_0x27c9fd[_0x424216(0x1c9)]],_0x2d713c[_0x424216(0x1c1)]=[_0x27c9fd[_0x424216(0x1bc)]],_0x2d713c[_0x424216(0x203)]=[_0x27c9fd[_0x424216(0x1f5)]],_0x2d713c['parallelsPerPlatform']=[_0x27c9fd[_0x424216(0x20b)],_0x27c9fd[_0x424216(0x222)]],_0x2d713c[_0x424216(0x21a)]=[_0x27c9fd['LIyxZ']],_0x2d713c['localIdentifier']=[_0x27c9fd[_0x424216(0x237)]],_0x2d713c[_0x424216(0x19e)]=[_0x27c9fd[_0x424216(0x1ec)]],_0x2d713c[_0x424216(0x209)]=[_0x27c9fd[_0x424216(0x208)]],_0x2d713c[_0x424216(0x1b2)]=[_0x27c9fd[_0x424216(0x224)]],_0x2d713c[_0x424216(0x1ca)]=[_0x27c9fd['yfscg']],_0x2d713c;},exports[a56_0x53f366(0x19b)]=()=>{var _0x364e9a=a56_0x53f366,_0x155708={};_0x155708[_0x364e9a(0x198)]=_0x364e9a(0x21b),_0x155708['Nedbr']='BROWSERSTACK_USER_NAME',_0x155708['BLbrV']=_0x364e9a(0x1e2),_0x155708[_0x364e9a(0x1d1)]=_0x364e9a(0x1e0),_0x155708['hNHlz']='BROWSERSTACK_PROJECT_NAME',_0x155708['wpVbA']='BROWSERSTACK_BUILD_IDENTIFIER',_0x155708[_0x364e9a(0x1f7)]=_0x364e9a(0x1fc),_0x155708[_0x364e9a(0x190)]=_0x364e9a(0x229),_0x155708[_0x364e9a(0x1a1)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x155708['UbcXe']=_0x364e9a(0x187),_0x155708[_0x364e9a(0x18e)]=_0x364e9a(0x1e4),_0x155708[_0x364e9a(0x199)]='BROWSERSTACK_APP',_0x155708[_0x364e9a(0x235)]=_0x364e9a(0x205),_0x155708[_0x364e9a(0x1d7)]='BROWSERSTACK_AUTOMATION';var _0x4be9fb=_0x155708,_0x3db59b={};return _0x3db59b[_0x364e9a(0x1cb)]=[_0x4be9fb[_0x364e9a(0x198)],_0x4be9fb[_0x364e9a(0x1b9)]],_0x3db59b[_0x364e9a(0x189)]=[_0x4be9fb[_0x364e9a(0x1ad)]],_0x3db59b[_0x364e9a(0x1db)]=[_0x4be9fb[_0x364e9a(0x1d1)]],_0x3db59b[_0x364e9a(0x1c1)]=[_0x4be9fb[_0x364e9a(0x1d9)]],_0x3db59b['buildIdentifier']=[_0x4be9fb[_0x364e9a(0x20d)]],_0x3db59b[_0x364e9a(0x1f6)]=[_0x4be9fb[_0x364e9a(0x1f7)]],_0x3db59b[_0x364e9a(0x21a)]=[_0x4be9fb[_0x364e9a(0x190)]],_0x3db59b['localIdentifier']=[_0x4be9fb[_0x364e9a(0x1a1)]],_0x3db59b[_0x364e9a(0x19e)]=[_0x4be9fb['UbcXe']],_0x3db59b[_0x364e9a(0x209)]=[_0x4be9fb[_0x364e9a(0x18e)],_0x4be9fb[_0x364e9a(0x199)]],_0x3db59b[_0x364e9a(0x1b2)]=[_0x4be9fb['UkoJg']],_0x3db59b[_0x364e9a(0x1ca)]=[_0x4be9fb['yaJsq']],_0x3db59b;},exports['AppiumCaps']=()=>[a56_0x53f366(0x1c8),a56_0x53f366(0x219),a56_0x53f366(0x228),a56_0x53f366(0x22f),a56_0x53f366(0x209),a56_0x53f366(0x1f0),a56_0x53f366(0x1fb),a56_0x53f366(0x1e3),a56_0x53f366(0x1e6),a56_0x53f366(0x1f3),a56_0x53f366(0x1e8),a56_0x53f366(0x206),a56_0x53f366(0x1a8),'eventTimings',a56_0x53f366(0x1ae),'otherApps',a56_0x53f366(0x1c0),a56_0x53f366(0x231),a56_0x53f366(0x1d3),'appWaitActivity','appWaitPackage','appWaitDuration',a56_0x53f366(0x204),a56_0x53f366(0x1ba),'androidCoverage',a56_0x53f366(0x1af),'androidDeviceReadyTimeout',a56_0x53f366(0x1fa),a56_0x53f366(0x1ce),a56_0x53f366(0x1c7),a56_0x53f366(0x191),a56_0x53f366(0x193),a56_0x53f366(0x233),a56_0x53f366(0x1b1),a56_0x53f366(0x196),a56_0x53f366(0x20f),'keystorePath',a56_0x53f366(0x1bf),a56_0x53f366(0x207),a56_0x53f366(0x1a3),'chromedriverExecutable',a56_0x53f366(0x1b8),'chromedriverExecutableDir',a56_0x53f366(0x1cc),'chromedriverUseSystemExecutable',a56_0x53f366(0x188),a56_0x53f366(0x218),a56_0x53f366(0x22e),a56_0x53f366(0x1b4),a56_0x53f366(0x1f9),a56_0x53f366(0x197),a56_0x53f366(0x1b3),'optionalIntentArguments',a56_0x53f366(0x1a9),a56_0x53f366(0x21d),'resetKeyboard',a56_0x53f366(0x1ff),a56_0x53f366(0x1ed),a56_0x53f366(0x22d),a56_0x53f366(0x1ac),'recreateChromeDriverSessions','nativeWebScreenshot',a56_0x53f366(0x1da),'networkSpeed',a56_0x53f366(0x1e1),a56_0x53f366(0x215),'adbExecTimeout',a56_0x53f366(0x200),'skipDeviceInitialization',a56_0x53f366(0x21c),a56_0x53f366(0x192),a56_0x53f366(0x220),a56_0x53f366(0x1a5),a56_0x53f366(0x1eb),a56_0x53f366(0x18b),a56_0x53f366(0x1e7),a56_0x53f366(0x1cf),a56_0x53f366(0x1ab),a56_0x53f366(0x22a),'disableWindowAnimation','buildToolsVersion',a56_0x53f366(0x217),a56_0x53f366(0x1e5),'webviewDevtoolsPort',a56_0x53f366(0x1fd),'remoteAppsCacheLimit',a56_0x53f366(0x1f8),a56_0x53f366(0x20c),'launchTimeout',a56_0x53f366(0x1dc),'locationServicesAuthorized',a56_0x53f366(0x225),a56_0x53f366(0x1c3),a56_0x53f366(0x1d0),a56_0x53f366(0x1f4),'safariInitialUrl',a56_0x53f366(0x1d2),a56_0x53f366(0x1a7),a56_0x53f366(0x20e),a56_0x53f366(0x1d6),a56_0x53f366(0x1df),'processArguments',a56_0x53f366(0x201),a56_0x53f366(0x18a),a56_0x53f366(0x1ee),a56_0x53f366(0x1d8),a56_0x53f366(0x202),a56_0x53f366(0x19c),a56_0x53f366(0x214),'skipLogCapture',a56_0x53f366(0x19f),'fullContextList',a56_0x53f366(0x1c6),a56_0x53f366(0x19d),'appName',a56_0x53f366(0x211),a56_0x53f366(0x1c2),a56_0x53f366(0x232),a56_0x53f366(0x210),a56_0x53f366(0x19a),'iosInstallPause',a56_0x53f366(0x213),a56_0x53f366(0x1d5),'usePrebuiltWDA','preventWDAAttachments',a56_0x53f366(0x1a0),a56_0x53f366(0x1b0),a56_0x53f366(0x1d4),'wdaLaunchTimeout',a56_0x53f366(0x1a4),a56_0x53f366(0x1cd),a56_0x53f366(0x1b6),a56_0x53f366(0x1dd),a56_0x53f366(0x1be),'commandTimeouts','wdaStartupRetries','wdaStartupRetryInterval',a56_0x53f366(0x22c),a56_0x53f366(0x1f2),'simpleIsVisibleCheck',a56_0x53f366(0x236),'shouldUseSingletonTestManager','startIWDP',a56_0x53f366(0x1a6),a56_0x53f366(0x1ef),a56_0x53f366(0x230),a56_0x53f366(0x226),a56_0x53f366(0x223),a56_0x53f366(0x195)]);
|
|
1
|
+
var a56_0x4bf4bd=a56_0x3a40;function a56_0x3a40(_0x48e48d,_0x383af2){var _0x61e30c=a56_0x61e3();return a56_0x3a40=function(_0x3a40d5,_0x366d3d){_0x3a40d5=_0x3a40d5-0x1c5;var _0x3a5747=_0x61e30c[_0x3a40d5];return _0x3a5747;},a56_0x3a40(_0x48e48d,_0x383af2);}function a56_0x61e3(){var _0x2b0271=['androidCoverage','yUojV','appWaitActivity','enablePerformanceLogging','resetKeyboard','resetOnSessionStartOnly','skipUnlock','customSSLCert','automation','6124xEzITW','appActivity','unlockKey','iosInstallPause','autoDismissAlerts','scaleFactor','keystorePath','eventTimings','keyAlias','tapWithShortPressDuration','wdaLaunchTimeout','xcodeSigningId','processArguments','970JRDIQF','launchTimeout','BROWSERSTACK_AUTOMATION','HiFyS','safariAllowPopups','BROWSERSTACK_OBSERVABILITY_DEBUG','mockLocationApp','unicodeKeyboard','EnvCapsMapping','buildToolsVersion','AByPL','avd','chromedriverPort','QEUzs','noSign','nativeWebScreenshot','connectHardwareKeyboard','language','browserstack.automation','adbExecTimeout','enforceAppInstall','SQbvI','jMNEM','appPackage','SbxAi','browserstack.buildName','locationServicesEnabled','webviewConnectRetries','userName','nativeWebTap','unlockType','keepKeyChains','locationServicesAuthorized','webkitDebugProxyPort','skipLogCapture','useCarthageSsl','appWaitDuration','BROWSERSTACK_BUILD_IDENTIFIER','projectName','1678560BBvsXj','chromeOptions','YhNJv','4974yQzvnk','calendarFormat','dontStopAppOnReset','BROWSERSTACK_USER_NAME','orientation','androidDeviceSocket','networkSpeed','skipLogcatCapture','allowTouchIdEnroll','ensureWebviewsHavePages','rerunTests','GaOaJ','remoteDebugProxy','app','351239EonsRs','aCyCh','browserstackLocal','FZxHo','DSuHW','wdaStartupRetryInterval','buildName','simpleIsVisibleCheck','webviewDevtoolsPort','chromedriverChromeMappingFile','avdArgs','chromedriverUseSystemExecutable','autoLaunch','browserstack.rerunTests','deviceName','localIdentifier','PRDJn','browserstack.access_key','deviceReadyTimeout','BROWSERSTACK_PARALLELS_PER_PLATFORM','androidScreenshotPath','Dsqkb','logcatFilterSpecs','PkqQQ','fullContextList','hPntL','wdaConnectionTimeout','locale','autoWebviewTimeout','autoWebview','optionalIntentArguments','usePrebuiltWDA','BROWSERSTACK_APP_ID','androidDeviceReadyTimeout','parallelsPerPlatform','disableAndroidWatchers','buildIdentifier','webDriverAgentUrl','accessKey','enableWebviewDetailsCollection','Sckfh','BROWSERSTACK_PROJECT_NAME','bundleId','BROWSERSTACK_USERNAME','13195620AxzWLj','showXcodeLog','96vTeqYV','otherApps','remoteAppsCacheLimit','browserstack.projectName','platformVersion','BROWSERSTACK_APP','qWHOa','ExVSz','androidCoverageEndIntent','fullReset','screenshotWaitTimeout','commandTimeouts','safariOpenLinksInBackground','chromedriverArgs','jjNrU','clearSystemFiles','useKeystore','disableWindowAnimation','logLevel','udid','browserstack.user_name','6503868MQwVhU','chromedriverDisableBuildCheck','gpsEnabled','androidInstallTimeout','WVhGP','BROWSERSTACK_BUILD_NAME','MuhHv','localeScript','safariIgnoreFraudWarning','71308ExcQgq','browserstack.accessKey','allowTestPackages','androidInstallPath','adbPort','updatedWDABundleId','maxTypingFrequency','browserstack.ppp','YQnAk','IFRQV','interKeyDelay','recreateChromeDriverSessions','yCMWy','BROWSERSTACK_RERUN_TESTS','intentCategory','ignoreUnimportantViews','cnizW','uninstallOtherPackages','282QWRcnq','safariInitialUrl','preventWDAAttachments','pdUXz','keychainPath','chromedriverExecutableDir','browserstack.local'];a56_0x61e3=function(){return _0x2b0271;};return a56_0x61e3();}(function(_0x23951b,_0x1eeb17){var _0x22b966=a56_0x3a40,_0xf7f131=_0x23951b();while(!![]){try{var _0x4f562f=parseInt(_0x22b966(0x1f5))/0x1+parseInt(_0x22b966(0x24e))/0x2*(-parseInt(_0x22b966(0x207))/0x3)+-parseInt(_0x22b966(0x217))/0x4*(-parseInt(_0x22b966(0x224))/0x5)+parseInt(_0x22b966(0x24b))/0x6+-parseInt(_0x22b966(0x25c))/0x7*(parseInt(_0x22b966(0x1d7))/0x8)+-parseInt(_0x22b966(0x1ec))/0x9+parseInt(_0x22b966(0x1d5))/0xa;if(_0x4f562f===_0x1eeb17)break;else _0xf7f131['push'](_0xf7f131['shift']());}catch(_0x1e5636){_0xf7f131['push'](_0xf7f131['shift']());}}}(a56_0x61e3,0x63e02),exports['CLICapsMapping']=()=>{var _0x89233a=a56_0x3a40,_0x50b735={};_0x50b735[_0x89233a(0x205)]=_0x89233a(0x1eb),_0x50b735[_0x89233a(0x1f2)]='browserstack.userName',_0x50b735['OqYXB']=_0x89233a(0x26d),_0x50b735[_0x89233a(0x1d1)]=_0x89233a(0x1f6),_0x50b735[_0x89233a(0x201)]=_0x89233a(0x23d),_0x50b735[_0x89233a(0x239)]=_0x89233a(0x1da),_0x50b735[_0x89233a(0x20f)]='browserstack.buildIdentifier',_0x50b735[_0x89233a(0x1fe)]=_0x89233a(0x1fc),_0x50b735['aCyCh']='browserstack.parallelsPerPlatform',_0x50b735[_0x89233a(0x20a)]=_0x89233a(0x20d),_0x50b735['hPntL']='browserstack.localIdentifier',_0x50b735[_0x89233a(0x231)]=_0x89233a(0x269),_0x50b735['SbxAi']='browserstack.app',_0x50b735[_0x89233a(0x260)]='browserstack.logLevel',_0x50b735[_0x89233a(0x25f)]=_0x89233a(0x236);var _0x5e3d7f=_0x50b735,_0x3f9eb3={};return _0x3f9eb3[_0x89233a(0x240)]=[_0x5e3d7f[_0x89233a(0x205)],_0x5e3d7f[_0x89233a(0x1f2)]],_0x3f9eb3['accessKey']=[_0x5e3d7f['OqYXB'],_0x5e3d7f[_0x89233a(0x1d1)]],_0x3f9eb3[_0x89233a(0x262)]=[_0x5e3d7f[_0x89233a(0x201)]],_0x3f9eb3['projectName']=[_0x5e3d7f['SQbvI']],_0x3f9eb3[_0x89233a(0x1cd)]=[_0x5e3d7f[_0x89233a(0x20f)]],_0x3f9eb3[_0x89233a(0x1cb)]=[_0x5e3d7f[_0x89233a(0x1fe)],_0x5e3d7f[_0x89233a(0x25d)]],_0x3f9eb3[_0x89233a(0x25e)]=[_0x5e3d7f[_0x89233a(0x20a)]],_0x3f9eb3[_0x89233a(0x26b)]=[_0x5e3d7f[_0x89233a(0x275)]],_0x3f9eb3['rerunTests']=[_0x5e3d7f[_0x89233a(0x231)]],_0x3f9eb3[_0x89233a(0x25b)]=[_0x5e3d7f[_0x89233a(0x23c)]],_0x3f9eb3[_0x89233a(0x1e9)]=[_0x5e3d7f[_0x89233a(0x260)]],_0x3f9eb3[_0x89233a(0x216)]=[_0x5e3d7f[_0x89233a(0x25f)]],_0x3f9eb3;},exports[a56_0x4bf4bd(0x22c)]=()=>{var _0x56c3f2=a56_0x4bf4bd,_0x516e47={};_0x516e47['ExVSz']=_0x56c3f2(0x1d4),_0x516e47['JTQkT']=_0x56c3f2(0x251),_0x516e47[_0x56c3f2(0x227)]='BROWSERSTACK_ACCESS_KEY',_0x516e47[_0x56c3f2(0x1e5)]=_0x56c3f2(0x1f1),_0x516e47['YhNJv']=_0x56c3f2(0x1d2),_0x516e47['AByPL']=_0x56c3f2(0x249),_0x516e47[_0x56c3f2(0x1f0)]=_0x56c3f2(0x26f),_0x516e47[_0x56c3f2(0x23a)]='BROWSERSTACK_LOCAL',_0x516e47[_0x56c3f2(0x26c)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x516e47[_0x56c3f2(0x271)]=_0x56c3f2(0x202),_0x516e47[_0x56c3f2(0x1fd)]=_0x56c3f2(0x1c9),_0x516e47[_0x56c3f2(0x1dd)]=_0x56c3f2(0x1dc),_0x516e47['GaOaJ']=_0x56c3f2(0x229),_0x516e47[_0x56c3f2(0x273)]=_0x56c3f2(0x226);var _0x332b50=_0x516e47,_0x15d86a={};return _0x15d86a[_0x56c3f2(0x240)]=[_0x332b50[_0x56c3f2(0x1de)],_0x332b50['JTQkT']],_0x15d86a[_0x56c3f2(0x1cf)]=[_0x332b50[_0x56c3f2(0x227)]],_0x15d86a['buildName']=[_0x332b50['jjNrU']],_0x15d86a[_0x56c3f2(0x24a)]=[_0x332b50[_0x56c3f2(0x24d)]],_0x15d86a[_0x56c3f2(0x1cd)]=[_0x332b50[_0x56c3f2(0x22e)]],_0x15d86a[_0x56c3f2(0x1cb)]=[_0x332b50['WVhGP']],_0x15d86a[_0x56c3f2(0x25e)]=[_0x332b50[_0x56c3f2(0x23a)]],_0x15d86a[_0x56c3f2(0x26b)]=[_0x332b50['PRDJn']],_0x15d86a[_0x56c3f2(0x258)]=[_0x332b50[_0x56c3f2(0x271)]],_0x15d86a[_0x56c3f2(0x25b)]=[_0x332b50[_0x56c3f2(0x1fd)],_0x332b50[_0x56c3f2(0x1dd)]],_0x15d86a['logLevel']=[_0x332b50[_0x56c3f2(0x259)]],_0x15d86a[_0x56c3f2(0x216)]=[_0x332b50[_0x56c3f2(0x273)]],_0x15d86a;},exports['AppiumCaps']=()=>['automationName',a56_0x4bf4bd(0x1db),a56_0x4bf4bd(0x26a),'newCommandTimeout',a56_0x4bf4bd(0x25b),a56_0x4bf4bd(0x1ea),a56_0x4bf4bd(0x235),a56_0x4bf4bd(0x277),a56_0x4bf4bd(0x252),a56_0x4bf4bd(0x1c6),'noReset',a56_0x4bf4bd(0x1e0),a56_0x4bf4bd(0x1e6),a56_0x4bf4bd(0x21e),a56_0x4bf4bd(0x211),a56_0x4bf4bd(0x1d8),'printPageSourceOnFindFailure',a56_0x4bf4bd(0x218),a56_0x4bf4bd(0x23b),a56_0x4bf4bd(0x210),'appWaitPackage',a56_0x4bf4bd(0x248),a56_0x4bf4bd(0x26e),a56_0x4bf4bd(0x1f7),a56_0x4bf4bd(0x20e),a56_0x4bf4bd(0x1df),a56_0x4bf4bd(0x1ca),a56_0x4bf4bd(0x1f9),a56_0x4bf4bd(0x253),a56_0x4bf4bd(0x1ef),a56_0x4bf4bd(0x1f8),a56_0x4bf4bd(0x22f),'avdLaunchTimeout','avdReadyTimeout',a56_0x4bf4bd(0x266),a56_0x4bf4bd(0x1e7),a56_0x4bf4bd(0x21d),'keystorePassword',a56_0x4bf4bd(0x21f),'keyPassword','chromedriverExecutable',a56_0x4bf4bd(0x1e4),a56_0x4bf4bd(0x20c),a56_0x4bf4bd(0x265),a56_0x4bf4bd(0x267),a56_0x4bf4bd(0x230),'chromedriverPorts',a56_0x4bf4bd(0x1ed),a56_0x4bf4bd(0x1c5),'intentAction',a56_0x4bf4bd(0x203),'intentFlags',a56_0x4bf4bd(0x1c7),a56_0x4bf4bd(0x250),a56_0x4bf4bd(0x22b),a56_0x4bf4bd(0x212),a56_0x4bf4bd(0x232),a56_0x4bf4bd(0x204),a56_0x4bf4bd(0x1cc),a56_0x4bf4bd(0x24c),a56_0x4bf4bd(0x200),a56_0x4bf4bd(0x233),a56_0x4bf4bd(0x270),a56_0x4bf4bd(0x254),a56_0x4bf4bd(0x1ee),'isHeadless',a56_0x4bf4bd(0x237),a56_0x4bf4bd(0x1f3),'skipDeviceInitialization','autoGrantPermissions','androidNaturalOrientation','systemPort','remoteAdbHost',a56_0x4bf4bd(0x214),a56_0x4bf4bd(0x242),a56_0x4bf4bd(0x219),a56_0x4bf4bd(0x268),a56_0x4bf4bd(0x255),a56_0x4bf4bd(0x206),a56_0x4bf4bd(0x1e8),a56_0x4bf4bd(0x22d),a56_0x4bf4bd(0x238),a56_0x4bf4bd(0x257),a56_0x4bf4bd(0x264),a56_0x4bf4bd(0x1d0),a56_0x4bf4bd(0x1d9),a56_0x4bf4bd(0x24f),a56_0x4bf4bd(0x1d3),a56_0x4bf4bd(0x225),a56_0x4bf4bd(0x23e),a56_0x4bf4bd(0x244),'autoAcceptAlerts',a56_0x4bf4bd(0x21b),'nativeInstrumentsLib',a56_0x4bf4bd(0x241),a56_0x4bf4bd(0x208),a56_0x4bf4bd(0x228),a56_0x4bf4bd(0x1f4),a56_0x4bf4bd(0x1e3),a56_0x4bf4bd(0x243),'localizableStringsDir',a56_0x4bf4bd(0x223),a56_0x4bf4bd(0x1ff),'showIOSLog','sendKeyStrategy','webkitResponseTimeout',a56_0x4bf4bd(0x1e1),a56_0x4bf4bd(0x25a),'enableAsyncExecuteFromHttps',a56_0x4bf4bd(0x246),a56_0x4bf4bd(0x245),a56_0x4bf4bd(0x274),'waitForAppScript',a56_0x4bf4bd(0x23f),'appName',a56_0x4bf4bd(0x215),a56_0x4bf4bd(0x220),a56_0x4bf4bd(0x21c),'wdaLocalPort',a56_0x4bf4bd(0x1d6),a56_0x4bf4bd(0x21a),'xcodeConfigFile','keychainPassword',a56_0x4bf4bd(0x1c8),a56_0x4bf4bd(0x209),a56_0x4bf4bd(0x1ce),a56_0x4bf4bd(0x20b),'useNewWDA',a56_0x4bf4bd(0x221),a56_0x4bf4bd(0x276),'xcodeOrgId',a56_0x4bf4bd(0x222),a56_0x4bf4bd(0x1fa),a56_0x4bf4bd(0x213),a56_0x4bf4bd(0x1e2),'wdaStartupRetries',a56_0x4bf4bd(0x261),a56_0x4bf4bd(0x234),a56_0x4bf4bd(0x1fb),a56_0x4bf4bd(0x263),a56_0x4bf4bd(0x247),'shouldUseSingletonTestManager','startIWDP',a56_0x4bf4bd(0x256),'ignoreHiddenApiPolicyError',a56_0x4bf4bd(0x22a),'logcatFormat',a56_0x4bf4bd(0x272),'allowDelayAdb']);
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a57_0x6e75(){var _0x2204cb=['6enBiIC','546994xYFamF','__instance','32TUyNXt','1349300RiZRea','596825QPVZhe','290908HoJGgD','3048597HDaqFQ','setGlobal','getGlobal','browserStackGlobals','126897Wtgyut','18uehQhP','1405569cjOvaR'];a57_0x6e75=function(){return _0x2204cb;};return a57_0x6e75();}function a57_0x17a8(_0x56f1cc,_0x343fce){var _0x6e755=a57_0x6e75();return a57_0x17a8=function(_0x17a885,_0x175225){_0x17a885=_0x17a885-0x15e;var _0x362e80=_0x6e755[_0x17a885];return _0x362e80;},a57_0x17a8(_0x56f1cc,_0x343fce);}var a57_0x1e5cd4=a57_0x17a8;(function(_0x5a169c,_0x4fadd){var _0x45b3aa=a57_0x17a8,_0x46e909=_0x5a169c();while(!![]){try{var _0x11268f=parseInt(_0x45b3aa(0x163))/0x1*(parseInt(_0x45b3aa(0x166))/0x2)+parseInt(_0x45b3aa(0x165))/0x3+-parseInt(_0x45b3aa(0x15e))/0x4+-parseInt(_0x45b3aa(0x16b))/0x5*(parseInt(_0x45b3aa(0x164))/0x6)+-parseInt(_0x45b3aa(0x167))/0x7*(parseInt(_0x45b3aa(0x169))/0x8)+parseInt(_0x45b3aa(0x15f))/0x9+-parseInt(_0x45b3aa(0x16a))/0xa;if(_0x11268f===_0x4fadd)break;else _0x46e909['push'](_0x46e909['shift']());}catch(_0x2c8171){_0x46e909['push'](_0x46e909['shift']());}}}(a57_0x6e75,0x4b97b));class Global{static [a57_0x1e5cd4(0x168)];constructor(){var _0x7b2cb=a57_0x1e5cd4;if(Global['__instance'])return Global['__instance'];this[_0x7b2cb(0x162)]=global,Global[_0x7b2cb(0x168)]=this;}[a57_0x1e5cd4(0x160)](_0x857654,_0xf007aa){var _0x2deed7=a57_0x1e5cd4;this[_0x2deed7(0x162)][_0x857654]=_0xf007aa;}[a57_0x1e5cd4(0x161)](_0x566717){return this['browserStackGlobals'][_0x566717];}}module['exports']=new Global();
|