Tool to Automate WKWebView in iOS

Hello,

I am developing a hybrid app and I am looking write UI tests.

My scenario basically is -

  1. Launch the app
  2. Click Login button (which will open a Web page)
  3. Enter User details on the web page and click submit
  4. Now verify native components on app for successful login.

What is the tool recommended by Apple to Automate above test?

Tool to Automate WKWebView in iOS
 
 
Q