I have some basic selenium and java experience but I'm trying to learn more about page object pattern and I'm having some problems fully understanding how to use it in an actual project. I've tried looking for simple-yet-functional projects in google that I could copy and look over to see how the pattern was used (how the driver variable is passed from page to page, how the interaction was done, etc) but can't find any in java... do you guys have any idea where I could look or have any projects I could take a look at?.
Thanks!.