Switch from native app to webview

HI As am new to appium ,i am trying to automate the native iOS app.In the app,i am finding difficulty to finding the webview elements in the appium inspector.Can anyone tell me how to resolve the issue

Desired capabilities given are {
“platformName”: “iOS”,
“platformVersion”: “11.2”,
“deviceName”: “iPhone 7”,
“automationName”: “XCUITest”,
“app”: “/Users/sivaranjani/Downloads/Link.app”,
“useNewWDA”: “true”
“autoWebView”:“true”
}