Guest User

Untitled

a guest
Jul 18th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. actions= actionChains (driver)
  2. element=actions.move_to_element_with_offset(text,30,40)
  3. actions.click()
  4. actions.perform()
Add Comment
Please, Sign In to add comment