Find button by data-id. You can find this in the HTML DOM when inspecting your form. Good if your tests need to be language independent
Find button by label. This is the plain button label that you can see in the UI. Be aware of language dependent button labels
Pass a completely custom CSS selector for finding the button to click
Generated using TypeDoc
Scheme to define how to access a button Either by data-id (language independent) or by button label (language dependent, but easily visible in UI)