I\'m trying to crawl the sizes for this product:
Link to product
The problem: The sizes are loaded after the color of the product is selected.
In th
This is how I do it
this.evaluate(function() { $('#select_element_selector').val('value').change(); });
The change() is very important
change()
I'm assuming that you have jQuery on the page