Skip to content

Commit e882cff

Browse files
authored
Merge pull request #1984 from yuriverweij/master
fix formatting
2 parents 858c25a + be38514 commit e882cff

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/SeleniumLibrary/keywords/element.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,14 +1293,13 @@ def get_css_property_value(self, locator: Locator, css_property: str) -> str:
12931293
"""
12941294
return self.find_element(locator).value_of_css_property(css_property)
12951295

1296-
12971296
@keyword("Drag And Drop Across Frames")
12981297
def drag_and_drop_across_frames(
1299-
self,
1300-
locator: Locator,
1301-
target: Locator,
1302-
target_frame: Locator,
1303-
source_frame: Locator | None = None,
1298+
self,
1299+
locator: Locator,
1300+
target: Locator,
1301+
target_frame: Locator,
1302+
source_frame: Locator | None = None,
13041303
) -> None:
13051304
"""
13061305
Drags an element and drops it onto a target element across frame boundaries.

0 commit comments

Comments
 (0)