Skip to content

Instantly share code, notes, and snippets.

@onthespotqa
Created December 3, 2011 23:45
Show Gist options
  • Save onthespotqa/1428531 to your computer and use it in GitHub Desktop.
Save onthespotqa/1428531 to your computer and use it in GitHub Desktop.
array
array = ["id", "name"]
#use the id
browser.text_field(:id, id)
#use the name
browser.text_field(:id, name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment