Two questions for running Appium case on the safari of real device

I ran Appium java case on the safari of iphone.

  1. Can’t use webdriver’s DeleteCookies API to delete cookie
  2. Can’t use document.ready to check if page is loading completely. There is no specific element in this page.

Any suggestion?