We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb1053 commit 91af1a0Copy full SHA for 91af1a0
src/SeleniumLibrary/keywords/element.py
@@ -1301,8 +1301,6 @@ def drag_and_drop_to_frame(
1301
element = self.find_element(locator)
1302
action = ActionChains(self.driver, duration=self.ctx.action_chain_delay)
1303
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()
1306
frame_element = self.find_element(frame)
1307
self.driver.switch_to.frame(frame_element)
1308
target_element = self.find_element(target)
0 commit comments