Friday, June 22, 2018

UI Automation with Selenium using jQuery.simulate Plugin

While you are working with selenium for automation testing, you may have experienced that some web controls do not  respond well to selenium commands.Selenium drag and drop functions are such commands which do not work as expected.As solution we can automate drag and drop function using jQuery.simulate plugin.Following steps explain you how to use jQuery.simulate plugin and execute simple drag and drop code.