Skip to content

Commit 91af1a0

Browse files
committed
Removing Offset statements
1 parent 8bb1053 commit 91af1a0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SeleniumLibrary/keywords/element.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1301,8 +1301,6 @@ def drag_and_drop_to_frame(
13011301
element = self.find_element(locator)
13021302
action = ActionChains(self.driver, duration=self.ctx.action_chain_delay)
13031303
action.click_and_hold(element).perform()
1304-
action = ActionChains(self.driver, duration=self.ctx.action_chain_delay)
1305-
action.move_by_offset(5, 5).perform()
13061304
frame_element = self.find_element(frame)
13071305
self.driver.switch_to.frame(frame_element)
13081306
target_element = self.find_element(target)

0 commit comments

Comments
 (0)