Similar Posts

2 Comments

    1. Hi Hema, Use the below code..
      Use Action class and pass x, y coordinates
      Actions action = new Actions(driver);
      action.moveToElement(element, xcord, ycord).click().build().perform();

Leave a Reply

Your email address will not be published. Required fields are marked *