java.lang.ClassCastException: In Web-DriverWait when using PageFactory with POM
问题 I am using Page factory model in selenium to initialise the web elements. I have wait operations in my code, while passing the web element to my wait operations, it throws "ClassCastException". I am not able to find solution, any leads will be great. Please suggest me some ways to cast the Page factory' object to WebElement' object. @FindBy(how = How.XPATH, using = "//*[@id='menu-posts']/div[3]/div/ul/li[3]/a") public WebElement categories; public void menus() { try { loginTest(); menuPosts