3
I’m working with a library python calling for Splinter, that 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’t find 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 I do?
It is that this control there does not have a name.
– StillBuggin