I guess the documentation is here: http://docs.angularjs.org/api/angular.element
Does anyone have links for where the source code for jqLite can be found on Github as well. On Tuesday, December 31, 2013 10:53:02 AM UTC-6, [email protected] wrote: > > I'm using Protractor, and I'm wanting to select a button with the text > "add me". I thought the bit of code to do this would be > `element(by.css("button:contains('add me')"))` but it fails with this error: > > There was a webdriver error: InvalidElementStateError invalid element > state: Failed to execute query: 'button:contains("add me")' is not a valid > selector. > > How would you do this, and where is the documentation for jqLite? Thank > you! > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
