public class ExactBrowserMatcher extends java.lang.Object implements BrowserMatcher
Matches only the specified browser.
| Constructor and Description |
|---|
ExactBrowserMatcher(BrowserDescriptor browser)
Creates a browser matcher that will only match the specified browser.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(BrowserDescriptor descriptor) |
public ExactBrowserMatcher(BrowserDescriptor browser)
Creates a browser matcher that will only match the specified browser.
public boolean matches(@NonNull
BrowserDescriptor descriptor)
matches in interface BrowserMatcher