browserstack-node-sdk 1.34.0 → 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 -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
|
-
const
|
|
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
|
-
const
|
|
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
|
-
var a60_0xde4776=a60_0x4e87;function a60_0x16d6(){var _0x2a4d70=['fullReset','intentCategory','buildIdentifier','xPXPC','accessKey','browserstackLocal','milDT','BorML','fcKDD','safariIgnoreFraudWarning','ejLRG','BoPAI','enableWebviewDetailsCollection','noReset','automationName','3879468SVPThm','screenshotWaitTimeout','buildToolsVersion','WiDqo','bundleId','usePrebuiltWDA','keystorePath','isHeadless','showIOSLog','androidNaturalOrientation','appWaitPackage','browserstack.logLevel','safariOpenLinksInBackground','28475634QqoIgp','updatedWDABundleId','BzHRS','chromedriverDisableBuildCheck','webviewDevtoolsPort','browserstack.parallelsPerPlatform','LzSho','localizableStringsDir','chromedriverPorts','dPTLB','enforceAppInstall','TiBTH','1708817BPIEES','skipDeviceInitialization','voJOt','FSdfs','androidDeviceSocket','keystorePassword','shouldUseSingletonTestManager','uyrKV','userName','recreateChromeDriverSessions','resetOnSessionStartOnly','orientation','resetKeyboard','useNewWDA','browserstack.local','avdLaunchTimeout','optionalIntentArguments','chromedriverArgs','showXcodeLog','chromedriverPort','adbExecTimeout','logcatFormat','useCarthageSsl','browserstack.automation','maxTypingFrequency','keyAlias','remoteDebugProxy','startIWDP','nativeWebScreenshot','wdaStartupRetries','preventWDAAttachments','BROWSERSTACK_USER_NAME','5KTDLlJ','nativeInstrumentsLib','allowTouchIdEnroll','commandTimeouts','wdaConnectionTimeout','BROWSERSTACK_LOCAL_IDENTIFIER','unlockType','BROWSERSTACK_USERNAME','androidScreenshotPath','meCzt','processArguments','projectName','svheX','avdArgs','keychainPath','xcodeConfigFile','webkitDebugProxyPort','uninstallOtherPackages','wSfrY','zQdMx','KTGso','BROWSERSTACK_BUILD_NAME','tapWithShortPressDuration','wdaLocalPort','intentAction','automation','10zSkgis','keychainPassword','androidInstallTimeout','4857992vMPsyW','newCommandTimeout','chromedriverUseSystemExecutable','xcodeSigningId','localIdentifier','webDriverAgentUrl','buildName','interKeyDelay','printPageSourceOnFindFailure','appWaitActivity','skipLogcatCapture','androidCoverageEndIntent','lovXC','browserstack.buildName','browserstack.app','appWaitDuration','browserstack.localIdentifier','useKeystore','PYthV','remoteAdbHost','ignoreHiddenApiPolicyError','deviceName','appActivity','keyPassword','androidDeviceReadyTimeout','unlockKey','browserstack.projectName','logLevel','nativeWebTap','ZJZGc','networkSpeed','allowTestPackages','browserstack.rerunTests','BROWSERSTACK_OBSERVABILITY_DEBUG','rEEUH','autoLaunch','6896598tqGZlS','BROWSERSTACK_APP_ID','avdReadyTimeout','platformVersion','AppiumCaps','logcatFilterSpecs','eventTimings','appName','enablePerformanceLogging','27484BSuBcg','chromeOptions','WFfLf','language','JgoFr','BROWSERSTACK_PARALLELS_PER_PLATFORM','browserstack.access_key','browserstack.user_name','app','2nCijIe','BROWSERSTACK_APP','browserstack.userName','disableWindowAnimation','6201601aoZVkP','skipUnlock','safariInitialUrl','webkitResponseTimeout','localeScript','TwqSz','dontStopAppOnReset','autoDismissAlerts','autoGrantPermissions','ngGPZ','BROWSERSTACK_BUILD_IDENTIFIER','jwMoJ','ensureWebviewsHavePages','mockLocationApp','EnvCapsMapping','QvnGq','androidCoverage','locationServicesAuthorized','BROWSERSTACK_PROJECT_NAME','connectHardwareKeyboard','remoteAppsCacheLimit','udid','calendarFormat','198SLpJjF'];a60_0x16d6=function(){return _0x2a4d70;};return a60_0x16d6();}function a60_0x4e87(_0x22158a,_0x46fcef){var _0x16d628=a60_0x16d6();return a60_0x4e87=function(_0x4e873e,_0x4a18d3){_0x4e873e=_0x4e873e-0x112;var _0x4278d2=_0x16d628[_0x4e873e];return _0x4278d2;},a60_0x4e87(_0x22158a,_0x46fcef);}(function(_0x5f5ace,_0x3c46a8){var _0x157132=a60_0x4e87,_0x5af760=_0x5f5ace();while(!![]){try{var _0x3d9da0=parseInt(_0x157132(0x189))/0x1*(-parseInt(_0x157132(0x145))/0x2)+-parseInt(_0x157132(0x160))/0x3*(parseInt(_0x157132(0x13c))/0x4)+parseInt(_0x157132(0x1a9))/0x5*(parseInt(_0x157132(0x133))/0x6)+-parseInt(_0x157132(0x149))/0x7+parseInt(_0x157132(0x1c6))/0x8+-parseInt(_0x157132(0x170))/0x9+-parseInt(_0x157132(0x1c3))/0xa*(-parseInt(_0x157132(0x17d))/0xb);if(_0x3d9da0===_0x3c46a8)break;else _0x5af760['push'](_0x5af760['shift']());}catch(_0x58e24d){_0x5af760['push'](_0x5af760['shift']());}}}(a60_0x16d6,0xd371e),exports['CLICapsMapping']=()=>{var _0xebd18a=a60_0x4e87,_0x3d902a={};_0x3d902a['voJOt']=_0xebd18a(0x143),_0x3d902a[_0xebd18a(0x16c)]=_0xebd18a(0x147),_0x3d902a[_0xebd18a(0x16b)]=_0xebd18a(0x142),_0x3d902a['milDT']='browserstack.accessKey',_0x3d902a[_0xebd18a(0x1b2)]=_0xebd18a(0x11c),_0x3d902a[_0xebd18a(0x140)]=_0xebd18a(0x129),_0x3d902a[_0xebd18a(0x1bd)]='browserstack.buildIdentifier',_0x3d902a['WiDqo']='browserstack.ppp',_0x3d902a[_0xebd18a(0x1b5)]=_0xebd18a(0x182),_0x3d902a[_0xebd18a(0x13e)]=_0xebd18a(0x197),_0x3d902a[_0xebd18a(0x164)]=_0xebd18a(0x11f),_0x3d902a['lovXC']=_0xebd18a(0x12f),_0x3d902a['rEEUH']=_0xebd18a(0x11d),_0x3d902a[_0xebd18a(0x183)]=_0xebd18a(0x17b),_0x3d902a[_0xebd18a(0x121)]=_0xebd18a(0x1a0);var _0x2b4fd7=_0x3d902a,_0x5247cc={};return _0x5247cc[_0xebd18a(0x191)]=[_0x2b4fd7[_0xebd18a(0x18b)],_0x2b4fd7['BoPAI']],_0x5247cc[_0xebd18a(0x165)]=[_0x2b4fd7[_0xebd18a(0x16b)],_0x2b4fd7[_0xebd18a(0x167)]],_0x5247cc[_0xebd18a(0x115)]=[_0x2b4fd7[_0xebd18a(0x1b2)]],_0x5247cc[_0xebd18a(0x1b4)]=[_0x2b4fd7[_0xebd18a(0x140)]],_0x5247cc[_0xebd18a(0x163)]=[_0x2b4fd7[_0xebd18a(0x1bd)]],_0x5247cc['parallelsPerPlatform']=[_0x2b4fd7[_0xebd18a(0x173)],_0x2b4fd7['svheX']],_0x5247cc['browserstackLocal']=[_0x2b4fd7[_0xebd18a(0x13e)]],_0x5247cc[_0xebd18a(0x113)]=[_0x2b4fd7[_0xebd18a(0x164)]],_0x5247cc['rerunTests']=[_0x2b4fd7[_0xebd18a(0x11b)]],_0x5247cc[_0xebd18a(0x144)]=[_0x2b4fd7[_0xebd18a(0x131)]],_0x5247cc[_0xebd18a(0x12a)]=[_0x2b4fd7[_0xebd18a(0x183)]],_0x5247cc[_0xebd18a(0x1c2)]=[_0x2b4fd7[_0xebd18a(0x121)]],_0x5247cc;},exports[a60_0xde4776(0x157)]=()=>{var _0x5b982d=a60_0xde4776,_0x187046={};_0x187046[_0x5b982d(0x154)]=_0x5b982d(0x1b0),_0x187046[_0x5b982d(0x18c)]=_0x5b982d(0x1a8),_0x187046[_0x5b982d(0x14e)]='BROWSERSTACK_ACCESS_KEY',_0x187046['zQdMx']=_0x5b982d(0x1be),_0x187046[_0x5b982d(0x152)]=_0x5b982d(0x15b),_0x187046[_0x5b982d(0x190)]=_0x5b982d(0x153),_0x187046['ZJZGc']=_0x5b982d(0x141),_0x187046[_0x5b982d(0x158)]='BROWSERSTACK_LOCAL',_0x187046['BzHRS']=_0x5b982d(0x1ae),_0x187046['dPTLB']='BROWSERSTACK_RERUN_TESTS',_0x187046[_0x5b982d(0x188)]=_0x5b982d(0x134),_0x187046[_0x5b982d(0x168)]=_0x5b982d(0x146),_0x187046['fcKDD']=_0x5b982d(0x130),_0x187046[_0x5b982d(0x1bb)]='BROWSERSTACK_AUTOMATION';var _0xeb7455=_0x187046,_0x5652ac={};return _0x5652ac[_0x5b982d(0x191)]=[_0xeb7455['jwMoJ'],_0xeb7455[_0x5b982d(0x18c)]],_0x5652ac[_0x5b982d(0x165)]=[_0xeb7455[_0x5b982d(0x14e)]],_0x5652ac['buildName']=[_0xeb7455[_0x5b982d(0x1bc)]],_0x5652ac[_0x5b982d(0x1b4)]=[_0xeb7455['ngGPZ']],_0x5652ac[_0x5b982d(0x163)]=[_0xeb7455['uyrKV']],_0x5652ac['parallelsPerPlatform']=[_0xeb7455[_0x5b982d(0x12c)]],_0x5652ac[_0x5b982d(0x166)]=[_0xeb7455[_0x5b982d(0x158)]],_0x5652ac[_0x5b982d(0x113)]=[_0xeb7455[_0x5b982d(0x17f)]],_0x5652ac['rerunTests']=[_0xeb7455[_0x5b982d(0x186)]],_0x5652ac[_0x5b982d(0x144)]=[_0xeb7455[_0x5b982d(0x188)],_0xeb7455[_0x5b982d(0x168)]],_0x5652ac[_0x5b982d(0x12a)]=[_0xeb7455[_0x5b982d(0x169)]],_0x5652ac[_0x5b982d(0x1c2)]=[_0xeb7455[_0x5b982d(0x1bb)]],_0x5652ac;},exports[a60_0xde4776(0x137)]=()=>[a60_0xde4776(0x16f),a60_0xde4776(0x136),a60_0xde4776(0x124),a60_0xde4776(0x1c7),'app',a60_0xde4776(0x15e),a60_0xde4776(0x13f),'locale',a60_0xde4776(0x194),'autoWebview',a60_0xde4776(0x16e),a60_0xde4776(0x161),'clearSystemFiles',a60_0xde4776(0x139),a60_0xde4776(0x13b),'otherApps',a60_0xde4776(0x117),a60_0xde4776(0x125),'appPackage',a60_0xde4776(0x118),a60_0xde4776(0x17a),a60_0xde4776(0x11e),'deviceReadyTimeout',a60_0xde4776(0x12e),a60_0xde4776(0x159),a60_0xde4776(0x11a),a60_0xde4776(0x127),'adbPort',a60_0xde4776(0x18d),a60_0xde4776(0x1c5),'androidInstallPath','avd',a60_0xde4776(0x198),a60_0xde4776(0x135),a60_0xde4776(0x1b6),a60_0xde4776(0x120),a60_0xde4776(0x176),a60_0xde4776(0x18e),a60_0xde4776(0x1a2),a60_0xde4776(0x126),'chromedriverExecutable',a60_0xde4776(0x19a),'chromedriverExecutableDir','chromedriverChromeMappingFile',a60_0xde4776(0x1c8),a60_0xde4776(0x19c),a60_0xde4776(0x185),a60_0xde4776(0x180),'autoWebviewTimeout',a60_0xde4776(0x1c1),a60_0xde4776(0x162),'intentFlags',a60_0xde4776(0x199),a60_0xde4776(0x14f),'unicodeKeyboard',a60_0xde4776(0x195),'noSign','ignoreUnimportantViews','disableAndroidWatchers',a60_0xde4776(0x13d),a60_0xde4776(0x192),a60_0xde4776(0x1a5),a60_0xde4776(0x1b1),a60_0xde4776(0x12d),'gpsEnabled',a60_0xde4776(0x177),a60_0xde4776(0x19d),a60_0xde4776(0x14d),a60_0xde4776(0x18a),a60_0xde4776(0x151),a60_0xde4776(0x179),'systemPort',a60_0xde4776(0x122),a60_0xde4776(0x14a),a60_0xde4776(0x1af),a60_0xde4776(0x128),a60_0xde4776(0x132),a60_0xde4776(0x119),a60_0xde4776(0x1ba),a60_0xde4776(0x148),a60_0xde4776(0x172),a60_0xde4776(0x187),a60_0xde4776(0x155),a60_0xde4776(0x181),a60_0xde4776(0x16d),a60_0xde4776(0x15d),a60_0xde4776(0x15f),a60_0xde4776(0x174),'launchTimeout','locationServicesEnabled',a60_0xde4776(0x15a),'autoAcceptAlerts',a60_0xde4776(0x150),a60_0xde4776(0x1aa),a60_0xde4776(0x12b),a60_0xde4776(0x14b),'safariAllowPopups',a60_0xde4776(0x16a),a60_0xde4776(0x17c),'keepKeyChains',a60_0xde4776(0x184),a60_0xde4776(0x1b3),a60_0xde4776(0x116),a60_0xde4776(0x178),'sendKeyStrategy',a60_0xde4776(0x14c),a60_0xde4776(0x171),a60_0xde4776(0x1a3),'enableAsyncExecuteFromHttps','skipLogCapture',a60_0xde4776(0x1b9),'fullContextList','waitForAppScript','webviewConnectRetries',a60_0xde4776(0x13a),'customSSLCert',a60_0xde4776(0x1bf),'scaleFactor',a60_0xde4776(0x1c0),a60_0xde4776(0x19b),'iosInstallPause',a60_0xde4776(0x1b8),a60_0xde4776(0x1c4),a60_0xde4776(0x175),a60_0xde4776(0x1a7),a60_0xde4776(0x114),a60_0xde4776(0x1b7),a60_0xde4776(0x196),'wdaLaunchTimeout',a60_0xde4776(0x1ad),'xcodeOrgId',a60_0xde4776(0x112),a60_0xde4776(0x17e),a60_0xde4776(0x193),a60_0xde4776(0x1ac),a60_0xde4776(0x1a6),'wdaStartupRetryInterval',a60_0xde4776(0x15c),a60_0xde4776(0x1a1),'simpleIsVisibleCheck',a60_0xde4776(0x19f),a60_0xde4776(0x18f),a60_0xde4776(0x1a4),a60_0xde4776(0x1ab),a60_0xde4776(0x123),a60_0xde4776(0x156),a60_0xde4776(0x19e),a60_0xde4776(0x138),'allowDelayAdb']);
|
|
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
|
-
function
|
|
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();
|