I have a button on a page that looks like:
Submit
The element has
Rather than adding an ID, which I don't like to do just to provide a test hook, I would add type="submit" to the button and then you can search By.css('[type="submit"]')
type="submit"
By.css('[type="submit"]')