WithAnyClass(String[]) Method

Definition

Assembly HeadlessTestingFramework.dll

Filter by having any of the specified CSS classes.

public ControlFinder WithAnyClass(params string[] classNames)

Parameters

classNames
String[]

The class names to check for.

Returns