-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drag N Drop Java Example - no working example #27
Comments
Here are the reason and workaround why DnD does not work SeleniumHQ/selenium#1365 |
@RomanIsko Thanks for the input, I figured out a java implementation using the dnd.js and your C# code a few weeks back:
|
@timrsfo you can refer to Java solution vikramvi/Selenium-Java@a1354ca, this is needed for HTML5 drag and drop which can't be done with standard selenium api. |
@vikramv, thanks for the update. Did you see my solution as shown by the link above Drag and Drop in selenium java? I took a look at your code, I see you are also using rcorreia/drag_and_drop_helper.js . |
I can't get Drag And Drop Java working. I've searched for hours and only find errors without solutions for MoveToElement and DragAndDrop and/or clickAndHold-MoveToElement-Release.
The following are some snippets of what I've tried:
`
public static final By COLUMN_A = By.id("column-a");
public static final By COLUMN_B = By.id("column-b");
The text was updated successfully, but these errors were encountered: