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.