I have a popover on my page which is positioned next to an element correctly when click it.
Now I have some special cases where I need to open the popover in other cases - when user did not click the element next to which it shall be opened.
Since I have no click event on that element now, how can I open the popover in the correct location?