Xcode 9: asserting that a webView has appeared

In Xcode 8, webViews were available to UI tests through app.webViews, but they no longer appear there in Xcode 9. Is there a new place to find the element, or a new way to assert that a webView has appeared?