browserstack-node-sdk 1.31.23 → 1.31.25
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/o11yHelper.js +1 -0
- 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 -0
- 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
|
-
const
|
|
1
|
+
function a44_0x3e87(_0x109610,_0x284608){const _0x251544=a44_0x2515();return a44_0x3e87=function(_0x3e8761,_0x2464bf){_0x3e8761=_0x3e8761-0x66;let _0x1e2c38=_0x251544[_0x3e8761];return _0x1e2c38;},a44_0x3e87(_0x109610,_0x284608);}const a44_0x17a315=a44_0x3e87;(function(_0x4d4711,_0x7e7b33){const _0xf1f0c0=a44_0x3e87,_0x5fa144=_0x4d4711();while(!![]){try{const _0x5f02ff=-parseInt(_0xf1f0c0(0x67))/0x1*(parseInt(_0xf1f0c0(0x75))/0x2)+parseInt(_0xf1f0c0(0x71))/0x3*(parseInt(_0xf1f0c0(0x77))/0x4)+parseInt(_0xf1f0c0(0x74))/0x5*(-parseInt(_0xf1f0c0(0x6c))/0x6)+-parseInt(_0xf1f0c0(0x66))/0x7*(parseInt(_0xf1f0c0(0x7b))/0x8)+-parseInt(_0xf1f0c0(0x6a))/0x9+-parseInt(_0xf1f0c0(0x72))/0xa*(parseInt(_0xf1f0c0(0x69))/0xb)+-parseInt(_0xf1f0c0(0x6b))/0xc*(-parseInt(_0xf1f0c0(0x6f))/0xd);if(_0x5f02ff===_0x7e7b33)break;else _0x5fa144['push'](_0x5fa144['shift']());}catch(_0x1d12df){_0x5fa144['push'](_0x5fa144['shift']());}}}(a44_0x2515,0x82495));const logReportingAPI=require(a44_0x17a315(0x7a)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x285250,_0x1b0cac){return _0x9ce4d5=>{const _0x2067bd=a44_0x3e87;BSTestOpsLogger[_0x2067bd(0x68)]({'level':_0x9ce4d5[_0x2067bd(0x6d)]?_0x9ce4d5[_0x2067bd(0x6d)][_0x2067bd(0x76)]:null,'message':_0x9ce4d5[_0x2067bd(0x73)]?_0x9ce4d5['data'][_0x2067bd(0x78)]('\x20'):null});};}function a44_0x2515(){const _0xb583af=['./logReportingAPI','8VQBYMB','timezoneOffset','5754448glALRd','329tgWdKr','log','9284kUQFsl','7647246nQwsUu','156CAofwj','41088mDqbZu','level','configure','3502135aCdiKn','type','3PjfJQv','11510coYAJw','data','95RAhZpA','1866CqSSKj','levelStr','447156TwUwNN','join','colouredLayout'];a44_0x2515=function(){return _0xb583af;};return a44_0x2515();}exports[a44_0x17a315(0x6e)]=(_0xbfca14,_0x4dc5ee)=>{const _0x2c124d=a44_0x17a315,_0x29fbd3={'RaiHr':function(_0x2b8dfe,_0x56a41a,_0x5c06cc){return _0x2b8dfe(_0x56a41a,_0x5c06cc);}};let _0x3c4d68=_0x4dc5ee[_0x2c124d(0x79)];return _0xbfca14['layout']&&(_0x3c4d68=_0x4dc5ee['layout'](_0xbfca14['layout'][_0x2c124d(0x70)],_0xbfca14['layout'])),_0x29fbd3['RaiHr'](BSTestOpsLog4JSAppender,_0x3c4d68,_0xbfca14[_0x2c124d(0x7c)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a45_0xbfae0=a45_0x4009;(function(_0x4bca18,_0x597bcf){const _0x41c76a=a45_0x4009,_0x2fe3e4=_0x4bca18();while(!![]){try{const _0x2f7bde=-parseInt(_0x41c76a(0x10d))/0x1+parseInt(_0x41c76a(0x108))/0x2+parseInt(_0x41c76a(0x111))/0x3*(-parseInt(_0x41c76a(0x10f))/0x4)+-parseInt(_0x41c76a(0x105))/0x5+-parseInt(_0x41c76a(0x117))/0x6+parseInt(_0x41c76a(0x11a))/0x7*(parseInt(_0x41c76a(0x100))/0x8)+parseInt(_0x41c76a(0x110))/0x9;if(_0x2f7bde===_0x597bcf)break;else _0x2fe3e4['push'](_0x2fe3e4['shift']());}catch(_0x39aacf){_0x2fe3e4['push'](_0x2fe3e4['shift']());}}}(a45_0xb501,0x826c9));const Transport=require(a45_0xbfae0(0x106)),{consoleHolder}=require('../../helpers/test-observability/constants'),a45_0x464d3e={};a45_0x464d3e['INFO']=a45_0xbfae0(0x116),a45_0x464d3e['ERROR']='ERROR',a45_0x464d3e[a45_0xbfae0(0x115)]='DEBUG',a45_0x464d3e[a45_0xbfae0(0x10c)]=a45_0xbfae0(0x10c),a45_0x464d3e['WARN']=a45_0xbfae0(0x104);function a45_0xb501(){const _0x37fef5=['INFO','2902026rGbHXQ','toLowerCase','TEST_LOG','7xrmMGx','3970936MDIHNf','error','emit','bs:addLog:','WARN','1344560yGGQQE','winston-transport','ERROR','978652yAQKQS','exports','toISOString','warn','TRACE','620946eaKHGq','trace','4KQlKqa','8934687aELxyo','212070EZVcpw','logToTestOps','join','Lscsd','DEBUG'];a45_0xb501=function(){return _0x37fef5;};return a45_0xb501();}const LOG_LEVELS=a45_0x464d3e;class logPatcher extends Transport{constructor(_0x24a4f7){super(_0x24a4f7);}[a45_0xbfae0(0x112)]=(_0x5c19ed=LOG_LEVELS[a45_0xbfae0(0x116)],_0x7f22e=[''])=>{const _0x581b82=a45_0xbfae0,_0xbcf5ac={};_0xbcf5ac[_0x581b82(0x114)]=_0x581b82(0x119);const _0x401475=_0xbcf5ac;consoleHolder[_0x5c19ed[_0x581b82(0x118)]()](..._0x7f22e),process[_0x581b82(0x102)](_0x581b82(0x103)+process['pid'],{'timestamp':new Date()[_0x581b82(0x10a)](),'level':_0x5c19ed['toUpperCase'](),'message':'\x22'+_0x7f22e[_0x581b82(0x113)](',\x20')+'\x22','kind':_0x401475[_0x581b82(0x114)],'http_response':{}});};[a45_0xbfae0(0x10e)]=(..._0x58a0b5)=>{const _0x15ad75=a45_0xbfae0;this[_0x15ad75(0x112)](LOG_LEVELS[_0x15ad75(0x10c)],_0x58a0b5);};['debug']=(..._0xad608d)=>{const _0x2d1b90=a45_0xbfae0;this[_0x2d1b90(0x112)](LOG_LEVELS[_0x2d1b90(0x115)],_0xad608d);};['info']=(..._0x12a12a)=>{const _0x3548f8=a45_0xbfae0;this['logToTestOps'](LOG_LEVELS[_0x3548f8(0x116)],_0x12a12a);};[a45_0xbfae0(0x10b)]=(..._0x40b069)=>{const _0x25665b=a45_0xbfae0;this['logToTestOps'](LOG_LEVELS[_0x25665b(0x104)],_0x40b069);};[a45_0xbfae0(0x101)]=(..._0x32dfb3)=>{const _0x4c3761=a45_0xbfae0;this[_0x4c3761(0x112)](LOG_LEVELS[_0x4c3761(0x107)],_0x32dfb3);};['log']=(..._0x1a0df9)=>{const _0x10ec88=a45_0xbfae0;this[_0x10ec88(0x112)](LOG_LEVELS[_0x10ec88(0x116)],_0x1a0df9);};};function a45_0x4009(_0x9cbea7,_0x3295e8){const _0xb50174=a45_0xb501();return a45_0x4009=function(_0x4009d7,_0x43a053){_0x4009d7=_0x4009d7-0x100;let _0x5c0eb9=_0xb50174[_0x4009d7];return _0x5c0eb9;},a45_0x4009(_0x9cbea7,_0x3295e8);}module[a45_0xbfae0(0x109)]=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a46_0x39940a=a46_0x116f;(function(_0x1a72eb,_0x17d840){const _0x400de5=a46_0x116f,_0x25d752=_0x1a72eb();while(!![]){try{const _0x402970=parseInt(_0x400de5(0x1c3))/0x1+-parseInt(_0x400de5(0x1b6))/0x2+parseInt(_0x400de5(0x1d5))/0x3+parseInt(_0x400de5(0x1c6))/0x4*(parseInt(_0x400de5(0x1af))/0x5)+parseInt(_0x400de5(0x1d3))/0x6+parseInt(_0x400de5(0x1cf))/0x7+-parseInt(_0x400de5(0x1a9))/0x8;if(_0x402970===_0x17d840)break;else _0x25d752['push'](_0x25d752['shift']());}catch(_0x453303){_0x25d752['push'](_0x25d752['shift']());}}}(a46_0x520b,0x730ca));function a46_0x116f(_0x572e90,_0x271287){const _0x520b28=a46_0x520b();return a46_0x116f=function(_0x116f97,_0x14e3ba){_0x116f97=_0x116f97-0x1a5;let _0x1aaf6a=_0x520b28[_0x116f97];return _0x1aaf6a;},a46_0x116f(_0x572e90,_0x271287);}const Transport=require(a46_0x39940a(0x1b4)),{consoleHolder}=require(a46_0x39940a(0x1bc)),a46_0x3ba770={};a46_0x3ba770[a46_0x39940a(0x1a7)]='INFO',a46_0x3ba770[a46_0x39940a(0x1b7)]=a46_0x39940a(0x1b7),a46_0x3ba770['DEBUG']='DEBUG',a46_0x3ba770[a46_0x39940a(0x1c5)]=a46_0x39940a(0x1c5),a46_0x3ba770[a46_0x39940a(0x1ac)]=a46_0x39940a(0x1ac);const LOG_LEVELS=a46_0x3ba770;class logReportingAPI extends Transport{constructor(_0x25351d){super(_0x25351d);}[a46_0x39940a(0x1a6)](_0x32d5ad,_0x4d0396){const _0xe97a53=a46_0x39940a,_0x43ce39={'uppAF':'logged','iWXcv':function(_0xec17f1,_0x57c511){return _0xec17f1===_0x57c511;},'tXsjG':'uritC','tnAPD':_0xe97a53(0x1bf),'jrqSj':function(_0x2a637b,_0x401206){return _0x2a637b(_0x401206);},'NzEhH':function(_0x26f9e5,_0x54dd8e){return _0x26f9e5===_0x54dd8e;},'LANmK':_0xe97a53(0x1c9),'jAfov':function(_0x446a49,_0xf8e1c5){return _0x446a49!==_0xf8e1c5;},'xKtov':_0xe97a53(0x1b9),'VumBK':function(_0x6d0bca,_0x5bd8cf){return _0x6d0bca===_0x5bd8cf;},'PmccH':_0xe97a53(0x1ae),'SfduO':_0xe97a53(0x1b0),'jGzGk':function(_0x5dffd7){return _0x5dffd7();}};_0x43ce39[_0xe97a53(0x1ad)](setImmediate,()=>{const _0x4baeff=_0xe97a53,_0x54ff4b={};_0x54ff4b[_0x4baeff(0x1bd)]=_0x43ce39[_0x4baeff(0x1ab)];const _0x17ea75=_0x54ff4b;_0x43ce39[_0x4baeff(0x1d0)](_0x43ce39['tXsjG'],_0x43ce39[_0x4baeff(0x1bb)])?this[_0x4baeff(0x1b5)](_0x17ea75[_0x4baeff(0x1bd)],_0x43d05b):this[_0x4baeff(0x1b5)](_0x43ce39[_0x4baeff(0x1ab)],_0x32d5ad);}),_0x43ce39[_0xe97a53(0x1aa)](typeof _0x32d5ad,_0x43ce39[_0xe97a53(0x1d9)])?_0x43ce39['jAfov'](_0x43ce39[_0xe97a53(0x1c8)],_0x43ce39[_0xe97a53(0x1c8)])?this['logToTestOps'](_0x1f4a92['INFO'],_0x1cf745):this[_0xe97a53(0x1c4)](_0x32d5ad[_0xe97a53(0x1d4)]||LOG_LEVELS[_0xe97a53(0x1a7)],_0x32d5ad[_0xe97a53(0x1c7)],![]):_0x43ce39[_0xe97a53(0x1ba)](_0x43ce39[_0xe97a53(0x1be)],_0x43ce39[_0xe97a53(0x1be)])?this[_0xe97a53(0x1c4)](LOG_LEVELS[_0xe97a53(0x1a7)],_0x32d5ad):this[_0xe97a53(0x1c4)](_0x34f290[_0xe97a53(0x1c5)],_0x5dbb63),_0x4d0396&&(_0x43ce39[_0xe97a53(0x1b8)](_0x43ce39['SfduO'],_0x43ce39[_0xe97a53(0x1d7)])?this[_0xe97a53(0x1c4)](_0xcfe8c5['ERROR'],_0x503786):_0x43ce39[_0xe97a53(0x1d6)](_0x4d0396));}[a46_0x39940a(0x1c4)]=(_0x1ae5d6=LOG_LEVELS['INFO'],_0x1d450b='',_0x16a00b=!![])=>{const _0x2c6cfa=a46_0x39940a,_0x248b9c={'enqvF':function(_0x49fac0){return _0x49fac0();},'MnfHp':function(_0x3cf9fd,_0xa55658){return _0x3cf9fd===_0xa55658;},'hhZHW':_0x2c6cfa(0x1b3),'TPQZe':_0x2c6cfa(0x1a8),'oISWO':_0x2c6cfa(0x1d8)};_0x16a00b&&(_0x248b9c[_0x2c6cfa(0x1b2)](_0x248b9c[_0x2c6cfa(0x1c1)],_0x248b9c[_0x2c6cfa(0x1ca)])?_0x248b9c[_0x2c6cfa(0x1c0)](_0x1b2add):consoleHolder[_0x1ae5d6['toLowerCase']()](_0x1d450b)),process[_0x2c6cfa(0x1b5)]('bs:addLog:'+process[_0x2c6cfa(0x1cc)],{'timestamp':new Date()[_0x2c6cfa(0x1cd)](),'level':_0x1ae5d6['toUpperCase'](),'message':_0x1d450b,'kind':_0x248b9c[_0x2c6cfa(0x1d2)],'http_response':{}});};[a46_0x39940a(0x1a5)]=(_0x1861a8,_0x4f8ea7)=>{const _0x123850=a46_0x39940a;this['logToTestOps'](LOG_LEVELS[_0x123850(0x1c5)],_0x1861a8);};[a46_0x39940a(0x1ce)]=(_0x4faedc,_0x15a824)=>{const _0x59996f=a46_0x39940a;this[_0x59996f(0x1c4)](LOG_LEVELS[_0x59996f(0x1c2)],_0x4faedc);};[a46_0x39940a(0x1b1)]=(_0x1eb9e9,_0x2b1a75)=>{const _0x468bea=a46_0x39940a;this[_0x468bea(0x1c4)](LOG_LEVELS[_0x468bea(0x1a7)],_0x1eb9e9);};[a46_0x39940a(0x1d1)]=(_0x2b196e,_0x166a55)=>{const _0x649673=a46_0x39940a;this[_0x649673(0x1c4)](LOG_LEVELS[_0x649673(0x1ac)],_0x2b196e);};['error']=(_0x29d9a1,_0x2861dc)=>{const _0x6d03=a46_0x39940a;this[_0x6d03(0x1c4)](LOG_LEVELS[_0x6d03(0x1b7)],_0x29d9a1);};};function a46_0x520b(){const _0x1a5aff=['trace','log','INFO','mCfoB','11871432pvIhYS','NzEhH','uppAF','WARN','jrqSj','piGrE','2709585jENWtw','tsYfi','info','MnfHp','pLuYx','winston-transport','emit','1293884DicNDC','ERROR','jAfov','tVhyI','VumBK','tnAPD','../../helpers/test-observability/constants','WQTTr','PmccH','psTEk','enqvF','hhZHW','DEBUG','440774MycnuB','logToTestOps','TRACE','4oTnreu','message','xKtov','object','TPQZe','exports','pid','toISOString','debug','4456704sHAPGO','iWXcv','warn','oISWO','748464lIRHYp','level','2574018SDfqhb','jGzGk','SfduO','TEST_LOG','LANmK'];a46_0x520b=function(){return _0x1a5aff;};return a46_0x520b();}module[a46_0x39940a(0x1cb)]=logReportingAPI;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a45_0x1387(_0x2c3b47,_0x5597a5){const _0x299b3d=a45_0x299b();return a45_0x1387=function(_0x138763,_0x68a6e7){_0x138763=_0x138763-0x124;let _0x26bd6f=_0x299b3d[_0x138763];return _0x26bd6f;},a45_0x1387(_0x2c3b47,_0x5597a5);}const a45_0x44b957=a45_0x1387;(function(_0x2859d8,_0x4fbafc){const _0x122a90=a45_0x1387,_0x57c1e2=_0x2859d8();while(!![]){try{const _0x144c17=parseInt(_0x122a90(0x15e))/0x1*(-parseInt(_0x122a90(0x125))/0x2)+-parseInt(_0x122a90(0x14b))/0x3+parseInt(_0x122a90(0x15c))/0x4+-parseInt(_0x122a90(0x156))/0x5*(parseInt(_0x122a90(0x14c))/0x6)+parseInt(_0x122a90(0x14d))/0x7*(parseInt(_0x122a90(0x138))/0x8)+-parseInt(_0x122a90(0x16b))/0x9*(parseInt(_0x122a90(0x167))/0xa)+parseInt(_0x122a90(0x165))/0xb;if(_0x144c17===_0x4fbafc)break;else _0x57c1e2['push'](_0x57c1e2['shift']());}catch(_0x4cc1c8){_0x57c1e2['push'](_0x57c1e2['shift']());}}}(a45_0x299b,0x9b516));function a45_0x299b(){const _0x3e545f=['winstonLogger','GKSjz','joWaF','3561756QwWDeS','4446IEpvPI','3371375QzHlmn','gdPRj','KwKSC','initialize','xIvlu','File\x20','\x20doesn\x27t\x20exist','modifyBrowserStackW3CCaps','WWTwv','1485cZRoZL','jiUYJ','File\x20path\x20is\x20required','OoxHc','cvhcT','existsSync','1538132qxqXVp','lvZUm','650079FMqwwT','hYytE','forEach','owavq','path','bUZbu','finalExecution','23143835ANDZmI','rzyoL','2765530tNZWyL','config','EMxYI','useW3C','9eBrYLW','markSDKSetupComplete','VnBSt','platforms','zsRUV','HpXxL','vanilla','../../helpers/BrowserStackSetup','getHubUrl','length','iAxkH','yIIBv','OVRvY','Config\x20yml\x20is\x20required','pLqJS','2AztLEN','FwpBw','kZObc','args','bWZoY','ejTMz','dOkAe','file','isUndefined','getPlatformName','eYpoo','../../helpers/helper','fzRps','exports','VoPuy','gLXxl','kujTy','proxySettings','../utils/constants','8XeFCdA','hJeuO','configuration','SdSiN','modifyBrowserStackCaps','gfSZC','join','../test-runner','YlhlX','ohyAn','handleApp','push','OmgtN','ZRtvx','QrcMR','VzqCi'];a45_0x299b=function(){return _0x3e545f;};return a45_0x299b();}const fs=require('fs'),path=require(a45_0x44b957(0x162)),logger=require('../../helpers/logger')[a45_0x44b957(0x148)],{default:BrowserStackSetup}=require(a45_0x44b957(0x172)),helper=require(a45_0x44b957(0x130)),constants=require(a45_0x44b957(0x137)),{parallelVanillaRun}=require(a45_0x44b957(0x13f));async function run(_0x94b1af,_0x51c43f){const _0xa2611b=a45_0x44b957,_0x40df53={'OVRvY':_0xa2611b(0x171),'fzRps':function(_0xfb1866,_0x4b5bd5){return _0xfb1866(_0x4b5bd5);},'eYpoo':_0xa2611b(0x158),'QrcMR':function(_0x1fc4dd,_0x5a417e){return _0x1fc4dd===_0x5a417e;},'WWTwv':'jqBTy','VoPuy':_0xa2611b(0x14f),'HpXxL':function(_0x207746,_0x315285){return _0x207746!==_0x315285;},'gfSZC':_0xa2611b(0x15f),'OmgtN':_0xa2611b(0x149),'VzqCi':function(_0x233915,_0x68802d){return _0x233915(_0x68802d);},'joWaF':_0xa2611b(0x178),'jiUYJ':'stinC','lvZUm':function(_0x1833c7,_0x37aca8){return _0x1833c7!==_0x37aca8;},'bUZbu':_0xa2611b(0x175),'kZObc':_0xa2611b(0x141),'rzyoL':function(_0x4b763b,_0x2c1215){return _0x4b763b===_0x2c1215;},'ejTMz':_0xa2611b(0x16f),'owavq':function(_0x2c379a,_0x52dd3e){return _0x2c379a>_0x52dd3e;},'oqupg':_0xa2611b(0x16d),'EMxYI':function(_0x401f51,_0x4bfa7f){return _0x401f51!==_0x4bfa7f;},'YNafz':_0xa2611b(0x134),'FwpBw':_0xa2611b(0x124),'PkXKI':_0xa2611b(0x13b),'bWZoY':_0xa2611b(0x135),'dOkAe':'LSAzk','jywqc':function(_0x308b77,_0xe1bb12){return _0x308b77!==_0xe1bb12;},'yIIBv':_0xa2611b(0x15a),'OoxHc':_0xa2611b(0x140),'hJeuO':function(_0x3e1ec9,_0x3d10fc){return _0x3e1ec9*_0x3d10fc;},'ZRtvx':function(_0x15a0e9,_0x260f43,_0x4868f2){return _0x15a0e9(_0x260f43,_0x4868f2);}},_0x5c86b9=new BrowserStackSetup(_0x94b1af,_0x40df53[_0xa2611b(0x177)]);await _0x5c86b9[_0xa2611b(0x150)](),await helper[_0xa2611b(0x142)](_0x5c86b9[_0xa2611b(0x168)]);const _0x5bce91=[];if(helper[_0xa2611b(0x12d)](_0x94b1af['_'][0x1])){if(_0x40df53[_0xa2611b(0x146)](_0x40df53['jiUYJ'],_0x40df53[_0xa2611b(0x157)]))throw _0x40df53['fzRps'](Error,_0x40df53['eYpoo']);else{_0x48a131={'server':_0x9d641[_0xa2611b(0x173)](_0x4e3dbd['config']),'proxySettings':_0xd08619[_0xa2611b(0x168)][_0xa2611b(0x136)],'platform':_0x5735b0[_0xa2611b(0x12e)](_0x567b4d),'platformCaps':_0x1cc8a2[_0xa2611b(0x168)][_0xa2611b(0x16e)][_0x560fd4]};const _0x5b1de1={'capability':_0x2493d0,..._0x3246a8};_0x5b1de1['file']=_0x11f435,_0x5b1de1[_0xa2611b(0x128)]=_0x3a95a9;const _0x2e4c04={};_0x2e4c04[_0xa2611b(0x13a)]=_0x5b1de1,_0x2f70b1=_0x2e4c04,_0x11c6c2[_0xa2611b(0x143)](_0x327ced);}}const _0x485978=path[_0xa2611b(0x13e)](process['cwd'](),_0x94b1af['_'][0x1]);if(!fs[_0xa2611b(0x15b)](_0x485978)){if(_0x40df53[_0xa2611b(0x15d)](_0x40df53[_0xa2611b(0x163)],_0x40df53[_0xa2611b(0x127)]))throw _0x40df53[_0xa2611b(0x131)](Error,_0xa2611b(0x152)+_0x94b1af['_'][0x1]+_0xa2611b(0x153));else _0x54fe16[_0xa2611b(0x160)]((_0x355ccb,_0x58cf57)=>{const _0x457101=_0xa2611b;_0x195af5={'server':_0x463273[_0x457101(0x173)](_0xae0b52[_0x457101(0x168)]),'proxySettings':_0x571407[_0x457101(0x168)][_0x457101(0x136)],'platform':_0x15ca0c[_0x457101(0x12e)](_0x355ccb),'platformCaps':_0x20384b[_0x457101(0x168)][_0x457101(0x16e)][_0x58cf57]};const _0x32e146={'capability':_0x355ccb,..._0xcf246b};_0x32e146[_0x457101(0x12c)]=_0x1b0843,_0x32e146[_0x457101(0x128)]=_0x4587d4;const _0x2add0a={};_0x2add0a['configuration']=_0x32e146,_0x44497c=_0x2add0a,_0x3b378d['push'](_0x269794);});}if(!_0x5c86b9['config']){if(_0x40df53[_0xa2611b(0x166)](_0x40df53[_0xa2611b(0x12a)],_0x40df53['ejTMz']))throw _0x40df53[_0xa2611b(0x131)](Error,_0x40df53[_0xa2611b(0x14a)]);else _0x3e3eae[_0xa2611b(0x143)](_0x215176['modifyBrowserStackW3CCaps'](_0x18ef0c[_0xa2611b(0x168)],_0x40df53[_0xa2611b(0x177)],_0x3f0de6));}const _0x261931=helper[_0xa2611b(0x16a)](_0x5c86b9[_0xa2611b(0x168)]);if(_0x5c86b9[_0xa2611b(0x168)]['platforms']&&_0x40df53[_0xa2611b(0x161)](_0x5c86b9['config']['platforms']['length'],0x0)){if(_0x40df53[_0xa2611b(0x170)](_0x40df53['oqupg'],_0x40df53['oqupg']))throw _0x40df53[_0xa2611b(0x131)](_0x3a9755,_0x40df53[_0xa2611b(0x12f)]);else _0x5c86b9[_0xa2611b(0x168)]['platforms'][_0xa2611b(0x160)]((_0x1047b9,_0x2eaa18)=>{const _0x1417ce=_0xa2611b,_0x28859f={};_0x28859f[_0x1417ce(0x14e)]=_0x40df53['OVRvY'];const _0x19d412=_0x28859f;if(_0x40df53[_0x1417ce(0x146)](_0x40df53[_0x1417ce(0x155)],_0x40df53['WWTwv'])){if(_0x261931)_0x40df53[_0x1417ce(0x146)](_0x40df53[_0x1417ce(0x133)],_0x40df53[_0x1417ce(0x133)])?_0x5bce91['push'](helper[_0x1417ce(0x154)](_0x5c86b9['config'],_0x40df53['OVRvY'],_0x2eaa18)):_0x370ac5[_0x1417ce(0x143)](_0xa577b[_0x1417ce(0x13c)](_0x6660e3[_0x1417ce(0x168)],_0x40df53[_0x1417ce(0x177)],_0x1e9c11));else{if(_0x40df53[_0x1417ce(0x170)](_0x40df53[_0x1417ce(0x13d)],_0x40df53[_0x1417ce(0x13d)])){let _0x3480d1;_0x520d48?_0x3480d1=_0x50b706[_0x1417ce(0x154)](_0x3f3f2d[_0x1417ce(0x168)],_0x40df53[_0x1417ce(0x177)],0x0):_0x3480d1=_0x423ec8[_0x1417ce(0x13c)](_0x32c52b['config'],_0x40df53['OVRvY'],0x0);_0x35cfdf={'server':_0x143e1a['getHubUrl'](_0x4636f0[_0x1417ce(0x168)]),'proxySettings':_0x396bfb[_0x1417ce(0x168)][_0x1417ce(0x136)]};const _0x3abe66={'capability':_0x3480d1,..._0x2cc2ba};_0x3abe66[_0x1417ce(0x12c)]=_0x7a6b19,_0x3abe66[_0x1417ce(0x128)]=_0x5c04de;const _0x4b9dbb={};_0x4b9dbb[_0x1417ce(0x13a)]=_0x3abe66,_0xce0b3e=_0x4b9dbb,_0x32a14e[_0x1417ce(0x143)](_0x32edc0);}else _0x5bce91[_0x1417ce(0x143)](helper[_0x1417ce(0x13c)](_0x5c86b9[_0x1417ce(0x168)],_0x40df53[_0x1417ce(0x177)],_0x2eaa18));}}else _0x2b4aea[_0x1417ce(0x168)][_0x1417ce(0x16e)][_0x1417ce(0x160)]((_0x3b5d9e,_0x3cf40d)=>{const _0x10f348=_0x1417ce;_0x203aee?_0x3405ec[_0x10f348(0x143)](_0x2a510a[_0x10f348(0x154)](_0x358530[_0x10f348(0x168)],_0x19d412[_0x10f348(0x14e)],_0x3cf40d)):_0x4c663a[_0x10f348(0x143)](_0x13fc71[_0x10f348(0x13c)](_0x24d2ab[_0x10f348(0x168)],_0x19d412[_0x10f348(0x14e)],_0x3cf40d));});});}let _0x56eb29,_0x5eb555;const _0x5f499b=[];if(_0x40df53[_0xa2611b(0x161)](_0x5bce91[_0xa2611b(0x174)],0x0))_0x40df53[_0xa2611b(0x169)](_0x40df53['YNafz'],_0x40df53[_0xa2611b(0x126)])?_0x5bce91[_0xa2611b(0x160)]((_0x4d1b55,_0x349e97)=>{const _0x11614b=_0xa2611b,_0x382521={};_0x382521[_0x11614b(0x151)]=_0x40df53[_0x11614b(0x177)];const _0x4daa8c=_0x382521;if(_0x40df53[_0x11614b(0x170)](_0x40df53[_0x11614b(0x144)],_0x40df53[_0x11614b(0x144)]))_0x2e522e=_0x374a3d['modifyBrowserStackW3CCaps'](_0x339f0c[_0x11614b(0x168)],_0x4daa8c[_0x11614b(0x151)],0x0);else{_0x56eb29={'server':helper['getHubUrl'](_0x5c86b9[_0x11614b(0x168)]),'proxySettings':_0x5c86b9['config']['proxySettings'],'platform':helper['getPlatformName'](_0x4d1b55),'platformCaps':_0x5c86b9['config'][_0x11614b(0x16e)][_0x349e97]};const _0x748d8={'capability':_0x4d1b55,..._0x56eb29};_0x748d8[_0x11614b(0x12c)]=_0x485978,_0x748d8['args']=_0x51c43f;const _0x4be745={};_0x4be745[_0x11614b(0x13a)]=_0x748d8,_0x5eb555=_0x4be745,_0x5f499b['push'](_0x5eb555);}}):_0x5743cc?_0x21eb77[_0xa2611b(0x143)](_0x5e1309[_0xa2611b(0x154)](_0x68f7f3[_0xa2611b(0x168)],_0x40df53['OVRvY'],_0x3cd4f9)):_0x32b437[_0xa2611b(0x143)](_0x5f50ca['modifyBrowserStackCaps'](_0x256443[_0xa2611b(0x168)],_0x40df53[_0xa2611b(0x177)],_0x7eb41b));else{if(_0x40df53[_0xa2611b(0x170)](_0x40df53['PkXKI'],_0x40df53[_0xa2611b(0x129)])){let _0xbecf66;if(_0x261931){if(_0x40df53['rzyoL'](_0x40df53[_0xa2611b(0x12b)],_0x40df53[_0xa2611b(0x12b)]))_0xbecf66=helper[_0xa2611b(0x154)](_0x5c86b9['config'],_0x40df53['OVRvY'],0x0);else throw _0x40df53['fzRps'](_0x45da38,'File\x20'+_0x17c9b5['_'][0x1]+_0xa2611b(0x153));}else _0x40df53['jywqc'](_0x40df53[_0xa2611b(0x176)],_0x40df53[_0xa2611b(0x159)])?_0xbecf66=helper[_0xa2611b(0x13c)](_0x5c86b9[_0xa2611b(0x168)],_0x40df53[_0xa2611b(0x177)],0x0):_0x3ff1d2=_0x53020c['modifyBrowserStackCaps'](_0x438781['config'],_0x40df53[_0xa2611b(0x177)],0x0);_0x56eb29={'server':helper[_0xa2611b(0x173)](_0x5c86b9['config']),'proxySettings':_0x5c86b9['config'][_0xa2611b(0x136)]};const _0x318e77={'capability':_0xbecf66,..._0x56eb29};_0x318e77[_0xa2611b(0x12c)]=_0x485978,_0x318e77[_0xa2611b(0x128)]=_0x51c43f;const _0xa1dbc3={};_0xa1dbc3[_0xa2611b(0x13a)]=_0x318e77,_0x5eb555=_0xa1dbc3,_0x5f499b[_0xa2611b(0x143)](_0x5eb555);}else throw _0x40df53[_0xa2611b(0x147)](_0x27b393,_0x40df53[_0xa2611b(0x14a)]);}const _0x2d97d7=_0x40df53[_0xa2611b(0x139)](_0x5c86b9[_0xa2611b(0x168)][_0xa2611b(0x16e)][_0xa2611b(0x174)]||0x1,_0x5c86b9[_0xa2611b(0x168)]['parallelsPerPlatform']);helper[_0xa2611b(0x16c)](),_0x40df53[_0xa2611b(0x145)](parallelVanillaRun,_0x5f499b,_0x2d97d7)['then'](_0x363cf9=>{})['finally'](async()=>{const _0x5cb15a=_0xa2611b;await helper[_0x5cb15a(0x164)](_0x5c86b9);});}module[a45_0x44b957(0x132)]=run;
|
|
2
|
+
'use strict';function a47_0x551c(){const _0x2440be=['useW3C','3555342bgJziD','TMLaZ','File\x20','grFUg','WHViv','hPQmj','JkcLN','join','exports','HNpVy','../../helpers/logger','Config\x20yml\x20is\x20required','szqfI','1471668RJGuld','1530201dOcoKq','modifyBrowserStackCaps','sIRjr','isUndefined','yXiRT','forEach','proxySettings','args','FXdCr','NtiFB','vFJaO','cwd','modifyBrowserStackW3CCaps','IPJGG','noHeb','getHubUrl','TEGej','419176MZDQCx','OoQjF','push','then','vzlCe','43630kenjJf','xRxGH','Gkibj','CpFTI','lApem','ryYYh','acnSf','platforms','fLdkU','ktblj','getPlatformName','EDFsV','fVdSN','../test-runner','NXams','rtmcV','GMrKF','884018QIkuJU','elPKX','initialize','finally','handleApp','gFnoC','CJvRP','VPDZd','\x20doesn\x27t\x20exist','winstonLogger','byWXn','PIdWK','WMgaS','DQGhk','BReMF','config','AwVoY','2253760eNXDjZ','File\x20path\x20is\x20required','KlYHS','EWFPN','pxOKK','KFozw','file','XKFtj','configuration','Oqxij','markSDKSetupComplete','../../helpers/helper','length'];a47_0x551c=function(){return _0x2440be;};return a47_0x551c();}function a47_0x3cfa(_0x4e822c,_0x4bbe32){const _0x551c88=a47_0x551c();return a47_0x3cfa=function(_0x3cfa5f,_0x288a6a){_0x3cfa5f=_0x3cfa5f-0x11a;let _0x7c97f2=_0x551c88[_0x3cfa5f];return _0x7c97f2;},a47_0x3cfa(_0x4e822c,_0x4bbe32);}const a47_0x171ef0=a47_0x3cfa;(function(_0x4e83d0,_0x4dacd4){const _0x2aaaa3=a47_0x3cfa,_0x27b523=_0x4e83d0();while(!![]){try{const _0x1272e8=parseInt(_0x2aaaa3(0x149))/0x1+-parseInt(_0x2aaaa3(0x15f))/0x2+parseInt(_0x2aaaa3(0x138))/0x3+parseInt(_0x2aaaa3(0x11c))/0x4+-parseInt(_0x2aaaa3(0x14e))/0x5+-parseInt(_0x2aaaa3(0x137))/0x6+-parseInt(_0x2aaaa3(0x12a))/0x7;if(_0x1272e8===_0x4dacd4)break;else _0x27b523['push'](_0x27b523['shift']());}catch(_0x76d353){_0x27b523['push'](_0x27b523['shift']());}}}(a47_0x551c,0x467fc));const fs=require('fs'),path=require('path'),logger=require(a47_0x171ef0(0x134))[a47_0x171ef0(0x168)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a47_0x171ef0(0x127)),constants=require('../utils/constants'),{parallelVanillaRun}=require(a47_0x171ef0(0x15b));async function run(_0x550f80,_0x4f9970){const _0xdb1146=a47_0x171ef0,_0x3312ac={'vzlCe':function(_0x21d6e6,_0x13b72e){return _0x21d6e6(_0x13b72e);},'lApem':_0xdb1146(0x135),'CJvRP':'vanilla','NXams':function(_0x12137e,_0xbb6046){return _0x12137e(_0xbb6046);},'WMgaS':_0xdb1146(0x11d),'KlYHS':function(_0x160ec2,_0x1835c9){return _0x160ec2!==_0x1835c9;},'BReMF':_0xdb1146(0x160),'NtiFB':_0xdb1146(0x150),'noHeb':_0xdb1146(0x123),'rtmcV':function(_0x3e7ea9,_0x41b389){return _0x3e7ea9!==_0x41b389;},'hPQmj':_0xdb1146(0x156),'LEHnH':_0xdb1146(0x169),'PIdWK':_0xdb1146(0x15e),'ryYYh':function(_0x1d3deb,_0x266bd6){return _0x1d3deb===_0x266bd6;},'Cfoox':'jGAhb','gFnoC':function(_0x301aeb,_0x4f3344){return _0x301aeb!==_0x4f3344;},'sIRjr':_0xdb1146(0x14f),'JkcLN':_0xdb1146(0x133),'acnSf':function(_0xf8e92a,_0x59cd04){return _0xf8e92a(_0x59cd04);},'FXdCr':'VVQeE','yXiRT':function(_0x7b3a10,_0x4139ae){return _0x7b3a10>_0x4139ae;},'CpFTI':'ItnhG','KFozw':_0xdb1146(0x11b),'WHViv':function(_0x5009ce,_0x48e1b4){return _0x5009ce===_0x48e1b4;},'ktblj':'cXmhR','szqfI':function(_0xde4e1b,_0x5611ad){return _0xde4e1b===_0x5611ad;},'TMLaZ':_0xdb1146(0x11f),'TEGej':_0xdb1146(0x15a),'grFUg':function(_0x1573ab,_0x5a2786){return _0x1573ab===_0x5a2786;},'tmSpG':'CYHzp','IPJGG':_0xdb1146(0x120),'EDFsV':'FmTaS','Oqxij':function(_0xcc4fa5,_0x44b1dc){return _0xcc4fa5*_0x44b1dc;},'OoQjF':function(_0x11bf9d,_0xb9d3d4,_0x5af6e5){return _0x11bf9d(_0xb9d3d4,_0x5af6e5);}},_0x329024=new BrowserStackSetup(_0x550f80,_0x3312ac[_0xdb1146(0x165)]);await _0x329024[_0xdb1146(0x161)](),await helper[_0xdb1146(0x163)](_0x329024[_0xdb1146(0x11a)]);const _0x222b3e=[];if(helper[_0xdb1146(0x13b)](_0x550f80['_'][0x1])){if(_0x3312ac[_0xdb1146(0x153)](_0x3312ac['Cfoox'],_0x3312ac['Cfoox']))throw _0x3312ac[_0xdb1146(0x14d)](Error,_0x3312ac['WMgaS']);else throw _0x3312ac[_0xdb1146(0x14d)](_0x3dfd45,_0x3312ac['lApem']);}const _0x4e4613=path[_0xdb1146(0x131)](process[_0xdb1146(0x143)](),_0x550f80['_'][0x1]);if(!fs['existsSync'](_0x4e4613)){if(_0x3312ac[_0xdb1146(0x164)](_0x3312ac[_0xdb1146(0x13a)],_0x3312ac[_0xdb1146(0x130)]))throw _0x3312ac[_0xdb1146(0x154)](Error,_0xdb1146(0x12c)+_0x550f80['_'][0x1]+'\x20doesn\x27t\x20exist');else{const _0x3697cf={};_0x3697cf[_0xdb1146(0x16c)]=_0x3312ac[_0xdb1146(0x165)];const _0x543e51=_0x3697cf;_0x8cdf3['config']['platforms']['forEach']((_0x5e8bd6,_0x491728)=>{const _0xe058a2=_0xdb1146;_0x52b04e?_0x101ae9['push'](_0x1a7597[_0xe058a2(0x144)](_0x108d40[_0xe058a2(0x11a)],_0x543e51[_0xe058a2(0x16c)],_0x491728)):_0x50177d[_0xe058a2(0x14b)](_0xc28a20[_0xe058a2(0x139)](_0xffa7dc['config'],_0x543e51['DQGhk'],_0x491728));});}}if(!_0x329024['config']){if(_0x3312ac[_0xdb1146(0x153)](_0x3312ac['FXdCr'],_0x3312ac[_0xdb1146(0x140)]))throw _0x3312ac[_0xdb1146(0x154)](Error,_0x3312ac[_0xdb1146(0x152)]);else{_0x45da60={'server':_0x3b6b27[_0xdb1146(0x147)](_0x3e07d6[_0xdb1146(0x11a)]),'proxySettings':_0x23bb7e['config']['proxySettings'],'platform':_0x10c5bb['getPlatformName'](_0x566bb9),'platformCaps':_0x565da1[_0xdb1146(0x11a)]['platforms'][_0x245780]};const _0x16da25={'capability':_0xfc95e5,..._0x52b7d9};_0x16da25[_0xdb1146(0x122)]=_0x306722,_0x16da25[_0xdb1146(0x13f)]=_0x49278c;const _0x40fe={};_0x40fe['configuration']=_0x16da25,_0x39be5d=_0x40fe,_0x3fc993[_0xdb1146(0x14b)](_0x4e6863);}}const _0x373b8d=helper[_0xdb1146(0x129)](_0x329024[_0xdb1146(0x11a)]);if(_0x329024['config'][_0xdb1146(0x155)]&&_0x3312ac[_0xdb1146(0x13c)](_0x329024[_0xdb1146(0x11a)][_0xdb1146(0x155)][_0xdb1146(0x128)],0x0)){if(_0x3312ac[_0xdb1146(0x164)](_0x3312ac[_0xdb1146(0x151)],_0x3312ac[_0xdb1146(0x121)]))_0x329024[_0xdb1146(0x11a)]['platforms'][_0xdb1146(0x13d)]((_0xf7b63f,_0x19906b)=>{const _0x27d955=_0xdb1146,_0x3ede6c={};_0x3ede6c[_0x27d955(0x142)]=_0x3312ac[_0x27d955(0x165)];const _0x419d20=_0x3ede6c;if(_0x3312ac[_0x27d955(0x11e)](_0x3312ac[_0x27d955(0x16d)],_0x3312ac[_0x27d955(0x16d)]))throw _0x3312ac[_0x27d955(0x15c)](_0x5cf7da,_0x3312ac[_0x27d955(0x16b)]);else _0x373b8d?_0x3312ac[_0x27d955(0x11e)](_0x3312ac[_0x27d955(0x141)],_0x3312ac[_0x27d955(0x146)])?_0x222b3e[_0x27d955(0x14b)](helper['modifyBrowserStackW3CCaps'](_0x329024[_0x27d955(0x11a)],_0x3312ac[_0x27d955(0x165)],_0x19906b)):_0x51777e[_0x27d955(0x14b)](_0x406d23['modifyBrowserStackW3CCaps'](_0x10a37b[_0x27d955(0x11a)],_0x3312ac[_0x27d955(0x165)],_0x37c193)):_0x3312ac[_0x27d955(0x15d)](_0x3312ac[_0x27d955(0x12f)],_0x3312ac[_0x27d955(0x12f)])?_0x2aa94f=_0x50b8f9[_0x27d955(0x144)](_0x1711e7[_0x27d955(0x11a)],_0x419d20['vFJaO'],0x0):_0x222b3e['push'](helper['modifyBrowserStackCaps'](_0x329024[_0x27d955(0x11a)],_0x3312ac[_0x27d955(0x165)],_0x19906b));});else{let _0x1793d5;_0x15f33c?_0x1793d5=_0x40e482[_0xdb1146(0x144)](_0xff9d3f[_0xdb1146(0x11a)],_0x3312ac[_0xdb1146(0x165)],0x0):_0x1793d5=_0x5c7cc8[_0xdb1146(0x139)](_0x3efdf0['config'],_0x3312ac[_0xdb1146(0x165)],0x0);_0x5a8b44={'server':_0x5e978b[_0xdb1146(0x147)](_0x286ba7['config']),'proxySettings':_0x52f507[_0xdb1146(0x11a)][_0xdb1146(0x13e)]};const _0x835490={'capability':_0x1793d5,..._0x470cb6};_0x835490[_0xdb1146(0x122)]=_0x40bf51,_0x835490['args']=_0x33de87;const _0x1169ea={};_0x1169ea['configuration']=_0x835490,_0x64f2c7=_0x1169ea,_0x58e65a[_0xdb1146(0x14b)](_0x5c1203);}}let _0x34f19c,_0x51ec37;const _0x7a11cc=[];if(_0x3312ac[_0xdb1146(0x13c)](_0x222b3e[_0xdb1146(0x128)],0x0)){if(_0x3312ac[_0xdb1146(0x12e)](_0x3312ac['ktblj'],_0x3312ac[_0xdb1146(0x157)]))_0x222b3e[_0xdb1146(0x13d)]((_0x20c851,_0x182f9c)=>{const _0x14dd7c=_0xdb1146,_0x36aeb1={};_0x36aeb1[_0x14dd7c(0x166)]=_0x3312ac[_0x14dd7c(0x165)];const _0x281118=_0x36aeb1;if(_0x3312ac['KlYHS'](_0x3312ac['LEHnH'],_0x3312ac[_0x14dd7c(0x16a)])){_0x34f19c={'server':helper[_0x14dd7c(0x147)](_0x329024['config']),'proxySettings':_0x329024[_0x14dd7c(0x11a)]['proxySettings'],'platform':helper[_0x14dd7c(0x158)](_0x20c851),'platformCaps':_0x329024[_0x14dd7c(0x11a)][_0x14dd7c(0x155)][_0x182f9c]};const _0x1f7a1e={'capability':_0x20c851,..._0x34f19c};_0x1f7a1e[_0x14dd7c(0x122)]=_0x4e4613,_0x1f7a1e[_0x14dd7c(0x13f)]=_0x4f9970;const _0x2dcb7d={};_0x2dcb7d[_0x14dd7c(0x124)]=_0x1f7a1e,_0x51ec37=_0x2dcb7d,_0x7a11cc[_0x14dd7c(0x14b)](_0x51ec37);}else _0x4506ff=_0x55e536[_0x14dd7c(0x139)](_0xe89522[_0x14dd7c(0x11a)],_0x281118[_0x14dd7c(0x166)],0x0);});else throw _0x3312ac[_0xdb1146(0x15c)](_0x62bb4d,'File\x20'+_0x4ccfbe['_'][0x1]+_0xdb1146(0x167));}else{if(_0x3312ac[_0xdb1146(0x136)](_0x3312ac[_0xdb1146(0x12b)],_0x3312ac[_0xdb1146(0x148)]))_0x57d3c5[_0xdb1146(0x13d)]((_0x5bb4c8,_0x3c8fc4)=>{const _0x34fdfb=_0xdb1146;_0xf662d5={'server':_0x5626a9[_0x34fdfb(0x147)](_0x20672a['config']),'proxySettings':_0x2d6a72[_0x34fdfb(0x11a)]['proxySettings'],'platform':_0x481ca1[_0x34fdfb(0x158)](_0x5bb4c8),'platformCaps':_0x1fad2b[_0x34fdfb(0x11a)][_0x34fdfb(0x155)][_0x3c8fc4]};const _0x512843={'capability':_0x5bb4c8,..._0x4773c8};_0x512843[_0x34fdfb(0x122)]=_0x4af8d0,_0x512843[_0x34fdfb(0x13f)]=_0x5b26ad;const _0x540122={};_0x540122[_0x34fdfb(0x124)]=_0x512843,_0x34d20f=_0x540122,_0x1c446e[_0x34fdfb(0x14b)](_0x528260);});else{let _0x11ef44;_0x373b8d?_0x3312ac[_0xdb1146(0x12d)](_0x3312ac['tmSpG'],_0x3312ac[_0xdb1146(0x145)])?_0x38d1b1?_0x49d4cc[_0xdb1146(0x14b)](_0x3a6c21[_0xdb1146(0x144)](_0x313bdb['config'],_0x3312ac[_0xdb1146(0x165)],_0xfd4786)):_0x7984da[_0xdb1146(0x14b)](_0x26603a['modifyBrowserStackCaps'](_0x3f5184[_0xdb1146(0x11a)],_0x3312ac[_0xdb1146(0x165)],_0x3bb698)):_0x11ef44=helper[_0xdb1146(0x144)](_0x329024[_0xdb1146(0x11a)],_0x3312ac['CJvRP'],0x0):_0x3312ac[_0xdb1146(0x12d)](_0x3312ac[_0xdb1146(0x159)],_0x3312ac['EDFsV'])?_0x11ef44=helper[_0xdb1146(0x139)](_0x329024[_0xdb1146(0x11a)],_0x3312ac[_0xdb1146(0x165)],0x0):_0x2bacc3[_0xdb1146(0x14b)](_0x58222e[_0xdb1146(0x139)](_0x5196a6['config'],_0x3312ac[_0xdb1146(0x165)],_0x27457d));_0x34f19c={'server':helper[_0xdb1146(0x147)](_0x329024['config']),'proxySettings':_0x329024[_0xdb1146(0x11a)]['proxySettings']};const _0x27173e={'capability':_0x11ef44,..._0x34f19c};_0x27173e[_0xdb1146(0x122)]=_0x4e4613,_0x27173e[_0xdb1146(0x13f)]=_0x4f9970;const _0xb0d9ef={};_0xb0d9ef[_0xdb1146(0x124)]=_0x27173e,_0x51ec37=_0xb0d9ef,_0x7a11cc[_0xdb1146(0x14b)](_0x51ec37);}}const _0x3710d9=_0x3312ac[_0xdb1146(0x125)](_0x329024[_0xdb1146(0x11a)][_0xdb1146(0x155)][_0xdb1146(0x128)]||0x1,_0x329024['config']['parallelsPerPlatform']);helper[_0xdb1146(0x126)](),_0x3312ac[_0xdb1146(0x14a)](parallelVanillaRun,_0x7a11cc,_0x3710d9)[_0xdb1146(0x14c)](_0x5f18fb=>{})[_0xdb1146(0x162)](async()=>{await helper['finalExecution'](_0x329024);});}module[a47_0x171ef0(0x132)]=run;
|
package/src/browserStackSdk.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a48_0x1d20(){const _0x17782f=['3603943DEkeAB','suKul','browserVersion','platform_version','GzpxQ','QHIze','LixVL','FrBFA','10256vDcZlf','JRdZF','IivNb','device','HSjzo','RSBdN','Aprfj','QzdMg','dIYwW','platformName','deviceName','os_version','wkZli','91065GysdsB','Kivuk','SXFKI','590695rfNKeH','cxdhv','rJguu','omIiM','4321212GTMGNK','34446eHVPcF','MITzA','BrYJH','platform','browser_version','RokPI','7767bHLqDR','GcwRZ','EUXbH','RWDpS','ZeMJR','browser','52769870KliHsZ','platformVersion','unKnZ','hFhWk','flJPj','zsydj','JokIp','tNOvL','wANZO','iMJYX','KaCie','XUlWo','mDtDV','705eIAxjO','customVariables','34EWDKGx'];a48_0x1d20=function(){return _0x17782f;};return a48_0x1d20();}(function(_0x550686,_0xa0c713){const _0x35a517=a48_0x2541,_0x38fbfe=_0x550686();while(!![]){try{const _0xc1781b=-parseInt(_0x35a517(0xac))/0x1+-parseInt(_0x35a517(0xcc))/0x2*(parseInt(_0x35a517(0xe2))/0x3)+-parseInt(_0x35a517(0xb0))/0x4+parseInt(_0x35a517(0xca))/0x5*(-parseInt(_0x35a517(0xb1))/0x6)+-parseInt(_0x35a517(0xcd))/0x7+parseInt(_0x35a517(0xd5))/0x8*(-parseInt(_0x35a517(0xb7))/0x9)+parseInt(_0x35a517(0xbd))/0xa;if(_0xc1781b===_0xa0c713)break;else _0x38fbfe['push'](_0x38fbfe['shift']());}catch(_0x524154){_0x38fbfe['push'](_0x38fbfe['shift']());}}}(a48_0x1d20,0xa0f3a));function a48_0x2541(_0x18470f,_0x3a50cf){const _0x1d20d5=a48_0x1d20();return a48_0x2541=function(_0x254194,_0x2d1c63){_0x254194=_0x254194-0xaa;let _0x566513=_0x1d20d5[_0x254194];return _0x566513;},a48_0x2541(_0x18470f,_0x3a50cf);}class BrowserStackSdk{static['getCurrentPlatform'](){const _0x3dafe5=a48_0x2541,_0x458e6a={};_0x458e6a['LixVL']=_0x3dafe5(0xcf),_0x458e6a['JRdZF']=_0x3dafe5(0xcb),_0x458e6a['dIYwW']=_0x3dafe5(0xbe),_0x458e6a[_0x3dafe5(0xc4)]='osVersion',_0x458e6a[_0x3dafe5(0xab)]=_0x3dafe5(0xde),_0x458e6a['FrBFA']='browserName',_0x458e6a[_0x3dafe5(0xc5)]=_0x3dafe5(0xdf),_0x458e6a[_0x3dafe5(0xc1)]=_0x3dafe5(0xe0),_0x458e6a[_0x3dafe5(0xdb)]=_0x3dafe5(0xbc),_0x458e6a[_0x3dafe5(0xc3)]=_0x3dafe5(0xb5),_0x458e6a['suKul']=_0x3dafe5(0xd8),_0x458e6a[_0x3dafe5(0xc2)]=_0x3dafe5(0xb4),_0x458e6a[_0x3dafe5(0xb3)]=_0x3dafe5(0xd0),_0x458e6a[_0x3dafe5(0xb8)]=function(_0xcd9eed,_0x2127e2){return _0xcd9eed!==_0x2127e2;},_0x458e6a[_0x3dafe5(0xc7)]='sSakY',_0x458e6a[_0x3dafe5(0xd2)]=function(_0x56bb6c,_0x38b141){return _0x56bb6c===_0x38b141;},_0x458e6a[_0x3dafe5(0xda)]=_0x3dafe5(0xd7),_0x458e6a[_0x3dafe5(0xe1)]=_0x3dafe5(0xad),_0x458e6a[_0x3dafe5(0xbb)]='IizLr',_0x458e6a[_0x3dafe5(0xc0)]=_0x3dafe5(0xc8),_0x458e6a['QzdMg']='bBZwK',_0x458e6a[_0x3dafe5(0xba)]=function(_0x114256,_0x30cf78){return _0x114256===_0x30cf78;},_0x458e6a[_0x3dafe5(0xb2)]=_0x3dafe5(0xb9),_0x458e6a['mDtDV']='nhgck',_0x458e6a[_0x3dafe5(0xc6)]=_0x3dafe5(0xaf),_0x458e6a[_0x3dafe5(0xaa)]=_0x3dafe5(0xd1),_0x458e6a[_0x3dafe5(0xae)]=_0x3dafe5(0xd9),_0x458e6a[_0x3dafe5(0xb6)]=_0x3dafe5(0xbf);const _0x48fe25=_0x458e6a,_0x418a40={};if(global['__platformCaps']){const _0x38e743=global['__platformCaps'],_0x30afca=_0x38e743[_0x48fe25[_0x3dafe5(0xc1)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xc4)]],_0x28e0cf=_0x38e743[_0x48fe25[_0x3dafe5(0xdb)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xd4)]],_0x42cdfe=_0x38e743[_0x48fe25[_0x3dafe5(0xc3)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xd3)]],_0x44eaba=_0x38e743[_0x48fe25[_0x3dafe5(0xce)]]||_0x38e743[_0x48fe25['wANZO']],_0x428c4c=_0x38e743[_0x48fe25['zsydj']]||_0x38e743[_0x48fe25[_0x3dafe5(0xab)]],_0x4f7622=_0x38e743[_0x48fe25[_0x3dafe5(0xb3)]]||_0x38e743[_0x48fe25[_0x3dafe5(0xdd)]];_0x38e743['os']&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xc7)],_0x48fe25[_0x3dafe5(0xc7)])?_0x8a779a[_0x48fe25[_0x3dafe5(0xd3)]]=_0x1a8d14:_0x418a40['os']=_0x38e743['os']),_0x30afca&&(_0x48fe25[_0x3dafe5(0xd2)](_0x48fe25[_0x3dafe5(0xda)],_0x48fe25[_0x3dafe5(0xe1)])?_0x4add5a[_0x48fe25[_0x3dafe5(0xd6)]]=_0x15e53e[_0x48fe25[_0x3dafe5(0xd6)]]:_0x418a40[_0x48fe25[_0x3dafe5(0xc4)]]=_0x30afca),_0x28e0cf&&(_0x48fe25['QHIze'](_0x48fe25[_0x3dafe5(0xbb)],_0x48fe25['hFhWk'])?_0x33cf5f['os']=_0x45c61d['os']:_0x418a40[_0x48fe25['FrBFA']]=_0x28e0cf),_0x42cdfe&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xdc)],_0x48fe25[_0x3dafe5(0xdc)])?_0x7686f[_0x48fe25[_0x3dafe5(0xdd)]]=_0x550858:_0x418a40[_0x48fe25[_0x3dafe5(0xd3)]]=_0x42cdfe),_0x44eaba&&(_0x48fe25[_0x3dafe5(0xba)](_0x48fe25[_0x3dafe5(0xb2)],_0x48fe25[_0x3dafe5(0xc9)])?_0x57d5d2[_0x48fe25[_0x3dafe5(0xc4)]]=_0x2a2824:_0x418a40[_0x48fe25[_0x3dafe5(0xc5)]]=_0x44eaba),_0x428c4c&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xc6)],_0x48fe25[_0x3dafe5(0xc6)])?_0x2bcfb5[_0x48fe25['SXFKI']]=_0x6a031d:_0x418a40[_0x48fe25[_0x3dafe5(0xab)]]=_0x428c4c),_0x4f7622&&(_0x48fe25[_0x3dafe5(0xb8)](_0x48fe25[_0x3dafe5(0xaa)],_0x48fe25[_0x3dafe5(0xaa)])?_0x20e6ea[_0x48fe25['FrBFA']]=_0x36fc8b:_0x418a40[_0x48fe25[_0x3dafe5(0xdd)]]=_0x4f7622),_0x38e743[_0x48fe25[_0x3dafe5(0xd6)]]&&(_0x48fe25['RWDpS'](_0x48fe25[_0x3dafe5(0xae)],_0x48fe25[_0x3dafe5(0xb6)])?_0x3c8dd4[_0x48fe25[_0x3dafe5(0xc5)]]=_0x4d24c3:_0x418a40[_0x48fe25[_0x3dafe5(0xd6)]]=_0x38e743[_0x48fe25[_0x3dafe5(0xd6)]]);}return _0x418a40;}}module['exports']=BrowserStackSdk;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a47_0x43efc1=a47_0x28fa;(function(_0x149b5e,_0x157785){const _0x42fd51=a47_0x28fa,_0xf4186b=_0x149b5e();while(!![]){try{const _0x6caa93=-parseInt(_0x42fd51(0x16d))/0x1*(parseInt(_0x42fd51(0xb7))/0x2)+parseInt(_0x42fd51(0xc8))/0x3+parseInt(_0x42fd51(0x18d))/0x4+-parseInt(_0x42fd51(0x13d))/0x5+-parseInt(_0x42fd51(0x125))/0x6*(parseInt(_0x42fd51(0x195))/0x7)+-parseInt(_0x42fd51(0x180))/0x8+-parseInt(_0x42fd51(0x1a6))/0x9*(-parseInt(_0x42fd51(0xcb))/0xa);if(_0x6caa93===_0x157785)break;else _0xf4186b['push'](_0xf4186b['shift']());}catch(_0x4012b1){_0xf4186b['push'](_0xf4186b['shift']());}}}(a47_0x38d3,0x67c4f));function a47_0x38d3(){const _0x2ece41=['AftWz','zgsAy','browserStackLocalOptions','getPackageVersion','allocateHub','yRFKX','path','WnNBW','jdzyA','WDjuN','format','luAMF','UELLb','nHfdE','NUqSE','bhRDJ','MPGdQ','1166478QfqMkV','vDcbF','ZcaZi','Vgbad','rWIZJ','lLZeJ','ReZAk','LiIlY','iWBcW','getUserName','gQGKF','SOIDy','AUTOLOGCAPTURE_NOTIFICATION','setCLICaps','getTurboScaleGridDetails','constructor','MHkkj','1344306prWJbl','gsvkA','OXisL','8150tksICD','setUpHubUrl','fcYGm','Percy\x20started\x20successfully','parallelsPerPlatform','Local\x20binary\x20stopped','RUBCu','nhytx','getFinalCaps','skipSessionStatus','GnIRT','toString','gqdKH','config','OZJFp','eJrdB','turboScale','push','Error\x20occured\x20while\x20stopping\x20local\x20binary','selenium-webdriver','../bin/utils/constants','vAdGr','HnQRr','mCOYT','rFCzG','kFYwN','WPMTt','setupKeepAlive','isTrue','getLocalConfig','No\x20config\x20provided.','getAccessKey','aiEMA','isRunning','env','envFile','BROWSERSTACK_TURBOSCALE','wugnV','OFbmP','XPxQD','DmRdv','setLogLevel','testContextOptions','unhandledErrors','PWjBP','Btfop','qIYAy','hubUrl','JIkaY','disableAutoCaptureLogs','Percy\x20stopped','util','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','holDr','OGdUl','url','envConfig','SLzwe','DUeeL','QDRYE','debug','fireFunnelTestEvent','nnzSh','isTrialGrid','default','beforeExit','useW3C','info','setupPercy','vpIBK','sdSlY','message','SIGINT','dgLMT','kkJUY','localIdentifier','SDKTestAttempted','mclbC','isUndefined','hmnHI','./logger','userName\x20or\x20accessKey\x20is\x20not\x20defined','MTfGy','fuAQM','getLocalIdentifier','uscsg','fgDNx','keCXk','captureError','txOpD','90264FTbgEd','stopBrowserstackLocal','PhmXF','pqFTm','WFVbc','../hubAllocationMethods','TUcHc','platforms','GoElN','errorMessage','igsrg','jwKpO','ZiaGg','sUccb','WZAlj','dpfue','ynMav','yCSXc','true','WPnBl','stopPercy','VSjbz','xxmFt','browserstackLocal','47205THWWvw','ats-repeater','edhYT','NUkQY','GCkuZ','SxCgB','dgcRd','xhViZ','warn','stopLocalBinary','ztMtE','customRepeaters','LBqGe','cjBJM','oQksB','peWHz','playwright','generateLocalIdentifier','dotenv','pBOGZ','cliConfig','forceLocal','haZuL','pihub','Error\x20occured\x20while\x20stopping\x20percy','framework','CoQXT','SIGTERM','Error\x20in\x20percy\x20setup\x20','codeceptjs','ACQPL','iNOGg','turboScaleUrl','jPfpP','qyMEM','turboScaleOptions','qzeKP','compareVersions','isBrowserstackInfra','eQnMJ','FRAMEWORK','VNvWL','svwan','yoLyt','IBBpW','nHkTS','requireSeleniumWebdriverCheck','./performance-tester','1OtLEhr','wCYBX','sCIZy','MFLxL','4.5.0','setupBrowserstackLocal','yUNYq','upgkl','tRoYE','oIgcx','AwWrC','coOwa','percy','zWIew','sanitizeCaps','MFtHM','playwrightUrl','CjKJF','NKLMj','6471968JkPlrp','./ats/helper','getConfigPath','length','gUtQf','./setKeepAlive','localOptions','Loading\x20environment\x20from:\x20','HIVwj','BBKlq','uCTFU','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','WibSY','639880afAXWB','lcKEu','setEnvCaps','rlZaw','jDpPV','QbzJs','error','mggwu','301lxqwdb','unhandledRejection','ustzk','MuAwE','iALfI','./percy/utils','KPdJl','isDbW','includes','uncaughtException','AIEKu','toLowerCase','RNpYs','custom-repeater','winstonLogger','YmUdL','startLocalBinary','20601bBOcKT'];a47_0x38d3=function(){return _0x2ece41;};return a47_0x38d3();}const util=require(a47_0x43efc1(0xfe)),dotenv=require(a47_0x43efc1(0x14f)),constants=require(a47_0x43efc1(0xdf)),{isTurboScaleSession}=require(a47_0x43efc1(0x181)),logger=require(a47_0x43efc1(0x11b))[a47_0x43efc1(0x1a3)],helper=require('./helper'),percyHelper=require(a47_0x43efc1(0x19a)),hubAllocator=require(a47_0x43efc1(0x12a)),PerformanceTester=require(a47_0x43efc1(0x16c));class BrowserStackSetup{constructor(_0x3e2195,_0x1d9a0d){const _0x39814f=a47_0x43efc1,_0x266e8a={'WFVbc':_0x39814f(0x18b),'ustzk':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','mggwu':_0x39814f(0x11c),'AwWrC':_0x39814f(0x196),'BBKlq':_0x39814f(0x19e),'luAMF':function(_0x2e638b,_0x5244bb){return _0x2e638b(_0x5244bb);},'GoElN':_0x39814f(0x185),'yUNYq':_0x39814f(0x13e),'oQksB':'custom-repeater','nHfdE':_0x39814f(0x137),'jwKpO':function(_0x29fd33,_0x98b005){return _0x29fd33===_0x98b005;},'igsrg':_0x39814f(0xe9),'kQPGQ':_0x39814f(0xdd),'cjBJM':_0x39814f(0x117),'jPfpP':function(_0x1357d8,_0x2b32f1){return _0x1357d8!==_0x2b32f1;},'WrzKW':'jIuNY','xhViZ':_0x39814f(0xf3),'sUccb':_0x39814f(0x190),'zWIew':_0x39814f(0x105),'pihub':function(_0x2480aa,_0xaa5d16){return _0x2480aa===_0xaa5d16;},'sqCvg':_0x39814f(0x118),'qyMEM':_0x39814f(0xbc),'qzeKP':function(_0x540e5a,_0xfd5e49){return _0x540e5a===_0xfd5e49;},'jdzyA':_0x39814f(0x106),'pqFTm':_0x39814f(0x157),'gsvkA':function(_0x249be3,_0x2d7034){return _0x249be3===_0x2d7034;},'HnQRr':_0x39814f(0x149),'vpIBK':'ARwpp','OZJFp':'TIDYV','RUBCu':function(_0x47a2a1,_0x565537){return _0x47a2a1<_0x565537;},'nHkTS':_0x39814f(0xde),'qIYAy':_0x39814f(0x120),'edhYT':_0x39814f(0x15b),'GnIRT':function(_0x50896e,_0x3883cc){return _0x50896e===_0x3883cc;},'lTyMz':_0x39814f(0x171),'FWfMZ':_0x39814f(0x124),'isDbW':_0x39814f(0x15c),'fuAQM':function(_0x19aa08,_0x72bd57){return _0x19aa08!==_0x72bd57;},'gqdKH':'BlwbA','aiEMA':_0x39814f(0x13a),'VNvWL':function(_0x338a18,_0x329f93){return _0x338a18!==_0x329f93;},'fgDNx':_0x39814f(0x164),'nhytx':_0x39814f(0xe4),'PWjBP':_0x39814f(0x1b3),'TUcHc':_0x39814f(0x153),'keCXk':function(_0x2fe8f9,_0x303bc8){return _0x2fe8f9+_0x303bc8;},'eJrdB':_0x39814f(0x187),'tRoYE':_0x39814f(0x168),'rFCzG':function(_0x44650c,_0x5ccf8e){return _0x44650c===_0x5ccf8e;},'hmnHI':_0x39814f(0x13b),'sOBSp':'RudrW','LiIlY':function(_0x5dd274,_0xe49fab){return _0x5dd274!==_0xe49fab;},'OXisL':_0x39814f(0x17e),'HIVwj':function(_0x5da561,_0xeec46){return _0x5da561!==_0xeec46;},'ZcaZi':'EVavG','SxCgB':_0x39814f(0x141),'PGzyU':'wuYOO','dgcRd':function(_0x52e6be,_0x4a8438){return _0x52e6be!==_0x4a8438;},'wugnV':_0x39814f(0x138),'vExCc':'lqxIT','NUqSE':_0x39814f(0x109),'sdSlY':_0x39814f(0x1a7)};this[_0x39814f(0xf6)]=[],this[_0x39814f(0x151)]=helper[_0x39814f(0xc4)](_0x3e2195),this[_0x39814f(0x103)]=helper[_0x39814f(0x18f)](),this['browserstackLocal']=null,this['percy']=null,this[_0x39814f(0xd8)]=helper['readConfig'](helper[_0x39814f(0x182)](_0x3e2195)),this['config'][_0x39814f(0x12c)]=this[_0x39814f(0xd8)]['platforms']||[],this[_0x39814f(0xd8)]['testContextOptions']=this['config'][_0x39814f(0xf5)]||{},this['config'][_0x39814f(0xf5)][_0x39814f(0xd4)]=helper['isTrue'](this[_0x39814f(0xd8)][_0x39814f(0xf5)][_0x39814f(0xd4)]),this[_0x39814f(0x12e)]={},global[_0x39814f(0xd8)]=this[_0x39814f(0xd8)],global['framework']=_0x1d9a0d,helper[_0x39814f(0x17b)](this[_0x39814f(0xd8)]),this[_0x39814f(0x156)]=_0x1d9a0d;if(helper[_0x39814f(0x119)](this[_0x39814f(0xd8)])){if(_0x266e8a[_0x39814f(0x15e)](_0x266e8a['WrzKW'],_0x266e8a[_0x39814f(0x144)]))throw new Error(_0x266e8a[_0x39814f(0x12f)]);else this[_0x39814f(0xd8)]['useW3C']=![];}if(this[_0x39814f(0xd8)]['error']){if(_0x266e8a['jwKpO'](_0x266e8a[_0x39814f(0x132)],_0x266e8a[_0x39814f(0x17a)]))_0x32a264[_0x39814f(0x193)](_0x3c57cf[_0x39814f(0x112)]),_0x11b329[_0x39814f(0x107)](_0x43dd8d[_0x39814f(0x1b1)](_0x4c1b10)),this[_0x39814f(0xf6)]['push'](_0x4945d7[_0x39814f(0x1b1)]('%j',_0x28d633)),_0x57ac95[_0x39814f(0x123)](_0x246e28);else throw new Error(this[_0x39814f(0xd8)][_0x39814f(0x193)]);}this['handleExceptions']();process['env'][_0x39814f(0xef)]&&(_0x266e8a[_0x39814f(0x154)](_0x266e8a['sqCvg'],_0x266e8a[_0x39814f(0x15f)])?_0x367ace[_0x39814f(0x10e)](_0x266e8a[_0x39814f(0x129)]):(this['config'][_0x39814f(0xdb)]=helper[_0x39814f(0xe7)](process[_0x39814f(0xed)][_0x39814f(0xef)]),this[_0x39814f(0xd8)][_0x39814f(0x160)]=this['config'][_0x39814f(0x160)]||{}));helper['setBrowserstackInfraFromConfig'](this['config'],this['cliConfig']),helper[_0x39814f(0xd3)](this[_0x39814f(0xd8)],this[_0x39814f(0x151)],this['envConfig']);if(!helper[_0x39814f(0x163)]()){if(_0x266e8a[_0x39814f(0x161)](_0x266e8a[_0x39814f(0x1af)],_0x266e8a[_0x39814f(0x1af)])){try{_0x266e8a[_0x39814f(0x161)](_0x266e8a['pqFTm'],_0x266e8a[_0x39814f(0x128)])?(process[_0x39814f(0xed)][_0x39814f(0x165)]=_0x1d9a0d,helper[_0x39814f(0x108)](_0x266e8a[_0x39814f(0x14a)],{},this['config'],this[_0x39814f(0x156)])):this[_0x39814f(0xd8)][_0x39814f(0x1a9)]={'localIdentifier':_0x1ca5b7[_0x39814f(0x14e)]()};}catch(_0x40263a){_0x266e8a[_0x39814f(0xc9)](_0x266e8a[_0x39814f(0xe1)],_0x266e8a[_0x39814f(0xe1)])?logger['debug'](_0x39814f(0xff)+_0x40263a):this[_0x39814f(0xd8)][_0x39814f(0x1a9)][_0x39814f(0x116)]=_0x54a011[_0x39814f(0x14e)]();}return;}else _0x4b13fe[_0x39814f(0x119)](this[_0x39814f(0xd8)][_0x39814f(0xcf)])?_0x3480b4[_0x39814f(0x10e)](_0x266e8a[_0x39814f(0x129)]):_0x3b3ea2[_0x39814f(0x145)](_0x266e8a['ustzk']),this[_0x39814f(0xd8)]['platforms']=[];}if(helper[_0x39814f(0x16b)](_0x1d9a0d)){if(_0x266e8a[_0x39814f(0x15e)](_0x266e8a[_0x39814f(0x110)],_0x266e8a[_0x39814f(0xd9)])){if(_0x266e8a[_0x39814f(0xd1)](_0x266e8a['luAMF'](parseInt,helper[_0x39814f(0x1aa)](_0x266e8a[_0x39814f(0x16a)])),0x3)){if(_0x266e8a[_0x39814f(0x15e)](_0x266e8a[_0x39814f(0xf9)],_0x266e8a[_0x39814f(0x13f)]))this['config'][_0x39814f(0x10d)]=![];else throw new _0x1615f0(_0x266e8a[_0x39814f(0x194)]);}if(_0x266e8a[_0x39814f(0xd5)](helper[_0x39814f(0x162)](helper['getPackageVersion'](_0x266e8a[_0x39814f(0x16a)]),_0x266e8a['lTyMz']),0x1)){if(_0x266e8a['jPfpP'](_0x266e8a['FWfMZ'],_0x266e8a[_0x39814f(0x19c)]))this[_0x39814f(0xd8)][_0x39814f(0x10d)]=!![];else{const _0x365aa5=_0x2bd246=>{const _0x4eac67=_0x39814f;_0xa4d232[_0x4eac67(0x193)](_0x2bd246['message']),_0x1a8017['debug'](_0x5b36c4['format'](_0x2bd246)),this[_0x4eac67(0xf6)][_0x4eac67(0xdc)](_0x1a3516[_0x4eac67(0x1b1)]('%j',_0x2bd246)),_0x17fafc[_0x4eac67(0x123)](_0x2bd246);};_0x29c39b['on'](_0x266e8a[_0x39814f(0x177)],_0x365aa5),_0x26a380['on'](_0x266e8a[_0x39814f(0x189)],_0x365aa5);}}}else _0x266e8a[_0x39814f(0x1b2)](_0x5e9251,_0x266e8a[_0x39814f(0x12d)])();}(helper['isUndefined'](this[_0x39814f(0xd8)][_0x39814f(0x12c)])||helper[_0x39814f(0x119)](this[_0x39814f(0xd8)][_0x39814f(0x12c)][_0x39814f(0x183)]))&&(_0x266e8a[_0x39814f(0x11e)](_0x266e8a[_0x39814f(0xd7)],_0x266e8a[_0x39814f(0xeb)])?(helper[_0x39814f(0x119)](this[_0x39814f(0xd8)]['parallelsPerPlatform'])?_0x266e8a[_0x39814f(0x166)](_0x266e8a['fgDNx'],_0x266e8a[_0x39814f(0x121)])?_0x3165f3[_0x39814f(0x107)](_0x39814f(0xff)+_0x38169b):logger['info'](_0x266e8a[_0x39814f(0x129)]):_0x266e8a['gsvkA'](_0x266e8a[_0x39814f(0xd2)],_0x266e8a[_0x39814f(0xf7)])?(this[_0x39814f(0xd8)][_0x39814f(0x13c)]=!![],this['config'][_0x39814f(0x1a9)][_0x39814f(0x116)]=_0x266e8a[_0x39814f(0x173)],this[_0x39814f(0xd8)]['browserStackLocalOptions'][_0x266e8a[_0x39814f(0x14b)]]=_0x42c197['customRepeaters']['join'](','),this[_0x39814f(0xd8)][_0x39814f(0x1a9)]['forceLocal']=_0x266e8a[_0x39814f(0x1b4)]):logger[_0x39814f(0x145)](_0x266e8a[_0x39814f(0x197)]),this['config'][_0x39814f(0x12c)]=[]):_0x496cd1[_0x39814f(0xd8)]());if(this['config']['envFile']){if(_0x266e8a[_0x39814f(0xd5)](_0x266e8a[_0x39814f(0x12b)],_0x266e8a[_0x39814f(0x12b)])){logger[_0x39814f(0x10e)](_0x266e8a[_0x39814f(0x122)](_0x266e8a[_0x39814f(0xda)],this[_0x39814f(0xd8)][_0x39814f(0xee)]));const _0x5740a3={};_0x5740a3['path']=this[_0x39814f(0xd8)][_0x39814f(0xee)],dotenv['config'](_0x5740a3);}else _0x1706f6[_0x39814f(0x10e)](_0x2cc9e2['AUTOLOGCAPTURE_NOTIFICATION']);}else{if(_0x266e8a['qzeKP'](_0x266e8a[_0x39814f(0x175)],_0x266e8a['tRoYE']))dotenv[_0x39814f(0xd8)]();else throw new _0x467b1e(this['config'][_0x39814f(0x193)]);}!this['config'][_0x39814f(0x1a9)]&&(this['config'][_0x39814f(0x1a9)]=this[_0x39814f(0xd8)][_0x39814f(0x186)]||{}),!this[_0x39814f(0xd8)]['testContextOptions']&&(this[_0x39814f(0xd8)][_0x39814f(0xf5)]={});if(helper[_0x39814f(0x119)](helper[_0x39814f(0xc0)](this[_0x39814f(0xd8)]))||helper[_0x39814f(0x119)](helper[_0x39814f(0xea)](this[_0x39814f(0xd8)]))){if(_0x266e8a[_0x39814f(0xe3)](_0x266e8a[_0x39814f(0x11a)],_0x266e8a['sOBSp']))_0x2db90b[_0x39814f(0x145)](_0x266e8a[_0x39814f(0x197)]);else throw new Error(_0x266e8a[_0x39814f(0x194)]);}if(helper[_0x39814f(0xe8)](this[_0x39814f(0xd8)])&&helper[_0x39814f(0x119)](helper[_0x39814f(0x11f)](this['config']))){if(_0x266e8a['LiIlY'](_0x266e8a[_0x39814f(0xca)],_0x266e8a[_0x39814f(0xca)]))this[_0x39814f(0xd8)][_0x39814f(0xdb)]=_0x2fdf1b[_0x39814f(0xe7)](_0x6efa39[_0x39814f(0xed)]['BROWSERSTACK_TURBOSCALE']),this[_0x39814f(0xd8)][_0x39814f(0x160)]=this[_0x39814f(0xd8)][_0x39814f(0x160)]||{};else{if(!helper[_0x39814f(0x119)](this['config'][_0x39814f(0x1a9)])&&_0x266e8a[_0x39814f(0xe3)](this[_0x39814f(0xd8)][_0x39814f(0x1a9)]['constructor'],Object))_0x266e8a[_0x39814f(0x188)](_0x266e8a[_0x39814f(0xb9)],_0x266e8a[_0x39814f(0xb9)])?!_0x1e205e[_0x39814f(0x119)](this[_0x39814f(0xd8)][_0x39814f(0x1a9)])&&_0x266e8a[_0x39814f(0x130)](this['config'][_0x39814f(0x1a9)][_0x39814f(0xc6)],_0x1dc90d)?this['config']['browserStackLocalOptions'][_0x39814f(0x116)]=_0xce7248[_0x39814f(0x14e)]():this['config'][_0x39814f(0x1a9)]={'localIdentifier':_0x56a1b4['generateLocalIdentifier']()}:this[_0x39814f(0xd8)][_0x39814f(0x1a9)]['localIdentifier']=helper[_0x39814f(0x14e)]();else{if(_0x266e8a[_0x39814f(0xe3)](_0x266e8a[_0x39814f(0x142)],_0x266e8a['PGzyU']))throw new _0x272827(_0x266e8a['igsrg']);else this['config'][_0x39814f(0x1a9)]={'localIdentifier':helper[_0x39814f(0x14e)]()};}}}helper[_0x39814f(0xf4)](this[_0x39814f(0xd8)],this[_0x39814f(0x151)],this[_0x39814f(0x103)]);try{if(_0x266e8a[_0x39814f(0x143)](_0x266e8a[_0x39814f(0xf0)],_0x266e8a[_0x39814f(0xf0)])){_0x20515a[_0x39814f(0x107)](_0x47253f);throw new _0x32d97f(_0x5907c8[_0x39814f(0xd6)]());}else process['env']['FRAMEWORK']=_0x3e2195['_'][0x0],helper['fireFunnelTestEvent'](_0x266e8a['cjBJM'],{},this[_0x39814f(0xd8)],this[_0x39814f(0x156)]);}catch(_0x4d9721){_0x266e8a['fuAQM'](_0x266e8a['vExCc'],_0x266e8a[_0x39814f(0x1b5)])?logger['debug']('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4d9721):_0x25bcb3[_0x39814f(0x193)](_0x266e8a['kQPGQ'],_0x1af373[_0x39814f(0x112)]);}!this[_0x39814f(0xd8)][_0x39814f(0xfc)]&&(_0x266e8a[_0x39814f(0xbe)](_0x266e8a[_0x39814f(0x111)],_0x266e8a[_0x39814f(0x111)])?(_0x2feaf6['env'][_0x39814f(0x165)]=_0x385ffd,_0x3a7d6a[_0x39814f(0x108)](_0x266e8a[_0x39814f(0x14a)],{},this[_0x39814f(0xd8)],this[_0x39814f(0x156)])):logger[_0x39814f(0x10e)](constants[_0x39814f(0xc3)]));}async['initialize'](){const _0x57deff=a47_0x43efc1,_0x27f7c6={'WZAlj':_0x57deff(0x155),'lcKEu':function(_0x2a50dc,_0x69c341){return _0x2a50dc+_0x69c341;},'WnNBW':'?caps=','NUkQY':function(_0x2ea853,_0x2b4cff){return _0x2ea853+_0x2b4cff;},'MHkkj':_0x57deff(0x187),'dgLMT':function(_0x3b7e2c,_0x3b2201){return _0x3b7e2c(_0x3b2201);},'kkJUY':function(_0x5c9096,_0x46d326){return _0x5c9096!==_0x46d326;},'sCIZy':_0x57deff(0xb5),'rWIZJ':_0x57deff(0x134),'xKpRu':'kDPok','iWBcW':_0x57deff(0x13e),'wCYBX':_0x57deff(0x1a2),'NUMBe':_0x57deff(0x137),'pBOGZ':function(_0x444da0,_0x146f86){return _0x444da0===_0x146f86;},'OGdUl':_0x57deff(0x14d),'HurFp':_0x57deff(0xcd),'jDpPV':_0x57deff(0x127),'coOwa':function(_0x1c3e17,_0xf169ef){return _0x1c3e17+_0xf169ef;},'uCTFU':'suifh','QbzJs':_0x57deff(0xe0),'YmUdL':_0x57deff(0x15a),'vchlS':function(_0xfc01a7,_0xfbeb4c){return _0xfc01a7!==_0xfbeb4c;},'oIgcx':_0x57deff(0x1b0),'JIkaY':_0x57deff(0x198)};if(_0x27f7c6[_0x57deff(0x114)](isTurboScaleSession,this[_0x57deff(0xd8)])){if(_0x27f7c6['kkJUY'](_0x27f7c6[_0x57deff(0x16f)],_0x27f7c6[_0x57deff(0x16f)]))_0x4727b0[_0x57deff(0x193)](_0x27f7c6[_0x57deff(0x133)],_0x53c711[_0x57deff(0x112)]);else{const _0x4bd1a9=await helper[_0x57deff(0xc5)](this['config']);this[_0x57deff(0xd8)]['turboScaleGridDetails']=_0x4bd1a9;_0x4bd1a9[_0x57deff(0x10a)]&&(_0x27f7c6[_0x57deff(0x115)](_0x27f7c6[_0x57deff(0xbb)],_0x27f7c6['xKpRu'])?(this[_0x57deff(0xd8)][_0x57deff(0x13c)]=!![],this[_0x57deff(0xd8)][_0x57deff(0x1a9)][_0x57deff(0x116)]=_0x27f7c6[_0x57deff(0xbf)],this['config'][_0x57deff(0x1a9)][_0x27f7c6[_0x57deff(0x16e)]]=_0x4bd1a9[_0x57deff(0x148)]['join'](','),this[_0x57deff(0xd8)][_0x57deff(0x1a9)][_0x57deff(0x152)]=_0x27f7c6['NUMBe']):this[_0x57deff(0xd8)][_0x57deff(0x15d)]=_0x27f7c6[_0x57deff(0x18e)](_0x372949[_0x57deff(0x17d)],_0x27f7c6['WnNBW']));this[_0x57deff(0xd8)]['turboScaleUrl']=_0x4bd1a9[_0x57deff(0x102)];if(this['framework']&&_0x27f7c6[_0x57deff(0x150)](this[_0x57deff(0x156)][_0x57deff(0x1a0)](),_0x27f7c6[_0x57deff(0x101)])){if(_0x27f7c6[_0x57deff(0x115)](_0x27f7c6['HurFp'],_0x27f7c6[_0x57deff(0x191)]))this['config'][_0x57deff(0x15d)]=_0x27f7c6[_0x57deff(0x178)](_0x4bd1a9[_0x57deff(0x17d)],_0x27f7c6[_0x57deff(0x1ae)]);else{_0x67ab85['debug'](_0x57deff(0x159)+_0x484cb5);throw new _0x48ff5f(_0x291f0b[_0x57deff(0xd6)]());}}constants[_0x57deff(0xfa)]=helper['getHubUrl'](this['config']),logger['debug']('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants[_0x57deff(0xfa)]);}}helper['setProxySettings'](this[_0x57deff(0xd8)]),this[_0x57deff(0xe6)]();if(constants['PERCY_SUPPORTED_FRAMEWORKS'][_0x57deff(0x19d)](this['framework'])){if(_0x27f7c6[_0x57deff(0x150)](_0x27f7c6[_0x57deff(0x18a)],_0x27f7c6[_0x57deff(0x192)])){_0xd26dec[_0x57deff(0x10e)](_0x27f7c6[_0x57deff(0x140)](_0x27f7c6[_0x57deff(0xc7)],this[_0x57deff(0xd8)][_0x57deff(0xee)]));const _0x26b494={};_0x26b494[_0x57deff(0x1ad)]=this[_0x57deff(0xd8)]['envFile'],_0x1aa622[_0x57deff(0xd8)](_0x26b494);}else await this[_0x57deff(0x10f)]();}await this[_0x57deff(0x172)](),![_0x27f7c6[_0x57deff(0x1a4)]]['includes'](this[_0x57deff(0x156)])&&!_0x27f7c6['dgLMT'](isTurboScaleSession,this[_0x57deff(0xd8)])&&(_0x27f7c6['vchlS'](_0x27f7c6[_0x57deff(0x176)],_0x27f7c6[_0x57deff(0xfb)])?await this[_0x57deff(0xcc)]():this['config']['useW3C']=!![]);}async['setupPercy'](){const _0x968c2e=a47_0x43efc1,_0x302e79={'vDcbF':function(_0x5e2481,_0x4458cb){return _0x5e2481<_0x4458cb;},'XPxQD':function(_0x2d8876,_0x5efc69){return _0x2d8876(_0x5efc69);},'upgkl':_0x968c2e(0xde),'AIEKu':function(_0x25d242,_0x191d23){return _0x25d242===_0x191d23;},'wnwgL':_0x968c2e(0x171),'WPMTt':_0x968c2e(0x117),'MPGdQ':'Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','OFbmP':_0x968c2e(0xf8),'MTfGy':_0x968c2e(0x147),'nJCJc':_0x968c2e(0xbd),'IBBpW':_0x968c2e(0x136),'KPdJl':function(_0x137692,_0x320bad){return _0x137692!==_0x320bad;},'svwan':'zYWXZ','SOIDy':_0x968c2e(0xce),'ynMav':_0x968c2e(0x10c),'NKLMj':_0x968c2e(0x113),'RNpYs':'SIGTERM','WibSY':'CgGnr','peWHz':'Sgllv'};if(helper['isTrue'](this[_0x968c2e(0xd8)][_0x968c2e(0x179)])&&(!this[_0x968c2e(0x179)]||!this[_0x968c2e(0x179)][_0x968c2e(0xec)]())){if(_0x302e79['AIEKu'](_0x302e79[_0x968c2e(0x11d)],_0x302e79['MTfGy']))try{if(_0x302e79[_0x968c2e(0x19f)](_0x302e79['nJCJc'],_0x302e79[_0x968c2e(0x169)]))_0x302e79[_0x968c2e(0xb8)](_0x302e79[_0x968c2e(0xf2)](_0x3ccb73,_0x48f154[_0x968c2e(0x1aa)](_0x302e79[_0x968c2e(0x174)])),0x3)&&(this['config'][_0x968c2e(0x10d)]=![]),_0x302e79[_0x968c2e(0x19f)](_0x1535f0['compareVersions'](_0x4656d7[_0x968c2e(0x1aa)](_0x302e79[_0x968c2e(0x174)]),_0x302e79['wnwgL']),0x1)&&(this['config'][_0x968c2e(0x10d)]=!![]);else{this['percy']=await percyHelper['startPercy'](this[_0x968c2e(0xd8)]);if(!this[_0x968c2e(0x179)]){if(_0x302e79[_0x968c2e(0x19b)](_0x302e79['svwan'],_0x302e79[_0x968c2e(0x167)]))_0x1d8b58[_0x968c2e(0xed)][_0x968c2e(0x165)]=_0x18983d['_'][0x0],_0x436c92[_0x968c2e(0x108)](_0x302e79['WPMTt'],{},this['config'],this[_0x968c2e(0x156)]);else throw new Error(_0x302e79[_0x968c2e(0xb6)]);}logger[_0x968c2e(0x10e)](_0x302e79[_0x968c2e(0xc2)]);let _0x1b6c75=0x0;const _0x5e6306=async()=>{const _0x175814=_0x968c2e,_0x15d274={};_0x15d274['holDr']=_0x302e79[_0x175814(0xb6)];const _0x3e69fa=_0x15d274;if(_0x302e79[_0x175814(0x19f)](_0x302e79[_0x175814(0xf1)],_0x302e79['OFbmP']))_0x1b6c75++,_0x302e79['AIEKu'](_0x1b6c75,0x1)&&await this[_0x175814(0x139)]();else throw new _0x20b738(_0x3e69fa[_0x175814(0x100)]);};process['on'](_0x302e79[_0x968c2e(0x135)],_0x5e6306),process['on'](_0x302e79[_0x968c2e(0x17f)],_0x5e6306),process['on'](_0x302e79[_0x968c2e(0x1a1)],_0x5e6306);}}catch(_0x46dd32){if(_0x302e79[_0x968c2e(0x19f)](_0x302e79[_0x968c2e(0x18c)],_0x302e79[_0x968c2e(0x14c)])){try{_0x2a22bf[_0x968c2e(0xed)][_0x968c2e(0x165)]=_0x5c0750,_0x5ea8bf['fireFunnelTestEvent'](_0x302e79[_0x968c2e(0xe5)],{},this[_0x968c2e(0xd8)],this['framework']);}catch(_0x153ced){_0xd35643[_0x968c2e(0x107)](_0x968c2e(0xff)+_0x153ced);}return;}else{logger[_0x968c2e(0x107)](_0x968c2e(0x159)+_0x46dd32);throw new Error(_0x46dd32[_0x968c2e(0xd6)]());}}else _0x589b6a[_0x968c2e(0x107)](_0x968c2e(0xff)+_0x145db6);}}async['stopPercy'](){const _0x1c028e=a47_0x43efc1,_0x519113={};_0x519113[_0x1c028e(0x199)]=_0x1c028e(0xfd),_0x519113[_0x1c028e(0x17c)]=_0x1c028e(0x155);const _0x44c221=_0x519113;if(this[_0x1c028e(0x179)]&&this[_0x1c028e(0x179)][_0x1c028e(0xec)]())try{await percyHelper[_0x1c028e(0x139)](this[_0x1c028e(0x179)]),logger[_0x1c028e(0x10e)](_0x44c221['iALfI']);}catch(_0x22fcaa){logger[_0x1c028e(0x193)](_0x44c221[_0x1c028e(0x17c)],_0x22fcaa[_0x1c028e(0x112)]);}}async['setupBrowserstackLocal'](){const _0x2e82f5=a47_0x43efc1,_0x159069={};_0x159069[_0x2e82f5(0x104)]=function(_0x5ee16d,_0x51ba83){return _0x5ee16d===_0x51ba83;},_0x159069[_0x2e82f5(0xba)]='Local\x20binary\x20started\x20successfully',_0x159069[_0x2e82f5(0x1a8)]=_0x2e82f5(0x10c),_0x159069[_0x2e82f5(0x131)]='SIGINT',_0x159069[_0x2e82f5(0xe2)]=_0x2e82f5(0x158);const _0x4a71aa=_0x159069;if(helper[_0x2e82f5(0xe7)](this[_0x2e82f5(0xd8)][_0x2e82f5(0x13c)])&&(!this[_0x2e82f5(0x13c)]||!this[_0x2e82f5(0x13c)][_0x2e82f5(0xec)]()))try{this[_0x2e82f5(0x13c)]=await helper[_0x2e82f5(0x1a5)](this[_0x2e82f5(0xd8)]),logger[_0x2e82f5(0x10e)](_0x4a71aa['Vgbad']);let _0x1e4c14=0x0;const _0x57c68c=async()=>{const _0x13cc65=_0x2e82f5;_0x1e4c14++,_0x4a71aa[_0x13cc65(0x104)](_0x1e4c14,0x1)&&await this[_0x13cc65(0x126)]();};process['on'](_0x4a71aa[_0x2e82f5(0x1a8)],_0x57c68c),process['on'](_0x4a71aa[_0x2e82f5(0x131)],_0x57c68c),process['on'](_0x4a71aa[_0x2e82f5(0xe2)],_0x57c68c);}catch(_0x10a189){logger[_0x2e82f5(0x107)](_0x10a189);throw new Error(_0x10a189[_0x2e82f5(0xd6)]());}}async[a47_0x43efc1(0x126)](){const _0x4433d5=a47_0x43efc1,_0x5a28be={};_0x5a28be['MFLxL']=_0x4433d5(0xd0),_0x5a28be[_0x4433d5(0x1ac)]=_0x4433d5(0xdd);const _0x33b054=_0x5a28be;if(this[_0x4433d5(0x13c)]&&this['browserstackLocal'][_0x4433d5(0xec)]())try{await helper[_0x4433d5(0x146)](this[_0x4433d5(0x13c)]),logger[_0x4433d5(0x10e)](_0x33b054[_0x4433d5(0x170)]);}catch(_0x47473c){logger['error'](_0x33b054[_0x4433d5(0x1ac)],_0x47473c[_0x4433d5(0x112)]);}}async[a47_0x43efc1(0xcc)](){const _0x168a3c=a47_0x43efc1;await hubAllocator[_0x168a3c(0x1ab)](this[_0x168a3c(0xd8)]);}['setupKeepAlive'](){const _0x444634=a47_0x43efc1,_0x58c480={'BSHsa':function(_0x1a4bab,_0x1e49c1){return _0x1a4bab(_0x1e49c1);},'MpHGs':_0x444634(0x185)};_0x58c480['BSHsa'](require,_0x58c480['MpHGs'])();}['handleExceptions'](){const _0x424fb4=a47_0x43efc1,_0x14c33b={};_0x14c33b[_0x424fb4(0xc1)]=_0x424fb4(0x196),_0x14c33b[_0x424fb4(0x184)]='uncaughtException';const _0x17686f=_0x14c33b,_0x128b58=_0x1b6fb2=>{const _0x2dd595=_0x424fb4;logger[_0x2dd595(0x193)](_0x1b6fb2[_0x2dd595(0x112)]),logger[_0x2dd595(0x107)](util['format'](_0x1b6fb2)),this[_0x2dd595(0xf6)][_0x2dd595(0xdc)](util['format']('%j',_0x1b6fb2)),PerformanceTester[_0x2dd595(0x123)](_0x1b6fb2);};process['on'](_0x17686f['gQGKF'],_0x128b58),process['on'](_0x17686f[_0x424fb4(0x184)],_0x128b58);}}function a47_0x28fa(_0x109672,_0x297560){const _0x38d3c5=a47_0x38d3();return a47_0x28fa=function(_0x28fa26,_0x394795){_0x28fa26=_0x28fa26-0xb5;let _0x1607d0=_0x38d3c5[_0x28fa26];return _0x1607d0;},a47_0x28fa(_0x109672,_0x297560);}exports[a47_0x43efc1(0x10b)]=BrowserStackSetup;
|
|
1
|
+
const a49_0x51c709=a49_0x25b3;(function(_0x2f00f6,_0x12d1c8){const _0xc3244d=a49_0x25b3,_0x447552=_0x2f00f6();while(!![]){try{const _0x12ba68=parseInt(_0xc3244d(0x244))/0x1*(parseInt(_0xc3244d(0x28a))/0x2)+parseInt(_0xc3244d(0x21a))/0x3+-parseInt(_0xc3244d(0x22e))/0x4*(-parseInt(_0xc3244d(0x218))/0x5)+parseInt(_0xc3244d(0x29b))/0x6+-parseInt(_0xc3244d(0x226))/0x7+-parseInt(_0xc3244d(0x1cb))/0x8+parseInt(_0xc3244d(0x21d))/0x9;if(_0x12ba68===_0x12d1c8)break;else _0x447552['push'](_0x447552['shift']());}catch(_0x698a4){_0x447552['push'](_0x447552['shift']());}}}(a49_0x4bd1,0x8b6d2));const util=require('util'),dotenv=require(a49_0x51c709(0x21c)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a49_0x51c709(0x26f)),logger=require(a49_0x51c709(0x2b6))[a49_0x51c709(0x23a)],helper=require(a49_0x51c709(0x213)),percyHelper=require(a49_0x51c709(0x21b)),hubAllocator=require(a49_0x51c709(0x1db)),PerformanceTester=require('./performance-tester'),SessionHandler=require(a49_0x51c709(0x23d));class BrowserStackSetup{constructor(_0x191b73,_0x399cf9){const _0x2d3bd8=a49_0x51c709,_0x563cdf={'qFgfL':'Error\x20occured\x20while\x20stopping\x20percy','rKgBb':'No\x20config\x20provided.','leqAV':function(_0x511727,_0x53a474){return _0x511727+_0x53a474;},'anZZa':'?caps=','xDaXZ':_0x2d3bd8(0x26c),'xgTuQ':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','MlthK':_0x2d3bd8(0x297),'ITCNa':_0x2d3bd8(0x236),'vbRXT':'uncaughtException','OLsIL':function(_0x122ff6,_0x5da32b){return _0x122ff6(_0x5da32b);},'WajHL':_0x2d3bd8(0x29f),'uBCqj':'userName\x20or\x20accessKey\x20is\x20not\x20defined','PUpSD':function(_0x5d4c66,_0x46ae2e){return _0x5d4c66===_0x46ae2e;},'GxnDO':_0x2d3bd8(0x286),'kDqOb':_0x2d3bd8(0x255),'GotNB':'true','erSpY':function(_0xae0562,_0x556d42){return _0xae0562===_0x556d42;},'CtNcj':_0x2d3bd8(0x24b),'gorkA':'jCogW','wPCZM':function(_0x38d005,_0x2e8312){return _0x38d005!==_0x2e8312;},'tDNtt':'JuKrL','wzImt':_0x2d3bd8(0x200),'oEbRw':_0x2d3bd8(0x2b8),'VlPAo':function(_0x5597eb,_0x490dc6){return _0x5597eb===_0x490dc6;},'GKODX':'lKtLS','eprfY':_0x2d3bd8(0x2b4),'QYMqV':_0x2d3bd8(0x267),'jcDkW':function(_0xe302a9,_0x3dc385){return _0xe302a9===_0x3dc385;},'pQssU':_0x2d3bd8(0x22a),'XnLfr':function(_0x31cdaa,_0x17ff0a){return _0x31cdaa!==_0x17ff0a;},'VxDuQ':'AmAlm','npspd':'InuQD','exZhT':function(_0x45b198,_0x474cac){return _0x45b198<_0x474cac;},'kIoUg':function(_0x264d9f,_0x16a3a5){return _0x264d9f(_0x16a3a5);},'cHiee':_0x2d3bd8(0x257),'MXkrS':_0x2d3bd8(0x235),'edkhP':_0x2d3bd8(0x285),'WrTaZ':function(_0x80ec21,_0x23e573){return _0x80ec21===_0x23e573;},'Jyjnu':_0x2d3bd8(0x287),'MwGLj':function(_0x85cc65,_0x1636ff){return _0x85cc65===_0x1636ff;},'CSPvs':_0x2d3bd8(0x273),'jhzmX':function(_0x1ea1ab,_0x5151f5){return _0x1ea1ab!==_0x5151f5;},'xxeuN':'LODqw','NsuHm':function(_0x59607f,_0x47c664){return _0x59607f!==_0x47c664;},'KUOIT':'OckIj','GNDKu':function(_0x43e55b,_0x4e050d){return _0x43e55b!==_0x4e050d;},'bsvAv':_0x2d3bd8(0x26b),'DAcvc':_0x2d3bd8(0x294),'VPWSx':'Loading\x20environment\x20from:\x20','kdqKs':_0x2d3bd8(0x26a),'WSGRR':function(_0x891b2b,_0xf38c2b){return _0x891b2b===_0xf38c2b;},'oTUWq':'USJAt','mfmnJ':_0x2d3bd8(0x1f4),'tYmWa':function(_0x1d2d48,_0x170c35){return _0x1d2d48===_0x170c35;},'WQPRP':'igOpa','kBDgV':function(_0x533006,_0x528173){return _0x533006===_0x528173;},'ZFvmx':_0x2d3bd8(0x202),'LzEAC':function(_0x414bd9,_0x190b95){return _0x414bd9===_0x190b95;},'BDirr':_0x2d3bd8(0x216),'ranAp':'sTFWN','swEvt':function(_0x15d653,_0x515c9c){return _0x15d653!==_0x515c9c;},'UXYXf':'wKgeO','HnCgx':_0x2d3bd8(0x2a2),'InykQ':function(_0x3cd705,_0x548fd0){return _0x3cd705===_0x548fd0;},'YUWdr':'cVBrW','yfyQM':_0x2d3bd8(0x241),'PpjHb':function(_0x16001b,_0x117fe7){return _0x16001b===_0x117fe7;},'mbpzP':_0x2d3bd8(0x228)};this['unhandledErrors']=[],this[_0x2d3bd8(0x2a0)]=helper[_0x2d3bd8(0x2a8)](_0x191b73),this[_0x2d3bd8(0x284)]=helper['setEnvCaps'](),this[_0x2d3bd8(0x2c8)]=null,this[_0x2d3bd8(0x220)]=null,this[_0x2d3bd8(0x29a)]=helper[_0x2d3bd8(0x2c1)](helper[_0x2d3bd8(0x1fd)](_0x191b73)),this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c4)]=this['config'][_0x2d3bd8(0x2c4)]||[],this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)]=this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)]||{},this['config'][_0x2d3bd8(0x281)][_0x2d3bd8(0x242)]=helper[_0x2d3bd8(0x263)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)][_0x2d3bd8(0x242)]),this[_0x2d3bd8(0x237)]={},global[_0x2d3bd8(0x29a)]=this[_0x2d3bd8(0x29a)],global[_0x2d3bd8(0x249)]=_0x399cf9,helper[_0x2d3bd8(0x24c)](this[_0x2d3bd8(0x29a)]),this[_0x2d3bd8(0x249)]=_0x399cf9;if(helper[_0x2d3bd8(0x1c5)](this[_0x2d3bd8(0x29a)])){if(_0x563cdf['erSpY'](_0x563cdf[_0x2d3bd8(0x2b7)],_0x563cdf[_0x2d3bd8(0x2a3)]))this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2b2)]=!![];else throw new Error(_0x563cdf[_0x2d3bd8(0x2c6)]);}if(this['config'][_0x2d3bd8(0x24a)]){if(_0x563cdf[_0x2d3bd8(0x2a4)](_0x563cdf[_0x2d3bd8(0x222)],_0x563cdf[_0x2d3bd8(0x2a1)]))throw new Error(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x24a)]);else _0x25014d[_0x2d3bd8(0x24a)](_0x563cdf['qFgfL'],_0x403d51[_0x2d3bd8(0x2b1)]);}this[_0x2d3bd8(0x2af)]();if(process[_0x2d3bd8(0x2a5)]['BROWSERSTACK_TURBOSCALE']){if(_0x563cdf[_0x2d3bd8(0x1f0)](_0x563cdf[_0x2d3bd8(0x2b3)],_0x563cdf['oEbRw']))this[_0x2d3bd8(0x29a)]['turboScale']=helper[_0x2d3bd8(0x263)](process['env']['BROWSERSTACK_TURBOSCALE']),this['config']['turboScaleOptions']=this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1f8)]||{};else throw new _0x3355d8(_0x563cdf[_0x2d3bd8(0x2c6)]);}helper[_0x2d3bd8(0x2bf)](this[_0x2d3bd8(0x29a)],this['cliConfig']),helper[_0x2d3bd8(0x291)](this[_0x2d3bd8(0x29a)],this[_0x2d3bd8(0x2a0)],this[_0x2d3bd8(0x284)]);if(!helper[_0x2d3bd8(0x23b)]()){if(_0x563cdf[_0x2d3bd8(0x1f5)](_0x563cdf['GKODX'],_0x563cdf[_0x2d3bd8(0x233)])){try{_0x563cdf[_0x2d3bd8(0x1f0)](_0x563cdf[_0x2d3bd8(0x1e8)],_0x563cdf[_0x2d3bd8(0x1f1)])?this[_0x2d3bd8(0x29a)]['browserStackLocalOptions']['localIdentifier']=_0x1f5dd8[_0x2d3bd8(0x1fa)]():(process[_0x2d3bd8(0x2a5)][_0x2d3bd8(0x1da)]=_0x399cf9,helper[_0x2d3bd8(0x262)](_0x563cdf[_0x2d3bd8(0x225)],{},this['config'],this['framework']));}catch(_0x5cc0ec){_0x563cdf[_0x2d3bd8(0x1cf)](_0x563cdf[_0x2d3bd8(0x2ad)],_0x563cdf[_0x2d3bd8(0x2ad)])?logger[_0x2d3bd8(0x246)](_0x2d3bd8(0x27b)+_0x5cc0ec):this['config'][_0x2d3bd8(0x283)]=_0x563cdf[_0x2d3bd8(0x2bc)](_0x1f9641[_0x2d3bd8(0x1f7)],_0x563cdf[_0x2d3bd8(0x270)]);}return;}else _0x340262['env'][_0x2d3bd8(0x1da)]=_0x48efd6,_0x219569[_0x2d3bd8(0x262)](_0x563cdf['xDaXZ'],{},this['config'],this[_0x2d3bd8(0x249)]);}helper['requireSeleniumWebdriverCheck'](_0x399cf9)&&(_0x563cdf[_0x2d3bd8(0x1ec)](_0x563cdf[_0x2d3bd8(0x223)],_0x563cdf['npspd'])?(_0x563cdf[_0x2d3bd8(0x2a7)](_0x563cdf[_0x2d3bd8(0x265)](parseInt,helper[_0x2d3bd8(0x2b0)](_0x563cdf['cHiee'])),0x3)&&(_0x563cdf['jcDkW'](_0x563cdf[_0x2d3bd8(0x243)],_0x563cdf['edkhP'])?(_0xc08f17[_0x2d3bd8(0x1c5)](this['config'][_0x2d3bd8(0x1d6)])?_0x70a7b[_0x2d3bd8(0x1d4)](_0x563cdf[_0x2d3bd8(0x2ba)]):_0x2b6ce9['warn'](_0x563cdf['MlthK']),this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c4)]=[]):this['config'][_0x2d3bd8(0x2b2)]=![]),_0x563cdf['WrTaZ'](helper[_0x2d3bd8(0x230)](helper['getPackageVersion'](_0x563cdf[_0x2d3bd8(0x24f)]),_0x563cdf[_0x2d3bd8(0x1d7)]),0x1)&&(_0x563cdf[_0x2d3bd8(0x25a)](_0x563cdf[_0x2d3bd8(0x271)],_0x563cdf[_0x2d3bd8(0x271)])?this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2b2)]=!![]:_0x1d94da['warn'](_0x563cdf[_0x2d3bd8(0x1e9)]))):(_0xe5ca14['env'][_0x2d3bd8(0x1da)]=_0x525747['_'][0x0],_0x2729e8[_0x2d3bd8(0x262)](_0x563cdf[_0x2d3bd8(0x225)],{},this[_0x2d3bd8(0x29a)],this['framework'])));if(helper[_0x2d3bd8(0x1c5)](this['config'][_0x2d3bd8(0x2c4)])||helper[_0x2d3bd8(0x1c5)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c4)][_0x2d3bd8(0x1e7)])){if(_0x563cdf['jhzmX'](_0x563cdf[_0x2d3bd8(0x1ed)],_0x563cdf['xxeuN']))throw new _0x179326(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x24a)]);else{if(helper['isUndefined'](this['config'][_0x2d3bd8(0x1d6)])){if(_0x563cdf['NsuHm'](_0x563cdf['KUOIT'],_0x563cdf[_0x2d3bd8(0x234)])){const _0x10c47e=_0x53c8b6=>{const _0xea016c=_0x2d3bd8;_0x513137[_0xea016c(0x24a)](_0x53c8b6[_0xea016c(0x2b1)]),_0x3f7cfc['debug'](_0x50badf[_0xea016c(0x296)](_0x53c8b6)),this[_0xea016c(0x276)]['push'](_0x9e82c1[_0xea016c(0x296)]('%j',_0x53c8b6)),_0x3cc9bf['captureError'](_0x53c8b6);};_0x16e34a['on'](_0x563cdf['ITCNa'],_0x10c47e),_0x211c4a['on'](_0x563cdf['vbRXT'],_0x10c47e);}else logger['info'](_0x563cdf[_0x2d3bd8(0x2ba)]);}else _0x563cdf[_0x2d3bd8(0x227)](_0x563cdf['bsvAv'],_0x563cdf[_0x2d3bd8(0x211)])?(_0x28726c[_0x2d3bd8(0x24a)](_0x2b3b7a['message']),_0x4c89b7[_0x2d3bd8(0x246)](_0x18f2a3['format'](_0x3dd171)),this[_0x2d3bd8(0x276)][_0x2d3bd8(0x25c)](_0x325215[_0x2d3bd8(0x296)]('%j',_0x42c00d)),_0x3dfef3['captureError'](_0x40676f)):logger[_0x2d3bd8(0x22f)](_0x563cdf[_0x2d3bd8(0x1e9)]);this['config']['platforms']=[];}}if(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1ea)]){if(_0x563cdf[_0x2d3bd8(0x1f0)](_0x563cdf['DAcvc'],_0x563cdf[_0x2d3bd8(0x2cb)])){logger[_0x2d3bd8(0x1d4)](_0x563cdf[_0x2d3bd8(0x2bc)](_0x563cdf[_0x2d3bd8(0x203)],this['config']['envFile']));const _0xf7023a={};_0xf7023a[_0x2d3bd8(0x1e6)]=this[_0x2d3bd8(0x29a)]['envFile'],dotenv[_0x2d3bd8(0x29a)](_0xf7023a);}else _0x563cdf[_0x2d3bd8(0x250)](_0x2aef9f,_0x563cdf[_0x2d3bd8(0x1e2)])();}else _0x563cdf[_0x2d3bd8(0x1ec)](_0x563cdf[_0x2d3bd8(0x1fb)],_0x563cdf[_0x2d3bd8(0x1fb)])?_0x3b2756['info'](_0x563cdf[_0x2d3bd8(0x2ba)]):dotenv[_0x2d3bd8(0x29a)]();!this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]&&(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]=this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x274)]||{}),!this['config']['testContextOptions']&&(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x281)]={});if(helper[_0x2d3bd8(0x1c5)](helper[_0x2d3bd8(0x1d3)](this['config']))||helper[_0x2d3bd8(0x1c5)](helper[_0x2d3bd8(0x1ee)](this[_0x2d3bd8(0x29a)]))){if(_0x563cdf[_0x2d3bd8(0x1e0)](_0x563cdf[_0x2d3bd8(0x2c2)],_0x563cdf['mfmnJ']))this['config']['useW3C']=![];else throw new Error(_0x563cdf[_0x2d3bd8(0x28f)]);}if(helper[_0x2d3bd8(0x21e)](this[_0x2d3bd8(0x29a)])&&helper[_0x2d3bd8(0x1c5)](helper[_0x2d3bd8(0x2ca)](this[_0x2d3bd8(0x29a)]))){if(_0x563cdf[_0x2d3bd8(0x298)](_0x563cdf[_0x2d3bd8(0x256)],_0x563cdf['WQPRP'])){if(!helper[_0x2d3bd8(0x1c5)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)])&&_0x563cdf[_0x2d3bd8(0x1f0)](this[_0x2d3bd8(0x29a)]['browserStackLocalOptions'][_0x2d3bd8(0x1ce)],Object))_0x563cdf[_0x2d3bd8(0x251)](_0x563cdf[_0x2d3bd8(0x232)],_0x563cdf[_0x2d3bd8(0x232)])?this[_0x2d3bd8(0x29a)]['browserStackLocalOptions'][_0x2d3bd8(0x260)]=helper[_0x2d3bd8(0x1fa)]():_0x2e16fb[_0x2d3bd8(0x1d4)](_0x4f7011['AUTOLOGCAPTURE_NOTIFICATION']);else{if(_0x563cdf['LzEAC'](_0x563cdf[_0x2d3bd8(0x28b)],_0x563cdf[_0x2d3bd8(0x1d0)]))throw new _0x5ef082(_0x563cdf[_0x2d3bd8(0x28f)]);else this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]={'localIdentifier':helper['generateLocalIdentifier']()};}}else{try{_0x162db3[_0x2d3bd8(0x2a5)][_0x2d3bd8(0x1da)]=_0x2b0d83,_0x46f179['fireFunnelTestEvent'](_0x563cdf[_0x2d3bd8(0x225)],{},this[_0x2d3bd8(0x29a)],this['framework']);}catch(_0x58bb9d){_0x22b327[_0x2d3bd8(0x246)](_0x2d3bd8(0x27b)+_0x58bb9d);}return;}}helper['setLogLevel'](this[_0x2d3bd8(0x29a)],this[_0x2d3bd8(0x2a0)],this[_0x2d3bd8(0x284)]);try{_0x563cdf[_0x2d3bd8(0x278)](_0x563cdf[_0x2d3bd8(0x253)],_0x563cdf[_0x2d3bd8(0x258)])?(process[_0x2d3bd8(0x2a5)][_0x2d3bd8(0x1da)]=_0x191b73['_'][0x0],helper['fireFunnelTestEvent'](_0x563cdf[_0x2d3bd8(0x225)],{},this[_0x2d3bd8(0x29a)],this[_0x2d3bd8(0x249)])):!_0xd803a4[_0x2d3bd8(0x1c5)](this['config'][_0x2d3bd8(0x1d8)])&&_0x563cdf[_0x2d3bd8(0x1f0)](this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x2d3bd8(0x1ce)],_0x3255e0)?this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]['localIdentifier']=_0x5cd58['generateLocalIdentifier']():this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)]={'localIdentifier':_0x60d371[_0x2d3bd8(0x1fa)]()};}catch(_0x132cd2){_0x563cdf[_0x2d3bd8(0x1dd)](_0x563cdf[_0x2d3bd8(0x1fe)],_0x563cdf[_0x2d3bd8(0x1c6)])?this['config'][_0x2d3bd8(0x1d8)]={'localIdentifier':_0x44fcba[_0x2d3bd8(0x1fa)]()}:logger[_0x2d3bd8(0x246)](_0x2d3bd8(0x27b)+_0x132cd2);}!this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x275)]&&(_0x563cdf[_0x2d3bd8(0x224)](_0x563cdf['mbpzP'],_0x563cdf['mbpzP'])?logger['info'](constants['AUTOLOGCAPTURE_NOTIFICATION']):(this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x2c8)]=!![],this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x2d3bd8(0x260)]=_0x563cdf['GxnDO'],this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x563cdf[_0x2d3bd8(0x209)]]=_0x4c1d9d[_0x2d3bd8(0x27f)]['join'](','),this[_0x2d3bd8(0x29a)][_0x2d3bd8(0x1d8)][_0x2d3bd8(0x221)]=_0x563cdf[_0x2d3bd8(0x229)]));}async[a49_0x51c709(0x28e)](){const _0x69b42c=a49_0x51c709,_0xd5bf63={'RUvln':function(_0x5c940e,_0x1aaf70){return _0x5c940e+_0x1aaf70;},'AyIsb':_0x69b42c(0x20b),'aiuGp':function(_0x1a4015,_0x4a6406){return _0x1a4015<_0x4a6406;},'EqayZ':function(_0x5bee15,_0x53f873){return _0x5bee15(_0x53f873);},'zpUuj':'selenium-webdriver','qveLD':function(_0x87e7eb,_0x23f542){return _0x87e7eb===_0x23f542;},'xLYnw':_0x69b42c(0x287),'hjgCn':function(_0x40b291,_0x16abcd){return _0x40b291===_0x16abcd;},'OgXtx':_0x69b42c(0x299),'sogGn':_0x69b42c(0x1e4),'HLbLx':function(_0x269092,_0x1c1c52){return _0x269092!==_0x1c1c52;},'JIRhj':_0x69b42c(0x21f),'IfcYe':'maCBz','JdggG':'ats-repeater','vcwZb':_0x69b42c(0x255),'XzUUv':_0x69b42c(0x1f6),'Xasqv':_0x69b42c(0x231),'tAkXZ':_0x69b42c(0x1ff),'AXWwc':_0x69b42c(0x2a6),'PtpRh':function(_0x570d25,_0x37bfc1){return _0x570d25+_0x37bfc1;},'fBcst':_0x69b42c(0x210),'ESGwC':function(_0x32c53f,_0x889f5){return _0x32c53f!==_0x889f5;},'uDOyu':_0x69b42c(0x204),'vRuuF':_0x69b42c(0x248),'gYqCe':function(_0x376a9c,_0x43b8a7){return _0x376a9c(_0x43b8a7);},'SCLvR':function(_0x4443d5,_0xdb5ae7){return _0x4443d5===_0xdb5ae7;},'ObCVd':_0x69b42c(0x23e),'DCtkc':_0x69b42c(0x27a),'IovCO':'SIGTERM','PwUii':_0x69b42c(0x277)};if(_0xd5bf63[_0x69b42c(0x2c5)](isTurboScaleSession,this[_0x69b42c(0x29a)])){if(_0xd5bf63[_0x69b42c(0x261)](_0xd5bf63[_0x69b42c(0x290)],_0xd5bf63[_0x69b42c(0x1c7)]))_0x160aa4[_0x69b42c(0x246)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x5efd98);else{const _0x24847c=await helper['getTurboScaleGridDetails'](this['config']);this[_0x69b42c(0x29a)][_0x69b42c(0x1e5)]=_0x24847c;if(_0x24847c[_0x69b42c(0x27c)]){if(_0xd5bf63['HLbLx'](_0xd5bf63[_0x69b42c(0x1f2)],_0xd5bf63[_0x69b42c(0x2c9)]))this[_0x69b42c(0x29a)][_0x69b42c(0x2c8)]=!![],this[_0x69b42c(0x29a)][_0x69b42c(0x1d8)][_0x69b42c(0x260)]=_0xd5bf63[_0x69b42c(0x2aa)],this[_0x69b42c(0x29a)][_0x69b42c(0x1d8)][_0xd5bf63[_0x69b42c(0x25b)]]=_0x24847c[_0x69b42c(0x27f)][_0x69b42c(0x1f3)](','),this[_0x69b42c(0x29a)][_0x69b42c(0x1d8)][_0x69b42c(0x221)]=_0xd5bf63[_0x69b42c(0x26e)];else{_0x453273['info'](_0xd5bf63[_0x69b42c(0x266)](_0xd5bf63[_0x69b42c(0x217)],this[_0x69b42c(0x29a)][_0x69b42c(0x1ea)]));const _0x1df7a6={};_0x1df7a6['path']=this[_0x69b42c(0x29a)][_0x69b42c(0x1ea)],_0x8ba47c[_0x69b42c(0x29a)](_0x1df7a6);}}this[_0x69b42c(0x29a)][_0x69b42c(0x283)]=_0x24847c[_0x69b42c(0x27d)];if(this[_0x69b42c(0x249)]&&_0xd5bf63[_0x69b42c(0x1d1)](this[_0x69b42c(0x249)]['toLowerCase'](),_0xd5bf63[_0x69b42c(0x1e3)])){if(_0xd5bf63[_0x69b42c(0x1d1)](_0xd5bf63[_0x69b42c(0x2c7)],_0xd5bf63['AXWwc'])){_0x41fc25[_0x69b42c(0x246)](_0x69b42c(0x25e)+_0x31a844);throw new _0x1340aa(_0x3afece['toString']());}else this['config'][_0x69b42c(0x283)]=_0xd5bf63[_0x69b42c(0x20e)](_0x24847c['playwrightUrl'],_0xd5bf63['fBcst']);}constants['hubUrl']=helper['getHubUrl'](this[_0x69b42c(0x29a)]),logger[_0x69b42c(0x246)](_0x69b42c(0x1eb)+constants[_0x69b42c(0x1d2)]);}}helper[_0x69b42c(0x289)](this['config']),this[_0x69b42c(0x2c0)](),constants[_0x69b42c(0x206)]['includes'](this[_0x69b42c(0x249)])&&(_0xd5bf63[_0x69b42c(0x1f9)](_0xd5bf63['uDOyu'],_0xd5bf63['uDOyu'])?(_0xd5bf63[_0x69b42c(0x264)](_0xd5bf63[_0x69b42c(0x2c5)](_0x4eab44,_0x2eaef0[_0x69b42c(0x2b0)](_0xd5bf63['zpUuj'])),0x3)&&(this[_0x69b42c(0x29a)][_0x69b42c(0x2b2)]=![]),_0xd5bf63[_0x69b42c(0x1d1)](_0x2ff2b7[_0x69b42c(0x230)](_0x437737[_0x69b42c(0x2b0)](_0xd5bf63[_0x69b42c(0x23c)]),_0xd5bf63[_0x69b42c(0x20c)]),0x1)&&(this[_0x69b42c(0x29a)][_0x69b42c(0x2b2)]=!![])):await this[_0x69b42c(0x20d)]()),await this[_0x69b42c(0x2a9)](),![_0xd5bf63[_0x69b42c(0x2ae)]][_0x69b42c(0x1df)](this['framework'])&&!_0xd5bf63[_0x69b42c(0x279)](isTurboScaleSession,this['config'])&&(_0xd5bf63[_0x69b42c(0x29e)](_0xd5bf63[_0x69b42c(0x24e)],_0xd5bf63[_0x69b42c(0x26d)])?(this['config'][_0x69b42c(0x1cc)]=_0x4e820e[_0x69b42c(0x263)](_0x15fc32[_0x69b42c(0x2a5)][_0x69b42c(0x28d)]),this[_0x69b42c(0x29a)][_0x69b42c(0x1f8)]=this['config'][_0x69b42c(0x1f8)]||{}):await this[_0x69b42c(0x205)]()),process['on'](_0xd5bf63[_0x69b42c(0x201)],this[_0x69b42c(0x282)][_0x69b42c(0x293)](this)),process['on'](_0xd5bf63[_0x69b42c(0x23f)],this['intExitHandler'][_0x69b42c(0x293)](this));}async[a49_0x51c709(0x20d)](){const _0x4f97b0=a49_0x51c709,_0x34e7f4={};_0x34e7f4[_0x4f97b0(0x268)]='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x34e7f4[_0x4f97b0(0x29d)]=function(_0x3e2b28,_0x2e303e){return _0x3e2b28!==_0x2e303e;},_0x34e7f4[_0x4f97b0(0x245)]=_0x4f97b0(0x207),_0x34e7f4['QWPsg']=function(_0x399150,_0x3d6d8f){return _0x399150===_0x3d6d8f;},_0x34e7f4[_0x4f97b0(0x208)]=_0x4f97b0(0x1ca),_0x34e7f4[_0x4f97b0(0x2b5)]=function(_0x36aa08,_0x23f499){return _0x36aa08===_0x23f499;},_0x34e7f4[_0x4f97b0(0x1e1)]='qNxnw',_0x34e7f4[_0x4f97b0(0x239)]=function(_0x551f7a,_0x11eb59){return _0x551f7a===_0x11eb59;},_0x34e7f4[_0x4f97b0(0x272)]=_0x4f97b0(0x2bb),_0x34e7f4[_0x4f97b0(0x1fc)]=_0x4f97b0(0x2be),_0x34e7f4['WqZAa']=function(_0x4e8c21,_0x543932){return _0x4e8c21!==_0x543932;},_0x34e7f4['sqFMx']=_0x4f97b0(0x1c8),_0x34e7f4[_0x4f97b0(0x1cd)]=_0x4f97b0(0x2cc),_0x34e7f4[_0x4f97b0(0x1de)]='beforeExit',_0x34e7f4[_0x4f97b0(0x1d5)]=function(_0x1f81b7,_0x1cb26e){return _0x1f81b7!==_0x1cb26e;},_0x34e7f4['tlWLf']=_0x4f97b0(0x1ef),_0x34e7f4[_0x4f97b0(0x1c9)]='ThvsV';const _0x2be2ad=_0x34e7f4;if(helper['isTrue'](this[_0x4f97b0(0x29a)][_0x4f97b0(0x220)])&&(!this['percy']||!this[_0x4f97b0(0x220)][_0x4f97b0(0x269)]())){if(_0x2be2ad[_0x4f97b0(0x2b5)](_0x2be2ad[_0x4f97b0(0x1e1)],_0x2be2ad[_0x4f97b0(0x1e1)]))try{if(_0x2be2ad[_0x4f97b0(0x239)](_0x2be2ad['JAsBW'],_0x2be2ad[_0x4f97b0(0x1fc)]))_0x482da2[_0x4f97b0(0x29a)]();else{this['percy']=await percyHelper[_0x4f97b0(0x247)](this[_0x4f97b0(0x29a)]);if(!this['percy']){if(_0x2be2ad[_0x4f97b0(0x29c)](_0x2be2ad[_0x4f97b0(0x214)],_0x2be2ad[_0x4f97b0(0x214)])){_0x105185[_0x4f97b0(0x246)](_0x2c853a);throw new _0x5930fc(_0xe5585c[_0x4f97b0(0x254)]());}else throw new Error(_0x2be2ad[_0x4f97b0(0x268)]);}logger[_0x4f97b0(0x1d4)](_0x2be2ad[_0x4f97b0(0x1cd)]);let _0x1f641f=0x0;const _0x1368f2=async()=>{const _0xab55f2=_0x4f97b0,_0x5831db={};_0x5831db['NgjOv']=_0x2be2ad[_0xab55f2(0x268)];const _0x5f39ec=_0x5831db;if(_0x2be2ad[_0xab55f2(0x29d)](_0x2be2ad[_0xab55f2(0x245)],_0x2be2ad[_0xab55f2(0x245)]))throw new _0xe25b3b(_0x5f39ec[_0xab55f2(0x20f)]);else _0x1f641f++,_0x2be2ad['QWPsg'](_0x1f641f,0x1)&&await this[_0xab55f2(0x2b9)]();};process['on'](_0x2be2ad[_0x4f97b0(0x1de)],_0x1368f2);}}catch(_0x14e067){if(_0x2be2ad[_0x4f97b0(0x1d5)](_0x2be2ad[_0x4f97b0(0x27e)],_0x2be2ad[_0x4f97b0(0x1c9)])){logger['debug']('Error\x20in\x20percy\x20setup\x20'+_0x14e067);throw new Error(_0x14e067[_0x4f97b0(0x254)]());}else _0x43b005[_0x4f97b0(0x246)](_0x4f97b0(0x27b)+_0x5f37d8);}else _0x5f38ff[_0x4f97b0(0x24a)](_0x2be2ad[_0x4f97b0(0x208)],_0xd65d5f['message']);}}async[a49_0x51c709(0x2b9)](){const _0x257728=a49_0x51c709,_0x4fb3a6={};_0x4fb3a6[_0x257728(0x252)]=_0x257728(0x22d),_0x4fb3a6[_0x257728(0x22b)]=_0x257728(0x240);const _0x3cbea2=_0x4fb3a6;if(this[_0x257728(0x220)]&&this['percy'][_0x257728(0x269)]())try{await percyHelper['stopPercy'](this[_0x257728(0x220)]),logger[_0x257728(0x1d4)](_0x3cbea2['MhBjG']);}catch(_0x3d6b97){logger[_0x257728(0x24a)](_0x3cbea2['flyOw'],_0x3d6b97[_0x257728(0x2b1)]);}}async['setupBrowserstackLocal'](){const _0x2af191=a49_0x51c709,_0x1d573e={};_0x1d573e[_0x2af191(0x238)]=function(_0x4acf7f,_0x6959){return _0x4acf7f===_0x6959;},_0x1d573e[_0x2af191(0x22c)]=_0x2af191(0x2c3),_0x1d573e[_0x2af191(0x1dc)]=_0x2af191(0x288);const _0x15dd4c=_0x1d573e;if(helper[_0x2af191(0x263)](this[_0x2af191(0x29a)][_0x2af191(0x2c8)])&&(!this[_0x2af191(0x2c8)]||!this[_0x2af191(0x2c8)][_0x2af191(0x269)]()))try{this[_0x2af191(0x2c8)]=await helper[_0x2af191(0x20a)](this[_0x2af191(0x29a)]),logger[_0x2af191(0x1d4)](_0x15dd4c[_0x2af191(0x22c)]);let _0x2ab167=0x0;const _0x460a1b=async()=>{const _0x422fc4=_0x2af191;_0x2ab167++,_0x15dd4c[_0x422fc4(0x238)](_0x2ab167,0x1)&&await this[_0x422fc4(0x2ac)]();};process['on'](_0x15dd4c[_0x2af191(0x1dc)],_0x460a1b);}catch(_0x15846c){logger[_0x2af191(0x246)](_0x15846c);throw new Error(_0x15846c['toString']());}}async[a49_0x51c709(0x2ac)](){const _0x521363=a49_0x51c709,_0x54d733={};_0x54d733[_0x521363(0x212)]=_0x521363(0x1c4),_0x54d733[_0x521363(0x2bd)]=_0x521363(0x1ca);const _0x2ed5ba=_0x54d733;if(this[_0x521363(0x2c8)]&&this['browserstackLocal'][_0x521363(0x269)]())try{await helper['stopLocalBinary'](this[_0x521363(0x2c8)]),logger[_0x521363(0x1d4)](_0x2ed5ba[_0x521363(0x212)]);}catch(_0x5bb22e){logger[_0x521363(0x24a)](_0x2ed5ba[_0x521363(0x2bd)],_0x5bb22e[_0x521363(0x2b1)]);}}async[a49_0x51c709(0x205)](){const _0x2a2d8b=a49_0x51c709;await hubAllocator[_0x2a2d8b(0x24d)](this['config']);}[a49_0x51c709(0x2c0)](){const _0x501745=a49_0x51c709,_0x210de7={'NCOTK':function(_0x27d3bc,_0xa8498c){return _0x27d3bc(_0xa8498c);},'frLiA':'./setKeepAlive'};_0x210de7['NCOTK'](require,_0x210de7[_0x501745(0x2ab)])();}[a49_0x51c709(0x2af)](){const _0x133f7c=a49_0x51c709,_0xb63cc4={};_0xb63cc4[_0x133f7c(0x295)]=_0x133f7c(0x236),_0xb63cc4[_0x133f7c(0x1d9)]=_0x133f7c(0x292);const _0x5d976d=_0xb63cc4,_0x198886=_0x170b40=>{const _0x4e4414=_0x133f7c;logger[_0x4e4414(0x24a)](_0x170b40[_0x4e4414(0x2b1)]),logger[_0x4e4414(0x246)](util[_0x4e4414(0x296)](_0x170b40)),this[_0x4e4414(0x276)][_0x4e4414(0x25c)](util[_0x4e4414(0x296)]('%j',_0x170b40)),PerformanceTester[_0x4e4414(0x259)](_0x170b40);};process['on'](_0x5d976d[_0x133f7c(0x295)],_0x198886),process['on'](_0x5d976d[_0x133f7c(0x1d9)],_0x198886);}[a49_0x51c709(0x282)](){const _0x29277c=a49_0x51c709,_0x464e6d={'rzIVE':function(_0x191118){return _0x191118();}},_0x2b86f5=async()=>{const _0x5a8115=a49_0x25b3;this[_0x5a8115(0x220)]&&await this[_0x5a8115(0x2b9)](),this[_0x5a8115(0x2c8)]&&await this[_0x5a8115(0x2ac)](),await SessionHandler[_0x5a8115(0x215)]();};_0x464e6d[_0x29277c(0x219)](_0x2b86f5)[_0x29277c(0x280)](()=>process[_0x29277c(0x25f)](process[_0x29277c(0x25d)]));}}exports[a49_0x51c709(0x28c)]=BrowserStackSetup;function a49_0x25b3(_0x5d3f7f,_0x33f1d0){const _0x4bd180=a49_0x4bd1();return a49_0x25b3=function(_0x25b339,_0x3709d2){_0x25b339=_0x25b339-0x1c4;let _0x44381a=_0x4bd180[_0x25b339];return _0x44381a;},a49_0x25b3(_0x5d3f7f,_0x33f1d0);}function a49_0x4bd1(){const _0x5507ce=['ucDDE','setUpHubUrl','PERCY_SUPPORTED_FRAMEWORKS','HDFDl','kxtok','kDqOb','startLocalBinary','Loading\x20environment\x20from:\x20','xLYnw','setupPercy','PtpRh','NgjOv','?caps=','bsvAv','vkfwG','./helper','sqFMx','stop','aVubC','AyIsb','120nqYOwK','rzIVE','312672odEdsL','./percy/utils','dotenv','1082169RkzgrG','getLocalConfig','dLTkx','percy','forceLocal','tDNtt','VxDuQ','PpjHb','xDaXZ','6647494tiFInm','GNDKu','YlMZV','GotNB','uUAFN','flyOw','xlRYh','Percy\x20stopped','90244suxjLf','warn','compareVersions','playwright','ZFvmx','GKODX','KUOIT','tVvzk','unhandledRejection','errorMessage','Zybnx','tEeAQ','winstonLogger','isBrowserstackInfra','zpUuj','./test-observability/sessionHandler','lJgEE','PwUii','Error\x20occured\x20while\x20stopping\x20percy','DGCle','skipSessionStatus','MXkrS','12967ZnwaRY','qEHMX','debug','startPercy','codeceptjs','framework','error','ioqBX','sanitizeCaps','allocateHub','ObCVd','cHiee','OLsIL','kBDgV','MhBjG','UXYXf','toString','custom-repeater','WQPRP','selenium-webdriver','HnCgx','captureError','MwGLj','vcwZb','push','exitCode','Error\x20in\x20percy\x20setup\x20','exit','localIdentifier','hjgCn','fireFunnelTestEvent','isTrue','aiuGp','kIoUg','RUvln','ZGduL','fisdY','isRunning','YTqWn','gKtjX','SDKTestAttempted','DCtkc','XzUUv','./ats/helper','anZZa','CSPvs','JAsBW','RkfsW','localOptions','disableAutoCaptureLogs','unhandledErrors','SIGINT','swEvt','gYqCe','uApnC','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','isTrialGrid','url','tlWLf','customRepeaters','then','testContextOptions','intExitHandler','turboScaleUrl','envConfig','tkeQV','ats-repeater','4.5.0','beforeExit','setProxySettings','166tzvczG','BDirr','default','BROWSERSTACK_TURBOSCALE','initialize','uBCqj','OgXtx','getFinalCaps','uncaughtException','bind','skZut','doZBd','format','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','tYmWa','abnui','config','2426910QRcoDf','WqZAa','FgDOf','SCLvR','./setKeepAlive','cliConfig','wzImt','MEgAI','gorkA','wPCZM','env','pOCyZ','exZhT','setCLICaps','setupBrowserstackLocal','JdggG','frLiA','stopBrowserstackLocal','pQssU','vRuuF','handleExceptions','getPackageVersion','message','useW3C','oEbRw','XbFGp','uLXfm','./logger','CtNcj','VeChR','stopPercy','xgTuQ','wTNyx','leqAV','uTtvL','NNrMI','setBrowserstackInfraFromConfig','setupKeepAlive','readConfig','oTUWq','Local\x20binary\x20started\x20successfully','platforms','EqayZ','rKgBb','tAkXZ','browserstackLocal','IfcYe','getLocalIdentifier','DAcvc','Percy\x20started\x20successfully','Local\x20binary\x20stopped','isUndefined','yfyQM','sogGn','BTLrt','mcPVN','Error\x20occured\x20while\x20stopping\x20local\x20binary','5807544rDhwka','turboScale','ZEdef','constructor','jcDkW','ranAp','qveLD','hubUrl','getUserName','info','qHJfv','parallelsPerPlatform','Jyjnu','browserStackLocalOptions','kVoNU','FRAMEWORK','../hubAllocationMethods','OEiik','InykQ','MaupX','includes','WSGRR','tmAON','WajHL','Xasqv','LnGDR','turboScaleGridDetails','path','length','eprfY','MlthK','envFile','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','XnLfr','xxeuN','getAccessKey','npKjQ','PUpSD','QYMqV','JIRhj','join','OuZtg','VlPAo','true','playwrightUrl','turboScaleOptions','ESGwC','generateLocalIdentifier','kdqKs','iChNY','getConfigPath','YUWdr','IeYOg','mVNWp','IovCO','WoBNm','VPWSx'];a49_0x4bd1=function(){return _0x5507ce;};return a49_0x4bd1();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a50_0x1f2bfa=a50_0x512d;function a50_0x512d(_0x444857,_0x20f5aa){var _0x50ece5=a50_0x50ec();return a50_0x512d=function(_0x512dd1,_0x5c92ff){_0x512dd1=_0x512dd1-0xcf;var _0x41401b=_0x50ece5[_0x512dd1];return _0x41401b;},a50_0x512d(_0x444857,_0x20f5aa);}(function(_0x483bd4,_0x6f2d32){var _0x35bf16=a50_0x512d,_0x2f9e07=_0x483bd4();while(!![]){try{var _0x210c3e=-parseInt(_0x35bf16(0xd7))/0x1*(-parseInt(_0x35bf16(0xd4))/0x2)+-parseInt(_0x35bf16(0xcf))/0x3*(parseInt(_0x35bf16(0xda))/0x4)+parseInt(_0x35bf16(0xd9))/0x5+-parseInt(_0x35bf16(0xdb))/0x6*(parseInt(_0x35bf16(0xd2))/0x7)+-parseInt(_0x35bf16(0xd1))/0x8+parseInt(_0x35bf16(0xd0))/0x9+parseInt(_0x35bf16(0xd6))/0xa*(parseInt(_0x35bf16(0xd3))/0xb);if(_0x210c3e===_0x6f2d32)break;else _0x2f9e07['push'](_0x2f9e07['shift']());}catch(_0x42106c){_0x2f9e07['push'](_0x2f9e07['shift']());}}}(a50_0x50ec,0xcc535),exports[a50_0x1f2bfa(0xd8)]=a50_0x1f2bfa(0xd5));function a50_0x50ec(){var _0x1e32b0=['629466SnjJOv','https://accessibility.browserstack.com/api','623620YHMxZa','1xBmnRN','API_URL','7404695gzVTGL','12RCeBbK','7355142LIXLKD','1450866GUIALW','983169SxCuAo','10079400LJagqd','7SuOkgw','506DFeJfJ'];a50_0x50ec=function(){return _0x1e32b0;};return a50_0x50ec();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a49_0x51bb(_0x35b639,_0x27522e){const _0x4b59dc=a49_0x4b59();return a49_0x51bb=function(_0x51bb6a,_0x3a6397){_0x51bb6a=_0x51bb6a-0x103;let _0x11a4ec=_0x4b59dc[_0x51bb6a];return _0x11a4ec;},a49_0x51bb(_0x35b639,_0x27522e);}const a49_0x19c8c3=a49_0x51bb;function a49_0x4b59(){const _0x245389=['KpPdi','projectName','hYzow','string','nbwhb','JfSaD','vBUpj','message','RiUQa','2887580mDEtSM','lFJdt','abhaH','tgrwE','LDmqa','isBrowserstackInfra','Hzdwt','iVsif','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','fetchPlatformDetails','getHostInfo','a11y:start','Invalid\x20request:\x20','stack','UMoHY','join','JjdQf','iIgny','xSFzJ','error','sPzbs','OysFp','browserstack_executor','isAccessibilityAutomationSession','sjMWY','TbOOD','tZKHG','5uPKMth','HSxle','POST','MNGYM','isBrowserStackCommandExecutor','SdFPq','getUserName','mYNJq','SMbOj','PeCOe','stringify','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','VRgsP','hzgaW','1627469vYhePM','toJson','xPnLP','ipdXR','PGDvk','HATlK','null','rCrxh','JGaHk','Bearer\x20','accessibility','qTkIo','data','measureWrapper','hCyNd','UphIz','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','framework','ThFWY','iiTSj','BROWSERSTACK_TEST_ACCESSIBILITY_YML','6NHloXl','some','getAccessibilityResults','zhucF','3009524OvIXZz','../performance-tester','cgSQs','json','FtQCP','wRYuF','success','Invalid\x20configuration\x20passed.','rJdYs','nuWUB','srRBD','PWmRa','loian','tVhRa','playwright','UnxGe','Authorization','btNQg','5330677CqENLr','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','JZGGH','iklOp','KnlgG','shouldScanTestForAccessibility','JgUUx','UIukx','isAccessibilityPlatform','statusText','lSQlG','YXFkH','Dvidm','MvtEb','wvnXX','No\x20accessibility\x20summary\x20was\x20found.','OTDSa','hfcQc','PUT','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','QXKjI','dHKcl','ghNjh','excludeTagsInTestingScope','dxUAH','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','fAYcu','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','Performing\x20scan\x20before\x20getting\x20results\x20summary','script','GHDti','TDmwj','BjCWP','../globals','wRekH','util','pOQIq','bscEq','kMKFz','qBkBN','Abyst','Smnej','nWltE','xapTy','createAccessibilityTestRun','xngrI','Content-Type','errors','cwd','getCapabilities','GOEeV','TahHr','CaaBn','./constants','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','lQcbK','ZsmQv','sLuis','warn','method','Vuvsw','yFZCU','632lCNMik','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','YwltB','isTrue','taotD','LeTbF','oaSvO','jMsFf','includeTagsInTestingScope','oWvIp','AWQVK','Build\x20creation\x20had\x20failed.','pBhoY','ltczZ','browserstackSessionName','OhZNe','RDGhS','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','CsIIO','lVuXU','STVtb','2024952qSlRVh','ibvOs','EssSQ','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','YcOmf','WANcL','./scripts','rlLRb','PYpJG','Ouigf','application/json','isArray','cXYIX','getBrowserName','performScan','TSKQY','LOCqN','info','debug','mWltJ','getPlatformVersion','YMqkm','sgljk','getCiInfo','ROGtJ','getResults','__cloud_provider___','DSFCj','OJbAa','checkAccessibilityPlatformConfig','eBCuB','isUndefined','buildName','RMQez','kVLSi','selenium-webdriver','false','rArVe','VgLsO','ruxAE','YisJE','kMDoW','getAgentVersion','dQpiy','IZagL','TLzpr','SaMGJ','../helper','response','hbjZd','JLMVc','ABYJV','QPSZY','bVrXc','BdJUZ','assign','auth','parse','user','NwRqf','llXRv','winstonLogger','JcNyj','GJBnj','MGrUR','HfMVT','ubEnx','lfNVj','HoFLe','zGbRU','FOfdA','getPlatform','nfmLw','toISOString','platforms','BAqvj','getGlobal','getBrowserVersion','JYXDq','9IOUPbS','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','BS_A11Y_JWT','hyiTW','vbSDS','jVgRr','TVYLu','basename','buildDescription','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','xrKYx','format','Jmhah','YpRWV','includes','nodeRequest','AMlQz','iUEjl','javascript','IhTNt','No\x20accessibility\x20results\x20were\x20found.','cvTwu','igqbM','forEach','../logger','status','wjUxm','sGPYK','rQyin','a11y:stop','MJjAu','ilITK','qSVKU','HIVDz','aNgGo','DnKao','4260298iZNPcs','wTzyM','scannerVersion','@playwright/test','env','resolve','15963YmZeNV','pgLsd','qXyEk','getGitMetaData','executeAsyncScript','Kgziy','BBTQz','FclEv','headers','AqYAN','QGpwO','length','getPackageVersion','xDBAK'];a49_0x4b59=function(){return _0x245389;};return a49_0x4b59();}(function(_0x5ec21d,_0xdeea9f){const _0x3865c3=a49_0x51bb,_0x43baf5=_0x5ec21d();while(!![]){try{const _0x57b558=parseInt(_0x3865c3(0x151))/0x1+-parseInt(_0x3865c3(0x1ba))/0x2*(parseInt(_0x3865c3(0x111))/0x3)+parseInt(_0x3865c3(0x16a))/0x4*(parseInt(_0x3865c3(0x143))/0x5)+-parseInt(_0x3865c3(0x166))/0x6*(-parseInt(_0x3865c3(0x10b))/0x7)+-parseInt(_0x3865c3(0x1cf))/0x8+-parseInt(_0x3865c3(0x21e))/0x9*(-parseInt(_0x3865c3(0x128))/0xa)+-parseInt(_0x3865c3(0x17c))/0xb;if(_0x57b558===_0xdeea9f)break;else _0x43baf5['push'](_0x43baf5['shift']());}catch(_0x36987f){_0x43baf5['push'](_0x43baf5['shift']());}}}(a49_0x4b59,0xd17cc));const path=require('path'),util=require(a49_0x19c8c3(0x19f)),bsSetupHelper=require(a49_0x19c8c3(0x1fe)),logger=require(a49_0x19c8c3(0x236))[a49_0x19c8c3(0x20c)],{API_URL}=require(a49_0x19c8c3(0x1b1)),PerformanceTester=require(a49_0x19c8c3(0x16b)),scripts=require(a49_0x19c8c3(0x1d5)),globals=require(a49_0x19c8c3(0x19d));exports[a49_0x19c8c3(0x131)]=async _0x5c03e6=>{const _0x121210=a49_0x19c8c3,_0x248d1e={};_0x248d1e[_0x121210(0x136)]=_0x121210(0x161),_0x248d1e['pBhoY']=function(_0x29ec9f,_0x4b4916){return _0x29ec9f===_0x4b4916;},_0x248d1e['kklLR']=_0x121210(0x150),_0x248d1e[_0x121210(0x1ce)]='browserstack',_0x248d1e['YMqkm']=_0x121210(0x224);const _0x9da3cd=_0x248d1e;let _0x4b17fc={};try{if(_0x9da3cd[_0x121210(0x1c6)](_0x9da3cd['kklLR'],_0x9da3cd['kklLR'])){const _0x16b917=await _0x5c03e6[_0x121210(0x1ad)]();_0x4b17fc={'os_name':_0x16b917[_0x121210(0x216)](),'os_version':bsSetupHelper[_0x121210(0x1e3)](_0x9da3cd[_0x121210(0x1c6)](global[_0x121210(0x1e9)],_0x9da3cd[_0x121210(0x1ce)])),'browser_name':_0x16b917[_0x121210(0x1dc)](),'browser_version':_0x16b917[_0x121210(0x21c)]()};}else _0x44e020[_0x121210(0x13b)](_0x121210(0x1d2)+(_0x392871[_0x121210(0x126)]||_0x2e3aff[_0x121210(0x135)]));}catch(_0xe792ff){if(_0x9da3cd['pBhoY'](_0x9da3cd['YMqkm'],_0x9da3cd[_0x121210(0x1e4)]))logger[_0x121210(0x1e1)](_0x121210(0x1b2)+_0xe792ff);else return _0x5031d3[_0x121210(0x13b)](_0x9da3cd[_0x121210(0x136)]),[null,null];}return _0x4b17fc;},exports['isAccessibilityAutomationSession']=()=>{const _0x3902b7=a49_0x19c8c3,_0x44f82b={};_0x44f82b[_0x3902b7(0x153)]='false',_0x44f82b[_0x3902b7(0x1f0)]=function(_0x3ce668,_0x43f1bd){return _0x3ce668+_0x43f1bd;},_0x44f82b[_0x3902b7(0x1ea)]=_0x3902b7(0x134),_0x44f82b[_0x3902b7(0x14c)]=_0x3902b7(0x18b),_0x44f82b[_0x3902b7(0x1a4)]=function(_0xd6e5e1,_0x4bbb74){return _0xd6e5e1===_0x4bbb74;},_0x44f82b[_0x3902b7(0x221)]=_0x3902b7(0x1f8),_0x44f82b[_0x3902b7(0x1b5)]='HUMot',_0x44f82b[_0x3902b7(0x1be)]=_0x3902b7(0x19b),_0x44f82b[_0x3902b7(0x1bc)]='string',_0x44f82b[_0x3902b7(0x18a)]=function(_0x4a2661,_0x2f5c9c){return _0x4a2661>_0x2f5c9c;},_0x44f82b[_0x3902b7(0x182)]=function(_0x57a08e,_0x1ca6a4){return _0x57a08e!==_0x1ca6a4;},_0x44f82b[_0x3902b7(0x20a)]=_0x3902b7(0x157),_0x44f82b[_0x3902b7(0x19a)]=function(_0x2bc250,_0x5a4d1d){return _0x2bc250&&_0x5a4d1d;},_0x44f82b[_0x3902b7(0x1a3)]=_0x3902b7(0x123);const _0x221daa=_0x44f82b;try{if(_0x221daa[_0x3902b7(0x1a4)](_0x221daa[_0x3902b7(0x221)],_0x221daa[_0x3902b7(0x221)])){if(!bsSetupHelper[_0x3902b7(0x12d)]()){if(_0x221daa['Abyst'](_0x221daa[_0x3902b7(0x1b5)],_0x221daa[_0x3902b7(0x1be)])){_0x21df3a['error'](_0x3902b7(0x1d2)+(_0x1c25b9['message']||_0x2216d5[_0x3902b7(0x135)]));for(const _0x114ad9 of _0x1738ab['errors']){_0x29f70c['error'](_0x114ad9[_0x3902b7(0x126)]);}_0x1238b2[_0x3902b7(0x10f)][_0x3902b7(0x165)]=_0x221daa[_0x3902b7(0x153)],_0x553a44[_0x3902b7(0x10f)][_0x3902b7(0x17d)]=_0x221daa[_0x3902b7(0x153)];}else return![];}const _0x20a611=bsSetupHelper[_0x3902b7(0x1bd)](process[_0x3902b7(0x10f)][_0x3902b7(0x165)])||bsSetupHelper[_0x3902b7(0x1bd)](process[_0x3902b7(0x10f)][_0x3902b7(0x17d)]),_0x424949=_0x221daa['Abyst'](typeof process[_0x3902b7(0x10f)][_0x3902b7(0x220)],_0x221daa[_0x3902b7(0x1bc)])&&_0x221daa[_0x3902b7(0x18a)](process['env'][_0x3902b7(0x220)][_0x3902b7(0x11c)],0x0)&&_0x221daa[_0x3902b7(0x182)](process[_0x3902b7(0x10f)][_0x3902b7(0x220)],_0x221daa[_0x3902b7(0x20a)]);return _0x221daa['GHDti'](_0x20a611,_0x424949);}else throw new _0x57311c(_0x221daa['RMQez'](_0x221daa[_0x3902b7(0x1ea)],_0x539121[_0x3902b7(0x15d)][_0x3902b7(0x13b)]));}catch(_0x1d1bfb){if(_0x221daa[_0x3902b7(0x182)](_0x221daa[_0x3902b7(0x1a3)],_0x221daa[_0x3902b7(0x1a3)]))return _0x20ceef[_0x3902b7(0x13b)](_0x221daa[_0x3902b7(0x14c)]),{};else logger[_0x3902b7(0x1e1)](_0x3902b7(0x197)+_0x1d1bfb);}return![];},exports[a49_0x19c8c3(0x181)]=(_0x1fd2d0,_0x58c8f9=!![])=>{const _0x329b87=a49_0x19c8c3,_0x5abfc1={};_0x5abfc1[_0x329b87(0x174)]=_0x329b87(0x170),_0x5abfc1[_0x329b87(0x121)]=function(_0x46f36c,_0x3cd8e1){return _0x46f36c===_0x3cd8e1;},_0x5abfc1[_0x329b87(0x1d6)]=_0x329b87(0x171),_0x5abfc1[_0x329b87(0x1fb)]='false',_0x5abfc1['FCmZO']=function(_0x5e7826,_0x4f7acd){return _0x5e7826==_0x4f7acd;},_0x5abfc1[_0x329b87(0x1a5)]=_0x329b87(0x1f6),_0x5abfc1['YpRWV']=function(_0x14f423,_0x5cd15e){return _0x14f423===_0x5cd15e;},_0x5abfc1[_0x329b87(0x1f7)]=_0x329b87(0x16e),_0x5abfc1[_0x329b87(0x148)]=_0x329b87(0x11b),_0x5abfc1[_0x329b87(0x1b0)]=function(_0x20e2ff,_0x22a0e1){return _0x20e2ff!==_0x22a0e1;},_0x5abfc1[_0x329b87(0x1b9)]=_0x329b87(0x1cd),_0x5abfc1['MNGYM']=function(_0x264192,_0x3c1bb9){return _0x264192===_0x3c1bb9;},_0x5abfc1[_0x329b87(0x1d8)]=_0x329b87(0x17b),_0x5abfc1[_0x329b87(0x106)]=function(_0x5f41b4,_0x55959e){return _0x5f41b4===_0x55959e;},_0x5abfc1[_0x329b87(0x1e5)]=function(_0x4aceae,_0x255a3f){return _0x4aceae&&_0x255a3f;},_0x5abfc1[_0x329b87(0x155)]=_0x329b87(0x18c),_0x5abfc1[_0x329b87(0x215)]=_0x329b87(0x194),_0x5abfc1[_0x329b87(0x10a)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x28caa7=_0x5abfc1;if(_0x28caa7['FCmZO'](process[_0x329b87(0x10f)][_0x329b87(0x1cb)],null)){if(_0x28caa7[_0x329b87(0x121)](_0x28caa7[_0x329b87(0x1a5)],_0x28caa7['Smnej']))return!![];else{_0x15f00d[_0x329b87(0x1e0)](_0x329b87(0x130)+new _0x3a5615()[_0x329b87(0x218)]());const _0x28d02a={};return _0x28d02a['status']=_0x28caa7['srRBD'],_0x28d02a['message']='',_0x28d02a;}}try{if(_0x28caa7[_0x329b87(0x22b)](_0x28caa7[_0x329b87(0x1f7)],_0x28caa7[_0x329b87(0x148)]))_0x384ce6={};else{const _0x3defc1=JSON['parse'](process[_0x329b87(0x10f)][_0x329b87(0x1cb)]),_0x534d93=Array[_0x329b87(0x1da)](_0x3defc1[_0x329b87(0x1c2)])?_0x3defc1['includeTagsInTestingScope']:[],_0x48c69f=Array[_0x329b87(0x1da)](_0x3defc1['excludeTagsInTestingScope'])?_0x3defc1[_0x329b87(0x193)]:[];let _0x2e83b;_0x58c8f9?_0x28caa7[_0x329b87(0x1b0)](_0x28caa7['yFZCU'],_0x28caa7[_0x329b87(0x1b9)])?_0x4c8508['debug'](_0x329b87(0x195)+_0x410501):_0x2e83b=_0x1fd2d0[_0x329b87(0x137)]('/'):_0x28caa7[_0x329b87(0x146)](_0x28caa7[_0x329b87(0x1d8)],_0x28caa7[_0x329b87(0x1d8)])?_0x2e83b=_0x1fd2d0:_0x1ebd4f[_0x329b87(0x13b)](_0x329b87(0x21f)+_0x31eb98[_0x329b87(0x1ff)][_0x329b87(0x237)]+'\x20'+_0x1c80b1['response'][_0x329b87(0x185)]+'\x20'+_0x4c25e1['stringify'](_0x59da97['response']['data']));const _0x3ae988=_0x48c69f[_0x329b87(0x167)](_0x49d10b=>_0x2e83b[_0x329b87(0x22c)](_0x49d10b)),_0x3a62cd=_0x28caa7[_0x329b87(0x106)](_0x534d93[_0x329b87(0x11c)],0x0)||_0x534d93[_0x329b87(0x167)](_0x23ae51=>_0x2e83b[_0x329b87(0x22c)](_0x23ae51));return _0x28caa7[_0x329b87(0x1e5)](!_0x3ae988,_0x3a62cd);}}catch(_0x2031ce){if(_0x28caa7[_0x329b87(0x1b0)](_0x28caa7[_0x329b87(0x155)],_0x28caa7[_0x329b87(0x215)]))logger['debug'](_0x28caa7[_0x329b87(0x10a)],_0x2031ce);else{if(_0x28caa7[_0x329b87(0x121)](_0xccb39[_0x329b87(0x126)],_0x28caa7[_0x329b87(0x1d6)])){_0x34ebee[_0x329b87(0x13b)](_0x329b87(0x1d2)+(_0x593640[_0x329b87(0x126)]||_0x9efa7f[_0x329b87(0x135)]));for(const _0x6404dc of _0x288a88[_0x329b87(0x1ab)]){_0x588d28[_0x329b87(0x13b)](_0x6404dc[_0x329b87(0x126)]);}_0x4f4c6b[_0x329b87(0x10f)][_0x329b87(0x165)]=_0x28caa7[_0x329b87(0x1fb)],_0x2f0b51[_0x329b87(0x10f)][_0x329b87(0x17d)]=_0x28caa7[_0x329b87(0x1fb)];}else _0x96d152['error'](_0x329b87(0x1d2)+(_0x170e55[_0x329b87(0x126)]||_0x32d277[_0x329b87(0x135)]));}}return![];},exports[a49_0x19c8c3(0x1ec)]=_0x59f32e=>{const _0x49462b=a49_0x19c8c3,_0x510743={};_0x510743['CsIIO']='error',_0x510743[_0x49462b(0x205)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.',_0x510743[_0x49462b(0x196)]=function(_0x2ba5db,_0x5734da){return _0x2ba5db===_0x5734da;},_0x510743[_0x49462b(0x142)]=_0x49462b(0x1af),_0x510743[_0x49462b(0x190)]=function(_0x54b56b,_0x586278){return _0x54b56b!==_0x586278;},_0x510743[_0x49462b(0x12c)]=_0x49462b(0x12b),_0x510743[_0x49462b(0x211)]=function(_0x392fa2,_0x42b1a1){return _0x392fa2!==_0x42b1a1;},_0x510743[_0x49462b(0x1d7)]=_0x49462b(0x1d3),_0x510743[_0x49462b(0x19e)]=_0x49462b(0x212),_0x510743['qXyEk']=function(_0x3c4caa,_0xa74713){return _0x3c4caa===_0xa74713;},_0x510743[_0x49462b(0x214)]=_0x49462b(0x228);const _0x307d88=_0x510743;let _0x149053=![];try{if(_0x307d88[_0x49462b(0x211)](_0x307d88[_0x49462b(0x1d7)],_0x307d88[_0x49462b(0x19e)]))_0x59f32e['platforms'][_0x49462b(0x235)](_0x49cfbb=>{const _0x132b34=_0x49462b,_0x47eb1a={};_0x47eb1a[_0x132b34(0x16c)]=_0x307d88[_0x132b34(0x1cc)],_0x47eb1a[_0x132b34(0x156)]=_0x307d88[_0x132b34(0x205)];const _0x583fdd=_0x47eb1a;if(_0x307d88[_0x132b34(0x196)](_0x307d88['tZKHG'],_0x307d88[_0x132b34(0x142)])){if(bsSetupHelper[_0x132b34(0x1bd)](_0x49cfbb[_0x132b34(0x15b)])){if(_0x307d88[_0x132b34(0x190)](_0x307d88['LDmqa'],_0x307d88[_0x132b34(0x12c)])){_0x3b7fb3[_0x132b34(0x1ff)]?_0x18584c[_0x132b34(0x13b)](_0x132b34(0x21f)+_0x34c290[_0x132b34(0x1ff)]['status']+'\x20'+_0x17b458[_0x132b34(0x1ff)][_0x132b34(0x185)]+'\x20'+_0x5b3333[_0x132b34(0x14d)](_0x4af140[_0x132b34(0x1ff)][_0x132b34(0x15d)])):_0x1eb306[_0x132b34(0x13b)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x5a1ac1['message']||_0x390c12['format'](_0x41b835)));const _0x23d315={};return _0x23d315[_0x132b34(0x237)]=_0x583fdd[_0x132b34(0x16c)],_0x23d315[_0x132b34(0x126)]=_0x214f82[_0x132b34(0x126)]||(_0x4e57d6[_0x132b34(0x1ff)]?_0x34eed4[_0x132b34(0x1ff)]['status']+':'+_0x167517[_0x132b34(0x1ff)][_0x132b34(0x185)]:_0x460931),_0x23d315;}else return _0x149053=!![],!![];}}else return _0x5c3bae[_0x132b34(0x1b6)](_0x583fdd[_0x132b34(0x156)]),[];});else return![];}catch(_0xee380d){_0x307d88[_0x49462b(0x113)](_0x307d88['zGbRU'],_0x307d88[_0x49462b(0x214)])?logger[_0x49462b(0x1e1)](_0x49462b(0x195)+_0xee380d):_0x47ab79[_0x49462b(0x219)][_0x49462b(0x235)](_0x3359d2=>{if(_0x486982['isTrue'](_0x3359d2['accessibility']))return _0x3d26dc=!![],!![];});}return _0x149053;},exports[a49_0x19c8c3(0x1a8)]=PerformanceTester[a49_0x19c8c3(0x15e)](a49_0x19c8c3(0x133),async function(_0x27046f,_0x280b42){const _0x474961=a49_0x19c8c3,_0x1bb0af={};_0x1bb0af['mYNJq']=function(_0x1a72e8,_0x41c5d8){return _0x1a72e8===_0x41c5d8;},_0x1bb0af['lSQlG']=_0x474961(0x122),_0x1bb0af[_0x474961(0x107)]=function(_0x5d90f8,_0x147bc8){return _0x5d90f8>_0x147bc8;},_0x1bb0af[_0x474961(0x11f)]=function(_0x4c7097,_0x29701a){return _0x4c7097!==_0x29701a;},_0x1bb0af[_0x474961(0x116)]=_0x474961(0x157),_0x1bb0af[_0x474961(0x129)]=function(_0x514786,_0x4a1ab9){return _0x514786&&_0x4a1ab9;},_0x1bb0af[_0x474961(0x11e)]=function(_0x1e8a0f,_0xe6562f){return _0x1e8a0f===_0xe6562f;},_0x1bb0af['dMZqI']=function(_0x19e5fa,_0xb37521){return _0x19e5fa!==_0xb37521;},_0x1bb0af[_0x474961(0x1c7)]=_0x474961(0x14e),_0x1bb0af[_0x474961(0x1c1)]=_0x474961(0x232),_0x1bb0af[_0x474961(0x187)]=_0x474961(0x18f),_0x1bb0af[_0x474961(0x201)]=function(_0x18f43c,_0x530980){return _0x18f43c!==_0x530980;},_0x1bb0af[_0x474961(0x1f5)]='FshQK',_0x1bb0af[_0x474961(0x1c3)]=_0x474961(0x1b3),_0x1bb0af[_0x474961(0x18d)]='Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token',_0x1bb0af['oaSvO']=_0x474961(0x1bf),_0x1bb0af[_0x474961(0x15f)]=_0x474961(0x20b),_0x1bb0af[_0x474961(0x233)]=function(_0x11d971,_0x21b3f1){return _0x11d971!==_0x21b3f1;},_0x1bb0af[_0x474961(0x112)]=_0x474961(0x105),_0x1bb0af[_0x474961(0x1df)]='gmELz',_0x1bb0af[_0x474961(0x1a2)]=_0x474961(0x178),_0x1bb0af[_0x474961(0x192)]=_0x474961(0x230),_0x1bb0af[_0x474961(0x21a)]=function(_0xfc2c3d,_0x336096){return _0xfc2c3d===_0x336096;},_0x1bb0af['HoFLe']='selenium',_0x1bb0af[_0x474961(0x13c)]=_0x474961(0x10e),_0x1bb0af[_0x474961(0x15c)]=_0x474961(0x1f2),_0x1bb0af[_0x474961(0x14f)]=_0x474961(0x1d9),_0x1bb0af[_0x474961(0x217)]=_0x474961(0x145),_0x1bb0af[_0x474961(0x169)]='v2/test_runs',_0x1bb0af['JfSaD']=function(_0x2f35d3,_0x2ce06f){return _0x2f35d3!==_0x2ce06f;},_0x1bb0af['MGrUR']=_0x474961(0x179),_0x1bb0af[_0x474961(0x1a9)]=_0x474961(0x1d0),_0x1bb0af['xSFzJ']=function(_0x10a209,_0x4457a3){return _0x10a209!==_0x4457a3;},_0x1bb0af['loian']='zCVAF',_0x1bb0af[_0x474961(0x204)]=_0x474961(0x223),_0x1bb0af[_0x474961(0x138)]=_0x474961(0x12f),_0x1bb0af[_0x474961(0x22e)]=function(_0x30a43c,_0x512b47){return _0x30a43c===_0x512b47;},_0x1bb0af[_0x474961(0x1a0)]=_0x474961(0x17f),_0x1bb0af[_0x474961(0x19c)]=_0x474961(0x171),_0x1bb0af[_0x474961(0x127)]=_0x474961(0x202),_0x1bb0af['HBmAJ']='thNOW',_0x1bb0af['cXYIX']=_0x474961(0x238),_0x1bb0af[_0x474961(0x144)]=_0x474961(0x1f3),_0x1bb0af[_0x474961(0x1ae)]=function(_0x447c92,_0x3f4150){return _0x447c92===_0x3f4150;},_0x1bb0af[_0x474961(0x1a1)]='XRgIe';const _0x2fe1e0=_0x1bb0af,_0x31a98c=bsSetupHelper[_0x474961(0x149)](_0x27046f),_0x2fa53b=bsSetupHelper['getAccessKey'](_0x27046f);if(bsSetupHelper[_0x474961(0x1ee)](_0x31a98c)||bsSetupHelper[_0x474961(0x1ee)](_0x2fa53b))return _0x2fe1e0[_0x474961(0x201)](_0x2fe1e0[_0x474961(0x1f5)],_0x2fe1e0[_0x474961(0x1c3)])?(logger['error'](_0x2fe1e0['hfcQc']),[null,null]):(_0x574b29=!![],!![]);try{if(_0x2fe1e0[_0x474961(0x14a)](_0x2fe1e0[_0x474961(0x1c0)],_0x2fe1e0[_0x474961(0x1c0)])){let _0x57dcbe;if(bsSetupHelper['isUndefined'](process[_0x474961(0x10f)][_0x474961(0x1cb)])){if(_0x2fe1e0[_0x474961(0x201)](_0x2fe1e0[_0x474961(0x15f)],_0x2fe1e0[_0x474961(0x15f)])){if(!_0xa6aa8b['isBrowserstackInfra']())return![];const _0x381711=_0x37fb71[_0x474961(0x1bd)](_0x4ac10c['env'][_0x474961(0x165)])||_0x5885f1['isTrue'](_0x34a4ff['env'][_0x474961(0x17d)]),_0x37364a=_0x2fe1e0['mYNJq'](typeof _0x2bd46b[_0x474961(0x10f)]['BS_A11Y_JWT'],_0x2fe1e0[_0x474961(0x186)])&&_0x2fe1e0['qSVKU'](_0xd55f63[_0x474961(0x10f)][_0x474961(0x220)][_0x474961(0x11c)],0x0)&&_0x2fe1e0[_0x474961(0x11f)](_0x1598f5[_0x474961(0x10f)]['BS_A11Y_JWT'],_0x2fe1e0[_0x474961(0x116)]);return _0x2fe1e0[_0x474961(0x129)](_0x381711,_0x37364a);}else _0x57dcbe={};}else{if(_0x2fe1e0['cvTwu'](_0x2fe1e0[_0x474961(0x112)],_0x2fe1e0[_0x474961(0x1df)]))_0x57dcbe=JSON[_0x474961(0x208)](process[_0x474961(0x10f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);else{try{if(!_0x5800fa[_0x474961(0x12d)]())return![];const _0x3df966=_0x111bc0[_0x474961(0x1bd)](_0x5e5325['env']['BROWSERSTACK_TEST_ACCESSIBILITY_YML'])||_0x57c8ac[_0x474961(0x1bd)](_0xf8da18[_0x474961(0x10f)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x395e7d=_0x2fe1e0[_0x474961(0x11e)](typeof _0x2b2d6b['env'][_0x474961(0x220)],_0x2fe1e0['lSQlG'])&&_0x2fe1e0[_0x474961(0x107)](_0x57da94[_0x474961(0x10f)][_0x474961(0x220)][_0x474961(0x11c)],0x0)&&_0x2fe1e0['dMZqI'](_0x4c79fb[_0x474961(0x10f)][_0x474961(0x220)],_0x2fe1e0['Kgziy']);return _0x2fe1e0[_0x474961(0x129)](_0x3df966,_0x395e7d);}catch(_0x51698c){_0x4faf95['debug']('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x51698c);}return![];}}const _0x438bf7={'projectName':_0x27046f[_0x474961(0x120)],'buildName':_0x27046f[_0x474961(0x1ef)]||path[_0x474961(0x225)](path[_0x474961(0x110)](process[_0x474961(0x1ac)]())),'startTime':new Date()[_0x474961(0x218)](),'description':_0x27046f[_0x474961(0x226)]||'','source':{'frameworkName':_0x280b42['includes'](_0x2fe1e0[_0x474961(0x1a2)])?_0x2fe1e0[_0x474961(0x1a2)]:_0x280b42,'frameworkVersion':bsSetupHelper[_0x474961(0x11d)](_0x280b42),'sdkVersion':bsSetupHelper[_0x474961(0x1f9)](),'language':_0x2fe1e0['ghNjh'],'testFramework':_0x2fe1e0['BAqvj'](_0x27046f[_0x474961(0x162)],_0x2fe1e0[_0x474961(0x1a2)])?_0x2fe1e0[_0x474961(0x1a2)]:_0x2fe1e0[_0x474961(0x213)],'testFrameworkVersion':_0x2fe1e0[_0x474961(0x14a)](_0x27046f[_0x474961(0x162)],_0x2fe1e0[_0x474961(0x1a2)])?bsSetupHelper['getPackageVersion'](_0x2fe1e0[_0x474961(0x13c)]):bsSetupHelper[_0x474961(0x11d)](_0x2fe1e0[_0x474961(0x15c)])},'settings':_0x57dcbe,'versionControl':await bsSetupHelper[_0x474961(0x114)](),'ciInfo':bsSetupHelper[_0x474961(0x1e6)](),'hostInfo':bsSetupHelper[_0x474961(0x132)](),'browserstackAutomation':bsSetupHelper[_0x474961(0x12d)]()},_0x2b6659={};_0x2b6659[_0x474961(0x209)]=_0x31a98c,_0x2b6659['pass']=_0x2fa53b;const _0x229f3c={};_0x229f3c[_0x474961(0x1aa)]=_0x2fe1e0['VRgsP'];const _0x3edba8={};_0x3edba8['auth']=_0x2b6659,_0x3edba8[_0x474961(0x119)]=_0x229f3c;const _0x315196=_0x3edba8,_0x58fe6e={};_0x58fe6e['body']=_0x438bf7,_0x58fe6e[_0x474961(0x16d)]=!![];const _0x5b2bf=Object[_0x474961(0x206)](_0x315196,_0x58fe6e),_0x307618=await bsSetupHelper[_0x474961(0x22d)](_0x2fe1e0[_0x474961(0x217)],_0x2fe1e0[_0x474961(0x169)],_0x5b2bf,_0x27046f,API_URL);let _0x108e2c=process['env'][_0x474961(0x1cb)];return _0x108e2c?_0x2fe1e0[_0x474961(0x124)](_0x2fe1e0[_0x474961(0x20f)],_0x2fe1e0[_0x474961(0x20f)])?_0x45d47f[_0x474961(0x1e1)]('Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20'+_0x275e05):_0x108e2c=JSON[_0x474961(0x208)](process[_0x474961(0x10f)][_0x474961(0x1cb)]):_0x2fe1e0[_0x474961(0x21a)](_0x2fe1e0['xngrI'],_0x2fe1e0[_0x474961(0x1a9)])?_0x108e2c={}:_0xe7ad7a[_0x474961(0x1e1)]('Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20'+_0x2c3819),scripts['parseFromJson'](_0x307618[_0x474961(0x15d)][_0x474961(0x15d)]),scripts[_0x474961(0x152)](),_0x108e2c[_0x474961(0x10d)]=_0x307618[_0x474961(0x15d)][_0x474961(0x15d)]['scannerVersion'],process[_0x474961(0x10f)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']=JSON['stringify'](_0x108e2c),[_0x307618[_0x474961(0x15d)][_0x474961(0x15d)]['accessibilityToken'],_0x307618[_0x474961(0x15d)]['data']['id']];}else return _0x3081d0[_0x474961(0x1b6)](_0x2fe1e0[_0x474961(0x1c7)]),{};}catch(_0x33a958){if(_0x2fe1e0[_0x474961(0x13a)](_0x2fe1e0['loian'],_0x2fe1e0[_0x474961(0x176)]))_0x4a80a7={};else{if(_0x33a958['response'])_0x2fe1e0[_0x474961(0x11e)](_0x2fe1e0['bVrXc'],_0x2fe1e0[_0x474961(0x138)])?_0x33a4b7=_0x34330a[_0x474961(0x208)](_0x124663[_0x474961(0x10f)][_0x474961(0x1cb)]):logger['error'](_0x474961(0x1d2)+_0x33a958[_0x474961(0x1ff)][_0x474961(0x237)]+'\x20'+_0x33a958[_0x474961(0x1ff)][_0x474961(0x185)]+'\x20'+JSON[_0x474961(0x14d)](_0x33a958[_0x474961(0x1ff)][_0x474961(0x15d)]));else{if(_0x2fe1e0[_0x474961(0x22e)](_0x2fe1e0[_0x474961(0x1a0)],_0x2fe1e0[_0x474961(0x1a0)])){if(_0x2fe1e0[_0x474961(0x14a)](_0x33a958[_0x474961(0x126)],_0x2fe1e0[_0x474961(0x19c)])){if(_0x2fe1e0[_0x474961(0x22e)](_0x2fe1e0[_0x474961(0x127)],_0x2fe1e0['HBmAJ']))_0x58b152=_0x40077e[_0x474961(0x137)]('/');else{logger[_0x474961(0x13b)]('Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20'+(_0x33a958[_0x474961(0x126)]||_0x33a958['stack']));for(const _0x323e07 of _0x33a958[_0x474961(0x1ab)]){if(_0x2fe1e0[_0x474961(0x14a)](_0x2fe1e0[_0x474961(0x1db)],_0x2fe1e0[_0x474961(0x1db)]))logger['error'](_0x323e07['message']);else return _0x296d4a[_0x474961(0x13b)](_0x2fe1e0[_0x474961(0x1c1)]),[];}process['env'][_0x474961(0x165)]=_0x2fe1e0[_0x474961(0x144)],process['env']['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x2fe1e0[_0x474961(0x144)];}}else _0x2fe1e0[_0x474961(0x1ae)](_0x2fe1e0[_0x474961(0x1a1)],_0x2fe1e0[_0x474961(0x1a1)])?logger['error'](_0x474961(0x1d2)+(_0x33a958[_0x474961(0x126)]||_0x33a958['stack'])):_0xf0bef3=_0x156203[_0x474961(0x208)](_0x4f1867[_0x474961(0x10f)][_0x474961(0x1cb)]);}else _0x34a389['debug'](_0x2fe1e0[_0x474961(0x187)],_0x52b7e1);}return[null,null];}}}),exports['stopAccessibilityTestRun']=PerformanceTester[a49_0x19c8c3(0x15e)](a49_0x19c8c3(0x104),async function(_0x326819){const _0x38cb95=a49_0x19c8c3,_0x3eceeb={};_0x3eceeb[_0x38cb95(0x189)]='Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.',_0x3eceeb[_0x38cb95(0x12e)]=_0x38cb95(0x13e),_0x3eceeb[_0x38cb95(0x1a7)]=function(_0x369ea1,_0x299eee){return _0x369ea1===_0x299eee;},_0x3eceeb[_0x38cb95(0x1eb)]='string',_0x3eceeb[_0x38cb95(0x22f)]=_0x38cb95(0x13b),_0x3eceeb[_0x38cb95(0x210)]=_0x38cb95(0x1c5),_0x3eceeb[_0x38cb95(0x1f1)]=function(_0x4c6252,_0x144d95){return _0x4c6252!==_0x144d95;},_0x3eceeb['GiFQn']=function(_0x35fd73,_0x19a5c6){return _0x35fd73===_0x19a5c6;},_0x3eceeb['JGaHk']=_0x38cb95(0x139),_0x3eceeb['eBCuB']='application/json',_0x3eceeb[_0x38cb95(0x108)]=function(_0x356ac0,_0x2d3e55){return _0x356ac0!==_0x2d3e55;},_0x3eceeb[_0x38cb95(0x140)]='lfqXz',_0x3eceeb[_0x38cb95(0x231)]=_0x38cb95(0x18e),_0x3eceeb[_0x38cb95(0x1d4)]='test_runs/stop',_0x3eceeb['DqCWN']=function(_0x243b36,_0x3b1b7d){return _0x243b36!==_0x3b1b7d;},_0x3eceeb[_0x38cb95(0x141)]=_0x38cb95(0x125),_0x3eceeb[_0x38cb95(0x239)]=function(_0x202d4b,_0x2b00a0){return _0x202d4b+_0x2b00a0;},_0x3eceeb[_0x38cb95(0x109)]=_0x38cb95(0x134),_0x3eceeb['KnlgG']=function(_0x369ab9,_0x2972d2){return _0x369ab9!==_0x2972d2;},_0x3eceeb[_0x38cb95(0x1fd)]=_0x38cb95(0x1b8),_0x3eceeb[_0x38cb95(0x20d)]=_0x38cb95(0x170),_0x3eceeb[_0x38cb95(0x172)]=_0x38cb95(0x20e),_0x3eceeb[_0x38cb95(0x1fa)]='oUzRC',_0x3eceeb['TSKQY']=function(_0x2e43e0,_0x552d11){return _0x2e43e0!==_0x552d11;},_0x3eceeb['mptvh']=_0x38cb95(0x1b4),_0x3eceeb[_0x38cb95(0x21d)]=_0x38cb95(0x17e),_0x3eceeb[_0x38cb95(0x1a6)]=function(_0x49ebee,_0x52a595){return _0x49ebee!==_0x52a595;},_0x3eceeb['Dvidm']=_0x38cb95(0x22a);const _0x52c411=_0x3eceeb;if(bsSetupHelper[_0x38cb95(0x1ee)](process[_0x38cb95(0x10f)][_0x38cb95(0x220)])||_0x52c411['kVLSi'](typeof process[_0x38cb95(0x10f)][_0x38cb95(0x220)],_0x52c411[_0x38cb95(0x1eb)])){if(_0x52c411['GiFQn'](_0x52c411[_0x38cb95(0x159)],_0x52c411[_0x38cb95(0x159)])){const _0x1f014d={};return _0x1f014d['status']=_0x52c411['iUEjl'],_0x1f014d[_0x38cb95(0x126)]=_0x52c411[_0x38cb95(0x210)],_0x1f014d;}else{_0x4a71a7[_0x38cb95(0x1b6)](_0x52c411[_0x38cb95(0x189)]);return;}}const _0x2f5611={'endTime':new Date()['toISOString']()},_0x4f0f9e={};_0x4f0f9e[_0x38cb95(0x17a)]=_0x38cb95(0x15a)+process['env'][_0x38cb95(0x220)],_0x4f0f9e[_0x38cb95(0x1aa)]=_0x52c411[_0x38cb95(0x1ed)];const _0x10c36b={};_0x10c36b[_0x38cb95(0x119)]=_0x4f0f9e;const _0x1c9190=_0x10c36b,_0x23544a={};_0x23544a['body']=_0x2f5611,_0x23544a[_0x38cb95(0x207)]=null,_0x23544a['json']=!![];const _0x180ec8=Object[_0x38cb95(0x206)](_0x1c9190,_0x23544a);try{if(_0x52c411[_0x38cb95(0x108)](_0x52c411[_0x38cb95(0x140)],_0x52c411[_0x38cb95(0x140)]))return _0x2e7675['script'][_0x38cb95(0x22c)](_0x52c411[_0x38cb95(0x12e)]);else{const _0xd99cdd=await bsSetupHelper['nodeRequest'](_0x52c411['IhTNt'],_0x52c411['WANcL'],_0x180ec8,_0x326819,API_URL);if(_0xd99cdd[_0x38cb95(0x15d)][_0x38cb95(0x13b)]){if(_0x52c411['DqCWN'](_0x52c411['TbOOD'],_0x52c411['TbOOD']))_0x360f4b[_0x38cb95(0x13b)](_0x38cb95(0x21f)+(_0x43f63a['message']||_0x2e117e[_0x38cb95(0x229)](_0x438e6c)));else throw new Error(_0x52c411['sGPYK'](_0x52c411['aNgGo'],_0xd99cdd[_0x38cb95(0x15d)][_0x38cb95(0x13b)]));}else{if(_0x52c411[_0x38cb95(0x180)](_0x52c411[_0x38cb95(0x1fd)],_0x52c411[_0x38cb95(0x1fd)])){if(_0x56c46d&&_0x3c3510[_0x38cb95(0x199)]&&_0x52c411[_0x38cb95(0x1a7)](typeof _0x412ec3[_0x38cb95(0x199)],_0x52c411[_0x38cb95(0x1eb)]))return _0x1b946a['script'][_0x38cb95(0x22c)](_0x52c411['Hzdwt']);return![];}else{logger[_0x38cb95(0x1e0)](_0x38cb95(0x130)+new Date()[_0x38cb95(0x218)]());const _0x1803d1={};return _0x1803d1[_0x38cb95(0x237)]=_0x52c411[_0x38cb95(0x20d)],_0x1803d1['message']='',_0x1803d1;}}}}catch(_0x511164){if(_0x52c411[_0x38cb95(0x108)](_0x52c411['rJdYs'],_0x52c411[_0x38cb95(0x1fa)])){if(_0x511164[_0x38cb95(0x1ff)]){if(_0x52c411[_0x38cb95(0x1de)](_0x52c411['mptvh'],_0x52c411[_0x38cb95(0x21d)]))logger[_0x38cb95(0x13b)](_0x38cb95(0x21f)+_0x511164[_0x38cb95(0x1ff)][_0x38cb95(0x237)]+'\x20'+_0x511164[_0x38cb95(0x1ff)][_0x38cb95(0x185)]+'\x20'+JSON[_0x38cb95(0x14d)](_0x511164[_0x38cb95(0x1ff)][_0x38cb95(0x15d)]));else{const _0x50939={};return _0x50939[_0x38cb95(0x237)]=_0x52c411['iUEjl'],_0x50939['message']=_0x52c411[_0x38cb95(0x210)],_0x50939;}}else _0x52c411[_0x38cb95(0x1a6)](_0x52c411[_0x38cb95(0x188)],_0x52c411[_0x38cb95(0x188)])?_0x43879e['error'](_0x38cb95(0x1d2)+_0x17fab3[_0x38cb95(0x1ff)][_0x38cb95(0x237)]+'\x20'+_0x2673f3['response'][_0x38cb95(0x185)]+'\x20'+_0x26f36f[_0x38cb95(0x14d)](_0x16ee85[_0x38cb95(0x1ff)][_0x38cb95(0x15d)])):logger[_0x38cb95(0x13b)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x511164[_0x38cb95(0x126)]||util[_0x38cb95(0x229)](_0x511164)));const _0x42ab95={};return _0x42ab95[_0x38cb95(0x237)]=_0x52c411['iUEjl'],_0x42ab95[_0x38cb95(0x126)]=_0x511164['message']||(_0x511164['response']?_0x511164[_0x38cb95(0x1ff)][_0x38cb95(0x237)]+':'+_0x511164[_0x38cb95(0x1ff)]['statusText']:_0x511164),_0x42ab95;}else _0x1041c3[_0x38cb95(0x13b)](_0x550957[_0x38cb95(0x126)]);}}),exports[a49_0x19c8c3(0x1dd)]=async(_0x3094c7,_0x1f30e0=null)=>{const _0x53d6ad=a49_0x19c8c3,_0x2d2a2f={};_0x2d2a2f[_0x53d6ad(0x173)]=_0x53d6ad(0x184),_0x2d2a2f[_0x53d6ad(0x118)]='bstackA11yShouldScan',_0x2d2a2f[_0x53d6ad(0x1f4)]=function(_0x3cf0e1,_0x902bdd){return _0x3cf0e1===_0x902bdd;},_0x2d2a2f[_0x53d6ad(0x14b)]=_0x53d6ad(0x117),_0x2d2a2f['igqbM']=_0x53d6ad(0x227);const _0x16ca86=_0x2d2a2f;if(!this['isAccessibilityAutomationSession']()||!globals['getGlobal'](_0x16ca86[_0x53d6ad(0x173)])||!globals[_0x53d6ad(0x21b)](_0x16ca86['FclEv'])){if(_0x16ca86[_0x53d6ad(0x1f4)](_0x16ca86['SMbOj'],_0x16ca86[_0x53d6ad(0x14b)])){logger[_0x53d6ad(0x1b6)](_0x16ca86[_0x53d6ad(0x234)]);return;}else _0x5e1439=_0x38e576;}const _0x12f306={};_0x12f306[_0x53d6ad(0x1b7)]=_0x1f30e0||global['browserstackSessionName'],logger[_0x53d6ad(0x1e1)](util[_0x53d6ad(0x229)](await _0x3094c7[_0x53d6ad(0x115)](scripts[_0x53d6ad(0x1dd)],_0x12f306)));},exports[a49_0x19c8c3(0x168)]=async(_0x1cddc9,_0x24a447)=>{const _0x43b4a7=a49_0x19c8c3,_0x59b724={};_0x59b724[_0x43b4a7(0x1d1)]=function(_0x4d975e,_0x118c41){return _0x4d975e===_0x118c41;},_0x59b724[_0x43b4a7(0x1fc)]=function(_0x382102,_0x300202){return _0x382102&&_0x300202;},_0x59b724['OysFp']='isAccessibilityPlatform',_0x59b724[_0x43b4a7(0x103)]='bstackA11yShouldScan',_0x59b724[_0x43b4a7(0x1c4)]='irRFs',_0x59b724[_0x43b4a7(0x1e2)]=_0x43b4a7(0x12a),_0x59b724[_0x43b4a7(0x1c9)]=_0x43b4a7(0x1bb),_0x59b724[_0x43b4a7(0x10c)]=function(_0x552f6d,_0x165f20){return _0x552f6d===_0x165f20;},_0x59b724[_0x43b4a7(0x154)]=_0x43b4a7(0x191),_0x59b724['vbSDS']=_0x43b4a7(0x175),_0x59b724[_0x43b4a7(0x16f)]='Performing\x20scan\x20before\x20getting\x20results',_0x59b724['ThFWY']=_0x43b4a7(0x177),_0x59b724[_0x43b4a7(0x160)]=_0x43b4a7(0x164),_0x59b724[_0x43b4a7(0x200)]=_0x43b4a7(0x232);const _0x5466bc=_0x59b724;if(!this[_0x43b4a7(0x13f)]()||!globals[_0x43b4a7(0x21b)](_0x5466bc[_0x43b4a7(0x13d)])||!globals[_0x43b4a7(0x21b)](_0x5466bc[_0x43b4a7(0x103)])){if(_0x5466bc['EssSQ'](_0x5466bc[_0x43b4a7(0x1c4)],_0x5466bc['mWltJ'])){const _0x45d6b4=_0xa650b9[_0x43b4a7(0x208)](_0x124714['env'][_0x43b4a7(0x1cb)]),_0x5794f2=_0x2453ef['isArray'](_0x45d6b4[_0x43b4a7(0x1c2)])?_0x45d6b4[_0x43b4a7(0x1c2)]:[],_0x1bcb9f=_0x28fda9[_0x43b4a7(0x1da)](_0x45d6b4[_0x43b4a7(0x193)])?_0x45d6b4[_0x43b4a7(0x193)]:[];let _0x42a72b;_0x5d03fa?_0x42a72b=_0x5b151a['join']('/'):_0x42a72b=_0x1e1932;const _0x20a10c=_0x1bcb9f[_0x43b4a7(0x167)](_0x177aeb=>_0x42a72b[_0x43b4a7(0x22c)](_0x177aeb)),_0x30b3ae=_0x5466bc[_0x43b4a7(0x1d1)](_0x5794f2[_0x43b4a7(0x11c)],0x0)||_0x5794f2[_0x43b4a7(0x167)](_0x3c613f=>_0x42a72b[_0x43b4a7(0x22c)](_0x3c613f));return _0x5466bc[_0x43b4a7(0x1fc)](!_0x20a10c,_0x30b3ae);}else return logger[_0x43b4a7(0x1b6)](_0x5466bc[_0x43b4a7(0x1c9)]),[];}try{if(_0x5466bc[_0x43b4a7(0x10c)](_0x5466bc['ipdXR'],_0x5466bc[_0x43b4a7(0x222)])){if(_0x3f0e04['isTrue'](_0x23f439['accessibility']))return _0x333010=!![],!![];}else{logger['debug'](_0x5466bc[_0x43b4a7(0x16f)]);const _0x53050e={};_0x53050e[_0x43b4a7(0x1b7)]=_0x24a447[_0x43b4a7(0x1c8)],logger['debug'](util[_0x43b4a7(0x229)](await _0x1cddc9[_0x43b4a7(0x115)](scripts[_0x43b4a7(0x1dd)],_0x53050e)));const _0x436161=await _0x1cddc9[_0x43b4a7(0x115)](scripts[_0x43b4a7(0x1e8)]);return _0x436161;}}catch{return _0x5466bc[_0x43b4a7(0x10c)](_0x5466bc[_0x43b4a7(0x163)],_0x5466bc[_0x43b4a7(0x160)])?!![]:(logger[_0x43b4a7(0x13b)](_0x5466bc[_0x43b4a7(0x200)]),[]);}},exports['getAccessibilityResultsSummary']=async(_0x580bcc,_0x5c3a35)=>{const _0x42d29c=a49_0x19c8c3,_0x39172b={};_0x39172b[_0x42d29c(0x11a)]=_0x42d29c(0x184),_0x39172b['uPqVD']='bstackA11yShouldScan',_0x39172b[_0x42d29c(0x1ca)]=_0x42d29c(0x14e),_0x39172b[_0x42d29c(0x158)]=_0x42d29c(0x198),_0x39172b[_0x42d29c(0x203)]=_0x42d29c(0x18b);const _0x54c2da=_0x39172b;if(!this[_0x42d29c(0x13f)]()||!globals[_0x42d29c(0x21b)](_0x54c2da[_0x42d29c(0x11a)])||!globals['getGlobal'](_0x54c2da['uPqVD']))return logger[_0x42d29c(0x1b6)](_0x54c2da[_0x42d29c(0x1ca)]),{};try{logger[_0x42d29c(0x1e1)](_0x54c2da[_0x42d29c(0x158)]);const _0x2a0081={};_0x2a0081[_0x42d29c(0x1b7)]=_0x5c3a35[_0x42d29c(0x1c8)],logger[_0x42d29c(0x1e1)](util[_0x42d29c(0x229)](await _0x580bcc[_0x42d29c(0x115)](scripts[_0x42d29c(0x1dd)],_0x2a0081)));const _0x153b17=await _0x580bcc['executeAsyncScript'](scripts['getResultsSummary']);return _0x153b17;}catch{return logger[_0x42d29c(0x13b)](_0x54c2da[_0x42d29c(0x203)]),{};}},exports[a49_0x19c8c3(0x147)]=_0x193c98=>{const _0x400dc6=a49_0x19c8c3,_0x4d8e68={};_0x4d8e68['ROGtJ']=function(_0x5630a5,_0x1e6887){return _0x5630a5===_0x1e6887;},_0x4d8e68['wnyBz']=_0x400dc6(0x122),_0x4d8e68[_0x400dc6(0x183)]=_0x400dc6(0x13e);const _0x5b5632=_0x4d8e68;if(_0x193c98&&_0x193c98[_0x400dc6(0x199)]&&_0x5b5632[_0x400dc6(0x1e7)](typeof _0x193c98[_0x400dc6(0x199)],_0x5b5632['wnyBz']))return _0x193c98['script'][_0x400dc6(0x22c)](_0x5b5632[_0x400dc6(0x183)]);return![];};
|
|
1
|
+
const a51_0x3bd32f=a51_0x4cda;function a51_0x4cda(_0xeaa3e8,_0x3bbcd2){const _0x168a9a=a51_0x168a();return a51_0x4cda=function(_0x4cda31,_0x519bce){_0x4cda31=_0x4cda31-0x137;let _0x180485=_0x168a9a[_0x4cda31];return _0x180485;},a51_0x4cda(_0xeaa3e8,_0x3bbcd2);}function a51_0x168a(){const _0x269e34=['pass','obWbp','getResultsSummary','jwllZ','31011taIXuk','mVgSQ','isAccessibilityPlatform','isBrowserstackInfra','isBrowserStackCommandExecutor','BeaZF','cFUXO','DjcPh','zLcrL','FMuoM','xHzhu','Zfjvf','CncQX','EBPaT','TzDvH','baTxm','MyllZ','lszRv','zTvSH','hDkNL','yuCAJ','ejtwK','acdky','Invalid\x20request:\x20','zRmnI','YoauI','bNPdo','response','VLdma','CFvrH','Gplwt','cUzhI','PNNsu','ndBsn','GNjmv','status','rZVcx','../helper','fuFCO','vUXBx','getResults','icimr','XWaGZ','includeTagsInTestingScope','VQEhO','lqHGe','KNELo','browserstackSessionName','LAgBh','PYOXo','SBYLj','getGlobal','ymupl','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20Missing\x20authentication\x20token','DBmAr','jVOhJ','isTrue','nUgTy','env','getAccessibilityResults','zvWyE','yzANY','YEhHW','toISOString','XFIOI','getPlatformVersion','Performing\x20scan\x20before\x20getting\x20results\x20summary','hQdJy','htTHy','HYuKa','USUsd','bKsip','body','selenium-webdriver','getBrowserName','IeeIM','parse','WOQpF','altbw','Build\x20creation\x20had\x20failed.','igGvc','rcHhe','dGfVJ','dSryl','LoVwd','script','@playwright/test','forEach','OFFaY','wORmE','buildName','sjEEn','63araCXo','uTafc','Pfhtl','43688VwzYAz','ChgBl','__cloud_provider___','getPlatform','Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20','stringify','format','kdJRb','UcSaw','fetchPlatformDetails','qkrWw','LbBEu','javascript','isAccessibilityAutomationSession','null','getAccessKey','Exception\x20while\x20creating\x20test\x20run\x20for\x20BrowserStack\x20Accessibility\x20Automation:\x20','qDnkH','UnRyj','assign','TxbZU','IWYel','vKkgX','SmKBt','debug','dIdSy','PPJMg','buildDescription','OnmQu','dgZZU','gJFjA','suxaV','UKYuA','BLrER','ZDUmK','RZgTH','getPackageVersion','success','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','iaTWm','BdckR','parseFromJson','getCapabilities','includes','pjopR','method','stopAccessibilityTestRun','data','auth','2377420QpESwX','cwd','tnVGL','KzPAW','nqlbu','qWjIF','3143GJbybL','FVxXI','bmpGg','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20perform\x20scan.','getGitMetaData','qZozz','UbmoL','LAzKC','GBeRT','vFXdL','playwright','browserstack','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','excludeTagsInTestingScope','FfPSj','BpJpT','IhESx','XzDGZ','nIKTI','projectName','luuBt','error','gbKHt','join','getAccessibilityResultsSummary','RJuGm','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results\x20summary.','NbGOa','browserstack_executor','BROWSERSTACK_TEST_ACCESSIBILITY_YML','headers','shouldScanTestForAccessibility','info','ZFWuz','xBJAj','Exception\x20in\x20verifying\x20the\x20Accessibility\x20session\x20with\x20error\x20:\x20','fZBvc','pzNqC','warn','platforms','statusText','RWADS','No\x20accessibility\x20results\x20were\x20found.','XOzRl','POST','XLaXJ','bxtiD','pvLVD','Not\x20a\x20Accessibility\x20Automation\x20session,\x20cannot\x20retrieve\x20Accessibility\x20results.','DcXkO','isArray','BS_A11Y_JWT','XlDXY','isUndefined','SesIy','LyPKq','vzZwR','dZPoV','WcGJe','tShpD','nodeRequest','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20marked\x20as\x20completed\x20at\x20','UXLbY','iFLRc','string','selenium','odzkt','Performing\x20scan\x20before\x20getting\x20results','hggsf','some','cKehw','cFEJQ','jMRDf','knfKB','EGUee','toJson','GWKRb','AhRLZ','4lvYlLQ','dEONX','SjHEv','message','resolve','blyoj','qIHhu','path','AOUOD','bstackA11yShouldScan','lbmxk','AgCcl','HGXWn','./scripts','RlkwX','Content-Type','SCPeX','74554pUlbMt','VAhIa','3090fqibBX','test_runs/stop','Qpvrh','HVEXc','performScan','stack','false','KJpAe','ENtbl','gBAHh','PUT','vIaun','HKvwa','2048964LtOLVw','application/json','v2/test_runs','OzvcF','nKaeW','a11y:start','KtiJI','FsokW','SNAeG','Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20','XXPIs','QUSlh','NRBkp','DmFLX','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','accessibility','ZVCZG','LQXgC','JXAcr','executeAsyncScript','kIpeK','getUserName','PuAWQ','MRmvX','Exception\x20in\x20fetching\x20platform\x20details\x20with\x20error\x20:\x20','1954680Iidiff','measureWrapper','ccsNS','aauMz','FtLzC','errors','NaRsO','DIOvh','json','a11y:stop','EoaWU','length','EKrdC','./constants','zwliG','DGIxv','mMhUt','BMBkM','kStZW'];a51_0x168a=function(){return _0x269e34;};return a51_0x168a();}(function(_0x19f6f7,_0x3c8047){const _0x5635f1=a51_0x4cda,_0x3e1c40=_0x19f6f7();while(!![]){try{const _0x3ad3d4=-parseInt(_0x5635f1(0x138))/0x1+parseInt(_0x5635f1(0x25b))/0x2*(parseInt(_0x5635f1(0x177))/0x3)+-parseInt(_0x5635f1(0x147))/0x4+parseInt(_0x5635f1(0x207))/0x5+parseInt(_0x5635f1(0x13a))/0x6*(parseInt(_0x5635f1(0x20d))/0x7)+parseInt(_0x5635f1(0x1d6))/0x8*(-parseInt(_0x5635f1(0x1d3))/0x9)+parseInt(_0x5635f1(0x160))/0xa;if(_0x3ad3d4===_0x3c8047)break;else _0x3e1c40['push'](_0x3e1c40['shift']());}catch(_0x3ad46e){_0x3e1c40['push'](_0x3e1c40['shift']());}}}(a51_0x168a,0x48b6f));const path=require(a51_0x3bd32f(0x262)),util=require('util'),bsSetupHelper=require(a51_0x3bd32f(0x19c)),logger=require('../logger')['winstonLogger'],{API_URL}=require(a51_0x3bd32f(0x16d)),PerformanceTester=require('../performance-tester'),scripts=require(a51_0x3bd32f(0x268)),globals=require('../globals');exports[a51_0x3bd32f(0x1df)]=async _0x306c93=>{const _0x1432ca=a51_0x3bd32f,_0x41a25b={};_0x41a25b[_0x1432ca(0x1ab)]=_0x1432ca(0x1ac),_0x41a25b[_0x1432ca(0x265)]=function(_0x1500ac,_0x359bd1){return _0x1500ac!==_0x359bd1;},_0x41a25b[_0x1432ca(0x180)]='PXIrp',_0x41a25b[_0x1432ca(0x269)]=function(_0x38200,_0x669b26){return _0x38200===_0x669b26;},_0x41a25b[_0x1432ca(0x19b)]=_0x1432ca(0x218),_0x41a25b[_0x1432ca(0x19e)]=function(_0x261cf1,_0x573995){return _0x261cf1!==_0x573995;},_0x41a25b['CncQX']=_0x1432ca(0x1a1),_0x41a25b[_0x1432ca(0x15d)]=_0x1432ca(0x1f5);const _0x3d6407=_0x41a25b;let _0x4bb448={};try{if(_0x3d6407[_0x1432ca(0x265)](_0x3d6407[_0x1432ca(0x180)],_0x3d6407[_0x1432ca(0x180)]))return _0x54ac1e[_0x1432ca(0x222)](_0x3d6407[_0x1432ca(0x1ab)]),[null,null];else{const _0x344c3c=await _0x306c93[_0x1432ca(0x200)]();_0x4bb448={'os_name':_0x344c3c[_0x1432ca(0x1d9)](),'os_version':bsSetupHelper[_0x1432ca(0x1b8)](_0x3d6407[_0x1432ca(0x269)](global[_0x1432ca(0x1d8)],_0x3d6407['rZVcx'])),'browser_name':_0x344c3c[_0x1432ca(0x1c1)](),'browser_version':_0x344c3c['getBrowserVersion']()};}}catch(_0x190a19){_0x3d6407['vUXBx'](_0x3d6407[_0x1432ca(0x183)],_0x3d6407['PuAWQ'])?logger[_0x1432ca(0x1ee)](_0x1432ca(0x15f)+_0x190a19):_0x2e561b[_0x1432ca(0x1ee)](_0x1432ca(0x1fc)+_0x119e9c);}return _0x4bb448;},exports[a51_0x3bd32f(0x1e3)]=()=>{const _0x30881b=a51_0x3bd32f,_0x61e419={};_0x61e419[_0x30881b(0x194)]=function(_0x3a6e09,_0xdbd46){return _0x3a6e09===_0xdbd46;},_0x61e419[_0x30881b(0x228)]='Invalid\x20configuration\x20passed.',_0x61e419['RJuGm']=_0x30881b(0x140),_0x61e419[_0x30881b(0x172)]=function(_0x4d8791,_0x5ae150){return _0x4d8791===_0x5ae150;},_0x61e419[_0x30881b(0x1e7)]=_0x30881b(0x24d),_0x61e419[_0x30881b(0x213)]=_0x30881b(0x229),_0x61e419[_0x30881b(0x1ae)]=function(_0x574022,_0x4a77df){return _0x574022!==_0x4a77df;},_0x61e419['PNNsu']=_0x30881b(0x23b),_0x61e419[_0x30881b(0x241)]=_0x30881b(0x1c8),_0x61e419[_0x30881b(0x23c)]=function(_0x4e4e28,_0x4c1aca){return _0x4e4e28===_0x4c1aca;},_0x61e419['QTEAz']=_0x30881b(0x243),_0x61e419[_0x30881b(0x1b7)]=_0x30881b(0x182),_0x61e419[_0x30881b(0x18c)]=function(_0x572171,_0xf69840){return _0x572171>_0xf69840;},_0x61e419[_0x30881b(0x190)]=_0x30881b(0x1e4),_0x61e419[_0x30881b(0x1c4)]=function(_0x335bc3,_0x1eed25){return _0x335bc3&&_0x1eed25;},_0x61e419[_0x30881b(0x24c)]=_0x30881b(0x16f);const _0x17e4ed=_0x61e419;try{if(_0x17e4ed[_0x30881b(0x1ae)](_0x17e4ed[_0x30881b(0x197)],_0x17e4ed[_0x30881b(0x241)])){if(!bsSetupHelper[_0x30881b(0x17a)]()){if(_0x17e4ed['pvLVD'](_0x17e4ed['QTEAz'],_0x17e4ed[_0x30881b(0x1b7)]))_0x12218f=_0x44745f[_0x30881b(0x1c3)](_0xf66655['env'][_0x30881b(0x155)]);else return![];}const _0xf2d9aa=bsSetupHelper['isTrue'](process['env'][_0x30881b(0x22a)])||bsSetupHelper[_0x30881b(0x1af)](process[_0x30881b(0x1b1)][_0x30881b(0x219)]),_0x47fe6d=_0x17e4ed['kStZW'](typeof process['env']['BS_A11Y_JWT'],_0x17e4ed[_0x30881b(0x1e7)])&&_0x17e4ed[_0x30881b(0x18c)](process[_0x30881b(0x1b1)][_0x30881b(0x240)][_0x30881b(0x16b)],0x0)&&_0x17e4ed['jVOhJ'](process[_0x30881b(0x1b1)][_0x30881b(0x240)],_0x17e4ed[_0x30881b(0x190)]);return _0x17e4ed['WOQpF'](_0xf2d9aa,_0x47fe6d);}else{if(_0x17e4ed[_0x30881b(0x194)](_0x320202['message'],_0x17e4ed['NbGOa'])){_0x904eff[_0x30881b(0x222)](_0x30881b(0x1e6)+(_0x57e1c2[_0x30881b(0x25e)]||_0x47146f[_0x30881b(0x13f)]));for(const _0x7044e of _0x3c7d39[_0x30881b(0x165)]){_0x239022[_0x30881b(0x222)](_0x7044e['message']);}_0xc3a36e[_0x30881b(0x1b1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x17e4ed[_0x30881b(0x226)],_0x20aa75[_0x30881b(0x1b1)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']=_0x17e4ed[_0x30881b(0x226)];}else _0xd647ae[_0x30881b(0x222)](_0x30881b(0x1e6)+(_0x47884f[_0x30881b(0x25e)]||_0x17f1cc['stack']));}}catch(_0x2abd53){if(_0x17e4ed[_0x30881b(0x172)](_0x17e4ed[_0x30881b(0x24c)],_0x17e4ed[_0x30881b(0x24c)]))logger[_0x30881b(0x1ee)](_0x30881b(0x230)+_0x2abd53);else{if(_0x2e1cd3&&_0x144135[_0x30881b(0x1cc)]&&_0x17e4ed[_0x30881b(0x172)](typeof _0x4da588[_0x30881b(0x1cc)],_0x17e4ed[_0x30881b(0x1e7)]))return _0x1a04d1['script'][_0x30881b(0x201)](_0x17e4ed[_0x30881b(0x213)]);return![];}}return![];},exports[a51_0x3bd32f(0x22c)]=(_0x5604a1,_0x1900ab=!![])=>{const _0x1868e9=a51_0x3bd32f,_0x515685={};_0x515685['KxfOD']='No\x20accessibility\x20summary\x20was\x20found.',_0x515685[_0x1868e9(0x162)]=function(_0x19acfd,_0x5d2b29){return _0x19acfd===_0x5d2b29;},_0x515685['luuBt']=function(_0x591d85,_0x13ff7d){return _0x591d85&&_0x13ff7d;},_0x515685[_0x1868e9(0x1f2)]=function(_0x3b5a36,_0x232e61){return _0x3b5a36==_0x232e61;},_0x515685[_0x1868e9(0x255)]=function(_0x35dc76,_0x4da347){return _0x35dc76!==_0x4da347;},_0x515685[_0x1868e9(0x1e1)]=_0x1868e9(0x266),_0x515685[_0x1868e9(0x17c)]=_0x1868e9(0x189),_0x515685[_0x1868e9(0x1e0)]=_0x1868e9(0x231),_0x515685[_0x1868e9(0x184)]=_0x1868e9(0x1ed),_0x515685[_0x1868e9(0x1d7)]=function(_0x45e9f4,_0x1f8d42){return _0x45e9f4!==_0x1f8d42;},_0x515685['MSAIY']=_0x1868e9(0x1a0),_0x515685[_0x1868e9(0x20f)]=_0x1868e9(0x1ec),_0x515685[_0x1868e9(0x256)]=function(_0x4c6c75,_0x7d194e){return _0x4c6c75===_0x7d194e;},_0x515685[_0x1868e9(0x198)]=function(_0x12f645,_0x532862){return _0x12f645&&_0x532862;},_0x515685[_0x1868e9(0x1ea)]=_0x1868e9(0x251),_0x515685[_0x1868e9(0x212)]=_0x1868e9(0x23a),_0x515685[_0x1868e9(0x257)]='Error\x20while\x20validating\x20test\x20case\x20for\x20accessibility\x20before\x20scanning.\x20Error\x20:\x20';const _0x10c9af=_0x515685;if(_0x10c9af['OnmQu'](process[_0x1868e9(0x1b1)][_0x1868e9(0x155)],null))return _0x10c9af['jMRDf'](_0x10c9af['LbBEu'],_0x10c9af[_0x1868e9(0x1e1)])?(_0x2a56e2['error'](_0x10c9af['KxfOD']),{}):!![];try{if(_0x10c9af[_0x1868e9(0x255)](_0x10c9af[_0x1868e9(0x17c)],_0x10c9af[_0x1868e9(0x1e0)])){const _0x5d4e79=JSON[_0x1868e9(0x1c3)](process[_0x1868e9(0x1b1)][_0x1868e9(0x155)]),_0x305342=Array[_0x1868e9(0x23f)](_0x5d4e79['includeTagsInTestingScope'])?_0x5d4e79[_0x1868e9(0x1a2)]:[],_0x395d69=Array[_0x1868e9(0x23f)](_0x5d4e79[_0x1868e9(0x21a)])?_0x5d4e79[_0x1868e9(0x21a)]:[];let _0x397567;if(_0x1900ab)_0x10c9af[_0x1868e9(0x162)](_0x10c9af[_0x1868e9(0x184)],_0x10c9af[_0x1868e9(0x184)])?_0x397567=_0x5604a1[_0x1868e9(0x224)]('/'):_0x58e4b8[_0x1868e9(0x222)](_0x159953[_0x1868e9(0x25e)]);else{if(_0x10c9af[_0x1868e9(0x1d7)](_0x10c9af['MSAIY'],_0x10c9af[_0x1868e9(0x20f)]))_0x397567=_0x5604a1;else{if(_0xbb306a[_0x1868e9(0x1af)](_0x32af35[_0x1868e9(0x156)]))return _0x8d2024=!![],!![];}}const _0x136017=_0x395d69[_0x1868e9(0x252)](_0x4cd080=>_0x397567[_0x1868e9(0x201)](_0x4cd080)),_0x237fb5=_0x10c9af['knfKB'](_0x305342['length'],0x0)||_0x305342['some'](_0x4e1a38=>_0x397567[_0x1868e9(0x201)](_0x4e1a38));return _0x10c9af[_0x1868e9(0x198)](!_0x136017,_0x237fb5);}else{const _0x3c9be5=_0x403e31[_0x1868e9(0x1c3)](_0x16dac6[_0x1868e9(0x1b1)][_0x1868e9(0x155)]),_0x3f04b5=_0x2413bc['isArray'](_0x3c9be5[_0x1868e9(0x1a2)])?_0x3c9be5[_0x1868e9(0x1a2)]:[],_0x2b59d9=_0xb509d6[_0x1868e9(0x23f)](_0x3c9be5[_0x1868e9(0x21a)])?_0x3c9be5['excludeTagsInTestingScope']:[];let _0x214afa;_0x2fa591?_0x214afa=_0x1e25be[_0x1868e9(0x224)]('/'):_0x214afa=_0x3fcee2;const _0x3706fe=_0x2b59d9['some'](_0x550b0e=>_0x214afa[_0x1868e9(0x201)](_0x550b0e)),_0x4d4241=_0x10c9af[_0x1868e9(0x162)](_0x3f04b5[_0x1868e9(0x16b)],0x0)||_0x3f04b5[_0x1868e9(0x252)](_0xc511b0=>_0x214afa[_0x1868e9(0x201)](_0xc511b0));return _0x10c9af[_0x1868e9(0x221)](!_0x3706fe,_0x4d4241);}}catch(_0x49e87a){_0x10c9af[_0x1868e9(0x1d7)](_0x10c9af[_0x1868e9(0x1ea)],_0x10c9af['qZozz'])?logger['debug'](_0x10c9af['EGUee'],_0x49e87a):_0x432009[_0x1868e9(0x222)](_0x1868e9(0x150)+(_0x10bb53['message']||_0x31f68a[_0x1868e9(0x1dc)](_0x2b8c42)));}return![];},exports['checkAccessibilityPlatformConfig']=_0x1f2b9e=>{const _0x853873=a51_0x3bd32f,_0x4cf41c={};_0x4cf41c[_0x853873(0x1cb)]=_0x853873(0x1fb),_0x4cf41c['VQEhO']=function(_0x58712b,_0x4bebe9){return _0x58712b===_0x4bebe9;},_0x4cf41c[_0x853873(0x195)]='BrsKm',_0x4cf41c[_0x853873(0x193)]=_0x853873(0x1be),_0x4cf41c[_0x853873(0x166)]=function(_0x56b1b1,_0x41c060){return _0x56b1b1!==_0x41c060;},_0x4cf41c[_0x853873(0x199)]=_0x853873(0x259),_0x4cf41c[_0x853873(0x1b5)]=function(_0x152c42,_0x255109){return _0x152c42+_0x255109;},_0x4cf41c[_0x853873(0x188)]=_0x853873(0x18e),_0x4cf41c['xHzhu']='mlGwn',_0x4cf41c[_0x853873(0x1bb)]='ZQnhM',_0x4cf41c[_0x853873(0x17e)]='WkeQk';const _0x378483=_0x4cf41c;let _0x555360=![];try{_0x378483[_0x853873(0x1a3)](_0x378483[_0x853873(0x181)],_0x378483[_0x853873(0x181)])?_0x1f2b9e[_0x853873(0x234)][_0x853873(0x1ce)](_0x47d1ed=>{const _0x130a29=_0x853873,_0x4d3089={};_0x4d3089['gJFjA']=_0x378483[_0x130a29(0x1cb)];const _0x4ca218=_0x4d3089;if(_0x378483[_0x130a29(0x1a3)](_0x378483['Gplwt'],_0x378483[_0x130a29(0x193)])){_0x50652a[_0x130a29(0x22d)](_0x130a29(0x24a)+new _0x156f4f()[_0x130a29(0x1b6)]());const _0x5cef8e={};return _0x5cef8e['status']=_0x4ca218[_0x130a29(0x1f4)],_0x5cef8e['message']='',_0x5cef8e;}else{if(bsSetupHelper[_0x130a29(0x1af)](_0x47d1ed[_0x130a29(0x156)]))return _0x378483['NaRsO'](_0x378483[_0x130a29(0x199)],_0x378483[_0x130a29(0x199)])?!![]:(_0x555360=!![],!![]);}}):_0x4b061e[_0x853873(0x1ee)](_0x853873(0x15f)+_0x198672);}catch(_0x14d79a){if(_0x378483[_0x853873(0x1a3)](_0x378483[_0x853873(0x1bb)],_0x378483[_0x853873(0x17e)]))throw new _0x132a14(_0x378483[_0x853873(0x1b5)](_0x378483[_0x853873(0x188)],_0x3a2c1f[_0x853873(0x205)]['error']));else logger[_0x853873(0x1ee)](_0x853873(0x1fc)+_0x14d79a);}return _0x555360;},exports['createAccessibilityTestRun']=PerformanceTester[a51_0x3bd32f(0x161)](a51_0x3bd32f(0x14c),async function(_0x50cba3,_0x7571aa){const _0x56b353=a51_0x3bd32f,_0x140b38={};_0x140b38['tnVGL']='error',_0x140b38['jwllZ']='No\x20accessibility\x20results\x20were\x20found.',_0x140b38[_0x56b353(0x248)]='Build\x20creation\x20had\x20failed.',_0x140b38['KJpAe']=_0x56b353(0x23d),_0x140b38[_0x56b353(0x1f6)]=_0x56b353(0x227),_0x140b38[_0x56b353(0x21f)]='false',_0x140b38[_0x56b353(0x1ca)]=function(_0x68991d,_0x294656){return _0x68991d!==_0x294656;},_0x140b38[_0x56b353(0x1cf)]=_0x56b353(0x261),_0x140b38[_0x56b353(0x16e)]='Ewjqs',_0x140b38[_0x56b353(0x178)]=_0x56b353(0x1ac),_0x140b38['DmFLX']='TOjon',_0x140b38['RMIbt']=_0x56b353(0x1d0),_0x140b38[_0x56b353(0x14b)]=function(_0x38980c,_0x2e9800){return _0x38980c===_0x2e9800;},_0x140b38[_0x56b353(0x18d)]=_0x56b353(0x157),_0x140b38[_0x56b353(0x14a)]=_0x56b353(0x20b),_0x140b38[_0x56b353(0x1b4)]='sHuFz',_0x140b38['dZPoV']=_0x56b353(0x217),_0x140b38[_0x56b353(0x171)]=_0x56b353(0x1e2),_0x140b38['SyGxc']=_0x56b353(0x24e),_0x140b38[_0x56b353(0x151)]=function(_0x33433a,_0x9f39c0){return _0x33433a===_0x9f39c0;},_0x140b38[_0x56b353(0x14d)]=_0x56b353(0x1cd),_0x140b38[_0x56b353(0x18a)]=_0x56b353(0x1c0),_0x140b38[_0x56b353(0x159)]=_0x56b353(0x148),_0x140b38[_0x56b353(0x15b)]=_0x56b353(0x239),_0x140b38[_0x56b353(0x247)]=_0x56b353(0x149),_0x140b38[_0x56b353(0x1d5)]=_0x56b353(0x254),_0x140b38[_0x56b353(0x1a7)]=_0x56b353(0x17f),_0x140b38[_0x56b353(0x232)]=function(_0x483fb1,_0x3e3275){return _0x483fb1===_0x3e3275;},_0x140b38[_0x56b353(0x14f)]='JXvVK',_0x140b38[_0x56b353(0x1dd)]=_0x56b353(0x139),_0x140b38[_0x56b353(0x260)]=function(_0x557db5,_0x4147cf){return _0x557db5===_0x4147cf;},_0x140b38[_0x56b353(0x24b)]=_0x56b353(0x191),_0x140b38[_0x56b353(0x267)]='jcqkr',_0x140b38[_0x56b353(0x1ba)]=function(_0x29caca,_0x2b128b){return _0x29caca===_0x2b128b;},_0x140b38[_0x56b353(0x1f9)]=_0x56b353(0x25d),_0x140b38[_0x56b353(0x1c2)]=_0x56b353(0x1e8),_0x140b38[_0x56b353(0x25c)]='Invalid\x20configuration\x20passed.',_0x140b38[_0x56b353(0x18f)]=function(_0x172ab9,_0x805a94){return _0x172ab9!==_0x805a94;},_0x140b38[_0x56b353(0x215)]=_0x56b353(0x21e),_0x140b38['xBJAj']=function(_0x3859f9,_0x25921b){return _0x3859f9===_0x25921b;},_0x140b38[_0x56b353(0x1d2)]=_0x56b353(0x21d),_0x140b38[_0x56b353(0x1a5)]=_0x56b353(0x1c5),_0x140b38[_0x56b353(0x137)]=_0x56b353(0x167),_0x140b38[_0x56b353(0x1a8)]=_0x56b353(0x24f);const _0x3ad148=_0x140b38,_0x3eaf46=bsSetupHelper[_0x56b353(0x15c)](_0x50cba3),_0x1a36c3=bsSetupHelper[_0x56b353(0x1e5)](_0x50cba3);if(bsSetupHelper[_0x56b353(0x242)](_0x3eaf46)||bsSetupHelper[_0x56b353(0x242)](_0x1a36c3)){if(_0x3ad148[_0x56b353(0x1ca)](_0x3ad148[_0x56b353(0x1cf)],_0x3ad148['zwliG']))return logger[_0x56b353(0x222)](_0x3ad148[_0x56b353(0x178)]),[null,null];else _0xe6098b=_0x186ba2[_0x56b353(0x1c3)](_0x42767a['env'][_0x56b353(0x155)]);}try{if(_0x3ad148['dSryl'](_0x3ad148[_0x56b353(0x154)],_0x3ad148['RMIbt'])){let _0x2dd7f0;if(bsSetupHelper[_0x56b353(0x242)](process[_0x56b353(0x1b1)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']))_0x3ad148['nKaeW'](_0x3ad148['acdky'],_0x3ad148['OzvcF'])?_0x44e3f5=_0x4230aa:_0x2dd7f0={};else{if(_0x3ad148[_0x56b353(0x14b)](_0x3ad148[_0x56b353(0x1b4)],_0x3ad148[_0x56b353(0x1b4)]))_0x2dd7f0=JSON[_0x56b353(0x1c3)](process[_0x56b353(0x1b1)][_0x56b353(0x155)]);else{_0x3d7f07[_0x56b353(0x192)]?_0x10119d['error'](_0x56b353(0x150)+_0x3d4337[_0x56b353(0x192)][_0x56b353(0x19a)]+'\x20'+_0xccfa17[_0x56b353(0x192)][_0x56b353(0x235)]+'\x20'+_0x11c410[_0x56b353(0x1db)](_0x36c04d[_0x56b353(0x192)][_0x56b353(0x205)])):_0x809ddf['error'](_0x56b353(0x150)+(_0x5e57f1[_0x56b353(0x25e)]||_0x436a41['format'](_0x2754a2)));const _0x2f0940={};return _0x2f0940[_0x56b353(0x19a)]=_0x3ad148[_0x56b353(0x209)],_0x2f0940['message']=_0x5ea665[_0x56b353(0x25e)]||(_0xc3b88b['response']?_0x365477['response'][_0x56b353(0x19a)]+':'+_0x807c6c[_0x56b353(0x192)][_0x56b353(0x235)]:_0x391e08),_0x2f0940;}}const _0x3de475={'projectName':_0x50cba3[_0x56b353(0x220)],'buildName':_0x50cba3[_0x56b353(0x1d1)]||path['basename'](path[_0x56b353(0x25f)](process[_0x56b353(0x208)]())),'startTime':new Date()[_0x56b353(0x1b6)](),'description':_0x50cba3[_0x56b353(0x1f1)]||'','source':{'frameworkName':_0x7571aa[_0x56b353(0x201)](_0x3ad148[_0x56b353(0x246)])?_0x3ad148[_0x56b353(0x246)]:_0x7571aa,'frameworkVersion':bsSetupHelper[_0x56b353(0x1fa)](_0x7571aa),'sdkVersion':bsSetupHelper['getAgentVersion'](),'language':_0x3ad148[_0x56b353(0x171)],'testFramework':_0x3ad148[_0x56b353(0x14b)](_0x50cba3['framework'],_0x3ad148[_0x56b353(0x246)])?_0x3ad148[_0x56b353(0x246)]:_0x3ad148['SyGxc'],'testFrameworkVersion':_0x3ad148[_0x56b353(0x151)](_0x50cba3['framework'],_0x3ad148[_0x56b353(0x246)])?bsSetupHelper[_0x56b353(0x1fa)](_0x3ad148['KtiJI']):bsSetupHelper['getPackageVersion'](_0x3ad148[_0x56b353(0x18a)])},'settings':_0x2dd7f0,'versionControl':await bsSetupHelper[_0x56b353(0x211)](),'ciInfo':bsSetupHelper['getCiInfo'](),'hostInfo':bsSetupHelper['getHostInfo'](),'browserstackAutomation':bsSetupHelper[_0x56b353(0x17a)]()},_0x4862c7={};_0x4862c7['user']=_0x3eaf46,_0x4862c7[_0x56b353(0x173)]=_0x1a36c3;const _0x1e9848={};_0x1e9848[_0x56b353(0x26a)]=_0x3ad148[_0x56b353(0x159)];const _0x16e8ce={};_0x16e8ce[_0x56b353(0x206)]=_0x4862c7,_0x16e8ce[_0x56b353(0x22b)]=_0x1e9848;const _0x53be9c=_0x16e8ce,_0x304742={};_0x304742['body']=_0x3de475,_0x304742[_0x56b353(0x168)]=!![];const _0x394a24=Object[_0x56b353(0x1e9)](_0x53be9c,_0x304742),_0x67fef2=await bsSetupHelper[_0x56b353(0x249)](_0x3ad148['kIpeK'],_0x3ad148[_0x56b353(0x247)],_0x394a24,_0x50cba3,API_URL);let _0x341851=process[_0x56b353(0x1b1)][_0x56b353(0x155)];if(_0x341851){if(_0x3ad148[_0x56b353(0x1ca)](_0x3ad148[_0x56b353(0x1d5)],_0x3ad148[_0x56b353(0x1d5)]))return _0x3af5de[_0x56b353(0x222)](_0x3ad148[_0x56b353(0x176)]),[];else _0x341851=JSON[_0x56b353(0x1c3)](process[_0x56b353(0x1b1)]['BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML']);}else{if(_0x3ad148[_0x56b353(0x1ca)](_0x3ad148[_0x56b353(0x1a7)],_0x3ad148[_0x56b353(0x1a7)])){const _0x2c94bb={};return _0x2c94bb[_0x56b353(0x19a)]=_0x3ad148['tnVGL'],_0x2c94bb[_0x56b353(0x25e)]=_0x3ad148[_0x56b353(0x248)],_0x2c94bb;}else _0x341851={};}return scripts[_0x56b353(0x1ff)](_0x67fef2['data'][_0x56b353(0x205)]),scripts[_0x56b353(0x258)](),_0x341851['scannerVersion']=_0x67fef2['data'][_0x56b353(0x205)]['scannerVersion'],process[_0x56b353(0x1b1)][_0x56b353(0x155)]=JSON[_0x56b353(0x1db)](_0x341851),[_0x67fef2[_0x56b353(0x205)][_0x56b353(0x205)]['accessibilityToken'],_0x67fef2[_0x56b353(0x205)]['data']['id']];}else return _0x5db4a4[_0x56b353(0x233)](_0x3ad148[_0x56b353(0x141)]),[];}catch(_0x556d77){if(_0x3ad148['pzNqC'](_0x3ad148[_0x56b353(0x14f)],_0x3ad148[_0x56b353(0x1dd)]))return _0x50d489[_0x56b353(0x233)](_0x3ad148[_0x56b353(0x1f6)]),{};else{if(_0x556d77[_0x56b353(0x192)])_0x3ad148['blyoj'](_0x3ad148[_0x56b353(0x24b)],_0x3ad148[_0x56b353(0x267)])?_0x2abc51={}:logger['error'](_0x56b353(0x1e6)+_0x556d77[_0x56b353(0x192)]['status']+'\x20'+_0x556d77['response'][_0x56b353(0x235)]+'\x20'+JSON[_0x56b353(0x1db)](_0x556d77[_0x56b353(0x192)][_0x56b353(0x205)]));else{if(_0x3ad148['hQdJy'](_0x3ad148[_0x56b353(0x1f9)],_0x3ad148[_0x56b353(0x1c2)])){_0x3369d8[_0x56b353(0x222)](_0x56b353(0x1e6)+(_0x57e4cf['message']||_0x46cc8d[_0x56b353(0x13f)]));for(const _0x151bc2 of _0x5a02cb['errors']){_0x1b7346[_0x56b353(0x222)](_0x151bc2[_0x56b353(0x25e)]);}_0x1ed493[_0x56b353(0x1b1)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML']=_0x3ad148[_0x56b353(0x21f)],_0x342b82[_0x56b353(0x1b1)][_0x56b353(0x219)]=_0x3ad148[_0x56b353(0x21f)];}else{if(_0x3ad148['XXPIs'](_0x556d77[_0x56b353(0x25e)],_0x3ad148['dEONX'])){if(_0x3ad148[_0x56b353(0x18f)](_0x3ad148[_0x56b353(0x215)],_0x3ad148[_0x56b353(0x215)]))return _0x258b76=!![],!![];else{logger['error'](_0x56b353(0x1e6)+(_0x556d77['message']||_0x556d77['stack']));for(const _0x53bd14 of _0x556d77[_0x56b353(0x165)]){_0x3ad148[_0x56b353(0x22f)](_0x3ad148['sjEEn'],_0x3ad148[_0x56b353(0x1a5)])?_0x51c28a[_0x56b353(0x1ee)](_0x56b353(0x230)+_0x22932e):logger[_0x56b353(0x222)](_0x53bd14[_0x56b353(0x25e)]);}process[_0x56b353(0x1b1)][_0x56b353(0x22a)]=_0x3ad148[_0x56b353(0x21f)],process[_0x56b353(0x1b1)][_0x56b353(0x219)]=_0x3ad148[_0x56b353(0x21f)];}}else _0x3ad148[_0x56b353(0x18f)](_0x3ad148['SCPeX'],_0x3ad148[_0x56b353(0x1a8)])?logger[_0x56b353(0x222)](_0x56b353(0x1e6)+(_0x556d77[_0x56b353(0x25e)]||_0x556d77['stack'])):_0x19a5df=_0x4ff9c9[_0x56b353(0x224)]('/');}}return[null,null];}}}),exports[a51_0x3bd32f(0x204)]=PerformanceTester[a51_0x3bd32f(0x161)](a51_0x3bd32f(0x169),async function(_0x5019ac){const _0x321071=a51_0x3bd32f,_0x12ad32={};_0x12ad32['ZfXvQ']=_0x321071(0x210),_0x12ad32[_0x321071(0x21b)]=function(_0x2a8e14,_0x2b000f){return _0x2a8e14===_0x2b000f;},_0x12ad32[_0x321071(0x187)]=_0x321071(0x24d),_0x12ad32[_0x321071(0x17d)]=function(_0x19ebd9,_0x32802d){return _0x19ebd9>_0x32802d;},_0x12ad32[_0x321071(0x170)]=function(_0x138521,_0xcf68f2){return _0x138521!==_0xcf68f2;},_0x12ad32[_0x321071(0x236)]=_0x321071(0x1e4),_0x12ad32[_0x321071(0x1b0)]=function(_0x1d7d75,_0x5bde77){return _0x1d7d75&&_0x5bde77;},_0x12ad32[_0x321071(0x16c)]=function(_0xf902f8,_0x52ab61){return _0xf902f8&&_0x52ab61;},_0x12ad32[_0x321071(0x1bc)]=_0x321071(0x1da),_0x12ad32[_0x321071(0x1b3)]=function(_0x48550d,_0xbb4e28){return _0x48550d!==_0xbb4e28;},_0x12ad32[_0x321071(0x1d4)]=function(_0x9f1e1a,_0x42ced7){return _0x9f1e1a!==_0x42ced7;},_0x12ad32[_0x321071(0x20c)]=_0x321071(0x185),_0x12ad32[_0x321071(0x1ef)]=_0x321071(0x222),_0x12ad32[_0x321071(0x20a)]=_0x321071(0x1c6),_0x12ad32[_0x321071(0x1f8)]=_0x321071(0x148),_0x12ad32[_0x321071(0x216)]='SnUtu',_0x12ad32[_0x321071(0x18b)]=_0x321071(0x144),_0x12ad32[_0x321071(0x145)]=_0x321071(0x13b),_0x12ad32[_0x321071(0x14e)]='qWqrK',_0x12ad32[_0x321071(0x21c)]=_0x321071(0x164),_0x12ad32[_0x321071(0x142)]=function(_0x5aa804,_0x2d44a1){return _0x5aa804+_0x2d44a1;},_0x12ad32[_0x321071(0x1a4)]='Invalid\x20request:\x20',_0x12ad32[_0x321071(0x1f0)]=function(_0x327cbd,_0x3844b3){return _0x327cbd!==_0x3844b3;},_0x12ad32[_0x321071(0x25a)]=_0x321071(0x223),_0x12ad32['BdckR']='success',_0x12ad32[_0x321071(0x202)]=_0x321071(0x158),_0x12ad32['baTxm']=function(_0x34c4a5,_0x4a3b48){return _0x34c4a5!==_0x4a3b48;},_0x12ad32['iaTWm']=_0x321071(0x23e),_0x12ad32[_0x321071(0x146)]=function(_0x280914,_0x14cc96){return _0x280914!==_0x14cc96;},_0x12ad32['igGvc']='XdHVw';const _0x36d769=_0x12ad32;if(bsSetupHelper['isUndefined'](process[_0x321071(0x1b1)][_0x321071(0x240)])||_0x36d769[_0x321071(0x1b3)](typeof process[_0x321071(0x1b1)][_0x321071(0x240)],_0x36d769[_0x321071(0x187)])){if(_0x36d769[_0x321071(0x1d4)](_0x36d769[_0x321071(0x20c)],_0x36d769['qWjIF'])){_0x32da14['warn'](_0x36d769['ZfXvQ']);return;}else{const _0x37c150={};return _0x37c150[_0x321071(0x19a)]=_0x36d769[_0x321071(0x1ef)],_0x37c150[_0x321071(0x25e)]=_0x36d769[_0x321071(0x20a)],_0x37c150;}}const _0x2a9e9d={'endTime':new Date()[_0x321071(0x1b6)]()},_0x290c67={};_0x290c67['Authorization']='Bearer\x20'+process['env'][_0x321071(0x240)],_0x290c67[_0x321071(0x26a)]=_0x36d769[_0x321071(0x1f8)];const _0x4a64d9={};_0x4a64d9[_0x321071(0x22b)]=_0x290c67;const _0x4ff88d=_0x4a64d9,_0x21f244={};_0x21f244[_0x321071(0x1bf)]=_0x2a9e9d,_0x21f244['auth']=null,_0x21f244[_0x321071(0x168)]=!![];const _0x3214bd=Object[_0x321071(0x1e9)](_0x4ff88d,_0x21f244);try{if(_0x36d769[_0x321071(0x21b)](_0x36d769['vFXdL'],_0x36d769[_0x321071(0x216)])){const _0x3fbfec=await bsSetupHelper[_0x321071(0x249)](_0x36d769[_0x321071(0x18b)],_0x36d769[_0x321071(0x145)],_0x3214bd,_0x5019ac,API_URL);if(_0x3fbfec[_0x321071(0x205)][_0x321071(0x222)]){if(_0x36d769['zvWyE'](_0x36d769[_0x321071(0x14e)],_0x36d769[_0x321071(0x21c)]))throw new Error(_0x36d769[_0x321071(0x142)](_0x36d769['lqHGe'],_0x3fbfec[_0x321071(0x205)][_0x321071(0x222)]));else{if(!_0x507c80['isBrowserstackInfra']())return![];const _0x2b0340=_0x39f469['isTrue'](_0x3b2dd9[_0x321071(0x1b1)][_0x321071(0x22a)])||_0x3ee015[_0x321071(0x1af)](_0xeb8c1d[_0x321071(0x1b1)]['BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM']),_0x322509=_0x36d769['FfPSj'](typeof _0x4d032f['env']['BS_A11Y_JWT'],_0x36d769[_0x321071(0x187)])&&_0x36d769[_0x321071(0x17d)](_0x515386[_0x321071(0x1b1)][_0x321071(0x240)][_0x321071(0x16b)],0x0)&&_0x36d769[_0x321071(0x170)](_0x3d0f7b['env'][_0x321071(0x240)],_0x36d769['RWADS']);return _0x36d769[_0x321071(0x1b0)](_0x2b0340,_0x322509);}}else{if(_0x36d769[_0x321071(0x1f0)](_0x36d769[_0x321071(0x25a)],_0x36d769['AhRLZ']))_0x39e158[_0x321071(0x222)](_0x321071(0x1e6)+(_0xab172d['message']||_0x27dcbd['stack']));else{logger[_0x321071(0x22d)](_0x321071(0x24a)+new Date()[_0x321071(0x1b6)]());const _0x127c4c={};return _0x127c4c[_0x321071(0x19a)]=_0x36d769[_0x321071(0x1fe)],_0x127c4c[_0x321071(0x25e)]='',_0x127c4c;}}}else _0x414304={};}catch(_0x5a8356){if(_0x36d769[_0x321071(0x170)](_0x36d769[_0x321071(0x202)],_0x36d769[_0x321071(0x202)]))return![];else{if(_0x5a8356[_0x321071(0x192)]){if(_0x36d769[_0x321071(0x186)](_0x36d769[_0x321071(0x1fd)],_0x36d769[_0x321071(0x1fd)])){try{if(!_0x173db2[_0x321071(0x17a)]())return![];const _0x561914=_0x3530f1[_0x321071(0x1af)](_0x2eb4e9[_0x321071(0x1b1)][_0x321071(0x22a)])||_0x7f92d7['isTrue'](_0x5cca4e[_0x321071(0x1b1)][_0x321071(0x219)]),_0x56fd0b=_0x36d769['FfPSj'](typeof _0x40496d['env']['BS_A11Y_JWT'],_0x36d769['MyllZ'])&&_0x36d769[_0x321071(0x17d)](_0x57f5a9[_0x321071(0x1b1)][_0x321071(0x240)]['length'],0x0)&&_0x36d769['mMhUt'](_0x34b8c5[_0x321071(0x1b1)][_0x321071(0x240)],_0x36d769[_0x321071(0x236)]);return _0x36d769[_0x321071(0x16c)](_0x561914,_0x56fd0b);}catch(_0x181824){_0x33b313['debug'](_0x321071(0x230)+_0x181824);}return![];}else logger[_0x321071(0x222)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+_0x5a8356[_0x321071(0x192)][_0x321071(0x19a)]+'\x20'+_0x5a8356['response'][_0x321071(0x235)]+'\x20'+JSON['stringify'](_0x5a8356[_0x321071(0x192)][_0x321071(0x205)]));}else _0x36d769[_0x321071(0x146)](_0x36d769[_0x321071(0x1c7)],_0x36d769[_0x321071(0x1c7)])?_0x3a5fc5['debug'](_0x36d769[_0x321071(0x1bc)],_0x1ad3c2):logger[_0x321071(0x222)]('Exception\x20while\x20marking\x20completion\x20of\x20BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run:\x20'+(_0x5a8356['message']||util[_0x321071(0x1dc)](_0x5a8356)));const _0x53eb6d={};return _0x53eb6d[_0x321071(0x19a)]=_0x36d769[_0x321071(0x1ef)],_0x53eb6d[_0x321071(0x25e)]=_0x5a8356[_0x321071(0x25e)]||(_0x5a8356[_0x321071(0x192)]?_0x5a8356[_0x321071(0x192)]['status']+':'+_0x5a8356[_0x321071(0x192)][_0x321071(0x235)]:_0x5a8356),_0x53eb6d;}}}),exports[a51_0x3bd32f(0x13e)]=async(_0xf9f17b,_0x347780=null)=>{const _0x54c954=a51_0x3bd32f,_0x506c8e={};_0x506c8e[_0x54c954(0x1de)]='isAccessibilityPlatform',_0x506c8e['QUSlh']=_0x54c954(0x264),_0x506c8e[_0x54c954(0x13c)]=function(_0x50a7b3,_0x1b7764){return _0x50a7b3!==_0x1b7764;},_0x506c8e[_0x54c954(0x1ad)]='lNCRZ',_0x506c8e[_0x54c954(0x19d)]=_0x54c954(0x210);const _0x1950e8=_0x506c8e;if(!this['isAccessibilityAutomationSession']()||!globals[_0x54c954(0x1aa)](_0x1950e8[_0x54c954(0x1de)])||!globals[_0x54c954(0x1aa)](_0x1950e8[_0x54c954(0x152)])){if(_0x1950e8[_0x54c954(0x13c)](_0x1950e8['DBmAr'],_0x1950e8['DBmAr']))_0x39c0f2['platforms'][_0x54c954(0x1ce)](_0x42db9d=>{const _0x4aad6=_0x54c954;if(_0x516386['isTrue'](_0x42db9d[_0x4aad6(0x156)]))return _0xc740b4=!![],!![];});else{logger['warn'](_0x1950e8[_0x54c954(0x19d)]);return;}}const _0x1c3037={};_0x1c3037[_0x54c954(0x203)]=_0x347780||global[_0x54c954(0x1a6)],logger[_0x54c954(0x1ee)](util[_0x54c954(0x1dc)](await _0xf9f17b[_0x54c954(0x15a)](scripts['performScan'],_0x1c3037)));},exports[a51_0x3bd32f(0x1b2)]=async(_0x38ebeb,_0x3be3b3)=>{const _0x5b4985=a51_0x3bd32f,_0x43e236={};_0x43e236['pYNii']=_0x5b4985(0x229),_0x43e236['obWbp']=_0x5b4985(0x179),_0x43e236['AOUOD']=_0x5b4985(0x264),_0x43e236[_0x5b4985(0x196)]=function(_0x264ea2,_0x2757e2){return _0x264ea2===_0x2757e2;},_0x43e236[_0x5b4985(0x1f7)]='yomoy',_0x43e236[_0x5b4985(0x214)]=_0x5b4985(0x15e),_0x43e236[_0x5b4985(0x1c9)]=_0x5b4985(0x23d),_0x43e236[_0x5b4985(0x163)]=function(_0x147949,_0x49f092){return _0x147949===_0x49f092;},_0x43e236[_0x5b4985(0x253)]='FAKhz',_0x43e236[_0x5b4985(0x1a9)]=_0x5b4985(0x250),_0x43e236[_0x5b4985(0x153)]=function(_0x23feff,_0x287c7a){return _0x23feff===_0x287c7a;},_0x43e236[_0x5b4985(0x143)]='LoaMt',_0x43e236['EoaWU']=_0x5b4985(0x1f3),_0x43e236[_0x5b4985(0x238)]=_0x5b4985(0x237);const _0x411a46=_0x43e236;if(!this['isAccessibilityAutomationSession']()||!globals[_0x5b4985(0x1aa)](_0x411a46[_0x5b4985(0x174)])||!globals[_0x5b4985(0x1aa)](_0x411a46[_0x5b4985(0x263)])){if(_0x411a46[_0x5b4985(0x196)](_0x411a46[_0x5b4985(0x1f7)],_0x411a46[_0x5b4985(0x214)]))_0x57625d[_0x5b4985(0x222)](_0x5b4985(0x1e6)+_0x5d1f0f['response'][_0x5b4985(0x19a)]+'\x20'+_0x3c81bf['response'][_0x5b4985(0x235)]+'\x20'+_0x5d0915[_0x5b4985(0x1db)](_0x2cbe7d[_0x5b4985(0x192)][_0x5b4985(0x205)]));else return logger[_0x5b4985(0x233)](_0x411a46[_0x5b4985(0x1c9)]),[];}try{if(_0x411a46[_0x5b4985(0x163)](_0x411a46[_0x5b4985(0x253)],_0x411a46[_0x5b4985(0x253)])){logger[_0x5b4985(0x1ee)](_0x411a46[_0x5b4985(0x1a9)]);const _0x9c777c={};_0x9c777c[_0x5b4985(0x203)]=_0x3be3b3[_0x5b4985(0x1a6)],logger[_0x5b4985(0x1ee)](util[_0x5b4985(0x1dc)](await _0x38ebeb[_0x5b4985(0x15a)](scripts[_0x5b4985(0x13e)],_0x9c777c)));const _0xb4c9ab=await _0x38ebeb['executeAsyncScript'](scripts[_0x5b4985(0x19f)]);return _0xb4c9ab;}else _0x15a8a3[_0x5b4985(0x222)](_0x5b4985(0x150)+_0x332d9c[_0x5b4985(0x192)][_0x5b4985(0x19a)]+'\x20'+_0x2312f2[_0x5b4985(0x192)][_0x5b4985(0x235)]+'\x20'+_0x391e6e['stringify'](_0x305948['response'][_0x5b4985(0x205)]));}catch{return _0x411a46[_0x5b4985(0x153)](_0x411a46[_0x5b4985(0x143)],_0x411a46[_0x5b4985(0x16a)])?_0x1e3e82['script']['includes'](_0x411a46['pYNii']):(logger[_0x5b4985(0x222)](_0x411a46['XOzRl']),[]);}},exports[a51_0x3bd32f(0x225)]=async(_0x503cba,_0x4815a7)=>{const _0x4f9949=a51_0x3bd32f,_0x567eb3={};_0x567eb3[_0x4f9949(0x245)]=_0x4f9949(0x179),_0x567eb3[_0x4f9949(0x22e)]=_0x4f9949(0x264),_0x567eb3[_0x4f9949(0x1eb)]=_0x4f9949(0x227),_0x567eb3[_0x4f9949(0x20e)]=_0x4f9949(0x1b9),_0x567eb3[_0x4f9949(0x244)]='No\x20accessibility\x20summary\x20was\x20found.';const _0x5d1411=_0x567eb3;if(!this[_0x4f9949(0x1e3)]()||!globals[_0x4f9949(0x1aa)](_0x5d1411[_0x4f9949(0x245)])||!globals[_0x4f9949(0x1aa)](_0x5d1411['ZFWuz']))return logger[_0x4f9949(0x233)](_0x5d1411['IWYel']),{};try{logger[_0x4f9949(0x1ee)](_0x5d1411[_0x4f9949(0x20e)]);const _0x47a7d6={};_0x47a7d6[_0x4f9949(0x203)]=_0x4815a7[_0x4f9949(0x1a6)],logger[_0x4f9949(0x1ee)](util[_0x4f9949(0x1dc)](await _0x503cba[_0x4f9949(0x15a)](scripts[_0x4f9949(0x13e)],_0x47a7d6)));const _0x4166d1=await _0x503cba['executeAsyncScript'](scripts[_0x4f9949(0x175)]);return _0x4166d1;}catch{return logger[_0x4f9949(0x222)](_0x5d1411['LyPKq']),{};}},exports[a51_0x3bd32f(0x17b)]=_0x26d6eb=>{const _0x4f9aec=a51_0x3bd32f,_0x341014={};_0x341014['gMWlX']=function(_0x28888c,_0x35796c){return _0x28888c===_0x35796c;},_0x341014[_0x4f9aec(0x1bd)]=_0x4f9aec(0x24d),_0x341014['HVEXc']='browserstack_executor';const _0x183e81=_0x341014;if(_0x26d6eb&&_0x26d6eb[_0x4f9aec(0x1cc)]&&_0x183e81['gMWlX'](typeof _0x26d6eb[_0x4f9aec(0x1cc)],_0x183e81[_0x4f9aec(0x1bd)]))return _0x26d6eb['script'][_0x4f9aec(0x201)](_0x183e81[_0x4f9aec(0x13d)]);return![];};
|