See what I have tried
function notifierM() {
document.querySelector('.Navigation-drawer').click();
document.querySelector('.item-notifications .NotificationsDropdown .Button--flat').click();
}
but the problem is that It works only when sidebar is visible,
Any help will be appreciated.,.,