Appium: Close All Applications doesn't work

Hello guys!

I m working with appium 2 and robotframework.
I have notices since I use robotframework-appiumlibrary==2.0.0, the keyword “Close All Applications” doesn’t close my app
There is no error in my robotframework log like the behaviour of the keyword was ok…
I specify that my selenium grid session has been normally closed.
My mobile screen always displays the application and does not visually close it.

Thanks

Hello @sasha034,
In robotframework-appiumlibrary 2.0.0, the Close All Applications keyword may not visually terminate apps due to Appium limitations. As a workaround, use a custom Python keyword with driver.terminate_app(bundleId) to force-close the app.

Best Regards,
James Henry

1 Like