Skip to content

Commit b76a3d9

Browse files
committed
Update docstring to clarify default content reset after execution
1 parent 3f6871d commit b76a3d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/SeleniumLibrary/keywords/element.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1314,6 +1314,8 @@ def drag_and_drop_across_frames(
13141314
argument is the locator of the iframe containing the source. If
13151315
``source_frame`` is not provided, the source element is located in the default content.
13161316
1317+
After this keyword runs, the browser context is always reset to default content.
1318+
13171319
See the `Locating elements` section for details about the locator syntax.
13181320
13191321
Examples:

0 commit comments

Comments
 (0)