SeleniumHQ / fluent-selenium

Fluent Selenium

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NoClassDefFoundError

zgq1987 opened this issue · comments

when I do this:
driver.input(By.id("idNo")).sendKeys(“1111”);
error is :
java.lang.NoClassDefFoundError: org/openqa/selenium/internal/Locatable

Can you show me the whole project, including pom.xml ?

OP non responsive. I guess they solved their problem themselves.