@@ -60,23 +60,23 @@ each. Selenium Python binding provides some convienence methods so you
60
60
don't have to code an expected_condition class yourself or create your
61
61
own utility package for them.
62
62
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
80
80
81
81
::
82
82
0 commit comments