2019’s AppiumConf has been announced! It will be held June 14-15 in Bengaluru, India. A day of workshops will be held on June 13th.
For more details, check out the website: https://appiumconf.com/
The CFP is open until December 15, and we will be reviewing and accepting submissions in an ongoing fashion until that time. Get your proposal in now!
We look forward to seeing many of you there in June; it will without a doubt be the biggest Appium event in history, so don’t miss it.
Are you testing iOS8 apps? We are currently working on the iOS8 support and it will be released soon!
xCode6 should work fine with appium, to my knowledge. Try cloning the github repository and running appium from source, rather than using the desktop apps, I think they are a version behind right now.
Hi jonahss,
i am new in Appium and mobile automation tool for iOS and Android.can you tell how we can use appium on Sause Labs for automation. we are currently using selenium with java.
Regards,
M.K.Modi
Hi @MUNNA_KUMAR_MODI
There are lots of resources available! For an explanation of running appium on Sauce you can look at these: https://saucelabs.com/resources/appium-bootcamp27
That tutorial is only in Ruby.
here: http://appium.io/slate/en/master/6
Plus feel free to submit new questions/posts to the forum.
Hi All,
I have query:
Do I have to use the same provisioning profile and apple id((For eg. abc) for automation and execution of scripts on real devices which i have used for compilation and installation of app on real device from another mac machine.
Thanks,
Sandeep
Hi everyone i could really use your help on this one, i've created an authomation project for android devices (using jsystem,applitools,and selenium,and appium) - all worked very well, but when i've tried to build a similar project on iOS, i came across a lot of problems,
The primary one is that when i'm trying to switch (during the authomation test) between different apps, Appium get stuck, and i cannot continue the test (i'm using a mac) and my code is in JAVA.
Any suggestions how to do so? This is very important in my mobile authomation test, since the app i'm testing is opened from other apps.
The switch is fail once my app was opened via another app, for example clicking on file that was received in email, will initiate my app, and then appium get stuck
Thanks in advance.
Yehuda
Hi All,
I have a query for appium 1.3.4.1 whenever i launch the appium server the i get a pop up message at inspector window as failed to connect to server please check the server is running after clicking the prelaunch application checkbox.please help
Thanks
Ashish Juyal
In iOS session is created for the app itself and whenever u try to communicate between other apps the iOS security kills the driver
Thanks for the post appium2. I’ve been looking for this stuff to help me out. Thank You.
Appium driver cannot find any elements in the UI of the app. Tried find element by id,xpath,name.Nothing seems to work