Just started playing around with Ruby and have run into an issue.
I have it hardcoded to pull a random name and store it in a variable.
firstname = "Becky","Mary","Anabel","Geneva","Margart","Christina","Diane"
first = firstname.sample(1)
wd.find_element(:id, "first_name").send_keys...