Skip to content

Commit ebe6a2f

Browse files
Update docs.md
1 parent 637fef7 commit ebe6a2f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ e.rel_location
104104
e.click
105105
e.send_keys 'keys to send'
106106
e.set_value 'value to set' # ruby_console specific
107+
e.displayed? # true or false depending if the element is visible
107108

108109
# alert example without helper methods
109110
alert = $driver.switch_to.alert
@@ -230,4 +231,4 @@ at_exit do
230231
end
231232
end
232233
end
233-
```
234+
```

0 commit comments

Comments
 (0)