HomeSort by relevance Sort by last modified time
    Searched refs:ActionChains (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/test/functional/
autofill.py 16 from selenium.webdriver.common.action_chains import ActionChains
185 tab_press = ActionChains(self._driver).send_keys(Keys.TAB)
fullscreen_mouselock.py 15 from selenium.webdriver.common.action_chains import ActionChains
485 ActionChains(self._driver).move_to_element(
  /external/chromium_org/chrome/test/webdriver/test/
chromedriver_tests.py 41 from selenium.webdriver.common.action_chains import ActionChains
518 ActionChains(self._driver).key_down([Keys.CONTROL, Keys.SHIFT]).perform()
546 ActionChains(self._driver).move_to_element(self._divs[0]).perform()
552 ActionChains(self._driver).move_by_offset(1, 2).perform()
558 ActionChains(self._driver).move_to_element_with_offset(
568 ActionChains(self._driver).click(self._divs[0]).perform()
576 ActionChains(self._driver).click(None).perform()
583 ActionChains(self._driver).context_click(None).perform()
594 ActionChains(self._driver).click_and_hold(self._divs[0]).release(
604 ActionChains(self._driver).click_and_hold(None).release(None).perform(
    [all...]
  /external/chromium_org/chrome/test/functional/webdriver_pages/
settings.py 8 from selenium.webdriver.common.action_chains import ActionChains
62 ActionChains(driver).move_to_element(button).click().perform()
698 ActionChains(self._driver).move_to_element(

Completed in 271 milliseconds