Can I automate iPhone?

RatSeaExclusive

Junior Member
Joined
Dec 18, 2021
Messages
193
Reaction score
112
I want to automate creating for example instagram accounts, is this even possible? I have jailbreaked iphone if it's needed.

Or at least emulate iphone apps and automate them from pc
 
Read this: https://www.lambdatest.com/blog/how-to-automate-ios-app-using-appium/
I am wondering if it's worth doing the same on android too. Appium is selenium based, so wouldn't it be detected from services like Google or Instagram?
 
I am wondering if it's worth doing the same on android too. Appium is selenium based, so wouldn't it be detected from services like Google or Instagram?
I don’t know, I am not an Appium dev, or automation dev, I just knew the info regarding automation on real iphone devices so I shared that, but I don’t know the insights.
 
it is possible use appium, and if you can have multiples devices would be good too
 
I am wondering if it's worth doing the same on android too. Appium is selenium based, so wouldn't it be detected from services like Google or Instagram?
Once you clear all traces, it's usually undetectable. If you're worried about browser detection, consider using app registration; current apps have very limited permissions to access device hardware information.
 
Once you clear all traces, it's usually undetectable. If you're worried about browser detection, consider using app registration; current apps have very limited permissions to access device hardware information.
What do you mean clear all traces
 
What do you mean clear all traces
Browser automation libraries like Selenium have a ton of built-in features and third-party solutions that would hypothetically make your automations undetectable. Being 100% undetectable is almost impossible though, and new ways to detect bots are created all the time forcing us developers to play a cat-and-mouse game trying to figure out how to bypass new security updates that detect our scripts.
 
Back
Top