Closed Githraine closed 7 years ago
did you tried :
select_list(:child_list, class: 'child-count')
#option1
child_list_element.select('2')
#option2
self.child_list='2'
self.retire_at_age='68' Yes.
@Githraine I would benefit from having the page definitions supplied along with the specific calls and responses; otherwise, it would be a bit of a guessing game. Could you supply those?
@Githraine, if you're still experiencing this issue, please feel free to add details about the code and error messages you're getting, and reopen
Here is the HTML:
All of the normal methods to select an option did not work. This code finally worked:
I tried:
self.send("#{elem_name}=", value)
andself.retire_at_age='68'
and several other permutations