assert_title
Verify the page title matches the expected title exactly, ignoring whitespace, within a 7-second timeout, raising an exception on mismatch.
Instructions
Assert that the title matches the page title exactly, with leading and trailing whitespace ignored. Raises an exception if the expected title doesn't match the actual title within 7 seconds.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |