Testing with selenium drag and drop action
-
lawrencetranmr Banned last edited by leocg
Hello.
I am a tester and now we are testing an app that uses Sync fusion. One of the functionalities it's drag and drops symbols.
We use selenium and I want to know if it's possible to reproduce the drag and drop action with a selenium test.
Selenium has one action of drag and drop but doesn't work with Chrome. I have tested it with Firefox and sometimes seems that works but other times don´t do anything.
I have read of possible bugs between html5 and Chrome but I don`t know certainly why don't work.
At first, I believed that it was a problem with the browsers but sometimes works at Firefox.
I want to know if somebody has done testing of drag and drop action with Selenium.
Thank you and regards. -
burnout426 Volunteer last edited by
I've never messed with it, but https://github.com/operasoftware/operachromiumdriver is probably what you're looking for.
-
lawrencetranmr Banned last edited by
@burnout426 said in Testing with selenium drag and drop action:
thank you for your suggestions.
-