For those interested in converting their free javascript code to a jquery code with mouse events:
1) Download the latest version of jQuery and rename it to "jquery.js" -
http://code.jquery.com/jquery-2.0.2.js
2) Modify your manifest .json file to also include "jquery.js" - this is the line where your other .js file is referenced. Remember to comma deliminate.
3) To get wet with jQuery check out these stack overflow links. Pretty much a tampermonkey script can be converted to an extension:
http://stackoverflow.com/questions/...ermonkey-script-throw-selenium-is-not-defined
http://stackoverflow.com/questions/...ing-the-right-controls-on-an-ajax-driven-site
4) Here is an example jQuery to activate the size selection:
$(".selectBox.exp-pdp-size-dropdown.exp-pdp-dropdown.selectBox-dropdown").focus().mousedown().mouseup();
5) The most important one of all. Ask your questions on Google. And you can try searching stackoverflow.com but beware they will FLAME you for repeat questions.
6) Okay this one is more important. Do realize that any form of bot usage on Nikestore.com can result in your order being canceled or getting blacklisted from future purchase. No bot can guarantee being 100% full proof for future TLOs. Except an automation approach that actually moves the mouse like AUTOMATOR for the MAC OS - which is X,Y coordinate dependent.