selene
selene copied to clipboard
how to implement drag&drop with selene?
Is there any way to do drag&drop at this moment?
Hi, it looks as actions_chains is not included in selene.
https://www.seleniumhq.org/docs/03_webdriver.jsp#drag-and-drop - here how you can do it with ActionChains(), so I suppose you can do browser.driver() and than similar solution in selene.