<select name="s" id="s">
<option value="64752">Small</option>
<option value="64753">Medium</option>
</select>
Here is the HTML code for the select type from the website
.realClick('select#s', {x: 1, y: 1})
.insert('input#s', size)
Here is part of my coding I have tried, I get the error "cannot find element: "select#s"
I am not really sure what else to try I am fairly new to automating. I use PhantomJS with real-click PhantomJS. Any ideas would be great. Thank you