RemoteWebElement FindElementsByCssSelector Method WebDriver
Finds all elements matching the specified CSS selector.

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

public ReadOnlyCollection<IWebElement> FindElementsByCssSelector(
	string cssSelector
)

Return Value

A OnlineReadOnlyCollection T  containing all IWebElements matching the criteria.

Implements

IFindsByCssSelector FindElementsByCssSelector(String)
See Also