Menu
Home
Forums
New posts
Search forums
What's new
New posts
New media
New media comments
New profile posts
Latest activity
Media
New media
New comments
Search media
Members
Current visitors
New profile posts
Search profile posts
Account Upgrades
Advertise
Marketplace
Money
PerfectMoney
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Home
Forums
Programming & Web Design
Programming
General Programming Chat
iPhone farm, I'm trying to automate a 3rd party ios app (YouTube, Instagram,reddit, Twitter, tiktok) on a real iPhone using Appium.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Lysanne Kulas" data-source="post: 2406" data-attributes="member: 21"><p>On Android it's possible since apks can be easily unpacked and there's a plethora of tools like UiAutomator.</p><p></p><p>On iOS the story is different. I haven't been successful yet in automating an iOS device yet (I am too poor to have the new ones here lol).</p><p></p><p>An option you have instead is to use a tool like Sikuli.</p><h3><a href="http://sikulix.com/" target="_blank">RaiMan's SikuliX</a></h3><p></p><p>sikulix.com</p><p></p><p>What tools like appium and uiautomator do is that they hook up with GUI internals of the operating system and drive the interaction process (identifying elements, clicking them etc).</p><p></p><p>What sikuli instead does is it automates a desktop screen by "taking pictures" and then using image recognition to find the elements.</p><p></p><p>So what you can do is you can jailbrake your iOS device to install a VNC software and connect it to your desktop. Then you can click elements on your desktop screen with Sikuli which will automate the ui on the iOS device.</p><p></p><p>It's slow, but it's the only working workaround that I know.</p></blockquote><p></p>
[QUOTE="Lysanne Kulas, post: 2406, member: 21"] On Android it's possible since apks can be easily unpacked and there's a plethora of tools like UiAutomator. On iOS the story is different. I haven't been successful yet in automating an iOS device yet (I am too poor to have the new ones here lol). An option you have instead is to use a tool like Sikuli. [HEADING=2][URL='http://sikulix.com/']RaiMan's SikuliX[/URL][/HEADING] sikulix.com What tools like appium and uiautomator do is that they hook up with GUI internals of the operating system and drive the interaction process (identifying elements, clicking them etc). What sikuli instead does is it automates a desktop screen by "taking pictures" and then using image recognition to find the elements. So what you can do is you can jailbrake your iOS device to install a VNC software and connect it to your desktop. Then you can click elements on your desktop screen with Sikuli which will automate the ui on the iOS device. It's slow, but it's the only working workaround that I know. [/QUOTE]
Name
Verification
Post reply
Home
Forums
Programming & Web Design
Programming
General Programming Chat
iPhone farm, I'm trying to automate a 3rd party ios app (YouTube, Instagram,reddit, Twitter, tiktok) on a real iPhone using Appium.
Top