Currently, my goal is to automate a web application that includes a drag and drop functionality. I have attempted to execute the following code in order to accomplish this:
browser.actions().dragAndDrop(e1, e2).perform();
However, I encountered the following error message:
Error: Failed - HTTP method not permitted