看起来页面对象模型和页面工厂正在做同样的事情。所以我很困惑。
IpmObjectInitializer initialize = new IpmObjectInitializer(driver.getWebDriver());
Run Code Online (Sandbox Code Playgroud)
// 初始化 BatchCreationPageFactory 类中的元素
batchCreationPageFactory = initialize.getBatchCreationPageFactoryObj();
Run Code Online (Sandbox Code Playgroud)