Originally posted by EWL
Tried it, nope.
I need to get the <select class="gwt-ListBox" style="" gwtdebugid="signup-flow-choose-timezones" part so I can set the value.
our_object = [w/e goes here].getElementsByClassName("gwt-ListBox")
That would be the same as if you got it by id.
if our_object.hasAttribute("value")
out_object.setAttribute("value","Pacific/Honolulu");