Class BrowserInfoMatcher
- Namespace
- CSF.Extensions.WebDriver.Identification
- Assembly
- CSF.Extensions.WebDriver.dll
Default implementation of IGetsBrowserInfoMatch.
public class BrowserInfoMatcher : IGetsBrowserInfoMatch
- Inheritance
-
BrowserInfoMatcher
- Implements
- Inherited Members
Methods
Matches(BrowserId, BrowserInfo)
Gets a value indicating whether or not the specified browserId is a match for the
specified browserInfo or not.
public bool Matches(BrowserId browserId, BrowserInfo browserInfo)
Parameters
browserIdBrowserIdA browser ID
browserInfoBrowserInfoA browser info object
Returns
Exceptions
- ArgumentNullException
If any parameter is null.
- ArgumentException