Oke I have read this website: https://seleniumhq.github.io/selenium/docs/api/java/org/openqa/selenium/interactions/Actions.html
and I added this line in the top of my code:
import org.openqa.selenium.interactions.Actions;
import org.openqa.selenium.interactions.Mouse;
but the 'Method and Description' options don't appear in Eclipse when I start typing…
i'm trying:
driver.findElement(By.id("test")).clickAndHold();
but no options appear in Eclipse… what do i miss?