FindsByAttribute GreaterThan Operator WebDriver
Determines if one FindsByAttribute instance is greater than another.

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

public static bool operator >(
	FindsByAttribute one,
	FindsByAttribute two
)

Return Value

  if the first instance is greater than the second; otherwise,  .
See Also