how do you run the test?
1.my setup works without the "var protractor = require .." part, since 
running with protractor gives you the protractor object
2. why do you need ptor.driver? just finished a bunch load of protractor 
testing with no ptor.driver needed - just using ptor directly.



On Wednesday, January 1, 2014 12:39:59 PM UTC+2, Felix Curtis wrote:
>
> I'm trying to use Protractor. It gives me an error when I reference 
> ptor.driver.
>
>
> var protractor = require('protractor');
> console.log(protractor); 
> prints  { ActionSequence: { [Function] checkModifierKey_: [Function] }, ...
>
> var ptor = protractor.getInstance();
> prints undefined
>
> var driver = ptor.driver;
> TypeError: Cannot read property 'driver' of undefined
>
>
> Anyone know why protractor.getInstance() returns undefined?
>

-- 
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 angular+unsubscr...@googlegroups.com.
To post to this group, send email to angular@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to