File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -101,16 +101,12 @@ class Selenium2Library(
101101 | css | Table Should Contain `|` css=table.my_class `|` text | Matches by @id or @name attribute |
102102 | xpath | Table Should Contain `|` xpath=//table/[@name="my_table"] `|` text | Matches by @id or @name attribute |
103103
104- <<<<<<< HEAD
105- = Timeouts =
106- =======
107104 *Stale and Detached Elements*
108105
109106 To be written... a talk about stale/detached elements, the dreaded
110107 StaleElementReferenceException and how to deal with these situations.
111108
112109 *Timeouts*
113- >>>>>>> Updated documentation for locating objects using WebElements.
114110
115111 There are several `Wait ...` keywords that take timeout as an
116112 argument. All of these timeout arguments are optional. The timeout
You can’t perform that action at this time.
0 commit comments