Ejemplo n.º 1
0
 def click(self):
     """When clicking on tab to first make sure it's clickable i.e.
     that this element will receive click."""
     element.get_when_clickable(self._driver, self._locator).click()
     self.is_activated = True
Ejemplo n.º 2
0
 def click(self):
     """When clicking on tab to first make sure it's clickable i.e.
     that this element will receive click."""
     element.get_when_clickable(self._driver, self._locator).click()
     self.is_activated = True
Ejemplo n.º 3
0
 def get_element(self):
     return element.get_when_clickable(self._driver, self._locator)
Ejemplo n.º 4
0
 def get_element(self):
     return element.get_when_clickable(self._driver, self._locator)