How do I locate elements in protractor that are in other views and are not visible when viewing page source
问题 I am new to Angular & Protractor (and web development for that matter), so I apologize of this is an obvious question. I am trying to test our angular app with protractor, and it appears that I can locate the first element on the page. But cannot find any of the other elements using (id, name, model, css). I have tried chaining off of the first element, but always get the element not found error on the second element in the chain. I've have triple check the spelling so I am confident