Dynamic Tables
Instructions: This test involves interacting with a table whose content can change.
- Read the "Email" of the user with the name "Jane Doe".
- Click the "Add Row" button to add a new user to the table.
- Read the "Email" of the newly added user ("user-3@example.com").
Validation: Your script should be able to correctly extract the email addresses.
| ID | Name | |
|---|---|---|
| 1 | John Smith | john.smith@example.com |
| 2 | Jane Doe | jane.doe@example.com |