Created
December 3, 2011 23:45
-
-
Save onthespotqa/1428531 to your computer and use it in GitHub Desktop.
array
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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