AppQuery.Frame(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Matches a Frame/IFrame, allowing subsequent Css queries to execute within that frame. Must be used on web view elements.
If used alone, will default to android.webkit.WebView
for Android and UIWebView
for iOS.
public Xamarin.UITest.Queries.AppQuery Frame (string cssSelector);
member this.Frame : string -> Xamarin.UITest.Queries.AppQuery
Public Function Frame (cssSelector As String) As AppQuery
Parameters
- cssSelector
- String
The css selector to match. Should refer to an html Frame/IFrame