I want to achieve following algorithm:
Preconditions:
Task:
let search = document.querySelectorAll('[placeholder="Поиск"]')[0]; search.focus(); search.click();
Expected behaviour:
Actual behaviour:
Thank you for any assistance!