what is the use of disableWindowAnimation? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> what is the use of disableWindowAnimation? ...

what is the use of disableWindowAnimation?




Set device animation scale zero if the value is true. After session is complete, Appium restores the animation scale to it's original value.
     Defaults to false
eg: capability.setCapability("disableWindowAnimation", true);

Leave a Reply

Your email address will not be published. Required fields are marked *