2 parents a826419 + ff11507 commit 19ed49cCopy full SHA for 19ed49c
1 file changed
source/navigating.rst
@@ -143,8 +143,7 @@ amount, or on to another element::
143
144
from selenium.webdriver import ActionChains
145
action_chains = ActionChains(driver)
146
- action_chains.drag_and_drop(element, target)
147
-
+ action_chains.drag_and_drop(element, target).perform()
148
149
Moving between windows and frames
150
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
0 commit comments