Hi,
How to use session-override capabilities in Appium Studio before creating driver instance. As during the automation script execution if the script stops / failed in middle due to exception and the earlier driver instance was created was not stopped / killed then if we re-execute the automation scripts , its failing to create new instance of driver as the earlier driver instance was not killed.
So for this reason we can use some capabilities like “Session Override” which we have for APPIUM, which will kill the earlier running driver instance and create a new driver instance for current test case which is executing without any error.
But the same “Session Override” capabilities is not working in Appium Studio mentioned below.
Can you please suggest how to use “Session Override” capabilities in Appium Studio.
dc.setCapability("–session-override", true);
Thanks
I am sure they’ll provide functionality we’ll like.