How to clear brower data in ios using appium robot framework

How do I clear the safari using appiumcache and data before every test?

I’m using the Open Application method to set up the device and then using the Go To command to navigate to the URL.

I tried using the Quit Application method and passed the fullReset flag as True as suggested in the appium library documentation, but nothing worked.

Please help to solve this issue.

Thanks in Advance

Have you tried the Reset Application command?

1 Like

yes…tried with fullReset and noReset commands, but it’s not working