I need to open one application and need to do some action in it within few seconds of testing
after action if i open the wallet it will take more time to do the action. split in to two scripts, where in the first script i will open the application then in the second script i will do the action
Here what i have observed is webdriver agent is getting disconnected and connection is getting re-established when i run the second script so its taking more time.
is there any option to keep in the same instance, to run the second script without connection distruption. can some one please give your feedback
First hint - look at Execute Methods - Appium XCUITest Driver
here you can start any app while having your own keep running.