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.
Subscribe to:
Posts (Atom)
-
As DevOps engineers, you get requirements to do scripts to perform several actions on application or get status of the application backend ...
-
If you are familiar with Terraform, you might have experience with terraform state import, which allows to import state of the already prov...
-
This post will discuss the issue you might get when trying to push the nuget package to the Azure DevOps Artifact feed using the build pipel...