I was able to use storeValue to obtain the value of a hidden filed called period, but failed with store and javascript.

The hidden field looks like

<input type="hidden" id="period" value="2005M10" />

The storeValue that works is

storeValue|//[EMAIL PROTECTED]'period']|PERIOD


whereas this failed

store|javascript{document.getElementById('period').value}|PERIOD

the log says that document.getElementById('period') has no properties.



--
Robin Becker

_______________________________________________
Selenium-users mailing list
Selenium-users@lists.public.thoughtworks.org
http://lists.public.thoughtworks.org/mailman/listinfo/selenium-users

Reply via email to