How to SendKeys to input element that is created ad hoc when clicking in div element parent?
Clash Royale CLAN TAG #URR8PPP How to SendKeys to input element that is created ad hoc when clicking in div element parent? I am stuck in this problem: our webpage has a dynamic table that will load values (students' marks) on a div element. If we click on said div , a new child element input will be appended to the div and we should be able to input a new mark using SendKeys method. However, when I try to SendKeys, a StaleElementReferenceException appears. div div input div SendKeys StaleElementReferenceException Here is the element when the input is added (had to use a breakpoint as the element disappears as soon as the div element loses focus): input div <tr> <td class="indice">1</td> <td id="accion-1-alumno-0" data-tooltip="" title="Bustos, Guido" class="has-tip titulo">Bustos, Guido</td> <td data-tooltip="" title="1º ESA" class="has-tip titulo"...