POJO: ======= Plain Old Java Object Here, we can access the private variables using pojo class by getters & setters. Where getters will return the values & stters will set the values. POM: ======= Page Object Model We collect all the elements of each page using locators & store it in separate classes. Then we create a constructor for each page & pass the driver as the parameter. Using PageFactory class we use the method initElement to initialise the driver with the Elements. For these (POM) classes we create Object in the Automation Practice & using the object we get the methods.