calabash / run_loop

The bridge between Calabash iOS and Xcode command-line tools like instruments and simctl.
Other
32 stars 41 forks source link

Added looking into system services dir for the apps to run #747

Closed sergey-plevako-badoo closed 4 years ago

sergey-plevako-badoo commented 4 years ago

This was added to be able to perform the actions on the main screen and the notifications area as well which is controlled by the Springboard.app from the CoreServices folder. RunLoop.run(bundle_id: 'com.apple.springboard') device_agent.touch(id: 'Calendar')

msftclas commented 4 years ago

CLA assistant check
All CLA requirements met.

jmoody commented 4 years ago

Looks good. Can you add a unit test?

Thanks.

sergey-plevako-badoo commented 4 years ago

The unit tests have been added. @jmoody Could you please check?