<tr>
<td>runScript</td>
<td>document.title = "MyName";</td>
<td></td>
</tr>
This did changed the title of the window.
- But when I called 'selenium.browserbot.getCurrentWindow().document.title', it failed with console error 'selenium.browserbot is undefined.'
For addScript, I am getting same error (even for document.title).
Checked the 'selenium-api.js'. The line where the error is occurring is this :
Line 3176: head.appendChild(script);
Waiting for experts to reply.
/Sundeep