how to search value in linkedin search bar using javscript

How to search people on LinkedIn using javascript, I have tried to set the value to the search bar using the class name but I am not able to hit the search bar.

                     var els=document.getElementsByClassName("search-global-typeahead__input")[0];
                                    els.value = "Name"