I am trying to figure out how to click all three of these (not at once, separately) using either Javascript or jQuery. I'm using a Python module that executes Javascript code and trying to make a complicated macro, more or less.
Any help is appreciated!
<div class="buttons">
<input type="submit" class="form-submit" value="Save" id="edit-submit" name="op">
<input type="submit" class="form-submit" value="Preview" id="edit-preview" name="op">
<input type="submit" class="form-submit" value="Save and create another" id="edit-submit-again" name="op">
</div>