Questions tagged [appium-ios]

Appium is an open source test automation framework for use with native, React Native, hybrid and mobile web apps.

This tag should be used when explicitly asking questions about integrating with Appium on iOS. For general questions, use the tag. For questions about the Python client, use the tag.

935 questions
-1
votes
1 answer

Appium install on linux

Saw so many videos in YouTube but I cannot install the appium, I want to install appium server n appium desktop app in Linux Is it possible?? I’m using both in windows but li Linux I can’t please help me
-1
votes
1 answer

Appium can't run ipa file. And can't create .app file using Visual Studio

We have an application that we are trying to run on a simulator that we then connect with Appium. We have Appium installed and can run it. It currently points to an .ipa file created with a distribution provisioning profile. Appium manages to…
Janwilx72
  • 502
  • 4
  • 18
-1
votes
1 answer

Can't figure out the errors in my first Appium ruby test

require 'rubygems' require 'appium_lib' desired_caps = { caps: { platformName: 'iOS', platformVersion: '11.4', deviceName: 'iPhone 7', app: Path, automationName: 'XCUITest', }, …
Sara
  • 103
  • 1
  • 13
-1
votes
1 answer

How to upload file in native app using sendkeys in appium

I am trying to upload file by adding driver.findElementsByXpath("").sendkeys("filepath"); but that is not working.
Amni Roy
  • 1
  • 1
  • 1
-1
votes
1 answer

Unable to install appium on Ubuntu

I am trying to install appium on ubuntu but it is showning following error. Please help. npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules npm ERR! code EACCES npm ERR! errno…
Anubhav Jain
  • 55
  • 11
-1
votes
1 answer

TypeError: unbound method "getDriver()" must be called with Driver instance as first argument (got str instance instead)

I'm getting this error when I execute my test: TypeError: unbound method "getDriver()" must be called with Driver instance as first argument (got str instance instead) Here is my code: from appium.webdriver.common.mobileby import MobileBy class…
-1
votes
1 answer

Not able to perform swipe or scroll using JavaScript Executor in IOS WebView

We are trying to automate a scenario where we need to perform scroll operation, but swipe & JavaScriptExecutor is not working, a little background to our problem, the application under test is a hybrid application (both native & webview are…
Mahesh
  • 1
-1
votes
1 answer

How to start appium server from Jenkins?

I have a problem for starting appium server from Jenkins. If I go to the configuration and type 'appium' in shell execution, appium command is not found. [appium-mobile-test] $ /bin/bash -xe…
mare
  • 1
  • 2
-1
votes
1 answer

Error in loading Appium XCUITEST driver

I am really stuck, any help will be appreciated... I have installed the latest server version (1.6.0). When I am checking the server version it is OK... Asis-Mac-mini:/ asihizkiahu$ appium -v 1.6.0 Observe at the server version in the log attached,…
-1
votes
1 answer

Invoking tests on iPhone from Windows OS using Remote Server

I've recently started working with Appium. Have automated a flow on Android device and successfully run on the device. Have tried the same with iOS where the tests were invoked from Mac. The document on appium states as following "Appium on OS X…
NDP
  • 22
  • 4
-2
votes
1 answer

How to find app ID for iOS automation using Appium?

I want to find the app ID for Appium for Automation. This app is only installed my phone and not available in XCode. Is there a way to find the app path and app ID from phone or mac device? The reason for asking this very old question is currently I…
-2
votes
1 answer

How to do complete Appium Setup in Mac OS High Sierra (Version : 10.13.4)

Please help me in configuring appium from the terminal. Please provide the complete steps to do it along with the software versions.
-2
votes
1 answer

How do I install the salesforce1 app on my iPad simulator

I'm trying to automate some functionalities of the salesfocre1 app, using Appium. I have the application on my iPad (real device), but don't know how to connect it with my appium code. I have the iPad simulator on my Mac but I'm not able to find…
-2
votes
4 answers

How to navigate back in IOS?

If I click on Contact Us link in my application, mail client will open. I don’t have back button to come back to my app. I can navigate back in android using ((AndroidDriver) driver).pressKeyCode(AndroidKeyCode.BACK); Is there any similar way in…
Deepak
  • 41
  • 1
  • 5
-2
votes
1 answer

Exception in thread "main" java.lang.NoClassDefFoundError: org/openqa/selenium/NoSuchSessionException

New to Appium/Java/Selenium and wondering if someone can provide some suggestions or insights to this error I observed. I am using Appium to launch a simulator UICatelog and ran into this issue. screenshot of the error message
D.Lo
  • 1
  • 1
1 2 3
62
63