Encountering the following issue:
"WebDriverError: Unable to convert: Error 404: Not found"
while running a test with protractor:
browser.actions().doubleClick(elem).perform();
or
browser.actions().click(elem).click(elem).perform();
Uncertain of the significance of this error and how to resolve it.