ByChained Constructor WebDriver
Initializes a new instance of the ByChained class with one or more By objects.

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

public ByChained(
	params By[] bys
)

Parameters

bys
Type:  OpenQA.Selenium By 
One or more By references
See Also