I'm currently working on an Angular project. During my unit tests using karma and jasmine, I can easily access component instances and directives through ComponentFixture and DebugElement.
Would it be possible to achieve the same functionality while conducting end-to-end tests with Protractor?