Platform IsPlatformType Method WebDriver
Compares the platform to the specified type.

Namespace: OpenQA.Selenium
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public bool IsPlatformType(
	PlatformType compareTo
)

Return Value

  if the platforms match; otherwise  .
See Also