3
For most of the buttons I try to grab using Splinter, the commands that are on this site (https://splinter.readthedocs.io/en/latest/finding.html) is enough.
But for this particular button, I can’t find a way to grab it.
<button type="submit">Vote</button>
How to do if I can’t identify his name, or id?
I answered your question below in the comments
– Miguel