Where Does PageFactory Suck – Selenium WebDriver – Java
Implementation of Page Object Model using PageFactory is popular while creating automated test scripts using Selenium WebDriver – Java. But it sucks at many places as it limits usage in a way and behaves differently. To use PageFcatory we need to declare fields with types as WebElement and List in Page Objects class using annotations…
Read More “Where Does PageFactory Suck – Selenium WebDriver – Java” »