Is it possible to use protractor with PageFactory/Pagobject pattern. On GitHub this question was asked before (https://github.com/bbaia/protractor-net/issues/5) and some changes were made in protractor to support the PageFactory pattern but for me it's not clear how to initialize the NgWebelements in the PageObject. At the moment I'm working with C#.
问问题
1192 次
1 回答
1
是的你可以。查看 GitHub 存储库中的示例: https ://github.com/bbaia/protractor-net/tree/master/examples/Protractor.Samples/PageObjects
于 2016-12-11T06:55:45.007 回答