I want to use Selenium to input text into a text field. This is the HTML of the input box
<input data-search-input="certification" placeholder="Full Name or Email" type="text">
The "certification" string is unique to this specific text input element, but I'm not sure how to use the data-search-input part. How can I use this with Selenium as it is not an explicit name or ID tag?