Running a javascript inside the head tag in Selenium RC
Posted
by Rajasankar
on Stack Overflow
See other posts from Stack Overflow
or by Rajasankar
Published on 2010-05-27T04:53:27Z
Indexed on
2010/05/27
5:01 UTC
Read the original article
Hit count: 177
JavaScript
|selenium-rc
I want to run a javascript snippet inside the <head>
tag. Is that possible to do that in Selenium RC+Java?
I understood that if I use getEval or runScript that will insert the code inside the HTML body.
Any Ideas?
Thanks
© Stack Overflow or respective owner