AppQuery.Css(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 elements in web views matching the given css selector. 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.AppWebQuery Css (string cssSelector);
member this.Css : string -> Xamarin.UITest.Queries.AppWebQuery
Public Function Css (cssSelector As String) As AppWebQuery
Parameters
- cssSelector
- String
The css selector to match.