class UnexpectedTagNameException extends WebDriverException (View source)

Methods

__construct(string $expected_tag_name, string $actual_tag_name)

No description

mixed
getResults()

No description

static 
throwException(int|string $status_code, string $message, mixed $results)

Throw WebDriverExceptions based on WebDriver status code.

Details

__construct(string $expected_tag_name, string $actual_tag_name)

No description

Parameters

string $expected_tag_name
string $actual_tag_name

mixed getResults()

No description

Return Value

mixed