2 Replies Latest reply on Mar 26, 2014 1:18 PM by felipe.gdr

    Right Click in Arquillian Drone

    felipe.gdr

      Is there a way to instruct Arquillian Drone to perform a right click?

       

       

      I haven't find anything like it in the WebElement nor the WebDriver API.

       

       

        @Drone

        private WebDriver driver;

       

       

        @FindBy(id = "menuBar")

        private WebElement menuBar;

       

       

       

       

      I need to right click the "menuBar" element.