def clear_notification(): open_notifications() click(get_selectors('btn_clear_notification'))
def input_password(password): input_content(password, get_selectors('txt_password'))
def input_username(username): input_content(username, get_selectors('txt_username'))
def close_news_client(): click(get_selectors('btn_close'))
def open_news_client(): click(get_selectors('btn_open'))
def click_login_btn(): click(get_selectors('btn_login'))