Learning WebDriver Actions
Learning WebDriver Actions In this post we will see more Webdriver actions that we can perform using webdriver as continuation to earlier post. RightClick Action Action to be performed on web-element right click. Find the sample to perform right click and print the status . public void rightclick(By by) throws Throwable { boolean status = […]