I\'m wondering how can I get the value of an input in a specific table cell using javascript?
input
You can use querySelector() DOM method:
document.querySelector('#tabela tr:nth-child(2) td:nth-child(3) > input').value