NoSuchElementException(String, By?) Constructor

Definition

Assembly HeadlessTestingFramework.dll

Creates a new NoSuchElementException.

public NoSuchElementException(string message, By? locator = null)

Parameters

message
String

The error message.

locator
By

The locator that failed.