-
Protractor tests work fine on Android, but with Appium on iOS it uses SafariLauncher and navigates to my angular app, but it never seems to load the app and I just get a gray screen. If I hit refresh …
-
It is failing below code,
commonUtil.enterText(propUtil.getElementProperty("first_name_id"), "id", CsvHelper.hm.get("First_name"));
or
driver.findElement(By.id("first_name_id")).sendKeys("First_na…
-
```
android list avd:
Available Android Virtual Devices:
Name: Test
Device: Nexus 7 2013 (Google)
Path: /home/kamel/.android/avd/Test.avd
Target: Android 4.4.2 (API level 19)
Tag/ABI: de…
-
@TikhomirovSergey i was trying to execute the appium android test in parallel where i wanted to start the appium-server programmatically for every thread.
TestNG by default provides a way were u c…
-
I am trying to run a test on 2 android devices. Though, being in the preliminary stage of learning mobile testing I limited my test for now to only one device, just to make sure I'm able to connect vi…
-
Oct 28, 2014 10:45:43 AM io.selendroid.SelendroidLauncher launchServer
INFO: Starting selendroid-server port 4444
Oct 28, 2014 10:45:43 AM io.selendroid.io.ShellCommand exec
INFO: executing command: C…
-
Getting the log buffer in chrome is only possible if you set the right capabilities:
``` js
capabilities.loggingPrefs = { "driver": "INFO", "browser": "INFO" }
```
It is useful to set this as defaul…
-
Hello all,
I am trying to use selendroid to test an Android apk, which I receive from a supplier.
Previously I used selenium on the selendroid testapp, an app from another supplier and a mobile webs…
-
Pre-Requisities set up.
1.Updated Android SDK.
2.ANDROID HOME Set .
3.path variable set to Android_sdk/platformtools ,android_sdk/tools and as well as android_sdk/build-tools.
4.JAVA JDK is also set…
-
The following feature detection hangs the test runner for ~20 seconds during startup when running in the Electron environment:
```
if (!('dynamicViewport' in capabilities)) {
testedCapabilities.dyn…