I'm new to Selenium and I was thinking that, in Page Object, we must create a java class for each page. And, in Keyword Driven Framework, we create a generic module, based on the input and action are performed based on those predefined rule(s).
So, my question is, can keyword driven framework, and page model used together? Is there any use?