appfolio / ae_page_objects

Page Objects for Capybara
MIT License
28 stars 9 forks source link

AePageObjects::Select should have a method to return the text of the option selected #132

Open jonkessler opened 9 years ago

jonkessler commented 9 years ago

Currently, you can use node.value to get the value of the selected option, but it would be nice if there were a method on Select objects to return the text of the selected value. (And probably a method to delegate to node.value too.)