What is a POM file? What is its use? What is a Plugin?
Sigiloso
Page Object Model (POM). It's used in test automation to make the code more readable, maintainable and reusable. Under Page Object Model, there should be a page class that identify the WebElements for method and a page for testing the method.