Can I run Appium script (Python) on already running app in iOS Simulator?

Hi All,

Is it possible to start the execution of my script (Python) from the current screen of my app that is already running (iOS Simulator)? I would like to create a series of scripts where the next script picks up where the previous one left off (preserving app state and current screen) instead of always relaunching the app and starting at its home screen for every script.

I have set my capabilities to include:

{‘noReset’ : ‘true’
‘fullReset’ : ‘false’}

but that didn’t seem to help. Please advise. Thanks!

Setup:
Appium Desktop 1.10.0
Appiumm Server 1.10
Xcode 10.1
iOS Simulator
Python 2.7