Scripts Select Box Value

Hi WebPageTest,

It appears that the slectValue option is not working for me when selecting a state from a select box.

Here is my line I am using:
slectValue name=State MN

Anyway it doesn’t select the value of MN. Is their something I am missing for getting the select to work. Please update the documentation!

https://sites.google.com/a/webpagetest.org/docs/using-webpagetest/scripting#TOC-selectValue

Thank you,
inthenick

Sorry, there was a typo in the example - should be selectValue

Hi pmeenan,

Does that only work for select boxes in IE? If so, how would I do it in other browsers?

Thank you,
inthenick

Yes, the command hasn’t been implemented in the other browsers yet. The easiest way to do it across all of the browsers is to code it up in script and use the exec command.