@vntricky please share with me the gmail modules, because I have the same issues
AndroidManager - module for managing android emulators
-
I followed the tutorial precisely, and Appium is functioning correctly. However, in Browser Automation Studio, I'm encountering an issue where the adb command is recognized as unknown, and nothing seems to be working. Here's a screenshot of the error message:alt text
-
@thepappo said in AndroidManager - module for managing android emulators:
@likealife you passed a list of devices, pass a string with credentials instead.
am using memu emulator , i tried to do this still get error can you show me a sample screenshot please
-
@Lomusire said in AndroidManager - module for managing android emulators:
I followed the tutorial precisely, and Appium is functioning correctly. However, in Browser Automation Studio, I'm encountering an issue where the adb command is recognized as unknown, and nothing seems to be working. Here's a screenshot of the error message:alt text
I don't understand german, translate an error text into english.
@deepvine said in AndroidManager - module for managing android emulators:
@thepappo said in AndroidManager - module for managing android emulators:
@likealife you passed a list of devices, pass a string with credentials instead.
am using memu emulator , i tried to do this still get error can you show me a sample screenshot please
Look into sample of proxy's template at start post.
-
@thepappo how do i fix this error below
Error: Failed to create session. connect ETIMEDOUT 127.0.0.1:4723 when running "http://127.0.0.1:4723/wd/hub/session" with method "POST" and args "{"capabilities":{"alwaysMatch":{"platformName":"android","appium:udid":"78KNW20113001080","appium:automationName":"UiAutomator2","appium:newCommandTimeout":360},"firstMatch":[{}]},"desiredCapabilities":{"platformName":"android","appium:udid":"78KNW20113001080","appium:automationName":"UiAutomator2","appium:newCommandTimeout":360}}"
-
-
This post is deleted!
-
Can you confirm if "Is Element Exists" is working as intended? I used multiple different xpaths for different elements and they all return as false even though they are present on the screen.
-
I follow all the steps but I got this issue when I try to connect to the simulator when using your example file:
[402248657] [23:39:04] Thread #1 : Error: Failed to create session. An unknown server-side error occurred while processing the command. Original error: Error executing adbExec. Original error: 'Command 'C:\Users\ngho\AppData\Local\Android\Sdk\platform-tools\adb.exe -P 5037 -s 127.0.0.1:21503 install -g C:\Users\ngho\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk' exited with code 1'; Command output: adb: failed to install C:\Users\ngho\AppData\Roaming\npm\node_modules\appium\node_modules\io.appium.settings\apks\settings_apk-debug.apk: Exception occurred while executing: java.lang.NullPointerException: Attempt to invoke virtual method 'boolean java.lang.String.endsWith(java.lang.String)' on a null object reference at com.android.server.pm.PackageManagerShellCommand.runInstall(PackageManagerShellCommand.java:968) at com.android.server.pm.PackageManagerShellCommand.onCommand(PackageManagerShellCommand.java:179) at android.os.ShellCommand.exec(ShellCommand.java:103) at com.android.server.pm.PackageManagerService.onShellCommand(PackageMCould you help me with this?
-
@thepappo hey man! You did a great job with this module everything working ok. I have 5 physical mobiles connected on USB on my PC. Should I use same appium server for all these 5 devices or should I do a different appium server on each device.
Thank you for your work in this plugin. I ll try to donate also
