Re: [Selenium-users] Problem with store

2005-11-05 Thread Mike Williams
Robin Becker wrote: Mike Williams wrote: Robin Becker wrote: I was able to use storeValue to obtain the value of a hidden filed called period, but failed with store and javascript. ... this failed store|javascript{document.getElementById('period').value}|PERIOD I think that when your J

Re: [Selenium-users] Problem with store

2005-11-05 Thread Robin Becker
Mike Williams wrote: Robin Becker wrote: I was able to use storeValue to obtain the value of a hidden filed called period, but failed with store and javascript. ... this failed store|javascript{document.getElementById('period').value}|PERIOD I think that when your JavaScript expression is

Re: [Selenium-users] Problem with store

2005-11-05 Thread Mike Williams
Robin Becker wrote: I was able to use storeValue to obtain the value of a hidden filed called period, but failed with store and javascript. ... this failed store|javascript{document.getElementById('period').value}|PERIOD I think that when your JavaScript expression is eval'ed, "document" r