Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6da93bc

Browse files
committed
use list
1 parent 9054f1a commit 6da93bc

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

source/waits.rst

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -60,23 +60,23 @@ each. Selenium Python binding provides some convienence methods so you
6060
don't have to code an expected_condition class yourself or create your
6161
own utility package for them.
6262

63-
title_is
64-
title_contains
65-
presence_of_element_located
66-
visibility_of_element_located
67-
visibility_of
68-
presence_of_all_elements_located
69-
text_to_be_present_in_element
70-
text_to_be_present_in_element_value
71-
frame_to_be_available_and_switch_to_it
72-
invisibility_of_element_located
73-
element_to_be_clickable - it is Displayed and Enabled.
74-
staleness_of
75-
element_to_be_selected
76-
element_located_to_be_selected
77-
element_selection_state_to_be
78-
element_located_selection_state_to_be
79-
alert_is_present
63+
- title_is
64+
- title_contains
65+
- presence_of_element_located
66+
- visibility_of_element_located
67+
- visibility_of
68+
- presence_of_all_elements_located
69+
- text_to_be_present_in_element
70+
- text_to_be_present_in_element_value
71+
- frame_to_be_available_and_switch_to_it
72+
- invisibility_of_element_located
73+
- element_to_be_clickable - it is Displayed and Enabled.
74+
- staleness_of
75+
- element_to_be_selected
76+
- element_located_to_be_selected
77+
- element_selection_state_to_be
78+
- element_located_selection_state_to_be
79+
- alert_is_present
8080

8181
::
8282

0 commit comments

Comments
 (0)