I'm working with a library python call splinter , which simulates a web browser. I've read about how to use it, and to click a button, just give a command that involves the name of the button. However, unlike other sites, I can not figure out his name. When I go to the source code, the line that says about the button is this:
<input type="submit" class="btn btn-success" style="float:right;" value="Criar Conta! />
What do I do?