protractor-net
protractor-net copied to clipboard
Protractor-net and angular manual bootstrap
Does not able to find elements using NgBy.Model("modelname") or NgBy.Binding("") for an application which is using manual bootstrap process. It is not using " ng-app " directive.
Did you try creating an NgDriver
instance using the rootElement
parameter ?
It allows you to specify the CSS selector for an element on which to find Angular.