auto_setClickElementActions

public void auto_setClickElementActions(WebElement element) {
    Actions action = new Actions(getDriver());
    action.click(element).perform();
}
What are your feelings
Scroll al inicio