Update the hover_and_click() method

This commit is contained in:
Michael Mintz 2020-03-16 09:04:46 -04:00
parent 60928dd055
commit 06319754b1
1 changed files with 1 additions and 0 deletions

View File

@ -1130,6 +1130,7 @@ class BaseCase(unittest.TestCase):
hover_selector, hover_by)
hover_selector = self.convert_to_css_selector(
hover_selector, hover_by)
hover_by = By.CSS_SELECTOR
click_selector, click_by = self.__recalculate_selector(
click_selector, click_by)
dropdown_element = self.wait_for_element_visible(