Skip to content

Commit 0a70f45

Browse files
committed
Removed documentation stub for stale elements.
This, yet to be written, section will be added later. Going to remove it for now from the changes made for using web elements as locators and will make a seperate commit/pull request for it.
1 parent 0e5452d commit 0a70f45

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Selenium2Library/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ 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-
*Stale and Detached Elements*
105-
106-
To be written... a talk about stale/detached elements, the dreaded
107-
StaleElementReferenceException and how to deal with these situations.
108-
109104
*Timeouts*
110105
111106
There are several `Wait ...` keywords that take timeout as an

0 commit comments

Comments
 (0)