Skip to content Skip to sidebar Skip to footer
Showing posts with the label Appium

Select One Option From Many Options In Drop Down List In Eclipse Using Java When Run Code For The Android Device

I want to select the one option from many options in dropdown menu in eclipse using java and run co… Read more Select One Option From Many Options In Drop Down List In Eclipse Using Java When Run Code For The Android Device

Appium Android Ui Testing - How To Verify The Style Attribute Of An Element?

I would like to verify the style of an element i.e. the color of the text shown in a textview. Whet… Read more Appium Android Ui Testing - How To Verify The Style Attribute Of An Element?

How Can I Go To The Given Url In Mobile Chrome Browser Using C# And Appium On Real Device?

I'm automating mobile web testing on Android real device with Appium and c#. I've seen that… Read more How Can I Go To The Given Url In Mobile Chrome Browser Using C# And Appium On Real Device?

How Do I Use Same Cucumber Step Definitions For Android And Ios

I'm currently beginning an automation project for an app that is identical in flow and design f… Read more How Do I Use Same Cucumber Step Definitions For Android And Ios

Getting Error Of Connectivity In Appium Server

info: [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m [90m{'desiredCapabilities':{'… Read more Getting Error Of Connectivity In Appium Server

Unlock Android Mobile With Pin Code Programmatically Selenium Mobile Automation

I have a task that I need to write Android mobile test automation using Appium and selenium in Java… Read more Unlock Android Mobile With Pin Code Programmatically Selenium Mobile Automation

Native Browser Automation Using Appium 1.2.0.1 On Windows 7 Android Real Device: Could Not Find A Connected Android Device

I have looked many forums for this issue, there are quite a few answers on this topic but none of t… Read more Native Browser Automation Using Appium 1.2.0.1 On Windows 7 Android Real Device: Could Not Find A Connected Android Device

Access Toggle Button In Android Settings Using Appium Whlie Client Is Written In Groovy And Java

It's not a duplicate. I am writing automation in Appium. I am fairly new to automation concept… Read more Access Toggle Button In Android Settings Using Appium Whlie Client Is Written In Groovy And Java

Appium Support On Firebase Test Lab

Does anyone know if Appium Testing Framework is going to be supported on Firebase Test Lab? Is it i… Read more Appium Support On Firebase Test Lab

Variety Of Issues Testing Android Webview Using Appium

I have a hybrid app that is primarily just a webview. Here is the code for the basic test: @Befor… Read more Variety Of Issues Testing Android Webview Using Appium

Appium Throws "chrome Not Reachable" Sporadically When Switch A Context

I'm using appium 1.4.16 and smartphone with Android 6. Running this code: public boolea… Read more Appium Throws "chrome Not Reachable" Sporadically When Switch A Context

Launching Chrome Browser Application With Desktop View In Android

I am launching chrome app using the following desired capabilities DesiredCapabilities capabilities… Read more Launching Chrome Browser Application With Desktop View In Android

Android: Press Done Button On Keyboard

Using appium for android app automation. Not able to click on the 'Done' button displayed o… Read more Android: Press Done Button On Keyboard

How To Open Chrome In Incognito Tab

I have a scenario open a web link in incognito tab in chrome browser. I am using adb command to ope… Read more How To Open Chrome In Incognito Tab

How To Confirm A Numberpicker After Sending Data With Appium

I write test automation for Android Native app. And I want to enter/send value to a NumberPicker, m… Read more How To Confirm A Numberpicker After Sending Data With Appium

Appium, How To Get X And Y Coordinates For Swiping

In the Appium documentation, it says that i have to pass in an x and y value. How can I know the x … Read more Appium, How To Get X And Y Coordinates For Swiping

Appium Automation: Getting Error - Org.openqa.selenium.webdriverexception: Unable To Parse Remote Response: Parameters Were Incorrect

I am trying to do appium android automation using Java. Below is the code: public class Main { App… Read more Appium Automation: Getting Error - Org.openqa.selenium.webdriverexception: Unable To Parse Remote Response: Parameters Were Incorrect

Java & Appium: Unable To Click Element

In the Android app that I am testing, I am trying to click/tap the time picker. For example by defa… Read more Java & Appium: Unable To Click Element

How To Enter Numeric Values Using Mobile Keypad In Android App In Python Script Using Appium

I am writing a python script to automate android application. I want to enter values in text board… Read more How To Enter Numeric Values Using Mobile Keypad In Android App In Python Script Using Appium