ProtractorPageObjects icon indicating copy to clipboard operation
ProtractorPageObjects copied to clipboard

CSS Selector tutorial

Open Droogans opened this issue 11 years ago • 1 comments

It's advertised, but not implemented

Include:

  • lots of screenshots
  • Chrome's cmd+option+i interface, and the console that's shown by pressing esc.
  • common types of selectors (., #, =^[], =$[], etc.)
  • other resources

Finally, switch all this.find.by.css to $, and this.find.all.by.css to $$.

Droogans avatar Apr 26 '14 22:04 Droogans

You can Chrome's debug interface with F12 as well (on Windows at least), which seems easier.

KasMA1990 avatar Apr 28 '14 06:04 KasMA1990