To launch a app which is already logged in?

I have an app which asks for OTP for the first time login. I have manually logged into the app.
When I am trying to launch app manually it shows me to the home page.
However when I am trying to launch the app using appium by calling activity and packages.
It again asks me to enter the mobile number and asks to set the OTP.
There is always delay in the OTP and it results in the test case failure.
Can someone help me how I can skip this process?

Thanks in Advance!!

correct your driver capabilities how start driver with example - Different capabilities for different scenarios

1 Like

Thanks a lot Aleksei,
It worked… :blush: