Skip to content

Commit 0e5452d

Browse files
committed
Merge branch 'webdriver-element' of github.com:emanlove/robotframework-selenium2library into webdriver-element
Conflicts: src/Selenium2Library/__init__.py
2 parents 7ee9e4f + 505e6b3 commit 0e5452d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Selenium2Library/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)