I want to present https://translate.yandex.com/m/translate page to user with preselected source and destination language. I can access to interesting element like this
var srcLangContent = document.getElementById("srcLanguagesContent")
var liToSelect = srcLangContent.children[10]
What to do next I don't know. I called click()
, but it's not working. Can you give some advice?
P.S. I can't use jQuery