Skip to content

Commit c99ed34

Browse files
committedJul 25, 2013
Update docs.md
1 parent 7103921 commit c99ed34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎docs/docs.md

+3
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ e.click
110110
e.send_keys 'keys to send'
111111
e.set_value 'value to set' # ruby_console specific
112112
e.displayed? # true or false depending if the element is visible
113+
e.selected? # is the tab selected?
114+
e.attribute('checked') # is the checkbox checked?
115+
113116

114117
# alert example without helper methods
115118
alert = $driver.switch_to.alert

0 commit comments

Comments
 (0)
Please sign in to comment.