Interface IGetsBrowserInfoMatch
- Namespace
- CSF.Extensions.WebDriver.Identification
- Assembly
- CSF.Extensions.WebDriver.dll
An object which determines whether a specified BrowserId is a match for a specified BrowserInfo.
public interface IGetsBrowserInfoMatch
Methods
Matches(BrowserId, BrowserInfo)
Gets a value indicating whether or not the specified browserId
is a match for the
specified browserInfo
or not.
bool Matches(BrowserId browserId, BrowserInfo browserInfo)
Parameters
browserId
BrowserIdA browser ID
browserInfo
BrowserInfoA browser info object
Returns
Exceptions
- ArgumentNullException
If any parameter is null.
- ArgumentException