Guest User

Untitled

a guest
Jan 18th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. ...
  2. element_list #array filled with elements from a UI
  3. element_list.each { |element| element.click if #certain condition is met
  4. }
  5. ...
Add Comment
Please, Sign In to add comment