ealves / protractor-recorder

Record, export and run tests with protractor for angular and non angular webapps
MIT License
128 stars 33 forks source link

Ideas: Change Action selection strategy after recording, Named selectors #28

Open tohagan opened 8 years ago

tohagan commented 8 years ago

A useful feature would be to record sufficient detailed info about each DOM element in each Action as it's recorded so that after recording you could change the selection strategy from say xpath, css, model or id etc. This would mean that in the in memory model of each Action would be more comprehensive.

You might also support mapping specific selectors to named variables - eventually assisting in forming a Page model.