browserstack-node-sdk 1.33.4 → 1.33.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/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/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/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
|
-
|
|
1
|
+
(function(_0x5407a8,_0x59b4d5){var _0x2719b1=a82_0x5eae,_0x169d60=_0x5407a8();while(!![]){try{var _0x3c6dcc=parseInt(_0x2719b1(0x193))/0x1+-parseInt(_0x2719b1(0x18f))/0x2+-parseInt(_0x2719b1(0x1c1))/0x3+-parseInt(_0x2719b1(0x182))/0x4+-parseInt(_0x2719b1(0x1e4))/0x5*(parseInt(_0x2719b1(0x1f6))/0x6)+parseInt(_0x2719b1(0x1cc))/0x7+parseInt(_0x2719b1(0x1b0))/0x8*(parseInt(_0x2719b1(0x195))/0x9);if(_0x3c6dcc===_0x59b4d5)break;else _0x169d60['push'](_0x169d60['shift']());}catch(_0x2cf97f){_0x169d60['push'](_0x169d60['shift']());}}}(a82_0x5715,0x42fa1),exports['W3CMapping']=()=>{var _0x55e302=a82_0x5eae,_0x47e4f6={};_0x47e4f6[_0x55e302(0x1e5)]=_0x55e302(0x1c5),_0x47e4f6[_0x55e302(0x1be)]=_0x55e302(0x1c9),_0x47e4f6['UMelY']='osVersion',_0x47e4f6[_0x55e302(0x1d8)]=_0x55e302(0x1b3),_0x47e4f6[_0x55e302(0x1ec)]=_0x55e302(0x18b),_0x47e4f6[_0x55e302(0x1ba)]=_0x55e302(0x1a4),_0x47e4f6[_0x55e302(0x1b1)]=_0x55e302(0x1c7),_0x47e4f6['QjKYr']=_0x55e302(0x184),_0x47e4f6[_0x55e302(0x1f2)]=_0x55e302(0x17b),_0x47e4f6[_0x55e302(0x17e)]=_0x55e302(0x1ed),_0x47e4f6[_0x55e302(0x1ef)]=_0x55e302(0x185),_0x47e4f6[_0x55e302(0x1dd)]='debug',_0x47e4f6['yBkse']='consoleLogs',_0x47e4f6[_0x55e302(0x19c)]=_0x55e302(0x1b2),_0x47e4f6[_0x55e302(0x191)]=_0x55e302(0x1d2),_0x47e4f6[_0x55e302(0x1c3)]=_0x55e302(0x1a2),_0x47e4f6[_0x55e302(0x1f7)]=_0x55e302(0x188),_0x47e4f6[_0x55e302(0x1b8)]=_0x55e302(0x18d),_0x47e4f6['zkLOd']='telemetryLogs',_0x47e4f6[_0x55e302(0x1bd)]=_0x55e302(0x1cd),_0x47e4f6[_0x55e302(0x1ce)]=_0x55e302(0x1ee),_0x47e4f6['wmdhg']='resolution',_0x47e4f6['Fkygt']=_0x55e302(0x1f3),_0x47e4f6[_0x55e302(0x19f)]=_0x55e302(0x192),_0x47e4f6[_0x55e302(0x1f0)]=_0x55e302(0x18e),_0x47e4f6[_0x55e302(0x198)]='maskBasicAuth',_0x47e4f6[_0x55e302(0x1e2)]=_0x55e302(0x1e6),_0x47e4f6['AJIoi']=_0x55e302(0x1e9),_0x47e4f6[_0x55e302(0x1a5)]='bfcache',_0x47e4f6['lcXrj']=_0x55e302(0x1d3),_0x47e4f6['EdxWX']='disableCorsRestrictions',_0x47e4f6[_0x55e302(0x19b)]=_0x55e302(0x190),_0x47e4f6[_0x55e302(0x189)]=_0x55e302(0x199),_0x47e4f6['PNtmx']='appiumVersion',_0x47e4f6['gKJss']='deviceOrientation',_0x47e4f6[_0x55e302(0x1d5)]=_0x55e302(0x1ea),_0x47e4f6[_0x55e302(0x1c2)]='networkProfile',_0x47e4f6[_0x55e302(0x1d0)]=_0x55e302(0x1b4),_0x47e4f6[_0x55e302(0x1b6)]=_0x55e302(0x1a0),_0x47e4f6['DAbxV']=_0x55e302(0x19e),_0x47e4f6[_0x55e302(0x1ac)]=_0x55e302(0x1bf),_0x47e4f6[_0x55e302(0x1a1)]='accessibilityOptions.scannerVersion',_0x47e4f6['rYHkz']=_0x55e302(0x1b7),_0x47e4f6['UgFRI']=_0x55e302(0x187),_0x47e4f6[_0x55e302(0x1c8)]=_0x55e302(0x183),_0x47e4f6[_0x55e302(0x1e0)]=_0x55e302(0x1d4),_0x47e4f6[_0x55e302(0x1af)]=_0x55e302(0x1b9),_0x47e4f6['CurEX']=_0x55e302(0x194),_0x47e4f6[_0x55e302(0x1f4)]=_0x55e302(0x19d),_0x47e4f6[_0x55e302(0x19a)]=_0x55e302(0x1b5);var _0x4bf441=_0x47e4f6,_0x4089ab={};return _0x4089ab[_0x55e302(0x1cb)]=_0x4bf441[_0x55e302(0x1e5)],_0x4089ab[_0x55e302(0x1e3)]=_0x4bf441['TZgKL'],_0x4089ab['os']='os',_0x4089ab[_0x55e302(0x1da)]=_0x4bf441[_0x55e302(0x1d1)],_0x4089ab[_0x55e302(0x1b3)]=_0x4bf441[_0x55e302(0x1d8)],_0x4089ab[_0x55e302(0x186)]=_0x4bf441[_0x55e302(0x1ec)],_0x4089ab[_0x55e302(0x1de)]=_0x4bf441['pMHCl'],_0x4089ab[_0x55e302(0x1ca)]=_0x4bf441[_0x55e302(0x1b1)],_0x4089ab['build']=_0x4bf441[_0x55e302(0x1c0)],_0x4089ab[_0x55e302(0x17c)]=_0x4bf441['gSaTI'],_0x4089ab[_0x55e302(0x1a6)]=_0x4bf441[_0x55e302(0x17e)],_0x4089ab[_0x55e302(0x180)]=_0x4bf441[_0x55e302(0x1ef)],_0x4089ab[_0x55e302(0x1f1)]=_0x4bf441['KXrvi'],_0x4089ab['browserstack.console']=_0x4bf441['yBkse'],_0x4089ab[_0x55e302(0x1f5)]=_0x4bf441[_0x55e302(0x19c)],_0x4089ab[_0x55e302(0x1bb)]=_0x4bf441[_0x55e302(0x191)],_0x4089ab[_0x55e302(0x1ae)]=_0x4bf441[_0x55e302(0x1c3)],_0x4089ab[_0x55e302(0x1ad)]=_0x4bf441[_0x55e302(0x1f7)],_0x4089ab[_0x55e302(0x18c)]=_0x4bf441[_0x55e302(0x1b8)],_0x4089ab['browserstack.telemetryLogs']=_0x4bf441[_0x55e302(0x1c4)],_0x4089ab['browserstack.geoLocation']=_0x4bf441['BFTEp'],_0x4089ab[_0x55e302(0x196)]=_0x4bf441[_0x55e302(0x1ce)],_0x4089ab[_0x55e302(0x1cf)]=_0x4bf441[_0x55e302(0x1d7)],_0x4089ab[_0x55e302(0x1dc)]=_0x4bf441[_0x55e302(0x181)],_0x4089ab[_0x55e302(0x17f)]=_0x4bf441['HPfpe'],_0x4089ab[_0x55e302(0x1d9)]=_0x4bf441[_0x55e302(0x1f0)],_0x4089ab[_0x55e302(0x1d6)]=_0x4bf441[_0x55e302(0x198)],_0x4089ab[_0x55e302(0x18a)]=_0x4bf441[_0x55e302(0x1e2)],_0x4089ab[_0x55e302(0x1ab)]=_0x4bf441[_0x55e302(0x1df)],_0x4089ab[_0x55e302(0x197)]=_0x4bf441[_0x55e302(0x1a5)],_0x4089ab[_0x55e302(0x1a7)]=_0x4bf441['lcXrj'],_0x4089ab['browserstack.disableCorsRestrictions']=_0x4bf441['EdxWX'],_0x4089ab[_0x55e302(0x1a9)]=_0x4bf441[_0x55e302(0x19b)],_0x4089ab[_0x55e302(0x199)]=_0x4bf441[_0x55e302(0x189)],_0x4089ab[_0x55e302(0x179)]=_0x4bf441[_0x55e302(0x1e8)],_0x4089ab[_0x55e302(0x1e1)]=_0x4bf441[_0x55e302(0x1a8)],_0x4089ab[_0x55e302(0x1aa)]=_0x4bf441[_0x55e302(0x1d5)],_0x4089ab['browserstack.networkProfile']=_0x4bf441[_0x55e302(0x1c2)],_0x4089ab[_0x55e302(0x1eb)]=_0x4bf441[_0x55e302(0x1d0)],_0x4089ab['browserstack.browserstackSDK']=_0x4bf441[_0x55e302(0x1b6)],_0x4089ab[_0x55e302(0x1bc)]=_0x4bf441['DAbxV'],_0x4089ab['browserstack.accessibilityOptions.wcagVersion']=_0x4bf441[_0x55e302(0x1ac)],_0x4089ab['browserstack.accessibilityOptions.scannerVersion']=_0x4bf441[_0x55e302(0x1a1)],_0x4089ab[_0x55e302(0x1c6)]=_0x4bf441[_0x55e302(0x1e7)],_0x4089ab['browserstack.accessibilityOptions.includeIssueType.bestPractice']=_0x4bf441['UgFRI'],_0x4089ab[_0x55e302(0x1db)]=_0x4bf441[_0x55e302(0x1c8)],_0x4089ab[_0x55e302(0x1a3)]=_0x4bf441['COInf'],_0x4089ab['browserstack.uploadMedia']=_0x4bf441[_0x55e302(0x1af)],_0x4089ab[_0x55e302(0x17a)]=_0x4bf441['CurEX'],_0x4089ab[_0x55e302(0x17d)]=_0x4bf441[_0x55e302(0x1f4)],_0x4089ab['browserstack.playwrightVersion']=_0x4bf441[_0x55e302(0x19a)],_0x4089ab;});function a82_0x5eae(_0x103eae,_0x888971){var _0x5715c4=a82_0x5715();return a82_0x5eae=function(_0x5eae19,_0x48d3fa){_0x5eae19=_0x5eae19-0x179;var _0x2e9a97=_0x5715c4[_0x5eae19];return _0x2e9a97;},a82_0x5eae(_0x103eae,_0x888971);}function a82_0x5715(){var _0x16434a=['accessibilityOptions.includeIssueType.bestPractice','video','KTiIC','browserstack.autoWait','browserVersion','browserstack.seleniumLogs','seleniumLogs','idleTimeout','1071296LfTBmB','deviceName','lahxg','maskCommands','372154Ycaajf','enableSim','441NgkLco','browserstack.timezone','browserstack.bfcache','EsIBr','realMobile','VwXoZ','Rhxhu','pEXVT','simOptions','accessibility','HPfpe','browserstackSDK','jAzqD','appiumLogs','browserstack.accessibilityOptions.authToken','useW3c','HArnR','browserstack.local','browserstack.wsLocalSupport','gKJss','device','browserstack.customNetwork','browserstack.hosts','nDuTV','browserstack.video','browserstack.appiumLogs','xtshW','229256LrRMoL','uyfVo','networkLogs','browser','buildIdentifier','playwrightVersion','yfESa','accessibilityOptions.scannerProcessingTimeout','fQpFk','uploadMedia','pMHCl','browserstack.networkLogsOptions','browserstack.accessibility','BFTEp','TZgKL','accessibilityOptions.wcagVersion','QjKYr','817407uukGbG','IMjPe','bgJfd','zkLOd','userName','browserstack.accessibilityOptions.scannerProcessingTimeout','projectName','jpHfF','accessKey','project','browserstack.user','8232PkVfUI','geoLocation','nGVkR','resolution','rCPAj','UMelY','networkLogsOptions','wsLocalSupport','accessibilityOptions.authToken','YzhHl','browserstack.maskBasicAuth','wmdhg','WJYMX','browserstack.idleTimeout','os_version','browserstack.accessibilityOptions.includeIssueType.needsReview','browserstack.selenium_version','KXrvi','browserstack.use_w3c','AJIoi','COInf','deviceOrientation','wQWAj','browserstack.key','10HWakWL','MnXJa','autoWait','rYHkz','PNtmx','hosts','customNetwork','browserstack.buildIdentifier','AVLUx','local','timezone','zzRjE','rXUqB','browserstack.debug','gSaTI','seleniumVersion','CzcWL','browserstack.networkLogs','510222LkTIav','bTWJO','browserstack.appium_version','browserstack.enableSim','sessionName','name','browserstack.simOptions','rimAQ','browserstack.maskCommands','browserstack.localIdentifier','Fkygt','2099980yOHZPA','accessibilityOptions.includeIssueType.needsReview','buildName','localIdentifier','browser_version'];a82_0x5715=function(){return _0x16434a;};return a82_0x5715();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a83_0x33c217=a83_0x2184;(function(_0x55259f,_0x226fa0){const _0x2ae36a=a83_0x2184,_0x5135c8=_0x55259f();while(!![]){try{const _0x27ab54=parseInt(_0x2ae36a(0x21a))/0x1*(parseInt(_0x2ae36a(0x20c))/0x2)+-parseInt(_0x2ae36a(0x1f0))/0x3+-parseInt(_0x2ae36a(0x215))/0x4*(-parseInt(_0x2ae36a(0x219))/0x5)+parseInt(_0x2ae36a(0x208))/0x6+parseInt(_0x2ae36a(0x1e5))/0x7*(-parseInt(_0x2ae36a(0x1f4))/0x8)+-parseInt(_0x2ae36a(0x1f3))/0x9*(-parseInt(_0x2ae36a(0x216))/0xa)+parseInt(_0x2ae36a(0x1eb))/0xb*(-parseInt(_0x2ae36a(0x1fb))/0xc);if(_0x27ab54===_0x226fa0)break;else _0x5135c8['push'](_0x5135c8['shift']());}catch(_0x31f41e){_0x5135c8['push'](_0x5135c8['shift']());}}}(a83_0x336b,0xbde96));const url=require(a83_0x33c217(0x218)),util=require(a83_0x33c217(0x1ff)),helper=require(a83_0x33c217(0x1fc)),logger=require('./helpers/logger')[a83_0x33c217(0x1f7)],constants=require('./bin/utils/constants');function a83_0x2184(_0x55889e,_0x577cde){const _0x336b69=a83_0x336b();return a83_0x2184=function(_0x218400,_0x697c60){_0x218400=_0x218400-0x1dd;let _0x399416=_0x336b69[_0x218400];return _0x399416;},a83_0x2184(_0x55889e,_0x577cde);}global[a83_0x33c217(0x1fd)]='',exports['getRequestOptions']=_0x32f62b=>{const _0x52e078=a83_0x33c217,_0x10deeb={};_0x10deeb['rvopa']=function(_0x47b9f9,_0x55d344){return _0x47b9f9+_0x55d344;},_0x10deeb['sUDNY']='Invalid\x20new\x20HUB\x20URL:\x20';const _0x3a22e7=_0x10deeb,_0x4c30a5=url[_0x52e078(0x21d)](_0x32f62b);if(!_0x4c30a5[_0x52e078(0x217)])throw new Error(_0x3a22e7[_0x52e078(0x1f1)](_0x3a22e7['sUDNY'],_0x32f62b));return _0x4c30a5[_0x52e078(0x201)]=null,_0x4c30a5[_0x52e078(0x209)]=null,_0x4c30a5[_0x52e078(0x1fe)]=_0x4c30a5[_0x52e078(0x20b)],_0x4c30a5;},exports[a83_0x33c217(0x1e7)]=_0x493c3f=>{const _0x49842b=a83_0x33c217;global[_0x49842b(0x1fd)]=_0x493c3f;},exports[a83_0x33c217(0x20d)]=_0x322024=>{const _0xb0f9fd=a83_0x33c217,_0x13891={'ppEaI':function(_0x17da75,_0x1b6674){return _0x17da75+_0x1b6674;},'kQciO':_0xb0f9fd(0x1f9),'KeXoA':function(_0x2b6485){return _0x2b6485();},'ILzXa':function(_0x5b9a63,_0x558b43){return _0x5b9a63!=_0x558b43;},'pcgev':function(_0x22e996,_0x567765){return _0x22e996!==_0x567765;},'PRFoE':_0xb0f9fd(0x210)};return new Promise(_0x1c8fc6=>{const _0x93a05=_0xb0f9fd,_0x24e19c={'aAieO':function(_0x12a22e,_0x4aa6c9){const _0x10c769=a83_0x2184;return _0x13891[_0x10c769(0x203)](_0x12a22e,_0x4aa6c9);},'okPyc':_0x13891['kQciO'],'AxfmY':function(_0x312291){const _0x42fe26=a83_0x2184;return _0x13891[_0x42fe26(0x1e3)](_0x312291);},'oEqta':function(_0x56d52e,_0x11bcaf){return _0x13891['ILzXa'](_0x56d52e,_0x11bcaf);},'gaZdg':function(_0x4c8c14,_0x5dae8f){const _0x45f1a7=a83_0x2184;return _0x13891[_0x45f1a7(0x1f5)](_0x4c8c14,_0x5dae8f);},'UOZYu':_0x13891[_0x93a05(0x1ec)]};Promise['resolve'](this[_0x93a05(0x1e1)](_0x322024))[_0x93a05(0x1e2)](_0x2737b1=>{const _0x522db9=_0x93a05,_0x41012b={'tzMbS':function(_0xb2099f,_0x503f46){return _0x24e19c['aAieO'](_0xb2099f,_0x503f46);},'HkeKe':_0x24e19c['okPyc'],'ahBEQ':function(_0x446fdb){return _0x24e19c['AxfmY'](_0x446fdb);}};logger[_0x522db9(0x1e4)](_0x522db9(0x200)+util[_0x522db9(0x21e)]('%j',_0x2737b1));if(_0x24e19c[_0x522db9(0x1e0)](_0x2737b1,null)&&_0x24e19c['gaZdg'](_0x2737b1[_0x522db9(0x204)],0x0)){const _0x47553c=[];for(const _0x1b96f4 of _0x2737b1){_0x47553c['push'](this['findLatency'](_0x322024,_0x24e19c[_0x522db9(0x20a)](_0x24e19c[_0x522db9(0x21c)],_0x1b96f4)));}Promise[_0x522db9(0x207)](_0x47553c)[_0x522db9(0x1e2)](_0x4dac57=>{const _0x28f0e0=_0x522db9,_0x1040ef=Object[_0x28f0e0(0x1fa)](_0x4dac57['map'](_0x17360c=>[_0x17360c['hubUrl'],_0x17360c[_0x28f0e0(0x20e)]])),_0x22a7cf=Object[_0x28f0e0(0x1fa)](Object['entries'](_0x1040ef)[_0x28f0e0(0x1df)](([,_0xea1a1a],[,_0xea18be])=>_0xea1a1a-_0xea18be)),_0x18d3d5=Object[_0x28f0e0(0x1f8)](_0x22a7cf)[0x0];constants[_0x28f0e0(0x1f6)]=_0x41012b[_0x28f0e0(0x202)](_0x18d3d5,_0x41012b[_0x28f0e0(0x214)]),logger[_0x28f0e0(0x1e4)](_0x28f0e0(0x205)+_0x18d3d5),_0x41012b[_0x28f0e0(0x1e9)](_0x1c8fc6);});}else _0x24e19c[_0x522db9(0x21b)](_0x1c8fc6);})[_0x93a05(0x1e6)](_0x193fdd=>{const _0x238390=_0x93a05;logger['debug'](_0x238390(0x1ef)+_0x193fdd),_0x24e19c['AxfmY'](_0x1c8fc6);});});},exports['findLatency']=async(_0x23d97f,_0x560a02)=>{const _0x425582=a83_0x33c217,_0x546ab6={};_0x546ab6[_0x425582(0x1dd)]='GET',_0x546ab6[_0x425582(0x1de)]='check',_0x546ab6['viKpS']=function(_0x2ae438,_0x1bb216){return _0x2ae438-_0x1bb216;};const _0x592599=_0x546ab6;try{const _0x5472ef=new Date();await helper[_0x425582(0x212)](_0x592599['sHkmc'],_0x592599[_0x425582(0x1de)],{},_0x23d97f,_0x560a02,0x1388);const _0x171197=_0x592599[_0x425582(0x1ed)](new Date(),_0x5472ef);logger[_0x425582(0x1e4)]('Execution\x20time\x20for\x20'+_0x560a02+'\x20is:\x20'+_0x171197+'ms');const _0x5c9002={};return _0x5c9002[_0x425582(0x1f6)]=_0x560a02,_0x5c9002[_0x425582(0x20e)]=_0x171197,_0x5c9002;}catch(_0x3f1d5c){return logger[_0x425582(0x1e4)]('ERROR\x20IN\x20FINDING\x20LATENCY\x20FOR\x20'+_0x560a02+_0x425582(0x213)+_0x3f1d5c),{};}},exports['nextHubs']=async _0xdf1a19=>{const _0x174b19=a83_0x33c217,_0x1aa710={};_0x1aa710[_0x174b19(0x1f2)]='GET',_0x1aa710[_0x174b19(0x20f)]='next_hubs',_0x1aa710[_0x174b19(0x206)]=_0x174b19(0x1ee);const _0x233944=_0x1aa710;try{const _0x10c3a8=await helper[_0x174b19(0x212)](_0x233944[_0x174b19(0x1f2)],_0x233944[_0x174b19(0x20f)],{},_0xdf1a19,_0x233944[_0x174b19(0x206)],0x1388),_0x47da67=_0x10c3a8[_0x174b19(0x1ea)];return logger[_0x174b19(0x1e4)](_0x174b19(0x211)+util[_0x174b19(0x21e)]('%j',_0x47da67)),_0x47da67[_0x174b19(0x1e8)];}catch(_0x27d7f7){logger[_0x174b19(0x1e4)](_0x174b19(0x21f)+_0x27d7f7);}return null;};function a83_0x336b(){const _0x46b960=['viKpS','https://hub.browserstack.com','CANNOT\x20ALLOCATE\x20NEAREST\x20HUB\x20-\x20','3300801KnUWoY','rvopa','wmSri','207vuyQnC','1576704yBMdNB','pcgev','hubUrl','winstonLogger','keys','/wd/hub','fromEntries','936864skCumR','./helpers/helper','newHubUrl','path','util','NEAREST\x20HUBS:\x20','search','tzMbS','ppEaI','length','HUB\x20URL\x20SET\x20TO\x20-\x20','IMhqI','all','1840848IHsAcf','hash','aAieO','pathname','107362JuqMpa','allocateHub','latency','uoDSZ','https://','Response:\x20','nodeRequest','\x20HUB\x20-\x20','HkeKe','4MezWoj','402770NhvNed','hostname','url','846825NUjznR','25tnsgzd','AxfmY','UOZYu','parse','format','ERROR\x20IN\x20GETTING\x20RESPONSE\x20FROM\x20NEXT\x20HUBS:\x20','sHkmc','OOUQa','sort','oEqta','nextHubs','then','KeXoA','debug','28tJjQqT','catch','updateHubUrl','hubs','ahBEQ','data','11hLrkNT','PRFoE'];a83_0x336b=function(){return _0x46b960;};return a83_0x336b();}
|
package/src/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a84_0x52a959=a84_0xcc44;(function(_0xf5a95b,_0x14c132){const _0x2f240a=a84_0xcc44,_0x5eb837=_0xf5a95b();while(!![]){try{const _0x3dbd46=-parseInt(_0x2f240a(0x1ea))/0x1*(parseInt(_0x2f240a(0x23d))/0x2)+-parseInt(_0x2f240a(0x269))/0x3*(-parseInt(_0x2f240a(0x1ee))/0x4)+-parseInt(_0x2f240a(0x249))/0x5+-parseInt(_0x2f240a(0x216))/0x6*(-parseInt(_0x2f240a(0x206))/0x7)+parseInt(_0x2f240a(0x1e6))/0x8+parseInt(_0x2f240a(0x242))/0x9+-parseInt(_0x2f240a(0x239))/0xa;if(_0x3dbd46===_0x14c132)break;else _0x5eb837['push'](_0x5eb837['shift']());}catch(_0x4ad3da){_0x5eb837['push'](_0x5eb837['shift']());}}}(a84_0x4068,0xb2980));function a84_0x4068(){const _0x22dc2a=['kjMyp','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','SSPBg','Unable\x20to\x20find\x20executor\x20class\x20','FkJYi','pFwfq','lecVv','capabilities_','ieOptions','ByPCb','caps_','FWXky','send','Performing\x20scan\x20for\x20','12WJFwBW','build','selenium-webdriver/lib/webdriver.js','selenium-webdriver/lib/http.js','./helpers/helper','foVzM','JlRpX','performScan','then','pwSAr','kiFhL','WebElement','dFSnE','capability','Executor','./helpers/accessibility-automation/helper','YIWyT','PVmId','ms:edgeOptions','__setBrowserOptions','get','agent_','newHubUrl','requireHttpClient','browserStackGlobals','keys','/wd/hub','aHzRx','4|3|2|1|0|5','getGlobal','zKSzq','execute','Modifying\x20webdriver\x20builder','name_','JQTyV','9780850QKQsjX','XenGX','bstackAllyScanning','CAPABILITY_KEY','93466dnAVde','hCZcG','mergeDeep','aKKJj','Setting\x20Browserstack\x20capabilities','12421854Bqdzxz','kfPpy','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','yZfTX','overrideExecute','patchDriverPercy','__driver','6976735SnGUWl','info','prototype','quitCount_','parameters_','object','JJaNN','browserStackLogLevel','GiBTw','__driversArray','isAccessibilityPlatform','proxySettings','setGlobal','HttpClient','./browserStackSdk','debug','exports','HJDUR','goog:chromeOptions','DmgJX','logLevel','set','uoNvw','originalBuilder','isUndefined','yYdDy','safari.options','browserstackAgent','overrideGet','VNoKH','Modifying\x20webdriver\x20execute','jRlIa','3909qgdEVZ','Hub\x20url\x20set\x20to\x20','tMpnF','apply','XuaLQ','firefoxOptions','browserstackAgentV2','OObmz','uVVyj','safariOptions_','requireSeleniumWebdriver','./bin/playwright/modifyPlaywrightConf','GpPav','oqAJq','fuCvI','egNMO','Builder','edgeOptions_','aEkcC','error','format','MXQZd','requireModule','New\x20hub\x20url\x20set\x20to\x20','Proxy\x20set\x20to\x20','firefoxOptions_','global','setServer','winstonLogger','OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','./helpers/patchHelpers','shouldWrapCommand','jORZe','getAccessibilityResultsSummary','nQTZj','__drivers','AKqRJ','se:ieOptions','setCapabilities','storeOptimalHubUrl','YtIYF','getHubUrl','url_','optimalHubUrl','TvfUa','./helpers/globals','moz:firefoxOptions','IJCbQ','/session','getHttpAgent','ieOptions_','tBMYp','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','LpnnB','path','./helpers/logger','8315368DPtVfe','proxy_','./helpers/percy/utils','CjBVp','18YmLPJI','chromeOptions','YrOHK','getAccessibilityResults','1756pvuGht','mzVKi','UZPCH','sBwDS','options_','vUfui','WSNVZ','proxyUrl','EwsQG','split','isPacProxy','getRequestOptions','xvOfN','cATCi','HpKfj','push','yqdzO','HcdcM','chromeOptions_','nTBUg','updateHubUrl','https://','Failed\x20to\x20perform\x20scan\x20','jShim','3340757bjgzmr','WebDriver'];a84_0x4068=function(){return _0x22dc2a;};return a84_0x4068();}function a84_0xcc44(_0xd8a120,_0x1eec87){const _0x406882=a84_0x4068();return a84_0xcc44=function(_0xcc44e9,_0x2752a4){_0xcc44e9=_0xcc44e9-0x1e6;let _0x2fba13=_0x406882[_0xcc44e9];return _0x2fba13;},a84_0xcc44(_0xd8a120,_0x1eec87);}const util=require('util'),{overrideTakeScreenshot}=require(a84_0x52a959(0x287)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a84_0x52a959(0x225)),{setAccessibilityCapabilities,setExtension}=require('./bin/mocha/accessibility-automation/helper'),helper=require(a84_0x52a959(0x21a)),logger=require(a84_0x52a959(0x2a0))[a84_0x52a959(0x285)],hubAllocator=require('./hubAllocationMethods'),percySDK=require('./helpers/percy/PercySDK'),percyHelper=require(a84_0x52a959(0x1e8)),BrowserStackSdk=require(a84_0x52a959(0x257)),modifyPlaywrightConfig=require(a84_0x52a959(0x274)),scripts=require('./helpers/accessibility-automation/scripts'),globals=require(a84_0x52a959(0x296)),modify=_0x112f5b=>{const _0x5058c6=a84_0x52a959,_0x597779={'mzVKi':function(_0x19ab98,_0x48d478){return _0x19ab98!==_0x48d478;},'zKSzq':_0x5058c6(0x299),'JQTyV':function(_0x24448b,_0x114e05){return _0x24448b+_0x114e05;},'uoNvw':_0x5058c6(0x203),'IJCbQ':'/wd/hub','srwyE':_0x5058c6(0x25b),'JJaNN':_0x5058c6(0x1eb),'pAmyr':'ms:edgeOptions','thiwv':'edgeOptions','aEkcC':'moz:firefoxOptions','nTBUg':_0x5058c6(0x26e),'XuaLQ':_0x5058c6(0x263),'VNoKH':_0x5058c6(0x28e),'dFSnE':_0x5058c6(0x210),'VAPPD':function(_0x4e36f7,_0xdb0e15){return _0x4e36f7===_0xdb0e15;},'yYdDy':_0x5058c6(0x24e),'GiBTw':_0x5058c6(0x241),'HcdcM':function(_0x39f530,_0x1fb6de,_0x114d85){return _0x39f530(_0x1fb6de,_0x114d85);},'jORZe':function(_0x158cda,_0xbbf4e9,_0x25a8fd){return _0x158cda(_0xbbf4e9,_0x25a8fd);},'egNMO':function(_0x7795f4,_0x2ef730){return _0x7795f4(_0x2ef730);},'dGGsU':_0x5058c6(0x294),'pFwfq':_0x5058c6(0x286),'kjMyp':function(_0x304787){return _0x304787();},'tMpnF':_0x5058c6(0x253),'yqdzO':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','jyjHK':_0x5058c6(0x244),'tBMYp':_0x5058c6(0x236)};logger[_0x5058c6(0x24a)](_0x597779['jyjHK']),logger[_0x5058c6(0x258)](_0x597779[_0x5058c6(0x29c)]);const _0x4dc071=helper['requireSeleniumWebdriver'](),_0xbdc0d7=helper['requireHttpClient']();class _0x48edb5 extends _0xbdc0d7['HttpClient']{['send'](_0x14a494){const _0x493a21=_0x5058c6;if(_0x597779[_0x493a21(0x1ef)](_0x14a494[_0x493a21(0x29f)],_0x597779[_0x493a21(0x234)])&&_0x597779['mzVKi'](global['newHubUrl'],''))try{global['newHubUrl']=_0x597779[_0x493a21(0x238)](_0x597779[_0x493a21(0x238)](_0x597779[_0x493a21(0x25f)],global[_0x493a21(0x22c)]),_0x597779[_0x493a21(0x298)]),this[_0x493a21(0x1f2)]=hubAllocator[_0x493a21(0x1f9)](global[_0x493a21(0x22c)]),logger[_0x493a21(0x258)]('New\x20hub\x20url\x20set\x20to\x20'+global[_0x493a21(0x22c)]),global[_0x493a21(0x22c)]='';}catch(_0x2b7f17){logger[_0x493a21(0x27c)](_0x2b7f17);}return super[_0x493a21(0x214)](_0x14a494);}}class _0xc2a09a extends _0x4dc071[_0x5058c6(0x279)]{[_0x5058c6(0x229)](_0x1f05c5){const _0x1ef0bf=_0x5058c6;let _0x22f94d={};for(const _0x1eb8d7 in _0x1f05c5){switch(_0x1eb8d7){case _0x597779['srwyE']:case _0x597779[_0x1ef0bf(0x24f)]:this[_0x1ef0bf(0x200)]&&(_0x22f94d=this[_0x1ef0bf(0x200)][_0x1ef0bf(0x22a)](this[_0x1ef0bf(0x200)][_0x1ef0bf(0x23c)])||{},this[_0x1ef0bf(0x200)][_0x1ef0bf(0x25e)](this[_0x1ef0bf(0x200)][_0x1ef0bf(0x23c)],helper[_0x1ef0bf(0x23f)](_0x22f94d,_0x1f05c5[_0x1eb8d7])));break;case _0x597779['pAmyr']:case _0x597779['thiwv']:this[_0x1ef0bf(0x27a)]&&(_0x22f94d=this[_0x1ef0bf(0x27a)][_0x1ef0bf(0x22a)](this[_0x1ef0bf(0x27a)][_0x1ef0bf(0x23c)])||{},this[_0x1ef0bf(0x27a)]['set'](this[_0x1ef0bf(0x27a)][_0x1ef0bf(0x23c)],helper['mergeDeep'](_0x22f94d,_0x1f05c5[_0x1eb8d7])));break;case _0x597779[_0x1ef0bf(0x27b)]:case _0x597779[_0x1ef0bf(0x201)]:this['firefoxOptions_']&&(_0x22f94d=this['firefoxOptions_'][_0x1ef0bf(0x22a)](this[_0x1ef0bf(0x282)][_0x1ef0bf(0x23c)])||{},this['firefoxOptions_'][_0x1ef0bf(0x25e)](this[_0x1ef0bf(0x282)]['CAPABILITY_KEY'],helper[_0x1ef0bf(0x23f)](_0x22f94d,_0x1f05c5[_0x1eb8d7])));break;case _0x597779[_0x1ef0bf(0x26d)]:this[_0x1ef0bf(0x272)]&&(_0x22f94d=this[_0x1ef0bf(0x272)][_0x1ef0bf(0x22a)](this[_0x1ef0bf(0x272)][_0x1ef0bf(0x23c)])||{},this['safariOptions_'][_0x1ef0bf(0x25e)](this[_0x1ef0bf(0x272)][_0x1ef0bf(0x23c)],helper[_0x1ef0bf(0x23f)](_0x22f94d,_0x1f05c5[_0x1eb8d7])));break;case _0x597779[_0x1ef0bf(0x266)]:case _0x597779[_0x1ef0bf(0x222)]:this[_0x1ef0bf(0x29b)]&&(_0x22f94d=this[_0x1ef0bf(0x29b)]['get'](this['ieOptions_'][_0x1ef0bf(0x23c)])||{},this[_0x1ef0bf(0x29b)][_0x1ef0bf(0x25e)](this[_0x1ef0bf(0x29b)][_0x1ef0bf(0x23c)],helper[_0x1ef0bf(0x23f)](_0x22f94d,_0x1f05c5[_0x1eb8d7])));break;}}}[_0x5058c6(0x284)](){const _0x121ba8=_0x5058c6;return this[_0x121ba8(0x293)]=helper[_0x121ba8(0x292)](_0x112f5b),logger[_0x121ba8(0x258)](_0x121ba8(0x26a)+this[_0x121ba8(0x293)]),this;}[_0x5058c6(0x28f)](){const _0x7927b=_0x5058c6;return logger[_0x7927b(0x258)](_0x597779[_0x7927b(0x251)]),this[_0x7927b(0x229)](_0x112f5b[_0x7927b(0x223)]),Object[_0x7927b(0x22f)](_0x112f5b['capability'])['forEach'](_0x1b3353=>{const _0x339c7c=_0x7927b,_0x4f884a=this['capabilities_']['get'](_0x1b3353);_0x597779['VAPPD'](typeof _0x4f884a,_0x597779[_0x339c7c(0x262)])?this['capabilities_'][_0x339c7c(0x25e)](_0x1b3353,helper[_0x339c7c(0x23f)](_0x4f884a,_0x112f5b[_0x339c7c(0x223)][_0x1b3353])):this['capabilities_'][_0x339c7c(0x25e)](_0x1b3353,_0x112f5b['capability'][_0x1b3353]);}),this;}[_0x5058c6(0x217)](){const _0x1a9b21=_0x5058c6,_0x385561={'DSieP':_0x597779['dGGsU'],'KOpga':_0x597779[_0x1a9b21(0x20d)],'oqAJq':function(_0x405ef1,_0x53197b){return _0x597779['egNMO'](_0x405ef1,_0x53197b);},'SEZJB':function(_0x3c6df8,_0x482a20,_0x42166b){const _0xf581e6=_0x1a9b21;return _0x597779[_0xf581e6(0x1ff)](_0x3c6df8,_0x482a20,_0x42166b);}};_0x597779[_0x1a9b21(0x208)](isAccessibilityAutomationSession)&&_0x597779[_0x1a9b21(0x278)](setAccessibilityCapabilities,_0x112f5b);this['setServer'](),this[_0x1a9b21(0x28f)]();if(helper[_0x1a9b21(0x1f8)](_0x112f5b[_0x1a9b21(0x254)][_0x1a9b21(0x1f5)]))this[_0x1a9b21(0x22b)]=helper['getHttpAgent'](_0x112f5b[_0x1a9b21(0x254)][_0x1a9b21(0x1f5)]);else _0x112f5b[_0x1a9b21(0x254)]['proxyUrl']&&(this[_0x1a9b21(0x1e7)]=_0x112f5b['proxySettings'][_0x1a9b21(0x1f5)],logger[_0x1a9b21(0x258)](_0x1a9b21(0x281)+this[_0x1a9b21(0x1e7)]));globals[_0x1a9b21(0x233)](_0x597779[_0x1a9b21(0x26b)])&&(!_0x597779[_0x1a9b21(0x289)](setExtension,this,_0x112f5b)&&globals[_0x1a9b21(0x255)](_0x597779[_0x1a9b21(0x26b)],![]));logger[_0x1a9b21(0x258)](_0x597779[_0x1a9b21(0x1fe)]);const _0xcef202=super[_0x1a9b21(0x217)]();return _0xcef202['session_'][_0x1a9b21(0x21e)](_0x49e98e=>{const _0x1441d0=_0x1a9b21;try{const _0x199012=_0x49e98e['caps_']['get'](_0x385561['DSieP']);_0x199012?(logger['debug']('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x199012),hubAllocator[_0x1441d0(0x202)](_0x199012),helper['storeOptimalHubUrl'](_0x199012)):logger[_0x1441d0(0x258)](_0x385561['KOpga']);}catch(_0xf86626){logger[_0x1441d0(0x258)](_0x1441d0(0x29d)+_0xf86626);}}),_0xcef202[_0x1a9b21(0x21e)]&&_0xcef202[_0x1a9b21(0x21e)](_0x252865=>{const _0x5a2869=_0x1a9b21,_0x3ad357={'uVVyj':function(_0x1fb2ac,_0x477557,_0x33473c){return _0x597779['HcdcM'](_0x1fb2ac,_0x477557,_0x33473c);}};helper[_0x5a2869(0x265)](_0x252865,_0x112f5b),helper['overrideExecute'](_0x252865,_0x112f5b),_0x252865[_0x5a2869(0x28a)]=async()=>{const _0xcc9b6c=_0x5a2869;return await _0x3ad357[_0xcc9b6c(0x271)](getAccessibilityResultsSummary,_0x252865,global);},_0x252865[_0x5a2869(0x1ed)]=async()=>{const _0x4ebb11=_0x5a2869;return await _0x3ad357[_0x4ebb11(0x271)](getAccessibilityResults,_0x252865,global);},_0x252865[_0x5a2869(0x21d)]=async()=>{const _0xa03007=_0x5a2869;return await _0x385561[_0xa03007(0x276)](performScan,_0x252865);};}),_0xcef202['getAccessibilityResultsSummary']=async()=>{return await _0x385561['SEZJB'](getAccessibilityResultsSummary,_0xcef202,global);},_0xcef202[_0x1a9b21(0x1ed)]=async()=>{const _0x3fa626=_0x1a9b21;return await _0x597779[_0x3fa626(0x289)](getAccessibilityResults,_0xcef202,global);},_0xcef202[_0x1a9b21(0x21d)]=async()=>{const _0x435752=_0x1a9b21;return await _0x597779[_0x435752(0x278)](performScan,_0xcef202);},helper['overrideGet'](_0xcef202,_0x112f5b),helper[_0x1a9b21(0x246)](_0xcef202,_0x112f5b),helper[_0x1a9b21(0x261)](global['__driversArray'])&&(global['__driversArray']=[]),global[_0x1a9b21(0x252)][_0x1a9b21(0x1fd)](_0xcef202),_0xcef202;}}_0x4dc071[_0x5058c6(0x260)]=_0x4dc071[_0x5058c6(0x279)],_0x4dc071[_0x5058c6(0x279)]=_0xc2a09a,_0xbdc0d7[_0x5058c6(0x256)]=_0x48edb5;},modifyV2=(_0x3085a5,_0x2c4676=null,_0x2cc627=![])=>{const _0x5cded5=a84_0x52a959,_0x3c9965={'GpPav':function(_0x135aac,_0x2e2bd4){return _0x135aac!==_0x2e2bd4;},'kiFhL':'/session','LpnnB':function(_0x8dd488,_0x39c141){return _0x8dd488+_0x39c141;},'SBPgl':function(_0x1c8860,_0x1e34cf){return _0x1c8860+_0x1e34cf;},'kfPpy':_0x5cded5(0x203),'TvfUa':_0x5cded5(0x230),'HpKfj':_0x5cded5(0x25b),'hCZcG':'chromeOptions','vUfui':_0x5cded5(0x228),'YIWyT':'edgeOptions','YrOHK':_0x5cded5(0x297),'YuUBX':_0x5cded5(0x26e),'OObmz':'safari.options','cATCi':_0x5cded5(0x28e),'DmgJX':_0x5cded5(0x210),'UZPCH':function(_0x569696,_0x5240d6){return _0x569696===_0x5240d6;},'JlRpX':_0x5cded5(0x24e),'qixEu':_0x5cded5(0x241),'aHzRx':_0x5cded5(0x294),'NaGiG':'OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','sBwDS':function(_0x5d52cb,_0x57a5b0,_0x5d3ddb){return _0x5d52cb(_0x57a5b0,_0x5d3ddb);},'FWXky':function(_0x295d2c,_0x3fcf07,_0x11dbd8){return _0x295d2c(_0x3fcf07,_0x11dbd8);},'jRlIa':function(_0x5461e2,_0x1282d8){return _0x5461e2(_0x1282d8);},'yZfTX':function(_0xbc56de,_0x1beec4){return _0xbc56de(_0x1beec4);},'AKqRJ':_0x5cded5(0x232),'fuCvI':_0x5cded5(0x253),'lecVv':function(_0x4aa98d){return _0x4aa98d();},'XenGX':'Running\x20your\x20test\x20suite\x20on\x20BrowserStack','SSPBg':function(_0x317d55,_0x2d5754){return _0x317d55!==_0x2d5754;},'xvOfN':_0x5cded5(0x23b),'cWMtR':'bstackA11yShouldScan','jShim':function(_0x116944,_0x25ec39,_0xb07f9e){return _0x116944(_0x25ec39,_0xb07f9e);},'oNYmy':_0x5cded5(0x244),'aKKJj':'Modifying\x20webdriver\x20builder','fvRDw':_0x5cded5(0x218),'ByPCb':_0x5cded5(0x219),'iDGBS':_0x5cded5(0x267),'YtIYF':function(_0x40736b,_0x44a27f){return _0x40736b+_0x44a27f;},'MXQZd':_0x5cded5(0x20b)},_0xe991fb=helper[_0x5cded5(0x22d)]();let _0xdfa4b0;try{_0xdfa4b0=helper[_0x5cded5(0x273)](),_0xdfa4b0['originalBuilder']&&(_0xdfa4b0['Builder']=_0xdfa4b0['originalBuilder']);}catch(_0x1552fa){return;}if(helper['isBrowserstackInfra']()){const _0x520d67={};_0x520d67[_0x5cded5(0x25d)]=_0x3085a5[_0x5cded5(0x250)],helper['setLogLevel'](_0x520d67,new Map(),new Map()),logger[_0x5cded5(0x24a)](_0x3c9965['oNYmy']),logger[_0x5cded5(0x258)](_0x3c9965[_0x5cded5(0x240)]);}class _0x421619 extends _0xe991fb[_0x5cded5(0x256)]{[_0x5cded5(0x214)](_0x17525b){const _0x888ab1=_0x5cded5;if(_0x3c9965[_0x888ab1(0x275)](_0x17525b[_0x888ab1(0x29f)],_0x3c9965[_0x888ab1(0x220)])&&_0x3c9965[_0x888ab1(0x275)](global['newHubUrl'],''))try{global[_0x888ab1(0x22c)]=_0x3c9965[_0x888ab1(0x29e)](_0x3c9965['SBPgl'](_0x3c9965[_0x888ab1(0x243)],global['newHubUrl']),_0x3c9965[_0x888ab1(0x295)]),this['options_']=hubAllocator[_0x888ab1(0x1f9)](global[_0x888ab1(0x22c)]),logger[_0x888ab1(0x258)](_0x888ab1(0x280)+global['newHubUrl']),global[_0x888ab1(0x22c)]='';}catch(_0x5d29e5){logger['error'](_0x5d29e5);}return super['send'](_0x17525b);}}class _0x64202d extends _0xdfa4b0[_0x5cded5(0x279)]{[_0x5cded5(0x284)](){const _0x4e2241=_0x5cded5;return this[_0x4e2241(0x293)]=helper[_0x4e2241(0x292)](_0x3085a5),logger[_0x4e2241(0x258)](_0x4e2241(0x26a)+this[_0x4e2241(0x293)]),this;}[_0x5cded5(0x229)](_0x195f23){const _0x80f9c8=_0x5cded5;let _0x1558ba={};for(const _0x483ae9 in _0x195f23){switch(_0x483ae9){case _0x3c9965[_0x80f9c8(0x1fc)]:case _0x3c9965[_0x80f9c8(0x23e)]:this[_0x80f9c8(0x200)]&&(_0x1558ba=this[_0x80f9c8(0x200)][_0x80f9c8(0x22a)](this[_0x80f9c8(0x200)]['CAPABILITY_KEY'])||{},this[_0x80f9c8(0x200)][_0x80f9c8(0x25e)](this[_0x80f9c8(0x200)]['CAPABILITY_KEY'],helper[_0x80f9c8(0x23f)](_0x1558ba,_0x195f23[_0x483ae9])));break;case _0x3c9965[_0x80f9c8(0x1f3)]:case _0x3c9965[_0x80f9c8(0x226)]:this[_0x80f9c8(0x27a)]&&(_0x1558ba=this[_0x80f9c8(0x27a)][_0x80f9c8(0x22a)](this['edgeOptions_'][_0x80f9c8(0x23c)])||{},this[_0x80f9c8(0x27a)][_0x80f9c8(0x25e)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x80f9c8(0x23f)](_0x1558ba,_0x195f23[_0x483ae9])));break;case _0x3c9965[_0x80f9c8(0x1ec)]:case _0x3c9965['YuUBX']:this[_0x80f9c8(0x282)]&&(_0x1558ba=this['firefoxOptions_'][_0x80f9c8(0x22a)](this['firefoxOptions_'][_0x80f9c8(0x23c)])||{},this[_0x80f9c8(0x282)]['set'](this[_0x80f9c8(0x282)][_0x80f9c8(0x23c)],helper[_0x80f9c8(0x23f)](_0x1558ba,_0x195f23[_0x483ae9])));break;case _0x3c9965[_0x80f9c8(0x270)]:this[_0x80f9c8(0x272)]&&(_0x1558ba=this['safariOptions_']['get'](this['safariOptions_']['CAPABILITY_KEY'])||{},this[_0x80f9c8(0x272)][_0x80f9c8(0x25e)](this['safariOptions_'][_0x80f9c8(0x23c)],helper['mergeDeep'](_0x1558ba,_0x195f23[_0x483ae9])));break;case _0x3c9965[_0x80f9c8(0x1fb)]:case _0x3c9965[_0x80f9c8(0x25c)]:this[_0x80f9c8(0x29b)]&&(_0x1558ba=this[_0x80f9c8(0x29b)][_0x80f9c8(0x22a)](this[_0x80f9c8(0x29b)][_0x80f9c8(0x23c)])||{},this['ieOptions_'][_0x80f9c8(0x25e)](this['ieOptions_'][_0x80f9c8(0x23c)],helper[_0x80f9c8(0x23f)](_0x1558ba,_0x195f23[_0x483ae9])));break;}}}[_0x5cded5(0x28f)](){const _0xcd188d=_0x5cded5,_0x19d2ef={'CjBVp':function(_0x1df3e6,_0x2d7146){const _0x31baeb=a84_0xcc44;return _0x3c9965[_0x31baeb(0x1f0)](_0x1df3e6,_0x2d7146);},'WSNVZ':_0x3c9965[_0xcd188d(0x21c)]};return logger[_0xcd188d(0x258)](_0x3c9965['qixEu']),this[_0xcd188d(0x229)](_0x3085a5[_0xcd188d(0x223)]),Object[_0xcd188d(0x22f)](_0x3085a5[_0xcd188d(0x223)])['forEach'](_0x8990d9=>{const _0x5485e2=_0xcd188d,_0x22eb8c=this[_0x5485e2(0x20f)][_0x5485e2(0x22a)](_0x8990d9);_0x19d2ef[_0x5485e2(0x1e9)](typeof _0x22eb8c,_0x19d2ef[_0x5485e2(0x1f4)])?this[_0x5485e2(0x20f)]['set'](_0x8990d9,helper[_0x5485e2(0x23f)](_0x22eb8c,_0x3085a5[_0x5485e2(0x223)][_0x8990d9])):this[_0x5485e2(0x20f)][_0x5485e2(0x25e)](_0x8990d9,_0x3085a5[_0x5485e2(0x223)][_0x8990d9]);}),this;}['build'](){const _0x36f8ab=_0x5cded5,_0x2156d1={'foVzM':function(_0x3349cc,_0x32ed37,_0x580e46){return _0x3c9965['sBwDS'](_0x3349cc,_0x32ed37,_0x580e46);},'nQTZj':function(_0x1d87ef,_0x418fe8,_0x309f48){const _0x215fd8=a84_0xcc44;return _0x3c9965[_0x215fd8(0x213)](_0x1d87ef,_0x418fe8,_0x309f48);},'EwsQG':function(_0x41791c,_0x513738){const _0xe14a7d=a84_0xcc44;return _0x3c9965[_0xe14a7d(0x268)](_0x41791c,_0x513738);},'DEcLa':function(_0x4685f6,_0x2a4557){const _0x5e1798=a84_0xcc44;return _0x3c9965[_0x5e1798(0x268)](_0x4685f6,_0x2a4557);},'pwSAr':function(_0x1dac62,_0x37f65f,_0x70c621){const _0x2cadbe=a84_0xcc44;return _0x3c9965[_0x2cadbe(0x1f1)](_0x1dac62,_0x37f65f,_0x70c621);},'HJDUR':function(_0x46928e,_0x3b4c90,_0x25904c){const _0x341bf8=a84_0xcc44;return _0x3c9965[_0x341bf8(0x213)](_0x46928e,_0x3b4c90,_0x25904c);},'aMuJs':function(_0x3182be,_0x2308a4){const _0x234266=a84_0xcc44;return _0x3c9965[_0x234266(0x245)](_0x3182be,_0x2308a4);}};if(helper['isBrowserstackInfra']()){const _0x1ddc6e=_0x3c9965[_0x36f8ab(0x28d)][_0x36f8ab(0x1f7)]('|');let _0x2d8731=0x0;while(!![]){switch(_0x1ddc6e[_0x2d8731++]){case'0':globals['getGlobal'](_0x3c9965[_0x36f8ab(0x277)])&&(!_0x3c9965[_0x36f8ab(0x213)](setExtension,this,_0x3085a5)&&globals[_0x36f8ab(0x255)](_0x3c9965[_0x36f8ab(0x277)],![]));continue;case'1':if(helper[_0x36f8ab(0x1f8)](_0x3085a5['proxySettings'][_0x36f8ab(0x1f5)]))this[_0x36f8ab(0x22b)]=helper[_0x36f8ab(0x29a)](_0x3085a5['proxySettings'][_0x36f8ab(0x1f5)]);else _0x3085a5[_0x36f8ab(0x254)][_0x36f8ab(0x1f5)]&&(this['proxy_']=_0x3085a5['proxySettings']['proxyUrl'],logger[_0x36f8ab(0x258)](_0x36f8ab(0x281)+this[_0x36f8ab(0x1e7)]));continue;case'2':this['setCapabilities']();continue;case'3':this['setServer']();continue;case'4':_0x3c9965[_0x36f8ab(0x20e)](isAccessibilityAutomationSession)&&_0x3c9965[_0x36f8ab(0x245)](setAccessibilityCapabilities,_0x3085a5);continue;case'5':logger['debug'](_0x3c9965[_0x36f8ab(0x23a)]);continue;}break;}}const _0x180850=super[_0x36f8ab(0x217)]();return _0x180850['session_'][_0x36f8ab(0x21e)](_0x4917ef=>{const _0x3548a3=_0x36f8ab;try{const _0x236c57=_0x4917ef[_0x3548a3(0x212)]['get'](_0x3c9965[_0x3548a3(0x231)]);_0x236c57?(logger[_0x3548a3(0x258)](_0x3548a3(0x209)+_0x236c57),hubAllocator['updateHubUrl'](_0x236c57),helper[_0x3548a3(0x290)](_0x236c57)):logger[_0x3548a3(0x258)](_0x3c9965['NaGiG']);}catch(_0x59155d){logger['debug'](_0x3548a3(0x29d)+_0x59155d);}}),_0x180850[_0x36f8ab(0x24c)]=0x0,_0x180850[_0x36f8ab(0x21e)]&&_0x180850['then'](_0x1acda6=>{const _0x24f518=_0x36f8ab,_0xd90193={'FkJYi':function(_0x1d964c,_0x58529e,_0x590dec){const _0x5a5bc4=a84_0xcc44;return _0x2156d1[_0x5a5bc4(0x28b)](_0x1d964c,_0x58529e,_0x590dec);},'PVmId':function(_0x176093,_0x1cf8db){const _0x46081f=a84_0xcc44;return _0x2156d1[_0x46081f(0x1f6)](_0x176093,_0x1cf8db);}};helper['overrideQuit'](_0x1acda6,_0x180850),_0x2cc627&&_0x2156d1['DEcLa'](overrideTakeScreenshot,_0x1acda6),helper[_0x24f518(0x265)](_0x1acda6,_0x3085a5),helper['overrideExecute'](_0x1acda6,_0x3085a5),_0x3085a5[_0x24f518(0x223)]&&percyHelper['patchDriverPercy'](_0x1acda6,_0xdfa4b0['WebElement'],_0x3085a5),_0x1acda6[_0x24f518(0x28a)]=async()=>{const _0x5a765d=_0x24f518;return await _0xd90193[_0x5a765d(0x20c)](getAccessibilityResultsSummary,_0x1acda6,global);},_0x1acda6[_0x24f518(0x1ed)]=async()=>{const _0x5a122f=_0x24f518;return await _0x2156d1[_0x5a122f(0x21b)](getAccessibilityResults,_0x1acda6,global);},_0x1acda6[_0x24f518(0x21d)]=async()=>{const _0x2a8b11=_0x24f518;return await _0xd90193[_0x2a8b11(0x227)](performScan,_0x1acda6);};}),_0x180850[_0x36f8ab(0x28a)]=async()=>{const _0x104ccf=_0x36f8ab;return await _0x2156d1[_0x104ccf(0x21f)](getAccessibilityResultsSummary,_0x180850,global);},_0x180850[_0x36f8ab(0x1ed)]=async()=>{const _0x56a25e=_0x36f8ab;return await _0x2156d1[_0x56a25e(0x25a)](getAccessibilityResults,_0x180850,global);},_0x180850[_0x36f8ab(0x21d)]=async()=>{return await _0x2156d1['aMuJs'](performScan,_0x180850);},_0x2cc627&&_0x3c9965['jRlIa'](overrideTakeScreenshot,_0x180850),helper['overrideQuit'](_0x180850),helper[_0x36f8ab(0x265)](_0x180850,_0x3085a5),helper[_0x36f8ab(0x246)](_0x180850,_0x3085a5),_0x3085a5[_0x36f8ab(0x223)]&&percyHelper[_0x36f8ab(0x247)](_0x180850,_0xdfa4b0[_0x36f8ab(0x221)],_0x3085a5),helper['isUndefined'](global[_0x36f8ab(0x252)])&&(global['__driversArray']=[]),helper['isUndefined'](global[_0x36f8ab(0x28c)])&&(global[_0x36f8ab(0x28c)]=[]),global[_0x36f8ab(0x252)][_0x36f8ab(0x1fd)](_0x180850),global[_0x36f8ab(0x248)]=_0x180850,_0x2c4676&&(_0x2c4676[_0x36f8ab(0x283)][_0x36f8ab(0x248)]=_0x180850),_0x3c9965[_0x36f8ab(0x20a)](global['__drivers'],undefined)&&global['__drivers'][_0x36f8ab(0x1fd)](_0x180850),_0x2c4676&&helper[_0x36f8ab(0x261)](_0x2c4676[_0x36f8ab(0x283)][_0x36f8ab(0x252)])&&(_0x2c4676[_0x36f8ab(0x283)]['__driversArray']=[]),_0x2c4676&&_0x3c9965['GpPav'](_0x2c4676[_0x36f8ab(0x283)]['__drivers'],undefined)&&(_0x2c4676[_0x36f8ab(0x283)][_0x36f8ab(0x28c)][_0x36f8ab(0x1fd)](_0x180850),_0x2c4676[_0x36f8ab(0x283)][_0x36f8ab(0x252)]['push'](_0x180850)),_0x180850[_0x36f8ab(0x253)]=globals['getGlobal'](_0x3c9965['fuCvI']),globals['setGlobal'](_0x3c9965['fuCvI'],globals[_0x36f8ab(0x233)](_0x3c9965['fuCvI'])),_0x180850;}}_0x2c4676&&(globals['browserStackGlobals']=_0x2c4676['global'][_0x5cded5(0x22e)]);if(_0x3c9965[_0x5cded5(0x20e)](isAccessibilityAutomationSession))try{let _0x2582e4=helper[_0x5cded5(0x27f)](_0x3c9965['fvRDw'])[_0x5cded5(0x207)];(!_0x2582e4['prototype']||!_0x2582e4[_0x5cded5(0x24b)]['execute'])&&(_0x2582e4=helper['requireModule'](_0x3c9965[_0x5cded5(0x211)])[_0x5cded5(0x224)]);if(_0x2582e4[_0x5cded5(0x24b)]&&_0x2582e4[_0x5cded5(0x24b)]['execute']){const _0x30cef6=_0x2582e4[_0x5cded5(0x24b)][_0x5cded5(0x235)];logger[_0x5cded5(0x258)](_0x3c9965['iDGBS']),_0x2582e4[_0x5cded5(0x24b)]['execute']=async function(){const _0x397cbc=_0x5cded5;try{!globals['getGlobal'](_0x3c9965['xvOfN'])&&globals['getGlobal'](_0x3c9965[_0x397cbc(0x277)])&&globals[_0x397cbc(0x233)](_0x3c9965['cWMtR'])&&scripts[_0x397cbc(0x288)](arguments[0x0][_0x397cbc(0x237)])&&!_0x3c9965[_0x397cbc(0x268)](isBrowserStackCommandExecutor,arguments[0x0][_0x397cbc(0x24d)])&&(globals['setGlobal'](_0x3c9965[_0x397cbc(0x1fa)],!![]),logger[_0x397cbc(0x258)](_0x397cbc(0x215)+arguments[0x0][_0x397cbc(0x237)]),await _0x3c9965[_0x397cbc(0x205)](performScan,global[_0x397cbc(0x248)],arguments[0x0][_0x397cbc(0x237)]));}catch(_0x40b08e){logger[_0x397cbc(0x258)](_0x397cbc(0x204)+util[_0x397cbc(0x27d)](_0x40b08e));}return globals[_0x397cbc(0x255)](_0x3c9965[_0x397cbc(0x1fa)],![]),_0x30cef6[_0x397cbc(0x26c)](this,arguments);};}}catch(_0x2741a4){logger[_0x5cded5(0x258)](_0x3c9965[_0x5cded5(0x291)](_0x3c9965[_0x5cded5(0x27e)],_0x2741a4));}return _0xdfa4b0['originalBuilder']=_0xdfa4b0[_0x5cded5(0x279)],_0xdfa4b0[_0x5cded5(0x279)]=_0x64202d,_0xe991fb['HttpClient']=_0x421619,_0xdfa4b0;};module[a84_0x52a959(0x259)][a84_0x52a959(0x264)]=modify,module[a84_0x52a959(0x259)][a84_0x52a959(0x26f)]=modifyV2,module['exports']['percy']=percySDK,module[a84_0x52a959(0x259)]['BrowserStackSdk']=BrowserStackSdk,module[a84_0x52a959(0x259)]['_modifyPlaywright']=modifyPlaywrightConfig;
|
|
1
|
+
const a84_0x83e0ba=a84_0x5dd8;(function(_0x3e6d89,_0x49dba4){const _0x22660b=a84_0x5dd8,_0x1e50ab=_0x3e6d89();while(!![]){try{const _0x175203=-parseInt(_0x22660b(0x104))/0x1+-parseInt(_0x22660b(0xb9))/0x2*(parseInt(_0x22660b(0xa0))/0x3)+parseInt(_0x22660b(0x146))/0x4+parseInt(_0x22660b(0x114))/0x5+parseInt(_0x22660b(0x14d))/0x6*(parseInt(_0x22660b(0x9a))/0x7)+parseInt(_0x22660b(0x149))/0x8*(parseInt(_0x22660b(0xeb))/0x9)+parseInt(_0x22660b(0xad))/0xa*(-parseInt(_0x22660b(0xf4))/0xb);if(_0x175203===_0x49dba4)break;else _0x1e50ab['push'](_0x1e50ab['shift']());}catch(_0x5afc1f){_0x1e50ab['push'](_0x1e50ab['shift']());}}}(a84_0x1fda,0x24c49));const util=require(a84_0x83e0ba(0x97)),{overrideTakeScreenshot}=require(a84_0x83e0ba(0x100)),{isAccessibilityAutomationSession,getAccessibilityResultsSummary,getAccessibilityResults,isBrowserStackCommandExecutor,performScan}=require(a84_0x83e0ba(0x142)),{setAccessibilityCapabilities,setExtension}=require(a84_0x83e0ba(0x13c)),helper=require(a84_0x83e0ba(0xe8)),logger=require(a84_0x83e0ba(0xf6))[a84_0x83e0ba(0x148)],hubAllocator=require('./hubAllocationMethods'),percySDK=require(a84_0x83e0ba(0xd0)),percyHelper=require(a84_0x83e0ba(0xe2)),BrowserStackSdk=require('./browserStackSdk'),modifyPlaywrightConfig=require(a84_0x83e0ba(0xb5)),scripts=require(a84_0x83e0ba(0x10c)),globals=require(a84_0x83e0ba(0xbe)),modify=_0x16e5b4=>{const _0x57ccb5=a84_0x83e0ba,_0x2aebc9={'qVfvF':function(_0x5a1e2d,_0x31f268){return _0x5a1e2d!==_0x31f268;},'iVefk':'/session','lKWnK':function(_0x14a746,_0x5a8abb){return _0x14a746+_0x5a8abb;},'egjJa':_0x57ccb5(0x136),'qGGNO':_0x57ccb5(0x135),'qsEXf':_0x57ccb5(0xa1),'YqCuL':_0x57ccb5(0xc2),'pTUQJ':'ms:edgeOptions','DqZaY':_0x57ccb5(0x10e),'RiXOv':_0x57ccb5(0x95),'fZPXK':'firefoxOptions','BxSDp':_0x57ccb5(0xed),'opxOO':_0x57ccb5(0x138),'RlTkN':'ieOptions','lczpK':function(_0x5dfb4a,_0x2d404c){return _0x5dfb4a===_0x2d404c;},'BIoAr':_0x57ccb5(0x139),'jglOR':_0x57ccb5(0x10a),'fzCQP':function(_0x29e2f4,_0x1f8c89,_0x440887){return _0x29e2f4(_0x1f8c89,_0x440887);},'DpZDR':_0x57ccb5(0x124),'TxPOQ':_0x57ccb5(0x125),'aiDhJ':function(_0x5a9314,_0x3c8916){return _0x5a9314(_0x3c8916);},'ZLJvB':function(_0x5035a1){return _0x5035a1();},'dubgt':function(_0x37483f,_0x568419){return _0x37483f(_0x568419);},'VYbbJ':'isAccessibilityPlatform','ranFS':_0x57ccb5(0xf8),'HqhyN':_0x57ccb5(0xda),'toGOl':_0x57ccb5(0x128)};logger[_0x57ccb5(0x113)](_0x2aebc9[_0x57ccb5(0xec)]),logger[_0x57ccb5(0x118)](_0x2aebc9[_0x57ccb5(0x8b)]);const _0x23d729=helper['requireSeleniumWebdriver'](),_0x5f5171=helper[_0x57ccb5(0xac)]();class _0xd6cce2 extends _0x5f5171[_0x57ccb5(0xdb)]{[_0x57ccb5(0xa5)](_0x3780b5){const _0x33477e=_0x57ccb5;if(_0x2aebc9[_0x33477e(0x12e)](_0x3780b5[_0x33477e(0xe1)],_0x2aebc9[_0x33477e(0xb6)])&&_0x2aebc9[_0x33477e(0x12e)](global['newHubUrl'],''))try{global['newHubUrl']=_0x2aebc9[_0x33477e(0xc4)](_0x2aebc9[_0x33477e(0xc4)](_0x2aebc9['egjJa'],global[_0x33477e(0xd5)]),_0x2aebc9[_0x33477e(0x93)]),this[_0x33477e(0x14c)]=hubAllocator['getRequestOptions'](global['newHubUrl']),logger['debug'](_0x33477e(0xae)+global[_0x33477e(0xd5)]),global[_0x33477e(0xd5)]='';}catch(_0x373441){logger['error'](_0x373441);}return super[_0x33477e(0xa5)](_0x3780b5);}}class _0x5ed69d extends _0x23d729['Builder']{[_0x57ccb5(0xbb)](_0x360c88){const _0x41799f=_0x57ccb5;let _0x2986ff={};for(const _0x486ae0 in _0x360c88){switch(_0x486ae0){case _0x2aebc9['qsEXf']:case _0x2aebc9['YqCuL']:this[_0x41799f(0xe5)]&&(_0x2986ff=this[_0x41799f(0xe5)][_0x41799f(0xf2)](this[_0x41799f(0xe5)]['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x41799f(0xc0)](this[_0x41799f(0xe5)][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9[_0x41799f(0x129)]:case _0x2aebc9[_0x41799f(0xf3)]:this['edgeOptions_']&&(_0x2986ff=this[_0x41799f(0xa3)]['get'](this[_0x41799f(0xa3)][_0x41799f(0x14a)])||{},this[_0x41799f(0xa3)][_0x41799f(0xc0)](this['edgeOptions_']['CAPABILITY_KEY'],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9['RiXOv']:case _0x2aebc9[_0x41799f(0x12d)]:this[_0x41799f(0xc9)]&&(_0x2986ff=this['firefoxOptions_'][_0x41799f(0xf2)](this[_0x41799f(0xc9)][_0x41799f(0x14a)])||{},this[_0x41799f(0xc9)]['set'](this['firefoxOptions_'][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9[_0x41799f(0xb2)]:this[_0x41799f(0x11e)]&&(_0x2986ff=this[_0x41799f(0x11e)][_0x41799f(0xf2)](this[_0x41799f(0x11e)]['CAPABILITY_KEY'])||{},this[_0x41799f(0x11e)][_0x41799f(0xc0)](this[_0x41799f(0x11e)][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;case _0x2aebc9[_0x41799f(0xa6)]:case _0x2aebc9[_0x41799f(0x8f)]:this['ieOptions_']&&(_0x2986ff=this['ieOptions_']['get'](this[_0x41799f(0xcb)][_0x41799f(0x14a)])||{},this['ieOptions_'][_0x41799f(0xc0)](this[_0x41799f(0xcb)][_0x41799f(0x14a)],helper[_0x41799f(0x116)](_0x2986ff,_0x360c88[_0x486ae0])));break;}}}[_0x57ccb5(0xfc)](){const _0xa35ccd=_0x57ccb5;return this[_0xa35ccd(0x123)]=helper[_0xa35ccd(0x11a)](_0x16e5b4),logger[_0xa35ccd(0x118)](_0xa35ccd(0x99)+this[_0xa35ccd(0x123)]),this;}['setCapabilities'](){const _0x48bca8=_0x57ccb5;return logger[_0x48bca8(0x118)](_0x2aebc9[_0x48bca8(0x10b)]),this[_0x48bca8(0xbb)](_0x16e5b4[_0x48bca8(0x112)]),Object[_0x48bca8(0x151)](_0x16e5b4[_0x48bca8(0x112)])['forEach'](_0x4a7fcb=>{const _0x38ce63=_0x48bca8,_0x425d5c=this[_0x38ce63(0x147)]['get'](_0x4a7fcb);_0x2aebc9[_0x38ce63(0x108)](typeof _0x425d5c,_0x2aebc9[_0x38ce63(0xf7)])?this[_0x38ce63(0x147)]['set'](_0x4a7fcb,helper[_0x38ce63(0x116)](_0x425d5c,_0x16e5b4['capability'][_0x4a7fcb])):this[_0x38ce63(0x147)][_0x38ce63(0xc0)](_0x4a7fcb,_0x16e5b4[_0x38ce63(0x112)][_0x4a7fcb]);}),this;}['build'](){const _0x536583=_0x57ccb5,_0x2e0e03={'mzFaS':_0x2aebc9[_0x536583(0x13b)],'yFeMz':_0x2aebc9[_0x536583(0x122)],'nXlwP':function(_0x40d260,_0x1093e7,_0x2b1349){return _0x2aebc9['fzCQP'](_0x40d260,_0x1093e7,_0x2b1349);},'wFFkj':function(_0x515d56,_0xcd4109){return _0x2aebc9['aiDhJ'](_0x515d56,_0xcd4109);}};_0x2aebc9['ZLJvB'](isAccessibilityAutomationSession)&&_0x2aebc9['dubgt'](setAccessibilityCapabilities,_0x16e5b4);this[_0x536583(0xfc)](),this['setCapabilities']();if(helper[_0x536583(0xcc)](_0x16e5b4['proxySettings'][_0x536583(0xd4)]))this[_0x536583(0xdc)]=helper['getHttpAgent'](_0x16e5b4[_0x536583(0xe9)]['proxyUrl']);else _0x16e5b4[_0x536583(0xe9)][_0x536583(0xd4)]&&(this[_0x536583(0xd2)]=_0x16e5b4[_0x536583(0xe9)][_0x536583(0xd4)],logger['debug'](_0x536583(0x11c)+this[_0x536583(0xd2)]));globals[_0x536583(0x92)](_0x2aebc9[_0x536583(0xe0)])&&(!_0x2aebc9['fzCQP'](setExtension,this,_0x16e5b4)&&globals[_0x536583(0x152)](_0x2aebc9[_0x536583(0xe0)],![]));!helper['isBrowserstackInfra']()&&helper[_0x536583(0x91)](null,null,_0x16e5b4[_0x536583(0xd7)],null,this,null);logger['debug'](_0x2aebc9[_0x536583(0xfb)]);const _0x37b5c8=super[_0x536583(0xa9)]();return _0x37b5c8[_0x536583(0x11b)][_0x536583(0xc8)](_0x5c9f1f=>{const _0x8d93bb=_0x536583;try{const _0x33e91f=_0x5c9f1f[_0x8d93bb(0x144)]['get'](_0x2e0e03[_0x8d93bb(0xc5)]);_0x33e91f?(logger[_0x8d93bb(0x118)](_0x8d93bb(0x94)+_0x33e91f),hubAllocator['updateHubUrl'](_0x33e91f),helper[_0x8d93bb(0x101)](_0x33e91f)):logger['debug'](_0x2e0e03[_0x8d93bb(0xde)]);}catch(_0x306634){logger[_0x8d93bb(0x118)](_0x8d93bb(0xca)+_0x306634);}}),_0x37b5c8[_0x536583(0xc8)]&&_0x37b5c8[_0x536583(0xc8)](_0x548c9f=>{const _0x2dc533=_0x536583,_0xadc987={'bwxPR':function(_0xb4af6f,_0x268bd0,_0x247bc9){const _0x466492=a84_0x5dd8;return _0x2e0e03[_0x466492(0x9c)](_0xb4af6f,_0x268bd0,_0x247bc9);},'TeyVD':function(_0x38b44a,_0x57fa46,_0x396f8a){const _0x253349=a84_0x5dd8;return _0x2e0e03[_0x253349(0x9c)](_0x38b44a,_0x57fa46,_0x396f8a);},'CWwic':function(_0x469278,_0x59f1dc){const _0x4adb33=a84_0x5dd8;return _0x2e0e03[_0x4adb33(0x14b)](_0x469278,_0x59f1dc);}};helper[_0x2dc533(0x8d)](_0x548c9f,_0x16e5b4),helper[_0x2dc533(0xdd)](_0x548c9f,_0x16e5b4),_0x548c9f[_0x2dc533(0x98)]=async()=>{return await _0xadc987['bwxPR'](getAccessibilityResultsSummary,_0x548c9f,global);},_0x548c9f[_0x2dc533(0x13d)]=async()=>{return await _0xadc987['TeyVD'](getAccessibilityResults,_0x548c9f,global);},_0x548c9f[_0x2dc533(0x10d)]=async()=>{return await _0xadc987['CWwic'](performScan,_0x548c9f);};}),_0x37b5c8[_0x536583(0x98)]=async()=>{const _0xb1726a=_0x536583;return await _0x2e0e03[_0xb1726a(0x9c)](getAccessibilityResultsSummary,_0x37b5c8,global);},_0x37b5c8[_0x536583(0x13d)]=async()=>{const _0x55b81d=_0x536583;return await _0x2aebc9[_0x55b81d(0xce)](getAccessibilityResults,_0x37b5c8,global);},_0x37b5c8[_0x536583(0x10d)]=async()=>{const _0x45ca41=_0x536583;return await _0x2e0e03[_0x45ca41(0x14b)](performScan,_0x37b5c8);},helper[_0x536583(0x8d)](_0x37b5c8,_0x16e5b4),helper['overrideExecute'](_0x37b5c8,_0x16e5b4),helper[_0x536583(0xcd)](global[_0x536583(0x143)])&&(global['__driversArray']=[]),global[_0x536583(0x143)]['push'](_0x37b5c8),_0x37b5c8;}}_0x23d729[_0x57ccb5(0x133)]=_0x23d729[_0x57ccb5(0xbf)],_0x23d729[_0x57ccb5(0xbf)]=_0x5ed69d,_0x5f5171[_0x57ccb5(0xdb)]=_0xd6cce2;},modifyV2=(_0x1da94d,_0xffdff=null,_0x3ec87f=![])=>{const _0x32ce77=a84_0x83e0ba,_0x2af81a={'FNZUC':function(_0x38dd88,_0x10c9bf){return _0x38dd88!==_0x10c9bf;},'mpNLF':_0x32ce77(0xc3),'egfoI':function(_0x4b7659,_0x1bc043){return _0x4b7659!==_0x1bc043;},'JWAaL':function(_0x13ea98,_0x50b434){return _0x13ea98+_0x50b434;},'JBaJA':_0x32ce77(0x136),'IwTSP':_0x32ce77(0x135),'vhKgI':'goog:chromeOptions','YSwPe':_0x32ce77(0xc2),'DQQPo':'ms:edgeOptions','zSgdh':_0x32ce77(0x10e),'WsUOF':_0x32ce77(0x95),'WoHyY':_0x32ce77(0x9f),'JUUmj':'safari.options','tlLyj':_0x32ce77(0x138),'gQkDL':_0x32ce77(0xfe),'ttRir':function(_0x5ea499,_0x25cb14){return _0x5ea499===_0x25cb14;},'znEoO':'object','AEstO':_0x32ce77(0x10a),'EheQs':_0x32ce77(0x124),'GVOuX':_0x32ce77(0x125),'uLBiB':function(_0x3c1ef9,_0x4b0fa4,_0x4eeb5f){return _0x3c1ef9(_0x4b0fa4,_0x4eeb5f);},'iarVW':function(_0x358626,_0x8204ea,_0x350e19){return _0x358626(_0x8204ea,_0x350e19);},'VsUwu':function(_0x5f41a4,_0x24aa58,_0x129f88){return _0x5f41a4(_0x24aa58,_0x129f88);},'aVeST':function(_0xd11841,_0x42d12c){return _0xd11841(_0x42d12c);},'QHsix':_0x32ce77(0xe7),'DPHbY':function(_0x2f362a,_0x934ece){return _0x2f362a(_0x934ece);},'zAQBP':function(_0x1d79d9,_0x1be5bc,_0x4b1f91){return _0x1d79d9(_0x1be5bc,_0x4b1f91);},'jHwYO':_0x32ce77(0xf5),'fgOGS':function(_0x12de88){return _0x12de88();},'aSKhm':function(_0x47ee04,_0x20d387){return _0x47ee04(_0x20d387);},'dsSFY':_0x32ce77(0x150),'mvKms':_0x32ce77(0xf8),'dAcKZ':function(_0x10e388,_0x5ac13d){return _0x10e388!==_0x5ac13d;},'YaJYJ':function(_0x61b6b4,_0x173fc5){return _0x61b6b4!==_0x173fc5;},'VSeTK':_0x32ce77(0xb3),'UADJV':_0x32ce77(0xb0),'LdnQR':_0x32ce77(0xda),'bhtmT':_0x32ce77(0x128),'LaSUi':_0x32ce77(0x10f),'EVtwr':_0x32ce77(0xd1),'YdcyV':_0x32ce77(0x120),'DjkLh':function(_0x57b37b,_0x4f96af){return _0x57b37b+_0x4f96af;},'KkWDR':'Unable\x20to\x20find\x20executor\x20class\x20'},_0x376674=helper[_0x32ce77(0xac)]();let _0x48b2d8;try{_0x48b2d8=helper[_0x32ce77(0x117)](),_0x48b2d8[_0x32ce77(0x133)]&&(_0x48b2d8[_0x32ce77(0xbf)]=_0x48b2d8['originalBuilder']);}catch(_0x45c5e3){return;}if(helper[_0x32ce77(0xab)]()){const _0x340c13={};_0x340c13[_0x32ce77(0xb1)]=_0x1da94d[_0x32ce77(0xa7)],helper[_0x32ce77(0x14e)](_0x340c13,new Map(),new Map()),logger['info'](_0x2af81a[_0x32ce77(0x127)]),logger[_0x32ce77(0x118)](_0x2af81a[_0x32ce77(0xa2)]);}class _0x1cf534 extends _0x376674[_0x32ce77(0xdb)]{['send'](_0x1114bb){const _0x12a67d=_0x32ce77;if(_0x2af81a[_0x12a67d(0x105)](_0x1114bb[_0x12a67d(0xe1)],_0x2af81a[_0x12a67d(0xe4)])&&_0x2af81a[_0x12a67d(0xb8)](global[_0x12a67d(0xd5)],''))try{global['newHubUrl']=_0x2af81a[_0x12a67d(0x107)](_0x2af81a[_0x12a67d(0x107)](_0x2af81a['JBaJA'],global[_0x12a67d(0xd5)]),_0x2af81a[_0x12a67d(0xfd)]),this[_0x12a67d(0x14c)]=hubAllocator[_0x12a67d(0xea)](global[_0x12a67d(0xd5)]),logger[_0x12a67d(0x118)](_0x12a67d(0xae)+global[_0x12a67d(0xd5)]),global[_0x12a67d(0xd5)]='';}catch(_0x320141){logger[_0x12a67d(0x8a)](_0x320141);}return super[_0x12a67d(0xa5)](_0x1114bb);}}class _0x24f603 extends _0x48b2d8[_0x32ce77(0xbf)]{[_0x32ce77(0xfc)](){const _0x5e9908=_0x32ce77;return this[_0x5e9908(0x123)]=helper['getHubUrl'](_0x1da94d),logger[_0x5e9908(0x118)](_0x5e9908(0x99)+this['url_']),this;}[_0x32ce77(0xbb)](_0x38c07e){const _0x241d6c=_0x32ce77;let _0x4b21f7={};for(const _0x5e25cd in _0x38c07e){switch(_0x5e25cd){case _0x2af81a[_0x241d6c(0x119)]:case _0x2af81a[_0x241d6c(0x12c)]:this[_0x241d6c(0xe5)]&&(_0x4b21f7=this[_0x241d6c(0xe5)][_0x241d6c(0xf2)](this['chromeOptions_']['CAPABILITY_KEY'])||{},this['chromeOptions_'][_0x241d6c(0xc0)](this['chromeOptions_'][_0x241d6c(0x14a)],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0x13f)]:case _0x2af81a['zSgdh']:this[_0x241d6c(0xa3)]&&(_0x4b21f7=this[_0x241d6c(0xa3)][_0x241d6c(0xf2)](this['edgeOptions_'][_0x241d6c(0x14a)])||{},this[_0x241d6c(0xa3)][_0x241d6c(0xc0)](this[_0x241d6c(0xa3)][_0x241d6c(0x14a)],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0xc7)]:case _0x2af81a[_0x241d6c(0xd3)]:this['firefoxOptions_']&&(_0x4b21f7=this[_0x241d6c(0xc9)]['get'](this[_0x241d6c(0xc9)]['CAPABILITY_KEY'])||{},this[_0x241d6c(0xc9)][_0x241d6c(0xc0)](this[_0x241d6c(0xc9)]['CAPABILITY_KEY'],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0xd8)]:this[_0x241d6c(0x11e)]&&(_0x4b21f7=this[_0x241d6c(0x11e)][_0x241d6c(0xf2)](this[_0x241d6c(0x11e)][_0x241d6c(0x14a)])||{},this[_0x241d6c(0x11e)][_0x241d6c(0xc0)](this[_0x241d6c(0x11e)][_0x241d6c(0x14a)],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;case _0x2af81a[_0x241d6c(0x106)]:case _0x2af81a[_0x241d6c(0x121)]:this['ieOptions_']&&(_0x4b21f7=this[_0x241d6c(0xcb)]['get'](this['ieOptions_'][_0x241d6c(0x14a)])||{},this[_0x241d6c(0xcb)][_0x241d6c(0xc0)](this['ieOptions_']['CAPABILITY_KEY'],helper[_0x241d6c(0x116)](_0x4b21f7,_0x38c07e[_0x5e25cd])));break;}}}[_0x32ce77(0xc6)](){const _0x1b9114=_0x32ce77;return logger[_0x1b9114(0x118)](_0x2af81a['AEstO']),this[_0x1b9114(0xbb)](_0x1da94d[_0x1b9114(0x112)]),Object['keys'](_0x1da94d[_0x1b9114(0x112)])[_0x1b9114(0xc1)](_0x1b7b81=>{const _0x4734af=_0x1b9114,_0x3e481b=this[_0x4734af(0x147)][_0x4734af(0xf2)](_0x1b7b81);_0x2af81a['ttRir'](typeof _0x3e481b,_0x2af81a[_0x4734af(0x9b)])?this[_0x4734af(0x147)][_0x4734af(0xc0)](_0x1b7b81,helper[_0x4734af(0x116)](_0x3e481b,_0x1da94d[_0x4734af(0x112)][_0x1b7b81])):this[_0x4734af(0x147)][_0x4734af(0xc0)](_0x1b7b81,_0x1da94d['capability'][_0x1b7b81]);}),this;}[_0x32ce77(0xa9)](){const _0xf29e6c=_0x32ce77,_0x419dd2={'PPvsu':function(_0x20e70e,_0x579336,_0x2900a5){const _0x122848=a84_0x5dd8;return _0x2af81a[_0x122848(0x126)](_0x20e70e,_0x579336,_0x2900a5);},'xonDA':function(_0x418f19,_0xe934b5,_0x2cbbc5){return _0x2af81a['VsUwu'](_0x418f19,_0xe934b5,_0x2cbbc5);},'KPtlO':function(_0x1759cf,_0x38be9a){const _0x435271=a84_0x5dd8;return _0x2af81a[_0x435271(0xfa)](_0x1759cf,_0x38be9a);},'qqGVy':_0x2af81a['QHsix'],'cUwGI':function(_0x99efbf,_0x5e7234){const _0x307b24=a84_0x5dd8;return _0x2af81a[_0x307b24(0x9d)](_0x99efbf,_0x5e7234);},'LhdIv':function(_0x471b7f,_0x5b5c1c,_0x10296c){const _0x5b1a94=a84_0x5dd8;return _0x2af81a[_0x5b1a94(0xee)](_0x471b7f,_0x5b5c1c,_0x10296c);}};if(helper['isBrowserstackInfra']()){const _0x21faf3=_0x2af81a[_0xf29e6c(0xbd)][_0xf29e6c(0x103)]('|');let _0x376bfe=0x0;while(!![]){switch(_0x21faf3[_0x376bfe++]){case'0':_0x2af81a['fgOGS'](isAccessibilityAutomationSession)&&_0x2af81a[_0xf29e6c(0xaf)](setAccessibilityCapabilities,_0x1da94d);continue;case'1':this[_0xf29e6c(0xc6)]();continue;case'2':globals['getGlobal'](_0x2af81a[_0xf29e6c(0xdf)])&&(!_0x2af81a[_0xf29e6c(0xef)](setExtension,this,_0x1da94d)&&globals[_0xf29e6c(0x152)](_0x2af81a['dsSFY'],![]));continue;case'3':if(helper[_0xf29e6c(0xcc)](_0x1da94d[_0xf29e6c(0xe9)][_0xf29e6c(0xd4)]))this[_0xf29e6c(0xdc)]=helper[_0xf29e6c(0xb4)](_0x1da94d[_0xf29e6c(0xe9)][_0xf29e6c(0xd4)]);else _0x1da94d[_0xf29e6c(0xe9)]['proxyUrl']&&(this[_0xf29e6c(0xd2)]=_0x1da94d[_0xf29e6c(0xe9)]['proxyUrl'],logger[_0xf29e6c(0x118)](_0xf29e6c(0x11c)+this['proxy_']));continue;case'4':logger[_0xf29e6c(0x118)](_0x2af81a[_0xf29e6c(0x111)]);continue;case'5':this[_0xf29e6c(0xfc)]();continue;}break;}}else helper[_0xf29e6c(0x91)](null,null,_0x1da94d[_0xf29e6c(0xd7)],null,this,null);const _0x157bf1=super['build']();return _0x157bf1[_0xf29e6c(0x11b)][_0xf29e6c(0xc8)](_0x444f2a=>{const _0x465277=_0xf29e6c;try{const _0x5dfd4c=_0x444f2a['caps_'][_0x465277(0xf2)](_0x2af81a[_0x465277(0x141)]);_0x5dfd4c?(logger[_0x465277(0x118)]('SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20'+_0x5dfd4c),hubAllocator[_0x465277(0x96)](_0x5dfd4c),helper[_0x465277(0x101)](_0x5dfd4c)):logger['debug'](_0x2af81a[_0x465277(0x11f)]);}catch(_0x59d911){logger[_0x465277(0x118)](_0x465277(0xca)+_0x59d911);}}),_0x157bf1[_0xf29e6c(0xaa)]=0x0,_0x157bf1[_0xf29e6c(0xc8)]&&_0x157bf1[_0xf29e6c(0xc8)](_0x279186=>{const _0x485188=_0xf29e6c,_0x206cac=_0x419dd2['qqGVy'][_0x485188(0x103)]('|');let _0x4371f9=0x0;while(!![]){switch(_0x206cac[_0x4371f9++]){case'0':helper[_0x485188(0xdd)](_0x279186,_0x1da94d);continue;case'1':_0x279186[_0x485188(0x13d)]=async()=>{const _0x513894=_0x485188;return await _0x419dd2[_0x513894(0x137)](getAccessibilityResults,_0x279186,global);};continue;case'2':helper['overrideGet'](_0x279186,_0x1da94d);continue;case'3':_0x1da94d[_0x485188(0x112)]&&percyHelper[_0x485188(0x109)](_0x279186,_0x48b2d8[_0x485188(0x132)],_0x1da94d);continue;case'4':helper['overrideQuit'](_0x279186,_0x157bf1);continue;case'5':_0x279186[_0x485188(0x98)]=async()=>{const _0x10d7b1=_0x485188;return await _0x419dd2[_0x10d7b1(0x8c)](getAccessibilityResultsSummary,_0x279186,global);};continue;case'6':_0x3ec87f&&_0x419dd2['cUwGI'](overrideTakeScreenshot,_0x279186);continue;case'7':_0x279186[_0x485188(0x10d)]=async()=>{const _0x14a148=_0x485188;return await _0x419dd2[_0x14a148(0x145)](performScan,_0x279186);};continue;}break;}}),_0x157bf1['getAccessibilityResultsSummary']=async()=>{return await _0x419dd2['LhdIv'](getAccessibilityResultsSummary,_0x157bf1,global);},_0x157bf1[_0xf29e6c(0x13d)]=async()=>{const _0x2bc10c=_0xf29e6c;return await _0x2af81a[_0x2bc10c(0xe6)](getAccessibilityResults,_0x157bf1,global);},_0x157bf1[_0xf29e6c(0x10d)]=async()=>{const _0x70922d=_0xf29e6c;return await _0x419dd2[_0x70922d(0xff)](performScan,_0x157bf1);},_0x3ec87f&&_0x2af81a[_0xf29e6c(0x9d)](overrideTakeScreenshot,_0x157bf1),helper[_0xf29e6c(0x130)](_0x157bf1),helper[_0xf29e6c(0x8d)](_0x157bf1,_0x1da94d),helper[_0xf29e6c(0xdd)](_0x157bf1,_0x1da94d),_0x1da94d[_0xf29e6c(0x112)]&&percyHelper[_0xf29e6c(0x109)](_0x157bf1,_0x48b2d8['WebElement'],_0x1da94d),helper[_0xf29e6c(0xcd)](global[_0xf29e6c(0x143)])&&(global[_0xf29e6c(0x143)]=[]),helper[_0xf29e6c(0xcd)](global[_0xf29e6c(0x110)])&&(global[_0xf29e6c(0x110)]=[]),global['__driversArray'][_0xf29e6c(0xf0)](_0x157bf1),global[_0xf29e6c(0xcf)]=_0x157bf1,_0xffdff&&(_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0xcf)]=_0x157bf1),_0x2af81a['dAcKZ'](global[_0xf29e6c(0x110)],undefined)&&global['__drivers'][_0xf29e6c(0xf0)](_0x157bf1),_0xffdff&&helper['isUndefined'](_0xffdff['global'][_0xf29e6c(0x143)])&&(_0xffdff[_0xf29e6c(0x115)]['__driversArray']=[]),_0xffdff&&_0x2af81a[_0xf29e6c(0x131)](_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0x110)],undefined)&&(_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0x110)]['push'](_0x157bf1),_0xffdff[_0xf29e6c(0x115)][_0xf29e6c(0x143)][_0xf29e6c(0xf0)](_0x157bf1)),_0x157bf1['isAccessibilityPlatform']=globals['getGlobal'](_0x2af81a[_0xf29e6c(0xdf)]),globals[_0xf29e6c(0x152)](_0x2af81a[_0xf29e6c(0xdf)],globals[_0xf29e6c(0x92)](_0x2af81a[_0xf29e6c(0xdf)])),_0x157bf1;}}_0xffdff&&(globals[_0x32ce77(0x140)]=_0xffdff[_0x32ce77(0x115)][_0x32ce77(0x140)]);if(_0x2af81a[_0x32ce77(0xba)](isAccessibilityAutomationSession))try{let _0x4f9716=helper[_0x32ce77(0x14f)](_0x2af81a[_0x32ce77(0x102)])[_0x32ce77(0xe3)];(!_0x4f9716[_0x32ce77(0xbc)]||!_0x4f9716[_0x32ce77(0xbc)]['execute'])&&(_0x4f9716=helper[_0x32ce77(0x14f)](_0x2af81a[_0x32ce77(0x90)])[_0x32ce77(0x11d)]);if(_0x4f9716[_0x32ce77(0xbc)]&&_0x4f9716[_0x32ce77(0xbc)][_0x32ce77(0x8e)]){const _0x49cf45=_0x4f9716[_0x32ce77(0xbc)][_0x32ce77(0x8e)];logger['debug'](_0x2af81a[_0x32ce77(0xa8)]),_0x4f9716[_0x32ce77(0xbc)]['execute']=async function(){const _0x2dc990=_0x32ce77;try{!globals['getGlobal'](_0x2af81a[_0x2dc990(0x12a)])&&globals['getGlobal'](_0x2af81a[_0x2dc990(0xdf)])&&globals[_0x2dc990(0x92)](_0x2af81a[_0x2dc990(0x12b)])&&scripts[_0x2dc990(0x12f)](arguments[0x0][_0x2dc990(0xa4)])&&!_0x2af81a['aVeST'](isBrowserStackCommandExecutor,arguments[0x0][_0x2dc990(0xd6)])&&(globals[_0x2dc990(0x152)](_0x2af81a['VSeTK'],!![]),logger[_0x2dc990(0x118)](_0x2dc990(0xf9)+arguments[0x0][_0x2dc990(0xa4)]),await _0x2af81a[_0x2dc990(0xef)](performScan,global[_0x2dc990(0xcf)],arguments[0x0][_0x2dc990(0xa4)]));}catch(_0x1b6ef3){logger[_0x2dc990(0x118)](_0x2dc990(0xd9)+util[_0x2dc990(0xb7)](_0x1b6ef3));}return globals[_0x2dc990(0x152)](_0x2af81a[_0x2dc990(0x12a)],![]),_0x49cf45['apply'](this,arguments);};}}catch(_0x1de13a){logger[_0x32ce77(0x118)](_0x2af81a['DjkLh'](_0x2af81a['KkWDR'],_0x1de13a));}return _0x48b2d8[_0x32ce77(0x133)]=_0x48b2d8['Builder'],_0x48b2d8[_0x32ce77(0xbf)]=_0x24f603,_0x376674[_0x32ce77(0xdb)]=_0x1cf534,_0x48b2d8;};function a84_0x5dd8(_0xb01ef1,_0x496ecc){const _0x1fda74=a84_0x1fda();return a84_0x5dd8=function(_0x5dd826,_0x3785c6){_0x5dd826=_0x5dd826-0x8a;let _0xb33dcb=_0x1fda74[_0x5dd826];return _0xb33dcb;},a84_0x5dd8(_0xb01ef1,_0x496ecc);}function a84_0x1fda(){const _0x4a27bf=['OPTIMAL\x20HUB\x20URL\x20NOT\x20FOUND','iarVW','LdnQR','Modifying\x20webdriver\x20builder','pTUQJ','VSeTK','UADJV','YSwPe','fZPXK','qVfvF','shouldWrapCommand','overrideQuit','YaJYJ','WebElement','originalBuilder','_modifyPlaywright','/wd/hub','https://','xonDA','se:ieOptions','object','browserstackAgentV2','DpZDR','./bin/mocha/accessibility-automation/helper','getAccessibilityResults','exports','DQQPo','browserStackGlobals','EheQs','./helpers/accessibility-automation/helper','__driversArray','caps_','KPtlO','720700RJOFqb','capabilities_','winstonLogger','488bEdwCB','CAPABILITY_KEY','wFFkj','options_','330CcneKy','setLogLevel','requireModule','isAccessibilityPlatform','keys','setGlobal','error','toGOl','PPvsu','overrideGet','execute','RlTkN','EVtwr','prepareCapabilities','getGlobal','qGGNO','SETTING\x20NEW\x20URL\x20TO\x20OPTIMAL\x20URL\x20-\x20','moz:firefoxOptions','updateHubUrl','util','getAccessibilityResultsSummary','Hub\x20url\x20set\x20to\x20','36554uWAYed','znEoO','nXlwP','DPHbY','BrowserStackSdk','firefoxOptions','3cIgyei','goog:chromeOptions','bhtmT','edgeOptions_','name_','send','opxOO','browserStackLogLevel','YdcyV','build','quitCount_','isBrowserstackInfra','requireHttpClient','2280HTNjtB','New\x20hub\x20url\x20set\x20to\x20','aSKhm','bstackA11yShouldScan','logLevel','BxSDp','bstackAllyScanning','getHttpAgent','./bin/playwright/modifyPlaywrightConf','iVefk','format','egfoI','78322fXkacm','fgOGS','__setBrowserOptions','prototype','jHwYO','./helpers/globals','Builder','set','forEach','chromeOptions','/session','lKWnK','mzFaS','setCapabilities','WsUOF','then','firefoxOptions_','ERROR\x20IN\x20GETTING\x20OPTIMAL\x20HUB\x20URL\x20-\x20','ieOptions_','isPacProxy','isUndefined','fzCQP','__driver','./helpers/percy/PercySDK','selenium-webdriver/lib/http.js','proxy_','WoHyY','proxyUrl','newHubUrl','parameters_','framework','JUUmj','Failed\x20to\x20perform\x20scan\x20','Configuring\x20to\x20run\x20tests\x20on\x20BrowserStack','HttpClient','agent_','overrideExecute','yFeMz','dsSFY','VYbbJ','path','./helpers/percy/utils','WebDriver','mpNLF','chromeOptions_','uLBiB','4|6|2|0|3|5|1|7','./helpers/helper','proxySettings','getRequestOptions','38547Pdrklq','HqhyN','safari.options','zAQBP','VsUwu','push','browserstackAgent','get','DqZaY','25663qmyPGc','0|5|1|3|2|4','./helpers/logger','BIoAr','Running\x20your\x20test\x20suite\x20on\x20BrowserStack','Performing\x20scan\x20for\x20','aVeST','ranFS','setServer','IwTSP','ieOptions','cUwGI','./helpers/patchHelpers','storeOptimalHubUrl','LaSUi','split','209839mVhzzO','FNZUC','tlLyj','JWAaL','lczpK','patchDriverPercy','Setting\x20Browserstack\x20capabilities','jglOR','./helpers/accessibility-automation/scripts','performScan','edgeOptions','selenium-webdriver/lib/webdriver.js','__drivers','mvKms','capability','info','1014385ZqwkSy','global','mergeDeep','requireSeleniumWebdriver','debug','vhKgI','getHubUrl','session_','Proxy\x20set\x20to\x20','Executor','safariOptions_','GVOuX','Modifying\x20webdriver\x20execute','gQkDL','TxPOQ','url_','optimalHubUrl'];a84_0x1fda=function(){return _0x4a27bf;};return a84_0x1fda();}module[a84_0x83e0ba(0x13e)][a84_0x83e0ba(0xf1)]=modify,module[a84_0x83e0ba(0x13e)][a84_0x83e0ba(0x13a)]=modifyV2,module[a84_0x83e0ba(0x13e)]['percy']=percySDK,module['exports'][a84_0x83e0ba(0x9e)]=BrowserStackSdk,module[a84_0x83e0ba(0x13e)][a84_0x83e0ba(0x134)]=modifyPlaywrightConfig;
|