Once I click on the CPM, my goal is to automatically place the cursor in the centralized field of this page: . Despite my attempts to use different code snippets in the console, I have not been successful.
I experimented with
document.getElementById("search-field").focus()
document.getElementById("search-field").click()
and explored various other solutions suggested by others, but none of them seemed to solve the issue.
Is there anyone who can shed some light on this problem for me?