robotframework / OldSeleniumLibrary

Deprecated Selenium library for Robot Framework
Apache License 2.0
13 stars 3 forks source link

Enhance `Drag And Drop` keyword to allow dropping elements on another object #183

Closed spooning closed 9 years ago

spooning commented 9 years ago

Originally submitted to Google Code by ndi... on 1 Apr 2011

I notice that "dragAndDropToObject" function is missing from selenium library. It will be good to have this function in the library

Thanks Dinev

spooning commented 9 years ago

Originally submitted to Google Code by @pekkaklarck on 1 Apr 2011

It seems Selenium has both drag_and_drop and drag_and_drop_to_object methods which both could be exposed in SeleniumLibrary. Anyone interested to implement them and provide a patch with docs and tests?

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 2 May 2011

This issue was updated by revision 01e0a9f0dabc.

spooning commented 9 years ago

Originally submitted to Google Code by @yanne on 2 May 2011

We decided to add an option argument to Drag And Drop keyword for specifying a target object