b_label_location = driver.find_element_by_xpath(XPATH_MAP_DICT['xpath_meeting_time_i_b'])
mouse_action = ActionChains(driver)
mouse_action.move_to_element_with_offset(b_label_location, 15, 40).click().perform()
mouse_action.click().perform()
time.sleep(2)