I need to click on the arrow Button in service cloud console to get the different option using selenium with java.
I have been trying to do it by using
build.moveToElement(casebutton, -buttonWidth - 2, -1).click().build().perform();
But its not working. Please help.