I would like to change the Season Selector on a Netflix webpage to any of the available seasons via code.
Here is a page to use: http://www.netflix.com/WiMovie/70158329

I can get it to Click the button:

Code:
Web1.Document.getElementByid("selectorButton").Click
But I can't seem to get it to change the Season list to another season.