How to perform drag and drop action in selenium webdriver?



How to perform drag and drop action in selenium webdriver?..

Answer / Sateesh Kumar

To perform a drag-and-drop action in Selenium WebDriver, you need to use Actions class. First, create an instance of Actions, then set the drag source and target elements, build and perform the action.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Selenium Interview Questions

What programming languages can you use in selenium rc?

1 Answers  


Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?

1 Answers  


Mention why do you need session handling while working with selenium?

1 Answers  


What is the use of deselect all () method?

1 Answers  


How can we find all the links on a web page?

1 Answers  


How to debug the tests in selenium ide?

1 Answers  


How can we get a text of a web element?

1 Answers  


Explain the difference between implicit wait and explicit wait.?

1 Answers  


How do you handle Multiple windows in your application?

4 Answers   HCL,


How does click on button without using click method

2 Answers  


What is webdriverbackedselenium?

1 Answers  


What are the advantage and features of selenium ide?

1 Answers  


Categories