protractor-net icon indicating copy to clipboard operation
protractor-net copied to clipboard

Protractor-net and angular manual bootstrap

Open ramyaps94 opened this issue 8 years ago • 1 comments

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.

ramyaps94 avatar Nov 30 '16 09:11 ramyaps94

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.

bbaia avatar Dec 01 '16 20:12 bbaia