Nearsoft\SeleniumClient\Exceptions\NoSuchElement::__construct PHP Method

__construct() public method

public __construct ( $message = "" )
    public function __construct($message = "")
    {
        parent::__construct(" An element could not be located on the page using the given search parameters. " . $message);
    }
NoSuchElement