ProtractorPageObjects
ProtractorPageObjects copied to clipboard
CSS Selector tutorial
It's advertised, but not implemented
Include:
- lots of screenshots
- Chrome's
cmd+option+iinterface, and the console that's shown by pressingesc. - common types of selectors (
.,#,=^[],=$[], etc.) - other resources
Finally, switch all this.find.by.css to $, and this.find.all.by.css to $$.
You can Chrome's debug interface with F12 as well (on Windows at least), which seems easier.