I have a HTML input field, that is pre-filled with email value after the page is open.
See pictures bellow. It appears as a text box that can be deleted with backspace and I can type in that field. But what is a proper way removing it with selenium? I tried send_keys, and clear() with different variables but so far it wouldn't locate it properly or delete. I can click in the text input where the email is but that's about it. In the source code it show <li class> located in <span> tags.


<select>tag under the<span class="editmode"><option class=" " value="11006" title="Email">Email</option>