Skip to content

Commit

Permalink
Merge pull request #43 from andreirtaylor/patch-1
Browse files Browse the repository at this point in the history
Corrects an error in drag and drop
  • Loading branch information
baijum committed Apr 22, 2015
2 parents a826419 + ff11507 commit 19ed49c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions source/navigating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,7 @@ amount, or on to another element::

from selenium.webdriver import ActionChains
action_chains = ActionChains(driver)
action_chains.drag_and_drop(element, target)

action_chains.drag_and_drop(element, target).perform()

Moving between windows and frames
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit 19ed49c

Please sign in to comment.