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
-2
votes
2 answers

How to check the color code/color of an element in Appium?

How to check the color code/color of an element in Appium ? I'm unable to find the color of the element in appium because in one field I want to automate the output which is defined in different colors. How to verify this using Appium/UI automator.
Pradap Pandian
  • 367
  • 1
  • 8
  • 19
-3
votes
4 answers

Need some help to schedule my automation script on my local machine Mac OS (Java+appium+selenium)

I had my code written in java for mobile app testing. Appium+java+IOS. JUst wanted to now how to schedule this on my local machine mac OS. Any guide or help how to do it will be appreciated. Or if there is any online service which i can use.
Akif Hazarvi
  • 47
  • 1
  • 11
-3
votes
1 answer

Assert Array Equals method in Testng

I have a list of arrays {1,2,3}. and I have a xpath. what I actually need is with the xpath the output will be any of the array either 1 or 2 or 3. I want to assert the value and pass the test using testng. Is there any possibility to do something…
Arun Kumar
  • 139
  • 1
  • 13
-3
votes
1 answer

Which are the mainly used presskeycode in appium Testing?

I have doubt about Presskeycode used in appium. I can successfully used the camera,search press key code. but i want more information about others keys. can you give me one by one details of key code or mostly used keycodes.
1 2 3
…
62
63