browserstack-node-sdk 1.33.7 → 1.34.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/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-observability.js +1 -0
- 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
|
+
const a57_0x36a4a9=a57_0x3921;function a57_0x3921(_0x555170,_0x14d9be){const _0x11f7df=a57_0x11f7();return a57_0x3921=function(_0x392110,_0x1d1ec0){_0x392110=_0x392110-0xe1;let _0x3886de=_0x11f7df[_0x392110];return _0x3886de;},a57_0x3921(_0x555170,_0x14d9be);}(function(_0x2ac6e2,_0x3da08b){const _0x5d691b=a57_0x3921,_0x267b9a=_0x2ac6e2();while(!![]){try{const _0x535d0d=parseInt(_0x5d691b(0xe1))/0x1*(parseInt(_0x5d691b(0x108))/0x2)+-parseInt(_0x5d691b(0xee))/0x3+-parseInt(_0x5d691b(0xeb))/0x4+parseInt(_0x5d691b(0xe2))/0x5*(parseInt(_0x5d691b(0x104))/0x6)+-parseInt(_0x5d691b(0xe3))/0x7*(-parseInt(_0x5d691b(0xe4))/0x8)+-parseInt(_0x5d691b(0xe6))/0x9*(-parseInt(_0x5d691b(0xf2))/0xa)+-parseInt(_0x5d691b(0x100))/0xb*(parseInt(_0x5d691b(0xe8))/0xc);if(_0x535d0d===_0x3da08b)break;else _0x267b9a['push'](_0x267b9a['shift']());}catch(_0x31673e){_0x267b9a['push'](_0x267b9a['shift']());}}}(a57_0x11f7,0x7143c));const path=require(a57_0x36a4a9(0xf0)),fs=require('fs'),helper=require('../helper');function a57_0x11f7(){const _0x49185a=['1794617bGWeor','commands','split','writeFileSync','594PglOey','.browserstack','saveTestResults','browserstackFolderPath','94VWbIeR','performScan','join','9253mPDOJr','2290wNhABg','5843166dZVPEb','8ifiyCq','mkdirSync','30573jXTJdz','RjlQF','24MWkOBL','HrlKk','existsSync','1368324nGUCeG','commandsToWrap','commandsPath','598947XERSdE','oJCJP','path','getResultsSummary','50xmCkfn','getResults','toLowerCase','exports','0|5|2|4|6|1|3','fromJson','commands.json','GXFDD','scripts','parseFromJson','toJson','shouldWrapCommand','scan','saveResults'];a57_0x11f7=function(){return _0x49185a;};return a57_0x11f7();}class Scripts{constructor(){const _0x5c1936=a57_0x36a4a9,_0x2ad495={};_0x2ad495[_0x5c1936(0xf9)]=_0x5c1936(0xf6),_0x2ad495[_0x5c1936(0xe9)]=_0x5c1936(0xf8),_0x2ad495[_0x5c1936(0xe7)]=_0x5c1936(0x105);const _0x12da79=_0x2ad495,_0x74eaa8=_0x12da79['GXFDD'][_0x5c1936(0x102)]('|');let _0x46d350=0x0;while(!![]){switch(_0x74eaa8[_0x46d350++]){case'0':this['performScan']=null;continue;case'1':this[_0x5c1936(0xed)]=path[_0x5c1936(0x10a)](this[_0x5c1936(0x107)],_0x12da79[_0x5c1936(0xe9)]);continue;case'2':this['getResultsSummary']=null;continue;case'3':this[_0x5c1936(0xf7)]();continue;case'4':this[_0x5c1936(0x106)]=null;continue;case'5':this[_0x5c1936(0xf3)]=null;continue;case'6':this[_0x5c1936(0x107)]=path[_0x5c1936(0x10a)](helper['homedir'](),_0x12da79['RjlQF']);continue;}break;}}[a57_0x36a4a9(0xfb)](_0x5a28e4){const _0x3909c7=a57_0x36a4a9;_0x5a28e4[_0x3909c7(0xfa)]&&(this[_0x3909c7(0x109)]=_0x5a28e4['scripts'][_0x3909c7(0xfe)],this[_0x3909c7(0xf3)]=_0x5a28e4['scripts']['getResults'],this[_0x3909c7(0xf1)]=_0x5a28e4[_0x3909c7(0xfa)][_0x3909c7(0xf1)],this[_0x3909c7(0x106)]=_0x5a28e4[_0x3909c7(0xfa)][_0x3909c7(0xff)]),this[_0x3909c7(0xec)]=_0x5a28e4[_0x3909c7(0x101)];}[a57_0x36a4a9(0xfd)](_0x214698){const _0x2ceac6=a57_0x36a4a9,_0x304949={};_0x304949[_0x2ceac6(0xef)]=function(_0x4ae9a8,_0x318832){return _0x4ae9a8!==_0x318832;};const _0x2d162b=_0x304949;try{return _0x2d162b['oJCJP'](this[_0x2ceac6(0xec)]['findIndex'](_0x55f2e7=>_0x55f2e7['name'][_0x2ceac6(0xf4)]()===_0x214698[_0x2ceac6(0xf4)]()),-0x1);}catch{}return![];}[a57_0x36a4a9(0xfc)](){const _0x167114=a57_0x36a4a9;!fs[_0x167114(0xea)](this['browserstackFolderPath'])&&fs[_0x167114(0xe5)](this[_0x167114(0x107)]),fs[_0x167114(0x103)](this[_0x167114(0xed)],JSON['stringify']({'scripts':{'scan':this[_0x167114(0x109)],'getResults':this[_0x167114(0xf3)],'getResultsSummary':this[_0x167114(0xf1)],'saveResults':this['saveTestResults']},'commands':this['commandsToWrap']}));}[a57_0x36a4a9(0xf7)](){const _0x582f44=a57_0x36a4a9,_0x4f0595={'qXaPf':function(_0xac081b,_0x15785c){return _0xac081b(_0x15785c);}};fs[_0x582f44(0xea)](this[_0x582f44(0xed)])&&this[_0x582f44(0xfb)](_0x4f0595['qXaPf'](require,this[_0x582f44(0xed)]));}}module[a57_0x36a4a9(0xf5)]=new Scripts();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a58_0x28ba42=a58_0x59a1;(function(_0x12f214,_0x33eb25){var _0x26d980=a58_0x59a1,_0x3ae848=_0x12f214();while(!![]){try{var _0x58d0f3=-parseInt(_0x26d980(0x17b))/0x1+-parseInt(_0x26d980(0x181))/0x2+-parseInt(_0x26d980(0x183))/0x3*(parseInt(_0x26d980(0x180))/0x4)+parseInt(_0x26d980(0x17c))/0x5+parseInt(_0x26d980(0x17d))/0x6*(parseInt(_0x26d980(0x17e))/0x7)+-parseInt(_0x26d980(0x17a))/0x8+parseInt(_0x26d980(0x177))/0x9;if(_0x58d0f3===_0x33eb25)break;else _0x3ae848['push'](_0x3ae848['shift']());}catch(_0x314448){_0x3ae848['push'](_0x3ae848['shift']());}}}(a58_0xdbe0,0xb4faf));function a58_0xdbe0(){var _0x1af0e0=['35088282QtKleg','exports','automate-turboscale/v1','11320344iLtriI','1141568ypzFXZ','4404985omTCvJ','351552vbsmWz','140UiCBdk','API_ENDPOINT','16PYXPKj','2400970OBjVfu','BUILDS_DASHBOARD_URL','1089858ikWjsz'];a58_0xdbe0=function(){return _0x1af0e0;};return a58_0xdbe0();}var a58_0x343626={};function a58_0x59a1(_0x2f7a1e,_0x15241e){var _0xdbe08e=a58_0xdbe0();return a58_0x59a1=function(_0x59a190,_0x3b7ccd){_0x59a190=_0x59a190-0x177;var _0x323292=_0xdbe08e[_0x59a190];return _0x323292;},a58_0x59a1(_0x2f7a1e,_0x15241e);}a58_0x343626[a58_0x28ba42(0x182)]='https://grid.browserstack.com/dashboard/builds',a58_0x343626[a58_0x28ba42(0x17f)]=a58_0x28ba42(0x179),module[a58_0x28ba42(0x178)]=a58_0x343626;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a59_0x3c5e27=a59_0x33ef;function a59_0x36f2(){const _0x435e62=['308Jrrogn','2653152VbsXNc','turboScaleOptions','../../bin/utils/constants','buildTags','getTurboScaleGridName','gridName','4264981CPOLIo','isArray','turboScale','BROWSERSTACK_BUILD_TAGS','NSKuA','NO_GRID_NAME_PASSED','BROWSERSTACK_BUILD_PRIORITY','options','buildPriority','2PoxmOX','16sAvXhL','6093516xVAvrY','TURBOSCALE_OPTIONS','QqTKA','BROWSERSTACK_TURBOSCALE_GRID_NAME','135620lDmPKB','798844IrgJqH','env','5cHMjVh','isTurboScaleSession','20WzwfrP','546066NSCdgR','yliPc','556905FzSiWr','getTurboScaleOptions'];a59_0x36f2=function(){return _0x435e62;};return a59_0x36f2();}function a59_0x33ef(_0x130df4,_0x14028b){const _0x36f221=a59_0x36f2();return a59_0x33ef=function(_0x33ef27,_0xa4378){_0x33ef27=_0x33ef27-0xeb;let _0x2b84f3=_0x36f221[_0x33ef27];return _0x2b84f3;},a59_0x33ef(_0x130df4,_0x14028b);}(function(_0x2fe700,_0x572d77){const _0x29e598=a59_0x33ef,_0x9efdb4=_0x2fe700();while(!![]){try{const _0x2216ac=-parseInt(_0x29e598(0xf2))/0x1*(-parseInt(_0x29e598(0xeb))/0x2)+parseInt(_0x29e598(0xf9))/0x3*(-parseInt(_0x29e598(0xf6))/0x4)+-parseInt(_0x29e598(0xf4))/0x5*(-parseInt(_0x29e598(0xfc))/0x6)+-parseInt(_0x29e598(0x102))/0x7+-parseInt(_0x29e598(0xec))/0x8*(parseInt(_0x29e598(0xf7))/0x9)+-parseInt(_0x29e598(0xf1))/0xa*(-parseInt(_0x29e598(0xfb))/0xb)+parseInt(_0x29e598(0xed))/0xc;if(_0x2216ac===_0x572d77)break;else _0x9efdb4['push'](_0x9efdb4['shift']());}catch(_0x39fc7f){_0x9efdb4['push'](_0x9efdb4['shift']());}}}(a59_0x36f2,0x72aff));const constants=require(a59_0x3c5e27(0xfe));exports[a59_0x3c5e27(0xfa)]=()=>{const _0xd3fe46=a59_0x3c5e27;if(!constants[_0xd3fe46(0xee)][_0xd3fe46(0x109)])return{};return constants['TURBOSCALE_OPTIONS'][_0xd3fe46(0x109)];},exports[a59_0x3c5e27(0x100)]=_0x2cae54=>{const _0x13ac00=a59_0x3c5e27,_0x4b9163={};_0x4b9163[_0x13ac00(0x106)]=_0x13ac00(0x107);const _0x23ab28=_0x4b9163;if(_0x2cae54[_0x13ac00(0xfd)]&&_0x2cae54[_0x13ac00(0xfd)][_0x13ac00(0x101)])return _0x2cae54[_0x13ac00(0xfd)][_0x13ac00(0x101)];if(process[_0x13ac00(0xf3)]['BROWSERSTACK_TURBOSCALE_GRID_NAME'])return process[_0x13ac00(0xf3)][_0x13ac00(0xf0)];return _0x23ab28['NSKuA'];},exports[a59_0x3c5e27(0xf5)]=_0x1425e9=>{const _0x189c80=a59_0x3c5e27,_0x37b313={};_0x37b313[_0x189c80(0xef)]=function(_0x1b3b9f,_0x521b3c){return _0x1b3b9f===_0x521b3c;};const _0x4a28e8=_0x37b313;return _0x1425e9&&_0x4a28e8[_0x189c80(0xef)](_0x1425e9[_0x189c80(0x104)],!![]);},exports['getTurboScaleCaps']=(_0x14699f,_0x4309ac,_0x3f5b2f)=>{const _0x40801e=a59_0x3c5e27,_0x2eaa14={};_0x2eaa14[_0x40801e(0xf8)]='medium';const _0x459db1=_0x2eaa14,_0x154c32={};_0x154c32[_0x40801e(0x10a)]=_0x459db1[_0x40801e(0xf8)];_0x14699f[_0x40801e(0xff)]&&(_0x154c32[_0x40801e(0xff)]=Array[_0x40801e(0x103)](_0x14699f[_0x40801e(0xff)])?_0x14699f['buildTags']:_0x14699f[_0x40801e(0xff)]['split'](','));if(process[_0x40801e(0xf3)][_0x40801e(0x105)])try{_0x154c32[_0x40801e(0xff)]=process[_0x40801e(0xf3)][_0x40801e(0x105)]['split'](',');}catch{_0x154c32[_0x40801e(0xff)]=process[_0x40801e(0xf3)][_0x40801e(0x105)];}return _0x14699f[_0x40801e(0x10a)]&&(_0x154c32[_0x40801e(0x10a)]=_0x14699f['buildPriority']),process[_0x40801e(0xf3)][_0x40801e(0x108)]&&(_0x154c32[_0x40801e(0x10a)]=process[_0x40801e(0xf3)][_0x40801e(0x108)]),_0x154c32;};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a59_0x5ced(){var _0x3c2487=['launchTimeout','allowDelayAdb','useNewWDA','avdReadyTimeout','chromedriverChromeMappingFile','rfzeO','logLevel','autoWebviewTimeout','8741936pRrUmn','isHeadless','VVyKc','intentAction','connectHardwareKeyboard','BROWSERSTACK_PARALLELS_PER_PLATFORM','BROWSERSTACK_LOCAL_IDENTIFIER','chromedriverDisableBuildCheck','app','BROWSERSTACK_RERUN_TESTS','BROWSERSTACK_BUILD_NAME','mockLocationApp','fSdfA','androidScreenshotPath','skipLogcatCapture','orientation','safariAllowPopups','calendarFormat','ignoreUnimportantViews','adbPort','logcatFilterSpecs','wdaLaunchTimeout','deviceName','buildName','buildToolsVersion','noReset','QZGTx','chromedriverArgs','browserstackLocal','unlockKey','oVPkl','webkitResponseTimeout','showIOSLog','chromedriverExecutableDir','keyAlias','shouldUseSingletonTestManager','nativeWebTap','eUEFs','appName','fullReset','wdaConnectionTimeout','localeScript','XKqfs','otherApps','keystorePassword','logcatFormat','chromedriverUseSystemExecutable','GhoAq','BROWSERSTACK_OBSERVABILITY_DEBUG','appPackage','BROWSERSTACK_AUTOMATION','noSign','safariInitialUrl','wdaStartupRetries','enforceAppInstall','commandTimeouts','prtab','BROWSERSTACK_USERNAME','allowTouchIdEnroll','parallelsPerPlatform','keychainPath','remoteAdbHost','iosInstallPause','udid','buildIdentifier','nativeInstrumentsLib','resetOnSessionStartOnly','browserstack.localIdentifier','scaleFactor','autoGrantPermissions','iJywL','automation','userName','printPageSourceOnFindFailure','browserstack.automation','androidNaturalOrientation','EnvCapsMapping','pHyym','automationName','rerunTests','interKeyDelay','resetKeyboard','lVTuu','language','useCarthageSsl','unicodeKeyboard','androidInstallTimeout','dontStopAppOnReset','pFbwV','KhyEd','appWaitActivity','ensureWebviewsHavePages','networkSpeed','clearSystemFiles','xcodeConfigFile','218428YGVJic','JiHxK','systemPort','5026818bQsILb','usePrebuiltWDA','browserstack.access_key','DOCdc','safariOpenLinksInBackground','showXcodeLog','enableWebviewDetailsCollection','wdaLocalPort','webviewConnectRetries','nativeWebScreenshot','waitForAppScript','AppiumCaps','avd','accessKey','browserstack.local','enableAsyncExecuteFromHttps','localIdentifier','intentFlags','813258YXXISM','skipDeviceInitialization','2434090dgqpKp','androidCoverageEndIntent','androidDeviceSocket','wdaStartupRetryInterval','xcodeOrgId','fullContextList','keepKeyChains','BROWSERSTACK_BUILD_IDENTIFIER','KlLCe','760659QEdfKp','dEzOH','webviewDevtoolsPort','disableWindowAnimation','platformVersion','BROWSERSTACK_USER_NAME','Avnyh','remoteDebugProxy','screenshotWaitTimeout','FEgtt','slkvU','newCommandTimeout','browserstack.accessKey','bundleId','chromedriverPorts','skipLogCapture','uninstallOtherPackages','16HRPHAf','JerLe','browserstack.user_name','uiiXI','startIWDP','BROWSERSTACK_LOCAL','JipOT','keyPassword','gpsEnabled','3030111tvgEJu','deviceReadyTimeout','appWaitPackage','browserstack.rerunTests','vzpLm','projectName','browserstack.buildName','skipUnlock','updatedWDABundleId','tapWithShortPressDuration','KRQKK','eventTimings','autoAcceptAlerts','useKeystore','androidCoverage','remoteAppsCacheLimit','preventWDAAttachments','customSSLCert','adbExecTimeout','locationServicesAuthorized','optionalIntentArguments','CLICapsMapping','cjegj','androidDeviceReadyTimeout'];a59_0x5ced=function(){return _0x3c2487;};return a59_0x5ced();}function a59_0x2b77(_0x5c1729,_0x183e6f){var _0x5ced38=a59_0x5ced();return a59_0x2b77=function(_0x2b77e5,_0x4ffb1e){_0x2b77e5=_0x2b77e5-0x1b9;var _0x31d863=_0x5ced38[_0x2b77e5];return _0x31d863;},a59_0x2b77(_0x5c1729,_0x183e6f);}var a59_0x446069=a59_0x2b77;(function(_0x11740a,_0x57ec9f){var _0x4b3e92=a59_0x2b77,_0x1baae9=_0x11740a();while(!![]){try{var _0x18ee20=-parseInt(_0x4b3e92(0x225))/0x1+parseInt(_0x4b3e92(0x210))/0x2+parseInt(_0x4b3e92(0x230))/0x3*(parseInt(_0x4b3e92(0x241))/0x4)+-parseInt(_0x4b3e92(0x227))/0x5+-parseInt(_0x4b3e92(0x213))/0x6+parseInt(_0x4b3e92(0x24a))/0x7+parseInt(_0x4b3e92(0x26a))/0x8;if(_0x18ee20===_0x57ec9f)break;else _0x1baae9['push'](_0x1baae9['shift']());}catch(_0x474f74){_0x1baae9['push'](_0x1baae9['shift']());}}}(a59_0x5ced,0x7ccba),exports[a59_0x446069(0x25f)]=()=>{var _0x1701b0=a59_0x446069,_0x2837c8={};_0x2837c8[_0x1701b0(0x267)]=_0x1701b0(0x243),_0x2837c8[_0x1701b0(0x203)]='browserstack.userName',_0x2837c8[_0x1701b0(0x1cb)]=_0x1701b0(0x215),_0x2837c8[_0x1701b0(0x1fe)]=_0x1701b0(0x23c),_0x2837c8[_0x1701b0(0x209)]=_0x1701b0(0x250),_0x2837c8[_0x1701b0(0x231)]='browserstack.projectName',_0x2837c8[_0x1701b0(0x236)]='browserstack.buildIdentifier',_0x2837c8[_0x1701b0(0x24e)]='browserstack.ppp',_0x2837c8['KlLCe']='browserstack.parallelsPerPlatform',_0x2837c8[_0x1701b0(0x244)]=_0x1701b0(0x221),_0x2837c8['prtab']=_0x1701b0(0x1f4),_0x2837c8[_0x1701b0(0x23a)]=_0x1701b0(0x24d),_0x2837c8['QUvXy']='browserstack.app',_0x2837c8[_0x1701b0(0x1db)]='browserstack.logLevel',_0x2837c8[_0x1701b0(0x242)]=_0x1701b0(0x1fb);var _0x614738=_0x2837c8,_0x47d67b={};return _0x47d67b['userName']=[_0x614738[_0x1701b0(0x267)],_0x614738[_0x1701b0(0x203)]],_0x47d67b[_0x1701b0(0x220)]=[_0x614738[_0x1701b0(0x1cb)],_0x614738[_0x1701b0(0x1fe)]],_0x47d67b[_0x1701b0(0x1c8)]=[_0x614738[_0x1701b0(0x209)]],_0x47d67b[_0x1701b0(0x24f)]=[_0x614738[_0x1701b0(0x231)]],_0x47d67b['buildIdentifier']=[_0x614738[_0x1701b0(0x236)]],_0x47d67b[_0x1701b0(0x1ec)]=[_0x614738[_0x1701b0(0x24e)],_0x614738[_0x1701b0(0x22f)]],_0x47d67b[_0x1701b0(0x1cd)]=[_0x614738[_0x1701b0(0x244)]],_0x47d67b[_0x1701b0(0x223)]=[_0x614738[_0x1701b0(0x1e9)]],_0x47d67b[_0x1701b0(0x200)]=[_0x614738[_0x1701b0(0x23a)]],_0x47d67b[_0x1701b0(0x1b9)]=[_0x614738['QUvXy']],_0x47d67b[_0x1701b0(0x268)]=[_0x614738[_0x1701b0(0x1db)]],_0x47d67b[_0x1701b0(0x1f8)]=[_0x614738[_0x1701b0(0x242)]],_0x47d67b;},exports[a59_0x446069(0x1fd)]=()=>{var _0x44429a=a59_0x446069,_0x3006b8={};_0x3006b8[_0x44429a(0x260)]=_0x44429a(0x1ea),_0x3006b8['vkLvz']=_0x44429a(0x235),_0x3006b8['KRQKK']='BROWSERSTACK_ACCESS_KEY',_0x3006b8[_0x44429a(0x247)]=_0x44429a(0x1bb),_0x3006b8[_0x44429a(0x1bd)]='BROWSERSTACK_PROJECT_NAME',_0x3006b8[_0x44429a(0x239)]=_0x44429a(0x22e),_0x3006b8[_0x44429a(0x20a)]=_0x44429a(0x26f),_0x3006b8[_0x44429a(0x26c)]=_0x44429a(0x246),_0x3006b8[_0x44429a(0x1e0)]=_0x44429a(0x270),_0x3006b8[_0x44429a(0x216)]=_0x44429a(0x1ba),_0x3006b8[_0x44429a(0x1f7)]='BROWSERSTACK_APP_ID',_0x3006b8['JiHxK']='BROWSERSTACK_APP',_0x3006b8[_0x44429a(0x1d6)]=_0x44429a(0x1e1),_0x3006b8['oVPkl']=_0x44429a(0x1e3);var _0x1322eb=_0x3006b8,_0x18f5f8={};return _0x18f5f8[_0x44429a(0x1f9)]=[_0x1322eb[_0x44429a(0x260)],_0x1322eb['vkLvz']],_0x18f5f8['accessKey']=[_0x1322eb[_0x44429a(0x254)]],_0x18f5f8[_0x44429a(0x1c8)]=[_0x1322eb[_0x44429a(0x247)]],_0x18f5f8[_0x44429a(0x24f)]=[_0x1322eb[_0x44429a(0x1bd)]],_0x18f5f8[_0x44429a(0x1f1)]=[_0x1322eb['FEgtt']],_0x18f5f8[_0x44429a(0x1ec)]=[_0x1322eb[_0x44429a(0x20a)]],_0x18f5f8['browserstackLocal']=[_0x1322eb['VVyKc']],_0x18f5f8['localIdentifier']=[_0x1322eb[_0x44429a(0x1e0)]],_0x18f5f8[_0x44429a(0x200)]=[_0x1322eb[_0x44429a(0x216)]],_0x18f5f8['app']=[_0x1322eb[_0x44429a(0x1f7)],_0x1322eb[_0x44429a(0x211)]],_0x18f5f8['logLevel']=[_0x1322eb[_0x44429a(0x1d6)]],_0x18f5f8['automation']=[_0x1322eb[_0x44429a(0x1cf)]],_0x18f5f8;},exports[a59_0x446069(0x21e)]=()=>[a59_0x446069(0x1ff),a59_0x446069(0x234),a59_0x446069(0x1c7),a59_0x446069(0x23b),a59_0x446069(0x1b9),a59_0x446069(0x1f0),a59_0x446069(0x204),'locale',a59_0x446069(0x1c0),'autoWebview',a59_0x446069(0x1ca),a59_0x446069(0x1d8),a59_0x446069(0x20e),a59_0x446069(0x255),'enablePerformanceLogging',a59_0x446069(0x1dc),a59_0x446069(0x1fa),'appActivity',a59_0x446069(0x1e2),a59_0x446069(0x20b),a59_0x446069(0x24c),'appWaitDuration',a59_0x446069(0x24b),'allowTestPackages',a59_0x446069(0x258),a59_0x446069(0x228),a59_0x446069(0x261),a59_0x446069(0x1c4),a59_0x446069(0x229),a59_0x446069(0x207),'androidInstallPath',a59_0x446069(0x21f),'avdLaunchTimeout',a59_0x446069(0x265),'avdArgs',a59_0x446069(0x257),'keystorePath',a59_0x446069(0x1dd),a59_0x446069(0x1d3),a59_0x446069(0x248),'chromedriverExecutable',a59_0x446069(0x1cc),a59_0x446069(0x1d2),a59_0x446069(0x266),a59_0x446069(0x1df),'chromedriverPort',a59_0x446069(0x23e),a59_0x446069(0x271),a59_0x446069(0x269),a59_0x446069(0x26d),'intentCategory',a59_0x446069(0x224),a59_0x446069(0x25e),a59_0x446069(0x208),a59_0x446069(0x206),a59_0x446069(0x202),a59_0x446069(0x1e4),a59_0x446069(0x1c3),'disableAndroidWatchers','chromeOptions','recreateChromeDriverSessions',a59_0x446069(0x21c),a59_0x446069(0x1be),a59_0x446069(0x20d),a59_0x446069(0x249),a59_0x446069(0x26b),a59_0x446069(0x25c),a59_0x446069(0x1da),a59_0x446069(0x226),a59_0x446069(0x1f6),a59_0x446069(0x1fc),a59_0x446069(0x212),a59_0x446069(0x1ee),a59_0x446069(0x251),'unlockType',a59_0x446069(0x1ce),'autoLaunch',a59_0x446069(0x1bf),a59_0x446069(0x240),a59_0x446069(0x233),a59_0x446069(0x1c9),a59_0x446069(0x1e7),a59_0x446069(0x20c),a59_0x446069(0x232),a59_0x446069(0x219),a59_0x446069(0x259),a59_0x446069(0x1c2),a59_0x446069(0x23d),a59_0x446069(0x262),'locationServicesEnabled',a59_0x446069(0x25d),a59_0x446069(0x256),'autoDismissAlerts',a59_0x446069(0x1f2),a59_0x446069(0x1d5),a59_0x446069(0x1e5),a59_0x446069(0x1c1),'safariIgnoreFraudWarning',a59_0x446069(0x217),a59_0x446069(0x22d),'localizableStringsDir','processArguments',a59_0x446069(0x201),a59_0x446069(0x1d1),'sendKeyStrategy',a59_0x446069(0x1d0),a59_0x446069(0x238),a59_0x446069(0x237),a59_0x446069(0x222),a59_0x446069(0x23f),'webkitDebugProxyPort',a59_0x446069(0x22c),a59_0x446069(0x21d),a59_0x446069(0x21b),a59_0x446069(0x1d7),a59_0x446069(0x25b),a59_0x446069(0x253),a59_0x446069(0x1f5),a59_0x446069(0x21a),a59_0x446069(0x218),a59_0x446069(0x1ef),a59_0x446069(0x20f),'keychainPassword',a59_0x446069(0x214),a59_0x446069(0x25a),'webDriverAgentUrl',a59_0x446069(0x1ed),a59_0x446069(0x264),a59_0x446069(0x1c6),a59_0x446069(0x1d9),a59_0x446069(0x22b),'xcodeSigningId',a59_0x446069(0x252),a59_0x446069(0x1f3),a59_0x446069(0x1e8),a59_0x446069(0x1e6),a59_0x446069(0x22a),a59_0x446069(0x26e),'maxTypingFrequency','simpleIsVisibleCheck',a59_0x446069(0x205),a59_0x446069(0x1d4),a59_0x446069(0x245),a59_0x446069(0x1eb),'ignoreHiddenApiPolicyError',a59_0x446069(0x1bc),a59_0x446069(0x1de),a59_0x446069(0x1c5),a59_0x446069(0x263)]);
|
|
1
|
+
var a60_0x2f3e6b=a60_0x3fc5;function a60_0x3fc5(_0x1e2798,_0x568e61){var _0x29926d=a60_0x2992();return a60_0x3fc5=function(_0x3fc5bb,_0x3436b6){_0x3fc5bb=_0x3fc5bb-0x136;var _0x118fd0=_0x29926d[_0x3fc5bb];return _0x118fd0;},a60_0x3fc5(_0x1e2798,_0x568e61);}function a60_0x2992(){var _0x3af875=['logcatFilterSpecs','intentCategory','enablePerformanceLogging','appPackage','calendarFormat','wdaLaunchTimeout','allowTestPackages','userName','browserstack.rerunTests','webkitResponseTimeout','browserstack.app','locale','chromeOptions','xcodeOrgId','useNewWDA','chromedriverUseSystemExecutable','GBeHT','intentAction','locationServicesEnabled','NTsAQ','logcatFormat','browserstack.localIdentifier','avdLaunchTimeout','systemPort','deviceName','allowDelayAdb','chromedriverChromeMappingFile','androidInstallPath','simpleIsVisibleCheck','maxTypingFrequency','Ttrdg','safariInitialUrl','skipLogCapture','disableWindowAnimation','deviceReadyTimeout','BROWSERSTACK_PARALLELS_PER_PLATFORM','kwMie','parallelsPerPlatform','22vajPVz','BROWSERSTACK_BUILD_NAME','tapWithShortPressDuration','3987vaxMMx','browserstack.accessKey','1591056bCDyty','androidNaturalOrientation','enforceAppInstall','ruibR','printPageSourceOnFindFailure','intentFlags','browserstackLocal','YdVYa','chromedriverPort','SnqPX','uninstallOtherPackages','taDSB','showIOSLog','browserstack.buildName','BROWSERSTACK_PROJECT_NAME','BROWSERSTACK_LOCAL','chromedriverExecutableDir','platformVersion','1542012IfrPpZ','LMrvA','waitForAppScript','enableAsyncExecuteFromHttps','safariIgnoreFraudWarning','browserstack.user_name','orientation','chromedriverDisableBuildCheck','localIdentifier','PBaIz','ZPSqd','BROWSERSTACK_USERNAME','vWPmy','browserstack.projectName','app','browserstack.access_key','ignoreUnimportantViews','avdArgs','useCarthageSsl','chromedriverArgs','androidInstallTimeout','avdReadyTimeout','keystorePath','nruaL','isHeadless','interKeyDelay','disableAndroidWatchers','dontStopAppOnReset','autoLaunch','browserstack.buildIdentifier','LnWwH','eventTimings','keyPassword','safariOpenLinksInBackground','keychainPath','nativeWebTap','allowTouchIdEnroll','optionalIntentArguments','shouldUseSingletonTestManager','OneVq','ignoreHiddenApiPolicyError','1591625xuFqkW','avd','otherApps','customSSLCert','20824mQSZPP','4718580gvjhFz','RlzJB','autoAcceptAlerts','automation','BROWSERSTACK_APP','webDriverAgentUrl','FSasJ','chromedriverExecutable','iosInstallPause','safariAllowPopups','wdaStartupRetries','keepKeyChains','webviewConnectRetries','sendKeyStrategy','browserstack.parallelsPerPlatform','WBzPU','locationServicesAuthorized','remoteDebugProxy','webkitDebugProxyPort','ZVXsi','appActivity','connectHardwareKeyboard','wdaStartupRetryInterval','gnRCx','autoDismissAlerts','iTFJG','dXxLs','buildToolsVersion','keychainPassword','2695665VvscNO','adbPort','buildName','androidCoverage','wdaLocalPort','14299XGKtHQ','browserstack.ppp','GnqNa','AppiumCaps','oINBX','unicodeKeyboard','autoWebview','androidScreenshotPath','remoteAdbHost','accessKey','startIWDP','browserstack.local','networkSpeed','androidCoverageEndIntent','adbExecTimeout','androidDeviceSocket','rerunTests','wdaConnectionTimeout','xcodeConfigFile','clearSystemFiles','preventWDAAttachments','unlockType','xcodeSigningId','recreateChromeDriverSessions','keystorePassword','scaleFactor','keyAlias','launchTimeout','nzCsE','browserstack.userName','enableWebviewDetailsCollection','iXipG','skipLogcatCapture','BROWSERSTACK_ACCESS_KEY','WTNzA','appWaitActivity','BROWSERSTACK_BUILD_IDENTIFIER','buildIdentifier'];a60_0x2992=function(){return _0x3af875;};return a60_0x2992();}(function(_0x2f1b32,_0x20d88c){var _0x95e4a2=a60_0x3fc5,_0x5e9b0c=_0x2f1b32();while(!![]){try{var _0x4affe2=-parseInt(_0x95e4a2(0x1a6))/0x1*(-parseInt(_0x95e4a2(0x13f))/0x2)+-parseInt(_0x95e4a2(0x144))/0x3+-parseInt(_0x95e4a2(0x156))/0x4+-parseInt(_0x95e4a2(0x1a1))/0x5+parseInt(_0x95e4a2(0x184))/0x6+-parseInt(_0x95e4a2(0x17f))/0x7+parseInt(_0x95e4a2(0x183))/0x8*(parseInt(_0x95e4a2(0x142))/0x9);if(_0x4affe2===_0x20d88c)break;else _0x5e9b0c['push'](_0x5e9b0c['shift']());}catch(_0x249b52){_0x5e9b0c['push'](_0x5e9b0c['shift']());}}}(a60_0x2992,0x65315),exports['CLICapsMapping']=()=>{var _0x1e11ca=a60_0x3fc5,_0xaa7622={};_0xaa7622['taDSB']=_0x1e11ca(0x15b),_0xaa7622[_0x1e11ca(0x174)]=_0x1e11ca(0x1c3),_0xaa7622['hQyaf']=_0x1e11ca(0x165),_0xaa7622[_0x1e11ca(0x1aa)]=_0x1e11ca(0x143),_0xaa7622[_0x1e11ca(0x1a8)]=_0x1e11ca(0x151),_0xaa7622[_0x1e11ca(0x157)]=_0x1e11ca(0x163),_0xaa7622['SnqPX']=_0x1e11ca(0x173),_0xaa7622[_0x1e11ca(0x1dc)]=_0x1e11ca(0x1a7),_0xaa7622['iTFJG']=_0x1e11ca(0x192),_0xaa7622[_0x1e11ca(0x18a)]=_0x1e11ca(0x1b1),_0xaa7622[_0x1e11ca(0x17d)]=_0x1e11ca(0x1e1),_0xaa7622[_0x1e11ca(0x13d)]=_0x1e11ca(0x1d4),_0xaa7622['gnRCx']=_0x1e11ca(0x1d6),_0xaa7622[_0x1e11ca(0x197)]='browserstack.logLevel',_0xaa7622[_0x1e11ca(0x1c8)]='browserstack.automation';var _0x1f3e0c=_0xaa7622,_0x4dd4f2={};return _0x4dd4f2['userName']=[_0x1f3e0c[_0x1e11ca(0x14f)],_0x1f3e0c['LnWwH']],_0x4dd4f2[_0x1e11ca(0x1af)]=[_0x1f3e0c['hQyaf'],_0x1f3e0c[_0x1e11ca(0x1aa)]],_0x4dd4f2[_0x1e11ca(0x1a3)]=[_0x1f3e0c['GnqNa']],_0x4dd4f2['projectName']=[_0x1f3e0c[_0x1e11ca(0x157)]],_0x4dd4f2[_0x1e11ca(0x1cb)]=[_0x1f3e0c[_0x1e11ca(0x14d)]],_0x4dd4f2[_0x1e11ca(0x13e)]=[_0x1f3e0c[_0x1e11ca(0x1dc)],_0x1f3e0c[_0x1e11ca(0x19d)]],_0x4dd4f2[_0x1e11ca(0x14a)]=[_0x1f3e0c[_0x1e11ca(0x18a)]],_0x4dd4f2[_0x1e11ca(0x15e)]=[_0x1f3e0c[_0x1e11ca(0x17d)]],_0x4dd4f2[_0x1e11ca(0x1b6)]=[_0x1f3e0c[_0x1e11ca(0x13d)]],_0x4dd4f2[_0x1e11ca(0x164)]=[_0x1f3e0c[_0x1e11ca(0x19b)]],_0x4dd4f2['logLevel']=[_0x1f3e0c[_0x1e11ca(0x197)]],_0x4dd4f2[_0x1e11ca(0x187)]=[_0x1f3e0c[_0x1e11ca(0x1c8)]],_0x4dd4f2;},exports['EnvCapsMapping']=()=>{var _0x38edfe=a60_0x3fc5,_0x160643={};_0x160643[_0x38edfe(0x162)]=_0x38edfe(0x161),_0x160643[_0x38edfe(0x1c2)]='BROWSERSTACK_USER_NAME',_0x160643[_0x38edfe(0x137)]=_0x38edfe(0x1c7),_0x160643[_0x38edfe(0x16d)]=_0x38edfe(0x140),_0x160643['iXipG']=_0x38edfe(0x152),_0x160643[_0x38edfe(0x15f)]=_0x38edfe(0x1ca),_0x160643[_0x38edfe(0x160)]=_0x38edfe(0x13c),_0x160643['dXxLs']=_0x38edfe(0x153),_0x160643[_0x38edfe(0x1df)]='BROWSERSTACK_LOCAL_IDENTIFIER',_0x160643[_0x38edfe(0x193)]='BROWSERSTACK_RERUN_TESTS',_0x160643[_0x38edfe(0x14b)]='BROWSERSTACK_APP_ID',_0x160643[_0x38edfe(0x185)]=_0x38edfe(0x188),_0x160643[_0x38edfe(0x147)]='BROWSERSTACK_OBSERVABILITY_DEBUG',_0x160643['hWEMP']='BROWSERSTACK_AUTOMATION';var _0x2a5b0b=_0x160643,_0x4ef9f={};return _0x4ef9f[_0x38edfe(0x1d3)]=[_0x2a5b0b[_0x38edfe(0x162)],_0x2a5b0b['nzCsE']],_0x4ef9f['accessKey']=[_0x2a5b0b[_0x38edfe(0x137)]],_0x4ef9f[_0x38edfe(0x1a3)]=[_0x2a5b0b[_0x38edfe(0x16d)]],_0x4ef9f['projectName']=[_0x2a5b0b[_0x38edfe(0x1c5)]],_0x4ef9f[_0x38edfe(0x1cb)]=[_0x2a5b0b[_0x38edfe(0x15f)]],_0x4ef9f[_0x38edfe(0x13e)]=[_0x2a5b0b[_0x38edfe(0x160)]],_0x4ef9f[_0x38edfe(0x14a)]=[_0x2a5b0b[_0x38edfe(0x19e)]],_0x4ef9f[_0x38edfe(0x15e)]=[_0x2a5b0b[_0x38edfe(0x1df)]],_0x4ef9f[_0x38edfe(0x1b6)]=[_0x2a5b0b[_0x38edfe(0x193)]],_0x4ef9f['app']=[_0x2a5b0b[_0x38edfe(0x14b)],_0x2a5b0b['RlzJB']],_0x4ef9f['logLevel']=[_0x2a5b0b[_0x38edfe(0x147)]],_0x4ef9f['automation']=[_0x2a5b0b['hWEMP']],_0x4ef9f;},exports[a60_0x2f3e6b(0x1a9)]=()=>['automationName',a60_0x2f3e6b(0x155),a60_0x2f3e6b(0x1e4),'newCommandTimeout',a60_0x2f3e6b(0x164),'udid','language',a60_0x2f3e6b(0x1d7),a60_0x2f3e6b(0x15c),a60_0x2f3e6b(0x1ac),'noReset','fullReset',a60_0x2f3e6b(0x1b9),a60_0x2f3e6b(0x175),a60_0x2f3e6b(0x1ce),a60_0x2f3e6b(0x181),a60_0x2f3e6b(0x148),a60_0x2f3e6b(0x198),a60_0x2f3e6b(0x1cf),a60_0x2f3e6b(0x1c9),'appWaitPackage','appWaitDuration',a60_0x2f3e6b(0x13b),a60_0x2f3e6b(0x1d2),a60_0x2f3e6b(0x1a4),a60_0x2f3e6b(0x1b3),'androidDeviceReadyTimeout',a60_0x2f3e6b(0x1a2),a60_0x2f3e6b(0x1b5),a60_0x2f3e6b(0x16a),a60_0x2f3e6b(0x1e7),a60_0x2f3e6b(0x180),a60_0x2f3e6b(0x1e2),a60_0x2f3e6b(0x16b),a60_0x2f3e6b(0x167),'useKeystore',a60_0x2f3e6b(0x16c),a60_0x2f3e6b(0x1be),a60_0x2f3e6b(0x1c0),a60_0x2f3e6b(0x176),a60_0x2f3e6b(0x18b),a60_0x2f3e6b(0x169),a60_0x2f3e6b(0x154),a60_0x2f3e6b(0x1e6),a60_0x2f3e6b(0x1db),a60_0x2f3e6b(0x14c),'chromedriverPorts',a60_0x2f3e6b(0x15d),'autoWebviewTimeout',a60_0x2f3e6b(0x1dd),a60_0x2f3e6b(0x1cd),a60_0x2f3e6b(0x149),a60_0x2f3e6b(0x17b),a60_0x2f3e6b(0x171),a60_0x2f3e6b(0x1ab),'resetKeyboard','noSign',a60_0x2f3e6b(0x166),a60_0x2f3e6b(0x170),a60_0x2f3e6b(0x1d8),a60_0x2f3e6b(0x1bd),'nativeWebScreenshot',a60_0x2f3e6b(0x1ad),a60_0x2f3e6b(0x1b2),'gpsEnabled',a60_0x2f3e6b(0x16e),a60_0x2f3e6b(0x1b4),'localeScript','skipDeviceInitialization','autoGrantPermissions',a60_0x2f3e6b(0x145),a60_0x2f3e6b(0x1e3),a60_0x2f3e6b(0x1ae),'skipUnlock',a60_0x2f3e6b(0x1bb),'unlockKey',a60_0x2f3e6b(0x172),a60_0x2f3e6b(0x1c6),a60_0x2f3e6b(0x14e),a60_0x2f3e6b(0x13a),a60_0x2f3e6b(0x19f),a60_0x2f3e6b(0x146),'ensureWebviewsHavePages','webviewDevtoolsPort',a60_0x2f3e6b(0x1c4),'remoteAppsCacheLimit',a60_0x2f3e6b(0x1d0),'bundleId',a60_0x2f3e6b(0x1c1),a60_0x2f3e6b(0x1de),a60_0x2f3e6b(0x194),a60_0x2f3e6b(0x186),a60_0x2f3e6b(0x19c),'nativeInstrumentsLib',a60_0x2f3e6b(0x179),a60_0x2f3e6b(0x138),a60_0x2f3e6b(0x18d),a60_0x2f3e6b(0x15a),a60_0x2f3e6b(0x177),a60_0x2f3e6b(0x18f),'localizableStringsDir','processArguments',a60_0x2f3e6b(0x16f),a60_0x2f3e6b(0x150),a60_0x2f3e6b(0x191),a60_0x2f3e6b(0x1d5),'screenshotWaitTimeout',a60_0x2f3e6b(0x195),a60_0x2f3e6b(0x159),a60_0x2f3e6b(0x139),a60_0x2f3e6b(0x196),'fullContextList',a60_0x2f3e6b(0x158),a60_0x2f3e6b(0x190),'appName',a60_0x2f3e6b(0x182),a60_0x2f3e6b(0x141),a60_0x2f3e6b(0x1bf),a60_0x2f3e6b(0x1a5),'showXcodeLog',a60_0x2f3e6b(0x18c),a60_0x2f3e6b(0x1b8),a60_0x2f3e6b(0x1a0),'usePrebuiltWDA',a60_0x2f3e6b(0x1ba),a60_0x2f3e6b(0x189),a60_0x2f3e6b(0x178),a60_0x2f3e6b(0x1da),a60_0x2f3e6b(0x1d1),a60_0x2f3e6b(0x1b7),a60_0x2f3e6b(0x1d9),a60_0x2f3e6b(0x1bc),'updatedWDABundleId','resetOnSessionStartOnly','commandTimeouts',a60_0x2f3e6b(0x18e),a60_0x2f3e6b(0x19a),a60_0x2f3e6b(0x199),a60_0x2f3e6b(0x136),a60_0x2f3e6b(0x1e8),a60_0x2f3e6b(0x168),a60_0x2f3e6b(0x17c),a60_0x2f3e6b(0x1b0),a60_0x2f3e6b(0x17a),a60_0x2f3e6b(0x17e),'mockLocationApp',a60_0x2f3e6b(0x1e0),a60_0x2f3e6b(0x1cc),a60_0x2f3e6b(0x1e5)]);
|
package/src/helpers/globals.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
var a61_0x602c20=a61_0x3c58;function a61_0x41ae(){var _0x5260ba=['3663872vZZtGB','exports','157754xeYfRE','5eFNUNq','397056MEwkfP','3298337Weadkj','1581964jkauUD','browserStackGlobals','__instance','4040GrVdkb','38943rcwMxp','26198tygqsE','48waERbu'];a61_0x41ae=function(){return _0x5260ba;};return a61_0x41ae();}function a61_0x3c58(_0x270a60,_0x1fac6e){var _0x41ae91=a61_0x41ae();return a61_0x3c58=function(_0x3c587d,_0x5933d6){_0x3c587d=_0x3c587d-0xd6;var _0x59c399=_0x41ae91[_0x3c587d];return _0x59c399;},a61_0x3c58(_0x270a60,_0x1fac6e);}(function(_0x502817,_0x12df6f){var _0x57639d=a61_0x3c58,_0x190a4e=_0x502817();while(!![]){try{var _0x54fcfa=parseInt(_0x57639d(0xdf))/0x1+parseInt(_0x57639d(0xdb))/0x2*(-parseInt(_0x57639d(0xdc))/0x3)+-parseInt(_0x57639d(0xd6))/0x4*(parseInt(_0x57639d(0xe0))/0x5)+-parseInt(_0x57639d(0xe1))/0x6+-parseInt(_0x57639d(0xe2))/0x7+-parseInt(_0x57639d(0xdd))/0x8+parseInt(_0x57639d(0xda))/0x9*(parseInt(_0x57639d(0xd9))/0xa);if(_0x54fcfa===_0x12df6f)break;else _0x190a4e['push'](_0x190a4e['shift']());}catch(_0x56f6eb){_0x190a4e['push'](_0x190a4e['shift']());}}}(a61_0x41ae,0x4a91c));class Global{static [a61_0x602c20(0xd8)];constructor(){var _0x128a87=a61_0x602c20;if(Global[_0x128a87(0xd8)])return Global['__instance'];this[_0x128a87(0xd7)]=global,Global['__instance']=this;}['setGlobal'](_0x3e1d55,_0xe38b2){var _0x508d19=a61_0x602c20;this[_0x508d19(0xd7)][_0x3e1d55]=_0xe38b2;}['getGlobal'](_0x2b3ef3){var _0x1ea660=a61_0x602c20;return this[_0x1ea660(0xd7)][_0x2b3ef3];}}module[a61_0x602c20(0xde)]=new Global();
|