pageobject-generator icon indicating copy to clipboard operation
pageobject-generator copied to clipboard

Simple library for generating Protractor page objects.

Results 7 pageobject-generator issues
Sort by recently updated
recently updated
newest added

1. How to validate selected values or displayed values from any select field? 2. How to get value from td of any page ?

Can you add support for NightwatchJS pageobject model ?

We have an NgOptionsLocatorStrategy that matches on ng-options. At the moment we use this to generate a selector for the select, but Protractor returns the nested options if by.options is...

bug

Hi, You should not be doing expectations in a page object. That's defeating the purpose of a page object and somewhat bad practice. I saw the generation of the simple...

enhancement

Currently you can only change the settings for the currently selected element. It would be nice to change the settings of alle elements globally at once. So I don't have...

enhancement

I am developing Angular 2 Dart applications and could use your tool to generate Page Objects for the templates. There is already a tool out there that helps a lot:...

enhancement